* buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width): Doc fixes.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
cca96c97
GM
12012-09-25 Glenn Morris <rgm@gnu.org>
2
b06eeda8
GM
3 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
4 Doc fixes.
5
cca96c97
GM
6 * eshell/em-term.el (eshell-term-name):
7 Default to term-term-name. (Bug#12485)
8
dc4f818b
FEG
92012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
10
cca96c97
GM
11 * progmodes/python.el (python-shell-send-buffer): Better handling
12 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 13
289c24bd
GM
142012-09-24 Glenn Morris <rgm@gnu.org>
15
16 * eshell/esh-cmd.el (eshell-find-alias-function):
17 Tighten up file-name regexp. (Bug#12499)
18
8fb8b88f
FEG
192012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
20
21 Enhancements for triple-quote string syntax.
22 * progmodes/python.el (python-quote-syntax): Remove.
23 (python-syntax-propertize-function): New value.
24 (python-syntax-count-quotes, python-syntax-stringify): New
25 functions.
26
6c27f0f8
CY
272012-09-24 Chong Yidong <cyd@gnu.org>
28
a5f2b6ec
CY
29 * iswitchb.el (iswitchb-read-buffer): Move
30 iswitchb-define-mode-map code here, and delete that obsolete
31 function.
32
33 * mail/supercite.el (sc-version): Remove obsolete function.
34 (sc-describe): Don't mark as obsolete, since it is bound.
35 (sc-submit-bug-report): Remove.
36
37 * vc/log-edit.el (cvs-changelog-full-paragraphs)
38 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
39 (log-edit-require-final-newline)
40 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
41
42 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
43 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
44 * vc/vc.el (vc-checkout-carefully): Likewise.
45
46 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
47 (emerge-version): Remove.
48
49 * progmodes/compile.el (compile-internal): Remove.
50 (compilation-parse-errors-function): Fix typo.
51
52 * international/mule.el (set-char-table-default): Remove.
53 (set-coding-priority, make-coding-system, generic-char-p)
54 (charset-list, charset-bytes, charset-id): Use declare to mark
55 functions as obsolete.
56
57 * vc/pcvs-defs.el (cvs-buffer-name-alist)
58 (cvs-invert-ignore-marks): Remove references to obsolete vars.
59 * vc/vc-hooks.el (vc-default-registered): Don't use
60 vc-master-templates.
61
6c27f0f8
CY
62 * font-lock.el (font-lock-reference-face): Use
63 define-obsolete-variable-alias.
64
65 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
66 * calendar/calendar.el (calendar-font-lock-keywords):
67 * calendar/diary-lib.el (diary-font-lock-keywords)
68 (diary-fancy-font-lock-keywords):
69 * textmodes/reftex-sel.el (reftex-insert-docstruct):
70 * textmodes/reftex-index.el (reftex-insert-index):
71 * textmodes/reftex-cite.el (reftex-format-bib-entry):
72 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
73 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
74 * progmodes/prolog.el (prolog-font-lock-keywords):
75 * progmodes/idlwave.el (idlwave-idl-keywords):
76 * progmodes/ada-mode.el (ada-font-lock-keywords):
77 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
78
bcc0adbf
GM
792012-09-24 Glenn Morris <rgm@gnu.org>
80
81 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
82
095bb823
FEG
832012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
84
85 * progmodes/python.el (python-indent-line): More consistent cursor
86 movement behavior.
87
70efc5c9
SM
882012-09-23 Stefan Merten <smerten@oekonux.de>
89
90 * textmodes/rst.el: Fix compiler warning.
91
2f438239
RW
922012-09-23 Roland Winkler <winkler@gnu.org>
93
94 * textmodes/bibtex.el (bibtex-autokey-transcriptions): Transcribe
95 also LaTeX hyphenation.
96 (bibtex-reformat): Bug fix. Do not quote twice the elements of
97 bibtex-reformat-previous-options.
98
936ad041
RW
992012-09-23 Roland Winkler <winkler@gnu.org>
100
101 * proced.el (proced-renice-command): New variable.
102 (proced-marked-processes): New function.
103 (proced-with-processes-buffer): New macro.
104 (proced-send-signal): Use them.
105 (proced-renice): New command bound to r.
106
6fab0274
RW
1072012-09-23 Roland Winkler <winkler@gnu.org>
108
109 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
110 ibuffer-saved-filter-groups has one element, shortcut the call of
111 completing-read. (Bug#12331)
112
9a930676
CY
1132012-09-23 Chong Yidong <cyd@gnu.org>
114
115 * bindings.el (mode-line-toggle-read-only):
116 * bs.el (bs-toggle-readonly):
117 * buff-menu.el (Buffer-menu-toggle-read-only):
118 * dired.el (dired-toggle-read-only):
119 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
120
d07ff9db
CY
1212012-09-23 Chong Yidong <cyd@gnu.org>
122
123 * image.el (image-type-available-p): Adapt to init-image-library
124 argument changes.
125
51c4474e
JL
1262012-09-22 Juri Linkov <juri@jurta.org>
127
128 * dired.el (dired-mode-map): Add [remap read-only-mode] for
129 `dired-toggle-read-only'. (Bug#12462)
130
43bf5e8e
MR
1312012-09-22 Martin Rudalics <rudalics@gmx.at>
132
133 * subr.el (temp-output-buffer-show): New function.
134 (with-output-to-temp-buffer): Call temp-output-buffer-show
135 instead of internal-temp-output-buffer-show.
136
c88b867f
CY
1372012-09-22 Chong Yidong <cyd@gnu.org>
138
3df47cd5
CY
139 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
140 (Bug#12462).
141
c88b867f
CY
142 * repeat.el (repeat): Doc fix (Bug#12348).
143
144 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
145 (Bug#10909).
146
147 * simple.el (shell-command-on-region): Doc fix.
3171e303 148 (read-only-mode): Doc fix.
c88b867f 149
df9685f3
EZ
1502012-09-22 Eli Zaretskii <eliz@gnu.org>
151
152 * emacs-lisp/timer.el (run-with-idle-timer)
153 (timer-activate-when-idle): Warn against reinvoking an idle timer
154 from within its own timer action. (Bug#12447)
155
8e17c9ba
MR
1562012-09-22 Martin Rudalics <rudalics@gmx.at>
157
158 * cus-start.el (window-combination-limit): Add new optional
159 values.
160 * window.el (temp-buffer-window-show)
161 (window--try-to-split-window): Handle new values of
162 window-combination-limit (Bug#1806).
163 (split-window): Test window-combination-limit for t instead of
164 non-nil.
165 (display-buffer-at-bottom): New buffer display action function.
166 * help.el (temp-buffer-resize-regexps): New option.
167 (temp-buffer-resize-mode): Rewrite doc-string.
168 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 169 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 170
48a24920
SM
1712012-09-22 Stefan Merten <smerten@oekonux.de>
172
70efc5c9 173 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
174 (rst-official-version)
175 (rst-package-emacs-version-alist): Sync with official version
176 V1.4.0.
177 (rst-faces-defaults, rst-set-level-default)
178 (rst-level-face-max, rst-level-face-base-color)
179 (rst-level-face-base-light, rst-level-face-format-light)
180 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
181 (rst-adornment-faces-alist): Match new setup.
182 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
183 (rst-level-5, rst-level-6): New faces.
184
82f8cd94
CY
1852012-09-22 Chong Yidong <cyd@gnu.org>
186
187 * simple.el (undo): Handle indirect buffers (Bug#8207).
188
acfa068f 1892012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
190
191 IDO: Disable match re-ordering for buffer switching.
2bc9406c 192 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
193 (ido-set-matches-1): Use it. (Bug#2042)
194
acfa068f 1952012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
196
197 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
198 Fix 2011-05-17 change. (Bug#12418)
199
acfa068f 2002012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
201
202 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
203
acfa068f 2042012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
205
206 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
207 Be more robust about locating simple.el.
208
acfa068f 2092012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
210
211 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
212
acfa068f
CY
2132012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
214
215 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
216
41a97e6f
JL
2172012-09-20 Juri Linkov <juri@jurta.org>
218
eb2deaff
JL
219 * replace.el (query-replace-read-from): Use `read-regexp' instead
220 of `read-from-minibuffer' when `regexp-flag' is non-nil.
221 (occur-read-primary-args): Use `read-regexp' instead of
222 `read-string'.
223 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
224 `read-from-minibuffer'.
225 * isearch.el (isearch-occur): Use `read-regexp' instead of
226 `read-string'.
227 * dired.el (dired-read-regexp): Use `read-regexp' instead of
228 `read-from-minibuffer'.
229 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
230 of `read-string'. (Bug#7567)
231
5825610b
JL
232 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
233 and allow accepting a list of strings prepended to a list of
234 standard default values. Doc fix. (Bug#12321)
235
eebbf404
JL
236 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
237
41a97e6f
JL
238 * replace.el (read-regexp): Don't add ": " when PROMPT already
239 ends with a colon and space. (Bug#12321)
240
c9e452d3
TH
2412012-09-20 Tassilo Horn <tsdh@gnu.org>
242
243 * doc-view.el (doc-view-display): Better fix for the cl-assertion
244 error.
245
ee97deee
SM
2462012-09-20 Stefan Merten <smerten@oekonux.de>
247
70efc5c9 248 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
249 Fixes feature request bug#11711.
250 (rst-mode): Create `imenu-create-index-function'.
251 (rst-get-stripped-line): Delete after refactoring.
252 (rst-section-tree, rst-section-tree-rec)
253 (rst-section-tree-point): Refactor and document properly.
254 (rst-imenu-find-adornments-for-position)
255 (rst-imenu-convert-cell, rst-imenu-create-index): New
256 function.
257
f490dab9
SM
2582012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
259
95b9712e
SM
260 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
261 (macroexp--expand-all): Use it.
262 (macroexp--funcall-and-return): Remove by folding it into its sole
263 caller (macroexp--warn-and-return).
264 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
265 Use macroexp--obsolete-warning.
266
f490dab9
SM
267 * calc/calc.el: Fix last change by removing the whole chunk, since it
268 was only needed back when Calc was not bundled.
269
96e8d411
MR
2702012-09-20 Martin Rudalics <rudalics@gmx.at>
271
272 * emacs-lisp/debug.el (debug): Restore assignment to
273 debugger-old-buffer removed on 2012-09-08.
274
0876a82d
JL
2752012-09-20 Juri Linkov <juri@jurta.org>
276
277 * dired-aux.el (dired-diff): Remove (require 'diff) since
278 `diff-latest-backup-file' is now autoloaded.
279
9f7c28f0
CY
2802012-09-20 Chong Yidong <cyd@gnu.org>
281
282 * vc/diff.el (diff-latest-backup-file): Autoload.
283
7a04bee9
SM
2842012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
285
e6f0a80d
SM
286 * calc/calc.el: Remove redundant autoload shape check.
287 (sel-mode): Don't defvar.
288 (calc-get-stack-element): Add `sel-mode' arg instead.
289 (calc-top, calc-top-list): Pass it this additional argument.
290 * calc/calc-store.el (calc-store-map):
291 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
292 (calc-map-equation, calc-outer-product, calc-inner-product):
293 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
294
7a04bee9
SM
295 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
296
12734222
JL
2972012-09-19 Juri Linkov <juri@jurta.org>
298
299 * dired-aux.el (dired-diff): Add (require 'diff) because
300 `diff-latest-backup-file' is not autoloaded.
301 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
302 of `dired-get-filename' to t to not report error when there is
303 no default file on the current line.
304
46624b4f
SM
3052012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
306
ce97595b
SM
307 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
308 macroexp--eval-if-compile.
309 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
310 (macroexp--expand-all): Use them (bug#12371).
311
46624b4f
SM
312 * doc-view.el (doc-view-guess-paper-size)
313 (doc-view-scale-bounding-box): Fix unbound `caddr'.
314
db8a5a18
TH
3152012-09-19 Tassilo Horn <tsdh@gnu.org>
316
317 New feature: set optimal slice from BoundingBox information.
318 * doc-view.el (doc-view-mode-map): Add keybinding.
319 (doc-view-menu): Add menu entry.
320 (doc-view-set-slice): Adapt docstring.
321 (doc-view-get-bounding-box, doc-view-guess-paper-size)
322 (doc-view-scale-bounding-box)
323 (doc-view-set-slice-from-bounding-box): New functions.
324 (doc-view-paper-sizes): New defvar.
325
69f6644c
GM
3262012-09-19 Glenn Morris <rgm@gnu.org>
327
35f5b19d
GM
328 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
329 (byte-compile-log-warning): Autoload. (Bug#12371)
330
69f6644c
GM
331 * calendar/calendar.el (calendar-american-month-header)
332 (calendar-european-month-header, calendar-iso-month-header)
333 (calendar-month-header): New options.
334 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
335 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
336
e543ae91
JD
3372012-09-19 Jan Djärv <jan.h.d@swipnet.se>
338
339 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
340
2fd5e67d
JL
3412012-09-18 Juri Linkov <juri@jurta.org>
342
343 * dired-aux.el (dired-diff): Restore original functionality of
344 getting the default value, but keep new feature of using the
345 latest existing backup file (`diff-latest-backup-file').
346
42917e79
JL
3472012-09-18 Juri Linkov <juri@jurta.org>
348
349 * dired.el (dired-mark): If the region is active in Transient Mark
350 mode, mark all files in the active region. Doc fix.
351 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
352 Doc fix. (Bug#10624)
353
20f70ede
JL
3542012-09-18 Juri Linkov <juri@jurta.org>
355
356 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
357 attributes for M-n are pulled from the file at point.
358 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
359 Suggested by Drew Adams. (Bug#10624)
360
32fb8162
DG
3612012-09-18 Dmitry Gutov <dgutov@yandex.ru>
362
363 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
364 whitespace after "end".
365 (ruby-do-end-to-brace): Collapse block to one line if it fits
366 within fill-column.
367
37ab5092
MR
3682012-09-18 Martin Rudalics <rudalics@gmx.at>
369
370 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
371 value.
372 (debug): Don't remove debugger window when debugger is expected
373 to be back.
374
ed1f0bd3
CY
3752012-09-18 Chong Yidong <cyd@gnu.org>
376
377 * custom.el (defface): Doc fix.
378
379 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
380
a11035b8
MB
3812012-09-18 Martin Blais <blais@furius.ca> (tiny change)
382
383 * progmodes/compile.el (compilation-start): Use compilation-always-kill
384 to initialize query-on-exit; then test that instead (bug#12288).
385
64f6a736
SM
3862012-09-17 Stefan Merten <smerten@oekonux.de>
387
70efc5c9 388 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
389 (rst-defcustom-testcover, rst-testcover-add-compose)
390 (rst-testcover-add-1value): New functions.
391 (rst-portable-mark-active-p): Replace by `use-region-p'.
392 (rst-update-section, rst-classify-adornment)
393 (rst-find-title-line): Mark `1value' forms.
394 (rst-classify-adornment): Remove superfluous form.
395 (rst-update-section, rst-get-adornments-around)
396 (rst-adornment-complete-p, rst-get-next-adornment)
397 (rst-adjust, rst-promote-region)
398 (rst-display-adornments-hierarchy, rst-straighten-adornments)
399 (rst-find-pfx-in-region, rst-section-tree-rec)
400 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
401 (rst-toc-node, rst-toc, rst-forward-section)
402 (rst-iterate-leftmost-paragraphs)
403 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
404 (rst-bullet-list-region)
405 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
406 (rst-compile-find-conf, rst-compile)
407 (rst-repeat-last-character): Fix style.
408
580bd868
CY
4092012-09-17 Chong Yidong <cyd@gnu.org>
410
411 * comint.el (comint--complete-file-name-data): Don't add a space
412 if the status is `sole'; that adds a gratuitous space in the
413 completion-cycling case (Bug#12092).
414
415 * pcomplete.el (pcomplete-completions-at-point): Likewise.
416
69de3ec6
RS
4172012-09-17 Richard Stallman <rms@gnu.org>
418
0dee970c
RS
419 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
420 only in the mime-shown mode, not in raw mode.
421 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 422 mime processing. (Bug#12305)
0dee970c 423
6b250df6
GM
424 * mail/rmail.el (rmail-retry-failure):
425 Turn off mime processing first. (Bug#12037)
acb1c47b 426
69de3ec6
RS
427 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
428
d079ee5f
CY
4292012-09-17 Chong Yidong <cyd@gnu.org>
430
431 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
432 (shell-dynamic-complete-functions): Convert to defcustom.
433 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
434
865fe16f
CY
435 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
436 * comint.el (comint-prompt-read-only):
437 * custom.el (defcustom):
438 * hi-lock.el (hi-lock-mode):
439 * ibuffer.el (ibuffer-formats):
440 * ielm.el (ielm-prompt-read-only):
441 * novice.el (disable-command):
442 * saveplace.el (toggle-save-place):
443 * speedbar.el (speedbar-supported-extension-expressions):
444 * startup.el (auto-save-list-file-prefix, init-file-user)
445 (after-init-hook, inhibit-startup-echo-area-message):
446 * strokes.el (strokes-help):
447 * time-stamp.el (time-stamp):
448 * calendar/calendar.el (calendar, diary-file):
449 * calendar/diary-lib.el (diary-mail-entries, diary)
450 (diary-list-entries-hook):
451 * calendar/holidays.el (holidays, calendar-holidays):
452 * calendar/lunar.el (lunar-phases):
453 * calendar/solar.el (sunrise-sunset):
454 * emulation/edt.el (edt-load-keys):
455 * emulation/viper.el (viper-mode):
456 * eshell/em-alias.el (eshell-command-aliases-list):
457 * eshell/esh-util.el (eshell-convert-numeric-arguments):
458 * international/ogonek.el (ogonek-information):
459 * net/tramp-cmds.el (tramp-bug):
460 * net/quickurl.el (quickurl-reread-hook-postfix):
461 * play/decipher.el (decipher-font-lock-keywords):
462 * progmodes/cc-styles.el (c-set-style):
463 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
464 * progmodes/inf-lisp.el (inferior-lisp-prompt):
465 * progmodes/octave-mod.el (octave-mode):
466 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
467 * progmodes/verilog-mode.el (verilog-read-defines):
468 * textmodes/two-column.el (2C-mode): Likewise.
469
48093eb9
KY
4702012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
471
472 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
473 that holds many addresses.
474
c584eaf9
CY
4752012-09-16 Chong Yidong <cyd@gnu.org>
476
40d70ecb
CY
477 * align.el (align-areas): Call the indication function with
478 positions instead of markers for arguments (Bug#12343).
479
1667e065
CY
480 * files.el (parse-colon-path): Use split-string (Bug#12351).
481
fdc2806d 482 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 483 (display-buffer-function): Mark as obsolete.
fdc2806d 484
f1be615c 485 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
486 values similar to font-lock-keywords (Bug#12136).
487 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
488 (compilation-error-regexp-alist): Doc fix.
489
f40a9709
GM
4902012-09-15 Glenn Morris <rgm@gnu.org>
491
72aa16e1
GM
492 * version.el (emacs-bzr-version-bzr): New function.
493 (emacs-bzr-get-version): Add optional EXTERNAL argument.
494
82375160
GM
495 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
496 checkouts, check the parent dirstate matches the branch.
497 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
498 empty string.
499
f40a9709
GM
500 * version.el (emacs-bzr-version): Doc fix.
501 (emacs-bzr-version-dirstate): New function.
502 (emacs-bzr-get-version): For lightweight checkouts, if the parent
503 is local try and check that it matches the branch. If not, just
504 use dirstate information. (Bug#12441)
505
cb26b7f5
JL
5062012-09-14 Juri Linkov <juri@jurta.org>
507
508 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
509 (Bug#12399)
510
2de39f08
SM
5112012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
512
0fb3cb7c
SM
513 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
514
2de39f08
SM
515 * emacs-lisp/edebug.el: Miscellaneous cleanup.
516 Remove obsolete byte-compiler hack that tried to silence some warnings.
517 (edebug-submit-bug-report): Remove.
518 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
519 Remove aliases, use the un-prefixed name instead.
520 (edebug-pop-to-buffer): Consider other frames.
521 (edebug-original-read):: Make it more obvious that it's always defined.
522 (edebug--make-form-data-entry, edebug--form-data-name)
523 (edebug--form-data-begin, edebug--form-data-end): Rename from the
524 single-dashed name, and implement with cl-defstruct.
525 (edebug-set-form-data-entry): Use the standard accessors.
526 (edebug-make-top-form-data-entry): Use push.
527 (edebug-no-match): Drop useless `funcall'.
528 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
529 to functions.
530 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
531 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
532 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
533 (easy-menu-define, with-custom-print): Remove redundant specs.
534 (edebug-outside-overriding-local-map)
535 (edebug-outside-overriding-terminal-local-map): Remove, unused.
536 (edebug--display): Bind unread-command-events directly to nil rather
537 than binding it to unread-command-events and later setting it to nil.
538 (edebug--display): Kill edebug-eval-buffer here...
539 (edebug--recursive-edit): ...rather than here.
540 Bind standard-output and standard-input.
541 (edebug-eval): Check cl-macroexpand-all is fboundp.
542 (edebug-temp-display-freq-count): Fix last change.
543
544 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
545 * subr.el (noreturn, 1value): Add `debug' spec.
546 * emacs-lisp/advice.el: Require cl-lib.
547 (ad-copy-tree): Remove, use copy-tree instead.
548 (ad-dolist): Remove use dolist or cl-dolist instead.
549 (ad-do-return): Remove, use cl-return instead.
550 (defadvice): Add `debug' spec.
551
5b68b333
JL
5522012-09-13 Juri Linkov <juri@jurta.org>
553
554 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
555 (Bug#12399)
556
b9800ec4
GM
5572012-09-13 Glenn Morris <rgm@gnu.org>
558
6a2e6868
GM
559 * calc/calc.el (math-compose-expr):
560 * calc/calc-ext.el (math-compose-expr):
561 * progmodes/cc-defs.el (cl-macroexpand-all):
562 * progmodes/cc-langs.el (delete-duplicates, mapcan)
563 (cl-macroexpand-all): Update declarations.
564
b9800ec4
GM
565 * vc/vc.el: No need to require ediff.
566 (ediff-load-version-control): Declare.
567 (ediff-vc-internal): Fix declaration.
568 (vc-version-ediff): Require ediff.
569
c18e885b
PE
5702012-09-13 Paul Eggert <eggert@cs.ucla.edu>
571
572 Use a more backwards-compatible timer format (Bug#12430).
573 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
574 being right after USECS, as that better supports old code that
575 inadvisedly looked directly at the timer vector.
576
d607d303
KH
5772012-09-13 Kenichi Handa <handa@gnu.org>
578
579 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
580 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
581 `coding-priority' property of these language environment.
582
72eac303
PE
5832012-09-13 Paul Eggert <eggert@cs.ucla.edu>
584
585 Fix glitches caused by addition of psec to timers (Bug#12430).
586 * image.el (image-animate-timer):
587 * time.el (display-time-world-timer):
588 Use timer--function and timer--args rather than raw access to
589 timer vector.
590
2168fe4f
GM
5912012-09-13 Glenn Morris <rgm@gnu.org>
592
593 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
594 If not compiling a file, try using load-file-name.
595
bd8d6108
SM
5962012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
597
c0c54fbd
SM
598 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
599 Fix last change.
600 (edebug-update-eval-list): Use `push'.
601
bd8d6108
SM
602 * emacs-lisp/edebug.el: Use lexical-binding.
603 Remove the "edebug-" prefix from non-dynamically-scoped variables.
604 Mark unused args with underscore.
605 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
606 (edebug-form-data): Use defvar-local.
607 (edebug-make-before-and-after-form, edebug-make-after-form):
608 Use backquote.
609 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
610 Not dynamically scoped any more.
611 (edebug--enter-trace): Add arguments `function' and `args'.
612 Rename from edebug-enter-trace.
613 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
614 (edebug--update-coverage): Add `after-index' and `value' args.
615 Rename from edebug-update-coverage.
616 (edebug-slow-after): Call it accordingly.
617 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
618 edebug-recursive-edit.
619 (edebug--display): Call it accordingly. Add args `value',
620 `offset-index', and `arg-mode'. Rename from edebug-display.
621 (edebug-debugger, edebug): Call it accordingly.
622 (edebug-eval-display-list): Use dolist.
623
a9f9d9de
JL
6242012-09-12 Juri Linkov <juri@jurta.org>
625
626 * info.el (Info-search): Don't check for isearch-mode and
627 isearch-regexp before let-binding search-spaces-regexp to
628 Info-search-whitespace-regexp.
629 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
630 search-whitespace-regexp if isearch-lax-whitespace or
631 isearch-regexp-lax-whitespace is non-nil.
632 (Info-mode): Don't set local variable search-whitespace-regexp.
633 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
634
bfeae2cf
SM
6352012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
638 (debugger-env-macro): Remove support for unread-command-char.
639
640 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
641 the temporary map re-appearing on emulation-mode-map-alists.
642
643 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
644 since 22.1.
645
646 * ehelp.el (with-electric-help): Accept functions in
647 electric-help-form-to-execute.
648 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
649 And replace unread-command-char -> unread-command-events.
650
fbbcaf1b
MA
6512012-09-12 Michael Albinus <michael.albinus@gmx.de>
652
653 Sync with Tramp 2.2.6.
654
655 * net/tramp.el (tramp-accept-process-output): Don't use
656 JUST-THIS-ONE in the XEmacs case.
657
658 * net/trampver.el: Update release number.
659
4dece104
MR
6602012-09-12 Martin Rudalics <rudalics@gmx.at>
661
bfeae2cf
SM
662 * emacs-lisp/debug.el (debugger-previous-window-height):
663 New variable.
4dece104
MR
664 (debug): When debugger-jumping-flag is non-nil try to restore
665 height of debugger window. (Bug#8789)
666
45b82ad0
SM
6672012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
668
60c49c0f
SM
669 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
670 overriding-local-map and pre/post-command-hook here.
671 (edebug-recursive-edit): Do it here instead (bug#12345).
672 (edebug-outside-unread-command-char): Remove all uses of
673 unread-command-char.
674
45b82ad0
SM
675 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
676 inhibit-debugger is bound instead.
677
baa26ea0
BG
6782012-09-11 Bastien Guerry <bzg@gnu.org>
679
680 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 681 (Bug#12346)
baa26ea0 682
04e8abfa
BG
6832012-09-11 Bastien Guerry <bzg@gnu.org>
684
96d03571 685 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 686 (Bug#12347)
96d03571
BG
687
6882012-09-11 Bastien Guerry <bzg@gnu.org>
689
fc0c31f8 690 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 691
04e082b0
MM
6922012-09-10 Michael R. Mauger <mmaug@yahoo.com>
693
694 * progmodes/sql.el: Version 3.1
695 (sql-db2-escape-newlines): New variable.
696 (sql-escape-newlines-filter): Use it.
697
399a361b
JB
6982012-09-10 Juanma Barranquero <lekktu@gmail.com>
699
700 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
701
0780c517
DN
7022012-09-10 Dan Nicolaescu <dann@gnu.org>
703
45b82ad0
SM
704 * vc/diff-mode.el (diff-mode-menu):
705 Bind diff-remove-trailing-whitespace.
0780c517 706
9b851e25
SM
7072012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
710 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
711 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
712 (eval-sexp-add-defvars): Don't skip defvars in column >0.
713 (eval-defun-2): Remove bogus interactive spec.
714 (lisp-indent-line): Remove redundant whole-exp code, now done in
715 indent-according-to-mode.
716 (save-match-data): Remove redundant indent data.
717
718 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
719 Use `declare'.
720
3231d532
JL
7212012-09-09 Juri Linkov <juri@jurta.org>
722
723 * replace.el (replace-regexp-lax-whitespace): New defcustom.
724 (replace-lax-whitespace, query-replace-regexp)
725 (query-replace-regexp-eval, replace-regexp): Doc fix.
726 (perform-replace, replace-highlight): Let-bind
727 isearch-lax-whitespace to replace-lax-whitespace and
728 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
729
730 * isearch.el (isearch-query-replace): Let-bind
731 replace-lax-whitespace to isearch-lax-whitespace and
732 replace-regexp-lax-whitespace to
733 isearch-regexp-lax-whitespace. (Bug#10885)
734
70fe8236
SM
7352012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
738
8ed43f15
AM
7392012-09-09 Alan Mackenzie <acm@muc.de>
740
70fe8236
SM
741 * progmodes/cc-engine.el (c-state-cache-init):
742 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
743 (c-record-parse-state-state):
744 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 745
bfabf70a
AS
7462012-09-09 Andreas Schwab <schwab@linux-m68k.org>
747
748 * register.el (register-separator): Rename from
749 separator-register. All uses changed. Doc fix.
750 (register): Fix version.
751
011474aa
CY
7522012-09-09 Chong Yidong <cyd@gnu.org>
753
754 * replace.el (query-replace-map): Bind four new symbols for
755 requesting window scrolling.
756
757 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
758 query-replace-map (Bug#8948).
759
760 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
761
762 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
763 since they are now in query-replace-map.
764
765 * window.el (scroll-other-window-down): Make the arg optional.
766
a8b7cd8d
CY
7672012-09-09 Chong Yidong <cyd@gnu.org>
768
769 * files.el (hack-local-variables-confirm): Use quit-window to kill
770 the *Local Variables* buffer.
771
c3268831
DG
7722012-09-08 Dmitry Gutov <dgutov@yandex.ru>
773
774 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
775 not just expect to be at its beginning. Adjust callees.
776 Succeed when do-end block has no space before the pipe character.
777 (ruby-brace-to-do-end): When the original block is one-liner,
778 convert to multiline. Reindent the result.
779
0979429b
J
7802012-09-08 Jambunathan K <kjambunathan@gmail.com>
781
782 * register.el (register): New group.
783 (register-separator): New user option.
784 (increment-register): Route it to `append-to-register', if
785 register contains text. Implication is that `C-x r +' can now be
786 used for appending to a text register (bug#12217).
787 (append-to-register, prepend-to-register): Add separator based on
788 `register-separator.
789
ace2989a
AM
7902012-09-08 Alan Mackenzie <acm@muc.de>
791
792 AWK Mode: make auto-newline work when there's "==" in the pattern.
793 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
794 correctly.
0979429b
J
795 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
796 Test more rigorously for "=" token.
ace2989a 797
616c6c36
DG
7982012-09-08 Dmitry Gutov <dgutov@yandex.ru>
799
0979429b
J
800 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
801 Only fail when reached LIMIT.
616c6c36 802
35d98877
CY
8032012-09-08 Chong Yidong <cyd@gnu.org>
804
805 * dired.el (dired-mode-map): Don't bind M-=.
806
807 * dired-aux.el (dired-diff): Use backup file as default.
808
1715f2db
DA
8092012-09-08 Drew Adams <drew.adams@oracle.com>
810
811 * subr.el (add-to-history): Fix delete usage (Bug#12314).
812
6dcef6ec
CY
8132012-09-08 Chong Yidong <cyd@gnu.org>
814
815 * subr.el (syntax-after, syntax-class): Doc fix.
816
fa2bcf43
MR
8172012-09-08 Martin Rudalics <rudalics@gmx.at>
818
819 * window.el (display-buffer-in-previous-window): New buffer
820 display action function.
821
822 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
823 (debugger-previous-window): New variable.
824 (debug): Rewrite using display-buffer-in-previous-window,
825 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
826
daac280a
SM
8272012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
830
9dd40b00
MM
8312012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
832
daac280a
SM
833 * progmodes/python.el (python-shell-send-string):
834 When default-directory is remote, create temp file on remote
9dd40b00
MM
835 filesystem.
836 (python-shell-send-file): When file is remote, pass local view of
837 file paths to remote Python interpreter. (Bug#12340)
838
145823ec
CY
8392012-09-07 Chong Yidong <cyd@gnu.org>
840
cee2e90d
CY
841 * window.el (switch-to-buffer): Doc fix (Bug#12181).
842
0d7eb2ea
CY
843 * files.el (after-find-file): Don't fail on a read-only buffer if
844 require-final-newline is `visit' or `visit-save' (Bug#11156).
845
145823ec
CY
846 * subr.el (read-char-choice): Allow quitting via ESC ESC.
847
daac280a
SM
848 * userlock.el (ask-user-about-supersession-threat):
849 Use read-char-choice (Bug#12093).
145823ec 850
74c582e6
CY
8512012-09-07 Chong Yidong <cyd@gnu.org>
852
e5c2edf7
CY
853 * subr.el (buffer-narrowed-p): New function.
854
855 * ses.el (ses-widen):
856 * simple.el (count-words--buffer-message):
857 * net/browse-url.el (browse-url-of-buffer): Use it
858
859 * simple.el (count-words-region): Don't signal an error if there
860 is a non-nil prefix arg and the mark is not set.
c640e87d 861
74c582e6
CY
862 * help.el (describe-key-briefly): Allow the message to be seen
863 when invoked from the minibuffer (Bug#7014).
864
d81ceaaf
DG
8652012-09-07 Dmitry Gutov <dgutov@yandex.ru>
866
867 * progmodes/ruby-mode.el (ruby-end-of-defun)
868 (ruby-beginning-of-defun): Simplify, allow indentation before
869 block beginning and end keywords.
8f06acce
DG
870 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
871 (ruby-end-of-defun): Expect that the point is at the beginning of
872 the defun.
d81ceaaf 873
d458ef98
SM
8742012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
877 (bug#12367).
878 (cl--make-usage-args): Strip _ from argument names.
879
20367d28
RS
8802012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
881
882 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
883 obsolete alias speedbar-key-map.
884 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
885 (vhdl-index-menu-init): Don't use obsolete variable
886 font-lock-maximum-size.
887
3424a4f6
CY
8882012-09-06 Chong Yidong <cyd@gnu.org>
889
890 * frame.el (window-system-version): Mark as obsolete.
891
fcbfbdea
CY
892 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
893 of obsolete variable speedbar-key-map.
894
826b3235
JL
8952012-09-06 Juri Linkov <juri@jurta.org>
896
897 * replace.el (replace-lax-whitespace): New defcustom.
898 (query-replace, query-replace-regexp, query-replace-regexp-eval)
899 (replace-string, replace-regexp): Mention it in docstrings.
900 (perform-replace, replace-highlight): Let-bind
901 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
902 to the values of replace-lax-whitespace and regexp-flag.
903 Don't let-bind search-whitespace-regexp. (Bug#10885)
904
905 * isearch.el (isearch-query-replace): Let-bind
906 replace-lax-whitespace instead of let-binding
907 replace-search-function and replace-re-search-function.
908 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
909 and isearch-regexp-lax-whitespace to lazy-highlight variables.
910 (isearch-toggle-symbol): Set isearch-regexp to nil
911 in isearch-word mode (like in isearch-toggle-word).
912
1ec5e41d
JL
9132012-09-06 Juri Linkov <juri@jurta.org>
914
915 * replace.el (replace-search-function)
916 (replace-re-search-function): Set default values to nil.
917 (perform-replace): Let-bind isearch-related variables based on
918 replace-related values, call `isearch-search-fun' and let-bind
919 the result to `search-function'. Remove code that sets
920 `search-function' and `search-string' separately for
921 `delimited-flag'.
922 (replace-highlight): Add new argument `delimited-flag' and
923 rename other arguments to the names used in `perform-replace'.
924 Let-bind `isearch-word' to the argument `delimited-flag'.
925 (Bug#10885, bug#10887)
926
0ba2d4b6
DG
9272012-09-07 Dmitry Gutov <dgutov@yandex.ru>
928
929 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
930 ruby-beginning-of-indent, simplify, allow all keywords to have
931 indentation before them.
932 (ruby-beginning-of-indent): Adjust for above. Search until the
933 found point is not inside a string or comment.
934 (ruby-font-lock-keywords): Allow symbols to start with "@"
935 character, give them higher priority than variables.
936 (ruby-syntax-propertize-function)
937 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
938 matchers. Expression expansions are not comments when inside a
939 string, and there comment syntax status is irrelevant.
940 (ruby-match-expression-expansion): New function. Check that
941 expression expansion is inside a string, and it's not escaped.
942 (ruby-font-lock-keywords): Use it.
943
ef654460
MR
9442012-09-05 Martin Rudalics <rudalics@gmx.at>
945
946 * help.el (temp-buffer-max-height): New default value.
947 (temp-buffer-resize-frames): New option.
948 (resize-temp-buffer-window): Optionally resize frame.
949
950 * window.el (fit-frame-to-buffer-bottom-margin): New option.
951 (fit-frame-to-buffer): New function.
952
7e570fbf 9532012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
954
955 * emulation/cua-rect.el (cua--init-rectangles):
956 * textmodes/picture.el (picture-mode-map):
957 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
958 like forward-char and backward-char. (Bug#12317)
959
7e570fbf 9602012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
961
962 * progmodes/flymake.el (flymake-warning-re): New variable.
963 (flymake-parse-line): Use it.
964
7e570fbf 9652012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
966
967 * calendar/holidays.el (holiday-christian-holidays):
968 Rename an entry. (Bug#12289)
969
7e570fbf 9702012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
971
972 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
973 (bug#12222).
974
972debf2
SM
9752012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * loadup.el: Load macroexp. Remove hack.
978 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
979 (macroexp--expand-all): Use it to get better warnings.
980 (macroexp--backtrace, macroexp--trim-backtrace-frame)
981 (internal-macroexpand-for-load): New functions.
982 (macroexp--pending-eager-loads): New var.
983 (emacs-startup-hook): New hack to replace one in loadup.el.
984 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
985 (cl--compiler-macro-cXXr): Move to top, before they can be used.
986 (cl-psetf): Simplify.
987 (cl-defstruct): Add indent rule.
988
8ce192e3
LI
9892012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
990
991 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
992 over `user-mail-address' for the SMTP MAIL FROM envelope.
993 (smtpmail-via-smtp): Ditto.
994
6578b4d8
DG
9952012-09-04 Dmitry Gutov <dgutov@yandex.ru>
996
997 * progmodes/ruby-mode.el: Clean up keybindings.
998 (ruby-mode-map): Don't bind ruby-electric-brace,
999 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
1000 backward-kill-word, reindent-then-newline-and-indent.
1001 (ruby-mark-defun): Remove.
1002 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
1003 (ruby-mode): Set local beginning-of-defun-function and
1004 end-of-defun-function values.
1005
c5e28e39
MR
10062012-09-03 Martin Rudalics <rudalics@gmx.at>
1007
1008 * window.el (temp-buffer-window-setup-hook)
1009 (temp-buffer-window-show-hook): New hooks.
1010 (temp-buffer-window-setup, temp-buffer-window-show)
1011 (with-temp-buffer-window): New functions.
972debf2
SM
1012 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
1013 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
1014
1015 * help.el (temp-buffer-resize-mode): Fix doc-string.
1016 (resize-temp-buffer-window): New optional argument WINDOW.
1017
1018 * files.el (recover-file, save-buffers-kill-emacs):
1019 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
1020
73406194
MA
10212012-09-02 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
1024 remote definition of `default-directory', ensure we can connect.
1025
63dd1c6f
JL
10262012-09-02 Juri Linkov <juri@jurta.org>
1027
1028 Toggle whitespace matching mode with M-s SPC.
1029 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
1030
1031 * isearch.el (search-whitespace-regexp): Doc fix.
1032 Remove cons cell customization.
1033 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
1034 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
1035 New variables.
1036 (isearch-forward, isearch-forward-regexp): Doc fix.
1037 (isearch-toggle-lax-whitespace): New command.
1038 (search-forward-lax-whitespace, search-backward-lax-whitespace)
1039 (re-search-forward-lax-whitespace)
1040 (re-search-backward-lax-whitespace): New functions.
1041 (isearch-whitespace-regexp): Remove function.
1042 (isearch-query-replace): Let-bind replace-search-function and
1043 replace-re-search-function.
1044 (isearch-occur): Let-bind search-spaces-regexp according to the
1045 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
1046 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
1047 condition for C-q SPC.
1048 (isearch-search-fun-default): Use new functions mentioned above.
1049 (isearch-search-forward, isearch-search-backward): Remove functions.
1050 (isearch-search): Don't let-bind search-spaces-regexp.
1051 (isearch-lazy-highlight-space-regexp): Remove variable.
1052 (isearch-lazy-highlight-lax-whitespace)
1053 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
1054 (isearch-lazy-highlight-new-loop): Use them.
1055 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
1056
af7dda05
CY
10572012-09-02 Chong Yidong <cyd@gnu.org>
1058
1059 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
1060
d67d3afd
GM
10612012-09-02 Glenn Morris <rgm@gnu.org>
1062
1063 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
1064
69678719
GM
10652012-09-01 Glenn Morris <rgm@gnu.org>
1066
1067 * term.el: Tidy up menu definitions.
1068 (term-mode-map): Use easymenu for In/Out, Complete menus.
1069 (term-pager-break-map): Initialize in the defvar.
1070 (term-terminal-menu, term-signals-menu): Define with easymenu.
1071 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
1072 (term-pager-menu): New, extracted from term-process-pager.
1073 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
1074 (term-update-mode-line): Propertize line/char and page items.
1075 (term-process-pager): Move keymap initialization elsewhere.
1076
78dd6ab1
MR
10772012-09-01 Martin Rudalics <rudalics@gmx.at>
1078
1079 * window.el (switch-to-prev-buffer): Handle additional values of
1080 BURY-OR-KILL argument. Don't switch in minibuffer window.
1081 (switch-to-next-buffer): Don't switch in minibuffer window.
1082 (quit-restore-window): New function based on quit-window.
1083 Handle additional values of former KILL argument.
1084 (quit-window): Call quit-restore-window with appropriate
1085 interpretation of KILL argument.
1086 (display-buffer-below-selected): New buffer display action
1087 function.
1088
3d10e134
SM
10892012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * minibuffer.el (completion-at-point-functions): Complete docstring
1092 (bug#12254).
1093
0e23ef9d
PE
10942012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1095
1096 Better seed support for (random).
1097 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
1098 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
1099 * play/mpuz.el, play/tetris.el, play/zone.el:
1100 * calc/calc-comb.el (math-init-random-base):
1101 * play/blackbox.el (bb-init-board):
1102 * play/life.el (life):
1103 * server.el (server-use-tcp):
1104 * type-break.el (type-break):
1105 Remove unnecessary call to (random t).
1106 * net/sasl.el (sasl-unique-id-function):
1107 Change (random t) to (random), now that the latter is more random.
1108 * play/life.el (life-initialized): Remove no-longer-needed var.
1109
862382df
MR
11102012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
1111
1112 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1113 Consider frame's buffer predicate when choosing the buffer.
1114 (Bug#12081)
1115
262a66e1
RS
11162012-08-30 Richard Stallman <rms@gnu.org>
1117
1118 * simple.el (special-mode-map): Delete binding for `z'.
1119
f17e1d00
AS
11202012-08-30 Andreas Schwab <schwab@linux-m68k.org>
1121
1122 * progmodes/compile.el (compilation-always-kill): Doc fix.
1123
24777832
CY
11242012-08-30 Chong Yidong <cyd@gnu.org>
1125
1126 * window.el (display-buffer-reuse-frames): Make the obsolescence
1127 message more informative.
1128
69ba1f04
GM
11292012-08-30 Glenn Morris <rgm@gnu.org>
1130
1131 * paren.el (show-paren-delay):
1132 Add a :set function. Doc fix. (Bug#12297)
1133
f0019ede
MB
11342012-08-29 Martin Blais <blais@furius.ca> (tiny change)
1135
1136 * progmodes/compile.el (compilation-always-kill): New var.
1137 (compilation-start): Use it.
1138
35e62fc9
SM
11392012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1140
af070a1c
SM
1141 * simple.el (read-only-mode): Move from files.el for bootstrapping.
1142 * files.el (read-only-mode): Move to simple.el.
1143
35e62fc9
SM
1144 * files.el (read-only-mode): New minor mode.
1145 (toggle-read-only): Use it and mark obsolete.
1146 (find-file--read-only):
1147 * vc/vc.el (vc-next-action, vc-checkout):
1148 * vc/vc-cvs.el (vc-cvs-checkout):
1149 * obsolete/vc-mcvs.el (vc-mcvs-update):
1150 * ffap.el (ffap--toggle-read-only): Update callers.
1151
c2c43c23
MA
11522012-08-29 Michael Albinus <michael.albinus@gmx.de>
1153
1154 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
1155 remote shell scripts.
1156 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
1157
1158 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
1159 "/usr/local/sbin".
1160
9fba804b
SM
11612012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
1164
eada0861 11652012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 1166
806f0cc7
LL
1167 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
1168 completion-at-point. (Bug#12220)
1169
3bb213b9
LL
1170 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
1171
22ab32ef
LL
1172 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
1173
eada0861 11742012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 1175
19c17fc1
CY
1176 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
1177 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 1178
eada0861 11792012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
1180
1181 * progmodes/hideif.el (hif-compress-define-list):
1182 Fix typo. (Bug#11951)
1183
eada0861 11842012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
1185
1186 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
1187 buffer local setting.
1188
27d6c5a8
LL
1189 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
1190 rcirc-encode-coding-system.
1191
eada0861 11922012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
1193
1194 * net/rcirc.el (rcirc-split-message): New function.
1195 (rcirc-send-message): Use it. (Bug#12051)
1196
d44688e4
JL
11972012-08-28 Juri Linkov <juri@jurta.org>
1198
1199 * info.el (Info-fontify-node): Hide empty lines at the end of
1200 the node. (Bug#12272)
1201
34f10d41
MR
12022012-08-27 Drew Adams <drew.adams@oracle.com>
1203
1204 * dired.el (dired-pop-to-buffer): Make window start at beginning
1205 of buffer (Bug#12281).
1206
77f1f99c
CY
12072012-08-26 Chong Yidong <cyd@gnu.org>
1208
1209 * window.el (special-display-regexps, special-display-frame-alist)
1210 (special-display-buffer-names, special-display-function)
1211 (display-buffer-reuse-frames): Mark as obsolete.
1212
1213 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
1214
1215 * help.el (help-print-return-message): Don't treat
1216 display-buffer-reuse-frames specially.
1217
d97af5a0
CY
12182012-08-26 Chong Yidong <cyd@gnu.org>
1219
9fba804b
SM
1220 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1221 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
1222 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
1223 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
1224 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
1225 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
1226 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
1227 the functions directly with gdb-display-buffer-other-frame-action.
1228 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
1229 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
1230 (gdb-display-stack-buffer, gdb-display-locals-buffer)
1231 (gdb-display-registers-buffer): Define directly.
1232 (def-gdb-display-buffer): Macro deleted.
1233 (gdb-display-buffer): Remove second and third args, callers don't
1234 use them. Defer to the default display-buffer behavior, apart
1235 from making windows dedicated.
1236 (gdb-setup-windows): Don't call display-buffer unnecessarily.
1237
1238 * progmodes/gud.el (gud-display-line): Just use display-buffer.
1239
1240 * window.el (display-buffer-pop-up-frame): Handle a
1241 pop-up-frame-parameters alist entry.
1242 (display-buffer): Document it.
1243
dd7ffad6
CY
12442012-08-26 Chong Yidong <cyd@gnu.org>
1245
1246 * isearch.el (search-whitespace-regexp): Make string and nil
1247 values apply to both ordinary and regexp search. Allow a cons
1248 cell value to distinguish between the two.
1249 (isearch-whitespace-regexp, isearch-search-forward)
1250 (isearch-search-backward): New functions.
1251 (isearch-occur, isearch-search-fun-default, isearch-search)
1252 (isearch-lazy-highlight-new-loop): Use them.
1253 (isearch-forward, isearch-forward-regexp): Doc fix.
1254
4c47bd1e
CY
12552012-08-26 Chong Yidong <cyd@gnu.org>
1256
1257 * faces.el (help-argument-name): Always inherit from italic
1258 (Bug#12213).
1259
9aba119d
MR
12602012-08-25 Martin Rudalics <rudalics@gmx.at>
1261
1262 * window.el (window--even-window-heights): Even heights when
1263 WINDOW and the selected window form a vertical combination.
1264 (display-buffer-use-some-window): Provide that window used gets
1265 sized back by quit-window. (Bug#11880) and (Bug#12091)
1266
ca5256ad
PE
12672012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1268
1269 Fix file time stamp problem with bzr and CVS (Bug#12001).
1270 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
1271 in the file's time stamp, since the version control system loses
1272 that information.
1273
d1c0d176
JL
12742012-08-22 Juri Linkov <juri@jurta.org>
1275
1276 * info.el (Info-fontify-node): Hide the suffix of the
1277 Info file name in the header line. (Bug#12187)
1278
141562ff
GM
12792012-08-22 Glenn Morris <rgm@gnu.org>
1280
1281 * calendar/cal-tex.el (cal-tex-weekly-common):
1282 Restore leading blank page.
1283
61a48e19 12842012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
1285
1286 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
1287 the region under `shift-select-mode'. (Bug#12231)
1288
12892012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
1290
1291 * progmodes/executable.el (executable-prefix): Set to "#!" instead
1292 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
1293 gives details on why the space is never needed.
1294
ea95074e
MR
12952012-08-22 Martin Rudalics <rudalics@gmx.at>
1296
9fba804b
SM
1297 * window.el (walk-window-tree, window-with-parameter):
1298 New optional argument MINIBUF to control whether these functions
ea95074e
MR
1299 should run on the minibuffer window.
1300 (window-at-side-list): Don't operate on minibuffer window.
1301 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
1302 (window--size-ignore): Rename to window--size-ignore-p.
1303 Update callers.
caceae25
MR
1304 (display-buffer-in-atom-window, window--major-non-side-window)
1305 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
1306 (delete-side-window, display-buffer-in-side-window):
1307 New functions.
caceae25
MR
1308 (window--side-check, window-deletable-p, delete-window)
1309 (delete-other-windows, split-window): Handle side windows and
1310 atomic windows appropriately.
1311 (window--display-buffer): Call display-buffer-record-window also
1312 when the window buffer did not change.
ea95074e 1313
80a51fa0
CS
13142012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
1315
1316 * help-fns.el (help-fns--key-bindings):
1317 Abbreviate non-symbol remap targets. (Bug#12174)
1318
fbb6300b
MR
13192012-08-22 Martin Rudalics <rudalics@gmx.at>
1320
1321 * dired.el (dired-mark-remembered): Don't clobber point.
1322 (Bug#11795)
1323
2b2c0794
GM
13242012-08-22 Glenn Morris <rgm@gnu.org>
1325
1326 * progmodes/bug-reference.el (bug-reference): New custom group.
1327 (bug-reference-bug-regexp): Make it a defcustom.
1328
37219830
DU
13292012-08-22 Daiki Ueno <ueno@unixuser.org>
1330
1331 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
1332 (js-paren-indent-offset, js-square-indent-offset)
1333 (js-curly-indent-offset): Add :safe (Bug#12257).
1334
94e0e559
EC
13352012-08-22 Edward O'Connor <hober0@gmail.com>
1336
1337 * json.el (json-key-format): Add error properties.
1338 (json-encode-key): New function.
1339 (json-encode-hash-table, json-encode-alist, json-encode-plist):
1340 Use json-encode-key.
1341
da485f5e
GM
13422012-08-22 Glenn Morris <rgm@gnu.org>
1343
1344 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
1345 (cal-tex-leftday, cal-tex-rightday): Remove functions.
1346 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
1347 Update for above change.
1348
c6cc78b8
AS
13492012-08-21 Andreas Schwab <schwab@linux-m68k.org>
1350
1351 * cus-face.el (custom-face-attributes): Fix customize type for the
1352 :underline attribute. (Bug#11805)
1353
5481664a
MR
13542012-08-21 Martin Rudalics <rudalics@gmx.at>
1355
1356 * window.el (window-point-1, set-window-point-1): Remove.
1357 (window-in-direction, record-window-buffer)
1358 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
1359 (window--state-get-1, display-buffer-record-window):
1360 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
1361 window-point and set-window-point respectively.
1362
6d74698e
GM
13632012-08-21 Glenn Morris <rgm@gnu.org>
1364
b7fa2691
GM
1365 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
1366 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1367 Use it.
1368
52f56d5a
GM
1369 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1370 (cal-tex-shortday): New function.
1371 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1372 (cal-tex-cursor-filofax-daily): Use the above.
1373
9f1ee09e
GM
1374 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1375 New functions.
1376 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1377 (cal-tex-cursor-filofax-week): Use them.
1378
79858159
GM
1379 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1380 New constants.
1381 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1382 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
1383
d346b2b4
GM
1384 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
1385 (cal-tex-end-document): Don't rely on buffer name.
1386
b2403709
GM
1387 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
1388 Use cal-tex-vspace.
1389 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
1390 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
1391 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
1392 Use cal-tex-arg.
b2403709 1393
1cebb5c0
GM
1394 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
1395 (cal-tex-cursor-week, cal-tex-cursor-week2)
1396 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
1397 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1398 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
1399 (cal-tex-insert-preamble, cal-tex-b-document)
1400 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
1401 Improve cal-tex-cmd usage.
1402
c68cd5d4
GM
1403 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
1404 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
1405 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
1406 (cal-tex-weekly-paper): New function.
1407 (cal-tex-cursor-week, cal-tex-cursor-week2)
1408 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1409 (cal-tex-cursor-day): Use it.
1410
9dca4801
GM
1411 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
1412 (cal-tex-cursor-filofax-week): Remove leading blank page.
1413
1941e134
GM
1414 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1415 Add autoload cookie. For now at least, don't use color, since
1416 no other cal-tex function does.
1417
6d74698e
GM
1418 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
1419 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1420 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
1421
64cde199
JL
14222012-08-21 Juri Linkov <juri@jurta.org>
1423
1424 * info.el (Info-file-attributes): New variable.
1425 (info-insert-file-contents): Add file attributes to
1426 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
1427 `Info-toc-nodes' when previous modtime of the Info file is less
1428 than new modtime.
1429 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
1430 of info.el. (Bug#12230)
1431
32757648
GM
14322012-08-20 Glenn Morris <rgm@gnu.org>
1433
1434 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
1435 * calendar/holidays.el (calendar-holiday-list):
1436 Report errors with display-warning rather than beep'n'sleep.
1437
a32fbbcf
MA
14382012-08-20 Michael Albinus <michael.albinus@gmx.de>
1439
1440 * net/tramp.el (tramp-accept-process-output): Accept only output
1441 from PROC. Otherwise, process filters and sentinels might be
1442 confused. (Bug#12145)
1443
a05731a0
CY
14442012-08-20 Chong Yidong <cyd@gnu.org>
1445
1446 * descr-text.el (describe-text-properties-1): Use overlays-in to
1447 report on empty overlays (Bug#3322).
1448
36e8d1eb
GM
14492012-08-20 Glenn Morris <rgm@gnu.org>
1450
3d300447
GM
1451 * mail/rmailout.el (rmail-output-read-file-name):
1452 Trap and report errors in rmail-output-file-alist elements.
1453
36e8d1eb
GM
1454 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
1455 since most non-font-lock faces are not also variables).
1456
b96e5814
ER
14572012-08-20 Edward Reingold <reingold@iit.edu>
1458
1459 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1460 New function. (Bug12160)
1461
7cef3569
GM
14622012-08-19 Glenn Morris <rgm@gnu.org>
1463
1464 * mail/rmailout.el (rmail-output-read-file-name):
1465 Fix previous change (when the alist is nil or does not match).
1466
17975d7f
CY
14672012-08-19 Chong Yidong <cyd@gnu.org>
1468
1469 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
1470 (Bug#12228).
1471
2170b1bd
CY
14722012-08-18 Chong Yidong <cyd@gnu.org>
1473
1474 * simple.el (yank-handled-properties): New defcustom.
1475 (yank-excluded-properties): Add font-lock-face and category.
1476 (yank): Doc fix.
1477
9fba804b
SM
1478 * subr.el (remove-yank-excluded-properties):
1479 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
1480 and category is now done this way, instead of being hard-coded.
1481 (insert-for-yank-1): Remove font-lock-face handling.
1482 (yank-handle-font-lock-face-property)
1483 (yank-handle-category-property): New function.
1484
ee218151
GM
14852012-08-17 Glenn Morris <rgm@gnu.org>
1486
1487 * mail/rmailout.el (rmail-output-read-file-name):
1488 Check rmail-output-file-alist against the full message body
1489 in the correct rmail buffer. (Bug#12214)
1490
4a6bc3fd
MA
14912012-08-17 Michael Albinus <michael.albinus@gmx.de>
1492
9fba804b
SM
1493 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1494 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 1495
383dcbf9
CY
14962012-08-17 Chong Yidong <cyd@gnu.org>
1497
1498 * mouse.el (mouse-appearance-menu): If x-select-font returns a
1499 font spec, set the font directly (Bug#3228).
1500
998c4a6a
MR
15012012-08-17 Martin Rudalics <rudalics@gmx.at>
1502
1503 * window.el (delete-window): Fix last fix.
1504
52162052
MR
15052012-08-16 Martin Rudalics <rudalics@gmx.at>
1506
1507 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
1508 (window-child, window-child-count, window-last-child)
1509 (window-normalize-window, window-combined-p)
1510 (window-combinations, window-atom-root, window-min-size)
1511 (window-sizable, window-sizable-p, window-size-fixed-p)
1512 (window-min-delta, window-max-delta, window--resizable)
1513 (window--resizable-p, window-resizable, window-total-size)
1514 (window-full-height-p, window-full-width-p, window-body-size)
1515 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1516 (minimize-window, window-deletable-p, delete-window)
1517 (delete-other-windows, set-window-buffer-start-and-point)
1518 (next-buffer, previous-buffer, split-window, balance-windows-2)
1519 (set-window-text-height, window-buffer-height)
1520 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
1521 (truncated-partial-width-window-p): Minor code adjustments.
1522 In doc-strings state whether the argument window has to denote a
85c2386b 1523 live, valid or any window.
52162052 1524
1c308380
PS
15252012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1526
1527 * progmodes/subword.el (subword-forward-function)
1528 (subword-backward-function, subword-forward-regexp)
1529 (subword-backward-regexp): New variables.
1530 (subword-forward, subword-forward-internal, subword-backward-internal):
1531 Use new variables, eg so that different "word" definitions
1532 can be easily used. (Bug#11411)
1533
94c9ece1
SM
15342012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1537 for composite selectors.
1538 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1539 operation just because we can't find a previous revision.
1540
f2045622
CY
15412012-08-15 Chong Yidong <cyd@gnu.org>
1542
1543 * frame.el (set-frame-font): Accept font objects.
1544
582db660
SM
15452012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1548
2f29c200
WJ
15492012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
1550
456e62c2
WJ
1551 * man.el (Man-overstrike-face, Man-underline-face)
1552 (Man-reverse-face): Remove variables.
1553 (Man-overstrike, Man-underline, Man-reverse): New faces.
1554 (Man-fontify-manpage): Use them instead of the variables.
1555 (Man-cleanup-manpage): Comment change.
1556 (Man-ansi-color-map): New variable.
1557 (Man-fontify-manpage): Use it.
1558 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1559
2f29c200
WJ
1560 Implement ANSI SGR parameters 22-27 (bug#12146).
1561 * ansi-color.el (ansi-colors): Doc fix.
1562 (ansi-color-context, ansi-color-context-region): Doc fix.
1563 (ansi-color--find-face): New function.
1564 (ansi-color-apply, ansi-color-apply-on-region): Use it.
1565 Rename the local variable `face' to `codes' since it is now a list of
1566 ansi codes. Doc fix.
1567 (ansi-color-get-face): Remove.
1568 (ansi-color-parse-sequence): New function, derived from
1569 ansi-color-get-face.
1570 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1571 codes 22-27.
1572
b4f5e9df
SM
15732012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * subr.el (read-passwd): Allow use from a minibuffer.
1576
ba025fbd
EZ
15772012-08-14 Eli Zaretskii <eliz@gnu.org>
1578
1579 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1580 inside comments and strings as identifiers.
1581
1582 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1583 expression to evaluate. This allows to evaluate expressions with
1584 embedded whitespace.
1585 (gud-tooltip-tips): Add a blank before the newline in the
1586 message-box text, for the benefit of message-box emulation on
1587 MS-Windows.
1588
1589 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1590 messages from GDB, pop them up in a tooltip to give feedback to
1591 user.
b4f5e9df
SM
1592 (gdb-tooltip-print-1): Quote the expression to evaluate.
1593 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
1594 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1595 if the TTY name is nil or empty (which happens when communicating
1596 with the inferior via pipes, e.g. on MS-Windows).
1597 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1598 don't send that to the GUD buffer.
1599
c548f821
GM
16002012-08-14 Glenn Morris <rgm@gnu.org>
1601
1602 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1603 Optimize away setq-default with no args, as for setq. (Bug#12195)
1604
55802e4a
CY
16052012-08-14 Chong Yidong <cyd@gnu.org>
1606
4abcdac8
CY
1607 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1608
55802e4a
CY
1609 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1610 (Bug#12085).
1611
3c3cda1a
GM
16122012-08-14 Glenn Morris <rgm@gnu.org>
1613
1614 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1615
e1873bd0
MA
16162012-08-14 Michael Albinus <michael.albinus@gmx.de>
1617
1618 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1619 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1620 Use cached shell name.
1621
925411b4
FEG
16222012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1623
1624 * progmodes/python.el (python-shell-send-string):
3c3cda1a 1625 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 1626
e636fafe
DG
16272012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1628
1629 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1630 (ruby-percent-literal-beg-re): New constant.
1631 (ruby-syntax-general-delimiters-goto-beg): Rename to
1632 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1633 (ruby-syntax-propertize-general-delimiters): Rename to
1634 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1635 popular term. Adjust comments everywhere.
1636 (ruby-syntax-propertize-percent-literal): Only propertize when not
1637 inside a simple string or comment. When the literal is unclosed,
1638 leave the text after it unpropertized.
f063063a
DG
1639 (ruby-syntax-methods-before-regexp): New constant.
1640 (ruby-syntax-propertize-function): Use it to recognize regexps.
1641 Don't look at the text after regexp, just use the whitelist.
e636fafe 1642
e5b19827
AS
16432012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1644
1645 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1646 non-nil always load the compiled file if it exists. (Bug#12197)
1647
a9f6f311
CY
16482012-08-14 Chong Yidong <cyd@gnu.org>
1649
1650 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1651 (hi-lock-set-pattern): When deciding whether to use font lock or
1652 overlays, look at font-lock-mode instead of font-lock-fontified
1653 (Bug#12168).
1654 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1655 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1656
7d806b1e
DU
16572012-08-14 Daiki Ueno <ueno@unixuser.org>
1658
1659 * subr.el (internal--after-with-selected-window): Fix typo
1660 (Bug#12193).
1661
5beed586
FEG
16622012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1663
1664 Use `completion-table-dynamic' for completion functions.
1665 * progmodes/python.el
1666 (python-shell-completion--do-completion-at-point)
e636fafe
DG
1667 (python-shell-completion--get-completions):
1668 Remove functions.
5beed586
FEG
1669 (python-shell-completion-complete-at-point): New function.
1670 (python-completion-complete-at-point): Use it.
1671
92cb3b04
J
16722012-08-13 Jambunathan K <kjambunathan@gmail.com>
1673
1674 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1675 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1676
89660017
SM
16772012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1678
3c98c962
SM
1679 * subr.el (function-get): Refine `autoload' arg so it can also
1680 autoload functions for gv.el (bug#12191).
1681 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1682 autoloads macros.
1683
aa7c6dbe
SM
1684 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1685 Prefer pcase-let over destructuring-bind.
1686 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1687 Also, remove whitespace as we go, rather than after accumulating the
1688 various places.
1689
89660017
SM
1690 * subr.el (internal--before-with-selected-window)
1691 (internal--after-with-selected-window): Fix typo seleted->selected.
1692 (with-selected-window): Adjust callers.
1693 Reported by Dmitry Gutov <dgutov@yandex.ru>.
1694
31cd32c9
BG
16952012-08-13 Bastien Guerry <bzg@gnu.org>
1696
0fcd3d9f 1697 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
1698 enhancement. (Bug#12172)
1699
1b15d8ad
AS
17002012-08-13 Andreas Schwab <schwab@linux-m68k.org>
1701
31e54db0
AS
1702 * tar-mode.el (tar-header-data-end): Only ignore size for files of
1703 type 1-6.
1704 (tar-header-block-summarize, tar-get-descriptor): Handle pax
1705 extended headers.
1706
1b15d8ad
AS
1707 * files.el (hack-local-variables-filter): Remove useless eval.
1708
35cb9c06
MR
17092012-08-13 Martin Rudalics <rudalics@gmx.at>
1710
1711 * subr.el (with-selected-window): Fix last change.
1712
1439443b
SM
17132012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * subr.el (internal--before-with-seleted-window)
1716 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
1717 (with-selected-window): Use them, to replace dependency on
1718 tty-top-frame.
1439443b 1719
0d9e2599
NN
17202012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
1721
1722 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
1723 binding for `newline'.
1724 (ruby-move-to-block): When moving backward, stop at block opening,
1725 not indentation.
1726 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
1727 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
1728 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1729 `ruby-toggle-block'.
1730
ba10c48c
SM
17312012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * ibuffer.el (ibuffer-do-toggle-read-only):
1734 * dired.el (dired-toggle-read-only):
1735 * buff-menu.el (Buffer-menu-toggle-read-only):
1736 * bindings.el (mode-line-toggle-read-only):
1737 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
1738
9229c658
AS
17392012-08-12 Andreas Schwab <schwab@linux-m68k.org>
1740
1741 * descr-text.el (describe-char): Put the overlays over the
1742 "displayed as" character.
1743
0fd09128
JB
17442012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
1745
1746 * calc/calc-units.el (math-default-units-table): Give an
1747 initial value.
1748 (math-put-default-units): Add options to put composite units and
1749 unit systems in the default units table.
1750 (calc-convert-units): Send composite units to
1751 `math-put-default-units' when appropriate.
1752
9ff9402d 17532012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 1754
fbb5e336
GM
1755 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
1756
7aacaf15
GM
1757 * tutorial.el (help-with-tutorial):
1758 * emacs-lisp/copyright.el (copyright-update-directory):
1759 * emacs-lisp/autoload.el (autoload-find-generated-file)
1760 (autoload-find-file): Disable local eval: (for insurance).
1761
f40b9f10
GM
1762 * files.el (hack-local-variables-filter): If an eval: form is not
1763 known to be safe, and enable-local-variables is :safe, then ignore
1764 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 1765 This is CVE-2012-3479.
f40b9f10 1766
daa9f1a6
SM
17672012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
1770 (rx-form): Simplify.
1771
9cd80478
DG
17722012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1773
0d9e2599
NN
1774 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
1775 ?, _, and : are symbol constituents, ! is not (but kinda should be).
1776 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
1777 (ruby-syntax-propertize-function): Adjust for changes in
1778 `ruby-syntax-propertize-heredoc'.
1779
17802012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
1781
9cd80478
DG
1782 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
1783 binding (use `M-;' instead).
9cd80478 1784 (ruby-singleton-class-p): New function.
0d9e2599 1785 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 1786
d301b413
SM
17872012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
1790
1530c98e
CY
17912012-08-10 Chong Yidong <cyd@gnu.org>
1792
1793 * progmodes/python.el (python-shell-get-process-name): Don't mess
1794 with same-window-buffer-names.
1795
1796 * eshell/eshell.el (eshell-add-to-window-buffer-names)
1797 (eshell-remove-from-window-buffer-names): Make obsolete.
1798 (eshell-buffer-name, eshell-unload-hook): Don't use them.
1799 (eshell): Just use pop-to-buffer-same-window instead.
1800
e1293765
CY
18012012-08-10 Chong Yidong <cyd@gnu.org>
1802
1803 * bindings.el: Bind M-= back to count-words-region.
1804
1805 * simple.el (count-words-region): Accept a prefix arg for acting
1806 on the entire buffer.
1807 (count-words--buffer-message): New helper function.
1808
e1894109
SM
18092012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
1812 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
1813 (event-start, event-end): Use posn-at-point to return a more
1814 informative posn.
1815 (posnp): New function.
1816 * mouse.el (popup-menu-normalize-position): Use it.
1817
c69f56a2
MY
18182012-08-10 Masatake YAMATO <yamato@redhat.com>
1819
1820 * mouse.el (popup-menu-normalize-position): New function.
1821 (popup-menu): Use `popup-menu-normalize-position' to normalize
1822 the form for POSITION argument.
1823
1824 * term/x-win.el (x-menu-bar-open):
1825 Use the value returend from (posn-at-point) as position
1826 passed to `popup-menu'.
1827
31673780
JB
18282012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1829
1830 * calc/calccomp.el (math-compose-expr): Add extra argument
1831 indicating that parentheses should be put around products in
1832 denominators. Give multiplication precedence over division during
1833 composition.
1834
dab7711b
CY
18352012-08-09 Chong Yidong <cyd@gnu.org>
1836
dee4ef93
CY
1837 * man.el (Man-switches, Man-sed-command, Man-awk-command)
1838 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
1839 (Man-untabify-command, manual-program): Convert to defcustom
1840 (Bug#10429).
1841
73e2bbc5
CY
1842 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
1843
3e861c8a
CY
1844 * descr-text.el (describe-char): Don't insert extra newlines
1845 (Bug#10127).
1846
a9f5a649
CY
1847 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
1848 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
1849
dab7711b
CY
1850 * align.el (align-region): Delete temporary markers (Bug#10047).
1851 Plus some code cleanups.
1852
e0cc4efa
FEG
18532012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1854
1855 * progmodes/python.el (python-pdbtrack-tracked-buffer)
1856 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
1857 (python-shell-internal-last-output): Use make-local-variable
1858 instead of make-variable-buffer-local.
1859
489af14f
FEG
18602012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1861
1862 * progmodes/python.el: Enhancements to forward-sexp.
1863 (python-nav-forward-sexp): Rename from
1864 python-nav-forward-sexp-function.
c69f56a2
MY
1865 (python-nav--forward-sexp, python-nav--backward-sexp):
1866 New functions.
489af14f 1867
0fc50303
JB
18682012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1869
1870 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
1871 modes and simplification modes.
1872
5d65606a
SM
18732012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * delsel.el (delete-selection-pre-hook): Don't propagate the
1876 file-supersession signals (bug#12161).
1877
4250fdf5
SM
18782012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
1881 (cl-map-extents): Add compatibility aliases (bug#12135).
1882
d9f9b465
MA
18832012-08-08 Michael Albinus <michael.albinus@gmx.de>
1884
1885 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
1886 tests by `ignore-error'.
1887 (tramp-find-shell): Open also a new shell, when cache is already
1888 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
1889
ce0fcefa
JL
18902012-08-08 Juri Linkov <juri@jurta.org>
1891
1892 * bookmark.el: Add `defaults' property to the bookmark record.
1893 (bookmark-current-buffer): Doc fix.
1894 (bookmark-make-record): Add `defaults' property with default values
1895 to the bookmark record.
1896 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
1897 with `bookmark-insert-current-bookmark'.
1898 (bookmark-set): Get `defaults' property from the bookmark record
1899 and use it in `read-from-minibuffer'.
1900 (bookmark-insert-current-bookmark): Remove function.
1901
1902 * info.el (Info-bookmark-make-record): Add `defaults' property
1903 with values of canonical Info node name, the current Info file
1904 name and the current Info node name. (Bug#12107)
1905
53fa8652
JL
19062012-08-08 Juri Linkov <juri@jurta.org>
1907
1908 * files.el (basic-save-buffer): Use `buffer-name' as the default
1909 of `read-file-name' when buffer is not visiting a file (bug#12128).
1910
242c0a95
JL
19112012-08-08 Juri Linkov <juri@jurta.org>
1912
1913 * info.el (Info-isearch-search): Doc fix.
1914 (Info-search): Change search-failed message from "initial node" to
1915 "end of node" (bug#12078).
1916 (Info-isearch-search): Change `isearch-string-state' to
1917 `isearch--state-string'.
1918
32ac3a6b
GM
19192012-08-08 Glenn Morris <rgm@gnu.org>
1920
1921 * language/persian.el: Remove file.
f8c1afd5 1922 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
1923 * loadup.el: Remove language/persian.
1924
2c2d9c9c
OF
19252012-08-08 Óscar Fuentes <ofv@wanadoo.es>
1926
1927 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
1928
2d79ec42
FEG
19292012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
1930
1931 * progmodes/python.el Fixed defsubst warning.
1932 (python-syntax-context) Rename from python-info-ppss-context.
1933 (python-syntax-context-type): Rename from
1934 python-info-ppss-context-type.
1935 (python-syntax-comment-or-string-p): Rename from
1936 python-info-ppss-comment-or-string-p.
1937
2bd255dd
JB
19382012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1939
1940 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
1941
c395097f
AS
19422012-08-07 Andreas Schwab <schwab@linux-m68k.org>
1943
6125983e
AS
1944 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
1945 a defcustom that is quoted with backquote.
1946
4250fdf5
SM
1947 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
1948 Fix handling of interactive spec when the body uses return.
651eaf36
AS
1949 (math-do-arg-check, math-define-function-body): Use backquote forms.
1950 * calc/calc-ext.el (math-defcache): Likewise.
1951 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
1952 * allout.el (allout-new-exposure): Likewise.
1953 * calc/calcalg2.el (math-tracing-integral): Likewise.
1954 * info.el (Info-last-menu-item): Likewise.
1955 * emulation/vip.el (vip-loop): Likewise.
1956 * textmodes/artist.el (artist-funcall): Likewise.
1957 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
1958 Construct menu-item directly.
1959
4250fdf5
SM
1960 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1961 Don't declare.
c395097f 1962
5fb50dd3
CY
19632012-08-07 Chong Yidong <cyd@gnu.org>
1964
1965 * simple.el (deactivate-mark): Preserve text properties when
1966 saving the primary selection (Bug#8384).
1967
54eea618
KR
19682012-08-07 Kevin Ryde <user42@zip.com.au>
1969
1970 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
1971 (woman-parse-numeric-value): On a bad .IP line, issue a warning
1972 and continue processing (Bug#12110).
1973
638eaeb9
SM
19742012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
1977 syntax-propertize-function (bug#10095).
1978
ea376861
SM
19792012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1980
f91b35be
SM
1981 * help-fns.el (help-fns--key-bindings, help-fns--signature)
1982 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
1983 describe-function-1.
1984 (describe-function-1): Use them. Move compiler macro after sig.
1985 (help-fns--compiler-macro): Use function-get. Assume we're already in
1986 standard-output. Adjust layout to new call order.
1987
ea376861
SM
1988 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
1989 re-binding a symbol that has a symbol-macro (bug#12119).
1990
d5be7bd0
MB
19912012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
1992
1993 * language/persian.el: New file. (Bug#11812)
1994 * loadup.el: Add language/persian.el.
1995
90749b53
CY
19962012-08-06 Chong Yidong <cyd@gnu.org>
1997
1998 * window.el (window--maybe-raise-frame): New function.
1999 (window--display-buffer): Split off from here.
2000 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2001 (display-buffer-pop-up-window, display-buffer-use-some-window):
2002 Obey an inhibit-switch-frame action alist entry.
2003 (display-buffer): Update doc.
2004
2005 * replace.el (occur-after-change-function): Avoid losing focus by
2006 using the inhibit-switch-frame display parameter (Bug#12139).
2007
ba7b0154
FEG
20082012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
2009
2010 Make internal shell process buffer names start with space.
2011 * progmodes/python.el (python-shell-make-comint): Add optional
2012 argument INTERNAL.
2013 (run-python-internal): Use it.
2014 (python-shell-internal-get-or-create-process): Check for new
2015 internal buffer names.
2016
5eaeacb5
GM
20172012-08-06 Glenn Morris <rgm@gnu.org>
2018
e296d94b 2019 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
2020 Do less getting and setting of environment variables.
2021
b7ccbdc2
CY
20222012-08-05 Chong Yidong <cyd@gnu.org>
2023
777fe95e
CY
2024 * proced.el (proced): Add substitution string to docstring to
2025 trigger autoloading of the proced library on C-h f (Bug#1768).
2026
4250fdf5
SM
2027 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2028 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
2029
2030 * imenu.el (imenu-generic-expression): Move documentation here
2031 from imenu--generic-function.
2032 (imenu--generic-function): Refer to imenu-generic-expression.
2033
9e3b7800 20342012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
2035
2036 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
2037 indentation declaration.
2038 (viper-loop): Add indentation declaration (Bug#7025).
2039
e5d9c0d1
CY
20402012-08-05 Chong Yidong <cyd@gnu.org>
2041
f0422feb
CY
2042 * help-fns.el (describe-variable): Add hyperlink for
2043 directory-local variables files. Improve buffer-local and
2044 permanent-local reporting; suggested by MON KEY (Bug#6644).
2045
2046 * help-mode.el (help-dir-local-var-def): New button type.
2047
e5d9c0d1
CY
2048 * files.el (kill-buffer-hook): Provide a defvar.
2049
a4f2deaa
GM
20502012-08-05 Glenn Morris <rgm@gnu.org>
2051
2052 * eshell/esh-ext.el (eshell/addpath):
2053 Also update eshell-path-env. (Bug#12013)
2054
a9dd5754
CY
20552012-08-05 Chong Yidong <cyd@gnu.org>
2056
a4f2deaa 2057 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 2058
d014c740
CY
2059 * fringe.el (fringe-styles): Add docstring.
2060 (fringe--check-mode): New function.
2061 (set-fringe-mode, set-fringe-style): Use it.
2062 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
2063
a9dd5754
CY
2064 * files.el (set-auto-mode): Fix invalid setq call.
2065
7c2dc8bd
SM
20662012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 * isearch.el: Misc simplification; use defstruct.
2069 (isearch-mode-map): Dense maps now work like sparse ones.
2070 (isearch--state): New defstruct.
2071 (isearch-string-state, isearch-message-state, isearch-point-state)
2072 (isearch-success-state, isearch-forward-state)
2073 (isearch-other-end-state, isearch-word-state, isearch-error-state)
2074 (isearch-wrapped-state, isearch-barrier-state)
2075 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
2076 replaced by defstruct's accessors.
2077 (isearch--set-state): Rename from isearch-top-state and change
2078 calling convention.
2079 (isearch-push-state): Use new isearch--get-state.
2080 (isearch-toggle-word): Disable regexp when enabling word.
2081 (isearch-message-prefix): Remove unused arg _c-q-hack.
2082 (isearch-message-suffix): Remove unused arg _ellipsis.
2083
7fcc0070
AS
20842012-08-04 Andreas Schwab <schwab@linux-m68k.org>
2085
2086 * simple.el (list-processes--refresh): For a server use :host or
2087 :local as the address.
97ad0769 2088 (list-processes): Doc fix.
7fcc0070 2089
a11035b8 20902012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
2091
2092 * lisp/mpc.el: Support password in host argument.
2093 (mpc--proc-connect): Parse and use new password element.
2094 Set mpc-proc variable instead of returning process.
2095 (mpc-proc): Adjust accordingly.
2096
6dad7178
EZ
20972012-08-03 Eli Zaretskii <eliz@gnu.org>
2098
18949c2f
EZ
2099 * whitespace.el (whitespace-display-mappings): Use Unicode
2100 codepoints, instead of emacs-mule codepoints. See
2101 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
2102 for the details.
2103
6dad7178
EZ
2104 * files.el (file-truename): Don't skip symlink-chasing part on
2105 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
2106 Windows into the loop that recursively chases symlinks.
2107 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
2108 MS-DOS.
2109
385b0198
CY
21102012-08-03 Chong Yidong <cyd@gnu.org>
2111
6200f3c4
CY
2112 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
2113
385b0198
CY
2114 * sort.el (sort-regexp-fields): Doc fix.
2115
b9e74744
TH
21162012-08-03 Tassilo Horn <tsdh@gnu.org>
2117
2118 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
2119 labels regex position point at the expected place.
2120
41013cb4
MK
21212012-08-03 MON KEY <monkey@sandpframing.com>
2122
2123 * net/imap.el (imap-interactive-login, imap-authenticate)
2124 (imap-mailbox-lsub, imap-mailbox-list)
2125 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
2126 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
2127 (imap-parse-response): Doc fix.
2128
0ffee616
JT
21292012-08-03 João Távora <joaotavora@gmail.com>
2130
2131 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
2132 if sexp scanning does not move point (Bug#5734).
2133
cfcc9cc8
TH
21342012-08-02 Tassilo Horn <tsdh@gnu.org>
2135
2136 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
2137 Add listings, minted, and ctable packages.
2138 (reftex-label-alist-builtin): Move listings, minted, and ctable
2139 entries before LaTeX.
a01bbb84 2140 (reftex-label-alist): Docfix.
cfcc9cc8 2141
66ec2442
BG
21422012-08-02 Bastien Guerry <bzg@gnu.org>
2143
2144 * replace.el (occur): Fix docstring (bug#12122).
2145
837b365b
GM
21462012-08-02 Glenn Morris <rgm@gnu.org>
2147
2148 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
2149
e098de97
PE
21502012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2151
2152 Obsolete alias inactivate-current-input-method-function (Bug#10150).
2153 * international/mule-cmds.el: Create
2154 inactivate-current-input-method-function as an obsolete alias for
2155 deactivate-current-input-method-function. See Katsumi Yamaoka in
2156 <http://bugs.gnu.org/10150#46>.
2157
a0f95636
JB
21582012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2159
2160 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
2161 of nested `if's.
2162
0d26d7c4
GM
21632012-08-01 Glenn Morris <rgm@gnu.org>
2164
2165 * progmodes/autoconf.el (autoconf-definition-regexp):
2166 Add AH_TEMPLATE, adjust submatch numbering.
2167 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
2168 (autoconf-current-defun-function): Update for above change.
2169 (autoconf-current-defun-function): First skip to end of current word.
2170
b686ba06
RS
21712012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
2172
2173 * calendar/cal-html.el (cal-html-insert-agenda-days):
2174 Fix typo. (Bug#12018)
2175
0d49da68
FEG
21762012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2177
2178 Shell processes: enhancements to startup and CEDET compatibility.
2179 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
2180 (python-shell-make-comint): accept-process-output at startup.
2181 (run-python-internal): Set inferior-python-mode-hook to nil.
2182 (python-shell-internal-get-or-create-process): call sit-for.
2183 (python-preoutput-result): Add obsolete alias.
2184 (python-shell-internal-send-string): Use it.
2185 (python-shell-send-setup-code): Remove call to
2186 accept-process-output.
2187
f1a71c6e
AS
21882012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2189
2190 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
2191 (Bug#12108)
2192
d2605269
JB
21932012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
2194
2195 * calc-mode.el (calc-basic-simplification-mode): Rename from
2196 `calc-limited-simplification-mode'.
2197 (calc-alg-simplification-mode): New function.
fc0c31f8 2198 (calc-set-simplify-mode): Adjust message.
f1a71c6e 2199
d2605269
JB
2200 * calc.el (calc-set-mode-line): Adjust mode line display for
2201 basic simplification mode.
2202
2203 * calc-help.el (calc-m-prefix-help): Update help message.
2204
2205 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
2206 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
2207
a3827a43
BG
22082012-07-31 Bastien Guerry <bzg@gnu.org>
2209
2210 * man.el (man): Fix comment. (bug#12101)
2211
502e3f89
MR
22122012-07-31 Martin Rudalics <rudalics@gmx.at>
2213
2214 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2215 Don't return a non-nil value when no suitable buffer was found.
2216
d7714961
FEG
22172012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2218
2219 * progmodes/python.el (run-python-internal): Disable font lock for
2220 internal shells.
2221
1f45e27e
SM
22222012-07-30 Stefan Merten <smerten@oekonux.de>
2223
70efc5c9 2224 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
2225 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
2226 (rst-official-version, rst-official-cvs-rev)
2227 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
2228 (rst-mode-map): New key binding.
2229
0aee6912
PE
22302012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2231
2232 Update .PHONY listings in makefiles.
2233 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
2234 autoloads, update-subdirs, updates, bzr-update, update-authors,
2235 compile-onefile, compile-calc, backup-compiled-files,
2236 compile-after-backup, compile-one-process, mh-autoloads,
2237 bootstrap-clean, distclean, maintainer-clean.
2238
9052f9f0
JB
22392012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2240
1823ac5a
JB
2241 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
2242 (calc-set-mode-line): Don't display "AlgSimp ".
2243
2244 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
2245 (calc-lim-simplify-mode): New function.
2246 (calc-set-simplify-mode): Default to 'alg.
2247 (calc-default-simplify-mode): Make algebraic simplifications
2248 the default.
2249
2250 * calc/calc-ext.el (calc-init-extensions): Remove binding for
2251 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
2252
8d7c7eed 2253 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
2254 indicate new simplification modes.
2255
1823ac5a
JB
2256 * calc/README: Mention new default simplification mode.
2257
9052f9f0
JB
2258 * calc/calc.el (math-normalize-error): New variable.
2259 (math-normalize): Set `math-normalize-error' to t
2260 when there's an error.
2261
2262 * calc/calc-alg.el (math-simplify): Don't simplify when
2263 `math-normalize' returns an error.
2264
20ba0cb4
EZ
22652012-07-29 Eli Zaretskii <eliz@gnu.org>
2266
2267 * international/mule-cmds.el (set-locale-environment): Revert last
2268 change, since display-graphic-p returns nil when this function is
2269 called during startup. Instead...
2270
2271 * term/w32console.el (terminal-init-w32console): ...setup the
2272 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
2273
a5dcc929
JL
22742012-07-29 Juri Linkov <juri@jurta.org>
2275
2276 * simple.el (goto-line): Don't display default line number in the
2277 prompt because it should be displayed by `read-number' (bug#9952).
2278 Add the current line number to the defaults of `goto-line' to
2279 allow its easier modification by users with `M-n' (bug#9201).
2280
2281 * subr.el (read-number): Support multiple default values like in
2282 other minibuffer reading functions. Replace `read' with
2283 `string-to-number' for consistency with `number-to-string'.
2284
72b255c7
PE
22852012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2286
2287 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
2288 * emulation/viper-init.el (viper-deactivate-input-method-action):
2289 Rename from viper-inactivate-input-method-action.
2290 (viper-deactivate-input-method):
2291 Rename from viper-inactivate-input-method.
2292 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
2293 * international/mule-cmds.el (deactivate-input-method):
2294 Rename from inactivate-input-method.
2295 Also run input-method-deactivate-hook.
2296 (deactivate-current-input-method-function):
2297 Rename from inactivate-current-input-method-function.
2298 (input-method-deactivate-hook): New hook.
2299 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
2300 (inactivate-input-method): Mark obsolete.
2301
72b255c7
PE
2302 * international/quail.el (quail-activate):
2303 Also run quail-deactivate-hook.
2304 (quail-deactivate): Rename from quail-inactivate.
2305 * international/robin.el (robin-activate):
2306 Also run robin-deactivate-hook.
2307 (robin-deactivate): Rename from robin-inactivate.
2308
2549c068
CY
23092012-07-29 Chong Yidong <cyd@gnu.org>
2310
2311 * simple.el (indicate-copied-region): New function.
2312 (kill-ring-save): Split off from here.
2313
2314 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
2315 (kill-rectangle): Set deactivate-mark to t on read-only error.
2316
2317 * register.el (copy-to-register, copy-rectangle-to-register):
2318 Deactivate the mark, and use indicate-copied-region (Bug#10056).
c69f56a2
MY
2319 (append-to-register, prepend-to-register):
2320 Call 2012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
2321
2322 * simple.el (async-shell-command-buffer): New defcustom.
2323 (shell-command): Use it. (Bug#4719)
2324
01bd1b0d
EZ
23252012-07-28 Eli Zaretskii <eliz@gnu.org>
2326
2327 * international/mule-cmds.el (set-locale-environment): In a
2328 console session on MS-Windows, set up keyboard and terminal
2329 encoding from the OEM codepage, not the ANSI codepage.
2330 (Bug#12055)
2331
a55739d3
CY
23322012-07-28 Chong Yidong <cyd@gnu.org>
2333
2334 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
2335 gdb-get-location.
2336
0e1a094f 23372012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
2338
2339 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
2340 the alist (bug#12029).
2341
20329d73
EZ
23422012-07-28 Eli Zaretskii <eliz@gnu.org>
2343
2344 * makefile.w32-in (custom-deps, finder-data, updates, compile)
2345 (compile-always, compile-first)
2346 ($(lisp)/calendar/cal-loaddefs.el)
2347 ($(lisp)/calendar/diary-loaddefs.el)
2348 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2349 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
2350 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
2351 instead of on update-subdirs.
2352 (bootstrap-clean): Delete $(lisp)/subdirs.el.
2353
345a2258
CY
23542012-07-28 Chong Yidong <cyd@gnu.org>
2355
1eee6341
CY
2356 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
2357 directory if vc-deduce-backend returns nil (Bug#7350).
2358
345a2258
CY
2359 * simple.el (delete-trailing-lines): New option.
2360 (delete-trailing-whitespace): Obey it (Bug#11879).
2361
049a0936
DE
23622012-07-28 David Engster <deng@randomsample.de>
2363
2364 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
2365 Explanation of new 'symbol-qnames feature in doc-strings.
2366 (xml-maybe-do-ns): Return expanded names as plain symbols if
2367 'symbol-qnames was provided in XML-NS argument (Bug#11916).
2368 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2369
aa81af71
FEG
23702012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2371
2372 Consistent completion in inferior python with emacs -nw.
2373 * progmodes/python.el (inferior-python-mode): replace "<tab>"
2374 binding in inferior-python-mode-map with "\t".
2375 (python-shell-completion-complete-at-point)
2376 (python-completion-complete-at-point): Remove interactive spec.
2377
e827b1eb
JB
23782012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2379
2380 * calc/calccomp.el (math-compose-expr): Undo previous change.
2381
a90dfb95
FEG
23822012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2383
4250fdf5 2384 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
2385 run-python.
2386 (python-shell-make-comint): Fix pop-to-buffer call.
2387 (run-python): Autoload. New arg SHOW.
2388 (python-shell-get-or-create-process): Do not pop python process
2389 buffer.
2390
32770973 23912012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
2392
2393 * notifications.el (notifications-on-action-signal)
2394 (notifications-on-closed-signal): Use also the bus address for the map.
2395 (notifications-notify, notifications-close-notification)
fc0c31f8 2396 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 2397
86332df2
TH
23982012-07-27 Tassilo Horn <tsdh@gnu.org>
2399
4250fdf5
SM
2400 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2401 Add support for the lstlisting and minted environments, and for the
86332df2
TH
2402 ctable macro.
2403 * textmodes/reftex.el (reftex-compile-variables): Also recognize
2404 labels written in keyvals syntax.
2405
ca1302a4
JB
24062012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2407
2408 * calc/calccomp.el (math-compose-expr): Use parentheses when
2409 there is a product in the denominator of a fraction.
2410
f8b91036
EZ
24112012-07-26 Eli Zaretskii <eliz@gnu.org>
2412
2413 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2414 ($(lisp)/calendar/diary-loaddefs.el)
2415 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
2416 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
2417 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
2418 rewritten while the autoload files are built at the same time,
2419 which needs to load subdirs.el.
2420
c8e5a42c
MR
24212012-07-26 Martin Rudalics <rudalics@gmx.at>
2422
2423 * mouse.el (popup-menu): Fix doc-string and re-indent code.
2424 (mouse-drag-line): Don't exit tracking when a switch-frame or
2425 switch-window event occurs (Bug#12006).
2426
670d85ea
SM
24272012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * mouse.el (popup-menu): Fix last change.
2430
7abaf5cc
SM
24312012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 Autoload from Lisp with more care. Follow aliases when looking for
2434 function properties.
2435 * subr.el (autoloadp): New function.
2436 (symbol-file): Use it.
2437 (function-get): New function.
2438 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
2439 autoload-do-load.
2440 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
2441 (lisp-indent-function):
2442 * emacs-lisp/gv.el (gv-get):
2443 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
2444 * emacs-lisp/byte-opt.el (byte-optimize-form):
2445 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2446 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
2447 Use function-get.
2448 * emacs-lisp/cl.el: Don't propagate function properties any more.
2449
2450 * speedbar.el (speedbar-add-localized-speedbar-support):
2451 * emacs-lisp/disass.el (disassemble-internal):
2452 * desktop.el (desktop-load-file):
2453 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
2454 (describe-function-1):
2455 * emacs-lisp/find-func.el (find-function-noselect):
2456 * emacs-lisp/elp.el (elp-instrument-function):
2457 * emacs-lisp/advice.el (ad-has-proper-definition):
2458 * apropos.el (apropos-safe-documentation, apropos-macrop):
2459 * emacs-lisp/debug.el (debug-on-entry):
2460 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
2461 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2462 * calc/calc.el (name): Use autoloadp & autoload-do-load.
2463
b1364986
AA
24642012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
2465
2466 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
2467 function, not an obsolete variable (Bug#12046).
2468
67ada220
AS
24692012-07-25 Andreas Schwab <schwab@linux-m68k.org>
2470
2471 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
2472
f08088e3
CS
24732012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2474
2475 * emacs-lisp/pp.el (pp-display-expression): Select old selected
2476 window only if it is still live (Bug#12034).
2477
8137e7b3
MR
24782012-07-25 Martin Rudalics <rudalics@gmx.at>
2479
2480 * subr.el (redirect-frame-focus): Add advertised calling
2481 convention (Bug#12030).
2482
09ae5da1
PE
24832012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2484
2485 Prefer typical American spelling for "acknowledgment".
2486 * vc/add-log.el (change-log-acknowledgment): Rename from
2487 change-log-acknowledgement, with an alias for the old name.
2488
3cc5a3a8
JB
24892012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
2490
2491 * calc-alg.el (math-simplify-divide): Don't cross multiply
2492 in an equation when the lhs is a variable.
2493
b7af7f62
JD
24942012-07-24 Julien Danjou <julien@danjou.info>
2495
2496 * net/netrc.el (netrc-find-service-number, netrc-store-data):
2497 Remove, unused.
2498
ec1b09b1
EZ
24992012-07-23 Eli Zaretskii <eliz@gnu.org>
2500
2501 * startup.el (command-line): Don't display an empty user name in
2502 the error message about non-existent home directory, when
2503 init-file-user was set to an empty string. See
2504 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2505 for the details and context.
2506
b525fd8a
VB
25072012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
2508
2509 * ses.el (ses-cell-formula-aset): New macro.
2510 (ses-cell-references-aset): New macro.
2511 (ses-cell-p): New function.
2512 (ses-rename-cell): Do no longer rely on complex operations like
2513 ses-cell-set-formula or ses-set-cell to change the cell and handle
2514 the undo at the same time, but rather use lower level new macros
2515 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 2516 the undo directly. Refresh the mode line.
b525fd8a 2517
2c73e345
LL
25182012-07-21 Leo Liu <sdl.web@gmail.com>
2519
670d85ea
SM
2520 * progmodes/cc-cmds.el (c-defun-name):
2521 Use match-string-no-properties instead for consistency.
2c73e345 2522
542dfbde
LL
25232012-07-20 Leo Liu <sdl.web@gmail.com>
2524
3646bcd6
LL
2525 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2526 (Bug#7879)
2527
542dfbde
LL
2528 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2529
25721031
CY
25302012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2533 * progmodes/bug-reference.el, misearch.el: Provide themselves
2534 (bug#11915).
2535
2536 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2537 of narrowed buffer (bug#11966).
2538
316e68a7
VB
25392012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
2540
2541 * ses.el (ses-rename-cell): Set new name also in reference list of
2542 cells of which the renamed cell depends.
2543
bbf0e7d9
MY
25442012-07-20 Masatake YAMATO <yamato@redhat.com>
2545
2546 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2547 to check whether menu-bar is shown or not. If not shown,
2548 show the menu-bar as a popup menu instead of using tmm.
2549 * mouse.el (popup-menu): Accept `point' as `position' argument.
2550
c28662a8
DG
25512012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2552
2553 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2554 up inside string symbol literal (bug#11923).
2555
87ab808f
EZ
25562012-07-20 Eli Zaretskii <eliz@gnu.org>
2557
2558 * startup.el (fancy-startup-text): Read the whole tutorial, not
2559 just its first 256 bytes. Prevents gibberish in display of the
2560 tutorial title.
2561
89dea803
DA
25622012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2563
2564 Drop idle buffer compaction due to an absence of the
2565 proved efficiency.
2566 * compact.el: Remove.
2567
8a4e6db8
SS
25682012-07-19 Sam Steingold <sds@gnu.org>
2569
2570 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2571 vc-bzr-pull & vc-bzr-merge-branch.
2572 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2573 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2574 for consistency with compilation-error-regexp-alist.
2575 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2576 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2577 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2578 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2579
5db81e33
SM
25802012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * emacs-lisp/chart.el: Use lexical-binding.
2583 (chart-emacs-storage): Don't hardcode the list of entries.
2584
5b835e1d
DA
25852012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2586
2587 Next round of tweaks caused by Fgarbage_collect changes.
2588 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2589
9cd47b72
DA
25902012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2591
2592 Compact buffers when idle.
2593 * compact.el: New file.
2594
1d6fc0df
SM
25952012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * subr.el (eventp): Presume that if it looks vaguely like an event,
2598 it's an event (bug#10190).
2599
1d29cc7d
FEG
26002012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2601
2602 Enhancements to ppss related code (thanks Stefan).
2603 * progmodes/python.el (python-indent-context)
2604 (python-indent-calculate-indentation, python-indent-dedent-line)
2605 (python-indent-electric-colon, python-nav-forward-block)
2606 (python-mode-abbrev-table)
1d6fc0df 2607 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
2608 for ppss context.
2609 (python-info-continuation-line-p): Cleanup.
2610 (python-info-ppss-context): Do not catch 'quote.
2611 (python-info-ppss-context-type)
2612 (python-info-ppss-comment-or-string-p): Simplify.
2613
d583cbe6
FEG
26142012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2615
2616 * progmodes/python.el: Enhancements to eldoc support.
2617 (python-info-current-symbol): New function.
2618 (python-eldoc-at-point): Use python-info-current-symbol.
2619 (python-info-current-defun): Fix cornercase on first defun scan.
2620 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2621 and signal error when no inferior python process is available.
2622
eceb6feb
DG
26232012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2624
2625 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2626 assume it's always t.
2627 (vc-git-registered): Remove caching, the function is only called
2628 once.
2629 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2630
4c8ff0fe
CY
26312012-07-18 Chong Yidong <cyd@gnu.org>
2632
19fb7186
CY
2633 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2634
9587c688
CY
2635 * simple.el (count-words): Report on narrowing (Bug#9959).
2636
0fe776a1
CY
2637 * bindings.el: Bind M-= to count-words.
2638
4c8ff0fe
CY
2639 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2640
7f5331cc
MY
26412012-07-18 Masatake YAMATO <yamato@redhat.com>
2642
2643 * progmodes/sh-script.el (sh-imenu-generic-expression):
2644 Capture a function with `function' keyword and without parentheses
2645 like "function FOO" (bug#11856).
2646
2dc2a609
TH
26472012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2648
2649 * window.el (split-window-sensibly): Make WINDOW argument
2650 optional.
2651
439f7677
CY
26522012-07-18 Chong Yidong <cyd@gnu.org>
2653
9aeb25a6
CY
2654 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2655
439f7677
CY
2656 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2657 and make C-x 8 RET exit isearch (Bug#11439).
2658
2659 * international/iso-transl.el: Move isearch-mode-map key
2660 definitions to isearch.el.
2661
12999ea8
SM
26622012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2665 (eieio-defclass): Use gv-define-setter when possible.
2666
3ab6e069
DA
26672012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2668
2669 Reflect recent changes in Fgarbage_collect.
2670 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2671 reflect new format of data returned by Fgarbage_collect.
2672
0a60bc10
FEG
26732012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2674
2675 New utility functions + python-info-ppss-context fix (Bug#11910).
2676 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2677 (python-info-ppss-comment-or-string-p): New functions.
2678 (python-info-ppss-context): Small fix for string check.
2679
6dafa0d5
JL
26802012-07-17 Juri Linkov <juri@jurta.org>
2681
2682 * dired-aux.el (dired-do-async-shell-command): Doc fix.
2683 (dired-do-async-shell-command): Don't add `*' at the end of the
2684 command (Bug#11815).
2685 (dired-do-shell-command): Doc fix.
2686 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2687 Join the individual commands using either "&" or ";" as the
2688 separator depending on the values of these trailing characters.
2689 At the end re-add the trailing "&". (Bug#10598)
2690
2691 * simple.el (async-shell-command): Sync the interactive spec with
2692 `shell-command'. Doc fix.
2693 (shell-command): Doc fix.
2694
b19dd9d1
JL
26952012-07-17 Juri Linkov <juri@jurta.org>
2696
2697 * descr-text.el (describe-char): Fix format args. (Bug#10129)
2698
bcdc27d7 26992012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 2700
bcdc27d7 2701 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
2702 * progmodes/python.el (python-nav-beginning-of-statement):
2703 Rename from python-nav-statement-start.
bcdc27d7
FEG
2704 (python-nav-end-of-statement): Rename from
2705 python-nav-statement-end.
2706 (python-nav-beginning-of-block): Rename from
2707 python-nav-block-start.
2708 (python-nav-end-of-block): Rename from python-nav-block-end.
2709
191da00e
FEG
27102012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2711
7f5331cc
MY
2712 * progmodes/python.el (python-shell-send-string-no-output):
2713 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
2714 future interactions (Bug#11868).
2715
4dc7c8d5 27162012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 2717
88ecaf8f
SM
2718 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
2719
ef501ef0
SM
2720 * emacs-lisp/elint.el (elint-find-args-in-code):
2721 Use help-function-arglist, so as to handle lexical byte-code.
2722
aa7aaf8f
SM
2723 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
2724 change (bug#11826).
2725
45fd731c
SM
27262012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2143fa32
SM
2728 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2729 Avoid spuriously marking the buffer as modified because of c-is-sws.
2730
efc26dbe
SM
2731 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2732 as not-a-comment (bug#11946).
2733
f5695c9a
SM
2734 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
2735 for uninterned vars.
2736
2737 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
2738 Use read-event since we don't really want to read chars but bytes.
2739
45fd731c
SM
2740 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
2741 $$..$$ but also $..$ using regexps (bug#11953).
2742 Use tex-verbatim for \url and \path.
2743 (tex-font-lock-keywords): Define as defconst like the others.
2744 (tex-common-initialization): Don't use font-lock-syntax-table any more.
2745
ddfc8813
RK
27462012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2747
2748 * international/mule-cmds.el (ucs-insert): Make it an obsolete
2749 alias for insert-char.
2750
758e556a
FEG
27512012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2752
2753 * progmodes/python.el: Simplified imenu implementation.
2754 (python-nav-jump-to-defun): Remove command.
2755 (python-mode-map): Use `imenu' instead.
2756 (python-nav-list-defun-positions-cache)
2757 (python-imenu-include-defun-type, python-imenu-make-tree)
2758 (python-imenu-subtree-root-label, python-imenu-index-alist):
2759 Remove vars.
2760 (python-nav-list-defun-positions, python-nav-read-defun)
2761 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
2762 (python-imenu-make-tree, python-imenu-create-index):
2763 Remove functions.
758e556a
FEG
2764 (python-mode): Update to interact with imenu by setting
2765 `imenu-extract-index-name-function' only.
2766
032d23ab
FEG
27672012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2768
2769 * progmodes/python.el: Enhancements to navigation commands.
2770 (python-nav-backward-sentence)
2771 (python-nav-forward-sentence): Remove.
2772 (python-nav-backward-statement, python-nav-forward-statement)
2773 (python-nav-statement-start, python-nav-statement-end)
2774 (python-nav-backward-block, python-nav-forward-block)
2775 (python-nav-block-start, python-nav-block-end)
2776 (python-nav-forward-sexp-function)
2777 (python-info-current-line-comment-p)
2778 (python-info-current-line-empty-p): New functions.
2779 (python-indent-context): Use `python-nav-statement-start'.
2780
01795a1b
MA
27812012-07-16 Michael Albinus <michael.albinus@gmx.de>
2782
9328d9aa
MA
2783 * eshell/em-ls.el (eshell/ls): Use `apply'.
2784
2785 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
2786 multi-hops, instead of Tramp internals.
2787
01795a1b
MA
2788 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
2789
2790 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
2791 when F1 and F2 are located on different hosts.
2792
63408057
CY
27932012-07-14 Chong Yidong <cyd@gnu.org>
2794
2795 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
2796 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
2797 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
2798 (xterm-mouse--read-event-sequence-1000)
2799 (xterm-mouse--read-event-sequence-1006): New functions. For old
2800 mouse protocol, handle M-mouse-X events correctly.
2801 (xterm-mouse-event): New arg specifying mouse protocol.
2802 (turn-on-xterm-mouse-tracking-on-terminal)
2803 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
2804 sequence to toggle extended coordinates on newer XTerms.
2805 This appears to be harmless on terminals which do not support this.
63408057 2806
cd276f6e
LL
28072012-07-14 Leo Liu <sdl.web@gmail.com>
2808
28ca98ac
LL
2809 Add fringe bitmap indicators for flymake. (Bug#11253)
2810 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
2811 (flymake-make-overlay): New arg BITMAP.
2812 (flymake-error-bitmap, flymake-warning-bitmap)
2813 (flymake-fringe-indicator-position): New user variables.
2814
cd276f6e
LL
2815 * fringe.el: New bitmap exclamation-mark.
2816
04408072
JD
28172012-07-14 Jan Djärv <jan.h.d@swipnet.se>
2818
2819 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
2820 also (Bug#7879).
2821
b5cf7fc4
CY
28222012-07-14 Chong Yidong <cyd@gnu.org>
2823
2824 * electric.el (electric-pair-post-self-insert-function): Fix pair
2825 insertion in empty-region case (Bug#11520).
2826
be755c79
RT
28272012-07-14 Chong Yidong <cyd@gnu.org>
2828
45fd731c
SM
2829 * bindings.el: Consolidate ctl-x-r-map bindings.
2830 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
2831
2832 * rect.el, register.el: Move bindings to bindings.el.
2833
28342012-07-14 Reuben Thomas <rrt@sc3d.org>
2835
2836 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
2837
7f5b3198
AS
28382012-07-13 Andreas Schwab <schwab@linux-m68k.org>
2839
2840 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
2841
97662200
JB
28422012-07-13 Juanma Barranquero <lekktu@gmail.com>
2843
80185fed
JB
2844 * bindings.el (top): Use `mapc' instead of `mapcar'.
2845
97662200
JB
2846 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
2847
2bb1ae55
MA
28482012-07-13 Michael Albinus <michael.albinus@gmx.de>
2849
2850 * progmodes/sql.el (sql-comint): Suppress the check for program on
2851 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
2852 (Bug#11908)
2853
dea31bd3
CY
28542012-07-13 Chong Yidong <cyd@gnu.org>
2855
2856 * bindings.el: Assign a non-nil permanent-local property to
2857 per-buffer variables which lack a default value (Bug#11930).
2858
2859 * help-fns.el (describe-variable): In the "automatically becomes
2860 local" notice, take note of permanent-local variables.
2861
b68b3337
CY
28622012-07-13 Chong Yidong <cyd@gnu.org>
2863
2864 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
2865 to allow printing the message when called from Lisp.
2866
2867 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2868 Remove toggle-read-only.
2869
2870 * bs.el (bs-toggle-readonly):
45fd731c
SM
2871 * buff-menu.el (Buffer-menu-toggle-read-only):
2872 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
2873
2874 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
2875 Remove with-no-warnings around toggle-read-only.
2876 (ffap-read-only, ffap-read-only-other-window)
2877 (ffap-read-only-other-frame): Callers changed.
2878
2879 * help-mode.el: Don't require view package.
2880 (help-mode-finish): Set buffer-read-only instead of calling
2881 toggle-read-only.
2882
2883 * bindings.el (mode-line-toggle-read-only):
2884 * dired.el (dired-toggle-read-only):
2885 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
2886 with non-nil second arg.
2887
2888 * emacs-lisp/eieio-custom.el (eieio-customize-object):
2889 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
2890 directly.
2891
56bc1586
EZ
28922012-07-12 Eli Zaretskii <eliz@gnu.org>
2893
2894 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
2895 not incf.
2896
a464a6c7
SM
28972012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 More CL cleanups and reduction of use of cl.el.
2900 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
2901 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
2902 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
2903 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
2904 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
2905 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
2906 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
2907 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
2908 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
2909 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
2910 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
2911 * eshell/em-cmpl.el, eshell/em-banner.el:
2912 * calendar/parse-time.el: Use cl-lib.
2913 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
2914 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
2915 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
2916 * term/ns-win.el, term.el, shell.el, ps-samp.el:
2917 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
2918 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
2919 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
2920 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
2921 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
2922 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
2923 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
2924 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
2925 `lambda' rather than with `quote'.
2926 (eshell-do-opt): Adjust accordingly.
2927 (eshell-process-option): Simplify.
2928 * eshell/esh-var.el:
2929 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
2930 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
2931 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
2932 to `pcase--dontcare'.
2933 * emacs-lisp/cl.el (labels): Mark obsolete.
2934 (cl--letf, letf): Move to cl-lib.
2935 (cl--letf*, letf*): Remove.
2936 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
2937 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
2938 (cl-progv): Rewrite.
2939 (cl--letf, cl-letf): Move from cl.el.
2940 (cl-letf*): New macro.
2941 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
2942
7ad4afe1
MA
29432012-07-11 Michael Albinus <michael.albinus@gmx.de>
2944
2945 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
2946
9af57756
CY
29472012-07-11 Chong Yidong <cyd@gnu.org>
2948
2949 * vc/log-edit.el (log-edit-vc-backend): New variable.
2950 (log-edit): Doc fix.
2951
2952 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
2953 argument of log-edit to set up all local variables.
2954 (vc-start-logentry): New optional arg specifying VC backend.
2955
2956 * vc/vc.el (vc-checkin): Use it.
2957 (vc-deduce-fileset): Handle Log Edit buffers.
2958 (vc-diff): Make first argument optional too.
2959
2960 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
2961
8477cc7a
MA
29622012-07-10 Michael Albinus <michael.albinus@gmx.de>
2963
2964 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
2965 command, just in case. The function is not needed anymore.
2966 (eshell-external-command): Do not call `eshell-remote-command'.
2967
19faa8e8
SM
29682012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2969
f58e0fd5
SM
2970 Reduce use of (require 'cl).
2971 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
2972 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
2973 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
2974 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
2975 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
2976 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
2977 * battery.el, avoid.el, abbrev.el: Use cl-lib.
2978 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
2979 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
2980 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
2981 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
2982 * calculator.el, autorevert.el, apropos.el: Don't require CL.
2983 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
2984 (byte-compile-unfold-bcf, byte-compile-check-variable):
2985 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2986 (byte-compile-nilconstp):
2987 * emacs-lisp/autoload.el (make-autoload): Use pcase.
2988 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
2989
2519d43a
SM
2990 * emacs-lisp/gv.el (cond): Make it a valid place.
2991 (if): Simplify slightly.
2992
19faa8e8
SM
2993 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
2994 (pcase--self-quoting-p): New function.
2995 (pcase--u1): Use it.
2996
c4907a5e
GM
29972012-07-10 Glenn Morris <rgm@gnu.org>
2998
2999 * emacs-lisp/authors.el (authors-fixed-entries):
3000 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
3001
c4444d16
PE
30022012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3003
3004 Rename configure.in to configure.ac (Bug#11603).
3005 * emacs-lisp/authors.el (authors-canonical-file-name):
3006 * progmodes/autoconf.el (autoconf-mode):
3007 Prefer configure.ac to configure.in.
3008
d75be97d
CY
30092012-07-08 Chong Yidong <cyd@gnu.org>
3010
01ac65bd
CY
3011 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
3012 Implement the mouse-1-click-follows-link handling properly.
3013
3014 * info.el (Info-link-keymap): Use follow-link mechanism for
3015 header-line links (Bug#374).
3016
d75be97d
CY
3017 * simple.el (deactivate-mark): Do not set the primary selection
3018 if another program has acquired it (Bug#11772).
3019
87a92845 30202012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
3021
3022 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
3023 (woman-decode-region): Replace escaped-escapes without destroying
3024 bold or underline (Bug#11552).
87a92845 3025 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 3026
621b9d6c
CY
30272012-07-07 Chong Yidong <cyd@gnu.org>
3028
3029 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
3030 (interprogram-cut-function, interprogram-paste-function):
3031 Mention that we typically mean the clipboard.
621b9d6c 3032
133a11fc
GM
30332012-07-06 Glenn Morris <rgm@gnu.org>
3034
0d27a45e
GM
3035 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
3036
133a11fc
GM
3037 * files.el (toggle-read-only): Restrict message to interactive use.
3038
07b151f1
MA
30392012-07-06 Michael Albinus <michael.albinus@gmx.de>
3040
3041 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
3042
3043 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
3044
211b896b
GM
30452012-07-06 Glenn Morris <rgm@gnu.org>
3046
50394322
GM
3047 * Makefile.in (compile-one-process): Rename from "recompile".
3048
211b896b
GM
3049 * Makefile.in (bzr-update): "compile" is the same as "recompile
3050 autoloads", but parallelizable, so use that instead.
3051
4737eec9
DG
30522012-07-06 Dmitry Gutov <dgutov@yandex.ru>
3053
3054 * window.el (quit-window): Always restore window height when
8137e7b3 3055 it's saved in quit-restore parameter (Bug#11810).
4737eec9 3056
226c3633 30572012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
3058
3059 * simple.el (kill-whole-line): Doc tweak.
3060
226c3633 30612012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
3062
3063 * files.el (file-relative-name): Compare file names
3064 case-insensitively if on MS-Windows or MS-DOS, or if
3065 read-file-name-completion-ignore-case is non-nil. Don't use
3066 case-fold-search for this purpose. (Bug#11827)
3067
4dc7c8d5
SM
30682012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3069
3070 * calendar/cal-dst.el (calendar-current-time-zone):
3071 Return calendar-current-time-zone-cache if non-nil.
3072
30732012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 30742012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 3075
19faa8e8
SM
3076 * calendar/cal-dst.el (calendar-current-time-zone):
3077 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 3078
60198fc9
GM
30792012-07-06 Glenn Morris <rgm@gnu.org>
3080
3081 * Makefile.in (cvs-update): Remove old alias.
3082
957b3189
MA
30832012-07-05 Michael Albinus <michael.albinus@gmx.de>
3084
3085 Sync with Tramp 2.2.6-pre.
3086
3087 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
3088 compatible declaration.
3089
19faa8e8
SM
3090 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3091 Protect `list-load-path-shadows' call.
957b3189
MA
3092
3093 * net/tramp-compat.el (top): Require packages, which aren't
3094 autoloaded anymore for XEmacs. Protect call of
3095 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
3096 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
3097 it hurts at least for SXEmacs.
3098 (tramp-compat-temporary-file-directory): In XEmacs, there is no
3099 standard-value for `temporary-file-directory'.
3100
3101 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
3102 Redirect stderr to /dev/null.
3103 (tramp-sh-handle-write-region): uid and gid can be floats.
3104 Reported by Russell Sim <russell.sim@gmail.com>.
3105 (tramp-sh-handle-vc-registered): Hide errors.
3106 (tramp-vc-file-name-handler): Use dummy results for `process-file'
3107 and `start-file-process'.
3108 (tramp-maybe-open-connection): Check also whether `non-essential'
3109 is bound.
3110
566df3fc
CY
31112012-07-04 Chong Yidong <cyd@gnu.org>
3112
3113 * xml.el (xml--parse-buffer): Use xml-syntax-table.
3114 (xml-parse-tag): Likewise, and avoid changing entity tables.
3115 (xml-syntax-table): Define from scratch, making sure not to give
3116 x2000 and other Unicode spaces whitespace syntax, since those are
3117 not spaces in XML.
3118 (xml-parse-fragment): Delete unused function.
3119 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
3120 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
3121 (xml-entity-ref, xml-pe-reference-re)
3122 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
3123 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
3124 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
3125 (xml-entity-value-re): Use syntax references in regexps where
3126 possible; no need to define inside a let-binding.
3127 (xml-parse-dtd): Use xml-pe-reference-re.
3128 (xml-entity-or-char-ref-re): New defconst.
3129 (xml-parse-string, xml-substitute-special): Use it.
3130
30eabd7a
SM
31312012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3132
0781098a
SM
3133 * files.el (locate-dominating-file): Allow `name' to be a predicate.
3134 (find-file--read-only): New function.
3135 (find-file-read-only, find-file-read-only-other-window)
3136 (find-file-read-only-other-frame): Use it.
3137 (insert-file-contents-literally): Don't `fset'.
3138 (get-free-disk-space): Use locate-dominating-file.
3139
b5771c0d
SM
3140 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
3141 function is already compiled.
3142
30eabd7a
SM
3143 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
3144
b4886f6e
MA
31452012-07-03 Michael Albinus <michael.albinus@gmx.de>
3146
3147 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
3148 files on the same host.
3149
b9d82339
AS
31502012-07-03 Andreas Schwab <schwab@linux-m68k.org>
3151
3152 * help-fns.el (describe-function-1): Only call
3153 help-fns--autoloaded-p when we have a file name. (Bug#11848)
3154
a76e6535
CY
31552012-07-03 Chong Yidong <cyd@gnu.org>
3156
3157 * xml.el: Protect parser against XML bombs.
3158 (xml-entity-expansion-limit): New variable.
3159 (xml-parse-string, xml-substitute-special): Use it.
3160 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
3161
b544fef2
GM
31622012-07-03 Glenn Morris <rgm@gnu.org>
3163
3164 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3165 Allow linking to specific messages in debbugs reports (eg 123#5).
3166
a7aef6f5
CY
31672012-07-02 Chong Yidong <cyd@gnu.org>
3168
3169 * xml.el: Fix entity and character reference expansion, allowing
3170 them to expand into markup as per XML spec.
3171 (xml-default-ns): New variable.
3172 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
3173 (xml-parse-region): Make first two arguments optional.
3174 Discard text properties.
3175 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
3176 All callers changed.
a7aef6f5
CY
3177 (xml-parse-tag): Call xml-parse-tag-1. For backward
3178 compatibility, this function should not modify buffer contents.
3179 (xml-parse-tag-1): Fix opening-tag regexp.
3180 (xml-parse-string): Rewrite, handling entity and character
3181 references properly.
3182 (xml--entity-replacement-text): Signal an error if a parameter
3183 entity is undefined.
3184
3df31c9f
SM
31852012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3186
2b5208f1
SM
3187 * comint.el (comint-output-filter): Filter out repeated prompts.
3188
3df31c9f
SM
3189 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
3190 and file-name-absolute-p.
3191 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
3192 internal calls.
3193
e3ac1281
PE
31942012-07-02 Paul Eggert <eggert@cs.ucla.edu>
3195
3196 Spelling fixes.
3197 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
3198 Rename from byte-compile--refiy-function. All uses changed.
3199
fbf2e7ad
CY
32002012-07-01 Chong Yidong <cyd@gnu.org>
3201
3202 * xml.el (xml--parse-buffer): New function. Move most of
3203 xml-parse-region here.
3204 (xml-parse-region): Copy region into a temporary buffer, since
3205 parameter entity substitution requires changing buffer contents.
3206 Use xml--parse-buffer.
3207 (xml-parse-file): Use xml--parse-buffer.
3208 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 3209 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 3210
9bf0aa15
GM
32112012-06-30 Glenn Morris <rgm@gnu.org>
3212
bbce2853
GM
3213 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
3214
9bf0aa15
GM
3215 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
3216 Remove outdated and unnecessary dbus declarations.
3217
0d23c240
EZ
32182012-06-30 Eli Zaretskii <eliz@gnu.org>
3219
3220 * emacs-lisp/timer.el (timer-until): Subtract results of
3221 float-time, instead of taking float-time of the result of
3222 time-subtract, since float-time signals an error for negative time
3223 arguments.
3224
b3218de1
CY
32252012-06-30 Chong Yidong <cyd@gnu.org>
3226
3227 * xml.el (xml-*-re): Convert defvars into defconsts, and
3228 eval-and-compile them so eval-and-compile works on derivatives.
3229 (xml--entity-replacement-text): Use eval-and-comple.
3230
a40c87a0
MA
32312012-06-30 Michael Albinus <michael.albinus@gmx.de>
3232
3233 * vc/vc-git.el (vc-git-registered): Use cache property
3234 `git-registered'.
3235 (vc-git-mode-line-string): Call `vc-working-revision' instead of
3236 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 3237 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 3238
ac87de97
DG
32392012-06-30 Dmitry Gutov <dgutov@yandex.ru>
3240
3241 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 3242 removed (likely outside Emacs). (Bug#11757)
ac87de97 3243
ac10fe06
SM
32442012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3245
3df31c9f 3246 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 3247
7f3fbd5d
CY
32482012-06-30 Chong Yidong <cyd@gnu.org>
3249
3250 * xml.el: Implement XML parameter entities.
3251 (xml-parameter-entity-alist): New variable.
3252 (xml-parse-region, xml-parse-fragment): Preserve previous values
3253 of xml-entity-alist and xml-parameter-entity-alist, so that
3254 repeated calls on different documents do not change them.
3255 (xml-parse-tag): Fix doctype regexp.
3256 (xml--entity-replacement-text): New function.
3257 (xml-parse-dtd): Use it. Don't handle system entities; doing that
3258 properly requires url retrieval which is unimplemented.
3259 (xml-escape-string): Doc fix.
3260
3cfbebba
SM
32612012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
3264
2af3565e
DA
32652012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3266
3267 * fringe.el (fringe-mode): Doc fix.
3268
929df0e7
MA
32692012-06-29 Michael Albinus <michael.albinus@gmx.de>
3270
3271 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
3272 is non-nil.
3273 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
3274 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
3275
c8d3a25c 32762012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 3277
c8d3a25c
GM
3278 * calendar/cal-dst.el (calendar-current-time-zone):
3279 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 3280
c8d3a25c 32812012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
3282
3283 * progmodes/which-func.el (which-func-format):
3284 Add mouse-face. (Bug#11698)
3285
c8d3a25c
GM
32862012-06-29 Leo Liu <sdl.web@gmail.com>
3287
3288 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
3289
32902012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * minibuffer.el (minibuffer-confirm-exit-commands):
3293 Add completion-at-point (bug#11725).
3294
32952012-06-29 Glenn Morris <rgm@gnu.org>
3296
3297 * progmodes/f90.el (f90-font-lock-keywords-2):
3298 Add some preprocessor elements. (Bug#10499)
3299
33002012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * progmodes/cperl-mode.el (cperl-update-syntaxification):
3303 Use syntax-propertize (bug#11739).
3304
2badeec4
JB
33052012-06-28 Juanma Barranquero <lekktu@gmail.com>
3306
3307 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
3308
ae4969c2
JD
33092012-06-28 Julien Danjou <julien@danjou.info>
3310
3311 * term.el (term-handle-colors-array): Use a set of new faces to
3312 color the terminal. Also uses :inverse-video property.
3313 (term-default-fg-color): Set to nil by default, deprecate in favor
3314 of `term-face'.
3315 (term-default-bg-color): Set to nil by default, deprecate in favor
3316 of `term-face'.
3317 (term-current-face): Use `term-face' by default.
3318 (term-bold-attribute): Variable deleted.
3319
1c9bd870
GM
33202012-06-28 Glenn Morris <rgm@gnu.org>
3321
3322 * simple.el (completion-list-mode-finish):
3323 Don't use toggle-read-only. (Since completion-list-mode has
3324 a special mode-class, it wasn't doing anything extra anyway.)
3325
c207708c
SM
33262012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 Make inlining of other-mode interpreted functions work (bug#11799).
3329 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
3330 (byte-compile): Use it to fix compilation of lexical-binding closures.
3331 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
3332 function, if needed.
3333
3fd56834
SM
33342012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3335
04901786
SM
3336 * help-mode.el (help-make-xrefs): Don't just withstand
3337 cyclic-variable-indirection but any error in documentation-property.
3338
1ec4b7b2
SM
3339 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
3340 memory use.
3341 * bindings.el (bindings--define-key): New function.
3342 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
3343 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
3344 * bindings.el: Use it to purecopy define-key bindings.
3345
e309e2a5
SM
3346 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
3347
d5c6faf9
SM
3348 * emacs-lisp/cl.el (flet): Mark obsolete.
3349 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
3350 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
3351 * progmodes/js.el (js-c-fill-paragraph):
3352 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
3353 (ebrowse-switch-member-buffer-to-derived-class):
3354 * play/5x5.el (5x5-solver): Use cl-flet.
3355
6e9590e2
SM
3356 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
3357 (cl--symbol-function): New macro.
3358 (cl--letf, cl--letf*): Use it.
3359
3fd56834
SM
3360 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3361 Strip "toggle-" if any.
3362
35ff222c
GM
33632012-06-27 Glenn Morris <rgm@gnu.org>
3364
1ba6038a
GM
3365 * info.el (Info-default-directory-list): Move here from paths.el.
3366 * paths.el: Remove file, which is now empty.
3367 * loadup.el: No longer load "paths".
3368
0ea0e51b
GM
3369 * custom.el (custom-initialize-delay): Doc fix.
3370
35ff222c
GM
3371 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3372 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3373 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3374 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3375 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3376 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3377 * eshell/eshell.el (eshell-defgroup): Remove alias.
3378
c89926a5
CY
33792012-06-27 Chong Yidong <cyd@gnu.org>
3380
3381 * help.el (help-enable-auto-load): New variable.
3382
3383 * help-fns.el (help-fns--autoloaded-p): New function.
3384 (describe-function-1): Refer to a function as "autoloaded" if it
3385 was autoloaded at any time in the past. Perform autoloading if
3386 help-enable-auto-load is non-nil.
3387
cc06e7e7
EZ
33882012-06-26 Eli Zaretskii <eliz@gnu.org>
3389
3390 * makefile.w32-in (compile, compile-always): Depend on
3391 update-subdirs, not on subdirs.el. Otherwise, several different
3392 sub-targets of 'bootstrap' running in parallel could
3393 simultaneously write to subdirs.el, producing a garbled file.
3394
d2c32364
SS
33952012-06-26 Sam Steingold <sds@gnu.org>
3396
3397 * files.el (file-name-base): New convenience function.
0d14cc21
GM
3398 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
3399 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
3400 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
3401 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
3402 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
3403 * textmodes/tex-mode.el: Use it.
3404 Did not touch cedet and org because they are maintained elsewhere.
3405
5cf983b2
MR
34062012-06-26 Martin Rudalics <rudalics@gmx.at>
3407
3408 * calendar/calendar.el (calendar-exit): Don't try to delete or
3409 iconify last frame. See:
3410 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
3411
8c4f2952
JD
34122012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
3413
3414 * server.el (server-process-filter): Remember dir in the
3415 process's `server-client-directory' properties.
3416
772b2e2c
CY
34172012-06-24 Chong Yidong <cyd@gnu.org>
3418
3419 * xml.el (xml-parse-tag): Correctly handle comment embedded in
3420 non-tag text.
3421
711b11e1
JB
34222012-06-23 Juanma Barranquero <lekktu@gmail.com>
3423
3424 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
3425
dc5d230c
SM
34262012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * help-fns.el (describe-variable): Don't croak when doc is not found.
3429 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
3430 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
3431 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
3432 * emacs-lisp/smie.el (smie-next-sexp): CSE.
3433 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
3434 ((lambda ..) ..).
3435 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
3436
136e1c1d
CY
34372012-06-23 Chong Yidong <cyd@gnu.org>
3438
e8c1cabf
CY
3439 * info.el (Info-mouse-follow-link): Accept symbol values of
3440 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
3441 (Info-fontify-node): Use Info-link-keymap for all navigation
3442 buttons, with link-args property to perform the desired action.
3443 (Info-link-keymap): Doc fix.
3444 (Info-next-link-keymap, Info-prev-link-keymap)
3445 (Info-up-link-keymap): Delete now-unused keymaps.
3446
0e9e6c6a
CY
34472012-06-23 Chong Yidong <cyd@gnu.org>
3448
05e89fea
CY
3449 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
3450
0e9e6c6a
CY
3451 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
3452 system abbrevs.
3453
3454 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
3455
e33c6771
SM
34562012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3457
b68581e2
SM
3458 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
3459 (bug#11719).
3460
e33c6771
SM
3461 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
3462 the requote function doesn't work properly (bug#11714).
3463
7117e105
GM
34642012-06-23 Glenn Morris <rgm@gnu.org>
3465
3466 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
3467
36cec983
SM
34682012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 Further GV/CL cleanups.
3471 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
3472 gv-expander.
3473 (gv--defun-declaration): New function.
3474 (defun-declarations-alist): Use it.
3475 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
3476 (gv-place): Autoload.
3477 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
3478 original definition of dotimes and dolist.
3479 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
3480 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
3481 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
3482 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3483 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
3484 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
3485 to the function's definition.
3486 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
3487 * window.el:
3488 * files.el:
3489 * faces.el:
3490 * env.el: Don't use CL.
3491
d35af63c
PE
34922012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3493
3494 Support higher-resolution time stamps (Bug#9000).
3495
3496 * calendar/time-date.el (with-decoded-time-value): New arg
3497 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
3498 (encode-time-value): New optional arg PICO. New type 3.
3499 (time-to-seconds) [!float-time]: Support the new picoseconds
3500 component if it's used.
3501 (seconds-to-time, time-subtract, time-add):
3502 Support ps-resolution time stamps as well.
3503
3504 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
3505 (timerp): Timer vectors now have length 9, not 8.
3506 (timer--time): Support new-style (4-part) time stamps.
3507 (timer-next-integral-multiple-of-time): Time stamps now have
3508 picosecond resolution, so take a bit more care about rounding.
3509 (timer-relative-time, timer-inc-time): New optional arg psecs.
3510 (timer-set-time-with-usecs): Set psecs to 0.
3511 (timer--activate): Check psecs component, too.
3512
3513 * proced.el (proced-time-lessp): Support ps-resolution stamps.
3514
ac77b21a
SM
35152012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3516
f143bfe3
SM
3517 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3518 Move the non-essential binding to the post/pre-command-hook where it is
3519 more obviously correct.
3520
ac77b21a
SM
3521 * subr.el (read-passwd): Don't use a history at all.
3522 * savehist.el (savehist-save): Remove password saved accidentally
3523 because of the above bug.
3524
76386c5a
BG
35252012-06-22 Bastien Guerry <bzg@gnu.org>
3526
3527 * files.el (toggle-read-only): Display a message telling whether
3528 the buffer is read-only or not (bug#11726).
3529
2ee3d7f0
SM
35302012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * emacs-lisp/gv.el: New file.
3533 * subr.el (push, pop): Extend to generalized variables.
3534 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3535 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3536 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
3537 gv-define-simple-setter, and gv-define-expander.
3538 Remove setf-methods defined in gv. Rename cl-setf -> setf.
3539 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3540 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3541 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3542 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3543 gv-letplace.
3544 (cl-defstruct): Don't define setf-method any more.
3545 * emacs-lisp/cl.el (flet): Don't autoload.
3546 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3547 (define-setf-expander, defsetf, define-modify-macro)
3548 (cl-struct-setf-expander): Move from cl-lib.el.
3549 * emacs-lisp/syntax.el:
3550 * emacs-lisp/ewoc.el:
3551 * emacs-lisp/smie.el:
3552 * emacs-lisp/cconv.el:
3553 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3554 (timer--time): Use gv-define-simple-setter.
3555 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3556 to avoid coding-system problems in subr.el. Adjust all users.
3557 (macroexp--maxsize, macroexp-small-p): New functions.
3558 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3559 * scroll-bar.el (scroll-bar-mode):
3560 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3561 (normal-erase-is-backspace-mode): Don't use the `eq' place.
3562 * winner.el (winner-configuration, winner-make-point-alist)
3563 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3564 * files.el (locate-file-completion-table): Avoid list*.
3565
c5695d1d
CY
35662012-06-22 Chong Yidong <cyd@gnu.org>
3567
3568 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3569 (dired-create-files): Doc fix (Bug#11329).
3570 (dired-do-copy): Doc fix (Bug#11334).
3571 (dired-mark-read-string): Doc fix (Bug#11553).
3572
2ee3d7f0
SM
3573 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3574 Doc fix (Bug#11326).
c5695d1d
CY
3575 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3576 (dired-dwim-target): Doc fix.
3577
3578 * wdired.el (wdired-mode): Doc fix.
3579
89b5595a
GM
35802012-06-22 Glenn Morris <rgm@gnu.org>
3581
575db3f1
GM
3582 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3583 (pcmpl-rpm-cache-stamp-file): New constant.
3584 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3585 (pcmpl-rpm-packages): Optionally cache list of packages.
3586
a4c8dd51
GM
3587 * pcmpl-rpm.el (pcmpl-rpm): New group.
3588 (pcmpl-rpm-query-options): New option.
3589 (pcmpl-rpm-packages): No need to inline it.
3590 Use pcmpl-rpm-query-options.
3591
89b5595a
GM
3592 * calendar/calendar.el (calendar-in-read-only-buffer):
3593 Avoid some needless mode changes.
3594
e76f0800
CY
35952012-06-21 Chong Yidong <cyd@gnu.org>
3596
3597 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3598 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 3599 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 3600
297a8f1d
CY
36012012-06-20 Chong Yidong <cyd@gnu.org>
3602
3603 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3604
d34c18b1
DR
36052012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3606
3607 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3608 (bug#11201).
3609
32f7f28e
CY
36102012-06-20 Chong Yidong <cyd@gnu.org>
3611
3612 * term.el (term-window-width): Handle the case of a missing right
3613 fringe (Bug#8837).
3614 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
3615 (term-mode): Use define-derived-mode. Minor cleanups.
3616 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
3617 (term-move-columns, term-insert-char, term-emulate-terminal)
3618 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 3619
493c6688
MA
36202012-06-20 Michael Albinus <michael.albinus@gmx.de>
3621
d34c18b1
DR
3622 * net/ange-ftp.el (ange-ftp-get-passwd):
3623 Bind `enable-recursive-minibuffers'.
493c6688
MA
3624 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3625
3f06ecf4
DR
36262012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3627
3628 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3629
68f12411
GM
36302012-06-19 Glenn Morris <rgm@gnu.org>
3631
3632 * progmodes/python.el (python-mode): Derive from prog-mode.
3633
b3820318
KG
36342012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3635
3636 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3637 (edt-user-menu-bar-update-buffers): New functions.
3638 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3639
c6bf3022
CY
36402012-06-19 Chong Yidong <cyd@gnu.org>
3641
3642 * subr.el (with-selected-window): Preserve the selected window's
3643 terminal's top-frame (Bug#4702).
3644
3645 * window.el (save-selected-window): Likewise.
3646
25f09295
SM
36472012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * progmodes/python.el (python-rx-constituents): Move backquote.
3650 (python-skeleton-define, python-define-auxiliary-skeleton):
3651 Use `declare'.
3652
6b11952a
MA
36532012-06-18 Michael Albinus <michael.albinus@gmx.de>
3654
3655 * minibuffer.el (read-file-name-default): Revert the patch from
3656 2012-06-17.
3657
ee4b1330
SM
36582012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3661 (pcase--u1, pcase--q1): Don't use apply-partially.
3662
35647f79
GM
36632012-06-18 Glenn Morris <rgm@gnu.org>
3664
3665 * progmodes/python.el (python-proc, python-buffer)
3666 (python-send-receive, python-send-string): Fix obsolete versions.
3667
24b0cff0
MR
36682012-06-18 Martin Rudalics <rudalics@gmx.at>
3669
3670 * window.el (special-display-p): Completely remove stringp
3671 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3672
29855149
MA
36732012-06-17 Michael Albinus <michael.albinus@gmx.de>
3674
3675 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3676
3677 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3678
3679 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3680 * net/tramp-sh.el (tramp-maybe-open-connection):
3681 Throw if `non-essential' is non-nil.
3682
07463363
MR
36832012-06-17 Martin Rudalics <rudalics@gmx.at>
3684
3685 * window.el (special-display-p): Signal an error if BUFFER-NAME
3686 is not a string (Bug#11713).
3687
48d1354e
PE
36882012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3689
3690 * progmodes/python.el (python-info-beginning-of-backslash):
3691 Rename from python-info-beginning-of-backlash, as a spelling fix.
3692
eb4a8a9a
CY
36932012-06-17 Chong Yidong <cyd@gnu.org>
3694
3695 * term.el (term-emulate-terminal): If term-check-size is called,
3696 move point to the process mark without resetting point (Bug#4635).
3697
ddfbf826 36982012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
3699
3700 * international/mule-cmds.el (mule-menu-keymap)
3701 (set-language-environment, set-locale-environment): Doc tweaks.
3702
9b0e3eba
AA
37032012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
3704
3705 * cus-face.el (custom-face-attributes): Add wave-style underline
3706 attribute.
3707 * faces.el (set-face-attribute): Update docstring to describe
3708 wave-style underline attribute.
3709
771e3eae
CY
37102012-06-16 Chong Yidong <cyd@gnu.org>
3711
3712 * term/xterm.el (terminal-init-xterm): Discard input before
3713 querying background mode (Bug#10959).
3714
7ae2ea10
SM
37152012-06-16 Stefan Merten <smerten@oekonux.de>
3716
3717 * textmodes/rst.el: Added and corrected some comments.
3718 (rst-re-alist-def): Improve symbol syntax.
3719 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
3720 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3721 (rst-official-version, rst-official-cvs-rev): Update version
3722 information.
7ae2ea10 3723
b6974efa
JB
37242012-06-15 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
3727 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
3728
8826d473
GM
37292012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
3730
3731 * progmodes/python.el: New python.el merge.
3732 (python-guess-indent): Obsolete var.
3733 (python-indent-guess-indent-offset): New defcustom.
3734 (python-indent): Obsolete var.
3735 (python-indent-offset): New defcustom.
3736 (python-python-command, python-jython-command): Delete var.
3737 (python-shell-interpreter): New defcustom.
3738 (python-pdbtrack-do-tracking-p): Delete var.
3739 (python-pdbtrack-activate): New defcustom.
3740 (python-use-skeletons): Obsolete var.
3741 (python-skeleton-autoinsert): New defcustom.
3742 (inferior-python-filter-regexp, python-continuation-offset)
3743 (python-honour-comment-indentation, python-indent-string-contents)
3744 (python-jython-packages, python-mode-hook)
3745 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
3746 (python-shell-prompt-alist)
3747 (python-source-modes): Delete defcustoms.
3748 (python-check-buffer-name, python-eldoc-setup-code)
3749 (python-eldoc-string-code, python-ffap-setup-code)
3750 (python-ffap-string-code, python-fill-comment-function)
3751 (python-fill-decorator-function, python-fill-paren-function)
3752 (python-fill-string-function, python-imenu-include-defun-type)
3753 (python-imenu-make-tree, python-imenu-subtree-root-label)
3754 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
3755 (python-shell-compilation-regexp-alist)
3756 (python-shell-completion-module-string-code)
3757 (python-shell-completion-pdb-string-code)
3758 (python-shell-completion-setup-code)
3759 (python-shell-completion-string-code)
3760 (python-shell-enable-font-lock, python-shell-exec-path)
3761 (python-shell-extra-pythonpaths)
3762 (python-shell-internal-buffer-name, python-shell-interpreter-args)
3763 (python-shell-process-environment)
3764 (python-shell-prompt-block-regexp)
3765 (python-shell-prompt-output-regexp)
3766 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
3767 (python-shell-send-setup-max-wait, python-shell-setup-codes)
3768 (python-shell-virtualenv-path): New defcustoms.
3769 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
3770 (inferior-python-mode-syntax-table, python--prompt-regexp)
3771 (python-buffer, python-command python-python-command)
3772 (python-default-template, python-imports, python-indent-index)
3773 (python-indent-list, python-indent-list-length)
3774 (python-mode-running, python-pdbtrack-is-tracking-p)
3775 (python-preoutput-continuation, python-preoutput-leftover)
3776 (python-preoutput-result, python-preoutput-skip-next-prompt)
3777 (python-prev-dir/file, python-recursing)
3778 (python-saved-check-command, python-version-checked)
3779 (python-which-func-length-limit)
3780 (view-return-to-alist): Delete vars.
3781 (python-check-custom-command, python-dotty-syntax-table)
3782 (python-imenu-index-alist, python-indent-current-level)
3783 (python-indent-dedenters, python-indent-levels)
3784 (python-nav-beginning-of-defun-regexp)
3785 (python-nav-list-defun-positions-cache)
3786 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
3787 (python-shell-internal-buffer)
3788 (python-skeleton-available): New vars.
3789 (def-python-skeleton): Delete macro.
3790 (python-skeleton-define): New macro.
3791 (python-define-auxiliary-skeleton, python-rx): New macros.
3792 (python-insert-class): Delete command.
3793 (python-skeleton-class): New command.
3794 (python-insert-def): Delete command.
3795 (python-skeleton-def): New command.
3796 (python-insert-for): Delete command.
3797 (python-skeleton-for): New command.
3798 (python-insert-if): Delete command.
3799 (python-skeleton-if): New command.
3800 (python-insert-try/except, python-insert-try/finally): Delete commands.
3801 (python-skeleton-try): New command.
3802 (python-insert-while): Delete command.
3803 (python-skeleton-while): New command.
3804 (python-backspace): Delete command.
3805 (python-indent-dedent-line-backspace): New command.
3806 (python-electric-colon): Delete command.
3807 (python-indent-electric-colon): New command.
3808 (python-guess-indent): Delete command.
3809 (python-indent-guess-indent-offset): New command.
3810 (python-shift-left): Delete command.
3811 (python-indent-shift-left): New command.
3812 (python-shift-right): Delete command.
3813 (python-indent-shift-right): New command.
3814 (python-find-function): Delete command.
3815 (python-nav-jump-to-defun): New command.
3816 (python-next-statement): Delete command.
3817 (python-nav-forward-sentence): New command.
3818 (python-previous-statement): Delete command.
3819 (python-nav-backward-sentence): New command.
3820 (python-fill-paragraph): Delete command.
3821 (python-fill-paragraph-function): New command.
3822 (python-send-buffer): Delete command.
3823 (python-shell-send-buffer): New command.
3824 (python-send-defun): Delete command.
3825 (python-shell-send-defun): New command.
3826 (python-send-region, python-send-region-and-go): Delete commands.
3827 (python-shell-send-region)
3828 (python-shell-switch-to-shell): New commands.
3829 (python-send-string): Delete command.
3830 (python-shell-send-string): New command.
3831 (python-switch-to-python): Delete command.
3832 (python-shell-switch-to-shell): New command.
3833 (python-describe-symbol): Delete command.
3834 (python-eldoc-at-point): New command.
3835 (python--set-prompt-regexp, python-args-to-list)
3836 (python-after-info-look, python-check-version)
3837 (python-check-comint-prompt, python-find-imports)
3838 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
3839 (python-unload-function, python-expand-template)
3840 (python-maybe-jython, python-preoutput-filter)
3841 (python-pdbtrack-get-source-buffer)
3842 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
3843 (python-pdbtrack-toggle-stack-tracking)
3844 (python-pdbtrack-track-stack-file, python-initial-text)
3845 (python-first-word, python-comment-line-p, python-send-command)
3846 (python-setup-brm, python-sentinel, python-set-proc)
3847 (python-skip-out, python-input-filter, python-outdent-p)
3848 (python-outline-level, python-backslash-continuation-line-p)
3849 (python-end-of-block, python-end-of-statement, python-mark-block)
3850 (python-beginning-of-block, python-beginning-of-statement)
3851 (python-blank-line-p, python-beginning-of-string)
3852 (python-open-block-statement-p): Delete functions.
3853 (python-indent-line, python-indent-line-1): Delete functions.
3854 (python-indent-line): New function.
3855 (python-indentation-levels): Delete function.
3856 (python-indent-calculate-levels): New function.
3857 (python-proc): Delete function.
3858 (python-shell-get-process): New function.
3859 (python-send-receive): Delete function.
3860 (python-shell-send-string-no-output): New function.
3861 (python-module-path): Delete function.
3862 (python-ffap-module-path): New function.
3863 (python-completion-at-point)
3864 (python-symbol-completions): Delete functions.
3865 (python-completion-complete-at-point): New function.
3866 (python-load-file): Delete function.
3867 (python-shell-send-file): New function.
3868 (python-calculate-indentation): Delete function.
3869 (python-indent-calculate-indentation): New function.
3870 (python-skip-comments/blanks): Delete function.
3871 (python-util-forward-comment): New function.
3872 (python-continuation-line-p): Delete function.
3873 (python-info-continuation-line-p): New function.
3874 (python-which-func, python-current-defun): Delete function.
3875 (python-info-current-defun): New function.
3876 (python-beginning-of-defun): Delete function.
3877 (python-nav-beginning-of-defun): New function.
3878 (python-close-block-statement-p)
3879 (python-block-end-p): Delete function.
3880 (python-info-closing-block): New function.
3881 (python-comint-output-filter-function)
3882 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
3883 (python-fill-comment, python-fill-decorator, python-fill-paren)
3884 (python-fill-string, python-imenu-make-element-tree)
3885 (python-imenu-make-tree, python-imenu-tree-assoc)
3886 (python-indent-context, python-indent-dedent-line)
3887 (python-indent-line-function)
3888 (python-indent-post-self-insert-function)
3889 (python-indent-toggle-levels)
3890 (python-info-assignment-continuation-line-p)
3891 (python-info-beginning-of-backlash)
3892 (python-info-block-continuation-line-p)
3893 (python-info-closing-block-message)
3894 (python-info-line-ends-backslash-p)
3895 (python-info-looking-at-beginning-of-defun)
3896 (python-info-ppss-context, python-info-ppss-context-type)
3897 (python-nav-list-defun-positions, python-nav-read-defun)
3898 (python-nav-sentence-end, python-nav-sentence-start)
3899 (python-pdbtrack-comint-output-filter-function)
3900 (python-pdbtrack-set-tracked-buffer)
3901 (python-shell-calculate-exec-path)
3902 (python-shell-calculate-process-environment)
3903 (python-shell-completion--do-completion-at-point)
3904 (python-shell-completion--get-completions)
3905 (python-shell-completion-complete-at-point)
3906 (python-shell-completion-complete-or-indent)
3907 (python-shell-get-or-create-process)
3908 (python-shell-get-process-name)
3909 (python-shell-internal-get-or-create-process)
3910 (python-shell-internal-get-process-name)
3911 (python-shell-internal-send-string, python-shell-make-comint)
3912 (python-shell-parse-command, python-shell-send-setup-code)
3913 (python-skeleton-add-menu-items)
3914 (python-util-clone-local-variables, python-util-position)
3915 (run-python-internal, python-indentation-levels)
3916 (python-nav-beginning-of-defun)
3917 (python-completion-complete-at-point): New functions.
3918 (run-python): Change arguments. New API requirements.
3919
4302f5ba
SM
39202012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3921
f38ea36d
SM
3922 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
3923 (bug#11649).
3924
3925 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
3926 (macroexp--expand-all): Use it.
3927
4302f5ba
SM
3928 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
3929 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
3930 Use `cl-function' instead.
3931
33377562
JB
39322012-06-14 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
3935 Suggested by Stefan Monnier while discussing bug#11657.
3936
54c5ba1a
SS
39372012-06-14 Sam Steingold <sds@gnu.org>
3938
3939 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
3940
f9f1b1fe
AS
39412012-06-14 Andreas Schwab <schwab@linux-m68k.org>
3942
3943 * play/doctor.el (doctor-doc): Remove parameter and use
3944 doctor-sent instead of sent.
3945 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
3946
a81068ba
SM
39472012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3948
5a315f9c
SM
3949 * files.el: Require cl-lib.
3950 (file-name-non-special): Replace case -> cl-case.
3951
3952 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
3953
a81068ba
SM
3954 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
3955 mapping from #' to function*.
3956
8cca9703
CY
39572012-06-13 Chong Yidong <cyd@gnu.org>
3958
3959 * mouse.el (mouse-drag-track): Do not set the mark if the user
3960 releases the mouse without selecting anything (Bug#11588).
3961
a12ac9d7
SM
39622012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3963
ccf1dc18
SM
3964 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
3965 as well (bug#11646).
3966
ef62b23d
SM
3967 * loadup.el: Count byte-code functions as well.
3968
c4c8444a
SM
3969 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
3970 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
3971
a12ac9d7
SM
3972 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
3973 (bug#11649). Add cl-defun and cl-defmacro.
3974
87e6e64f
DA
39752012-06-13 Drew Adams <drew.adams@oracle.com>
3976
3977 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3978 Fix last change.
3979
682cefaf
MA
39802012-06-13 Michael Albinus <michael.albinus@gmx.de>
3981
3982 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
3983 Otherwise, it blocks in batch mode.
3984
773e1f08
JB
39852012-06-13 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * help-mode.el (bookmark-make-record-default): Declare.
3988
60057926
CY
39892012-06-13 Chong Yidong <cyd@gnu.org>
3990
3991 * emacs-lisp/package.el (list-packages): Compute a list of
3992 packages that are newly-available since the last list-packages
3993 invocation.
3994 (package-menu--new-package-list): New var.
3995 (package-menu--generate, package-menu--print-info)
3996 (package-menu--status-predicate, package-menu-mark-install):
3997 Handle new status label "new".
3998
ad4d226c
SM
39992012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
4002 conversion to backquotes.
4003
f1a4e679
CY
40042012-06-12 Chong Yidong <cyd@gnu.org>
4005
4006 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
4007 Rename from gud-inhibit-global-bindings.
4008
4009 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
4010
4011 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
4012 hook from nxml-glyph-set-hook.
4013
4014 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
4015 declaration.
4016
4017 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
4018
4019 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
4020 Convert to defcustom.
4021
0c9e42b5
DA
40222012-06-12 Drew Adams <drew.adams@oracle.com>
4023
4024 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4025 New functions.
4026 (help-mode): Use them.
4027
09e06855
GM
40282012-06-11 Glenn Morris <rgm@gnu.org>
4029
4030 * progmodes/fortran.el (fortran-font-lock-keywords-3):
4031 Use preprocessor face for directives.
4032 (fortran-directive-re): Doc fix.
4033
71adb94b
SM
40342012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4035
2eb87922
SM
4036 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
4037 conversion to backquotes (bug#11652).
4038
71adb94b
SM
4039 Fix compiler-expansion of CL's cXXr functions (bug#11673).
4040 * emacs-lisp/cl-lib.el (cl--defalias): New function.
4041 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
4042 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
4043 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4044 (cl-ninth, cl-tenth): Mark them as inlinable.
4045 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
4046 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
4047 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
4048 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
4049 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
4050 (cl-list*, cl-adjoin): Don't put an autoload manually.
4051 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
4052 (cl--compiler-macro-list*): Add autoload cookie.
4053 (cl--compiler-macro-cXXr): New function.
2eb87922 4054
71adb94b
SM
4055 * help-fns.el (help-fns--compiler-macro): New function extracted from
4056 describe-function-1; follow aliases and use `compiler-macro' property.
4057 (describe-function-1): Use it.
4058
a6674402
CY
40592012-06-11 Chong Yidong <cyd@gnu.org>
4060
4061 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
4062 is uninstalled, if imagemagick is installed.
4063
bb3faf5b
SM
40642012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * emacs-lisp/cl-lib.el: Use lexical-binding.
4067 (cl-map-extents, cl-maclisp-member): Remove.
4068 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
4069 (cl--set-substring, cl--block-wrapper, cl--block-throw)
4070 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
4071 * emacs-lisp/cl-extra.el: Use lexical-binding.
4072 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
4073 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
4074 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
4075 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
4076 * emacs-lisp/cl-seq.el: Use lexical-binding.
4077 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
4078 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
4079 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
4080 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
4081 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
4082 CL's internals.
4083
2fe4b125
MA
40842012-06-11 Michael Albinus <michael.albinus@gmx.de>
4085
4086 Sync with Tramp 2.2.6-pre.
4087
4088 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
4089 `print-length' and `print-level' to nil, in order to avoid
4090 truncation. Reported by Christopher Schmidt
4091 <christopher@ristopher.com>.
4092
4093 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
4094
4095 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
4096 New defmacro.
4097 (tramp-compat-copy-directory): Add optional argument
4098 COPY-CONTENTS. It is not handled yet.
4099
4100 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
4101 (tramp-ftp-file-name-p): Simplify.
4102
4103 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
4104 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
4105 connection vector.
4106
4107 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
4108 (tramp-methods): Do not use `tramp-password-end-of-line'.
4109 (tramp-completion-function-alist-putty): Handle UNIX case.
4110 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
4111 (tramp-do-file-attributes-with-stat)
4112 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
4113 gid as real numbers. They could run out of integer range on cygwin.
4114 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
4115 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
4116 (tramp-open-connection-setup-interactive-shell):
4117 Use `tramp-cleanup'. Move check for busyboxes ...
4118 (tramp-find-shell): ... here. Simplify implementation.
4119 Set "remote-shell" property also for alternative shells.
4120 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
4121 If failing, a regular file would be written otherwise.
4122 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
4123 (tramp-find-inline-encoding): Cache the coding commands in the
4124 process cache. Apply test command on the remote side, if defined.
4125 (tramp-find-inline-compress): Cache the compress commands in the
4126 process cache.
4127 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
4128 when requested. Handle hops.
4129 (tramp-current-connection): New defvar.
87e6e64f
DA
4130 (tramp-maybe-open-connection): Use `tramp-cleanup'.
4131 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 4132 Handle user interrupt. (Bug#10187)
87e6e64f
DA
4133 (tramp-get-inline-compress, tramp-get-inline-coding):
4134 Read connection properties from the process cache.
2fe4b125
MA
4135
4136 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
4137 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
4138 New defconsts.
2fe4b125
MA
4139 (tramp-smb-prompt): Extend for powershell prompt.
4140 (tramp-smb-file-name-handler-alist): Add handlers for
4141 `process-file', `shell-command' and `start-file-process'.
4142 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
4143 (tramp-smb-winexe-shell-command-switch): New defcustoms.
4144 (tramp-smb-file-name-p): Simplify.
4145 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
4146 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
4147 (tramp-smb-shell-quote-argument): New defuns.
4148 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
4149 Implement using "tar". By this, time-stamps are preserved.
4150 (tramp-smb-handle-copy-file): Handle also the case of directories.
4151 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
4152 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
4153 Use `tramp-get-connection-buffer').
2fe4b125
MA
4154 (tramp-smb-handle-rename-file): Use "rename", when source and
4155 target are on the same share.
87e6e64f
DA
4156 (tramp-smb-maybe-open-connection): Handle wrong passwords.
4157 Use `tramp-smb-server-version'.
2fe4b125
MA
4158 (tramp-smb-wait-for-output): Remove prompt.
4159
4160 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
4161 (tramp-methods, tramp-rsh-end-of-line):
4162 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
4163 (tramp-save-ad-hoc-proxies): New defcustom.
4164 (tramp-completion-function-alist): Adapt docstring.
4165 (tramp-default-password-end-of-line): Remove defcustom.
4166 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
4167 (tramp-user-regexp, tramp-file-name-regexp-unified)
4168 (tramp-file-name-regexp-url): Extend regexp by hop separator.
4169 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
4170 (tramp-remote-file-name-spec-regexp): New defconst.
4171 (tramp-file-name-structure): Extend structure for hops.
4172 (tramp-get-method-parameter): Move up.
4173 (tramp-file-name-p, tramp-dissect-file-name)
4174 (with-parsed-tramp-file-name): Handle hops.
4175 (tramp-file-name-hop): New defun.
4176 (tramp-make-tramp-file-name): New optional arg HOP.
4177 (tramp-message-show-progress-reporter-message): New defvar.
4178 (tramp-with-progress-reporter): Use it. We cannot use
4179 `tramp-message-show-message' here, because this suppresses also
4180 error buffers.
4181 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
4182 `tramp-message-show-message' is nil.
4183 Use `tramp-get-connection-buffer'.
2fe4b125
MA
4184 (tramp-cleanup): New defun.
4185 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
4186 (tramp-file-name-handler): If `debug-on-error' is set, propagate
4187 an error unchanged.
4188 (tramp-completion-handle-file-name-all-completions): Handle hops.
4189 Fix an error when called from ido.
4190 (tramp-completion-dissect-file-name): Use better local variable
4191 name. Add hop to the vector.
4192 (tramp-handle-insert-file-contents): Use progress-reporter for the
4193 whole scenario.
4194 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
4195 to `t'.
4196 (tramp-check-for-regexp): Simplify search.
4197 (tramp-enter-password): Remove it. Move implementation ...
4198 (tramp-action-password): ... here.
4199 (tramp-mode-string-to-int, tramp-local-host-p)
4200 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
4201 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
4202 Set tramp-autoload cookie.
2fe4b125
MA
4203
4204 * net/trampver.el: Update release number.
4205
42062012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4207 Michael Albinus <michael.albinus@gmx.de>
4208
4209 * net/tramp.el (tramp-set-completion-function): Fix docstring.
4210 (tramp-parse-group, tramp-parse-file)
4211 (tramp-parse-shostkeys-sknownhosts): New defuns.
4212 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
4213 (tramp-parse-shosts-group, tramp-parse-sconfig)
4214 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
4215 (tramp-parse-sknownhosts, tramp-parse-hosts)
4216 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
4217 Use them.
4218 (tramp-parse-passwd-group, tramp-parse-netrc-group)
4219 (tramp-parse-putty-group): Don't narrow.
4220 (tramp-parse-putty): Make a loop.
4221 (tramp-file-name-handler): Catch the `suppress' signal.
4222
72834e10
CY
42232012-06-11 Chong Yidong <cyd@gnu.org>
4224
4225 * image.el (imagemagick-register-types): Put the ImageMagick entry
4226 at the end of image-type-file-name-regexps.
4227
a4712e11
JB
42282012-06-11 Johan Bockgård <bojohan@gnu.org>
4229
4230 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
4231 (pcase, pcase-let*, pcase-dolist): Use them.
4232
82ad98e3
SM
42332012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * emacs-lisp/pcase.el (pcase--let*): New function.
4236 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
4237 (pcase--expand): Use macroexp-let².
4238
f80efb86
SM
42392012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
4242 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
4243 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
4244 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
4245 * emacs-lisp/derived.el: Use pcase instead of `cl'.
4246 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
4247
31ca4639 42482012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 4249
31ca4639
CY
4250 * mail/rmail.el (rmail-yank-current-message): Leave point at
4251 correct position. (Bug#11660)
94f0aa34 4252
31ca4639 42532012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 4254
31ca4639 4255 * allout-widgets.el: Fix code header.
9e1b8ec4 4256
31ca4639 42572012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 4258
f80efb86
SM
4259 * cus-edit.el (customize-changed-options-previous-release):
4260 Bump to 24.1.
31ca4639 4261
642b6d30
AS
42622012-06-09 Andreas Schwab <schwab@linux-m68k.org>
4263
4264 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
4265
4f5d2ba1
CY
42662012-06-09 Chong Yidong <cyd@gnu.org>
4267
4268 * ebuff-menu.el (electric-buffer-list): Preserve header line.
4269
e75852fd
MR
42702012-06-09 Martin Rudalics <rudalics@gmx.at>
4271
4272 * window.el (special-display-popup-frame): Don't use
4273 window--display-buffer (Bug#11651).
4274
1e48e282
EZ
42752012-06-09 Eli Zaretskii <eliz@gnu.org>
4276
8a26b487
EZ
4277 Fix parallel builds: make sure loaddefs.el is not being written
4278 while Lisp files are compiled.
4279 (compile): Don't depend on 'mh-autoloads'.
4280 (compile-CMD, compile-SH): Depend on 'autoloads'.
4281 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
4282
1e48e282
EZ
4283 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
4284
6175e34b
CY
42852012-06-09 Chong Yidong <cyd@gnu.org>
4286
4287 * face-remap.el (face-remap-add-relative, face-remap-set-base)
4288 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
4289 Doc fixes (Bug#11225).
4290
d9857e53
SM
42912012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
4294 a function if there's a clear indication that it has a compiler-macro.
4295 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
4296 (macro-declarations-alist): Add arglist to declaration functions.
4297 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
4298 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
4299 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
4300 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
4301 Also add autoload to find the compiler macro.
4302 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
4303 (cl--compiler-macro-member, cl--compiler-macro-assoc)
4304 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
4305 (cl--compiler-macro-get): New functions, replacing calls to
4306 cl-define-compiler-macro.
4307 (cl-typep) [compiler-macro]: Use macroexp-let².
4308
f81298f8 43092012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
4310
4311 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
4312 string properly, fixes Bug#11473.
4313
4b56d0fe
CY
43142012-06-08 Chong Yidong <cyd@gnu.org>
4315
4316 * faces.el (set-face-attribute): Doc fix.
4317 (modify-face): Don't use :bold and :italic.
4318 (error, warning, success): Tweak definitions.
4319
4320 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
4321 (custom-modified, custom-set, custom-changed, custom-themed)
4322 (custom-saved, custom-button, custom-button-mouse)
4323 (custom-button-pressed, custom-state, custom-comment-tag)
4324 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
4325 (custom-group-subtitle): Use new-style face specs.
4326 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4327 (custom-set-face, custom-changed-face, custom-saved-face)
4328 (custom-button-face, custom-button-pressed-face)
4329 (custom-documentation-face, custom-state-face)
4330 (custom-comment-face, custom-comment-tag-face)
4331 (custom-variable-tag-face, custom-variable-button-face)
4332 (custom-face-tag-face, custom-group-tag-face-1)
4333 (custom-group-tag-face): Remove obsolete face alias.
4334
4335 * epa.el (epa-validity-high, epa-validity-medium)
4336 (epa-validity-low, epa-mark, epa-field-name, epa-string)
4337 (epa-field-name, epa-field-body):
4338 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4339 (font-lock-keyword-face, font-lock-builtin-face)
4340 (font-lock-function-name-face, font-lock-variable-name-face)
4341 (font-lock-type-face, font-lock-constant-face):
4342 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4343 (ido-virtual, ido-indicator, ido-incomplete-regexp):
4344 * speedbar.el (speedbar-button-face, speedbar-file-face)
4345 (speedbar-directory-face, speedbar-tag-face)
4346 (speedbar-selected-face, speedbar-highlight-face)
4347 (speedbar-separator-face):
4348 * whitespace.el (whitespace-newline, whitespace-space)
4349 (whitespace-hspace, whitespace-tab, whitespace-trailing)
4350 (whitespace-line, whitespace-space-before-tab)
4351 (whitespace-space-after-tab, whitespace-indentation)
4352 (whitespace-empty):
4353 * emulation/cua-base.el (cua-global-mark):
4354 * eshell/em-prompt.el (eshell-prompt):
4355 * net/newst-plainview.el (newsticker-new-item-face)
4356 (newsticker-old-item-face, newsticker-immortal-item-face)
4357 (newsticker-obsolete-item-face, newsticker-date-face)
4358 (newsticker-statistics-face, newsticker-default-face):
4359 * net/newst-reader.el (newsticker-feed-face)
4360 (newsticker-extra-face, newsticker-enclosure-face):
4361 * net/newst-treeview.el (newsticker-treeview-face)
4362 (newsticker-treeview-new-face, newsticker-treeview-old-face)
4363 (newsticker-treeview-immortal-face)
4364 (newsticker-treeview-obsolete-face)
4365 (newsticker-treeview-selection-face):
4366 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4367 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4368 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4369 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4370 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4371 (nxml-outline-active-indicator, nxml-outline-ellipsis):
4372 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4373 (mpuz-text):
4374 * progmodes/vera-mode.el (vera-font-lock-number)
4375 (vera-font-lock-function, vera-font-lock-interface):
4376 * textmodes/table.el (table-cell): Use new-style face specs, and
4377 don't use the old :bold and :italic attributes.
4378
4379 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4380 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
4381 (ebrowse-member-class, ebrowse-progress): Likewise.
4382 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4383 (ebrowse-file-name-face, ebrowse-default-face)
4384 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4385 (ebrowse-progress-face): Remove obsolete faces.
4386
4387 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4388 Inherit from error and warning faces respectively.
4389
4390 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4391 Likewise.
f80efb86
SM
4392 (flyspell-incorrect-face, flyspell-duplicate-face):
4393 Remove obsolete aliases.
4b56d0fe 4394
03310646
MA
43952012-06-08 Michael Albinus <michael.albinus@gmx.de>
4396
4397 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4398 Avoid infloop.
4399
513749ee
SM
44002012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * startup.el (argv, argi): Make lexically scoped.
4403 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
4404 * emacs-lisp/cl-macs.el: Use lexical-binding.
4405 Rename cl-bind-* to cl--bind-*.
4406 * files.el: Don't require `cl' since it doesn't use it.
4407 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
4408
595ef4ad
JB
44092012-06-08 Juanma Barranquero <lekktu@gmail.com>
4410
4411 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
4412 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
4413 instead of calling external sort utility.
4414 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
4415
e9f66fcb
EZ
44162012-06-08 Eli Zaretskii <eliz@gnu.org>
4417
4418 * descr-text.el (describe-char): Mention how to insert the
4419 character, if the current input method doesn't support it.
4420 See the discussion in this thread for the details:
4421 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
4422
3d10db47
SS
44232012-06-08 Sam Steingold <sds@gnu.org>
4424
4425 * bindings.el (global-map): Bind XF86Forward to next-buffer and
4426 XF86Back to previous-buffer.
4427 (minibuffer-local-map): Bind them to next-history-element and
4428 previous-history-element respectively.
4429 * help-mode.el (help-mode-map): Bind them to help-go-forward and
4430 help-go-back respectively.
4431 * info.el (Info-mode-map): Bind them to Info-history-forward and
4432 Info-history-back respectively.
4433 These are the keys next to Up on the ThinkPad keyboard.
4434
de7e2b36
SM
44352012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
4438 * emacs-lisp/cl-macs.el: Provide itself.
4439 (cl--labels-convert-cache): New var.
4440 (cl--labels-convert): New function.
4441 (cl-flet, cl-labels): New implementation with new semantics, relying on
4442 lexical-binding.
4443 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
4444 (cl-closure-vars, cl--function-convert-cache)
4445 (cl--function-convert): Move from cl-macs.el.
4446 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
4447 rename by removing the "cl-" prefix.
4448 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
4449
6fa6c4ae
SM
44502012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
4453 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
4454 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
4455 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
4456 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
4457 (cl-hash-table-count): Add old compatibility aliases.
4458
4459 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
4460 Use macroexpand-all-environment instead.
4461 (cl--old-macroexpand): New var.
4462 (cl--sm-macroexpand): New function.
4463 (cl-symbol-macrolet): Use it during macro expansion.
4464 (cl--function-convert-cache): New var.
4465 (cl--function-convert): New function, extracted from
4466 cl-macroexpand-all.
4467 (cl-lexical-let): Use it.
4468
4469 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
4470 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
4471 (cl-member): Remove old alias.
4472
4473 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
4474 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
4475 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
4476 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
4477 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
4478 (cl-macroexpand-cmacs): Remove var.
4479 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
4480 Use macroexpand-all instead.
4481
4dd1c416
SM
44822012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
4485 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
4486 (macroexp-copyable-p): New functions and macros.
4487 * emacs-lisp/edebug.el (edebug-unwrap):
4488 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
4489 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
4490 (pcase--let*): Remove.
4491 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
4492 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
4493 macroexp-const-p instead.
4494 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
4495
4496 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4497 instead of "cl-" for internal definitions. Use macroexp-const-p.
4498 (cl-old-bc-file-form): Remove var.
4499 (cl-const-exprs-p): Remove fun.
4500 (cl-labels, cl-macrolet): Use backquote.
4501 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
4502 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4503 (cl-define-setf-expander): Rename from cl-define-setf-method.
4504 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4505
4506 * international/mule-cmds.el: Don't require CL.
4507 (view-hello-file): Don't use `letf'.
4508
ed8bd4d7
SM
45092012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4510
7287f2f3
SM
4511 * tmm.el (tmm-prompt): Use string-prefix-p.
4512 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4513 (tmm-add-prompt): Use minibuffer-completion-help.
4514 (tmm-delete-map): Remove.
4515
ed8bd4d7
SM
4516 * subr.el (kbd): Make it its own function.
4517
7b4cdbf4
SM
45182012-06-07 Stefan Merten <smerten@oekonux.de>
4519
4520 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4521 Silence compiler warnings. Fix versions.
ed8bd4d7 4522 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 4523 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 4524 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
4525 (rst-package-emacs-version-alist): Correct Emacs version to
4526 represent major merge with upstream.
ed8bd4d7 4527 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 4528
2b48d721
GM
45292012-06-06 Glenn Morris <rgm@gnu.org>
4530
4531 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4532 Only print environment variables if set.
4533
fa779ab0
SM
45342012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4537 (macroexp--cons): Rename from maybe-cons.
4538 (macroexp--accumulate): Rename from macroexp-accumulate.
4539 (macroexp--all-forms): Rename from macroexpand-all-forms.
4540 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4541 (macroexp--expand-all): Rename from macroexpand-all-1.
4542
628299e0
SS
45432012-06-06 Sam Steingold <sds@gnu.org>
4544
4545 * calendar/calendar.el (calendar-in-read-only-buffer):
4546 Call `special-mode' to enable the standard read-only keybindings.
4547
b7bb5838
SM
45482012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4551 with "loading" messages (bug#11635).
4552
dfb308ba
MA
45532012-06-06 Michael Albinus <michael.albinus@gmx.de>
4554
4555 * files.el (enable-remote-dir-locals): New option.
4556 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
4557
0372ee92
MA
4558 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4559 Ensure, that the temp directory is local.
4560
4561 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4562 `temporary-file-directory'.
4563
eed0bb91
MA
4564 * progmodes/python.el (python-send-region): Ensure, that the
4565 temporary file is created also in the remote case.
4566
7a58f64d
GM
45672012-06-06 Glenn Morris <rgm@gnu.org>
4568
f7dd4e98
GM
4569 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4570 (vc-rcs-update-changelog): Use it.
4571
090bd7cb 4572 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 4573
7a58f64d
GM
4574 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4575 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4576 (vc-sccs-diff): Replace use of the external vcdiff script.
4577
daed4003
GM
45782012-06-05 Glenn Morris <rgm@gnu.org>
4579
4580 * ledit.el: Move to obsolete/.
4581
48c455c7
SS
45822012-06-05 Sam Steingold <sds@gnu.org>
4583
ed9265fc 4584 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
4585 patch (Bug#11140).
4586
57a7d507
SM
45872012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4588
090bd7cb 4589 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 4590
53aacf21
SM
4591 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4592 compiler-macro expansion.
4593
57a7d507
SM
4594 Add native compiler-macro support.
4595 * emacs-lisp/macroexp.el (macroexpand-all-1):
4596 Support compiler-macros directly. Properly follow aliases and apply
4597 the compiler macros more thoroughly.
4598 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4599 macroexpand now properly follows aliases.
4600 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4601 (cl-compiler-macroexpand): Use new prop.
4602 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4603
4604 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4605
51a5f9d8
MR
46062012-06-05 Martin Rudalics <rudalics@gmx.at>
4607
4608 * window.el (get-lru-window, get-mru-window, get-largest-window):
4609 New argument NOT-SELECTED to avoid picking the selected window.
4610 (window--display-buffer-1, window--display-buffer-2): Replace by
4611 new function window--display-buffer
4612 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
4613 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4614 Use window--display-buffer.
51a5f9d8
MR
4615 (display-buffer-use-some-window): Remove temporary dedication
4616 hack by calling get-lru-window and get-largest-window with
4617 NOT-SELECTED argument non-nil. Call window--display-buffer.
4618
08f9f738
GM
46192012-06-05 Glenn Morris <rgm@gnu.org>
4620
4621 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4622 Replace external vcdiff script.
4623
e364a2b7
SM
46242012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4627
041df390
CY
46282012-06-04 Chong Yidong <cyd@gnu.org>
4629
e364a2b7
SM
4630 * image.el (imagemagick-types-inhibit): Revert last change.
4631 Add INFO and M.
47b36b94 4632 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 4633
7c1898a7
SM
46342012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * emacs-lisp/cl-lib.el: Rename from cl.el.
4637 * emacs-lisp/cl.el: New compatibility file.
4638 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4639 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4640 to obey the "cl-" prefix.
4641 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4642
0c3461de
GM
46432012-06-03 Glenn Morris <rgm@gnu.org>
4644
1e266c88
GM
4645 * emacs-lisp/authors.el (authors-aliases): Addition.
4646
0c3461de
GM
4647 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4648 Fix :version.
4649
d8a52e15
SM
46502012-06-03 Stefan Merten <smerten@oekonux.de>
4651
4652 * textmodes/rst.el: Add comments.
4653 (rst-transition, rst-adornment): New faces.
4654 (rst-adornment-faces-alist): Make default safe to reevaluate.
4655 Fixes
4656 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4657 Improve customization tags.
4658 (rst-define-level-faces): Clarify meaning.
4659
5205d6f6
CY
46602012-06-03 Chong Yidong <cyd@gnu.org>
4661
4662 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
4663 (compilation-mode-line-run, compilation-mode-line-exit):
4664 New faces.
5205d6f6
CY
4665 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4666
757ee657
JD
46672012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4668
7c1898a7
SM
4669 * progmodes/which-func.el (which-func-update-ediff-windows):
4670 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 4671
5f2c76c6
CY
46722012-06-03 Chong Yidong <cyd@gnu.org>
4673
4674 * bindings.el: Remove explicit help text from format-mode-line.
4675 It is now supplied by mode-line-default-help-echo.
4676 (mode-line-front-space, mode-line-end-spaces)
4677 (mode-line-misc-info): New variables.
4678 (mode-line-modes, mode-line-position): Move the default value to
4679 the variable definition.
4680 (mode-line-default-help-echo): New defcustom.
383f7350
CY
4681 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4682 (mode-line-modified-help-echo): New functions.
4683 (mode-line-mule-info, mode-line-modified): Use them.
4684 (mode-line-eol-desc, propertized-buffer-identification):
4685 Consistency fixes for help text.
cbe46e5f
CY
4686 (mode-line-coding-system-map): Allow using mouse-3 to invoke
4687 set-buffer-file-coding-system (Bug#289).
4688 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 4689
f2d6a3df
SM
46902012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * simple.el (execute-extended-command): Set real-this-command
4693 (bug#11506).
4694
37269466
CY
46952012-06-02 Chong Yidong <cyd@gnu.org>
4696
4697 Remove incorrect uses of "modeline" in comments, docstrings, and
4698 function/variable names (Bug#10329).
4699
4700 * cus-edit.el (mode-line):
4701 * dframe.el (dframe-mouse-hscroll):
4702 * emacs-lisp/re-builder.el:
4703 * emacs-lisp/easy-mmode.el (define-minor-mode):
4704 * frame.el (set-frame-name):
4705 * help.el (lookup-minor-mode-from-indicator):
4706 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
4707 * progmodes/cc-cmds.el (c-toggle-auto-newline)
4708 (c-toggle-hungry-state):
4709 * progmodes/antlr-mode.el (antlr-language-alist):
4710 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
4711 * progmodes/vhdl-mode.el (vhdl-mode):
4712 * progmodes/which-func.el (which-func, which-func-cleanup-function):
4713 * term/ns-win.el (ns-face-at-pos):
4714 * term/sup-mouse.el (sup-mouse-report):
4715 * textmodes/flyspell.el (flyspell-mode-line-string):
4716 * textmodes/ispell.el (ispell-highlight-face):
4717 * textmodes/reftex-global.el:
4718 * vc/vc-arch.el (vc-arch-mode-line-string):
4719 * vc/vc-cvs.el (vc-cvs-mode-line-string):
4720 * vc/vc-git.el (vc-git-mode-line-string):
4721 * vc/vc-hooks.el (vc-display-status)
4722 (vc-default-mode-line-string):
4723 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
4724
4725 * ansi-color.el (ansi-color-faces-vector): Change default faces.
4726
4727 * dired.el (dired-sort-set-mode-line): Rename from
4728 dired-sort-set-modeline. All callers changed.
4729
4730 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
4731 eshell-status-in-modeline.
4732
4733 * foldout.el (foldout-mode-line-string): Rename from
4734 foldout-modeline-string. All callers changed.
4735 (foldout-update-mode-line): Rename from foldout-update-modeline.
4736
4737 * subr.el (redraw-modeline): Make into obsolete alias.
4738
4739 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
4740 timeclock-modeline-display. Make old name an alias.
4741 (timeclock-update-mode-line): Likewise. All callers changed.
4742 (timeclock-mode-line-display): No need to check before using
4743 add-hook.
4744 (timeclock-relative, timeclock-day-over-hook)
4745 (timeclock-use-elapsed, timeclock-mode-string)
4746 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
4747
4748 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
4749 crisp-mode-modeline-string.
4750
4751 * play/solitaire.el (solitaire-build-mode-line): Rename from
4752 solitaire-build-modeline. All callers changed.
4753
4754 * play/zone.el (zone-hiding-mode-line): Rename from
4755 zone-hiding-modeline. All callers changed.
4756 (zone): Remove unusued `modeline-hidden-level' property.
4757
4758 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
4759 xscheme-modeline-initialize. All callers changed.
4760
4761 * strokes.el (strokes-lighter): Rename from
4762 strokes-modeline-string.
4763
4764 * textmodes/sgml-mode.el (html-face-tag-alist)
4765 (html-tag-face-alist): Use mode-line face instead of obsolete
4766 alias modeline.
4767
42152ee4
SM
47682012-06-02 Stefan Merten <smerten@oekonux.de>
4769
4770 * textmodes/rst.el: Always require `cl'.
4cf9b38d 4771 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 4772
95f520b5
CY
47732012-06-02 Chong Yidong <cyd@gnu.org>
4774
4775 * image.el (imagemagick-enabled-types): Rename from
4776 imagemagick-types-enable. Add many more types.
4777 (imagemagick-types-inhibit): Change default to nil.
4778 (imagemagick-filter-types): Caller changed.
4779
4a5f187a
SM
47802012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4781
03fef3e6
SM
4782 * emacs-lisp/cl-macs.el: Use backquotes.
4783 (cl-transform-function-property): Use eval-and-compile rather than
4784 abusing `require'.
4785 (defstruct): Use declare-function instead of with-no-warnings.
4786
4a5f187a
SM
4787 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
4788 (byte-compile-output-docform): Re-add the print-circle bindings.
4789 (byte-compile-fix-header): Use #$ just because it's shorter.
4790 (byte-compile-output-file-form): Remove defun/defmacro.
4791
bd56924f
MR
47922012-06-01 Martin Rudalics <rudalics@gmx.at>
4793
4794 * simple.el (choose-completion): Remove now obsolete binding for
4795 owindow.
4796
046e38ce
MA
47972012-06-01 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
4800 in order to avoid "Stack overflow in regexp matcher".
4801
32d72c2f
GM
48022012-05-31 Glenn Morris <rgm@gnu.org>
4803
4804 * image.el: For clarity, call imagemagick-register-types at
4805 top-level, rather than relying on a custom :initialize.
4806 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
4807 (imagemagick-filter-types): New function. (Bug#7406)
4808 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
4809 If disabling support, remove elements altogether rather
4810 than using an impossible regexp.
4811 (imagemagick-types-inhibit): Give it the default init function.
4812
dd41169b
SM
48132012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4a5f187a
SM
4815 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
4816 Handle arbitrary file name lengths (Bug#11585).
dd41169b 4817
efc00ab1 48182012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
4819
4820 * desktop.el (desktop-read): Clear previous and next buffers for
4821 all windows and bury *Messages* buffer (bug#11556).
4822
500fcedc
SM
48232012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 Add `declare' for `defun'. Align `defmacro's with it.
4826 * emacs-lisp/easy-mmode.el (define-minor-mode)
4827 (define-globalized-minor-mode): Don't autoload the var definitions.
4828 * emacs-lisp/byte-run.el: Use lexical-binding.
4829 (defun-declarations-alist, macro-declarations-alist): New vars.
4830 (defmacro, defun): Use them.
4831 (make-obsolete, define-obsolete-function-alias)
4832 (make-obsolete-variable, define-obsolete-variable-alias):
4833 Use `declare'.
4834 (macro-declaration-function): Mark obsolete.
4835 * emacs-lisp/autoload.el: Use lexical-binding.
4836 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
4837
6e8a1786
AM
48382012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4839
4840 * textmodes/ispell.el (ispell-with-no-warnings):
4841 Define as a macro.
500fcedc
SM
4842 (ispell-kill-ispell, ispell-change-dictionary):
4843 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
4844 `interactive-p'.
4845
61b108cc
SM
48462012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
4849 (macro-declaration-function): Move var from C code.
4850 (macro-declaration-function): Define function with defalias.
4851 * emacs-lisp/macroexp.el (macroexpand-all-1):
4852 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
4853 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
4854 defun/defmacro any more.
4855 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
4856 Provide fallback for unknown arglist.
4857 (byte-compile-arglist-warn): Change calling convention.
4858 (byte-compile-output-file-form): Move print-vars binding.
4859 (byte-compile-output-docform): Simplify accordingly.
4860 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
4861 (byte-compile-defmacro-declaration): Remove.
4862 (byte-compile-file-form-defmumble): Generalize to defalias.
4863 (byte-compile-output-as-comment): Return byte-positions.
4864 Simplify callers accordingly.
4865 (byte-compile-lambda): Use `assert'.
4866 (byte-compile-defun, byte-compile-defmacro): Remove.
4867 (byte-compile-file-form-defalias):
4868 Use byte-compile-file-form-defmumble.
4869 (byte-compile-defalias-warn): Remove.
4870
6d3f7c2f
SM
48712012-05-29 Stefan Merten <smerten@oekonux.de>
4872
4873 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 4874 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
4875
4876 (rst-mode-abbrev-table): Merge definition.
4877 (rst-mode): Make sure `font-lock-defaults' is buffer local.
4878 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
4879
6dbaa1c7
UJ
48802012-05-29 Ulf Jasper <ulf.jasper@web.de>
4881
4882 * calendar/icalendar.el
4883 (icalendar-export-region): Export UID properly.
4884
d209e2fb 48852012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
4886 * calendar/icalendar.el (icalendar-import-format):
4887 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
4888 (icalendar-import-format-uid): New.
4889 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
4890 Export UID.
4891
6876a58d
SM
48922012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
4895 different alternative patterns.
4896 (pcase-codegen): Be more careful to preserve identity.
4897 (pcase--u1): Don't forget to mark vars as used.
4898
4899 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
4900 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
4901 (byte-compile-from-buffer): ...rather than here.
4902
4903 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
4904 functions from byte-compile-function-environment.
4905
46b7967e
TN
49062012-05-29 Troels Nielsen <bn.troels@gmail.com>
4907
4908 * window.el (window-deletable-p): Avoid deleting the root window
4909 of a frame with an active minibuffer.
4910
69d565e2
MR
49112012-05-29 Martin Rudalics <rudalics@gmx.at>
4912
4913 * simple.el (choose-completion): Use quit-window (Bug#11567).
4914
a149fa51
CY
49152012-05-29 Chong Yidong <cyd@gnu.org>
4916
4917 * whitespace.el (whitespace-cleanup): Fix usage of
4918 whitespace-empty-at-bob-regexp (Bug#11492).
4919
2b311310
AH
49202012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4921
4922 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
4923 revert (Bug#11488).
4924
b9cb2387
JL
49252012-05-29 Juri Linkov <juri@jurta.org>
4926
4927 * isearch.el (isearch-mode-map): Bind `M-s _' to
4928 `isearch-toggle-symbol'. Bind `M-s c' to
4929 `isearch-toggle-case-fold'.
4930 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
4931 (isearch-forward): Add `M-s _' to the docstring.
4932 (isearch-forward-symbol, isearch-toggle-case-fold)
4933 (isearch-symbol-regexp): New functions. (Bug#11381)
4934
d5e61c1c
JL
49352012-05-29 Juri Linkov <juri@jurta.org>
4936
4937 * isearch.el (isearch-word): Add docstring. (Bug#11381)
4938 (isearch-occur, isearch-search-and-update): If `isearch-word' is
4939 a function, call it to get the regexp.
4940 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
4941 property `isearch-message-prefix' instead of the string "word ".
4942 (isearch-search-fun-default): For the case of `isearch-word',
4943 return a lambda that calls re-search-forward/re-search-backward
4944 with a regexp returned by `word-search-regexp' or by the function
4945 in `isearch-word'.
4946
8cbd80f7
JL
49472012-05-29 Juri Linkov <juri@jurta.org>
4948
4949 * isearch.el (isearch-search-fun-default): New function.
4950 (isearch-search-fun): Move default part to the new function
4951 `isearch-search-fun-default'.
4952 (isearch-search-fun-function): Set the default value to
4953 `isearch-search-fun-default'. (Bug#11381)
4954
4955 * comint.el (comint-history-isearch-end):
4956 Use `isearch-search-fun-default'.
4957 (comint-history-isearch-search): Use `isearch-search-fun-default'
4958 and remove spacial case for `isearch-word'.
4959 (comint-history-isearch-wrap): Remove spacial case for
4960 `isearch-word'.
4961
4962 * hexl.el (hexl-isearch-search-function):
4963 Use `isearch-search-fun-default'.
4964
4965 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
4966 Use `word-search-regexp' for `isearch-word'.
4967
4968 * misearch.el (multi-isearch-search-fun):
4969 Use `isearch-search-fun-default'.
4970
4971 * simple.el (minibuffer-history-isearch-search):
4972 Use `isearch-search-fun-default' and remove spacial case for
4973 `isearch-word'.
4974 (minibuffer-history-isearch-wrap): Remove spacial case for
4975 `isearch-word'.
4976
4977 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
4978 Remove spacial case for `isearch-word'.
4979 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
4980
85c8c5b6
AM
49812012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4982
4983 Decrease XEmacs incompatibilities.
4984 * textmodes/flyspell.el (flyspell-check-pre-word-p):
4985 Use `string-match'.
4986 (flyspell-delete-region-overlays): Use alternative definition for
4987 XEmacs.
4988 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
4989 (flyspell-word): Use `process-kill-without-query' if XEmacs.
4990 (flyspell-mode-on): Use `interactive-p' if XEmacs.
4991 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
4992 `define-obsolete-face-alias' under XEmacs, but old method.
4993
4994 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
4995 `with-no-warnings' definition or Emacs alias.
4996 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
4997 (ispell-word): Do not use `region-p' if XEmacs.
4998
8cab9efc
AM
49992012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5000
5001 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5002 Check for `ispell-dictionary-base-alist' instead of full
5003 `ispell-dictionary-alist'.
5004 (ispell-init-process): Show spellchecker when starting new Ispell
5005 process.
5006
fda91268
RZ
50072012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
5010 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
5011
694ea8e3
JB
50122012-05-27 Juanma Barranquero <lekktu@gmail.com>
5013
5014 * version.el (motif-version-string, gtk-version-string)
5015 (ns-version-string): Declare.
5016
e4d4f539
JL
50172012-05-27 Juri Linkov <juri@jurta.org>
5018
5019 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
5020 after the `eval-defun-1' specialcaseing
5021 like in `edebug-eval-defun' (bug#10181).
5022
5023 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
5024 like in `eval-defun-1'.
5025
33017faf 50262012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 5027
fda91268
RZ
5028 * mail/sendmail.el (mail-yank-region):
5029 Recognize rmail-yank-current-message in addition to insert-buffer.
5030 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
5031 a *mail* buffer created through rmail-start-mail with sendmail as
5032 mail-user-agent.
5033
33017faf
GM
50342012-05-27 Chong Yidong <cyd@gnu.org>
5035
5036 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
5037 Default to 256 (Bug#11267).
5038
5039 * help.el (describe-mode): Doc fix.
5040
04188bb9
GM
50412012-05-26 Glenn Morris <rgm@gnu.org>
5042
38264cc9
GM
5043 * w32-fns.el (w32-init-info): Remove.
5044 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
5045
eb7afdad
GM
5046 * info.el (info-initialize): For self-contained NS builds, put the
5047 included info/ directory at the front. (Bug#2791)
5048
04188bb9
GM
5049 * paths.el (Info-default-directory-list): Make it a defcustom,
5050 mainly so that we can use custom-initialize-delay.
5051
a179e3f7
SM
50522012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5053
43416392
SM
5054 * subr.el (buffer-has-markers-at): Mark obsolete.
5055
a179e3f7 5056 * subr.el (lambda): Use declare.
43416392 5057
a179e3f7
SM
5058 * emacs-lisp/lisp-mode.el (lambda):
5059 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
5060
34a008d9
AH
50612012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5062
5063 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
5064
0a3b289f
GM
50652012-05-26 Glenn Morris <rgm@gnu.org>
5066
5067 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
5068
758c81e8
GM
50692012-05-25 Glenn Morris <rgm@gnu.org>
5070
f9f334f0
GM
5071 * paths.el: Remove no-byte-compile.
5072 * loadup.el: No need to load paths.el uncompiled.
5073
87eb79c2
GM
5074 * image.el (imagemagick-types-inhibit): Doc fix.
5075
758c81e8
GM
5076 * version.el: Remove no-byte-compile and associated formatting.
5077 * loadup.el: No need to load version.el uncompiled. AFAICS, this
5078 is ancient code from when there was an "inc-vers.el".
5079
e7e85dc0
SM
50802012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5081
5082 * progmodes/gdb-mi.el: Minor style changes.
5083 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
5084 Turn into minor modes.
5085 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
5086 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
5087 (gdb-shell): Remove unneeded let-binding.
5088 (gdb-get-many-fields): Eliminate O(n²) behavior.
5089
f31237a4
EZ
50902012-05-25 Eli Zaretskii <eliz@gnu.org>
5091
5092 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
5093 platforms that don't link in fontset.c.
5094
bc1b21bb
JL
50952012-05-25 Juri Linkov <juri@jurta.org>
5096
5097 Use the same diff color scheme as in modern VCSes (bug#10181).
5098
5099 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
5100 to avoid confusion with `diff-added' that now uses green colors.
5101 (diff-removed): Use shades of red.
5102 (diff-added): Use shades of green.
5103 (diff-changed): Leave just the yellow color.
5104 (diff-use-changed-face): New variable.
5105 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
5106 how to highlight context diff changes.
5107 (diff-refine-change): Use shades of yellow.
5108 (diff-refine-removed): New face that uses shades of red.
5109 (diff-refine-added): New face that uses shades of green.
5110 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
5111 `diff-refine-removed' in the call to `smerge-refine-subst'
5112 depending on the value of `diff-use-changed-face'.
5113
5114 * vc/smerge-mode.el (smerge-mine): Use shades of red.
5115 (smerge-other): Use shades of green.
5116 (smerge-base): Use shades of yellow.
5117 (smerge-refined-change): Empty face.
5118 (smerge-refined-removed): New face that uses shades of red.
5119 (smerge-refined-added): New face that uses shades of green.
5120 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
5121 args `props-r' and `props-a', and use them. Doc fix.
5122 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
5123 on its value use different faces `smerge-refined-change',
5124 `smerge-refined-removed', `smerge-refined-added' in the call to
5125 `smerge-refine-subst'.
5126
5127 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
5128 Add face condition `min-colors 88' with shades of red.
5129 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
5130 `min-colors 88' with shades of green.
5131 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
5132 `min-colors 88' with shades of yellow.
5133
6df9112c
GM
51342012-05-24 Glenn Morris <rgm@gnu.org>
5135
ead5edc0
GM
5136 * paths.el (prune-directory-list, remote-shell-program): Move to...
5137 * files.el (prune-directory-list, remote-shell-program): ...here.
5138 For the latter, delay initialization, prefer ssh, just search PATH.
5139
f18b81e6
GM
5140 * paths.el (term-file-prefix): Move to faces.el (the only user).
5141 * faces.el (term-file-prefix): Move here, make it a defcustom.
5142
ee2f89a6
GM
5143 * paths.el (news-directory, news-path, news-inews-program):
5144 Move to gnus/nnspool.el.
61a583ca 5145
f8815e4c
GM
5146 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
5147
c8f3b42c
GM
5148 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
5149 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
5150 Make the latter a defcustom, with a delayed initialization.
5151
6df9112c
GM
5152 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
5153 These were deleted from Gnus itself late 2010.
5154
5dadff36
JB
51552012-05-22 Juanma Barranquero <lekktu@gmail.com>
5156
9e1701c6
JB
5157 * progmodes/which-func.el (which-func-ff-hook):
5158 Check against user-error, not error.
5159
bd7239f5 5160 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
5161 cl-specs.el, which no longer exists.
5162
3290526d
GM
51632012-05-22 Glenn Morris <rgm@gnu.org>
5164
5165 * info.el (info-emacs-bug): New command.
5166 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
5167 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
5168
ff0c3cfb
GM
51692012-05-21 Glenn Morris <rgm@gnu.org>
5170
5171 * makefile.w32-in (update-subdirs-SH):
5172 * Makefile.in (update-subdirs): Update for moved update-subdirs.
5173
5814f126
SM
51742012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5175
a52c0aa0
SM
5176 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
5177
5814f126
SM
5178 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5179 Simplify Maven regexp, and make sure the file can't start with a space
5180 (bug#11517).
5181
b847032c
GM
51822012-05-21 Glenn Morris <rgm@gnu.org>
5183
5184 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5185 Scrap superfluous subshells.
5186
3858bfe7
SM
51872012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
5190 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
5191
d14b0029
JB
51922012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
5193
5194 * calc/calc.el (calc-ensure-consistent-units): New variable.
5195
a52c0aa0
SM
5196 * calc/calc-units.el (math-consistent-units-p)
5197 (math-check-unit-consistency): New functions.
5198 (calc-quick-units, calc-convert-units):
5199 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
5200 is non-nil.
d14b0029
JB
5201 (calc-extract-units): Fix typo.
5202
60c4db3a
SM
52032012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5204
77f3b62e
SM
5205 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
5206
60c4db3a
SM
5207 * textmodes/flyspell.el: Commenting style, plus code simplifications.
5208 (flyspell-default-deplacement-commands): Don't spell check after
5209 repeated window/frame switches (e.g. triggered by mouse-movement).
5210 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
5211 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
5212 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
5213 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
5214 Remove unused vars.
5215 (flyspell-get-casechars, flyspell-get-not-casechars):
5216 Simplify; Don't bother removing a ] just to add it back.
5217 * textmodes/ispell.el (ispell-program-name): Use executable-find.
5218
d209e2fb 52192012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
5220
5221 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
5222 New functions.
bd7239f5 5223 (math-function-table): Add support for more C functions.
b1a10716 5224
3f1b25b5
AM
52252012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5226
090bd7cb
JB
5227 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5228 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5229 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 5230
b581bb5c
SM
52312012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
5234 their respective macro declarations.
5235 * skeleton.el (define-skeleton):
5236 * progmodes/compile.el (define-compilation-mode):
5237 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
5238 (define-ibuffer-filter):
5239 * emacs-lisp/generic.el (define-generic-mode):
5240 * emacs-lisp/easy-mmode.el (define-minor-mode)
5241 (define-globalized-minor-mode):
5242 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
5243 * emacs-lisp/byte-run.el (defsubst):
5244 * custom.el (deftheme): Add doc-string metadata.
5245
70b8ef8f
SM
52462012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
5249
b1198e17
SM
52502012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5251
9abdc45d
SM
5252 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
5253
b1198e17
SM
5254 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
5255 * emacs-lisp/cl-macs.el: Idem.
5256 * emacs-lisp/cl-specs.el: Remove.
5257
4735906a
SM
52582012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 Minor renaming of internal CL functions and variables.
5261 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
5262 (cl--position): Rename from cl-position.
5263 (cl--delete-duplicates): Rename from cl-delete-duplicates.
5264 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
5265 (cl--random-state): Rename from *random-state*.
5266
ac348012
SM
52672012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
5270 parens around the arg list (bug#11499).
5271
a0a79cde
JL
52722012-05-17 Juri Linkov <juri@jurta.org>
5273
5274 * isearch.el (word-search-regexp, word-search-backward)
5275 (word-search-forward, word-search-backward-lax)
5276 (word-search-forward-lax): Move functions from search.c
5277 (bug#10145, bug#11381).
5278
65034a51
AM
52792012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5280
090bd7cb
JB
5281 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5282 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5283 Delay for otherchars as for normal word components.
65034a51 5284
1a72a195
SM
52852012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * minibuffer.el (completion--sifn-requote): Fix last change.
5288 (minibuffer-local-must-match-filename-map):
5289 Move define-obsolete-variable-alias before its var.
5290
fdb058c2
SM
52912012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5292
c41045e6
SM
5293 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
5294
036dfb8b
SM
5295 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
5296 behavior.
5297 (completion--string-equal-p): New function.
5298 (completion--twq-all): Use it to get better assertion failure data.
5299
2473256d
SM
5300 Only handle ".." and '..' quoting in shell-mode (bug#11466).
5301 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5302 (shell--requote-argument): New functions.
5303 (shell-completion-vars): Use them.
5304 (shell--parse-pcomplete-arguments): Rename from
5305 shell-parse-pcomplete-arguments.
5306 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
5307 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
5308 Obey comint-file-name-quote-list.
5309
fdb058c2
SM
5310 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
5311 (smie-indent-keyword): Use it.
5312
51fa99f1
SM
53132012-05-14 Stefan Merten <smerten@oekonux.de>
5314
5315 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
5316
e18afed7 53172012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
5318
5319 * net/rlogin.el (rlogin-mode-map): Fix last change.
5320
e18afed7 53212012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
5322
5323 * mail/smtpmail.el (smtpmail-send-command): Send the command and
5324 the following \r\n using a single `process-send-string', since the
5325 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 5326 with two `process-send-string's (Bug#11444).
8633b1f4 5327
e18afed7 53282012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 5329
fdb058c2
SM
5330 * shell.el (shell-parse-pcomplete-arguments):
5331 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 5332
2d21d7f6
WJ
53332012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5334
e18afed7 5335 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
5336 (image-transform-scale, image-transform-right-angle-fudge): New vars.
5337 (image-transform-width, image-transform-fit-width): New functions.
5338 (image-transform-properties): Use them.
5339 (image-transform-check-size): New function.
5340 (image-toggle-display-image): Use it (for testing).
5341 (image-transform-set-rotation): Reduce angle mod 360.
5342 Delete obsolete comment.
5343
7102e6d0
WJ
53442012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5345
5346 * image-mode.el: Fix scaling (bug#11399).
5347 (image-transform-resize): Doc fix.
5348 (image-transform-properties): Default scale is 1 and height should
5349 be an integer.
5350
06bc5e6e
SM
53512012-05-13 Johan Bockgård <bojohan@gnu.org>
5352
5353 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
5354 than hard-coding `car', to fix misbehavior when moving forward.
5355
0ae03b6a
CY
53562012-05-13 Chong Yidong <cyd@gnu.org>
5357
5358 * emacs-lisp/tabulated-list.el (tabulated-list-format)
5359 (tabulated-list-entries, tabulated-list-padding)
5360 (tabulated-list-sort-key): Make permanent-local.
5361
5362 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
5363 (electric-buffer-list): Put electric buffer menu
5364 command descriptions in this docstring, instead of the docstring
5365 of electric-buffer-menu-mode. Code cleanups.
5366 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
5367 Electric-buffer-menu-mode.
5368 (electric-buffer-update-highlight): Minor code cleanup.
5369
205a7391
MA
53702012-05-13 Michael Albinus <michael.albinus@gmx.de>
5371
5372 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5373 (Bug#11447)
5374
e5bd0a28
SM
53752012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 Move define-obsolete-variable-alias before the var's definition.
5378 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5379 * tooltip.el (tooltip-hook):
5380 * textmodes/reftex-toc.el (reftex-toc-map):
5381 * textmodes/reftex-sel.el (reftex-select-label-map)
5382 (reftex-select-bib-map):
5383 * textmodes/reftex-index.el (reftex-index-map)
5384 (reftex-index-phrases-map):
5385 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
5386 * progmodes/meta-mode.el (meta-mode-map):
5387 * novice.el (disabled-command-hook):
5388 * loadhist.el (unload-hook-features-list):
5389 * frame.el (blink-cursor):
5390 * files.el (find-file-not-found-hooks, write-file-hooks)
5391 (write-contents-hooks):
5392 * emulation/tpu-edt.el (GOLD-map):
5393 * emacs-lock.el (emacs-lock-from-exiting):
5394 * emacs-lisp/generic.el (generic-font-lock-defaults):
5395 * emacs-lisp/chart.el (chart-map):
5396 * dos-fns.el (register-name-alist):
5397 * dired-x.el (dired-omit-files-p):
5398 * desktop.el (desktop-enable):
5399 * cus-edit.el (custom-mode-hook):
5400 * buff-menu.el (buffer-menu-mode-hook):
5401 * bookmark.el (bookmark-read-annotation-text-func)
5402 (bookmark-exit-hooks):
5403 * allout.el (allout-mode-deactivate-hook)
5404 (allout-exposure-change-hook, allout-structure-added-hook)
5405 (allout-structure-deleted-hook, allout-structure-shifted-hook):
5406 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
5407 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
5408 comes before the corresponding variable's definition.
5409
ac59c2f6
CY
54102012-05-12 Chong Yidong <cyd@gnu.org>
5411
5412 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
5413 (Buffer-menu-mouse-select): Restore function (Bug#11459).
5414 (Buffer-menu-mode-map): Bind it.
5415 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 5416
dee6c9a3
SM
54172012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5418
2171cea5
SM
5419 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
5420 (prolog-upper-case-string, prolog-lower-case-string)
5421 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
5422 (prolog-use-smie, prolog-smie-grammar): New vars.
5423 (prolog-smie-forward-token, prolog-smie-backward-token)
5424 (prolog-smie-rules): New funs.
5425 (prolog-comment-indent): Remove.
5426 (prolog-mode-variables): Use default comment indentation instead.
5427 Setup SMIE.
5428 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
5429 (prolog-mode): Don't call them any more.
5430 (prolog-electric-colon, prolog-electric-dash)
5431 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
5432
aa0382bd
SM
5433 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
5434
dbacb4bd
SM
5435 * minibuffer.el (completion--twq-all): Again, allow case differences.
5436
13bdd94c
SM
5437 * term.el: Move keymap initialization code to be more idiomatic.
5438 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
5439 (term-terminal-menu): Move initialization into declaration.
5440 (term-escape-char): Let the user set it in her .emacs.
5441
ff46c759
SM
5442 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
5443 Provide SMIE-based indentation (not enabled by default yet).
5444 (sh-mode-map): Don't bind electric keys.
5445 Use electric-pair-mode instead of skeleton-pair.
5446 (sh-assignment-regexp): Fit within 80 columns.
5447 (sh-indent-supported): Specify actual shell name instead of boolean.
5448 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
5449 (sh-maybe-here-document): Use it. Make obsolete.
5450 (sh-electric-here-document-mode) New minor mode.
5451 (sh-mode): Use it. Don't set sh-indent-supported-here here.
5452 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
5453 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
5454 (sh-smie-rc-grammar, sh-use-smie): New vars.
5455 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
5456 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
5457 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
5458 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
5459 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
5460 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
5461 (sh-set-shell): Use smie-setup if requested.
5462
dee6c9a3
SM
5463 * term.el (term-set-escape-char): Properly set term-escape-char.
5464 See http://stackoverflow.com/questions/10524656.
5465
9f9aa044
CY
54662012-05-10 Chong Yidong <cyd@gnu.org>
5467
5468 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
5469 Use url-generic-parse-url, and handle host names and Windows
5470 filenames properly.
5471 (ffap-url-unwrap-remote): Use url-generic-parse-url.
5472 (ffap-url-unwrap-remote): Accept list values, specifying a list of
5473 URL schemes to work on.
5474 (ffap--toggle-read-only): New function.
5475 (ffap-read-only, ffap-read-only-other-window)
5476 (ffap-read-only-other-frame): Use it.
5477 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
5478 necessary for ffap-url-unwrap-remote.
5479
836d29b3
DA
54802012-05-10 Dave Abrahams <dave@boostpro.com>
5481
5482 * cus-start.el (create-lockfiles): Add it.
5483
00fd78ed
CY
54842012-05-09 Chong Yidong <cyd@gnu.org>
5485
5486 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
5487 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
5488
666b903b 54892012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
5490
5491 * shell.el (shell-completion-vars): Fix last change (bug#11348).
5492
666b903b 54932012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
5494
5495 * ansi-color.el (ansi-color-process-output): Check for validity of
5496 comint-last-output-start before using it. This avoids a bad
5497 interaction with gdb-mi's input/output buffer.
5498
666b903b 54992012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
5500
5501 * files.el (dir-locals-read-from-file):
5502 Mention dir-locals in any error message.
5503
666b903b 55042012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
5505
5506 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5507 package (Bug#11410).
5508
f677562b
CY
5509 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5510 variables into description.
5511
666b903b 55122012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
5513
5514 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5515 shell-delimiter-argument-list (bug#11348).
5516 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5517
b499d8d0
JB
55182012-05-09 Juanma Barranquero <lekktu@gmail.com>
5519
8f6b6da8
JB
5520 * textmodes/rst.el: Silence byte-compiler warnings.
5521 (rst-re-alist, rst-reset-section-caches): Move around.
5522 (rst-re): Use `characterp', not `char-valid-p'.
5523 (font-lock-beg, font-lock-end): Declare.
5524
4824146a
JB
5525 * progmodes/idlw-shell.el (specs): Remove reference to deleted
5526 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5527
b499d8d0
JB
5528 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5529
ad89bb83
GM
55302012-05-08 Glenn Morris <rgm@gnu.org>
5531
5532 * files.el (auto-mode-alist): Treat ".make" like ".mk".
5533
8bba5a75
SM
55342012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5535
49ed9c8e
SM
5536 * vc/log-edit.el: Add GNU coding standards highlighting.
5537 (log-edit-font-lock-gnu-style)
5538 (log-edit-font-lock-gnu-keywords): New vars.
5539 (log-edit-font-lock-keywords): New fun.
5540 (log-edit-mode): Don't fold case in font-lock.
5541 (log-edit-font-lock-keywords): Do not assume case-folding.
5542
07d00b56
SM
5543 * imenu.el: Misc cleanup. Make docstrings out of comments.
5544 Use lexical-binding.
5545 (imenu--index-alist, imenu--last-menubar-index-alist)
5546 (imenu-menubar-modified-tick): Use defvar-local.
5547 (imenu--split-menu): Remove unused var.
5548 (imenu--cleanup-seen): Declare as global.
5549 (imenu--cleanup): Use dolist.
5550
8bba5a75
SM
5551 * subr.el (defvar-local): Add debug spec and doc-string position.
5552
5075bdb5
GM
55532012-05-08 Glenn Morris <rgm@gnu.org>
5554
090bd7cb 5555 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
5556 * language/english.el, language/georgian.el, language/greek.el:
5557 * language/japanese.el, language/khmer.el, language/korean.el:
5558 * language/lao.el, language/misc-lang.el, language/romanian.el:
5559 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5560 * language/thai.el, language/utf-8-lang.el:
5561 Remove no-byte-compile setting.
5562
5075bdb5
GM
5563 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
5564
06f679a7
AH
55652012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5566
5567 * progmodes/make-mode.el (makefile-browse):
5568 Remove unnecessary interactive. (Bug#11324)
5569
03794570
GM
55702012-05-07 Glenn Morris <rgm@gnu.org>
5571
af8630f4
GM
5572 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5573
03794570
GM
5574 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5575
f0809a9d
SM
55762012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5577
28be5ce7
SM
5578 * loadup.el: Preload newcomment.el.
5579 * newcomment.el: Move autoload-only code to toplevel.
5580
f0809a9d
SM
5581 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5582 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5583 Handle new :right-align column property.
5584 (tabulated-list-print-col): Idem, plus use `display' text-property to
5585 try and preserve alignment for variable pitch fonts.
5586
1241b724
CY
55872012-05-07 Chong Yidong <cyd@gnu.org>
5588
5589 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5590 (tabulated-list-use-header-line): New var.
5591 (tabulated-list-init-header): Use it.
5592 (tabulated-list-print-fake-header): New function.
5593 (tabulated-list-print): Use it.
5594 (tabulated-list-sort-button-map): Add non-header-line commands.
5595 (tabulated-list-init-header): Add column name property to basic
5596 labels as well.
5597 (tabulated-list-col-sort): Handle non-header-line button case.
5598 (tabulated-list--sort-by-column-name): Fix a corner case.
5599
f0809a9d
SM
5600 * buff-menu.el (list-buffers--refresh):
5601 Handle Buffer-menu-use-header-line.
1241b724 5602
e5f9458f
CY
56032012-05-06 Chong Yidong <cyd@gnu.org>
5604
5605 * buff-menu.el: Convert to Tabulated List mode.
5606 (Buffer-menu-buffer+size-width): Make obsolete.
5607 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5608 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5609 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5610 documentation into docstring of buffer-menu.
5611 (Buffer-menu-toggle-files-only): Add an informative message.
5612 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5613 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5614 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5615 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5616 (Buffer-menu-execute, Buffer-menu-select)
5617 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5618 (Buffer-menu-bury): Use Tabulated List machinery.
5619 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5620 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 5621 Delete.
e5f9458f
CY
5622 (list-buffers--refresh): New function.
5623 (list-buffers-noselect): Use it.
5624 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5625 (Buffer-menu--pretty-file-name): New helper functions.
5626
5627 * loadup.el: Preload tabulated-list.
5628
5629 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5630 tabulated-list-sort-column.
5631 (tabulated-list-init-header): Add the initial aligning space even
5632 if tabulated-list-padding is zero.
5633
e129292c
CS
56342012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5635
5636 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5637 whose cdr is not a cons cell correctly (bug#11038).
5638
6632d361
CY
56392012-05-06 Chong Yidong <cyd@gnu.org>
5640
e129292c
CS
5641 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5642 Accept additional plist in column descriptors.
6632d361
CY
5643 (tabulated-list-init-header): Obey it.
5644 (tabulated-list-get-entry): New function.
5645 (tabulated-list-put-tag): Use it. Use string-width instead of
5646 length.
5647 (tabulated-list--column-number): New function.
5648 (tabulated-list-print): Use it.
e129292c
CS
5649 (tabulated-list-print-col): New function.
5650 Set `tabulated-list-column-name' property on each column's text.
6632d361 5651 (tabulated-list-print-entry): Use it.
e129292c
CS
5652 (tabulated-list-delete-entry, tabulated-list-set-col):
5653 New functions.
6632d361
CY
5654 (tabulated-list-sort-column): New command (Bug#11337).
5655
3cc99f68
CY
5656 * buff-menu.el (list-buffers): Move C-x C-b binding from
5657 buff-menu.el to bindings.el.
5658
5659 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5660 :advertised-binding feature.
5661
52b61776
TN
56622012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5663
5664 * progmodes/compile.el (compilation-internal-error-properties):
5665 Calculate start position correctly when end-col is set but
5666 end-line is not (Bug#11382).
5667
ebfe2597
WJ
56682012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5669
5670 * man.el (Man-unindent): Use text-property-default-nonsticky to
5671 prevent untabify from inheriting face properties (Bug#11408).
5672
6d3f7c2f
SM
56732012-05-05 Stefan Merten <smerten@oekonux.de>
5674
5675 * textmodes/rst.el: Major merge with upstream development up to
5676 Docutils SVN r7399 / rst.el V1.2.1.
5677
5678 Clarify maintainership and authors.
5679
5680 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5681 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5682 (rst-official-version, rst-official-cvs-rev, rst-version)
5683 (rst-package-emacs-version-alist): New functions and variables
5684 for version information.
5685
5686 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5687 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5688 (rst-mode-syntax-table, rst-mode): New and corrected functions
5689 and variables representing reStructuredText features.
5690
5691 (rst-re): New function for reStructuredText regexes. Use in
5692 many places.
5693
5694 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
5695 (rst-mode-map): Rebind keys.
5696
5697 (rst-mode-lazy, rst-font-lock-keywords)
5698 (rst-font-lock-extend-region)
5699 (rst-font-lock-extend-region-internal)
5700 (rst-font-lock-extend-region-extend)
5701 (rst-font-lock-find-unindented-line-limit)
5702 (rst-font-lock-find-unindented-line-match)
5703 (rst-adornment-level, rst-font-lock-adornment-level)
5704 (rst-font-lock-adornment-match)
5705 (rst-font-lock-handle-adornment-pre-match-form)
5706 (rst-font-lock-handle-adornment-matcher): Major revision of
5707 font-locking. Integrate with other code. Use `jit-lock-mode'.
5708
5709 (rst-preferred-adornments, rst-adjust-hook)
5710 (rst-new-adornment-down, rst-preferred-bullets)
5711 (rst-preferred-bullets, rst-indent, rst-indent-width)
5712 (rst-indent-field, rst-indent-literal-normal)
5713 (rst-indent-literal-minimized, rst-indent-comment): Change,
5714 extend and improve customization.
5715
5716 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
5717 (rst-normalize-cursor-position, rst-get-decoration)
5718 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
5719 (rst-rstrip, rst-toc-insert-find-delete-contents)
5720 (rst-shift-fill-region, rst-compute-bullet-tabs)
5721 (rst-debug-print-tabs, rst-debug-mark-found)
5722 (rst-shift-region-guts, rst-shift-region-right)
5723 (rst-shift-region-left, rst-use-char-classes)
5724 (rst-font-lock-keywords-function)
5725 (rst-font-lock-indentation-point)
5726 (rst-font-lock-find-unindented-line-begin)
5727 (rst-font-lock-find-unindented-line-end)
5728 (rst-font-lock-find-unindented-line)
5729 (rst-font-lock-adornment-point, rst-font-lock-level)
5730 (rst-adornment-level-alist): Remove functions and variables.
5731
5732 (rst-compare-adornments, rst-get-adornment-match)
5733 (rst-suggest-new-adornment, rst-get-adornments-around)
5734 (rst-adornment-complete-p, rst-get-next-adornment)
5735 (rst-adjust-adornment, rst-display-adornments-hierarchy)
5736 (rst-straighten-adornments): Standardize function names to
5737 use "adornment" instead of "decoration". Correct callers.
5738 Similar standardizing in many places.
5739
5740 (rst-update-section, rst-adjust, rst-promote-region)
5741 (rst-enumerate-region, rst-bullet-list-region)
5742 (rst-repeat-last-character): Correct use of `interactive'.
5743
5744 (rst-classify-adornment, rst-find-all-adornments)
5745 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
5746 (rst-find-leftmost-column, rst-repeat-last-character):
5747 Refactor functions.
5748
5749 (rst-find-title-line, rst-reset-section-caches)
5750 (rst-get-adornments-around, rst-adjust-adornment-work)
5751 (rst-arabic-to-roman, rst-roman-to-arabic)
5752 (rst-insert-list-pos, rst-insert-list-new-item)
5753 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
5754 New functions.
5755
5756 (rst-all-sections, rst-section-hierarchy)
5757 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
5758 New variables.
5759
5760 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
5761 configuration instead of only buffer. Change where necessary.
5762
5763 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
5764 (rst-shift-region, rst-adaptive-fill): New functions for
5765 indentation and filling.
5766
5767 (rst-comment-line-break, rst-comment-indent)
5768 (rst-comment-insert-comment, rst-comment-region)
5769 (rst-uncomment-region): New functions for handling comments.
5770
5771 (rst-compile): Quote shell arguments.
5772
5773 (rst-compile-pdf-preview, rst-compile-slides-preview):
5774 Delete temporary files after use.
5775
a43f98b3
GM
57762012-05-05 Glenn Morris <rgm@gnu.org>
5777
48176e8b
GM
5778 * calendar/cal-html.el: Optionally include holidays in the output.
5779 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
5780 (cal-html-holidays): New option.
5781 (cal-html-css-default): Add holiday entry.
5782 (holiday-in-range): Autoload it.
5783 (cal-html-htmlify-entry): Add optional class argument.
5784 (cal-html-htmlify-list): Add optional holidays argument.
5785 (cal-html-insert-agenda-days): Include holidays in the output.
5786 (cal-html-one-month): Maybe include holidays.
5787
a43f98b3
GM
5788 * calendar/holidays.el (holiday-in-range):
5789 Move here from cal-tex-list-holidays.
5790 * calendar/cal-tex.el (cal-tex-list-holidays):
5791 Make it an obsolete alias for holiday-in-range. Update all callers.
5792
fef9d149 57932012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
5794
5795 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
5796 Nextstep.
5797
248da2f4
RW
57982012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
5799
5800 * files.el (file-auto-mode-skip): New var.
5801 (set-auto-mode-1): Use it.
5802
f95e9344
SM
58032012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5804
df96ab1e
SM
5805 * repeat.el: Use lexical-binding.
5806 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
5807 (repeat-undo-count): Remove.
5808 (repeat):
5809 * progmodes/octave-mod.el (octave-abbrev-start):
5810 * progmodes/f90.el (f90-abbrev-start):
5811 * face-remap.el (text-scale-adjust):
5812 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
5813
5342bb06
SM
5814 * emacs-lisp/pcase.el (pcase--let*): New function.
5815 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
5816 a bit more.
5817 (pcase--split-pred): Be more clever about ruling out overlap between
5818 a predicate and some constant pattern.
5819 (pcase--q1): Use `null' instead of (eq foo nil).
5820
f95e9344
SM
5821 * subr.el (setq-local, defvar-local): New macros.
5822 (kbd): Redefine as an alias.
5823 (with-selected-window): Leave unrelated frames alone.
5824 (set-temporary-overlay-map): New function.
5825
71873e2b
SM
58262012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * subr.el (user-error): New function.
5829 * window.el (switch-to-buffer):
5830 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
5831 (smerge-match-conflict):
5832 * simple.el (previous-matching-history-element)
5833 (next-matching-history-element, goto-history-element, undo-more)
5834 (undo-start):
5835 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
5836 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
5837 (next-file, tags-loop-scan, list-tags, complete-tag):
5838 * progmodes/compile.el (compilation-loop):
5839 * mouse.el (mouse-minibuffer-check):
5840 * man.el (Man-bgproc-sentinel, Man-goto-page):
5841 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
5842 (Info-history-forward, Info-follow-reference, Info-menu)
5843 (Info-extract-menu-item, Info-extract-menu-counting)
5844 (Info-forward-node, Info-backward-node, Info-next-menu-item)
5845 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
5846 (Info-next-reference, Info-prev-reference, Info-index)
5847 (Info-index-next, Info-follow-nearest-node)
5848 (Info-copy-current-node-name):
5849 * imenu.el (imenu--make-index-alist)
5850 (imenu-default-create-index-function, imenu-add-to-menubar):
5851 * files.el (basic-save-buffer, recover-file):
5852 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5853 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5854 (checkdoc-message-text, checkdoc-defun):
5855 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
5856 * cus-edit.el (customize-changed-options, customize-rogue)
5857 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
5858 (custom-variable-mark-to-reset-standard)
5859 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
5860 (custom-file):
5861 * completion.el (check-completion-length):
5862 * comint.el (comint-search-arg)
5863 (comint-previous-matching-input-string-position)
5864 (comint-previous-matching-input)
5865 (comint-replace-by-expanded-history-before-point, comint-send-input)
5866 (comint-copy-old-input, comint-backward-matching-input)
5867 (comint-goto-process-mark, comint-set-process-mark):
5868 * calendar/calendar.el (calendar-cursor-to-date): Use it.
5869 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
5870
8a61ee22
SM
58712012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5872
66408d1e
SM
5873 * dabbrev.el (dabbrev--ignore-case-p): New function.
5874 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
5875 Use it.
5876
8a61ee22
SM
5877 * files.el (automount-dir-prefix): Mark as obsolete.
5878
3c74813a
GM
58792012-05-04 Glenn Morris <rgm@gnu.org>
5880
5881 * patcomp.el, play/bruce.el: Move to obsolete/.
5882
0bfcf5c5
PE
58832012-05-04 Paul Eggert <eggert@cs.ucla.edu>
5884
5885 Fix minor Y10k bugs.
5886 * arc-mode.el (archive-unixdate):
5887 * autoinsert.el (auto-insert-alist):
5888 * calc/calc-forms.el (math-this-year):
5889 * emacs-lisp/copyright.el (copyright-current-year)
5890 (copyright-update-year, copyright):
5891 * tar-mode.el (tar-clip-time-string):
5892 * time.el (display-time-update):
5893 Don't assume years have 4 digits.
5894
78f3273a
CY
58952012-05-04 Chong Yidong <cyd@gnu.org>
5896
5897 * dos-w32.el (file-name-buffer-file-type-alist)
5898 (direct-print-region-use-command-dot-com):
5899 * ffap.el (ffap-menu-regexp):
5900 * find-file.el (ff-special-constructs):
5901 * follow.el (follow-debug):
5902 * forms.el (forms--debug):
5903 * iswitchb.el (iswitchb-all-frames):
5904 * ido.el (ido-all-frames):
5905 * emacs-lisp/timer.el (timer-max-repeats):
5906 * mail/feedmail.el (feedmail-mail-send-hook)
5907 (feedmail-mail-send-hook-queued):
5908 * mail/footnote.el (footnote-signature-separator):
5909 * mail/mailabbrev.el (mail-alias-separator-string)
5910 (mail-abbrev-mode-regexp):
5911 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
5912 * progmodes/idlwave.el (idlwave-libinfo-file)
5913 (idlwave-default-completion-case-is-down)
5914 (idlwave-library-routines): Convert defvars to defcustoms.
5915
5916 * mail/rmail.el (rmail-decode-mime-charset):
5917 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
5918 (idlwave-shell-fix-inserted-breaks)
5919 (idlwave-shell-activate-alt-keybindings)
5920 (idlwave-shell-use-breakpoint-glyph):
5921 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
5922
f7ae6719
SM
59232012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
5926
47086495
WS
59272012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
5928
5929 * progmodes/verilog-mode.el (font-lock-keywords):
5930 Fix mis-highligting auto. Reported by Craig Barner.
5931 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 5932 defines from global name space. Reported by Dan Dever.
47086495
WS
5933 (verilog-auto-reset, verilog-auto-reset-widths)
5934 (verilog-auto-tieoff): Support using unbased numbers for
5935 AUTORESET and AUTOTIEOFF.
5936 (verilog-submit-bug-report): Update variable list.
5937 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 5938 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
5939 (verilog-auto-template-lint): Fix hash error when linting modules
5940 with no used templates.
5941 (verilog-warn, verilog-warn-error)
5942 (verilog-warn-fatal): When non-interactive report multiple
5943 warnings before exiting. Suggested by Brad Dobbie.
5944 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
5945 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
5946 to report unused template errors. Reported by Brad Dobbie.
5947 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 5948 nets, bug438. Reported by Vns Blore.
47086495
WS
5949 (verilog-auto-inout-module, verilog-auto-reg)
5950 (verilog-read-decls, verilog-read-sub-decls-sig)
5951 (verilog-signals-edit-wire-reg, verilog-signals-with):
5952 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 5953 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
5954 "reg" for backwards compatibility presuming Verilog 2001.
5955 (verilog-auto-ascii-enum): Add "auto enum" as alias.
5956 (verilog-preprocess): Fix replication of preprocess output.
5957 Reported by Brad Dobbie.
5958 (verilog-auto-inst-interfaced-ports):
5959 Create verilog-auto-inst-interfaced-ports, bug429.
5960 Reported by Julian Gorfajn.
5961 (verilog-after-save-font-hook)
5962 (verilog-before-save-font-hook): New variable.
5963 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
5964 (verilog-save-font-mods): Wrap disabling fontification, reported
5965 by David Rogoff.
5966 (verilog-do-indent, verilog-pretty-declarations-auto)
5967 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
5968 Reported by Pierre-David Pfister.
5969 (verilog-set-auto-endcomments): Fix endtask auto comments outside
5970 of class declarations, bug292. Reported by Kevin Heilman.
5971 (verilog-read-decls): Fix 'parameter type' not appearing in
5972 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
5973 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 5974 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
5975 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
5976 Reported by David Kravitz.
5977
59782012-05-03 Michael McNamara <mac@mail.brushroad.com>
5979
5980 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
5981 assignment with tests in ifs and for loops.
5982 (verilog-extended-complete-re, verilog-complete-reg): Change so
5983 that DPI inport functions don't look like fuction declarations.
5984 (verilog-pretty-expr): Don't line up assignment
5985 operations to the test and increment in if and for loops
5986 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 5987 that DPI inport functions don't look like fuction declarations.
47086495 5988
2e51d4b5
KH
59892012-05-03 Kenichi Handa <handa@m17n.org>
5990
5991 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 5992 decoding, and show a warning message without signaling an error
2e51d4b5
KH
5993 (Bug#11282).
5994
2bd785a2
SM
59952012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * emacs-lisp/bytecomp.el
5998 (byte-compile-file-form-custom-declare-variable): Compile all elements,
5999 since cconv.el might have introduced :fun-body, internal-make-closure,
6000 and friends for bytecomp to handle (bug#11391).
6001 * custom.el (defcustom): Avoid ((λ ..) ..).
6002
99d27583
SM
60032012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
6006
55a71479
JB
60072012-05-02 Juanma Barranquero <lekktu@gmail.com>
6008
6009 * notifications.el (dbus-debug):
6010 * term/linux.el (gpm-mouse-enable):
6011 * term/screen.el (xterm-register-default-colors): Declare.
6012
7b97c764
CY
60132012-05-02 Chong Yidong <cyd@gnu.org>
6014
2bc356d7
CY
6015 * cus-start.el (gc-cons-percentage, exec-suffixes)
6016 (dos-display-scancodes, dos-hyper-key, dos-super-key)
6017 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
6018 (make-cursor-line-fully-visible, void-text-area-pointer)
6019 (font-list-limit): Add customization data.
6020
7b97c764
CY
6021 * allout.el (allout-exposure-change-functions)
6022 (allout-structure-added-functions)
6023 (allout-structure-deleted-functions)
6024 (allout-structure-shifted-functions): Rename abnormal hooks from
6025 *-hook, and convert to defcustoms.
5d3385a0
JB
6026 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
6027 Convert to defcustoms.
7b97c764
CY
6028 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
6029
6030 * allout-widgets.el: Hook callers changed.
6031
90207a15 60322012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
6033
6034 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
6035 the yanked message in preference to the default value of
6036 buffer-file-coding-system.
6037
90207a15 60382012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 6039
5d3385a0
JB
6040 * window.el (display-buffer--action-function-custom-type):
6041 Fix entry.
d9558cad 6042
90207a15 60432012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
6044
6045 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
6046
d80ac57b
GM
60472012-05-01 Glenn Morris <rgm@gnu.org>
6048
976f7668
GM
6049 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
6050
beb83b5a
GM
6051 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
6052
d80ac57b
GM
6053 * cus-edit.el (custom-variable-documentation): Simplify with format.
6054
b593d6a9 60552012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 6056 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
6057
6058 * simple.el (suggest-key-bindings, execute-extended-command):
6059 Move from keyboard.c.
6060
782fbf2a
CY
60612012-05-01 Chong Yidong <cyd@gnu.org>
6062
6063 * follow.el: Eliminate advice.
6064 (set-process-filter, process-filter, sit-for): Advice deleted.
6065 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
6066 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
6067 Vars deleted.
782fbf2a
CY
6068 (follow-auto): Use a :set function.
6069 (follow-mode): Rewritten. Don't advise process filters.
6070 (follow-switch-to-current-buffer-all, follow-scroll-up)
6071 (follow-scroll-down): Assume follow-mode is bound.
6072 (follow-comint-scroll-to-bottom)
6073 (follow-align-compilation-windows): New functions.
6074 (follow--window-sorter): New function.
6075 (follow-all-followers): Use it to explicitly sort windows by their
6076 positions; don't make assumptions about next-window order.
6077 (follow-windows-start-end, follow-delete-other-windows-and-split)
6078 (follow-calc-win-start): Doc fix.
6079 (follow-windows-aligned-p, follow-select-if-visible): Don't call
6080 vertical-motion unnecessarily.
6081 (follow-adjust-window): New function.
6082 (follow-post-command-hook): Use it.
6083 (follow-call-set-process-filter, follow-call-process-filter)
6084 (follow-intercept-process-output, follow-tidy-process-filter-alist)
6085 (follow-stop-intercept-process-output, follow-generic-filter):
6086 Functions deleted.
6087 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
6088 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
6089 New functions, replacing advice on scroll-bar-* commands.
87233a14 6090 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
6091
6092 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
6093 (comint-postoutput-scroll-to-bottom): Use it.
6094 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 6095
290af740
GM
60962012-05-01 Glenn Morris <rgm@gnu.org>
6097
6098 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
6099 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
6100 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
6101 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
6102 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
6103 Remove no-byte-compile setting.
6104
6eac8dc9
SM
61052012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6106
6107 * minibuffer.el (completion-table-with-quoting): Fix compatibility
6108 all-completions code to not return a number in the last cdr.
6109
9cc7819c
LL
61102012-04-30 Leo Liu <sdl.web@gmail.com>
6111
6112 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
6113 read-only error.
6114
c93b886f
CY
61152012-04-29 Chong Yidong <cyd@gnu.org>
6116
6117 * follow.el (follow-calc-win-end): Rewrite to handle partial
6118 screen lines correctly (Bug#8390).
6119 (follow-avoid-tail-recenter): Minor cleanup.
6120
8b6c19f4
SM
61212012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 Avoid the obsolete `assoc' package.
6124 * speedbar.el (speedbar-refresh): Avoid adelete.
6125 (speedbar-file-lists): Simplify and avoid aput.
6126 * man.el (Man--sections, Man--refpages): New vars, replacing
6127 Man-sections-alist and Man-refpages-alist.
6128 (Man-build-section-alist, Man-build-references-alist):
6129 Use them; avoid aput.
6130 (Man--last-section, Man--last-refpage): New vars.
6131 (Man-follow-manual-reference): Use them.
6132 Use the `default' arg of completing-read.
6133 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
6134
c5bb7569
CY
61352012-04-27 Chong Yidong <cyd@gnu.org>
6136
d1d2e2e8
CY
6137 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
6138
15cd8efd
CY
6139 * startup.el (x-apply-session-resources): New function.
6140
6141 * term/ns-win.el (ns-initialize-window-system):
6142 * term/w32-win.el (w32-initialize-window-system):
6143 * term/x-win.el (x-initialize-window-system): Use it to properly
6144 set menu-bar-mode and other vars from X resources, even if the
6145 initial frame is not a window-system frame (Bug#2299).
6146
c5bb7569
CY
6147 * subr.el (read-key): Avoid running filter function when setting
6148 up temporary tool bar entries (Bug#9922).
6149
a8e7d6d7 61502012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
6151
6152 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
6153 (Bug#11344)
6154
a8e7d6d7 61552012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
6156
6157 * select.el (xselect--encode-string): New function, split from
6158 xselect-convert-to-string.
6159 (xselect-convert-to-string): Use it.
6160 (xselect-convert-to-filename, xselect-convert-to-os)
6161 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
6162 returned strings are properly encoded (Bug#11315).
6163
a8e7d6d7 61642012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
6165
6166 * simple.el (delete-active-region): Move to killing custom group.
6167
a8e7d6d7 61682012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
6169
6170 * progmodes/which-func.el (which-func-current): Quote %
6171 characters for mode-line processing.
6172
578c1d4b 61732012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
6174
6175 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
6176 reaching eob (Bug#11286).
6177
a8e7d6d7 61782012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
6179
6180 * progmodes/gdb-mi.el (gdb-control-level): New variable.
6181 (gdb): Make it buffer-local and init to zero.
6182 (gdb-control-commands-regexp): New variable.
6183 (gdb-send): Don't wrap in "-interpreter-exec console" if
6184 gdb-control-level is positive. Increment gdb-control-level
6185 whenever the command matches gdb-control-commands-regexp, and
6186 decrement it each time the command is "end". (Bug#11279)
6187
a8e7d6d7 61882012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
6189
6190 * window.el (adjust-window-trailing-edge, enlarge-window)
6191 (shrink-window, window-resize):
6192 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
6193 windows (Bug#11276).
6194
b3608390
CY
61952012-04-27 Chong Yidong <cyd@gnu.org>
6196
6197 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 6198 fix "missing prefix" warning. All callers changed.
b3608390 6199
797e6e88
SM
62002012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * emacs-lisp/assoc.el: Move to obsolete/.
6203
e95a67dc
SM
62042012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6205
657c21e4 6206 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
6207
6208 * term/ns-win.el (ns-define-service):
6209 * progmodes/pascal.el (pascal-goto-defun):
6210 * progmodes/js.el (js--read-tab):
6211 * progmodes/etags.el (tags-lazy-completion-table):
6212 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
6213 * emacs-lisp/ewoc.el (ewoc--wrap):
6214 * emacs-lisp/assoc.el (aput, adelete, amake):
6215 * doc-view.el (doc-view-convert-current-doc):
6216 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
6217
cb3e7ae0
CY
62182012-04-26 Chong Yidong <cyd@gnu.org>
6219
dce04f7f
CY
6220 * image.el (image-type-from-buffer): Only return supported image
6221 type (Bug#9045).
6222
cb3e7ae0
CY
6223 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
6224 value, for symmetry with diff-end-of-hunk.
6225 (diff-split-hunk, diff-find-source-location)
6226 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
6227 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
6228 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
6229 compute the relevant hunk or file properly (Bug#6005).
6230 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
6231
0d42eb3e
SM
62322012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * vc/vc-mtn.el:
6235 * vc/vc-hg.el:
6236 * vc/vc-git.el:
6237 * vc/vc-dir.el:
6238 * vc/vc-cvs.el:
6239 * vc/vc-bzr.el:
6240 * vc/vc-arch.el:
6241 * vc/vc.el: Replace lexical-let by lexical-binding.
6242 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
6243 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
6244 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
6245
f08ae1c9
CY
62462012-04-26 Chong Yidong <cyd@gnu.org>
6247
8b71081d
CY
6248 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
6249 (diff-mode-shared-map): Bind it to / and [remap undo].
6250
f08ae1c9
CY
6251 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
6252 (ediff-window-setup-function): Use it as the default, to set up
6253 windows based on whether the current frame is graphical (Bug#2138).
6254 (ediff-choose-window-setup-function-automatically): Make obsolete.
6255
6256 * vc/ediff-init.el: Always define ediff-pixel-width/height.
6257
ef24141c
SM
62582012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6259
cc356a5d
SM
6260 * ffap.el: Remove old code for obsolete package.
6261 (ffap-complete-as-file-p): Remove.
6262
b4ff4f1f
SM
6263 Use completion-table-with-quoting for comint and pcomplete.
6264 * comint.el (comint--unquote&requote-argument)
6265 (comint--unquote-argument, comint--requote-argument): New functions.
6266 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
6267 (comint-quote-filename): Use regexp-opt-charset.
6268 (comint--common-suffix, comint--common-quoted-suffix)
6269 (comint--table-subvert): Remove.
6270 (comint-unquote-function, comint-requote-function): New vars.
6271 (comint--complete-file-name-data): Use them with
6272 completion-table-with-quoting.
6273 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
6274 * pcomplete.el (pcomplete-arg-quote-list)
6275 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
6276 (pcomplete-unquote-argument-function): Default to non-nil.
6277 (pcomplete-unquote-argument): Simplify.
6278 (pcomplete--common-quoted-suffix): Remove.
6279 (pcomplete-requote-argument-function): New var.
6280 (pcomplete--common-suffix): New function.
6281 (pcomplete-completions-at-point): Use completion-table-with-quoting
6282 and completion-table-subvert.
6283
79c4eeb4
SM
6284 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
6285 (minibuffer--double-dollars): Preserve properties.
6286 (completion--sifn-requote): New function.
6287 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
6288
ef24141c
SM
6289 * minibuffer.el: Add support for completion of quoted/escaped data.
6290 (completion-table-with-quoting, completion-table-subvert): New funs.
6291 (completion--twq-try, completion--twq-all): New functions.
6292 (completion--nth-completion): New function.
6293 (completion-try-completion, completion-all-completions): Use it.
6294
784e7d6e
LL
62952012-04-25 Leo Liu <sdl.web@gmail.com>
6296
dd2ac746
SM
6297 * progmodes/python.el (python-pdbtrack-get-source-buffer):
6298 Use compilation-message if available to find real filename.
784e7d6e 6299
07875ee7
CY
63002012-04-25 Chong Yidong <cyd@gnu.org>
6301
6302 * vc/diff-mode.el (diff-setup-whitespace): New function.
6303 (diff-mode): Use it.
6304
6305 * vc/diff.el (diff-sentinel):
6306 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
6307 Whitespace mode variables based on diff style (Bug#8612).
6308
5055880d
LL
63092012-04-25 Leo Liu <sdl.web@gmail.com>
6310
daf75653
LL
6311 * progmodes/python.el (python-send-region): Add suffix .py to the
6312 temp file.
6313
5055880d
LL
6314 * files.el (auto-mode-alist): Use javascript-mode instead.
6315
db9b177b
AH
63162012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
6317
ef24141c 6318 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 6319
090bd7cb 6320 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 6321 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 6322 references, see Bug#9.
ef24141c 6323 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 6324 when receiving a fault reply.
ef24141c 6325 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 6326
090bd7cb 6327 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 6328 (soap-inspect-simple-type): New function.
db9b177b 6329
090bd7cb 6330 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 6331 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
6332 (soap-decode-basic-type, soap-encode-basic-type):
6333 support unsignedInt and double basic types.
db9b177b 6334 (soap-resolve-references-for-simple-type)
ef24141c
SM
6335 (soap-parse-simple-type, soap-encode-simple-type): New function.
6336 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 6337
090bd7cb 6338 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
6339 (soap-default-soapenc-types): Add integer, byte and anyURI types.
6340 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
6341 the local name of "soapenc:Array".
6342 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
6343 decoding integer, byte and anyURI xsd types.
6344
1fc6097b
CY
63452012-04-25 Chong Yidong <cyd@gnu.org>
6346
6347 * cus-edit.el (custom-buffer-create-internal): Update header text.
6348
afc6df87
EZ
63492012-04-25 Eli Zaretskii <eliz@gnu.org>
6350
6351 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
6352 settings on 'system-type', not on 'window-system'. On MS-Windows,
6353 set interactive-mode on in GDB.
6354
dfbd787f
SM
63552012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6356
6357 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
6358 (ruby-syntax-propertize-regexp): Remove.
6359 (ruby-syntax-propertize-function): Split regexp into chunks.
6360 Match following code directly.
6361
85222d44
DG
63622012-04-24 Dmitry Gutov <dgutov@yandex.ru>
6363
51a8ea2a
DG
6364 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
6365 (ruby-syntax-propertize-regexp): New function.
6366 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6367 by a special keyword.
6368
85222d44
DG
6369 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6370 (ruby-syntax-general-delimiters-goto-beg)
6371 (ruby-syntax-propertize-general-delimiters): New functions.
6372 (ruby-syntax-propertize-function): Use them to handle GDL.
6373 (ruby-font-lock-keywords): Move old handling of GDL...
6374 (ruby-font-lock-syntactic-keywords): .. to here.
6375 (ruby-calculate-indent): Adjust indentation for GDL.
6376
b613912b
MA
63772012-04-24 Michael Albinus <michael.albinus@gmx.de>
6378
b5380639
MA
6379 * notifications.el (top): Remove unneeded declarations.
6380 (notifications-specification-version): Change to "1.2".
e43042fe 6381 (notifications-interface, notifications-notify-method)
b613912b
MA
6382 (notifications-close-notification-method): Fix docstring.
6383 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
6384 (notifications-notify): Add :action-items, :resident and
6385 :transient hints. Change "image_data" to "image-data" and
6386 "image_path" to "image-path".
b613912b
MA
6387 (notifications-get-capabilities): New defun.
6388
257440aa
LL
63892012-04-24 Leo Liu <sdl.web@gmail.com>
6390
6391 * progmodes/python.el: Move hideshow setup to the end.
6392
b1bac16e
MR
63932012-04-24 Martin Rudalics <rudalics@gmx.at>
6394
6395 * window.el (handle-select-window): Clear echo area since this is
6396 no more done by read_char (Bug#11304).
6397
d81bd059
SM
63982012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
6401 and `/ M' to filter-derived-mode.
6402 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
6403 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6404 (ibuffer-mark-by-mode): Use default rather than initial-input.
6405 (ibuffer-filter-by-derived-mode): Autoload and require-match.
6406
c4cf6d91
IA
64072012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
6408
6409 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
6410 (ibuffer-filter-by-derived-mode): New filter.
6411 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
6412
7511ded8
CY
64132012-04-23 Andreas Politz <politza@fh-trier.de>
6414
6415 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
6416
775c916b
CY
64172012-04-23 Chong Yidong <cyd@gnu.org>
6418
6419 * cus-edit.el (customize-apropos, customize-apropos-options):
6420 Disable matching of non-option variables (Bug#11176).
6421 (customize-option, customize-option-other-window)
6422 (customize-changed-options): Doc fix.
6423 (customize-apropos-options, customize-apropos-faces)
6424 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
6425
6426 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 6427 Fix word list splitting (Bug#11132).
46c71e23
CY
6428 (apropos-symbol, apropos-keybinding, apropos-label)
6429 (apropos-property, apropos-function-button)
6430 (apropos-variable-button, apropos-misc-button): New faces.
6431 (apropos-symbol-face, apropos-keybinding-face)
6432 (apropos-label-face, apropos-property-face, apropos-match-face):
6433 Variables removed (Bug#8396).
6434 (apropos-library-button, apropos-format-plist, apropos-print)
6435 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 6436
2df41f9c
MA
64372012-04-23 Michael Albinus <michael.albinus@gmx.de>
6438
6439 * net/xesam.el (xesam-mode-map): Use let-bound map in
6440 initialization. (Bug#11292)
6441
da00640a
AM
64422012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6443
6444 Preserve ispell session localwords when switching back to
6445 original buffer.
6446
090bd7cb
JB
6447 * textmodes/ispell.el (ispell-buffer-session-localwords):
6448 New buffer-local variable to hold buffer session localwords.
ed9265fc 6449 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
6450 localwords.
6451 (ispell-command-loop, ispell-change-dictionary)
6452 (ispell-buffer-local-words): Preserve session localwords when
6453 needed.
6454
090bd7cb
JB
6455 * textmodes/flyspell.el (flyspell-process-localwords)
6456 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 6457
f621ccf5
AM
64582012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6459
090bd7cb
JB
6460 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
6461 using obsolete `translation-table-for-input'.
ef24141c
SM
6462 (ispell-word, ispell-process-line, ispell-complete-word):
6463 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 6464
c2d1019e
CY
64652012-04-22 Chong Yidong <cyd@gnu.org>
6466
6467 * cus-edit.el (custom-variable-menu)
6468 (custom-variable-reset-saved, custom-face-menu)
6469 (custom-face-reset-saved): If there is no saved value, make the
6470 "reset-saved" operation bring back the default (Bug#9509).
6471 (custom-face-state): Properly detect themed faces.
6472
eeddc531
CY
6473 * faces.el (face-spec-set): Stop supporting deprecated form of
6474 third arg.
6475
dcbf5805
MA
64762012-04-22 Michael Albinus <michael.albinus@gmx.de>
6477
6478 Move functions from C to Lisp. Make non-blocking method calls
6479 the default. Implement further D-Bus standard interfaces.
6480
ef24141c
SM
6481 * net/dbus.el (dbus-message-internal): Declare function.
6482 Remove unneeded function declarations.
dcbf5805
MA
6483 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
6484 (dbus-message-type-method-return, dbus-message-type-error)
6485 (dbus-message-type-signal): Declare variables. Remove local
6486 definitions.
6487 (dbus-interface-dbus, dbus-interface-peer)
6488 (dbus-interface-introspectable, dbus-interface-properties)
6489 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
6490 Adapt docstring.
6491 (dbus-interface-objectmanager): New defconst.
6492 (dbus-call-method, dbus-call-method-asynchronously)
6493 (dbus-send-signal, dbus-method-return-internal)
6494 (dbus-method-error-internal, dbus-register-service)
6495 (dbus-register-signal, dbus-register-method): New defuns, moved
6496 from dbusbind.c
6497 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
6498 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6499 New defuns.
dcbf5805
MA
6500 (dbus-call-method-non-blocking): Make it an obsolete function.
6501 (dbus-unregister-object, dbus-unregister-service)
6502 (dbus-handle-event, dbus-register-property)
6503 (dbus-property-handler): Obey the new structure of
6504 `bus-registered-objects'.
6505 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
6506 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6507 Use `dbus-call-method'.
6508
cf20dee0
CY
65092012-04-22 Chong Yidong <cyd@gnu.org>
6510
6511 * cus-edit.el (custom-commands, custom-reset-menu)
6512 (Custom-reset-standard): Tweak labels.
6513 (custom-reset-button-menu): Change default to t.
6514 (custom-buffer-create-internal): For the custom-reset-button-menu
6515 case, put the revert button first.
6516 (custom-group-subtitle): New face.
6517 (custom-group-value-create): Align docstring to a specific column.
6518
6519 * wid-edit.el (widget-documentation-link-add): Don't handle
6520 indentation in this function.
6521 (widget-documentation-string-indent-to): New function.
6522 (widget-documentation-string-value-create): Use it.
6523
6524 * autorevert.el (auto-revert):
6525 * epg-config.el (epg):
6526 * ibuffer.el (ibuffer):
6527 * mpc.el (mpc):
6528 * ses.el (ses):
6529 * eshell/eshell.el (eshell):
6530 * net/ange-ftp.el (ange-ftp):
6531 * progmodes/ebnf2ps.el (postscript):
6532 * progmodes/flymake.el (flymake):
6533 * progmodes/prolog.el (prolog):
6534 * progmodes/verilog-mode.el (verilog-mode):
6535 * progmodes/which-func.el (which-func):
6536 * term/xterm.el (xterm):
6537 * textmodes/picture.el (picture):
6538 * textmodes/tildify.el (tildify):
6539 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6540 customization buffers.
6541
583e23bd
AM
65422012-04-22 Alan Mackenzie <acm@muc.de>
6543
6544 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6545 Adding a ) can hide the resulting (..) from searches. Fix it.
6546 Bound the backward search to the position of the existing (.
6547
7dd51bf1
JB
65482012-04-21 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * progmodes/verilog-mode.el (verilog-mode): Check whether
6551 which-func-modes is t before adding verilog-mode.
6552 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6553
d64a438f
LL
65542012-04-21 Leo Liu <sdl.web@gmail.com>
6555
7dd51bf1 6556 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 6557
081e8d65
MV
65582012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
6559
6560 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6561 filling of the last column of a table (Bug#5635).
6562 (woman-find-next-control-line): New arg, specifying an additional
6563 regexp component for the control line.
6564 (woman2-roff-buffer): Use it.
6565 (woman-break-table): New function.
6566 (woman2-TS): Use it.
6567
65682012-04-21 Chong Yidong <cyd@gnu.org>
6569
6570 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6571 (woman-horizontal-escapes, woman-negative-vertical-space)
6572 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6573 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6574
ed571ccb
SM
65752012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * minibuffer.el (completion-file-name-table): Complete user names.
6578
39773899
LL
65792012-04-20 Leo Liu <sdl.web@gmail.com>
6580
6581 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6582 and pcase-let*.
6583
de6ff46d
CY
65842012-04-20 Chong Yidong <cyd@gnu.org>
6585
6586 * server.el (server-execute): Respect initial-buffer-choice if it
6587 is a string and there are no files to open (Bug#2825).
6588 (server-create-window-system-frame, server-create-tty-frame):
6589 Don't switch buffers here.
2d0e8e61
CY
6590 (server-process-filter): Only try to open a window system frame if
6591 compiled with graphical support (Bug#8314).
de6ff46d 6592
54071013
DN
65932012-04-20 Dan Nicolaescu <dann@gnu.org>
6594
6595 * battery.el (battery-echo-area-format): Display remaining time
6596 for sysfs backend too (Bug#11269).
6597 (battery-linux-sysfs): Fix conditional for the charge.
6598
f30d612a
CY
65992012-04-20 Chong Yidong <cyd@gnu.org>
6600
c07a4c0b 6601 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
6602 (gdb-inferior-io--init-proc): New function.
6603 (gdb-init-1): Use it.
6604 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6605 responsible for allocating a new pty and hooking it to gdb when
6606 the old pty gets an EIO due to process exit.
6607 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6608 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6609 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6610
2116e93c
EZ
66112012-04-20 Eli Zaretskii <eliz@gnu.org>
6612
6613 * window.el (window-min-size, window-sizable, window-min-delta)
6614 (window-max-delta, window--resizable, window-resizable)
6615 (window-total-size, window-full-height-p, window-full-width-p)
6616 (window-in-direction, window--resize-mini-window, window-resize)
6617 (window--resize-child-windows-normal)
6618 (window--resize-child-windows, window--resize-siblings)
6619 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 6620 (enlarge-window, shrink-window): Doc fixes.
2116e93c 6621
c07a4c0b 66222012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 6623
ef24141c
SM
6624 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6625 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
6626 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6627 pty process (Bug#11273).
6628 (gdb-update): New arg to suppress talking to the gdb process.
6629 (gdb-done-or-error): Use it.
6630 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6631 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6632 sentinel not being called.
6633
6634 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6635
d02766ab
CY
6636 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6637
c07a4c0b 66382012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
6639
6640 * net/network-stream.el (open-network-stream): Doc fix.
6641
c07a4c0b 66422012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
6643
6644 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6645
c07a4c0b 66462012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
6647
6648 Ensure searching for keywords is case sensitive.
6649
6650 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6651 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6652 (c-defun-name, c-mark-function, c-cpp-define-name)
6653 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 6654 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 6655
ef24141c
SM
6656 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6657 Bind case-fold-search to nil.
f0f6bc35 6658
c07a4c0b 66592012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
6660
6661 * mail/sendmail.el (mail-bury): Call return action with the right
6662 Rmail buffer (Bug#11242).
6663
9a864fa2
CY
6664 * server.el (server-process-filter): Handle corner case where both
6665 tty and nowait options are present (Bug#11102).
6666
539aa513
EZ
66672012-04-20 Eli Zaretskii <eliz@gnu.org>
6668
6669 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
6670 (top level): Put into the executable the ident-style '$Id:' tag on
6671 windows-nt as well.
539aa513 6672
cfc7d5da
SM
66732012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * electric.el (electric-indent-post-self-insert-function): Check that
6676 electric-indent-mode is enabled in current buffer.
6677
5b01685c
JB
66782012-04-19 Juanma Barranquero <lekktu@gmail.com>
6679
6680 * imenu.el (imenu-progress-message): Restore; it is "used" in
6681 erc/erc-imenu.el and net/snmp-mode.el.
6682
4d6769e1
JB
66832012-04-19 Juanma Barranquero <lekktu@gmail.com>
6684
6685 * avoid.el (mouse-avoidance-mode): Mark unused arg.
6686 (mouse-avoidance-nudge-mouse): Remove unused binding.
6687
6688 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6689
6690 * descr-text.el (describe-char):
6691 * progmodes/python.el (python-describe-symbol):
6692 Don't call `toggle-read-only', set `buffer-read-only'.
6693
6694 * imenu.el (imenu-default-goto-function): Mark unused args.
6695 (imenu-progress-message): Remove obsolete macro; all callers changed.
6696
6697 * subr.el (keymap-canonicalize): Remove unused binding.
6698 (read-passwd): Mark unused arg.
6699
6700 * tutorial.el (tutorial--display-changes): Remove unused binding.
6701 (tutorial--save-tutorial-to): Remove unused variable.
6702
6703 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
6704 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
6705 (package-generate-autoloads, package-menu--generate)
6706 (package-menu--find-upgrades): Remove unused bindings.
6707
6708 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
6709 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
6710 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
6711 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
6712 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
6713 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
6714 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
6715 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
6716 (cua-delete-char-rectangle): Mark unused args.
6717 (cua-align-rectangle): Remove unused binding.
6718
6719 * mail/rmail.el (compilation--message->loc)
6720 (epa--find-coding-system-for-mime-charset): Declare.
6721
6722 * net/dbus.el (dbus-register-service): Declare.
6723 (dbus-name-owner-changed-handler): Remove unused binding.
6724
6725 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
6726 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
6727 (nxml-scan-backward-within): Mark unused arg.
6728 (nxml-dynamic-markup-word): Remove unused binding.
6729
6730 * mouse.el (mouse-menu-major-mode-map):
6731 * emacs-lisp/authors.el (authors-scan-change-log)
6732 (authors-add-to-author-list):
6733 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
6734 * emacs-lisp/smie.el (smie-auto-fill):
6735 * mail/sendmail.el (mail-bury):
6736 * mail/unrmail.el (unrmail):
6737 * net/tls.el (open-tls-stream):
6738 * textmodes/picture.el (picture-mouse-set-point):
6739 Remove unused bindings.
6740
8c8fc5df
MA
67412012-04-19 Michael Albinus <michael.albinus@gmx.de>
6742
6743 * net/tramp.el (tramp-action-password): Let-bind
6744 `enable-recursive-minibuffers' to t.
6745
a77b0ac9
SS
67462012-04-18 Sam Steingold <sds@gnu.org>
6747
6748 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
6749 instead of 'string to accommodate values like [f11].
6750 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
6751 * progmodes/gdb-mi.el: Likewise.
6752
12a106a9
LL
67532012-04-18 Leo Liu <sdl.web@gmail.com>
6754
6755 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
6756 current buffer.
6757 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
6758 LOCAL is nil.
6759
bc6494ef
CY
67602012-04-18 Chong Yidong <cyd@gnu.org>
6761
6762 * simple.el (line-move): Use forward-line if in batch mode
6763 (Bug#11053).
6764
c09c46b2
CS
67652012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
6766
6767 * files.el (after-find-file): Do not try to add a final newline if
6768 the buffer is read-only (Bug#11156).
6769
5f6530ea
RS
67702012-04-17 Richard Stallman <rms@gnu.org>
6771
6772 * mail/rmail.el (rmail-start-mail):
6773 Pass (rmail-mail-return...) for the return-action.
6774 Pass (rmail-yank-current-message...) for the yank-action.
6775 (rmail-yank-current-message): New function.
6776 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
6777 (rmail-reply): Likewise.
6778 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
6779
6780 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 6781 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
6782 buffer, not newbuf.
6783
197b6f3c
JB
67842012-04-17 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * server.el (server-ensure-safe-dir): Simplify.
6787
2311d8e5 67882012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 6789
2311d8e5
GM
6790 * emacs-lisp/smie.el: Provide smarter auto-filling.
6791 (smie-auto-fill): New function.
6792 (smie-setup): Use it.
98fb480e 6793
2311d8e5
GM
6794 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
6795
67962012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
6797
6798 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
6799 (comment-indent): Use it.
6800
2311d8e5 68012012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
6802
6803 * ses.el: The overall change is to add cell renaming, that is
6804 setting fancy names for cell symbols other than name matching
6805 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 6806 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 6807 (ses-create-cell-variable): New defun.
2311d8e5 6808 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
6809 (ses-relocate-formula): Relocate formulas only for cells the
6810 symbols of which are not renamed, i.e. symbols whose names do not
6811 match regexp "\\`[A-Z]+[0-9]+\\'".
6812 (ses-relocate-all): Relocate values only for cells the symbols of
6813 which are not renamed.
6814 (ses-load): Create cells variables as the (ses-cell ...) are read,
6815 in order to check row col consistency with cell symbol name only
6816 for cells that are not renamed.
6817 (ses-replace-name-in-formula): New defun.
6818 (ses-rename-cell): New defun.
4bdf2ad2 6819
fc72b15c
PO
68202012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
6821
6822 * progmodes/perl-mode.el (perl-indent-parens-as-block):
6823 New option (bug#11118).
6824 (perl-calculate-indent): Respect it.
6825
12e10e61
GM
68262012-04-17 Glenn Morris <rgm@gnu.org>
6827
6828 * dired-aux.el (dired-mark-read-string): Doc fix.
6829
30009afd
DA
68302012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
6831
6832 * dired-aux.el (dired-mark-read-string): Offer optional completion.
6833 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
6834
41f03f4d
GM
68352012-04-17 Glenn Morris <rgm@gnu.org>
6836
6837 * mouse.el (mouse-drag-track):
6838 * speedbar.el (speedbar-frame-mode):
6839 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
6840
f45f90f3
LL
68412012-04-16 Leo Liu <sdl.web@gmail.com>
6842
6843 * progmodes/python.el: Trivial cleanup.
6844
94ee8db5
GM
68452012-04-16 Glenn Morris <rgm@gnu.org>
6846
121b8917
GM
6847 * vc/vc.el (vc-string-prefix-p):
6848 * vc/pcvs-util.el (cvs-string-prefix-p):
6849 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
6850 * mpc.el (mpc-string-prefix-p):
6851 Make all of these into obsolete aliases for string-prefix-p.
6852 Update callers.
6853 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
6854
1197ecfa
GM
6855 * textmodes/two-column.el: Move custom options to the start.
6856 (frame-width): Remove compat definition.
6857 (2C-associate-buffer, 2C-dissociate):
6858 Use with-current-buffer rather than save-excursion.
6859 (2C-dissociate): Force a mode-line update.
6860 (2C-autoscroll): Use ignore-errors.
6861
099e7202
GM
6862 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
6863 Autoload trivia.
6864
bf350d6a
GM
6865 * emacs-lisp/cl-extra.el (*random-state*):
6866 Remove unnecessary declaration.
6867
0e829eab
GM
6868 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
6869
e3ad7552
GM
6870 * play/cookie1.el (cookie-snarf):
6871 Give an explicit error if input file cannot be read.
6872
68892d27
GM
6873 * play/yow.el (yow-file): Use expand-file-name rather than concat.
6874
20f0c46d
GM
6875 * progmodes/perl-mode.el (c-macro-expand):
6876 Remove unnecessary autoload (it is in loaddefs.el).
6877
5a0978ce
GM
6878 * textmodes/picture.el (picture-desired-column)
6879 (picture-update-desired-column): Convert comments to doc-strings.
6880 (picture-substitute): Remove function.
6881 (picture-mode-map): Initialize in the defvar.
6882
6b955486
GM
6883 * woman.el: Remove eval-after-load for tar-mode.
6884 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
6885 (woman-tar-extract-file): Autoload it.
6886
94ee8db5
GM
6887 * frame.el (automatic-hscrolling): Make this alias obsolete.
6888
177eca34
AM
68892012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6890
090bd7cb 6891 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 6892 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
6893 (ispell-dictionary-base-alist): Revert to original XEmacs
6894 friendly version for default. [:alpha:] will be added in
090bd7cb 6895 `ispell-set-spellchecker-params' if needed.
177eca34 6896
c505aaeb
CY
68972012-04-16 Chong Yidong <cyd@gnu.org>
6898
b19dd9d1 6899 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
6900 (imagemagick-register-types): Use it.
6901 (imagemagick-types-inhibit): Add :set function. Allow new value
6902 of t to inhibit all types.
6903
6904 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
6905 so we can preload it.
6906
6907 * loadup.el (fboundp): Preload regexp-opt, needed by
6908 imagemagick-register-types.
6909
60efac0f
CY
69102012-04-15 Chong Yidong <cyd@gnu.org>
6911
6912 * frame.el (scrolling): Remove nearly unused customization group.
6913
6914 * scroll-all.el (scroll-all-mode): Move to windows group.
6915
5dd1713e
CY
69162012-04-15 Chong Yidong <cyd@gnu.org>
6917
6918 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
6919
e6fd457e
CY
69202012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 6923 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 6924
e153c136
GM
69252012-04-15 Glenn Morris <rgm@gnu.org>
6926
6927 * simple.el (process-file-side-effects): Doc fix.
6928
e6fd457e 69292012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
6930
6931 * international/mule-cmds.el (set-language-environment): Doc fix.
6932
3603c3b1
JB
69332012-04-14 Juanma Barranquero <lekktu@gmail.com>
6934
6935 * server.el (server-auth-key, server-generate-key): Doc fixes.
6936 (server-get-auth-key): Doc fix. Use `string-match-p'.
6937 (server-start): Reflow docstring.
6938
e6de100c
LI
69392012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
6940
6941 * server.el (server-generate-key): `called-interactively-p'
6942 requires a parameter.
6943
29734c21
MN
69442012-04-14 Michal Nazarewicz <mina86@mina86.com>
6945
6946 * server.el (server-auth-key): New variable.
75f1671a 6947 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
6948 (server-start): Use the new variable and functions to allow
6949 setting a permanent server key (bug#9423).
6950
d65c9521
LL
69512012-04-14 Leo Liu <sdl.web@gmail.com>
6952
6953 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
6954
5ae255c7
PE
69552012-04-14 Paul Eggert <eggert@cs.ucla.edu>
6956
6957 Spelling fixes.
6958 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
6959 Emacs uses American spelling.
6960
d5e6342e
JB
69612012-04-14 Juanma Barranquero <lekktu@gmail.com>
6962
6963 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
6964 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
6965 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
6966 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
6967
ab036cd7
SM
69682012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * progmodes/which-func.el (which-func-modes): Change default.
6971
35dc09a1 69722012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
6973
6974 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
6975 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
6976
35dc09a1 69772012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
6978
6979 * custom.el (custom-theme-set-variables): Doc fix.
6980
35dc09a1 69812012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
6982
6983 * international/mule.el (set-auto-coding-for-load): Doc fix.
6984
35dc09a1 69852012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 6986
35dc09a1
GM
6987 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
6988 imenu work again for Objective C Mode. Correct the *-index values,
6989 these having been disturbed by a previous change in 2011-08.
57f845ee 6990
0de3da9f
AM
6991 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
6992 Correct two search limits.
6993
35dc09a1 69942012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
6995
6996 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
6997
35dc09a1 69982012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
6999
7000 * international/characters.el: Fix sorting.
7001
35dc09a1 70022012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
7003
7004 * international/characters.el: Add more missing Latin case pairs.
7005
35dc09a1 70062012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
7007
7008 * files.el (dir-locals-set-class-variables): Doc fix.
7009
35dc09a1 70102012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 7011
3f1b5bf8
EZ
7012 * international/characters.el: Add set-case-syntax-pair call for
7013 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
7014 counterpart. (Bug#11209)
7015
9f847f41
EZ
7016 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
7017
35dc09a1 70182012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
7019
7020 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7021
35dc09a1 70222012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 7023
35dc09a1
GM
7024 * textmodes/ispell.el (ispell-dictionary-base-alist):
7025 Add data for Hebrew.
e2627d21 7026
35dc09a1 70272012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 7028
35dc09a1
GM
7029 * net/rcirc.el (rcirc-cmd-quit):
7030 Revert 2012-03-18 change (Bug#11192).
5c14e333 7031
35dc09a1 70322012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
7033
7034 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
7035
35dc09a1 70362012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 7037
4517fe3a
SM
7038 * minibuffer.el (completion-in-region-mode-map):
7039 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 7040
b472a594
VD
70412012-04-13 Vivek Dasmohapatra <vivek@etla.org>
7042
7043 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
7044
09b95ce3
MY
70452012-04-13 Masatake YAMATO <yamato@redhat.com>
7046
7047 * minibuffer.el (minibuffer-local-filename-syntax): New variable
7048 to allow `C-M-f' and `C-M-b' to move to the nearest path
7049 separator (bug#9511).
7050
4b63a9ca
LI
70512012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
7052
7053 * avoid.el: Require cl when compiling. And also move the
7054 `provide' to the end.
7055
7b55b8bf
TV
70562012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7057
7058 * avoid.el (mouse-avoidance-banish-position): New variable.
7059 (mouse-avoidance-banish-destination): Use it (bug#10165).
7060
adedaa1f
LL
70612012-04-13 Leo Liu <sdl.web@gmail.com>
7062
7063 * progmodes/which-func.el (which-func-modes): Add objc-mode.
7064
70e74021
KB
70652012-04-13 Ken Brown <kbrown@cornell.edu>
7066
7067 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 7068 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
7069 (browse-url-filename-alist): For the same reason, don't modify
7070 file:// URLs on Cygwin.
7071
e75e89ba
SM
70722012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
7075 the region on shift if the binding is already shifted (bug#11221).
7076
82f289a4
GM
70772012-04-12 Glenn Morris <rgm@gnu.org>
7078
7079 * mail/mailpost.el: Move to obsolete/.
7080
d333dc4c
DA
70812012-04-12 Drew Adams <drew.adams@oracle.com>
7082
7083 * imenu.el (imenu--generic-function): Ignore invisible definitions
7084 (bug#10123).
7085
0d15b5ba
VD
70862012-04-12 Vivek Dasmohapatra <vivek@etla.org>
7087
7088 * hexl.el (hexl-bits): New variable.
7089 (hexl-options): Mention the variable in the doc string.
75f1671a 7090 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 7091 (hexl-mode): Mention the new variable.
75f1671a
JB
7092 (hexl-mode, hexl-current-address, hexl-current-address):
7093 Use the displen.
0d15b5ba
VD
7094 (hexl-ascii-start-column): New function.
7095 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
7096 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
7097
64a440db
AM
70982012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7099
7100 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
7101 '("-i" ENCODING), in 2 separate command-line arguments, to specify
7102 the encoding, as expected by hunspell.
7103
6decb6c2
SM
71042012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * battery.el (battery--linux-sysfs-regexp): New const.
7107 (battery-status-function): Use it. Remove yeeloong special case.
7108 (battery-yeeloong-sysfs): Remove.
7109 (battery-echo-area-format): Remove yeeloong special case.
7110
088be6fb
SM
71112012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7112
6622e416
SM
7113 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
7114 Reported by Noah Friedman.
7115
088be6fb
SM
7116 * subr.el (read-passwd): Use read-string.
7117
b49f886e
LMI
71182012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7119
7120 * vcursor.el (vcursor-move): Increase the priority of the overlay
7121 (bug#9663).
7122
a63067fc
DD
71232012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7124
7125 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
7126 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
7127
ac3cf14a
WS
71282012-04-11 William Stevenson <yhvh2000@gmail.com>
7129
7130 * textmodes/artist.el (artist-mode): Convert artist-mode to use
7131 define-minor-mode (bug#10760).
7132
c4fc691b 71332012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 7134
4d6769e1 7135 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
7136 that directories matching `grep-find-ignored-files' won't be
7137 pruned (bug#10351).
7138
af23e2e5
CY
71392012-04-11 Chong Yidong <cyd@gnu.org>
7140
7141 * startup.el (command-line): Remove support for long-obsolete
7142 variable font-lock-face-attributes.
7143
ab7ce8c1
GM
71442012-04-11 Glenn Morris <rgm@gnu.org>
7145
7146 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
7147
de8c03dc
SM
71482012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * window.el (window--state-get-1): Obey window-point-insertion-type.
7151
050cc68b
LB
71522012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
7153
7154 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
7155 to previous function when point is on the first character of a
75f1671a 7156 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 7157
a38c310c
GM
71582012-04-11 Glenn Morris <rgm@gnu.org>
7159
effed0c2
GM
7160 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
7161 not just file-errors.
7162
a38c310c
GM
7163 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
7164 (vc-bzr-sha1): Use internal sha1.
7165
0221e323
SM
71662012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
7169
43956923
SG
71702012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
7171
7172 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
7173 that start in the middle of the line (bug#10496).
7174
6a8c9eaf
DN
71752012-04-10 Dan Nicolaescu <dann@gnu.org>
7176
7177 * battery.el (battery-linux-proc-acpi): Only one battery is
7178 discharged at a time, but that seems to confuse battery.el when
7179 computing `rate-type' for the battery not being discharged
7180 (bug#10332).
7181
1930bf5d
SM
71822012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7183
2a718f6f
SM
7184 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
7185
599430d0
SM
7186 * international/quail.el: Use dolist and simplify.
7187 (quail-define-package, quail-update-keyboard-layout)
7188 (quail-define-rules): Use dolist.
7189 (quail-insert-kbd-layout, quail-get-translation): CSE.
7190
a2754b6c
SM
7191 * tmm.el: Use dolist, remove left over hook.
7192 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
7193 Use dolist.
7194 (calendar-load-hook): Don't mess with it.
7195
1930bf5d
SM
7196 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7197 Use derived-mode-p. Run the diff asynchronously.
7198
9f67961c
LMI
71992012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7200
7201 * obsolete/mouse-sel.el: Add an Obsolete-since header.
7202
2a8ce227
JB
72032012-04-10 Juanma Barranquero <lekktu@gmail.com>
7204
7205 * misc.el: Display absolute path of loaded DLLs (bug#10424).
7206 (list-dynamic-libraries--loaded): New function.
7207 (list-dynamic-libraries--refresh): Use it.
7208
8f33b5f8
NW
72092012-04-10 Nathan Weizenbaum <nweiz@google.com>
7210
1930bf5d
SM
7211 * progmodes/python.el (python-fill-paragraph):
7212 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
7213 disabled (bug#7018).
7214
b12f0439
L
72152012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
7216
1930bf5d 7217 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
7218 DOS/MS Windows for the Baltic languages. There are still plenty
7219 of texts written in this encoding/codepage (bug#6519).
b12f0439 7220
57c3bd01
GM
72212012-04-10 Glenn Morris <rgm@gnu.org>
7222
7223 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
7224 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
7225
6c3eab30
FA
72262012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
7227
1930bf5d 7228 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
7229 next-line "n" and previous-line "p" in order to make recentf more
7230 consistent with ibuffer, dired or org-mode (bug#9387).
7231
24d78a88
LMI
72322012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7233
bc72b5d9
LMI
7234 * image.el (put-image): Return the overlay created instead of the
7235 optional input string (bug#7834). Note that this may break code
7236 that is (for some reason or other) depending on `put-image'
7237 returning the string.
7238
bd2dba5a
LMI
7239 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
7240
74beb59f
LMI
7241 * simple.el (zap-to-char): Allow zapping using input methods
7242 (bug#1580).
7243
24d78a88
LMI
7244 * textmodes/fill.el (fill-region): Leave point and mark where they
7245 were before filling (bug#5399).
7246
263f20cd
GM
72472012-04-09 Glenn Morris <rgm@gnu.org>
7248
7249 * version.el (emacs-bzr-get-version):
7250 Handle lightweight checkouts of local branches.
7251
58d1f797
AS
72522012-04-09 Andreas Schwab <schwab@linux-m68k.org>
7253
263f20cd 7254 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 7255
b4d3bc10
CY
72562012-04-09 Chong Yidong <cyd@gnu.org>
7257
7258 * custom.el (custom-variable-p): Return nil for non-symbol
7259 arguments instead of signaling an error.
7260 (user-variable-p): Obsolete alias for custom-variable-p.
7261
7262 * apropos.el (apropos-variable):
7263 * files-x.el (read-file-local-variable):
7264 * simple.el (set-variable):
7265 * woman.el (woman-mini-help):
7266 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
7267
fd06db5d
GM
72682012-04-09 Glenn Morris <rgm@gnu.org>
7269
e5fcdb5e
GM
7270 * startup.el (normal-top-level): Don't look for leim-list.el
7271 in places where it will not be found. (Bug#910)
7272
fd06db5d
GM
7273 * international/mule-cmds.el (set-default-coding-systems):
7274 * files.el (normal-mode):
7275 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
7276 This function was removed with ucs-tables.el in 2008.
7277
b39bb7e1
EZ
72782012-04-08 Eli Zaretskii <eliz@gnu.org>
7279
7280 * textmodes/ispell.el (ispell-check-version): For hunspell, set
7281 ispell-encoding8-command to "-i", without a trailing space.
7282 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
7283 separate command-line arguments, to specify the encoding, since
7284 that's how hunspell expects it.
7285
5c5b8e23
GM
72862012-04-08 Glenn Morris <rgm@gnu.org>
7287
7288 * loadup.el: Load bindings before cus-start.
7289 This reduces somewhat the number of "rogue" settings in emacs -Q.
7290
a1ed8b05
GM
72912012-04-07 Glenn Morris <rgm@gnu.org>
7292
7293 * version.el (emacs-bzr-get-version): New function.
dfae128a 7294 (emacs-bzr-version): New variable.
a1ed8b05
GM
7295 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
7296 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
7297
b142f158
EZ
72982012-04-07 Eli Zaretskii <eliz@gnu.org>
7299
dfae128a
GM
7300 * international/uni-bidi.el, international/uni-category.el:
7301 * international/uni-combining.el, international/uni-decimal.el:
7302 * international/uni-decomposition.el, international/uni-digit.el:
7303 * international/uni-lowercase.el, international/uni-mirrored.el:
7304 * international/uni-name.el, international/uni-numeric.el:
7305 * international/uni-titlecase.el, international/uni-uppercase.el:
7306 Update for Unicode 6.1.
b142f158 7307
9078ead6
EZ
73082012-04-07 Eli Zaretskii <eliz@gnu.org>
7309
7310 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
7311
f23d2c7d
LMI
73122012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7313
7314 * window.el (shrink-window): Mention the `window-min-height'
7315 variable in the doc string.
7316
0a0a3573
BG
73172012-04-05 Bastien Guerry <bzg@altern.org>
7318
7319 * color.el (color-lighten-name): Fix typo.
7320
e5248ac9
SM
73212012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * server.el (server--on-display-p): New function.
7324 (server--on-display-p): Use it.
7325
b4243e22
GV
73262012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
7327
7328 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
7329 (bug#11145).
7330
305d9f44
SM
73312012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7332
7333 * comint.el (comint--common-quoted-suffix): Check string boundary
7334 before comparing (bug#11158).
7335 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
7336
3d439cd1
CY
73372012-04-04 Chong Yidong <cyd@gnu.org>
7338
321cc491
CY
7339 * minibuffer.el (completion-extra-properties): Doc fix.
7340
3d439cd1
CY
7341 * subr.el (delayed-warnings-hook): Doc fix.
7342
2d562c0f
DU
73432012-04-04 Daiki Ueno <ueno@unixuser.org>
7344
7345 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
7346 selection (Bug#11159).
7347 (epa-insert-keys): Inform that the default public key will be
7348 exported if no key is selected.
7349
4443f204
RS
73502012-04-04 Richard Stallman <rms@gnu.org>
7351
7352 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
7353
529c06b6
CY
73542012-04-03 Chong Yidong <cyd@gnu.org>
7355
7356 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
7357 mail-insert-file, not its obsolete alias mail-attach-file.
7358
66b907dc
MA
73592012-04-03 Michael Albinus <michael.albinus@gmx.de>
7360
7361 * notifications.el (notifications-notify): Fix docstring.
7362
c0ea195d
GM
73632012-04-02 Glenn Morris <rgm@gnu.org>
7364
7365 * emacs-lisp/authors.el (authors-aliases): Another addition.
7366
5ca64e00
MA
73672012-04-02 Michael Albinus <michael.albinus@gmx.de>
7368
7369 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7370 `tramp-compat-call-process' instead of `tramp-local-call-process'.
7371 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7372
42ee526b
CY
73732012-04-01 Chong Yidong <cyd@gnu.org>
7374
7375 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7376 Handle root directory properly.
7377 (copy-directory): Caller changed.
7378
7379 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7380 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
7381
0b021094
GM
73822012-03-31 Glenn Morris <rgm@gnu.org>
7383
40f86458
GM
7384 * term/xterm.el (xterm-extra-capabilities): Doc fix.
7385
7019c177
GM
7386 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
7387
a1daddd6
GM
7388 * calendar/calendar.el (calendar-window-list)
7389 (calendar-hide-window): Restore. (Bug#11140)
7390 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
7391
0b021094
GM
7392 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
7393
40311efc
TV
73942012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7395
7396 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7397 Check if file is a symlink (Bug#10489).
7398
7399 * files.el (copy-directory): Likewise.
7400
5319014e
CY
74012012-03-30 Chong Yidong <cyd@gnu.org>
7402
7403 * image.el (imagemagick-types-inhibit)
7404 (imagemagick-register-types): Doc fix.
7405
935d1290
AM
74062012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7407
090bd7cb 7408 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 7409 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 7410 and treats ~word as ordinary words in pipe mode.
935d1290 7411
61c6e8fd
GM
74122012-03-30 Glenn Morris <rgm@gnu.org>
7413
7414 * tutorial.el (help-with-tutorial): Ensure local variables don't
7415 happen to make the buffer read-only. (Bug#11127)
7416
81fdff00
SM
74172012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
7420 (perl-calculate-indent): Return `noindent' in strings.
7421
6e7a6ec0
SS
74222012-03-28 Sam Steingold <sds@gnu.org>
7423
7424 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
7425 instead of the broken adhockery which does not prevent calendar
7426 buffers from being displayed at random after exit.
7427 (calendar-window-list, calendar-hide-window): Remove the broken
7428 adhockery.
7429
fee88ca0
GM
74302012-03-28 Glenn Morris <rgm@gnu.org>
7431
7432 * replace.el (query-replace-map): Doc fix.
7433
38de3354
AS
74342012-03-28 Andreas Schwab <schwab@linux-m68k.org>
7435
7436 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
7437 contents. (Bug#11109)
7438
b973155e
SM
74392012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
7442 (bug#11077).
7443 (avl-tree--check, avl-tree--check-node): New funs.
7444
dcb6e7b3
MR
74452012-03-27 Martin Rudalics <rudalics@gmx.at>
7446
7447 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
7448 (switch-to-prev-buffer, switch-to-next-buffer):
7449 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
7450 showing a buffer already is done on the same frame.
7451
b4fa35fa
GM
74522012-03-27 Glenn Morris <rgm@gnu.org>
7453
7454 * startup.el (mail-host-address): Doc fix.
7455
f9210e18
SM
74562012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
7459 than 197 variables.
7460
c0bf7753
AF
74612012-03-26 Ami Fischman <ami@fischman.org>
7462
7463 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
7464
33da7b16
GM
74652012-03-26 Glenn Morris <rgm@gnu.org>
7466
02243d9d
GM
7467 * files.el (save-buffers-kill-emacs): Doc fix.
7468
33da7b16
GM
7469 * startup.el (normal-top-level, command-line, command-line-1):
7470 Give them doc strings.
7471
e5a69fd0
EZ
74722012-03-25 Eli Zaretskii <eliz@gnu.org>
7473
7474 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 7475 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 7476
9a69676a
CY
74772012-03-25 Chong Yidong <cyd@gnu.org>
7478
4125cb8b
CY
7479 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
7480 theme if it was previously enabled before (Bug#11031).
7481
dd470960
CY
7482 * cus-theme.el (custom-theme-write-faces): Retrieve current face
7483 spec with custom-face-get-current-spec if its :shown-value is not
7484 determined yet (Bug#9337).
4125cb8b 7485 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 7486
9a69676a
CY
7487 * button.el (button-at): Minor addition to docstring.
7488
6e7e90fa
SL
74892012-03-24 Simon Leinen <simon.leinen@gmail.com>
7490
7491 * vc/vc.el (vc-merge): Fix a prompt.
7492
f06e2758
CY
74932012-03-24 Chong Yidong <cyd@gnu.org>
7494
7495 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
7496 point (Bug#9623).
7497
6e7e90fa
SL
7498 * button.el (button-at): Minor addition to docstring.
7499
b9d0879b
SM
75002012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * newcomment.el (comment-choose-indent): No space after BOL.
7503
e71cebb3
SS
75042012-03-22 Sam Steingold <sds@gnu.org>
7505
7506 * window.el (switch-to-prev-buffer): Revert last patch because the
7507 bug turned out to be an advertised feature (Elisp manual 28.14).
7508
335aff35
GM
75092012-03-22 Glenn Morris <rgm@gnu.org>
7510
7511 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
7512 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7513
c676576a
LMI
75142012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7515
7516 * net/network-stream.el (network-stream-open-starttls): Make error
7517 message under Windows be less misleading.
7518
126f3d39
LW
75192012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
7520
7521 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7522 understands (bug#9942).
7523
64fee311
CY
75242012-03-22 Chong Yidong <cyd@gnu.org>
7525
7526 * simple.el (end-of-visible-line): Handle return value of
7527 next-single-property-change properly (Bug#9371).
7528
a640d29a
KH
75292012-03-22 Kenichi Handa <handa@m17n.org>
7530
7531 * international/quail.el (quail-insert-kbd-layout): Fix previous
7532 change. To avoid unwanted bidi reordering, use
7533 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7534
39675016
DG
75352012-03-21 Dmitry Gutov <dgutov@yandex.ru>
7536
7537 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7538 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7539 (ruby-beginning-of-indent): Be more careful with the difference
7540 between word-boundary and symbol boundary.
7541 (ruby-mode-syntax-table): Make : a symbol constituent.
7542
0a6934fc 75432012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 7544
3d008e4f
SM
7545 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7546
0a6934fc
SM
75472012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7548
af67c9d7
SM
7549 * progmodes/etags.el (tags-completion-at-point-function):
7550 Improve last fix.
7551
1acad97c
SM
7552 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7553
e298b5da
SS
75542012-03-21 Sam Steingold <sds@gnu.org>
7555
7556 * progmodes/etags.el (tags-completion-at-point-function):
7557 Avoid the error when point is inside the pattern.
7558
91d82a70
JY
75592012-03-21 John Yates <john@yates-sheets.org> (tiny change)
7560
7561 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7562 line (Bug#10855).
7563
69188b79
CY
75642012-03-21 Drew Adams <drew.adams@oracle.com>
7565
7566 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7567
99fc91fe
AK
75682012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7569
7570 * ido.el (ido-set-current-directory, ido-read-internal)
7571 (ido-choose-completion-string, ido-completion-help): Handle nil
7572 value of ido-completion-buffer (Bug#11008).
7573
087bbb4c
SS
75742012-03-21 Sam Steingold <sds@gnu.org>
7575
7576 * window.el (switch-to-prev-buffer): Do not switch to a visible
7577 window previous buffer, just like with the frame previous buffers.
7578
fb5b8aca
CY
75792012-03-21 Chong Yidong <cyd@gnu.org>
7580
7581 * faces.el (make-face, make-empty-face, copy-face):
7582 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7583 Doc fixes.
7584
dc9924b8
SM
75852012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7588 (widget-complete): Remove broken use of it.
7589
f0bcceb9
CY
75902012-03-20 Chong Yidong <cyd@gnu.org>
7591
dc9924b8
SM
7592 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7593 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
7594 characters.
7595
ee52ebf3
TH
75962012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7597
7598 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7599 to draw rectangles, not squares. (Regression introduced by revno
7600 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7601
4c5779ab
CY
76022012-03-18 Chong Yidong <cyd@gnu.org>
7603
7604 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7605 it is not yet defined (for temacs).
7606
15360934
LL
76072012-03-18 Leo Liu <sdl.web@gmail.com>
7608
dc9924b8 7609 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 7610
d9a8eb66
EZ
76112012-03-17 Eli Zaretskii <eliz@gnu.org>
7612
7613 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7614 (ispell-choices-win-default-height, ispell-silently-savep)
7615 (ispell-dictionary-alist, ispell-encoding8-command)
7616 (ispell-check-version, ispell-aspell-find-dictionary)
7617 (ispell-valid-dictionary-list, ispell-words-keyword)
7618 (ispell-get-word, ispell-internal-change-dictionary)
7619 (ispell-region, ispell-skip-region-list)
7620 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7621 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7622 (ispell-message-text-end, ispell-message)
7623 (ispell-buffer-local-parsing): Doc fix.
7624
f02ff80d
J
76252012-03-13 Jambunathan K <kjambunathan@gmail.com>
7626
7627 * htmlfontify.el: Add support for code block fontification for ODT
7628 export (Bug #9914).
7629 (hfy-optimisations): Define new option
7630 `body-text-only'
7631 (hfy-fontify-buffer): Honor above setting.
7632 (hfy-begin-span, hfy-end-span): New routines factored out form
7633 `hfy-fontify-buffer'.
7634 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7635 that permit insertion of custom tags.
7636 (hfy-fontify-buffer): Use above handlers.
7637 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7638 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 7639 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 7640 over multiple runs. This is made possible by having the caller let
f02ff80d
J
7641 bind a special variable `hfy-user-sheet-assoc'.
7642 (htmlfontify-string): New defun.
7643 (hfy-compile-face-map): Make sure that the last char in the
7644 buffer is correctly fontified.
7645 (hfy-face-resolve-face): Whitespace only change.
7646
9ac7a13f
EZ
76472012-03-17 Eli Zaretskii <eliz@gnu.org>
7648
7649 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7650 message more clear.
7651
e2b5bdd7
LL
76522012-03-16 Leo Liu <sdl.web@gmail.com>
7653
7654 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7655
2e492df3
AM
76562012-03-16 Alan Mackenzie <acm@muc.de>
7657
7658 Further optimise the handling of large macros.
7659
7660 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7661 limit to a call of `c-literal-limits'.
7662 (c-determine-+ve-limit): New function.
dc9924b8
SM
7663 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7664 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
7665 In CASE 5B, restrict a search limit to 500.
7666 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7667
7668 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7669 Restrict macro bounds to +-500 from after-change's BEG END.
7670
50e94f0c
LL
76712012-03-16 Leo Liu <sdl.web@gmail.com>
7672
7673 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7674
6f09f6ed
AH
76752012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7676
7677 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 7678 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 7679
c7e73d51
GM
76802012-03-16 Glenn Morris <rgm@gnu.org>
7681
da986230
GM
7682 * view.el (view-buffer, view-buffer-other-window)
7683 (view-buffer-other-frame): Doc fixes re special mode-class.
7684
0835f01e
GM
7685 * subr.el (eval-after-load): If named feature is provided not from
7686 a file, run after-load forms. (Bug#10946)
7687
c7e73d51
GM
7688 * calendar/calendar.el (calendar-insert-at-column):
7689 Handle non-unit-width characters a bit better. (Bug#10978)
7690
3f2eafd1
CY
76912012-03-15 Chong Yidong <cyd@gnu.org>
7692
7693 * emacs-lisp/ring.el (ring-extend): New function.
7694 (ring-insert+extend): Extend the ring correctly (Bug#11019).
7695
7696 * comint.el (comint-read-input-ring)
7697 (comint-add-to-input-history): Grow comint-input-ring lazily.
7698
103af3fe
SM
76992012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7700
663b1677
SM
7701 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
7702 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
7703
103af3fe
SM
7704 * imenu.el: Fix multiple inheritance breakage (bug#9199).
7705 (imenu-add-to-menubar): Don't add a redundant index.
7706 (imenu-update-menubar): Handle a dynamically composed keymap.
7707
899cb7cb
KY
77082012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7709
7710 * mail/sendmail.el (mail-encode-header):
7711 Bind rfc2047-encode-encoded-words to nil.
7712
3809f91d
GM
77132012-03-13 Glenn Morris <rgm@gnu.org>
7714
7715 * calendar/calendar.el (calendar-string-spread):
7716 Handle non-unit-width characters a bit better. (Bug#10978)
7717
9e345a01
LL
77182012-03-13 Leo Liu <sdl.web@gmail.com>
7719
7720 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
7721 directory and file as argument (Bug#10822).
7722
4a07df36
KS
77232012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7724
7725 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
7726 For dynamically generated code, follow $PC.
7727 (gdb-disassembly-handler-custom): Handle no function name case.
7728
4aaa9356
TL
77292012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
7730
7731 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
7732 * emulation/ws-mode.el (ws-query-replace):
7733 * sort.el (sort-regexp-fields):
7734 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
7735
225979da
SM
77362012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * dabbrev.el: Fix cycle completion order (bug#10963).
7739 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
7740 (dabbrev-completion): Don't use an obarray; provide
7741 a cycle-sort-function.
7742
e2f1fdab
LL
77432012-03-12 Leo Liu <sdl.web@gmail.com>
7744
dc9924b8 7745 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
7746 (kill-do-not-save-duplicates): Doc fix.
7747
b19490ed
SM
77482012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * dabbrev.el: Fix cycle completion (bug#10963).
7751 Use lexical binding and wrap to 80 columns.
7752 (dabbrev-completion): Delay computing the list of completions.
7753
4b05d722
KH
77542012-03-12 Kenichi Handa <handa@m17n.org>
7755
7756 * international/quail.el (quail-insert-kbd-layout): Surround each
7757 row by LRO and PDF instead of inserting many LRMs. Pad the left
7758 and right of each non-spacing marks. Insert invisible space
7759 between lower and upper characters to prevent composition.
7760
dbbc2e69
SM
77612012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * minibuffer.el (minibuffer-complete): Don't get confused when the
7764 function is run twice via different commands (bug#10958).
7765 (complete-with-action): Fix docstring.
7766
292112ed
CY
77672012-03-12 Chong Yidong <cyd@gnu.org>
7768
5d1ac394
CY
7769 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
7770 (nxml-completion-at-point-function): New function.
7771 (nxml-mode): Use it.
7772 (nxml-bind-meta-tab-to-complete-flag): Default to t.
7773
292112ed
CY
7774 * emacs-lisp/package.el (package-unpack, package-unpack-single):
7775 Load generated autoloads file before byte compiling (Bug#10970).
7776 (package--make-autoloads-and-compile): New helper fun.
7777
4098f8f7
CS
77782012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
7779
7780 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
7781
8f754691
MA
77822012-03-11 Michael Albinus <michael.albinus@gmx.de>
7783
7784 * autorevert.el (auto-revert-handler): Ensure, that
7785 file-readable-p is applied only for local files or in
7786 auto-revert-tail-mode.
7787
e29ab36b
AS
77882012-03-11 Andreas Schwab <schwab@linux-m68k.org>
7789
dbbc2e69
SM
7790 * server.el (server-eval-at): Handle non-tcp connections.
7791 Decode result string.
ad0bf5b6 7792
e29ab36b
AS
7793 * server.el (server-msg-size): New constant.
7794 (server-reply-print): New function.
7795 (server-eval-and-print): Use it.
7796 (server-eval-at): Use server-quote-arg and server-unquote-arg.
7797 Handle -print-nonl.
7798
de5939ba
CS
77992012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
7800
7801 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
7802 (Bug#10987).
7803
0c93eabf
CY
78042012-03-11 Chong Yidong <cyd@gnu.org>
7805
397a688f
CY
7806 * simple.el (goto-line): Doc fix (Bug#9938).
7807
2cc775f9
CY
7808 * subr.el (save-window-excursion): Doc fix (Bug#9979).
7809
0c93eabf
CY
7810 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
7811 when finished (Bug#10963).
7812
c491fa41
MR
78132012-03-11 Martin Rudalics <rudalics@gmx.at>
7814
7815 * window.el (split-window-below): Fix bug in case where
7816 split-window-keep-point is nil (Bug#10971).
7817
300e8fa5
JL
78182012-03-11 Juri Linkov <juri@jurta.org>
7819
7820 * replace.el (replace-highlight): Set isearch-word to nil
7821 unconditionally. (Bug#10887)
7822
dbf6c5a1
EZ
78232012-03-10 Eli Zaretskii <eliz@gnu.org>
7824
7825 * net/mairix.el (mairix-replace-invalid-chars): Rename from
7826 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 7827 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
7828 (mairix-widget-create-query): Add usage information about mairix
7829 search forms: negating words, searching for substrings, etc.
7830
b9e501de
JP
78312012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
7832
7833 * international/fontset.el (font-encoding-alist): Add an entry for
7834 ksx1001 (Bug#5667).
7835
92795c91
RS
78362012-03-10 Richard Stallman <rms@gnu.org>
7837
1694e6c1
RS
7838 * mail/sendmail.el (mail-encode-header):
7839 Set rfc2047-encode-encoded-words.
7840
607e8555
RS
7841 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
7842
de3bc99a
RS
7843 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
7844 view buffer means not swapped.
7845 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
7846 (rmail-write-region-annotate): Error if real text has disappeared.
7847
92795c91
RS
7848 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
7849
699bd04e
CY
78502012-03-10 Chong Yidong <cyd@gnu.org>
7851
7852 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
7853 * emulation/cua-base.el (cua--init-keymaps):
7854 Add delete-forward-char to remappings (Bug#9666).
699bd04e 7855
570a1714
MR
78562012-03-10 Martin Rudalics <rudalics@gmx.at>
7857
dbbc2e69
SM
7858 * speedbar.el (speedbar-unhighlight-one-tag-line):
7859 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 7860
82dcf4e4
CY
78612012-03-10 Chong Yidong <cyd@gnu.org>
7862
7a2c7ca7
CY
7863 * minibuffer.el (completion-in-region, completion-help-at-point):
7864 Give the completion field overlay a high priority (Bug#6830).
7865
82dcf4e4
CY
7866 * dired.el (dired-goto-file): Recognize absolute file name
7867 listings (Bug#7126).
7868 (dired-goto-file-1): New helper function.
7869 (dired-toggle-read-only): Inhibit warnings.
7870
052e28ac
MA
78712012-03-09 Michael Albinus <michael.albinus@gmx.de>
7872
75f1671a 7873 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
7874 there are no properties.
7875
95d5e396
LL
78762012-03-09 Leo Liu <sdl.web@gmail.com>
7877
7878 * savehist.el (savehist-printable): Stricter check for string
7879 value (Bug#10937).
7880
3f018d6d
EZ
78812012-03-09 Eli Zaretskii <eliz@gnu.org>
7882
dbbc2e69
SM
7883 * mail/smtpmail.el (smtpmail-send-it):
7884 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
7885 valid mbox format.
7886
f7fd3d79
GM
78872012-03-09 Glenn Morris <rgm@gnu.org>
7888
7889 * files.el (dir-locals-find-file):
7890 Don't check result is regular, readable.
7891 (dir-locals-read-from-file): Demote errors.
7892
6ff6e72f
EZ
78932012-03-08 Eli Zaretskii <eliz@gnu.org>
7894
dbbc2e69
SM
7895 * international/quail.el (quail-insert-kbd-layout):
7896 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
7897 layout cell, to prevent their reordering by bidi display engine.
7898 For details, see the discussion in
7899 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
7900
9cec7834
AM
79012012-03-08 Alan Mackenzie <acm@muc.de>
7902
7903 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
7904 the starting position; make it extend the marked region when
7905 invoked repeatedly - all under appropriate circumstances.
7906 Fixes bugs #5525, #10906.
7907
9a40b8d4
GM
79082012-03-08 Glenn Morris <rgm@gnu.org>
7909
7910 * files.el (locate-dominating-file, dir-locals-find-file):
7911 Undo 2012-03-06 change.
7912
7a08ed35
EZ
79132012-03-07 Eli Zaretskii <eliz@gnu.org>
7914
dbbc2e69
SM
7915 * international/quail.el (quail-help):
7916 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
7917 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
7918 for the reason.
7919
5aca4f71 79202012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
7921
7922 Avoid superfluous registering of signals. (Bug#10807)
7923
7924 * notifications.el (notifications-on-action-object)
7925 (notifications-on-close-object): New defvars.
7926 (notifications-on-action-signal, notifications-on-closed-signal):
7927 Unregister the signal if not needed any longer.
7928 (notifications-notify): Register `notifications-action-signal' or
7929 `notifications-closed-signal', if :on-action or :on-close has been
7930 passed as argument.
7931
78e8b10a
CY
79322012-03-07 Chong Yidong <cyd@gnu.org>
7933
7934 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
7935 non-X platforms.
7936
69481eb8
GM
79372012-03-06 Glenn Morris <rgm@gnu.org>
7938
7939 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7940 (x-disown-selection-internal, x-get-selection-internal):
7941 Doc fix (add arglist signatures). (Bug#10783)
7942
133b8e11
KS
79432012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7944
7945 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7946 Handle breakpoints with no "type".
7947
99a83064
GM
79482012-03-06 Glenn Morris <rgm@gnu.org>
7949
7950 * files.el (locate-dominating-file): Add optional predicate argument.
7951 (dir-locals-find-file): Make use of above change.
7952
17798e78
TTN
79532012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
7954
7955 * info.el (Info-insert-dir): Also try "dir.gz".
7956
eb182446
GM
79572012-03-06 Glenn Morris <rgm@gnu.org>
7958
8f2114ee
GM
7959 * files.el (dir-locals-find-file):
7960 Ignore non-readable or non-regular files. (Bug#10928)
7961
eb182446
GM
7962 * files.el (locate-dominating-file): Doc fix.
7963
24679323
AS
79642012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
7965
7966 * calendar/calendar.el (calendar-set-mode-line):
7967 `getenv' returns a string. (Bug#10951)
7968
01d972a9
LL
79692012-03-05 Leo Liu <sdl.web@gmail.com>
7970
109aa8a9
LL
7971 * simple.el (backward-delete-char-untabify): Constrain point to
7972 field (Bug#10939).
7973
01d972a9
LL
7974 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
7975
10607bea
CY
79762012-03-05 Chong Yidong <cyd@gnu.org>
7977
7978 * simple.el (count-words): If called from Lisp, return the word
7979 count, for symmetry with `count-lines'. Arglist changed.
7980 (count-words--message): Args changed. Consolidate counting code
7981 from count-words and count-words-region.
7982 (count-words-region): Caller changed.
7983 (count-lines-region): Make it an obsolete alias.
7984
5dd11cfe
TH
79852012-03-04 Tassilo Horn <tassilo@member.fsf.org>
7986
7987 * saveplace.el (save-place-to-alist)
7988 (save-place-ignore-files-regexp): Allow value nil to disable this
7989 feature.
7990
c349f4e6
CY
79912012-03-04 Chong Yidong <cyd@gnu.org>
7992
7993 * faces.el (face-spec-reset-face): For the default face, reset the
7994 attributes to default values (Bug#10748).
7995
e627be4c
LMI
79962012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7997
7998 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
7999 previous patch: Check `message-send-mail-function', and not the
8000 default function (bug#10897).
8001
ebeabff4
MA
80022012-03-04 Michael Albinus <michael.albinus@gmx.de>
8003
a41a6cf4
MA
8004 * notifications.el (notifications-on-action-signal)
8005 (notifications-on-closed-signal): Check for unique service name of
8006 incoming event. Fix error in removing entry.
ebeabff4 8007 (top): Register for signals with wildcard service name.
a41a6cf4 8008 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 8009
c1ca42b4
CY
80102012-03-04 Chong Yidong <cyd@gnu.org>
8011
dc9924b8 8012 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 8013
ea16568d
GM
80142012-03-04 Glenn Morris <rgm@gnu.org>
8015
8016 * abbrev.el (copy-abbrev-table, abbrev-table-p)
8017 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
8018 (expand-abbrev, define-abbrev-table): Doc fixes.
8019
fbae4637
LMI
80202012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8021
8022 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
8023 `message-default-send-mail-function' and not `send-mail-function'
8024 when doing the prompting for `sendmail-query-once' before sending
8025 in Message buffers (bug#10897).
8026
a1e7225c
LMI
8027 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
8028 This is inconsistent with all the other stream functions, which leave
8029 the setting up to the higher levels (if so wanted) (bug#10931).
8030
56d093a9
AM
80312012-03-02 Alan Mackenzie <acm@muc.de>
8032
8033 Depessimize the handling of very large macros.
8034
8035 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
8036 (c-macro-cache-syntactic): New variables to implement a one
8037 element macro cache.
8038 (c-invalidate-macro-cache): New function.
8039 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
8040 Adapt to use the new cache.
8041 (c-state-safe-place): Use better the cache of safe positions.
8042 (c-state-semi-nonlit-pos-cache)
8043 (c-state-semi-nonlit-pos-cache-limit):
8044 New variables for...
8045 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
8046 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
8047 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
8048 Use c-state-semi-safe-place.
56d093a9 8049
dbbc2e69
SM
8050 * progmodes/cc-langs.el (c-get-state-before-change-functions):
8051 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 8052
817e5c3d
MA
80532012-03-02 Michael Albinus <michael.albinus@gmx.de>
8054
dbbc2e69
SM
8055 * jka-compr.el (jka-compr-call-process):
8056 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
8057 not remote.
8058
a032a702
MA
80592012-03-01 Michael Albinus <michael.albinus@gmx.de>
8060
8061 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
8062 access of FILE2, if FILE1 does not exist.
8063
99a54f21
MA
8064 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
8065 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
8066
8067 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
8068 Add "PAGER=" to `process-environment'.
8069
f6561e1f
MM
80702012-03-01 Michael R. Mauger <mmaug@yahoo.com>
8071
8072 * progmodes/sql.el: Bug fix
8073 (sql-get-login-ext): Save login values in globals.
8074 (sql-get-login): Use new version of `sql-get-login-ext'.
8075 (sql-interactive-mode): Set global `sql-connection' to nil.
8076 (sql-connect): Set global values for connection.
8077 (sql-product-interactive): Save global values as buffer local.
8078
2d44d9cc
LL
80792012-02-29 Leo Liu <sdl.web@gmail.com>
8080
8081 * abbrev.el (define-abbrevs): Reset sys to nil.
8082
96b49301 80832012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8084
bf7f9bc5
JB
8085 * files.el (file-equal-p): Rename from `files-equal-p'.
8086 Return nil when one or both files don't exist.
96b49301 8087 (file-subdir-of-p): Now only top directory must exists,
8088 return nil if it doesn't.
bf7f9bc5
JB
8089 (copy-directory): No need to test with `file-subdir-of-p' after
8090 creating dir.
8091 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
8092 to `file-equal-p'.
96b49301 8093
44e97401
GM
80942012-02-28 Glenn Morris <rgm@gnu.org>
8095
8096 * shell.el (shell-mode):
8097 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
8098 * play/landmark.el (landmark-font-lock-face-O):
8099 * play/handwrite.el (handwrite):
8100 * play/gomoku.el (gomoku-O):
8101 * net/browse-url.el (browse-url-browser-display):
8102 * international/mule.el (define-charset):
8103 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
8104 * filesets.el (filesets-find-file-delay):
8105 * eshell/em-xtra.el (eshell-xtra):
8106 * eshell/em-unix.el (eshell-grep):
8107 * emulation/viper.el (viper-mode):
8108 * emacs-lisp/regexp-opt.el (regexp-opt-group):
8109 * emacs-lisp/easymenu.el (easy-menu-define):
8110 * calendar/timeclock.el (timeclock-use-display-time):
8111 * bs.el (bs-mode):
8112 * bookmark.el (bookmark-save-flag):
8113 Doc fix (standardize possessive apostrophe usage).
8114
c98c6276
CY
81152012-02-27 Chong Yidong <cyd@gnu.org>
8116
bf7f9bc5
JB
8117 * emulation/viper-cmd.el (viper-intercept-ESC-key):
8118 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 8119
c98c6276
CY
8120 * font-lock.el (font-lock-specified-p): Rename from
8121 font-lock-spec-present. Callers changed.
8122
9c62cd04 81232012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 8124
bf7f9bc5
JB
8125 * emacs-lisp/package.el (package-compute-transaction):
8126 Handle holding a package version to t in package-load-list.
8ac9e529 8127
530739c9
MA
81282012-02-26 Michael Albinus <michael.albinus@gmx.de>
8129
8130 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
8131 (tramp-get-inode, tramp-get-device): Use cached values.
8132
487915d7
AM
81332012-02-26 Alan Mackenzie <acm@muc.de>
8134
8135 Check there is a font-lock specification before doing initial
8136 fontification.
8137
8138 * font-core.el (font-lock-mode): Move the conditional from
8139 :after-hook to font-lock-initial-fontify.
8140 (font-lock-default-function): Move the check for a specification
8141 to font-lock-spec-present.
8142
dc9924b8 8143 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
8144 (font-lock-spec-present): New function.
8145
4fd96557
JB
81462012-02-26 Jim Blandy <jimb@red-bean.com>
8147
8148 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
8149 (gdb-send): Apply it to the operand of the '-interpreter-exec
8150 console' command, so that we can pass arguments with (say) quotes
8151 in them. Store exact string sent in gdb-debug-log (Bug#10765).
8152
9a4888c0
CY
81532012-02-26 Chong Yidong <cyd@gnu.org>
8154
07498861
CY
8155 * help-fns.el (describe-function-1): Clarify description of
8156 remapping (Bug#10844).
8157
9a4888c0
CY
8158 * files.el (files-equal-p): Doc fix.
8159 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
8160 and quit the loop once a mismatch is found.
8161
ea8fb88d
JB
81622012-02-25 Juanma Barranquero <lekktu@gmail.com>
8163
8164 * bs.el (bs--show-with-configuration): Don't throw an error
8165 if the window cannot be split; otherwise, subsequent calls to
8166 bs-show fail, restoring a stale window config. (Bug#10882)
8167
525795c1
JD
81682012-02-25 Jan Djärv <jan.h.d@swipnet.se>
8169
8170 * term/ns-win.el (global-map): Bind ns-drag-file to
8171 ns-find-file (Bug#5855, Bug#10050).
8172
f008086f
AS
81732012-02-25 Andreas Schwab <schwab@linux-m68k.org>
8174
8175 * calendar/parse-time.el (parse-time-string): Allow extractor to
8176 return nil.
8177
a3fcfa99
MA
81782012-02-25 Michael Albinus <michael.albinus@gmx.de>
8179
91027d08
JB
8180 * net/tramp.el (tramp-file-name-for-operation):
8181 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
8182
8183 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
8184 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8185 Add COPY-CONTENTS argument.
a3fcfa99 8186
67b0de11
CY
81872012-02-25 Chong Yidong <cyd@gnu.org>
8188
8189 Add custom groups for VC backends, for consistency with vc-bzr.
8190
8191 * vc/vc-arch.el (vc-arch):
8192 * vc/vc-cvs.el (vc-cvs):
8193 * vc/vc-git.el (vc-git):
8194 * vc/vc-hg.el (vc-hg):
8195 * vc/vc-mtn.el (vc-mtn):
8196 * vc/vc-rcs.el (vc-rcs):
8197 * vc/vc-sccs.el (vc-sccs):
8198 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
8199 All relevant defcustoms reassigned.
8200
3c9dfce6
CY
82012012-02-25 Chong Yidong <cyd@gnu.org>
8202
1339bf43
CY
8203 * newcomment.el (comment-styles): Add autoload (Bug#10868).
8204
3c9dfce6
CY
8205 * term/x-win.el (x-initialize-window-system): Reduce default for
8206 x-selection-timeout to 5 seconds (Bug#8869).
8207
25b2e303 82082012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8209
ec70a47d
GM
8210 * files.el (files-equal-p, file-subdir-of-p): New functions.
8211 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 8212 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
8213 * dired-aux.el (dired-copy-file-recursive): Same.
8214 (dired-create-files): Modify destination when source is equal to
8215 dest when copying files.
53a46cd0 8216 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 8217
914260cd
MA
82182012-02-24 Michael Albinus <michael.albinus@gmx.de>
8219
8220 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
8221 (Bug#10874)
8222
2cb228f7
AM
82232012-02-23 Alan Mackenzie <acm@muc.de>
8224
8225 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
8226 parameter "after-hook:" to allow the expansion to run code after
8227 the execution of the mode hooks.
8228
8229 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 8230 from font-lock-mode-internal.
2cb228f7 8231
91027d08 8232 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
8233 :after-hook.
8234
8f0fde21
SM
82352012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8236
3e88618b
SM
8237 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
8238 (completion--cache-all-sorted-completions): New function.
8239 (completion-all-sorted-completions): Use it.
8240 (completion--do-completion, minibuffer-force-complete):
8241 Use it to re-instate the flush hook.
8242
8f0fde21
SM
8243 * icomplete.el (icomplete-completions): Replace last fix with a better
8244 one (bug#10850).
8245
8e911f6f
DG
82462012-02-23 Dmitry Gutov <dgutov@yandex.ru>
8247
8248 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
8249 when it might call us back infinitely (bug#10797).
8250
49fe4321
GM
82512012-02-23 Glenn Morris <rgm@gnu.org>
8252
8253 * minibuffer.el (completion-category-overrides): Doc fix.
8254
b291b572
SM
82552012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * minibuffer.el (completion-table-with-context): Fix inf-loop.
8258 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
8259
31a9ef2e
GM
82602012-02-23 Glenn Morris <rgm@gnu.org>
8261
5e6e6794 8262 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
8263 (authors-obsolete-files-regexps, authors-ignored-files)
8264 (authors-ambiguous-files, authors-renamed-files-alist):
8265 Add more entries.
8266
0bd1e074
JL
82672012-02-23 Juri Linkov <juri@jurta.org>
8268
8269 * isearch.el (isearch-occur): Sync interactive spec with occur's
8270 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
8271
b617673c
JL
8272 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
8273
19e9789e
JL
82742012-02-22 Juri Linkov <juri@jurta.org>
8275
8276 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
8277 (ucs-insert): Doc fix. Check for hex digits in the string.
8278 Don't display `nil' in the error message. (Bug#10857)
8279
f41ce09d
AM
82802012-02-22 Alan Mackenzie <acm@muc.de>
8281
7a71b18d 8282 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 8283
ac2eceee
GM
82842012-02-22 Glenn Morris <rgm@gnu.org>
8285
8286 * ffap.el (ffap-c-path):
8287 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
8288
abd1f678
CY
82892012-02-22 Chong Yidong <cyd@gnu.org>
8290
8291 * custom.el (load-theme): Doc fix.
8292
f25aef2e
GM
82932012-02-22 Glenn Morris <rgm@gnu.org>
8294
8295 * dired-x.el (dired-guess-shell-alist-default):
8296 Remove escape sequences from nroff output. (Bug#172)
8297
5f8dc2ca
GM
82982012-02-21 Glenn Morris <rgm@gnu.org>
8299
6ff86ec4
GM
8300 * vc/emerge.el (emerge-defvar-local):
8301 Set `permanent-local' property rather than unused `preserved'.
8302
be3223a3 8303 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
8304 (picture-mode-map): Use it. (Bug#10860)
8305 (picture-mode): Doc fix.
8306
3fe58f4f
JB
83072012-02-21 Juanma Barranquero <lekktu@gmail.com>
8308
8309 * newcomment.el (uncomment-region-default): Remove unused binding.
8310
f9a998c3
GM
83112012-02-21 Glenn Morris <rgm@gnu.org>
8312
8313 * textmodes/picture.el (picture-motion, picture-motion-reverse)
8314 (picture-self-insert, picture-tab-chars): Doc fix.
8315 (picture-mode-map): Fix C-a, C-e.
8316
c6029348
GM
83172012-02-20 Glenn Morris <rgm@gnu.org>
8318
8319 * emacs-lisp/authors.el (authors-aliases): Add another entry.
8320
ab1ce9d7
LL
83212012-02-20 Leo Liu <sdl.web@gmail.com>
8322
8323 * icomplete.el (icomplete-completions): Check FROM arg before
8324 passing to substring (Bug#10850).
8325
0fd40f89
CY
83262012-02-19 Chong Yidong <cyd@gnu.org>
8327
8328 * comint.el: Require ansi-color.
8329 (comint-output-filter-functions): Add ansi-color-process-output.
8330
8331 * ansi-color.el: Don't set comint-output-filter-functions; it is
8332 now in the initial value defined in comint.el.
8333 (ansi-color-apply-face-function): New variable.
8334 (ansi-color-apply-on-region): Use it.
8335 (ansi-color-apply-overlay-face): New function.
8336
8337 * shell.el (shell): No need to require ansi-color.
8338 (shell-mode): Use ansi-color-apply-face-function to highlight
8339 color escapes using font-lock-face property (Bug#10835).
8340
20af2394
CY
83412012-02-19 Chong Yidong <cyd@gnu.org>
8342
8343 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
8344 mode-line formats (Bug#10839).
8345
e23a3fbe
GM
83462012-02-18 Glenn Morris <rgm@gnu.org>
8347
b474519e
GM
8348 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
8349
8350 * mail/undigest.el (unforward-rmail-message): Doc fix.
8351
e23a3fbe
GM
8352 * saveplace.el (save-place-ignore-files-regexp): Add :version.
8353
57939ff4
EZ
83542012-02-18 Eli Zaretskii <eliz@gnu.org>
8355
8356 * international/characters.el (script-list): Sync with the latest
8357 Unicode Character Database.
8358
0c23686e
AS
83592012-02-18 Andreas Schwab <schwab@linux-m68k.org>
8360
8361 * international/titdic-cnv.el: Remove duplicate coding tag.
8362 * language/cham.el: Likewise.
8363 * language/tai-viet.el: Likewise.
8364
6818b449
GM
83652012-02-18 Glenn Morris <rgm@gnu.org>
8366
8367 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8368 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8369 (calendar-bahai-all-holidays-flag, calendar-other-dates):
8370 * calendar/diary-lib.el (diary-abbreviated-year-flag):
8371 * calendar/holidays.el (holiday-bahai-holidays)
8372 (calendar-holidays, list-holidays):
8373 Use utf-8 Bahá'í in doc-strings, menus, etc.
8374
0311a3fc
TH
83752012-02-17 Tassilo Horn <tassilo@member.fsf.org>
8376
8377 * saveplace.el (save-place-ignore-files-regexp): New variable
8378 allowing for excluding files from saving their location of point.
8379 The default value matches the temporary commit message editing
8380 files from Git, SVN, Bazaar, and Mercurial.
8381 (save-place-to-alist): Use it.
8382
d209e2fb 83832012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 8384 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
8385
8386 * newcomment.el (uncomment-region-default): Don't leave extra space
8387 when an arg is provided (bug#8150).
8388
ee0ce425
TZ
83892012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
8390
eb864a71 8391 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 8392
95ddf442
GM
83932012-02-17 Glenn Morris <rgm@gnu.org>
8394
8395 * net/socks.el: Require network-stream. (Bug#10599)
8396
48dd1e39 83972012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
8398
8399 * international/charprop.el:
8400 * international/uni-name.el:
8401 * international/uni-old-name.el:
8402 * international/uni-comment.el: Regenerate.
8403
d68cd087
GM
84042012-02-16 Glenn Morris <rgm@gnu.org>
8405
8406 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
8407 Interactively in calendar buffer, give an error if not on a date.
8408
13932042
GM
84092012-02-15 Glenn Morris <rgm@gnu.org>
8410
8411 * shell.el (shell-delimiter-argument-list):
8412 Revert 2011-02-17 change. (Bug#8027)
8413
c3a70e2b
CY
84142012-02-15 Chong Yidong <cyd@gnu.org>
8415
60236b0d
CY
8416 * minibuffer.el (completion-at-point-functions): Doc fix.
8417
c3a70e2b
CY
8418 * custom.el (defcustom): Doc fix; note use of defvar.
8419
9f26dc24
GM
84202012-02-15 Glenn Morris <rgm@gnu.org>
8421
8422 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
8423 Doc fixes.
8424
6546b134
GM
84252012-02-14 Glenn Morris <rgm@gnu.org>
8426
8427 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
8428
d29b2b4c
LI
84292012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
8430
8431 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
8432 way the ports list is computed.
835bdcba
LI
8433 (smtpmail-query-smtp-server): Prompt the user for a port number if
8434 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 8435
08dcdbc9
TZ
84362012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8437
8438 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
8439
2605051a
GM
84402012-02-13 Glenn Morris <rgm@gnu.org>
8441
8442 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
8443
7ee99f32
TZ
84442012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
8445
8446 * net/gnutls.el (gnutls-trustfiles): New variable.
8447 (gnutls-negotiate): Use it.
8448
5f0af64f
LI
84492012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8450
8451 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
8452 does its stuff if Gnus is running.
8453
c14fcc95
AM
84542012-02-13 Alan Mackenzie <acm@muc.de>
8455
8456 Fix a loop in c-set-fl-decl-start.
8457
7a71b18d 8458 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
8459 c-backward-syntactic-ws actually moves backwards.
8460
142b4d90
LL
84612012-02-13 Leo Liu <sdl.web@gmail.com>
8462
8463 * net/rcirc.el (rcirc-markup-attributes): Move point to the
8464 beginning so that all \C-o chars are removed.
8465
fa9958a6
TZ
84662012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
8467
dc9924b8 8468 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 8469
0bc5886a
AM
84702012-02-12 Alan Mackenzie <acm@muc.de>
8471
8472 Fix infinite loop with long macros.
4d6769e1 8473 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 8474
d4bd55e7
CY
84752012-02-12 Chong Yidong <cyd@gnu.org>
8476
8477 * window.el (display-buffer): Doc fix (Bug#10785).
8478
66f3fe22
GM
84792012-02-12 Glenn Morris <rgm@gnu.org>
8480
bd7da63e
GM
8481 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8482 (x-disown-selection-internal, x-get-selection-internal):
8483 Sync docs with the xselect.c versions.
8484
66f3fe22
GM
8485 * allout-widgets.el: Add missing license notice.
8486
3e0d2fa7
GM
84872012-02-11 Glenn Morris <rgm@gnu.org>
8488
cfecdf09
GM
8489 * select.el (x-get-selection-internal, x-own-selection-internal)
8490 (x-disown-selection-internal):
8491 * x-dnd.el (x-get-selection-internal): Update declarations.
8492
6d216d7f
GM
8493 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
8494
2bed3f04
GM
8495 * window.el (window-sides-slots):
8496 * tool-bar.el (tool-bar-position):
8497 * term/xterm.el (xterm-extra-capabilities):
8498 * ses.el (ses-self-reference-early-detection):
8499 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8500 (verilog-auto-wire-type)
8501 (verilog-auto-delete-trailing-whitespace)
8502 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8503 (verilog-auto-tieoff-declaration):
8504 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8505 (sql-oracle-statement-starters, sql-oracle-scan-on):
8506 * progmodes/prolog.el (prolog-align-comments-flag)
8507 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8508 (prolog-left-indent-regexp, prolog-paren-indent-p)
8509 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8510 (prolog-types, prolog-mode-specificators)
8511 (prolog-determinism-specificators, prolog-directives)
8512 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8513 (prolog-electric-dot-flag)
8514 (prolog-electric-dot-full-predicate-template)
8515 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8516 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8517 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8518 (prolog-program-switches, prolog-prompt-regexp)
8519 (prolog-debug-on-string, prolog-debug-off-string)
8520 (prolog-trace-on-string, prolog-trace-off-string)
8521 (prolog-zip-on-string, prolog-zip-off-string)
8522 (prolog-use-standard-consult-compile-method-flag)
8523 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8524 (prolog-imenu-max-lines, prolog-info-predicate-index)
8525 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8526 (prolog-char-quote-workaround):
8527 * progmodes/cc-vars.el (c-defun-tactic):
8528 * net/tramp.el (tramp-encoding-command-interactive)
8529 (tramp-local-end-of-line):
8530 * net/soap-client.el (soap-client):
8531 * net/netrc.el (netrc-file):
8532 * net/gnutls.el (gnutls):
8533 * minibuffer.el (completion-category-overrides)
8534 (completion-cycle-threshold)
8535 (completion-pcm-complete-word-inserts-delimiters):
8536 * man.el (Man-name-local-regexp):
8537 * mail/feedmail.el (feedmail-display-full-frame):
8538 * international/characters.el (glyphless-char-display-control):
8539 * eshell/em-ls.el (eshell-ls-date-format):
8540 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8541 (lisp-lambda-list-keyword-parameter-indentation)
8542 (lisp-lambda-list-keyword-parameter-alignment):
8543 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8544 * dired-x.el (dired-omit-verbose):
8545 * cus-theme.el (custom-theme-allow-multiple-selections):
8546 * calc/calc.el (calc-highlight-selections-with-faces)
8547 (calc-lu-field-reference, calc-lu-power-reference)
8548 (calc-note-threshold):
8549 * battery.el (battery-mode-line-limit):
8550 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8551 (archive-7z-update):
8552 * allout.el (allout-prefixed-keybindings)
8553 (allout-unprefixed-keybindings)
8554 (allout-inhibit-auto-fill-on-headline)
8555 (allout-flattened-numbering-abbreviation):
8556 * allout-widgets.el (allout-widgets-auto-activation)
8557 (allout-widgets-icons-dark-subdir)
8558 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8559 (allout-widgets-theme-dark-background)
8560 (allout-widgets-theme-light-background)
8561 (allout-widgets-item-image-properties-emacs)
8562 (allout-widgets-item-image-properties-xemacs)
8563 (allout-widgets-run-unit-tests-on-load)
8564 (allout-widgets-time-decoration-activity)
8565 (allout-widgets-hook-error-post-time)
8566 (allout-widgets-track-decoration):
8567 Add missing :version tags to new defcustoms and defgroups.
8568
5fec1b8e
GM
8569 * progmodes/sql.el (sql-ansi-statement-starters)
8570 (sql-oracle-statement-starters): Add custom type.
8571
3e0d2fa7
GM
8572 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8573 (prolog-system-version): Give it a type.
8574
90b671e2
EZ
85752012-02-11 Eli Zaretskii <eliz@gnu.org>
8576
8577 * term/pc-win.el (x-select-text, x-selection-owner-p)
8578 (x-own-selection-internal, x-disown-selection-internal)
8579 (x-get-selection-internal): Sync doc strings and argument lists
8580 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8581
5eac0c02
LL
85822012-02-11 Leo Liu <sdl.web@gmail.com>
8583
8584 * progmodes/python.el (python-end-of-statement): Fix infinite
8585 loop. (Bug#10788)
8586
f82cb659
GM
85872012-02-10 Glenn Morris <rgm@gnu.org>
8588
8589 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8590 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8591
cc26d239
LI
85922012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8593
8594 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8595 about SMTP before checking the From header.
8596
91027d08 8597 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
8598 into own function for reuse by emacsbug.el.
8599
1be3ca5a
LL
86002012-02-10 Leo Liu <sdl.web@gmail.com>
8601
8602 * subr.el (condition-case-unless-debug): Rename from
8603 condition-case-no-debug. All callers changed.
8604 (with-demoted-errors): Fix caller.
8605
8606 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8607 * nxml/rng-valid.el (rng-do-some-validation):
8608 * emacs-lisp/package.el (package-refresh-contents)
8609 (package-menu-execute):
8610 * desktop.el (desktop-create-buffer):
91027d08 8611 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 8612
b011fbfe
GM
86132012-02-10 Glenn Morris <rgm@gnu.org>
8614
b2096d72
GM
8615 * textmodes/bibtex.el:
8616 Add missing :version tags for new/changed defcustoms.
8617
b011fbfe
GM
8618 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8619
4c7e65bf
LI
86202012-02-09 Lars Ingebrigtsen <larsi@rusty>
8621
8622 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8623 (smtpmail-via-smtp): Use it, or fall back on the From address.
8624 (smtpmail-send-it): Ditto.
8625
f3934f6f
SM
86262012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8629 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8630 (byte-compile-tmp-var): New const.
8631 (byte-compile-defvar): Use it to minimize .elc size.
8632 Just use `defvar' rather than simulate it (bug#10761).
8633
a075a2c5
GM
86342012-02-09 Glenn Morris <rgm@gnu.org>
8635
cf3aa21b
GM
8636 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8637
354998cd
GM
8638 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8639 Add :version tags.
8640
dc9924b8
SM
8641 * progmodes/compile.el (compilation-error-screen-columns)
8642 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 8643
dab3703d
GM
8644 * vc/log-view.el (log-view-toggle-entry-display):
8645 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8646
3f88cd72
GM
8647 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8648 (report-emacs-bug-can-use-xdg-email):
8649 (report-emacs-bug-insert-to-mailer): Doc fixes.
8650 (report-emacs-bug): Message fix.
8651
d95b247d
GM
8652 * net/browse-url.el (browse-url-can-use-xdg-open)
8653 (browse-url-xdg-open): Doc fixes.
8654
a075a2c5
GM
8655 * electric.el (electric-indent-mode, electric-pair-mode)
8656 (electric-layout-rules, electric-layout-mode): Doc fixes.
8657 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8658
ffb6157e
MR
86592012-02-08 Martin Rudalics <rudalics@gmx.at>
8660
8661 * server.el (server-unselect-display): Don't inadvertently kill
8662 the current buffer. (Bug#10729)
8663
e1ac4066
GM
86642012-02-08 Glenn Morris <rgm@gnu.org>
8665
34e8a2da
GM
8666 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8667 (sql-list-table): Doc fixes.
8668
b4ac6e8c
GM
8669 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8670 Comment out (does nothing).
8671
e1ac4066
GM
8672 * completion.el (dynamic-completion-mode):
8673 * dirtrack.el (dirtrack-debug-mode):
8674 * electric.el (electric-layout-mode):
8675 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8676 * face-remap.el (text-scale-mode, buffer-face-mode):
8677 * iimage.el (iimage-mode):
8678 * image-mode.el (image-transform-mode):
8679 * minibuffer.el (completion-in-region-mode):
8680 * scroll-lock.el (scroll-lock-mode):
8681 * simple.el (next-error-follow-minor-mode):
8682 * tar-mode.el (tar-subfile-mode):
8683 * tooltip.el (tooltip-mode):
8684 * vcursor.el (vcursor-use-vcursor-map):
8685 * wid-browse.el (widget-minor-mode):
8686 * emulation/tpu-edt.el (tpu-edt-mode):
8687 * emulation/tpu-extras.el (tpu-cursor-free-mode):
8688 * international/iso-ascii.el (iso-ascii-mode):
8689 * language/thai-util.el (thai-word-mode):
8690 * mail/supercite.el (sc-minor-mode):
8691 * net/goto-addr.el (goto-address-mode):
8692 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
8693 * progmodes/cwarn.el (cwarn-mode):
8694 * progmodes/flymake.el (flymake-mode):
8695 * progmodes/glasses.el (glasses-mode):
8696 * progmodes/hideshow.el (hs-minor-mode):
8697 * progmodes/pascal.el (pascal-outline-mode):
8698 * textmodes/enriched.el (enriched-mode):
8699 * vc/smerge-mode.el (smerge-mode):
8700 Doc fixes (minor mode argument).
8701
5e0d957f
EZ
87022012-02-07 Eli Zaretskii <eliz@gnu.org>
8703
8704 * ls-lisp.el (ls-lisp-sanitize): New function.
8705 (ls-lisp-insert-directory): Use it to fix or remove any elements
8706 in file-alist with missing attributes. (Bug#4673)
8707
98d7371e
AM
87082012-02-07 Alan Mackenzie <acm@muc.de>
8709
8710 Fix spurious recognition of c-in-knr-argdecl.
8711
8712 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
8713 putative K&R region.
8714
667ced3a
AM
87152012-02-07 Alan Mackenzie <acm@muc.de>
8716
eb864a71
LM
8717 * progmodes/cc-engine.el (c-forward-objc-directive):
8718 Prevent looping in "#pragma mark @implementation".
667ced3a 8719
5b77774d
MA
87202012-02-07 Michael Albinus <michael.albinus@gmx.de>
8721
8722 * notifications.el (notifications-on-closed-signal): Make `reason'
8723 optional. (Bug#10744)
8724
af008560
GM
87252012-02-07 Glenn Morris <rgm@gnu.org>
8726
60d47423
GM
8727 * emacs-lisp/easy-mmode.el (define-minor-mode):
8728 Doc fixes for the macro and the mode it defines.
8729
dd605cc4
GM
8730 * image.el (imagemagick-types-inhibit): Doc fix.
8731
af008560
GM
8732 * cus-start.el (imagemagick-render-type): Add it.
8733
5cc59a37
LI
87342012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
8735
4d6769e1
JB
8736 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
8737 Set the default at load time, too, so that `font-lock-fontify-buffer'
8738 can be called without setting up the entire mode first. This fixes
8739 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 8740
9a6dd747
CY
87412012-02-06 Chong Yidong <cyd@gnu.org>
8742
2d16b285
CY
8743 * simple.el (list-processes--refresh): Delete exited processes
8744 (Bug#8094).
8745
171e9b6e
CY
8746 * comint.el (comint-next-prompt): next-single-char-property-change
8747 and prev-single-char-property-change never return nil (Bug#8657).
8748
9a6dd747
CY
8749 * custom.el (defcustom): Doc fix (Bug#9711).
8750
aa4589a7
CY
87512012-02-05 Chong Yidong <cyd@gnu.org>
8752
5c2a252f
CY
8753 * cus-edit.el (custom-variable-reset-backup): Quote the value
8754 before storing it in the customized-value property (Bug#6712).
4aab9006 8755 (custom-display): Add a customization type tag.
983b9602 8756 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 8757
aa4589a7
CY
8758 * wid-edit.el (widget-field-value-get): New optional arg to
8759 suppress trailing whitespace truncation.
8760 (character): Use it (Bug#2689).
8761
1ff980ae
AS
87622012-02-05 Andreas Schwab <schwab@linux-m68k.org>
8763
8764 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
8765 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
8766
03988c98
CY
87672012-02-05 Chong Yidong <cyd@gnu.org>
8768
eeb6cc88
CY
8769 * cus-edit.el (custom-variable-value-create): For mismatched
8770 types, show the current value (Bug#7600).
8771
03988c98
CY
8772 * custom.el (defcustom): Doc fix.
8773
f8cdeef0
GM
87742012-02-05 Glenn Morris <rgm@gnu.org>
8775
8776 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
8777
0696d255
JB
87782012-02-05 Juanma Barranquero <lekktu@gmail.com>
8779
8780 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
8781 (pp-buffer): Use `ignore-errors', `looking-at-p'.
8782 (pp-last-sexp): Use `looking-at-p'.
8783
34c99998
GM
87842012-02-04 Glenn Morris <rgm@gnu.org>
8785
8f05da42
GM
8786 * files.el (revert-buffer):
8787 Doc fix (mention revert-buffer-in-progress-p).
8788
f160676e
GM
8789 * emacs-lisp/ert-x.el (ert-simulate-command):
8790 Check deferred-action-list (which is obsolete) is bound.
8791
c7291ad9
GM
8792 * subr.el (with-wrapper-hook): Doc fixes.
8793
34c99998
GM
8794 * simple.el (filter-buffer-substring-functions)
8795 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
8796
6283a7d3
LL
87972012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
8798
8799 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
8800 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
8801
e96e3013
LL
88022012-02-04 Leo Liu <sdl.web@gmail.com>
8803
8804 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
8805
8ded50f2
GM
88062012-02-04 Glenn Morris <rgm@gnu.org>
8807
82ff1d13
GM
8808 * image.el (image-extension-data): Add obsolete alias.
8809
987a0a16
GM
8810 * isearch.el (isearch-update): Doc fix.
8811
ea32ef46
GM
8812 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
8813
8ded50f2
GM
8814 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
8815
eea14f31
GM
88162012-02-03 Glenn Morris <rgm@gnu.org>
8817
8818 * image.el (image-animated-p): Doc fix. Use image-animated-types.
8819 (image-animate-timeout): Doc fix.
8820
8821 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
8822
12f381b7
GM
88232012-02-02 Glenn Morris <rgm@gnu.org>
8824
953cebf5
GM
8825 * server.el (server-auth-dir): Doc fix.
8826 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
8827
12f381b7
GM
8828 * subr.el (run-mode-hooks): Doc fix.
8829
953a8c3b
JL
88302012-02-02 Juri Linkov <juri@jurta.org>
8831
8832 * image-mode.el (image-toggle-display-image): Remove tautological
8833 `major-mode' from the `derived-mode-p' test.
8834
c5d3843c
KH
88352012-02-02 Kenichi Handa <handa@m17n.org>
8836
9f6e692e 8837 * composite.el (compose-region): Cancel previous change.
c5d3843c 8838
159462d4 88392012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
8840
8841 * composite.el (compose-region, compose-string): Signal error for
8842 a null string component (Bug#6988).
8843
9f562668
CY
88442012-02-01 Chong Yidong <cyd@gnu.org>
8845
e2cef717
CY
8846 * view.el (view-buffer-other-window, view-buffer-other-frame):
8847 Handle special modes like view-buffer (Bug#10650).
8848 (view-buffer): Simplify.
8849
9f562668
CY
8850 * frame.el (set-frame-font): Tweak meaning of third argument.
8851
9f6e692e
JB
8852 * dynamic-setting.el (font-setting-change-default-font):
8853 Use set-frame-font (Bug#9982).
9f562668 8854
781acb9f
GM
88552012-02-01 Glenn Morris <rgm@gnu.org>
8856
6035be52
GM
8857 * progmodes/compile.el (compilation-internal-error-properties):
8858 Respect compilation-first-column in the "*compilation*" buffer.
8859
781acb9f
GM
8860 * emacs-lisp/easy-mmode.el (define-minor-mode):
8861 Relax :variable's test for a named function.
8862
abbceb00
AM
88632012-01-31 Alan Mackenzie <acm@muc.de>
8864
8865 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
8866 off by one error.
8867
fce3fdeb
CY
88682012-01-31 Chong Yidong <cyd@gnu.org>
8869
8870 * frame.el (set-frame-font): New arg ALL-FRAMES.
8871
8872 * menu-bar.el (menu-set-font): Use set-frame-font.
8873
8874 * faces.el (face-spec-reset-face): Don't apply unspecified
8875 attribute values to the default face.
8876
47893581
JB
88772012-01-31 Juanma Barranquero <lekktu@gmail.com>
8878
8879 * progmodes/cwarn.el (cwarn): Remove dead link.
8880 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
8881 Remove * from defcustom docstrings.
8882 (turn-on-cwarn-mode): Make obsolete.
8883 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
8884 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
8885
e58e988a
GM
88862012-01-31 Glenn Morris <rgm@gnu.org>
8887
60dc2671 8888 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 8889 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 8890 Allow named functions to be used as the cdr of :variable.
e58e988a 8891
7a3f511d
GM
88922012-01-30 Glenn Morris <rgm@gnu.org>
8893
8894 * emacs-lisp/authors.el (authors-fixed-entries):
8895 Remove reference to deleted file rnewspost.el.
8896
cb882333
JB
88972012-01-29 Juanma Barranquero <lekktu@gmail.com>
8898
8899 * window.el (window-with-parameter): Remove unused variable `windows'.
8900 (window--side-check): Remove unused variable `code'.
8901 (window--resize-siblings): Remove unused variable `first'.
8902 (adjust-window-trailing-edge): Remove unused variable `failed'.
8903 (window-deletable-p, window--delete): Remove unused variable `buffer'.
8904 Use `let', not `let*'.
8905 (balance-windows-2): Remove unused variable `found'.
8906 (window--state-put-2): Remove unused variable `splits'.
8907 (window-state-put): Remove unused variable `selected'.
8908 (same-window-p): Use `string-match-p'.
8909 (display-buffer-assq-regexp): Remove unused variable `value'.
8910 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8911 Mark argument ALIST as ignored.
8912 (pop-to-buffer): Remove unused variable `old-window'.
8913
907201af
EZ
89142012-01-29 Eli Zaretskii <eliz@gnu.org>
8915
8916 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
8917 and .lzma compressed files.
8918
ea162670
CY
89192012-01-29 Chong Yidong <cyd@gnu.org>
8920
5b95ee8a
CY
8921 * frame.el (window-system-default-frame-alist): Doc fix.
8922
ea162670
CY
8923 * dynamic-setting.el (font-setting-change-default-font): Don't
8924 change the default face if SET-FONT argument is non-nil (Bug#9982).
8925
d6e6f4b1
SB
89262012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
8927
8928 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
8929
0f29fa41 89302012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
8931
8932 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
8933 breakpoints in files outside current directory (Bug#6098).
8934
db174434
CY
89352012-01-29 Chong Yidong <cyd@gnu.org>
8936
6b25e4e2
SE
8937 * progmodes/python.el: Require ansi-color at top-level.
8938
6df6ae42
JB
8939 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
8940 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
8941 (lisp-mode-abbrev-table): Add doc.
8942 (lisp-mode-variables): Don't set local-abbrev-table.
8943 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
8944
e70ee681
RW
89452012-01-28 Roland Winkler <winkler@gnu.org>
8946
8947 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
8948
ace88aa2
RW
89492012-01-28 Roland Winkler <winkler@gnu.org>
8950
8951 * textmodes/bibtex.el (bibtex-entry-alist): New function.
8952 (bibtex-set-dialect): Use it. Either set global values of
8953 dialect-dependent variables or bind these variables buffer-locally
8954 (Bug#10254).
8955 (bibtex-mode): Call bibtex-set-dialect via
8956 hack-local-variables-hook.
eb864a71
LM
8957 (bibtex-dialect): Update docstring.
8958 Add safe-local-variable predicate.
ace88aa2
RW
8959 (bibtex-entry-alist, bibtex-field-alist): Initialize via
8960 bibtex-set-dialect.
8961 (bibtex-mode-map): Define menu for each dialect.
8962 (bibtex-entry): Fix docstring.
8963
93376c5b
CY
89642012-01-28 Chong Yidong <cyd@gnu.org>
8965
8966 * eshell/esh-arg.el (eshell-quote-argument): New function.
8967
8968 * eshell/esh-ext.el (eshell-invoke-batch-file):
8969 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
8970 first arg to eshell-parse-command (Bug#10523).
8971
4372494f
DA
89722012-01-28 Drew Adams <drew.adams@oracle.com>
8973
8974 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
8975 `default-directory' is non-nil.
8976
4d4ec1f8
EZ
89772012-01-28 Eli Zaretskii <eliz@gnu.org>
8978
8979 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
8980 line that displays system-configuration-options. (Bug#9924)
8981
7c188927
DA
89822012-01-28 Drew Adams <drew.adams@oracle.com>
8983
8984 * descr-text.el (describe-char): Show information about POS, in
8985 addition to information about the character at POS. Improve and
8986 update the doc string. Change "code point" to "code point in
8987 charset", to avoid confusion with the character's Unicode code
8988 point shown above that. (Bug#10129)
8989
e0da685a
EZ
89902012-01-28 Eli Zaretskii <eliz@gnu.org>
8991
8992 * descr-text.el (describe-char): Show the raw character, not only
8993 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
8994 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
8995 for the reasons.
8996
70550acf
PH
89972012-01-28 Phil Hagelberg <phil@hagelb.org>
8998
eb864a71
LM
8999 * emacs-lisp/package.el (package-install):
9000 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 9001
0ce8e868
CY
90022012-01-28 Chong Yidong <cyd@gnu.org>
9003
cb882333
JB
9004 * emacs-lisp/package.el (package-maybe-load-descriptor):
9005 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
9006 (package-maybe-load-descriptor): Use it.
9007 (package-download-transaction): Fully load required packages
9008 inside the loop, so that `require' calls work (Bug#10593).
9009 (package-install): No need to call package-initialize now.
9010
2e7f3bea
CY
90112012-01-28 Chong Yidong <cyd@gnu.org>
9012
6e9bad14
CY
9013 * simple.el (deactivate-mark): Doc fix (Bug#8614).
9014
f823b8ca
CY
9015 * tooltip.el (tooltip-mode): Doc fix.
9016 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
9017
2680c309
CY
9018 * frame.el (set-cursor-color): Doc fix (Bug#352).
9019
d7a9e63b
CY
9020 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
9021 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
9022
2e7f3bea
CY
9023 * cus-edit.el (custom-buffer-create-internal): Fix search button
9024 action (Bug#10542).
2ae01800 9025 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 9026
fc4f7a23
EW
90272012-01-27 Eduard Wiebe <usenet@pusto.de>
9028
9029 * dired.el (dired-mark-files-regexp):
9030 Include any subdirectory components. (Bug#10445)
9031
7dd37071
ML
90322012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
9033
9034 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
9035 Handle [host]:port syntax. (Bug#10533)
9036
a268160b
AH
90372012-01-27 Alex Harsanyi <harsanyi@mac.com>
9038
9039 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
9040
e43273ef
GM
90412012-01-26 Glenn Morris <rgm@gnu.org>
9042
9043 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
9044 * term.el (term-raw-escape-map): Use Control-X-prefix.
9045 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
9046
1edf595d
MR
90472012-01-25 Martin Rudalics <rudalics@gmx.at>
9048
9049 * window.el (window-state-get, window--state-get-1): Don't deal
9050 with fixed-sizeness of windows. Simplify code.
9051
fa8eafef
JC
90522012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
9053
6df6ae42
JB
9054 * window.el (window--state-get-1, window--state-put-2):
9055 Don't save and restore the mark.
fa8eafef 9056
0b21c100
CY
90572012-01-25 Chong Yidong <cyd@gnu.org>
9058
9059 * custom.el (custom-variable-p): Doc fix.
9060
5ae1a6c8
GM
90612012-01-25 Glenn Morris <rgm@gnu.org>
9062
40047858
GM
9063 * dired.el (dired-goto-file): Handle some of the more common
9064 characters that `ls -b' escapes. (Bug#10596)
9065
5ddce96c
GM
9066 * progmodes/compile.el (compilation-next-error-function):
9067 Respect compilation-first-column in the "*compilation*" buffer.
9068 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
9069
5ae1a6c8
GM
9070 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
9071
b559f1a9
GM
90722012-01-24 Glenn Morris <rgm@gnu.org>
9073
9074 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
9075
6725d21a
JD
90762012-01-24 Julien Danjou <julien@danjou.info>
9077
9078 * color.el (color-rgb-to-hsl): Fix value computing.
9079 (color-hue-to-rgb): New function.
9080 (color-hsl-to-rgb): New function.
9081 (color-clamp, color-saturate-hsl, color-saturate-name)
9082 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
9083 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
9084
70df4bbe
GM
90852012-01-24 Glenn Morris <rgm@gnu.org>
9086
9087 * vc/vc-rcs.el (vc-rcs-create-tag):
9088 * vc/vc-sccs.el (vc-sccs-create-tag):
9089 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
9090
802a2ae2
ML
90912012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
9092
9093 * eshell/esh-util.el (eshell-read-hosts-file):
9094 Skip comment lines. (Bug#10549)
9095
d7128bb1
ML
9096 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
9097
d1a5c3b4
JB
90982012-01-23 Juanma Barranquero <lekktu@gmail.com>
9099
2724d9c7
JB
9100 * subr.el (display-delayed-warnings): Doc fix.
9101 (collapse-delayed-warnings): New function to collapse identical
9102 adjacent warnings.
9103 (delayed-warnings-hook): Add it.
d1a5c3b4 9104
a5509865
MA
91052012-01-22 Michael Albinus <michael.albinus@gmx.de>
9106
9107 * net/tramp.el (tramp-action-login): Set connection property "login-as".
9108
a5509865
MA
9109 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
9110 (tramp-default-user-alist): Don't add "pscp".
9111 (tramp-do-copy-or-rename-file-out-of-band): Use connection
9112 property "login-as", if set. (Bug#10530)
9113
cc6d5805
MA
91142012-01-21 Michael Albinus <michael.albinus@gmx.de>
9115
9116 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
9117 "plink1" and "psftp". (Bug#10530)
9118
91192012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
9120
9121 * international/mule-cmds.el (prefer-coding-system): Show a
9122 warning message if the default value of file-name-coding-system
9123 was not changed.
9124
f0960428
JC
91252012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9126
cb882333
JB
9127 * windmove.el (windmove-reference-loc):
9128 Fix windmove-reference-loc miscalculation.
f0960428 9129
dd6f2a63
JB
91302012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
9131
9132 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
9133 default unit.
9134
7b447e9b
GM
91352012-01-21 Glenn Morris <rgm@gnu.org>
9136
117a9ea1
GM
9137 * international/mule.el (auto-coding-alist): Add .tbz.
9138
7b447e9b
GM
9139 * files.el (local-enable-local-variables): Doc fix.
9140 (inhibit-local-variables-regexps): Rename from
9141 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
9142 Doc fix. Add some extensions from auto-coding-alist.
9143 (inhibit-local-variables-suffixes):
9144 Rename from inhibit-first-line-modes-suffixes. Doc fix.
9145 (inhibit-local-variables-p):
9146 New function, extracted from set-auto-mode-1.
9147 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
9148 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
9149 (hack-local-variables): Doc fix. Make the mode-only case
9150 respect enable-local-variables and friends.
9151 Respect inhibit-local-variables-regexps for file-locals, but
9152 not for directory-locals.
9153 (set-visited-file-name):
9154 Take account of inhibit-local-variables-regexps.
9155 Whether it applies may change as the file name is changed.
9156 * jka-cmpr-hook.el (jka-compr-install):
9157 * jka-compr.el (jka-compr-uninstall):
9158 Update for inhibit-first-line-modes-suffixes name change.
9159
dd6e3cdd
MR
91602012-01-20 Martin Rudalics <rudalics@gmx.at>
9161
9162 * help-macro.el (make-help-screen): Temporarily restore original
9163 binding for minor-mode-map-alist (Bug#10454).
9164
0d0deb38
JD
91652012-01-19 Julien Danjou <julien@danjou.info>
9166
9167 * color.el (color-name-to-rgb): Use the white color to find the max
9168 color component value and return correctly computed values.
9169 (color-name-to-rgb): Add missing float conversion for max value.
9170
34a02f46
MR
91712012-01-19 Martin Rudalics <rudalics@gmx.at>
9172
9173 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
9174 special state value for window-persistent-parameters.
9175 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
9176 (window--state-put-2): Reset all window parameters to nil before
9177 assigning values of persistent parameters.
9178
606c44c4
AM
91792012-01-18 Alan Mackenzie <acm@muc.de>
9180
9181 Eliminate sluggishness and hangs in fontification of "semicolon
9182 deserts".
9183
cb882333
JB
9184 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
9185 Change value 10000 -> 3000.
606c44c4
AM
9186 (c-state-safe-place): Reformulate so it doesn't stack up an
9187 infinite number of wrong entries in c-state-nonlit-pos-cache.
9188 (c-determine-limit-get-base, c-determine-limit): New functions to
9189 determine backward search limits disregarding literals.
9190 (c-find-decl-spots): Amend commenting.
9191 (c-cheap-inside-bracelist-p): New function which detects "={".
9192
9193 * progmodes/cc-fonts.el
9194 (c-make-font-lock-BO-decl-search-function): Give a limit to a
9195 backward search.
9196 (c-font-lock-declarations): Fix an occurrence of point being
9197 undefined. Check additionally for point being in a bracelist or
9198 near a macro invocation without a semicolon so as to avoid a
9199 fruitless time consuming search for a declarator. Give a more
9200 precise search limit for declarators using the new
9201 c-determine-limit.
9202
f3860cea
GM
92032012-01-18 Glenn Morris <rgm@gnu.org>
9204
9205 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
9206 (set-auto-mode): Doc fixes.
9207
1db03b16
GM
92082012-01-17 Glenn Morris <rgm@gnu.org>
9209
0e6038be
GM
9210 * isearch.el (search-nonincremental-instead): Fix doc typo.
9211
1db03b16
GM
9212 * dired.el (dired-insert-directory): Handle newlines in directory name.
9213 (dired-build-subdir-alist): Unescape newlines in directory name.
9214
4cb0aa75
MA
92152012-01-17 Michael Albinus <michael.albinus@gmx.de>
9216
9217 * net/tramp.el (tramp-local-end-of-line): New defcustom.
9218 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
9219 (tramp-action-terminal): Use it. (Bug#10530)
9220
1d00653d
SM
92212012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * minibuffer.el (completion--replace): Strip properties (bug#10062).
9224
6a6ee00d
MR
92252012-01-16 Martin Rudalics <rudalics@gmx.at>
9226
9227 * window.el (window-state-ignored-parameters): Remove variable.
9228 (window--state-get-1): Rename argument MARKERS to IGNORE.
9229 Handle persistent window parameters. Make copy of clone-of
9230 parameter only if requested. (Bug#10348)
9231 (window--state-put-2): Install a window parameter only if it has
9232 a non-nil value or an existing parameter shall be overwritten.
9233
97912def
MA
92342012-01-15 Michael Albinus <michael.albinus@gmx.de>
9235
9236 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
9237
688070a5
EZ
92382012-01-14 Eli Zaretskii <eliz@gnu.org>
9239
9240 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
9241 don't pass the (nil) value of `upnode' to string-match.
9242
301afadc
CY
92432012-01-14 Chong Yidong <cyd@gnu.org>
9244
9245 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 9246 Fix values recognized by the cursorBlink resource.
301afadc 9247
9e5788aa
PE
92482012-01-14 Paul Eggert <eggert@cs.ucla.edu>
9249
9250 * epg.el (epg--make-temp-file): Avoid permission race condition
9251 when running on old Emacs versions (bug#10403).
9252
3cdb7f5a
GM
92532012-01-14 Glenn Morris <rgm@gnu.org>
9254
9255 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
9256
8c82b1b4
AM
92572012-01-13 Alan Mackenzie <acm@muc.de>
9258
9259 Fix filling for when filladapt mode is enabled.
9260
9261 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
9262 c-mask-paragraph, pass in `fill-paragraph' rather than
9263 `fill-region-as-paragraph'. (This is a reversion of a previous
9264 change.)
eb864a71
LM
9265 * progmodes/cc-mode.el (c-basic-common-init):
9266 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 9267
e517eda4
GM
92682012-01-13 Glenn Morris <rgm@gnu.org>
9269
1498536e
GM
9270 * dired.el (dired-switches-escape-p): New function.
9271 (dired-insert-directory): Use dired-switches-escape-p.
9272 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
9273
e517eda4
GM
9274 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
9275
328f984d
GM
92762012-01-12 Glenn Morris <rgm@gnu.org>
9277
9278 * mail/sendmail.el (mail-mode): Update paragraph-separate for
9279 changes in adaptive-fill-regexp. (Bug#10276)
9280
2cc769a8
AM
92812012-01-11 Alan Mackenzie <acm@muc.de>
9282
9283 Fix Emacs bug #10463 - put `widen's around the critical spots.
9284
1d00653d 9285 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
9286 widen around each invocation of c-state-pp-to-literal. Remove an
9287 unused let variable.
9288
e52c37fa
GM
92892012-01-11 Glenn Morris <rgm@gnu.org>
9290
9291 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 9292 Doc fix.
e52c37fa 9293
96f8741e
CY
92942012-01-10 Chong Yidong <cyd@gnu.org>
9295
1d00653d
SM
9296 * net/network-stream.el (network-stream-open-starttls):
9297 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
9298 response to the capability command.
9299
b09a806e
GM
93002012-01-10 Glenn Morris <rgm@gnu.org>
9301
9302 * mail/unrmail.el (unrmail): Tweak previous change.
9303
7655cb66
CY
93042012-01-09 Chong Yidong <cyd@gnu.org>
9305
9306 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
9307
9d5a8f0b
AM
93082012-01-08 Alan Mackenzie <acm@muc.de>
9309
9310 Optimise font locking in long enum definitions.
9311
9312 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
9313 arm to a cond form to handle enums.
9314 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
9315 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
9316
9a0115ab 93172012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
9318
9319 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 9320 (Bug#10401)
6bb72cbd 9321
f186bb95
LMI
93222012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9323
29232a68
LMI
9324 * faces.el (set-face-attribute): Clarify the meaning of the nil
9325 frame (bug#10294).
9326
4e5d086d
LMI
9327 * subr.el (with-selected-frame): Mention that the selected frame
9328 is restored (bug#9980).
9329
8e66aebe
LMI
9330 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
9331 (bug#9759).
9332
cd394be1 9333 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
9334 (password-read): Don't autoload unused function.
9335
adf4e762
JB
93362012-01-07 Juanma Barranquero <lekktu@gmail.com>
9337
9338 * progmodes/which-func.el (which-func-mode): Turn into a
9339 non-interactive function and mark as obsolete (bug#10428).
9340
89bd9ccd
CY
93412012-01-06 Chong Yidong <cyd@gnu.org>
9342
9343 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
9344 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
9345 functions, along with 1 and -1.
9346
4afee9d5
EZ
93472012-01-06 Eli Zaretskii <eliz@gnu.org>
9348
9349 * time.el (display-time-load-average)
9350 (display-time-default-load-average): Doc fixes. See the thread
9351 starting at
9352 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
9353 for the details.
9354
536aea70
GM
93552012-01-06 Glenn Morris <rgm@gnu.org>
9356
665ae865
GM
9357 * mail/unrmail.el (unrmail): Give an explicit error if the input file
9358 has no messages. (Bug#10377)
9359
c869783d
GM
9360 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
9361 than Info-edit. (Bug#10385)
9362
2bb4227e
GM
9363 * time.el (display-time-load-average, display-time-next-load-average):
9364 Doc fixes.
9365
7d5944b9
GM
9366 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9367 local setting of buffer-read-only to the input buffer. (Bug#10419)
9368
536aea70
GM
9369 * calendar/calendar.el (calendar-mode):
9370 Locally set scroll-margin to 0. (Bug#10379)
9371
7dccca16
UM
93722012-01-06 Ulrich Mueller <ulm@gentoo.org>
9373
9374 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
9375
afbb7930
GM
93762012-01-05 Glenn Morris <rgm@gnu.org>
9377
9378 * eshell/em-unix.el (diff-no-select): Autoload it.
9379 (eshell/diff): Use diff-no-select. (Bug#10420)
9380
04482335
CY
93812012-01-05 Chong Yidong <cyd@gnu.org>
9382
7baca3bc
CY
9383 * shell.el (shell-dynamic-complete-functions): Revert last change.
9384 (shell-command-completion-function): New function.
9385 (shell-completion-vars): Use it to implement
9386 shell-completion-execonly (Bug#10417).
9387
04482335
CY
9388 * custom.el (enable-theme): Don't set custom-safe-themes.
9389
1d00653d
SM
9390 * cus-theme.el (custom-theme-merge-theme):
9391 Ignore custom-enabled-themes and custom-safe-themes.
04482335 9392
bb5aa5d6
MM
93932012-01-05 Michael R. Mauger <mmaug@yahoo.com>
9394
9395 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
9396 first prompt in `sql-interacive-mode'.
9397 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 9398 keywords.
6df6ae42 9399 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
9400 (sql-product-interactive): Bug fix: Set `sql-buffer' in
9401 context of original buffer. Invoke `sql-login-hook'.
9402
a7183d7c
EZ
94032012-01-04 Eli Zaretskii <eliz@gnu.org>
9404
9405 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
9406 letters in cite-prefix.
9407
a1eacd1e
LMI
94082012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9409
9410 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
9411
787cdb34
CY
94122012-01-03 Chong Yidong <cyd@gnu.org>
9413
1d00653d
SM
9414 * shell.el (shell-dynamic-complete-functions):
9415 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
9416 comint-filename-completion first (Bug#10417).
9417
30710442
RS
94182012-01-02 Richard Stallman <rms@gnu.org>
9419
9420 * battery.el (battery-status-function):
9421 Detect when to use battery-yeeloong-sysfs.
9422 (battery-echo-area-format): Add string for Yeeloong.
9423 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
9424 (battery-yeeloong-sysfs): New function.
9425
f75bfc33
CY
94262012-01-02 Chong Yidong <cyd@gnu.org>
9427
9428 * dirtrack.el (dirtrack-list): Eliminate unused third element.
9429 (dirtrack): Merge code for handling relative filenames in prompt
9430 from shell-dir-cookie-watcher.
9431 (dirtrack-debug-message): New arg to avoid excess format calls.
9432
9433 * shell.el (shell-dir-cookie-re): Variable deleted.
9434 (shell-dir-cookie-watcher): Function deleted.
9435 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
9436 with dirtrack-mode.
9437
651e947e
EZ
94382012-01-01 Eli Zaretskii <eliz@gnu.org>
9439
1d00653d
SM
9440 * term/w32-win.el (dynamic-library-alist) <gnutls>:
9441 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
9442 libgnutls-26.dll.
9443
94d4c7dc
AS
94442011-12-31 Andreas Schwab <schwab@linux-m68k.org>
9445
9446 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
9447
8d43f3cd
EZ
94482011-12-31 Eli Zaretskii <eliz@gnu.org>
9449
9450 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
9451 headers of non-MIME messages, when rmail-enable-mime is non-nil.
9452
98c8795a
MA
94532011-12-29 Michael Albinus <michael.albinus@gmx.de>
9454
9455 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
9456 also for alternative shells.
9457 (tramp-open-connection-setup-interactive-shell): Check, whether
9458 the shell is a busybox.
9459 (tramp-send-command): Don't suppress multiple prompts for
9460 busyboxes, it hurts.
9461
51281b32
CY
94622011-12-28 Chong Yidong <cyd@gnu.org>
9463
9464 * progmodes/gdb-mi.el (gdb-get-source-file-list)
9465 (gdb-get-source-file): Move mode line update to
9466 gdb-get-source-file (Bug#10087).
9467
2170cb53
CY
94682011-12-25 Chong Yidong <cyd@gnu.org>
9469
9470 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
9471 gud-gdb-marker-filter without taking it as an argument.
9472 (gud-gdb-run-command-fetch-lines): Caller changed.
9473 (gud-gdb-completion-function): New variable.
9474 (gud-gdb-completion-at-point): Use it.
9475 (gud-gdb-completions-1): Split from gud-gdb-completions.
9476
9477 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
9478 function as separate arguments.
9479 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
9480 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
9481 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
9482 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
9483 (gdb-stopped, def-gdb-auto-update-trigger)
9484 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
9485 (gdb-get-changed-registers, gdb-get-main-selected-frame):
9486 Callers changed.
2170cb53
CY
9487 (gud-gdbmi-completions): New function.
9488 (gdb): Use it for generating the completion table.
9489
be8b11bb
AM
94902011-12-24 Alan Mackenzie <acm@muc.de>
9491
9492 Introduce a mechanism to widen the region used in context font
1d00653d 9493 locking. Use this to protect declarations from losing their contexts.
be8b11bb 9494
1d00653d
SM
9495 * progmodes/cc-langs.el (c-before-font-lock-functions):
9496 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 9497 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
9498 functions to be run just before context (etc.) font locking.
9499
9500 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 9501 New, functionality extracted from
be8b11bb 9502 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 9503 (c-in-after-change-fontification): New variable.
be8b11bb
AM
9504 (c-after-change): Set c-in-after-change-fontification.
9505 (c-set-fl-decl-start): Rejig its interface, so it can be called
9506 from both after-change and context fontifying.
b81d40f0
JB
9507 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9508 New functions.
9509 (c-standard-font-lock-fontify-region-function): New variable.
9510 (c-font-lock-fontify-region): New function.
be8b11bb 9511
341cf6ac
JL
95122011-12-24 Juri Linkov <juri@jurta.org>
9513
9514 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9515 (Bug#10348)
9516
bffcee0a
MA
95172011-12-23 Michael Albinus <michael.albinus@gmx.de>
9518
9519 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9520 existence of source file. (Bug#10325)
9521
cb5e207c
AM
95222011-12-23 Alan Mackenzie <acm@muc.de>
9523
9524 Fix unstable fontification inside templates.
9525
b81d40f0
JB
9526 * progmodes/cc-langs.el (c-before-font-lock-functions):
9527 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
9528 additionally has c-set-fl-decl-start. The other languages (apart
9529 from AWK) have that as a single entry.
9530
b81d40f0
JB
9531 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9532 The functionality for "local" declarations has been extracted to
cb5e207c
AM
9533 c-set-fl-decl-start.
9534
b81d40f0
JB
9535 * progmodes/cc-mode.el (c-common-init, c-after-change):
9536 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
9537 (c-set-fl-decl-start): New function, extracted from
9538 c-font-lock-enclosing-decls and enhanced.
9539
60ff536c
JB
95402011-12-23 Juanma Barranquero <lekktu@gmail.com>
9541
9542 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9543
1c4757d6
JL
95442011-12-22 Juri Linkov <juri@jurta.org>
9545
9546 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
9547
d031f2c7
CY
95482011-12-22 Chong Yidong <cyd@gnu.org>
9549
9550 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9551
bace743a
DA
95522011-12-21 Drew Adams <drew.adams@oracle.com>
9553
9554 * files.el (file-remote-p): Fix docstring. (Bug#10319)
9555
728a1f2b
JC
95562011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9557
9558 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9559
0d373f73
TZ
95602011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9561
fec0aaa4
TZ
9562 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
9563 highlighting and support. Fix up comments for capitalization.
9564 (cfengine-mode-debug): New var.
9565 (cfengine3-mode): Change the modeline indicator to "CFE3".
9566 (cfengine3-font-lock-keywords): Improve defun highlighting.
9567 (cfengine2-actions): Rename from `cfengine-actions'.
9568 (cfengine2-font-lock-keywords): Rename from
9569 `cfengine-font-lock-keywords'.
9570 (cfengine2-imenu-expression): Rename from
9571 `cfengine-imenu-expression'.
9572 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9573 (cfengine2-beginning-of-defun): Rename from
9574 `cfengine-beginning-of-defun'.
9575 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9576 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9577 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9578 modeline indicator to "CFE2".
9579 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9580 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 9581
bc86f573
CY
95822011-12-21 Chong Yidong <cyd@gnu.org>
9583
9584 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9585 filename argument.
9586
d45ba96b
MR
95872011-12-20 Martin Rudalics <rudalics@gmx.at>
9588
9589 * window.el (window-normalize-buffer-to-display): Remove.
9590 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9591
a6198c90
CY
95922011-12-19 Chong Yidong <cyd@gnu.org>
9593
9594 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9595 Don't signal an error in a predicate function; return non-nil.
9596 (vc-dir-mark-file): Move the error here.
9597 (vc-dir-mark-unmark): If acting on the region, keep going if one
9598 of the entries cannot be marked/unmarked.
9599 (vc-dir-mark-all-files): If current entry is a directory, mark
9600 only child files, as documented.
9601
34c5fb55
VB
96022011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9603
9604 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9605 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9606 addition.
9607
c803b2b7
JD
96082011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9609
9610 * term/ns-win.el (ns-get-selection-internal)
9611 (ns-store-selection-internal): Declare.
1154d12e
JB
9612 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9613 Declare as obsolete.
9614 (ns-get-pasteboard, ns-paste-secondary):
9615 Use ns-get-selection-internal.
9616 (ns-set-pasteboard, ns-copy-including-secondary):
9617 Use ns-store-selection-internal.
c803b2b7 9618
9cff91f8 96192011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
9620
9621 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 9622 (vc-deduce-fileset): Doc fix.
99a289d9 9623
f16c898a
AS
96242011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9625
9626 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9627
763237c4
SS
96282011-12-13 Sam Steingold <sds@gnu.org>
9629
9630 * man.el (Man-getpage-in-background): When running under a
9631 window-system, ignore $MANWIDTH and $COLUMNS.
9632
5fc1c122
KH
96332011-12-15 Kenichi Handa <handa@m17n.org>
9634
9635 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9636 (setup-ethiopic-environment-internal): Comment out key-binding for
9637 ethio-toggle-punctuation.
9638
13d49cbb
AM
96392011-12-13 Alan Mackenzie <acm@muc.de>
9640
898169a2
AM
9641 Add the switch statement to AWK Mode.
9642
7a71b18d 9643 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
9644 "default" to the keywords regexp.
9645
7a71b18d 9646 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 9647 expression as the rest.
1d00653d
SM
9648 (c-nonlabel-token-key): Allow string literals for AWK.
9649 Refactor for the other modes.
898169a2 9650
13d49cbb 9651 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 9652 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
9653 routines. Limit backward searching in c-font-lock-enclosing.decl.
9654
9655 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9656 pp-state and literal type in addition to the limits.
1d00653d 9657 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 9658 (c-state-literal-at): Use the above new defun.
1d00653d
SM
9659 (c-slow-in-literal, c-fast-in-literal): Remove.
9660 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
9661
9662 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9663 being in a literal. Add a limit for backward searching.
9664
9665 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9666 c-slow-in-literal.
9667
15e0efc7
SM
96682011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9671
454592a6
MR
96722011-12-13 Martin Rudalics <rudalics@gmx.at>
9673
9674 * window.el (delete-other-windows): Use correct frame in call to
9675 window-with-parameter.
9676
87393f26
DP
96772011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9678
9679 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9680 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9681 (makefile-gmake-statements, makefile-makepp-statements):
9682 Use it and add new makepp keywords.
9683 (makefile-makepp-font-lock-keywords): Add new patterns.
9684 (makefile-match-function-end): Match new [...] and [[...]].
9685
11636b22
JB
96862011-12-11 Juanma Barranquero <lekktu@gmail.com>
9687
9688 * ses.el (ses-call-printer-return, ses-cell-property-get)
9689 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9690 (ses-create-cell-variable, ses-reset-header-string)
9691 (ses-cell-set-formula, ses-repair-cell-reference-all)
9692 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
9693 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9694 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
9695 (ses-aset-with-undo, ses-load, ses-truncate-cell)
9696 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
9697 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
9698 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
9699 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
9700 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
9701 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
9702 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
9703 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
9704
cf018193
VB
97052011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
9706
9707 * ses.el: The overall change is to add cell renaming, that is
9708 setting fancy names for cell symbols other than name matching
9709 "\\`[A-Z]+[0-9]+\\'" regexp .
9710 (ses-create-cell-variable): New defun.
9711 (ses-relocate-formula): Relocate formulas only for cells the
9712 symbols of which are not renamed, i.e. symbols whose names do not
9713 match regexp "\\`[A-Z]+[0-9]+\\'".
9714 (ses-relocate-all): Relocate values only for cells the symbols of
9715 which are not renamed.
9716 (ses-load): Create cells variables as the (ses-cell ...) are read,
9717 in order to check row col consistency with cell symbol name only
9718 for cells that are not renamed.
9719 (ses-replace-name-in-formula): New defun.
9720 (ses-rename-cell): New defun.
9721
ee957461
CY
97222011-12-11 Chong Yidong <cyd@gnu.org>
9723
9724 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
9725 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
9726
9a9e9ef0
MR
97272011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
9728
9729 * window.el (other-window): Fix docstring.
9730
92a8eba5
EZ
97312011-12-10 Eli Zaretskii <eliz@gnu.org>
9732
9733 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
9734 `from' or `to' address before taking its substring.
9735 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
9736 encoded name is chopped in the middle of the encoded string, and
9737 thus displayed encoded.
9738
e152e577
JB
97392011-12-10 Juanma Barranquero <lekktu@gmail.com>
9740
9741 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
9742
e5d84bfe
EZ
97432011-12-10 Eli Zaretskii <eliz@gnu.org>
9744
9745 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
9746 to use texinfo-update-node and commands that call it if the
9747 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 9748 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
9749 (texinfo-all-menus-update, texinfo-master-menu)
9750 (texinfo-update-node, texinfo-every-node-update)
9751 (texinfo-multiple-files-update): Doc fix. Warn against updating
9752 all the @node lines.
9753 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
9754 argument is numeric. Explain better in the doc string what the
9755 function really does.
9756 (texinfo-insert-master-menu-list): Improve the error message
9757 displayed if there's no menu in the Top node.
9758 (Bug#2975) See also this thread:
e5d84bfe
EZ
9759 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
9760
1d84e9bb
MG
97612011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
9762
9763 * speedbar.el (speedbar-supported-extension-expressions):
9764 Add .adb and .ads, commonly used for Ada source code (bug#10256).
9765
382c953b
JB
97662011-12-09 Juanma Barranquero <lekktu@gmail.com>
9767
9768 * printing.el (pr-mode-alist):
9769 * simple.el (filter-buffer-substring-functions)
9770 (completion-list-insert-choice-function):
9771 * window.el (window-with-parameter, window-atom-root)
9772 (window-sides-slots, window-size-fixed, window-min-delta)
9773 (window-max-delta, window--resize-mini-window)
9774 (window--resize-child-windows-normal, window-tree)
9775 (delete-other-windows, quit-window, split-window)
9776 (display-buffer-record-window, special-display-buffer-names)
9777 (special-display-regexps, special-display-popup-frame)
9778 (same-window-p, split-window-sensibly)
9779 (display-buffer-overriding-action, display-buffer-alist)
9780 (display-buffer-base-action, display-buffer, switch-to-buffer)
9781 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
9782 (fit-window-to-buffer, recenter-positions)
9783 (mouse-autoselect-window-state, mouse-autoselect-window-select):
9784 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
9785 and remove unneeded backslashes in docstrings.
9786
39c9faef
SM
97872011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9788
98449af8
SM
9789 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
9790
39c9faef
SM
9791 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
9792 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
9793 end in ".mk".
9794 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
9795 when reading the makefile (bug#10116).
9796
86ed9fdc
SM
97972011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
9800 (bug#10116).
9801
5580f89d
GM
98022011-12-06 Glenn Morris <rgm@gnu.org>
9803
9804 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
9805
28d3917c
CY
98062011-12-06 Chong Yidong <cyd@gnu.org>
9807
9808 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
9809
a98edce9
JB
98102011-12-06 Juanma Barranquero <lekktu@gmail.com>
9811
9812 * textmodes/table.el (table-shorten-cell): Fix typo.
9813
e65adfac
CG
98142011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
9815
9816 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
9817
71cc0b74
EZ
98182011-12-05 Eli Zaretskii <eliz@gnu.org>
9819
9820 * descr-text.el (describe-char): Fix display of strong
9821 right-to-left characters and directional embeddings and overrides.
9822
9823 * simple.el (what-cursor-position): Fix display of codepoints of
9824 strong right-to-left characters.
9825
315bc30d
CY
98262011-12-05 Chong Yidong <cyd@gnu.org>
9827
9828 * faces.el (read-color): Doc fix.
9829
58a70b94
GM
98302011-12-05 Glenn Morris <rgm@gnu.org>
9831
9832 * align.el (align--set-marker): Add doc-string.
9833 Don't try to move something that is not a marker. (Bug#10216)
9834
5158face
GM
98352011-12-04 Glenn Morris <rgm@gnu.org>
9836
9837 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
9838 overly zealous deletion of trailing whitespace.
9839
520fca41
JB
98402011-12-04 Juanma Barranquero <lekktu@gmail.com>
9841
9842 * server.el (server-delete-client): On Windows, do not try to delete
9843 the only terminal.
9844 (server-process-filter): On Windows, treat requests for a tty frame as
9845 if they were for a GUI frame if the running server is in GUI mode.
9846
5e605a2e
GM
98472011-12-03 Glenn Morris <rgm@gnu.org>
9848
9849 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
9850
5c3fe83f
SM
98512011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9852
6f5e57e7
SM
9853 * electric.el: Streamline electric-indent's hook.
9854 (electric-indent-chars): Revert to simple list.
9855 (electric-indent-functions): New var.
9856 (electric-indent-post-self-insert-function): Use it.
9857
5c3fe83f
SM
9858 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
9859 there's no inferior buffer (bug#10196).
9860 (prolog-consult-compile): Don't use toggle-read-only.
9861
6bdac736
MA
98622011-12-02 Michael Albinus <michael.albinus@gmx.de>
9863
9864 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
9865 interrupt. (Bug#10187)
9866
6131ba7f
SM
98672011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9868
99c79fee
SM
9869 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
9870 (bug#9160).
9871
6131ba7f
SM
9872 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
9873 (bug#10191).
9874
cb0a02ea
JL
98752011-12-02 Juri Linkov <juri@jurta.org>
9876
9877 * info.el (Info-search): Display "end of manual" when Isearch
9878 reaches the end of single-file Info manual. (Bug#9918)
9879
66e0570c
EZ
98802011-12-02 Eli Zaretskii <eliz@gnu.org>
9881
9882 * isearch.el (isearch-message-prefix): Run the input method part
9883 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
9884
02b16839
JL
98852011-12-02 Juri Linkov <juri@jurta.org>
9886
9887 * isearch.el (isearch-occur): Use `word-search-regexp' for
9888 `isearch-word'.
9889 (isearch-search-and-update): Add condition for `isearch-word' and
9890 call `word-search-regexp'. (Bug#10145)
9891
0b950688
GM
98922011-12-01 Glenn Morris <rgm@gnu.org>
9893
9894 * eshell/em-hist.el (eshell-hist-initialize):
9895 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 9896 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 9897
9505c3c7
SM
98982011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
9901
1bbe96b2 99022011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 9903
a1beca85
SM
9904 * progmodes/verilog-mode.el (verilog-pretty-expr):
9905 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
9906 verilog, such as += *= and the like.
9907 (verilog-assignment-operator-re): Regular expression to find the
9908 assigment operator in a verilog assignment.
9909 (verilog-assignment-operation-re): Regular expression to find an
9910 assignment statement for pretty-expr.
9911 (verilog-in-attribute-p): Query returns true if point is in an
9912 attribute context; used to skip these for expression line up from
9913 pretty-expr.
9914 (verilog-in-parameter-p): Query returns true if point is in an
9915 parameter definition context; used to skip these for expression
9916 line up from pretty-expr.
9917 (verilog-in-parenthesis-p): Query returns true if point is in a
9918 parenthetical expression, specifically ( ) but not [ ] or { };
9919 used by pretty-expr.
9920 (verilog-just-one-space): If there is no space, don't add one.
9921 (verilog-get-lineup-indent-2): Specifically skip just attribute
9922 contexts for expression lineup, rather than skipping all
9923 parenthetical expressions.
9924 (verilog-calculate-indent): Fix comment, and fix indent.
9925 (verilog-do-indent): Indent declarations in lists (suggested by
9926 Joachim Lechner).
9927 (verilog-mode-abbrev-table): Populate abbrev mode with the various
9928 skeleton items.
9929 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
9930 by Alain Mellan).
9931
1bbe96b2 99322011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
9933
9934 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
9935 parameters with embedded comments. Reported by Ray Stevens.
9936 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
9937 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
9938 Reported by Tim Holt.
9939 (verilog-auto): Fix AUTOing a upper module then AUTOing module
9940 instantiated by upper module causing wrong expansion until AUTOed a
9941 second time. Reported by K C Buckenmaier.
9942 (verilog-diff-auto): Fix showing .* as a difference when
9943 `verilog-auto-star-save' off. Reported by Dan Dever.
9944 (verilog-auto-reset, verilog-read-always-signals)
9945 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
9946 temporary signals in reset list if
9947 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
9948 style to each signal's assignment type, bug381.
9949 Reported by Thomas Esposito.
6288f0ca
WS
9950 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
9951 (verilog-uvm-statement-re): Support UVM indentation and
9952 highlighting, with old OVM keywords only.
a1beca85 9953 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
9954 Support AUTOTIEOFF creating non-wire data types.
9955 Suggested by Jonathan Greenlaw.
6288f0ca
WS
9956 (verilog-auto-insert-lisp, verilog-delete-to-paren)
9957 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
9958 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
9959 (verilog-read-sub-decls, verilog-read-sub-decls-line):
9960 Fix mismatching parenthesis inside commented out code when deleting
382c953b 9961 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
9962 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
9963 non-numeric vector width. Reported by Alex Reed.
9964 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 9965 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
9966 (verilog-auto-delete-trailing-whitespace):
9967 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
9968 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
9969 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
9970 Fix verilog-scan-cache corruption when running user AUTO expansion
9971 hooks that call indentation routines.
9972 (verilog-simplify-range-expression): Fix typo ignoring lower case
9973 identifiers.
9974 (verilog-delete-auto): Fix delete-autos to also remove user created
9975 automatics, as long as they start with AUTO.
9976 (verilog-batch-diff-auto, verilog-diff-auto)
9977 (verilog-diff-function): Add `verilog-diff-auto' and bind to
9978 "C-c?" to report differences in AUTO expansion, ignoring spaces.
9979 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
9980 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
9981 (verilog-re-search-forward-quick, verilog-syntax-ppss):
9982 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
9983 is disabled and its cache will get corrupt, causing AUTOS not to
9984 expand. Instead use only -quick functions.
9985 (verilog-scan-region): Fix scanning over escaped quotes.
9986 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
9987 (verilog-re-search-backward-quick)
9988 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
9989 related functions now ignore strings, to fix misparsing of strings
9990 with magic comments embedded in them.
a1beca85
SM
9991 (verilog-read-auto-template):
9992 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
9993 Reported by Brad Dobbie.
9994 (verilog-read-auto-template):
9995 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 9996 Reported by Brad Dobbie.
6288f0ca
WS
9997 (verilog-auto-inst, verilog-auto-inst-param)
9998 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
9999 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
10000 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
10001 debugging templates without merge conflicts, bug357.
10002 Reported by Brad Dobbie.
10003 (verilog-read-auto-template):
10004 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
10005 Reported by Brad Dobbie.
10006 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
10007 abbrevs so user won't be asked to save.
10008 (verilog-read-auto-lisp-present): Fix to start at beginning of
10009 buffer in case called outside of verilog-auto.
10010 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
10011 to "X-2". Reported by Matthew Myers.
10012 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
10013 all inputs from module templates. Reported by Leith Johnson.
10014 (verilog-module-inside-filename-p): Fix locating programs as with
10015 modules.
10016 (verilog-auto-inst-port): Fix vl-width expressions when using
10017 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
10018 (verilog-decls-get-regs, verilog-decls-get-signals,
10019 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
10020 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
10021 verilog-read-decls): Combine reg and wire structures into one var
10022 structure to represent SystemVerilog concepts.
10023 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
10024 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
10025 (verilog-auto-wire-type, verilog-insert-definition):
10026 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
10027 SystemVerilog "logic" keyword instead of "wire"/"reg".
10028 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
10029 to declares outputs that also have assignments (presumably in an
a1beca85
SM
10030 ifdef or generate if so there's not a driver conflict).
10031 Reported by Matthew Myers.
10032 (verilog-auto-declare-nettype, verilog-insert-definition):
10033 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
10034 `default_nettype none. Reported by Julian Gorfajn.
10035 (verilog-read-always-signals-recurse, verilog-read-decls)
10036 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
10037 malformed end statement, bug325. Reported by Joshua Wise and
10038 Andrew Drake.
10039 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
10040 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
10041 when expanding .* in interfaces, bug320.
10042 Reported by Pierre-David Pfister.
6288f0ca 10043 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
10044 name and open parenthesis, bug317.
10045 Reported by Pierre-David Pfister.
6288f0ca
WS
10046 (verilog-simplify-range-expression): Fix simplification of
10047 multiplications inside AUTOWIRE connections, bug303.
10048 (verilog-auto-inst-port): Support parameter expansion in
10049 multidimensional arrays.
10050 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
10051 after "assert property". Reported by Julian Gorfajn.
10052 (verilog-simplify-range-expression): Fix "couldn't merge" errors
10053 with multiplication, bug303.
10054 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
10055 Reported by Jan Frode Lonnum.
10056
1bbe96b2
GM
100572011-11-30 Juanma Barranquero <lekktu@gmail.com>
10058
10059 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
10060 (hfy-shell-file-name, hfy-shell):
10061 * international/fontset.el (x-decompose-font-name): Fix typos.
10062
100632011-11-29 Ken Brown <kbrown@cornell.edu>
10064
10065 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
10066 (gdb-version): Remove defvar.
10067 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
10068 (gdb-gud-context-command, gdb-non-stop-handler)
10069 (gdb-current-context-command, gdb-stopped): Use it.
10070 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
10071 (gdb-non-stop-handler): Don't enable pretty-printing here.
10072 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
10073 non-stop mode. Use the following.
10074 (gdb-check-target-async): New defun.
10075 (gud-watch, gdb-stopped): Fix whitespace.
10076 (gdb-get-source-file): Don't try to display the source file if
10077 `gdb-main-file' is nil.
10078
100792011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * align.el: Try to generate fewer markers (bug#10047).
10082 (align--set-marker): New macro.
10083 (align-region): Use it.
10084
c935221f
SM
100852011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
10088
e70b5064
CY
100892011-11-29 Chong Yidong <cyd@gnu.org>
10090
10091 * indent.el (indent-for-tab-command, indent-according-to-mode):
10092 Doc fix.
10093 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
10094
f3af92b7
MA
100952011-11-29 Michael Albinus <michael.albinus@gmx.de>
10096
10097 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
10098 aware of remote file names. (Bug#10124)
10099
ed472be9
CY
101002011-11-29 Chong Yidong <cyd@gnu.org>
10101
10102 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
10103
24510c22
SM
101042011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * files.el (find-file): Don't use force-same-window (bug#10144).
10107 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
10108 use pop-to-buffer if the selected window can't be used.
10109 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
10110
c60c3703
EZ
101112011-11-28 Eli Zaretskii <eliz@gnu.org>
10112
10113 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
10114 special-mode-map.
10115
e95def75
CY
101162011-11-28 Chong Yidong <cyd@gnu.org>
10117
10118 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
10119
c3f1c606
NR
101202011-11-27 Nick Roberts <nickrob@snap.net.nz>
10121
10122 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
10123 gdb-get-source-file-list on gdb-create-source-file-list.
10124
00db469c
EZ
101252011-11-26 Eli Zaretskii <eliz@gnu.org>
10126
10127 * whitespace.el (whitespace-newline): Use a different foreground
10128 color for 16-color light-background displays.
10129
4ad3bc2a
CY
101302011-11-24 Chong Yidong <cyd@gnu.org>
10131
10132 * window.el (display-buffer--special-action): Doc fix.
10133
e9fce1ac
JB
101342011-11-25 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
10137 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
10138 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
10139 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
10140 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
10141 (avl-tree-stack-first):
10142 * emacs-lisp/cconv.el (cconv--analyse-use):
10143 * net/gnutls.el (gnutls-negotiate): Fix typos.
10144
cb825e5d
GM
101452011-11-24 Glenn Morris <rgm@gnu.org>
10146
3adbe224
GM
10147 * lpr.el (lpr-windows-system, lpr-lp-system):
10148 * mail/binhex.el (binhex-begin-line):
10149 * progmodes/grep.el (grep-history, grep-find-history):
10150 * textmodes/flyspell.el:
10151 * vc/pcvs-defs.el (cvs-global-menu):
10152 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
10153 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
10154 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
10155
321decc8
GM
10156 * net/tls.el: Fix case of "GnuTLS".
10157
420b63ad
GM
10158 * paths.el (rmail-file-name): Format doc-string for make-docfile.
10159
cb825e5d
GM
10160 * version.el (emacs-build-system): Give it a doc-string.
10161
a0649f08
JL
101622011-11-24 Juri Linkov <juri@jurta.org>
10163
10164 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
10165
c0bc0fd4
GM
101662011-11-24 Glenn Morris <rgm@gnu.org>
10167
10168 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
10169 if called on a non-mime message just toggle the headers. (Bug#8006)
10170
20db1522
JB
101712011-11-24 Juanma Barranquero <lekktu@gmail.com>
10172
10173 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
10174 (allout-lead-with-comment-string, allout-structure-deleted-hook)
10175 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
10176 (allout-rebullet-heading, allout-open-sibtopic)
10177 (allout-toggle-current-subtree-encryption)
10178 (allout-toggle-subtree-encryption, allout-encrypt-string)
10179 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
10180 (allout-distinctive-bullets-string, allout-auto-activation):
10181 * window.el (window-normalize-buffer-to-display):
10182 * progmodes/verilog-mode.el (verilog-batch-indent):
10183 * textmodes/bibtex.el (bibtex-field-braces-opt)
10184 (bibtex-field-strings-opt):
10185 * vc/cvs-status.el (cvs-tree-merge):
10186 Fix typos.
10187
7262a87c
MA
101882011-11-23 Michael Albinus <michael.albinus@gmx.de>
10189
10190 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
10191 `non-essential' to t, in order to avoid remote connections.
10192
283430a1
EZ
101932011-11-23 Eli Zaretskii <eliz@gnu.org>
10194
a1beca85
SM
10195 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10196 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
10197 case-insensitively.
10198
d2992a38
ML
101992011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10200
10201 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
10202
50419064
GM
102032011-11-23 Glenn Morris <rgm@gnu.org>
10204
da94eca1
GM
10205 * paths.el (rmail-file-name): Reformat the doc-string so that it
10206 is picked up.
10207
9aac4de2
GM
10208 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
10209 (rmail-auto-file): Ignore case in the "special" field names,
10210 as mail-fetch-field does for all others.
10211
8038d2d2
GM
10212 * mail/rmail.el (rmail-forward):
10213 * mail/rmailkwd.el (rmail-set-label):
10214 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
10215 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
10216
f3fe222a
GM
10217 * mail/rmail.el (rmail-current-message): Doc fix.
10218
50419064
GM
10219 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
10220
28109f49
SM
102212011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * server.el (server-eval-and-print): Allow C-g (bug#6585).
10224
394c65f1
GM
102252011-11-22 Glenn Morris <rgm@gnu.org>
10226
10227 * mail/rmailmm.el (test-rmail-mime-handler)
10228 (test-rmail-mime-bulk-handler)
10229 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
10230
f2a0aa3a
JL
102312011-11-21 Juri Linkov <juri@jurta.org>
10232
1154d12e
JB
10233 * calc/calc.el (calc-read-key-sequence):
10234 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 10235
9c34a344
LMI
102362011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10237
10238 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
10239 Tell the caller that the next line needs recomputation, even
10240 though it doesn't start a sexp (bug#10094).
10241
f04a3be9
SM
102422011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10243
10244 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
10245
7978747f
SM
102462011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10247
f04a3be9
SM
10248 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10249 Use force-same-window.
7978747f 10250
fe7a3057
JB
102512011-11-20 Juanma Barranquero <lekktu@gmail.com>
10252
10253 * descr-text.el (describe-char-unicode-data):
10254 * json.el (json-string-escape):
10255 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
10256 (Footnote-unicode, Footnote-style-p):
10257 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
10258
24901d61
CY
102592011-11-20 Chong Yidong <cyd@gnu.org>
10260
10261 * window.el (replace-buffer-in-windows): Restore interactive spec.
10262
bac7ff22
SM
102632011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10264
24f3d7b9
SM
10265 * electric.el (electric-indent-mode): Fix last change (too optimistic).
10266
bac7ff22
SM
10267 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
10268 (byte-compile-global-not-obsolete-vars): New var.
10269 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
10270 Use it.
10271 (byte-compile-warn-obsolete): Align text with the one in *Help*.
10272
cd1181db
JB
102732011-11-20 Juanma Barranquero <lekktu@gmail.com>
10274
10275 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
10276 * progmodes/pascal.el (electric-pascal-equal):
10277 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
10278 * xml.el (xml-substitute-special): Fix typos.
10279
7fb18e9e
GM
102802011-11-20 Glenn Morris <rgm@gnu.org>
10281
10282 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
10283 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
10284 Doc fixes.
10285 (rmail-decode-mime-charset): Mark as obsolete.
10286
10287 * mail/rmailsum.el (rmail-message-regexp-p-1):
10288 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
10289 Before using mime functions, check they are set. (Bug#10077)
10290
d5a6b3ba
JL
102912011-11-19 Juri Linkov <juri@jurta.org>
10292
10293 * info.el (Info-finder-find-node): Use `package--builtins' instead
10294 of `package-alist'. Use node names formed by the pattern "Keyword "
10295 and the keyword name.
10296
e981b61f
AS
102972011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10298
1d00653d 10299 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 10300
3ffbc301
JL
103012011-11-19 Juri Linkov <juri@jurta.org>
10302
10303 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
10304 that calls `revert-buffer' on all Info buffers. (Bug#9915)
10305 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
10306 `old-history', `old-history-forward'. Add let-binding
10307 `window-selected'. Remove calls to `kill-buffer',
10308 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
10309 before calling `Info-find-node', so `Info-find-node-2' will reread
10310 the Info file. Restore window positions only when `window-selected'
10311 is non-nil.
10312
30c62133
JL
103132011-11-19 Juri Linkov <juri@jurta.org>
10314
10315 * isearch.el (isearch-lazy-highlight-new-loop):
10316 Remove condition `(not isearch-error)'. (Bug#9918)
10317
10318 * misearch.el (multi-isearch-search-fun): Add condition
10319 `(not bound)' to ignore lazy-highlighting search.
10320 Add the search-failed message "end of multi" when the end of
10321 multi-sequence is reached. Uncapitalize the search-failed
10322 message "Repeat for next buffer".
10323
10324 * info.el (Info-search): Add the search-failed message
10325 "end of the manual" when the end of the manual is reached
10326 in Isearch mode.
10327
645ca9cf
JL
103282011-11-19 Juri Linkov <juri@jurta.org>
10329
10330 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
10331 Use non-destructive `remove' instead of `delete' because
10332 `Info-history-list' stored to `Info-isearch-initial-history-list' in
10333 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
10334
df754f66
JL
103352011-11-19 Juri Linkov <juri@jurta.org>
10336
10337 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
10338 to nil instead of binding `search-ring' and `regexp-search-ring'.
10339 (Bug#9185)
10340
0e23d96a
EZ
103412011-11-19 Eli Zaretskii <eliz@gnu.org>
10342
10343 * simple.el (line-move): Force movement by logical lines for any
10344 hscrolled window, not only when auto-hscroll-mode is on.
10345 (line-move-visual): Update doc string to that effect. (Bug#10076)
10346
8a6ccb66
AS
103472011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10348
10349 * language/european.el (macintosh): Define as alias for mac-roman.
10350
49ae5b39
EZ
103512011-11-19 Eli Zaretskii <eliz@gnu.org>
10352
10353 * mail/rmailmm.el (rmail-mime-display-header)
10354 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
10355 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
10356 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
10357 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
10358 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
10359 of a raw aref.
10360 (rmail-mime-entity-segment): To get past the tagline, move forward
10361 2 more lines, to account for the 2 empty lines that precede and
10362 follow the line with the buttons.
10363 (rmail-mime-update-tagline): Move one more line, to get past the
10364 empty line that follows the buttons in the tagline. (Bug#9520)
10365
c56cad4a
MR
103662011-11-19 Martin Rudalics <rudalics@gmx.at>
10367
10368 * window.el (window-max-delta-1, window-min-delta-1)
10369 (window-min-size-1, window-state-get-1, window-state-put-1)
10370 (window-state-put-2): Use "window--" prefix.
10371
cbe71af3
SM
103722011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10373
2ad52c60
SM
10374 * emacs-lisp/smie.el: Improve warnings and conflict detection.
10375 (smie-warning-count): New var.
10376 (smie-set-prec2tab): Use it.
10377 (smie-bnf->prec2): Improve warnings. Add docstring.
10378 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10379 (smie-bnf--set-class): New function.
10380 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
10381 corner case.
10382
6944dbc1
SM
10383 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
10384 (compilation-error-properties, compilation-move-to-column):
10385 Handle compilation-first-column while in the target buffer.
10386
c400c4d7
SM
10387 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
10388 Don't hardcode point-min==1.
10389
6dbe3e96
SM
10390 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
10391 (eshell-rewrite-for-command): Remove workaround.
10392 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
10393 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
10394 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
10395
cbe71af3
SM
10396 * files-x.el (modify-file-local-variable): Obey commenting conventions.
10397
a8e1496d
GM
103982011-11-17 Glenn Morris <rgm@gnu.org>
10399
10400 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10401 Ignore buffer-local generated-autoload-file if it is the same
10402 as the global value. (Bug#10049)
10403
df85d315
JB
104042011-11-17 Juanma Barranquero <lekktu@gmail.com>
10405
10406 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10407 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
10408 (reftex-toc-previous-heading, reftex-toc-max-level)
10409 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
10410 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
10411 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10412 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10413 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
10414 (reftex-toc-rename-label, reftex-toc-visit-location)
10415 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
10416 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
10417 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
10418 leaving "*toc*" only for references to the buffer.
10419
a0c2d0ae
MR
104202011-11-17 Martin Rudalics <rudalics@gmx.at>
10421
10422 * window.el (window-resize, delete-window, split-window):
10423 Replace window-splits by window-combination-resize.
1d00653d 10424 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 10425
35c0bac8
GM
104262011-11-17 Glenn Morris <rgm@gnu.org>
10427
10428 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10429 Make bash entry derive from sh entry, not shell entry.
10430
d0c8fc8a
MA
104312011-11-16 Michael Albinus <michael.albinus@gmx.de>
10432
7262a87c
MA
10433 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
10434 local file name.
10435
7877f373
JB
104362011-11-16 Juanma Barranquero <lekktu@gmail.com>
10437
10438 * menu-bar.el (menu-bar-file-menu):
10439 * printing.el (pr-ps-utility):
10440 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
10441 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
10442 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
10443 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
10444 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
10445 (icalendar--convert-cyclic-to-ical)
10446 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
10447 (icalendar--convert-ical-to-diary)
10448 (icalendar--convert-recurring-to-diary)
10449 (icalendar--convert-non-recurring-all-day-to-diary)
10450 (icalendar-import-format-sample):
10451 * progmodes/idlw-shell.el (idlwave-shell-mode):
10452 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
10453 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
10454 (vhdl-ps-print-init): Fix typos.
10455
10649b82
KM
104562011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
10457
9d0cfcd6
GM
10458 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
10459 FSF and collapse date sequence, obscure author/maintainer email address
10460 better, remove extra version line, track relocation of author's webpage.
10649b82 10461
9d0cfcd6
GM
10462 * progmodes/python.el (python-pdbtrack-input-prompt)
10463 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
10464 regular python pdb prompts. Adjustments shamelessly taken exactly as
10465 suggested in EmacsWiki page (tiny change):
10466 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 10467
58179cce
JB
104682011-11-16 Juanma Barranquero <lekktu@gmail.com>
10469
10470 * expand.el (expand-pos, expand-index, expand-point):
10471 Remove redundant info from docstring.
10472 (expand-add-abbrevs): Doc fix.
10473 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
10474 (expand-sample-perl-mode-expand-list): Fix typos.
10475
10476 * net/dbus.el (dbus-event-member-name):
10477 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
10478 * term/pc-win.el (msdos-create-frame-with-faces):
10479 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
10480
b6f67890
MR
104812011-11-16 Martin Rudalics <rudalics@gmx.at>
10482
10483 * window.el (split-window, window-state-get-1)
10484 (window-state-put-1, window-state-put-2): Rename occurrences of
10485 window-nest to window-combination-limit.
1d00653d 10486 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 10487
ce7ddba0
CY
104882011-11-16 Chong Yidong <cyd@gnu.org>
10489
10490 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
10491 regexp (Bug#10033).
10492
3ae704f4
SM
104932011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
10496 `completing-read' will remove *Completions* and will preserve
10497 current-buffer for us.
10498 (tmm-add-prompt): Users of *Completions* will always (re)set its
10499 major mode.
10500 (tmm-old-comp-map): Remove.
10501
6ad1cdde
GM
105022011-11-16 Glenn Morris <rgm@gnu.org>
10503
10504 * mail/rmailedit.el: Require rmailmm when compiling.
10505 (rmail-old-mime-state): New declaration.
10506 (rmail-edit-current-message): If editing a mime message,
10507 edit the "raw" message from the mbox buffer.
10508 (rmail-cease-edit): Handle mime messages. (Bug#9840)
10509
d20faa20
GM
105102011-11-15 Glenn Morris <rgm@gnu.org>
10511
10512 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10513 which wasn't being used. Add optional arg to force given state.
10514 (rmail-mime): Add optional arg to force given state.
10515
c7015153
JB
105162011-11-15 Juanma Barranquero <lekktu@gmail.com>
10517
10518 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10519 * frame.el (display-mm-dimensions-alist):
10520 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10521 (outline-move-subtree-down):
10522 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10523 (newsticker--treeview-do-get-node):
10524 * net/quickurl.el (quickurl-list-buffer-name):
10525 * progmodes/dcl-mode.el (dcl-mode):
10526 * progmodes/gdb-mi.el (gdb-mapcar*):
10527 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10528
45261b50
GM
105292011-11-15 Glenn Morris <rgm@gnu.org>
10530
10531 * mail/rmail.el (rmail-file-coding-system): It's only ever used
10532 in a boolean sense, so just make it a boolean, and fix the doc.
10533 (rmail-show-mime-function, rmail-mime-feature)
10534 (rmail-require-mime-maybe): Doc fixes.
10535 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10536
10537 * mail/rmailmm.el (rmail-show-mime): Doc fix.
10538
0d26e0b6
JB
105392011-11-15 Juanma Barranquero <lekktu@gmail.com>
10540
10541 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10542 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10543 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10544 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10545
447f30f6
GM
105462011-11-15 Glenn Morris <rgm@gnu.org>
10547
672b871d
GM
10548 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10549 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10550 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10551 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10552 (rmail-mime, rmail-show-mime): Doc fixes.
10553
f6aa5bb1
GM
10554 * term/ns-win.el (mode-line-frame-identification):
10555 Leave it alone. (Bug#10051)
10556
947cd66b
GM
10557 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
10558
447f30f6
GM
10559 * mail/rmailout.el (rmail-output-to-rmail-buffer):
10560 Handle empty buffers. (Bug#9978)
10561
0b381c7e
JB
105622011-11-14 Juanma Barranquero <lekktu@gmail.com>
10563
10564 * international/mule.el (define-charset):
10565 * mail/rmailmm.el (rmail-mime-find-header-encoding):
10566 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10567 * progmodes/verilog-mode.el (verilog-backward-token):
10568 * textmodes/ispell.el (lookup-words):
10569 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10570
71e027ac
GM
105712011-11-14 Glenn Morris <rgm@gnu.org>
10572
56632ce4
GM
10573 * progmodes/executable.el
10574 (executable-make-buffer-file-executable-if-script-p):
10575 Handle file-modes returning nil.
10576
40500957
GM
10577 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10578 message - not necessary, and causes problems. (Bug#9831)
10579
071c2340
GM
10580 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10581
d3cfca60
GM
10582 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10583
71e027ac
GM
10584 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10585 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10586 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10587
89d61221
MR
105882011-11-12 Martin Rudalics <rudalics@gmx.at>
10589
10590 * window.el (window-resize, delete-window): Use window-splits
10591 variable instead of function.
10592 (window-state-get-1, window-state-put-2, window-state-put):
10593 Don't deal with windows' splits status.
10594
98282f6f
GM
105952011-11-12 Glenn Morris <rgm@gnu.org>
10596
10597 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10598 (apropos-documentation): Doc fixes.
10599
40a8bdf6
JB
106002011-11-11 Juanma Barranquero <lekktu@gmail.com>
10601
10602 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10603 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10604
65bd19ff
SM
106052011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10606
10607 * electric.el (electric-indent-post-self-insert-function): Make it
10608 possible for a char to only indent in some circumstances.
10609 (electric-indent-mode): Simplify.
10610
54f9154c
MR
106112011-11-11 Martin Rudalics <rudalics@gmx.at>
10612
10613 * window.el (windows-with-parameter): Remove unused function.
10614 (windows-at-side): Rename to window-at-side-list.
10615 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
10616 (window-side-check, window-size-ignore, window-size-fixed-1)
10617 (window-in-direction-2): Prefix with "window--".
10618 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 10619
68cbc58b
GM
106202011-11-11 Glenn Morris <rgm@gnu.org>
10621
10622 * subr.el (eval-after-load): If FILE is already loaded,
10623 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10624
b2621720
GM
106252011-11-10 Glenn Morris <rgm@gnu.org>
10626
9a4de110
GM
10627 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10628 Call svn via vc-svn-command rather than vc-do-command.
10629 (vc-svn-command): Add --non-interactive. (Bug#9993)
10630 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10631
b2621720
GM
10632 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10633 Add toggle-read-only. (Bug#7292)
10634 * files.el (toggle-read-only): Mention that it should only
10635 be used interactively. (Bug#10006)
10636
1dce7193
SM
106372011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10638
d9ac1a1e
SM
10639 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10640 Adjust regexp for OCaml warnings.
10641
0c325082
SM
10642 * electric.el (electric-pair-post-self-insert-function): Let user
10643 turn it off buffer-locally (bug#9932).
10644
90132c14
SM
10645 * progmodes/python.el (python-beginning-of-statement):
10646 Rewrite (bug#2703).
10647
1dce7193
SM
10648 * progmodes/compile.el: Better handle TABs (bug#9749).
10649 (compilation-internal-error-properties)
10650 (compilation-next-error-function): Obey the target buffer's
10651 compilation-error-screen-columns.
10652
c4e7c63a
JB
106532011-11-09 Juanma Barranquero <lekktu@gmail.com>
10654
10655 * progmodes/meta-mode.el: Remove obsolete comments.
10656 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10657 Fix typos in docstrings.
10658
2cffd681
MR
106592011-11-09 Martin Rudalics <rudalics@gmx.at>
10660
10661 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 10662 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
10663 (window--resizable): New function. Make all callers of
10664 window-resizable call window--resizable instead.
10665 (window-resizable): Rewrite in terms of window--resizable.
10666
0edcba87
GM
106672011-11-08 Glenn Morris <rgm@gnu.org>
10668
10669 * progmodes/delphi.el (delphi-mode-syntax-table):
10670 Let define-derived-mode define a proper syntax table. (Bug#9994)
10671
4b0d61e3
SM
106722011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * window.el: Stay away from defsubst.
10675 (window-list-no-nils): Remove.
10676 (window-state-get-1, window-state-get): Use backquote instead.
10677
cd394be1 106782011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 10679
4b0d61e3 10680 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 10681 Fix incorrect use of default argument in `completing-read'.
10682
e1c2c6f2
MR
106832011-11-08 Martin Rudalics <rudalics@gmx.at>
10684
10685 * window.el (display-buffer-function, special-display-function):
10686 Mention display-buffer-record-window but do not mention
10687 help-setup parameter in doc-strings.
b3f4a882 10688 (window-min-delta): Fix doc-string typo.
e1c2c6f2 10689
105216ed
CY
106902011-11-08 Chong Yidong <cyd@gnu.org>
10691
10692 * window.el (window-total-height, window-total-width): Doc fix.
10693 (window-body-size): Move from C.
10694 (window-body-height, window-body-width): Move to C.
10695
0a9f9ab5
SM
106962011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * window.el: Make special-display like display-buffer-alist (bug#9532).
10699 (display-buffer--special-action): New function, morphed
10700 from display-buffer--special.
10701 (display-buffer): Use it to handle special-display-buffers at higher
10702 priority (just after display-buffer-alist).
10703 (display-buffer-fallback-action, display-buffer--other-frame-action)
10704 (pop-to-buffer-same-window): Remove display-buffer--special.
10705
a769dd15
GM
107062011-11-07 Glenn Morris <rgm@gnu.org>
10707
10708 * calendar/cal-menu.el (cal-menu-set-date-title):
10709 Do nothing if not in a calendar. (Bug#9976)
10710
05a61ee3
SM
107112011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * files.el (find-file): Always use selected-window.
10714
be7f5545
MR
107152011-11-07 Martin Rudalics <rudalics@gmx.at>
10716
10717 * window.el (window-combinations): Make WINDOW argument
10718 mandatory. Rewrite doc-string.
10719 (walk-window-subtree, window-atom-check, window-min-delta)
10720 (window-max-delta, window--resize-this-window)
10721 (window--resize-root-window-vertically, window-tree)
10722 (balance-windows, window-state-put): Rewrite doc-strings as to
10723 not mention the term "subwindow".
10724 (window--resize-subwindows-skip-p): Rename to
10725 window--resize-child-windows-skip-p.
10726 (window--resize-subwindows-normal): Rename to
10727 window--resize-child-windows-normal.
10728 (window--resize-subwindows): Rename to
10729 window--resize-child-windows.
10730 (window-or-subwindow-p): Rename to window--in-subtree-p.
10731
3c6702ef
ML
107322011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10733
10734 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
10735 Ensure that mbox format messages end in two newlines (Bug#9974).
10736
49745b39
CY
107372011-11-06 Chong Yidong <cyd@gnu.org>
10738
10739 * window.el (window-combination-p): Function deleted; its
10740 side-effect is not used in any existing code.
10741 (window-combinations, window-combined-p): Call window-*-child
10742 directly.
10743
24300f5f
CY
107442011-11-05 Chong Yidong <cyd@gnu.org>
10745
10746 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
10747 (window-size-ignore, window-state-get): Callers changed.
10748 (window-normalize-window): Rename from window-normalize-any-window.
10749 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 10750 (window-normalize-live-window): Delete.
447f16b8
CY
10751 (window-combination-p, window-combined-p, window-combinations)
10752 (walk-window-subtree, window-atom-root, window-min-size)
10753 (window-sizable, window-sizable-p, window-size-fixed-p)
10754 (window-min-delta, window-max-delta, window-resizable)
10755 (window-resizable-p, window-full-height-p, window-full-width-p)
10756 (window-current-scroll-bars, window-point-1, set-window-point-1)
10757 (window-at-side-p, window-in-direction, window-resize)
10758 (adjust-window-trailing-edge, maximize-window, minimize-window)
10759 (window-deletable-p, delete-window, delete-other-windows)
10760 (record-window-buffer, unrecord-window-buffer)
10761 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
10762 (quit-window, split-window, window-state-put)
10763 (set-window-text-height, fit-window-to-buffer)
10764 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 10765
89bd5ee1
EZ
107662011-11-04 Eli Zaretskii <eliz@gnu.org>
10767
53479029
EZ
10768 * mail/rmail.el (rmail-simplified-subject): Decode subject with
10769 rfc2047-decode-string.
10770 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
10771 warnings.
10772
89bd5ee1
EZ
10773 * window.el (window-body-height, window-body-width): Mention in
10774 the doc string that the return values are in frame's canonical
10775 units. (Bug#9949)
10776
bd17fdee
AM
107772011-11-03 Alan Mackenzie <acm@muc.de>
10778
10779 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10780 change in cc-engine.el.
10781
acc825c5
SM
107822011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * window.el (switch-to-buffer): Use `force-same-window' interactively.
10785
1885e5b8
MR
107862011-11-02 Martin Rudalics <rudalics@gmx.at>
10787
10788 * window.el (quit-window): Call unrecord-window-buffer after
10789 showing another buffer in the window. (Bug#9937)
acc825c5 10790 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 10791
ebe06da9
JB
107922011-11-02 Juanma Barranquero <lekktu@gmail.com>
10793
10794 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
10795 Accept status with more than 9 shelves. (Bug#9935)
10796 Reported by Colin D Bennett <colin@gibibit.com>.
10797
4ee88440
MR
107982011-11-01 Martin Rudalics <rudalics@gmx.at>
10799
10800 * help.el (with-help-window): Don't reference
10801 temp-buffer-show-specifiers in doc-string.
10802
08e1d82c
AS
108032011-10-31 Andreas Schwab <schwab@linux-m68k.org>
10804
10805 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
10806 menu-item.
10807
84bd6e9e
VJL
108082011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10809
10810 * whitespace.el: New version 13.2.2.
10811 (whitespace-newline-mode): Disable properly. Reported by Sarah
10812 <EmacsWiki>.
10813
dba0634a
UJ
108142011-10-30 Ulf Jasper <ulf.jasper@web.de>
10815
10816 * net/newst-treeview.el: Remove "Time-stamp".
10817 (newsticker--group-manage-orphan-feeds): Do not call
10818 newsticker--treeview-tree-update.
db22a3c2
JB
10819 (newsticker-treeview-update, newsticker-treeview):
10820 Call newsticker--treeview-tree-update if necessary.
dba0634a 10821
3d8daefe
MR
108222011-10-30 Martin Rudalics <rudalics@gmx.at>
10823
10824 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
10825 (window-iso-combinations): Remove "iso-" infix.
10826 Suggested by Chong Yidong.
3d8daefe
MR
10827 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
10828 (window-max-delta-1, window-resize, window--resize-siblings)
10829 (window--resize-this-window, adjust-window-trailing-edge)
10830 (split-window, balance-windows-1)
10831 (shrink-window-if-larger-than-buffer):
10832 * calendar/calendar.el (calendar-generate-window):
db22a3c2 10833 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 10834
1bc4c3ae
SM
108352011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
10838 in place (bug#9907).
10839 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
10840 (eshell-rewrite-if-command, eshell-rewrite-for-command)
10841 (eshell-structure-basic-command, eshell-rewrite-while-command)
10842 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
10843 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
10844 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
10845 (eshell-do-pipelines-synchronously, eshell-eval-command):
10846 Use backquotes and prefer setq to set.
10847 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
10848 (eshell-macrop): Use functionp.
c1e2f5fa 10849 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 10850
30b65d9c
CY
108512011-10-30 Chong Yidong <cyd@gnu.org>
10852
10853 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
10854 instead of set-mark (Bug#9810).
10855
2d197ffb
CY
108562011-10-30 Chong Yidong <cyd@gnu.org>
10857
10858 * window.el (split-window-below, split-window-right): Rename from
10859 split-window-above-each-other and split-window-side-by-side
10860 respectively. All callers changed.
10861 (split-window-sensibly, split-window-sensibly): Use them.
10862 (split-window-keep-point): Doc fix.
10863
10864 * isearch.el: Add isearch-scroll property to split-window-below
10865 and split-window-right.
10866
10867 * follow.el (follow-mode):
10868 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10869 * progmodes/ada-xref.el (ada-gdb-application):
10870 * emulation/vip.el (vip-buffer-in-two-windows):
10871 * image-dired.el (image-dired-dired-with-window-configuration):
10872 * dired-x.el (dired-do-find-marked-files):
10873 * dired.el (dired-pop-to-buffer):
10874 * bs.el (bs--show-with-configuration):
10875 * vc/emerge.el (emerge-setup-windows):
10876 * textmodes/two-column.el (2C-two-columns):
10877 * textmodes/reftex-toc.el (reftex-toc):
10878 * progmodes/gdb-mi.el (gdb-setup-windows):
10879 * progmodes/fortran.el (fortran-window-create):
10880 * net/newst-treeview.el (newsticker--treeview-window-init):
10881 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
10882 * emulation/tpu-edt.el (tpu-gold-map):
10883 * emulation/crisp.el (crisp-mode-map):
10884 * calendar/calendar.el (calendar-basic-setup): Callers changed.
10885
38bb2ca8
CY
108862011-10-29 Chong Yidong <cyd@gnu.org>
10887
aa4de341
CY
10888 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
10889
e1eb5385
CY
10890 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
10891
5d2ece3c
CY
10892 * textmodes/flyspell.el (flyspell-word): Fix char offset for
10893 forged Ispell output (Bug#7904).
10894
38bb2ca8
CY
10895 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
10896
d0af9f77
SM
108972011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * doc-view.el: Avoid ugly errors about not finding nil.
10900 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
10901 (doc-view-dvipdf-program, doc-view-unoconv-program)
10902 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
10903 Avoid nil or absolute file name as default value.
10904 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
10905
52bedd34
AM
109062011-10-28 Alan Mackenzie <acm@muc.de>
10907
db22a3c2 10908 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 10909
7e43cfa5
AM
109102011-10-28 Alan Mackenzie <acm@muc.de>
10911
10912 Amend the handling of c-beginning/end-of-defun in nested declaration
10913 scopes.
10914
52bedd34
AM
10915 * progmodes/cc-vars.el (c-defun-tactic): Move here from
10916 cc-langs.el. Change it to a defcustom.
7e43cfa5 10917
52bedd34
AM
10918 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
10919 cc-vars.el.
7e43cfa5 10920
d0af9f77
SM
10921 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10922 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 10923
52bedd34 10924 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 10925 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
10926 (c-widen-to-enclosing-decl-scope): New function.
10927 (c-while-widening-to-decl-block): New macro.
10928 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
10929 outward for defun boundaries, and correspondingly change symbol
10930 `respect-enclosure' to `go-outward'.
10931 (c-declaration-limits): Change algorithm to report only the "innermost"
10932 defun's boundaries.
10933
1a2ce9ee
DD
109342011-10-28 Deniz Dogan <deniz@dogan.se>
10935
10936 * net/rcirc.el (rcirc-mode): Use hard newlines.
10937
bc97a826
AM
109382011-10-28 Alan Mackenzie <acm@muc.de>
10939
10940 Amend to indent and fontify macros "which include their own semicolon"
10941 correctly, using the "virtual semicolon" mechanism.
10942
52bedd34 10943 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 10944
d0af9f77 10945 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 10946 Recode to scan one line at a time rather than having \n and \r
58179cce 10947 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 10948 (c-forward-label): Amend for virtual semicolons.
58179cce 10949 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 10950
52bedd34
AM
10951 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
10952 of the new C macros.
bc97a826 10953
52bedd34 10954 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
10955 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
10956 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
10957 (c-opt-cpp-macro-define): Make into a full language variable.
10958 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
10959 AWK Mode (including \n, \r) removed, no longer needed.
10960
d0af9f77
SM
10961 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
10962 Invoke c-make-macro-with-semi-re.
bc97a826 10963
52bedd34
AM
10964 * progmodes/cc-vars.el (c-macro-with-semi-re):
10965 (c-macro-names-with-semicolon): New variables.
58179cce 10966 (c-make-macro-with-semi-re): New function.
bc97a826 10967
7a6c0941
SM
109682011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10969
10970 * vc/log-edit.el: Fill empty field rather than adding new one.
10971 (log-edit-add-field): New function.
10972 (log-edit-insert-changelog): Use it.
10973
b0c4cdcf
ML
109742011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10975
10976 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
10977
ee1f1da9
SM
109782011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
10981 (gdb--check-interpreter): New function.
10982 (gdb): Use it.
10983
51bc5f8b
GM
109842011-10-27 Glenn Morris <rgm@gnu.org>
10985
416a2c45
GM
10986 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
10987 (least-positive-float, least-negative-float)
10988 (least-positive-normalized-float, least-negative-normalized-float)
10989 (float-epsilon, float-negative-epsilon):
10990 Remove unnecessary declarations.
10991
10992 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
10993 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
10994 (least-positive-float, least-negative-float)
10995 (least-positive-normalized-float, least-negative-normalized-float)
10996 (float-epsilon, float-negative-epsilon): Add doc-strings,
10997 based on those in cl.texi.
10998
51bc5f8b
GM
10999 * files.el (set-visited-file-name): If the major-mode changed,
11000 reload the local variables. (Bug#9796)
11001
15de15c6
CY
110022011-10-27 Chong Yidong <cyd@gnu.org>
11003
11004 * subr.el (change-major-mode-after-body-hook): New hook.
11005 (run-mode-hooks): Run it.
11006
ee1f1da9
SM
11007 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11008 Use change-major-mode-before-body-hook.
15de15c6
CY
11009
11010 * simple.el (fundamental-mode):
11011 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
11012 change introducing fundamental-mode-hook.
11013
5430d399
JB
110142011-10-26 Juanma Barranquero <lekktu@gmail.com>
11015
acc825c5 11016 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 11017
ad74a69e
MA
110182011-10-26 Michael Albinus <michael.albinus@gmx.de>
11019
11020 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 11021 tramp.el explicitly. (Bug#7583)
ad74a69e 11022
71d4c2a5
SM
110232011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * progmodes/octave-mod.el:
11026 * progmodes/octave-inf.el: Update maintainer.
11027
b1f6fa26
CY
110282011-10-26 Chong Yidong <cyd@gnu.org>
11029
11030 * subr.el (with-wrapper-hook): Rewrite doc.
11031
3f04efd6
MA
110322011-10-25 Michael Albinus <michael.albinus@gmx.de>
11033
11034 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 11035 filenames "/method:foo:". (Bug#9793)
3f04efd6 11036
410488d3
SM
110372011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
11040 (bug#9865).
11041
c1ebb47e
GM
110422011-10-24 Glenn Morris <rgm@gnu.org>
11043
11044 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
11045
7f5c46c7
MA
110462011-10-24 Michael Albinus <michael.albinus@gmx.de>
11047
11048 * notifications.el: Add the requirement of a running D-Bus session
11049 bus to the Commentary.
11050
db2440b6
JL
110512011-10-24 Juri Linkov <juri@jurta.org>
11052
11053 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
11054 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
11055 (Bug#9364)
11056
feecf435
JL
110572011-10-24 Juri Linkov <juri@jurta.org>
11058
11059 * info.el (Info-following-node-name-re): Add newline to the list
11060 of allowed characters for leading space. (Bug#9824)
11061
a3839de2
SM
110622011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11063
acc825c5
SM
11064 * progmodes/octave-inf.el (inferior-octave-mode-map):
11065 Fix C-c C-h binding.
a3839de2
SM
11066 * progmodes/octave-mod.el (octave-help): Remove.
11067
09388e76
MA
110682011-10-23 Michael Albinus <michael.albinus@gmx.de>
11069
11070 Sync with Tramp 2.2.3.
11071
11072 * net/tramp-cache.el (top): Pacify byte-compiler using
11073 `init-file-user' and `site-run-file'.
11074
11075 * net/trampver.el: Update release number.
11076
86c60681
CY
110772011-10-23 Chong Yidong <cyd@gnu.org>
11078
11079 * files.el (toggle-read-only): Remove obsolete comment about
11080 version control.
11081
11082 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
11083 for toggle-read-only. Note that this hasn't called vc-next-action
11084 since 2008-05-02, though it wasn't documented at the time.
11085
a3839de2
SM
11086 * vc/ediff-init.el (ediff-toggle-read-only-function):
11087 Use toggle-read-only.
86c60681 11088
cd5495ff
AM
110892011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
11090
11091 Fix bug #9560, sporadic wrong indentation; improve instrumentation
11092 of c-parse-state.
11093
00b77525 11094 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 11095 correct faulty logical expression.
cd5495ff
AM
11096 (c-parse-state-state, c-record-parse-state-state):
11097 (c-replay-parse-state-state): New defvar/defuns.
11098 (c-debug-parse-state): Use new functions.
11099
42ee24ed
MR
111002011-10-22 Martin Rudalics <rudalics@gmx.at>
11101
11102 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 11103 last fix. Use window-in-direction correctly.
42ee24ed 11104
a7dee7e7
CY
111052011-10-21 Chong Yidong <cyd@gnu.org>
11106
11107 * progmodes/idlwave.el (idlwave-mode):
11108 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
11109 require-final-newline; that's done in prog-mode.
11110 Suggested by Stefan Monnier.
a7dee7e7 11111
e07b9a6d
MR
111122011-10-21 Martin Rudalics <rudalics@gmx.at>
11113
11114 * mouse.el (mouse-drag-window-above)
11115 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
11116 (mouse-drag-mode-line-1, mouse-drag-header-line)
11117 (mouse-drag-vertical-line-rightward-window): Remove.
11118 (mouse-drag-line): New function.
11119 (mouse-drag-mode-line, mouse-drag-header-line)
11120 (mouse-drag-vertical-line): Call mouse-drag-line.
11121 * window.el (window-at-side-p, windows-at-side): New functions.
11122
7e1361d9
UM
111232011-10-21 Ulrich Mueller <ulm@gentoo.org>
11124
11125 * tar-mode.el (tar-grind-file-mode):
11126 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
11127
30fcaf3a
CY
111282011-10-21 Chong Yidong <cyd@gnu.org>
11129
11130 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
11131 * progmodes/vera-mode.el (vera-mode):
11132 Use mode-require-final-newline.
30fcaf3a 11133
516eddb0
GM
111342011-10-20 Glenn Morris <rgm@gnu.org>
11135
db22a3c2 11136 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 11137
10d5f513
CS
111382011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
11139
11140 * emulation/cua-base.el (cua-set-mark): Fix case of string.
11141
ac6c8639
CY
111422011-10-20 Chong Yidong <cyd@gnu.org>
11143
11144 * emulation/cua-base.el (cua-mode):
11145 * mail/footnote.el (footnote-mode):
11146 * mail/mailabbrev.el (mail-abbrevs-mode):
11147 * net/xesam.el (xesam-minor-mode):
11148 * progmodes/bug-reference.el (bug-reference-mode):
11149 * progmodes/cap-words.el (capitalized-words-mode):
11150 * progmodes/compile.el (compilation-minor-mode)
11151 (compilation-shell-minor-mode):
11152 * progmodes/gud.el (gud-tooltip-mode):
11153 * progmodes/hideif.el (hide-ifdef-mode):
11154 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11155 * progmodes/subword.el (subword-mode):
11156 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11157 * progmodes/which-func.el (which-function-mode):
11158 * term/tvi970.el (tvi970-set-keypad-mode):
11159 * term/vt100.el (vt100-wide-mode):
11160 * textmodes/flyspell.el (flyspell-mode):
11161 * textmodes/ispell.el (ispell-minor-mode):
11162 * textmodes/nroff-mode.el (nroff-electric-mode):
11163 * textmodes/paragraphs.el (use-hard-newlines):
11164 * textmodes/refill.el (refill-mode):
11165 * textmodes/reftex.el (reftex-mode):
11166 * textmodes/rst.el (rst-minor-mode):
11167 * textmodes/sgml-mode.el (html-autoview-mode)
11168 (sgml-electric-tag-pair-mode):
11169 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
11170 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
11171 * emulation/crisp.el (crisp-mode):
11172 * emacs-lisp/eldoc.el (eldoc-mode):
11173 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
11174 minor mode behavior.
11175
aa42ab43
JL
111762011-10-19 Juri Linkov <juri@jurta.org>
11177
11178 * descr-text.el (describe-char): Add #x2010 and #x2011 to
11179 the list of hard-coded chars with escape-glyph face.
11180
89400f1d
SM
111812011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
11184
305c07f6
MA
111852011-10-19 Michael Albinus <michael.albinus@gmx.de>
11186
11187 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
11188 running process.
11189
13754b54
GM
111902011-10-19 Glenn Morris <rgm@gnu.org>
11191
11192 * vc/vc-bzr.el (vc-bzr-after-dir-status):
11193 Ignore ignored files. (Bug#9726)
11194
06e21633
CY
111952011-10-19 Chong Yidong <cyd@gnu.org>
11196
11197 Doc fix for minor modes, stating that an omitted argument enables
11198 the mode unconditionally when called from Lisp.
11199
11200 * abbrev.el (abbrev-mode):
11201 * allout.el (allout-mode):
11202 * autoinsert.el (auto-insert-mode):
11203 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11204 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11205 (global-auto-revert-mode):
11206 * battery.el (display-battery-mode):
11207 * composite.el (global-auto-composition-mode)
11208 (auto-composition-mode):
11209 * delsel.el (delete-selection-mode):
11210 * desktop.el (desktop-save-mode):
11211 * dired-x.el (dired-omit-mode):
11212 * dirtrack.el (dirtrack-mode):
11213 * doc-view.el (doc-view-minor-mode):
11214 * double.el (double-mode):
11215 * electric.el (electric-indent-mode, electric-pair-mode):
11216 * emacs-lock.el (emacs-lock-mode):
11217 * epa-hook.el (auto-encryption-mode):
11218 * follow.el (follow-mode):
11219 * font-core.el (font-lock-mode):
11220 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
11221 * help.el (temp-buffer-resize-mode):
11222 * hilit-chg.el (highlight-changes-mode)
11223 (highlight-changes-visible-mode):
11224 * hi-lock.el (hi-lock-mode):
11225 * hl-line.el (hl-line-mode, global-hl-line-mode):
11226 * icomplete.el (icomplete-mode):
11227 * ido.el (ido-everywhere):
11228 * image-file.el (auto-image-file-mode):
11229 * image-mode.el (image-minor-mode):
11230 * iswitchb.el (iswitchb-mode):
11231 * jka-cmpr-hook.el (auto-compression-mode):
11232 * linum.el (linum-mode):
11233 * longlines.el (longlines-mode):
11234 * master.el (master-mode):
11235 * mb-depth.el (minibuffer-depth-indicate-mode):
11236 * menu-bar.el (menu-bar-mode):
11237 * minibuf-eldef.el (minibuffer-electric-default-mode):
11238 * mouse-sel.el (mouse-sel-mode):
11239 * msb.el (msb-mode):
11240 * mwheel.el (mouse-wheel-mode):
11241 * outline.el (outline-minor-mode):
11242 * paren.el (show-paren-mode):
11243 * recentf.el (recentf-mode):
11244 * reveal.el (reveal-mode, global-reveal-mode):
11245 * rfn-eshadow.el (file-name-shadow-mode):
11246 * ruler-mode.el (ruler-mode):
11247 * savehist.el (savehist-mode):
11248 * scroll-all.el (scroll-all-mode):
11249 * scroll-bar.el (scroll-bar-mode):
11250 * server.el (server-mode):
11251 * shell.el (shell-dirtrack-mode):
11252 * simple.el (auto-fill-mode, transient-mark-mode)
11253 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
11254 (line-number-mode, column-number-mode, size-indication-mode)
11255 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
11256 * strokes.el (strokes-mode):
11257 * time.el (display-time-mode):
11258 * t-mouse.el (gpm-mouse-mode):
11259 * tool-bar.el (tool-bar-mode):
11260 * tooltip.el (tooltip-mode):
11261 * type-break.el (type-break-mode-line-message-mode)
11262 (type-break-query-mode):
11263 * view.el (view-mode):
11264 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11265 (global-whitespace-mode, global-whitespace-newline-mode):
11266 * xt-mouse.el (xterm-mouse-mode): Doc fix.
11267
a3839de2
SM
11268 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11269 Fix autogenerated docstring.
06e21633 11270
5214e501
JL
112712011-10-19 Juri Linkov <juri@jurta.org>
11272
11273 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
11274 by checking environment variables "DESKTOP_SESSION" and
11275 "XDG_CURRENT_DESKTOP". (Bug#9779)
11276
195f8db9
JL
112772011-10-19 Juri Linkov <juri@jurta.org>
11278
11279 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
11280 (browse-url-chromium-program, browse-url-chromium-arguments):
11281 New defcustoms.
11282 (browse-url-default-browser): Check for `browse-url-chromium' and
11283 call `browse-url-chromium-program'.
11284 (browse-url-chromium): New command. (Bug#9779)
11285
343a34ff
JB
112862011-10-18 Juanma Barranquero <lekktu@gmail.com>
11287
11288 * facemenu.el (list-colors-duplicates): On Windows, detect more
11289 duplicates by assuming that only colors matching "^System" are
11290 special "system colors". (Bug#9722)
11291
6978a151
SM
112922011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
11295 to distinguish the author from the committer.
11296
6a80b297
MA
112972011-10-18 Michael Albinus <michael.albinus@gmx.de>
11298
11299 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
11300
b31a5677
JK
113012011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
11302
11303 * international/mule.el (sgml-html-meta-auto-coding-function):
11304 Add support for detecting encoding in HTML5 specified only as
11305 <meta charset="UTF-8">. Implementation just makes http-equiv and
11306 content-type parts from HTML4 encoding string optional. (Bug#9716)
11307
80c6d77f
GM
113082011-10-18 Glenn Morris <rgm@gnu.org>
11309
11310 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
11311
08b0fee8
CY
113122011-10-18 Chong Yidong <cyd@gnu.org>
11313
11314 * faces.el (cursor): Doc fix.
11315
67e729a5
CY
113162011-10-17 Chong Yidong <cyd@gnu.org>
11317
11318 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
11319
343a34ff 113202011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
11321
11322 * dirtrack.el (dirtrack): Support shell buffers with path
11323 prefixes, e.g. tramp-based remote shells. (Bug#9647)
11324
0bc06380
TZ
113252011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
11326
11327 * json.el: Bump version to 1.3 and note change in History.
11328 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
11329
8b79f3e0
SM
113302011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11331
5a7c536b
SM
11332 * comint.el (comint-insert-input, comint-send-input)
11333 (comint-get-old-input-default, comint-backward-matching-input)
11334 (comint-next-prompt): Use nil instead of `input' for field property of
11335 past user input (bug#114).
11336
96a8a0df
SM
11337 * minibuffer.el (completion--replace): Inherit surrounding properties
11338 (bug#114).
11339 (minibuffer-complete-and-exit): Use it.
11340
8b79f3e0
SM
11341 * comint.el (comint--table-subvert): Quote the all-completions output
11342 (bug#9160).
11343
b8f7ff0d
MR
113442011-10-17 Martin Rudalics <rudalics@gmx.at>
11345
8b79f3e0 11346 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 11347
b8f7ff0d 11348 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 11349 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
11350 entries and separate them from frame entries.
11351
c235b555
GM
113522011-10-15 Glenn Morris <rgm@gnu.org>
11353
11354 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
11355 Doc fixes.
11356
6bbfa6e1
CY
113572011-10-15 Chong Yidong <cyd@stupidchicken.com>
11358
8b79f3e0
SM
11359 * net/network-stream.el (network-stream-open-starttls):
11360 Improve detection of failure due to lack of TLS support.
ec5c990d 11361
6bbfa6e1
CY
11362 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
11363 putting the input text in front and in bold.
11364
98488977
SM
113652011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11366
3d1337be
SM
11367 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11368
ee0b45e4
SM
11369 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11370 empty buffer.
11371
98488977
SM
11372 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11373 unread-command-events rather than pushing yet-another event.
11374
186f4720
EZ
113752011-10-14 Eli Zaretskii <eliz@gnu.org>
11376
11377 * mail/sendmail.el (sendmail-query-once): Improve the wording of
11378 the explanation of the possible choices. Make the options passed
11379 to completing-read shorter.
11380
8b7a997c
AM
113812011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11382
11383 * textmodes/flyspell.el (flyspell-large-region): Make sure
11384 extended character mode is used if defined (Bug#1339).
11385
12587bbb
EZ
113862011-10-13 Eli Zaretskii <eliz@gnu.org>
11387
11388 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
11389 character info for LRE, LRO, RLE, and RLO characters by appending
11390 an invisible PDF.
12587bbb 11391
bad41229
SM
113922011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11393
11394 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
11395 even in case of error; add debug spec; simplify data flow.
11396 (with-timeout-handler): Remove.
11397
28dbc92f
MA
113982011-10-12 Michael Albinus <michael.albinus@gmx.de>
11399
11400 Fix Bug#6019, Bug#9315.
11401
11402 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
11403 complete `buffer-file-name', the local file name part could look
11404 remotely (for example on VMS).
11405
11406 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
11407 `tramp-run-real-handler'.
11408 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
11409 already quoted by '"'.
11410
11411 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
11412 Let `file-name-handler-alist' be nil, the local file name part
11413 could look remotely (for example on VMS).
11414
e1b0b23a
SM
114152011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
11418 from here...
11419 (flyspell-post-command-hook): ...to here.
11420
a120bde9
SM
114212011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
11424 if not needed.
11425 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
11426 using completion. Protect against "slow" callers.
11427 Remove the "message hack".
11428
7ce7717b
JL
114292011-10-11 Juri Linkov <juri@jurta.org>
11430
11431 * isearch.el (isearch-lazy-highlight-word): New variable.
11432 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
11433 Use it. (Bug#9727)
11434
c02ee9d6
GM
114352011-10-11 Glenn Morris <rgm@gnu.org>
11436
11437 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
11438 like f90-previous-statement does.
11439
93e616fd 114402011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11441
1f190e73 11442 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
11443 only in interactive use, to avoid error.
11444
af7b6078
SM
114452011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * minibuffer.el (completion-file-name-table): Fix last change,
11448 i.e. ignore normal errors but not the other ones.
11449
0563dae9
MR
114502011-10-10 Martin Rudalics <rudalics@gmx.at>
11451
11452 * window.el (special-display-buffer-names)
11453 (special-display-regexps): Remove some remnants of earlier
11454 changes from doc-strings.
366ca7f3
MR
11455 (quit-windows-on): New function.
11456
11457 * vc/vc.el (vc-revert, vc-rollback):
11458 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
11459 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 11460 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 11461
49677495
MR
114622011-10-09 Martin Rudalics <rudalics@gmx.at>
11463
11464 * window.el (frame-auto-hide-function): Add version tag.
11465 (Bug#9699)
11466
56f2d1e1
MA
114672011-10-09 Michael Albinus <michael.albinus@gmx.de>
11468
11469 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
11470 condition.
11471
112a6592
LL
114722011-10-09 Leo Liu <sdl.web@gmail.com>
11473
11474 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
11475 (Bug#9701)
11476
0812589b
GM
114772011-10-08 Glenn Morris <rgm@gnu.org>
11478
11479 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
11480 before the first code statement zero indent. (Bug#9690)
11481
b2b0776e
CY
114822011-10-08 Chong Yidong <cyd@stupidchicken.com>
11483
11484 * simple.el (count-words-region): Always count in the region.
11485 Report the number of lines and characters too.
11486 (count-words): New command, which counts in the buffer if the
11487 region is inactive, as count-words-region used to.
11488 (count-words--message): New function. Handle plurals.
11489 (count-lines-region): Make it an alias for count-words-region.
11490
11491 * bindings.el (esc-map): Replace count-lines-region with
11492 count-words-region.
11493
c557cd6b
MR
114942011-10-08 Martin Rudalics <rudalics@gmx.at>
11495
11496 * window.el (window--delete): Delete dedicated frame
11497 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 11498 (switch-to-buffer): Fix doc-string typo.
c557cd6b 11499
61a57ef4 115002011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11501
3a7d293b 11502 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 11503
c3833279
CY
115042011-10-07 Chong Yidong <cyd@stupidchicken.com>
11505
11506 * bindings.el ([M-left],[M-right]): Bind to left-word and
11507 right-word respectively.
11508
21ce8245
GM
115092011-10-07 Glenn Morris <rgm@gnu.org>
11510
11511 * cus-start.el (debug-on-quit): Fix custom type.
11512
6d823bb2
LMI
115132011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11514
0181e193
LMI
11515 * subr.el (define-key-after): Clarify that the function is not
11516 useful for non-menu keymaps.
11517
6d823bb2
LMI
11518 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11519
8e3459ce 115202011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11521
21ce8245 11522 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 11523 in current minibuffer (Fix bug with recursive minibuffers).
11524
a1c2d21e
CY
115252011-10-06 Chong Yidong <cyd@stupidchicken.com>
11526
11527 * progmodes/gdb-mi.el (gdb): Doc fix.
11528
5a4cf282
MR
115292011-10-05 Martin Rudalics <rudalics@gmx.at>
11530
11531 * window.el (frame-auto-hide-function): New option replacing
11532 frame-auto-delete. Suggested by Stefan Monnier.
11533 (window--delete): Call frame-auto-hide-function instead of
11534 investigating frame-auto-delete.
c96111ea
MR
11535 (window-point-1, set-window-point-1): New functions.
11536 (window-in-direction, record-window-buffer, window-state-get-1)
11537 (display-buffer-record-window): Use window-point-1 instead of
11538 window-point.
11539 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 11540
9854542e
SM
115412011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11542
11543 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11544
8943cfb0
GM
115452011-10-05 Glenn Morris <rgm@gnu.org>
11546
11547 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11548 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
11549
647ab967
LL
115502011-10-05 Leo Liu <sdl.web@gmail.com>
11551
11552 * subr.el (read-char-choice): Fix argument to buffer-live-p which
11553 works with buffer object.
11554
3ddfbced
SM
115552011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11556
11557 * mpc.el (mpc-tool-bar-map): Add labels.
11558
bdfa5dd2
GM
115592011-10-04 Glenn Morris <rgm@gnu.org>
11560
11561 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11562
0e2070b5
MR
115632011-10-04 Martin Rudalics <rudalics@gmx.at>
11564
11565 * window.el (window--delete): New function.
11566 (frame-auto-delete): Resuscitate option.
11567 (bury-buffer, replace-buffer-in-windows)
11568 (quit-window): Rewrite using window--delete.
11569 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11570 Pass display-buffer-mark-dedicated to window--display-buffer-2
11571 (Bug#9639).
11572
3dc61a09
SM
115732011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11574
915a9b64
SM
11575 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11576 returns a list (bug#9554). Add remote file name completion.
11577 * comint.el (comint--table-subvert): Curry and get quote&unquote
11578 functions as arguments.
11579 (comint--complete-file-name-data): Adjust call accordingly.
11580 * pcomplete.el (pcomplete--table-subvert): Remove.
11581 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11582
3dc61a09
SM
11583 * minibuffer.el (completion-table-case-fold): Use currying.
11584 (completion--styles-type, completion--cycling-threshold-type):
11585 New constants.
11586 (completion-styles, completion-category-overrides)
11587 (completion-cycle-threshold): Use them.
11588 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11589 completion-table-case-fold.
11590
8ea0a993
SB
115912011-10-03 Stephen Berman <stephen.berman@gmx.net>
11592
11593 * minibuffer.el (completion-category-overrides): Fix type of styles
11594 and add more user friendly tags (bug#9660).
11595
8c24b7f6
SM
115962011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11599 (mule-input-method-string): New widget.
11600 (default-input-method, language-info-custom-alist): Use it.
11601
428fe61a
SM
116022011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11603
32c1fffd
SM
11604 * pcomplete.el: Require comint.
11605 (pcomplete--common-suffix): Remove.
11606 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11607 (pcomplete--table-subvert): Sync with comint--table-subvert.
11608 (pcomplete--entries): Use comint-completion-file-name-table.
11609 * comint.el (comint-unquote-filename): Simplify.
11610 (comint-completion-file-name-table): New function (bug#9616).
11611 (comint--complete-file-name-data): Use it.
11612
428fe61a
SM
11613 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11614 (pcmpl-gnu-tar-buffer): Remove.
11615 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
11616 around. Make sure pcomplete-suffix-list is only changed temporarily.
11617 Don't look inside the tar's file if it's too large.
428fe61a 11618
04c52e2f
CY
116192011-10-01 Chong Yidong <cyd@stupidchicken.com>
11620
ce3cefcc
CY
11621 * cus-edit.el (custom-mode-map):
11622 * epa.el (epa-key-list-mode-map):
11623 * man.el (Man-mode-map):
11624 * startup.el (splash-screen-keymap):
11625 * simple.el (special-mode-map): Use scroll-up-command and
11626 scroll-down-command.
11627
11628 * progmodes/idlw-help.el (idlwave-help-mode-map):
11629 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11630 * net/newst-plainview.el (newsticker-mode-map):
11631 * emulation/ws-mode.el (wordstar-mode-map):
11632 * emulation/vi.el (vi-com-map):
11633 * calc/calc-graph.el (calc-graph-show-dumb):
11634 * term/sun.el (terminal-init-sun):
11635 * term/ns-win.el (global-map):
11636 * progmodes/grep.el (grep-mode-map):
11637 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11638 * mail/rmail.el (rmail-mode-map):
11639 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11640
04c52e2f
CY
11641 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11642 custom-safe-themes as special.
11643
79adf8c8
JD
116442011-10-01 Julien Danjou <julien@danjou.info>
11645
11646 * notifications.el (notifications-notify): Fix docstring.
11647
63bd50d3
PS
116482011-10-01 Per Starbäck <per@starback.se>
11649
11650 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11651
199e4c7e
MR
116522011-09-30 Martin Rudalics <rudalics@gmx.at>
11653
11654 * startup.el (command-line-1): Fix last fix by inserting
11655 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 11656 (Bug#9605) and (Bug#9636)
199e4c7e 11657
fe5f08dd
EZ
116582011-09-29 Eli Zaretskii <eliz@gnu.org>
11659
11660 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11661 window is hscrolled, move by logical lines. (Bug#9607)
11662 (line-move-visual): Update the doc string to the above effect.
11663
b5516bbd
MR
116642011-09-29 Martin Rudalics <rudalics@gmx.at>
11665
ccee00c0
MR
11666 * window.el (display-buffer-record-window): When WINDOW is the
11667 selected window use `point' instead of `window-point'. (Bug#9626)
11668
b5516bbd
MR
11669 * startup.el (command-line-1): Use insert-before-markers when
11670 inserting initial-scratch-message. (Bug#9605)
ccee00c0 11671
b5516bbd
MR
11672 * help.el (help-window): Remove variable.
11673
52aa0014
GM
116742011-09-29 Glenn Morris <rgm@gnu.org>
11675
11676 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11677
df9a7357
JB
116782011-09-29 Juanma Barranquero <lekktu@gmail.com>
11679
11680 * descr-text.el (describe-char-categories): Accept category
11681 descriptions more than one line long.
11682
a8406c20
SM
116832011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11684
88d9610c
SM
11685 * simple.el (delete-trailing-whitespace): Fix last change.
11686
a5daf810
SM
11687 * progmodes/perl-mode.el (perl-syntax-propertize-function):
11688 Don't confuse "y => 3" as the beginning of a `y' operation.
11689
a8406c20
SM
11690 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
11691 object has more than 4 slots (bug#9613).
11692
a239d4e9
JB
116932011-09-28 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * subr.el (with-output-to-temp-buffer):
11696 * net/quickurl.el (quickurl, quickurl-browse-url):
11697 Fix typos in docstrings.
11698
693fbdb6
EZ
116992011-09-27 Eli Zaretskii <eliz@gnu.org>
11700
11701 * minibuffer.el (completion-styles)
11702 (completion-category-overrides): Cross reference each other in doc
11703 strings.
11704
8b457e28
GM
117052011-09-27 Glenn Morris <rgm@gnu.org>
11706
11707 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
11708 to split-string. (Bug#9606)
11709
85a16208
LMI
117102011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11711
11712 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
11713 (bug#9615).
11714
502f9ebd
CY
117152011-09-27 Chong Yidong <cyd@stupidchicken.com>
11716
11717 * emacs-lisp/package.el (list-packages): Fix echo area message.
11718
7690bdea
LL
117192011-09-27 Leo Liu <sdl.web@gmail.com>
11720
11721 * ido.el (ido-read-internal): Accept cons cell HIST arg.
11722
e2ee6f30
MA
117232011-09-25 Michael Albinus <michael.albinus@gmx.de>
11724
11725 * net/dbus.el (dbus-unregister-object): Don't release services for
11726 registered signals. (Bug#9581)
11727
f3f98342
TZ
117282011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11729
11730 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
11731 function that picks between cfengine 2 and 3 support
11732 automatically. Update docs accordingly.
11733
dd7aa8dd
KH
117342011-09-22 Kenichi Handa <handa@m17n.org>
11735
11736 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
11737 ZERO.
11738 (indian-itrans-v5-table-for-tamil): New variable.
11739 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
11740
3f2b07f8
KM
117412011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
11742
11743 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
11744 that's true if the current command involved collapsing of text.
11745 It's reset to false at the beginning of the next command.
11746 (allout-post-command-business): Move the cursor to the beginning
11747 of entry if the cursor is hidden and collapsing activity just
11748 happened.
11749
371d6a61
CY
117502011-09-24 Chong Yidong <cyd@stupidchicken.com>
11751
11752 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
11753 tracking (Bug#9541).
11754
2ac2721a
UJ
117552011-09-24 Ulf Jasper <ulf.jasper@web.de>
11756
11757 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
11758 (newsticker-show-news): Automatically load html rendering package
11759 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
11760 because w3m-fill-column is let-bound" and the error "Symbol's value
11761 as variable is void: w3m-fill-column".
2ac2721a 11762
fac7ae53
MA
117632011-09-24 Michael Albinus <michael.albinus@gmx.de>
11764
11765 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
11766 Release services only if they are defined. (Bug#9581)
11767
e08b633b
RS
117682011-09-23 Richard Stallman <rms@gnu.org>
11769
e488d29c
RS
11770 * textmodes/paragraphs.el (forward-sentence): For backwards case,
11771 distinguish start of paragraph from start of its text.
11772
19c38752
RS
11773 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
11774
e08b633b
RS
11775 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
11776 (rmail-generate-viewer-buffer): Put that hook on view buffer.
11777 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
11778
0a39f27e
AS
117792011-09-23 Andreas Schwab <schwab@linux-m68k.org>
11780
11781 * international/mule-diag.el (mule-diag): Insert a newline after
11782 each fontset description.
11783
db4e950d
SM
117842011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 * simple.el (delete-trailing-whitespace):
11787 Document last change; simplify.
11788
eca3f3ea
PW
117892011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
11790
d68e189a
PW
11791 * simple.el (delete-trailing-whitespace): Also delete
11792 extra newlines at the end of the buffer.
11793
eca3f3ea
PW
11794 * textmodes/picture.el: Make motion commands obey shift-select-mode.
11795 (picture-newline): Use forward-line so as to ignore fields.
11796
01c157cc
SM
117972011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * subr.el (with-wrapper-hook): Fix edebug spec.
11800
022de23e
LMI
118012011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11802
11803 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
11804 (bug#4538).
11805
91683089
MA
118062011-09-23 Michael Albinus <michael.albinus@gmx.de>
11807
eca3f3ea
PW
11808 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11809 Fix nasty bug using wrong cached values.
91683089 11810
5bdd6fa4
AM
118112011-09-23 Alan Mackenzie <acm@muc.de>
11812
11813 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
11814
97adfb97
CY
118152011-09-23 Chong Yidong <cyd@stupidchicken.com>
11816
11817 * window.el (pop-to-buffer): Ensure right window is selected if we
11818 chose another frame.
11819
d4ef2b50
EZ
118202011-09-22 Eli Zaretskii <eliz@gnu.org>
11821
11822 * simple.el (what-cursor-position): Use get-char-property-change
11823 and next-single-char-property-change, to be able to show display
11824 properties that come from overlays as well as text properties.
11825
72258fe5
CY
118262011-09-22 Chong Yidong <cyd@stupidchicken.com>
11827
11828 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
11829
11830 * cmuscheme.el (run-scheme, switch-to-scheme):
11831 * cus-edit.el (customize-group, custom-buffer-create)
11832 (customize-browse):
11833 * info.el (info):
11834 * shell.el (shell):
11835 * mail/sendmail.el (mail):
11836 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
11837
8f098516
RS
118382011-09-22 Richard Stallman <rms@gnu.org>
11839
11840 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
11841 move back only to line beg, don't move back over blank lines.
11842
e74f1bb6
MA
118432011-09-22 Michael Albinus <michael.albinus@gmx.de>
11844
11845 * files.el (copy-directory): Set directory attributes only in case
11846 they could be retrieved from the source directory. (Bug#9565)
11847
bfeef8b6
DK
118482011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
11849
11850 * progmodes/hideshow.el (hs-looking-at-block-start-p)
11851 (hs-find-block-beginning, hs-hide-level-recursive):
11852 Ignore strings as well as comments. (Bug#9502)
11853
7e423bb8
AS
118542011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
11855
11856 * progmodes/sql.el (sql-comint-postgres):
11857 Convert port number to a string. (Bug#9566)
11858
b4d72fcf
MR
118592011-09-22 Martin Rudalics <rudalics@gmx.at>
11860
11861 * window.el (quit-window): Undedicate window when switching to
11862 previous buffer. Reported by Thierry Volpiatto
11863 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
11864 (special-display-popup-frame): When popping up a new frame reset
11865 its previous buffers to nil. Simplify code.
b4d72fcf 11866
a7b88dc6
MA
118672011-09-21 Michael Albinus <michael.albinus@gmx.de>
11868
11869 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
11870 and process filter, as done also in `shell-command'.
11871
cf4eacfd
MR
118722011-09-21 Martin Rudalics <rudalics@gmx.at>
11873
eca3f3ea 11874 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
11875 Call set-window-start with NOFORCE argument t.
11876 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
11877 (quit-window): Reword doc-string. Handle new format of
11878 quit-restore parameter. Don't delete window if it has a
11879 previous buffer we can show instead of the present one.
11880 (display-buffer-record-window): Rewrite using a new format for
11881 the quit-restore window parameter
11882 (special-display-popup-frame, display-buffer-same-window)
11883 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11884 (display-buffer-pop-up-window, display-buffer-use-some-window):
11885 Adapt symbol passed to display-buffer-record-window.
11886 * help.el (help-window-setup): Handle new format of quit-restore
11887 parameter.
11888
8d28cb95
SM
118892011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11890
94ab793f
SM
11891 * faces.el (face-list): Fix docstring (bug#9564).
11892
8d28cb95
SM
11893 * window.el (display-buffer--action-function-custom-type):
11894 Don't include internal functions in the Custom interface.
11895
3820edeb
JL
118962011-09-20 Juri Linkov <juri@jurta.org>
11897
11898 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
11899 (Info-forward-node, Info-backward-node, Info-next-preorder)
11900 (Info-last-preorder): Use it. (Bug#9528)
11901
5147931d
JL
119022011-09-20 Juri Linkov <juri@jurta.org>
11903
11904 * info.el (Info-last-preorder): Visit last menu item only when
11905 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
11906
cf499a1a
JD
119072011-09-20 Julien Danjou <julien@danjou.info>
11908
11909 * password-cache.el (password-cache-remove): Remove entries even if the
11910 value is nil, so that password with a nil value (negative caching) is
11911 possible to invalidate.
11912
f84e2fe2
LM
119132011-09-20 Lawrence Mitchell <wence@gmx.li>
11914
11915 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
11916 all whitespace around breakpoint. (Bug#9553)
11917 (f90-find-breakpoint): Only break at whitespace inside a comment.
11918
78054a46
SM
119192011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * minibuffer.el (completion-file-name-table): Keep track of errors.
11922 (completion-table-with-predicate): Handle the case where pred1 is nil.
11923 * pcomplete.el (pcomplete-completions-at-point): Simplify.
11924
345083b2
SM
119252011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11926
e24e27be
SM
11927 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
11928 (debugger-return-value): Signal an error if the debugging context does
11929 not await any return value.
11930
345083b2
SM
11931 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
11932 * image-mode.el (image-toggle-display-text)
11933 (image-toggle-display-image): Stay away from evil `intangible'.
11934
08d355e3
LL
119352011-09-19 Leo Liu <sdl.web@gmail.com>
11936
11937 * replace.el (occur-revert-arguments): Make it permanent-local.
11938 (occur-mode): Don't call font-lock-defontify.
11939
f01da43f
CY
119402011-09-19 Chong Yidong <cyd@stupidchicken.com>
11941
11942 * net/ldap.el (ldap-search-internal): Don't push empty search
11943 result (Bug#9508).
11944
b6072fa6
SM
119452011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
11948
443d6696
MA
119492011-09-19 Michael Albinus <michael.albinus@gmx.de>
11950
11951 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
11952 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
11953
7cc6e154
JL
119542011-09-18 Juri Linkov <juri@jurta.org>
11955
11956 * buff-menu.el (Buffer-menu-mode-map):
11957 * dired.el (dired-mode-map):
11958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
11959 (lisp-interaction-mode-map):
11960 * emacs-lisp/package.el (package-menu-mode-map):
11961 * epa.el (epa-key-list-mode-map):
11962 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
11963 (menu-bar-options-menu):
11964 * outline.el (outline-mode-menu-bar-map):
11965 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
11966 * vc/vc-dir.el (vc-dir-menu-map):
11967 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
11968 Capitalize non-function content words in menu item strings.
11969
11970 * dired.el (dired-mode-map): Add menu item for
11971 `image-dired-dired-toggle-marked-thumbs'.
11972
80302a81
JL
119732011-09-18 Juri Linkov <juri@jurta.org>
11974
11975 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
11976 to `isearch-case-fold-search' and restore its original value
11977 after the `isearch-mode' call.
11978
46c5cf66
JL
119792011-09-18 Juri Linkov <juri@jurta.org>
11980
11981 * progmodes/grep.el (grep-process-setup): Don't check code for 1
11982 because `zgrep' returns 1 for successful matches (bug#9226).
11983
d18b513b
JL
119842011-09-18 Juri Linkov <juri@jurta.org>
11985
11986 * info.el (Info-extract-menu-node-name): Check the second match
11987 for empty string (second test-case of bug#9528).
11988 (Info-last-preorder): Let-bind `Info-history' to nil to not add
11989 intermediate nodes to the history (first test-case of bug#9528).
11990
72753f87
JL
119912011-09-18 Juri Linkov <juri@jurta.org>
11992
11993 * info.el (Info-mode-syntax-table): New variable.
1154d12e 11994 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 11995
c9384295
JL
119962011-09-18 Juri Linkov <juri@jurta.org>
11997
1154d12e
JB
11998 * info.el (Info-file-supports-index-cookies):
11999 Increment line-beginning-position's arg from 3 to 4 because makeinfo
12000 outputs one more line for long file names (bug#4142).
c9384295 12001
d473dce8
CY
120022011-09-18 Chong Yidong <cyd@stupidchicken.com>
12003
12004 * newcomment.el (comment-normalize-vars): If prompting for
12005 comment-start, set comment-start-skip too (Bug#8424).
12006
2176854d
JB
120072011-09-18 Johan Bockgård <bojohan@gnu.org>
12008
12009 * icomplete.el: Fix previous fix of Bug#5849.
12010 (icomplete-mode): Don't set completion-show-inline-help.
12011 (icomplete-minibuffer-setup): Set completion-show-inline-help
12012 locally during icompletion.
12013
3aace4e4
CY
120142011-09-18 Chong Yidong <cyd@stupidchicken.com>
12015
c940224f
CY
12016 * woman.el (woman2-process-escapes): Don't delete unrecognized
12017 escapes (Bug#7843).
12018
3aace4e4
CY
12019 * files.el (inhibit-first-line-modes-regexps): Add image files.
12020 (hack-local-variables-prop-line): Return nil for malformed
12021 prop-lines (Bug#9044).
12022
710dec63
MA
120232011-09-18 Michael Albinus <michael.albinus@gmx.de>
12024
12025 * net/tramp.el (top): Don't require 'shell.
12026 (tramp-methods): Fix docstring.
12027 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
12028 Return complete remote file name. Handle "smb" case.
12029 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
12030 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
12031
12032 * net/tramp-compat.el (top): Require 'shell.
12033
12034 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12035 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
12036 `tramp-current-host'.
12037 (tramp-get-remote-tmpdir): Remove.
12038
12039 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
12040 `tramp-tmpdir' entries.
12041 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
12042 (tramp-smb-handle-file-attributes): Ignore errors.
12043 (tramp-smb-wait-for-output): Check also for process end.
12044
5d5ac8ec
LMI
120452011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12046
12047 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
12048 when sending QUIT (bug#9312).
12049
8c0f49f0
CY
120502011-09-17 Chong Yidong <cyd@stupidchicken.com>
12051
12052 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
12053 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
12054 occur-mode-display-occurrence.
12055 (occur-edit-mode): Add usage message.
12056 (occur-cease-edit): New command.
12057 (occur-after-change-function): Use text properties to find the
12058 position of the prefix text.
12059 (occur-engine): Set stickiness of prefix text properties.
12060
8f1383f7
GM
120612011-09-17 Glenn Morris <rgm@gnu.org>
12062
12063 * progmodes/etags.el (complete-tag):
12064 Fix call to completion-in-region. (Bug#9526)
12065
744ba0e3
JL
120662011-09-17 Juri Linkov <juri@jurta.org>
12067
12068 * textmodes/ispell.el (ispell-word): Add to the error message
12069 the word, ispell program name and current dictionary (bug#9121).
12070 (ispell-tex-arg-end): Capitalize "error" in the error message.
12071
d9bbf400
AS
120722011-09-17 Andreas Schwab <schwab@linux-m68k.org>
12073
12074 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
12075 check. (Bug#4251)
12076
8da11505
JL
120772011-09-17 Juri Linkov <juri@jurta.org>
12078
12079 * window.el (window-safe-min-height, window-safe-min-width):
12080 Fix typos (followup to bug#9522).
12081
a91adc7e
SJ
120822011-09-17 Sven Joachim <svenjoac@gmx.de>
12083
12084 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
12085
064f328a
EZ
120862011-09-16 Eli Zaretskii <eliz@gnu.org>
12087
12088 * simple.el (line-move): If goal-column is set, move by logical
12089 lines, not by display lines. (Bug#971)
12090 (next-line, previous-line, goal-column, line-move-visual): Doc fix
12091 to reflect the above change.
12092
e69df516
SM
120932011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12094
12095 * image.el (imagemagick-register-types): Use regexp-opt.
12096
cbb0f9ab
CY
120972011-09-15 Chong Yidong <cyd@stupidchicken.com>
12098
12099 * window.el (display-buffer-base-action): Rename from
12100 display-buffer-default-action. Make default value empty.
12101 (display-buffer-overriding-action): Convert to defvar.
12102 (display-buffer-fallback-action): New var.
12103
25322144
CY
121042011-09-15 Chong Yidong <cyd@stupidchicken.com>
12105
12106 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
12107 declaration.
12108 (package--add-to-archive-contents): If there is a duplicate entry
12109 with an older version, remove it.
12110 (package-menu-mark-delete, package-menu-mark-install)
12111 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
12112 (package-menu-mark-obsolete-for-deletion):
12113 Use package-menu-get-status instead of a regexp search.
25322144
CY
12114 (package-menu-get-status): Use tabulated-list-entry.
12115 (package-menu-mark-upgrades): New command.
d770725a 12116 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
12117 (package-menu-execute): Do installation before deletion.
12118 (package-menu-refresh, package-menu-execute): Use derived-mode-p
12119 instead of checking major-mode.
12120 (package-menu--find-upgrades): New function.
12121
7520339c
LMI
121222011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12123
12124 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
12125 passwords in the log buffer.
65a046c4
LMI
12126 (smtpmail-process-filter): Update the process marker so that the
12127 "broken by peer" status message is inserted in the right place.
7520339c 12128
d3c30954
SM
121292011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12130
3fe48822
SM
12131 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
12132 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
12133 bibtex-completion-at-point-function.
12134 (bibtex-completion-at-point-function): Use them.
12135
1b8b3954
SM
12136 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
12137
d3c30954
SM
12138 * mpc.el (mpc-constraints-tag-lookup): New function.
12139 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
12140 also to browser "album|playlist".
12141
72779976
JL
121422011-09-14 Juri Linkov <juri@jurta.org>
12143
12144 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
12145 (isearch-edit-string): Use length of `isearch-string' when
12146 `isearch-fail-pos' returns nil.
12147 (isearch-message): Remove duplicate code and call
12148 `isearch-fail-pos' with arg `t'.
12149
a0bf2bcd
CY
121502011-09-14 Chong Yidong <cyd@stupidchicken.com>
12151
17bb0a2d
CY
12152 * replace.el (occur-mode-goto-occurrence): Don't force using other
12153 window (Bug#9499).
12154
a0bf2bcd
CY
12155 * dired-aux.el (dired-do-chmod): Don't provide initial input.
12156
f678e0b6
MR
121572011-09-14 Martin Rudalics <rudalics@gmx.at>
12158
12159 * window.el (display-buffer-window): Remove.
12160 (display-buffer-record-window): Use help-setup window parameter
12161 instead of variable display-buffer-window.
12162 (display-buffer-function, special-display-buffer-names)
12163 (special-display-function): Mention help-setup parameter instead
12164 of display-buffer-window in doc-string.
d3c30954
SM
12165 * help.el (help-window-setup): New argument help-window.
12166 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
12167 Reword some messages.
12168 (with-help-window): Pass window used for displaying the buffer
12169 to help-window-setup. Don't set display-buffer-window.
12170
8e39b2e8
GM
121712011-09-13 Glenn Morris <rgm@gnu.org>
12172
12173 * emacs-lisp/debug.el (debugger-make-xrefs):
12174 Preserve point. (Bug#9462)
12175
85e9c04b
CY
121762011-09-13 Chong Yidong <cyd@stupidchicken.com>
12177
12178 * window.el (window-deletable-p): Use next-frame.
12179
1b36ed6a
MR
121802011-09-13 Martin Rudalics <rudalics@gmx.at>
12181
12182 * window.el (window-auto-delete): Remove.
12183 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 12184 dedication and previous buffers.
1b36ed6a
MR
12185 (switch-to-prev-buffer): Don't delete window.
12186 (delete-windows-on): Delete a window's frame if and only if the
12187 window is dedicated.
12188 (replace-buffer-in-windows): Delete buffer's window or frame if
12189 and only if window is dedicated.
12190 (quit-window): Handle quit-restore as before last change.
4d61f28d 12191 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 12192
ef8ef9fb
CY
121932011-09-13 Chong Yidong <cyd@stupidchicken.com>
12194
12195 * window.el (window-deletable-p): Never delete the last frame on a
12196 given terminal.
12197
b2cba41e
GM
121982011-09-13 Glenn Morris <rgm@gnu.org>
12199
12200 * help.el (describe-key-briefly): Copy previous standard-output change.
12201
51553db6 122022011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
12203
12204 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
12205
b7556719
GM
122062011-09-13 Glenn Morris <rgm@gnu.org>
12207
12208 * emacs-lisp/lisp-mode.el (lisp-indent-function):
12209 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
12210
64b51947
CY
122112011-09-12 Chong Yidong <cyd@stupidchicken.com>
12212
12213 * dired-aux.el (dired-mark-read-string): Don't return default
12214 value on empty input (Bug#9361).
12215 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
12216 Omit initial minibuffer contents.
12217 (dired-do-chmod): Signal an error on empty input.
12218 (dired-mark-read-string): Don't return default on empty input.
12219
12220 * files.el (file-modes-symbolic-to-number): Doc fix.
12221
393a301e
SM
122222011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12223
12224 * international/mule-cmds.el (ucs-completions): Remove.
12225 (read-char-by-name): Use complete-with-action instead; add metadata.
12226
fa5660f9
CY
122272011-09-11 Chong Yidong <cyd@stupidchicken.com>
12228
12229 * window.el (display-buffer--action-function-custom-type)
12230 (display-buffer--action-custom-type): New vars.
12231 (display-buffer-alist, display-buffer-default-action)
12232 (display-buffer-overriding-action): Add defcustom types.
12233
4a592f66
CY
12234 * frame.el (delete-other-frames): Doc fix (Bug#276).
12235
73d56dbd
LMI
122362011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12237
12238 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
12239
37ac18a3
CY
122402011-09-11 Chong Yidong <cyd@stupidchicken.com>
12241
12242 Change modes that used same-window-* vars to use switch-to-buffer.
12243
12244 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
12245 Use switch-to-buffer.
12246
12247 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
12248 (customize-browse, custom-buffer-create-other-window):
12249 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
12250
12251 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
12252 (Info-prev, Info-up, Info-speedbar-goto-node)
12253 (info-display-manual): Use switch-to-buffer.
12254 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
12255
12256 * mail/sendmail.el (mail): Use switch-to-buffer.
12257 (mail-recover): Use switch-to-buffer-other-window.
12258
12259 * cmuscheme.el (run-scheme, switch-to-scheme):
12260 * ielm.el (ielm):
12261 * shell.el (shell):
12262 * net/rlogin.el (rlogin):
12263 * net/telnet.el (telnet, rsh):
12264 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
12265
10195bd6
AS
122662011-09-11 Andreas Schwab <schwab@linux-m68k.org>
12267
12268 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
12269
b322f63a
LMI
122702011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12271
39d7fed6
LMI
12272 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
12273 so don't mention it (bug#9301).
ba5a81f1 12274 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 12275
ee0e9f11
LMI
12276 * faces.el (face-spec-set-match-display): Make `(type graphic)'
12277 match `x', `w32' and `ns', like the manual says (bug#9029).
12278
0b1c89c1 12279 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
12280 (process-kill-buffer-query-function): Mention the buffer name in
12281 the query.
0b1c89c1 12282
77549ea8
LMI
12283 * image-mode.el (image-next-line): The line parameter is mandatory
12284 (bug#9258).
12285
803ef892
LMI
12286 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
12287 which can be useful (bug#9301).
12288
12980837
LMI
12289 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
12290
91054f8f
LMI
12291 * subr.el (match-string): Mention that the current buffer should
12292 be the same as the search was done in (bug#9282).
12293
b322f63a
LMI
12294 * facemenu.el: Disable the remove-* commands if the mark isn't
12295 active (bug#9162).
12296
3199b96f
CY
122972011-09-10 Chong Yidong <cyd@stupidchicken.com>
12298
12299 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
12300 of display-buffer.
12301 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
12302
12303 * replace.el (occur-mode-goto-occurrence)
12304 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
12305 and display-buffer.
12306
12307 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
12308 display-buffer.
12309
12310 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
12311 special-display and same-window variables.
12312 (mail-other-window): Use switch-to-buffer-other-window.
12313 (mail-other-frame): USe switch-to-buffer-other-frame.
12314
393a301e
SM
12315 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
12316 Use display-buffer-other-frame.
3199b96f
CY
12317 (gdb-display-gdb-buffer): Use pop-to-buffer.
12318
12319 * progmodes/gud.el (gud-goto-info): Use info-other-window.
12320
12321 * progmodes/python.el: Don't set same-window-buffer-names.
12322
12323 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
12324
12325 * window.el (display-buffer-alist): Add *Python*.
12326
8319e0bf
CY
123272011-09-10 Chong Yidong <cyd@stupidchicken.com>
12328
12329 * window.el (display-buffer-alist): Add entry for buffers
12330 previously handled same-window-*.
12331 (display-buffer-alist, display-buffer-default-action)
12332 (display-buffer-overriding-action): Mark as risky.
12333 (display-buffer-alist): Document action function changes.
12334 (display-buffer--same-window-action)
12335 (display-buffer--other-frame-action): New variables.
12336 (switch-to-buffer, display-buffer-other-frame): Use them.
12337 (display-buffer): Rename reuse-frame entry to reusable-frames.
12338 (display-buffer-reuse-selected-window): Function deleted.
12339 (display-buffer-reuse-window): Handle reusable-frames alist entry.
12340 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
12341 (display-buffer-special): New function.
12342 (display-buffer--maybe-pop-up-frame-or-window): Rename from
12343 display-buffer-reuse-or-pop-window. Split off special-display
12344 part into display-buffer-special.
12345 (display-buffer-use-some-window): Don't perform any special
12346 pop-up-frames handling.
12347 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 12348 (display-buffer--maybe-same-window): Rename from
0d3ff375 12349 display-buffer-maybe-same-window.
8319e0bf 12350
919a69aa
CY
12351 * info.el: Don't set same-window-regexps.
12352 (info-setup): New function.
12353 (info-other-window, info): Call it.
12354
12355 * cus-edit.el: Don't set same-window-regexps.
12356 (customize-group): New argument.
12357 (customize-group-other-window): Use it.
12358 (customize-face, customize-face-other-window): Likewise.
12359 (custom-buffer-create-other-window): Use pop-to-buffer directly.
12360
8319e0bf
CY
12361 * net/rlogin.el:
12362 * net/telnet.el:
12363 * progmodes/gud.el: Don't set same-window-regexps.
12364
12365 * cmuscheme.el:
12366 * ielm.el:
12367 * shell.el:
12368 * mail/sendmail.el:
12369 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12370
25173000
JL
123712011-09-10 Juri Linkov <juri@jurta.org>
12372
12373 * isearch.el (isearch-edit-string): Remove obsolete mention of
12374 `C-w' (`isearch-yank-word-or-char') from docstring.
12375 (isearch-query-replace): Fix typo in docstring (bug#9466).
12376
056e44ef
JL
123772011-09-10 Juri Linkov <juri@jurta.org>
12378
12379 * paren.el (show-paren-function): Don't show escaped parens.
12380 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
12381
c3760c17
EZ
123822011-09-10 Eli Zaretskii <eliz@gnu.org>
12383
12384 * mail/sendmail.el (mml-to-mime, mml-attach-file)
12385 (mm-default-file-encoding): Remove autoload forms, they are
12386 replaced with autoload cookies in mml.el and mm-encode.el.
12387 (mail-add-attachment): New command.
12388 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
12389 (mail-mode): Mention mail-insert-file and mail-add-attachment in
12390 the doc string.
12391 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
12392
fece895e
RT
123932011-09-10 Reuben Thomas <rrt@sc3d.org>
12394
e69df516
SM
12395 * simple.el (count-words-region): Use buffer if there's no region
12396 (bug#9429).
fece895e 12397
5e68ce4a
JL
123982011-09-09 Juri Linkov <juri@jurta.org>
12399
12400 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
12401 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
12402 (wdired-isearch-filter-read-only): New function. (Bug#6362)
12403
0a6b9622
AM
124042011-09-09 Alan Mackenzie <acm@muc.de>
12405
12406 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
12407 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
12408
14a29deb
EZ
124092011-09-09 Eli Zaretskii <eliz@gnu.org>
12410
12411 Fix for Savannah bug#9392.
12412 * simple.el (mail-encode-mml): New defvar.
12413
12414 * mail/rmail.el (mail-encode-mml): Add a defvar.
12415 (rmail-enable-mime-composing): Default to t.
12416 (rmail-forward): Use MIME method of forwarding only if both
12417 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
12418 Set mail-encode-mml non-nil if the MIME method was used.
12419
12420 * mail/sendmail.el (mml-to-mime): Add autoload form.
12421 (mail-encode-mml): Add a defvar.
12422 (mail-mode): Make mail-encode-mml buffer-local and initialize it
12423 to nil.
12424 (mail-send): If mail-encode-mml is non-nil, run the outgoing
12425 message through mml-to-mime, and reset mail-encode-mml to nil.
12426
28c45130
GM
124272011-09-09 Glenn Morris <rgm@gnu.org>
12428
12429 * woman.el (woman-if-body): When processing an .el block,
12430 do not delete the next .el block as well. (Bug#9447)
69f4b618 12431 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 12432
9b1c252e
MR
124332011-09-08 Martin Rudalics <rudalics@gmx.at>
12434
12435 * window.el (window-deletable-p): Make sure window is live before
12436 invoking window-prev-buffers.
12437
567457e3
LL
124382011-09-08 Leo Liu <sdl.web@gmail.com>
12439
12440 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
12441
97f05794
JL
124422011-09-08 Juri Linkov <juri@jurta.org>
12443
12444 * progmodes/compile.el (compilation-environment): Make it
12445 a defcustom (bug#8340).
12446
8b0874b5
MR
124472011-09-08 Martin Rudalics <rudalics@gmx.at>
12448
12449 * window.el (frame-auto-delete): Rename to window-auto-delete.
12450 Make it control auto-deletion of windows and/or frames.
12451 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 12452 for deleting window/frame. (Bug#9419)
8b0874b5
MR
12453 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
12454 Rewrite handling of case when window/frame can be deleted.
12455 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 12456 argument t. (Bug#9456)
8b0874b5 12457
4feb6e73
CY
124582011-09-07 Chong Yidong <cyd@stupidchicken.com>
12459
12460 * help-mode.el (help-mode): Restore autoload.
12461
91ab9c13
JL
124622011-09-07 Juri Linkov <juri@jurta.org>
12463
12464 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
12465 `compilation-environment'. Set buffer-local
12466 `compilation-environment' to `thisenv' later after (funcall mode).
12467 (Bug#8340)
12468
12469 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
12470 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
12471 instead of replacing its value. (Bug#8340)
12472
0527e251
JL
124732011-09-07 Juri Linkov <juri@jurta.org>
12474
12475 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
12476 based on text properties put by `grep-filter' instead of matching
12477 escape sequences.
12478 (grep-mode): Set buffer-local `compilation-error-screen-columns'
12479 to the value of `grep-error-screen-columns' (bug#9438).
12480
249f792c
JL
124812011-09-07 Juri Linkov <juri@jurta.org>
12482
12483 * simple.el (next-error-highlight, next-error-highlight-no-select):
12484 Doc fix (bug#9432).
12485
ff7271b9
OT
124862011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
12487
12488 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12489 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
12490
183fc730
LL
124912011-09-07 Leo Liu <sdl.web@gmail.com>
12492
12493 * net/rcirc.el (rcirc-mode): Conditionally initialize
12494 rcirc-input-ring.
12495
77694924
SM
124962011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * emacs-lisp/find-func.el (find-function-C-source): Only set
12499 find-function-C-source-directory after checking that we found a source
12500 file there (bug#9440).
12501
d809b8eb
AM
125022011-09-06 Alan Mackenzie <acm@muc.de>
12503
12504 * isearch.el (isearch-other-meta-char): Wherever a key list is
12505 unread, "unread" the prefix arg, too. This fixes bug #8901.
12506
453de99f
OG
125072011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
12508
12509 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12510
90439906
JL
125112011-09-05 Juri Linkov <juri@jurta.org>
12512
12513 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12514
f62bd846
JL
125152011-09-05 Juri Linkov <juri@jurta.org>
12516
12517 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12518 keeping point where processing of grep matches begins, and
12519 continue to delete remaining escape sequences from the same point.
12520 (grep-filter): Make leading zero optional in "0?1;31m" because
12521 git-grep emits "\033[1;31m" escape sequences unlike expected
12522 "\033[01;31m" as GNU Grep does (bug#9408).
12523 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12524
045820ec
JL
125252011-09-05 Juri Linkov <juri@jurta.org>
12526
12527 * subr.el (y-or-n-p): Capitalize "yes".
12528
f5e29b9b
MA
125292011-09-04 Michael Albinus <michael.albinus@gmx.de>
12530
12531 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
12532 `tramp-cache-unload-hook' where appropriate.
12533 (tramp-methods): Rename `tramp-remote-sh' to
12534 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
12535 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12536
12537 * net/tramp-sh.el (top): Don't require 'shell.
12538 (tramp-methods): Add `tramp-remote-shell' and
12539 `tramp-remote-shell-args' entries.
12540 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12541 (tramp-sh-handle-shell-command): Remove.
12542 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12543 Use `tramp-remote-shell'.
12544
2784c434
CY
125452011-09-03 Chong Yidong <cyd@stupidchicken.com>
12546
393a301e 12547 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
12548 (sendmail-query-once): Save directly to send-mail-function.
12549 Update message-send-mail-function too.
12550
12551 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12552
464cdf56
CS
125532011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12554
12555 * progmodes/python.el (python-mode-map): Use correct function to
12556 start python interpreter from menu-bar (as reported by Geert
12557 Kloosterman).
12558 (inferior-python-mode-map): Fix typo.
393a301e 12559 (python-shell-map): Remove.
464cdf56 12560
d37e5c87
DD
125612011-09-03 Deniz Dogan <deniz@dogan.se>
12562
12563 * net/rcirc.el (rcirc-print): Simplify code for
12564 rcirc-scroll-show-maximum-output. There is no need to walk
12565 through all windows to find the right one.
12566
f3ada0ee
CS
125672011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12568
12569 * help.el (help-return-method): Doc fix.
12570
1f3c99ca
MR
125712011-09-03 Martin Rudalics <rudalics@gmx.at>
12572
12573 * window.el (window-deletable-p): Don't return a non-nil value
12574 when there's a buffer that was shown in the window before.
12575 (Bug#9419)
393a301e
SM
12576 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12577 Set window's previous buffers to nil.
1f3c99ca 12578
a3cf097f
EZ
125792011-09-03 Eli Zaretskii <eliz@gnu.org>
12580
12581 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12582 newline before and after the tag line, so it doesn't interfere
12583 with determining the paragraph direction of bidirectional text.
12584
3d03de90
LL
125852011-09-03 Leo Liu <sdl.web@gmail.com>
12586
12587 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12588
c3313451
CY
125892011-09-02 Chong Yidong <cyd@stupidchicken.com>
12590
393a301e 12591 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
12592 (pop-to-buffer): Change interactive spec. Pass second argument
12593 directly to display-buffer.
12594 (display-buffer): Fix interactive spec. Use functionp to
12595 distinguish between a function and a list of functions.
12596
12597 * abbrev.el (edit-abbrevs):
12598 * arc-mode.el (archive-extract):
12599 * autoinsert.el (auto-insert):
12600 * bookmark.el (bookmark-bmenu-list):
12601 * files.el (find-file):
12602 * view.el (view-buffer):
12603 * progmodes/compile.el (compilation-goto-locus):
12604 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12605
89894cd8
CY
126062011-09-02 Chong Yidong <cyd@stupidchicken.com>
12607
12608 * window.el (display-buffer-alist): Doc fix.
12609 (display-buffer): Add docstring. Don't treat
12610 display-buffer-default specially.
12611 (display-buffer-reuse-selected-window)
12612 (display-buffer-same-window, display-buffer-maybe-same-window)
12613 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12614 (display-buffer-pop-up-window)
12615 (display-buffer-reuse-or-pop-window)
12616 (display-buffer-use-some-window): New functions.
12617 (display-buffer-default-action): Use them.
393a301e 12618 (display-buffer-default): Delete.
89894cd8
CY
12619 (pop-to-buffer-1): Fix choice of actions.
12620
ae0bc9fb
SM
126212011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * minibuffer.el (completion--insert-strings): Don't get confused by
12624 completion entries that end with an LF char.
12625
e9d90883
EZ
126262011-09-01 Eli Zaretskii <eliz@gnu.org>
12627
12628 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12629
437014c8
CY
126302011-09-01 Chong Yidong <cyd@stupidchicken.com>
12631
12632 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
12633 (display-buffer-same-window, display-buffer-other-window):
12634 New functions.
437014c8
CY
12635 (pop-to-buffer-1): New function. Use the above.
12636 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 12637 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
12638
12639 * view.el (view-buffer-other-window, view-buffer-other-frame):
12640 Just use pop-to-buffer.
12641
a5e063d5
TV
126422011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12643
12644 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12645
793d32bb
WH
126462011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12647
12648 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12649
d65e4c15
RS
126502011-08-31 Richard Stallman <rms@gnu.org>
12651
12652 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12653 of the separation of rmail-view-buffer from rmail-buffer.
12654 If you say no to "replace original", the decrypt is in the
12655 view buffer. If you say yes, the decrypt goes into the
12656 rmail buffer also.
12657
f818cd2a
MR
126582011-08-31 Martin Rudalics <rudalics@gmx.at>
12659
12660 * window.el (display-buffer-window): Rewrite doc-string.
12661 (display-buffer-record-window): New function.
12662 (display-buffer-macro-specifiers)
12663 (display-buffer-even-window-sizes, display-buffer-set-height)
12664 (display-buffer-set-width, display-buffer-in-window)
12665 (display-buffer-reuse-window, display-buffer-split-specifiers)
12666 (display-buffer-side-specifiers, display-buffer-split-window-1)
12667 (display-buffer-split-window, display-buffer-split-atom-window)
12668 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12669 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12670 (display-buffer-other-window-means-other-frame)
12671 (display-buffer-normalize-special)
12672 (display-buffer-normalize-default)
12673 (display-buffer-normalize-argument)
12674 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12675 (display-buffer-normalize-specifiers, display-buffer-frame)
12676 (display-buffer-same-window, display-buffer-same-frame)
12677 (display-buffer-other-window)
12678 (display-buffer-same-frame-other-window)
12679 (display-buffer-other-frame, pop-to-buffer-same-window)
12680 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12681 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12682 (switch-to-buffer-same-frame)
12683 (switch-to-buffer-other-window-same-frame)
12684 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12685 (display-buffer-alist-set-1, display-buffer-alist-set-2)
12686 (display-buffer-alist-set): Remove.
12687 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
12688 (special-display-regexps, special-display-function):
12689 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
12690 parameter.
12691 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
12692 (special-display-frame-alist, special-display-popup-frame)
12693 (same-window-buffer-names, same-window-regexps, same-window-p)
12694 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12695 (split-window-preferred-function, split-height-threshold)
12696 (split-width-threshold, window-splittable-p)
12697 (split-window-sensibly, window--try-to-split-window)
12698 (window--frame-usable-p, even-window-heights)
12699 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
12700 (window--display-buffer-2, display-buffer-other-frame):
12701 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
12702 (display-buffer-default, display-buffer-assq-regexp): New functions.
12703 (display-buffer-alist): Rewrite doc-string.
12704 (display-buffer-default-action)
12705 (display-buffer-overriding-action): New variables.
12706 (display-buffer, switch-to-buffer): Rewrite.
12707 (pop-to-buffer): Restore Emacs 23 behavior but use
12708 window-normalize-buffer-to-display.
12709 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12710 Restore Emacs 23 behavior but use
12711 window-normalize-buffer-to-switch-to.
12712 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
12713 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
12714 Rewrite using Emacs 23 options.
f818cd2a 12715
5bc3b51d
MA
127162011-08-31 Michael Albinus <michael.albinus@gmx.de>
12717
12718 * net/tramp.el (tramp-root-regexp): Remove.
12719 (tramp-completion-file-name-regexp-unified)
12720 (tramp-completion-file-name-regexp-separate)
12721 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 12722 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
12723 (tramp-drop-volume-letter): Simplify definition.
12724 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 12725
b1a4f8e1
SM
127262011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
12729 (bug#9356).
12730
5664fa7b
RT
127312011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
12732
b1a4f8e1 12733 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 12734
9a45d6c3
JL
127352011-08-29 Juri Linkov <juri@jurta.org>
12736
12737 * isearch.el (isearch-done): Don't display message "Mark saved"
12738 when arg `edit' is non-nil to prevent its flicker in the echo area.
12739
fb87e0fb
CY
127402011-08-28 Chong Yidong <cyd@stupidchicken.com>
12741
12742 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
12743 obsolete packages for deletion.
12744
09ac1c2a
CS
127452011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
12746
12747 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 12748 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
12749 view-mode from help-mode.
12750 (help-xref-override-view-map): Remove.
12751 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
12752 view-mode is not used anymore.
12753
7a1ff57f
CY
127542011-08-28 Chong Yidong <cyd@stupidchicken.com>
12755
12756 * server.el (server-port): Doc fix.
12757
b9696605
CY
12758 * cus-theme.el (custom-theme-choose-mode): Inherit from
12759 special-mode (Bug#9124).
12760 (custom-theme-choose-mode-map): Add special-mode to parent.
12761
ef8cdf8c
AM
127622011-08-28 Alan Mackenzie <acm@muc.de>
12763
12764 * progmodes/cc-fonts.el
12765 (c-make-font-lock-BO-decl-search-function): New function.
12766 (c-basic-matchers-after - "Fontify the clauses after various
12767 keywords"): Extract the three keyword lists for the 3 erroneous
12768 constructs from the list of four, and use the new function above
12769 in place of an old one.
12770
27de4e20
DD
127712011-08-28 Deniz Dogan <deniz@dogan.se>
12772
12773 * net/rcirc.el (rcirc-insert-prev-input)
12774 (rcirc-insert-next-input): Remove unused argument.
12775
356a3681
SM
127762011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
12779
3fc9b218
AM
127802011-08-27 Alan Mackenzie <acm@muc.de>
12781
12782 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
12783 handle function pointer parameters properly.
12784
538a061c
MR
127852011-08-27 Martin Rudalics <rudalics@gmx.at>
12786
12787 * window.el (display-buffer-reuse-window): Fix case where
12788 selected window was reused with non-nil OTHER-WINDOW argument.
12789 (Bug#9381)
12790
35b1c40c
DD
127912011-08-27 Deniz Dogan <deniz@dogan.se>
12792
12793 * net/rcirc.el (rcirc-check-auth-status): Adding support for
12794 oftc's NickServ messages.
12795
2f6a3e79
GM
127962011-08-27 Glenn Morris <rgm@gnu.org>
12797
12798 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
12799
7254299e
CY
128002011-08-26 Chong Yidong <cyd@stupidchicken.com>
12801
12802 * emacs-lisp/package.el (package-install): Call package-initialize
12803 if called interactively.
12804
f8ccf167
LL
128052011-08-26 Leo Liu <sdl.web@gmail.com>
12806
12807 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
12808
3e8cd5ce
JL
128092011-08-25 Juri Linkov <juri@jurta.org>
12810
12811 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12812 `search-whitespace-regexp' (bug#9364).
12813
93eb7113
JL
128142011-08-25 Juri Linkov <juri@jurta.org>
12815
12816 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
12817 `regexp-search-ring' to their global values to protect from
12818 updating by `read-from-minibuffer' (bug#9185).
12819
f65d1611
JL
128202011-08-25 Juri Linkov <juri@jurta.org>
12821
12822 * textmodes/ispell.el (ispell-command-loop): Add newline
12823 at the end of the "Use option `i'..." line.
12824
f1cf7a31
JL
128252011-08-25 Juri Linkov <juri@jurta.org>
12826
12827 * battery.el (display-battery-mode): If `battery-status-function'
12828 or `battery-mode-line-format' is nil, display the message and set
12829 `display-battery-mode' to nil (bug#9363).
12830
0c95fcf7
EZ
128312011-08-25 Eli Zaretskii <eliz@gnu.org>
12832
12833 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
12834 bidi-string-mark-left-to-right; they are unnecessary now.
12835
a2ebe600
DD
128362011-08-25 Deniz Dogan <deniz@dogan.se>
12837
12838 * net/quickurl.el: Documentation typo fixes.
12839
e4ed06f1
CY
128402011-08-25 Chong Yidong <cyd@stupidchicken.com>
12841
12842 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
12843
e5f1c99e
GM
128442011-08-25 Glenn Morris <rgm@gnu.org>
12845
b2948976
GM
12846 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12847
e5f1c99e
GM
12848 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
12849 (smtpmail-via-smtp): Handle nil response from smtp.
12850
f22f4808
JL
128512011-08-24 Juri Linkov <juri@jurta.org>
12852
12853 * proced.el (proced-marked): Inherit from `error' instead of
12854 `font-lock-warning-face'.
12855
12856 * ibuffer.el (ibuffer-marked-face): Change default face from
12857 `font-lock-warning-face' to `warning'.
12858 (ibuffer-deletion-face): Change default face from
12859 `font-lock-type-face' to `error'.
12860
12861 * battery.el (battery-update): Use the face `error' instead of
12862 `font-lock-warning-face' (bug#6117).
12863
6a93965e
JL
128642011-08-24 Juri Linkov <juri@jurta.org>
12865
12866 * faces.el (success): Change face color from "Green3" to
12867 "ForestGreen" on light background (bug#9353).
12868
1ed43b09
CY
128692011-08-24 Chong Yidong <cyd@stupidchicken.com>
12870
5664fa7b
RT
12871 * window.el (quit-window): Rename from quit-restore-window.
12872 Use same arglist as old quit-window.
1ed43b09
CY
12873 (frame-auto-delete): Doc fix.
12874
12875 * view.el (view-mode-exit): Use quit-window.
12876
11dcdbb2
JL
128772011-08-24 Juri Linkov <juri@jurta.org>
12878
12879 * isearch.el (isearch-ring-adjust1): Start visiting previous
12880 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
12881 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
12882 for empty search string (when the last search string is reused
12883 automatically) to adjust the isearch ring to the last element and
12884 prepare the correct index for further M-p commands (bug#9185).
12885
de62b4df
KH
128862011-08-24 Kenichi Handa <handa@m17n.org>
12887
12888 * international/ucs-normalize.el: If decomposition property of
12889 CHAR is the default one (i.e. a list of CHAR itself), treat it as
12890 nil.
12891 (nfd, nfkd): Likewise.
12892
963b492b
SM
128932011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
12896 from process filters aren't reliably transmitted to the surrounding
12897 accept-process-output.
12898 (mpc-proc-check): New function.
12899 (mpc-proc-sync): Use it (bug#8293)
12900
93b6b5e1
SM
129012011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12902
12903 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
12904 Add compatibility functions (bug#9313).
12905
bca633fb
EZ
129062011-08-23 Eli Zaretskii <eliz@gnu.org>
12907
b177498a
EZ
12908 * cus-start.el (all): Add entry for bidi-paragraph-direction.
12909
6df6ae42 12910 * international/uni-bidi.el: Regenerate.
bca633fb 12911
0902a04e
KH
129122011-08-23 Kenichi Handa <handa@m17n.org>
12913
12914 * international/charprop.el:
12915 * international/uni-bidi.el:
12916 * international/uni-category.el:
12917 * international/uni-combining.el:
12918 * international/uni-comment.el:
12919 * international/uni-decimal.el:
12920 * international/uni-decomposition.el:
12921 * international/uni-digit.el:
12922 * international/uni-lowercase.el:
12923 * international/uni-mirrored.el:
12924 * international/uni-name.el:
12925 * international/uni-numeric.el:
12926 * international/uni-old-name.el:
12927 * international/uni-titlecase.el:
12928 * international/uni-uppercase.el: Regenerate.
12929
3bbf23bc
MR
129302011-08-23 Martin Rudalics <rudalics@gmx.at>
12931
12932 * help.el (help-window-setup): Fix message displayed when other
12933 window is reused. (Bug#9341)
12934
b3fd59bd
SM
129352011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12936
1802e444
SM
12937 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
12938 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
12939
b3fd59bd
SM
12940 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
12941 Mark obsolete.
12942 * shell.el (shell-parse-pcomplete-arguments): New function.
12943 (shell-completion-vars): Use it instead (bug#9160).
12944
4eb61348
SM
129452011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12946
867cab74
SM
12947 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
12948 strings and comments (bug#9333).
12949
4eb61348
SM
12950 * emacs-lisp/debug.el (debug-arglist): New function.
12951 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
12952 (debug-on-entry-1): Handle interpreted closures (bug#9120).
12953
262a1439
JL
129542011-08-22 Juri Linkov <juri@jurta.org>
12955
56ee679c
JL
12956 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12957 Revert regexp that highlights output switches to its old
12958 pre-2010-10-28 value and remove one `?' from it (bug#9319).
12959
262a1439
JL
12960 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
12961 to check for empty output (bug#9226).
12962
f13f86fb
CY
129632011-08-22 Chong Yidong <cyd@stupidchicken.com>
12964
12965 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
12966 symbol-constituent as the default, as that stops font-lock from
12967 working properly (Bug#8843).
12968
c65c9622
LMI
129692011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12970
12971 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
12972 `coding-system-for-*' around the process open call to avoid
12973 auth-source side effects.
e7f2c178 12974 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
12975 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
12976 probe hangs.
c65c9622 12977
23a8a5ab
CY
129782011-08-21 Chong Yidong <cyd@stupidchicken.com>
12979
ff98b2dd
CY
12980 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
12981
23a8a5ab
CY
12982 * emacs-lisp/find-func.el (find-function-noselect): New arg
12983 lisp-only.
12984
12985 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
12986 signal an error for built-in functions (Bug#6664).
12987
f5e3c598
LMI
129882011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12989
12990 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
12991 (smtpmail-try-auth-methods): Use it.
12992
a3f2468a
CY
129932011-08-21 Chong Yidong <cyd@stupidchicken.com>
12994
2c34e8da
CY
12995 * font-lock.el (font-lock-fontify-region)
12996 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
12997 (font-lock-default-unfontify-buffer)
12998 (font-lock-default-fontify-region)
12999 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
13000
b3fd59bd
SM
13001 * progmodes/compile.el (compilation-error-properties):
13002 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
13003 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
13004 `ant' regexp.
ee31aabc 13005
a3f2468a
CY
13006 * net/browse-url.el (browse-url-firefox): Don't call
13007 browse-url-firefox-sentinel unless using -remote (Bug#9328).
13008
8e999f70
GM
130092011-08-20 Glenn Morris <rgm@gnu.org>
13010
c21a496a
GM
13011 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
13012
59ee0542
GM
13013 * tutorial.el (tutorial--default-keys): Update some default bindings.
13014
8e999f70
GM
13015 * files.el (hack-local-variables): Fully ignore case for "mode:".
13016
e3715033
AM
130172011-08-20 Alan Mackenzie <acm@muc.de>
13018
13019 Resolve invalid use of a regexp in regexp-opt.
13020
4d61f28d
JB
13021 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
13022 detection for a java annotation.
e3715033 13023
4d61f28d 13024 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
13025 detection for a java annotation.
13026
4d61f28d
JB
13027 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
13028 handling for java.
e3715033
AM
13029 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
13030
04ed2e9c
CY
130312011-08-20 Chong Yidong <cyd@stupidchicken.com>
13032
13033 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
13034 (Bug#9274).
13035
826cee64
AM
130362011-08-20 Alan Mackenzie <acm@muc.de>
13037
58179cce 13038 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
13039 such a construct. Mainly for when jit-lock etc. starts a chunk
13040 here.
13041
58179cce 13042 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 13043 variable.
58179cce 13044 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
13045 c-make-font-lock-search-function.
13046 (c-make-font-lock-search-function): Use the above function.
13047 (c-make-font-lock-context-search-function): New function.
13048 (c-cpp-matchers): Enhance the preprocessor expression case with
13049 the above function
13050 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
13051 which takes an expression.
13052
13053 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
13054
13009bd8
MR
130552011-08-20 Martin Rudalics <rudalics@gmx.at>
13056
13057 * window.el (display-buffer-reuse-window)
13058 (display-buffer-pop-up-window): Don't reuse or split a side
13059 window.
13060
9234ff7f
GM
130612011-08-19 Glenn Morris <rgm@gnu.org>
13062
13063 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 13064 Downcase "Mode:". (Bug#9331)
9234ff7f 13065
f635daa1
CY
130662011-08-18 Chong Yidong <cyd@stupidchicken.com>
13067
13068 * international/characters.el: Add L and R categories.
13069
13070 * subr.el (bidi-string-mark-left-to-right): Rename from
13071 string-mark-left-to-right. Use category search.
13072
13073 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
13074
bc987f8b
JL
130752011-08-18 Juri Linkov <juri@jurta.org>
13076
13077 * faces.el (error, warning, success): New faces with definitions
13078 copied from old default values of `font-lock-warning-face',
13079 `compilation-warning', `compilation-info' (bug#6117).
13080
13081 * font-lock.el (font-lock-warning-face): Inherit from `error'.
13082
13083 * progmodes/compile.el (compilation-error): Inherit from `error'.
13084 (compilation-warning): Inherit from `warning'.
13085 (compilation-info): Inherit from `success'.
13086
13087 * dired.el (dired-marked): Inherit from `warning'.
13088 (dired-flagged): Inherit from `error'.
13089
57173b96
LMI
130902011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13091
3e79eb87
LMI
13092 * mail/smtpmail.el (auth-source): Require to avoid problems with
13093 binding variables (bug#9298). Also clean up some unused
13094 autoloads.
13095
b3fd59bd
SM
13096 * net/network-stream.el (network-stream-open-starttls):
13097 Support using starttls.el without using gnutls-cli.
57173b96 13098
02b404de
JL
130992011-08-17 Juri Linkov <juri@jurta.org>
13100
13101 * progmodes/grep.el (rgrep): Handle the case when
13102 `grep-find-command' is a cons cell (bug#9278).
13103
8c9177f2
MR
131042011-08-17 Martin Rudalics <rudalics@gmx.at>
13105
13106 * window.el (display-buffer-pop-up-frame): Run frame creation
13107 function with BUFFER current (as special-display-popup-frame
13108 does). Reported by Drew Adams.
13109
3644a0ab
DU
131102011-08-17 Daiki Ueno <ueno@unixuser.org>
13111
13112 * epa-mail.el: Simplify GnuPG group expansion using
13113 epg-expand-group.
13114 (epa-mail-group-alist, epa-mail-group-modtime)
13115 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
13116 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
13117 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
13118 Remove.
13119
5e617bc2 131202011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
13121
13122 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
13123
9c4aeabf
AM
131242011-08-16 Alan Mackenzie <acm@muc.de>
13125
13126 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
13127 Correct, to avoid the inside of macros.
13128
3a99bf64
RS
131292011-08-16 Richard Stallman <rms@gnu.org>
13130
04963aa8
RS
13131 * epa-mail.el: Handle GnuPG group definitions.
13132 (epa-mail-group-alist, epa-mail-group-modtime)
13133 (epa-mail-gnupg-conf-file): New variables.
13134 (epa-mail-parse-groups, epa-mail-sync-groups)
13135 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
13136 (epa-mail-expand-recipients): New functions.
13137 (epa-mail-encrypt): Call epa-mail-expand-recipients.
13138
177549d0
RS
13139 * mail/rmail.el (rmail-epa-decrypt): New command.
13140
fe38beef
RS
13141 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
13142 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
13143 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
13144 (epa-decrypt-armor-in-region): Make error message clearer.
13145
934eacb9
SM
131462011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
13147
13148 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
13149 and "a2b" to "ab" for `prefix'.
13150
d024fb4e
CY
131512011-08-14 Chong Yidong <cyd@stupidchicken.com>
13152
13153 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
13154 filter groups.
de148fee
CY
13155 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
13156 Fourquet (Bug#8804).
d024fb4e 13157
62f1ca49
JB
131582011-08-12 Juanma Barranquero <lekktu@gmail.com>
13159
13160 * startup.el (argi): Declare as global variable (bug#9275).
13161
9ccaaa4b
CY
131622011-08-12 Chong Yidong <cyd@stupidchicken.com>
13163
13164 * subr.el (string-mark-left-to-right): Search the entire string
13165 for RTL script, not just the terminating character. Doc fix.
13166
a3dae87a
SM
131672011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
13168
6cd18349
SM
13169 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
13170 New function.
13171 (js--regexp-literal, js-syntax-propertize-function): Remove.
13172 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
13173 (js-mode-map): Don't rebind electric keys.
13174 (js-insert-and-indent): Remove.
13175 (js-mode): Setup electric-layout and electric-indent instead.
13176
a3dae87a
SM
13177 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
13178
9d5cb631
DU
131792011-08-12 Daiki Ueno <ueno@unixuser.org>
13180
13181 * epa.el (epa-progress-callback-function): Fix the logic of
13182 displaying progress.
13183 * epa-file.el (epa-file-insert-file-contents): Make progress
13184 display more user-friendly.
13185 (epa-file-write-region): Ditto.
13186
3e26a4a2
CY
131872011-08-10 Chong Yidong <cyd@stupidchicken.com>
13188
13189 * subr.el (string-mark-left-to-right): New function.
13190
13191 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
13192 Use string-mark-left-to-right.
13193 (list-buffers-noselect): Caller changed.
13194
a3dae87a
SM
13195 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13196 Use string-mark-left-to-right.
3e26a4a2
CY
13197 (tabulated-list-print): Recenter after moving point.
13198
ac8cf6e6
JL
131992011-08-10 Juri Linkov <juri@jurta.org>
13200
13201 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
13202 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
13203 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
13204
8d96c9a4
CY
132052011-08-09 Chong Yidong <cyd@stupidchicken.com>
13206
13207 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
13208 (Bug#7554).
13209
7be1c708 132102011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
13211
13212 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
13213 character. (Bug#6594)
13214
37e11a63
CY
132152011-08-08 Chong Yidong <cyd@stupidchicken.com>
13216
839dde57
CY
13217 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
13218 (image-dired--with-db-file): New macro.
13219 (image-dired-write-tags, image-dired-remove-tag)
13220 (image-dired-create-gallery-lists, image-dired-write-comments)
13221 (image-dired-get-comment, image-dired-mark-tagged-files)
13222 (image-dired-list-tags, image-dired-gallery-generate): Use it.
13223 (image-dired-gallery-generate): Use insert-file-contents.
13224
37e11a63
CY
13225 * time.el (display-time-world-list, display-time-world-display):
13226 * time-stamp.el (time-stamp-string):
13227 * vc/add-log.el (add-change-log-entry): Use setenv instead of
13228 set-time-zone-rule (Bug#7337).
13229
0b4946c4
DU
132302011-08-08 Daiki Ueno <ueno@unixuser.org>
13231
13232 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
13233 (epg-error-to-string, epg-errors-to-string): New function.
13234 (epg-wait-for-completion): Reverse errors list.
13235 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
13236 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
13237 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
13238 (epg-sign-keys, epg-generate-key-from-file)
13239 (epg-generate-key-from-string): Format errors by using
13240 epg-errors-to-string (bug#9255).
13241 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
13242
75bfc667
JL
132432011-08-07 Juri Linkov <juri@jurta.org>
13244
13245 * faces.el (list-faces-display): Remove extra angle bracket
13246 from `help-mode-map'.
13247
13248 * info.el (Info-history-toc-nodes): Doc fix.
13249
13250 * longlines.el (longlines-mode): Doc fix.
13251
673e08bb
SM
132522011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
13253
4640dd88
SM
13254 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
13255 of statements and in a few more cases (bug#9183).
13256
673e08bb
SM
13257 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
13258 New functions.
13259 (cl-transform-lambda): Use them (bug#9239).
13260
89b3f019
MR
132612011-08-05 Martin Rudalics <rudalics@gmx.at>
13262
13263 * window.el (display-buffer-same-window)
13264 (display-buffer-same-frame, display-buffer-other-window)
13265 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13266 (pop-to-buffer-other-window)
13267 (pop-to-buffer-same-frame-other-window)
13268 (pop-to-buffer-other-frame): Make them defuns.
13269 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
13270
640c8776
SM
132712011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13272
13273 * subr.el (make-composed-keymap): Move from C. Change calling
13274 convention, and improve docstring to bring attention to a subtle point.
13275 * minibuffer.el (completing-read-default): Adjust accordingly.
13276
63648a95
MA
132772011-08-03 Michael Albinus <michael.albinus@gmx.de>
13278
13279 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13280 (tramp-open-shell): Use `tramp-shell-quote-argument'.
13281
13282 * net/trampver.el: Update release number.
13283
b796c9b7
SM
132842011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13285
13286 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
13287 "in" (bug#9190).
13288
2239d7d5
LMI
132892011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13290
e07dd7c3
LMI
13291 * mail/sendmail.el (sendmail-query-once): Restore the current
13292 buffer after querying (bug#9074).
13293
0e6a2bd7
LMI
13294 * dired.el (dired-flagged): Use different faces for marked and
13295 flagged files (bug#6117).
13296
ce887515
LMI
13297 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
13298 (bug#4433).
13299
92f2affc
LMI
13300 * ido.el (ido-mode): Switch off the message if called
13301 non-interactively.
13302
57d5aff0
LMI
13303 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
13304 before 587, since it appears that that's more likely to work for
13305 more people.
13306
98cd6c18 13307 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 13308 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
13309 exist.
13310
b96dec83
LMI
13311 * info.el: Remove the `Info-beginning-of-buffer' function
13312 (bug#8325).
13313
b796c9b7
SM
13314 * net/network-stream.el (network-stream-open-starttls):
13315 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 13316
d90e2ea0
MR
133172011-08-01 Martin Rudalics <rudalics@gmx.at>
13318
13319 * window.el (display-buffer-in-window): Don't set dedicated status
13320 of window here (Bug#9215).
13321 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13322 (display-buffer-pop-up-side-window)
b796c9b7 13323 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 13324
cca09170
SM
133252011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
13326
13327 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
13328 before binding generated-autoload-file.
13329
027b979c
DD
133302011-08-01 Deniz Dogan <deniz@dogan.se>
13331
13332 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
13333
3c7ee4f3
MA
133342011-07-30 Michael Albinus <michael.albinus@gmx.de>
13335
13336 Sync with Tramp 2.2.2.
13337
13338 * net/trampver.el: Update release number.
13339
2cc8e51a
JL
133402011-07-30 Juri Linkov <juri@jurta.org>
13341
13342 * dired-aux.el (dired-touch-initial): Remove function.
13343 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
13344 current time, and `default' to the last modification time of the
13345 current marked file (bug#6887).
13346
a514d856
JM
133472011-07-28 Jose E. Marchesi <jemarch@gnu.org>
13348
13349 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 13350 numeric argument to read-number (bug#9163).
a514d856 13351
8a7eddd7
MA
133522011-07-27 Michael Albinus <michael.albinus@gmx.de>
13353
13354 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
13355 connection process, it could be nil.
13356
1ddd96f5
LL
133572011-07-27 Leo Liu <sdl.web@gmail.com>
13358
13359 Simplify url handling in rcirc-mode.
13360
13361 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
13362 (rcirc-browse-url-at-mouse): Remove.
13363 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
13364
b248a85d
AM
133652011-07-26 Alan Mackenzie <acm@muc.de>
13366
13367 Fontify bitfield declarations properly.
13368
13369 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13370 (c-symbol-chars): Now exported as a lang variable.
13371 (c-not-primitive-type-keywords): New lang variable.
13372
13373 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13374 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 13375 parsed as a bitfield declaration.
b248a85d 13376
b796c9b7
SM
13377 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13378 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
13379 (c-punctuation-in): New function.
13380 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
13381 declarations properly.
13382
68575ab0
UJ
133832011-07-26 Ulf Jasper <ulf.jasper@web.de>
13384
13385 * calendar/icalendar.el (icalendar--all-events): Take care of
13386 multiple vcalendars in a single file.
b796c9b7 13387 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 13388
0f0a88b9
DD
133892011-07-25 Deniz Dogan <deniz@dogan.se>
13390
13391 * image.el (insert-image): Clarifying docstring.
13392
0b3f36df
MA
133932011-07-24 Michael Albinus <michael.albinus@gmx.de>
13394
13395 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
13396 `tramp-send-command-and-check' if there is no error.
13397 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
13398
a9901f61
AM
133992011-07-22 Alan Mackenzie <acm@muc.de>
13400
13401 Prevent cc-langs.elc being loaded at run time.
13402
13403 * progmodes/cc-mode.el: Remove two autoload forms which loaded
13404 cc-langs.
13405
4d61f28d 13406 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
13407 "(require 'cc-langs)". Quote a form so it will evaluate at
13408 (cc-mode's) compilation time.
13409
11d074b2
MA
134102011-07-22 Michael Albinus <michael.albinus@gmx.de>
13411
13412 * net/tramp.el (tramp-file-name-handler): Avoid recursive
13413 loading. (Bug#9114)
13414
938b94c8
MR
134152011-07-21 Martin Rudalics <rudalics@gmx.at>
13416
13417 * window.el (display-buffer-pop-up-window)
13418 (display-buffer-pop-up-side-window)
13419 (display-buffer-in-side-window): Call display-buffer-set-height
13420 and display-buffer-set-width after setting the new window's
b796c9b7 13421 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 13422
bfa4f190
SS
134232011-07-20 Sam Steingold <sds@gnu.org>
13424
13425 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
13426 (etags-tags-included-tables): Call `convert-standard-filename' on
13427 the file names contained in TAGS so that windows Emacs can handle
13428 TAGS files created by cygwin ctags.
13429
8ca42262
LMI
134302011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13431
13432 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
13433 which apparently didn't work.
13434
5db2afd2 134352011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 13436
5db2afd2
RW
13437 * proced.el (proced-send-signal): For *Marked Processes* buffer
13438 put point at beginning of buffer.
13439
92e15d10
SB
134402011-07-19 Stephen Berman <stephen.berman@gmx.net>
13441
13442 * proced.el (proced-format): Make header lines align with the text
13443 (bug#1779).
13444
1bfd59e5
LMI
134452011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13446
13447 * view.el (view-buffer): Allow running in `special' modes if we're
13448 visiting a file (bug#8615).
13449
f5aae37c
MR
134502011-07-19 Martin Rudalics <rudalics@gmx.at>
13451
13452 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
13453 (display-buffer-alist-set-1, display-buffer-alist-set-2):
13454 New functions.
f5aae37c
MR
13455 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
13456 more accurately.
13457
bf2c1571
AM
134582011-07-18 Alan Mackenzie <acm@muc.de>
13459
13460 Fontify declarators properly when, e.g., a jit-lock chunk begins
13461 inside a declaration.
13462
13463 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
13464
b796c9b7
SM
13465 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13466 New function.
bf2c1571
AM
13467 (c-complex-decl-matchers): Insert reference to
13468 c-font-lock-enclosing-decls.
13469
13470 * progmodes/cc-engine.el (c-backward-single-comment):
13471 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
13472 to nil around calls to (forward-comment -1).
13473
4e190b80
LMI
134742011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13475
12dc863d
LMI
13476 * image.el (put-image): Doc typo fix.
13477
a762e966
LMI
13478 * progmodes/etags.el (tags-search): Doc typo fix.
13479
4e190b80
LMI
13480 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
13481 password if we get errors 550 to 554.
13482
f019fb21
LMI
134832011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13484
b796c9b7 13485 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 13486
81746738
LMI
13487 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
13488 indentation character (bug#6380).
13489
3ee3a1b5
LMI
13490 * files.el (buffer-offer-save): Made permanently local (bug#6241).
13491
c82f64de
LMI
13492 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
13493 to clarify what the problem is (bug#4291).
13494
f019fb21
LMI
13495 * simple.el (current-kill): Clarify what
13496 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
13497 (auto-fill-mode): Document `auto-fill-function' in relation to
13498 `auto-fill-mode' (bug#2470).
f019fb21 13499
0794775d
LM
135002011-07-16 Lawrence Mitchell <wence@gmx.li>
13501
13502 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13503 method if slot is read-only (bug#9035).
13504
be39b8cc
MR
135052011-07-16 Martin Rudalics <rudalics@gmx.at>
13506
b796c9b7 13507 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 13508 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
13509 selected before, see discussion of (Bug#8615), (Bug#6954).
13510 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 13511
6ccf7859
GM
135122011-07-15 Glenn Morris <rgm@gnu.org>
13513
13514 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 13515 Respect help-form.
6ccf7859 13516
87e86684
LM
135172011-07-09 Lawrence Mitchell <wence@gmx.li>
13518
13519 * net/gnutls.el (gnutls-min-prime-bits): New variable.
13520 (gnutls-negotiate): Use it.
13521
d6066239
LMI
135222011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13523
b796c9b7
SM
13524 * net/gnutls.el (gnutls-negotiate):
13525 Upcase `gnutls-algorithm-priority'.
d6066239 13526
bd23ebc0
GM
135272011-07-15 Glenn Morris <rgm@gnu.org>
13528
c65bca65
GM
13529 * jka-compr.el (jka-compr-verbose): Move from here...
13530 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
13531 Add missing :version tag.
13532 * info.el: No need to require jka-compr when compiling.
bd23ebc0 13533
478615cc
LMI
135342011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13535
7b41decb
LMI
13536 * net/gnutls.el (gnutls-algorithm-priority): New variable.
13537 (gnutls-negotiate): Use it.
13538
dbc44fcd
LMI
13539 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13540
06789f97
LMI
13541 * info.el (Info-beginning-of-buffer): New command.
13542 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13543 announcing `b' as the key (bug#8325).
ab896c37 13544 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 13545
c39da690
LMI
13546 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13547
3aa5f34b
LMI
13548 * international/mule-cmds.el
13549 (describe-specified-language-support): Make the error message
13550 clearer (bug#8905).
13551
4bf0979f
LMI
13552 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13553
478615cc
LMI
13554 * isearch.el (isearch-barrier): Add a doc string, since it's
13555 mentioned in a function doc string (bug#8678).
13556
75c68aa1
MR
135572011-07-15 Martin Rudalics <rudalics@gmx.at>
13558
13559 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13560 buffer argument (Bug#9083) and self-identifying label argument.
13561
a7c33da2
GM
135622011-07-15 Glenn Morris <rgm@gnu.org>
13563
13564 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
13565
2f5c6024
LMI
135662011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13567
13568 * man.el (Man-fontify-manpage): Fix message when formatting the
13569 man page (bug#7929).
13570
0bb23927 135712011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
13572
13573 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13574 argument LRM; if non-nil, append an invisible LRM character to the
13575 buffer name.
13576 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13577 last argument non-nil, when formatting buffer names.
0bb23927
EZ
13578 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13579 paragraph direction.
cce4b0a7 13580
621ef9ab
LMI
135812011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13582
d1583c48
LMI
13583 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13584 the man page name (bug#7929).
13585
6a57fb5f
LMI
13586 * image.el (put-image): Mention the `put-image' overlay property
13587 (bug#7834).
13588
d7956b14
LMI
13589 * scroll-bar.el (set-scroll-bar-mode): Mention that
13590 `scroll-bar-mode' lists the values (bug#7772).
13591
5b2d4a66
LMI
13592 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13593 command (bug#7729).
13594
7509a874
LMI
13595 * rect.el (apply-on-rectangle): Return the point after the last
13596 operation.
13597 (string-rectangle): Go to the point after the last operation
13598 (bug#7522).
13599
4fe74b19
LMI
13600 * printing.el (pr-toggle-region): Clarify the documentation
13601 slightly (bug#7493).
13602
b796c9b7
SM
13603 * time.el (display-time-update):
13604 Allow `display-time-mail-function' to return nil (bug#7158).
13605 Fix suggested by Detlev Zundel.
ab283561 13606
fc233c9d
LMI
13607 * vc/diff.el (diff): Clarify the order the file names are read
13608 (bug#7111).
13609
43f5740b
LMI
13610 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13611 the doc string (bug#7015).
13612
f2182a76
LMI
13613 * font-lock.el (font-lock-maximum-decoration): Mention what
13614 numeric levels mean (bug#6935).
13615
621ef9ab
LMI
13616 * startup.el (initial-buffer-choice): Don't mention the `none'
13617 selection, which is against policy.
13618
adc47434
MR
136192011-07-14 Martin Rudalics <rudalics@gmx.at>
13620
b796c9b7
SM
13621 * window.el (display-buffer-normalize-special):
13622 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 13623
7e5bfb8f
EZ
136242011-07-14 Eli Zaretskii <eliz@gnu.org>
13625
13626 * subr.el (version<, version<=, version=): Mention "-CVS" and
13627 "-12345" alpha version numbers.
13628
27fa387a
CY
136292011-07-14 Chong Yidong <cyd@stupidchicken.com>
13630
13631 * bindings.el: Add advertised binding for set-mark-command
13632 (Bug#5772).
13633
8bdfa064
CY
136342011-07-14 Chong Yidong <cyd@stupidchicken.com>
13635
13636 * bindings.el (mode-line-other-buffer):
13637 * bookmark.el (bookmark-bmenu-2-window):
13638 * bs.el (bs-cycle-next, bs-cycle-previous):
13639 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13640 switch-to-buffer.
13641
13642 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 13643 Delete.
8bdfa064 13644
5eba16a3
JB
136452011-07-14 Juanma Barranquero <lekktu@gmail.com>
13646
13647 * follow.el (follow-debug-message, follow-redisplay):
13648 * jka-cmpr-hook.el (with-auto-compression-mode):
13649 Fix typos in docstrings.
13650
15853710
LMI
136512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13652
a28e4607
LMI
13653 * subr.el (with-silent-modifications): Clarify somewhat what the
13654 macro inhibits (bug#6525).
13655
15853710
LMI
13656 * simple.el (eval-expression): Note what it does if called
13657 interactively (bug#6495).
13658
bee0fcef
CY
136592011-07-13 Chong Yidong <cyd@stupidchicken.com>
13660
b796c9b7
SM
13661 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13662 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
13663
13664 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13665 Remove switch-to-buffer.
13666
58274504
LMI
136672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13668
bd2fcc8d
LMI
13669 * files.el (make-directory): Clarify that an error will be raised
13670 if there's an error (bug#6397).
13671
0f04b32c
LMI
13672 * startup.el (initial-buffer-choice): Add `none' as a choice
13673 (bug#6234).
13674
465c5fc8
LMI
13675 * subr.el (add-hook): Clarify section about buffer-local hooks
13676 (bug#6218).
13677
58274504
LMI
13678 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13679
bead9a43
JB
136802011-07-13 Juanma Barranquero <lekktu@gmail.com>
13681
13682 * tabify.el (untabify): Preserve the current column so that point
13683 doesn't move (bug#6032).
13684
3af98a7b
LMI
136852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13686
b796c9b7
SM
13687 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13688 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 13689
6240145a
GM
136902011-07-13 Glenn Morris <rgm@gnu.org>
13691
13692 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
13693 (dired-insert-directory): Give a message the first time
13694 if ls is found not to support --dired.
13695
1d8c2ccc
LMI
136962011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13697
13698 * simple.el (toggle-truncate-lines): Clarify what is toggled
13699 (bug#5580). Text by Drew Adams.
13700
5fc4038e
CY
137012011-07-13 Chong Yidong <cyd@stupidchicken.com>
13702
13703 * simple.el (blink-matching-open): Make the error message from the
13704 last change less verbose.
13705
bf6012e5
DN
137062011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13707
13708 * font-lock.el (font-lock-comment-face): Use the high contrast
13709 "yellow" color for font-lock-comment-face on low color terminals
13710 using a dark background color (bug#4221).
13711
343c3b5a
LMI
137122011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13713
7e9505c5
LMI
13714 * dired.el (dired-insert-set-properties): Make the doc string
13715 reflect what it does now (bug#5325).
13716
c26fdcf5
LMI
13717 * simple.el (blink-matching-open): Say that we were unable to find
13718 the match within the limit, if we're limited (bug#5122).
13719
bb388cc5
LMI
13720 * international/mule-cmds.el (prefer-coding-system): Add an
13721 example (bug#4869).
13722
343c3b5a
LMI
13723 * progmodes/etags.el (tags-search): Document `file-list-form'
13724 (bug#4731).
13725
2a517d45
LM
137262011-07-13 Lawrence Mitchell <wence@gmx.li>
13727
13728 * net/browse-url.el (browse-url-default-browser)
13729 (browse-url-browser-function): Make the default browser choice a
13730 bit more logical (bug#4300). Also clean up the doc string.
13731
b6c78ef2
JB
137322011-07-13 Juanma Barranquero <lekktu@gmail.com>
13733
13734 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
13735 binary endings (bug#4440).
13736
1c4dd947
LMI
137372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13738
a2014063
LMI
13739 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
13740 which can be pretty annoying (bug#8971).
13741
9c9c2d88
LMI
13742 * jka-compr.el (jka-compr-verbose): New variable, and use
13743 throughout (bug#8971).
13744
1c4dd947
LMI
13745 * info.el (Info-find-file): Fall back on the installation
13746 directory if we can't find the info node anywhere else.
13747
a1c9f41b
SO
137482011-07-13 Sergei Organov <osv@javad.com> (tiny change)
13749
13750 * vc/vc.el (vc-revert-file):
13751 Don't set file time-stamp in the past. (Bug#5181)
13752
536f3d36
LMI
137532011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13754
7152b011
LMI
13755 * files.el (after-find-file): Give a better error message when
13756 trying to find a symlink that points to a file that doesn't exist
13757 (bug#4398).
13758
536f3d36
LMI
13759 * progmodes/cc-vars.el: Remove (probably) misleading comment
13760 (bug#4396).
13761
460c0fba
JB
137622011-07-12 Johan Bockgård <bojohan@gnu.org>
13763
13764 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
13765
7a6bda45
CY
137662011-07-12 Chong Yidong <cyd@stupidchicken.com>
13767
13768 * mouse-sel.el: Hack restoring functionality, while keeping
13769 compatibility with 2010-07-03 changes to mouse selection.
13770 (mouse-sel-primary-overlay): New var.
13771 (mouse-sel-selection-alist): Use it.
13772 (mouse-sel-mode): Doc fix; remove points that are default features
13773 of mouse.el.
13774
c79598ef
JB
137752011-07-12 Johan Bockgård <bojohan@gnu.org>
13776
13777 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13778 Fix previous fix (bug#2490).
13779
ff8be6ef
RW
137802011-07-12 Roland Winkler <winkler@gnu.org>
13781
b796c9b7
SM
13782 * textmodes/bibtex.el (bibtex-initialize):
13783 Use pop-to-buffer-same-window.
ff8be6ef
RW
13784 (bibtex-search-entries): Fix interactive call.
13785
296ba3ee
LMI
137862011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13787
f5242a02 13788 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
13789 Fontise bytecomp Error lines more correctly (bug#2490).
13790 Fix suggested by Johan Bockgård.
f5242a02 13791
296ba3ee
LMI
13792 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
13793
13794 * dired-x.el (dired-guess-default): Use `delete-dups'.
13795
f69fd0d2
CY
137962011-07-12 Chong Yidong <cyd@stupidchicken.com>
13797
13798 * dired.el (dired-mark-prompt):
13799 * dired-aux.el (dired-read-shell-command): Doc fix.
13800
eab5dc07
LMI
138012011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13802
b796c9b7
SM
13803 * mail/sendmail.el (sendmail-query-once):
13804 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
13805 emacs -Q.
13806
13807 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13808
eab5dc07
LMI
13809 * cus-edit.el (custom-file): Take an optional no-error variable.
13810 (customize-save-variable): Set the variable, and give a warning if
13811 running under "emacs -q".
13812
a1e65d42
JB
138132011-07-11 Juanma Barranquero <lekktu@gmail.com>
13814
13815 * loadhist.el (unload-feature-special-hooks):
13816 Add `auto-coding-functions', `fill-nobreak-predicate' and
13817 `find-directory-functions' (bug#5327).
13818
1d52da10
LMI
138192011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13820
be958f1d
LMI
13821 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
13822
5bedb26c
LMI
13823 * cus-edit.el (custom-guess-name-alist): -alist variables should
13824 use the `alist' type (bug#3120). Suggested by Drew Adams.
13825
1d52da10
LMI
13826 * printing.el: Add documentation to all the `pr-toggle-' commands.
13827
cd394be1 138282011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
13829
13830 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
13831 backends where it makes sense (bug#2623).
13832
dcc88d8a
LMI
138332011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13834
c3de9feb
LMI
13835 * dired-x.el (dired-guess-default): Remove duplicate shell command
13836 entries (bug#2028).
8a93078b 13837 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 13838 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 13839
dcc88d8a
LMI
13840 * subr.el (remove-duplicates): New conveniency function.
13841
505e3645
LMI
138422011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13843
13844 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
13845 (bug#1526).
13846
138472011-07-10 Martin Rudalics <rudalics@gmx.at>
13848
13849 * window.el (display-buffer-normalize-default): Don't invert
13850 meaning of even-window-heights. Reported by Eli Zaretskii
13851 <eliz@gnu.org>.
13852
455e4fa1
BR
138532011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
13854
13855 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
13856
8e0bc3e9
CY
138572011-07-10 Chong Yidong <cyd@stupidchicken.com>
13858
13859 * window.el (display-buffer): Fix arguments to
13860 display-buffer-reuse-window in last change.
13861
fa7c3228
CY
13862 * faces.el (link): Use a less saturated blue on light backgrounds.
13863
13864 * startup.el (fancy-startup-text, fancy-about-text)
13865 (fancy-startup-tail): Use font-lock faces, for background safety.
13866
c0a7f300
BN
138672011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
13868
b796c9b7
SM
13869 * emulation/viper-cmd.el (viper-change-state-to-vi):
13870 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 13871
4dc2a129
MR
138722011-07-09 Martin Rudalics <rudalics@gmx.at>
13873
13874 * window.el (display-buffer-default-specifiers): Remove.
13875 (display-buffer-macro-specifiers): Remove default specifiers.
13876 (display-buffer-alist): Default to nil.
b796c9b7 13877 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
13878 (display-buffer-pop-up-window): Allow splitting internal
13879 windows. Check whether a live window was created.
13880 (display-buffer-other-window-means-other-frame)
13881 (display-buffer-normalize-arguments): Rename to
13882 display-buffer-normalize-argument and rewrite. Set the
13883 other-window specifier.
13884 (display-buffer-normalize-special): New function.
13885 (display-buffer-normalize-options): Rename to
13886 display-buffer-normalize-default and rewrite.
13887 (display-buffer-normalize-options-inhibit): Remove.
13888 (display-buffer-normalize-specifiers): Rewrite.
13889 (display-buffer): Process other-window specifier and call
13890 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
13891 more faithfully.
b796c9b7 13892 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 13893 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
13894 (display-buffer-in-window, display-buffer-alist-set):
13895 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
13896 <tassilo@member.fsf.org>.
13897
2d43b8c9
LL
138982011-07-09 Leo Liu <sdl.web@gmail.com>
13899
13900 * register.el (insert-register): Restore accidental change on
13901 2011-06-26. (Bug#9028)
13902
7f9b7c53
GM
139032011-07-09 Glenn Morris <rgm@gnu.org>
13904
13905 * subr.el (remq): Handle the empty list. (Bug#9024)
13906
f042cfd8
AS
139072011-07-08 Andreas Schwab <schwab@linux-m68k.org>
13908
13909 * mail/sendmail.el (send-mail-function): No longer delay custom
13910 initialization.
13911 * custom.el (custom-initialize-delay): Doc fix.
13912
856b2f11
SM
139132011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13914
13915 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
13916
afae1d68
MA
139172011-07-08 Michael Albinus <michael.albinus@gmx.de>
13918
13919 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
13920 human-friendly prompt.
13921
0757af94
SM
139222011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13923
13924 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
13925 provided by a particular plugin.
13926
d760b731
LMI
139272011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13928
13929 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
13930 save customizations (with "emacs -Q"), just set the variable
13931 instead of erroring out.
13932
13933 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13934
cd79ce90
JL
139352011-07-08 Juri Linkov <juri@jurta.org>
13936
13937 * arc-mode.el (archive-zip-expunge, archive-zip-update)
13938 (archive-zip-update-case): Use 7z if found by `executable-find'.
13939 The order of searching the available programs is the same as in
13940 `archive-zip-extract' (bug#8968).
13941
14cc04aa
CY
139422011-07-07 Chong Yidong <cyd@stupidchicken.com>
13943
13944 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
13945 (menu-bar-options-menu): Tweak descriptions.
13946
0a1848ec
LMI
139472011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13948
13949 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
13950 menu items into verb phrases (bug#1421). Also refill to fit under
13951 80 columns.
13952
f5bd0689
CY
139532011-07-07 Chong Yidong <cyd@stupidchicken.com>
13954
538e85c6
CY
13955 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
13956 (Info-read-node-name): Doc fix (Bug#1084).
13957
f5bd0689
CY
13958 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
13959 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
13960 (end-of-sexp, beginning-of-sexp)
13961 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
13962 (forward-symbol, forward-same-syntax, word-at-point)
13963 (sentence-at-point): Doc fix (Bug#1144).
13964
56ec5115
LMI
139652011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13966
f3f8e37f
LMI
13967 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
13968 should cover it (bug#1281).
13969
0757af94 13970 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 13971
e9fce1ac 13972 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
13973 negotiation fails, then possibly try again with a non-encrypted
13974 connection (bug#9017).
13975
56ec5115
LMI
13976 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
13977 be used.
13978
c2f9aec8
RS
139792011-07-07 Richard Stallman <rms@gnu.org>
13980
13981 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
13982 property, and handle its changed format.
13983 Look for the correct line number.
13984 Use file's line contents (but not past first =) to find
13985 correct line in message.
13986
ef7b981d 139872011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
13988
13989 * international/characters.el (build-unicode-category-table):
13990 Delete it.
0757af94 13991 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 13992
0757af94 13993 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
13994 to src/chartab.c.
13995 (get-char-code-property): Call unicode-property-table-internal to
13996 load a file. Call get-unicode-property-internal where necessary.
13997 (put-char-code-property): Call unicode-property-table-internal to
13998 load a file. Call put-unicode-property-internal where necessary.
13999 put-unicode-property-internal where necessary.
0757af94
SM
14000 (char-code-property-description):
14001 Call unicode-property-table-internal to load a file.
c805dec0
KH
14002
14003 * international/charprop.el:
14004 * international/uni-bidi.el:
14005 * international/uni-category.el:
14006 * international/uni-combining.el:
14007 * international/uni-comment.el:
14008 * international/uni-decimal.el:
14009 * international/uni-decomposition.el:
14010 * international/uni-digit.el:
14011 * international/uni-lowercase.el:
14012 * international/uni-mirrored.el:
14013 * international/uni-name.el:
14014 * international/uni-numeric.el:
14015 * international/uni-old-name.el:
14016 * international/uni-titlecase.el:
14017 * international/uni-uppercase.el: Regenerate.
14018
14019 * loadup.el: Load international/charprop.el before
14020 international/characters.
14021
e14b388a
CY
140222011-07-07 Chong Yidong <cyd@stupidchicken.com>
14023
14024 * window.el (next-buffer, previous-buffer): Signal an error if
14025 called from a minibuffer window.
14026
14027 * bindings.el: Revert 2011-07-04 change.
14028
354cf0ba
RS
140292011-07-06 Richard Stallman <rms@gnu.org>
14030
14031 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
14032 (rmail-mime-insert-bulk, rmail-mime-insert-text):
14033 Treat markers like ints.
14034 (rmail-mime-entity): Doc fix.
14035
a48868a7
LMI
140362011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14037
4906cd3d
LMI
14038 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
14039 defcustom again for backwards compatibility.
14040
e0457abe
LMI
14041 * simple.el (shell-command-on-region): Fill.
14042
d67f7e1f
LMI
14043 * dired-aux.el (dired-kill-line): Add a doc string.
14044
fe204702
LMI
14045 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
14046 to "\\sw\\|\\s_" (bug#358).
14047
a48868a7
LMI
14048 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
14049 (dired-unmark-backward): Ditto.
14050 (dired-flag-backup-files): Ditto.
14051
14052 * dired-x.el (dired-mark-sexp): Ditto.
14053
aa8a705c
RS
140542011-07-06 Richard Stallman <rms@gnu.org>
14055
14056 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
14057 (rmail-mime-entity): New arg TRUNCATED.
14058 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
14059 New functions.
14060 (rmail-mime-save): Warn if entity is truncated.
14061 (rmail-mime-toggle-hidden): Likewise, for showing.
14062 (rmail-mime-process-multipart): Record when an entity is truncated.
14063
a9a936b9
RS
14064 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
14065 if ENTITY is a string.
14066
1f2b92cb
LMI
140672011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14068
f4f73198 14069 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
14070 of faces when `M-C-x'-ing their definitions (bug#8378).
14071 Also clean up the code slightly.
f4f73198 14072
12b16734 14073 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 14074 because that makes the colors go away.
12b16734 14075
f0691d22
LMI
14076 * mail/sendmail.el (send-mail-function): Change the default to
14077 `sendmail-query-once'.
9e87df06 14078 (sendmail-query-once): Add an autoload cookie.
f0691d22 14079
1f2b92cb
LMI
14080 * net/network-stream.el (network-stream-open-starttls): Try using
14081 a plain connection even if the server offered STARTTLS, and we
14082 kinda wanted to use it, if Emacs doesn't have any STARTTLS
14083 capability. This should make smtpmail.el work in slightly more
14084 configurations.
14085
1cdd2a1b
MA
140862011-07-06 Michael Albinus <michael.albinus@gmx.de>
14087
14088 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14089 New defun.
14090 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
14091
fbcc67e2
MM
140922011-07-06 Michael R. Mauger <mmaug@yahoo.com>
14093
14094 * progmodes/sql.el: Version 3.0
0757af94 14095 (sql-product-alist): Add product :completion-object,
fbcc67e2 14096 :completion-column, and :statement attributes.
0757af94 14097 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 14098 (sql-mode-syntax-table): Mark all punctuation.
0757af94 14099 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
14100 ansi keywords.
14101 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 14102 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
14103 (sql-oracle-show-reserved-words): New function for development.
14104 (sql-product-font-lock): Simplify for source code buffers.
14105 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
14106 New functions.
14107 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
14108 (sql-mode-map): Add statement movement functions.
14109 (sql-ansi-statement-starters, sql-oracle-statement-starters):
14110 New variable.
fbcc67e2
MM
14111 (sql-statement-regexp, sql-beginning-of-statement)
14112 (sql-end-of-statement, sql-signum): New functions.
0757af94 14113 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
14114 (sql-show-sqli-buffer): Bug fix.
14115 (sql-interactive-mode): Store connection data as buffer local.
0757af94 14116 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
14117 with sql-interactive-mode.
14118 (sql-save-connection): Save buffer local settings.
0757af94 14119 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
14120 (sql-product-interactive): Bug fix.
14121 (sql-preoutput-hold): New variable.
14122 (sql-interactive-remove-continuation-prompt): Bug fixes.
14123 (sql-debug-redirect): New variable.
14124 (sql-str-literal): New function.
14125 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 14126 Redesign.
fbcc67e2
MM
14127 (sql-oracle-save-settings, sql-oracle-restore-settings)
14128 (sql-oracle-list-all, sql-oracle-list-table): New functions.
14129 (sql-completion-object, sql-completion-column)
14130 (sql-completion-sqlbuf): New variables.
14131 (sql-build-completions-1, sql-build-completions)
14132 (sql-try-completion): New functions.
14133 (sql-read-table-name): Use them.
14134 (sql-contains-names): New buffer local variable.
14135 (sql-list-all, sql-list-table): Use it.
14136 (sql-oracle-completion-types): New variable.
14137 (sql-oracle-completion-object, sql-sqlite-completion-object)
14138 (sql-postgres-completion-object): New functions.
14139
d4eaeab1
GM
141402011-07-06 Glenn Morris <rgm@gnu.org>
14141
14142 * window.el (pop-to-buffer): Doc fix.
14143
322b7dab 141442011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
14145
14146 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
14147
322b7dab 141482011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 14149
322b7dab 14150 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 14151
322b7dab 14152 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 14153
605dd5bf
CY
141542011-07-05 Chong Yidong <cyd@stupidchicken.com>
14155
14156 * button.el (button): Inherit from link face. Suggested by Dan
14157 Nicolaescu.
14158
7dbfa719
SM
141592011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14160
3db614b0
SM
14161 * progmodes/gdb-mi.el: Fit in 80 columns.
14162 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
14163 switch-to-buffer.
14164
7dbfa719
SM
14165 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
14166 if imenu is simply not configured (bug#8941).
14167
919d884a
KM
141682011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
14169
14170 * allout.el (allout-post-undo-hook): New allout outline-change
14171 event hook to signal undo activity.
14172 (allout-post-command-business): Run allout-post-undo-hook if an
14173 undo just occurred.
7dbfa719
SM
14174 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
14175 * allout-widgets.el (allout-widgets-after-undo-function):
14176 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
14177 in the vicinity of an undo.
14178 (allout-widgets-mode): Include allout-widgets-after-undo-function
14179 on the new allout-post-undo-hook.
14180
450a0f09
SM
141812011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14182
14183 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
14184 Let define-derived-mode define it.
14185 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
14186 cycles of abbrev-table inheritance (bug#8998).
14187
2de69e00
RW
141882011-07-05 Roland Winkler <winkler@gnu.org>
14189
14190 * textmodes/bibtex.el: Add support for biblatex.
14191 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
14192 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
14193 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
14194 (bibtex-entry-alist, bibtex-field-alist): New variables.
14195 (bibtex-entry-field-alist): Obsolete alias for
14196 bibtex-BibTeX-entry-alist.
14197 (bibtex-entry-alist, bibtex-field-alist): New widgets.
14198 (bibtex-set-dialect): New command.
14199 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
14200 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
14201 Bind via bibtex-set-dialect.
2de69e00
RW
14202 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
14203 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
14204 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
14205 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
14206 Define via bibtex-set-dialect.
450a0f09
SM
14207 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
14208 Obey bibtex-no-opt-remove-re.
2de69e00
RW
14209 (bibtex-vec-push, bibtex-vec-incr): New functions.
14210 (bibtex-format-entry, bibtex-field-list)
14211 (bibtex-print-help-message, bibtex-validate)
14212 (bibtex-search-entries): Use new format of bibtex-entry-alist.
14213
2dcdbdd9
SM
142142011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14215
14216 * progmodes/compile.el (compilation-goto-locus):
14217 * net/tramp-cmds.el (tramp-append-tramp-buffers):
14218 * bs.el (bs-cycle-next, bs-cycle-previous):
14219 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
14220 * bindings.el (mode-line-other-buffer):
14221 * autoinsert.el (auto-insert):
14222 * arc-mode.el (archive-extract):
14223 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
14224
b27640fe
JB
142252011-07-05 Juanma Barranquero <lekktu@gmail.com>
14226
14227 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
14228 Fix check of `emacs-lock-unlockable-modes'.
14229 Coerce true values of `emacs-lock--try-unlocking' to t.
14230
53bbe3ad
JB
142312011-07-05 Juanma Barranquero <lekktu@gmail.com>
14232
14233 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
14234 * emacs-lock.el: New file.
14235
1d3cdbc7
JD
142362011-07-05 Julien Danjou <julien@danjou.info>
14237
14238 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
14239 than `boundp' to check if face is set.
14240
9173deec
JB
142412011-07-05 Juanma Barranquero <lekktu@gmail.com>
14242
14243 * register.el (registerv-make):
14244 * window.el (window-min-height): Fix typos in docstrings.
14245
869795d6
JD
142462011-07-05 Jan Djärv <jan.h.d@swipnet.se>
14247
9173deec 14248 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
14249 Update doc string.
14250
b768cdcd
JB
142512011-07-04 Juanma Barranquero <lekktu@gmail.com>
14252
14253 * server.el (server-execute): Catch quit and call
14254 `server-return-error' to pass the error back to emacsclient and
14255 close the connection (bug#8942).
14256
13aa217b
KM
142572011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
14258
14259 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
14260 insecure exception for current topic. Also note that auto-saves
14261 are handled differently.
14262
5d3385a0 14263 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
14264 State variables for tracking auto-save inhibition situation.
14265
14266 (allout-write-contents-hook-handler): Rename from
14267 'allout-write-file-hook-handler', and describe how it depends on
14268 write-contents-functions sensitivity to non-nil value to prevent
14269 file write.
14270
14271 (allout-auto-save-hook-handler): Remove. auto-save does not check
14272 this in individual buffers, only in the starting buffer, so this
14273 is not the right way for us to inhibit auto-save in a buffer
14274 according to its condition.
14275
14276 (allout-mode): Use new allout-write-contents-hook-handler, and
14277 only with write-contents-functions. Remove auto-save provisions -
14278 they're implemented elsewhere.
14279
14280 (allout-before-change-handler): If undo is in progress, note that
14281 for attention of allout-post-command-business.
14282
14283 (allout-post-command-business): If the command we're following was
14284 an undo, check for change in the status of encrypted items and
14285 adjust auto-save inhibitions accordingly.
14286
14287 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
14288 according to whether there are or aren't any plain-text topics
14289 pending encryption.
14290
2dcdbdd9 14291 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
14292 Adjust buffer-saved-size and some allout state to inhibit auto-saves
14293 if there are plain-text topics pending encryption.
13aa217b
KM
14294
14295 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
14296 buffer-saved-size and some allout state to not inhibit auto-saves
14297 if there are no longer any plain-text topics pending encryption.
14298
0757af94
SM
14299 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
14300 No longer provide for exemption of the current topic.
13aa217b 14301
ac89b32c
JL
143022011-07-04 Juri Linkov <juri@jurta.org>
14303
14304 Add 7z operations to delete and save changed members (bug#8968).
14305 * arc-mode.el (archive-7z-expunge, archive-7z-update):
14306 New defcustoms.
14307 (archive-7z-write-file-member): New function.
14308 (archive-7z-summarize): Fix the number of dashes in the
14309 listing output.
14310
8fa39615
SM
143112011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14312
14313 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
14314 (bug#8958).
14315
2f11b3f1
CY
143162011-07-04 Chong Yidong <cyd@stupidchicken.com>
14317
d66fef2b
CY
14318 * bindings.el: Ignore next-buffer and previous-buffer in
14319 minibuffer-local-map.
14320
2f11b3f1
CY
14321 * font-lock.el (font-lock-builtin-face): Change light background
14322 color to dark slate blue (Bug#6693).
14323
f932a347
WD
143242011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
14325
14326 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
14327
c8af70e1
SM
143282011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
14331 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14332 Add switch-to-buffer.
14333
f158badc
LMI
143342011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14335
14336 * isearch.el (isearch-search-fun-function): Clarify further the
14337 meaning of the function returned.
14338
6d95bd46
MA
143392011-07-04 Michael Albinus <michael.albinus@gmx.de>
14340
14341 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
14342
14343 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
14344 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
14345 Use it.
14346 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
14347 `tramp-default-remote-path' does not exist.
14348 (tramp-send-command-and-read): New optional argument NOERROR.
14349 (tramp-open-connection-setup-interactive-shell)
14350 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
14351 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
14352 (tramp-process-sentinel): Flush also process' connection property.
14353 (tramp-sh-handle-start-file-process): Do not set process
14354 sentinel. It is done now ...
14355 (tramp-maybe-open-connection): ... here. (Bug#8929)
14356
909e6b67
MK
143572011-07-04 MON KEY <monkey@sandpframing.com>
14358
14359 * play/animate.el (animate-string): Doc fixes and allow changing
14360 the buffer name (bug#5417).
14361
143622011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14363
c8af70e1 14364 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 14365
f34755dc
PE
143662011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14367
396cec72
PE
14368 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14369 This is simpler and helps future-proof the code.
14370 (timer-until): Use time-subtract and float-time.
08235028 14371 (timer--time-less-p): Use time-less-p.
f34755dc 14372
56e6cc31
JB
143732011-07-04 Juanma Barranquero <lekktu@gmail.com>
14374
3abb79e5
JB
14375 * type-break.el (timep): Use the value of `float-time' to avoid a
14376 byte-compiler warning.
14377
56e6cc31
JB
14378 * server.el (server-eval-and-print): Return any result, even nil.
14379
7b9430b4
PE
143802011-07-03 Paul Eggert <eggert@cs.ucla.edu>
14381
14382 * type-break.el: Accept time formats that the builtins accept.
14383 (timep, type-break-time-difference): Accept any format that
14384 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
14385 This is simpler and helps future-proof the code.
14386 (type-break-time-difference): Round rather than ignoring
14387 subseconds components.
14388
3034e9e7
LMI
143892011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14390
14391 * info.el (Info-apropos-matches): Make non-interactive, since it
14392 doesn't seem to do anything useful as a command (bug#8829).
14393
1485f4c0
CY
143942011-07-03 Chong Yidong <cyd@stupidchicken.com>
14395
14396 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 14397 Move from faces.el.
1485f4c0
CY
14398 (frame-default-terminal-background): New function.
14399
14400 * custom.el (custom-push-theme): Don't record faces in `changed'
14401 theme; this doesn't work correctly for per-frame face settings.
14402 (disable-theme): Use face-set-after-frame-default to reset faces.
14403 (custom--frame-color-default): New function.
14404
9fa3dd45
LMI
144052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14406
c8af70e1 14407 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
14408 (bug#8769).
14409
6cbbc20c
KR
144102011-03-29 Kevin Ryde <user42@zip.com.au>
14411
14412 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14413 `perl-Test2' extend to match possible "fail #N" rep count
14414 (bug#8377).
14415
c7f98048
LMI
144162011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14417
65676592
LMI
14418 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
14419 `smtpmail-via-smtp' now returns the error instead of nil.
14420
c7f98048
LMI
14421 * isearch.el (isearch-search-fun-function): Clarify the doc string
14422 (bug#8101).
14423
56e6cc31 144242011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
14425
14426 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
14427 unnecessary spaces (bug#8987).
14428
2b216704
LMI
144292011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14430
14431 * net/network-stream.el (open-network-stream): Use the
14432 :end-of-capability command thoughout.
14433
144342011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14435
14436 * net/network-stream.el (open-network-stream): Add the
14437 :end-of-capability command parameter, used by pop3.el.
14438
36adf6ce
LMI
144392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14440
1ca0da0e
LMI
14441 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
14442
fc00f69c
LMI
14443 * fringe.el (fringe-query-style): Remove redundant text " (type ?
14444 for list)" (bug#6475).
14445
28fd8759 14446 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 14447 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
14448 an error (bug#6297).
14449
0dd8b6da
LMI
14450 * man.el (Man-reference-regexp): Allow matching possible
14451 word-wrapped references (bug#6289).
14452
ce1438d6
LMI
14453 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
14454 for consistency with the other vc buffers (bug#6197).
14455 (vc-checkin): Ditto.
14456
14457 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
14458
36adf6ce
LMI
14459 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
14460
e83cc1f7
LMI
144612011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14462
8a20ca4c
LMI
14463 * custom.el (defcustom): Clarify that :set is only used in the
14464 Customize user interface (bug#6089).
14465
83319045
LMI
14466 * progmodes/flymake.el (flymake-mode): If the buffer isn't
14467 associated with a file, refuse to run instead of erroring out
14468 (bug#6084).
14469
a8392169
LMI
14470 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
14471 the doc string, since it appears that using `fill-column' always
14472 controls the width (bug#7845).
14473
e83cc1f7
LMI
14474 * simple.el (shell-command-on-region): Say where the error output
14475 went if `shell-command-default-error-buffer' is set (bug#6857).
14476
e47ca23b
KM
144772011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
14478
14479 * allout.el (allout-yank-processing): Adjust cursor position for
14480 backwards-deleted space.
14481
14482 (allout-rebullet-heading): Register changes with
14483 allout-exposure-changed-hook, so the modified topic is properly
14484 decorated.
14485
5cf56143
LMI
144862011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14487
08549772
LMI
14488 * minibuffer.el (completion-in-region): Document PREDICATE
14489 (bug#7136).
14490
48e96771
LMI
14491 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
14492 of keyword/argument pairs (bug#6904).
14493
c8af70e1
SM
14494 * replace.el (multi-occur):
14495 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 14496
e17d05e2
LMI
144972011-07-02 Drew Adams <drew.adams@oracle.com>
14498
14499 * dired.el (dired-mark-if): Make the message about whether it's
14500 marking or unmarking clearer (bug#8523).
14501
063b0e45
LMI
145022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14503
14504 * disp-table.el (display-table-print-array): New function.
14505 (describe-display-table): Use it to print the vectors more pretty
14506 (Bug#8859).
14507
28545e04
MR
145082011-07-02 Martin Rudalics <rudalics@gmx.at>
14509
14510 * window.el (window-state-get-1): Don't assign clone numbers.
14511 Add clone-of item to list of window parameters.
14512 (window-state-put-2): Don't process clone numbers.
14513 (display-buffer-alist): Fix doc-string.
14514
3349e122
SM
145152011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14516
14517 * subr.el (remq): Don't allocate if it's not needed.
14518 (keymap--menu-item-binding, keymap--menu-item-with-binding)
14519 (keymap--merge-bindings): New functions.
14520 (keymap-canonicalize): Use them to refine the canonicalization.
14521 * minibuffer.el (minibuffer-local-completion-map)
14522 (minibuffer-local-must-match-map): Move initialization from C.
14523 (minibuffer-local-filename-completion-map): Move initialization from C;
14524 don't inherit from anything here.
14525 (minibuffer-local-filename-must-match-map): Make obsolete.
14526 (completing-read-default): Use make-composed-keymap to combine
14527 minibuffer-local-filename-completion-map with either
14528 minibuffer-local-must-match-map or
14529 minibuffer-local-filename-completion-map.
14530
d224ac83
GM
145312011-07-01 Glenn Morris <rgm@gnu.org>
14532
3de63bf8
GM
14533 * type-break.el (type-break-time-sum): Use dolist.
14534
d224ac83
GM
14535 * textmodes/flyspell.el (flyspell-word-search-backward):
14536 Replace CL function.
14537
1a1e3f32
SM
145382011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14539
fe3f64d5
SM
14540 * mouse.el (mouse--strip-first-event): New function.
14541 (function-key-map): Use it to map fringe clicks to normal clicks
14542 by default.
14543
eb604e34
SM
14544 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14545 (vc-bzr-revision-completion-table): Add support for annotate and date.
14546
1a1e3f32
SM
14547 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14548 inherit from parent.
14549
5bd35902
LMI
145502011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14551
ace6c69c 14552 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 14553 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 14554
191e2bed
LMI
14555 * dired.el (dired-mode): Fix up the doc string as suggested by
14556 Drew Adams (bug#8817).
14557
5bd35902
LMI
14558 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14559 cookie, since the manual says that it should be possible to add
14560 this function to `find-file-hook' (bug#8709).
14561
eee8207a
TZ
145622011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14563
14564 * progmodes/cfengine.el: Moved all cfengine3.el functionality
14565 here. Noted Ted Zlatanov as the maintainer.
14566 (cfengine-common-settings, cfengine-common-syntax): New functions
14567 to set up common things between `cfengine-mode' and
14568 `cfengine3-mode'.
14569 (cfengine3-mode): New mode.
14570 (cfengine3-defuns cfengine3-defuns-regex
14571 (cfengine3-class-selector-regex cfengine3-category-regex)
14572 (cfengine3-vartypes cfengine3-font-lock-keywords)
14573 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 14574 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 14575
36b148cf
MA
145762011-07-01 Michael Albinus <michael.albinus@gmx.de>
14577
14578 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14579
14580 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14581
0bf4ba9a
MR
145822011-07-01 Martin Rudalics <rudalics@gmx.at>
14583
14584 * window.el (same-window-buffer-names, same-window-regexps)
14585 (same-window-p, special-display-frame-alist)
14586 (special-display-popup-frame, special-display-function)
14587 (special-display-buffer-names, special-display-regexps)
14588 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14589 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14590 (split-window-preferred-function, split-height-threshold)
14591 (split-width-threshold, even-window-heights)
14592 (display-buffer-mark-dedicated, window-splittable-p)
14593 (split-window-sensibly, window-safely-shrinkable-p):
14594 Un-obsolete.
14595 (display-buffer): Don't spread args with function specifier
14596 because special-display-popup-frame won't like it.
14597
35837f51
PE
145982011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14599
d0672f86
PE
14600 Time-stamp simplifications and fixes.
14601 These improve accuracy slightly, and future-proof the code
14602 against some potential changes to current-time format.
14603
b9444d97
PE
14604 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14605 by using time-since and float-time.
14606
0ef923dc
PE
14607 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14608 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14609 + NNN microseconds".
14610
2f81380d
PE
14611 * type-break.el (type-break-time-sum): Rewrite using time-add.
14612
845b5c3e
PE
14613 * play/hanoi.el (hanoi-current-time-float): Remove.
14614 All uses replaced by float-time.
14615
ee6f1be0
PE
14616 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14617 This yields a more-accurate answer.
14618 (rng-time-to-float): Remove; no longer needed.
14619
fe955043
PE
14620 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14621
5777162a
PE
14622 * calendar/timeclock.el (timeclock-seconds-to-time):
14623 Defalias to seconds-to-time, since they're the same thing.
14624
3103f8b6 14625 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 14626 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
14627 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14628
0e61a35f
SM
146292011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14630
14631 * window.el (bury-buffer): Don't iconify the only frame.
14632 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14633 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14634
ddd63a1e
CY
146352011-07-01 Chong Yidong <cyd@stupidchicken.com>
14636
0e61a35f
SM
14637 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14638 Add mouse-yank-primary.
ddd63a1e 14639
055f4923
TZ
146402011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14641
14642 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14643
6a2fb145
SM
146442011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14645
14646 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14647 (find-library-name): Use it to find relative load names when provided
14648 absolute file name (bug#8803).
14649
fd4983f2
LMI
146502011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14651
887d14ad
LMI
14652 * textmodes/flyspell.el (flyspell-word): Consider words that
14653 differ only in case as potential doublons (bug#5687).
14654
c53dc7fc
LMI
14655 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14656 Remove two rather uninteresting debugging-like messages to make
14657 debbugs.el more silent.
14658
fd4983f2
LMI
14659 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14660 a password-like phrase.
14661
7a71b18d 146622011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
14663
14664 * progmodes/cc-guess.el: New file.
14665
6a2fb145 14666 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
14667
14668 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14669 derived from `c-basic-common-init'.
14670
14671 * progmodes/cc-mode.el (top-level): Require cc-guess.
14672 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14673
1fa280a3
LM
146742011-06-30 Lawrence Mitchell <wence@gmx.li>
14675
14676 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14677
e6597158
AM
146782011-06-30 Alan Mackenzie <acm@muc.de>
14679
1fa280a3
LM
14680 * progmodes/cc-engine.el (c-guess-continued-construct):
14681 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
14682 lock is disabled. Name this case as "CASE G".
14683
68ba37fb
KM
146842011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
14685
14686 * allout.el (allout-yank-processing): Fix injection of extra space
14687 between bullet and non-whitespace character in first topic when
14688 pasting, ensuring that the actual spacing in the pasted topic
14689 following the bullet char is preserved. This extra space was
14690 causing pasted encrypted topics to get a decrypted status even
14691 when the content was actually still encrypted. Now the decryption
14692 status from before the paste is preserved.
14693
14694 (allout-flag-region): Set all allout overlays so they evaporate
14695 when reduced to zero length (evanescent), to prevent overlay
14696 leakage.
14697
887a0b34
GM
146982011-06-30 Glenn Morris <rgm@gnu.org>
14699
94b9acce
GM
14700 * w32-fns.el (w32-charset-info-alist): Declare.
14701
1d9b46d4
GM
14702 * find-dired.el (find-grep-options): Simplify.
14703
cc232200
GM
14704 * term/ns-win.el (ns-set-resource): Declare.
14705
28e77c46
GM
14706 * ses.el (row, col): Declare dynamic variables honestly.
14707
887a0b34
GM
14708 * textmodes/reftex-parse.el (index-tags): Declare.
14709
658d8eb8
CY
147102011-06-30 Chong Yidong <cyd@stupidchicken.com>
14711
14712 * cus-edit.el (customize-push-and-save): New function.
14713
14714 * files.el (hack-local-variables-confirm): Use it.
14715
1fa280a3
LM
14716 * custom.el (load-theme): New arg NO-CONFIRM.
14717 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
14718 (custom-enabled-themes): Doc fix.
14719
14720 * cus-theme.el (customize-create-theme)
14721 (custom-theme-merge-theme): Callers to load-theme changed.
14722
bb617717
LMI
147232011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14724
d61bdd5d
LMI
14725 * thingatpt.el (thing-at-point-short-url-regexp): Require that
14726 short URLs have at least one dot in them (bug #7614).
14727
bb617717
LMI
14728 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
14729 nil, because using a pty is apparently too slow (bug #895).
14730
2f31f37a
LMI
147312011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14732
14733 * mail/sendmail.el (sendmail-query-once): New function.
14734 (sendmail-query-once-function): New variable.
14735
3076b24e
GM
147362011-06-29 Glenn Morris <rgm@gnu.org>
14737
faf2a174
GM
14738 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
14739
3076b24e
GM
14740 * ses.el (top-level): Require cl when compiling.
14741 (ses-set-localvars): Fix error statement.
14742 Call it at compile time to silence a storm of warnings.
14743
5386012d
MR
147442011-06-29 Martin Rudalics <rudalics@gmx.at>
14745
14746 * window.el (normalize-live-buffer): Rename to
14747 window-normalize-buffer.
14748 (normalize-live-frame): Rename to window-normalize-frame.
14749 (normalize-any-window): Rename to window-normalize-any-window.
14750 (normalize-live-window): Rename to window-normalize-live-window.
14751 (make-window-atom): Rename to window-make-atom.
14752 (window-resize-reset): Rename to window--resize-reset.
14753 (window-resize-reset-1): Rename to window--resize-reset-1.
14754 (resize-mini-window): Rename to window--resize-mini-window.
14755 (resize-subwindows-skip-p): Rename to
14756 window--resize-subwindows-skip-p.
14757 (resize-subwindows-normal): Rename to
14758 window--resize-subwindows-normal.
14759 (resize-subwindows): Rename to window--resize-subwindows.
14760 (resize-other-windows): Rename to window--resize-siblings.
14761 (resize-this-window): Rename to window--resize-this-window.
14762 (resize-root-window): Rename to window--resize-root-window.
14763 (resize-root-window-vertically): Rename to
14764 window--resize-root-window-vertically.
14765 (normalize-buffer-to-display): Rename to
14766 window-normalize-buffer-to-display.
14767 (normalize-buffer-to-switch-to): Rename to
14768 window-normalize-buffer-to-switch-to.
14769 Correspondingly update all callers of the functions listed
14770 above.
14771 (display-buffer-alist, display-buffer-normalize-arguments)
14772 (display-buffer-normalize-options, display-buffer)
14773 (display-buffer-alist-set): Use "function" instead of
14774 "fun-with-args".
14775
1176868d
CY
147762011-06-28 Chong Yidong <cyd@stupidchicken.com>
14777
14778 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
14779 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
14780 debbugs.gnu.org. Mention acknowledgment email.
14781
20a7a65f
LMI
147822011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
14783
14784 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
14785 buffer multibyteness, since it shouldn't matter.
14786
5f45cca5
MR
147872011-06-28 Martin Rudalics <rudalics@gmx.at>
14788
14789 * window.el (display-buffer-in-side-window): Handle dedicated
14790 windows as in display-buffer-reuse-window.
14791 (display-buffer-normalize-alist): Use value of override
14792 specifier.
14793 (display-buffer-normalize-specifiers): Use value of
14794 other-window-means-other-frame specifier.
14795 (display-buffer-alist): Rewrite some texts in widgets.
14796 (display-buffer): Spread arguments when calling function
14797 specified by fun-with-args.
14798
ad85fe1f
DD
147992011-06-28 Deniz Dogan <deniz@dogan.se>
14800
1fa280a3
LM
14801 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14802 Unnest `let'.
da68c4c8 14803
ad85fe1f
DD
14804 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
14805 selectors (Bug#5732).
ec49bd31 14806 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 14807
a08cc025
JA
148082011-06-27 Jari Aalto <jari.aalto@cante.net>
14809
14810 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
14811 (eshell-ls-date-format): New defcustom.
14812 (eshell-ls-file): Use it.
14813
e2b551c5
SM
148142011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14815
14816 * help-fns.el (describe-variable): Fix message for terminal-local vars.
14817
8982b231
KY
148182011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
14819
14820 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
14821 (ange-ftp-make-tmp-name): New arg.
14822 (ange-ftp-file-local-copy): Use it.
14823
36c9fa27
J
148242011-06-27 Jambunathan K <kjambunathan@gmail.com>
14825
14826 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
14827 no-conversion (Bug#8870).
14828
d68443dc
MR
148292011-06-27 Martin Rudalics <rudalics@gmx.at>
14830
14831 * window.el (window-right, window-left, window-child)
14832 (window-child-count, window-last-child)
14833 (window-iso-combination-p, walk-window-tree-1)
14834 (window-atom-check-1, window-tree-1, delete-window)
14835 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
14836 new naming conventions - window-vchild, window-hchild,
14837 window-next and window-prev are now called window-top-child,
14838 window-left-child, window-next-sibling and window-prev-sibling
14839 respectively.
d615d6d2
MR
14840 (resize-window-reset): Rename to window-resize-reset.
14841 (resize-window-reset-1): Rename to window-resize-reset-1.
14842 (resize-window): Rename to window-resize.
14843 (window-min-height, window-min-width)
14844 (resize-mini-window, resize-this-window, resize-root-window)
14845 (resize-root-window-vertically, adjust-window-trailing-edge)
14846 (enlarge-window, shrink-window, maximize-window)
14847 (minimize-window, delete-window, quit-restore-window)
14848 (split-window, balance-windows, balance-windows-area-adjust)
14849 (balance-windows-area, window-state-put-2)
14850 (display-buffer-even-window-sizes, display-buffer-set-height)
14851 (display-buffer-set-width, set-window-text-height)
14852 (fit-window-to-buffer): Rename all "resize-window" prefixed
14853 calls to use the "window-resize" prefix convention.
14854 (display-buffer-alist): Fix symbol for label specifier.
14855 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
14856 corresponding specifier.
14857 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 14858
b6458526
VB
148592011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14860
14861 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
14862 convention.
14863 (ses-call-printer): Does not pass an empty string to formatter when the
14864 cell is empty to keep from barking printer Calc math-format-value.
14865
d31fd9ac
RS
148662011-06-27 Richard Stallman <rms@gnu.org>
14867
43d5bf84
RS
14868 * battery.el (battery-mode-line-limit): New variable.
14869 (battery-update): Handle it.
14870
d31fd9ac
RS
14871 * mail/rmailmm.el (rmail-mime-process-multipart):
14872 Handle truncated messages.
14873
819a6054
GM
148742011-06-27 Glenn Morris <rgm@gnu.org>
14875
14876 * progmodes/flymake.el (flymake-err-line-patterns):
14877 Allow for column numbers in the ant/javac pattern. (Bug#8866)
14878
cedc73f2
VB
148792011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14880
819a6054 14881 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
14882 (ses--clean-!, ses--clean-_): New functions.
14883 (ses-range): Add configurability of readout order, and conversion
14884 to Calc vector.
14885
5e5d49b6
VB
14886 * ses.el (ses-repair-cell-reference-all): New function.
14887 (ses-cell-symbol): Set macro as safe, so that it can be used in
14888 formulas.
14889
56e6cc31 14890 * ses.el: Update cycle detection algorithm.
90ca8b49 14891 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 14892 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
14893 (ses-set-localvars): New function.
14894 (ses-make-cell): Add property-list as a cell element.
14895 (ses-cell-property-get-fun, ses-cell-property-get)
14896 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
14897 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
14898 New functions.
90ca8b49
VB
14899 (ses-cell-property-set, ses-cell-property-pop)
14900 (ses-cell-property-get-handle): New macro.
14901 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
14902 New aliases, used for code readability.
14903 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
14904 cycle detection.
14905 (ses-self-reference-early-detection): New defcustom.
fac916bf 14906 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
14907 (ses-mode): Use ses-set-localvars.
14908 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
14909 before lauching the update processing.
14910 (ses-initialize-Dijkstra-attempt): New function.
14911 (ses-recalculate-cell): Update for cycle detection based on
14912 Dijkstra algorithm.
14913
2bb63e81
VB
14914 * ses.el: Fix commenting and indenting convention.
14915
c9d29fb8
SM
149162011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 * bs.el (bs-cycle-next): Complete last change.
14919
d8e4b68b
JB
149202011-06-27 Drew Adams <drew.adams@oracle.com>
14921
14922 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
14923
40098786
LMI
149242011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14925
c9d29fb8
SM
14926 * net/network-stream.el (network-stream-open-starttls):
14927 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
14928 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
14929
40098786
LMI
14930 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
14931 to binary to possibly avoid line encoding issues on Windows (among
14932 other things).
14933
468d09d4
LMI
149342011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14935
14936 * net/network-stream.el (open-network-stream): Return an :error
14937 saying what the problem was, if possible.
14938
14939 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
14940 server.
14941
14942 * net/network-stream.el (network-stream-open-starttls): If we
14943 wanted to use STARTTLS, and the server offered it, but we weren't
14944 able to because we had no STARTTLS support, then close the connection.
14945 (open-network-stream): Return an :error element, if present.
14946
16f07dd7
CY
149472011-06-26 Chong Yidong <cyd@stupidchicken.com>
14948
88821ca0
CY
14949 * hl-line.el (hl-line-sticky-flag): Doc fix.
14950 (global-hl-line-sticky-flag): New option (Bug#8323).
14951 (global-hl-line-highlight): Obey it.
14952
16f07dd7
CY
14953 * vc/vc.el (vc-revert-show-diff): Default to t.
14954
6b5ccddf
KM
149552011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
14956
c9d29fb8
SM
14957 * allout-widgets.el (allout-widgets-post-command-business):
14958 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
14959 undecorated when an isearch is continued past, and isearch
14960 automatically collapses them. This leads to "widget leaks", where
14961 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
14962 hidden widgets can slow down cursor travel, substantially.
14963 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
14964 so we're doing without this nicety.
14965
14966 (allout-widgets-tally-string): Don't try to do a hash-table-count
14967 of allout-widgets-tally when it's nil. This eliminates spurious "Error
14968 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
14969 *Messages* when allout-widgets-maintain-tally is t.
14970
355f2e07
MR
149712011-06-26 Martin Rudalics <rudalics@gmx.at>
14972
14973 * window.el (display-buffer-normalize-argument): Rename to
14974 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
14975 LABEL argument. Respect special-display-function when popping up
14976 a new frame. Fix code searching for a window showing the buffer
14977 on another frame.
c9d29fb8
SM
14978 (display-buffer-normalize-specifiers):
14979 Call display-buffer-normalize-arguments.
355f2e07
MR
14980 (display-buffer-in-window): Don't undedicate the window if its
14981 buffer remains the same.
14982 Reported by Drew Adams <drew.adams@oracle.com>.
14983 (display-buffer-alist): Add choice for same-window macro
14984 specfier.
14985 (display-buffer): Mention special meaning of LABEL argument in
14986 doc-string. Fix quoting. Don't pop up a new frame even as
14987 fallback.
14988
7ca8fc42
JB
149892011-06-26 Juanma Barranquero <lekktu@gmail.com>
14990
14991 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
14992 avoid deleting the current window in some cases (bug#8911).
14993
bc312254
AS
149942011-06-26 Andreas Schwab <schwab@linux-m68k.org>
14995
14996 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
14997 (Bug#8934)
14998
2db18f3f
LMI
149992011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15000
c9d29fb8
SM
15001 * net/network-stream.el (network-stream-open-starttls):
15002 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
15003 (network-stream-open-tls): Ditto.
15004
6302e0d3
LL
150052011-06-26 Leo Liu <sdl.web@gmail.com>
15006
15007 * register.el (registerv): New struct.
15008 (registerv-make): New function.
c9d29fb8
SM
15009 (jump-to-register, describe-register-1, insert-register):
15010 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
15011 struct. (Bug#8415)
15012
5fdd4046
CY
150132011-06-26 Chong Yidong <cyd@stupidchicken.com>
15014
2afef60a
CY
15015 * vc/vc.el (vc-revert-show-diff): New defcustom.
15016 (vc-diff-internal): New arg specifying diff buffer.
15017 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
15018 reuse an existing *vc-diff* buffer (Bug#8927).
15019
5fdd4046
CY
15020 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
15021
e93db24a
GM
150222011-06-26 Glenn Morris <rgm@gnu.org>
15023
15024 * progmodes/f90.el (f90-critical-indent): New option.
15025 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
15026 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
15027 (f90-mode): Doc fix.
15028 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
15029 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
15030 (f90-beginning-of-block, f90-next-block, f90-indent-region)
15031 (f90-match-end): Handle block, critical.
15032
eefff499
GM
150332011-06-25 Glenn Morris <rgm@gnu.org>
15034
f6ba4cc9
GM
15035 * calendar/diary-lib.el (diary-included-files): Doc fix.
15036 (diary-include-files): New function, extracted from
15037 diary-include-other-diary-files and diary-mark-included-diary-files.
15038 (diary-include-other-diary-files, diary-mark-included-diary-files):
15039 Just call diary-include-files.
15040 (diary-mark-entries): Reset diary-included-files on first call.
15041
16712304
GM
15042 * calendar/diary-lib.el (diary-mark-entries)
15043 (diary-mark-included-diary-files):
15044 Visit included diary-files in temp buffers.
15045
5d8e0d43
GM
15046 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
15047 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
15048 (f90-start-block-re, f90-imenu-generic-expression)
15049 (f90-looking-at-program-block-start, f90-no-block-limit):
15050 Add support for submodules.
15051
ccf7a5d5
GM
15052 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15053 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 15054
11fdef7d 150552011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
15056
15057 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
15058 buffer-file-type before setting its value, to avoid disastrous
eefff499 15059 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 15060
74f53697
JB
150612011-06-25 Juanma Barranquero <lekktu@gmail.com>
15062
15063 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
15064
15065 * ses.el (ses-unload-function):
15066 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
15067
15068 * proced.el (proced-unload-function):
15069 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
15070
18a4ce5e
AR
150712011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
15072
15073 * server.el (server-create-window-system-frame): Add parameters arg.
15074 (server-process-filter): Doc fix. Handle frame-parameters.
15075
519d22cc
JB
150762011-06-25 Juanma Barranquero <lekktu@gmail.com>
15077
15078 Fix bug#8730, bug#8781.
15079
15080 * loadhist.el (unload--set-major-mode): New function.
15081 (unload-feature): Use it.
15082
15083 * progmodes/python.el (python-after-info-look): Add autoload cookie.
15084 (python-unload-function): New function.
15085
c206f5b0
SM
150862011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15087
15088 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
15089
f9ad64f3
GS
150902011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
15091
15092 * net/browse-url.el (browse-url-firefox-program): Add icecat to
15093 the candidates list.
15094
7d0da90e
JB
150952011-06-24 Juanma Barranquero <lekktu@gmail.com>
15096
15097 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
15098
14b4e83d
RS
150992011-06-23 Richard Stallman <rms@gnu.org>
15100
15101 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
15102 (rmail-variables): Set next-error-move-function.
15103 (rmail-what-message): Take argument POS.
15104 (rmail-next-error-move): New function.
15105
273d2baf
SM
151062011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
15109 messages for adjacent non-terminals.
15110
56c2cc9a
RS
151112011-06-23 Richard Stallman <rms@gnu.org>
15112
15113 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 15114 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
15115 (rmail-start-mail): Don't specify use of rmail-mail-return;
15116 that's done by mail-bury now.
15117 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 15118
d59eb518
MA
151192011-06-23 Michael Albinus <michael.albinus@gmx.de>
15120
15121 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
15122 SIZE is a number.
15123
02cfc6d6
MR
151242011-06-23 Martin Rudalics <rudalics@gmx.at>
15125
15126 * window.el (get-lru-window, get-mru-window)
15127 (get-largest-window): Never return a minibuffer window.
15128 (display-buffer-pop-up-window): Fix a bug that could lead to
15129 reusing the minibuffer window.
15130 (display-buffer): Pass original specifier argument to
15131 display-buffer-function instead of the normalized one.
15132 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15133
4e323265
LL
151342011-06-22 Leo Liu <sdl.web@gmail.com>
15135
15136 * minibuffer.el (completing-read-function)
15137 (completing-read-default): Move from minibuf.c
15138
7a70468f
RS
151392011-06-22 Richard Stallman <rms@gnu.org>
15140
50718fc2
RS
15141 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
15142 to Rmail even if not started by a special Rmail command.
15143
7a70468f
RS
15144 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
15145 Copy the buffer currently showing just one message.
15146
297dde5a
RW
151472011-06-22 Roland Winkler <winkler@gnu.org>
15148
15149 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
15150 (bibtex-clean-entry): First delete the old key so that a
15151 customized algorithm for generating the new key does not get
15152 confused by the old key.
15153 (bibtex-url): Obey regexp of first step.
15154 (bibtex-search-entries): Do not use add-to-list with local
15155 list-var.
15156
97bb1093
LMI
151572011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15158
15159 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
15160 stored a user name, then query for the password first, instead of
15161 waiting for SMTP to give an error message and the trying again.
15162
1c0f1a19
JD
151632011-06-22 Lawrence Mitchell <wence@gmx.li>
15164
15165 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
15166 BUFFER in call-process.
15167
396f7c9d
LMI
151682011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15169
15170 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
15171 QUIT twice.
ddb7ffee
LMI
15172 (smtpmail-try-auth-methods): Require user name and password from
15173 auth-source.
396f7c9d 15174
8998d1b3
MR
151752011-06-22 Martin Rudalics <rudalics@gmx.at>
15176
15177 * window.el (display-buffer-default-specifiers)
15178 (display-buffer-alist): Remove entries for pop-up-frame-alist.
15179 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 15180 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
15181
15182 * frame.el (pop-up-frame-alist, pop-up-frame-function)
15183 (special-display-frame-alist, special-display-popup-frame):
15184 Remove duplicate declarations. These are now in window.el.
15185
4ea31e07
LMI
151862011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15187
c9d29fb8
SM
15188 * mail/smtpmail.el (smtpmail-via-smtp):
15189 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
15190 server supports it. SMTP servers that support STARTTLS commonly
15191 require it.
15192
15193 * net/network-stream.el (network-stream-open-starttls): Support
15194 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 15195 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 15196
95f41d9a
LMI
15197 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
15198 upgrades with `open-network-stream', and rely solely on
15199 auth-source for all credentials. Big changes throughout the file,
15200 but in particular:
c9d29fb8
SM
15201 (smtpmail-auth-credentials): Remove.
15202 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
15203 (smtpmail-via-smtp): Check for servers saying they want AUTH after
15204 MAIL FROM, too.
95f41d9a 15205
c9d29fb8
SM
15206 * net/network-stream.el (network-stream-open-starttls):
15207 Provide support for client certificates both for external and built-in
4ea31e07
LMI
15208 STARTTLS.
15209 (auth-source): Require.
15210 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
15211 (network-stream-certificate): Change cert-cert to cert and
15212 cert-key to key.
4ea31e07 15213
065ec2c7
MA
152142011-06-21 Michael Albinus <michael.albinus@gmx.de>
15215
15216 * net/tramp-cache.el (top): Don't load the persistency file when
15217 "emacs -Q" has been called.
15218
cd93b359
DR
152192011-06-21 Tim Harper <timcharper@gmail.com>
15220
d8e4b68b
JB
15221 * term/ns-win.el (ns-initialize-window-system):
15222 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
15223 resource to NO as it is not yet supported by the NS port.
15224
ae9c0411
JB
152252011-06-21 Juanma Barranquero <lekktu@gmail.com>
15226
15227 * misc.el (list-dynamic-libraries--refresh): Compute header here...
15228 (list-dynamic-libraries): ...not here.
15229
7f3f739f
LL
152302011-06-21 Leo Liu <sdl.web@gmail.com>
15231
15232 * subr.el (sha1): Implement sha1 using secure-hash.
15233
327c8fb1
MR
152342011-06-21 Martin Rudalics <rudalics@gmx.at>
15235
15236 * window.el (display-buffer-alist): In default value do not
15237 enforce searching a window on any but the selected frame.
15238 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15239 (display-buffer-select-window): Remove function.
15240 (display-buffer-in-window): When a window on another frame gets
15241 reused, do not select it any more but just raise its frame if
15242 necessary (Bug#8851) and (Bug#8856).
15243 (display-buffer-normalize-options): Handle pop-up-frames related
15244 options more faithfully.
15245 (pop-to-buffer): Don't rely on `display-buffer' selecting the
15246 window if it is on another frame.
c9d29fb8
SM
15247 (display-buffer-alist, display-buffer-default-specifiers):
15248 Don't make new frame unsplittable by default.
9e9de014
MR
15249 (display-buffer-normalize-argument): Fix doc-string typo and use
15250 'same-frame-other-window instead of 'other-window when associating
15251 with display-buffer-macro-specifiers.
327c8fb1 15252
7cf3f556
VB
152532011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
15254
15255 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
15256 New functions.
15257 (5x5-mode-map, 5x5-mode-menu): Bind them.
15258 (5x5-draw-grid): Tweak the solver's rendering.
15259
60a406cf
SM
152602011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
15263 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
15264
d8e4b68b 152652011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
15266
15267 * menu-bar.el: Use function variable instead of switch-to-buffer.
15268 (menu-bar-select-buffer-function): New variable.
60a406cf 15269 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 15270
478d6f95
SM
152712011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15272
15273 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
15274 variable's status.
15275
ca530739
JD
152762011-06-20 Jan Djärv <jan.h.d@swipnet.se>
15277
15278 * x-dnd.el (x-dnd-version-from-flags)
15279 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
15280 and long as number (Bug#8899).
15281 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
15282
bcd70d97
SM
152832011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15284
60a406cf 15285 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
15286 (completion-try-completion, completion-all-completions): Compute the
15287 metadata argument if it's missing; make it optional (bug#8795).
15288
60a406cf 15289 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
15290 (widget-complete): Use new :completion-function property.
15291 (widget-completions-at-point): New function.
15292 (default): Use :completion-function instead of :complete.
60a406cf
SM
15293 (widget-default-completions): Rename from widget-default-complete;
15294 Rewrite.
bcd70d97
SM
15295 (widget-string-complete, widget-file-complete, widget-color-complete):
15296 Remove functions.
15297 (file, symbol, function, variable, coding-system, color):
15298 * international/mule-cmds.el (default-input-method, charset)
15299 (language-info-custom-alist):
15300 * cus-edit.el (face): Use new property :completions.
15301
15302 * progmodes/pascal.el (pascal-completions-at-point): New function.
15303 (pascal-mode): Use it.
15304 (pascal-mode-map): Use completion-at-point.
15305 (pascal-toggle-completions): Make obsolete.
15306 (pascal-complete-word, pascal-show-completions):
15307 * progmodes/octave-mod.el (octave-complete-symbol):
15308 Redefine as obsolete alias.
15309 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
15310 Signal absence of completion info for old Octave,
15311 (inferior-octave-complete): Redefine as obsolete alias.
15312 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
15313 (meta-completions-at-point): Rename from meta-complete-symbol and
15314 adapt it for use on completion-at-point-functions.
15315 (meta-common-mode): Use it.
15316 (meta-looking-at-backward, meta-match-buffer): Remove.
15317 (meta-complete-symbol): Redefine as obsolete alias.
15318 (meta-common-mode-map): Use completion-at-point.
15319 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
15320 (makefile-mode-map): Use completion-at-point.
15321 (makefile-completions-at-point): Rename from makefile-complete and
15322 adapt it for use on completion-at-point-functions.
15323 (makefile-mode): Use it.
15324 (makefile-complete): Redefine as obsolete alias.
15325
aebf69c8
DD
153262011-06-20 Deniz Dogan <deniz@dogan.se>
15327
15328 * net/rcirc.el: Delete trailing whitespaces once and for all.
15329
bfbbb27d
DC
153302011-06-20 Daniel Colascione <dan.colascione@gmail.com>
15331
15332 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
15333
d264a46b
CY
153342011-06-19 Chong Yidong <cyd@stupidchicken.com>
15335
4ca009e5
CY
15336 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
15337
d264a46b
CY
15338 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
15339
fbf5b3ce
MR
153402011-06-19 Martin Rudalics <rudalics@gmx.at>
15341
15342 * window.el (display-buffer-other-window-means-other-frame):
15343 Call display-buffer-normalize-alist.
15344 (display-buffer-normalize-specifiers-1): Rename to
15345 display-buffer-normalize-argument. New argument other-frame.
15346 Rewrite.
15347 (display-buffer-normalize-specifiers-2): Rename to
15348 display-buffer-normalize-options.
15349 (display-buffer-normalize-alist-1): New function.
15350 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
15351 display-buffer-normalize-alist.
15352 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
15353 (display-buffer-normalize-options-inhibit): New variable.
15354 (display-buffer-normalize-specifiers): Rewrite calling
15355 display-buffer-normalize-alist,
15356 display-buffer-normalize-argument, and
15357 display-buffer-normalize-options. Don't call the latter if
15358 display-buffer-normalize-options-inhibit is non-nil.
15359 (frame-auto-delete): New option.
15360 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
15361 (window-list-no-nils, window-state-ignored-parameters)
15362 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
15363 (window-state-put-1, window-state-put-2, window-state-put):
15364 New functions.
9a028c23
MR
15365 (display-buffer-normalize-options): Move special-display-p group
15366 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 15367
6d10d800
CY
153682011-06-18 Chong Yidong <cyd@stupidchicken.com>
15369
6420d28b
CY
15370 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15371 groups (Bug#8776).
15372 (rx-submatch-n): New function.
15373 (rx): Document it.
15374
ddb8b596
CY
15375 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15376 (Bug#8768).
15377
15378 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15379
77080289
CY
15380 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
15381
61dfb316
CY
15382 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
15383 anytime existing face settings are present (Bug#8889).
15384
6d10d800
CY
15385 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
15386 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
15387 Remove unused argument.
15388
be3fb2b8
MR
153892011-06-18 Martin Rudalics <rudalics@gmx.at>
15390
bcd70d97
SM
15391 * window.el (display-buffer-default-specifiers):
15392 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
15393 pop-up-window-min-width, and another reuse-window specifier
15394 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
15395 (display-buffer-normalize-specifiers-2):
15396 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
15397 pop-up-windows is unset. Add a reuse-window specifier for the
15398 case popping up a new window fails.
15399 (special-display-popup-frame): Remove double quoting.
28dec25a 15400 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 15401
1c6d8c76
SM
154022011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15403
15404 * shell.el (shell-completion-vars): Set pcomplete-termination-string
15405 according to comint-completion-addsuffix.
15406
15407 * pcomplete.el: Convert to lexical binding and fix bug#8819.
15408 (pcomplete-suffix-list): Mark as obsolete.
15409 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
15410 pcomplete-seen in the closure.
15411 (pcomplete-comint-setup): Setup completion-at-point as well.
15412 (pcomplete--entries): New function.
15413 (pcomplete--env-regexp): New var.
15414 (pcomplete-entries): Rewrite to work with partial-completion and
15415 without relying on pcomplete-suffix-list.
15416 (pcomplete-pare-list): Remove, unused.
15417
25aef8b8
MR
154182011-06-17 Martin Rudalics <rudalics@gmx.at>
15419
15420 * window.el (display-buffer-alist): Set pop-up-window-min-height
15421 and pop-up-window-min-width in default value. Reported by
15422 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
15423 other-window-means-other-frame.
15424 (display-buffer-macro-specifiers): Comment out entry for
15425 other-window specifier.
15426 (display-buffer-other-window-means-other-frame): New function.
15427 (display-buffer-normalize-specifiers-1): New arguments
15428 buffer-name and label. Treat other-window case specially.
15429 (display-buffer-normalize-specifiers-2): Treat other-window case
15430 specially.
15431 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
15432 (display-buffer-normalize-specifiers):
15433 Call display-buffer-normalize-specifiers-3.
25aef8b8 15434
dbad4f69
MR
154352011-06-17 Martin Rudalics <rudalics@gmx.at>
15436
15437 * window.el (same-window-p): Fix two typos introduced when
15438 adding with-no-warnings.
d1067961
MR
15439 (display-buffer-normalize-specifiers-1): Don't check
15440 pop-up-frames for 'unset initialization.
15441 (display-buffer-normalize-specifiers-2): Major rewrite using
15442 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
15443 (pop-up-frames, display-buffer-reuse-frames)
15444 (display-buffer-mark-dedicated): Don't initialize to 'unset.
15445 Suggested by David Engster <deng@randomsample.de>.
15446 (even-window-heights): Initialize to 'unset.
15447 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
15448 (display-buffer-macro-specifiers): Don't pop up a new frame in the
15449 other window case.
dbad4f69 15450
9b9c9e3a
MR
154512011-06-16 Martin Rudalics <rudalics@gmx.at>
15452
bcd70d97
SM
15453 * window.el (display-buffer-normalize-specifiers-1):
15454 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 15455 second argument of display-buffer (Bug#8865).
981d5c09
MR
15456 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
15457 (switch-to-buffer-other-window-same-frame)
15458 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
15459 Adams (Bug#8875).
9c2755e9
MR
15460 (display-buffer): Don't check noninteractive when calling
15461 display-buffer-pop-up-frame.
15462 (display-buffer-pop-up-frame): Never pop up a frame in
15463 noninteractive mode (Bug#8857).
67222e1d
MR
15464 (enlarge-window, shrink-window): Don't report an error when the
15465 window can't be resized as requested (Bug#8862).
9b9c9e3a 15466
2b75be67
SM
154672011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15468
9ffdd3ba
SM
15469 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
15470
cb581a67
SM
15471 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
15472
2b75be67
SM
15473 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
15474
8c0e3589
AM
154752011-06-15 Alan Mackenzie <acm@muc.de>
15476
cb581a67
SM
15477 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
15478 for declarators, disable knr checking to speed up for normal files.
15479 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 15480
b96e6cde
LMI
154812011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15482
4bba86e6
LMI
15483 * net/network-stream.el (open-network-stream): Add the keyword
15484 :always-query-capabilities for the case where you want to force a
15485 `plain' network connection, but the protocol still requires the
15486 capabilitiy command (i.e., SMTP and EHLO).
15487
2b75be67 15488 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
15489 consistency with other `-live-p' functions.
15490
efdcdbf8
SM
154912011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15492
15493 * window.el (same-window-buffer-names, same-window-regexps)
15494 (special-display-frame-alist, special-display-popup-frame)
15495 (special-display-function, special-display-buffer-names)
15496 (special-display-regexps, pop-up-frame-alist)
15497 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15498 (pop-up-windows, split-window-preferred-function)
15499 (split-height-threshold, split-width-threshold, even-window-heights)
15500 (display-buffer-mark-dedicated): Don't encourage the use of
15501 display-buffer-alist from Elisp code.
15502
c5cde042
DN
155032011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
15504
15505 * progmodes/python.el (python-mode): Derive from prog-mode.
15506 * progmodes/ps-mode.el (ps-mode):
15507 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 15508 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
15509 * progmodes/ld-script.el (ld-script-mode): Likewise.
15510
baa1c9ab
MR
155112011-06-15 Martin Rudalics <rudalics@gmx.at>
15512
15513 * window.el (display-buffer-alist): Trim default value to avoid
15514 popping up a new frame (Bug#8857) or reusing an arbitrary window
15515 on another frame.
15516 (display-buffer): Do not fall back on popping up a new frame in
15517 batch mode (Bug#8857).
15518
c5dd5a51
CY
155192011-06-14 Chong Yidong <cyd@stupidchicken.com>
15520
15521 * cus-theme.el (describe-theme-1): Use custom-theme-p.
15522 (custom-theme-summary): New function.
15523 (customize-themes): Use it.
15524
d647b7c4
GM
155252011-06-13 Glenn Morris <rgm@gnu.org>
15526
15527 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15528
9481c002
MR
155292011-06-13 Martin Rudalics <rudalics@gmx.at>
15530
357f93d2
MR
15531 * help.el (help-window): Remove variable.
15532 (help-window-point-marker, temp-buffer-max-height)
15533 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15534 (help-print-return-message): Don't set help-window.
15535 (resize-temp-buffer-window): Rewrite cod eand doc-string.
15536 (help-window-setup-finish): Remove.
15537 (help-window-display-message, help-window-setup)
15538 (with-help-window): Major rewrite based on new
15539 display-buffer-window variable.
15540
15541 * help-mode.el (help-mode-finish): Remove help-window related
15542 code.
15543
15544 * view.el (view-exits-all-viewing-windows): Remove reference to
15545 view-return-to-alist in doc-string.
15546 (view-return-to-alist): Make obsolete.
15547 (view-buffer): Call pop-to-buffer-same-window and remove
15548 undo-window code.
15549 (view-buffer-other-window): Call pop-to-buffer-other-window and
15550 simplify code. Ignore second argument.
15551 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15552 simplify code. Ignore second argument.
15553 (view-return-to-alist-update): Make obsolete.
15554 (view-mode-enter): Rename second argument to QUIT-RESTORE.
15555 Rewrite using quit-restore window parameters.
2b75be67
SM
15556 (view-mode-exit): Rename second argument to EXIT-ONLY.
15557 Rewrite using quit-restore-window.
357f93d2
MR
15558 (View-exit, View-exit-and-edit, View-leave, View-quit)
15559 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15560 appropriate arguments.
15561 (view-end-message): Use quit-restore window parameter.
15562
9481c002
MR
15563 * window.el (display-buffer-function): Rewrite doc-string.
15564 (display-buffer-window, display-buffer-alist): New variables.
15565 (display-buffer-split-specifiers)
15566 (display-buffer-side-specifiers)
15567 (display-buffer-macro-specifiers): New constants.
15568 (display-buffer-even-window-sizes, display-buffer-set-height)
15569 (display-buffer-set-width, display-buffer-select-window)
15570 (display-buffer-in-window, display-buffer-reuse-window)
15571 (display-buffer-split-window-1, display-buffer-split-window)
15572 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15573 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15574 (display-buffer-in-side-window, normalize-buffer-to-display)
15575 (display-buffer-normalize-specifiers-1)
15576 (display-buffer-normalize-specifiers-2)
2b75be67
SM
15577 (display-buffer-normalize-specifiers, display-buffer-frame):
15578 New functions.
9481c002
MR
15579 (display-buffer): Major rewrite.
15580 (display-buffer-other-window, display-buffer-other-frame)
15581 (pop-to-buffer, switch-to-buffer-other-window)
15582 (switch-to-buffer-other-frame): Rewrite.
15583 (display-buffer-same-window, display-buffer-same-frame)
15584 (display-buffer-same-frame-other-window)
15585 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15586 (pop-to-buffer-other-window)
15587 (pop-to-buffer-same-frame-other-window)
15588 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15589 (switch-to-buffer-other-window-same-frame): New functions.
15590 (same-window-p, special-display-p): Rewrite disabling warnings.
15591 Make obsolete.
15592 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15593 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15594 Make obsolete
15595 (same-window-buffer-names, same-window-regexps)
15596 (special-display-frame-alist, special-display-popup-frame)
15597 (special-display-function, special-display-buffer-names)
15598 (special-display-regexps, pop-up-frame-alist)
15599 (pop-up-frame-function, split-window-preferred-function)
15600 (split-height-threshold, split-width-threshold)
15601 (even-window-heights): Make obsolete.
15602
9db51aca
GM
156032011-06-12 Glenn Morris <rgm@gnu.org>
15604
15605 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 15606 Misc simplifications.
9db51aca 15607
39cffb44
MR
156082011-06-12 Martin Rudalics <rudalics@gmx.at>
15609
15610 * window.el (window-safely-shrinkable-p): Restore function which
15611 was inadvertently removed in change from 2011-06-11. Declare as
15612 obsolete.
15613
2b75be67
SM
15614 * calendar/calendar.el (calendar-generate-window):
15615 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
15616 window-safely-shrinkable-p.
15617
a8955be7
GM
156182011-06-12 Glenn Morris <rgm@gnu.org>
15619
15620 * progmodes/fortran.el (fortran-mode-syntax-table):
15621 * progmodes/f90.el (f90-mode-syntax-table):
15622 Set % to punctuation. (Bug#8820)
15623 (f90-find-tag-default): Remove, no longer needed.
15624
f0d4059d
DC
156252011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15626
15627 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15628
1100a63c
CY
156292011-06-11 Chong Yidong <cyd@stupidchicken.com>
15630
15631 * image.el (image-animated-p): Return animation delay in seconds.
15632 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15633 (image-animate-timeout): Remove DELAY argument. Don't assume
15634 every subimage has the same delay; get it from image-animated-p.
15635 (image-animate): Caller changed.
15636
def722bf
MA
156372011-06-11 Michael Albinus <michael.albinus@gmx.de>
15638
15639 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15640 to ignored backtrace functions.
15641
0a2bb1a9
GM
156422011-06-11 Glenn Morris <rgm@gnu.org>
15643
15644 * calendar/appt.el (appt-disp-window-function): Doc fix.
15645 (appt-check): Handle overlapping appointments. (Bug#8337)
15646
6198ccd0
MR
156472011-06-11 Martin Rudalics <rudalics@gmx.at>
15648
15649 * window.el (window-tree-1, window-tree): New functions, moving
15650 the latter to window.el.
15651 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15652 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15653 (bw-refresh-edges): Remove.
15654 (balance-windows-1, balance-windows-2): New functions.
15655 (balance-windows): Rewrite in terms of window tree functions,
15656 balance-windows-1 and balance-windows-2.
15657 (bw-adjust-window): Remove.
15658 (balance-windows-area-adjust): New function with functionality of
15659 bw-adjust-window but using resize-window.
2b75be67
SM
15660 (set-window-text-height): Rewrite doc-string.
15661 Use normalize-live-window and resize-window.
15662 (enlarge-window-horizontally, shrink-window-horizontally):
15663 Rename argument to DELTA.
6198ccd0
MR
15664 (window-buffer-height): New function.
15665 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15666 Rewrite using new window resize routines.
2b75be67
SM
15667 (kill-buffer-and-window, mouse-autoselect-window-select):
15668 Use ignore-errors instead of condition-case.
6198ccd0
MR
15669 (quit-window): Call delete-frame instead of delete-windows-on
15670 for the only buffer on frame.
15671
9397e56f
MR
156722011-06-10 Martin Rudalics <rudalics@gmx.at>
15673
15674 * loadup.el (top-level): Load window before files for the sake
15675 of replace-buffer-in-windows.
15676
15677 * files.el (read-buffer-to-switch)
15678 (switch-to-buffer-other-window)
2b75be67
SM
15679 (switch-to-buffer-other-frame, display-buffer-other-frame):
15680 Move to window.el.
9397e56f
MR
15681
15682 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15683 (previous-buffer): Move to window.el.
15684
15685 * bindings.el (unbury-buffer): Move to window.el.
15686
15687 * window.el (delete-other-windows-vertically): Move after
15688 definition of delete-other-windows.
15689 (other-window, delete-windows-on, replace-buffer-in-windows):
15690 Move here from window.c.
15691 (record-window-buffer, unrecord-window-buffer)
15692 (set-window-buffer-start-and-point, switch-to-prev-buffer)
15693 (switch-to-next-buffer): New functions.
15694 (get-next-valid-buffer, last-buffer, next-buffer): Move here
15695 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
15696 (previous-buffer): Move here from simple.el.
15697 Call switch-to-prev-buffer.
9397e56f
MR
15698 (bury-buffer): Move here from buffer.c. Switch to previous
15699 buffer when window cannot be deleted.
15700 (unbury-buffer): Move here from bindings.el.
15701 (ctl-x-map): Move binding for other-window from window.c to
15702 here.
15703 (read-buffer-to-switch, switch-to-buffer-other-window)
15704 (switch-to-buffer-other-frame): Move here from files.el.
15705 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
15706 (switch-to-buffer): Move here from buffer.c.
15707 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 15708
562dd5e9
MR
157092011-06-10 Martin Rudalics <rudalics@gmx.at>
15710
15711 * window.el (window-min-height, window-min-width): Move here
15712 from window.c. Add defcustoms and rewrite doc-strings.
15713 (resize-mini-window, resize-window): New functions.
15714 (adjust-window-trailing-edge, enlarge-window, shrink-window):
15715 Move here from window.c.
15716 (maximize-window, minimize-window): New functions.
15717 (delete-window, delete-other-windows, split-window): Move here
15718 from window.c.
15719 (window-split-min-size): New function.
15720 (split-window-keep-point): Mention split-window-above-each-other
15721 instead of split-window-vertically.
2b75be67 15722 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
15723 Rename split-window-vertically to split-window-above-each-other
15724 and provide defalias for old definition.
15725 (split-window-side-by-side, split-window-horizontally):
15726 Rename split-window-horizontally to split-window-side-by-side
15727 and provide defalias for the old definition.
562dd5e9
MR
15728 (ctl-x-map): Move bindings for delete-window,
15729 delete-other-windows and enlarge-window here from window.c.
15730 Replace bindings for split-window-vertically and
15731 split-window-horizontally by bindings for
15732 split-window-above-each-other and split-window-side-by-side.
15733
15734 * cus-start.el (all): Remove entries for window-min-height and
15735 window-min-width. Add entries for window-splits and
15736 window-nest.
15737
f0da764a
GM
157382011-06-09 Glenn Morris <rgm@gnu.org>
15739
80675c21
GM
15740 * calendar/appt.el (appt-mode-line): New function.
15741 (appt-check, appt-disp-window): Use it.
15742
f0da764a
GM
15743 * files.el (hack-one-local-variable-eval-safep):
15744 Allow minor-modes with explicit +/-1 arguments.
15745
59f623b7
TZ
157462011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
15747
15748 * term/xterm.el (xterm): Add defgroup.
15749 (xterm-extra-capabilities): Add defcustom to supply known xterm
15750 capabilities, skip querying them, or query them (default).
15751 (terminal-init-xterm): Use it.
15752 (terminal-init-xterm-modify-other-keys): New function to set up
15753 modifyOtherKeys support to simplify `terminal-init-xterm'.
15754
9aab8e0d
MR
157552011-06-09 Martin Rudalics <rudalics@gmx.at>
15756
15757 * window.el (resize-window-reset, resize-window-reset-1)
15758 (resize-subwindows-skip-p, resize-subwindows-normal)
15759 (resize-subwindows, resize-other-windows, resize-this-window)
15760 (resize-root-window, resize-root-window-vertically)
15761 (window-deletable-p, window-or-subwindow-p)
15762 (frame-root-window-p): New functions.
15763
e8b08aee
GM
157642011-06-09 Glenn Morris <rgm@gnu.org>
15765
15766 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
15767 (ange-ftp-get-files): Use it.
15768
254c37a5
AK
157692011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15770
15771 * mail/sendmail.el (mail-recover-1, mail-recover):
15772 * files.el (recover-file, recover-session):
15773 Handle dired-listing-switches not being just a single short option.
15774
35d7dbd3
GM
157752011-06-09 Glenn Morris <rgm@gnu.org>
15776
15777 * calendar/appt.el (appt-display-message, appt-disp-window):
15778 Handle lists of appointments.
15779
387522b2
MR
157802011-06-08 Martin Rudalics <rudalics@gmx.at>
15781
2b75be67
SM
15782 * window.el (one-window-p): Move down in code.
15783 Rewrite doc-string.
15784 (window-current-scroll-bars): Rewrite doc-string.
15785 Normalize live window argument.
387522b2
MR
15786 (walk-windows, get-window-with-predicate, count-windows):
15787 Rewrite doc-string. Use window-list-1.
15788 (window-in-direction-2, window-in-direction, get-mru-window):
15789 New functions.
15790
d8e4b68b 157912011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
15792
15793 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
15794 Doc fix (Bug#8713).
15795
157962011-06-08 Chong Yidong <cyd@stupidchicken.com>
15797
15798 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
15799
158002011-06-08 Juanma Barranquero <lekktu@gmail.com>
15801
15802 * loadhist.el (unload-feature-special-hooks):
15803 Add `comint-output-filter-functions'.
15804
0de12c52
IK
158052011-06-08 Ivan Kanis <gnu@kanis.fr>
15806
15807 * calendar/appt.el (appt-check): Move some initializations into the let.
15808
f3d1777e
MR
158092011-06-08 Martin Rudalics <rudalics@gmx.at>
15810
15811 * window.el (window-height): Defalias to window-total-height.
15812 (window-width): Defalias to window-body-width.
15813
18af70d0
CY
158142011-06-07 Chong Yidong <cyd@stupidchicken.com>
15815
15816 * image-mode.el (image-toggle-animation): New command.
15817 (image-mode-map): Bind it to RET.
15818 (image-mode): Update message.
15819 (image-toggle-display-image): Avoid a spurious cache flush.
15820 (image-transform-rotation): Doc fix.
15821 (image-transform-properties): Return quickly in the normal case.
15822 (image-animate-loop): Rename from image-animate-max-time.
15823
2b75be67 15824 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
15825 (create-animated-image): Remove unnecessary function.
15826 (image-animate): Rename from image-animate-start. New arg.
2b75be67 15827 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
15828 (image-animate-timer): Use car-safe.
15829 (image-animate-timeout): Rename argument.
15830
190b47e6
MR
158312011-06-07 Martin Rudalics <rudalics@gmx.at>
15832
15833 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
15834 window.c. Rename first argument to ALL-FRAMES.
15835 Rephrase doc-strings.
15836 (get-buffer-window-list): Rewrite using window-list-1.
15837 Rephrase doc-string.
a1511caf
MR
15838 (window-safe-min-height, window-safe-min-width): New constants.
15839 (window-size-ignore, window-min-size, window-min-size-1)
15840 (window-sizable, window-sizable-p, window-size-fixed-1)
15841 (window-size-fixed-p, window-min-delta-1, window-min-delta)
15842 (window-max-delta-1, window-max-delta, window-resizable)
15843 (window-resizable-p, window-total-height, window-total-width)
15844 (window-body-width): New functions.
15845 (window-full-height-p, window-full-width-p): Rewrite using
15846 window-total-size.
15847 (window-body-height): Rewrite using window-body-size.
190b47e6 15848
85cc1f11
MR
158492011-06-06 Martin Rudalics <rudalics@gmx.at>
15850
15851 * window.el (window-right, window-left, window-child)
15852 (window-child-count, window-last-child, window-any-p)
15853 (normalize-live-buffer, normalize-live-frame)
15854 (normalize-any-window, normalize-live-window)
15855 (window-iso-combination-p, window-iso-combined-p)
15856 (window-iso-combinations)
15857 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
15858 (windows-with-parameter, window-with-parameter)
15859 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
15860 (window-atom-check, window-side-check, window-check):
15861 New functions.
85cc1f11
MR
15862 (ignore-window-parameters, window-sides, window-sides-vertical)
15863 (window-sides-slots): New variables.
15864 (window-size-fixed): Move down in code. Minor doc-string fix.
15865
e7156492
AS
158662011-06-05 Andreas Schwab <schwab@linux-m68k.org>
15867
15868 * comint.el (comint-dynamic-complete-as-filename)
15869 (comint-dynamic-complete-filename): Correctly call
15870 completion-in-region.
15871
7e821d0d
DD
158722011-06-05 Deniz Dogan <deniz@dogan.se>
15873
15874 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
15875 in last change.
15876
ac09b8a1
DD
158772011-06-05 Deniz Dogan <deniz@dogan.se>
15878
15879 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
15880 (rcirc): Use it to prompt for encryption.
15881
34699b85
RW
158822011-06-05 Roland Winkler <winkler@gnu.org>
15883
15884 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
15885 (bibtex-search-entries): New command bound to C-c C-a.
15886 (bibtex-display-entries): New function.
15887
004dedd3
RW
158882011-06-05 Roland Winkler <winkler@gnu.org>
15889
15890 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
15891 (bibtex-insert-kill): After yanking insert newline if necessary.
15892 (bibtex-initialize): Call bibtex-string-files-init only once.
15893 (bibtex-mode): Do not call easy-menu-add.
15894 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
15895 (bibtex-yank): Set arg properly if nil.
15896
022fe7ce
RW
158972011-06-05 Roland Winkler <winkler@gnu.org>
15898
2b75be67
SM
15899 * textmodes/bibtex.el (bibtex-search-entry-globally):
15900 New variable.
022fe7ce
RW
15901 (bibtex-search-entry): Use it.
15902
b7c3692a
RW
159032011-06-05 Roland Winkler <winkler@gnu.org>
15904
15905 * textmodes/bibtex.el (bibtex-entry-format): New option
15906 sort-fields.
15907 (bibtex-format-entry, bibtex-reformat): Honor this option.
15908 (bibtex-parse-entry): Return fields in proper order.
15909
8eda563d
JB
159102011-06-05 Juanma Barranquero <lekktu@gmail.com>
15911
15912 * doc-view.el (doc-view-remove-if): Move computation of result out
15913 of `dolist' to silence misleading lexical-binding warning.
15914
7dbe3dbc
CY
159152011-06-04 Chong Yidong <cyd@stupidchicken.com>
15916
15917 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
15918 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
15919
0c33dd17
MA
159202011-06-04 Michael Albinus <michael.albinus@gmx.de>
15921
15922 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
15923 "SunOS 5.10".
15924
f8f91c2b
MA
159252011-06-04 Michael Albinus <michael.albinus@gmx.de>
15926
15927 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
15928 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
15929 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
15930 (tramp-parse-putty):
15931 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
15932 (tramp-completion-function-alist-ssh)
15933 (tramp-completion-function-alist-telnet)
15934 (tramp-completion-function-alist-su)
15935 (tramp-completion-function-alist-putty): Set `tramp-autoload'
15936 cookie.
15937
15938 * net/tramp-ftp.el:
15939 * net/tramp-sh.el:
15940 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
15941 load "tramp.el" `tramp-set-completion-function'.
15942
e17d9003
SM
159432011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * shell.el: Require and use pcomplete.
15946 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
15947 (shell-completion-vars): Set pcomplete-default-completion-function.
15948
6c4cab03
DD
159492011-06-04 Deniz Dogan <deniz@dogan.se>
15950
15951 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
15952 `memq' (Bug#8799).
15953
ea9fafe0
SM
159542011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15955
15956 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
15957
b3e945d3
JB
159582011-06-02 Juanma Barranquero <lekktu@gmail.com>
15959
15960 * bs.el (bs--mark-unmark, bs--nth-wrapper):
15961 * mpc.el (mpc-select-extend, mpc-songpointer-context):
15962 * vc/log-view.el (log-view-beginning-of-defun):
15963 * vc/smerge-mode.el (smerge-apply-resolution-patch)
15964 (smerge-refine-forward, smerge-refine-chopup-region):
15965 Silence warning for unused `dotimes' counter variables.
15966
7d520089
SM
159672011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15968
15969 * net/tramp.el (tramp-with-progress-reporter): Rename from
15970 with-progress-reporter. Use `declare'.
15971 * net/tramp-smb.el:
15972 * net/tramp-sh.el:
15973 * net/tramp-gvfs.el: Update all uses.
15974
a1c2400f
JB
159752011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
15976
15977 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
15978 buffer isn't killed before making it current.
15979
2403c841
SM
159802011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15981
15982 Silence various byte-compiler warnings.
15983 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
15984 `access-type' and new obsolescence format.
15985 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
15986 new format.
15987 (byte-compile-check-variable): New `access-type' argument.
15988 Only warn if the access-type is obsolete.
15989 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15990 (byte-compile-variable-set): Adjust callers.
15991 * help-fns.el (describe-variable): Adjust to new obsolescence format.
15992 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
15993 setting it as obsolete.
15994 * simple.el (minibuffer-completing-symbol):
15995 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
15996 access as obsolete.
15997 * minibuffer.el (minibuffer-completing-file-name): Don't make it
15998 obsolete yet.
15999 * international/quail.el (quail-mouse-choose-completion): Remove unused
16000 code referring to obsolete var.
16001 (quail-choose-completion-string): Remove.
16002 * server.el (server-clients-with, server-kill-buffer-query-function)
16003 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
16004 * proced.el (proced-send-signal):
16005 * emacs-lisp/lisp.el (lisp-complete-symbol):
16006 Replace completion-annotate-function with completion-extra-properties.
16007
2462470b
SM
160082011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16009
fb5b2591
SM
16010 * simple.el (goto-line): Use read-number.
16011 (overriding-map-is-bound): Remove.
16012 (saved-overriding-map): Change default.
16013 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
16014 Take the map as argument.
16015 (universal-argument, negative-argument, digit-argument): Use it.
16016 (restore-overriding-map): Adjust.
16017 (do-auto-fill): Use fill-forward-paragraph.
16018 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
16019
fd6fa53f
SM
16020 * minibuffer.el (minibuffer-inactive-mode-map): New var.
16021 (minibuffer-inactive-mode): New major mode.
16022 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
16023 the *Messages* buffer" hack.
16024 (mouse-popup-menubar): Don't burp if the event is a normal key.
16025
2462470b
SM
16026 Miscellaneous tweaks.
16027 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
16028 lexical scoping as in subr.el's dolist and dotimes.
16029 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
16030 Silence compiler warning.
16031 * thingatpt.el (forward-whitespace): Trivial coding style fix.
16032 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
16033 * international/ccl.el (ccl-compile): Trivial simplification.
16034 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
16035 * emacs-lisp/testcover.el (testcover-end): Remove spurious
16036 `printflag' argument.
16037 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16038 Purecopy the whole obsolescence data.
16039
108bf785
LL
160402011-06-01 Leo Liu <sdl.web@gmail.com>
16041
16042 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
16043 improve doc-string as suggested by Marco Pessotto
16044 <melmothx@gmail.com>.
16045 (rcirc-print): Fix last change.
16046
30a23501
SM
160472011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16048
16049 * minibuffer.el (complete-with-action): Return nil for the metadata and
16050 boundaries of non-functional tables.
16051 (completion-table-dynamic): Return nil for the metadata.
16052 (completion-table-with-terminator): Add default case, using
16053 complete-with-action.
16054 (completion--metadata): New function.
16055 (completion-all-sorted-completions, minibuffer-completion-help): Use it
16056 to try and avoid pathological performance problems.
16057 (completion--embedded-envvar-table): Return `category' metadata.
16058
bcd54f83
LMI
160592011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16060
16061 * subr.el (process-alive-p): New tiny convenience function.
16062
e227544d
SM
160632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16064
16065 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
16066 content but also its previous major mode.
16067
e8296fdc
HE
160682011-05-31 Helmut Eller <eller.helmut@gmail.com>
16069
4d61f28d 16070 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
16071 *Backtrace* buffer when we exit with C-M-c.
16072
620c53a6
SM
160732011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16074
16075 * minibuffer.el: Add metadata method to completion tables.
16076 (completion-category-overrides): New defcustom.
16077 (completion-metadata, completion--field-metadata)
16078 (completion-metadata-get, completion--styles)
16079 (completion--cycle-threshold): New functions.
16080 (completion-try-completion, completion-all-completions):
16081 Add `metadata' argument to choose completion-styles.
16082 (completion--do-completion): Use metadata to choose cycling.
16083 (completion-all-sorted-completions): Use metadata for sorting.
16084 Remove :completion-cycle-penalty which is not needed any more.
16085 (completion--try-word-completion): Add `metadata' argument.
16086 (minibuffer-completion-help): Check metadata for annotation function
16087 and sorting.
16088 (completion-file-name-table): Return `category' metadata.
16089 (minibuffer-completing-file-name): Make obsolete.
16090 * simple.el (minibuffer-completing-symbol): Make obsolete.
16091 * icomplete.el (icomplete-completions): Pass new `metadata' param to
16092 completion-try-completion.
16093
1257e755
SM
160942011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16095
16096 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
16097
3767e706
LL
160982011-05-30 Leo Liu <sdl.web@gmail.com>
16099
16100 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
16101 (rcirc-print): Decode all incoming messages (bug#8744).
16102 (rcirc-decode-coding-system): Allow value nil for automatic coding
16103 system detection.
3767e706 16104
d1a5d56a
GM
161052011-06-01 Glenn Morris <rgm@gnu.org>
16106
16107 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
16108
e8cbec34
CY
161092011-05-29 Chong Yidong <cyd@stupidchicken.com>
16110
16111 * image.el (image-animate-max-time): Allow nil and t values.
16112 Default to nil.
16113 (create-animated-image): Doc fix.
16114 (image-animate-start): Remove second arg; just use
16115 image-animate-max-time.
16116 (image-animate-timeout): Doc fix. Args changed.
16117
16118 * image-mode.el (image-toggle-display-image): Ensure that the
16119 image spec passed to the animate timer is the same object as in
58179cce 16120 the buffer's display property (Bug#6981).
e8cbec34
CY
16121 (image-transform-properties): Doc fix.
16122
16123 * image.el (image-animate-max-time): Default to nil.
16124
159daf87
MR
161252011-05-29 Martin Rudalics <rudalics@gmx.at>
16126
16127 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
16128 entire buffer list (Bug#8184).
16129
d66c4c7c
CY
161302011-05-29 Chong Yidong <cyd@stupidchicken.com>
16131
16132 * image.el (imagemagick-types-inhibit)
16133 (imagemagick-register-types): Doc fix.
16134
80aec780
DD
161352011-05-29 Deniz Dogan <deniz@dogan.se>
16136
16137 * net/rcirc.el (rcirc): Use the user's stored encryption method by
16138 default.
16139
1dd3c2d9
CY
161402011-05-29 Chong Yidong <cyd@stupidchicken.com>
16141
16142 * select.el: Don't perform clipboard-manager saving in hooks;
16143 leave the hooks empty.
16144
60e56523
LL
161452011-05-28 Leo Liu <sdl.web@gmail.com>
16146
16147 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
16148 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
16149 (occur-edit-mode): New major mode (Bug#8463).
16150 (occur-after-change-function): New function.
16151 (occur-engine): Give Occur tags a read-only property.
16152
2b1e1a22
KR
161532011-05-28 Kevin Ryde <user42@zip.com.au>
16154
16155 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
16156
5d344e88
CY
161572011-05-28 Chong Yidong <cyd@stupidchicken.com>
16158
8e6ca83d
CY
16159 * bindings.el (help-echo): Make the initial non-indicator dash
16160 empty on graphical terminals (Bug#7295).
16161
5d344e88
CY
16162 * files.el (auto-mode-alist): Move config rule after the
16163 in-stripping one (Bug#8547).
16164
bfbbace7
CY
16165 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
16166
fbeba6e2
CY
16167 * startup.el (normal-splash-screen): Remove gratuitous mode-line
16168 setting (Bug#8740).
16169
60ed8c72
AA
161702011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
16171
4ac619f0
AA
16172 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
16173 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
16174 (Bug#8539).
60ed8c72 16175
23db196e
CY
161762011-05-28 Chong Yidong <cyd@stupidchicken.com>
16177
16178 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
16179
5012f24c
DK
161802011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
16181
16182 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
16183 (hs-hide-block-at-point, hs-find-block-beginning)
16184 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
16185 (Bug#8279).
16186
6a639b16
GM
161872011-05-28 Glenn Morris <rgm@gnu.org>
16188
16189 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
16190
d43eaf2c
CY
161912011-05-28 Chong Yidong <cyd@stupidchicken.com>
16192
5199bde1
CY
16193 * help-fns.el (describe-function-1): If the function is a derived
16194 major mode, print the parent mode.
16195
d43eaf2c
CY
16196 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
16197 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
16198
423428a8
SM
161992011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16200
0ff8e1ba 16201 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 16202 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
16203 * progmodes/etags.el (tags-completion-at-point-function):
16204 * info-look.el (info-lookup-completions-at-point): Mark as
16205 non-exclusive.
16206 (info-complete): Adjust accordingly.
16207
423428a8
SM
16208 * info-look.el: Convert to lexical-binding and completion-at-point.
16209 (info-lookup-completions-at-point): New function.
16210 (info-complete): Use it and completion-in-region.
16211
b74aa22b
DA
162122011-05-28 Drew Adams <drew.adams@oracle.com>
16213
16214 * isearch.el: Let M-e start with point at the first mismatched char.
16215 (isearch-fail-pos): New function.
16216 (isearch-edit-string): Use it.
16217
66e2e71d
DK
162182011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16219
16220 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16221
b1890b0f 162222011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
16223
16224 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
16225 traversal functions for avl-trees.
16226 (avl-tree--stack): New struct.
16227 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
16228 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
16229 (avl-tree--do-enter): Add optional `updatefun' arg.
16230 Change return value.
eb95d01d 16231 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
16232 (avl-tree--do-delete): Add `test' and `nilflag' args.
16233 Change return value.
eb95d01d
TC
16234 (avl-tree-member): Add optional `nilflag'
16235 (avl-tree-member-p): New function.
16236 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
16237 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
16238 (avl-tree-stack-empty-p): New functions.
16239
3769ddcf
TC
16240 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
16241 avl-tree--del-balance1 and make it work both ways.
16242 (avl-tree--del-balance2): Remove.
16243 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
16244 make it work both ways.
16245 (avl-tree--enter-balance2): Remove.
16246 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
16247 New macros.
16248 (avl-tree--mapc, avl-tree-map): Add direction argument.
16249
eb95d01d 162502011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
16251
16252 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
16253
a9f737ee
CY
162542011-05-27 Chong Yidong <cyd@stupidchicken.com>
16255
16256 * select.el: Support clipboard managers with built-in function
16257 x-clipboard-manager-save, via delete-frame-functions and
16258 kill-emacs-hook.
16259 (xselect-convert-to-targets): Add MULTIPLE target to list.
16260 (xselect-convert-to-save-targets): New function.
16261
c92a1e54
KH
162622011-05-27 Kenichi Handa <handa@m17n.org>
16263
16264 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
16265 let-binding rfc2047-encode-encoded-words to nil.
16266
e145f188
GM
162672011-05-27 Glenn Morris <rgm@gnu.org>
16268
5ec8a862
GM
16269 * mail/emacsbug.el: Don't require url-util.
16270
4b29d9fb
GM
16271 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
16272
e145f188
GM
16273 * files.el (set-auto-mode):
16274 Also respect mode: entries at the end of the file. (Bug#8586)
16275
7d15102b
GM
162762011-05-26 Glenn Morris <rgm@gnu.org>
16277
98f593b8
GM
16278 * files.el (hack-local-variables-prop-line, hack-local-variables):
16279 Downcase mode names, as seems to be traditional.
27b48e63 16280 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 16281
7d15102b
GM
16282 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
16283 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
16284
51d5b4ec
JD
162852011-05-25 Julien Danjou <julien@danjou.info>
16286
16287 * textmodes/rst.el (rst-define-level-faces): Do not define face
16288 symbol if it is already defined.
16289
91513f63
VB
162902011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
16291
16292 * play/5x5.el (5x5-new-game, 5x5-randomize):
16293 Reset 5x5-solver-output to nil when a new grid is cast.
16294 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
16295 these debugging traces, as defmacro breaks the compiled code.
16296
4d90d6d0
DK
162972011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16298
16299 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16300
e1b90ef6
LL
163012011-05-24 Leo Liu <sdl.web@gmail.com>
16302
16303 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
16304 (vc-bzr-sha1): Adapt.
16305
d8e4b68b 16306 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
16307
16308 * bindings.el: Provide sha1 feature.
16309
db0406bb 163102011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
16311
16312 * mail/sendmail.el: Require `rfc2047'.
16313 (mail-insert-from-field): Do not perform RFC2047 encoding.
16314 (mail-encode-header): New function.
16315 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
16316 buffer to the return value of select-message-coding-system.
16317 Call mail-encode-header.
b8d747b9
KH
16318
16319 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
16320
db0406bb 163212011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 16322
4d90d6d0
DK
16323 * mail/supercite.el (sc-default-cite-frame):
16324 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 16325
eb8a5e9b
GM
163262011-05-24 Glenn Morris <rgm@gnu.org>
16327
f8630703
GM
16328 * progmodes/python.el (brm-menu): Declare.
16329
8831bbed
GM
16330 * emulation/viper.el (viper-set-hooks): Declare.
16331
eb8a5e9b
GM
16332 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
16333 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
16334 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
16335 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
16336 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
16337 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
16338
a2a25d24
SM
163392011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16340
16341 Add an :exit-function for completion-at-point.
16342
16343 * minibuffer.el (completion--done): New fun.
16344 (completion--do-completion): Use it. New arg `expect-exact'.
16345 (minibuffer-complete, minibuffer-complete-word): Don't output message,
16346 since completion--do-completion does it for us now.
16347 (minibuffer-force-complete): Use completion--done and
16348 completion--replace. Handle sole-completion case with more care.
16349 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
16350 (completion-extra-properties): New var.
16351 (completion-annotate-function): Make obsolete.
16352 (minibuffer-completion-help): Adjust accordingly.
16353 Use completion-list-insert-choice-function.
16354 (completion-at-point, completion-help-at-point):
16355 Bind completion-extra-properties.
16356 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
16357 * simple.el (completion-list-insert-choice-function): New var.
16358 (completion-setup-function): Preserve it.
16359 (choose-completion): Pay attention to it, shuffle the code a bit.
16360 (choose-completion-string): New arg `insert-function'.
16361
16362 * textmodes/bibtex.el: Convert to lexical binding.
16363 (bibtex-mode-map): Use completion-at-point.
16364 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
16365 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
16366 (bibtex-complete): Define as obsolete alias.
16367 (bibtex-complete-internal): Remove.
16368 (bibtex-format-entry): Remove unused sub-group in regexp.
16369 * shell.el (shell--command-completion-data)
16370 (shell-environment-variable-completion):
16371 * pcomplete.el (pcomplete-completions-at-point):
16372 * comint.el (comint--complete-file-name-data): Use :exit-function
16373 instead of completion-table-with-terminator so it also works for
16374 choose-completion.
16375
e44e373d
SM
163762011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16377
4f91a816
SM
16378 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16379
782fc819
SM
16380 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
16381 (bug#8710).
16382
e44e373d
SM
16383 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
16384
381987c3
KM
163852011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
16386
16387 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
16388 customization variable and implement: If non-nil, auto-fill will
16389 be inhibited while on topic's header line.
16390
b776bc70
VB
163912011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
16392
16393 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 16394 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
16395 always have a solution in grid size = 5 cases.
16396 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
16397 (5x5-solver-output, 5x5-log-buffer): New vars.
16398 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
16399 Make these variables buffer local to achieve 5x5 multi-session-ness.
16400 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
16401 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
16402 (5x5-solve-suggest): New funs.
16403 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
16404 randomize a grid so that we ensure that there is always a solution.
16405 (5x5-make-random-grid): Allow other movement than flipping.
16406
7de88b6e
KR
164072011-05-23 Kevin Ryde <user42@zip.com.au>
16408
16409 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 16410 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
16411 advice and passes PREDICATE.
16412
b1ef1257
SM
164132011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16414
bbca48fe
SM
16415 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
16416 byte-compile-lambda if it's actually a lambda.
16417
b1ef1257
SM
16418 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
16419 Fix function quoting. Use backquote better.
16420
92a9cc65
YS
164212011-05-22 Yuanle Song <sylecn@gmail.com>
16422
16423 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
16424 matching (Bug#8516).
16425
f0fb8059
JA
164262011-01-22 Jari Aalto <jari.aalto@cante.net>
16427
16428 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
16429 different face (Bug#8178).
16430
d5b44c93
CY
164312011-05-22 Chong Yidong <cyd@stupidchicken.com>
16432
16433 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
16434 defface (Bug#8144).
16435
79106a44
SM
164362011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16437
9c848d8a
SM
16438 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
16439 funcall as well (bug#8712). Warn when performing those conversions.
16440 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
16441
79106a44
SM
16442 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
16443
88dfa756
GM
164442011-05-22 Glenn Morris <rgm@gnu.org>
16445
16446 * files.el (hack-local-variables-prop-line): Small simplifications.
16447 (hack-local-variables, hack-local-variables-prop-line):
16448 If MODE-ONLY, return the mode, rather than just `t'.
16449
b7cf2c79
SM
164502011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
16451
16452 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
16453
3f1a8558
GM
164542011-05-21 Glenn Morris <rgm@gnu.org>
16455
7e4ccca3
GM
16456 * files.el (hack-local-variables-prop-line, hack-local-variables):
16457 If only interested in the mode, don't bother doing the other stuff.
16458
637d46ca
GM
16459 * image-mode.el (image-after-revert-hook):
16460 Redraw all frames on which the image is visible. (Bug#8567)
16461
973d955b
GM
16462 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
16463
3f1a8558
GM
16464 * wid-edit.el (widget-checklist-match-inline):
16465 Fix 2011-04-19 change. (Bug#8649)
16466
96479927
SM
164672011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16468
1dcf791f
SM
16469 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
16470 Also allow singlespace after single-letter capitals followed by a dot.
16471
96479927
SM
16472 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
16473 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
16474
35fd0881
N
164752011-05-20 Nix <nix@esperi.org.uk>
16476
16477 * files.el (basic-save-buffer-2):
16478 Fix handling of break-hardlink-on-save with non-existent files.
16479
82745640
DD
164802011-05-19 Deniz Dogan <deniz@dogan.se>
16481
16482 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 16483 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 16484
4a720484
GM
164852011-05-19 Glenn Morris <rgm@gnu.org>
16486
d1f21341
GM
16487 * progmodes/f90.el (f90-type-def-re):
16488 Handle "type, bind(c)". (Bug#8691)
16489
4a720484
GM
16490 * emacs-lisp/autoload.el (batch-update-autoloads):
16491 Set autoload-excludes by parsing loadup.el rather than Makefiles.
16492
2fb0a219
MA
164932011-05-18 Michael Albinus <michael.albinus@gmx.de>
16494
16495 * net/tramp.el (tramp-process-actions): Set "first-password-request"
16496 property for the correct connection in case of multihops.
16497
e565dd37
GM
164982011-05-18 Glenn Morris <rgm@gnu.org>
16499
c2571358 16500 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
16501 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16502
e565dd37
GM
16503 Rationalize calendar handling of day and month abbrev-arrays.
16504 * calendar/calendar.el (calendar-customized-p): New function.
16505 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16506 (calendar-day-name-array, calendar-month-name-array): Doc fix.
16507 Add :set function.
16508 (calendar-abbrev-length, calendar-day-abbrev-array)
16509 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16510 (calendar-day-abbrev-array, calendar-month-abbrev-array):
16511 Elements may no longer be nil.
16512 (calendar-day-name, calendar-month-name):
16513 Update for changed nature of abbrev arrays.
16514 * calendar/diary-lib.el (diary-name-pattern):
16515 Update for changed nature of abbrev arrays.
16516 (diary-mark-entries-1): Update calendar-make-alist calls.
16517 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16518 * calendar/cal-html.el (cal-html-day-abbrev-array):
16519 Simply inherit from calendar-day-abbrev-array.
16520
1d99a745
SM
165212011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * progmodes/grep.el (grep-mode): Disable default
16524 compilation-directory-matcher setting (bug#8684).
16525
7c1d9aa0
MA
165262011-05-17 Michael Albinus <michael.albinus@gmx.de>
16527
16528 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16529 instead of "head" and "tail". There were problems with SunOS 5.9,
16530 and it performs better.
16531
3952e9d8
GM
165322011-05-17 Glenn Morris <rgm@gnu.org>
16533
2dd12e7f
GM
16534 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16535
e4157b9c
GM
16536 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16537 Replace obsolete function.
16538
8e249bbd
GM
16539 * shell.el (pcomplete-parse-arguments-function): Declare.
16540
3952e9d8
GM
16541 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16542 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16543 (appt-check): Doc fixes.
16544 (appt-disp-window-function, appt-delete-window-function):
16545 Remove needless special case in custom :type.
16546 (appt-display-count): Default to 0, not nil.
16547 (appt-check): Reset appt-display-count to 0, not nil.
16548
c71a0d48 165492011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 16550
c71a0d48
GM
16551 * progmodes/python.el (python-font-lock-keywords):
16552 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 16553
31d55be9
SM
165542011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16555
16556 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16557
3bfacb2f
KR
165582011-05-16 Kevin Ryde <user42@zip.com.au>
16559
16560 * info-look.el (makefile-automake-mode): New setups, looking in
16561 automake manual, then makefile-mode.
16562 (makefile-mode): Remove automake manual, have it just in
16563 makefile-automake-mode since there's various things different or
16564 not relevant to plain make.
16565 (makefile-mode): Remove "other-modes" non-existent automake-mode,
16566 believe a hypothetical automake-mode would go to makefile-mode,
16567 not the other way around.
16568
c8e83751
CY
165692011-05-15 Chong Yidong <cyd@stupidchicken.com>
16570
5e9e35cd
CY
16571 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16572 hunk-end tags (Bug#8672).
16573
c8e83751
CY
16574 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16575 vc-annotate-show-diff-revision-at-line (Bug#8671).
16576
50b23e5a
GM
165772011-05-14 Glenn Morris <rgm@gnu.org>
16578
7210a739
GM
16579 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16580 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
16581 (change-log-font-lock-keywords): Also handle multiple author lines
16582 with leading tabs. (Bug#8644)
7210a739 16583
4691905a
GM
16584 * calendar/appt.el (appt-check): Rename some local variables.
16585 Some simplification/reordering.
16586
50b23e5a
GM
16587 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16588 (feedmail-sendmail-f-doesnt-sell-me-out)
16589 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16590 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16591 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
16592 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16593 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
16594 (feedmail-binmail-gnulinuxish-template):
16595 Rename from feedmail-binmail-linuxish-template.
16596 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16597 Use insert-buffer-substring.
16598
215cda7c
BC
165992011-05-14 Bill Carpenter <bill@carpenter.org>
16600
16601 * mail/feedmail.el (feedmail-patch-level): Increase.
16602 (feedmail-debug): New custom group.
16603 (feedmail-confirm-outgoing-timeout)
16604 (feedmail-sendmail-f-doesnt-sell-me-out)
16605 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16606 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16607 (feedmail-sender-line, feedmail-from-line)
16608 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 16609 (feedmail-spray-this-address)
215cda7c
BC
16610 (feedmail-spray-address-fiddle-plex-list)
16611 (feedmail-queue-use-send-time-for-date)
16612 (feedmail-queue-use-send-time-for-message-id)
16613 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16614 (feedmail-buffer-eating-function):
16615 Doc fixes.
16616 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16617 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16618 (feedmail-message-action-scroll-down): New functions.
16619 (feedmail-queue-directory, feedmail-queue-draft-directory):
16620 Use expand-file-name.
16621 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16622 Remove C-v help entry.
16623 (feedmail-queue-buffer-file-name): New variable.
16624 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16625 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16626 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16627 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16628 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16629 (feedmail-message-action-toggle-spray)
16630 (feedmail-run-the-queue-no-prompts)
16631 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16632 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16633 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16634 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16635 (feedmail-envelope-deducer, feedmail-fiddle-from)
16636 (feedmail-fiddle-sender, feedmail-default-date-generator)
16637 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16638 (feedmail-fiddle-spray-address)
16639 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16640 (feedmail-fiddle-list-of-fiddle-plexes)
16641 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16642 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16643 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16644 Change default. Doc fix.
16645 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16646 (feedmail-binmail-linuxish-template): New constant.
16647 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16648 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16649 (feedmail-send-it): Add debug call.
16650 Use feedmail-queue-buffer-file-name, and
16651 feedmail-send-it-immediately-wrapper.
16652 (feedmail-message-action-send): Add debug call.
16653 Use feedmail-send-it-immediately-wrapper.
16654 (feedmail-queue-express-to-queue): Add debug call.
16655 Run feedmail-queue-express-hook.
16656 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16657 (feedmail-message-action-help-blat):
16658 Rename from feedmail-queue-send-edit-prompt-help-first.
16659 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16660 Check line-endings. Handle errors better.
16661 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16662 Doc fix. Add debug call.
16663 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16664 Use feedmail-queue-send-edit-prompt-inner.
16665 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16666 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16667 from feedmail-queue-send-edit-prompt.
16668 (feedmail-queue-send-edit-prompt-help)
16669 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16670 (feedmail-tidy-up-slug): Add debug call.
16671 Respect feedmail-queue-slug-suspect-regexp.
16672 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16673 (feedmail-dump-message-to-queue): Add debug call.
16674 Expand queue-directory.
16675 (feedmail-dump-message-to-queue): Change message slightly.
16676 Use feedmail-say-chatter.
16677 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16678 (feedmail-send-it-immediately-wrapper): New function.
16679 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16680 Insert empty string rather than newline. Handle full-frame case.
16681 Use catch/throw. Use feedmail-say-chatter.
16682 (feedmail-fiddle-from): Try mail-host-address.
16683 (feedmail-default-message-id-generator): Doc fix.
16684 Bind system-time-locale. Handle missing end.
16685 (feedmail-fiddle-x-mailer): Add debug call.
16686 Handle feedmail-x-mailer-line being nil.
16687 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16688 Add debug call. Use buffer-substring-no-properties.
16689 (feedmail-say-debug, feedmail-say-chatter): New functions.
16690 (feedmail-find-eoh): Give an explicit error.
16691
42c7e61e
UJ
166922011-05-13 Ulf Jasper <ulf.jasper@web.de>
16693
c2571358 16694 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 16695 family from helvetica to sans.
c2571358 16696 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
16697 etc/images/newsticker.
16698
c2571358 16699 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
16700 family from helvetica to sans.
16701
16702 * net/newst-plainview.el (newsticker-new-item-face)
16703 (newsticker-old-item-face, newsticker-immortal-item-face)
16704 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 16705 (newsticker-statistics-face): Change default family from
42c7e61e 16706 helvetica to sans.
c2571358 16707 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
16708 etc/images/newsticker.
16709
5d3385a0
JB
16710 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
16711 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
16712 auto-marking.
16713
8497a297
DV
167142011-05-13 Didier Verna <didier@xemacs.org>
16715
16716 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
16717 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
16718 TODO entries.
8497a297
DV
16719 (lisp-lambda-list-keyword-parameter-indentation)
16720 (lisp-lambda-list-keyword-parameter-alignment)
16721 (lisp-lambda-list-keyword-alignment): New customizable user options.
16722 (lisp-indent-defun-method): Improve docstring.
16723 (extended-loop-p): Fix comment.
16724 (lisp-indent-lambda-list-keywords-regexp): New variable.
16725 (lisp-indent-lambda-list): New function.
16726 (lisp-indent-259): Use it.
16727 (lisp-indent-defmethod): Support for more than one
16728 method qualifier and properly indent methods lambda-lists.
16729 (defgeneric): Provide a missing common-lisp-indent-function property.
16730
f278f87f
SM
167312011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
16734 bounds for the empty string (bug#8667).
16735
5233edd7
GM
167362011-05-13 Glenn Morris <rgm@gnu.org>
16737
5237a44f
GM
16738 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
16739
8340026c 16740 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 16741 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 16742
5233edd7 16743 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 16744 (appt-time-msg-list): Doc fix.
a5464014 16745 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 16746
92d10796
AS
167472011-05-12 Andreas Schwab <schwab@linux-m68k.org>
16748
16749 * progmodes/ld-script.el (ld-script-keywords)
16750 (ld-script-builtins): Update keywords list.
16751
914a0ae1
SM
167522011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16753
c89be45f
SM
16754 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
16755
914a0ae1
SM
16756 * shell.el (shell-completion-vars): New function.
16757 (shell-mode):
16758 * simple.el (read-shell-command): Use it.
16759 (blink-matching-open): No need for " [...]" in minibuffer-message.
16760
98dc3df3
GM
167612011-05-12 Glenn Morris <rgm@gnu.org>
16762
16763 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
16764 (appt-check): Simplify.
16765
d2fc7e3d 167662011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 16767
4d61f28d 16768 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
16769 literal "/dev/null".
16770
d2fc7e3d 167712011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
16772
16773 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
16774 Fix typo.
16775
d2fc7e3d 167762011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 16777
3f254caa
SM
16778 * progmodes/which-func.el (which-function):
16779 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
16780 which might not be defined (Bug#8260).
16781
d45885f7
GM
167822011-05-12 Glenn Morris <rgm@gnu.org>
16783
16784 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16785 Let byte-compile-initial-macro-environment always take precedence.
16786
488086f4
SM
167872011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * net/rcirc.el: Add support for SSL/TLS connections.
16790 (rcirc-server-alist): New field `encryption'.
16791 (rcirc): Check `encryption' settings.
16792 (rcirc-connect): New arg `encryption'. Use open-network-stream.
16793 Merge make-local-variable into `set'.
16794 (rcirc--connection-open-p): New function.
16795 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
16796 the process is not a network process (e.g. running gnutls-cli).
16797 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16798 Make rcirc-(en|de)code-coding-system local here.
16799 (rcirc-mode): Merge make-local-variable into `set'.
16800 (rcirc-parent-buffer): Make permanent buffer-local.
16801 (rcirc-multiline-minor-mode): Don't do it here.
16802 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
16803 there's no server buffer.
16804
7d3b9d44
GM
168052011-05-11 Glenn Morris <rgm@gnu.org>
16806
f64049c6
GM
16807 * newcomment.el (comment-kill): Prefix "unused" local.
16808
93c9df73
GM
16809 * term/w32console.el (get-screen-color): Declare.
16810
7d3b9d44
GM
16811 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
16812 Handle symbol elements of byte-compile-initial-macro-environment.
16813
9e2dd53f
LL
168142011-05-10 Leo Liu <sdl.web@gmail.com>
16815
488086f4
SM
16816 * bookmark.el (bookmark-bmenu-mode-map):
16817 Bind bookmark-bmenu-search to `/'.
8b340240 16818
9e2dd53f 16819 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
16820 (footnote-unicode-string, footnote-unicode-regexp): New variable.
16821 (Footnote-unicode): New function.
16822 (footnote-style-alist): Add unicode style to the list.
16823 (footnote-style): Doc fix.
9e2dd53f 16824
79b70037
GM
168252011-05-10 Jim Meyering <meyering@redhat.com>
16826
16827 Fix doubled-word typos.
16828 * international/quail.el (quail-insert-kbd-layout): and and -> and
16829 * kermit.el: and and -> and
16830 * net/ldap.el (ldap-search-internal): to to -> to
16831 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
16832 * progmodes/js.el (js-mode): and and -> and
16833 * textmodes/artist.el (artist-move-to-xy): at at -> at
16834 (artist-draw-region-trim-line-endings): if if -> if
16835 And Safetyc -> Safety.
16836 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
16837
b8f82dc1 168382011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 16839 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
16840
16841 * files.el (hack-one-local-variable-eval-safep):
16842 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
16843
4f99f44b
GM
168442011-05-10 Glenn Morris <rgm@gnu.org>
16845
16846 * calendar/diary-lib.el (diary-list-entries-hook)
16847 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
16848 (diary-nongregorian-marking-hook, diary-list-entries)
16849 (diary-include-other-diary-files, diary-mark-entries)
16850 (diary-mark-included-diary-files): Doc fixes.
16851
84f29e6b
JB
168522011-05-09 Juanma Barranquero <lekktu@gmail.com>
16853
16854 * misc.el: Require tabulated-list.el during compilation.
16855
9bedd73a
CY
168562011-05-09 Chong Yidong <cyd@stupidchicken.com>
16857
488086f4
SM
16858 * progmodes/compile.el (compilation-start):
16859 Run compilation-filter-hook for the async case too.
9bedd73a
CY
16860 (compilation-filter-hook): Doc fix.
16861
797c735c
DD
168622011-05-09 Deniz Dogan <deniz@dogan.se>
16863
16864 * wdired.el: Remove outdated installation comment. Fix usage
16865 comment.
16866
5f4b1dfe
JB
168672011-05-09 Juanma Barranquero <lekktu@gmail.com>
16868
16869 * misc.el: Implement new command `list-dynamic-libraries'.
16870 (list-dynamic-libraries--loaded-only-p): New variable.
16871 (list-dynamic-libraries--refresh): New function.
16872 (list-dynamic-libraries): New command.
16873
4c44026c
CY
168742011-05-09 Chong Yidong <cyd@stupidchicken.com>
16875
488086f4
SM
16876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16877 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
16878 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
16879 higher priority to avoid clobbering by gnu.
16880
027f966d
CY
168812011-05-08 Chong Yidong <cyd@stupidchicken.com>
16882
16883 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
16884 if the face has existing theme settings (Bug#8454).
16885
085f5d7d
CY
168862011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
16887
488086f4
SM
16888 * progmodes/perl-mode.el (perl-imenu-generic-expression):
16889 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 16890
2a86a00c
RS
16891 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
16892 special file names `.' and `..' (Bug#8259).
16893
d9c54a06
CY
168942011-05-08 Chong Yidong <cyd@stupidchicken.com>
16895
488086f4
SM
16896 * progmodes/grep.el (grep-mode-font-lock-keywords):
16897 Remove buffer-changing entries.
d9c54a06
CY
16898 (grep-filter): New function.
16899 (grep-mode): Add it to compilation-filter-hook.
16900
16901 * progmodes/compile.el (compilation-filter-hook)
16902 (compilation-filter-start): New defvars.
16903 (compilation-filter): Call compilation-filter-hook prior to
16904 updating the process mark.
16905
c4662635
SM
169062011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16907
16908 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
16909
b0512a1d
EZ
169102011-05-07 Eli Zaretskii <eliz@gnu.org>
16911
605c9376
EZ
16912 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
16913 mailclient-send-it even if window-system is nil. (Bug#8595)
16914
c4662635
SM
16915 * term/w32console.el (terminal-init-w32console):
16916 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
16917 background-mode. (Bug#8597)
16918
d1dc2cc2
SM
169192011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16920
16921 Make bytecomp.el understand that defmethod defines funs (bug#8631).
16922 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
16923 New functions.
16924 (defgeneric, eieio--defmethod): Use them.
16925 (eieio-defgeneric): Remove.
16926 (defmethod): Call defgeneric in a way visible to the byte-compiler.
16927
915d1300
GM
169282011-05-07 Glenn Morris <rgm@gnu.org>
16929
a3961c3e
GM
16930 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
16931 Use let rather than let*.
16932 (timeclock-find-discrep): Remove unused local.
16933
314347b9
GM
16934 * calendar/diary-lib.el (diary-comment-start): Doc fix.
16935
915d1300
GM
16936 * calendar/appt.el (appt-time-msg-list): Doc fix.
16937
275b59b0
NF
169382011-05-06 Noah Friedman <friedman@splode.com>
16939
16940 * apropos.el (apropos-print-doc): Only use
16941 emacs-lisp-docstring-fill-column when it is bound to an integer,
16942 per that variable's documentation.
16943
6c19f744
SM
169442011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16945
16946 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 16947 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 16948
60f884b2
GM
169492011-05-06 Glenn Morris <rgm@gnu.org>
16950
5006e634
GM
16951 * calendar/appt.el (appt-message-warning-time): Doc fix.
16952 (appt-warning-time-regexp): New option.
16953 (appt-make-list): Respect appt-message-warning-time.
16954
548d0a63
GM
16955 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
16956 New options.
16957 (diary-add-to-list): Strip comments from the displayed string.
16958 (diary-mode): Set comment-start and comment-end.
16959
60f884b2
GM
16960 * vc/diff-mode.el (smerge-refine-subst): Declare.
16961 (diff-refine-hunk): Don't require smerge-mode when compiling.
16962
989681bb
JB
169632011-05-06 Juanma Barranquero <lekktu@gmail.com>
16964
16965 * simple.el (list-processes): Return nil as the docstring says.
16966
a6bc05e1
MA
169672011-05-05 Michael Albinus <michael.albinus@gmx.de>
16968
16969 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
16970 to "".
16971 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16972 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
16973 determining of binary transfer. (Bug#7383)
16974
23c22e9a
MA
169752011-05-05 Michael Albinus <michael.albinus@gmx.de>
16976
c4662635
SM
16977 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16978 Fix port computation bug. (Bug#8618)
23c22e9a 16979
0bff894f
GM
169802011-05-05 Glenn Morris <rgm@gnu.org>
16981
b8296902
GM
16982 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
16983
1f522ce8
GM
16984 * simple.el (shell-dynamic-complete-functions)
16985 (comint-dynamic-complete-functions): Declare.
16986
cf5bee67
GM
16987 * net/network-stream.el (gnutls-negotiate):
16988 * simple.el (tabulated-list-print): Fix declarations.
16989
16990 * progmodes/gud.el (syntax-symbol, syntax-point):
16991 Remove unnecessary and incorrect declarations.
16992
0bff894f
GM
16993 * emacs-lisp/check-declare.el (check-declare-scan):
16994 Handle byte-compile-initial-macro-environment in bytecomp.el
16995
9869b3ae
SM
169962011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16997
16998 Fix earlier half-done eieio-defmethod change (bug#8338).
16999 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
17000 Streamline and change calling convention.
17001 (defmethod): Adjust accordingly and simplify.
17002 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
17003 new eieio--defmethod.
17004 (slot-boundp): Minor CSE simplification.
17005
9c1d5ac5
MZ
170062011-05-05 Milan Zamazal <pdm@zamazal.org>
17007
17008 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
17009 (glasses-make-readable): Use glasses-separate-capital-groups.
17010
455c834e
JB
170112011-05-05 Juanma Barranquero <lekktu@gmail.com>
17012
17013 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
17014 (warning-series): Doc fix.
17015 (display-warning): Don't try to create the buffer if we just found it.
17016
9ed7c8cb
CY
170172011-05-04 Chong Yidong <cyd@stupidchicken.com>
17018
17019 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
17020 (autoload-find-generated-file): New function.
17021 (generate-file-autoloads): Bind generated-autoload-file to
17022 buffer-file-name.
9869b3ae
SM
17023 (update-file-autoloads, update-directory-autoloads):
17024 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
17025 output file (Bug#7989).
17026 (batch-update-autoloads): Doc fix.
17027
0898ca10
JB
170282011-05-04 Juanma Barranquero <lekktu@gmail.com>
17029
17030 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
17031
31dfb76c
GM
170322011-05-04 Glenn Morris <rgm@gnu.org>
17033
f330b642
GM
17034 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
17035 function, so it follows changes in calendar-date-style.
17036 (diary-fancy-date-matcher): New function.
17037 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
17038 (diary-fancy-font-lock-fontify-region-function):
17039 Use diary-fancy-date-pattern as a function.
17040
31dfb76c
GM
17041 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
17042 non-numbers for `year' etc pseudo-variables. (Bug#8583)
17043
48e79d6a
TZ
170442011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
17045
17046 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
17047 instead of positional arguments. Allow :keylist and :crlfiles
17048 arguments.
17049 (open-gnutls-stream): Call it.
17050
17051 * net/network-stream.el (network-stream-open-starttls): Adjust to
17052 call `gnutls-negotiate' with :process and :hostname arguments.
17053
dd5a5ee0
SM
170542011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17055
ef80fc09
SM
17056 * minibuffer.el (completion--message): New function.
17057 (completion--do-completion, minibuffer-complete)
17058 (minibuffer-force-complete, minibuffer-complete-word): Use it.
17059 (completion--do-completion): Don't ignore completion-auto-help when in
17060 icomplete-mode.
17061
dd5a5ee0
SM
17062 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
17063 internal encoding (e.g. tibetan zero is not whitespace).
17064 (global-whitespace-mode): Prefer save-current-buffer.
17065 (whitespace-trailing-regexp): Remove useless save-match-data.
17066 (whitespace-empty-at-bob-regexp): Minor simplification.
17067
b7d22a83
CY
170682011-05-03 Chong Yidong <cyd@stupidchicken.com>
17069
17070 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
17071
5192af46
AM
170722011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17073
17074 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 17075 Use `concat' to create string for insertion.
5192af46 17076
5767d190
SM
170772011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17078
17079 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
17080 Avoid open-line which runs post-self-insert-hook.
17081 (bibtex-fill-entry): Remove unused `end' var.
17082
bf242939
AM
170832011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
17084
5767d190
SM
17085 * textmodes/ispell.el (ispell-add-per-file-word-list):
17086 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 17087
25666126
LL
170882011-05-03 Leo Liu <sdl.web@gmail.com>
17089
17090 * isearch.el (isearch-yank-pop): New command.
5767d190 17091 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
17092 (isearch-forward): Mention it.
17093
52d3c2d0
SM
170942011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17095
1bcace58
SM
17096 * simple.el (minibuffer-complete-shell-command): Remove.
17097 (minibuffer-local-shell-command-map): Use completion-at-point.
17098 (read-shell-command): Setup completion vars here instead.
17099 (read-expression-map): Bind TAB to symbol completion.
17100
52d3c2d0
SM
17101 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
17102 error directly rather via storing it into `results'.
17103
35813471
LL
171042011-05-02 Leo Liu <sdl.web@gmail.com>
17105
17106 * vc/diff.el: Fix description.
17107
e793a940
LMI
171082011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17109
17110 * server.el (server-eval-at): New function.
17111
8de66e05
LMI
171122011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17113
17114 * net/network-stream.el (open-network-stream): Take a :nowait
17115 parameter and pass it on to `make-network-process'.
17116 (network-stream-open-plain): Ditto.
17117
dcb79f20
AS
171182011-04-30 Andreas Schwab <schwab@linux-m68k.org>
17119
17120 * faces.el (face-spec-set-match-display): Don't match toolkit
17121 options on terminal frames.
17122
14a7fbd8
SM
171232011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17124
7eabc1be
SM
17125 * progmodes/pascal.el: Use lexical binding.
17126 (pascal-mode-map): Remove author preferences.
17127
14a7fbd8
SM
17128 * pcomplete.el (pcomplete-std-complete): Don't abuse
17129 completion-at-point.
17130
50f84510
JB
171312011-04-28 Juanma Barranquero <lekktu@gmail.com>
17132
6e087a44
JB
17133 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
17134 removing code that has been dead since 1991 or so.
17135
50f84510
JB
17136 * startup.el (command-line): When warning about "_emacs", use a
17137 delayed warning to allow the user to filter it out.
17138
0ba690bd
DD
171392011-04-28 Deniz Dogan <deniz@dogan.se>
17140
17141 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
17142 user has not joined.
17143
08abfaad
SM
171442011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17145
17146 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
17147 aren't any completions at point.
17148
638f053a
JB
171492011-04-28 Juanma Barranquero <lekktu@gmail.com>
17150
17151 * subr.el (display-delayed-warnings): New function.
17152 (delayed-warnings-hook): New variable.
17153
8fff8daa
SM
171542011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17155
08abfaad
SM
17156 * minibuffer.el (completion-at-point, completion-help-at-point):
17157 Don't presume that a given completion-at-point-function will always
17158 use the same calling convention.
17159
8fff8daa
SM
17160 * pcomplete.el (pcomplete-completions-at-point):
17161 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
17162 pcomplete-seen is non-nil.
17163 (pcomplete-comint-setup): Also recognize the new comint/shell
17164 completion functions.
17165 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
17166 pcomplete-seen is non-nil.
17167
841a1577 171682011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 17169
841a1577 17170 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 17171 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 17172 the first character in the entry. This allows for code to add its
211ec907
UJ
17173 own uid to the entry.
17174 (icalendar--convert-float-to-ical): Add export of
17175 `diary-float'-entries save for those with the optional DAY
17176 argument.
17177
2a782793
DC
171782011-04-27 Daniel Colascione <dan.colascione@gmail.com>
17179
17180 * subr.el (shell-quote-argument): Use alternate escaping strategy
17181 when we spot a variable reference in a string.
17182
0438ce91
DC
171832011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17184
17185 * cus-start.el (all): Define customization for debug-on-event.
17186
841a1577 171872011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
17188
17189 * subr.el (shell-quote-argument): Escape correctly under Windows.
17190
d090ed6c
SM
171912011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17192
17193 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
17194
bfd31217
MA
171952011-04-25 Michael Albinus <michael.albinus@gmx.de>
17196
d090ed6c
SM
17197 * net/tramp.el (tramp-process-actions): Add POS argument.
17198 Delete region between POS and (pos).
bfd31217 17199
d090ed6c
SM
17200 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17201 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
17202 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
17203
17204 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
17205 position in `tramp-process-actions' call.
17206
17207 * net/trampver.el: Update release number.
17208
e92f3bd3
SM
172092011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17210
850256b5
SM
17211 * custom.el (defcustom): Obey lexical-binding.
17212
e92f3bd3
SM
17213 Fix octave-inf completion problems reported by Alexander Klimov.
17214 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
17215 Inherit from octave-mode-syntax-table.
17216 (inferior-octave-mode): Set info-lookup-mode.
17217 (inferior-octave-completion-at-point): New function.
17218 (inferior-octave-complete): Use it and completion-in-region.
17219 (inferior-octave-dynamic-complete-functions): Use it as well, and use
17220 comint-filename-completion.
17221 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
17222 symbol elements which shouldn't be word elements.
17223 (octave-font-lock-keywords, octave-beginning-of-defun)
17224 (octave-function-header-regexp): Adjust regexps accordingly.
17225 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
17226
cd22b309
JB
172272011-04-25 Juanma Barranquero <lekktu@gmail.com>
17228
17229 * net/gnutls.el (gnutls-errorp): Declare before first use.
17230
8b492194
TZ
172312011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
17232
17233 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
17234 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 17235 default trustfile exists before going to use it. Add missing
5a5fa834 17236 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
17237 Reported by Claudio Bley <claudio.bley@gmail.com>.
17238 (open-gnutls-stream): Add usage example.
17239
17240 * net/network-stream.el (network-stream-open-starttls): Give host
17241 parameter to `gnutls-negotiate'.
17242 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 17243 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 17244
841a1577 172452011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 17246
cd22b309
JB
17247 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
17248 Use correct match group (bug#8438).
05842630 17249
3ba7869c
CY
172502011-04-24 Chong Yidong <cyd@stupidchicken.com>
17251
512e3ae1
CY
17252 * emacs-lisp/package.el (package-built-in-p): Fix typo.
17253 (package-menu--generate): New arg specifying packages to show.
17254 (package-menu-refresh, package-menu-execute, list-packages):
17255 Callers changed.
17256 (package-show-package-list): New function, replacing deleted
17257 package--list-packages (renamed because it is non-internal).
17258
17259 * finder.el (finder-list-matches): Use package-show-package-list
17260 instead of deleted package--list-packages.
17261
e92f3bd3
SM
17262 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
17263 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
17264 (vc-annotate-mode-map): Bind it to RET.
17265
7031be6d
UR
172662011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
17267
17268 * progmodes/etags.el (next-file): Don't use set-buffer to change
17269 buffers (Bug#8478).
17270
4ef177aa
CY
172712011-04-24 Chong Yidong <cyd@stupidchicken.com>
17272
c8d173eb
CY
17273 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
17274
4ef177aa
CY
17275 * apropos.el (apropos-label-face): Avoid variable-pitch face.
17276 (apropos-accumulator): Doc fix.
17277 (apropos-function, apropos-macro, apropos-command)
17278 (apropos-variable, apropos-face, apropos-group, apropos-widget)
17279 (apropos-plist): Add face property.
17280 (apropos-symbols-internal): Fix indentation.
17281 (apropos-print): Simplify help, and recognize apropos-multi-type.
17282 (apropos-print-doc): Use button-type-get to extract the button's
17283 face property. Fill docstring (Bug#8352).
17284
4ffd0d6b 172852011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
17286
17287 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
17288
c6c32125 17289 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 17290 (mpuz-mode-map): Use mapc.
c6c32125
JB
17291 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
17292 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
17293 Fix typos in docstrings.
17294
58d468b4
JB
17295 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
17296 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
17297
6470c3c6
JB
17298 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
17299
4ffd0d6b 173002011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
17301
17302 * minibuffer.el (completion--do-completion): Avoid the "Next char
17303 not unique" prompt if icomplete-mode is enabled (Bug#5849).
17304
3ad8bad0
CY
17305 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
17306 mouse-2 into unread-command-events, it is interpreted correctly.
17307
71d73c9c 17308 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 17309 (image-toggle-display): Doc fix.
71d73c9c 17310
841a1577 173112011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 17312
4ffd0d6b
GM
17313 * textmodes/page.el (what-page): Use line-number-at-pos to
17314 calculate line number (Bug#6825).
6e1dbaa9 17315
c2fb1b60
JB
173162011-04-22 Juanma Barranquero <lekktu@gmail.com>
17317
17318 * eshell/esh-mode.el (find-tag-interactive): Declare function.
17319 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
17320 Pass argument NO-DEFAULT to `find-tag-interactive'.
17321
e02f48d7
JB
173222011-04-22 Juanma Barranquero <lekktu@gmail.com>
17323
17324 Lexical-binding cleanup.
17325
17326 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
17327 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
17328 * progmodes/ada-prj.el (ada-prj-initialize-values)
17329 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
17330 (ada-prj-show-value):
17331 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
17332 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
17333 (antlr-invalidate-context-cache, antlr-options-menu-filter)
17334 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
17335 * progmodes/bug-reference.el (bug-reference-push-button):
17336 * progmodes/fortran.el (fortran-line-length):
17337 * progmodes/glasses.el (glasses-change):
17338 * progmodes/octave-mod.el (octave-fill-paragraph):
17339 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
17340 (python-pdbtrack-grub-for-buffer, python-sentinel):
17341 * progmodes/sql.el (sql-save-connection):
17342 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
17343 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
17344 Mark unused parameters.
17345
17346 * progmodes/compile.el (compilation--flush-directory-cache)
17347 (compilation--flush-parse, compile-internal): Mark unused parameters.
17348 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
17349 (compilation-next-error-function): Remove unused variable `timestamp'.
17350
17351 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
17352 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
17353
17354 * progmodes/dcl-mode.el (dcl-end-of-command):
17355 Remove unused variable `start'.
17356 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
17357 (dcl-option-value-basic, dcl-option-value-offset)
17358 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
17359 Mark unused parameters.
17360 (dcl-save-local-variable): Remove unused variable `val'.
17361 (mode): Declare.
17362
17363 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
17364 Mark unused parameters.
17365 (delphi-ignore-changes): Move before first use.
17366 (delphi-charset-token-at): Remove unused variable `start'.
17367 (delphi-else-start): Remove unused variable `if-count'.
17368 (delphi-comment-block-start, delphi-comment-block-end):
17369 Remove unused variable `kind'.
17370 (delphi-indent-line): Remove unused variable `new-point'.
17371
17372 * progmodes/ebrowse.el (ebrowse-files-list)
17373 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17374 Mark unused parameters. Don't quote `lambda'.
17375 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17376 Don't quote `lambda'.
17377 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17378 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17379 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17380 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
17381 Use `ignore-errors'.
17382 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
17383 (ebrowse-view/find-file-and-search-pattern)
17384 (ebrowse-view/find-member-declaration/definition):
17385 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
17386 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
17387 Rename parameter PREFIX-ARG to PREFIX.
17388 (ebrowse-tags-read-name): Remove unused variables `start' and
17389 `member-info'.
17390 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
17391 to `tags-file'.
17392
17393 * progmodes/etags.el (local-find-tag-hook): Declare.
17394 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
17395 Mark unused parameters.
17396
17397 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
17398 (executable-interpret): Mark unused parameter.
17399
17400 * progmodes/flymake.el (flymake-process-sentinel)
17401 (flymake-after-change-function)
17402 (flymake-create-temp-with-folder-structure)
17403 (flymake-get-include-dirs-dot): Mark unused parameters.
17404 (flymake-safe-delete-directory): Remove unused variable `err'.
17405
17406 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
17407 (speedbar-timer-fn, speedbar-line-text)
17408 (speedbar-change-expand-button-char, speedbar-delete-subblock)
17409 (speedbar-center-buffer-smartly): Declare functions.
17410 (gdb-find-watch-expression): Remove unused variable `array'.
17411 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
17412 (gdb-starting): Mark unused parameters.
17413 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
17414 (gdb-table-string): Remove unused variable `res'.
17415 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
17416 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
17417 (gdb-display-buffer): Remove unused variable `cur-size'.
17418
17419 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
17420 allow lexical-binding compilation.
17421 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
17422 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
17423 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
17424 Mark unused parameters.
17425 (gud-gdb-marker-filter): Remove unused variable `match'.
17426 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
17427 lambda expressions and funcall them, instead of using `fset'.
17428
17429 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
17430 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
17431
17432 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
17433 variable `header-beg'; use `let'.
17434
17435 * progmodes/icon.el (indent-icon-exp): Remove unused variables
17436 `restart', `last-sexp' and `at-do'.
17437
17438 * progmodes/js.el (js--debug): Mark unused parameter.
17439 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
17440 (js--splice-into-items): Remove unused variable `item'.
17441 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
17442
17443 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
17444 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
17445 (makefile-complete): Remove unused variable `try'.
17446 (makefile-fill-paragraph, makefile-match-function-end):
17447 Mark unused parameters.
17448
17449 * progmodes/octave-inf.el (inferior-octave-complete):
17450 Remove unused variable `proc'.
17451 (inferior-octave-output-digest): Mark unused parameter.
17452
17453 * progmodes/perl-mode.el (perl-calculate-indent):
17454 Remove unused variable `err'.
17455
17456 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
17457 (prolog-indent-line): Mark unused parameters.
17458 (prolog-indent-line): Remove unused variable `beg'.
17459
17460 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
17461 (reporter-dont-compact-list): Declare.
17462
17463 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
17464 Remove unused variable `char'.
17465 (sh-debug): Mark unused parameter.
17466 (sh-get-indent-info): Remove unused variable `start'.
17467 (sh-calculate-indent): Remove unused variable `var'.
17468
17469 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
17470 (simula-electric-keyword): Remove unused variable `null'.
17471 (simula-search-backward, simula-search-forward): Remove unused
17472 variables `begin' and `end'.
17473
17474 * progmodes/vera-mode.el (vera-guess-basic-syntax):
17475 Remove unused variable `pos'.
17476 (vera-electric-tab, vera-comment-uncomment-region):
17477 Mark unused parameters.
17478 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
17479
7ede3b65
CY
174802011-04-22 Chong Yidong <cyd@stupidchicken.com>
17481
17482 * emacs-lisp/package.el (package--builtins, package-alist)
17483 (package-load-descriptor, package-built-in-p, package-activate)
17484 (define-package, package-installed-p)
17485 (package-compute-transaction, package-buffer-info)
17486 (package--push): Doc fix. Distinguish more clearly between
17487 version strings and version lists.
17488
121656e9
JB
174892011-04-21 Juanma Barranquero <lekktu@gmail.com>
17490
17491 Lexical-binding cleanup.
17492
17493 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
17494 (5x5-make-mutate-best):
17495 * play/fortune.el (fortune-in-buffer):
17496 * play/gomoku.el (gomoku-init-display):
17497 * play/solitaire.el (solitaire, solitaire-do-check):
17498 * play/tetris.el (tetris-default-update-speed-function):
17499 Mark unused parameters.
17500
17501 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17502 (bubbles--shift): Remove unused variable `char-org'.
17503 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
17504 (bubbles--show-images): Remove unused variable `char'.
17505
17506 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17507 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17508 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17509 (decipher-analyze-buffer): Use ?\s.
17510 (decipher-make-checkpoint): Remove unused variable `mapping'.
17511
17512 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17513
17514 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17515 Remove unused variable `result'; use `let'.
17516
17517 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17518 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17519 (gametree-children-shown-p, gametree-compute-reduced-score):
17520 Use `ignore-errors'.
17521
17522 * play/handwrite.el (ps-lpr-switches): Declare.
17523 (handwrite): Remove unused variables `pmin' and `lastp'.
17524
17525 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17526
17527 * play/landmark.el (landmark-init-display)
17528 (landmark-update-naught-weights): Mark unused parameters.
17529 (landmark-y): Remove unused variable `noise'. Simplify.
17530 (landmark-human-plays): Remove unused variable `score'.
17531
17532 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17533 (mpuz-try-proposal): Remove unused variable `game'.
17534
17535 * play/zone.el (life-patterns): Declare.
17536
80f499c7
JB
175372011-04-20 Juanma Barranquero <lekktu@gmail.com>
17538
17539 * vc/vc.el (ediff-vc-internal): Declare function.
17540
024ff170
SM
175412011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17542
c0a193ea
SM
17543 * shell.el: Use lexical-binding and std completion UI.
17544 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17545 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17546 comint-preoutput-filter-functions rather than on
17547 comint-output-filter-functions.
17548 (shell-command-completion, shell--command-completion-data)
17549 (shell-filename-completion, shell-environment-variable-completion)
17550 (shell-c-a-p-replace-by-expanded-directory): New functions.
17551 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17552 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17553 (shell-dynamic-complete-environment-variable): Use them.
17554 (shell-dynamic-complete-as-environment-variable)
17555 (shell-dynamic-complete-as-command): Remove.
17556 (shell-match-partial-variable): Match past point.
17557 * comint.el: Clean up use of completion-at-point-functions.
17558 (comint-completion-at-point): New function.
17559 (comint-mode): Use it completion-at-point-functions.
17560 (comint-dynamic-complete): Make it obsolete.
17561 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17562 (comint-c-a-p-replace-by-expanded-history): New function.
17563 (comint-dynamic-complete-functions)
17564 (comint-replace-by-expanded-history): Use it.
17565 * minibuffer.el (completion-table-with-terminator): Allow dynamic
17566 termination strings. Try harder to avoid second try-completion.
17567 (completion-in-region-mode-map): Disable bindings that don't work yet.
17568
2dbaa080
SM
17569 * comint.el: Use lexical-binding. Require CL.
17570 (comint-dynamic-complete-functions): Use comint-filename-completion.
17571 (comint-completion-addsuffix): Tweak custom type.
17572 (comint-filename-completion, comint--common-suffix)
17573 (comint--common-quoted-suffix, comint--table-subvert)
17574 (comint--complete-file-name-data): New functions.
17575 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17576 (comint-dynamic-list-filename-completions): Use them.
17577 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 17578
2dbaa080
SM
17579 * minibuffer.el (completion-in-region-mode):
17580 Keep completion-in-region-mode--predicate global.
17581 (completion-in-region--postch):
17582 Assume completion-in-region-mode--predicate is not null.
17583
c79a6f38
SM
17584 * progmodes/flymake.el (flymake-start-syntax-check-process):
17585 Obey `dir'. Simplify.
17586
024ff170
SM
17587 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17588 we're in VC after all.
17589
1c6c854e
CS
175902011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17591
17592 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 17593 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
17594 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17595
bed7f140
SM
175962011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17597
332e62ab
SM
17598 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17599 add sanity check.
17600
bed7f140
SM
17601 * obsolete/erc-hecomplete.el: Make obsolete.
17602 * obsolete/: Standardize obsolescence info in the header.
17603
f195c582
GM
176042011-04-20 Glenn Morris <rgm@gnu.org>
17605
17606 * calendar/solar.el (solar-horizontal-coordinates):
17607 Use the longitude argument rather than `calendar-longitude'.
17608 (solar-date-next-longitude): Remove unused locals.
17609
cb79b8c0
VJL
176102011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17611
17612 * whitespace.el: New version 13.2.1.
17613
176142011-04-20 felix <EmacsWiki> (tiny change)
17615
d8e4b68b 17616 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
17617 switching between major modes on a file.
17618
602ea69d
SM
176192011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17622 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17623 multi-line comments as well.
17624
06b60517
JB
176252011-04-19 Juanma Barranquero <lekktu@gmail.com>
17626
17627 Lexical-binding cleanup.
17628
17629 * arc-mode.el (archive-mode-revert):
17630 * cmuscheme.el (scheme-interactively-start-process):
17631 * custom.el (custom-initialize-delay):
17632 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17633 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17634 * emacs-lock.el (emacs-lock-clear-sentinel):
17635 * ezimage.el (defezimage):
17636 * follow.el (follow-avoid-tail-recenter):
17637 * fringe.el (set-fringe-mode-1):
17638 * generic-x.el (bat-generic-mode-compile):
17639 * help-mode.el (help-info-variable, help-do-xref)
17640 (help-mode-revert-buffer):
17641 * help.el (view-emacs-todo):
17642 * iswitchb.el (iswitchb-completion-help):
17643 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17644 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17645 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17646 * locate.el (locate-update):
17647 * longlines.el (longlines-encode-region)
17648 (longlines-after-change-function):
17649 * outline.el (outline-isearch-open-invisible):
17650 * ps-def.el (declare-function, charset-dimension, char-width)
17651 (encode-char):
17652 * ps-mule.el (ps-mule-plot-string):
17653 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17654 (recentf-edit-list-select, recentf-edit-list-validate)
17655 (recentf-open-files-action):
17656 * rect.el (delete-whitespace-rectangle-line)
17657 (rectangle-number-line-callback):
17658 * register.el (window-configuration-to-register)
17659 (frame-configuration-to-register):
17660 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17661 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17662 (xselect-convert-to-targets, xselect-convert-to-delete)
17663 (xselect-convert-to-filename, xselect-convert-to-charpos)
17664 (xselect-convert-to-lineno, xselect-convert-to-colno)
17665 (xselect-convert-to-os, xselect-convert-to-host)
17666 (xselect-convert-to-user, xselect-convert-to-class)
17667 (xselect-convert-to-name, xselect-convert-to-integer)
17668 (xselect-convert-to-atom, xselect-convert-to-identity):
17669 * subr.el (declare, ignore, process-kill-without-query)
17670 (text-clone-maintain):
17671 * terminal.el (te-get-char, te-tic-sentinel):
17672 * tool-bar.el (tool-bar-make-keymap):
17673 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17674 * type-break.el (type-break-mode, type-break-noninteractive-query):
17675 * view.el (View-back-to-mark):
17676 * wid-browse.el (widget-browse-action, widget-browse-widget)
17677 (widget-browse-widgets, widget-browse-sexp):
17678 * widget.el (define-widget-keywords):
17679 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17680 Mark unused parameters.
17681
17682 * align.el (align-adjust-col-for-rule): Mark unused parameter.
17683 (align-areas): Remove unused variable `look'.
17684 (align-region): Remove unused variables `real-end' and `pos-list'.
17685
17686 * apropos.el (apropos-score-doc): Remove unused variable `i'.
17687
17688 * bindings.el (mode-line-modified, mode-line-remote):
17689 Mark unused parameters.
17690 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
17691
17692 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
17693 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
17694
17695 * comint.el (comint-history-isearch-pop-state)
17696 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
17697 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
17698 (comint-substitute-in-file-name): Doc fix.
17699
17700 * completion.el (cmpl-statistics-block): Mark unused parameter.
17701 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
17702 (save-completions-to-file, load-completions-from-file):
17703 Remove unused local variable `e'.
17704
17705 * composite.el (compose-chars): Remove unused variable `len'.
17706 (lgstring-insert-glyph): Remove unused variable `g'.
17707 (compose-glyph-string): Remove unused variables `ascent',
17708 `descent', `lbearing' and `rbearing'.
17709 (compose-glyph-string-relative): Remove unused variables
17710 `lbearing', `rbearing' and `wadjust'.
17711 (compose-gstring-for-graphic): Remove unused variables `header',
17712 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
17713 (compose-gstring-for-terminal): Remove unused variables `header'
17714 and `nchars'. Use `let', not `let*'.
17715
17716 * cus-edit.el (Custom-set, Custom-save, custom-reset)
17717 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
17718 (Custom-buffer-done, custom-buffer-create-internal)
17719 (custom-browse-visibility-action, custom-browse-group-tag-action)
17720 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
17721 (widget-magic-mouse-down-action, custom-toggle-parent)
17722 (custom-add-parent-links, custom-toggle-hide-variable)
17723 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
17724 (custom-toggle-hide-face, face, hook, custom-group-link-action)
17725 (custom-face-menu-create, custom-variable-menu-create, get)
17726 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
17727 (custom-reset-standard-save-and-update): Remove unused variable `value'.
17728 (customize-apropos): Remove unused variable `tests'.
17729 (custom-group-value-create): Remove unused variable `hidden-p'.
17730 (sort-fold-case): Declare.
17731
17732 * cus-theme.el (custom-reset-standard-faces-list)
17733 (custom-reset-standard-variables-list): Declare.
17734 (customize-create-theme, custom-theme-revert, custom-theme-write)
17735 (custom-theme-choose-mode, customize-themes, custom-theme-save):
17736 Mark unused parameters.
17737
17738 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
17739
17740 * delim-col.el (delimit-columns-max): Move defvar before first use.
17741
17742 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 17743 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
17744
17745 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
17746 (auto-insert): Declare.
17747 (desktop-restore-file-buffer): Rename desktop-* parameters;
17748 mark unused ones.
17749 (desktop-create-buffer): Rename desktop-* parameters and bind them.
17750 (desktop-buffer): Rename desktop-* parameters.
17751
17752 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17753 (dframe-reposition-frame-xemacs, dframe-help-echo)
17754 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
17755 Mark unused parameters.
17756
17757 * dired-aux.el (backup-extract-version-start, overwrite-query)
17758 (overwrite-backup-query, rename-regexp-query)
17759 (rename-non-directory-query): Declare.
17760 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
17761 (dired-add-entry): Remove unused variable `orig-file-name'.
17762 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
17763 Use parameter PRESERVE-TIME instead of accessing dynamic variable
17764 `dired-copy-preserve-time' directly.
17765 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
17766 (dired-insert-subdir-newpos): Rename unused variable `pos'.
17767
17768 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
17769 (dired-virtual-revert, dired-make-relative-symlink):
17770 Mark unused parameters.
17771 (manual-program): Declare.
17772 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
17773 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
17774 wrapped in `with-no-warnings' to avoid replacing one warning by another.
17775
17776 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
17777
17778 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
17779
17780 * echistory.el (electric-history-in-progress, Helper-return-blurb):
17781 Declare.
17782
17783 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
17784
17785 * electric.el (Electric-command-loop): Rename parameter
17786 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
17787
17788 * expand.el (expand-in-literal): Remove unused variable `here'.
17789
17790 * facemenu.el (facemenu-add-new-color):
17791 Remove unused variable `docstring'.
17792
17793 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
17794 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
17795 (face-attr-construct): Mark unused parameter. Doc fix.
17796 (read-color): Remove unused variable `hex-string'.
17797
17798 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
17799 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
17800 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
17801 (display-buffer-other-frame): Remove unused variable `old-window'.
17802 (kill-buffer-hook): Declare.
17803 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
17804 Mark unused parameters.
17805 (after-find-file): Pass 1 to `auto-save-mode', not t.
17806
17807 * files-x.el (auto-insert): Declare.
17808 (modify-file-local-variable-prop-line): Remove unused variable `val'.
17809
17810 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 17811 variable `buf'. Mark unused parameter.
06b60517
JB
17812 (find-lisp-insert-directory): Mark unused parameter.
17813
17814 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
17815 (format-encode-region): Remove unused variables `cur-buf' and `result'.
17816 (format-common-tail): Remove, unused.
17817 (format-deannotate-region): Remove unused variable `loc'.
17818 (format-annotate-region): Remove unused variable `p'.
17819 (format-annotate-single-property-change): Remove unused variables
17820 `default' and `tail'.
17821
17822 * forms.el (read-file-filter): Declare.
17823 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
17824
17825 * frame.el (frame-creation-function-alist): Mark unused parameter.
17826 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
17827
17828 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
17829 Remove unused parameters.
17830 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
17831 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
17832
17833 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
17834 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
17835 (hfy-prepare-tag-map): Mark unused parameters.
17836 (htmlfontify-buffer): Use `called-interactively-p'.
17837
17838 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
17839 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
17840 (ibuffer-do-occur): Mark unused parameters.
17841 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
17842 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
17843
17844 * ibuffer.el: Don't quote `lambda'.
17845 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
17846 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
17847 Mark unused parameters.
17848
17849 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
17850 (ido-completing-read): Mark unused parameters.
17851 (ido-copy-current-word): Mark unused parameters;
17852 remove unused variable `name'.
17853 (ido-sort-merged-list): Remove unused parameter `dirs'.
17854
17855 * ielm.el (ielm-input-sender): Mark unused parameter.
17856 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
17857 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
17858 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
17859 `ielm-string' as a dynamic variable accessible from the IELM prompt.
17860 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
17861
17862 * image-dired.el (image-dired-display-thumbs): Remove unused
17863 variables `curr-file' and `count'.
17864 (image-dired-remove-tag): Remove unused variable `start'.
17865 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
17866 variable `curr-file'
17867 (image-dired-rotate-original): Remove unused variable `temp-file'.
17868 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
17869 Remove unused variable `file'.
17870 (image-dired-gallery-generate): Remove unused variable `curr'.
17871 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
17872
17873 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
17874
17875 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
17876
17877 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
17878
17879 * isearch.el (minibuffer-history-symbol): Declare.
17880 (isearch-edit-string): Remove unused variable `err'.
17881 (isearch-message-prefix, isearch-message-suffix):
17882 Mark unused parameters.
17883
17884 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
17885
17886 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
17887
17888 * makesum.el (double-column): Remove unused variable `cnt'.
17889
17890 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
17891 (ido-ignore-item-temp-list): Declare.
17892
17893 * mouse-drag.el (mouse-drag-throw): Remove unused variables
17894 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
17895 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
17896 (mouse-drag-drag): Remove unused variables `mouse-delta' and
17897 `mouse-col-delta'.
17898
17899 * mouse-sel.el (mouse-extend-internal):
17900 Remove unused variable `orig-window-frame'.
17901
17902 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
17903 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
17904 Move declarations before first use.
17905 (pcomplete-opt): Mark unused parameters; doc fix.
17906
17907 * proced.el (proced-revert): Mark unused parameter.
17908 (proced-send-signal): Remove unused variable `err'.
17909
17910 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
17911 Rename parameter PREFIX-ARG to ARG.
17912 (ps-basic-plot-string, ps-basic-plot-whitespace):
17913 Mark unused parameters.
17914
17915 * replace.el (replace-count): Define.
17916 (occur-revert-function): Mark unused parameters.
17917 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
17918 (isearch-case-fold-search, isearch-string): Declare.
17919 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
17920 bind `case-fold-search'. Remove unused variables `beg' and `end',
17921 and simplify.
17922 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
17923 COUNT and bind `replace-count'.
17924 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
17925 to COUNT.
17926
17927 * savehist.el (print-readably, print-string-length): Declare.
17928
17929 * shadowfile.el (shadow-expand-cluster-in-file-name):
17930 Remove unused variable `cluster'.
17931 (shadow-copy-file): Remove unused variable `i'.
17932 (shadow-noquery, shadow-clusters, shadow-site-cluster)
17933 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
17934 (shadow-define-literal-group, shadow-define-regexp-group)
17935 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
17936
17937 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
17938 (shell): Use `called-interactively-p'.
17939 (shell-directory-tracker): Remove unused variable `chdir-failure'.
17940
17941 * simple.el (compilation-context-lines, comint-file-name-quote-list)
17942 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
17943 (delete-backward-char): Remove unused variable `ocol'.
17944 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
17945 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
17946 (event-apply-hyper-modifier, event-apply-shift-modifier)
17947 (event-apply-control-modifier, event-apply-meta-modifier):
17948 Mark unused parameters.
17949 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
17950 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
17951
17952 * speedbar.el (speedbar-ignored-directory-expressions)
17953 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
17954 (speedbar-find-file, speedbar-dir-follow)
17955 (speedbar-directory-buttons-follow, speedbar-tag-find)
17956 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
17957 (speedbar-buffers-line-directory, speedbar-buffer-click):
17958 Mark unused parameters.
17959 (speedbar-tag-file): Remove unused variable `mode'.
17960 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
17961
17962 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
17963
17964 * talk.el (talk): Remove unused variable `display'.
17965
17966 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
17967 (tar-write-region-annotate): Mark unused parameter.
17968
17969 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
17970 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
17971 Declare them, wrapped in `with-no-warnings' to avoid replacing one
17972 warning by another.
17973
17974 * time-stamp.el (time-stamp-string-preprocess):
17975 Remove unused variable `require-padding'.
17976
17977 * tree-widget.el (widget-glyph-enable): Declare.
17978 (tree-widget-action): Mark unused parameter.
17979
17980 * w32-fns.el (x-get-selection): Mark unused parameter.
17981 (autoload-make-program, generated-autoload-file): Declare.
17982
17983 * wdired.el (wdired-revert): Mark unused parameters.
17984 (wdired-xcase-word): Remove unused variable `err'.
17985
17986 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
17987 (whitespace-help-scroll): Remove unused variable `data-help'.
17988
17989 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
17990 (widget-image-insert, widget-after-change, default)
17991 (widget-default-format-handler, widget-default-notify)
17992 (widget-default-prompt-value, widget-info-link-action)
17993 (widget-url-link-action, widget-function-link-action)
17994 (widget-variable-link-action, widget-file-link-action)
17995 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
17996 (widget-field-prompt-internal, widget-field-action, widget-field-match)
17997 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
17998 (widget-insert-button-action, widget-delete-button-action, visibility)
17999 (widget-documentation-link-action, widget-documentation-string-action)
18000 (widget-const-prompt-value, widget-regexp-match, symbol)
18001 (widget-coding-system-prompt-value)
18002 (widget-key-sequence-value-to-external, sexp)
18003 (widget-sexp-value-to-internal, character, vector, cons)
18004 (widget-choice-prompt-value, widget-boolean-prompt-value)
18005 (widget-color--choose-action): Mark unused parameters.
18006 (widget-item-match-inline, widget-choice-match-inline)
18007 (widget-checklist-match, widget-checklist-match-inline)
18008 (widget-group-match): Rename parameter VALUES to VALS.
18009 (widget-field-value-set): Remove unused variable `size'.
18010 (widget-color-action): Remove unused variables `value' and `start'.
18011
18012 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 18013 variable `dir'. Doc fix.
06b60517
JB
18014 (windmove-find-other-window): Don't pass it.
18015
18016 * window.el (count-windows): Mark unused parameter.
18017 (bw-adjust-window): Remove unused variable `err'.
18018
18019 * woman.el (woman-file-name): Remove unused variable `default'.
18020 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
18021 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
18022 (global-font-lock-mode): Declare.
18023 (woman-decode-region): Mark unused parameter.
18024 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
18025
18026 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
18027 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
18028 (x-dnd-handle-moz-url): Remove unused variable `title'.
18029 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
18030
18031 * xml.el (xml-parse-tag, xml-parse-attlist):
18032 Remove unused variable `pos'.
18033
bc4f7f3d
GM
180342011-04-19 Glenn Morris <rgm@gnu.org>
18035
18036 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
18037 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
18038 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18039 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
18040 * calendar/cal-html.el (cal-html-insert-minical):
18041 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
18042 (calendar-mark-date-pattern):
18043 Prefix "unused" locals.
18044
18045 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
18046 optional argument `style'.
18047
18048 * calendar/appt.el (appt-make-list):
18049 * calendar/cal-china.el (calendar-chinese-date-string):
18050 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
18051 (diary-hebrew-yahrzeit):
18052 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
18053 * calendar/calendar.el (calendar-generate-window):
18054 * calendar/time-date.el (time-to-days):
18055 Remove unused local variables.
18056
16a43933
CY
180572011-04-18 Chong Yidong <cyd@stupidchicken.com>
18058
18059 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
18060 glyphless-char-display table.
18061 (tabulated-list-glyphless-char-display): New var.
18062
7eed1860
SS
180632011-04-18 Sam Steingold <sds@gnu.org>
18064
18065 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
18066 to acknowledgments.
18067
4d2d1ccd
GM
180682011-04-17 Glenn Morris <rgm@gnu.org>
18069
18070 * calendar/diary-lib.el (diary-sexp-entry):
18071 * calendar/holidays.el (holiday-sexp):
18072 Set debug-on-error rather than the removed stack-trace-on-error.
18073
239da61d
GM
180742011-04-16 Glenn Morris <rgm@gnu.org>
18075
18076 * progmodes/f90.el: Use lexical-binding.
18077 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
18078
8b05752a
SM
180792011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18080
daca8ba5
SM
18081 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
18082 (mail-mode): Setup mailalias completion here instead.
18083 * mail/mailalias.el: Use lexical-binding.
18084 (pattern, mailalias-done): Declare dynamic.
18085 (mail-completion-at-point-function): New function, from mail-complete.
18086 (mail-complete): Use it.
18087 (mail-completion-expand): New function.
18088 (mail-get-names): Use it.
18089 (mail-directory, mail-directory-process, mail-directory-stream):
18090 Don't use `pattern' for lexically bound arg.
18091
6f542485
SM
18092 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
18093
037e7c3f
SM
18094 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
18095 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
18096 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
18097
8b05752a
SM
18098 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
18099 (byte-save-window-excursion, byte-temp-output-buffer-setup)
18100 (byte-interactive-p): Define them again, for use when inlining
18101 old code.
18102
49093f60
JB
181032011-04-15 Juanma Barranquero <lekktu@gmail.com>
18104
18105 * loadup.el: Use `string-to-number', not `string-to-int'.
18106
b5b8e7de
SM
181072011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18108
18109 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
18110 gud-gdb-complete-command.
18111 (gud-gdb-completions): New function, from gud-gdb-complete-command.
18112 (gud-gdb-completion-at-point): New function.
18113 (gud-gdb-completions): Remove.
18114
f42efeb5
MA
181152011-04-14 Michael Albinus <michael.albinus@gmx.de>
18116
49093f60
JB
18117 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
18118 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
18119 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
18120 whether `executable-find' is bound.
f42efeb5
MA
18121
18122 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
18123
e240cc21
SM
181242011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18125
18126 * minibuffer.el (completion-in-region-mode-predicate)
18127 (completion-in-region-mode--predicate): New vars.
18128 (completion-in-region, completion-in-region--postch)
18129 (completion-in-region-mode): Use them.
18130 (completion--capf-wrapper): Also return the hook function.
18131 (completion-at-point, completion-help-at-point):
18132 Adjust and provide a predicate.
c2bd2ab0
SM
18133
18134 Preserve arg names for advice of subr and lexical functions (bug#8457).
18135 * help-fns.el (help-function-arglist): Consolidate the subr and
18136 new-byte-code cases. Add argument `preserve-names' to extract names
18137 from the docstring when needed.
18138 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
18139 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
18140 (ad-arglist): Use help-function-arglist's new arg.
18141 (ad-definition-type): Use cond.
18142
c183f693
JB
181432011-04-13 Juanma Barranquero <lekktu@gmail.com>
18144
06641a47
JB
18145 * autorevert.el (auto-revert-handler):
18146 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
18147 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
18148 Don't quote lambda.
18149
c183f693
JB
18150 * image-mode.el (image-transform-set-scale):
18151 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
18152
1e3b6001
G
181532011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18154
18155 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 18156 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
18157 Upgrades via gnutls-cli are too slow to be done opportunistically.
18158
2d6af8dd
JB
181592011-04-12 Juanma Barranquero <lekktu@gmail.com>
18160
18161 * dframe.el (dframe-current-frame): Remove spurious quote.
18162
c0749a51
GM
181632011-04-12 Glenn Morris <rgm@gnu.org>
18164
088d0d61
GM
18165 * calendar/cal-tex.el (cal-tex-end-document):
18166 Try to automatically use latin1 input if needed.
18167
c0749a51
GM
18168 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
18169 Don't try to cons a mark onto an empty element.
18170
5c90fde0
LL
181712011-04-11 Leo Liu <sdl.web@gmail.com>
18172
18173 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
18174 buffers.
18175 (ido-kill-buffer-at-head): Support killing virtual buffers.
18176
369e974d
CY
181772011-04-10 Chong Yidong <cyd@stupidchicken.com>
18178
18179 * minibuffer.el (completion-show-inline-help): New var.
18180 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
18181 (minibuffer-force-complete, minibuffer-complete-word):
18182 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
18183
18184 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
18185 to avoid interference from inline help (Bug#5849).
18186
37f1c930
LL
181872011-04-10 Leo Liu <sdl.web@gmail.com>
18188
099c39a4
JB
18189 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18190 Fix typo.
37f1c930 18191
a32d4040
CY
181922011-04-09 Chong Yidong <cyd@stupidchicken.com>
18193
18194 * image-mode.el (image-toggle-display-image): Signal an error if
18195 not in Image mode.
18196 (image-transform-mode, image-transform-resize)
18197 (image-transform-set-rotation): Doc fix.
daca8ba5 18198 (image-transform-set-resize): Delete.
a32d4040
CY
18199 (image-transform-set-scale, image-transform-fit-to-height)
18200 (image-transform-fit-to-width): Handle image-toggle-display-image
18201 and image-transform-resize directly.
18202
099c39a4 182032011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
18204
18205 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
18206 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
18207 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
18208 (doc-view-mode-map): Add bindings for the new functions.
18209
099c39a4 182102011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 18211
4d61f28d 18212 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
18213 Fix typo in docstring.
18214
3726838a
EZ
182152011-04-08 Eli Zaretskii <eliz@gnu.org>
18216
04f33f1e
EZ
18217 * files.el (file-size-human-readable): Produce one digit after
18218 decimal, like "ls -lh" does.
18219
18220 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
18221 the file size representation.
18222
3726838a
EZ
18223 * simple.el (list-processes): If async subprocesses are not
18224 available, error out with a clear error message.
18225
cbb59342
CY
182262011-04-08 Chong Yidong <cyd@stupidchicken.com>
18227
18228 * help.el (help-form-show): New function, to be called from C.
18229 Put help-form output in a buffer named differently than *Help*.
18230
e3971c44
EZ
182312011-04-08 Eli Zaretskii <eliz@gnu.org>
18232
18233 * files.el (file-size-human-readable): New function.
18234
18235 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
18236 computing the representation inline. Don't require `cl'.
18237
12544bbe
GM
182382011-04-08 Glenn Morris <rgm@gnu.org>
18239
a1de6c6a
GM
18240 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
18241
3c4671f4
GM
18242 * net/browse-url.el (browse-url-firefox):
18243 Test system-type, not system-configuration.
18244
b605679c
GM
18245 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
18246 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
18247 Use log-edit-empty-buffer-p. (Bug#7598)
18248
56442f0c
GM
18249 * net/rlogin.el (rlogin-process-connection-type): Simplify.
18250 (rlogin-mode-map): Initialize in the defvar.
18251 (rlogin): Use ignore-errors.
18252
12544bbe
GM
18253 * replace.el (occur-mode-map): Some fixes for menu items.
18254
eb237b0f
AH
182552011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
18256
18257 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
18258
7d668f2c
CY
182592011-04-06 Chong Yidong <cyd@stupidchicken.com>
18260
e67a13ab
CY
18261 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
18262 issuing unused warnings.
18263
18264 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
18265 macro directly.
18266
7d668f2c
CY
18267 * simple.el: Lisp reimplement of list-processes. Based on an
18268 earlier reimplementation by Leo Liu, but using tabulated-list.el.
18269 (process-menu-mode): New major mode.
18270 (list-processes--refresh, list-processes):
18271 (process-menu-visit-buffer): New functions.
18272
18273 * files.el (save-buffers-kill-emacs): Don't assume any return
18274 value of list-processes, which is undocumented anyway.
18275
a83ec3c9
CY
182762011-04-06 Chong Yidong <cyd@stupidchicken.com>
18277
18278 * emacs-lisp/tabulated-list.el: New file.
18279
e91a96fe
CY
18280 * emacs-lisp/package.el: Use Tabulated List mode.
18281 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
18282 (package-menu-mode): Derive from tabulated-list-mode. Set up the
18283 table format using Tabulated List mode variables.
18284 (package--push): New macro, replacing package-list-maybe-add.
18285 (package-menu--generate): Use package--push. Renamed from
18286 package--generate-package-list.
18287 (package-menu-refresh, list-packages): Use it.
daca8ba5 18288 (package-menu--print-info): Rename from package-print-package.
e91a96fe 18289 Return insertion data instead of inserting it directly.
099c39a4
JB
18290 (package-menu-describe-package, package-menu-execute):
18291 Use tabulated-list-get-id.
e91a96fe
CY
18292 (package-menu-mark-delete, package-menu-mark-install)
18293 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
18294 (package-menu-mark-obsolete-for-deletion):
18295 Use tabulated-list-put-tag.
e91a96fe
CY
18296 (package--list-packages, package-menu-revert)
18297 (package-menu-get-package, package-menu-get-version)
18298 (package-menu-sort-by-column): Functions deleted.
18299 (package-menu-package-list, package-menu-sort-key): Vars deleted.
18300 (package-menu--status-predicate, package-menu--version-predicate)
18301 (package-menu--name-predicate)
18302 (package-menu--description-predicate): Handle arguments in the
18303 Tabulated List format.
18304 (package-list-packages-no-fetch): Call list-packages.
18305
3e214b50
JB
183062011-04-06 Juanma Barranquero <lekktu@gmail.com>
18307
18308 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 18309 (after-find-file): Don't bind it.
3e214b50
JB
18310 (revert-buffer-in-progress-p): New variable.
18311 (revert-buffer): Bind it.
18312 Pass nil for `after-find-file-from-revert-buffer'.
18313
18314 * saveplace.el (save-place-find-file-hook): Use new variable
18315 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
18316
3f0f1700
GM
183172011-04-06 Glenn Morris <rgm@gnu.org>
18318
c0274801
GM
18319 * Makefile.in (AUTOGEN_VCS): New variable.
18320 (autoloads): Use $AUTOGEN_VCS.
18321
3f0f1700
GM
18322 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
18323 * calendar/calendar.el (calendar-mode-map):
18324 Check for toolkit scroll bars. (Bug#8305)
18325
41ea9e48
CY
183262011-04-05 Chong Yidong <cyd@stupidchicken.com>
18327
18328 * minibuffer.el (completion-in-region--postch)
18329 (completion-in-region-mode): Remove unnecessary messages.
18330
6194c800
JB
183312011-04-05 Juanma Barranquero <lekktu@gmail.com>
18332
33256f14
JB
18333 * font-lock.el (font-lock-refresh-defaults):
18334 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
18335 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
18336
6194c800
JB
18337 * info.el (Info-directory-list, Info-read-node-name-2)
18338 (Info-split-parameter-string): Doc fixes.
18339 (Info-virtual-nodes): Reflow docstring.
18340 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
18341 (Info-apropos-toc-nodes, info-finder, Info-get-token)
18342 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
18343 Fix typos in docstrings.
18344 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
18345 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
18346 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
18347 (Info-restore-desktop-buffer): Mark unused parameters.
18348 (Info-directory-find-file, Info-directory-find-node)
18349 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
18350 (Info-virtual-index-find-node, Info-apropos-find-file)
18351 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 18352 Mark unused parameters; fix typos in docstrings.
6194c800
JB
18353 (Info-virtual-index): Remove unused local variable `nodename'.
18354
b87a8200 183552011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 18356
b87a8200
DD
18357 * net/rcirc.el: Update my e-mail address.
18358 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 18359
3b2ff876
CY
183602011-04-05 Chong Yidong <cyd@stupidchicken.com>
18361
18362 * startup.el (command-line): Save the cursor's theme-face
18363 directly, instead of using face-override-spec.
18364
18365 * custom.el (load-theme): Minor optimization in assigning faces.
18366
8d17e7ca
JB
183672011-04-04 Juanma Barranquero <lekktu@gmail.com>
18368
18369 * help-fns.el (describe-variable): Complete all variables having
18370 documentation, including keywords.
18371 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18372
2fbc1934
JB
183732011-04-04 Juanma Barranquero <lekktu@gmail.com>
18374
18375 Convert to lexical-binding.
18376
18377 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18378 (bs--get-marked-string, bs--get-modified-string)
18379 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18380 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
18381 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
18382
18383 * ehelp.el (electric-help-execute-extended)
18384 (electric-help-ctrl-x-prefix):
18385 * hexl.el (hexl-revert-buffer-function):
18386 * linum.el (linum-after-change, linum-after-scroll):
18387 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
18388
18389 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
18390
74f50695
DU
183912011-04-04 Daiki Ueno <ueno@unixuser.org>
18392
18393 * epa-dired.el:
18394 * epa-mail.el:
18395 * epa-hook.el:
18396 * epa-file.el:
18397 * epa.el:
18398 * epg.el: Use lexical binding.
18399
c11325f7
CY
184002011-04-03 Chong Yidong <cyd@stupidchicken.com>
18401
0d9e9a12
CY
18402 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
18403
c11325f7 18404 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
18405 dictionary case for flyspell-mark-duplications-exceptions.
18406 Use regexp matching for languages.
c11325f7
CY
18407 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
18408 default dictionary (Bug#7926).
18409
da91b5f2
CY
184102011-04-02 Chong Yidong <cyd@stupidchicken.com>
18411
099c39a4
JB
18412 * emacs-lisp/package.el (package--with-work-buffer):
18413 Recognize https URLs.
da91b5f2 18414
099c39a4
JB
18415 * net/network-stream.el: Move from gnus/proto-stream.el.
18416 Change prefix to network-stream throughout.
da91b5f2
CY
18417 (open-protocol-stream): Merge into open-network-stream, leaving
18418 open-protocol-stream as an alias. Handle nil BUFFER args.
18419
18420 * subr.el (open-network-stream): Move to net/network-stream.el.
18421
afa8e9f6
GM
184222011-04-02 Glenn Morris <rgm@gnu.org>
18423
1d2e369d
GM
18424 * find-dired.el (find-exec-terminator): New option.
18425 (find-ls-option): Test for -ls support.
18426 (find-ls-subdir-switches): Test for -b in find-ls-option.
18427 (find-dired, find-grep-dired): Doc fixes.
18428 (find-dired): Use find-exec-terminator.
18429
8abb7da8 18430 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
18431 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
18432 (find-name-arg): Remove purecopy.
8abb7da8 18433
f3ca7378
GM
18434 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
18435 (grep-compute-defaults): Check for `-exec COMMAND +' support.
18436 Set grep-find-use-xargs, grep-find-command, and grep-find-template
18437 accordingly. Don't add the null-device if not needed.
18438
afa8e9f6
GM
18439 * files.el (save-some-buffers): Doc fix.
18440
35eae264
EZ
184412011-04-02 Eli Zaretskii <eliz@gnu.org>
18442
18443 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
18444
26b51db5
JB
184452011-04-01 Juanma Barranquero <lekktu@gmail.com>
18446
18447 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
18448 Use `dolist' rather than `mapcar'.
18449
7200d79c
SM
184502011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18451
03408648 18452 Add lexical binding.
7200d79c 18453
03408648
SM
18454 * subr.el (apply-partially): Use new closures rather than CL.
18455 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
18456 (dolist, dotimes): Use slightly different expansion for lexical code.
18457 (functionp): Move to C.
18458 (letrec): New macro.
18459 (with-wrapper-hook): Use it and apply-partially instead of CL.
18460 (eval-after-load): Preserve lexical-binding.
18461 (save-window-excursion, with-output-to-temp-buffer): Turn them
18462 into macros.
7200d79c 18463
03408648
SM
18464 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
18465
18466 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
18467 than the arglist.
18468 (help-add-fundoc-usage): Don't add `Not documented'.
18469 (help-function-arglist): Handle closures, subroutines, and new
18470 byte-code-functions.
18471 (help-make-usage): Remove leading underscores.
18472 (describe-function-1): Handle closures.
18473 (describe-variable): Use special-variable-p for completion.
18474
18475 * files.el (lexical-binding): Declare safe.
f488fb65 18476
03408648
SM
18477 * emacs-lisp/pcase.el: Don't use destructuring-bind.
18478 (pcase--memoize): Rename from pcase-memoize. Change weakness.
18479 (pcase): Add `let' pattern.
18480 Change memoization so it actually works.
18481 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
18482 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
18483 <let>: New case.
f488fb65 18484
03408648
SM
18485 * emacs-lisp/macroexp.el: Use lexical binding.
18486 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
18487 Don't convert ' to #' without checking that it's indeed quoting
18488 a lambda.
18489
18490 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 18491 Use eval-sexp-add-defvars.
03408648
SM
18492 (eval-sexp-add-defvars): New fun.
18493
18494 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
18495
18496 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18497 Don't autoload.
18498 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18499 than the internal `byte-compile-lambda'.
18500 (defmethod): Don't hide code under quotes.
18501 (eieio-defmethod): New `code' argument.
18502
18503 * emacs-lisp/eieio-comp.el: Remove.
18504
18505 * emacs-lisp/edebug.el (edebug-eval-defun)
18506 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18507 (edebug-toggle): Avoid `eval'.
18508
18509 * emacs-lisp/disass.el (disassemble-internal): Handle new
18510 `closure' objects.
18511 (disassemble-1): Handle new byte codes.
18512
18513 * emacs-lisp/cl.el (pushnew): Silence warning.
18514
18515 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18516 (cl-byte-compile-throw): Remove.
18517 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18518
18519 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18520 closures.
18521
18522 * emacs-lisp/cconv.el: New file.
18523
18524 * emacs-lisp/bytecomp.el: Use lexical binding instead of
18525 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
18526 (byte-compile-initial-macro-environment):
18527 Handle declare-function here.
18528 (byte-compile--lexical-environment): New var.
18529 (byte-stack-ref, byte-stack-set, byte-discardN)
18530 (byte-discardN-preserve-tos): New lap codes.
18531 (byte-interactive-p): Don't use any more.
18532 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18533 New macros.
18534 (byte-compile-lapcode): Use them and handle new lap codes.
18535 (byte-compile-obsolete): Remove.
18536 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18537 (byte-compile-arglist-warn): Check late def of inlinable funs.
18538 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18539 since they should have been expanded by now.
18540 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18541 (byte-compile-from-buffer): Remove unused second arg.
18542 (byte-compile-preprocess): New function.
18543 (byte-compile-toplevel-file-form): New function to distinguish
18544 file-form calls from outside from file-form calls from hunk-handlers.
18545 (byte-compile-file-form): Simplify.
18546 (byte-compile-file-form-defsubst): Remove.
18547 (byte-compile-file-form-defmumble): Simplify now that
18548 byte-compile-lambda always returns a byte-code-function.
18549 (byte-compile): Preprocess.
18550 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18551 Remove, not used any more.
18552 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18553 (byte-compile-make-args-desc): New funs.
18554 (byte-compile-lambda): Handle lexical functions. Always return
18555 a byte-code-function.
18556 (byte-compile-reserved-constants): New var, to make up room for
18557 closed-over variables.
18558 (byte-compile-constants-vector): Obey it.
18559 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18560 (byte-compile-macroexpand-declare-function): New function.
18561 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18562 byte-code-functions.
18563 (byte-compile-form): Check obsolescence here.
18564 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18565 (byte-compile-variable-ref): Remove.
18566 (byte-compile-dynamic-variable-op): New fun.
18567 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18568 (byte-compile-variable-set): New funs.
18569 (byte-compile-discard): Add 2 args.
18570 (byte-compile-stack-ref, byte-compile-stack-set)
18571 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18572 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18573 macroexpand-all instead.
18574 (byte-compile-quote-form): Remove.
18575 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18576 (byte-compile-bind, byte-compile-unbind): New funs.
18577 (byte-compile-let): Handle let* and lexical binding.
18578 (byte-compile-let*): Remove.
18579 (byte-compile-catch, byte-compile-unwind-protect)
18580 (byte-compile-track-mouse, byte-compile-condition-case):
18581 Handle a new :fun-body form, used for lexical scoping.
18582 (byte-compile-save-window-excursion)
18583 (byte-compile-with-output-to-temp-buffer): Remove.
18584 (byte-compile-defun): Simplify.
18585 (byte-compile-stack-adjustment): New fun.
18586 (byte-compile-out): Use it.
18587 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18588
18589 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18590 handler any more.
18591
18592 * emacs-lisp/byte-opt.el: Use lexical binding.
18593 (byte-inline-lapcode): Remove (to bytecomp).
18594 (byte-compile-inline-expand): Pay attention to inlining to/from
18595 lexically bound code.
18596 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18597 any more.
18598 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18599 any more and don't call compiler-macros.
18600 (byte-compile-splice-in-already-compiled-code): Remove.
18601 (byte-code): Don't inline any more.
18602 (disassemble-offset): Receive `bytes' as argument rather than via
18603 dynamic scoping.
18604 (byte-compile-tag-number): Declare before first use.
18605 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18606 `return' even if make-spliceable.
18607 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18608 obsolete interactive-p.
18609 (byte-optimize-lapcode): Optimize new lap-codes.
18610 Don't trip up on new form of `byte-constant' lap code.
18611
18612 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18613
18614 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18615
18616 * custom.el (custom-initialize-default, custom-declare-variable):
18617 Use `defvar'.
18618
18619 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18620 New variables.
18621 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18622 (COMPILE_FIRST): Add macroexp and cconv.
18623 * makefile.w32-in: Mirror changes in Makefile.in.
18624
18625 * vc/cvs-status.el:
18626 * vc/diff-mode.el:
18627 * vc/log-edit.el:
18628 * vc/log-view.el:
18629 * vc/smerge-mode.el:
18630 * textmodes/bibtex-style.el:
090bd7cb 18631 * textmodes/css-mode.el:
03408648
SM
18632 * startup.el:
18633 * uniquify.el:
da91b5f2
CY
18634 * minibuffer.el:
18635 * newcomment.el:
18636 * reveal.el:
18637 * server.el:
18638 * mpc.el:
18639 * emacs-lisp/smie.el:
18640 * doc-view.el:
18641 * dired.el:
03408648
SM
18642 * abbrev.el: Use lexical binding.
18643
0f0c1f27
EZ
186442011-04-01 Eli Zaretskii <eliz@gnu.org>
18645
18646 * info.el (info-display-manual): New function.
18647
c82b2579
SM
186482011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18649
18650 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18651
221ddf68
TH
186522011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18653
18654 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 18655 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 18656
cba6e77e
GM
186572011-03-31 Glenn Morris <rgm@gnu.org>
18658
e040639f
GM
18659 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18660
cba6e77e
GM
18661 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18662
6d0f1c9e
CS
186632011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18664
18665 * progmodes/python.el (python-default-interpreter)
18666 (python-python-command-args, python-jython-command-args)
18667 (python-which-shell, python-which-args, python-which-bufname)
18668 (python-file-queue, python-comint-output-filter-function)
18669 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18670 variables and functions.
18671
3e2d70fd
SM
186722011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18673
18674 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18675 (completion-in-region-mode): New minor mode.
18676 (completion-in-region): Use it.
18677 (completion-in-region--data, completion-in-region-mode-map): New vars.
18678 (completion-in-region--postch): New function.
18679 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18680 New vars.
18681 (completion--capf-wrapper): New function.
18682 (completion-at-point): Use it to track well-behavedness of
18683 hook functions.
18684 (completion-help-at-point): New command.
18685
f3e4086c
JM
186862011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
18687
18688 * vc/add-log.el (add-change-log-entry): Don't use whitespace
18689 syntax class to search for whitespace on a single line
18690 (Message-ID: <4D938140.4030905@redhat.com>).
18691
eb7ffc14
LL
186922011-03-30 Leo Liu <sdl.web@gmail.com>
18693
18694 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
18695 New commands.
18696 (edit-abbrevs-map): Bind them here.
18697 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
18698
d806ab68
KM
186992011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
18700
18701 * allout.el (allout-hide-by-annotation, allout-flag-region):
18702 Reduce possibility of overlay leakage by making them volatile.
18703
18704 * allout-widgets.el (allout-widgets-tally): Define as nil so the
18705 hash is not shared between buffers. Mode initialization is
18706 responsible for giving it a useful starting value.
18707 (allout-item-span): Reduce possibility of overlay leakage by
18708 making them volatile.
18709 (allout-widgets-count-buttons-in-region): Add diagnostic function
18710 for tracking down button overlay leaks.
18711
ea622834
LL
187122011-03-29 Leo Liu <sdl.web@gmail.com>
18713
18714 * ido.el (ido-read-internal): Use the default history var
18715 minibuffer-history if no HISTORY is specified.
18716
b62f8267
G
187172011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
18718
03408648
SM
18719 * net/imap.el (imap-shell-open, imap-process-connection-type):
18720 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
18721 Kerberos, SSL, other subprocesses.
18722
947b6566
LL
187232011-03-28 Leo Liu <sdl.web@gmail.com>
18724
18725 * abbrev.el (abbrev-table-empty-p): New function.
18726 (prepare-abbrev-list-buffer): Place empty abbrev tables after
18727 nonempty ones. (Bug#5937)
18728
5ffb62aa
JD
187292011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18730
18731 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
18732
7a097943
LL
187332011-03-27 Leo Liu <sdl.web@gmail.com>
18734
18735 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
18736 for foreground and background colors.
18737 (ansi-color-make-color-map): Adapt.
18738
c5b40130
LL
187392011-03-25 Leo Liu <sdl.web@gmail.com>
18740
1f48f7d2
LL
18741 * midnight.el (midnight-time-float): Remove. Note it calculates
18742 the microsecond component incorrectly and seconds-to-time does the
18743 same job.
625897ec 18744 Remove redundant (require 'timer).
1f48f7d2 18745
c5b40130
LL
18746 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
18747 (ido-completions): Remove unused arguments. (Bug#8329)
18748
d86d2721
SM
187492011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18750
18751 * minibuffer.el (completion--flush-all-sorted-completions):
18752 Remove itself from hook.
18753 (completion-at-point): Let the functions perform the completion
18754 immediately and return nil or t.
18755 * comint.el (comint-dynamic-complete-functions): Now identical to
18756 completion-at-point-functions.
18757 (comint-dynamic-list-input-ring): Remove unused var `index'.
18758 (comint--match-partial-filename, comint--unquote&expand-filename):
18759 New funs, split from comint-match-partial-filename.
18760 (comint-dynamic-complete): Use completion-at-point.
18761 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
18762
e8974c48
DA
187632011-03-24 Drew Adams <drew.adams@oracle.com>
18764
18765 * thingatpt.el: Support `defun'.
18766
def71b5e
LL
187672011-03-23 Leo Liu <sdl.web@gmail.com>
18768
cb5af48e
LL
18769 * abbrevlist.el: Move to obsolete/abbrevlist.el.
18770
def71b5e
LL
18771 * help-mode.el (help-mode-finish): Tweak regexp.
18772
927c53e7
GM
187732011-03-23 Glenn Morris <rgm@gnu.org>
18774
18d05bed
GM
18775 * eshell/esh-opt.el (eshell-eval-using-options):
18776 Do not bind unused local variable `eshell-option-stub'.
18777
927c53e7
GM
18778 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
18779
9d0da923
JB
187802011-03-22 Juanma Barranquero <lekktu@gmail.com>
18781
18782 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
18783 keymap variable in `with-no-warnings' to avoid a warning when the
18784 keymap has been already `defconst'ed.
18785
4b978a67
LL
187862011-03-22 Leo Liu <sdl.web@gmail.com>
18787
18788 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
18789 encode all chars in abbrevs; otherwise use emacs-mule or
18790 utf-8-emacs. (Bug#8308)
18791
5fd62452
JB
187922011-03-22 Juanma Barranquero <lekktu@gmail.com>
18793
0b1596c6
JB
18794 * simple.el (backward-delete-char-untabify):
18795 Avoid warning about using `delete-backward-char'.
18796
5fd62452
JB
18797 * image.el (image-type-file-name-regexps): Make it variable.
18798 `imagemagick-register-types' modifies it, and the user may want
18799 to add new extensions for known image types.
18800 (imagemagick-register-types): Throw error if not using ImageMagick.
18801
0b4e93f1
LL
188022011-03-22 Leo Liu <sdl.web@gmail.com>
18803
18804 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
18805 located before rcirc-prompt-end-marker.
18806 (rcirc-complete): Error if point is not after rcirc prompt.
18807 Handle the case when table is nil.
9882e214 18808 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 18809
fccee4ab
CY
188102011-03-22 Chong Yidong <cyd@stupidchicken.com>
18811
18812 * custom.el (custom--inhibit-theme-enable): Make it affect only
18813 custom-theme-set-variables and custom-theme-set-faces.
18814 (provide-theme): Ignore custom--inhibit-theme-enable.
18815 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
18816 (custom-enabling-themes): Delete variable.
d86d2721
SM
18817 (enable-theme): Accept only loaded themes as arguments.
18818 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
18819 (custom-enabled-themes): Forbid themes from setting this.
18820 Eliminate use of custom-enabling-themes.
18821 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 18822
af896da6
LL
188232011-03-21 Leo Liu <sdl.web@gmail.com>
18824
18825 * ido.el (ido-read-internal): Add ido-selected to history instead
18826 of user input.
18827
78f64af0
SM
188282011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18829
18830 * subr.el (deferred-action-list, deferred-action-function):
18831 Mark obsolete.
18832
b16ac1ec
LL
188332011-03-21 Leo Liu <sdl.web@gmail.com>
18834
810f7698
LL
18835 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
18836 change on 2011-02-13 (bug#8309).
18837
b16ac1ec
LL
18838 * minibuffer.el (read-file-name-function): Change default value.
18839 (read-file-name--defaults): Rename from read-file-name-defaults.
18840 (read-file-name-default): Rename from read-file-name.
18841 (read-file-name): Call read-file-name-function.
18842
4e05e67e
GM
188432011-03-21 Glenn Morris <rgm@gnu.org>
18844
18845 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
18846 Doc fixes.
18847
4359915b
CY
188482011-03-21 Chong Yidong <cyd@stupidchicken.com>
18849
18850 * cus-theme.el: Add missing provide statement.
18851 (customize-create-theme): Extract theme value correctly.
18852 (custom-theme-visit-theme): Autoload.
18853 (customize-create-theme): Prompt before inserting default faces.
18854
1fe275ee
JB
188552011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
18856
18857 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
18858 units and musical notes.
18859
cd394be1 188602011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
18861
18862 * ido.el (ido-read-internal): Use completing-read-default.
18863 (ido-completing-read): Fix compatibility with completing-read.
18864
7d476bde
CO
188652011-03-20 Christian Ohler <ohler@gnu.org>
18866
18867 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
18868 (ert-delete-all-tests): Use `called-interactively-p' rather than
18869 `interactive-p'.
18870 (ert--make-xrefs-region): Respect END.
18871
fe0fb33e
CY
188722011-03-19 Chong Yidong <cyd@stupidchicken.com>
18873
ff854b0b
CY
18874 * dired-aux.el (dired-create-directory): Signal an error if the
18875 directory already exists (Bug#8246).
18876
fe0fb33e
CY
18877 * facemenu.el (list-colors-display): Call list-faces-display
18878 inside with-help-window.
18879 (list-colors-print): Use display property to align the final
18880 column, instead of checking window-width.
18881
576bce32
EZ
188822011-03-19 Eli Zaretskii <eliz@gnu.org>
18883
4d61f28d 18884 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
18885 windows-nt systems.
18886 (emerge-protect-metachars): Quote correctly for ms-dos and
18887 windows-nt systems.
18888
89c41d68 188892011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
18890
18891 * info.el (info-initialize): Replace all uses of `:' with
18892 path-separator for compatibility with non-Unix systems.
18893 Cache quoting of path-separator. (Bug#8258)
18894
b14e3e21 188952011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
18896
18897 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
18898 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
18899 (mouse-avoidance-mode): Fix typos in docstrings.
18900
4525ce3e
CY
189012011-03-19 Chong Yidong <cyd@stupidchicken.com>
18902
18903 * startup.el (package-subdirectory-regexp): Move from package.el.
18904 Omit \\` and \\', and let callers add them.
18905
18906 * emacs-lisp/package.el (package-strip-version)
18907 (package-load-all-descriptors): Add \\` and \\' to
18908 package-subdirectory-regexp before using it.
18909 (package-untar-buffer): New arg DIR; ensure that file untars only
18910 into this expected directory. Remove superfluous delete-region.
18911 (package-unpack): Caller changed.
18912 (package-tar-file-info): Use package-subdirectory-regexp.
18913
a904a09a 189142011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 18915
a904a09a
SM
18916 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
18917 diff-mode-shared-map (bug#8284).
18918 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
18919
189202011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18921
18922 * calendar/time-date.el (format-seconds): Use assoc instead of
18923 assoc-string, since assoc-string doesn't exist in XEmacs.
18924
171fc304
JB
189252011-03-17 Juanma Barranquero <lekktu@gmail.com>
18926
18927 * custom.el (custom-known-themes): Reflow docstring.
18928 (custom-theme-load-path): Fix typo in docstring.
18929 (load-theme): Fix typo in error message.
18930 (custom-available-themes, custom-variable-theme-value):
18931 Use `let', not `let*'.
18932
d71990a1
JB
189332011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
18934
18935 * calc/README: Mention inclusion of musical notes.
18936
18937 * calc/calc-units.el (calc-lu-quant): Rename from
18938 `calc-logunits-quantity'.
18939 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
18940 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
18941 (calc-db): Rename from `calc-dblevel'.
18942 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
18943 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
18944 (calc-np): Rename from `calc-nplevel'.
18945 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
18946 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
18947 (calc-lu-plus): Rename from `calc-logunits-add'.
18948 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
18949 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
18950 (calc-lu-minus): Rename from `calc-logunits-sub'.
18951 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
18952 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
18953 (calc-lu-times): Rename from `calc-logunits-mul'.
18954 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
18955 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
18956 (calc-lu-divide): Rename from `calc-logunits-div'.
18957 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
18958 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
18959
18960 * calc/calc-ext.el (calc-init-extensions): Update the names of the
18961 functions being autoloaded.
18962
18963 * calc/calc.el (calc-lu-power-reference): Rename from
18964 `calc-logunits-power-reference'.
18965 (calc-lu-field-reference): Rename from
18966 `calc-logunits-field-reference'.
18967
7a71b18d
GM
18968 * calc/calc-help.el (calc-l-prefix-help):
18969 Mention musical note functions.
d71990a1 18970
40c2934b
SM
189712011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18972
18973 * minibuffer.el (completion-all-sorted-completions):
18974 Use :completion-cycle-penalty text property if present.
18975
b0911414
KM
189762011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
18977
18978 * allout.el (allout-yank-processing): Adjust for new rebulleting
18979 regime so bullet being yanked is used without prompting the user
18980 for a choice.
18981
8a05b668
JB
189822011-03-16 Juanma Barranquero <lekktu@gmail.com>
18983
18984 * startup.el (command-line): Warn the user that _emacs is deprecated.
18985
5ba5fb81
JB
189862011-03-16 Juanma Barranquero <lekktu@gmail.com>
18987
18988 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
18989 (delphi-verbose, delphi-comment-face, delphi-string-face)
18990 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
18991 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
18992 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
18993 (delphi-new-comment-line, delphi-font-lock-defaults)
18994 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
18995 Fix typos in docstrings.
18996
2dab465b
KM
189972011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
18998
5ba5fb81 18999 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
19000 Invert the roles of character and string values for INSTEAD, so a
19001 string is used for the more common case of a defaulting prompt.
19002
0adf5618
SM
190032011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 * progmodes/ruby-mode.el (ruby-backward-sexp):
19006 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
19007 * play/gamegrid.el (gamegrid-make-face):
19008 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
19009 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
19010 * notifications.el (notifications-notify):
19011 * net/xesam.el (xesam-search-engines):
19012 * net/quickurl.el (quickurl-list-insert):
19013 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
19014
d72700e5
CY
190152011-03-15 Chong Yidong <cyd@stupidchicken.com>
19016
19017 * startup.el (command-line): Update package subdirectory regexp.
19018
49c5410a
SM
190192011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19020
c6eee9aa
SM
19021 * allout.el (allout-abbreviate-flattened-numbering)
19022 (allout-mode-deactivate-hook): Fix up obsolescence "date".
19023
49c5410a
SM
19024 * subr.el (read-char-choice): Only show the cursor after the prompt,
19025 not after the answer.
19026
047b2bb9
KR
190272011-03-15 Kevin Ryde <user42@zip.com.au>
19028
19029 * help-fns.el (variable-at-point): Skip leading quotes, if any
19030 (bug#8253).
19031
0a57d256
SM
190322011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19033
19034 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
19035 warning message.
19036
77c992bc
MA
190372011-03-14 Michael Albinus <michael.albinus@gmx.de>
19038
19039 * shell.el (shell): When called interactively, offer to change the
19040 shell file name on remote hosts.
19041
eebc475d
TZ
190422011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
19043
19044 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
19045 integration for LDAP parameters. The host, base, user or binddn,
19046 and secret tokens can be specified in a netrc file, for instance.
19047 This is optional because an `auth-source' parameter must be
19048 specified in the search attributes.
19049
9d05d1ba
JB
190502011-03-13 Juanma Barranquero <lekktu@gmail.com>
19051
19052 * help.el (describe-mode): Link to the mode's definition (bug#8185).
19053
09d9db2c
GM
190542011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19055
19056 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
19057 into declaration. Remove redundant and harmful binding.
19058
190592011-03-12 Eli Zaretskii <eliz@gnu.org>
19060
19061 * files.el (file-ownership-preserved-p): Pass `integer' as an
19062 explicit 2nd argument to `file-attributes'. If the file's owner
19063 is the Administrators group on Windows, and the current user is
19064 Administrator, consider that a match.
19065
19066 * server.el (server-ensure-safe-dir): Consider server directory
19067 safe on MS-Windows if its owner is the Administrators group while
19068 the current Emacs user is Administrator. Use `=' to compare
19069 numerical UIDs, since they could be integers or floats.
19070
219bd536
JB
190712011-03-12 Juanma Barranquero <lekktu@gmail.com>
19072
19073 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
19074
f3afd36b
MA
190752011-03-12 Michael Albinus <michael.albinus@gmx.de>
19076
19077 Sync with Tramp 2.2.1.
19078
19079 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
19080
19081 * net/trampver.el: Update release number.
19082
3aaaa6f1
SM
190832011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19084
94642599
SM
19085 * progmodes/compile.el (compilation--previous-directory): Fix up
19086 various nil/dead-marker mismatches (bug#8014).
19087 (compilation-directory-properties, compilation-error-properties):
19088 Don't call it at a position past the one we're about to change.
19089
3aaaa6f1
SM
19090 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
19091 Disable obsolescence warnings in the file that declares it.
19092
14239447
KM
190932011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
19094
099c39a4
JB
19095 * allout-widgets.el (allout-widgets-tally):
19096 Initialize allout-widgets-tally as a hash table rather than nil to
19097 prevent mode-line redisplay warnings. Also, clarify the module
19098 description and fix a comment typo.
14239447 19099
135e287c
JB
191002011-03-11 Juanma Barranquero <lekktu@gmail.com>
19101
19102 * help-fns.el (describe-variable): Don't complete keywords.
19103 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
19104
ffbf300e
CY
191052011-03-10 Chong Yidong <cyd@stupidchicken.com>
19106
ba08b241
CY
19107 * emacs-lisp/package.el (package-version-join): Impose a standard
19108 string representation for pre/alpha/beta version lists.
19109 (package-unpack-single): Standardize the directory name by passing
19110 it through package-version-join.
19111 (package-strip-rcs-id): Accept any version string that does not
19112 signal an error in version-to-list.
ffbf300e 19113
f346fd6b
MA
191142011-03-10 Michael Albinus <michael.albinus@gmx.de>
19115
19116 * simple.el (delete-trailing-whitespace): Return nil for the
19117 benefit of `write-file-functions'.
19118
ccb55d27
GM
191192011-03-10 Glenn Morris <rgm@gnu.org>
19120
5ceaac0c
GM
19121 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
19122
02da65ff
GM
19123 * vc/vc-git.el (vc-git-program): New option.
19124 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
19125 (vc-git--call): Use it.
19126
b2f603cc
GM
19127 * eshell/esh-util.el (eshell-condition-case): Doc fix.
19128
5772caab
GM
19129 * cus-edit.el (Custom-newline): If no button at point, look
19130 for a subgroup button at start-of-line. (Bug#2298)
19131
ccb55d27
GM
19132 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
19133
ec6ecaed
JD
191342011-03-10 Julien Danjou <julien@danjou.info>
19135
19136 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
19137 `cursor-type' is nil.
19138
9d5aa01d
JB
191392011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
19140
19141 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
19142
b6a5875b
KM
191432011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
19144
7a71b18d 19145 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
19146 preserves the existing header prefix, rebulleting it if necessary,
19147 rather than replacing it. This is necessary for proper operation
19148 of cooperative addons like allout-widgets.
1154d12e
JB
19149 (allout-make-topic-prefix, allout-rebullet-heading):
19150 Change SOLICIT arg to INSTEAD, and interpret additionally a string
19151 value as alternate bullet to be used, instead of prompting the user
19152 for a bullet character.
b6a5875b 19153
ee545c35
MA
191542011-03-09 Michael Albinus <michael.albinus@gmx.de>
19155
d86d2721
SM
19156 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19157 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
19158 `tramp-default-port'.
19159
c47971d7
DD
191602011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
19161
19162 * net/rcirc.el (rcirc-handler-001): Remove useless
19163 with-rcirc-process-buffer.
19164 (rcirc-check-auth-status): Swap arguments to string-match.
19165
13522cb4
GM
191662011-03-09 Glenn Morris <rgm@gnu.org>
19167
0be6f4f1
GM
19168 * shell.el (shell-mode):
19169 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
19170
13522cb4
GM
19171 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
19172 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
19173
515de2e3
CY
191742011-03-08 Chong Yidong <cyd@stupidchicken.com>
19175
19176 * emacs-lisp/package.el (package-refresh-contents)
19177 (package-menu-execute): Use condition-case-no-debug.
19178
b511b994
MA
191792011-03-08 Michael Albinus <michael.albinus@gmx.de>
19180
19181 * simple.el (shell-command-to-string): Use `process-file'.
19182
19183 * emacs-lisp/package.el (package-tar-file-info): Handle also
19184 remote files.
19185
d86d2721
SM
19186 * emacs-lisp/package-x.el (package-upload-buffer-internal):
19187 Use `equal' for upload base check.
b511b994 19188
25bbfb31
AM
191892011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
19190
19191 * textmodes/texinfo.el (texinfo-environments):
19192 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
19193
be996521
GM
191942011-03-08 Glenn Morris <rgm@gnu.org>
19195
e9c8529f
GM
19196 * cus-start.el (cursor-in-non-selected-windows):
19197 Fix :set quoting oddness. (Bug#8192)
19198
be996521
GM
19199 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
19200 in some setf expressions. (Bug#2159)
19201
2bb5649e
CY
192022011-03-08 Chong Yidong <cyd@stupidchicken.com>
19203
19204 * custom.el (custom-available-themes): Return themes in
19205 alphabetical order.
19206
33383987 19207See ChangeLog.15 for earlier changes.
e3d51b27
MR
19208
19209;; Local Variables:
19210;; coding: utf-8
e3d51b27
MR
19211;; End:
19212
acaf905b 19213 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
19214
19215 This file is part of GNU Emacs.
19216
19217 GNU Emacs is free software: you can redistribute it and/or modify
19218 it under the terms of the GNU General Public License as published by
19219 the Free Software Foundation, either version 3 of the License, or
19220 (at your option) any later version.
19221
19222 GNU Emacs is distributed in the hope that it will be useful,
19223 but WITHOUT ANY WARRANTY; without even the implied warranty of
19224 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19225 GNU General Public License for more details.
19226
19227 You should have received a copy of the GNU General Public License
19228 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.