]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
c2d1b58b6ece34e86b812df300589b205d304102
[gnu-emacs] / lisp / ChangeLog
1 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4 (trace-buffer): Don't purecopy.
5 (trace-entry-message, trace-exit-message): Add `context' arg.
6 (trace--timer): New var.
7 (trace-make-advice): Adjust for use in nadvice.
8 Add `context' argument. Delay `display-buffer' via a timer.
9 (trace-function-internal): Use advice-add.
10 (trace--read-args): New function.
11 (trace-function-foreground, trace-function-background): Use it.
12 (trace-function): Rename to trace-function-foreground and redefine as
13 an alias to that new name.
14 (untrace-function, untrace-all): Adjust to the use of nadvice.
15
16 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
17
18 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
19
20 * subr.el (called-interactively-p-functions): New var.
21 (internal--called-interactively-p--get-frame): New macro.
22 (called-interactively-p, interactive-p): Rewrite in Lisp.
23 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
24 (called-interactively-p-functions): Use it.
25 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
26 (called-interactively-p-functions): Use it.
27 * allout.el (allout-called-interactively-p): Don't assume
28 called-interactively-p is a subr.
29
30 2012-11-20 Glenn Morris <rgm@gnu.org>
31
32 * profiler.el (profiler-report-mode-map): Add a menu.
33 No need to bind `q' because we derive from special-mode.
34 (profiler-report-find-entry): Handle calls from the menu-bar.
35
36 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * emacs-lisp/byte-run.el (defun-declarations-alist):
39 Allow a compiler-macro to be a lambda expression.
40
41 * progmodes/python.el: Use cl-lib. Move var declarations outside of
42 eval-when-compile.
43 (python-syntax-context): Add compiler-macro.
44 (python-font-lock-keywords): Simplify with De Morgan.
45
46 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
47
48 * files.el (load-file): Require match in minibuffer selection, as was
49 the case in Emacs-20 before we changed the spec to allow .elc files
50 (bug#12935).
51
52 * json.el: Don't require cl since we don't use it.
53 * color.el: Don't require cl.
54 (color-complement): `caddr' -> `nth 2'.
55
56 * calendar/time-date.el (time-to-seconds): De-obsolete.
57
58 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
59
60 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
61 year numbers.
62 (math-date-to-julian-dt): Adjust the initial approximation for the
63 year to deal with the new definition of the DATE.
64
65 2012-11-19 Daniel Colascione <dancol@dancol.org>
66
67 * term/w32-win.el (cygwin-convert-path-from-windows):
68 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
69
70 2012-11-18 Chong Yidong <cyd@gnu.org>
71
72 * filecache.el (file-cache--read-list): New function.
73 (file-cache-add-directory-list, file-cache-add-file-list)
74 (file-cache-delete-file-list, file-cache-delete-directory-list):
75 Use it to read a list of files or directories (Bug#12846).
76 (file-cache-add-file, file-cache-add-directory)
77 (file-cache-delete-file-list, file-cache-delete-file-regexp)
78 (file-cache-delete-directory): Print an message.
79
80 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
81
82 * calc/calc-forms.el (math-date-to-dt): Use integer date when
83 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
84
85 2012-11-18 Glenn Morris <rgm@gnu.org>
86
87 * image.el (insert-image, insert-sliced-image): Doc fix.
88
89 2012-11-18 Chong Yidong <cyd@gnu.org>
90
91 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
92 (Bug#12810).
93
94 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
95
96 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
97 response when the target file is in a subdirectory (Bug#12757).
98
99 2012-11-18 Chong Yidong <cyd@gnu.org>
100
101 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
102
103 2012-11-18 Glenn Morris <rgm@gnu.org>
104
105 * emacs-lisp/cl-lib.el (face-underline-p):
106 Use set-face-underline rather than the alias set-face-underline-p.
107
108 * window.el (with-temp-buffer-window): Doc fix.
109 * subr.el (with-output-to-temp-buffer):
110 Add doc xref to with-temp-buffer-window.
111
112 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
113
114 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
115 * calc/calc.el (math-format-date-cache): Declare.
116
117 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
118
119 * calc/calc-forms.el (math-julian-date-beginning)
120 (math-julian-date-beginning-int): Implement [new date numbering].
121
122 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
123
124 * descr-text.el (quail-find-key):
125 * dired.el (desktop-file-name):
126 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
127 * generic-x.el (comint-mode, comint-exec):
128 * image-dired.el (widget-forward):
129 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
130 (speedbar-change-expand-button-char)
131 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
132 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
133 * printing.el (easy-menu-add-item, easy-menu-remove-item)
134 (widget-field-action, widget-value-set):
135 * speedbar.el (imenu--make-index-alist):
136 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
137 (ring-length, ring-insert):
138 * vcursor.el (compare-windows-skip-whitespace):
139 * woman.el (dired-get-filename):
140 Declare functions.
141
142 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
143
144 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
145
146 * calc/calc.el (calc-gregorian-switch): New variable.
147
148 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
149 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
150 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
151 (math-leap-year-p): Add option to distinguish between Julian
152 and Gregorian calendars.
153 (math-day-number): Use `math-day-in-year' to do the computations.
154 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
155 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
156 to do the computations.
157 (math-date-to-dt): Use `math-date-to-julian-dt' and
158 `math-date-to-gregorian-dt' to do the computations.
159 (calcFunc-weekday, math-format-date-part): Use the new version of
160 the DATE to determine the weekday.
161 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
162 when necessary.
163
164 2012-11-17 Eli Zaretskii <eliz@gnu.org>
165
166 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
167 Cygwin; otherwise use 'file:'. (Bug#12914)
168 (cygwin-convert-path-from-windows): Declare, to avoid
169 byte-compiler warnings.
170
171 2012-11-17 Andreas Politz <politza@fh-trier.de>
172
173 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
174 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
175 prefix and negative numeric prefix args (Bug#12795).
176
177 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
178
179 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
180 Don't signal an error with a score that is too low to add to the
181 list of top scores. (Bug#12779)
182
183 2012-11-17 Chong Yidong <cyd@gnu.org>
184
185 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
186
187 * filecache.el (file-cache-add-file): Handle relative file name in
188 the argument (Bug#12694).
189
190 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
191
192 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
193
194 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
197
198 * emacs-lisp/cl-lib.el: Set more meaningful version number.
199
200 2012-11-16 Martin Rudalics <rudalics@gmx.at>
201
202 * window.el (enlarge-window, shrink-window): Don't mention return
203 value in doc-string (Bug#12896).
204 (window--display-buffer): Don't resize frames - it won't work
205 with all window managers and defeat pop-up-frame-alist.
206 (display-buffer-alist): In doc-string explain that CONDITION can
207 be a function and which arguments are passed to it (Bug#12854).
208 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
209 expressions (Bug#12854).
210 (display-buffer): Pass ACTION argument to
211 display-buffer-assq-regexp.
212
213 2012-11-16 Glenn Morris <rgm@gnu.org>
214
215 * window.el (fit-frame-to-buffer-bottom-margin)
216 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
217
218 * faces.el (face-underline-p): Use face-attribute-specified-or.
219
220 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
221
222 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
223
224 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
227
228 2012-11-16 Glenn Morris <rgm@gnu.org>
229
230 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
231 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
232
233 * faces.el (face-underline-p): Doc fix. Handle :underline being
234 things other than `t' (a string, a list).
235 (face-inverse-video-p): Doc fix.
236 (set-face-underline): Rename it back from set-face-underline-p.
237 Doc fix. Allow interactive input of values other than t.
238 (read-face-attribute): Apply formatting to :underline,
239 since like :box and :stipple it can take list values.
240
241 * term.el (ansi-term): Don't let C-x escape-char binding
242 clobber the more standard C-c binding. (Bug#12842)
243
244 * subr.el (set-temporary-overlay-map): Doc fix.
245
246 2012-11-16 Martin Rudalics <rudalics@gmx.at>
247
248 * window.el (record-window-buffer)
249 (display-buffer-record-window): When copying the markers to
250 window-point preserve window-point-insertion-type. (Bug#12588)
251
252 2012-11-16 Glenn Morris <rgm@gnu.org>
253
254 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
255 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
256 Use new names for hooks rather than obsolete aliases.
257
258 2012-11-15 Daniel Colascione <dancol@dancol.org>
259
260 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
261 prefix instead of "file:" so that when FILE-NAME begins with "//",
262 as it does when the target file is on a network share, url-handler
263 isn't confused.
264
265 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
268 a preactivated advice from an old advice.el; they're not compatible!
269
270 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
271
272 * emacs-lisp/nadvice.el (advice--make-interactive-form):
273 Fix string-spec case.
274
275 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
276
277 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
280 (advice--buffer-local-function-sample): New var.
281 (advice--set-buffer-local, advice--buffer-local): New functions.
282 (add-function, remove-function): Use them.
283
284 2012-11-15 Drew Adams <drew.adams@oracle.com>
285
286 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
287
288 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
291 potential binding of print-gensym to t, and prettify (back)quotes in
292 case they appear in args's default values (bug#12884).
293
294 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
297 (advice-eval-interactive-spec): New function.
298 (advice--make-interactive-form): Support around advice (bug#12844).
299
300 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
301
302 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
303 more strict. Add docstring.
304 (ruby-expression-expansion-re): Extract from
305 `ruby-match-expression-expansion'.
306 (ruby-syntax-propertize-function): After everything else, search
307 for expansions in string literals, mark their insides as
308 whitespace syntax and save match data for font-lock.
309 (ruby-font-lock-keywords): Use the 2nd group from expression
310 expansion matches.
311 (ruby-match-expression-expansion): Use the match data saved to the
312 text property in ruby-syntax-propertize-function.
313
314 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
317 (bug#12879).
318
319 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
320
321 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
322 start/end keyword a bit harder. Works with different values of N.
323 Add more comments.
324 (ruby-end-of-block): Update accordingly.
325
326 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * woman.el (woman-file-name): Don't mess with unread-command-events
329 (bug#12861).
330
331 * emacs-lisp/advice.el: Layer on top of nadvice.el.
332 Remove out of date self-require hack.
333 (ad-do-advised-functions): Use simple `dolist'.
334 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
335 (ad-advice-definition): Redefine as functions.
336 (ad-advice-classes): Move before first use.
337 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
338 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
339 (ad--defalias-fset): Remove functions.
340 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
341 (ad-get-orig-definition): Rewrite.
342 (ad-make-advised-definition-docstring): Change base docstring.
343 (ad-real-orig-definition): Rewrite.
344 (ad-map-arglists): Change name of called function.
345 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
346 (ad-make-advised-definition): Simplify.
347 (ad-assemble-advised-definition): Tweak for new calling context.
348 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
349 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
350 function and call ad-activate if needed.
351 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
352 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
353 (ad-compile-function): Compile ad-Advice-*.
354 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
355 (ad-start-advice, ad-stop-advice): Remove.
356
357 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
358
359 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
360 period before class method names, not after. Remove handling of
361 one impossible case. Add comments.
362
363 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * emacs-lisp/advice.el: Remove support for freezing.
366 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
367 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
368 Remove support for `freeze'.
369
370 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
371 override the default.
372 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
373 cl--dotimes/dolist.
374 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
375 `cl' is loaded.
376
377 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
378 from add-advice.
379 (advice--strip-macro): New function.
380 (advice--defalias-fset): Use them to handle macros.
381 (advice-add): Use them.
382 (advice-member-p): Correctly handle macros.
383
384 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
385
386 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
387 Never font-lock the beginning of singleton class as heredoc.
388
389 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
392
393 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
394
395 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
396 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
397 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
398
399 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
400
401 Fix end-of-defun misbehavior.
402 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
403 python-beginning-of-defun-function. Handle nested defuns
404 correctly.
405 (python-nav-end-of-defun): Rename from
406 python-end-of-defun-function. Ensure forward movement.
407 (python-info-current-defun): Reimplement to work as intended
408 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
409 parent defuns as soon as possible.
410
411 2012-11-13 Glenn Morris <rgm@gnu.org>
412
413 * progmodes/flymake.el (flymake-error-bitmap)
414 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
415 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
416
417 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
418
419 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
420 backward, always stop at indentation. Reverts the change from
421 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
422
423 2012-11-13 Glenn Morris <rgm@gnu.org>
424
425 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
426 Add ibuffer-filter-by-derived-mode.
427
428 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
429 the same name shadowing each other.
430
431 * window.el (with-temp-buffer-window): Doc tweak.
432
433 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
434
435 * help.el (temp-buffer-max-height):
436 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
437 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
438
439 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * emacs-lisp/nadvice.el: New package.
442 * subr.el (special-form-p): New function.
443 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
444 (elp-all-instrumented-list): Remove var.
445 (elp-not-profilable): Remove elp-wrapper.
446 (elp-profilable-p): Use autoloadp and special-form-p.
447 (elp--advice-name): New const.
448 (elp-instrument-function): Use advice-add.
449 (elp--instrumented-p): New predicate.
450 (elp-restore-function): Use advice-remove.
451 (elp-restore-all, elp-reset-all): Use mapatoms.
452 (elp-set-master): Use elp--instrumented-p.
453 (elp--make-wrapper): Rename from elp-wrapper, return a function
454 suitable for advice-add. Use cl-inf.
455 (elp-results): Use mapatoms+elp--instrumented-p.
456 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
457 (debug-function-list): Remove var.
458 (debug): Rename arg, and then let-bind it explicitly inside.
459 (debugger-setup-buffer): Rename arg.
460 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
461 (debugger-frame-number): Adjust to new debug-on-entry setup.
462 (debug--implement-debug-on-entry): Rename from
463 implement-debug-on-entry, add argument.
464 (debugger-special-form-p): Remove, use special-form-p instead.
465 (debug-on-entry): Use advice-add.
466 (debug--function-list): New function.
467 (cancel-debug-on-entry): Use it, along with advice-remove.
468 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
469 (debugger-list-functions): Use debug--function-list instead of
470 debug-function-list.
471 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
472 (ad-special-form-p): Remove, use special-form-p instead.
473 (ad-set-advice-info): Use add-function and remove-function.
474 (ad--defalias-fset): Adjust accordingly.
475
476 2012-11-10 Glenn Morris <rgm@gnu.org>
477
478 * mail/emacsbug.el (report-emacs-bug-tracker-url)
479 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
480 (report-emacs-bug-create-existing-bugs-buffer)
481 (report-emacs-bug-parse-query-results)
482 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
483
484 * term.el (term-default-fg-color, term-default-bg-color):
485 Make obsolete, rather than just saying "deprecated" in the doc.
486
487 * term.el (term): Rename from `term-face'.
488 (term-current-face, ansi-term-color-vector)
489 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
490 Update all users.
491
492 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
493
494 * server.el (server-create-window-system-frame): Handle Nextstep
495 specially (Bug#12780).
496
497 2012-11-10 Glenn Morris <rgm@gnu.org>
498
499 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
500 Unautoload, and make obsolete. (Bug#7449)
501
502 2012-11-10 Chong Yidong <cyd@gnu.org>
503
504 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
505 rename from diff-remove-trailing-whitespace (Bug#12831).
506
507 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
510 miscompilation of trace.el.
511
512 2012-11-10 Glenn Morris <rgm@gnu.org>
513
514 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
515
516 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
519 (bug#12812).
520
521 2012-11-10 Chong Yidong <cyd@gnu.org>
522
523 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
524 a defcustom with an appropriate :set function.
525 (minibuffer-default--in-prompt-regexps): New function.
526
527 2012-11-10 Glenn Morris <rgm@gnu.org>
528
529 * emacs-lisp/cl.el (define-setf-expander, defsetf)
530 (define-modify-macro): Doc fixes.
531
532 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
533 (gv-define-simple-setter): Update doc of `fix-return'.
534
535 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
538 twice when `fix-return' is set (bug#12813).
539
540 * emacs-lisp/cl.el (defsetf): Pass the third arg to
541 gv-define-simple-setter (bug#12812).
542
543 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
544 (bug#12756).
545
546 2012-11-10 Glenn Morris <rgm@gnu.org>
547
548 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
549
550 * emacs-lisp/cl-extra.el (cl-prettyexpand):
551 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
552 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
553 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
554
555 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
556
557 2012-11-10 Leo Liu <sdl.web@gmail.com>
558
559 * ido.el (ido-set-matches-1): Improve flex matching performance by
560 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
561
562 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
565 (ad--defalias-fset): New function.
566 (ad-safe-fset): Remove.
567 (ad-make-freeze-definition): Use cl-letf*.
568
569 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * subr.el (dolist): Don't bind VAR in RESULT.
572
573 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
574 (fset, documentation): Don't save real def since we don't advise.
575 (ad-do-advised-functions): Remove problematic `result-form'.
576 (ad-safe-fset): `ad-real-fset' => `fset'.
577 (ad-read-advised-function): Don't assume that ad-do-advised-functions
578 uses CL's dolist internally.
579 (ad-arglist): Remove unused arg `name'.
580 (ad-docstring, ad-make-advised-docstring):
581 `ad-real-documentation' => `documentation'.
582 (warning-suppress-types): Declare.
583 (ad-set-arguments): Simple CSE.
584 (ad-recover-normality): Sanity check.
585
586 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
587 (funcall '(lambda ..) ..) into ((lambda ..) ..).
588
589 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
590
591 * ses.el: symbol to coordinate mapping is made by symbol property
592 `ses-cell'. This means that the same mapping is done for all SES
593 sheets. That is good enough for cells with standard A1 names, but
594 not for named cell. So a hash map is added for the latter.
595 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
596 (ses-sym-rowcol): Use hashmap for named cell.
597 (ses-is-cell-sym-p): New defun.
598 (ses-decode-cell-symbol): New defun.
599 (ses-create-cell-variable): Add cell to hashmap when name is not
600 A1-like.
601 (ses-rename-cell): Check that cell new name is not already in
602 spreadsheet with the use of ses-is-cell-sym-p
603 (ses-rename-cell): Use hash map for named cells, but accept also
604 renaming back to A1-like.
605
606 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * emacs-lisp/advice.el: Use new dynamic docstrings.
609 (ad-make-advised-definition-docstring, ad-advised-definition-p):
610 Use dynamic-docstring-function instead of ad-advice-info.
611 (ad--make-advised-docstring): New function extracted from
612 ad-make-advised-docstring.
613 (ad-make-advised-docstring): Use it.
614 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
615 from sql-help.
616 (sql-help): Use it with dynamic-docstring-function.
617
618 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
619
620 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * files.el (hack-one-local-variable--obsolete): New function.
623 (hack-one-local-variable): Use it for obsolete settings.
624
625 * subr.el (locate-user-emacs-file): If both old and new name exist, use
626 the new name.
627
628 * progmodes/js.el (js--filling-paragraph): New var.
629 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
630 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
631 less sneaky.
632
633 2012-11-08 Julien Danjou <julien@danjou.info>
634
635 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
636 `auto-mode-alist' (Bug#12835).
637
638 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
641 (perl--prettify-symbols-alist): New const.
642 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
643 New functions.
644 (perl-font-lock-keywords-2): Use them.
645 (perl-electric-noindent-p): New function.
646 (perl-mode): Use it to set up electric-indent-mode.
647 (perl-electric-terminator, perl-indent-command): Mark obsolete.
648 (perl-mode-map): Remove bindings for them.
649 (perl-imenu-generic-expression, perl-outline-level):
650 Match functions&packages in column>0.
651
652 * env.el (env--substitute-vars-regexp): New const.
653 (substitute-env-vars): Use it. Add `only-defined' arg.
654 * net/tramp.el (tramp-replace-environment-variables): Use it.
655
656 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
657 Byte-compile *before* eval in eval-and-compile.
658 (byte-compile-log-warning): Remove redundant inhibit-read-only.
659 (byte-compile-file-form-autoload): Don't hide actual definition.
660 (byte-compile-maybe-guarded): Accept `functionp' as well.
661
662 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
663
664 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
665
666 * notifications.el (notifications-get-server-information-method):
667 New defconst.
668 (notifications-get-capabilities): Fix docstring.
669 (notifications-get-server-information): New defun.
670
671 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
672
673 * textmodes/ispell.el (ispell-region): Standard re-indent for better
674 readability.
675
676 * textmodes/ispell.el: Experimental support for support debugging.
677 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
678 buffer for ispell.
679 (ispell-print-if-debug): New function to print stuff to
680 `ispell-debug-buffer' if debugging is enabled.
681 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
682 show some debugging info.
683 (ispell-buffer-with-debug): New function that creates a debugging
684 buffer and calls `ispell-buffer' with debugging enabled.
685
686 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
687 comment in autoconf mode. (Bug#12768)
688
689 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
690
691 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
692 frame-first-window, frame-root-window, frame-selected-window,
693 minibuffer-selected-window, minibuffer-window,
694 window-absolute-pixel-edges, window-at, window-body-height,
695 window-body-width, window-display-table, window-combination-limit,
696 window-frame, window-fringes, window-inside-absolute-pixel-edges,
697 window-inside-edges, window-inside-pixel-edges, window-left-child,
698 window-left-column, window-margins, window-next-buffers,
699 window-next-sibling, window-new-normal, window-new-total,
700 window-normal-size, window-parameter, window-parameters, window-parent,
701 window-pixel-edges, window-point, window-prev-buffers,
702 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
703 window-start, window-text-height, window-top-child, window-top-line,
704 window-total-height, window-total-width and window-use-time to the list
705 of functions without side-effects.
706 (toplevel): Add window-valid-p to the list of error-free functions
707 without side-effects.
708
709 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
710
711 * textmodes/ispell.el (ispell-program-name):
712 Update spellchecker parameters when customized.
713
714 2012-11-04 Glenn Morris <rgm@gnu.org>
715
716 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
717
718 2012-11-04 Chong Yidong <cyd@gnu.org>
719
720 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
721 same-window-* variables.
722
723 2012-11-04 Juri Linkov <juri@jurta.org>
724
725 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
726 (isearch-describe-key, isearch-describe-mode): Use a display
727 action instead of binding same-window-* variables (Bug#10040).
728
729 2012-11-03 Glenn Morris <rgm@gnu.org>
730
731 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
732 Rename handler properties back from cl-- to cl-. (Bug#12788)
733
734 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
735
736 2012-11-03 Eli Zaretskii <eliz@gnu.org>
737
738 * term/pc-win.el: Don't load term/internal from here.
739
740 * loadup.el: Load term/internal from here.
741
742 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
743
744 * progmodes/python.el (inferior-python-mode): Fix hang in
745 jit-lock (Bug#12645).
746
747 2012-11-03 Martin Rudalics <rudalics@gmx.at>
748
749 * window.el (switch-to-visible-buffer)
750 (switch-to-buffer-preserve-window-point): Fix doc-strings.
751
752 2012-11-03 Glenn Morris <rgm@gnu.org>
753
754 * emacs-lisp/cl-lib.el (cl--random-time):
755 Rename from cl-random-time. (Bug#12773)
756 (cl--gensym-counter, cl--random-state): Update callers.
757 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
758
759 2012-11-03 Chong Yidong <cyd@gnu.org>
760
761 * cus-start.el: Make cursor-type customizable (Bug#11633).
762
763 2012-11-02 Glenn Morris <rgm@gnu.org>
764
765 * filecache.el: No need to load find-lisp when compiling.
766 (find-lisp-find-files): Autoload it.
767 (file-cache-add-directory-recursively): Don't require find-lisp.
768
769 * image.el (image-type-from-file-name): Trivial simplification.
770
771 * emacs-lisp/bytecomp.el (byte-compile-eval):
772 Decouple "noruntime" and "cl-functions" warnings.
773
774 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
775
776 * play/gomoku.el (gomoku-display-statistics): Update mode line
777 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
778
779 2012-10-31 Martin Rudalics <rudalics@gmx.at>
780
781 * window.el (quit-restore-window): If the window has been
782 created on an existing frame and ended up as the sole window on
783 that frame, do not delete it (Bug#12764).
784
785 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * progmodes/sh-script.el (sh--inside-noncommand-expression):
788 Rename from sh--inside-arithmetic-expression, handle more cases
789 (bug#11263).
790
791 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
792 (sh-font-lock-open-heredoc): Use it (bug#12770).
793
794 2012-10-30 Glenn Morris <rgm@gnu.org>
795
796 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
797
798 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
799
800 2012-10-29 Chong Yidong <cyd@gnu.org>
801
802 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
803 function key is stored in a keyboard macro (Bug#4894).
804
805 * thingatpt.el (number-at-point): Apply a thing-at-point property.
806
807 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
810 header comments".
811 (diff-unified->context, diff-context->unified)
812 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
813
814 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
815
816 * files.el (find-alternate-file): Only ask one question (bug#12487).
817
818 2012-10-29 Chong Yidong <cyd@gnu.org>
819
820 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
821 Suggested by Dan Nicolaescu (Bug#6326).
822
823 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
824
825 * startup.el (fancy-about-screen): Don't message (Bug#12680).
826
827 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
828
829 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
830
831 * face-remap.el (face-remap-add-relative): Handle the case where a
832 face-remapping-alist entry is a cons cell (Bug#12762).
833
834 2012-10-29 Kevin Ryde <user42@zip.com.au>
835
836 * woman.el (woman-parse-numeric-value): Handle picas correctly
837 (Bug#12639).
838
839 2012-10-29 Glenn Morris <rgm@gnu.org>
840
841 * emacs-lisp/cl.el (defsetf): Doc fix.
842
843 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
846 syntax to the matching opener, if any (bug#12547).
847 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
848 matching open as a "case-(".
849 (sh-smie-rc-grammar): Add a corresponding rule for it.
850
851 2012-10-28 Daniel Hackney <dan@haxney.org>
852
853 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
854 "PKGNAME-autoloads.el" in case we created it.
855
856 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
859 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
860 (completion--twq-all): Disable too-strict assertions.
861
862 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
863
864 2012-10-27 Eli Zaretskii <eliz@gnu.org>
865
866 * profiler.el (profiler-report-make-entry-part): Fix help-echo
867 text to match the real keybindings.
868
869 2012-10-27 Juri Linkov <juri@jurta.org>
870
871 * wdired.el (wdired-keep-marker-rename): New defcustom.
872 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
873 (Bug#11795)
874
875 * dired.el (dired-keep-marker-rename): Add reference to
876 `wdired-keep-marker-rename' in the docstring.
877 Add default character value ?R to display initially in
878 Customization UI instead of ?@.
879
880 2012-10-27 Martin Rudalics <rudalics@gmx.at>
881
882 * window.el (display-buffer): In doc-string describe
883 window-height and window-width alist entries.
884
885 * time.el (display-time-world): Restore fit-window-to-buffer
886 behavior.
887
888 2012-10-27 Chong Yidong <cyd@gnu.org>
889
890 * subr.el (insert-buffer-substring-as-yank): Doc fix.
891
892 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
893
894 * minibuffer.el (completion-category-overrides): New completion
895 category `bookmark' (bug#11131).
896
897 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * emacs-lisp/advice.el (ad-assemble-advised-definition):
900 Silence bogus compiler warnings for ad-do-it.
901
902 * bookmark.el (bookmark-completing-read): Set the completion category
903 to `bookmark' (bug#11131).
904
905 2012-10-26 Bastien <bzg@altern.org>
906 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * face-remap.el: Use lexical-binding.
909 (text-scale-adjust): Improve docstring. Use itself for the temporary
910 overlay-map bindings, so as to repeat the "Use..." message each time.
911
912 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * emacs-lisp/macroexp.el (macroexp--expand-all):
915 Obey byte-compile-warning-enabled-p (bug#12486).
916
917 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
918 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
919
920 2012-10-26 Martin Rudalics <rudalics@gmx.at>
921
922 * mouse.el (mouse-drag-line): Move last form into preceding when
923 clause (Bug#12731).
924
925 * help.el (resize-temp-buffer-window): Fix doc-string.
926
927 2012-10-25 David Engster <deng@randomsample.de>
928
929 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
930 Remove. This feature is already integrated in imenu.
931
932 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
933 always loaded. Require `speedbar' unconditionally.
934
935 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
938
939 * minibuffer.el (minibuffer-force-complete): Fix thinko.
940
941 * net/ldap.el (ldap-search-internal): The official ldif format starts
942 with a "version: 1" header (bug#12724).
943
944 * emacs-lisp/package.el (package-installed-p): Warn if not ready
945 (bug#12721).
946
947 2012-10-25 Glenn Morris <rgm@gnu.org>
948
949 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
950
951 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * minibuffer.el (minibuffer-force-complete): Use one more marker
954 for the temporary-overlay-map command (bug#12619).
955
956 2012-10-24 Chong Yidong <cyd@gnu.org>
957
958 * time.el (display-time-world-mode): Derive from special-mode.
959 (display-time-world): Use display-buffer (Bug#12708).
960 (display-time-world-mode-map): Variable deleted.
961 (display-time-world-display): Wrap the final delete-char inside
962 inhibit-read-only.
963
964 2012-10-24 Chong Yidong <cyd@gnu.org>
965
966 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
967 Doc fix.
968
969 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
970
971 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * minibuffer.el (completion--all-sorted-completions-location): New var.
974 (completion--cache-all-sorted-completions)
975 (completion--flush-all-sorted-completions): Use it.
976 (completion-in-region, completion-in-region--postch)
977 (completion-at-point, completion-help-at-point): Use markers in
978 completion-in-region--data (bug#12619).
979
980 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * progmodes/compile.el (compilation-start): Try to handle common
983 quoting of `cd' argument (bug#12640).
984
985 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
986 (bug#12671).
987
988 2012-10-23 Glenn Morris <rgm@gnu.org>
989
990 * progmodes/gud.el (gud-menu-map):
991 Check gdb-active-process is bound. (Bug#12358)
992
993 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * repeat.el (repeat): Set real-this-command (bug#12232).
996
997 * htmlfontify.el (hfy-post-html-hook):
998 * filesets.el (filesets-cache-fill-content-hook):
999 * arc-mode.el (archive-extract-hook):
1000 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1001 * net/rcirc.el (rcirc-sentinel-functions)
1002 (rcirc-receive-message-functions, rcirc-activity-functions)
1003 (rcirc-print-functions):
1004 * net/dbus.el (dbus-event-error-functions):
1005 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1006 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1007 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1008 * term/sun.el (sun-raw-prefix-hooks):
1009 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1010
1011 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
1012
1013 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1014 Set `tramp-chunksize' to 1. This improves the performance.
1015 (tramp-smb-wait-for-output): Add timeout to
1016 `tramp-accept-process-output' calls.
1017
1018 2012-10-23 Chong Yidong <cyd@gnu.org>
1019
1020 * faces.el (font-list-limit): Define as an obsolete variable.
1021
1022 * startup.el (command-line):
1023 * cus-start.el: Don't refer to font-list-limit.
1024
1025 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1026
1027 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * subr.el (internal-temp-output-buffer-show): Rename from
1030 temp-output-buffer-show, since previously compiled files expect this name.
1031
1032 2012-10-23 Glenn Morris <rgm@gnu.org>
1033
1034 * image.el (image-type-from-file-name): If multiple types match,
1035 return the first one that is supported. (Bug#9045)
1036
1037 2012-10-22 Glenn Morris <rgm@gnu.org>
1038
1039 * image.el (imagemagick-enabled-types): Doc fix.
1040
1041 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1042
1043 * progmodes/which-func.el (which-func-current): The hash-table may have
1044 an explicit nil (bug#12338).
1045
1046 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * electric.el (electric-pair-delete-selection-self-insert-function):
1049 Rename to electric-pair-will-use-region, return a boolean.
1050 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1051
1052 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1053 (delete-selection-pre-hook): Use use-region-p.
1054 (delete-selection-self-insert-function): Remove.
1055 (self-insert-command): Obey self-insert-uses-region-functions.
1056 (self-insert-iso): Revert to previous setting, since we don't actually
1057 know what that command does.
1058 (delete-selection-self-insert-hooks): Remove.
1059
1060 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1061
1062 * delsel.el (delete-selection-helper): New function, extracted from
1063 delete-selection-pre-hook.
1064 (delete-selection-pre-hook): Use it.
1065 (delete-selection-self-insert-function): New function.
1066 (delete-selection-self-insert-hooks): New hook.
1067 (self-insert-command, self-insert-iso): Use it.
1068 * electric.el (electric-pair-syntax): New function, extracted from
1069 electric-pair-post-self-insert-function.
1070 (electric-pair-post-self-insert-function): Use it.
1071 (electric-pair-delete-selection-self-insert-function): New function.
1072 (electric-pair-mode): Require delsel and setup
1073 delete-selection-self-insert-hooks (bug#11520).
1074
1075 2012-10-20 Chong Yidong <cyd@gnu.org>
1076
1077 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1078 no changes to show (Bug#12586).
1079
1080 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1081 list explicitly (Bug#12571).
1082
1083 2012-10-20 Arne Jørgensen <arne@arnested.dk>
1084
1085 * progmodes/flymake.el (flymake-create-temp-inplace):
1086 Use file-truename.
1087
1088 2012-10-20 Eli Zaretskii <eliz@gnu.org>
1089
1090 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1091
1092 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1093
1094 * calc/calc-units.el (math-extract-units): Properly extract powers
1095 of units.
1096
1097 2012-10-20 Daniel Colascione <dancol@dancol.org>
1098
1099 * frame.el (make-frame): Set x-display-name as we used to in order
1100 to unbreak creating an X11 frame from an Emacs daemon started
1101 without a display.
1102
1103 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1106 the same completion-field (bug#12221).
1107
1108 2012-10-19 Martin Rudalics <rudalics@gmx.at>
1109
1110 * emacs-lisp/debug.el (debug): Record height of debugger window
1111 also when debugger will be back (Bug#8789).
1112
1113 2012-10-18 Chong Yidong <cyd@gnu.org>
1114
1115 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1116 Convert to defcustom.
1117 (gdb-get-source-file): Don't bind pop-up-windows.
1118
1119 * progmodes/gud.el (gud-display-line): Don't specially re-use
1120 other frames for the gdb-mi case (Bug#12648).
1121
1122 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * emacs-lisp/advice.el: Clean up commentary a bit.
1125 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1126 (byte-code-function-p): Never redefine.
1127
1128 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1129
1130 2012-10-18 Glenn Morris <rgm@gnu.org>
1131
1132 * dired.el (dired-sort-toggle): Some ls implementations only allow
1133 a single option string. (Bug#12666)
1134
1135 * minibuffer.el (completion-cycle-threshold): Doc fix.
1136
1137 2012-10-17 Kenichi Handa <handa@gnu.org>
1138
1139 * international/mule.el (set-keyboard-coding-system):
1140 Recover input meta mode when the new coding system doesn not use 8-bit.
1141 Supply TERMINAL arg to set-input-meta-mode.
1142
1143 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1144
1145 * wdired.el (wdired-old-marks): New variable.
1146 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1147 (wdired-do-renames): Move point with renamed file and don't lose
1148 mark status (Bug#11795).
1149
1150 2012-10-16 Juri Linkov <juri@jurta.org>
1151
1152 * replace.el (query-replace-help): Mention multi-buffer replacement
1153 keys in the Help message. (Bug#12655)
1154
1155 2012-10-15 Chong Yidong <cyd@gnu.org>
1156
1157 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1158
1159 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1160
1161 * window.el (display-buffer): Doc fix.
1162
1163 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1164 Adjust the msft regexp to the output of Studio 2010, and move msft
1165 before edg-1. See the discussion on emacs-devel,
1166 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1167 for the details.
1168
1169 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1172 (oset): Move uses of object-class-fast macro after its definition.
1173
1174 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1175
1176 2012-10-13 Chong Yidong <cyd@gnu.org>
1177
1178 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1179 enabled, re-enable it (Bug#11963).
1180
1181 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1182
1183 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1184 non-nil, restore window configuration (Bug#12623).
1185
1186 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * help-fns.el (describe-variable, describe-function-1):
1189 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1190
1191 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1192
1193 2012-10-12 Glenn Morris <rgm@gnu.org>
1194
1195 * mail/rmailsum.el (rmail-header-summary):
1196 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1197
1198 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1199
1200 * progmodes/python.el (python-mode-map):
1201 Replace subtitute-key-definition with proper command remapping.
1202 (python-nav--up-list): Fix behavior for blocks on the same level.
1203
1204 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1205
1206 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1207
1208 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1209 changes to the format of load-history.
1210
1211 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1212 completion-ignore-case in case that var is buffer-local (bug#12615).
1213
1214 2012-10-11 Kenichi Handa <handa@gnu.org>
1215
1216 * international/eucjp-ms.el: Re-generated.
1217
1218 2012-10-10 Kenichi Handa <handa@gnu.org>
1219
1220 * select.el (xselect--encode-string): If a coding is specified for
1221 selection, and that is compatible with COMPOUND_TEXT, use it.
1222
1223 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1224
1225 * window.el (switch-to-buffer-preserve-window-point): New option.
1226 (switch-to-buffer):
1227 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1228
1229 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1232 Don't document nil as a useful value (bug#12583).
1233
1234 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1235
1236 * net/tramp.el (tramp-debug-message):
1237 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1238 (with-tramp-progress-reporter): Rename from
1239 `tramp-with-progress-reporter'.
1240 (with-tramp-file-property, with-tramp-connection-property):
1241 Move from tramp-cache.el, rename from `with-file-property' and
1242 `with-connection-property', respectively.
1243
1244 * net/tramp-cache.el: Remove `with-file-property' and
1245 `with-connection-property'.
1246
1247 * net/tramp.el:
1248 * net/tramp-gvfs.el:
1249 * net/tramp-sh.el:
1250 * net/tramp-smb.el: Adapt callees.
1251
1252 * net/trampver.el: Update release number.
1253
1254 2012-10-09 Glenn Morris <rgm@gnu.org>
1255
1256 * w32-fns.el (set-message-beep):
1257 * term/w32-win.el (set-message-beep): Update declarations.
1258
1259 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1260
1261 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1262 (mode-line-widen, mode-line-input-method-map)
1263 (mode-line-coding-system-map, mode-line-remote)
1264 (mode-line-unbury-buffer, mode-line-bury-buffer)
1265 (mode-line-next-buffer, mode-line-previous-buffer):
1266 Replace save-selected-window+select-window => with-selected-window.
1267
1268 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1269 * progmodes/cc-vars.el (bq-process): Remove, unused.
1270
1271 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1272
1273 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1274
1275 Implemented `backward-up-list'-like navigation.
1276 * progmodes/python.el (python-nav-up-list)
1277 (python-nav-backward-up-list): New functions.
1278 (python-mode-map): Define substitute key for backward-up-list to
1279 python-nav-backward-up-list.
1280
1281 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1282
1283 * progmodes/python.el (python-fill-paragraph): Rename from
1284 python-fill-paragraph-function. Fixed fill-paragraph for
1285 decorators (Bug#12605).
1286
1287 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1288
1289 * progmodes/python.el (python-shell-output-filter): Handle extra
1290 carriage return in OSX (Bug#12409).
1291
1292 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1293
1294 Fix shell handling of unbalanced quotes and parens in output.
1295 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1296 (python-syntax-propertize-function): Use it.
1297 (python-shell-output-syntax-table): New var.
1298 (inferior-python-mode): Prevent unbalanced parens/quotes from
1299 previous output mess with current input context.
1300
1301 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1304 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1305
1306 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1307
1308 * ffap.el (ffap-replace-file-component): Support Tramp file name
1309 syntax, not only ange-ftp's one.
1310
1311 2012-10-08 Glenn Morris <rgm@gnu.org>
1312
1313 * cus-start.el (message-log-max): Set :version.
1314
1315 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1316
1317 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1318
1319 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1320 the minibuffer window (Bug#10851).
1321
1322 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1323
1324 Enhancements on forward-sexp movement.
1325 * progmodes/python.el (python-nav-beginning-of-statement)
1326 (python-nav-end-of-statement): Return point-marker.
1327 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1328 (python-info-current-symbol)
1329 (python-info-statement-starts-block-p): Rename from
1330 python-info-beginning-of-block-p.
1331 (python-info-statement-ends-block-p): Rename from
1332 python-info-end-of-block-p.
1333 (python-info-beginning-of-statement-p)
1334 (python-info-end-of-statement-p)
1335 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1336 New functions.
1337
1338 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1341 frame-selected-windows.
1342
1343 2012-10-08 Daniel Colascione <dancol@dancol.org>
1344
1345 * battery.el (battery-status-function): Check for
1346 w32-battery-status itself, not system-time windows-nt.
1347
1348 * frame.el: Require cl-lib.
1349 (display-format-alist): New variable mapping frame types to
1350 functions that initialize them.
1351 (window-system-for-display): New function: interprets
1352 display-format-alist.
1353 (make-frame-on-display): Remove existing display-selection logic
1354 and just forward to make-frame, which will now DTRT.
1355 (make-frame): Restructure to use window-system-for-display to
1356 figure out how to create a frame on a given display.
1357 (display-mouse-p): Look for frame-type w32, not a particular
1358 system-type.
1359
1360 * loadup.el: Load w32 lisp code when we have the w32 feature.
1361
1362 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1363 system-type windows-nt.
1364
1365 * server.el (server-create-window-system-frame): Look for window
1366 type.
1367 (server-proces-filter): Only force a window system when windows-nt
1368 _and_ w32. Explain why.
1369
1370 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1371 of window systems we configure for the mode.
1372
1373 * startup.el (command-line): Mark window system is initialized
1374 after we've done it.
1375
1376 * common-win.el (x-select-text): Look for w32, not windows-nt.
1377
1378 * ns-win.el: Require cl-lib. Add ourselves to
1379 display-format-alist.
1380 (ns-initialize-window-system): Assert we're not initialized twice.
1381
1382 * w32-win.el: Enable lexical binding; require cl-lib; add
1383 ourselves to display-format-alist.
1384 (w32-handle-dropped-file): Convert incoming dropped files from
1385 Windows paths to Cygwin ones before passing them on to the rest of
1386 Emacs.
1387 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1388 (w32-initialize-window-system): Assert we're not initialized twice.
1389
1390 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1391 (x-initialize-window-system): Assert we're not initialized twice.
1392
1393 * w32-common-fns.el: New File.
1394 (w32-version, w32-using-nt, w32-get-clipboard-data)
1395 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1396 (w32-charset-info-alist, x-last-selected, text)
1397 (x-get-selection-value, x-selection-value): Move here.
1398
1399 * w32-fns.el: Require w32-common-fns.
1400 (w32-version, w32-using-nt, w32-get-clipboard-data)
1401 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1402 (w32-charset-info-alist, x-last-selected, text)
1403 (x-get-selection-value, x-selection-value): Move to
1404 w32-common-fns.
1405
1406 * w32-vars.el:
1407 (w32-allow-system-shell, w32-system-shells): Define only in
1408 non-cygwin case.
1409
1410 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1413 (read-passwd): Remove a few more potential sources of leaks.
1414
1415 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1416
1417 * progmodes/python.el (inferior-python-mode)
1418 (python-shell-make-comint): Fix initialization of local
1419 variables copied from parent buffer.
1420
1421 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1422
1423 * term/ns-win.el (ns-read-file-name): Update declaration to match
1424 nsfns.m.
1425 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1426 it is set when font is acted upon.
1427
1428 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1429
1430 Enhancements to indentation.
1431 * progmodes/python.el (python-indent-context): Give priority to
1432 inside-string context. Make comments indentation markers.
1433 (python-indent-region): Do not mess with strings, unless it's the
1434 enclosing set of quotes.
1435
1436 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * window.el (internal--before-save-selected-window)
1439 (internal--after-save-selected-window): New functions extracted from
1440 save-selected-window. Make sure we return the `alist' we construct.
1441 (save-selected-window): Use them.
1442
1443 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1444 Use with-selected-window.
1445
1446 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1447 forms that define macros (bug#12593).
1448
1449 2012-10-07 Kenichi Handa <handa@gnu.org>
1450
1451 * international/mule-conf.el (compound-text-with-extensions):
1452 Add :mime-charset property as x-ctext.
1453
1454 2012-10-07 Stefan Merten <smerten@oekonux.de>
1455
1456 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1457 (rst-indent-literal-normal, rst-indent-literal-minimized)
1458 (rst-indent-comment): Correct :version tag.
1459 (rst-official-cvs-rev): Correct version string.
1460
1461 2012-10-07 Glenn Morris <rgm@gnu.org>
1462
1463 * mail/rmailmm.el (rmail-mime-process-multipart):
1464 Do not confuse a multipart message with an epilogue
1465 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1466
1467 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1468
1469 Fix shell output retrieval and comint-prompt-regexp init.
1470 * progmodes/python.el (inferior-python-mode):
1471 (python-shell-make-comint): Fix initialization of
1472 comint-prompt-regexp from copied file local variables.
1473 (python-shell-fetched-lines): Remove var.
1474 (python-shell-output-filter-in-progress): Rename from
1475 python-shell-fetch-lines-in-progress.
1476 (python-shell-output-filter-buffer): Rename from
1477 python-shell-fetch-lines-string.
1478 (python-shell-fetch-lines-filter): Delete function.
1479 (python-shell-output-filter): New function.
1480 (python-shell-send-string-no-output): Use them.
1481
1482 2012-10-07 Glenn Morris <rgm@gnu.org>
1483
1484 * hi-lock.el (hi-lock-process-phrase):
1485 Try to make it less fragile. (Bug#7161)
1486
1487 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1488
1489 2012-10-06 Glenn Morris <rgm@gnu.org>
1490
1491 * ehelp.el (electric-help-mode): Use help-mode rather than
1492 non-existent mode `help'.
1493 (electric-help-map): Use button-buffer-map. (Bug#10917)
1494
1495 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1496 (reftex-create-bibtex-footer): Fix custom types.
1497
1498 * progmodes/sh-script.el (sh-indent-after-continuation):
1499 Add explicit :group.
1500
1501 * textmodes/rst.el (rst-preferred-decorations)
1502 (rst-shift-basic-offset): Clarify obsolescence versions.
1503
1504 * profiler.el (profiler): Add missing group :version tag.
1505 * avoid.el (mouse-avoidance-banish-position):
1506 * proced.el (proced-renice-command):
1507 * calc/calc.el (calc-ensure-consistent-units):
1508 * calendar/icalendar.el (icalendar-import-format-uid):
1509 * net/tramp.el (tramp-save-ad-hoc-proxies):
1510 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1511 * progmodes/flymake.el (flymake-error-bitmap)
1512 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1513 * progmodes/sh-script.el (sh-indent-after-continuation):
1514 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1515 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1516 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1517 (vhdl-array-index-record-field-in-sensitivity-list)
1518 (vhdl-indent-comment-like-next-code-line):
1519 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1520 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1521 (reftex-cite-key-separator, reftex-create-bibtex-header)
1522 (reftex-create-bibtex-footer):
1523 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1524 (rst-indent-literal-normal, rst-indent-literal-minimized)
1525 (rst-indent-comment): Add missing custom :version tags.
1526
1527 * calendar/timeclock.el (timeclock-modeline-display):
1528 Add missing obsolete alias for renamed user option.
1529
1530 * strokes.el (strokes-modeline-string):
1531 * emulation/crisp.el (crisp-mode-modeline-string):
1532 * eshell/esh-mode.el (eshell-status-in-modeline):
1533 Aliases to defcustoms must come before the defcustom.
1534
1535 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1536 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1537 (cal-tex-cursor-week-monday): Doc fixes.
1538 (cal-tex-cursor-week2-summary): Doc fix.
1539 Rename from cal-tex-cursor-week-at-a-glance.
1540
1541 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1542 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1543
1544 * calendar/calendar.el (calendar-mode-map):
1545 Add cal-tex-cursor-week2-summary.
1546
1547 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1550
1551 * subr.el (read-passwd-map): New var.
1552 (read-passwd): Use `read-string' again.
1553 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1554
1555 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1556
1557 * register.el (append-to-register, prepend-to-register):
1558 Deactivate mark, as does `copy-to-register' (bug#12389).
1559
1560 2012-10-06 Chong Yidong <cyd@gnu.org>
1561
1562 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1563
1564 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1565
1566 * international/characters.el: Fix simple mistake ((car chars) ->
1567 elt), delete duplicated code.
1568
1569 2012-10-06 Glenn Morris <rgm@gnu.org>
1570
1571 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1572
1573 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1574
1575 * color.el (color-hsl-to-rgb): Fix incorrect results for
1576 small and large hue values. (Bug#12559)
1577
1578 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1579
1580 Enhancements to docstring formatting when filling paragraphs.
1581 * progmodes/python.el (python-fill-docstring-style): Rename from
1582 python-fill-string-style. Added new style.
1583 (python-fill-string): Use new style. Better checks for
1584 docstrings.
1585
1586 2012-10-05 Glenn Morris <rgm@gnu.org>
1587
1588 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1589
1590 * color.el (color-name-to-rgb, color-rgb-to-hex)
1591 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1592 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1593 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1594 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1595
1596 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1597
1598 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1601 to get the correct size across symlinks.
1602
1603 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1604
1605 2012-10-04 Juri Linkov <juri@jurta.org>
1606
1607 * replace.el (query-replace-interactive): Declare obsolete.
1608 (query-replace-read-from): Add the last incremental search string
1609 to the list of default values accessible via M-n.
1610 (map-query-replace-regexp): Use `read-regexp'.
1611 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1612 (map-query-replace-regexp, replace-string, replace-regexp):
1613 Fix docstrings to replace mentions of `query-replace-interactive'
1614 with alternatives. (Bug#12526)
1615
1616 2012-10-04 Juri Linkov <juri@jurta.org>
1617
1618 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1619 (dired-pop-to-buffer): Declare obsolete.
1620 (dired-mark-pop-up): Doc fix.
1621
1622 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1623
1624 Allow user to set docstring style for fill-paragraph.
1625 * progmodes/python.el
1626 (python-fill-comment-function, python-fill-string-function)
1627 (python-fill-decorator-function, python-fill-paren-function):
1628 Remove :safe for defcustoms.
1629 (python-fill-string-style): New defcustom
1630 (python-fill-paragraph-function): Enhance context detection.
1631 (python-fill-string): Honor python-fill-string-style settings.
1632
1633 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1634
1635 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1636 after setting its buffer (Bug#10805).
1637
1638 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1639
1640 Fix cornercase for string syntax.
1641 * progmodes/python.el (python-syntax-propertize-function):
1642 Simplify and enhance the regexp for unescaped quotes. Now it also
1643 matches quotes in weird situations like the single quote in
1644 "something\"'".
1645 (python-syntax-stringify): Simplify num-quotes detecting code.
1646
1647 2012-10-03 Glenn Morris <rgm@gnu.org>
1648
1649 * help-macro.el (three-step-help):
1650 Revert 2012-09-29 change. (Bug#12567)
1651
1652 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1653
1654 * menu-bar.el (kill-this-buffer): Don't do anything when
1655 `menu-frame' is not alive or visible (Bug#8184).
1656
1657 * emacs-lisp/debug.el (debug): When quitting the debugger window
1658 restore current buffer (Bug#12502).
1659
1660 2012-10-02 Chong Yidong <cyd@gnu.org>
1661
1662 * progmodes/hideif.el (hif-lookup, hif-defined):
1663 Handle semantic-c-takeover-hideif.
1664
1665 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1666
1667 Change sampling interval units from ms to ns.
1668 * profiler.el (profiler-sampling-interval): Change units
1669 from ms to ns, multiplying the default by 1000000 so that
1670 it remains 1 ms.
1671 (profiler-report-cpu-line-format): Give enough room for
1672 the maximum counters on 64-bit hosts.
1673 (profiler-report-render-calltree-1): Call them "CPU samples",
1674 not "Time (ms)", since they are not milliseconds now (and
1675 never really were).
1676
1677 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1678
1679 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1680 Fix querying BBDB for entries without a last name (Bug#11580).
1681
1682 2012-10-02 Chong Yidong <cyd@gnu.org>
1683
1684 * emacs-lisp/eieio.el: Restore Version header.
1685
1686 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * vc/diff-mode.el (diff--auto-refine-data): New var.
1689 (diff-hunk): Use it to delay refinement.
1690 (diff-mode): Remove overlays when we turn off font-lock.
1691
1692 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1693 (table-initialize-table-fixed-width-mode)
1694 (table-set-table-fixed-width-mode): Remove functions.
1695 (table-command-list): Move initialization into declaration.
1696 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1697 (table-with-cache-buffer): Use `declare'.
1698 (table-span-cell): Simplify via CSE.
1699 (table-fixed-width-mode): Use define-minor-mode.
1700 (table-call-interactively, table-funcall, table-apply): Remove.
1701 (table-function): New function, to replace them.
1702
1703 * bookmark.el (bookmark-search-pattern): Remove var.
1704 (bookmark-read-search-input): Remove function.
1705 (bookmark-bmenu-search): Reimplement using a minibuffer.
1706
1707 * faces.el (modeline): Remove obsolete face name.
1708
1709 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1710 and give a non-nil default value.
1711 (add-change-log-entry): Simplify accordingly.
1712
1713 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1714
1715 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1716 (vc-git-log-edit-toggle-amend): New function.
1717 (vc-git-log-edit-toggle-signoff): New function.
1718 (vc-git-log-edit-mode): New major mode.
1719 (vc-git-log-edit-mode-map): Keymap for it.
1720 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1721
1722 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1723 header names.
1724 (log-edit-toggle-header): New function.
1725 (log-edit-extract-headers): Accept function values in HEADERS alist.
1726
1727 2012-10-01 David Engster <deng@randomsample.de>
1728
1729 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1730 from symbol property and change message to be more consistent with
1731 Emacs proper.
1732 (eieio-describe-generic): Add filename for each implementation.
1733 Fix indices for generic and normal methods.
1734 (eieio-method-def, eieio-class-def): New buttons.
1735 (eieio-help-find-method-definition)
1736 (eieio-help-find-class-definition): New functions.
1737 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1738 class, constructor and method definitions.
1739
1740 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1741 information in symbol property.
1742 (scoped-class): Remove.
1743 (eieio-slot-name-index, call-next-method): Check if it is bound.
1744
1745 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1746
1747 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1748 (eieio-custom-mode): New major mode.
1749 (eieio-customize-object): Use it.
1750
1751 2012-10-01 Eric Ludlam <zappo@gnu.org>
1752
1753 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1754 specifying the expected class, and whether subclassing is allowed.
1755 (eieio-persistent-convert-list-to-object):
1756 (eieio-persistent-validate/fix-slot-value)
1757 (eieio-persistent-slot-type-is-class-p): New functions.
1758 (eieio-named::slot-missing): Doc fix.
1759
1760 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1761 Stop using unused publd variable.
1762
1763 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1764 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1765 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1766 (eieio-speedbar-handle-click): Do not specify a class for the
1767 method. Fixes method invocation order problems with EDE.
1768
1769 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1772 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1773
1774 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1775
1776 * bookmark.el (bookmark-version-control): Give tags in the
1777 :type choices (Bug#12309), and improve doc string.
1778 (bookmark-write-file): Bind `print-circle' to `t' to allow
1779 circular custom bookmark types. (Bug#12503)
1780
1781 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1782
1783 Revert the FOLLOW-SYMLINKS change for file-attributes.
1784 * files.el (remote-file-name-inhibit-cache, after-find-file):
1785 * time.el (display-time-file-nonempty-p): Undo last change.
1786
1787 * profiler.el (profiler-sampling-interval): Change default back to 1.
1788 See Stefan Monnier in
1789 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1790
1791 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1792
1793 Shell output catching a la gud-gdb.
1794 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1795 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1796 New Vars.
1797 (python-shell-fetch-lines-filter): New function.
1798 (python-shell-send-string-no-output): Use them.
1799
1800 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1801
1802 * profiler.el (profiler-sampling-interval): Rename from
1803 profiler-sample-interval.
1804 (profiler-sampling-interval): Default to 10.
1805 (profiler-find-profile): New command (was profiler-find-log).
1806 (profiler-find-profile-other-window): New command.
1807 (profiler-find-profile-other-frame): New command.
1808 (profiler-profile): Introduce API-level data structure.
1809
1810 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1811
1812 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1813 * files.el (remote-file-name-inhibit-cache):
1814 * time.el (display-time-file-nonempty-p): Use it.
1815 * files.el (after-find-file): Don't chase links before calling
1816 file-exists-p, as file-exists-p already does the right thing.
1817
1818 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1819
1820 Merge from standalone RefTeX repository.
1821
1822 The following ChangeLog entries are shortened versions of the
1823 original ones with file paths adapted. A not so strongly edited
1824 version of the original ChangeLog can be found in the commit log.
1825
1826 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1827 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1828 Correctly handle new value type returned by `reftex-citation'.
1829
1830 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1831 that entries with whitespace at various places are found.
1832 Doc fix. Include entries that are cross-referenced from cited entries.
1833 Include @String definitions in the resulting bib file. Add header
1834 and footer defined in `reftex-create-bibtex-header' and
1835 `reftex-create-bibtex-footer'.
1836 (reftex-do-citation): Make it possible again to insert
1837 non-existent entries. Save match data when asking for optional
1838 arguments. Return all keys, not just the first one.
1839 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1840 all citations in the same line.
1841 (reftex-parse-bibtex-entry): Accept additional optional argument
1842 `raw' and keep quotes or braces if it is non-nil. Match fields
1843 containing hyphens besides word constituents.
1844 (reftex-get-string-refs): New function.
1845 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1846 and ask if it should be reread in case it did.
1847 (reftex-pop-to-bibtex-entry)
1848 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1849 entries with spaces or tabs in front of arguments.
1850 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1851 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1852 Match entries containing numbers and symbol constituents.
1853 (reftex-do-citation, reftex-figure-out-cite-format):
1854 Use `reftex-cite-key-separator'.
1855
1856 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1857 (reftex-mouse-view-crossref): Explain why point is set.
1858
1859 * textmodes/reftex-global.el: Whitespace changes.
1860
1861 * textmodes/reftex-index.el: Move provide statement to end of
1862 file.
1863 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1864 (reftex-index-visit-phrases-buffer): Set marker when visiting
1865 buffer. This allows for returning from the phrases file to the
1866 file one was just editing instead of the file where the last
1867 phrases was added from.
1868 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1869 punctuation syntax as it usually is not used as string quote in
1870 TeX-related modes and may occur unmatched. The change also
1871 prevents fontification of quoted content.
1872 (reftex-index-phrases-mode): Use it.
1873
1874 * textmodes/reftex-parse.el (reftex-parse-from-file):
1875 Move backward one char if a `\' was matched after a section macro.
1876 (reftex-parse-from-file): Use beginning of match instead of end as
1877 bound.
1878
1879 * textmodes/reftex-ref.el: Adapt creation of
1880 `reftex-<package>-<macro>' functions to new structure of
1881 `reftex-ref-style-alist'.
1882 (reftex-reference): Use `reftex-ref-style-list' function.
1883 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1884 reference macro if `reftex-ref-macro-prompt' is non-nil.
1885 (reftex-reference): Pass refstyle to `reftex-format-special'.
1886 Determine reference macro by looking at
1887 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1888 Use only one special format function.
1889 (reftex-varioref-vref, reftex-fancyref-fref)
1890 (reftex-fancyref-Fref): Remove definitions. The functions are now
1891 generated from `reftex-ref-style-alist'.
1892 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1893 Remove.
1894 (reftex-format-special): New function.
1895
1896 * textmodes/reftex-sel.el
1897 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1898 of `reftex-ref-style-alist'. Remove code for testing macro type.
1899 (reftex-select-toggle-varioref)
1900 (reftex-select-toggle-fancyref): Remove.
1901 (reftex-select-cycle-ref-style-internal)
1902 (reftex-select-cycle-ref-style-forward)
1903 (reftex-select-cycle-ref-style-backward): New functions.
1904 (reftex-select-label-map): Use `v' and `V' for general cycling
1905 through reference styles. Add `p' for switching between number
1906 and page reference types.
1907
1908 * textmodes/reftex-toc.el (reftex-re-enlarge):
1909 Call `enlarge-window' only if there is something to do because in Emacs
1910 the horizontal version throws an error even if the parameter is 0.
1911
1912 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1913 (reftex-plug-into-AUCTeX): Doc fix.
1914 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1915 string. Adapt to new name.
1916 (reftex-ref-style-alist): Change structure so that it is not
1917 possible to use multiple different package names within a style.
1918 Remove the symbols for symbols for macro type distinction.
1919 Add characters for macro selection.
1920 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1921 (reftex-create-bibtex-footer): New variables.
1922 (reftex-format-ref-function): Mention third argument of special
1923 format function.
1924 (reftex-ref-style-alist, reftex-ref-style-default-list):
1925 New variables.
1926 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1927 to new implementation. Mark as obsolete. Add compatibility code
1928 for honoring the variable values in case they are set.
1929 (reftex-cite-format-builtin, reftex-bibliography-commands):
1930 Add support for ConTeXt.
1931 (reftex-format-ref-function, reftex-format-cite-function):
1932 Fix custom type.
1933 (reftex-cite-key-separator): New variable.
1934
1935 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1936 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1937 `reftex-syntax-table' because parens have to retain their paren
1938 syntax in order for parsing of BibTeX entries like @book(...) to
1939 work.
1940 (reftex-in-comment): Do not error out if `comment-start-skip' is
1941 not set. Deal correctly with escaped comment characters.
1942 (reftex-tie-multifile-symbols): Add doc string.
1943 Initialize `reftex-ref-style-list'.
1944 (reftex-untie-multifile-symbols): Add doc string.
1945 (reftex-add-index-macros): Doc fix.
1946 (reftex-ref-style-activate, reftex-ref-style-toggle)
1947 (reftex-ref-style-list): New functions.
1948 (reftex-mode-menu): Use them. Adapt to new structure of
1949 `reftex-ref-style-alist'.
1950 (reftex-select-with-char): Kill the RefTeX Select buffer when
1951 done.
1952 (reftex-remove-if): New function.
1953 (reftex-erase-all-selection-and-index-buffers)
1954 (reftex-mode-menu): Reference styles are now computed from
1955 `reftex-ref-style-alist'. Fix typo.
1956 (reftex-report-bug): New function.
1957 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1958 algorithms with O(n log n). Introduce optional argument SORT (not
1959 yet used).
1960
1961 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1962
1963 Enhancements for triple-quote string syntax.
1964 * progmodes/python.el (python-syntax-propertize-function):
1965 Match both quote cases in one regexp.
1966 (python-syntax-stringify): Handle matches properly.
1967
1968 2012-09-30 Juri Linkov <juri@jurta.org>
1969
1970 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1971 to nil around the call to `insert' to prevent
1972 directory time modification by lock_file. (Bug#2295)
1973 * tar-mode.el (tar-summarize-buffer): Idem.
1974
1975 2012-09-30 Juri Linkov <juri@jurta.org>
1976
1977 * facemenu.el (list-colors-sort): Add option "Luminance".
1978 (list-colors-sort-key): Implement it.
1979
1980 * vc/diff-mode.el (diff-refine-removed):
1981 * vc/ediff-init.el (ediff-fine-diff-A):
1982 * vc/smerge-mode.el (smerge-refined-removed):
1983 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1984
1985 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1986
1987 * term/ns-win.el (x-file-dialog): New function.
1988
1989 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1990
1991 * ido.el (ido-max-directory-size): Default to nil; the current
1992 default is small for POSIX systems, and impractical on Windows 7
1993 now that lstat returns directory sizes for NTFS.
1994
1995 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1996
1997 In buffer display functions handle window-height/window-width
1998 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1999 * window.el (window--display-buffer): New argument ALIST.
2000 Obey window-height and window-width alist entries.
2001 (window--try-to-split-window): New argument ALIST.
2002 Bind window-combination-limit to t when the window's size shall be
2003 changed and window-combination-limit equals `window-size'.
2004 (display-buffer-in-atom-window)
2005 (display-buffer-in-major-side-window)
2006 (display-buffer-in-side-window, display-buffer-same-window)
2007 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2008 (display-buffer-pop-up-window, display-buffer-below-selected)
2009 (display-buffer-at-bottom, display-buffer-in-previous-window)
2010 (display-buffer-use-some-window): Adjust all callers of
2011 window--display-buffer and window--try-to-split-window.
2012 (fit-frame-to-buffer): New option.
2013 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2014 is non-nil.
2015 (display-buffer-in-major-side-window): Evaluate window-height /
2016 window-width alist entries.
2017
2018 * help.el (temp-buffer-resize-frames)
2019 (temp-buffer-resize-regexps): Remove options.
2020 (temp-buffer-resize-mode): Adjust doc-string.
2021 (resize-temp-buffer-window): Don't consult
2022 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2023 temp-buffer-resize-frames.
2024
2025 * dired.el (dired-mark-pop-up):
2026 Call display-buffer-below-selected with a fit-window-to-buffer alist
2027 entry.
2028
2029 2012-09-30 Chong Yidong <cyd@gnu.org>
2030
2031 * server.el (server-host): Document the security implications.
2032 (server-auth-key): Doc fix.
2033
2034 * startup.el (initial-buffer-choice): Doc fix.
2035
2036 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2037
2038 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2039 restriction change.
2040
2041 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2042
2043 * help-fns.el (help-fns--obsolete): Fix last change.
2044
2045 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2048 (minor-mode-map-alist): Remove redundant code.
2049
2050 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2051 visited in a buffer.
2052 (cvs-insert-visited-file): New function.
2053 (find-file-hook): Use it.
2054
2055 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2056
2057 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2058 chose face.
2059 (log-edit-empty-buffer-p): Don't require a space after a header.
2060
2061 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2062
2063 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2064
2065 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2066 a proper minor-mode.
2067
2068 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2069
2070 2012-09-29 Glenn Morris <rgm@gnu.org>
2071
2072 * winner.el (winner-mode): Remove variable (let define-minor-mode
2073 handle it).
2074 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2075 Doc fixes.
2076 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2077 (winner-mode): Use define-minor-mode.
2078
2079 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2080 the full definition in loaddefs, rather than duplicating it.
2081
2082 * help-macro.el (three-step-help): No need to autoload defcustom.
2083
2084 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2085 (inferior-lisp-program, inferior-lisp-load-command)
2086 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2087 No need to autoload defcustoms.
2088
2089 * hippie-exp.el (hippie-expand-try-functions-list)
2090 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2091 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2092 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2093 (hippie-expand-only-buffers): No need to autoload defcustoms.
2094 * progmodes/vhdl-mode.el (vhdl-line-expand):
2095 Explicitly load hippie-exp, so it does not get autoloaded
2096 while hippie-expand-try-functions-list is let-bound.
2097
2098 2012-09-28 Glenn Morris <rgm@gnu.org>
2099
2100 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2101
2102 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2103 Only "cl.el" counts as cl these days.
2104
2105 2012-09-28 Juri Linkov <juri@jurta.org>
2106
2107 Display archive errors in the echo area instead of inserting
2108 to the file buffer.
2109
2110 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2111 to STDERR-TEST that can be a regexp matching a successful output.
2112 Create a temporary file and redirect stderr to it. Search for
2113 STDERR-TEST in the stderr output and display it in the echo area
2114 if no match is found.
2115 (archive-extract-by-file): New function like
2116 `archive-extract-by-stdout' but extracting archives to files
2117 and looking for successful matches in stdout. Function body is
2118 mostly copied from `archive-rar-extract'.
2119 (archive-rar-extract): Use `archive-extract-by-file'.
2120 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2121
2122 2012-09-28 Leo Liu <sdl.web@gmail.com>
2123
2124 * pcomplete.el (pcomplete-show-completions):
2125 Use minibuffer-message to make pcomplete usable in minibuffer.
2126
2127 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2128
2129 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * type-break.el: Use lexical-binding.
2132 (type-break-mode): Use define-minor-mode.
2133
2134 * emacs-lisp/pcase.el (pcase--mark-used): New.
2135 (pcase--u1): Use it (bug#12512).
2136
2137 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2138 in load-history with the right file name.
2139
2140 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2141
2142 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2143 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2144 (doc-view-get-bounding-box): Make bounding box slicing work for
2145 ODF and DVI documents.
2146
2147 2012-09-28 Glenn Morris <rgm@gnu.org>
2148
2149 * type-break.el (type-break-mode, type-break-interval)
2150 (type-break-good-rest-interval, type-break-keystroke-threshold):
2151 No need to autoload.
2152 (type-break-good-rest-interval, type-break-keystroke-threshold):
2153 Add :set-after.
2154
2155 2012-09-28 Chong Yidong <cyd@gnu.org>
2156
2157 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2158 Add :version tag.
2159
2160 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2163
2164 2012-09-27 Glenn Morris <rgm@gnu.org>
2165
2166 * faces.el (x-display-name): Declare (for without-x builds).
2167
2168 * linum.el (linum-format): Don't autoload it. Improve :type.
2169
2170 * progmodes/tcl.el: Don't require outline when compiling.
2171 (outline-regexp, outline-level): Declare.
2172 * textmodes/sgml-mode.el: Don't require outline when compiling.
2173 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2174
2175 * term.el (term-ansi-reset):
2176 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2177
2178 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2179 files for RCS and SCCS. (Bug#9781)
2180
2181 2012-09-27 Chong Yidong <cyd@gnu.org>
2182
2183 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2184 change; value should be t.
2185
2186 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * image-mode.el: Use lexical-binding.
2189 (image-mode-winprops): Use t to stand for the window of
2190 a buffer that's not displayed.
2191 * doc-view.el (doc-view-new-window-function): Handle the new
2192 t in winprops.
2193 (doc-view-enlarge): Make it a real nop if the size is not changed.
2194 (doc-view-display): Handle the case where the buffer is not (yet?)
2195 displayed in any window.
2196 (doc-view-saved-settings): New var.
2197 (doc-view-mode): Use it.
2198 (doc-view-fallback-mode): Set it.
2199
2200 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2201 Set lexical-binding.
2202 (minibuffer-eldef-shorten-default): New var.
2203 (minibuffer-default-in-prompt-regexps): Use it for new default.
2204 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2205
2206 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2207
2208 * international/uni-bidi.el:
2209 * international/uni-category.el:
2210 * international/uni-name.el:
2211 * international/uni-numeric.el: Regenerate.
2212
2213 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2214 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * profiler.el: New file.
2217
2218 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2221 (testcover-reinstrument): Simplify with CSE.
2222
2223 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2226
2227 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2228
2229 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2230 (verilog-auto-input, verilog-auto-insert-lisp)
2231 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2232 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2233 (verilog-auto-unused, verilog-auto-wire)
2234 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2235 newline. Reported by Andrew Jones.
2236 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2237 Reported by Brad Dobbie.
2238 (verilog-batch-delete-trailing-whitespace):
2239 Create verilog-batch-delete-trailing-whitespace.
2240 Reported by Brad Dobbie.
2241 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2242 parameters from another module. Reported by Dan Katz.
2243 (verilog-auto, verilog-auto-assign-modport)
2244 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2245 AUTOINOUTMODPORT for UVM interface module shell generation.
2246 Reported by Brad Dobbie.
2247 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2248 standard behavior.
2249 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2250 Reported by Matt Martin.
2251
2252 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2253
2254 * window.el (window--resize-child-windows): When resizing child
2255 windows proportionally, process them in reverse order to
2256 preserve the "when splitting a window the new one gets the odd
2257 line" behavior.
2258 (window--resize-root-window-vertically): When resizing the
2259 minibuffer window try to affect only windows at the bottom of the
2260 frame. (Bug#12419)
2261
2262 2012-09-25 Chong Yidong <cyd@gnu.org>
2263
2264 * subr.el (declare): Doc fix.
2265
2266 * help-fns.el (help-fns--obsolete): Handle macros properly.
2267
2268 2012-09-25 Chong Yidong <cyd@gnu.org>
2269
2270 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2271 this function obsolete.
2272
2273 * calendar/cal-x.el (calendar-two-frame-setup)
2274 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2275 * calendar/calendar.el (american-calendar, european-calendar)
2276 (calendar-for-loop):
2277 * comint.el (comint-dynamic-simple-complete)
2278 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2279 * desktop.el (desktop-load-default):
2280 * dired-x.el (dired-omit-here-always)
2281 (dired-hack-local-variables, dired-default-directory):
2282 * emacs-lisp/derived.el (derived-mode-class):
2283 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2284 * emacs-lock.el (toggle-emacs-lock):
2285 * epa.el (epa-display-verify-result):
2286 * epg.el (epg-sign-keys, epg-start-sign-keys)
2287 (epg-passphrase-callback-function):
2288 * eshell/esh-util.el (eshell-for):
2289 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2290 (eshell-add-to-window-buffer-names):
2291 * files.el (locate-file-completion):
2292 * imenu.el (imenu-example--create-c-index)
2293 (imenu-example--create-lisp-index)
2294 (imenu-example--lisp-extract-index-name)
2295 (imenu-example--name-and-position):
2296 * international/mule-cmds.el (princ-list):
2297 * international/mule-diag.el (decode-codepage-char):
2298 * international/mule-util.el (detect-coding-with-priority):
2299 * iswitchb.el (iswitchb-read-buffer):
2300 * mail/mailalias.el (mail-complete):
2301 * mail/sendmail.el (mail-sent-via):
2302 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2303 (mouse-major-mode-menu):
2304 * password-cache.el (password-read-and-add):
2305 * pcomplete.el (pcomplete-parse-comint-arguments):
2306 * progmodes/sh-script.el (sh-maybe-here-document):
2307 * replace.el (query-replace-regexp-eval):
2308 * savehist.el (savehist-load):
2309 * simple.el (choose-completion-delete-max-match):
2310 * term.el (term-dynamic-simple-complete):
2311 * vc/ediff-init.el (ediff-check-version):
2312 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2313 * vc/vc.el (vc-diff-switches-list):
2314 * view.el (view-return-to-alist-update): Likewise.
2315
2316 * subr.el (eval-next-after-load, makehash, insert-string)
2317 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2318 mark obsolete.
2319 (mode-line-inverse-video): Variable deleted.
2320
2321 * international/mule-util.el (string-to-sequence): Remove.
2322
2323 * calendar/calendar.el (calendar-version):
2324 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2325 (icalendar-convert-diary-to-ical):
2326 * cus-edit.el (custom-mode):
2327 * ansi-color.el (ansi-color-unfontify-region):
2328 * international/latin1-disp.el (latin1-char-displayable-p):
2329 * progmodes/cwarn.el (turn-on-cwarn-mode):
2330 * progmodes/which-func.el (which-func-update-1):
2331 Use define-obsolete-function-alias.
2332
2333 * net/newst-backend.el (newsticker-cache-filename):
2334 * net/newst-treeview.el (newsticker-groups-filename):
2335 Fix incorrect obsolescence declaration.
2336
2337 * allout.el (allout-passphrase-hint-string): Likewise.
2338 (allout-init): Use a declare form to mark obsolete.
2339
2340 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2341 this applies to functions.
2342
2343 * iswitchb.el (iswitchb-read-buffer): Move code of
2344 iswitchb-define-mode-map here, and delete that obsolete function.
2345
2346 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2347 font-lock-reference-face.
2348
2349 2012-09-25 Glenn Morris <rgm@gnu.org>
2350
2351 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2352 Doc fixes.
2353
2354 * eshell/em-term.el (eshell-term-name):
2355 Default to term-term-name. (Bug#12485)
2356
2357 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2358
2359 * progmodes/python.el (python-shell-send-buffer): Better handling
2360 of "if __name__ == '__main__':" conditionals when sending the buffer.
2361
2362 2012-09-24 Glenn Morris <rgm@gnu.org>
2363
2364 * eshell/esh-cmd.el (eshell-find-alias-function):
2365 Tighten up file-name regexp. (Bug#12499)
2366
2367 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2368
2369 Enhancements for triple-quote string syntax.
2370 * progmodes/python.el (python-quote-syntax): Remove.
2371 (python-syntax-propertize-function): New value.
2372 (python-syntax-count-quotes, python-syntax-stringify):
2373 New functions.
2374
2375 2012-09-24 Chong Yidong <cyd@gnu.org>
2376
2377 * mail/supercite.el (sc-version): Remove obsolete function.
2378 (sc-describe): Don't mark as obsolete, since it is bound.
2379 (sc-submit-bug-report): Remove.
2380
2381 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2382 (cvs-commit-buffer-require-final-newline): Remove.
2383 (log-edit-require-final-newline)
2384 (log-edit-changelog-full-paragraphs): Default to t.
2385
2386 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2387 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2388 * vc/vc.el (vc-checkout-carefully): Likewise.
2389
2390 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2391 (emerge-version): Remove.
2392
2393 * progmodes/compile.el (compile-internal): Remove.
2394 (compilation-parse-errors-function): Fix typo.
2395
2396 * international/mule.el (set-char-table-default): Remove.
2397 (set-coding-priority, make-coding-system, generic-char-p)
2398 (charset-list, charset-bytes, charset-id): Use declare to mark
2399 functions as obsolete.
2400
2401 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2402 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2403 * vc/vc-hooks.el (vc-default-registered): Don't use
2404 vc-master-templates.
2405
2406 * font-lock.el (font-lock-reference-face):
2407 Use define-obsolete-variable-alias.
2408
2409 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2410 * calendar/calendar.el (calendar-font-lock-keywords):
2411 * calendar/diary-lib.el (diary-font-lock-keywords)
2412 (diary-fancy-font-lock-keywords):
2413 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2414 * textmodes/reftex-index.el (reftex-insert-index):
2415 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2416 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2417 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2418 * progmodes/prolog.el (prolog-font-lock-keywords):
2419 * progmodes/idlwave.el (idlwave-idl-keywords):
2420 * progmodes/ada-mode.el (ada-font-lock-keywords):
2421 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2422
2423 2012-09-24 Glenn Morris <rgm@gnu.org>
2424
2425 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2426
2427 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2428
2429 * progmodes/python.el (python-indent-line): More consistent cursor
2430 movement behavior.
2431
2432 2012-09-23 Stefan Merten <smerten@oekonux.de>
2433
2434 * textmodes/rst.el: Fix compiler warning.
2435
2436 2012-09-23 Roland Winkler <winkler@gnu.org>
2437
2438 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2439 Transcribe also LaTeX hyphenation.
2440 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2441 bibtex-reformat-previous-options.
2442
2443 2012-09-23 Roland Winkler <winkler@gnu.org>
2444
2445 * proced.el (proced-renice-command): New variable.
2446 (proced-marked-processes): New function.
2447 (proced-with-processes-buffer): New macro.
2448 (proced-send-signal): Use them.
2449 (proced-renice): New command bound to r.
2450
2451 2012-09-23 Roland Winkler <winkler@gnu.org>
2452
2453 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2454 ibuffer-saved-filter-groups has one element, shortcut the call of
2455 completing-read. (Bug#12331)
2456
2457 2012-09-23 Chong Yidong <cyd@gnu.org>
2458
2459 * bindings.el (mode-line-toggle-read-only):
2460 * bs.el (bs-toggle-readonly):
2461 * buff-menu.el (Buffer-menu-toggle-read-only):
2462 * dired.el (dired-toggle-read-only):
2463 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2464
2465 2012-09-23 Chong Yidong <cyd@gnu.org>
2466
2467 * image.el (image-type-available-p): Adapt to init-image-library
2468 argument changes.
2469
2470 2012-09-22 Juri Linkov <juri@jurta.org>
2471
2472 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2473 `dired-toggle-read-only'. (Bug#12462)
2474
2475 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2476
2477 * subr.el (temp-output-buffer-show): New function.
2478 (with-output-to-temp-buffer): Call temp-output-buffer-show
2479 instead of internal-temp-output-buffer-show.
2480
2481 2012-09-22 Chong Yidong <cyd@gnu.org>
2482
2483 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2484 (Bug#12462).
2485
2486 * repeat.el (repeat): Doc fix (Bug#12348).
2487
2488 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2489 (Bug#10909).
2490
2491 * simple.el (shell-command-on-region): Doc fix.
2492 (read-only-mode): Doc fix.
2493
2494 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2495
2496 * emacs-lisp/timer.el (run-with-idle-timer)
2497 (timer-activate-when-idle): Warn against reinvoking an idle timer
2498 from within its own timer action. (Bug#12447)
2499
2500 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2501
2502 * cus-start.el (window-combination-limit): Add new optional
2503 values.
2504 * window.el (temp-buffer-window-show)
2505 (window--try-to-split-window): Handle new values of
2506 window-combination-limit (Bug#1806).
2507 (split-window): Test window-combination-limit for t instead of
2508 non-nil.
2509 (display-buffer-at-bottom): New buffer display action function.
2510 * help.el (temp-buffer-resize-regexps): New option.
2511 (temp-buffer-resize-mode): Rewrite doc-string.
2512 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2513 Don't resize reused window. Suggested by Glenn Morris.
2514
2515 2012-09-22 Stefan Merten <smerten@oekonux.de>
2516
2517 * textmodes/rst.el: Revamp section title faces.
2518 (rst-official-version)
2519 (rst-package-emacs-version-alist): Sync with official version
2520 V1.4.0.
2521 (rst-faces-defaults, rst-set-level-default)
2522 (rst-level-face-max, rst-level-face-base-color)
2523 (rst-level-face-base-light, rst-level-face-format-light)
2524 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2525 (rst-adornment-faces-alist): Match new setup.
2526 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2527 (rst-level-5, rst-level-6): New faces.
2528
2529 2012-09-22 Chong Yidong <cyd@gnu.org>
2530
2531 * simple.el (undo): Handle indirect buffers (Bug#8207).
2532
2533 2012-09-21 Leo Liu <sdl.web@gmail.com>
2534
2535 IDO: Disable match re-ordering for buffer switching.
2536 * ido.el (ido-buffer-disable-smart-matches): New variable.
2537 (ido-set-matches-1): Use it. (Bug#2042)
2538
2539 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2540
2541 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2542 Fix 2011-05-17 change. (Bug#12418)
2543
2544 2012-09-21 Leo Liu <sdl.web@gmail.com>
2545
2546 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2547
2548 2012-09-21 Glenn Morris <rgm@gnu.org>
2549
2550 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2551 Be more robust about locating simple.el.
2552
2553 2012-09-21 Glenn Morris <rgm@gnu.org>
2554
2555 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2556
2557 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2558
2559 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2560
2561 2012-09-20 Juri Linkov <juri@jurta.org>
2562
2563 * replace.el (query-replace-read-from): Use `read-regexp' instead
2564 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2565 (occur-read-primary-args): Use `read-regexp' instead of
2566 `read-string'.
2567 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2568 `read-from-minibuffer'.
2569 * isearch.el (isearch-occur): Use `read-regexp' instead of
2570 `read-string'.
2571 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2572 `read-from-minibuffer'.
2573 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2574 of `read-string'. (Bug#7567)
2575
2576 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2577 and allow accepting a list of strings prepended to a list of
2578 standard default values. Doc fix. (Bug#12321)
2579
2580 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2581
2582 * replace.el (read-regexp): Don't add ": " when PROMPT already
2583 ends with a colon and space. (Bug#12321)
2584
2585 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2586
2587 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2588 error.
2589
2590 2012-09-20 Stefan Merten <smerten@oekonux.de>
2591
2592 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2593 Fixes feature request bug#11711.
2594 (rst-mode): Create `imenu-create-index-function'.
2595 (rst-get-stripped-line): Delete after refactoring.
2596 (rst-section-tree, rst-section-tree-rec)
2597 (rst-section-tree-point): Refactor and document properly.
2598 (rst-imenu-find-adornments-for-position)
2599 (rst-imenu-convert-cell, rst-imenu-create-index):
2600 New function.
2601
2602 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2605 (macroexp--expand-all): Use it.
2606 (macroexp--funcall-and-return): Remove by folding it into its sole
2607 caller (macroexp--warn-and-return).
2608 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2609 Use macroexp--obsolete-warning.
2610
2611 * calc/calc.el: Fix last change by removing the whole chunk, since it
2612 was only needed back when Calc was not bundled.
2613
2614 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2615
2616 * emacs-lisp/debug.el (debug): Restore assignment to
2617 debugger-old-buffer removed on 2012-09-08.
2618
2619 2012-09-20 Juri Linkov <juri@jurta.org>
2620
2621 * dired-aux.el (dired-diff): Remove (require 'diff) since
2622 `diff-latest-backup-file' is now autoloaded.
2623
2624 2012-09-20 Chong Yidong <cyd@gnu.org>
2625
2626 * vc/diff.el (diff-latest-backup-file): Autoload.
2627
2628 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * calc/calc.el: Remove redundant autoload shape check.
2631 (sel-mode): Don't defvar.
2632 (calc-get-stack-element): Add `sel-mode' arg instead.
2633 (calc-top, calc-top-list): Pass it this additional argument.
2634 * calc/calc-store.el (calc-store-map):
2635 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2636 (calc-map-equation, calc-outer-product, calc-inner-product):
2637 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2638
2639 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2640
2641 2012-09-19 Juri Linkov <juri@jurta.org>
2642
2643 * dired-aux.el (dired-diff): Add (require 'diff) because
2644 `diff-latest-backup-file' is not autoloaded.
2645 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2646 of `dired-get-filename' to t to not report error when there is
2647 no default file on the current line.
2648
2649 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2652 macroexp--eval-if-compile.
2653 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2654 (macroexp--expand-all): Use them (bug#12371).
2655
2656 * doc-view.el (doc-view-guess-paper-size)
2657 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2658
2659 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2660
2661 New feature: set optimal slice from BoundingBox information.
2662 * doc-view.el (doc-view-mode-map): Add keybinding.
2663 (doc-view-menu): Add menu entry.
2664 (doc-view-set-slice): Adapt docstring.
2665 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2666 (doc-view-scale-bounding-box)
2667 (doc-view-set-slice-from-bounding-box): New functions.
2668 (doc-view-paper-sizes): New defvar.
2669
2670 2012-09-19 Glenn Morris <rgm@gnu.org>
2671
2672 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2673 (byte-compile-log-warning): Autoload. (Bug#12371)
2674
2675 * calendar/calendar.el (calendar-american-month-header)
2676 (calendar-european-month-header, calendar-iso-month-header)
2677 (calendar-month-header): New options.
2678 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2679 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2680
2681 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2682
2683 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2684
2685 2012-09-18 Juri Linkov <juri@jurta.org>
2686
2687 * dired-aux.el (dired-diff): Restore original functionality of
2688 getting the default value, but keep new feature of using the
2689 latest existing backup file (`diff-latest-backup-file').
2690
2691 2012-09-18 Juri Linkov <juri@jurta.org>
2692
2693 * dired.el (dired-mark): If the region is active in Transient Mark
2694 mode, mark all files in the active region. Doc fix.
2695 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2696 Doc fix. (Bug#10624)
2697
2698 2012-09-18 Juri Linkov <juri@jurta.org>
2699
2700 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2701 attributes for M-n are pulled from the file at point.
2702 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2703 Suggested by Drew Adams. (Bug#10624)
2704
2705 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2706
2707 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2708 whitespace after "end".
2709 (ruby-do-end-to-brace): Collapse block to one line if it fits
2710 within fill-column.
2711
2712 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2713
2714 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2715 value.
2716 (debug): Don't remove debugger window when debugger is expected
2717 to be back.
2718
2719 2012-09-18 Chong Yidong <cyd@gnu.org>
2720
2721 * custom.el (defface): Doc fix.
2722
2723 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2724
2725 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2726
2727 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2728 to initialize query-on-exit; then test that instead (bug#12288).
2729
2730 2012-09-17 Stefan Merten <smerten@oekonux.de>
2731
2732 * textmodes/rst.el: Add support for `testcover'.
2733 (rst-defcustom-testcover, rst-testcover-add-compose)
2734 (rst-testcover-add-1value): New functions.
2735 (rst-portable-mark-active-p): Replace by `use-region-p'.
2736 (rst-update-section, rst-classify-adornment)
2737 (rst-find-title-line): Mark `1value' forms.
2738 (rst-classify-adornment): Remove superfluous form.
2739 (rst-update-section, rst-get-adornments-around)
2740 (rst-adornment-complete-p, rst-get-next-adornment)
2741 (rst-adjust, rst-promote-region)
2742 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2743 (rst-find-pfx-in-region, rst-section-tree-rec)
2744 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2745 (rst-toc-node, rst-toc, rst-forward-section)
2746 (rst-iterate-leftmost-paragraphs)
2747 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2748 (rst-bullet-list-region)
2749 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2750 (rst-compile-find-conf, rst-compile)
2751 (rst-repeat-last-character): Fix style.
2752
2753 2012-09-17 Chong Yidong <cyd@gnu.org>
2754
2755 * comint.el (comint--complete-file-name-data): Don't add a space
2756 if the status is `sole'; that adds a gratuitous space in the
2757 completion-cycling case (Bug#12092).
2758
2759 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2760
2761 2012-09-17 Richard Stallman <rms@gnu.org>
2762
2763 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2764 only in the mime-shown mode, not in raw mode.
2765 (rmail-mime): Toggle off mime by displaying the message without
2766 mime processing. (Bug#12305)
2767
2768 * mail/rmail.el (rmail-retry-failure):
2769 Turn off mime processing first. (Bug#12037)
2770
2771 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2772
2773 2012-09-17 Chong Yidong <cyd@gnu.org>
2774
2775 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2776 (shell-dynamic-complete-functions): Convert to defcustom.
2777 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2778
2779 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2780 * comint.el (comint-prompt-read-only):
2781 * custom.el (defcustom):
2782 * hi-lock.el (hi-lock-mode):
2783 * ibuffer.el (ibuffer-formats):
2784 * ielm.el (ielm-prompt-read-only):
2785 * novice.el (disable-command):
2786 * saveplace.el (toggle-save-place):
2787 * speedbar.el (speedbar-supported-extension-expressions):
2788 * startup.el (auto-save-list-file-prefix, init-file-user)
2789 (after-init-hook, inhibit-startup-echo-area-message):
2790 * strokes.el (strokes-help):
2791 * time-stamp.el (time-stamp):
2792 * calendar/calendar.el (calendar, diary-file):
2793 * calendar/diary-lib.el (diary-mail-entries, diary)
2794 (diary-list-entries-hook):
2795 * calendar/holidays.el (holidays, calendar-holidays):
2796 * calendar/lunar.el (lunar-phases):
2797 * calendar/solar.el (sunrise-sunset):
2798 * emulation/edt.el (edt-load-keys):
2799 * emulation/viper.el (viper-mode):
2800 * eshell/em-alias.el (eshell-command-aliases-list):
2801 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2802 * international/ogonek.el (ogonek-information):
2803 * net/tramp-cmds.el (tramp-bug):
2804 * net/quickurl.el (quickurl-reread-hook-postfix):
2805 * play/decipher.el (decipher-font-lock-keywords):
2806 * progmodes/cc-styles.el (c-set-style):
2807 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2808 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2809 * progmodes/octave-mod.el (octave-mode):
2810 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2811 * progmodes/verilog-mode.el (verilog-read-defines):
2812 * textmodes/two-column.el (2C-mode): Likewise.
2813
2814 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2815
2816 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2817 that holds many addresses.
2818
2819 2012-09-16 Chong Yidong <cyd@gnu.org>
2820
2821 * align.el (align-areas): Call the indication function with
2822 positions instead of markers for arguments (Bug#12343).
2823
2824 * files.el (parse-colon-path): Use split-string (Bug#12351).
2825
2826 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2827 (display-buffer-function): Mark as obsolete.
2828
2829 * progmodes/compile.el (compilation-parse-errors): Accept list
2830 values similar to font-lock-keywords (Bug#12136).
2831 Suggested by Oleksandr Manzyuk.
2832 (compilation-error-regexp-alist): Doc fix.
2833
2834 2012-09-15 Glenn Morris <rgm@gnu.org>
2835
2836 * version.el (emacs-bzr-version-bzr): New function.
2837 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2838
2839 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2840 checkouts, check the parent dirstate matches the branch.
2841 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2842 empty string.
2843
2844 * version.el (emacs-bzr-version): Doc fix.
2845 (emacs-bzr-version-dirstate): New function.
2846 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2847 is local try and check that it matches the branch. If not, just
2848 use dirstate information. (Bug#12441)
2849
2850 2012-09-14 Juri Linkov <juri@jurta.org>
2851
2852 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2853 (Bug#12399)
2854
2855 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2858
2859 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2860 Remove obsolete byte-compiler hack that tried to silence some warnings.
2861 (edebug-submit-bug-report): Remove.
2862 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2863 Remove aliases, use the un-prefixed name instead.
2864 (edebug-pop-to-buffer): Consider other frames.
2865 (edebug-original-read):: Make it more obvious that it's always defined.
2866 (edebug--make-form-data-entry, edebug--form-data-name)
2867 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2868 single-dashed name, and implement with cl-defstruct.
2869 (edebug-set-form-data-entry): Use the standard accessors.
2870 (edebug-make-top-form-data-entry): Use push.
2871 (edebug-no-match): Drop useless `funcall'.
2872 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2873 to functions.
2874 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2875 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2876 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2877 (easy-menu-define, with-custom-print): Remove redundant specs.
2878 (edebug-outside-overriding-local-map)
2879 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2880 (edebug--display): Bind unread-command-events directly to nil rather
2881 than binding it to unread-command-events and later setting it to nil.
2882 (edebug--display): Kill edebug-eval-buffer here...
2883 (edebug--recursive-edit): ...rather than here.
2884 Bind standard-output and standard-input.
2885 (edebug-eval): Check cl-macroexpand-all is fboundp.
2886 (edebug-temp-display-freq-count): Fix last change.
2887
2888 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2889 * subr.el (noreturn, 1value): Add `debug' spec.
2890 * emacs-lisp/advice.el: Require cl-lib.
2891 (ad-copy-tree): Remove, use copy-tree instead.
2892 (ad-dolist): Remove use dolist or cl-dolist instead.
2893 (ad-do-return): Remove, use cl-return instead.
2894 (defadvice): Add `debug' spec.
2895
2896 2012-09-13 Juri Linkov <juri@jurta.org>
2897
2898 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2899 (Bug#12399)
2900
2901 2012-09-13 Glenn Morris <rgm@gnu.org>
2902
2903 * calc/calc.el (math-compose-expr):
2904 * calc/calc-ext.el (math-compose-expr):
2905 * progmodes/cc-defs.el (cl-macroexpand-all):
2906 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2907 (cl-macroexpand-all): Update declarations.
2908
2909 * vc/vc.el: No need to require ediff.
2910 (ediff-load-version-control): Declare.
2911 (ediff-vc-internal): Fix declaration.
2912 (vc-version-ediff): Require ediff.
2913
2914 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2915
2916 Use a more backwards-compatible timer format (Bug#12430).
2917 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2918 being right after USECS, as that better supports old code that
2919 inadvisedly looked directly at the timer vector.
2920
2921 2012-09-13 Kenichi Handa <handa@gnu.org>
2922
2923 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2924 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2925 `coding-priority' property of these language environment.
2926
2927 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2928
2929 Fix glitches caused by addition of psec to timers (Bug#12430).
2930 * image.el (image-animate-timer):
2931 * time.el (display-time-world-timer):
2932 Use timer--function and timer--args rather than raw access to
2933 timer vector.
2934
2935 2012-09-13 Glenn Morris <rgm@gnu.org>
2936
2937 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2938 If not compiling a file, try using load-file-name.
2939
2940 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2943 Fix last change.
2944 (edebug-update-eval-list): Use `push'.
2945
2946 * emacs-lisp/edebug.el: Use lexical-binding.
2947 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2948 Mark unused args with underscore.
2949 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2950 (edebug-form-data): Use defvar-local.
2951 (edebug-make-before-and-after-form, edebug-make-after-form):
2952 Use backquote.
2953 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2954 Not dynamically scoped any more.
2955 (edebug--enter-trace): Add arguments `function' and `args'.
2956 Rename from edebug-enter-trace.
2957 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2958 (edebug--update-coverage): Add `after-index' and `value' args.
2959 Rename from edebug-update-coverage.
2960 (edebug-slow-after): Call it accordingly.
2961 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2962 edebug-recursive-edit.
2963 (edebug--display): Call it accordingly. Add args `value',
2964 `offset-index', and `arg-mode'. Rename from edebug-display.
2965 (edebug-debugger, edebug): Call it accordingly.
2966 (edebug-eval-display-list): Use dolist.
2967
2968 2012-09-12 Juri Linkov <juri@jurta.org>
2969
2970 * info.el (Info-search): Don't check for isearch-mode and
2971 isearch-regexp before let-binding search-spaces-regexp to
2972 Info-search-whitespace-regexp.
2973 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2974 search-whitespace-regexp if isearch-lax-whitespace or
2975 isearch-regexp-lax-whitespace is non-nil.
2976 (Info-mode): Don't set local variable search-whitespace-regexp.
2977 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2978
2979 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2982 (debugger-env-macro): Remove support for unread-command-char.
2983
2984 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2985 the temporary map re-appearing on emulation-mode-map-alists.
2986
2987 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2988 since 22.1.
2989
2990 * ehelp.el (with-electric-help): Accept functions in
2991 electric-help-form-to-execute.
2992 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2993 And replace unread-command-char -> unread-command-events.
2994
2995 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2996
2997 Sync with Tramp 2.2.6.
2998
2999 * net/tramp.el (tramp-accept-process-output): Don't use
3000 JUST-THIS-ONE in the XEmacs case.
3001
3002 * net/trampver.el: Update release number.
3003
3004 2012-09-12 Martin Rudalics <rudalics@gmx.at>
3005
3006 * emacs-lisp/debug.el (debugger-previous-window-height):
3007 New variable.
3008 (debug): When debugger-jumping-flag is non-nil try to restore
3009 height of debugger window. (Bug#8789)
3010
3011 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3014 overriding-local-map and pre/post-command-hook here.
3015 (edebug-recursive-edit): Do it here instead (bug#12345).
3016 (edebug-outside-unread-command-char): Remove all uses of
3017 unread-command-char.
3018
3019 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3020 inhibit-debugger is bound instead.
3021
3022 2012-09-11 Bastien Guerry <bzg@gnu.org>
3023
3024 * subr.el (set-temporary-overlay-map): Add a docstring.
3025 (Bug#12346)
3026
3027 2012-09-11 Bastien Guerry <bzg@gnu.org>
3028
3029 * minibuffer.el (completion-table-subvert): Fix docstring.
3030 (Bug#12347)
3031
3032 2012-09-11 Bastien Guerry <bzg@gnu.org>
3033
3034 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
3035
3036 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3037
3038 * progmodes/sql.el: Version 3.1
3039 (sql-db2-escape-newlines): New variable.
3040 (sql-escape-newlines-filter): Use it.
3041
3042 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3045
3046 2012-09-10 Dan Nicolaescu <dann@gnu.org>
3047
3048 * vc/diff-mode.el (diff-mode-menu):
3049 Bind diff-remove-trailing-whitespace.
3050
3051 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3054 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3055 (emacs-lisp-byte-code-mode): New functions.
3056 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3057 (eval-defun-2): Remove bogus interactive spec.
3058 (lisp-indent-line): Remove redundant whole-exp code, now done in
3059 indent-according-to-mode.
3060 (save-match-data): Remove redundant indent data.
3061
3062 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3063 Use `declare'.
3064
3065 2012-09-09 Juri Linkov <juri@jurta.org>
3066
3067 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3068 (replace-lax-whitespace, query-replace-regexp)
3069 (query-replace-regexp-eval, replace-regexp): Doc fix.
3070 (perform-replace, replace-highlight): Let-bind
3071 isearch-lax-whitespace to replace-lax-whitespace and
3072 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3073
3074 * isearch.el (isearch-query-replace): Let-bind
3075 replace-lax-whitespace to isearch-lax-whitespace and
3076 replace-regexp-lax-whitespace to
3077 isearch-regexp-lax-whitespace. (Bug#10885)
3078
3079 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3082
3083 2012-09-09 Alan Mackenzie <acm@muc.de>
3084
3085 * progmodes/cc-engine.el (c-state-cache-init):
3086 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3087 (c-record-parse-state-state):
3088 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3089
3090 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3091
3092 * register.el (register-separator): Rename from
3093 separator-register. All uses changed. Doc fix.
3094 (register): Fix version.
3095
3096 2012-09-09 Chong Yidong <cyd@gnu.org>
3097
3098 * replace.el (query-replace-map): Bind four new symbols for
3099 requesting window scrolling.
3100
3101 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3102 query-replace-map (Bug#8948).
3103
3104 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3105
3106 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3107 since they are now in query-replace-map.
3108
3109 * window.el (scroll-other-window-down): Make the arg optional.
3110
3111 2012-09-09 Chong Yidong <cyd@gnu.org>
3112
3113 * files.el (hack-local-variables-confirm): Use quit-window to kill
3114 the *Local Variables* buffer.
3115
3116 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3117
3118 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3119 not just expect to be at its beginning. Adjust callees.
3120 Succeed when do-end block has no space before the pipe character.
3121 (ruby-brace-to-do-end): When the original block is one-liner,
3122 convert to multiline. Reindent the result.
3123
3124 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3125
3126 * register.el (register): New group.
3127 (separator-register): New user option.
3128 (increment-register): Route it to `append-to-register', if
3129 register contains text. Implication is that `C-x r +' can now be
3130 used for appending to a text register (bug#12217).
3131 (append-to-register, prepend-to-register): Add separator based on
3132 `separator-register'.
3133
3134 2012-09-08 Alan Mackenzie <acm@muc.de>
3135
3136 AWK Mode: make auto-newline work when there's "==" in the pattern.
3137 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3138 correctly.
3139 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3140 Test more rigorously for "=" token.
3141
3142 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3143
3144 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3145 Only fail when reached LIMIT.
3146
3147 2012-09-08 Chong Yidong <cyd@gnu.org>
3148
3149 * dired.el (dired-mode-map): Don't bind M-=.
3150
3151 * dired-aux.el (dired-diff): Use backup file as default.
3152
3153 2012-09-08 Drew Adams <drew.adams@oracle.com>
3154
3155 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3156
3157 2012-09-08 Chong Yidong <cyd@gnu.org>
3158
3159 * subr.el (syntax-after, syntax-class): Doc fix.
3160
3161 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3162
3163 * window.el (display-buffer-in-previous-window): New buffer
3164 display action function.
3165
3166 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3167 (debugger-previous-window): New variable.
3168 (debug): Rewrite using display-buffer-in-previous-window,
3169 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3170
3171 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3174
3175 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3176
3177 * progmodes/python.el (python-shell-send-string):
3178 When default-directory is remote, create temp file on remote
3179 filesystem.
3180 (python-shell-send-file): When file is remote, pass local view of
3181 file paths to remote Python interpreter. (Bug#12340)
3182
3183 2012-09-07 Chong Yidong <cyd@gnu.org>
3184
3185 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3186
3187 * files.el (after-find-file): Don't fail on a read-only buffer if
3188 require-final-newline is `visit' or `visit-save' (Bug#11156).
3189
3190 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3191
3192 * userlock.el (ask-user-about-supersession-threat):
3193 Use read-char-choice (Bug#12093).
3194
3195 2012-09-07 Chong Yidong <cyd@gnu.org>
3196
3197 * subr.el (buffer-narrowed-p): New function.
3198
3199 * ses.el (ses-widen):
3200 * simple.el (count-words--buffer-message):
3201 * net/browse-url.el (browse-url-of-buffer): Use it.
3202
3203 * simple.el (count-words-region): Don't signal an error if there
3204 is a non-nil prefix arg and the mark is not set.
3205
3206 * help.el (describe-key-briefly): Allow the message to be seen
3207 when invoked from the minibuffer (Bug#7014).
3208
3209 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3210
3211 * progmodes/ruby-mode.el (ruby-end-of-defun)
3212 (ruby-beginning-of-defun): Simplify, allow indentation before
3213 block beginning and end keywords.
3214 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3215 (ruby-end-of-defun): Expect that the point is at the beginning of
3216 the defun.
3217
3218 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3221 (bug#12367).
3222 (cl--make-usage-args): Strip _ from argument names.
3223
3224 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3225
3226 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3227 obsolete alias speedbar-key-map.
3228 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3229 (vhdl-index-menu-init): Don't use obsolete variable
3230 font-lock-maximum-size.
3231
3232 2012-09-06 Chong Yidong <cyd@gnu.org>
3233
3234 * frame.el (window-system-version): Mark as obsolete.
3235
3236 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3237 of obsolete variable speedbar-key-map.
3238
3239 2012-09-06 Juri Linkov <juri@jurta.org>
3240
3241 * replace.el (replace-lax-whitespace): New defcustom.
3242 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3243 (replace-string, replace-regexp): Mention it in docstrings.
3244 (perform-replace, replace-highlight): Let-bind
3245 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3246 to the values of replace-lax-whitespace and regexp-flag.
3247 Don't let-bind search-whitespace-regexp. (Bug#10885)
3248
3249 * isearch.el (isearch-query-replace): Let-bind
3250 replace-lax-whitespace instead of let-binding
3251 replace-search-function and replace-re-search-function.
3252 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3253 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3254 (isearch-toggle-symbol): Set isearch-regexp to nil
3255 in isearch-word mode (like in isearch-toggle-word).
3256
3257 2012-09-06 Juri Linkov <juri@jurta.org>
3258
3259 * replace.el (replace-search-function)
3260 (replace-re-search-function): Set default values to nil.
3261 (perform-replace): Let-bind isearch-related variables based on
3262 replace-related values, call `isearch-search-fun' and let-bind
3263 the result to `search-function'. Remove code that sets
3264 `search-function' and `search-string' separately for
3265 `delimited-flag'.
3266 (replace-highlight): Add new argument `delimited-flag' and
3267 rename other arguments to the names used in `perform-replace'.
3268 Let-bind `isearch-word' to the argument `delimited-flag'.
3269 (Bug#10885, bug#10887)
3270
3271 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3272
3273 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3274 ruby-beginning-of-indent, simplify, allow all keywords to have
3275 indentation before them.
3276 (ruby-beginning-of-indent): Adjust for above. Search until the
3277 found point is not inside a string or comment.
3278 (ruby-font-lock-keywords): Allow symbols to start with "@"
3279 character, give them higher priority than variables.
3280 (ruby-syntax-propertize-function)
3281 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3282 matchers. Expression expansions are not comments when inside a
3283 string, and there comment syntax status is irrelevant.
3284 (ruby-match-expression-expansion): New function. Check that
3285 expression expansion is inside a string, and it's not escaped.
3286 (ruby-font-lock-keywords): Use it.
3287
3288 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3289
3290 * help.el (temp-buffer-max-height): New default value.
3291 (temp-buffer-resize-frames): New option.
3292 (resize-temp-buffer-window): Optionally resize frame.
3293
3294 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3295 (fit-frame-to-buffer): New function.
3296
3297 2012-09-05 Glenn Morris <rgm@gnu.org>
3298
3299 * emulation/cua-rect.el (cua--init-rectangles):
3300 * textmodes/picture.el (picture-mode-map):
3301 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3302 like forward-char and backward-char. (Bug#12317)
3303
3304 2012-09-05 Leo Liu <sdl.web@gmail.com>
3305
3306 * progmodes/flymake.el (flymake-warning-re): New variable.
3307 (flymake-parse-line): Use it.
3308
3309 2012-09-05 Glenn Morris <rgm@gnu.org>
3310
3311 * calendar/holidays.el (holiday-christian-holidays):
3312 Rename an entry. (Bug#12289)
3313
3314 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3317 (bug#12222).
3318
3319 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * loadup.el: Load macroexp. Remove hack.
3322 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3323 (macroexp--expand-all): Use it to get better warnings.
3324 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3325 (internal-macroexpand-for-load): New functions.
3326 (macroexp--pending-eager-loads): New var.
3327 (emacs-startup-hook): New hack to replace one in loadup.el.
3328 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3329 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3330 (cl-psetf): Simplify.
3331 (cl-defstruct): Add indent rule.
3332
3333 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3334
3335 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3336 over `user-mail-address' for the SMTP MAIL FROM envelope.
3337 (smtpmail-via-smtp): Ditto.
3338
3339 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3340
3341 * progmodes/ruby-mode.el: Clean up keybindings.
3342 (ruby-mode-map): Don't bind ruby-electric-brace,
3343 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3344 backward-kill-word, reindent-then-newline-and-indent.
3345 (ruby-mark-defun): Remove.
3346 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3347 (ruby-mode): Set local beginning-of-defun-function and
3348 end-of-defun-function values.
3349
3350 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3351
3352 * window.el (temp-buffer-window-setup-hook)
3353 (temp-buffer-window-show-hook): New hooks.
3354 (temp-buffer-window-setup, temp-buffer-window-show)
3355 (with-temp-buffer-window): New functions.
3356 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3357 (special-display-popup-frame): Make sure the window used shows BUFFER.
3358
3359 * help.el (temp-buffer-resize-mode): Fix doc-string.
3360 (resize-temp-buffer-window): New optional argument WINDOW.
3361
3362 * files.el (recover-file, save-buffers-kill-emacs):
3363 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3364
3365 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3366
3367 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3368 remote definition of `default-directory', ensure we can connect.
3369
3370 2012-09-02 Juri Linkov <juri@jurta.org>
3371
3372 Toggle whitespace matching mode with M-s SPC.
3373 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3374
3375 * isearch.el (search-whitespace-regexp): Doc fix.
3376 Remove cons cell customization.
3377 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3378 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3379 New variables.
3380 (isearch-forward, isearch-forward-regexp): Doc fix.
3381 (isearch-toggle-lax-whitespace): New command.
3382 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3383 (re-search-forward-lax-whitespace)
3384 (re-search-backward-lax-whitespace): New functions.
3385 (isearch-whitespace-regexp): Remove function.
3386 (isearch-query-replace): Let-bind replace-search-function and
3387 replace-re-search-function.
3388 (isearch-occur): Let-bind search-spaces-regexp according to the
3389 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3390 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3391 condition for C-q SPC.
3392 (isearch-search-fun-default): Use new functions mentioned above.
3393 (isearch-search-forward, isearch-search-backward): Remove functions.
3394 (isearch-search): Don't let-bind search-spaces-regexp.
3395 (isearch-lazy-highlight-space-regexp): Remove variable.
3396 (isearch-lazy-highlight-lax-whitespace)
3397 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3398 (isearch-lazy-highlight-new-loop): Use them.
3399 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3400
3401 2012-09-02 Chong Yidong <cyd@gnu.org>
3402
3403 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3404
3405 2012-09-02 Glenn Morris <rgm@gnu.org>
3406
3407 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3408
3409 2012-09-01 Glenn Morris <rgm@gnu.org>
3410
3411 * term.el: Tidy up menu definitions.
3412 (term-mode-map): Use easymenu for In/Out, Complete menus.
3413 (term-pager-break-map): Initialize in the defvar.
3414 (term-terminal-menu, term-signals-menu): Define with easymenu.
3415 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3416 (term-pager-menu): New, extracted from term-process-pager.
3417 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3418 (term-update-mode-line): Propertize line/char and page items.
3419 (term-process-pager): Move keymap initialization elsewhere.
3420
3421 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3422
3423 * window.el (switch-to-prev-buffer): Handle additional values of
3424 BURY-OR-KILL argument. Don't switch in minibuffer window.
3425 (switch-to-next-buffer): Don't switch in minibuffer window.
3426 (quit-restore-window): New function based on quit-window.
3427 Handle additional values of former KILL argument.
3428 (quit-window): Call quit-restore-window with appropriate
3429 interpretation of KILL argument.
3430 (display-buffer-below-selected): New buffer display action
3431 function.
3432
3433 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * minibuffer.el (completion-at-point-functions): Complete docstring
3436 (bug#12254).
3437
3438 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3439
3440 Better seed support for (random).
3441 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3442 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3443 * play/mpuz.el, play/tetris.el, play/zone.el:
3444 * calc/calc-comb.el (math-init-random-base):
3445 * play/blackbox.el (bb-init-board):
3446 * play/life.el (life):
3447 * server.el (server-use-tcp):
3448 * type-break.el (type-break):
3449 Remove unnecessary call to (random t).
3450 * net/sasl.el (sasl-unique-id-function):
3451 Change (random t) to (random), now that the latter is more random.
3452 * play/life.el (life-initialized): Remove no-longer-needed var.
3453
3454 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3455
3456 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3457 Consider frame's buffer predicate when choosing the buffer.
3458 (Bug#12081)
3459
3460 2012-08-30 Richard Stallman <rms@gnu.org>
3461
3462 * simple.el (special-mode-map): Delete binding for `z'.
3463
3464 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3465
3466 * progmodes/compile.el (compilation-always-kill): Doc fix.
3467
3468 2012-08-30 Chong Yidong <cyd@gnu.org>
3469
3470 * window.el (display-buffer-reuse-frames): Make the obsolescence
3471 message more informative.
3472
3473 2012-08-30 Glenn Morris <rgm@gnu.org>
3474
3475 * paren.el (show-paren-delay):
3476 Add a :set function. Doc fix. (Bug#12297)
3477
3478 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3479
3480 * progmodes/compile.el (compilation-always-kill): New var.
3481 (compilation-start): Use it.
3482
3483 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3486 * files.el (read-only-mode): Move to simple.el.
3487
3488 * files.el (read-only-mode): New minor mode.
3489 (toggle-read-only): Use it and mark obsolete.
3490 (find-file--read-only):
3491 * vc/vc.el (vc-next-action, vc-checkout):
3492 * vc/vc-cvs.el (vc-cvs-checkout):
3493 * obsolete/vc-mcvs.el (vc-mcvs-update):
3494 * ffap.el (ffap--toggle-read-only): Update callers.
3495
3496 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3497
3498 * eshell/esh-ext.el (eshell-external-command): Do not examine
3499 remote shell scripts.
3500 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3501
3502 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3503 "/usr/local/sbin".
3504
3505 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3508
3509 2012-08-28 Leo Liu <sdl.web@gmail.com>
3510
3511 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3512 completion-at-point. (Bug#12220)
3513
3514 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3515
3516 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3517
3518 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3521 be buffer-local; add delete-trailing-whitespace (bug#12259).
3522
3523 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3524
3525 * progmodes/hideif.el (hif-compress-define-list):
3526 Fix typo. (Bug#11951)
3527
3528 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3529
3530 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3531 buffer local setting.
3532
3533 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3534 rcirc-encode-coding-system.
3535
3536 2012-08-28 Leo Liu <sdl.web@gmail.com>
3537
3538 * net/rcirc.el (rcirc-split-message): New function.
3539 (rcirc-send-message): Use it. (Bug#12051)
3540
3541 2012-08-28 Juri Linkov <juri@jurta.org>
3542
3543 * info.el (Info-fontify-node): Hide empty lines at the end of
3544 the node. (Bug#12272)
3545
3546 2012-08-27 Drew Adams <drew.adams@oracle.com>
3547
3548 * dired.el (dired-pop-to-buffer): Make window start at beginning
3549 of buffer (Bug#12281).
3550
3551 2012-08-26 Chong Yidong <cyd@gnu.org>
3552
3553 * window.el (special-display-regexps, special-display-frame-alist)
3554 (special-display-buffer-names, special-display-function)
3555 (display-buffer-reuse-frames): Mark as obsolete.
3556
3557 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3558
3559 * help.el (help-print-return-message): Don't treat
3560 display-buffer-reuse-frames specially.
3561
3562 2012-08-26 Chong Yidong <cyd@gnu.org>
3563
3564 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3565 New variable, replacing gdb-frame-parameters.
3566 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3567 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3568 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3569 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3570 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3571 the functions directly with gdb-display-buffer-other-frame-action.
3572 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3573 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3574 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3575 (gdb-display-registers-buffer): Define directly.
3576 (def-gdb-display-buffer): Macro deleted.
3577 (gdb-display-buffer): Remove second and third args, callers don't
3578 use them. Defer to the default display-buffer behavior, apart
3579 from making windows dedicated.
3580 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3581
3582 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3583
3584 * window.el (display-buffer-pop-up-frame): Handle a
3585 pop-up-frame-parameters alist entry.
3586 (display-buffer): Document it.
3587
3588 2012-08-26 Chong Yidong <cyd@gnu.org>
3589
3590 * isearch.el (search-whitespace-regexp): Make string and nil
3591 values apply to both ordinary and regexp search. Allow a cons
3592 cell value to distinguish between the two.
3593 (isearch-whitespace-regexp, isearch-search-forward)
3594 (isearch-search-backward): New functions.
3595 (isearch-occur, isearch-search-fun-default, isearch-search)
3596 (isearch-lazy-highlight-new-loop): Use them.
3597 (isearch-forward, isearch-forward-regexp): Doc fix.
3598
3599 2012-08-26 Chong Yidong <cyd@gnu.org>
3600
3601 * faces.el (help-argument-name): Always inherit from italic
3602 (Bug#12213).
3603
3604 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3605
3606 * window.el (window--even-window-heights): Even heights when
3607 WINDOW and the selected window form a vertical combination.
3608 (display-buffer-use-some-window): Provide that window used gets
3609 sized back by quit-window. (Bug#11880) and (Bug#12091)
3610
3611 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3612
3613 Fix file time stamp problem with bzr and CVS (Bug#12001).
3614 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3615 in the file's time stamp, since the version control system loses
3616 that information.
3617
3618 2012-08-22 Juri Linkov <juri@jurta.org>
3619
3620 * info.el (Info-fontify-node): Hide the suffix of the
3621 Info file name in the header line. (Bug#12187)
3622
3623 2012-08-22 Glenn Morris <rgm@gnu.org>
3624
3625 * calendar/cal-tex.el (cal-tex-weekly-common):
3626 Restore leading blank page.
3627
3628 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
3629
3630 * misc.el (forward-to-word, backward-to-word): Activate or extend
3631 the region under `shift-select-mode'. (Bug#12231)
3632
3633 2012-08-22 Bastien Guerry <bzg@gnu.org>
3634
3635 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3636 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3637 gives details on why the space is never needed.
3638
3639 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3640
3641 * window.el (walk-window-tree, window-with-parameter):
3642 New optional argument MINIBUF to control whether these functions
3643 should run on the minibuffer window.
3644 (window-at-side-list): Don't operate on minibuffer window.
3645 (window-in-direction): Simplify and rewrite doc-string.
3646 (window--size-ignore): Rename to window--size-ignore-p.
3647 Update callers.
3648 (display-buffer-in-atom-window, window--major-non-side-window)
3649 (window--major-side-window, display-buffer-in-major-side-window)
3650 (delete-side-window, display-buffer-in-side-window):
3651 New functions.
3652 (window--side-check, window-deletable-p, delete-window)
3653 (delete-other-windows, split-window): Handle side windows and
3654 atomic windows appropriately.
3655 (window--display-buffer): Call display-buffer-record-window also
3656 when the window buffer did not change.
3657
3658 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3659
3660 * help-fns.el (help-fns--key-bindings):
3661 Abbreviate non-symbol remap targets. (Bug#12174)
3662
3663 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3664
3665 * dired.el (dired-mark-remembered): Don't clobber point.
3666 (Bug#11795)
3667
3668 2012-08-22 Glenn Morris <rgm@gnu.org>
3669
3670 * progmodes/bug-reference.el (bug-reference): New custom group.
3671 (bug-reference-bug-regexp): Make it a defcustom.
3672
3673 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3674
3675 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3676 (js-paren-indent-offset, js-square-indent-offset)
3677 (js-curly-indent-offset): Add :safe (Bug#12257).
3678
3679 2012-08-22 Edward O'Connor <hober0@gmail.com>
3680
3681 * json.el (json-key-format): Add error properties.
3682 (json-encode-key): New function.
3683 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3684 Use json-encode-key.
3685
3686 2012-08-22 Glenn Morris <rgm@gnu.org>
3687
3688 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3689 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3690 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3691 Update for above change.
3692
3693 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3694
3695 * cus-face.el (custom-face-attributes): Fix customize type for the
3696 :underline attribute. (Bug#11805)
3697
3698 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3699
3700 * window.el (window-point-1, set-window-point-1): Remove.
3701 (window-in-direction, record-window-buffer)
3702 (set-window-buffer-start-and-point, split-window-below)
3703 (window--state-get-1, display-buffer-record-window):
3704 Replace calls to window-point-1 and set-window-point-1 by calls to
3705 window-point and set-window-point respectively.
3706
3707 2012-08-21 Glenn Morris <rgm@gnu.org>
3708
3709 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3710 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3711 Use it.
3712
3713 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3714 (cal-tex-shortday): New function.
3715 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3716 (cal-tex-cursor-filofax-daily): Use the above.
3717
3718 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3719 New functions.
3720 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3721 (cal-tex-cursor-filofax-week): Use them.
3722
3723 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3724 New constants.
3725 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3726 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3727
3728 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3729 (cal-tex-end-document): Don't rely on buffer name.
3730
3731 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3732 Use cal-tex-vspace.
3733 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3734 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3735 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3736 Use cal-tex-arg.
3737
3738 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3739 (cal-tex-cursor-week, cal-tex-cursor-week2)
3740 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3741 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3742 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3743 (cal-tex-insert-preamble, cal-tex-b-document)
3744 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3745 Improve cal-tex-cmd usage.
3746
3747 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3748 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3749 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3750 (cal-tex-weekly-paper): New function.
3751 (cal-tex-cursor-week, cal-tex-cursor-week2)
3752 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3753 (cal-tex-cursor-day): Use it.
3754
3755 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3756 (cal-tex-cursor-filofax-week): Remove leading blank page.
3757
3758 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3759 Add autoload cookie. For now at least, don't use color, since
3760 no other cal-tex function does.
3761
3762 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3763 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3764 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3765
3766 2012-08-21 Juri Linkov <juri@jurta.org>
3767
3768 * info.el (Info-file-attributes): New variable.
3769 (info-insert-file-contents): Add file attributes to
3770 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3771 `Info-toc-nodes' when previous modtime of the Info file is less
3772 than new modtime.
3773 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3774 of info.el. (Bug#12230)
3775
3776 2012-08-20 Glenn Morris <rgm@gnu.org>
3777
3778 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3779 * calendar/holidays.el (calendar-holiday-list):
3780 Report errors with display-warning rather than beep'n'sleep.
3781
3782 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3783
3784 * net/tramp.el (tramp-accept-process-output): Accept only output
3785 from PROC. Otherwise, process filters and sentinels might be
3786 confused. (Bug#12145)
3787
3788 2012-08-20 Chong Yidong <cyd@gnu.org>
3789
3790 * descr-text.el (describe-text-properties-1): Use overlays-in to
3791 report on empty overlays (Bug#3322).
3792
3793 2012-08-20 Glenn Morris <rgm@gnu.org>
3794
3795 * mail/rmailout.el (rmail-output-read-file-name):
3796 Trap and report errors in rmail-output-file-alist elements.
3797
3798 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3799 since most non-font-lock faces are not also variables).
3800
3801 2012-08-20 Edward Reingold <reingold@iit.edu>
3802
3803 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3804 New function. (Bug12160)
3805
3806 2012-08-19 Glenn Morris <rgm@gnu.org>
3807
3808 * mail/rmailout.el (rmail-output-read-file-name):
3809 Fix previous change (when the alist is nil or does not match).
3810
3811 2012-08-19 Chong Yidong <cyd@gnu.org>
3812
3813 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3814 (Bug#12228).
3815
3816 2012-08-18 Chong Yidong <cyd@gnu.org>
3817
3818 * simple.el (yank-handled-properties): New defcustom.
3819 (yank-excluded-properties): Add font-lock-face and category.
3820 (yank): Doc fix.
3821
3822 * subr.el (remove-yank-excluded-properties):
3823 Obey yank-handled-properties. The special handling of font-lock-face
3824 and category is now done this way, instead of being hard-coded.
3825 (insert-for-yank-1): Remove font-lock-face handling.
3826 (yank-handle-font-lock-face-property)
3827 (yank-handle-category-property): New function.
3828
3829 2012-08-17 Glenn Morris <rgm@gnu.org>
3830
3831 * mail/rmailout.el (rmail-output-read-file-name):
3832 Check rmail-output-file-alist against the full message body
3833 in the correct rmail buffer. (Bug#12214)
3834
3835 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3836
3837 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3838 Eliminate superfluous prompt. (Bug#12203)
3839
3840 2012-08-17 Chong Yidong <cyd@gnu.org>
3841
3842 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3843 font spec, set the font directly (Bug#3228).
3844
3845 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3846
3847 * window.el (delete-window): Fix last fix.
3848
3849 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3850
3851 * window.el (window-valid-p): Move to window.c.
3852 (window-child, window-child-count, window-last-child)
3853 (window-normalize-window, window-combined-p)
3854 (window-combinations, window-atom-root, window-min-size)
3855 (window-sizable, window-sizable-p, window-size-fixed-p)
3856 (window-min-delta, window-max-delta, window--resizable)
3857 (window--resizable-p, window-resizable, window-total-size)
3858 (window-full-height-p, window-full-width-p, window-body-size)
3859 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3860 (minimize-window, window-deletable-p, delete-window)
3861 (delete-other-windows, set-window-buffer-start-and-point)
3862 (next-buffer, previous-buffer, split-window, balance-windows-2)
3863 (set-window-text-height, window-buffer-height)
3864 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3865 (truncated-partial-width-window-p): Minor code adjustments.
3866 In doc-strings state whether the argument window has to denote a
3867 live, valid or any window.
3868
3869 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3870
3871 * progmodes/subword.el (subword-forward-function)
3872 (subword-backward-function, subword-forward-regexp)
3873 (subword-backward-regexp): New variables.
3874 (subword-forward, subword-forward-internal, subword-backward-internal):
3875 Use new variables, eg so that different "word" definitions
3876 can be easily used. (Bug#11411)
3877
3878 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3881 for composite selectors.
3882 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3883 operation just because we can't find a previous revision.
3884
3885 2012-08-15 Chong Yidong <cyd@gnu.org>
3886
3887 * frame.el (set-frame-font): Accept font objects.
3888
3889 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3892
3893 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3894
3895 * man.el (Man-overstrike-face, Man-underline-face)
3896 (Man-reverse-face): Remove variables.
3897 (Man-overstrike, Man-underline, Man-reverse): New faces.
3898 (Man-fontify-manpage): Use them instead of the variables.
3899 (Man-cleanup-manpage): Comment change.
3900 (Man-ansi-color-map): New variable.
3901 (Man-fontify-manpage): Use it.
3902 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3903
3904 Implement ANSI SGR parameters 22-27 (bug#12146).
3905 * ansi-color.el (ansi-colors): Doc fix.
3906 (ansi-color-context, ansi-color-context-region): Doc fix.
3907 (ansi-color--find-face): New function.
3908 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3909 Rename the local variable `face' to `codes' since it is now a list of
3910 ansi codes. Doc fix.
3911 (ansi-color-get-face): Remove.
3912 (ansi-color-parse-sequence): New function, derived from
3913 ansi-color-get-face.
3914 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3915 codes 22-27.
3916
3917 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * subr.el (read-passwd): Allow use from a minibuffer.
3920
3921 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3922
3923 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3924 inside comments and strings as identifiers.
3925
3926 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3927 expression to evaluate. This allows to evaluate expressions with
3928 embedded whitespace.
3929 (gud-tooltip-tips): Add a blank before the newline in the
3930 message-box text, for the benefit of message-box emulation on
3931 MS-Windows.
3932
3933 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3934 messages from GDB, pop them up in a tooltip to give feedback to
3935 user.
3936 (gdb-tooltip-print-1): Quote the expression to evaluate.
3937 This allows to evaluate expressions with embedded whitespace.
3938 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3939 if the TTY name is nil or empty (which happens when communicating
3940 with the inferior via pipes, e.g. on MS-Windows).
3941 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3942 don't send that to the GUD buffer.
3943
3944 2012-08-14 Glenn Morris <rgm@gnu.org>
3945
3946 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3947 Optimize away setq-default with no args, as for setq. (Bug#12195)
3948
3949 2012-08-14 Chong Yidong <cyd@gnu.org>
3950
3951 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3952
3953 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3954 (Bug#12085).
3955
3956 2012-08-14 Glenn Morris <rgm@gnu.org>
3957
3958 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3959
3960 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3961
3962 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3963 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3964 Use cached shell name.
3965
3966 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3967
3968 * progmodes/python.el (python-shell-send-string):
3969 (python-shell-send-setup-code): Do not use `format' with `message'.
3970
3971 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3972
3973 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3974 (ruby-percent-literal-beg-re): New constant.
3975 (ruby-syntax-general-delimiters-goto-beg): Rename to
3976 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3977 (ruby-syntax-propertize-general-delimiters): Rename to
3978 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3979 popular term. Adjust comments everywhere.
3980 (ruby-syntax-propertize-percent-literal): Only propertize when not
3981 inside a simple string or comment. When the literal is unclosed,
3982 leave the text after it unpropertized.
3983 (ruby-syntax-methods-before-regexp): New constant.
3984 (ruby-syntax-propertize-function): Use it to recognize regexps.
3985 Don't look at the text after regexp, just use the whitelist.
3986
3987 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3988
3989 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3990 non-nil always load the compiled file if it exists. (Bug#12197)
3991
3992 2012-08-14 Chong Yidong <cyd@gnu.org>
3993
3994 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3995 (hi-lock-set-pattern): When deciding whether to use font lock or
3996 overlays, look at font-lock-mode instead of font-lock-fontified
3997 (Bug#12168).
3998 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3999 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4000
4001 2012-08-14 Daiki Ueno <ueno@unixuser.org>
4002
4003 * subr.el (internal--after-with-selected-window): Fix typo
4004 (Bug#12193).
4005
4006 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4007
4008 Use `completion-table-dynamic' for completion functions.
4009 * progmodes/python.el
4010 (python-shell-completion--do-completion-at-point)
4011 (python-shell-completion--get-completions):
4012 Remove functions.
4013 (python-shell-completion-complete-at-point): New function.
4014 (python-completion-complete-at-point): Use it.
4015
4016 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
4017
4018 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4019 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4020
4021 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * subr.el (function-get): Refine `autoload' arg so it can also
4024 autoload functions for gv.el (bug#12191).
4025 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4026 autoloads macros.
4027
4028 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4029 Prefer pcase-let over destructuring-bind.
4030 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4031 Also, remove whitespace as we go, rather than after accumulating the
4032 various places.
4033
4034 * subr.el (internal--before-with-selected-window)
4035 (internal--after-with-selected-window): Fix typo seleted->selected.
4036 (with-selected-window): Adjust callers.
4037 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4038
4039 2012-08-13 Bastien Guerry <bzg@gnu.org>
4040
4041 * window.el (special-display-popup-frame): Minor docstring
4042 enhancement. (Bug#12172)
4043
4044 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4045
4046 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4047 type 1-6.
4048 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4049 extended headers.
4050
4051 * files.el (hack-local-variables-filter): Remove useless eval.
4052
4053 2012-08-13 Martin Rudalics <rudalics@gmx.at>
4054
4055 * subr.el (with-selected-window): Fix last change.
4056
4057 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * subr.el (internal--before-with-seleted-window)
4060 (internal--after-with-seleted-window): New functions.
4061 (with-selected-window): Use them, to replace dependency on
4062 tty-top-frame.
4063
4064 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4065
4066 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4067 binding for `newline'.
4068 (ruby-move-to-block): When moving backward, stop at block opening,
4069 not indentation.
4070 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4071 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4072 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4073 `ruby-toggle-block'.
4074
4075 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * ibuffer.el (ibuffer-do-toggle-read-only):
4078 * dired.el (dired-toggle-read-only):
4079 * buff-menu.el (Buffer-menu-toggle-read-only):
4080 * bindings.el (mode-line-toggle-read-only):
4081 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4082
4083 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4084
4085 * descr-text.el (describe-char): Put the overlays over the
4086 "displayed as" character.
4087
4088 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4089
4090 * calc/calc-units.el (math-default-units-table): Give an
4091 initial value.
4092 (math-put-default-units): Add options to put composite units and
4093 unit systems in the default units table.
4094 (calc-convert-units): Send composite units to
4095 `math-put-default-units' when appropriate.
4096
4097 2012-08-11 Glenn Morris <rgm@gnu.org>
4098
4099 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4100
4101 * tutorial.el (help-with-tutorial):
4102 * emacs-lisp/copyright.el (copyright-update-directory):
4103 * emacs-lisp/autoload.el (autoload-find-generated-file)
4104 (autoload-find-file): Disable local eval: (for insurance).
4105
4106 * files.el (hack-local-variables-filter): If an eval: form is not
4107 known to be safe, and enable-local-variables is :safe, then ignore
4108 the form totally, as is done for non-eval forms. (Bug#12155)
4109 This is CVE-2012-3479.
4110
4111 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4114 (rx-form): Simplify.
4115
4116 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4117
4118 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4119 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4120 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4121 (ruby-syntax-propertize-function): Adjust for changes in
4122 `ruby-syntax-propertize-heredoc'.
4123
4124 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4125
4126 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4127 binding (use `M-;' instead).
4128 (ruby-singleton-class-p): New function.
4129 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4130
4131 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4134
4135 2012-08-10 Chong Yidong <cyd@gnu.org>
4136
4137 * progmodes/python.el (python-shell-get-process-name): Don't mess
4138 with same-window-buffer-names.
4139
4140 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4141 (eshell-remove-from-window-buffer-names): Make obsolete.
4142 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4143 (eshell): Just use pop-to-buffer-same-window instead.
4144
4145 2012-08-10 Chong Yidong <cyd@gnu.org>
4146
4147 * bindings.el: Bind M-= back to count-words-region.
4148
4149 * simple.el (count-words-region): Accept a prefix arg for acting
4150 on the entire buffer.
4151 (count-words--buffer-message): New helper function.
4152
4153 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4156 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4157 (event-start, event-end): Use posn-at-point to return a more
4158 informative posn.
4159 (posnp): New function.
4160 * mouse.el (popup-menu-normalize-position): Use it.
4161
4162 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4163
4164 * mouse.el (popup-menu-normalize-position): New function.
4165 (popup-menu): Use `popup-menu-normalize-position' to normalize
4166 the form for POSITION argument.
4167
4168 * term/x-win.el (x-menu-bar-open):
4169 Use the value returend from (posn-at-point) as position
4170 passed to `popup-menu'.
4171
4172 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4173
4174 * calc/calccomp.el (math-compose-expr): Add extra argument
4175 indicating that parentheses should be put around products in
4176 denominators. Give multiplication precedence over division during
4177 composition.
4178
4179 2012-08-09 Chong Yidong <cyd@gnu.org>
4180
4181 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4182 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4183 (Man-untabify-command, manual-program): Convert to defcustom
4184 (Bug#10429).
4185
4186 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4187
4188 * descr-text.el (describe-char): Don't insert extra newlines
4189 (Bug#10127).
4190
4191 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4192 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4193
4194 * align.el (align-region): Delete temporary markers (Bug#10047).
4195 Plus some code cleanups.
4196
4197 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4198
4199 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4200 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4201 (python-shell-internal-last-output): Use make-local-variable
4202 instead of make-variable-buffer-local.
4203
4204 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4205
4206 * progmodes/python.el: Enhancements to forward-sexp.
4207 (python-nav-forward-sexp): Rename from
4208 python-nav-forward-sexp-function.
4209 (python-nav--forward-sexp, python-nav--backward-sexp):
4210 New functions.
4211
4212 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4213
4214 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4215 modes and simplification modes.
4216
4217 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * delsel.el (delete-selection-pre-hook): Don't propagate the
4220 file-supersession signals (bug#12161).
4221
4222 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4225 (cl-map-extents): Add compatibility aliases (bug#12135).
4226
4227 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4228
4229 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4230 tests by `ignore-error'.
4231 (tramp-find-shell): Open also a new shell, when cache is already
4232 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4233
4234 2012-08-08 Juri Linkov <juri@jurta.org>
4235
4236 * bookmark.el: Add `defaults' property to the bookmark record.
4237 (bookmark-current-buffer): Doc fix.
4238 (bookmark-make-record): Add `defaults' property with default values
4239 to the bookmark record.
4240 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4241 with `bookmark-insert-current-bookmark'.
4242 (bookmark-set): Get `defaults' property from the bookmark record
4243 and use it in `read-from-minibuffer'.
4244 (bookmark-insert-current-bookmark): Remove function.
4245
4246 * info.el (Info-bookmark-make-record): Add `defaults' property
4247 with values of canonical Info node name, the current Info file
4248 name and the current Info node name. (Bug#12107)
4249
4250 2012-08-08 Juri Linkov <juri@jurta.org>
4251
4252 * files.el (basic-save-buffer): Use `buffer-name' as the default
4253 of `read-file-name' when buffer is not visiting a file (bug#12128).
4254
4255 2012-08-08 Juri Linkov <juri@jurta.org>
4256
4257 * info.el (Info-isearch-search): Doc fix.
4258 (Info-search): Change search-failed message from "initial node" to
4259 "end of node" (bug#12078).
4260 (Info-isearch-search): Change `isearch-string-state' to
4261 `isearch--state-string'.
4262
4263 2012-08-08 Glenn Morris <rgm@gnu.org>
4264
4265 * language/persian.el: Remove file.
4266 * language/misc-lang.el: Move unique part of persian.el here.
4267 * loadup.el: Remove language/persian.
4268
4269 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4270
4271 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4272
4273 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4274
4275 * progmodes/python.el Fixed defsubst warning.
4276 (python-syntax-context) Rename from python-info-ppss-context.
4277 (python-syntax-context-type): Rename from
4278 python-info-ppss-context-type.
4279 (python-syntax-comment-or-string-p): Rename from
4280 python-info-ppss-comment-or-string-p.
4281
4282 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4283
4284 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4285
4286 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4287
4288 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4289 a defcustom that is quoted with backquote.
4290
4291 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4292 Fix handling of interactive spec when the body uses return.
4293 (math-do-arg-check, math-define-function-body): Use backquote forms.
4294 * calc/calc-ext.el (math-defcache): Likewise.
4295 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4296 * allout.el (allout-new-exposure): Likewise.
4297 * calc/calcalg2.el (math-tracing-integral): Likewise.
4298 * info.el (Info-last-menu-item): Likewise.
4299 * emulation/vip.el (vip-loop): Likewise.
4300 * textmodes/artist.el (artist-funcall): Likewise.
4301 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4302 Construct menu-item directly.
4303
4304 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4305 Don't declare.
4306
4307 2012-08-07 Chong Yidong <cyd@gnu.org>
4308
4309 * simple.el (deactivate-mark): Preserve text properties when
4310 saving the primary selection (Bug#8384).
4311
4312 2012-08-07 Kevin Ryde <user42@zip.com.au>
4313
4314 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4315 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4316 and continue processing (Bug#12110).
4317
4318 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4321 syntax-propertize-function (bug#10095).
4322
4323 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4326 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4327 describe-function-1.
4328 (describe-function-1): Use them. Move compiler macro after sig.
4329 (help-fns--compiler-macro): Use function-get. Assume we're already in
4330 standard-output. Adjust layout to new call order.
4331
4332 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4333 re-binding a symbol that has a symbol-macro (bug#12119).
4334
4335 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4336
4337 * language/persian.el: New file. (Bug#11812)
4338 * loadup.el: Add language/persian.el.
4339
4340 2012-08-06 Chong Yidong <cyd@gnu.org>
4341
4342 * window.el (window--maybe-raise-frame): New function.
4343 (window--display-buffer): Split off from here.
4344 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4345 (display-buffer-pop-up-window, display-buffer-use-some-window):
4346 Obey an inhibit-switch-frame action alist entry.
4347 (display-buffer): Update doc.
4348
4349 * replace.el (occur-after-change-function): Avoid losing focus by
4350 using the inhibit-switch-frame display parameter (Bug#12139).
4351
4352 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4353
4354 Make internal shell process buffer names start with space.
4355 * progmodes/python.el (python-shell-make-comint): Add optional
4356 argument INTERNAL.
4357 (run-python-internal): Use it.
4358 (python-shell-internal-get-or-create-process): Check for new
4359 internal buffer names.
4360
4361 2012-08-06 Glenn Morris <rgm@gnu.org>
4362
4363 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4364 Do less getting and setting of environment variables.
4365
4366 2012-08-05 Chong Yidong <cyd@gnu.org>
4367
4368 * proced.el (proced): Add substitution string to docstring to
4369 trigger autoloading of the proced library on C-h f (Bug#1768).
4370
4371 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4372 Don't show defvars which have no second argument (Bug#8638).
4373
4374 * imenu.el (imenu-generic-expression): Move documentation here
4375 from imenu--generic-function.
4376 (imenu--generic-function): Refer to imenu-generic-expression.
4377
4378 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4379
4380 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4381 indentation declaration.
4382 (viper-loop): Add indentation declaration (Bug#7025).
4383
4384 2012-08-05 Chong Yidong <cyd@gnu.org>
4385
4386 * help-fns.el (describe-variable): Add hyperlink for
4387 directory-local variables files. Improve buffer-local and
4388 permanent-local reporting; suggested by MON KEY (Bug#6644).
4389
4390 * help-mode.el (help-dir-local-var-def): New button type.
4391
4392 * files.el (kill-buffer-hook): Provide a defvar.
4393
4394 2012-08-05 Glenn Morris <rgm@gnu.org>
4395
4396 * eshell/esh-ext.el (eshell/addpath):
4397 Also update eshell-path-env. (Bug#12013)
4398
4399 2012-08-05 Chong Yidong <cyd@gnu.org>
4400
4401 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4402
4403 * fringe.el (fringe-styles): Add docstring.
4404 (fringe--check-mode): New function.
4405 (set-fringe-mode, set-fringe-style): Use it.
4406 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4407
4408 * files.el (set-auto-mode): Fix invalid setq call.
4409
4410 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * isearch.el: Misc simplification; use defstruct.
4413 (isearch-mode-map): Dense maps now work like sparse ones.
4414 (isearch--state): New defstruct.
4415 (isearch-string-state, isearch-message-state, isearch-point-state)
4416 (isearch-success-state, isearch-forward-state)
4417 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4418 (isearch-wrapped-state, isearch-barrier-state)
4419 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4420 replaced by defstruct's accessors.
4421 (isearch--set-state): Rename from isearch-top-state and change
4422 calling convention.
4423 (isearch-push-state): Use new isearch--get-state.
4424 (isearch-toggle-word): Disable regexp when enabling word.
4425 (isearch-message-prefix): Remove unused arg _c-q-hack.
4426 (isearch-message-suffix): Remove unused arg _ellipsis.
4427
4428 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4429
4430 * simple.el (list-processes--refresh): For a server use :host or
4431 :local as the address.
4432 (list-processes): Doc fix.
4433
4434 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4435
4436 * lisp/mpc.el: Support password in host argument.
4437 (mpc--proc-connect): Parse and use new password element.
4438 Set mpc-proc variable instead of returning process.
4439 (mpc-proc): Adjust accordingly.
4440
4441 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4442
4443 * whitespace.el (whitespace-display-mappings): Use Unicode
4444 codepoints, instead of emacs-mule codepoints. See
4445 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4446 for the details.
4447
4448 * files.el (file-truename): Don't skip symlink-chasing part on
4449 windows-nt. Incorporate the resolution of 8+3 short aliases on
4450 Windows into the loop that recursively chases symlinks.
4451 Compare directory and its parent case-insensitively on MS-Windows and
4452 MS-DOS.
4453
4454 2012-08-03 Chong Yidong <cyd@gnu.org>
4455
4456 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4457
4458 * sort.el (sort-regexp-fields): Doc fix.
4459
4460 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4461
4462 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4463 labels regex position point at the expected place.
4464
4465 2012-08-03 MON KEY <monkey@sandpframing.com>
4466
4467 * net/imap.el (imap-interactive-login, imap-authenticate)
4468 (imap-mailbox-lsub, imap-mailbox-list)
4469 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4470 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4471 (imap-parse-response): Doc fix.
4472
4473 2012-08-03 João Távora <joaotavora@gmail.com>
4474
4475 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4476 if sexp scanning does not move point (Bug#5734).
4477
4478 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4479
4480 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4481 Add listings, minted, and ctable packages.
4482 (reftex-label-alist-builtin): Move listings, minted, and ctable
4483 entries before LaTeX.
4484 (reftex-label-alist): Docfix.
4485
4486 2012-08-02 Bastien Guerry <bzg@gnu.org>
4487
4488 * replace.el (occur): Fix docstring (bug#12122).
4489
4490 2012-08-02 Glenn Morris <rgm@gnu.org>
4491
4492 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4493
4494 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4495
4496 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4497 * international/mule-cmds.el: Create
4498 inactivate-current-input-method-function as an obsolete alias for
4499 deactivate-current-input-method-function. See Katsumi Yamaoka in
4500 <http://bugs.gnu.org/10150#46>.
4501
4502 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4503
4504 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4505 of nested `if's.
4506
4507 2012-08-01 Glenn Morris <rgm@gnu.org>
4508
4509 * progmodes/autoconf.el (autoconf-definition-regexp):
4510 Add AH_TEMPLATE, adjust submatch numbering.
4511 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4512 (autoconf-current-defun-function): Update for above change.
4513 (autoconf-current-defun-function): First skip to end of current word.
4514
4515 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4516
4517 * calendar/cal-html.el (cal-html-insert-agenda-days):
4518 Fix typo. (Bug#12018)
4519
4520 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4521
4522 Shell processes: enhancements to startup and CEDET compatibility.
4523 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4524 (python-shell-make-comint): accept-process-output at startup.
4525 (run-python-internal): Set inferior-python-mode-hook to nil.
4526 (python-shell-internal-get-or-create-process): call sit-for.
4527 (python-preoutput-result): Add obsolete alias.
4528 (python-shell-internal-send-string): Use it.
4529 (python-shell-send-setup-code): Remove call to
4530 accept-process-output.
4531
4532 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4533
4534 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4535 (Bug#12108)
4536
4537 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4538
4539 * calc-mode.el (calc-basic-simplification-mode): Rename from
4540 `calc-limited-simplification-mode'.
4541 (calc-alg-simplification-mode): New function.
4542 (calc-set-simplify-mode): Adjust message.
4543
4544 * calc.el (calc-set-mode-line): Adjust mode line display for
4545 basic simplification mode.
4546
4547 * calc-help.el (calc-m-prefix-help): Update help message.
4548
4549 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4550 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4551
4552 2012-07-31 Bastien Guerry <bzg@gnu.org>
4553
4554 * man.el (man): Fix comment. (bug#12101)
4555
4556 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4557
4558 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4559 Don't return a non-nil value when no suitable buffer was found.
4560
4561 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4562
4563 * progmodes/python.el (run-python-internal): Disable font lock for
4564 internal shells.
4565
4566 2012-07-30 Stefan Merten <smerten@oekonux.de>
4567
4568 * textmodes/rst.el: Silence `checkdoc-ispell'.
4569 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4570 (rst-official-version, rst-official-cvs-rev)
4571 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4572 (rst-mode-map): New key binding.
4573
4574 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4575
4576 Update .PHONY listings in makefiles.
4577 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4578 autoloads, update-subdirs, updates, bzr-update, update-authors,
4579 compile-onefile, compile-calc, backup-compiled-files,
4580 compile-after-backup, compile-one-process, mh-autoloads,
4581 bootstrap-clean, distclean, maintainer-clean.
4582
4583 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4584
4585 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4586 (calc-set-mode-line): Don't display "AlgSimp ".
4587
4588 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4589 (calc-lim-simplify-mode): New function.
4590 (calc-set-simplify-mode): Default to 'alg.
4591 (calc-default-simplify-mode): Make algebraic simplifications
4592 the default.
4593
4594 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4595 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4596
4597 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4598 indicate new simplification modes.
4599
4600 * calc/README: Mention new default simplification mode.
4601
4602 * calc/calc.el (math-normalize-error): New variable.
4603 (math-normalize): Set `math-normalize-error' to t
4604 when there's an error.
4605
4606 * calc/calc-alg.el (math-simplify): Don't simplify when
4607 `math-normalize' returns an error.
4608
4609 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4610
4611 * international/mule-cmds.el (set-locale-environment): Revert last
4612 change, since display-graphic-p returns nil when this function is
4613 called during startup. Instead...
4614
4615 * term/w32console.el (terminal-init-w32console): ...setup the
4616 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4617
4618 2012-07-29 Juri Linkov <juri@jurta.org>
4619
4620 * simple.el (goto-line): Don't display default line number in the
4621 prompt because it should be displayed by `read-number' (bug#9952).
4622 Add the current line number to the defaults of `goto-line' to
4623 allow its easier modification by users with `M-n' (bug#9201).
4624
4625 * subr.el (read-number): Support multiple default values like in
4626 other minibuffer reading functions. Replace `read' with
4627 `string-to-number' for consistency with `number-to-string'.
4628
4629 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4630
4631 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4632 * emulation/viper-init.el (viper-deactivate-input-method-action):
4633 Rename from viper-inactivate-input-method-action.
4634 (viper-deactivate-input-method):
4635 Rename from viper-inactivate-input-method.
4636 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4637 * international/mule-cmds.el (deactivate-input-method):
4638 Rename from inactivate-input-method.
4639 Also run input-method-deactivate-hook.
4640 (deactivate-current-input-method-function):
4641 Rename from inactivate-current-input-method-function.
4642 (input-method-deactivate-hook): New hook.
4643 (input-method-inactivate-hook): Mark obsolete.
4644 (inactivate-input-method): Mark obsolete.
4645
4646 * international/quail.el (quail-activate):
4647 Also run quail-deactivate-hook.
4648 (quail-deactivate): Rename from quail-inactivate.
4649 * international/robin.el (robin-activate):
4650 Also run robin-deactivate-hook.
4651 (robin-deactivate): Rename from robin-inactivate.
4652
4653 2012-07-29 Chong Yidong <cyd@gnu.org>
4654
4655 * simple.el (indicate-copied-region): New function.
4656 (kill-ring-save): Split off from here.
4657
4658 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4659 (kill-rectangle): Set deactivate-mark to t on read-only error.
4660
4661 * register.el (copy-to-register, copy-rectangle-to-register):
4662 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4663 (append-to-register, prepend-to-register): Call indicate-copied-region.
4664
4665 2012-07-29 Juri Linkov <juri@jurta.org>
4666
4667 * simple.el (async-shell-command-buffer): New defcustom.
4668 (shell-command): Use it. (Bug#4719)
4669
4670 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4671
4672 * international/mule-cmds.el (set-locale-environment): In a
4673 console session on MS-Windows, set up keyboard and terminal
4674 encoding from the OEM codepage, not the ANSI codepage.
4675 (Bug#12055)
4676
4677 2012-07-28 Chong Yidong <cyd@gnu.org>
4678
4679 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4680 gdb-get-location.
4681
4682 2012-07-28 Leo Liu <sdl.web@gmail.com>
4683
4684 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4685 the alist (bug#12029).
4686
4687 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4688
4689 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4690 (compile-always, compile-first)
4691 ($(lisp)/calendar/cal-loaddefs.el)
4692 ($(lisp)/calendar/diary-loaddefs.el)
4693 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4694 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4695 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4696 instead of on update-subdirs.
4697 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4698
4699 2012-07-28 Chong Yidong <cyd@gnu.org>
4700
4701 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4702 directory if vc-deduce-backend returns nil (Bug#7350).
4703
4704 * simple.el (delete-trailing-lines): New option.
4705 (delete-trailing-whitespace): Obey it (Bug#11879).
4706
4707 2012-07-28 David Engster <deng@randomsample.de>
4708
4709 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4710 Explanation of new 'symbol-qnames feature in doc-strings.
4711 (xml-maybe-do-ns): Return expanded names as plain symbols if
4712 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4713 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4714
4715 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4716
4717 Consistent completion in inferior python with emacs -nw.
4718 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4719 binding in inferior-python-mode-map with "\t".
4720 (python-shell-completion-complete-at-point)
4721 (python-completion-complete-at-point): Remove interactive spec.
4722
4723 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4724
4725 * calc/calccomp.el (math-compose-expr): Undo previous change.
4726
4727 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4728
4729 * progmodes/python.el (python-mode-map): Add keybinding for
4730 run-python.
4731 (python-shell-make-comint): Fix pop-to-buffer call.
4732 (run-python): Autoload. New arg SHOW.
4733 (python-shell-get-or-create-process): Do not pop python process
4734 buffer.
4735
4736 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4737
4738 * notifications.el (notifications-on-action-signal)
4739 (notifications-on-closed-signal): Use also the bus address for the map.
4740 (notifications-notify, notifications-close-notification)
4741 (notifications-get-capabilities): Add optional argument BUS.
4742
4743 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4744
4745 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4746 Add support for the lstlisting and minted environments, and for the
4747 ctable macro.
4748 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4749 labels written in keyvals syntax.
4750
4751 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4752
4753 * calc/calccomp.el (math-compose-expr): Use parentheses when
4754 there is a product in the denominator of a fraction.
4755
4756 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4757
4758 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4759 ($(lisp)/calendar/diary-loaddefs.el)
4760 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4761 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4762 Fixes failures in parallel bootstrap because subdirs.el is being
4763 rewritten while the autoload files are built at the same time,
4764 which needs to load subdirs.el.
4765
4766 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4767
4768 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4769 (mouse-drag-line): Don't exit tracking when a switch-frame or
4770 switch-window event occurs (Bug#12006).
4771
4772 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * mouse.el (popup-menu): Fix last change.
4775
4776 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 Autoload from Lisp with more care. Follow aliases when looking for
4779 function properties.
4780 * subr.el (autoloadp): New function.
4781 (symbol-file): Use it.
4782 (function-get): New function.
4783 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4784 autoload-do-load.
4785 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4786 (lisp-indent-function):
4787 * emacs-lisp/gv.el (gv-get):
4788 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4789 * emacs-lisp/byte-opt.el (byte-optimize-form):
4790 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4791 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4792 Use function-get.
4793 * emacs-lisp/cl.el: Don't propagate function properties any more.
4794
4795 * speedbar.el (speedbar-add-localized-speedbar-support):
4796 * emacs-lisp/disass.el (disassemble-internal):
4797 * desktop.el (desktop-load-file):
4798 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4799 (describe-function-1):
4800 * emacs-lisp/find-func.el (find-function-noselect):
4801 * emacs-lisp/elp.el (elp-instrument-function):
4802 * emacs-lisp/advice.el (ad-has-proper-definition):
4803 * apropos.el (apropos-safe-documentation, apropos-macrop):
4804 * emacs-lisp/debug.el (debug-on-entry):
4805 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4806 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4807 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4808
4809 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4810
4811 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4812 function, not an obsolete variable (Bug#12046).
4813
4814 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4815
4816 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4817
4818 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4819
4820 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4821 window only if it is still live (Bug#12034).
4822
4823 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4824
4825 * subr.el (redirect-frame-focus): Add advertised calling
4826 convention (Bug#12030).
4827
4828 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4829
4830 Prefer typical American spelling for "acknowledgment".
4831 * vc/add-log.el (change-log-acknowledgment): Rename from
4832 change-log-acknowledgement, with an alias for the old name.
4833
4834 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4835
4836 * calc-alg.el (math-simplify-divide): Don't cross multiply
4837 in an equation when the lhs is a variable.
4838
4839 2012-07-24 Julien Danjou <julien@danjou.info>
4840
4841 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4842 Remove, unused.
4843
4844 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4845
4846 * startup.el (command-line): Don't display an empty user name in
4847 the error message about non-existent home directory, when
4848 init-file-user was set to an empty string. See
4849 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4850 for the details and context.
4851
4852 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4853
4854 * ses.el (ses-cell-formula-aset): New macro.
4855 (ses-cell-references-aset): New macro.
4856 (ses-cell-p): New function.
4857 (ses-rename-cell): Do no longer rely on complex operations like
4858 ses-cell-set-formula or ses-set-cell to change the cell and handle
4859 the undo at the same time, but rather use lower level new macros
4860 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4861 the undo directly. Refresh the mode line.
4862
4863 2012-07-21 Leo Liu <sdl.web@gmail.com>
4864
4865 * progmodes/cc-cmds.el (c-defun-name):
4866 Use match-string-no-properties instead for consistency.
4867
4868 2012-07-20 Leo Liu <sdl.web@gmail.com>
4869
4870 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4871 (Bug#7879)
4872
4873 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4874
4875 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4878 * progmodes/bug-reference.el, misearch.el: Provide themselves
4879 (bug#11915).
4880
4881 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4882 of narrowed buffer (bug#11966).
4883
4884 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4885
4886 * ses.el (ses-rename-cell): Set new name also in reference list of
4887 cells of which the renamed cell depends.
4888
4889 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4890
4891 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4892 to check whether menu-bar is shown or not. If not shown,
4893 show the menu-bar as a popup menu instead of using tmm.
4894 * mouse.el (popup-menu): Accept `point' as `position' argument.
4895
4896 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4897
4898 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4899 up inside string symbol literal (bug#11923).
4900
4901 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4902
4903 * startup.el (fancy-startup-text): Read the whole tutorial, not
4904 just its first 256 bytes. Prevents gibberish in display of the
4905 tutorial title.
4906
4907 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4908
4909 Drop idle buffer compaction due to an absence of the
4910 proved efficiency.
4911 * compact.el: Remove.
4912
4913 2012-07-19 Sam Steingold <sds@gnu.org>
4914
4915 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4916 vc-bzr-pull & vc-bzr-merge-branch.
4917 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4918 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4919 for consistency with compilation-error-regexp-alist.
4920 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4921 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4922 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4923 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4924
4925 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * emacs-lisp/chart.el: Use lexical-binding.
4928 (chart-emacs-storage): Don't hardcode the list of entries.
4929
4930 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4931
4932 Next round of tweaks caused by Fgarbage_collect changes.
4933 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4934
4935 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4936
4937 Compact buffers when idle.
4938 * compact.el: New file.
4939
4940 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * subr.el (eventp): Presume that if it looks vaguely like an event,
4943 it's an event (bug#10190).
4944
4945 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4946
4947 Enhancements to ppss related code (thanks Stefan).
4948 * progmodes/python.el (python-indent-context)
4949 (python-indent-calculate-indentation, python-indent-dedent-line)
4950 (python-indent-electric-colon, python-nav-forward-block)
4951 (python-mode-abbrev-table)
4952 (python-info-assignment-continuation-line-p): Simplify checks
4953 for ppss context.
4954 (python-info-continuation-line-p): Cleanup.
4955 (python-info-ppss-context): Do not catch 'quote.
4956 (python-info-ppss-context-type)
4957 (python-info-ppss-comment-or-string-p): Simplify.
4958
4959 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4960
4961 * progmodes/python.el: Enhancements to eldoc support.
4962 (python-info-current-symbol): New function.
4963 (python-eldoc-at-point): Use python-info-current-symbol.
4964 (python-info-current-defun): Fix cornercase on first defun scan.
4965 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4966 and signal error when no inferior python process is available.
4967
4968 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4969
4970 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4971 assume it's always t.
4972 (vc-git-registered): Remove caching, the function is only called
4973 once.
4974 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4975
4976 2012-07-18 Chong Yidong <cyd@gnu.org>
4977
4978 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4979
4980 * simple.el (count-words): Report on narrowing (Bug#9959).
4981
4982 * bindings.el: Bind M-= to count-words.
4983
4984 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4985
4986 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4987
4988 * progmodes/sh-script.el (sh-imenu-generic-expression):
4989 Capture a function with `function' keyword and without parentheses
4990 like "function FOO" (bug#11856).
4991
4992 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4993
4994 * window.el (split-window-sensibly): Make WINDOW argument
4995 optional.
4996
4997 2012-07-18 Chong Yidong <cyd@gnu.org>
4998
4999 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5000
5001 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5002 and make C-x 8 RET exit isearch (Bug#11439).
5003
5004 * international/iso-transl.el: Move isearch-mode-map key
5005 definitions to isearch.el.
5006
5007 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5010 (eieio-defclass): Use gv-define-setter when possible.
5011
5012 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5013
5014 Reflect recent changes in Fgarbage_collect.
5015 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5016 reflect new format of data returned by Fgarbage_collect.
5017
5018 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5019
5020 New utility functions + python-info-ppss-context fix (Bug#11910).
5021 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5022 (python-info-ppss-comment-or-string-p): New functions.
5023 (python-info-ppss-context): Small fix for string check.
5024
5025 2012-07-17 Juri Linkov <juri@jurta.org>
5026
5027 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5028 (dired-do-async-shell-command): Don't add `*' at the end of the
5029 command (Bug#11815).
5030 (dired-do-shell-command): Doc fix.
5031 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5032 Join the individual commands using either "&" or ";" as the
5033 separator depending on the values of these trailing characters.
5034 At the end re-add the trailing "&". (Bug#10598)
5035
5036 * simple.el (async-shell-command): Sync the interactive spec with
5037 `shell-command'. Doc fix.
5038 (shell-command): Doc fix.
5039
5040 2012-07-17 Juri Linkov <juri@jurta.org>
5041
5042 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5043
5044 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5045
5046 Final renames and doc fixes for movement commands (bug#11899).
5047 * progmodes/python.el (python-nav-beginning-of-statement):
5048 Rename from python-nav-statement-start.
5049 (python-nav-end-of-statement): Rename from
5050 python-nav-statement-end.
5051 (python-nav-beginning-of-block): Rename from
5052 python-nav-block-start.
5053 (python-nav-end-of-block): Rename from python-nav-block-end.
5054
5055 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5056
5057 * progmodes/python.el (python-shell-send-string-no-output):
5058 Allow accept-process-output to quit, keeping shell process ready for
5059 future interactions (Bug#11868).
5060
5061 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5064
5065 * emacs-lisp/elint.el (elint-find-args-in-code):
5066 Use help-function-arglist, so as to handle lexical byte-code.
5067
5068 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5069 change (bug#11826).
5070
5071 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5074 Avoid spuriously marking the buffer as modified because of c-is-sws.
5075
5076 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5077 as not-a-comment (bug#11946).
5078
5079 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5080 for uninterned vars.
5081
5082 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5083 Use read-event since we don't really want to read chars but bytes.
5084
5085 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5086 $$..$$ but also $..$ using regexps (bug#11953).
5087 Use tex-verbatim for \url and \path.
5088 (tex-font-lock-keywords): Define as defconst like the others.
5089 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5090
5091 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5092
5093 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5094 alias for insert-char.
5095
5096 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5097
5098 * progmodes/python.el: Simplified imenu implementation.
5099 (python-nav-jump-to-defun): Remove command.
5100 (python-mode-map): Use `imenu' instead.
5101 (python-nav-list-defun-positions-cache)
5102 (python-imenu-include-defun-type, python-imenu-make-tree)
5103 (python-imenu-subtree-root-label, python-imenu-index-alist):
5104 Remove vars.
5105 (python-nav-list-defun-positions, python-nav-read-defun)
5106 (python-imenu-tree-assoc, python-imenu-make-element-tree)
5107 (python-imenu-make-tree, python-imenu-create-index):
5108 Remove functions.
5109 (python-mode): Update to interact with imenu by setting
5110 `imenu-extract-index-name-function' only.
5111
5112 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5113
5114 * progmodes/python.el: Enhancements to navigation commands.
5115 (python-nav-backward-sentence)
5116 (python-nav-forward-sentence): Remove.
5117 (python-nav-backward-statement, python-nav-forward-statement)
5118 (python-nav-statement-start, python-nav-statement-end)
5119 (python-nav-backward-block, python-nav-forward-block)
5120 (python-nav-block-start, python-nav-block-end)
5121 (python-nav-forward-sexp-function)
5122 (python-info-current-line-comment-p)
5123 (python-info-current-line-empty-p): New functions.
5124 (python-indent-context): Use `python-nav-statement-start'.
5125
5126 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5127
5128 * eshell/em-ls.el (eshell/ls): Use `apply'.
5129
5130 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5131 multi-hops, instead of Tramp internals.
5132
5133 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5134
5135 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5136 when F1 and F2 are located on different hosts.
5137
5138 2012-07-14 Chong Yidong <cyd@gnu.org>
5139
5140 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5141 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5142 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5143 (xterm-mouse--read-event-sequence-1000)
5144 (xterm-mouse--read-event-sequence-1006): New functions. For old
5145 mouse protocol, handle M-mouse-X events correctly.
5146 (xterm-mouse-event): New arg specifying mouse protocol.
5147 (turn-on-xterm-mouse-tracking-on-terminal)
5148 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5149 sequence to toggle extended coordinates on newer XTerms.
5150 This appears to be harmless on terminals which do not support this.
5151
5152 2012-07-14 Leo Liu <sdl.web@gmail.com>
5153
5154 Add fringe bitmap indicators for flymake. (Bug#11253)
5155 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5156 (flymake-make-overlay): New arg BITMAP.
5157 (flymake-error-bitmap, flymake-warning-bitmap)
5158 (flymake-fringe-indicator-position): New user variables.
5159
5160 * fringe.el: New bitmap exclamation-mark.
5161
5162 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5163
5164 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5165 also (Bug#7879).
5166
5167 2012-07-14 Chong Yidong <cyd@gnu.org>
5168
5169 * electric.el (electric-pair-post-self-insert-function): Fix pair
5170 insertion in empty-region case (Bug#11520).
5171
5172 2012-07-14 Chong Yidong <cyd@gnu.org>
5173
5174 * bindings.el: Consolidate ctl-x-r-map bindings.
5175 Bind copy-rectangle-as-kill to C-x r w.
5176
5177 * rect.el, register.el: Move bindings to bindings.el.
5178
5179 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5180
5181 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5182
5183 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5184
5185 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5186
5187 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5188
5189 * bindings.el (top): Use `mapc' instead of `mapcar'.
5190
5191 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5192
5193 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5194
5195 * progmodes/sql.el (sql-comint): Suppress the check for program on
5196 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5197 (Bug#11908)
5198
5199 2012-07-13 Chong Yidong <cyd@gnu.org>
5200
5201 * bindings.el: Assign a non-nil permanent-local property to
5202 per-buffer variables which lack a default value (Bug#11930).
5203
5204 * help-fns.el (describe-variable): In the "automatically becomes
5205 local" notice, take note of permanent-local variables.
5206
5207 2012-07-13 Chong Yidong <cyd@gnu.org>
5208
5209 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5210 to allow printing the message when called from Lisp.
5211
5212 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5213 Remove toggle-read-only.
5214
5215 * bs.el (bs-toggle-readonly):
5216 * buff-menu.el (Buffer-menu-toggle-read-only):
5217 Remove with-no-warnings around toggle-read-only.
5218
5219 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5220 Remove with-no-warnings around toggle-read-only.
5221 (ffap-read-only, ffap-read-only-other-window)
5222 (ffap-read-only-other-frame): Callers changed.
5223
5224 * help-mode.el: Don't require view package.
5225 (help-mode-finish): Set buffer-read-only instead of calling
5226 toggle-read-only.
5227
5228 * bindings.el (mode-line-toggle-read-only):
5229 * dired.el (dired-toggle-read-only):
5230 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5231 with non-nil second arg.
5232
5233 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5234 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5235 directly.
5236
5237 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5238
5239 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5240 not incf.
5241
5242 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 More CL cleanups and reduction of use of cl.el.
5245 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5246 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5247 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5248 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5249 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5250 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5251 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5252 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5253 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5254 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5255 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5256 * eshell/em-cmpl.el, eshell/em-banner.el:
5257 * calendar/parse-time.el: Use cl-lib.
5258 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5259 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5260 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5261 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5262 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5263 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5264 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5265 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5266 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5267 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5268 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5269 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5270 `lambda' rather than with `quote'.
5271 (eshell-do-opt): Adjust accordingly.
5272 (eshell-process-option): Simplify.
5273 * eshell/esh-var.el:
5274 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5275 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5276 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5277 to `pcase--dontcare'.
5278 * emacs-lisp/cl.el (labels): Mark obsolete.
5279 (cl--letf, letf): Move to cl-lib.
5280 (cl--letf*, letf*): Remove.
5281 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5282 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5283 (cl-progv): Rewrite.
5284 (cl--letf, cl-letf): Move from cl.el.
5285 (cl-letf*): New macro.
5286 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5287
5288 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5289
5290 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5291
5292 2012-07-11 Chong Yidong <cyd@gnu.org>
5293
5294 * vc/log-edit.el (log-edit-vc-backend): New variable.
5295 (log-edit): Doc fix.
5296
5297 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5298 argument of log-edit to set up all local variables.
5299 (vc-start-logentry): New optional arg specifying VC backend.
5300
5301 * vc/vc.el (vc-checkin): Use it.
5302 (vc-deduce-fileset): Handle Log Edit buffers.
5303 (vc-diff): Make first argument optional too.
5304
5305 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5306
5307 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5308
5309 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5310 command, just in case. The function is not needed anymore.
5311 (eshell-external-command): Do not call `eshell-remote-command'.
5312
5313 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 Reduce use of (require 'cl).
5316 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5317 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5318 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5319 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5320 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5321 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5322 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5323 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5324 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5325 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5326 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5327 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5328 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5329 (byte-compile-unfold-bcf, byte-compile-check-variable):
5330 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5331 (byte-compile-nilconstp):
5332 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5333 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5334
5335 * emacs-lisp/gv.el (cond): Make it a valid place.
5336 (if): Simplify slightly.
5337
5338 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5339 (pcase--self-quoting-p): New function.
5340 (pcase--u1): Use it.
5341
5342 2012-07-10 Glenn Morris <rgm@gnu.org>
5343
5344 * emacs-lisp/authors.el (authors-fixed-entries):
5345 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5346
5347 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5348
5349 Rename configure.in to configure.ac (Bug#11603).
5350 * emacs-lisp/authors.el (authors-canonical-file-name):
5351 * progmodes/autoconf.el (autoconf-mode):
5352 Prefer configure.ac to configure.in.
5353
5354 2012-07-08 Chong Yidong <cyd@gnu.org>
5355
5356 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5357 Implement the mouse-1-click-follows-link handling properly.
5358
5359 * info.el (Info-link-keymap): Use follow-link mechanism for
5360 header-line links (Bug#374).
5361
5362 * simple.el (deactivate-mark): Do not set the primary selection
5363 if another program has acquired it (Bug#11772).
5364
5365 2012-07-07 Kevin Ryde <user42@zip.com.au>
5366
5367 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5368 (woman-decode-region): Replace escaped-escapes without destroying
5369 bold or underline (Bug#11552).
5370 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5371
5372 2012-07-07 Chong Yidong <cyd@gnu.org>
5373
5374 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5375 (interprogram-cut-function, interprogram-paste-function):
5376 Mention that we typically mean the clipboard.
5377
5378 2012-07-06 Glenn Morris <rgm@gnu.org>
5379
5380 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5381
5382 * files.el (toggle-read-only): Restrict message to interactive use.
5383
5384 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5385
5386 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5387
5388 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5389
5390 2012-07-06 Glenn Morris <rgm@gnu.org>
5391
5392 * Makefile.in (compile-one-process): Rename from "recompile".
5393
5394 * Makefile.in (bzr-update): "compile" is the same as "recompile
5395 autoloads", but parallelizable, so use that instead.
5396
5397 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5398
5399 * window.el (quit-window): Always restore window height when
5400 it's saved in quit-restore parameter (Bug#11810).
5401
5402 2012-07-06 Glenn Morris <rgm@gnu.org>
5403
5404 * simple.el (kill-whole-line): Doc tweak.
5405
5406 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5407
5408 * files.el (file-relative-name): Compare file names
5409 case-insensitively if on MS-Windows or MS-DOS, or if
5410 read-file-name-completion-ignore-case is non-nil. Don't use
5411 case-fold-search for this purpose. (Bug#11827)
5412
5413 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5414
5415 * calendar/cal-dst.el (calendar-current-time-zone):
5416 Return calendar-current-time-zone-cache if non-nil.
5417
5418 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5419 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5420
5421 * calendar/cal-dst.el (calendar-current-time-zone):
5422 Return calendar-current-time-zone-cache if non-nil.
5423
5424 2012-07-06 Glenn Morris <rgm@gnu.org>
5425
5426 * Makefile.in (cvs-update): Remove old alias.
5427
5428 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5429
5430 Sync with Tramp 2.2.6-pre.
5431
5432 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5433 compatible declaration.
5434
5435 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5436 Protect `list-load-path-shadows' call.
5437
5438 * net/tramp-compat.el (top): Require packages, which aren't
5439 autoloaded anymore for XEmacs. Protect call of
5440 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5441 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5442 it hurts at least for SXEmacs.
5443 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5444 standard-value for `temporary-file-directory'.
5445
5446 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5447 Redirect stderr to /dev/null.
5448 (tramp-sh-handle-write-region): uid and gid can be floats.
5449 Reported by Russell Sim <russell.sim@gmail.com>.
5450 (tramp-sh-handle-vc-registered): Hide errors.
5451 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5452 and `start-file-process'.
5453 (tramp-maybe-open-connection): Check also whether `non-essential'
5454 is bound.
5455
5456 2012-07-04 Chong Yidong <cyd@gnu.org>
5457
5458 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5459 (xml-parse-tag): Likewise, and avoid changing entity tables.
5460 (xml-syntax-table): Define from scratch, making sure not to give
5461 x2000 and other Unicode spaces whitespace syntax, since those are
5462 not spaces in XML.
5463 (xml-parse-fragment): Delete unused function.
5464 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5465 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5466 (xml-entity-ref, xml-pe-reference-re)
5467 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5468 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5469 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5470 (xml-entity-value-re): Use syntax references in regexps where
5471 possible; no need to define inside a let-binding.
5472 (xml-parse-dtd): Use xml-pe-reference-re.
5473 (xml-entity-or-char-ref-re): New defconst.
5474 (xml-parse-string, xml-substitute-special): Use it.
5475
5476 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5479 (find-file--read-only): New function.
5480 (find-file-read-only, find-file-read-only-other-window)
5481 (find-file-read-only-other-frame): Use it.
5482 (insert-file-contents-literally): Don't `fset'.
5483 (get-free-disk-space): Use locate-dominating-file.
5484
5485 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5486 function is already compiled.
5487
5488 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5489
5490 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5493 files on the same host.
5494
5495 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5496
5497 * help-fns.el (describe-function-1): Only call
5498 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5499
5500 2012-07-03 Chong Yidong <cyd@gnu.org>
5501
5502 * xml.el: Protect parser against XML bombs.
5503 (xml-entity-expansion-limit): New variable.
5504 (xml-parse-string, xml-substitute-special): Use it.
5505 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5506
5507 2012-07-03 Glenn Morris <rgm@gnu.org>
5508
5509 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5510 Allow linking to specific messages in debbugs reports (eg 123#5).
5511
5512 2012-07-02 Chong Yidong <cyd@gnu.org>
5513
5514 * xml.el: Fix entity and character reference expansion, allowing
5515 them to expand into markup as per XML spec.
5516 (xml-default-ns): New variable.
5517 (xml-entity-alist): Use XML spec definitions for lt and amp.
5518 (xml-parse-region): Make first two arguments optional.
5519 Discard text properties.
5520 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5521 All callers changed.
5522 (xml-parse-tag): Call xml-parse-tag-1. For backward
5523 compatibility, this function should not modify buffer contents.
5524 (xml-parse-tag-1): Fix opening-tag regexp.
5525 (xml-parse-string): Rewrite, handling entity and character
5526 references properly.
5527 (xml--entity-replacement-text): Signal an error if a parameter
5528 entity is undefined.
5529
5530 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5531
5532 * comint.el (comint-output-filter): Filter out repeated prompts.
5533
5534 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5535 and file-name-absolute-p.
5536 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5537 internal calls.
5538
5539 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5540
5541 Spelling fixes.
5542 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5543 Rename from byte-compile--refiy-function. All uses changed.
5544
5545 2012-07-01 Chong Yidong <cyd@gnu.org>
5546
5547 * xml.el (xml--parse-buffer): New function. Move most of
5548 xml-parse-region here.
5549 (xml-parse-region): Copy region into a temporary buffer, since
5550 parameter entity substitution requires changing buffer contents.
5551 Use xml--parse-buffer.
5552 (xml-parse-file): Use xml--parse-buffer.
5553 (xml-parse-dtd): Make parameter entity substitution work right.
5554 Use proper regexps for ELEMENT declarations (Bug#7172).
5555
5556 2012-06-30 Glenn Morris <rgm@gnu.org>
5557
5558 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5559
5560 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5561 Remove outdated and unnecessary dbus declarations.
5562
5563 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5564
5565 * emacs-lisp/timer.el (timer-until): Subtract results of
5566 float-time, instead of taking float-time of the result of
5567 time-subtract, since float-time signals an error for negative time
5568 arguments.
5569
5570 2012-06-30 Chong Yidong <cyd@gnu.org>
5571
5572 * xml.el (xml-*-re): Convert defvars into defconsts, and
5573 eval-and-compile them so eval-and-compile works on derivatives.
5574 (xml--entity-replacement-text): Use eval-and-comple.
5575
5576 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5577
5578 * vc/vc-git.el (vc-git-registered): Use cache property
5579 `git-registered'.
5580 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5581 `vc-git-working-revision' in order to benefit from the cache.
5582 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5583
5584 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5585
5586 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5587 removed (likely outside Emacs). (Bug#11757)
5588
5589 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * emacs-lisp/cl-lib.el: Require macroexp.
5592
5593 2012-06-30 Chong Yidong <cyd@gnu.org>
5594
5595 * xml.el: Implement XML parameter entities.
5596 (xml-parameter-entity-alist): New variable.
5597 (xml-parse-region, xml-parse-fragment): Preserve previous values
5598 of xml-entity-alist and xml-parameter-entity-alist, so that
5599 repeated calls on different documents do not change them.
5600 (xml-parse-tag): Fix doctype regexp.
5601 (xml--entity-replacement-text): New function.
5602 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5603 properly requires url retrieval which is unimplemented.
5604 (xml-escape-string): Doc fix.
5605
5606 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5609
5610 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5611
5612 * fringe.el (fringe-mode): Doc fix.
5613
5614 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5615
5616 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5617 is non-nil.
5618 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5619 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5620
5621 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5622
5623 * calendar/cal-dst.el (calendar-current-time-zone):
5624 Return calendar-current-time-zone-cache if non-nil.
5625
5626 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5627
5628 * progmodes/which-func.el (which-func-format):
5629 Add mouse-face. (Bug#11698)
5630
5631 2012-06-29 Leo Liu <sdl.web@gmail.com>
5632
5633 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5634
5635 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * minibuffer.el (minibuffer-confirm-exit-commands):
5638 Add completion-at-point (bug#11725).
5639
5640 2012-06-29 Glenn Morris <rgm@gnu.org>
5641
5642 * progmodes/f90.el (f90-font-lock-keywords-2):
5643 Add some preprocessor elements. (Bug#10499)
5644
5645 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5648 Use syntax-propertize (bug#11739).
5649
5650 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5651
5652 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5653
5654 2012-06-28 Julien Danjou <julien@danjou.info>
5655
5656 * term.el (term-handle-colors-array): Use a set of new faces to
5657 color the terminal. Also uses :inverse-video property.
5658 (term-default-fg-color): Set to nil by default, deprecate in favor
5659 of `term-face'.
5660 (term-default-bg-color): Set to nil by default, deprecate in favor
5661 of `term-face'.
5662 (term-current-face): Use `term-face' by default.
5663 (term-bold-attribute): Variable deleted.
5664
5665 2012-06-28 Glenn Morris <rgm@gnu.org>
5666
5667 * simple.el (completion-list-mode-finish):
5668 Don't use toggle-read-only. (Since completion-list-mode has
5669 a special mode-class, it wasn't doing anything extra anyway.)
5670
5671 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 Make inlining of other-mode interpreted functions work (bug#11799).
5674 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5675 (byte-compile): Use it to fix compilation of lexical-binding closures.
5676 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5677 function, if needed.
5678
5679 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * help-mode.el (help-make-xrefs): Don't just withstand
5682 cyclic-variable-indirection but any error in documentation-property.
5683
5684 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5685 memory use.
5686 * bindings.el (bindings--define-key): New function.
5687 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5688 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5689 * bindings.el: Use it to purecopy define-key bindings.
5690
5691 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5692
5693 * emacs-lisp/cl.el (flet): Mark obsolete.
5694 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5695 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5696 * progmodes/js.el (js-c-fill-paragraph):
5697 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5698 (ebrowse-switch-member-buffer-to-derived-class):
5699 * play/5x5.el (5x5-solver): Use cl-flet.
5700
5701 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5702 (cl--symbol-function): New macro.
5703 (cl--letf, cl--letf*): Use it.
5704
5705 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5706 Strip "toggle-" if any.
5707
5708 2012-06-27 Glenn Morris <rgm@gnu.org>
5709
5710 * info.el (Info-default-directory-list): Move here from paths.el.
5711 * paths.el: Remove file, which is now empty.
5712 * loadup.el: No longer load "paths".
5713
5714 * custom.el (custom-initialize-delay): Doc fix.
5715
5716 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5717 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5718 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5719 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5720 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5721 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5722 * eshell/eshell.el (eshell-defgroup): Remove alias.
5723
5724 2012-06-27 Chong Yidong <cyd@gnu.org>
5725
5726 * help.el (help-enable-auto-load): New variable.
5727
5728 * help-fns.el (help-fns--autoloaded-p): New function.
5729 (describe-function-1): Refer to a function as "autoloaded" if it
5730 was autoloaded at any time in the past. Perform autoloading if
5731 help-enable-auto-load is non-nil.
5732
5733 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5734
5735 * makefile.w32-in (compile, compile-always): Depend on
5736 update-subdirs, not on subdirs.el. Otherwise, several different
5737 sub-targets of 'bootstrap' running in parallel could
5738 simultaneously write to subdirs.el, producing a garbled file.
5739
5740 2012-06-26 Sam Steingold <sds@gnu.org>
5741
5742 * files.el (file-name-base): New convenience function.
5743 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5744 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5745 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5746 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5747 * textmodes/ispell.el, textmodes/reftex-ref.el:
5748 * textmodes/tex-mode.el: Use it.
5749 Did not touch cedet and org because they are maintained elsewhere.
5750
5751 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5752
5753 * calendar/calendar.el (calendar-exit): Don't try to delete or
5754 iconify last frame. See:
5755 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5756
5757 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5758
5759 * server.el (server-process-filter): Remember dir in the
5760 process's `server-client-directory' properties.
5761
5762 2012-06-24 Chong Yidong <cyd@gnu.org>
5763
5764 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5765 non-tag text.
5766
5767 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5768
5769 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5770
5771 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * help-fns.el (describe-variable): Don't croak when doc is not found.
5774 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5775 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5776 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5777 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5778 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5779 ((lambda ..) ..).
5780 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5781
5782 2012-06-23 Chong Yidong <cyd@gnu.org>
5783
5784 * info.el (Info-mouse-follow-link): Accept symbol values of
5785 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5786 (Info-fontify-node): Use Info-link-keymap for all navigation
5787 buttons, with link-args property to perform the desired action.
5788 (Info-link-keymap): Doc fix.
5789 (Info-next-link-keymap, Info-prev-link-keymap)
5790 (Info-up-link-keymap): Delete now-unused keymaps.
5791
5792 2012-06-23 Chong Yidong <cyd@gnu.org>
5793
5794 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5795
5796 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5797 system abbrevs.
5798
5799 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5800
5801 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5804 (bug#11719).
5805
5806 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5807 the requote function doesn't work properly (bug#11714).
5808
5809 2012-06-23 Glenn Morris <rgm@gnu.org>
5810
5811 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5812
5813 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 Further GV/CL cleanups.
5816 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5817 gv-expander.
5818 (gv--defun-declaration): New function.
5819 (defun-declarations-alist): Use it.
5820 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5821 (gv-place): Autoload.
5822 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5823 original definition of dotimes and dolist.
5824 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5825 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5826 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5827 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5828 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5829 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5830 to the function's definition.
5831 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5832 * window.el:
5833 * files.el:
5834 * faces.el:
5835 * env.el: Don't use CL.
5836
5837 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5838
5839 Support higher-resolution time stamps (Bug#9000).
5840
5841 * calendar/time-date.el (with-decoded-time-value): New arg
5842 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5843 (encode-time-value): New optional arg PICO. New type 3.
5844 (time-to-seconds) [!float-time]: Support the new picoseconds
5845 component if it's used.
5846 (seconds-to-time, time-subtract, time-add):
5847 Support ps-resolution time stamps as well.
5848
5849 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5850 (timerp): Timer vectors now have length 9, not 8.
5851 (timer--time): Support new-style (4-part) time stamps.
5852 (timer-next-integral-multiple-of-time): Time stamps now have
5853 picosecond resolution, so take a bit more care about rounding.
5854 (timer-relative-time, timer-inc-time): New optional arg psecs.
5855 (timer-set-time-with-usecs): Set psecs to 0.
5856 (timer--activate): Check psecs component, too.
5857
5858 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5859
5860 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5863 Move the non-essential binding to the post/pre-command-hook where it is
5864 more obviously correct.
5865
5866 * subr.el (read-passwd): Don't use a history at all.
5867 * savehist.el (savehist-save): Remove password saved accidentally
5868 because of the above bug.
5869
5870 2012-06-22 Bastien Guerry <bzg@gnu.org>
5871
5872 * files.el (toggle-read-only): Display a message telling whether
5873 the buffer is read-only or not (bug#11726).
5874
5875 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * emacs-lisp/gv.el: New file.
5878 * subr.el (push, pop): Extend to generalized variables.
5879 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5880 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5881 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5882 gv-define-simple-setter, and gv-define-expander.
5883 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5884 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5885 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5886 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5887 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5888 gv-letplace.
5889 (cl-defstruct): Don't define setf-method any more.
5890 * emacs-lisp/cl.el (flet): Don't autoload.
5891 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5892 (define-setf-expander, defsetf, define-modify-macro)
5893 (cl-struct-setf-expander): Move from cl-lib.el.
5894 * emacs-lisp/syntax.el:
5895 * emacs-lisp/ewoc.el:
5896 * emacs-lisp/smie.el:
5897 * emacs-lisp/cconv.el:
5898 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5899 (timer--time): Use gv-define-simple-setter.
5900 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5901 to avoid coding-system problems in subr.el. Adjust all users.
5902 (macroexp--maxsize, macroexp-small-p): New functions.
5903 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5904 * scroll-bar.el (scroll-bar-mode):
5905 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5906 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5907 * winner.el (winner-configuration, winner-make-point-alist)
5908 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5909 * files.el (locate-file-completion-table): Avoid list*.
5910
5911 2012-06-22 Chong Yidong <cyd@gnu.org>
5912
5913 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5914 (dired-create-files): Doc fix (Bug#11329).
5915 (dired-do-copy): Doc fix (Bug#11334).
5916 (dired-mark-read-string): Doc fix (Bug#11553).
5917
5918 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5919 Doc fix (Bug#11326).
5920 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5921 (dired-dwim-target): Doc fix.
5922
5923 * wdired.el (wdired-mode): Doc fix.
5924
5925 2012-06-22 Glenn Morris <rgm@gnu.org>
5926
5927 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5928 (pcmpl-rpm-cache-stamp-file): New constant.
5929 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5930 (pcmpl-rpm-packages): Optionally cache list of packages.
5931
5932 * pcmpl-rpm.el (pcmpl-rpm): New group.
5933 (pcmpl-rpm-query-options): New option.
5934 (pcmpl-rpm-packages): No need to inline it.
5935 Use pcmpl-rpm-query-options.
5936
5937 * calendar/calendar.el (calendar-in-read-only-buffer):
5938 Avoid some needless mode changes.
5939
5940 2012-06-21 Chong Yidong <cyd@gnu.org>
5941
5942 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5943 (desktop-path): Remove . from the default value (Bug#10977).
5944 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5945
5946 2012-06-20 Chong Yidong <cyd@gnu.org>
5947
5948 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5949
5950 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5951
5952 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5953 (bug#11201).
5954
5955 2012-06-20 Chong Yidong <cyd@gnu.org>
5956
5957 * term.el (term-window-width): Handle the case of a missing right
5958 fringe (Bug#8837).
5959 (term-check-size): Use window-text-height (Bug#5445).
5960 (term-mode): Use define-derived-mode. Minor cleanups.
5961 Set font-lock-defaults (Bug#7692).
5962 (term-move-columns, term-insert-char, term-emulate-terminal)
5963 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5964
5965 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5966
5967 * net/ange-ftp.el (ange-ftp-get-passwd):
5968 Bind `enable-recursive-minibuffers'.
5969 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5970
5971 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5972
5973 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5974
5975 2012-06-19 Glenn Morris <rgm@gnu.org>
5976
5977 * progmodes/python.el (python-mode): Derive from prog-mode.
5978
5979 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5980
5981 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5982 (edt-user-menu-bar-update-buffers): New functions.
5983 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5984
5985 2012-06-19 Chong Yidong <cyd@gnu.org>
5986
5987 * subr.el (with-selected-window): Preserve the selected window's
5988 terminal's top-frame (Bug#4702).
5989
5990 * window.el (save-selected-window): Likewise.
5991
5992 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5993
5994 * progmodes/python.el (python-rx-constituents): Move backquote.
5995 (python-skeleton-define, python-define-auxiliary-skeleton):
5996 Use `declare'.
5997
5998 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5999
6000 * minibuffer.el (read-file-name-default): Revert the patch from
6001 2012-06-17.
6002
6003 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6006 (pcase--u1, pcase--q1): Don't use apply-partially.
6007
6008 2012-06-18 Glenn Morris <rgm@gnu.org>
6009
6010 * progmodes/python.el (python-proc, python-buffer)
6011 (python-send-receive, python-send-string): Fix obsolete versions.
6012
6013 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6014
6015 * window.el (special-display-p): Completely remove stringp
6016 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6017
6018 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6021
6022 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6023
6024 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6025 * net/tramp-sh.el (tramp-maybe-open-connection):
6026 Throw if `non-essential' is non-nil.
6027
6028 2012-06-17 Martin Rudalics <rudalics@gmx.at>
6029
6030 * window.el (special-display-p): Signal an error if BUFFER-NAME
6031 is not a string (Bug#11713).
6032
6033 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6034
6035 * progmodes/python.el (python-info-beginning-of-backslash):
6036 Rename from python-info-beginning-of-backlash, as a spelling fix.
6037
6038 2012-06-17 Chong Yidong <cyd@gnu.org>
6039
6040 * term.el (term-emulate-terminal): If term-check-size is called,
6041 move point to the process mark without resetting point (Bug#4635).
6042
6043 2012-06-17 Glenn Morris <rgm@gnu.org>
6044
6045 * international/mule-cmds.el (mule-menu-keymap)
6046 (set-language-environment, set-locale-environment): Doc tweaks.
6047
6048 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6049
6050 * cus-face.el (custom-face-attributes): Add wave-style underline
6051 attribute.
6052 * faces.el (set-face-attribute): Update docstring to describe
6053 wave-style underline attribute.
6054
6055 2012-06-16 Chong Yidong <cyd@gnu.org>
6056
6057 * term/xterm.el (terminal-init-xterm): Discard input before
6058 querying background mode (Bug#10959).
6059
6060 2012-06-16 Stefan Merten <smerten@oekonux.de>
6061
6062 * textmodes/rst.el: Added and corrected some comments.
6063 (rst-re-alist-def): Improve symbol syntax.
6064 (rst-mode-syntax-table): Correct syntax entries.
6065 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6066 (rst-official-version, rst-official-cvs-rev): Update version
6067 information.
6068
6069 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
6070
6071 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6072 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6073
6074 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6075
6076 * progmodes/python.el: New python.el merge.
6077 (python-guess-indent): Obsolete var.
6078 (python-indent-guess-indent-offset): New defcustom.
6079 (python-indent): Obsolete var.
6080 (python-indent-offset): New defcustom.
6081 (python-python-command, python-jython-command): Delete var.
6082 (python-shell-interpreter): New defcustom.
6083 (python-pdbtrack-do-tracking-p): Delete var.
6084 (python-pdbtrack-activate): New defcustom.
6085 (python-use-skeletons): Obsolete var.
6086 (python-skeleton-autoinsert): New defcustom.
6087 (inferior-python-filter-regexp, python-continuation-offset)
6088 (python-honour-comment-indentation, python-indent-string-contents)
6089 (python-jython-packages, python-mode-hook)
6090 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6091 (python-shell-prompt-alist)
6092 (python-source-modes): Delete defcustoms.
6093 (python-check-buffer-name, python-eldoc-setup-code)
6094 (python-eldoc-string-code, python-ffap-setup-code)
6095 (python-ffap-string-code, python-fill-comment-function)
6096 (python-fill-decorator-function, python-fill-paren-function)
6097 (python-fill-string-function, python-imenu-include-defun-type)
6098 (python-imenu-make-tree, python-imenu-subtree-root-label)
6099 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6100 (python-shell-compilation-regexp-alist)
6101 (python-shell-completion-module-string-code)
6102 (python-shell-completion-pdb-string-code)
6103 (python-shell-completion-setup-code)
6104 (python-shell-completion-string-code)
6105 (python-shell-enable-font-lock, python-shell-exec-path)
6106 (python-shell-extra-pythonpaths)
6107 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6108 (python-shell-process-environment)
6109 (python-shell-prompt-block-regexp)
6110 (python-shell-prompt-output-regexp)
6111 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6112 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6113 (python-shell-virtualenv-path): New defcustoms.
6114 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6115 (inferior-python-mode-syntax-table, python--prompt-regexp)
6116 (python-buffer, python-command python-python-command)
6117 (python-default-template, python-imports, python-indent-index)
6118 (python-indent-list, python-indent-list-length)
6119 (python-mode-running, python-pdbtrack-is-tracking-p)
6120 (python-preoutput-continuation, python-preoutput-leftover)
6121 (python-preoutput-result, python-preoutput-skip-next-prompt)
6122 (python-prev-dir/file, python-recursing)
6123 (python-saved-check-command, python-version-checked)
6124 (python-which-func-length-limit)
6125 (view-return-to-alist): Delete vars.
6126 (python-check-custom-command, python-dotty-syntax-table)
6127 (python-imenu-index-alist, python-indent-current-level)
6128 (python-indent-dedenters, python-indent-levels)
6129 (python-nav-beginning-of-defun-regexp)
6130 (python-nav-list-defun-positions-cache)
6131 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6132 (python-shell-internal-buffer)
6133 (python-skeleton-available): New vars.
6134 (def-python-skeleton): Delete macro.
6135 (python-skeleton-define): New macro.
6136 (python-define-auxiliary-skeleton, python-rx): New macros.
6137 (python-insert-class): Delete command.
6138 (python-skeleton-class): New command.
6139 (python-insert-def): Delete command.
6140 (python-skeleton-def): New command.
6141 (python-insert-for): Delete command.
6142 (python-skeleton-for): New command.
6143 (python-insert-if): Delete command.
6144 (python-skeleton-if): New command.
6145 (python-insert-try/except, python-insert-try/finally): Delete commands.
6146 (python-skeleton-try): New command.
6147 (python-insert-while): Delete command.
6148 (python-skeleton-while): New command.
6149 (python-backspace): Delete command.
6150 (python-indent-dedent-line-backspace): New command.
6151 (python-electric-colon): Delete command.
6152 (python-indent-electric-colon): New command.
6153 (python-guess-indent): Delete command.
6154 (python-indent-guess-indent-offset): New command.
6155 (python-shift-left): Delete command.
6156 (python-indent-shift-left): New command.
6157 (python-shift-right): Delete command.
6158 (python-indent-shift-right): New command.
6159 (python-find-function): Delete command.
6160 (python-nav-jump-to-defun): New command.
6161 (python-next-statement): Delete command.
6162 (python-nav-forward-sentence): New command.
6163 (python-previous-statement): Delete command.
6164 (python-nav-backward-sentence): New command.
6165 (python-fill-paragraph): Delete command.
6166 (python-fill-paragraph-function): New command.
6167 (python-send-buffer): Delete command.
6168 (python-shell-send-buffer): New command.
6169 (python-send-defun): Delete command.
6170 (python-shell-send-defun): New command.
6171 (python-send-region, python-send-region-and-go): Delete commands.
6172 (python-shell-send-region)
6173 (python-shell-switch-to-shell): New commands.
6174 (python-send-string): Delete command.
6175 (python-shell-send-string): New command.
6176 (python-switch-to-python): Delete command.
6177 (python-shell-switch-to-shell): New command.
6178 (python-describe-symbol): Delete command.
6179 (python-eldoc-at-point): New command.
6180 (python--set-prompt-regexp, python-args-to-list)
6181 (python-after-info-look, python-check-version)
6182 (python-check-comint-prompt, python-find-imports)
6183 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6184 (python-unload-function, python-expand-template)
6185 (python-maybe-jython, python-preoutput-filter)
6186 (python-pdbtrack-get-source-buffer)
6187 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6188 (python-pdbtrack-toggle-stack-tracking)
6189 (python-pdbtrack-track-stack-file, python-initial-text)
6190 (python-first-word, python-comment-line-p, python-send-command)
6191 (python-setup-brm, python-sentinel, python-set-proc)
6192 (python-skip-out, python-input-filter, python-outdent-p)
6193 (python-outline-level, python-backslash-continuation-line-p)
6194 (python-end-of-block, python-end-of-statement, python-mark-block)
6195 (python-beginning-of-block, python-beginning-of-statement)
6196 (python-blank-line-p, python-beginning-of-string)
6197 (python-open-block-statement-p): Delete functions.
6198 (python-indent-line, python-indent-line-1): Delete functions.
6199 (python-indent-line): New function.
6200 (python-indentation-levels): Delete function.
6201 (python-indent-calculate-levels): New function.
6202 (python-proc): Delete function.
6203 (python-shell-get-process): New function.
6204 (python-send-receive): Delete function.
6205 (python-shell-send-string-no-output): New function.
6206 (python-module-path): Delete function.
6207 (python-ffap-module-path): New function.
6208 (python-completion-at-point)
6209 (python-symbol-completions): Delete functions.
6210 (python-completion-complete-at-point): New function.
6211 (python-load-file): Delete function.
6212 (python-shell-send-file): New function.
6213 (python-calculate-indentation): Delete function.
6214 (python-indent-calculate-indentation): New function.
6215 (python-skip-comments/blanks): Delete function.
6216 (python-util-forward-comment): New function.
6217 (python-continuation-line-p): Delete function.
6218 (python-info-continuation-line-p): New function.
6219 (python-which-func, python-current-defun): Delete function.
6220 (python-info-current-defun): New function.
6221 (python-beginning-of-defun): Delete function.
6222 (python-nav-beginning-of-defun): New function.
6223 (python-close-block-statement-p)
6224 (python-block-end-p): Delete function.
6225 (python-info-closing-block): New function.
6226 (python-comint-output-filter-function)
6227 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6228 (python-fill-comment, python-fill-decorator, python-fill-paren)
6229 (python-fill-string, python-imenu-make-element-tree)
6230 (python-imenu-make-tree, python-imenu-tree-assoc)
6231 (python-indent-context, python-indent-dedent-line)
6232 (python-indent-line-function)
6233 (python-indent-post-self-insert-function)
6234 (python-indent-toggle-levels)
6235 (python-info-assignment-continuation-line-p)
6236 (python-info-beginning-of-backlash)
6237 (python-info-block-continuation-line-p)
6238 (python-info-closing-block-message)
6239 (python-info-line-ends-backslash-p)
6240 (python-info-looking-at-beginning-of-defun)
6241 (python-info-ppss-context, python-info-ppss-context-type)
6242 (python-nav-list-defun-positions, python-nav-read-defun)
6243 (python-nav-sentence-end, python-nav-sentence-start)
6244 (python-pdbtrack-comint-output-filter-function)
6245 (python-pdbtrack-set-tracked-buffer)
6246 (python-shell-calculate-exec-path)
6247 (python-shell-calculate-process-environment)
6248 (python-shell-completion--do-completion-at-point)
6249 (python-shell-completion--get-completions)
6250 (python-shell-completion-complete-at-point)
6251 (python-shell-completion-complete-or-indent)
6252 (python-shell-get-or-create-process)
6253 (python-shell-get-process-name)
6254 (python-shell-internal-get-or-create-process)
6255 (python-shell-internal-get-process-name)
6256 (python-shell-internal-send-string, python-shell-make-comint)
6257 (python-shell-parse-command, python-shell-send-setup-code)
6258 (python-skeleton-add-menu-items)
6259 (python-util-clone-local-variables, python-util-position)
6260 (run-python-internal, python-indentation-levels)
6261 (python-nav-beginning-of-defun)
6262 (python-completion-complete-at-point): New functions.
6263 (run-python): Change arguments. New API requirements.
6264
6265 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6268 (bug#11649).
6269
6270 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6271 (macroexp--expand-all): Use it.
6272
6273 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6274 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6275 Use `cl-function' instead.
6276
6277 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6278
6279 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6280 Suggested by Stefan Monnier while discussing bug#11657.
6281
6282 2012-06-14 Sam Steingold <sds@gnu.org>
6283
6284 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6285
6286 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6287
6288 * play/doctor.el (doctor-doc): Remove parameter and use
6289 doctor-sent instead of sent.
6290 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6291
6292 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * files.el: Require cl-lib.
6295 (file-name-non-special): Replace case -> cl-case.
6296
6297 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6298
6299 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6300 mapping from #' to function*.
6301
6302 2012-06-13 Chong Yidong <cyd@gnu.org>
6303
6304 * mouse.el (mouse-drag-track): Do not set the mark if the user
6305 releases the mouse without selecting anything (Bug#11588).
6306
6307 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6310 as well (bug#11646).
6311
6312 * loadup.el: Count byte-code functions as well.
6313
6314 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6315 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6316
6317 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6318 (bug#11649). Add cl-defun and cl-defmacro.
6319
6320 2012-06-13 Drew Adams <drew.adams@oracle.com>
6321
6322 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6323 Fix last change.
6324
6325 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6326
6327 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6328 Otherwise, it blocks in batch mode.
6329
6330 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6331
6332 * help-mode.el (bookmark-make-record-default): Declare.
6333
6334 2012-06-13 Chong Yidong <cyd@gnu.org>
6335
6336 * emacs-lisp/package.el (list-packages): Compute a list of
6337 packages that are newly-available since the last list-packages
6338 invocation.
6339 (package-menu--new-package-list): New var.
6340 (package-menu--generate, package-menu--print-info)
6341 (package-menu--status-predicate, package-menu-mark-install):
6342 Handle new status label "new".
6343
6344 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6347 conversion to backquotes.
6348
6349 2012-06-12 Chong Yidong <cyd@gnu.org>
6350
6351 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6352 Rename from gud-inhibit-global-bindings.
6353
6354 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6355
6356 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6357 hook from nxml-glyph-set-hook.
6358
6359 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6360 declaration.
6361
6362 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6363
6364 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6365 Convert to defcustom.
6366
6367 2012-06-12 Drew Adams <drew.adams@oracle.com>
6368
6369 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6370 New functions.
6371 (help-mode): Use them.
6372
6373 2012-06-11 Glenn Morris <rgm@gnu.org>
6374
6375 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6376 Use preprocessor face for directives.
6377 (fortran-directive-re): Doc fix.
6378
6379 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6380
6381 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6382 conversion to backquotes (bug#11652).
6383
6384 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6385 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6386 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6387 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6388 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6389 (cl-ninth, cl-tenth): Mark them as inlinable.
6390 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6391 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6392 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6393 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6394 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6395 (cl-list*, cl-adjoin): Don't put an autoload manually.
6396 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6397 (cl--compiler-macro-list*): Add autoload cookie.
6398 (cl--compiler-macro-cXXr): New function.
6399
6400 * help-fns.el (help-fns--compiler-macro): New function extracted from
6401 describe-function-1; follow aliases and use `compiler-macro' property.
6402 (describe-function-1): Use it.
6403
6404 2012-06-11 Chong Yidong <cyd@gnu.org>
6405
6406 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6407 is uninstalled, if imagemagick is installed.
6408
6409 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * emacs-lisp/cl-lib.el: Use lexical-binding.
6412 (cl-map-extents, cl-maclisp-member): Remove.
6413 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6414 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6415 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6416 * emacs-lisp/cl-extra.el: Use lexical-binding.
6417 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6418 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6419 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6420 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6421 * emacs-lisp/cl-seq.el: Use lexical-binding.
6422 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6423 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6424 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6425 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6426 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6427 CL's internals.
6428
6429 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6430
6431 Sync with Tramp 2.2.6-pre.
6432
6433 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6434 `print-length' and `print-level' to nil, in order to avoid
6435 truncation. Reported by Christopher Schmidt
6436 <christopher@ristopher.com>.
6437
6438 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6439
6440 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6441 New defmacro.
6442 (tramp-compat-copy-directory): Add optional argument
6443 COPY-CONTENTS. It is not handled yet.
6444
6445 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6446 (tramp-ftp-file-name-p): Simplify.
6447
6448 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6449 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6450 connection vector.
6451
6452 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6453 (tramp-methods): Do not use `tramp-password-end-of-line'.
6454 (tramp-completion-function-alist-putty): Handle UNIX case.
6455 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6456 (tramp-do-file-attributes-with-stat)
6457 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6458 gid as real numbers. They could run out of integer range on cygwin.
6459 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6460 (tramp-sh-handle-expand-file-name): Handle hops.
6461 (tramp-open-connection-setup-interactive-shell):
6462 Use `tramp-cleanup'. Move check for busyboxes ...
6463 (tramp-find-shell): ... here. Simplify implementation.
6464 Set "remote-shell" property also for alternative shells.
6465 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6466 If failing, a regular file would be written otherwise.
6467 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6468 (tramp-find-inline-encoding): Cache the coding commands in the
6469 process cache. Apply test command on the remote side, if defined.
6470 (tramp-find-inline-compress): Cache the compress commands in the
6471 process cache.
6472 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6473 when requested. Handle hops.
6474 (tramp-current-connection): New defvar.
6475 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6476 Throw `suppress', if there was a failed connection shortly before.
6477 Handle user interrupt. (Bug#10187)
6478 (tramp-get-inline-compress, tramp-get-inline-coding):
6479 Read connection properties from the process cache.
6480
6481 * net/tramp-smb.el (tramp-smb-server-version)
6482 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6483 New defconsts.
6484 (tramp-smb-prompt): Extend for powershell prompt.
6485 (tramp-smb-file-name-handler-alist): Add handlers for
6486 `process-file', `shell-command' and `start-file-process'.
6487 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6488 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6489 (tramp-smb-file-name-p): Simplify.
6490 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6491 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6492 (tramp-smb-shell-quote-argument): New defuns.
6493 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6494 Implement using "tar". By this, time-stamps are preserved.
6495 (tramp-smb-handle-copy-file): Handle also the case of directories.
6496 (tramp-smb-do-file-attributes-with-stat)
6497 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6498 Use `tramp-get-connection-buffer').
6499 (tramp-smb-handle-rename-file): Use "rename", when source and
6500 target are on the same share.
6501 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6502 Use `tramp-smb-server-version'.
6503 (tramp-smb-wait-for-output): Remove prompt.
6504
6505 * net/tramp.el (top): Require 'cl.
6506 (tramp-methods, tramp-rsh-end-of-line):
6507 Remove `tramp-password-end-of-line' from docstring.
6508 (tramp-save-ad-hoc-proxies): New defcustom.
6509 (tramp-completion-function-alist): Adapt docstring.
6510 (tramp-default-password-end-of-line): Remove defcustom.
6511 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6512 (tramp-user-regexp, tramp-file-name-regexp-unified)
6513 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6514 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6515 (tramp-remote-file-name-spec-regexp): New defconst.
6516 (tramp-file-name-structure): Extend structure for hops.
6517 (tramp-get-method-parameter): Move up.
6518 (tramp-file-name-p, tramp-dissect-file-name)
6519 (with-parsed-tramp-file-name): Handle hops.
6520 (tramp-file-name-hop): New defun.
6521 (tramp-make-tramp-file-name): New optional arg HOP.
6522 (tramp-message-show-progress-reporter-message): New defvar.
6523 (tramp-with-progress-reporter): Use it. We cannot use
6524 `tramp-message-show-message' here, because this suppresses also
6525 error buffers.
6526 (tramp-error-with-buffer): Suppress buffer view, if
6527 `tramp-message-show-message' is nil.
6528 Use `tramp-get-connection-buffer'.
6529 (tramp-cleanup): New defun.
6530 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6531 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6532 an error unchanged.
6533 (tramp-completion-handle-file-name-all-completions): Handle hops.
6534 Fix an error when called from ido.
6535 (tramp-completion-dissect-file-name): Use better local variable
6536 name. Add hop to the vector.
6537 (tramp-handle-insert-file-contents): Use progress-reporter for the
6538 whole scenario.
6539 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6540 to `t'.
6541 (tramp-check-for-regexp): Simplify search.
6542 (tramp-enter-password): Remove it. Move implementation ...
6543 (tramp-action-password): ... here.
6544 (tramp-mode-string-to-int, tramp-local-host-p)
6545 (tramp-make-tramp-temp-file, tramp-read-passwd)
6546 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6547 Set tramp-autoload cookie.
6548
6549 * net/trampver.el: Update release number.
6550
6551 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6552 Michael Albinus <michael.albinus@gmx.de>
6553
6554 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6555 (tramp-parse-group, tramp-parse-file)
6556 (tramp-parse-shostkeys-sknownhosts): New defuns.
6557 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6558 (tramp-parse-shosts-group, tramp-parse-sconfig)
6559 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6560 (tramp-parse-sknownhosts, tramp-parse-hosts)
6561 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6562 Use them.
6563 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6564 (tramp-parse-putty-group): Don't narrow.
6565 (tramp-parse-putty): Make a loop.
6566 (tramp-file-name-handler): Catch the `suppress' signal.
6567
6568 2012-06-11 Chong Yidong <cyd@gnu.org>
6569
6570 * image.el (imagemagick-register-types): Put the ImageMagick entry
6571 at the end of image-type-file-name-regexps.
6572
6573 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6574
6575 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6576 (pcase, pcase-let*, pcase-dolist): Use them.
6577
6578 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * emacs-lisp/pcase.el (pcase--let*): New function.
6581 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6582 (pcase--expand): Use macroexp-let².
6583
6584 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6587 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6588 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6589 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6590 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6591 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6592
6593 2012-06-10 Glenn Morris <rgm@gnu.org>
6594
6595 * mail/rmail.el (rmail-yank-current-message): Leave point at
6596 correct position. (Bug#11660)
6597
6598 2012-06-10 Chong Yidong <cyd@gnu.org>
6599
6600 * allout-widgets.el: Fix code header.
6601
6602 2012-06-10 Chong Yidong <cyd@gnu.org>
6603
6604 * cus-edit.el (customize-changed-options-previous-release):
6605 Bump to 24.1.
6606
6607 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6608
6609 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6610
6611 2012-06-09 Chong Yidong <cyd@gnu.org>
6612
6613 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6614
6615 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6616
6617 * window.el (special-display-popup-frame): Don't use
6618 window--display-buffer (Bug#11651).
6619
6620 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6621
6622 Fix parallel builds: make sure loaddefs.el is not being written
6623 while Lisp files are compiled.
6624 (compile): Don't depend on 'mh-autoloads'.
6625 (compile-CMD, compile-SH): Depend on 'autoloads'.
6626 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6627
6628 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6629
6630 2012-06-09 Chong Yidong <cyd@gnu.org>
6631
6632 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6633 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6634 Doc fixes (Bug#11225).
6635
6636 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6639 a function if there's a clear indication that it has a compiler-macro.
6640 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6641 (macro-declarations-alist): Add arglist to declaration functions.
6642 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6643 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6644 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6645 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6646 Also add autoload to find the compiler macro.
6647 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6648 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6649 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6650 (cl--compiler-macro-get): New functions, replacing calls to
6651 cl-define-compiler-macro.
6652 (cl-typep) [compiler-macro]: Use macroexp-let².
6653
6654 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6655
6656 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6657 string properly, fixes Bug#11473.
6658
6659 2012-06-08 Chong Yidong <cyd@gnu.org>
6660
6661 * faces.el (set-face-attribute): Doc fix.
6662 (modify-face): Don't use :bold and :italic.
6663 (error, warning, success): Tweak definitions.
6664
6665 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6666 (custom-modified, custom-set, custom-changed, custom-themed)
6667 (custom-saved, custom-button, custom-button-mouse)
6668 (custom-button-pressed, custom-state, custom-comment-tag)
6669 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6670 (custom-group-subtitle): Use new-style face specs.
6671 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6672 (custom-set-face, custom-changed-face, custom-saved-face)
6673 (custom-button-face, custom-button-pressed-face)
6674 (custom-documentation-face, custom-state-face)
6675 (custom-comment-face, custom-comment-tag-face)
6676 (custom-variable-tag-face, custom-variable-button-face)
6677 (custom-face-tag-face, custom-group-tag-face-1)
6678 (custom-group-tag-face): Remove obsolete face alias.
6679
6680 * epa.el (epa-validity-high, epa-validity-medium)
6681 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6682 (epa-field-name, epa-field-body):
6683 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6684 (font-lock-keyword-face, font-lock-builtin-face)
6685 (font-lock-function-name-face, font-lock-variable-name-face)
6686 (font-lock-type-face, font-lock-constant-face):
6687 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6688 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6689 * speedbar.el (speedbar-button-face, speedbar-file-face)
6690 (speedbar-directory-face, speedbar-tag-face)
6691 (speedbar-selected-face, speedbar-highlight-face)
6692 (speedbar-separator-face):
6693 * whitespace.el (whitespace-newline, whitespace-space)
6694 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6695 (whitespace-line, whitespace-space-before-tab)
6696 (whitespace-space-after-tab, whitespace-indentation)
6697 (whitespace-empty):
6698 * emulation/cua-base.el (cua-global-mark):
6699 * eshell/em-prompt.el (eshell-prompt):
6700 * net/newst-plainview.el (newsticker-new-item-face)
6701 (newsticker-old-item-face, newsticker-immortal-item-face)
6702 (newsticker-obsolete-item-face, newsticker-date-face)
6703 (newsticker-statistics-face, newsticker-default-face):
6704 * net/newst-reader.el (newsticker-feed-face)
6705 (newsticker-extra-face, newsticker-enclosure-face):
6706 * net/newst-treeview.el (newsticker-treeview-face)
6707 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6708 (newsticker-treeview-immortal-face)
6709 (newsticker-treeview-obsolete-face)
6710 (newsticker-treeview-selection-face):
6711 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6712 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6713 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6714 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6715 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6716 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6717 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6718 (mpuz-text):
6719 * progmodes/vera-mode.el (vera-font-lock-number)
6720 (vera-font-lock-function, vera-font-lock-interface):
6721 * textmodes/table.el (table-cell): Use new-style face specs, and
6722 don't use the old :bold and :italic attributes.
6723
6724 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6725 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6726 (ebrowse-member-class, ebrowse-progress): Likewise.
6727 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6728 (ebrowse-file-name-face, ebrowse-default-face)
6729 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6730 (ebrowse-progress-face): Remove obsolete faces.
6731
6732 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6733 Inherit from error and warning faces respectively.
6734
6735 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6736 Likewise.
6737 (flyspell-incorrect-face, flyspell-duplicate-face):
6738 Remove obsolete aliases.
6739
6740 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6741
6742 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6743 Avoid infloop.
6744
6745 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * startup.el (argv, argi): Make lexically scoped.
6748 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6749 * emacs-lisp/cl-macs.el: Use lexical-binding.
6750 Rename cl-bind-* to cl--bind-*.
6751 * files.el: Don't require `cl' since it doesn't use it.
6752 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6753
6754 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6755
6756 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6757 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6758 instead of calling external sort utility.
6759 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6760
6761 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6762
6763 * descr-text.el (describe-char): Mention how to insert the
6764 character, if the current input method doesn't support it.
6765 See the discussion in this thread for the details:
6766 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6767
6768 2012-06-08 Sam Steingold <sds@gnu.org>
6769
6770 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6771 XF86Back to previous-buffer.
6772 (minibuffer-local-map): Bind them to next-history-element and
6773 previous-history-element respectively.
6774 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6775 help-go-back respectively.
6776 * info.el (Info-mode-map): Bind them to Info-history-forward and
6777 Info-history-back respectively.
6778 These are the keys next to Up on the ThinkPad keyboard.
6779
6780 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6783 * emacs-lisp/cl-macs.el: Provide itself.
6784 (cl--labels-convert-cache): New var.
6785 (cl--labels-convert): New function.
6786 (cl-flet, cl-labels): New implementation with new semantics, relying on
6787 lexical-binding.
6788 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6789 (cl-closure-vars, cl--function-convert-cache)
6790 (cl--function-convert): Move from cl-macs.el.
6791 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6792 rename by removing the "cl-" prefix.
6793 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6794
6795 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6798 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6799 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6800 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6801 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6802 (cl-hash-table-count): Add old compatibility aliases.
6803
6804 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6805 Use macroexpand-all-environment instead.
6806 (cl--old-macroexpand): New var.
6807 (cl--sm-macroexpand): New function.
6808 (cl-symbol-macrolet): Use it during macro expansion.
6809 (cl--function-convert-cache): New var.
6810 (cl--function-convert): New function, extracted from
6811 cl-macroexpand-all.
6812 (cl-lexical-let): Use it.
6813
6814 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6815 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6816 (cl-member): Remove old alias.
6817
6818 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6819 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6820 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6821 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6822 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6823 (cl-macroexpand-cmacs): Remove var.
6824 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6825 Use macroexpand-all instead.
6826
6827 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6830 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6831 (macroexp-copyable-p): New functions and macros.
6832 * emacs-lisp/edebug.el (edebug-unwrap):
6833 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6834 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6835 (pcase--let*): Remove.
6836 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6837 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6838 macroexp-const-p instead.
6839 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6840
6841 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6842 instead of "cl-" for internal definitions. Use macroexp-const-p.
6843 (cl-old-bc-file-form): Remove var.
6844 (cl-const-exprs-p): Remove fun.
6845 (cl-labels, cl-macrolet): Use backquote.
6846 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6847 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6848 (cl-define-setf-expander): Rename from cl-define-setf-method.
6849 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6850
6851 * international/mule-cmds.el: Don't require CL.
6852 (view-hello-file): Don't use `letf'.
6853
6854 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 * tmm.el (tmm-prompt): Use string-prefix-p.
6857 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6858 (tmm-add-prompt): Use minibuffer-completion-help.
6859 (tmm-delete-map): Remove.
6860
6861 * subr.el (kbd): Make it its own function.
6862
6863 2012-06-07 Stefan Merten <smerten@oekonux.de>
6864
6865 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6866 Silence compiler warnings. Fix versions.
6867 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6868 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6869 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6870 (rst-package-emacs-version-alist): Correct Emacs version to
6871 represent major merge with upstream.
6872 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6873
6874 2012-06-06 Glenn Morris <rgm@gnu.org>
6875
6876 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6877 Only print environment variables if set.
6878
6879 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6882 (macroexp--cons): Rename from maybe-cons.
6883 (macroexp--accumulate): Rename from macroexp-accumulate.
6884 (macroexp--all-forms): Rename from macroexpand-all-forms.
6885 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6886 (macroexp--expand-all): Rename from macroexpand-all-1.
6887
6888 2012-06-06 Sam Steingold <sds@gnu.org>
6889
6890 * calendar/calendar.el (calendar-in-read-only-buffer):
6891 Call `special-mode' to enable the standard read-only keybindings.
6892
6893 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6896 with "loading" messages (bug#11635).
6897
6898 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * files.el (enable-remote-dir-locals): New option.
6901 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6902
6903 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6904 Ensure, that the temp directory is local.
6905
6906 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6907 `temporary-file-directory'.
6908
6909 * progmodes/python.el (python-send-region): Ensure, that the
6910 temporary file is created also in the remote case.
6911
6912 2012-06-06 Glenn Morris <rgm@gnu.org>
6913
6914 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6915 (vc-rcs-update-changelog): Use it.
6916
6917 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6918
6919 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6920 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6921 (vc-sccs-diff): Replace use of the external vcdiff script.
6922
6923 2012-06-05 Glenn Morris <rgm@gnu.org>
6924
6925 * ledit.el: Move to obsolete/.
6926
6927 2012-06-05 Sam Steingold <sds@gnu.org>
6928
6929 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6930 patch (Bug#11140).
6931
6932 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6933
6934 * emacs-lisp/cust-print.el: Move to obsolete.
6935
6936 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6937 compiler-macro expansion.
6938
6939 Add native compiler-macro support.
6940 * emacs-lisp/macroexp.el (macroexpand-all-1):
6941 Support compiler-macros directly. Properly follow aliases and apply
6942 the compiler macros more thoroughly.
6943 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6944 macroexpand now properly follows aliases.
6945 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6946 (cl-compiler-macroexpand): Use new prop.
6947 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6948
6949 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6950
6951 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6952
6953 * window.el (get-lru-window, get-mru-window, get-largest-window):
6954 New argument NOT-SELECTED to avoid picking the selected window.
6955 (window--display-buffer-1, window--display-buffer-2): Replace by
6956 new function window--display-buffer
6957 (display-buffer-same-window, display-buffer-reuse-window)
6958 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6959 Use window--display-buffer.
6960 (display-buffer-use-some-window): Remove temporary dedication
6961 hack by calling get-lru-window and get-largest-window with
6962 NOT-SELECTED argument non-nil. Call window--display-buffer.
6963
6964 2012-06-05 Glenn Morris <rgm@gnu.org>
6965
6966 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6967 Replace external vcdiff script.
6968
6969 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6972
6973 2012-06-04 Chong Yidong <cyd@gnu.org>
6974
6975 * image.el (imagemagick-types-inhibit): Revert last change.
6976 Add INFO and M.
6977 (imagemagick-enabled-types): Remove CIN and EPS*.
6978
6979 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * emacs-lisp/cl-lib.el: Rename from cl.el.
6982 * emacs-lisp/cl.el: New compatibility file.
6983 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6984 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6985 to obey the "cl-" prefix.
6986 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6987
6988 2012-06-03 Glenn Morris <rgm@gnu.org>
6989
6990 * emacs-lisp/authors.el (authors-aliases): Addition.
6991
6992 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6993 Fix :version.
6994
6995 2012-06-03 Stefan Merten <smerten@oekonux.de>
6996
6997 * textmodes/rst.el: Add comments.
6998 (rst-transition, rst-adornment): New faces.
6999 (rst-adornment-faces-alist): Make default safe to reevaluate.
7000 Fixes
7001 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7002 Improve customization tags.
7003 (rst-define-level-faces): Clarify meaning.
7004
7005 2012-06-03 Chong Yidong <cyd@gnu.org>
7006
7007 * progmodes/compile.el (compilation-mode-line-fail)
7008 (compilation-mode-line-run, compilation-mode-line-exit):
7009 New faces.
7010 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7011
7012 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7013
7014 * progmodes/which-func.el (which-func-update-ediff-windows):
7015 New function. Use it in ediff-select-hook (Bug#11478).
7016
7017 2012-06-03 Chong Yidong <cyd@gnu.org>
7018
7019 * bindings.el: Remove explicit help text from format-mode-line.
7020 It is now supplied by mode-line-default-help-echo.
7021 (mode-line-front-space, mode-line-end-spaces)
7022 (mode-line-misc-info): New variables.
7023 (mode-line-modes, mode-line-position): Move the default value to
7024 the variable definition.
7025 (mode-line-default-help-echo): New defcustom.
7026 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7027 (mode-line-modified-help-echo): New functions.
7028 (mode-line-mule-info, mode-line-modified): Use them.
7029 (mode-line-eol-desc, propertized-buffer-identification):
7030 Consistency fixes for help text.
7031 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7032 set-buffer-file-coding-system (Bug#289).
7033 (mode-line-mule-info-help-echo): Update help text.
7034
7035 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * simple.el (execute-extended-command): Set real-this-command
7038 (bug#11506).
7039
7040 2012-06-02 Chong Yidong <cyd@gnu.org>
7041
7042 Remove incorrect uses of "modeline" in comments, docstrings, and
7043 function/variable names (Bug#10329).
7044
7045 * cus-edit.el (mode-line):
7046 * dframe.el (dframe-mouse-hscroll):
7047 * emacs-lisp/re-builder.el:
7048 * emacs-lisp/easy-mmode.el (define-minor-mode):
7049 * frame.el (set-frame-name):
7050 * help.el (lookup-minor-mode-from-indicator):
7051 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7052 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7053 (c-toggle-hungry-state):
7054 * progmodes/antlr-mode.el (antlr-language-alist):
7055 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7056 * progmodes/vhdl-mode.el (vhdl-mode):
7057 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7058 * term/ns-win.el (ns-face-at-pos):
7059 * term/sup-mouse.el (sup-mouse-report):
7060 * textmodes/flyspell.el (flyspell-mode-line-string):
7061 * textmodes/ispell.el (ispell-highlight-face):
7062 * textmodes/reftex-global.el:
7063 * vc/vc-arch.el (vc-arch-mode-line-string):
7064 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7065 * vc/vc-git.el (vc-git-mode-line-string):
7066 * vc/vc-hooks.el (vc-display-status)
7067 (vc-default-mode-line-string):
7068 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7069
7070 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7071
7072 * dired.el (dired-sort-set-mode-line): Rename from
7073 dired-sort-set-modeline. All callers changed.
7074
7075 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7076 eshell-status-in-modeline.
7077
7078 * foldout.el (foldout-mode-line-string): Rename from
7079 foldout-modeline-string. All callers changed.
7080 (foldout-update-mode-line): Rename from foldout-update-modeline.
7081
7082 * subr.el (redraw-modeline): Make into obsolete alias.
7083
7084 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7085 timeclock-modeline-display. Make old name an alias.
7086 (timeclock-update-mode-line): Likewise. All callers changed.
7087 (timeclock-mode-line-display): No need to check before using
7088 add-hook.
7089 (timeclock-relative, timeclock-day-over-hook)
7090 (timeclock-use-elapsed, timeclock-mode-string)
7091 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7092
7093 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7094 crisp-mode-modeline-string.
7095
7096 * play/solitaire.el (solitaire-build-mode-line): Rename from
7097 solitaire-build-modeline. All callers changed.
7098
7099 * play/zone.el (zone-hiding-mode-line): Rename from
7100 zone-hiding-modeline. All callers changed.
7101 (zone): Remove unusued `modeline-hidden-level' property.
7102
7103 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7104 xscheme-modeline-initialize. All callers changed.
7105
7106 * strokes.el (strokes-lighter): Rename from
7107 strokes-modeline-string.
7108
7109 * textmodes/sgml-mode.el (html-face-tag-alist)
7110 (html-tag-face-alist): Use mode-line face instead of obsolete
7111 alias modeline.
7112
7113 2012-06-02 Stefan Merten <smerten@oekonux.de>
7114
7115 * textmodes/rst.el: Always require `cl'.
7116 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7117
7118 2012-06-02 Chong Yidong <cyd@gnu.org>
7119
7120 * image.el (imagemagick-enabled-types): Rename from
7121 imagemagick-types-enable. Add many more types.
7122 (imagemagick-types-inhibit): Change default to nil.
7123 (imagemagick-filter-types): Caller changed.
7124
7125 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7126
7127 * emacs-lisp/cl-macs.el: Use backquotes.
7128 (cl-transform-function-property): Use eval-and-compile rather than
7129 abusing `require'.
7130 (defstruct): Use declare-function instead of with-no-warnings.
7131
7132 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7133 (byte-compile-output-docform): Re-add the print-circle bindings.
7134 (byte-compile-fix-header): Use #$ just because it's shorter.
7135 (byte-compile-output-file-form): Remove defun/defmacro.
7136
7137 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7138
7139 * simple.el (choose-completion): Remove now obsolete binding for
7140 owindow.
7141
7142 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7143
7144 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7145 in order to avoid "Stack overflow in regexp matcher".
7146
7147 2012-05-31 Glenn Morris <rgm@gnu.org>
7148
7149 * image.el: For clarity, call imagemagick-register-types at
7150 top-level, rather than relying on a custom :initialize.
7151 (imagemagick-types-enable): New option. (Bug#11557)
7152 (imagemagick-filter-types): New function. (Bug#7406)
7153 (imagemagick-register-types): Use imagemagick-filter-types.
7154 If disabling support, remove elements altogether rather
7155 than using an impossible regexp.
7156 (imagemagick-types-inhibit): Give it the default init function.
7157
7158 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7161 Handle arbitrary file name lengths (Bug#11585).
7162
7163 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7164
7165 * desktop.el (desktop-read): Clear previous and next buffers for
7166 all windows and bury *Messages* buffer (bug#11556).
7167
7168 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 Add `declare' for `defun'. Align `defmacro's with it.
7171 * emacs-lisp/easy-mmode.el (define-minor-mode)
7172 (define-globalized-minor-mode): Don't autoload the var definitions.
7173 * emacs-lisp/byte-run.el: Use lexical-binding.
7174 (defun-declarations-alist, macro-declarations-alist): New vars.
7175 (defmacro, defun): Use them.
7176 (make-obsolete, define-obsolete-function-alias)
7177 (make-obsolete-variable, define-obsolete-variable-alias):
7178 Use `declare'.
7179 (macro-declaration-function): Mark obsolete.
7180 * emacs-lisp/autoload.el: Use lexical-binding.
7181 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7182
7183 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7184
7185 * textmodes/ispell.el (ispell-with-no-warnings):
7186 Define as a macro.
7187 (ispell-kill-ispell, ispell-change-dictionary):
7188 Use `called-interactively-p' for Emacs instead of obsolete
7189 `interactive-p'.
7190
7191 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7194 (macro-declaration-function): Move var from C code.
7195 (macro-declaration-function): Define function with defalias.
7196 * emacs-lisp/macroexp.el (macroexpand-all-1):
7197 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7198 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7199 defun/defmacro any more.
7200 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7201 Provide fallback for unknown arglist.
7202 (byte-compile-arglist-warn): Change calling convention.
7203 (byte-compile-output-file-form): Move print-vars binding.
7204 (byte-compile-output-docform): Simplify accordingly.
7205 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7206 (byte-compile-defmacro-declaration): Remove.
7207 (byte-compile-file-form-defmumble): Generalize to defalias.
7208 (byte-compile-output-as-comment): Return byte-positions.
7209 Simplify callers accordingly.
7210 (byte-compile-lambda): Use `assert'.
7211 (byte-compile-defun, byte-compile-defmacro): Remove.
7212 (byte-compile-file-form-defalias):
7213 Use byte-compile-file-form-defmumble.
7214 (byte-compile-defalias-warn): Remove.
7215
7216 2012-05-29 Stefan Merten <smerten@oekonux.de>
7217
7218 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7219 possible. Fix authors. Improve comments. Improve loading of `cl'.
7220
7221 (rst-mode-abbrev-table): Merge definition.
7222 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7223 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7224
7225 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7226
7227 * calendar/icalendar.el
7228 (icalendar-export-region): Export UID properly.
7229
7230 2012-05-29 Leo Liu <sdl.web@gmail.com>
7231 * calendar/icalendar.el (icalendar-import-format):
7232 Add `icalendar-import-format-uid' (Bug#11525).
7233 (icalendar-import-format-uid): New.
7234 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7235 Export UID.
7236
7237 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7240 different alternative patterns.
7241 (pcase-codegen): Be more careful to preserve identity.
7242 (pcase--u1): Don't forget to mark vars as used.
7243
7244 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7245 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7246 (byte-compile-from-buffer): ...rather than here.
7247
7248 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7249 functions from byte-compile-function-environment.
7250
7251 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7252
7253 * window.el (window-deletable-p): Avoid deleting the root window
7254 of a frame with an active minibuffer.
7255
7256 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7257
7258 * simple.el (choose-completion): Use quit-window (Bug#11567).
7259
7260 2012-05-29 Chong Yidong <cyd@gnu.org>
7261
7262 * whitespace.el (whitespace-cleanup): Fix usage of
7263 whitespace-empty-at-bob-regexp (Bug#11492).
7264
7265 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7266
7267 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7268 revert (Bug#11488).
7269
7270 2012-05-29 Juri Linkov <juri@jurta.org>
7271
7272 * isearch.el (isearch-mode-map): Bind `M-s _' to
7273 `isearch-toggle-symbol'. Bind `M-s c' to
7274 `isearch-toggle-case-fold'.
7275 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7276 (isearch-forward): Add `M-s _' to the docstring.
7277 (isearch-forward-symbol, isearch-toggle-case-fold)
7278 (isearch-symbol-regexp): New functions. (Bug#11381)
7279
7280 2012-05-29 Juri Linkov <juri@jurta.org>
7281
7282 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7283 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7284 a function, call it to get the regexp.
7285 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7286 property `isearch-message-prefix' instead of the string "word ".
7287 (isearch-search-fun-default): For the case of `isearch-word',
7288 return a lambda that calls re-search-forward/re-search-backward
7289 with a regexp returned by `word-search-regexp' or by the function
7290 in `isearch-word'.
7291
7292 2012-05-29 Juri Linkov <juri@jurta.org>
7293
7294 * isearch.el (isearch-search-fun-default): New function.
7295 (isearch-search-fun): Move default part to the new function
7296 `isearch-search-fun-default'.
7297 (isearch-search-fun-function): Set the default value to
7298 `isearch-search-fun-default'. (Bug#11381)
7299
7300 * comint.el (comint-history-isearch-end):
7301 Use `isearch-search-fun-default'.
7302 (comint-history-isearch-search): Use `isearch-search-fun-default'
7303 and remove spacial case for `isearch-word'.
7304 (comint-history-isearch-wrap): Remove spacial case for
7305 `isearch-word'.
7306
7307 * hexl.el (hexl-isearch-search-function):
7308 Use `isearch-search-fun-default'.
7309
7310 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7311 Use `word-search-regexp' for `isearch-word'.
7312
7313 * misearch.el (multi-isearch-search-fun):
7314 Use `isearch-search-fun-default'.
7315
7316 * simple.el (minibuffer-history-isearch-search):
7317 Use `isearch-search-fun-default' and remove spacial case for
7318 `isearch-word'.
7319 (minibuffer-history-isearch-wrap): Remove spacial case for
7320 `isearch-word'.
7321
7322 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7323 Remove spacial case for `isearch-word'.
7324 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7325
7326 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7327
7328 Decrease XEmacs incompatibilities.
7329 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7330 Use `string-match'.
7331 (flyspell-delete-region-overlays): Use alternative definition for
7332 XEmacs.
7333 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7334 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7335 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7336 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7337 `define-obsolete-face-alias' under XEmacs, but old method.
7338
7339 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7340 `with-no-warnings' definition or Emacs alias.
7341 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7342 (ispell-word): Do not use `region-p' if XEmacs.
7343
7344 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7345
7346 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7347 Check for `ispell-dictionary-base-alist' instead of full
7348 `ispell-dictionary-alist'.
7349 (ispell-init-process): Show spellchecker when starting new Ispell
7350 process.
7351
7352 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7355 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7356
7357 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7358
7359 * version.el (motif-version-string, gtk-version-string)
7360 (ns-version-string): Declare.
7361
7362 2012-05-27 Juri Linkov <juri@jurta.org>
7363
7364 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7365 after the `eval-defun-1' specialcaseing
7366 like in `edebug-eval-defun' (bug#10181).
7367
7368 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7369 like in `eval-defun-1'.
7370
7371 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7372
7373 * mail/sendmail.el (mail-yank-region):
7374 Recognize rmail-yank-current-message in addition to insert-buffer.
7375 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7376 a *mail* buffer created through rmail-start-mail with sendmail as
7377 mail-user-agent.
7378
7379 2012-05-27 Chong Yidong <cyd@gnu.org>
7380
7381 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7382 Default to 256 (Bug#11267).
7383
7384 * help.el (describe-mode): Doc fix.
7385
7386 2012-05-26 Glenn Morris <rgm@gnu.org>
7387
7388 * w32-fns.el (w32-init-info): Remove.
7389 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7390
7391 * info.el (info-initialize): For self-contained NS builds, put the
7392 included info/ directory at the front. (Bug#2791)
7393
7394 * paths.el (Info-default-directory-list): Make it a defcustom,
7395 mainly so that we can use custom-initialize-delay.
7396
7397 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * subr.el (buffer-has-markers-at): Mark obsolete.
7400
7401 * subr.el (lambda): Use declare.
7402
7403 * emacs-lisp/lisp-mode.el (lambda):
7404 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7405
7406 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7407
7408 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7409
7410 2012-05-26 Glenn Morris <rgm@gnu.org>
7411
7412 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7413
7414 2012-05-25 Glenn Morris <rgm@gnu.org>
7415
7416 * paths.el: Remove no-byte-compile.
7417 * loadup.el: No need to load paths.el uncompiled.
7418
7419 * image.el (imagemagick-types-inhibit): Doc fix.
7420
7421 * version.el: Remove no-byte-compile and associated formatting.
7422 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7423 is ancient code from when there was an "inc-vers.el".
7424
7425 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * progmodes/gdb-mi.el: Minor style changes.
7428 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7429 Turn into minor modes.
7430 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7431 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7432 (gdb-shell): Remove unneeded let-binding.
7433 (gdb-get-many-fields): Eliminate O(n²) behavior.
7434
7435 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7436
7437 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7438 platforms that don't link in fontset.c.
7439
7440 2012-05-25 Juri Linkov <juri@jurta.org>
7441
7442 Use the same diff color scheme as in modern VCSes (bug#10181).
7443
7444 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7445 to avoid confusion with `diff-added' that now uses green colors.
7446 (diff-removed): Use shades of red.
7447 (diff-added): Use shades of green.
7448 (diff-changed): Leave just the yellow color.
7449 (diff-use-changed-face): New variable.
7450 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7451 how to highlight context diff changes.
7452 (diff-refine-change): Use shades of yellow.
7453 (diff-refine-removed): New face that uses shades of red.
7454 (diff-refine-added): New face that uses shades of green.
7455 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7456 `diff-refine-removed' in the call to `smerge-refine-subst'
7457 depending on the value of `diff-use-changed-face'.
7458
7459 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7460 (smerge-other): Use shades of green.
7461 (smerge-base): Use shades of yellow.
7462 (smerge-refined-change): Empty face.
7463 (smerge-refined-removed): New face that uses shades of red.
7464 (smerge-refined-added): New face that uses shades of green.
7465 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7466 args `props-r' and `props-a', and use them. Doc fix.
7467 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7468 on its value use different faces `smerge-refined-change',
7469 `smerge-refined-removed', `smerge-refined-added' in the call to
7470 `smerge-refine-subst'.
7471
7472 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7473 Add face condition `min-colors 88' with shades of red.
7474 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7475 `min-colors 88' with shades of green.
7476 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7477 `min-colors 88' with shades of yellow.
7478
7479 2012-05-24 Glenn Morris <rgm@gnu.org>
7480
7481 * paths.el (prune-directory-list, remote-shell-program): Move to...
7482 * files.el (prune-directory-list, remote-shell-program): ...here.
7483 For the latter, delay initialization, prefer ssh, just search PATH.
7484
7485 * paths.el (term-file-prefix): Move to faces.el (the only user).
7486 * faces.el (term-file-prefix): Move here, make it a defcustom.
7487
7488 * paths.el (news-directory, news-path, news-inews-program):
7489 Move to gnus/nnspool.el.
7490
7491 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7492
7493 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7494 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7495 Make the latter a defcustom, with a delayed initialization.
7496
7497 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7498 These were deleted from Gnus itself late 2010.
7499
7500 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7501
7502 * progmodes/which-func.el (which-func-ff-hook):
7503 Check against user-error, not error.
7504
7505 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7506 cl-specs.el, which no longer exists.
7507
7508 2012-05-22 Glenn Morris <rgm@gnu.org>
7509
7510 * info.el (info-emacs-bug): New command.
7511 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7512 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7513
7514 2012-05-21 Glenn Morris <rgm@gnu.org>
7515
7516 * makefile.w32-in (update-subdirs-SH):
7517 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7518
7519 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7522
7523 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7524 Simplify Maven regexp, and make sure the file can't start with a space
7525 (bug#11517).
7526
7527 2012-05-21 Glenn Morris <rgm@gnu.org>
7528
7529 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7530 Scrap superfluous subshells.
7531
7532 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7535 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7536
7537 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7538
7539 * calc/calc.el (calc-ensure-consistent-units): New variable.
7540
7541 * calc/calc-units.el (math-consistent-units-p)
7542 (math-check-unit-consistency): New functions.
7543 (calc-quick-units, calc-convert-units):
7544 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7545 is non-nil.
7546 (calc-extract-units): Fix typo.
7547
7548 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7551
7552 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7553 (flyspell-default-deplacement-commands): Don't spell check after
7554 repeated window/frame switches (e.g. triggered by mouse-movement).
7555 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7556 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7557 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7558 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7559 Remove unused vars.
7560 (flyspell-get-casechars, flyspell-get-not-casechars):
7561 Simplify; Don't bother removing a ] just to add it back.
7562 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7563
7564 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7565
7566 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7567 New functions.
7568 (math-function-table): Add support for more C functions.
7569
7570 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7571
7572 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7573 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7574 Protect delay handling for otherchars against empty otherchars.
7575
7576 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7579 their respective macro declarations.
7580 * skeleton.el (define-skeleton):
7581 * progmodes/compile.el (define-compilation-mode):
7582 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7583 (define-ibuffer-filter):
7584 * emacs-lisp/generic.el (define-generic-mode):
7585 * emacs-lisp/easy-mmode.el (define-minor-mode)
7586 (define-globalized-minor-mode):
7587 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7588 * emacs-lisp/byte-run.el (defsubst):
7589 * custom.el (deftheme): Add doc-string metadata.
7590
7591 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7594
7595 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7598
7599 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7600 * emacs-lisp/cl-macs.el: Idem.
7601 * emacs-lisp/cl-specs.el: Remove.
7602
7603 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 Minor renaming of internal CL functions and variables.
7606 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7607 (cl--position): Rename from cl-position.
7608 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7609 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7610 (cl--random-state): Rename from *random-state*.
7611
7612 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7615 parens around the arg list (bug#11499).
7616
7617 2012-05-17 Juri Linkov <juri@jurta.org>
7618
7619 * isearch.el (word-search-regexp, word-search-backward)
7620 (word-search-forward, word-search-backward-lax)
7621 (word-search-forward-lax): Move functions from search.c
7622 (bug#10145, bug#11381).
7623
7624 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7625
7626 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7627 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7628 Delay for otherchars as for normal word components.
7629
7630 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * minibuffer.el (completion--sifn-requote): Fix last change.
7633 (minibuffer-local-must-match-filename-map):
7634 Move define-obsolete-variable-alias before its var.
7635
7636 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7637
7638 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7639
7640 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7641 behavior.
7642 (completion--string-equal-p): New function.
7643 (completion--twq-all): Use it to get better assertion failure data.
7644
7645 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7646 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7647 (shell--requote-argument): New functions.
7648 (shell-completion-vars): Use them.
7649 (shell--parse-pcomplete-arguments): Rename from
7650 shell-parse-pcomplete-arguments.
7651 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7652 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7653 Obey comint-file-name-quote-list.
7654
7655 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7656 (smie-indent-keyword): Use it.
7657
7658 2012-05-14 Stefan Merten <smerten@oekonux.de>
7659
7660 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7661
7662 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * net/rlogin.el (rlogin-mode-map): Fix last change.
7665
7666 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7667
7668 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7669 the following \r\n using a single `process-send-string', since the
7670 Lotus SMTP server refuses to accept any commands if they are sent
7671 with two `process-send-string's (Bug#11444).
7672
7673 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * shell.el (shell-parse-pcomplete-arguments):
7676 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7677
7678 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7679
7680 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7681 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7682 (image-transform-width, image-transform-fit-width): New functions.
7683 (image-transform-properties): Use them.
7684 (image-transform-check-size): New function.
7685 (image-toggle-display-image): Use it (for testing).
7686 (image-transform-set-rotation): Reduce angle mod 360.
7687 Delete obsolete comment.
7688
7689 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7690
7691 * image-mode.el: Fix scaling (bug#11399).
7692 (image-transform-resize): Doc fix.
7693 (image-transform-properties): Default scale is 1 and height should
7694 be an integer.
7695
7696 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7697
7698 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7699 than hard-coding `car', to fix misbehavior when moving forward.
7700
7701 2012-05-13 Chong Yidong <cyd@gnu.org>
7702
7703 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7704 (tabulated-list-entries, tabulated-list-padding)
7705 (tabulated-list-sort-key): Make permanent-local.
7706
7707 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7708 (electric-buffer-list): Put electric buffer menu
7709 command descriptions in this docstring, instead of the docstring
7710 of electric-buffer-menu-mode. Code cleanups.
7711 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7712 Electric-buffer-menu-mode.
7713 (electric-buffer-update-highlight): Minor code cleanup.
7714
7715 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7716
7717 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7718 (Bug#11447)
7719
7720 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 Move define-obsolete-variable-alias before the var's definition.
7723 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7724 * tooltip.el (tooltip-hook):
7725 * textmodes/reftex-toc.el (reftex-toc-map):
7726 * textmodes/reftex-sel.el (reftex-select-label-map)
7727 (reftex-select-bib-map):
7728 * textmodes/reftex-index.el (reftex-index-map)
7729 (reftex-index-phrases-map):
7730 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7731 * progmodes/meta-mode.el (meta-mode-map):
7732 * novice.el (disabled-command-hook):
7733 * loadhist.el (unload-hook-features-list):
7734 * frame.el (blink-cursor):
7735 * files.el (find-file-not-found-hooks, write-file-hooks)
7736 (write-contents-hooks):
7737 * emulation/tpu-edt.el (GOLD-map):
7738 * emacs-lock.el (emacs-lock-from-exiting):
7739 * emacs-lisp/generic.el (generic-font-lock-defaults):
7740 * emacs-lisp/chart.el (chart-map):
7741 * dos-fns.el (register-name-alist):
7742 * dired-x.el (dired-omit-files-p):
7743 * desktop.el (desktop-enable):
7744 * cus-edit.el (custom-mode-hook):
7745 * buff-menu.el (buffer-menu-mode-hook):
7746 * bookmark.el (bookmark-read-annotation-text-func)
7747 (bookmark-exit-hooks):
7748 * allout.el (allout-mode-deactivate-hook)
7749 (allout-exposure-change-hook, allout-structure-added-hook)
7750 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7751 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7752 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7753 comes before the corresponding variable's definition.
7754
7755 2012-05-12 Chong Yidong <cyd@gnu.org>
7756
7757 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7758 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7759 (Buffer-menu-mode-map): Bind it.
7760 (Buffer-menu--pretty-name): Add a mouse-face property.
7761
7762 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7765 (prolog-upper-case-string, prolog-lower-case-string)
7766 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7767 (prolog-use-smie, prolog-smie-grammar): New vars.
7768 (prolog-smie-forward-token, prolog-smie-backward-token)
7769 (prolog-smie-rules): New funs.
7770 (prolog-comment-indent): Remove.
7771 (prolog-mode-variables): Use default comment indentation instead.
7772 Setup SMIE.
7773 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7774 (prolog-mode): Don't call them any more.
7775 (prolog-electric-colon, prolog-electric-dash)
7776 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7777
7778 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7779
7780 * minibuffer.el (completion--twq-all): Again, allow case differences.
7781
7782 * term.el: Move keymap initialization code to be more idiomatic.
7783 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7784 (term-terminal-menu): Move initialization into declaration.
7785 (term-escape-char): Let the user set it in her .emacs.
7786
7787 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7788 Provide SMIE-based indentation (not enabled by default yet).
7789 (sh-mode-map): Don't bind electric keys.
7790 Use electric-pair-mode instead of skeleton-pair.
7791 (sh-assignment-regexp): Fit within 80 columns.
7792 (sh-indent-supported): Specify actual shell name instead of boolean.
7793 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7794 (sh-maybe-here-document): Use it. Make obsolete.
7795 (sh-electric-here-document-mode) New minor mode.
7796 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7797 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7798 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7799 (sh-smie-rc-grammar, sh-use-smie): New vars.
7800 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7801 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7802 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7803 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7804 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7805 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7806 (sh-set-shell): Use smie-setup if requested.
7807
7808 * term.el (term-set-escape-char): Properly set term-escape-char.
7809 See http://stackoverflow.com/questions/10524656.
7810
7811 2012-05-10 Chong Yidong <cyd@gnu.org>
7812
7813 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7814 Use url-generic-parse-url, and handle host names and Windows
7815 filenames properly.
7816 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7817 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7818 URL schemes to work on.
7819 (ffap--toggle-read-only): New function.
7820 (ffap-read-only, ffap-read-only-other-window)
7821 (ffap-read-only-other-frame): Use it.
7822 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7823 necessary for ffap-url-unwrap-remote.
7824
7825 2012-05-10 Dave Abrahams <dave@boostpro.com>
7826
7827 * cus-start.el (create-lockfiles): Add it.
7828
7829 2012-05-09 Chong Yidong <cyd@gnu.org>
7830
7831 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7832 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7833
7834 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7837
7838 2012-05-09 Chong Yidong <cyd@gnu.org>
7839
7840 * ansi-color.el (ansi-color-process-output): Check for validity of
7841 comint-last-output-start before using it. This avoids a bad
7842 interaction with gdb-mi's input/output buffer.
7843
7844 2012-05-09 Glenn Morris <rgm@gnu.org>
7845
7846 * files.el (dir-locals-read-from-file):
7847 Mention dir-locals in any error message.
7848
7849 2012-05-09 Chong Yidong <cyd@gnu.org>
7850
7851 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7852 package (Bug#11410).
7853
7854 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7855 variables into description.
7856
7857 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7860 shell-delimiter-argument-list (bug#11348).
7861 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7862
7863 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7864
7865 * textmodes/rst.el: Silence byte-compiler warnings.
7866 (rst-re-alist, rst-reset-section-caches): Move around.
7867 (rst-re): Use `characterp', not `char-valid-p'.
7868 (font-lock-beg, font-lock-end): Declare.
7869
7870 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7871 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7872
7873 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7874
7875 2012-05-08 Glenn Morris <rgm@gnu.org>
7876
7877 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7878
7879 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * vc/log-edit.el: Add GNU coding standards highlighting.
7882 (log-edit-font-lock-gnu-style)
7883 (log-edit-font-lock-gnu-keywords): New vars.
7884 (log-edit-font-lock-keywords): New fun.
7885 (log-edit-mode): Don't fold case in font-lock.
7886 (log-edit-font-lock-keywords): Do not assume case-folding.
7887
7888 * imenu.el: Misc cleanup. Make docstrings out of comments.
7889 Use lexical-binding.
7890 (imenu--index-alist, imenu--last-menubar-index-alist)
7891 (imenu-menubar-modified-tick): Use defvar-local.
7892 (imenu--split-menu): Remove unused var.
7893 (imenu--cleanup-seen): Declare as global.
7894 (imenu--cleanup): Use dolist.
7895
7896 * subr.el (defvar-local): Add debug spec and doc-string position.
7897
7898 2012-05-08 Glenn Morris <rgm@gnu.org>
7899
7900 * language/burmese.el, language/cham.el, language/czech.el:
7901 * language/english.el, language/georgian.el, language/greek.el:
7902 * language/japanese.el, language/khmer.el, language/korean.el:
7903 * language/lao.el, language/misc-lang.el, language/romanian.el:
7904 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7905 * language/thai.el, language/utf-8-lang.el:
7906 Remove no-byte-compile setting.
7907
7908 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7909
7910 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7911
7912 * progmodes/make-mode.el (makefile-browse):
7913 Remove unnecessary interactive. (Bug#11324)
7914
7915 2012-05-07 Glenn Morris <rgm@gnu.org>
7916
7917 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7918
7919 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7920
7921 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * loadup.el: Preload newcomment.el.
7924 * newcomment.el: Move autoload-only code to toplevel.
7925
7926 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7927 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7928 Handle new :right-align column property.
7929 (tabulated-list-print-col): Idem, plus use `display' text-property to
7930 try and preserve alignment for variable pitch fonts.
7931
7932 2012-05-07 Chong Yidong <cyd@gnu.org>
7933
7934 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7935 (tabulated-list-use-header-line): New var.
7936 (tabulated-list-init-header): Use it.
7937 (tabulated-list-print-fake-header): New function.
7938 (tabulated-list-print): Use it.
7939 (tabulated-list-sort-button-map): Add non-header-line commands.
7940 (tabulated-list-init-header): Add column name property to basic
7941 labels as well.
7942 (tabulated-list-col-sort): Handle non-header-line button case.
7943 (tabulated-list--sort-by-column-name): Fix a corner case.
7944
7945 * buff-menu.el (list-buffers--refresh):
7946 Handle Buffer-menu-use-header-line.
7947
7948 2012-05-06 Chong Yidong <cyd@gnu.org>
7949
7950 * buff-menu.el: Convert to Tabulated List mode.
7951 (Buffer-menu-buffer+size-width): Make obsolete.
7952 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7953 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7954 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7955 documentation into docstring of buffer-menu.
7956 (Buffer-menu-toggle-files-only): Add an informative message.
7957 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7958 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7959 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7960 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7961 (Buffer-menu-execute, Buffer-menu-select)
7962 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7963 (Buffer-menu-bury): Use Tabulated List machinery.
7964 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7965 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7966 Delete.
7967 (list-buffers--refresh): New function.
7968 (list-buffers-noselect): Use it.
7969 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7970 (Buffer-menu--pretty-file-name): New helper functions.
7971
7972 * loadup.el: Preload tabulated-list.
7973
7974 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7975 tabulated-list-sort-column.
7976 (tabulated-list-init-header): Add the initial aligning space even
7977 if tabulated-list-padding is zero.
7978
7979 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7980
7981 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7982 whose cdr is not a cons cell correctly (bug#11038).
7983
7984 2012-05-06 Chong Yidong <cyd@gnu.org>
7985
7986 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7987 Accept additional plist in column descriptors.
7988 (tabulated-list-init-header): Obey it.
7989 (tabulated-list-get-entry): New function.
7990 (tabulated-list-put-tag): Use it. Use string-width instead of
7991 length.
7992 (tabulated-list--column-number): New function.
7993 (tabulated-list-print): Use it.
7994 (tabulated-list-print-col): New function.
7995 Set `tabulated-list-column-name' property on each column's text.
7996 (tabulated-list-print-entry): Use it.
7997 (tabulated-list-delete-entry, tabulated-list-set-col):
7998 New functions.
7999 (tabulated-list-sort-column): New command (Bug#11337).
8000
8001 * buff-menu.el (list-buffers): Move C-x C-b binding from
8002 buff-menu.el to bindings.el.
8003
8004 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8005 :advertised-binding feature.
8006
8007 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8008
8009 * progmodes/compile.el (compilation-internal-error-properties):
8010 Calculate start position correctly when end-col is set but
8011 end-line is not (Bug#11382).
8012
8013 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8014
8015 * man.el (Man-unindent): Use text-property-default-nonsticky to
8016 prevent untabify from inheriting face properties (Bug#11408).
8017
8018 2012-05-05 Stefan Merten <smerten@oekonux.de>
8019
8020 * textmodes/rst.el: Major merge with upstream development up to
8021 Docutils SVN r7399 / rst.el V1.2.1.
8022
8023 Clarify maintainership and authors.
8024
8025 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8026 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8027 (rst-official-version, rst-official-cvs-rev, rst-version)
8028 (rst-package-emacs-version-alist): New functions and variables
8029 for version information.
8030
8031 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8032 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8033 (rst-mode-syntax-table, rst-mode): New and corrected functions
8034 and variables representing reStructuredText features.
8035
8036 (rst-re): New function for reStructuredText regexes. Use in
8037 many places.
8038
8039 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8040 (rst-mode-map): Rebind keys.
8041
8042 (rst-mode-lazy, rst-font-lock-keywords)
8043 (rst-font-lock-extend-region)
8044 (rst-font-lock-extend-region-internal)
8045 (rst-font-lock-extend-region-extend)
8046 (rst-font-lock-find-unindented-line-limit)
8047 (rst-font-lock-find-unindented-line-match)
8048 (rst-adornment-level, rst-font-lock-adornment-level)
8049 (rst-font-lock-adornment-match)
8050 (rst-font-lock-handle-adornment-pre-match-form)
8051 (rst-font-lock-handle-adornment-matcher): Major revision of
8052 font-locking. Integrate with other code. Use `jit-lock-mode'.
8053
8054 (rst-preferred-adornments, rst-adjust-hook)
8055 (rst-new-adornment-down, rst-preferred-bullets)
8056 (rst-preferred-bullets, rst-indent, rst-indent-width)
8057 (rst-indent-field, rst-indent-literal-normal)
8058 (rst-indent-literal-minimized, rst-indent-comment): Change,
8059 extend and improve customization.
8060
8061 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8062 (rst-normalize-cursor-position, rst-get-decoration)
8063 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8064 (rst-rstrip, rst-toc-insert-find-delete-contents)
8065 (rst-shift-fill-region, rst-compute-bullet-tabs)
8066 (rst-debug-print-tabs, rst-debug-mark-found)
8067 (rst-shift-region-guts, rst-shift-region-right)
8068 (rst-shift-region-left, rst-use-char-classes)
8069 (rst-font-lock-keywords-function)
8070 (rst-font-lock-indentation-point)
8071 (rst-font-lock-find-unindented-line-begin)
8072 (rst-font-lock-find-unindented-line-end)
8073 (rst-font-lock-find-unindented-line)
8074 (rst-font-lock-adornment-point, rst-font-lock-level)
8075 (rst-adornment-level-alist): Remove functions and variables.
8076
8077 (rst-compare-adornments, rst-get-adornment-match)
8078 (rst-suggest-new-adornment, rst-get-adornments-around)
8079 (rst-adornment-complete-p, rst-get-next-adornment)
8080 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8081 (rst-straighten-adornments): Standardize function names to
8082 use "adornment" instead of "decoration". Correct callers.
8083 Similar standardizing in many places.
8084
8085 (rst-update-section, rst-adjust, rst-promote-region)
8086 (rst-enumerate-region, rst-bullet-list-region)
8087 (rst-repeat-last-character): Correct use of `interactive'.
8088
8089 (rst-classify-adornment, rst-find-all-adornments)
8090 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8091 (rst-find-leftmost-column, rst-repeat-last-character):
8092 Refactor functions.
8093
8094 (rst-find-title-line, rst-reset-section-caches)
8095 (rst-get-adornments-around, rst-adjust-adornment-work)
8096 (rst-arabic-to-roman, rst-roman-to-arabic)
8097 (rst-insert-list-pos, rst-insert-list-new-item)
8098 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8099 New functions.
8100
8101 (rst-all-sections, rst-section-hierarchy)
8102 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8103 New variables.
8104
8105 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8106 configuration instead of only buffer. Change where necessary.
8107
8108 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8109 (rst-shift-region, rst-adaptive-fill): New functions for
8110 indentation and filling.
8111
8112 (rst-comment-line-break, rst-comment-indent)
8113 (rst-comment-insert-comment, rst-comment-region)
8114 (rst-uncomment-region): New functions for handling comments.
8115
8116 (rst-compile): Quote shell arguments.
8117
8118 (rst-compile-pdf-preview, rst-compile-slides-preview):
8119 Delete temporary files after use.
8120
8121 2012-05-05 Glenn Morris <rgm@gnu.org>
8122
8123 * calendar/cal-html.el: Optionally include holidays in the output.
8124 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8125 (cal-html-holidays): New option.
8126 (cal-html-css-default): Add holiday entry.
8127 (holiday-in-range): Autoload it.
8128 (cal-html-htmlify-entry): Add optional class argument.
8129 (cal-html-htmlify-list): Add optional holidays argument.
8130 (cal-html-insert-agenda-days): Include holidays in the output.
8131 (cal-html-one-month): Maybe include holidays.
8132
8133 * calendar/holidays.el (holiday-in-range):
8134 Move here from cal-tex-list-holidays.
8135 * calendar/cal-tex.el (cal-tex-list-holidays):
8136 Make it an obsolete alias for holiday-in-range. Update all callers.
8137
8138 2012-05-05 Chong Yidong <cyd@gnu.org>
8139
8140 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8141 Nextstep.
8142
8143 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8144
8145 * files.el (file-auto-mode-skip): New var.
8146 (set-auto-mode-1): Use it.
8147
8148 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * repeat.el: Use lexical-binding.
8151 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8152 (repeat-undo-count): Remove.
8153 (repeat):
8154 * progmodes/octave-mod.el (octave-abbrev-start):
8155 * progmodes/f90.el (f90-abbrev-start):
8156 * face-remap.el (text-scale-adjust):
8157 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8158
8159 * emacs-lisp/pcase.el (pcase--let*): New function.
8160 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8161 a bit more.
8162 (pcase--split-pred): Be more clever about ruling out overlap between
8163 a predicate and some constant pattern.
8164 (pcase--q1): Use `null' instead of (eq foo nil).
8165
8166 * subr.el (setq-local, defvar-local): New macros.
8167 (kbd): Redefine as an alias.
8168 (with-selected-window): Leave unrelated frames alone.
8169 (set-temporary-overlay-map): New function.
8170
8171 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * subr.el (user-error): New function.
8174 * window.el (switch-to-buffer):
8175 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8176 (smerge-match-conflict):
8177 * simple.el (previous-matching-history-element)
8178 (next-matching-history-element, goto-history-element, undo-more)
8179 (undo-start):
8180 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8181 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8182 (next-file, tags-loop-scan, list-tags, complete-tag):
8183 * progmodes/compile.el (compilation-loop):
8184 * mouse.el (mouse-minibuffer-check):
8185 * man.el (Man-bgproc-sentinel, Man-goto-page):
8186 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8187 (Info-history-forward, Info-follow-reference, Info-menu)
8188 (Info-extract-menu-item, Info-extract-menu-counting)
8189 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8190 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8191 (Info-next-reference, Info-prev-reference, Info-index)
8192 (Info-index-next, Info-follow-nearest-node)
8193 (Info-copy-current-node-name):
8194 * imenu.el (imenu--make-index-alist)
8195 (imenu-default-create-index-function, imenu-add-to-menubar):
8196 * files.el (basic-save-buffer, recover-file):
8197 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8198 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8199 (checkdoc-message-text, checkdoc-defun):
8200 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8201 * cus-edit.el (customize-changed-options, customize-rogue)
8202 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8203 (custom-variable-mark-to-reset-standard)
8204 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8205 (custom-file):
8206 * completion.el (check-completion-length):
8207 * comint.el (comint-search-arg)
8208 (comint-previous-matching-input-string-position)
8209 (comint-previous-matching-input)
8210 (comint-replace-by-expanded-history-before-point, comint-send-input)
8211 (comint-copy-old-input, comint-backward-matching-input)
8212 (comint-goto-process-mark, comint-set-process-mark):
8213 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8214 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8215
8216 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * dabbrev.el (dabbrev--ignore-case-p): New function.
8219 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8220 Use it.
8221
8222 * files.el (automount-dir-prefix): Mark as obsolete.
8223
8224 2012-05-04 Glenn Morris <rgm@gnu.org>
8225
8226 * patcomp.el, play/bruce.el: Move to obsolete/.
8227
8228 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8229
8230 Fix minor Y10k bugs.
8231 * arc-mode.el (archive-unixdate):
8232 * autoinsert.el (auto-insert-alist):
8233 * calc/calc-forms.el (math-this-year):
8234 * emacs-lisp/copyright.el (copyright-current-year)
8235 (copyright-update-year, copyright):
8236 * tar-mode.el (tar-clip-time-string):
8237 * time.el (display-time-update):
8238 Don't assume years have 4 digits.
8239
8240 2012-05-04 Chong Yidong <cyd@gnu.org>
8241
8242 * dos-w32.el (file-name-buffer-file-type-alist)
8243 (direct-print-region-use-command-dot-com):
8244 * ffap.el (ffap-menu-regexp):
8245 * find-file.el (ff-special-constructs):
8246 * follow.el (follow-debug):
8247 * forms.el (forms--debug):
8248 * iswitchb.el (iswitchb-all-frames):
8249 * ido.el (ido-all-frames):
8250 * emacs-lisp/timer.el (timer-max-repeats):
8251 * mail/feedmail.el (feedmail-mail-send-hook)
8252 (feedmail-mail-send-hook-queued):
8253 * mail/footnote.el (footnote-signature-separator):
8254 * mail/mailabbrev.el (mail-alias-separator-string)
8255 (mail-abbrev-mode-regexp):
8256 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8257 * progmodes/idlwave.el (idlwave-libinfo-file)
8258 (idlwave-default-completion-case-is-down)
8259 (idlwave-library-routines): Convert defvars to defcustoms.
8260
8261 * mail/rmail.el (rmail-decode-mime-charset):
8262 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8263 (idlwave-shell-fix-inserted-breaks)
8264 (idlwave-shell-activate-alt-keybindings)
8265 (idlwave-shell-use-breakpoint-glyph):
8266 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8267
8268 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8271
8272 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8273
8274 * progmodes/verilog-mode.el (font-lock-keywords):
8275 Fix mis-highligting auto. Reported by Craig Barner.
8276 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8277 defines from global name space. Reported by Dan Dever.
8278 (verilog-auto-reset, verilog-auto-reset-widths)
8279 (verilog-auto-tieoff): Support using unbased numbers for
8280 AUTORESET and AUTOTIEOFF.
8281 (verilog-submit-bug-report): Update variable list.
8282 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8283 parenthesis from not matching. Reported by Michael Rytting.
8284 (verilog-auto-template-lint): Fix hash error when linting modules
8285 with no used templates.
8286 (verilog-warn, verilog-warn-error)
8287 (verilog-warn-fatal): When non-interactive report multiple
8288 warnings before exiting. Suggested by Brad Dobbie.
8289 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8290 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8291 to report unused template errors. Reported by Brad Dobbie.
8292 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8293 nets, bug438. Reported by Vns Blore.
8294 (verilog-auto-inout-module, verilog-auto-reg)
8295 (verilog-read-decls, verilog-read-sub-decls-sig)
8296 (verilog-signals-edit-wire-reg, verilog-signals-with):
8297 Fix passing of Verilog data types in ANSI input/output ports
8298 such as "output logic" into the AUTOs. Special case "wire" and
8299 "reg" for backwards compatibility presuming Verilog 2001.
8300 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8301 (verilog-preprocess): Fix replication of preprocess output.
8302 Reported by Brad Dobbie.
8303 (verilog-auto-inst-interfaced-ports):
8304 Create verilog-auto-inst-interfaced-ports, bug429.
8305 Reported by Julian Gorfajn.
8306 (verilog-after-save-font-hook)
8307 (verilog-before-save-font-hook): New variable.
8308 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8309 (verilog-save-font-mods): Wrap disabling fontification, reported
8310 by David Rogoff.
8311 (verilog-do-indent, verilog-pretty-declarations-auto)
8312 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8313 Reported by Pierre-David Pfister.
8314 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8315 of class declarations, bug292. Reported by Kevin Heilman.
8316 (verilog-read-decls): Fix 'parameter type' not appearing in
8317 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8318 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8319 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8320 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8321 Reported by David Kravitz.
8322
8323 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8324
8325 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8326 assignment with tests in ifs and for loops.
8327 (verilog-extended-complete-re, verilog-complete-reg): Change so
8328 that DPI inport functions don't look like fuction declarations.
8329 (verilog-pretty-expr): Don't line up assignment
8330 operations to the test and increment in if and for loops
8331 (verilog-extended-complete-re, verilog-complete-reg): Change so
8332 that DPI inport functions don't look like fuction declarations.
8333
8334 2012-05-03 Kenichi Handa <handa@m17n.org>
8335
8336 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8337 decoding, and show a warning message without signaling an error
8338 (Bug#11282).
8339
8340 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * emacs-lisp/bytecomp.el
8343 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8344 since cconv.el might have introduced :fun-body, internal-make-closure,
8345 and friends for bytecomp to handle (bug#11391).
8346 * custom.el (defcustom): Avoid ((λ ..) ..).
8347
8348 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8351
8352 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8353
8354 * notifications.el (dbus-debug):
8355 * term/linux.el (gpm-mouse-enable):
8356 * term/screen.el (xterm-register-default-colors): Declare.
8357
8358 2012-05-02 Chong Yidong <cyd@gnu.org>
8359
8360 * cus-start.el (gc-cons-percentage, exec-suffixes)
8361 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8362 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8363 (make-cursor-line-fully-visible, void-text-area-pointer)
8364 (font-list-limit): Add customization data.
8365
8366 * allout.el (allout-exposure-change-functions)
8367 (allout-structure-added-functions)
8368 (allout-structure-deleted-functions)
8369 (allout-structure-shifted-functions): Rename abnormal hooks from
8370 *-hook, and convert to defcustoms.
8371 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8372 Convert to defcustoms.
8373 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8374
8375 * allout-widgets.el: Hook callers changed.
8376
8377 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8378
8379 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8380 the yanked message in preference to the default value of
8381 buffer-file-coding-system.
8382
8383 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8384
8385 * window.el (display-buffer--action-function-custom-type):
8386 Fix entry.
8387
8388 2012-05-02 Alan Mackenzie <acm@muc.de>
8389
8390 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8391
8392 2012-05-01 Glenn Morris <rgm@gnu.org>
8393
8394 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8395
8396 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8397
8398 * cus-edit.el (custom-variable-documentation): Simplify with format.
8399
8400 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8401 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * simple.el (suggest-key-bindings, execute-extended-command):
8404 Move from keyboard.c.
8405
8406 2012-05-01 Chong Yidong <cyd@gnu.org>
8407
8408 * follow.el: Eliminate advice.
8409 (set-process-filter, process-filter, sit-for): Advice deleted.
8410 (follow-mode-off-hook): Obsolete hook removed.
8411 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8412 Vars deleted.
8413 (follow-auto): Use a :set function.
8414 (follow-mode): Rewritten. Don't advise process filters.
8415 (follow-switch-to-current-buffer-all, follow-scroll-up)
8416 (follow-scroll-down): Assume follow-mode is bound.
8417 (follow-comint-scroll-to-bottom)
8418 (follow-align-compilation-windows): New functions.
8419 (follow--window-sorter): New function.
8420 (follow-all-followers): Use it to explicitly sort windows by their
8421 positions; don't make assumptions about next-window order.
8422 (follow-windows-start-end, follow-delete-other-windows-and-split)
8423 (follow-calc-win-start): Doc fix.
8424 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8425 vertical-motion unnecessarily.
8426 (follow-adjust-window): New function.
8427 (follow-post-command-hook): Use it.
8428 (follow-call-set-process-filter, follow-call-process-filter)
8429 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8430 (follow-stop-intercept-process-output, follow-generic-filter):
8431 Functions deleted.
8432 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8433 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8434 New functions, replacing advice on scroll-bar-* commands.
8435 (follow-mwheel-scroll): New function (Bug#4112).
8436
8437 * comint.el (comint-adjust-point): New function.
8438 (comint-postoutput-scroll-to-bottom): Use it.
8439 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8440
8441 2012-05-01 Glenn Morris <rgm@gnu.org>
8442
8443 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8444 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8445 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8446 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8447 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8448 Remove no-byte-compile setting.
8449
8450 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8453 all-completions code to not return a number in the last cdr.
8454
8455 2012-04-30 Leo Liu <sdl.web@gmail.com>
8456
8457 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8458 read-only error.
8459
8460 2012-04-29 Chong Yidong <cyd@gnu.org>
8461
8462 * follow.el (follow-calc-win-end): Rewrite to handle partial
8463 screen lines correctly (Bug#8390).
8464 (follow-avoid-tail-recenter): Minor cleanup.
8465
8466 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 Avoid the obsolete `assoc' package.
8469 * speedbar.el (speedbar-refresh): Avoid adelete.
8470 (speedbar-file-lists): Simplify and avoid aput.
8471 * man.el (Man--sections, Man--refpages): New vars, replacing
8472 Man-sections-alist and Man-refpages-alist.
8473 (Man-build-section-alist, Man-build-references-alist):
8474 Use them; avoid aput.
8475 (Man--last-section, Man--last-refpage): New vars.
8476 (Man-follow-manual-reference): Use them.
8477 Use the `default' arg of completing-read.
8478 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8479
8480 2012-04-27 Chong Yidong <cyd@gnu.org>
8481
8482 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8483
8484 * startup.el (x-apply-session-resources): New function.
8485
8486 * term/ns-win.el (ns-initialize-window-system):
8487 * term/w32-win.el (w32-initialize-window-system):
8488 * term/x-win.el (x-initialize-window-system): Use it to properly
8489 set menu-bar-mode and other vars from X resources, even if the
8490 initial frame is not a window-system frame (Bug#2299).
8491
8492 * subr.el (read-key): Avoid running filter function when setting
8493 up temporary tool bar entries (Bug#9922).
8494
8495 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8496
8497 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8498 (Bug#11344)
8499
8500 2012-04-27 Chong Yidong <cyd@gnu.org>
8501
8502 * select.el (xselect--encode-string): New function, split from
8503 xselect-convert-to-string.
8504 (xselect-convert-to-string): Use it.
8505 (xselect-convert-to-filename, xselect-convert-to-os)
8506 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8507 returned strings are properly encoded (Bug#11315).
8508
8509 2012-04-27 Chong Yidong <cyd@gnu.org>
8510
8511 * simple.el (delete-active-region): Move to killing custom group.
8512
8513 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8514
8515 * progmodes/which-func.el (which-func-current): Quote %
8516 characters for mode-line processing.
8517
8518 2012-04-27 Chong Yidong <cyd@gnu.org>
8519
8520 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8521 reaching eob (Bug#11286).
8522
8523 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8524
8525 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8526 (gdb): Make it buffer-local and init to zero.
8527 (gdb-control-commands-regexp): New variable.
8528 (gdb-send): Don't wrap in "-interpreter-exec console" if
8529 gdb-control-level is positive. Increment gdb-control-level
8530 whenever the command matches gdb-control-commands-regexp, and
8531 decrement it each time the command is "end". (Bug#11279)
8532
8533 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8534
8535 * window.el (adjust-window-trailing-edge, enlarge-window)
8536 (shrink-window, window-resize):
8537 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8538 windows (Bug#11276).
8539
8540 2012-04-27 Chong Yidong <cyd@gnu.org>
8541
8542 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8543 fix "missing prefix" warning. All callers changed.
8544
8545 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * emacs-lisp/assoc.el: Move to obsolete/.
8548
8549 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8550
8551 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8552
8553 * term/ns-win.el (ns-define-service):
8554 * progmodes/pascal.el (pascal-goto-defun):
8555 * progmodes/js.el (js--read-tab):
8556 * progmodes/etags.el (tags-lazy-completion-table):
8557 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8558 * emacs-lisp/ewoc.el (ewoc--wrap):
8559 * emacs-lisp/assoc.el (aput, adelete, amake):
8560 * doc-view.el (doc-view-convert-current-doc):
8561 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8562
8563 2012-04-26 Chong Yidong <cyd@gnu.org>
8564
8565 * image.el (image-type-from-buffer): Only return supported image
8566 type (Bug#9045).
8567
8568 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8569 value, for symmetry with diff-end-of-hunk.
8570 (diff-split-hunk, diff-find-source-location)
8571 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8572 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8573 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8574 compute the relevant hunk or file properly (Bug#6005).
8575 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8576
8577 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * vc/vc-mtn.el:
8580 * vc/vc-hg.el:
8581 * vc/vc-git.el:
8582 * vc/vc-dir.el:
8583 * vc/vc-cvs.el:
8584 * vc/vc-bzr.el:
8585 * vc/vc-arch.el:
8586 * vc/vc.el: Replace lexical-let by lexical-binding.
8587 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8588 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8589 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8590
8591 2012-04-26 Chong Yidong <cyd@gnu.org>
8592
8593 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8594 (diff-mode-shared-map): Bind it to / and [remap undo].
8595
8596 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8597 (ediff-window-setup-function): Use it as the default, to set up
8598 windows based on whether the current frame is graphical (Bug#2138).
8599 (ediff-choose-window-setup-function-automatically): Make obsolete.
8600
8601 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8602
8603 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * ffap.el: Remove old code for obsolete package.
8606 (ffap-complete-as-file-p): Remove.
8607
8608 Use completion-table-with-quoting for comint and pcomplete.
8609 * comint.el (comint--unquote&requote-argument)
8610 (comint--unquote-argument, comint--requote-argument): New functions.
8611 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8612 (comint-quote-filename): Use regexp-opt-charset.
8613 (comint--common-suffix, comint--common-quoted-suffix)
8614 (comint--table-subvert): Remove.
8615 (comint-unquote-function, comint-requote-function): New vars.
8616 (comint--complete-file-name-data): Use them with
8617 completion-table-with-quoting.
8618 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8619 * pcomplete.el (pcomplete-arg-quote-list)
8620 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8621 (pcomplete-unquote-argument-function): Default to non-nil.
8622 (pcomplete-unquote-argument): Simplify.
8623 (pcomplete--common-quoted-suffix): Remove.
8624 (pcomplete-requote-argument-function): New var.
8625 (pcomplete--common-suffix): New function.
8626 (pcomplete-completions-at-point): Use completion-table-with-quoting
8627 and completion-table-subvert.
8628
8629 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8630 (minibuffer--double-dollars): Preserve properties.
8631 (completion--sifn-requote): New function.
8632 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8633
8634 * minibuffer.el: Add support for completion of quoted/escaped data.
8635 (completion-table-with-quoting, completion-table-subvert): New funs.
8636 (completion--twq-try, completion--twq-all): New functions.
8637 (completion--nth-completion): New function.
8638 (completion-try-completion, completion-all-completions): Use it.
8639
8640 2012-04-25 Leo Liu <sdl.web@gmail.com>
8641
8642 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8643 Use compilation-message if available to find real filename.
8644
8645 2012-04-25 Chong Yidong <cyd@gnu.org>
8646
8647 * vc/diff-mode.el (diff-setup-whitespace): New function.
8648 (diff-mode): Use it.
8649
8650 * vc/diff.el (diff-sentinel):
8651 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8652 Whitespace mode variables based on diff style (Bug#8612).
8653
8654 2012-04-25 Leo Liu <sdl.web@gmail.com>
8655
8656 * progmodes/python.el (python-send-region): Add suffix .py to the
8657 temp file.
8658
8659 * files.el (auto-mode-alist): Use javascript-mode instead.
8660
8661 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8662
8663 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8664
8665 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8666 (soap-resolve-references-for-array-type): Hack to prevent self
8667 references, see Bug#9.
8668 (soap-parse-envelope): Report the contents of the 'detail' node
8669 when receiving a fault reply.
8670 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8671
8672 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8673 (soap-inspect-simple-type): New function.
8674
8675 * net/soap-client.el (soap-simple-type): New struct.
8676 (soap-default-xsd-types, soap-default-soapenc-types)
8677 (soap-decode-basic-type, soap-encode-basic-type):
8678 support unsignedInt and double basic types.
8679 (soap-resolve-references-for-simple-type)
8680 (soap-parse-simple-type, soap-encode-simple-type): New function.
8681 (soap-parse-schema): Parse xsd:simpleType declarations.
8682
8683 * net/soap-client.el (soap-default-xsd-types)
8684 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8685 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8686 the local name of "soapenc:Array".
8687 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8688 decoding integer, byte and anyURI xsd types.
8689
8690 2012-04-25 Chong Yidong <cyd@gnu.org>
8691
8692 * cus-edit.el (custom-buffer-create-internal): Update header text.
8693
8694 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8695
8696 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8697 settings on 'system-type', not on 'window-system'. On MS-Windows,
8698 set interactive-mode on in GDB.
8699
8700 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8703 (ruby-syntax-propertize-regexp): Remove.
8704 (ruby-syntax-propertize-function): Split regexp into chunks.
8705 Match following code directly.
8706
8707 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8708
8709 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8710 (ruby-syntax-propertize-regexp): New function.
8711 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8712 by a special keyword.
8713
8714 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8715 (ruby-syntax-general-delimiters-goto-beg)
8716 (ruby-syntax-propertize-general-delimiters): New functions.
8717 (ruby-syntax-propertize-function): Use them to handle GDL.
8718 (ruby-font-lock-keywords): Move old handling of GDL...
8719 (ruby-font-lock-syntactic-keywords): .. to here.
8720 (ruby-calculate-indent): Adjust indentation for GDL.
8721
8722 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8723
8724 * notifications.el (top): Remove unneeded declarations.
8725 (notifications-specification-version): Change to "1.2".
8726 (notifications-interface, notifications-notify-method)
8727 (notifications-close-notification-method): Fix docstring.
8728 (notifications-get-capabilities-method): New defconst.
8729 (notifications-notify): Add :action-items, :resident and
8730 :transient hints. Change "image_data" to "image-data" and
8731 "image_path" to "image-path".
8732 (notifications-get-capabilities): New defun.
8733
8734 2012-04-24 Leo Liu <sdl.web@gmail.com>
8735
8736 * progmodes/python.el: Move hideshow setup to the end.
8737
8738 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8739
8740 * window.el (handle-select-window): Clear echo area since this is
8741 no more done by read_char (Bug#11304).
8742
8743 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8746 and `/ M' to filter-derived-mode.
8747 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8748 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8749 (ibuffer-mark-by-mode): Use default rather than initial-input.
8750 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8751
8752 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8753
8754 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8755 (ibuffer-filter-by-derived-mode): New filter.
8756 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8757
8758 2012-04-23 Andreas Politz <politza@fh-trier.de>
8759
8760 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8761
8762 2012-04-23 Chong Yidong <cyd@gnu.org>
8763
8764 * cus-edit.el (customize-apropos, customize-apropos-options):
8765 Disable matching of non-option variables (Bug#11176).
8766 (customize-option, customize-option-other-window)
8767 (customize-changed-options): Doc fix.
8768 (customize-apropos-options, customize-apropos-faces)
8769 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8770
8771 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8772 Fix word list splitting (Bug#11132).
8773 (apropos-symbol, apropos-keybinding, apropos-label)
8774 (apropos-property, apropos-function-button)
8775 (apropos-variable-button, apropos-misc-button): New faces.
8776 (apropos-symbol-face, apropos-keybinding-face)
8777 (apropos-label-face, apropos-property-face, apropos-match-face):
8778 Variables removed (Bug#8396).
8779 (apropos-library-button, apropos-format-plist, apropos-print)
8780 (apropos-print-doc, apropos-describe-plist): Callers changed.
8781
8782 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8783
8784 * net/xesam.el (xesam-mode-map): Use let-bound map in
8785 initialization. (Bug#11292)
8786
8787 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8788
8789 Preserve ispell session localwords when switching back to
8790 original buffer.
8791
8792 * textmodes/ispell.el (ispell-buffer-session-localwords):
8793 New buffer-local variable to hold buffer session localwords.
8794 (ispell-kill-ispell): Add option 'clear to delete session
8795 localwords.
8796 (ispell-command-loop, ispell-change-dictionary)
8797 (ispell-buffer-local-words): Preserve session localwords when
8798 needed.
8799
8800 * textmodes/flyspell.el (flyspell-process-localwords)
8801 (flyspell-do-correct): Preserve session localwords when needed.
8802
8803 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8804
8805 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8806 using obsolete `translation-table-for-input'.
8807 (ispell-word, ispell-process-line, ispell-complete-word):
8808 Use plain `insert' instead of removed `ispell-insert-word'.
8809
8810 2012-04-22 Chong Yidong <cyd@gnu.org>
8811
8812 * cus-edit.el (custom-variable-menu)
8813 (custom-variable-reset-saved, custom-face-menu)
8814 (custom-face-reset-saved): If there is no saved value, make the
8815 "reset-saved" operation bring back the default (Bug#9509).
8816 (custom-face-state): Properly detect themed faces.
8817
8818 * faces.el (face-spec-set): Stop supporting deprecated form of
8819 third arg.
8820
8821 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8822
8823 Move functions from C to Lisp. Make non-blocking method calls
8824 the default. Implement further D-Bus standard interfaces.
8825
8826 * net/dbus.el (dbus-message-internal): Declare function.
8827 Remove unneeded function declarations.
8828 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8829 (dbus-message-type-method-return, dbus-message-type-error)
8830 (dbus-message-type-signal): Declare variables. Remove local
8831 definitions.
8832 (dbus-interface-dbus, dbus-interface-peer)
8833 (dbus-interface-introspectable, dbus-interface-properties)
8834 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8835 Adapt docstring.
8836 (dbus-interface-objectmanager): New defconst.
8837 (dbus-call-method, dbus-call-method-asynchronously)
8838 (dbus-send-signal, dbus-method-return-internal)
8839 (dbus-method-error-internal, dbus-register-service)
8840 (dbus-register-signal, dbus-register-method): New defuns, moved
8841 from dbusbind.c
8842 (dbus-call-method-handler, dbus-setenv)
8843 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8844 New defuns.
8845 (dbus-call-method-non-blocking): Make it an obsolete function.
8846 (dbus-unregister-object, dbus-unregister-service)
8847 (dbus-handle-event, dbus-register-property)
8848 (dbus-property-handler): Obey the new structure of
8849 `bus-registered-objects'.
8850 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8851 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8852 Use `dbus-call-method'.
8853
8854 2012-04-22 Chong Yidong <cyd@gnu.org>
8855
8856 * cus-edit.el (custom-commands, custom-reset-menu)
8857 (Custom-reset-standard): Tweak labels.
8858 (custom-reset-button-menu): Change default to t.
8859 (custom-buffer-create-internal): For the custom-reset-button-menu
8860 case, put the revert button first.
8861 (custom-group-subtitle): New face.
8862 (custom-group-value-create): Align docstring to a specific column.
8863
8864 * wid-edit.el (widget-documentation-link-add): Don't handle
8865 indentation in this function.
8866 (widget-documentation-string-indent-to): New function.
8867 (widget-documentation-string-value-create): Use it.
8868
8869 * autorevert.el (auto-revert):
8870 * epg-config.el (epg):
8871 * ibuffer.el (ibuffer):
8872 * mpc.el (mpc):
8873 * ses.el (ses):
8874 * eshell/eshell.el (eshell):
8875 * net/ange-ftp.el (ange-ftp):
8876 * progmodes/ebnf2ps.el (postscript):
8877 * progmodes/flymake.el (flymake):
8878 * progmodes/prolog.el (prolog):
8879 * progmodes/verilog-mode.el (verilog-mode):
8880 * progmodes/which-func.el (which-func):
8881 * term/xterm.el (xterm):
8882 * textmodes/picture.el (picture):
8883 * textmodes/tildify.el (tildify):
8884 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8885 customization buffers.
8886
8887 2012-04-22 Alan Mackenzie <acm@muc.de>
8888
8889 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8890 Adding a ) can hide the resulting (..) from searches. Fix it.
8891 Bound the backward search to the position of the existing (.
8892
8893 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8894
8895 * progmodes/verilog-mode.el (verilog-mode): Check whether
8896 which-func-modes is t before adding verilog-mode.
8897 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8898
8899 2012-04-21 Leo Liu <sdl.web@gmail.com>
8900
8901 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8902
8903 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8904
8905 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8906 filling of the last column of a table (Bug#5635).
8907 (woman-find-next-control-line): New arg, specifying an additional
8908 regexp component for the control line.
8909 (woman2-roff-buffer): Use it.
8910 (woman-break-table): New function.
8911 (woman2-TS): Use it.
8912
8913 2012-04-21 Chong Yidong <cyd@gnu.org>
8914
8915 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8916 (woman-horizontal-escapes, woman-negative-vertical-space)
8917 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8918 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8919
8920 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * minibuffer.el (completion-file-name-table): Complete user names.
8923
8924 2012-04-20 Leo Liu <sdl.web@gmail.com>
8925
8926 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8927 and pcase-let*.
8928
8929 2012-04-20 Chong Yidong <cyd@gnu.org>
8930
8931 * server.el (server-execute): Respect initial-buffer-choice if it
8932 is a string and there are no files to open (Bug#2825).
8933 (server-create-window-system-frame, server-create-tty-frame):
8934 Don't switch buffers here.
8935 (server-process-filter): Only try to open a window system frame if
8936 compiled with graphical support (Bug#8314).
8937
8938 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8939
8940 * battery.el (battery-echo-area-format): Display remaining time
8941 for sysfs backend too (Bug#11269).
8942 (battery-linux-sysfs): Fix conditional for the charge.
8943
8944 2012-04-20 Chong Yidong <cyd@gnu.org>
8945
8946 * progmodes/gdb-mi.el (gdb): Revert previous change.
8947 (gdb-inferior-io--init-proc): New function.
8948 (gdb-init-1): Use it.
8949 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8950 responsible for allocating a new pty and hooking it to gdb when
8951 the old pty gets an EIO due to process exit.
8952 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8953 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8954 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8955
8956 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8957
8958 * window.el (window-min-size, window-sizable, window-min-delta)
8959 (window-max-delta, window--resizable, window-resizable)
8960 (window-total-size, window-full-height-p, window-full-width-p)
8961 (window-in-direction, window--resize-mini-window, window-resize)
8962 (window--resize-child-windows-normal)
8963 (window--resize-child-windows, window--resize-siblings)
8964 (window--resize-this-window, adjust-window-trailing-edge)
8965 (enlarge-window, shrink-window): Doc fixes.
8966
8967 2012-04-20 Chong Yidong <cyd@gnu.org>
8968
8969 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8970 New function to call delete-process on the gdb-inferior buffer's pty.
8971 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8972 pty process (Bug#11273).
8973 (gdb-update): New arg to suppress talking to the gdb process.
8974 (gdb-done-or-error): Use it.
8975 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8976 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8977 sentinel not being called.
8978
8979 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8980
8981 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8982
8983 2012-04-20 Glenn Morris <rgm@gnu.org>
8984
8985 * net/network-stream.el (open-network-stream): Doc fix.
8986
8987 2012-04-20 Chong Yidong <cyd@gnu.org>
8988
8989 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8990
8991 2012-04-20 Alan Mackenzie <acm@muc.de>
8992
8993 Ensure searching for keywords is case sensitive.
8994
8995 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8996 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8997 (c-defun-name, c-mark-function, c-cpp-define-name)
8998 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8999 (c-context-line-break): Bind case-fold-search to nil.
9000
9001 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9002 Bind case-fold-search to nil.
9003
9004 2012-04-20 Chong Yidong <cyd@gnu.org>
9005
9006 * mail/sendmail.el (mail-bury): Call return action with the right
9007 Rmail buffer (Bug#11242).
9008
9009 * server.el (server-process-filter): Handle corner case where both
9010 tty and nowait options are present (Bug#11102).
9011
9012 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9013
9014 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9015 (top level): Put into the executable the ident-style '$Id:' tag on
9016 windows-nt as well.
9017
9018 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * electric.el (electric-indent-post-self-insert-function): Check that
9021 electric-indent-mode is enabled in current buffer.
9022
9023 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9024
9025 * imenu.el (imenu-progress-message): Restore; it is "used" in
9026 erc/erc-imenu.el and net/snmp-mode.el.
9027
9028 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9029
9030 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9031 (mouse-avoidance-nudge-mouse): Remove unused binding.
9032
9033 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9034
9035 * descr-text.el (describe-char):
9036 * progmodes/python.el (python-describe-symbol):
9037 Don't call `toggle-read-only', set `buffer-read-only'.
9038
9039 * imenu.el (imenu-default-goto-function): Mark unused args.
9040 (imenu-progress-message): Remove obsolete macro; all callers changed.
9041
9042 * subr.el (keymap-canonicalize): Remove unused binding.
9043 (read-passwd): Mark unused arg.
9044
9045 * tutorial.el (tutorial--display-changes): Remove unused binding.
9046 (tutorial--save-tutorial-to): Remove unused variable.
9047
9048 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9049 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9050 (package-generate-autoloads, package-menu--generate)
9051 (package-menu--find-upgrades): Remove unused bindings.
9052
9053 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9054 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9055 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9056 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9057 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9058 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9059 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9060 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9061 (cua-delete-char-rectangle): Mark unused args.
9062 (cua-align-rectangle): Remove unused binding.
9063
9064 * mail/rmail.el (compilation--message->loc)
9065 (epa--find-coding-system-for-mime-charset): Declare.
9066
9067 * net/dbus.el (dbus-register-service): Declare.
9068 (dbus-name-owner-changed-handler): Remove unused binding.
9069
9070 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9071 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9072 (nxml-scan-backward-within): Mark unused arg.
9073 (nxml-dynamic-markup-word): Remove unused binding.
9074
9075 * mouse.el (mouse-menu-major-mode-map):
9076 * emacs-lisp/authors.el (authors-scan-change-log)
9077 (authors-add-to-author-list):
9078 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9079 * emacs-lisp/smie.el (smie-auto-fill):
9080 * mail/sendmail.el (mail-bury):
9081 * mail/unrmail.el (unrmail):
9082 * net/tls.el (open-tls-stream):
9083 * textmodes/picture.el (picture-mouse-set-point):
9084 Remove unused bindings.
9085
9086 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
9087
9088 * net/tramp.el (tramp-action-password): Let-bind
9089 `enable-recursive-minibuffers' to t.
9090
9091 2012-04-18 Sam Steingold <sds@gnu.org>
9092
9093 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9094 instead of 'string to accommodate values like [f11].
9095 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9096 * progmodes/gdb-mi.el: Likewise.
9097
9098 2012-04-18 Leo Liu <sdl.web@gmail.com>
9099
9100 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9101 current buffer.
9102 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9103 LOCAL is nil.
9104
9105 2012-04-18 Chong Yidong <cyd@gnu.org>
9106
9107 * simple.el (line-move): Use forward-line if in batch mode
9108 (Bug#11053).
9109
9110 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9111
9112 * files.el (after-find-file): Do not try to add a final newline if
9113 the buffer is read-only (Bug#11156).
9114
9115 2012-04-17 Richard Stallman <rms@gnu.org>
9116
9117 * mail/rmail.el (rmail-start-mail):
9118 Pass (rmail-mail-return...) for the return-action.
9119 Pass (rmail-yank-current-message...) for the yank-action.
9120 (rmail-yank-current-message): New function.
9121 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9122 (rmail-reply): Likewise.
9123 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9124
9125 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9126 buffer, not the last. Reject temp buffers. Use the rmail-mode
9127 buffer, not newbuf.
9128
9129 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9130
9131 * server.el (server-ensure-safe-dir): Simplify.
9132
9133 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * emacs-lisp/smie.el: Provide smarter auto-filling.
9136 (smie-auto-fill): New function.
9137 (smie-setup): Use it.
9138
9139 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9140
9141 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9142
9143 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9144 (comment-indent): Use it.
9145
9146 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9147
9148 * ses.el: The overall change is to add cell renaming, that is
9149 setting fancy names for cell symbols other than name matching
9150 "\\`[A-Z]+[0-9]+\\'" regexp .
9151 (ses-localvars): Add ses--renamed-cell-symb-list.
9152 (ses-create-cell-variable): New defun.
9153 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9154 (ses-relocate-formula): Relocate formulas only for cells the
9155 symbols of which are not renamed, i.e. symbols whose names do not
9156 match regexp "\\`[A-Z]+[0-9]+\\'".
9157 (ses-relocate-all): Relocate values only for cells the symbols of
9158 which are not renamed.
9159 (ses-load): Create cells variables as the (ses-cell ...) are read,
9160 in order to check row col consistency with cell symbol name only
9161 for cells that are not renamed.
9162 (ses-replace-name-in-formula): New defun.
9163 (ses-rename-cell): New defun.
9164
9165 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9166
9167 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9168 New option (bug#11118).
9169 (perl-calculate-indent): Respect it.
9170
9171 2012-04-17 Glenn Morris <rgm@gnu.org>
9172
9173 * dired-aux.el (dired-mark-read-string): Doc fix.
9174
9175 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9176
9177 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9178 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9179
9180 2012-04-17 Glenn Morris <rgm@gnu.org>
9181
9182 * mouse.el (mouse-drag-track):
9183 * speedbar.el (speedbar-frame-mode):
9184 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9185
9186 2012-04-16 Leo Liu <sdl.web@gmail.com>
9187
9188 * progmodes/python.el: Trivial cleanup.
9189
9190 2012-04-16 Glenn Morris <rgm@gnu.org>
9191
9192 * vc/vc.el (vc-string-prefix-p):
9193 * vc/pcvs-util.el (cvs-string-prefix-p):
9194 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9195 * mpc.el (mpc-string-prefix-p):
9196 Make all of these into obsolete aliases for string-prefix-p.
9197 Update callers.
9198 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9199
9200 * textmodes/two-column.el: Move custom options to the start.
9201 (frame-width): Remove compat definition.
9202 (2C-associate-buffer, 2C-dissociate):
9203 Use with-current-buffer rather than save-excursion.
9204 (2C-dissociate): Force a mode-line update.
9205 (2C-autoscroll): Use ignore-errors.
9206
9207 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9208 Autoload trivia.
9209
9210 * emacs-lisp/cl-extra.el (*random-state*):
9211 Remove unnecessary declaration.
9212
9213 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9214
9215 * play/cookie1.el (cookie-snarf):
9216 Give an explicit error if input file cannot be read.
9217
9218 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9219
9220 * progmodes/perl-mode.el (c-macro-expand):
9221 Remove unnecessary autoload (it is in loaddefs.el).
9222
9223 * textmodes/picture.el (picture-desired-column)
9224 (picture-update-desired-column): Convert comments to doc-strings.
9225 (picture-substitute): Remove function.
9226 (picture-mode-map): Initialize in the defvar.
9227
9228 * woman.el: Remove eval-after-load for tar-mode.
9229 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9230 (woman-tar-extract-file): Autoload it.
9231
9232 * frame.el (automatic-hscrolling): Make this alias obsolete.
9233
9234 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9235
9236 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9237 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9238 (ispell-dictionary-base-alist): Revert to original XEmacs
9239 friendly version for default. [:alpha:] will be added in
9240 `ispell-set-spellchecker-params' if needed.
9241
9242 2012-04-16 Chong Yidong <cyd@gnu.org>
9243
9244 * image.el (imagemagick--file-regexp): New variable.
9245 (imagemagick-register-types): Use it.
9246 (imagemagick-types-inhibit): Add :set function. Allow new value
9247 of t to inhibit all types.
9248
9249 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9250 so we can preload it.
9251
9252 * loadup.el (fboundp): Preload regexp-opt, needed by
9253 imagemagick-register-types.
9254
9255 2012-04-15 Chong Yidong <cyd@gnu.org>
9256
9257 * frame.el (scrolling): Remove nearly unused customization group.
9258
9259 * scroll-all.el (scroll-all-mode): Move to windows group.
9260
9261 2012-04-15 Chong Yidong <cyd@gnu.org>
9262
9263 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9264
9265 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9268 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9269
9270 2012-04-15 Glenn Morris <rgm@gnu.org>
9271
9272 * simple.el (process-file-side-effects): Doc fix.
9273
9274 2012-04-15 Glenn Morris <rgm@gnu.org>
9275
9276 * international/mule-cmds.el (set-language-environment): Doc fix.
9277
9278 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9279
9280 * server.el (server-auth-key, server-generate-key): Doc fixes.
9281 (server-get-auth-key): Doc fix. Use `string-match-p'.
9282 (server-start): Reflow docstring.
9283
9284 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9285
9286 * server.el (server-generate-key): `called-interactively-p'
9287 requires a parameter.
9288
9289 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9290
9291 * server.el (server-auth-key): New variable.
9292 (server-generate-key, server-get-auth-key): New function.
9293 (server-start): Use the new variable and functions to allow
9294 setting a permanent server key (bug#9423).
9295
9296 2012-04-14 Leo Liu <sdl.web@gmail.com>
9297
9298 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9299
9300 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9301
9302 Spelling fixes.
9303 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9304 Emacs uses American spelling.
9305
9306 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9307
9308 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9309 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9310 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9311 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9312
9313 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * progmodes/which-func.el (which-func-modes): Change default.
9316
9317 2012-04-14 Kim F. Storm <storm@cua.dk>
9318
9319 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9320 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9321
9322 2012-04-14 Chong Yidong <cyd@gnu.org>
9323
9324 * custom.el (custom-theme-set-variables): Doc fix.
9325
9326 2012-04-14 Glenn Morris <rgm@gnu.org>
9327
9328 * international/mule.el (set-auto-coding-for-load): Doc fix.
9329
9330 2012-04-14 Alan Mackenzie <acm@muc.de>
9331
9332 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9333 imenu work again for Objective C Mode. Correct the *-index values,
9334 these having been disturbed by a previous change in 2011-08.
9335
9336 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9337 Correct two search limits.
9338
9339 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9342
9343 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9344
9345 * international/characters.el: Fix sorting.
9346
9347 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9348
9349 * international/characters.el: Add more missing Latin case pairs.
9350
9351 2012-04-14 Glenn Morris <rgm@gnu.org>
9352
9353 * files.el (dir-locals-set-class-variables): Doc fix.
9354
9355 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9356
9357 * international/characters.el: Add set-case-syntax-pair call for
9358 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9359 counterpart. (Bug#11209)
9360
9361 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9362
9363 2012-04-14 Glenn Morris <rgm@gnu.org>
9364
9365 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9366
9367 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9368
9369 * textmodes/ispell.el (ispell-dictionary-base-alist):
9370 Add data for Hebrew.
9371
9372 2012-04-14 Chong Yidong <cyd@gnu.org>
9373
9374 * net/rcirc.el (rcirc-cmd-quit):
9375 Revert 2012-03-18 change (Bug#11192).
9376
9377 2012-04-14 Glenn Morris <rgm@gnu.org>
9378
9379 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9380
9381 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9382
9383 * minibuffer.el (completion-in-region-mode-map):
9384 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9385
9386 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9387
9388 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9389
9390 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9391
9392 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9393 to allow `C-M-f' and `C-M-b' to move to the nearest path
9394 separator (bug#9511).
9395
9396 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9397
9398 * avoid.el: Require cl when compiling. And also move the
9399 `provide' to the end.
9400
9401 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9402
9403 * avoid.el (mouse-avoidance-banish-position): New variable.
9404 (mouse-avoidance-banish-destination): Use it (bug#10165).
9405
9406 2012-04-13 Leo Liu <sdl.web@gmail.com>
9407
9408 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9409
9410 2012-04-13 Ken Brown <kbrown@cornell.edu>
9411
9412 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9413 this is no longer needed now that cygstart understands file:// URLs.
9414 (browse-url-filename-alist): For the same reason, don't modify
9415 file:// URLs on Cygwin.
9416
9417 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9420 the region on shift if the binding is already shifted (bug#11221).
9421
9422 2012-04-12 Glenn Morris <rgm@gnu.org>
9423
9424 * mail/mailpost.el: Move to obsolete/.
9425
9426 2012-04-12 Drew Adams <drew.adams@oracle.com>
9427
9428 * imenu.el (imenu--generic-function): Ignore invisible definitions
9429 (bug#10123).
9430
9431 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9432
9433 * hexl.el (hexl-bits): New variable.
9434 (hexl-options): Mention the variable in the doc string.
9435 (hexl-rulerise, hexl-line-displen): New functions.
9436 (hexl-mode): Mention the new variable.
9437 (hexl-mode, hexl-current-address, hexl-current-address):
9438 Use the displen.
9439 (hexl-ascii-start-column): New function.
9440 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9441 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9442
9443 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9444
9445 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9446 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9447 the encoding, as expected by hunspell.
9448
9449 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * battery.el (battery--linux-sysfs-regexp): New const.
9452 (battery-status-function): Use it. Remove yeeloong special case.
9453 (battery-yeeloong-sysfs): Remove.
9454 (battery-echo-area-format): Remove yeeloong special case.
9455
9456 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9459 Reported by Noah Friedman.
9460
9461 * subr.el (read-passwd): Use read-string.
9462
9463 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9464
9465 * vcursor.el (vcursor-move): Increase the priority of the overlay
9466 (bug#9663).
9467
9468 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9469
9470 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9471 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9472
9473 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9474
9475 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9476 define-minor-mode (bug#10760).
9477
9478 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9479
9480 * progmodes/grep.el (rgrep): Tweak the find command line so
9481 that directories matching `grep-find-ignored-files' won't be
9482 pruned (bug#10351).
9483
9484 2012-04-11 Chong Yidong <cyd@gnu.org>
9485
9486 * startup.el (command-line): Remove support for long-obsolete
9487 variable font-lock-face-attributes.
9488
9489 2012-04-11 Glenn Morris <rgm@gnu.org>
9490
9491 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9492
9493 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * window.el (window--state-get-1): Obey window-point-insertion-type.
9496
9497 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9498
9499 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9500 to previous function when point is on the first character of a
9501 function. Take care of that in `narrow-to-defun' (bug#6157).
9502
9503 2012-04-11 Glenn Morris <rgm@gnu.org>
9504
9505 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9506 not just file-errors.
9507
9508 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9509 (vc-bzr-sha1): Use internal sha1.
9510
9511 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9514
9515 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9516
9517 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9518 that start in the middle of the line (bug#10496).
9519
9520 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9521
9522 * battery.el (battery-linux-proc-acpi): Only one battery is
9523 discharged at a time, but that seems to confuse battery.el when
9524 computing `rate-type' for the battery not being discharged
9525 (bug#10332).
9526
9527 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9530
9531 * international/quail.el: Use dolist and simplify.
9532 (quail-define-package, quail-update-keyboard-layout)
9533 (quail-define-rules): Use dolist.
9534 (quail-insert-kbd-layout, quail-get-translation): CSE.
9535
9536 * tmm.el: Use dolist, remove left over hook.
9537 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9538 Use dolist.
9539 (calendar-load-hook): Don't mess with it.
9540
9541 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9542 Use derived-mode-p. Run the diff asynchronously.
9543
9544 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9545
9546 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9547
9548 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9549
9550 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9551 (list-dynamic-libraries--loaded): New function.
9552 (list-dynamic-libraries--refresh): Use it.
9553
9554 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9555
9556 * progmodes/python.el (python-fill-paragraph):
9557 Make python-fill-region in a multiline string work when font-lock is
9558 disabled (bug#7018).
9559
9560 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9561
9562 * language/european.el (cp775): Add oem/legacy (en)coding on
9563 DOS/MS Windows for the Baltic languages. There are still plenty
9564 of texts written in this encoding/codepage (bug#6519).
9565
9566 2012-04-10 Glenn Morris <rgm@gnu.org>
9567
9568 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9569 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9570
9571 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9572
9573 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9574 next-line "n" and previous-line "p" in order to make recentf more
9575 consistent with ibuffer, dired or org-mode (bug#9387).
9576
9577 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9578
9579 * image.el (put-image): Return the overlay created instead of the
9580 optional input string (bug#7834). Note that this may break code
9581 that is (for some reason or other) depending on `put-image'
9582 returning the string.
9583
9584 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9585
9586 * simple.el (zap-to-char): Allow zapping using input methods
9587 (bug#1580).
9588
9589 * textmodes/fill.el (fill-region): Leave point and mark where they
9590 were before filling (bug#5399).
9591
9592 2012-04-09 Glenn Morris <rgm@gnu.org>
9593
9594 * version.el (emacs-bzr-get-version):
9595 Handle lightweight checkouts of local branches.
9596
9597 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9598
9599 * international/characters.el: Recover lost case pairs. (Bug#11209)
9600
9601 2012-04-09 Chong Yidong <cyd@gnu.org>
9602
9603 * custom.el (custom-variable-p): Return nil for non-symbol
9604 arguments instead of signaling an error.
9605 (user-variable-p): Obsolete alias for custom-variable-p.
9606
9607 * apropos.el (apropos-variable):
9608 * files-x.el (read-file-local-variable):
9609 * simple.el (set-variable):
9610 * woman.el (woman-mini-help):
9611 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9612
9613 2012-04-09 Glenn Morris <rgm@gnu.org>
9614
9615 * startup.el (normal-top-level): Don't look for leim-list.el
9616 in places where it will not be found. (Bug#910)
9617
9618 * international/mule-cmds.el (set-default-coding-systems):
9619 * files.el (normal-mode):
9620 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9621 This function was removed with ucs-tables.el in 2008.
9622
9623 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9624
9625 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9626 ispell-encoding8-command to "-i", without a trailing space.
9627 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9628 separate command-line arguments, to specify the encoding, since
9629 that's how hunspell expects it.
9630
9631 2012-04-08 Glenn Morris <rgm@gnu.org>
9632
9633 * loadup.el: Load bindings before cus-start.
9634 This reduces somewhat the number of "rogue" settings in emacs -Q.
9635
9636 2012-04-07 Glenn Morris <rgm@gnu.org>
9637
9638 * version.el (emacs-bzr-get-version): New function.
9639 (emacs-bzr-version): New variable.
9640 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9641 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9642
9643 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9644
9645 * international/uni-bidi.el, international/uni-category.el:
9646 * international/uni-combining.el, international/uni-decimal.el:
9647 * international/uni-decomposition.el, international/uni-digit.el:
9648 * international/uni-lowercase.el, international/uni-mirrored.el:
9649 * international/uni-name.el, international/uni-numeric.el:
9650 * international/uni-titlecase.el, international/uni-uppercase.el:
9651 Update for Unicode 6.1.
9652
9653 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9654
9655 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9656
9657 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9658
9659 * window.el (shrink-window): Mention the `window-min-height'
9660 variable in the doc string.
9661
9662 2012-04-05 Bastien Guerry <bzg@altern.org>
9663
9664 * color.el (color-lighten-name): Fix typo.
9665
9666 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * server.el (server--on-display-p): New function.
9669 (server--on-display-p): Use it.
9670
9671 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9672
9673 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9674 (bug#11145).
9675
9676 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * comint.el (comint--common-quoted-suffix): Check string boundary
9679 before comparing (bug#11158).
9680 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9681
9682 2012-04-04 Chong Yidong <cyd@gnu.org>
9683
9684 * minibuffer.el (completion-extra-properties): Doc fix.
9685
9686 * subr.el (delayed-warnings-hook): Doc fix.
9687
9688 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9689
9690 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9691 selection (Bug#11159).
9692 (epa-insert-keys): Inform that the default public key will be
9693 exported if no key is selected.
9694
9695 2012-04-04 Richard Stallman <rms@gnu.org>
9696
9697 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9698
9699 2012-04-03 Chong Yidong <cyd@gnu.org>
9700
9701 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9702 mail-insert-file, not its obsolete alias mail-attach-file.
9703
9704 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9705
9706 * notifications.el (notifications-notify): Fix docstring.
9707
9708 2012-04-02 Glenn Morris <rgm@gnu.org>
9709
9710 * emacs-lisp/authors.el (authors-aliases): Another addition.
9711
9712 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9713
9714 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9715 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9716 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9717
9718 2012-04-01 Chong Yidong <cyd@gnu.org>
9719
9720 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9721 Handle root directory properly.
9722 (copy-directory): Caller changed.
9723
9724 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9725 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9726
9727 2012-03-31 Glenn Morris <rgm@gnu.org>
9728
9729 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9730
9731 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9732
9733 * calendar/calendar.el (calendar-window-list)
9734 (calendar-hide-window): Restore. (Bug#11140)
9735 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9736
9737 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9738
9739 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9740
9741 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9742 Check if file is a symlink (Bug#10489).
9743
9744 * files.el (copy-directory): Likewise.
9745
9746 2012-03-30 Chong Yidong <cyd@gnu.org>
9747
9748 * image.el (imagemagick-types-inhibit)
9749 (imagemagick-register-types): Doc fix.
9750
9751 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9752
9753 * textmodes/ispell.el (ispell-get-extended-character-mode):
9754 Disable extended-char-mode for hunspell. hunspell does not support it
9755 and treats ~word as ordinary words in pipe mode.
9756
9757 2012-03-30 Glenn Morris <rgm@gnu.org>
9758
9759 * tutorial.el (help-with-tutorial): Ensure local variables don't
9760 happen to make the buffer read-only. (Bug#11127)
9761
9762 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9765 (perl-calculate-indent): Return `noindent' in strings.
9766
9767 2012-03-28 Sam Steingold <sds@gnu.org>
9768
9769 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9770 instead of the broken adhockery which does not prevent calendar
9771 buffers from being displayed at random after exit.
9772 (calendar-window-list, calendar-hide-window): Remove the broken
9773 adhockery.
9774
9775 2012-03-28 Glenn Morris <rgm@gnu.org>
9776
9777 * replace.el (query-replace-map): Doc fix.
9778
9779 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9780
9781 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9782 contents. (Bug#11109)
9783
9784 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9787 (bug#11077).
9788 (avl-tree--check, avl-tree--check-node): New funs.
9789
9790 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9791
9792 * window.el (switch-to-visible-buffer): New option.
9793 (switch-to-prev-buffer, switch-to-next-buffer):
9794 Observe switch-to-visible-buffer. Make sure that checking for a window
9795 showing a buffer already is done on the same frame.
9796
9797 2012-03-27 Glenn Morris <rgm@gnu.org>
9798
9799 * startup.el (mail-host-address): Doc fix.
9800
9801 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9804 than 197 variables.
9805
9806 2012-03-26 Ami Fischman <ami@fischman.org>
9807
9808 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9809
9810 2012-03-26 Glenn Morris <rgm@gnu.org>
9811
9812 * files.el (save-buffers-kill-emacs): Doc fix.
9813
9814 * startup.el (normal-top-level, command-line, command-line-1):
9815 Give them doc strings.
9816
9817 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9818
9819 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9820 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9821
9822 2012-03-25 Chong Yidong <cyd@gnu.org>
9823
9824 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9825 theme if it was previously enabled before (Bug#11031).
9826
9827 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9828 spec with custom-face-get-current-spec if its :shown-value is not
9829 determined yet (Bug#9337).
9830 (customize-create-theme, custom-theme-revert): Doc fixes.
9831
9832 * button.el (button-at): Minor addition to docstring.
9833
9834 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9835
9836 * vc/vc.el (vc-merge): Fix a prompt.
9837
9838 2012-03-24 Chong Yidong <cyd@gnu.org>
9839
9840 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9841 point (Bug#9623).
9842
9843 * button.el (button-at): Minor addition to docstring.
9844
9845 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * newcomment.el (comment-choose-indent): No space after BOL.
9848
9849 2012-03-22 Sam Steingold <sds@gnu.org>
9850
9851 * window.el (switch-to-prev-buffer): Revert last patch because the
9852 bug turned out to be an advertised feature (Elisp manual 28.14).
9853
9854 2012-03-22 Glenn Morris <rgm@gnu.org>
9855
9856 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9857 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9858
9859 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9860
9861 * net/network-stream.el (network-stream-open-starttls): Make error
9862 message under Windows be less misleading.
9863
9864 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9865
9866 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9867 understands (bug#9942).
9868
9869 2012-03-22 Chong Yidong <cyd@gnu.org>
9870
9871 * simple.el (end-of-visible-line): Handle return value of
9872 next-single-property-change properly (Bug#9371).
9873
9874 2012-03-22 Kenichi Handa <handa@m17n.org>
9875
9876 * international/quail.el (quail-insert-kbd-layout): Fix previous
9877 change. To avoid unwanted bidi reordering, use
9878 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9879
9880 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9881
9882 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9883 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9884 (ruby-beginning-of-indent): Be more careful with the difference
9885 between word-boundary and symbol boundary.
9886 (ruby-mode-syntax-table): Make : a symbol constituent.
9887
9888 2012-03-21 Andreas Politz <politza@fh-trier.de>
9889
9890 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9891
9892 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * progmodes/etags.el (tags-completion-at-point-function):
9895 Improve last fix.
9896
9897 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9898
9899 2012-03-21 Sam Steingold <sds@gnu.org>
9900
9901 * progmodes/etags.el (tags-completion-at-point-function):
9902 Avoid the error when point is inside the pattern.
9903
9904 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9905
9906 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9907 line (Bug#10855).
9908
9909 2012-03-21 Drew Adams <drew.adams@oracle.com>
9910
9911 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9912
9913 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9914
9915 * ido.el (ido-set-current-directory, ido-read-internal)
9916 (ido-choose-completion-string, ido-completion-help): Handle nil
9917 value of ido-completion-buffer (Bug#11008).
9918
9919 2012-03-21 Sam Steingold <sds@gnu.org>
9920
9921 * window.el (switch-to-prev-buffer): Do not switch to a visible
9922 window previous buffer, just like with the frame previous buffers.
9923
9924 2012-03-21 Chong Yidong <cyd@gnu.org>
9925
9926 * faces.el (make-face, make-empty-face, copy-face):
9927 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9928 Doc fixes.
9929
9930 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9933 (widget-complete): Remove broken use of it.
9934
9935 2012-03-20 Chong Yidong <cyd@gnu.org>
9936
9937 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9938 Use string-width and truncate-string-width to handle arbitrary
9939 characters.
9940
9941 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9942
9943 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9944 to draw rectangles, not squares. (Regression introduced by revno
9945 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9946
9947 2012-03-18 Chong Yidong <cyd@gnu.org>
9948
9949 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9950 it is not yet defined (for temacs).
9951
9952 2012-03-18 Leo Liu <sdl.web@gmail.com>
9953
9954 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9955 prefix.
9956
9957 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9958
9959 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9960 (ispell-choices-win-default-height, ispell-silently-savep)
9961 (ispell-dictionary-alist, ispell-encoding8-command)
9962 (ispell-check-version, ispell-aspell-find-dictionary)
9963 (ispell-valid-dictionary-list, ispell-words-keyword)
9964 (ispell-get-word, ispell-internal-change-dictionary)
9965 (ispell-region, ispell-skip-region-list)
9966 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9967 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9968 (ispell-message-text-end, ispell-message)
9969 (ispell-buffer-local-parsing): Doc fix.
9970
9971 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9972
9973 * htmlfontify.el: Add support for code block fontification for ODT
9974 export (Bug #9914).
9975 (hfy-optimisations): Define new option
9976 `body-text-only'
9977 (hfy-fontify-buffer): Honor above setting.
9978 (hfy-begin-span, hfy-end-span): New routines factored out form
9979 `hfy-fontify-buffer'.
9980 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9981 that permit insertion of custom tags.
9982 (hfy-fontify-buffer): Use above handlers.
9983 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9984 (hfy-face-to-css): Re-defined to be a variable.
9985 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9986 over multiple runs. This is made possible by having the caller let
9987 bind a special variable `hfy-user-sheet-assoc'.
9988 (htmlfontify-string): New defun.
9989 (hfy-compile-face-map): Make sure that the last char in the
9990 buffer is correctly fontified.
9991 (hfy-face-resolve-face): Whitespace only change.
9992
9993 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9994
9995 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9996 message more clear.
9997
9998 2012-03-16 Leo Liu <sdl.web@gmail.com>
9999
10000 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10001
10002 2012-03-16 Alan Mackenzie <acm@muc.de>
10003
10004 Further optimise the handling of large macros.
10005
10006 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10007 limit to a call of `c-literal-limits'.
10008 (c-determine-+ve-limit): New function.
10009 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10010 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10011 In CASE 5B, restrict a search limit to 500.
10012 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10013
10014 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10015 Restrict macro bounds to +-500 from after-change's BEG END.
10016
10017 2012-03-16 Leo Liu <sdl.web@gmail.com>
10018
10019 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10020
10021 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10022
10023 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10024 `special-mode' setting of `buffer-read-only'. (Bug#11010)
10025
10026 2012-03-16 Glenn Morris <rgm@gnu.org>
10027
10028 * view.el (view-buffer, view-buffer-other-window)
10029 (view-buffer-other-frame): Doc fixes re special mode-class.
10030
10031 * subr.el (eval-after-load): If named feature is provided not from
10032 a file, run after-load forms. (Bug#10946)
10033
10034 * calendar/calendar.el (calendar-insert-at-column):
10035 Handle non-unit-width characters a bit better. (Bug#10978)
10036
10037 2012-03-15 Chong Yidong <cyd@gnu.org>
10038
10039 * emacs-lisp/ring.el (ring-extend): New function.
10040 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10041
10042 * comint.el (comint-read-input-ring)
10043 (comint-add-to-input-history): Grow comint-input-ring lazily.
10044
10045 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10048 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10049
10050 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10051 (imenu-add-to-menubar): Don't add a redundant index.
10052 (imenu-update-menubar): Handle a dynamically composed keymap.
10053
10054 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10055
10056 * mail/sendmail.el (mail-encode-header):
10057 Bind rfc2047-encode-encoded-words to nil.
10058
10059 2012-03-13 Glenn Morris <rgm@gnu.org>
10060
10061 * calendar/calendar.el (calendar-string-spread):
10062 Handle non-unit-width characters a bit better. (Bug#10978)
10063
10064 2012-03-13 Leo Liu <sdl.web@gmail.com>
10065
10066 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10067 directory and file as argument (Bug#10822).
10068
10069 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10070
10071 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10072 For dynamically generated code, follow $PC.
10073 (gdb-disassembly-handler-custom): Handle no function name case.
10074
10075 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10076
10077 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10078 * emulation/ws-mode.el (ws-query-replace):
10079 * sort.el (sort-regexp-fields):
10080 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10081
10082 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * dabbrev.el: Fix cycle completion order (bug#10963).
10085 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10086 (dabbrev-completion): Don't use an obarray; provide
10087 a cycle-sort-function.
10088
10089 2012-03-12 Leo Liu <sdl.web@gmail.com>
10090
10091 * simple.el (kill-new): Use equal-including-properties for comparison.
10092 (kill-do-not-save-duplicates): Doc fix.
10093
10094 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * dabbrev.el: Fix cycle completion (bug#10963).
10097 Use lexical binding and wrap to 80 columns.
10098 (dabbrev-completion): Delay computing the list of completions.
10099
10100 2012-03-12 Kenichi Handa <handa@m17n.org>
10101
10102 * international/quail.el (quail-insert-kbd-layout): Surround each
10103 row by LRO and PDF instead of inserting many LRMs. Pad the left
10104 and right of each non-spacing marks. Insert invisible space
10105 between lower and upper characters to prevent composition.
10106
10107 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * minibuffer.el (minibuffer-complete): Don't get confused when the
10110 function is run twice via different commands (bug#10958).
10111 (complete-with-action): Fix docstring.
10112
10113 2012-03-12 Chong Yidong <cyd@gnu.org>
10114
10115 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10116 (nxml-completion-at-point-function): New function.
10117 (nxml-mode): Use it.
10118 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10119
10120 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10121 Load generated autoloads file before byte compiling (Bug#10970).
10122 (package--make-autoloads-and-compile): New helper fun.
10123
10124 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10125
10126 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10127
10128 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10129
10130 * autorevert.el (auto-revert-handler): Ensure, that
10131 file-readable-p is applied only for local files or in
10132 auto-revert-tail-mode.
10133
10134 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10135
10136 * server.el (server-eval-at): Handle non-tcp connections.
10137 Decode result string.
10138
10139 * server.el (server-msg-size): New constant.
10140 (server-reply-print): New function.
10141 (server-eval-and-print): Use it.
10142 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10143 Handle -print-nonl.
10144
10145 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10146
10147 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10148 (Bug#10987).
10149
10150 2012-03-11 Chong Yidong <cyd@gnu.org>
10151
10152 * simple.el (goto-line): Doc fix (Bug#9938).
10153
10154 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10155
10156 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10157 when finished (Bug#10963).
10158
10159 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10160
10161 * window.el (split-window-below): Fix bug in case where
10162 split-window-keep-point is nil (Bug#10971).
10163
10164 2012-03-11 Juri Linkov <juri@jurta.org>
10165
10166 * replace.el (replace-highlight): Set isearch-word to nil
10167 unconditionally. (Bug#10887)
10168
10169 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10170
10171 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10172 mairix-replace-illegal-chars; all callers changed. Don't remove
10173 ^, ~, and = characters: they are meaningful in mairix search specs.
10174 (mairix-widget-create-query): Add usage information about mairix
10175 search forms: negating words, searching for substrings, etc.
10176
10177 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10178
10179 * international/fontset.el (font-encoding-alist): Add an entry for
10180 ksx1001 (Bug#5667).
10181
10182 2012-03-10 Richard Stallman <rms@gnu.org>
10183
10184 * mail/sendmail.el (mail-encode-header):
10185 Set rfc2047-encode-encoded-words.
10186
10187 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10188
10189 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10190 view buffer means not swapped.
10191 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10192 (rmail-write-region-annotate): Error if real text has disappeared.
10193
10194 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10195
10196 2012-03-10 Chong Yidong <cyd@gnu.org>
10197
10198 * emulation/cua-rect.el (cua--init-rectangles):
10199 * emulation/cua-base.el (cua--init-keymaps):
10200 Add delete-forward-char to remappings (Bug#9666).
10201
10202 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10203
10204 * speedbar.el (speedbar-unhighlight-one-tag-line):
10205 Avoid unhighlighting due to frame switching (Bug#10275).
10206
10207 2012-03-10 Chong Yidong <cyd@gnu.org>
10208
10209 * minibuffer.el (completion-in-region, completion-help-at-point):
10210 Give the completion field overlay a high priority (Bug#6830).
10211
10212 * dired.el (dired-goto-file): Recognize absolute file name
10213 listings (Bug#7126).
10214 (dired-goto-file-1): New helper function.
10215 (dired-toggle-read-only): Inhibit warnings.
10216
10217 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10218
10219 * net/dbus.el (dbus-property-handler): Return empty array if
10220 there are no properties.
10221
10222 2012-03-09 Leo Liu <sdl.web@gmail.com>
10223
10224 * savehist.el (savehist-printable): Stricter check for string
10225 value (Bug#10937).
10226
10227 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10228
10229 * mail/smtpmail.el (smtpmail-send-it):
10230 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10231 valid mbox format.
10232
10233 2012-03-09 Glenn Morris <rgm@gnu.org>
10234
10235 * files.el (dir-locals-find-file):
10236 Don't check result is regular, readable.
10237 (dir-locals-read-from-file): Demote errors.
10238
10239 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10240
10241 * international/quail.el (quail-insert-kbd-layout):
10242 Insert invisible LRM characters before each character in a keyboard
10243 layout cell, to prevent their reordering by bidi display engine.
10244 For details, see the discussion in
10245 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10246
10247 2012-03-08 Alan Mackenzie <acm@muc.de>
10248
10249 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10250 the starting position; make it extend the marked region when
10251 invoked repeatedly - all under appropriate circumstances.
10252 Fixes bugs #5525, #10906.
10253
10254 2012-03-08 Glenn Morris <rgm@gnu.org>
10255
10256 * files.el (locate-dominating-file, dir-locals-find-file):
10257 Undo 2012-03-06 change.
10258
10259 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10260
10261 * international/quail.el (quail-help):
10262 Force bidi-paragraph-direction be left-to-right. See discussion in
10263 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10264 for the reason.
10265
10266 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10267
10268 Avoid superfluous registering of signals. (Bug#10807)
10269
10270 * notifications.el (notifications-on-action-object)
10271 (notifications-on-close-object): New defvars.
10272 (notifications-on-action-signal, notifications-on-closed-signal):
10273 Unregister the signal if not needed any longer.
10274 (notifications-notify): Register `notifications-action-signal' or
10275 `notifications-closed-signal', if :on-action or :on-close has been
10276 passed as argument.
10277
10278 2012-03-07 Chong Yidong <cyd@gnu.org>
10279
10280 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10281 non-X platforms.
10282
10283 2012-03-06 Glenn Morris <rgm@gnu.org>
10284
10285 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10286 (x-disown-selection-internal, x-get-selection-internal):
10287 Doc fix (add arglist signatures). (Bug#10783)
10288
10289 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10290
10291 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10292 Handle breakpoints with no "type".
10293
10294 2012-03-06 Glenn Morris <rgm@gnu.org>
10295
10296 * files.el (locate-dominating-file): Add optional predicate argument.
10297 (dir-locals-find-file): Make use of above change.
10298
10299 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10300
10301 * info.el (Info-insert-dir): Also try "dir.gz".
10302
10303 2012-03-06 Glenn Morris <rgm@gnu.org>
10304
10305 * files.el (dir-locals-find-file):
10306 Ignore non-readable or non-regular files. (Bug#10928)
10307
10308 * files.el (locate-dominating-file): Doc fix.
10309
10310 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10311
10312 * calendar/calendar.el (calendar-set-mode-line):
10313 `getenv' returns a string. (Bug#10951)
10314
10315 2012-03-05 Leo Liu <sdl.web@gmail.com>
10316
10317 * simple.el (backward-delete-char-untabify): Constrain point to
10318 field (Bug#10939).
10319
10320 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10321
10322 2012-03-05 Chong Yidong <cyd@gnu.org>
10323
10324 * simple.el (count-words): If called from Lisp, return the word
10325 count, for symmetry with `count-lines'. Arglist changed.
10326 (count-words--message): Args changed. Consolidate counting code
10327 from count-words and count-words-region.
10328 (count-words-region): Caller changed.
10329 (count-lines-region): Make it an obsolete alias.
10330
10331 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10332
10333 * saveplace.el (save-place-to-alist)
10334 (save-place-ignore-files-regexp): Allow value nil to disable this
10335 feature.
10336
10337 2012-03-04 Chong Yidong <cyd@gnu.org>
10338
10339 * faces.el (face-spec-reset-face): For the default face, reset the
10340 attributes to default values (Bug#10748).
10341
10342 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10343
10344 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10345 previous patch: Check `message-send-mail-function', and not the
10346 default function (bug#10897).
10347
10348 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10349
10350 * notifications.el (notifications-on-action-signal)
10351 (notifications-on-closed-signal): Check for unique service name of
10352 incoming event. Fix error in removing entry.
10353 (top): Register for signals with wildcard service name.
10354 (notifications-notify): Use daemon unique service name for map entries.
10355
10356 2012-03-04 Chong Yidong <cyd@gnu.org>
10357
10358 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10359
10360 2012-03-04 Glenn Morris <rgm@gnu.org>
10361
10362 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10363 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10364 (expand-abbrev, define-abbrev-table): Doc fixes.
10365
10366 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10367
10368 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10369 `message-default-send-mail-function' and not `send-mail-function'
10370 when doing the prompting for `sendmail-query-once' before sending
10371 in Message buffers (bug#10897).
10372
10373 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10374 This is inconsistent with all the other stream functions, which leave
10375 the setting up to the higher levels (if so wanted) (bug#10931).
10376
10377 2012-03-02 Alan Mackenzie <acm@muc.de>
10378
10379 Depessimize the handling of very large macros.
10380
10381 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10382 (c-macro-cache-syntactic): New variables to implement a one
10383 element macro cache.
10384 (c-invalidate-macro-cache): New function.
10385 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10386 Adapt to use the new cache.
10387 (c-state-safe-place): Use better the cache of safe positions.
10388 (c-state-semi-nonlit-pos-cache)
10389 (c-state-semi-nonlit-pos-cache-limit):
10390 New variables for...
10391 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10392 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10393 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10394 Use c-state-semi-safe-place.
10395
10396 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10397 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10398
10399 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10400
10401 * jka-compr.el (jka-compr-call-process):
10402 Apply `file-accessible-directory-p' only when the default directory is
10403 not remote.
10404
10405 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10406
10407 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10408 access of FILE2, if FILE1 does not exist.
10409
10410 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10411 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10412
10413 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10414 Add "PAGER=" to `process-environment'.
10415
10416 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10417
10418 * progmodes/sql.el: Bug fix
10419 (sql-get-login-ext): Save login values in globals.
10420 (sql-get-login): Use new version of `sql-get-login-ext'.
10421 (sql-interactive-mode): Set global `sql-connection' to nil.
10422 (sql-connect): Set global values for connection.
10423 (sql-product-interactive): Save global values as buffer local.
10424
10425 2012-02-29 Leo Liu <sdl.web@gmail.com>
10426
10427 * abbrev.el (define-abbrevs): Reset sys to nil.
10428
10429 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10430
10431 * files.el (file-equal-p): Rename from `files-equal-p'.
10432 Return nil when one or both files don't exist.
10433 (file-subdir-of-p): Now only top directory must exists,
10434 return nil if it doesn't.
10435 (copy-directory): No need to test with `file-subdir-of-p' after
10436 creating dir.
10437 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10438 to `file-equal-p'.
10439
10440 2012-02-28 Glenn Morris <rgm@gnu.org>
10441
10442 * shell.el (shell-mode):
10443 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10444 * play/landmark.el (landmark-font-lock-face-O):
10445 * play/handwrite.el (handwrite):
10446 * play/gomoku.el (gomoku-O):
10447 * net/browse-url.el (browse-url-browser-display):
10448 * international/mule.el (define-charset):
10449 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10450 * filesets.el (filesets-find-file-delay):
10451 * eshell/em-xtra.el (eshell-xtra):
10452 * eshell/em-unix.el (eshell-grep):
10453 * emulation/viper.el (viper-mode):
10454 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10455 * emacs-lisp/easymenu.el (easy-menu-define):
10456 * calendar/timeclock.el (timeclock-use-display-time):
10457 * bs.el (bs-mode):
10458 * bookmark.el (bookmark-save-flag):
10459 Doc fix (standardize possessive apostrophe usage).
10460
10461 2012-02-27 Chong Yidong <cyd@gnu.org>
10462
10463 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10464 Fix key-binding lookup for ESC key (Bug#9146).
10465
10466 * font-lock.el (font-lock-specified-p): Rename from
10467 font-lock-spec-present. Callers changed.
10468
10469 2012-02-27 Daniel Hackney <dan@haxney.org>
10470
10471 * emacs-lisp/package.el (package-compute-transaction):
10472 Handle holding a package version to t in package-load-list.
10473
10474 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10475
10476 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10477 (tramp-get-inode, tramp-get-device): Use cached values.
10478
10479 2012-02-26 Alan Mackenzie <acm@muc.de>
10480
10481 Check there is a font-lock specification before doing initial
10482 fontification.
10483
10484 * font-core.el (font-lock-mode): Move the conditional from
10485 :after-hook to font-lock-initial-fontify.
10486 (font-lock-default-function): Move the check for a specification
10487 to font-lock-spec-present.
10488
10489 * font-lock.el (font-lock-initial-fontify): Call ...
10490 (font-lock-spec-present): New function.
10491
10492 2012-02-26 Jim Blandy <jimb@red-bean.com>
10493
10494 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10495 (gdb-send): Apply it to the operand of the '-interpreter-exec
10496 console' command, so that we can pass arguments with (say) quotes
10497 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10498
10499 2012-02-26 Chong Yidong <cyd@gnu.org>
10500
10501 * help-fns.el (describe-function-1): Clarify description of
10502 remapping (Bug#10844).
10503
10504 * files.el (files-equal-p): Doc fix.
10505 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10506 and quit the loop once a mismatch is found.
10507
10508 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * bs.el (bs--show-with-configuration): Don't throw an error
10511 if the window cannot be split; otherwise, subsequent calls to
10512 bs-show fail, restoring a stale window config. (Bug#10882)
10513
10514 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10515
10516 * term/ns-win.el (global-map): Bind ns-drag-file to
10517 ns-find-file (Bug#5855, Bug#10050).
10518
10519 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10520
10521 * calendar/parse-time.el (parse-time-string): Allow extractor to
10522 return nil.
10523
10524 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * net/tramp.el (tramp-file-name-for-operation):
10527 Add `files-equal-p' and `file-subdir-of-p'.
10528
10529 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10530 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10531 Add COPY-CONTENTS argument.
10532
10533 2012-02-25 Chong Yidong <cyd@gnu.org>
10534
10535 Add custom groups for VC backends, for consistency with vc-bzr.
10536
10537 * vc/vc-arch.el (vc-arch):
10538 * vc/vc-cvs.el (vc-cvs):
10539 * vc/vc-git.el (vc-git):
10540 * vc/vc-hg.el (vc-hg):
10541 * vc/vc-mtn.el (vc-mtn):
10542 * vc/vc-rcs.el (vc-rcs):
10543 * vc/vc-sccs.el (vc-sccs):
10544 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10545 All relevant defcustoms reassigned.
10546
10547 2012-02-25 Chong Yidong <cyd@gnu.org>
10548
10549 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10550
10551 * term/x-win.el (x-initialize-window-system): Reduce default for
10552 x-selection-timeout to 5 seconds (Bug#8869).
10553
10554 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10555
10556 * files.el (files-equal-p, file-subdir-of-p): New functions.
10557 (copy-directory): Error when trying to copy a directory on itself.
10558 Add missing copy-contents arg to tramp handler.
10559 * dired-aux.el (dired-copy-file-recursive): Same.
10560 (dired-create-files): Modify destination when source is equal to
10561 dest when copying files.
10562 Return also when dest is a subdir of source. (Bug#10489)
10563
10564 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10565
10566 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10567 (Bug#10874)
10568
10569 2012-02-23 Alan Mackenzie <acm@muc.de>
10570
10571 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10572 parameter "after-hook:" to allow the expansion to run code after
10573 the execution of the mode hooks.
10574
10575 * font-lock.el (font-lock-initial-fontify): New function extracted
10576 from font-lock-mode-internal.
10577
10578 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10579 :after-hook.
10580
10581 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10582
10583 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10584 (completion--cache-all-sorted-completions): New function.
10585 (completion-all-sorted-completions): Use it.
10586 (completion--do-completion, minibuffer-force-complete):
10587 Use it to re-instate the flush hook.
10588
10589 * icomplete.el (icomplete-completions): Replace last fix with a better
10590 one (bug#10850).
10591
10592 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10593
10594 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10595 when it might call us back infinitely (bug#10797).
10596
10597 2012-02-23 Glenn Morris <rgm@gnu.org>
10598
10599 * minibuffer.el (completion-category-overrides): Doc fix.
10600
10601 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10604 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10605
10606 2012-02-23 Glenn Morris <rgm@gnu.org>
10607
10608 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10609 (authors-obsolete-files-regexps, authors-ignored-files)
10610 (authors-ambiguous-files, authors-renamed-files-alist):
10611 Add more entries.
10612
10613 2012-02-23 Juri Linkov <juri@jurta.org>
10614
10615 * isearch.el (isearch-occur): Sync interactive spec with occur's
10616 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10617
10618 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10619
10620 2012-02-22 Juri Linkov <juri@jurta.org>
10621
10622 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10623 (ucs-insert): Doc fix. Check for hex digits in the string.
10624 Don't display `nil' in the error message. (Bug#10857)
10625
10626 2012-02-22 Alan Mackenzie <acm@muc.de>
10627
10628 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10629
10630 2012-02-22 Glenn Morris <rgm@gnu.org>
10631
10632 * ffap.el (ffap-c-path):
10633 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10634
10635 2012-02-22 Chong Yidong <cyd@gnu.org>
10636
10637 * custom.el (load-theme): Doc fix.
10638
10639 2012-02-22 Glenn Morris <rgm@gnu.org>
10640
10641 * dired-x.el (dired-guess-shell-alist-default):
10642 Remove escape sequences from nroff output. (Bug#172)
10643
10644 2012-02-21 Glenn Morris <rgm@gnu.org>
10645
10646 * vc/emerge.el (emerge-defvar-local):
10647 Set `permanent-local' property rather than unused `preserved'.
10648
10649 * textmodes/picture.el (picture-delete-char): New alias.
10650 (picture-mode-map): Use it. (Bug#10860)
10651 (picture-mode): Doc fix.
10652
10653 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10654
10655 * newcomment.el (uncomment-region-default): Remove unused binding.
10656
10657 2012-02-21 Glenn Morris <rgm@gnu.org>
10658
10659 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10660 (picture-self-insert, picture-tab-chars): Doc fix.
10661 (picture-mode-map): Fix C-a, C-e.
10662
10663 2012-02-20 Glenn Morris <rgm@gnu.org>
10664
10665 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10666
10667 2012-02-20 Leo Liu <sdl.web@gmail.com>
10668
10669 * icomplete.el (icomplete-completions): Check FROM arg before
10670 passing to substring (Bug#10850).
10671
10672 2012-02-19 Chong Yidong <cyd@gnu.org>
10673
10674 * comint.el: Require ansi-color.
10675 (comint-output-filter-functions): Add ansi-color-process-output.
10676
10677 * ansi-color.el: Don't set comint-output-filter-functions; it is
10678 now in the initial value defined in comint.el.
10679 (ansi-color-apply-face-function): New variable.
10680 (ansi-color-apply-on-region): Use it.
10681 (ansi-color-apply-overlay-face): New function.
10682
10683 * shell.el (shell): No need to require ansi-color.
10684 (shell-mode): Use ansi-color-apply-face-function to highlight
10685 color escapes using font-lock-face property (Bug#10835).
10686
10687 2012-02-19 Chong Yidong <cyd@gnu.org>
10688
10689 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10690 mode-line formats (Bug#10839).
10691
10692 2012-02-18 Glenn Morris <rgm@gnu.org>
10693
10694 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10695
10696 * mail/undigest.el (unforward-rmail-message): Doc fix.
10697
10698 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10699
10700 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10701
10702 * international/characters.el (script-list): Sync with the latest
10703 Unicode Character Database.
10704
10705 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10706
10707 * international/titdic-cnv.el: Remove duplicate coding tag.
10708 * language/cham.el: Likewise.
10709 * language/tai-viet.el: Likewise.
10710
10711 2012-02-18 Glenn Morris <rgm@gnu.org>
10712
10713 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10714 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10715 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10716 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10717 * calendar/holidays.el (holiday-bahai-holidays)
10718 (calendar-holidays, list-holidays):
10719 Use utf-8 Bahá'í in doc-strings, menus, etc.
10720
10721 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10722
10723 * saveplace.el (save-place-ignore-files-regexp): New variable
10724 allowing for excluding files from saving their location of point.
10725 The default value matches the temporary commit message editing
10726 files from Git, SVN, Bazaar, and Mercurial.
10727 (save-place-to-alist): Use it.
10728
10729 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10730 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * newcomment.el (uncomment-region-default): Don't leave extra space
10733 when an arg is provided (bug#8150).
10734
10735 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10736
10737 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10738
10739 2012-02-17 Glenn Morris <rgm@gnu.org>
10740
10741 * net/socks.el: Require network-stream. (Bug#10599)
10742
10743 2012-02-17 Kenichi Handa <handa@m17n.org>
10744
10745 * international/charprop.el:
10746 * international/uni-name.el:
10747 * international/uni-old-name.el:
10748 * international/uni-comment.el: Regenerate.
10749
10750 2012-02-16 Glenn Morris <rgm@gnu.org>
10751
10752 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10753 Interactively in calendar buffer, give an error if not on a date.
10754
10755 2012-02-15 Glenn Morris <rgm@gnu.org>
10756
10757 * shell.el (shell-delimiter-argument-list):
10758 Revert 2011-02-17 change. (Bug#8027)
10759
10760 2012-02-15 Chong Yidong <cyd@gnu.org>
10761
10762 * minibuffer.el (completion-at-point-functions): Doc fix.
10763
10764 * custom.el (defcustom): Doc fix; note use of defvar.
10765
10766 2012-02-15 Glenn Morris <rgm@gnu.org>
10767
10768 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10769 Doc fixes.
10770
10771 2012-02-14 Glenn Morris <rgm@gnu.org>
10772
10773 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10774
10775 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10776
10777 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10778 way the ports list is computed.
10779 (smtpmail-query-smtp-server): Prompt the user for a port number if
10780 we can't connect to any of the standard ports (bug#10810).
10781
10782 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10783
10784 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10785
10786 2012-02-13 Glenn Morris <rgm@gnu.org>
10787
10788 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10789
10790 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10791
10792 * net/gnutls.el (gnutls-trustfiles): New variable.
10793 (gnutls-negotiate): Use it.
10794
10795 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10796
10797 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10798 does its stuff if Gnus is running.
10799
10800 2012-02-13 Alan Mackenzie <acm@muc.de>
10801
10802 Fix a loop in c-set-fl-decl-start.
10803
10804 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10805 c-backward-syntactic-ws actually moves backwards.
10806
10807 2012-02-13 Leo Liu <sdl.web@gmail.com>
10808
10809 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10810 beginning so that all \C-o chars are removed.
10811
10812 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10813
10814 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10815
10816 2012-02-12 Alan Mackenzie <acm@muc.de>
10817
10818 Fix infinite loop with long macros.
10819 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10820
10821 2012-02-12 Chong Yidong <cyd@gnu.org>
10822
10823 * window.el (display-buffer): Doc fix (Bug#10785).
10824
10825 2012-02-12 Glenn Morris <rgm@gnu.org>
10826
10827 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10828 (x-disown-selection-internal, x-get-selection-internal):
10829 Sync docs with the xselect.c versions.
10830
10831 * allout-widgets.el: Add missing license notice.
10832
10833 2012-02-11 Glenn Morris <rgm@gnu.org>
10834
10835 * select.el (x-get-selection-internal, x-own-selection-internal)
10836 (x-disown-selection-internal):
10837 * x-dnd.el (x-get-selection-internal): Update declarations.
10838
10839 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10840
10841 * window.el (window-sides-slots):
10842 * tool-bar.el (tool-bar-position):
10843 * term/xterm.el (xterm-extra-capabilities):
10844 * ses.el (ses-self-reference-early-detection):
10845 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10846 (verilog-auto-wire-type)
10847 (verilog-auto-delete-trailing-whitespace)
10848 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10849 (verilog-auto-tieoff-declaration):
10850 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10851 (sql-oracle-statement-starters, sql-oracle-scan-on):
10852 * progmodes/prolog.el (prolog-align-comments-flag)
10853 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10854 (prolog-left-indent-regexp, prolog-paren-indent-p)
10855 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10856 (prolog-types, prolog-mode-specificators)
10857 (prolog-determinism-specificators, prolog-directives)
10858 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10859 (prolog-electric-dot-flag)
10860 (prolog-electric-dot-full-predicate-template)
10861 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10862 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10863 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10864 (prolog-program-switches, prolog-prompt-regexp)
10865 (prolog-debug-on-string, prolog-debug-off-string)
10866 (prolog-trace-on-string, prolog-trace-off-string)
10867 (prolog-zip-on-string, prolog-zip-off-string)
10868 (prolog-use-standard-consult-compile-method-flag)
10869 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10870 (prolog-imenu-max-lines, prolog-info-predicate-index)
10871 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10872 (prolog-char-quote-workaround):
10873 * progmodes/cc-vars.el (c-defun-tactic):
10874 * net/tramp.el (tramp-encoding-command-interactive)
10875 (tramp-local-end-of-line):
10876 * net/soap-client.el (soap-client):
10877 * net/netrc.el (netrc-file):
10878 * net/gnutls.el (gnutls):
10879 * minibuffer.el (completion-category-overrides)
10880 (completion-cycle-threshold)
10881 (completion-pcm-complete-word-inserts-delimiters):
10882 * man.el (Man-name-local-regexp):
10883 * mail/feedmail.el (feedmail-display-full-frame):
10884 * international/characters.el (glyphless-char-display-control):
10885 * eshell/em-ls.el (eshell-ls-date-format):
10886 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10887 (lisp-lambda-list-keyword-parameter-indentation)
10888 (lisp-lambda-list-keyword-parameter-alignment):
10889 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10890 * dired-x.el (dired-omit-verbose):
10891 * cus-theme.el (custom-theme-allow-multiple-selections):
10892 * calc/calc.el (calc-highlight-selections-with-faces)
10893 (calc-lu-field-reference, calc-lu-power-reference)
10894 (calc-note-threshold):
10895 * battery.el (battery-mode-line-limit):
10896 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10897 (archive-7z-update):
10898 * allout.el (allout-prefixed-keybindings)
10899 (allout-unprefixed-keybindings)
10900 (allout-inhibit-auto-fill-on-headline)
10901 (allout-flattened-numbering-abbreviation):
10902 * allout-widgets.el (allout-widgets-auto-activation)
10903 (allout-widgets-icons-dark-subdir)
10904 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10905 (allout-widgets-theme-dark-background)
10906 (allout-widgets-theme-light-background)
10907 (allout-widgets-item-image-properties-emacs)
10908 (allout-widgets-item-image-properties-xemacs)
10909 (allout-widgets-run-unit-tests-on-load)
10910 (allout-widgets-time-decoration-activity)
10911 (allout-widgets-hook-error-post-time)
10912 (allout-widgets-track-decoration):
10913 Add missing :version tags to new defcustoms and defgroups.
10914
10915 * progmodes/sql.el (sql-ansi-statement-starters)
10916 (sql-oracle-statement-starters): Add custom type.
10917
10918 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10919 (prolog-system-version): Give it a type.
10920
10921 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10922
10923 * term/pc-win.el (x-select-text, x-selection-owner-p)
10924 (x-own-selection-internal, x-disown-selection-internal)
10925 (x-get-selection-internal): Sync doc strings and argument lists
10926 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10927
10928 2012-02-11 Leo Liu <sdl.web@gmail.com>
10929
10930 * progmodes/python.el (python-end-of-statement): Fix infinite
10931 loop. (Bug#10788)
10932
10933 2012-02-10 Glenn Morris <rgm@gnu.org>
10934
10935 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10936 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10937
10938 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10939
10940 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10941 about SMTP before checking the From header.
10942
10943 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10944 into own function for reuse by emacsbug.el.
10945
10946 2012-02-10 Leo Liu <sdl.web@gmail.com>
10947
10948 * subr.el (condition-case-unless-debug): Rename from
10949 condition-case-no-debug. All callers changed.
10950 (with-demoted-errors): Fix caller.
10951
10952 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10953 * nxml/rng-valid.el (rng-do-some-validation):
10954 * emacs-lisp/package.el (package-refresh-contents)
10955 (package-menu-execute):
10956 * desktop.el (desktop-create-buffer):
10957 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10958
10959 2012-02-10 Glenn Morris <rgm@gnu.org>
10960
10961 * textmodes/bibtex.el:
10962 Add missing :version tags for new/changed defcustoms.
10963
10964 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10965
10966 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10967
10968 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10969 (smtpmail-via-smtp): Use it, or fall back on the From address.
10970 (smtpmail-send-it): Ditto.
10971
10972 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10975 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10976 (byte-compile-tmp-var): New const.
10977 (byte-compile-defvar): Use it to minimize .elc size.
10978 Just use `defvar' rather than simulate it (bug#10761).
10979
10980 2012-02-09 Glenn Morris <rgm@gnu.org>
10981
10982 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10983
10984 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10985 Add :version tags.
10986
10987 * progmodes/compile.el (compilation-error-screen-columns)
10988 (compilation-first-column, compilation-filter-start): Doc fixes.
10989
10990 * vc/log-view.el (log-view-toggle-entry-display):
10991 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10992
10993 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10994 (report-emacs-bug-can-use-xdg-email):
10995 (report-emacs-bug-insert-to-mailer): Doc fixes.
10996 (report-emacs-bug): Message fix.
10997
10998 * net/browse-url.el (browse-url-can-use-xdg-open)
10999 (browse-url-xdg-open): Doc fixes.
11000
11001 * electric.el (electric-indent-mode, electric-pair-mode)
11002 (electric-layout-rules, electric-layout-mode): Doc fixes.
11003 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11004
11005 2012-02-08 Martin Rudalics <rudalics@gmx.at>
11006
11007 * server.el (server-unselect-display): Don't inadvertently kill
11008 the current buffer. (Bug#10729)
11009
11010 2012-02-08 Glenn Morris <rgm@gnu.org>
11011
11012 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11013 (sql-list-table): Doc fixes.
11014
11015 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11016 Comment out (does nothing).
11017
11018 * completion.el (dynamic-completion-mode):
11019 * dirtrack.el (dirtrack-debug-mode):
11020 * electric.el (electric-layout-mode):
11021 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11022 * face-remap.el (text-scale-mode, buffer-face-mode):
11023 * iimage.el (iimage-mode):
11024 * image-mode.el (image-transform-mode):
11025 * minibuffer.el (completion-in-region-mode):
11026 * scroll-lock.el (scroll-lock-mode):
11027 * simple.el (next-error-follow-minor-mode):
11028 * tar-mode.el (tar-subfile-mode):
11029 * tooltip.el (tooltip-mode):
11030 * vcursor.el (vcursor-use-vcursor-map):
11031 * wid-browse.el (widget-minor-mode):
11032 * emulation/tpu-edt.el (tpu-edt-mode):
11033 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11034 * international/iso-ascii.el (iso-ascii-mode):
11035 * language/thai-util.el (thai-word-mode):
11036 * mail/supercite.el (sc-minor-mode):
11037 * net/goto-addr.el (goto-address-mode):
11038 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11039 * progmodes/cwarn.el (cwarn-mode):
11040 * progmodes/flymake.el (flymake-mode):
11041 * progmodes/glasses.el (glasses-mode):
11042 * progmodes/hideshow.el (hs-minor-mode):
11043 * progmodes/pascal.el (pascal-outline-mode):
11044 * textmodes/enriched.el (enriched-mode):
11045 * vc/smerge-mode.el (smerge-mode):
11046 Doc fixes (minor mode argument).
11047
11048 2012-02-07 Eli Zaretskii <eliz@gnu.org>
11049
11050 * ls-lisp.el (ls-lisp-sanitize): New function.
11051 (ls-lisp-insert-directory): Use it to fix or remove any elements
11052 in file-alist with missing attributes. (Bug#4673)
11053
11054 2012-02-07 Alan Mackenzie <acm@muc.de>
11055
11056 Fix spurious recognition of c-in-knr-argdecl.
11057
11058 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11059 putative K&R region.
11060
11061 2012-02-07 Alan Mackenzie <acm@muc.de>
11062
11063 * progmodes/cc-engine.el (c-forward-objc-directive):
11064 Prevent looping in "#pragma mark @implementation".
11065
11066 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
11067
11068 * notifications.el (notifications-on-closed-signal): Make `reason'
11069 optional. (Bug#10744)
11070
11071 2012-02-07 Glenn Morris <rgm@gnu.org>
11072
11073 * emacs-lisp/easy-mmode.el (define-minor-mode):
11074 Doc fixes for the macro and the mode it defines.
11075
11076 * image.el (imagemagick-types-inhibit): Doc fix.
11077
11078 * cus-start.el (imagemagick-render-type): Add it.
11079
11080 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11081
11082 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11083 Set the default at load time, too, so that `font-lock-fontify-buffer'
11084 can be called without setting up the entire mode first. This fixes
11085 a bug in `mm-inline-text' with C MIME parts.
11086
11087 2012-02-06 Chong Yidong <cyd@gnu.org>
11088
11089 * simple.el (list-processes--refresh): Delete exited processes
11090 (Bug#8094).
11091
11092 * comint.el (comint-next-prompt): next-single-char-property-change
11093 and prev-single-char-property-change never return nil (Bug#8657).
11094
11095 * custom.el (defcustom): Doc fix (Bug#9711).
11096
11097 2012-02-05 Chong Yidong <cyd@gnu.org>
11098
11099 * cus-edit.el (custom-variable-reset-backup): Quote the value
11100 before storing it in the customized-value property (Bug#6712).
11101 (custom-display): Add a customization type tag.
11102 (custom-buffer-create-internal): Improve tooltip message.
11103
11104 * wid-edit.el (widget-field-value-get): New optional arg to
11105 suppress trailing whitespace truncation.
11106 (character): Use it (Bug#2689).
11107
11108 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11109
11110 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11111 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11112
11113 2012-02-05 Chong Yidong <cyd@gnu.org>
11114
11115 * cus-edit.el (custom-variable-value-create): For mismatched
11116 types, show the current value (Bug#7600).
11117
11118 * custom.el (defcustom): Doc fix.
11119
11120 2012-02-05 Glenn Morris <rgm@gnu.org>
11121
11122 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11123
11124 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11125
11126 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11127 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11128 (pp-last-sexp): Use `looking-at-p'.
11129
11130 2012-02-04 Glenn Morris <rgm@gnu.org>
11131
11132 * files.el (revert-buffer):
11133 Doc fix (mention revert-buffer-in-progress-p).
11134
11135 * emacs-lisp/ert-x.el (ert-simulate-command):
11136 Check deferred-action-list (which is obsolete) is bound.
11137
11138 * subr.el (with-wrapper-hook): Doc fixes.
11139
11140 * simple.el (filter-buffer-substring-functions)
11141 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11142
11143 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11144
11145 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11146 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11147
11148 2012-02-04 Leo Liu <sdl.web@gmail.com>
11149
11150 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11151
11152 2012-02-04 Glenn Morris <rgm@gnu.org>
11153
11154 * image.el (image-extension-data): Add obsolete alias.
11155
11156 * isearch.el (isearch-update): Doc fix.
11157
11158 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11159
11160 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11161
11162 2012-02-03 Glenn Morris <rgm@gnu.org>
11163
11164 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11165 (image-animate-timeout): Doc fix.
11166
11167 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11168
11169 2012-02-02 Glenn Morris <rgm@gnu.org>
11170
11171 * server.el (server-auth-dir): Doc fix.
11172 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11173
11174 * subr.el (run-mode-hooks): Doc fix.
11175
11176 2012-02-02 Juri Linkov <juri@jurta.org>
11177
11178 * image-mode.el (image-toggle-display-image): Remove tautological
11179 `major-mode' from the `derived-mode-p' test.
11180
11181 2012-02-02 Kenichi Handa <handa@m17n.org>
11182
11183 * composite.el (compose-region): Cancel previous change.
11184
11185 2012-02-02 Kenichi Handa <handa@m17n.org>
11186
11187 * composite.el (compose-region, compose-string): Signal error for
11188 a null string component (Bug#6988).
11189
11190 2012-02-01 Chong Yidong <cyd@gnu.org>
11191
11192 * view.el (view-buffer-other-window, view-buffer-other-frame):
11193 Handle special modes like view-buffer (Bug#10650).
11194 (view-buffer): Simplify.
11195
11196 * frame.el (set-frame-font): Tweak meaning of third argument.
11197
11198 * dynamic-setting.el (font-setting-change-default-font):
11199 Use set-frame-font (Bug#9982).
11200
11201 2012-02-01 Glenn Morris <rgm@gnu.org>
11202
11203 * progmodes/compile.el (compilation-internal-error-properties):
11204 Respect compilation-first-column in the "*compilation*" buffer.
11205
11206 * emacs-lisp/easy-mmode.el (define-minor-mode):
11207 Relax :variable's test for a named function.
11208
11209 2012-01-31 Alan Mackenzie <acm@muc.de>
11210
11211 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11212 off by one error.
11213
11214 2012-01-31 Chong Yidong <cyd@gnu.org>
11215
11216 * frame.el (set-frame-font): New arg ALL-FRAMES.
11217
11218 * menu-bar.el (menu-set-font): Use set-frame-font.
11219
11220 * faces.el (face-spec-reset-face): Don't apply unspecified
11221 attribute values to the default face.
11222
11223 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11224
11225 * progmodes/cwarn.el (cwarn): Remove dead link.
11226 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11227 Remove * from defcustom docstrings.
11228 (turn-on-cwarn-mode): Make obsolete.
11229 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11230 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11231
11232 2012-01-31 Glenn Morris <rgm@gnu.org>
11233
11234 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11235 Fix :variable handling of mode a symbol not equal to modefun.
11236 Allow named functions to be used as the cdr of :variable.
11237
11238 2012-01-30 Glenn Morris <rgm@gnu.org>
11239
11240 * emacs-lisp/authors.el (authors-fixed-entries):
11241 Remove reference to deleted file rnewspost.el.
11242
11243 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11244
11245 * window.el (window-with-parameter): Remove unused variable `windows'.
11246 (window--side-check): Remove unused variable `code'.
11247 (window--resize-siblings): Remove unused variable `first'.
11248 (adjust-window-trailing-edge): Remove unused variable `failed'.
11249 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11250 Use `let', not `let*'.
11251 (balance-windows-2): Remove unused variable `found'.
11252 (window--state-put-2): Remove unused variable `splits'.
11253 (window-state-put): Remove unused variable `selected'.
11254 (same-window-p): Use `string-match-p'.
11255 (display-buffer-assq-regexp): Remove unused variable `value'.
11256 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11257 Mark argument ALIST as ignored.
11258 (pop-to-buffer): Remove unused variable `old-window'.
11259
11260 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11261
11262 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11263 and .lzma compressed files.
11264
11265 2012-01-29 Chong Yidong <cyd@gnu.org>
11266
11267 * frame.el (window-system-default-frame-alist): Doc fix.
11268
11269 * dynamic-setting.el (font-setting-change-default-font): Don't
11270 change the default face if SET-FONT argument is non-nil (Bug#9982).
11271
11272 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11273
11274 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11275
11276 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11277
11278 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11279 breakpoints in files outside current directory (Bug#6098).
11280
11281 2012-01-29 Chong Yidong <cyd@gnu.org>
11282
11283 * progmodes/python.el: Require ansi-color at top-level.
11284
11285 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11286 Define and use in Emacs Lisp mode (Bug#9360).
11287 (lisp-mode-abbrev-table): Add doc.
11288 (lisp-mode-variables): Don't set local-abbrev-table.
11289 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11290
11291 2012-01-28 Roland Winkler <winkler@gnu.org>
11292
11293 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11294
11295 2012-01-28 Roland Winkler <winkler@gnu.org>
11296
11297 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11298 (bibtex-set-dialect): Use it. Either set global values of
11299 dialect-dependent variables or bind these variables buffer-locally
11300 (Bug#10254).
11301 (bibtex-mode): Call bibtex-set-dialect via
11302 hack-local-variables-hook.
11303 (bibtex-dialect): Update docstring.
11304 Add safe-local-variable predicate.
11305 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11306 bibtex-set-dialect.
11307 (bibtex-mode-map): Define menu for each dialect.
11308 (bibtex-entry): Fix docstring.
11309
11310 2012-01-28 Chong Yidong <cyd@gnu.org>
11311
11312 * eshell/esh-arg.el (eshell-quote-argument): New function.
11313
11314 * eshell/esh-ext.el (eshell-invoke-batch-file):
11315 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11316 first arg to eshell-parse-command (Bug#10523).
11317
11318 2012-01-28 Drew Adams <drew.adams@oracle.com>
11319
11320 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11321 `default-directory' is non-nil.
11322
11323 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11324
11325 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11326 line that displays system-configuration-options. (Bug#9924)
11327
11328 2012-01-28 Drew Adams <drew.adams@oracle.com>
11329
11330 * descr-text.el (describe-char): Show information about POS, in
11331 addition to information about the character at POS. Improve and
11332 update the doc string. Change "code point" to "code point in
11333 charset", to avoid confusion with the character's Unicode code
11334 point shown above that. (Bug#10129)
11335
11336 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11337
11338 * descr-text.el (describe-char): Show the raw character, not only
11339 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11340 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11341 for the reasons.
11342
11343 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11344
11345 * emacs-lisp/package.el (package-install):
11346 Run package-refresh-contents if there is no archive yet (Bug#9798).
11347
11348 2012-01-28 Chong Yidong <cyd@gnu.org>
11349
11350 * emacs-lisp/package.el (package-maybe-load-descriptor):
11351 New function, split from package-maybe-load-descriptor.
11352 (package-maybe-load-descriptor): Use it.
11353 (package-download-transaction): Fully load required packages
11354 inside the loop, so that `require' calls work (Bug#10593).
11355 (package-install): No need to call package-initialize now.
11356
11357 2012-01-28 Chong Yidong <cyd@gnu.org>
11358
11359 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11360
11361 * tooltip.el (tooltip-mode): Doc fix.
11362 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11363
11364 * frame.el (set-cursor-color): Doc fix (Bug#352).
11365
11366 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11367 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11368
11369 * cus-edit.el (custom-buffer-create-internal): Fix search button
11370 action (Bug#10542).
11371 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11372
11373 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11374
11375 * dired.el (dired-mark-files-regexp):
11376 Include any subdirectory components. (Bug#10445)
11377
11378 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11379
11380 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11381 Handle [host]:port syntax. (Bug#10533)
11382
11383 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11384
11385 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11386
11387 2012-01-26 Glenn Morris <rgm@gnu.org>
11388
11389 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11390 * term.el (term-raw-escape-map): Use Control-X-prefix.
11391 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11392
11393 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11394
11395 * window.el (window-state-get, window--state-get-1): Don't deal
11396 with fixed-sizeness of windows. Simplify code.
11397
11398 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11399
11400 * window.el (window--state-get-1, window--state-put-2):
11401 Don't save and restore the mark.
11402
11403 2012-01-25 Chong Yidong <cyd@gnu.org>
11404
11405 * custom.el (custom-variable-p): Doc fix.
11406
11407 2012-01-25 Glenn Morris <rgm@gnu.org>
11408
11409 * dired.el (dired-goto-file): Handle some of the more common
11410 characters that `ls -b' escapes. (Bug#10596)
11411
11412 * progmodes/compile.el (compilation-next-error-function):
11413 Respect compilation-first-column in the "*compilation*" buffer.
11414 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11415
11416 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11417
11418 2012-01-24 Glenn Morris <rgm@gnu.org>
11419
11420 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11421
11422 2012-01-24 Julien Danjou <julien@danjou.info>
11423
11424 * color.el (color-rgb-to-hsl): Fix value computing.
11425 (color-hue-to-rgb): New function.
11426 (color-hsl-to-rgb): New function.
11427 (color-clamp, color-saturate-hsl, color-saturate-name)
11428 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11429 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11430
11431 2012-01-24 Glenn Morris <rgm@gnu.org>
11432
11433 * vc/vc-rcs.el (vc-rcs-create-tag):
11434 * vc/vc-sccs.el (vc-sccs-create-tag):
11435 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11436
11437 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11438
11439 * eshell/esh-util.el (eshell-read-hosts-file):
11440 Skip comment lines. (Bug#10549)
11441
11442 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11443
11444 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11445
11446 * subr.el (display-delayed-warnings): Doc fix.
11447 (collapse-delayed-warnings): New function to collapse identical
11448 adjacent warnings.
11449 (delayed-warnings-hook): Add it.
11450
11451 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11452
11453 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11454
11455 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11456 (tramp-default-user-alist): Don't add "pscp".
11457 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11458 property "login-as", if set. (Bug#10530)
11459
11460 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11461
11462 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11463 "plink1" and "psftp". (Bug#10530)
11464
11465 2012-01-21 Kenichi Handa <handa@m17n.org>
11466
11467 * international/mule-cmds.el (prefer-coding-system): Show a
11468 warning message if the default value of file-name-coding-system
11469 was not changed.
11470
11471 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11472
11473 * windmove.el (windmove-reference-loc):
11474 Fix windmove-reference-loc miscalculation.
11475
11476 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11477
11478 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11479 default unit.
11480
11481 2012-01-21 Glenn Morris <rgm@gnu.org>
11482
11483 * international/mule.el (auto-coding-alist): Add .tbz.
11484
11485 * files.el (local-enable-local-variables): Doc fix.
11486 (inhibit-local-variables-regexps): Rename from
11487 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11488 Doc fix. Add some extensions from auto-coding-alist.
11489 (inhibit-local-variables-suffixes):
11490 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11491 (inhibit-local-variables-p):
11492 New function, extracted from set-auto-mode-1.
11493 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11494 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11495 (hack-local-variables): Doc fix. Make the mode-only case
11496 respect enable-local-variables and friends.
11497 Respect inhibit-local-variables-regexps for file-locals, but
11498 not for directory-locals.
11499 (set-visited-file-name):
11500 Take account of inhibit-local-variables-regexps.
11501 Whether it applies may change as the file name is changed.
11502 * jka-cmpr-hook.el (jka-compr-install):
11503 * jka-compr.el (jka-compr-uninstall):
11504 Update for inhibit-first-line-modes-suffixes name change.
11505
11506 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11507
11508 * help-macro.el (make-help-screen): Temporarily restore original
11509 binding for minor-mode-map-alist (Bug#10454).
11510
11511 2012-01-19 Julien Danjou <julien@danjou.info>
11512
11513 * color.el (color-name-to-rgb): Use the white color to find the max
11514 color component value and return correctly computed values.
11515 (color-name-to-rgb): Add missing float conversion for max value.
11516
11517 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11518
11519 * window.el (window--state-get-1, window-state-get): Do not use
11520 special state value for window-persistent-parameters.
11521 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11522 (window--state-put-2): Reset all window parameters to nil before
11523 assigning values of persistent parameters.
11524
11525 2012-01-18 Alan Mackenzie <acm@muc.de>
11526
11527 Eliminate sluggishness and hangs in fontification of "semicolon
11528 deserts".
11529
11530 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11531 Change value 10000 -> 3000.
11532 (c-state-safe-place): Reformulate so it doesn't stack up an
11533 infinite number of wrong entries in c-state-nonlit-pos-cache.
11534 (c-determine-limit-get-base, c-determine-limit): New functions to
11535 determine backward search limits disregarding literals.
11536 (c-find-decl-spots): Amend commenting.
11537 (c-cheap-inside-bracelist-p): New function which detects "={".
11538
11539 * progmodes/cc-fonts.el
11540 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11541 backward search.
11542 (c-font-lock-declarations): Fix an occurrence of point being
11543 undefined. Check additionally for point being in a bracelist or
11544 near a macro invocation without a semicolon so as to avoid a
11545 fruitless time consuming search for a declarator. Give a more
11546 precise search limit for declarators using the new
11547 c-determine-limit.
11548
11549 2012-01-18 Glenn Morris <rgm@gnu.org>
11550
11551 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11552 (set-auto-mode): Doc fixes.
11553
11554 2012-01-17 Glenn Morris <rgm@gnu.org>
11555
11556 * isearch.el (search-nonincremental-instead): Fix doc typo.
11557
11558 * dired.el (dired-insert-directory): Handle newlines in directory name.
11559 (dired-build-subdir-alist): Unescape newlines in directory name.
11560
11561 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11562
11563 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11564 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11565 (tramp-action-terminal): Use it. (Bug#10530)
11566
11567 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11570
11571 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11572
11573 * window.el (window-state-ignored-parameters): Remove variable.
11574 (window--state-get-1): Rename argument MARKERS to IGNORE.
11575 Handle persistent window parameters. Make copy of clone-of
11576 parameter only if requested. (Bug#10348)
11577 (window--state-put-2): Install a window parameter only if it has
11578 a non-nil value or an existing parameter shall be overwritten.
11579
11580 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11581
11582 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11583
11584 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11585
11586 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11587 don't pass the (nil) value of `upnode' to string-match.
11588
11589 2012-01-14 Chong Yidong <cyd@gnu.org>
11590
11591 * startup.el (command-line): Fix X resource class for cursorColor.
11592 Fix values recognized by the cursorBlink resource.
11593
11594 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11595
11596 * epg.el (epg--make-temp-file): Avoid permission race condition
11597 when running on old Emacs versions (bug#10403).
11598
11599 2012-01-14 Glenn Morris <rgm@gnu.org>
11600
11601 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11602
11603 2012-01-13 Alan Mackenzie <acm@muc.de>
11604
11605 Fix filling for when filladapt mode is enabled.
11606
11607 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11608 c-mask-paragraph, pass in `fill-paragraph' rather than
11609 `fill-region-as-paragraph'. (This is a reversion of a previous
11610 change.)
11611 * progmodes/cc-mode.el (c-basic-common-init):
11612 Make fill-paragraph-handle-comment buffer local and set it to nil.
11613
11614 2012-01-13 Glenn Morris <rgm@gnu.org>
11615
11616 * dired.el (dired-switches-escape-p): New function.
11617 (dired-insert-directory): Use dired-switches-escape-p.
11618 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11619
11620 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11621
11622 2012-01-12 Glenn Morris <rgm@gnu.org>
11623
11624 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11625 changes in adaptive-fill-regexp. (Bug#10276)
11626
11627 2012-01-11 Alan Mackenzie <acm@muc.de>
11628
11629 Fix Emacs bug #10463 - put `widen's around the critical spots.
11630
11631 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11632 widen around each invocation of c-state-pp-to-literal. Remove an
11633 unused let variable.
11634
11635 2012-01-11 Glenn Morris <rgm@gnu.org>
11636
11637 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11638 Doc fix.
11639
11640 2012-01-10 Chong Yidong <cyd@gnu.org>
11641
11642 * net/network-stream.el (network-stream-open-starttls):
11643 Avoid emitting a confusing error message when the server gives a bad
11644 response to the capability command.
11645
11646 2012-01-10 Glenn Morris <rgm@gnu.org>
11647
11648 * mail/unrmail.el (unrmail): Tweak previous change.
11649
11650 2012-01-09 Chong Yidong <cyd@gnu.org>
11651
11652 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11653
11654 2012-01-08 Alan Mackenzie <acm@muc.de>
11655
11656 Optimise font locking in long enum definitions.
11657
11658 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11659 arm to a cond form to handle enums.
11660 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11661 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11662
11663 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11664
11665 * files.el (move-file-to-trash): Preserve default file modes on error.
11666 (Bug#10401)
11667
11668 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11669
11670 * faces.el (set-face-attribute): Clarify the meaning of the nil
11671 frame (bug#10294).
11672
11673 * subr.el (with-selected-frame): Mention that the selected frame
11674 is restored (bug#9980).
11675
11676 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11677 (bug#9759).
11678
11679 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11680 (password-read): Don't autoload unused function.
11681
11682 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11683
11684 * progmodes/which-func.el (which-func-mode): Turn into a
11685 non-interactive function and mark as obsolete (bug#10428).
11686
11687 2012-01-06 Chong Yidong <cyd@gnu.org>
11688
11689 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11690 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11691 functions, along with 1 and -1.
11692
11693 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11694
11695 * time.el (display-time-load-average)
11696 (display-time-default-load-average): Doc fixes. See the thread
11697 starting at
11698 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11699 for the details.
11700
11701 2012-01-06 Glenn Morris <rgm@gnu.org>
11702
11703 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11704 has no messages. (Bug#10377)
11705
11706 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11707 than Info-edit. (Bug#10385)
11708
11709 * time.el (display-time-load-average, display-time-next-load-average):
11710 Doc fixes.
11711
11712 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11713 local setting of buffer-read-only to the input buffer. (Bug#10419)
11714
11715 * calendar/calendar.el (calendar-mode):
11716 Locally set scroll-margin to 0. (Bug#10379)
11717
11718 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11719
11720 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11721
11722 2012-01-05 Glenn Morris <rgm@gnu.org>
11723
11724 * eshell/em-unix.el (diff-no-select): Autoload it.
11725 (eshell/diff): Use diff-no-select. (Bug#10420)
11726
11727 2012-01-05 Chong Yidong <cyd@gnu.org>
11728
11729 * shell.el (shell-dynamic-complete-functions): Revert last change.
11730 (shell-command-completion-function): New function.
11731 (shell-completion-vars): Use it to implement
11732 shell-completion-execonly (Bug#10417).
11733
11734 * custom.el (enable-theme): Don't set custom-safe-themes.
11735
11736 * cus-theme.el (custom-theme-merge-theme):
11737 Ignore custom-enabled-themes and custom-safe-themes.
11738
11739 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11740
11741 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11742 first prompt in `sql-interacive-mode'.
11743 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11744 keywords.
11745 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11746 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11747 context of original buffer. Invoke `sql-login-hook'.
11748
11749 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11750
11751 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11752 letters in cite-prefix.
11753
11754 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11755
11756 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11757
11758 2012-01-03 Chong Yidong <cyd@gnu.org>
11759
11760 * shell.el (shell-dynamic-complete-functions):
11761 Put pcomplete-completions-at-point, so as to try
11762 comint-filename-completion first (Bug#10417).
11763
11764 2012-01-02 Richard Stallman <rms@gnu.org>
11765
11766 * battery.el (battery-status-function):
11767 Detect when to use battery-yeeloong-sysfs.
11768 (battery-echo-area-format): Add string for Yeeloong.
11769 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11770 (battery-yeeloong-sysfs): New function.
11771
11772 2012-01-02 Chong Yidong <cyd@gnu.org>
11773
11774 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11775 (dirtrack): Merge code for handling relative filenames in prompt
11776 from shell-dir-cookie-watcher.
11777 (dirtrack-debug-message): New arg to avoid excess format calls.
11778
11779 * shell.el (shell-dir-cookie-re): Variable deleted.
11780 (shell-dir-cookie-watcher): Function deleted.
11781 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11782 with dirtrack-mode.
11783
11784 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11785
11786 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11787 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11788 libgnutls-26.dll.
11789
11790 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11791
11792 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11793
11794 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11795
11796 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11797 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11798
11799 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11800
11801 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11802 also for alternative shells.
11803 (tramp-open-connection-setup-interactive-shell): Check, whether
11804 the shell is a busybox.
11805 (tramp-send-command): Don't suppress multiple prompts for
11806 busyboxes, it hurts.
11807
11808 2011-12-28 Chong Yidong <cyd@gnu.org>
11809
11810 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11811 (gdb-get-source-file): Move mode line update to
11812 gdb-get-source-file (Bug#10087).
11813
11814 2011-12-25 Chong Yidong <cyd@gnu.org>
11815
11816 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11817 gud-gdb-marker-filter without taking it as an argument.
11818 (gud-gdb-run-command-fetch-lines): Caller changed.
11819 (gud-gdb-completion-function): New variable.
11820 (gud-gdb-completion-at-point): Use it.
11821 (gud-gdb-completions-1): Split from gud-gdb-completions.
11822
11823 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11824 function as separate arguments.
11825 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11826 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11827 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11828 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11829 (gdb-stopped, def-gdb-auto-update-trigger)
11830 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11831 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11832 Callers changed.
11833 (gud-gdbmi-completions): New function.
11834 (gdb): Use it for generating the completion table.
11835
11836 2011-12-24 Alan Mackenzie <acm@muc.de>
11837
11838 Introduce a mechanism to widen the region used in context font
11839 locking. Use this to protect declarations from losing their contexts.
11840
11841 * progmodes/cc-langs.el (c-before-font-lock-functions):
11842 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11843 (c-before-context-fontification-functions): New defvar, a list of
11844 functions to be run just before context (etc.) font locking.
11845
11846 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11847 New, functionality extracted from
11848 c-neutralize-syntax-in-and-mark-CPP.
11849 (c-in-after-change-fontification): New variable.
11850 (c-after-change): Set c-in-after-change-fontification.
11851 (c-set-fl-decl-start): Rejig its interface, so it can be called
11852 from both after-change and context fontifying.
11853 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11854 New functions.
11855 (c-standard-font-lock-fontify-region-function): New variable.
11856 (c-font-lock-fontify-region): New function.
11857
11858 2011-12-24 Juri Linkov <juri@jurta.org>
11859
11860 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11861 (Bug#10348)
11862
11863 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11864
11865 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11866 existence of source file. (Bug#10325)
11867
11868 2011-12-23 Alan Mackenzie <acm@muc.de>
11869
11870 Fix unstable fontification inside templates.
11871
11872 * progmodes/cc-langs.el (c-before-font-lock-functions):
11873 Newly created from the singular version. The (c c++ objc) entry now
11874 additionally has c-set-fl-decl-start. The other languages (apart
11875 from AWK) have that as a single entry.
11876
11877 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11878 The functionality for "local" declarations has been extracted to
11879 c-set-fl-decl-start.
11880
11881 * progmodes/cc-mode.el (c-common-init, c-after-change):
11882 Changes due to pluralisation of c-before-font-lock-functions.
11883 (c-set-fl-decl-start): New function, extracted from
11884 c-font-lock-enclosing-decls and enhanced.
11885
11886 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11887
11888 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11889
11890 2011-12-22 Juri Linkov <juri@jurta.org>
11891
11892 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11893
11894 2011-12-22 Chong Yidong <cyd@gnu.org>
11895
11896 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11897
11898 2011-12-21 Drew Adams <drew.adams@oracle.com>
11899
11900 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11901
11902 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11903
11904 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11905
11906 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11907
11908 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11909 highlighting and support. Fix up comments for capitalization.
11910 (cfengine-mode-debug): New var.
11911 (cfengine3-mode): Change the modeline indicator to "CFE3".
11912 (cfengine3-font-lock-keywords): Improve defun highlighting.
11913 (cfengine2-actions): Rename from `cfengine-actions'.
11914 (cfengine2-font-lock-keywords): Rename from
11915 `cfengine-font-lock-keywords'.
11916 (cfengine2-imenu-expression): Rename from
11917 `cfengine-imenu-expression'.
11918 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11919 (cfengine2-beginning-of-defun): Rename from
11920 `cfengine-beginning-of-defun'.
11921 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11922 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11923 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11924 modeline indicator to "CFE2".
11925 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11926 (cfengine-mode-abbrevs): Mark obsolete.
11927
11928 2011-12-21 Chong Yidong <cyd@gnu.org>
11929
11930 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11931 filename argument.
11932
11933 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11934
11935 * window.el (window-normalize-buffer-to-display): Remove.
11936 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11937
11938 2011-12-19 Chong Yidong <cyd@gnu.org>
11939
11940 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11941 Don't signal an error in a predicate function; return non-nil.
11942 (vc-dir-mark-file): Move the error here.
11943 (vc-dir-mark-unmark): If acting on the region, keep going if one
11944 of the entries cannot be marked/unmarked.
11945 (vc-dir-mark-all-files): If current entry is a directory, mark
11946 only child files, as documented.
11947
11948 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11949
11950 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11951 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11952 addition.
11953
11954 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11955
11956 * term/ns-win.el (ns-get-selection-internal)
11957 (ns-store-selection-internal): Declare.
11958 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11959 Declare as obsolete.
11960 (ns-get-pasteboard, ns-paste-secondary):
11961 Use ns-get-selection-internal.
11962 (ns-set-pasteboard, ns-copy-including-secondary):
11963 Use ns-store-selection-internal.
11964
11965 2011-12-17 Chong Yidong <cyd@gnu.org>
11966
11967 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11968 (vc-deduce-fileset): Doc fix.
11969
11970 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11971
11972 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11973
11974 2011-12-13 Sam Steingold <sds@gnu.org>
11975
11976 * man.el (Man-getpage-in-background): When running under a
11977 window-system, ignore $MANWIDTH and $COLUMNS.
11978
11979 2011-12-15 Kenichi Handa <handa@m17n.org>
11980
11981 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11982 (setup-ethiopic-environment-internal): Comment out key-binding for
11983 ethio-toggle-punctuation.
11984
11985 2011-12-13 Alan Mackenzie <acm@muc.de>
11986
11987 Add the switch statement to AWK Mode.
11988
11989 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11990 "default" to the keywords regexp.
11991
11992 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11993 expression as the rest.
11994 (c-nonlabel-token-key): Allow string literals for AWK.
11995 Refactor for the other modes.
11996
11997 Large brace-block initialisation makes CC Mode slow: Fix.
11998 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11999 routines. Limit backward searching in c-font-lock-enclosing.decl.
12000
12001 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12002 pp-state and literal type in addition to the limits.
12003 (c-state-safe-place): New defun, extracted from c-state-literal-at.
12004 (c-state-literal-at): Use the above new defun.
12005 (c-slow-in-literal, c-fast-in-literal): Remove.
12006 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12007
12008 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12009 being in a literal. Add a limit for backward searching.
12010
12011 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12012 c-slow-in-literal.
12013
12014 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12015
12016 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12017
12018 2011-12-13 Martin Rudalics <rudalics@gmx.at>
12019
12020 * window.el (delete-other-windows): Use correct frame in call to
12021 window-with-parameter.
12022
12023 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12024
12025 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12026 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12027 (makefile-gmake-statements, makefile-makepp-statements):
12028 Use it and add new makepp keywords.
12029 (makefile-makepp-font-lock-keywords): Add new patterns.
12030 (makefile-match-function-end): Match new [...] and [[...]].
12031
12032 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
12033
12034 * ses.el (ses-call-printer-return, ses-cell-property-get)
12035 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12036 (ses-create-cell-variable, ses-reset-header-string)
12037 (ses-cell-set-formula, ses-repair-cell-reference-all)
12038 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12039 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12040 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12041 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12042 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12043 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12044 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12045 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12046 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12047 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12048 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12049 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12050
12051 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12052
12053 * ses.el: The overall change is to add cell renaming, that is
12054 setting fancy names for cell symbols other than name matching
12055 "\\`[A-Z]+[0-9]+\\'" regexp .
12056 (ses-create-cell-variable): New defun.
12057 (ses-relocate-formula): Relocate formulas only for cells the
12058 symbols of which are not renamed, i.e. symbols whose names do not
12059 match regexp "\\`[A-Z]+[0-9]+\\'".
12060 (ses-relocate-all): Relocate values only for cells the symbols of
12061 which are not renamed.
12062 (ses-load): Create cells variables as the (ses-cell ...) are read,
12063 in order to check row col consistency with cell symbol name only
12064 for cells that are not renamed.
12065 (ses-replace-name-in-formula): New defun.
12066 (ses-rename-cell): New defun.
12067
12068 2011-12-11 Chong Yidong <cyd@gnu.org>
12069
12070 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12071 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12072
12073 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12074
12075 * window.el (other-window): Fix docstring.
12076
12077 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12078
12079 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12080 `from' or `to' address before taking its substring.
12081 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12082 encoded name is chopped in the middle of the encoded string, and
12083 thus displayed encoded.
12084
12085 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
12086
12087 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12088
12089 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12090
12091 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12092 to use texinfo-update-node and commands that call it if the
12093 Texinfo file uses @node lines without next/prev/up pointers.
12094 Correct outdated description about texinfo-master-menu.
12095 (texinfo-all-menus-update, texinfo-master-menu)
12096 (texinfo-update-node, texinfo-every-node-update)
12097 (texinfo-multiple-files-update): Doc fix. Warn against updating
12098 all the @node lines.
12099 (texinfo-master-menu): Only call texinfo-update-node if the prefix
12100 argument is numeric. Explain better in the doc string what the
12101 function really does.
12102 (texinfo-insert-master-menu-list): Improve the error message
12103 displayed if there's no menu in the Top node.
12104 (Bug#2975) See also this thread:
12105 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12106
12107 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12108
12109 * speedbar.el (speedbar-supported-extension-expressions):
12110 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12111
12112 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
12113
12114 * printing.el (pr-mode-alist):
12115 * simple.el (filter-buffer-substring-functions)
12116 (completion-list-insert-choice-function):
12117 * window.el (window-with-parameter, window-atom-root)
12118 (window-sides-slots, window-size-fixed, window-min-delta)
12119 (window-max-delta, window--resize-mini-window)
12120 (window--resize-child-windows-normal, window-tree)
12121 (delete-other-windows, quit-window, split-window)
12122 (display-buffer-record-window, special-display-buffer-names)
12123 (special-display-regexps, special-display-popup-frame)
12124 (same-window-p, split-window-sensibly)
12125 (display-buffer-overriding-action, display-buffer-alist)
12126 (display-buffer-base-action, display-buffer, switch-to-buffer)
12127 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12128 (fit-window-to-buffer, recenter-positions)
12129 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12130 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12131 and remove unneeded backslashes in docstrings.
12132
12133 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12136
12137 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12138 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12139 end in ".mk".
12140 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12141 when reading the makefile (bug#10116).
12142
12143 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12146 (bug#10116).
12147
12148 2011-12-06 Glenn Morris <rgm@gnu.org>
12149
12150 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12151
12152 2011-12-06 Chong Yidong <cyd@gnu.org>
12153
12154 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12155
12156 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12157
12158 * textmodes/table.el (table-shorten-cell): Fix typo.
12159
12160 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12161
12162 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12163
12164 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12165
12166 * descr-text.el (describe-char): Fix display of strong
12167 right-to-left characters and directional embeddings and overrides.
12168
12169 * simple.el (what-cursor-position): Fix display of codepoints of
12170 strong right-to-left characters.
12171
12172 2011-12-05 Chong Yidong <cyd@gnu.org>
12173
12174 * faces.el (read-color): Doc fix.
12175
12176 2011-12-05 Glenn Morris <rgm@gnu.org>
12177
12178 * align.el (align--set-marker): Add doc-string.
12179 Don't try to move something that is not a marker. (Bug#10216)
12180
12181 2011-12-04 Glenn Morris <rgm@gnu.org>
12182
12183 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12184 overly zealous deletion of trailing whitespace.
12185
12186 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12187
12188 * server.el (server-delete-client): On Windows, do not try to delete
12189 the only terminal.
12190 (server-process-filter): On Windows, treat requests for a tty frame as
12191 if they were for a GUI frame if the running server is in GUI mode.
12192
12193 2011-12-03 Glenn Morris <rgm@gnu.org>
12194
12195 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12196
12197 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * electric.el: Streamline electric-indent's hook.
12200 (electric-indent-chars): Revert to simple list.
12201 (electric-indent-functions): New var.
12202 (electric-indent-post-self-insert-function): Use it.
12203
12204 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12205 there's no inferior buffer (bug#10196).
12206 (prolog-consult-compile): Don't use toggle-read-only.
12207
12208 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12209
12210 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12211 interrupt. (Bug#10187)
12212
12213 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12216 (bug#9160).
12217
12218 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12219 (bug#10191).
12220
12221 2011-12-02 Juri Linkov <juri@jurta.org>
12222
12223 * info.el (Info-search): Display "end of manual" when Isearch
12224 reaches the end of single-file Info manual. (Bug#9918)
12225
12226 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12227
12228 * isearch.el (isearch-message-prefix): Run the input method part
12229 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12230
12231 2011-12-02 Juri Linkov <juri@jurta.org>
12232
12233 * isearch.el (isearch-occur): Use `word-search-regexp' for
12234 `isearch-word'.
12235 (isearch-search-and-update): Add condition for `isearch-word' and
12236 call `word-search-regexp'. (Bug#10145)
12237
12238 2011-12-01 Glenn Morris <rgm@gnu.org>
12239
12240 * eshell/em-hist.el (eshell-hist-initialize):
12241 Handle eshell-history-size nil and HISTSIZE set or unset.
12242 (eshell-history-file-name, eshell-history-size): Fix custom type.
12243
12244 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12245
12246 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12247
12248 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12249
12250 * progmodes/verilog-mode.el (verilog-pretty-expr):
12251 Rework verilog-pretty-expr to handle new assignment operators in system
12252 verilog, such as += *= and the like.
12253 (verilog-assignment-operator-re): Regular expression to find the
12254 assigment operator in a verilog assignment.
12255 (verilog-assignment-operation-re): Regular expression to find an
12256 assignment statement for pretty-expr.
12257 (verilog-in-attribute-p): Query returns true if point is in an
12258 attribute context; used to skip these for expression line up from
12259 pretty-expr.
12260 (verilog-in-parameter-p): Query returns true if point is in an
12261 parameter definition context; used to skip these for expression
12262 line up from pretty-expr.
12263 (verilog-in-parenthesis-p): Query returns true if point is in a
12264 parenthetical expression, specifically ( ) but not [ ] or { };
12265 used by pretty-expr.
12266 (verilog-just-one-space): If there is no space, don't add one.
12267 (verilog-get-lineup-indent-2): Specifically skip just attribute
12268 contexts for expression lineup, rather than skipping all
12269 parenthetical expressions.
12270 (verilog-calculate-indent): Fix comment, and fix indent.
12271 (verilog-do-indent): Indent declarations in lists (suggested by
12272 Joachim Lechner).
12273 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12274 skeleton items.
12275 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12276 by Alain Mellan).
12277
12278 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12279
12280 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12281 parameters with embedded comments. Reported by Ray Stevens.
12282 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12283 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12284 Reported by Tim Holt.
12285 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12286 instantiated by upper module causing wrong expansion until AUTOed a
12287 second time. Reported by K C Buckenmaier.
12288 (verilog-diff-auto): Fix showing .* as a difference when
12289 `verilog-auto-star-save' off. Reported by Dan Dever.
12290 (verilog-auto-reset, verilog-read-always-signals)
12291 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12292 temporary signals in reset list if
12293 verilog-auto-reset-blocking-in-non is nil, and match assignment
12294 style to each signal's assignment type, bug381.
12295 Reported by Thomas Esposito.
12296 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12297 (verilog-uvm-statement-re): Support UVM indentation and
12298 highlighting, with old OVM keywords only.
12299 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12300 Support AUTOTIEOFF creating non-wire data types.
12301 Suggested by Jonathan Greenlaw.
12302 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12303 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12304 (verilog-inject-sense, verilog-read-inst-pins)
12305 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12306 Fix mismatching parenthesis inside commented out code when deleting
12307 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12308 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12309 non-numeric vector width. Reported by Alex Reed.
12310 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12311 detecting signals with parameter widths. Reported by Alex Reed.
12312 (verilog-auto-delete-trailing-whitespace):
12313 With `verilog-auto-delete-trailing-whitespace' remove trailing
12314 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12315 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12316 Fix verilog-scan-cache corruption when running user AUTO expansion
12317 hooks that call indentation routines.
12318 (verilog-simplify-range-expression): Fix typo ignoring lower case
12319 identifiers.
12320 (verilog-delete-auto): Fix delete-autos to also remove user created
12321 automatics, as long as they start with AUTO.
12322 (verilog-batch-diff-auto, verilog-diff-auto)
12323 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12324 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12325 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12326 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12327 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12328 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12329 is disabled and its cache will get corrupt, causing AUTOS not to
12330 expand. Instead use only -quick functions.
12331 (verilog-scan-region): Fix scanning over escaped quotes.
12332 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12333 (verilog-re-search-backward-quick)
12334 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12335 related functions now ignore strings, to fix misparsing of strings
12336 with magic comments embedded in them.
12337 (verilog-read-auto-template):
12338 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12339 Reported by Brad Dobbie.
12340 (verilog-read-auto-template):
12341 Fix 'verilog-auto-inst-template-numbers' with comments.
12342 Reported by Brad Dobbie.
12343 (verilog-auto-inst, verilog-auto-inst-param)
12344 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12345 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12346 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12347 debugging templates without merge conflicts, bug357.
12348 Reported by Brad Dobbie.
12349 (verilog-read-auto-template):
12350 Fix verilog-auto-inst-template-numbers with multiple templates.
12351 Reported by Brad Dobbie.
12352 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12353 abbrevs so user won't be asked to save.
12354 (verilog-read-auto-lisp-present): Fix to start at beginning of
12355 buffer in case called outside of verilog-auto.
12356 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12357 to "X-2". Reported by Matthew Myers.
12358 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12359 all inputs from module templates. Reported by Leith Johnson.
12360 (verilog-module-inside-filename-p): Fix locating programs as with
12361 modules.
12362 (verilog-auto-inst-port): Fix vl-width expressions when using
12363 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12364 (verilog-decls-get-regs, verilog-decls-get-signals,
12365 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12366 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12367 verilog-read-decls): Combine reg and wire structures into one var
12368 structure to represent SystemVerilog concepts.
12369 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12370 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12371 (verilog-auto-wire-type, verilog-insert-definition):
12372 Add verilog-auto-wire-type and AUTOLOGIC to support using
12373 SystemVerilog "logic" keyword instead of "wire"/"reg".
12374 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12375 to declares outputs that also have assignments (presumably in an
12376 ifdef or generate if so there's not a driver conflict).
12377 Reported by Matthew Myers.
12378 (verilog-auto-declare-nettype, verilog-insert-definition):
12379 Add verilog-auto-declare-nettype to fix declarations using
12380 `default_nettype none. Reported by Julian Gorfajn.
12381 (verilog-read-always-signals-recurse, verilog-read-decls)
12382 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12383 malformed end statement, bug325. Reported by Joshua Wise and
12384 Andrew Drake.
12385 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12386 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12387 when expanding .* in interfaces, bug320.
12388 Reported by Pierre-David Pfister.
12389 (verilog-read-module-name): Fix import statements between module
12390 name and open parenthesis, bug317.
12391 Reported by Pierre-David Pfister.
12392 (verilog-simplify-range-expression): Fix simplification of
12393 multiplications inside AUTOWIRE connections, bug303.
12394 (verilog-auto-inst-port): Support parameter expansion in
12395 multidimensional arrays.
12396 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12397 after "assert property". Reported by Julian Gorfajn.
12398 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12399 with multiplication, bug303.
12400 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12401 Reported by Jan Frode Lonnum.
12402
12403 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12404
12405 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12406 (hfy-shell-file-name, hfy-shell):
12407 * international/fontset.el (x-decompose-font-name): Fix typos.
12408
12409 2011-11-29 Ken Brown <kbrown@cornell.edu>
12410
12411 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12412 (gdb-version): Remove defvar.
12413 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12414 (gdb-gud-context-command, gdb-non-stop-handler)
12415 (gdb-current-context-command, gdb-stopped): Use it.
12416 (gdb-init-1): Enable pretty printing here.
12417 (gdb-non-stop-handler): Don't enable pretty-printing here.
12418 Check to see if the target supports non-stop mode; if not, turn off
12419 non-stop mode. Use the following.
12420 (gdb-check-target-async): New defun.
12421 (gud-watch, gdb-stopped): Fix whitespace.
12422 (gdb-get-source-file): Don't try to display the source file if
12423 `gdb-main-file' is nil.
12424
12425 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * align.el: Try to generate fewer markers (bug#10047).
12428 (align--set-marker): New macro.
12429 (align-region): Use it.
12430
12431 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12432
12433 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12434
12435 2011-11-29 Chong Yidong <cyd@gnu.org>
12436
12437 * indent.el (indent-for-tab-command, indent-according-to-mode):
12438 Doc fix.
12439 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12440
12441 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12442
12443 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12444 aware of remote file names. (Bug#10124)
12445
12446 2011-11-29 Chong Yidong <cyd@gnu.org>
12447
12448 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12449
12450 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * files.el (find-file): Don't use force-same-window (bug#10144).
12453 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12454 use pop-to-buffer if the selected window can't be used.
12455 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12456
12457 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12458
12459 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12460 special-mode-map.
12461
12462 2011-11-28 Chong Yidong <cyd@gnu.org>
12463
12464 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12465
12466 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12467
12468 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12469 gdb-get-source-file-list on gdb-create-source-file-list.
12470
12471 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12472
12473 * whitespace.el (whitespace-newline): Use a different foreground
12474 color for 16-color light-background displays.
12475
12476 2011-11-24 Chong Yidong <cyd@gnu.org>
12477
12478 * window.el (display-buffer--special-action): Doc fix.
12479
12480 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12481
12482 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12483 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12484 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12485 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12486 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12487 (avl-tree-stack-first):
12488 * emacs-lisp/cconv.el (cconv--analyse-use):
12489 * net/gnutls.el (gnutls-negotiate): Fix typos.
12490
12491 2011-11-24 Glenn Morris <rgm@gnu.org>
12492
12493 * lpr.el (lpr-windows-system, lpr-lp-system):
12494 * mail/binhex.el (binhex-begin-line):
12495 * progmodes/grep.el (grep-history, grep-find-history):
12496 * textmodes/flyspell.el:
12497 * vc/pcvs-defs.el (cvs-global-menu):
12498 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12499 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12500 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12501
12502 * net/tls.el: Fix case of "GnuTLS".
12503
12504 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12505
12506 * version.el (emacs-build-system): Give it a doc-string.
12507
12508 2011-11-24 Juri Linkov <juri@jurta.org>
12509
12510 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12511
12512 2011-11-24 Glenn Morris <rgm@gnu.org>
12513
12514 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12515 if called on a non-mime message just toggle the headers. (Bug#8006)
12516
12517 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12518
12519 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12520 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12521 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12522 (allout-rebullet-heading, allout-open-sibtopic)
12523 (allout-toggle-current-subtree-encryption)
12524 (allout-toggle-subtree-encryption, allout-encrypt-string)
12525 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12526 (allout-distinctive-bullets-string, allout-auto-activation):
12527 * window.el (window-normalize-buffer-to-display):
12528 * progmodes/verilog-mode.el (verilog-batch-indent):
12529 * textmodes/bibtex.el (bibtex-field-braces-opt)
12530 (bibtex-field-strings-opt):
12531 * vc/cvs-status.el (cvs-tree-merge):
12532 Fix typos.
12533
12534 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12535
12536 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12537 `non-essential' to t, in order to avoid remote connections.
12538
12539 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12540
12541 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12542 On MS-DOS and MS-Windows, compare with loaddefs.el
12543 case-insensitively.
12544
12545 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12546
12547 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12548
12549 2011-11-23 Glenn Morris <rgm@gnu.org>
12550
12551 * paths.el (rmail-file-name): Reformat the doc-string so that it
12552 is picked up.
12553
12554 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12555 (rmail-auto-file): Ignore case in the "special" field names,
12556 as mail-fetch-field does for all others.
12557
12558 * mail/rmail.el (rmail-forward):
12559 * mail/rmailkwd.el (rmail-set-label):
12560 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12561 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12562
12563 * mail/rmail.el (rmail-current-message): Doc fix.
12564
12565 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12566
12567 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12568
12569 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12570
12571 2011-11-22 Glenn Morris <rgm@gnu.org>
12572
12573 * mail/rmailmm.el (test-rmail-mime-handler)
12574 (test-rmail-mime-bulk-handler)
12575 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12576
12577 2011-11-21 Juri Linkov <juri@jurta.org>
12578
12579 * calc/calc.el (calc-read-key-sequence):
12580 Let-bind `input-method-function' to nil. (Bug#10018)
12581
12582 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12583
12584 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12585 Tell the caller that the next line needs recomputation, even
12586 though it doesn't start a sexp (bug#10094).
12587
12588 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12591
12592 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12593
12594 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12595 Use force-same-window.
12596
12597 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12598
12599 * descr-text.el (describe-char-unicode-data):
12600 * json.el (json-string-escape):
12601 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12602 (Footnote-unicode, Footnote-style-p):
12603 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12604
12605 2011-11-20 Chong Yidong <cyd@gnu.org>
12606
12607 * window.el (replace-buffer-in-windows): Restore interactive spec.
12608
12609 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12612
12613 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12614 (byte-compile-global-not-obsolete-vars): New var.
12615 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12616 Use it.
12617 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12618
12619 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12620
12621 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12622 * progmodes/pascal.el (electric-pascal-equal):
12623 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12624 * xml.el (xml-substitute-special): Fix typos.
12625
12626 2011-11-20 Glenn Morris <rgm@gnu.org>
12627
12628 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12629 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12630 Doc fixes.
12631 (rmail-decode-mime-charset): Mark as obsolete.
12632
12633 * mail/rmailsum.el (rmail-message-regexp-p-1):
12634 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12635 Before using mime functions, check they are set. (Bug#10077)
12636
12637 2011-11-19 Juri Linkov <juri@jurta.org>
12638
12639 * info.el (Info-finder-find-node): Use `package--builtins' instead
12640 of `package-alist'. Use node names formed by the pattern "Keyword "
12641 and the keyword name.
12642
12643 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12644
12645 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12646
12647 2011-11-19 Juri Linkov <juri@jurta.org>
12648
12649 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12650 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12651 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12652 `old-history', `old-history-forward'. Add let-binding
12653 `window-selected'. Remove calls to `kill-buffer',
12654 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12655 before calling `Info-find-node', so `Info-find-node-2' will reread
12656 the Info file. Restore window positions only when `window-selected'
12657 is non-nil.
12658
12659 2011-11-19 Juri Linkov <juri@jurta.org>
12660
12661 * isearch.el (isearch-lazy-highlight-new-loop):
12662 Remove condition `(not isearch-error)'. (Bug#9918)
12663
12664 * misearch.el (multi-isearch-search-fun): Add condition
12665 `(not bound)' to ignore lazy-highlighting search.
12666 Add the search-failed message "end of multi" when the end of
12667 multi-sequence is reached. Uncapitalize the search-failed
12668 message "Repeat for next buffer".
12669
12670 * info.el (Info-search): Add the search-failed message
12671 "end of the manual" when the end of the manual is reached
12672 in Isearch mode.
12673
12674 2011-11-19 Juri Linkov <juri@jurta.org>
12675
12676 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12677 Use non-destructive `remove' instead of `delete' because
12678 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12679 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12680
12681 2011-11-19 Juri Linkov <juri@jurta.org>
12682
12683 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12684 to nil instead of binding `search-ring' and `regexp-search-ring'.
12685 (Bug#9185)
12686
12687 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12688
12689 * simple.el (line-move): Force movement by logical lines for any
12690 hscrolled window, not only when auto-hscroll-mode is on.
12691 (line-move-visual): Update doc string to that effect. (Bug#10076)
12692
12693 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12694
12695 * language/european.el (macintosh): Define as alias for mac-roman.
12696
12697 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12698
12699 * mail/rmailmm.el (rmail-mime-display-header)
12700 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12701 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12702 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12703 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12704 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12705 of a raw aref.
12706 (rmail-mime-entity-segment): To get past the tagline, move forward
12707 2 more lines, to account for the 2 empty lines that precede and
12708 follow the line with the buttons.
12709 (rmail-mime-update-tagline): Move one more line, to get past the
12710 empty line that follows the buttons in the tagline. (Bug#9520)
12711
12712 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12713
12714 * window.el (window-max-delta-1, window-min-delta-1)
12715 (window-min-size-1, window-state-get-1, window-state-put-1)
12716 (window-state-put-2): Use "window--" prefix.
12717
12718 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12719
12720 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12721 (smie-warning-count): New var.
12722 (smie-set-prec2tab): Use it.
12723 (smie-bnf->prec2): Improve warnings. Add docstring.
12724 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12725 (smie-bnf--set-class): New function.
12726 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12727 corner case.
12728
12729 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12730 (compilation-error-properties, compilation-move-to-column):
12731 Handle compilation-first-column while in the target buffer.
12732
12733 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12734 Don't hardcode point-min==1.
12735
12736 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12737 (eshell-rewrite-for-command): Remove workaround.
12738 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12739 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12740 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12741
12742 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12743
12744 2011-11-17 Glenn Morris <rgm@gnu.org>
12745
12746 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12747 Ignore buffer-local generated-autoload-file if it is the same
12748 as the global value. (Bug#10049)
12749
12750 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12751
12752 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12753 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12754 (reftex-toc-previous-heading, reftex-toc-max-level)
12755 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12756 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12757 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12758 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12759 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12760 (reftex-toc-rename-label, reftex-toc-visit-location)
12761 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12762 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12763 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12764 leaving "*toc*" only for references to the buffer.
12765
12766 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12767
12768 * window.el (window-resize, delete-window, split-window):
12769 Replace window-splits by window-combination-resize.
12770 * cus-start.el (window-splits): Replace by window-combination-resize.
12771
12772 2011-11-17 Glenn Morris <rgm@gnu.org>
12773
12774 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12775 Make bash entry derive from sh entry, not shell entry.
12776
12777 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12778
12779 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12780 local file name.
12781
12782 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12783
12784 * menu-bar.el (menu-bar-file-menu):
12785 * printing.el (pr-ps-utility):
12786 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12787 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12788 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12789 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12790 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12791 (icalendar--convert-cyclic-to-ical)
12792 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12793 (icalendar--convert-ical-to-diary)
12794 (icalendar--convert-recurring-to-diary)
12795 (icalendar--convert-non-recurring-all-day-to-diary)
12796 (icalendar-import-format-sample):
12797 * progmodes/idlw-shell.el (idlwave-shell-mode):
12798 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12799 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12800 (vhdl-ps-print-init): Fix typos.
12801
12802 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12803
12804 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12805 FSF and collapse date sequence, obscure author/maintainer email address
12806 better, remove extra version line, track relocation of author's webpage.
12807
12808 * progmodes/python.el (python-pdbtrack-input-prompt)
12809 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12810 regular python pdb prompts. Adjustments shamelessly taken exactly as
12811 suggested in EmacsWiki page (tiny change):
12812 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12813
12814 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12815
12816 * expand.el (expand-pos, expand-index, expand-point):
12817 Remove redundant info from docstring.
12818 (expand-add-abbrevs): Doc fix.
12819 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12820 (expand-sample-perl-mode-expand-list): Fix typos.
12821
12822 * net/dbus.el (dbus-event-member-name):
12823 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12824 * term/pc-win.el (msdos-create-frame-with-faces):
12825 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12826
12827 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12828
12829 * window.el (split-window, window-state-get-1)
12830 (window-state-put-1, window-state-put-2): Rename occurrences of
12831 window-nest to window-combination-limit.
12832 * cus-start.el (window-nest): Rename to window-combination-limit.
12833
12834 2011-11-16 Chong Yidong <cyd@gnu.org>
12835
12836 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12837 regexp (Bug#10033).
12838
12839 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12842 `completing-read' will remove *Completions* and will preserve
12843 current-buffer for us.
12844 (tmm-add-prompt): Users of *Completions* will always (re)set its
12845 major mode.
12846 (tmm-old-comp-map): Remove.
12847
12848 2011-11-16 Glenn Morris <rgm@gnu.org>
12849
12850 * mail/rmailedit.el: Require rmailmm when compiling.
12851 (rmail-old-mime-state): New declaration.
12852 (rmail-edit-current-message): If editing a mime message,
12853 edit the "raw" message from the mbox buffer.
12854 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12855
12856 2011-11-15 Glenn Morris <rgm@gnu.org>
12857
12858 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12859 which wasn't being used. Add optional arg to force given state.
12860 (rmail-mime): Add optional arg to force given state.
12861
12862 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12863
12864 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12865 * frame.el (display-mm-dimensions-alist):
12866 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12867 (outline-move-subtree-down):
12868 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12869 (newsticker--treeview-do-get-node):
12870 * net/quickurl.el (quickurl-list-buffer-name):
12871 * progmodes/dcl-mode.el (dcl-mode):
12872 * progmodes/gdb-mi.el (gdb-mapcar*):
12873 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12874
12875 2011-11-15 Glenn Morris <rgm@gnu.org>
12876
12877 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12878 in a boolean sense, so just make it a boolean, and fix the doc.
12879 (rmail-show-mime-function, rmail-mime-feature)
12880 (rmail-require-mime-maybe): Doc fixes.
12881 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12882
12883 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12884
12885 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12886
12887 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12888 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12889 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12890 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12891
12892 2011-11-15 Glenn Morris <rgm@gnu.org>
12893
12894 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12895 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12896 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12897 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12898 (rmail-mime, rmail-show-mime): Doc fixes.
12899
12900 * term/ns-win.el (mode-line-frame-identification):
12901 Leave it alone. (Bug#10051)
12902
12903 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12904
12905 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12906 Handle empty buffers. (Bug#9978)
12907
12908 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12909
12910 * international/mule.el (define-charset):
12911 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12912 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12913 * progmodes/verilog-mode.el (verilog-backward-token):
12914 * textmodes/ispell.el (lookup-words):
12915 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12916
12917 2011-11-14 Glenn Morris <rgm@gnu.org>
12918
12919 * progmodes/executable.el
12920 (executable-make-buffer-file-executable-if-script-p):
12921 Handle file-modes returning nil.
12922
12923 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12924 message - not necessary, and causes problems. (Bug#9831)
12925
12926 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12927
12928 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12929
12930 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12931 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12932 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12933
12934 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12935
12936 * window.el (window-resize, delete-window): Use window-splits
12937 variable instead of function.
12938 (window-state-get-1, window-state-put-2, window-state-put):
12939 Don't deal with windows' splits status.
12940
12941 2011-11-12 Glenn Morris <rgm@gnu.org>
12942
12943 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12944 (apropos-documentation): Doc fixes.
12945
12946 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12947
12948 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12949 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12950
12951 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * electric.el (electric-indent-post-self-insert-function): Make it
12954 possible for a char to only indent in some circumstances.
12955 (electric-indent-mode): Simplify.
12956
12957 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12958
12959 * window.el (windows-with-parameter): Remove unused function.
12960 (windows-at-side): Rename to window-at-side-list.
12961 (window-check, window-atom-check, window-atom-check-1)
12962 (window-side-check, window-size-ignore, window-size-fixed-1)
12963 (window-in-direction-2): Prefix with "window--".
12964 (window-tree-1): Rename to window--subtree, fix doc-string.
12965
12966 2011-11-11 Glenn Morris <rgm@gnu.org>
12967
12968 * subr.el (eval-after-load): If FILE is already loaded,
12969 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12970
12971 2011-11-10 Glenn Morris <rgm@gnu.org>
12972
12973 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12974 Call svn via vc-svn-command rather than vc-do-command.
12975 (vc-svn-command): Add --non-interactive. (Bug#9993)
12976 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12977
12978 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12979 Add toggle-read-only. (Bug#7292)
12980 * files.el (toggle-read-only): Mention that it should only
12981 be used interactively. (Bug#10006)
12982
12983 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12986 Adjust regexp for OCaml warnings.
12987
12988 * electric.el (electric-pair-post-self-insert-function): Let user
12989 turn it off buffer-locally (bug#9932).
12990
12991 * progmodes/python.el (python-beginning-of-statement):
12992 Rewrite (bug#2703).
12993
12994 * progmodes/compile.el: Better handle TABs (bug#9749).
12995 (compilation-internal-error-properties)
12996 (compilation-next-error-function): Obey the target buffer's
12997 compilation-error-screen-columns.
12998
12999 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
13000
13001 * progmodes/meta-mode.el: Remove obsolete comments.
13002 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13003 Fix typos in docstrings.
13004
13005 2011-11-09 Martin Rudalics <rudalics@gmx.at>
13006
13007 * window.el (window-size-fixed-p): Rewrite doc-string.
13008 (window-resizable-p): Rename to window--resizable-p. Update callers.
13009 (window--resizable): New function. Make all callers of
13010 window-resizable call window--resizable instead.
13011 (window-resizable): Rewrite in terms of window--resizable.
13012
13013 2011-11-08 Glenn Morris <rgm@gnu.org>
13014
13015 * progmodes/delphi.el (delphi-mode-syntax-table):
13016 Let define-derived-mode define a proper syntax table. (Bug#9994)
13017
13018 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13019
13020 * window.el: Stay away from defsubst.
13021 (window-list-no-nils): Remove.
13022 (window-state-get-1, window-state-get): Use backquote instead.
13023
13024 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13025
13026 * emacs-lisp/find-func.el (find-function-read):
13027 Fix incorrect use of default argument in `completing-read'.
13028
13029 2011-11-08 Martin Rudalics <rudalics@gmx.at>
13030
13031 * window.el (display-buffer-function, special-display-function):
13032 Mention display-buffer-record-window but do not mention
13033 help-setup parameter in doc-strings.
13034 (window-min-delta): Fix doc-string typo.
13035
13036 2011-11-08 Chong Yidong <cyd@gnu.org>
13037
13038 * window.el (window-total-height, window-total-width): Doc fix.
13039 (window-body-size): Move from C.
13040 (window-body-height, window-body-width): Move to C.
13041
13042 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13043
13044 * window.el: Make special-display like display-buffer-alist (bug#9532).
13045 (display-buffer--special-action): New function, morphed
13046 from display-buffer--special.
13047 (display-buffer): Use it to handle special-display-buffers at higher
13048 priority (just after display-buffer-alist).
13049 (display-buffer-fallback-action, display-buffer--other-frame-action)
13050 (pop-to-buffer-same-window): Remove display-buffer--special.
13051
13052 2011-11-07 Glenn Morris <rgm@gnu.org>
13053
13054 * calendar/cal-menu.el (cal-menu-set-date-title):
13055 Do nothing if not in a calendar. (Bug#9976)
13056
13057 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 * files.el (find-file): Always use selected-window.
13060
13061 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13062
13063 * window.el (window-combinations): Make WINDOW argument
13064 mandatory. Rewrite doc-string.
13065 (walk-window-subtree, window-atom-check, window-min-delta)
13066 (window-max-delta, window--resize-this-window)
13067 (window--resize-root-window-vertically, window-tree)
13068 (balance-windows, window-state-put): Rewrite doc-strings as to
13069 not mention the term "subwindow".
13070 (window--resize-subwindows-skip-p): Rename to
13071 window--resize-child-windows-skip-p.
13072 (window--resize-subwindows-normal): Rename to
13073 window--resize-child-windows-normal.
13074 (window--resize-subwindows): Rename to
13075 window--resize-child-windows.
13076 (window-or-subwindow-p): Rename to window--in-subtree-p.
13077
13078 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13079
13080 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13081 Ensure that mbox format messages end in two newlines (Bug#9974).
13082
13083 2011-11-06 Chong Yidong <cyd@gnu.org>
13084
13085 * window.el (window-combination-p): Function deleted; its
13086 side-effect is not used in any existing code.
13087 (window-combinations, window-combined-p): Call window-*-child
13088 directly.
13089
13090 2011-11-05 Chong Yidong <cyd@gnu.org>
13091
13092 * window.el (window-valid-p): Rename from window-any-p.
13093 (window-size-ignore, window-state-get): Callers changed.
13094 (window-normalize-window): Rename from window-normalize-any-window.
13095 New arg LIVE-ONLY, replacing window-normalize-live-window.
13096 (window-normalize-live-window): Delete.
13097 (window-combination-p, window-combined-p, window-combinations)
13098 (walk-window-subtree, window-atom-root, window-min-size)
13099 (window-sizable, window-sizable-p, window-size-fixed-p)
13100 (window-min-delta, window-max-delta, window-resizable)
13101 (window-resizable-p, window-full-height-p, window-full-width-p)
13102 (window-current-scroll-bars, window-point-1, set-window-point-1)
13103 (window-at-side-p, window-in-direction, window-resize)
13104 (adjust-window-trailing-edge, maximize-window, minimize-window)
13105 (window-deletable-p, delete-window, delete-other-windows)
13106 (record-window-buffer, unrecord-window-buffer)
13107 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13108 (quit-window, split-window, window-state-put)
13109 (set-window-text-height, fit-window-to-buffer)
13110 (shrink-window-if-larger-than-buffer): Callers changed.
13111
13112 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13113
13114 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13115 rfc2047-decode-string.
13116 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13117 warnings.
13118
13119 * window.el (window-body-height, window-body-width): Mention in
13120 the doc string that the return values are in frame's canonical
13121 units. (Bug#9949)
13122
13123 2011-11-03 Alan Mackenzie <acm@muc.de>
13124
13125 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13126 change in cc-engine.el.
13127
13128 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13131
13132 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13133
13134 * window.el (quit-window): Call unrecord-window-buffer after
13135 showing another buffer in the window. (Bug#9937)
13136 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13137
13138 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13141 Accept status with more than 9 shelves. (Bug#9935)
13142 Reported by Colin D Bennett <colin@gibibit.com>.
13143
13144 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13145
13146 * help.el (with-help-window): Don't reference
13147 temp-buffer-show-specifiers in doc-string.
13148
13149 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13150
13151 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13152 menu-item.
13153
13154 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13155
13156 * whitespace.el: New version 13.2.2.
13157 (whitespace-newline-mode): Disable properly. Reported by Sarah
13158 <EmacsWiki>.
13159
13160 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13161
13162 * net/newst-treeview.el: Remove "Time-stamp".
13163 (newsticker--group-manage-orphan-feeds): Do not call
13164 newsticker--treeview-tree-update.
13165 (newsticker-treeview-update, newsticker-treeview):
13166 Call newsticker--treeview-tree-update if necessary.
13167
13168 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13169
13170 * window.el (window-iso-combination-p, window-iso-combined-p)
13171 (window-iso-combinations): Remove "iso-" infix.
13172 Suggested by Chong Yidong.
13173 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13174 (window-max-delta-1, window-resize, window--resize-siblings)
13175 (window--resize-this-window, adjust-window-trailing-edge)
13176 (split-window, balance-windows-1)
13177 (shrink-window-if-larger-than-buffer):
13178 * calendar/calendar.el (calendar-generate-window):
13179 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13180
13181 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13182
13183 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13184 in place (bug#9907).
13185 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13186 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13187 (eshell-structure-basic-command, eshell-rewrite-while-command)
13188 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13189 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13190 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13191 (eshell-do-pipelines-synchronously, eshell-eval-command):
13192 Use backquotes and prefer setq to set.
13193 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13194 (eshell-macrop): Use functionp.
13195 (eshell-do-eval): Handle multiple expressions in `while' body.
13196
13197 2011-10-30 Chong Yidong <cyd@gnu.org>
13198
13199 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13200 instead of set-mark (Bug#9810).
13201
13202 2011-10-30 Chong Yidong <cyd@gnu.org>
13203
13204 * window.el (split-window-below, split-window-right): Rename from
13205 split-window-above-each-other and split-window-side-by-side
13206 respectively. All callers changed.
13207 (split-window-sensibly, split-window-sensibly): Use them.
13208 (split-window-keep-point): Doc fix.
13209
13210 * isearch.el: Add isearch-scroll property to split-window-below
13211 and split-window-right.
13212
13213 * follow.el (follow-mode):
13214 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13215 * progmodes/ada-xref.el (ada-gdb-application):
13216 * emulation/vip.el (vip-buffer-in-two-windows):
13217 * image-dired.el (image-dired-dired-with-window-configuration):
13218 * dired-x.el (dired-do-find-marked-files):
13219 * dired.el (dired-pop-to-buffer):
13220 * bs.el (bs--show-with-configuration):
13221 * vc/emerge.el (emerge-setup-windows):
13222 * textmodes/two-column.el (2C-two-columns):
13223 * textmodes/reftex-toc.el (reftex-toc):
13224 * progmodes/gdb-mi.el (gdb-setup-windows):
13225 * progmodes/fortran.el (fortran-window-create):
13226 * net/newst-treeview.el (newsticker--treeview-window-init):
13227 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13228 * emulation/tpu-edt.el (tpu-gold-map):
13229 * emulation/crisp.el (crisp-mode-map):
13230 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13231
13232 2011-10-29 Chong Yidong <cyd@gnu.org>
13233
13234 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13235
13236 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13237
13238 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13239 forged Ispell output (Bug#7904).
13240
13241 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13242
13243 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * doc-view.el: Avoid ugly errors about not finding nil.
13246 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13247 (doc-view-dvipdf-program, doc-view-unoconv-program)
13248 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13249 Avoid nil or absolute file name as default value.
13250 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13251
13252 2011-10-28 Alan Mackenzie <acm@muc.de>
13253
13254 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13255
13256 2011-10-28 Alan Mackenzie <acm@muc.de>
13257
13258 Amend the handling of c-beginning/end-of-defun in nested declaration
13259 scopes.
13260
13261 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13262 cc-langs.el. Change it to a defcustom.
13263
13264 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13265 cc-vars.el.
13266
13267 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13268 Prevent "class foo : bar" being spuriously recognized as a label.
13269
13270 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13271 Add parameter `inclusive' (to include enclosing braces in the region).
13272 (c-widen-to-enclosing-decl-scope): New function.
13273 (c-while-widening-to-decl-block): New macro.
13274 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13275 outward for defun boundaries, and correspondingly change symbol
13276 `respect-enclosure' to `go-outward'.
13277 (c-declaration-limits): Change algorithm to report only the "innermost"
13278 defun's boundaries.
13279
13280 2011-10-28 Deniz Dogan <deniz@dogan.se>
13281
13282 * net/rcirc.el (rcirc-mode): Use hard newlines.
13283
13284 2011-10-28 Alan Mackenzie <acm@muc.de>
13285
13286 Amend to indent and fontify macros "which include their own semicolon"
13287 correctly, using the "virtual semicolon" mechanism.
13288
13289 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13290
13291 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13292 Recode to scan one line at a time rather than having \n and \r
13293 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13294 (c-forward-label): Amend for virtual semicolons.
13295 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13296
13297 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13298 of the new C macros.
13299
13300 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13301 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13302 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13303 (c-opt-cpp-macro-define): Make into a full language variable.
13304 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13305 AWK Mode (including \n, \r) removed, no longer needed.
13306
13307 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13308 Invoke c-make-macro-with-semi-re.
13309
13310 * progmodes/cc-vars.el (c-macro-with-semi-re):
13311 (c-macro-names-with-semicolon): New variables.
13312 (c-make-macro-with-semi-re): New function.
13313
13314 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * vc/log-edit.el: Fill empty field rather than adding new one.
13317 (log-edit-add-field): New function.
13318 (log-edit-insert-changelog): Use it.
13319
13320 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13321
13322 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13323
13324 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13327 (gdb--check-interpreter): New function.
13328 (gdb): Use it.
13329
13330 2011-10-27 Glenn Morris <rgm@gnu.org>
13331
13332 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13333 (least-positive-float, least-negative-float)
13334 (least-positive-normalized-float, least-negative-normalized-float)
13335 (float-epsilon, float-negative-epsilon):
13336 Remove unnecessary declarations.
13337
13338 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13339 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13340 (least-positive-float, least-negative-float)
13341 (least-positive-normalized-float, least-negative-normalized-float)
13342 (float-epsilon, float-negative-epsilon): Add doc-strings,
13343 based on those in cl.texi.
13344
13345 * files.el (set-visited-file-name): If the major-mode changed,
13346 reload the local variables. (Bug#9796)
13347
13348 2011-10-27 Chong Yidong <cyd@gnu.org>
13349
13350 * subr.el (change-major-mode-after-body-hook): New hook.
13351 (run-mode-hooks): Run it.
13352
13353 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13354 Use change-major-mode-before-body-hook.
13355
13356 * simple.el (fundamental-mode):
13357 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13358 change introducing fundamental-mode-hook.
13359
13360 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13361
13362 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13363
13364 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13365
13366 * ido.el (ido-file-name-all-completions-1): Do not require
13367 tramp.el explicitly. (Bug#7583)
13368
13369 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * progmodes/octave-mod.el:
13372 * progmodes/octave-inf.el: Update maintainer.
13373
13374 2011-10-26 Chong Yidong <cyd@gnu.org>
13375
13376 * subr.el (with-wrapper-hook): Rewrite doc.
13377
13378 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13379
13380 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13381 filenames "/method:foo:". (Bug#9793)
13382
13383 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13386 (bug#9865).
13387
13388 2011-10-24 Glenn Morris <rgm@gnu.org>
13389
13390 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13391
13392 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13393
13394 * notifications.el: Add the requirement of a running D-Bus session
13395 bus to the Commentary.
13396
13397 2011-10-24 Juri Linkov <juri@jurta.org>
13398
13399 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13400 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13401 (Bug#9364)
13402
13403 2011-10-24 Juri Linkov <juri@jurta.org>
13404
13405 * info.el (Info-following-node-name-re): Add newline to the list
13406 of allowed characters for leading space. (Bug#9824)
13407
13408 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * progmodes/octave-inf.el (inferior-octave-mode-map):
13411 Fix C-c C-h binding.
13412 * progmodes/octave-mod.el (octave-help): Remove.
13413
13414 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13415
13416 Sync with Tramp 2.2.3.
13417
13418 * net/tramp-cache.el (top): Pacify byte-compiler using
13419 `init-file-user' and `site-run-file'.
13420
13421 * net/trampver.el: Update release number.
13422
13423 2011-10-23 Chong Yidong <cyd@gnu.org>
13424
13425 * files.el (toggle-read-only): Remove obsolete comment about
13426 version control.
13427
13428 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13429 for toggle-read-only. Note that this hasn't called vc-next-action
13430 since 2008-05-02, though it wasn't documented at the time.
13431
13432 * vc/ediff-init.el (ediff-toggle-read-only-function):
13433 Use toggle-read-only.
13434
13435 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13436
13437 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13438 of c-parse-state.
13439
13440 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13441 correct faulty logical expression.
13442 (c-parse-state-state, c-record-parse-state-state):
13443 (c-replay-parse-state-state): New defvar/defuns.
13444 (c-debug-parse-state): Use new functions.
13445
13446 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13447
13448 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13449 last fix. Use window-in-direction correctly.
13450
13451 2011-10-21 Chong Yidong <cyd@gnu.org>
13452
13453 * progmodes/idlwave.el (idlwave-mode):
13454 * progmodes/vera-mode.el (vera-mode): No need to set
13455 require-final-newline; that's done in prog-mode.
13456 Suggested by Stefan Monnier.
13457
13458 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13459
13460 * mouse.el (mouse-drag-window-above)
13461 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13462 (mouse-drag-mode-line-1, mouse-drag-header-line)
13463 (mouse-drag-vertical-line-rightward-window): Remove.
13464 (mouse-drag-line): New function.
13465 (mouse-drag-mode-line, mouse-drag-header-line)
13466 (mouse-drag-vertical-line): Call mouse-drag-line.
13467 * window.el (window-at-side-p, windows-at-side): New functions.
13468
13469 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13470
13471 * tar-mode.el (tar-grind-file-mode):
13472 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13473
13474 2011-10-21 Chong Yidong <cyd@gnu.org>
13475
13476 * progmodes/idlwave.el (idlwave-mode):
13477 * progmodes/vera-mode.el (vera-mode):
13478 Use mode-require-final-newline.
13479
13480 2011-10-20 Glenn Morris <rgm@gnu.org>
13481
13482 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13483
13484 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13485
13486 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13487
13488 2011-10-20 Chong Yidong <cyd@gnu.org>
13489
13490 * emulation/cua-base.el (cua-mode):
13491 * mail/footnote.el (footnote-mode):
13492 * mail/mailabbrev.el (mail-abbrevs-mode):
13493 * net/xesam.el (xesam-minor-mode):
13494 * progmodes/bug-reference.el (bug-reference-mode):
13495 * progmodes/cap-words.el (capitalized-words-mode):
13496 * progmodes/compile.el (compilation-minor-mode)
13497 (compilation-shell-minor-mode):
13498 * progmodes/gud.el (gud-tooltip-mode):
13499 * progmodes/hideif.el (hide-ifdef-mode):
13500 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13501 * progmodes/subword.el (subword-mode):
13502 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13503 * progmodes/which-func.el (which-function-mode):
13504 * term/tvi970.el (tvi970-set-keypad-mode):
13505 * term/vt100.el (vt100-wide-mode):
13506 * textmodes/flyspell.el (flyspell-mode):
13507 * textmodes/ispell.el (ispell-minor-mode):
13508 * textmodes/nroff-mode.el (nroff-electric-mode):
13509 * textmodes/paragraphs.el (use-hard-newlines):
13510 * textmodes/refill.el (refill-mode):
13511 * textmodes/reftex.el (reftex-mode):
13512 * textmodes/rst.el (rst-minor-mode):
13513 * textmodes/sgml-mode.el (html-autoview-mode)
13514 (sgml-electric-tag-pair-mode):
13515 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13516 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13517 * emulation/crisp.el (crisp-mode):
13518 * emacs-lisp/eldoc.el (eldoc-mode):
13519 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13520 minor mode behavior.
13521
13522 2011-10-19 Juri Linkov <juri@jurta.org>
13523
13524 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13525 the list of hard-coded chars with escape-glyph face.
13526
13527 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13530
13531 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13532
13533 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13534 running process.
13535
13536 2011-10-19 Glenn Morris <rgm@gnu.org>
13537
13538 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13539 Ignore ignored files. (Bug#9726)
13540
13541 2011-10-19 Chong Yidong <cyd@gnu.org>
13542
13543 Doc fix for minor modes, stating that an omitted argument enables
13544 the mode unconditionally when called from Lisp.
13545
13546 * abbrev.el (abbrev-mode):
13547 * allout.el (allout-mode):
13548 * autoinsert.el (auto-insert-mode):
13549 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13550 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13551 (global-auto-revert-mode):
13552 * battery.el (display-battery-mode):
13553 * composite.el (global-auto-composition-mode)
13554 (auto-composition-mode):
13555 * delsel.el (delete-selection-mode):
13556 * desktop.el (desktop-save-mode):
13557 * dired-x.el (dired-omit-mode):
13558 * dirtrack.el (dirtrack-mode):
13559 * doc-view.el (doc-view-minor-mode):
13560 * double.el (double-mode):
13561 * electric.el (electric-indent-mode, electric-pair-mode):
13562 * emacs-lock.el (emacs-lock-mode):
13563 * epa-hook.el (auto-encryption-mode):
13564 * follow.el (follow-mode):
13565 * font-core.el (font-lock-mode):
13566 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13567 * help.el (temp-buffer-resize-mode):
13568 * hilit-chg.el (highlight-changes-mode)
13569 (highlight-changes-visible-mode):
13570 * hi-lock.el (hi-lock-mode):
13571 * hl-line.el (hl-line-mode, global-hl-line-mode):
13572 * icomplete.el (icomplete-mode):
13573 * ido.el (ido-everywhere):
13574 * image-file.el (auto-image-file-mode):
13575 * image-mode.el (image-minor-mode):
13576 * iswitchb.el (iswitchb-mode):
13577 * jka-cmpr-hook.el (auto-compression-mode):
13578 * linum.el (linum-mode):
13579 * longlines.el (longlines-mode):
13580 * master.el (master-mode):
13581 * mb-depth.el (minibuffer-depth-indicate-mode):
13582 * menu-bar.el (menu-bar-mode):
13583 * minibuf-eldef.el (minibuffer-electric-default-mode):
13584 * mouse-sel.el (mouse-sel-mode):
13585 * msb.el (msb-mode):
13586 * mwheel.el (mouse-wheel-mode):
13587 * outline.el (outline-minor-mode):
13588 * paren.el (show-paren-mode):
13589 * recentf.el (recentf-mode):
13590 * reveal.el (reveal-mode, global-reveal-mode):
13591 * rfn-eshadow.el (file-name-shadow-mode):
13592 * ruler-mode.el (ruler-mode):
13593 * savehist.el (savehist-mode):
13594 * scroll-all.el (scroll-all-mode):
13595 * scroll-bar.el (scroll-bar-mode):
13596 * server.el (server-mode):
13597 * shell.el (shell-dirtrack-mode):
13598 * simple.el (auto-fill-mode, transient-mark-mode)
13599 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13600 (line-number-mode, column-number-mode, size-indication-mode)
13601 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13602 * strokes.el (strokes-mode):
13603 * time.el (display-time-mode):
13604 * t-mouse.el (gpm-mouse-mode):
13605 * tool-bar.el (tool-bar-mode):
13606 * tooltip.el (tooltip-mode):
13607 * type-break.el (type-break-mode-line-message-mode)
13608 (type-break-query-mode):
13609 * view.el (view-mode):
13610 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13611 (global-whitespace-mode, global-whitespace-newline-mode):
13612 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13613
13614 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13615 Fix autogenerated docstring.
13616
13617 2011-10-19 Juri Linkov <juri@jurta.org>
13618
13619 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13620 by checking environment variables "DESKTOP_SESSION" and
13621 "XDG_CURRENT_DESKTOP". (Bug#9779)
13622
13623 2011-10-19 Juri Linkov <juri@jurta.org>
13624
13625 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13626 (browse-url-chromium-program, browse-url-chromium-arguments):
13627 New defcustoms.
13628 (browse-url-default-browser): Check for `browse-url-chromium' and
13629 call `browse-url-chromium-program'.
13630 (browse-url-chromium): New command. (Bug#9779)
13631
13632 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13633
13634 * facemenu.el (list-colors-duplicates): On Windows, detect more
13635 duplicates by assuming that only colors matching "^System" are
13636 special "system colors". (Bug#9722)
13637
13638 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13639
13640 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13641 to distinguish the author from the committer.
13642
13643 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13644
13645 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13646
13647 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13648
13649 * international/mule.el (sgml-html-meta-auto-coding-function):
13650 Add support for detecting encoding in HTML5 specified only as
13651 <meta charset="UTF-8">. Implementation just makes http-equiv and
13652 content-type parts from HTML4 encoding string optional. (Bug#9716)
13653
13654 2011-10-18 Glenn Morris <rgm@gnu.org>
13655
13656 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13657
13658 2011-10-18 Chong Yidong <cyd@gnu.org>
13659
13660 * faces.el (cursor): Doc fix.
13661
13662 2011-10-17 Chong Yidong <cyd@gnu.org>
13663
13664 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13665
13666 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13667
13668 * dirtrack.el (dirtrack): Support shell buffers with path
13669 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13670
13671 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13672
13673 * json.el: Bump version to 1.3 and note change in History.
13674 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13675
13676 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13677
13678 * comint.el (comint-insert-input, comint-send-input)
13679 (comint-get-old-input-default, comint-backward-matching-input)
13680 (comint-next-prompt): Use nil instead of `input' for field property of
13681 past user input (bug#114).
13682
13683 * minibuffer.el (completion--replace): Inherit surrounding properties
13684 (bug#114).
13685 (minibuffer-complete-and-exit): Use it.
13686
13687 * comint.el (comint--table-subvert): Quote the all-completions output
13688 (bug#9160).
13689
13690 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13691
13692 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13693
13694 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13695 window on right of selected. (Bug#9350) Reword other window
13696 entries and separate them from frame entries.
13697
13698 2011-10-15 Glenn Morris <rgm@gnu.org>
13699
13700 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13701 Doc fixes.
13702
13703 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13704
13705 * net/network-stream.el (network-stream-open-starttls):
13706 Improve detection of failure due to lack of TLS support.
13707
13708 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13709 putting the input text in front and in bold.
13710
13711 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13714
13715 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13716 empty buffer.
13717
13718 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13719 unread-command-events rather than pushing yet-another event.
13720
13721 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13722
13723 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13724 the explanation of the possible choices. Make the options passed
13725 to completing-read shorter.
13726
13727 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13728
13729 * textmodes/flyspell.el (flyspell-large-region): Make sure
13730 extended character mode is used if defined (Bug#1339).
13731
13732 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13733
13734 * simple.el (what-cursor-position): Fix the display of the
13735 character info for LRE, LRO, RLE, and RLO characters by appending
13736 an invisible PDF.
13737
13738 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13741 even in case of error; add debug spec; simplify data flow.
13742 (with-timeout-handler): Remove.
13743
13744 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13745
13746 Fix Bug#6019, Bug#9315.
13747
13748 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13749 complete `buffer-file-name', the local file name part could look
13750 remotely (for example on VMS).
13751
13752 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13753 `tramp-run-real-handler'.
13754 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13755 already quoted by '"'.
13756
13757 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13758 Let `file-name-handler-alist' be nil, the local file name part
13759 could look remotely (for example on VMS).
13760
13761 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13762
13763 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13764 from here...
13765 (flyspell-post-command-hook): ...to here.
13766
13767 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13768
13769 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13770 if not needed.
13771 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13772 using completion. Protect against "slow" callers.
13773 Remove the "message hack".
13774
13775 2011-10-11 Juri Linkov <juri@jurta.org>
13776
13777 * isearch.el (isearch-lazy-highlight-word): New variable.
13778 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13779 Use it. (Bug#9727)
13780
13781 2011-10-11 Glenn Morris <rgm@gnu.org>
13782
13783 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13784 like f90-previous-statement does.
13785
13786 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13787
13788 * eshell/eshell.el (eshell-command): History should be saved
13789 only in interactive use, to avoid error.
13790
13791 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13792
13793 * minibuffer.el (completion-file-name-table): Fix last change,
13794 i.e. ignore normal errors but not the other ones.
13795
13796 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13797
13798 * window.el (special-display-buffer-names)
13799 (special-display-regexps): Remove some remnants of earlier
13800 changes from doc-strings.
13801 (quit-windows-on): New function.
13802
13803 * vc/vc.el (vc-revert, vc-rollback):
13804 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13805 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13806 (Bug#6183) (Bug#7074) (Bug#7447)
13807
13808 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13809
13810 * window.el (frame-auto-hide-function): Add version tag.
13811 (Bug#9699)
13812
13813 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13814
13815 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13816 condition.
13817
13818 2011-10-09 Leo Liu <sdl.web@gmail.com>
13819
13820 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13821 (Bug#9701)
13822
13823 2011-10-08 Glenn Morris <rgm@gnu.org>
13824
13825 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13826 before the first code statement zero indent. (Bug#9690)
13827
13828 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13829
13830 * simple.el (count-words-region): Always count in the region.
13831 Report the number of lines and characters too.
13832 (count-words): New command, which counts in the buffer if the
13833 region is inactive, as count-words-region used to.
13834 (count-words--message): New function. Handle plurals.
13835 (count-lines-region): Make it an alias for count-words-region.
13836
13837 * bindings.el (esc-map): Replace count-lines-region with
13838 count-words-region.
13839
13840 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13841
13842 * window.el (window--delete): Delete dedicated frame
13843 unconditionally when argument KILL is non-nil. (Bug#9699)
13844 (switch-to-buffer): Fix doc-string typo.
13845
13846 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13847
13848 * eshell/eshell.el (eshell-command): Avoid using hooks.
13849
13850 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13851
13852 * bindings.el ([M-left],[M-right]): Bind to left-word and
13853 right-word respectively.
13854
13855 2011-10-07 Glenn Morris <rgm@gnu.org>
13856
13857 * cus-start.el (debug-on-quit): Fix custom type.
13858
13859 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13860
13861 * subr.el (define-key-after): Clarify that the function is not
13862 useful for non-menu keymaps.
13863
13864 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13865
13866 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13867
13868 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13869 in current minibuffer (Fix bug with recursive minibuffers).
13870
13871 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13872
13873 * progmodes/gdb-mi.el (gdb): Doc fix.
13874
13875 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13876
13877 * window.el (frame-auto-hide-function): New option replacing
13878 frame-auto-delete. Suggested by Stefan Monnier.
13879 (window--delete): Call frame-auto-hide-function instead of
13880 investigating frame-auto-delete.
13881 (window-point-1, set-window-point-1): New functions.
13882 (window-in-direction, record-window-buffer, window-state-get-1)
13883 (display-buffer-record-window): Use window-point-1 instead of
13884 window-point.
13885 (set-window-buffer-start-and-point): Use set-window-point-1.
13886
13887 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13890
13891 2011-10-05 Glenn Morris <rgm@gnu.org>
13892
13893 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13894 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13895
13896 2011-10-05 Leo Liu <sdl.web@gmail.com>
13897
13898 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13899 works with buffer object.
13900
13901 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * mpc.el (mpc-tool-bar-map): Add labels.
13904
13905 2011-10-04 Glenn Morris <rgm@gnu.org>
13906
13907 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13908
13909 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13910
13911 * window.el (window--delete): New function.
13912 (frame-auto-delete): Resuscitate option.
13913 (bury-buffer, replace-buffer-in-windows)
13914 (quit-window): Rewrite using window--delete.
13915 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13916 Pass display-buffer-mark-dedicated to window--display-buffer-2
13917 (Bug#9639).
13918
13919 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13920
13921 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13922 returns a list (bug#9554). Add remote file name completion.
13923 * comint.el (comint--table-subvert): Curry and get quote&unquote
13924 functions as arguments.
13925 (comint--complete-file-name-data): Adjust call accordingly.
13926 * pcomplete.el (pcomplete--table-subvert): Remove.
13927 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13928
13929 * minibuffer.el (completion-table-case-fold): Use currying.
13930 (completion--styles-type, completion--cycling-threshold-type):
13931 New constants.
13932 (completion-styles, completion-category-overrides)
13933 (completion-cycle-threshold): Use them.
13934 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13935 completion-table-case-fold.
13936
13937 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13938
13939 * minibuffer.el (completion-category-overrides): Fix type of styles
13940 and add more user friendly tags (bug#9660).
13941
13942 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13943
13944 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13945 (mule-input-method-string): New widget.
13946 (default-input-method, language-info-custom-alist): Use it.
13947
13948 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13949
13950 * pcomplete.el: Require comint.
13951 (pcomplete--common-suffix): Remove.
13952 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13953 (pcomplete--table-subvert): Sync with comint--table-subvert.
13954 (pcomplete--entries): Use comint-completion-file-name-table.
13955 * comint.el (comint-unquote-filename): Simplify.
13956 (comint-completion-file-name-table): New function (bug#9616).
13957 (comint--complete-file-name-data): Use it.
13958
13959 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13960 (pcmpl-gnu-tar-buffer): Remove.
13961 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13962 around. Make sure pcomplete-suffix-list is only changed temporarily.
13963 Don't look inside the tar's file if it's too large.
13964
13965 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13966
13967 * cus-edit.el (custom-mode-map):
13968 * epa.el (epa-key-list-mode-map):
13969 * man.el (Man-mode-map):
13970 * startup.el (splash-screen-keymap):
13971 * simple.el (special-mode-map): Use scroll-up-command and
13972 scroll-down-command.
13973
13974 * progmodes/idlw-help.el (idlwave-help-mode-map):
13975 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13976 * net/newst-plainview.el (newsticker-mode-map):
13977 * emulation/ws-mode.el (wordstar-mode-map):
13978 * emulation/vi.el (vi-com-map):
13979 * calc/calc-graph.el (calc-graph-show-dumb):
13980 * term/sun.el (terminal-init-sun):
13981 * term/ns-win.el (global-map):
13982 * progmodes/grep.el (grep-mode-map):
13983 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13984 * mail/rmail.el (rmail-mode-map):
13985 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13986
13987 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13988 custom-safe-themes as special.
13989
13990 2011-10-01 Julien Danjou <julien@danjou.info>
13991
13992 * notifications.el (notifications-notify): Fix docstring.
13993
13994 2011-10-01 Per Starbäck <per@starback.se>
13995
13996 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13997
13998 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13999
14000 * startup.el (command-line-1): Fix last fix by inserting
14001 initial-scratch-message into *scratch* before displaying it.
14002 (Bug#9605) and (Bug#9636)
14003
14004 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14005
14006 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14007 window is hscrolled, move by logical lines. (Bug#9607)
14008 (line-move-visual): Update the doc string to the above effect.
14009
14010 2011-09-29 Martin Rudalics <rudalics@gmx.at>
14011
14012 * window.el (display-buffer-record-window): When WINDOW is the
14013 selected window use `point' instead of `window-point'. (Bug#9626)
14014
14015 * startup.el (command-line-1): Use insert-before-markers when
14016 inserting initial-scratch-message. (Bug#9605)
14017
14018 * help.el (help-window): Remove variable.
14019
14020 2011-09-29 Glenn Morris <rgm@gnu.org>
14021
14022 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14023
14024 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
14025
14026 * descr-text.el (describe-char-categories): Accept category
14027 descriptions more than one line long.
14028
14029 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14030
14031 * simple.el (delete-trailing-whitespace): Fix last change.
14032
14033 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14034 Don't confuse "y => 3" as the beginning of a `y' operation.
14035
14036 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14037 object has more than 4 slots (bug#9613).
14038
14039 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14040
14041 * subr.el (with-output-to-temp-buffer):
14042 * net/quickurl.el (quickurl, quickurl-browse-url):
14043 Fix typos in docstrings.
14044
14045 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14046
14047 * minibuffer.el (completion-styles)
14048 (completion-category-overrides): Cross reference each other in doc
14049 strings.
14050
14051 2011-09-27 Glenn Morris <rgm@gnu.org>
14052
14053 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14054 to split-string. (Bug#9606)
14055
14056 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14057
14058 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14059 (bug#9615).
14060
14061 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
14062
14063 * emacs-lisp/package.el (list-packages): Fix echo area message.
14064
14065 2011-09-27 Leo Liu <sdl.web@gmail.com>
14066
14067 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14068
14069 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14070
14071 * net/dbus.el (dbus-unregister-object): Don't release services for
14072 registered signals. (Bug#9581)
14073
14074 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14075
14076 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14077 function that picks between cfengine 2 and 3 support
14078 automatically. Update docs accordingly.
14079
14080 2011-09-22 Kenichi Handa <handa@m17n.org>
14081
14082 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14083 ZERO.
14084 (indian-itrans-v5-table-for-tamil): New variable.
14085 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14086
14087 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14088
14089 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14090 that's true if the current command involved collapsing of text.
14091 It's reset to false at the beginning of the next command.
14092 (allout-post-command-business): Move the cursor to the beginning
14093 of entry if the cursor is hidden and collapsing activity just
14094 happened.
14095
14096 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14097
14098 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14099 tracking (Bug#9541).
14100
14101 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
14102
14103 * net/newst-reader.el (newsticker-html-renderer)
14104 (newsticker-show-news): Automatically load html rendering package
14105 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14106 because w3m-fill-column is let-bound" and the error "Symbol's value
14107 as variable is void: w3m-fill-column".
14108
14109 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14110
14111 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14112 Release services only if they are defined. (Bug#9581)
14113
14114 2011-09-23 Richard Stallman <rms@gnu.org>
14115
14116 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14117 distinguish start of paragraph from start of its text.
14118
14119 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14120
14121 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14122 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14123 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14124
14125 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14126
14127 * international/mule-diag.el (mule-diag): Insert a newline after
14128 each fontset description.
14129
14130 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14131
14132 * simple.el (delete-trailing-whitespace):
14133 Document last change; simplify.
14134
14135 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14136
14137 * simple.el (delete-trailing-whitespace): Also delete
14138 extra newlines at the end of the buffer.
14139
14140 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14141 (picture-newline): Use forward-line so as to ignore fields.
14142
14143 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14144
14145 * subr.el (with-wrapper-hook): Fix edebug spec.
14146
14147 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14148
14149 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14150 (bug#4538).
14151
14152 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14153
14154 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14155 Fix nasty bug using wrong cached values.
14156
14157 2011-09-23 Alan Mackenzie <acm@muc.de>
14158
14159 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14160
14161 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14162
14163 * window.el (pop-to-buffer): Ensure right window is selected if we
14164 chose another frame.
14165
14166 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14167
14168 * simple.el (what-cursor-position): Use get-char-property-change
14169 and next-single-char-property-change, to be able to show display
14170 properties that come from overlays as well as text properties.
14171
14172 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14173
14174 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14175
14176 * cmuscheme.el (run-scheme, switch-to-scheme):
14177 * cus-edit.el (customize-group, custom-buffer-create)
14178 (customize-browse):
14179 * info.el (info):
14180 * shell.el (shell):
14181 * mail/sendmail.el (mail):
14182 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14183
14184 2011-09-22 Richard Stallman <rms@gnu.org>
14185
14186 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14187 move back only to line beg, don't move back over blank lines.
14188
14189 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14190
14191 * files.el (copy-directory): Set directory attributes only in case
14192 they could be retrieved from the source directory. (Bug#9565)
14193
14194 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14195
14196 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14197 (hs-find-block-beginning, hs-hide-level-recursive):
14198 Ignore strings as well as comments. (Bug#9502)
14199
14200 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14201
14202 * progmodes/sql.el (sql-comint-postgres):
14203 Convert port number to a string. (Bug#9566)
14204
14205 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14206
14207 * window.el (quit-window): Undedicate window when switching to
14208 previous buffer. Reported by Thierry Volpiatto
14209 <thierry.volpiatto@gmail.com>.
14210 (special-display-popup-frame): When popping up a new frame reset
14211 its previous buffers to nil. Simplify code.
14212
14213 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14214
14215 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14216 and process filter, as done also in `shell-command'.
14217
14218 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14219
14220 * window.el (set-window-buffer-start-and-point):
14221 Call set-window-start with NOFORCE argument t.
14222 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14223 (quit-window): Reword doc-string. Handle new format of
14224 quit-restore parameter. Don't delete window if it has a
14225 previous buffer we can show instead of the present one.
14226 (display-buffer-record-window): Rewrite using a new format for
14227 the quit-restore window parameter
14228 (special-display-popup-frame, display-buffer-same-window)
14229 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14230 (display-buffer-pop-up-window, display-buffer-use-some-window):
14231 Adapt symbol passed to display-buffer-record-window.
14232 * help.el (help-window-setup): Handle new format of quit-restore
14233 parameter.
14234
14235 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * faces.el (face-list): Fix docstring (bug#9564).
14238
14239 * window.el (display-buffer--action-function-custom-type):
14240 Don't include internal functions in the Custom interface.
14241
14242 2011-09-20 Juri Linkov <juri@jurta.org>
14243
14244 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14245 (Info-forward-node, Info-backward-node, Info-next-preorder)
14246 (Info-last-preorder): Use it. (Bug#9528)
14247
14248 2011-09-20 Juri Linkov <juri@jurta.org>
14249
14250 * info.el (Info-last-preorder): Visit last menu item only when
14251 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14252
14253 2011-09-20 Julien Danjou <julien@danjou.info>
14254
14255 * password-cache.el (password-cache-remove): Remove entries even if the
14256 value is nil, so that password with a nil value (negative caching) is
14257 possible to invalidate.
14258
14259 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14260
14261 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14262 all whitespace around breakpoint. (Bug#9553)
14263 (f90-find-breakpoint): Only break at whitespace inside a comment.
14264
14265 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 * minibuffer.el (completion-file-name-table): Keep track of errors.
14268 (completion-table-with-predicate): Handle the case where pred1 is nil.
14269 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14270
14271 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14274 (debugger-return-value): Signal an error if the debugging context does
14275 not await any return value.
14276
14277 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14278 * image-mode.el (image-toggle-display-text)
14279 (image-toggle-display-image): Stay away from evil `intangible'.
14280
14281 2011-09-19 Leo Liu <sdl.web@gmail.com>
14282
14283 * replace.el (occur-revert-arguments): Make it permanent-local.
14284 (occur-mode): Don't call font-lock-defontify.
14285
14286 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14287
14288 * net/ldap.el (ldap-search-internal): Don't push empty search
14289 result (Bug#9508).
14290
14291 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14294
14295 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14296
14297 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14298 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14299
14300 2011-09-18 Juri Linkov <juri@jurta.org>
14301
14302 * buff-menu.el (Buffer-menu-mode-map):
14303 * dired.el (dired-mode-map):
14304 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14305 (lisp-interaction-mode-map):
14306 * emacs-lisp/package.el (package-menu-mode-map):
14307 * epa.el (epa-key-list-mode-map):
14308 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14309 (menu-bar-options-menu):
14310 * outline.el (outline-mode-menu-bar-map):
14311 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14312 * vc/vc-dir.el (vc-dir-menu-map):
14313 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14314 Capitalize non-function content words in menu item strings.
14315
14316 * dired.el (dired-mode-map): Add menu item for
14317 `image-dired-dired-toggle-marked-thumbs'.
14318
14319 2011-09-18 Juri Linkov <juri@jurta.org>
14320
14321 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14322 to `isearch-case-fold-search' and restore its original value
14323 after the `isearch-mode' call.
14324
14325 2011-09-18 Juri Linkov <juri@jurta.org>
14326
14327 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14328 because `zgrep' returns 1 for successful matches (bug#9226).
14329
14330 2011-09-18 Juri Linkov <juri@jurta.org>
14331
14332 * info.el (Info-extract-menu-node-name): Check the second match
14333 for empty string (second test-case of bug#9528).
14334 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14335 intermediate nodes to the history (first test-case of bug#9528).
14336
14337 2011-09-18 Juri Linkov <juri@jurta.org>
14338
14339 * info.el (Info-mode-syntax-table): New variable.
14340 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14341
14342 2011-09-18 Juri Linkov <juri@jurta.org>
14343
14344 * info.el (Info-file-supports-index-cookies):
14345 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14346 outputs one more line for long file names (bug#4142).
14347
14348 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14349
14350 * newcomment.el (comment-normalize-vars): If prompting for
14351 comment-start, set comment-start-skip too (Bug#8424).
14352
14353 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14354
14355 * icomplete.el: Fix previous fix of Bug#5849.
14356 (icomplete-mode): Don't set completion-show-inline-help.
14357 (icomplete-minibuffer-setup): Set completion-show-inline-help
14358 locally during icompletion.
14359
14360 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14361
14362 * woman.el (woman2-process-escapes): Don't delete unrecognized
14363 escapes (Bug#7843).
14364
14365 * files.el (inhibit-first-line-modes-regexps): Add image files.
14366 (hack-local-variables-prop-line): Return nil for malformed
14367 prop-lines (Bug#9044).
14368
14369 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14370
14371 * net/tramp.el (top): Don't require 'shell.
14372 (tramp-methods): Fix docstring.
14373 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14374 Return complete remote file name. Handle "smb" case.
14375 Use `tramp-tmpdir', if defined for the respective method.
14376 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14377
14378 * net/tramp-compat.el (top): Require 'shell.
14379
14380 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14381 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14382 `tramp-current-host'.
14383 (tramp-get-remote-tmpdir): Remove.
14384
14385 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14386 `tramp-tmpdir' entries.
14387 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14388 (tramp-smb-handle-file-attributes): Ignore errors.
14389 (tramp-smb-wait-for-output): Check also for process end.
14390
14391 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14392
14393 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14394 when sending QUIT (bug#9312).
14395
14396 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14397
14398 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14399 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14400 occur-mode-display-occurrence.
14401 (occur-edit-mode): Add usage message.
14402 (occur-cease-edit): New command.
14403 (occur-after-change-function): Use text properties to find the
14404 position of the prefix text.
14405 (occur-engine): Set stickiness of prefix text properties.
14406
14407 2011-09-17 Glenn Morris <rgm@gnu.org>
14408
14409 * progmodes/etags.el (complete-tag):
14410 Fix call to completion-in-region. (Bug#9526)
14411
14412 2011-09-17 Juri Linkov <juri@jurta.org>
14413
14414 * textmodes/ispell.el (ispell-word): Add to the error message
14415 the word, ispell program name and current dictionary (bug#9121).
14416 (ispell-tex-arg-end): Capitalize "error" in the error message.
14417
14418 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14419
14420 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14421 check. (Bug#4251)
14422
14423 2011-09-17 Juri Linkov <juri@jurta.org>
14424
14425 * window.el (window-safe-min-height, window-safe-min-width):
14426 Fix typos (followup to bug#9522).
14427
14428 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14429
14430 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14431
14432 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14433
14434 * simple.el (line-move): If goal-column is set, move by logical
14435 lines, not by display lines. (Bug#971)
14436 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14437 to reflect the above change.
14438
14439 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * image.el (imagemagick-register-types): Use regexp-opt.
14442
14443 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14444
14445 * window.el (display-buffer-base-action): Rename from
14446 display-buffer-default-action. Make default value empty.
14447 (display-buffer-overriding-action): Convert to defvar.
14448 (display-buffer-fallback-action): New var.
14449
14450 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14451
14452 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14453 declaration.
14454 (package--add-to-archive-contents): If there is a duplicate entry
14455 with an older version, remove it.
14456 (package-menu-mark-delete, package-menu-mark-install)
14457 (package-menu-mark-unmark): Make unused args optional.
14458 (package-menu-mark-obsolete-for-deletion):
14459 Use package-menu-get-status instead of a regexp search.
14460 (package-menu-get-status): Use tabulated-list-entry.
14461 (package-menu-mark-upgrades): New command.
14462 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14463 (package-menu-execute): Do installation before deletion.
14464 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14465 instead of checking major-mode.
14466 (package-menu--find-upgrades): New function.
14467
14468 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14469
14470 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14471 passwords in the log buffer.
14472 (smtpmail-process-filter): Update the process marker so that the
14473 "broken by peer" status message is inserted in the right place.
14474
14475 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14476
14477 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14478 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14479 bibtex-completion-at-point-function.
14480 (bibtex-completion-at-point-function): Use them.
14481
14482 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14483
14484 * mpc.el (mpc-constraints-tag-lookup): New function.
14485 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14486 also to browser "album|playlist".
14487
14488 2011-09-14 Juri Linkov <juri@jurta.org>
14489
14490 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14491 (isearch-edit-string): Use length of `isearch-string' when
14492 `isearch-fail-pos' returns nil.
14493 (isearch-message): Remove duplicate code and call
14494 `isearch-fail-pos' with arg `t'.
14495
14496 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14497
14498 * replace.el (occur-mode-goto-occurrence): Don't force using other
14499 window (Bug#9499).
14500
14501 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14502
14503 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14504
14505 * window.el (display-buffer-window): Remove.
14506 (display-buffer-record-window): Use help-setup window parameter
14507 instead of variable display-buffer-window.
14508 (display-buffer-function, special-display-buffer-names)
14509 (special-display-function): Mention help-setup parameter instead
14510 of display-buffer-window in doc-string.
14511 * help.el (help-window-setup): New argument help-window.
14512 Use help-window-setup parameter instead of display-buffer-window.
14513 Reword some messages.
14514 (with-help-window): Pass window used for displaying the buffer
14515 to help-window-setup. Don't set display-buffer-window.
14516
14517 2011-09-13 Glenn Morris <rgm@gnu.org>
14518
14519 * emacs-lisp/debug.el (debugger-make-xrefs):
14520 Preserve point. (Bug#9462)
14521
14522 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14523
14524 * window.el (window-deletable-p): Use next-frame.
14525
14526 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14527
14528 * window.el (window-auto-delete): Remove.
14529 (window-deletable-p): Remove argument FORCE. Don't deal with
14530 dedication and previous buffers.
14531 (switch-to-prev-buffer): Don't delete window.
14532 (delete-windows-on): Delete a window's frame if and only if the
14533 window is dedicated.
14534 (replace-buffer-in-windows): Delete buffer's window or frame if
14535 and only if window is dedicated.
14536 (quit-window): Handle quit-restore as before last change.
14537 (bury-buffer): Delete window only if window-deletable-p returns t.
14538
14539 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14540
14541 * window.el (window-deletable-p): Never delete the last frame on a
14542 given terminal.
14543
14544 2011-09-13 Glenn Morris <rgm@gnu.org>
14545
14546 * help.el (describe-key-briefly): Copy previous standard-output change.
14547
14548 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14549
14550 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14551
14552 2011-09-13 Glenn Morris <rgm@gnu.org>
14553
14554 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14555 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14556
14557 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14558
14559 * dired-aux.el (dired-mark-read-string): Don't return default
14560 value on empty input (Bug#9361).
14561 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14562 Omit initial minibuffer contents.
14563 (dired-do-chmod): Signal an error on empty input.
14564 (dired-mark-read-string): Don't return default on empty input.
14565
14566 * files.el (file-modes-symbolic-to-number): Doc fix.
14567
14568 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * international/mule-cmds.el (ucs-completions): Remove.
14571 (read-char-by-name): Use complete-with-action instead; add metadata.
14572
14573 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14574
14575 * window.el (display-buffer--action-function-custom-type)
14576 (display-buffer--action-custom-type): New vars.
14577 (display-buffer-alist, display-buffer-default-action)
14578 (display-buffer-overriding-action): Add defcustom types.
14579
14580 * frame.el (delete-other-frames): Doc fix (Bug#276).
14581
14582 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14583
14584 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14585
14586 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14587
14588 Change modes that used same-window-* vars to use switch-to-buffer.
14589
14590 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14591 Use switch-to-buffer.
14592
14593 * cus-edit.el (customize-group, custom-buffer-create)
14594 (customize-browse, custom-buffer-create-other-window):
14595 Use switch-to-buffer or switch-to-buffer-other-window.
14596
14597 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14598 (Info-prev, Info-up, Info-speedbar-goto-node)
14599 (info-display-manual): Use switch-to-buffer.
14600 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14601
14602 * mail/sendmail.el (mail): Use switch-to-buffer.
14603 (mail-recover): Use switch-to-buffer-other-window.
14604
14605 * cmuscheme.el (run-scheme, switch-to-scheme):
14606 * ielm.el (ielm):
14607 * shell.el (shell):
14608 * net/rlogin.el (rlogin):
14609 * net/telnet.el (telnet, rsh):
14610 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14611
14612 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14613
14614 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14615
14616 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14617
14618 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14619 so don't mention it (bug#9301).
14620 (dired-sort-toggle-or-edit): Clarify string further.
14621
14622 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14623 match `x', `w32' and `ns', like the manual says (bug#9029).
14624
14625 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14626 (process-kill-buffer-query-function): Mention the buffer name in
14627 the query.
14628
14629 * image-mode.el (image-next-line): The line parameter is mandatory
14630 (bug#9258).
14631
14632 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14633 which can be useful (bug#9301).
14634
14635 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14636
14637 * subr.el (match-string): Mention that the current buffer should
14638 be the same as the search was done in (bug#9282).
14639
14640 * facemenu.el: Disable the remove-* commands if the mark isn't
14641 active (bug#9162).
14642
14643 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14644
14645 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14646 of display-buffer.
14647 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14648
14649 * replace.el (occur-mode-goto-occurrence)
14650 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14651 and display-buffer.
14652
14653 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14654 display-buffer.
14655
14656 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14657 special-display and same-window variables.
14658 (mail-other-window): Use switch-to-buffer-other-window.
14659 (mail-other-frame): USe switch-to-buffer-other-frame.
14660
14661 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14662 Use display-buffer-other-frame.
14663 (gdb-display-gdb-buffer): Use pop-to-buffer.
14664
14665 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14666
14667 * progmodes/python.el: Don't set same-window-buffer-names.
14668
14669 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14670
14671 * window.el (display-buffer-alist): Add *Python*.
14672
14673 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14674
14675 * window.el (display-buffer-alist): Add entry for buffers
14676 previously handled same-window-*.
14677 (display-buffer-alist, display-buffer-default-action)
14678 (display-buffer-overriding-action): Mark as risky.
14679 (display-buffer-alist): Document action function changes.
14680 (display-buffer--same-window-action)
14681 (display-buffer--other-frame-action): New variables.
14682 (switch-to-buffer, display-buffer-other-frame): Use them.
14683 (display-buffer): Rename reuse-frame entry to reusable-frames.
14684 (display-buffer-reuse-selected-window): Function deleted.
14685 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14686 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14687 (display-buffer-special): New function.
14688 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14689 display-buffer-reuse-or-pop-window. Split off special-display
14690 part into display-buffer-special.
14691 (display-buffer-use-some-window): Don't perform any special
14692 pop-up-frames handling.
14693 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14694 (display-buffer--maybe-same-window): Rename from
14695 display-buffer-maybe-same-window.
14696
14697 * info.el: Don't set same-window-regexps.
14698 (info-setup): New function.
14699 (info-other-window, info): Call it.
14700
14701 * cus-edit.el: Don't set same-window-regexps.
14702 (customize-group): New argument.
14703 (customize-group-other-window): Use it.
14704 (customize-face, customize-face-other-window): Likewise.
14705 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14706
14707 * net/rlogin.el:
14708 * net/telnet.el:
14709 * progmodes/gud.el: Don't set same-window-regexps.
14710
14711 * cmuscheme.el:
14712 * ielm.el:
14713 * shell.el:
14714 * mail/sendmail.el:
14715 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14716
14717 2011-09-10 Juri Linkov <juri@jurta.org>
14718
14719 * isearch.el (isearch-edit-string): Remove obsolete mention of
14720 `C-w' (`isearch-yank-word-or-char') from docstring.
14721 (isearch-query-replace): Fix typo in docstring (bug#9466).
14722
14723 2011-09-10 Juri Linkov <juri@jurta.org>
14724
14725 * paren.el (show-paren-function): Don't show escaped parens.
14726 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14727
14728 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14729
14730 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14731 (mm-default-file-encoding): Remove autoload forms, they are
14732 replaced with autoload cookies in mml.el and mm-encode.el.
14733 (mail-add-attachment): New command.
14734 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14735 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14736 the doc string.
14737 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14738
14739 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14740
14741 * simple.el (count-words-region): Use buffer if there's no region
14742 (bug#9429).
14743
14744 2011-09-09 Juri Linkov <juri@jurta.org>
14745
14746 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14747 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14748 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14749
14750 2011-09-09 Alan Mackenzie <acm@muc.de>
14751
14752 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14753 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14754
14755 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14756
14757 Fix for Savannah bug#9392.
14758 * simple.el (mail-encode-mml): New defvar.
14759
14760 * mail/rmail.el (mail-encode-mml): Add a defvar.
14761 (rmail-enable-mime-composing): Default to t.
14762 (rmail-forward): Use MIME method of forwarding only if both
14763 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14764 Set mail-encode-mml non-nil if the MIME method was used.
14765
14766 * mail/sendmail.el (mml-to-mime): Add autoload form.
14767 (mail-encode-mml): Add a defvar.
14768 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14769 to nil.
14770 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14771 message through mml-to-mime, and reset mail-encode-mml to nil.
14772
14773 2011-09-09 Glenn Morris <rgm@gnu.org>
14774
14775 * woman.el (woman-if-body): When processing an .el block,
14776 do not delete the next .el block as well. (Bug#9447)
14777 (woman-special-characters): Add oq, cq, and hy characters.
14778
14779 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14780
14781 * window.el (window-deletable-p): Make sure window is live before
14782 invoking window-prev-buffers.
14783
14784 2011-09-08 Leo Liu <sdl.web@gmail.com>
14785
14786 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14787
14788 2011-09-08 Juri Linkov <juri@jurta.org>
14789
14790 * progmodes/compile.el (compilation-environment): Make it
14791 a defcustom (bug#8340).
14792
14793 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14794
14795 * window.el (frame-auto-delete): Rename to window-auto-delete.
14796 Make it control auto-deletion of windows and/or frames.
14797 (window-deletable-p): New argument FORCE. Rewrite conditions
14798 for deleting window/frame. (Bug#9419)
14799 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14800 Rewrite handling of case when window/frame can be deleted.
14801 (delete-windows-on): Call window-deletable-p with new FORCE
14802 argument t. (Bug#9456)
14803
14804 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14805
14806 * help-mode.el (help-mode): Restore autoload.
14807
14808 2011-09-07 Juri Linkov <juri@jurta.org>
14809
14810 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14811 `compilation-environment'. Set buffer-local
14812 `compilation-environment' to `thisenv' later after (funcall mode).
14813 (Bug#8340)
14814
14815 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14816 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14817 instead of replacing its value. (Bug#8340)
14818
14819 2011-09-07 Juri Linkov <juri@jurta.org>
14820
14821 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14822 based on text properties put by `grep-filter' instead of matching
14823 escape sequences.
14824 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14825 to the value of `grep-error-screen-columns' (bug#9438).
14826
14827 2011-09-07 Juri Linkov <juri@jurta.org>
14828
14829 * simple.el (next-error-highlight, next-error-highlight-no-select):
14830 Doc fix (bug#9432).
14831
14832 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14833
14834 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14835 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14836
14837 2011-09-07 Leo Liu <sdl.web@gmail.com>
14838
14839 * net/rcirc.el (rcirc-mode): Conditionally initialize
14840 rcirc-input-ring.
14841
14842 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14843
14844 * emacs-lisp/find-func.el (find-function-C-source): Only set
14845 find-function-C-source-directory after checking that we found a source
14846 file there (bug#9440).
14847
14848 2011-09-06 Alan Mackenzie <acm@muc.de>
14849
14850 * isearch.el (isearch-other-meta-char): Wherever a key list is
14851 unread, "unread" the prefix arg, too. This fixes bug #8901.
14852
14853 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14854
14855 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14856
14857 2011-09-05 Juri Linkov <juri@jurta.org>
14858
14859 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14860
14861 2011-09-05 Juri Linkov <juri@jurta.org>
14862
14863 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14864 keeping point where processing of grep matches begins, and
14865 continue to delete remaining escape sequences from the same point.
14866 (grep-filter): Make leading zero optional in "0?1;31m" because
14867 git-grep emits "\033[1;31m" escape sequences unlike expected
14868 "\033[01;31m" as GNU Grep does (bug#9408).
14869 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14870
14871 2011-09-05 Juri Linkov <juri@jurta.org>
14872
14873 * subr.el (y-or-n-p): Capitalize "yes".
14874
14875 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14876
14877 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14878 `tramp-cache-unload-hook' where appropriate.
14879 (tramp-methods): Rename `tramp-remote-sh' to
14880 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14881 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14882
14883 * net/tramp-sh.el (top): Don't require 'shell.
14884 (tramp-methods): Add `tramp-remote-shell' and
14885 `tramp-remote-shell-args' entries.
14886 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14887 (tramp-sh-handle-shell-command): Remove.
14888 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14889 Use `tramp-remote-shell'.
14890
14891 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14892
14893 * mail/sendmail.el (sendmail-query-once-function): Delete.
14894 (sendmail-query-once): Save directly to send-mail-function.
14895 Update message-send-mail-function too.
14896
14897 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14898
14899 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14900
14901 * progmodes/python.el (python-mode-map): Use correct function to
14902 start python interpreter from menu-bar (as reported by Geert
14903 Kloosterman).
14904 (inferior-python-mode-map): Fix typo.
14905 (python-shell-map): Remove.
14906
14907 2011-09-03 Deniz Dogan <deniz@dogan.se>
14908
14909 * net/rcirc.el (rcirc-print): Simplify code for
14910 rcirc-scroll-show-maximum-output. There is no need to walk
14911 through all windows to find the right one.
14912
14913 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14914
14915 * help.el (help-return-method): Doc fix.
14916
14917 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14918
14919 * window.el (window-deletable-p): Don't return a non-nil value
14920 when there's a buffer that was shown in the window before.
14921 (Bug#9419)
14922 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14923 Set window's previous buffers to nil.
14924
14925 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14926
14927 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14928 newline before and after the tag line, so it doesn't interfere
14929 with determining the paragraph direction of bidirectional text.
14930
14931 2011-09-03 Leo Liu <sdl.web@gmail.com>
14932
14933 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14934
14935 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14936
14937 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14938 (pop-to-buffer): Change interactive spec. Pass second argument
14939 directly to display-buffer.
14940 (display-buffer): Fix interactive spec. Use functionp to
14941 distinguish between a function and a list of functions.
14942
14943 * abbrev.el (edit-abbrevs):
14944 * arc-mode.el (archive-extract):
14945 * autoinsert.el (auto-insert):
14946 * bookmark.el (bookmark-bmenu-list):
14947 * files.el (find-file):
14948 * view.el (view-buffer):
14949 * progmodes/compile.el (compilation-goto-locus):
14950 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14951
14952 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14953
14954 * window.el (display-buffer-alist): Doc fix.
14955 (display-buffer): Add docstring. Don't treat
14956 display-buffer-default specially.
14957 (display-buffer-reuse-selected-window)
14958 (display-buffer-same-window, display-buffer-maybe-same-window)
14959 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14960 (display-buffer-pop-up-window)
14961 (display-buffer-reuse-or-pop-window)
14962 (display-buffer-use-some-window): New functions.
14963 (display-buffer-default-action): Use them.
14964 (display-buffer-default): Delete.
14965 (pop-to-buffer-1): Fix choice of actions.
14966
14967 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14968
14969 * minibuffer.el (completion--insert-strings): Don't get confused by
14970 completion entries that end with an LF char.
14971
14972 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14973
14974 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14975
14976 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14977
14978 * window.el (display-buffer): Restore interactive spec.
14979 (display-buffer-same-window, display-buffer-other-window):
14980 New functions.
14981 (pop-to-buffer-1): New function. Use the above.
14982 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14983 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14984
14985 * view.el (view-buffer-other-window, view-buffer-other-frame):
14986 Just use pop-to-buffer.
14987
14988 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14989
14990 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14991
14992 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14993
14994 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14995
14996 2011-08-31 Richard Stallman <rms@gnu.org>
14997
14998 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14999 of the separation of rmail-view-buffer from rmail-buffer.
15000 If you say no to "replace original", the decrypt is in the
15001 view buffer. If you say yes, the decrypt goes into the
15002 rmail buffer also.
15003
15004 2011-08-31 Martin Rudalics <rudalics@gmx.at>
15005
15006 * window.el (display-buffer-window): Rewrite doc-string.
15007 (display-buffer-record-window): New function.
15008 (display-buffer-macro-specifiers)
15009 (display-buffer-even-window-sizes, display-buffer-set-height)
15010 (display-buffer-set-width, display-buffer-in-window)
15011 (display-buffer-reuse-window, display-buffer-split-specifiers)
15012 (display-buffer-side-specifiers, display-buffer-split-window-1)
15013 (display-buffer-split-window, display-buffer-split-atom-window)
15014 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15015 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15016 (display-buffer-other-window-means-other-frame)
15017 (display-buffer-normalize-special)
15018 (display-buffer-normalize-default)
15019 (display-buffer-normalize-argument)
15020 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15021 (display-buffer-normalize-specifiers, display-buffer-frame)
15022 (display-buffer-same-window, display-buffer-same-frame)
15023 (display-buffer-other-window)
15024 (display-buffer-same-frame-other-window)
15025 (display-buffer-other-frame, pop-to-buffer-same-window)
15026 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15027 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15028 (switch-to-buffer-same-frame)
15029 (switch-to-buffer-other-window-same-frame)
15030 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15031 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15032 (display-buffer-alist-set): Remove.
15033 (display-buffer-function, special-display-buffer-names)
15034 (special-display-regexps, special-display-function):
15035 In doc-string refer to display-buffer-window and quit-restore
15036 parameter.
15037 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15038 (special-display-frame-alist, special-display-popup-frame)
15039 (same-window-buffer-names, same-window-regexps, same-window-p)
15040 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15041 (split-window-preferred-function, split-height-threshold)
15042 (split-width-threshold, window-splittable-p)
15043 (split-window-sensibly, window--try-to-split-window)
15044 (window--frame-usable-p, even-window-heights)
15045 (window--even-window-heights, window--display-buffer-1)
15046 (window--display-buffer-2, display-buffer-other-frame):
15047 Restore old Emacs 23 code, order and doc-strings where applicable.
15048 (display-buffer-default, display-buffer-assq-regexp): New functions.
15049 (display-buffer-alist): Rewrite doc-string.
15050 (display-buffer-default-action)
15051 (display-buffer-overriding-action): New variables.
15052 (display-buffer, switch-to-buffer): Rewrite.
15053 (pop-to-buffer): Restore Emacs 23 behavior but use
15054 window-normalize-buffer-to-display.
15055 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15056 Restore Emacs 23 behavior but use
15057 window-normalize-buffer-to-switch-to.
15058 (pop-to-buffer-same-window): Rewrite.
15059 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15060 Rewrite using Emacs 23 options.
15061
15062 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
15063
15064 * net/tramp.el (tramp-root-regexp): Remove.
15065 (tramp-completion-file-name-regexp-unified)
15066 (tramp-completion-file-name-regexp-separate)
15067 (tramp-completion-file-name-regexp-url): Don't use leading volume
15068 letter on w32 systems. (Bug#5303, Bug#9311)
15069 (tramp-drop-volume-letter): Simplify definition.
15070 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15071
15072 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15073
15074 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15075 (bug#9356).
15076
15077 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15078
15079 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15080
15081 2011-08-29 Juri Linkov <juri@jurta.org>
15082
15083 * isearch.el (isearch-done): Don't display message "Mark saved"
15084 when arg `edit' is non-nil to prevent its flicker in the echo area.
15085
15086 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15087
15088 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15089 obsolete packages for deletion.
15090
15091 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15092
15093 * help-mode.el (help-mode-map): Add special-mode-map to parent.
15094 (help-mode): Derive help-mode from special-mode. Don't invoke
15095 view-mode from help-mode.
15096 (help-xref-override-view-map): Remove.
15097 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15098 view-mode is not used anymore.
15099
15100 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15101
15102 * server.el (server-port): Doc fix.
15103
15104 * cus-theme.el (custom-theme-choose-mode): Inherit from
15105 special-mode (Bug#9124).
15106 (custom-theme-choose-mode-map): Add special-mode to parent.
15107
15108 2011-08-28 Alan Mackenzie <acm@muc.de>
15109
15110 * progmodes/cc-fonts.el
15111 (c-make-font-lock-BO-decl-search-function): New function.
15112 (c-basic-matchers-after - "Fontify the clauses after various
15113 keywords"): Extract the three keyword lists for the 3 erroneous
15114 constructs from the list of four, and use the new function above
15115 in place of an old one.
15116
15117 2011-08-28 Deniz Dogan <deniz@dogan.se>
15118
15119 * net/rcirc.el (rcirc-insert-prev-input)
15120 (rcirc-insert-next-input): Remove unused argument.
15121
15122 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15123
15124 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15125
15126 2011-08-27 Alan Mackenzie <acm@muc.de>
15127
15128 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15129 handle function pointer parameters properly.
15130
15131 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15132
15133 * window.el (display-buffer-reuse-window): Fix case where
15134 selected window was reused with non-nil OTHER-WINDOW argument.
15135 (Bug#9381)
15136
15137 2011-08-27 Deniz Dogan <deniz@dogan.se>
15138
15139 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15140 oftc's NickServ messages.
15141
15142 2011-08-27 Glenn Morris <rgm@gnu.org>
15143
15144 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15145
15146 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15147
15148 * emacs-lisp/package.el (package-install): Call package-initialize
15149 if called interactively.
15150
15151 2011-08-26 Leo Liu <sdl.web@gmail.com>
15152
15153 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15154
15155 2011-08-25 Juri Linkov <juri@jurta.org>
15156
15157 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15158 `search-whitespace-regexp' (bug#9364).
15159
15160 2011-08-25 Juri Linkov <juri@jurta.org>
15161
15162 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15163 `regexp-search-ring' to their global values to protect from
15164 updating by `read-from-minibuffer' (bug#9185).
15165
15166 2011-08-25 Juri Linkov <juri@jurta.org>
15167
15168 * textmodes/ispell.el (ispell-command-loop): Add newline
15169 at the end of the "Use option `i'..." line.
15170
15171 2011-08-25 Juri Linkov <juri@jurta.org>
15172
15173 * battery.el (display-battery-mode): If `battery-status-function'
15174 or `battery-mode-line-format' is nil, display the message and set
15175 `display-battery-mode' to nil (bug#9363).
15176
15177 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15178
15179 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15180 bidi-string-mark-left-to-right; they are unnecessary now.
15181
15182 2011-08-25 Deniz Dogan <deniz@dogan.se>
15183
15184 * net/quickurl.el: Documentation typo fixes.
15185
15186 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15187
15188 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15189
15190 2011-08-25 Glenn Morris <rgm@gnu.org>
15191
15192 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15193
15194 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15195 (smtpmail-via-smtp): Handle nil response from smtp.
15196
15197 2011-08-24 Juri Linkov <juri@jurta.org>
15198
15199 * proced.el (proced-marked): Inherit from `error' instead of
15200 `font-lock-warning-face'.
15201
15202 * ibuffer.el (ibuffer-marked-face): Change default face from
15203 `font-lock-warning-face' to `warning'.
15204 (ibuffer-deletion-face): Change default face from
15205 `font-lock-type-face' to `error'.
15206
15207 * battery.el (battery-update): Use the face `error' instead of
15208 `font-lock-warning-face' (bug#6117).
15209
15210 2011-08-24 Juri Linkov <juri@jurta.org>
15211
15212 * faces.el (success): Change face color from "Green3" to
15213 "ForestGreen" on light background (bug#9353).
15214
15215 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15216
15217 * window.el (quit-window): Rename from quit-restore-window.
15218 Use same arglist as old quit-window.
15219 (frame-auto-delete): Doc fix.
15220
15221 * view.el (view-mode-exit): Use quit-window.
15222
15223 2011-08-24 Juri Linkov <juri@jurta.org>
15224
15225 * isearch.el (isearch-ring-adjust1): Start visiting previous
15226 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15227 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15228 for empty search string (when the last search string is reused
15229 automatically) to adjust the isearch ring to the last element and
15230 prepare the correct index for further M-p commands (bug#9185).
15231
15232 2011-08-24 Kenichi Handa <handa@m17n.org>
15233
15234 * international/ucs-normalize.el: If decomposition property of
15235 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15236 nil.
15237 (nfd, nfkd): Likewise.
15238
15239 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15240
15241 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15242 from process filters aren't reliably transmitted to the surrounding
15243 accept-process-output.
15244 (mpc-proc-check): New function.
15245 (mpc-proc-sync): Use it (bug#8293)
15246
15247 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15248
15249 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15250 Add compatibility functions (bug#9313).
15251
15252 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15253
15254 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15255
15256 * international/uni-bidi.el: Regenerate.
15257
15258 2011-08-23 Kenichi Handa <handa@m17n.org>
15259
15260 * international/charprop.el:
15261 * international/uni-bidi.el:
15262 * international/uni-category.el:
15263 * international/uni-combining.el:
15264 * international/uni-comment.el:
15265 * international/uni-decimal.el:
15266 * international/uni-decomposition.el:
15267 * international/uni-digit.el:
15268 * international/uni-lowercase.el:
15269 * international/uni-mirrored.el:
15270 * international/uni-name.el:
15271 * international/uni-numeric.el:
15272 * international/uni-old-name.el:
15273 * international/uni-titlecase.el:
15274 * international/uni-uppercase.el: Regenerate.
15275
15276 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15277
15278 * help.el (help-window-setup): Fix message displayed when other
15279 window is reused. (Bug#9341)
15280
15281 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15284 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15285
15286 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15287 Mark obsolete.
15288 * shell.el (shell-parse-pcomplete-arguments): New function.
15289 (shell-completion-vars): Use it instead (bug#9160).
15290
15291 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15292
15293 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15294 strings and comments (bug#9333).
15295
15296 * emacs-lisp/debug.el (debug-arglist): New function.
15297 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15298 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15299
15300 2011-08-22 Juri Linkov <juri@jurta.org>
15301
15302 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15303 Revert regexp that highlights output switches to its old
15304 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15305
15306 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15307 to check for empty output (bug#9226).
15308
15309 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15310
15311 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15312 symbol-constituent as the default, as that stops font-lock from
15313 working properly (Bug#8843).
15314
15315 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15316
15317 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15318 `coding-system-for-*' around the process open call to avoid
15319 auth-source side effects.
15320 (smtpmail-try-auth-methods): Expand the secret password.
15321 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15322 probe hangs.
15323
15324 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15325
15326 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15327
15328 * emacs-lisp/find-func.el (find-function-noselect): New arg
15329 lisp-only.
15330
15331 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15332 signal an error for built-in functions (Bug#6664).
15333
15334 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15335
15336 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15337 (smtpmail-try-auth-methods): Use it.
15338
15339 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15340
15341 * font-lock.el (font-lock-fontify-region)
15342 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15343 (font-lock-default-unfontify-buffer)
15344 (font-lock-default-fontify-region)
15345 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15346
15347 * progmodes/compile.el (compilation-error-properties):
15348 Fix confusion between file struct and message struct (Bug#9319).
15349 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15350 `ant' regexp.
15351
15352 * net/browse-url.el (browse-url-firefox): Don't call
15353 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15354
15355 2011-08-20 Glenn Morris <rgm@gnu.org>
15356
15357 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15358
15359 * tutorial.el (tutorial--default-keys): Update some default bindings.
15360
15361 * files.el (hack-local-variables): Fully ignore case for "mode:".
15362
15363 2011-08-20 Alan Mackenzie <acm@muc.de>
15364
15365 Resolve invalid use of a regexp in regexp-opt.
15366
15367 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15368 detection for a java annotation.
15369
15370 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15371 detection for a java annotation.
15372
15373 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15374 handling for java.
15375 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15376
15377 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15378
15379 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15380 (Bug#9274).
15381
15382 2011-08-20 Alan Mackenzie <acm@muc.de>
15383
15384 Fontify CPP expressions correctly when starting in the middle of
15385 such a construct. Mainly for when jit-lock etc. starts a chunk
15386 here.
15387
15388 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15389 variable.
15390 (c-make-font-lock-search-form): New function, extracted from
15391 c-make-font-lock-search-function.
15392 (c-make-font-lock-search-function): Use the above function.
15393 (c-make-font-lock-context-search-function): New function.
15394 (c-cpp-matchers): Enhance the preprocessor expression case with
15395 the above function
15396 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15397 which takes an expression.
15398
15399 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15400
15401 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15402
15403 * window.el (display-buffer-reuse-window)
15404 (display-buffer-pop-up-window): Don't reuse or split a side
15405 window.
15406
15407 2011-08-19 Glenn Morris <rgm@gnu.org>
15408
15409 * files.el (hack-local-variables-prop-line, hack-local-variables):
15410 Downcase "Mode:". (Bug#9331)
15411
15412 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15413
15414 * international/characters.el: Add L and R categories.
15415
15416 * subr.el (bidi-string-mark-left-to-right): Rename from
15417 string-mark-left-to-right. Use category search.
15418
15419 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15420
15421 2011-08-18 Juri Linkov <juri@jurta.org>
15422
15423 * faces.el (error, warning, success): New faces with definitions
15424 copied from old default values of `font-lock-warning-face',
15425 `compilation-warning', `compilation-info' (bug#6117).
15426
15427 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15428
15429 * progmodes/compile.el (compilation-error): Inherit from `error'.
15430 (compilation-warning): Inherit from `warning'.
15431 (compilation-info): Inherit from `success'.
15432
15433 * dired.el (dired-marked): Inherit from `warning'.
15434 (dired-flagged): Inherit from `error'.
15435
15436 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15437
15438 * mail/smtpmail.el (auth-source): Require to avoid problems with
15439 binding variables (bug#9298). Also clean up some unused
15440 autoloads.
15441
15442 * net/network-stream.el (network-stream-open-starttls):
15443 Support using starttls.el without using gnutls-cli.
15444
15445 2011-08-17 Juri Linkov <juri@jurta.org>
15446
15447 * progmodes/grep.el (rgrep): Handle the case when
15448 `grep-find-command' is a cons cell (bug#9278).
15449
15450 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15451
15452 * window.el (display-buffer-pop-up-frame): Run frame creation
15453 function with BUFFER current (as special-display-popup-frame
15454 does). Reported by Drew Adams.
15455
15456 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15457
15458 * epa-mail.el: Simplify GnuPG group expansion using
15459 epg-expand-group.
15460 (epa-mail-group-alist, epa-mail-group-modtime)
15461 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15462 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15463 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15464 Remove.
15465
15466 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15467
15468 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15469
15470 2011-08-16 Alan Mackenzie <acm@muc.de>
15471
15472 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15473 Correct, to avoid the inside of macros.
15474
15475 2011-08-16 Richard Stallman <rms@gnu.org>
15476
15477 * epa-mail.el: Handle GnuPG group definitions.
15478 (epa-mail-group-alist, epa-mail-group-modtime)
15479 (epa-mail-gnupg-conf-file): New variables.
15480 (epa-mail-parse-groups, epa-mail-sync-groups)
15481 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15482 (epa-mail-expand-recipients): New functions.
15483 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15484
15485 * mail/rmail.el (rmail-epa-decrypt): New command.
15486
15487 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15488 Don't bind buffer-read-only, just inhibit-read-only.
15489 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15490 (epa-decrypt-armor-in-region): Make error message clearer.
15491
15492 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15493
15494 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15495 and "a2b" to "ab" for `prefix'.
15496
15497 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15498
15499 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15500 filter groups.
15501 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15502 Fourquet (Bug#8804).
15503
15504 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15505
15506 * startup.el (argi): Declare as global variable (bug#9275).
15507
15508 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15509
15510 * subr.el (string-mark-left-to-right): Search the entire string
15511 for RTL script, not just the terminating character. Doc fix.
15512
15513 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15514
15515 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15516 New function.
15517 (js--regexp-literal, js-syntax-propertize-function): Remove.
15518 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15519 (js-mode-map): Don't rebind electric keys.
15520 (js-insert-and-indent): Remove.
15521 (js-mode): Setup electric-layout and electric-indent instead.
15522
15523 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15524
15525 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15526
15527 * epa.el (epa-progress-callback-function): Fix the logic of
15528 displaying progress.
15529 * epa-file.el (epa-file-insert-file-contents): Make progress
15530 display more user-friendly.
15531 (epa-file-write-region): Ditto.
15532
15533 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15534
15535 * subr.el (string-mark-left-to-right): New function.
15536
15537 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15538 Use string-mark-left-to-right.
15539 (list-buffers-noselect): Caller changed.
15540
15541 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15542 Use string-mark-left-to-right.
15543 (tabulated-list-print): Recenter after moving point.
15544
15545 2011-08-10 Juri Linkov <juri@jurta.org>
15546
15547 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15548 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15549 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15550
15551 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15552
15553 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15554 (Bug#7554).
15555
15556 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15557
15558 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15559 character. (Bug#6594)
15560
15561 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15562
15563 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15564 (image-dired--with-db-file): New macro.
15565 (image-dired-write-tags, image-dired-remove-tag)
15566 (image-dired-create-gallery-lists, image-dired-write-comments)
15567 (image-dired-get-comment, image-dired-mark-tagged-files)
15568 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15569 (image-dired-gallery-generate): Use insert-file-contents.
15570
15571 * time.el (display-time-world-list, display-time-world-display):
15572 * time-stamp.el (time-stamp-string):
15573 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15574 set-time-zone-rule (Bug#7337).
15575
15576 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15577
15578 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15579 (epg-error-to-string, epg-errors-to-string): New function.
15580 (epg-wait-for-completion): Reverse errors list.
15581 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15582 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15583 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15584 (epg-sign-keys, epg-generate-key-from-file)
15585 (epg-generate-key-from-string): Format errors by using
15586 epg-errors-to-string (bug#9255).
15587 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15588
15589 2011-08-07 Juri Linkov <juri@jurta.org>
15590
15591 * faces.el (list-faces-display): Remove extra angle bracket
15592 from `help-mode-map'.
15593
15594 * info.el (Info-history-toc-nodes): Doc fix.
15595
15596 * longlines.el (longlines-mode): Doc fix.
15597
15598 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15601 of statements and in a few more cases (bug#9183).
15602
15603 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15604 New functions.
15605 (cl-transform-lambda): Use them (bug#9239).
15606
15607 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15608
15609 * window.el (display-buffer-same-window)
15610 (display-buffer-same-frame, display-buffer-other-window)
15611 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15612 (pop-to-buffer-other-window)
15613 (pop-to-buffer-same-frame-other-window)
15614 (pop-to-buffer-other-frame): Make them defuns.
15615 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15616
15617 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * subr.el (make-composed-keymap): Move from C. Change calling
15620 convention, and improve docstring to bring attention to a subtle point.
15621 * minibuffer.el (completing-read-default): Adjust accordingly.
15622
15623 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15624
15625 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15626 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15627
15628 * net/trampver.el: Update release number.
15629
15630 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15631
15632 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15633 "in" (bug#9190).
15634
15635 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15636
15637 * mail/sendmail.el (sendmail-query-once): Restore the current
15638 buffer after querying (bug#9074).
15639
15640 * dired.el (dired-flagged): Use different faces for marked and
15641 flagged files (bug#6117).
15642
15643 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15644 (bug#4433).
15645
15646 * ido.el (ido-mode): Switch off the message if called
15647 non-interactively.
15648
15649 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15650 before 587, since it appears that that's more likely to work for
15651 more people.
15652
15653 * cus-edit.el (custom-file): When running under emacs -q, always
15654 refuse to save the customizations, even if the .emacs file doesn't
15655 exist.
15656
15657 * info.el: Remove the `Info-beginning-of-buffer' function
15658 (bug#8325).
15659
15660 * net/network-stream.el (network-stream-open-starttls):
15661 Use `starttls-available-p' to see whether starttls.el can be used.
15662
15663 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15664
15665 * window.el (display-buffer-in-window): Don't set dedicated status
15666 of window here (Bug#9215).
15667 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15668 (display-buffer-pop-up-side-window)
15669 (display-buffer-in-side-window): Set dedicated status of window here.
15670
15671 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15672
15673 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15674 before binding generated-autoload-file.
15675
15676 2011-08-01 Deniz Dogan <deniz@dogan.se>
15677
15678 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15679
15680 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15681
15682 Sync with Tramp 2.2.2.
15683
15684 * net/trampver.el: Update release number.
15685
15686 2011-07-30 Juri Linkov <juri@jurta.org>
15687
15688 * dired-aux.el (dired-touch-initial): Remove function.
15689 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15690 current time, and `default' to the last modification time of the
15691 current marked file (bug#6887).
15692
15693 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15694
15695 * simple.el (goto-line): Use string-to-number to provide a
15696 numeric argument to read-number (bug#9163).
15697
15698 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15699
15700 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15701 connection process, it could be nil.
15702
15703 2011-07-27 Leo Liu <sdl.web@gmail.com>
15704
15705 Simplify url handling in rcirc-mode.
15706
15707 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15708 (rcirc-browse-url-at-mouse): Remove.
15709 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15710
15711 2011-07-26 Alan Mackenzie <acm@muc.de>
15712
15713 Fontify bitfield declarations properly.
15714
15715 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15716 (c-symbol-chars): Now exported as a lang variable.
15717 (c-not-primitive-type-keywords): New lang variable.
15718
15719 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15720 QT keyword "more" to prevent "more slots: ...." being spuriously
15721 parsed as a bitfield declaration.
15722
15723 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15724 Refactor and enhance to handle bitfield declarations.
15725 (c-punctuation-in): New function.
15726 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15727 declarations properly.
15728
15729 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15730
15731 * calendar/icalendar.el (icalendar--all-events): Take care of
15732 multiple vcalendars in a single file.
15733 (icalendar--convert-float-to-ical): Checkdoc fixes.
15734
15735 2011-07-25 Deniz Dogan <deniz@dogan.se>
15736
15737 * image.el (insert-image): Clarifying docstring.
15738
15739 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15740
15741 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15742 `tramp-send-command-and-check' if there is no error.
15743 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15744
15745 2011-07-22 Alan Mackenzie <acm@muc.de>
15746
15747 Prevent cc-langs.elc being loaded at run time.
15748
15749 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15750 cc-langs.
15751
15752 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15753 "(require 'cc-langs)". Quote a form so it will evaluate at
15754 (cc-mode's) compilation time.
15755
15756 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15757
15758 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15759 loading. (Bug#9114)
15760
15761 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15762
15763 * window.el (display-buffer-pop-up-window)
15764 (display-buffer-pop-up-side-window)
15765 (display-buffer-in-side-window): Call display-buffer-set-height
15766 and display-buffer-set-width after setting the new window's
15767 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15768
15769 2011-07-20 Sam Steingold <sds@gnu.org>
15770
15771 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15772 (etags-tags-included-tables): Call `convert-standard-filename' on
15773 the file names contained in TAGS so that windows Emacs can handle
15774 TAGS files created by cygwin ctags.
15775
15776 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15777
15778 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15779 which apparently didn't work.
15780
15781 2011-07-19 Roland Winkler <winkler@gnu.org>
15782
15783 * proced.el (proced-send-signal): For *Marked Processes* buffer
15784 put point at beginning of buffer.
15785
15786 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15787
15788 * proced.el (proced-format): Make header lines align with the text
15789 (bug#1779).
15790
15791 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15792
15793 * view.el (view-buffer): Allow running in `special' modes if we're
15794 visiting a file (bug#8615).
15795
15796 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15797
15798 * window.el (display-buffer-alist-of-strings-p)
15799 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15800 New functions.
15801 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15802 more accurately.
15803
15804 2011-07-18 Alan Mackenzie <acm@muc.de>
15805
15806 Fontify declarators properly when, e.g., a jit-lock chunk begins
15807 inside a declaration.
15808
15809 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15810
15811 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15812 New function.
15813 (c-complex-decl-matchers): Insert reference to
15814 c-font-lock-enclosing-decls.
15815
15816 * progmodes/cc-engine.el (c-backward-single-comment):
15817 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15818 to nil around calls to (forward-comment -1).
15819
15820 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15821
15822 * image.el (put-image): Doc typo fix.
15823
15824 * progmodes/etags.el (tags-search): Doc typo fix.
15825
15826 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15827 password if we get errors 550 to 554.
15828
15829 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15830
15831 * net/gnutls.el (gnutls-log-level): Remove.
15832
15833 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15834 indentation character (bug#6380).
15835
15836 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15837
15838 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15839 to clarify what the problem is (bug#4291).
15840
15841 * simple.el (current-kill): Clarify what
15842 `interprogram-paste-function' does (bug#7500).
15843 (auto-fill-mode): Document `auto-fill-function' in relation to
15844 `auto-fill-mode' (bug#2470).
15845
15846 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15847
15848 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15849 method if slot is read-only (bug#9035).
15850
15851 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15852
15853 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15854 * window.el (pop-to-buffer): Select window used even if it was
15855 selected before, see discussion of (Bug#8615), (Bug#6954).
15856 Pass argument NORECORD on to select-frame-set-input-focus.
15857
15858 2011-07-15 Glenn Morris <rgm@gnu.org>
15859
15860 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15861 Respect help-form.
15862
15863 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15864
15865 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15866 (gnutls-negotiate): Use it.
15867
15868 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15869
15870 * net/gnutls.el (gnutls-negotiate):
15871 Upcase `gnutls-algorithm-priority'.
15872
15873 2011-07-15 Glenn Morris <rgm@gnu.org>
15874
15875 * jka-compr.el (jka-compr-verbose): Move from here...
15876 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15877 Add missing :version tag.
15878 * info.el: No need to require jka-compr when compiling.
15879
15880 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15881
15882 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15883 (gnutls-negotiate): Use it.
15884
15885 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15886
15887 * info.el (Info-beginning-of-buffer): New command.
15888 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15889 announcing `b' as the key (bug#8325).
15890 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15891
15892 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15893
15894 * international/mule-cmds.el
15895 (describe-specified-language-support): Make the error message
15896 clearer (bug#8905).
15897
15898 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15899
15900 * isearch.el (isearch-barrier): Add a doc string, since it's
15901 mentioned in a function doc string (bug#8678).
15902
15903 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15904
15905 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15906 buffer argument (Bug#9083) and self-identifying label argument.
15907
15908 2011-07-15 Glenn Morris <rgm@gnu.org>
15909
15910 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15911
15912 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15913
15914 * man.el (Man-fontify-manpage): Fix message when formatting the
15915 man page (bug#7929).
15916
15917 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15918
15919 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15920 argument LRM; if non-nil, append an invisible LRM character to the
15921 buffer name.
15922 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15923 last argument non-nil, when formatting buffer names.
15924 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15925 paragraph direction.
15926
15927 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15928
15929 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15930 the man page name (bug#7929).
15931
15932 * image.el (put-image): Mention the `put-image' overlay property
15933 (bug#7834).
15934
15935 * scroll-bar.el (set-scroll-bar-mode): Mention that
15936 `scroll-bar-mode' lists the values (bug#7772).
15937
15938 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15939 command (bug#7729).
15940
15941 * rect.el (apply-on-rectangle): Return the point after the last
15942 operation.
15943 (string-rectangle): Go to the point after the last operation
15944 (bug#7522).
15945
15946 * printing.el (pr-toggle-region): Clarify the documentation
15947 slightly (bug#7493).
15948
15949 * time.el (display-time-update):
15950 Allow `display-time-mail-function' to return nil (bug#7158).
15951 Fix suggested by Detlev Zundel.
15952
15953 * vc/diff.el (diff): Clarify the order the file names are read
15954 (bug#7111).
15955
15956 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15957 the doc string (bug#7015).
15958
15959 * font-lock.el (font-lock-maximum-decoration): Mention what
15960 numeric levels mean (bug#6935).
15961
15962 * startup.el (initial-buffer-choice): Don't mention the `none'
15963 selection, which is against policy.
15964
15965 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15966
15967 * window.el (display-buffer-normalize-special):
15968 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15969
15970 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15971
15972 * subr.el (version<, version<=, version=): Mention "-CVS" and
15973 "-12345" alpha version numbers.
15974
15975 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15976
15977 * bindings.el: Add advertised binding for set-mark-command
15978 (Bug#5772).
15979
15980 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15981
15982 * bindings.el (mode-line-other-buffer):
15983 * bookmark.el (bookmark-bmenu-2-window):
15984 * bs.el (bs-cycle-next, bs-cycle-previous):
15985 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15986 switch-to-buffer.
15987
15988 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15989 Delete.
15990
15991 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15992
15993 * follow.el (follow-debug-message, follow-redisplay):
15994 * jka-cmpr-hook.el (with-auto-compression-mode):
15995 Fix typos in docstrings.
15996
15997 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15998
15999 * subr.el (with-silent-modifications): Clarify somewhat what the
16000 macro inhibits (bug#6525).
16001
16002 * simple.el (eval-expression): Note what it does if called
16003 interactively (bug#6495).
16004
16005 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16006
16007 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16008 Use pop-to-buffer buffer-or-name if it is nil.
16009
16010 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16011 Remove switch-to-buffer.
16012
16013 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16014
16015 * files.el (make-directory): Clarify that an error will be raised
16016 if there's an error (bug#6397).
16017
16018 * startup.el (initial-buffer-choice): Add `none' as a choice
16019 (bug#6234).
16020
16021 * subr.el (add-hook): Clarify section about buffer-local hooks
16022 (bug#6218).
16023
16024 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16025
16026 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16027
16028 * tabify.el (untabify): Preserve the current column so that point
16029 doesn't move (bug#6032).
16030
16031 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16032
16033 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16034 Rewrite to avoid awkward possessive "s" (bug#5986).
16035
16036 2011-07-13 Glenn Morris <rgm@gnu.org>
16037
16038 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16039 (dired-insert-directory): Give a message the first time
16040 if ls is found not to support --dired.
16041
16042 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16043
16044 * simple.el (toggle-truncate-lines): Clarify what is toggled
16045 (bug#5580). Text by Drew Adams.
16046
16047 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16048
16049 * simple.el (blink-matching-open): Make the error message from the
16050 last change less verbose.
16051
16052 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16053
16054 * font-lock.el (font-lock-comment-face): Use the high contrast
16055 "yellow" color for font-lock-comment-face on low color terminals
16056 using a dark background color (bug#4221).
16057
16058 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16059
16060 * dired.el (dired-insert-set-properties): Make the doc string
16061 reflect what it does now (bug#5325).
16062
16063 * simple.el (blink-matching-open): Say that we were unable to find
16064 the match within the limit, if we're limited (bug#5122).
16065
16066 * international/mule-cmds.el (prefer-coding-system): Add an
16067 example (bug#4869).
16068
16069 * progmodes/etags.el (tags-search): Document `file-list-form'
16070 (bug#4731).
16071
16072 2011-07-13 Lawrence Mitchell <wence@gmx.li>
16073
16074 * net/browse-url.el (browse-url-default-browser)
16075 (browse-url-browser-function): Make the default browser choice a
16076 bit more logical (bug#4300). Also clean up the doc string.
16077
16078 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16079
16080 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16081 binary endings (bug#4440).
16082
16083 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16084
16085 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16086 which can be pretty annoying (bug#8971).
16087
16088 * jka-compr.el (jka-compr-verbose): New variable, and use
16089 throughout (bug#8971).
16090
16091 * info.el (Info-find-file): Fall back on the installation
16092 directory if we can't find the info node anywhere else.
16093
16094 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16095
16096 * vc/vc.el (vc-revert-file):
16097 Don't set file time-stamp in the past. (Bug#5181)
16098
16099 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16100
16101 * files.el (after-find-file): Give a better error message when
16102 trying to find a symlink that points to a file that doesn't exist
16103 (bug#4398).
16104
16105 * progmodes/cc-vars.el: Remove (probably) misleading comment
16106 (bug#4396).
16107
16108 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16109
16110 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16111
16112 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16113
16114 * mouse-sel.el: Hack restoring functionality, while keeping
16115 compatibility with 2010-07-03 changes to mouse selection.
16116 (mouse-sel-primary-overlay): New var.
16117 (mouse-sel-selection-alist): Use it.
16118 (mouse-sel-mode): Doc fix; remove points that are default features
16119 of mouse.el.
16120
16121 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16122
16123 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16124 Fix previous fix (bug#2490).
16125
16126 2011-07-12 Roland Winkler <winkler@gnu.org>
16127
16128 * textmodes/bibtex.el (bibtex-initialize):
16129 Use pop-to-buffer-same-window.
16130 (bibtex-search-entries): Fix interactive call.
16131
16132 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16133
16134 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16135 Fontise bytecomp Error lines more correctly (bug#2490).
16136 Fix suggested by Johan Bockgård.
16137
16138 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16139
16140 * dired-x.el (dired-guess-default): Use `delete-dups'.
16141
16142 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16143
16144 * dired.el (dired-mark-prompt):
16145 * dired-aux.el (dired-read-shell-command): Doc fix.
16146
16147 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16148
16149 * mail/sendmail.el (sendmail-query-once):
16150 Use `customize-save-variable' unconditionally, now that it works under
16151 emacs -Q.
16152
16153 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16154
16155 * cus-edit.el (custom-file): Take an optional no-error variable.
16156 (customize-save-variable): Set the variable, and give a warning if
16157 running under "emacs -q".
16158
16159 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16160
16161 * loadhist.el (unload-feature-special-hooks):
16162 Add `auto-coding-functions', `fill-nobreak-predicate' and
16163 `find-directory-functions' (bug#5327).
16164
16165 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16166
16167 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16168
16169 * cus-edit.el (custom-guess-name-alist): -alist variables should
16170 use the `alist' type (bug#3120). Suggested by Drew Adams.
16171
16172 * printing.el: Add documentation to all the `pr-toggle-' commands.
16173
16174 2011-07-11 Leo Liu <sdl.web@gmail.com>
16175
16176 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16177 backends where it makes sense (bug#2623).
16178
16179 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16180
16181 * dired-x.el (dired-guess-default): Remove duplicate shell command
16182 entries (bug#2028).
16183 (dired-guess-default): Fix grammar in doc string (bug#2028).
16184 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16185
16186 * subr.el (remove-duplicates): New conveniency function.
16187
16188 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16189
16190 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16191 (bug#1526).
16192
16193 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16194
16195 * window.el (display-buffer-normalize-default): Don't invert
16196 meaning of even-window-heights. Reported by Eli Zaretskii
16197 <eliz@gnu.org>.
16198
16199 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16200
16201 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16202
16203 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16204
16205 * window.el (display-buffer): Fix arguments to
16206 display-buffer-reuse-window in last change.
16207
16208 * faces.el (link): Use a less saturated blue on light backgrounds.
16209
16210 * startup.el (fancy-startup-text, fancy-about-text)
16211 (fancy-startup-tail): Use font-lock faces, for background safety.
16212
16213 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16214
16215 * emulation/viper-cmd.el (viper-change-state-to-vi):
16216 Limit triggering of abbrev expansion (Bug#9038).
16217
16218 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16219
16220 * window.el (display-buffer-default-specifiers): Remove.
16221 (display-buffer-macro-specifiers): Remove default specifiers.
16222 (display-buffer-alist): Default to nil.
16223 (display-buffer-reuse-window): New optional argument other-window.
16224 (display-buffer-pop-up-window): Allow splitting internal
16225 windows. Check whether a live window was created.
16226 (display-buffer-other-window-means-other-frame)
16227 (display-buffer-normalize-arguments): Rename to
16228 display-buffer-normalize-argument and rewrite. Set the
16229 other-window specifier.
16230 (display-buffer-normalize-special): New function.
16231 (display-buffer-normalize-options): Rename to
16232 display-buffer-normalize-default and rewrite.
16233 (display-buffer-normalize-options-inhibit): Remove.
16234 (display-buffer-normalize-specifiers): Rewrite.
16235 (display-buffer): Process other-window specifier and call
16236 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16237 more faithfully.
16238 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16239 (display-buffer-alist-set): Don't handle 'unset default values.
16240 (display-buffer-in-window, display-buffer-alist-set):
16241 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16242 <tassilo@member.fsf.org>.
16243
16244 2011-07-09 Leo Liu <sdl.web@gmail.com>
16245
16246 * register.el (insert-register): Restore accidental change on
16247 2011-06-26. (Bug#9028)
16248
16249 2011-07-09 Glenn Morris <rgm@gnu.org>
16250
16251 * subr.el (remq): Handle the empty list. (Bug#9024)
16252
16253 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16254
16255 * mail/sendmail.el (send-mail-function): No longer delay custom
16256 initialization.
16257 * custom.el (custom-initialize-delay): Doc fix.
16258
16259 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16262
16263 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16264
16265 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16266 human-friendly prompt.
16267
16268 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16269
16270 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16271 provided by a particular plugin.
16272
16273 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16274
16275 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16276 save customizations (with "emacs -Q"), just set the variable
16277 instead of erroring out.
16278
16279 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16280
16281 2011-07-08 Juri Linkov <juri@jurta.org>
16282
16283 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16284 (archive-zip-update-case): Use 7z if found by `executable-find'.
16285 The order of searching the available programs is the same as in
16286 `archive-zip-extract' (bug#8968).
16287
16288 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16289
16290 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16291 (menu-bar-options-menu): Tweak descriptions.
16292
16293 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16294
16295 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16296 menu items into verb phrases (bug#1421). Also refill to fit under
16297 80 columns.
16298
16299 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16300
16301 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16302 (Info-read-node-name): Doc fix (Bug#1084).
16303
16304 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16305 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16306 (end-of-sexp, beginning-of-sexp)
16307 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16308 (forward-symbol, forward-same-syntax, word-at-point)
16309 (sentence-at-point): Doc fix (Bug#1144).
16310
16311 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16312
16313 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16314 should cover it (bug#1281).
16315
16316 * cus-edit.el (custom-show): Mark as obsolete.
16317
16318 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16319 negotiation fails, then possibly try again with a non-encrypted
16320 connection (bug#9017).
16321
16322 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16323 be used.
16324
16325 2011-07-07 Richard Stallman <rms@gnu.org>
16326
16327 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16328 property, and handle its changed format.
16329 Look for the correct line number.
16330 Use file's line contents (but not past first =) to find
16331 correct line in message.
16332
16333 2011-07-07 Kenichi Handa <handa@m17n.org>
16334
16335 * international/characters.el (build-unicode-category-table):
16336 Delete it.
16337 (unicode-category-table): Set it by unicode-property-table-internal.
16338
16339 * international/mule-cmds.el (char-code-property-alist): Move to
16340 to src/chartab.c.
16341 (get-char-code-property): Call unicode-property-table-internal to
16342 load a file. Call get-unicode-property-internal where necessary.
16343 (put-char-code-property): Call unicode-property-table-internal to
16344 load a file. Call put-unicode-property-internal where necessary.
16345 put-unicode-property-internal where necessary.
16346 (char-code-property-description):
16347 Call unicode-property-table-internal to load a file.
16348
16349 * international/charprop.el:
16350 * international/uni-bidi.el:
16351 * international/uni-category.el:
16352 * international/uni-combining.el:
16353 * international/uni-comment.el:
16354 * international/uni-decimal.el:
16355 * international/uni-decomposition.el:
16356 * international/uni-digit.el:
16357 * international/uni-lowercase.el:
16358 * international/uni-mirrored.el:
16359 * international/uni-name.el:
16360 * international/uni-numeric.el:
16361 * international/uni-old-name.el:
16362 * international/uni-titlecase.el:
16363 * international/uni-uppercase.el: Regenerate.
16364
16365 * loadup.el: Load international/charprop.el before
16366 international/characters.
16367
16368 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16369
16370 * window.el (next-buffer, previous-buffer): Signal an error if
16371 called from a minibuffer window.
16372
16373 * bindings.el: Revert 2011-07-04 change.
16374
16375 2011-07-06 Richard Stallman <rms@gnu.org>
16376
16377 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16378 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16379 Treat markers like ints.
16380 (rmail-mime-entity): Doc fix.
16381
16382 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16383
16384 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16385 defcustom again for backwards compatibility.
16386
16387 * simple.el (shell-command-on-region): Fill.
16388
16389 * dired-aux.el (dired-kill-line): Add a doc string.
16390
16391 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16392 to "\\sw\\|\\s_" (bug#358).
16393
16394 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16395 (dired-unmark-backward): Ditto.
16396 (dired-flag-backup-files): Ditto.
16397
16398 * dired-x.el (dired-mark-sexp): Ditto.
16399
16400 2011-07-06 Richard Stallman <rms@gnu.org>
16401
16402 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16403 (rmail-mime-entity): New arg TRUNCATED.
16404 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16405 New functions.
16406 (rmail-mime-save): Warn if entity is truncated.
16407 (rmail-mime-toggle-hidden): Likewise, for showing.
16408 (rmail-mime-process-multipart): Record when an entity is truncated.
16409
16410 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16411 if ENTITY is a string.
16412
16413 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16414
16415 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16416 of faces when `M-C-x'-ing their definitions (bug#8378).
16417 Also clean up the code slightly.
16418
16419 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16420 because that makes the colors go away.
16421
16422 * mail/sendmail.el (send-mail-function): Change the default to
16423 `sendmail-query-once'.
16424 (sendmail-query-once): Add an autoload cookie.
16425
16426 * net/network-stream.el (network-stream-open-starttls): Try using
16427 a plain connection even if the server offered STARTTLS, and we
16428 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16429 capability. This should make smtpmail.el work in slightly more
16430 configurations.
16431
16432 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16433
16434 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16435 New defun.
16436 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16437
16438 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16439
16440 * progmodes/sql.el: Version 3.0
16441 (sql-product-alist): Add product :completion-object,
16442 :completion-column, and :statement attributes.
16443 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16444 (sql-mode-syntax-table): Mark all punctuation.
16445 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16446 ansi keywords.
16447 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16448 (sql-mode-oracle-font-lock-keywords): Improve.
16449 (sql-oracle-show-reserved-words): New function for development.
16450 (sql-product-font-lock): Simplify for source code buffers.
16451 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16452 New functions.
16453 (sql-highlight-product): Set product specific syntax table.
16454 (sql-mode-map): Add statement movement functions.
16455 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16456 New variable.
16457 (sql-statement-regexp, sql-beginning-of-statement)
16458 (sql-end-of-statement, sql-signum): New functions.
16459 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16460 (sql-show-sqli-buffer): Bug fix.
16461 (sql-interactive-mode): Store connection data as buffer local.
16462 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16463 with sql-interactive-mode.
16464 (sql-save-connection): Save buffer local settings.
16465 (sql-connection-menu-filter): Change menu entry name.
16466 (sql-product-interactive): Bug fix.
16467 (sql-preoutput-hold): New variable.
16468 (sql-interactive-remove-continuation-prompt): Bug fixes.
16469 (sql-debug-redirect): New variable.
16470 (sql-str-literal): New function.
16471 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16472 Redesign.
16473 (sql-oracle-save-settings, sql-oracle-restore-settings)
16474 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16475 (sql-completion-object, sql-completion-column)
16476 (sql-completion-sqlbuf): New variables.
16477 (sql-build-completions-1, sql-build-completions)
16478 (sql-try-completion): New functions.
16479 (sql-read-table-name): Use them.
16480 (sql-contains-names): New buffer local variable.
16481 (sql-list-all, sql-list-table): Use it.
16482 (sql-oracle-completion-types): New variable.
16483 (sql-oracle-completion-object, sql-sqlite-completion-object)
16484 (sql-postgres-completion-object): New functions.
16485
16486 2011-07-06 Glenn Morris <rgm@gnu.org>
16487
16488 * window.el (pop-to-buffer): Doc fix.
16489
16490 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16491
16492 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16493
16494 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16495
16496 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16497
16498 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16499
16500 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16501
16502 * button.el (button): Inherit from link face. Suggested by Dan
16503 Nicolaescu.
16504
16505 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16506
16507 * progmodes/gdb-mi.el: Fit in 80 columns.
16508 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16509 switch-to-buffer.
16510
16511 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16512 if imenu is simply not configured (bug#8941).
16513
16514 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16515
16516 * allout.el (allout-post-undo-hook): New allout outline-change
16517 event hook to signal undo activity.
16518 (allout-post-command-business): Run allout-post-undo-hook if an
16519 undo just occurred.
16520 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16521 * allout-widgets.el (allout-widgets-after-undo-function):
16522 Ensure the integrity of the current item's decoration after it has been
16523 in the vicinity of an undo.
16524 (allout-widgets-mode): Include allout-widgets-after-undo-function
16525 on the new allout-post-undo-hook.
16526
16527 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16530 Let define-derived-mode define it.
16531 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16532 cycles of abbrev-table inheritance (bug#8998).
16533
16534 2011-07-05 Roland Winkler <winkler@gnu.org>
16535
16536 * textmodes/bibtex.el: Add support for biblatex.
16537 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16538 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16539 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16540 (bibtex-entry-alist, bibtex-field-alist): New variables.
16541 (bibtex-entry-field-alist): Obsolete alias for
16542 bibtex-BibTeX-entry-alist.
16543 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16544 (bibtex-set-dialect): New command.
16545 (bibtex-entry-type, bibtex-entry-head)
16546 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16547 Bind via bibtex-set-dialect.
16548 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16549 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16550 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16551 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16552 Define via bibtex-set-dialect.
16553 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16554 Obey bibtex-no-opt-remove-re.
16555 (bibtex-vec-push, bibtex-vec-incr): New functions.
16556 (bibtex-format-entry, bibtex-field-list)
16557 (bibtex-print-help-message, bibtex-validate)
16558 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16559
16560 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16561
16562 * progmodes/compile.el (compilation-goto-locus):
16563 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16564 * bs.el (bs-cycle-next, bs-cycle-previous):
16565 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16566 * bindings.el (mode-line-other-buffer):
16567 * autoinsert.el (auto-insert):
16568 * arc-mode.el (archive-extract):
16569 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16570
16571 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16572
16573 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16574 Fix check of `emacs-lock-unlockable-modes'.
16575 Coerce true values of `emacs-lock--try-unlocking' to t.
16576
16577 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16578
16579 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16580 * emacs-lock.el: New file.
16581
16582 2011-07-05 Julien Danjou <julien@danjou.info>
16583
16584 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16585 than `boundp' to check if face is set.
16586
16587 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16588
16589 * register.el (registerv-make):
16590 * window.el (window-min-height): Fix typos in docstrings.
16591
16592 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16593
16594 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16595 Update doc string.
16596
16597 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16598
16599 * server.el (server-execute): Catch quit and call
16600 `server-return-error' to pass the error back to emacsclient and
16601 close the connection (bug#8942).
16602
16603 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16604
16605 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16606 insecure exception for current topic. Also note that auto-saves
16607 are handled differently.
16608
16609 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16610 State variables for tracking auto-save inhibition situation.
16611
16612 (allout-write-contents-hook-handler): Rename from
16613 'allout-write-file-hook-handler', and describe how it depends on
16614 write-contents-functions sensitivity to non-nil value to prevent
16615 file write.
16616
16617 (allout-auto-save-hook-handler): Remove. auto-save does not check
16618 this in individual buffers, only in the starting buffer, so this
16619 is not the right way for us to inhibit auto-save in a buffer
16620 according to its condition.
16621
16622 (allout-mode): Use new allout-write-contents-hook-handler, and
16623 only with write-contents-functions. Remove auto-save provisions -
16624 they're implemented elsewhere.
16625
16626 (allout-before-change-handler): If undo is in progress, note that
16627 for attention of allout-post-command-business.
16628
16629 (allout-post-command-business): If the command we're following was
16630 an undo, check for change in the status of encrypted items and
16631 adjust auto-save inhibitions accordingly.
16632
16633 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16634 according to whether there are or aren't any plain-text topics
16635 pending encryption.
16636
16637 (allout-inhibit-auto-save-info-for-decryption):
16638 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16639 if there are plain-text topics pending encryption.
16640
16641 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16642 buffer-saved-size and some allout state to not inhibit auto-saves
16643 if there are no longer any plain-text topics pending encryption.
16644
16645 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16646 No longer provide for exemption of the current topic.
16647
16648 2011-07-04 Juri Linkov <juri@jurta.org>
16649
16650 Add 7z operations to delete and save changed members (bug#8968).
16651 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16652 New defcustoms.
16653 (archive-7z-write-file-member): New function.
16654 (archive-7z-summarize): Fix the number of dashes in the
16655 listing output.
16656
16657 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16658
16659 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16660 (bug#8958).
16661
16662 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16663
16664 * bindings.el: Ignore next-buffer and previous-buffer in
16665 minibuffer-local-map.
16666
16667 * font-lock.el (font-lock-builtin-face): Change light background
16668 color to dark slate blue (Bug#6693).
16669
16670 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16671
16672 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16673
16674 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16675
16676 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16677 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16678 Add switch-to-buffer.
16679
16680 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16681
16682 * isearch.el (isearch-search-fun-function): Clarify further the
16683 meaning of the function returned.
16684
16685 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16686
16687 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16688
16689 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16690 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16691 Use it.
16692 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16693 `tramp-default-remote-path' does not exist.
16694 (tramp-send-command-and-read): New optional argument NOERROR.
16695 (tramp-open-connection-setup-interactive-shell)
16696 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16697 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16698 (tramp-process-sentinel): Flush also process' connection property.
16699 (tramp-sh-handle-start-file-process): Do not set process
16700 sentinel. It is done now ...
16701 (tramp-maybe-open-connection): ... here. (Bug#8929)
16702
16703 2011-07-04 MON KEY <monkey@sandpframing.com>
16704
16705 * play/animate.el (animate-string): Doc fixes and allow changing
16706 the buffer name (bug#5417).
16707
16708 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16709
16710 * play/animate.el (animation-buffer-name): Rename from *animate*.
16711
16712 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16713
16714 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16715 This is simpler and helps future-proof the code.
16716 (timer-until): Use time-subtract and float-time.
16717 (timer--time-less-p): Use time-less-p.
16718
16719 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16720
16721 * type-break.el (timep): Use the value of `float-time' to avoid a
16722 byte-compiler warning.
16723
16724 * server.el (server-eval-and-print): Return any result, even nil.
16725
16726 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16727
16728 * type-break.el: Accept time formats that the builtins accept.
16729 (timep, type-break-time-difference): Accept any format that
16730 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16731 This is simpler and helps future-proof the code.
16732 (type-break-time-difference): Round rather than ignoring
16733 subseconds components.
16734
16735 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16736
16737 * info.el (Info-apropos-matches): Make non-interactive, since it
16738 doesn't seem to do anything useful as a command (bug#8829).
16739
16740 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16741
16742 * frame.el (frame-background-mode, frame-set-background-mode):
16743 Move from faces.el.
16744 (frame-default-terminal-background): New function.
16745
16746 * custom.el (custom-push-theme): Don't record faces in `changed'
16747 theme; this doesn't work correctly for per-frame face settings.
16748 (disable-theme): Use face-set-after-frame-default to reset faces.
16749 (custom--frame-color-default): New function.
16750
16751 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16752
16753 * dired.el (dired-flagging-regexp): Remove unused variable
16754 (bug#8769).
16755
16756 2011-03-29 Kevin Ryde <user42@zip.com.au>
16757
16758 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16759 `perl-Test2' extend to match possible "fail #N" rep count
16760 (bug#8377).
16761
16762 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16763
16764 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16765 `smtpmail-via-smtp' now returns the error instead of nil.
16766
16767 * isearch.el (isearch-search-fun-function): Clarify the doc string
16768 (bug#8101).
16769
16770 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16771
16772 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16773 unnecessary spaces (bug#8987).
16774
16775 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16776
16777 * net/network-stream.el (open-network-stream): Use the
16778 :end-of-capability command thoughout.
16779
16780 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16781
16782 * net/network-stream.el (open-network-stream): Add the
16783 :end-of-capability command parameter, used by pop3.el.
16784
16785 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16786
16787 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16788
16789 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16790 for list)" (bug#6475).
16791
16792 * files.el (file-expand-wildcards): Ignore non-readable
16793 sub-directories while trying to find matches instead of signaling
16794 an error (bug#6297).
16795
16796 * man.el (Man-reference-regexp): Allow matching possible
16797 word-wrapped references (bug#6289).
16798
16799 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16800 for consistency with the other vc buffers (bug#6197).
16801 (vc-checkin): Ditto.
16802
16803 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16804
16805 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16806
16807 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16808
16809 * custom.el (defcustom): Clarify that :set is only used in the
16810 Customize user interface (bug#6089).
16811
16812 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16813 associated with a file, refuse to run instead of erroring out
16814 (bug#6084).
16815
16816 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16817 the doc string, since it appears that using `fill-column' always
16818 controls the width (bug#7845).
16819
16820 * simple.el (shell-command-on-region): Say where the error output
16821 went if `shell-command-default-error-buffer' is set (bug#6857).
16822
16823 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16824
16825 * allout.el (allout-yank-processing): Adjust cursor position for
16826 backwards-deleted space.
16827
16828 (allout-rebullet-heading): Register changes with
16829 allout-exposure-changed-hook, so the modified topic is properly
16830 decorated.
16831
16832 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16833
16834 * minibuffer.el (completion-in-region): Document PREDICATE
16835 (bug#7136).
16836
16837 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16838 of keyword/argument pairs (bug#6904).
16839
16840 * replace.el (multi-occur):
16841 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16842
16843 2011-07-02 Drew Adams <drew.adams@oracle.com>
16844
16845 * dired.el (dired-mark-if): Make the message about whether it's
16846 marking or unmarking clearer (bug#8523).
16847
16848 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16849
16850 * disp-table.el (display-table-print-array): New function.
16851 (describe-display-table): Use it to print the vectors more pretty
16852 (Bug#8859).
16853
16854 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16855
16856 * window.el (window-state-get-1): Don't assign clone numbers.
16857 Add clone-of item to list of window parameters.
16858 (window-state-put-2): Don't process clone numbers.
16859 (display-buffer-alist): Fix doc-string.
16860
16861 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16862
16863 * subr.el (remq): Don't allocate if it's not needed.
16864 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16865 (keymap--merge-bindings): New functions.
16866 (keymap-canonicalize): Use them to refine the canonicalization.
16867 * minibuffer.el (minibuffer-local-completion-map)
16868 (minibuffer-local-must-match-map): Move initialization from C.
16869 (minibuffer-local-filename-completion-map): Move initialization from C;
16870 don't inherit from anything here.
16871 (minibuffer-local-filename-must-match-map): Make obsolete.
16872 (completing-read-default): Use make-composed-keymap to combine
16873 minibuffer-local-filename-completion-map with either
16874 minibuffer-local-must-match-map or
16875 minibuffer-local-filename-completion-map.
16876
16877 2011-07-01 Glenn Morris <rgm@gnu.org>
16878
16879 * type-break.el (type-break-time-sum): Use dolist.
16880
16881 * textmodes/flyspell.el (flyspell-word-search-backward):
16882 Replace CL function.
16883
16884 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16885
16886 * mouse.el (mouse--strip-first-event): New function.
16887 (function-key-map): Use it to map fringe clicks to normal clicks
16888 by default.
16889
16890 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16891 (vc-bzr-revision-completion-table): Add support for annotate and date.
16892
16893 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16894 inherit from parent.
16895
16896 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16897
16898 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16899 (dired-show-file-type): Doc fixup (bug#8818).
16900
16901 * dired.el (dired-mode): Fix up the doc string as suggested by
16902 Drew Adams (bug#8817).
16903
16904 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16905 cookie, since the manual says that it should be possible to add
16906 this function to `find-file-hook' (bug#8709).
16907
16908 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16909
16910 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16911 here. Noted Ted Zlatanov as the maintainer.
16912 (cfengine-common-settings, cfengine-common-syntax): New functions
16913 to set up common things between `cfengine-mode' and
16914 `cfengine3-mode'.
16915 (cfengine3-mode): New mode.
16916 (cfengine3-defuns cfengine3-defuns-regex
16917 (cfengine3-class-selector-regex cfengine3-category-regex)
16918 (cfengine3-vartypes cfengine3-font-lock-keywords)
16919 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16920 (cfengine3-indent-line): Add from cfengine3.el.
16921
16922 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16923
16924 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16925
16926 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16927
16928 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16929
16930 * window.el (same-window-buffer-names, same-window-regexps)
16931 (same-window-p, special-display-frame-alist)
16932 (special-display-popup-frame, special-display-function)
16933 (special-display-buffer-names, special-display-regexps)
16934 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16935 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16936 (split-window-preferred-function, split-height-threshold)
16937 (split-width-threshold, even-window-heights)
16938 (display-buffer-mark-dedicated, window-splittable-p)
16939 (split-window-sensibly, window-safely-shrinkable-p):
16940 Un-obsolete.
16941 (display-buffer): Don't spread args with function specifier
16942 because special-display-popup-frame won't like it.
16943
16944 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16945
16946 Time-stamp simplifications and fixes.
16947 These improve accuracy slightly, and future-proof the code
16948 against some potential changes to current-time format.
16949
16950 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16951 by using time-since and float-time.
16952
16953 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16954 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16955 + NNN microseconds".
16956
16957 * type-break.el (type-break-time-sum): Rewrite using time-add.
16958
16959 * play/hanoi.el (hanoi-current-time-float): Remove.
16960 All uses replaced by float-time.
16961
16962 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16963 This yields a more-accurate answer.
16964 (rng-time-to-float): Remove; no longer needed.
16965
16966 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16967
16968 * calendar/timeclock.el (timeclock-seconds-to-time):
16969 Defalias to seconds-to-time, since they're the same thing.
16970
16971 * emacs-lisp/elp.el (elp-elapsed-time):
16972 * emacs-lisp/benchmark.el (benchmark-elapse):
16973 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16974
16975 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16976
16977 * window.el (bury-buffer): Don't iconify the only frame.
16978 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16979 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16980
16981 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16982
16983 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16984 Add mouse-yank-primary.
16985
16986 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16987
16988 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16989
16990 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16993 (find-library-name): Use it to find relative load names when provided
16994 absolute file name (bug#8803).
16995
16996 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16997
16998 * textmodes/flyspell.el (flyspell-word): Consider words that
16999 differ only in case as potential doublons (bug#5687).
17000
17001 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17002 Remove two rather uninteresting debugging-like messages to make
17003 debbugs.el more silent.
17004
17005 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17006 a password-like phrase.
17007
17008 2011-06-30 Masatake YAMATO <yamato@redhat.com>
17009
17010 * progmodes/cc-guess.el: New file.
17011
17012 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17013
17014 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17015 derived from `c-basic-common-init'.
17016
17017 * progmodes/cc-mode.el (top-level): Require cc-guess.
17018 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17019
17020 2011-06-30 Lawrence Mitchell <wence@gmx.li>
17021
17022 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17023
17024 2011-06-30 Alan Mackenzie <acm@muc.de>
17025
17026 * progmodes/cc-engine.el (c-guess-continued-construct):
17027 Correct the handling of template-args-cont, particularly for when font
17028 lock is disabled. Name this case as "CASE G".
17029
17030 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17031
17032 * allout.el (allout-yank-processing): Fix injection of extra space
17033 between bullet and non-whitespace character in first topic when
17034 pasting, ensuring that the actual spacing in the pasted topic
17035 following the bullet char is preserved. This extra space was
17036 causing pasted encrypted topics to get a decrypted status even
17037 when the content was actually still encrypted. Now the decryption
17038 status from before the paste is preserved.
17039
17040 (allout-flag-region): Set all allout overlays so they evaporate
17041 when reduced to zero length (evanescent), to prevent overlay
17042 leakage.
17043
17044 2011-06-30 Glenn Morris <rgm@gnu.org>
17045
17046 * w32-fns.el (w32-charset-info-alist): Declare.
17047
17048 * find-dired.el (find-grep-options): Simplify.
17049
17050 * term/ns-win.el (ns-set-resource): Declare.
17051
17052 * ses.el (row, col): Declare dynamic variables honestly.
17053
17054 * textmodes/reftex-parse.el (index-tags): Declare.
17055
17056 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
17057
17058 * cus-edit.el (customize-push-and-save): New function.
17059
17060 * files.el (hack-local-variables-confirm): Use it.
17061
17062 * custom.el (load-theme): New arg NO-CONFIRM.
17063 Use customize-push-and-save (Bug#8720).
17064 (custom-enabled-themes): Doc fix.
17065
17066 * cus-theme.el (customize-create-theme)
17067 (custom-theme-merge-theme): Callers to load-theme changed.
17068
17069 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17070
17071 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17072 short URLs have at least one dot in them (bug #7614).
17073
17074 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17075 nil, because using a pty is apparently too slow (bug #895).
17076
17077 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17078
17079 * mail/sendmail.el (sendmail-query-once): New function.
17080 (sendmail-query-once-function): New variable.
17081
17082 2011-06-29 Glenn Morris <rgm@gnu.org>
17083
17084 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17085
17086 * ses.el (top-level): Require cl when compiling.
17087 (ses-set-localvars): Fix error statement.
17088 Call it at compile time to silence a storm of warnings.
17089
17090 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17091
17092 * window.el (normalize-live-buffer): Rename to
17093 window-normalize-buffer.
17094 (normalize-live-frame): Rename to window-normalize-frame.
17095 (normalize-any-window): Rename to window-normalize-any-window.
17096 (normalize-live-window): Rename to window-normalize-live-window.
17097 (make-window-atom): Rename to window-make-atom.
17098 (window-resize-reset): Rename to window--resize-reset.
17099 (window-resize-reset-1): Rename to window--resize-reset-1.
17100 (resize-mini-window): Rename to window--resize-mini-window.
17101 (resize-subwindows-skip-p): Rename to
17102 window--resize-subwindows-skip-p.
17103 (resize-subwindows-normal): Rename to
17104 window--resize-subwindows-normal.
17105 (resize-subwindows): Rename to window--resize-subwindows.
17106 (resize-other-windows): Rename to window--resize-siblings.
17107 (resize-this-window): Rename to window--resize-this-window.
17108 (resize-root-window): Rename to window--resize-root-window.
17109 (resize-root-window-vertically): Rename to
17110 window--resize-root-window-vertically.
17111 (normalize-buffer-to-display): Rename to
17112 window-normalize-buffer-to-display.
17113 (normalize-buffer-to-switch-to): Rename to
17114 window-normalize-buffer-to-switch-to.
17115 Correspondingly update all callers of the functions listed
17116 above.
17117 (display-buffer-alist, display-buffer-normalize-arguments)
17118 (display-buffer-normalize-options, display-buffer)
17119 (display-buffer-alist-set): Use "function" instead of
17120 "fun-with-args".
17121
17122 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17123
17124 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17125 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17126 debbugs.gnu.org. Mention acknowledgment email.
17127
17128 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17129
17130 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17131 buffer multibyteness, since it shouldn't matter.
17132
17133 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17134
17135 * window.el (display-buffer-in-side-window): Handle dedicated
17136 windows as in display-buffer-reuse-window.
17137 (display-buffer-normalize-alist): Use value of override
17138 specifier.
17139 (display-buffer-normalize-specifiers): Use value of
17140 other-window-means-other-frame specifier.
17141 (display-buffer-alist): Rewrite some texts in widgets.
17142 (display-buffer): Spread arguments when calling function
17143 specified by fun-with-args.
17144
17145 2011-06-28 Deniz Dogan <deniz@dogan.se>
17146
17147 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17148 Unnest `let'.
17149
17150 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17151 selectors (Bug#5732).
17152 (css-proprietary-nmstart-re): Use `regexp-opt'.
17153
17154 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17155
17156 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17157 (eshell-ls-date-format): New defcustom.
17158 (eshell-ls-file): Use it.
17159
17160 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17161
17162 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17163
17164 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17165
17166 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17167 (ange-ftp-make-tmp-name): New arg.
17168 (ange-ftp-file-local-copy): Use it.
17169
17170 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17171
17172 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17173 no-conversion (Bug#8870).
17174
17175 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17176
17177 * window.el (window-right, window-left, window-child)
17178 (window-child-count, window-last-child)
17179 (window-iso-combination-p, walk-window-tree-1)
17180 (window-atom-check-1, window-tree-1, delete-window)
17181 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17182 new naming conventions - window-vchild, window-hchild,
17183 window-next and window-prev are now called window-top-child,
17184 window-left-child, window-next-sibling and window-prev-sibling
17185 respectively.
17186 (resize-window-reset): Rename to window-resize-reset.
17187 (resize-window-reset-1): Rename to window-resize-reset-1.
17188 (resize-window): Rename to window-resize.
17189 (window-min-height, window-min-width)
17190 (resize-mini-window, resize-this-window, resize-root-window)
17191 (resize-root-window-vertically, adjust-window-trailing-edge)
17192 (enlarge-window, shrink-window, maximize-window)
17193 (minimize-window, delete-window, quit-restore-window)
17194 (split-window, balance-windows, balance-windows-area-adjust)
17195 (balance-windows-area, window-state-put-2)
17196 (display-buffer-even-window-sizes, display-buffer-set-height)
17197 (display-buffer-set-width, set-window-text-height)
17198 (fit-window-to-buffer): Rename all "resize-window" prefixed
17199 calls to use the "window-resize" prefix convention.
17200 (display-buffer-alist): Fix symbol for label specifier.
17201 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17202 corresponding specifier.
17203 Reported by Juanma Barranquero <lekktu@gmail.com>.
17204
17205 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17206
17207 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17208 convention.
17209 (ses-call-printer): Does not pass an empty string to formatter when the
17210 cell is empty to keep from barking printer Calc math-format-value.
17211
17212 2011-06-27 Richard Stallman <rms@gnu.org>
17213
17214 * battery.el (battery-mode-line-limit): New variable.
17215 (battery-update): Handle it.
17216
17217 * mail/rmailmm.el (rmail-mime-process-multipart):
17218 Handle truncated messages.
17219
17220 2011-06-27 Glenn Morris <rgm@gnu.org>
17221
17222 * progmodes/flymake.el (flymake-err-line-patterns):
17223 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17224
17225 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17226
17227 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17228 (ses--clean-!, ses--clean-_): New functions.
17229 (ses-range): Add configurability of readout order, and conversion
17230 to Calc vector.
17231
17232 * ses.el (ses-repair-cell-reference-all): New function.
17233 (ses-cell-symbol): Set macro as safe, so that it can be used in
17234 formulas.
17235
17236 * ses.el: Update cycle detection algorithm.
17237 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17238 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17239 (ses-set-localvars): New function.
17240 (ses-make-cell): Add property-list as a cell element.
17241 (ses-cell-property-get-fun, ses-cell-property-get)
17242 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17243 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17244 New functions.
17245 (ses-cell-property-set, ses-cell-property-pop)
17246 (ses-cell-property-get-handle): New macro.
17247 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17248 New aliases, used for code readability.
17249 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17250 cycle detection.
17251 (ses-self-reference-early-detection): New defcustom.
17252 (ses-formula-references): Robustify against self-referring cells.
17253 (ses-mode): Use ses-set-localvars.
17254 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17255 before lauching the update processing.
17256 (ses-initialize-Dijkstra-attempt): New function.
17257 (ses-recalculate-cell): Update for cycle detection based on
17258 Dijkstra algorithm.
17259
17260 * ses.el: Fix commenting and indenting convention.
17261
17262 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17263
17264 * bs.el (bs-cycle-next): Complete last change.
17265
17266 2011-06-27 Drew Adams <drew.adams@oracle.com>
17267
17268 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17269
17270 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17271
17272 * net/network-stream.el (network-stream-open-starttls):
17273 Don't re-get capabilities unless we've reestablished connection.
17274 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17275
17276 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17277 to binary to possibly avoid line encoding issues on Windows (among
17278 other things).
17279
17280 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17281
17282 * net/network-stream.el (open-network-stream): Return an :error
17283 saying what the problem was, if possible.
17284
17285 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17286 server.
17287
17288 * net/network-stream.el (network-stream-open-starttls): If we
17289 wanted to use STARTTLS, and the server offered it, but we weren't
17290 able to because we had no STARTTLS support, then close the connection.
17291 (open-network-stream): Return an :error element, if present.
17292
17293 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17294
17295 * hl-line.el (hl-line-sticky-flag): Doc fix.
17296 (global-hl-line-sticky-flag): New option (Bug#8323).
17297 (global-hl-line-highlight): Obey it.
17298
17299 * vc/vc.el (vc-revert-show-diff): Default to t.
17300
17301 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17302
17303 * allout-widgets.el (allout-widgets-post-command-business):
17304 Stop decorating intermediate isearch matches. They're not being
17305 undecorated when an isearch is continued past, and isearch
17306 automatically collapses them. This leads to "widget leaks", where
17307 decorated items accumulate in collapsed areas. Lines with lots of
17308 hidden widgets can slow down cursor travel, substantially.
17309 Too much complicated machinery would be needed to ensure undecoration,
17310 so we're doing without this nicety.
17311
17312 (allout-widgets-tally-string): Don't try to do a hash-table-count
17313 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17314 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17315 *Messages* when allout-widgets-maintain-tally is t.
17316
17317 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17318
17319 * window.el (display-buffer-normalize-argument): Rename to
17320 display-buffer-normalize-arguments. Handle special meaning of
17321 LABEL argument. Respect special-display-function when popping up
17322 a new frame. Fix code searching for a window showing the buffer
17323 on another frame.
17324 (display-buffer-normalize-specifiers):
17325 Call display-buffer-normalize-arguments.
17326 (display-buffer-in-window): Don't undedicate the window if its
17327 buffer remains the same.
17328 Reported by Drew Adams <drew.adams@oracle.com>.
17329 (display-buffer-alist): Add choice for same-window macro
17330 specfier.
17331 (display-buffer): Mention special meaning of LABEL argument in
17332 doc-string. Fix quoting. Don't pop up a new frame even as
17333 fallback.
17334
17335 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17336
17337 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17338 avoid deleting the current window in some cases (bug#8911).
17339
17340 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17341
17342 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17343 (Bug#8934)
17344
17345 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17346
17347 * net/network-stream.el (network-stream-open-starttls):
17348 Use built-in TLS support if `gnutls-available-p' is true.
17349 (network-stream-open-tls): Ditto.
17350
17351 2011-06-26 Leo Liu <sdl.web@gmail.com>
17352
17353 * register.el (registerv): New struct.
17354 (registerv-make): New function.
17355 (jump-to-register, describe-register-1, insert-register):
17356 Support the jump-func, print-func and insert-func slot of a registerv
17357 struct. (Bug#8415)
17358
17359 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17360
17361 * vc/vc.el (vc-revert-show-diff): New defcustom.
17362 (vc-diff-internal): New arg specifying diff buffer.
17363 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17364 reuse an existing *vc-diff* buffer (Bug#8927).
17365
17366 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17367
17368 2011-06-26 Glenn Morris <rgm@gnu.org>
17369
17370 * progmodes/f90.el (f90-critical-indent): New option.
17371 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17372 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17373 (f90-mode): Doc fix.
17374 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17375 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17376 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17377 (f90-match-end): Handle block, critical.
17378
17379 2011-06-25 Glenn Morris <rgm@gnu.org>
17380
17381 * calendar/diary-lib.el (diary-included-files): Doc fix.
17382 (diary-include-files): New function, extracted from
17383 diary-include-other-diary-files and diary-mark-included-diary-files.
17384 (diary-include-other-diary-files, diary-mark-included-diary-files):
17385 Just call diary-include-files.
17386 (diary-mark-entries): Reset diary-included-files on first call.
17387
17388 * calendar/diary-lib.el (diary-mark-entries)
17389 (diary-mark-included-diary-files):
17390 Visit included diary-files in temp buffers.
17391
17392 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17393 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17394 (f90-start-block-re, f90-imenu-generic-expression)
17395 (f90-looking-at-program-block-start, f90-no-block-limit):
17396 Add support for submodules.
17397
17398 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17399 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17400
17401 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17402
17403 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17404 buffer-file-type before setting its value, to avoid disastrous
17405 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17406
17407 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17408
17409 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17410
17411 * ses.el (ses-unload-function):
17412 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17413
17414 * proced.el (proced-unload-function):
17415 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17416
17417 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17418
17419 * server.el (server-create-window-system-frame): Add parameters arg.
17420 (server-process-filter): Doc fix. Handle frame-parameters.
17421
17422 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17423
17424 Fix bug#8730, bug#8781.
17425
17426 * loadhist.el (unload--set-major-mode): New function.
17427 (unload-feature): Use it.
17428
17429 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17430 (python-unload-function): New function.
17431
17432 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17433
17434 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17435
17436 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17437
17438 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17439 the candidates list.
17440
17441 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17442
17443 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17444
17445 2011-06-23 Richard Stallman <rms@gnu.org>
17446
17447 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17448 (rmail-variables): Set next-error-move-function.
17449 (rmail-what-message): Take argument POS.
17450 (rmail-next-error-move): New function.
17451
17452 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17453
17454 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17455 messages for adjacent non-terminals.
17456
17457 2011-06-23 Richard Stallman <rms@gnu.org>
17458
17459 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17460 (rmail-show-message-1): Preserve buffer modified flag.
17461 (rmail-start-mail): Don't specify use of rmail-mail-return;
17462 that's done by mail-bury now.
17463 (rmail-mail-return): Handle arg NEWBUF.
17464
17465 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17466
17467 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17468 SIZE is a number.
17469
17470 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17471
17472 * window.el (get-lru-window, get-mru-window)
17473 (get-largest-window): Never return a minibuffer window.
17474 (display-buffer-pop-up-window): Fix a bug that could lead to
17475 reusing the minibuffer window.
17476 (display-buffer): Pass original specifier argument to
17477 display-buffer-function instead of the normalized one.
17478 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17479
17480 2011-06-22 Leo Liu <sdl.web@gmail.com>
17481
17482 * minibuffer.el (completing-read-function)
17483 (completing-read-default): Move from minibuf.c.
17484
17485 2011-06-22 Richard Stallman <rms@gnu.org>
17486
17487 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17488 to Rmail even if not started by a special Rmail command.
17489
17490 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17491 Copy the buffer currently showing just one message.
17492
17493 2011-06-22 Roland Winkler <winkler@gnu.org>
17494
17495 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17496 (bibtex-clean-entry): First delete the old key so that a
17497 customized algorithm for generating the new key does not get
17498 confused by the old key.
17499 (bibtex-url): Obey regexp of first step.
17500 (bibtex-search-entries): Do not use add-to-list with local
17501 list-var.
17502
17503 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17504
17505 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17506 stored a user name, then query for the password first, instead of
17507 waiting for SMTP to give an error message and the trying again.
17508
17509 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17510
17511 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17512 BUFFER in call-process.
17513
17514 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17515
17516 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17517 QUIT twice.
17518 (smtpmail-try-auth-methods): Require user name and password from
17519 auth-source.
17520
17521 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17522
17523 * window.el (display-buffer-default-specifiers)
17524 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17525 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17526 (split-window): Normalize SIDE argument (Bug#8916).
17527
17528 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17529 (special-display-frame-alist, special-display-popup-frame):
17530 Remove duplicate declarations. These are now in window.el.
17531
17532 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17533
17534 * mail/smtpmail.el (smtpmail-via-smtp):
17535 Set :use-starttls-if-possible so that we always use STARTTLS if the
17536 server supports it. SMTP servers that support STARTTLS commonly
17537 require it.
17538
17539 * net/network-stream.el (network-stream-open-starttls): Support
17540 upgrading to STARTTLS always, even if we don't have built-in support.
17541 (open-network-stream): Add the :always-query-capabilities keyword.
17542
17543 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17544 upgrades with `open-network-stream', and rely solely on
17545 auth-source for all credentials. Big changes throughout the file,
17546 but in particular:
17547 (smtpmail-auth-credentials): Remove.
17548 (smtpmail-starttls-credentials): Remove.
17549 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17550 MAIL FROM, too.
17551
17552 * net/network-stream.el (network-stream-open-starttls):
17553 Provide support for client certificates both for external and built-in
17554 STARTTLS.
17555 (auth-source): Require.
17556 (open-network-stream): Document the :client-certificate keyword.
17557 (network-stream-certificate): Change cert-cert to cert and
17558 cert-key to key.
17559
17560 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17561
17562 * net/tramp-cache.el (top): Don't load the persistency file when
17563 "emacs -Q" has been called.
17564
17565 2011-06-21 Tim Harper <timcharper@gmail.com>
17566
17567 * term/ns-win.el (ns-initialize-window-system):
17568 Set application-specific `ApplePressAndHoldEnabled' system
17569 resource to NO as it is not yet supported by the NS port.
17570
17571 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17572
17573 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17574 (list-dynamic-libraries): ...not here.
17575
17576 2011-06-21 Leo Liu <sdl.web@gmail.com>
17577
17578 * subr.el (sha1): Implement sha1 using secure-hash.
17579
17580 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17581
17582 * window.el (display-buffer-alist): In default value do not
17583 enforce searching a window on any but the selected frame.
17584 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17585 (display-buffer-select-window): Remove function.
17586 (display-buffer-in-window): When a window on another frame gets
17587 reused, do not select it any more but just raise its frame if
17588 necessary (Bug#8851) and (Bug#8856).
17589 (display-buffer-normalize-options): Handle pop-up-frames related
17590 options more faithfully.
17591 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17592 window if it is on another frame.
17593 (display-buffer-alist, display-buffer-default-specifiers):
17594 Don't make new frame unsplittable by default.
17595 (display-buffer-normalize-argument): Fix doc-string typo and use
17596 'same-frame-other-window instead of 'other-window when associating
17597 with display-buffer-macro-specifiers.
17598
17599 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17600
17601 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17602 New functions.
17603 (5x5-mode-map, 5x5-mode-menu): Bind them.
17604 (5x5-draw-grid): Tweak the solver's rendering.
17605
17606 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17607
17608 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17609 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17610
17611 2011-06-21 Drew Adams <drew.adams@oracle.com>
17612
17613 * menu-bar.el: Use function variable instead of switch-to-buffer.
17614 (menu-bar-select-buffer-function): New variable.
17615 (menu-bar-update-buffers): Use it (bug#8876).
17616
17617 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17618
17619 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17620 variable's status.
17621
17622 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17623
17624 * x-dnd.el (x-dnd-version-from-flags)
17625 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17626 and long as number (Bug#8899).
17627 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17628
17629 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17630
17631 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17632 (completion-try-completion, completion-all-completions): Compute the
17633 metadata argument if it's missing; make it optional (bug#8795).
17634
17635 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17636 (widget-complete): Use new :completion-function property.
17637 (widget-completions-at-point): New function.
17638 (default): Use :completion-function instead of :complete.
17639 (widget-default-completions): Rename from widget-default-complete;
17640 Rewrite.
17641 (widget-string-complete, widget-file-complete, widget-color-complete):
17642 Remove functions.
17643 (file, symbol, function, variable, coding-system, color):
17644 * international/mule-cmds.el (default-input-method, charset)
17645 (language-info-custom-alist):
17646 * cus-edit.el (face): Use new property :completions.
17647
17648 * progmodes/pascal.el (pascal-completions-at-point): New function.
17649 (pascal-mode): Use it.
17650 (pascal-mode-map): Use completion-at-point.
17651 (pascal-toggle-completions): Make obsolete.
17652 (pascal-complete-word, pascal-show-completions):
17653 * progmodes/octave-mod.el (octave-complete-symbol):
17654 Redefine as obsolete alias.
17655 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17656 Signal absence of completion info for old Octave,
17657 (inferior-octave-complete): Redefine as obsolete alias.
17658 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17659 (meta-completions-at-point): Rename from meta-complete-symbol and
17660 adapt it for use on completion-at-point-functions.
17661 (meta-common-mode): Use it.
17662 (meta-looking-at-backward, meta-match-buffer): Remove.
17663 (meta-complete-symbol): Redefine as obsolete alias.
17664 (meta-common-mode-map): Use completion-at-point.
17665 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17666 (makefile-mode-map): Use completion-at-point.
17667 (makefile-completions-at-point): Rename from makefile-complete and
17668 adapt it for use on completion-at-point-functions.
17669 (makefile-mode): Use it.
17670 (makefile-complete): Redefine as obsolete alias.
17671
17672 2011-06-20 Deniz Dogan <deniz@dogan.se>
17673
17674 * net/rcirc.el: Delete trailing whitespaces once and for all.
17675
17676 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17677
17678 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17679
17680 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17681
17682 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17683
17684 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17685
17686 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17687
17688 * window.el (display-buffer-other-window-means-other-frame):
17689 Call display-buffer-normalize-alist.
17690 (display-buffer-normalize-specifiers-1): Rename to
17691 display-buffer-normalize-argument. New argument other-frame.
17692 Rewrite.
17693 (display-buffer-normalize-specifiers-2): Rename to
17694 display-buffer-normalize-options.
17695 (display-buffer-normalize-alist-1): New function.
17696 (display-buffer-normalize-specifiers-3): Rename to
17697 display-buffer-normalize-alist.
17698 Call display-buffer-normalize-alist-1.
17699 (display-buffer-normalize-options-inhibit): New variable.
17700 (display-buffer-normalize-specifiers): Rewrite calling
17701 display-buffer-normalize-alist,
17702 display-buffer-normalize-argument, and
17703 display-buffer-normalize-options. Don't call the latter if
17704 display-buffer-normalize-options-inhibit is non-nil.
17705 (frame-auto-delete): New option.
17706 (window-deletable-p): Use frame-auto-delete.
17707 (window-list-no-nils, window-state-ignored-parameters)
17708 (window-state-get-1, window-state-get, window-state-put-list)
17709 (window-state-put-1, window-state-put-2, window-state-put):
17710 New functions.
17711 (display-buffer-normalize-options): Move special-display-p group
17712 after pop-up-frame group (Bug#8851) and (Bug#8856).
17713
17714 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17715
17716 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17717 groups (Bug#8776).
17718 (rx-submatch-n): New function.
17719 (rx): Document it.
17720
17721 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17722 (Bug#8768).
17723
17724 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17725
17726 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17727
17728 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17729 anytime existing face settings are present (Bug#8889).
17730
17731 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17732 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17733 Remove unused argument.
17734
17735 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17736
17737 * window.el (display-buffer-default-specifiers):
17738 Remove pop-up-frame. Add pop-up-window-min-height,
17739 pop-up-window-min-width, and another reuse-window specifier
17740 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17741 (display-buffer-normalize-specifiers-2):
17742 Handle split-height-threshold and split-width-threshold also when
17743 pop-up-windows is unset. Add a reuse-window specifier for the
17744 case popping up a new window fails.
17745 (special-display-popup-frame): Remove double quoting.
17746 (display-buffer-normalize-specifiers-1): Fix thinko.
17747
17748 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17749
17750 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17751 according to comint-completion-addsuffix.
17752
17753 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17754 (pcomplete-suffix-list): Mark as obsolete.
17755 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17756 pcomplete-seen in the closure.
17757 (pcomplete-comint-setup): Setup completion-at-point as well.
17758 (pcomplete--entries): New function.
17759 (pcomplete--env-regexp): New var.
17760 (pcomplete-entries): Rewrite to work with partial-completion and
17761 without relying on pcomplete-suffix-list.
17762 (pcomplete-pare-list): Remove, unused.
17763
17764 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17765
17766 * window.el (display-buffer-alist): Set pop-up-window-min-height
17767 and pop-up-window-min-width in default value. Reported by
17768 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17769 other-window-means-other-frame.
17770 (display-buffer-macro-specifiers): Comment out entry for
17771 other-window specifier.
17772 (display-buffer-other-window-means-other-frame): New function.
17773 (display-buffer-normalize-specifiers-1): New arguments
17774 buffer-name and label. Treat other-window case specially.
17775 (display-buffer-normalize-specifiers-2): Treat other-window case
17776 specially.
17777 (display-buffer-normalize-specifiers-3): New function.
17778 (display-buffer-normalize-specifiers):
17779 Call display-buffer-normalize-specifiers-3.
17780
17781 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17782
17783 * window.el (same-window-p): Fix two typos introduced when
17784 adding with-no-warnings.
17785 (display-buffer-normalize-specifiers-1): Don't check
17786 pop-up-frames for 'unset initialization.
17787 (display-buffer-normalize-specifiers-2): Major rewrite using
17788 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17789 (pop-up-frames, display-buffer-reuse-frames)
17790 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17791 Suggested by David Engster <deng@randomsample.de>.
17792 (even-window-heights): Initialize to 'unset.
17793 (display-buffer-alist-set): Handle new 'unset initializations.
17794 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17795 other window case.
17796
17797 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17798
17799 * window.el (display-buffer-normalize-specifiers-1):
17800 Respect current value of pop-up-frames for most reasonable values of
17801 second argument of display-buffer (Bug#8865).
17802 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17803 (switch-to-buffer-other-window-same-frame)
17804 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17805 Adams (Bug#8875).
17806 (display-buffer): Don't check noninteractive when calling
17807 display-buffer-pop-up-frame.
17808 (display-buffer-pop-up-frame): Never pop up a frame in
17809 noninteractive mode (Bug#8857).
17810 (enlarge-window, shrink-window): Don't report an error when the
17811 window can't be resized as requested (Bug#8862).
17812
17813 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17816
17817 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17818
17819 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17820
17821 2011-06-15 Alan Mackenzie <acm@muc.de>
17822
17823 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17824 for declarators, disable knr checking to speed up for normal files.
17825 2: Refactor, replacing a sequence of nested if forms by a cond form.
17826
17827 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17828
17829 * net/network-stream.el (open-network-stream): Add the keyword
17830 :always-query-capabilities for the case where you want to force a
17831 `plain' network connection, but the protocol still requires the
17832 capabilitiy command (i.e., SMTP and EHLO).
17833
17834 * subr.el (process-live-p): Rename from `process-alive-p' for
17835 consistency with other `-live-p' functions.
17836
17837 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17838
17839 * window.el (same-window-buffer-names, same-window-regexps)
17840 (special-display-frame-alist, special-display-popup-frame)
17841 (special-display-function, special-display-buffer-names)
17842 (special-display-regexps, pop-up-frame-alist)
17843 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17844 (pop-up-windows, split-window-preferred-function)
17845 (split-height-threshold, split-width-threshold, even-window-heights)
17846 (display-buffer-mark-dedicated): Don't encourage the use of
17847 display-buffer-alist from Elisp code.
17848
17849 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17850
17851 * progmodes/python.el (python-mode): Derive from prog-mode.
17852 * progmodes/ps-mode.el (ps-mode):
17853 * progmodes/mixal-mode.el (mixal-mode):
17854 * progmodes/cfengine.el (cfengine-mode):
17855 * progmodes/ld-script.el (ld-script-mode): Likewise.
17856
17857 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17858
17859 * window.el (display-buffer-alist): Trim default value to avoid
17860 popping up a new frame (Bug#8857) or reusing an arbitrary window
17861 on another frame.
17862 (display-buffer): Do not fall back on popping up a new frame in
17863 batch mode (Bug#8857).
17864
17865 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17866
17867 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17868 (custom-theme-summary): New function.
17869 (customize-themes): Use it.
17870
17871 2011-06-13 Glenn Morris <rgm@gnu.org>
17872
17873 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17874
17875 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17876
17877 * help.el (help-window): Remove variable.
17878 (help-window-point-marker, temp-buffer-max-height)
17879 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17880 (help-print-return-message): Don't set help-window.
17881 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17882 (help-window-setup-finish): Remove.
17883 (help-window-display-message, help-window-setup)
17884 (with-help-window): Major rewrite based on new
17885 display-buffer-window variable.
17886
17887 * help-mode.el (help-mode-finish): Remove help-window related
17888 code.
17889
17890 * view.el (view-exits-all-viewing-windows): Remove reference to
17891 view-return-to-alist in doc-string.
17892 (view-return-to-alist): Make obsolete.
17893 (view-buffer): Call pop-to-buffer-same-window and remove
17894 undo-window code.
17895 (view-buffer-other-window): Call pop-to-buffer-other-window and
17896 simplify code. Ignore second argument.
17897 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17898 simplify code. Ignore second argument.
17899 (view-return-to-alist-update): Make obsolete.
17900 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17901 Rewrite using quit-restore window parameters.
17902 (view-mode-exit): Rename second argument to EXIT-ONLY.
17903 Rewrite using quit-restore-window.
17904 (View-exit, View-exit-and-edit, View-leave, View-quit)
17905 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17906 appropriate arguments.
17907 (view-end-message): Use quit-restore window parameter.
17908
17909 * window.el (display-buffer-function): Rewrite doc-string.
17910 (display-buffer-window, display-buffer-alist): New variables.
17911 (display-buffer-split-specifiers)
17912 (display-buffer-side-specifiers)
17913 (display-buffer-macro-specifiers): New constants.
17914 (display-buffer-even-window-sizes, display-buffer-set-height)
17915 (display-buffer-set-width, display-buffer-select-window)
17916 (display-buffer-in-window, display-buffer-reuse-window)
17917 (display-buffer-split-window-1, display-buffer-split-window)
17918 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17919 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17920 (display-buffer-in-side-window, normalize-buffer-to-display)
17921 (display-buffer-normalize-specifiers-1)
17922 (display-buffer-normalize-specifiers-2)
17923 (display-buffer-normalize-specifiers, display-buffer-frame):
17924 New functions.
17925 (display-buffer): Major rewrite.
17926 (display-buffer-other-window, display-buffer-other-frame)
17927 (pop-to-buffer, switch-to-buffer-other-window)
17928 (switch-to-buffer-other-frame): Rewrite.
17929 (display-buffer-same-window, display-buffer-same-frame)
17930 (display-buffer-same-frame-other-window)
17931 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17932 (pop-to-buffer-other-window)
17933 (pop-to-buffer-same-frame-other-window)
17934 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17935 (switch-to-buffer-other-window-same-frame): New functions.
17936 (same-window-p, special-display-p): Rewrite disabling warnings.
17937 Make obsolete.
17938 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17939 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17940 Make obsolete
17941 (same-window-buffer-names, same-window-regexps)
17942 (special-display-frame-alist, special-display-popup-frame)
17943 (special-display-function, special-display-buffer-names)
17944 (special-display-regexps, pop-up-frame-alist)
17945 (pop-up-frame-function, split-window-preferred-function)
17946 (split-height-threshold, split-width-threshold)
17947 (even-window-heights): Make obsolete.
17948
17949 2011-06-12 Glenn Morris <rgm@gnu.org>
17950
17951 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17952 Misc simplifications.
17953
17954 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17955
17956 * window.el (window-safely-shrinkable-p): Restore function which
17957 was inadvertently removed in change from 2011-06-11. Declare as
17958 obsolete.
17959
17960 * calendar/calendar.el (calendar-generate-window):
17961 Use window-iso-combined-p instead of combination of one-window-p and
17962 window-safely-shrinkable-p.
17963
17964 2011-06-12 Glenn Morris <rgm@gnu.org>
17965
17966 * progmodes/fortran.el (fortran-mode-syntax-table):
17967 * progmodes/f90.el (f90-mode-syntax-table):
17968 Set % to punctuation. (Bug#8820)
17969 (f90-find-tag-default): Remove, no longer needed.
17970
17971 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17972
17973 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17974
17975 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17976
17977 * image.el (image-animated-p): Return animation delay in seconds.
17978 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17979 (image-animate-timeout): Remove DELAY argument. Don't assume
17980 every subimage has the same delay; get it from image-animated-p.
17981 (image-animate): Caller changed.
17982
17983 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17984
17985 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17986 to ignored backtrace functions.
17987
17988 2011-06-11 Glenn Morris <rgm@gnu.org>
17989
17990 * calendar/appt.el (appt-disp-window-function): Doc fix.
17991 (appt-check): Handle overlapping appointments. (Bug#8337)
17992
17993 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17994
17995 * window.el (window-tree-1, window-tree): New functions, moving
17996 the latter to window.el.
17997 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17998 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17999 (bw-refresh-edges): Remove.
18000 (balance-windows-1, balance-windows-2): New functions.
18001 (balance-windows): Rewrite in terms of window tree functions,
18002 balance-windows-1 and balance-windows-2.
18003 (bw-adjust-window): Remove.
18004 (balance-windows-area-adjust): New function with functionality of
18005 bw-adjust-window but using resize-window.
18006 (set-window-text-height): Rewrite doc-string.
18007 Use normalize-live-window and resize-window.
18008 (enlarge-window-horizontally, shrink-window-horizontally):
18009 Rename argument to DELTA.
18010 (window-buffer-height): New function.
18011 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18012 Rewrite using new window resize routines.
18013 (kill-buffer-and-window, mouse-autoselect-window-select):
18014 Use ignore-errors instead of condition-case.
18015 (quit-window): Call delete-frame instead of delete-windows-on
18016 for the only buffer on frame.
18017
18018 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18019
18020 * loadup.el (top-level): Load window before files for the sake
18021 of replace-buffer-in-windows.
18022
18023 * files.el (read-buffer-to-switch)
18024 (switch-to-buffer-other-window)
18025 (switch-to-buffer-other-frame, display-buffer-other-frame):
18026 Move to window.el.
18027
18028 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18029 (previous-buffer): Move to window.el.
18030
18031 * bindings.el (unbury-buffer): Move to window.el.
18032
18033 * window.el (delete-other-windows-vertically): Move after
18034 definition of delete-other-windows.
18035 (other-window, delete-windows-on, replace-buffer-in-windows):
18036 Move here from window.c.
18037 (record-window-buffer, unrecord-window-buffer)
18038 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18039 (switch-to-next-buffer): New functions.
18040 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18041 from simple.el. Call switch-to-next-buffer.
18042 (previous-buffer): Move here from simple.el.
18043 Call switch-to-prev-buffer.
18044 (bury-buffer): Move here from buffer.c. Switch to previous
18045 buffer when window cannot be deleted.
18046 (unbury-buffer): Move here from bindings.el.
18047 (ctl-x-map): Move binding for other-window from window.c to
18048 here.
18049 (read-buffer-to-switch, switch-to-buffer-other-window)
18050 (switch-to-buffer-other-frame): Move here from files.el.
18051 (normalize-buffer-to-switch-to): New functions.
18052 (switch-to-buffer): Move here from buffer.c.
18053 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18054
18055 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18056
18057 * window.el (window-min-height, window-min-width): Move here
18058 from window.c. Add defcustoms and rewrite doc-strings.
18059 (resize-mini-window, resize-window): New functions.
18060 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18061 Move here from window.c.
18062 (maximize-window, minimize-window): New functions.
18063 (delete-window, delete-other-windows, split-window): Move here
18064 from window.c.
18065 (window-split-min-size): New function.
18066 (split-window-keep-point): Mention split-window-above-each-other
18067 instead of split-window-vertically.
18068 (split-window-above-each-other, split-window-vertically):
18069 Rename split-window-vertically to split-window-above-each-other
18070 and provide defalias for old definition.
18071 (split-window-side-by-side, split-window-horizontally):
18072 Rename split-window-horizontally to split-window-side-by-side
18073 and provide defalias for the old definition.
18074 (ctl-x-map): Move bindings for delete-window,
18075 delete-other-windows and enlarge-window here from window.c.
18076 Replace bindings for split-window-vertically and
18077 split-window-horizontally by bindings for
18078 split-window-above-each-other and split-window-side-by-side.
18079
18080 * cus-start.el (all): Remove entries for window-min-height and
18081 window-min-width. Add entries for window-splits and
18082 window-nest.
18083
18084 2011-06-09 Glenn Morris <rgm@gnu.org>
18085
18086 * calendar/appt.el (appt-mode-line): New function.
18087 (appt-check, appt-disp-window): Use it.
18088
18089 * files.el (hack-one-local-variable-eval-safep):
18090 Allow minor-modes with explicit +/-1 arguments.
18091
18092 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18093
18094 * term/xterm.el (xterm): Add defgroup.
18095 (xterm-extra-capabilities): Add defcustom to supply known xterm
18096 capabilities, skip querying them, or query them (default).
18097 (terminal-init-xterm): Use it.
18098 (terminal-init-xterm-modify-other-keys): New function to set up
18099 modifyOtherKeys support to simplify `terminal-init-xterm'.
18100
18101 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18102
18103 * window.el (resize-window-reset, resize-window-reset-1)
18104 (resize-subwindows-skip-p, resize-subwindows-normal)
18105 (resize-subwindows, resize-other-windows, resize-this-window)
18106 (resize-root-window, resize-root-window-vertically)
18107 (window-deletable-p, window-or-subwindow-p)
18108 (frame-root-window-p): New functions.
18109
18110 2011-06-09 Glenn Morris <rgm@gnu.org>
18111
18112 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18113 (ange-ftp-get-files): Use it.
18114
18115 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18116
18117 * mail/sendmail.el (mail-recover-1, mail-recover):
18118 * files.el (recover-file, recover-session):
18119 Handle dired-listing-switches not being just a single short option.
18120
18121 2011-06-09 Glenn Morris <rgm@gnu.org>
18122
18123 * calendar/appt.el (appt-display-message, appt-disp-window):
18124 Handle lists of appointments.
18125
18126 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18127
18128 * window.el (one-window-p): Move down in code.
18129 Rewrite doc-string.
18130 (window-current-scroll-bars): Rewrite doc-string.
18131 Normalize live window argument.
18132 (walk-windows, get-window-with-predicate, count-windows):
18133 Rewrite doc-string. Use window-list-1.
18134 (window-in-direction-2, window-in-direction, get-mru-window):
18135 New functions.
18136
18137 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18138
18139 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18140 Doc fix (Bug#8713).
18141
18142 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18143
18144 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18145
18146 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18147
18148 * loadhist.el (unload-feature-special-hooks):
18149 Add `comint-output-filter-functions'.
18150
18151 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18152
18153 * calendar/appt.el (appt-check): Move some initializations into the let.
18154
18155 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18156
18157 * window.el (window-height): Defalias to window-total-height.
18158 (window-width): Defalias to window-body-width.
18159
18160 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18161
18162 * image-mode.el (image-toggle-animation): New command.
18163 (image-mode-map): Bind it to RET.
18164 (image-mode): Update message.
18165 (image-toggle-display-image): Avoid a spurious cache flush.
18166 (image-transform-rotation): Doc fix.
18167 (image-transform-properties): Return quickly in the normal case.
18168 (image-animate-loop): Rename from image-animate-max-time.
18169
18170 * image.el (image-animate-max-time): Move to image-mode.el.
18171 (create-animated-image): Remove unnecessary function.
18172 (image-animate): Rename from image-animate-start. New arg.
18173 (image-animate-stop): Remove; just use image-animate-timer.
18174 (image-animate-timer): Use car-safe.
18175 (image-animate-timeout): Rename argument.
18176
18177 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18178
18179 * window.el (get-lru-window, get-largest-window): Move here from
18180 window.c. Rename first argument to ALL-FRAMES.
18181 Rephrase doc-strings.
18182 (get-buffer-window-list): Rewrite using window-list-1.
18183 Rephrase doc-string.
18184 (window-safe-min-height, window-safe-min-width): New constants.
18185 (window-size-ignore, window-min-size, window-min-size-1)
18186 (window-sizable, window-sizable-p, window-size-fixed-1)
18187 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18188 (window-max-delta-1, window-max-delta, window-resizable)
18189 (window-resizable-p, window-total-height, window-total-width)
18190 (window-body-width): New functions.
18191 (window-full-height-p, window-full-width-p): Rewrite using
18192 window-total-size.
18193 (window-body-height): Rewrite using window-body-size.
18194
18195 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18196
18197 * window.el (window-right, window-left, window-child)
18198 (window-child-count, window-last-child, window-any-p)
18199 (normalize-live-buffer, normalize-live-frame)
18200 (normalize-any-window, normalize-live-window)
18201 (window-iso-combination-p, window-iso-combined-p)
18202 (window-iso-combinations)
18203 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18204 (windows-with-parameter, window-with-parameter)
18205 (window-atom-root, make-window-atom, window-atom-check-1)
18206 (window-atom-check, window-side-check, window-check):
18207 New functions.
18208 (ignore-window-parameters, window-sides, window-sides-vertical)
18209 (window-sides-slots): New variables.
18210 (window-size-fixed): Move down in code. Minor doc-string fix.
18211
18212 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18213
18214 * comint.el (comint-dynamic-complete-as-filename)
18215 (comint-dynamic-complete-filename): Correctly call
18216 completion-in-region.
18217
18218 2011-06-05 Deniz Dogan <deniz@dogan.se>
18219
18220 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18221 in last change.
18222
18223 2011-06-05 Deniz Dogan <deniz@dogan.se>
18224
18225 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18226 (rcirc): Use it to prompt for encryption.
18227
18228 2011-06-05 Roland Winkler <winkler@gnu.org>
18229
18230 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18231 (bibtex-search-entries): New command bound to C-c C-a.
18232 (bibtex-display-entries): New function.
18233
18234 2011-06-05 Roland Winkler <winkler@gnu.org>
18235
18236 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18237 (bibtex-insert-kill): After yanking insert newline if necessary.
18238 (bibtex-initialize): Call bibtex-string-files-init only once.
18239 (bibtex-mode): Do not call easy-menu-add.
18240 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18241 (bibtex-yank): Set arg properly if nil.
18242
18243 2011-06-05 Roland Winkler <winkler@gnu.org>
18244
18245 * textmodes/bibtex.el (bibtex-search-entry-globally):
18246 New variable.
18247 (bibtex-search-entry): Use it.
18248
18249 2011-06-05 Roland Winkler <winkler@gnu.org>
18250
18251 * textmodes/bibtex.el (bibtex-entry-format): New option
18252 sort-fields.
18253 (bibtex-format-entry, bibtex-reformat): Honor this option.
18254 (bibtex-parse-entry): Return fields in proper order.
18255
18256 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18257
18258 * doc-view.el (doc-view-remove-if): Move computation of result out
18259 of `dolist' to silence misleading lexical-binding warning.
18260
18261 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18262
18263 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18264 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18265
18266 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18267
18268 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18269 "SunOS 5.10".
18270
18271 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18272
18273 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18274 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18275 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18276 (tramp-parse-putty):
18277 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18278 (tramp-completion-function-alist-ssh)
18279 (tramp-completion-function-alist-telnet)
18280 (tramp-completion-function-alist-su)
18281 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18282 cookie.
18283
18284 * net/tramp-ftp.el:
18285 * net/tramp-sh.el:
18286 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18287 load "tramp.el" `tramp-set-completion-function'.
18288
18289 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18290
18291 * shell.el: Require and use pcomplete.
18292 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18293 (shell-completion-vars): Set pcomplete-default-completion-function.
18294
18295 2011-06-04 Deniz Dogan <deniz@dogan.se>
18296
18297 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18298 `memq' (Bug#8799).
18299
18300 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18301
18302 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18303
18304 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18305
18306 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18307 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18308 * vc/log-view.el (log-view-beginning-of-defun):
18309 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18310 (smerge-refine-forward, smerge-refine-chopup-region):
18311 Silence warning for unused `dotimes' counter variables.
18312
18313 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18314
18315 * net/tramp.el (tramp-with-progress-reporter): Rename from
18316 with-progress-reporter. Use `declare'.
18317 * net/tramp-smb.el:
18318 * net/tramp-sh.el:
18319 * net/tramp-gvfs.el: Update all uses.
18320
18321 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18322
18323 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18324 buffer isn't killed before making it current.
18325
18326 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18327
18328 Silence various byte-compiler warnings.
18329 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18330 `access-type' and new obsolescence format.
18331 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18332 new format.
18333 (byte-compile-check-variable): New `access-type' argument.
18334 Only warn if the access-type is obsolete.
18335 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18336 (byte-compile-variable-set): Adjust callers.
18337 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18338 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18339 setting it as obsolete.
18340 * simple.el (minibuffer-completing-symbol):
18341 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18342 access as obsolete.
18343 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18344 obsolete yet.
18345 * international/quail.el (quail-mouse-choose-completion): Remove unused
18346 code referring to obsolete var.
18347 (quail-choose-completion-string): Remove.
18348 * server.el (server-clients-with, server-kill-buffer-query-function)
18349 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18350 * proced.el (proced-send-signal):
18351 * emacs-lisp/lisp.el (lisp-complete-symbol):
18352 Replace completion-annotate-function with completion-extra-properties.
18353
18354 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18355
18356 * simple.el (goto-line): Use read-number.
18357 (overriding-map-is-bound): Remove.
18358 (saved-overriding-map): Change default.
18359 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18360 Take the map as argument.
18361 (universal-argument, negative-argument, digit-argument): Use it.
18362 (restore-overriding-map): Adjust.
18363 (do-auto-fill): Use fill-forward-paragraph.
18364 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18365
18366 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18367 (minibuffer-inactive-mode): New major mode.
18368 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18369 the *Messages* buffer" hack.
18370 (mouse-popup-menubar): Don't burp if the event is a normal key.
18371
18372 Miscellaneous tweaks.
18373 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18374 lexical scoping as in subr.el's dolist and dotimes.
18375 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18376 Silence compiler warning.
18377 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18378 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18379 * international/ccl.el (ccl-compile): Trivial simplification.
18380 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18381 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18382 `printflag' argument.
18383 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18384 Purecopy the whole obsolescence data.
18385
18386 2011-06-01 Leo Liu <sdl.web@gmail.com>
18387
18388 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18389 improve doc-string as suggested by Marco Pessotto
18390 <melmothx@gmail.com>.
18391 (rcirc-print): Fix last change.
18392
18393 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18394
18395 * minibuffer.el (complete-with-action): Return nil for the metadata and
18396 boundaries of non-functional tables.
18397 (completion-table-dynamic): Return nil for the metadata.
18398 (completion-table-with-terminator): Add default case, using
18399 complete-with-action.
18400 (completion--metadata): New function.
18401 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18402 to try and avoid pathological performance problems.
18403 (completion--embedded-envvar-table): Return `category' metadata.
18404
18405 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18406
18407 * subr.el (process-alive-p): New tiny convenience function.
18408
18409 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18410
18411 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18412 content but also its previous major mode.
18413
18414 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18415
18416 * emacs-lisp/debug.el (debug): Restore the previous content of the
18417 *Backtrace* buffer when we exit with C-M-c.
18418
18419 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18420
18421 * minibuffer.el: Add metadata method to completion tables.
18422 (completion-category-overrides): New defcustom.
18423 (completion-metadata, completion--field-metadata)
18424 (completion-metadata-get, completion--styles)
18425 (completion--cycle-threshold): New functions.
18426 (completion-try-completion, completion-all-completions):
18427 Add `metadata' argument to choose completion-styles.
18428 (completion--do-completion): Use metadata to choose cycling.
18429 (completion-all-sorted-completions): Use metadata for sorting.
18430 Remove :completion-cycle-penalty which is not needed any more.
18431 (completion--try-word-completion): Add `metadata' argument.
18432 (minibuffer-completion-help): Check metadata for annotation function
18433 and sorting.
18434 (completion-file-name-table): Return `category' metadata.
18435 (minibuffer-completing-file-name): Make obsolete.
18436 * simple.el (minibuffer-completing-symbol): Make obsolete.
18437 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18438 completion-try-completion.
18439
18440 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18441
18442 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18443
18444 2011-05-30 Leo Liu <sdl.web@gmail.com>
18445
18446 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18447 (rcirc-print): Decode all incoming messages (bug#8744).
18448 (rcirc-decode-coding-system): Allow value nil for automatic coding
18449 system detection.
18450
18451 2011-06-01 Glenn Morris <rgm@gnu.org>
18452
18453 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18454
18455 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18456
18457 * image.el (image-animate-max-time): Allow nil and t values.
18458 Default to nil.
18459 (create-animated-image): Doc fix.
18460 (image-animate-start): Remove second arg; just use
18461 image-animate-max-time.
18462 (image-animate-timeout): Doc fix. Args changed.
18463
18464 * image-mode.el (image-toggle-display-image): Ensure that the
18465 image spec passed to the animate timer is the same object as in
18466 the buffer's display property (Bug#6981).
18467 (image-transform-properties): Doc fix.
18468
18469 * image.el (image-animate-max-time): Default to nil.
18470
18471 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18472
18473 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18474 entire buffer list (Bug#8184).
18475
18476 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18477
18478 * image.el (imagemagick-types-inhibit)
18479 (imagemagick-register-types): Doc fix.
18480
18481 2011-05-29 Deniz Dogan <deniz@dogan.se>
18482
18483 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18484 default.
18485
18486 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18487
18488 * select.el: Don't perform clipboard-manager saving in hooks;
18489 leave the hooks empty.
18490
18491 2011-05-28 Leo Liu <sdl.web@gmail.com>
18492
18493 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18494 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18495 (occur-edit-mode): New major mode (Bug#8463).
18496 (occur-after-change-function): New function.
18497 (occur-engine): Give Occur tags a read-only property.
18498
18499 2011-05-28 Kevin Ryde <user42@zip.com.au>
18500
18501 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18502
18503 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18504
18505 * bindings.el (help-echo): Make the initial non-indicator dash
18506 empty on graphical terminals (Bug#7295).
18507
18508 * files.el (auto-mode-alist): Move config rule after the
18509 in-stripping one (Bug#8547).
18510
18511 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18512
18513 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18514 setting (Bug#8740).
18515
18516 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18517
18518 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18519 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18520 (Bug#8539).
18521
18522 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18523
18524 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18525
18526 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18527
18528 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18529 (hs-hide-block-at-point, hs-find-block-beginning)
18530 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18531 (Bug#8279).
18532
18533 2011-05-28 Glenn Morris <rgm@gnu.org>
18534
18535 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18536
18537 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18538
18539 * help-fns.el (describe-function-1): If the function is a derived
18540 major mode, print the parent mode.
18541
18542 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18543 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18544
18545 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18546
18547 * minibuffer.el (completion--capf-wrapper): Check applicability before
18548 returning non-nil for non-exclusive completion data.
18549 * progmodes/etags.el (tags-completion-at-point-function):
18550 * info-look.el (info-lookup-completions-at-point): Mark as
18551 non-exclusive.
18552 (info-complete): Adjust accordingly.
18553
18554 * info-look.el: Convert to lexical-binding and completion-at-point.
18555 (info-lookup-completions-at-point): New function.
18556 (info-complete): Use it and completion-in-region.
18557
18558 2011-05-28 Drew Adams <drew.adams@oracle.com>
18559
18560 * isearch.el: Let M-e start with point at the first mismatched char.
18561 (isearch-fail-pos): New function.
18562 (isearch-edit-string): Use it.
18563
18564 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18565
18566 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18567
18568 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18569
18570 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18571 traversal functions for avl-trees.
18572 (avl-tree--stack): New struct.
18573 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18574 (avl-tree-enter): Add optional `updatefun' arg.
18575 (avl-tree--do-enter): Add optional `updatefun' arg.
18576 Change return value.
18577 (avl-tree-delete): Add optional `test' and `nilflag' args.
18578 (avl-tree--do-delete): Add `test' and `nilflag' args.
18579 Change return value.
18580 (avl-tree-member): Add optional `nilflag'
18581 (avl-tree-member-p): New function.
18582 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18583 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18584 (avl-tree-stack-empty-p): New functions.
18585
18586 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18587 avl-tree--del-balance1 and make it work both ways.
18588 (avl-tree--del-balance2): Remove.
18589 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18590 make it work both ways.
18591 (avl-tree--enter-balance2): Remove.
18592 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18593 New macros.
18594 (avl-tree--mapc, avl-tree-map): Add direction argument.
18595
18596 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18597
18598 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18599
18600 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18601
18602 * select.el: Support clipboard managers with built-in function
18603 x-clipboard-manager-save, via delete-frame-functions and
18604 kill-emacs-hook.
18605 (xselect-convert-to-targets): Add MULTIPLE target to list.
18606 (xselect-convert-to-save-targets): New function.
18607
18608 2011-05-27 Kenichi Handa <handa@m17n.org>
18609
18610 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18611 let-binding rfc2047-encode-encoded-words to nil.
18612
18613 2011-05-27 Glenn Morris <rgm@gnu.org>
18614
18615 * mail/emacsbug.el: Don't require url-util.
18616
18617 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18618
18619 * files.el (set-auto-mode):
18620 Also respect mode: entries at the end of the file. (Bug#8586)
18621
18622 2011-05-26 Glenn Morris <rgm@gnu.org>
18623
18624 * files.el (hack-local-variables-prop-line, hack-local-variables):
18625 Downcase mode names, as seems to be traditional.
18626 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18627
18628 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18629 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18630
18631 2011-05-25 Julien Danjou <julien@danjou.info>
18632
18633 * textmodes/rst.el (rst-define-level-faces): Do not define face
18634 symbol if it is already defined.
18635
18636 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18637
18638 * play/5x5.el (5x5-new-game, 5x5-randomize):
18639 Reset 5x5-solver-output to nil when a new grid is cast.
18640 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18641 these debugging traces, as defmacro breaks the compiled code.
18642
18643 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18644
18645 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18646
18647 2011-05-24 Leo Liu <sdl.web@gmail.com>
18648
18649 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18650 (vc-bzr-sha1): Adapt.
18651
18652 * sha1.el: Remove. Function `sha1' is now builtin.
18653
18654 * bindings.el: Provide sha1 feature.
18655
18656 2011-05-24 Kenichi Handa <handa@m17n.org>
18657
18658 * mail/sendmail.el: Require `rfc2047'.
18659 (mail-insert-from-field): Do not perform RFC2047 encoding.
18660 (mail-encode-header): New function.
18661 (sendmail-send-it): Set buffer-file-coding-system of the work
18662 buffer to the return value of select-message-coding-system.
18663 Call mail-encode-header.
18664
18665 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18666
18667 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18668
18669 * mail/supercite.el (sc-default-cite-frame):
18670 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18671
18672 2011-05-24 Glenn Morris <rgm@gnu.org>
18673
18674 * progmodes/python.el (brm-menu): Declare.
18675
18676 * emulation/viper.el (viper-set-hooks): Declare.
18677
18678 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18679 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18680 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18681 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18682 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18683 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18684
18685 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18686
18687 Add an :exit-function for completion-at-point.
18688
18689 * minibuffer.el (completion--done): New fun.
18690 (completion--do-completion): Use it. New arg `expect-exact'.
18691 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18692 since completion--do-completion does it for us now.
18693 (minibuffer-force-complete): Use completion--done and
18694 completion--replace. Handle sole-completion case with more care.
18695 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18696 (completion-extra-properties): New var.
18697 (completion-annotate-function): Make obsolete.
18698 (minibuffer-completion-help): Adjust accordingly.
18699 Use completion-list-insert-choice-function.
18700 (completion-at-point, completion-help-at-point):
18701 Bind completion-extra-properties.
18702 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18703 * simple.el (completion-list-insert-choice-function): New var.
18704 (completion-setup-function): Preserve it.
18705 (choose-completion): Pay attention to it, shuffle the code a bit.
18706 (choose-completion-string): New arg `insert-function'.
18707
18708 * textmodes/bibtex.el: Convert to lexical binding.
18709 (bibtex-mode-map): Use completion-at-point.
18710 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18711 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18712 (bibtex-complete): Define as obsolete alias.
18713 (bibtex-complete-internal): Remove.
18714 (bibtex-format-entry): Remove unused sub-group in regexp.
18715 * shell.el (shell--command-completion-data)
18716 (shell-environment-variable-completion):
18717 * pcomplete.el (pcomplete-completions-at-point):
18718 * comint.el (comint--complete-file-name-data): Use :exit-function
18719 instead of completion-table-with-terminator so it also works for
18720 choose-completion.
18721
18722 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18725
18726 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18727 (bug#8710).
18728
18729 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18730
18731 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18732
18733 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18734 customization variable and implement: If non-nil, auto-fill will
18735 be inhibited while on topic's header line.
18736
18737 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18738
18739 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18740 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18741 always have a solution in grid size = 5 cases.
18742 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18743 (5x5-solver-output, 5x5-log-buffer): New vars.
18744 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18745 Make these variables buffer local to achieve 5x5 multi-session-ness.
18746 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18747 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18748 (5x5-solve-suggest): New funs.
18749 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18750 randomize a grid so that we ensure that there is always a solution.
18751 (5x5-make-random-grid): Allow other movement than flipping.
18752
18753 2011-05-23 Kevin Ryde <user42@zip.com.au>
18754
18755 * emacs-lisp/advice.el (ad-read-advised-function):
18756 Use `function-called-at-point' as the default, if it has
18757 advice and passes PREDICATE.
18758
18759 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18760
18761 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18762 byte-compile-lambda if it's actually a lambda.
18763
18764 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18765 Fix function quoting. Use backquote better.
18766
18767 2011-05-22 Yuanle Song <sylecn@gmail.com>
18768
18769 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18770 matching (Bug#8516).
18771
18772 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18773
18774 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18775 different face (Bug#8178).
18776
18777 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18778
18779 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18780 defface (Bug#8144).
18781
18782 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18783
18784 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18785 funcall as well (bug#8712). Warn when performing those conversions.
18786 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18787
18788 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18789
18790 2011-05-22 Glenn Morris <rgm@gnu.org>
18791
18792 * files.el (hack-local-variables-prop-line): Small simplifications.
18793 (hack-local-variables, hack-local-variables-prop-line):
18794 If MODE-ONLY, return the mode, rather than just `t'.
18795
18796 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18797
18798 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18799
18800 2011-05-21 Glenn Morris <rgm@gnu.org>
18801
18802 * files.el (hack-local-variables-prop-line, hack-local-variables):
18803 If only interested in the mode, don't bother doing the other stuff.
18804
18805 * image-mode.el (image-after-revert-hook):
18806 Redraw all frames on which the image is visible. (Bug#8567)
18807
18808 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18809
18810 * wid-edit.el (widget-checklist-match-inline):
18811 Fix 2011-04-19 change. (Bug#8649)
18812
18813 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18814
18815 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18816 Also allow singlespace after single-letter capitals followed by a dot.
18817
18818 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18819 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18820
18821 2011-05-20 Nix <nix@esperi.org.uk>
18822
18823 * files.el (basic-save-buffer-2):
18824 Fix handling of break-hardlink-on-save with non-existent files.
18825
18826 2011-05-19 Deniz Dogan <deniz@dogan.se>
18827
18828 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18829 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18830
18831 2011-05-19 Glenn Morris <rgm@gnu.org>
18832
18833 * progmodes/f90.el (f90-type-def-re):
18834 Handle "type, bind(c)". (Bug#8691)
18835
18836 * emacs-lisp/autoload.el (batch-update-autoloads):
18837 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18838
18839 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18840
18841 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18842 property for the correct connection in case of multihops.
18843
18844 2011-05-18 Glenn Morris <rgm@gnu.org>
18845
18846 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18847 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18848
18849 Rationalize calendar handling of day and month abbrev-arrays.
18850 * calendar/calendar.el (calendar-customized-p): New function.
18851 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18852 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18853 Add :set function.
18854 (calendar-abbrev-length, calendar-day-abbrev-array)
18855 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18856 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18857 Elements may no longer be nil.
18858 (calendar-day-name, calendar-month-name):
18859 Update for changed nature of abbrev arrays.
18860 * calendar/diary-lib.el (diary-name-pattern):
18861 Update for changed nature of abbrev arrays.
18862 (diary-mark-entries-1): Update calendar-make-alist calls.
18863 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18864 * calendar/cal-html.el (cal-html-day-abbrev-array):
18865 Simply inherit from calendar-day-abbrev-array.
18866
18867 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18868
18869 * progmodes/grep.el (grep-mode): Disable default
18870 compilation-directory-matcher setting (bug#8684).
18871
18872 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18873
18874 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18875 instead of "head" and "tail". There were problems with SunOS 5.9,
18876 and it performs better.
18877
18878 2011-05-17 Glenn Morris <rgm@gnu.org>
18879
18880 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18881
18882 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18883 Replace obsolete function.
18884
18885 * shell.el (pcomplete-parse-arguments-function): Declare.
18886
18887 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18888 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18889 (appt-check): Doc fixes.
18890 (appt-disp-window-function, appt-delete-window-function):
18891 Remove needless special case in custom :type.
18892 (appt-display-count): Default to 0, not nil.
18893 (appt-check): Reset appt-display-count to 0, not nil.
18894
18895 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18896
18897 * progmodes/python.el (python-font-lock-keywords):
18898 Add the Python 3.X keyword "nonlocal" (bug#8639).
18899
18900 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18901
18902 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18903
18904 2011-05-16 Kevin Ryde <user42@zip.com.au>
18905
18906 * info-look.el (makefile-automake-mode): New setups, looking in
18907 automake manual, then makefile-mode.
18908 (makefile-mode): Remove automake manual, have it just in
18909 makefile-automake-mode since there's various things different or
18910 not relevant to plain make.
18911 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18912 believe a hypothetical automake-mode would go to makefile-mode,
18913 not the other way around.
18914
18915 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18916
18917 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18918 hunk-end tags (Bug#8672).
18919
18920 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18921 vc-annotate-show-diff-revision-at-line (Bug#8671).
18922
18923 2011-05-14 Glenn Morris <rgm@gnu.org>
18924
18925 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18926 in the middle of an existing one with multiple authors. (Bug#8645)
18927 (change-log-font-lock-keywords): Also handle multiple author lines
18928 with leading tabs. (Bug#8644)
18929
18930 * calendar/appt.el (appt-check): Rename some local variables.
18931 Some simplification/reordering.
18932
18933 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18934 (feedmail-sendmail-f-doesnt-sell-me-out)
18935 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18936 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18937 (feedmail-queue-runner-message-sender): Set :version.
18938 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18939 (bbdb-dwim-net-address, vm-mail): Declare.
18940 (feedmail-binmail-gnulinuxish-template):
18941 Rename from feedmail-binmail-linuxish-template.
18942 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18943 Use insert-buffer-substring.
18944
18945 2011-05-14 Bill Carpenter <bill@carpenter.org>
18946
18947 * mail/feedmail.el (feedmail-patch-level): Increase.
18948 (feedmail-debug): New custom group.
18949 (feedmail-confirm-outgoing-timeout)
18950 (feedmail-sendmail-f-doesnt-sell-me-out)
18951 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18952 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18953 (feedmail-sender-line, feedmail-from-line)
18954 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18955 (feedmail-spray-this-address)
18956 (feedmail-spray-address-fiddle-plex-list)
18957 (feedmail-queue-use-send-time-for-date)
18958 (feedmail-queue-use-send-time-for-message-id)
18959 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18960 (feedmail-buffer-eating-function):
18961 Doc fixes.
18962 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18963 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18964 (feedmail-message-action-scroll-down): New functions.
18965 (feedmail-queue-directory, feedmail-queue-draft-directory):
18966 Use expand-file-name.
18967 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18968 Remove C-v help entry.
18969 (feedmail-queue-buffer-file-name): New variable.
18970 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18971 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18972 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18973 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18974 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18975 (feedmail-message-action-toggle-spray)
18976 (feedmail-run-the-queue-no-prompts)
18977 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18978 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18979 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18980 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18981 (feedmail-envelope-deducer, feedmail-fiddle-from)
18982 (feedmail-fiddle-sender, feedmail-default-date-generator)
18983 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18984 (feedmail-fiddle-spray-address)
18985 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18986 (feedmail-fiddle-list-of-fiddle-plexes)
18987 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18988 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18989 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18990 Change default. Doc fix.
18991 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18992 (feedmail-binmail-linuxish-template): New constant.
18993 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18994 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18995 (feedmail-send-it): Add debug call.
18996 Use feedmail-queue-buffer-file-name, and
18997 feedmail-send-it-immediately-wrapper.
18998 (feedmail-message-action-send): Add debug call.
18999 Use feedmail-send-it-immediately-wrapper.
19000 (feedmail-queue-express-to-queue): Add debug call.
19001 Run feedmail-queue-express-hook.
19002 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19003 (feedmail-message-action-help-blat):
19004 Rename from feedmail-queue-send-edit-prompt-help-first.
19005 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19006 Check line-endings. Handle errors better.
19007 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19008 Doc fix. Add debug call.
19009 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19010 Use feedmail-queue-send-edit-prompt-inner.
19011 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19012 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19013 from feedmail-queue-send-edit-prompt.
19014 (feedmail-queue-send-edit-prompt-help)
19015 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19016 (feedmail-tidy-up-slug): Add debug call.
19017 Respect feedmail-queue-slug-suspect-regexp.
19018 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19019 (feedmail-dump-message-to-queue): Add debug call.
19020 Expand queue-directory.
19021 (feedmail-dump-message-to-queue): Change message slightly.
19022 Use feedmail-say-chatter.
19023 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19024 (feedmail-send-it-immediately-wrapper): New function.
19025 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19026 Insert empty string rather than newline. Handle full-frame case.
19027 Use catch/throw. Use feedmail-say-chatter.
19028 (feedmail-fiddle-from): Try mail-host-address.
19029 (feedmail-default-message-id-generator): Doc fix.
19030 Bind system-time-locale. Handle missing end.
19031 (feedmail-fiddle-x-mailer): Add debug call.
19032 Handle feedmail-x-mailer-line being nil.
19033 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19034 Add debug call. Use buffer-substring-no-properties.
19035 (feedmail-say-debug, feedmail-say-chatter): New functions.
19036 (feedmail-find-eoh): Give an explicit error.
19037
19038 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
19039
19040 * net/newst-treeview.el (newsticker-treeview-face): Change default
19041 family from helvetica to sans.
19042 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19043 etc/images/newsticker.
19044
19045 * net/newst-reader.el (newsticker-feed-face): Change default
19046 family from helvetica to sans.
19047
19048 * net/newst-plainview.el (newsticker-new-item-face)
19049 (newsticker-old-item-face, newsticker-immortal-item-face)
19050 (newsticker-obsolete-item-face, newsticker-date-face)
19051 (newsticker-statistics-face): Change default family from
19052 helvetica to sans.
19053 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19054 etc/images/newsticker.
19055
19056 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19057 (newsticker--process-auto-mark-filter-match): Tell user about
19058 auto-marking.
19059
19060 2011-05-13 Didier Verna <didier@xemacs.org>
19061
19062 Common Lisp indentation improvements on defmethod and lambda-lists.
19063 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19064 TODO entries.
19065 (lisp-lambda-list-keyword-parameter-indentation)
19066 (lisp-lambda-list-keyword-parameter-alignment)
19067 (lisp-lambda-list-keyword-alignment): New customizable user options.
19068 (lisp-indent-defun-method): Improve docstring.
19069 (extended-loop-p): Fix comment.
19070 (lisp-indent-lambda-list-keywords-regexp): New variable.
19071 (lisp-indent-lambda-list): New function.
19072 (lisp-indent-259): Use it.
19073 (lisp-indent-defmethod): Support for more than one
19074 method qualifier and properly indent methods lambda-lists.
19075 (defgeneric): Provide a missing common-lisp-indent-function property.
19076
19077 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19078
19079 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19080 bounds for the empty string (bug#8667).
19081
19082 2011-05-13 Glenn Morris <rgm@gnu.org>
19083
19084 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19085
19086 * mail/sendmail.el (sendmail-program): Try executable-find first.
19087 (sendmail-send-it): `sendmail-program' cannot be unbound.
19088
19089 * calendar/appt.el (appt-make-list): Simplify.
19090 (appt-time-msg-list): Doc fix.
19091 (appt-check): Change mode-line message at the time of the appointment.
19092
19093 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19094
19095 * progmodes/ld-script.el (ld-script-keywords)
19096 (ld-script-builtins): Update keywords list.
19097
19098 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19099
19100 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19101
19102 * shell.el (shell-completion-vars): New function.
19103 (shell-mode):
19104 * simple.el (read-shell-command): Use it.
19105 (blink-matching-open): No need for " [...]" in minibuffer-message.
19106
19107 2011-05-12 Glenn Morris <rgm@gnu.org>
19108
19109 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19110 (appt-check): Simplify.
19111
19112 2011-05-12 Eli Zaretskii <eliz@gnu.org>
19113
19114 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19115 literal "/dev/null".
19116
19117 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19118
19119 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19120 Fix typo.
19121
19122 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19123
19124 * progmodes/which-func.el (which-function):
19125 Use add-log-current-defun instead of add-log-current-defun-function,
19126 which might not be defined (Bug#8260).
19127
19128 2011-05-12 Glenn Morris <rgm@gnu.org>
19129
19130 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19131 Let byte-compile-initial-macro-environment always take precedence.
19132
19133 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19134
19135 * net/rcirc.el: Add support for SSL/TLS connections.
19136 (rcirc-server-alist): New field `encryption'.
19137 (rcirc): Check `encryption' settings.
19138 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19139 Merge make-local-variable into `set'.
19140 (rcirc--connection-open-p): New function.
19141 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19142 the process is not a network process (e.g. running gnutls-cli).
19143 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19144 Make rcirc-(en|de)code-coding-system local here.
19145 (rcirc-mode): Merge make-local-variable into `set'.
19146 (rcirc-parent-buffer): Make permanent buffer-local.
19147 (rcirc-multiline-minor-mode): Don't do it here.
19148 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19149 there's no server buffer.
19150
19151 2011-05-11 Glenn Morris <rgm@gnu.org>
19152
19153 * newcomment.el (comment-kill): Prefix "unused" local.
19154
19155 * term/w32console.el (get-screen-color): Declare.
19156
19157 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19158 Handle symbol elements of byte-compile-initial-macro-environment.
19159
19160 2011-05-10 Leo Liu <sdl.web@gmail.com>
19161
19162 * bookmark.el (bookmark-bmenu-mode-map):
19163 Bind bookmark-bmenu-search to `/'.
19164
19165 * mail/footnote.el: Convert to utf-8 encoding.
19166 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19167 (Footnote-unicode): New function.
19168 (footnote-style-alist): Add unicode style to the list.
19169 (footnote-style): Doc fix.
19170
19171 2011-05-10 Jim Meyering <meyering@redhat.com>
19172
19173 Fix doubled-word typos.
19174 * international/quail.el (quail-insert-kbd-layout): and and -> and
19175 * kermit.el: and and -> and
19176 * net/ldap.el (ldap-search-internal): to to -> to
19177 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19178 * progmodes/js.el (js-mode): and and -> and
19179 * textmodes/artist.el (artist-move-to-xy): at at -> at
19180 (artist-draw-region-trim-line-endings): if if -> if
19181 And Safetyc -> Safety.
19182 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19183
19184 2011-05-10 Glenn Morris <rgm@gnu.org>
19185 Stefan Monnier <monnier@iro.umontreal.ca>
19186
19187 * files.el (hack-one-local-variable-eval-safep):
19188 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19189
19190 2011-05-10 Glenn Morris <rgm@gnu.org>
19191
19192 * calendar/diary-lib.el (diary-list-entries-hook)
19193 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19194 (diary-nongregorian-marking-hook, diary-list-entries)
19195 (diary-include-other-diary-files, diary-mark-entries)
19196 (diary-mark-included-diary-files): Doc fixes.
19197
19198 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19199
19200 * misc.el: Require tabulated-list.el during compilation.
19201
19202 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19203
19204 * progmodes/compile.el (compilation-start):
19205 Run compilation-filter-hook for the async case too.
19206 (compilation-filter-hook): Doc fix.
19207
19208 2011-05-09 Deniz Dogan <deniz@dogan.se>
19209
19210 * wdired.el: Remove outdated installation comment. Fix usage
19211 comment.
19212
19213 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19214
19215 * misc.el: Implement new command `list-dynamic-libraries'.
19216 (list-dynamic-libraries--loaded-only-p): New variable.
19217 (list-dynamic-libraries--refresh): New function.
19218 (list-dynamic-libraries): New command.
19219
19220 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19221
19222 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19223 Fix the ant regexp to handle end-line and end-column info from jikes.
19224 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19225 higher priority to avoid clobbering by gnu.
19226
19227 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19228
19229 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19230 if the face has existing theme settings (Bug#8454).
19231
19232 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19233
19234 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19235 Only match variables declared via `my' or `our' (Bug#8261).
19236
19237 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19238 special file names `.' and `..' (Bug#8259).
19239
19240 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19241
19242 * progmodes/grep.el (grep-mode-font-lock-keywords):
19243 Remove buffer-changing entries.
19244 (grep-filter): New function.
19245 (grep-mode): Add it to compilation-filter-hook.
19246
19247 * progmodes/compile.el (compilation-filter-hook)
19248 (compilation-filter-start): New defvars.
19249 (compilation-filter): Call compilation-filter-hook prior to
19250 updating the process mark.
19251
19252 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19253
19254 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19255
19256 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19257
19258 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19259 mailclient-send-it even if window-system is nil. (Bug#8595)
19260
19261 * term/w32console.el (terminal-init-w32console):
19262 Call get-screen-color and use its output to set the frame
19263 background-mode. (Bug#8597)
19264
19265 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19266
19267 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19268 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19269 New functions.
19270 (defgeneric, eieio--defmethod): Use them.
19271 (eieio-defgeneric): Remove.
19272 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19273
19274 2011-05-07 Glenn Morris <rgm@gnu.org>
19275
19276 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19277 Use let rather than let*.
19278 (timeclock-find-discrep): Remove unused local.
19279
19280 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19281
19282 * calendar/appt.el (appt-time-msg-list): Doc fix.
19283
19284 2011-05-06 Noah Friedman <friedman@splode.com>
19285
19286 * apropos.el (apropos-print-doc): Only use
19287 emacs-lisp-docstring-fill-column when it is bound to an integer,
19288 per that variable's documentation.
19289
19290 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19291
19292 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19293 and warnings are not silently discarded (e.g. use -d instead of -P).
19294
19295 2011-05-06 Glenn Morris <rgm@gnu.org>
19296
19297 * calendar/appt.el (appt-message-warning-time): Doc fix.
19298 (appt-warning-time-regexp): New option.
19299 (appt-make-list): Respect appt-message-warning-time.
19300
19301 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19302 New options.
19303 (diary-add-to-list): Strip comments from the displayed string.
19304 (diary-mode): Set comment-start and comment-end.
19305
19306 * vc/diff-mode.el (smerge-refine-subst): Declare.
19307 (diff-refine-hunk): Don't require smerge-mode when compiling.
19308
19309 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19310
19311 * simple.el (list-processes): Return nil as the docstring says.
19312
19313 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19314
19315 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19316 to "".
19317 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19318 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19319 determining of binary transfer. (Bug#7383)
19320
19321 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19322
19323 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19324 Fix port computation bug. (Bug#8618)
19325
19326 2011-05-05 Glenn Morris <rgm@gnu.org>
19327
19328 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19329
19330 * simple.el (shell-dynamic-complete-functions)
19331 (comint-dynamic-complete-functions): Declare.
19332
19333 * net/network-stream.el (gnutls-negotiate):
19334 * simple.el (tabulated-list-print): Fix declarations.
19335
19336 * progmodes/gud.el (syntax-symbol, syntax-point):
19337 Remove unnecessary and incorrect declarations.
19338
19339 * emacs-lisp/check-declare.el (check-declare-scan):
19340 Handle byte-compile-initial-macro-environment in bytecomp.el.
19341
19342 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19343
19344 Fix earlier half-done eieio-defmethod change (bug#8338).
19345 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19346 Streamline and change calling convention.
19347 (defmethod): Adjust accordingly and simplify.
19348 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19349 new eieio--defmethod.
19350 (slot-boundp): Minor CSE simplification.
19351
19352 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19353
19354 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19355 (glasses-make-readable): Use glasses-separate-capital-groups.
19356
19357 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19358
19359 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19360 (warning-series): Doc fix.
19361 (display-warning): Don't try to create the buffer if we just found it.
19362
19363 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19364
19365 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19366 (autoload-find-generated-file): New function.
19367 (generate-file-autoloads): Bind generated-autoload-file to
19368 buffer-file-name.
19369 (update-file-autoloads, update-directory-autoloads):
19370 Use autoload-find-generated-file. If called interactively, prompt for
19371 output file (Bug#7989).
19372 (batch-update-autoloads): Doc fix.
19373
19374 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19375
19376 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19377
19378 2011-05-04 Glenn Morris <rgm@gnu.org>
19379
19380 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19381 function, so it follows changes in calendar-date-style.
19382 (diary-fancy-date-matcher): New function.
19383 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19384 (diary-fancy-font-lock-fontify-region-function):
19385 Use diary-fancy-date-pattern as a function.
19386
19387 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19388 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19389
19390 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19391
19392 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19393 instead of positional arguments. Allow :keylist and :crlfiles
19394 arguments.
19395 (open-gnutls-stream): Call it.
19396
19397 * net/network-stream.el (network-stream-open-starttls): Adjust to
19398 call `gnutls-negotiate' with :process and :hostname arguments.
19399
19400 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19401
19402 * minibuffer.el (completion--message): New function.
19403 (completion--do-completion, minibuffer-complete)
19404 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19405 (completion--do-completion): Don't ignore completion-auto-help when in
19406 icomplete-mode.
19407
19408 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19409 internal encoding (e.g. tibetan zero is not whitespace).
19410 (global-whitespace-mode): Prefer save-current-buffer.
19411 (whitespace-trailing-regexp): Remove useless save-match-data.
19412 (whitespace-empty-at-bob-regexp): Minor simplification.
19413
19414 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19415
19416 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19417
19418 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19419
19420 * textmodes/ispell.el (ispell-add-per-file-word-list):
19421 Use `concat' to create string for insertion.
19422
19423 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19424
19425 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19426 Avoid open-line which runs post-self-insert-hook.
19427 (bibtex-fill-entry): Remove unused `end' var.
19428
19429 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19430
19431 * textmodes/ispell.el (ispell-add-per-file-word-list):
19432 Protect against `nil' value of `comment-start' (Bug#8579).
19433
19434 2011-05-03 Leo Liu <sdl.web@gmail.com>
19435
19436 * isearch.el (isearch-yank-pop): New command.
19437 (isearch-mode-map): Bind it to `M-y'.
19438 (isearch-forward): Mention it.
19439
19440 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19441
19442 * simple.el (minibuffer-complete-shell-command): Remove.
19443 (minibuffer-local-shell-command-map): Use completion-at-point.
19444 (read-shell-command): Setup completion vars here instead.
19445 (read-expression-map): Bind TAB to symbol completion.
19446
19447 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19448 error directly rather via storing it into `results'.
19449
19450 2011-05-02 Leo Liu <sdl.web@gmail.com>
19451
19452 * vc/diff.el: Fix description.
19453
19454 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19455
19456 * server.el (server-eval-at): New function.
19457
19458 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19459
19460 * net/network-stream.el (open-network-stream): Take a :nowait
19461 parameter and pass it on to `make-network-process'.
19462 (network-stream-open-plain): Ditto.
19463
19464 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19465
19466 * faces.el (face-spec-set-match-display): Don't match toolkit
19467 options on terminal frames.
19468
19469 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19470
19471 * progmodes/pascal.el: Use lexical binding.
19472 (pascal-mode-map): Remove author preferences.
19473
19474 * pcomplete.el (pcomplete-std-complete): Don't abuse
19475 completion-at-point.
19476
19477 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19478
19479 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19480 removing code that has been dead since 1991 or so.
19481
19482 * startup.el (command-line): When warning about "_emacs", use a
19483 delayed warning to allow the user to filter it out.
19484
19485 2011-04-28 Deniz Dogan <deniz@dogan.se>
19486
19487 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19488 user has not joined.
19489
19490 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19491
19492 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19493 aren't any completions at point.
19494
19495 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19496
19497 * subr.el (display-delayed-warnings): New function.
19498 (delayed-warnings-hook): New variable.
19499
19500 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19501
19502 * minibuffer.el (completion-at-point, completion-help-at-point):
19503 Don't presume that a given completion-at-point-function will always
19504 use the same calling convention.
19505
19506 * pcomplete.el (pcomplete-completions-at-point):
19507 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19508 pcomplete-seen is non-nil.
19509 (pcomplete-comint-setup): Also recognize the new comint/shell
19510 completion functions.
19511 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19512 pcomplete-seen is non-nil.
19513
19514 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19515
19516 * calendar/icalendar.el (diary-lib): Add require statement.
19517 (icalendar--create-uid): Read out a uid from a text-property on
19518 the first character in the entry. This allows for code to add its
19519 own uid to the entry.
19520 (icalendar--convert-float-to-ical): Add export of
19521 `diary-float'-entries save for those with the optional DAY
19522 argument.
19523
19524 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19525
19526 * subr.el (shell-quote-argument): Use alternate escaping strategy
19527 when we spot a variable reference in a string.
19528
19529 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19530
19531 * cus-start.el (all): Define customization for debug-on-event.
19532
19533 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19534
19535 * subr.el (shell-quote-argument): Escape correctly under Windows.
19536
19537 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19538
19539 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19540
19541 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19542
19543 * net/tramp.el (tramp-process-actions): Add POS argument.
19544 Delete region between POS and (pos).
19545
19546 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19547 Use `nil' position in `tramp-process-actions' call.
19548 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19549
19550 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19551 position in `tramp-process-actions' call.
19552
19553 * net/trampver.el: Update release number.
19554
19555 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19556
19557 * custom.el (defcustom): Obey lexical-binding.
19558
19559 Fix octave-inf completion problems reported by Alexander Klimov.
19560 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19561 Inherit from octave-mode-syntax-table.
19562 (inferior-octave-mode): Set info-lookup-mode.
19563 (inferior-octave-completion-at-point): New function.
19564 (inferior-octave-complete): Use it and completion-in-region.
19565 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19566 comint-filename-completion.
19567 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19568 symbol elements which shouldn't be word elements.
19569 (octave-font-lock-keywords, octave-beginning-of-defun)
19570 (octave-function-header-regexp): Adjust regexps accordingly.
19571 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19572
19573 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19574
19575 * net/gnutls.el (gnutls-errorp): Declare before first use.
19576
19577 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19578
19579 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19580 verify-error, and verify-hostname-error parameters. Check whether
19581 default trustfile exists before going to use it. Add missing
19582 argument to gnutls-message-maybe call. Return value.
19583 Reported by Claudio Bley <claudio.bley@gmail.com>.
19584 (open-gnutls-stream): Add usage example.
19585
19586 * net/network-stream.el (network-stream-open-starttls): Give host
19587 parameter to `gnutls-negotiate'.
19588 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19589 * subr.el (shell-quote-argument): Escape correctly under Windows.
19590
19591 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19592
19593 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19594 Use correct match group (bug#8438).
19595
19596 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19597
19598 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19599 (package-menu--generate): New arg specifying packages to show.
19600 (package-menu-refresh, package-menu-execute, list-packages):
19601 Callers changed.
19602 (package-show-package-list): New function, replacing deleted
19603 package--list-packages (renamed because it is non-internal).
19604
19605 * finder.el (finder-list-matches): Use package-show-package-list
19606 instead of deleted package--list-packages.
19607
19608 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19609 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19610 (vc-annotate-mode-map): Bind it to RET.
19611
19612 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19613
19614 * progmodes/etags.el (next-file): Don't use set-buffer to change
19615 buffers (Bug#8478).
19616
19617 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19618
19619 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19620
19621 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19622 (apropos-accumulator): Doc fix.
19623 (apropos-function, apropos-macro, apropos-command)
19624 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19625 (apropos-plist): Add face property.
19626 (apropos-symbols-internal): Fix indentation.
19627 (apropos-print): Simplify help, and recognize apropos-multi-type.
19628 (apropos-print-doc): Use button-type-get to extract the button's
19629 face property. Fill docstring (Bug#8352).
19630
19631 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19632
19633 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19634
19635 * play/mpuz.el (mpuz-silent): Doc fix.
19636 (mpuz-mode-map): Use mapc.
19637 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19638 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19639 Fix typos in docstrings.
19640
19641 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19642 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19643
19644 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19645
19646 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19647
19648 * minibuffer.el (completion--do-completion): Avoid the "Next char
19649 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19650
19651 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19652 mouse-2 into unread-command-events, it is interpreted correctly.
19653
19654 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19655 (image-toggle-display): Doc fix.
19656
19657 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19658
19659 * textmodes/page.el (what-page): Use line-number-at-pos to
19660 calculate line number (Bug#6825).
19661
19662 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19663
19664 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19665 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19666 Pass argument NO-DEFAULT to `find-tag-interactive'.
19667
19668 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19669
19670 Lexical-binding cleanup.
19671
19672 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19673 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19674 * progmodes/ada-prj.el (ada-prj-initialize-values)
19675 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19676 (ada-prj-show-value):
19677 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19678 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19679 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19680 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19681 * progmodes/bug-reference.el (bug-reference-push-button):
19682 * progmodes/fortran.el (fortran-line-length):
19683 * progmodes/glasses.el (glasses-change):
19684 * progmodes/octave-mod.el (octave-fill-paragraph):
19685 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19686 (python-pdbtrack-grub-for-buffer, python-sentinel):
19687 * progmodes/sql.el (sql-save-connection):
19688 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19689 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19690 Mark unused parameters.
19691
19692 * progmodes/compile.el (compilation--flush-directory-cache)
19693 (compilation--flush-parse, compile-internal): Mark unused parameters.
19694 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19695 (compilation-next-error-function): Remove unused variable `timestamp'.
19696
19697 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19698 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19699
19700 * progmodes/dcl-mode.el (dcl-end-of-command):
19701 Remove unused variable `start'.
19702 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19703 (dcl-option-value-basic, dcl-option-value-offset)
19704 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19705 Mark unused parameters.
19706 (dcl-save-local-variable): Remove unused variable `val'.
19707 (mode): Declare.
19708
19709 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19710 Mark unused parameters.
19711 (delphi-ignore-changes): Move before first use.
19712 (delphi-charset-token-at): Remove unused variable `start'.
19713 (delphi-else-start): Remove unused variable `if-count'.
19714 (delphi-comment-block-start, delphi-comment-block-end):
19715 Remove unused variable `kind'.
19716 (delphi-indent-line): Remove unused variable `new-point'.
19717
19718 * progmodes/ebrowse.el (ebrowse-files-list)
19719 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19720 Mark unused parameters. Don't quote `lambda'.
19721 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19722 Don't quote `lambda'.
19723 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19724 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19725 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19726 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19727 Use `ignore-errors'.
19728 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19729 (ebrowse-view/find-file-and-search-pattern)
19730 (ebrowse-view/find-member-declaration/definition):
19731 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19732 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19733 Rename parameter PREFIX-ARG to PREFIX.
19734 (ebrowse-tags-read-name): Remove unused variables `start' and
19735 `member-info'.
19736 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19737 to `tags-file'.
19738
19739 * progmodes/etags.el (local-find-tag-hook): Declare.
19740 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19741 Mark unused parameters.
19742
19743 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19744 (executable-interpret): Mark unused parameter.
19745
19746 * progmodes/flymake.el (flymake-process-sentinel)
19747 (flymake-after-change-function)
19748 (flymake-create-temp-with-folder-structure)
19749 (flymake-get-include-dirs-dot): Mark unused parameters.
19750 (flymake-safe-delete-directory): Remove unused variable `err'.
19751
19752 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19753 (speedbar-timer-fn, speedbar-line-text)
19754 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19755 (speedbar-center-buffer-smartly): Declare functions.
19756 (gdb-find-watch-expression): Remove unused variable `array'.
19757 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19758 (gdb-starting): Mark unused parameters.
19759 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19760 (gdb-table-string): Remove unused variable `res'.
19761 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19762 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19763 (gdb-display-buffer): Remove unused variable `cur-size'.
19764
19765 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19766 allow lexical-binding compilation.
19767 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19768 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19769 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19770 Mark unused parameters.
19771 (gud-gdb-marker-filter): Remove unused variable `match'.
19772 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19773 lambda expressions and funcall them, instead of using `fset'.
19774
19775 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19776 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19777
19778 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19779 variable `header-beg'; use `let'.
19780
19781 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19782 `restart', `last-sexp' and `at-do'.
19783
19784 * progmodes/js.el (js--debug): Mark unused parameter.
19785 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19786 (js--splice-into-items): Remove unused variable `item'.
19787 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19788
19789 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19790 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19791 (makefile-complete): Remove unused variable `try'.
19792 (makefile-fill-paragraph, makefile-match-function-end):
19793 Mark unused parameters.
19794
19795 * progmodes/octave-inf.el (inferior-octave-complete):
19796 Remove unused variable `proc'.
19797 (inferior-octave-output-digest): Mark unused parameter.
19798
19799 * progmodes/perl-mode.el (perl-calculate-indent):
19800 Remove unused variable `err'.
19801
19802 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19803 (prolog-indent-line): Mark unused parameters.
19804 (prolog-indent-line): Remove unused variable `beg'.
19805
19806 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19807 (reporter-dont-compact-list): Declare.
19808
19809 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19810 Remove unused variable `char'.
19811 (sh-debug): Mark unused parameter.
19812 (sh-get-indent-info): Remove unused variable `start'.
19813 (sh-calculate-indent): Remove unused variable `var'.
19814
19815 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19816 (simula-electric-keyword): Remove unused variable `null'.
19817 (simula-search-backward, simula-search-forward): Remove unused
19818 variables `begin' and `end'.
19819
19820 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19821 Remove unused variable `pos'.
19822 (vera-electric-tab, vera-comment-uncomment-region):
19823 Mark unused parameters.
19824 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19825
19826 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19827
19828 * emacs-lisp/package.el (package--builtins, package-alist)
19829 (package-load-descriptor, package-built-in-p, package-activate)
19830 (define-package, package-installed-p)
19831 (package-compute-transaction, package-buffer-info)
19832 (package--push): Doc fix. Distinguish more clearly between
19833 version strings and version lists.
19834
19835 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19836
19837 Lexical-binding cleanup.
19838
19839 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19840 (5x5-make-mutate-best):
19841 * play/fortune.el (fortune-in-buffer):
19842 * play/gomoku.el (gomoku-init-display):
19843 * play/solitaire.el (solitaire, solitaire-do-check):
19844 * play/tetris.el (tetris-default-update-speed-function):
19845 Mark unused parameters.
19846
19847 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19848 (bubbles--shift): Remove unused variable `char-org'.
19849 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19850 (bubbles--show-images): Remove unused variable `char'.
19851
19852 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19853 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19854 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19855 (decipher-analyze-buffer): Use ?\s.
19856 (decipher-make-checkpoint): Remove unused variable `mapping'.
19857
19858 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19859
19860 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19861 Remove unused variable `result'; use `let'.
19862
19863 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19864 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19865 (gametree-children-shown-p, gametree-compute-reduced-score):
19866 Use `ignore-errors'.
19867
19868 * play/handwrite.el (ps-lpr-switches): Declare.
19869 (handwrite): Remove unused variables `pmin' and `lastp'.
19870
19871 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19872
19873 * play/landmark.el (landmark-init-display)
19874 (landmark-update-naught-weights): Mark unused parameters.
19875 (landmark-y): Remove unused variable `noise'. Simplify.
19876 (landmark-human-plays): Remove unused variable `score'.
19877
19878 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19879 (mpuz-try-proposal): Remove unused variable `game'.
19880
19881 * play/zone.el (life-patterns): Declare.
19882
19883 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19884
19885 * vc/vc.el (ediff-vc-internal): Declare function.
19886
19887 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19888
19889 * shell.el: Use lexical-binding and std completion UI.
19890 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19891 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19892 comint-preoutput-filter-functions rather than on
19893 comint-output-filter-functions.
19894 (shell-command-completion, shell--command-completion-data)
19895 (shell-filename-completion, shell-environment-variable-completion)
19896 (shell-c-a-p-replace-by-expanded-directory): New functions.
19897 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19898 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19899 (shell-dynamic-complete-environment-variable): Use them.
19900 (shell-dynamic-complete-as-environment-variable)
19901 (shell-dynamic-complete-as-command): Remove.
19902 (shell-match-partial-variable): Match past point.
19903 * comint.el: Clean up use of completion-at-point-functions.
19904 (comint-completion-at-point): New function.
19905 (comint-mode): Use it completion-at-point-functions.
19906 (comint-dynamic-complete): Make it obsolete.
19907 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19908 (comint-c-a-p-replace-by-expanded-history): New function.
19909 (comint-dynamic-complete-functions)
19910 (comint-replace-by-expanded-history): Use it.
19911 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19912 termination strings. Try harder to avoid second try-completion.
19913 (completion-in-region-mode-map): Disable bindings that don't work yet.
19914
19915 * comint.el: Use lexical-binding. Require CL.
19916 (comint-dynamic-complete-functions): Use comint-filename-completion.
19917 (comint-completion-addsuffix): Tweak custom type.
19918 (comint-filename-completion, comint--common-suffix)
19919 (comint--common-quoted-suffix, comint--table-subvert)
19920 (comint--complete-file-name-data): New functions.
19921 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19922 (comint-dynamic-list-filename-completions): Use them.
19923 (comint-dynamic-simple-complete): Make obsolete.
19924
19925 * minibuffer.el (completion-in-region-mode):
19926 Keep completion-in-region-mode--predicate global.
19927 (completion-in-region--postch):
19928 Assume completion-in-region-mode--predicate is not null.
19929
19930 * progmodes/flymake.el (flymake-start-syntax-check-process):
19931 Obey `dir'. Simplify.
19932
19933 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19934 we're in VC after all.
19935
19936 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19937
19938 * vc/vc.el (vc-diff-build-argument-list-internal)
19939 (vc-version-ediff, vc-ediff): New commands.
19940 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19941
19942 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19943
19944 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19945 add sanity check.
19946
19947 * obsolete/erc-hecomplete.el: Make obsolete.
19948 * obsolete/: Standardize obsolescence info in the header.
19949
19950 2011-04-20 Glenn Morris <rgm@gnu.org>
19951
19952 * calendar/solar.el (solar-horizontal-coordinates):
19953 Use the longitude argument rather than `calendar-longitude'.
19954 (solar-date-next-longitude): Remove unused locals.
19955
19956 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19957
19958 * whitespace.el: New version 13.2.1.
19959
19960 2011-04-20 felix <EmacsWiki> (tiny change)
19961
19962 * whitespace.el (global-whitespace-mode): Keep highlight when
19963 switching between major modes on a file.
19964
19965 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19966
19967 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19968 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19969 multi-line comments as well.
19970
19971 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19972
19973 Lexical-binding cleanup.
19974
19975 * arc-mode.el (archive-mode-revert):
19976 * cmuscheme.el (scheme-interactively-start-process):
19977 * custom.el (custom-initialize-delay):
19978 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19979 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19980 * emacs-lock.el (emacs-lock-clear-sentinel):
19981 * ezimage.el (defezimage):
19982 * follow.el (follow-avoid-tail-recenter):
19983 * fringe.el (set-fringe-mode-1):
19984 * generic-x.el (bat-generic-mode-compile):
19985 * help-mode.el (help-info-variable, help-do-xref)
19986 (help-mode-revert-buffer):
19987 * help.el (view-emacs-todo):
19988 * iswitchb.el (iswitchb-completion-help):
19989 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19990 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19991 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19992 * locate.el (locate-update):
19993 * longlines.el (longlines-encode-region)
19994 (longlines-after-change-function):
19995 * outline.el (outline-isearch-open-invisible):
19996 * ps-def.el (declare-function, charset-dimension, char-width)
19997 (encode-char):
19998 * ps-mule.el (ps-mule-plot-string):
19999 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20000 (recentf-edit-list-select, recentf-edit-list-validate)
20001 (recentf-open-files-action):
20002 * rect.el (delete-whitespace-rectangle-line)
20003 (rectangle-number-line-callback):
20004 * register.el (window-configuration-to-register)
20005 (frame-configuration-to-register):
20006 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20007 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20008 (xselect-convert-to-targets, xselect-convert-to-delete)
20009 (xselect-convert-to-filename, xselect-convert-to-charpos)
20010 (xselect-convert-to-lineno, xselect-convert-to-colno)
20011 (xselect-convert-to-os, xselect-convert-to-host)
20012 (xselect-convert-to-user, xselect-convert-to-class)
20013 (xselect-convert-to-name, xselect-convert-to-integer)
20014 (xselect-convert-to-atom, xselect-convert-to-identity):
20015 * subr.el (declare, ignore, process-kill-without-query)
20016 (text-clone-maintain):
20017 * terminal.el (te-get-char, te-tic-sentinel):
20018 * tool-bar.el (tool-bar-make-keymap):
20019 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20020 * type-break.el (type-break-mode, type-break-noninteractive-query):
20021 * view.el (View-back-to-mark):
20022 * wid-browse.el (widget-browse-action, widget-browse-widget)
20023 (widget-browse-widgets, widget-browse-sexp):
20024 * widget.el (define-widget-keywords):
20025 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20026 Mark unused parameters.
20027
20028 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20029 (align-areas): Remove unused variable `look'.
20030 (align-region): Remove unused variables `real-end' and `pos-list'.
20031
20032 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20033
20034 * bindings.el (mode-line-modified, mode-line-remote):
20035 Mark unused parameters.
20036 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20037
20038 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20039 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20040
20041 * comint.el (comint-history-isearch-pop-state)
20042 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20043 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20044 (comint-substitute-in-file-name): Doc fix.
20045
20046 * completion.el (cmpl-statistics-block): Mark unused parameter.
20047 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20048 (save-completions-to-file, load-completions-from-file):
20049 Remove unused local variable `e'.
20050
20051 * composite.el (compose-chars): Remove unused variable `len'.
20052 (lgstring-insert-glyph): Remove unused variable `g'.
20053 (compose-glyph-string): Remove unused variables `ascent',
20054 `descent', `lbearing' and `rbearing'.
20055 (compose-glyph-string-relative): Remove unused variables
20056 `lbearing', `rbearing' and `wadjust'.
20057 (compose-gstring-for-graphic): Remove unused variables `header',
20058 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20059 (compose-gstring-for-terminal): Remove unused variables `header'
20060 and `nchars'. Use `let', not `let*'.
20061
20062 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20063 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20064 (Custom-buffer-done, custom-buffer-create-internal)
20065 (custom-browse-visibility-action, custom-browse-group-tag-action)
20066 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20067 (widget-magic-mouse-down-action, custom-toggle-parent)
20068 (custom-add-parent-links, custom-toggle-hide-variable)
20069 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20070 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20071 (custom-face-menu-create, custom-variable-menu-create, get)
20072 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20073 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20074 (customize-apropos): Remove unused variable `tests'.
20075 (custom-group-value-create): Remove unused variable `hidden-p'.
20076 (sort-fold-case): Declare.
20077
20078 * cus-theme.el (custom-reset-standard-faces-list)
20079 (custom-reset-standard-variables-list): Declare.
20080 (customize-create-theme, custom-theme-revert, custom-theme-write)
20081 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20082 Mark unused parameters.
20083
20084 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20085
20086 * delim-col.el (delimit-columns-max): Move defvar before first use.
20087
20088 * descr-text.el (describe-char-categories): Don't quote `lambda'.
20089 (describe-char): Don't quote `lambda'. Mark unused parameter.
20090
20091 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20092 (auto-insert): Declare.
20093 (desktop-restore-file-buffer): Rename desktop-* parameters;
20094 mark unused ones.
20095 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20096 (desktop-buffer): Rename desktop-* parameters.
20097
20098 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20099 (dframe-reposition-frame-xemacs, dframe-help-echo)
20100 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20101 Mark unused parameters.
20102
20103 * dired-aux.el (backup-extract-version-start, overwrite-query)
20104 (overwrite-backup-query, rename-regexp-query)
20105 (rename-non-directory-query): Declare.
20106 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20107 (dired-add-entry): Remove unused variable `orig-file-name'.
20108 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20109 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20110 `dired-copy-preserve-time' directly.
20111 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20112 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20113
20114 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20115 (dired-virtual-revert, dired-make-relative-symlink):
20116 Mark unused parameters.
20117 (manual-program): Declare.
20118 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20119 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20120 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20121
20122 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20123
20124 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20125
20126 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20127 Declare.
20128
20129 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20130
20131 * electric.el (Electric-command-loop): Rename parameter
20132 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20133
20134 * expand.el (expand-in-literal): Remove unused variable `here'.
20135
20136 * facemenu.el (facemenu-add-new-color):
20137 Remove unused variable `docstring'.
20138
20139 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20140 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20141 (face-attr-construct): Mark unused parameter. Doc fix.
20142 (read-color): Remove unused variable `hex-string'.
20143
20144 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20145 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20146 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20147 (display-buffer-other-frame): Remove unused variable `old-window'.
20148 (kill-buffer-hook): Declare.
20149 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20150 Mark unused parameters.
20151 (after-find-file): Pass 1 to `auto-save-mode', not t.
20152
20153 * files-x.el (auto-insert): Declare.
20154 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20155
20156 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20157 variable `buf'. Mark unused parameter.
20158 (find-lisp-insert-directory): Mark unused parameter.
20159
20160 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20161 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20162 (format-common-tail): Remove, unused.
20163 (format-deannotate-region): Remove unused variable `loc'.
20164 (format-annotate-region): Remove unused variable `p'.
20165 (format-annotate-single-property-change): Remove unused variables
20166 `default' and `tail'.
20167
20168 * forms.el (read-file-filter): Declare.
20169 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20170
20171 * frame.el (frame-creation-function-alist): Mark unused parameter.
20172 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20173
20174 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20175 Remove unused parameters.
20176 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20177 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20178
20179 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20180 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20181 (hfy-prepare-tag-map): Mark unused parameters.
20182 (htmlfontify-buffer): Use `called-interactively-p'.
20183
20184 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20185 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20186 (ibuffer-do-occur): Mark unused parameters.
20187 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20188 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20189
20190 * ibuffer.el: Don't quote `lambda'.
20191 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20192 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20193 Mark unused parameters.
20194
20195 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20196 (ido-completing-read): Mark unused parameters.
20197 (ido-copy-current-word): Mark unused parameters;
20198 remove unused variable `name'.
20199 (ido-sort-merged-list): Remove unused parameter `dirs'.
20200
20201 * ielm.el (ielm-input-sender): Mark unused parameter.
20202 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20203 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20204 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20205 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20206 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20207
20208 * image-dired.el (image-dired-display-thumbs): Remove unused
20209 variables `curr-file' and `count'.
20210 (image-dired-remove-tag): Remove unused variable `start'.
20211 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20212 variable `curr-file'
20213 (image-dired-rotate-original): Remove unused variable `temp-file'.
20214 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20215 Remove unused variable `file'.
20216 (image-dired-gallery-generate): Remove unused variable `curr'.
20217 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20218
20219 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20220
20221 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20222
20223 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20224
20225 * isearch.el (minibuffer-history-symbol): Declare.
20226 (isearch-edit-string): Remove unused variable `err'.
20227 (isearch-message-prefix, isearch-message-suffix):
20228 Mark unused parameters.
20229
20230 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20231
20232 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20233
20234 * makesum.el (double-column): Remove unused variable `cnt'.
20235
20236 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20237 (ido-ignore-item-temp-list): Declare.
20238
20239 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20240 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20241 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20242 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20243 `mouse-col-delta'.
20244
20245 * mouse-sel.el (mouse-extend-internal):
20246 Remove unused variable `orig-window-frame'.
20247
20248 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20249 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20250 Move declarations before first use.
20251 (pcomplete-opt): Mark unused parameters; doc fix.
20252
20253 * proced.el (proced-revert): Mark unused parameter.
20254 (proced-send-signal): Remove unused variable `err'.
20255
20256 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20257 Rename parameter PREFIX-ARG to ARG.
20258 (ps-basic-plot-string, ps-basic-plot-whitespace):
20259 Mark unused parameters.
20260
20261 * replace.el (replace-count): Define.
20262 (occur-revert-function): Mark unused parameters.
20263 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20264 (isearch-case-fold-search, isearch-string): Declare.
20265 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20266 bind `case-fold-search'. Remove unused variables `beg' and `end',
20267 and simplify.
20268 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20269 COUNT and bind `replace-count'.
20270 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20271 to COUNT.
20272
20273 * savehist.el (print-readably, print-string-length): Declare.
20274
20275 * shadowfile.el (shadow-expand-cluster-in-file-name):
20276 Remove unused variable `cluster'.
20277 (shadow-copy-file): Remove unused variable `i'.
20278 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20279 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20280 (shadow-define-literal-group, shadow-define-regexp-group)
20281 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20282
20283 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20284 (shell): Use `called-interactively-p'.
20285 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20286
20287 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20288 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20289 (delete-backward-char): Remove unused variable `ocol'.
20290 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20291 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20292 (event-apply-hyper-modifier, event-apply-shift-modifier)
20293 (event-apply-control-modifier, event-apply-meta-modifier):
20294 Mark unused parameters.
20295 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20296 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20297
20298 * speedbar.el (speedbar-ignored-directory-expressions)
20299 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20300 (speedbar-find-file, speedbar-dir-follow)
20301 (speedbar-directory-buttons-follow, speedbar-tag-find)
20302 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20303 (speedbar-buffers-line-directory, speedbar-buffer-click):
20304 Mark unused parameters.
20305 (speedbar-tag-file): Remove unused variable `mode'.
20306 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20307
20308 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20309
20310 * talk.el (talk): Remove unused variable `display'.
20311
20312 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20313 (tar-write-region-annotate): Mark unused parameter.
20314
20315 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20316 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20317 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20318 warning by another.
20319
20320 * time-stamp.el (time-stamp-string-preprocess):
20321 Remove unused variable `require-padding'.
20322
20323 * tree-widget.el (widget-glyph-enable): Declare.
20324 (tree-widget-action): Mark unused parameter.
20325
20326 * w32-fns.el (x-get-selection): Mark unused parameter.
20327 (autoload-make-program, generated-autoload-file): Declare.
20328
20329 * wdired.el (wdired-revert): Mark unused parameters.
20330 (wdired-xcase-word): Remove unused variable `err'.
20331
20332 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20333 (whitespace-help-scroll): Remove unused variable `data-help'.
20334
20335 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20336 (widget-image-insert, widget-after-change, default)
20337 (widget-default-format-handler, widget-default-notify)
20338 (widget-default-prompt-value, widget-info-link-action)
20339 (widget-url-link-action, widget-function-link-action)
20340 (widget-variable-link-action, widget-file-link-action)
20341 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20342 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20343 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20344 (widget-insert-button-action, widget-delete-button-action, visibility)
20345 (widget-documentation-link-action, widget-documentation-string-action)
20346 (widget-const-prompt-value, widget-regexp-match, symbol)
20347 (widget-coding-system-prompt-value)
20348 (widget-key-sequence-value-to-external, sexp)
20349 (widget-sexp-value-to-internal, character, vector, cons)
20350 (widget-choice-prompt-value, widget-boolean-prompt-value)
20351 (widget-color--choose-action): Mark unused parameters.
20352 (widget-item-match-inline, widget-choice-match-inline)
20353 (widget-checklist-match, widget-checklist-match-inline)
20354 (widget-group-match): Rename parameter VALUES to VALS.
20355 (widget-field-value-set): Remove unused variable `size'.
20356 (widget-color-action): Remove unused variables `value' and `start'.
20357
20358 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20359 variable `dir'. Doc fix.
20360 (windmove-find-other-window): Don't pass it.
20361
20362 * window.el (count-windows): Mark unused parameter.
20363 (bw-adjust-window): Remove unused variable `err'.
20364
20365 * woman.el (woman-file-name): Remove unused variable `default'.
20366 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20367 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20368 (global-font-lock-mode): Declare.
20369 (woman-decode-region): Mark unused parameter.
20370 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20371
20372 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20373 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20374 (x-dnd-handle-moz-url): Remove unused variable `title'.
20375 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20376
20377 * xml.el (xml-parse-tag, xml-parse-attlist):
20378 Remove unused variable `pos'.
20379
20380 2011-04-19 Glenn Morris <rgm@gnu.org>
20381
20382 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20383 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20384 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20385 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20386 * calendar/cal-html.el (cal-html-insert-minical):
20387 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20388 (calendar-mark-date-pattern):
20389 Prefix "unused" locals.
20390
20391 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20392 optional argument `style'.
20393
20394 * calendar/appt.el (appt-make-list):
20395 * calendar/cal-china.el (calendar-chinese-date-string):
20396 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20397 (diary-hebrew-yahrzeit):
20398 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20399 * calendar/calendar.el (calendar-generate-window):
20400 * calendar/time-date.el (time-to-days):
20401 Remove unused local variables.
20402
20403 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20404
20405 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20406 glyphless-char-display table.
20407 (tabulated-list-glyphless-char-display): New var.
20408
20409 2011-04-18 Sam Steingold <sds@gnu.org>
20410
20411 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20412 to acknowledgments.
20413
20414 2011-04-17 Glenn Morris <rgm@gnu.org>
20415
20416 * calendar/diary-lib.el (diary-sexp-entry):
20417 * calendar/holidays.el (holiday-sexp):
20418 Set debug-on-error rather than the removed stack-trace-on-error.
20419
20420 2011-04-16 Glenn Morris <rgm@gnu.org>
20421
20422 * progmodes/f90.el: Use lexical-binding.
20423 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20424
20425 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20428 (mail-mode): Setup mailalias completion here instead.
20429 * mail/mailalias.el: Use lexical-binding.
20430 (pattern, mailalias-done): Declare dynamic.
20431 (mail-completion-at-point-function): New function, from mail-complete.
20432 (mail-complete): Use it.
20433 (mail-completion-expand): New function.
20434 (mail-get-names): Use it.
20435 (mail-directory, mail-directory-process, mail-directory-stream):
20436 Don't use `pattern' for lexically bound arg.
20437
20438 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20439
20440 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20441 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20442 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20443
20444 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20445 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20446 (byte-interactive-p): Define them again, for use when inlining
20447 old code.
20448
20449 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20450
20451 * loadup.el: Use `string-to-number', not `string-to-int'.
20452
20453 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20454
20455 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20456 gud-gdb-complete-command.
20457 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20458 (gud-gdb-completion-at-point): New function.
20459 (gud-gdb-completions): Remove.
20460
20461 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20462
20463 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20464 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20465 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20466 whether `executable-find' is bound.
20467
20468 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20469
20470 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20471
20472 * minibuffer.el (completion-in-region-mode-predicate)
20473 (completion-in-region-mode--predicate): New vars.
20474 (completion-in-region, completion-in-region--postch)
20475 (completion-in-region-mode): Use them.
20476 (completion--capf-wrapper): Also return the hook function.
20477 (completion-at-point, completion-help-at-point):
20478 Adjust and provide a predicate.
20479
20480 Preserve arg names for advice of subr and lexical functions (bug#8457).
20481 * help-fns.el (help-function-arglist): Consolidate the subr and
20482 new-byte-code cases. Add argument `preserve-names' to extract names
20483 from the docstring when needed.
20484 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20485 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20486 (ad-arglist): Use help-function-arglist's new arg.
20487 (ad-definition-type): Use cond.
20488
20489 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20490
20491 * autorevert.el (auto-revert-handler):
20492 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20493 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20494 Don't quote lambda.
20495
20496 * image-mode.el (image-transform-set-scale):
20497 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20498
20499 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20500
20501 * net/network-stream.el (network-stream-open-starttls): Only do
20502 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20503 Upgrades via gnutls-cli are too slow to be done opportunistically.
20504
20505 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20506
20507 * dframe.el (dframe-current-frame): Remove spurious quote.
20508
20509 2011-04-12 Glenn Morris <rgm@gnu.org>
20510
20511 * calendar/cal-tex.el (cal-tex-end-document):
20512 Try to automatically use latin1 input if needed.
20513
20514 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20515 Don't try to cons a mark onto an empty element.
20516
20517 2011-04-11 Leo Liu <sdl.web@gmail.com>
20518
20519 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20520 buffers.
20521 (ido-kill-buffer-at-head): Support killing virtual buffers.
20522
20523 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20524
20525 * minibuffer.el (completion-show-inline-help): New var.
20526 (completion--do-completion, minibuffer-complete)
20527 (minibuffer-force-complete, minibuffer-complete-word):
20528 Inhibit minibuffer messages if completion-show-inline-help is nil.
20529
20530 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20531 to avoid interference from inline help (Bug#5849).
20532
20533 2011-04-10 Leo Liu <sdl.web@gmail.com>
20534
20535 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20536 Fix typo.
20537
20538 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20539
20540 * image-mode.el (image-toggle-display-image): Signal an error if
20541 not in Image mode.
20542 (image-transform-mode, image-transform-resize)
20543 (image-transform-set-rotation): Doc fix.
20544 (image-transform-set-resize): Delete.
20545 (image-transform-set-scale, image-transform-fit-to-height)
20546 (image-transform-fit-to-width): Handle image-toggle-display-image
20547 and image-transform-resize directly.
20548
20549 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20550
20551 * doc-view.el (doc-view-fit-width-to-window)
20552 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20553 New functions for fitting the shown image to the Emacs window size.
20554 (doc-view-mode-map): Add bindings for the new functions.
20555
20556 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20557
20558 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20559 Fix typo in docstring.
20560
20561 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20562
20563 * files.el (file-size-human-readable): Produce one digit after
20564 decimal, like "ls -lh" does.
20565
20566 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20567 the file size representation.
20568
20569 * simple.el (list-processes): If async subprocesses are not
20570 available, error out with a clear error message.
20571
20572 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20573
20574 * help.el (help-form-show): New function, to be called from C.
20575 Put help-form output in a buffer named differently than *Help*.
20576
20577 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20578
20579 * files.el (file-size-human-readable): New function.
20580
20581 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20582 computing the representation inline. Don't require `cl'.
20583
20584 2011-04-08 Glenn Morris <rgm@gnu.org>
20585
20586 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20587
20588 * net/browse-url.el (browse-url-firefox):
20589 Test system-type, not system-configuration.
20590
20591 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20592 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20593 Use log-edit-empty-buffer-p. (Bug#7598)
20594
20595 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20596 (rlogin-mode-map): Initialize in the defvar.
20597 (rlogin): Use ignore-errors.
20598
20599 * replace.el (occur-mode-map): Some fixes for menu items.
20600
20601 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20602
20603 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20604
20605 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20606
20607 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20608 issuing unused warnings.
20609
20610 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20611 macro directly.
20612
20613 * simple.el: Lisp reimplement of list-processes. Based on an
20614 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20615 (process-menu-mode): New major mode.
20616 (list-processes--refresh, list-processes):
20617 (process-menu-visit-buffer): New functions.
20618
20619 * files.el (save-buffers-kill-emacs): Don't assume any return
20620 value of list-processes, which is undocumented anyway.
20621
20622 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20623
20624 * emacs-lisp/tabulated-list.el: New file.
20625
20626 * emacs-lisp/package.el: Use Tabulated List mode.
20627 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20628 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20629 table format using Tabulated List mode variables.
20630 (package--push): New macro, replacing package-list-maybe-add.
20631 (package-menu--generate): Use package--push. Renamed from
20632 package--generate-package-list.
20633 (package-menu-refresh, list-packages): Use it.
20634 (package-menu--print-info): Rename from package-print-package.
20635 Return insertion data instead of inserting it directly.
20636 (package-menu-describe-package, package-menu-execute):
20637 Use tabulated-list-get-id.
20638 (package-menu-mark-delete, package-menu-mark-install)
20639 (package-menu-mark-unmark, package-menu-backup-unmark)
20640 (package-menu-mark-obsolete-for-deletion):
20641 Use tabulated-list-put-tag.
20642 (package--list-packages, package-menu-revert)
20643 (package-menu-get-package, package-menu-get-version)
20644 (package-menu-sort-by-column): Functions deleted.
20645 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20646 (package-menu--status-predicate, package-menu--version-predicate)
20647 (package-menu--name-predicate)
20648 (package-menu--description-predicate): Handle arguments in the
20649 Tabulated List format.
20650 (package-list-packages-no-fetch): Call list-packages.
20651
20652 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20653
20654 * files.el (after-find-file-from-revert-buffer): Remove variable.
20655 (after-find-file): Don't bind it.
20656 (revert-buffer-in-progress-p): New variable.
20657 (revert-buffer): Bind it.
20658 Pass nil for `after-find-file-from-revert-buffer'.
20659
20660 * saveplace.el (save-place-find-file-hook): Use new variable
20661 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20662
20663 2011-04-06 Glenn Morris <rgm@gnu.org>
20664
20665 * Makefile.in (AUTOGEN_VCS): New variable.
20666 (autoloads): Use $AUTOGEN_VCS.
20667
20668 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20669 * calendar/calendar.el (calendar-mode-map):
20670 Check for toolkit scroll bars. (Bug#8305)
20671
20672 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20673
20674 * minibuffer.el (completion-in-region--postch)
20675 (completion-in-region-mode): Remove unnecessary messages.
20676
20677 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20678
20679 * font-lock.el (font-lock-refresh-defaults):
20680 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20681 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20682
20683 * info.el (Info-directory-list, Info-read-node-name-2)
20684 (Info-split-parameter-string): Doc fixes.
20685 (Info-virtual-nodes): Reflow docstring.
20686 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20687 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20688 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20689 Fix typos in docstrings.
20690 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20691 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20692 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20693 (Info-restore-desktop-buffer): Mark unused parameters.
20694 (Info-directory-find-file, Info-directory-find-node)
20695 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20696 (Info-virtual-index-find-node, Info-apropos-find-file)
20697 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20698 Mark unused parameters; fix typos in docstrings.
20699 (Info-virtual-index): Remove unused local variable `nodename'.
20700
20701 2011-04-05 Deniz Dogan <deniz@dogan.se>
20702
20703 * net/rcirc.el: Update my e-mail address.
20704 (rcirc-mode-map): Remove M-o binding.
20705
20706 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20707
20708 * startup.el (command-line): Save the cursor's theme-face
20709 directly, instead of using face-override-spec.
20710
20711 * custom.el (load-theme): Minor optimization in assigning faces.
20712
20713 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20714
20715 * help-fns.el (describe-variable): Complete all variables having
20716 documentation, including keywords.
20717 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20718
20719 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20720
20721 Convert to lexical-binding.
20722
20723 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20724 (bs--get-marked-string, bs--get-modified-string)
20725 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20726 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20727 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20728
20729 * ehelp.el (electric-help-execute-extended)
20730 (electric-help-ctrl-x-prefix):
20731 * hexl.el (hexl-revert-buffer-function):
20732 * linum.el (linum-after-change, linum-after-scroll):
20733 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20734
20735 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20736
20737 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20738
20739 * epa-dired.el:
20740 * epa-mail.el:
20741 * epa-hook.el:
20742 * epa-file.el:
20743 * epa.el:
20744 * epg.el: Use lexical binding.
20745
20746 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20747
20748 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20749
20750 * textmodes/flyspell.el (flyspell-word): Recognize default
20751 dictionary case for flyspell-mark-duplications-exceptions.
20752 Use regexp matching for languages.
20753 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20754 default dictionary (Bug#7926).
20755
20756 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20757
20758 * emacs-lisp/package.el (package--with-work-buffer):
20759 Recognize https URLs.
20760
20761 * net/network-stream.el: Move from gnus/proto-stream.el.
20762 Change prefix to network-stream throughout.
20763 (open-protocol-stream): Merge into open-network-stream, leaving
20764 open-protocol-stream as an alias. Handle nil BUFFER args.
20765
20766 * subr.el (open-network-stream): Move to net/network-stream.el.
20767
20768 2011-04-02 Glenn Morris <rgm@gnu.org>
20769
20770 * find-dired.el (find-exec-terminator): New option.
20771 (find-ls-option): Test for -ls support.
20772 (find-ls-subdir-switches): Test for -b in find-ls-option.
20773 (find-dired, find-grep-dired): Doc fixes.
20774 (find-dired): Use find-exec-terminator.
20775
20776 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20777 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20778 (find-name-arg): Remove purecopy.
20779
20780 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20781 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20782 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20783 accordingly. Don't add the null-device if not needed.
20784
20785 * files.el (save-some-buffers): Doc fix.
20786
20787 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20788
20789 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20790
20791 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20792
20793 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20794 Use `dolist' rather than `mapcar'.
20795
20796 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20797
20798 Add lexical binding.
20799
20800 * subr.el (apply-partially): Use new closures rather than CL.
20801 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20802 (dolist, dotimes): Use slightly different expansion for lexical code.
20803 (functionp): Move to C.
20804 (letrec): New macro.
20805 (with-wrapper-hook): Use it and apply-partially instead of CL.
20806 (eval-after-load): Preserve lexical-binding.
20807 (save-window-excursion, with-output-to-temp-buffer): Turn them
20808 into macros.
20809
20810 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20811
20812 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20813 than the arglist.
20814 (help-add-fundoc-usage): Don't add `Not documented'.
20815 (help-function-arglist): Handle closures, subroutines, and new
20816 byte-code-functions.
20817 (help-make-usage): Remove leading underscores.
20818 (describe-function-1): Handle closures.
20819 (describe-variable): Use special-variable-p for completion.
20820
20821 * files.el (lexical-binding): Declare safe.
20822
20823 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20824 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20825 (pcase): Add `let' pattern.
20826 Change memoization so it actually works.
20827 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20828 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20829 <let>: New case.
20830
20831 * emacs-lisp/macroexp.el: Use lexical binding.
20832 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20833 Don't convert ' to #' without checking that it's indeed quoting
20834 a lambda.
20835
20836 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20837 Use eval-sexp-add-defvars.
20838 (eval-sexp-add-defvars): New fun.
20839
20840 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20841
20842 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20843 Don't autoload.
20844 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20845 than the internal `byte-compile-lambda'.
20846 (defmethod): Don't hide code under quotes.
20847 (eieio-defmethod): New `code' argument.
20848
20849 * emacs-lisp/eieio-comp.el: Remove.
20850
20851 * emacs-lisp/edebug.el (edebug-eval-defun)
20852 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20853 (edebug-toggle): Avoid `eval'.
20854
20855 * emacs-lisp/disass.el (disassemble-internal): Handle new
20856 `closure' objects.
20857 (disassemble-1): Handle new byte codes.
20858
20859 * emacs-lisp/cl.el (pushnew): Silence warning.
20860
20861 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20862 (cl-byte-compile-throw): Remove.
20863 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20864
20865 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20866 closures.
20867
20868 * emacs-lisp/cconv.el: New file.
20869
20870 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20871 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20872 (byte-compile-initial-macro-environment):
20873 Handle declare-function here.
20874 (byte-compile--lexical-environment): New var.
20875 (byte-stack-ref, byte-stack-set, byte-discardN)
20876 (byte-discardN-preserve-tos): New lap codes.
20877 (byte-interactive-p): Don't use any more.
20878 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20879 New macros.
20880 (byte-compile-lapcode): Use them and handle new lap codes.
20881 (byte-compile-obsolete): Remove.
20882 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20883 (byte-compile-arglist-warn): Check late def of inlinable funs.
20884 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20885 since they should have been expanded by now.
20886 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20887 (byte-compile-from-buffer): Remove unused second arg.
20888 (byte-compile-preprocess): New function.
20889 (byte-compile-toplevel-file-form): New function to distinguish
20890 file-form calls from outside from file-form calls from hunk-handlers.
20891 (byte-compile-file-form): Simplify.
20892 (byte-compile-file-form-defsubst): Remove.
20893 (byte-compile-file-form-defmumble): Simplify now that
20894 byte-compile-lambda always returns a byte-code-function.
20895 (byte-compile): Preprocess.
20896 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20897 Remove, not used any more.
20898 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20899 (byte-compile-make-args-desc): New funs.
20900 (byte-compile-lambda): Handle lexical functions. Always return
20901 a byte-code-function.
20902 (byte-compile-reserved-constants): New var, to make up room for
20903 closed-over variables.
20904 (byte-compile-constants-vector): Obey it.
20905 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20906 (byte-compile-macroexpand-declare-function): New function.
20907 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20908 byte-code-functions.
20909 (byte-compile-form): Check obsolescence here.
20910 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20911 (byte-compile-variable-ref): Remove.
20912 (byte-compile-dynamic-variable-op): New fun.
20913 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20914 (byte-compile-variable-set): New funs.
20915 (byte-compile-discard): Add 2 args.
20916 (byte-compile-stack-ref, byte-compile-stack-set)
20917 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20918 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20919 macroexpand-all instead.
20920 (byte-compile-quote-form): Remove.
20921 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20922 (byte-compile-bind, byte-compile-unbind): New funs.
20923 (byte-compile-let): Handle let* and lexical binding.
20924 (byte-compile-let*): Remove.
20925 (byte-compile-catch, byte-compile-unwind-protect)
20926 (byte-compile-track-mouse, byte-compile-condition-case):
20927 Handle a new :fun-body form, used for lexical scoping.
20928 (byte-compile-save-window-excursion)
20929 (byte-compile-with-output-to-temp-buffer): Remove.
20930 (byte-compile-defun): Simplify.
20931 (byte-compile-stack-adjustment): New fun.
20932 (byte-compile-out): Use it.
20933 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20934
20935 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20936 handler any more.
20937
20938 * emacs-lisp/byte-opt.el: Use lexical binding.
20939 (byte-inline-lapcode): Remove (to bytecomp).
20940 (byte-compile-inline-expand): Pay attention to inlining to/from
20941 lexically bound code.
20942 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20943 any more.
20944 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20945 any more and don't call compiler-macros.
20946 (byte-compile-splice-in-already-compiled-code): Remove.
20947 (byte-code): Don't inline any more.
20948 (disassemble-offset): Receive `bytes' as argument rather than via
20949 dynamic scoping.
20950 (byte-compile-tag-number): Declare before first use.
20951 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20952 `return' even if make-spliceable.
20953 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20954 obsolete interactive-p.
20955 (byte-optimize-lapcode): Optimize new lap-codes.
20956 Don't trip up on new form of `byte-constant' lap code.
20957
20958 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20959
20960 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20961
20962 * custom.el (custom-initialize-default, custom-declare-variable):
20963 Use `defvar'.
20964
20965 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20966 New variables.
20967 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20968 (COMPILE_FIRST): Add macroexp and cconv.
20969 * makefile.w32-in: Mirror changes in Makefile.in.
20970
20971 * vc/cvs-status.el:
20972 * vc/diff-mode.el:
20973 * vc/log-edit.el:
20974 * vc/log-view.el:
20975 * vc/smerge-mode.el:
20976 * textmodes/bibtex-style.el:
20977 * textmodes/css-mode.el:
20978 * startup.el:
20979 * uniquify.el:
20980 * minibuffer.el:
20981 * newcomment.el:
20982 * reveal.el:
20983 * server.el:
20984 * mpc.el:
20985 * emacs-lisp/smie.el:
20986 * doc-view.el:
20987 * dired.el:
20988 * abbrev.el: Use lexical binding.
20989
20990 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20991
20992 * info.el (info-display-manual): New function.
20993
20994 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20995
20996 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20997
20998 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20999
21000 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21001 an entry for that server in rcirc-authinfo. (Bug#8385)
21002
21003 2011-03-31 Glenn Morris <rgm@gnu.org>
21004
21005 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21006
21007 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21008
21009 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21010
21011 * progmodes/python.el (python-default-interpreter)
21012 (python-python-command-args, python-jython-command-args)
21013 (python-which-shell, python-which-args, python-which-bufname)
21014 (python-file-queue, python-comint-output-filter-function)
21015 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21016 variables and functions.
21017
21018 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21019
21020 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21021 (completion-in-region-mode): New minor mode.
21022 (completion-in-region): Use it.
21023 (completion-in-region--data, completion-in-region-mode-map): New vars.
21024 (completion-in-region--postch): New function.
21025 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21026 New vars.
21027 (completion--capf-wrapper): New function.
21028 (completion-at-point): Use it to track well-behavedness of
21029 hook functions.
21030 (completion-help-at-point): New command.
21031
21032 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21033
21034 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21035 syntax class to search for whitespace on a single line
21036 (Message-ID: <4D938140.4030905@redhat.com>).
21037
21038 2011-03-30 Leo Liu <sdl.web@gmail.com>
21039
21040 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21041 New commands.
21042 (edit-abbrevs-map): Bind them here.
21043 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21044
21045 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21046
21047 * allout.el (allout-hide-by-annotation, allout-flag-region):
21048 Reduce possibility of overlay leakage by making them volatile.
21049
21050 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21051 hash is not shared between buffers. Mode initialization is
21052 responsible for giving it a useful starting value.
21053 (allout-item-span): Reduce possibility of overlay leakage by
21054 making them volatile.
21055 (allout-widgets-count-buttons-in-region): Add diagnostic function
21056 for tracking down button overlay leaks.
21057
21058 2011-03-29 Leo Liu <sdl.web@gmail.com>
21059
21060 * ido.el (ido-read-internal): Use the default history var
21061 minibuffer-history if no HISTORY is specified.
21062
21063 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21064
21065 * net/imap.el (imap-shell-open, imap-process-connection-type):
21066 Use imap-process-connection-type for 'shell' streams as well as
21067 Kerberos, SSL, other subprocesses.
21068
21069 2011-03-28 Leo Liu <sdl.web@gmail.com>
21070
21071 * abbrev.el (abbrev-table-empty-p): New function.
21072 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21073 nonempty ones. (Bug#5937)
21074
21075 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21076
21077 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21078
21079 2011-03-27 Leo Liu <sdl.web@gmail.com>
21080
21081 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21082 for foreground and background colors.
21083 (ansi-color-make-color-map): Adapt.
21084
21085 2011-03-25 Leo Liu <sdl.web@gmail.com>
21086
21087 * midnight.el (midnight-time-float): Remove. Note it calculates
21088 the microsecond component incorrectly and seconds-to-time does the
21089 same job.
21090 Remove redundant (require 'timer).
21091
21092 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21093 (ido-completions): Remove unused arguments. (Bug#8329)
21094
21095 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * minibuffer.el (completion--flush-all-sorted-completions):
21098 Remove itself from hook.
21099 (completion-at-point): Let the functions perform the completion
21100 immediately and return nil or t.
21101 * comint.el (comint-dynamic-complete-functions): Now identical to
21102 completion-at-point-functions.
21103 (comint-dynamic-list-input-ring): Remove unused var `index'.
21104 (comint--match-partial-filename, comint--unquote&expand-filename):
21105 New funs, split from comint-match-partial-filename.
21106 (comint-dynamic-complete): Use completion-at-point.
21107 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21108
21109 2011-03-24 Drew Adams <drew.adams@oracle.com>
21110
21111 * thingatpt.el: Support `defun'.
21112
21113 2011-03-23 Leo Liu <sdl.web@gmail.com>
21114
21115 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21116
21117 * help-mode.el (help-mode-finish): Tweak regexp.
21118
21119 2011-03-23 Glenn Morris <rgm@gnu.org>
21120
21121 * eshell/esh-opt.el (eshell-eval-using-options):
21122 Do not bind unused local variable `eshell-option-stub'.
21123
21124 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21125
21126 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21127
21128 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21129 keymap variable in `with-no-warnings' to avoid a warning when the
21130 keymap has been already `defconst'ed.
21131
21132 2011-03-22 Leo Liu <sdl.web@gmail.com>
21133
21134 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21135 encode all chars in abbrevs; otherwise use emacs-mule or
21136 utf-8-emacs. (Bug#8308)
21137
21138 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21139
21140 * simple.el (backward-delete-char-untabify):
21141 Avoid warning about using `delete-backward-char'.
21142
21143 * image.el (image-type-file-name-regexps): Make it variable.
21144 `imagemagick-register-types' modifies it, and the user may want
21145 to add new extensions for known image types.
21146 (imagemagick-register-types): Throw error if not using ImageMagick.
21147
21148 2011-03-22 Leo Liu <sdl.web@gmail.com>
21149
21150 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21151 located before rcirc-prompt-end-marker.
21152 (rcirc-complete): Error if point is not after rcirc prompt.
21153 Handle the case when table is nil.
21154 (rcirc-user-authenticated): Define to fix compiler warning.
21155
21156 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21157
21158 * custom.el (custom--inhibit-theme-enable): Make it affect only
21159 custom-theme-set-variables and custom-theme-set-faces.
21160 (provide-theme): Ignore custom--inhibit-theme-enable.
21161 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21162 (custom-enabling-themes): Delete variable.
21163 (enable-theme): Accept only loaded themes as arguments.
21164 Ignore the special custom-enabled-themes variable.
21165 (custom-enabled-themes): Forbid themes from setting this.
21166 Eliminate use of custom-enabling-themes.
21167 (custom-push-theme): Quote "changed" custom var entry.
21168
21169 2011-03-21 Leo Liu <sdl.web@gmail.com>
21170
21171 * ido.el (ido-read-internal): Add ido-selected to history instead
21172 of user input.
21173
21174 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * subr.el (deferred-action-list, deferred-action-function):
21177 Mark obsolete.
21178
21179 2011-03-21 Leo Liu <sdl.web@gmail.com>
21180
21181 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21182 change on 2011-02-13 (bug#8309).
21183
21184 * minibuffer.el (read-file-name-function): Change default value.
21185 (read-file-name--defaults): Rename from read-file-name-defaults.
21186 (read-file-name-default): Rename from read-file-name.
21187 (read-file-name): Call read-file-name-function.
21188
21189 2011-03-21 Glenn Morris <rgm@gnu.org>
21190
21191 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21192 Doc fixes.
21193
21194 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21195
21196 * cus-theme.el: Add missing provide statement.
21197 (customize-create-theme): Extract theme value correctly.
21198 (custom-theme-visit-theme): Autoload.
21199 (customize-create-theme): Prompt before inserting default faces.
21200
21201 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21202
21203 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21204 units and musical notes.
21205
21206 2011-03-20 Leo Liu <sdl.web@gmail.com>
21207
21208 * ido.el (ido-read-internal): Use completing-read-default.
21209 (ido-completing-read): Fix compatibility with completing-read.
21210
21211 2011-03-20 Christian Ohler <ohler@gnu.org>
21212
21213 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21214 (ert-delete-all-tests): Use `called-interactively-p' rather than
21215 `interactive-p'.
21216 (ert--make-xrefs-region): Respect END.
21217
21218 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21219
21220 * dired-aux.el (dired-create-directory): Signal an error if the
21221 directory already exists (Bug#8246).
21222
21223 * facemenu.el (list-colors-display): Call list-faces-display
21224 inside with-help-window.
21225 (list-colors-print): Use display property to align the final
21226 column, instead of checking window-width.
21227
21228 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21229
21230 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21231 windows-nt systems.
21232 (emerge-protect-metachars): Quote correctly for ms-dos and
21233 windows-nt systems.
21234
21235 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21236
21237 * info.el (info-initialize): Replace all uses of `:' with
21238 path-separator for compatibility with non-Unix systems.
21239 Cache quoting of path-separator. (Bug#8258)
21240
21241 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21242
21243 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21244 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21245 (mouse-avoidance-mode): Fix typos in docstrings.
21246
21247 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21248
21249 * startup.el (package-subdirectory-regexp): Move from package.el.
21250 Omit \\` and \\', and let callers add them.
21251
21252 * emacs-lisp/package.el (package-strip-version)
21253 (package-load-all-descriptors): Add \\` and \\' to
21254 package-subdirectory-regexp before using it.
21255 (package-untar-buffer): New arg DIR; ensure that file untars only
21256 into this expected directory. Remove superfluous delete-region.
21257 (package-unpack): Caller changed.
21258 (package-tar-file-info): Use package-subdirectory-regexp.
21259
21260 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21261
21262 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21263 diff-mode-shared-map (bug#8284).
21264 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21265
21266 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21267
21268 * calendar/time-date.el (format-seconds): Use assoc instead of
21269 assoc-string, since assoc-string doesn't exist in XEmacs.
21270
21271 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21272
21273 * custom.el (custom-known-themes): Reflow docstring.
21274 (custom-theme-load-path): Fix typo in docstring.
21275 (load-theme): Fix typo in error message.
21276 (custom-available-themes, custom-variable-theme-value):
21277 Use `let', not `let*'.
21278
21279 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21280
21281 * calc/README: Mention inclusion of musical notes.
21282
21283 * calc/calc-units.el (calc-lu-quant): Rename from
21284 `calc-logunits-quantity'.
21285 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21286 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21287 (calc-db): Rename from `calc-dblevel'.
21288 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21289 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21290 (calc-np): Rename from `calc-nplevel'.
21291 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21292 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21293 (calc-lu-plus): Rename from `calc-logunits-add'.
21294 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21295 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21296 (calc-lu-minus): Rename from `calc-logunits-sub'.
21297 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21298 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21299 (calc-lu-times): Rename from `calc-logunits-mul'.
21300 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21301 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21302 (calc-lu-divide): Rename from `calc-logunits-div'.
21303 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21304 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21305
21306 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21307 functions being autoloaded.
21308
21309 * calc/calc.el (calc-lu-power-reference): Rename from
21310 `calc-logunits-power-reference'.
21311 (calc-lu-field-reference): Rename from
21312 `calc-logunits-field-reference'.
21313
21314 * calc/calc-help.el (calc-l-prefix-help):
21315 Mention musical note functions.
21316
21317 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21318
21319 * minibuffer.el (completion-all-sorted-completions):
21320 Use :completion-cycle-penalty text property if present.
21321
21322 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21323
21324 * allout.el (allout-yank-processing): Adjust for new rebulleting
21325 regime so bullet being yanked is used without prompting the user
21326 for a choice.
21327
21328 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21329
21330 * startup.el (command-line): Warn the user that _emacs is deprecated.
21331
21332 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21333
21334 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21335 (delphi-verbose, delphi-comment-face, delphi-string-face)
21336 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21337 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21338 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21339 (delphi-new-comment-line, delphi-font-lock-defaults)
21340 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21341 Fix typos in docstrings.
21342
21343 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21344
21345 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21346 Invert the roles of character and string values for INSTEAD, so a
21347 string is used for the more common case of a defaulting prompt.
21348
21349 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21350
21351 * progmodes/ruby-mode.el (ruby-backward-sexp):
21352 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21353 * play/gamegrid.el (gamegrid-make-face):
21354 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21355 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21356 * notifications.el (notifications-notify):
21357 * net/xesam.el (xesam-search-engines):
21358 * net/quickurl.el (quickurl-list-insert):
21359 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21360
21361 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21362
21363 * startup.el (command-line): Update package subdirectory regexp.
21364
21365 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21366
21367 * allout.el (allout-abbreviate-flattened-numbering)
21368 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21369
21370 * subr.el (read-char-choice): Only show the cursor after the prompt,
21371 not after the answer.
21372
21373 2011-03-15 Kevin Ryde <user42@zip.com.au>
21374
21375 * help-fns.el (variable-at-point): Skip leading quotes, if any
21376 (bug#8253).
21377
21378 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21379
21380 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21381 warning message.
21382
21383 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21384
21385 * shell.el (shell): When called interactively, offer to change the
21386 shell file name on remote hosts.
21387
21388 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21389
21390 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21391 integration for LDAP parameters. The host, base, user or binddn,
21392 and secret tokens can be specified in a netrc file, for instance.
21393 This is optional because an `auth-source' parameter must be
21394 specified in the search attributes.
21395
21396 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21397
21398 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21399
21400 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21401
21402 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21403 into declaration. Remove redundant and harmful binding.
21404
21405 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21406
21407 * files.el (file-ownership-preserved-p): Pass `integer' as an
21408 explicit 2nd argument to `file-attributes'. If the file's owner
21409 is the Administrators group on Windows, and the current user is
21410 Administrator, consider that a match.
21411
21412 * server.el (server-ensure-safe-dir): Consider server directory
21413 safe on MS-Windows if its owner is the Administrators group while
21414 the current Emacs user is Administrator. Use `=' to compare
21415 numerical UIDs, since they could be integers or floats.
21416
21417 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21418
21419 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21420
21421 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21422
21423 Sync with Tramp 2.2.1.
21424
21425 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21426
21427 * net/trampver.el: Update release number.
21428
21429 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21430
21431 * progmodes/compile.el (compilation--previous-directory): Fix up
21432 various nil/dead-marker mismatches (bug#8014).
21433 (compilation-directory-properties, compilation-error-properties):
21434 Don't call it at a position past the one we're about to change.
21435
21436 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21437 Disable obsolescence warnings in the file that declares it.
21438
21439 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21440
21441 * allout-widgets.el (allout-widgets-tally):
21442 Initialize allout-widgets-tally as a hash table rather than nil to
21443 prevent mode-line redisplay warnings. Also, clarify the module
21444 description and fix a comment typo.
21445
21446 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21447
21448 * help-fns.el (describe-variable): Don't complete keywords.
21449 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21450
21451 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21452
21453 * emacs-lisp/package.el (package-version-join): Impose a standard
21454 string representation for pre/alpha/beta version lists.
21455 (package-unpack-single): Standardize the directory name by passing
21456 it through package-version-join.
21457 (package-strip-rcs-id): Accept any version string that does not
21458 signal an error in version-to-list.
21459
21460 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21461
21462 * simple.el (delete-trailing-whitespace): Return nil for the
21463 benefit of `write-file-functions'.
21464
21465 2011-03-10 Glenn Morris <rgm@gnu.org>
21466
21467 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21468
21469 * vc/vc-git.el (vc-git-program): New option.
21470 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21471 (vc-git--call): Use it.
21472
21473 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21474
21475 * cus-edit.el (Custom-newline): If no button at point, look
21476 for a subgroup button at start-of-line. (Bug#2298)
21477
21478 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21479
21480 2011-03-10 Julien Danjou <julien@danjou.info>
21481
21482 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21483 `cursor-type' is nil.
21484
21485 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21486
21487 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21488
21489 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21490
21491 * allout.el: Change so yank of distinctive-bullet items
21492 preserves the existing header prefix, rebulleting it if necessary,
21493 rather than replacing it. This is necessary for proper operation
21494 of cooperative addons like allout-widgets.
21495 (allout-make-topic-prefix, allout-rebullet-heading):
21496 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21497 value as alternate bullet to be used, instead of prompting the user
21498 for a bullet character.
21499
21500 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21501
21502 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21503 Do not use `tramp-file-name-port', because this returns also
21504 `tramp-default-port'.
21505
21506 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21507
21508 * net/rcirc.el (rcirc-handler-001): Remove useless
21509 with-rcirc-process-buffer.
21510 (rcirc-check-auth-status): Swap arguments to string-match.
21511
21512 2011-03-09 Glenn Morris <rgm@gnu.org>
21513
21514 * shell.el (shell-mode):
21515 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21516
21517 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21518 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21519
21520 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21521
21522 * emacs-lisp/package.el (package-refresh-contents)
21523 (package-menu-execute): Use condition-case-no-debug.
21524
21525 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21526
21527 * simple.el (shell-command-to-string): Use `process-file'.
21528
21529 * emacs-lisp/package.el (package-tar-file-info): Handle also
21530 remote files.
21531
21532 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21533 Use `equal' for upload base check.
21534
21535 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21536
21537 * textmodes/texinfo.el (texinfo-environments):
21538 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21539
21540 2011-03-08 Glenn Morris <rgm@gnu.org>
21541
21542 * cus-start.el (cursor-in-non-selected-windows):
21543 Fix :set quoting oddness. (Bug#8192)
21544
21545 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21546 in some setf expressions. (Bug#2159)
21547
21548 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21549
21550 * custom.el (custom-available-themes): Return themes in
21551 alphabetical order.
21552
21553 See ChangeLog.15 for earlier changes.
21554
21555 ;; Local Variables:
21556 ;; coding: utf-8
21557 ;; End:
21558
21559 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21560
21561 This file is part of GNU Emacs.
21562
21563 GNU Emacs is free software: you can redistribute it and/or modify
21564 it under the terms of the GNU General Public License as published by
21565 the Free Software Foundation, either version 3 of the License, or
21566 (at your option) any later version.
21567
21568 GNU Emacs is distributed in the hope that it will be useful,
21569 but WITHOUT ANY WARRANTY; without even the implied warranty of
21570 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21571 GNU General Public License for more details.
21572
21573 You should have received a copy of the GNU General Public License
21574 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.