Calc now uses the Gregorian calendar for all dates,
[bpt/emacs.git] / lisp / ChangeLog
1 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 * calc/calc-forms.el (math-julian-date-beginning)
4 (math-julian-date-beginning-int): Implement [new date numbering].
5
6 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
7
8 * descr-text.el (quail-find-key):
9 * dired.el (desktop-file-name):
10 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
11 * generic-x.el (comint-mode, comint-exec):
12 * image-dired.el (widget-forward):
13 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
14 (speedbar-change-expand-button-char)
15 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
16 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
17 * printing.el (easy-menu-add-item, easy-menu-remove-item)
18 (widget-field-action, widget-value-set):
19 * speedbar.el (imenu--make-index-alist):
20 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
21 (ring-length, ring-insert):
22 * vcursor.el (compare-windows-skip-whitespace):
23 * woman.el (dired-get-filename):
24 Declare functions.
25
26 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
27
28 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
29
30 * calc/calc.el (calc-gregorian-switch): New variable.
31
32 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
33 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
34 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
35 (math-leap-year-p): Add option to distinguish between Julian
36 and Gregorian calendars.
37 (math-day-number): Use `math-day-in-year' to do the computations.
38 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
39 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
40 to do the computations.
41 (math-date-to-dt): Use `math-date-to-julian-dt' and
42 `math-date-to-gregorian-dt' to do the computations.
43 (calcFunc-weekday, math-format-date-part): Use the new version of
44 the DATE to determine the weekday.
45 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
46 when necessary.
47
48 2012-11-17 Eli Zaretskii <eliz@gnu.org>
49
50 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
51 Cygwin; otherwise use 'file:'. (Bug#12914)
52 (cygwin-convert-path-from-windows): Declare, to avoid
53 byte-compiler warnings.
54
55 2012-11-17 Andreas Politz <politza@fh-trier.de>
56
57 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
58 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
59 prefix and negative numeric prefix args (Bug#12795).
60
61 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
62
63 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
64 Don't signal an error with a score that is too low to add to the
65 list of top scores. (Bug#12779)
66
67 2012-11-17 Chong Yidong <cyd@gnu.org>
68
69 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
70
71 * filecache.el (file-cache-add-file): Handle relative file name in
72 the argument (Bug#12694).
73
74 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
75
76 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
77
78 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
81
82 * emacs-lisp/cl-lib.el: Set more meaningful version number.
83
84 2012-11-16 Martin Rudalics <rudalics@gmx.at>
85
86 * window.el (enlarge-window, shrink-window): Don't mention return
87 value in doc-string (Bug#12896).
88 (window--display-buffer): Don't resize frames - it won't work
89 with all window managers and defeat pop-up-frame-alist.
90 (display-buffer-alist): In doc-string explain that CONDITION can
91 be a function and which arguments are passed to it (Bug#12854).
92 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
93 expressions (Bug#12854).
94 (display-buffer): Pass ACTION argument to
95 display-buffer-assq-regexp.
96
97 2012-11-16 Glenn Morris <rgm@gnu.org>
98
99 * window.el (fit-frame-to-buffer-bottom-margin)
100 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
101
102 * faces.el (face-underline-p): Use face-attribute-specified-or.
103
104 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
105
106 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
107
108 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
111
112 2012-11-16 Glenn Morris <rgm@gnu.org>
113
114 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
115 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
116
117 * faces.el (face-underline-p): Doc fix. Handle :underline being
118 things other than `t' (a string, a list).
119 (face-inverse-video-p): Doc fix.
120 (set-face-underline): Rename it back from set-face-underline-p.
121 Doc fix. Allow interactive input of values other than t.
122 (read-face-attribute): Apply formatting to :underline,
123 since like :box and :stipple it can take list values.
124
125 * term.el (ansi-term): Don't let C-x escape-char binding
126 clobber the more standard C-c binding. (Bug#12842)
127
128 * subr.el (set-temporary-overlay-map): Doc fix.
129
130 2012-11-16 Martin Rudalics <rudalics@gmx.at>
131
132 * window.el (record-window-buffer)
133 (display-buffer-record-window): When copying the markers to
134 window-point preserve window-point-insertion-type. (Bug#12588)
135
136 2012-11-16 Glenn Morris <rgm@gnu.org>
137
138 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
139 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
140 Use new names for hooks rather than obsolete aliases.
141
142 2012-11-15 Daniel Colascione <dancol@dancol.org>
143
144 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
145 prefix instead of "file:" so that when FILE-NAME begins with "//",
146 as it does when the target file is on a network share, url-handler
147 isn't confused.
148
149 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
152 a preactivated advice from an old advice.el; they're not compatible!
153
154 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
155
156 * emacs-lisp/nadvice.el (advice--make-interactive-form):
157 Fix string-spec case.
158
159 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
160
161 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
164 (advice--buffer-local-function-sample): New var.
165 (advice--set-buffer-local, advice--buffer-local): New functions.
166 (add-function, remove-function): Use them.
167
168 2012-11-15 Drew Adams <drew.adams@oracle.com>
169
170 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
171
172 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
175 potential binding of print-gensym to t, and prettify (back)quotes in
176 case they appear in args's default values (bug#12884).
177
178 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
181 (advice-eval-interactive-spec): New function.
182 (advice--make-interactive-form): Support around advice (bug#12844).
183
184 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
185
186 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
187 more strict. Add docstring.
188 (ruby-expression-expansion-re): Extract from
189 `ruby-match-expression-expansion'.
190 (ruby-syntax-propertize-function): After everything else, search
191 for expansions in string literals, mark their insides as
192 whitespace syntax and save match data for font-lock.
193 (ruby-font-lock-keywords): Use the 2nd group from expression
194 expansion matches.
195 (ruby-match-expression-expansion): Use the match data saved to the
196 text property in ruby-syntax-propertize-function.
197
198 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
201 (bug#12879).
202
203 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
204
205 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
206 start/end keyword a bit harder. Works with different values of N.
207 Add more comments.
208 (ruby-end-of-block): Update accordingly.
209
210 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
211
212 * woman.el (woman-file-name): Don't mess with unread-command-events
213 (bug#12861).
214
215 * emacs-lisp/advice.el: Layer on top of nadvice.el.
216 Remove out of date self-require hack.
217 (ad-do-advised-functions): Use simple `dolist'.
218 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
219 (ad-advice-definition): Redefine as functions.
220 (ad-advice-classes): Move before first use.
221 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
222 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
223 (ad--defalias-fset): Remove functions.
224 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
225 (ad-get-orig-definition): Rewrite.
226 (ad-make-advised-definition-docstring): Change base docstring.
227 (ad-real-orig-definition): Rewrite.
228 (ad-map-arglists): Change name of called function.
229 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
230 (ad-make-advised-definition): Simplify.
231 (ad-assemble-advised-definition): Tweak for new calling context.
232 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
233 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
234 function and call ad-activate if needed.
235 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
236 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
237 (ad-compile-function): Compile ad-Advice-*.
238 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
239 (ad-start-advice, ad-stop-advice): Remove.
240
241 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
242
243 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
244 period before class method names, not after. Remove handling of
245 one impossible case. Add comments.
246
247 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * emacs-lisp/advice.el: Remove support for freezing.
250 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
251 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
252 Remove support for `freeze'.
253
254 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
255 override the default.
256 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
257 cl--dotimes/dolist.
258 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
259 `cl' is loaded.
260
261 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
262 from add-advice.
263 (advice--strip-macro): New function.
264 (advice--defalias-fset): Use them to handle macros.
265 (advice-add): Use them.
266 (advice-member-p): Correctly handle macros.
267
268 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
269
270 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
271 Never font-lock the beginning of singleton class as heredoc.
272
273 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
276
277 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
278
279 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
280 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
281 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
282
283 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
284
285 Fix end-of-defun misbehavior.
286 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
287 python-beginning-of-defun-function. Handle nested defuns
288 correctly.
289 (python-nav-end-of-defun): Rename from
290 python-end-of-defun-function. Ensure forward movement.
291 (python-info-current-defun): Reimplement to work as intended
292 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
293 parent defuns as soon as possible.
294
295 2012-11-13 Glenn Morris <rgm@gnu.org>
296
297 * progmodes/flymake.el (flymake-error-bitmap)
298 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
299 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
300
301 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
302
303 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
304 backward, always stop at indentation. Reverts the change from
305 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
306
307 2012-11-13 Glenn Morris <rgm@gnu.org>
308
309 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
310 Add ibuffer-filter-by-derived-mode.
311
312 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
313 the same name shadowing each other.
314
315 * window.el (with-temp-buffer-window): Doc tweak.
316
317 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
318
319 * help.el (temp-buffer-max-height):
320 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
321 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
322
323 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * emacs-lisp/nadvice.el: New package.
326 * subr.el (special-form-p): New function.
327 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
328 (elp-all-instrumented-list): Remove var.
329 (elp-not-profilable): Remove elp-wrapper.
330 (elp-profilable-p): Use autoloadp and special-form-p.
331 (elp--advice-name): New const.
332 (elp-instrument-function): Use advice-add.
333 (elp--instrumented-p): New predicate.
334 (elp-restore-function): Use advice-remove.
335 (elp-restore-all, elp-reset-all): Use mapatoms.
336 (elp-set-master): Use elp--instrumented-p.
337 (elp--make-wrapper): Rename from elp-wrapper, return a function
338 suitable for advice-add. Use cl-inf.
339 (elp-results): Use mapatoms+elp--instrumented-p.
340 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
341 (debug-function-list): Remove var.
342 (debug): Rename arg, and then let-bind it explicitly inside.
343 (debugger-setup-buffer): Rename arg.
344 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
345 (debugger-frame-number): Adjust to new debug-on-entry setup.
346 (debug--implement-debug-on-entry): Rename from
347 implement-debug-on-entry, add argument.
348 (debugger-special-form-p): Remove, use special-form-p instead.
349 (debug-on-entry): Use advice-add.
350 (debug--function-list): New function.
351 (cancel-debug-on-entry): Use it, along with advice-remove.
352 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
353 (debugger-list-functions): Use debug--function-list instead of
354 debug-function-list.
355 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
356 (ad-special-form-p): Remove, use special-form-p instead.
357 (ad-set-advice-info): Use add-function and remove-function.
358 (ad--defalias-fset): Adjust accordingly.
359
360 2012-11-10 Glenn Morris <rgm@gnu.org>
361
362 * mail/emacsbug.el (report-emacs-bug-tracker-url)
363 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
364 (report-emacs-bug-create-existing-bugs-buffer)
365 (report-emacs-bug-parse-query-results)
366 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
367
368 * term.el (term-default-fg-color, term-default-bg-color):
369 Make obsolete, rather than just saying "deprecated" in the doc.
370
371 * term.el (term): Rename from `term-face'.
372 (term-current-face, ansi-term-color-vector)
373 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
374 Update all users.
375
376 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
377
378 * server.el (server-create-window-system-frame): Handle Nextstep
379 specially (Bug#12780).
380
381 2012-11-10 Glenn Morris <rgm@gnu.org>
382
383 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
384 Unautoload, and make obsolete. (Bug#7449)
385
386 2012-11-10 Chong Yidong <cyd@gnu.org>
387
388 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
389 rename from diff-remove-trailing-whitespace (Bug#12831).
390
391 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
392
393 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
394 miscompilation of trace.el.
395
396 2012-11-10 Glenn Morris <rgm@gnu.org>
397
398 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
399
400 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
403 (bug#12812).
404
405 2012-11-10 Chong Yidong <cyd@gnu.org>
406
407 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
408 a defcustom with an appropriate :set function.
409 (minibuffer-default--in-prompt-regexps): New function.
410
411 2012-11-10 Glenn Morris <rgm@gnu.org>
412
413 * emacs-lisp/cl.el (define-setf-expander, defsetf)
414 (define-modify-macro): Doc fixes.
415
416 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
417 (gv-define-simple-setter): Update doc of `fix-return'.
418
419 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
422 twice when `fix-return' is set (bug#12813).
423
424 * emacs-lisp/cl.el (defsetf): Pass the third arg to
425 gv-define-simple-setter (bug#12812).
426
427 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
428 (bug#12756).
429
430 2012-11-10 Glenn Morris <rgm@gnu.org>
431
432 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
433
434 * emacs-lisp/cl-extra.el (cl-prettyexpand):
435 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
436 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
437 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
438
439 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
440
441 2012-11-10 Leo Liu <sdl.web@gmail.com>
442
443 * ido.el (ido-set-matches-1): Improve flex matching performance by
444 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
445
446 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
449 (ad--defalias-fset): New function.
450 (ad-safe-fset): Remove.
451 (ad-make-freeze-definition): Use cl-letf*.
452
453 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * subr.el (dolist): Don't bind VAR in RESULT.
456
457 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
458 (fset, documentation): Don't save real def since we don't advise.
459 (ad-do-advised-functions): Remove problematic `result-form'.
460 (ad-safe-fset): `ad-real-fset' => `fset'.
461 (ad-read-advised-function): Don't assume that ad-do-advised-functions
462 uses CL's dolist internally.
463 (ad-arglist): Remove unused arg `name'.
464 (ad-docstring, ad-make-advised-docstring):
465 `ad-real-documentation' => `documentation'.
466 (warning-suppress-types): Declare.
467 (ad-set-arguments): Simple CSE.
468 (ad-recover-normality): Sanity check.
469
470 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
471 (funcall '(lambda ..) ..) into ((lambda ..) ..).
472
473 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
474
475 * ses.el: symbol to coordinate mapping is made by symbol property
476 `ses-cell'. This means that the same mapping is done for all SES
477 sheets. That is good enough for cells with standard A1 names, but
478 not for named cell. So a hash map is added for the latter.
479 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
480 (ses-sym-rowcol): Use hashmap for named cell.
481 (ses-is-cell-sym-p): New defun.
482 (ses-decode-cell-symbol): New defun.
483 (ses-create-cell-variable): Add cell to hashmap when name is not
484 A1-like.
485 (ses-rename-cell): Check that cell new name is not already in
486 spreadsheet with the use of ses-is-cell-sym-p
487 (ses-rename-cell): Use hash map for named cells, but accept also
488 renaming back to A1-like.
489
490 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * emacs-lisp/advice.el: Use new dynamic docstrings.
493 (ad-make-advised-definition-docstring, ad-advised-definition-p):
494 Use dynamic-docstring-function instead of ad-advice-info.
495 (ad--make-advised-docstring): New function extracted from
496 ad-make-advised-docstring.
497 (ad-make-advised-docstring): Use it.
498 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
499 from sql-help.
500 (sql-help): Use it with dynamic-docstring-function.
501
502 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
503
504 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * files.el (hack-one-local-variable--obsolete): New function.
507 (hack-one-local-variable): Use it for obsolete settings.
508
509 * subr.el (locate-user-emacs-file): If both old and new name exist, use
510 the new name.
511
512 * progmodes/js.el (js--filling-paragraph): New var.
513 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
514 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
515 less sneaky.
516
517 2012-11-08 Julien Danjou <julien@danjou.info>
518
519 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
520 `auto-mode-alist' (Bug#12835).
521
522 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
525 (perl--prettify-symbols-alist): New const.
526 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
527 New functions.
528 (perl-font-lock-keywords-2): Use them.
529 (perl-electric-noindent-p): New function.
530 (perl-mode): Use it to set up electric-indent-mode.
531 (perl-electric-terminator, perl-indent-command): Mark obsolete.
532 (perl-mode-map): Remove bindings for them.
533 (perl-imenu-generic-expression, perl-outline-level):
534 Match functions&packages in column>0.
535
536 * env.el (env--substitute-vars-regexp): New const.
537 (substitute-env-vars): Use it. Add `only-defined' arg.
538 * net/tramp.el (tramp-replace-environment-variables): Use it.
539
540 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
541 Byte-compile *before* eval in eval-and-compile.
542 (byte-compile-log-warning): Remove redundant inhibit-read-only.
543 (byte-compile-file-form-autoload): Don't hide actual definition.
544 (byte-compile-maybe-guarded): Accept `functionp' as well.
545
546 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
547
548 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
549
550 * notifications.el (notifications-get-server-information-method):
551 New defconst.
552 (notifications-get-capabilities): Fix docstring.
553 (notifications-get-server-information): New defun.
554
555 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
556
557 * textmodes/ispell.el (ispell-region): Standard re-indent for better
558 readability.
559
560 * textmodes/ispell.el: Experimental support for support debugging.
561 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
562 buffer for ispell.
563 (ispell-print-if-debug): New function to print stuff to
564 `ispell-debug-buffer' if debugging is enabled.
565 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
566 show some debugging info.
567 (ispell-buffer-with-debug): New function that creates a debugging
568 buffer and calls `ispell-buffer' with debugging enabled.
569
570 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
571 comment in autoconf mode. (Bug#12768)
572
573 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
574
575 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
576 frame-first-window, frame-root-window, frame-selected-window,
577 minibuffer-selected-window, minibuffer-window,
578 window-absolute-pixel-edges, window-at, window-body-height,
579 window-body-width, window-display-table, window-combination-limit,
580 window-frame, window-fringes, window-inside-absolute-pixel-edges,
581 window-inside-edges, window-inside-pixel-edges, window-left-child,
582 window-left-column, window-margins, window-next-buffers,
583 window-next-sibling, window-new-normal, window-new-total,
584 window-normal-size, window-parameter, window-parameters, window-parent,
585 window-pixel-edges, window-point, window-prev-buffers,
586 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
587 window-start, window-text-height, window-top-child, window-top-line,
588 window-total-height, window-total-width and window-use-time to the list
589 of functions without side-effects.
590 (toplevel): Add window-valid-p to the list of error-free functions
591 without side-effects.
592
593 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
594
595 * textmodes/ispell.el (ispell-program-name):
596 Update spellchecker parameters when customized.
597
598 2012-11-04 Glenn Morris <rgm@gnu.org>
599
600 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
601
602 2012-11-04 Chong Yidong <cyd@gnu.org>
603
604 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
605 same-window-* variables.
606
607 2012-11-04 Juri Linkov <juri@jurta.org>
608
609 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
610 (isearch-describe-key, isearch-describe-mode): Use a display
611 action instead of binding same-window-* variables (Bug#10040).
612
613 2012-11-03 Glenn Morris <rgm@gnu.org>
614
615 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
616 Rename handler properties back from cl-- to cl-. (Bug#12788)
617
618 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
619
620 2012-11-03 Eli Zaretskii <eliz@gnu.org>
621
622 * term/pc-win.el: Don't load term/internal from here.
623
624 * loadup.el: Load term/internal from here.
625
626 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
627
628 * progmodes/python.el (inferior-python-mode): Fix hang in
629 jit-lock (Bug#12645).
630
631 2012-11-03 Martin Rudalics <rudalics@gmx.at>
632
633 * window.el (switch-to-visible-buffer)
634 (switch-to-buffer-preserve-window-point): Fix doc-strings.
635
636 2012-11-03 Glenn Morris <rgm@gnu.org>
637
638 * emacs-lisp/cl-lib.el (cl--random-time):
639 Rename from cl-random-time. (Bug#12773)
640 (cl--gensym-counter, cl--random-state): Update callers.
641 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
642
643 2012-11-03 Chong Yidong <cyd@gnu.org>
644
645 * cus-start.el: Make cursor-type customizable (Bug#11633).
646
647 2012-11-02 Glenn Morris <rgm@gnu.org>
648
649 * filecache.el: No need to load find-lisp when compiling.
650 (find-lisp-find-files): Autoload it.
651 (file-cache-add-directory-recursively): Don't require find-lisp.
652
653 * image.el (image-type-from-file-name): Trivial simplification.
654
655 * emacs-lisp/bytecomp.el (byte-compile-eval):
656 Decouple "noruntime" and "cl-functions" warnings.
657
658 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
659
660 * play/gomoku.el (gomoku-display-statistics): Update mode line
661 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
662
663 2012-10-31 Martin Rudalics <rudalics@gmx.at>
664
665 * window.el (quit-restore-window): If the window has been
666 created on an existing frame and ended up as the sole window on
667 that frame, do not delete it (Bug#12764).
668
669 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * progmodes/sh-script.el (sh--inside-noncommand-expression):
672 Rename from sh--inside-arithmetic-expression, handle more cases
673 (bug#11263).
674
675 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
676 (sh-font-lock-open-heredoc): Use it (bug#12770).
677
678 2012-10-30 Glenn Morris <rgm@gnu.org>
679
680 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
681
682 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
683
684 2012-10-29 Chong Yidong <cyd@gnu.org>
685
686 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
687 function key is stored in a keyboard macro (Bug#4894).
688
689 * thingatpt.el (number-at-point): Apply a thing-at-point property.
690
691 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
694 header comments".
695 (diff-unified->context, diff-context->unified)
696 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
697
698 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
699
700 * files.el (find-alternate-file): Only ask one question (bug#12487).
701
702 2012-10-29 Chong Yidong <cyd@gnu.org>
703
704 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
705 Suggested by Dan Nicolaescu (Bug#6326).
706
707 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
708
709 * startup.el (fancy-about-screen): Don't message (Bug#12680).
710
711 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
712
713 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
714
715 * face-remap.el (face-remap-add-relative): Handle the case where a
716 face-remapping-alist entry is a cons cell (Bug#12762).
717
718 2012-10-29 Kevin Ryde <user42@zip.com.au>
719
720 * woman.el (woman-parse-numeric-value): Handle picas correctly
721 (Bug#12639).
722
723 2012-10-29 Glenn Morris <rgm@gnu.org>
724
725 * emacs-lisp/cl.el (defsetf): Doc fix.
726
727 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
730 syntax to the matching opener, if any (bug#12547).
731 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
732 matching open as a "case-(".
733 (sh-smie-rc-grammar): Add a corresponding rule for it.
734
735 2012-10-28 Daniel Hackney <dan@haxney.org>
736
737 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
738 "PKGNAME-autoloads.el" in case we created it.
739
740 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
743 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
744 (completion--twq-all): Disable too-strict assertions.
745
746 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
747
748 2012-10-27 Eli Zaretskii <eliz@gnu.org>
749
750 * profiler.el (profiler-report-make-entry-part): Fix help-echo
751 text to match the real keybindings.
752
753 2012-10-27 Juri Linkov <juri@jurta.org>
754
755 * wdired.el (wdired-keep-marker-rename): New defcustom.
756 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
757 (Bug#11795)
758
759 * dired.el (dired-keep-marker-rename): Add reference to
760 `wdired-keep-marker-rename' in the docstring.
761 Add default character value ?R to display initially in
762 Customization UI instead of ?@.
763
764 2012-10-27 Martin Rudalics <rudalics@gmx.at>
765
766 * window.el (display-buffer): In doc-string describe
767 window-height and window-width alist entries.
768
769 * time.el (display-time-world): Restore fit-window-to-buffer
770 behavior.
771
772 2012-10-27 Chong Yidong <cyd@gnu.org>
773
774 * subr.el (insert-buffer-substring-as-yank): Doc fix.
775
776 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
777
778 * minibuffer.el (completion-category-overrides): New completion
779 category `bookmark' (bug#11131).
780
781 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * emacs-lisp/advice.el (ad-assemble-advised-definition):
784 Silence bogus compiler warnings for ad-do-it.
785
786 * bookmark.el (bookmark-completing-read): Set the completion category
787 to `bookmark' (bug#11131).
788
789 2012-10-26 Bastien <bzg@altern.org>
790 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * face-remap.el: Use lexical-binding.
793 (text-scale-adjust): Improve docstring. Use itself for the temporary
794 overlay-map bindings, so as to repeat the "Use..." message each time.
795
796 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * emacs-lisp/macroexp.el (macroexp--expand-all):
799 Obey byte-compile-warning-enabled-p (bug#12486).
800
801 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
802 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
803
804 2012-10-26 Martin Rudalics <rudalics@gmx.at>
805
806 * mouse.el (mouse-drag-line): Move last form into preceding when
807 clause (Bug#12731).
808
809 * help.el (resize-temp-buffer-window): Fix doc-string.
810
811 2012-10-25 David Engster <deng@randomsample.de>
812
813 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
814 Remove. This feature is already integrated in imenu.
815
816 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
817 always loaded. Require `speedbar' unconditionally.
818
819 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
822
823 * minibuffer.el (minibuffer-force-complete): Fix thinko.
824
825 * net/ldap.el (ldap-search-internal): The official ldif format starts
826 with a "version: 1" header (bug#12724).
827
828 * emacs-lisp/package.el (package-installed-p): Warn if not ready
829 (bug#12721).
830
831 2012-10-25 Glenn Morris <rgm@gnu.org>
832
833 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
834
835 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * minibuffer.el (minibuffer-force-complete): Use one more marker
838 for the temporary-overlay-map command (bug#12619).
839
840 2012-10-24 Chong Yidong <cyd@gnu.org>
841
842 * time.el (display-time-world-mode): Derive from special-mode.
843 (display-time-world): Use display-buffer (Bug#12708).
844 (display-time-world-mode-map): Variable deleted.
845 (display-time-world-display): Wrap the final delete-char inside
846 inhibit-read-only.
847
848 2012-10-24 Chong Yidong <cyd@gnu.org>
849
850 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
851 Doc fix.
852
853 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
854
855 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * minibuffer.el (completion--all-sorted-completions-location): New var.
858 (completion--cache-all-sorted-completions)
859 (completion--flush-all-sorted-completions): Use it.
860 (completion-in-region, completion-in-region--postch)
861 (completion-at-point, completion-help-at-point): Use markers in
862 completion-in-region--data (bug#12619).
863
864 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * progmodes/compile.el (compilation-start): Try to handle common
867 quoting of `cd' argument (bug#12640).
868
869 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
870 (bug#12671).
871
872 2012-10-23 Glenn Morris <rgm@gnu.org>
873
874 * progmodes/gud.el (gud-menu-map):
875 Check gdb-active-process is bound. (Bug#12358)
876
877 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
878
879 * repeat.el (repeat): Set real-this-command (bug#12232).
880
881 * htmlfontify.el (hfy-post-html-hook):
882 * filesets.el (filesets-cache-fill-content-hook):
883 * arc-mode.el (archive-extract-hook):
884 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
885 * net/rcirc.el (rcirc-sentinel-functions)
886 (rcirc-receive-message-functions, rcirc-activity-functions)
887 (rcirc-print-functions):
888 * net/dbus.el (dbus-event-error-functions):
889 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
890 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
891 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
892 * term/sun.el (sun-raw-prefix-hooks):
893 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
894
895 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
896
897 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
898 Set `tramp-chunksize' to 1. This improves the performance.
899 (tramp-smb-wait-for-output): Add timeout to
900 `tramp-accept-process-output' calls.
901
902 2012-10-23 Chong Yidong <cyd@gnu.org>
903
904 * faces.el (font-list-limit): Define as an obsolete variable.
905
906 * startup.el (command-line):
907 * cus-start.el: Don't refer to font-list-limit.
908
909 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
910
911 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * subr.el (internal-temp-output-buffer-show): Rename from
914 temp-output-buffer-show, since previously compiled files expect this name.
915
916 2012-10-23 Glenn Morris <rgm@gnu.org>
917
918 * image.el (image-type-from-file-name): If multiple types match,
919 return the first one that is supported. (Bug#9045)
920
921 2012-10-22 Glenn Morris <rgm@gnu.org>
922
923 * image.el (imagemagick-enabled-types): Doc fix.
924
925 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
926
927 * progmodes/which-func.el (which-func-current): The hash-table may have
928 an explicit nil (bug#12338).
929
930 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * electric.el (electric-pair-delete-selection-self-insert-function):
933 Rename to electric-pair-will-use-region, return a boolean.
934 (electric-pair-mode): Adjust accordingly. Don't require delsel.
935
936 * delsel.el (delete-selection-helper): Use a function instead of a hook.
937 (delete-selection-pre-hook): Use use-region-p.
938 (delete-selection-self-insert-function): Remove.
939 (self-insert-command): Obey self-insert-uses-region-functions.
940 (self-insert-iso): Revert to previous setting, since we don't actually
941 know what that command does.
942 (delete-selection-self-insert-hooks): Remove.
943
944 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
945
946 * delsel.el (delete-selection-helper): New function, extracted from
947 delete-selection-pre-hook.
948 (delete-selection-pre-hook): Use it.
949 (delete-selection-self-insert-function): New function.
950 (delete-selection-self-insert-hooks): New hook.
951 (self-insert-command, self-insert-iso): Use it.
952 * electric.el (electric-pair-syntax): New function, extracted from
953 electric-pair-post-self-insert-function.
954 (electric-pair-post-self-insert-function): Use it.
955 (electric-pair-delete-selection-self-insert-function): New function.
956 (electric-pair-mode): Require delsel and setup
957 delete-selection-self-insert-hooks (bug#11520).
958
959 2012-10-20 Chong Yidong <cyd@gnu.org>
960
961 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
962 no changes to show (Bug#12586).
963
964 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
965 list explicitly (Bug#12571).
966
967 2012-10-20 Arne Jørgensen <arne@arnested.dk>
968
969 * progmodes/flymake.el (flymake-create-temp-inplace):
970 Use file-truename.
971
972 2012-10-20 Eli Zaretskii <eliz@gnu.org>
973
974 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
975
976 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
977
978 * calc/calc-units.el (math-extract-units): Properly extract powers
979 of units.
980
981 2012-10-20 Daniel Colascione <dancol@dancol.org>
982
983 * frame.el (make-frame): Set x-display-name as we used to in order
984 to unbreak creating an X11 frame from an Emacs daemon started
985 without a display.
986
987 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * minibuffer.el (minibuffer-force-complete): Make the next completion use
990 the same completion-field (bug#12221).
991
992 2012-10-19 Martin Rudalics <rudalics@gmx.at>
993
994 * emacs-lisp/debug.el (debug): Record height of debugger window
995 also when debugger will be back (Bug#8789).
996
997 2012-10-18 Chong Yidong <cyd@gnu.org>
998
999 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1000 Convert to defcustom.
1001 (gdb-get-source-file): Don't bind pop-up-windows.
1002
1003 * progmodes/gud.el (gud-display-line): Don't specially re-use
1004 other frames for the gdb-mi case (Bug#12648).
1005
1006 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * emacs-lisp/advice.el: Clean up commentary a bit.
1009 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1010 (byte-code-function-p): Never redefine.
1011
1012 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1013
1014 2012-10-18 Glenn Morris <rgm@gnu.org>
1015
1016 * dired.el (dired-sort-toggle): Some ls implementations only allow
1017 a single option string. (Bug#12666)
1018
1019 * minibuffer.el (completion-cycle-threshold): Doc fix.
1020
1021 2012-10-17 Kenichi Handa <handa@gnu.org>
1022
1023 * international/mule.el (set-keyboard-coding-system):
1024 Recover input meta mode when the new coding system doesn not use 8-bit.
1025 Supply TERMINAL arg to set-input-meta-mode.
1026
1027 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1028
1029 * wdired.el (wdired-old-marks): New variable.
1030 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1031 (wdired-do-renames): Move point with renamed file and don't lose
1032 mark status (Bug#11795).
1033
1034 2012-10-16 Juri Linkov <juri@jurta.org>
1035
1036 * replace.el (query-replace-help): Mention multi-buffer replacement
1037 keys in the Help message. (Bug#12655)
1038
1039 2012-10-15 Chong Yidong <cyd@gnu.org>
1040
1041 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1042
1043 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1044
1045 * window.el (display-buffer): Doc fix.
1046
1047 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1048 Adjust the msft regexp to the output of Studio 2010, and move msft
1049 before edg-1. See the discussion on emacs-devel,
1050 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1051 for the details.
1052
1053 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1056 (oset): Move uses of object-class-fast macro after its definition.
1057
1058 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1059
1060 2012-10-13 Chong Yidong <cyd@gnu.org>
1061
1062 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1063 enabled, re-enable it (Bug#11963).
1064
1065 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1066
1067 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1068 non-nil, restore window configuration (Bug#12623).
1069
1070 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * help-fns.el (describe-variable, describe-function-1):
1073 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1074
1075 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1076
1077 2012-10-12 Glenn Morris <rgm@gnu.org>
1078
1079 * mail/rmailsum.el (rmail-header-summary):
1080 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1081
1082 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1083
1084 * progmodes/python.el (python-mode-map):
1085 Replace subtitute-key-definition with proper command remapping.
1086 (python-nav--up-list): Fix behavior for blocks on the same level.
1087
1088 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1091
1092 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1093 changes to the format of load-history.
1094
1095 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1096 completion-ignore-case in case that var is buffer-local (bug#12615).
1097
1098 2012-10-11 Kenichi Handa <handa@gnu.org>
1099
1100 * international/eucjp-ms.el: Re-generated.
1101
1102 2012-10-10 Kenichi Handa <handa@gnu.org>
1103
1104 * select.el (xselect--encode-string): If a coding is specified for
1105 selection, and that is compatible with COMPOUND_TEXT, use it.
1106
1107 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1108
1109 * window.el (switch-to-buffer-preserve-window-point): New option.
1110 (switch-to-buffer):
1111 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1112
1113 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1116 Don't document nil as a useful value (bug#12583).
1117
1118 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1119
1120 * net/tramp.el (tramp-debug-message):
1121 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1122 (with-tramp-progress-reporter): Rename from
1123 `tramp-with-progress-reporter'.
1124 (with-tramp-file-property, with-tramp-connection-property):
1125 Move from tramp-cache.el, rename from `with-file-property' and
1126 `with-connection-property', respectively.
1127
1128 * net/tramp-cache.el: Remove `with-file-property' and
1129 `with-connection-property'.
1130
1131 * net/tramp.el:
1132 * net/tramp-gvfs.el:
1133 * net/tramp-sh.el:
1134 * net/tramp-smb.el: Adapt callees.
1135
1136 * net/trampver.el: Update release number.
1137
1138 2012-10-09 Glenn Morris <rgm@gnu.org>
1139
1140 * w32-fns.el (set-message-beep):
1141 * term/w32-win.el (set-message-beep): Update declarations.
1142
1143 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1146 (mode-line-widen, mode-line-input-method-map)
1147 (mode-line-coding-system-map, mode-line-remote)
1148 (mode-line-unbury-buffer, mode-line-bury-buffer)
1149 (mode-line-next-buffer, mode-line-previous-buffer):
1150 Replace save-selected-window+select-window => with-selected-window.
1151
1152 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1153 * progmodes/cc-vars.el (bq-process): Remove, unused.
1154
1155 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1156
1157 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1158
1159 Implemented `backward-up-list'-like navigation.
1160 * progmodes/python.el (python-nav-up-list)
1161 (python-nav-backward-up-list): New functions.
1162 (python-mode-map): Define substitute key for backward-up-list to
1163 python-nav-backward-up-list.
1164
1165 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1166
1167 * progmodes/python.el (python-fill-paragraph): Rename from
1168 python-fill-paragraph-function. Fixed fill-paragraph for
1169 decorators (Bug#12605).
1170
1171 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1172
1173 * progmodes/python.el (python-shell-output-filter): Handle extra
1174 carriage return in OSX (Bug#12409).
1175
1176 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1177
1178 Fix shell handling of unbalanced quotes and parens in output.
1179 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1180 (python-syntax-propertize-function): Use it.
1181 (python-shell-output-syntax-table): New var.
1182 (inferior-python-mode): Prevent unbalanced parens/quotes from
1183 previous output mess with current input context.
1184
1185 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1188 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1189
1190 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1191
1192 * ffap.el (ffap-replace-file-component): Support Tramp file name
1193 syntax, not only ange-ftp's one.
1194
1195 2012-10-08 Glenn Morris <rgm@gnu.org>
1196
1197 * cus-start.el (message-log-max): Set :version.
1198
1199 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1200
1201 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1202
1203 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1204 the minibuffer window (Bug#10851).
1205
1206 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1207
1208 Enhancements on forward-sexp movement.
1209 * progmodes/python.el (python-nav-beginning-of-statement)
1210 (python-nav-end-of-statement): Return point-marker.
1211 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1212 (python-info-current-symbol)
1213 (python-info-statement-starts-block-p): Rename from
1214 python-info-beginning-of-block-p.
1215 (python-info-statement-ends-block-p): Rename from
1216 python-info-end-of-block-p.
1217 (python-info-beginning-of-statement-p)
1218 (python-info-end-of-statement-p)
1219 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1220 New functions.
1221
1222 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1225 frame-selected-windows.
1226
1227 2012-10-08 Daniel Colascione <dancol@dancol.org>
1228
1229 * battery.el (battery-status-function): Check for
1230 w32-battery-status itself, not system-time windows-nt.
1231
1232 * frame.el: Require cl-lib.
1233 (display-format-alist): New variable mapping frame types to
1234 functions that initialize them.
1235 (window-system-for-display): New function: interprets
1236 display-format-alist.
1237 (make-frame-on-display): Remove existing display-selection logic
1238 and just forward to make-frame, which will now DTRT.
1239 (make-frame): Restructure to use window-system-for-display to
1240 figure out how to create a frame on a given display.
1241 (display-mouse-p): Look for frame-type w32, not a particular
1242 system-type.
1243
1244 * loadup.el: Load w32 lisp code when we have the w32 feature.
1245
1246 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1247 system-type windows-nt.
1248
1249 * server.el (server-create-window-system-frame): Look for window
1250 type.
1251 (server-proces-filter): Only force a window system when windows-nt
1252 _and_ w32. Explain why.
1253
1254 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1255 of window systems we configure for the mode.
1256
1257 * startup.el (command-line): Mark window system is initialized
1258 after we've done it.
1259
1260 * common-win.el (x-select-text): Look for w32, not windows-nt.
1261
1262 * ns-win.el: Require cl-lib. Add ourselves to
1263 display-format-alist.
1264 (ns-initialize-window-system): Assert we're not initialized twice.
1265
1266 * w32-win.el: Enable lexical binding; require cl-lib; add
1267 ourselves to display-format-alist.
1268 (w32-handle-dropped-file): Convert incoming dropped files from
1269 Windows paths to Cygwin ones before passing them on to the rest of
1270 Emacs.
1271 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1272 (w32-initialize-window-system): Assert we're not initialized twice.
1273
1274 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1275 (x-initialize-window-system): Assert we're not initialized twice.
1276
1277 * w32-common-fns.el: New File.
1278 (w32-version, w32-using-nt, w32-get-clipboard-data)
1279 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1280 (w32-charset-info-alist, x-last-selected, text)
1281 (x-get-selection-value, x-selection-value): Move here.
1282
1283 * w32-fns.el: Require w32-common-fns.
1284 (w32-version, w32-using-nt, w32-get-clipboard-data)
1285 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1286 (w32-charset-info-alist, x-last-selected, text)
1287 (x-get-selection-value, x-selection-value): Move to
1288 w32-common-fns.
1289
1290 * w32-vars.el:
1291 (w32-allow-system-shell, w32-system-shells): Define only in
1292 non-cygwin case.
1293
1294 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1297 (read-passwd): Remove a few more potential sources of leaks.
1298
1299 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1300
1301 * progmodes/python.el (inferior-python-mode)
1302 (python-shell-make-comint): Fix initialization of local
1303 variables copied from parent buffer.
1304
1305 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1306
1307 * term/ns-win.el (ns-read-file-name): Update declaration to match
1308 nsfns.m.
1309 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1310 it is set when font is acted upon.
1311
1312 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1313
1314 Enhancements to indentation.
1315 * progmodes/python.el (python-indent-context): Give priority to
1316 inside-string context. Make comments indentation markers.
1317 (python-indent-region): Do not mess with strings, unless it's the
1318 enclosing set of quotes.
1319
1320 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * window.el (internal--before-save-selected-window)
1323 (internal--after-save-selected-window): New functions extracted from
1324 save-selected-window. Make sure we return the `alist' we construct.
1325 (save-selected-window): Use them.
1326
1327 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1328 Use with-selected-window.
1329
1330 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1331 forms that define macros (bug#12593).
1332
1333 2012-10-07 Kenichi Handa <handa@gnu.org>
1334
1335 * international/mule-conf.el (compound-text-with-extensions):
1336 Add :mime-charset property as x-ctext.
1337
1338 2012-10-07 Stefan Merten <smerten@oekonux.de>
1339
1340 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1341 (rst-indent-literal-normal, rst-indent-literal-minimized)
1342 (rst-indent-comment): Correct :version tag.
1343 (rst-official-cvs-rev): Correct version string.
1344
1345 2012-10-07 Glenn Morris <rgm@gnu.org>
1346
1347 * mail/rmailmm.el (rmail-mime-process-multipart):
1348 Do not confuse a multipart message with an epilogue
1349 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1350
1351 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1352
1353 Fix shell output retrieval and comint-prompt-regexp init.
1354 * progmodes/python.el (inferior-python-mode):
1355 (python-shell-make-comint): Fix initialization of
1356 comint-prompt-regexp from copied file local variables.
1357 (python-shell-fetched-lines): Remove var.
1358 (python-shell-output-filter-in-progress): Rename from
1359 python-shell-fetch-lines-in-progress.
1360 (python-shell-output-filter-buffer): Rename from
1361 python-shell-fetch-lines-string.
1362 (python-shell-fetch-lines-filter): Delete function.
1363 (python-shell-output-filter): New function.
1364 (python-shell-send-string-no-output): Use them.
1365
1366 2012-10-07 Glenn Morris <rgm@gnu.org>
1367
1368 * hi-lock.el (hi-lock-process-phrase):
1369 Try to make it less fragile. (Bug#7161)
1370
1371 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1372
1373 2012-10-06 Glenn Morris <rgm@gnu.org>
1374
1375 * ehelp.el (electric-help-mode): Use help-mode rather than
1376 non-existent mode `help'.
1377 (electric-help-map): Use button-buffer-map. (Bug#10917)
1378
1379 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1380 (reftex-create-bibtex-footer): Fix custom types.
1381
1382 * progmodes/sh-script.el (sh-indent-after-continuation):
1383 Add explicit :group.
1384
1385 * textmodes/rst.el (rst-preferred-decorations)
1386 (rst-shift-basic-offset): Clarify obsolescence versions.
1387
1388 * profiler.el (profiler): Add missing group :version tag.
1389 * avoid.el (mouse-avoidance-banish-position):
1390 * proced.el (proced-renice-command):
1391 * calc/calc.el (calc-ensure-consistent-units):
1392 * calendar/icalendar.el (icalendar-import-format-uid):
1393 * net/tramp.el (tramp-save-ad-hoc-proxies):
1394 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1395 * progmodes/flymake.el (flymake-error-bitmap)
1396 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1397 * progmodes/sh-script.el (sh-indent-after-continuation):
1398 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1399 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1400 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1401 (vhdl-array-index-record-field-in-sensitivity-list)
1402 (vhdl-indent-comment-like-next-code-line):
1403 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1404 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1405 (reftex-cite-key-separator, reftex-create-bibtex-header)
1406 (reftex-create-bibtex-footer):
1407 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1408 (rst-indent-literal-normal, rst-indent-literal-minimized)
1409 (rst-indent-comment): Add missing custom :version tags.
1410
1411 * calendar/timeclock.el (timeclock-modeline-display):
1412 Add missing obsolete alias for renamed user option.
1413
1414 * strokes.el (strokes-modeline-string):
1415 * emulation/crisp.el (crisp-mode-modeline-string):
1416 * eshell/esh-mode.el (eshell-status-in-modeline):
1417 Aliases to defcustoms must come before the defcustom.
1418
1419 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1420 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1421 (cal-tex-cursor-week-monday): Doc fixes.
1422 (cal-tex-cursor-week2-summary): Doc fix.
1423 Rename from cal-tex-cursor-week-at-a-glance.
1424
1425 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1426 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1427
1428 * calendar/calendar.el (calendar-mode-map):
1429 Add cal-tex-cursor-week2-summary.
1430
1431 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1434
1435 * subr.el (read-passwd-map): New var.
1436 (read-passwd): Use `read-string' again.
1437 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1438
1439 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1440
1441 * register.el (append-to-register, prepend-to-register):
1442 Deactivate mark, as does `copy-to-register' (bug#12389).
1443
1444 2012-10-06 Chong Yidong <cyd@gnu.org>
1445
1446 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1447
1448 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1449
1450 * international/characters.el: Fix simple mistake ((car chars) ->
1451 elt), delete duplicated code.
1452
1453 2012-10-06 Glenn Morris <rgm@gnu.org>
1454
1455 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1456
1457 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1458
1459 * color.el (color-hsl-to-rgb): Fix incorrect results for
1460 small and large hue values. (Bug#12559)
1461
1462 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1463
1464 Enhancements to docstring formatting when filling paragraphs.
1465 * progmodes/python.el (python-fill-docstring-style): Rename from
1466 python-fill-string-style. Added new style.
1467 (python-fill-string): Use new style. Better checks for
1468 docstrings.
1469
1470 2012-10-05 Glenn Morris <rgm@gnu.org>
1471
1472 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1473
1474 * color.el (color-name-to-rgb, color-rgb-to-hex)
1475 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1476 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1477 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1478 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1479
1480 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1481
1482 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1485 to get the correct size across symlinks.
1486
1487 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1488
1489 2012-10-04 Juri Linkov <juri@jurta.org>
1490
1491 * replace.el (query-replace-interactive): Declare obsolete.
1492 (query-replace-read-from): Add the last incremental search string
1493 to the list of default values accessible via M-n.
1494 (map-query-replace-regexp): Use `read-regexp'.
1495 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1496 (map-query-replace-regexp, replace-string, replace-regexp):
1497 Fix docstrings to replace mentions of `query-replace-interactive'
1498 with alternatives. (Bug#12526)
1499
1500 2012-10-04 Juri Linkov <juri@jurta.org>
1501
1502 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1503 (dired-pop-to-buffer): Declare obsolete.
1504 (dired-mark-pop-up): Doc fix.
1505
1506 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1507
1508 Allow user to set docstring style for fill-paragraph.
1509 * progmodes/python.el
1510 (python-fill-comment-function, python-fill-string-function)
1511 (python-fill-decorator-function, python-fill-paren-function):
1512 Remove :safe for defcustoms.
1513 (python-fill-string-style): New defcustom
1514 (python-fill-paragraph-function): Enhance context detection.
1515 (python-fill-string): Honor python-fill-string-style settings.
1516
1517 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1518
1519 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1520 after setting its buffer (Bug#10805).
1521
1522 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1523
1524 Fix cornercase for string syntax.
1525 * progmodes/python.el (python-syntax-propertize-function):
1526 Simplify and enhance the regexp for unescaped quotes. Now it also
1527 matches quotes in weird situations like the single quote in
1528 "something\"'".
1529 (python-syntax-stringify): Simplify num-quotes detecting code.
1530
1531 2012-10-03 Glenn Morris <rgm@gnu.org>
1532
1533 * help-macro.el (three-step-help):
1534 Revert 2012-09-29 change. (Bug#12567)
1535
1536 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1537
1538 * menu-bar.el (kill-this-buffer): Don't do anything when
1539 `menu-frame' is not alive or visible (Bug#8184).
1540
1541 * emacs-lisp/debug.el (debug): When quitting the debugger window
1542 restore current buffer (Bug#12502).
1543
1544 2012-10-02 Chong Yidong <cyd@gnu.org>
1545
1546 * progmodes/hideif.el (hif-lookup, hif-defined):
1547 Handle semantic-c-takeover-hideif.
1548
1549 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1550
1551 Change sampling interval units from ms to ns.
1552 * profiler.el (profiler-sampling-interval): Change units
1553 from ms to ns, multiplying the default by 1000000 so that
1554 it remains 1 ms.
1555 (profiler-report-cpu-line-format): Give enough room for
1556 the maximum counters on 64-bit hosts.
1557 (profiler-report-render-calltree-1): Call them "CPU samples",
1558 not "Time (ms)", since they are not milliseconds now (and
1559 never really were).
1560
1561 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1562
1563 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1564 Fix querying BBDB for entries without a last name (Bug#11580).
1565
1566 2012-10-02 Chong Yidong <cyd@gnu.org>
1567
1568 * emacs-lisp/eieio.el: Restore Version header.
1569
1570 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * vc/diff-mode.el (diff--auto-refine-data): New var.
1573 (diff-hunk): Use it to delay refinement.
1574 (diff-mode): Remove overlays when we turn off font-lock.
1575
1576 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1577 (table-initialize-table-fixed-width-mode)
1578 (table-set-table-fixed-width-mode): Remove functions.
1579 (table-command-list): Move initialization into declaration.
1580 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1581 (table-with-cache-buffer): Use `declare'.
1582 (table-span-cell): Simplify via CSE.
1583 (table-fixed-width-mode): Use define-minor-mode.
1584 (table-call-interactively, table-funcall, table-apply): Remove.
1585 (table-function): New function, to replace them.
1586
1587 * bookmark.el (bookmark-search-pattern): Remove var.
1588 (bookmark-read-search-input): Remove function.
1589 (bookmark-bmenu-search): Reimplement using a minibuffer.
1590
1591 * faces.el (modeline): Remove obsolete face name.
1592
1593 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1594 and give a non-nil default value.
1595 (add-change-log-entry): Simplify accordingly.
1596
1597 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1598
1599 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1600 (vc-git-log-edit-toggle-amend): New function.
1601 (vc-git-log-edit-toggle-signoff): New function.
1602 (vc-git-log-edit-mode): New major mode.
1603 (vc-git-log-edit-mode-map): Keymap for it.
1604 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1605
1606 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1607 header names.
1608 (log-edit-toggle-header): New function.
1609 (log-edit-extract-headers): Accept function values in HEADERS alist.
1610
1611 2012-10-01 David Engster <deng@randomsample.de>
1612
1613 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1614 from symbol property and change message to be more consistent with
1615 Emacs proper.
1616 (eieio-describe-generic): Add filename for each implementation.
1617 Fix indices for generic and normal methods.
1618 (eieio-method-def, eieio-class-def): New buttons.
1619 (eieio-help-find-method-definition)
1620 (eieio-help-find-class-definition): New functions.
1621 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1622 class, constructor and method definitions.
1623
1624 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1625 information in symbol property.
1626 (scoped-class): Remove.
1627 (eieio-slot-name-index, call-next-method): Check if it is bound.
1628
1629 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1630
1631 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1632 (eieio-custom-mode): New major mode.
1633 (eieio-customize-object): Use it.
1634
1635 2012-10-01 Eric Ludlam <zappo@gnu.org>
1636
1637 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1638 specifying the expected class, and whether subclassing is allowed.
1639 (eieio-persistent-convert-list-to-object):
1640 (eieio-persistent-validate/fix-slot-value)
1641 (eieio-persistent-slot-type-is-class-p): New functions.
1642 (eieio-named::slot-missing): Doc fix.
1643
1644 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1645 Stop using unused publd variable.
1646
1647 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1648 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1649 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1650 (eieio-speedbar-handle-click): Do not specify a class for the
1651 method. Fixes method invocation order problems with EDE.
1652
1653 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1656 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1657
1658 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1659
1660 * bookmark.el (bookmark-version-control): Give tags in the
1661 :type choices (Bug#12309), and improve doc string.
1662 (bookmark-write-file): Bind `print-circle' to `t' to allow
1663 circular custom bookmark types. (Bug#12503)
1664
1665 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1666
1667 Revert the FOLLOW-SYMLINKS change for file-attributes.
1668 * files.el (remote-file-name-inhibit-cache, after-find-file):
1669 * time.el (display-time-file-nonempty-p): Undo last change.
1670
1671 * profiler.el (profiler-sampling-interval): Change default back to 1.
1672 See Stefan Monnier in
1673 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1674
1675 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1676
1677 Shell output catching a la gud-gdb.
1678 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1679 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1680 New Vars.
1681 (python-shell-fetch-lines-filter): New function.
1682 (python-shell-send-string-no-output): Use them.
1683
1684 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1685
1686 * profiler.el (profiler-sampling-interval): Rename from
1687 profiler-sample-interval.
1688 (profiler-sampling-interval): Default to 10.
1689 (profiler-find-profile): New command (was profiler-find-log).
1690 (profiler-find-profile-other-window): New command.
1691 (profiler-find-profile-other-frame): New command.
1692 (profiler-profile): Introduce API-level data structure.
1693
1694 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1695
1696 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1697 * files.el (remote-file-name-inhibit-cache):
1698 * time.el (display-time-file-nonempty-p): Use it.
1699 * files.el (after-find-file): Don't chase links before calling
1700 file-exists-p, as file-exists-p already does the right thing.
1701
1702 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1703
1704 Merge from standalone RefTeX repository.
1705
1706 The following ChangeLog entries are shortened versions of the
1707 original ones with file paths adapted. A not so strongly edited
1708 version of the original ChangeLog can be found in the commit log.
1709
1710 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1711 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1712 Correctly handle new value type returned by `reftex-citation'.
1713
1714 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1715 that entries with whitespace at various places are found.
1716 Doc fix. Include entries that are cross-referenced from cited entries.
1717 Include @String definitions in the resulting bib file. Add header
1718 and footer defined in `reftex-create-bibtex-header' and
1719 `reftex-create-bibtex-footer'.
1720 (reftex-do-citation): Make it possible again to insert
1721 non-existent entries. Save match data when asking for optional
1722 arguments. Return all keys, not just the first one.
1723 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1724 all citations in the same line.
1725 (reftex-parse-bibtex-entry): Accept additional optional argument
1726 `raw' and keep quotes or braces if it is non-nil. Match fields
1727 containing hyphens besides word constituents.
1728 (reftex-get-string-refs): New function.
1729 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1730 and ask if it should be reread in case it did.
1731 (reftex-pop-to-bibtex-entry)
1732 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1733 entries with spaces or tabs in front of arguments.
1734 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1735 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1736 Match entries containing numbers and symbol constituents.
1737 (reftex-do-citation, reftex-figure-out-cite-format):
1738 Use `reftex-cite-key-separator'.
1739
1740 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1741 (reftex-mouse-view-crossref): Explain why point is set.
1742
1743 * textmodes/reftex-global.el: Whitespace changes.
1744
1745 * textmodes/reftex-index.el: Move provide statement to end of
1746 file.
1747 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1748 (reftex-index-visit-phrases-buffer): Set marker when visiting
1749 buffer. This allows for returning from the phrases file to the
1750 file one was just editing instead of the file where the last
1751 phrases was added from.
1752 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1753 punctuation syntax as it usually is not used as string quote in
1754 TeX-related modes and may occur unmatched. The change also
1755 prevents fontification of quoted content.
1756 (reftex-index-phrases-mode): Use it.
1757
1758 * textmodes/reftex-parse.el (reftex-parse-from-file):
1759 Move backward one char if a `\' was matched after a section macro.
1760 (reftex-parse-from-file): Use beginning of match instead of end as
1761 bound.
1762
1763 * textmodes/reftex-ref.el: Adapt creation of
1764 `reftex-<package>-<macro>' functions to new structure of
1765 `reftex-ref-style-alist'.
1766 (reftex-reference): Use `reftex-ref-style-list' function.
1767 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1768 reference macro if `reftex-ref-macro-prompt' is non-nil.
1769 (reftex-reference): Pass refstyle to `reftex-format-special'.
1770 Determine reference macro by looking at
1771 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1772 Use only one special format function.
1773 (reftex-varioref-vref, reftex-fancyref-fref)
1774 (reftex-fancyref-Fref): Remove definitions. The functions are now
1775 generated from `reftex-ref-style-alist'.
1776 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1777 Remove.
1778 (reftex-format-special): New function.
1779
1780 * textmodes/reftex-sel.el
1781 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1782 of `reftex-ref-style-alist'. Remove code for testing macro type.
1783 (reftex-select-toggle-varioref)
1784 (reftex-select-toggle-fancyref): Remove.
1785 (reftex-select-cycle-ref-style-internal)
1786 (reftex-select-cycle-ref-style-forward)
1787 (reftex-select-cycle-ref-style-backward): New functions.
1788 (reftex-select-label-map): Use `v' and `V' for general cycling
1789 through reference styles. Add `p' for switching between number
1790 and page reference types.
1791
1792 * textmodes/reftex-toc.el (reftex-re-enlarge):
1793 Call `enlarge-window' only if there is something to do because in Emacs
1794 the horizontal version throws an error even if the parameter is 0.
1795
1796 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1797 (reftex-plug-into-AUCTeX): Doc fix.
1798 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1799 string. Adapt to new name.
1800 (reftex-ref-style-alist): Change structure so that it is not
1801 possible to use multiple different package names within a style.
1802 Remove the symbols for symbols for macro type distinction.
1803 Add characters for macro selection.
1804 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1805 (reftex-create-bibtex-footer): New variables.
1806 (reftex-format-ref-function): Mention third argument of special
1807 format function.
1808 (reftex-ref-style-alist, reftex-ref-style-default-list):
1809 New variables.
1810 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1811 to new implementation. Mark as obsolete. Add compatibility code
1812 for honoring the variable values in case they are set.
1813 (reftex-cite-format-builtin, reftex-bibliography-commands):
1814 Add support for ConTeXt.
1815 (reftex-format-ref-function, reftex-format-cite-function):
1816 Fix custom type.
1817 (reftex-cite-key-separator): New variable.
1818
1819 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1820 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1821 `reftex-syntax-table' because parens have to retain their paren
1822 syntax in order for parsing of BibTeX entries like @book(...) to
1823 work.
1824 (reftex-in-comment): Do not error out if `comment-start-skip' is
1825 not set. Deal correctly with escaped comment characters.
1826 (reftex-tie-multifile-symbols): Add doc string.
1827 Initialize `reftex-ref-style-list'.
1828 (reftex-untie-multifile-symbols): Add doc string.
1829 (reftex-add-index-macros): Doc fix.
1830 (reftex-ref-style-activate, reftex-ref-style-toggle)
1831 (reftex-ref-style-list): New functions.
1832 (reftex-mode-menu): Use them. Adapt to new structure of
1833 `reftex-ref-style-alist'.
1834 (reftex-select-with-char): Kill the RefTeX Select buffer when
1835 done.
1836 (reftex-remove-if): New function.
1837 (reftex-erase-all-selection-and-index-buffers)
1838 (reftex-mode-menu): Reference styles are now computed from
1839 `reftex-ref-style-alist'. Fix typo.
1840 (reftex-report-bug): New function.
1841 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1842 algorithms with O(n log n). Introduce optional argument SORT (not
1843 yet used).
1844
1845 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1846
1847 Enhancements for triple-quote string syntax.
1848 * progmodes/python.el (python-syntax-propertize-function):
1849 Match both quote cases in one regexp.
1850 (python-syntax-stringify): Handle matches properly.
1851
1852 2012-09-30 Juri Linkov <juri@jurta.org>
1853
1854 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1855 to nil around the call to `insert' to prevent
1856 directory time modification by lock_file. (Bug#2295)
1857 * tar-mode.el (tar-summarize-buffer): Idem.
1858
1859 2012-09-30 Juri Linkov <juri@jurta.org>
1860
1861 * facemenu.el (list-colors-sort): Add option "Luminance".
1862 (list-colors-sort-key): Implement it.
1863
1864 * vc/diff-mode.el (diff-refine-removed):
1865 * vc/ediff-init.el (ediff-fine-diff-A):
1866 * vc/smerge-mode.el (smerge-refined-removed):
1867 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1868
1869 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1870
1871 * term/ns-win.el (x-file-dialog): New function.
1872
1873 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * ido.el (ido-max-directory-size): Default to nil; the current
1876 default is small for POSIX systems, and impractical on Windows 7
1877 now that lstat returns directory sizes for NTFS.
1878
1879 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1880
1881 In buffer display functions handle window-height/window-width
1882 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1883 * window.el (window--display-buffer): New argument ALIST.
1884 Obey window-height and window-width alist entries.
1885 (window--try-to-split-window): New argument ALIST.
1886 Bind window-combination-limit to t when the window's size shall be
1887 changed and window-combination-limit equals `window-size'.
1888 (display-buffer-in-atom-window)
1889 (display-buffer-in-major-side-window)
1890 (display-buffer-in-side-window, display-buffer-same-window)
1891 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1892 (display-buffer-pop-up-window, display-buffer-below-selected)
1893 (display-buffer-at-bottom, display-buffer-in-previous-window)
1894 (display-buffer-use-some-window): Adjust all callers of
1895 window--display-buffer and window--try-to-split-window.
1896 (fit-frame-to-buffer): New option.
1897 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1898 is non-nil.
1899 (display-buffer-in-major-side-window): Evaluate window-height /
1900 window-width alist entries.
1901
1902 * help.el (temp-buffer-resize-frames)
1903 (temp-buffer-resize-regexps): Remove options.
1904 (temp-buffer-resize-mode): Adjust doc-string.
1905 (resize-temp-buffer-window): Don't consult
1906 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1907 temp-buffer-resize-frames.
1908
1909 * dired.el (dired-mark-pop-up):
1910 Call display-buffer-below-selected with a fit-window-to-buffer alist
1911 entry.
1912
1913 2012-09-30 Chong Yidong <cyd@gnu.org>
1914
1915 * server.el (server-host): Document the security implications.
1916 (server-auth-key): Doc fix.
1917
1918 * startup.el (initial-buffer-choice): Doc fix.
1919
1920 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1921
1922 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1923 restriction change.
1924
1925 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1926
1927 * help-fns.el (help-fns--obsolete): Fix last change.
1928
1929 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1932 (minor-mode-map-alist): Remove redundant code.
1933
1934 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1935 visited in a buffer.
1936 (cvs-insert-visited-file): New function.
1937 (find-file-hook): Use it.
1938
1939 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1940
1941 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1942 chose face.
1943 (log-edit-empty-buffer-p): Don't require a space after a header.
1944
1945 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1946
1947 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1948
1949 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1950 a proper minor-mode.
1951
1952 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1953
1954 2012-09-29 Glenn Morris <rgm@gnu.org>
1955
1956 * winner.el (winner-mode): Remove variable (let define-minor-mode
1957 handle it).
1958 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1959 Doc fixes.
1960 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1961 (winner-mode): Use define-minor-mode.
1962
1963 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1964 the full definition in loaddefs, rather than duplicating it.
1965
1966 * help-macro.el (three-step-help): No need to autoload defcustom.
1967
1968 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1969 (inferior-lisp-program, inferior-lisp-load-command)
1970 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1971 No need to autoload defcustoms.
1972
1973 * hippie-exp.el (hippie-expand-try-functions-list)
1974 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1975 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1976 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1977 (hippie-expand-only-buffers): No need to autoload defcustoms.
1978 * progmodes/vhdl-mode.el (vhdl-line-expand):
1979 Explicitly load hippie-exp, so it does not get autoloaded
1980 while hippie-expand-try-functions-list is let-bound.
1981
1982 2012-09-28 Glenn Morris <rgm@gnu.org>
1983
1984 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1985
1986 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1987 Only "cl.el" counts as cl these days.
1988
1989 2012-09-28 Juri Linkov <juri@jurta.org>
1990
1991 Display archive errors in the echo area instead of inserting
1992 to the file buffer.
1993
1994 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1995 to STDERR-TEST that can be a regexp matching a successful output.
1996 Create a temporary file and redirect stderr to it. Search for
1997 STDERR-TEST in the stderr output and display it in the echo area
1998 if no match is found.
1999 (archive-extract-by-file): New function like
2000 `archive-extract-by-stdout' but extracting archives to files
2001 and looking for successful matches in stdout. Function body is
2002 mostly copied from `archive-rar-extract'.
2003 (archive-rar-extract): Use `archive-extract-by-file'.
2004 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2005
2006 2012-09-28 Leo Liu <sdl.web@gmail.com>
2007
2008 * pcomplete.el (pcomplete-show-completions):
2009 Use minibuffer-message to make pcomplete usable in minibuffer.
2010
2011 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2012
2013 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * type-break.el: Use lexical-binding.
2016 (type-break-mode): Use define-minor-mode.
2017
2018 * emacs-lisp/pcase.el (pcase--mark-used): New.
2019 (pcase--u1): Use it (bug#12512).
2020
2021 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2022 in load-history with the right file name.
2023
2024 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2025
2026 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2027 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2028 (doc-view-get-bounding-box): Make bounding box slicing work for
2029 ODF and DVI documents.
2030
2031 2012-09-28 Glenn Morris <rgm@gnu.org>
2032
2033 * type-break.el (type-break-mode, type-break-interval)
2034 (type-break-good-rest-interval, type-break-keystroke-threshold):
2035 No need to autoload.
2036 (type-break-good-rest-interval, type-break-keystroke-threshold):
2037 Add :set-after.
2038
2039 2012-09-28 Chong Yidong <cyd@gnu.org>
2040
2041 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2042 Add :version tag.
2043
2044 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2047
2048 2012-09-27 Glenn Morris <rgm@gnu.org>
2049
2050 * faces.el (x-display-name): Declare (for without-x builds).
2051
2052 * linum.el (linum-format): Don't autoload it. Improve :type.
2053
2054 * progmodes/tcl.el: Don't require outline when compiling.
2055 (outline-regexp, outline-level): Declare.
2056 * textmodes/sgml-mode.el: Don't require outline when compiling.
2057 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2058
2059 * term.el (term-ansi-reset):
2060 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2061
2062 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2063 files for RCS and SCCS. (Bug#9781)
2064
2065 2012-09-27 Chong Yidong <cyd@gnu.org>
2066
2067 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2068 change; value should be t.
2069
2070 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * image-mode.el: Use lexical-binding.
2073 (image-mode-winprops): Use t to stand for the window of
2074 a buffer that's not displayed.
2075 * doc-view.el (doc-view-new-window-function): Handle the new
2076 t in winprops.
2077 (doc-view-enlarge): Make it a real nop if the size is not changed.
2078 (doc-view-display): Handle the case where the buffer is not (yet?)
2079 displayed in any window.
2080 (doc-view-saved-settings): New var.
2081 (doc-view-mode): Use it.
2082 (doc-view-fallback-mode): Set it.
2083
2084 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2085 Set lexical-binding.
2086 (minibuffer-eldef-shorten-default): New var.
2087 (minibuffer-default-in-prompt-regexps): Use it for new default.
2088 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2089
2090 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * international/uni-bidi.el:
2093 * international/uni-category.el:
2094 * international/uni-name.el:
2095 * international/uni-numeric.el: Regenerate.
2096
2097 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2098 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * profiler.el: New file.
2101
2102 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2105 (testcover-reinstrument): Simplify with CSE.
2106
2107 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2108
2109 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2110
2111 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2112
2113 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2114 (verilog-auto-input, verilog-auto-insert-lisp)
2115 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2116 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2117 (verilog-auto-unused, verilog-auto-wire)
2118 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2119 newline. Reported by Andrew Jones.
2120 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2121 Reported by Brad Dobbie.
2122 (verilog-batch-delete-trailing-whitespace):
2123 Create verilog-batch-delete-trailing-whitespace.
2124 Reported by Brad Dobbie.
2125 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2126 parameters from another module. Reported by Dan Katz.
2127 (verilog-auto, verilog-auto-assign-modport)
2128 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2129 AUTOINOUTMODPORT for UVM interface module shell generation.
2130 Reported by Brad Dobbie.
2131 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2132 standard behavior.
2133 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2134 Reported by Matt Martin.
2135
2136 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2137
2138 * window.el (window--resize-child-windows): When resizing child
2139 windows proportionally, process them in reverse order to
2140 preserve the "when splitting a window the new one gets the odd
2141 line" behavior.
2142 (window--resize-root-window-vertically): When resizing the
2143 minibuffer window try to affect only windows at the bottom of the
2144 frame. (Bug#12419)
2145
2146 2012-09-25 Chong Yidong <cyd@gnu.org>
2147
2148 * subr.el (declare): Doc fix.
2149
2150 * help-fns.el (help-fns--obsolete): Handle macros properly.
2151
2152 2012-09-25 Chong Yidong <cyd@gnu.org>
2153
2154 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2155 this function obsolete.
2156
2157 * calendar/cal-x.el (calendar-two-frame-setup)
2158 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2159 * calendar/calendar.el (american-calendar, european-calendar)
2160 (calendar-for-loop):
2161 * comint.el (comint-dynamic-simple-complete)
2162 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2163 * desktop.el (desktop-load-default):
2164 * dired-x.el (dired-omit-here-always)
2165 (dired-hack-local-variables, dired-default-directory):
2166 * emacs-lisp/derived.el (derived-mode-class):
2167 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2168 * emacs-lock.el (toggle-emacs-lock):
2169 * epa.el (epa-display-verify-result):
2170 * epg.el (epg-sign-keys, epg-start-sign-keys)
2171 (epg-passphrase-callback-function):
2172 * eshell/esh-util.el (eshell-for):
2173 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2174 (eshell-add-to-window-buffer-names):
2175 * files.el (locate-file-completion):
2176 * imenu.el (imenu-example--create-c-index)
2177 (imenu-example--create-lisp-index)
2178 (imenu-example--lisp-extract-index-name)
2179 (imenu-example--name-and-position):
2180 * international/mule-cmds.el (princ-list):
2181 * international/mule-diag.el (decode-codepage-char):
2182 * international/mule-util.el (detect-coding-with-priority):
2183 * iswitchb.el (iswitchb-read-buffer):
2184 * mail/mailalias.el (mail-complete):
2185 * mail/sendmail.el (mail-sent-via):
2186 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2187 (mouse-major-mode-menu):
2188 * password-cache.el (password-read-and-add):
2189 * pcomplete.el (pcomplete-parse-comint-arguments):
2190 * progmodes/sh-script.el (sh-maybe-here-document):
2191 * replace.el (query-replace-regexp-eval):
2192 * savehist.el (savehist-load):
2193 * simple.el (choose-completion-delete-max-match):
2194 * term.el (term-dynamic-simple-complete):
2195 * vc/ediff-init.el (ediff-check-version):
2196 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2197 * vc/vc.el (vc-diff-switches-list):
2198 * view.el (view-return-to-alist-update): Likewise.
2199
2200 * subr.el (eval-next-after-load, makehash, insert-string)
2201 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2202 mark obsolete.
2203 (mode-line-inverse-video): Variable deleted.
2204
2205 * international/mule-util.el (string-to-sequence): Remove.
2206
2207 * calendar/calendar.el (calendar-version):
2208 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2209 (icalendar-convert-diary-to-ical):
2210 * cus-edit.el (custom-mode):
2211 * ansi-color.el (ansi-color-unfontify-region):
2212 * international/latin1-disp.el (latin1-char-displayable-p):
2213 * progmodes/cwarn.el (turn-on-cwarn-mode):
2214 * progmodes/which-func.el (which-func-update-1):
2215 Use define-obsolete-function-alias.
2216
2217 * net/newst-backend.el (newsticker-cache-filename):
2218 * net/newst-treeview.el (newsticker-groups-filename):
2219 Fix incorrect obsolescence declaration.
2220
2221 * allout.el (allout-passphrase-hint-string): Likewise.
2222 (allout-init): Use a declare form to mark obsolete.
2223
2224 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2225 this applies to functions.
2226
2227 * iswitchb.el (iswitchb-read-buffer): Move code of
2228 iswitchb-define-mode-map here, and delete that obsolete function.
2229
2230 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2231 font-lock-reference-face.
2232
2233 2012-09-25 Glenn Morris <rgm@gnu.org>
2234
2235 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2236 Doc fixes.
2237
2238 * eshell/em-term.el (eshell-term-name):
2239 Default to term-term-name. (Bug#12485)
2240
2241 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2242
2243 * progmodes/python.el (python-shell-send-buffer): Better handling
2244 of "if __name__ == '__main__':" conditionals when sending the buffer.
2245
2246 2012-09-24 Glenn Morris <rgm@gnu.org>
2247
2248 * eshell/esh-cmd.el (eshell-find-alias-function):
2249 Tighten up file-name regexp. (Bug#12499)
2250
2251 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2252
2253 Enhancements for triple-quote string syntax.
2254 * progmodes/python.el (python-quote-syntax): Remove.
2255 (python-syntax-propertize-function): New value.
2256 (python-syntax-count-quotes, python-syntax-stringify):
2257 New functions.
2258
2259 2012-09-24 Chong Yidong <cyd@gnu.org>
2260
2261 * mail/supercite.el (sc-version): Remove obsolete function.
2262 (sc-describe): Don't mark as obsolete, since it is bound.
2263 (sc-submit-bug-report): Remove.
2264
2265 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2266 (cvs-commit-buffer-require-final-newline): Remove.
2267 (log-edit-require-final-newline)
2268 (log-edit-changelog-full-paragraphs): Default to t.
2269
2270 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2271 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2272 * vc/vc.el (vc-checkout-carefully): Likewise.
2273
2274 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2275 (emerge-version): Remove.
2276
2277 * progmodes/compile.el (compile-internal): Remove.
2278 (compilation-parse-errors-function): Fix typo.
2279
2280 * international/mule.el (set-char-table-default): Remove.
2281 (set-coding-priority, make-coding-system, generic-char-p)
2282 (charset-list, charset-bytes, charset-id): Use declare to mark
2283 functions as obsolete.
2284
2285 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2286 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2287 * vc/vc-hooks.el (vc-default-registered): Don't use
2288 vc-master-templates.
2289
2290 * font-lock.el (font-lock-reference-face):
2291 Use define-obsolete-variable-alias.
2292
2293 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2294 * calendar/calendar.el (calendar-font-lock-keywords):
2295 * calendar/diary-lib.el (diary-font-lock-keywords)
2296 (diary-fancy-font-lock-keywords):
2297 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2298 * textmodes/reftex-index.el (reftex-insert-index):
2299 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2300 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2301 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2302 * progmodes/prolog.el (prolog-font-lock-keywords):
2303 * progmodes/idlwave.el (idlwave-idl-keywords):
2304 * progmodes/ada-mode.el (ada-font-lock-keywords):
2305 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2306
2307 2012-09-24 Glenn Morris <rgm@gnu.org>
2308
2309 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2310
2311 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2312
2313 * progmodes/python.el (python-indent-line): More consistent cursor
2314 movement behavior.
2315
2316 2012-09-23 Stefan Merten <smerten@oekonux.de>
2317
2318 * textmodes/rst.el: Fix compiler warning.
2319
2320 2012-09-23 Roland Winkler <winkler@gnu.org>
2321
2322 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2323 Transcribe also LaTeX hyphenation.
2324 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2325 bibtex-reformat-previous-options.
2326
2327 2012-09-23 Roland Winkler <winkler@gnu.org>
2328
2329 * proced.el (proced-renice-command): New variable.
2330 (proced-marked-processes): New function.
2331 (proced-with-processes-buffer): New macro.
2332 (proced-send-signal): Use them.
2333 (proced-renice): New command bound to r.
2334
2335 2012-09-23 Roland Winkler <winkler@gnu.org>
2336
2337 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2338 ibuffer-saved-filter-groups has one element, shortcut the call of
2339 completing-read. (Bug#12331)
2340
2341 2012-09-23 Chong Yidong <cyd@gnu.org>
2342
2343 * bindings.el (mode-line-toggle-read-only):
2344 * bs.el (bs-toggle-readonly):
2345 * buff-menu.el (Buffer-menu-toggle-read-only):
2346 * dired.el (dired-toggle-read-only):
2347 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2348
2349 2012-09-23 Chong Yidong <cyd@gnu.org>
2350
2351 * image.el (image-type-available-p): Adapt to init-image-library
2352 argument changes.
2353
2354 2012-09-22 Juri Linkov <juri@jurta.org>
2355
2356 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2357 `dired-toggle-read-only'. (Bug#12462)
2358
2359 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2360
2361 * subr.el (temp-output-buffer-show): New function.
2362 (with-output-to-temp-buffer): Call temp-output-buffer-show
2363 instead of internal-temp-output-buffer-show.
2364
2365 2012-09-22 Chong Yidong <cyd@gnu.org>
2366
2367 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2368 (Bug#12462).
2369
2370 * repeat.el (repeat): Doc fix (Bug#12348).
2371
2372 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2373 (Bug#10909).
2374
2375 * simple.el (shell-command-on-region): Doc fix.
2376 (read-only-mode): Doc fix.
2377
2378 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2379
2380 * emacs-lisp/timer.el (run-with-idle-timer)
2381 (timer-activate-when-idle): Warn against reinvoking an idle timer
2382 from within its own timer action. (Bug#12447)
2383
2384 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2385
2386 * cus-start.el (window-combination-limit): Add new optional
2387 values.
2388 * window.el (temp-buffer-window-show)
2389 (window--try-to-split-window): Handle new values of
2390 window-combination-limit (Bug#1806).
2391 (split-window): Test window-combination-limit for t instead of
2392 non-nil.
2393 (display-buffer-at-bottom): New buffer display action function.
2394 * help.el (temp-buffer-resize-regexps): New option.
2395 (temp-buffer-resize-mode): Rewrite doc-string.
2396 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2397 Don't resize reused window. Suggested by Glenn Morris.
2398
2399 2012-09-22 Stefan Merten <smerten@oekonux.de>
2400
2401 * textmodes/rst.el: Revamp section title faces.
2402 (rst-official-version)
2403 (rst-package-emacs-version-alist): Sync with official version
2404 V1.4.0.
2405 (rst-faces-defaults, rst-set-level-default)
2406 (rst-level-face-max, rst-level-face-base-color)
2407 (rst-level-face-base-light, rst-level-face-format-light)
2408 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2409 (rst-adornment-faces-alist): Match new setup.
2410 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2411 (rst-level-5, rst-level-6): New faces.
2412
2413 2012-09-22 Chong Yidong <cyd@gnu.org>
2414
2415 * simple.el (undo): Handle indirect buffers (Bug#8207).
2416
2417 2012-09-21 Leo Liu <sdl.web@gmail.com>
2418
2419 IDO: Disable match re-ordering for buffer switching.
2420 * ido.el (ido-buffer-disable-smart-matches): New variable.
2421 (ido-set-matches-1): Use it. (Bug#2042)
2422
2423 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2424
2425 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2426 Fix 2011-05-17 change. (Bug#12418)
2427
2428 2012-09-21 Leo Liu <sdl.web@gmail.com>
2429
2430 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2431
2432 2012-09-21 Glenn Morris <rgm@gnu.org>
2433
2434 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2435 Be more robust about locating simple.el.
2436
2437 2012-09-21 Glenn Morris <rgm@gnu.org>
2438
2439 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2440
2441 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2442
2443 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2444
2445 2012-09-20 Juri Linkov <juri@jurta.org>
2446
2447 * replace.el (query-replace-read-from): Use `read-regexp' instead
2448 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2449 (occur-read-primary-args): Use `read-regexp' instead of
2450 `read-string'.
2451 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2452 `read-from-minibuffer'.
2453 * isearch.el (isearch-occur): Use `read-regexp' instead of
2454 `read-string'.
2455 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2456 `read-from-minibuffer'.
2457 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2458 of `read-string'. (Bug#7567)
2459
2460 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2461 and allow accepting a list of strings prepended to a list of
2462 standard default values. Doc fix. (Bug#12321)
2463
2464 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2465
2466 * replace.el (read-regexp): Don't add ": " when PROMPT already
2467 ends with a colon and space. (Bug#12321)
2468
2469 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2470
2471 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2472 error.
2473
2474 2012-09-20 Stefan Merten <smerten@oekonux.de>
2475
2476 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2477 Fixes feature request bug#11711.
2478 (rst-mode): Create `imenu-create-index-function'.
2479 (rst-get-stripped-line): Delete after refactoring.
2480 (rst-section-tree, rst-section-tree-rec)
2481 (rst-section-tree-point): Refactor and document properly.
2482 (rst-imenu-find-adornments-for-position)
2483 (rst-imenu-convert-cell, rst-imenu-create-index):
2484 New function.
2485
2486 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2489 (macroexp--expand-all): Use it.
2490 (macroexp--funcall-and-return): Remove by folding it into its sole
2491 caller (macroexp--warn-and-return).
2492 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2493 Use macroexp--obsolete-warning.
2494
2495 * calc/calc.el: Fix last change by removing the whole chunk, since it
2496 was only needed back when Calc was not bundled.
2497
2498 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2499
2500 * emacs-lisp/debug.el (debug): Restore assignment to
2501 debugger-old-buffer removed on 2012-09-08.
2502
2503 2012-09-20 Juri Linkov <juri@jurta.org>
2504
2505 * dired-aux.el (dired-diff): Remove (require 'diff) since
2506 `diff-latest-backup-file' is now autoloaded.
2507
2508 2012-09-20 Chong Yidong <cyd@gnu.org>
2509
2510 * vc/diff.el (diff-latest-backup-file): Autoload.
2511
2512 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * calc/calc.el: Remove redundant autoload shape check.
2515 (sel-mode): Don't defvar.
2516 (calc-get-stack-element): Add `sel-mode' arg instead.
2517 (calc-top, calc-top-list): Pass it this additional argument.
2518 * calc/calc-store.el (calc-store-map):
2519 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2520 (calc-map-equation, calc-outer-product, calc-inner-product):
2521 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2522
2523 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2524
2525 2012-09-19 Juri Linkov <juri@jurta.org>
2526
2527 * dired-aux.el (dired-diff): Add (require 'diff) because
2528 `diff-latest-backup-file' is not autoloaded.
2529 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2530 of `dired-get-filename' to t to not report error when there is
2531 no default file on the current line.
2532
2533 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2534
2535 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2536 macroexp--eval-if-compile.
2537 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2538 (macroexp--expand-all): Use them (bug#12371).
2539
2540 * doc-view.el (doc-view-guess-paper-size)
2541 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2542
2543 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2544
2545 New feature: set optimal slice from BoundingBox information.
2546 * doc-view.el (doc-view-mode-map): Add keybinding.
2547 (doc-view-menu): Add menu entry.
2548 (doc-view-set-slice): Adapt docstring.
2549 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2550 (doc-view-scale-bounding-box)
2551 (doc-view-set-slice-from-bounding-box): New functions.
2552 (doc-view-paper-sizes): New defvar.
2553
2554 2012-09-19 Glenn Morris <rgm@gnu.org>
2555
2556 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2557 (byte-compile-log-warning): Autoload. (Bug#12371)
2558
2559 * calendar/calendar.el (calendar-american-month-header)
2560 (calendar-european-month-header, calendar-iso-month-header)
2561 (calendar-month-header): New options.
2562 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2563 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2564
2565 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2566
2567 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2568
2569 2012-09-18 Juri Linkov <juri@jurta.org>
2570
2571 * dired-aux.el (dired-diff): Restore original functionality of
2572 getting the default value, but keep new feature of using the
2573 latest existing backup file (`diff-latest-backup-file').
2574
2575 2012-09-18 Juri Linkov <juri@jurta.org>
2576
2577 * dired.el (dired-mark): If the region is active in Transient Mark
2578 mode, mark all files in the active region. Doc fix.
2579 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2580 Doc fix. (Bug#10624)
2581
2582 2012-09-18 Juri Linkov <juri@jurta.org>
2583
2584 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2585 attributes for M-n are pulled from the file at point.
2586 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2587 Suggested by Drew Adams. (Bug#10624)
2588
2589 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2590
2591 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2592 whitespace after "end".
2593 (ruby-do-end-to-brace): Collapse block to one line if it fits
2594 within fill-column.
2595
2596 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2597
2598 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2599 value.
2600 (debug): Don't remove debugger window when debugger is expected
2601 to be back.
2602
2603 2012-09-18 Chong Yidong <cyd@gnu.org>
2604
2605 * custom.el (defface): Doc fix.
2606
2607 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2608
2609 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2610
2611 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2612 to initialize query-on-exit; then test that instead (bug#12288).
2613
2614 2012-09-17 Stefan Merten <smerten@oekonux.de>
2615
2616 * textmodes/rst.el: Add support for `testcover'.
2617 (rst-defcustom-testcover, rst-testcover-add-compose)
2618 (rst-testcover-add-1value): New functions.
2619 (rst-portable-mark-active-p): Replace by `use-region-p'.
2620 (rst-update-section, rst-classify-adornment)
2621 (rst-find-title-line): Mark `1value' forms.
2622 (rst-classify-adornment): Remove superfluous form.
2623 (rst-update-section, rst-get-adornments-around)
2624 (rst-adornment-complete-p, rst-get-next-adornment)
2625 (rst-adjust, rst-promote-region)
2626 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2627 (rst-find-pfx-in-region, rst-section-tree-rec)
2628 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2629 (rst-toc-node, rst-toc, rst-forward-section)
2630 (rst-iterate-leftmost-paragraphs)
2631 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2632 (rst-bullet-list-region)
2633 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2634 (rst-compile-find-conf, rst-compile)
2635 (rst-repeat-last-character): Fix style.
2636
2637 2012-09-17 Chong Yidong <cyd@gnu.org>
2638
2639 * comint.el (comint--complete-file-name-data): Don't add a space
2640 if the status is `sole'; that adds a gratuitous space in the
2641 completion-cycling case (Bug#12092).
2642
2643 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2644
2645 2012-09-17 Richard Stallman <rms@gnu.org>
2646
2647 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2648 only in the mime-shown mode, not in raw mode.
2649 (rmail-mime): Toggle off mime by displaying the message without
2650 mime processing. (Bug#12305)
2651
2652 * mail/rmail.el (rmail-retry-failure):
2653 Turn off mime processing first. (Bug#12037)
2654
2655 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2656
2657 2012-09-17 Chong Yidong <cyd@gnu.org>
2658
2659 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2660 (shell-dynamic-complete-functions): Convert to defcustom.
2661 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2662
2663 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2664 * comint.el (comint-prompt-read-only):
2665 * custom.el (defcustom):
2666 * hi-lock.el (hi-lock-mode):
2667 * ibuffer.el (ibuffer-formats):
2668 * ielm.el (ielm-prompt-read-only):
2669 * novice.el (disable-command):
2670 * saveplace.el (toggle-save-place):
2671 * speedbar.el (speedbar-supported-extension-expressions):
2672 * startup.el (auto-save-list-file-prefix, init-file-user)
2673 (after-init-hook, inhibit-startup-echo-area-message):
2674 * strokes.el (strokes-help):
2675 * time-stamp.el (time-stamp):
2676 * calendar/calendar.el (calendar, diary-file):
2677 * calendar/diary-lib.el (diary-mail-entries, diary)
2678 (diary-list-entries-hook):
2679 * calendar/holidays.el (holidays, calendar-holidays):
2680 * calendar/lunar.el (lunar-phases):
2681 * calendar/solar.el (sunrise-sunset):
2682 * emulation/edt.el (edt-load-keys):
2683 * emulation/viper.el (viper-mode):
2684 * eshell/em-alias.el (eshell-command-aliases-list):
2685 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2686 * international/ogonek.el (ogonek-information):
2687 * net/tramp-cmds.el (tramp-bug):
2688 * net/quickurl.el (quickurl-reread-hook-postfix):
2689 * play/decipher.el (decipher-font-lock-keywords):
2690 * progmodes/cc-styles.el (c-set-style):
2691 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2692 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2693 * progmodes/octave-mod.el (octave-mode):
2694 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2695 * progmodes/verilog-mode.el (verilog-read-defines):
2696 * textmodes/two-column.el (2C-mode): Likewise.
2697
2698 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2699
2700 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2701 that holds many addresses.
2702
2703 2012-09-16 Chong Yidong <cyd@gnu.org>
2704
2705 * align.el (align-areas): Call the indication function with
2706 positions instead of markers for arguments (Bug#12343).
2707
2708 * files.el (parse-colon-path): Use split-string (Bug#12351).
2709
2710 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2711 (display-buffer-function): Mark as obsolete.
2712
2713 * progmodes/compile.el (compilation-parse-errors): Accept list
2714 values similar to font-lock-keywords (Bug#12136).
2715 Suggested by Oleksandr Manzyuk.
2716 (compilation-error-regexp-alist): Doc fix.
2717
2718 2012-09-15 Glenn Morris <rgm@gnu.org>
2719
2720 * version.el (emacs-bzr-version-bzr): New function.
2721 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2722
2723 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2724 checkouts, check the parent dirstate matches the branch.
2725 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2726 empty string.
2727
2728 * version.el (emacs-bzr-version): Doc fix.
2729 (emacs-bzr-version-dirstate): New function.
2730 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2731 is local try and check that it matches the branch. If not, just
2732 use dirstate information. (Bug#12441)
2733
2734 2012-09-14 Juri Linkov <juri@jurta.org>
2735
2736 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2737 (Bug#12399)
2738
2739 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2742
2743 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2744 Remove obsolete byte-compiler hack that tried to silence some warnings.
2745 (edebug-submit-bug-report): Remove.
2746 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2747 Remove aliases, use the un-prefixed name instead.
2748 (edebug-pop-to-buffer): Consider other frames.
2749 (edebug-original-read):: Make it more obvious that it's always defined.
2750 (edebug--make-form-data-entry, edebug--form-data-name)
2751 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2752 single-dashed name, and implement with cl-defstruct.
2753 (edebug-set-form-data-entry): Use the standard accessors.
2754 (edebug-make-top-form-data-entry): Use push.
2755 (edebug-no-match): Drop useless `funcall'.
2756 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2757 to functions.
2758 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2759 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2760 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2761 (easy-menu-define, with-custom-print): Remove redundant specs.
2762 (edebug-outside-overriding-local-map)
2763 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2764 (edebug--display): Bind unread-command-events directly to nil rather
2765 than binding it to unread-command-events and later setting it to nil.
2766 (edebug--display): Kill edebug-eval-buffer here...
2767 (edebug--recursive-edit): ...rather than here.
2768 Bind standard-output and standard-input.
2769 (edebug-eval): Check cl-macroexpand-all is fboundp.
2770 (edebug-temp-display-freq-count): Fix last change.
2771
2772 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2773 * subr.el (noreturn, 1value): Add `debug' spec.
2774 * emacs-lisp/advice.el: Require cl-lib.
2775 (ad-copy-tree): Remove, use copy-tree instead.
2776 (ad-dolist): Remove use dolist or cl-dolist instead.
2777 (ad-do-return): Remove, use cl-return instead.
2778 (defadvice): Add `debug' spec.
2779
2780 2012-09-13 Juri Linkov <juri@jurta.org>
2781
2782 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2783 (Bug#12399)
2784
2785 2012-09-13 Glenn Morris <rgm@gnu.org>
2786
2787 * calc/calc.el (math-compose-expr):
2788 * calc/calc-ext.el (math-compose-expr):
2789 * progmodes/cc-defs.el (cl-macroexpand-all):
2790 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2791 (cl-macroexpand-all): Update declarations.
2792
2793 * vc/vc.el: No need to require ediff.
2794 (ediff-load-version-control): Declare.
2795 (ediff-vc-internal): Fix declaration.
2796 (vc-version-ediff): Require ediff.
2797
2798 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2799
2800 Use a more backwards-compatible timer format (Bug#12430).
2801 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2802 being right after USECS, as that better supports old code that
2803 inadvisedly looked directly at the timer vector.
2804
2805 2012-09-13 Kenichi Handa <handa@gnu.org>
2806
2807 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2808 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2809 `coding-priority' property of these language environment.
2810
2811 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2812
2813 Fix glitches caused by addition of psec to timers (Bug#12430).
2814 * image.el (image-animate-timer):
2815 * time.el (display-time-world-timer):
2816 Use timer--function and timer--args rather than raw access to
2817 timer vector.
2818
2819 2012-09-13 Glenn Morris <rgm@gnu.org>
2820
2821 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2822 If not compiling a file, try using load-file-name.
2823
2824 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2827 Fix last change.
2828 (edebug-update-eval-list): Use `push'.
2829
2830 * emacs-lisp/edebug.el: Use lexical-binding.
2831 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2832 Mark unused args with underscore.
2833 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2834 (edebug-form-data): Use defvar-local.
2835 (edebug-make-before-and-after-form, edebug-make-after-form):
2836 Use backquote.
2837 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2838 Not dynamically scoped any more.
2839 (edebug--enter-trace): Add arguments `function' and `args'.
2840 Rename from edebug-enter-trace.
2841 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2842 (edebug--update-coverage): Add `after-index' and `value' args.
2843 Rename from edebug-update-coverage.
2844 (edebug-slow-after): Call it accordingly.
2845 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2846 edebug-recursive-edit.
2847 (edebug--display): Call it accordingly. Add args `value',
2848 `offset-index', and `arg-mode'. Rename from edebug-display.
2849 (edebug-debugger, edebug): Call it accordingly.
2850 (edebug-eval-display-list): Use dolist.
2851
2852 2012-09-12 Juri Linkov <juri@jurta.org>
2853
2854 * info.el (Info-search): Don't check for isearch-mode and
2855 isearch-regexp before let-binding search-spaces-regexp to
2856 Info-search-whitespace-regexp.
2857 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2858 search-whitespace-regexp if isearch-lax-whitespace or
2859 isearch-regexp-lax-whitespace is non-nil.
2860 (Info-mode): Don't set local variable search-whitespace-regexp.
2861 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2862
2863 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2866 (debugger-env-macro): Remove support for unread-command-char.
2867
2868 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2869 the temporary map re-appearing on emulation-mode-map-alists.
2870
2871 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2872 since 22.1.
2873
2874 * ehelp.el (with-electric-help): Accept functions in
2875 electric-help-form-to-execute.
2876 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2877 And replace unread-command-char -> unread-command-events.
2878
2879 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2880
2881 Sync with Tramp 2.2.6.
2882
2883 * net/tramp.el (tramp-accept-process-output): Don't use
2884 JUST-THIS-ONE in the XEmacs case.
2885
2886 * net/trampver.el: Update release number.
2887
2888 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2889
2890 * emacs-lisp/debug.el (debugger-previous-window-height):
2891 New variable.
2892 (debug): When debugger-jumping-flag is non-nil try to restore
2893 height of debugger window. (Bug#8789)
2894
2895 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2898 overriding-local-map and pre/post-command-hook here.
2899 (edebug-recursive-edit): Do it here instead (bug#12345).
2900 (edebug-outside-unread-command-char): Remove all uses of
2901 unread-command-char.
2902
2903 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2904 inhibit-debugger is bound instead.
2905
2906 2012-09-11 Bastien Guerry <bzg@gnu.org>
2907
2908 * subr.el (set-temporary-overlay-map): Add a docstring.
2909 (Bug#12346)
2910
2911 2012-09-11 Bastien Guerry <bzg@gnu.org>
2912
2913 * minibuffer.el (completion-table-subvert): Fix docstring.
2914 (Bug#12347)
2915
2916 2012-09-11 Bastien Guerry <bzg@gnu.org>
2917
2918 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2919
2920 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2921
2922 * progmodes/sql.el: Version 3.1
2923 (sql-db2-escape-newlines): New variable.
2924 (sql-escape-newlines-filter): Use it.
2925
2926 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2927
2928 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2929
2930 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2931
2932 * vc/diff-mode.el (diff-mode-menu):
2933 Bind diff-remove-trailing-whitespace.
2934
2935 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2938 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2939 (emacs-lisp-byte-code-mode): New functions.
2940 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2941 (eval-defun-2): Remove bogus interactive spec.
2942 (lisp-indent-line): Remove redundant whole-exp code, now done in
2943 indent-according-to-mode.
2944 (save-match-data): Remove redundant indent data.
2945
2946 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2947 Use `declare'.
2948
2949 2012-09-09 Juri Linkov <juri@jurta.org>
2950
2951 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2952 (replace-lax-whitespace, query-replace-regexp)
2953 (query-replace-regexp-eval, replace-regexp): Doc fix.
2954 (perform-replace, replace-highlight): Let-bind
2955 isearch-lax-whitespace to replace-lax-whitespace and
2956 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2957
2958 * isearch.el (isearch-query-replace): Let-bind
2959 replace-lax-whitespace to isearch-lax-whitespace and
2960 replace-regexp-lax-whitespace to
2961 isearch-regexp-lax-whitespace. (Bug#10885)
2962
2963 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2966
2967 2012-09-09 Alan Mackenzie <acm@muc.de>
2968
2969 * progmodes/cc-engine.el (c-state-cache-init):
2970 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2971 (c-record-parse-state-state):
2972 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2973
2974 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2975
2976 * register.el (register-separator): Rename from
2977 separator-register. All uses changed. Doc fix.
2978 (register): Fix version.
2979
2980 2012-09-09 Chong Yidong <cyd@gnu.org>
2981
2982 * replace.el (query-replace-map): Bind four new symbols for
2983 requesting window scrolling.
2984
2985 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2986 query-replace-map (Bug#8948).
2987
2988 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2989
2990 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2991 since they are now in query-replace-map.
2992
2993 * window.el (scroll-other-window-down): Make the arg optional.
2994
2995 2012-09-09 Chong Yidong <cyd@gnu.org>
2996
2997 * files.el (hack-local-variables-confirm): Use quit-window to kill
2998 the *Local Variables* buffer.
2999
3000 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3001
3002 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3003 not just expect to be at its beginning. Adjust callees.
3004 Succeed when do-end block has no space before the pipe character.
3005 (ruby-brace-to-do-end): When the original block is one-liner,
3006 convert to multiline. Reindent the result.
3007
3008 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3009
3010 * register.el (register): New group.
3011 (separator-register): New user option.
3012 (increment-register): Route it to `append-to-register', if
3013 register contains text. Implication is that `C-x r +' can now be
3014 used for appending to a text register (bug#12217).
3015 (append-to-register, prepend-to-register): Add separator based on
3016 `separator-register'.
3017
3018 2012-09-08 Alan Mackenzie <acm@muc.de>
3019
3020 AWK Mode: make auto-newline work when there's "==" in the pattern.
3021 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3022 correctly.
3023 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3024 Test more rigorously for "=" token.
3025
3026 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3027
3028 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3029 Only fail when reached LIMIT.
3030
3031 2012-09-08 Chong Yidong <cyd@gnu.org>
3032
3033 * dired.el (dired-mode-map): Don't bind M-=.
3034
3035 * dired-aux.el (dired-diff): Use backup file as default.
3036
3037 2012-09-08 Drew Adams <drew.adams@oracle.com>
3038
3039 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3040
3041 2012-09-08 Chong Yidong <cyd@gnu.org>
3042
3043 * subr.el (syntax-after, syntax-class): Doc fix.
3044
3045 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3046
3047 * window.el (display-buffer-in-previous-window): New buffer
3048 display action function.
3049
3050 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3051 (debugger-previous-window): New variable.
3052 (debug): Rewrite using display-buffer-in-previous-window,
3053 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3054
3055 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3058
3059 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3060
3061 * progmodes/python.el (python-shell-send-string):
3062 When default-directory is remote, create temp file on remote
3063 filesystem.
3064 (python-shell-send-file): When file is remote, pass local view of
3065 file paths to remote Python interpreter. (Bug#12340)
3066
3067 2012-09-07 Chong Yidong <cyd@gnu.org>
3068
3069 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3070
3071 * files.el (after-find-file): Don't fail on a read-only buffer if
3072 require-final-newline is `visit' or `visit-save' (Bug#11156).
3073
3074 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3075
3076 * userlock.el (ask-user-about-supersession-threat):
3077 Use read-char-choice (Bug#12093).
3078
3079 2012-09-07 Chong Yidong <cyd@gnu.org>
3080
3081 * subr.el (buffer-narrowed-p): New function.
3082
3083 * ses.el (ses-widen):
3084 * simple.el (count-words--buffer-message):
3085 * net/browse-url.el (browse-url-of-buffer): Use it.
3086
3087 * simple.el (count-words-region): Don't signal an error if there
3088 is a non-nil prefix arg and the mark is not set.
3089
3090 * help.el (describe-key-briefly): Allow the message to be seen
3091 when invoked from the minibuffer (Bug#7014).
3092
3093 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3094
3095 * progmodes/ruby-mode.el (ruby-end-of-defun)
3096 (ruby-beginning-of-defun): Simplify, allow indentation before
3097 block beginning and end keywords.
3098 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3099 (ruby-end-of-defun): Expect that the point is at the beginning of
3100 the defun.
3101
3102 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3105 (bug#12367).
3106 (cl--make-usage-args): Strip _ from argument names.
3107
3108 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3109
3110 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3111 obsolete alias speedbar-key-map.
3112 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3113 (vhdl-index-menu-init): Don't use obsolete variable
3114 font-lock-maximum-size.
3115
3116 2012-09-06 Chong Yidong <cyd@gnu.org>
3117
3118 * frame.el (window-system-version): Mark as obsolete.
3119
3120 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3121 of obsolete variable speedbar-key-map.
3122
3123 2012-09-06 Juri Linkov <juri@jurta.org>
3124
3125 * replace.el (replace-lax-whitespace): New defcustom.
3126 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3127 (replace-string, replace-regexp): Mention it in docstrings.
3128 (perform-replace, replace-highlight): Let-bind
3129 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3130 to the values of replace-lax-whitespace and regexp-flag.
3131 Don't let-bind search-whitespace-regexp. (Bug#10885)
3132
3133 * isearch.el (isearch-query-replace): Let-bind
3134 replace-lax-whitespace instead of let-binding
3135 replace-search-function and replace-re-search-function.
3136 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3137 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3138 (isearch-toggle-symbol): Set isearch-regexp to nil
3139 in isearch-word mode (like in isearch-toggle-word).
3140
3141 2012-09-06 Juri Linkov <juri@jurta.org>
3142
3143 * replace.el (replace-search-function)
3144 (replace-re-search-function): Set default values to nil.
3145 (perform-replace): Let-bind isearch-related variables based on
3146 replace-related values, call `isearch-search-fun' and let-bind
3147 the result to `search-function'. Remove code that sets
3148 `search-function' and `search-string' separately for
3149 `delimited-flag'.
3150 (replace-highlight): Add new argument `delimited-flag' and
3151 rename other arguments to the names used in `perform-replace'.
3152 Let-bind `isearch-word' to the argument `delimited-flag'.
3153 (Bug#10885, bug#10887)
3154
3155 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3156
3157 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3158 ruby-beginning-of-indent, simplify, allow all keywords to have
3159 indentation before them.
3160 (ruby-beginning-of-indent): Adjust for above. Search until the
3161 found point is not inside a string or comment.
3162 (ruby-font-lock-keywords): Allow symbols to start with "@"
3163 character, give them higher priority than variables.
3164 (ruby-syntax-propertize-function)
3165 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3166 matchers. Expression expansions are not comments when inside a
3167 string, and there comment syntax status is irrelevant.
3168 (ruby-match-expression-expansion): New function. Check that
3169 expression expansion is inside a string, and it's not escaped.
3170 (ruby-font-lock-keywords): Use it.
3171
3172 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3173
3174 * help.el (temp-buffer-max-height): New default value.
3175 (temp-buffer-resize-frames): New option.
3176 (resize-temp-buffer-window): Optionally resize frame.
3177
3178 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3179 (fit-frame-to-buffer): New function.
3180
3181 2012-09-05 Glenn Morris <rgm@gnu.org>
3182
3183 * emulation/cua-rect.el (cua--init-rectangles):
3184 * textmodes/picture.el (picture-mode-map):
3185 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3186 like forward-char and backward-char. (Bug#12317)
3187
3188 2012-09-05 Leo Liu <sdl.web@gmail.com>
3189
3190 * progmodes/flymake.el (flymake-warning-re): New variable.
3191 (flymake-parse-line): Use it.
3192
3193 2012-09-05 Glenn Morris <rgm@gnu.org>
3194
3195 * calendar/holidays.el (holiday-christian-holidays):
3196 Rename an entry. (Bug#12289)
3197
3198 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3201 (bug#12222).
3202
3203 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * loadup.el: Load macroexp. Remove hack.
3206 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3207 (macroexp--expand-all): Use it to get better warnings.
3208 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3209 (internal-macroexpand-for-load): New functions.
3210 (macroexp--pending-eager-loads): New var.
3211 (emacs-startup-hook): New hack to replace one in loadup.el.
3212 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3213 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3214 (cl-psetf): Simplify.
3215 (cl-defstruct): Add indent rule.
3216
3217 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3218
3219 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3220 over `user-mail-address' for the SMTP MAIL FROM envelope.
3221 (smtpmail-via-smtp): Ditto.
3222
3223 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3224
3225 * progmodes/ruby-mode.el: Clean up keybindings.
3226 (ruby-mode-map): Don't bind ruby-electric-brace,
3227 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3228 backward-kill-word, reindent-then-newline-and-indent.
3229 (ruby-mark-defun): Remove.
3230 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3231 (ruby-mode): Set local beginning-of-defun-function and
3232 end-of-defun-function values.
3233
3234 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3235
3236 * window.el (temp-buffer-window-setup-hook)
3237 (temp-buffer-window-show-hook): New hooks.
3238 (temp-buffer-window-setup, temp-buffer-window-show)
3239 (with-temp-buffer-window): New functions.
3240 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3241 (special-display-popup-frame): Make sure the window used shows BUFFER.
3242
3243 * help.el (temp-buffer-resize-mode): Fix doc-string.
3244 (resize-temp-buffer-window): New optional argument WINDOW.
3245
3246 * files.el (recover-file, save-buffers-kill-emacs):
3247 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3248
3249 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3250
3251 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3252 remote definition of `default-directory', ensure we can connect.
3253
3254 2012-09-02 Juri Linkov <juri@jurta.org>
3255
3256 Toggle whitespace matching mode with M-s SPC.
3257 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3258
3259 * isearch.el (search-whitespace-regexp): Doc fix.
3260 Remove cons cell customization.
3261 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3262 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3263 New variables.
3264 (isearch-forward, isearch-forward-regexp): Doc fix.
3265 (isearch-toggle-lax-whitespace): New command.
3266 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3267 (re-search-forward-lax-whitespace)
3268 (re-search-backward-lax-whitespace): New functions.
3269 (isearch-whitespace-regexp): Remove function.
3270 (isearch-query-replace): Let-bind replace-search-function and
3271 replace-re-search-function.
3272 (isearch-occur): Let-bind search-spaces-regexp according to the
3273 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3274 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3275 condition for C-q SPC.
3276 (isearch-search-fun-default): Use new functions mentioned above.
3277 (isearch-search-forward, isearch-search-backward): Remove functions.
3278 (isearch-search): Don't let-bind search-spaces-regexp.
3279 (isearch-lazy-highlight-space-regexp): Remove variable.
3280 (isearch-lazy-highlight-lax-whitespace)
3281 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3282 (isearch-lazy-highlight-new-loop): Use them.
3283 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3284
3285 2012-09-02 Chong Yidong <cyd@gnu.org>
3286
3287 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3288
3289 2012-09-02 Glenn Morris <rgm@gnu.org>
3290
3291 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3292
3293 2012-09-01 Glenn Morris <rgm@gnu.org>
3294
3295 * term.el: Tidy up menu definitions.
3296 (term-mode-map): Use easymenu for In/Out, Complete menus.
3297 (term-pager-break-map): Initialize in the defvar.
3298 (term-terminal-menu, term-signals-menu): Define with easymenu.
3299 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3300 (term-pager-menu): New, extracted from term-process-pager.
3301 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3302 (term-update-mode-line): Propertize line/char and page items.
3303 (term-process-pager): Move keymap initialization elsewhere.
3304
3305 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3306
3307 * window.el (switch-to-prev-buffer): Handle additional values of
3308 BURY-OR-KILL argument. Don't switch in minibuffer window.
3309 (switch-to-next-buffer): Don't switch in minibuffer window.
3310 (quit-restore-window): New function based on quit-window.
3311 Handle additional values of former KILL argument.
3312 (quit-window): Call quit-restore-window with appropriate
3313 interpretation of KILL argument.
3314 (display-buffer-below-selected): New buffer display action
3315 function.
3316
3317 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 * minibuffer.el (completion-at-point-functions): Complete docstring
3320 (bug#12254).
3321
3322 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3323
3324 Better seed support for (random).
3325 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3326 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3327 * play/mpuz.el, play/tetris.el, play/zone.el:
3328 * calc/calc-comb.el (math-init-random-base):
3329 * play/blackbox.el (bb-init-board):
3330 * play/life.el (life):
3331 * server.el (server-use-tcp):
3332 * type-break.el (type-break):
3333 Remove unnecessary call to (random t).
3334 * net/sasl.el (sasl-unique-id-function):
3335 Change (random t) to (random), now that the latter is more random.
3336 * play/life.el (life-initialized): Remove no-longer-needed var.
3337
3338 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3339
3340 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3341 Consider frame's buffer predicate when choosing the buffer.
3342 (Bug#12081)
3343
3344 2012-08-30 Richard Stallman <rms@gnu.org>
3345
3346 * simple.el (special-mode-map): Delete binding for `z'.
3347
3348 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3349
3350 * progmodes/compile.el (compilation-always-kill): Doc fix.
3351
3352 2012-08-30 Chong Yidong <cyd@gnu.org>
3353
3354 * window.el (display-buffer-reuse-frames): Make the obsolescence
3355 message more informative.
3356
3357 2012-08-30 Glenn Morris <rgm@gnu.org>
3358
3359 * paren.el (show-paren-delay):
3360 Add a :set function. Doc fix. (Bug#12297)
3361
3362 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3363
3364 * progmodes/compile.el (compilation-always-kill): New var.
3365 (compilation-start): Use it.
3366
3367 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3370 * files.el (read-only-mode): Move to simple.el.
3371
3372 * files.el (read-only-mode): New minor mode.
3373 (toggle-read-only): Use it and mark obsolete.
3374 (find-file--read-only):
3375 * vc/vc.el (vc-next-action, vc-checkout):
3376 * vc/vc-cvs.el (vc-cvs-checkout):
3377 * obsolete/vc-mcvs.el (vc-mcvs-update):
3378 * ffap.el (ffap--toggle-read-only): Update callers.
3379
3380 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3381
3382 * eshell/esh-ext.el (eshell-external-command): Do not examine
3383 remote shell scripts.
3384 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3385
3386 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3387 "/usr/local/sbin".
3388
3389 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3392
3393 2012-08-28 Leo Liu <sdl.web@gmail.com>
3394
3395 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3396 completion-at-point. (Bug#12220)
3397
3398 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3399
3400 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3401
3402 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3405 be buffer-local; add delete-trailing-whitespace (bug#12259).
3406
3407 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3408
3409 * progmodes/hideif.el (hif-compress-define-list):
3410 Fix typo. (Bug#11951)
3411
3412 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3413
3414 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3415 buffer local setting.
3416
3417 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3418 rcirc-encode-coding-system.
3419
3420 2012-08-28 Leo Liu <sdl.web@gmail.com>
3421
3422 * net/rcirc.el (rcirc-split-message): New function.
3423 (rcirc-send-message): Use it. (Bug#12051)
3424
3425 2012-08-28 Juri Linkov <juri@jurta.org>
3426
3427 * info.el (Info-fontify-node): Hide empty lines at the end of
3428 the node. (Bug#12272)
3429
3430 2012-08-27 Drew Adams <drew.adams@oracle.com>
3431
3432 * dired.el (dired-pop-to-buffer): Make window start at beginning
3433 of buffer (Bug#12281).
3434
3435 2012-08-26 Chong Yidong <cyd@gnu.org>
3436
3437 * window.el (special-display-regexps, special-display-frame-alist)
3438 (special-display-buffer-names, special-display-function)
3439 (display-buffer-reuse-frames): Mark as obsolete.
3440
3441 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3442
3443 * help.el (help-print-return-message): Don't treat
3444 display-buffer-reuse-frames specially.
3445
3446 2012-08-26 Chong Yidong <cyd@gnu.org>
3447
3448 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3449 New variable, replacing gdb-frame-parameters.
3450 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3451 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3452 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3453 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3454 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3455 the functions directly with gdb-display-buffer-other-frame-action.
3456 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3457 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3458 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3459 (gdb-display-registers-buffer): Define directly.
3460 (def-gdb-display-buffer): Macro deleted.
3461 (gdb-display-buffer): Remove second and third args, callers don't
3462 use them. Defer to the default display-buffer behavior, apart
3463 from making windows dedicated.
3464 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3465
3466 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3467
3468 * window.el (display-buffer-pop-up-frame): Handle a
3469 pop-up-frame-parameters alist entry.
3470 (display-buffer): Document it.
3471
3472 2012-08-26 Chong Yidong <cyd@gnu.org>
3473
3474 * isearch.el (search-whitespace-regexp): Make string and nil
3475 values apply to both ordinary and regexp search. Allow a cons
3476 cell value to distinguish between the two.
3477 (isearch-whitespace-regexp, isearch-search-forward)
3478 (isearch-search-backward): New functions.
3479 (isearch-occur, isearch-search-fun-default, isearch-search)
3480 (isearch-lazy-highlight-new-loop): Use them.
3481 (isearch-forward, isearch-forward-regexp): Doc fix.
3482
3483 2012-08-26 Chong Yidong <cyd@gnu.org>
3484
3485 * faces.el (help-argument-name): Always inherit from italic
3486 (Bug#12213).
3487
3488 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3489
3490 * window.el (window--even-window-heights): Even heights when
3491 WINDOW and the selected window form a vertical combination.
3492 (display-buffer-use-some-window): Provide that window used gets
3493 sized back by quit-window. (Bug#11880) and (Bug#12091)
3494
3495 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3496
3497 Fix file time stamp problem with bzr and CVS (Bug#12001).
3498 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3499 in the file's time stamp, since the version control system loses
3500 that information.
3501
3502 2012-08-22 Juri Linkov <juri@jurta.org>
3503
3504 * info.el (Info-fontify-node): Hide the suffix of the
3505 Info file name in the header line. (Bug#12187)
3506
3507 2012-08-22 Glenn Morris <rgm@gnu.org>
3508
3509 * calendar/cal-tex.el (cal-tex-weekly-common):
3510 Restore leading blank page.
3511
3512 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
3513
3514 * misc.el (forward-to-word, backward-to-word): Activate or extend
3515 the region under `shift-select-mode'. (Bug#12231)
3516
3517 2012-08-22 Bastien Guerry <bzg@gnu.org>
3518
3519 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3520 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3521 gives details on why the space is never needed.
3522
3523 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3524
3525 * window.el (walk-window-tree, window-with-parameter):
3526 New optional argument MINIBUF to control whether these functions
3527 should run on the minibuffer window.
3528 (window-at-side-list): Don't operate on minibuffer window.
3529 (window-in-direction): Simplify and rewrite doc-string.
3530 (window--size-ignore): Rename to window--size-ignore-p.
3531 Update callers.
3532 (display-buffer-in-atom-window, window--major-non-side-window)
3533 (window--major-side-window, display-buffer-in-major-side-window)
3534 (delete-side-window, display-buffer-in-side-window):
3535 New functions.
3536 (window--side-check, window-deletable-p, delete-window)
3537 (delete-other-windows, split-window): Handle side windows and
3538 atomic windows appropriately.
3539 (window--display-buffer): Call display-buffer-record-window also
3540 when the window buffer did not change.
3541
3542 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3543
3544 * help-fns.el (help-fns--key-bindings):
3545 Abbreviate non-symbol remap targets. (Bug#12174)
3546
3547 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3548
3549 * dired.el (dired-mark-remembered): Don't clobber point.
3550 (Bug#11795)
3551
3552 2012-08-22 Glenn Morris <rgm@gnu.org>
3553
3554 * progmodes/bug-reference.el (bug-reference): New custom group.
3555 (bug-reference-bug-regexp): Make it a defcustom.
3556
3557 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3558
3559 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3560 (js-paren-indent-offset, js-square-indent-offset)
3561 (js-curly-indent-offset): Add :safe (Bug#12257).
3562
3563 2012-08-22 Edward O'Connor <hober0@gmail.com>
3564
3565 * json.el (json-key-format): Add error properties.
3566 (json-encode-key): New function.
3567 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3568 Use json-encode-key.
3569
3570 2012-08-22 Glenn Morris <rgm@gnu.org>
3571
3572 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3573 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3574 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3575 Update for above change.
3576
3577 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3578
3579 * cus-face.el (custom-face-attributes): Fix customize type for the
3580 :underline attribute. (Bug#11805)
3581
3582 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3583
3584 * window.el (window-point-1, set-window-point-1): Remove.
3585 (window-in-direction, record-window-buffer)
3586 (set-window-buffer-start-and-point, split-window-below)
3587 (window--state-get-1, display-buffer-record-window):
3588 Replace calls to window-point-1 and set-window-point-1 by calls to
3589 window-point and set-window-point respectively.
3590
3591 2012-08-21 Glenn Morris <rgm@gnu.org>
3592
3593 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3594 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3595 Use it.
3596
3597 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3598 (cal-tex-shortday): New function.
3599 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3600 (cal-tex-cursor-filofax-daily): Use the above.
3601
3602 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3603 New functions.
3604 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3605 (cal-tex-cursor-filofax-week): Use them.
3606
3607 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3608 New constants.
3609 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3610 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3611
3612 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3613 (cal-tex-end-document): Don't rely on buffer name.
3614
3615 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3616 Use cal-tex-vspace.
3617 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3618 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3619 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3620 Use cal-tex-arg.
3621
3622 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3623 (cal-tex-cursor-week, cal-tex-cursor-week2)
3624 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3625 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3626 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3627 (cal-tex-insert-preamble, cal-tex-b-document)
3628 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3629 Improve cal-tex-cmd usage.
3630
3631 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3632 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3633 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3634 (cal-tex-weekly-paper): New function.
3635 (cal-tex-cursor-week, cal-tex-cursor-week2)
3636 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3637 (cal-tex-cursor-day): Use it.
3638
3639 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3640 (cal-tex-cursor-filofax-week): Remove leading blank page.
3641
3642 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3643 Add autoload cookie. For now at least, don't use color, since
3644 no other cal-tex function does.
3645
3646 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3647 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3648 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3649
3650 2012-08-21 Juri Linkov <juri@jurta.org>
3651
3652 * info.el (Info-file-attributes): New variable.
3653 (info-insert-file-contents): Add file attributes to
3654 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3655 `Info-toc-nodes' when previous modtime of the Info file is less
3656 than new modtime.
3657 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3658 of info.el. (Bug#12230)
3659
3660 2012-08-20 Glenn Morris <rgm@gnu.org>
3661
3662 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3663 * calendar/holidays.el (calendar-holiday-list):
3664 Report errors with display-warning rather than beep'n'sleep.
3665
3666 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3667
3668 * net/tramp.el (tramp-accept-process-output): Accept only output
3669 from PROC. Otherwise, process filters and sentinels might be
3670 confused. (Bug#12145)
3671
3672 2012-08-20 Chong Yidong <cyd@gnu.org>
3673
3674 * descr-text.el (describe-text-properties-1): Use overlays-in to
3675 report on empty overlays (Bug#3322).
3676
3677 2012-08-20 Glenn Morris <rgm@gnu.org>
3678
3679 * mail/rmailout.el (rmail-output-read-file-name):
3680 Trap and report errors in rmail-output-file-alist elements.
3681
3682 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3683 since most non-font-lock faces are not also variables).
3684
3685 2012-08-20 Edward Reingold <reingold@iit.edu>
3686
3687 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3688 New function. (Bug12160)
3689
3690 2012-08-19 Glenn Morris <rgm@gnu.org>
3691
3692 * mail/rmailout.el (rmail-output-read-file-name):
3693 Fix previous change (when the alist is nil or does not match).
3694
3695 2012-08-19 Chong Yidong <cyd@gnu.org>
3696
3697 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3698 (Bug#12228).
3699
3700 2012-08-18 Chong Yidong <cyd@gnu.org>
3701
3702 * simple.el (yank-handled-properties): New defcustom.
3703 (yank-excluded-properties): Add font-lock-face and category.
3704 (yank): Doc fix.
3705
3706 * subr.el (remove-yank-excluded-properties):
3707 Obey yank-handled-properties. The special handling of font-lock-face
3708 and category is now done this way, instead of being hard-coded.
3709 (insert-for-yank-1): Remove font-lock-face handling.
3710 (yank-handle-font-lock-face-property)
3711 (yank-handle-category-property): New function.
3712
3713 2012-08-17 Glenn Morris <rgm@gnu.org>
3714
3715 * mail/rmailout.el (rmail-output-read-file-name):
3716 Check rmail-output-file-alist against the full message body
3717 in the correct rmail buffer. (Bug#12214)
3718
3719 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3720
3721 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3722 Eliminate superfluous prompt. (Bug#12203)
3723
3724 2012-08-17 Chong Yidong <cyd@gnu.org>
3725
3726 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3727 font spec, set the font directly (Bug#3228).
3728
3729 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3730
3731 * window.el (delete-window): Fix last fix.
3732
3733 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3734
3735 * window.el (window-valid-p): Move to window.c.
3736 (window-child, window-child-count, window-last-child)
3737 (window-normalize-window, window-combined-p)
3738 (window-combinations, window-atom-root, window-min-size)
3739 (window-sizable, window-sizable-p, window-size-fixed-p)
3740 (window-min-delta, window-max-delta, window--resizable)
3741 (window--resizable-p, window-resizable, window-total-size)
3742 (window-full-height-p, window-full-width-p, window-body-size)
3743 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3744 (minimize-window, window-deletable-p, delete-window)
3745 (delete-other-windows, set-window-buffer-start-and-point)
3746 (next-buffer, previous-buffer, split-window, balance-windows-2)
3747 (set-window-text-height, window-buffer-height)
3748 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3749 (truncated-partial-width-window-p): Minor code adjustments.
3750 In doc-strings state whether the argument window has to denote a
3751 live, valid or any window.
3752
3753 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3754
3755 * progmodes/subword.el (subword-forward-function)
3756 (subword-backward-function, subword-forward-regexp)
3757 (subword-backward-regexp): New variables.
3758 (subword-forward, subword-forward-internal, subword-backward-internal):
3759 Use new variables, eg so that different "word" definitions
3760 can be easily used. (Bug#11411)
3761
3762 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3765 for composite selectors.
3766 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3767 operation just because we can't find a previous revision.
3768
3769 2012-08-15 Chong Yidong <cyd@gnu.org>
3770
3771 * frame.el (set-frame-font): Accept font objects.
3772
3773 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3776
3777 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3778
3779 * man.el (Man-overstrike-face, Man-underline-face)
3780 (Man-reverse-face): Remove variables.
3781 (Man-overstrike, Man-underline, Man-reverse): New faces.
3782 (Man-fontify-manpage): Use them instead of the variables.
3783 (Man-cleanup-manpage): Comment change.
3784 (Man-ansi-color-map): New variable.
3785 (Man-fontify-manpage): Use it.
3786 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3787
3788 Implement ANSI SGR parameters 22-27 (bug#12146).
3789 * ansi-color.el (ansi-colors): Doc fix.
3790 (ansi-color-context, ansi-color-context-region): Doc fix.
3791 (ansi-color--find-face): New function.
3792 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3793 Rename the local variable `face' to `codes' since it is now a list of
3794 ansi codes. Doc fix.
3795 (ansi-color-get-face): Remove.
3796 (ansi-color-parse-sequence): New function, derived from
3797 ansi-color-get-face.
3798 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3799 codes 22-27.
3800
3801 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * subr.el (read-passwd): Allow use from a minibuffer.
3804
3805 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3806
3807 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3808 inside comments and strings as identifiers.
3809
3810 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3811 expression to evaluate. This allows to evaluate expressions with
3812 embedded whitespace.
3813 (gud-tooltip-tips): Add a blank before the newline in the
3814 message-box text, for the benefit of message-box emulation on
3815 MS-Windows.
3816
3817 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3818 messages from GDB, pop them up in a tooltip to give feedback to
3819 user.
3820 (gdb-tooltip-print-1): Quote the expression to evaluate.
3821 This allows to evaluate expressions with embedded whitespace.
3822 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3823 if the TTY name is nil or empty (which happens when communicating
3824 with the inferior via pipes, e.g. on MS-Windows).
3825 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3826 don't send that to the GUD buffer.
3827
3828 2012-08-14 Glenn Morris <rgm@gnu.org>
3829
3830 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3831 Optimize away setq-default with no args, as for setq. (Bug#12195)
3832
3833 2012-08-14 Chong Yidong <cyd@gnu.org>
3834
3835 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3836
3837 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3838 (Bug#12085).
3839
3840 2012-08-14 Glenn Morris <rgm@gnu.org>
3841
3842 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3843
3844 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3845
3846 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3847 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3848 Use cached shell name.
3849
3850 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3851
3852 * progmodes/python.el (python-shell-send-string):
3853 (python-shell-send-setup-code): Do not use `format' with `message'.
3854
3855 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3856
3857 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3858 (ruby-percent-literal-beg-re): New constant.
3859 (ruby-syntax-general-delimiters-goto-beg): Rename to
3860 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3861 (ruby-syntax-propertize-general-delimiters): Rename to
3862 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3863 popular term. Adjust comments everywhere.
3864 (ruby-syntax-propertize-percent-literal): Only propertize when not
3865 inside a simple string or comment. When the literal is unclosed,
3866 leave the text after it unpropertized.
3867 (ruby-syntax-methods-before-regexp): New constant.
3868 (ruby-syntax-propertize-function): Use it to recognize regexps.
3869 Don't look at the text after regexp, just use the whitelist.
3870
3871 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3872
3873 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3874 non-nil always load the compiled file if it exists. (Bug#12197)
3875
3876 2012-08-14 Chong Yidong <cyd@gnu.org>
3877
3878 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3879 (hi-lock-set-pattern): When deciding whether to use font lock or
3880 overlays, look at font-lock-mode instead of font-lock-fontified
3881 (Bug#12168).
3882 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3883 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3884
3885 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3886
3887 * subr.el (internal--after-with-selected-window): Fix typo
3888 (Bug#12193).
3889
3890 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3891
3892 Use `completion-table-dynamic' for completion functions.
3893 * progmodes/python.el
3894 (python-shell-completion--do-completion-at-point)
3895 (python-shell-completion--get-completions):
3896 Remove functions.
3897 (python-shell-completion-complete-at-point): New function.
3898 (python-completion-complete-at-point): Use it.
3899
3900 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3901
3902 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3903 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3904
3905 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * subr.el (function-get): Refine `autoload' arg so it can also
3908 autoload functions for gv.el (bug#12191).
3909 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3910 autoloads macros.
3911
3912 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3913 Prefer pcase-let over destructuring-bind.
3914 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3915 Also, remove whitespace as we go, rather than after accumulating the
3916 various places.
3917
3918 * subr.el (internal--before-with-selected-window)
3919 (internal--after-with-selected-window): Fix typo seleted->selected.
3920 (with-selected-window): Adjust callers.
3921 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3922
3923 2012-08-13 Bastien Guerry <bzg@gnu.org>
3924
3925 * window.el (special-display-popup-frame): Minor docstring
3926 enhancement. (Bug#12172)
3927
3928 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3929
3930 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3931 type 1-6.
3932 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3933 extended headers.
3934
3935 * files.el (hack-local-variables-filter): Remove useless eval.
3936
3937 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3938
3939 * subr.el (with-selected-window): Fix last change.
3940
3941 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * subr.el (internal--before-with-seleted-window)
3944 (internal--after-with-seleted-window): New functions.
3945 (with-selected-window): Use them, to replace dependency on
3946 tty-top-frame.
3947
3948 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3949
3950 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3951 binding for `newline'.
3952 (ruby-move-to-block): When moving backward, stop at block opening,
3953 not indentation.
3954 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3955 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3956 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3957 `ruby-toggle-block'.
3958
3959 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 * ibuffer.el (ibuffer-do-toggle-read-only):
3962 * dired.el (dired-toggle-read-only):
3963 * buff-menu.el (Buffer-menu-toggle-read-only):
3964 * bindings.el (mode-line-toggle-read-only):
3965 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3966
3967 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3968
3969 * descr-text.el (describe-char): Put the overlays over the
3970 "displayed as" character.
3971
3972 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3973
3974 * calc/calc-units.el (math-default-units-table): Give an
3975 initial value.
3976 (math-put-default-units): Add options to put composite units and
3977 unit systems in the default units table.
3978 (calc-convert-units): Send composite units to
3979 `math-put-default-units' when appropriate.
3980
3981 2012-08-11 Glenn Morris <rgm@gnu.org>
3982
3983 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3984
3985 * tutorial.el (help-with-tutorial):
3986 * emacs-lisp/copyright.el (copyright-update-directory):
3987 * emacs-lisp/autoload.el (autoload-find-generated-file)
3988 (autoload-find-file): Disable local eval: (for insurance).
3989
3990 * files.el (hack-local-variables-filter): If an eval: form is not
3991 known to be safe, and enable-local-variables is :safe, then ignore
3992 the form totally, as is done for non-eval forms. (Bug#12155)
3993 This is CVE-2012-3479.
3994
3995 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3998 (rx-form): Simplify.
3999
4000 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4001
4002 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4003 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4004 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4005 (ruby-syntax-propertize-function): Adjust for changes in
4006 `ruby-syntax-propertize-heredoc'.
4007
4008 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4009
4010 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4011 binding (use `M-;' instead).
4012 (ruby-singleton-class-p): New function.
4013 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4014
4015 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4018
4019 2012-08-10 Chong Yidong <cyd@gnu.org>
4020
4021 * progmodes/python.el (python-shell-get-process-name): Don't mess
4022 with same-window-buffer-names.
4023
4024 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4025 (eshell-remove-from-window-buffer-names): Make obsolete.
4026 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4027 (eshell): Just use pop-to-buffer-same-window instead.
4028
4029 2012-08-10 Chong Yidong <cyd@gnu.org>
4030
4031 * bindings.el: Bind M-= back to count-words-region.
4032
4033 * simple.el (count-words-region): Accept a prefix arg for acting
4034 on the entire buffer.
4035 (count-words--buffer-message): New helper function.
4036
4037 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4040 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4041 (event-start, event-end): Use posn-at-point to return a more
4042 informative posn.
4043 (posnp): New function.
4044 * mouse.el (popup-menu-normalize-position): Use it.
4045
4046 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4047
4048 * mouse.el (popup-menu-normalize-position): New function.
4049 (popup-menu): Use `popup-menu-normalize-position' to normalize
4050 the form for POSITION argument.
4051
4052 * term/x-win.el (x-menu-bar-open):
4053 Use the value returend from (posn-at-point) as position
4054 passed to `popup-menu'.
4055
4056 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4057
4058 * calc/calccomp.el (math-compose-expr): Add extra argument
4059 indicating that parentheses should be put around products in
4060 denominators. Give multiplication precedence over division during
4061 composition.
4062
4063 2012-08-09 Chong Yidong <cyd@gnu.org>
4064
4065 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4066 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4067 (Man-untabify-command, manual-program): Convert to defcustom
4068 (Bug#10429).
4069
4070 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4071
4072 * descr-text.el (describe-char): Don't insert extra newlines
4073 (Bug#10127).
4074
4075 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4076 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4077
4078 * align.el (align-region): Delete temporary markers (Bug#10047).
4079 Plus some code cleanups.
4080
4081 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4082
4083 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4084 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4085 (python-shell-internal-last-output): Use make-local-variable
4086 instead of make-variable-buffer-local.
4087
4088 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4089
4090 * progmodes/python.el: Enhancements to forward-sexp.
4091 (python-nav-forward-sexp): Rename from
4092 python-nav-forward-sexp-function.
4093 (python-nav--forward-sexp, python-nav--backward-sexp):
4094 New functions.
4095
4096 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4097
4098 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4099 modes and simplification modes.
4100
4101 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * delsel.el (delete-selection-pre-hook): Don't propagate the
4104 file-supersession signals (bug#12161).
4105
4106 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4109 (cl-map-extents): Add compatibility aliases (bug#12135).
4110
4111 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4112
4113 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4114 tests by `ignore-error'.
4115 (tramp-find-shell): Open also a new shell, when cache is already
4116 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4117
4118 2012-08-08 Juri Linkov <juri@jurta.org>
4119
4120 * bookmark.el: Add `defaults' property to the bookmark record.
4121 (bookmark-current-buffer): Doc fix.
4122 (bookmark-make-record): Add `defaults' property with default values
4123 to the bookmark record.
4124 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4125 with `bookmark-insert-current-bookmark'.
4126 (bookmark-set): Get `defaults' property from the bookmark record
4127 and use it in `read-from-minibuffer'.
4128 (bookmark-insert-current-bookmark): Remove function.
4129
4130 * info.el (Info-bookmark-make-record): Add `defaults' property
4131 with values of canonical Info node name, the current Info file
4132 name and the current Info node name. (Bug#12107)
4133
4134 2012-08-08 Juri Linkov <juri@jurta.org>
4135
4136 * files.el (basic-save-buffer): Use `buffer-name' as the default
4137 of `read-file-name' when buffer is not visiting a file (bug#12128).
4138
4139 2012-08-08 Juri Linkov <juri@jurta.org>
4140
4141 * info.el (Info-isearch-search): Doc fix.
4142 (Info-search): Change search-failed message from "initial node" to
4143 "end of node" (bug#12078).
4144 (Info-isearch-search): Change `isearch-string-state' to
4145 `isearch--state-string'.
4146
4147 2012-08-08 Glenn Morris <rgm@gnu.org>
4148
4149 * language/persian.el: Remove file.
4150 * language/misc-lang.el: Move unique part of persian.el here.
4151 * loadup.el: Remove language/persian.
4152
4153 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4154
4155 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4156
4157 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4158
4159 * progmodes/python.el Fixed defsubst warning.
4160 (python-syntax-context) Rename from python-info-ppss-context.
4161 (python-syntax-context-type): Rename from
4162 python-info-ppss-context-type.
4163 (python-syntax-comment-or-string-p): Rename from
4164 python-info-ppss-comment-or-string-p.
4165
4166 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4167
4168 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4169
4170 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4171
4172 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4173 a defcustom that is quoted with backquote.
4174
4175 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4176 Fix handling of interactive spec when the body uses return.
4177 (math-do-arg-check, math-define-function-body): Use backquote forms.
4178 * calc/calc-ext.el (math-defcache): Likewise.
4179 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4180 * allout.el (allout-new-exposure): Likewise.
4181 * calc/calcalg2.el (math-tracing-integral): Likewise.
4182 * info.el (Info-last-menu-item): Likewise.
4183 * emulation/vip.el (vip-loop): Likewise.
4184 * textmodes/artist.el (artist-funcall): Likewise.
4185 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4186 Construct menu-item directly.
4187
4188 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4189 Don't declare.
4190
4191 2012-08-07 Chong Yidong <cyd@gnu.org>
4192
4193 * simple.el (deactivate-mark): Preserve text properties when
4194 saving the primary selection (Bug#8384).
4195
4196 2012-08-07 Kevin Ryde <user42@zip.com.au>
4197
4198 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4199 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4200 and continue processing (Bug#12110).
4201
4202 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4205 syntax-propertize-function (bug#10095).
4206
4207 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4210 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4211 describe-function-1.
4212 (describe-function-1): Use them. Move compiler macro after sig.
4213 (help-fns--compiler-macro): Use function-get. Assume we're already in
4214 standard-output. Adjust layout to new call order.
4215
4216 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4217 re-binding a symbol that has a symbol-macro (bug#12119).
4218
4219 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4220
4221 * language/persian.el: New file. (Bug#11812)
4222 * loadup.el: Add language/persian.el.
4223
4224 2012-08-06 Chong Yidong <cyd@gnu.org>
4225
4226 * window.el (window--maybe-raise-frame): New function.
4227 (window--display-buffer): Split off from here.
4228 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4229 (display-buffer-pop-up-window, display-buffer-use-some-window):
4230 Obey an inhibit-switch-frame action alist entry.
4231 (display-buffer): Update doc.
4232
4233 * replace.el (occur-after-change-function): Avoid losing focus by
4234 using the inhibit-switch-frame display parameter (Bug#12139).
4235
4236 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4237
4238 Make internal shell process buffer names start with space.
4239 * progmodes/python.el (python-shell-make-comint): Add optional
4240 argument INTERNAL.
4241 (run-python-internal): Use it.
4242 (python-shell-internal-get-or-create-process): Check for new
4243 internal buffer names.
4244
4245 2012-08-06 Glenn Morris <rgm@gnu.org>
4246
4247 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4248 Do less getting and setting of environment variables.
4249
4250 2012-08-05 Chong Yidong <cyd@gnu.org>
4251
4252 * proced.el (proced): Add substitution string to docstring to
4253 trigger autoloading of the proced library on C-h f (Bug#1768).
4254
4255 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4256 Don't show defvars which have no second argument (Bug#8638).
4257
4258 * imenu.el (imenu-generic-expression): Move documentation here
4259 from imenu--generic-function.
4260 (imenu--generic-function): Refer to imenu-generic-expression.
4261
4262 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4263
4264 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4265 indentation declaration.
4266 (viper-loop): Add indentation declaration (Bug#7025).
4267
4268 2012-08-05 Chong Yidong <cyd@gnu.org>
4269
4270 * help-fns.el (describe-variable): Add hyperlink for
4271 directory-local variables files. Improve buffer-local and
4272 permanent-local reporting; suggested by MON KEY (Bug#6644).
4273
4274 * help-mode.el (help-dir-local-var-def): New button type.
4275
4276 * files.el (kill-buffer-hook): Provide a defvar.
4277
4278 2012-08-05 Glenn Morris <rgm@gnu.org>
4279
4280 * eshell/esh-ext.el (eshell/addpath):
4281 Also update eshell-path-env. (Bug#12013)
4282
4283 2012-08-05 Chong Yidong <cyd@gnu.org>
4284
4285 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4286
4287 * fringe.el (fringe-styles): Add docstring.
4288 (fringe--check-mode): New function.
4289 (set-fringe-mode, set-fringe-style): Use it.
4290 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4291
4292 * files.el (set-auto-mode): Fix invalid setq call.
4293
4294 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * isearch.el: Misc simplification; use defstruct.
4297 (isearch-mode-map): Dense maps now work like sparse ones.
4298 (isearch--state): New defstruct.
4299 (isearch-string-state, isearch-message-state, isearch-point-state)
4300 (isearch-success-state, isearch-forward-state)
4301 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4302 (isearch-wrapped-state, isearch-barrier-state)
4303 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4304 replaced by defstruct's accessors.
4305 (isearch--set-state): Rename from isearch-top-state and change
4306 calling convention.
4307 (isearch-push-state): Use new isearch--get-state.
4308 (isearch-toggle-word): Disable regexp when enabling word.
4309 (isearch-message-prefix): Remove unused arg _c-q-hack.
4310 (isearch-message-suffix): Remove unused arg _ellipsis.
4311
4312 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4313
4314 * simple.el (list-processes--refresh): For a server use :host or
4315 :local as the address.
4316 (list-processes): Doc fix.
4317
4318 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4319
4320 * lisp/mpc.el: Support password in host argument.
4321 (mpc--proc-connect): Parse and use new password element.
4322 Set mpc-proc variable instead of returning process.
4323 (mpc-proc): Adjust accordingly.
4324
4325 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4326
4327 * whitespace.el (whitespace-display-mappings): Use Unicode
4328 codepoints, instead of emacs-mule codepoints. See
4329 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4330 for the details.
4331
4332 * files.el (file-truename): Don't skip symlink-chasing part on
4333 windows-nt. Incorporate the resolution of 8+3 short aliases on
4334 Windows into the loop that recursively chases symlinks.
4335 Compare directory and its parent case-insensitively on MS-Windows and
4336 MS-DOS.
4337
4338 2012-08-03 Chong Yidong <cyd@gnu.org>
4339
4340 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4341
4342 * sort.el (sort-regexp-fields): Doc fix.
4343
4344 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4345
4346 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4347 labels regex position point at the expected place.
4348
4349 2012-08-03 MON KEY <monkey@sandpframing.com>
4350
4351 * net/imap.el (imap-interactive-login, imap-authenticate)
4352 (imap-mailbox-lsub, imap-mailbox-list)
4353 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4354 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4355 (imap-parse-response): Doc fix.
4356
4357 2012-08-03 João Távora <joaotavora@gmail.com>
4358
4359 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4360 if sexp scanning does not move point (Bug#5734).
4361
4362 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4363
4364 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4365 Add listings, minted, and ctable packages.
4366 (reftex-label-alist-builtin): Move listings, minted, and ctable
4367 entries before LaTeX.
4368 (reftex-label-alist): Docfix.
4369
4370 2012-08-02 Bastien Guerry <bzg@gnu.org>
4371
4372 * replace.el (occur): Fix docstring (bug#12122).
4373
4374 2012-08-02 Glenn Morris <rgm@gnu.org>
4375
4376 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4377
4378 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4379
4380 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4381 * international/mule-cmds.el: Create
4382 inactivate-current-input-method-function as an obsolete alias for
4383 deactivate-current-input-method-function. See Katsumi Yamaoka in
4384 <http://bugs.gnu.org/10150#46>.
4385
4386 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4387
4388 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4389 of nested `if's.
4390
4391 2012-08-01 Glenn Morris <rgm@gnu.org>
4392
4393 * progmodes/autoconf.el (autoconf-definition-regexp):
4394 Add AH_TEMPLATE, adjust submatch numbering.
4395 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4396 (autoconf-current-defun-function): Update for above change.
4397 (autoconf-current-defun-function): First skip to end of current word.
4398
4399 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4400
4401 * calendar/cal-html.el (cal-html-insert-agenda-days):
4402 Fix typo. (Bug#12018)
4403
4404 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4405
4406 Shell processes: enhancements to startup and CEDET compatibility.
4407 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4408 (python-shell-make-comint): accept-process-output at startup.
4409 (run-python-internal): Set inferior-python-mode-hook to nil.
4410 (python-shell-internal-get-or-create-process): call sit-for.
4411 (python-preoutput-result): Add obsolete alias.
4412 (python-shell-internal-send-string): Use it.
4413 (python-shell-send-setup-code): Remove call to
4414 accept-process-output.
4415
4416 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4417
4418 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4419 (Bug#12108)
4420
4421 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4422
4423 * calc-mode.el (calc-basic-simplification-mode): Rename from
4424 `calc-limited-simplification-mode'.
4425 (calc-alg-simplification-mode): New function.
4426 (calc-set-simplify-mode): Adjust message.
4427
4428 * calc.el (calc-set-mode-line): Adjust mode line display for
4429 basic simplification mode.
4430
4431 * calc-help.el (calc-m-prefix-help): Update help message.
4432
4433 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4434 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4435
4436 2012-07-31 Bastien Guerry <bzg@gnu.org>
4437
4438 * man.el (man): Fix comment. (bug#12101)
4439
4440 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4441
4442 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4443 Don't return a non-nil value when no suitable buffer was found.
4444
4445 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4446
4447 * progmodes/python.el (run-python-internal): Disable font lock for
4448 internal shells.
4449
4450 2012-07-30 Stefan Merten <smerten@oekonux.de>
4451
4452 * textmodes/rst.el: Silence `checkdoc-ispell'.
4453 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4454 (rst-official-version, rst-official-cvs-rev)
4455 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4456 (rst-mode-map): New key binding.
4457
4458 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4459
4460 Update .PHONY listings in makefiles.
4461 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4462 autoloads, update-subdirs, updates, bzr-update, update-authors,
4463 compile-onefile, compile-calc, backup-compiled-files,
4464 compile-after-backup, compile-one-process, mh-autoloads,
4465 bootstrap-clean, distclean, maintainer-clean.
4466
4467 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4468
4469 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4470 (calc-set-mode-line): Don't display "AlgSimp ".
4471
4472 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4473 (calc-lim-simplify-mode): New function.
4474 (calc-set-simplify-mode): Default to 'alg.
4475 (calc-default-simplify-mode): Make algebraic simplifications
4476 the default.
4477
4478 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4479 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4480
4481 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4482 indicate new simplification modes.
4483
4484 * calc/README: Mention new default simplification mode.
4485
4486 * calc/calc.el (math-normalize-error): New variable.
4487 (math-normalize): Set `math-normalize-error' to t
4488 when there's an error.
4489
4490 * calc/calc-alg.el (math-simplify): Don't simplify when
4491 `math-normalize' returns an error.
4492
4493 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4494
4495 * international/mule-cmds.el (set-locale-environment): Revert last
4496 change, since display-graphic-p returns nil when this function is
4497 called during startup. Instead...
4498
4499 * term/w32console.el (terminal-init-w32console): ...setup the
4500 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4501
4502 2012-07-29 Juri Linkov <juri@jurta.org>
4503
4504 * simple.el (goto-line): Don't display default line number in the
4505 prompt because it should be displayed by `read-number' (bug#9952).
4506 Add the current line number to the defaults of `goto-line' to
4507 allow its easier modification by users with `M-n' (bug#9201).
4508
4509 * subr.el (read-number): Support multiple default values like in
4510 other minibuffer reading functions. Replace `read' with
4511 `string-to-number' for consistency with `number-to-string'.
4512
4513 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4514
4515 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4516 * emulation/viper-init.el (viper-deactivate-input-method-action):
4517 Rename from viper-inactivate-input-method-action.
4518 (viper-deactivate-input-method):
4519 Rename from viper-inactivate-input-method.
4520 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4521 * international/mule-cmds.el (deactivate-input-method):
4522 Rename from inactivate-input-method.
4523 Also run input-method-deactivate-hook.
4524 (deactivate-current-input-method-function):
4525 Rename from inactivate-current-input-method-function.
4526 (input-method-deactivate-hook): New hook.
4527 (input-method-inactivate-hook): Mark obsolete.
4528 (inactivate-input-method): Mark obsolete.
4529
4530 * international/quail.el (quail-activate):
4531 Also run quail-deactivate-hook.
4532 (quail-deactivate): Rename from quail-inactivate.
4533 * international/robin.el (robin-activate):
4534 Also run robin-deactivate-hook.
4535 (robin-deactivate): Rename from robin-inactivate.
4536
4537 2012-07-29 Chong Yidong <cyd@gnu.org>
4538
4539 * simple.el (indicate-copied-region): New function.
4540 (kill-ring-save): Split off from here.
4541
4542 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4543 (kill-rectangle): Set deactivate-mark to t on read-only error.
4544
4545 * register.el (copy-to-register, copy-rectangle-to-register):
4546 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4547 (append-to-register, prepend-to-register): Call indicate-copied-region.
4548
4549 2012-07-29 Juri Linkov <juri@jurta.org>
4550
4551 * simple.el (async-shell-command-buffer): New defcustom.
4552 (shell-command): Use it. (Bug#4719)
4553
4554 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4555
4556 * international/mule-cmds.el (set-locale-environment): In a
4557 console session on MS-Windows, set up keyboard and terminal
4558 encoding from the OEM codepage, not the ANSI codepage.
4559 (Bug#12055)
4560
4561 2012-07-28 Chong Yidong <cyd@gnu.org>
4562
4563 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4564 gdb-get-location.
4565
4566 2012-07-28 Leo Liu <sdl.web@gmail.com>
4567
4568 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4569 the alist (bug#12029).
4570
4571 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4572
4573 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4574 (compile-always, compile-first)
4575 ($(lisp)/calendar/cal-loaddefs.el)
4576 ($(lisp)/calendar/diary-loaddefs.el)
4577 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4578 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4579 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4580 instead of on update-subdirs.
4581 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4582
4583 2012-07-28 Chong Yidong <cyd@gnu.org>
4584
4585 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4586 directory if vc-deduce-backend returns nil (Bug#7350).
4587
4588 * simple.el (delete-trailing-lines): New option.
4589 (delete-trailing-whitespace): Obey it (Bug#11879).
4590
4591 2012-07-28 David Engster <deng@randomsample.de>
4592
4593 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4594 Explanation of new 'symbol-qnames feature in doc-strings.
4595 (xml-maybe-do-ns): Return expanded names as plain symbols if
4596 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4597 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4598
4599 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4600
4601 Consistent completion in inferior python with emacs -nw.
4602 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4603 binding in inferior-python-mode-map with "\t".
4604 (python-shell-completion-complete-at-point)
4605 (python-completion-complete-at-point): Remove interactive spec.
4606
4607 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4608
4609 * calc/calccomp.el (math-compose-expr): Undo previous change.
4610
4611 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4612
4613 * progmodes/python.el (python-mode-map): Add keybinding for
4614 run-python.
4615 (python-shell-make-comint): Fix pop-to-buffer call.
4616 (run-python): Autoload. New arg SHOW.
4617 (python-shell-get-or-create-process): Do not pop python process
4618 buffer.
4619
4620 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4621
4622 * notifications.el (notifications-on-action-signal)
4623 (notifications-on-closed-signal): Use also the bus address for the map.
4624 (notifications-notify, notifications-close-notification)
4625 (notifications-get-capabilities): Add optional argument BUS.
4626
4627 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4628
4629 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4630 Add support for the lstlisting and minted environments, and for the
4631 ctable macro.
4632 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4633 labels written in keyvals syntax.
4634
4635 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4636
4637 * calc/calccomp.el (math-compose-expr): Use parentheses when
4638 there is a product in the denominator of a fraction.
4639
4640 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4641
4642 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4643 ($(lisp)/calendar/diary-loaddefs.el)
4644 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4645 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4646 Fixes failures in parallel bootstrap because subdirs.el is being
4647 rewritten while the autoload files are built at the same time,
4648 which needs to load subdirs.el.
4649
4650 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4651
4652 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4653 (mouse-drag-line): Don't exit tracking when a switch-frame or
4654 switch-window event occurs (Bug#12006).
4655
4656 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * mouse.el (popup-menu): Fix last change.
4659
4660 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 Autoload from Lisp with more care. Follow aliases when looking for
4663 function properties.
4664 * subr.el (autoloadp): New function.
4665 (symbol-file): Use it.
4666 (function-get): New function.
4667 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4668 autoload-do-load.
4669 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4670 (lisp-indent-function):
4671 * emacs-lisp/gv.el (gv-get):
4672 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4673 * emacs-lisp/byte-opt.el (byte-optimize-form):
4674 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4675 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4676 Use function-get.
4677 * emacs-lisp/cl.el: Don't propagate function properties any more.
4678
4679 * speedbar.el (speedbar-add-localized-speedbar-support):
4680 * emacs-lisp/disass.el (disassemble-internal):
4681 * desktop.el (desktop-load-file):
4682 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4683 (describe-function-1):
4684 * emacs-lisp/find-func.el (find-function-noselect):
4685 * emacs-lisp/elp.el (elp-instrument-function):
4686 * emacs-lisp/advice.el (ad-has-proper-definition):
4687 * apropos.el (apropos-safe-documentation, apropos-macrop):
4688 * emacs-lisp/debug.el (debug-on-entry):
4689 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4690 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4691 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4692
4693 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4694
4695 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4696 function, not an obsolete variable (Bug#12046).
4697
4698 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4699
4700 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4701
4702 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4703
4704 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4705 window only if it is still live (Bug#12034).
4706
4707 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4708
4709 * subr.el (redirect-frame-focus): Add advertised calling
4710 convention (Bug#12030).
4711
4712 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4713
4714 Prefer typical American spelling for "acknowledgment".
4715 * vc/add-log.el (change-log-acknowledgment): Rename from
4716 change-log-acknowledgement, with an alias for the old name.
4717
4718 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4719
4720 * calc-alg.el (math-simplify-divide): Don't cross multiply
4721 in an equation when the lhs is a variable.
4722
4723 2012-07-24 Julien Danjou <julien@danjou.info>
4724
4725 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4726 Remove, unused.
4727
4728 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4729
4730 * startup.el (command-line): Don't display an empty user name in
4731 the error message about non-existent home directory, when
4732 init-file-user was set to an empty string. See
4733 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4734 for the details and context.
4735
4736 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4737
4738 * ses.el (ses-cell-formula-aset): New macro.
4739 (ses-cell-references-aset): New macro.
4740 (ses-cell-p): New function.
4741 (ses-rename-cell): Do no longer rely on complex operations like
4742 ses-cell-set-formula or ses-set-cell to change the cell and handle
4743 the undo at the same time, but rather use lower level new macros
4744 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4745 the undo directly. Refresh the mode line.
4746
4747 2012-07-21 Leo Liu <sdl.web@gmail.com>
4748
4749 * progmodes/cc-cmds.el (c-defun-name):
4750 Use match-string-no-properties instead for consistency.
4751
4752 2012-07-20 Leo Liu <sdl.web@gmail.com>
4753
4754 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4755 (Bug#7879)
4756
4757 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4758
4759 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4762 * progmodes/bug-reference.el, misearch.el: Provide themselves
4763 (bug#11915).
4764
4765 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4766 of narrowed buffer (bug#11966).
4767
4768 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4769
4770 * ses.el (ses-rename-cell): Set new name also in reference list of
4771 cells of which the renamed cell depends.
4772
4773 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4774
4775 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4776 to check whether menu-bar is shown or not. If not shown,
4777 show the menu-bar as a popup menu instead of using tmm.
4778 * mouse.el (popup-menu): Accept `point' as `position' argument.
4779
4780 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4781
4782 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4783 up inside string symbol literal (bug#11923).
4784
4785 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4786
4787 * startup.el (fancy-startup-text): Read the whole tutorial, not
4788 just its first 256 bytes. Prevents gibberish in display of the
4789 tutorial title.
4790
4791 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4792
4793 Drop idle buffer compaction due to an absence of the
4794 proved efficiency.
4795 * compact.el: Remove.
4796
4797 2012-07-19 Sam Steingold <sds@gnu.org>
4798
4799 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4800 vc-bzr-pull & vc-bzr-merge-branch.
4801 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4802 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4803 for consistency with compilation-error-regexp-alist.
4804 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4805 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4806 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4807 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4808
4809 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * emacs-lisp/chart.el: Use lexical-binding.
4812 (chart-emacs-storage): Don't hardcode the list of entries.
4813
4814 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4815
4816 Next round of tweaks caused by Fgarbage_collect changes.
4817 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4818
4819 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4820
4821 Compact buffers when idle.
4822 * compact.el: New file.
4823
4824 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * subr.el (eventp): Presume that if it looks vaguely like an event,
4827 it's an event (bug#10190).
4828
4829 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4830
4831 Enhancements to ppss related code (thanks Stefan).
4832 * progmodes/python.el (python-indent-context)
4833 (python-indent-calculate-indentation, python-indent-dedent-line)
4834 (python-indent-electric-colon, python-nav-forward-block)
4835 (python-mode-abbrev-table)
4836 (python-info-assignment-continuation-line-p): Simplify checks
4837 for ppss context.
4838 (python-info-continuation-line-p): Cleanup.
4839 (python-info-ppss-context): Do not catch 'quote.
4840 (python-info-ppss-context-type)
4841 (python-info-ppss-comment-or-string-p): Simplify.
4842
4843 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4844
4845 * progmodes/python.el: Enhancements to eldoc support.
4846 (python-info-current-symbol): New function.
4847 (python-eldoc-at-point): Use python-info-current-symbol.
4848 (python-info-current-defun): Fix cornercase on first defun scan.
4849 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4850 and signal error when no inferior python process is available.
4851
4852 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4853
4854 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4855 assume it's always t.
4856 (vc-git-registered): Remove caching, the function is only called
4857 once.
4858 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4859
4860 2012-07-18 Chong Yidong <cyd@gnu.org>
4861
4862 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4863
4864 * simple.el (count-words): Report on narrowing (Bug#9959).
4865
4866 * bindings.el: Bind M-= to count-words.
4867
4868 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4869
4870 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4871
4872 * progmodes/sh-script.el (sh-imenu-generic-expression):
4873 Capture a function with `function' keyword and without parentheses
4874 like "function FOO" (bug#11856).
4875
4876 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4877
4878 * window.el (split-window-sensibly): Make WINDOW argument
4879 optional.
4880
4881 2012-07-18 Chong Yidong <cyd@gnu.org>
4882
4883 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4884
4885 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4886 and make C-x 8 RET exit isearch (Bug#11439).
4887
4888 * international/iso-transl.el: Move isearch-mode-map key
4889 definitions to isearch.el.
4890
4891 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4894 (eieio-defclass): Use gv-define-setter when possible.
4895
4896 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4897
4898 Reflect recent changes in Fgarbage_collect.
4899 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4900 reflect new format of data returned by Fgarbage_collect.
4901
4902 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4903
4904 New utility functions + python-info-ppss-context fix (Bug#11910).
4905 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4906 (python-info-ppss-comment-or-string-p): New functions.
4907 (python-info-ppss-context): Small fix for string check.
4908
4909 2012-07-17 Juri Linkov <juri@jurta.org>
4910
4911 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4912 (dired-do-async-shell-command): Don't add `*' at the end of the
4913 command (Bug#11815).
4914 (dired-do-shell-command): Doc fix.
4915 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4916 Join the individual commands using either "&" or ";" as the
4917 separator depending on the values of these trailing characters.
4918 At the end re-add the trailing "&". (Bug#10598)
4919
4920 * simple.el (async-shell-command): Sync the interactive spec with
4921 `shell-command'. Doc fix.
4922 (shell-command): Doc fix.
4923
4924 2012-07-17 Juri Linkov <juri@jurta.org>
4925
4926 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4927
4928 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4929
4930 Final renames and doc fixes for movement commands (bug#11899).
4931 * progmodes/python.el (python-nav-beginning-of-statement):
4932 Rename from python-nav-statement-start.
4933 (python-nav-end-of-statement): Rename from
4934 python-nav-statement-end.
4935 (python-nav-beginning-of-block): Rename from
4936 python-nav-block-start.
4937 (python-nav-end-of-block): Rename from python-nav-block-end.
4938
4939 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4940
4941 * progmodes/python.el (python-shell-send-string-no-output):
4942 Allow accept-process-output to quit, keeping shell process ready for
4943 future interactions (Bug#11868).
4944
4945 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4948
4949 * emacs-lisp/elint.el (elint-find-args-in-code):
4950 Use help-function-arglist, so as to handle lexical byte-code.
4951
4952 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4953 change (bug#11826).
4954
4955 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4958 Avoid spuriously marking the buffer as modified because of c-is-sws.
4959
4960 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4961 as not-a-comment (bug#11946).
4962
4963 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4964 for uninterned vars.
4965
4966 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4967 Use read-event since we don't really want to read chars but bytes.
4968
4969 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4970 $$..$$ but also $..$ using regexps (bug#11953).
4971 Use tex-verbatim for \url and \path.
4972 (tex-font-lock-keywords): Define as defconst like the others.
4973 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4974
4975 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4976
4977 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4978 alias for insert-char.
4979
4980 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4981
4982 * progmodes/python.el: Simplified imenu implementation.
4983 (python-nav-jump-to-defun): Remove command.
4984 (python-mode-map): Use `imenu' instead.
4985 (python-nav-list-defun-positions-cache)
4986 (python-imenu-include-defun-type, python-imenu-make-tree)
4987 (python-imenu-subtree-root-label, python-imenu-index-alist):
4988 Remove vars.
4989 (python-nav-list-defun-positions, python-nav-read-defun)
4990 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4991 (python-imenu-make-tree, python-imenu-create-index):
4992 Remove functions.
4993 (python-mode): Update to interact with imenu by setting
4994 `imenu-extract-index-name-function' only.
4995
4996 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4997
4998 * progmodes/python.el: Enhancements to navigation commands.
4999 (python-nav-backward-sentence)
5000 (python-nav-forward-sentence): Remove.
5001 (python-nav-backward-statement, python-nav-forward-statement)
5002 (python-nav-statement-start, python-nav-statement-end)
5003 (python-nav-backward-block, python-nav-forward-block)
5004 (python-nav-block-start, python-nav-block-end)
5005 (python-nav-forward-sexp-function)
5006 (python-info-current-line-comment-p)
5007 (python-info-current-line-empty-p): New functions.
5008 (python-indent-context): Use `python-nav-statement-start'.
5009
5010 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * eshell/em-ls.el (eshell/ls): Use `apply'.
5013
5014 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5015 multi-hops, instead of Tramp internals.
5016
5017 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5018
5019 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5020 when F1 and F2 are located on different hosts.
5021
5022 2012-07-14 Chong Yidong <cyd@gnu.org>
5023
5024 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5025 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5026 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5027 (xterm-mouse--read-event-sequence-1000)
5028 (xterm-mouse--read-event-sequence-1006): New functions. For old
5029 mouse protocol, handle M-mouse-X events correctly.
5030 (xterm-mouse-event): New arg specifying mouse protocol.
5031 (turn-on-xterm-mouse-tracking-on-terminal)
5032 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5033 sequence to toggle extended coordinates on newer XTerms.
5034 This appears to be harmless on terminals which do not support this.
5035
5036 2012-07-14 Leo Liu <sdl.web@gmail.com>
5037
5038 Add fringe bitmap indicators for flymake. (Bug#11253)
5039 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5040 (flymake-make-overlay): New arg BITMAP.
5041 (flymake-error-bitmap, flymake-warning-bitmap)
5042 (flymake-fringe-indicator-position): New user variables.
5043
5044 * fringe.el: New bitmap exclamation-mark.
5045
5046 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5047
5048 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5049 also (Bug#7879).
5050
5051 2012-07-14 Chong Yidong <cyd@gnu.org>
5052
5053 * electric.el (electric-pair-post-self-insert-function): Fix pair
5054 insertion in empty-region case (Bug#11520).
5055
5056 2012-07-14 Chong Yidong <cyd@gnu.org>
5057
5058 * bindings.el: Consolidate ctl-x-r-map bindings.
5059 Bind copy-rectangle-as-kill to C-x r w.
5060
5061 * rect.el, register.el: Move bindings to bindings.el.
5062
5063 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5064
5065 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5066
5067 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5068
5069 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5070
5071 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5072
5073 * bindings.el (top): Use `mapc' instead of `mapcar'.
5074
5075 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5076
5077 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5078
5079 * progmodes/sql.el (sql-comint): Suppress the check for program on
5080 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5081 (Bug#11908)
5082
5083 2012-07-13 Chong Yidong <cyd@gnu.org>
5084
5085 * bindings.el: Assign a non-nil permanent-local property to
5086 per-buffer variables which lack a default value (Bug#11930).
5087
5088 * help-fns.el (describe-variable): In the "automatically becomes
5089 local" notice, take note of permanent-local variables.
5090
5091 2012-07-13 Chong Yidong <cyd@gnu.org>
5092
5093 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5094 to allow printing the message when called from Lisp.
5095
5096 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5097 Remove toggle-read-only.
5098
5099 * bs.el (bs-toggle-readonly):
5100 * buff-menu.el (Buffer-menu-toggle-read-only):
5101 Remove with-no-warnings around toggle-read-only.
5102
5103 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5104 Remove with-no-warnings around toggle-read-only.
5105 (ffap-read-only, ffap-read-only-other-window)
5106 (ffap-read-only-other-frame): Callers changed.
5107
5108 * help-mode.el: Don't require view package.
5109 (help-mode-finish): Set buffer-read-only instead of calling
5110 toggle-read-only.
5111
5112 * bindings.el (mode-line-toggle-read-only):
5113 * dired.el (dired-toggle-read-only):
5114 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5115 with non-nil second arg.
5116
5117 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5118 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5119 directly.
5120
5121 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5122
5123 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5124 not incf.
5125
5126 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 More CL cleanups and reduction of use of cl.el.
5129 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5130 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5131 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5132 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5133 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5134 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5135 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5136 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5137 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5138 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5139 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5140 * eshell/em-cmpl.el, eshell/em-banner.el:
5141 * calendar/parse-time.el: Use cl-lib.
5142 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5143 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5144 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5145 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5146 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5147 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5148 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5149 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5150 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5151 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5152 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5153 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5154 `lambda' rather than with `quote'.
5155 (eshell-do-opt): Adjust accordingly.
5156 (eshell-process-option): Simplify.
5157 * eshell/esh-var.el:
5158 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5159 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5160 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5161 to `pcase--dontcare'.
5162 * emacs-lisp/cl.el (labels): Mark obsolete.
5163 (cl--letf, letf): Move to cl-lib.
5164 (cl--letf*, letf*): Remove.
5165 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5166 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5167 (cl-progv): Rewrite.
5168 (cl--letf, cl-letf): Move from cl.el.
5169 (cl-letf*): New macro.
5170 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5171
5172 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5173
5174 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5175
5176 2012-07-11 Chong Yidong <cyd@gnu.org>
5177
5178 * vc/log-edit.el (log-edit-vc-backend): New variable.
5179 (log-edit): Doc fix.
5180
5181 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5182 argument of log-edit to set up all local variables.
5183 (vc-start-logentry): New optional arg specifying VC backend.
5184
5185 * vc/vc.el (vc-checkin): Use it.
5186 (vc-deduce-fileset): Handle Log Edit buffers.
5187 (vc-diff): Make first argument optional too.
5188
5189 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5190
5191 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5192
5193 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5194 command, just in case. The function is not needed anymore.
5195 (eshell-external-command): Do not call `eshell-remote-command'.
5196
5197 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 Reduce use of (require 'cl).
5200 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5201 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5202 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5203 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5204 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5205 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5206 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5207 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5208 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5209 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5210 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5211 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5212 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5213 (byte-compile-unfold-bcf, byte-compile-check-variable):
5214 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5215 (byte-compile-nilconstp):
5216 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5217 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5218
5219 * emacs-lisp/gv.el (cond): Make it a valid place.
5220 (if): Simplify slightly.
5221
5222 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5223 (pcase--self-quoting-p): New function.
5224 (pcase--u1): Use it.
5225
5226 2012-07-10 Glenn Morris <rgm@gnu.org>
5227
5228 * emacs-lisp/authors.el (authors-fixed-entries):
5229 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5230
5231 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5232
5233 Rename configure.in to configure.ac (Bug#11603).
5234 * emacs-lisp/authors.el (authors-canonical-file-name):
5235 * progmodes/autoconf.el (autoconf-mode):
5236 Prefer configure.ac to configure.in.
5237
5238 2012-07-08 Chong Yidong <cyd@gnu.org>
5239
5240 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5241 Implement the mouse-1-click-follows-link handling properly.
5242
5243 * info.el (Info-link-keymap): Use follow-link mechanism for
5244 header-line links (Bug#374).
5245
5246 * simple.el (deactivate-mark): Do not set the primary selection
5247 if another program has acquired it (Bug#11772).
5248
5249 2012-07-07 Kevin Ryde <user42@zip.com.au>
5250
5251 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5252 (woman-decode-region): Replace escaped-escapes without destroying
5253 bold or underline (Bug#11552).
5254 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5255
5256 2012-07-07 Chong Yidong <cyd@gnu.org>
5257
5258 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5259 (interprogram-cut-function, interprogram-paste-function):
5260 Mention that we typically mean the clipboard.
5261
5262 2012-07-06 Glenn Morris <rgm@gnu.org>
5263
5264 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5265
5266 * files.el (toggle-read-only): Restrict message to interactive use.
5267
5268 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5269
5270 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5271
5272 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5273
5274 2012-07-06 Glenn Morris <rgm@gnu.org>
5275
5276 * Makefile.in (compile-one-process): Rename from "recompile".
5277
5278 * Makefile.in (bzr-update): "compile" is the same as "recompile
5279 autoloads", but parallelizable, so use that instead.
5280
5281 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5282
5283 * window.el (quit-window): Always restore window height when
5284 it's saved in quit-restore parameter (Bug#11810).
5285
5286 2012-07-06 Glenn Morris <rgm@gnu.org>
5287
5288 * simple.el (kill-whole-line): Doc tweak.
5289
5290 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5291
5292 * files.el (file-relative-name): Compare file names
5293 case-insensitively if on MS-Windows or MS-DOS, or if
5294 read-file-name-completion-ignore-case is non-nil. Don't use
5295 case-fold-search for this purpose. (Bug#11827)
5296
5297 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5298
5299 * calendar/cal-dst.el (calendar-current-time-zone):
5300 Return calendar-current-time-zone-cache if non-nil.
5301
5302 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5303 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5304
5305 * calendar/cal-dst.el (calendar-current-time-zone):
5306 Return calendar-current-time-zone-cache if non-nil.
5307
5308 2012-07-06 Glenn Morris <rgm@gnu.org>
5309
5310 * Makefile.in (cvs-update): Remove old alias.
5311
5312 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5313
5314 Sync with Tramp 2.2.6-pre.
5315
5316 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5317 compatible declaration.
5318
5319 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5320 Protect `list-load-path-shadows' call.
5321
5322 * net/tramp-compat.el (top): Require packages, which aren't
5323 autoloaded anymore for XEmacs. Protect call of
5324 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5325 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5326 it hurts at least for SXEmacs.
5327 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5328 standard-value for `temporary-file-directory'.
5329
5330 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5331 Redirect stderr to /dev/null.
5332 (tramp-sh-handle-write-region): uid and gid can be floats.
5333 Reported by Russell Sim <russell.sim@gmail.com>.
5334 (tramp-sh-handle-vc-registered): Hide errors.
5335 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5336 and `start-file-process'.
5337 (tramp-maybe-open-connection): Check also whether `non-essential'
5338 is bound.
5339
5340 2012-07-04 Chong Yidong <cyd@gnu.org>
5341
5342 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5343 (xml-parse-tag): Likewise, and avoid changing entity tables.
5344 (xml-syntax-table): Define from scratch, making sure not to give
5345 x2000 and other Unicode spaces whitespace syntax, since those are
5346 not spaces in XML.
5347 (xml-parse-fragment): Delete unused function.
5348 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5349 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5350 (xml-entity-ref, xml-pe-reference-re)
5351 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5352 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5353 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5354 (xml-entity-value-re): Use syntax references in regexps where
5355 possible; no need to define inside a let-binding.
5356 (xml-parse-dtd): Use xml-pe-reference-re.
5357 (xml-entity-or-char-ref-re): New defconst.
5358 (xml-parse-string, xml-substitute-special): Use it.
5359
5360 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5361
5362 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5363 (find-file--read-only): New function.
5364 (find-file-read-only, find-file-read-only-other-window)
5365 (find-file-read-only-other-frame): Use it.
5366 (insert-file-contents-literally): Don't `fset'.
5367 (get-free-disk-space): Use locate-dominating-file.
5368
5369 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5370 function is already compiled.
5371
5372 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5373
5374 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5375
5376 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5377 files on the same host.
5378
5379 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5380
5381 * help-fns.el (describe-function-1): Only call
5382 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5383
5384 2012-07-03 Chong Yidong <cyd@gnu.org>
5385
5386 * xml.el: Protect parser against XML bombs.
5387 (xml-entity-expansion-limit): New variable.
5388 (xml-parse-string, xml-substitute-special): Use it.
5389 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5390
5391 2012-07-03 Glenn Morris <rgm@gnu.org>
5392
5393 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5394 Allow linking to specific messages in debbugs reports (eg 123#5).
5395
5396 2012-07-02 Chong Yidong <cyd@gnu.org>
5397
5398 * xml.el: Fix entity and character reference expansion, allowing
5399 them to expand into markup as per XML spec.
5400 (xml-default-ns): New variable.
5401 (xml-entity-alist): Use XML spec definitions for lt and amp.
5402 (xml-parse-region): Make first two arguments optional.
5403 Discard text properties.
5404 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5405 All callers changed.
5406 (xml-parse-tag): Call xml-parse-tag-1. For backward
5407 compatibility, this function should not modify buffer contents.
5408 (xml-parse-tag-1): Fix opening-tag regexp.
5409 (xml-parse-string): Rewrite, handling entity and character
5410 references properly.
5411 (xml--entity-replacement-text): Signal an error if a parameter
5412 entity is undefined.
5413
5414 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * comint.el (comint-output-filter): Filter out repeated prompts.
5417
5418 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5419 and file-name-absolute-p.
5420 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5421 internal calls.
5422
5423 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5424
5425 Spelling fixes.
5426 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5427 Rename from byte-compile--refiy-function. All uses changed.
5428
5429 2012-07-01 Chong Yidong <cyd@gnu.org>
5430
5431 * xml.el (xml--parse-buffer): New function. Move most of
5432 xml-parse-region here.
5433 (xml-parse-region): Copy region into a temporary buffer, since
5434 parameter entity substitution requires changing buffer contents.
5435 Use xml--parse-buffer.
5436 (xml-parse-file): Use xml--parse-buffer.
5437 (xml-parse-dtd): Make parameter entity substitution work right.
5438 Use proper regexps for ELEMENT declarations (Bug#7172).
5439
5440 2012-06-30 Glenn Morris <rgm@gnu.org>
5441
5442 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5443
5444 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5445 Remove outdated and unnecessary dbus declarations.
5446
5447 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5448
5449 * emacs-lisp/timer.el (timer-until): Subtract results of
5450 float-time, instead of taking float-time of the result of
5451 time-subtract, since float-time signals an error for negative time
5452 arguments.
5453
5454 2012-06-30 Chong Yidong <cyd@gnu.org>
5455
5456 * xml.el (xml-*-re): Convert defvars into defconsts, and
5457 eval-and-compile them so eval-and-compile works on derivatives.
5458 (xml--entity-replacement-text): Use eval-and-comple.
5459
5460 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5461
5462 * vc/vc-git.el (vc-git-registered): Use cache property
5463 `git-registered'.
5464 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5465 `vc-git-working-revision' in order to benefit from the cache.
5466 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5467
5468 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5469
5470 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5471 removed (likely outside Emacs). (Bug#11757)
5472
5473 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * emacs-lisp/cl-lib.el: Require macroexp.
5476
5477 2012-06-30 Chong Yidong <cyd@gnu.org>
5478
5479 * xml.el: Implement XML parameter entities.
5480 (xml-parameter-entity-alist): New variable.
5481 (xml-parse-region, xml-parse-fragment): Preserve previous values
5482 of xml-entity-alist and xml-parameter-entity-alist, so that
5483 repeated calls on different documents do not change them.
5484 (xml-parse-tag): Fix doctype regexp.
5485 (xml--entity-replacement-text): New function.
5486 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5487 properly requires url retrieval which is unimplemented.
5488 (xml-escape-string): Doc fix.
5489
5490 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5493
5494 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5495
5496 * fringe.el (fringe-mode): Doc fix.
5497
5498 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5499
5500 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5501 is non-nil.
5502 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5503 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5504
5505 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5506
5507 * calendar/cal-dst.el (calendar-current-time-zone):
5508 Return calendar-current-time-zone-cache if non-nil.
5509
5510 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5511
5512 * progmodes/which-func.el (which-func-format):
5513 Add mouse-face. (Bug#11698)
5514
5515 2012-06-29 Leo Liu <sdl.web@gmail.com>
5516
5517 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5518
5519 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * minibuffer.el (minibuffer-confirm-exit-commands):
5522 Add completion-at-point (bug#11725).
5523
5524 2012-06-29 Glenn Morris <rgm@gnu.org>
5525
5526 * progmodes/f90.el (f90-font-lock-keywords-2):
5527 Add some preprocessor elements. (Bug#10499)
5528
5529 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5530
5531 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5532 Use syntax-propertize (bug#11739).
5533
5534 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5535
5536 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5537
5538 2012-06-28 Julien Danjou <julien@danjou.info>
5539
5540 * term.el (term-handle-colors-array): Use a set of new faces to
5541 color the terminal. Also uses :inverse-video property.
5542 (term-default-fg-color): Set to nil by default, deprecate in favor
5543 of `term-face'.
5544 (term-default-bg-color): Set to nil by default, deprecate in favor
5545 of `term-face'.
5546 (term-current-face): Use `term-face' by default.
5547 (term-bold-attribute): Variable deleted.
5548
5549 2012-06-28 Glenn Morris <rgm@gnu.org>
5550
5551 * simple.el (completion-list-mode-finish):
5552 Don't use toggle-read-only. (Since completion-list-mode has
5553 a special mode-class, it wasn't doing anything extra anyway.)
5554
5555 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 Make inlining of other-mode interpreted functions work (bug#11799).
5558 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5559 (byte-compile): Use it to fix compilation of lexical-binding closures.
5560 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5561 function, if needed.
5562
5563 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5564
5565 * help-mode.el (help-make-xrefs): Don't just withstand
5566 cyclic-variable-indirection but any error in documentation-property.
5567
5568 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5569 memory use.
5570 * bindings.el (bindings--define-key): New function.
5571 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5572 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5573 * bindings.el: Use it to purecopy define-key bindings.
5574
5575 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5576
5577 * emacs-lisp/cl.el (flet): Mark obsolete.
5578 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5579 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5580 * progmodes/js.el (js-c-fill-paragraph):
5581 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5582 (ebrowse-switch-member-buffer-to-derived-class):
5583 * play/5x5.el (5x5-solver): Use cl-flet.
5584
5585 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5586 (cl--symbol-function): New macro.
5587 (cl--letf, cl--letf*): Use it.
5588
5589 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5590 Strip "toggle-" if any.
5591
5592 2012-06-27 Glenn Morris <rgm@gnu.org>
5593
5594 * info.el (Info-default-directory-list): Move here from paths.el.
5595 * paths.el: Remove file, which is now empty.
5596 * loadup.el: No longer load "paths".
5597
5598 * custom.el (custom-initialize-delay): Doc fix.
5599
5600 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5601 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5602 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5603 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5604 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5605 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5606 * eshell/eshell.el (eshell-defgroup): Remove alias.
5607
5608 2012-06-27 Chong Yidong <cyd@gnu.org>
5609
5610 * help.el (help-enable-auto-load): New variable.
5611
5612 * help-fns.el (help-fns--autoloaded-p): New function.
5613 (describe-function-1): Refer to a function as "autoloaded" if it
5614 was autoloaded at any time in the past. Perform autoloading if
5615 help-enable-auto-load is non-nil.
5616
5617 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5618
5619 * makefile.w32-in (compile, compile-always): Depend on
5620 update-subdirs, not on subdirs.el. Otherwise, several different
5621 sub-targets of 'bootstrap' running in parallel could
5622 simultaneously write to subdirs.el, producing a garbled file.
5623
5624 2012-06-26 Sam Steingold <sds@gnu.org>
5625
5626 * files.el (file-name-base): New convenience function.
5627 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5628 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5629 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5630 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5631 * textmodes/ispell.el, textmodes/reftex-ref.el:
5632 * textmodes/tex-mode.el: Use it.
5633 Did not touch cedet and org because they are maintained elsewhere.
5634
5635 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5636
5637 * calendar/calendar.el (calendar-exit): Don't try to delete or
5638 iconify last frame. See:
5639 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5640
5641 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5642
5643 * server.el (server-process-filter): Remember dir in the
5644 process's `server-client-directory' properties.
5645
5646 2012-06-24 Chong Yidong <cyd@gnu.org>
5647
5648 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5649 non-tag text.
5650
5651 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5652
5653 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5654
5655 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * help-fns.el (describe-variable): Don't croak when doc is not found.
5658 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5659 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5660 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5661 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5662 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5663 ((lambda ..) ..).
5664 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5665
5666 2012-06-23 Chong Yidong <cyd@gnu.org>
5667
5668 * info.el (Info-mouse-follow-link): Accept symbol values of
5669 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5670 (Info-fontify-node): Use Info-link-keymap for all navigation
5671 buttons, with link-args property to perform the desired action.
5672 (Info-link-keymap): Doc fix.
5673 (Info-next-link-keymap, Info-prev-link-keymap)
5674 (Info-up-link-keymap): Delete now-unused keymaps.
5675
5676 2012-06-23 Chong Yidong <cyd@gnu.org>
5677
5678 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5679
5680 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5681 system abbrevs.
5682
5683 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5684
5685 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5688 (bug#11719).
5689
5690 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5691 the requote function doesn't work properly (bug#11714).
5692
5693 2012-06-23 Glenn Morris <rgm@gnu.org>
5694
5695 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5696
5697 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 Further GV/CL cleanups.
5700 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5701 gv-expander.
5702 (gv--defun-declaration): New function.
5703 (defun-declarations-alist): Use it.
5704 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5705 (gv-place): Autoload.
5706 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5707 original definition of dotimes and dolist.
5708 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5709 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5710 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5711 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5712 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5713 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5714 to the function's definition.
5715 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5716 * window.el:
5717 * files.el:
5718 * faces.el:
5719 * env.el: Don't use CL.
5720
5721 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5722
5723 Support higher-resolution time stamps (Bug#9000).
5724
5725 * calendar/time-date.el (with-decoded-time-value): New arg
5726 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5727 (encode-time-value): New optional arg PICO. New type 3.
5728 (time-to-seconds) [!float-time]: Support the new picoseconds
5729 component if it's used.
5730 (seconds-to-time, time-subtract, time-add):
5731 Support ps-resolution time stamps as well.
5732
5733 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5734 (timerp): Timer vectors now have length 9, not 8.
5735 (timer--time): Support new-style (4-part) time stamps.
5736 (timer-next-integral-multiple-of-time): Time stamps now have
5737 picosecond resolution, so take a bit more care about rounding.
5738 (timer-relative-time, timer-inc-time): New optional arg psecs.
5739 (timer-set-time-with-usecs): Set psecs to 0.
5740 (timer--activate): Check psecs component, too.
5741
5742 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5743
5744 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5747 Move the non-essential binding to the post/pre-command-hook where it is
5748 more obviously correct.
5749
5750 * subr.el (read-passwd): Don't use a history at all.
5751 * savehist.el (savehist-save): Remove password saved accidentally
5752 because of the above bug.
5753
5754 2012-06-22 Bastien Guerry <bzg@gnu.org>
5755
5756 * files.el (toggle-read-only): Display a message telling whether
5757 the buffer is read-only or not (bug#11726).
5758
5759 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * emacs-lisp/gv.el: New file.
5762 * subr.el (push, pop): Extend to generalized variables.
5763 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5764 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5765 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5766 gv-define-simple-setter, and gv-define-expander.
5767 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5768 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5769 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5770 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5771 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5772 gv-letplace.
5773 (cl-defstruct): Don't define setf-method any more.
5774 * emacs-lisp/cl.el (flet): Don't autoload.
5775 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5776 (define-setf-expander, defsetf, define-modify-macro)
5777 (cl-struct-setf-expander): Move from cl-lib.el.
5778 * emacs-lisp/syntax.el:
5779 * emacs-lisp/ewoc.el:
5780 * emacs-lisp/smie.el:
5781 * emacs-lisp/cconv.el:
5782 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5783 (timer--time): Use gv-define-simple-setter.
5784 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5785 to avoid coding-system problems in subr.el. Adjust all users.
5786 (macroexp--maxsize, macroexp-small-p): New functions.
5787 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5788 * scroll-bar.el (scroll-bar-mode):
5789 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5790 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5791 * winner.el (winner-configuration, winner-make-point-alist)
5792 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5793 * files.el (locate-file-completion-table): Avoid list*.
5794
5795 2012-06-22 Chong Yidong <cyd@gnu.org>
5796
5797 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5798 (dired-create-files): Doc fix (Bug#11329).
5799 (dired-do-copy): Doc fix (Bug#11334).
5800 (dired-mark-read-string): Doc fix (Bug#11553).
5801
5802 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5803 Doc fix (Bug#11326).
5804 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5805 (dired-dwim-target): Doc fix.
5806
5807 * wdired.el (wdired-mode): Doc fix.
5808
5809 2012-06-22 Glenn Morris <rgm@gnu.org>
5810
5811 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5812 (pcmpl-rpm-cache-stamp-file): New constant.
5813 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5814 (pcmpl-rpm-packages): Optionally cache list of packages.
5815
5816 * pcmpl-rpm.el (pcmpl-rpm): New group.
5817 (pcmpl-rpm-query-options): New option.
5818 (pcmpl-rpm-packages): No need to inline it.
5819 Use pcmpl-rpm-query-options.
5820
5821 * calendar/calendar.el (calendar-in-read-only-buffer):
5822 Avoid some needless mode changes.
5823
5824 2012-06-21 Chong Yidong <cyd@gnu.org>
5825
5826 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5827 (desktop-path): Remove . from the default value (Bug#10977).
5828 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5829
5830 2012-06-20 Chong Yidong <cyd@gnu.org>
5831
5832 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5833
5834 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5835
5836 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5837 (bug#11201).
5838
5839 2012-06-20 Chong Yidong <cyd@gnu.org>
5840
5841 * term.el (term-window-width): Handle the case of a missing right
5842 fringe (Bug#8837).
5843 (term-check-size): Use window-text-height (Bug#5445).
5844 (term-mode): Use define-derived-mode. Minor cleanups.
5845 Set font-lock-defaults (Bug#7692).
5846 (term-move-columns, term-insert-char, term-emulate-terminal)
5847 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5848
5849 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5850
5851 * net/ange-ftp.el (ange-ftp-get-passwd):
5852 Bind `enable-recursive-minibuffers'.
5853 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5854
5855 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5856
5857 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5858
5859 2012-06-19 Glenn Morris <rgm@gnu.org>
5860
5861 * progmodes/python.el (python-mode): Derive from prog-mode.
5862
5863 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5864
5865 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5866 (edt-user-menu-bar-update-buffers): New functions.
5867 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5868
5869 2012-06-19 Chong Yidong <cyd@gnu.org>
5870
5871 * subr.el (with-selected-window): Preserve the selected window's
5872 terminal's top-frame (Bug#4702).
5873
5874 * window.el (save-selected-window): Likewise.
5875
5876 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * progmodes/python.el (python-rx-constituents): Move backquote.
5879 (python-skeleton-define, python-define-auxiliary-skeleton):
5880 Use `declare'.
5881
5882 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5883
5884 * minibuffer.el (read-file-name-default): Revert the patch from
5885 2012-06-17.
5886
5887 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5888
5889 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5890 (pcase--u1, pcase--q1): Don't use apply-partially.
5891
5892 2012-06-18 Glenn Morris <rgm@gnu.org>
5893
5894 * progmodes/python.el (python-proc, python-buffer)
5895 (python-send-receive, python-send-string): Fix obsolete versions.
5896
5897 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5898
5899 * window.el (special-display-p): Completely remove stringp
5900 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5901
5902 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5905
5906 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5907
5908 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5909 * net/tramp-sh.el (tramp-maybe-open-connection):
5910 Throw if `non-essential' is non-nil.
5911
5912 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5913
5914 * window.el (special-display-p): Signal an error if BUFFER-NAME
5915 is not a string (Bug#11713).
5916
5917 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5918
5919 * progmodes/python.el (python-info-beginning-of-backslash):
5920 Rename from python-info-beginning-of-backlash, as a spelling fix.
5921
5922 2012-06-17 Chong Yidong <cyd@gnu.org>
5923
5924 * term.el (term-emulate-terminal): If term-check-size is called,
5925 move point to the process mark without resetting point (Bug#4635).
5926
5927 2012-06-17 Glenn Morris <rgm@gnu.org>
5928
5929 * international/mule-cmds.el (mule-menu-keymap)
5930 (set-language-environment, set-locale-environment): Doc tweaks.
5931
5932 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5933
5934 * cus-face.el (custom-face-attributes): Add wave-style underline
5935 attribute.
5936 * faces.el (set-face-attribute): Update docstring to describe
5937 wave-style underline attribute.
5938
5939 2012-06-16 Chong Yidong <cyd@gnu.org>
5940
5941 * term/xterm.el (terminal-init-xterm): Discard input before
5942 querying background mode (Bug#10959).
5943
5944 2012-06-16 Stefan Merten <smerten@oekonux.de>
5945
5946 * textmodes/rst.el: Added and corrected some comments.
5947 (rst-re-alist-def): Improve symbol syntax.
5948 (rst-mode-syntax-table): Correct syntax entries.
5949 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5950 (rst-official-version, rst-official-cvs-rev): Update version
5951 information.
5952
5953 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5954
5955 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5956 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5957
5958 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5959
5960 * progmodes/python.el: New python.el merge.
5961 (python-guess-indent): Obsolete var.
5962 (python-indent-guess-indent-offset): New defcustom.
5963 (python-indent): Obsolete var.
5964 (python-indent-offset): New defcustom.
5965 (python-python-command, python-jython-command): Delete var.
5966 (python-shell-interpreter): New defcustom.
5967 (python-pdbtrack-do-tracking-p): Delete var.
5968 (python-pdbtrack-activate): New defcustom.
5969 (python-use-skeletons): Obsolete var.
5970 (python-skeleton-autoinsert): New defcustom.
5971 (inferior-python-filter-regexp, python-continuation-offset)
5972 (python-honour-comment-indentation, python-indent-string-contents)
5973 (python-jython-packages, python-mode-hook)
5974 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5975 (python-shell-prompt-alist)
5976 (python-source-modes): Delete defcustoms.
5977 (python-check-buffer-name, python-eldoc-setup-code)
5978 (python-eldoc-string-code, python-ffap-setup-code)
5979 (python-ffap-string-code, python-fill-comment-function)
5980 (python-fill-decorator-function, python-fill-paren-function)
5981 (python-fill-string-function, python-imenu-include-defun-type)
5982 (python-imenu-make-tree, python-imenu-subtree-root-label)
5983 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5984 (python-shell-compilation-regexp-alist)
5985 (python-shell-completion-module-string-code)
5986 (python-shell-completion-pdb-string-code)
5987 (python-shell-completion-setup-code)
5988 (python-shell-completion-string-code)
5989 (python-shell-enable-font-lock, python-shell-exec-path)
5990 (python-shell-extra-pythonpaths)
5991 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5992 (python-shell-process-environment)
5993 (python-shell-prompt-block-regexp)
5994 (python-shell-prompt-output-regexp)
5995 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5996 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5997 (python-shell-virtualenv-path): New defcustoms.
5998 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5999 (inferior-python-mode-syntax-table, python--prompt-regexp)
6000 (python-buffer, python-command python-python-command)
6001 (python-default-template, python-imports, python-indent-index)
6002 (python-indent-list, python-indent-list-length)
6003 (python-mode-running, python-pdbtrack-is-tracking-p)
6004 (python-preoutput-continuation, python-preoutput-leftover)
6005 (python-preoutput-result, python-preoutput-skip-next-prompt)
6006 (python-prev-dir/file, python-recursing)
6007 (python-saved-check-command, python-version-checked)
6008 (python-which-func-length-limit)
6009 (view-return-to-alist): Delete vars.
6010 (python-check-custom-command, python-dotty-syntax-table)
6011 (python-imenu-index-alist, python-indent-current-level)
6012 (python-indent-dedenters, python-indent-levels)
6013 (python-nav-beginning-of-defun-regexp)
6014 (python-nav-list-defun-positions-cache)
6015 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6016 (python-shell-internal-buffer)
6017 (python-skeleton-available): New vars.
6018 (def-python-skeleton): Delete macro.
6019 (python-skeleton-define): New macro.
6020 (python-define-auxiliary-skeleton, python-rx): New macros.
6021 (python-insert-class): Delete command.
6022 (python-skeleton-class): New command.
6023 (python-insert-def): Delete command.
6024 (python-skeleton-def): New command.
6025 (python-insert-for): Delete command.
6026 (python-skeleton-for): New command.
6027 (python-insert-if): Delete command.
6028 (python-skeleton-if): New command.
6029 (python-insert-try/except, python-insert-try/finally): Delete commands.
6030 (python-skeleton-try): New command.
6031 (python-insert-while): Delete command.
6032 (python-skeleton-while): New command.
6033 (python-backspace): Delete command.
6034 (python-indent-dedent-line-backspace): New command.
6035 (python-electric-colon): Delete command.
6036 (python-indent-electric-colon): New command.
6037 (python-guess-indent): Delete command.
6038 (python-indent-guess-indent-offset): New command.
6039 (python-shift-left): Delete command.
6040 (python-indent-shift-left): New command.
6041 (python-shift-right): Delete command.
6042 (python-indent-shift-right): New command.
6043 (python-find-function): Delete command.
6044 (python-nav-jump-to-defun): New command.
6045 (python-next-statement): Delete command.
6046 (python-nav-forward-sentence): New command.
6047 (python-previous-statement): Delete command.
6048 (python-nav-backward-sentence): New command.
6049 (python-fill-paragraph): Delete command.
6050 (python-fill-paragraph-function): New command.
6051 (python-send-buffer): Delete command.
6052 (python-shell-send-buffer): New command.
6053 (python-send-defun): Delete command.
6054 (python-shell-send-defun): New command.
6055 (python-send-region, python-send-region-and-go): Delete commands.
6056 (python-shell-send-region)
6057 (python-shell-switch-to-shell): New commands.
6058 (python-send-string): Delete command.
6059 (python-shell-send-string): New command.
6060 (python-switch-to-python): Delete command.
6061 (python-shell-switch-to-shell): New command.
6062 (python-describe-symbol): Delete command.
6063 (python-eldoc-at-point): New command.
6064 (python--set-prompt-regexp, python-args-to-list)
6065 (python-after-info-look, python-check-version)
6066 (python-check-comint-prompt, python-find-imports)
6067 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6068 (python-unload-function, python-expand-template)
6069 (python-maybe-jython, python-preoutput-filter)
6070 (python-pdbtrack-get-source-buffer)
6071 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6072 (python-pdbtrack-toggle-stack-tracking)
6073 (python-pdbtrack-track-stack-file, python-initial-text)
6074 (python-first-word, python-comment-line-p, python-send-command)
6075 (python-setup-brm, python-sentinel, python-set-proc)
6076 (python-skip-out, python-input-filter, python-outdent-p)
6077 (python-outline-level, python-backslash-continuation-line-p)
6078 (python-end-of-block, python-end-of-statement, python-mark-block)
6079 (python-beginning-of-block, python-beginning-of-statement)
6080 (python-blank-line-p, python-beginning-of-string)
6081 (python-open-block-statement-p): Delete functions.
6082 (python-indent-line, python-indent-line-1): Delete functions.
6083 (python-indent-line): New function.
6084 (python-indentation-levels): Delete function.
6085 (python-indent-calculate-levels): New function.
6086 (python-proc): Delete function.
6087 (python-shell-get-process): New function.
6088 (python-send-receive): Delete function.
6089 (python-shell-send-string-no-output): New function.
6090 (python-module-path): Delete function.
6091 (python-ffap-module-path): New function.
6092 (python-completion-at-point)
6093 (python-symbol-completions): Delete functions.
6094 (python-completion-complete-at-point): New function.
6095 (python-load-file): Delete function.
6096 (python-shell-send-file): New function.
6097 (python-calculate-indentation): Delete function.
6098 (python-indent-calculate-indentation): New function.
6099 (python-skip-comments/blanks): Delete function.
6100 (python-util-forward-comment): New function.
6101 (python-continuation-line-p): Delete function.
6102 (python-info-continuation-line-p): New function.
6103 (python-which-func, python-current-defun): Delete function.
6104 (python-info-current-defun): New function.
6105 (python-beginning-of-defun): Delete function.
6106 (python-nav-beginning-of-defun): New function.
6107 (python-close-block-statement-p)
6108 (python-block-end-p): Delete function.
6109 (python-info-closing-block): New function.
6110 (python-comint-output-filter-function)
6111 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6112 (python-fill-comment, python-fill-decorator, python-fill-paren)
6113 (python-fill-string, python-imenu-make-element-tree)
6114 (python-imenu-make-tree, python-imenu-tree-assoc)
6115 (python-indent-context, python-indent-dedent-line)
6116 (python-indent-line-function)
6117 (python-indent-post-self-insert-function)
6118 (python-indent-toggle-levels)
6119 (python-info-assignment-continuation-line-p)
6120 (python-info-beginning-of-backlash)
6121 (python-info-block-continuation-line-p)
6122 (python-info-closing-block-message)
6123 (python-info-line-ends-backslash-p)
6124 (python-info-looking-at-beginning-of-defun)
6125 (python-info-ppss-context, python-info-ppss-context-type)
6126 (python-nav-list-defun-positions, python-nav-read-defun)
6127 (python-nav-sentence-end, python-nav-sentence-start)
6128 (python-pdbtrack-comint-output-filter-function)
6129 (python-pdbtrack-set-tracked-buffer)
6130 (python-shell-calculate-exec-path)
6131 (python-shell-calculate-process-environment)
6132 (python-shell-completion--do-completion-at-point)
6133 (python-shell-completion--get-completions)
6134 (python-shell-completion-complete-at-point)
6135 (python-shell-completion-complete-or-indent)
6136 (python-shell-get-or-create-process)
6137 (python-shell-get-process-name)
6138 (python-shell-internal-get-or-create-process)
6139 (python-shell-internal-get-process-name)
6140 (python-shell-internal-send-string, python-shell-make-comint)
6141 (python-shell-parse-command, python-shell-send-setup-code)
6142 (python-skeleton-add-menu-items)
6143 (python-util-clone-local-variables, python-util-position)
6144 (run-python-internal, python-indentation-levels)
6145 (python-nav-beginning-of-defun)
6146 (python-completion-complete-at-point): New functions.
6147 (run-python): Change arguments. New API requirements.
6148
6149 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6152 (bug#11649).
6153
6154 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6155 (macroexp--expand-all): Use it.
6156
6157 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6158 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6159 Use `cl-function' instead.
6160
6161 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6162
6163 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6164 Suggested by Stefan Monnier while discussing bug#11657.
6165
6166 2012-06-14 Sam Steingold <sds@gnu.org>
6167
6168 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6169
6170 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6171
6172 * play/doctor.el (doctor-doc): Remove parameter and use
6173 doctor-sent instead of sent.
6174 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6175
6176 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6177
6178 * files.el: Require cl-lib.
6179 (file-name-non-special): Replace case -> cl-case.
6180
6181 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6182
6183 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6184 mapping from #' to function*.
6185
6186 2012-06-13 Chong Yidong <cyd@gnu.org>
6187
6188 * mouse.el (mouse-drag-track): Do not set the mark if the user
6189 releases the mouse without selecting anything (Bug#11588).
6190
6191 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6194 as well (bug#11646).
6195
6196 * loadup.el: Count byte-code functions as well.
6197
6198 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6199 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6200
6201 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6202 (bug#11649). Add cl-defun and cl-defmacro.
6203
6204 2012-06-13 Drew Adams <drew.adams@oracle.com>
6205
6206 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6207 Fix last change.
6208
6209 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6210
6211 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6212 Otherwise, it blocks in batch mode.
6213
6214 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6215
6216 * help-mode.el (bookmark-make-record-default): Declare.
6217
6218 2012-06-13 Chong Yidong <cyd@gnu.org>
6219
6220 * emacs-lisp/package.el (list-packages): Compute a list of
6221 packages that are newly-available since the last list-packages
6222 invocation.
6223 (package-menu--new-package-list): New var.
6224 (package-menu--generate, package-menu--print-info)
6225 (package-menu--status-predicate, package-menu-mark-install):
6226 Handle new status label "new".
6227
6228 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6231 conversion to backquotes.
6232
6233 2012-06-12 Chong Yidong <cyd@gnu.org>
6234
6235 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6236 Rename from gud-inhibit-global-bindings.
6237
6238 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6239
6240 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6241 hook from nxml-glyph-set-hook.
6242
6243 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6244 declaration.
6245
6246 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6247
6248 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6249 Convert to defcustom.
6250
6251 2012-06-12 Drew Adams <drew.adams@oracle.com>
6252
6253 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6254 New functions.
6255 (help-mode): Use them.
6256
6257 2012-06-11 Glenn Morris <rgm@gnu.org>
6258
6259 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6260 Use preprocessor face for directives.
6261 (fortran-directive-re): Doc fix.
6262
6263 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6266 conversion to backquotes (bug#11652).
6267
6268 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6269 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6270 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6271 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6272 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6273 (cl-ninth, cl-tenth): Mark them as inlinable.
6274 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6275 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6276 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6277 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6278 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6279 (cl-list*, cl-adjoin): Don't put an autoload manually.
6280 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6281 (cl--compiler-macro-list*): Add autoload cookie.
6282 (cl--compiler-macro-cXXr): New function.
6283
6284 * help-fns.el (help-fns--compiler-macro): New function extracted from
6285 describe-function-1; follow aliases and use `compiler-macro' property.
6286 (describe-function-1): Use it.
6287
6288 2012-06-11 Chong Yidong <cyd@gnu.org>
6289
6290 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6291 is uninstalled, if imagemagick is installed.
6292
6293 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * emacs-lisp/cl-lib.el: Use lexical-binding.
6296 (cl-map-extents, cl-maclisp-member): Remove.
6297 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6298 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6299 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6300 * emacs-lisp/cl-extra.el: Use lexical-binding.
6301 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6302 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6303 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6304 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6305 * emacs-lisp/cl-seq.el: Use lexical-binding.
6306 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6307 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6308 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6309 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6310 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6311 CL's internals.
6312
6313 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6314
6315 Sync with Tramp 2.2.6-pre.
6316
6317 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6318 `print-length' and `print-level' to nil, in order to avoid
6319 truncation. Reported by Christopher Schmidt
6320 <christopher@ristopher.com>.
6321
6322 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6323
6324 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6325 New defmacro.
6326 (tramp-compat-copy-directory): Add optional argument
6327 COPY-CONTENTS. It is not handled yet.
6328
6329 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6330 (tramp-ftp-file-name-p): Simplify.
6331
6332 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6333 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6334 connection vector.
6335
6336 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6337 (tramp-methods): Do not use `tramp-password-end-of-line'.
6338 (tramp-completion-function-alist-putty): Handle UNIX case.
6339 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6340 (tramp-do-file-attributes-with-stat)
6341 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6342 gid as real numbers. They could run out of integer range on cygwin.
6343 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6344 (tramp-sh-handle-expand-file-name): Handle hops.
6345 (tramp-open-connection-setup-interactive-shell):
6346 Use `tramp-cleanup'. Move check for busyboxes ...
6347 (tramp-find-shell): ... here. Simplify implementation.
6348 Set "remote-shell" property also for alternative shells.
6349 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6350 If failing, a regular file would be written otherwise.
6351 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6352 (tramp-find-inline-encoding): Cache the coding commands in the
6353 process cache. Apply test command on the remote side, if defined.
6354 (tramp-find-inline-compress): Cache the compress commands in the
6355 process cache.
6356 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6357 when requested. Handle hops.
6358 (tramp-current-connection): New defvar.
6359 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6360 Throw `suppress', if there was a failed connection shortly before.
6361 Handle user interrupt. (Bug#10187)
6362 (tramp-get-inline-compress, tramp-get-inline-coding):
6363 Read connection properties from the process cache.
6364
6365 * net/tramp-smb.el (tramp-smb-server-version)
6366 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6367 New defconsts.
6368 (tramp-smb-prompt): Extend for powershell prompt.
6369 (tramp-smb-file-name-handler-alist): Add handlers for
6370 `process-file', `shell-command' and `start-file-process'.
6371 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6372 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6373 (tramp-smb-file-name-p): Simplify.
6374 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6375 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6376 (tramp-smb-shell-quote-argument): New defuns.
6377 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6378 Implement using "tar". By this, time-stamps are preserved.
6379 (tramp-smb-handle-copy-file): Handle also the case of directories.
6380 (tramp-smb-do-file-attributes-with-stat)
6381 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6382 Use `tramp-get-connection-buffer').
6383 (tramp-smb-handle-rename-file): Use "rename", when source and
6384 target are on the same share.
6385 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6386 Use `tramp-smb-server-version'.
6387 (tramp-smb-wait-for-output): Remove prompt.
6388
6389 * net/tramp.el (top): Require 'cl.
6390 (tramp-methods, tramp-rsh-end-of-line):
6391 Remove `tramp-password-end-of-line' from docstring.
6392 (tramp-save-ad-hoc-proxies): New defcustom.
6393 (tramp-completion-function-alist): Adapt docstring.
6394 (tramp-default-password-end-of-line): Remove defcustom.
6395 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6396 (tramp-user-regexp, tramp-file-name-regexp-unified)
6397 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6398 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6399 (tramp-remote-file-name-spec-regexp): New defconst.
6400 (tramp-file-name-structure): Extend structure for hops.
6401 (tramp-get-method-parameter): Move up.
6402 (tramp-file-name-p, tramp-dissect-file-name)
6403 (with-parsed-tramp-file-name): Handle hops.
6404 (tramp-file-name-hop): New defun.
6405 (tramp-make-tramp-file-name): New optional arg HOP.
6406 (tramp-message-show-progress-reporter-message): New defvar.
6407 (tramp-with-progress-reporter): Use it. We cannot use
6408 `tramp-message-show-message' here, because this suppresses also
6409 error buffers.
6410 (tramp-error-with-buffer): Suppress buffer view, if
6411 `tramp-message-show-message' is nil.
6412 Use `tramp-get-connection-buffer'.
6413 (tramp-cleanup): New defun.
6414 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6415 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6416 an error unchanged.
6417 (tramp-completion-handle-file-name-all-completions): Handle hops.
6418 Fix an error when called from ido.
6419 (tramp-completion-dissect-file-name): Use better local variable
6420 name. Add hop to the vector.
6421 (tramp-handle-insert-file-contents): Use progress-reporter for the
6422 whole scenario.
6423 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6424 to `t'.
6425 (tramp-check-for-regexp): Simplify search.
6426 (tramp-enter-password): Remove it. Move implementation ...
6427 (tramp-action-password): ... here.
6428 (tramp-mode-string-to-int, tramp-local-host-p)
6429 (tramp-make-tramp-temp-file, tramp-read-passwd)
6430 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6431 Set tramp-autoload cookie.
6432
6433 * net/trampver.el: Update release number.
6434
6435 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6436 Michael Albinus <michael.albinus@gmx.de>
6437
6438 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6439 (tramp-parse-group, tramp-parse-file)
6440 (tramp-parse-shostkeys-sknownhosts): New defuns.
6441 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6442 (tramp-parse-shosts-group, tramp-parse-sconfig)
6443 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6444 (tramp-parse-sknownhosts, tramp-parse-hosts)
6445 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6446 Use them.
6447 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6448 (tramp-parse-putty-group): Don't narrow.
6449 (tramp-parse-putty): Make a loop.
6450 (tramp-file-name-handler): Catch the `suppress' signal.
6451
6452 2012-06-11 Chong Yidong <cyd@gnu.org>
6453
6454 * image.el (imagemagick-register-types): Put the ImageMagick entry
6455 at the end of image-type-file-name-regexps.
6456
6457 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6458
6459 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6460 (pcase, pcase-let*, pcase-dolist): Use them.
6461
6462 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * emacs-lisp/pcase.el (pcase--let*): New function.
6465 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6466 (pcase--expand): Use macroexp-let².
6467
6468 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6471 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6472 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6473 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6474 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6475 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6476
6477 2012-06-10 Glenn Morris <rgm@gnu.org>
6478
6479 * mail/rmail.el (rmail-yank-current-message): Leave point at
6480 correct position. (Bug#11660)
6481
6482 2012-06-10 Chong Yidong <cyd@gnu.org>
6483
6484 * allout-widgets.el: Fix code header.
6485
6486 2012-06-10 Chong Yidong <cyd@gnu.org>
6487
6488 * cus-edit.el (customize-changed-options-previous-release):
6489 Bump to 24.1.
6490
6491 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6492
6493 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6494
6495 2012-06-09 Chong Yidong <cyd@gnu.org>
6496
6497 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6498
6499 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6500
6501 * window.el (special-display-popup-frame): Don't use
6502 window--display-buffer (Bug#11651).
6503
6504 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6505
6506 Fix parallel builds: make sure loaddefs.el is not being written
6507 while Lisp files are compiled.
6508 (compile): Don't depend on 'mh-autoloads'.
6509 (compile-CMD, compile-SH): Depend on 'autoloads'.
6510 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6511
6512 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6513
6514 2012-06-09 Chong Yidong <cyd@gnu.org>
6515
6516 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6517 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6518 Doc fixes (Bug#11225).
6519
6520 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6523 a function if there's a clear indication that it has a compiler-macro.
6524 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6525 (macro-declarations-alist): Add arglist to declaration functions.
6526 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6527 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6528 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6529 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6530 Also add autoload to find the compiler macro.
6531 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6532 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6533 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6534 (cl--compiler-macro-get): New functions, replacing calls to
6535 cl-define-compiler-macro.
6536 (cl-typep) [compiler-macro]: Use macroexp-let².
6537
6538 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6539
6540 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6541 string properly, fixes Bug#11473.
6542
6543 2012-06-08 Chong Yidong <cyd@gnu.org>
6544
6545 * faces.el (set-face-attribute): Doc fix.
6546 (modify-face): Don't use :bold and :italic.
6547 (error, warning, success): Tweak definitions.
6548
6549 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6550 (custom-modified, custom-set, custom-changed, custom-themed)
6551 (custom-saved, custom-button, custom-button-mouse)
6552 (custom-button-pressed, custom-state, custom-comment-tag)
6553 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6554 (custom-group-subtitle): Use new-style face specs.
6555 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6556 (custom-set-face, custom-changed-face, custom-saved-face)
6557 (custom-button-face, custom-button-pressed-face)
6558 (custom-documentation-face, custom-state-face)
6559 (custom-comment-face, custom-comment-tag-face)
6560 (custom-variable-tag-face, custom-variable-button-face)
6561 (custom-face-tag-face, custom-group-tag-face-1)
6562 (custom-group-tag-face): Remove obsolete face alias.
6563
6564 * epa.el (epa-validity-high, epa-validity-medium)
6565 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6566 (epa-field-name, epa-field-body):
6567 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6568 (font-lock-keyword-face, font-lock-builtin-face)
6569 (font-lock-function-name-face, font-lock-variable-name-face)
6570 (font-lock-type-face, font-lock-constant-face):
6571 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6572 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6573 * speedbar.el (speedbar-button-face, speedbar-file-face)
6574 (speedbar-directory-face, speedbar-tag-face)
6575 (speedbar-selected-face, speedbar-highlight-face)
6576 (speedbar-separator-face):
6577 * whitespace.el (whitespace-newline, whitespace-space)
6578 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6579 (whitespace-line, whitespace-space-before-tab)
6580 (whitespace-space-after-tab, whitespace-indentation)
6581 (whitespace-empty):
6582 * emulation/cua-base.el (cua-global-mark):
6583 * eshell/em-prompt.el (eshell-prompt):
6584 * net/newst-plainview.el (newsticker-new-item-face)
6585 (newsticker-old-item-face, newsticker-immortal-item-face)
6586 (newsticker-obsolete-item-face, newsticker-date-face)
6587 (newsticker-statistics-face, newsticker-default-face):
6588 * net/newst-reader.el (newsticker-feed-face)
6589 (newsticker-extra-face, newsticker-enclosure-face):
6590 * net/newst-treeview.el (newsticker-treeview-face)
6591 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6592 (newsticker-treeview-immortal-face)
6593 (newsticker-treeview-obsolete-face)
6594 (newsticker-treeview-selection-face):
6595 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6596 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6597 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6598 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6599 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6600 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6601 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6602 (mpuz-text):
6603 * progmodes/vera-mode.el (vera-font-lock-number)
6604 (vera-font-lock-function, vera-font-lock-interface):
6605 * textmodes/table.el (table-cell): Use new-style face specs, and
6606 don't use the old :bold and :italic attributes.
6607
6608 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6609 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6610 (ebrowse-member-class, ebrowse-progress): Likewise.
6611 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6612 (ebrowse-file-name-face, ebrowse-default-face)
6613 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6614 (ebrowse-progress-face): Remove obsolete faces.
6615
6616 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6617 Inherit from error and warning faces respectively.
6618
6619 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6620 Likewise.
6621 (flyspell-incorrect-face, flyspell-duplicate-face):
6622 Remove obsolete aliases.
6623
6624 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6625
6626 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6627 Avoid infloop.
6628
6629 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * startup.el (argv, argi): Make lexically scoped.
6632 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6633 * emacs-lisp/cl-macs.el: Use lexical-binding.
6634 Rename cl-bind-* to cl--bind-*.
6635 * files.el: Don't require `cl' since it doesn't use it.
6636 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6637
6638 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6641 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6642 instead of calling external sort utility.
6643 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6644
6645 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6646
6647 * descr-text.el (describe-char): Mention how to insert the
6648 character, if the current input method doesn't support it.
6649 See the discussion in this thread for the details:
6650 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6651
6652 2012-06-08 Sam Steingold <sds@gnu.org>
6653
6654 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6655 XF86Back to previous-buffer.
6656 (minibuffer-local-map): Bind them to next-history-element and
6657 previous-history-element respectively.
6658 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6659 help-go-back respectively.
6660 * info.el (Info-mode-map): Bind them to Info-history-forward and
6661 Info-history-back respectively.
6662 These are the keys next to Up on the ThinkPad keyboard.
6663
6664 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6667 * emacs-lisp/cl-macs.el: Provide itself.
6668 (cl--labels-convert-cache): New var.
6669 (cl--labels-convert): New function.
6670 (cl-flet, cl-labels): New implementation with new semantics, relying on
6671 lexical-binding.
6672 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6673 (cl-closure-vars, cl--function-convert-cache)
6674 (cl--function-convert): Move from cl-macs.el.
6675 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6676 rename by removing the "cl-" prefix.
6677 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6678
6679 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6682 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6683 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6684 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6685 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6686 (cl-hash-table-count): Add old compatibility aliases.
6687
6688 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6689 Use macroexpand-all-environment instead.
6690 (cl--old-macroexpand): New var.
6691 (cl--sm-macroexpand): New function.
6692 (cl-symbol-macrolet): Use it during macro expansion.
6693 (cl--function-convert-cache): New var.
6694 (cl--function-convert): New function, extracted from
6695 cl-macroexpand-all.
6696 (cl-lexical-let): Use it.
6697
6698 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6699 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6700 (cl-member): Remove old alias.
6701
6702 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6703 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6704 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6705 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6706 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6707 (cl-macroexpand-cmacs): Remove var.
6708 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6709 Use macroexpand-all instead.
6710
6711 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6714 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6715 (macroexp-copyable-p): New functions and macros.
6716 * emacs-lisp/edebug.el (edebug-unwrap):
6717 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6718 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6719 (pcase--let*): Remove.
6720 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6721 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6722 macroexp-const-p instead.
6723 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6724
6725 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6726 instead of "cl-" for internal definitions. Use macroexp-const-p.
6727 (cl-old-bc-file-form): Remove var.
6728 (cl-const-exprs-p): Remove fun.
6729 (cl-labels, cl-macrolet): Use backquote.
6730 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6731 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6732 (cl-define-setf-expander): Rename from cl-define-setf-method.
6733 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6734
6735 * international/mule-cmds.el: Don't require CL.
6736 (view-hello-file): Don't use `letf'.
6737
6738 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * tmm.el (tmm-prompt): Use string-prefix-p.
6741 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6742 (tmm-add-prompt): Use minibuffer-completion-help.
6743 (tmm-delete-map): Remove.
6744
6745 * subr.el (kbd): Make it its own function.
6746
6747 2012-06-07 Stefan Merten <smerten@oekonux.de>
6748
6749 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6750 Silence compiler warnings. Fix versions.
6751 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6752 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6753 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6754 (rst-package-emacs-version-alist): Correct Emacs version to
6755 represent major merge with upstream.
6756 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6757
6758 2012-06-06 Glenn Morris <rgm@gnu.org>
6759
6760 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6761 Only print environment variables if set.
6762
6763 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6766 (macroexp--cons): Rename from maybe-cons.
6767 (macroexp--accumulate): Rename from macroexp-accumulate.
6768 (macroexp--all-forms): Rename from macroexpand-all-forms.
6769 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6770 (macroexp--expand-all): Rename from macroexpand-all-1.
6771
6772 2012-06-06 Sam Steingold <sds@gnu.org>
6773
6774 * calendar/calendar.el (calendar-in-read-only-buffer):
6775 Call `special-mode' to enable the standard read-only keybindings.
6776
6777 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6780 with "loading" messages (bug#11635).
6781
6782 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6783
6784 * files.el (enable-remote-dir-locals): New option.
6785 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6786
6787 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6788 Ensure, that the temp directory is local.
6789
6790 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6791 `temporary-file-directory'.
6792
6793 * progmodes/python.el (python-send-region): Ensure, that the
6794 temporary file is created also in the remote case.
6795
6796 2012-06-06 Glenn Morris <rgm@gnu.org>
6797
6798 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6799 (vc-rcs-update-changelog): Use it.
6800
6801 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6802
6803 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6804 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6805 (vc-sccs-diff): Replace use of the external vcdiff script.
6806
6807 2012-06-05 Glenn Morris <rgm@gnu.org>
6808
6809 * ledit.el: Move to obsolete/.
6810
6811 2012-06-05 Sam Steingold <sds@gnu.org>
6812
6813 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6814 patch (Bug#11140).
6815
6816 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * emacs-lisp/cust-print.el: Move to obsolete.
6819
6820 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6821 compiler-macro expansion.
6822
6823 Add native compiler-macro support.
6824 * emacs-lisp/macroexp.el (macroexpand-all-1):
6825 Support compiler-macros directly. Properly follow aliases and apply
6826 the compiler macros more thoroughly.
6827 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6828 macroexpand now properly follows aliases.
6829 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6830 (cl-compiler-macroexpand): Use new prop.
6831 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6832
6833 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6834
6835 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6836
6837 * window.el (get-lru-window, get-mru-window, get-largest-window):
6838 New argument NOT-SELECTED to avoid picking the selected window.
6839 (window--display-buffer-1, window--display-buffer-2): Replace by
6840 new function window--display-buffer
6841 (display-buffer-same-window, display-buffer-reuse-window)
6842 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6843 Use window--display-buffer.
6844 (display-buffer-use-some-window): Remove temporary dedication
6845 hack by calling get-lru-window and get-largest-window with
6846 NOT-SELECTED argument non-nil. Call window--display-buffer.
6847
6848 2012-06-05 Glenn Morris <rgm@gnu.org>
6849
6850 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6851 Replace external vcdiff script.
6852
6853 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6856
6857 2012-06-04 Chong Yidong <cyd@gnu.org>
6858
6859 * image.el (imagemagick-types-inhibit): Revert last change.
6860 Add INFO and M.
6861 (imagemagick-enabled-types): Remove CIN and EPS*.
6862
6863 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * emacs-lisp/cl-lib.el: Rename from cl.el.
6866 * emacs-lisp/cl.el: New compatibility file.
6867 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6868 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6869 to obey the "cl-" prefix.
6870 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6871
6872 2012-06-03 Glenn Morris <rgm@gnu.org>
6873
6874 * emacs-lisp/authors.el (authors-aliases): Addition.
6875
6876 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6877 Fix :version.
6878
6879 2012-06-03 Stefan Merten <smerten@oekonux.de>
6880
6881 * textmodes/rst.el: Add comments.
6882 (rst-transition, rst-adornment): New faces.
6883 (rst-adornment-faces-alist): Make default safe to reevaluate.
6884 Fixes
6885 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6886 Improve customization tags.
6887 (rst-define-level-faces): Clarify meaning.
6888
6889 2012-06-03 Chong Yidong <cyd@gnu.org>
6890
6891 * progmodes/compile.el (compilation-mode-line-fail)
6892 (compilation-mode-line-run, compilation-mode-line-exit):
6893 New faces.
6894 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6895
6896 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6897
6898 * progmodes/which-func.el (which-func-update-ediff-windows):
6899 New function. Use it in ediff-select-hook (Bug#11478).
6900
6901 2012-06-03 Chong Yidong <cyd@gnu.org>
6902
6903 * bindings.el: Remove explicit help text from format-mode-line.
6904 It is now supplied by mode-line-default-help-echo.
6905 (mode-line-front-space, mode-line-end-spaces)
6906 (mode-line-misc-info): New variables.
6907 (mode-line-modes, mode-line-position): Move the default value to
6908 the variable definition.
6909 (mode-line-default-help-echo): New defcustom.
6910 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6911 (mode-line-modified-help-echo): New functions.
6912 (mode-line-mule-info, mode-line-modified): Use them.
6913 (mode-line-eol-desc, propertized-buffer-identification):
6914 Consistency fixes for help text.
6915 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6916 set-buffer-file-coding-system (Bug#289).
6917 (mode-line-mule-info-help-echo): Update help text.
6918
6919 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * simple.el (execute-extended-command): Set real-this-command
6922 (bug#11506).
6923
6924 2012-06-02 Chong Yidong <cyd@gnu.org>
6925
6926 Remove incorrect uses of "modeline" in comments, docstrings, and
6927 function/variable names (Bug#10329).
6928
6929 * cus-edit.el (mode-line):
6930 * dframe.el (dframe-mouse-hscroll):
6931 * emacs-lisp/re-builder.el:
6932 * emacs-lisp/easy-mmode.el (define-minor-mode):
6933 * frame.el (set-frame-name):
6934 * help.el (lookup-minor-mode-from-indicator):
6935 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6936 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6937 (c-toggle-hungry-state):
6938 * progmodes/antlr-mode.el (antlr-language-alist):
6939 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6940 * progmodes/vhdl-mode.el (vhdl-mode):
6941 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6942 * term/ns-win.el (ns-face-at-pos):
6943 * term/sup-mouse.el (sup-mouse-report):
6944 * textmodes/flyspell.el (flyspell-mode-line-string):
6945 * textmodes/ispell.el (ispell-highlight-face):
6946 * textmodes/reftex-global.el:
6947 * vc/vc-arch.el (vc-arch-mode-line-string):
6948 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6949 * vc/vc-git.el (vc-git-mode-line-string):
6950 * vc/vc-hooks.el (vc-display-status)
6951 (vc-default-mode-line-string):
6952 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6953
6954 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6955
6956 * dired.el (dired-sort-set-mode-line): Rename from
6957 dired-sort-set-modeline. All callers changed.
6958
6959 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6960 eshell-status-in-modeline.
6961
6962 * foldout.el (foldout-mode-line-string): Rename from
6963 foldout-modeline-string. All callers changed.
6964 (foldout-update-mode-line): Rename from foldout-update-modeline.
6965
6966 * subr.el (redraw-modeline): Make into obsolete alias.
6967
6968 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6969 timeclock-modeline-display. Make old name an alias.
6970 (timeclock-update-mode-line): Likewise. All callers changed.
6971 (timeclock-mode-line-display): No need to check before using
6972 add-hook.
6973 (timeclock-relative, timeclock-day-over-hook)
6974 (timeclock-use-elapsed, timeclock-mode-string)
6975 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6976
6977 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6978 crisp-mode-modeline-string.
6979
6980 * play/solitaire.el (solitaire-build-mode-line): Rename from
6981 solitaire-build-modeline. All callers changed.
6982
6983 * play/zone.el (zone-hiding-mode-line): Rename from
6984 zone-hiding-modeline. All callers changed.
6985 (zone): Remove unusued `modeline-hidden-level' property.
6986
6987 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6988 xscheme-modeline-initialize. All callers changed.
6989
6990 * strokes.el (strokes-lighter): Rename from
6991 strokes-modeline-string.
6992
6993 * textmodes/sgml-mode.el (html-face-tag-alist)
6994 (html-tag-face-alist): Use mode-line face instead of obsolete
6995 alias modeline.
6996
6997 2012-06-02 Stefan Merten <smerten@oekonux.de>
6998
6999 * textmodes/rst.el: Always require `cl'.
7000 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7001
7002 2012-06-02 Chong Yidong <cyd@gnu.org>
7003
7004 * image.el (imagemagick-enabled-types): Rename from
7005 imagemagick-types-enable. Add many more types.
7006 (imagemagick-types-inhibit): Change default to nil.
7007 (imagemagick-filter-types): Caller changed.
7008
7009 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * emacs-lisp/cl-macs.el: Use backquotes.
7012 (cl-transform-function-property): Use eval-and-compile rather than
7013 abusing `require'.
7014 (defstruct): Use declare-function instead of with-no-warnings.
7015
7016 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7017 (byte-compile-output-docform): Re-add the print-circle bindings.
7018 (byte-compile-fix-header): Use #$ just because it's shorter.
7019 (byte-compile-output-file-form): Remove defun/defmacro.
7020
7021 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7022
7023 * simple.el (choose-completion): Remove now obsolete binding for
7024 owindow.
7025
7026 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7027
7028 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7029 in order to avoid "Stack overflow in regexp matcher".
7030
7031 2012-05-31 Glenn Morris <rgm@gnu.org>
7032
7033 * image.el: For clarity, call imagemagick-register-types at
7034 top-level, rather than relying on a custom :initialize.
7035 (imagemagick-types-enable): New option. (Bug#11557)
7036 (imagemagick-filter-types): New function. (Bug#7406)
7037 (imagemagick-register-types): Use imagemagick-filter-types.
7038 If disabling support, remove elements altogether rather
7039 than using an impossible regexp.
7040 (imagemagick-types-inhibit): Give it the default init function.
7041
7042 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7045 Handle arbitrary file name lengths (Bug#11585).
7046
7047 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7048
7049 * desktop.el (desktop-read): Clear previous and next buffers for
7050 all windows and bury *Messages* buffer (bug#11556).
7051
7052 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 Add `declare' for `defun'. Align `defmacro's with it.
7055 * emacs-lisp/easy-mmode.el (define-minor-mode)
7056 (define-globalized-minor-mode): Don't autoload the var definitions.
7057 * emacs-lisp/byte-run.el: Use lexical-binding.
7058 (defun-declarations-alist, macro-declarations-alist): New vars.
7059 (defmacro, defun): Use them.
7060 (make-obsolete, define-obsolete-function-alias)
7061 (make-obsolete-variable, define-obsolete-variable-alias):
7062 Use `declare'.
7063 (macro-declaration-function): Mark obsolete.
7064 * emacs-lisp/autoload.el: Use lexical-binding.
7065 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7066
7067 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7068
7069 * textmodes/ispell.el (ispell-with-no-warnings):
7070 Define as a macro.
7071 (ispell-kill-ispell, ispell-change-dictionary):
7072 Use `called-interactively-p' for Emacs instead of obsolete
7073 `interactive-p'.
7074
7075 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7078 (macro-declaration-function): Move var from C code.
7079 (macro-declaration-function): Define function with defalias.
7080 * emacs-lisp/macroexp.el (macroexpand-all-1):
7081 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7082 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7083 defun/defmacro any more.
7084 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7085 Provide fallback for unknown arglist.
7086 (byte-compile-arglist-warn): Change calling convention.
7087 (byte-compile-output-file-form): Move print-vars binding.
7088 (byte-compile-output-docform): Simplify accordingly.
7089 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7090 (byte-compile-defmacro-declaration): Remove.
7091 (byte-compile-file-form-defmumble): Generalize to defalias.
7092 (byte-compile-output-as-comment): Return byte-positions.
7093 Simplify callers accordingly.
7094 (byte-compile-lambda): Use `assert'.
7095 (byte-compile-defun, byte-compile-defmacro): Remove.
7096 (byte-compile-file-form-defalias):
7097 Use byte-compile-file-form-defmumble.
7098 (byte-compile-defalias-warn): Remove.
7099
7100 2012-05-29 Stefan Merten <smerten@oekonux.de>
7101
7102 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7103 possible. Fix authors. Improve comments. Improve loading of `cl'.
7104
7105 (rst-mode-abbrev-table): Merge definition.
7106 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7107 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7108
7109 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7110
7111 * calendar/icalendar.el
7112 (icalendar-export-region): Export UID properly.
7113
7114 2012-05-29 Leo Liu <sdl.web@gmail.com>
7115 * calendar/icalendar.el (icalendar-import-format):
7116 Add `icalendar-import-format-uid' (Bug#11525).
7117 (icalendar-import-format-uid): New.
7118 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7119 Export UID.
7120
7121 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7124 different alternative patterns.
7125 (pcase-codegen): Be more careful to preserve identity.
7126 (pcase--u1): Don't forget to mark vars as used.
7127
7128 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7129 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7130 (byte-compile-from-buffer): ...rather than here.
7131
7132 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7133 functions from byte-compile-function-environment.
7134
7135 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7136
7137 * window.el (window-deletable-p): Avoid deleting the root window
7138 of a frame with an active minibuffer.
7139
7140 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7141
7142 * simple.el (choose-completion): Use quit-window (Bug#11567).
7143
7144 2012-05-29 Chong Yidong <cyd@gnu.org>
7145
7146 * whitespace.el (whitespace-cleanup): Fix usage of
7147 whitespace-empty-at-bob-regexp (Bug#11492).
7148
7149 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7150
7151 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7152 revert (Bug#11488).
7153
7154 2012-05-29 Juri Linkov <juri@jurta.org>
7155
7156 * isearch.el (isearch-mode-map): Bind `M-s _' to
7157 `isearch-toggle-symbol'. Bind `M-s c' to
7158 `isearch-toggle-case-fold'.
7159 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7160 (isearch-forward): Add `M-s _' to the docstring.
7161 (isearch-forward-symbol, isearch-toggle-case-fold)
7162 (isearch-symbol-regexp): New functions. (Bug#11381)
7163
7164 2012-05-29 Juri Linkov <juri@jurta.org>
7165
7166 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7167 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7168 a function, call it to get the regexp.
7169 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7170 property `isearch-message-prefix' instead of the string "word ".
7171 (isearch-search-fun-default): For the case of `isearch-word',
7172 return a lambda that calls re-search-forward/re-search-backward
7173 with a regexp returned by `word-search-regexp' or by the function
7174 in `isearch-word'.
7175
7176 2012-05-29 Juri Linkov <juri@jurta.org>
7177
7178 * isearch.el (isearch-search-fun-default): New function.
7179 (isearch-search-fun): Move default part to the new function
7180 `isearch-search-fun-default'.
7181 (isearch-search-fun-function): Set the default value to
7182 `isearch-search-fun-default'. (Bug#11381)
7183
7184 * comint.el (comint-history-isearch-end):
7185 Use `isearch-search-fun-default'.
7186 (comint-history-isearch-search): Use `isearch-search-fun-default'
7187 and remove spacial case for `isearch-word'.
7188 (comint-history-isearch-wrap): Remove spacial case for
7189 `isearch-word'.
7190
7191 * hexl.el (hexl-isearch-search-function):
7192 Use `isearch-search-fun-default'.
7193
7194 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7195 Use `word-search-regexp' for `isearch-word'.
7196
7197 * misearch.el (multi-isearch-search-fun):
7198 Use `isearch-search-fun-default'.
7199
7200 * simple.el (minibuffer-history-isearch-search):
7201 Use `isearch-search-fun-default' and remove spacial case for
7202 `isearch-word'.
7203 (minibuffer-history-isearch-wrap): Remove spacial case for
7204 `isearch-word'.
7205
7206 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7207 Remove spacial case for `isearch-word'.
7208 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7209
7210 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7211
7212 Decrease XEmacs incompatibilities.
7213 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7214 Use `string-match'.
7215 (flyspell-delete-region-overlays): Use alternative definition for
7216 XEmacs.
7217 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7218 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7219 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7220 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7221 `define-obsolete-face-alias' under XEmacs, but old method.
7222
7223 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7224 `with-no-warnings' definition or Emacs alias.
7225 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7226 (ispell-word): Do not use `region-p' if XEmacs.
7227
7228 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7229
7230 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7231 Check for `ispell-dictionary-base-alist' instead of full
7232 `ispell-dictionary-alist'.
7233 (ispell-init-process): Show spellchecker when starting new Ispell
7234 process.
7235
7236 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7239 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7240
7241 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7242
7243 * version.el (motif-version-string, gtk-version-string)
7244 (ns-version-string): Declare.
7245
7246 2012-05-27 Juri Linkov <juri@jurta.org>
7247
7248 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7249 after the `eval-defun-1' specialcaseing
7250 like in `edebug-eval-defun' (bug#10181).
7251
7252 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7253 like in `eval-defun-1'.
7254
7255 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7256
7257 * mail/sendmail.el (mail-yank-region):
7258 Recognize rmail-yank-current-message in addition to insert-buffer.
7259 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7260 a *mail* buffer created through rmail-start-mail with sendmail as
7261 mail-user-agent.
7262
7263 2012-05-27 Chong Yidong <cyd@gnu.org>
7264
7265 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7266 Default to 256 (Bug#11267).
7267
7268 * help.el (describe-mode): Doc fix.
7269
7270 2012-05-26 Glenn Morris <rgm@gnu.org>
7271
7272 * w32-fns.el (w32-init-info): Remove.
7273 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7274
7275 * info.el (info-initialize): For self-contained NS builds, put the
7276 included info/ directory at the front. (Bug#2791)
7277
7278 * paths.el (Info-default-directory-list): Make it a defcustom,
7279 mainly so that we can use custom-initialize-delay.
7280
7281 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * subr.el (buffer-has-markers-at): Mark obsolete.
7284
7285 * subr.el (lambda): Use declare.
7286
7287 * emacs-lisp/lisp-mode.el (lambda):
7288 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7289
7290 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7291
7292 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7293
7294 2012-05-26 Glenn Morris <rgm@gnu.org>
7295
7296 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7297
7298 2012-05-25 Glenn Morris <rgm@gnu.org>
7299
7300 * paths.el: Remove no-byte-compile.
7301 * loadup.el: No need to load paths.el uncompiled.
7302
7303 * image.el (imagemagick-types-inhibit): Doc fix.
7304
7305 * version.el: Remove no-byte-compile and associated formatting.
7306 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7307 is ancient code from when there was an "inc-vers.el".
7308
7309 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * progmodes/gdb-mi.el: Minor style changes.
7312 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7313 Turn into minor modes.
7314 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7315 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7316 (gdb-shell): Remove unneeded let-binding.
7317 (gdb-get-many-fields): Eliminate O(n²) behavior.
7318
7319 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7320
7321 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7322 platforms that don't link in fontset.c.
7323
7324 2012-05-25 Juri Linkov <juri@jurta.org>
7325
7326 Use the same diff color scheme as in modern VCSes (bug#10181).
7327
7328 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7329 to avoid confusion with `diff-added' that now uses green colors.
7330 (diff-removed): Use shades of red.
7331 (diff-added): Use shades of green.
7332 (diff-changed): Leave just the yellow color.
7333 (diff-use-changed-face): New variable.
7334 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7335 how to highlight context diff changes.
7336 (diff-refine-change): Use shades of yellow.
7337 (diff-refine-removed): New face that uses shades of red.
7338 (diff-refine-added): New face that uses shades of green.
7339 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7340 `diff-refine-removed' in the call to `smerge-refine-subst'
7341 depending on the value of `diff-use-changed-face'.
7342
7343 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7344 (smerge-other): Use shades of green.
7345 (smerge-base): Use shades of yellow.
7346 (smerge-refined-change): Empty face.
7347 (smerge-refined-removed): New face that uses shades of red.
7348 (smerge-refined-added): New face that uses shades of green.
7349 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7350 args `props-r' and `props-a', and use them. Doc fix.
7351 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7352 on its value use different faces `smerge-refined-change',
7353 `smerge-refined-removed', `smerge-refined-added' in the call to
7354 `smerge-refine-subst'.
7355
7356 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7357 Add face condition `min-colors 88' with shades of red.
7358 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7359 `min-colors 88' with shades of green.
7360 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7361 `min-colors 88' with shades of yellow.
7362
7363 2012-05-24 Glenn Morris <rgm@gnu.org>
7364
7365 * paths.el (prune-directory-list, remote-shell-program): Move to...
7366 * files.el (prune-directory-list, remote-shell-program): ...here.
7367 For the latter, delay initialization, prefer ssh, just search PATH.
7368
7369 * paths.el (term-file-prefix): Move to faces.el (the only user).
7370 * faces.el (term-file-prefix): Move here, make it a defcustom.
7371
7372 * paths.el (news-directory, news-path, news-inews-program):
7373 Move to gnus/nnspool.el.
7374
7375 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7376
7377 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7378 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7379 Make the latter a defcustom, with a delayed initialization.
7380
7381 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7382 These were deleted from Gnus itself late 2010.
7383
7384 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * progmodes/which-func.el (which-func-ff-hook):
7387 Check against user-error, not error.
7388
7389 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7390 cl-specs.el, which no longer exists.
7391
7392 2012-05-22 Glenn Morris <rgm@gnu.org>
7393
7394 * info.el (info-emacs-bug): New command.
7395 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7396 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7397
7398 2012-05-21 Glenn Morris <rgm@gnu.org>
7399
7400 * makefile.w32-in (update-subdirs-SH):
7401 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7402
7403 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7406
7407 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7408 Simplify Maven regexp, and make sure the file can't start with a space
7409 (bug#11517).
7410
7411 2012-05-21 Glenn Morris <rgm@gnu.org>
7412
7413 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7414 Scrap superfluous subshells.
7415
7416 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7419 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7420
7421 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7422
7423 * calc/calc.el (calc-ensure-consistent-units): New variable.
7424
7425 * calc/calc-units.el (math-consistent-units-p)
7426 (math-check-unit-consistency): New functions.
7427 (calc-quick-units, calc-convert-units):
7428 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7429 is non-nil.
7430 (calc-extract-units): Fix typo.
7431
7432 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7435
7436 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7437 (flyspell-default-deplacement-commands): Don't spell check after
7438 repeated window/frame switches (e.g. triggered by mouse-movement).
7439 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7440 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7441 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7442 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7443 Remove unused vars.
7444 (flyspell-get-casechars, flyspell-get-not-casechars):
7445 Simplify; Don't bother removing a ] just to add it back.
7446 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7447
7448 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7449
7450 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7451 New functions.
7452 (math-function-table): Add support for more C functions.
7453
7454 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7455
7456 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7457 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7458 Protect delay handling for otherchars against empty otherchars.
7459
7460 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7463 their respective macro declarations.
7464 * skeleton.el (define-skeleton):
7465 * progmodes/compile.el (define-compilation-mode):
7466 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7467 (define-ibuffer-filter):
7468 * emacs-lisp/generic.el (define-generic-mode):
7469 * emacs-lisp/easy-mmode.el (define-minor-mode)
7470 (define-globalized-minor-mode):
7471 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7472 * emacs-lisp/byte-run.el (defsubst):
7473 * custom.el (deftheme): Add doc-string metadata.
7474
7475 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7478
7479 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7482
7483 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7484 * emacs-lisp/cl-macs.el: Idem.
7485 * emacs-lisp/cl-specs.el: Remove.
7486
7487 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 Minor renaming of internal CL functions and variables.
7490 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7491 (cl--position): Rename from cl-position.
7492 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7493 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7494 (cl--random-state): Rename from *random-state*.
7495
7496 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7499 parens around the arg list (bug#11499).
7500
7501 2012-05-17 Juri Linkov <juri@jurta.org>
7502
7503 * isearch.el (word-search-regexp, word-search-backward)
7504 (word-search-forward, word-search-backward-lax)
7505 (word-search-forward-lax): Move functions from search.c
7506 (bug#10145, bug#11381).
7507
7508 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7509
7510 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7511 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7512 Delay for otherchars as for normal word components.
7513
7514 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * minibuffer.el (completion--sifn-requote): Fix last change.
7517 (minibuffer-local-must-match-filename-map):
7518 Move define-obsolete-variable-alias before its var.
7519
7520 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7523
7524 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7525 behavior.
7526 (completion--string-equal-p): New function.
7527 (completion--twq-all): Use it to get better assertion failure data.
7528
7529 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7530 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7531 (shell--requote-argument): New functions.
7532 (shell-completion-vars): Use them.
7533 (shell--parse-pcomplete-arguments): Rename from
7534 shell-parse-pcomplete-arguments.
7535 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7536 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7537 Obey comint-file-name-quote-list.
7538
7539 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7540 (smie-indent-keyword): Use it.
7541
7542 2012-05-14 Stefan Merten <smerten@oekonux.de>
7543
7544 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7545
7546 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * net/rlogin.el (rlogin-mode-map): Fix last change.
7549
7550 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7551
7552 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7553 the following \r\n using a single `process-send-string', since the
7554 Lotus SMTP server refuses to accept any commands if they are sent
7555 with two `process-send-string's (Bug#11444).
7556
7557 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * shell.el (shell-parse-pcomplete-arguments):
7560 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7561
7562 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7563
7564 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7565 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7566 (image-transform-width, image-transform-fit-width): New functions.
7567 (image-transform-properties): Use them.
7568 (image-transform-check-size): New function.
7569 (image-toggle-display-image): Use it (for testing).
7570 (image-transform-set-rotation): Reduce angle mod 360.
7571 Delete obsolete comment.
7572
7573 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7574
7575 * image-mode.el: Fix scaling (bug#11399).
7576 (image-transform-resize): Doc fix.
7577 (image-transform-properties): Default scale is 1 and height should
7578 be an integer.
7579
7580 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7581
7582 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7583 than hard-coding `car', to fix misbehavior when moving forward.
7584
7585 2012-05-13 Chong Yidong <cyd@gnu.org>
7586
7587 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7588 (tabulated-list-entries, tabulated-list-padding)
7589 (tabulated-list-sort-key): Make permanent-local.
7590
7591 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7592 (electric-buffer-list): Put electric buffer menu
7593 command descriptions in this docstring, instead of the docstring
7594 of electric-buffer-menu-mode. Code cleanups.
7595 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7596 Electric-buffer-menu-mode.
7597 (electric-buffer-update-highlight): Minor code cleanup.
7598
7599 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7600
7601 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7602 (Bug#11447)
7603
7604 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 Move define-obsolete-variable-alias before the var's definition.
7607 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7608 * tooltip.el (tooltip-hook):
7609 * textmodes/reftex-toc.el (reftex-toc-map):
7610 * textmodes/reftex-sel.el (reftex-select-label-map)
7611 (reftex-select-bib-map):
7612 * textmodes/reftex-index.el (reftex-index-map)
7613 (reftex-index-phrases-map):
7614 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7615 * progmodes/meta-mode.el (meta-mode-map):
7616 * novice.el (disabled-command-hook):
7617 * loadhist.el (unload-hook-features-list):
7618 * frame.el (blink-cursor):
7619 * files.el (find-file-not-found-hooks, write-file-hooks)
7620 (write-contents-hooks):
7621 * emulation/tpu-edt.el (GOLD-map):
7622 * emacs-lock.el (emacs-lock-from-exiting):
7623 * emacs-lisp/generic.el (generic-font-lock-defaults):
7624 * emacs-lisp/chart.el (chart-map):
7625 * dos-fns.el (register-name-alist):
7626 * dired-x.el (dired-omit-files-p):
7627 * desktop.el (desktop-enable):
7628 * cus-edit.el (custom-mode-hook):
7629 * buff-menu.el (buffer-menu-mode-hook):
7630 * bookmark.el (bookmark-read-annotation-text-func)
7631 (bookmark-exit-hooks):
7632 * allout.el (allout-mode-deactivate-hook)
7633 (allout-exposure-change-hook, allout-structure-added-hook)
7634 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7635 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7636 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7637 comes before the corresponding variable's definition.
7638
7639 2012-05-12 Chong Yidong <cyd@gnu.org>
7640
7641 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7642 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7643 (Buffer-menu-mode-map): Bind it.
7644 (Buffer-menu--pretty-name): Add a mouse-face property.
7645
7646 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7649 (prolog-upper-case-string, prolog-lower-case-string)
7650 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7651 (prolog-use-smie, prolog-smie-grammar): New vars.
7652 (prolog-smie-forward-token, prolog-smie-backward-token)
7653 (prolog-smie-rules): New funs.
7654 (prolog-comment-indent): Remove.
7655 (prolog-mode-variables): Use default comment indentation instead.
7656 Setup SMIE.
7657 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7658 (prolog-mode): Don't call them any more.
7659 (prolog-electric-colon, prolog-electric-dash)
7660 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7661
7662 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7663
7664 * minibuffer.el (completion--twq-all): Again, allow case differences.
7665
7666 * term.el: Move keymap initialization code to be more idiomatic.
7667 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7668 (term-terminal-menu): Move initialization into declaration.
7669 (term-escape-char): Let the user set it in her .emacs.
7670
7671 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7672 Provide SMIE-based indentation (not enabled by default yet).
7673 (sh-mode-map): Don't bind electric keys.
7674 Use electric-pair-mode instead of skeleton-pair.
7675 (sh-assignment-regexp): Fit within 80 columns.
7676 (sh-indent-supported): Specify actual shell name instead of boolean.
7677 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7678 (sh-maybe-here-document): Use it. Make obsolete.
7679 (sh-electric-here-document-mode) New minor mode.
7680 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7681 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7682 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7683 (sh-smie-rc-grammar, sh-use-smie): New vars.
7684 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7685 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7686 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7687 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7688 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7689 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7690 (sh-set-shell): Use smie-setup if requested.
7691
7692 * term.el (term-set-escape-char): Properly set term-escape-char.
7693 See http://stackoverflow.com/questions/10524656.
7694
7695 2012-05-10 Chong Yidong <cyd@gnu.org>
7696
7697 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7698 Use url-generic-parse-url, and handle host names and Windows
7699 filenames properly.
7700 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7701 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7702 URL schemes to work on.
7703 (ffap--toggle-read-only): New function.
7704 (ffap-read-only, ffap-read-only-other-window)
7705 (ffap-read-only-other-frame): Use it.
7706 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7707 necessary for ffap-url-unwrap-remote.
7708
7709 2012-05-10 Dave Abrahams <dave@boostpro.com>
7710
7711 * cus-start.el (create-lockfiles): Add it.
7712
7713 2012-05-09 Chong Yidong <cyd@gnu.org>
7714
7715 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7716 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7717
7718 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7721
7722 2012-05-09 Chong Yidong <cyd@gnu.org>
7723
7724 * ansi-color.el (ansi-color-process-output): Check for validity of
7725 comint-last-output-start before using it. This avoids a bad
7726 interaction with gdb-mi's input/output buffer.
7727
7728 2012-05-09 Glenn Morris <rgm@gnu.org>
7729
7730 * files.el (dir-locals-read-from-file):
7731 Mention dir-locals in any error message.
7732
7733 2012-05-09 Chong Yidong <cyd@gnu.org>
7734
7735 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7736 package (Bug#11410).
7737
7738 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7739 variables into description.
7740
7741 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7744 shell-delimiter-argument-list (bug#11348).
7745 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7746
7747 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7748
7749 * textmodes/rst.el: Silence byte-compiler warnings.
7750 (rst-re-alist, rst-reset-section-caches): Move around.
7751 (rst-re): Use `characterp', not `char-valid-p'.
7752 (font-lock-beg, font-lock-end): Declare.
7753
7754 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7755 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7756
7757 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7758
7759 2012-05-08 Glenn Morris <rgm@gnu.org>
7760
7761 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7762
7763 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * vc/log-edit.el: Add GNU coding standards highlighting.
7766 (log-edit-font-lock-gnu-style)
7767 (log-edit-font-lock-gnu-keywords): New vars.
7768 (log-edit-font-lock-keywords): New fun.
7769 (log-edit-mode): Don't fold case in font-lock.
7770 (log-edit-font-lock-keywords): Do not assume case-folding.
7771
7772 * imenu.el: Misc cleanup. Make docstrings out of comments.
7773 Use lexical-binding.
7774 (imenu--index-alist, imenu--last-menubar-index-alist)
7775 (imenu-menubar-modified-tick): Use defvar-local.
7776 (imenu--split-menu): Remove unused var.
7777 (imenu--cleanup-seen): Declare as global.
7778 (imenu--cleanup): Use dolist.
7779
7780 * subr.el (defvar-local): Add debug spec and doc-string position.
7781
7782 2012-05-08 Glenn Morris <rgm@gnu.org>
7783
7784 * language/burmese.el, language/cham.el, language/czech.el:
7785 * language/english.el, language/georgian.el, language/greek.el:
7786 * language/japanese.el, language/khmer.el, language/korean.el:
7787 * language/lao.el, language/misc-lang.el, language/romanian.el:
7788 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7789 * language/thai.el, language/utf-8-lang.el:
7790 Remove no-byte-compile setting.
7791
7792 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7793
7794 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7795
7796 * progmodes/make-mode.el (makefile-browse):
7797 Remove unnecessary interactive. (Bug#11324)
7798
7799 2012-05-07 Glenn Morris <rgm@gnu.org>
7800
7801 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7802
7803 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7804
7805 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7806
7807 * loadup.el: Preload newcomment.el.
7808 * newcomment.el: Move autoload-only code to toplevel.
7809
7810 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7811 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7812 Handle new :right-align column property.
7813 (tabulated-list-print-col): Idem, plus use `display' text-property to
7814 try and preserve alignment for variable pitch fonts.
7815
7816 2012-05-07 Chong Yidong <cyd@gnu.org>
7817
7818 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7819 (tabulated-list-use-header-line): New var.
7820 (tabulated-list-init-header): Use it.
7821 (tabulated-list-print-fake-header): New function.
7822 (tabulated-list-print): Use it.
7823 (tabulated-list-sort-button-map): Add non-header-line commands.
7824 (tabulated-list-init-header): Add column name property to basic
7825 labels as well.
7826 (tabulated-list-col-sort): Handle non-header-line button case.
7827 (tabulated-list--sort-by-column-name): Fix a corner case.
7828
7829 * buff-menu.el (list-buffers--refresh):
7830 Handle Buffer-menu-use-header-line.
7831
7832 2012-05-06 Chong Yidong <cyd@gnu.org>
7833
7834 * buff-menu.el: Convert to Tabulated List mode.
7835 (Buffer-menu-buffer+size-width): Make obsolete.
7836 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7837 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7838 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7839 documentation into docstring of buffer-menu.
7840 (Buffer-menu-toggle-files-only): Add an informative message.
7841 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7842 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7843 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7844 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7845 (Buffer-menu-execute, Buffer-menu-select)
7846 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7847 (Buffer-menu-bury): Use Tabulated List machinery.
7848 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7849 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7850 Delete.
7851 (list-buffers--refresh): New function.
7852 (list-buffers-noselect): Use it.
7853 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7854 (Buffer-menu--pretty-file-name): New helper functions.
7855
7856 * loadup.el: Preload tabulated-list.
7857
7858 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7859 tabulated-list-sort-column.
7860 (tabulated-list-init-header): Add the initial aligning space even
7861 if tabulated-list-padding is zero.
7862
7863 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7864
7865 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7866 whose cdr is not a cons cell correctly (bug#11038).
7867
7868 2012-05-06 Chong Yidong <cyd@gnu.org>
7869
7870 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7871 Accept additional plist in column descriptors.
7872 (tabulated-list-init-header): Obey it.
7873 (tabulated-list-get-entry): New function.
7874 (tabulated-list-put-tag): Use it. Use string-width instead of
7875 length.
7876 (tabulated-list--column-number): New function.
7877 (tabulated-list-print): Use it.
7878 (tabulated-list-print-col): New function.
7879 Set `tabulated-list-column-name' property on each column's text.
7880 (tabulated-list-print-entry): Use it.
7881 (tabulated-list-delete-entry, tabulated-list-set-col):
7882 New functions.
7883 (tabulated-list-sort-column): New command (Bug#11337).
7884
7885 * buff-menu.el (list-buffers): Move C-x C-b binding from
7886 buff-menu.el to bindings.el.
7887
7888 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7889 :advertised-binding feature.
7890
7891 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7892
7893 * progmodes/compile.el (compilation-internal-error-properties):
7894 Calculate start position correctly when end-col is set but
7895 end-line is not (Bug#11382).
7896
7897 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7898
7899 * man.el (Man-unindent): Use text-property-default-nonsticky to
7900 prevent untabify from inheriting face properties (Bug#11408).
7901
7902 2012-05-05 Stefan Merten <smerten@oekonux.de>
7903
7904 * textmodes/rst.el: Major merge with upstream development up to
7905 Docutils SVN r7399 / rst.el V1.2.1.
7906
7907 Clarify maintainership and authors.
7908
7909 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7910 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7911 (rst-official-version, rst-official-cvs-rev, rst-version)
7912 (rst-package-emacs-version-alist): New functions and variables
7913 for version information.
7914
7915 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7916 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7917 (rst-mode-syntax-table, rst-mode): New and corrected functions
7918 and variables representing reStructuredText features.
7919
7920 (rst-re): New function for reStructuredText regexes. Use in
7921 many places.
7922
7923 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7924 (rst-mode-map): Rebind keys.
7925
7926 (rst-mode-lazy, rst-font-lock-keywords)
7927 (rst-font-lock-extend-region)
7928 (rst-font-lock-extend-region-internal)
7929 (rst-font-lock-extend-region-extend)
7930 (rst-font-lock-find-unindented-line-limit)
7931 (rst-font-lock-find-unindented-line-match)
7932 (rst-adornment-level, rst-font-lock-adornment-level)
7933 (rst-font-lock-adornment-match)
7934 (rst-font-lock-handle-adornment-pre-match-form)
7935 (rst-font-lock-handle-adornment-matcher): Major revision of
7936 font-locking. Integrate with other code. Use `jit-lock-mode'.
7937
7938 (rst-preferred-adornments, rst-adjust-hook)
7939 (rst-new-adornment-down, rst-preferred-bullets)
7940 (rst-preferred-bullets, rst-indent, rst-indent-width)
7941 (rst-indent-field, rst-indent-literal-normal)
7942 (rst-indent-literal-minimized, rst-indent-comment): Change,
7943 extend and improve customization.
7944
7945 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7946 (rst-normalize-cursor-position, rst-get-decoration)
7947 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7948 (rst-rstrip, rst-toc-insert-find-delete-contents)
7949 (rst-shift-fill-region, rst-compute-bullet-tabs)
7950 (rst-debug-print-tabs, rst-debug-mark-found)
7951 (rst-shift-region-guts, rst-shift-region-right)
7952 (rst-shift-region-left, rst-use-char-classes)
7953 (rst-font-lock-keywords-function)
7954 (rst-font-lock-indentation-point)
7955 (rst-font-lock-find-unindented-line-begin)
7956 (rst-font-lock-find-unindented-line-end)
7957 (rst-font-lock-find-unindented-line)
7958 (rst-font-lock-adornment-point, rst-font-lock-level)
7959 (rst-adornment-level-alist): Remove functions and variables.
7960
7961 (rst-compare-adornments, rst-get-adornment-match)
7962 (rst-suggest-new-adornment, rst-get-adornments-around)
7963 (rst-adornment-complete-p, rst-get-next-adornment)
7964 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7965 (rst-straighten-adornments): Standardize function names to
7966 use "adornment" instead of "decoration". Correct callers.
7967 Similar standardizing in many places.
7968
7969 (rst-update-section, rst-adjust, rst-promote-region)
7970 (rst-enumerate-region, rst-bullet-list-region)
7971 (rst-repeat-last-character): Correct use of `interactive'.
7972
7973 (rst-classify-adornment, rst-find-all-adornments)
7974 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7975 (rst-find-leftmost-column, rst-repeat-last-character):
7976 Refactor functions.
7977
7978 (rst-find-title-line, rst-reset-section-caches)
7979 (rst-get-adornments-around, rst-adjust-adornment-work)
7980 (rst-arabic-to-roman, rst-roman-to-arabic)
7981 (rst-insert-list-pos, rst-insert-list-new-item)
7982 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7983 New functions.
7984
7985 (rst-all-sections, rst-section-hierarchy)
7986 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7987 New variables.
7988
7989 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7990 configuration instead of only buffer. Change where necessary.
7991
7992 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7993 (rst-shift-region, rst-adaptive-fill): New functions for
7994 indentation and filling.
7995
7996 (rst-comment-line-break, rst-comment-indent)
7997 (rst-comment-insert-comment, rst-comment-region)
7998 (rst-uncomment-region): New functions for handling comments.
7999
8000 (rst-compile): Quote shell arguments.
8001
8002 (rst-compile-pdf-preview, rst-compile-slides-preview):
8003 Delete temporary files after use.
8004
8005 2012-05-05 Glenn Morris <rgm@gnu.org>
8006
8007 * calendar/cal-html.el: Optionally include holidays in the output.
8008 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8009 (cal-html-holidays): New option.
8010 (cal-html-css-default): Add holiday entry.
8011 (holiday-in-range): Autoload it.
8012 (cal-html-htmlify-entry): Add optional class argument.
8013 (cal-html-htmlify-list): Add optional holidays argument.
8014 (cal-html-insert-agenda-days): Include holidays in the output.
8015 (cal-html-one-month): Maybe include holidays.
8016
8017 * calendar/holidays.el (holiday-in-range):
8018 Move here from cal-tex-list-holidays.
8019 * calendar/cal-tex.el (cal-tex-list-holidays):
8020 Make it an obsolete alias for holiday-in-range. Update all callers.
8021
8022 2012-05-05 Chong Yidong <cyd@gnu.org>
8023
8024 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8025 Nextstep.
8026
8027 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8028
8029 * files.el (file-auto-mode-skip): New var.
8030 (set-auto-mode-1): Use it.
8031
8032 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * repeat.el: Use lexical-binding.
8035 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8036 (repeat-undo-count): Remove.
8037 (repeat):
8038 * progmodes/octave-mod.el (octave-abbrev-start):
8039 * progmodes/f90.el (f90-abbrev-start):
8040 * face-remap.el (text-scale-adjust):
8041 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8042
8043 * emacs-lisp/pcase.el (pcase--let*): New function.
8044 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8045 a bit more.
8046 (pcase--split-pred): Be more clever about ruling out overlap between
8047 a predicate and some constant pattern.
8048 (pcase--q1): Use `null' instead of (eq foo nil).
8049
8050 * subr.el (setq-local, defvar-local): New macros.
8051 (kbd): Redefine as an alias.
8052 (with-selected-window): Leave unrelated frames alone.
8053 (set-temporary-overlay-map): New function.
8054
8055 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * subr.el (user-error): New function.
8058 * window.el (switch-to-buffer):
8059 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8060 (smerge-match-conflict):
8061 * simple.el (previous-matching-history-element)
8062 (next-matching-history-element, goto-history-element, undo-more)
8063 (undo-start):
8064 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8065 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8066 (next-file, tags-loop-scan, list-tags, complete-tag):
8067 * progmodes/compile.el (compilation-loop):
8068 * mouse.el (mouse-minibuffer-check):
8069 * man.el (Man-bgproc-sentinel, Man-goto-page):
8070 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8071 (Info-history-forward, Info-follow-reference, Info-menu)
8072 (Info-extract-menu-item, Info-extract-menu-counting)
8073 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8074 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8075 (Info-next-reference, Info-prev-reference, Info-index)
8076 (Info-index-next, Info-follow-nearest-node)
8077 (Info-copy-current-node-name):
8078 * imenu.el (imenu--make-index-alist)
8079 (imenu-default-create-index-function, imenu-add-to-menubar):
8080 * files.el (basic-save-buffer, recover-file):
8081 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8082 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8083 (checkdoc-message-text, checkdoc-defun):
8084 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8085 * cus-edit.el (customize-changed-options, customize-rogue)
8086 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8087 (custom-variable-mark-to-reset-standard)
8088 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8089 (custom-file):
8090 * completion.el (check-completion-length):
8091 * comint.el (comint-search-arg)
8092 (comint-previous-matching-input-string-position)
8093 (comint-previous-matching-input)
8094 (comint-replace-by-expanded-history-before-point, comint-send-input)
8095 (comint-copy-old-input, comint-backward-matching-input)
8096 (comint-goto-process-mark, comint-set-process-mark):
8097 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8098 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8099
8100 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * dabbrev.el (dabbrev--ignore-case-p): New function.
8103 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8104 Use it.
8105
8106 * files.el (automount-dir-prefix): Mark as obsolete.
8107
8108 2012-05-04 Glenn Morris <rgm@gnu.org>
8109
8110 * patcomp.el, play/bruce.el: Move to obsolete/.
8111
8112 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8113
8114 Fix minor Y10k bugs.
8115 * arc-mode.el (archive-unixdate):
8116 * autoinsert.el (auto-insert-alist):
8117 * calc/calc-forms.el (math-this-year):
8118 * emacs-lisp/copyright.el (copyright-current-year)
8119 (copyright-update-year, copyright):
8120 * tar-mode.el (tar-clip-time-string):
8121 * time.el (display-time-update):
8122 Don't assume years have 4 digits.
8123
8124 2012-05-04 Chong Yidong <cyd@gnu.org>
8125
8126 * dos-w32.el (file-name-buffer-file-type-alist)
8127 (direct-print-region-use-command-dot-com):
8128 * ffap.el (ffap-menu-regexp):
8129 * find-file.el (ff-special-constructs):
8130 * follow.el (follow-debug):
8131 * forms.el (forms--debug):
8132 * iswitchb.el (iswitchb-all-frames):
8133 * ido.el (ido-all-frames):
8134 * emacs-lisp/timer.el (timer-max-repeats):
8135 * mail/feedmail.el (feedmail-mail-send-hook)
8136 (feedmail-mail-send-hook-queued):
8137 * mail/footnote.el (footnote-signature-separator):
8138 * mail/mailabbrev.el (mail-alias-separator-string)
8139 (mail-abbrev-mode-regexp):
8140 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8141 * progmodes/idlwave.el (idlwave-libinfo-file)
8142 (idlwave-default-completion-case-is-down)
8143 (idlwave-library-routines): Convert defvars to defcustoms.
8144
8145 * mail/rmail.el (rmail-decode-mime-charset):
8146 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8147 (idlwave-shell-fix-inserted-breaks)
8148 (idlwave-shell-activate-alt-keybindings)
8149 (idlwave-shell-use-breakpoint-glyph):
8150 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8151
8152 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8155
8156 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8157
8158 * progmodes/verilog-mode.el (font-lock-keywords):
8159 Fix mis-highligting auto. Reported by Craig Barner.
8160 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8161 defines from global name space. Reported by Dan Dever.
8162 (verilog-auto-reset, verilog-auto-reset-widths)
8163 (verilog-auto-tieoff): Support using unbased numbers for
8164 AUTORESET and AUTOTIEOFF.
8165 (verilog-submit-bug-report): Update variable list.
8166 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8167 parenthesis from not matching. Reported by Michael Rytting.
8168 (verilog-auto-template-lint): Fix hash error when linting modules
8169 with no used templates.
8170 (verilog-warn, verilog-warn-error)
8171 (verilog-warn-fatal): When non-interactive report multiple
8172 warnings before exiting. Suggested by Brad Dobbie.
8173 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8174 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8175 to report unused template errors. Reported by Brad Dobbie.
8176 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8177 nets, bug438. Reported by Vns Blore.
8178 (verilog-auto-inout-module, verilog-auto-reg)
8179 (verilog-read-decls, verilog-read-sub-decls-sig)
8180 (verilog-signals-edit-wire-reg, verilog-signals-with):
8181 Fix passing of Verilog data types in ANSI input/output ports
8182 such as "output logic" into the AUTOs. Special case "wire" and
8183 "reg" for backwards compatibility presuming Verilog 2001.
8184 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8185 (verilog-preprocess): Fix replication of preprocess output.
8186 Reported by Brad Dobbie.
8187 (verilog-auto-inst-interfaced-ports):
8188 Create verilog-auto-inst-interfaced-ports, bug429.
8189 Reported by Julian Gorfajn.
8190 (verilog-after-save-font-hook)
8191 (verilog-before-save-font-hook): New variable.
8192 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8193 (verilog-save-font-mods): Wrap disabling fontification, reported
8194 by David Rogoff.
8195 (verilog-do-indent, verilog-pretty-declarations-auto)
8196 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8197 Reported by Pierre-David Pfister.
8198 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8199 of class declarations, bug292. Reported by Kevin Heilman.
8200 (verilog-read-decls): Fix 'parameter type' not appearing in
8201 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8202 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8203 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8204 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8205 Reported by David Kravitz.
8206
8207 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8208
8209 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8210 assignment with tests in ifs and for loops.
8211 (verilog-extended-complete-re, verilog-complete-reg): Change so
8212 that DPI inport functions don't look like fuction declarations.
8213 (verilog-pretty-expr): Don't line up assignment
8214 operations to the test and increment in if and for loops
8215 (verilog-extended-complete-re, verilog-complete-reg): Change so
8216 that DPI inport functions don't look like fuction declarations.
8217
8218 2012-05-03 Kenichi Handa <handa@m17n.org>
8219
8220 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8221 decoding, and show a warning message without signaling an error
8222 (Bug#11282).
8223
8224 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * emacs-lisp/bytecomp.el
8227 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8228 since cconv.el might have introduced :fun-body, internal-make-closure,
8229 and friends for bytecomp to handle (bug#11391).
8230 * custom.el (defcustom): Avoid ((λ ..) ..).
8231
8232 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8235
8236 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8237
8238 * notifications.el (dbus-debug):
8239 * term/linux.el (gpm-mouse-enable):
8240 * term/screen.el (xterm-register-default-colors): Declare.
8241
8242 2012-05-02 Chong Yidong <cyd@gnu.org>
8243
8244 * cus-start.el (gc-cons-percentage, exec-suffixes)
8245 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8246 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8247 (make-cursor-line-fully-visible, void-text-area-pointer)
8248 (font-list-limit): Add customization data.
8249
8250 * allout.el (allout-exposure-change-functions)
8251 (allout-structure-added-functions)
8252 (allout-structure-deleted-functions)
8253 (allout-structure-shifted-functions): Rename abnormal hooks from
8254 *-hook, and convert to defcustoms.
8255 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8256 Convert to defcustoms.
8257 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8258
8259 * allout-widgets.el: Hook callers changed.
8260
8261 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8262
8263 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8264 the yanked message in preference to the default value of
8265 buffer-file-coding-system.
8266
8267 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8268
8269 * window.el (display-buffer--action-function-custom-type):
8270 Fix entry.
8271
8272 2012-05-02 Alan Mackenzie <acm@muc.de>
8273
8274 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8275
8276 2012-05-01 Glenn Morris <rgm@gnu.org>
8277
8278 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8279
8280 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8281
8282 * cus-edit.el (custom-variable-documentation): Simplify with format.
8283
8284 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8285 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * simple.el (suggest-key-bindings, execute-extended-command):
8288 Move from keyboard.c.
8289
8290 2012-05-01 Chong Yidong <cyd@gnu.org>
8291
8292 * follow.el: Eliminate advice.
8293 (set-process-filter, process-filter, sit-for): Advice deleted.
8294 (follow-mode-off-hook): Obsolete hook removed.
8295 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8296 Vars deleted.
8297 (follow-auto): Use a :set function.
8298 (follow-mode): Rewritten. Don't advise process filters.
8299 (follow-switch-to-current-buffer-all, follow-scroll-up)
8300 (follow-scroll-down): Assume follow-mode is bound.
8301 (follow-comint-scroll-to-bottom)
8302 (follow-align-compilation-windows): New functions.
8303 (follow--window-sorter): New function.
8304 (follow-all-followers): Use it to explicitly sort windows by their
8305 positions; don't make assumptions about next-window order.
8306 (follow-windows-start-end, follow-delete-other-windows-and-split)
8307 (follow-calc-win-start): Doc fix.
8308 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8309 vertical-motion unnecessarily.
8310 (follow-adjust-window): New function.
8311 (follow-post-command-hook): Use it.
8312 (follow-call-set-process-filter, follow-call-process-filter)
8313 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8314 (follow-stop-intercept-process-output, follow-generic-filter):
8315 Functions deleted.
8316 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8317 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8318 New functions, replacing advice on scroll-bar-* commands.
8319 (follow-mwheel-scroll): New function (Bug#4112).
8320
8321 * comint.el (comint-adjust-point): New function.
8322 (comint-postoutput-scroll-to-bottom): Use it.
8323 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8324
8325 2012-05-01 Glenn Morris <rgm@gnu.org>
8326
8327 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8328 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8329 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8330 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8331 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8332 Remove no-byte-compile setting.
8333
8334 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8337 all-completions code to not return a number in the last cdr.
8338
8339 2012-04-30 Leo Liu <sdl.web@gmail.com>
8340
8341 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8342 read-only error.
8343
8344 2012-04-29 Chong Yidong <cyd@gnu.org>
8345
8346 * follow.el (follow-calc-win-end): Rewrite to handle partial
8347 screen lines correctly (Bug#8390).
8348 (follow-avoid-tail-recenter): Minor cleanup.
8349
8350 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 Avoid the obsolete `assoc' package.
8353 * speedbar.el (speedbar-refresh): Avoid adelete.
8354 (speedbar-file-lists): Simplify and avoid aput.
8355 * man.el (Man--sections, Man--refpages): New vars, replacing
8356 Man-sections-alist and Man-refpages-alist.
8357 (Man-build-section-alist, Man-build-references-alist):
8358 Use them; avoid aput.
8359 (Man--last-section, Man--last-refpage): New vars.
8360 (Man-follow-manual-reference): Use them.
8361 Use the `default' arg of completing-read.
8362 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8363
8364 2012-04-27 Chong Yidong <cyd@gnu.org>
8365
8366 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8367
8368 * startup.el (x-apply-session-resources): New function.
8369
8370 * term/ns-win.el (ns-initialize-window-system):
8371 * term/w32-win.el (w32-initialize-window-system):
8372 * term/x-win.el (x-initialize-window-system): Use it to properly
8373 set menu-bar-mode and other vars from X resources, even if the
8374 initial frame is not a window-system frame (Bug#2299).
8375
8376 * subr.el (read-key): Avoid running filter function when setting
8377 up temporary tool bar entries (Bug#9922).
8378
8379 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8380
8381 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8382 (Bug#11344)
8383
8384 2012-04-27 Chong Yidong <cyd@gnu.org>
8385
8386 * select.el (xselect--encode-string): New function, split from
8387 xselect-convert-to-string.
8388 (xselect-convert-to-string): Use it.
8389 (xselect-convert-to-filename, xselect-convert-to-os)
8390 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8391 returned strings are properly encoded (Bug#11315).
8392
8393 2012-04-27 Chong Yidong <cyd@gnu.org>
8394
8395 * simple.el (delete-active-region): Move to killing custom group.
8396
8397 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8398
8399 * progmodes/which-func.el (which-func-current): Quote %
8400 characters for mode-line processing.
8401
8402 2012-04-27 Chong Yidong <cyd@gnu.org>
8403
8404 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8405 reaching eob (Bug#11286).
8406
8407 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8408
8409 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8410 (gdb): Make it buffer-local and init to zero.
8411 (gdb-control-commands-regexp): New variable.
8412 (gdb-send): Don't wrap in "-interpreter-exec console" if
8413 gdb-control-level is positive. Increment gdb-control-level
8414 whenever the command matches gdb-control-commands-regexp, and
8415 decrement it each time the command is "end". (Bug#11279)
8416
8417 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8418
8419 * window.el (adjust-window-trailing-edge, enlarge-window)
8420 (shrink-window, window-resize):
8421 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8422 windows (Bug#11276).
8423
8424 2012-04-27 Chong Yidong <cyd@gnu.org>
8425
8426 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8427 fix "missing prefix" warning. All callers changed.
8428
8429 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * emacs-lisp/assoc.el: Move to obsolete/.
8432
8433 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8436
8437 * term/ns-win.el (ns-define-service):
8438 * progmodes/pascal.el (pascal-goto-defun):
8439 * progmodes/js.el (js--read-tab):
8440 * progmodes/etags.el (tags-lazy-completion-table):
8441 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8442 * emacs-lisp/ewoc.el (ewoc--wrap):
8443 * emacs-lisp/assoc.el (aput, adelete, amake):
8444 * doc-view.el (doc-view-convert-current-doc):
8445 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8446
8447 2012-04-26 Chong Yidong <cyd@gnu.org>
8448
8449 * image.el (image-type-from-buffer): Only return supported image
8450 type (Bug#9045).
8451
8452 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8453 value, for symmetry with diff-end-of-hunk.
8454 (diff-split-hunk, diff-find-source-location)
8455 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8456 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8457 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8458 compute the relevant hunk or file properly (Bug#6005).
8459 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8460
8461 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * vc/vc-mtn.el:
8464 * vc/vc-hg.el:
8465 * vc/vc-git.el:
8466 * vc/vc-dir.el:
8467 * vc/vc-cvs.el:
8468 * vc/vc-bzr.el:
8469 * vc/vc-arch.el:
8470 * vc/vc.el: Replace lexical-let by lexical-binding.
8471 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8472 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8473 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8474
8475 2012-04-26 Chong Yidong <cyd@gnu.org>
8476
8477 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8478 (diff-mode-shared-map): Bind it to / and [remap undo].
8479
8480 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8481 (ediff-window-setup-function): Use it as the default, to set up
8482 windows based on whether the current frame is graphical (Bug#2138).
8483 (ediff-choose-window-setup-function-automatically): Make obsolete.
8484
8485 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8486
8487 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * ffap.el: Remove old code for obsolete package.
8490 (ffap-complete-as-file-p): Remove.
8491
8492 Use completion-table-with-quoting for comint and pcomplete.
8493 * comint.el (comint--unquote&requote-argument)
8494 (comint--unquote-argument, comint--requote-argument): New functions.
8495 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8496 (comint-quote-filename): Use regexp-opt-charset.
8497 (comint--common-suffix, comint--common-quoted-suffix)
8498 (comint--table-subvert): Remove.
8499 (comint-unquote-function, comint-requote-function): New vars.
8500 (comint--complete-file-name-data): Use them with
8501 completion-table-with-quoting.
8502 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8503 * pcomplete.el (pcomplete-arg-quote-list)
8504 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8505 (pcomplete-unquote-argument-function): Default to non-nil.
8506 (pcomplete-unquote-argument): Simplify.
8507 (pcomplete--common-quoted-suffix): Remove.
8508 (pcomplete-requote-argument-function): New var.
8509 (pcomplete--common-suffix): New function.
8510 (pcomplete-completions-at-point): Use completion-table-with-quoting
8511 and completion-table-subvert.
8512
8513 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8514 (minibuffer--double-dollars): Preserve properties.
8515 (completion--sifn-requote): New function.
8516 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8517
8518 * minibuffer.el: Add support for completion of quoted/escaped data.
8519 (completion-table-with-quoting, completion-table-subvert): New funs.
8520 (completion--twq-try, completion--twq-all): New functions.
8521 (completion--nth-completion): New function.
8522 (completion-try-completion, completion-all-completions): Use it.
8523
8524 2012-04-25 Leo Liu <sdl.web@gmail.com>
8525
8526 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8527 Use compilation-message if available to find real filename.
8528
8529 2012-04-25 Chong Yidong <cyd@gnu.org>
8530
8531 * vc/diff-mode.el (diff-setup-whitespace): New function.
8532 (diff-mode): Use it.
8533
8534 * vc/diff.el (diff-sentinel):
8535 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8536 Whitespace mode variables based on diff style (Bug#8612).
8537
8538 2012-04-25 Leo Liu <sdl.web@gmail.com>
8539
8540 * progmodes/python.el (python-send-region): Add suffix .py to the
8541 temp file.
8542
8543 * files.el (auto-mode-alist): Use javascript-mode instead.
8544
8545 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8546
8547 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8548
8549 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8550 (soap-resolve-references-for-array-type): Hack to prevent self
8551 references, see Bug#9.
8552 (soap-parse-envelope): Report the contents of the 'detail' node
8553 when receiving a fault reply.
8554 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8555
8556 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8557 (soap-inspect-simple-type): New function.
8558
8559 * net/soap-client.el (soap-simple-type): New struct.
8560 (soap-default-xsd-types, soap-default-soapenc-types)
8561 (soap-decode-basic-type, soap-encode-basic-type):
8562 support unsignedInt and double basic types.
8563 (soap-resolve-references-for-simple-type)
8564 (soap-parse-simple-type, soap-encode-simple-type): New function.
8565 (soap-parse-schema): Parse xsd:simpleType declarations.
8566
8567 * net/soap-client.el (soap-default-xsd-types)
8568 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8569 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8570 the local name of "soapenc:Array".
8571 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8572 decoding integer, byte and anyURI xsd types.
8573
8574 2012-04-25 Chong Yidong <cyd@gnu.org>
8575
8576 * cus-edit.el (custom-buffer-create-internal): Update header text.
8577
8578 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8579
8580 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8581 settings on 'system-type', not on 'window-system'. On MS-Windows,
8582 set interactive-mode on in GDB.
8583
8584 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8587 (ruby-syntax-propertize-regexp): Remove.
8588 (ruby-syntax-propertize-function): Split regexp into chunks.
8589 Match following code directly.
8590
8591 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8592
8593 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8594 (ruby-syntax-propertize-regexp): New function.
8595 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8596 by a special keyword.
8597
8598 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8599 (ruby-syntax-general-delimiters-goto-beg)
8600 (ruby-syntax-propertize-general-delimiters): New functions.
8601 (ruby-syntax-propertize-function): Use them to handle GDL.
8602 (ruby-font-lock-keywords): Move old handling of GDL...
8603 (ruby-font-lock-syntactic-keywords): .. to here.
8604 (ruby-calculate-indent): Adjust indentation for GDL.
8605
8606 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8607
8608 * notifications.el (top): Remove unneeded declarations.
8609 (notifications-specification-version): Change to "1.2".
8610 (notifications-interface, notifications-notify-method)
8611 (notifications-close-notification-method): Fix docstring.
8612 (notifications-get-capabilities-method): New defconst.
8613 (notifications-notify): Add :action-items, :resident and
8614 :transient hints. Change "image_data" to "image-data" and
8615 "image_path" to "image-path".
8616 (notifications-get-capabilities): New defun.
8617
8618 2012-04-24 Leo Liu <sdl.web@gmail.com>
8619
8620 * progmodes/python.el: Move hideshow setup to the end.
8621
8622 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8623
8624 * window.el (handle-select-window): Clear echo area since this is
8625 no more done by read_char (Bug#11304).
8626
8627 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8630 and `/ M' to filter-derived-mode.
8631 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8632 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8633 (ibuffer-mark-by-mode): Use default rather than initial-input.
8634 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8635
8636 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8637
8638 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8639 (ibuffer-filter-by-derived-mode): New filter.
8640 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8641
8642 2012-04-23 Andreas Politz <politza@fh-trier.de>
8643
8644 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8645
8646 2012-04-23 Chong Yidong <cyd@gnu.org>
8647
8648 * cus-edit.el (customize-apropos, customize-apropos-options):
8649 Disable matching of non-option variables (Bug#11176).
8650 (customize-option, customize-option-other-window)
8651 (customize-changed-options): Doc fix.
8652 (customize-apropos-options, customize-apropos-faces)
8653 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8654
8655 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8656 Fix word list splitting (Bug#11132).
8657 (apropos-symbol, apropos-keybinding, apropos-label)
8658 (apropos-property, apropos-function-button)
8659 (apropos-variable-button, apropos-misc-button): New faces.
8660 (apropos-symbol-face, apropos-keybinding-face)
8661 (apropos-label-face, apropos-property-face, apropos-match-face):
8662 Variables removed (Bug#8396).
8663 (apropos-library-button, apropos-format-plist, apropos-print)
8664 (apropos-print-doc, apropos-describe-plist): Callers changed.
8665
8666 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8667
8668 * net/xesam.el (xesam-mode-map): Use let-bound map in
8669 initialization. (Bug#11292)
8670
8671 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8672
8673 Preserve ispell session localwords when switching back to
8674 original buffer.
8675
8676 * textmodes/ispell.el (ispell-buffer-session-localwords):
8677 New buffer-local variable to hold buffer session localwords.
8678 (ispell-kill-ispell): Add option 'clear to delete session
8679 localwords.
8680 (ispell-command-loop, ispell-change-dictionary)
8681 (ispell-buffer-local-words): Preserve session localwords when
8682 needed.
8683
8684 * textmodes/flyspell.el (flyspell-process-localwords)
8685 (flyspell-do-correct): Preserve session localwords when needed.
8686
8687 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8688
8689 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8690 using obsolete `translation-table-for-input'.
8691 (ispell-word, ispell-process-line, ispell-complete-word):
8692 Use plain `insert' instead of removed `ispell-insert-word'.
8693
8694 2012-04-22 Chong Yidong <cyd@gnu.org>
8695
8696 * cus-edit.el (custom-variable-menu)
8697 (custom-variable-reset-saved, custom-face-menu)
8698 (custom-face-reset-saved): If there is no saved value, make the
8699 "reset-saved" operation bring back the default (Bug#9509).
8700 (custom-face-state): Properly detect themed faces.
8701
8702 * faces.el (face-spec-set): Stop supporting deprecated form of
8703 third arg.
8704
8705 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8706
8707 Move functions from C to Lisp. Make non-blocking method calls
8708 the default. Implement further D-Bus standard interfaces.
8709
8710 * net/dbus.el (dbus-message-internal): Declare function.
8711 Remove unneeded function declarations.
8712 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8713 (dbus-message-type-method-return, dbus-message-type-error)
8714 (dbus-message-type-signal): Declare variables. Remove local
8715 definitions.
8716 (dbus-interface-dbus, dbus-interface-peer)
8717 (dbus-interface-introspectable, dbus-interface-properties)
8718 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8719 Adapt docstring.
8720 (dbus-interface-objectmanager): New defconst.
8721 (dbus-call-method, dbus-call-method-asynchronously)
8722 (dbus-send-signal, dbus-method-return-internal)
8723 (dbus-method-error-internal, dbus-register-service)
8724 (dbus-register-signal, dbus-register-method): New defuns, moved
8725 from dbusbind.c
8726 (dbus-call-method-handler, dbus-setenv)
8727 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8728 New defuns.
8729 (dbus-call-method-non-blocking): Make it an obsolete function.
8730 (dbus-unregister-object, dbus-unregister-service)
8731 (dbus-handle-event, dbus-register-property)
8732 (dbus-property-handler): Obey the new structure of
8733 `bus-registered-objects'.
8734 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8735 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8736 Use `dbus-call-method'.
8737
8738 2012-04-22 Chong Yidong <cyd@gnu.org>
8739
8740 * cus-edit.el (custom-commands, custom-reset-menu)
8741 (Custom-reset-standard): Tweak labels.
8742 (custom-reset-button-menu): Change default to t.
8743 (custom-buffer-create-internal): For the custom-reset-button-menu
8744 case, put the revert button first.
8745 (custom-group-subtitle): New face.
8746 (custom-group-value-create): Align docstring to a specific column.
8747
8748 * wid-edit.el (widget-documentation-link-add): Don't handle
8749 indentation in this function.
8750 (widget-documentation-string-indent-to): New function.
8751 (widget-documentation-string-value-create): Use it.
8752
8753 * autorevert.el (auto-revert):
8754 * epg-config.el (epg):
8755 * ibuffer.el (ibuffer):
8756 * mpc.el (mpc):
8757 * ses.el (ses):
8758 * eshell/eshell.el (eshell):
8759 * net/ange-ftp.el (ange-ftp):
8760 * progmodes/ebnf2ps.el (postscript):
8761 * progmodes/flymake.el (flymake):
8762 * progmodes/prolog.el (prolog):
8763 * progmodes/verilog-mode.el (verilog-mode):
8764 * progmodes/which-func.el (which-func):
8765 * term/xterm.el (xterm):
8766 * textmodes/picture.el (picture):
8767 * textmodes/tildify.el (tildify):
8768 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8769 customization buffers.
8770
8771 2012-04-22 Alan Mackenzie <acm@muc.de>
8772
8773 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8774 Adding a ) can hide the resulting (..) from searches. Fix it.
8775 Bound the backward search to the position of the existing (.
8776
8777 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8778
8779 * progmodes/verilog-mode.el (verilog-mode): Check whether
8780 which-func-modes is t before adding verilog-mode.
8781 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8782
8783 2012-04-21 Leo Liu <sdl.web@gmail.com>
8784
8785 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8786
8787 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8788
8789 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8790 filling of the last column of a table (Bug#5635).
8791 (woman-find-next-control-line): New arg, specifying an additional
8792 regexp component for the control line.
8793 (woman2-roff-buffer): Use it.
8794 (woman-break-table): New function.
8795 (woman2-TS): Use it.
8796
8797 2012-04-21 Chong Yidong <cyd@gnu.org>
8798
8799 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8800 (woman-horizontal-escapes, woman-negative-vertical-space)
8801 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8802 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8803
8804 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * minibuffer.el (completion-file-name-table): Complete user names.
8807
8808 2012-04-20 Leo Liu <sdl.web@gmail.com>
8809
8810 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8811 and pcase-let*.
8812
8813 2012-04-20 Chong Yidong <cyd@gnu.org>
8814
8815 * server.el (server-execute): Respect initial-buffer-choice if it
8816 is a string and there are no files to open (Bug#2825).
8817 (server-create-window-system-frame, server-create-tty-frame):
8818 Don't switch buffers here.
8819 (server-process-filter): Only try to open a window system frame if
8820 compiled with graphical support (Bug#8314).
8821
8822 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8823
8824 * battery.el (battery-echo-area-format): Display remaining time
8825 for sysfs backend too (Bug#11269).
8826 (battery-linux-sysfs): Fix conditional for the charge.
8827
8828 2012-04-20 Chong Yidong <cyd@gnu.org>
8829
8830 * progmodes/gdb-mi.el (gdb): Revert previous change.
8831 (gdb-inferior-io--init-proc): New function.
8832 (gdb-init-1): Use it.
8833 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8834 responsible for allocating a new pty and hooking it to gdb when
8835 the old pty gets an EIO due to process exit.
8836 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8837 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8838 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8839
8840 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8841
8842 * window.el (window-min-size, window-sizable, window-min-delta)
8843 (window-max-delta, window--resizable, window-resizable)
8844 (window-total-size, window-full-height-p, window-full-width-p)
8845 (window-in-direction, window--resize-mini-window, window-resize)
8846 (window--resize-child-windows-normal)
8847 (window--resize-child-windows, window--resize-siblings)
8848 (window--resize-this-window, adjust-window-trailing-edge)
8849 (enlarge-window, shrink-window): Doc fixes.
8850
8851 2012-04-20 Chong Yidong <cyd@gnu.org>
8852
8853 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8854 New function to call delete-process on the gdb-inferior buffer's pty.
8855 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8856 pty process (Bug#11273).
8857 (gdb-update): New arg to suppress talking to the gdb process.
8858 (gdb-done-or-error): Use it.
8859 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8860 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8861 sentinel not being called.
8862
8863 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8864
8865 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8866
8867 2012-04-20 Glenn Morris <rgm@gnu.org>
8868
8869 * net/network-stream.el (open-network-stream): Doc fix.
8870
8871 2012-04-20 Chong Yidong <cyd@gnu.org>
8872
8873 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8874
8875 2012-04-20 Alan Mackenzie <acm@muc.de>
8876
8877 Ensure searching for keywords is case sensitive.
8878
8879 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8880 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8881 (c-defun-name, c-mark-function, c-cpp-define-name)
8882 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8883 (c-context-line-break): Bind case-fold-search to nil.
8884
8885 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8886 Bind case-fold-search to nil.
8887
8888 2012-04-20 Chong Yidong <cyd@gnu.org>
8889
8890 * mail/sendmail.el (mail-bury): Call return action with the right
8891 Rmail buffer (Bug#11242).
8892
8893 * server.el (server-process-filter): Handle corner case where both
8894 tty and nowait options are present (Bug#11102).
8895
8896 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8897
8898 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8899 (top level): Put into the executable the ident-style '$Id:' tag on
8900 windows-nt as well.
8901
8902 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * electric.el (electric-indent-post-self-insert-function): Check that
8905 electric-indent-mode is enabled in current buffer.
8906
8907 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8908
8909 * imenu.el (imenu-progress-message): Restore; it is "used" in
8910 erc/erc-imenu.el and net/snmp-mode.el.
8911
8912 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8913
8914 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8915 (mouse-avoidance-nudge-mouse): Remove unused binding.
8916
8917 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8918
8919 * descr-text.el (describe-char):
8920 * progmodes/python.el (python-describe-symbol):
8921 Don't call `toggle-read-only', set `buffer-read-only'.
8922
8923 * imenu.el (imenu-default-goto-function): Mark unused args.
8924 (imenu-progress-message): Remove obsolete macro; all callers changed.
8925
8926 * subr.el (keymap-canonicalize): Remove unused binding.
8927 (read-passwd): Mark unused arg.
8928
8929 * tutorial.el (tutorial--display-changes): Remove unused binding.
8930 (tutorial--save-tutorial-to): Remove unused variable.
8931
8932 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8933 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8934 (package-generate-autoloads, package-menu--generate)
8935 (package-menu--find-upgrades): Remove unused bindings.
8936
8937 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8938 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8939 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8940 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8941 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8942 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8943 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8944 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8945 (cua-delete-char-rectangle): Mark unused args.
8946 (cua-align-rectangle): Remove unused binding.
8947
8948 * mail/rmail.el (compilation--message->loc)
8949 (epa--find-coding-system-for-mime-charset): Declare.
8950
8951 * net/dbus.el (dbus-register-service): Declare.
8952 (dbus-name-owner-changed-handler): Remove unused binding.
8953
8954 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8955 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8956 (nxml-scan-backward-within): Mark unused arg.
8957 (nxml-dynamic-markup-word): Remove unused binding.
8958
8959 * mouse.el (mouse-menu-major-mode-map):
8960 * emacs-lisp/authors.el (authors-scan-change-log)
8961 (authors-add-to-author-list):
8962 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8963 * emacs-lisp/smie.el (smie-auto-fill):
8964 * mail/sendmail.el (mail-bury):
8965 * mail/unrmail.el (unrmail):
8966 * net/tls.el (open-tls-stream):
8967 * textmodes/picture.el (picture-mouse-set-point):
8968 Remove unused bindings.
8969
8970 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8971
8972 * net/tramp.el (tramp-action-password): Let-bind
8973 `enable-recursive-minibuffers' to t.
8974
8975 2012-04-18 Sam Steingold <sds@gnu.org>
8976
8977 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8978 instead of 'string to accommodate values like [f11].
8979 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8980 * progmodes/gdb-mi.el: Likewise.
8981
8982 2012-04-18 Leo Liu <sdl.web@gmail.com>
8983
8984 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8985 current buffer.
8986 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8987 LOCAL is nil.
8988
8989 2012-04-18 Chong Yidong <cyd@gnu.org>
8990
8991 * simple.el (line-move): Use forward-line if in batch mode
8992 (Bug#11053).
8993
8994 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8995
8996 * files.el (after-find-file): Do not try to add a final newline if
8997 the buffer is read-only (Bug#11156).
8998
8999 2012-04-17 Richard Stallman <rms@gnu.org>
9000
9001 * mail/rmail.el (rmail-start-mail):
9002 Pass (rmail-mail-return...) for the return-action.
9003 Pass (rmail-yank-current-message...) for the yank-action.
9004 (rmail-yank-current-message): New function.
9005 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9006 (rmail-reply): Likewise.
9007 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9008
9009 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9010 buffer, not the last. Reject temp buffers. Use the rmail-mode
9011 buffer, not newbuf.
9012
9013 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9014
9015 * server.el (server-ensure-safe-dir): Simplify.
9016
9017 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * emacs-lisp/smie.el: Provide smarter auto-filling.
9020 (smie-auto-fill): New function.
9021 (smie-setup): Use it.
9022
9023 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9024
9025 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9026
9027 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9028 (comment-indent): Use it.
9029
9030 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9031
9032 * ses.el: The overall change is to add cell renaming, that is
9033 setting fancy names for cell symbols other than name matching
9034 "\\`[A-Z]+[0-9]+\\'" regexp .
9035 (ses-localvars): Add ses--renamed-cell-symb-list.
9036 (ses-create-cell-variable): New defun.
9037 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9038 (ses-relocate-formula): Relocate formulas only for cells the
9039 symbols of which are not renamed, i.e. symbols whose names do not
9040 match regexp "\\`[A-Z]+[0-9]+\\'".
9041 (ses-relocate-all): Relocate values only for cells the symbols of
9042 which are not renamed.
9043 (ses-load): Create cells variables as the (ses-cell ...) are read,
9044 in order to check row col consistency with cell symbol name only
9045 for cells that are not renamed.
9046 (ses-replace-name-in-formula): New defun.
9047 (ses-rename-cell): New defun.
9048
9049 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9050
9051 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9052 New option (bug#11118).
9053 (perl-calculate-indent): Respect it.
9054
9055 2012-04-17 Glenn Morris <rgm@gnu.org>
9056
9057 * dired-aux.el (dired-mark-read-string): Doc fix.
9058
9059 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9060
9061 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9062 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9063
9064 2012-04-17 Glenn Morris <rgm@gnu.org>
9065
9066 * mouse.el (mouse-drag-track):
9067 * speedbar.el (speedbar-frame-mode):
9068 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9069
9070 2012-04-16 Leo Liu <sdl.web@gmail.com>
9071
9072 * progmodes/python.el: Trivial cleanup.
9073
9074 2012-04-16 Glenn Morris <rgm@gnu.org>
9075
9076 * vc/vc.el (vc-string-prefix-p):
9077 * vc/pcvs-util.el (cvs-string-prefix-p):
9078 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9079 * mpc.el (mpc-string-prefix-p):
9080 Make all of these into obsolete aliases for string-prefix-p.
9081 Update callers.
9082 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9083
9084 * textmodes/two-column.el: Move custom options to the start.
9085 (frame-width): Remove compat definition.
9086 (2C-associate-buffer, 2C-dissociate):
9087 Use with-current-buffer rather than save-excursion.
9088 (2C-dissociate): Force a mode-line update.
9089 (2C-autoscroll): Use ignore-errors.
9090
9091 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9092 Autoload trivia.
9093
9094 * emacs-lisp/cl-extra.el (*random-state*):
9095 Remove unnecessary declaration.
9096
9097 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9098
9099 * play/cookie1.el (cookie-snarf):
9100 Give an explicit error if input file cannot be read.
9101
9102 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9103
9104 * progmodes/perl-mode.el (c-macro-expand):
9105 Remove unnecessary autoload (it is in loaddefs.el).
9106
9107 * textmodes/picture.el (picture-desired-column)
9108 (picture-update-desired-column): Convert comments to doc-strings.
9109 (picture-substitute): Remove function.
9110 (picture-mode-map): Initialize in the defvar.
9111
9112 * woman.el: Remove eval-after-load for tar-mode.
9113 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9114 (woman-tar-extract-file): Autoload it.
9115
9116 * frame.el (automatic-hscrolling): Make this alias obsolete.
9117
9118 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9119
9120 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9121 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9122 (ispell-dictionary-base-alist): Revert to original XEmacs
9123 friendly version for default. [:alpha:] will be added in
9124 `ispell-set-spellchecker-params' if needed.
9125
9126 2012-04-16 Chong Yidong <cyd@gnu.org>
9127
9128 * image.el (imagemagick--file-regexp): New variable.
9129 (imagemagick-register-types): Use it.
9130 (imagemagick-types-inhibit): Add :set function. Allow new value
9131 of t to inhibit all types.
9132
9133 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9134 so we can preload it.
9135
9136 * loadup.el (fboundp): Preload regexp-opt, needed by
9137 imagemagick-register-types.
9138
9139 2012-04-15 Chong Yidong <cyd@gnu.org>
9140
9141 * frame.el (scrolling): Remove nearly unused customization group.
9142
9143 * scroll-all.el (scroll-all-mode): Move to windows group.
9144
9145 2012-04-15 Chong Yidong <cyd@gnu.org>
9146
9147 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9148
9149 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9152 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9153
9154 2012-04-15 Glenn Morris <rgm@gnu.org>
9155
9156 * simple.el (process-file-side-effects): Doc fix.
9157
9158 2012-04-15 Glenn Morris <rgm@gnu.org>
9159
9160 * international/mule-cmds.el (set-language-environment): Doc fix.
9161
9162 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9163
9164 * server.el (server-auth-key, server-generate-key): Doc fixes.
9165 (server-get-auth-key): Doc fix. Use `string-match-p'.
9166 (server-start): Reflow docstring.
9167
9168 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9169
9170 * server.el (server-generate-key): `called-interactively-p'
9171 requires a parameter.
9172
9173 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9174
9175 * server.el (server-auth-key): New variable.
9176 (server-generate-key, server-get-auth-key): New function.
9177 (server-start): Use the new variable and functions to allow
9178 setting a permanent server key (bug#9423).
9179
9180 2012-04-14 Leo Liu <sdl.web@gmail.com>
9181
9182 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9183
9184 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9185
9186 Spelling fixes.
9187 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9188 Emacs uses American spelling.
9189
9190 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9191
9192 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9193 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9194 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9195 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9196
9197 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * progmodes/which-func.el (which-func-modes): Change default.
9200
9201 2012-04-14 Kim F. Storm <storm@cua.dk>
9202
9203 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9204 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9205
9206 2012-04-14 Chong Yidong <cyd@gnu.org>
9207
9208 * custom.el (custom-theme-set-variables): Doc fix.
9209
9210 2012-04-14 Glenn Morris <rgm@gnu.org>
9211
9212 * international/mule.el (set-auto-coding-for-load): Doc fix.
9213
9214 2012-04-14 Alan Mackenzie <acm@muc.de>
9215
9216 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9217 imenu work again for Objective C Mode. Correct the *-index values,
9218 these having been disturbed by a previous change in 2011-08.
9219
9220 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9221 Correct two search limits.
9222
9223 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9224
9225 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9226
9227 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9228
9229 * international/characters.el: Fix sorting.
9230
9231 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9232
9233 * international/characters.el: Add more missing Latin case pairs.
9234
9235 2012-04-14 Glenn Morris <rgm@gnu.org>
9236
9237 * files.el (dir-locals-set-class-variables): Doc fix.
9238
9239 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9240
9241 * international/characters.el: Add set-case-syntax-pair call for
9242 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9243 counterpart. (Bug#11209)
9244
9245 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9246
9247 2012-04-14 Glenn Morris <rgm@gnu.org>
9248
9249 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9250
9251 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9252
9253 * textmodes/ispell.el (ispell-dictionary-base-alist):
9254 Add data for Hebrew.
9255
9256 2012-04-14 Chong Yidong <cyd@gnu.org>
9257
9258 * net/rcirc.el (rcirc-cmd-quit):
9259 Revert 2012-03-18 change (Bug#11192).
9260
9261 2012-04-14 Glenn Morris <rgm@gnu.org>
9262
9263 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9264
9265 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9266
9267 * minibuffer.el (completion-in-region-mode-map):
9268 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9269
9270 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9271
9272 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9273
9274 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9275
9276 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9277 to allow `C-M-f' and `C-M-b' to move to the nearest path
9278 separator (bug#9511).
9279
9280 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9281
9282 * avoid.el: Require cl when compiling. And also move the
9283 `provide' to the end.
9284
9285 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9286
9287 * avoid.el (mouse-avoidance-banish-position): New variable.
9288 (mouse-avoidance-banish-destination): Use it (bug#10165).
9289
9290 2012-04-13 Leo Liu <sdl.web@gmail.com>
9291
9292 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9293
9294 2012-04-13 Ken Brown <kbrown@cornell.edu>
9295
9296 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9297 this is no longer needed now that cygstart understands file:// URLs.
9298 (browse-url-filename-alist): For the same reason, don't modify
9299 file:// URLs on Cygwin.
9300
9301 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9304 the region on shift if the binding is already shifted (bug#11221).
9305
9306 2012-04-12 Glenn Morris <rgm@gnu.org>
9307
9308 * mail/mailpost.el: Move to obsolete/.
9309
9310 2012-04-12 Drew Adams <drew.adams@oracle.com>
9311
9312 * imenu.el (imenu--generic-function): Ignore invisible definitions
9313 (bug#10123).
9314
9315 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9316
9317 * hexl.el (hexl-bits): New variable.
9318 (hexl-options): Mention the variable in the doc string.
9319 (hexl-rulerise, hexl-line-displen): New functions.
9320 (hexl-mode): Mention the new variable.
9321 (hexl-mode, hexl-current-address, hexl-current-address):
9322 Use the displen.
9323 (hexl-ascii-start-column): New function.
9324 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9325 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9326
9327 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9328
9329 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9330 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9331 the encoding, as expected by hunspell.
9332
9333 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * battery.el (battery--linux-sysfs-regexp): New const.
9336 (battery-status-function): Use it. Remove yeeloong special case.
9337 (battery-yeeloong-sysfs): Remove.
9338 (battery-echo-area-format): Remove yeeloong special case.
9339
9340 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9343 Reported by Noah Friedman.
9344
9345 * subr.el (read-passwd): Use read-string.
9346
9347 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9348
9349 * vcursor.el (vcursor-move): Increase the priority of the overlay
9350 (bug#9663).
9351
9352 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9353
9354 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9355 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9356
9357 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9358
9359 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9360 define-minor-mode (bug#10760).
9361
9362 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9363
9364 * progmodes/grep.el (rgrep): Tweak the find command line so
9365 that directories matching `grep-find-ignored-files' won't be
9366 pruned (bug#10351).
9367
9368 2012-04-11 Chong Yidong <cyd@gnu.org>
9369
9370 * startup.el (command-line): Remove support for long-obsolete
9371 variable font-lock-face-attributes.
9372
9373 2012-04-11 Glenn Morris <rgm@gnu.org>
9374
9375 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9376
9377 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * window.el (window--state-get-1): Obey window-point-insertion-type.
9380
9381 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9382
9383 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9384 to previous function when point is on the first character of a
9385 function. Take care of that in `narrow-to-defun' (bug#6157).
9386
9387 2012-04-11 Glenn Morris <rgm@gnu.org>
9388
9389 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9390 not just file-errors.
9391
9392 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9393 (vc-bzr-sha1): Use internal sha1.
9394
9395 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9398
9399 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9400
9401 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9402 that start in the middle of the line (bug#10496).
9403
9404 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9405
9406 * battery.el (battery-linux-proc-acpi): Only one battery is
9407 discharged at a time, but that seems to confuse battery.el when
9408 computing `rate-type' for the battery not being discharged
9409 (bug#10332).
9410
9411 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9412
9413 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9414
9415 * international/quail.el: Use dolist and simplify.
9416 (quail-define-package, quail-update-keyboard-layout)
9417 (quail-define-rules): Use dolist.
9418 (quail-insert-kbd-layout, quail-get-translation): CSE.
9419
9420 * tmm.el: Use dolist, remove left over hook.
9421 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9422 Use dolist.
9423 (calendar-load-hook): Don't mess with it.
9424
9425 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9426 Use derived-mode-p. Run the diff asynchronously.
9427
9428 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9429
9430 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9431
9432 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9433
9434 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9435 (list-dynamic-libraries--loaded): New function.
9436 (list-dynamic-libraries--refresh): Use it.
9437
9438 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9439
9440 * progmodes/python.el (python-fill-paragraph):
9441 Make python-fill-region in a multiline string work when font-lock is
9442 disabled (bug#7018).
9443
9444 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9445
9446 * language/european.el (cp775): Add oem/legacy (en)coding on
9447 DOS/MS Windows for the Baltic languages. There are still plenty
9448 of texts written in this encoding/codepage (bug#6519).
9449
9450 2012-04-10 Glenn Morris <rgm@gnu.org>
9451
9452 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9453 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9454
9455 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9456
9457 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9458 next-line "n" and previous-line "p" in order to make recentf more
9459 consistent with ibuffer, dired or org-mode (bug#9387).
9460
9461 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9462
9463 * image.el (put-image): Return the overlay created instead of the
9464 optional input string (bug#7834). Note that this may break code
9465 that is (for some reason or other) depending on `put-image'
9466 returning the string.
9467
9468 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9469
9470 * simple.el (zap-to-char): Allow zapping using input methods
9471 (bug#1580).
9472
9473 * textmodes/fill.el (fill-region): Leave point and mark where they
9474 were before filling (bug#5399).
9475
9476 2012-04-09 Glenn Morris <rgm@gnu.org>
9477
9478 * version.el (emacs-bzr-get-version):
9479 Handle lightweight checkouts of local branches.
9480
9481 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9482
9483 * international/characters.el: Recover lost case pairs. (Bug#11209)
9484
9485 2012-04-09 Chong Yidong <cyd@gnu.org>
9486
9487 * custom.el (custom-variable-p): Return nil for non-symbol
9488 arguments instead of signaling an error.
9489 (user-variable-p): Obsolete alias for custom-variable-p.
9490
9491 * apropos.el (apropos-variable):
9492 * files-x.el (read-file-local-variable):
9493 * simple.el (set-variable):
9494 * woman.el (woman-mini-help):
9495 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9496
9497 2012-04-09 Glenn Morris <rgm@gnu.org>
9498
9499 * startup.el (normal-top-level): Don't look for leim-list.el
9500 in places where it will not be found. (Bug#910)
9501
9502 * international/mule-cmds.el (set-default-coding-systems):
9503 * files.el (normal-mode):
9504 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9505 This function was removed with ucs-tables.el in 2008.
9506
9507 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9508
9509 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9510 ispell-encoding8-command to "-i", without a trailing space.
9511 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9512 separate command-line arguments, to specify the encoding, since
9513 that's how hunspell expects it.
9514
9515 2012-04-08 Glenn Morris <rgm@gnu.org>
9516
9517 * loadup.el: Load bindings before cus-start.
9518 This reduces somewhat the number of "rogue" settings in emacs -Q.
9519
9520 2012-04-07 Glenn Morris <rgm@gnu.org>
9521
9522 * version.el (emacs-bzr-get-version): New function.
9523 (emacs-bzr-version): New variable.
9524 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9525 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9526
9527 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9528
9529 * international/uni-bidi.el, international/uni-category.el:
9530 * international/uni-combining.el, international/uni-decimal.el:
9531 * international/uni-decomposition.el, international/uni-digit.el:
9532 * international/uni-lowercase.el, international/uni-mirrored.el:
9533 * international/uni-name.el, international/uni-numeric.el:
9534 * international/uni-titlecase.el, international/uni-uppercase.el:
9535 Update for Unicode 6.1.
9536
9537 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9538
9539 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9540
9541 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9542
9543 * window.el (shrink-window): Mention the `window-min-height'
9544 variable in the doc string.
9545
9546 2012-04-05 Bastien Guerry <bzg@altern.org>
9547
9548 * color.el (color-lighten-name): Fix typo.
9549
9550 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * server.el (server--on-display-p): New function.
9553 (server--on-display-p): Use it.
9554
9555 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9556
9557 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9558 (bug#11145).
9559
9560 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * comint.el (comint--common-quoted-suffix): Check string boundary
9563 before comparing (bug#11158).
9564 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9565
9566 2012-04-04 Chong Yidong <cyd@gnu.org>
9567
9568 * minibuffer.el (completion-extra-properties): Doc fix.
9569
9570 * subr.el (delayed-warnings-hook): Doc fix.
9571
9572 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9573
9574 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9575 selection (Bug#11159).
9576 (epa-insert-keys): Inform that the default public key will be
9577 exported if no key is selected.
9578
9579 2012-04-04 Richard Stallman <rms@gnu.org>
9580
9581 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9582
9583 2012-04-03 Chong Yidong <cyd@gnu.org>
9584
9585 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9586 mail-insert-file, not its obsolete alias mail-attach-file.
9587
9588 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9589
9590 * notifications.el (notifications-notify): Fix docstring.
9591
9592 2012-04-02 Glenn Morris <rgm@gnu.org>
9593
9594 * emacs-lisp/authors.el (authors-aliases): Another addition.
9595
9596 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9597
9598 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9599 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9600 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9601
9602 2012-04-01 Chong Yidong <cyd@gnu.org>
9603
9604 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9605 Handle root directory properly.
9606 (copy-directory): Caller changed.
9607
9608 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9609 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9610
9611 2012-03-31 Glenn Morris <rgm@gnu.org>
9612
9613 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9614
9615 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9616
9617 * calendar/calendar.el (calendar-window-list)
9618 (calendar-hide-window): Restore. (Bug#11140)
9619 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9620
9621 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9622
9623 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9624
9625 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9626 Check if file is a symlink (Bug#10489).
9627
9628 * files.el (copy-directory): Likewise.
9629
9630 2012-03-30 Chong Yidong <cyd@gnu.org>
9631
9632 * image.el (imagemagick-types-inhibit)
9633 (imagemagick-register-types): Doc fix.
9634
9635 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9636
9637 * textmodes/ispell.el (ispell-get-extended-character-mode):
9638 Disable extended-char-mode for hunspell. hunspell does not support it
9639 and treats ~word as ordinary words in pipe mode.
9640
9641 2012-03-30 Glenn Morris <rgm@gnu.org>
9642
9643 * tutorial.el (help-with-tutorial): Ensure local variables don't
9644 happen to make the buffer read-only. (Bug#11127)
9645
9646 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9649 (perl-calculate-indent): Return `noindent' in strings.
9650
9651 2012-03-28 Sam Steingold <sds@gnu.org>
9652
9653 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9654 instead of the broken adhockery which does not prevent calendar
9655 buffers from being displayed at random after exit.
9656 (calendar-window-list, calendar-hide-window): Remove the broken
9657 adhockery.
9658
9659 2012-03-28 Glenn Morris <rgm@gnu.org>
9660
9661 * replace.el (query-replace-map): Doc fix.
9662
9663 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9664
9665 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9666 contents. (Bug#11109)
9667
9668 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9671 (bug#11077).
9672 (avl-tree--check, avl-tree--check-node): New funs.
9673
9674 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9675
9676 * window.el (switch-to-visible-buffer): New option.
9677 (switch-to-prev-buffer, switch-to-next-buffer):
9678 Observe switch-to-visible-buffer. Make sure that checking for a window
9679 showing a buffer already is done on the same frame.
9680
9681 2012-03-27 Glenn Morris <rgm@gnu.org>
9682
9683 * startup.el (mail-host-address): Doc fix.
9684
9685 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9688 than 197 variables.
9689
9690 2012-03-26 Ami Fischman <ami@fischman.org>
9691
9692 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9693
9694 2012-03-26 Glenn Morris <rgm@gnu.org>
9695
9696 * files.el (save-buffers-kill-emacs): Doc fix.
9697
9698 * startup.el (normal-top-level, command-line, command-line-1):
9699 Give them doc strings.
9700
9701 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9702
9703 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9704 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9705
9706 2012-03-25 Chong Yidong <cyd@gnu.org>
9707
9708 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9709 theme if it was previously enabled before (Bug#11031).
9710
9711 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9712 spec with custom-face-get-current-spec if its :shown-value is not
9713 determined yet (Bug#9337).
9714 (customize-create-theme, custom-theme-revert): Doc fixes.
9715
9716 * button.el (button-at): Minor addition to docstring.
9717
9718 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9719
9720 * vc/vc.el (vc-merge): Fix a prompt.
9721
9722 2012-03-24 Chong Yidong <cyd@gnu.org>
9723
9724 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9725 point (Bug#9623).
9726
9727 * button.el (button-at): Minor addition to docstring.
9728
9729 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * newcomment.el (comment-choose-indent): No space after BOL.
9732
9733 2012-03-22 Sam Steingold <sds@gnu.org>
9734
9735 * window.el (switch-to-prev-buffer): Revert last patch because the
9736 bug turned out to be an advertised feature (Elisp manual 28.14).
9737
9738 2012-03-22 Glenn Morris <rgm@gnu.org>
9739
9740 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9741 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9742
9743 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9744
9745 * net/network-stream.el (network-stream-open-starttls): Make error
9746 message under Windows be less misleading.
9747
9748 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9749
9750 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9751 understands (bug#9942).
9752
9753 2012-03-22 Chong Yidong <cyd@gnu.org>
9754
9755 * simple.el (end-of-visible-line): Handle return value of
9756 next-single-property-change properly (Bug#9371).
9757
9758 2012-03-22 Kenichi Handa <handa@m17n.org>
9759
9760 * international/quail.el (quail-insert-kbd-layout): Fix previous
9761 change. To avoid unwanted bidi reordering, use
9762 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9763
9764 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9765
9766 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9767 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9768 (ruby-beginning-of-indent): Be more careful with the difference
9769 between word-boundary and symbol boundary.
9770 (ruby-mode-syntax-table): Make : a symbol constituent.
9771
9772 2012-03-21 Andreas Politz <politza@fh-trier.de>
9773
9774 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9775
9776 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * progmodes/etags.el (tags-completion-at-point-function):
9779 Improve last fix.
9780
9781 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9782
9783 2012-03-21 Sam Steingold <sds@gnu.org>
9784
9785 * progmodes/etags.el (tags-completion-at-point-function):
9786 Avoid the error when point is inside the pattern.
9787
9788 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9789
9790 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9791 line (Bug#10855).
9792
9793 2012-03-21 Drew Adams <drew.adams@oracle.com>
9794
9795 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9796
9797 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9798
9799 * ido.el (ido-set-current-directory, ido-read-internal)
9800 (ido-choose-completion-string, ido-completion-help): Handle nil
9801 value of ido-completion-buffer (Bug#11008).
9802
9803 2012-03-21 Sam Steingold <sds@gnu.org>
9804
9805 * window.el (switch-to-prev-buffer): Do not switch to a visible
9806 window previous buffer, just like with the frame previous buffers.
9807
9808 2012-03-21 Chong Yidong <cyd@gnu.org>
9809
9810 * faces.el (make-face, make-empty-face, copy-face):
9811 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9812 Doc fixes.
9813
9814 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9817 (widget-complete): Remove broken use of it.
9818
9819 2012-03-20 Chong Yidong <cyd@gnu.org>
9820
9821 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9822 Use string-width and truncate-string-width to handle arbitrary
9823 characters.
9824
9825 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9826
9827 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9828 to draw rectangles, not squares. (Regression introduced by revno
9829 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9830
9831 2012-03-18 Chong Yidong <cyd@gnu.org>
9832
9833 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9834 it is not yet defined (for temacs).
9835
9836 2012-03-18 Leo Liu <sdl.web@gmail.com>
9837
9838 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9839 prefix.
9840
9841 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9842
9843 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9844 (ispell-choices-win-default-height, ispell-silently-savep)
9845 (ispell-dictionary-alist, ispell-encoding8-command)
9846 (ispell-check-version, ispell-aspell-find-dictionary)
9847 (ispell-valid-dictionary-list, ispell-words-keyword)
9848 (ispell-get-word, ispell-internal-change-dictionary)
9849 (ispell-region, ispell-skip-region-list)
9850 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9851 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9852 (ispell-message-text-end, ispell-message)
9853 (ispell-buffer-local-parsing): Doc fix.
9854
9855 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9856
9857 * htmlfontify.el: Add support for code block fontification for ODT
9858 export (Bug #9914).
9859 (hfy-optimisations): Define new option
9860 `body-text-only'
9861 (hfy-fontify-buffer): Honor above setting.
9862 (hfy-begin-span, hfy-end-span): New routines factored out form
9863 `hfy-fontify-buffer'.
9864 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9865 that permit insertion of custom tags.
9866 (hfy-fontify-buffer): Use above handlers.
9867 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9868 (hfy-face-to-css): Re-defined to be a variable.
9869 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9870 over multiple runs. This is made possible by having the caller let
9871 bind a special variable `hfy-user-sheet-assoc'.
9872 (htmlfontify-string): New defun.
9873 (hfy-compile-face-map): Make sure that the last char in the
9874 buffer is correctly fontified.
9875 (hfy-face-resolve-face): Whitespace only change.
9876
9877 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9878
9879 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9880 message more clear.
9881
9882 2012-03-16 Leo Liu <sdl.web@gmail.com>
9883
9884 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9885
9886 2012-03-16 Alan Mackenzie <acm@muc.de>
9887
9888 Further optimise the handling of large macros.
9889
9890 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9891 limit to a call of `c-literal-limits'.
9892 (c-determine-+ve-limit): New function.
9893 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9894 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9895 In CASE 5B, restrict a search limit to 500.
9896 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9897
9898 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9899 Restrict macro bounds to +-500 from after-change's BEG END.
9900
9901 2012-03-16 Leo Liu <sdl.web@gmail.com>
9902
9903 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9904
9905 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9906
9907 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9908 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9909
9910 2012-03-16 Glenn Morris <rgm@gnu.org>
9911
9912 * view.el (view-buffer, view-buffer-other-window)
9913 (view-buffer-other-frame): Doc fixes re special mode-class.
9914
9915 * subr.el (eval-after-load): If named feature is provided not from
9916 a file, run after-load forms. (Bug#10946)
9917
9918 * calendar/calendar.el (calendar-insert-at-column):
9919 Handle non-unit-width characters a bit better. (Bug#10978)
9920
9921 2012-03-15 Chong Yidong <cyd@gnu.org>
9922
9923 * emacs-lisp/ring.el (ring-extend): New function.
9924 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9925
9926 * comint.el (comint-read-input-ring)
9927 (comint-add-to-input-history): Grow comint-input-ring lazily.
9928
9929 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9932 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9933
9934 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9935 (imenu-add-to-menubar): Don't add a redundant index.
9936 (imenu-update-menubar): Handle a dynamically composed keymap.
9937
9938 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9939
9940 * mail/sendmail.el (mail-encode-header):
9941 Bind rfc2047-encode-encoded-words to nil.
9942
9943 2012-03-13 Glenn Morris <rgm@gnu.org>
9944
9945 * calendar/calendar.el (calendar-string-spread):
9946 Handle non-unit-width characters a bit better. (Bug#10978)
9947
9948 2012-03-13 Leo Liu <sdl.web@gmail.com>
9949
9950 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9951 directory and file as argument (Bug#10822).
9952
9953 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9954
9955 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9956 For dynamically generated code, follow $PC.
9957 (gdb-disassembly-handler-custom): Handle no function name case.
9958
9959 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9960
9961 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9962 * emulation/ws-mode.el (ws-query-replace):
9963 * sort.el (sort-regexp-fields):
9964 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9965
9966 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * dabbrev.el: Fix cycle completion order (bug#10963).
9969 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9970 (dabbrev-completion): Don't use an obarray; provide
9971 a cycle-sort-function.
9972
9973 2012-03-12 Leo Liu <sdl.web@gmail.com>
9974
9975 * simple.el (kill-new): Use equal-including-properties for comparison.
9976 (kill-do-not-save-duplicates): Doc fix.
9977
9978 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * dabbrev.el: Fix cycle completion (bug#10963).
9981 Use lexical binding and wrap to 80 columns.
9982 (dabbrev-completion): Delay computing the list of completions.
9983
9984 2012-03-12 Kenichi Handa <handa@m17n.org>
9985
9986 * international/quail.el (quail-insert-kbd-layout): Surround each
9987 row by LRO and PDF instead of inserting many LRMs. Pad the left
9988 and right of each non-spacing marks. Insert invisible space
9989 between lower and upper characters to prevent composition.
9990
9991 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * minibuffer.el (minibuffer-complete): Don't get confused when the
9994 function is run twice via different commands (bug#10958).
9995 (complete-with-action): Fix docstring.
9996
9997 2012-03-12 Chong Yidong <cyd@gnu.org>
9998
9999 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10000 (nxml-completion-at-point-function): New function.
10001 (nxml-mode): Use it.
10002 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10003
10004 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10005 Load generated autoloads file before byte compiling (Bug#10970).
10006 (package--make-autoloads-and-compile): New helper fun.
10007
10008 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10009
10010 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10011
10012 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10013
10014 * autorevert.el (auto-revert-handler): Ensure, that
10015 file-readable-p is applied only for local files or in
10016 auto-revert-tail-mode.
10017
10018 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10019
10020 * server.el (server-eval-at): Handle non-tcp connections.
10021 Decode result string.
10022
10023 * server.el (server-msg-size): New constant.
10024 (server-reply-print): New function.
10025 (server-eval-and-print): Use it.
10026 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10027 Handle -print-nonl.
10028
10029 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10030
10031 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10032 (Bug#10987).
10033
10034 2012-03-11 Chong Yidong <cyd@gnu.org>
10035
10036 * simple.el (goto-line): Doc fix (Bug#9938).
10037
10038 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10039
10040 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10041 when finished (Bug#10963).
10042
10043 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10044
10045 * window.el (split-window-below): Fix bug in case where
10046 split-window-keep-point is nil (Bug#10971).
10047
10048 2012-03-11 Juri Linkov <juri@jurta.org>
10049
10050 * replace.el (replace-highlight): Set isearch-word to nil
10051 unconditionally. (Bug#10887)
10052
10053 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10054
10055 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10056 mairix-replace-illegal-chars; all callers changed. Don't remove
10057 ^, ~, and = characters: they are meaningful in mairix search specs.
10058 (mairix-widget-create-query): Add usage information about mairix
10059 search forms: negating words, searching for substrings, etc.
10060
10061 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10062
10063 * international/fontset.el (font-encoding-alist): Add an entry for
10064 ksx1001 (Bug#5667).
10065
10066 2012-03-10 Richard Stallman <rms@gnu.org>
10067
10068 * mail/sendmail.el (mail-encode-header):
10069 Set rfc2047-encode-encoded-words.
10070
10071 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10072
10073 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10074 view buffer means not swapped.
10075 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10076 (rmail-write-region-annotate): Error if real text has disappeared.
10077
10078 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10079
10080 2012-03-10 Chong Yidong <cyd@gnu.org>
10081
10082 * emulation/cua-rect.el (cua--init-rectangles):
10083 * emulation/cua-base.el (cua--init-keymaps):
10084 Add delete-forward-char to remappings (Bug#9666).
10085
10086 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10087
10088 * speedbar.el (speedbar-unhighlight-one-tag-line):
10089 Avoid unhighlighting due to frame switching (Bug#10275).
10090
10091 2012-03-10 Chong Yidong <cyd@gnu.org>
10092
10093 * minibuffer.el (completion-in-region, completion-help-at-point):
10094 Give the completion field overlay a high priority (Bug#6830).
10095
10096 * dired.el (dired-goto-file): Recognize absolute file name
10097 listings (Bug#7126).
10098 (dired-goto-file-1): New helper function.
10099 (dired-toggle-read-only): Inhibit warnings.
10100
10101 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10102
10103 * net/dbus.el (dbus-property-handler): Return empty array if
10104 there are no properties.
10105
10106 2012-03-09 Leo Liu <sdl.web@gmail.com>
10107
10108 * savehist.el (savehist-printable): Stricter check for string
10109 value (Bug#10937).
10110
10111 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10112
10113 * mail/smtpmail.el (smtpmail-send-it):
10114 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10115 valid mbox format.
10116
10117 2012-03-09 Glenn Morris <rgm@gnu.org>
10118
10119 * files.el (dir-locals-find-file):
10120 Don't check result is regular, readable.
10121 (dir-locals-read-from-file): Demote errors.
10122
10123 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10124
10125 * international/quail.el (quail-insert-kbd-layout):
10126 Insert invisible LRM characters before each character in a keyboard
10127 layout cell, to prevent their reordering by bidi display engine.
10128 For details, see the discussion in
10129 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10130
10131 2012-03-08 Alan Mackenzie <acm@muc.de>
10132
10133 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10134 the starting position; make it extend the marked region when
10135 invoked repeatedly - all under appropriate circumstances.
10136 Fixes bugs #5525, #10906.
10137
10138 2012-03-08 Glenn Morris <rgm@gnu.org>
10139
10140 * files.el (locate-dominating-file, dir-locals-find-file):
10141 Undo 2012-03-06 change.
10142
10143 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10144
10145 * international/quail.el (quail-help):
10146 Force bidi-paragraph-direction be left-to-right. See discussion in
10147 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10148 for the reason.
10149
10150 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10151
10152 Avoid superfluous registering of signals. (Bug#10807)
10153
10154 * notifications.el (notifications-on-action-object)
10155 (notifications-on-close-object): New defvars.
10156 (notifications-on-action-signal, notifications-on-closed-signal):
10157 Unregister the signal if not needed any longer.
10158 (notifications-notify): Register `notifications-action-signal' or
10159 `notifications-closed-signal', if :on-action or :on-close has been
10160 passed as argument.
10161
10162 2012-03-07 Chong Yidong <cyd@gnu.org>
10163
10164 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10165 non-X platforms.
10166
10167 2012-03-06 Glenn Morris <rgm@gnu.org>
10168
10169 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10170 (x-disown-selection-internal, x-get-selection-internal):
10171 Doc fix (add arglist signatures). (Bug#10783)
10172
10173 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10174
10175 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10176 Handle breakpoints with no "type".
10177
10178 2012-03-06 Glenn Morris <rgm@gnu.org>
10179
10180 * files.el (locate-dominating-file): Add optional predicate argument.
10181 (dir-locals-find-file): Make use of above change.
10182
10183 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10184
10185 * info.el (Info-insert-dir): Also try "dir.gz".
10186
10187 2012-03-06 Glenn Morris <rgm@gnu.org>
10188
10189 * files.el (dir-locals-find-file):
10190 Ignore non-readable or non-regular files. (Bug#10928)
10191
10192 * files.el (locate-dominating-file): Doc fix.
10193
10194 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10195
10196 * calendar/calendar.el (calendar-set-mode-line):
10197 `getenv' returns a string. (Bug#10951)
10198
10199 2012-03-05 Leo Liu <sdl.web@gmail.com>
10200
10201 * simple.el (backward-delete-char-untabify): Constrain point to
10202 field (Bug#10939).
10203
10204 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10205
10206 2012-03-05 Chong Yidong <cyd@gnu.org>
10207
10208 * simple.el (count-words): If called from Lisp, return the word
10209 count, for symmetry with `count-lines'. Arglist changed.
10210 (count-words--message): Args changed. Consolidate counting code
10211 from count-words and count-words-region.
10212 (count-words-region): Caller changed.
10213 (count-lines-region): Make it an obsolete alias.
10214
10215 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10216
10217 * saveplace.el (save-place-to-alist)
10218 (save-place-ignore-files-regexp): Allow value nil to disable this
10219 feature.
10220
10221 2012-03-04 Chong Yidong <cyd@gnu.org>
10222
10223 * faces.el (face-spec-reset-face): For the default face, reset the
10224 attributes to default values (Bug#10748).
10225
10226 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10227
10228 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10229 previous patch: Check `message-send-mail-function', and not the
10230 default function (bug#10897).
10231
10232 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10233
10234 * notifications.el (notifications-on-action-signal)
10235 (notifications-on-closed-signal): Check for unique service name of
10236 incoming event. Fix error in removing entry.
10237 (top): Register for signals with wildcard service name.
10238 (notifications-notify): Use daemon unique service name for map entries.
10239
10240 2012-03-04 Chong Yidong <cyd@gnu.org>
10241
10242 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10243
10244 2012-03-04 Glenn Morris <rgm@gnu.org>
10245
10246 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10247 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10248 (expand-abbrev, define-abbrev-table): Doc fixes.
10249
10250 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10251
10252 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10253 `message-default-send-mail-function' and not `send-mail-function'
10254 when doing the prompting for `sendmail-query-once' before sending
10255 in Message buffers (bug#10897).
10256
10257 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10258 This is inconsistent with all the other stream functions, which leave
10259 the setting up to the higher levels (if so wanted) (bug#10931).
10260
10261 2012-03-02 Alan Mackenzie <acm@muc.de>
10262
10263 Depessimize the handling of very large macros.
10264
10265 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10266 (c-macro-cache-syntactic): New variables to implement a one
10267 element macro cache.
10268 (c-invalidate-macro-cache): New function.
10269 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10270 Adapt to use the new cache.
10271 (c-state-safe-place): Use better the cache of safe positions.
10272 (c-state-semi-nonlit-pos-cache)
10273 (c-state-semi-nonlit-pos-cache-limit):
10274 New variables for...
10275 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10276 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10277 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10278 Use c-state-semi-safe-place.
10279
10280 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10281 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10282
10283 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10284
10285 * jka-compr.el (jka-compr-call-process):
10286 Apply `file-accessible-directory-p' only when the default directory is
10287 not remote.
10288
10289 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10290
10291 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10292 access of FILE2, if FILE1 does not exist.
10293
10294 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10295 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10296
10297 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10298 Add "PAGER=" to `process-environment'.
10299
10300 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10301
10302 * progmodes/sql.el: Bug fix
10303 (sql-get-login-ext): Save login values in globals.
10304 (sql-get-login): Use new version of `sql-get-login-ext'.
10305 (sql-interactive-mode): Set global `sql-connection' to nil.
10306 (sql-connect): Set global values for connection.
10307 (sql-product-interactive): Save global values as buffer local.
10308
10309 2012-02-29 Leo Liu <sdl.web@gmail.com>
10310
10311 * abbrev.el (define-abbrevs): Reset sys to nil.
10312
10313 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10314
10315 * files.el (file-equal-p): Rename from `files-equal-p'.
10316 Return nil when one or both files don't exist.
10317 (file-subdir-of-p): Now only top directory must exists,
10318 return nil if it doesn't.
10319 (copy-directory): No need to test with `file-subdir-of-p' after
10320 creating dir.
10321 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10322 to `file-equal-p'.
10323
10324 2012-02-28 Glenn Morris <rgm@gnu.org>
10325
10326 * shell.el (shell-mode):
10327 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10328 * play/landmark.el (landmark-font-lock-face-O):
10329 * play/handwrite.el (handwrite):
10330 * play/gomoku.el (gomoku-O):
10331 * net/browse-url.el (browse-url-browser-display):
10332 * international/mule.el (define-charset):
10333 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10334 * filesets.el (filesets-find-file-delay):
10335 * eshell/em-xtra.el (eshell-xtra):
10336 * eshell/em-unix.el (eshell-grep):
10337 * emulation/viper.el (viper-mode):
10338 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10339 * emacs-lisp/easymenu.el (easy-menu-define):
10340 * calendar/timeclock.el (timeclock-use-display-time):
10341 * bs.el (bs-mode):
10342 * bookmark.el (bookmark-save-flag):
10343 Doc fix (standardize possessive apostrophe usage).
10344
10345 2012-02-27 Chong Yidong <cyd@gnu.org>
10346
10347 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10348 Fix key-binding lookup for ESC key (Bug#9146).
10349
10350 * font-lock.el (font-lock-specified-p): Rename from
10351 font-lock-spec-present. Callers changed.
10352
10353 2012-02-27 Daniel Hackney <dan@haxney.org>
10354
10355 * emacs-lisp/package.el (package-compute-transaction):
10356 Handle holding a package version to t in package-load-list.
10357
10358 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10359
10360 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10361 (tramp-get-inode, tramp-get-device): Use cached values.
10362
10363 2012-02-26 Alan Mackenzie <acm@muc.de>
10364
10365 Check there is a font-lock specification before doing initial
10366 fontification.
10367
10368 * font-core.el (font-lock-mode): Move the conditional from
10369 :after-hook to font-lock-initial-fontify.
10370 (font-lock-default-function): Move the check for a specification
10371 to font-lock-spec-present.
10372
10373 * font-lock.el (font-lock-initial-fontify): Call ...
10374 (font-lock-spec-present): New function.
10375
10376 2012-02-26 Jim Blandy <jimb@red-bean.com>
10377
10378 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10379 (gdb-send): Apply it to the operand of the '-interpreter-exec
10380 console' command, so that we can pass arguments with (say) quotes
10381 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10382
10383 2012-02-26 Chong Yidong <cyd@gnu.org>
10384
10385 * help-fns.el (describe-function-1): Clarify description of
10386 remapping (Bug#10844).
10387
10388 * files.el (files-equal-p): Doc fix.
10389 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10390 and quit the loop once a mismatch is found.
10391
10392 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10393
10394 * bs.el (bs--show-with-configuration): Don't throw an error
10395 if the window cannot be split; otherwise, subsequent calls to
10396 bs-show fail, restoring a stale window config. (Bug#10882)
10397
10398 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10399
10400 * term/ns-win.el (global-map): Bind ns-drag-file to
10401 ns-find-file (Bug#5855, Bug#10050).
10402
10403 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10404
10405 * calendar/parse-time.el (parse-time-string): Allow extractor to
10406 return nil.
10407
10408 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10409
10410 * net/tramp.el (tramp-file-name-for-operation):
10411 Add `files-equal-p' and `file-subdir-of-p'.
10412
10413 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10414 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10415 Add COPY-CONTENTS argument.
10416
10417 2012-02-25 Chong Yidong <cyd@gnu.org>
10418
10419 Add custom groups for VC backends, for consistency with vc-bzr.
10420
10421 * vc/vc-arch.el (vc-arch):
10422 * vc/vc-cvs.el (vc-cvs):
10423 * vc/vc-git.el (vc-git):
10424 * vc/vc-hg.el (vc-hg):
10425 * vc/vc-mtn.el (vc-mtn):
10426 * vc/vc-rcs.el (vc-rcs):
10427 * vc/vc-sccs.el (vc-sccs):
10428 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10429 All relevant defcustoms reassigned.
10430
10431 2012-02-25 Chong Yidong <cyd@gnu.org>
10432
10433 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10434
10435 * term/x-win.el (x-initialize-window-system): Reduce default for
10436 x-selection-timeout to 5 seconds (Bug#8869).
10437
10438 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10439
10440 * files.el (files-equal-p, file-subdir-of-p): New functions.
10441 (copy-directory): Error when trying to copy a directory on itself.
10442 Add missing copy-contents arg to tramp handler.
10443 * dired-aux.el (dired-copy-file-recursive): Same.
10444 (dired-create-files): Modify destination when source is equal to
10445 dest when copying files.
10446 Return also when dest is a subdir of source. (Bug#10489)
10447
10448 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10449
10450 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10451 (Bug#10874)
10452
10453 2012-02-23 Alan Mackenzie <acm@muc.de>
10454
10455 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10456 parameter "after-hook:" to allow the expansion to run code after
10457 the execution of the mode hooks.
10458
10459 * font-lock.el (font-lock-initial-fontify): New function extracted
10460 from font-lock-mode-internal.
10461
10462 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10463 :after-hook.
10464
10465 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10466
10467 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10468 (completion--cache-all-sorted-completions): New function.
10469 (completion-all-sorted-completions): Use it.
10470 (completion--do-completion, minibuffer-force-complete):
10471 Use it to re-instate the flush hook.
10472
10473 * icomplete.el (icomplete-completions): Replace last fix with a better
10474 one (bug#10850).
10475
10476 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10477
10478 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10479 when it might call us back infinitely (bug#10797).
10480
10481 2012-02-23 Glenn Morris <rgm@gnu.org>
10482
10483 * minibuffer.el (completion-category-overrides): Doc fix.
10484
10485 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10488 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10489
10490 2012-02-23 Glenn Morris <rgm@gnu.org>
10491
10492 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10493 (authors-obsolete-files-regexps, authors-ignored-files)
10494 (authors-ambiguous-files, authors-renamed-files-alist):
10495 Add more entries.
10496
10497 2012-02-23 Juri Linkov <juri@jurta.org>
10498
10499 * isearch.el (isearch-occur): Sync interactive spec with occur's
10500 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10501
10502 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10503
10504 2012-02-22 Juri Linkov <juri@jurta.org>
10505
10506 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10507 (ucs-insert): Doc fix. Check for hex digits in the string.
10508 Don't display `nil' in the error message. (Bug#10857)
10509
10510 2012-02-22 Alan Mackenzie <acm@muc.de>
10511
10512 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10513
10514 2012-02-22 Glenn Morris <rgm@gnu.org>
10515
10516 * ffap.el (ffap-c-path):
10517 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10518
10519 2012-02-22 Chong Yidong <cyd@gnu.org>
10520
10521 * custom.el (load-theme): Doc fix.
10522
10523 2012-02-22 Glenn Morris <rgm@gnu.org>
10524
10525 * dired-x.el (dired-guess-shell-alist-default):
10526 Remove escape sequences from nroff output. (Bug#172)
10527
10528 2012-02-21 Glenn Morris <rgm@gnu.org>
10529
10530 * vc/emerge.el (emerge-defvar-local):
10531 Set `permanent-local' property rather than unused `preserved'.
10532
10533 * textmodes/picture.el (picture-delete-char): New alias.
10534 (picture-mode-map): Use it. (Bug#10860)
10535 (picture-mode): Doc fix.
10536
10537 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10538
10539 * newcomment.el (uncomment-region-default): Remove unused binding.
10540
10541 2012-02-21 Glenn Morris <rgm@gnu.org>
10542
10543 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10544 (picture-self-insert, picture-tab-chars): Doc fix.
10545 (picture-mode-map): Fix C-a, C-e.
10546
10547 2012-02-20 Glenn Morris <rgm@gnu.org>
10548
10549 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10550
10551 2012-02-20 Leo Liu <sdl.web@gmail.com>
10552
10553 * icomplete.el (icomplete-completions): Check FROM arg before
10554 passing to substring (Bug#10850).
10555
10556 2012-02-19 Chong Yidong <cyd@gnu.org>
10557
10558 * comint.el: Require ansi-color.
10559 (comint-output-filter-functions): Add ansi-color-process-output.
10560
10561 * ansi-color.el: Don't set comint-output-filter-functions; it is
10562 now in the initial value defined in comint.el.
10563 (ansi-color-apply-face-function): New variable.
10564 (ansi-color-apply-on-region): Use it.
10565 (ansi-color-apply-overlay-face): New function.
10566
10567 * shell.el (shell): No need to require ansi-color.
10568 (shell-mode): Use ansi-color-apply-face-function to highlight
10569 color escapes using font-lock-face property (Bug#10835).
10570
10571 2012-02-19 Chong Yidong <cyd@gnu.org>
10572
10573 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10574 mode-line formats (Bug#10839).
10575
10576 2012-02-18 Glenn Morris <rgm@gnu.org>
10577
10578 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10579
10580 * mail/undigest.el (unforward-rmail-message): Doc fix.
10581
10582 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10583
10584 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10585
10586 * international/characters.el (script-list): Sync with the latest
10587 Unicode Character Database.
10588
10589 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10590
10591 * international/titdic-cnv.el: Remove duplicate coding tag.
10592 * language/cham.el: Likewise.
10593 * language/tai-viet.el: Likewise.
10594
10595 2012-02-18 Glenn Morris <rgm@gnu.org>
10596
10597 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10598 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10599 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10600 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10601 * calendar/holidays.el (holiday-bahai-holidays)
10602 (calendar-holidays, list-holidays):
10603 Use utf-8 Bahá'í in doc-strings, menus, etc.
10604
10605 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10606
10607 * saveplace.el (save-place-ignore-files-regexp): New variable
10608 allowing for excluding files from saving their location of point.
10609 The default value matches the temporary commit message editing
10610 files from Git, SVN, Bazaar, and Mercurial.
10611 (save-place-to-alist): Use it.
10612
10613 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10614 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * newcomment.el (uncomment-region-default): Don't leave extra space
10617 when an arg is provided (bug#8150).
10618
10619 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10620
10621 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10622
10623 2012-02-17 Glenn Morris <rgm@gnu.org>
10624
10625 * net/socks.el: Require network-stream. (Bug#10599)
10626
10627 2012-02-17 Kenichi Handa <handa@m17n.org>
10628
10629 * international/charprop.el:
10630 * international/uni-name.el:
10631 * international/uni-old-name.el:
10632 * international/uni-comment.el: Regenerate.
10633
10634 2012-02-16 Glenn Morris <rgm@gnu.org>
10635
10636 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10637 Interactively in calendar buffer, give an error if not on a date.
10638
10639 2012-02-15 Glenn Morris <rgm@gnu.org>
10640
10641 * shell.el (shell-delimiter-argument-list):
10642 Revert 2011-02-17 change. (Bug#8027)
10643
10644 2012-02-15 Chong Yidong <cyd@gnu.org>
10645
10646 * minibuffer.el (completion-at-point-functions): Doc fix.
10647
10648 * custom.el (defcustom): Doc fix; note use of defvar.
10649
10650 2012-02-15 Glenn Morris <rgm@gnu.org>
10651
10652 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10653 Doc fixes.
10654
10655 2012-02-14 Glenn Morris <rgm@gnu.org>
10656
10657 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10658
10659 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10660
10661 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10662 way the ports list is computed.
10663 (smtpmail-query-smtp-server): Prompt the user for a port number if
10664 we can't connect to any of the standard ports (bug#10810).
10665
10666 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10667
10668 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10669
10670 2012-02-13 Glenn Morris <rgm@gnu.org>
10671
10672 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10673
10674 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10675
10676 * net/gnutls.el (gnutls-trustfiles): New variable.
10677 (gnutls-negotiate): Use it.
10678
10679 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10680
10681 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10682 does its stuff if Gnus is running.
10683
10684 2012-02-13 Alan Mackenzie <acm@muc.de>
10685
10686 Fix a loop in c-set-fl-decl-start.
10687
10688 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10689 c-backward-syntactic-ws actually moves backwards.
10690
10691 2012-02-13 Leo Liu <sdl.web@gmail.com>
10692
10693 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10694 beginning so that all \C-o chars are removed.
10695
10696 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10697
10698 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10699
10700 2012-02-12 Alan Mackenzie <acm@muc.de>
10701
10702 Fix infinite loop with long macros.
10703 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10704
10705 2012-02-12 Chong Yidong <cyd@gnu.org>
10706
10707 * window.el (display-buffer): Doc fix (Bug#10785).
10708
10709 2012-02-12 Glenn Morris <rgm@gnu.org>
10710
10711 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10712 (x-disown-selection-internal, x-get-selection-internal):
10713 Sync docs with the xselect.c versions.
10714
10715 * allout-widgets.el: Add missing license notice.
10716
10717 2012-02-11 Glenn Morris <rgm@gnu.org>
10718
10719 * select.el (x-get-selection-internal, x-own-selection-internal)
10720 (x-disown-selection-internal):
10721 * x-dnd.el (x-get-selection-internal): Update declarations.
10722
10723 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10724
10725 * window.el (window-sides-slots):
10726 * tool-bar.el (tool-bar-position):
10727 * term/xterm.el (xterm-extra-capabilities):
10728 * ses.el (ses-self-reference-early-detection):
10729 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10730 (verilog-auto-wire-type)
10731 (verilog-auto-delete-trailing-whitespace)
10732 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10733 (verilog-auto-tieoff-declaration):
10734 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10735 (sql-oracle-statement-starters, sql-oracle-scan-on):
10736 * progmodes/prolog.el (prolog-align-comments-flag)
10737 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10738 (prolog-left-indent-regexp, prolog-paren-indent-p)
10739 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10740 (prolog-types, prolog-mode-specificators)
10741 (prolog-determinism-specificators, prolog-directives)
10742 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10743 (prolog-electric-dot-flag)
10744 (prolog-electric-dot-full-predicate-template)
10745 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10746 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10747 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10748 (prolog-program-switches, prolog-prompt-regexp)
10749 (prolog-debug-on-string, prolog-debug-off-string)
10750 (prolog-trace-on-string, prolog-trace-off-string)
10751 (prolog-zip-on-string, prolog-zip-off-string)
10752 (prolog-use-standard-consult-compile-method-flag)
10753 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10754 (prolog-imenu-max-lines, prolog-info-predicate-index)
10755 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10756 (prolog-char-quote-workaround):
10757 * progmodes/cc-vars.el (c-defun-tactic):
10758 * net/tramp.el (tramp-encoding-command-interactive)
10759 (tramp-local-end-of-line):
10760 * net/soap-client.el (soap-client):
10761 * net/netrc.el (netrc-file):
10762 * net/gnutls.el (gnutls):
10763 * minibuffer.el (completion-category-overrides)
10764 (completion-cycle-threshold)
10765 (completion-pcm-complete-word-inserts-delimiters):
10766 * man.el (Man-name-local-regexp):
10767 * mail/feedmail.el (feedmail-display-full-frame):
10768 * international/characters.el (glyphless-char-display-control):
10769 * eshell/em-ls.el (eshell-ls-date-format):
10770 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10771 (lisp-lambda-list-keyword-parameter-indentation)
10772 (lisp-lambda-list-keyword-parameter-alignment):
10773 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10774 * dired-x.el (dired-omit-verbose):
10775 * cus-theme.el (custom-theme-allow-multiple-selections):
10776 * calc/calc.el (calc-highlight-selections-with-faces)
10777 (calc-lu-field-reference, calc-lu-power-reference)
10778 (calc-note-threshold):
10779 * battery.el (battery-mode-line-limit):
10780 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10781 (archive-7z-update):
10782 * allout.el (allout-prefixed-keybindings)
10783 (allout-unprefixed-keybindings)
10784 (allout-inhibit-auto-fill-on-headline)
10785 (allout-flattened-numbering-abbreviation):
10786 * allout-widgets.el (allout-widgets-auto-activation)
10787 (allout-widgets-icons-dark-subdir)
10788 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10789 (allout-widgets-theme-dark-background)
10790 (allout-widgets-theme-light-background)
10791 (allout-widgets-item-image-properties-emacs)
10792 (allout-widgets-item-image-properties-xemacs)
10793 (allout-widgets-run-unit-tests-on-load)
10794 (allout-widgets-time-decoration-activity)
10795 (allout-widgets-hook-error-post-time)
10796 (allout-widgets-track-decoration):
10797 Add missing :version tags to new defcustoms and defgroups.
10798
10799 * progmodes/sql.el (sql-ansi-statement-starters)
10800 (sql-oracle-statement-starters): Add custom type.
10801
10802 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10803 (prolog-system-version): Give it a type.
10804
10805 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10806
10807 * term/pc-win.el (x-select-text, x-selection-owner-p)
10808 (x-own-selection-internal, x-disown-selection-internal)
10809 (x-get-selection-internal): Sync doc strings and argument lists
10810 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10811
10812 2012-02-11 Leo Liu <sdl.web@gmail.com>
10813
10814 * progmodes/python.el (python-end-of-statement): Fix infinite
10815 loop. (Bug#10788)
10816
10817 2012-02-10 Glenn Morris <rgm@gnu.org>
10818
10819 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10820 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10821
10822 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10823
10824 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10825 about SMTP before checking the From header.
10826
10827 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10828 into own function for reuse by emacsbug.el.
10829
10830 2012-02-10 Leo Liu <sdl.web@gmail.com>
10831
10832 * subr.el (condition-case-unless-debug): Rename from
10833 condition-case-no-debug. All callers changed.
10834 (with-demoted-errors): Fix caller.
10835
10836 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10837 * nxml/rng-valid.el (rng-do-some-validation):
10838 * emacs-lisp/package.el (package-refresh-contents)
10839 (package-menu-execute):
10840 * desktop.el (desktop-create-buffer):
10841 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10842
10843 2012-02-10 Glenn Morris <rgm@gnu.org>
10844
10845 * textmodes/bibtex.el:
10846 Add missing :version tags for new/changed defcustoms.
10847
10848 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10849
10850 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10851
10852 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10853 (smtpmail-via-smtp): Use it, or fall back on the From address.
10854 (smtpmail-send-it): Ditto.
10855
10856 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10857
10858 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10859 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10860 (byte-compile-tmp-var): New const.
10861 (byte-compile-defvar): Use it to minimize .elc size.
10862 Just use `defvar' rather than simulate it (bug#10761).
10863
10864 2012-02-09 Glenn Morris <rgm@gnu.org>
10865
10866 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10867
10868 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10869 Add :version tags.
10870
10871 * progmodes/compile.el (compilation-error-screen-columns)
10872 (compilation-first-column, compilation-filter-start): Doc fixes.
10873
10874 * vc/log-view.el (log-view-toggle-entry-display):
10875 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10876
10877 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10878 (report-emacs-bug-can-use-xdg-email):
10879 (report-emacs-bug-insert-to-mailer): Doc fixes.
10880 (report-emacs-bug): Message fix.
10881
10882 * net/browse-url.el (browse-url-can-use-xdg-open)
10883 (browse-url-xdg-open): Doc fixes.
10884
10885 * electric.el (electric-indent-mode, electric-pair-mode)
10886 (electric-layout-rules, electric-layout-mode): Doc fixes.
10887 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10888
10889 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10890
10891 * server.el (server-unselect-display): Don't inadvertently kill
10892 the current buffer. (Bug#10729)
10893
10894 2012-02-08 Glenn Morris <rgm@gnu.org>
10895
10896 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10897 (sql-list-table): Doc fixes.
10898
10899 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10900 Comment out (does nothing).
10901
10902 * completion.el (dynamic-completion-mode):
10903 * dirtrack.el (dirtrack-debug-mode):
10904 * electric.el (electric-layout-mode):
10905 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10906 * face-remap.el (text-scale-mode, buffer-face-mode):
10907 * iimage.el (iimage-mode):
10908 * image-mode.el (image-transform-mode):
10909 * minibuffer.el (completion-in-region-mode):
10910 * scroll-lock.el (scroll-lock-mode):
10911 * simple.el (next-error-follow-minor-mode):
10912 * tar-mode.el (tar-subfile-mode):
10913 * tooltip.el (tooltip-mode):
10914 * vcursor.el (vcursor-use-vcursor-map):
10915 * wid-browse.el (widget-minor-mode):
10916 * emulation/tpu-edt.el (tpu-edt-mode):
10917 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10918 * international/iso-ascii.el (iso-ascii-mode):
10919 * language/thai-util.el (thai-word-mode):
10920 * mail/supercite.el (sc-minor-mode):
10921 * net/goto-addr.el (goto-address-mode):
10922 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10923 * progmodes/cwarn.el (cwarn-mode):
10924 * progmodes/flymake.el (flymake-mode):
10925 * progmodes/glasses.el (glasses-mode):
10926 * progmodes/hideshow.el (hs-minor-mode):
10927 * progmodes/pascal.el (pascal-outline-mode):
10928 * textmodes/enriched.el (enriched-mode):
10929 * vc/smerge-mode.el (smerge-mode):
10930 Doc fixes (minor mode argument).
10931
10932 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10933
10934 * ls-lisp.el (ls-lisp-sanitize): New function.
10935 (ls-lisp-insert-directory): Use it to fix or remove any elements
10936 in file-alist with missing attributes. (Bug#4673)
10937
10938 2012-02-07 Alan Mackenzie <acm@muc.de>
10939
10940 Fix spurious recognition of c-in-knr-argdecl.
10941
10942 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10943 putative K&R region.
10944
10945 2012-02-07 Alan Mackenzie <acm@muc.de>
10946
10947 * progmodes/cc-engine.el (c-forward-objc-directive):
10948 Prevent looping in "#pragma mark @implementation".
10949
10950 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10951
10952 * notifications.el (notifications-on-closed-signal): Make `reason'
10953 optional. (Bug#10744)
10954
10955 2012-02-07 Glenn Morris <rgm@gnu.org>
10956
10957 * emacs-lisp/easy-mmode.el (define-minor-mode):
10958 Doc fixes for the macro and the mode it defines.
10959
10960 * image.el (imagemagick-types-inhibit): Doc fix.
10961
10962 * cus-start.el (imagemagick-render-type): Add it.
10963
10964 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10965
10966 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10967 Set the default at load time, too, so that `font-lock-fontify-buffer'
10968 can be called without setting up the entire mode first. This fixes
10969 a bug in `mm-inline-text' with C MIME parts.
10970
10971 2012-02-06 Chong Yidong <cyd@gnu.org>
10972
10973 * simple.el (list-processes--refresh): Delete exited processes
10974 (Bug#8094).
10975
10976 * comint.el (comint-next-prompt): next-single-char-property-change
10977 and prev-single-char-property-change never return nil (Bug#8657).
10978
10979 * custom.el (defcustom): Doc fix (Bug#9711).
10980
10981 2012-02-05 Chong Yidong <cyd@gnu.org>
10982
10983 * cus-edit.el (custom-variable-reset-backup): Quote the value
10984 before storing it in the customized-value property (Bug#6712).
10985 (custom-display): Add a customization type tag.
10986 (custom-buffer-create-internal): Improve tooltip message.
10987
10988 * wid-edit.el (widget-field-value-get): New optional arg to
10989 suppress trailing whitespace truncation.
10990 (character): Use it (Bug#2689).
10991
10992 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10993
10994 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10995 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10996
10997 2012-02-05 Chong Yidong <cyd@gnu.org>
10998
10999 * cus-edit.el (custom-variable-value-create): For mismatched
11000 types, show the current value (Bug#7600).
11001
11002 * custom.el (defcustom): Doc fix.
11003
11004 2012-02-05 Glenn Morris <rgm@gnu.org>
11005
11006 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11007
11008 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11009
11010 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11011 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11012 (pp-last-sexp): Use `looking-at-p'.
11013
11014 2012-02-04 Glenn Morris <rgm@gnu.org>
11015
11016 * files.el (revert-buffer):
11017 Doc fix (mention revert-buffer-in-progress-p).
11018
11019 * emacs-lisp/ert-x.el (ert-simulate-command):
11020 Check deferred-action-list (which is obsolete) is bound.
11021
11022 * subr.el (with-wrapper-hook): Doc fixes.
11023
11024 * simple.el (filter-buffer-substring-functions)
11025 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11026
11027 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11028
11029 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11030 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11031
11032 2012-02-04 Leo Liu <sdl.web@gmail.com>
11033
11034 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11035
11036 2012-02-04 Glenn Morris <rgm@gnu.org>
11037
11038 * image.el (image-extension-data): Add obsolete alias.
11039
11040 * isearch.el (isearch-update): Doc fix.
11041
11042 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11043
11044 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11045
11046 2012-02-03 Glenn Morris <rgm@gnu.org>
11047
11048 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11049 (image-animate-timeout): Doc fix.
11050
11051 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11052
11053 2012-02-02 Glenn Morris <rgm@gnu.org>
11054
11055 * server.el (server-auth-dir): Doc fix.
11056 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11057
11058 * subr.el (run-mode-hooks): Doc fix.
11059
11060 2012-02-02 Juri Linkov <juri@jurta.org>
11061
11062 * image-mode.el (image-toggle-display-image): Remove tautological
11063 `major-mode' from the `derived-mode-p' test.
11064
11065 2012-02-02 Kenichi Handa <handa@m17n.org>
11066
11067 * composite.el (compose-region): Cancel previous change.
11068
11069 2012-02-02 Kenichi Handa <handa@m17n.org>
11070
11071 * composite.el (compose-region, compose-string): Signal error for
11072 a null string component (Bug#6988).
11073
11074 2012-02-01 Chong Yidong <cyd@gnu.org>
11075
11076 * view.el (view-buffer-other-window, view-buffer-other-frame):
11077 Handle special modes like view-buffer (Bug#10650).
11078 (view-buffer): Simplify.
11079
11080 * frame.el (set-frame-font): Tweak meaning of third argument.
11081
11082 * dynamic-setting.el (font-setting-change-default-font):
11083 Use set-frame-font (Bug#9982).
11084
11085 2012-02-01 Glenn Morris <rgm@gnu.org>
11086
11087 * progmodes/compile.el (compilation-internal-error-properties):
11088 Respect compilation-first-column in the "*compilation*" buffer.
11089
11090 * emacs-lisp/easy-mmode.el (define-minor-mode):
11091 Relax :variable's test for a named function.
11092
11093 2012-01-31 Alan Mackenzie <acm@muc.de>
11094
11095 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11096 off by one error.
11097
11098 2012-01-31 Chong Yidong <cyd@gnu.org>
11099
11100 * frame.el (set-frame-font): New arg ALL-FRAMES.
11101
11102 * menu-bar.el (menu-set-font): Use set-frame-font.
11103
11104 * faces.el (face-spec-reset-face): Don't apply unspecified
11105 attribute values to the default face.
11106
11107 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11108
11109 * progmodes/cwarn.el (cwarn): Remove dead link.
11110 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11111 Remove * from defcustom docstrings.
11112 (turn-on-cwarn-mode): Make obsolete.
11113 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11114 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11115
11116 2012-01-31 Glenn Morris <rgm@gnu.org>
11117
11118 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11119 Fix :variable handling of mode a symbol not equal to modefun.
11120 Allow named functions to be used as the cdr of :variable.
11121
11122 2012-01-30 Glenn Morris <rgm@gnu.org>
11123
11124 * emacs-lisp/authors.el (authors-fixed-entries):
11125 Remove reference to deleted file rnewspost.el.
11126
11127 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11128
11129 * window.el (window-with-parameter): Remove unused variable `windows'.
11130 (window--side-check): Remove unused variable `code'.
11131 (window--resize-siblings): Remove unused variable `first'.
11132 (adjust-window-trailing-edge): Remove unused variable `failed'.
11133 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11134 Use `let', not `let*'.
11135 (balance-windows-2): Remove unused variable `found'.
11136 (window--state-put-2): Remove unused variable `splits'.
11137 (window-state-put): Remove unused variable `selected'.
11138 (same-window-p): Use `string-match-p'.
11139 (display-buffer-assq-regexp): Remove unused variable `value'.
11140 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11141 Mark argument ALIST as ignored.
11142 (pop-to-buffer): Remove unused variable `old-window'.
11143
11144 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11145
11146 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11147 and .lzma compressed files.
11148
11149 2012-01-29 Chong Yidong <cyd@gnu.org>
11150
11151 * frame.el (window-system-default-frame-alist): Doc fix.
11152
11153 * dynamic-setting.el (font-setting-change-default-font): Don't
11154 change the default face if SET-FONT argument is non-nil (Bug#9982).
11155
11156 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11157
11158 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11159
11160 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11161
11162 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11163 breakpoints in files outside current directory (Bug#6098).
11164
11165 2012-01-29 Chong Yidong <cyd@gnu.org>
11166
11167 * progmodes/python.el: Require ansi-color at top-level.
11168
11169 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11170 Define and use in Emacs Lisp mode (Bug#9360).
11171 (lisp-mode-abbrev-table): Add doc.
11172 (lisp-mode-variables): Don't set local-abbrev-table.
11173 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11174
11175 2012-01-28 Roland Winkler <winkler@gnu.org>
11176
11177 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11178
11179 2012-01-28 Roland Winkler <winkler@gnu.org>
11180
11181 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11182 (bibtex-set-dialect): Use it. Either set global values of
11183 dialect-dependent variables or bind these variables buffer-locally
11184 (Bug#10254).
11185 (bibtex-mode): Call bibtex-set-dialect via
11186 hack-local-variables-hook.
11187 (bibtex-dialect): Update docstring.
11188 Add safe-local-variable predicate.
11189 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11190 bibtex-set-dialect.
11191 (bibtex-mode-map): Define menu for each dialect.
11192 (bibtex-entry): Fix docstring.
11193
11194 2012-01-28 Chong Yidong <cyd@gnu.org>
11195
11196 * eshell/esh-arg.el (eshell-quote-argument): New function.
11197
11198 * eshell/esh-ext.el (eshell-invoke-batch-file):
11199 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11200 first arg to eshell-parse-command (Bug#10523).
11201
11202 2012-01-28 Drew Adams <drew.adams@oracle.com>
11203
11204 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11205 `default-directory' is non-nil.
11206
11207 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11208
11209 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11210 line that displays system-configuration-options. (Bug#9924)
11211
11212 2012-01-28 Drew Adams <drew.adams@oracle.com>
11213
11214 * descr-text.el (describe-char): Show information about POS, in
11215 addition to information about the character at POS. Improve and
11216 update the doc string. Change "code point" to "code point in
11217 charset", to avoid confusion with the character's Unicode code
11218 point shown above that. (Bug#10129)
11219
11220 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11221
11222 * descr-text.el (describe-char): Show the raw character, not only
11223 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11224 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11225 for the reasons.
11226
11227 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11228
11229 * emacs-lisp/package.el (package-install):
11230 Run package-refresh-contents if there is no archive yet (Bug#9798).
11231
11232 2012-01-28 Chong Yidong <cyd@gnu.org>
11233
11234 * emacs-lisp/package.el (package-maybe-load-descriptor):
11235 New function, split from package-maybe-load-descriptor.
11236 (package-maybe-load-descriptor): Use it.
11237 (package-download-transaction): Fully load required packages
11238 inside the loop, so that `require' calls work (Bug#10593).
11239 (package-install): No need to call package-initialize now.
11240
11241 2012-01-28 Chong Yidong <cyd@gnu.org>
11242
11243 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11244
11245 * tooltip.el (tooltip-mode): Doc fix.
11246 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11247
11248 * frame.el (set-cursor-color): Doc fix (Bug#352).
11249
11250 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11251 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11252
11253 * cus-edit.el (custom-buffer-create-internal): Fix search button
11254 action (Bug#10542).
11255 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11256
11257 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11258
11259 * dired.el (dired-mark-files-regexp):
11260 Include any subdirectory components. (Bug#10445)
11261
11262 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11263
11264 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11265 Handle [host]:port syntax. (Bug#10533)
11266
11267 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11268
11269 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11270
11271 2012-01-26 Glenn Morris <rgm@gnu.org>
11272
11273 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11274 * term.el (term-raw-escape-map): Use Control-X-prefix.
11275 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11276
11277 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11278
11279 * window.el (window-state-get, window--state-get-1): Don't deal
11280 with fixed-sizeness of windows. Simplify code.
11281
11282 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11283
11284 * window.el (window--state-get-1, window--state-put-2):
11285 Don't save and restore the mark.
11286
11287 2012-01-25 Chong Yidong <cyd@gnu.org>
11288
11289 * custom.el (custom-variable-p): Doc fix.
11290
11291 2012-01-25 Glenn Morris <rgm@gnu.org>
11292
11293 * dired.el (dired-goto-file): Handle some of the more common
11294 characters that `ls -b' escapes. (Bug#10596)
11295
11296 * progmodes/compile.el (compilation-next-error-function):
11297 Respect compilation-first-column in the "*compilation*" buffer.
11298 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11299
11300 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11301
11302 2012-01-24 Glenn Morris <rgm@gnu.org>
11303
11304 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11305
11306 2012-01-24 Julien Danjou <julien@danjou.info>
11307
11308 * color.el (color-rgb-to-hsl): Fix value computing.
11309 (color-hue-to-rgb): New function.
11310 (color-hsl-to-rgb): New function.
11311 (color-clamp, color-saturate-hsl, color-saturate-name)
11312 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11313 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11314
11315 2012-01-24 Glenn Morris <rgm@gnu.org>
11316
11317 * vc/vc-rcs.el (vc-rcs-create-tag):
11318 * vc/vc-sccs.el (vc-sccs-create-tag):
11319 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11320
11321 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11322
11323 * eshell/esh-util.el (eshell-read-hosts-file):
11324 Skip comment lines. (Bug#10549)
11325
11326 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11327
11328 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11329
11330 * subr.el (display-delayed-warnings): Doc fix.
11331 (collapse-delayed-warnings): New function to collapse identical
11332 adjacent warnings.
11333 (delayed-warnings-hook): Add it.
11334
11335 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11336
11337 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11338
11339 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11340 (tramp-default-user-alist): Don't add "pscp".
11341 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11342 property "login-as", if set. (Bug#10530)
11343
11344 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11345
11346 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11347 "plink1" and "psftp". (Bug#10530)
11348
11349 2012-01-21 Kenichi Handa <handa@m17n.org>
11350
11351 * international/mule-cmds.el (prefer-coding-system): Show a
11352 warning message if the default value of file-name-coding-system
11353 was not changed.
11354
11355 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11356
11357 * windmove.el (windmove-reference-loc):
11358 Fix windmove-reference-loc miscalculation.
11359
11360 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11361
11362 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11363 default unit.
11364
11365 2012-01-21 Glenn Morris <rgm@gnu.org>
11366
11367 * international/mule.el (auto-coding-alist): Add .tbz.
11368
11369 * files.el (local-enable-local-variables): Doc fix.
11370 (inhibit-local-variables-regexps): Rename from
11371 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11372 Doc fix. Add some extensions from auto-coding-alist.
11373 (inhibit-local-variables-suffixes):
11374 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11375 (inhibit-local-variables-p):
11376 New function, extracted from set-auto-mode-1.
11377 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11378 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11379 (hack-local-variables): Doc fix. Make the mode-only case
11380 respect enable-local-variables and friends.
11381 Respect inhibit-local-variables-regexps for file-locals, but
11382 not for directory-locals.
11383 (set-visited-file-name):
11384 Take account of inhibit-local-variables-regexps.
11385 Whether it applies may change as the file name is changed.
11386 * jka-cmpr-hook.el (jka-compr-install):
11387 * jka-compr.el (jka-compr-uninstall):
11388 Update for inhibit-first-line-modes-suffixes name change.
11389
11390 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11391
11392 * help-macro.el (make-help-screen): Temporarily restore original
11393 binding for minor-mode-map-alist (Bug#10454).
11394
11395 2012-01-19 Julien Danjou <julien@danjou.info>
11396
11397 * color.el (color-name-to-rgb): Use the white color to find the max
11398 color component value and return correctly computed values.
11399 (color-name-to-rgb): Add missing float conversion for max value.
11400
11401 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11402
11403 * window.el (window--state-get-1, window-state-get): Do not use
11404 special state value for window-persistent-parameters.
11405 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11406 (window--state-put-2): Reset all window parameters to nil before
11407 assigning values of persistent parameters.
11408
11409 2012-01-18 Alan Mackenzie <acm@muc.de>
11410
11411 Eliminate sluggishness and hangs in fontification of "semicolon
11412 deserts".
11413
11414 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11415 Change value 10000 -> 3000.
11416 (c-state-safe-place): Reformulate so it doesn't stack up an
11417 infinite number of wrong entries in c-state-nonlit-pos-cache.
11418 (c-determine-limit-get-base, c-determine-limit): New functions to
11419 determine backward search limits disregarding literals.
11420 (c-find-decl-spots): Amend commenting.
11421 (c-cheap-inside-bracelist-p): New function which detects "={".
11422
11423 * progmodes/cc-fonts.el
11424 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11425 backward search.
11426 (c-font-lock-declarations): Fix an occurrence of point being
11427 undefined. Check additionally for point being in a bracelist or
11428 near a macro invocation without a semicolon so as to avoid a
11429 fruitless time consuming search for a declarator. Give a more
11430 precise search limit for declarators using the new
11431 c-determine-limit.
11432
11433 2012-01-18 Glenn Morris <rgm@gnu.org>
11434
11435 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11436 (set-auto-mode): Doc fixes.
11437
11438 2012-01-17 Glenn Morris <rgm@gnu.org>
11439
11440 * isearch.el (search-nonincremental-instead): Fix doc typo.
11441
11442 * dired.el (dired-insert-directory): Handle newlines in directory name.
11443 (dired-build-subdir-alist): Unescape newlines in directory name.
11444
11445 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11446
11447 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11448 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11449 (tramp-action-terminal): Use it. (Bug#10530)
11450
11451 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11454
11455 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11456
11457 * window.el (window-state-ignored-parameters): Remove variable.
11458 (window--state-get-1): Rename argument MARKERS to IGNORE.
11459 Handle persistent window parameters. Make copy of clone-of
11460 parameter only if requested. (Bug#10348)
11461 (window--state-put-2): Install a window parameter only if it has
11462 a non-nil value or an existing parameter shall be overwritten.
11463
11464 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11465
11466 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11467
11468 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11469
11470 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11471 don't pass the (nil) value of `upnode' to string-match.
11472
11473 2012-01-14 Chong Yidong <cyd@gnu.org>
11474
11475 * startup.el (command-line): Fix X resource class for cursorColor.
11476 Fix values recognized by the cursorBlink resource.
11477
11478 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11479
11480 * epg.el (epg--make-temp-file): Avoid permission race condition
11481 when running on old Emacs versions (bug#10403).
11482
11483 2012-01-14 Glenn Morris <rgm@gnu.org>
11484
11485 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11486
11487 2012-01-13 Alan Mackenzie <acm@muc.de>
11488
11489 Fix filling for when filladapt mode is enabled.
11490
11491 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11492 c-mask-paragraph, pass in `fill-paragraph' rather than
11493 `fill-region-as-paragraph'. (This is a reversion of a previous
11494 change.)
11495 * progmodes/cc-mode.el (c-basic-common-init):
11496 Make fill-paragraph-handle-comment buffer local and set it to nil.
11497
11498 2012-01-13 Glenn Morris <rgm@gnu.org>
11499
11500 * dired.el (dired-switches-escape-p): New function.
11501 (dired-insert-directory): Use dired-switches-escape-p.
11502 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11503
11504 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11505
11506 2012-01-12 Glenn Morris <rgm@gnu.org>
11507
11508 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11509 changes in adaptive-fill-regexp. (Bug#10276)
11510
11511 2012-01-11 Alan Mackenzie <acm@muc.de>
11512
11513 Fix Emacs bug #10463 - put `widen's around the critical spots.
11514
11515 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11516 widen around each invocation of c-state-pp-to-literal. Remove an
11517 unused let variable.
11518
11519 2012-01-11 Glenn Morris <rgm@gnu.org>
11520
11521 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11522 Doc fix.
11523
11524 2012-01-10 Chong Yidong <cyd@gnu.org>
11525
11526 * net/network-stream.el (network-stream-open-starttls):
11527 Avoid emitting a confusing error message when the server gives a bad
11528 response to the capability command.
11529
11530 2012-01-10 Glenn Morris <rgm@gnu.org>
11531
11532 * mail/unrmail.el (unrmail): Tweak previous change.
11533
11534 2012-01-09 Chong Yidong <cyd@gnu.org>
11535
11536 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11537
11538 2012-01-08 Alan Mackenzie <acm@muc.de>
11539
11540 Optimise font locking in long enum definitions.
11541
11542 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11543 arm to a cond form to handle enums.
11544 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11545 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11546
11547 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11548
11549 * files.el (move-file-to-trash): Preserve default file modes on error.
11550 (Bug#10401)
11551
11552 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11553
11554 * faces.el (set-face-attribute): Clarify the meaning of the nil
11555 frame (bug#10294).
11556
11557 * subr.el (with-selected-frame): Mention that the selected frame
11558 is restored (bug#9980).
11559
11560 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11561 (bug#9759).
11562
11563 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11564 (password-read): Don't autoload unused function.
11565
11566 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11567
11568 * progmodes/which-func.el (which-func-mode): Turn into a
11569 non-interactive function and mark as obsolete (bug#10428).
11570
11571 2012-01-06 Chong Yidong <cyd@gnu.org>
11572
11573 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11574 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11575 functions, along with 1 and -1.
11576
11577 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11578
11579 * time.el (display-time-load-average)
11580 (display-time-default-load-average): Doc fixes. See the thread
11581 starting at
11582 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11583 for the details.
11584
11585 2012-01-06 Glenn Morris <rgm@gnu.org>
11586
11587 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11588 has no messages. (Bug#10377)
11589
11590 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11591 than Info-edit. (Bug#10385)
11592
11593 * time.el (display-time-load-average, display-time-next-load-average):
11594 Doc fixes.
11595
11596 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11597 local setting of buffer-read-only to the input buffer. (Bug#10419)
11598
11599 * calendar/calendar.el (calendar-mode):
11600 Locally set scroll-margin to 0. (Bug#10379)
11601
11602 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11603
11604 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11605
11606 2012-01-05 Glenn Morris <rgm@gnu.org>
11607
11608 * eshell/em-unix.el (diff-no-select): Autoload it.
11609 (eshell/diff): Use diff-no-select. (Bug#10420)
11610
11611 2012-01-05 Chong Yidong <cyd@gnu.org>
11612
11613 * shell.el (shell-dynamic-complete-functions): Revert last change.
11614 (shell-command-completion-function): New function.
11615 (shell-completion-vars): Use it to implement
11616 shell-completion-execonly (Bug#10417).
11617
11618 * custom.el (enable-theme): Don't set custom-safe-themes.
11619
11620 * cus-theme.el (custom-theme-merge-theme):
11621 Ignore custom-enabled-themes and custom-safe-themes.
11622
11623 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11624
11625 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11626 first prompt in `sql-interacive-mode'.
11627 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11628 keywords.
11629 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11630 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11631 context of original buffer. Invoke `sql-login-hook'.
11632
11633 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11634
11635 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11636 letters in cite-prefix.
11637
11638 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11639
11640 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11641
11642 2012-01-03 Chong Yidong <cyd@gnu.org>
11643
11644 * shell.el (shell-dynamic-complete-functions):
11645 Put pcomplete-completions-at-point, so as to try
11646 comint-filename-completion first (Bug#10417).
11647
11648 2012-01-02 Richard Stallman <rms@gnu.org>
11649
11650 * battery.el (battery-status-function):
11651 Detect when to use battery-yeeloong-sysfs.
11652 (battery-echo-area-format): Add string for Yeeloong.
11653 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11654 (battery-yeeloong-sysfs): New function.
11655
11656 2012-01-02 Chong Yidong <cyd@gnu.org>
11657
11658 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11659 (dirtrack): Merge code for handling relative filenames in prompt
11660 from shell-dir-cookie-watcher.
11661 (dirtrack-debug-message): New arg to avoid excess format calls.
11662
11663 * shell.el (shell-dir-cookie-re): Variable deleted.
11664 (shell-dir-cookie-watcher): Function deleted.
11665 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11666 with dirtrack-mode.
11667
11668 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11669
11670 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11671 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11672 libgnutls-26.dll.
11673
11674 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11675
11676 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11677
11678 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11679
11680 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11681 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11682
11683 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11684
11685 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11686 also for alternative shells.
11687 (tramp-open-connection-setup-interactive-shell): Check, whether
11688 the shell is a busybox.
11689 (tramp-send-command): Don't suppress multiple prompts for
11690 busyboxes, it hurts.
11691
11692 2011-12-28 Chong Yidong <cyd@gnu.org>
11693
11694 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11695 (gdb-get-source-file): Move mode line update to
11696 gdb-get-source-file (Bug#10087).
11697
11698 2011-12-25 Chong Yidong <cyd@gnu.org>
11699
11700 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11701 gud-gdb-marker-filter without taking it as an argument.
11702 (gud-gdb-run-command-fetch-lines): Caller changed.
11703 (gud-gdb-completion-function): New variable.
11704 (gud-gdb-completion-at-point): Use it.
11705 (gud-gdb-completions-1): Split from gud-gdb-completions.
11706
11707 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11708 function as separate arguments.
11709 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11710 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11711 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11712 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11713 (gdb-stopped, def-gdb-auto-update-trigger)
11714 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11715 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11716 Callers changed.
11717 (gud-gdbmi-completions): New function.
11718 (gdb): Use it for generating the completion table.
11719
11720 2011-12-24 Alan Mackenzie <acm@muc.de>
11721
11722 Introduce a mechanism to widen the region used in context font
11723 locking. Use this to protect declarations from losing their contexts.
11724
11725 * progmodes/cc-langs.el (c-before-font-lock-functions):
11726 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11727 (c-before-context-fontification-functions): New defvar, a list of
11728 functions to be run just before context (etc.) font locking.
11729
11730 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11731 New, functionality extracted from
11732 c-neutralize-syntax-in-and-mark-CPP.
11733 (c-in-after-change-fontification): New variable.
11734 (c-after-change): Set c-in-after-change-fontification.
11735 (c-set-fl-decl-start): Rejig its interface, so it can be called
11736 from both after-change and context fontifying.
11737 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11738 New functions.
11739 (c-standard-font-lock-fontify-region-function): New variable.
11740 (c-font-lock-fontify-region): New function.
11741
11742 2011-12-24 Juri Linkov <juri@jurta.org>
11743
11744 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11745 (Bug#10348)
11746
11747 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11748
11749 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11750 existence of source file. (Bug#10325)
11751
11752 2011-12-23 Alan Mackenzie <acm@muc.de>
11753
11754 Fix unstable fontification inside templates.
11755
11756 * progmodes/cc-langs.el (c-before-font-lock-functions):
11757 Newly created from the singular version. The (c c++ objc) entry now
11758 additionally has c-set-fl-decl-start. The other languages (apart
11759 from AWK) have that as a single entry.
11760
11761 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11762 The functionality for "local" declarations has been extracted to
11763 c-set-fl-decl-start.
11764
11765 * progmodes/cc-mode.el (c-common-init, c-after-change):
11766 Changes due to pluralisation of c-before-font-lock-functions.
11767 (c-set-fl-decl-start): New function, extracted from
11768 c-font-lock-enclosing-decls and enhanced.
11769
11770 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11771
11772 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11773
11774 2011-12-22 Juri Linkov <juri@jurta.org>
11775
11776 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11777
11778 2011-12-22 Chong Yidong <cyd@gnu.org>
11779
11780 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11781
11782 2011-12-21 Drew Adams <drew.adams@oracle.com>
11783
11784 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11785
11786 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11787
11788 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11789
11790 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11791
11792 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11793 highlighting and support. Fix up comments for capitalization.
11794 (cfengine-mode-debug): New var.
11795 (cfengine3-mode): Change the modeline indicator to "CFE3".
11796 (cfengine3-font-lock-keywords): Improve defun highlighting.
11797 (cfengine2-actions): Rename from `cfengine-actions'.
11798 (cfengine2-font-lock-keywords): Rename from
11799 `cfengine-font-lock-keywords'.
11800 (cfengine2-imenu-expression): Rename from
11801 `cfengine-imenu-expression'.
11802 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11803 (cfengine2-beginning-of-defun): Rename from
11804 `cfengine-beginning-of-defun'.
11805 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11806 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11807 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11808 modeline indicator to "CFE2".
11809 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11810 (cfengine-mode-abbrevs): Mark obsolete.
11811
11812 2011-12-21 Chong Yidong <cyd@gnu.org>
11813
11814 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11815 filename argument.
11816
11817 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11818
11819 * window.el (window-normalize-buffer-to-display): Remove.
11820 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11821
11822 2011-12-19 Chong Yidong <cyd@gnu.org>
11823
11824 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11825 Don't signal an error in a predicate function; return non-nil.
11826 (vc-dir-mark-file): Move the error here.
11827 (vc-dir-mark-unmark): If acting on the region, keep going if one
11828 of the entries cannot be marked/unmarked.
11829 (vc-dir-mark-all-files): If current entry is a directory, mark
11830 only child files, as documented.
11831
11832 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11833
11834 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11835 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11836 addition.
11837
11838 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11839
11840 * term/ns-win.el (ns-get-selection-internal)
11841 (ns-store-selection-internal): Declare.
11842 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11843 Declare as obsolete.
11844 (ns-get-pasteboard, ns-paste-secondary):
11845 Use ns-get-selection-internal.
11846 (ns-set-pasteboard, ns-copy-including-secondary):
11847 Use ns-store-selection-internal.
11848
11849 2011-12-17 Chong Yidong <cyd@gnu.org>
11850
11851 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11852 (vc-deduce-fileset): Doc fix.
11853
11854 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11855
11856 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11857
11858 2011-12-13 Sam Steingold <sds@gnu.org>
11859
11860 * man.el (Man-getpage-in-background): When running under a
11861 window-system, ignore $MANWIDTH and $COLUMNS.
11862
11863 2011-12-15 Kenichi Handa <handa@m17n.org>
11864
11865 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11866 (setup-ethiopic-environment-internal): Comment out key-binding for
11867 ethio-toggle-punctuation.
11868
11869 2011-12-13 Alan Mackenzie <acm@muc.de>
11870
11871 Add the switch statement to AWK Mode.
11872
11873 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11874 "default" to the keywords regexp.
11875
11876 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11877 expression as the rest.
11878 (c-nonlabel-token-key): Allow string literals for AWK.
11879 Refactor for the other modes.
11880
11881 Large brace-block initialisation makes CC Mode slow: Fix.
11882 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11883 routines. Limit backward searching in c-font-lock-enclosing.decl.
11884
11885 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11886 pp-state and literal type in addition to the limits.
11887 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11888 (c-state-literal-at): Use the above new defun.
11889 (c-slow-in-literal, c-fast-in-literal): Remove.
11890 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11891
11892 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11893 being in a literal. Add a limit for backward searching.
11894
11895 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11896 c-slow-in-literal.
11897
11898 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11901
11902 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11903
11904 * window.el (delete-other-windows): Use correct frame in call to
11905 window-with-parameter.
11906
11907 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11908
11909 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11910 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11911 (makefile-gmake-statements, makefile-makepp-statements):
11912 Use it and add new makepp keywords.
11913 (makefile-makepp-font-lock-keywords): Add new patterns.
11914 (makefile-match-function-end): Match new [...] and [[...]].
11915
11916 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11917
11918 * ses.el (ses-call-printer-return, ses-cell-property-get)
11919 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11920 (ses-create-cell-variable, ses-reset-header-string)
11921 (ses-cell-set-formula, ses-repair-cell-reference-all)
11922 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11923 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11924 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11925 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11926 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11927 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11928 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11929 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11930 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11931 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11932 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11933 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11934
11935 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11936
11937 * ses.el: The overall change is to add cell renaming, that is
11938 setting fancy names for cell symbols other than name matching
11939 "\\`[A-Z]+[0-9]+\\'" regexp .
11940 (ses-create-cell-variable): New defun.
11941 (ses-relocate-formula): Relocate formulas only for cells the
11942 symbols of which are not renamed, i.e. symbols whose names do not
11943 match regexp "\\`[A-Z]+[0-9]+\\'".
11944 (ses-relocate-all): Relocate values only for cells the symbols of
11945 which are not renamed.
11946 (ses-load): Create cells variables as the (ses-cell ...) are read,
11947 in order to check row col consistency with cell symbol name only
11948 for cells that are not renamed.
11949 (ses-replace-name-in-formula): New defun.
11950 (ses-rename-cell): New defun.
11951
11952 2011-12-11 Chong Yidong <cyd@gnu.org>
11953
11954 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11955 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11956
11957 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11958
11959 * window.el (other-window): Fix docstring.
11960
11961 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11962
11963 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11964 `from' or `to' address before taking its substring.
11965 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11966 encoded name is chopped in the middle of the encoded string, and
11967 thus displayed encoded.
11968
11969 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11970
11971 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11972
11973 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11974
11975 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11976 to use texinfo-update-node and commands that call it if the
11977 Texinfo file uses @node lines without next/prev/up pointers.
11978 Correct outdated description about texinfo-master-menu.
11979 (texinfo-all-menus-update, texinfo-master-menu)
11980 (texinfo-update-node, texinfo-every-node-update)
11981 (texinfo-multiple-files-update): Doc fix. Warn against updating
11982 all the @node lines.
11983 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11984 argument is numeric. Explain better in the doc string what the
11985 function really does.
11986 (texinfo-insert-master-menu-list): Improve the error message
11987 displayed if there's no menu in the Top node.
11988 (Bug#2975) See also this thread:
11989 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11990
11991 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11992
11993 * speedbar.el (speedbar-supported-extension-expressions):
11994 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11995
11996 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11997
11998 * printing.el (pr-mode-alist):
11999 * simple.el (filter-buffer-substring-functions)
12000 (completion-list-insert-choice-function):
12001 * window.el (window-with-parameter, window-atom-root)
12002 (window-sides-slots, window-size-fixed, window-min-delta)
12003 (window-max-delta, window--resize-mini-window)
12004 (window--resize-child-windows-normal, window-tree)
12005 (delete-other-windows, quit-window, split-window)
12006 (display-buffer-record-window, special-display-buffer-names)
12007 (special-display-regexps, special-display-popup-frame)
12008 (same-window-p, split-window-sensibly)
12009 (display-buffer-overriding-action, display-buffer-alist)
12010 (display-buffer-base-action, display-buffer, switch-to-buffer)
12011 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12012 (fit-window-to-buffer, recenter-positions)
12013 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12014 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12015 and remove unneeded backslashes in docstrings.
12016
12017 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12018
12019 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12020
12021 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12022 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12023 end in ".mk".
12024 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12025 when reading the makefile (bug#10116).
12026
12027 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12030 (bug#10116).
12031
12032 2011-12-06 Glenn Morris <rgm@gnu.org>
12033
12034 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12035
12036 2011-12-06 Chong Yidong <cyd@gnu.org>
12037
12038 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12039
12040 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12041
12042 * textmodes/table.el (table-shorten-cell): Fix typo.
12043
12044 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12045
12046 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12047
12048 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12049
12050 * descr-text.el (describe-char): Fix display of strong
12051 right-to-left characters and directional embeddings and overrides.
12052
12053 * simple.el (what-cursor-position): Fix display of codepoints of
12054 strong right-to-left characters.
12055
12056 2011-12-05 Chong Yidong <cyd@gnu.org>
12057
12058 * faces.el (read-color): Doc fix.
12059
12060 2011-12-05 Glenn Morris <rgm@gnu.org>
12061
12062 * align.el (align--set-marker): Add doc-string.
12063 Don't try to move something that is not a marker. (Bug#10216)
12064
12065 2011-12-04 Glenn Morris <rgm@gnu.org>
12066
12067 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12068 overly zealous deletion of trailing whitespace.
12069
12070 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12071
12072 * server.el (server-delete-client): On Windows, do not try to delete
12073 the only terminal.
12074 (server-process-filter): On Windows, treat requests for a tty frame as
12075 if they were for a GUI frame if the running server is in GUI mode.
12076
12077 2011-12-03 Glenn Morris <rgm@gnu.org>
12078
12079 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12080
12081 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12082
12083 * electric.el: Streamline electric-indent's hook.
12084 (electric-indent-chars): Revert to simple list.
12085 (electric-indent-functions): New var.
12086 (electric-indent-post-self-insert-function): Use it.
12087
12088 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12089 there's no inferior buffer (bug#10196).
12090 (prolog-consult-compile): Don't use toggle-read-only.
12091
12092 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12093
12094 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12095 interrupt. (Bug#10187)
12096
12097 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12098
12099 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12100 (bug#9160).
12101
12102 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12103 (bug#10191).
12104
12105 2011-12-02 Juri Linkov <juri@jurta.org>
12106
12107 * info.el (Info-search): Display "end of manual" when Isearch
12108 reaches the end of single-file Info manual. (Bug#9918)
12109
12110 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12111
12112 * isearch.el (isearch-message-prefix): Run the input method part
12113 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12114
12115 2011-12-02 Juri Linkov <juri@jurta.org>
12116
12117 * isearch.el (isearch-occur): Use `word-search-regexp' for
12118 `isearch-word'.
12119 (isearch-search-and-update): Add condition for `isearch-word' and
12120 call `word-search-regexp'. (Bug#10145)
12121
12122 2011-12-01 Glenn Morris <rgm@gnu.org>
12123
12124 * eshell/em-hist.el (eshell-hist-initialize):
12125 Handle eshell-history-size nil and HISTSIZE set or unset.
12126 (eshell-history-file-name, eshell-history-size): Fix custom type.
12127
12128 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12129
12130 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12131
12132 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12133
12134 * progmodes/verilog-mode.el (verilog-pretty-expr):
12135 Rework verilog-pretty-expr to handle new assignment operators in system
12136 verilog, such as += *= and the like.
12137 (verilog-assignment-operator-re): Regular expression to find the
12138 assigment operator in a verilog assignment.
12139 (verilog-assignment-operation-re): Regular expression to find an
12140 assignment statement for pretty-expr.
12141 (verilog-in-attribute-p): Query returns true if point is in an
12142 attribute context; used to skip these for expression line up from
12143 pretty-expr.
12144 (verilog-in-parameter-p): Query returns true if point is in an
12145 parameter definition context; used to skip these for expression
12146 line up from pretty-expr.
12147 (verilog-in-parenthesis-p): Query returns true if point is in a
12148 parenthetical expression, specifically ( ) but not [ ] or { };
12149 used by pretty-expr.
12150 (verilog-just-one-space): If there is no space, don't add one.
12151 (verilog-get-lineup-indent-2): Specifically skip just attribute
12152 contexts for expression lineup, rather than skipping all
12153 parenthetical expressions.
12154 (verilog-calculate-indent): Fix comment, and fix indent.
12155 (verilog-do-indent): Indent declarations in lists (suggested by
12156 Joachim Lechner).
12157 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12158 skeleton items.
12159 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12160 by Alain Mellan).
12161
12162 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12163
12164 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12165 parameters with embedded comments. Reported by Ray Stevens.
12166 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12167 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12168 Reported by Tim Holt.
12169 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12170 instantiated by upper module causing wrong expansion until AUTOed a
12171 second time. Reported by K C Buckenmaier.
12172 (verilog-diff-auto): Fix showing .* as a difference when
12173 `verilog-auto-star-save' off. Reported by Dan Dever.
12174 (verilog-auto-reset, verilog-read-always-signals)
12175 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12176 temporary signals in reset list if
12177 verilog-auto-reset-blocking-in-non is nil, and match assignment
12178 style to each signal's assignment type, bug381.
12179 Reported by Thomas Esposito.
12180 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12181 (verilog-uvm-statement-re): Support UVM indentation and
12182 highlighting, with old OVM keywords only.
12183 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12184 Support AUTOTIEOFF creating non-wire data types.
12185 Suggested by Jonathan Greenlaw.
12186 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12187 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12188 (verilog-inject-sense, verilog-read-inst-pins)
12189 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12190 Fix mismatching parenthesis inside commented out code when deleting
12191 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12192 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12193 non-numeric vector width. Reported by Alex Reed.
12194 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12195 detecting signals with parameter widths. Reported by Alex Reed.
12196 (verilog-auto-delete-trailing-whitespace):
12197 With `verilog-auto-delete-trailing-whitespace' remove trailing
12198 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12199 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12200 Fix verilog-scan-cache corruption when running user AUTO expansion
12201 hooks that call indentation routines.
12202 (verilog-simplify-range-expression): Fix typo ignoring lower case
12203 identifiers.
12204 (verilog-delete-auto): Fix delete-autos to also remove user created
12205 automatics, as long as they start with AUTO.
12206 (verilog-batch-diff-auto, verilog-diff-auto)
12207 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12208 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12209 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12210 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12211 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12212 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12213 is disabled and its cache will get corrupt, causing AUTOS not to
12214 expand. Instead use only -quick functions.
12215 (verilog-scan-region): Fix scanning over escaped quotes.
12216 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12217 (verilog-re-search-backward-quick)
12218 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12219 related functions now ignore strings, to fix misparsing of strings
12220 with magic comments embedded in them.
12221 (verilog-read-auto-template):
12222 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12223 Reported by Brad Dobbie.
12224 (verilog-read-auto-template):
12225 Fix 'verilog-auto-inst-template-numbers' with comments.
12226 Reported by Brad Dobbie.
12227 (verilog-auto-inst, verilog-auto-inst-param)
12228 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12229 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12230 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12231 debugging templates without merge conflicts, bug357.
12232 Reported by Brad Dobbie.
12233 (verilog-read-auto-template):
12234 Fix verilog-auto-inst-template-numbers with multiple templates.
12235 Reported by Brad Dobbie.
12236 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12237 abbrevs so user won't be asked to save.
12238 (verilog-read-auto-lisp-present): Fix to start at beginning of
12239 buffer in case called outside of verilog-auto.
12240 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12241 to "X-2". Reported by Matthew Myers.
12242 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12243 all inputs from module templates. Reported by Leith Johnson.
12244 (verilog-module-inside-filename-p): Fix locating programs as with
12245 modules.
12246 (verilog-auto-inst-port): Fix vl-width expressions when using
12247 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12248 (verilog-decls-get-regs, verilog-decls-get-signals,
12249 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12250 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12251 verilog-read-decls): Combine reg and wire structures into one var
12252 structure to represent SystemVerilog concepts.
12253 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12254 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12255 (verilog-auto-wire-type, verilog-insert-definition):
12256 Add verilog-auto-wire-type and AUTOLOGIC to support using
12257 SystemVerilog "logic" keyword instead of "wire"/"reg".
12258 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12259 to declares outputs that also have assignments (presumably in an
12260 ifdef or generate if so there's not a driver conflict).
12261 Reported by Matthew Myers.
12262 (verilog-auto-declare-nettype, verilog-insert-definition):
12263 Add verilog-auto-declare-nettype to fix declarations using
12264 `default_nettype none. Reported by Julian Gorfajn.
12265 (verilog-read-always-signals-recurse, verilog-read-decls)
12266 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12267 malformed end statement, bug325. Reported by Joshua Wise and
12268 Andrew Drake.
12269 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12270 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12271 when expanding .* in interfaces, bug320.
12272 Reported by Pierre-David Pfister.
12273 (verilog-read-module-name): Fix import statements between module
12274 name and open parenthesis, bug317.
12275 Reported by Pierre-David Pfister.
12276 (verilog-simplify-range-expression): Fix simplification of
12277 multiplications inside AUTOWIRE connections, bug303.
12278 (verilog-auto-inst-port): Support parameter expansion in
12279 multidimensional arrays.
12280 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12281 after "assert property". Reported by Julian Gorfajn.
12282 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12283 with multiplication, bug303.
12284 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12285 Reported by Jan Frode Lonnum.
12286
12287 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12288
12289 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12290 (hfy-shell-file-name, hfy-shell):
12291 * international/fontset.el (x-decompose-font-name): Fix typos.
12292
12293 2011-11-29 Ken Brown <kbrown@cornell.edu>
12294
12295 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12296 (gdb-version): Remove defvar.
12297 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12298 (gdb-gud-context-command, gdb-non-stop-handler)
12299 (gdb-current-context-command, gdb-stopped): Use it.
12300 (gdb-init-1): Enable pretty printing here.
12301 (gdb-non-stop-handler): Don't enable pretty-printing here.
12302 Check to see if the target supports non-stop mode; if not, turn off
12303 non-stop mode. Use the following.
12304 (gdb-check-target-async): New defun.
12305 (gud-watch, gdb-stopped): Fix whitespace.
12306 (gdb-get-source-file): Don't try to display the source file if
12307 `gdb-main-file' is nil.
12308
12309 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12310
12311 * align.el: Try to generate fewer markers (bug#10047).
12312 (align--set-marker): New macro.
12313 (align-region): Use it.
12314
12315 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12318
12319 2011-11-29 Chong Yidong <cyd@gnu.org>
12320
12321 * indent.el (indent-for-tab-command, indent-according-to-mode):
12322 Doc fix.
12323 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12324
12325 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12326
12327 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12328 aware of remote file names. (Bug#10124)
12329
12330 2011-11-29 Chong Yidong <cyd@gnu.org>
12331
12332 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12333
12334 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * files.el (find-file): Don't use force-same-window (bug#10144).
12337 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12338 use pop-to-buffer if the selected window can't be used.
12339 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12340
12341 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12342
12343 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12344 special-mode-map.
12345
12346 2011-11-28 Chong Yidong <cyd@gnu.org>
12347
12348 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12349
12350 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12351
12352 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12353 gdb-get-source-file-list on gdb-create-source-file-list.
12354
12355 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12356
12357 * whitespace.el (whitespace-newline): Use a different foreground
12358 color for 16-color light-background displays.
12359
12360 2011-11-24 Chong Yidong <cyd@gnu.org>
12361
12362 * window.el (display-buffer--special-action): Doc fix.
12363
12364 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12365
12366 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12367 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12368 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12369 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12370 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12371 (avl-tree-stack-first):
12372 * emacs-lisp/cconv.el (cconv--analyse-use):
12373 * net/gnutls.el (gnutls-negotiate): Fix typos.
12374
12375 2011-11-24 Glenn Morris <rgm@gnu.org>
12376
12377 * lpr.el (lpr-windows-system, lpr-lp-system):
12378 * mail/binhex.el (binhex-begin-line):
12379 * progmodes/grep.el (grep-history, grep-find-history):
12380 * textmodes/flyspell.el:
12381 * vc/pcvs-defs.el (cvs-global-menu):
12382 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12383 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12384 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12385
12386 * net/tls.el: Fix case of "GnuTLS".
12387
12388 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12389
12390 * version.el (emacs-build-system): Give it a doc-string.
12391
12392 2011-11-24 Juri Linkov <juri@jurta.org>
12393
12394 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12395
12396 2011-11-24 Glenn Morris <rgm@gnu.org>
12397
12398 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12399 if called on a non-mime message just toggle the headers. (Bug#8006)
12400
12401 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12402
12403 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12404 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12405 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12406 (allout-rebullet-heading, allout-open-sibtopic)
12407 (allout-toggle-current-subtree-encryption)
12408 (allout-toggle-subtree-encryption, allout-encrypt-string)
12409 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12410 (allout-distinctive-bullets-string, allout-auto-activation):
12411 * window.el (window-normalize-buffer-to-display):
12412 * progmodes/verilog-mode.el (verilog-batch-indent):
12413 * textmodes/bibtex.el (bibtex-field-braces-opt)
12414 (bibtex-field-strings-opt):
12415 * vc/cvs-status.el (cvs-tree-merge):
12416 Fix typos.
12417
12418 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12419
12420 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12421 `non-essential' to t, in order to avoid remote connections.
12422
12423 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12424
12425 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12426 On MS-DOS and MS-Windows, compare with loaddefs.el
12427 case-insensitively.
12428
12429 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12430
12431 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12432
12433 2011-11-23 Glenn Morris <rgm@gnu.org>
12434
12435 * paths.el (rmail-file-name): Reformat the doc-string so that it
12436 is picked up.
12437
12438 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12439 (rmail-auto-file): Ignore case in the "special" field names,
12440 as mail-fetch-field does for all others.
12441
12442 * mail/rmail.el (rmail-forward):
12443 * mail/rmailkwd.el (rmail-set-label):
12444 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12445 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12446
12447 * mail/rmail.el (rmail-current-message): Doc fix.
12448
12449 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12450
12451 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12452
12453 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12454
12455 2011-11-22 Glenn Morris <rgm@gnu.org>
12456
12457 * mail/rmailmm.el (test-rmail-mime-handler)
12458 (test-rmail-mime-bulk-handler)
12459 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12460
12461 2011-11-21 Juri Linkov <juri@jurta.org>
12462
12463 * calc/calc.el (calc-read-key-sequence):
12464 Let-bind `input-method-function' to nil. (Bug#10018)
12465
12466 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12467
12468 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12469 Tell the caller that the next line needs recomputation, even
12470 though it doesn't start a sexp (bug#10094).
12471
12472 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12473
12474 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12475
12476 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12479 Use force-same-window.
12480
12481 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12482
12483 * descr-text.el (describe-char-unicode-data):
12484 * json.el (json-string-escape):
12485 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12486 (Footnote-unicode, Footnote-style-p):
12487 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12488
12489 2011-11-20 Chong Yidong <cyd@gnu.org>
12490
12491 * window.el (replace-buffer-in-windows): Restore interactive spec.
12492
12493 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12496
12497 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12498 (byte-compile-global-not-obsolete-vars): New var.
12499 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12500 Use it.
12501 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12502
12503 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12504
12505 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12506 * progmodes/pascal.el (electric-pascal-equal):
12507 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12508 * xml.el (xml-substitute-special): Fix typos.
12509
12510 2011-11-20 Glenn Morris <rgm@gnu.org>
12511
12512 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12513 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12514 Doc fixes.
12515 (rmail-decode-mime-charset): Mark as obsolete.
12516
12517 * mail/rmailsum.el (rmail-message-regexp-p-1):
12518 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12519 Before using mime functions, check they are set. (Bug#10077)
12520
12521 2011-11-19 Juri Linkov <juri@jurta.org>
12522
12523 * info.el (Info-finder-find-node): Use `package--builtins' instead
12524 of `package-alist'. Use node names formed by the pattern "Keyword "
12525 and the keyword name.
12526
12527 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12528
12529 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12530
12531 2011-11-19 Juri Linkov <juri@jurta.org>
12532
12533 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12534 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12535 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12536 `old-history', `old-history-forward'. Add let-binding
12537 `window-selected'. Remove calls to `kill-buffer',
12538 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12539 before calling `Info-find-node', so `Info-find-node-2' will reread
12540 the Info file. Restore window positions only when `window-selected'
12541 is non-nil.
12542
12543 2011-11-19 Juri Linkov <juri@jurta.org>
12544
12545 * isearch.el (isearch-lazy-highlight-new-loop):
12546 Remove condition `(not isearch-error)'. (Bug#9918)
12547
12548 * misearch.el (multi-isearch-search-fun): Add condition
12549 `(not bound)' to ignore lazy-highlighting search.
12550 Add the search-failed message "end of multi" when the end of
12551 multi-sequence is reached. Uncapitalize the search-failed
12552 message "Repeat for next buffer".
12553
12554 * info.el (Info-search): Add the search-failed message
12555 "end of the manual" when the end of the manual is reached
12556 in Isearch mode.
12557
12558 2011-11-19 Juri Linkov <juri@jurta.org>
12559
12560 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12561 Use non-destructive `remove' instead of `delete' because
12562 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12563 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12564
12565 2011-11-19 Juri Linkov <juri@jurta.org>
12566
12567 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12568 to nil instead of binding `search-ring' and `regexp-search-ring'.
12569 (Bug#9185)
12570
12571 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12572
12573 * simple.el (line-move): Force movement by logical lines for any
12574 hscrolled window, not only when auto-hscroll-mode is on.
12575 (line-move-visual): Update doc string to that effect. (Bug#10076)
12576
12577 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12578
12579 * language/european.el (macintosh): Define as alias for mac-roman.
12580
12581 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12582
12583 * mail/rmailmm.el (rmail-mime-display-header)
12584 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12585 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12586 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12587 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12588 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12589 of a raw aref.
12590 (rmail-mime-entity-segment): To get past the tagline, move forward
12591 2 more lines, to account for the 2 empty lines that precede and
12592 follow the line with the buttons.
12593 (rmail-mime-update-tagline): Move one more line, to get past the
12594 empty line that follows the buttons in the tagline. (Bug#9520)
12595
12596 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12597
12598 * window.el (window-max-delta-1, window-min-delta-1)
12599 (window-min-size-1, window-state-get-1, window-state-put-1)
12600 (window-state-put-2): Use "window--" prefix.
12601
12602 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12603
12604 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12605 (smie-warning-count): New var.
12606 (smie-set-prec2tab): Use it.
12607 (smie-bnf->prec2): Improve warnings. Add docstring.
12608 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12609 (smie-bnf--set-class): New function.
12610 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12611 corner case.
12612
12613 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12614 (compilation-error-properties, compilation-move-to-column):
12615 Handle compilation-first-column while in the target buffer.
12616
12617 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12618 Don't hardcode point-min==1.
12619
12620 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12621 (eshell-rewrite-for-command): Remove workaround.
12622 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12623 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12624 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12625
12626 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12627
12628 2011-11-17 Glenn Morris <rgm@gnu.org>
12629
12630 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12631 Ignore buffer-local generated-autoload-file if it is the same
12632 as the global value. (Bug#10049)
12633
12634 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12635
12636 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12637 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12638 (reftex-toc-previous-heading, reftex-toc-max-level)
12639 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12640 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12641 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12642 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12643 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12644 (reftex-toc-rename-label, reftex-toc-visit-location)
12645 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12646 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12647 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12648 leaving "*toc*" only for references to the buffer.
12649
12650 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12651
12652 * window.el (window-resize, delete-window, split-window):
12653 Replace window-splits by window-combination-resize.
12654 * cus-start.el (window-splits): Replace by window-combination-resize.
12655
12656 2011-11-17 Glenn Morris <rgm@gnu.org>
12657
12658 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12659 Make bash entry derive from sh entry, not shell entry.
12660
12661 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12662
12663 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12664 local file name.
12665
12666 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12667
12668 * menu-bar.el (menu-bar-file-menu):
12669 * printing.el (pr-ps-utility):
12670 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12671 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12672 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12673 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12674 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12675 (icalendar--convert-cyclic-to-ical)
12676 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12677 (icalendar--convert-ical-to-diary)
12678 (icalendar--convert-recurring-to-diary)
12679 (icalendar--convert-non-recurring-all-day-to-diary)
12680 (icalendar-import-format-sample):
12681 * progmodes/idlw-shell.el (idlwave-shell-mode):
12682 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12683 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12684 (vhdl-ps-print-init): Fix typos.
12685
12686 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12687
12688 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12689 FSF and collapse date sequence, obscure author/maintainer email address
12690 better, remove extra version line, track relocation of author's webpage.
12691
12692 * progmodes/python.el (python-pdbtrack-input-prompt)
12693 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12694 regular python pdb prompts. Adjustments shamelessly taken exactly as
12695 suggested in EmacsWiki page (tiny change):
12696 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12697
12698 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12699
12700 * expand.el (expand-pos, expand-index, expand-point):
12701 Remove redundant info from docstring.
12702 (expand-add-abbrevs): Doc fix.
12703 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12704 (expand-sample-perl-mode-expand-list): Fix typos.
12705
12706 * net/dbus.el (dbus-event-member-name):
12707 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12708 * term/pc-win.el (msdos-create-frame-with-faces):
12709 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12710
12711 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12712
12713 * window.el (split-window, window-state-get-1)
12714 (window-state-put-1, window-state-put-2): Rename occurrences of
12715 window-nest to window-combination-limit.
12716 * cus-start.el (window-nest): Rename to window-combination-limit.
12717
12718 2011-11-16 Chong Yidong <cyd@gnu.org>
12719
12720 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12721 regexp (Bug#10033).
12722
12723 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12726 `completing-read' will remove *Completions* and will preserve
12727 current-buffer for us.
12728 (tmm-add-prompt): Users of *Completions* will always (re)set its
12729 major mode.
12730 (tmm-old-comp-map): Remove.
12731
12732 2011-11-16 Glenn Morris <rgm@gnu.org>
12733
12734 * mail/rmailedit.el: Require rmailmm when compiling.
12735 (rmail-old-mime-state): New declaration.
12736 (rmail-edit-current-message): If editing a mime message,
12737 edit the "raw" message from the mbox buffer.
12738 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12739
12740 2011-11-15 Glenn Morris <rgm@gnu.org>
12741
12742 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12743 which wasn't being used. Add optional arg to force given state.
12744 (rmail-mime): Add optional arg to force given state.
12745
12746 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12747
12748 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12749 * frame.el (display-mm-dimensions-alist):
12750 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12751 (outline-move-subtree-down):
12752 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12753 (newsticker--treeview-do-get-node):
12754 * net/quickurl.el (quickurl-list-buffer-name):
12755 * progmodes/dcl-mode.el (dcl-mode):
12756 * progmodes/gdb-mi.el (gdb-mapcar*):
12757 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12758
12759 2011-11-15 Glenn Morris <rgm@gnu.org>
12760
12761 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12762 in a boolean sense, so just make it a boolean, and fix the doc.
12763 (rmail-show-mime-function, rmail-mime-feature)
12764 (rmail-require-mime-maybe): Doc fixes.
12765 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12766
12767 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12768
12769 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12770
12771 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12772 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12773 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12774 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12775
12776 2011-11-15 Glenn Morris <rgm@gnu.org>
12777
12778 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12779 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12780 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12781 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12782 (rmail-mime, rmail-show-mime): Doc fixes.
12783
12784 * term/ns-win.el (mode-line-frame-identification):
12785 Leave it alone. (Bug#10051)
12786
12787 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12788
12789 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12790 Handle empty buffers. (Bug#9978)
12791
12792 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12793
12794 * international/mule.el (define-charset):
12795 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12796 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12797 * progmodes/verilog-mode.el (verilog-backward-token):
12798 * textmodes/ispell.el (lookup-words):
12799 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12800
12801 2011-11-14 Glenn Morris <rgm@gnu.org>
12802
12803 * progmodes/executable.el
12804 (executable-make-buffer-file-executable-if-script-p):
12805 Handle file-modes returning nil.
12806
12807 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12808 message - not necessary, and causes problems. (Bug#9831)
12809
12810 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12811
12812 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12813
12814 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12815 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12816 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12817
12818 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12819
12820 * window.el (window-resize, delete-window): Use window-splits
12821 variable instead of function.
12822 (window-state-get-1, window-state-put-2, window-state-put):
12823 Don't deal with windows' splits status.
12824
12825 2011-11-12 Glenn Morris <rgm@gnu.org>
12826
12827 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12828 (apropos-documentation): Doc fixes.
12829
12830 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12831
12832 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12833 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12834
12835 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12836
12837 * electric.el (electric-indent-post-self-insert-function): Make it
12838 possible for a char to only indent in some circumstances.
12839 (electric-indent-mode): Simplify.
12840
12841 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12842
12843 * window.el (windows-with-parameter): Remove unused function.
12844 (windows-at-side): Rename to window-at-side-list.
12845 (window-check, window-atom-check, window-atom-check-1)
12846 (window-side-check, window-size-ignore, window-size-fixed-1)
12847 (window-in-direction-2): Prefix with "window--".
12848 (window-tree-1): Rename to window--subtree, fix doc-string.
12849
12850 2011-11-11 Glenn Morris <rgm@gnu.org>
12851
12852 * subr.el (eval-after-load): If FILE is already loaded,
12853 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12854
12855 2011-11-10 Glenn Morris <rgm@gnu.org>
12856
12857 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12858 Call svn via vc-svn-command rather than vc-do-command.
12859 (vc-svn-command): Add --non-interactive. (Bug#9993)
12860 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12861
12862 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12863 Add toggle-read-only. (Bug#7292)
12864 * files.el (toggle-read-only): Mention that it should only
12865 be used interactively. (Bug#10006)
12866
12867 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12870 Adjust regexp for OCaml warnings.
12871
12872 * electric.el (electric-pair-post-self-insert-function): Let user
12873 turn it off buffer-locally (bug#9932).
12874
12875 * progmodes/python.el (python-beginning-of-statement):
12876 Rewrite (bug#2703).
12877
12878 * progmodes/compile.el: Better handle TABs (bug#9749).
12879 (compilation-internal-error-properties)
12880 (compilation-next-error-function): Obey the target buffer's
12881 compilation-error-screen-columns.
12882
12883 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12884
12885 * progmodes/meta-mode.el: Remove obsolete comments.
12886 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12887 Fix typos in docstrings.
12888
12889 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12890
12891 * window.el (window-size-fixed-p): Rewrite doc-string.
12892 (window-resizable-p): Rename to window--resizable-p. Update callers.
12893 (window--resizable): New function. Make all callers of
12894 window-resizable call window--resizable instead.
12895 (window-resizable): Rewrite in terms of window--resizable.
12896
12897 2011-11-08 Glenn Morris <rgm@gnu.org>
12898
12899 * progmodes/delphi.el (delphi-mode-syntax-table):
12900 Let define-derived-mode define a proper syntax table. (Bug#9994)
12901
12902 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * window.el: Stay away from defsubst.
12905 (window-list-no-nils): Remove.
12906 (window-state-get-1, window-state-get): Use backquote instead.
12907
12908 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12909
12910 * emacs-lisp/find-func.el (find-function-read):
12911 Fix incorrect use of default argument in `completing-read'.
12912
12913 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12914
12915 * window.el (display-buffer-function, special-display-function):
12916 Mention display-buffer-record-window but do not mention
12917 help-setup parameter in doc-strings.
12918 (window-min-delta): Fix doc-string typo.
12919
12920 2011-11-08 Chong Yidong <cyd@gnu.org>
12921
12922 * window.el (window-total-height, window-total-width): Doc fix.
12923 (window-body-size): Move from C.
12924 (window-body-height, window-body-width): Move to C.
12925
12926 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12927
12928 * window.el: Make special-display like display-buffer-alist (bug#9532).
12929 (display-buffer--special-action): New function, morphed
12930 from display-buffer--special.
12931 (display-buffer): Use it to handle special-display-buffers at higher
12932 priority (just after display-buffer-alist).
12933 (display-buffer-fallback-action, display-buffer--other-frame-action)
12934 (pop-to-buffer-same-window): Remove display-buffer--special.
12935
12936 2011-11-07 Glenn Morris <rgm@gnu.org>
12937
12938 * calendar/cal-menu.el (cal-menu-set-date-title):
12939 Do nothing if not in a calendar. (Bug#9976)
12940
12941 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * files.el (find-file): Always use selected-window.
12944
12945 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12946
12947 * window.el (window-combinations): Make WINDOW argument
12948 mandatory. Rewrite doc-string.
12949 (walk-window-subtree, window-atom-check, window-min-delta)
12950 (window-max-delta, window--resize-this-window)
12951 (window--resize-root-window-vertically, window-tree)
12952 (balance-windows, window-state-put): Rewrite doc-strings as to
12953 not mention the term "subwindow".
12954 (window--resize-subwindows-skip-p): Rename to
12955 window--resize-child-windows-skip-p.
12956 (window--resize-subwindows-normal): Rename to
12957 window--resize-child-windows-normal.
12958 (window--resize-subwindows): Rename to
12959 window--resize-child-windows.
12960 (window-or-subwindow-p): Rename to window--in-subtree-p.
12961
12962 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12963
12964 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12965 Ensure that mbox format messages end in two newlines (Bug#9974).
12966
12967 2011-11-06 Chong Yidong <cyd@gnu.org>
12968
12969 * window.el (window-combination-p): Function deleted; its
12970 side-effect is not used in any existing code.
12971 (window-combinations, window-combined-p): Call window-*-child
12972 directly.
12973
12974 2011-11-05 Chong Yidong <cyd@gnu.org>
12975
12976 * window.el (window-valid-p): Rename from window-any-p.
12977 (window-size-ignore, window-state-get): Callers changed.
12978 (window-normalize-window): Rename from window-normalize-any-window.
12979 New arg LIVE-ONLY, replacing window-normalize-live-window.
12980 (window-normalize-live-window): Delete.
12981 (window-combination-p, window-combined-p, window-combinations)
12982 (walk-window-subtree, window-atom-root, window-min-size)
12983 (window-sizable, window-sizable-p, window-size-fixed-p)
12984 (window-min-delta, window-max-delta, window-resizable)
12985 (window-resizable-p, window-full-height-p, window-full-width-p)
12986 (window-current-scroll-bars, window-point-1, set-window-point-1)
12987 (window-at-side-p, window-in-direction, window-resize)
12988 (adjust-window-trailing-edge, maximize-window, minimize-window)
12989 (window-deletable-p, delete-window, delete-other-windows)
12990 (record-window-buffer, unrecord-window-buffer)
12991 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12992 (quit-window, split-window, window-state-put)
12993 (set-window-text-height, fit-window-to-buffer)
12994 (shrink-window-if-larger-than-buffer): Callers changed.
12995
12996 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12997
12998 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12999 rfc2047-decode-string.
13000 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13001 warnings.
13002
13003 * window.el (window-body-height, window-body-width): Mention in
13004 the doc string that the return values are in frame's canonical
13005 units. (Bug#9949)
13006
13007 2011-11-03 Alan Mackenzie <acm@muc.de>
13008
13009 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13010 change in cc-engine.el.
13011
13012 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13015
13016 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13017
13018 * window.el (quit-window): Call unrecord-window-buffer after
13019 showing another buffer in the window. (Bug#9937)
13020 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13021
13022 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13023
13024 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13025 Accept status with more than 9 shelves. (Bug#9935)
13026 Reported by Colin D Bennett <colin@gibibit.com>.
13027
13028 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13029
13030 * help.el (with-help-window): Don't reference
13031 temp-buffer-show-specifiers in doc-string.
13032
13033 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13034
13035 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13036 menu-item.
13037
13038 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13039
13040 * whitespace.el: New version 13.2.2.
13041 (whitespace-newline-mode): Disable properly. Reported by Sarah
13042 <EmacsWiki>.
13043
13044 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13045
13046 * net/newst-treeview.el: Remove "Time-stamp".
13047 (newsticker--group-manage-orphan-feeds): Do not call
13048 newsticker--treeview-tree-update.
13049 (newsticker-treeview-update, newsticker-treeview):
13050 Call newsticker--treeview-tree-update if necessary.
13051
13052 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13053
13054 * window.el (window-iso-combination-p, window-iso-combined-p)
13055 (window-iso-combinations): Remove "iso-" infix.
13056 Suggested by Chong Yidong.
13057 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13058 (window-max-delta-1, window-resize, window--resize-siblings)
13059 (window--resize-this-window, adjust-window-trailing-edge)
13060 (split-window, balance-windows-1)
13061 (shrink-window-if-larger-than-buffer):
13062 * calendar/calendar.el (calendar-generate-window):
13063 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13064
13065 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13068 in place (bug#9907).
13069 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13070 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13071 (eshell-structure-basic-command, eshell-rewrite-while-command)
13072 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13073 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13074 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13075 (eshell-do-pipelines-synchronously, eshell-eval-command):
13076 Use backquotes and prefer setq to set.
13077 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13078 (eshell-macrop): Use functionp.
13079 (eshell-do-eval): Handle multiple expressions in `while' body.
13080
13081 2011-10-30 Chong Yidong <cyd@gnu.org>
13082
13083 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13084 instead of set-mark (Bug#9810).
13085
13086 2011-10-30 Chong Yidong <cyd@gnu.org>
13087
13088 * window.el (split-window-below, split-window-right): Rename from
13089 split-window-above-each-other and split-window-side-by-side
13090 respectively. All callers changed.
13091 (split-window-sensibly, split-window-sensibly): Use them.
13092 (split-window-keep-point): Doc fix.
13093
13094 * isearch.el: Add isearch-scroll property to split-window-below
13095 and split-window-right.
13096
13097 * follow.el (follow-mode):
13098 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13099 * progmodes/ada-xref.el (ada-gdb-application):
13100 * emulation/vip.el (vip-buffer-in-two-windows):
13101 * image-dired.el (image-dired-dired-with-window-configuration):
13102 * dired-x.el (dired-do-find-marked-files):
13103 * dired.el (dired-pop-to-buffer):
13104 * bs.el (bs--show-with-configuration):
13105 * vc/emerge.el (emerge-setup-windows):
13106 * textmodes/two-column.el (2C-two-columns):
13107 * textmodes/reftex-toc.el (reftex-toc):
13108 * progmodes/gdb-mi.el (gdb-setup-windows):
13109 * progmodes/fortran.el (fortran-window-create):
13110 * net/newst-treeview.el (newsticker--treeview-window-init):
13111 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13112 * emulation/tpu-edt.el (tpu-gold-map):
13113 * emulation/crisp.el (crisp-mode-map):
13114 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13115
13116 2011-10-29 Chong Yidong <cyd@gnu.org>
13117
13118 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13119
13120 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13121
13122 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13123 forged Ispell output (Bug#7904).
13124
13125 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13126
13127 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13128
13129 * doc-view.el: Avoid ugly errors about not finding nil.
13130 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13131 (doc-view-dvipdf-program, doc-view-unoconv-program)
13132 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13133 Avoid nil or absolute file name as default value.
13134 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13135
13136 2011-10-28 Alan Mackenzie <acm@muc.de>
13137
13138 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13139
13140 2011-10-28 Alan Mackenzie <acm@muc.de>
13141
13142 Amend the handling of c-beginning/end-of-defun in nested declaration
13143 scopes.
13144
13145 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13146 cc-langs.el. Change it to a defcustom.
13147
13148 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13149 cc-vars.el.
13150
13151 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13152 Prevent "class foo : bar" being spuriously recognized as a label.
13153
13154 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13155 Add parameter `inclusive' (to include enclosing braces in the region).
13156 (c-widen-to-enclosing-decl-scope): New function.
13157 (c-while-widening-to-decl-block): New macro.
13158 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13159 outward for defun boundaries, and correspondingly change symbol
13160 `respect-enclosure' to `go-outward'.
13161 (c-declaration-limits): Change algorithm to report only the "innermost"
13162 defun's boundaries.
13163
13164 2011-10-28 Deniz Dogan <deniz@dogan.se>
13165
13166 * net/rcirc.el (rcirc-mode): Use hard newlines.
13167
13168 2011-10-28 Alan Mackenzie <acm@muc.de>
13169
13170 Amend to indent and fontify macros "which include their own semicolon"
13171 correctly, using the "virtual semicolon" mechanism.
13172
13173 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13174
13175 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13176 Recode to scan one line at a time rather than having \n and \r
13177 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13178 (c-forward-label): Amend for virtual semicolons.
13179 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13180
13181 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13182 of the new C macros.
13183
13184 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13185 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13186 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13187 (c-opt-cpp-macro-define): Make into a full language variable.
13188 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13189 AWK Mode (including \n, \r) removed, no longer needed.
13190
13191 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13192 Invoke c-make-macro-with-semi-re.
13193
13194 * progmodes/cc-vars.el (c-macro-with-semi-re):
13195 (c-macro-names-with-semicolon): New variables.
13196 (c-make-macro-with-semi-re): New function.
13197
13198 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13199
13200 * vc/log-edit.el: Fill empty field rather than adding new one.
13201 (log-edit-add-field): New function.
13202 (log-edit-insert-changelog): Use it.
13203
13204 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13205
13206 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13207
13208 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13209
13210 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13211 (gdb--check-interpreter): New function.
13212 (gdb): Use it.
13213
13214 2011-10-27 Glenn Morris <rgm@gnu.org>
13215
13216 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13217 (least-positive-float, least-negative-float)
13218 (least-positive-normalized-float, least-negative-normalized-float)
13219 (float-epsilon, float-negative-epsilon):
13220 Remove unnecessary declarations.
13221
13222 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13223 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13224 (least-positive-float, least-negative-float)
13225 (least-positive-normalized-float, least-negative-normalized-float)
13226 (float-epsilon, float-negative-epsilon): Add doc-strings,
13227 based on those in cl.texi.
13228
13229 * files.el (set-visited-file-name): If the major-mode changed,
13230 reload the local variables. (Bug#9796)
13231
13232 2011-10-27 Chong Yidong <cyd@gnu.org>
13233
13234 * subr.el (change-major-mode-after-body-hook): New hook.
13235 (run-mode-hooks): Run it.
13236
13237 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13238 Use change-major-mode-before-body-hook.
13239
13240 * simple.el (fundamental-mode):
13241 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13242 change introducing fundamental-mode-hook.
13243
13244 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13245
13246 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13247
13248 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13249
13250 * ido.el (ido-file-name-all-completions-1): Do not require
13251 tramp.el explicitly. (Bug#7583)
13252
13253 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * progmodes/octave-mod.el:
13256 * progmodes/octave-inf.el: Update maintainer.
13257
13258 2011-10-26 Chong Yidong <cyd@gnu.org>
13259
13260 * subr.el (with-wrapper-hook): Rewrite doc.
13261
13262 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13263
13264 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13265 filenames "/method:foo:". (Bug#9793)
13266
13267 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13270 (bug#9865).
13271
13272 2011-10-24 Glenn Morris <rgm@gnu.org>
13273
13274 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13275
13276 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13277
13278 * notifications.el: Add the requirement of a running D-Bus session
13279 bus to the Commentary.
13280
13281 2011-10-24 Juri Linkov <juri@jurta.org>
13282
13283 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13284 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13285 (Bug#9364)
13286
13287 2011-10-24 Juri Linkov <juri@jurta.org>
13288
13289 * info.el (Info-following-node-name-re): Add newline to the list
13290 of allowed characters for leading space. (Bug#9824)
13291
13292 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * progmodes/octave-inf.el (inferior-octave-mode-map):
13295 Fix C-c C-h binding.
13296 * progmodes/octave-mod.el (octave-help): Remove.
13297
13298 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13299
13300 Sync with Tramp 2.2.3.
13301
13302 * net/tramp-cache.el (top): Pacify byte-compiler using
13303 `init-file-user' and `site-run-file'.
13304
13305 * net/trampver.el: Update release number.
13306
13307 2011-10-23 Chong Yidong <cyd@gnu.org>
13308
13309 * files.el (toggle-read-only): Remove obsolete comment about
13310 version control.
13311
13312 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13313 for toggle-read-only. Note that this hasn't called vc-next-action
13314 since 2008-05-02, though it wasn't documented at the time.
13315
13316 * vc/ediff-init.el (ediff-toggle-read-only-function):
13317 Use toggle-read-only.
13318
13319 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13320
13321 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13322 of c-parse-state.
13323
13324 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13325 correct faulty logical expression.
13326 (c-parse-state-state, c-record-parse-state-state):
13327 (c-replay-parse-state-state): New defvar/defuns.
13328 (c-debug-parse-state): Use new functions.
13329
13330 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13331
13332 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13333 last fix. Use window-in-direction correctly.
13334
13335 2011-10-21 Chong Yidong <cyd@gnu.org>
13336
13337 * progmodes/idlwave.el (idlwave-mode):
13338 * progmodes/vera-mode.el (vera-mode): No need to set
13339 require-final-newline; that's done in prog-mode.
13340 Suggested by Stefan Monnier.
13341
13342 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13343
13344 * mouse.el (mouse-drag-window-above)
13345 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13346 (mouse-drag-mode-line-1, mouse-drag-header-line)
13347 (mouse-drag-vertical-line-rightward-window): Remove.
13348 (mouse-drag-line): New function.
13349 (mouse-drag-mode-line, mouse-drag-header-line)
13350 (mouse-drag-vertical-line): Call mouse-drag-line.
13351 * window.el (window-at-side-p, windows-at-side): New functions.
13352
13353 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13354
13355 * tar-mode.el (tar-grind-file-mode):
13356 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13357
13358 2011-10-21 Chong Yidong <cyd@gnu.org>
13359
13360 * progmodes/idlwave.el (idlwave-mode):
13361 * progmodes/vera-mode.el (vera-mode):
13362 Use mode-require-final-newline.
13363
13364 2011-10-20 Glenn Morris <rgm@gnu.org>
13365
13366 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13367
13368 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13369
13370 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13371
13372 2011-10-20 Chong Yidong <cyd@gnu.org>
13373
13374 * emulation/cua-base.el (cua-mode):
13375 * mail/footnote.el (footnote-mode):
13376 * mail/mailabbrev.el (mail-abbrevs-mode):
13377 * net/xesam.el (xesam-minor-mode):
13378 * progmodes/bug-reference.el (bug-reference-mode):
13379 * progmodes/cap-words.el (capitalized-words-mode):
13380 * progmodes/compile.el (compilation-minor-mode)
13381 (compilation-shell-minor-mode):
13382 * progmodes/gud.el (gud-tooltip-mode):
13383 * progmodes/hideif.el (hide-ifdef-mode):
13384 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13385 * progmodes/subword.el (subword-mode):
13386 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13387 * progmodes/which-func.el (which-function-mode):
13388 * term/tvi970.el (tvi970-set-keypad-mode):
13389 * term/vt100.el (vt100-wide-mode):
13390 * textmodes/flyspell.el (flyspell-mode):
13391 * textmodes/ispell.el (ispell-minor-mode):
13392 * textmodes/nroff-mode.el (nroff-electric-mode):
13393 * textmodes/paragraphs.el (use-hard-newlines):
13394 * textmodes/refill.el (refill-mode):
13395 * textmodes/reftex.el (reftex-mode):
13396 * textmodes/rst.el (rst-minor-mode):
13397 * textmodes/sgml-mode.el (html-autoview-mode)
13398 (sgml-electric-tag-pair-mode):
13399 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13400 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13401 * emulation/crisp.el (crisp-mode):
13402 * emacs-lisp/eldoc.el (eldoc-mode):
13403 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13404 minor mode behavior.
13405
13406 2011-10-19 Juri Linkov <juri@jurta.org>
13407
13408 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13409 the list of hard-coded chars with escape-glyph face.
13410
13411 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13414
13415 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13416
13417 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13418 running process.
13419
13420 2011-10-19 Glenn Morris <rgm@gnu.org>
13421
13422 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13423 Ignore ignored files. (Bug#9726)
13424
13425 2011-10-19 Chong Yidong <cyd@gnu.org>
13426
13427 Doc fix for minor modes, stating that an omitted argument enables
13428 the mode unconditionally when called from Lisp.
13429
13430 * abbrev.el (abbrev-mode):
13431 * allout.el (allout-mode):
13432 * autoinsert.el (auto-insert-mode):
13433 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13434 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13435 (global-auto-revert-mode):
13436 * battery.el (display-battery-mode):
13437 * composite.el (global-auto-composition-mode)
13438 (auto-composition-mode):
13439 * delsel.el (delete-selection-mode):
13440 * desktop.el (desktop-save-mode):
13441 * dired-x.el (dired-omit-mode):
13442 * dirtrack.el (dirtrack-mode):
13443 * doc-view.el (doc-view-minor-mode):
13444 * double.el (double-mode):
13445 * electric.el (electric-indent-mode, electric-pair-mode):
13446 * emacs-lock.el (emacs-lock-mode):
13447 * epa-hook.el (auto-encryption-mode):
13448 * follow.el (follow-mode):
13449 * font-core.el (font-lock-mode):
13450 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13451 * help.el (temp-buffer-resize-mode):
13452 * hilit-chg.el (highlight-changes-mode)
13453 (highlight-changes-visible-mode):
13454 * hi-lock.el (hi-lock-mode):
13455 * hl-line.el (hl-line-mode, global-hl-line-mode):
13456 * icomplete.el (icomplete-mode):
13457 * ido.el (ido-everywhere):
13458 * image-file.el (auto-image-file-mode):
13459 * image-mode.el (image-minor-mode):
13460 * iswitchb.el (iswitchb-mode):
13461 * jka-cmpr-hook.el (auto-compression-mode):
13462 * linum.el (linum-mode):
13463 * longlines.el (longlines-mode):
13464 * master.el (master-mode):
13465 * mb-depth.el (minibuffer-depth-indicate-mode):
13466 * menu-bar.el (menu-bar-mode):
13467 * minibuf-eldef.el (minibuffer-electric-default-mode):
13468 * mouse-sel.el (mouse-sel-mode):
13469 * msb.el (msb-mode):
13470 * mwheel.el (mouse-wheel-mode):
13471 * outline.el (outline-minor-mode):
13472 * paren.el (show-paren-mode):
13473 * recentf.el (recentf-mode):
13474 * reveal.el (reveal-mode, global-reveal-mode):
13475 * rfn-eshadow.el (file-name-shadow-mode):
13476 * ruler-mode.el (ruler-mode):
13477 * savehist.el (savehist-mode):
13478 * scroll-all.el (scroll-all-mode):
13479 * scroll-bar.el (scroll-bar-mode):
13480 * server.el (server-mode):
13481 * shell.el (shell-dirtrack-mode):
13482 * simple.el (auto-fill-mode, transient-mark-mode)
13483 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13484 (line-number-mode, column-number-mode, size-indication-mode)
13485 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13486 * strokes.el (strokes-mode):
13487 * time.el (display-time-mode):
13488 * t-mouse.el (gpm-mouse-mode):
13489 * tool-bar.el (tool-bar-mode):
13490 * tooltip.el (tooltip-mode):
13491 * type-break.el (type-break-mode-line-message-mode)
13492 (type-break-query-mode):
13493 * view.el (view-mode):
13494 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13495 (global-whitespace-mode, global-whitespace-newline-mode):
13496 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13497
13498 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13499 Fix autogenerated docstring.
13500
13501 2011-10-19 Juri Linkov <juri@jurta.org>
13502
13503 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13504 by checking environment variables "DESKTOP_SESSION" and
13505 "XDG_CURRENT_DESKTOP". (Bug#9779)
13506
13507 2011-10-19 Juri Linkov <juri@jurta.org>
13508
13509 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13510 (browse-url-chromium-program, browse-url-chromium-arguments):
13511 New defcustoms.
13512 (browse-url-default-browser): Check for `browse-url-chromium' and
13513 call `browse-url-chromium-program'.
13514 (browse-url-chromium): New command. (Bug#9779)
13515
13516 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13517
13518 * facemenu.el (list-colors-duplicates): On Windows, detect more
13519 duplicates by assuming that only colors matching "^System" are
13520 special "system colors". (Bug#9722)
13521
13522 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13523
13524 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13525 to distinguish the author from the committer.
13526
13527 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13528
13529 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13530
13531 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13532
13533 * international/mule.el (sgml-html-meta-auto-coding-function):
13534 Add support for detecting encoding in HTML5 specified only as
13535 <meta charset="UTF-8">. Implementation just makes http-equiv and
13536 content-type parts from HTML4 encoding string optional. (Bug#9716)
13537
13538 2011-10-18 Glenn Morris <rgm@gnu.org>
13539
13540 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13541
13542 2011-10-18 Chong Yidong <cyd@gnu.org>
13543
13544 * faces.el (cursor): Doc fix.
13545
13546 2011-10-17 Chong Yidong <cyd@gnu.org>
13547
13548 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13549
13550 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13551
13552 * dirtrack.el (dirtrack): Support shell buffers with path
13553 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13554
13555 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13556
13557 * json.el: Bump version to 1.3 and note change in History.
13558 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13559
13560 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13561
13562 * comint.el (comint-insert-input, comint-send-input)
13563 (comint-get-old-input-default, comint-backward-matching-input)
13564 (comint-next-prompt): Use nil instead of `input' for field property of
13565 past user input (bug#114).
13566
13567 * minibuffer.el (completion--replace): Inherit surrounding properties
13568 (bug#114).
13569 (minibuffer-complete-and-exit): Use it.
13570
13571 * comint.el (comint--table-subvert): Quote the all-completions output
13572 (bug#9160).
13573
13574 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13575
13576 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13577
13578 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13579 window on right of selected. (Bug#9350) Reword other window
13580 entries and separate them from frame entries.
13581
13582 2011-10-15 Glenn Morris <rgm@gnu.org>
13583
13584 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13585 Doc fixes.
13586
13587 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13588
13589 * net/network-stream.el (network-stream-open-starttls):
13590 Improve detection of failure due to lack of TLS support.
13591
13592 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13593 putting the input text in front and in bold.
13594
13595 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13598
13599 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13600 empty buffer.
13601
13602 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13603 unread-command-events rather than pushing yet-another event.
13604
13605 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13606
13607 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13608 the explanation of the possible choices. Make the options passed
13609 to completing-read shorter.
13610
13611 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13612
13613 * textmodes/flyspell.el (flyspell-large-region): Make sure
13614 extended character mode is used if defined (Bug#1339).
13615
13616 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13617
13618 * simple.el (what-cursor-position): Fix the display of the
13619 character info for LRE, LRO, RLE, and RLO characters by appending
13620 an invisible PDF.
13621
13622 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13625 even in case of error; add debug spec; simplify data flow.
13626 (with-timeout-handler): Remove.
13627
13628 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13629
13630 Fix Bug#6019, Bug#9315.
13631
13632 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13633 complete `buffer-file-name', the local file name part could look
13634 remotely (for example on VMS).
13635
13636 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13637 `tramp-run-real-handler'.
13638 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13639 already quoted by '"'.
13640
13641 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13642 Let `file-name-handler-alist' be nil, the local file name part
13643 could look remotely (for example on VMS).
13644
13645 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13646
13647 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13648 from here...
13649 (flyspell-post-command-hook): ...to here.
13650
13651 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13652
13653 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13654 if not needed.
13655 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13656 using completion. Protect against "slow" callers.
13657 Remove the "message hack".
13658
13659 2011-10-11 Juri Linkov <juri@jurta.org>
13660
13661 * isearch.el (isearch-lazy-highlight-word): New variable.
13662 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13663 Use it. (Bug#9727)
13664
13665 2011-10-11 Glenn Morris <rgm@gnu.org>
13666
13667 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13668 like f90-previous-statement does.
13669
13670 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13671
13672 * eshell/eshell.el (eshell-command): History should be saved
13673 only in interactive use, to avoid error.
13674
13675 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13676
13677 * minibuffer.el (completion-file-name-table): Fix last change,
13678 i.e. ignore normal errors but not the other ones.
13679
13680 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13681
13682 * window.el (special-display-buffer-names)
13683 (special-display-regexps): Remove some remnants of earlier
13684 changes from doc-strings.
13685 (quit-windows-on): New function.
13686
13687 * vc/vc.el (vc-revert, vc-rollback):
13688 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13689 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13690 (Bug#6183) (Bug#7074) (Bug#7447)
13691
13692 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13693
13694 * window.el (frame-auto-hide-function): Add version tag.
13695 (Bug#9699)
13696
13697 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13698
13699 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13700 condition.
13701
13702 2011-10-09 Leo Liu <sdl.web@gmail.com>
13703
13704 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13705 (Bug#9701)
13706
13707 2011-10-08 Glenn Morris <rgm@gnu.org>
13708
13709 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13710 before the first code statement zero indent. (Bug#9690)
13711
13712 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13713
13714 * simple.el (count-words-region): Always count in the region.
13715 Report the number of lines and characters too.
13716 (count-words): New command, which counts in the buffer if the
13717 region is inactive, as count-words-region used to.
13718 (count-words--message): New function. Handle plurals.
13719 (count-lines-region): Make it an alias for count-words-region.
13720
13721 * bindings.el (esc-map): Replace count-lines-region with
13722 count-words-region.
13723
13724 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13725
13726 * window.el (window--delete): Delete dedicated frame
13727 unconditionally when argument KILL is non-nil. (Bug#9699)
13728 (switch-to-buffer): Fix doc-string typo.
13729
13730 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13731
13732 * eshell/eshell.el (eshell-command): Avoid using hooks.
13733
13734 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13735
13736 * bindings.el ([M-left],[M-right]): Bind to left-word and
13737 right-word respectively.
13738
13739 2011-10-07 Glenn Morris <rgm@gnu.org>
13740
13741 * cus-start.el (debug-on-quit): Fix custom type.
13742
13743 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13744
13745 * subr.el (define-key-after): Clarify that the function is not
13746 useful for non-menu keymaps.
13747
13748 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13749
13750 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13751
13752 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13753 in current minibuffer (Fix bug with recursive minibuffers).
13754
13755 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13756
13757 * progmodes/gdb-mi.el (gdb): Doc fix.
13758
13759 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13760
13761 * window.el (frame-auto-hide-function): New option replacing
13762 frame-auto-delete. Suggested by Stefan Monnier.
13763 (window--delete): Call frame-auto-hide-function instead of
13764 investigating frame-auto-delete.
13765 (window-point-1, set-window-point-1): New functions.
13766 (window-in-direction, record-window-buffer, window-state-get-1)
13767 (display-buffer-record-window): Use window-point-1 instead of
13768 window-point.
13769 (set-window-buffer-start-and-point): Use set-window-point-1.
13770
13771 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13772
13773 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13774
13775 2011-10-05 Glenn Morris <rgm@gnu.org>
13776
13777 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13778 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13779
13780 2011-10-05 Leo Liu <sdl.web@gmail.com>
13781
13782 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13783 works with buffer object.
13784
13785 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * mpc.el (mpc-tool-bar-map): Add labels.
13788
13789 2011-10-04 Glenn Morris <rgm@gnu.org>
13790
13791 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13792
13793 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13794
13795 * window.el (window--delete): New function.
13796 (frame-auto-delete): Resuscitate option.
13797 (bury-buffer, replace-buffer-in-windows)
13798 (quit-window): Rewrite using window--delete.
13799 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13800 Pass display-buffer-mark-dedicated to window--display-buffer-2
13801 (Bug#9639).
13802
13803 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13804
13805 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13806 returns a list (bug#9554). Add remote file name completion.
13807 * comint.el (comint--table-subvert): Curry and get quote&unquote
13808 functions as arguments.
13809 (comint--complete-file-name-data): Adjust call accordingly.
13810 * pcomplete.el (pcomplete--table-subvert): Remove.
13811 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13812
13813 * minibuffer.el (completion-table-case-fold): Use currying.
13814 (completion--styles-type, completion--cycling-threshold-type):
13815 New constants.
13816 (completion-styles, completion-category-overrides)
13817 (completion-cycle-threshold): Use them.
13818 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13819 completion-table-case-fold.
13820
13821 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13822
13823 * minibuffer.el (completion-category-overrides): Fix type of styles
13824 and add more user friendly tags (bug#9660).
13825
13826 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13829 (mule-input-method-string): New widget.
13830 (default-input-method, language-info-custom-alist): Use it.
13831
13832 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * pcomplete.el: Require comint.
13835 (pcomplete--common-suffix): Remove.
13836 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13837 (pcomplete--table-subvert): Sync with comint--table-subvert.
13838 (pcomplete--entries): Use comint-completion-file-name-table.
13839 * comint.el (comint-unquote-filename): Simplify.
13840 (comint-completion-file-name-table): New function (bug#9616).
13841 (comint--complete-file-name-data): Use it.
13842
13843 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13844 (pcmpl-gnu-tar-buffer): Remove.
13845 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13846 around. Make sure pcomplete-suffix-list is only changed temporarily.
13847 Don't look inside the tar's file if it's too large.
13848
13849 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13850
13851 * cus-edit.el (custom-mode-map):
13852 * epa.el (epa-key-list-mode-map):
13853 * man.el (Man-mode-map):
13854 * startup.el (splash-screen-keymap):
13855 * simple.el (special-mode-map): Use scroll-up-command and
13856 scroll-down-command.
13857
13858 * progmodes/idlw-help.el (idlwave-help-mode-map):
13859 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13860 * net/newst-plainview.el (newsticker-mode-map):
13861 * emulation/ws-mode.el (wordstar-mode-map):
13862 * emulation/vi.el (vi-com-map):
13863 * calc/calc-graph.el (calc-graph-show-dumb):
13864 * term/sun.el (terminal-init-sun):
13865 * term/ns-win.el (global-map):
13866 * progmodes/grep.el (grep-mode-map):
13867 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13868 * mail/rmail.el (rmail-mode-map):
13869 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13870
13871 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13872 custom-safe-themes as special.
13873
13874 2011-10-01 Julien Danjou <julien@danjou.info>
13875
13876 * notifications.el (notifications-notify): Fix docstring.
13877
13878 2011-10-01 Per Starbäck <per@starback.se>
13879
13880 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13881
13882 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13883
13884 * startup.el (command-line-1): Fix last fix by inserting
13885 initial-scratch-message into *scratch* before displaying it.
13886 (Bug#9605) and (Bug#9636)
13887
13888 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13889
13890 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13891 window is hscrolled, move by logical lines. (Bug#9607)
13892 (line-move-visual): Update the doc string to the above effect.
13893
13894 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13895
13896 * window.el (display-buffer-record-window): When WINDOW is the
13897 selected window use `point' instead of `window-point'. (Bug#9626)
13898
13899 * startup.el (command-line-1): Use insert-before-markers when
13900 inserting initial-scratch-message. (Bug#9605)
13901
13902 * help.el (help-window): Remove variable.
13903
13904 2011-09-29 Glenn Morris <rgm@gnu.org>
13905
13906 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13907
13908 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13909
13910 * descr-text.el (describe-char-categories): Accept category
13911 descriptions more than one line long.
13912
13913 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13914
13915 * simple.el (delete-trailing-whitespace): Fix last change.
13916
13917 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13918 Don't confuse "y => 3" as the beginning of a `y' operation.
13919
13920 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13921 object has more than 4 slots (bug#9613).
13922
13923 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13924
13925 * subr.el (with-output-to-temp-buffer):
13926 * net/quickurl.el (quickurl, quickurl-browse-url):
13927 Fix typos in docstrings.
13928
13929 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13930
13931 * minibuffer.el (completion-styles)
13932 (completion-category-overrides): Cross reference each other in doc
13933 strings.
13934
13935 2011-09-27 Glenn Morris <rgm@gnu.org>
13936
13937 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13938 to split-string. (Bug#9606)
13939
13940 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13941
13942 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13943 (bug#9615).
13944
13945 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13946
13947 * emacs-lisp/package.el (list-packages): Fix echo area message.
13948
13949 2011-09-27 Leo Liu <sdl.web@gmail.com>
13950
13951 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13952
13953 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13954
13955 * net/dbus.el (dbus-unregister-object): Don't release services for
13956 registered signals. (Bug#9581)
13957
13958 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13959
13960 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13961 function that picks between cfengine 2 and 3 support
13962 automatically. Update docs accordingly.
13963
13964 2011-09-22 Kenichi Handa <handa@m17n.org>
13965
13966 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13967 ZERO.
13968 (indian-itrans-v5-table-for-tamil): New variable.
13969 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13970
13971 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13972
13973 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13974 that's true if the current command involved collapsing of text.
13975 It's reset to false at the beginning of the next command.
13976 (allout-post-command-business): Move the cursor to the beginning
13977 of entry if the cursor is hidden and collapsing activity just
13978 happened.
13979
13980 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13981
13982 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13983 tracking (Bug#9541).
13984
13985 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13986
13987 * net/newst-reader.el (newsticker-html-renderer)
13988 (newsticker-show-news): Automatically load html rendering package
13989 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13990 because w3m-fill-column is let-bound" and the error "Symbol's value
13991 as variable is void: w3m-fill-column".
13992
13993 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13994
13995 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13996 Release services only if they are defined. (Bug#9581)
13997
13998 2011-09-23 Richard Stallman <rms@gnu.org>
13999
14000 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14001 distinguish start of paragraph from start of its text.
14002
14003 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14004
14005 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14006 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14007 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14008
14009 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14010
14011 * international/mule-diag.el (mule-diag): Insert a newline after
14012 each fontset description.
14013
14014 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * simple.el (delete-trailing-whitespace):
14017 Document last change; simplify.
14018
14019 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14020
14021 * simple.el (delete-trailing-whitespace): Also delete
14022 extra newlines at the end of the buffer.
14023
14024 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14025 (picture-newline): Use forward-line so as to ignore fields.
14026
14027 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14028
14029 * subr.el (with-wrapper-hook): Fix edebug spec.
14030
14031 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14032
14033 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14034 (bug#4538).
14035
14036 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14037
14038 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14039 Fix nasty bug using wrong cached values.
14040
14041 2011-09-23 Alan Mackenzie <acm@muc.de>
14042
14043 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14044
14045 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14046
14047 * window.el (pop-to-buffer): Ensure right window is selected if we
14048 chose another frame.
14049
14050 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14051
14052 * simple.el (what-cursor-position): Use get-char-property-change
14053 and next-single-char-property-change, to be able to show display
14054 properties that come from overlays as well as text properties.
14055
14056 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14057
14058 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14059
14060 * cmuscheme.el (run-scheme, switch-to-scheme):
14061 * cus-edit.el (customize-group, custom-buffer-create)
14062 (customize-browse):
14063 * info.el (info):
14064 * shell.el (shell):
14065 * mail/sendmail.el (mail):
14066 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14067
14068 2011-09-22 Richard Stallman <rms@gnu.org>
14069
14070 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14071 move back only to line beg, don't move back over blank lines.
14072
14073 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14074
14075 * files.el (copy-directory): Set directory attributes only in case
14076 they could be retrieved from the source directory. (Bug#9565)
14077
14078 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14079
14080 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14081 (hs-find-block-beginning, hs-hide-level-recursive):
14082 Ignore strings as well as comments. (Bug#9502)
14083
14084 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14085
14086 * progmodes/sql.el (sql-comint-postgres):
14087 Convert port number to a string. (Bug#9566)
14088
14089 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14090
14091 * window.el (quit-window): Undedicate window when switching to
14092 previous buffer. Reported by Thierry Volpiatto
14093 <thierry.volpiatto@gmail.com>.
14094 (special-display-popup-frame): When popping up a new frame reset
14095 its previous buffers to nil. Simplify code.
14096
14097 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14098
14099 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14100 and process filter, as done also in `shell-command'.
14101
14102 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14103
14104 * window.el (set-window-buffer-start-and-point):
14105 Call set-window-start with NOFORCE argument t.
14106 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14107 (quit-window): Reword doc-string. Handle new format of
14108 quit-restore parameter. Don't delete window if it has a
14109 previous buffer we can show instead of the present one.
14110 (display-buffer-record-window): Rewrite using a new format for
14111 the quit-restore window parameter
14112 (special-display-popup-frame, display-buffer-same-window)
14113 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14114 (display-buffer-pop-up-window, display-buffer-use-some-window):
14115 Adapt symbol passed to display-buffer-record-window.
14116 * help.el (help-window-setup): Handle new format of quit-restore
14117 parameter.
14118
14119 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * faces.el (face-list): Fix docstring (bug#9564).
14122
14123 * window.el (display-buffer--action-function-custom-type):
14124 Don't include internal functions in the Custom interface.
14125
14126 2011-09-20 Juri Linkov <juri@jurta.org>
14127
14128 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14129 (Info-forward-node, Info-backward-node, Info-next-preorder)
14130 (Info-last-preorder): Use it. (Bug#9528)
14131
14132 2011-09-20 Juri Linkov <juri@jurta.org>
14133
14134 * info.el (Info-last-preorder): Visit last menu item only when
14135 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14136
14137 2011-09-20 Julien Danjou <julien@danjou.info>
14138
14139 * password-cache.el (password-cache-remove): Remove entries even if the
14140 value is nil, so that password with a nil value (negative caching) is
14141 possible to invalidate.
14142
14143 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14144
14145 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14146 all whitespace around breakpoint. (Bug#9553)
14147 (f90-find-breakpoint): Only break at whitespace inside a comment.
14148
14149 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14150
14151 * minibuffer.el (completion-file-name-table): Keep track of errors.
14152 (completion-table-with-predicate): Handle the case where pred1 is nil.
14153 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14154
14155 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14156
14157 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14158 (debugger-return-value): Signal an error if the debugging context does
14159 not await any return value.
14160
14161 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14162 * image-mode.el (image-toggle-display-text)
14163 (image-toggle-display-image): Stay away from evil `intangible'.
14164
14165 2011-09-19 Leo Liu <sdl.web@gmail.com>
14166
14167 * replace.el (occur-revert-arguments): Make it permanent-local.
14168 (occur-mode): Don't call font-lock-defontify.
14169
14170 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14171
14172 * net/ldap.el (ldap-search-internal): Don't push empty search
14173 result (Bug#9508).
14174
14175 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14176
14177 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14178
14179 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14180
14181 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14182 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14183
14184 2011-09-18 Juri Linkov <juri@jurta.org>
14185
14186 * buff-menu.el (Buffer-menu-mode-map):
14187 * dired.el (dired-mode-map):
14188 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14189 (lisp-interaction-mode-map):
14190 * emacs-lisp/package.el (package-menu-mode-map):
14191 * epa.el (epa-key-list-mode-map):
14192 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14193 (menu-bar-options-menu):
14194 * outline.el (outline-mode-menu-bar-map):
14195 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14196 * vc/vc-dir.el (vc-dir-menu-map):
14197 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14198 Capitalize non-function content words in menu item strings.
14199
14200 * dired.el (dired-mode-map): Add menu item for
14201 `image-dired-dired-toggle-marked-thumbs'.
14202
14203 2011-09-18 Juri Linkov <juri@jurta.org>
14204
14205 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14206 to `isearch-case-fold-search' and restore its original value
14207 after the `isearch-mode' call.
14208
14209 2011-09-18 Juri Linkov <juri@jurta.org>
14210
14211 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14212 because `zgrep' returns 1 for successful matches (bug#9226).
14213
14214 2011-09-18 Juri Linkov <juri@jurta.org>
14215
14216 * info.el (Info-extract-menu-node-name): Check the second match
14217 for empty string (second test-case of bug#9528).
14218 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14219 intermediate nodes to the history (first test-case of bug#9528).
14220
14221 2011-09-18 Juri Linkov <juri@jurta.org>
14222
14223 * info.el (Info-mode-syntax-table): New variable.
14224 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14225
14226 2011-09-18 Juri Linkov <juri@jurta.org>
14227
14228 * info.el (Info-file-supports-index-cookies):
14229 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14230 outputs one more line for long file names (bug#4142).
14231
14232 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14233
14234 * newcomment.el (comment-normalize-vars): If prompting for
14235 comment-start, set comment-start-skip too (Bug#8424).
14236
14237 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14238
14239 * icomplete.el: Fix previous fix of Bug#5849.
14240 (icomplete-mode): Don't set completion-show-inline-help.
14241 (icomplete-minibuffer-setup): Set completion-show-inline-help
14242 locally during icompletion.
14243
14244 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14245
14246 * woman.el (woman2-process-escapes): Don't delete unrecognized
14247 escapes (Bug#7843).
14248
14249 * files.el (inhibit-first-line-modes-regexps): Add image files.
14250 (hack-local-variables-prop-line): Return nil for malformed
14251 prop-lines (Bug#9044).
14252
14253 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14254
14255 * net/tramp.el (top): Don't require 'shell.
14256 (tramp-methods): Fix docstring.
14257 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14258 Return complete remote file name. Handle "smb" case.
14259 Use `tramp-tmpdir', if defined for the respective method.
14260 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14261
14262 * net/tramp-compat.el (top): Require 'shell.
14263
14264 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14265 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14266 `tramp-current-host'.
14267 (tramp-get-remote-tmpdir): Remove.
14268
14269 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14270 `tramp-tmpdir' entries.
14271 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14272 (tramp-smb-handle-file-attributes): Ignore errors.
14273 (tramp-smb-wait-for-output): Check also for process end.
14274
14275 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14276
14277 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14278 when sending QUIT (bug#9312).
14279
14280 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14281
14282 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14283 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14284 occur-mode-display-occurrence.
14285 (occur-edit-mode): Add usage message.
14286 (occur-cease-edit): New command.
14287 (occur-after-change-function): Use text properties to find the
14288 position of the prefix text.
14289 (occur-engine): Set stickiness of prefix text properties.
14290
14291 2011-09-17 Glenn Morris <rgm@gnu.org>
14292
14293 * progmodes/etags.el (complete-tag):
14294 Fix call to completion-in-region. (Bug#9526)
14295
14296 2011-09-17 Juri Linkov <juri@jurta.org>
14297
14298 * textmodes/ispell.el (ispell-word): Add to the error message
14299 the word, ispell program name and current dictionary (bug#9121).
14300 (ispell-tex-arg-end): Capitalize "error" in the error message.
14301
14302 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14303
14304 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14305 check. (Bug#4251)
14306
14307 2011-09-17 Juri Linkov <juri@jurta.org>
14308
14309 * window.el (window-safe-min-height, window-safe-min-width):
14310 Fix typos (followup to bug#9522).
14311
14312 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14313
14314 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14315
14316 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14317
14318 * simple.el (line-move): If goal-column is set, move by logical
14319 lines, not by display lines. (Bug#971)
14320 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14321 to reflect the above change.
14322
14323 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * image.el (imagemagick-register-types): Use regexp-opt.
14326
14327 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14328
14329 * window.el (display-buffer-base-action): Rename from
14330 display-buffer-default-action. Make default value empty.
14331 (display-buffer-overriding-action): Convert to defvar.
14332 (display-buffer-fallback-action): New var.
14333
14334 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14335
14336 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14337 declaration.
14338 (package--add-to-archive-contents): If there is a duplicate entry
14339 with an older version, remove it.
14340 (package-menu-mark-delete, package-menu-mark-install)
14341 (package-menu-mark-unmark): Make unused args optional.
14342 (package-menu-mark-obsolete-for-deletion):
14343 Use package-menu-get-status instead of a regexp search.
14344 (package-menu-get-status): Use tabulated-list-entry.
14345 (package-menu-mark-upgrades): New command.
14346 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14347 (package-menu-execute): Do installation before deletion.
14348 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14349 instead of checking major-mode.
14350 (package-menu--find-upgrades): New function.
14351
14352 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14353
14354 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14355 passwords in the log buffer.
14356 (smtpmail-process-filter): Update the process marker so that the
14357 "broken by peer" status message is inserted in the right place.
14358
14359 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14360
14361 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14362 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14363 bibtex-completion-at-point-function.
14364 (bibtex-completion-at-point-function): Use them.
14365
14366 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14367
14368 * mpc.el (mpc-constraints-tag-lookup): New function.
14369 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14370 also to browser "album|playlist".
14371
14372 2011-09-14 Juri Linkov <juri@jurta.org>
14373
14374 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14375 (isearch-edit-string): Use length of `isearch-string' when
14376 `isearch-fail-pos' returns nil.
14377 (isearch-message): Remove duplicate code and call
14378 `isearch-fail-pos' with arg `t'.
14379
14380 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14381
14382 * replace.el (occur-mode-goto-occurrence): Don't force using other
14383 window (Bug#9499).
14384
14385 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14386
14387 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14388
14389 * window.el (display-buffer-window): Remove.
14390 (display-buffer-record-window): Use help-setup window parameter
14391 instead of variable display-buffer-window.
14392 (display-buffer-function, special-display-buffer-names)
14393 (special-display-function): Mention help-setup parameter instead
14394 of display-buffer-window in doc-string.
14395 * help.el (help-window-setup): New argument help-window.
14396 Use help-window-setup parameter instead of display-buffer-window.
14397 Reword some messages.
14398 (with-help-window): Pass window used for displaying the buffer
14399 to help-window-setup. Don't set display-buffer-window.
14400
14401 2011-09-13 Glenn Morris <rgm@gnu.org>
14402
14403 * emacs-lisp/debug.el (debugger-make-xrefs):
14404 Preserve point. (Bug#9462)
14405
14406 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14407
14408 * window.el (window-deletable-p): Use next-frame.
14409
14410 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14411
14412 * window.el (window-auto-delete): Remove.
14413 (window-deletable-p): Remove argument FORCE. Don't deal with
14414 dedication and previous buffers.
14415 (switch-to-prev-buffer): Don't delete window.
14416 (delete-windows-on): Delete a window's frame if and only if the
14417 window is dedicated.
14418 (replace-buffer-in-windows): Delete buffer's window or frame if
14419 and only if window is dedicated.
14420 (quit-window): Handle quit-restore as before last change.
14421 (bury-buffer): Delete window only if window-deletable-p returns t.
14422
14423 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14424
14425 * window.el (window-deletable-p): Never delete the last frame on a
14426 given terminal.
14427
14428 2011-09-13 Glenn Morris <rgm@gnu.org>
14429
14430 * help.el (describe-key-briefly): Copy previous standard-output change.
14431
14432 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14433
14434 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14435
14436 2011-09-13 Glenn Morris <rgm@gnu.org>
14437
14438 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14439 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14440
14441 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14442
14443 * dired-aux.el (dired-mark-read-string): Don't return default
14444 value on empty input (Bug#9361).
14445 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14446 Omit initial minibuffer contents.
14447 (dired-do-chmod): Signal an error on empty input.
14448 (dired-mark-read-string): Don't return default on empty input.
14449
14450 * files.el (file-modes-symbolic-to-number): Doc fix.
14451
14452 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * international/mule-cmds.el (ucs-completions): Remove.
14455 (read-char-by-name): Use complete-with-action instead; add metadata.
14456
14457 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14458
14459 * window.el (display-buffer--action-function-custom-type)
14460 (display-buffer--action-custom-type): New vars.
14461 (display-buffer-alist, display-buffer-default-action)
14462 (display-buffer-overriding-action): Add defcustom types.
14463
14464 * frame.el (delete-other-frames): Doc fix (Bug#276).
14465
14466 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14467
14468 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14469
14470 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14471
14472 Change modes that used same-window-* vars to use switch-to-buffer.
14473
14474 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14475 Use switch-to-buffer.
14476
14477 * cus-edit.el (customize-group, custom-buffer-create)
14478 (customize-browse, custom-buffer-create-other-window):
14479 Use switch-to-buffer or switch-to-buffer-other-window.
14480
14481 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14482 (Info-prev, Info-up, Info-speedbar-goto-node)
14483 (info-display-manual): Use switch-to-buffer.
14484 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14485
14486 * mail/sendmail.el (mail): Use switch-to-buffer.
14487 (mail-recover): Use switch-to-buffer-other-window.
14488
14489 * cmuscheme.el (run-scheme, switch-to-scheme):
14490 * ielm.el (ielm):
14491 * shell.el (shell):
14492 * net/rlogin.el (rlogin):
14493 * net/telnet.el (telnet, rsh):
14494 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14495
14496 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14497
14498 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14499
14500 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14501
14502 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14503 so don't mention it (bug#9301).
14504 (dired-sort-toggle-or-edit): Clarify string further.
14505
14506 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14507 match `x', `w32' and `ns', like the manual says (bug#9029).
14508
14509 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14510 (process-kill-buffer-query-function): Mention the buffer name in
14511 the query.
14512
14513 * image-mode.el (image-next-line): The line parameter is mandatory
14514 (bug#9258).
14515
14516 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14517 which can be useful (bug#9301).
14518
14519 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14520
14521 * subr.el (match-string): Mention that the current buffer should
14522 be the same as the search was done in (bug#9282).
14523
14524 * facemenu.el: Disable the remove-* commands if the mark isn't
14525 active (bug#9162).
14526
14527 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14528
14529 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14530 of display-buffer.
14531 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14532
14533 * replace.el (occur-mode-goto-occurrence)
14534 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14535 and display-buffer.
14536
14537 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14538 display-buffer.
14539
14540 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14541 special-display and same-window variables.
14542 (mail-other-window): Use switch-to-buffer-other-window.
14543 (mail-other-frame): USe switch-to-buffer-other-frame.
14544
14545 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14546 Use display-buffer-other-frame.
14547 (gdb-display-gdb-buffer): Use pop-to-buffer.
14548
14549 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14550
14551 * progmodes/python.el: Don't set same-window-buffer-names.
14552
14553 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14554
14555 * window.el (display-buffer-alist): Add *Python*.
14556
14557 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14558
14559 * window.el (display-buffer-alist): Add entry for buffers
14560 previously handled same-window-*.
14561 (display-buffer-alist, display-buffer-default-action)
14562 (display-buffer-overriding-action): Mark as risky.
14563 (display-buffer-alist): Document action function changes.
14564 (display-buffer--same-window-action)
14565 (display-buffer--other-frame-action): New variables.
14566 (switch-to-buffer, display-buffer-other-frame): Use them.
14567 (display-buffer): Rename reuse-frame entry to reusable-frames.
14568 (display-buffer-reuse-selected-window): Function deleted.
14569 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14570 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14571 (display-buffer-special): New function.
14572 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14573 display-buffer-reuse-or-pop-window. Split off special-display
14574 part into display-buffer-special.
14575 (display-buffer-use-some-window): Don't perform any special
14576 pop-up-frames handling.
14577 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14578 (display-buffer--maybe-same-window): Rename from
14579 display-buffer-maybe-same-window.
14580
14581 * info.el: Don't set same-window-regexps.
14582 (info-setup): New function.
14583 (info-other-window, info): Call it.
14584
14585 * cus-edit.el: Don't set same-window-regexps.
14586 (customize-group): New argument.
14587 (customize-group-other-window): Use it.
14588 (customize-face, customize-face-other-window): Likewise.
14589 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14590
14591 * net/rlogin.el:
14592 * net/telnet.el:
14593 * progmodes/gud.el: Don't set same-window-regexps.
14594
14595 * cmuscheme.el:
14596 * ielm.el:
14597 * shell.el:
14598 * mail/sendmail.el:
14599 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14600
14601 2011-09-10 Juri Linkov <juri@jurta.org>
14602
14603 * isearch.el (isearch-edit-string): Remove obsolete mention of
14604 `C-w' (`isearch-yank-word-or-char') from docstring.
14605 (isearch-query-replace): Fix typo in docstring (bug#9466).
14606
14607 2011-09-10 Juri Linkov <juri@jurta.org>
14608
14609 * paren.el (show-paren-function): Don't show escaped parens.
14610 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14611
14612 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14613
14614 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14615 (mm-default-file-encoding): Remove autoload forms, they are
14616 replaced with autoload cookies in mml.el and mm-encode.el.
14617 (mail-add-attachment): New command.
14618 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14619 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14620 the doc string.
14621 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14622
14623 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14624
14625 * simple.el (count-words-region): Use buffer if there's no region
14626 (bug#9429).
14627
14628 2011-09-09 Juri Linkov <juri@jurta.org>
14629
14630 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14631 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14632 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14633
14634 2011-09-09 Alan Mackenzie <acm@muc.de>
14635
14636 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14637 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14638
14639 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14640
14641 Fix for Savannah bug#9392.
14642 * simple.el (mail-encode-mml): New defvar.
14643
14644 * mail/rmail.el (mail-encode-mml): Add a defvar.
14645 (rmail-enable-mime-composing): Default to t.
14646 (rmail-forward): Use MIME method of forwarding only if both
14647 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14648 Set mail-encode-mml non-nil if the MIME method was used.
14649
14650 * mail/sendmail.el (mml-to-mime): Add autoload form.
14651 (mail-encode-mml): Add a defvar.
14652 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14653 to nil.
14654 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14655 message through mml-to-mime, and reset mail-encode-mml to nil.
14656
14657 2011-09-09 Glenn Morris <rgm@gnu.org>
14658
14659 * woman.el (woman-if-body): When processing an .el block,
14660 do not delete the next .el block as well. (Bug#9447)
14661 (woman-special-characters): Add oq, cq, and hy characters.
14662
14663 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14664
14665 * window.el (window-deletable-p): Make sure window is live before
14666 invoking window-prev-buffers.
14667
14668 2011-09-08 Leo Liu <sdl.web@gmail.com>
14669
14670 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14671
14672 2011-09-08 Juri Linkov <juri@jurta.org>
14673
14674 * progmodes/compile.el (compilation-environment): Make it
14675 a defcustom (bug#8340).
14676
14677 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14678
14679 * window.el (frame-auto-delete): Rename to window-auto-delete.
14680 Make it control auto-deletion of windows and/or frames.
14681 (window-deletable-p): New argument FORCE. Rewrite conditions
14682 for deleting window/frame. (Bug#9419)
14683 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14684 Rewrite handling of case when window/frame can be deleted.
14685 (delete-windows-on): Call window-deletable-p with new FORCE
14686 argument t. (Bug#9456)
14687
14688 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14689
14690 * help-mode.el (help-mode): Restore autoload.
14691
14692 2011-09-07 Juri Linkov <juri@jurta.org>
14693
14694 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14695 `compilation-environment'. Set buffer-local
14696 `compilation-environment' to `thisenv' later after (funcall mode).
14697 (Bug#8340)
14698
14699 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14700 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14701 instead of replacing its value. (Bug#8340)
14702
14703 2011-09-07 Juri Linkov <juri@jurta.org>
14704
14705 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14706 based on text properties put by `grep-filter' instead of matching
14707 escape sequences.
14708 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14709 to the value of `grep-error-screen-columns' (bug#9438).
14710
14711 2011-09-07 Juri Linkov <juri@jurta.org>
14712
14713 * simple.el (next-error-highlight, next-error-highlight-no-select):
14714 Doc fix (bug#9432).
14715
14716 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14717
14718 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14719 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14720
14721 2011-09-07 Leo Liu <sdl.web@gmail.com>
14722
14723 * net/rcirc.el (rcirc-mode): Conditionally initialize
14724 rcirc-input-ring.
14725
14726 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * emacs-lisp/find-func.el (find-function-C-source): Only set
14729 find-function-C-source-directory after checking that we found a source
14730 file there (bug#9440).
14731
14732 2011-09-06 Alan Mackenzie <acm@muc.de>
14733
14734 * isearch.el (isearch-other-meta-char): Wherever a key list is
14735 unread, "unread" the prefix arg, too. This fixes bug #8901.
14736
14737 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14738
14739 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14740
14741 2011-09-05 Juri Linkov <juri@jurta.org>
14742
14743 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14744
14745 2011-09-05 Juri Linkov <juri@jurta.org>
14746
14747 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14748 keeping point where processing of grep matches begins, and
14749 continue to delete remaining escape sequences from the same point.
14750 (grep-filter): Make leading zero optional in "0?1;31m" because
14751 git-grep emits "\033[1;31m" escape sequences unlike expected
14752 "\033[01;31m" as GNU Grep does (bug#9408).
14753 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14754
14755 2011-09-05 Juri Linkov <juri@jurta.org>
14756
14757 * subr.el (y-or-n-p): Capitalize "yes".
14758
14759 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14760
14761 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14762 `tramp-cache-unload-hook' where appropriate.
14763 (tramp-methods): Rename `tramp-remote-sh' to
14764 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14765 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14766
14767 * net/tramp-sh.el (top): Don't require 'shell.
14768 (tramp-methods): Add `tramp-remote-shell' and
14769 `tramp-remote-shell-args' entries.
14770 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14771 (tramp-sh-handle-shell-command): Remove.
14772 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14773 Use `tramp-remote-shell'.
14774
14775 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14776
14777 * mail/sendmail.el (sendmail-query-once-function): Delete.
14778 (sendmail-query-once): Save directly to send-mail-function.
14779 Update message-send-mail-function too.
14780
14781 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14782
14783 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14784
14785 * progmodes/python.el (python-mode-map): Use correct function to
14786 start python interpreter from menu-bar (as reported by Geert
14787 Kloosterman).
14788 (inferior-python-mode-map): Fix typo.
14789 (python-shell-map): Remove.
14790
14791 2011-09-03 Deniz Dogan <deniz@dogan.se>
14792
14793 * net/rcirc.el (rcirc-print): Simplify code for
14794 rcirc-scroll-show-maximum-output. There is no need to walk
14795 through all windows to find the right one.
14796
14797 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14798
14799 * help.el (help-return-method): Doc fix.
14800
14801 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14802
14803 * window.el (window-deletable-p): Don't return a non-nil value
14804 when there's a buffer that was shown in the window before.
14805 (Bug#9419)
14806 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14807 Set window's previous buffers to nil.
14808
14809 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14810
14811 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14812 newline before and after the tag line, so it doesn't interfere
14813 with determining the paragraph direction of bidirectional text.
14814
14815 2011-09-03 Leo Liu <sdl.web@gmail.com>
14816
14817 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14818
14819 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14820
14821 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14822 (pop-to-buffer): Change interactive spec. Pass second argument
14823 directly to display-buffer.
14824 (display-buffer): Fix interactive spec. Use functionp to
14825 distinguish between a function and a list of functions.
14826
14827 * abbrev.el (edit-abbrevs):
14828 * arc-mode.el (archive-extract):
14829 * autoinsert.el (auto-insert):
14830 * bookmark.el (bookmark-bmenu-list):
14831 * files.el (find-file):
14832 * view.el (view-buffer):
14833 * progmodes/compile.el (compilation-goto-locus):
14834 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14835
14836 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14837
14838 * window.el (display-buffer-alist): Doc fix.
14839 (display-buffer): Add docstring. Don't treat
14840 display-buffer-default specially.
14841 (display-buffer-reuse-selected-window)
14842 (display-buffer-same-window, display-buffer-maybe-same-window)
14843 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14844 (display-buffer-pop-up-window)
14845 (display-buffer-reuse-or-pop-window)
14846 (display-buffer-use-some-window): New functions.
14847 (display-buffer-default-action): Use them.
14848 (display-buffer-default): Delete.
14849 (pop-to-buffer-1): Fix choice of actions.
14850
14851 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * minibuffer.el (completion--insert-strings): Don't get confused by
14854 completion entries that end with an LF char.
14855
14856 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14857
14858 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14859
14860 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14861
14862 * window.el (display-buffer): Restore interactive spec.
14863 (display-buffer-same-window, display-buffer-other-window):
14864 New functions.
14865 (pop-to-buffer-1): New function. Use the above.
14866 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14867 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14868
14869 * view.el (view-buffer-other-window, view-buffer-other-frame):
14870 Just use pop-to-buffer.
14871
14872 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14873
14874 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14875
14876 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14877
14878 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14879
14880 2011-08-31 Richard Stallman <rms@gnu.org>
14881
14882 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14883 of the separation of rmail-view-buffer from rmail-buffer.
14884 If you say no to "replace original", the decrypt is in the
14885 view buffer. If you say yes, the decrypt goes into the
14886 rmail buffer also.
14887
14888 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14889
14890 * window.el (display-buffer-window): Rewrite doc-string.
14891 (display-buffer-record-window): New function.
14892 (display-buffer-macro-specifiers)
14893 (display-buffer-even-window-sizes, display-buffer-set-height)
14894 (display-buffer-set-width, display-buffer-in-window)
14895 (display-buffer-reuse-window, display-buffer-split-specifiers)
14896 (display-buffer-side-specifiers, display-buffer-split-window-1)
14897 (display-buffer-split-window, display-buffer-split-atom-window)
14898 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14899 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14900 (display-buffer-other-window-means-other-frame)
14901 (display-buffer-normalize-special)
14902 (display-buffer-normalize-default)
14903 (display-buffer-normalize-argument)
14904 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14905 (display-buffer-normalize-specifiers, display-buffer-frame)
14906 (display-buffer-same-window, display-buffer-same-frame)
14907 (display-buffer-other-window)
14908 (display-buffer-same-frame-other-window)
14909 (display-buffer-other-frame, pop-to-buffer-same-window)
14910 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14911 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14912 (switch-to-buffer-same-frame)
14913 (switch-to-buffer-other-window-same-frame)
14914 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14915 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14916 (display-buffer-alist-set): Remove.
14917 (display-buffer-function, special-display-buffer-names)
14918 (special-display-regexps, special-display-function):
14919 In doc-string refer to display-buffer-window and quit-restore
14920 parameter.
14921 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14922 (special-display-frame-alist, special-display-popup-frame)
14923 (same-window-buffer-names, same-window-regexps, same-window-p)
14924 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14925 (split-window-preferred-function, split-height-threshold)
14926 (split-width-threshold, window-splittable-p)
14927 (split-window-sensibly, window--try-to-split-window)
14928 (window--frame-usable-p, even-window-heights)
14929 (window--even-window-heights, window--display-buffer-1)
14930 (window--display-buffer-2, display-buffer-other-frame):
14931 Restore old Emacs 23 code, order and doc-strings where applicable.
14932 (display-buffer-default, display-buffer-assq-regexp): New functions.
14933 (display-buffer-alist): Rewrite doc-string.
14934 (display-buffer-default-action)
14935 (display-buffer-overriding-action): New variables.
14936 (display-buffer, switch-to-buffer): Rewrite.
14937 (pop-to-buffer): Restore Emacs 23 behavior but use
14938 window-normalize-buffer-to-display.
14939 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14940 Restore Emacs 23 behavior but use
14941 window-normalize-buffer-to-switch-to.
14942 (pop-to-buffer-same-window): Rewrite.
14943 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14944 Rewrite using Emacs 23 options.
14945
14946 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14947
14948 * net/tramp.el (tramp-root-regexp): Remove.
14949 (tramp-completion-file-name-regexp-unified)
14950 (tramp-completion-file-name-regexp-separate)
14951 (tramp-completion-file-name-regexp-url): Don't use leading volume
14952 letter on w32 systems. (Bug#5303, Bug#9311)
14953 (tramp-drop-volume-letter): Simplify definition.
14954 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14955
14956 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14957
14958 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14959 (bug#9356).
14960
14961 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14962
14963 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14964
14965 2011-08-29 Juri Linkov <juri@jurta.org>
14966
14967 * isearch.el (isearch-done): Don't display message "Mark saved"
14968 when arg `edit' is non-nil to prevent its flicker in the echo area.
14969
14970 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14971
14972 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14973 obsolete packages for deletion.
14974
14975 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14976
14977 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14978 (help-mode): Derive help-mode from special-mode. Don't invoke
14979 view-mode from help-mode.
14980 (help-xref-override-view-map): Remove.
14981 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14982 view-mode is not used anymore.
14983
14984 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14985
14986 * server.el (server-port): Doc fix.
14987
14988 * cus-theme.el (custom-theme-choose-mode): Inherit from
14989 special-mode (Bug#9124).
14990 (custom-theme-choose-mode-map): Add special-mode to parent.
14991
14992 2011-08-28 Alan Mackenzie <acm@muc.de>
14993
14994 * progmodes/cc-fonts.el
14995 (c-make-font-lock-BO-decl-search-function): New function.
14996 (c-basic-matchers-after - "Fontify the clauses after various
14997 keywords"): Extract the three keyword lists for the 3 erroneous
14998 constructs from the list of four, and use the new function above
14999 in place of an old one.
15000
15001 2011-08-28 Deniz Dogan <deniz@dogan.se>
15002
15003 * net/rcirc.el (rcirc-insert-prev-input)
15004 (rcirc-insert-next-input): Remove unused argument.
15005
15006 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15007
15008 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15009
15010 2011-08-27 Alan Mackenzie <acm@muc.de>
15011
15012 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15013 handle function pointer parameters properly.
15014
15015 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15016
15017 * window.el (display-buffer-reuse-window): Fix case where
15018 selected window was reused with non-nil OTHER-WINDOW argument.
15019 (Bug#9381)
15020
15021 2011-08-27 Deniz Dogan <deniz@dogan.se>
15022
15023 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15024 oftc's NickServ messages.
15025
15026 2011-08-27 Glenn Morris <rgm@gnu.org>
15027
15028 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15029
15030 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15031
15032 * emacs-lisp/package.el (package-install): Call package-initialize
15033 if called interactively.
15034
15035 2011-08-26 Leo Liu <sdl.web@gmail.com>
15036
15037 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15038
15039 2011-08-25 Juri Linkov <juri@jurta.org>
15040
15041 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15042 `search-whitespace-regexp' (bug#9364).
15043
15044 2011-08-25 Juri Linkov <juri@jurta.org>
15045
15046 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15047 `regexp-search-ring' to their global values to protect from
15048 updating by `read-from-minibuffer' (bug#9185).
15049
15050 2011-08-25 Juri Linkov <juri@jurta.org>
15051
15052 * textmodes/ispell.el (ispell-command-loop): Add newline
15053 at the end of the "Use option `i'..." line.
15054
15055 2011-08-25 Juri Linkov <juri@jurta.org>
15056
15057 * battery.el (display-battery-mode): If `battery-status-function'
15058 or `battery-mode-line-format' is nil, display the message and set
15059 `display-battery-mode' to nil (bug#9363).
15060
15061 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15062
15063 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15064 bidi-string-mark-left-to-right; they are unnecessary now.
15065
15066 2011-08-25 Deniz Dogan <deniz@dogan.se>
15067
15068 * net/quickurl.el: Documentation typo fixes.
15069
15070 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15071
15072 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15073
15074 2011-08-25 Glenn Morris <rgm@gnu.org>
15075
15076 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15077
15078 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15079 (smtpmail-via-smtp): Handle nil response from smtp.
15080
15081 2011-08-24 Juri Linkov <juri@jurta.org>
15082
15083 * proced.el (proced-marked): Inherit from `error' instead of
15084 `font-lock-warning-face'.
15085
15086 * ibuffer.el (ibuffer-marked-face): Change default face from
15087 `font-lock-warning-face' to `warning'.
15088 (ibuffer-deletion-face): Change default face from
15089 `font-lock-type-face' to `error'.
15090
15091 * battery.el (battery-update): Use the face `error' instead of
15092 `font-lock-warning-face' (bug#6117).
15093
15094 2011-08-24 Juri Linkov <juri@jurta.org>
15095
15096 * faces.el (success): Change face color from "Green3" to
15097 "ForestGreen" on light background (bug#9353).
15098
15099 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15100
15101 * window.el (quit-window): Rename from quit-restore-window.
15102 Use same arglist as old quit-window.
15103 (frame-auto-delete): Doc fix.
15104
15105 * view.el (view-mode-exit): Use quit-window.
15106
15107 2011-08-24 Juri Linkov <juri@jurta.org>
15108
15109 * isearch.el (isearch-ring-adjust1): Start visiting previous
15110 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15111 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15112 for empty search string (when the last search string is reused
15113 automatically) to adjust the isearch ring to the last element and
15114 prepare the correct index for further M-p commands (bug#9185).
15115
15116 2011-08-24 Kenichi Handa <handa@m17n.org>
15117
15118 * international/ucs-normalize.el: If decomposition property of
15119 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15120 nil.
15121 (nfd, nfkd): Likewise.
15122
15123 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15124
15125 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15126 from process filters aren't reliably transmitted to the surrounding
15127 accept-process-output.
15128 (mpc-proc-check): New function.
15129 (mpc-proc-sync): Use it (bug#8293)
15130
15131 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15132
15133 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15134 Add compatibility functions (bug#9313).
15135
15136 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15137
15138 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15139
15140 * international/uni-bidi.el: Regenerate.
15141
15142 2011-08-23 Kenichi Handa <handa@m17n.org>
15143
15144 * international/charprop.el:
15145 * international/uni-bidi.el:
15146 * international/uni-category.el:
15147 * international/uni-combining.el:
15148 * international/uni-comment.el:
15149 * international/uni-decimal.el:
15150 * international/uni-decomposition.el:
15151 * international/uni-digit.el:
15152 * international/uni-lowercase.el:
15153 * international/uni-mirrored.el:
15154 * international/uni-name.el:
15155 * international/uni-numeric.el:
15156 * international/uni-old-name.el:
15157 * international/uni-titlecase.el:
15158 * international/uni-uppercase.el: Regenerate.
15159
15160 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15161
15162 * help.el (help-window-setup): Fix message displayed when other
15163 window is reused. (Bug#9341)
15164
15165 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15168 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15169
15170 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15171 Mark obsolete.
15172 * shell.el (shell-parse-pcomplete-arguments): New function.
15173 (shell-completion-vars): Use it instead (bug#9160).
15174
15175 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15176
15177 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15178 strings and comments (bug#9333).
15179
15180 * emacs-lisp/debug.el (debug-arglist): New function.
15181 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15182 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15183
15184 2011-08-22 Juri Linkov <juri@jurta.org>
15185
15186 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15187 Revert regexp that highlights output switches to its old
15188 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15189
15190 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15191 to check for empty output (bug#9226).
15192
15193 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15194
15195 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15196 symbol-constituent as the default, as that stops font-lock from
15197 working properly (Bug#8843).
15198
15199 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15200
15201 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15202 `coding-system-for-*' around the process open call to avoid
15203 auth-source side effects.
15204 (smtpmail-try-auth-methods): Expand the secret password.
15205 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15206 probe hangs.
15207
15208 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15209
15210 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15211
15212 * emacs-lisp/find-func.el (find-function-noselect): New arg
15213 lisp-only.
15214
15215 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15216 signal an error for built-in functions (Bug#6664).
15217
15218 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15219
15220 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15221 (smtpmail-try-auth-methods): Use it.
15222
15223 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15224
15225 * font-lock.el (font-lock-fontify-region)
15226 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15227 (font-lock-default-unfontify-buffer)
15228 (font-lock-default-fontify-region)
15229 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15230
15231 * progmodes/compile.el (compilation-error-properties):
15232 Fix confusion between file struct and message struct (Bug#9319).
15233 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15234 `ant' regexp.
15235
15236 * net/browse-url.el (browse-url-firefox): Don't call
15237 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15238
15239 2011-08-20 Glenn Morris <rgm@gnu.org>
15240
15241 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15242
15243 * tutorial.el (tutorial--default-keys): Update some default bindings.
15244
15245 * files.el (hack-local-variables): Fully ignore case for "mode:".
15246
15247 2011-08-20 Alan Mackenzie <acm@muc.de>
15248
15249 Resolve invalid use of a regexp in regexp-opt.
15250
15251 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15252 detection for a java annotation.
15253
15254 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15255 detection for a java annotation.
15256
15257 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15258 handling for java.
15259 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15260
15261 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15262
15263 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15264 (Bug#9274).
15265
15266 2011-08-20 Alan Mackenzie <acm@muc.de>
15267
15268 Fontify CPP expressions correctly when starting in the middle of
15269 such a construct. Mainly for when jit-lock etc. starts a chunk
15270 here.
15271
15272 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15273 variable.
15274 (c-make-font-lock-search-form): New function, extracted from
15275 c-make-font-lock-search-function.
15276 (c-make-font-lock-search-function): Use the above function.
15277 (c-make-font-lock-context-search-function): New function.
15278 (c-cpp-matchers): Enhance the preprocessor expression case with
15279 the above function
15280 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15281 which takes an expression.
15282
15283 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15284
15285 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15286
15287 * window.el (display-buffer-reuse-window)
15288 (display-buffer-pop-up-window): Don't reuse or split a side
15289 window.
15290
15291 2011-08-19 Glenn Morris <rgm@gnu.org>
15292
15293 * files.el (hack-local-variables-prop-line, hack-local-variables):
15294 Downcase "Mode:". (Bug#9331)
15295
15296 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15297
15298 * international/characters.el: Add L and R categories.
15299
15300 * subr.el (bidi-string-mark-left-to-right): Rename from
15301 string-mark-left-to-right. Use category search.
15302
15303 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15304
15305 2011-08-18 Juri Linkov <juri@jurta.org>
15306
15307 * faces.el (error, warning, success): New faces with definitions
15308 copied from old default values of `font-lock-warning-face',
15309 `compilation-warning', `compilation-info' (bug#6117).
15310
15311 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15312
15313 * progmodes/compile.el (compilation-error): Inherit from `error'.
15314 (compilation-warning): Inherit from `warning'.
15315 (compilation-info): Inherit from `success'.
15316
15317 * dired.el (dired-marked): Inherit from `warning'.
15318 (dired-flagged): Inherit from `error'.
15319
15320 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15321
15322 * mail/smtpmail.el (auth-source): Require to avoid problems with
15323 binding variables (bug#9298). Also clean up some unused
15324 autoloads.
15325
15326 * net/network-stream.el (network-stream-open-starttls):
15327 Support using starttls.el without using gnutls-cli.
15328
15329 2011-08-17 Juri Linkov <juri@jurta.org>
15330
15331 * progmodes/grep.el (rgrep): Handle the case when
15332 `grep-find-command' is a cons cell (bug#9278).
15333
15334 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15335
15336 * window.el (display-buffer-pop-up-frame): Run frame creation
15337 function with BUFFER current (as special-display-popup-frame
15338 does). Reported by Drew Adams.
15339
15340 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15341
15342 * epa-mail.el: Simplify GnuPG group expansion using
15343 epg-expand-group.
15344 (epa-mail-group-alist, epa-mail-group-modtime)
15345 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15346 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15347 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15348 Remove.
15349
15350 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15351
15352 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15353
15354 2011-08-16 Alan Mackenzie <acm@muc.de>
15355
15356 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15357 Correct, to avoid the inside of macros.
15358
15359 2011-08-16 Richard Stallman <rms@gnu.org>
15360
15361 * epa-mail.el: Handle GnuPG group definitions.
15362 (epa-mail-group-alist, epa-mail-group-modtime)
15363 (epa-mail-gnupg-conf-file): New variables.
15364 (epa-mail-parse-groups, epa-mail-sync-groups)
15365 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15366 (epa-mail-expand-recipients): New functions.
15367 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15368
15369 * mail/rmail.el (rmail-epa-decrypt): New command.
15370
15371 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15372 Don't bind buffer-read-only, just inhibit-read-only.
15373 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15374 (epa-decrypt-armor-in-region): Make error message clearer.
15375
15376 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15379 and "a2b" to "ab" for `prefix'.
15380
15381 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15382
15383 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15384 filter groups.
15385 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15386 Fourquet (Bug#8804).
15387
15388 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15389
15390 * startup.el (argi): Declare as global variable (bug#9275).
15391
15392 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15393
15394 * subr.el (string-mark-left-to-right): Search the entire string
15395 for RTL script, not just the terminating character. Doc fix.
15396
15397 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15398
15399 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15400 New function.
15401 (js--regexp-literal, js-syntax-propertize-function): Remove.
15402 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15403 (js-mode-map): Don't rebind electric keys.
15404 (js-insert-and-indent): Remove.
15405 (js-mode): Setup electric-layout and electric-indent instead.
15406
15407 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15408
15409 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15410
15411 * epa.el (epa-progress-callback-function): Fix the logic of
15412 displaying progress.
15413 * epa-file.el (epa-file-insert-file-contents): Make progress
15414 display more user-friendly.
15415 (epa-file-write-region): Ditto.
15416
15417 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15418
15419 * subr.el (string-mark-left-to-right): New function.
15420
15421 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15422 Use string-mark-left-to-right.
15423 (list-buffers-noselect): Caller changed.
15424
15425 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15426 Use string-mark-left-to-right.
15427 (tabulated-list-print): Recenter after moving point.
15428
15429 2011-08-10 Juri Linkov <juri@jurta.org>
15430
15431 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15432 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15433 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15434
15435 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15436
15437 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15438 (Bug#7554).
15439
15440 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15441
15442 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15443 character. (Bug#6594)
15444
15445 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15446
15447 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15448 (image-dired--with-db-file): New macro.
15449 (image-dired-write-tags, image-dired-remove-tag)
15450 (image-dired-create-gallery-lists, image-dired-write-comments)
15451 (image-dired-get-comment, image-dired-mark-tagged-files)
15452 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15453 (image-dired-gallery-generate): Use insert-file-contents.
15454
15455 * time.el (display-time-world-list, display-time-world-display):
15456 * time-stamp.el (time-stamp-string):
15457 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15458 set-time-zone-rule (Bug#7337).
15459
15460 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15461
15462 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15463 (epg-error-to-string, epg-errors-to-string): New function.
15464 (epg-wait-for-completion): Reverse errors list.
15465 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15466 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15467 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15468 (epg-sign-keys, epg-generate-key-from-file)
15469 (epg-generate-key-from-string): Format errors by using
15470 epg-errors-to-string (bug#9255).
15471 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15472
15473 2011-08-07 Juri Linkov <juri@jurta.org>
15474
15475 * faces.el (list-faces-display): Remove extra angle bracket
15476 from `help-mode-map'.
15477
15478 * info.el (Info-history-toc-nodes): Doc fix.
15479
15480 * longlines.el (longlines-mode): Doc fix.
15481
15482 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15483
15484 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15485 of statements and in a few more cases (bug#9183).
15486
15487 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15488 New functions.
15489 (cl-transform-lambda): Use them (bug#9239).
15490
15491 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15492
15493 * window.el (display-buffer-same-window)
15494 (display-buffer-same-frame, display-buffer-other-window)
15495 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15496 (pop-to-buffer-other-window)
15497 (pop-to-buffer-same-frame-other-window)
15498 (pop-to-buffer-other-frame): Make them defuns.
15499 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15500
15501 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15502
15503 * subr.el (make-composed-keymap): Move from C. Change calling
15504 convention, and improve docstring to bring attention to a subtle point.
15505 * minibuffer.el (completing-read-default): Adjust accordingly.
15506
15507 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15508
15509 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15510 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15511
15512 * net/trampver.el: Update release number.
15513
15514 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15515
15516 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15517 "in" (bug#9190).
15518
15519 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15520
15521 * mail/sendmail.el (sendmail-query-once): Restore the current
15522 buffer after querying (bug#9074).
15523
15524 * dired.el (dired-flagged): Use different faces for marked and
15525 flagged files (bug#6117).
15526
15527 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15528 (bug#4433).
15529
15530 * ido.el (ido-mode): Switch off the message if called
15531 non-interactively.
15532
15533 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15534 before 587, since it appears that that's more likely to work for
15535 more people.
15536
15537 * cus-edit.el (custom-file): When running under emacs -q, always
15538 refuse to save the customizations, even if the .emacs file doesn't
15539 exist.
15540
15541 * info.el: Remove the `Info-beginning-of-buffer' function
15542 (bug#8325).
15543
15544 * net/network-stream.el (network-stream-open-starttls):
15545 Use `starttls-available-p' to see whether starttls.el can be used.
15546
15547 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15548
15549 * window.el (display-buffer-in-window): Don't set dedicated status
15550 of window here (Bug#9215).
15551 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15552 (display-buffer-pop-up-side-window)
15553 (display-buffer-in-side-window): Set dedicated status of window here.
15554
15555 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15556
15557 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15558 before binding generated-autoload-file.
15559
15560 2011-08-01 Deniz Dogan <deniz@dogan.se>
15561
15562 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15563
15564 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15565
15566 Sync with Tramp 2.2.2.
15567
15568 * net/trampver.el: Update release number.
15569
15570 2011-07-30 Juri Linkov <juri@jurta.org>
15571
15572 * dired-aux.el (dired-touch-initial): Remove function.
15573 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15574 current time, and `default' to the last modification time of the
15575 current marked file (bug#6887).
15576
15577 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15578
15579 * simple.el (goto-line): Use string-to-number to provide a
15580 numeric argument to read-number (bug#9163).
15581
15582 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15583
15584 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15585 connection process, it could be nil.
15586
15587 2011-07-27 Leo Liu <sdl.web@gmail.com>
15588
15589 Simplify url handling in rcirc-mode.
15590
15591 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15592 (rcirc-browse-url-at-mouse): Remove.
15593 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15594
15595 2011-07-26 Alan Mackenzie <acm@muc.de>
15596
15597 Fontify bitfield declarations properly.
15598
15599 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15600 (c-symbol-chars): Now exported as a lang variable.
15601 (c-not-primitive-type-keywords): New lang variable.
15602
15603 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15604 QT keyword "more" to prevent "more slots: ...." being spuriously
15605 parsed as a bitfield declaration.
15606
15607 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15608 Refactor and enhance to handle bitfield declarations.
15609 (c-punctuation-in): New function.
15610 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15611 declarations properly.
15612
15613 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15614
15615 * calendar/icalendar.el (icalendar--all-events): Take care of
15616 multiple vcalendars in a single file.
15617 (icalendar--convert-float-to-ical): Checkdoc fixes.
15618
15619 2011-07-25 Deniz Dogan <deniz@dogan.se>
15620
15621 * image.el (insert-image): Clarifying docstring.
15622
15623 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15624
15625 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15626 `tramp-send-command-and-check' if there is no error.
15627 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15628
15629 2011-07-22 Alan Mackenzie <acm@muc.de>
15630
15631 Prevent cc-langs.elc being loaded at run time.
15632
15633 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15634 cc-langs.
15635
15636 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15637 "(require 'cc-langs)". Quote a form so it will evaluate at
15638 (cc-mode's) compilation time.
15639
15640 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15641
15642 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15643 loading. (Bug#9114)
15644
15645 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15646
15647 * window.el (display-buffer-pop-up-window)
15648 (display-buffer-pop-up-side-window)
15649 (display-buffer-in-side-window): Call display-buffer-set-height
15650 and display-buffer-set-width after setting the new window's
15651 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15652
15653 2011-07-20 Sam Steingold <sds@gnu.org>
15654
15655 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15656 (etags-tags-included-tables): Call `convert-standard-filename' on
15657 the file names contained in TAGS so that windows Emacs can handle
15658 TAGS files created by cygwin ctags.
15659
15660 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15661
15662 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15663 which apparently didn't work.
15664
15665 2011-07-19 Roland Winkler <winkler@gnu.org>
15666
15667 * proced.el (proced-send-signal): For *Marked Processes* buffer
15668 put point at beginning of buffer.
15669
15670 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15671
15672 * proced.el (proced-format): Make header lines align with the text
15673 (bug#1779).
15674
15675 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15676
15677 * view.el (view-buffer): Allow running in `special' modes if we're
15678 visiting a file (bug#8615).
15679
15680 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15681
15682 * window.el (display-buffer-alist-of-strings-p)
15683 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15684 New functions.
15685 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15686 more accurately.
15687
15688 2011-07-18 Alan Mackenzie <acm@muc.de>
15689
15690 Fontify declarators properly when, e.g., a jit-lock chunk begins
15691 inside a declaration.
15692
15693 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15694
15695 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15696 New function.
15697 (c-complex-decl-matchers): Insert reference to
15698 c-font-lock-enclosing-decls.
15699
15700 * progmodes/cc-engine.el (c-backward-single-comment):
15701 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15702 to nil around calls to (forward-comment -1).
15703
15704 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15705
15706 * image.el (put-image): Doc typo fix.
15707
15708 * progmodes/etags.el (tags-search): Doc typo fix.
15709
15710 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15711 password if we get errors 550 to 554.
15712
15713 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15714
15715 * net/gnutls.el (gnutls-log-level): Remove.
15716
15717 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15718 indentation character (bug#6380).
15719
15720 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15721
15722 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15723 to clarify what the problem is (bug#4291).
15724
15725 * simple.el (current-kill): Clarify what
15726 `interprogram-paste-function' does (bug#7500).
15727 (auto-fill-mode): Document `auto-fill-function' in relation to
15728 `auto-fill-mode' (bug#2470).
15729
15730 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15731
15732 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15733 method if slot is read-only (bug#9035).
15734
15735 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15736
15737 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15738 * window.el (pop-to-buffer): Select window used even if it was
15739 selected before, see discussion of (Bug#8615), (Bug#6954).
15740 Pass argument NORECORD on to select-frame-set-input-focus.
15741
15742 2011-07-15 Glenn Morris <rgm@gnu.org>
15743
15744 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15745 Respect help-form.
15746
15747 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15748
15749 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15750 (gnutls-negotiate): Use it.
15751
15752 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15753
15754 * net/gnutls.el (gnutls-negotiate):
15755 Upcase `gnutls-algorithm-priority'.
15756
15757 2011-07-15 Glenn Morris <rgm@gnu.org>
15758
15759 * jka-compr.el (jka-compr-verbose): Move from here...
15760 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15761 Add missing :version tag.
15762 * info.el: No need to require jka-compr when compiling.
15763
15764 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15765
15766 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15767 (gnutls-negotiate): Use it.
15768
15769 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15770
15771 * info.el (Info-beginning-of-buffer): New command.
15772 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15773 announcing `b' as the key (bug#8325).
15774 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15775
15776 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15777
15778 * international/mule-cmds.el
15779 (describe-specified-language-support): Make the error message
15780 clearer (bug#8905).
15781
15782 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15783
15784 * isearch.el (isearch-barrier): Add a doc string, since it's
15785 mentioned in a function doc string (bug#8678).
15786
15787 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15788
15789 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15790 buffer argument (Bug#9083) and self-identifying label argument.
15791
15792 2011-07-15 Glenn Morris <rgm@gnu.org>
15793
15794 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15795
15796 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15797
15798 * man.el (Man-fontify-manpage): Fix message when formatting the
15799 man page (bug#7929).
15800
15801 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15802
15803 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15804 argument LRM; if non-nil, append an invisible LRM character to the
15805 buffer name.
15806 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15807 last argument non-nil, when formatting buffer names.
15808 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15809 paragraph direction.
15810
15811 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15812
15813 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15814 the man page name (bug#7929).
15815
15816 * image.el (put-image): Mention the `put-image' overlay property
15817 (bug#7834).
15818
15819 * scroll-bar.el (set-scroll-bar-mode): Mention that
15820 `scroll-bar-mode' lists the values (bug#7772).
15821
15822 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15823 command (bug#7729).
15824
15825 * rect.el (apply-on-rectangle): Return the point after the last
15826 operation.
15827 (string-rectangle): Go to the point after the last operation
15828 (bug#7522).
15829
15830 * printing.el (pr-toggle-region): Clarify the documentation
15831 slightly (bug#7493).
15832
15833 * time.el (display-time-update):
15834 Allow `display-time-mail-function' to return nil (bug#7158).
15835 Fix suggested by Detlev Zundel.
15836
15837 * vc/diff.el (diff): Clarify the order the file names are read
15838 (bug#7111).
15839
15840 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15841 the doc string (bug#7015).
15842
15843 * font-lock.el (font-lock-maximum-decoration): Mention what
15844 numeric levels mean (bug#6935).
15845
15846 * startup.el (initial-buffer-choice): Don't mention the `none'
15847 selection, which is against policy.
15848
15849 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15850
15851 * window.el (display-buffer-normalize-special):
15852 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15853
15854 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15855
15856 * subr.el (version<, version<=, version=): Mention "-CVS" and
15857 "-12345" alpha version numbers.
15858
15859 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15860
15861 * bindings.el: Add advertised binding for set-mark-command
15862 (Bug#5772).
15863
15864 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15865
15866 * bindings.el (mode-line-other-buffer):
15867 * bookmark.el (bookmark-bmenu-2-window):
15868 * bs.el (bs-cycle-next, bs-cycle-previous):
15869 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15870 switch-to-buffer.
15871
15872 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15873 Delete.
15874
15875 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15876
15877 * follow.el (follow-debug-message, follow-redisplay):
15878 * jka-cmpr-hook.el (with-auto-compression-mode):
15879 Fix typos in docstrings.
15880
15881 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15882
15883 * subr.el (with-silent-modifications): Clarify somewhat what the
15884 macro inhibits (bug#6525).
15885
15886 * simple.el (eval-expression): Note what it does if called
15887 interactively (bug#6495).
15888
15889 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15890
15891 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15892 Use pop-to-buffer buffer-or-name if it is nil.
15893
15894 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15895 Remove switch-to-buffer.
15896
15897 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15898
15899 * files.el (make-directory): Clarify that an error will be raised
15900 if there's an error (bug#6397).
15901
15902 * startup.el (initial-buffer-choice): Add `none' as a choice
15903 (bug#6234).
15904
15905 * subr.el (add-hook): Clarify section about buffer-local hooks
15906 (bug#6218).
15907
15908 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15909
15910 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15911
15912 * tabify.el (untabify): Preserve the current column so that point
15913 doesn't move (bug#6032).
15914
15915 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15916
15917 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15918 Rewrite to avoid awkward possessive "s" (bug#5986).
15919
15920 2011-07-13 Glenn Morris <rgm@gnu.org>
15921
15922 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15923 (dired-insert-directory): Give a message the first time
15924 if ls is found not to support --dired.
15925
15926 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15927
15928 * simple.el (toggle-truncate-lines): Clarify what is toggled
15929 (bug#5580). Text by Drew Adams.
15930
15931 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15932
15933 * simple.el (blink-matching-open): Make the error message from the
15934 last change less verbose.
15935
15936 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15937
15938 * font-lock.el (font-lock-comment-face): Use the high contrast
15939 "yellow" color for font-lock-comment-face on low color terminals
15940 using a dark background color (bug#4221).
15941
15942 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15943
15944 * dired.el (dired-insert-set-properties): Make the doc string
15945 reflect what it does now (bug#5325).
15946
15947 * simple.el (blink-matching-open): Say that we were unable to find
15948 the match within the limit, if we're limited (bug#5122).
15949
15950 * international/mule-cmds.el (prefer-coding-system): Add an
15951 example (bug#4869).
15952
15953 * progmodes/etags.el (tags-search): Document `file-list-form'
15954 (bug#4731).
15955
15956 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15957
15958 * net/browse-url.el (browse-url-default-browser)
15959 (browse-url-browser-function): Make the default browser choice a
15960 bit more logical (bug#4300). Also clean up the doc string.
15961
15962 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15963
15964 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15965 binary endings (bug#4440).
15966
15967 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15968
15969 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15970 which can be pretty annoying (bug#8971).
15971
15972 * jka-compr.el (jka-compr-verbose): New variable, and use
15973 throughout (bug#8971).
15974
15975 * info.el (Info-find-file): Fall back on the installation
15976 directory if we can't find the info node anywhere else.
15977
15978 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15979
15980 * vc/vc.el (vc-revert-file):
15981 Don't set file time-stamp in the past. (Bug#5181)
15982
15983 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15984
15985 * files.el (after-find-file): Give a better error message when
15986 trying to find a symlink that points to a file that doesn't exist
15987 (bug#4398).
15988
15989 * progmodes/cc-vars.el: Remove (probably) misleading comment
15990 (bug#4396).
15991
15992 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15993
15994 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15995
15996 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15997
15998 * mouse-sel.el: Hack restoring functionality, while keeping
15999 compatibility with 2010-07-03 changes to mouse selection.
16000 (mouse-sel-primary-overlay): New var.
16001 (mouse-sel-selection-alist): Use it.
16002 (mouse-sel-mode): Doc fix; remove points that are default features
16003 of mouse.el.
16004
16005 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16006
16007 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16008 Fix previous fix (bug#2490).
16009
16010 2011-07-12 Roland Winkler <winkler@gnu.org>
16011
16012 * textmodes/bibtex.el (bibtex-initialize):
16013 Use pop-to-buffer-same-window.
16014 (bibtex-search-entries): Fix interactive call.
16015
16016 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16017
16018 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16019 Fontise bytecomp Error lines more correctly (bug#2490).
16020 Fix suggested by Johan Bockgård.
16021
16022 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16023
16024 * dired-x.el (dired-guess-default): Use `delete-dups'.
16025
16026 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16027
16028 * dired.el (dired-mark-prompt):
16029 * dired-aux.el (dired-read-shell-command): Doc fix.
16030
16031 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16032
16033 * mail/sendmail.el (sendmail-query-once):
16034 Use `customize-save-variable' unconditionally, now that it works under
16035 emacs -Q.
16036
16037 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16038
16039 * cus-edit.el (custom-file): Take an optional no-error variable.
16040 (customize-save-variable): Set the variable, and give a warning if
16041 running under "emacs -q".
16042
16043 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16044
16045 * loadhist.el (unload-feature-special-hooks):
16046 Add `auto-coding-functions', `fill-nobreak-predicate' and
16047 `find-directory-functions' (bug#5327).
16048
16049 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16050
16051 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16052
16053 * cus-edit.el (custom-guess-name-alist): -alist variables should
16054 use the `alist' type (bug#3120). Suggested by Drew Adams.
16055
16056 * printing.el: Add documentation to all the `pr-toggle-' commands.
16057
16058 2011-07-11 Leo Liu <sdl.web@gmail.com>
16059
16060 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16061 backends where it makes sense (bug#2623).
16062
16063 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16064
16065 * dired-x.el (dired-guess-default): Remove duplicate shell command
16066 entries (bug#2028).
16067 (dired-guess-default): Fix grammar in doc string (bug#2028).
16068 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16069
16070 * subr.el (remove-duplicates): New conveniency function.
16071
16072 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16073
16074 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16075 (bug#1526).
16076
16077 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16078
16079 * window.el (display-buffer-normalize-default): Don't invert
16080 meaning of even-window-heights. Reported by Eli Zaretskii
16081 <eliz@gnu.org>.
16082
16083 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16084
16085 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16086
16087 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16088
16089 * window.el (display-buffer): Fix arguments to
16090 display-buffer-reuse-window in last change.
16091
16092 * faces.el (link): Use a less saturated blue on light backgrounds.
16093
16094 * startup.el (fancy-startup-text, fancy-about-text)
16095 (fancy-startup-tail): Use font-lock faces, for background safety.
16096
16097 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16098
16099 * emulation/viper-cmd.el (viper-change-state-to-vi):
16100 Limit triggering of abbrev expansion (Bug#9038).
16101
16102 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16103
16104 * window.el (display-buffer-default-specifiers): Remove.
16105 (display-buffer-macro-specifiers): Remove default specifiers.
16106 (display-buffer-alist): Default to nil.
16107 (display-buffer-reuse-window): New optional argument other-window.
16108 (display-buffer-pop-up-window): Allow splitting internal
16109 windows. Check whether a live window was created.
16110 (display-buffer-other-window-means-other-frame)
16111 (display-buffer-normalize-arguments): Rename to
16112 display-buffer-normalize-argument and rewrite. Set the
16113 other-window specifier.
16114 (display-buffer-normalize-special): New function.
16115 (display-buffer-normalize-options): Rename to
16116 display-buffer-normalize-default and rewrite.
16117 (display-buffer-normalize-options-inhibit): Remove.
16118 (display-buffer-normalize-specifiers): Rewrite.
16119 (display-buffer): Process other-window specifier and call
16120 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16121 more faithfully.
16122 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16123 (display-buffer-alist-set): Don't handle 'unset default values.
16124 (display-buffer-in-window, display-buffer-alist-set):
16125 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16126 <tassilo@member.fsf.org>.
16127
16128 2011-07-09 Leo Liu <sdl.web@gmail.com>
16129
16130 * register.el (insert-register): Restore accidental change on
16131 2011-06-26. (Bug#9028)
16132
16133 2011-07-09 Glenn Morris <rgm@gnu.org>
16134
16135 * subr.el (remq): Handle the empty list. (Bug#9024)
16136
16137 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16138
16139 * mail/sendmail.el (send-mail-function): No longer delay custom
16140 initialization.
16141 * custom.el (custom-initialize-delay): Doc fix.
16142
16143 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16144
16145 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16146
16147 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16148
16149 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16150 human-friendly prompt.
16151
16152 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16153
16154 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16155 provided by a particular plugin.
16156
16157 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16158
16159 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16160 save customizations (with "emacs -Q"), just set the variable
16161 instead of erroring out.
16162
16163 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16164
16165 2011-07-08 Juri Linkov <juri@jurta.org>
16166
16167 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16168 (archive-zip-update-case): Use 7z if found by `executable-find'.
16169 The order of searching the available programs is the same as in
16170 `archive-zip-extract' (bug#8968).
16171
16172 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16173
16174 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16175 (menu-bar-options-menu): Tweak descriptions.
16176
16177 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16178
16179 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16180 menu items into verb phrases (bug#1421). Also refill to fit under
16181 80 columns.
16182
16183 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16184
16185 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16186 (Info-read-node-name): Doc fix (Bug#1084).
16187
16188 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16189 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16190 (end-of-sexp, beginning-of-sexp)
16191 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16192 (forward-symbol, forward-same-syntax, word-at-point)
16193 (sentence-at-point): Doc fix (Bug#1144).
16194
16195 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16196
16197 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16198 should cover it (bug#1281).
16199
16200 * cus-edit.el (custom-show): Mark as obsolete.
16201
16202 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16203 negotiation fails, then possibly try again with a non-encrypted
16204 connection (bug#9017).
16205
16206 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16207 be used.
16208
16209 2011-07-07 Richard Stallman <rms@gnu.org>
16210
16211 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16212 property, and handle its changed format.
16213 Look for the correct line number.
16214 Use file's line contents (but not past first =) to find
16215 correct line in message.
16216
16217 2011-07-07 Kenichi Handa <handa@m17n.org>
16218
16219 * international/characters.el (build-unicode-category-table):
16220 Delete it.
16221 (unicode-category-table): Set it by unicode-property-table-internal.
16222
16223 * international/mule-cmds.el (char-code-property-alist): Move to
16224 to src/chartab.c.
16225 (get-char-code-property): Call unicode-property-table-internal to
16226 load a file. Call get-unicode-property-internal where necessary.
16227 (put-char-code-property): Call unicode-property-table-internal to
16228 load a file. Call put-unicode-property-internal where necessary.
16229 put-unicode-property-internal where necessary.
16230 (char-code-property-description):
16231 Call unicode-property-table-internal to load a file.
16232
16233 * international/charprop.el:
16234 * international/uni-bidi.el:
16235 * international/uni-category.el:
16236 * international/uni-combining.el:
16237 * international/uni-comment.el:
16238 * international/uni-decimal.el:
16239 * international/uni-decomposition.el:
16240 * international/uni-digit.el:
16241 * international/uni-lowercase.el:
16242 * international/uni-mirrored.el:
16243 * international/uni-name.el:
16244 * international/uni-numeric.el:
16245 * international/uni-old-name.el:
16246 * international/uni-titlecase.el:
16247 * international/uni-uppercase.el: Regenerate.
16248
16249 * loadup.el: Load international/charprop.el before
16250 international/characters.
16251
16252 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16253
16254 * window.el (next-buffer, previous-buffer): Signal an error if
16255 called from a minibuffer window.
16256
16257 * bindings.el: Revert 2011-07-04 change.
16258
16259 2011-07-06 Richard Stallman <rms@gnu.org>
16260
16261 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16262 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16263 Treat markers like ints.
16264 (rmail-mime-entity): Doc fix.
16265
16266 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16267
16268 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16269 defcustom again for backwards compatibility.
16270
16271 * simple.el (shell-command-on-region): Fill.
16272
16273 * dired-aux.el (dired-kill-line): Add a doc string.
16274
16275 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16276 to "\\sw\\|\\s_" (bug#358).
16277
16278 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16279 (dired-unmark-backward): Ditto.
16280 (dired-flag-backup-files): Ditto.
16281
16282 * dired-x.el (dired-mark-sexp): Ditto.
16283
16284 2011-07-06 Richard Stallman <rms@gnu.org>
16285
16286 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16287 (rmail-mime-entity): New arg TRUNCATED.
16288 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16289 New functions.
16290 (rmail-mime-save): Warn if entity is truncated.
16291 (rmail-mime-toggle-hidden): Likewise, for showing.
16292 (rmail-mime-process-multipart): Record when an entity is truncated.
16293
16294 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16295 if ENTITY is a string.
16296
16297 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16298
16299 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16300 of faces when `M-C-x'-ing their definitions (bug#8378).
16301 Also clean up the code slightly.
16302
16303 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16304 because that makes the colors go away.
16305
16306 * mail/sendmail.el (send-mail-function): Change the default to
16307 `sendmail-query-once'.
16308 (sendmail-query-once): Add an autoload cookie.
16309
16310 * net/network-stream.el (network-stream-open-starttls): Try using
16311 a plain connection even if the server offered STARTTLS, and we
16312 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16313 capability. This should make smtpmail.el work in slightly more
16314 configurations.
16315
16316 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16317
16318 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16319 New defun.
16320 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16321
16322 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16323
16324 * progmodes/sql.el: Version 3.0
16325 (sql-product-alist): Add product :completion-object,
16326 :completion-column, and :statement attributes.
16327 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16328 (sql-mode-syntax-table): Mark all punctuation.
16329 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16330 ansi keywords.
16331 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16332 (sql-mode-oracle-font-lock-keywords): Improve.
16333 (sql-oracle-show-reserved-words): New function for development.
16334 (sql-product-font-lock): Simplify for source code buffers.
16335 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16336 New functions.
16337 (sql-highlight-product): Set product specific syntax table.
16338 (sql-mode-map): Add statement movement functions.
16339 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16340 New variable.
16341 (sql-statement-regexp, sql-beginning-of-statement)
16342 (sql-end-of-statement, sql-signum): New functions.
16343 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16344 (sql-show-sqli-buffer): Bug fix.
16345 (sql-interactive-mode): Store connection data as buffer local.
16346 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16347 with sql-interactive-mode.
16348 (sql-save-connection): Save buffer local settings.
16349 (sql-connection-menu-filter): Change menu entry name.
16350 (sql-product-interactive): Bug fix.
16351 (sql-preoutput-hold): New variable.
16352 (sql-interactive-remove-continuation-prompt): Bug fixes.
16353 (sql-debug-redirect): New variable.
16354 (sql-str-literal): New function.
16355 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16356 Redesign.
16357 (sql-oracle-save-settings, sql-oracle-restore-settings)
16358 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16359 (sql-completion-object, sql-completion-column)
16360 (sql-completion-sqlbuf): New variables.
16361 (sql-build-completions-1, sql-build-completions)
16362 (sql-try-completion): New functions.
16363 (sql-read-table-name): Use them.
16364 (sql-contains-names): New buffer local variable.
16365 (sql-list-all, sql-list-table): Use it.
16366 (sql-oracle-completion-types): New variable.
16367 (sql-oracle-completion-object, sql-sqlite-completion-object)
16368 (sql-postgres-completion-object): New functions.
16369
16370 2011-07-06 Glenn Morris <rgm@gnu.org>
16371
16372 * window.el (pop-to-buffer): Doc fix.
16373
16374 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16375
16376 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16377
16378 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16379
16380 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16381
16382 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16383
16384 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16385
16386 * button.el (button): Inherit from link face. Suggested by Dan
16387 Nicolaescu.
16388
16389 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16390
16391 * progmodes/gdb-mi.el: Fit in 80 columns.
16392 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16393 switch-to-buffer.
16394
16395 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16396 if imenu is simply not configured (bug#8941).
16397
16398 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16399
16400 * allout.el (allout-post-undo-hook): New allout outline-change
16401 event hook to signal undo activity.
16402 (allout-post-command-business): Run allout-post-undo-hook if an
16403 undo just occurred.
16404 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16405 * allout-widgets.el (allout-widgets-after-undo-function):
16406 Ensure the integrity of the current item's decoration after it has been
16407 in the vicinity of an undo.
16408 (allout-widgets-mode): Include allout-widgets-after-undo-function
16409 on the new allout-post-undo-hook.
16410
16411 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16414 Let define-derived-mode define it.
16415 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16416 cycles of abbrev-table inheritance (bug#8998).
16417
16418 2011-07-05 Roland Winkler <winkler@gnu.org>
16419
16420 * textmodes/bibtex.el: Add support for biblatex.
16421 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16422 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16423 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16424 (bibtex-entry-alist, bibtex-field-alist): New variables.
16425 (bibtex-entry-field-alist): Obsolete alias for
16426 bibtex-BibTeX-entry-alist.
16427 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16428 (bibtex-set-dialect): New command.
16429 (bibtex-entry-type, bibtex-entry-head)
16430 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16431 Bind via bibtex-set-dialect.
16432 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16433 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16434 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16435 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16436 Define via bibtex-set-dialect.
16437 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16438 Obey bibtex-no-opt-remove-re.
16439 (bibtex-vec-push, bibtex-vec-incr): New functions.
16440 (bibtex-format-entry, bibtex-field-list)
16441 (bibtex-print-help-message, bibtex-validate)
16442 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16443
16444 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16445
16446 * progmodes/compile.el (compilation-goto-locus):
16447 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16448 * bs.el (bs-cycle-next, bs-cycle-previous):
16449 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16450 * bindings.el (mode-line-other-buffer):
16451 * autoinsert.el (auto-insert):
16452 * arc-mode.el (archive-extract):
16453 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16454
16455 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16456
16457 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16458 Fix check of `emacs-lock-unlockable-modes'.
16459 Coerce true values of `emacs-lock--try-unlocking' to t.
16460
16461 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16462
16463 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16464 * emacs-lock.el: New file.
16465
16466 2011-07-05 Julien Danjou <julien@danjou.info>
16467
16468 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16469 than `boundp' to check if face is set.
16470
16471 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16472
16473 * register.el (registerv-make):
16474 * window.el (window-min-height): Fix typos in docstrings.
16475
16476 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16477
16478 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16479 Update doc string.
16480
16481 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16482
16483 * server.el (server-execute): Catch quit and call
16484 `server-return-error' to pass the error back to emacsclient and
16485 close the connection (bug#8942).
16486
16487 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16488
16489 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16490 insecure exception for current topic. Also note that auto-saves
16491 are handled differently.
16492
16493 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16494 State variables for tracking auto-save inhibition situation.
16495
16496 (allout-write-contents-hook-handler): Rename from
16497 'allout-write-file-hook-handler', and describe how it depends on
16498 write-contents-functions sensitivity to non-nil value to prevent
16499 file write.
16500
16501 (allout-auto-save-hook-handler): Remove. auto-save does not check
16502 this in individual buffers, only in the starting buffer, so this
16503 is not the right way for us to inhibit auto-save in a buffer
16504 according to its condition.
16505
16506 (allout-mode): Use new allout-write-contents-hook-handler, and
16507 only with write-contents-functions. Remove auto-save provisions -
16508 they're implemented elsewhere.
16509
16510 (allout-before-change-handler): If undo is in progress, note that
16511 for attention of allout-post-command-business.
16512
16513 (allout-post-command-business): If the command we're following was
16514 an undo, check for change in the status of encrypted items and
16515 adjust auto-save inhibitions accordingly.
16516
16517 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16518 according to whether there are or aren't any plain-text topics
16519 pending encryption.
16520
16521 (allout-inhibit-auto-save-info-for-decryption):
16522 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16523 if there are plain-text topics pending encryption.
16524
16525 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16526 buffer-saved-size and some allout state to not inhibit auto-saves
16527 if there are no longer any plain-text topics pending encryption.
16528
16529 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16530 No longer provide for exemption of the current topic.
16531
16532 2011-07-04 Juri Linkov <juri@jurta.org>
16533
16534 Add 7z operations to delete and save changed members (bug#8968).
16535 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16536 New defcustoms.
16537 (archive-7z-write-file-member): New function.
16538 (archive-7z-summarize): Fix the number of dashes in the
16539 listing output.
16540
16541 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16542
16543 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16544 (bug#8958).
16545
16546 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16547
16548 * bindings.el: Ignore next-buffer and previous-buffer in
16549 minibuffer-local-map.
16550
16551 * font-lock.el (font-lock-builtin-face): Change light background
16552 color to dark slate blue (Bug#6693).
16553
16554 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16555
16556 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16557
16558 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16559
16560 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16561 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16562 Add switch-to-buffer.
16563
16564 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16565
16566 * isearch.el (isearch-search-fun-function): Clarify further the
16567 meaning of the function returned.
16568
16569 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16570
16571 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16572
16573 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16574 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16575 Use it.
16576 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16577 `tramp-default-remote-path' does not exist.
16578 (tramp-send-command-and-read): New optional argument NOERROR.
16579 (tramp-open-connection-setup-interactive-shell)
16580 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16581 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16582 (tramp-process-sentinel): Flush also process' connection property.
16583 (tramp-sh-handle-start-file-process): Do not set process
16584 sentinel. It is done now ...
16585 (tramp-maybe-open-connection): ... here. (Bug#8929)
16586
16587 2011-07-04 MON KEY <monkey@sandpframing.com>
16588
16589 * play/animate.el (animate-string): Doc fixes and allow changing
16590 the buffer name (bug#5417).
16591
16592 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16593
16594 * play/animate.el (animation-buffer-name): Rename from *animate*.
16595
16596 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16597
16598 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16599 This is simpler and helps future-proof the code.
16600 (timer-until): Use time-subtract and float-time.
16601 (timer--time-less-p): Use time-less-p.
16602
16603 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16604
16605 * type-break.el (timep): Use the value of `float-time' to avoid a
16606 byte-compiler warning.
16607
16608 * server.el (server-eval-and-print): Return any result, even nil.
16609
16610 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16611
16612 * type-break.el: Accept time formats that the builtins accept.
16613 (timep, type-break-time-difference): Accept any format that
16614 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16615 This is simpler and helps future-proof the code.
16616 (type-break-time-difference): Round rather than ignoring
16617 subseconds components.
16618
16619 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16620
16621 * info.el (Info-apropos-matches): Make non-interactive, since it
16622 doesn't seem to do anything useful as a command (bug#8829).
16623
16624 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16625
16626 * frame.el (frame-background-mode, frame-set-background-mode):
16627 Move from faces.el.
16628 (frame-default-terminal-background): New function.
16629
16630 * custom.el (custom-push-theme): Don't record faces in `changed'
16631 theme; this doesn't work correctly for per-frame face settings.
16632 (disable-theme): Use face-set-after-frame-default to reset faces.
16633 (custom--frame-color-default): New function.
16634
16635 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16636
16637 * dired.el (dired-flagging-regexp): Remove unused variable
16638 (bug#8769).
16639
16640 2011-03-29 Kevin Ryde <user42@zip.com.au>
16641
16642 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16643 `perl-Test2' extend to match possible "fail #N" rep count
16644 (bug#8377).
16645
16646 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16647
16648 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16649 `smtpmail-via-smtp' now returns the error instead of nil.
16650
16651 * isearch.el (isearch-search-fun-function): Clarify the doc string
16652 (bug#8101).
16653
16654 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16655
16656 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16657 unnecessary spaces (bug#8987).
16658
16659 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16660
16661 * net/network-stream.el (open-network-stream): Use the
16662 :end-of-capability command thoughout.
16663
16664 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16665
16666 * net/network-stream.el (open-network-stream): Add the
16667 :end-of-capability command parameter, used by pop3.el.
16668
16669 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16670
16671 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16672
16673 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16674 for list)" (bug#6475).
16675
16676 * files.el (file-expand-wildcards): Ignore non-readable
16677 sub-directories while trying to find matches instead of signaling
16678 an error (bug#6297).
16679
16680 * man.el (Man-reference-regexp): Allow matching possible
16681 word-wrapped references (bug#6289).
16682
16683 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16684 for consistency with the other vc buffers (bug#6197).
16685 (vc-checkin): Ditto.
16686
16687 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16688
16689 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16690
16691 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16692
16693 * custom.el (defcustom): Clarify that :set is only used in the
16694 Customize user interface (bug#6089).
16695
16696 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16697 associated with a file, refuse to run instead of erroring out
16698 (bug#6084).
16699
16700 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16701 the doc string, since it appears that using `fill-column' always
16702 controls the width (bug#7845).
16703
16704 * simple.el (shell-command-on-region): Say where the error output
16705 went if `shell-command-default-error-buffer' is set (bug#6857).
16706
16707 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16708
16709 * allout.el (allout-yank-processing): Adjust cursor position for
16710 backwards-deleted space.
16711
16712 (allout-rebullet-heading): Register changes with
16713 allout-exposure-changed-hook, so the modified topic is properly
16714 decorated.
16715
16716 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16717
16718 * minibuffer.el (completion-in-region): Document PREDICATE
16719 (bug#7136).
16720
16721 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16722 of keyword/argument pairs (bug#6904).
16723
16724 * replace.el (multi-occur):
16725 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16726
16727 2011-07-02 Drew Adams <drew.adams@oracle.com>
16728
16729 * dired.el (dired-mark-if): Make the message about whether it's
16730 marking or unmarking clearer (bug#8523).
16731
16732 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16733
16734 * disp-table.el (display-table-print-array): New function.
16735 (describe-display-table): Use it to print the vectors more pretty
16736 (Bug#8859).
16737
16738 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16739
16740 * window.el (window-state-get-1): Don't assign clone numbers.
16741 Add clone-of item to list of window parameters.
16742 (window-state-put-2): Don't process clone numbers.
16743 (display-buffer-alist): Fix doc-string.
16744
16745 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16746
16747 * subr.el (remq): Don't allocate if it's not needed.
16748 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16749 (keymap--merge-bindings): New functions.
16750 (keymap-canonicalize): Use them to refine the canonicalization.
16751 * minibuffer.el (minibuffer-local-completion-map)
16752 (minibuffer-local-must-match-map): Move initialization from C.
16753 (minibuffer-local-filename-completion-map): Move initialization from C;
16754 don't inherit from anything here.
16755 (minibuffer-local-filename-must-match-map): Make obsolete.
16756 (completing-read-default): Use make-composed-keymap to combine
16757 minibuffer-local-filename-completion-map with either
16758 minibuffer-local-must-match-map or
16759 minibuffer-local-filename-completion-map.
16760
16761 2011-07-01 Glenn Morris <rgm@gnu.org>
16762
16763 * type-break.el (type-break-time-sum): Use dolist.
16764
16765 * textmodes/flyspell.el (flyspell-word-search-backward):
16766 Replace CL function.
16767
16768 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16769
16770 * mouse.el (mouse--strip-first-event): New function.
16771 (function-key-map): Use it to map fringe clicks to normal clicks
16772 by default.
16773
16774 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16775 (vc-bzr-revision-completion-table): Add support for annotate and date.
16776
16777 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16778 inherit from parent.
16779
16780 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16781
16782 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16783 (dired-show-file-type): Doc fixup (bug#8818).
16784
16785 * dired.el (dired-mode): Fix up the doc string as suggested by
16786 Drew Adams (bug#8817).
16787
16788 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16789 cookie, since the manual says that it should be possible to add
16790 this function to `find-file-hook' (bug#8709).
16791
16792 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16793
16794 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16795 here. Noted Ted Zlatanov as the maintainer.
16796 (cfengine-common-settings, cfengine-common-syntax): New functions
16797 to set up common things between `cfengine-mode' and
16798 `cfengine3-mode'.
16799 (cfengine3-mode): New mode.
16800 (cfengine3-defuns cfengine3-defuns-regex
16801 (cfengine3-class-selector-regex cfengine3-category-regex)
16802 (cfengine3-vartypes cfengine3-font-lock-keywords)
16803 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16804 (cfengine3-indent-line): Add from cfengine3.el.
16805
16806 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16807
16808 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16809
16810 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16811
16812 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16813
16814 * window.el (same-window-buffer-names, same-window-regexps)
16815 (same-window-p, special-display-frame-alist)
16816 (special-display-popup-frame, special-display-function)
16817 (special-display-buffer-names, special-display-regexps)
16818 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16819 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16820 (split-window-preferred-function, split-height-threshold)
16821 (split-width-threshold, even-window-heights)
16822 (display-buffer-mark-dedicated, window-splittable-p)
16823 (split-window-sensibly, window-safely-shrinkable-p):
16824 Un-obsolete.
16825 (display-buffer): Don't spread args with function specifier
16826 because special-display-popup-frame won't like it.
16827
16828 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16829
16830 Time-stamp simplifications and fixes.
16831 These improve accuracy slightly, and future-proof the code
16832 against some potential changes to current-time format.
16833
16834 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16835 by using time-since and float-time.
16836
16837 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16838 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16839 + NNN microseconds".
16840
16841 * type-break.el (type-break-time-sum): Rewrite using time-add.
16842
16843 * play/hanoi.el (hanoi-current-time-float): Remove.
16844 All uses replaced by float-time.
16845
16846 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16847 This yields a more-accurate answer.
16848 (rng-time-to-float): Remove; no longer needed.
16849
16850 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16851
16852 * calendar/timeclock.el (timeclock-seconds-to-time):
16853 Defalias to seconds-to-time, since they're the same thing.
16854
16855 * emacs-lisp/elp.el (elp-elapsed-time):
16856 * emacs-lisp/benchmark.el (benchmark-elapse):
16857 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16858
16859 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16860
16861 * window.el (bury-buffer): Don't iconify the only frame.
16862 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16863 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16864
16865 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16866
16867 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16868 Add mouse-yank-primary.
16869
16870 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16871
16872 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16873
16874 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16875
16876 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16877 (find-library-name): Use it to find relative load names when provided
16878 absolute file name (bug#8803).
16879
16880 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16881
16882 * textmodes/flyspell.el (flyspell-word): Consider words that
16883 differ only in case as potential doublons (bug#5687).
16884
16885 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16886 Remove two rather uninteresting debugging-like messages to make
16887 debbugs.el more silent.
16888
16889 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16890 a password-like phrase.
16891
16892 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16893
16894 * progmodes/cc-guess.el: New file.
16895
16896 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16897
16898 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16899 derived from `c-basic-common-init'.
16900
16901 * progmodes/cc-mode.el (top-level): Require cc-guess.
16902 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16903
16904 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16905
16906 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16907
16908 2011-06-30 Alan Mackenzie <acm@muc.de>
16909
16910 * progmodes/cc-engine.el (c-guess-continued-construct):
16911 Correct the handling of template-args-cont, particularly for when font
16912 lock is disabled. Name this case as "CASE G".
16913
16914 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16915
16916 * allout.el (allout-yank-processing): Fix injection of extra space
16917 between bullet and non-whitespace character in first topic when
16918 pasting, ensuring that the actual spacing in the pasted topic
16919 following the bullet char is preserved. This extra space was
16920 causing pasted encrypted topics to get a decrypted status even
16921 when the content was actually still encrypted. Now the decryption
16922 status from before the paste is preserved.
16923
16924 (allout-flag-region): Set all allout overlays so they evaporate
16925 when reduced to zero length (evanescent), to prevent overlay
16926 leakage.
16927
16928 2011-06-30 Glenn Morris <rgm@gnu.org>
16929
16930 * w32-fns.el (w32-charset-info-alist): Declare.
16931
16932 * find-dired.el (find-grep-options): Simplify.
16933
16934 * term/ns-win.el (ns-set-resource): Declare.
16935
16936 * ses.el (row, col): Declare dynamic variables honestly.
16937
16938 * textmodes/reftex-parse.el (index-tags): Declare.
16939
16940 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16941
16942 * cus-edit.el (customize-push-and-save): New function.
16943
16944 * files.el (hack-local-variables-confirm): Use it.
16945
16946 * custom.el (load-theme): New arg NO-CONFIRM.
16947 Use customize-push-and-save (Bug#8720).
16948 (custom-enabled-themes): Doc fix.
16949
16950 * cus-theme.el (customize-create-theme)
16951 (custom-theme-merge-theme): Callers to load-theme changed.
16952
16953 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16954
16955 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16956 short URLs have at least one dot in them (bug #7614).
16957
16958 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16959 nil, because using a pty is apparently too slow (bug #895).
16960
16961 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16962
16963 * mail/sendmail.el (sendmail-query-once): New function.
16964 (sendmail-query-once-function): New variable.
16965
16966 2011-06-29 Glenn Morris <rgm@gnu.org>
16967
16968 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16969
16970 * ses.el (top-level): Require cl when compiling.
16971 (ses-set-localvars): Fix error statement.
16972 Call it at compile time to silence a storm of warnings.
16973
16974 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16975
16976 * window.el (normalize-live-buffer): Rename to
16977 window-normalize-buffer.
16978 (normalize-live-frame): Rename to window-normalize-frame.
16979 (normalize-any-window): Rename to window-normalize-any-window.
16980 (normalize-live-window): Rename to window-normalize-live-window.
16981 (make-window-atom): Rename to window-make-atom.
16982 (window-resize-reset): Rename to window--resize-reset.
16983 (window-resize-reset-1): Rename to window--resize-reset-1.
16984 (resize-mini-window): Rename to window--resize-mini-window.
16985 (resize-subwindows-skip-p): Rename to
16986 window--resize-subwindows-skip-p.
16987 (resize-subwindows-normal): Rename to
16988 window--resize-subwindows-normal.
16989 (resize-subwindows): Rename to window--resize-subwindows.
16990 (resize-other-windows): Rename to window--resize-siblings.
16991 (resize-this-window): Rename to window--resize-this-window.
16992 (resize-root-window): Rename to window--resize-root-window.
16993 (resize-root-window-vertically): Rename to
16994 window--resize-root-window-vertically.
16995 (normalize-buffer-to-display): Rename to
16996 window-normalize-buffer-to-display.
16997 (normalize-buffer-to-switch-to): Rename to
16998 window-normalize-buffer-to-switch-to.
16999 Correspondingly update all callers of the functions listed
17000 above.
17001 (display-buffer-alist, display-buffer-normalize-arguments)
17002 (display-buffer-normalize-options, display-buffer)
17003 (display-buffer-alist-set): Use "function" instead of
17004 "fun-with-args".
17005
17006 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17007
17008 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17009 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17010 debbugs.gnu.org. Mention acknowledgment email.
17011
17012 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17013
17014 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17015 buffer multibyteness, since it shouldn't matter.
17016
17017 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17018
17019 * window.el (display-buffer-in-side-window): Handle dedicated
17020 windows as in display-buffer-reuse-window.
17021 (display-buffer-normalize-alist): Use value of override
17022 specifier.
17023 (display-buffer-normalize-specifiers): Use value of
17024 other-window-means-other-frame specifier.
17025 (display-buffer-alist): Rewrite some texts in widgets.
17026 (display-buffer): Spread arguments when calling function
17027 specified by fun-with-args.
17028
17029 2011-06-28 Deniz Dogan <deniz@dogan.se>
17030
17031 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17032 Unnest `let'.
17033
17034 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17035 selectors (Bug#5732).
17036 (css-proprietary-nmstart-re): Use `regexp-opt'.
17037
17038 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17039
17040 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17041 (eshell-ls-date-format): New defcustom.
17042 (eshell-ls-file): Use it.
17043
17044 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17047
17048 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17049
17050 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17051 (ange-ftp-make-tmp-name): New arg.
17052 (ange-ftp-file-local-copy): Use it.
17053
17054 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17055
17056 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17057 no-conversion (Bug#8870).
17058
17059 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17060
17061 * window.el (window-right, window-left, window-child)
17062 (window-child-count, window-last-child)
17063 (window-iso-combination-p, walk-window-tree-1)
17064 (window-atom-check-1, window-tree-1, delete-window)
17065 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17066 new naming conventions - window-vchild, window-hchild,
17067 window-next and window-prev are now called window-top-child,
17068 window-left-child, window-next-sibling and window-prev-sibling
17069 respectively.
17070 (resize-window-reset): Rename to window-resize-reset.
17071 (resize-window-reset-1): Rename to window-resize-reset-1.
17072 (resize-window): Rename to window-resize.
17073 (window-min-height, window-min-width)
17074 (resize-mini-window, resize-this-window, resize-root-window)
17075 (resize-root-window-vertically, adjust-window-trailing-edge)
17076 (enlarge-window, shrink-window, maximize-window)
17077 (minimize-window, delete-window, quit-restore-window)
17078 (split-window, balance-windows, balance-windows-area-adjust)
17079 (balance-windows-area, window-state-put-2)
17080 (display-buffer-even-window-sizes, display-buffer-set-height)
17081 (display-buffer-set-width, set-window-text-height)
17082 (fit-window-to-buffer): Rename all "resize-window" prefixed
17083 calls to use the "window-resize" prefix convention.
17084 (display-buffer-alist): Fix symbol for label specifier.
17085 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17086 corresponding specifier.
17087 Reported by Juanma Barranquero <lekktu@gmail.com>.
17088
17089 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17090
17091 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17092 convention.
17093 (ses-call-printer): Does not pass an empty string to formatter when the
17094 cell is empty to keep from barking printer Calc math-format-value.
17095
17096 2011-06-27 Richard Stallman <rms@gnu.org>
17097
17098 * battery.el (battery-mode-line-limit): New variable.
17099 (battery-update): Handle it.
17100
17101 * mail/rmailmm.el (rmail-mime-process-multipart):
17102 Handle truncated messages.
17103
17104 2011-06-27 Glenn Morris <rgm@gnu.org>
17105
17106 * progmodes/flymake.el (flymake-err-line-patterns):
17107 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17108
17109 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17110
17111 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17112 (ses--clean-!, ses--clean-_): New functions.
17113 (ses-range): Add configurability of readout order, and conversion
17114 to Calc vector.
17115
17116 * ses.el (ses-repair-cell-reference-all): New function.
17117 (ses-cell-symbol): Set macro as safe, so that it can be used in
17118 formulas.
17119
17120 * ses.el: Update cycle detection algorithm.
17121 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17122 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17123 (ses-set-localvars): New function.
17124 (ses-make-cell): Add property-list as a cell element.
17125 (ses-cell-property-get-fun, ses-cell-property-get)
17126 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17127 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17128 New functions.
17129 (ses-cell-property-set, ses-cell-property-pop)
17130 (ses-cell-property-get-handle): New macro.
17131 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17132 New aliases, used for code readability.
17133 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17134 cycle detection.
17135 (ses-self-reference-early-detection): New defcustom.
17136 (ses-formula-references): Robustify against self-referring cells.
17137 (ses-mode): Use ses-set-localvars.
17138 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17139 before lauching the update processing.
17140 (ses-initialize-Dijkstra-attempt): New function.
17141 (ses-recalculate-cell): Update for cycle detection based on
17142 Dijkstra algorithm.
17143
17144 * ses.el: Fix commenting and indenting convention.
17145
17146 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17147
17148 * bs.el (bs-cycle-next): Complete last change.
17149
17150 2011-06-27 Drew Adams <drew.adams@oracle.com>
17151
17152 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17153
17154 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17155
17156 * net/network-stream.el (network-stream-open-starttls):
17157 Don't re-get capabilities unless we've reestablished connection.
17158 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17159
17160 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17161 to binary to possibly avoid line encoding issues on Windows (among
17162 other things).
17163
17164 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17165
17166 * net/network-stream.el (open-network-stream): Return an :error
17167 saying what the problem was, if possible.
17168
17169 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17170 server.
17171
17172 * net/network-stream.el (network-stream-open-starttls): If we
17173 wanted to use STARTTLS, and the server offered it, but we weren't
17174 able to because we had no STARTTLS support, then close the connection.
17175 (open-network-stream): Return an :error element, if present.
17176
17177 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17178
17179 * hl-line.el (hl-line-sticky-flag): Doc fix.
17180 (global-hl-line-sticky-flag): New option (Bug#8323).
17181 (global-hl-line-highlight): Obey it.
17182
17183 * vc/vc.el (vc-revert-show-diff): Default to t.
17184
17185 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17186
17187 * allout-widgets.el (allout-widgets-post-command-business):
17188 Stop decorating intermediate isearch matches. They're not being
17189 undecorated when an isearch is continued past, and isearch
17190 automatically collapses them. This leads to "widget leaks", where
17191 decorated items accumulate in collapsed areas. Lines with lots of
17192 hidden widgets can slow down cursor travel, substantially.
17193 Too much complicated machinery would be needed to ensure undecoration,
17194 so we're doing without this nicety.
17195
17196 (allout-widgets-tally-string): Don't try to do a hash-table-count
17197 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17198 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17199 *Messages* when allout-widgets-maintain-tally is t.
17200
17201 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17202
17203 * window.el (display-buffer-normalize-argument): Rename to
17204 display-buffer-normalize-arguments. Handle special meaning of
17205 LABEL argument. Respect special-display-function when popping up
17206 a new frame. Fix code searching for a window showing the buffer
17207 on another frame.
17208 (display-buffer-normalize-specifiers):
17209 Call display-buffer-normalize-arguments.
17210 (display-buffer-in-window): Don't undedicate the window if its
17211 buffer remains the same.
17212 Reported by Drew Adams <drew.adams@oracle.com>.
17213 (display-buffer-alist): Add choice for same-window macro
17214 specfier.
17215 (display-buffer): Mention special meaning of LABEL argument in
17216 doc-string. Fix quoting. Don't pop up a new frame even as
17217 fallback.
17218
17219 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17220
17221 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17222 avoid deleting the current window in some cases (bug#8911).
17223
17224 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17225
17226 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17227 (Bug#8934)
17228
17229 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17230
17231 * net/network-stream.el (network-stream-open-starttls):
17232 Use built-in TLS support if `gnutls-available-p' is true.
17233 (network-stream-open-tls): Ditto.
17234
17235 2011-06-26 Leo Liu <sdl.web@gmail.com>
17236
17237 * register.el (registerv): New struct.
17238 (registerv-make): New function.
17239 (jump-to-register, describe-register-1, insert-register):
17240 Support the jump-func, print-func and insert-func slot of a registerv
17241 struct. (Bug#8415)
17242
17243 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17244
17245 * vc/vc.el (vc-revert-show-diff): New defcustom.
17246 (vc-diff-internal): New arg specifying diff buffer.
17247 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17248 reuse an existing *vc-diff* buffer (Bug#8927).
17249
17250 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17251
17252 2011-06-26 Glenn Morris <rgm@gnu.org>
17253
17254 * progmodes/f90.el (f90-critical-indent): New option.
17255 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17256 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17257 (f90-mode): Doc fix.
17258 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17259 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17260 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17261 (f90-match-end): Handle block, critical.
17262
17263 2011-06-25 Glenn Morris <rgm@gnu.org>
17264
17265 * calendar/diary-lib.el (diary-included-files): Doc fix.
17266 (diary-include-files): New function, extracted from
17267 diary-include-other-diary-files and diary-mark-included-diary-files.
17268 (diary-include-other-diary-files, diary-mark-included-diary-files):
17269 Just call diary-include-files.
17270 (diary-mark-entries): Reset diary-included-files on first call.
17271
17272 * calendar/diary-lib.el (diary-mark-entries)
17273 (diary-mark-included-diary-files):
17274 Visit included diary-files in temp buffers.
17275
17276 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17277 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17278 (f90-start-block-re, f90-imenu-generic-expression)
17279 (f90-looking-at-program-block-start, f90-no-block-limit):
17280 Add support for submodules.
17281
17282 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17283 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17284
17285 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17286
17287 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17288 buffer-file-type before setting its value, to avoid disastrous
17289 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17290
17291 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17292
17293 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17294
17295 * ses.el (ses-unload-function):
17296 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17297
17298 * proced.el (proced-unload-function):
17299 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17300
17301 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17302
17303 * server.el (server-create-window-system-frame): Add parameters arg.
17304 (server-process-filter): Doc fix. Handle frame-parameters.
17305
17306 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17307
17308 Fix bug#8730, bug#8781.
17309
17310 * loadhist.el (unload--set-major-mode): New function.
17311 (unload-feature): Use it.
17312
17313 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17314 (python-unload-function): New function.
17315
17316 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17317
17318 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17319
17320 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17321
17322 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17323 the candidates list.
17324
17325 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17326
17327 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17328
17329 2011-06-23 Richard Stallman <rms@gnu.org>
17330
17331 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17332 (rmail-variables): Set next-error-move-function.
17333 (rmail-what-message): Take argument POS.
17334 (rmail-next-error-move): New function.
17335
17336 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17337
17338 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17339 messages for adjacent non-terminals.
17340
17341 2011-06-23 Richard Stallman <rms@gnu.org>
17342
17343 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17344 (rmail-show-message-1): Preserve buffer modified flag.
17345 (rmail-start-mail): Don't specify use of rmail-mail-return;
17346 that's done by mail-bury now.
17347 (rmail-mail-return): Handle arg NEWBUF.
17348
17349 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17350
17351 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17352 SIZE is a number.
17353
17354 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17355
17356 * window.el (get-lru-window, get-mru-window)
17357 (get-largest-window): Never return a minibuffer window.
17358 (display-buffer-pop-up-window): Fix a bug that could lead to
17359 reusing the minibuffer window.
17360 (display-buffer): Pass original specifier argument to
17361 display-buffer-function instead of the normalized one.
17362 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17363
17364 2011-06-22 Leo Liu <sdl.web@gmail.com>
17365
17366 * minibuffer.el (completing-read-function)
17367 (completing-read-default): Move from minibuf.c.
17368
17369 2011-06-22 Richard Stallman <rms@gnu.org>
17370
17371 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17372 to Rmail even if not started by a special Rmail command.
17373
17374 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17375 Copy the buffer currently showing just one message.
17376
17377 2011-06-22 Roland Winkler <winkler@gnu.org>
17378
17379 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17380 (bibtex-clean-entry): First delete the old key so that a
17381 customized algorithm for generating the new key does not get
17382 confused by the old key.
17383 (bibtex-url): Obey regexp of first step.
17384 (bibtex-search-entries): Do not use add-to-list with local
17385 list-var.
17386
17387 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17388
17389 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17390 stored a user name, then query for the password first, instead of
17391 waiting for SMTP to give an error message and the trying again.
17392
17393 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17394
17395 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17396 BUFFER in call-process.
17397
17398 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17399
17400 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17401 QUIT twice.
17402 (smtpmail-try-auth-methods): Require user name and password from
17403 auth-source.
17404
17405 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17406
17407 * window.el (display-buffer-default-specifiers)
17408 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17409 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17410 (split-window): Normalize SIDE argument (Bug#8916).
17411
17412 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17413 (special-display-frame-alist, special-display-popup-frame):
17414 Remove duplicate declarations. These are now in window.el.
17415
17416 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17417
17418 * mail/smtpmail.el (smtpmail-via-smtp):
17419 Set :use-starttls-if-possible so that we always use STARTTLS if the
17420 server supports it. SMTP servers that support STARTTLS commonly
17421 require it.
17422
17423 * net/network-stream.el (network-stream-open-starttls): Support
17424 upgrading to STARTTLS always, even if we don't have built-in support.
17425 (open-network-stream): Add the :always-query-capabilities keyword.
17426
17427 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17428 upgrades with `open-network-stream', and rely solely on
17429 auth-source for all credentials. Big changes throughout the file,
17430 but in particular:
17431 (smtpmail-auth-credentials): Remove.
17432 (smtpmail-starttls-credentials): Remove.
17433 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17434 MAIL FROM, too.
17435
17436 * net/network-stream.el (network-stream-open-starttls):
17437 Provide support for client certificates both for external and built-in
17438 STARTTLS.
17439 (auth-source): Require.
17440 (open-network-stream): Document the :client-certificate keyword.
17441 (network-stream-certificate): Change cert-cert to cert and
17442 cert-key to key.
17443
17444 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17445
17446 * net/tramp-cache.el (top): Don't load the persistency file when
17447 "emacs -Q" has been called.
17448
17449 2011-06-21 Tim Harper <timcharper@gmail.com>
17450
17451 * term/ns-win.el (ns-initialize-window-system):
17452 Set application-specific `ApplePressAndHoldEnabled' system
17453 resource to NO as it is not yet supported by the NS port.
17454
17455 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17456
17457 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17458 (list-dynamic-libraries): ...not here.
17459
17460 2011-06-21 Leo Liu <sdl.web@gmail.com>
17461
17462 * subr.el (sha1): Implement sha1 using secure-hash.
17463
17464 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17465
17466 * window.el (display-buffer-alist): In default value do not
17467 enforce searching a window on any but the selected frame.
17468 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17469 (display-buffer-select-window): Remove function.
17470 (display-buffer-in-window): When a window on another frame gets
17471 reused, do not select it any more but just raise its frame if
17472 necessary (Bug#8851) and (Bug#8856).
17473 (display-buffer-normalize-options): Handle pop-up-frames related
17474 options more faithfully.
17475 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17476 window if it is on another frame.
17477 (display-buffer-alist, display-buffer-default-specifiers):
17478 Don't make new frame unsplittable by default.
17479 (display-buffer-normalize-argument): Fix doc-string typo and use
17480 'same-frame-other-window instead of 'other-window when associating
17481 with display-buffer-macro-specifiers.
17482
17483 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17484
17485 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17486 New functions.
17487 (5x5-mode-map, 5x5-mode-menu): Bind them.
17488 (5x5-draw-grid): Tweak the solver's rendering.
17489
17490 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17491
17492 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17493 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17494
17495 2011-06-21 Drew Adams <drew.adams@oracle.com>
17496
17497 * menu-bar.el: Use function variable instead of switch-to-buffer.
17498 (menu-bar-select-buffer-function): New variable.
17499 (menu-bar-update-buffers): Use it (bug#8876).
17500
17501 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17502
17503 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17504 variable's status.
17505
17506 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17507
17508 * x-dnd.el (x-dnd-version-from-flags)
17509 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17510 and long as number (Bug#8899).
17511 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17512
17513 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17514
17515 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17516 (completion-try-completion, completion-all-completions): Compute the
17517 metadata argument if it's missing; make it optional (bug#8795).
17518
17519 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17520 (widget-complete): Use new :completion-function property.
17521 (widget-completions-at-point): New function.
17522 (default): Use :completion-function instead of :complete.
17523 (widget-default-completions): Rename from widget-default-complete;
17524 Rewrite.
17525 (widget-string-complete, widget-file-complete, widget-color-complete):
17526 Remove functions.
17527 (file, symbol, function, variable, coding-system, color):
17528 * international/mule-cmds.el (default-input-method, charset)
17529 (language-info-custom-alist):
17530 * cus-edit.el (face): Use new property :completions.
17531
17532 * progmodes/pascal.el (pascal-completions-at-point): New function.
17533 (pascal-mode): Use it.
17534 (pascal-mode-map): Use completion-at-point.
17535 (pascal-toggle-completions): Make obsolete.
17536 (pascal-complete-word, pascal-show-completions):
17537 * progmodes/octave-mod.el (octave-complete-symbol):
17538 Redefine as obsolete alias.
17539 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17540 Signal absence of completion info for old Octave,
17541 (inferior-octave-complete): Redefine as obsolete alias.
17542 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17543 (meta-completions-at-point): Rename from meta-complete-symbol and
17544 adapt it for use on completion-at-point-functions.
17545 (meta-common-mode): Use it.
17546 (meta-looking-at-backward, meta-match-buffer): Remove.
17547 (meta-complete-symbol): Redefine as obsolete alias.
17548 (meta-common-mode-map): Use completion-at-point.
17549 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17550 (makefile-mode-map): Use completion-at-point.
17551 (makefile-completions-at-point): Rename from makefile-complete and
17552 adapt it for use on completion-at-point-functions.
17553 (makefile-mode): Use it.
17554 (makefile-complete): Redefine as obsolete alias.
17555
17556 2011-06-20 Deniz Dogan <deniz@dogan.se>
17557
17558 * net/rcirc.el: Delete trailing whitespaces once and for all.
17559
17560 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17561
17562 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17563
17564 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17565
17566 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17567
17568 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17569
17570 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17571
17572 * window.el (display-buffer-other-window-means-other-frame):
17573 Call display-buffer-normalize-alist.
17574 (display-buffer-normalize-specifiers-1): Rename to
17575 display-buffer-normalize-argument. New argument other-frame.
17576 Rewrite.
17577 (display-buffer-normalize-specifiers-2): Rename to
17578 display-buffer-normalize-options.
17579 (display-buffer-normalize-alist-1): New function.
17580 (display-buffer-normalize-specifiers-3): Rename to
17581 display-buffer-normalize-alist.
17582 Call display-buffer-normalize-alist-1.
17583 (display-buffer-normalize-options-inhibit): New variable.
17584 (display-buffer-normalize-specifiers): Rewrite calling
17585 display-buffer-normalize-alist,
17586 display-buffer-normalize-argument, and
17587 display-buffer-normalize-options. Don't call the latter if
17588 display-buffer-normalize-options-inhibit is non-nil.
17589 (frame-auto-delete): New option.
17590 (window-deletable-p): Use frame-auto-delete.
17591 (window-list-no-nils, window-state-ignored-parameters)
17592 (window-state-get-1, window-state-get, window-state-put-list)
17593 (window-state-put-1, window-state-put-2, window-state-put):
17594 New functions.
17595 (display-buffer-normalize-options): Move special-display-p group
17596 after pop-up-frame group (Bug#8851) and (Bug#8856).
17597
17598 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17599
17600 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17601 groups (Bug#8776).
17602 (rx-submatch-n): New function.
17603 (rx): Document it.
17604
17605 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17606 (Bug#8768).
17607
17608 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17609
17610 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17611
17612 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17613 anytime existing face settings are present (Bug#8889).
17614
17615 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17616 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17617 Remove unused argument.
17618
17619 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17620
17621 * window.el (display-buffer-default-specifiers):
17622 Remove pop-up-frame. Add pop-up-window-min-height,
17623 pop-up-window-min-width, and another reuse-window specifier
17624 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17625 (display-buffer-normalize-specifiers-2):
17626 Handle split-height-threshold and split-width-threshold also when
17627 pop-up-windows is unset. Add a reuse-window specifier for the
17628 case popping up a new window fails.
17629 (special-display-popup-frame): Remove double quoting.
17630 (display-buffer-normalize-specifiers-1): Fix thinko.
17631
17632 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17633
17634 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17635 according to comint-completion-addsuffix.
17636
17637 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17638 (pcomplete-suffix-list): Mark as obsolete.
17639 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17640 pcomplete-seen in the closure.
17641 (pcomplete-comint-setup): Setup completion-at-point as well.
17642 (pcomplete--entries): New function.
17643 (pcomplete--env-regexp): New var.
17644 (pcomplete-entries): Rewrite to work with partial-completion and
17645 without relying on pcomplete-suffix-list.
17646 (pcomplete-pare-list): Remove, unused.
17647
17648 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17649
17650 * window.el (display-buffer-alist): Set pop-up-window-min-height
17651 and pop-up-window-min-width in default value. Reported by
17652 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17653 other-window-means-other-frame.
17654 (display-buffer-macro-specifiers): Comment out entry for
17655 other-window specifier.
17656 (display-buffer-other-window-means-other-frame): New function.
17657 (display-buffer-normalize-specifiers-1): New arguments
17658 buffer-name and label. Treat other-window case specially.
17659 (display-buffer-normalize-specifiers-2): Treat other-window case
17660 specially.
17661 (display-buffer-normalize-specifiers-3): New function.
17662 (display-buffer-normalize-specifiers):
17663 Call display-buffer-normalize-specifiers-3.
17664
17665 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17666
17667 * window.el (same-window-p): Fix two typos introduced when
17668 adding with-no-warnings.
17669 (display-buffer-normalize-specifiers-1): Don't check
17670 pop-up-frames for 'unset initialization.
17671 (display-buffer-normalize-specifiers-2): Major rewrite using
17672 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17673 (pop-up-frames, display-buffer-reuse-frames)
17674 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17675 Suggested by David Engster <deng@randomsample.de>.
17676 (even-window-heights): Initialize to 'unset.
17677 (display-buffer-alist-set): Handle new 'unset initializations.
17678 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17679 other window case.
17680
17681 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17682
17683 * window.el (display-buffer-normalize-specifiers-1):
17684 Respect current value of pop-up-frames for most reasonable values of
17685 second argument of display-buffer (Bug#8865).
17686 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17687 (switch-to-buffer-other-window-same-frame)
17688 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17689 Adams (Bug#8875).
17690 (display-buffer): Don't check noninteractive when calling
17691 display-buffer-pop-up-frame.
17692 (display-buffer-pop-up-frame): Never pop up a frame in
17693 noninteractive mode (Bug#8857).
17694 (enlarge-window, shrink-window): Don't report an error when the
17695 window can't be resized as requested (Bug#8862).
17696
17697 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17698
17699 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17700
17701 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17702
17703 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17704
17705 2011-06-15 Alan Mackenzie <acm@muc.de>
17706
17707 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17708 for declarators, disable knr checking to speed up for normal files.
17709 2: Refactor, replacing a sequence of nested if forms by a cond form.
17710
17711 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17712
17713 * net/network-stream.el (open-network-stream): Add the keyword
17714 :always-query-capabilities for the case where you want to force a
17715 `plain' network connection, but the protocol still requires the
17716 capabilitiy command (i.e., SMTP and EHLO).
17717
17718 * subr.el (process-live-p): Rename from `process-alive-p' for
17719 consistency with other `-live-p' functions.
17720
17721 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17722
17723 * window.el (same-window-buffer-names, same-window-regexps)
17724 (special-display-frame-alist, special-display-popup-frame)
17725 (special-display-function, special-display-buffer-names)
17726 (special-display-regexps, pop-up-frame-alist)
17727 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17728 (pop-up-windows, split-window-preferred-function)
17729 (split-height-threshold, split-width-threshold, even-window-heights)
17730 (display-buffer-mark-dedicated): Don't encourage the use of
17731 display-buffer-alist from Elisp code.
17732
17733 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17734
17735 * progmodes/python.el (python-mode): Derive from prog-mode.
17736 * progmodes/ps-mode.el (ps-mode):
17737 * progmodes/mixal-mode.el (mixal-mode):
17738 * progmodes/cfengine.el (cfengine-mode):
17739 * progmodes/ld-script.el (ld-script-mode): Likewise.
17740
17741 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17742
17743 * window.el (display-buffer-alist): Trim default value to avoid
17744 popping up a new frame (Bug#8857) or reusing an arbitrary window
17745 on another frame.
17746 (display-buffer): Do not fall back on popping up a new frame in
17747 batch mode (Bug#8857).
17748
17749 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17750
17751 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17752 (custom-theme-summary): New function.
17753 (customize-themes): Use it.
17754
17755 2011-06-13 Glenn Morris <rgm@gnu.org>
17756
17757 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17758
17759 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17760
17761 * help.el (help-window): Remove variable.
17762 (help-window-point-marker, temp-buffer-max-height)
17763 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17764 (help-print-return-message): Don't set help-window.
17765 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17766 (help-window-setup-finish): Remove.
17767 (help-window-display-message, help-window-setup)
17768 (with-help-window): Major rewrite based on new
17769 display-buffer-window variable.
17770
17771 * help-mode.el (help-mode-finish): Remove help-window related
17772 code.
17773
17774 * view.el (view-exits-all-viewing-windows): Remove reference to
17775 view-return-to-alist in doc-string.
17776 (view-return-to-alist): Make obsolete.
17777 (view-buffer): Call pop-to-buffer-same-window and remove
17778 undo-window code.
17779 (view-buffer-other-window): Call pop-to-buffer-other-window and
17780 simplify code. Ignore second argument.
17781 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17782 simplify code. Ignore second argument.
17783 (view-return-to-alist-update): Make obsolete.
17784 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17785 Rewrite using quit-restore window parameters.
17786 (view-mode-exit): Rename second argument to EXIT-ONLY.
17787 Rewrite using quit-restore-window.
17788 (View-exit, View-exit-and-edit, View-leave, View-quit)
17789 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17790 appropriate arguments.
17791 (view-end-message): Use quit-restore window parameter.
17792
17793 * window.el (display-buffer-function): Rewrite doc-string.
17794 (display-buffer-window, display-buffer-alist): New variables.
17795 (display-buffer-split-specifiers)
17796 (display-buffer-side-specifiers)
17797 (display-buffer-macro-specifiers): New constants.
17798 (display-buffer-even-window-sizes, display-buffer-set-height)
17799 (display-buffer-set-width, display-buffer-select-window)
17800 (display-buffer-in-window, display-buffer-reuse-window)
17801 (display-buffer-split-window-1, display-buffer-split-window)
17802 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17803 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17804 (display-buffer-in-side-window, normalize-buffer-to-display)
17805 (display-buffer-normalize-specifiers-1)
17806 (display-buffer-normalize-specifiers-2)
17807 (display-buffer-normalize-specifiers, display-buffer-frame):
17808 New functions.
17809 (display-buffer): Major rewrite.
17810 (display-buffer-other-window, display-buffer-other-frame)
17811 (pop-to-buffer, switch-to-buffer-other-window)
17812 (switch-to-buffer-other-frame): Rewrite.
17813 (display-buffer-same-window, display-buffer-same-frame)
17814 (display-buffer-same-frame-other-window)
17815 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17816 (pop-to-buffer-other-window)
17817 (pop-to-buffer-same-frame-other-window)
17818 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17819 (switch-to-buffer-other-window-same-frame): New functions.
17820 (same-window-p, special-display-p): Rewrite disabling warnings.
17821 Make obsolete.
17822 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17823 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17824 Make obsolete
17825 (same-window-buffer-names, same-window-regexps)
17826 (special-display-frame-alist, special-display-popup-frame)
17827 (special-display-function, special-display-buffer-names)
17828 (special-display-regexps, pop-up-frame-alist)
17829 (pop-up-frame-function, split-window-preferred-function)
17830 (split-height-threshold, split-width-threshold)
17831 (even-window-heights): Make obsolete.
17832
17833 2011-06-12 Glenn Morris <rgm@gnu.org>
17834
17835 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17836 Misc simplifications.
17837
17838 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17839
17840 * window.el (window-safely-shrinkable-p): Restore function which
17841 was inadvertently removed in change from 2011-06-11. Declare as
17842 obsolete.
17843
17844 * calendar/calendar.el (calendar-generate-window):
17845 Use window-iso-combined-p instead of combination of one-window-p and
17846 window-safely-shrinkable-p.
17847
17848 2011-06-12 Glenn Morris <rgm@gnu.org>
17849
17850 * progmodes/fortran.el (fortran-mode-syntax-table):
17851 * progmodes/f90.el (f90-mode-syntax-table):
17852 Set % to punctuation. (Bug#8820)
17853 (f90-find-tag-default): Remove, no longer needed.
17854
17855 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17856
17857 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17858
17859 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17860
17861 * image.el (image-animated-p): Return animation delay in seconds.
17862 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17863 (image-animate-timeout): Remove DELAY argument. Don't assume
17864 every subimage has the same delay; get it from image-animated-p.
17865 (image-animate): Caller changed.
17866
17867 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17868
17869 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17870 to ignored backtrace functions.
17871
17872 2011-06-11 Glenn Morris <rgm@gnu.org>
17873
17874 * calendar/appt.el (appt-disp-window-function): Doc fix.
17875 (appt-check): Handle overlapping appointments. (Bug#8337)
17876
17877 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17878
17879 * window.el (window-tree-1, window-tree): New functions, moving
17880 the latter to window.el.
17881 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17882 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17883 (bw-refresh-edges): Remove.
17884 (balance-windows-1, balance-windows-2): New functions.
17885 (balance-windows): Rewrite in terms of window tree functions,
17886 balance-windows-1 and balance-windows-2.
17887 (bw-adjust-window): Remove.
17888 (balance-windows-area-adjust): New function with functionality of
17889 bw-adjust-window but using resize-window.
17890 (set-window-text-height): Rewrite doc-string.
17891 Use normalize-live-window and resize-window.
17892 (enlarge-window-horizontally, shrink-window-horizontally):
17893 Rename argument to DELTA.
17894 (window-buffer-height): New function.
17895 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17896 Rewrite using new window resize routines.
17897 (kill-buffer-and-window, mouse-autoselect-window-select):
17898 Use ignore-errors instead of condition-case.
17899 (quit-window): Call delete-frame instead of delete-windows-on
17900 for the only buffer on frame.
17901
17902 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17903
17904 * loadup.el (top-level): Load window before files for the sake
17905 of replace-buffer-in-windows.
17906
17907 * files.el (read-buffer-to-switch)
17908 (switch-to-buffer-other-window)
17909 (switch-to-buffer-other-frame, display-buffer-other-frame):
17910 Move to window.el.
17911
17912 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17913 (previous-buffer): Move to window.el.
17914
17915 * bindings.el (unbury-buffer): Move to window.el.
17916
17917 * window.el (delete-other-windows-vertically): Move after
17918 definition of delete-other-windows.
17919 (other-window, delete-windows-on, replace-buffer-in-windows):
17920 Move here from window.c.
17921 (record-window-buffer, unrecord-window-buffer)
17922 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17923 (switch-to-next-buffer): New functions.
17924 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17925 from simple.el. Call switch-to-next-buffer.
17926 (previous-buffer): Move here from simple.el.
17927 Call switch-to-prev-buffer.
17928 (bury-buffer): Move here from buffer.c. Switch to previous
17929 buffer when window cannot be deleted.
17930 (unbury-buffer): Move here from bindings.el.
17931 (ctl-x-map): Move binding for other-window from window.c to
17932 here.
17933 (read-buffer-to-switch, switch-to-buffer-other-window)
17934 (switch-to-buffer-other-frame): Move here from files.el.
17935 (normalize-buffer-to-switch-to): New functions.
17936 (switch-to-buffer): Move here from buffer.c.
17937 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17938
17939 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17940
17941 * window.el (window-min-height, window-min-width): Move here
17942 from window.c. Add defcustoms and rewrite doc-strings.
17943 (resize-mini-window, resize-window): New functions.
17944 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17945 Move here from window.c.
17946 (maximize-window, minimize-window): New functions.
17947 (delete-window, delete-other-windows, split-window): Move here
17948 from window.c.
17949 (window-split-min-size): New function.
17950 (split-window-keep-point): Mention split-window-above-each-other
17951 instead of split-window-vertically.
17952 (split-window-above-each-other, split-window-vertically):
17953 Rename split-window-vertically to split-window-above-each-other
17954 and provide defalias for old definition.
17955 (split-window-side-by-side, split-window-horizontally):
17956 Rename split-window-horizontally to split-window-side-by-side
17957 and provide defalias for the old definition.
17958 (ctl-x-map): Move bindings for delete-window,
17959 delete-other-windows and enlarge-window here from window.c.
17960 Replace bindings for split-window-vertically and
17961 split-window-horizontally by bindings for
17962 split-window-above-each-other and split-window-side-by-side.
17963
17964 * cus-start.el (all): Remove entries for window-min-height and
17965 window-min-width. Add entries for window-splits and
17966 window-nest.
17967
17968 2011-06-09 Glenn Morris <rgm@gnu.org>
17969
17970 * calendar/appt.el (appt-mode-line): New function.
17971 (appt-check, appt-disp-window): Use it.
17972
17973 * files.el (hack-one-local-variable-eval-safep):
17974 Allow minor-modes with explicit +/-1 arguments.
17975
17976 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17977
17978 * term/xterm.el (xterm): Add defgroup.
17979 (xterm-extra-capabilities): Add defcustom to supply known xterm
17980 capabilities, skip querying them, or query them (default).
17981 (terminal-init-xterm): Use it.
17982 (terminal-init-xterm-modify-other-keys): New function to set up
17983 modifyOtherKeys support to simplify `terminal-init-xterm'.
17984
17985 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17986
17987 * window.el (resize-window-reset, resize-window-reset-1)
17988 (resize-subwindows-skip-p, resize-subwindows-normal)
17989 (resize-subwindows, resize-other-windows, resize-this-window)
17990 (resize-root-window, resize-root-window-vertically)
17991 (window-deletable-p, window-or-subwindow-p)
17992 (frame-root-window-p): New functions.
17993
17994 2011-06-09 Glenn Morris <rgm@gnu.org>
17995
17996 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17997 (ange-ftp-get-files): Use it.
17998
17999 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18000
18001 * mail/sendmail.el (mail-recover-1, mail-recover):
18002 * files.el (recover-file, recover-session):
18003 Handle dired-listing-switches not being just a single short option.
18004
18005 2011-06-09 Glenn Morris <rgm@gnu.org>
18006
18007 * calendar/appt.el (appt-display-message, appt-disp-window):
18008 Handle lists of appointments.
18009
18010 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18011
18012 * window.el (one-window-p): Move down in code.
18013 Rewrite doc-string.
18014 (window-current-scroll-bars): Rewrite doc-string.
18015 Normalize live window argument.
18016 (walk-windows, get-window-with-predicate, count-windows):
18017 Rewrite doc-string. Use window-list-1.
18018 (window-in-direction-2, window-in-direction, get-mru-window):
18019 New functions.
18020
18021 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18022
18023 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18024 Doc fix (Bug#8713).
18025
18026 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18027
18028 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18029
18030 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18031
18032 * loadhist.el (unload-feature-special-hooks):
18033 Add `comint-output-filter-functions'.
18034
18035 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18036
18037 * calendar/appt.el (appt-check): Move some initializations into the let.
18038
18039 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18040
18041 * window.el (window-height): Defalias to window-total-height.
18042 (window-width): Defalias to window-body-width.
18043
18044 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18045
18046 * image-mode.el (image-toggle-animation): New command.
18047 (image-mode-map): Bind it to RET.
18048 (image-mode): Update message.
18049 (image-toggle-display-image): Avoid a spurious cache flush.
18050 (image-transform-rotation): Doc fix.
18051 (image-transform-properties): Return quickly in the normal case.
18052 (image-animate-loop): Rename from image-animate-max-time.
18053
18054 * image.el (image-animate-max-time): Move to image-mode.el.
18055 (create-animated-image): Remove unnecessary function.
18056 (image-animate): Rename from image-animate-start. New arg.
18057 (image-animate-stop): Remove; just use image-animate-timer.
18058 (image-animate-timer): Use car-safe.
18059 (image-animate-timeout): Rename argument.
18060
18061 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18062
18063 * window.el (get-lru-window, get-largest-window): Move here from
18064 window.c. Rename first argument to ALL-FRAMES.
18065 Rephrase doc-strings.
18066 (get-buffer-window-list): Rewrite using window-list-1.
18067 Rephrase doc-string.
18068 (window-safe-min-height, window-safe-min-width): New constants.
18069 (window-size-ignore, window-min-size, window-min-size-1)
18070 (window-sizable, window-sizable-p, window-size-fixed-1)
18071 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18072 (window-max-delta-1, window-max-delta, window-resizable)
18073 (window-resizable-p, window-total-height, window-total-width)
18074 (window-body-width): New functions.
18075 (window-full-height-p, window-full-width-p): Rewrite using
18076 window-total-size.
18077 (window-body-height): Rewrite using window-body-size.
18078
18079 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18080
18081 * window.el (window-right, window-left, window-child)
18082 (window-child-count, window-last-child, window-any-p)
18083 (normalize-live-buffer, normalize-live-frame)
18084 (normalize-any-window, normalize-live-window)
18085 (window-iso-combination-p, window-iso-combined-p)
18086 (window-iso-combinations)
18087 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18088 (windows-with-parameter, window-with-parameter)
18089 (window-atom-root, make-window-atom, window-atom-check-1)
18090 (window-atom-check, window-side-check, window-check):
18091 New functions.
18092 (ignore-window-parameters, window-sides, window-sides-vertical)
18093 (window-sides-slots): New variables.
18094 (window-size-fixed): Move down in code. Minor doc-string fix.
18095
18096 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18097
18098 * comint.el (comint-dynamic-complete-as-filename)
18099 (comint-dynamic-complete-filename): Correctly call
18100 completion-in-region.
18101
18102 2011-06-05 Deniz Dogan <deniz@dogan.se>
18103
18104 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18105 in last change.
18106
18107 2011-06-05 Deniz Dogan <deniz@dogan.se>
18108
18109 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18110 (rcirc): Use it to prompt for encryption.
18111
18112 2011-06-05 Roland Winkler <winkler@gnu.org>
18113
18114 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18115 (bibtex-search-entries): New command bound to C-c C-a.
18116 (bibtex-display-entries): New function.
18117
18118 2011-06-05 Roland Winkler <winkler@gnu.org>
18119
18120 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18121 (bibtex-insert-kill): After yanking insert newline if necessary.
18122 (bibtex-initialize): Call bibtex-string-files-init only once.
18123 (bibtex-mode): Do not call easy-menu-add.
18124 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18125 (bibtex-yank): Set arg properly if nil.
18126
18127 2011-06-05 Roland Winkler <winkler@gnu.org>
18128
18129 * textmodes/bibtex.el (bibtex-search-entry-globally):
18130 New variable.
18131 (bibtex-search-entry): Use it.
18132
18133 2011-06-05 Roland Winkler <winkler@gnu.org>
18134
18135 * textmodes/bibtex.el (bibtex-entry-format): New option
18136 sort-fields.
18137 (bibtex-format-entry, bibtex-reformat): Honor this option.
18138 (bibtex-parse-entry): Return fields in proper order.
18139
18140 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18141
18142 * doc-view.el (doc-view-remove-if): Move computation of result out
18143 of `dolist' to silence misleading lexical-binding warning.
18144
18145 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18146
18147 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18148 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18149
18150 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18151
18152 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18153 "SunOS 5.10".
18154
18155 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18156
18157 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18158 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18159 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18160 (tramp-parse-putty):
18161 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18162 (tramp-completion-function-alist-ssh)
18163 (tramp-completion-function-alist-telnet)
18164 (tramp-completion-function-alist-su)
18165 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18166 cookie.
18167
18168 * net/tramp-ftp.el:
18169 * net/tramp-sh.el:
18170 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18171 load "tramp.el" `tramp-set-completion-function'.
18172
18173 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18174
18175 * shell.el: Require and use pcomplete.
18176 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18177 (shell-completion-vars): Set pcomplete-default-completion-function.
18178
18179 2011-06-04 Deniz Dogan <deniz@dogan.se>
18180
18181 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18182 `memq' (Bug#8799).
18183
18184 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18185
18186 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18187
18188 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18189
18190 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18191 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18192 * vc/log-view.el (log-view-beginning-of-defun):
18193 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18194 (smerge-refine-forward, smerge-refine-chopup-region):
18195 Silence warning for unused `dotimes' counter variables.
18196
18197 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * net/tramp.el (tramp-with-progress-reporter): Rename from
18200 with-progress-reporter. Use `declare'.
18201 * net/tramp-smb.el:
18202 * net/tramp-sh.el:
18203 * net/tramp-gvfs.el: Update all uses.
18204
18205 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18206
18207 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18208 buffer isn't killed before making it current.
18209
18210 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18211
18212 Silence various byte-compiler warnings.
18213 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18214 `access-type' and new obsolescence format.
18215 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18216 new format.
18217 (byte-compile-check-variable): New `access-type' argument.
18218 Only warn if the access-type is obsolete.
18219 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18220 (byte-compile-variable-set): Adjust callers.
18221 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18222 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18223 setting it as obsolete.
18224 * simple.el (minibuffer-completing-symbol):
18225 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18226 access as obsolete.
18227 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18228 obsolete yet.
18229 * international/quail.el (quail-mouse-choose-completion): Remove unused
18230 code referring to obsolete var.
18231 (quail-choose-completion-string): Remove.
18232 * server.el (server-clients-with, server-kill-buffer-query-function)
18233 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18234 * proced.el (proced-send-signal):
18235 * emacs-lisp/lisp.el (lisp-complete-symbol):
18236 Replace completion-annotate-function with completion-extra-properties.
18237
18238 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * simple.el (goto-line): Use read-number.
18241 (overriding-map-is-bound): Remove.
18242 (saved-overriding-map): Change default.
18243 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18244 Take the map as argument.
18245 (universal-argument, negative-argument, digit-argument): Use it.
18246 (restore-overriding-map): Adjust.
18247 (do-auto-fill): Use fill-forward-paragraph.
18248 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18249
18250 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18251 (minibuffer-inactive-mode): New major mode.
18252 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18253 the *Messages* buffer" hack.
18254 (mouse-popup-menubar): Don't burp if the event is a normal key.
18255
18256 Miscellaneous tweaks.
18257 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18258 lexical scoping as in subr.el's dolist and dotimes.
18259 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18260 Silence compiler warning.
18261 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18262 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18263 * international/ccl.el (ccl-compile): Trivial simplification.
18264 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18265 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18266 `printflag' argument.
18267 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18268 Purecopy the whole obsolescence data.
18269
18270 2011-06-01 Leo Liu <sdl.web@gmail.com>
18271
18272 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18273 improve doc-string as suggested by Marco Pessotto
18274 <melmothx@gmail.com>.
18275 (rcirc-print): Fix last change.
18276
18277 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18278
18279 * minibuffer.el (complete-with-action): Return nil for the metadata and
18280 boundaries of non-functional tables.
18281 (completion-table-dynamic): Return nil for the metadata.
18282 (completion-table-with-terminator): Add default case, using
18283 complete-with-action.
18284 (completion--metadata): New function.
18285 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18286 to try and avoid pathological performance problems.
18287 (completion--embedded-envvar-table): Return `category' metadata.
18288
18289 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18290
18291 * subr.el (process-alive-p): New tiny convenience function.
18292
18293 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18294
18295 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18296 content but also its previous major mode.
18297
18298 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18299
18300 * emacs-lisp/debug.el (debug): Restore the previous content of the
18301 *Backtrace* buffer when we exit with C-M-c.
18302
18303 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18304
18305 * minibuffer.el: Add metadata method to completion tables.
18306 (completion-category-overrides): New defcustom.
18307 (completion-metadata, completion--field-metadata)
18308 (completion-metadata-get, completion--styles)
18309 (completion--cycle-threshold): New functions.
18310 (completion-try-completion, completion-all-completions):
18311 Add `metadata' argument to choose completion-styles.
18312 (completion--do-completion): Use metadata to choose cycling.
18313 (completion-all-sorted-completions): Use metadata for sorting.
18314 Remove :completion-cycle-penalty which is not needed any more.
18315 (completion--try-word-completion): Add `metadata' argument.
18316 (minibuffer-completion-help): Check metadata for annotation function
18317 and sorting.
18318 (completion-file-name-table): Return `category' metadata.
18319 (minibuffer-completing-file-name): Make obsolete.
18320 * simple.el (minibuffer-completing-symbol): Make obsolete.
18321 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18322 completion-try-completion.
18323
18324 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18325
18326 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18327
18328 2011-05-30 Leo Liu <sdl.web@gmail.com>
18329
18330 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18331 (rcirc-print): Decode all incoming messages (bug#8744).
18332 (rcirc-decode-coding-system): Allow value nil for automatic coding
18333 system detection.
18334
18335 2011-06-01 Glenn Morris <rgm@gnu.org>
18336
18337 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18338
18339 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18340
18341 * image.el (image-animate-max-time): Allow nil and t values.
18342 Default to nil.
18343 (create-animated-image): Doc fix.
18344 (image-animate-start): Remove second arg; just use
18345 image-animate-max-time.
18346 (image-animate-timeout): Doc fix. Args changed.
18347
18348 * image-mode.el (image-toggle-display-image): Ensure that the
18349 image spec passed to the animate timer is the same object as in
18350 the buffer's display property (Bug#6981).
18351 (image-transform-properties): Doc fix.
18352
18353 * image.el (image-animate-max-time): Default to nil.
18354
18355 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18356
18357 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18358 entire buffer list (Bug#8184).
18359
18360 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18361
18362 * image.el (imagemagick-types-inhibit)
18363 (imagemagick-register-types): Doc fix.
18364
18365 2011-05-29 Deniz Dogan <deniz@dogan.se>
18366
18367 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18368 default.
18369
18370 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18371
18372 * select.el: Don't perform clipboard-manager saving in hooks;
18373 leave the hooks empty.
18374
18375 2011-05-28 Leo Liu <sdl.web@gmail.com>
18376
18377 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18378 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18379 (occur-edit-mode): New major mode (Bug#8463).
18380 (occur-after-change-function): New function.
18381 (occur-engine): Give Occur tags a read-only property.
18382
18383 2011-05-28 Kevin Ryde <user42@zip.com.au>
18384
18385 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18386
18387 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18388
18389 * bindings.el (help-echo): Make the initial non-indicator dash
18390 empty on graphical terminals (Bug#7295).
18391
18392 * files.el (auto-mode-alist): Move config rule after the
18393 in-stripping one (Bug#8547).
18394
18395 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18396
18397 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18398 setting (Bug#8740).
18399
18400 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18401
18402 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18403 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18404 (Bug#8539).
18405
18406 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18407
18408 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18409
18410 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18411
18412 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18413 (hs-hide-block-at-point, hs-find-block-beginning)
18414 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18415 (Bug#8279).
18416
18417 2011-05-28 Glenn Morris <rgm@gnu.org>
18418
18419 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18420
18421 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18422
18423 * help-fns.el (describe-function-1): If the function is a derived
18424 major mode, print the parent mode.
18425
18426 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18427 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18428
18429 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18430
18431 * minibuffer.el (completion--capf-wrapper): Check applicability before
18432 returning non-nil for non-exclusive completion data.
18433 * progmodes/etags.el (tags-completion-at-point-function):
18434 * info-look.el (info-lookup-completions-at-point): Mark as
18435 non-exclusive.
18436 (info-complete): Adjust accordingly.
18437
18438 * info-look.el: Convert to lexical-binding and completion-at-point.
18439 (info-lookup-completions-at-point): New function.
18440 (info-complete): Use it and completion-in-region.
18441
18442 2011-05-28 Drew Adams <drew.adams@oracle.com>
18443
18444 * isearch.el: Let M-e start with point at the first mismatched char.
18445 (isearch-fail-pos): New function.
18446 (isearch-edit-string): Use it.
18447
18448 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18449
18450 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18451
18452 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18453
18454 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18455 traversal functions for avl-trees.
18456 (avl-tree--stack): New struct.
18457 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18458 (avl-tree-enter): Add optional `updatefun' arg.
18459 (avl-tree--do-enter): Add optional `updatefun' arg.
18460 Change return value.
18461 (avl-tree-delete): Add optional `test' and `nilflag' args.
18462 (avl-tree--do-delete): Add `test' and `nilflag' args.
18463 Change return value.
18464 (avl-tree-member): Add optional `nilflag'
18465 (avl-tree-member-p): New function.
18466 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18467 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18468 (avl-tree-stack-empty-p): New functions.
18469
18470 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18471 avl-tree--del-balance1 and make it work both ways.
18472 (avl-tree--del-balance2): Remove.
18473 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18474 make it work both ways.
18475 (avl-tree--enter-balance2): Remove.
18476 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18477 New macros.
18478 (avl-tree--mapc, avl-tree-map): Add direction argument.
18479
18480 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18481
18482 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18483
18484 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18485
18486 * select.el: Support clipboard managers with built-in function
18487 x-clipboard-manager-save, via delete-frame-functions and
18488 kill-emacs-hook.
18489 (xselect-convert-to-targets): Add MULTIPLE target to list.
18490 (xselect-convert-to-save-targets): New function.
18491
18492 2011-05-27 Kenichi Handa <handa@m17n.org>
18493
18494 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18495 let-binding rfc2047-encode-encoded-words to nil.
18496
18497 2011-05-27 Glenn Morris <rgm@gnu.org>
18498
18499 * mail/emacsbug.el: Don't require url-util.
18500
18501 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18502
18503 * files.el (set-auto-mode):
18504 Also respect mode: entries at the end of the file. (Bug#8586)
18505
18506 2011-05-26 Glenn Morris <rgm@gnu.org>
18507
18508 * files.el (hack-local-variables-prop-line, hack-local-variables):
18509 Downcase mode names, as seems to be traditional.
18510 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18511
18512 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18513 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18514
18515 2011-05-25 Julien Danjou <julien@danjou.info>
18516
18517 * textmodes/rst.el (rst-define-level-faces): Do not define face
18518 symbol if it is already defined.
18519
18520 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18521
18522 * play/5x5.el (5x5-new-game, 5x5-randomize):
18523 Reset 5x5-solver-output to nil when a new grid is cast.
18524 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18525 these debugging traces, as defmacro breaks the compiled code.
18526
18527 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18528
18529 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18530
18531 2011-05-24 Leo Liu <sdl.web@gmail.com>
18532
18533 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18534 (vc-bzr-sha1): Adapt.
18535
18536 * sha1.el: Remove. Function `sha1' is now builtin.
18537
18538 * bindings.el: Provide sha1 feature.
18539
18540 2011-05-24 Kenichi Handa <handa@m17n.org>
18541
18542 * mail/sendmail.el: Require `rfc2047'.
18543 (mail-insert-from-field): Do not perform RFC2047 encoding.
18544 (mail-encode-header): New function.
18545 (sendmail-send-it): Set buffer-file-coding-system of the work
18546 buffer to the return value of select-message-coding-system.
18547 Call mail-encode-header.
18548
18549 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18550
18551 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18552
18553 * mail/supercite.el (sc-default-cite-frame):
18554 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18555
18556 2011-05-24 Glenn Morris <rgm@gnu.org>
18557
18558 * progmodes/python.el (brm-menu): Declare.
18559
18560 * emulation/viper.el (viper-set-hooks): Declare.
18561
18562 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18563 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18564 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18565 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18566 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18567 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18568
18569 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18570
18571 Add an :exit-function for completion-at-point.
18572
18573 * minibuffer.el (completion--done): New fun.
18574 (completion--do-completion): Use it. New arg `expect-exact'.
18575 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18576 since completion--do-completion does it for us now.
18577 (minibuffer-force-complete): Use completion--done and
18578 completion--replace. Handle sole-completion case with more care.
18579 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18580 (completion-extra-properties): New var.
18581 (completion-annotate-function): Make obsolete.
18582 (minibuffer-completion-help): Adjust accordingly.
18583 Use completion-list-insert-choice-function.
18584 (completion-at-point, completion-help-at-point):
18585 Bind completion-extra-properties.
18586 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18587 * simple.el (completion-list-insert-choice-function): New var.
18588 (completion-setup-function): Preserve it.
18589 (choose-completion): Pay attention to it, shuffle the code a bit.
18590 (choose-completion-string): New arg `insert-function'.
18591
18592 * textmodes/bibtex.el: Convert to lexical binding.
18593 (bibtex-mode-map): Use completion-at-point.
18594 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18595 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18596 (bibtex-complete): Define as obsolete alias.
18597 (bibtex-complete-internal): Remove.
18598 (bibtex-format-entry): Remove unused sub-group in regexp.
18599 * shell.el (shell--command-completion-data)
18600 (shell-environment-variable-completion):
18601 * pcomplete.el (pcomplete-completions-at-point):
18602 * comint.el (comint--complete-file-name-data): Use :exit-function
18603 instead of completion-table-with-terminator so it also works for
18604 choose-completion.
18605
18606 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18607
18608 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18609
18610 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18611 (bug#8710).
18612
18613 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18614
18615 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18616
18617 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18618 customization variable and implement: If non-nil, auto-fill will
18619 be inhibited while on topic's header line.
18620
18621 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18622
18623 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18624 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18625 always have a solution in grid size = 5 cases.
18626 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18627 (5x5-solver-output, 5x5-log-buffer): New vars.
18628 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18629 Make these variables buffer local to achieve 5x5 multi-session-ness.
18630 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18631 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18632 (5x5-solve-suggest): New funs.
18633 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18634 randomize a grid so that we ensure that there is always a solution.
18635 (5x5-make-random-grid): Allow other movement than flipping.
18636
18637 2011-05-23 Kevin Ryde <user42@zip.com.au>
18638
18639 * emacs-lisp/advice.el (ad-read-advised-function):
18640 Use `function-called-at-point' as the default, if it has
18641 advice and passes PREDICATE.
18642
18643 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18644
18645 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18646 byte-compile-lambda if it's actually a lambda.
18647
18648 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18649 Fix function quoting. Use backquote better.
18650
18651 2011-05-22 Yuanle Song <sylecn@gmail.com>
18652
18653 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18654 matching (Bug#8516).
18655
18656 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18657
18658 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18659 different face (Bug#8178).
18660
18661 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18662
18663 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18664 defface (Bug#8144).
18665
18666 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18667
18668 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18669 funcall as well (bug#8712). Warn when performing those conversions.
18670 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18671
18672 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18673
18674 2011-05-22 Glenn Morris <rgm@gnu.org>
18675
18676 * files.el (hack-local-variables-prop-line): Small simplifications.
18677 (hack-local-variables, hack-local-variables-prop-line):
18678 If MODE-ONLY, return the mode, rather than just `t'.
18679
18680 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18681
18682 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18683
18684 2011-05-21 Glenn Morris <rgm@gnu.org>
18685
18686 * files.el (hack-local-variables-prop-line, hack-local-variables):
18687 If only interested in the mode, don't bother doing the other stuff.
18688
18689 * image-mode.el (image-after-revert-hook):
18690 Redraw all frames on which the image is visible. (Bug#8567)
18691
18692 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18693
18694 * wid-edit.el (widget-checklist-match-inline):
18695 Fix 2011-04-19 change. (Bug#8649)
18696
18697 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18698
18699 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18700 Also allow singlespace after single-letter capitals followed by a dot.
18701
18702 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18703 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18704
18705 2011-05-20 Nix <nix@esperi.org.uk>
18706
18707 * files.el (basic-save-buffer-2):
18708 Fix handling of break-hardlink-on-save with non-existent files.
18709
18710 2011-05-19 Deniz Dogan <deniz@dogan.se>
18711
18712 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18713 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18714
18715 2011-05-19 Glenn Morris <rgm@gnu.org>
18716
18717 * progmodes/f90.el (f90-type-def-re):
18718 Handle "type, bind(c)". (Bug#8691)
18719
18720 * emacs-lisp/autoload.el (batch-update-autoloads):
18721 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18722
18723 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18724
18725 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18726 property for the correct connection in case of multihops.
18727
18728 2011-05-18 Glenn Morris <rgm@gnu.org>
18729
18730 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18731 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18732
18733 Rationalize calendar handling of day and month abbrev-arrays.
18734 * calendar/calendar.el (calendar-customized-p): New function.
18735 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18736 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18737 Add :set function.
18738 (calendar-abbrev-length, calendar-day-abbrev-array)
18739 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18740 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18741 Elements may no longer be nil.
18742 (calendar-day-name, calendar-month-name):
18743 Update for changed nature of abbrev arrays.
18744 * calendar/diary-lib.el (diary-name-pattern):
18745 Update for changed nature of abbrev arrays.
18746 (diary-mark-entries-1): Update calendar-make-alist calls.
18747 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18748 * calendar/cal-html.el (cal-html-day-abbrev-array):
18749 Simply inherit from calendar-day-abbrev-array.
18750
18751 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * progmodes/grep.el (grep-mode): Disable default
18754 compilation-directory-matcher setting (bug#8684).
18755
18756 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18757
18758 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18759 instead of "head" and "tail". There were problems with SunOS 5.9,
18760 and it performs better.
18761
18762 2011-05-17 Glenn Morris <rgm@gnu.org>
18763
18764 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18765
18766 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18767 Replace obsolete function.
18768
18769 * shell.el (pcomplete-parse-arguments-function): Declare.
18770
18771 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18772 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18773 (appt-check): Doc fixes.
18774 (appt-disp-window-function, appt-delete-window-function):
18775 Remove needless special case in custom :type.
18776 (appt-display-count): Default to 0, not nil.
18777 (appt-check): Reset appt-display-count to 0, not nil.
18778
18779 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18780
18781 * progmodes/python.el (python-font-lock-keywords):
18782 Add the Python 3.X keyword "nonlocal" (bug#8639).
18783
18784 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18785
18786 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18787
18788 2011-05-16 Kevin Ryde <user42@zip.com.au>
18789
18790 * info-look.el (makefile-automake-mode): New setups, looking in
18791 automake manual, then makefile-mode.
18792 (makefile-mode): Remove automake manual, have it just in
18793 makefile-automake-mode since there's various things different or
18794 not relevant to plain make.
18795 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18796 believe a hypothetical automake-mode would go to makefile-mode,
18797 not the other way around.
18798
18799 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18800
18801 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18802 hunk-end tags (Bug#8672).
18803
18804 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18805 vc-annotate-show-diff-revision-at-line (Bug#8671).
18806
18807 2011-05-14 Glenn Morris <rgm@gnu.org>
18808
18809 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18810 in the middle of an existing one with multiple authors. (Bug#8645)
18811 (change-log-font-lock-keywords): Also handle multiple author lines
18812 with leading tabs. (Bug#8644)
18813
18814 * calendar/appt.el (appt-check): Rename some local variables.
18815 Some simplification/reordering.
18816
18817 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18818 (feedmail-sendmail-f-doesnt-sell-me-out)
18819 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18820 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18821 (feedmail-queue-runner-message-sender): Set :version.
18822 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18823 (bbdb-dwim-net-address, vm-mail): Declare.
18824 (feedmail-binmail-gnulinuxish-template):
18825 Rename from feedmail-binmail-linuxish-template.
18826 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18827 Use insert-buffer-substring.
18828
18829 2011-05-14 Bill Carpenter <bill@carpenter.org>
18830
18831 * mail/feedmail.el (feedmail-patch-level): Increase.
18832 (feedmail-debug): New custom group.
18833 (feedmail-confirm-outgoing-timeout)
18834 (feedmail-sendmail-f-doesnt-sell-me-out)
18835 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18836 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18837 (feedmail-sender-line, feedmail-from-line)
18838 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18839 (feedmail-spray-this-address)
18840 (feedmail-spray-address-fiddle-plex-list)
18841 (feedmail-queue-use-send-time-for-date)
18842 (feedmail-queue-use-send-time-for-message-id)
18843 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18844 (feedmail-buffer-eating-function):
18845 Doc fixes.
18846 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18847 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18848 (feedmail-message-action-scroll-down): New functions.
18849 (feedmail-queue-directory, feedmail-queue-draft-directory):
18850 Use expand-file-name.
18851 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18852 Remove C-v help entry.
18853 (feedmail-queue-buffer-file-name): New variable.
18854 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18855 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18856 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18857 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18858 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18859 (feedmail-message-action-toggle-spray)
18860 (feedmail-run-the-queue-no-prompts)
18861 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18862 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18863 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18864 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18865 (feedmail-envelope-deducer, feedmail-fiddle-from)
18866 (feedmail-fiddle-sender, feedmail-default-date-generator)
18867 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18868 (feedmail-fiddle-spray-address)
18869 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18870 (feedmail-fiddle-list-of-fiddle-plexes)
18871 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18872 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18873 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18874 Change default. Doc fix.
18875 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18876 (feedmail-binmail-linuxish-template): New constant.
18877 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18878 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18879 (feedmail-send-it): Add debug call.
18880 Use feedmail-queue-buffer-file-name, and
18881 feedmail-send-it-immediately-wrapper.
18882 (feedmail-message-action-send): Add debug call.
18883 Use feedmail-send-it-immediately-wrapper.
18884 (feedmail-queue-express-to-queue): Add debug call.
18885 Run feedmail-queue-express-hook.
18886 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18887 (feedmail-message-action-help-blat):
18888 Rename from feedmail-queue-send-edit-prompt-help-first.
18889 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18890 Check line-endings. Handle errors better.
18891 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18892 Doc fix. Add debug call.
18893 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18894 Use feedmail-queue-send-edit-prompt-inner.
18895 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18896 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18897 from feedmail-queue-send-edit-prompt.
18898 (feedmail-queue-send-edit-prompt-help)
18899 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18900 (feedmail-tidy-up-slug): Add debug call.
18901 Respect feedmail-queue-slug-suspect-regexp.
18902 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18903 (feedmail-dump-message-to-queue): Add debug call.
18904 Expand queue-directory.
18905 (feedmail-dump-message-to-queue): Change message slightly.
18906 Use feedmail-say-chatter.
18907 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18908 (feedmail-send-it-immediately-wrapper): New function.
18909 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18910 Insert empty string rather than newline. Handle full-frame case.
18911 Use catch/throw. Use feedmail-say-chatter.
18912 (feedmail-fiddle-from): Try mail-host-address.
18913 (feedmail-default-message-id-generator): Doc fix.
18914 Bind system-time-locale. Handle missing end.
18915 (feedmail-fiddle-x-mailer): Add debug call.
18916 Handle feedmail-x-mailer-line being nil.
18917 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18918 Add debug call. Use buffer-substring-no-properties.
18919 (feedmail-say-debug, feedmail-say-chatter): New functions.
18920 (feedmail-find-eoh): Give an explicit error.
18921
18922 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18923
18924 * net/newst-treeview.el (newsticker-treeview-face): Change default
18925 family from helvetica to sans.
18926 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18927 etc/images/newsticker.
18928
18929 * net/newst-reader.el (newsticker-feed-face): Change default
18930 family from helvetica to sans.
18931
18932 * net/newst-plainview.el (newsticker-new-item-face)
18933 (newsticker-old-item-face, newsticker-immortal-item-face)
18934 (newsticker-obsolete-item-face, newsticker-date-face)
18935 (newsticker-statistics-face): Change default family from
18936 helvetica to sans.
18937 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18938 etc/images/newsticker.
18939
18940 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18941 (newsticker--process-auto-mark-filter-match): Tell user about
18942 auto-marking.
18943
18944 2011-05-13 Didier Verna <didier@xemacs.org>
18945
18946 Common Lisp indentation improvements on defmethod and lambda-lists.
18947 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18948 TODO entries.
18949 (lisp-lambda-list-keyword-parameter-indentation)
18950 (lisp-lambda-list-keyword-parameter-alignment)
18951 (lisp-lambda-list-keyword-alignment): New customizable user options.
18952 (lisp-indent-defun-method): Improve docstring.
18953 (extended-loop-p): Fix comment.
18954 (lisp-indent-lambda-list-keywords-regexp): New variable.
18955 (lisp-indent-lambda-list): New function.
18956 (lisp-indent-259): Use it.
18957 (lisp-indent-defmethod): Support for more than one
18958 method qualifier and properly indent methods lambda-lists.
18959 (defgeneric): Provide a missing common-lisp-indent-function property.
18960
18961 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18962
18963 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18964 bounds for the empty string (bug#8667).
18965
18966 2011-05-13 Glenn Morris <rgm@gnu.org>
18967
18968 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18969
18970 * mail/sendmail.el (sendmail-program): Try executable-find first.
18971 (sendmail-send-it): `sendmail-program' cannot be unbound.
18972
18973 * calendar/appt.el (appt-make-list): Simplify.
18974 (appt-time-msg-list): Doc fix.
18975 (appt-check): Change mode-line message at the time of the appointment.
18976
18977 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18978
18979 * progmodes/ld-script.el (ld-script-keywords)
18980 (ld-script-builtins): Update keywords list.
18981
18982 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18983
18984 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18985
18986 * shell.el (shell-completion-vars): New function.
18987 (shell-mode):
18988 * simple.el (read-shell-command): Use it.
18989 (blink-matching-open): No need for " [...]" in minibuffer-message.
18990
18991 2011-05-12 Glenn Morris <rgm@gnu.org>
18992
18993 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18994 (appt-check): Simplify.
18995
18996 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18997
18998 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18999 literal "/dev/null".
19000
19001 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19002
19003 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19004 Fix typo.
19005
19006 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19007
19008 * progmodes/which-func.el (which-function):
19009 Use add-log-current-defun instead of add-log-current-defun-function,
19010 which might not be defined (Bug#8260).
19011
19012 2011-05-12 Glenn Morris <rgm@gnu.org>
19013
19014 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19015 Let byte-compile-initial-macro-environment always take precedence.
19016
19017 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19018
19019 * net/rcirc.el: Add support for SSL/TLS connections.
19020 (rcirc-server-alist): New field `encryption'.
19021 (rcirc): Check `encryption' settings.
19022 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19023 Merge make-local-variable into `set'.
19024 (rcirc--connection-open-p): New function.
19025 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19026 the process is not a network process (e.g. running gnutls-cli).
19027 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19028 Make rcirc-(en|de)code-coding-system local here.
19029 (rcirc-mode): Merge make-local-variable into `set'.
19030 (rcirc-parent-buffer): Make permanent buffer-local.
19031 (rcirc-multiline-minor-mode): Don't do it here.
19032 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19033 there's no server buffer.
19034
19035 2011-05-11 Glenn Morris <rgm@gnu.org>
19036
19037 * newcomment.el (comment-kill): Prefix "unused" local.
19038
19039 * term/w32console.el (get-screen-color): Declare.
19040
19041 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19042 Handle symbol elements of byte-compile-initial-macro-environment.
19043
19044 2011-05-10 Leo Liu <sdl.web@gmail.com>
19045
19046 * bookmark.el (bookmark-bmenu-mode-map):
19047 Bind bookmark-bmenu-search to `/'.
19048
19049 * mail/footnote.el: Convert to utf-8 encoding.
19050 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19051 (Footnote-unicode): New function.
19052 (footnote-style-alist): Add unicode style to the list.
19053 (footnote-style): Doc fix.
19054
19055 2011-05-10 Jim Meyering <meyering@redhat.com>
19056
19057 Fix doubled-word typos.
19058 * international/quail.el (quail-insert-kbd-layout): and and -> and
19059 * kermit.el: and and -> and
19060 * net/ldap.el (ldap-search-internal): to to -> to
19061 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19062 * progmodes/js.el (js-mode): and and -> and
19063 * textmodes/artist.el (artist-move-to-xy): at at -> at
19064 (artist-draw-region-trim-line-endings): if if -> if
19065 And Safetyc -> Safety.
19066 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19067
19068 2011-05-10 Glenn Morris <rgm@gnu.org>
19069 Stefan Monnier <monnier@iro.umontreal.ca>
19070
19071 * files.el (hack-one-local-variable-eval-safep):
19072 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19073
19074 2011-05-10 Glenn Morris <rgm@gnu.org>
19075
19076 * calendar/diary-lib.el (diary-list-entries-hook)
19077 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19078 (diary-nongregorian-marking-hook, diary-list-entries)
19079 (diary-include-other-diary-files, diary-mark-entries)
19080 (diary-mark-included-diary-files): Doc fixes.
19081
19082 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19083
19084 * misc.el: Require tabulated-list.el during compilation.
19085
19086 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19087
19088 * progmodes/compile.el (compilation-start):
19089 Run compilation-filter-hook for the async case too.
19090 (compilation-filter-hook): Doc fix.
19091
19092 2011-05-09 Deniz Dogan <deniz@dogan.se>
19093
19094 * wdired.el: Remove outdated installation comment. Fix usage
19095 comment.
19096
19097 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19098
19099 * misc.el: Implement new command `list-dynamic-libraries'.
19100 (list-dynamic-libraries--loaded-only-p): New variable.
19101 (list-dynamic-libraries--refresh): New function.
19102 (list-dynamic-libraries): New command.
19103
19104 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19105
19106 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19107 Fix the ant regexp to handle end-line and end-column info from jikes.
19108 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19109 higher priority to avoid clobbering by gnu.
19110
19111 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19112
19113 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19114 if the face has existing theme settings (Bug#8454).
19115
19116 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19117
19118 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19119 Only match variables declared via `my' or `our' (Bug#8261).
19120
19121 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19122 special file names `.' and `..' (Bug#8259).
19123
19124 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19125
19126 * progmodes/grep.el (grep-mode-font-lock-keywords):
19127 Remove buffer-changing entries.
19128 (grep-filter): New function.
19129 (grep-mode): Add it to compilation-filter-hook.
19130
19131 * progmodes/compile.el (compilation-filter-hook)
19132 (compilation-filter-start): New defvars.
19133 (compilation-filter): Call compilation-filter-hook prior to
19134 updating the process mark.
19135
19136 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19137
19138 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19139
19140 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19141
19142 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19143 mailclient-send-it even if window-system is nil. (Bug#8595)
19144
19145 * term/w32console.el (terminal-init-w32console):
19146 Call get-screen-color and use its output to set the frame
19147 background-mode. (Bug#8597)
19148
19149 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19150
19151 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19152 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19153 New functions.
19154 (defgeneric, eieio--defmethod): Use them.
19155 (eieio-defgeneric): Remove.
19156 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19157
19158 2011-05-07 Glenn Morris <rgm@gnu.org>
19159
19160 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19161 Use let rather than let*.
19162 (timeclock-find-discrep): Remove unused local.
19163
19164 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19165
19166 * calendar/appt.el (appt-time-msg-list): Doc fix.
19167
19168 2011-05-06 Noah Friedman <friedman@splode.com>
19169
19170 * apropos.el (apropos-print-doc): Only use
19171 emacs-lisp-docstring-fill-column when it is bound to an integer,
19172 per that variable's documentation.
19173
19174 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19175
19176 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19177 and warnings are not silently discarded (e.g. use -d instead of -P).
19178
19179 2011-05-06 Glenn Morris <rgm@gnu.org>
19180
19181 * calendar/appt.el (appt-message-warning-time): Doc fix.
19182 (appt-warning-time-regexp): New option.
19183 (appt-make-list): Respect appt-message-warning-time.
19184
19185 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19186 New options.
19187 (diary-add-to-list): Strip comments from the displayed string.
19188 (diary-mode): Set comment-start and comment-end.
19189
19190 * vc/diff-mode.el (smerge-refine-subst): Declare.
19191 (diff-refine-hunk): Don't require smerge-mode when compiling.
19192
19193 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19194
19195 * simple.el (list-processes): Return nil as the docstring says.
19196
19197 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19198
19199 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19200 to "".
19201 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19202 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19203 determining of binary transfer. (Bug#7383)
19204
19205 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19206
19207 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19208 Fix port computation bug. (Bug#8618)
19209
19210 2011-05-05 Glenn Morris <rgm@gnu.org>
19211
19212 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19213
19214 * simple.el (shell-dynamic-complete-functions)
19215 (comint-dynamic-complete-functions): Declare.
19216
19217 * net/network-stream.el (gnutls-negotiate):
19218 * simple.el (tabulated-list-print): Fix declarations.
19219
19220 * progmodes/gud.el (syntax-symbol, syntax-point):
19221 Remove unnecessary and incorrect declarations.
19222
19223 * emacs-lisp/check-declare.el (check-declare-scan):
19224 Handle byte-compile-initial-macro-environment in bytecomp.el.
19225
19226 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19227
19228 Fix earlier half-done eieio-defmethod change (bug#8338).
19229 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19230 Streamline and change calling convention.
19231 (defmethod): Adjust accordingly and simplify.
19232 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19233 new eieio--defmethod.
19234 (slot-boundp): Minor CSE simplification.
19235
19236 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19237
19238 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19239 (glasses-make-readable): Use glasses-separate-capital-groups.
19240
19241 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19242
19243 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19244 (warning-series): Doc fix.
19245 (display-warning): Don't try to create the buffer if we just found it.
19246
19247 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19248
19249 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19250 (autoload-find-generated-file): New function.
19251 (generate-file-autoloads): Bind generated-autoload-file to
19252 buffer-file-name.
19253 (update-file-autoloads, update-directory-autoloads):
19254 Use autoload-find-generated-file. If called interactively, prompt for
19255 output file (Bug#7989).
19256 (batch-update-autoloads): Doc fix.
19257
19258 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19259
19260 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19261
19262 2011-05-04 Glenn Morris <rgm@gnu.org>
19263
19264 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19265 function, so it follows changes in calendar-date-style.
19266 (diary-fancy-date-matcher): New function.
19267 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19268 (diary-fancy-font-lock-fontify-region-function):
19269 Use diary-fancy-date-pattern as a function.
19270
19271 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19272 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19273
19274 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19275
19276 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19277 instead of positional arguments. Allow :keylist and :crlfiles
19278 arguments.
19279 (open-gnutls-stream): Call it.
19280
19281 * net/network-stream.el (network-stream-open-starttls): Adjust to
19282 call `gnutls-negotiate' with :process and :hostname arguments.
19283
19284 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19285
19286 * minibuffer.el (completion--message): New function.
19287 (completion--do-completion, minibuffer-complete)
19288 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19289 (completion--do-completion): Don't ignore completion-auto-help when in
19290 icomplete-mode.
19291
19292 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19293 internal encoding (e.g. tibetan zero is not whitespace).
19294 (global-whitespace-mode): Prefer save-current-buffer.
19295 (whitespace-trailing-regexp): Remove useless save-match-data.
19296 (whitespace-empty-at-bob-regexp): Minor simplification.
19297
19298 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19299
19300 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19301
19302 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19303
19304 * textmodes/ispell.el (ispell-add-per-file-word-list):
19305 Use `concat' to create string for insertion.
19306
19307 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19308
19309 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19310 Avoid open-line which runs post-self-insert-hook.
19311 (bibtex-fill-entry): Remove unused `end' var.
19312
19313 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19314
19315 * textmodes/ispell.el (ispell-add-per-file-word-list):
19316 Protect against `nil' value of `comment-start' (Bug#8579).
19317
19318 2011-05-03 Leo Liu <sdl.web@gmail.com>
19319
19320 * isearch.el (isearch-yank-pop): New command.
19321 (isearch-mode-map): Bind it to `M-y'.
19322 (isearch-forward): Mention it.
19323
19324 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * simple.el (minibuffer-complete-shell-command): Remove.
19327 (minibuffer-local-shell-command-map): Use completion-at-point.
19328 (read-shell-command): Setup completion vars here instead.
19329 (read-expression-map): Bind TAB to symbol completion.
19330
19331 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19332 error directly rather via storing it into `results'.
19333
19334 2011-05-02 Leo Liu <sdl.web@gmail.com>
19335
19336 * vc/diff.el: Fix description.
19337
19338 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19339
19340 * server.el (server-eval-at): New function.
19341
19342 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19343
19344 * net/network-stream.el (open-network-stream): Take a :nowait
19345 parameter and pass it on to `make-network-process'.
19346 (network-stream-open-plain): Ditto.
19347
19348 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19349
19350 * faces.el (face-spec-set-match-display): Don't match toolkit
19351 options on terminal frames.
19352
19353 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19354
19355 * progmodes/pascal.el: Use lexical binding.
19356 (pascal-mode-map): Remove author preferences.
19357
19358 * pcomplete.el (pcomplete-std-complete): Don't abuse
19359 completion-at-point.
19360
19361 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19362
19363 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19364 removing code that has been dead since 1991 or so.
19365
19366 * startup.el (command-line): When warning about "_emacs", use a
19367 delayed warning to allow the user to filter it out.
19368
19369 2011-04-28 Deniz Dogan <deniz@dogan.se>
19370
19371 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19372 user has not joined.
19373
19374 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19375
19376 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19377 aren't any completions at point.
19378
19379 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19380
19381 * subr.el (display-delayed-warnings): New function.
19382 (delayed-warnings-hook): New variable.
19383
19384 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19385
19386 * minibuffer.el (completion-at-point, completion-help-at-point):
19387 Don't presume that a given completion-at-point-function will always
19388 use the same calling convention.
19389
19390 * pcomplete.el (pcomplete-completions-at-point):
19391 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19392 pcomplete-seen is non-nil.
19393 (pcomplete-comint-setup): Also recognize the new comint/shell
19394 completion functions.
19395 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19396 pcomplete-seen is non-nil.
19397
19398 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19399
19400 * calendar/icalendar.el (diary-lib): Add require statement.
19401 (icalendar--create-uid): Read out a uid from a text-property on
19402 the first character in the entry. This allows for code to add its
19403 own uid to the entry.
19404 (icalendar--convert-float-to-ical): Add export of
19405 `diary-float'-entries save for those with the optional DAY
19406 argument.
19407
19408 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19409
19410 * subr.el (shell-quote-argument): Use alternate escaping strategy
19411 when we spot a variable reference in a string.
19412
19413 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19414
19415 * cus-start.el (all): Define customization for debug-on-event.
19416
19417 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19418
19419 * subr.el (shell-quote-argument): Escape correctly under Windows.
19420
19421 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19422
19423 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19424
19425 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19426
19427 * net/tramp.el (tramp-process-actions): Add POS argument.
19428 Delete region between POS and (pos).
19429
19430 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19431 Use `nil' position in `tramp-process-actions' call.
19432 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19433
19434 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19435 position in `tramp-process-actions' call.
19436
19437 * net/trampver.el: Update release number.
19438
19439 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19440
19441 * custom.el (defcustom): Obey lexical-binding.
19442
19443 Fix octave-inf completion problems reported by Alexander Klimov.
19444 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19445 Inherit from octave-mode-syntax-table.
19446 (inferior-octave-mode): Set info-lookup-mode.
19447 (inferior-octave-completion-at-point): New function.
19448 (inferior-octave-complete): Use it and completion-in-region.
19449 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19450 comint-filename-completion.
19451 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19452 symbol elements which shouldn't be word elements.
19453 (octave-font-lock-keywords, octave-beginning-of-defun)
19454 (octave-function-header-regexp): Adjust regexps accordingly.
19455 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19456
19457 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19458
19459 * net/gnutls.el (gnutls-errorp): Declare before first use.
19460
19461 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19462
19463 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19464 verify-error, and verify-hostname-error parameters. Check whether
19465 default trustfile exists before going to use it. Add missing
19466 argument to gnutls-message-maybe call. Return value.
19467 Reported by Claudio Bley <claudio.bley@gmail.com>.
19468 (open-gnutls-stream): Add usage example.
19469
19470 * net/network-stream.el (network-stream-open-starttls): Give host
19471 parameter to `gnutls-negotiate'.
19472 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19473 * subr.el (shell-quote-argument): Escape correctly under Windows.
19474
19475 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19476
19477 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19478 Use correct match group (bug#8438).
19479
19480 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19481
19482 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19483 (package-menu--generate): New arg specifying packages to show.
19484 (package-menu-refresh, package-menu-execute, list-packages):
19485 Callers changed.
19486 (package-show-package-list): New function, replacing deleted
19487 package--list-packages (renamed because it is non-internal).
19488
19489 * finder.el (finder-list-matches): Use package-show-package-list
19490 instead of deleted package--list-packages.
19491
19492 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19493 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19494 (vc-annotate-mode-map): Bind it to RET.
19495
19496 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19497
19498 * progmodes/etags.el (next-file): Don't use set-buffer to change
19499 buffers (Bug#8478).
19500
19501 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19502
19503 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19504
19505 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19506 (apropos-accumulator): Doc fix.
19507 (apropos-function, apropos-macro, apropos-command)
19508 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19509 (apropos-plist): Add face property.
19510 (apropos-symbols-internal): Fix indentation.
19511 (apropos-print): Simplify help, and recognize apropos-multi-type.
19512 (apropos-print-doc): Use button-type-get to extract the button's
19513 face property. Fill docstring (Bug#8352).
19514
19515 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19516
19517 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19518
19519 * play/mpuz.el (mpuz-silent): Doc fix.
19520 (mpuz-mode-map): Use mapc.
19521 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19522 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19523 Fix typos in docstrings.
19524
19525 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19526 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19527
19528 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19529
19530 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19531
19532 * minibuffer.el (completion--do-completion): Avoid the "Next char
19533 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19534
19535 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19536 mouse-2 into unread-command-events, it is interpreted correctly.
19537
19538 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19539 (image-toggle-display): Doc fix.
19540
19541 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19542
19543 * textmodes/page.el (what-page): Use line-number-at-pos to
19544 calculate line number (Bug#6825).
19545
19546 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19547
19548 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19549 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19550 Pass argument NO-DEFAULT to `find-tag-interactive'.
19551
19552 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19553
19554 Lexical-binding cleanup.
19555
19556 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19557 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19558 * progmodes/ada-prj.el (ada-prj-initialize-values)
19559 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19560 (ada-prj-show-value):
19561 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19562 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19563 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19564 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19565 * progmodes/bug-reference.el (bug-reference-push-button):
19566 * progmodes/fortran.el (fortran-line-length):
19567 * progmodes/glasses.el (glasses-change):
19568 * progmodes/octave-mod.el (octave-fill-paragraph):
19569 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19570 (python-pdbtrack-grub-for-buffer, python-sentinel):
19571 * progmodes/sql.el (sql-save-connection):
19572 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19573 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19574 Mark unused parameters.
19575
19576 * progmodes/compile.el (compilation--flush-directory-cache)
19577 (compilation--flush-parse, compile-internal): Mark unused parameters.
19578 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19579 (compilation-next-error-function): Remove unused variable `timestamp'.
19580
19581 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19582 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19583
19584 * progmodes/dcl-mode.el (dcl-end-of-command):
19585 Remove unused variable `start'.
19586 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19587 (dcl-option-value-basic, dcl-option-value-offset)
19588 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19589 Mark unused parameters.
19590 (dcl-save-local-variable): Remove unused variable `val'.
19591 (mode): Declare.
19592
19593 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19594 Mark unused parameters.
19595 (delphi-ignore-changes): Move before first use.
19596 (delphi-charset-token-at): Remove unused variable `start'.
19597 (delphi-else-start): Remove unused variable `if-count'.
19598 (delphi-comment-block-start, delphi-comment-block-end):
19599 Remove unused variable `kind'.
19600 (delphi-indent-line): Remove unused variable `new-point'.
19601
19602 * progmodes/ebrowse.el (ebrowse-files-list)
19603 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19604 Mark unused parameters. Don't quote `lambda'.
19605 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19606 Don't quote `lambda'.
19607 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19608 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19609 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19610 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19611 Use `ignore-errors'.
19612 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19613 (ebrowse-view/find-file-and-search-pattern)
19614 (ebrowse-view/find-member-declaration/definition):
19615 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19616 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19617 Rename parameter PREFIX-ARG to PREFIX.
19618 (ebrowse-tags-read-name): Remove unused variables `start' and
19619 `member-info'.
19620 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19621 to `tags-file'.
19622
19623 * progmodes/etags.el (local-find-tag-hook): Declare.
19624 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19625 Mark unused parameters.
19626
19627 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19628 (executable-interpret): Mark unused parameter.
19629
19630 * progmodes/flymake.el (flymake-process-sentinel)
19631 (flymake-after-change-function)
19632 (flymake-create-temp-with-folder-structure)
19633 (flymake-get-include-dirs-dot): Mark unused parameters.
19634 (flymake-safe-delete-directory): Remove unused variable `err'.
19635
19636 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19637 (speedbar-timer-fn, speedbar-line-text)
19638 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19639 (speedbar-center-buffer-smartly): Declare functions.
19640 (gdb-find-watch-expression): Remove unused variable `array'.
19641 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19642 (gdb-starting): Mark unused parameters.
19643 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19644 (gdb-table-string): Remove unused variable `res'.
19645 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19646 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19647 (gdb-display-buffer): Remove unused variable `cur-size'.
19648
19649 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19650 allow lexical-binding compilation.
19651 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19652 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19653 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19654 Mark unused parameters.
19655 (gud-gdb-marker-filter): Remove unused variable `match'.
19656 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19657 lambda expressions and funcall them, instead of using `fset'.
19658
19659 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19660 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19661
19662 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19663 variable `header-beg'; use `let'.
19664
19665 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19666 `restart', `last-sexp' and `at-do'.
19667
19668 * progmodes/js.el (js--debug): Mark unused parameter.
19669 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19670 (js--splice-into-items): Remove unused variable `item'.
19671 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19672
19673 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19674 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19675 (makefile-complete): Remove unused variable `try'.
19676 (makefile-fill-paragraph, makefile-match-function-end):
19677 Mark unused parameters.
19678
19679 * progmodes/octave-inf.el (inferior-octave-complete):
19680 Remove unused variable `proc'.
19681 (inferior-octave-output-digest): Mark unused parameter.
19682
19683 * progmodes/perl-mode.el (perl-calculate-indent):
19684 Remove unused variable `err'.
19685
19686 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19687 (prolog-indent-line): Mark unused parameters.
19688 (prolog-indent-line): Remove unused variable `beg'.
19689
19690 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19691 (reporter-dont-compact-list): Declare.
19692
19693 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19694 Remove unused variable `char'.
19695 (sh-debug): Mark unused parameter.
19696 (sh-get-indent-info): Remove unused variable `start'.
19697 (sh-calculate-indent): Remove unused variable `var'.
19698
19699 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19700 (simula-electric-keyword): Remove unused variable `null'.
19701 (simula-search-backward, simula-search-forward): Remove unused
19702 variables `begin' and `end'.
19703
19704 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19705 Remove unused variable `pos'.
19706 (vera-electric-tab, vera-comment-uncomment-region):
19707 Mark unused parameters.
19708 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19709
19710 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19711
19712 * emacs-lisp/package.el (package--builtins, package-alist)
19713 (package-load-descriptor, package-built-in-p, package-activate)
19714 (define-package, package-installed-p)
19715 (package-compute-transaction, package-buffer-info)
19716 (package--push): Doc fix. Distinguish more clearly between
19717 version strings and version lists.
19718
19719 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19720
19721 Lexical-binding cleanup.
19722
19723 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19724 (5x5-make-mutate-best):
19725 * play/fortune.el (fortune-in-buffer):
19726 * play/gomoku.el (gomoku-init-display):
19727 * play/solitaire.el (solitaire, solitaire-do-check):
19728 * play/tetris.el (tetris-default-update-speed-function):
19729 Mark unused parameters.
19730
19731 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19732 (bubbles--shift): Remove unused variable `char-org'.
19733 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19734 (bubbles--show-images): Remove unused variable `char'.
19735
19736 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19737 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19738 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19739 (decipher-analyze-buffer): Use ?\s.
19740 (decipher-make-checkpoint): Remove unused variable `mapping'.
19741
19742 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19743
19744 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19745 Remove unused variable `result'; use `let'.
19746
19747 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19748 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19749 (gametree-children-shown-p, gametree-compute-reduced-score):
19750 Use `ignore-errors'.
19751
19752 * play/handwrite.el (ps-lpr-switches): Declare.
19753 (handwrite): Remove unused variables `pmin' and `lastp'.
19754
19755 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19756
19757 * play/landmark.el (landmark-init-display)
19758 (landmark-update-naught-weights): Mark unused parameters.
19759 (landmark-y): Remove unused variable `noise'. Simplify.
19760 (landmark-human-plays): Remove unused variable `score'.
19761
19762 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19763 (mpuz-try-proposal): Remove unused variable `game'.
19764
19765 * play/zone.el (life-patterns): Declare.
19766
19767 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19768
19769 * vc/vc.el (ediff-vc-internal): Declare function.
19770
19771 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19772
19773 * shell.el: Use lexical-binding and std completion UI.
19774 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19775 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19776 comint-preoutput-filter-functions rather than on
19777 comint-output-filter-functions.
19778 (shell-command-completion, shell--command-completion-data)
19779 (shell-filename-completion, shell-environment-variable-completion)
19780 (shell-c-a-p-replace-by-expanded-directory): New functions.
19781 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19782 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19783 (shell-dynamic-complete-environment-variable): Use them.
19784 (shell-dynamic-complete-as-environment-variable)
19785 (shell-dynamic-complete-as-command): Remove.
19786 (shell-match-partial-variable): Match past point.
19787 * comint.el: Clean up use of completion-at-point-functions.
19788 (comint-completion-at-point): New function.
19789 (comint-mode): Use it completion-at-point-functions.
19790 (comint-dynamic-complete): Make it obsolete.
19791 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19792 (comint-c-a-p-replace-by-expanded-history): New function.
19793 (comint-dynamic-complete-functions)
19794 (comint-replace-by-expanded-history): Use it.
19795 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19796 termination strings. Try harder to avoid second try-completion.
19797 (completion-in-region-mode-map): Disable bindings that don't work yet.
19798
19799 * comint.el: Use lexical-binding. Require CL.
19800 (comint-dynamic-complete-functions): Use comint-filename-completion.
19801 (comint-completion-addsuffix): Tweak custom type.
19802 (comint-filename-completion, comint--common-suffix)
19803 (comint--common-quoted-suffix, comint--table-subvert)
19804 (comint--complete-file-name-data): New functions.
19805 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19806 (comint-dynamic-list-filename-completions): Use them.
19807 (comint-dynamic-simple-complete): Make obsolete.
19808
19809 * minibuffer.el (completion-in-region-mode):
19810 Keep completion-in-region-mode--predicate global.
19811 (completion-in-region--postch):
19812 Assume completion-in-region-mode--predicate is not null.
19813
19814 * progmodes/flymake.el (flymake-start-syntax-check-process):
19815 Obey `dir'. Simplify.
19816
19817 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19818 we're in VC after all.
19819
19820 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19821
19822 * vc/vc.el (vc-diff-build-argument-list-internal)
19823 (vc-version-ediff, vc-ediff): New commands.
19824 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19825
19826 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19827
19828 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19829 add sanity check.
19830
19831 * obsolete/erc-hecomplete.el: Make obsolete.
19832 * obsolete/: Standardize obsolescence info in the header.
19833
19834 2011-04-20 Glenn Morris <rgm@gnu.org>
19835
19836 * calendar/solar.el (solar-horizontal-coordinates):
19837 Use the longitude argument rather than `calendar-longitude'.
19838 (solar-date-next-longitude): Remove unused locals.
19839
19840 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19841
19842 * whitespace.el: New version 13.2.1.
19843
19844 2011-04-20 felix <EmacsWiki> (tiny change)
19845
19846 * whitespace.el (global-whitespace-mode): Keep highlight when
19847 switching between major modes on a file.
19848
19849 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19850
19851 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19852 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19853 multi-line comments as well.
19854
19855 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19856
19857 Lexical-binding cleanup.
19858
19859 * arc-mode.el (archive-mode-revert):
19860 * cmuscheme.el (scheme-interactively-start-process):
19861 * custom.el (custom-initialize-delay):
19862 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19863 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19864 * emacs-lock.el (emacs-lock-clear-sentinel):
19865 * ezimage.el (defezimage):
19866 * follow.el (follow-avoid-tail-recenter):
19867 * fringe.el (set-fringe-mode-1):
19868 * generic-x.el (bat-generic-mode-compile):
19869 * help-mode.el (help-info-variable, help-do-xref)
19870 (help-mode-revert-buffer):
19871 * help.el (view-emacs-todo):
19872 * iswitchb.el (iswitchb-completion-help):
19873 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19874 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19875 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19876 * locate.el (locate-update):
19877 * longlines.el (longlines-encode-region)
19878 (longlines-after-change-function):
19879 * outline.el (outline-isearch-open-invisible):
19880 * ps-def.el (declare-function, charset-dimension, char-width)
19881 (encode-char):
19882 * ps-mule.el (ps-mule-plot-string):
19883 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19884 (recentf-edit-list-select, recentf-edit-list-validate)
19885 (recentf-open-files-action):
19886 * rect.el (delete-whitespace-rectangle-line)
19887 (rectangle-number-line-callback):
19888 * register.el (window-configuration-to-register)
19889 (frame-configuration-to-register):
19890 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19891 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19892 (xselect-convert-to-targets, xselect-convert-to-delete)
19893 (xselect-convert-to-filename, xselect-convert-to-charpos)
19894 (xselect-convert-to-lineno, xselect-convert-to-colno)
19895 (xselect-convert-to-os, xselect-convert-to-host)
19896 (xselect-convert-to-user, xselect-convert-to-class)
19897 (xselect-convert-to-name, xselect-convert-to-integer)
19898 (xselect-convert-to-atom, xselect-convert-to-identity):
19899 * subr.el (declare, ignore, process-kill-without-query)
19900 (text-clone-maintain):
19901 * terminal.el (te-get-char, te-tic-sentinel):
19902 * tool-bar.el (tool-bar-make-keymap):
19903 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19904 * type-break.el (type-break-mode, type-break-noninteractive-query):
19905 * view.el (View-back-to-mark):
19906 * wid-browse.el (widget-browse-action, widget-browse-widget)
19907 (widget-browse-widgets, widget-browse-sexp):
19908 * widget.el (define-widget-keywords):
19909 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19910 Mark unused parameters.
19911
19912 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19913 (align-areas): Remove unused variable `look'.
19914 (align-region): Remove unused variables `real-end' and `pos-list'.
19915
19916 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19917
19918 * bindings.el (mode-line-modified, mode-line-remote):
19919 Mark unused parameters.
19920 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19921
19922 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19923 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19924
19925 * comint.el (comint-history-isearch-pop-state)
19926 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19927 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19928 (comint-substitute-in-file-name): Doc fix.
19929
19930 * completion.el (cmpl-statistics-block): Mark unused parameter.
19931 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19932 (save-completions-to-file, load-completions-from-file):
19933 Remove unused local variable `e'.
19934
19935 * composite.el (compose-chars): Remove unused variable `len'.
19936 (lgstring-insert-glyph): Remove unused variable `g'.
19937 (compose-glyph-string): Remove unused variables `ascent',
19938 `descent', `lbearing' and `rbearing'.
19939 (compose-glyph-string-relative): Remove unused variables
19940 `lbearing', `rbearing' and `wadjust'.
19941 (compose-gstring-for-graphic): Remove unused variables `header',
19942 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19943 (compose-gstring-for-terminal): Remove unused variables `header'
19944 and `nchars'. Use `let', not `let*'.
19945
19946 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19947 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19948 (Custom-buffer-done, custom-buffer-create-internal)
19949 (custom-browse-visibility-action, custom-browse-group-tag-action)
19950 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19951 (widget-magic-mouse-down-action, custom-toggle-parent)
19952 (custom-add-parent-links, custom-toggle-hide-variable)
19953 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19954 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19955 (custom-face-menu-create, custom-variable-menu-create, get)
19956 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19957 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19958 (customize-apropos): Remove unused variable `tests'.
19959 (custom-group-value-create): Remove unused variable `hidden-p'.
19960 (sort-fold-case): Declare.
19961
19962 * cus-theme.el (custom-reset-standard-faces-list)
19963 (custom-reset-standard-variables-list): Declare.
19964 (customize-create-theme, custom-theme-revert, custom-theme-write)
19965 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19966 Mark unused parameters.
19967
19968 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19969
19970 * delim-col.el (delimit-columns-max): Move defvar before first use.
19971
19972 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19973 (describe-char): Don't quote `lambda'. Mark unused parameter.
19974
19975 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19976 (auto-insert): Declare.
19977 (desktop-restore-file-buffer): Rename desktop-* parameters;
19978 mark unused ones.
19979 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19980 (desktop-buffer): Rename desktop-* parameters.
19981
19982 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19983 (dframe-reposition-frame-xemacs, dframe-help-echo)
19984 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19985 Mark unused parameters.
19986
19987 * dired-aux.el (backup-extract-version-start, overwrite-query)
19988 (overwrite-backup-query, rename-regexp-query)
19989 (rename-non-directory-query): Declare.
19990 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19991 (dired-add-entry): Remove unused variable `orig-file-name'.
19992 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19993 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19994 `dired-copy-preserve-time' directly.
19995 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19996 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19997
19998 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19999 (dired-virtual-revert, dired-make-relative-symlink):
20000 Mark unused parameters.
20001 (manual-program): Declare.
20002 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20003 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20004 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20005
20006 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20007
20008 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20009
20010 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20011 Declare.
20012
20013 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20014
20015 * electric.el (Electric-command-loop): Rename parameter
20016 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20017
20018 * expand.el (expand-in-literal): Remove unused variable `here'.
20019
20020 * facemenu.el (facemenu-add-new-color):
20021 Remove unused variable `docstring'.
20022
20023 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20024 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20025 (face-attr-construct): Mark unused parameter. Doc fix.
20026 (read-color): Remove unused variable `hex-string'.
20027
20028 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20029 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20030 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20031 (display-buffer-other-frame): Remove unused variable `old-window'.
20032 (kill-buffer-hook): Declare.
20033 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20034 Mark unused parameters.
20035 (after-find-file): Pass 1 to `auto-save-mode', not t.
20036
20037 * files-x.el (auto-insert): Declare.
20038 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20039
20040 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20041 variable `buf'. Mark unused parameter.
20042 (find-lisp-insert-directory): Mark unused parameter.
20043
20044 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20045 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20046 (format-common-tail): Remove, unused.
20047 (format-deannotate-region): Remove unused variable `loc'.
20048 (format-annotate-region): Remove unused variable `p'.
20049 (format-annotate-single-property-change): Remove unused variables
20050 `default' and `tail'.
20051
20052 * forms.el (read-file-filter): Declare.
20053 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20054
20055 * frame.el (frame-creation-function-alist): Mark unused parameter.
20056 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20057
20058 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20059 Remove unused parameters.
20060 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20061 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20062
20063 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20064 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20065 (hfy-prepare-tag-map): Mark unused parameters.
20066 (htmlfontify-buffer): Use `called-interactively-p'.
20067
20068 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20069 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20070 (ibuffer-do-occur): Mark unused parameters.
20071 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20072 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20073
20074 * ibuffer.el: Don't quote `lambda'.
20075 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20076 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20077 Mark unused parameters.
20078
20079 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20080 (ido-completing-read): Mark unused parameters.
20081 (ido-copy-current-word): Mark unused parameters;
20082 remove unused variable `name'.
20083 (ido-sort-merged-list): Remove unused parameter `dirs'.
20084
20085 * ielm.el (ielm-input-sender): Mark unused parameter.
20086 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20087 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20088 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20089 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20090 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20091
20092 * image-dired.el (image-dired-display-thumbs): Remove unused
20093 variables `curr-file' and `count'.
20094 (image-dired-remove-tag): Remove unused variable `start'.
20095 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20096 variable `curr-file'
20097 (image-dired-rotate-original): Remove unused variable `temp-file'.
20098 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20099 Remove unused variable `file'.
20100 (image-dired-gallery-generate): Remove unused variable `curr'.
20101 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20102
20103 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20104
20105 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20106
20107 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20108
20109 * isearch.el (minibuffer-history-symbol): Declare.
20110 (isearch-edit-string): Remove unused variable `err'.
20111 (isearch-message-prefix, isearch-message-suffix):
20112 Mark unused parameters.
20113
20114 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20115
20116 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20117
20118 * makesum.el (double-column): Remove unused variable `cnt'.
20119
20120 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20121 (ido-ignore-item-temp-list): Declare.
20122
20123 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20124 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20125 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20126 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20127 `mouse-col-delta'.
20128
20129 * mouse-sel.el (mouse-extend-internal):
20130 Remove unused variable `orig-window-frame'.
20131
20132 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20133 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20134 Move declarations before first use.
20135 (pcomplete-opt): Mark unused parameters; doc fix.
20136
20137 * proced.el (proced-revert): Mark unused parameter.
20138 (proced-send-signal): Remove unused variable `err'.
20139
20140 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20141 Rename parameter PREFIX-ARG to ARG.
20142 (ps-basic-plot-string, ps-basic-plot-whitespace):
20143 Mark unused parameters.
20144
20145 * replace.el (replace-count): Define.
20146 (occur-revert-function): Mark unused parameters.
20147 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20148 (isearch-case-fold-search, isearch-string): Declare.
20149 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20150 bind `case-fold-search'. Remove unused variables `beg' and `end',
20151 and simplify.
20152 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20153 COUNT and bind `replace-count'.
20154 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20155 to COUNT.
20156
20157 * savehist.el (print-readably, print-string-length): Declare.
20158
20159 * shadowfile.el (shadow-expand-cluster-in-file-name):
20160 Remove unused variable `cluster'.
20161 (shadow-copy-file): Remove unused variable `i'.
20162 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20163 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20164 (shadow-define-literal-group, shadow-define-regexp-group)
20165 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20166
20167 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20168 (shell): Use `called-interactively-p'.
20169 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20170
20171 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20172 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20173 (delete-backward-char): Remove unused variable `ocol'.
20174 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20175 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20176 (event-apply-hyper-modifier, event-apply-shift-modifier)
20177 (event-apply-control-modifier, event-apply-meta-modifier):
20178 Mark unused parameters.
20179 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20180 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20181
20182 * speedbar.el (speedbar-ignored-directory-expressions)
20183 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20184 (speedbar-find-file, speedbar-dir-follow)
20185 (speedbar-directory-buttons-follow, speedbar-tag-find)
20186 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20187 (speedbar-buffers-line-directory, speedbar-buffer-click):
20188 Mark unused parameters.
20189 (speedbar-tag-file): Remove unused variable `mode'.
20190 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20191
20192 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20193
20194 * talk.el (talk): Remove unused variable `display'.
20195
20196 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20197 (tar-write-region-annotate): Mark unused parameter.
20198
20199 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20200 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20201 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20202 warning by another.
20203
20204 * time-stamp.el (time-stamp-string-preprocess):
20205 Remove unused variable `require-padding'.
20206
20207 * tree-widget.el (widget-glyph-enable): Declare.
20208 (tree-widget-action): Mark unused parameter.
20209
20210 * w32-fns.el (x-get-selection): Mark unused parameter.
20211 (autoload-make-program, generated-autoload-file): Declare.
20212
20213 * wdired.el (wdired-revert): Mark unused parameters.
20214 (wdired-xcase-word): Remove unused variable `err'.
20215
20216 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20217 (whitespace-help-scroll): Remove unused variable `data-help'.
20218
20219 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20220 (widget-image-insert, widget-after-change, default)
20221 (widget-default-format-handler, widget-default-notify)
20222 (widget-default-prompt-value, widget-info-link-action)
20223 (widget-url-link-action, widget-function-link-action)
20224 (widget-variable-link-action, widget-file-link-action)
20225 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20226 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20227 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20228 (widget-insert-button-action, widget-delete-button-action, visibility)
20229 (widget-documentation-link-action, widget-documentation-string-action)
20230 (widget-const-prompt-value, widget-regexp-match, symbol)
20231 (widget-coding-system-prompt-value)
20232 (widget-key-sequence-value-to-external, sexp)
20233 (widget-sexp-value-to-internal, character, vector, cons)
20234 (widget-choice-prompt-value, widget-boolean-prompt-value)
20235 (widget-color--choose-action): Mark unused parameters.
20236 (widget-item-match-inline, widget-choice-match-inline)
20237 (widget-checklist-match, widget-checklist-match-inline)
20238 (widget-group-match): Rename parameter VALUES to VALS.
20239 (widget-field-value-set): Remove unused variable `size'.
20240 (widget-color-action): Remove unused variables `value' and `start'.
20241
20242 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20243 variable `dir'. Doc fix.
20244 (windmove-find-other-window): Don't pass it.
20245
20246 * window.el (count-windows): Mark unused parameter.
20247 (bw-adjust-window): Remove unused variable `err'.
20248
20249 * woman.el (woman-file-name): Remove unused variable `default'.
20250 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20251 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20252 (global-font-lock-mode): Declare.
20253 (woman-decode-region): Mark unused parameter.
20254 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20255
20256 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20257 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20258 (x-dnd-handle-moz-url): Remove unused variable `title'.
20259 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20260
20261 * xml.el (xml-parse-tag, xml-parse-attlist):
20262 Remove unused variable `pos'.
20263
20264 2011-04-19 Glenn Morris <rgm@gnu.org>
20265
20266 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20267 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20268 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20269 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20270 * calendar/cal-html.el (cal-html-insert-minical):
20271 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20272 (calendar-mark-date-pattern):
20273 Prefix "unused" locals.
20274
20275 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20276 optional argument `style'.
20277
20278 * calendar/appt.el (appt-make-list):
20279 * calendar/cal-china.el (calendar-chinese-date-string):
20280 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20281 (diary-hebrew-yahrzeit):
20282 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20283 * calendar/calendar.el (calendar-generate-window):
20284 * calendar/time-date.el (time-to-days):
20285 Remove unused local variables.
20286
20287 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20288
20289 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20290 glyphless-char-display table.
20291 (tabulated-list-glyphless-char-display): New var.
20292
20293 2011-04-18 Sam Steingold <sds@gnu.org>
20294
20295 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20296 to acknowledgments.
20297
20298 2011-04-17 Glenn Morris <rgm@gnu.org>
20299
20300 * calendar/diary-lib.el (diary-sexp-entry):
20301 * calendar/holidays.el (holiday-sexp):
20302 Set debug-on-error rather than the removed stack-trace-on-error.
20303
20304 2011-04-16 Glenn Morris <rgm@gnu.org>
20305
20306 * progmodes/f90.el: Use lexical-binding.
20307 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20308
20309 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20310
20311 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20312 (mail-mode): Setup mailalias completion here instead.
20313 * mail/mailalias.el: Use lexical-binding.
20314 (pattern, mailalias-done): Declare dynamic.
20315 (mail-completion-at-point-function): New function, from mail-complete.
20316 (mail-complete): Use it.
20317 (mail-completion-expand): New function.
20318 (mail-get-names): Use it.
20319 (mail-directory, mail-directory-process, mail-directory-stream):
20320 Don't use `pattern' for lexically bound arg.
20321
20322 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20323
20324 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20325 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20326 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20327
20328 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20329 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20330 (byte-interactive-p): Define them again, for use when inlining
20331 old code.
20332
20333 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20334
20335 * loadup.el: Use `string-to-number', not `string-to-int'.
20336
20337 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20338
20339 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20340 gud-gdb-complete-command.
20341 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20342 (gud-gdb-completion-at-point): New function.
20343 (gud-gdb-completions): Remove.
20344
20345 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20346
20347 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20348 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20349 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20350 whether `executable-find' is bound.
20351
20352 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20353
20354 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20355
20356 * minibuffer.el (completion-in-region-mode-predicate)
20357 (completion-in-region-mode--predicate): New vars.
20358 (completion-in-region, completion-in-region--postch)
20359 (completion-in-region-mode): Use them.
20360 (completion--capf-wrapper): Also return the hook function.
20361 (completion-at-point, completion-help-at-point):
20362 Adjust and provide a predicate.
20363
20364 Preserve arg names for advice of subr and lexical functions (bug#8457).
20365 * help-fns.el (help-function-arglist): Consolidate the subr and
20366 new-byte-code cases. Add argument `preserve-names' to extract names
20367 from the docstring when needed.
20368 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20369 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20370 (ad-arglist): Use help-function-arglist's new arg.
20371 (ad-definition-type): Use cond.
20372
20373 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20374
20375 * autorevert.el (auto-revert-handler):
20376 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20377 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20378 Don't quote lambda.
20379
20380 * image-mode.el (image-transform-set-scale):
20381 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20382
20383 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20384
20385 * net/network-stream.el (network-stream-open-starttls): Only do
20386 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20387 Upgrades via gnutls-cli are too slow to be done opportunistically.
20388
20389 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20390
20391 * dframe.el (dframe-current-frame): Remove spurious quote.
20392
20393 2011-04-12 Glenn Morris <rgm@gnu.org>
20394
20395 * calendar/cal-tex.el (cal-tex-end-document):
20396 Try to automatically use latin1 input if needed.
20397
20398 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20399 Don't try to cons a mark onto an empty element.
20400
20401 2011-04-11 Leo Liu <sdl.web@gmail.com>
20402
20403 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20404 buffers.
20405 (ido-kill-buffer-at-head): Support killing virtual buffers.
20406
20407 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20408
20409 * minibuffer.el (completion-show-inline-help): New var.
20410 (completion--do-completion, minibuffer-complete)
20411 (minibuffer-force-complete, minibuffer-complete-word):
20412 Inhibit minibuffer messages if completion-show-inline-help is nil.
20413
20414 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20415 to avoid interference from inline help (Bug#5849).
20416
20417 2011-04-10 Leo Liu <sdl.web@gmail.com>
20418
20419 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20420 Fix typo.
20421
20422 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20423
20424 * image-mode.el (image-toggle-display-image): Signal an error if
20425 not in Image mode.
20426 (image-transform-mode, image-transform-resize)
20427 (image-transform-set-rotation): Doc fix.
20428 (image-transform-set-resize): Delete.
20429 (image-transform-set-scale, image-transform-fit-to-height)
20430 (image-transform-fit-to-width): Handle image-toggle-display-image
20431 and image-transform-resize directly.
20432
20433 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20434
20435 * doc-view.el (doc-view-fit-width-to-window)
20436 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20437 New functions for fitting the shown image to the Emacs window size.
20438 (doc-view-mode-map): Add bindings for the new functions.
20439
20440 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20441
20442 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20443 Fix typo in docstring.
20444
20445 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20446
20447 * files.el (file-size-human-readable): Produce one digit after
20448 decimal, like "ls -lh" does.
20449
20450 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20451 the file size representation.
20452
20453 * simple.el (list-processes): If async subprocesses are not
20454 available, error out with a clear error message.
20455
20456 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20457
20458 * help.el (help-form-show): New function, to be called from C.
20459 Put help-form output in a buffer named differently than *Help*.
20460
20461 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20462
20463 * files.el (file-size-human-readable): New function.
20464
20465 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20466 computing the representation inline. Don't require `cl'.
20467
20468 2011-04-08 Glenn Morris <rgm@gnu.org>
20469
20470 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20471
20472 * net/browse-url.el (browse-url-firefox):
20473 Test system-type, not system-configuration.
20474
20475 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20476 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20477 Use log-edit-empty-buffer-p. (Bug#7598)
20478
20479 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20480 (rlogin-mode-map): Initialize in the defvar.
20481 (rlogin): Use ignore-errors.
20482
20483 * replace.el (occur-mode-map): Some fixes for menu items.
20484
20485 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20486
20487 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20488
20489 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20490
20491 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20492 issuing unused warnings.
20493
20494 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20495 macro directly.
20496
20497 * simple.el: Lisp reimplement of list-processes. Based on an
20498 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20499 (process-menu-mode): New major mode.
20500 (list-processes--refresh, list-processes):
20501 (process-menu-visit-buffer): New functions.
20502
20503 * files.el (save-buffers-kill-emacs): Don't assume any return
20504 value of list-processes, which is undocumented anyway.
20505
20506 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20507
20508 * emacs-lisp/tabulated-list.el: New file.
20509
20510 * emacs-lisp/package.el: Use Tabulated List mode.
20511 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20512 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20513 table format using Tabulated List mode variables.
20514 (package--push): New macro, replacing package-list-maybe-add.
20515 (package-menu--generate): Use package--push. Renamed from
20516 package--generate-package-list.
20517 (package-menu-refresh, list-packages): Use it.
20518 (package-menu--print-info): Rename from package-print-package.
20519 Return insertion data instead of inserting it directly.
20520 (package-menu-describe-package, package-menu-execute):
20521 Use tabulated-list-get-id.
20522 (package-menu-mark-delete, package-menu-mark-install)
20523 (package-menu-mark-unmark, package-menu-backup-unmark)
20524 (package-menu-mark-obsolete-for-deletion):
20525 Use tabulated-list-put-tag.
20526 (package--list-packages, package-menu-revert)
20527 (package-menu-get-package, package-menu-get-version)
20528 (package-menu-sort-by-column): Functions deleted.
20529 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20530 (package-menu--status-predicate, package-menu--version-predicate)
20531 (package-menu--name-predicate)
20532 (package-menu--description-predicate): Handle arguments in the
20533 Tabulated List format.
20534 (package-list-packages-no-fetch): Call list-packages.
20535
20536 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20537
20538 * files.el (after-find-file-from-revert-buffer): Remove variable.
20539 (after-find-file): Don't bind it.
20540 (revert-buffer-in-progress-p): New variable.
20541 (revert-buffer): Bind it.
20542 Pass nil for `after-find-file-from-revert-buffer'.
20543
20544 * saveplace.el (save-place-find-file-hook): Use new variable
20545 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20546
20547 2011-04-06 Glenn Morris <rgm@gnu.org>
20548
20549 * Makefile.in (AUTOGEN_VCS): New variable.
20550 (autoloads): Use $AUTOGEN_VCS.
20551
20552 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20553 * calendar/calendar.el (calendar-mode-map):
20554 Check for toolkit scroll bars. (Bug#8305)
20555
20556 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20557
20558 * minibuffer.el (completion-in-region--postch)
20559 (completion-in-region-mode): Remove unnecessary messages.
20560
20561 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20562
20563 * font-lock.el (font-lock-refresh-defaults):
20564 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20565 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20566
20567 * info.el (Info-directory-list, Info-read-node-name-2)
20568 (Info-split-parameter-string): Doc fixes.
20569 (Info-virtual-nodes): Reflow docstring.
20570 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20571 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20572 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20573 Fix typos in docstrings.
20574 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20575 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20576 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20577 (Info-restore-desktop-buffer): Mark unused parameters.
20578 (Info-directory-find-file, Info-directory-find-node)
20579 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20580 (Info-virtual-index-find-node, Info-apropos-find-file)
20581 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20582 Mark unused parameters; fix typos in docstrings.
20583 (Info-virtual-index): Remove unused local variable `nodename'.
20584
20585 2011-04-05 Deniz Dogan <deniz@dogan.se>
20586
20587 * net/rcirc.el: Update my e-mail address.
20588 (rcirc-mode-map): Remove M-o binding.
20589
20590 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20591
20592 * startup.el (command-line): Save the cursor's theme-face
20593 directly, instead of using face-override-spec.
20594
20595 * custom.el (load-theme): Minor optimization in assigning faces.
20596
20597 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20598
20599 * help-fns.el (describe-variable): Complete all variables having
20600 documentation, including keywords.
20601 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20602
20603 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20604
20605 Convert to lexical-binding.
20606
20607 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20608 (bs--get-marked-string, bs--get-modified-string)
20609 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20610 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20611 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20612
20613 * ehelp.el (electric-help-execute-extended)
20614 (electric-help-ctrl-x-prefix):
20615 * hexl.el (hexl-revert-buffer-function):
20616 * linum.el (linum-after-change, linum-after-scroll):
20617 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20618
20619 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20620
20621 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20622
20623 * epa-dired.el:
20624 * epa-mail.el:
20625 * epa-hook.el:
20626 * epa-file.el:
20627 * epa.el:
20628 * epg.el: Use lexical binding.
20629
20630 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20631
20632 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20633
20634 * textmodes/flyspell.el (flyspell-word): Recognize default
20635 dictionary case for flyspell-mark-duplications-exceptions.
20636 Use regexp matching for languages.
20637 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20638 default dictionary (Bug#7926).
20639
20640 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20641
20642 * emacs-lisp/package.el (package--with-work-buffer):
20643 Recognize https URLs.
20644
20645 * net/network-stream.el: Move from gnus/proto-stream.el.
20646 Change prefix to network-stream throughout.
20647 (open-protocol-stream): Merge into open-network-stream, leaving
20648 open-protocol-stream as an alias. Handle nil BUFFER args.
20649
20650 * subr.el (open-network-stream): Move to net/network-stream.el.
20651
20652 2011-04-02 Glenn Morris <rgm@gnu.org>
20653
20654 * find-dired.el (find-exec-terminator): New option.
20655 (find-ls-option): Test for -ls support.
20656 (find-ls-subdir-switches): Test for -b in find-ls-option.
20657 (find-dired, find-grep-dired): Doc fixes.
20658 (find-dired): Use find-exec-terminator.
20659
20660 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20661 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20662 (find-name-arg): Remove purecopy.
20663
20664 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20665 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20666 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20667 accordingly. Don't add the null-device if not needed.
20668
20669 * files.el (save-some-buffers): Doc fix.
20670
20671 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20672
20673 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20674
20675 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20676
20677 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20678 Use `dolist' rather than `mapcar'.
20679
20680 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20681
20682 Add lexical binding.
20683
20684 * subr.el (apply-partially): Use new closures rather than CL.
20685 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20686 (dolist, dotimes): Use slightly different expansion for lexical code.
20687 (functionp): Move to C.
20688 (letrec): New macro.
20689 (with-wrapper-hook): Use it and apply-partially instead of CL.
20690 (eval-after-load): Preserve lexical-binding.
20691 (save-window-excursion, with-output-to-temp-buffer): Turn them
20692 into macros.
20693
20694 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20695
20696 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20697 than the arglist.
20698 (help-add-fundoc-usage): Don't add `Not documented'.
20699 (help-function-arglist): Handle closures, subroutines, and new
20700 byte-code-functions.
20701 (help-make-usage): Remove leading underscores.
20702 (describe-function-1): Handle closures.
20703 (describe-variable): Use special-variable-p for completion.
20704
20705 * files.el (lexical-binding): Declare safe.
20706
20707 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20708 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20709 (pcase): Add `let' pattern.
20710 Change memoization so it actually works.
20711 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20712 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20713 <let>: New case.
20714
20715 * emacs-lisp/macroexp.el: Use lexical binding.
20716 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20717 Don't convert ' to #' without checking that it's indeed quoting
20718 a lambda.
20719
20720 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20721 Use eval-sexp-add-defvars.
20722 (eval-sexp-add-defvars): New fun.
20723
20724 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20725
20726 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20727 Don't autoload.
20728 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20729 than the internal `byte-compile-lambda'.
20730 (defmethod): Don't hide code under quotes.
20731 (eieio-defmethod): New `code' argument.
20732
20733 * emacs-lisp/eieio-comp.el: Remove.
20734
20735 * emacs-lisp/edebug.el (edebug-eval-defun)
20736 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20737 (edebug-toggle): Avoid `eval'.
20738
20739 * emacs-lisp/disass.el (disassemble-internal): Handle new
20740 `closure' objects.
20741 (disassemble-1): Handle new byte codes.
20742
20743 * emacs-lisp/cl.el (pushnew): Silence warning.
20744
20745 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20746 (cl-byte-compile-throw): Remove.
20747 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20748
20749 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20750 closures.
20751
20752 * emacs-lisp/cconv.el: New file.
20753
20754 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20755 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20756 (byte-compile-initial-macro-environment):
20757 Handle declare-function here.
20758 (byte-compile--lexical-environment): New var.
20759 (byte-stack-ref, byte-stack-set, byte-discardN)
20760 (byte-discardN-preserve-tos): New lap codes.
20761 (byte-interactive-p): Don't use any more.
20762 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20763 New macros.
20764 (byte-compile-lapcode): Use them and handle new lap codes.
20765 (byte-compile-obsolete): Remove.
20766 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20767 (byte-compile-arglist-warn): Check late def of inlinable funs.
20768 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20769 since they should have been expanded by now.
20770 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20771 (byte-compile-from-buffer): Remove unused second arg.
20772 (byte-compile-preprocess): New function.
20773 (byte-compile-toplevel-file-form): New function to distinguish
20774 file-form calls from outside from file-form calls from hunk-handlers.
20775 (byte-compile-file-form): Simplify.
20776 (byte-compile-file-form-defsubst): Remove.
20777 (byte-compile-file-form-defmumble): Simplify now that
20778 byte-compile-lambda always returns a byte-code-function.
20779 (byte-compile): Preprocess.
20780 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20781 Remove, not used any more.
20782 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20783 (byte-compile-make-args-desc): New funs.
20784 (byte-compile-lambda): Handle lexical functions. Always return
20785 a byte-code-function.
20786 (byte-compile-reserved-constants): New var, to make up room for
20787 closed-over variables.
20788 (byte-compile-constants-vector): Obey it.
20789 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20790 (byte-compile-macroexpand-declare-function): New function.
20791 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20792 byte-code-functions.
20793 (byte-compile-form): Check obsolescence here.
20794 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20795 (byte-compile-variable-ref): Remove.
20796 (byte-compile-dynamic-variable-op): New fun.
20797 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20798 (byte-compile-variable-set): New funs.
20799 (byte-compile-discard): Add 2 args.
20800 (byte-compile-stack-ref, byte-compile-stack-set)
20801 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20802 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20803 macroexpand-all instead.
20804 (byte-compile-quote-form): Remove.
20805 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20806 (byte-compile-bind, byte-compile-unbind): New funs.
20807 (byte-compile-let): Handle let* and lexical binding.
20808 (byte-compile-let*): Remove.
20809 (byte-compile-catch, byte-compile-unwind-protect)
20810 (byte-compile-track-mouse, byte-compile-condition-case):
20811 Handle a new :fun-body form, used for lexical scoping.
20812 (byte-compile-save-window-excursion)
20813 (byte-compile-with-output-to-temp-buffer): Remove.
20814 (byte-compile-defun): Simplify.
20815 (byte-compile-stack-adjustment): New fun.
20816 (byte-compile-out): Use it.
20817 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20818
20819 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20820 handler any more.
20821
20822 * emacs-lisp/byte-opt.el: Use lexical binding.
20823 (byte-inline-lapcode): Remove (to bytecomp).
20824 (byte-compile-inline-expand): Pay attention to inlining to/from
20825 lexically bound code.
20826 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20827 any more.
20828 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20829 any more and don't call compiler-macros.
20830 (byte-compile-splice-in-already-compiled-code): Remove.
20831 (byte-code): Don't inline any more.
20832 (disassemble-offset): Receive `bytes' as argument rather than via
20833 dynamic scoping.
20834 (byte-compile-tag-number): Declare before first use.
20835 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20836 `return' even if make-spliceable.
20837 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20838 obsolete interactive-p.
20839 (byte-optimize-lapcode): Optimize new lap-codes.
20840 Don't trip up on new form of `byte-constant' lap code.
20841
20842 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20843
20844 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20845
20846 * custom.el (custom-initialize-default, custom-declare-variable):
20847 Use `defvar'.
20848
20849 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20850 New variables.
20851 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20852 (COMPILE_FIRST): Add macroexp and cconv.
20853 * makefile.w32-in: Mirror changes in Makefile.in.
20854
20855 * vc/cvs-status.el:
20856 * vc/diff-mode.el:
20857 * vc/log-edit.el:
20858 * vc/log-view.el:
20859 * vc/smerge-mode.el:
20860 * textmodes/bibtex-style.el:
20861 * textmodes/css-mode.el:
20862 * startup.el:
20863 * uniquify.el:
20864 * minibuffer.el:
20865 * newcomment.el:
20866 * reveal.el:
20867 * server.el:
20868 * mpc.el:
20869 * emacs-lisp/smie.el:
20870 * doc-view.el:
20871 * dired.el:
20872 * abbrev.el: Use lexical binding.
20873
20874 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20875
20876 * info.el (info-display-manual): New function.
20877
20878 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20879
20880 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20881
20882 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20883
20884 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20885 an entry for that server in rcirc-authinfo. (Bug#8385)
20886
20887 2011-03-31 Glenn Morris <rgm@gnu.org>
20888
20889 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20890
20891 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20892
20893 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20894
20895 * progmodes/python.el (python-default-interpreter)
20896 (python-python-command-args, python-jython-command-args)
20897 (python-which-shell, python-which-args, python-which-bufname)
20898 (python-file-queue, python-comint-output-filter-function)
20899 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20900 variables and functions.
20901
20902 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20903
20904 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20905 (completion-in-region-mode): New minor mode.
20906 (completion-in-region): Use it.
20907 (completion-in-region--data, completion-in-region-mode-map): New vars.
20908 (completion-in-region--postch): New function.
20909 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20910 New vars.
20911 (completion--capf-wrapper): New function.
20912 (completion-at-point): Use it to track well-behavedness of
20913 hook functions.
20914 (completion-help-at-point): New command.
20915
20916 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20917
20918 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20919 syntax class to search for whitespace on a single line
20920 (Message-ID: <4D938140.4030905@redhat.com>).
20921
20922 2011-03-30 Leo Liu <sdl.web@gmail.com>
20923
20924 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20925 New commands.
20926 (edit-abbrevs-map): Bind them here.
20927 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20928
20929 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20930
20931 * allout.el (allout-hide-by-annotation, allout-flag-region):
20932 Reduce possibility of overlay leakage by making them volatile.
20933
20934 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20935 hash is not shared between buffers. Mode initialization is
20936 responsible for giving it a useful starting value.
20937 (allout-item-span): Reduce possibility of overlay leakage by
20938 making them volatile.
20939 (allout-widgets-count-buttons-in-region): Add diagnostic function
20940 for tracking down button overlay leaks.
20941
20942 2011-03-29 Leo Liu <sdl.web@gmail.com>
20943
20944 * ido.el (ido-read-internal): Use the default history var
20945 minibuffer-history if no HISTORY is specified.
20946
20947 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20948
20949 * net/imap.el (imap-shell-open, imap-process-connection-type):
20950 Use imap-process-connection-type for 'shell' streams as well as
20951 Kerberos, SSL, other subprocesses.
20952
20953 2011-03-28 Leo Liu <sdl.web@gmail.com>
20954
20955 * abbrev.el (abbrev-table-empty-p): New function.
20956 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20957 nonempty ones. (Bug#5937)
20958
20959 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20960
20961 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20962
20963 2011-03-27 Leo Liu <sdl.web@gmail.com>
20964
20965 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20966 for foreground and background colors.
20967 (ansi-color-make-color-map): Adapt.
20968
20969 2011-03-25 Leo Liu <sdl.web@gmail.com>
20970
20971 * midnight.el (midnight-time-float): Remove. Note it calculates
20972 the microsecond component incorrectly and seconds-to-time does the
20973 same job.
20974 Remove redundant (require 'timer).
20975
20976 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20977 (ido-completions): Remove unused arguments. (Bug#8329)
20978
20979 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20980
20981 * minibuffer.el (completion--flush-all-sorted-completions):
20982 Remove itself from hook.
20983 (completion-at-point): Let the functions perform the completion
20984 immediately and return nil or t.
20985 * comint.el (comint-dynamic-complete-functions): Now identical to
20986 completion-at-point-functions.
20987 (comint-dynamic-list-input-ring): Remove unused var `index'.
20988 (comint--match-partial-filename, comint--unquote&expand-filename):
20989 New funs, split from comint-match-partial-filename.
20990 (comint-dynamic-complete): Use completion-at-point.
20991 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20992
20993 2011-03-24 Drew Adams <drew.adams@oracle.com>
20994
20995 * thingatpt.el: Support `defun'.
20996
20997 2011-03-23 Leo Liu <sdl.web@gmail.com>
20998
20999 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21000
21001 * help-mode.el (help-mode-finish): Tweak regexp.
21002
21003 2011-03-23 Glenn Morris <rgm@gnu.org>
21004
21005 * eshell/esh-opt.el (eshell-eval-using-options):
21006 Do not bind unused local variable `eshell-option-stub'.
21007
21008 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21009
21010 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21011
21012 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21013 keymap variable in `with-no-warnings' to avoid a warning when the
21014 keymap has been already `defconst'ed.
21015
21016 2011-03-22 Leo Liu <sdl.web@gmail.com>
21017
21018 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21019 encode all chars in abbrevs; otherwise use emacs-mule or
21020 utf-8-emacs. (Bug#8308)
21021
21022 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21023
21024 * simple.el (backward-delete-char-untabify):
21025 Avoid warning about using `delete-backward-char'.
21026
21027 * image.el (image-type-file-name-regexps): Make it variable.
21028 `imagemagick-register-types' modifies it, and the user may want
21029 to add new extensions for known image types.
21030 (imagemagick-register-types): Throw error if not using ImageMagick.
21031
21032 2011-03-22 Leo Liu <sdl.web@gmail.com>
21033
21034 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21035 located before rcirc-prompt-end-marker.
21036 (rcirc-complete): Error if point is not after rcirc prompt.
21037 Handle the case when table is nil.
21038 (rcirc-user-authenticated): Define to fix compiler warning.
21039
21040 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21041
21042 * custom.el (custom--inhibit-theme-enable): Make it affect only
21043 custom-theme-set-variables and custom-theme-set-faces.
21044 (provide-theme): Ignore custom--inhibit-theme-enable.
21045 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21046 (custom-enabling-themes): Delete variable.
21047 (enable-theme): Accept only loaded themes as arguments.
21048 Ignore the special custom-enabled-themes variable.
21049 (custom-enabled-themes): Forbid themes from setting this.
21050 Eliminate use of custom-enabling-themes.
21051 (custom-push-theme): Quote "changed" custom var entry.
21052
21053 2011-03-21 Leo Liu <sdl.web@gmail.com>
21054
21055 * ido.el (ido-read-internal): Add ido-selected to history instead
21056 of user input.
21057
21058 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21059
21060 * subr.el (deferred-action-list, deferred-action-function):
21061 Mark obsolete.
21062
21063 2011-03-21 Leo Liu <sdl.web@gmail.com>
21064
21065 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21066 change on 2011-02-13 (bug#8309).
21067
21068 * minibuffer.el (read-file-name-function): Change default value.
21069 (read-file-name--defaults): Rename from read-file-name-defaults.
21070 (read-file-name-default): Rename from read-file-name.
21071 (read-file-name): Call read-file-name-function.
21072
21073 2011-03-21 Glenn Morris <rgm@gnu.org>
21074
21075 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21076 Doc fixes.
21077
21078 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21079
21080 * cus-theme.el: Add missing provide statement.
21081 (customize-create-theme): Extract theme value correctly.
21082 (custom-theme-visit-theme): Autoload.
21083 (customize-create-theme): Prompt before inserting default faces.
21084
21085 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21086
21087 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21088 units and musical notes.
21089
21090 2011-03-20 Leo Liu <sdl.web@gmail.com>
21091
21092 * ido.el (ido-read-internal): Use completing-read-default.
21093 (ido-completing-read): Fix compatibility with completing-read.
21094
21095 2011-03-20 Christian Ohler <ohler@gnu.org>
21096
21097 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21098 (ert-delete-all-tests): Use `called-interactively-p' rather than
21099 `interactive-p'.
21100 (ert--make-xrefs-region): Respect END.
21101
21102 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21103
21104 * dired-aux.el (dired-create-directory): Signal an error if the
21105 directory already exists (Bug#8246).
21106
21107 * facemenu.el (list-colors-display): Call list-faces-display
21108 inside with-help-window.
21109 (list-colors-print): Use display property to align the final
21110 column, instead of checking window-width.
21111
21112 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21113
21114 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21115 windows-nt systems.
21116 (emerge-protect-metachars): Quote correctly for ms-dos and
21117 windows-nt systems.
21118
21119 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21120
21121 * info.el (info-initialize): Replace all uses of `:' with
21122 path-separator for compatibility with non-Unix systems.
21123 Cache quoting of path-separator. (Bug#8258)
21124
21125 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21126
21127 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21128 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21129 (mouse-avoidance-mode): Fix typos in docstrings.
21130
21131 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21132
21133 * startup.el (package-subdirectory-regexp): Move from package.el.
21134 Omit \\` and \\', and let callers add them.
21135
21136 * emacs-lisp/package.el (package-strip-version)
21137 (package-load-all-descriptors): Add \\` and \\' to
21138 package-subdirectory-regexp before using it.
21139 (package-untar-buffer): New arg DIR; ensure that file untars only
21140 into this expected directory. Remove superfluous delete-region.
21141 (package-unpack): Caller changed.
21142 (package-tar-file-info): Use package-subdirectory-regexp.
21143
21144 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21145
21146 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21147 diff-mode-shared-map (bug#8284).
21148 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21149
21150 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21151
21152 * calendar/time-date.el (format-seconds): Use assoc instead of
21153 assoc-string, since assoc-string doesn't exist in XEmacs.
21154
21155 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21156
21157 * custom.el (custom-known-themes): Reflow docstring.
21158 (custom-theme-load-path): Fix typo in docstring.
21159 (load-theme): Fix typo in error message.
21160 (custom-available-themes, custom-variable-theme-value):
21161 Use `let', not `let*'.
21162
21163 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21164
21165 * calc/README: Mention inclusion of musical notes.
21166
21167 * calc/calc-units.el (calc-lu-quant): Rename from
21168 `calc-logunits-quantity'.
21169 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21170 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21171 (calc-db): Rename from `calc-dblevel'.
21172 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21173 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21174 (calc-np): Rename from `calc-nplevel'.
21175 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21176 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21177 (calc-lu-plus): Rename from `calc-logunits-add'.
21178 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21179 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21180 (calc-lu-minus): Rename from `calc-logunits-sub'.
21181 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21182 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21183 (calc-lu-times): Rename from `calc-logunits-mul'.
21184 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21185 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21186 (calc-lu-divide): Rename from `calc-logunits-div'.
21187 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21188 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21189
21190 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21191 functions being autoloaded.
21192
21193 * calc/calc.el (calc-lu-power-reference): Rename from
21194 `calc-logunits-power-reference'.
21195 (calc-lu-field-reference): Rename from
21196 `calc-logunits-field-reference'.
21197
21198 * calc/calc-help.el (calc-l-prefix-help):
21199 Mention musical note functions.
21200
21201 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21202
21203 * minibuffer.el (completion-all-sorted-completions):
21204 Use :completion-cycle-penalty text property if present.
21205
21206 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21207
21208 * allout.el (allout-yank-processing): Adjust for new rebulleting
21209 regime so bullet being yanked is used without prompting the user
21210 for a choice.
21211
21212 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21213
21214 * startup.el (command-line): Warn the user that _emacs is deprecated.
21215
21216 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21217
21218 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21219 (delphi-verbose, delphi-comment-face, delphi-string-face)
21220 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21221 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21222 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21223 (delphi-new-comment-line, delphi-font-lock-defaults)
21224 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21225 Fix typos in docstrings.
21226
21227 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21228
21229 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21230 Invert the roles of character and string values for INSTEAD, so a
21231 string is used for the more common case of a defaulting prompt.
21232
21233 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * progmodes/ruby-mode.el (ruby-backward-sexp):
21236 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21237 * play/gamegrid.el (gamegrid-make-face):
21238 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21239 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21240 * notifications.el (notifications-notify):
21241 * net/xesam.el (xesam-search-engines):
21242 * net/quickurl.el (quickurl-list-insert):
21243 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21244
21245 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21246
21247 * startup.el (command-line): Update package subdirectory regexp.
21248
21249 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21250
21251 * allout.el (allout-abbreviate-flattened-numbering)
21252 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21253
21254 * subr.el (read-char-choice): Only show the cursor after the prompt,
21255 not after the answer.
21256
21257 2011-03-15 Kevin Ryde <user42@zip.com.au>
21258
21259 * help-fns.el (variable-at-point): Skip leading quotes, if any
21260 (bug#8253).
21261
21262 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21263
21264 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21265 warning message.
21266
21267 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21268
21269 * shell.el (shell): When called interactively, offer to change the
21270 shell file name on remote hosts.
21271
21272 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21273
21274 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21275 integration for LDAP parameters. The host, base, user or binddn,
21276 and secret tokens can be specified in a netrc file, for instance.
21277 This is optional because an `auth-source' parameter must be
21278 specified in the search attributes.
21279
21280 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21281
21282 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21283
21284 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21285
21286 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21287 into declaration. Remove redundant and harmful binding.
21288
21289 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21290
21291 * files.el (file-ownership-preserved-p): Pass `integer' as an
21292 explicit 2nd argument to `file-attributes'. If the file's owner
21293 is the Administrators group on Windows, and the current user is
21294 Administrator, consider that a match.
21295
21296 * server.el (server-ensure-safe-dir): Consider server directory
21297 safe on MS-Windows if its owner is the Administrators group while
21298 the current Emacs user is Administrator. Use `=' to compare
21299 numerical UIDs, since they could be integers or floats.
21300
21301 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21302
21303 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21304
21305 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21306
21307 Sync with Tramp 2.2.1.
21308
21309 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21310
21311 * net/trampver.el: Update release number.
21312
21313 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21314
21315 * progmodes/compile.el (compilation--previous-directory): Fix up
21316 various nil/dead-marker mismatches (bug#8014).
21317 (compilation-directory-properties, compilation-error-properties):
21318 Don't call it at a position past the one we're about to change.
21319
21320 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21321 Disable obsolescence warnings in the file that declares it.
21322
21323 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21324
21325 * allout-widgets.el (allout-widgets-tally):
21326 Initialize allout-widgets-tally as a hash table rather than nil to
21327 prevent mode-line redisplay warnings. Also, clarify the module
21328 description and fix a comment typo.
21329
21330 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21331
21332 * help-fns.el (describe-variable): Don't complete keywords.
21333 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21334
21335 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21336
21337 * emacs-lisp/package.el (package-version-join): Impose a standard
21338 string representation for pre/alpha/beta version lists.
21339 (package-unpack-single): Standardize the directory name by passing
21340 it through package-version-join.
21341 (package-strip-rcs-id): Accept any version string that does not
21342 signal an error in version-to-list.
21343
21344 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21345
21346 * simple.el (delete-trailing-whitespace): Return nil for the
21347 benefit of `write-file-functions'.
21348
21349 2011-03-10 Glenn Morris <rgm@gnu.org>
21350
21351 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21352
21353 * vc/vc-git.el (vc-git-program): New option.
21354 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21355 (vc-git--call): Use it.
21356
21357 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21358
21359 * cus-edit.el (Custom-newline): If no button at point, look
21360 for a subgroup button at start-of-line. (Bug#2298)
21361
21362 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21363
21364 2011-03-10 Julien Danjou <julien@danjou.info>
21365
21366 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21367 `cursor-type' is nil.
21368
21369 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21370
21371 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21372
21373 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21374
21375 * allout.el: Change so yank of distinctive-bullet items
21376 preserves the existing header prefix, rebulleting it if necessary,
21377 rather than replacing it. This is necessary for proper operation
21378 of cooperative addons like allout-widgets.
21379 (allout-make-topic-prefix, allout-rebullet-heading):
21380 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21381 value as alternate bullet to be used, instead of prompting the user
21382 for a bullet character.
21383
21384 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21385
21386 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21387 Do not use `tramp-file-name-port', because this returns also
21388 `tramp-default-port'.
21389
21390 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21391
21392 * net/rcirc.el (rcirc-handler-001): Remove useless
21393 with-rcirc-process-buffer.
21394 (rcirc-check-auth-status): Swap arguments to string-match.
21395
21396 2011-03-09 Glenn Morris <rgm@gnu.org>
21397
21398 * shell.el (shell-mode):
21399 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21400
21401 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21402 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21403
21404 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21405
21406 * emacs-lisp/package.el (package-refresh-contents)
21407 (package-menu-execute): Use condition-case-no-debug.
21408
21409 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21410
21411 * simple.el (shell-command-to-string): Use `process-file'.
21412
21413 * emacs-lisp/package.el (package-tar-file-info): Handle also
21414 remote files.
21415
21416 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21417 Use `equal' for upload base check.
21418
21419 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21420
21421 * textmodes/texinfo.el (texinfo-environments):
21422 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21423
21424 2011-03-08 Glenn Morris <rgm@gnu.org>
21425
21426 * cus-start.el (cursor-in-non-selected-windows):
21427 Fix :set quoting oddness. (Bug#8192)
21428
21429 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21430 in some setf expressions. (Bug#2159)
21431
21432 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21433
21434 * custom.el (custom-available-themes): Return themes in
21435 alphabetical order.
21436
21437 See ChangeLog.15 for earlier changes.
21438
21439 ;; Local Variables:
21440 ;; coding: utf-8
21441 ;; End:
21442
21443 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21444
21445 This file is part of GNU Emacs.
21446
21447 GNU Emacs is free software: you can redistribute it and/or modify
21448 it under the terms of the GNU General Public License as published by
21449 the Free Software Foundation, either version 3 of the License, or
21450 (at your option) any later version.
21451
21452 GNU Emacs is distributed in the hope that it will be useful,
21453 but WITHOUT ANY WARRANTY; without even the implied warranty of
21454 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21455 GNU General Public License for more details.
21456
21457 You should have received a copy of the GNU General Public License
21458 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.