* lisp/dired-x.el (dired-filename-at-point): Fix 8-year old typo.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8551cb32
GM
12011-02-17 Glenn Morris <rgm@gnu.org>
2
3 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
4
96497653
KM
52011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
6
aac7a935
KM
7 * allout-widgets.el: New allout extension that shows allout
8 outline structure with graphical widgets. 'allout-widgets'
9 customize group is an 'allout' subgroup, for easy discovery.
10
96497653
KM
11 * allout.el: Include PGP and GnuPG in Keywords, and other
12 commentary refinements.
13 (allout-abbreviate-flattened-numbering): Rename to
14 allout-flattened-numbering-abbreviation, and
15 define-obsolete-variable-alias the old name.
16 (allout-flattened-numbering-abbreviation): Rename from
17 allout-abbreviate-flattened-numbering.
18 (allout-mode-p): Include among autoloads, for use by other modes
19 with impunity.
20 (allout-listify-exposed): Use
21 allout-flattened-numbering-abbreviation.
22 (allout-encrypt-string): Use set-buffer-multibyte directly.
23 (allout-set-buffer-multibyte): Remove.
24
be4a1d71
DD
252011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26
27 * simple.el (just-one-space): Remove useless `or' call.
28
274c2d34
MA
292011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
30
31 * soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
32 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
33 (soap-decoded-multi-refs, soap-current-wsdl)
34 (soap-encoded-namespaces): Rename CL-style *...* variables.
35
88ae2870
MA
362011-02-16 Michael Albinus <michael.albinus@gmx.de>
37
38 * net/soap-client.el: Add "comm" and "hypermedia" to the
39 keywords. Reflow too long lines.
40
41 * net/soap-inspect.el: Ditto. Require 'cl.
42
689743a2
BG
432011-02-16 Bastien Guerry <bzg@altern.org>
44
45 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
46 in a `doctor-type' argument.
47
16d2ff89
MA
482011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
49
50 * net/soap-client.el:
51 * net/soap-inspect.el: New files.
52
c6cefd36
LL
532011-02-16 Leo <sdl.web@gmail.com>
54
55 * dired-x.el (dired-mode-map, dired-extra-startup):
56 Remove dired-copy-filename-as-kill since it's already in dired.el.
57
da5e0ce4
GM
582011-02-16 Glenn Morris <rgm@gnu.org>
59
60 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
61 Doc fixes. Add :set property, replacing top-level calls.
62 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
63 (dired-guess-shell-gnutar): Test tar version rather than system-type.
64 (dired-extra-startup, dired-man, dired-info): Doc fixes.
65 (dired-clean-up-after-deletion): Use when and dolist.
66 (dired-jump): Use unless and when.
67 (dired-virtual): Use line-end-position.
68 (dired-default-directory-alist): Rename from default-directory-alist.
69 (dired-default-directory): Update for above name change.
70 (dired-vm): Drop VM < 5 and simplify.
71 (dired-buffer-more-recently-used-p): Rewrite.
72 (dired-filename-at-point): Use when and or.
73 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
74 Update callers.
75
c5ca3aa0
GM
762011-02-15 Glenn Morris <rgm@gnu.org>
77
78 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
79
33f6cf7b
CY
802011-02-14 Chong Yidong <cyd@stupidchicken.com>
81
82 * vc/vc-git.el (vc-git-root-log-format): New option for
83 customizing log format.
84 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
85 (vc-git-log-view-mode): Use it.
86 (vc-git-expanded-log-entry): New function.
87 (vc-git-log-view-mode): Use it. Truncate lines in root log.
88
89 * vc/vc-hg.el (vc-hg-root-log-template): New option for
90 customizing log format.
91 (vc-hg-print-log): Use it.
92 (vc-hg-expanded-log-entry): New function.
93 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
94 vc-hg-expanded-log-entry. Truncate lines in root log.
95
96 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
97
98 * vc/log-view.el (log-view-mode-menu): Add
99 log-view-toggle-entry-display.
100
461b69ae
GM
1012011-02-14 Glenn Morris <rgm@gnu.org>
102
103 * dired-x.el: Don't require man when compiling.
104 (dired-omit-extensions, dired-local-variables-file)
105 (dired-x-hands-off-my-keys): Make them defcustoms.
106 (Man-support-local-filenames, Man-getpage-in-background): Declare.
107 (vm-visit-folder): Declare rather than defining.
108 (dired-x-help-address, dired-x-variable-list): Remove.
109 (dired-x-submit-report): Make it an obsolete alias.
110
35f52ed6
JB
1112011-02-14 Juanma Barranquero <lekktu@gmail.com>
112
113 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
114
b2108a36
TZ
1152011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
116
67186ae2 117 * net/imap.el: Bring it back.
b2108a36 118
abfc152b
AM
1192011-02-13 Alan Mackenzie <acm@muc.de>
120
121 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
122 narrow-to-region call that cuts context off the end (Bug#7722).
123
124 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Refactor
125 nested if-forms with a simple cond.
126 (c-forward-<>-arglist): Revert 2011-01-31 change.
127
d4eb88c7
CY
1282011-02-13 Chong Yidong <cyd@stupidchicken.com>
129
130 * vc/log-view.el: New command log-view-toggle-entry-display for
131 toggling log entries between concise and detailed forms.
132 (log-view-toggle-entry-display): New command.
133 (log-view-mode-map): Bind RET to it.
134 (log-view-expanded-log-entry-function): New variable.
135 (log-view-current-entry, log-view-inside-comment-p)
136 (log-view-current-tag): New functions.
137 (log-view-toggle-mark-entry): Use log-view-current-entry and
138 log-view-end-of-defun instead of searching directly with
139 log-view-message-re.
140 (log-view-end-of-defun): Likewise. Add optional ARG for
141 compatibility with end-of-defun.
142 (log-view-end-of-defun): Ignore comments and VC buttons.
143
144 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
145 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
146
2609a08e
TZ
1472011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
148
114fe546
G
149 * net/imap.el: Remove file. All the functionality is in nnimap.el.
150
2609a08e
TZ
151 * net/imap-hash.el: Remove file.
152
7a6ebb1a
MA
1532011-02-13 Michael Albinus <michael.albinus@gmx.de>
154
155 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
156
157 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
158 call.
159
160 * net/tramp-imap.el: Remove file.
161
75d4dcc9
CY
1622011-02-13 Chong Yidong <cyd@stupidchicken.com>
163
164 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
165 widget library for buttons, just use button.el.
166
167 * vc/log-view.el (log-view-mode-map): Don't inherit from
168 widget-keymap.
169
3c65e88d 1702011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 171
86361e1e
GM
172 * emacs-lisp/cl-seq.el (union, nunion, intersection)
173 (nintersection, set-difference, nset-difference)
174 (set-exclusive-or, nset-exclusive-or): Doc fix.
175
dc4c6a7a
GM
176 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
177
8a6f24e5
GM
178 * faces.el (face-attr-match-p): Handle the obsolete :bold and
179 :italic props, so that frame-set-background-mode works. (Bug#7966)
180
3caced0b
GM
181 * simple.el (next-error): Doc fix.
182
9de31df2
TV
1832011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
184
185 * dired-aux.el (dired-create-files): Adapt destination name to
186 match the new behavior of copy-directory.
187
38a71655
CY
1882011-02-12 Chong Yidong <cyd@stupidchicken.com>
189
190 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
191 from rmail-dont-reply-to-names. Callers changed.
192 (mail-dont-reply-to): Rename from mail-dont-reply-to.
193 (rmail-dont-reply-to): Make it an obsolete alias.
194
195 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
196 nil, and make obsolete (Bug#7888).
197 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
198
199 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
200
201 * mail/rmailsort.el (rmail-sort-by-correspondent)
202 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
203
204 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
205
470d996d
TV
2062011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
207
208 * files.el (copy-directory): New argument COPY-CONTENTS for
209 copying directory contents into another existing directory.
210
e2784c87
TH
2112011-02-12 Tassilo Horn <tassilo@member.fsf.org>
212
213 * minibuffer.el (completion-table-case-fold): New function for
214 creating a case-insensitive completion table.
215
563790b6
TZ
2162011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
217
218 * net/tramp.el (tramp-default-method): Also check if
219 `auth-source-search' is bound.
220 (tramp-read-passwd): Use `auth-source-search' instead of
221 `auto-source-user-or-password'.
222
223 * net/tramp-imap.el: Autoload `auto-source-search' instead of
224 `auto-source-user-or-password.
225 (tramp-imap-passphrase-callback-function): Use it.
226
227 * net/imap-hash.el: Autoload `auto-source-search' instead of
228 `auto-source-user-or-password.
229 (imap-hash-open-connection): Use it.
230
231 * mail/smtpmail.el: Autoload `auto-source-search' instead of
232 `auto-source-user-or-password.
233 (smtpmail-try-auth-methods): Use it.
234
c6affbde
PH
2352011-02-12 Phil Hagelberg <phil@hagelb.org>
236
237 * emacs-lisp/package.el: Allow packages to be reinstalled.
238 (package--write-file-no-coding): Remove EXCL arg.
239 (package-unpack-single): Don't use it.
240
b5a53795
KP
2412011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
242
243 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
244 in each sub directory.
245 (vc-svn-registered): Use vc-svn-root.
246 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
247 (vc-svn-repository-hostname): Use "svn info".
248
25833f5e
DD
2492011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
250
251 * simple.el (delete-trailing-whitespace): New optional buffer
252 bound parameters.
253
75d1d833
BG
2542011-02-11 Bastien Guerry <bzg@altern.org>
255
256 * files.el (basic-save-buffer): save unmodified buffers when
257 the file pointed by buffer-file-name doesn't exist.
258
e0e36cac
DD
2592011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
260
261 * net/rcirc.el (defun-rcirc-join): Accept multiple channels.
262
59350862
GM
2632011-02-11 Glenn Morris <rgm@gnu.org>
264
265 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
266
5708ce5e
JB
2672011-02-11 Juanma Barranquero <lekktu@gmail.com>
268
269 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
270
b016851c
SM
2712011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
272
59003be9
SM
273 * server.el (server-process-filter): Use pcase.
274
9517f8af
SM
275 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
276 conflicting ways.
277 (smie-indent--parent): Extend to "parent of arg".
278 (smie-indent-inside-string): New function.
279 (smie-indent-functions): Use it.
280
cf77dd27
SM
281 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
282 bzr locking race condition.
283
49ffc078
SM
284 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
285 still valid before using it.
286
1a0a6cef
SM
287 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
288 `message' -> `compilation-message' rename (bug#8004).
289
b016851c
SM
290 Move keymap initialization into declaration.
291 * textmodes/enriched.el (enriched-mode-map):
292 * textmodes/bib-mode.el (bib-mode-map):
293 * term/lk201.el (lk201-function-map):
294 * tar-mode.el (tar-mode-map):
295 * replace.el (occur-mode-map):
296 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
297 * progmodes/idlw-help.el (idlwave-help-mode-map):
298 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
299 * play/solitaire.el (solitaire-mode-map):
300 * play/snake.el (snake-mode-map, snake-null-map):
301 * play/pong.el (pong-mode-map):
302 * play/handwrite.el (menu-bar-handwrite-map):
303 * play/gametree.el (gametree-mode-map):
304 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map
305 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
306 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
307 (newsticker--url-keymap):
308 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
309 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
310 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
311 (menu-bar-edit-menu, menu-bar-custom-menu)
312 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
313 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
314 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
315 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
316 (menu-bar-tools-menu, menu-bar-describe-menu)
317 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
318 (menu-bar-help-menu):
319 * mail/rmailsum.el (rmail-summary-mode-map):
320 * kmacro.el (kmacro-step-edit-map):
321 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
322 (ibuffer-mode-operate-map):
323 * hi-lock.el (hi-lock-menu, hi-lock-map):
324 * emulation/vip.el (vip-mode-map):
325 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
326 * bookmark.el (bookmark-bmenu-mode-map):
327 * help-mode.el (help-mode-map): Move initialization into declaration.
328
1be1d1e9
DD
3292011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
330
331 * net/rcirc.el: Add PRIVMSG and CTCP functions.
332 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
333 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
334 (rcirc-cmd-me, rcirc-authenticate): Use them.
335
26d2a9bd
KM
3362011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
337
338 * allout.el: Synopsis: Change allout user configuration so
339 auto-activation is controlled solely by customization
340 `allout-auto-activation'.
341
342 (allout-auto-activation-helper) (allout-setup): New autoloads
343 implement new custom set procedure for allout-auto-activation.
344 Also, explicitly invoke
345 (allout-setup) after allout-auto-activation is custom-defined, to
346 effect the settings in emacs sessions besides the few where
347 allout-auto-activation customization is donea.
348 (allout-auto-activation): Use allout-auto-activation-helper to
349 :set. Revise the docstring.
350 (allout-init): Reduce functionality to just customizing
351 allout-auto-activation, and mark obsolete.
352 (allout-mode): Respect string values for allout-auto-activation.
353 Run allout-after-copy-or-kill-hook without any args.
354 (allout-mode) (allout-layout) (allout-default-layout)
355 (outlineify-sticky): Adjust docstring for new scheme.
356 (allout-after-copy-or-kill-hook): No arguments - hook implementers
357 should concentrate on the kill ring.
358
b8e0f0cd
G
3592011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
360
361 * password-cache.el (password-cache-remove): Accept secrets that are
362 not strings.
363
ccded26c
SM
3642011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
367 of here-doc that immediately follows a comment.
368
ee6a57ab
DD
3692011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
370
4d04fdc9
DD
371 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
372
ee6a57ab
DD
373 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
374 available.
375 (rcirc-ctcp-sender-PING): New function.
376
6ca94a0b
SM
3772011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
380 Remove the mark/nomark handling, and activate shift-select-mode instead.
381
382 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
383
226590f8
JB
3842011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
385
386 * calc/calc-units.el (math-logunits-quant): Add support for
387 non-logarithmic units.
388
dd0b691e
KM
3892011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
390
4ec28e14
KM
391 * allout.el (allout-after-copy-or-kill-hook): New hook for
392 extension-specific processing of killed text.
393 (allout-mode): Include new allout-after-copy-or-kill-hook among
394 mentioned hooks.
395 (allout-kill-line) (allout-kill-topic): Ensure that processing
396 after kill happens even if barf-if-buffer-read-only is raised.
397 Include new allout-after-copy-or-kill-hook among that subsequent
398 processing.
399 (allout-deannotate-hidden): Actually remove the annotation text
400 properties.
401
dd0b691e
KM
402 * allout.el (allout-listify-exposed): Copy text sans text properties.
403
07e52e08
MA
4042011-02-07 Michael Albinus <michael.albinus@gmx.de>
405
b016851c 406 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 407
c5aff743
DD
4082011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
409
410 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
411
03925868
JB
4122011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
413
b016851c 414 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 415 `calc-default-field-reference-level'.
b016851c 416 (calc-logunits-power-reference): Rename from
03925868
JB
417 `calc-default-power-reference-level'
418
b016851c 419 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 420 `math-logunits-level'
b016851c 421 (math-logunits-plus): Rename from math-logcombine.
03925868 422 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2
JB
423 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
424 (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
03925868 425 New functions.
b016851c
SM
426 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
427 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
428 (calc-logunits-quantity): Rename from `calc-level'.
03925868
JB
429 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
430 (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
431 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
432 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
03925868
JB
433 (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
434 New functions.
435
b016851c 436 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
437 (calc-ul-prefix-help): Remove.
438 (calc-l-prefix-help): New function.
439 (calc-full-help): Add reference to `calc-l-prefix-help'.
440
441 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
442
ec6ad6f2
JB
443 * calc/README: Mention logarithmic units.
444
f8b351c1
CY
4452011-02-06 Chong Yidong <cyd@stupidchicken.com>
446
447 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
448 non-ASCII characters (Bug#7925).
449
a60287ff
GM
4502011-02-05 Glenn Morris <rgm@gnu.org>
451
452 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
453
9ad53e98
GM
454 * calendar/diary-lib.el (diary-font-lock-keywords):
455 Tweak diary-time-regexp match. (Bug#7891)
456
9783df21
GM
457 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
458 (f90-mode): Use it for mode's `find-tag-default-function' property.
459
df275851
GM
460 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
461
95838641
GM
462 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
463
827b77e9
DD
4642011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
465
466 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
467 (Bug#6386).
468
7cb76591
SM
4692011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
470
ba70ab1c
SM
471 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
472 font-lock-syntax-table remappings.
473 (sh-here-doc-markers, sh-here-doc-re): Remove.
474 (sh-font-lock-close-heredoc): Remove.
475 (sh-syntax-propertize-here-doc): New function.
476 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
477 instead of the sh-here-doc-re.
478 (sh-font-lock-paren): Don't do anything in comments or strings.
479 Handle line continuations. Accept a few more chars.
480 Don't rely on the font-lock-syntax-table remappings.
481 `esac' is not a valid pattern.
482 (sh-syntax-propertize-function): Handle here-docs differently, so we
483 don't bother syntax-propertizing the insides.
484
7cb76591
SM
485 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
486 Handle new bashisms ";&" and ";;&" (bug#7947).
487
39b20f56
MA
4882011-02-05 Michael Albinus <michael.albinus@gmx.de>
489
7cb76591
SM
490 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
491 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 492
51aba3f3
MA
4932011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
494
495 * net/tramp.el (tramp-postfix-method-format)
496 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
497 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
498 (tramp-postfix-user-regexp, tramp-prefix-port-format)
499 (tramp-prefix-port-regexp, tramp-postfix-host-format)
500 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
501 Doc fix.
502
7bc61bb7
SS
5032011-02-04 Sam Steingold <sds@gnu.org>
504
505 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
506
d93c111e
AS
5072011-02-04 Andreas Schwab <schwab@linux-m68k.org>
508
509 * international/mule-util.el (with-coding-priority): Doc fix.
510
6f52d86e
EZ
5112011-02-04 Eli Zaretskii <eliz@gnu.org>
512
513 * arc-mode.el (archive-mode-map): Fix a typo in last change.
514
c1b4afac
SS
5152011-02-03 Sam Steingold <sds@gnu.org>
516
517 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
518 Do not error out when `func' is nil.
519
a857d3c7
MA
5202011-02-03 Michael Albinus <michael.albinus@gmx.de>
521
522 * net/tramp-sh.el (tramp-remote-path): Add default settings for
523 `tramp-default-remote-path' to the docstring.
524 (tramp-get-remote-path): Suppress error message when `getconf
525 PATH' fails.
526
527 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
528
8aa88760
GM
5292011-02-03 Glenn Morris <rgm@gnu.org>
530
219ea611
GM
531 * vc/vc-hg.el (vc-hg-command): Doc fix.
532
8d7b5b5b
GM
533 * term/w32-win.el (libpng-version): Declare for compiler.
534
c03eac34
GM
535 * msb.el: No need to load dired while compiling.
536
7f07c1fe
GM
537 * emacs-lisp/elint.el (elint-standard-variables):
538 Remove a couple of built-ins that now have doc-strings.
539
befe199d
GM
540 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
541 `require' is automatically `eval-and-compile'd.
542
2d7d6439
GM
543 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
544 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
545
8aa88760
GM
546 * strokes.el (strokes-fill-current-buffer-with-whitespace):
547 Move definition before use.
548 (strokes-report-bug): Make it obsolete.
549
e90f8545
SS
5502011-02-02 Sam Steingold <sds@gnu.org>
551
552 * apropos.el (apropos-print): Now that `apropos-mode' inherits
553 from `special-mode', entering it makes the buffer read-only, so
554 call it only when everything has been already inserted.
555 * emacs-lisp/ert.el (ert--setup-results-buffer)
556 (ert-results-pop-to-backtrace-for-test-at-point)
557 (ert-results-pop-to-messages-for-test-at-point)
558 (ert-results-pop-to-timings): Ditto.
559 * emacs-lisp/package.el (package--list-packages): Ditto.
560 * play/solitaire.el (solitaire): Ditto.
561
90db975f
CY
5622011-02-02 Chong Yidong <cyd@stupidchicken.com>
563
564 * progmodes/compile.el: Make all faces inherit.
565 (compilation-warning): Inherit from font-lock-variable-name-face.
566 (compilation-info): Inherit from font-lock-type-face.
567 (compilation-line-number): Reassign to font-lock-keyword-face.
568 (compilation-column-number): Reassign to font-lock-doc-face.
569 (compilation-leave-directory-face): Reassign to
570 font-lock-builtin-face.
571
bc35ff32
EZ
5722011-02-02 Eli Zaretskii <eliz@gnu.org>
573
574 * dired.el (dired-insert-directory): Don't invoke `ls' when
575 ls-lisp.el is used to emulate it.
576
39cde66c
JD
5772011-02-01 Julien Danjou <julien@danjou.info>
578
579 * color.el (color-gradient): Add a color-gradient function.
580
abef340a
SS
5812011-02-01 Sam Steingold <sds@gnu.org>
582
583 * simple.el (special-mode-map): Bind "h" to `describe-mode';
584 bind "z" to `kill-this-buffer'.
585 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
586 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
587 (apropos-mode): Inherit from `special-mode'.
588 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
589 * bookmark.el (bookmark-bmenu-mode): Define using
590 `define-derived-mode' inheriting from `special-mode'.
591 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
592 * image-mode.el (image-mode-map): Ditto.
593 * replace.el (occur-mode): Define using
594 `define-derived-mode' inheriting from `special-mode'.
595 * tar-mode.el (tar-mode): Inherit from `special-mode'.
596 * calendar/diary-lib.el (diary-fancy-display-mode):
597 Inherit from `special-mode-map'.
598 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
599 Inherit from `special-mode'.
600 * emacs-lisp/package.el (package-menu-mode-map): Copy from
601 `special-mode-map'.
602 (package-menu-mode): Define using `define-derived-mode'
603 inheriting from `special-mode'.
604 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
605 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
606 (xesam-mode-map): Define separately.
607 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
608 * progmodes/compile.el (compilation-minor-mode-map)
609 (compilation-mode-map): Inherit from `special-mode-map'.
610 * vc/diff-mode.el (diff-mode-shared-map):
611 Inherit from `special-mode-map'.
612 * vc/log-view.el (log-view-mode-map): Add a comment.
613
928f4e73
CY
6142011-02-01 Chong Yidong <cyd@stupidchicken.com>
615
616 * custom.el (load-theme): Define return value. Drop use of
617 unsafep; call custom-theme-load-confirm for non-known-safe themes.
618 (custom-theme-load-confirm): Scroll in the correct window.
619 (custom-enabled-themes): Add custom-safe-themes to :set-after.
620
621 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
622 checkbox if load-theme fails.
623
7d116647
SM
6242011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * progmodes/compile.el (compilation-next-error): Check there's
627 a message before using it (bug#7941).
628
4fdfcddf
JB
6292011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
630
631 * calc/calc-mtx.el (math-lud-pivot-check): New function.
632 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
633 of potential pivots.
634
3b95603f
AM
6352011-01-31 Alan Mackenzie <acm@muc.de>
636
7d116647
SM
637 * progmodes/cc-cmds.el (c-forward-over-illiterals):
638 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f
AM
639 (c-beginning-of-statement): Avoid loop in locating the beginning
640 of a macro.
641
6fa1f651
CY
6422011-01-31 Chong Yidong <cyd@stupidchicken.com>
643
644 * files.el (copy-directory): Fix arguments to recursive call.
645
14beddf4 6462011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
647
648 * files.el (copy-directory): If destination is an existing
649 directory, copy into a subdirectory there.
650
14beddf4 6512011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
652
653 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
654 files.
655
14beddf4 6562011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 657
6fc0aac3
CY
658 * image-dired.el (image-dired-mouse-display-image): No-op if no
659 file is found (Bug#7817).
660
d1f14baa
CY
661 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
662
14beddf4 6632011-01-31 Kenichi Handa <handa@m17n.org>
67442738 664
7d116647
SM
665 * international/quail.el (quail-keyboard-layout-alist):
666 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 667
14beddf4 6682011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
669
670 * msb.el (msb-menu-bar-update-buffers): Update for changed
671 argument handling of menu-bar-select-frame. (Bug#7902)
672
14beddf4 6732011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
674
675 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
676 to the recursion depth (Bug#7722).
677
14beddf4 6782011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
679
680 * term/ns-win.el (ns-find-file): Expand ns-input-file with
681 command-line-default-directory (Bug#7872).
682
9e11271c
SM
6832011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * progmodes/compile.el (compilation--flush-directory-cache):
686 New function, extracted from compilation--remove-properties.
687 (compilation--remove-properties, compilation--parse-region): Use it.
688 (compilation--previous-directory): Handle one more case.
689 (compilation-enable-debug-messages): Remove.
690 (compilation-parse-errors, compilation--flush-parse): Just remove the
691 left over debug messages.
692
038714ab
SS
6932011-01-31 Sam Steingold <sds@gnu.org>
694
695 * progmodes/compile.el (compilation-enable-debug-messages):
696 Add a variable to make the parsing messages introduced in
697 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
698 (compilation-parse-errors, compilation--flush-parse): Use it.
699
2a4466ca
DD
7002011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
701
35f52ed6 702 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
703 (rcirc-nick-completion-format): New defcustom.
704 (rcirc-complete): Use it.
705
186ecaf1
DD
7062011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
707
708 * net/rcirc.el: Clean log filenames (Bug#7933).
709 (rcirc-log-write): Use convert-standard-filename.
710 (rcirc-log-filename-function): Documentation updates.
711
253f7d1b
JD
7122011-01-30 Jan Djärv <jan.h.d@swipnet.se>
713
9e11271c
SM
714 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
715 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
716 (report-emacs-bug-can-use-osx-open): New function.
717 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
718 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
719
a2b6e5d6
CY
7202011-01-29 Chong Yidong <cyd@stupidchicken.com>
721
722 * vc/vc-dispatcher.el (vc-set-async-update): New function for
723 updating Dired or VC-dir buffers after async command completes.
724
725 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
726 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
727
728 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
729 completions if it exists. Use vc-set-async-update.
730 (vc-git-pull): Use vc-set-async-update.
731
732 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
733 read-shell-command. Use vc-set-async-update.
734 (vc-hg-merge-branch): Use vc-set-async-update.
735
8907f7b9
DU
7362011-01-29 Daiki Ueno <ueno@unixuser.org>
737
9e11271c
SM
738 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
739 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
740 (Bug#7931).
741
e52f87a1
SM
7422011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * progmodes/compile.el: Avoid an N² behavior in grep.
745 (compilation--previous-directory): New fun.
746 (compilation--previous-directory-cache): New var.
747 (compilation--remove-properties): Flush it.
748 (compilation-directory-properties, compilation-error-properties):
749 Use the new fun to speed up looking for the current directory.
750
659114fd
CY
7512011-01-29 Chong Yidong <cyd@stupidchicken.com>
752
753 * vc/vc-hg.el (vc-hg-history): New var.
754 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
755 (vc-hg-merge-branch): New function.
756
757 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
758 the other way around.
759
760 * vc/vc-git.el (vc-git-branches, vc-git-pull)
761 (vc-git-merge-branch): New functions.
762 (vc-git-history): New var.
763
9bfe5783
CY
7642011-01-28 Chong Yidong <cyd@stupidchicken.com>
765
766 * vc/vc-dispatcher.el (vc-do-async-command): New function.
767
768 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
769 vc-do-async-command.
770
e52f87a1
SM
771 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
772 Callers changed.
9bfe5783 773
b1ea593c
LL
7742011-01-28 Leo <sdl.web@gmail.com>
775
776 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 777 highlighting to the "this function is advised" message.
b1ea593c
LL
778
779 * help-mode.el (help-mode-finish): Apply highlighting here, to
780 avoid clobbering by substitute-command-keys (Bug#6304).
781
40e22d80
CY
7822011-01-28 Chong Yidong <cyd@stupidchicken.com>
783
784 * woman.el (woman0-roff-buffer): Process roff escape sequences
785 occurring prior to the first request (Bug#7843).
786
01c63f4c
SM
7872011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
788
55fb9013
SM
789 * progmodes/compile.el: Don't use font-lock any more.
790 (compilation-error-regexp-alist-alist): Change handling of makepp
791 so it preserves the warning/error distinction on subsequent files.
792 Simplify various rules.
793 (compilation-directory-properties): Use font-lock-face.
794 Add a compilation-message property.
795 (compilation-internal-error-properties): Use font-lock-face.
796 Don't set the compilation-debug property here.
797 (compilation--put-prop, compilation--remove-properties)
798 (compilation--parse-region, compilation--ensure-parse)
799 (compilation--ensure-parse): New functions.
800 (compilation-parse-errors): New function, largely inspired of
801 compilation-mode-font-lock-keywords. Set compilation-debug here.
802 (compilation--parsed): New var.
803 (compilation--flush-parse): Use compilation--ensure-parse.
804 (compilation-start): Don't call font-lock.
805 (compilation-turn-on-font-lock): Remove.
806 (compilation-setup): Don't set font-lock-extra-managed-props not change
807 other font-lock settings, other than keywords.
808 Don't activate font-lock-mode.
809 Set change-major-mode-hook and before-change-functions.
810 (compilation--unsetup): Remove properties and hooks.
811 (compilation-next-single-property-change): New function.
812 (compilation-next-error): Use it to parse when needed.
813 (compile-goto-error): Parse buffer as needed.
814 (compilation--compat-error-properties): Don't need a dummy `face'
815 property any more.
816
8fe52384
SM
8172011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
820 (compilation-process-setup-function): Fix docstring's false promises.
821 (compilation-error-regexp-alist-alist): Catch omake's continuous
822 recompilation message and avoid reuse of old markers.
823 (compilation-parse-errors-function): Declare obsolete.
824 (compilation-buffer-modtime): Remove.
825 (compilation--make-cdrloc, compilation--loc->col)
826 (compilation--loc->line, compilation--loc->file-struct)
827 (compilation--loc->marker, compilation--loc->visited)
828 (compilation--make-file-struct, compilation--file-struct->file-spec)
829 (compilation--file-struct->formats)
830 (compilation--file-struct->loc-tree): New macros. Use them.
831 (compilation--message): New defstruct. Use them.
832 (compilation-next-error-function): Don't mess with timestamps to try
833 and guess when to reparse.
834
01c63f4c
SM
8352011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
836
5e853d01
SM
837 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
838 (tex-old-error-file-name): New function,
839 extracted from tex-compilation-parse-errors.
840 (tex-compilation-parse-errors): Remove.
841 (tex-error-regexp-alist): New var.
842 (tex-shell): Use it to avoid compilation-parse-errors-function.
843
07b741a7
SM
844 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
845 (grep-mode-font-lock-keywords): Remove regexp that seems like
846 a left-over from before we used compile.el.
847 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
848 modifying the buffer within with-silent-modifications.
849
850 * progmodes/compile.el: Cleanup text-properties namespace by using
851 `compilation-message' instead of `message', `compilation-directory'
852 instead of `directory', and `compilation-debug' instead of `debug'.
853 (compilation-last-buffer, compilation-parsing-end)
854 (compilation-error-list, compilation-old-error-list): Move to the
855 compatibility part of the code.
856 (compilation-error-properties): If `file' is a function, let it return
857 a file name.
858 (compilation-mode-font-lock-keywords): Be more conservative with the
859 omake "^ *" pattern prefix, to try and minimize the risk of
860 pathologically slow regexp matching.
861 (compilation-start): Use inhibit-read-only.
862 (compilation--unsetup): New function.
863 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
864 (compilation-filter): Minor tweaks.
8fe52384 865 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 866 (compilation--flush-file-structure): New fun.
8fe52384 867 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
868 (debug-ignored-errors): Add "Moved past last ...".
869 (compilation--compat-error-properties)
870 (compilation--compat-parse-errors): Rename by doubling the "-".
871
01c63f4c
SM
872 Port features from the previous prolog.el to the new one.
873 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
874 (prolog-program-name, prolog-program-switches, prolog-consult-string)
875 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
876 variable and use a function to compute the value dynamically.
877 (prolog-prompt-regexp): Add regexp for GNU Prolog.
878 (prolog-continued-prompt-regexp): Remove, unused.
879 (prolog-find-value-by-system): Try and use the value of prolog-system
880 in the *prolog* buffer if it helps.
881 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
882 (prolog-zip-on): ..and check prolog-system and version here instead.
883 (prolog-inferior-self-insert-command): New command.
884 (prolog-inferior-mode-map): Use it.
885 (prolog-inferior-error-regexp-alist): New var.
8fe52384 886 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
887 (prolog-input-filter): Use derived-mode-p.
888 (prolog-inferior-guess-flavor): New function.
889 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
890 make-comint to avoid running comint-mode twice.
891 (prolog-inferior-buffer): New fun.
892 (prolog-old-process-region, prolog-old-process-file):
893 Don't call prolog-bsts here...
894 (prolog-build-prolog-command): ...do it here instead.
895 (prolog-old-process-region, prolog-old-process-file):
896 Use compilation-fake-loc and compilation-forget-errors.
897 (prolog-consult-compile-region): Use bolp.
898
2f224f0b
CY
8992011-01-28 Chong Yidong <cyd@stupidchicken.com>
900
901 * image-mode.el (image-display-size): Doc fix (Bug#7820).
902
db0e305d
SS
9032011-01-27 Sam Steingold <sds@gnu.org>
904
9e11271c
SM
905 * midnight.el (clean-buffer-list-kill-never-buffer-names):
906 Remove "*server*" which is never created by emacs server.
db0e305d 907
27bbeb29
DD
9082011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
909
910 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
911 there are some diff switches.
912
153c5428
SM
9132011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
914
89fdaac7
SM
915 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
916 Copy change made to ruby-font-lock-syntactic-keywords.
917
153c5428
SM
918 * htmlfontify.el: Make it obey the font-lock-face text property.
919 Miscellaneous cleanup such as:
920 - Don't hide expressions after a closing paren.
921 - Move initial setq into let.
922 - Hoist common parts out of ifs.
923 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
924 (hfy-face-at): Use get-text-property instead.
925 (hfy-prop-invisible-p): Use invisible-p if available.
926 (htmlfontify-manual): Use \\[...].
927 (hfy-html-quote-regex): Use [...].
928 (hfy-combined-face-spec): Simplify.
929 (hfy-compile-face-map): Don't presume point-min==1.
930 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
931 match end of string.
932 (hfy-text-p): η-reduce.
933 (hfy-tags-for-file): Receive cache-hash directly.
934 (hfy-mark-tag-names): Adjust call.
935
ed7646d4
GM
9362011-01-27 Glenn Morris <rgm@gnu.org>
937
938 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
939 (msb-after-load-hook): Remove eval-after-load wackiness.
940
ed68f651
SS
9412011-01-25 Sam Steingold <sds@gnu.org>
942
943 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
944 literal "diff" (important for windows-nt).
945
0fe719e6
GM
9462011-01-25 Glenn Morris <rgm@gnu.org>
947
948 * emacs-lisp/copyright.el (copyright-at-end-flag)
949 (copyright-names-regexp): Add safety properties.
950 (copyright-year-ranges): New option.
951 (copyright-find-end): New function, split from copyright-update-year.
952 (copyright-update-year): Use copyright-find-end.
953 (copyright-fix-years): Optionally, convert years to ranges.
954 Handle years continued over comment lines.
955 Do not mess with the fill-prefix.
956 Do not call copyright-update.
957 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 958 Skip directories. Find files with only safe local vars.
0fe719e6 959
06d8ace5 9602011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
961
962 * files.el (file-name-non-special): Only change buffer-file-name after
963 insert-file-contents if it's `visit'ing the file (bug#7854).
964
06d8ace5 9652011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
966
967 * dired.el (dired-revert): Doc fix (Bug#7758).
968
06d8ace5
GM
969 * simple.el (line-move-visual): Doc fix (Bug#7594).
970
9712011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
972
973 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
974 here-doc which ends with an underscore.
975 (ruby-mode-set-encoding): Skip shebang line always.
976 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 977 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
978 (ruby-forward-sexp): Stop after literal hash key labels.
979 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
980 bracket.
981
06d8ace5 9822011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
983
984 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
985 the correct buffer (Bug#7650).
986
06d8ace5
GM
9872011-01-25 Glenn Morris <rgm@gnu.org>
988
989 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 990
ce558208
GM
991 * simple.el (do-auto-fill): Give it a doc string.
992
4d265b4d
GM
993 * button.el (make-text-button): Doc fix. (See bug#7881)
994
21bb5ce0
SM
9952011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
996
ab0a61d0
SM
997 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
998 Don't move backward, so as not to fall in an inf-loop (bug#7736).
999
21bb5ce0
SM
1000 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1001 Handle ?" and friends differently (e.g. don't use backrefs).
1002
603823f5
JB
10032011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1004
1005 * calc/calc.el (calc-default-power-reference-level)
1006 (calc-default-field-reference-level): New variables.
35f52ed6 1007 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1008 (math-logunits): New variable.
1009 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1010 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1011 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1012 New functions.
603823f5
JB
1013 (math-find-base-units-rec): Add entry for ln(10).
1014 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1015 (calc-ul-prefix-help): New function.
1016 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1017 functions. Add keybindings for new units functions.
603823f5 1018
11ea68ce 10192011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1020
1021 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1022 rcirc buffers. (Bug#4940)
10617634 1023
0412a5a4
GM
10242011-01-22 Glenn Morris <rgm@gnu.org>
1025
1026 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1027 split out from copyright-update-year.
1028 (copyright-update): Don't mess with the GPL version if we don't own the
1029 copyright. Update license regexp, and remove no longer needed
1030 Esperanto stuff.
d226ec23 1031 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1032
e7c1dca8
CY
10332011-01-22 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1036
4d0143e6
JA
10372011-01-22 Jari Aalto <jari.aalto@cante.net>
1038
1039 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1040 (lm): Rename to landmark.
1041 (lm-test-run): Rename to landmark-test-run.
1042
e3545d0d
CY
10432011-01-22 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1046 "Case sensitive" menu item.
1047
7c82f3e2 10482011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
1049
1050 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1051 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1052
7c82f3e2 10532011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
1054
1055 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1056
7c82f3e2 10572011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 1058
6e1dbaa9
RM
1059 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1060 Assume foo(bar) is a manpage reference rather than some unquoted
1061 symbol (bug#7705).
26a27884 1062
7c82f3e2 10632011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
1064
1065 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1066 Suggested by Flo <sensorflo@gmail.com>.
1067
7c82f3e2 10682011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
1069
1070 * progmodes/compile.el (compilation-error-regexp-alist):
1071 Fix custom type. (Bug#7812)
1072
4936e3ba
KM
10732011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1074
1075 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1076 allout-number-siblings, in keeping with what obtained due to
1077 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1078 (prefixed) ?i.
1079 (allout-before-change-handler): Better expose spots affected by
1080 undo.
1081
cde7e38b
CY
10822011-01-22 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1085
6b072b27
PH
10862011-01-22 Phil Hagelberg <phil@evri.com>
1087
1088 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1089 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1090 (pcmpl-ssh-config-hosts): New function.
1091 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1092 pcmpl-ssh-known-hosts.
1093
26d82c3a
JB
10942011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1095
c310ff4f
JB
1096 * calc/calc-undo.el (calc-undo): Autoload it.
1097 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1098 and autoload for `calc-undo'.
1099 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1100 * calc/calc-prog.el:
1101 * calc/calc-graph.el:
1102 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 1103
a10c4149
ŠN
11042011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1105
1106 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1107 keybindings to `calc-undo'.
1108
8dabbfd6
SM
11092011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 Don't mess with *temp*.
1112 * obsolete/spell.el: Move from textmodes/spell.el.
1113 (spell-string):
1114 * term.el (term-read-input-ring):
1115 * startup.el (display-startup-echo-area-message):
1116 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1117 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1118 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1119 point-min==1.
1120
d3e51865
KM
11212011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1122
35f52ed6 1123 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
1124 reapplying defalias.
1125
1126 (allout-hotspot-key-handler): Check for non-control-modified
1127 bindings for hotspot characters if there are no control-modified
1128 versions.
1129
d3e51865
KM
1130 * allout.el: Summary - migrate to defining allout mode using
1131 define-minor-mode instead of defun. Significantly clean-up
1132 internal keymap provisions, refactoring and, in the process,
1133 removing a lot of accumulated cruft.
1134
1135 allout-mode-map is now a keymap by virtue of being a defalias to
1136 allout-mode-map-value, which contains the actual keymap structure.
1137
8dabbfd6
SM
1138 (allout-mode): Use define-minor-mode rather than defun.
1139 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
1140 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1141 entry will be '(allout-mode . allout-mode-map) - see
1142 allout-mode-map-value, below. Adjust docstring to track changes.
1143 (allout-minor-mode): Remove this defalias, now that we're using
1144 define-minor-mode.
1145 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1146 keymap is allout-mode-map-value, via defalias.
1147 (allout-mode-map-value): The variable holding the actual mode
1148 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 1149 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
1150 allout-bind-keys, and including the binding-composition
1151 functionality of the former produce-allout-mode-map and
1152 allout-setup-mode-map.
1153 (allout-institute-keymap): Take over the "setup" part of the former
1154 allout-setup-mode-map. Reassign allout-mode-map-value value and
1155 update the defalias.
1156 (allout-command-prefix) (allout-prefixed-keybindings)
8dabbfd6
SM
1157 (allout-unprefixed-keybindings):
1158 Use allout-compose-and-institute-keymap to process the bindings.
d3e51865
KM
1159 (allout-unprefixed-keybindings): Remove extraneous '?' question
1160 marks.
1161 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
1162 user can customize if they want to use that binding.
1163 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1164 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
1165 elided that, previously, instead of the one for \C-h.)
1166 (allout-hotspot-key-handler): Remove attempt to resolve the key
1167 through the literal key-string lookup on allout-keybindings-list.
1168 That probably hasn't worked for a Long Time, and removal of
1169 allout-keybindings-list further simplifies the keybindings
1170 situation.
1171 (allout-pre-command-business): Use allout-mode-map-value instead
1172 of allout-mode-map.
1173 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1174 the bindings if they want to use a keybinding having a trailing
1175 \C-h. No deprecation needed since this feature was never in a
1176 release.
1177 (allout-keybindings-list): Remove. It's not been useful for a
1178 while. (See allout-hotspot-key-handler changes, above.)
1179 (produce-allout-mode-map): Remove. Consolidate into
1180 allout-compose-and-institute-keymap.
1181 (allout-mode-map-adjustments): Remove. No longer necessary with
1182 removal of allout-preempt-trailing-ctrl-h.
1183 (allout-setup-mode-map): Remove. Consolidate into
1184 allout-compose-and-institute-keymap and allout-institute-keymap.
1185
c11136ec
GM
11862011-01-20 Glenn Morris <rgm@gnu.org>
1187
dbfb414e
GM
1188 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1189
c11136ec
GM
1190 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1191
9aea757b
CY
11922011-01-20 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1195
1196 * files.el (find-alternate-file, basic-save-buffer)
1197 (basic-save-buffer-2, revert-buffer, recover-file)
1198 (kill-buffer-ask, abort-if-file-too-large)
1199 (set-visited-file-name, write-file, backup-buffer)
1200 (basic-save-buffer, save-some-buffers):
1201 * dired-aux.el (dired-compress-file): Callers changed.
1202
5dd4f3f7
GM
12032011-01-19 Glenn Morris <rgm@gnu.org>
1204
1205 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1206 Also check the property status. (Bug#7861)
1207
56761182
MA
12082011-01-18 Michael Albinus <michael.albinus@gmx.de>
1209
1210 * net/tramp.el (tramp-debug-message): Extend function exclude
1211 list. Use `regexp-opt'.
1212
a9faac5c 12132011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 1214
9cc3a0c7
SM
1215 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
1216 highlighting doesn't spill over subsequent lines.
1217
1a1fcbe1
SM
1218 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
1219 keymap expression. Improve docstring.
1220
74a10be5
SM
1221 * electric.el (electric-indent-post-self-insert-function):
1222 Don't auto-indent for indent-to-left-margin, it's too often
1223 counter-productive.
1224
721be9cd
TH
12252011-01-16 Tassilo Horn <tassilo@member.fsf.org>
1226
1227 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
1228 spaces if the frame was resized, so that the full visible buffer
1229 serves as canvas for strokes.
1230
a767645f
GM
12312011-01-16 Glenn Morris <rgm@gnu.org>
1232
1233 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 1234 Also skip directories.
a767645f 1235
444ee8dd
KR
12362011-01-16 Kevin Ryde <user42@zip.com.au>
1237
1238 * info-xref.el: Version 3.
1239 (info-xref-check, info-xref-check-all): Move commentary details
1240 into docstrings for better visibility.
1241 Use compilation-mode for the results buffer.
1242 (info-xref-output, info-xref-output-error, info-xref-with-output)
1243 (info-xref-filename, info-xref-in-progress):
1244 New internals for this.
1245 (info-xref-check-list, info-xref-check-buffer)
1246 (info-xref-check-all-custom): Use those.
1247 (info-xref-output-buffer): Rename from info-xref-results-buffer.
1248 (info-xref-output-heading): Rename from info-xref-filename-heading.
1249 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
1250 (info-xref-filename-heading): Move to output managing section.
35f52ed6 1251 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
1252 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
1253 (info-xref-subfile-p): Move to generic section with those two.
1254 (info-xref-check-node): New function split from
1255 info-xref-check-buffer, shared by info-xref-docstrings.
1256 (info-xref-goto-node-p): Move to a checking section with that func.
1257 (info-xref-unavail): New counter.
1258 (info-xref-check-node): Use it.
1259 (info-xref-with-output): Show count of unavailables at end of output.
1260 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 1261 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
1262 (info-xref-check-all-custom): Fix quietening viper-mode and
1263 gnus-registry-install -- use setq not let so as not to unbind
1264 after load.
1265
d4119912
JL
12662011-01-16 Juri Linkov <juri@jurta.org>
1267
1268 * isearch.el (isearch-abort): Don't quit if search has
1269 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
1270
b024d9f0
MD
12712011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
1272
1273 * files.el (backup-buffer): Make last-resort backup file in
1274 .emacs.d (Bug#6953).
1275
1276 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
1277 make it with permission 700.
1278
d52969e8 12792011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 1280
74a10be5
SM
1281 * mail/rmailmm.el (rmail-mime-insert-header):
1282 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
1283 system used to decode the header.
1284 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
1285 (rmail-mime-insert-decoded-text):
1286 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
1287 (rmail-show-mime): If only a header part was decoded, find the
1288 coding system while ignoring mm-charset-override-alist.
1289
d52969e8 12902011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
1291
1292 * subr.el (event-start, event-end): Doc fix (Bug#7826).
1293
d52969e8 12942011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
1295
1296 * mail/rmailmm.el (rmail-mime-next-item)
1297 (rmail-mime-previous-item): Delete them.
1298 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
1299 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
1300 Callers changed.
e7ca0062
KH
1301 (rmail-mime-raw-mode): Recursively call for children.
1302 (rmail-mode-map): Change mapping of tab and backtab to
1303 forward-button and backward-button respectively.
1304 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
1305 button.
1306 (rmail-mime-update-tagline): New function.
1307 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
1308 body display is changed.
74a10be5 1309 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
1310 (rmail-mime-image): Delete this button type.
1311 (rmail-mime-toggle): New button type.
1312 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
1313 body display is changed. Change the save button label to "Save".
1314 Don't process show/hide button here.
1315 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
1316 the body display is changed. Unconditionally call
1317 rmail-mime-insert for children.
1318 (rmail-mime-handle): Update `display' vector of the just inserted
1319 entity.
1320 (rmail-mime-process): If mail-header-parse-content-type returns
1321 nil, use "text/plain" as the fallback type.
1322 (rmail-mime-insert): For raw-mode, recursively call
1323 rmail-mim-insert for children.
1324 (rmail-mime): Handle the case that the current buffer is not rmail
1325 buffer (e.g. in summary buffer).
1326
d52969e8 13272011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
1328
1329 * mail/rmailmm.el (rmail-mime-next-item)
1330 (rmail-mime-previous-item): Skip the body of a non-multipart
1331 entity if a tagline is shown.
1332
362b9d48
GM
13332011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
1336 (tmm-prompt): Simplify.
1337 (tmm-add-prompt): Remove unused var `win'.
1338
1339 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
1340 to minor mode which used nil accidentally to mean "turn off".
1341
13422011-01-15 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * net/tramp-sh.el (tramp-find-inline-compress)
1345 (tramp-get-inline-coding): Quote command after pipe symbol for
1346 local calls under W32. (Bug#6784)
1347
13482011-01-15 Michael Albinus <michael.albinus@gmx.de>
1349
1350 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
1351 only when running under W32.
1352
13532011-01-15 Eli Zaretskii <eliz@gnu.org>
1354
1355 * progmodes/grep.el (grep-compute-defaults): Quote the program
1356 file name after the pipe symbol in Grep templates. (Bug#6784)
1357 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
1358
13592011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
1360
1361 * buff-menu.el (Buffer-menu-buffer-list): New var.
1362 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
1363 restricted buffer list is not lost on revert (Bug#7749).
1364
13652011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
1366
1367 * net/ldap.el (ldap-search-internal): Discard stderr output.
1368
13692011-01-15 Eli Zaretskii <eliz@gnu.org>
1370
1371 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
1372
13732011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1374
1375 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
1376
13772011-01-15 Kenichi Handa <handa@m17n.org>
1378
1379 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
1380 part as a plain text.
1381 (rmail-mime-process-multipart): Set the default content-type to
1382 nil for unknown multipart subtypes (bug#7651).
1383
6d3d6113
SM
13842011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1385
4391b429
SM
1386 * hexl.el (hexl-mode-old-*): Remove.
1387 (hexl-mode--old-var-vals): New var to replace them.
1388 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
1389 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
1390 Use them to set local vars (bug#7846).
1391 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
1392 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
1393 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
1394
6d3d6113
SM
1395 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
1396 (smerge-resolve--normalize-re): New var.
1397 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
1398 (smerge-resolve): Use them.
1399 * newcomment.el (comment-only-p): New function.
1400 (comment-or-uncomment-region): Use it.
1401
77ab81d0 14022011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
1403
1404 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
1405 table, get the value before switching to the output buffer. (Bug#7733)
1406
77ab81d0 14072011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
1408
1409 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
1410
8faba62c
KS
14112011-01-14 Kim F. Storm <storm@cua.dk>
1412
1413 * emulation/cua-base.el (cua--init-keymaps):
1414 Remap exchange-point-and-mark in cua-global-keymap.
1415
ab7eb811
TH
14162011-01-14 Tassilo Horn <tassilo@member.fsf.org>
1417
1418 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
1419 loop keyword.
1420
fc55380c
SM
14212011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
1424 Require CL.
1425 (easy-menu-create-menu, easy-menu-convert-item-1):
1426 Use :label rather than nil for labels. Use `case'.
1427 Add :enable as alias for :active.
1428 (easy-menu-binding): Obey :label.
1429
dbed16aa
SM
14302011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1431
4d789d84
SM
1432 Use run-mode-hooks for major mode hooks (bug#513).
1433 * textmodes/reftex-toc.el (reftex-toc-mode-map):
1434 Rename from reftex-toc-map.
1435 (reftex-toc-mode): Use define-derived-mode.
1436 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
1437 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
1438 Rename from reftex-select-(label|bib)-map. Move init into declaration.
1439 (reftex-select-label-mode, reftex-select-bib-mode):
1440 Use define-derived-mode.
1441 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
1442 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
1443 Move init into delcaration.
1444 (reftex-index-mode, reftex-index-phrases-mode):
1445 Use define-derived-mode.
1446 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
1447 speedbar-syntax-table. Move init into declaration.
1448 (speedbar-mode-map): Rename from speedbar-key-map.
1449 Move init into declaration.
1450 (speedbar-file-key-map): Move init into declaration.
1451 (speedbar-mode): Use define-derived-mode.
1452 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
1453 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
1454 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
1455 (chart-face-list): Move initialization into declaration.
1456 (chart-mode): Use define-derived-mode.
1457 * calculator.el (calculator-mode-map): Move init into declaration.
1458 (calculator-mode): Use define-derived-mode.
1459
b49a2dbf
SM
1460 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
1461 work for nested comments.
1462
dbed16aa
SM
1463 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
1464 (prolog-use-prolog-tokenizer-flag): Change default when
1465 syntax-propertize can be used.
1466 (prolog-syntax-propertize-function): New var.
1467 (prolog-mode-variables): Move make-local-variable into `set'.
1468 Don't make comment-column local since we don't set it.
1469 Set comment-add (as it was in previous prolog.el). Use dolist.
1470 Set syntax-propertize-function.
1471 (prolog-mode, prolog-inferior-mode):
1472 Call prolog(-inferior)-menu directly, not through the mode-hook.
1473 (prolog-buffer-module, prolog-indent-level)
1474 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
1475 (prolog-comment-limits, prolog-goto-comment-column):
1476 Use line-(end|beginning)-position.
1477 (prolog-build-prolog-command): Tighten up regexp.
1478 (prolog-consult-compile): Move make-local-variable into `set'.
1479 (prolog-consult-compile-filter, prolog-goto-next-paren)
1480 (prolog-help-on-predicate, prolog-clause-info)
1481 (prolog-mark-predicate): Don't let+setq.
1482 (prolog-indent-line): Use indent-line-to.
1483 Only call prolog-goto-comment-column if necessary.
1484 (prolog-indent-level): Use bobp.
1485 (prolog-first-pos-on-line): Remove, not used any more.
1486 (prolog-in-string-or-comment): Use syntax-ppss if available.
1487 (prolog-help-on-predicate): Use read-string.
1488 (prolog-goto-predicate-info): Simplify.
1489 (prolog-read-predicate): Use `default' rather than `initial'.
1490 (prolog-temporary-file): Use make-temp-file to close a security hole.
1491 (prolog-toggle-sicstus-sd): New command.
1492 (prolog-electric-underscore, prolog-variables-to-anonymous):
1493 Use dynamic-scoping as it was meant.
1494 (prolog-menu): Move menu definitions to top-level.
1495 Use a toggle-button for Sicstus's source debugger.
1496 Change "Code" to the more usual "Prolog", and hence change "Prolog"
1497 to "System".
1498 (prolog-inferior-menu): Reuse prolog-menu's help menu.
1499 Move other menu definition to top-level.
1500
50f8cd96
TH
15012011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1502
5b355315
TH
1503 * doc-view.el (doc-view-open-text): Use meaningful text buffer
1504 name. Keep original document's directory as default-directory
1505 (bug#6446).
1281bd51
TH
1506 (doc-view-initiate-display): Fall back to normal mode when
1507 doc-view-mode cannot be enabled, also when extracting the document
1508 text into a separate buffer (bug#6446).
5b355315 1509
50f8cd96
TH
1510 * simple.el (shell-command): Don't error out if shell command
1511 buffer contains text with non-nil read-only property when erasing
1512 the buffer.
1513
821f936d
KS
15142011-01-13 Kim F. Storm <storm@cua.dk>
1515
1516 * ido.el (ido-may-cache-directory): Move "too-big" check later.
1517 (ido-next-match, ido-prev-match): Fix stray reordering of matching
1518 items when cycling through the matches.
1519
f754f898
TH
15202011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1521
1522 * dired-x.el (dired-omit-verbose): New defcustom that allows
1523 disabling the omit messages.
1524 (dired-omit-expunge): Use it.
1525
d221e780
CO
15262011-01-13 Christian Ohler <ohler@gnu.org>
1527
1528 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
1529
a03b542a
CY
15302011-01-13 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * font-lock.el (font-lock-verbose): Default to nil.
1533
25ca2e61
CY
15342011-01-13 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
1537 (compose-mail): New arg RETURN-ACTION.
1538 (compose-mail-other-window, compose-mail-other-frame): Likewise.
1539
1540 * mail/sendmail.el (mail-return-action): New var.
1541 (mail-mode): Make it buffer-local.
1542 (mail-bury): Obey it. Move special Rmail window handling to
1543 rmail-mail-return.
1544 (mail, mail-setup): New arg RETURN-ACTION.
1545 (sendmail-user-agent-compose): Move from simple.el.
1546
1547 * mail/rmail.el (rmail-mail-return): New function.
1548 (rmail-start-mail): Pass it to compose-mail.
1549
2a8b13af
CY
15502011-01-12 Chong Yidong <cyd@stupidchicken.com>
1551
b2948a87
CY
1552 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
1553 menus. Add menu item for customize-themes.
1554
1555 * cus-theme.el (customize-themes):
74a10be5
SM
1556 * emacs-lisp/package.el (package--list-packages):
1557 Use switch-to-buffer.
2a8b13af 1558
059616e5
JB
15592011-01-11 Johan Bockgård <bojohan@gnu.org>
1560
1561 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
1562
04380ff1
SM
15632011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * progmodes/prolog.el: Fix up coding convention and such.
1566 (prolog-indent-width): Use the same default as in
1567 previous prolog.el rather than tab-width which depends on which buffer
1568 is current when the file is loaded.
1569 (prolog-electric-newline-flag): Only enable if electric-indent-mode
1570 is not available.
1571 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
1572 (prolog-known-systems): Remove.
1573 (prolog-mode-syntax-table, prolog-inferior-mode-map):
1574 Move initialization into declaration.
1575 (prolog-mode-map): Move initialization into declaration.
1576 Remove system-specific mode-map vars, since they referred to the same
1577 keymap anyway.
1578 (prolog-mode-variables): Obey the user's preference w.r.t
1579 adaptive-fill-mode. Prefer symbol-value to `eval'.
1580 (prolog-mode-keybindings-edit): Add compatibility bindings.
1581 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
1582 (mercury-mode-map): New var.
1583 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
1584 (prolog-ensure-process, prolog-process-insert-string)
1585 (prolog-consult-compile): Use with-current-buffer.
1586 (prolog-guess-fill-prefix): Simplify data flow.
1587 (prolog-replace-in-string): New function to use instead of
1588 replace-in-string.
1589 (prolog-enable-sicstus-sd): Don't abuse `eval'.
1590 (prolog-uncomment-region): Use `uncomment-region' when available.
1591 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
1592 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
1593 of int-to-char and char-to-int.
1594 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
1595
e2019526
SB
15962011-01-11 Stefan Bruda <stefan@bruda.ca>
1597
1598 * progmodes/prolog.el: Replace by a whole new file.
1599
3fa173b4
SM
16002011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * subr.el (eval-after-load): Fix timing for features (bug#7769).
1603 (declare-function, undefined, insert-for-yank)
1604 (replace-regexp-in-string): Follow checkdoc's recommendations.
1605
7973bcea
SM
16062011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
1609 refreshing the diary buffer.
1610
0af8c88b
KM
16112011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
1612
7973bcea 1613 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
1614 (allout-encrypt-string): Prevent encryption from adding an extra
1615 newline at the end of the topic body.
1616 (allout-version): Increment to 2.3.
1617
1a27c64e
MA
16182011-01-10 Michael Albinus <michael.albinus@gmx.de>
1619
7973bcea
SM
1620 * net/dbus.el (dbus-unregister-service): Complete doc.
1621 Fix call of dbus-error signal.
5c0b4070 1622 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 1623
0a203b61
MA
16242011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1625
1626 * net/dbus.el (dbus-unregister-service): Translate returned
1627 integer into a symbol.
1628 (dbus-register-property): Use `dbus-register-service' to do the
1629 name registration.
1630
895123f5
CY
16312011-01-09 Chong Yidong <cyd@stupidchicken.com>
1632
7973bcea
SM
1633 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
1634 Suggested by Joakim Verona.
12e1f328 1635
732eb50a
CY
1636 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
1637
895123f5
CY
1638 * wid-edit.el (visibility): Replace :on-image and :off-image
1639 widget properties with :on-glyph and :off-glyph, for consistency
1640 with the `visibility' widget.
1641 (widget-toggle-value-create, widget-visibility-value-create):
1642 Merge into a single function `widget-toggle-value-create'.
1643
1644 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
1645 (custom-face-edit-value-create, custom-face-value-create):
1646 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
1647 :off-glyph, for consistency with the `visibility' widget.
1648
c8043a22
AS
16492011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1650
1651 * net/ldap.el (ldap-search-internal): Don't use eval.
1652
b7617f6d
CY
16532011-01-09 Chong Yidong <cyd@stupidchicken.com>
1654
973f1f2a
CY
1655 * subr.el (read-char-choice): Use read-key.
1656
b7617f6d
CY
1657 * custom.el (custom-safe-themes): Rename from
1658 custom-safe-theme-files. Add :risky tag.
1659 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
1660 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
1661
900503ae
CY
16622011-01-09 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
1665 from Search and add a label to Undo.
1666
1667 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
1668 inappropriate buttons and adding :vert-only tags.
1669
1670 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
1671 removal of Help tool-bar button. Remove Undo button for space.
1672
1673 * info.el (info-tool-bar-map): Add :vert-only tags.
1674
c44d54b3
TH
16752011-01-08 Tassilo Horn <tassilo@member.fsf.org>
1676
1677 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
1678 image backend support. Either of them is fine.
1679
3ef01959
CY
16802011-01-08 Chong Yidong <cyd@stupidchicken.com>
1681
3d91e302
CY
1682 * subr.el (y-or-n-p): Doc fix.
1683
278f6845
CY
1684 * custom.el (custom-safe-theme-files): New defcustom.
1685 (custom-theme-load-confirm): New function.
1686 (load-theme): Load theme using `load', confirming with
1687 custom-theme-load-confirm if necessary.
1688
3ef01959
CY
1689 * subr.el (read-char-choice): New function, factored out from
1690 dired-query and hack-local-variables-confirm.
1691
1692 * dired-aux.el (dired-query):
1693 * files.el (hack-local-variables-confirm): Use it.
1694
1695 * dired-aux.el (dired-compress-file):
1696 * files.el (abort-if-file-too-large, find-alternate-file)
1697 (set-visited-file-name, write-file, backup-buffer)
1698 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
1699 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
1700 Use new format string args for y-or-n-p and yes-or-no-p.
1701
7c837933
AS
17022011-01-08 Andreas Schwab <schwab@linux-m68k.org>
1703
1704 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1705 [gcc-include]: Tighten file name match, add match for column
1706 number. (Bug#7806)
6c7ec171 1707 [gnu]: Remove unused group.
7c837933 1708
d0981f82
GM
17092011-01-08 Glenn Morris <rgm@gnu.org>
1710
e7a42417
GM
1711 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
1712
d0981f82
GM
1713 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
1714
d43bb7d3
SS
17152011-01-07 Sam Steingold <sds@gnu.org>
1716
1717 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
1718 the `explicit-shell-file-name' because that is the
1719 non-interactive shell.
1720
8c51d2a2
CY
17212011-01-07 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * subr.el (y-or-n-p): Accept format string args.
1724
66b7b0fe
GM
17252011-01-07 Glenn Morris <rgm@gnu.org>
1726
1727 * Makefile.in (EMACSOPT): Add --no-site-lisp.
1728
1e004a83
KM
17292011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
1730
66b7b0fe 1731 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 1732 the visible containing topic, rather than a collapsed one.
66b7b0fe 1733 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
1734 (allout-exposure-change-hook): Remove documentation remarks
1735 concerning removed allout-view-change-hook.
1736 (allout-flag-region): Remove invocation of and documentation
1737 remarks concerning allout-view-change-hook.
1738
b0a8e46b
GM
17392011-01-06 Glenn Morris <rgm@gnu.org>
1740
1741 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
1742 (vc-bzr-annotate-extract-revision-at-line):
1743 Handle authors with embedded spaces. (Bug#7792)
1744
875c044a
TH
17452011-01-05 Tassilo Horn <tassilo@member.fsf.org>
1746
1747 * doc-view.el (doc-view-image-width): New variable.
1748 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
1749 backend for PNG images, and do dynamic rescaling instead of
1750 reconverting the whole doc.
1751
1f6f7722
GM
17522011-01-05 Glenn Morris <rgm@gnu.org>
1753
1754 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
1755
e9e68fda
KM
17562011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
1757
4896e8fc 1758 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
1759 long text lines that cross more than a single physical window
1760 line, ie when truncate-lines is nil.
e9e68fda
KM
1761 (allout-next-visible-heading): Provide for change in line-move
1762 behavior on long lines when truncate-lines is nil. In that case,
1763 line-move can wind up on the same textual line when it moves to
1764 the next window line, and moving to the bullet position after the
1765 move yields zero advancement. Add logic to detect and compensate
1766 for the lack of progress.
1767 (allout-current-topic-collapsed-p): move-end-of-line respect for
1768 field boundaries is different when operating with body lines
1769 shorter than window width versus ones greater than window width,
1770 which can yield false negatives in this function. Avoid
1771 difference by applying move-end-of-line while field-text-motion is
1772 inhibited.
1773
3f1b6eb2
GM
17742011-01-04 Glenn Morris <rgm@gnu.org>
1775
1776 * textmodes/rst.el (rst-compile-toolsets):
1777 Add pdf and s5 to option alist.
1778
6388924a
MA
17792011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1780
7973bcea 1781 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
1782 dont-register-service. Updated docstring accordingly.
1783
c3e4b003
AS
17842011-01-04 Andreas Schwab <schwab@linux-m68k.org>
1785
1786 * textmodes/rst.el (rst-compile-pdf-preview)
1787 (rst-compile-slides-preview): Remove extra line.
1788
ef4271fe
GM
17892011-01-04 Glenn Morris <rgm@gnu.org>
1790
1791 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
1792 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
1793 default to `prog' without a .py extension.
1794 (rst-compile-pdf-preview, rst-compile-slides-preview):
1795 Use program names from rst-compile-toolsets, rather than hard-coding.
1796 (rst-portable-mark-active-p): Fix presumed typo.
1797
7c420169 17982011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 1799
7c420169 1800 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
1801 libpng versions both before and after 1.4.0. (Bug#7716)
1802
7c420169 18032011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 1804
6491af11
EZ
1805 * time.el (display-time-mode): Mention display-time-interval in
1806 the doc string. (Bug#7713)
1807
7c420169 18082011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
1809
1810 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
1811 condition-case and return an error message string if something
1812 goes wrong.
2f952059 1813 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
1814 header by rmail-mime-insert-header.
1815
7c420169 18162011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
1817
1818 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
1819 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
1820 (rmail-mime-mbox-buffer)
1821 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
1822 (rmail-mime-entity): Argument changed. All codes handling an
1823 entity object are changed.
2f952059 1824 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
1825 the above change.
1826 (rmail-mime-entity-children, rmail-mime-entity-handler)
1827 (rmail-mime-entity-tagline): New functions.
1828 (rmail-mime-message-p): New function.
1829 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
1830 (rmail-mime-entity-segment, rmail-mime-next-item)
1831 (rmail-mime-previous-item, rmail-mime-shown-mode)
1832 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
1833 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
1834 (rmail-mime-insert-tagline, rmail-mime-insert-header):
1835 New functions.
186f7f0b
KH
1836 (rmail-mime-text-handler): Call rmail-mime-insert-text.
1837 (rmail-mime-insert-decoded-text): New function.
1838 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
1839 (rmail-mime-insert-image): Argument changed. Caller changed.
1840 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 1841 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
1842 (rmail-mime-insert-bulk): Argument changed.
1843 (rmail-mime-multipart-handler): Return t.
2f952059
ML
1844 (rmail-mime-process-multipart): Argument changed.
1845 Handle "multipart/alternative" here.
186f7f0b
KH
1846 (rmail-mime-process): Argument changed.
1847 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
1848 (rmail-mime-insert): Argument changed. Handle raw display mode.
1849 (rmail-mime): Argument changed. Handle toggling of raw display
1850 mode.
1851 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
1852 rmail-mime-view-buffer.
1853 (rmail-insert-mime-forwarded-message): Likewise.
1854 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
1855
1856 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
1857 non-nil, handle the header in rmail-show-mime-function.
1858
7c420169 18592011-01-02 Leo <sdl.web@gmail.com>
e1a23575 1860
7c420169 1861 * help-fns.el (describe-variable): Fix previous change.
e1a23575 1862
7c420169 18632011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
1864
1865 * isearch.el (isearch-lazy-highlight-error): New variable.
1866 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
1867 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
1868 to the current value of `isearch-error' (Bug#7468).
1869
7c420169 18702011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
1871
1872 * help-fns.el (describe-variable): Don't emit trailing whitespace
1873 (Bug#7511).
1874
7c420169 18752011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
1876
1877 * textmodes/rst.el (rst-compile-pdf-preview)
1878 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
1879
7c420169 18802011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
1881
1882 * emulation/edt-mapper.el: Override mapping of function keys so
1883 that the later call to read-key-sequence works.
1884
7c420169 18852011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
1886
1887 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
1888 Unix EOLs. (Bug#7589)
1889
7c420169
CY
18902011-01-02 Leo <sdl.web@gmail.com>
1891
1892 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
1893 if point is not behind eshell-last-output-end (Bug#7585).
1894
18952011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * files.el (file-local-variables-alist):
1898 Make permanent-local (bug#7767).
1899
19002011-01-02 Glenn Morris <rgm@gnu.org>
1901
1902 * version.el (emacs-copyright): Set short copyright year to 2011.
1903
19042011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1905
1906 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
1907 an existing temp buffer. (Bug#7746)
1908
19092011-01-02 Glenn Morris <rgm@gnu.org>
1910
1911 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
1912 multiple addresses. (Bug#7760)
1913
fb9a573a
KM
19142011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
1915
e9e68fda 1916 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
1917 do-auto-fill if everything points back to allout-auto-fill.
1918 (allout-mode-deactivate-hook): Declare obsolete, in favor of
1919 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
1920
8d68c659
MA
19212010-12-31 Michael Albinus <michael.albinus@gmx.de>
1922
1923 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
1924 and "scpx".
1925
291cc045
TH
19262010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1927
1928 * doc-view.el (doc-view-set-doc-type): New function refactored
1929 from doc-view-mode.
1930 (doc-view-fallback-mode): New function.
1931 (doc-view-mode): Use it.
1932 (doc-view-mode-maybe): New function that checks if doc-view-mode
1933 can be used and falls back to the next best mode otherwise.
1934
1935 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
1936 DVI, OpenDocument, and MS Office files.
1937
8ee2dc5c
AS
19382010-12-30 Andreas Schwab <schwab@linux-m68k.org>
1939
1940 * emacs-lisp/rx.el (rx-syntax): Fix typo.
1941
f9e68477
TH
19422010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1943
1944 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
1945 on a copy of auto-mode-alist, because that deletes with side
1946 effects.
1947
ad727c81
TH
19482010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1949
7973bcea
SM
1950 * doc-view.el (doc-view-mode, doc-view-toggle-display):
1951 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
1952 fallback instead of hard coding fundamental mode.
1953
b71b7803
TH
19542010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1955
1956 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
1957 Office) files also for searching.
1958
95e16d17
TH
19592010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1960
1961 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
1962 Office) files. Not yet enabled via auto-mode-list.
1963 (doc-view-unoconv-program): New custom variable.
1964 (doc-view-mode-p): Handle new odf document type.
1965 (doc-view-odf->pdf): New conversion function.
1966 (doc-view-convert-current-doc): Call it for odf files.
1967 (doc-view-mode): Recognize newly supported file extensions.
1968
b191c9d9
MA
19692010-12-30 Michael Albinus <michael.albinus@gmx.de>
1970
1971 * net/tramp.el (tramp-default-method-alist)
1972 (tramp-default-user-alist)
1973 (tramp-local-host-regexp, tramp-prefix-domain-format)
1974 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
1975
1976 * net/tramp-ftp.el:
1977 * net/tramp-gvfs.el:
1978 * net/tramp-gw.el:
1979 * net/tramp-imap.el:
1980 * net/tramp-sh.el:
1981 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
1982 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
1983
6e457cc9
KF
19842010-12-29 Karl Fogel <kfogel@red-bean.com>
1985
1986 * saveplace.el (save-place-alist-to-file): Save list sorted and
1987 pretty-printed, so that it is mergeable by line-based text merging,
1988 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
1989
fb9a573a
KM
19902010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
1991
e9e68fda 1992 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
1993 (allout-mode): Argument "toggle" => "force".
1994 Refine the docstring.
1995 Remove special provisions for reactivation, besides the 'force'
1996 argument.
1997 Consolidate layout provisions coce directly into the activation
1998 condition branch, now that we've removed those provisions.
1999 (allout-unload-function): Explicitly activate the mode before
2000 deactivating, if it's initially deactivated.
2001 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2002 warnings for version of function used only where
2003 set-buffer-multibyte is unavailable.
2004
c940c054
CY
20052010-12-28 Chong Yidong <cyd@stupidchicken.com>
2006
2007 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2008 are handled by the menu-bar entries. As before, don't use
2009 :visibile to avoid changing the tool-bar.
2010
4c145d5d
MA
20112010-12-27 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * net/secrets.el (secrets-delete-alias): New defun.
2014
fe99f704
MA
20152010-12-27 Michael Albinus <michael.albinus@gmx.de>
2016
2017 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2018 methods, otherwise ~/.ssh/config would be ignored.
2019
723ee192
SM
20202010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * emacs-lisp/rx.el: Make it a superset of sregex.
2023 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2024 of args, add `regex' alias.
2025 (rx-info): Add arg to distinguish head and standalone forms.
2026 (rx-check, rx-form): Pass the corresponding arg.
2027 (rx-**): Simplify.
2028 (rx-repeat): Make it work for any number of args.
2029 (rx-syntax): Make it accept syntax chars as is.
2030 * obsolete/sregex.el: Move from emacs-lisp/.
2031 * emacs-lisp/re-builder.el: Remove sregex support.
2032 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2033
e77714da
EZ
20342010-12-25 Eli Zaretskii <eliz@gnu.org>
2035
2036 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2037 PRIMARY first, then the clipboard. (Bug#7699)
2038
17870c01
SM
20392010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2042 print-number-table.
2043
6bfa51ba
CY
20442010-12-21 Chong Yidong <cyd@stupidchicken.com>
2045
d78cdcf7
CY
2046 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2047 .emacs.elc (Bug#7530).
2048
6bfa51ba
CY
2049 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2050 image spec (Bug#7480).
2051
9d9cfd53
DU
20522010-12-21 Daiki Ueno <ueno@unixuser.org>
2053
2054 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
2055 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2056 Move from lisp/.
9d9cfd53 2057
adc0b793
JD
20582010-12-20 Leo <sdl.web@gmail.com>
2059
2060 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2061 always be performed (Bug#7680).
2062
778ca437
CY
20632010-12-20 Chong Yidong <cyd@stupidchicken.com>
2064
3f95d7ff
CY
2065 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2066 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2067 mouse-region-match.
778ca437 2068
3f95d7ff 2069 * color.el: Move from gnus/.
94975270 2070
f48fdaad
CY
2071 * vc/diff.el (diff-better-file-name): Function deleted.
2072 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
2073 (diff-no-select): Just use expand-file-name.
2074
2075 * tool-bar.el (tool-bar--image-expression): New function.
2076 (tool-bar-local-item, tool-bar--image-exp): Use it.
2077 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2078 Use :enable instead of :visible to avoid changing the tool-bar
2079 configuration unnecessarily.
2080
2081 * info.el (info-tool-bar-map): Add separators.
2082
2e306b39
KB
20832010-12-17 Ken Brown <kbrown@cornell.edu>
2084
2085 * loadup.el: Use version numbers in Cygwin build.
2086
395542c6
RT
20872010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2088
2089 * ido.el (ido-file-internal): Ask for confirmation before
2090 overwriting an existing file (Bug#1238).
2091
4039c786
CY
20922010-12-16 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * tool-bar.el (tool-bar-setup): Add separators.
2095
2096 * menu-bar.el (featurep): Use menu-bar-separator.
2097
45720dc3
GM
20982010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2099
2100 Migrate allout encryption provisions from pgg to epg.
2101
2102 * allout.el (allout-toggle-current-subtree-encryption)
2103 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2104 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2105 for simpler universal argument interpretation.
35f52ed6 2106 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
2107 changed encryption provisions. Change fetch-pass to keymode-cue, for
2108 simpler universal argument interpretation. Remove provisions for
2109 handling key type and identity - they'll all be within
2110 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2111 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2112 for keypair recipients (universal argument > 1) and, in addition,
2113 associating the specified recipients with the outline (universal
2114 argument > 4) using a file local variable setting for
2115 'epa-file-encrypt-to'.
2116 Require epa, for recipients handling.
2117 Change how regexp filtering elements are named.
2118 Describe the problem with caching of incorrect symmetric-decryption
2119 keys.
2120 Use the epa-passphrase-callback-function, in case the user is using
2121 GnuPG v1.
2122 Support saving of the selected keypair recipients when invoked with a
2123 keymode-cue > 4.
2124 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2125 Require 'epa.
2126 Establish epg-context with armoring and default epg-protocol.
2127 Remove all passphrase cache, verification, and hinting code.
2128 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2129 No longer used, delete.
2130 (allout-mode): Adjust docstring to describe changed encryption
2131 provisions. Describe the problem with caching of incorrect
2132 symmetric-decryption keys.
2133 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2134 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2135 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2136 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2137 Obsolete, remove.
2138
33088bed
DU
21392010-12-16 Daiki Ueno <ueno@unixuser.org>
2140
2141 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2142 key selection prompt; make 'silent as default (Bug#7487).
2143
bfc49a5b
LL
21442010-12-16 Leo <sdl.web@gmail.com>
2145
7973bcea
SM
2146 * eshell/eshell.el (eshell-directory-name):
2147 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 2148
68251e16
GM
21492010-12-15 Glenn Morris <rgm@gnu.org>
2150
2151 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2152
99f053cf
JA
21532010-12-15 Jari Aalto <jari.aalto@cante.net>
2154 Scott Evans <gse@antisleep.com>
2155
2156 * rect.el (rectange--default-line-number-format)
2157 (rectangle-number-line-callback): New functions.
2158 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2159
5614fd56
CY
21602010-12-15 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2163 Delete unused variables.
2164 (move-to-column-force): Remove function obsolete since 21.2.
2165
d68b0220
MA
21662010-12-14 Michael Albinus <michael.albinus@gmx.de>
2167
2168 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2169 (tramp-handle-insert-file-contents): Do not set permanent-local
2170 property.
2171
7973bcea
SM
2172 * net/tramp-cache.el (tramp-persistency-file-name):
2173 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
2174
2175 * net/tramp-sh.el (tramp-methods): Add "ksu".
2176 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2177 method list.
2178
0273f794
GM
21792010-12-14 Glenn Morris <rgm@gnu.org>
2180
ab274982
GM
2181 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2182 (find-tag-marker-ring): Declare.
2183 (js-find-symbol): Require etags.
2184
e758216c
GM
2185 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2186 Require mail-utils.
2187 (mail-alias-file): Don't autoload. Doc fix.
2188 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2189 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2190 Mark as obsolete, and risky.
2191 (mail-setup): Simplify.
2192
53aff12a
GM
2193 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2194 * mail/sendmail.el (build-mail-aliases): Update autoload.
2195
aae4b48c
GM
2196 * dired.el (dired-trivial-filenames, dired-chown-program)
2197 (dired-auto-revert-buffer): Remove autoload cookies.
2198 * mail/sendmail.el (mail-recover-1): Require 'dired.
2199
bff7c1ad
GM
2200 * dired.el (dired-subdir-switches, dired-chown-program)
2201 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2202 Make into defcustoms.
2203 (dired-chown-program): Simplify initialization.
2204
0273f794
GM
2205 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2206
bc557672
RF
22072010-12-13 Romain Francoise <romain@orebokech.com>
2208
2209 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2210
7410c270
G
22112010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2212
2213 * net/netrc.el (netrc-point-at-eol): Remove the unused
2214 netrc-point-at-old and netrc-bound-and-true-p bindings.
2215 (netrc-parse): Cache the netrc contents.
2216
f49d1f52 22172010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
2218
2219 * subr.el (posn-col-row): Evaluate header-line-format in the
2220 context of the POSITION window's buffer.
2221
f49d1f52 22222010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
2223
2224 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
2225 (with-silent-modifications): Doc fixes.
2226
f49d1f52 22272010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
2228
2229 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 2230 Revert previous from. Use `save-restriction'.
158d5945 2231
f49d1f52 22322010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
2233
2234 * calendar/diary-lib.el (diary-list-sexp-entries):
2235 Handle case of no newline at end of file. (Bug#7536)
2236
f49d1f52 22372010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
2238
2239 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
2240
f49d1f52 22412010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 2242
f49d1f52 2243 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 2244 (tramp-process-actions): Do not widen.
d68b0220 2245
f49d1f52
SM
2246 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2247 Protect buffer-modified value. (Bug#7557)
32802ee1 2248
f49d1f52 22492010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
2250
2251 * log-edit.el (log-edit-changelog-entries):
2252 Regexp quote filename. (Bug#7505)
2253
f49d1f52 22542010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
2255
2256 * cus-edit.el (custom-save-all):
2257 Bind print-length and print-level to nil. (Bug#7581)
2258
f49d1f52 22592010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 2260
d5e6e0b6
GM
2261 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
2262 Run hooks to update menu contents. (Bug#7586)
2263
3c1e62f8
GM
2264 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
2265 file names, for the sake of MS Windows. (Bug#7588)
2266
f49d1f52 22672010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
2268
2269 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
2270 empty lines without a leading space.
2271
f49d1f52 22722010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 2273
740af6c9
GM
2274 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
2275 while mapping over marks (Bug#6810).
86a6e8e0 2276
f49d1f52 22772010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
2278
2279 * image-dired.el (image-dired-db-file)
2280 (image-dired-temp-image-file, image-dired-gallery-dir)
2281 (image-dired-temp-rotate-image-file): Set default values relative
2282 to image-dired-dir (Bug#7518).
2283
f49d1f52 22842010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
2285
2286 * format.el (format-decode-run-method): Pass args FROM and TO, not
2287 point-min and point-max, to shell-command-on-region (Bug#7488).
2288
f49d1f52 22892010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
2290
2291 * frame.el (blink-cursor-mode): Make default t for ns.
2292
f49d1f52 22932010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
2294
2295 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2296
f49d1f52 22972010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 2298
637c2c43
CY
2299 * comint.el (comint-dynamic-list-input-ring)
2300 (comint-dynamic-complete-filename)
2301 (comint-replace-by-expanded-filename)
2302 (comint-dynamic-simple-complete)
2303 (comint-dynamic-list-filename-completions)
2304 (comint-dynamic-list-completions): Doc fix (Bug#7499).
2305
74194465
CY
2306 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
2307 Doc fix (Bug#7471).
2308
f49d1f52 23092010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
2310
2311 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
2312 (Bug#7533).
2313
f49d1f52 23142010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
2315
2316 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
2317 (Bug#7491).
2318
f49d1f52 23192010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
2320
2321 * files.el (file-relative-name): Handle UNC file names on
2322 DOS/Windows. (Bug#4674)
2323
f49d1f52 23242010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
2325
2326 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2327 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2328 (epg-context-set-passphrase-callback): Mention that the callback
2329 is not called when used with GnuPG 2.x.
2330
f49d1f52 23312010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
2332
2333 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
2334 Ensure ps-footer-font-size-internal is initialized.
2335 Call ps-get-page-dimensions before trying to use ps-font-for-text.
2336
f49d1f52 23372010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
2338
2339 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
2340 within condition-case.
2341 (rmail-show-mime): Don't use condition-case.
2342 (rmail-search-mime-message): New function.
2343 (rmail-search-mime-message-function): Set to
2344 rmail-search-mime-message.
2345
f49d1f52 23462010-12-13 Leo <sdl.web@gmail.com>
bd794450 2347
0fdd1db7 2348 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
2349 (ido-mode): Use it.
2350 (ido-completing-read): Call it.
2351
fdbb4d85
KF
23522010-12-12 Karl Fogel <kfogel@red-bean.com>
2353
2354 * bookmark.el (bookmark-name-from-full-record): Rename back to
2355 this original name from `bookmark-name-from-record' reverting part
2356 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
2357 As Drew Adams pointed out, there was no reason to cause churn for
2358 third-party callers.
2359
0e5cf2b8
AM
23602010-12-12 Alan Mackenzie <acm@muc.de>
2361
2362 * progmodes/cc-engine.el (c-forward-type): Before scanning a
2363 template arglist, check that the current language supports this.
2364
6961d41c
GM
23652010-12-11 Glenn Morris <rgm@gnu.org>
2366
2b404597
GM
2367 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
2368 state of the file matches. (Bug#7544)
2369 (vc-bzr-register, vc-bzr-checkin)
2370 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
2371 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
2372
6961d41c
GM
2373 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
2374
1e5d2a04
KK
23752010-12-11 Karel Klíč <kklic@redhat.com>
2376
2377 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
2378
175069ef
SM
23792010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 Derive from prog-mode, use derived-mode-p, and fix up various
2382 minor style issues in lisp/progmodes.
2383
2384 * progmodes/vhdl-mode.el (vhdl-mode):
2385 * progmodes/verilog-mode.el (verilog-mode):
2386 * progmodes/vera-mode.el (vera-mode):
2387 * progmodes/sql.el (sql-mode):
2388 * progmodes/scheme.el (scheme-mode):
2389 * progmodes/perl-mode.el (perl-mode):
2390 * progmodes/octave-inf.el (inferior-octave-mode):
2391 * progmodes/autoconf.el (autoconf-mode):
2392 * progmodes/m4-mode.el (m4-mode):
2393 * progmodes/inf-lisp.el (inferior-lisp-mode):
2394 * progmodes/idlwave.el (idlwave-mode):
2395 * progmodes/icon.el (icon-mode):
2396 * progmodes/idlw-help.el (idlwave-help-mode):
2397 * progmodes/dcl-mode.el (dcl-mode):
2398 * progmodes/idlw-shell.el (idlwave-shell-mode):
2399 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
2400 (ebrowse-member-mode, ebrowse-electric-position-mode):
2401 Use define-derived-mode.
2402
2403 * progmodes/xscheme.el (exit-scheme-interaction-mode)
2404 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
2405 (xscheme-debugger-mode-p, xscheme-send-string-1):
2406 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
2407 (tcl-load-file, tcl-restart-with-file):
2408 * progmodes/ps-mode.el (ps-run-running):
2409 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
2410 * progmodes/js.el (js--get-all-known-symbols):
2411 * progmodes/inf-lisp.el (inferior-lisp-proc):
2412 * progmodes/idlwave.el (idlwave-beginning-of-statement)
2413 (idlwave-template, idlwave-update-buffer-routine-info)
2414 (idlwave-update-current-buffer-info)
2415 (idlwave-get-routine-info-from-buffers, idlwave-choose)
2416 (idlwave-scan-class-info, idlwave-fix-keywords)
2417 (idlwave-list-buffer-load-path-shadows):
2418 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
2419 (idlwave-toolbar-remove):
2420 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
2421 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
2422 (idlwave-shell-menu-def):
2423 * progmodes/idlw-complete-structtag.el
2424 (idlwave-prepare-structure-tag-completion):
2425 * progmodes/gud.el (gud-set-buffer):
2426 * progmodes/f90.el (f90-backslash-not-special):
2427 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
2428
2429 * progmodes/xscheme.el (xscheme-start)
2430 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
2431 * progmodes/which-func.el (which-function):
2432 * progmodes/vhdl-mode.el (vhdl-set-style):
2433 * progmodes/verilog-mode.el (verilog-set-compile-command)
2434 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
2435 (verilog-set-define, verilog-auto-reeval-locals):
2436 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
2437 * progmodes/simula.el (simula-mode):
2438 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2439 * progmodes/python.el (python-check, python-mode):
2440 * progmodes/prolog.el (prolog-mode-variables):
2441 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
2442 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
2443 * progmodes/delphi.el (delphi-mode):
2444 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2445 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
2446 (c-font-lock-init): Move make-local-variable to their setq.
2447
2448 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
2449 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
2450 make-local-hook.
2451 * progmodes/sh-script.el (sh-require-final-newline): Remove.
2452 (sh-set-shell): Don't set require-final-newline since it's already done
2453 by prog-mode.
2454 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
2455 since we never set it.
2456 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
2457 Use read-string and standard prompt.
2458 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
2459 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
2460 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
2461 (meta-common-mode-map): Rename from meta-mode-map.
2462 Remove C-m binding, which is a user preference, not mode specific.
2463 (meta-common-mode): New major mode; replace meta-common-initialization.
2464 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
2465 around with font-lock.
2466 * progmodes/etags.el (select-tags-table-mode):
2467 Derive from special-mode.
2468 * progmodes/octave-mod.el (octave-mode):
2469 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
2470 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
2471 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
2472 Let define-derived-mode do its job.
2473 * progmodes/cpp.el (cpp-edit-mode-map):
2474 Move initialization into declaration.
2475 (cpp-edit-mode): Use define-derived-mode.
2476 (cpp-edit-load): Use derived-mode-p.
2477 * progmodes/mixal-mode.el (mixal-mode):
2478 * progmodes/f90.el (f90-mode):
2479 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
2480 require-final-newline since prog-mode does it already.
2481 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
2482 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
2483 * progmodes/antlr-mode.el: Require cc-mode upfront.
2484 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
2485 the declaration.
2486 (antlr-directory-dependencies, antlr-show-makefile-rules):
2487 Use derived-mode-p.
2488 (antlr-language-option): Don't assume point-min==1.
2489 (antlr-mode): Use define-derived-mode.
2490 * progmodes/ada-mode.el: Use derived-mode-p.
2491 (ada-mode): Use define-derived-mode.
2492 Use hack-local-variables-hook.
2493
61f91c04
SM
24942010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
2497 (texinfo-mode): Don't disable adaptive-fill-mode.
2498 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
2499 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
2500 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
2501 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
2502 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
2503 (texinfo-insert-@quotation, texinfo-insert-@samp)
2504 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
2505 (texinfo-insert-@uref): Use define-skeleton.
2506 (texinfo-insert-@-with-arg): Delete.
2507
72a44673
EZ
25082010-12-10 Eli Zaretskii <eliz@gnu.org>
2509
2510 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
2511 nil, do quote archive member names. (Bug#6144)
2512
ab540f59
GM
25132010-12-10 Glenn Morris <rgm@gnu.org>
2514
66f782de
GM
2515 * files.el (diff-no-select): Declare.
2516
e554b3f8
GM
2517 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
2518 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
2519
ab540f59
GM
2520 * comint.el (comint-input-ring-file-name): Doc fix.
2521
f68ab99b
EZ
25222010-12-09 Eli Zaretskii <eliz@gnu.org>
2523
2524 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
2525 New functions.
61f91c04
SM
2526 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
2527 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
2528 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
2529 instead of `nil'.
2530 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
2531 and menu-bar-positive-p instead of `nil' and `>', respectively.
2532 (Bug#1077)
2533
650453a9
VJL
25342010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2535
2536 * whitespace.el (whitespace-newline-mode): Code fix.
2537
28d5de72
GM
25382010-12-09 Glenn Morris <rgm@gnu.org>
2539
2540 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
2541 Rename functions without commas, update callers.
2542
b596d50d 25432010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 2544
b596d50d
GM
2545 * whitespace.el (whitespace-cleanup-region):
2546 Clean up spaces before tabs. (Bug#7582)
16498102 2547
eff37c5e
KF
25482010-12-08 Karl Fogel <kfogel@red-bean.com>
2549
2550 * bookmark.el: Adjust parameter names and doc strings to resolve
2551 confusion over whether "bookmark" meant a bookmark name or a
2552 bookmark record. Along the way, shorten one function's name for
2553 similar reasons. (Issue #7548)
2554 (bookmark-name-from-record): New name for
2555 `bookmark-name-from-full-record'. All callers changed.
2556 (bookmark-get-bookmark, bookmark-get-bookmark-record)
2557 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
2558 (bookmark-get-annotation, bookmark-set-annotation)
2559 (bookmark-get-filename, bookmark-set-filename)
2560 (bookmark-get-position, bookmark-set-position)
2561 (bookmark-get-front-context-string, bookmark-set-front-context-string)
2562 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
2563 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
2564 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
2565 Rename `bookmark' parameter to `bookmark-name-or-record', to
2566 clearly show its role, and shorten or adjust doc strings accordingly.
2567 (bookmark-set-name): Same, and pass the parameter directly to
2568 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
2569 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
2570 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
2571 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
2572 and in some cases shorten doc string accordingly.
2573 (bookmark-rename): Change `old' and `new' parameters to `old-name'
2574 and `new-name', and adjust an internal variable to avoid confusion.
2575 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
2576 parameter in doc string.
2577
5fe9ebd1
GM
25782010-12-08 Glenn Morris <rgm@gnu.org>
2579
ac8331a7
GM
2580 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
2581 from gdb's history file. (Bug#7575)
2582
5fe9ebd1
GM
2583 * mail/emacsbug.el (report-emacs-bug):
2584 Try to handle some other mail clients.
2585
33cf0fb2
SM
25862010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * files.el (dir-locals-collect-variables): Don't let errors stop us.
2589 Use string-prefix-p.
2590 (file-name-version-regexp): New var.
2591 (file-name-sans-versions):
2592 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
2593 (jka-compr-get-compression-info): Use dolist.
2594 (jka-compr-compression-info-list): Don't bother specifying
2595 version/backup regexps.
2596
11c31b99
TH
25972010-12-07 Tassilo Horn <tassilo@member.fsf.org>
2598
2599 * simple.el (just-one-space): Make argument n default to 1 if
2600 omitted.
2601
a733fc37
SM
26022010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * electric.el (electric-indent-post-self-insert-function):
2605 Delete trailing newlines even if we don't reindent.
2606
88b5a757
DD
26072010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2608
a733fc37
SM
2609 * minibuffer.el (completion-at-point): Remove the `arg'.
2610 * bindings.el (complete-symbol): Move back from minibuffer.el.
2611
26122010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2613
88b5a757
DD
2614 * simple.el (just-one-space): Delete newlines for negative arg.
2615
ce327e48
SM
26162010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
2619 (ansi-color-filter-apply): Simplify.
2620 (ansi-color-apply): Use `font-lock-face' rather than `face'.
2621
ac73d955
BR
26222010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2623
2624 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2625
8c44f097
CY
26262010-12-04 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * dired.el (dired-use-ls-dired): Set default to a special
2629 "unspecified" value.
2630 (dired-insert-directory): When called the first time, check
2631 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
2632
15af15e5
TO
26332010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
2634
2635 * replace.el: Add "collect" feature to occur.
2636 (occur-collect-regexp-history): New var.
88b5a757
DD
2637 (occur-read-primary-args): Return a replace string for nlines,
2638 if needed.
15af15e5
TO
2639 (occur): Extend the meaning of nlines.
2640
b2e6e5bd
SM
26412010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
2644 (which-func-update-1): Distinguish symbols from strings.
2645 (which-function): Stay within 80 columns.
2646
ee9355dc
SM
26472010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2648
7f0ea0ff
SM
2649 * subr.el (with-demoted-errors): Distinguish symbols from strings.
2650
ee9355dc
SM
2651 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
2652 Improve docstring.
2653 (comment-style): Use comment-styles's docs to describe values.
2654
3e972d98
JD
26552010-12-03 Jan Djärv <jan.h.d@swipnet.se>
2656
2657 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
2658 and ns-show-prefs (Bug#7535).
2659
2660 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
2661 bindings (Bug#7535).
2662
c879436a
GM
26632010-12-03 Glenn Morris <rgm@gnu.org>
2664
afe27238
GM
2665 * nxml/nxml-mode.el: Require rng-nxml.
2666 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
2667 Remove declarations.
2668
65beee52
GM
2669 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
2670 * nxml/rng-nxml.el, nxml/rng-valid.el:
2671 Remove leading `*' from defcustom docs.
2672
ad961a00
GM
2673 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
2674 (normal-top-level-add-to-load-path, tty-handle-args):
2675 Convert comments to basic doc-strings.
2676
c5fd0ab5
GM
2677 * net/browse-url.el (browse-url-url-at-point)
2678 (browse-url-default-browser): Remove autoload cookies.
2679
f62f063d
GM
2680 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
2681 Remove more undefined cl functions.
2682
c879436a
GM
2683 * vc/diff.el (diff-sentinel): Make new arguments optional.
2684 * ibuf-ext.el (diff-sentinel): Update declaration.
2685
3721e124
DU
26862010-12-03 Daiki Ueno <ueno@unixuser.org>
2687
2688 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2689 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2690 (epg-context-set-passphrase-callback): Mention that the callback
2691 is not called when used with GnuPG 2.x.
2692
66feec8b
MA
26932010-12-02 Michael Albinus <michael.albinus@gmx.de>
2694
2695 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
2696 (tramp-file-name-port): Check also for `tramp-default-port'.
2697 (tramp-get-connection-name): New defun.
2698 (tramp-get-connection-process): Use it.
2699 (tramp-debug-message): Extend function exclude list.
2700 (tramp-drop-volume-letter): Fix doc string.
2701
2702 * net/tramp-cmds.el: Remove solved todo item.
2703
2704 * net/tramp-efs.el:
2705 * net/tramp-ftp.el:
2706 * net/tramp-gvfs.el:
2707 * net/tramp-gw.el:
2708 * net/tramp-imap.el:
2709 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
2710 and `tramp-default-user-alist', respectively.
2711
88b5a757
DD
2712 * net/tramp-gw.el (tramp-gw-open-connection):
2713 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
2714
2715 * net/tramp-imap.el (tramp-imap-make-iht): Use just
2716 `tramp-file-name-port'.
2717
2718 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
2719 and "psftp". Exchange "%k" marker with options.
2720 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
2721 Compute size of link target.
35f52ed6
JB
2722 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
2723 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
2724 copy arguments. Use `tramp-get-connection-name' and
2725 `tramp-get-connection-buffer'. Improve debug messages.
2726 (tramp-compute-multi-hops): Remove port determination.
2727 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
2728
2729 * net/trampver.el: Update release number.
2730
bd77c2ef
GM
27312010-12-02 Glenn Morris <rgm@gnu.org>
2732
05907bb3
GM
2733 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2734 Avoid infinite loop over windows. (Bug#7492)
2735
bd77c2ef
GM
2736 * progmodes/flymake.el (flymake-check-file-limit):
2737 Allow nil to mean "no limit".
2738 (flymake-check-patch-master-file-buffer): Update for above change.
2739 Allow a .tex file-name extension to be optional.
2740 (flymake-master-tex-init): Also match \include statements.
2741
f7ca27a1
SS
27422010-11-30 Sam Steingold <sds@gnu.org>
2743
2744 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
2745 (nxml-parent-document-set): A function to set `nxml-parent-document'.
2746 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
2747 (nxml-mode-hook): Remove `defcustom' (auto-defined by
2748 define-derived-mode').
2749 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
2750 users who want to call `nxml-parent-document-set'.
2751
402c8a49
CY
27522010-11-27 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
2755 stand-alone lines, since that is handled by log-edit-match-to-eoh
2756 (Bug#6465).
2757
d1882ac7
EW
27582010-11-27 Eduard Wiebe <usenet@pusto.de>
2759
2760 * dired.el (dired-get-filename): Replace backslashes with slashes
2761 in file names on MS-Windows, needed by `locate'. (Bug#7308)
2762 * locate.el (locate-default-make-command-line): Don't consider
2763 drive letter and root directory part of
2764 `directory-listing-before-filename-regexp'. (Bug#7308)
2765 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
2766
07976ae3 27672010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
2768
2769 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
2770 of :smie-open/close-alist.
2771 (smie-next-sexp): Make it accept a "start token" as argument.
2772 (smie-indent-keyword): Be careful not to misidentify tokens that span
2773 more than one line, as empty lines. Add argument `token'.
2774
07976ae3 27752010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 2776
afde451a
KH
2777 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
2778 multipart subtypes, insert all as usual.
2779
3d9ee611
KH
2780 * mail/rmail.el: Require rfc2047.
2781
07976ae3 27822010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
2783
2784 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
2785 (rmail-mime-entity-disposition)
2786 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
2787 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
2788 (rmail-mime-save): Handle the case that the button's `data' is a
2789 MIME entity.
2790 (rmail-mime-insert-text): New function.
9e0ecdab 2791 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
2792 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
2793 (rmail-mime-insert-bulk): New function mostly copied from the old
2794 rmail-mime-bulk-handler.
9e0ecdab
GM
2795 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
2796 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
2797 the old rmail-mime-multipart-handler.
2798 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 2799 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
2800 rmail-mime-show.
2801 (rmail-mime-insert-multipart, rmail-mime-parse)
2802 (rmail-mime-insert, rmail-show-mime)
2803 (rmail-insert-mime-forwarded-message)
2804 (rmail-insert-mime-resent-message): New functions.
2805 (rmail-insert-mime-forwarded-message-function): Set to
2806 rmail-insert-mime-forwarded-message.
2807 (rmail-insert-mime-resent-message-function): Set to
2808 rmail-insert-mime-resent-message.
2809
2810 * mail/rmailsum.el: Require rfc2047.
2811 (rmail-header-summary): Handle multiline Subject: field.
2812 (rmail-summary-line-decoder): Change the default to
2813 rfc2047-decode-string.
2814
2815 * mail/rmail.el (rmail-enable-mime): Change the default to t.
2816 (rmail-mime-feature): Change the default to `rmailmm'.
2817 (rmail-quit): Delete the specifal code for rmail-enable-mime.
2818 (rmail-display-labels): Likewise.
2819 (rmail-show-message-1): Check rmail-enable-mime, and use
2820 rmail-show-mime-function for a MIME message. Decode the headers
2821 according to RFC2047.
2822
07976ae3 28232010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
2824
2825 * progmodes/which-func.el (which-func-imenu-joiner-function):
2826 Return a string, as expected.
2827 (which-function-mode): Make sure we stop any previous timer before
2828 starting a new one.
2829
07976ae3 28302010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
2831
2832 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
2833 (tramp-default-user-alist, tramp-default-proxies-alist):
2834 Adapt custom options type. (Bug#7445)
e40fc745 2835
07976ae3 28362010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
2837
2838 * progmodes/python.el: Add Ipython support (Bug#5390).
2839 (python-shell-prompt-alist)
2840 (python-shell-continuation-prompt-alist): New options.
2841 (python--set-prompt-regexp): New function.
33aeea0e
SM
2842 (inferior-python-mode, run-python, python-shell):
2843 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
2844 prompt based on the Python interpreter.
2845 (python--prompt-regexp): New var.
2846 (python-check-comint-prompt)
2847 (python-comint-output-filter-function): Use it.
2848 (run-python): Use a pipe (Bug#5694).
2849
07976ae3 28502010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
2851
2852 * progmodes/python.el (run-python): Doc fix.
2853 (python-keep-current-directory-in-path): New var (Bug#7454).
2854
07976ae3 28552010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
2856
2857 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2858 Prompt user before actually printing.
2859
0b839457
GM
28602010-11-27 Glenn Morris <rgm@gnu.org>
2861
2862 * startup.el (package-enable-at-startup, package-initialize):
2863 Remove unnecessary declarations.
2864
96107967
EZ
28652010-11-27 Eli Zaretskii <eliz@gnu.org>
2866
2867 * international/characters.el (glyphless-char-display-control):
2868 Exclude newline and TAB from the c0-control group.
2869
a140ec5f
GM
28702010-11-27 Glenn Morris <rgm@gnu.org>
2871
82445062
GM
2872 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
2873 (expand-mail-aliases): Remove unnecessary autoload.
2874
08b5f072
GM
2875 * allout.el (allout-command-prefix, allout-mode-map): Declare.
2876
e96d4147
GM
2877 * shell.el (shell-dir-cookie-re): Move definition before use.
2878
a140ec5f
GM
2879 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
2880 Replace undefined CL functions.
2881
a2249e66
EZ
28822010-11-26 Eli Zaretskii <eliz@gnu.org>
2883
228482b2
EZ
2884 * simple.el (prog-mode): Set bidi-paragraph-direction to
2885 left-to-right.
2886
a2249e66
EZ
2887 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
2888
d01d7b8d
GM
28892010-11-26 Glenn Morris <rgm@gnu.org>
2890
2891 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
2892 diary-outlook-formats can be sensitive to calendar-date-style.
2893 (diary-outlook-formats): Simplify the default setting.
2894 (diary-from-outlook-internal): Pass subject and body as arguments.
2895 Use dolist rather than dotimes. Don't save the diary buffer.
2896 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2897 Pass subject and body as explicit arguments to the -internal function.
2898
b3ea64a3
LMI
28992010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2900
2901 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
2902 parsing them. This makes mailto:...?subject=foo\nbar work.
2903
d5e7b0d8
SM
29042010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * vc/diff.el (diff): Fix last change.
2907
872ab164
SM
29082010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
2911 (pcase--dontcare-upats): New var.
2912 (pcase-let, pcase-let*): Generate better code.
2913 Accept the same bodies as `let'.
2914 (pcase-dolist): New macro.
2915 (pcase--trivial-upat-p): New helper function.
2916 (pcase--expand): Strip leading "(let nil" if any.
2917
876d1684
LMI
29182010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2919
7bd9b9d8
LMI
2920 * mail/mailclient.el (browse-url): Require.
2921 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
2922 use the external browser function to send the mail (bug#7469).
2923
876d1684
LMI
2924 * net/browse-url.el (browse-url-browser-function): Revert the
2925 default back to the previous value, since the new value broke
2926 mailclient.el.
2927 (browse-url-mailto-function): New variable for mailto: URLs.
2928 (browse-url): Use the new variable for mailto: URLs.
2929
6e13206c
SM
29302010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * eshell/esh-cmd.el (eshell-parse-command):
2933 * eshell/esh-arg.el (eshell-parse-arguments):
2934 * eshell/em-script.el (eshell-source-file):
2935 Use with-silent-modifications.
2936
3d92f44e
CY
29372010-11-23 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
2940 for a merge location.
2941
2942 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
2943 (vc-bzr-merge-branch): Always prompt.
2944 (vc-bzr-async-command): Use the full branch filename.
2945
8f5f1e68
SM
29462010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * shell.el (shell): Use current-buffer by default if it's already
2949 a shell mode buffer and its process is dead.
ee9355dc 2950 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 2951
331460ac
TH
29522010-11-23 Tassilo Horn <tassilo@member.fsf.org>
2953
8f5f1e68
SM
2954 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2955 Mention that the keywords should be comma separated.
331460ac 2956
2c3160c5
CY
29572010-11-23 Chong Yidong <cyd@stupidchicken.com>
2958
2959 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
2960 Accept optional prefix arg meaning to prompt for a command.
2961 (vc-update): Use vc-BACKEND-pull if available. Accept optional
2962 prefix arg meaning to prompt for a command.
2963 (vc-pull): Alias for vc-update.
2964
2965 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
2966 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
2967 (vc-bzr-merge-branch): New functions, implementing merge-branch
2968 and pull operations.
2969
b2e44819
SM
29702010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2971
8a0eb852
SM
2972 * Makefile.in: Fix up last merge.
2973
b2e44819
SM
2974 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
2975 (diff-sentinel): Get them as arguments instead.
2976 (diff-old-file, diff-new-file, diff-extra-args): Remove.
2977 (diff-file-local-copy, diff-better-file-name): New funs.
2978 (diff-no-select): Rename from diff-into-buffer.
2979 Support buffers additionally to files. Move `buf' arg. Don't display buf.
2980 Prefer closures to buffer-local variables.
2981 (diff): Adjust accordingly.
2982 (diff-buffer-with-file): Move from files.el.
2983 * files.el (diff-buffer-with-file): Move to vc/diff.el.
2984 (diff-buffer-internal): Remove.
2985 (diff-buffer-buffer): Remove.
2986 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
2987 the buffer name used, and so as not to mess up windows and frames.
2988
6a7662bb
BR
29892010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2990
2991 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
2992 (diff-buffer-internal): New function extracted from diff-buffer-with-file
2993 (diff-buffer-with-file): Use it.
2994 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
2995 (diff): Use it.
2996
c799747b
TH
29972010-11-22 Tassilo Horn <tassilo@member.fsf.org>
2998
2999 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3000 \ref's or \pageref's value as default instead of initial input.
3001
e274eb13
MA
30022010-11-21 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * files.el (backup-by-copying-when-mismatch): The default value is
3005 now t.
3006
3007 * startup.el (normal-top-level):
3008 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3009 `backup-by-copying-when-mismatch'.
3010
77af54d7
JD
30112010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3012
3013 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3014
4e2f7d2a
CY
30152010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3016
6a7662bb
BR
3017 * progmodes/python.el (python-font-lock-keywords):
3018 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3019
b7d1e144
JD
30202010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3021
3022 * term/ns-win.el (ns-right-control-modifier)
3023 (ns-right-command-modifier): Defvar them.
3024
3025 * cus-start.el (all): Add ns-right-control-modifier and
3026 ns-right-command-modifier (Bug#7458).
3027
c11cc37a
GM
30282010-11-20 Glenn Morris <rgm@gnu.org>
3029
3030 * emacs-lisp/authors.el (authors-ignored-files)
3031 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3032
7dcd777e
TH
30332010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3034
3035 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3036 (report-emacs-bug-parse-query-results)
3037 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3038 keywords used for querying the bug database to show them in the
3039 existing bugs buffer.
3040
d2bd5189
JD
30412010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3042
3043 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3044
3045 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3046
0e7c0582
EZ
30472010-11-20 Eli Zaretskii <eliz@gnu.org>
3048
3049 * international/characters.el (glyphless-char-display-control):
3050 Make it a defcustom, with update-glyphless-char-display as its
3051 :set attribute.
3052 (top level): Don't call update-glyphless-char-display.
3053
7398933f
MA
30542010-11-20 Michael Albinus <michael.albinus@gmx.de>
3055
3056 Sync with Tramp 2.2.0.
3057
3058 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3059 `file-remote-p' (due to compatibility).
3060
3061 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3062 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3063
3064 * net/trampver.el: Update release number.
3065
1cd64aae
EZ
30662010-11-20 Eli Zaretskii <eliz@gnu.org>
3067
3068 * faces.el (glyphless-char): Define value for `pc'.
3069
614316a7
TH
30702010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3071
26214810
EZ
3072 Implemented a bug querying mechanism.
3073 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
3074 (report-emacs-bug-create-existing-bugs-buffer)
3075 (report-emacs-bug-parse-query-results)
26214810 3076 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 3077
9061f667
TH
30782010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3079
3080 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3081 a \ref{} or \pageref{} macro, then use its value as initial input.
3082
1265829e
JB
30832010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3084
3085 * calc/calc-units.el (math-build-units-table-buffer):
3086 calc/README: Mention that the TeX specific units won't use the
3087 `tex' prefix in TeX mode.
3088 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3089 prefix for units in TeX mode.
3090
9fca7811
SM
30912010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
3094 * comint.el (comint-kill-region): Make the yank-handler argument
3095 obsolete.
9fca7811 3096
4a47c275 30972010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 3098
e2f454c4
SM
3099 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3100 that are both openers (resp. closers) and something else.
3101 (smie-grammar): Loosen definition of valid values.
3102 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3103 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3104 (smie-indent-after-keyword): Adjust users.
3105 (smie-indent-keyword): Don't indent empty lines.
3106
88bf1bec
SM
3107 * vc-hg.el (vc-hg-program): New var.
3108 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3109 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3110
4a47c275 31112010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
3112
3113 * emacs-lisp/autoload.el (autoload-find-destination): The function
3114 coding-system-eol-type may return non-numeric values. (Bug#7414)
3115
4a47c275 31162010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
3117
3118 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3119
4a47c275 31202010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
3121
3122 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3123
4a47c275 31242010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
3125
3126 * textmodes/picture.el (picture-mouse-set-point): Don't use
3127 posn-col-row; explicitly compute the motion based on the posn at
3128 the window-start (Bug#7390).
3129
4a47c275 31302010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
3131
3132 * novice.el (disabled-command-function):
3133 Fix 2009-11-15 change. (Bug#7384)
3134
4a47c275 31352010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
3136
3137 * calendar/calendar.el (diary-iso-date-forms): Make elements
3138 mutually exclusive. (Bug#7377)
3139
4a47c275 31402010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
3141
3142 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3143 when filling the remaining "unconstrained" values.
3144
4a47c275 31452010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 3146
acef0722
SM
3147 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3148 safety predicate.
3149
3150 * files.el (safe-local-variable-p): Gracefully handle errors.
3151
7bea8c7a
SM
3152 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3153 Use smie-indent-virtual when indenting relative to an opener.
3154 (smie-rule-separator): Use smie-rule-parent.
3155 (smie-indent-keyword): Consult rules, even for openers at bol.
3156 (smie-indent-comment-close): Try to align closer's content.
3157
4a47c275 31582010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
3159
3160 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3161
4a47c275 31622010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 3163
aa514451
GM
3164 * printing.el (pr-menu-bind): Doc fix.
3165
32b636de
GM
3166 * speedbar.el (speedbar-toggle-images): Doc fix.
3167
bc1d5cdf
GM
3168 * progmodes/python.el (python-shell): Doc fix.
3169
c790cad4
GM
3170 * wid-edit.el (widget-field-use-before-change)
3171 (widget-use-overlay-change): Doc fixes.
3172
c51bb5d2
SM
31732010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3174
8bbb7dd8
SM
3175 Minor cleanup to improve style.
3176 * textmodes/rst.el (rst-update-section): Use point-marker.
3177 (rst-get-decoration): Eliminate unneeded assignment.
3178 (rst-promote-region, rst-straighten-decorations)
3179 (rst-section-tree, rst-adjust): Use point-marker.
3180 (rst-toc-mode-mouse-goto): Avoid setq.
3181 (rst-shift-region-guts, rst-shift-region-left)
3182 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3183 (rst-convert-bullets-to-enumeration): Use copy-marker.
3184
b7e270a2
SM
3185 * minibuffer.el (completion-fail-discreetly): New var.
3186 (completion--do-completion): Use it.
3187
c51bb5d2
SM
3188 * electric.el (electric-pair-pairs): New var.
3189 (electric-pair-post-self-insert-function): Use it.
3190 (electric-layout-post-self-insert-function): Don't insert a before
3191 newline unless it's actually needed.
3192
c04f2ac0
SM
31932010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3194
bac2de0f
SM
3195 * progmodes/python.el (run-python): Explain why we remove the current
3196 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3197
c04f2ac0
SM
3198 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3199
7100ff98
SM
32002010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3201
03f70355
SM
3202 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3203 (octave-mode-map): Don't bind ;, SPC, and LF.
3204 (octave-auto-indent, octave-auto-newline): Remove.
3205 (electric-layout-rules): Declare.
3206 (octave-mode): Set electric-layout-rules.
3207 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3208 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3209 (octave-electric-space): Remove.
3210
7100ff98
SM
3211 * electric.el (electric-layout-mode): New minor mode.
3212 (electric--after-char-pos): New function.
3213 (electric-indent-post-self-insert-function): Use it.
3214 (electric-layout-rules): New var.
3215 (electric-layout-post-self-insert-function): New function.
3216 (electric-indent-mode): Make them interact better.
3217
cca982d0
SM
32182010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
3221 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
3222 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
3223
84992dff
AM
32242010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
3225
3226 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
3227 Make sure to check inside the word (Bug#6761).
3228
afa42fe3
CY
32292010-11-14 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * startup.el (command-line): If the cursorColor resource is set,
3232 change the cursor face-spec (Bug#7392).
3233
a798747d 32342010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 3235
a798747d 3236 The main features of the following allout.el changes are:
1c9b9df0
KM
3237 - implement user customization for the allout key bindings
3238 - add a customization control by which the user can inhibit use of
a798747d 3239 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
3240 describe-prefix-bindings
3241 - adapt to new version of called-interactively-p, while
a798747d 3242 maintaining backwards compatibility with old version
1c9b9df0
KM
3243 - fix hotspot navigation so i works properly with meta-modified keys
3244
a798747d
GM
3245 * allout.el (allout-keybindings, allout-bind-keys)
3246 (allout-keybindings-binding, allout-prefixed-keybindings)
3247 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
3248 (allout-keybindings-list, allout-mode-map-adjustments)
3249 (allout-setup-mode-map): Establish allout-mode keymaps as user
3250 customizable settings, and also establish a customizable setting which
3251 regulates whether or not a trailing control-h is reserved for use with
3252 describe-prefix-bindings - and inhibit it by default, so that control-h
3253 *is* reserved for describe-prefix-bindings unless the user changes it.
3254
3255 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
3256 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
3257 modified events more comprehensively.
3258
a798747d
GM
3259 * allout.el (allout-substring-no-properties):
3260 Alias to use or provide version of `substring-no-properties'.
3261 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 3262
a798747d
GM
3263 * allout.el (allout-next-single-char-property-change):
3264 Alias to use or provide version of `next-single-char-property-change'.
3265 (allout-annotate-hidden, allout-hide-by-annotation):
3266 Use `allout-next-single-char-property-change'.
1c9b9df0 3267
a798747d
GM
3268 * allout.el (allout-select-safe-coding-system):
3269 Alias to use or provide version of `select-safe-coding-system'.
3270 (allout-toggle-subtree-encryption):
3271 Use `allout-select-safe-coding-system'.
1c9b9df0 3272
a798747d
GM
3273 * allout.el (allout-set-buffer-multibyte):
3274 Alias to use or provide version of `set-buffer-multibyte'.
3275 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 3276
a798747d
GM
3277 * allout.el (allout-called-interactively-p): Macro for using the
3278 different versions of called-interactively-p identically, depending on
3279 the subroutine's argument signature.
3280 (allout-back-to-current-heading, allout-beginning-of-current-entry):
3281 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 3282
a798747d
GM
3283 * allout.el (allout-init, allout-ascend, allout-end-of-level)
3284 (allout-previous-visible-heading, allout-forward-current-level)
3285 (allout-backward-current-level, allout-show-children):
3286 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 3287
a798747d
GM
3288 * allout.el (allout-before-change-handler):
3289 Exempt edits to the (overlaid) character after the allout outline
3290 bullet from edit confirmation prompt.
1c9b9df0 3291
a798747d
GM
3292 * allout.el (allout-add-resumptions):
3293 Ensure that it respects correct buffer for keybindings.
1c9b9df0 3294
a798747d
GM
3295 * allout.el (allout-beginning-of-line):
3296 Use `allout-previous-single-char-property-change' alias for the sake of
3297 diverse compatibility.
1c9b9df0 3298
a798747d
GM
3299 * allout.el (allout-end-of-line):
3300 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 3301
0216b738
CY
33022010-11-13 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * frame.el (frame-notice-user-settings): Don't clobber other
3305 user-set parameters when calling face-set-after-frame-default in
3306 response to background-color parameter (Bug#7373).
3307
0eb025fb
EZ
33082010-11-13 Eli Zaretskii <eliz@gnu.org>
3309
3310 * international/characters.el (glyphless-char-display-control):
88b5a757 3311 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
3312 Signal an error if display method is not one of the recognized
3313 symbols.
0eb025fb 3314
6e060cee
MA
33152010-11-13 Michael Albinus <michael.albinus@gmx.de>
3316
3317 * net/tramp-compat.el (tramp-compat-line-beginning-position)
3318 (tramp-compat-line-end-position): Remove them.
3319
3320 * net/tramp.el (tramp-parse-rhosts-group)
3321 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
3322 (tramp-parse-hosts-group, tramp-parse-passwd-group)
3323 (tramp-parse-netrc-group, tramp-parse-putty-group)
3324 * net/tramp-cmds.el (tramp-append-tramp-buffers)
3325 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
3326 (tramp-sh-handle-file-selinux-context)
3327 (tramp-sh-handle-file-name-all-completions)
3328 (tramp-sh-handle-insert-directory)
3329 (tramp-sh-handle-expand-file-name, tramp-find-executable)
3330 (tramp-wait-for-output, tramp-send-command-and-read)
3331 * net/tramp-smb.el (tramp-smb-read-file-entry)
3332 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
3333
3334 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
3335 `point-at-bol'.
3336 (tramp-remote-coding-commands): Add an alternative using "base64
3337 -d -i". This is needed for older base64 versions from GNU
3338 coreutils. Reported by Klaus Reichl
3339 <Klaus.Reichl@thalesgroup.com>.
3340
8da5345f
HN
33412010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
3342
3343 * simple.el (count-words-region): New function.
3344
c156a63b
SM
33452010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3346
78835dd0
SM
3347 * shell.el (shell-dir-cookie-re): New custom variable.
3348 (shell-dir-cookie-watcher): New function.
3349
ebff325e
SM
3350 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
3351 and compilation-mode (bug#7350).
3352
4e9e1584
SM
3353 * vc/smerge-mode.el (smerge-refine): Choose better default part to
3354 highlight when one of them is empty.
3355
4490f875
SM
3356 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
3357 trailing space.
3358 (skeleton-newline): New function.
3359 (skeleton-internal-1): Use it.
3360
c156a63b
SM
3361 * simple.el (open-line): `newline' may strip trailing space.
3362
f3bb9e16
KR
33632010-11-12 Kevin Ryde <user42@zip.com.au>
3364
3365 * international/mule-cmds.el (princ-list): Use mapc.
3366
7847454a
GM
33672010-11-12 Glenn Morris <rgm@gnu.org>
3368
3369 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
3370 Use it to replace all instances of "*Compile-Log*"
3371
aa310257
SM
33722010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
3375 indentation specs.
3376
cbf83ce9
SM
33772010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * progmodes/modula2.el: Use SMIE and skeleton.
3380 (m2-mode-syntax-table): (*..*) can be nested.
3381 Add //...\n. Fix paren syntax.
3382 (m2-mode-map): Remove LF and TAB bindings.
3383 (m2-indent): Add safety property.
3384 (m2-smie-grammar): New var.
3385 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
3386 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
3387 (m2-mode): Use define-derived-mode.
3388 (m2-newline, m2-tab): Remove.
3389 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
3390 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
3391 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
3392 (m2-import): Use define-skeleton.
3393
e7c4fb1e
GM
33942010-11-11 Glenn Morris <rgm@gnu.org>
3395
b3e4c911
GM
3396 * obsolete/lucid.el: Don't warn about any CL functions in this file.
3397
b3e22bd4
GM
3398 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
3399 (ls-lisp-verbosity): Add custom :set-after property.
3400 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
3401 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
3402 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
3403 (ls-lisp-set-options): New function.
3404 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
3405 Doc fix.
b3e22bd4 3406
55a4b4fe
GM
3407 * play/landmark.el (lm-prompt-for-move):
3408 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
3409
e7c4fb1e
GM
3410 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
3411
3412 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
3413 (idlwave-study-twins): Prefix dynamic local variable `name'.
3414 (idlwave-routine-twin-compare): Update for above change.
3415
3416 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
3417 Prefix dynamic local variables `name', `kwd', and `link'.
3418 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
3419 * progmodes/idlw-complete-structtag.el
3420 (idlwave-complete-structure-tag-help):
3421 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
3422 (idlwave-complete-sysvar-tag-help)
3423 (idlwave-complete-class-structure-tag-help):
3424 Update for above name changes.
3425
afe2870b
LMI
34262010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3427
3428 * net/browse-url.el (browse-url-browser-function): Change the
3429 default to use `browse-url-mail' on mailto: URLs.
3430
fbe3be3f
CY
34312010-11-10 Chong Yidong <cyd@stupidchicken.com>
3432
cbf83ce9
SM
3433 * emacs-lisp/package.el (package-read-all-archive-contents):
3434 Reset package-archive-contents to nil before re-reading.
fbe3be3f 3435
a7cfbaea 34362010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
3437
3438 * textmodes/flyspell.el (flyspell-word): Do not re-check words
3439 already found as misspellings by (flyspell-large-region), just
c97685d4 3440 do highlighting (bug#7322).
bd4532fc 3441
13e7256f
GM
34422010-11-10 Glenn Morris <rgm@gnu.org>
3443
6d2a1e35
GM
3444 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
3445
d4aca69c
GM
3446 * emulation/edt.el (edt-with-position): New macro.
3447 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3448 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
3449 (edt-paragraph-forward, edt-paragraph-backward): Use it.
3450
f8a09adb
GM
3451 * emulation/tpu-extras.el (tpu-with-position): New macro.
3452 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
3453
c026460b
GM
3454 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
3455
dea53a43
GM
3456 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
3457 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
3458 (texinfo-master-menu, texinfo-insert-node-lines)
3459 (texinfo-multiple-files-update):
3460 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
3461 Use line-beginning-position.
3462
72bc50c0
GM
3463 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
3464 No recent Emacs supports system-type `emx'.
3465
3466 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
3467 (ada-command-separator, ada-default-prj-properties)
3468 (ada-find-any-references): Update for above name change.
3469
3470 * dirtrack.el (dirtrack-directory-function)
3471 (dirtrack-canonicalize-function):
3472 * filecache.el (file-cache-completion-ignore-case)
3473 (file-cache-case-fold-search, file-cache-ignore-case):
3474 * term.el (serial-port-is-file-p): Cosmetic change.
3475
3476 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
3477 Remove non-existent `windows-95' system-type.
3478 * dired.el (dired-chown-program): Remove non-existent `linux'
3479 system-type.
3480
17731c39
GM
3481 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
3482 (ping-program-options): Remove non-existent `linux' system-type.
3483
9228bbd3
GM
3484 * startup.el (package-initialize): Update declaration.
3485
6e404950
GM
3486 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
3487 (ls-lisp-handle-switches): Use time-less-p.
3488 (ls-lisp-format-time): Use float-time.
3489
6f0d4bb6
GM
3490 * textmodes/remember.el (remember-time-to-seconds): Remove.
3491 (remember-store-in-mailbox): Use float-time.
3492
3493 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
3494
3495 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
3496 never a real function.
3497 (with-no-warnings): Remove compat stub, now unused.
3498 (time-less-p): Doc fix.
3499 (time-to-number-of-days): Simplify.
3500
73171bd4
GM
3501 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
3502 Remove.
3503 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
3504 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
3505 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
3506 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
3507 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
3508
13e7256f
GM
3509 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
3510 (eshell-shuffle-files, eshell-shorthand-tar-command)
3511 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
3512 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
3513 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
3514 Prefix dynamic local variable `matches'.
3515
b565f5a1
GM
3516 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3517 Prefix dynamic local variable `skeleton'.
3518
5ad3e885
KY
35192010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3520
3521 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
3522 in mail buffer; make yank-action always a command that yanks original
3523 buffer.
3524
14121c52
GM
35252010-11-09 Glenn Morris <rgm@gnu.org>
3526
3527 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
3528
d607b96b 35292010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 3530
9bdba5f5
SM
3531 * minibuffer.el (minibuffer-completion-help): Specify the end of the
3532 completion field (bug#7211).
3533
73525e72
SM
3534 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
3535 Fix handling of backslash escapes.
3536 (python-quote-syntax): Adjust accordingly.
3537
d607b96b 35382010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
3539
3540 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
3541 (vc-mtn-workfile-branch): Adjust to new output format.
3542
d607b96b 35432010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
3544
3545 * international/mule-cmds.el (princ-list): Mark as obsolete.
3546
d607b96b 35472010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
3548
3549 * emacs-lisp/smie.el: New package.
3550
d607b96b 35512010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 3552
7f925a67
SM
3553 * files.el (backup-by-copying-when-mismatch):
3554 Set `permanent-local' property.
6ce78fdc
MA
3555
3556 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 3557 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 3558
d607b96b 35592010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
3560
3561 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
3562
d607b96b 35632010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 3564
7f925a67 3565 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 3566 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
3567 AUTOINOUT for SV style multidimensional arrays, bug294.
3568 Reported by Eric Mastromarchi.
3569 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
3570 font-lock-fontify-buffer to cleanup style issues.
3571
d607b96b 35722010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
3573
3574 * locate.el (locate, locate-mode): Doc fixes.
3575
d607b96b 35762010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
3577
3578 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
3579 user for confirmation.
3580 (server-force-stop): Use it.
3581 (server-start): Use server-force-stop for kill-emacs-hook, to
3582 avoid user interaction while killing Emacs.
3583
9b026d9f
GM
35842010-11-09 Glenn Morris <rgm@gnu.org>
3585
3406534c 3586 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 3587 (meta-indent-line): Simplify.
3406534c 3588
9b026d9f
GM
3589 * vc/emerge.el (emerge-line-number-in-buf):
3590 * textmodes/ispell.el (ispell-region):
3591 * textmodes/fill.el (current-fill-column):
3592 * progmodes/xscheme.el (xscheme-send-current-line):
3593 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
3594 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
3595 * progmodes/sh-script.el (sh-handle-prev-do):
3596 * progmodes/meta-mode.el (meta-indent-line):
3597 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
3598 (idlwave-in-quote):
3599 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
3600 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
3601 * progmodes/fortran.el (fortran-looking-at-if-then):
3602 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
3603 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
3604 (cperl-find-pods-heres):
3605 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
3606 * net/quickurl.el (quickurl-list-insert):
3607 * net/ldap.el (ldap-search-internal):
3608 * net/eudc.el (eudc-expand-inline):
3609 * mail/sendmail.el (sendmail-send-it):
3610 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
3611 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
3612 (viper-brac-function):
3613 * calc/calc-yank.el (calc-do-grab-region):
3614 * calc/calc-keypd.el (calc-keypad-press):
3615 * term.el (term-move-columns, term-insert-spaces):
3616 * speedbar.el (speedbar-highlight-one-tag-line):
3617 * simple.el (current-word):
3618 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3619 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
3620 (Info-scroll-down):
3621 * hippie-exp.el (he-line-beg):
3622 * epa.el (epa--marked-keys):
3623 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
3624 (dired-update-file-line, dired-add-entry, dired-remove-entry)
3625 (dired-relist-entry):
3626 * buff-menu.el (Buffer-menu-buffer):
3627 * array.el (current-line):
3628 * allout.el (allout-resolve-xref)
3629 (allout-latex-verbatim-quote-curr-line):
3630 Replace yet more uses of end-of-line etc with line-end-position, etc.
3631
db94771e
SM
36322010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3633
1398b795
SM
3634 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
3635 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
3636 (checkdoc-syntax-table): Initialize in the declaration.
3637 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
3638 the mode on unconditionally.
3639
db94771e
SM
3640 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
3641 (extent-end-position, extent-start-position): Remove setf method for
3642 non-existing functions (bug#7319).
3643
674728d4
SM
36442010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3645
3646 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
3647 (smie-precs->prec2): Rename from smie-precs-precedence-table.
3648 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
3649 (smie-prec2->grammar): Rename from smie-prec2-levels.
3650 (smie-grammar): Rename from smie-op-levels.
3651 (smie-indent--hanging-p): Rename from smie-hanging-p.
3652 (smie-rule-hanging-p): New alias.
3653 (smie-indent--bolp): Rename from smie-bolp.
3654 (smie-indent--hanging-p): New alias.
3655 (smie--token): New dynamically bound variable.
3656 (smie-indent--parent): New function.
3657 (smie-rule-parent-p): Use it; rename from smie-parent-p.
3658 (smie-rule-next-p): Rename from smie-next-p.
3659 (smie-rule-prev-p): Rename from smie-prev-p.
3660 (smie-rule-sibling-p, smie-rule-parent)
3661 (smie-indent--separator-outdent, smie-rule-separator): New functions.
3662 (smie-rule-separator-outdent): New var.
3663 (smie-indent--rule): Merge with smie-indent--column.
3664 (smie-indent-forward-token, smie-indent-backward-token):
3665 Also recognize close parens.
3666 (smie-indent-keyword): Don't use smie-indent--column any more.
3667 (smie-indent-after-keyword): Ignore closers by default.
3668 (smie-indent-line): Use with-demoted-errors.
3669 * progmodes/octave-mod.el (octave-smie-grammar):
3670 Rename from octave-smie-op-levels.
3671 (octave-smie-rules): Adjust to new behavior.
3672 * progmodes/prolog.el (prolog-smie-grammar):
3673 Rename from prolog-smie-op-levels.
3674
26f097bf
GM
36752010-11-07 Glenn Morris <rgm@gnu.org>
3676
de3490e1
GM
3677 * eshell/esh-util.el (subst-char-in-string)
3678 (directory-files-and-attributes): These compatibility definitions are
3679 not needed on any version of Emacs since at least 21.4.
3680
3ba6b2ee
GM
3681 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
3682 (verilog-get-end-of-line): Remove.
3683 (verilog-within-string, verilog-re-search-forward-substr)
3684 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
3685 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
3686 Use point-at-bol, point-at-eol.
3687 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
3688 Remove.
3689 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
3690 (electric-pascal-terminate-line, pascal-set-auto-comments)
3691 (pascal-indent-paramlist, pascal-indent-declaration)
3692 (pascal-get-lineup-indent, pascal-func-completion)
3693 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
3694 Use point-at-bol, point-at-eol.
3695 * progmodes/flymake.el (flymake-line-beginning-position)
3696 (flymake-line-end-position): Remove.
3697 (flymake-highlight-line): Use point-at-bol, point-at-eol.
3698 * eshell/esh-util.el (line-end-position, line-beginning-position):
3699 Remove compat definitions.
3700
76fc02b6
GM
3701 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3702 Use end-of-line N.
3703 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
3704 Use line-end-position.
3705
e180ab9f
GM
3706 * emacs-lisp/chart.el (chart-zap-chars):
3707 * play/decipher.el (decipher-set-map):
3708 * progmodes/ada-mode.el (ada-get-current-indent)
3709 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
3710 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
3711 * progmodes/ada-xref.el (ada-initialize-runtime-library)
3712 (ada-get-all-references):
3713 * progmodes/cperl-mode.el (cperl-electric-paren)
3714 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
3715 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
3716 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
3717 (cperl-word-at-point-hard):
3718 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
3719 (idlwave-shell-filename-string, idlwave-shell-batch-command)
3720 (idlwave-shell-display-line):
3721 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
3722 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
3723 * progmodes/js.el (js--re-search-forward-inner)
3724 (js--re-search-backward-inner):
3725 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
3726 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
3727 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
3728 * textmodes/flyspell.el (flyspell-process-localwords):
3729 * textmodes/ispell.el (ispell-buffer-local-parsing)
3730 (ispell-buffer-local-dict, ispell-buffer-local-words):
3731 Use point-at-bol and point-at-eol.
3732
26f097bf
GM
3733 * speedbar.el (speedbar-generic-item-info)
3734 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
3735 (speedbar-add-indicator, speedbar-check-vc-this-line)
3736 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
3737 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
3738 Replace more uses of end-of-line etc with line-end-position.
3739
b05fde66
GM
37402010-11-06 Glenn Morris <rgm@gnu.org>
3741
5ed619e0
GM
3742 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
3743 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
3744 (texinfo-delete-existing-pointers, texinfo-find-pointer)
3745 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
3746 (texinfo-multiple-files-update):
3747 * textmodes/table.el (table--probe-cell-left-up)
3748 (table--probe-cell-right-bottom):
3749 * textmodes/picture.el (picture-tab-search):
3750 * textmodes/page-ext.el (pages-copy-header-and-position)
3751 (pages-directory-for-addresses):
3752 * progmodes/vera-mode.el (vera-get-offset):
3753 * progmodes/simula.el (simula-calculate-indent):
3754 * progmodes/python.el (python-pdbtrack-overlay-arrow):
3755 * progmodes/prolog.el (end-of-prolog-clause):
3756 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
3757 * progmodes/icon.el (indent-icon-exp):
3758 * progmodes/etags.el (tag-re-match-p):
3759 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
3760 * progmodes/ebnf2ps.el (ebnf-begin-file):
3761 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
3762 (dcl-save-local-variable):
3763 * play/life.el (life-setup):
3764 * play/gametree.el (gametree-looking-at-ply):
3765 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3766 * mail/sendmail.el (mail-mode-auto-fill):
3767 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3768 * emacs-lisp/edebug.el (edebug-overlay-arrow):
3769 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
3770 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
3771 (woman-tab-to-tab-stop, WoMan-warn-ignored):
3772 * type-break.el (type-break-file-keystroke-count):
3773 * term.el (term-replace-by-expanded-history-before-point)
3774 (term-skip-prompt, term-extract-string):
3775 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
3776 (speedbar-contract-line, speedbar-toggle-line-expansion)
3777 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
3778 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
3779 * sort.el (sort-skip-fields):
3780 * skeleton.el (skeleton-internal-list):
3781 * simple.el (line-move-finish, line-move-to-column):
3782 * shell.el (shell-forward-command):
3783 * misc.el (copy-from-above-command):
3784 * makesum.el (double-column):
3785 * ebuff-menu.el (electric-buffer-update-highlight):
3786 * dired.el (dired-move-to-end-of-filename):
3787 * dframe.el (dframe-popup-kludge):
3788 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
3789 * arc-mode.el (archive-get-lineno):
3790 Use line-end-position and line-beginning-position.
3791
e2a9c0bc
GM
3792 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
3793 (idlwave-study-twins): Prefix dynamic local `class'.
3794 (idlwave-routine-twin-compare): Update for above name change.
3795
4e44448f
GM
3796 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
3797 Use boundp tests to silence compiler. Update for changed name of
3798 bytecomp-filename variable.
3799
8f6c3eac
GM
3800 * emulation/viper-cmd.el (viper-read-string-with-history):
3801 Prefix dynamic local `initial'.
3802 (viper-minibuffer-standard-hook): Update for above name change.
3803
79d1dabe
GM
3804 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
3805 (elint-init-form): Update for above name change.
3806
0e4bb7f0
GM
3807 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
3808 local variables `cbeg' and `cend' a prefix.
3809 (mail-extr-voodoo): Update for above name change.
3810
c8f3bf36
GM
3811 * textmodes/reftex-toc.el (reftex-toc-do-promote)
3812 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
3813 (reftex-toc-promote-action): Doc fix.
3814
3815 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
3816 `prompt', `data' a prefix.
3817 (reftex-select-post-command-hook, reftex-select-callback)
3818 (reftex-select-mouse-accept, reftex-select-read-cite):
3819 Update for above name changes.
3820
3821 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
3822 `refstyle' to reftex-refstyle.
3823 (reftex-offer-label-menu): Update for above name change.
3824 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
3825 `refstyle' name change.
3826
b05fde66
GM
3827 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
3828 with with-current-buffer.
3829 (diff, template): Give dynamic local variables a prefix.
3830 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
3831 (emerge-line-number-in-buf): Update for above name change.
3832 (emerge-combine-versions-internal): Rename local `template' to
3833 emerge-combine-template.
3834 (emerge-combine-versions-edit): Update for above name change.
3835
5d8f9169
RA
38362010-11-06 Ralf Angeli <angeli@caeruleus.net>
3837
3838 * textmodes/reftex-cite.el
3839 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
3840 entries with whitespace after \bibitem.
3841 (reftex-create-bibtex-file): Match entries containing numbers and
3842 symbol constituents. Make sure that entries with whitespace at
3843 various places are found.
3844
f8aefe82
MA
38452010-11-05 Christian Millour <cm@abtela.com> (tiny change)
3846
3847 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
3848
e06918d2
JD
38492010-11-05 Jan Djärv <jan.h.d@swipnet.se>
3850
3851 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
3852
17fc58c9
GM
38532010-11-05 Glenn Morris <rgm@gnu.org>
3854
f7fe4837
GM
3855 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
3856 (woman2-roff-buffer): Give local variable `request' a prefix.
3857 (woman0-macro): Rename argument `request' in the same way.
3858 (woman-request): New name for `request' dynamic variable.
3859 (woman-unquote, woman-forward-arg): Update for above name change.
3860 (woman1-roff-buffer): Give local variable `unquote' a prefix.
3861 (woman1-unquote): New name for `unquote' dynamic variable.
3862 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
3863 (woman-translations): Rename from `translations'. No longer global.
3864 (woman2-tr, woman-translate): Update for above name change.
3865 (woman-translate): Check for bound variable.
3866 (woman2-roff-buffer): Give local variable `translations' a prefix.
3867
869c4186
GM
3868 * play/doctor.el: Give all local variables a prefix. Update callers.
3869 (doc$, doctor-put-meaning): Use backquote.
3870
215461a8
GM
3871 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
3872 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
3873
17fc58c9
GM
3874 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
3875 variables bytes, ptr, op a prefix.
3876 (disassemble-offset): Update for above change.
3877
015eea59
CY
38782010-11-03 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * emacs-lisp/package.el (package-unpack): Remove no-op.
3881 (package--builtins, package--dir): Doc fix.
3882 (package-activate-1, package-activate, package-install)
3883 (package-compute-transaction): Fix error message.
3884 (package-delete): Use delete-directory. Omit system packages.
3885 (package-initialize): Set package-alist to nil first.
3886 (package-menu-mark-delete, package-menu-mark-install): Don't add
3887 symbols that are inconsistent with the package state.
3888 (package-menu-execute): Perform deletions and installations as
3889 single batch operations.
3890
033862d1
GM
38912010-11-03 Glenn Morris <rgm@gnu.org>
3892
0b03a950
GM
3893 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
3894 (props): Remove unnecessary declaration.
3895
e337e22c
GM
3896 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
3897 set-process-query-on-exit-flag.
3898
a88e24dd 3899 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
3900 (reftex-toc-do-promote): Remove unused local `mpos'.
3901 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 3902
537b04b9
GM
3903 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
3904
52365e61
GM
3905 * play/landmark.el (lm-losing-threshold): Correct spelling.
3906 (lm-human-plays): Use new name.
3907
cd32f8a9
GM
3908 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
3909 (gomoku-human-plays): Use new name.
3910
033862d1
GM
3911 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
3912 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
3913 (gomoku-score-trans-table, gomoku-winning-threshold)
3914 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
3915
4b99edf2
CY
39162010-11-03 Chong Yidong <cyd@stupidchicken.com>
3917
3918 * emacs-lisp/package.el: Don't put built-in packages in
3919 package-alist, to avoid loading inefficiencies.
3920 (package-built-in-p): Make VERSION optional, and treat it as a
3921 minimum acceptable version.
6a7662bb
BR
3922 (package-activate): Search separately for built-in packages.
3923 Emit a warning if a dependency fails.
4b99edf2
CY
3924 (define-package): Handle most common case, where there is no
3925 obsolete package, first.
3926 (package-compute-transaction): Print required version in error.
3927 (package--initialized): New variable.
3928 (list-packages): Use it.
3929 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
3930 built-in packages in packages-alist; keep it separate.
3931 Set package--initialized.
4b99edf2
CY
3932 (describe-package): Avoid activating packages as a side-effect.
3933 Search separately for built-in packages.
3934 (describe-package-1): Handle the case where an elpa package is
3935 simultaneously built-in and available/installed.
6a7662bb
BR
3936 (package-installed-p, package--generate-package-list):
3937 Search separately for built-in packages.
4b99edf2
CY
3938 (package-load-descriptor): Doc fix.
3939
3225dcaa
SM
39402010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3943 Handle __DATA__ and __END__.
3944
fa14dc18
NF
39452010-11-02 Noah Friedman <friedman@splode.com>
3946
3947 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
3948 nil, do not ask to recompile files that are not already compiled,
3949 and do not recompile them.
3950
0f75c62a
CY
39512010-11-02 Chong Yidong <cyd@stupidchicken.com>
3952
3953 * emacs-lisp/package.el (package-initialize): Ensure that
3954 obsoleted built-in packages are not in package-activated-list
3955 during activation.
3956 (describe-package-1): Make the "installed" status override
3957 "built-in".
3958
b29f5b7b
VJL
39592010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3960
3961 * subr.el (version-separator, version-regexp-alist): Remove '*'
3962 from docstring.
3963 (version-list-<=, version<=, version=): Doc fix.
3964
b18fad6d
KH
39652010-11-01 Kenichi Handa <handa@m17n.org>
3966
3967 * faces.el (glyphless-char): Inherit underline for tty.
3968
a8039db1 39692010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
3970
3971 Implement various display methods for glyphless characters.
3972
3973 * international/characters.el (char-acronym-table): New variable.
3974 (glyphless-char-control): New variable.
35f52ed6 3975 (update-glyphless-char-display): New function.
b2cca856
KH
3976
3977 * faces.el (glyphless-char): New face.
3978
28886d5e
GM
39792010-11-01 Glenn Morris <rgm@gnu.org>
3980
919dd7aa
GM
3981 * calendar/holidays.el (general-holidays, oriental-holidays)
3982 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
3983 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
3984 the definitions of their targets.
3985
c79fc059
GM
3986 * emacs-lisp/smie.el (smie): New custom group.
3987 (smie-blink-matching-inners, smie-indent-basic): Add :group.
3988
c8ccffb1
GM
3989 * faces.el (xw-defined-colors, x-setup-function-keys):
3990 * mouse-sel.el (x-select-text):
3991 * term/w32console.el (x-setup-function-keys): Update declarations.
3992
f4ff702e
GM
3993 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
3994
806c491a
GM
3995 * textmodes/ispell.el (comment-add): Declare.
3996
c3dfebd1
GM
3997 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
3998 Declare.
3999
28886d5e
GM
4000 * info.el (finder-keywords-hash, package-alist): Declare.
4001
693c9d15
CY
40022010-11-01 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * finder.el (finder-compile-keywords): Don't use intern-soft,
4005 since package names may not yet exist in the obarray.
4006
40072010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4008
4009 * vc/vc-arch.el (vc-arch-checkin):
4010 * vc/vc-cvs.el (vc-cvs-checkin):
4011 * vc/vc-mtn.el (vc-mtn-checkin):
4012 * vc/vc-rcs.el (vc-rcs-checkin):
4013 * vc/vc-sccs.el (vc-sccs-checkin):
4014 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4015 since 2010-04-21 commit by Stefan Monnier.
4016
36967cf7
GM
40172010-11-01 Glenn Morris <rgm@gnu.org>
4018
feb5e60a
GM
4019 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4020
1f023ca9
GM
4021 * startup.el (package-enable-at-startup, package-initialize):
4022 Silence compiler.
4023
36967cf7
GM
4024 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4025 Silence compiler.
4026
430e7297
JD
40272010-10-31 Julien Danjou <julien@danjou.info>
4028
4029 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4030 (byte-recompile-directory):
4031 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4032 Use `byte-recompile-file'.
4033
c8c59954
GM
40342010-10-31 Glenn Morris <rgm@gnu.org>
4035
4036 * cus-start.el: Handle standard values via a keyword.
4037 Only set version property if specified.
4038 (cursor-in-non-selected-windows, menu-bar-mode)
4039 (tool-bar-mode, show-trailing-whitespace):
4040 Do not specify standard values.
4041 (transient-mark-mode, temporary-file-directory): Use :standard.
4042
04e63796
JD
40432010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4044
4045 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 4046 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 4047
2699a554 40482010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
4049
4050 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4051 preserve owner and group when editing files. (Bug#7289)
4052
35fcc05c 40532010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
4054
4055 * speedbar.el (speedbar-mode):
4056 * play/fortune.el (fortune-in-buffer, fortune):
4057 * play/gomoku.el (gomoku-mode):
4058 * play/landmark.el (lm-mode):
4059 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4060 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4061
82f7efc3
GM
4062 * select.el (x-selection): Mark it as an obsolete alias.
4063
2699a554 40642010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 4065
f486841f 4066 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
4067 major-mode (bug#7284).
4068
2699a554 40692010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4070
4071 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4072 rather than just an unused variable that inherits from the real one.
4073
e6ef5dd9
AM
40742010-10-31 Alan Mackenzie <acm@muc.de>
4075
4076 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4077 This fixes bug #7185.
4078
8a500a91
CY
40792010-10-30 Chong Yidong <cyd@stupidchicken.com>
4080
4081 * startup.el (command-line): Search for package directories, and
4082 don't load package.el if none are found.
4083
6a7662bb
BR
4084 * emacs-lisp/package.el (describe-package, list-packages):
4085 Call package-initialize if it has not been called yet.
8a500a91 4086
4f9e41e4
AM
40872010-10-30 Alan Mackenzie <acm@muc.de>
4088
4089 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4090 which fontifies the tail of an enum.
4091 (c-basic-matchers-after): Insert a call to the above new function.
4092 This fixes bug #7264.
4093
88f43c67
GM
40942010-10-30 Glenn Morris <rgm@gnu.org>
4095
4096 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4097 tool-bar-mode, transient-mark-mode. (Bug#7306)
4098 Include the :set property in the dumped Emacs.
4099
c4d17d50
SM
41002010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 SMIE: change indent rules format, improve smie-setup.
4103 * emacs-lisp/smie.el (smie-precs-precedence-table)
4104 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4105 Mark them pure so the tables gets built at compile time.
4106 (smie-bnf-precedence-table): Store the closer-alist in the table.
4107 (smie-prec2-levels): Preserve the closer-alist.
4108 (smie-blink-matching-open): Be more forgiving in case of indentation.
4109 (smie-hanging-p): Rename from smie-indent--hanging-p.
4110 (smie-bolp): Rename from smie-indent--bolp.
4111 (smie--parent, smie--after): New dynamic vars.
4112 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4113 (smie-indent-rules): Remove.
4114 (smie-indent--offset-rule): Remove fun.
4115 (smie-rules-function): New var.
4116 (smie-indent--rule): New fun.
4117 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4118 (smie-indent-exps): Use it.
4119 (smie-setup): Setup paren blinking; add keyword args for token
4120 functions; extract closer-alist from op-levels.
4121 (smie-indent-debug-log): Remove var.
4122 (smie-indent-debug): Remove fun.
4123 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4124 (prolog-smie-rules): New fun to replace it.
4125 (prolog-mode-variables): Simplify.
4126 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4127 it's setup automatically.
4128 (octave-smie-indent-rules): Remove.
4129 (octave-smie-rules): New fun to replace it.
4130 (octave-mode): Simplify.
4131
9d794026
GM
41322010-10-29 Glenn Morris <rgm@gnu.org>
4133
e088c02a
GM
4134 * files.el (temporary-file-directory): Remove (already defined in C).
4135 * cus-start.el: Add temporary-file-directory.
4136
9d794026
GM
4137 * abbrev.el (abbrev-mode):
4138 * composite.el (auto-composition-mode):
4139 * menu-bar.el (menu-bar-mode):
4140 * simple.el (transient-mark-mode):
4141 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4142 that they do not define the associated variables twice.
4143 * simple.el (transient-mark-mode): Remove defvar.
4144 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4145 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4146 Handle multiple groups, and also custom-delayed-init-variables.
4147 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4148
dcc029e0
SM
41492010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4152 (pcase-if): Add one minor optimization.
4153 (pcase-split-equal): Rename from pcase-split-eq.
4154 (pcase-split-member): Rename from pcase-split-memq.
4155 (pcase-u1): Add strings to the member optimization.
4156 Add `guard' variant of predicates.
4157 (pcase-q1): Add string patterns.
4158
a62b88d4
SM
41592010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4162
f41f19b0
GM
41632010-10-28 Glenn Morris <rgm@gnu.org>
4164
b3edb781
GM
4165 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4166 Move menu-bar related settings to ../menu-bar.el.
4167 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4168 Move ns-specific settings here from term/ns-win.el.
4169
f41f19b0
GM
4170 * simple.el (x-selection-owner-p): Remove unused declaration.
4171
6175cd08
SM
41722010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4173
4174 * minibuffer.el (completion-cycling): New var (bug#7266).
4175 (minibuffer-complete, completion--do-completion):
4176 Use completion--flush-all-sorted-completions.
4177 (minibuffer-complete): Only cycle if completion-cycling is set.
4178 (completion--flush-all-sorted-completions): Unset completion-cycling.
4179 (minibuffer-force-complete): Set completion-cycling.
4180 (completion-all-sorted-completions): Move declaration before first use.
4181
19677c71
LL
41822010-10-28 Leo <sdl.web@gmail.com>
4183
4184 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4185 which changes the order of matches seen by users (bug#7231).
4186
41872010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
4188
4189 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4190 Don't confuse -omega as "-o mega".
4191
2122161f
SM
41922010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4193
ce8794df
SM
4194 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4195 (log-edit-author): New dynamic var.
4196 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4197 to return the author if different from committer.
4198 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4199
80cb310d
SM
4200 * play/landmark.el: Adjust commenting convention.
4201 (lm-nil-score): Rename from nil-score.
4202 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4203 (OOOOscore): Move into a let in lm-score-trans-table.
4204 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4205
2122161f
SM
4206 * electric.el (electric-indent-chars): Autoload.
4207 * progmodes/octave-mod.el (octave-mode):
4208 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4209 (ruby-mode-abbrev-table): Merge initialization and declaration.
4210
e925113b
GM
42112010-10-27 Glenn Morris <rgm@gnu.org>
4212
208d109c
GM
4213 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
4214 variable.
4215
7d3e3843
GM
4216 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
4217
e925113b
GM
4218 * term/ns-win.el: Restore require of cl when compiling.
4219 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
4220 (ns-handle-nxopen): Optionally handle the temp-case.
4221 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
4222 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 4223
b94a5a43
GM
42242010-10-26 Glenn Morris <rgm@gnu.org>
4225
4226 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
4227
fc3eda04
AR
42282010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4229
4230 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
4231 global map.
4232 * term/common-win.el (x-setup-function-keys): Remove most of the
4233 keymappings. Comment on the remaining ones.
4234
c79b0b1c
PO
42352010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
4236
c31dc2c0 4237 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
4238 (server-start): Use server-port.
4239
725513b7
GM
42402010-10-26 Glenn Morris <rgm@gnu.org>
4241
d7d8c62a
GM
4242 * term/ns-win.el (ns-version-string): Remove unused declaration.
4243 (ns-invocation-args): Change to x-invocation-args.
4244 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
4245 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
4246 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
4247 Use x-invocation-args instead of ns-invocation-args.
4248 (ns-initialize-window-system, handle-args-function-alist):
4249 Use x-handle-args instead of ns-handle-args.
4250 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
4251 * startup.el (command-line-ns-option-alist): Replace
4252 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
4253 ns-handle-iconic with the x- equivalents.
4254
725513b7
GM
4255 * term/common-win.el (x-select-enable-clipboard):
4256 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
4257
4258 * term/ns-win.el: No need to require cl when compiling.
4259 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
4260 (xw-defined-colors): Use the common-win definitions.
4261 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
4262 (ns-handle-iconic): Make it an alias for x-handle-iconic.
4263 * term/common-win.el (x-select-text, x-alternatives-map)
4264 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
4265 * loadup.el [ns]: Load common-win.
4266
77ec02d8
DU
42672010-10-26 Daiki Ueno <ueno@unixuser.org>
4268
4269 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 4270 recipients; expand mail aliases (Bug#7280).
77ec02d8 4271
6a5c2175
GM
42722010-10-25 Glenn Morris <rgm@gnu.org>
4273
59ba9d59
GM
4274 * term/common-win.el (x-handle-switch): Simplify with pop.
4275 Optionally handle numeric switches.
4276 (x-handle-numeric-switch): Just call x-handle-switch.
4277 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
4278 (x-handle-name-switch, x-handle-display, x-handle-args):
4279 Simplify with pop.
4280
6a5c2175
GM
4281 * term/ns-win.el: Do not require easymenu.
4282 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
4283 <spell>: Move adjustments to menu-bar.el.
4284 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
4285 <separator-undo, spell>: Move ns-win's adjustments here.
4286 * loadup.el [ns]: Do not load easymenu.
4287
01898dc2
CY
42882010-10-24 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 4291 Delete (Bug#7222).
01898dc2
CY
4292
4293 * startup.el (fancy-startup-tail): Instead of using inline images,
4294 refer to image files from etc/.
4295
4296 * wid-edit.el (checkbox): Likewise.
4297 (widget-image-find): Center image specs.
4298
a44d921f
GM
42992010-10-24 Glenn Morris <rgm@gnu.org>
4300
4301 * term/ns-win.el (x-select-text): Doc fix.
4302 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
4303 (x-select-text): Move to term/common-win.
4304 * term/w32-win.el (xw-defined-colors): Move to common-win.
4305 * term/x-win.el (xw-defined-colors, x-alternatives-map)
4306 (x-setup-function-keys, x-select-text): Move to common-win.
4307 * term/common-win.el (x-select-text, x-alternatives-map)
4308 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
4309 definitions here.
4310
709228c0 43112010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
4312
4313 * net/mairix.el (mairix-searches-mode-map):
4314 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
4315
0c382083 43162010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342
WS
4317
4318 * verilog-mode.el (verilog-directive-re): Make this variable
4319 auto-built for efficiency of execution and updating.
4320 (verilog-extended-complete-re): Support 'pure' fucntion & task
4321 declarations (these have no bodies).
ca39416c
AH
4322 (verilog-beg-of-statement): General cleanup to enable support of
4323 'pure' fucntion & task declarations (these have no bodies).
4324 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
4325 noticed by Steve Pearlmutter.
4326 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
4327 (verilog-directive-nest-re, verilog-set-auto-endcomments):
4328 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
4329 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
4330 attribute handling for lining up declarations and assignments.
4331 (verilog-beg-of-statement-1): Fix issue where continued declaration
4332 is indented differently if it is after a begin..end clock.
4333 (verilog-in-attribute-p, verilog-skip-backward-comments)
4334 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 4335 attributes by indent code. Reported by Jeff Steele.
ca39416c 4336 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
4337 (verilog-backward-up-list, verilog-in-struct-region-p)
4338 (verilog-backward-token, verilog-in-struct-p)
4339 (verilog-in-coverage-p, verilog-do-indent)
4340 (verilog-pretty-declarations): Use verilog-backward-up-list as
4341 wrapper around backward-up-list inorder to properly skip comments.
4342 Reported by David Rogoff.
4343 (verilog-property-re, verilog-endcomment-reason-re)
4344 (verilog-beg-of-statement, verilog-set-auto-endcomments)
4345 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 4346 of if). Reported by Max Bjurling and
a03c2342 4347 (verilog-calc-1): Fix for clocking block in modport
84eb0351 4348 declaration. Reported by Brian Hunter.
a03c2342 4349
0c382083 43502010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342
WS
4351
4352 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
4353 (verilog-gate-keywords, verilog-read-sub-decls)
4354 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
4355 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
4356 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
4357 (verilog-read-decls): Fix spaces in V2K module parameters causing
4358 mis-identification as interfaces, bug287.
4359 (verilog-read-decls): Fix not treating "parameter string" as a
4360 parameter in AUTOINSTPARAM.
4361 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
4362 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 4363 (verilog-do-indent): Implement correct automatic or static task or
b762841f 4364 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
4365 (verilog-font-lock-keywords-2): Fix highlighting of single
4366 character pins, bug264. Reported by Michael Laajanen.
4367 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
4368 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
4369 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
4370 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
4371 (verilog-pretty-expr): Fix interactive arguments, bug272.
4372 Reported by Mark Johnson.
4373 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
4374 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 4375 bug269. Suggested by Gary Delp.
a03c2342 4376 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
4377 (verilog-preprocessor, verilog-set-compile-command):
4378 Create verilog-preprocess and verilog-preprocessor to show
4379 preprocessed output.
a03c2342
WS
4380 (verilog-get-beg-of-line, verilog-get-end-of-line)
4381 (verilog-modi-file-or-buffer, verilog-modi-name)
4382 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 4383 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
4384 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
4385 (verilog-colorize-region, verilog-highlight-buffer)
4386 (verilog-highlight-includes, verilog-highlight-modules)
4387 (verilog-highlight-region, verilog-mode): Rename colorize to
4388 highlight to match other packages. Disable module highlighting,
4389 as received speed complaints, reenable for experimentation only
4390 using new verilog-highlight-modules.
4391 (verilog-read-decls): Fix regexp stack overflow in very large
4392 AUTO_TEMPLATEs, bug250.
4393 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
4394 (verilog-scan): Create verilog-save-buffer-state to standardize
4395 making insignificant changes that shouldn't call hooks.
4396 (verilog-save-no-change-functions, verilog-save-scan-cache)
4397 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
4398 Create verilog-save-no-change-functions to wrap verilog-scan
4399 preservation, and fix to work with nested preserved calls.
4400 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
4401 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
4402 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
4403 (verilog-submit-bug-report): Update variable list to be complete.
4404 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
4405 breaking on-the-fly font-locking.
4406 (verilog-colorize-buffer, verilog-colorize-include-files)
4407 (verilog-colorize-include-files-buffer, verilog-colorize-region)
4408 (verilog-load-file-at-mouse, verilog-load-file-at-point)
4409 (verilog-mode, verilog-read-inst-module-matcher): With point on a
4410 AUTOINST cell instance name, middle mouse button now finds-file on
4411 it. Suggested by Brad Dobbie.
4412 (verilog-alw-get-temps, verilog-auto-reset)
4413 (verilog-auto-sense-sigs, verilog-read-always-signals)
4414 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 4415 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
4416 initialization section of a for() should be ignored.
4417 Reported by Dan Dever.
a03c2342
WS
4418 (verilog-error-font-lock-keywords)
4419 (verilog-error-regexp-emacs-alist)
4420 (verilog-error-regexp-xemacs-alist): Fix error detection of
4421 Cadence HAL, reported by David Asher. Repair drift between the
4422 three similar error variables.
4423 (verilog-modi-lookup, verilog-modi-lookup-cache)
4424 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
4425 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
4426 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
4427 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
4428 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
4429 "{1*2{...". Broke in last revision.
4430 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
4431 submodule connections with replications "{#{a},#{b}}".
4432
0c382083
CY
44332010-10-24 Juanma Barranquero <lekktu@gmail.com>
4434
4435 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
4436 Fix typo in docstring.
4437
44382010-10-24 Kenichi Handa <handa@m17n.org>
4439
4440 * face-remap.el (text-scale-adjust): Call read-event with a proper
4441 prompt.
4442
44432010-10-24 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * emacs-lisp/unsafep.el: Don't mark functions that display
4446 messages as safe. Suggested by Johan Bockgård.
4447
44482010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
4451 Turn comments into docstrings.
4452
4453 * minibuffer.el (completion--replace): Move point where it belongs
4454 when there's a common suffix (bug#7215).
4455
9317e499
CY
44562010-10-24 Chong Yidong <cyd@stupidchicken.com>
4457
4458 Merge read-color and facemenu-read-color (Bug#7242).
4459
4460 * faces.el (read-color): Use the completion code from
4461 facemenu-read-color. Require match in completion. Doc fix.
4462
4463 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
4464 (facemenu-set-foreground, facemenu-set-background):
4465 Use read-color.
9317e499
CY
4466
4467 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
4468 (set-cursor-color, set-mouse-color, set-border-color):
4469 Use read-color.
9317e499 4470
a44d921f 44712010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
4472
4473 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
4474 argument of delete-file and delete-directory (Bug#7011).
4475
43207249
CY
44762010-10-24 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
4479 button-buffer-map.
4480
484db896 44812010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
4482
4483 * emacs-lisp/package.el (package--generate-package-list): Make the
4484 *Packages* buffer read-only.
4485
10f5e3e6
AM
44862010-10-24 Alan Mackenzie <acm@muc.de>
4487
4488 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
4489 result of `c-beginning-of-decl-1' between invocations of a lambda
4490 function (Bug #7265).
4491
3ec6ca72
DU
44922010-10-24 Daiki Ueno <ueno@unixuser.org>
4493
4494 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
4495 executable is not available on the system (Bug#7268).
4496
ec514007
GM
44972010-10-24 Glenn Morris <rgm@gnu.org>
4498
f5f25615
GM
4499 * select.el (selection-coding-system, next-selection-coding-system):
4500 Sync doc with C versions.
3646b86d 4501
8aa0f263
GM
4502 * w32-vars.el (x-select-enable-clipboard):
4503 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
4504 * term/common-win.el (x-select-enable-clipboard): Move here.
4505
46710489
GM
4506 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
4507 definition of C variable.
4508
ec514007
GM
4509 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
4510 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4511 Don't redefine things that are defined in C.
4512 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
4513 (show-trailing-whitespace, auto-hscroll-mode)
4514 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4515 Set up the appropriate custom properties.
4516
8a79905d
CY
45172010-10-24 Chong Yidong <cyd@stupidchicken.com>
4518
4519 Bind "C-c ]" to ...
4520 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
4521 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
4522 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
4523 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
4524
aa02a29f
GM
45252010-10-23 Glenn Morris <rgm@gnu.org>
4526
7dfc15df
GM
4527 * textmodes/flyspell.el (flyspell-mode): If there was an error,
4528 say what it was.
4529
66c6abf0
GM
4530 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
4531 Sync docs with C version.
f3d87560 4532
3193e969
GM
4533 * term/ns-win.el (xw-defined-colors):
4534 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
4535
6f748f70
GM
4536 * term/pc-win.el (x-select-enable-clipboard):
4537 * term/x-win.el (x-select-enable-clipboard):
4538 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
4539
7aa93795
GM
4540 * comint.el (comint-password-prompt-regexp): Make it less vague.
4541 Bump version.
4542
17284e30
GM
4543 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
4544
aa02a29f
GM
4545 * help.el (finder-by-keyword): Remove unnecessary autoload.
4546
69b55131
GM
45472010-10-22 Glenn Morris <rgm@gnu.org>
4548
9a0dd02d
GM
4549 * loadup.el: Unconditionally load float-sup.
4550 * paren.el (show-paren-delay):
4551 * emacs-lisp/float-sup.el:
4552 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
4553 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
4554 (lazy-lock-stealth-verbose): Assume float support.
4555 * ps-print.el: Assume float support on Emacs.
4556 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
4557 Remove non-float branch.
4558
69b55131
GM
4559 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
4560 src/Makefile no longer being pre-processed.
4561
7c23d9e8
SM
45622010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * emacs-lisp/find-func.el (find-library): Use test-completion.
4565
23737b4a
LMI
45662010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4567
7c23d9e8 4568 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 4569
6e060cee 45702010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
4571
4572 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
4573 space in stat format string.
4574 (tramp-send-command): Unset $PS1 when using here documents, in
4575 order not to get several prompts.
4576 (tramp-get-inline-coding): Return `nil' in case of errors.
4577
08ffb131
DU
45782010-10-21 Daiki Ueno <ueno@unixuser.org>
4579
7c23d9e8
SM
4580 * hexl.el (hexl-mode, hexl-mode-exit):
4581 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
4582 (hexl-revert-buffer-function): New function.
4583 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
4584
ba7fdf30
AM
45852010-10-19 Alan Mackenzie <acm@muc.de>
4586
7c23d9e8
SM
4587 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
4588 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
4589 that these keywords aren't wrongly matched as identifiers.
4590
ba7fdf30
AM
4591 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
4592 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 4593 c-after-change. (Bug#7181)
ba7fdf30 4594
7fd8732d
CY
45952010-10-19 Chong Yidong <cyd@stupidchicken.com>
4596
4597 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
4598 Don't mark as safe.
4599
4600 * custom.el (custom-theme-set-variables): Likewise.
4601 (load-theme): Add custom-theme-set-faces and
4602 custom-theme-set-variables to safe-functions while loading.
4603 (custom-enabled-themes): Mark as risky.
4604
3f12b18c
JD
46052010-10-18 Julien Danjou <julien@danjou.info>
4606
4607 * bindings.el: Remove end dashes in default mode-line-format.
4608
b8a47412
CY
46092010-10-19 Chong Yidong <cyd@stupidchicken.com>
4610
4611 * bindings.el (global-map): Bind C-d to delete-char and deletechar
4612 to delete-forward-char.
4613
4614 * simple.el (normal-erase-is-backspace-mode): Remap delete to
4615 deletechar, and hence delete-forward-char.
4616
ca3fa302
JB
46172010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * repeat.el (repeat): Use read-key (bug#6256).
4620
46212010-10-19 Chong Yidong <cyd@stupidchicken.com>
4622
4623 * emacs-lisp/unsafep.el: Don't mark functions that display
4624 messages as safe. Suggested by Johan Bockgård.
4625
46262010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 * minibuffer.el (completion--replace): Move point where it belongs
4629 when there's a common suffix (bug#7215).
4630
46312010-10-19 Kenichi Handa <handa@m17n.org>
4632
4633 * international/characters.el: Add category '|' (word breakable)
4634 to fullwidth characters.
4635
3224b54d
MA
46362010-10-19 Michael Albinus <michael.albinus@gmx.de>
4637
4638 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
4639 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
4640 order to make stat results a float. Patch by Andreas Schwab
4641 <schwab@linux-m68k.org>.
4642
36ba6f07
JD
46432010-10-18 Julien Danjou <julien@danjou.info>
4644
4645 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
4646 hidden by `make-pointer-invisible'.
4647
43f964fc
SM
46482010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * files.el (locate-file-completion-table): Strip non-matching elements
4651 before checking length of list (bug#7238).
4652
e48eb343
CY
46532010-10-18 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * custom.el (custom-theme-set-variables): Mark as a safe function.
4656 (load-theme): Check forms using unsafep.
4657
4658 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
4659
df987d70
AM
46602010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
4661
43f964fc
SM
4662 * textmodes/ispell.el (ispell-aspell-find-dictionary):
4663 Fix aspell data file searching (bug#7230).
df987d70 4664
29a4c45b
CY
46652010-10-16 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * cus-theme.el (custom-theme--migrate-settings): New var.
4668 (customize-create-theme): Allow editing the `user' theme.
4669 (custom-theme-add-variable, custom-theme-add-var-1)
4670 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
4671 to the front of each variable or face widget.
4672 (custom-theme-write): Save theme settings in the correct order.
4673 Optionally, remove saved settings from user customizations.
43f964fc
SM
4674 (custom-theme-write-variables, custom-theme-write-faces):
4675 Save only the checked widgets.
29a4c45b
CY
4676 (customize-themes): Add a link for migrating custom settings.
4677
43f964fc
SM
4678 * custom.el (custom-declare-theme, provide-theme):
4679 Use custom-theme-name-valid-p.
29a4c45b
CY
4680 (custom-theme-name-valid-p): Remove checks that are now
4681 unnecessary since themes no longer obey load-path.
4682
4683 * cus-edit.el (custom-variable-value-create): For the simple
4684 style, hide documentation string when hidden.
4685
782b5e8d
CY
46862010-10-16 Chong Yidong <cyd@stupidchicken.com>
4687
647bc502
CY
4688 * cus-edit.el (custom-variable, custom-face): Combine the
4689 :inhibit-magic and :display-style properties into a single
4690 :custom-style property.
43f964fc
SM
4691 (custom-toggle-hide-variable, custom-toggle-hide-face):
4692 New functions. If hiding an edited value, save it to :shown-value.
4693 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
4694 (custom-magic-reset): Allow magic property to be unset.
4695
782b5e8d
CY
4696 * custom.el: Custom themes no longer use load-path.
4697 (custom-theme-load-path): New option. Change built-in theme
4698 directory to etc/.
4699 (custom-enabled-themes): Add custom-theme-load-path dependency.
4700 (custom-theme--load-path): New function.
4701 (load-theme, custom-available-themes): Use it.
4702
4703 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
4704 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
4705 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
4706 :custom-style property.
782b5e8d
CY
4707
4708 * themes/*.el: Moved to etc/.
4709
99f65cfa
RA
47102010-10-16 Ralf Angeli <angeli@caeruleus.net>
4711
4712 * textmodes/reftex-cite.el
4713 (reftex-extract-bib-entries-from-thebibliography): Do not move
4714 point when searching for \bibitem entries. Match entries with
4715 spaces or tabs in front of arguments.
4716
da16abfc
CY
47172010-10-16 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * cus-theme.el (customize-create-theme): Delete overlays after
4720 erasing. If given a THEME arg, display only the faces of that arg
4721 instead of custom-theme--listed-faces.
4722 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 4723 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
4724 (custom-theme-add-variable, custom-theme-add-face): Apply value
4725 from the theme settings, instead of the current value.
4726 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
4727 (custom-theme-visit-theme): Allow calling outside theme buffers.
4728 (custom-theme-merge-theme): Don't enable the theme when merging.
4729 (custom-theme-write-variables, custom-theme-write-faces): Use the
4730 :shown-value properties to save buffer values, not global ones.
4731 (customize-themes): Display a warning about user customizations.
4732
4733 * cus-edit.el (custom-variable-value-create)
4734 (custom-face-value-create): Obey new special properties
4735 :shown-value and :inhibit-magic.
4736
aa095b2d
MA
47372010-10-15 Michael Albinus <michael.albinus@gmx.de>
4738
4739 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
4740 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
4741 <dale@codefu.org>.
aa095b2d 4742
7ca9cfda
KH
47432010-10-14 Kenichi Handa <handa@m17n.org>
4744
9650fc61
KH
4745 * mail/rmail.el (rmail-show-message-1): Catch an error of
4746 base64-decode-region and just show an error message (bug#7165).
4747
43f964fc 4748 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
4749 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
4750 a font-spec (bug#7197).
4751
220d91b8 47522010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
4753
4754 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
4755
220d91b8 47562010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 4757
c0943d3d
JB
4758 * international/mule.el (define-coding-system):
4759 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
4760 * composite.el (compose-region): Fix typo in docstring.
4761
4983ddea
CY
47622010-10-14 Chong Yidong <cyd@stupidchicken.com>
4763
de43f11b
CY
4764 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
4765 only after checking the theme-face property.
4766
4983ddea
CY
4767 * faces.el (face-spec-reset-face): Reset all attributes in one
4768 single call to set-face-attribute.
4769 (face-spec-match-p): Make it a defsubst.
4770 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
4771 (x-create-frame-with-faces, tty-create-frame-with-faces)
4772 (tty-set-up-initial-frame-faces): Don't recompute face specs in
4773 frame-set-background-mode, since they are recomputed immediately
4774 afterwards in face-set-after-frame-default.
4775 (face-set-after-frame-default): Minor optimization.
4776 (cursor): Provide non-trivial defface spec.
4777
4778 * custom.el (custom-theme-recalc-face): Simplify.
4779
a974dcf2
JB
47802010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
4781
43f964fc 4782 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
4783 (math-is-polynomial, math-is-poly-rec): Replace `var'
4784 with `math-var'.
4785
43f964fc 4786 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
4787 (calcFunc-table, math-scan-for-limits): Replace `var'
4788 with `math-var'.
4789
10e4702a
GM
47902010-10-13 Glenn Morris <rgm@gnu.org>
4791
4792 * subr.el (last): Deal with dotted lists (reported in bug#7174).
4793
88f427d5
SB
47942010-10-13 Stephen Berman <stephen.berman@gmx.net>
4795
4796 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
4797
a1d16a7b
G
47982010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4799
4800 * net/tls.el (tls-program): Remove spurious %s from openssl.
4801 (tls-starttls-switches): Remove starttls hack.
4802 (open-tls-stream): Ditto.
4803 (tls-find-starttls-argument): Ditto.
4804
2e288d54
JB
48052010-10-13 Juanma Barranquero <lekktu@gmail.com>
4806
4807 * image.el (image-library-alist): Declare as obsolete alias.
4808 (image-type-available-p): Use `dynamic-library-alist'.
4809
4810 * term/w32-win.el (dynamic-library-alist):
4811 Use instead of `image-library-alist'.
4812
35744400
IS
48132010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
4814
4815 * subr.el (last): Make it faster. (Bug#7174)
4816
290fe464
RO
48172010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
4818
4819 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
4820
2919746c
CY
48212010-10-12 Chong Yidong <cyd@stupidchicken.com>
4822
4823 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
4824 (describe-theme-1): Extract doc from unloaded themes.
4825
4826 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
4827
4828 * themes/tango-theme.el:
4829 * themes/tango-dark-theme.el:
4830 * themes/wheatgrass-theme.el: New files.
4831
6b09b5d1
CY
48322010-10-12 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * cus-theme.el (describe-theme, customize-themes)
4835 (custom-theme-save): New commands.
4836 (custom-new-theme-mode-map): Bind C-x C-s.
4837 (custom-new-theme-mode): Use custom--initialize-widget-variables.
4838 (customize-create-theme): New optional arg THEME.
4839 (custom-theme-revert): Use it.
4840 (custom-theme-visit-theme): Remove dead code.
4841 (custom-theme-merge-theme): Use custom-available-themes.
4842 (custom-theme-write): Make interactive.
4843 (custom-theme-write): Use custom-theme-name-valid-p.
4844 (describe-theme-1, custom-theme-choose-revert)
4845 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
4846 New funs.
4847 (custom-theme-allow-multiple-selections): New option.
4848 (custom-theme-choose-mode): New major mode.
4849
43f964fc
SM
4850 * custom.el (custom-theme-set-variables): Remove dead code.
4851 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
4852 (custom--inhibit-theme-enable): New var.
4853 (provide-theme): Obey it.
4854 (load-theme): Replace load with manual read/eval, in order to
4855 check for correctness. Use custom-theme-name-valid-p.
4856 (custom-theme-name-valid-p): New function.
4857 (custom-available-themes): Use it.
4858
4859 * cus-edit.el (custom--initialize-widget-variables): New function.
4860 (Custom-mode): Use it.
4861
43f964fc
SM
4862 * cus-face.el (custom-theme-set-faces): Remove dead code.
4863 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
4864
4865 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
4866
16366259
JB
48672010-10-12 Juanma Barranquero <lekktu@gmail.com>
4868
cb7d821e 4869 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 4870
4c14013d 48712010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 4872
4c14013d
JB
4873 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
4874 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
4875 (mac-right-option-modifier): New alias for ns-right-option-modifier.
4876
4877 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 4878
4c14013d 48792010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
4880
4881 * emacs-lisp/lisp.el (lisp-completion-at-point):
4882 Use emacs-lisp-mode-syntax-table for the whole function.
4883
4c14013d 48842010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
4885
4886 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
4887 instead of font-lock-mode before adding keywords.
4888 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
4889 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
4890 non-nil; removed hook inhibit hack.
4891
4c14013d 48922010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 4893
d15f9a2b
GM
4894 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
4895 (load-path-shadows-find): ... to this.
4896 (list-load-path-shadows): Update for above change.
4897
c7d6d8a1
GM
4898 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
4899
f0b7f5a8
KY
49002010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4901
4902 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
4903 Fix comment for declare-function.
4904
05d22d02
CY
49052010-10-11 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * custom.el (custom-fix-face-spec): New function; code moved from
4908 custom-face-edit-fix-value.
4909 (custom-push-theme): Use it when checking if a face has been
4910 changed outside customize.
4911 (custom-available-themes): New function.
4912 (load-theme): Use it.
4913
43f964fc 4914 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
4915
4916 * custom.el (custom-push-theme): Cleanup (use cond).
4917 (disable-theme): Recompute the saved-face property.
4918 (custom-theme-recalc-face): Follow face alias before setting prop.
4919
43f964fc
SM
4920 * image.el (image-checkbox-checked, image-checkbox-unchecked):
4921 New variables, containing checkbox images.
05d22d02
CY
4922
4923 * startup.el (fancy-startup-tail):
4924 * wid-edit.el (checkbox): Use them.
4925
293e7c22
DN
49262010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4927
a0310a6c
DN
4928 * shell.el (shell-mode-map):
4929 * progmodes/modula2.el (m2-mode-map):
4930 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
4931 * play/mpuz.el (mpuz-mode-map):
4932 * play/landmark.el (lm-mode-map):
4933 * play/decipher.el (decipher-mode-map):
4934 * play/5x5.el (5x5-mode-map):
4935 * net/telnet.el (telnet-mode-map):
4936 * net/quickurl.el (quickurl-list-mode-map):
4937 * net/mairix.el (mairix-searches-mode-map):
4938 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
4939 * net/dig.el (dig-mode-map):
4940 * mail/mspools.el (mspools-mode-map):
4941 * hexl.el (hexl-mode-map):
4942 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
4943 (wordstar-C-o-map, wordstar-C-q-map):
4944 * emacs-lisp/edebug.el (edebug-eval-mode-map):
4945 * emacs-lisp/chart.el (chart-map):
4946 * edmacro.el (edmacro-mode-map):
4947 * erc/erc-list.el (erc-list-menu-mode-map):
4948 * array.el (array-mode-map): Declare and define in one step.
4949
293e7c22
DN
4950 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
4951
446b12da
DU
49522010-10-10 Daiki Ueno <ueno@unixuser.org>
4953
4954 * epa.el (epa-passphrase-callback-function): Display filename
4955 passed as the 3rd arg.
43f964fc
SM
4956 * epa-file.el (epa-file-passphrase-callback-function):
4957 Pass filename to epa-passphrase-callback-function.
446b12da 4958
76c16af8
CY
49592010-10-09 Chong Yidong <cyd@stupidchicken.com>
4960
4961 * cus-edit.el (custom-face-widget-to-spec)
4962 (custom-face-get-current-spec, custom-face-state): New functions.
4963 (custom-face-set, custom-face-mark-to-save)
4964 (custom-face-value-create, custom-face-state-set): Use them.
4965
4966 * cus-theme.el (custom-theme--listed-faces): New var.
4967 (customize-create-theme): Use *Custom Theme* as the buffer name.
4968 Set revert-buffer-function. Optional arg BUFFER. Insert all
4969 faces listed in custom-theme--listed-faces.
4970 (custom-theme-revert): New function.
4971 (custom-theme-add-variable, custom-theme-add-face): Insert at the
4972 bottom of the list.
4973 (custom-theme-write): Prompt for theme name if empty.
4974 (custom-theme-write-variables): Use dolist.
4975 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
4976
e15f8aaa
AM
49772010-10-09 Alan Mackenzie <acm@muc.de>
4978
4979 Enhance fontification of declarators to take account of the
4980 presence/absence of "typedef".
4981
4982 * cc-engine.el (c-forward-type): New &optional param
4983 "brace-block-too".
4984 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 4985 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
4986
4987 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
4988 fontification of declarators which follow a "}".
4989 (c-font-lock-declarations): Fontify declarators according to the
4990 presence/absence of "typedef".
4991
4992 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
4993 for "typedef".
4994 (c-typedef-decl-key): New lang variable built from
4995 c-typedef-decl-kwds.
4996
cf321e50
LMI
49972010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4998
77aec221
LMI
4999 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5000 since that's too annoying. Move the filter groups commands to
5001 TAB/backtab.
5002
7450df5d
LMI
5003 * epa.el (epa-passphrase-callback-function): Say what we're
5004 querying the password for.
5005
cf321e50 5006 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5007 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5008
587faadd
CY
50092010-10-08 Chong Yidong <cyd@stupidchicken.com>
5010
5011 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5012 (custom-magic-value-create): Pad button tags with spaces.
5013 (custom-face-edit): New variable.
5014 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5015 face editor here, instead of using custom-face-selected.
5016 Pass face defaults to custom-face-edit widget.
587faadd
CY
5017 (custom-face-selected, custom-display-unselected): Delete widgets.
5018 (custom-display-unselected-match): Function removed.
43f964fc
SM
5019 (custom-face-set, custom-face-mark-to-save):
5020 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5021
5022 * wid-edit.el (widget--completing-widget): New var.
5023 (widget-default-complete): Bind it when doing completion.
5024 (widget-string-complete, widget-file-complete): Use it.
5025
a1ab97d0
GM
50262010-10-09 Glenn Morris <rgm@gnu.org>
5027
85d50db7
GM
5028 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5029 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5030 (holiday-hebrew-misc): Small simplifications.
5031
3fb78d1f
GM
5032 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5033
a1ab97d0
GM
5034 * net/browse-url.el: Don't require thingatpt, term, dired,
5035 executable, or w3-auto when compiling.
5036 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5037 Declare.
5038 (browse-url-text-emacs): Require term.
5039
2187e5bb
AS
50402010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5041
5042 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5043
e5d49589
GM
50442010-10-08 Glenn Morris <rgm@gnu.org>
5045
5823f53f
GM
5046 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5047
e5d49589
GM
5048 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5049 (shadows-compare-text-p): Make it an obsolete alias for...
5050 (load-path-shadows-compare-text): ... new name.
5051 (find-emacs-lisp-shadows): Update for above name change.
5052 (load-path-shadows-same-file-or-nonexistent): New name for the old
5053 shadow-same-file-or-nonexistent.
5054
4628bef1 50552010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
5056
5057 * minibuffer.el (completion--some, completion--do-completion)
5058 (minibuffer-complete-and-exit, minibuffer-completion-help)
5059 (completion-basic-try-completion)
5060 (completion-basic-all-completions)
5061 (completion-pcm--find-all-completions): Use lexical-let to
5062 avoid some false matches in variable completion (Bug#7056)
5063
4628bef1 50642010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
5065
5066 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5067
4628bef1 50682010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
5069
5070 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5071 return non-nil if the file exists (Bug#7090).
5072
4628bef1 50732010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
5074
5075 * minibuffer.el (completion--replace):
5076 Better preserve markers (bug#7138).
5077
4628bef1 50782010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
5079
5080 * server.el (server-process-filter): Doc fix.
5081
4628bef1 50822010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
5083
5084 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5085
e4adf61e
GM
50862010-10-08 Glenn Morris <rgm@gnu.org>
5087
24ac444f
GM
5088 * vc/ediff-wind.el (ediff-setup-control-frame):
5089 * vc/ediff-ptch.el (ediff-default-backup-extension):
5090 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5091 (ediff-exec-process): Remove system-types emx, windows-95.
5092
e4adf61e
GM
5093 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5094
61328d7c
CY
50952010-10-07 Chong Yidong <cyd@stupidchicken.com>
5096
5097 * cus-edit.el (custom-variable, custom-face): Doc fix.
5098 (custom-face-edit): Add value-create attribute.
5099 (custom-face-edit-value-create)
43f964fc
SM
5100 (custom-face-edit-value-visibility-action): New functions.
5101 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
5102 (custom-face-edit-deactivate): Show empty values with shadow face.
5103 (custom-face-selected): Only use this for face specs with default
5104 attributes.
5105 (custom-face-value-create): Cleanup.
5106
5107 * wid-edit.el (widget-checklist-value-create): Use dolist.
5108 (widget-checklist-match-find): Make second arg optional.
5109
ac44263a
GM
51102010-10-07 Glenn Morris <rgm@gnu.org>
5111
849b02b4
GM
5112 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5113 Prefix things.
5114
ac44263a
GM
5115 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5116 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5117 load-path-shadows-mode, update references.
06d9ef85
GM
5118 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5119 Rename variable and button.
5120 (list-load-path-shadows): Update button caller.
ac44263a 5121
29c72a6e
SM
51222010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5125 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5126 (smie-merge-prec2s): Handle those new entries.
5127 (smie-prec2-levels): Only set precedence to nil for actual
5128 openers/closers.
5129 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5130 that is now unnecessary.
5131
775f75bc 51322010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
5133
5134 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5135
7e1e2a6e
GM
51362010-10-07 Glenn Morris <rgm@gnu.org>
5137
58d1ac6d
GM
5138 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5139 (mail-position-on-field): Remove declarations.
5140 (mail-position-on-field): Autoload it.
5141 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5142 and mail-header-end. Don't require sendmail.
5143
7b9235ad
GM
5144 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5145 (shadow-mode): New mode.
5146 (shadow-find-file): New button.
5147 (list-load-path-shadows): Use shadow-mode and buttons.
5148
52da2182
GM
5149 * iimage.el (iimage-version): Remove.
5150 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5151 Turn into defcustoms.
5152 (iimage-mode-map): Give it a doc string.
5153
7e1e2a6e
GM
5154 * calendar/appt.el (appt-activate): Give a warning rather than an error
5155 if there is no diary-file.
5156
e44eccd7
MA
51572010-10-06 Michael Albinus <michael.albinus@gmx.de>
5158
29c72a6e
SM
5159 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5160 Use `tramp-handle-find-backup-file-name'.
e44eccd7 5161
4583e796
GM
51622010-10-06 Glenn Morris <rgm@gnu.org>
5163
6aecca99
GM
5164 * font-core.el (font-lock-defaults-alist): Remove variable.
5165 (font-lock-mode): Doc fix.
5166 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5167 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5168 (font-lock-set-defaults): Doc fix.
5169 Do not consult font-lock-defaults-alist.
5170
645a6257
GM
5171 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5172
4583e796
GM
5173 * emacs-lisp/cl.el: No longer provide cl-19.
5174
bd8fadca
MA
51752010-10-05 Michael Albinus <michael.albinus@gmx.de>
5176
5177 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5178 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5179 New defuns, taken from tramp-smb.el.
5180 (tramp-coding-system-change-eol-conversion)
43f964fc 5181 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 5182
43f964fc 5183 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
5184 (tramp-compat-coding-system-change-eol-conversion)
5185 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5186 from tramp.el.
5187
5188 * net/tramp-gvfs.el:
5189 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5190 by `tramp-compat-set-process-query-on-exit-flag'.
5191
43f964fc
SM
5192 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5193 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
5194 `tramp-handle-file-exists-p' and
5195 `tramp-handle-file-newer-than-file-p'.
5196 (tramp-imap-handle-file-exists-p)
5197 (tramp-imap-handle-file-executable-p)
5198 (tramp-imap-handle-file-readable-p)
5199 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 5200 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
5201
5202 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5203 by `tramp-compat-set-process-query-on-exit-flag' and
5204 `tramp-coding-system-change-eol-conversion' by
5205 `tramp-compat-coding-system-change-eol-conversion'.
5206
43f964fc
SM
5207 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5208 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
5209 `tramp-handle-file-exists-p' and
5210 `tramp-handle-file-newer-than-file-p'.
5211 (tramp-smb-handle-directory-files-and-attributes)
5212 (tramp-smb-handle-file-exists-p)
43f964fc
SM
5213 (tramp-smb-handle-file-newer-than-file-p): Remove.
5214 (tramp-smb-maybe-open-connection):
5215 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
5216 `tramp-compat-set-process-query-on-exit-flag'.
5217
726c5357
GM
52182010-10-05 Glenn Morris <rgm@gnu.org>
5219
5220 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
5221
4a93e698
MA
52222010-10-04 Michael Albinus <michael.albinus@gmx.de>
5223
5224 Continue reorganization of load dependencies. (Bug#7156)
5225
5226 * net/tramp.el (tramp-handle-file-local-copy-hook)
5227 (tramp-delete-temp-file-function): Move down.
5228 (tramp-exists-file-name-handler): Move up.
5229 (tramp-register-file-name-handlers): Simplify autoload.
5230 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
5231 (tramp-handle-directory-files, tramp-handle-dired-uncache)
5232 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
5233 (tramp-handle-file-name-completion)
5234 (tramp-handle-file-name-directory)
5235 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
5236 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
5237 (tramp-handle-find-backup-file-name)
5238 (tramp-handle-insert-file-contents, tramp-handle-load)
5239 (tramp-handle-substitute-in-file-name)
5240 (tramp-handle-unhandled-file-name-directory)
5241 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 5242 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
5243
5244 * net/tramp-gvfs.el (top):
5245 * net/tramp-smb.el (top): Do not require 'tramp-sh.
5246
5247 * net/tramp-sh.el (all): Move several objects to tramp.el, see
5248 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
5249
b4593555
GM
52502010-10-04 Glenn Morris <rgm@gnu.org>
5251
5252 * calendar/appt.el (appt-add): Ensure reminders are enabled.
5253 (appt-activate): Give status messages.
5254
8762aa10
TZ
52552010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5256
5257 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
5258 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
5259 `gnutls-negotiate' (formerly `starttls-negotiate').
5260 Remove trivial wrapper `starttls-open-stream'.
8762aa10 5261
82fb8701
DN
52622010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5263
5264 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
5265 log-outgoing commands.
5266 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
5267 to create a buffer local revert-buffer-function variable.
5268 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
5269 revert-buffer-function lambda.
5270
c1ae068b
LMI
52712010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5272
5273 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
5274 `gnutls-boot'. Make TYPE the only required parameter.
5275 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
5276 (open-ssl-stream): Use it.
5277
67141a37
GM
52782010-10-03 Glenn Morris <rgm@gnu.org>
5279
77f38949
GM
5280 * subr.el (directory-sep-char): Remove obsolete variable.
5281 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
5282 it is "necessary".
5283
67141a37
GM
5284 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
5285 * vc/vc.el (vc-static-header-alist): Doc fix.
5286 * vc/vc-cvs.el (vc-cvs-header):
5287 * vc/vc-rcs.el (vc-rcs-header):
5288 * vc/vc-sccs.el (vc-sccs-header):
5289 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
5290 * obsolete/vc-mcvs.el (vc-mcvs-header):
5291 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
5292 on XEmacs.
5293
96bcef2e
CY
52942010-10-03 Chong Yidong <cyd@stupidchicken.com>
5295
43f964fc
SM
5296 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5297 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 5298
ef47f179
GM
52992010-10-03 Glenn Morris <rgm@gnu.org>
5300
0437978e
GM
5301 * obsolete/x-menu.el: Remove file, obsolete since 21.1
5302
aee3c6f7
GM
5303 * textmodes/rst.el (rst-font-lock-keywords-function):
5304 Drop Emacs 20 code.
5305
f88cd114
GM
5306 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
5307
6abfe35f
GM
5308 * printing.el: Drop Emacs 20 code.
5309
59e31cfa
GM
5310 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
5311 without having used appt.el already).
5312
922ad43e
GM
5313 * subr.el (make-local-hook): Remove function obsolete since 21.1.
5314 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
5315 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
5316 XEmacs.
5317 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
5318 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
5319
ef47f179
GM
5320 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
5321 (charset-width, find-charset-region, chars-in-region, forward-point)
5322 (encode-coding-string, coding-system-p, ccl-execute-on-string)
5323 (define-ccl-program, multibyte-string-p, string-make-multibyte):
5324 Remove compatibility cruft (none of these are used by ps*.el).
5325
ac6ca7ba
KR
53262010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5327
5328 * subr.el (booleanp): Return t instead of a list (Bug#7086).
5329
2a847524
CY
53302010-10-03 Chong Yidong <cyd@stupidchicken.com>
5331
43f964fc
SM
5332 * server.el (server-process-filter, server-return-error):
5333 Give emacsclient time to shut down after receiving an error string.
2a847524 5334
4bc3c53d
MA
53352010-10-02 Michael Albinus <michael.albinus@gmx.de>
5336
5337 * files.el (remote-file-name-inhibit-cache): New defcustom.
5338
43f964fc
SM
5339 * time.el (display-time-file-nonempty-p):
5340 Use `remote-file-name-inhibit-cache'.
4bc3c53d 5341
43f964fc
SM
5342 * net/tramp.el (tramp-completion-reread-directory-timeout):
5343 Fix docstring.
4bc3c53d
MA
5344
5345 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
5346 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
5347 `remote-file-name-inhibit-cache'. Check also for an integer
5348 value. Add/increase counter when `tramp-verbose' >= 10.
5349 (tramp-set-file-property): Add/increase counter when
5350 `tramp-verbose' >= 10.
5351
5352 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5353 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
5354 (tramp-bug): Set tramp-autoload cookie. Report all interned
5355 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
5356 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
5357 characters only in strings.
5358
5359 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
5360 to backward compatibility.
5361
5362 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
5363 (tramp-handle-file-name-all-completions)
43f964fc
SM
5364 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
5365 (tramp-open-connection-setup-interactive-shell):
5366 Call `tramp-cleanup-connection' directly.
4bc3c53d 5367
9c524fcb
GM
53682010-10-02 Glenn Morris <rgm@gnu.org>
5369
3226d6ca
GM
5370 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
5371
5372 * subr.el (char-bytes): Remove obsolete function.
5373
5374 * isearch.el (isearch-return-char): Remove obsolete function.
5375
5376 * mouse.el: No longer provide mldrag.
5377 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
5378 Remove obsolete aliases.
5379
5380 * comint.el (comint-kill-output): Remove obsolete alias.
5381
5382 * composite.el (decompose-composite-char): Remove obsolete function.
5383 * ps-def.el (decompose-composite-char): Remove unused function.
5384
5385 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
5386
5387 * outline.el (outline-visible): Remove obsolete function.
5388
5389 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5390 * faces.el (internal-find-face, internal-get-face)
5391 (frame-update-faces, frame-update-face-colors)
5392 (x-frob-font-weight, x-frob-font-slant)
5393 (internal-frob-font-weight, internal-frob-font-slant)
5394 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5395 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5396 (x-make-font-bold-italic): Remove functions and aliases, obsolete
5397 since Emacs 21.1.
5398 * emulation/viper-util.el (viper-get-face):
5399 * obsolete/lucid.el (find-face, get-face): Use facep.
5400 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
5401 Remove unused functions.
5402 * vc/ediff-util.el (ediff-submit-report): Doc fix.
5403
9c524fcb
GM
5404 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
5405 delete tempfile if interrupted during compilation.
5406
aecb42aa
LMI
54072010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5408
5409 * net/tls.el (tls-starttls-switches): Give up on using starttls with
5410 gnutls-cli.
5411 (tls-program): Add --insecure to be consistent with the defaults from
5412 openssl s_client. Now all three commands are insecure.
5413
73077a9a
EZ
54142010-10-01 Eli Zaretskii <eliz@gnu.org>
5415
5416 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
5417 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
5418 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
5419
1ef075bb
GM
54202010-10-01 Glenn Morris <rgm@gnu.org>
5421
1fcaf927
GM
5422 * obsolete/sc.el: Remove file.
5423
1ef075bb
GM
5424 * files.el (temporary-file-directory): On darwin, also try
5425 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
5426
a16f5f64
JB
54272010-10-01 Juanma Barranquero <lekktu@gmail.com>
5428
5429 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
5430 Let's not break compatibility gratuitously, shall we?
5431
6b958814
G
54322010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5433
47e08896 5434 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
5435 (tls-find-starttls-argument): Use it.
5436 (open-tls-stream): Ditto.
5437
47e08896 5438 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
5439 entry.
5440 (netrc-machine): Ditto.
5441
cad90f3b
EZ
54422010-09-30 Eli Zaretskii <eliz@gnu.org>
5443
5444 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
5445
968ef9b4
JB
54462010-09-30 Juanma Barranquero <lekktu@gmail.com>
5447
5448 * server.el (server-start): Don't write pid to the authentication file.
5449 (server-create-tty-frame): Don't send pid.
5450 (server-process-filter): Send pid at the start of every connection.
5451
3536dea8
GM
54522010-09-30 Glenn Morris <rgm@gnu.org>
5453
8e378d88
GM
5454 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
5455 (show-all-diary-entries): Remove obsolete function aliases.
5456
3536dea8
GM
5457 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
5458 Remove options, obsolete since 22.1.
6a7662bb
BR
5459 (appt-display-format, appt-display-message):
5460 Remove backwards-compatibility code.
3536dea8
GM
5461 (appt-check): No longer check appt-issue-message.
5462 (appt-make-list): No longer autoload it. Doc fix. No longer
5463 activate the package.
5464
df7fcaff
LMI
54652010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5466
5467 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
5468 (starttls-negotiate): Just call boot, and let the handshake be
5469 triggered from the read loop.
df7fcaff 5470
c2828614
GM
54712010-09-29 Glenn Morris <rgm@gnu.org>
5472
17a46341
GM
5473 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
5474 not displaying the diary.
5475 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
5476 * calendar/appt.el (appt-check): No longer need to kill diary.
5477
7161e329
GM
5478 * calendar/diary-lib.el (diary-list-entries): Move the
5479 "Preparing..." message entirely here.
5480 (diary-simple-display, diary-fancy-display): Move "Preparing..."
5481 messages to diary-list-entries.
5482 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
5483 diary-display-function.
5484
d0de6cba
GM
5485 * calendar/diary-lib.el (diary-include-other-diary-files):
5486 Trap some recursive includes.
5487
c2828614
GM
5488 * calendar/appt.el (appt-activate): Check diary file.
5489
0c43b6f8
KY
54902010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5493 construction.
5494
5495 * calendar/time-date.el: No need to require cl for Emacs 21.
5496
97ce2730
GM
54972010-09-28 Glenn Morris <rgm@gnu.org>
5498
5499 * calendar/appt.el (appt-check): Minor simplification.
5500
e0a185ae
KY
55012010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5502
5503 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
5504 citation prefix.
5505
c19f76a1
AS
55062010-09-27 Andreas Schwab <schwab@linux-m68k.org>
5507
95b6d681
JB
5508 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5509 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 5510
fd057fd2
KH
55112010-09-27 Kenichi Handa <handa@m17n.org>
5512
5513 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
5514 "ustar" format.
5515
368b3544
KH
55162010-09-27 Kenichi Handa <handa@m17n.org>
5517
5518 * international/mule.el (define-coding-system): Docstring fixed.
5519
5520 * international/mule-diag.el (describe-character-set): Use princ
5521 with proper print-length and print-level instead of insert.
5522
95b6d681 55232010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
5524
5525 * window.el (walk-windows): Doc fix (bug#7105).
5526
99368725
SM
55272010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * emacs-lisp/float-sup.el (e): Remove.
5530
8ed70bf3
LMI
55312010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5532
5533 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
5534 variable.
5535 (starttls-negotiate): Use it.
5536
d2e9d0bb
LMI
55372010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5538
5539 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
5540 back.
5541
15413fb4
SM
55422010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
5545
1821a7b4
LMI
55462010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5547
6303aba1
LMI
5548 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
5549
1821a7b4
LMI
5550 * net/netrc.el (netrc-store-data): New function.
5551
8af55556
TZ
55522010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5553
5554 * net/gnutls.el: GnuTLS glue code to set up a connection.
5555
42343747
JD
55562010-09-25 Julien Danjou <julien@danjou.info>
5557
5558 * notifications.el: Call dbus-register-signal only if it is bound.
5559
ec60da52
GM
55602010-09-25 Glenn Morris <rgm@gnu.org>
5561
5562 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5563 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5564 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5565 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5566 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5567 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5568 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
5569 * eshell/esh-util.el, eshell/esh-var.el:
5570 Remove leading `*' from docs of faces and defcustoms.
5571
4c964351
UM
55722010-09-25 Ulrich Mueller <ulm@gentoo.org>
5573
5574 * eshell/em-ls.el (eshell-ls-archive-regexp):
5575 * eshell/esh-util.el (eshell-tar-regexp):
5576 * ibuffer.el (ibuffer-compressed-file-name-regexp):
5577 * info.el (Info-suffix-list):
5578 * international/mule.el (auto-coding-alist):
5579 * woman.el (woman-file-regexp, woman-file-compression-regexp):
5580 * progmodes/etags.el (tags-compression-info-list):
5581 Support xz compression.
5582
41f54b73
CY
55832010-09-25 Chong Yidong <cyd@stupidchicken.com>
5584
5585 * files.el (get-free-disk-space): Don't assume the "df" output
5586 columns line up (Bug#6995).
5587
40b1a3a9
JB
55882010-09-25 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * finder.el (finder-unknown-keywords):
5591 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
5592 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
5593
ba3033ee
JB
55942010-09-25 Juanma Barranquero <lekktu@gmail.com>
5595
5596 * server.el (server-start): Revert part of 2010-08-08 change. Using
5597 address 127.0.0.1 for local host is now done in Fmake_network_process.
5598
5e339ee2
GM
55992010-09-24 Glenn Morris <rgm@gnu.org>
5600
5601 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
5602 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
5603 * textmodes/css-mode.el, textmodes/dns-mode.el:
5604 Move autoloaded auto-mode-alist entries to files.el.
5605 * files.el (auto-mode-alist): Move entries here.
5606
af3ccb5c
GM
56072010-09-23 Glenn Morris <rgm@gnu.org>
5608
5609 * isearch.el (isearch-lazy-highlight-cleanup)
5610 (isearch-lazy-highlight-initial-delay)
5611 (isearch-lazy-highlight-interval)
5612 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
5613 * net/net-utils.el (ipconfig-program-options):
5614 Move aliases to options before the associated definitions.
5615
266a86bd 56162010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
5617
5618 * newcomment.el (comment-normalize-vars): Better test validity of
5619 comment-end-skip.
5620
27ffea71 56212010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
5622
5623 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
5624 (float-e): New name for `e'.
5625 (degrees-to-radians, radians-to-degrees):
5626 * calendar/solar.el (solar-longitude):
5627 * calculator.el (calculator-registers, calculator-funcall):
5628 * textmodes/artist.el (artist-spray-random-points):
5629 * play/bubbles.el (bubbles--initialize-images): Use new names.
5630
27ffea71 56312010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
5632
5633 Update to CEDET 1.0's version of EIEIO.
5634
9e0d4f9e
SM
5635 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
5636 New function.
a2930e43
EL
5637 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
5638 (eieio-default-eval-maybe): Eval val instead of unquoting only.
5639 (class-precedence-list): If class is nil, return nil.
5640 (eieio-generic-call): If class of first input arg is nil, don't
5641 look up static methods, and do check for primary methods.
5642 (initialize-instance): See if the default needs to be evaluated
5643 during the constructor.
5644 (eieio-perform-slot-validation-for-default): Don't do the check
5645 for values that will eventually be evaluated.
5646 (eieio-eval-default-p): New function.
5647 (eieio-default-eval-maybe): Use it.
5648
27ffea71 56492010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
5650
5651 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
5652 method-invocation-order.
5653 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
5654 (eieio-class-precedence-dfs): Compute class precedence list using
5655 dfs algorithm.
5656 (eieio-class-precedence-bfs): Compute class precedence list using
5657 bfs algorithm.
9e0d4f9e 5658 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
5659 c3 algorithm.
5660 (class-precedence-list): New function.
5661 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
5662 (inconsistent-class-hierarchy): New error symbol.
5663 (call-next-method): Stow the replacement argument list for future
5664 call-next-method invocations.
5665
266a86bd 56662010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 5667
ea7f9ebf
GM
5668 * calendar/appt.el (appt-check): If not displaying the diary,
5669 use (diary 1) to only get the entries we need.
5670 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
5671 that it is in day order. (Bug#7019)
5672
1bf6d075
GM
5673 * calendar/appt.el (appt-check): Rather than showing the diary,
5674 just turn off invisible display, and only if needed.
5675
87e798a7
GM
5676 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
5677
1fc7dabf
GM
56782010-09-23 Glenn Morris <rgm@gnu.org>
5679
7a16788b
GM
5680 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5681 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 5682 Start warnings with lower-case, like the majority.
7a16788b 5683
19543b17
GM
5684 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
5685
54238e6d
GM
5686 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
5687
ce009d0b
GM
5688 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
5689 * files.el (auto-mode-alist): Move ld-script entries here, further down
5690 the list.
5691
7b344dfe
GM
5692 * vc/add-log.el: Don't require timezone when compiling.
5693 (timezone-make-date-sortable): Autoload it.
5694 (change-log-sortable-date-at): Don't require timezone.
5695 Use `ignore-errors'.
5696
d9703498
GM
5697 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5698 Move alias before definition, so it does not need autoloading.
5699
1fc7dabf
GM
5700 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
5701 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
5702 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
5703 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
5704 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
5705 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
5706 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
5707 * textmodes/tex-mode.el, textmodes/two-column.el:
5708 Remove leading `*' from docs of defcustoms etc.
5709
7676efad
TZ
57102010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5711
5712 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
5713
b069e5a6
G
57142010-09-22 Dan Christensen <jdc@uwo.ca>
5715
5716 * calendar/time-date.el (date-to-time): Try using parse-time-string
5717 first before using the slower timezone-make-date-arpa-standard.
5718
1bf68d53
KY
57192010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5720
5721 * calendar/time-date.el (format-seconds): Comment fix.
5722
cd205c76
GM
57232010-09-22 Glenn Morris <rgm@gnu.org>
5724
5725 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
5726 is not automatically buffer-local.
5727
4ddea91b
SM
57282010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
5731 (smie-indent-comment): Be more careful with comment-start-skip.
5732 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
5733 (smie-indent-functions): Use them.
5734
b0f037ed
MA
57352010-09-21 Michael Albinus <michael.albinus@gmx.de>
5736
5737 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
5738
8cf1771a
JD
57392010-09-21 Jan Djärv <jan.h.d@swipnet.se>
5740
36a1b6db
JD
5741 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
5742 tool-bar-position. Don't modify frame parameters here.
180fb94a 5743 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 5744
8cf1771a
JD
5745 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
5746
0097720d
SM
57472010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5d8e0d5d
SM
5749 * textmodes/reftex-parse.el (reftex-what-macro)
5750 (reftex-context-substring): Let-bind forward-sexp-function to nil
5751 since we don't need/want to treat \begin...\end as a block (bug#7053).
5752
984edd22
SM
5753 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
5754
5755 * simple.el (blink-matching-open): Use syntax-class.
5756
3672149f
SM
5757 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
5758 Set invisibility spec for pascal's outline mode.
5759 (pascal-outline-change): Clean up calling convention.
5760 (pascal-show-all, pascal-hide-other-defuns): Update callers.
5761
549d0e1e
SM
5762 * progmodes/prolog.el (prolog-smie-forward-token)
5763 (prolog-smie-backward-token): New functions.
5764 (prolog-mode-variables): Use them to parse "!," correctly.
5765 Set up smie-blink-matching for ".".
5766
a9cb95dd
SM
5767 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
5768 and `end'.
5769 (ispell-region, ispell-process-line): Update users.
5770
de558d10
SM
5771 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
5772 point-min==1.
5773
94eb3112
SM
5774 * textmodes/ispell.el: Fix commenting convention.
5775 (ispell-parse-output): Simplify, use push.
5776 (ispell-region): Use match-string-no-properties.
5777 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
5778 (ispell-minor-mode): Use define-minor-mode.
5779 (ispell-message): Remove unused var `skip-regexp'.
5780 (ispell-add-per-file-word-list): Use dynamic let-binding.
5781 Try and use the proper comment marker.
5782
1f7f45a5
SM
5783 * mail/sendmail.el: Fix commenting convention.
5784 (sendmail-send-it): Use line-beginning-position.
5785
0097720d
SM
5786 * help-fns.el (describe-variable): Add original value, if applicable.
5787
596880ea
JB
57882010-09-20 Juanma Barranquero <lekktu@gmail.com>
5789
f0713411
JB
5790 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
5791
596880ea
JB
5792 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
5793
37c0347e
SM
57942010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5795
2bc01104
SM
5796 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
5797 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
5798 (smie-prec2-levels): Use them to better diagnose precedence cycles.
5799 (smie-blink-matching-check): Don't signal a mismatch if car is t.
5800 (smie-blink-matching-open): Rewrite to remove assumptions, so that
5801 something like "." can also be a closer.
5802 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
5803 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
5804 Rename internal functions to use "--". Update callers.
5805
e2c3f530
SM
5806 * frame.el (make-frame-names-alist): Don't list frames on other displays.
5807
37c0347e
SM
5808 * fringe.el (fringe-styles): New var.
5809 (fringe-mode, fringe-query-style): Use it.
5810
74790210
MM
58112010-09-18 Michael R. Mauger <mmaug@yahoo.com>
5812
5813 * progmodes/sql.el: Version 2.8
93acd23d 5814 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
5815 (sql-product-alist): Add :list-all and :list-table features for
5816 SQLite, Postgres and MySQL products.
5817 (sql-redirect): Handle default value.
5818 (sql-execute, sql-execute-feature): New functions.
5819 (sql-read-table-name): New function.
93acd23d 5820 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
5821 (sql-mode-map, sql-interactive-mode-map): Add key definitions
5822 for above functions.
5823 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
5824 for above functions.
5825 (sql-postgres-login-params): Add user and database defaults.
5826 (sql-buffer-live-p): Bug fix.
93acd23d 5827 (sql-product-history): New variable.
35f52ed6 5828 (sql-read-product): New function. Use it.
74790210
MM
5829 (sql-set-product, sql-product-interactive): Use it.
5830 (sql-connection-history): New variable.
93acd23d 5831 (sql-read-connection): New function. Use it.
74790210
MM
5832 (sql-connect): New function.
5833 (sql-for-each-login): Redesign function interface.
5834 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
5835 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
5836 (sql-comint): Check for program. Existing live buffer.
74790210
MM
5837 (sql-comint-postgres): Add port parameter.
5838
cec01cd2
SM
58392010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * emacs-lisp/warnings.el: Fix commenting convention.
5842 (display-warning): Use special mode and make the buffer read-only.
5843
c2a845b5
JB
58442010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
5845
5846 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
5847 empty string when it follows a repeated or optional pattern.
5848
f5632fb6
SM
58492010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * indent.el (indent-according-to-mode): Apply syntax-propertize.
5852 (indent-region): Use indent-according-to-mode.
5853
71b961e8
EZ
58542010-09-18 Eli Zaretskii <eliz@gnu.org>
5855
5856 * fringe.el (fringe-mode): Doc fix.
5857
dbbd7ad4
KRC
58582010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
5859
5860 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
5861 refreshing the preview buffer.
5862
b879a6e2
SM
58632010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
5866 (latex-syntax-propertize-rules): New consts; replace
5867 tex-font-lock-syntactic-keywords.
5868 (tex-env-mark, latex-env-before-change): New functions.
5869 (latex-electric-env-pair-mode): New minor mode.
5870 (tex-font-lock-verb): Change arguments; do move point.
5871 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
5872 representation as a form of comment.
5873 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
5874 (doctex-syntax-propertize-rules): New const; replaces
5875 doctex-font-lock-syntactic-keywords.
5876 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
5877
5878 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
5879 (fortran-make-syntax-propertize-function): New function; replaces
5880 fortran-font-lock-syntactic-keywords.
5881 (fortran-mode): Use it.
5882 (fortran-line-length): Use it. Improve interactive spec.
5883
5884 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
5885 (syntax-propertize-rules): Add var-ref case. Fix offset computation
5886 when adding surrounding \(..\).
5887
5888 * progmodes/js.el (js-mode): Fix last change (bug#7054).
5889
4be520fb
SM
58902010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5891
269c197e
SM
5892 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
5893 Use with-current-buffer.
5894
4be520fb
SM
5895 * isearch.el (isearch-face): Rename from `isearch'.
5896 (isearch-highlight): Use new name.
5897
a67597d6
EZ
58982010-09-17 Eli Zaretskii <eliz@gnu.org>
5899
5900 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
5901 5, for `half' width fringes. (Bug#6933)
5902
31c381e8
SM
59032010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5904
3fe6ef4e
SM
5905 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5906 (byte-compile-defvar): "foo/bar" does not lack a prefix.
5907
31c381e8
SM
5908 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
5909
fb0cf781
J
59102010-09-17 Stephen Berman <stephen.berman@gmx.net>
5911
5912 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
5913 in calculating new frame position. Add more space between new and
5914 parent on the left (Bug#7048).
5915
1a9dc3b5
MA
59162010-09-17 Michael Albinus <michael.albinus@gmx.de>
5917
5918 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
5919 defmacro.
5920
dff0fdc3
CY
59212010-09-16 Chong Yidong <cyd@stupidchicken.com>
5922
31c381e8 5923 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 5924
117c96c7
CY
5925 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
5926 obsolete alias for x-selection-value.
5927
dff0fdc3
CY
5928 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
5929
c6f2191f
MA
59302010-09-16 Michael Albinus <michael.albinus@gmx.de>
5931
5932 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
5933 cookie.
5934
6139f995
MA
59352010-09-15 Michael Albinus <michael.albinus@gmx.de>
5936
5937 * net/tramp-compat.el (tramp-compat-with-temp-message)
5938 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
5939 (tramp-compat-process-put): New defuns.
5940
5941 * net/tramp.el (top):
5942 * net/tramp-gvfs.el (top):
5943 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
5944
31c381e8
SM
5945 * net/tramp.el (tramp-progress-reporter-update):
5946 Use `tramp-compat-funcall'.
6139f995
MA
5947
5948 * net/tramp.el (tramp-process-actions):
5949 * net/tramp-gvfs.el (tramp-handle-vc-registered):
5950 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
5951 (tramp-get-remote-stat, tramp-get-remote-readlink):
5952 Use `tramp-compat-with-temp-message'.
6139f995
MA
5953
5954 * net/tramp-sh.el (top): Require 'cl.
5955 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
5956 (tramp-open-connection-setup-interactive-shell):
5957 Use `tramp-compat-process-put'.
6139f995 5958
22c3ce97
AM
59592010-09-15 Alan Mackenzie <acm@muc.de>
5960
5961 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
5962 indentation.
a4ee83cc 5963 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 5964
4f1e9960
SM
59652010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5968 `lexical' for warnings related to lexical scoping.
5969 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
5970 global vars which don't have a prefix and could hence affect lexical
5971 scoping in unrelated files.
5972
01e80360
LMI
59732010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5974
5975 * net/imap.el: Revert back to version
5976 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5977 seem problematic.
5978
5e2a84e3
JB
59792010-09-14 Juanma Barranquero <lekktu@gmail.com>
5980
5981 * obsolete/old-whitespace.el (whitespace-unload-function):
5982 Explicitly pass `obarray' to `unintern' to avoid a warning.
5983
f3a30a50
SM
59842010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
5987 Add `when' argument. Update callers.
5988
5989 * subr.el (unintern): Declare the obarray arg mandatory.
5990
92b99a01
GM
59912010-09-14 Glenn Morris <rgm@gnu.org>
5992
67ae9766
GM
5993 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
5994 Doc fixes.
5995
92b99a01
GM
5996 * calendar/diary-lib.el (diary-included-files): New variable.
5997 (diary-list-entries): Maybe initialize diary-included-files.
5998 (diary-include-other-diary-files): Append to diary-included-files.
5999 * calendar/appt.el (appt-update-list): Also check the members of
6000 diary-included-files. (Bug#6999)
08151ec5 6001 (appt-check): Doc fix.
92b99a01 6002
6664fc59 60032010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6004
6005 * simple.el (line-move-visual): Do not truncate goal column to
6006 integer size. (Bug#7020)
6007
6664fc59 60082010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6009
6010 * repeat.el (repeat): Allow repeating when the last event is a click.
6011 Suggested by Drew Adams (bug#6256).
6012
6664fc59 60132010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
6014
6015 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
6016 Replace setting HGRCPATH to "" by some less invasive --config options.
6017
6664fc59 60182010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6019
6020 * font-lock.el (font-lock-beginning-of-syntax-function):
6021 Mark as obsolete.
6022
6664fc59 60232010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6024
6025 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6026 and tool-bar modes. (Bug#6211)
6027 (menu-bar-mode): Move setting of standard-value after the
6028 minor-mode definition, otherwise it seems to have no effect.
6029
6664fc59 60302010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6031
6032 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6033 Fix typo. (Bug#6976)
6034
6664fc59 60352010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6036
6037 * whitespace.el: Allow cleaning up blanks without blank
6038 visualization (Bug#6651). Adjust help window for
6039 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
6040 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6041 (whitespace-style): Add new value 'face. Adjust docstring.
6042 (whitespace-space, whitespace-hspace, whitespace-tab):
6043 Adjust foreground property face.
9c405a86
CY
6044 (whitespace-line-column): Adjust docstring and type declaration.
6045 (whitespace-style-value-list, whitespace-toggle-option-alist)
6046 (whitespace-help-text): Adjust const initialization.
6047 (whitespace-toggle-options, global-whitespace-toggle-options):
6048 Adjust docstring.
6049 (whitespace-display-window, whitespace-interactive-char)
6050 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6051 (whitespace-help-scroll): New fun.
6052
ba96ddf5
KY
60532010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6054
6055 * calendar/time-date.el (format-seconds): Comment fix.
6056
a386ac70
MM
60572010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6058
6059 * progmodes/sql.el: Version 2.7.
6060 (sql-buffer-live-p): Improve detection.
6061 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6062 (sql-set-sqli-buffer): Use it.
6063 (sql-product-interactive): Run `sql-set-sqli-hook'.
6064 (sql-rename-buffer): Code cleanup.
6065 (sql-redirect, sql-redirect-value): New functions. More to come.
6066
5d921df2
JB
60672010-09-13 Juanma Barranquero <lekktu@gmail.com>
6068
6069 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
6070 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6071 (TRAMP_SRC): New macro.
6072 ($(lisp)/net/tramp-loaddefs.el): New target.
6073
03c1ad43
MA
60742010-09-13 Michael Albinus <michael.albinus@gmx.de>
6075
6076 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6077
6078 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6079
6080 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
6081 'tramp-compat, everything else is required there.
6082 Use `ignore-errors' where appropriate.
03c1ad43
MA
6083 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6084 (tramp-terminal-type, tramp-end-of-output)
6085 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6086 (tramp-completion-function-alist-ssh)
6087 (tramp-completion-function-alist-telnet)
6088 (tramp-completion-function-alist-su)
6089 (tramp-completion-function-alist-putty, tramp-remote-path)
6090 (tramp-remote-process-environment, tramp-sh-extra-args)
6091 (tramp-actions-before-shell, tramp-uudecode)
6092 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6093 (tramp-perl-file-attributes)
6094 (tramp-perl-directory-files-and-attributes)
6095 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6096 (tramp-perl-encode, tramp-perl-decode)
6097 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6098 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6099 (tramp-handle-make-symbolic-link, tramp-handle-load)
6100 (tramp-handle-file-name-as-directory)
6101 (tramp-handle-file-name-directory)
6102 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6103 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6104 (tramp-do-file-attributes-with-ls)
6105 (tramp-do-file-attributes-with-perl)
6106 (tramp-do-file-attributes-with-stat)
6107 (tramp-handle-set-visited-file-modtime)
6108 (tramp-handle-verify-visited-file-modtime)
6109 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6110 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6111 (tramp-handle-file-selinux-context)
6112 (tramp-handle-set-file-selinux-context)
6113 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6114 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6115 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6116 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6117 (tramp-handle-file-ownership-preserved-p)
6118 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6119 (tramp-handle-directory-files-and-attributes)
6120 (tramp-do-directory-files-and-attributes-with-perl)
6121 (tramp-do-directory-files-and-attributes-with-stat)
6122 (tramp-handle-file-name-all-completions)
6123 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6124 (tramp-handle-copy-file, tramp-handle-copy-directory)
6125 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6126 (tramp-do-copy-or-rename-file-via-buffer)
6127 (tramp-do-copy-or-rename-file-directly)
6128 (tramp-do-copy-or-rename-file-out-of-band)
6129 (tramp-handle-make-directory, tramp-handle-delete-directory)
6130 (tramp-handle-delete-file)
6131 (tramp-handle-dired-recursive-delete-directory)
6132 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6133 (tramp-handle-insert-directory)
6134 (tramp-handle-unhandled-file-name-directory)
6135 (tramp-handle-expand-file-name)
6136 (tramp-handle-substitute-in-file-name)
6137 (tramp-handle-executable-find, tramp-process-sentinel)
6138 (tramp-handle-start-file-process, tramp-handle-process-file)
6139 (tramp-handle-call-process-region, tramp-handle-shell-command)
6140 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6141 (tramp-handle-insert-file-contents)
6142 (tramp-handle-insert-file-contents-literally)
6143 (tramp-handle-find-backup-file-name)
6144 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6145 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6146 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6147 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6148 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6149 (tramp-find-file-exists-command, tramp-open-shell)
6150 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6151 (tramp-open-connection-setup-interactive-shell)
6152 (tramp-local-coding-commands, tramp-remote-coding-commands)
6153 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6154 (tramp-inline-compress-commands, tramp-find-inline-compress)
6155 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 6156 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
6157 (tramp-send-command-and-check, tramp-barf-unless-okay)
6158 (tramp-send-command-and-read, tramp-mode-string-to-int)
6159 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6160 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6161 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6162 (tramp-method-out-of-band-p, tramp-local-host-p)
6163 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6164 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6165 (tramp-get-test-command, tramp-get-test-nt-command)
6166 (tramp-get-file-exists-command, tramp-get-remote-ln)
6167 (tramp-get-remote-perl, tramp-get-remote-stat)
6168 (tramp-get-remote-readlink, tramp-get-remote-trash)
6169 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6170 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 6171 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
6172 tramp-sh.el.
6173 (tramp-methods, tramp-default-method-alist)
6174 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6175 Move initialization to tramp-sh.el.
6176 (tramp-temp-name-prefix): Make it a defconst.
6177 (tramp-dissect-file-name): Don't check anymore for multi-hop
6178 methods.
6179 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 6180 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
6181 (tramp-get-debug-buffer): Use it.
6182
6183 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6184 initialization forms.
6185 (tramp-set-connection-property): Don't protect `tramp-message'
6186 call, it isn't necessary any longer.
6187 (tramp-dump-connection-properties): Use `ignore-errors'.
6188
6189 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6190 'password-cache and 'auth-source.
6191
6192 * net/tramp-gvfs.el (top):
6193 * net/tramp-smb.el (top): Require 'tramp-sh.
6194
6195 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6196
6197 * net/tramp-sh.el: New file, derived from tramp.el.
6198 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 6199 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
6200 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6201 Use `ignore-errors' where appropriate.
6202 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
6203 `tramp-file-name-handler-alist'.
6204 (tramp-send-command-and-check): Return t or nil. Remove all
6205 `zerop' checks, where called.
6206 (tramp-handle-set-file-modes)
6207 (tramp-do-copy-or-rename-file-directly)
6208 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 6209 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
6210 (tramp-sh-file-name-handler, tramp-send-command-and-check)
6211 (tramp-get-remote-ln): Set tramp-autoload cookie.
6212
6213 * net/tramp-fish.el: Remove file.
6214
c5fe4acb
DU
62152010-09-13 Daiki Ueno <ueno@unixuser.org>
6216
6217 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
6218 buffer-file-name to avoid file-locking. (Bug#7026)
6219
7ea2d383
MA
62202010-09-13 Julien Danjou <julien@danjou.info>
6221
6222 * notifications.el (notifications-notify): Add support for
6223 image-path and sound-name.
6224 (notifications-specification-version): Add this variable.
6225
5616cc54
SM
62262010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6227
31c381e8 6228 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 6229
94c7243b
LL
62302010-09-12 Leo <sdl.web@gmail.com>
6231
6232 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
6233 (rcirc-completion-start): New variables.
6234 (rcirc-nick-completions): Rename to rcirc-completions.
6235 (rcirc-nick-completion-start-offset): Delete.
6236 (rcirc-completion-at-point): New function for constructing
6237 completion data for both nicks and irc commands. Add to
6238 completion-at-point-functions in rcirc mode.
6239 (rcirc-complete): Rename from rcirc-nick-complete; use
6240 rcirc-completion-at-point.
6241 (defun-rcirc-command): Update rcirc-client-commands.
6242
0f34ae28
GM
62432010-09-11 Glenn Morris <rgm@gnu.org>
6244
6245 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
6246 atomically, to avoid parallel build errors. (Bug#4196)
6247
9250002f
MM
62482010-09-11 Michael R. Mauger <mmaug@yahoo.com>
6249
6250 * progmodes/sql.el: Version 2.6
6251 (sql-dialect): Synonym for "sql-product".
6252 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6253 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
6254 Set "sql-buffer" to buffer name not buffer object so multiple sql
6255 interactive buffers work properly. Reverts misguided changes in
6256 earlier work.
6257 (sql-comint): Make sure different buffer name is used if "*SQL*"
6258 buffer is for a different product.
6259 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
6260 login param.
6261 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6262 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6263 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
6264 Accept new buffer name or prompt for one.
6265 (sql-port): Default to zero.
6266 (sql-comint-mysql): Handle "sql-port" as a numeric.
6267 (sql-port-history): Delete unused variable.
6268 (sql-get-login): Default "sql-port" to a number.
31c381e8 6269 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
6270 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
6271 "sqlite3" executables.
31c381e8 6272 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
6273 (sql-buffer-live-p): New function.
6274 (sql-mode-menu, sql-send-string): Use it.
6275 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
6276 syntax pattern.
6277 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
6278 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
6279
a9ec34f4
LMI
62802010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6281
31c381e8 6282 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 6283
cf38dd42
SM
62842010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6285
6286 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
6287 to replace texinfo-font-lock-syntactic-keywords.
6288 (texinfo-mode): Use it.
6289
6290 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
6291 Use syntax-propertize-function.
6292
6293 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
6294 replace sgml-font-lock-syntactic-keywords.
6295 (sgml-mode): Use it.
6296
6297 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
6298 since we don't use it.
6299
6300 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
6301
6302 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
6303 if available.
6304 (vhdl-fontify-buffer): Adjust.
6305
6306 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
6307 replace tcl-font-lock-syntactic-keywords.
6308 (tcl-mode): Use it.
6309
6310 * progmodes/simula.el (simula-syntax-propertize-function): New var to
6311 replace simula-font-lock-syntactic-keywords.
6312 (simula-mode): Use it.
6313
6314 * progmodes/sh-script.el (sh-st-symbol): Remove.
6315 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
6316 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
6317 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
6318 (sh-font-lock-paren): Set syntax-multiline.
6319 (sh-font-lock-syntactic-keywords): Remove.
6320 (sh-syntax-propertize-function): New function to replace it.
6321 (sh-mode): Use it.
6322
6323 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
6324 Define while compiling.
6325 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6326 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
6327 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
6328 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6329 (ruby-here-doc-end-syntax): Only define when
6330 syntax-propertize is not available.
6331 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
6332 New functions.
6333 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
6334 (electric-indent-chars): Silence bytecompiler.
6335 (ruby-mode): Use prog-mode, syntax-propertize-function, and
6336 electric-indent-chars.
6337
6338 * progmodes/python.el (python-syntax-propertize-function): New var to
6339 replace python-font-lock-syntactic-keywords.
6340 (python-mode): Use it.
6341 (python-quote-syntax): Simplify and adjust to new use.
6342
6343 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
6344 replace perl-font-lock-syntactic-keywords.
6345 (perl-syntax-propertize-special-constructs): New fun to replace
6346 perl-font-lock-special-syntactic-constructs.
6347 (perl-font-lock-syntactic-face-function): New fun.
6348 (perl-mode): Use it.
6349
6350 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
6351 to replace octave-font-lock-close-quotes.
6352 (octave-syntax-propertize-function): New function to replace
6353 octave-font-lock-syntactic-keywords.
6354 (octave-mode): Use it.
6355
6356 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
6357 replaces mixal-font-lock-syntactic-keywords.
6358 (mixal-mode): Use it.
6359
6360 * progmodes/make-mode.el (makefile-syntax-propertize-function):
6361 New var; replaces makefile-font-lock-syntactic-keywords.
6362 (makefile-mode): Use it.
6363 (makefile-imake-mode): Adjust.
6364
6365 * progmodes/js.el (js--regexp-literal): Define while compiling.
6366 (js-syntax-propertize-function): New var; replaces
6367 js-font-lock-syntactic-keywords.
6368 (js-mode): Use it.
6369
6370 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
6371 replaces gdb-script-font-lock-syntactic-keywords.
6372 (gdb-script-mode): Use it.
6373
6374 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
6375 (fortran--font-lock-syntactic-keywords): New var.
6376 (fortran-line-length): Update syntax-propertize-function and
6377 fortran--font-lock-syntactic-keywords.
6378
6379 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
6380
6381 * progmodes/cfengine.el (cfengine-mode):
6382 Use syntax-propertize-function.
6383 (cfengine-font-lock-syntactic-keywords): Remove.
6384
6385 * progmodes/autoconf.el (autoconf-mode):
6386 Use syntax-propertize-function.
6387 (autoconf-font-lock-syntactic-keywords): Remove.
6388
6389 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
6390 (ada-after-change-function, ada-initialize-syntax-table-properties)
6391 (ada-handle-syntax-table-properties): Only define when
6392 syntax-propertize is not available.
6393 (ada-mode): Use syntax-propertize-function.
6394
6395 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
6396 (font-lock-fontify-syntactic-keywords-region): Move handling of
6397 font-lock-syntactically-fontified to...
6398 (font-lock-default-fontify-region): ...here.
6399 Let syntax-propertize-function take precedence.
6400 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
6401
6402 * emacs-lisp/syntax.el (syntax-propertize-function)
6403 (syntax-propertize-chunk-size, syntax-propertize--done)
6404 (syntax-propertize-extend-region-functions): New vars.
6405 (syntax-propertize-wholelines, syntax-propertize-multiline)
6406 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
6407 (syntax-propertize): New functions.
6408 (syntax-propertize-rules): New macro.
6409 (syntax-ppss-flush-cache): Set syntax-propertize--done.
6410 (syntax-ppss): Call syntax-propertize.
6411
6412 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
6413
36f7d366
AM
64142010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
6415
6416 * textmodes/ispell.el (ispell-init-process): Improve comments.
6417 XEmacs compatibility changes regarding (add-hook) 'local option
6418 and (set-process-query-on-exit-flag).
6419
8fca3921
MA
64202010-09-09 Michael Albinus <michael.albinus@gmx.de>
6421
cf38dd42
SM
6422 * net/tramp-cache.el (tramp-parse-connection-properties):
6423 Set tramp-autoload cookie.
8fca3921 6424
399653d6
GM
64252010-09-09 Glenn Morris <rgm@gnu.org>
6426
6427 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
6428 (imagemagick-register-types): Doc fix.
6429
c34a9669
SM
64302010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6431
b073dc4b
SM
6432 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
6433
6434 * progmodes/js.el (require): Require is already "eval-and-compile".
6435 (js--re-search-forward): Avoid `eval'. Preserve the error data.
6436 (js--re-search-backward): Use js--re-search-forward.
6437
6438 * progmodes/fortran.el (fortran-line-length): Don't recompute
6439 syntactic keywords redundantly a second time.
6440
6441 * progmodes/ada-mode.el: Replace "(set '" with setq.
6442 (ada-mode): Simplify.
6443 (ada-create-case-exception, ada-adjust-case-interactive)
6444 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
6445 (ada-search-ignore-string-comment, ada-move-to-start)
6446 (ada-move-to-end): Use with-syntax-table.
6447
6448 * font-lock.el (save-buffer-state): Remove `varlist' arg.
6449 (font-lock-unfontify-region, font-lock-default-fontify-region):
6450 Update usage correspondingly.
6451 (font-lock-fontify-syntactic-keywords-region):
6452 Set parse-sexp-lookup-properties buffer-locally here.
6453 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
6454
c34a9669
SM
6455 * simple.el (blink-matching-open): Don't burp if we can't find a match.
6456
13639aab
GM
64572010-09-08 Glenn Morris <rgm@gnu.org>
6458
5a972c36
GM
6459 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
6460 Error if not compiled with -DBYTE_CODE_METER.
6461
13639aab
GM
6462 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6463 Ignore dir-locals-file.
6464
331b2b90
SM
64652010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6468 Not a const.
6469 (compilation-error-regexp-alist-alist): Rule out ": " in file names
6470 for the `gnu' messages.
6471 (compilation-set-skip-threshold): New command.
6472 (compilation-start): Use \' rather than $.
6473 (compilation-forget-errors): Use clrhash.
6474
73b4d51a
AM
64752010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
6476
6477 * textmodes/ispell.el (ispell-valid-dictionary-list):
6478 Simplify logic.
6479
0f34aa77
MA
64802010-09-08 Michael Albinus <michael.albinus@gmx.de>
6481
6482 Migrate to Tramp 2.2. Rearrange load dependencies.
6483 (Bug#1529, Bug#5448, Bug#5705)
6484
6485 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
6486 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
6487 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6488
6489 * net/tramp.el (top): Remove all other tramp-* loads except
6490 tramp-compat.el. Remove all changes to tramp-unload-hook for
6491 other tramp-* packages. Rearrange defun order. Change calls of
6492 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
6493 `tramp-compat-octal-to-decimal' to new function names.
6494 (tramp-terminal-type, tramp-initial-end-of-output)
6495 (tramp-methods, tramp-foreign-file-name-handler-alist)
6496 (tramp-tramp-file-p, tramp-completion-mode-p)
6497 (tramp-send-command-and-check, tramp-get-remote-path)
6498 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
6499 (tramp-shell-quote-argument): Set tramp-autoload cookie.
6500 (with-file-property, with-connection-property): Move to
6501 tramp-cache.el.
6502 (tramp-local-call-process, tramp-decimal-to-octal)
6503 (tramp-octal-to-decimal): Move to tramp-compat.el.
6504 (tramp-handle-shell-command): Do not require 'shell.
6505 (tramp-compute-multi-hops): No special handling for tramp-gw-*
6506 symbols.
6507 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
6508
6509 * net/tramp-cache.el (top): Require 'tramp. Add to
6510 `tramp-unload-hook'.
6511 (tramp-cache-data, tramp-get-file-property)
6512 (tramp-set-file-property, tramp-flush-file-property)
6513 (tramp-flush-directory-property, tramp-get-connection-property)
6514 (tramp-set-connection-property, tramp-flush-connection-property)
6515 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
6516 cookie.
6517 (with-file-property, with-connection-property): New defuns, moved
6518 from tramp.el.
6519 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
6520 macro.
6521
6522 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
6523 (tramp-version): Set tramp-autoload cookie.
6524
6525 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
6526 changes to tramp-unload-hook for other tramp-* packages. Add to
6527 `tramp-unload-hook'.
6528 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
6529 (tramp-compat-call-process): New defuns, moved from tramp.el.
6530
6531 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
6532 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6533 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
6534 `tramp-compat-decimal-to-octal' to new function name.
6535 (tramp-fish-method): Make it a defconst.
6536 (tramp-fish-file-name-p): Make it a defsubst.
6537 (tramp-fish-method, tramp-fish-file-name-handler)
6538 (tramp-fish-file-name-p): Set tramp-autoload cookie.
6539
6540 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
6541 `tramp-foreign-file-name-handler-alist'. Add to
6542 `tramp-unload-hook'.
6543 (tramp-ftp-method): Make it a defconst.
6544 (tramp-ftp-file-name-p): Make it a defsubst.
6545 (tramp-ftp-method, tramp-ftp-file-name-handler)
6546 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
6547
6548 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
6549 `tramp-foreign-file-name-handler-alist'. Add to
6550 `tramp-unload-hook'. Change checks, whether package can be
6551 loaded.
6552 (tramp-gvfs-file-name-p): Make it a defsubst.
6553 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
6554 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
6555 (tramp-gvfs-handle-file-directory-p): New defun.
6556 (tramp-gvfs-file-name-handler-alist): Use it.
6557
6558 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
6559 `tramp-foreign-file-name-handler-alist'. Add to
6560 `tramp-unload-hook'.
6561 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
6562 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
6563 defconst.
6564 (tramp-gw-tunnel-method, tramp-gw-socks-method)
6565 (tramp-gw-open-connection): Set tramp-autoload cookie.
6566
6567 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
6568 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6569 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
6570 loaded.
6571 (tramp-imap-file-name-p): Make it a defsubst.
6572 (tramp-imap-method, tramp-imaps-method)
6573 (tramp-imap-file-name-handler)
6574 (tramp-imap-file-name-p): Set tramp-autoload cookie.
6575
6576 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
6577 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6578 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
6579 loaded. Change call of `tramp-compat-decimal-to-octal' to new
6580 function name.
6581 (tramp-smb-tunnel-method): Make it a defconst.
6582 (tramp-smb-file-name-p): Make it a defsubst.
6583 (tramp-smb-method, tramp-smb-file-name-handler)
6584 (tramp-smb-file-name-p): Set tramp-autoload cookie.
6585
6586 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
6587 (tramp-uuencode-region): Set tramp-autoload cookie.
6588
6589 * net/trampver.el (top) Add to `tramp-unload-hook'.
6590 (tramp-version, tramp-bug-report-address): Set tramp-autoload
6591 cookie. Update release number.
6592
308e764f
AM
65932010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
6594
6595 * textmodes/ispell.el (ispell-start-process): Make sure original
6596 arg list is properly initialized (Bug#6993, Bug#6994).
6597
10999305 65982010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
6599
6600 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
6601
6602 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
6603 chars like - or ] (bug#6984).
6604 (rx-any-condense-range): Explode 2-char ranges.
6605
10999305
CY
66062010-09-06 Glenn Morris <rgm@gnu.org>
6607
6608 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
6609
66102010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
6611
6612 * textmodes/bibtex.el:
6613 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
6614
f292afe5
LMI
66152010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6616
331b2b90 6617 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
6618 since no callers use it.
6619 (imap-message-get): Ditto.
6620 (imap-message-put): Ditto.
6621 (imap-mailbox-map): Ditto.
6622 (imap-mailbox-put): Ditto.
6623 (imap-mailbox-get): Ditto.
a131b9b8 6624 (imap-mailbox-get): Revert last change for this function.
f292afe5 6625
dfe1285d
LMI
66262010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6627
331b2b90 6628 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
6629 callers to use `imap-fetch' instead. According to the comments, this
6630 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
6631 (imap-enable-exchange-bug-workaround): Remove.
6632 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 6633
3ff31c90
LMI
66342010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6635
6636 * net/imap.el (imap-log): New convenience function used throughout
6637 instead of repeating the same code all over the place.
6638
dfe1285d 66392010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
6640
6641 * mouse.el (mouse-save-then-kill): Save region to kill-ring
6642 when mouse-drag-copy-region is non-nil (Bug#6956).
6643
93a596e1
CY
66442010-09-05 Chong Yidong <cyd@stupidchicken.com>
6645
8d76af4a
CY
6646 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
6647 Improve regexps (Bug#6987).
6648 (dired-sort-toggle): Search more robustly for -t flag.
6649
93a596e1
CY
6650 * files.el (get-free-disk-space): Search more robustly for
6651 "available" column. Suggested by Ehud Karni
6652 <ehud@unix.mvs.co.il>.
6653
733946e7
JB
66542010-09-05 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * international/uni-bidi.el:
6657 * international/uni-category.el:
6658 * international/uni-combining.el:
6659 * international/uni-decimal.el:
6660 * international/uni-mirrored.el:
6661 * international/uni-name.el: Regenerate.
6662
2e664aab
SM
66632010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6aeafb34
SM
6665 * electric.el (electric-indent-post-self-insert-function):
6666 Don't reindent with a sloppy indentation function.
6667
2e664aab
SM
6668 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
6669 border case in change-log-mode.
6670
13ef65a4
CY
66712010-09-04 Chong Yidong <cyd@stupidchicken.com>
6672
6673 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6674 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
6675 Recognize leading tab in gcc-include regexp. Ignore names with
6676 leading "from" or "in" in gnu regexp (Bug#6937).
6677
5abf1556
SM
66782010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6aeafb34 6680 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
6681 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
6682 (ispell-start-process): Avoid setq and simplify logic.
6683 (ispell-init-process): Setup kill-buffer-hook locally when needed.
6684 (kill-buffer-hook): Don't use it globally with code that uses
6685 expand-file-name since that may call kill-buffer via
6686 code_conversion_restore.
6687
0be01d2c
CY
66882010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
6689
6690 * emacs-lisp/package.el (package-directory-list): Only call
6691 file-name-nondirectory on a string.
6692
ebf662f4
CY
66932010-09-02 Chong Yidong <cyd@stupidchicken.com>
6694
5abf1556
SM
6695 * emacs-lisp/package.el (package--download-one-archive):
6696 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
6697 (package-activate-1, package-mark-obsolete, define-package)
6698 (package-compute-transaction, package-list-maybe-add): Use push.
6699
e5eddfd1
SM
67002010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6701
89acf735
SM
6702 Use SMIE's blink-paren for octave-mode.
6703 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
6704 Backslashes do not escape single-quotes, single-quotes do.
6705 (octave-block-else-regexp, octave-block-end-regexp)
6706 (octave-block-match-alist): Remove.
6707 (octave-smie-bnf-table): New var, with old content.
6708 (octave-smie-op-levels): Use it.
6709 (octave-smie-closer-alist): New var.
6710 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
6711 (octave-blink-matching-block-open): Remove.
6712 (octave-reindent-then-newline-and-indent, octave-electric-semi)
6713 (octave-electric-space): Let self-insert-command run expand-abbrev and
6714 blink parens.
6715
3b843809
SM
6716 * electric.el (electricity): New group.
6717 (electric-indent-chars): New var.
6718 (electric-indent-post-self-insert-function): New fun.
6719 (electric-indent-mode): New minor mode.
6720 (electric-pair-skip-self): New custom.
6721 (electric-pair-post-self-insert-function): New function.
6722 (electric-pair-mode): New minor mode.
6723
0da20854
SM
6724 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
6725 calcAlg-blink-matching-open.
6726 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
6727 (calc-do-alg-entry): Only touch the part of the keymap that varies.
6728 Use the new blink-matching-check-function.
6729
a49e651e
SM
6730 Provide blink-matching support to SMIE.
6731 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
6732 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
6733 (smie-blink-matching-check, smie-blink-matching-open): New functions.
6734
e5eddfd1
SM
6735 * simple.el (newline): Fix last change to properly remove itself from
6736 the hook.
6737
b13ebb5c
SM
67382010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * simple.el (newline): Eliminate optimization.
6741 Use post-self-insert-hook to set hard-newline and things before
6742 running post-self-insert-hook.
6743 (blink-matching-check-mismatch): New function.
6744 (blink-matching-check-function): New variable.
6745 (blink-matching-open): Use them.
6746 Skip back forward over prefix chars skipped by forward-sexp.
6747 Don't check if the parens are backslash escaped.
6748 (blink-paren-post-self-insert-function): Check backslash escaping here.
6749
e687c2cd
CY
67502010-09-02 Chong Yidong <cyd@stupidchicken.com>
6751
b13ebb5c
SM
6752 * emacs-lisp/package.el (package-menu-mode-map):
6753 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
6754 (package-menu-mode): Set revert-buffer-function.
6755 (package-menu-revert): Doc fix.
6756
567efba9
AM
67572010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
6758
6759 * textmodes/ispell.el (ispell-init-process): Use "~/" as
6760 `default-directory' unless using Ispell per-directory personal
6761 dictionaries and not in a mini-buffer under XEmacs.
6762 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 6763 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 6764
6d7cc563
JD
67652010-09-02 Jan Djärv <jan.h.d@swipnet.se>
6766
08d4877e
J
6767 * simple.el (kill-new): Call interprogram-cut-function with only
6768 one argument.
6769
45240125
JD
6770 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
6771 Remove cut buffer from error message.
6772
6773 * term/x-win.el (x-select-text):
6774 * term/pc-win.el (x-selection-value):
6775 * term/ns-win.el (x-selection-value):
6776 * eshell/em-term.el:
6777 * w32-fns.el (x-get-selection-value):
6778 * mouse-sel.el (mouse-sel-set-selection-function):
6779 * frame.el (display-selections-p): Remove cut-buffer in documentation.
6780
6d7cc563
JD
6781 * term/x-win.el: Update documentation for x-last-selected-text-*.
6782 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
6783 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
6784 (x-select-text): Remove argument PUSH, update documentation.
6785 Remove cut-buffer code.
6d7cc563 6786 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 6787 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
6788 Update documentation, remove cut-buffer code.
6789 Call x-selection-value-internal.
6d7cc563
JD
6790 (x-clipboard-yank): Call x-selection-value-internal.
6791 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
6792
6793 * term/pc-win.el (x-last-selected-text):
6794 x-cut-buffer-or-selection-value renamed to x-selection-value
6795 (x-select-text): Remove argument PUSH, update documentation.
6796
6797 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
6798 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 6799 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
6800 (x-select-text): Remove argument PUSH, update documentation.
6801
6802 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
6803
6804 * w32-fns.el (x-last-selected-text):
6805 x-cut-buffer-or-selection-value renamed to x-selection-value.
6806 (x-cut-buffer-max): Remove.
6807 (x-select-text): Remove argument PUSH, update documentation.
6808
6809 * simple.el (interprogram-cut-function): Remove mention of PUSH.
6810
6811 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
6812
6813 * mouse-sel.el (mouse-sel-get-selection-function):
6814 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 6815 (x-select-text): Remove optional push.
6d7cc563 6816
4de81ee0
SM
68172010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6818
8f4e9110
SM
6819 * simple.el (blink-paren-function): Move from C to here.
6820 (blink-paren-post-self-insert-function): New function.
6821 (post-self-insert-hook): Use it.
6822
4de81ee0
SM
6823 * emacs-lisp/pcase.el (pcase-split-memq):
6824 Fix overenthusiastic optimisation.
6825 (pcase-u1): Handle the case of a lambda pred.
6826
d419e1d9
KH
68272010-08-31 Kenichi Handa <handa@m17n.org>
6828
6829 * international/mule-cmds.el (standard-display-european-internal):
6830 Setup standard-display-table for 8-bit characters by storing 8-bit
6831 characters in the element vector.
6832
1e05f387
SM
6833 * disp-table.el (standard-display-8bit):
6834 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
6835 characters in the element vector.
6836 (standard-display-european): Likewise.
6837
61f7096c
CY
68382010-08-31 Masatake YAMATO <yamato@redhat.com>
6839
6840 * textmodes/nroff-mode.el (nroff-view): New command.
6841 (nroff-mode-map): Bind it to C-c C-c.
6842
ec5d3ff7
SM
68432010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6844
c8977b2e
SM
6845 * emacs-lisp/smie.el (smie-down-list): New command.
6846
ec5d3ff7
SM
6847 Remove old indentation and navigation code on octave-mode.
6848 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
6849 smie-down-list rather than add a binding for octave-down-block.
6850 (octave-mark-block, octave-blink-matching-block-open):
6851 Rely on forward-sexp-function.
6852 (octave-fill-paragraph): Don't narrow, so you can use
6853 indent-according-to-mode.
6854 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
6855 (octave-in-block-p, octave-re-search-forward-kw)
6856 (octave-re-search-backward-kw, octave-indent-calculate)
6857 (octave-end-as-array-index-p, octave-block-end-offset)
6858 (octave-scan-blocks, octave-forward-block, octave-backward-block)
6859 (octave-down-block, octave-backward-up-block, octave-up-block)
6860 (octave-before-magic-comment-p, octave-indent-line): Remove.
6861
187d3296
CY
68622010-08-31 Chong Yidong <cyd@stupidchicken.com>
6863
6864 * emacs-lisp/package.el (package--read-archive-file): Just use
6865 `read', to avoid copying an additional string.
6866 (package-menu-mode): Set header-line-format here.
6867 (package-menu-refresh, package-menu-revert): Signal an error if
6868 not in the Package Menu.
6869 (package-menu-package-list): New var.
6870 (package--generate-package-list): Operate on the current buffer;
6871 don't assume that it is *Packages*, since the user may rename it.
6872 Allow persistent package listings and sort keys using
6873 package-menu-package-list and package-menu-package-sort-key.
6874 (package-menu--version-predicate): Fix version calculation.
6875 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
6876 (package--list-packages): Create the *Packages* buffer.
6877 Set package-menu-package-list-key.
187d3296
CY
6878 (list-packages): Sorting by status is now the default.
6879 (package-buffer-info): Use match-string-no-properties.
6880 (define-package): Add a &rest argument for future proofing, but
6881 don't use it yet.
6882 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
6883 Merge into a single function, package-install-from-buffer.
6884 (package-install-file): Change caller.
187d3296
CY
6885
6886 * finder.el: Load finder-inf using `require'.
6887 (finder-list-matches): Sorting by status is now the default.
6888 (finder-compile-keywords): Simpify printing.
6889
e17b68ed
SM
68902010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6893 (octave-mode-map): Remove special bindings for forward/backward-block
6894 and octave-backward-up-block. Use smie-close-block.
6895 (octave-continuation-marker-regexp): New var.
6896 (octave-continuation-regexp): Use it.
6897 (octave-operator-table, octave-smie-op-levels)
6898 (octave-operator-regexp, octave-smie-indent-rules): New vars.
6899 (octave-smie-backward-token, octave-smie-forward-token): New funs.
6900 (octave-mode): Use SMIE.
6901 (octave-close-block): Delete.
6902
42b6a73b
EZ
69032010-08-30 Eli Zaretskii <eliz@gnu.org>
6904
6905 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
6906 CLIPBOARD, not in PRIMARY. (Bug#6944)
6907
f291fe60
SM
69082010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6909
ee992a8c
SM
6910 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
6911 a list of parents.
6912 (smie-indent-column): Allow indirection through variables.
6913
d36b74ca
SM
6914 * composite.el (save-buffer-state): Delete, unused.
6915 * font-lock.el (save-buffer-state): Use with-silent-modifications.
6916 (font-lock-default-fontify-region): Use with-syntax-table.
6917 * jit-lock.el (with-buffer-unmodified): Remove.
6918 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
6919
f291fe60
SM
6920 Use `declare' in defmacros.
6921 * window.el (save-selected-window):
6922 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
6923 * progmodes/python.el (def-python-skeleton):
6924 * net/dbus.el (dbus-ignore-errors):
6925 * jka-cmpr-hook.el (with-auto-compression-mode):
6926 * international/mule.el (with-category-table):
6927 * emacs-lisp/timer.el (with-timeout):
6928 * emacs-lisp/lisp-mnt.el (lm-with-file):
6929 * emacs-lisp/eieio.el (with-slots):
6930 * emacs-lisp/easymenu.el (easy-menu-define):
6931 * emacs-lisp/debug.el (debugger-env-macro):
6932 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
6933 (Multiple-value-call, Multiple-value-prog1):
6934 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
6935 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
6936 edebug rule to definition.
6937 * emacs-lisp/lisp-mode.el (save-selected-window)
6938 (with-current-buffer, combine-after-change-calls)
6939 (with-output-to-string, with-temp-file, with-temp-buffer)
6940 (with-temp-message, with-syntax-table, read-if, eval-after-load)
6941 (dolist, dotimes, when, unless):
6942 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
6943
96ae4c8f
CY
69442010-08-29 Chong Yidong <cyd@stupidchicken.com>
6945
6946 * finder.el: Require `package'.
6947 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
6948 (finder-package-info): Var deleted.
6949 (finder-keywords-hash, finder--builtins-alist): New vars.
6950 (finder-compile-keywords): Compute package--builtins and
6951 finder-keywords-hash instead of finder-keywords-hash, respecting
6952 the "Package" header.
f291fe60
SM
6953 (finder-unknown-keywords, finder-list-matches):
6954 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
6955 (finder-mode): Don't set font-lock-defaults.
6956 (finder-exit): We don't use "*Finder-package*" and "*Finder
6957 Category*" buffers anymore.
6958
6959 * emacs-lisp/package.el (package--builtins-base): Var deleted.
6960 (package--builtins): Set default value to nil.
6961 (package-initialize): Load precomputed value of package--builtins
6962 from finder-inf.el.
6963 (package-alist, package-compute-transaction)
6964 (package-download-transaction): Improve docstring.
6965 (package-read-all-archive-contents): Do not change
6966 package--builtins here.
6967 (list-packages): Make package-list-packages an alias for this.
6968 Sort by status by default.
6969 (package--list-packages): Add optional PACKAGES arg.
6970 (describe-package-1): Use font-lock-face property. For built-in
6971 packages, insert file commentary.
6972 (package--generate-package-list): Rename from
6973 package-list-packages-internal; all callers changed. Add optional
6974 PACKAGES arg. Add alphabetical sort fallbacks.
6975 (package-menu--version-predicate, package-menu--status-predicate)
6976 (package-menu--description-predicate)
6977 (package-menu--name-predicate): New functions.
6978
6979 * info.el (Info-finder-find-node): Search package-alist instead of
6980 finder-package-info.
6981
e2046ecf
CY
69822010-08-29 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * subr.el (version-regexp-alist): Don't use "a" and "b" for
6985 "alpha" and "beta".
6986 (version-to-list): Handle versions like "10.3d".
6987
6fe79b7c
SM
69882010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
6991 (macroexp-accumulate): Use `declare'.
6992
1a868076
VJL
69932010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6994
6995 * whitespace.el (whitespace-style): Adjust type declaration.
6996
9e69cb05
KH
69972010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
6998
6999 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7000 empty argument to gvfs-copy.
7001
70022010-08-26 Chong Yidong <cyd@stupidchicken.com>
7003
7004 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7005 handle new TRASH arg of `delete-file'.
7006
70072010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
7008
7009 * net/tramp.el (tramp-handle-insert-directory): Don't use
7010 `forward-word', its default syntax could be changed.
7011
70122010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7013 Michael Albinus <michael.albinus@gmx.de>
7014
7015 Implement compression for inline methods.
7016
7017 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7018 (tramp-copy-size-limit): Allow also nil.
7019 (tramp-inline-compress-commands): New defconst.
7020 (tramp-find-inline-compress, tramp-get-inline-compress)
7021 (tramp-get-inline-coding): New defuns.
7022 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
7023 replaced by `tramp-get-inline-coding'.
7024 (tramp-handle-file-local-copy, tramp-handle-write-region)
7025 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7026
70272010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
7028
7029 Detect ssh 'ControlMaster' argument automatically in some cases.
7030
7031 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
7032 (tramp-default-method): Use it.
7033
70342010-08-26 Karel Klíč <kklic@redhat.com>
7035
7036 * net/tramp.el (tramp-file-name-for-operation):
7037 Add file-selinux-context.
7038
70392010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7040
7041 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7042
70432010-08-26 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7046 (Bug#6907).
7047
4142607e
NW
70482010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7049
7050 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7051 (js-paren-indent-offset, js-square-indent-offset)
7052 (js-curly-indent-offset): New options.
7053 (js--proper-indentation): Use them.
7054
88a36e60
DC
70552010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7056
7057 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7058 instead of inspecting font-lock properties (Bug#6916).
7059
38dbc4d8
DR
70602010-08-26 David Reitter <david.reitter@gmail.com>
7061
7062 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7063 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7064 (server-execute): Do not run hooks here.
7065
44ffae96
MA
70662010-08-26 Michael Albinus <michael.albinus@gmx.de>
7067
7068 Sync with Tramp 2.1.19.
7069
20b8ac83
MA
7070 * net/tramp-cmds.el (tramp-cleanup-all-connections)
7071 (tramp-reporter-dump-variable, tramp-load-report-modules)
7072 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
7073 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
7074
7075 * net/tramp-compat.el (top): Do not autoload
7076 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
7077 only when `start-file-process' is not bound.
7078 (byte-compile-not-obsolete-vars): Define if not bound.
7079 (tramp-compat-funcall): New defmacro.
7080 (tramp-compat-line-beginning-position)
7081 (tramp-compat-line-end-position)
7082 (tramp-compat-temporary-file-directory)
7083 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
7084 (tramp-compat-copy-file, tramp-compat-copy-directory)
7085 (tramp-compat-delete-file, tramp-compat-delete-directory)
7086 (tramp-compat-number-sequence, tramp-compat-process-running-p):
7087 Use it.
7088 (tramp-advice-file-expand-wildcards): Do not use
7089 `tramp-handle-file-remote-p'.
7090 (tramp-compat-make-temp-file): Simplify fallback implementation.
7091 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7092 (tramp-compat-copy-tree): Remove function.
7093 (tramp-compat-delete-file): New defun.
7094 (tramp-compat-delete-directory): Provide implementation for older
7095 Emacsen.
7096 (tramp-compat-file-attributes): Handle only
7097 `wrong-number-of-arguments' error.
7098
95b6d681
JB
7099 * net/tramp-fish.el (tramp-fish-handle-copy-file):
7100 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
7101 (tramp-fish-handle-delete-file): Add TRASH arg.
7102 (tramp-fish-handle-directory-files-and-attributes):
7103 Do not use `tramp-fish-handle-file-attributes.
7104 (tramp-fish-handle-file-local-copy)
7105 (tramp-fish-handle-insert-file-contents)
7106 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
7107
7108 * net/tramp-gvfs.el (top): Require url-util.
7109 (tramp-gvfs-mount-point): Remove.
7110 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
7111 and `set-file-selinux-context'.
7112 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
7113 (tramp-gvfs-handle-file-selinux-context)
7114 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
7115 (with-tramp-dbus-call-method): Format trace message.
7116 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
7117 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
7118 Implement backup call, when operation on local files fails.
7119 Use progress reporter. Flush properties of changed files.
6a7662bb
BR
7120 (tramp-gvfs-handle-delete-file): Add TRASH arg.
7121 Use `tramp-compat-delete-file'.
20b8ac83
MA
7122 (tramp-gvfs-handle-expand-file-name): Expand "~/".
7123 (tramp-gvfs-handle-make-directory): Make more traces.
7124 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
7125 (tramp-gvfs-url-file-name): Hexify file name in url.
7126 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7127 into account for the resulting file name.
7128 (tramp-gvfs-handler-askquestion): Preserve current message, in
7129 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
7130 Return dummy mountpoint, when the answer is "no".
7131 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
7132 (tramp-gvfs-handler-mounted-unmounted)
7133 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
7134 attribute "default_location". Set "prefix" property.
7135 Handle default-location.
20b8ac83
MA
7136 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7137 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7138 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
7139 "no" in interactive questions, for example).
7140 Use `tramp-compat-funcall'.
20b8ac83
MA
7141
7142 * net/tramp-imap.el (top): Autoload `epg-make-context'.
7143 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7144 (tramp-imap-do-copy-or-rename-file)
7145 (tramp-imap-handle-insert-file-contents)
7146 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7147 (tramp-imap-handle-delete-file): Add TRASH arg.
7148
1e05f387
SM
7149 * net/tramp-smb.el (tramp-smb-handle-copy-file):
7150 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
7151 (tramp-smb-handle-copy-file)
7152 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7153 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7154 Use `with-progress-reporter'.
7155 (tramp-smb-handle-delete-file): Add TRASH arg.
7156
7157 * net/tramp.el (tramp-methods): Move hostname to the end in all
7158 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
7159 appropriate.
7160 (tramp-verbose): Describe verbose level 9.
7161 (tramp-completion-function-alist)
7162 (tramp-file-name-regexp, tramp-chunksize)
7163 (tramp-local-coding-commands, tramp-remote-coding-commands)
7164 (with-connection-property, tramp-completion-mode-p)
7165 (tramp-action-process-alive, tramp-action-out-of-band)
7166 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
7167 (tramp-exists-file-name-handler): Fix docstring.
7168 (tramp-remote-process-environment): Use `format' instead of
7169 `concat'. Protect version string by apostroph.
7170 (tramp-shell-prompt-pattern): Do not use a shy group in case of
7171 XEmacs.
7172 (tramp-file-name-regexp-unified)
7173 (tramp-completion-file-name-regexp-unified): On W32 systems, do
7174 not regard the volume letter as remote filename. (Bug#5447)
7175 (tramp-perl-file-attributes)
7176 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
7177 (tramp-vc-registered-read-file-names): Read input as
7178 here-document, otherwise the command could exceed maximum length
7179 of command line.
7180 (tramp-file-name-handler-alist): Add `file-selinux-context' and
7181 `set-file-selinux-context'.
7182 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
7183 backtrace functions.
7184 (tramp-error-with-buffer): Don't show the connection buffer when
7185 we are in completion mode.
7186 (tramp-progress-reporter-update, tramp-remote-selinux-p)
7187 (tramp-handle-file-selinux-context)
7188 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
7189 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
7190 New defuns.
7191 (with-progress-reporter): New defmacro.
7192 (tramp-debug-outline-regexp): New defconst.
7193 (top, tramp-rfn-eshadow-setup-minibuffer)
7194 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7195 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7196 (tramp-completion-mode-p, tramp-check-for-regexp)
7197 (tramp-open-connection-setup-interactive-shell)
7198 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7199 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7200 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
7201 Use `tramp-compat-funcall'.
7202 (tramp-handle-make-symbolic-link): Flush file properties.
7203 (tramp-handle-load, tramp-handle-file-local-copy)
7204 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7205 (tramp-handle-vc-registered, tramp-maybe-send-script)
7206 (tramp-find-shell): Use `with-progress-reporter'.
7207 (tramp-do-file-attributes-with-stat): Add space in format string,
7208 in order to work around a bug in pdksh. Reported by Gilles Pion
7209 <gpion@lfdj.com>.
7210 (tramp-handle-verify-visited-file-modtime): Do not send a command
7211 when the connection is not established.
7212 (tramp-handle-set-file-times): Simplify the check for utc.
7213 (tramp-handle-directory-files-and-attributes)
7214 (tramp-get-remote-path): Use `copy-tree'.
7215 (tramp-completion-handle-file-name-all-completions): Ensure, that
7216 non remote files are still checked. Oops.
1e05f387
SM
7217 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
7218 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
7219 (tramp-do-copy-or-rename-file): Add progress reporter.
7220 (tramp-do-copy-or-rename-file-directly): Do not use
7221 `tramp-handle-file-remote-p'.
7222 (tramp-do-copy-or-rename-file-out-of-band):
7223 Use `tramp-compat-delete-directory'.
7224 (tramp-do-copy-or-rename-file-out-of-band)
7225 (tramp-compute-multi-hops, tramp-maybe-open-connection):
7226 Use `format-spec-make'.
7227 (tramp-handle-delete-file): Add TRASH arg.
7228 (tramp-handle-dired-uncache): Flush directory cache, not only file
7229 cache.
7230 (tramp-handle-expand-file-name)
7231 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7232 (tramp-completion-handle-file-name-completion):
7233 Use `tramp-connectable-p'.
20b8ac83
MA
7234 (tramp-handle-start-file-process): Set connection property "vec".
7235 Use it, in order to invalidate file caches. Check only for
7236 `remote-tty' process property.
7237 Implement tty setting. (Bug#4604, Bug#6360)
7238 (tramp-file-name-for-operation): Add `call-process-region' and
7239 `set-file-selinux-context'.
7240 (tramp-find-foreign-file-name-handler)
7241 (tramp-advice-make-auto-save-file-name)
7242 (tramp-set-auto-save-file-modes): Remove superfluous check for
7243 `stringp'. This is done inside `tramp-tramp-file-p'.
7244 (tramp-file-name-handler): Trace 'quit. Catch the error for some
7245 operations when we are in completion mode. This gives the user
7246 the chance to correct the file name in the minibuffer.
7247 (tramp-completion-mode-p): Use `non-essential'.
7248 (tramp-handle-file-name-all-completions): Backward/ XEmacs
7249 compatibility: Use `completion-ignore-case' if
7250 `read-file-name-completion-ignore-case' does not exist.
7251 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
7252 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7253 `tramp-open-shell'.
7254 (tramp-action-password): Hide password prompt before next run.
7255 (tramp-process-actions): Widen connection buffer for the trace.
7256 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
7257 process property. Trace stty settings if `tramp-verbose' >= 9.
7258 Apply workaround for IRIX64 bug. Move argument of last
7259 `tramp-send-command' where it belongs to.
7260 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
7261 front of `login-args'.
7262 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
7263 on "/dev/null" instead of "/".
7264 (tramp-get-ls-command-with-dired): Make test for "--dired"
7265 stronger.
7266 (tramp-set-auto-save-file-modes): Adapt version check.
7267 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7268 (tramp-handle-process-file): Call the program in a subshell, in
7269 order to preserve working directory.
7270 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
7271 `tramp-remote-sh' from `tramp-methods'.
7272 (tramp-get-ls-command): Make test for "--color=never" stronger.
7273 (tramp-check-for-regexp): Use (forward-line 1).
7274
44ffae96
MA
7275 * net/trampver.el: Update release number.
7276
cb6c4991
CY
72772010-08-26 Chong Yidong <cyd@stupidchicken.com>
7278
7279 * help.el (help-map): Bind `C-h P' to describe-package.
7280
7281 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7282
7283 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7284 when downloading archives.
7285 (describe-package-1): Add package commentary.
7286 (package-install-button-action): New function.
7287 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7288 (package-menu-view-commentary): Function removed.
7289 (package-list-packages-internal): Hide the `package' package too.
7290
b60f961f
KH
72912010-08-25 Kenichi Handa <handa@m17n.org>
7292
7293 * language/misc-lang.el ("Arabic"): New language environment.
7294 Setup composition-function-table for Arabic characters.
7295
7296 * international/fontset.el (setup-default-fontset): Fix typo for
7297 arabic OTF spec (fini->fina).
7298
a0c16be4
J
72992010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7300
7301 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7302 on all frames.
7303
85cc3d4f
VJL
73042010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7305
7306 * whitespace.el: Allow cleaning up blanks without blank
7307 visualization (Bug#6651). Adjust help window for
7308 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7309 instead of whitespace-line-column (from EmacsWiki). New version
7310 13.1.
88b5a757 7311 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
7312 (whitespace-space, whitespace-hspace, whitespace-tab):
7313 Adjust foreground property face.
85cc3d4f
VJL
7314 (whitespace-line-column): Adjust docstring and type declaration.
7315 (whitespace-style-value-list, whitespace-toggle-option-alist)
7316 (whitespace-help-text): Adjust const initialization.
7317 (whitespace-toggle-options, global-whitespace-toggle-options):
7318 Adjust docstring.
7319 (whitespace-display-window, whitespace-interactive-char)
7320 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7321 (whitespace-help-scroll): New fun.
7322
cb8759ca
CY
73232010-08-24 Chong Yidong <cyd@stupidchicken.com>
7324
7325 * emacs-lisp/package.el (list-packages): Alias for
7326 package-list-packages.
7327
44a41a47
KR
73282010-08-24 Kevin Ryde <user42@zip.com.au>
7329
be7748e7
KR
7330 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7331 (Bug#5651).
7332
44a41a47
KR
7333 * progmodes/ruby-mode.el (ruby): Add defgroup.
7334
edfd00fa
CY
73352010-08-24 Chong Yidong <cyd@stupidchicken.com>
7336
7337 * progmodes/python.el: Add Ipython support (Bug#5390).
7338 (python-shell-prompt-alist)
7339 (python-shell-continuation-prompt-alist): New options.
7340 (python--set-prompt-regexp): New function.
6a7662bb
BR
7341 (inferior-python-mode, run-python, python-shell):
7342 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
7343 prompt based on the Python interpreter.
7344 (python--prompt-regexp): New var.
7345 (python-check-comint-prompt)
7346 (python-comint-output-filter-function): Use it.
7347 (run-python): Use a pipe (Bug#5694).
7348
73492010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7350
7351 * progmodes/python.el (python-send-region): Send a different
7352 Python command if Ipython is in use.
7353 (python-check-version): Use a Python command to find the version.
7354
1c409d0b
CY
73552010-08-24 Chong Yidong <cyd@stupidchicken.com>
7356
7357 * mouse.el (mouse-yank-primary): Avoid setting primary when
7358 deactivating the mark (Bug#6872).
7359
733946e7 73602010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
7361
7362 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7363 with "else" (Bug#3991).
7364
e73f184c
MA
73652010-08-23 Michael Albinus <michael.albinus@gmx.de>
7366
7367 * net/dbus.el: Accept UNIX domain sockets as bus address.
7368 (top): Don't initialize `dbus-registered-objects-table' anymore,
7369 this is done in dbusbind,c.
7370 (dbus-check-event): Adapt test for bus.
7371 (dbus-return-values-table, dbus-unregister-service)
7372 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7373 Adapt doc string.
7374
1a140747
JB
73752010-08-23 Juanma Barranquero <lekktu@gmail.com>
7376
7377 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7378
7133b7ee
JL
73792010-08-22 Juri Linkov <juri@jurta.org>
7380
7381 * simple.el (read-extended-command): New function with the logic
7382 for `completing-read' moved to Elisp from `execute-extended-command'.
7383 Use `function-called-at-point' in `minibuffer-default-add-function'
7384 to get a command name for M-n (bug#5364, bug#5214).
7385
198a7a97
CY
73862010-08-22 Chong Yidong <cyd@stupidchicken.com>
7387
7388 * startup.el (command-line-1): Issue warning for ignored arguments
7389 --unibyte, etc (Bug#6886).
7390
c00725d7
LL
73912010-08-22 Leo <sdl.web@gmail.com>
7392
7393 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7394 (ignore, bright, dim, keyword): Split list of nicknames before
7395 passing to rcirc-add-or-remove (Bug#6894).
7396
bc7d7ea6
CY
73972010-08-22 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7400
b0126eac 74012010-08-22 Leo <sdl.web@gmail.com>
e0143335 7402
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 7403 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 7404 * ido.el: Revert Óscar's.
e0143335
LL
7405 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7406 Remember the buffers at head, rather than their name.
76e3243a 7407 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 7408
b0126eac 74092010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
7410 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7413 extra backslash added to each line (bug#6890).
7414
b0126eac 74152010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
7416
7417 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7418
b0126eac 74192010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
7420
7421 * menu-bar.el (menu-bar-games-menu): Add landmark.
7422
b0126eac 74232010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 7424
9130a2d6
GM
7425 * align.el (align-regexp): Make group and spacing arguments
7426 use the interactive defaults when non-interactive. (Bug#6698)
7427
fb89a654
GM
7428 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7429 expansion, so as not to need sendmail.
7430 (mail-text-start): Remove declaration.
7431 (rmail-retry-failure): Require sendmail.
7432
b0126eac 74332010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
7434
7435 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7436
b0126eac 74372010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 7438
186e86db
SM
7439 * progmodes/flymake.el (flymake-start-syntax-check-process):
7440 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 7441
b0126eac 74422010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
7443
7444 * files.el: Add `word-wrap' as safe local variable.
7445
b0126eac 74462010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
7447
7448 * woman.el (woman-translate): Case matters. (Bug#6849)
7449
b0126eac 74502010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
7451
7452 * simple.el (kill-region): Doc fix (Bug#6787).
7453
b0126eac 74542010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
7455
7456 * calendar/diary-lib.el (diary-header-line-format):
7457 Fit it to the window, not the frame.
7458
b0126eac 74592010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
7460
7461 * subr.el (ignore-errors): Add debug declaration.
7462
b0126eac 74632010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
7464
7465 * whitespace.el (whitespace-color-off): Remove post-command-hook
7466 locally.
7467
537ffaf3
SM
74682010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
7471
d64b8a68
CY
74722010-08-21 Chong Yidong <cyd@stupidchicken.com>
7473
7474 * cus-edit.el (custom-group-value-create): Add extra newline
7475 before end line (Bug#6876).
7476
d2625c3d
CY
74772010-08-21 Chong Yidong <cyd@stupidchicken.com>
7478
7479 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
7480 when extending it. Before killing on the second click, check if
7481 the buffer is the correct one. Doc fix.
7482 (mouse-secondary-save-then-kill): Allow usage without first
7483 calling mouse-start-secondary, by defaulting to point. Don't save
7484 an empty secondary selection. Doc fix.
7485
80525855
VJL
74862010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7487
91bdeb66
VJL
7488 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
7489 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 7490 New version 13.0.
80525855
VJL
7491 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7492 Adjust initialization.
7493 (whitespace-bob-marker, whitespace-eob-marker)
7494 (whitespace-buffer-changed): New vars.
7495 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
7496 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
7497 (whitespace-post-command-hook, whitespace-display-char-on):
7498 Adjust code.
80525855 7499 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 7500 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 7501
4b9c0a49
SM
75022010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7503
118cf454
SM
7504 * files.el (locate-file-completion-table): Only list the .el and .elc
7505 extensions if there's no other choice (bug#5955).
7506
a2e5caf7
SM
7507 * facemenu.el (facemenu-self-insert-data): New var.
7508 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
7509 New functions.
7510 (facemenu-add-face): Use them.
7511
4b9c0a49
SM
7512 * simple.el (blink-matching-open): Obey forward-sexp-function.
7513
0193499f
SM
75142010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7515
b2a15250
SM
7516 * simple.el (prog-mode-map): New var.
7517 (prog-indent-sexp): New command.
7518
b5ba2d6f
SM
7519 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
7520
9acd1bdc
SM
7521 * progmodes/prolog.el (smie): Require.
7522
8723cfa4
SM
7523 * emacs-lisp/smie.el (smie-default-backward-token)
7524 (smie-default-forward-token): Strip properties.
7525 (smie-next-sexp): Be more careful with associative operators.
7526 (smie-forward-sexp-command): Generalize.
7527 (smie-backward-sexp-command): Simplify.
7528 (smie-closer-alist): New var.
7529 (smie-close-block): New command.
7530 (smie-indent-debug-log): New var.
7531 (smie-indent-offset-rule): Add a few more cases.
7532 (smie-indent-column): New function.
7533 (smie-indent-after-keyword): Use it.
7534 (smie-indent-keyword): Use it.
7535 Fix up the opener code's point position.
7536 (smie-indent-comment): Only applies at BOL.
7537 (smie-indent-debug): New command.
7538
0193499f
SM
7539 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
7540 declarations that are useful before running the macro.
7541
0c9b8993
GM
75422010-08-18 Joakim Verona <joakim@verona.se>
7543
7544 * image.el (imagemagick-types-inhibit): New variable.
7545 (imagemagick-register-types): New function.
7546 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
7547 (image-transform-set-scale, image-transform-fit-to-height)
7548 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
7549 (image-transform-fit-to-width, image-transform-fit-to-height):
7550 New functions.
ccd80618
JV
7551 (image-toggle-display-image): Support image transforms.
7552
1075cd61
KY
75532010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7554
7555 * image.el (create-animated-image): Don't add heuristic mask to image
7556 (Bug#6839).
7557
64cb6c78
J
75582010-08-18 Jan Djärv <jan.h.d@swipnet.se>
7559
0193499f
SM
7560 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
7561 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 7562
ff80a446
SM
75632010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7564
afa22f7c
SM
7565 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
7566
ff80a446
SM
7567 Font-lock '...' strings, plus various simplifications and fixes.
7568 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7569 (octave-font-lock-close-quotes): New function.
7570 (octave-font-lock-syntactic-keywords): New var.
7571 (octave-mode): Use it. Set beginning-of-defun-function.
7572 (octave-mode-map): Don't override the <foo>-defun commands.
7573 (octave-mode-menu): Pass it directly to easy-menu-define;
7574 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
7575 (octave-block-match-alist): Fix up last change so that
7576 octave-close-block uses the more specific keyword.
7577 (info-lookup-mode): Silence byte-compiler.
7578 (octave-beginning-of-defun): Not interactive any more.
7579 Optimize slightly.
7580 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
7581 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
7582 (octave-completion-at-point-function): Make sure point is within
7583 beg..end.
7584 (octave-reindent-then-newline-and-indent):
7585 Use reindent-then-newline-and-indent.
7586 (octave-add-octave-menu): Remove.
7587
2269b349
JD
75882010-08-17 Jan Djärv <jan.h.d@swipnet.se>
7589
489cd5bd
JD
7590 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
7591 (report-emacs-bug-can-use-xdg-email): New functions.
7592 (report-emacs-bug): Set can-xdg-email to result of
7593 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
7594 \C-cm to report-emacs-bug-insert-to-mailer and add help text
7595 about it.
30ebab6d 7596
a2fb159c
GM
7597 * net/browse-url.el (browse-url-default-browser): Add cond
7598 for browse-url-xdg-open.
7599 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
7600
76012010-08-17 Glenn Morris <rgm@gnu.org>
7602
7603 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
7604 (c-fontify-recorded-types-and-refs): Define for compiler.
7605 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
7606 before use.
7607
7608 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
7609 Fix format call.
7610
bb6aba9c
MA
76112010-08-17 Michael Albinus <michael.albinus@gmx.de>
7612
7613 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
7614 properties.
7615 (tramp-handle-process-file): Call the program in a subshell, in
7616 order to preserve working directory.
7617 (tramp-action-password): Hide password prompt before next run.
7618 (tramp-process-actions): Widen connection buffer for the trace.
7619
8f10c937
DD
76202010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7621
7622 * net/rcirc.el (rcirc-log-process-buffers): New option.
7623 (rcirc-print): Use it.
7624 (rcirc-generate-log-filename): New function.
7625 (rcirc-log-filename-function): Change default to
7626 rcirc-generate-log-filename (Bug#6828).
7627
7c23dd44
CY
76282010-08-16 Chong Yidong <cyd@stupidchicken.com>
7629
7630 * simple.el (deactivate-mark): If select-active-regions is `only',
7631 only set selection for temporarily active regions.
7632
7633 * cus-start.el: Change defcustom for select-active-regions.
7634
6d3e82d2
CY
76352010-08-15 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
7638 (mouse-drag-track): Use LOCATION arg to push-mark.
7639 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
7640 consideration when updating point and mark (Bug#6840).
7641
c68263b1
CY
76422010-08-15 Chong Yidong <cyd@stupidchicken.com>
7643
7644 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7645 Give the Ruby rule a lower priority than Gnu (Bug#6778).
7646
456f369a
ŠN
76472010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
7648
ff80a446
SM
7649 * font-lock.el (lisp-font-lock-keywords-2):
7650 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
7651 with-demoted-errors, and with-silent-modifications (Bug#6025).
7652
c22e18f5
KR
76532010-08-14 Kevin Ryde <user42@zip.com.au>
7654
7655 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
7656 (copyright-update): Temporary switch-to-buffer to ensure the
7657 buffer change being queried is visible (Bug#5394).
c22e18f5 7658
6f1a6faf
TT
76592010-08-14 Tom Tromey <tromey@redhat.com>
7660
7661 * progmodes/etags.el (tags-file-name): Mark safe if stringp
7662 (Bug#6733).
7663
e7afcf30
EZ
76642010-08-14 Eli Zaretskii <eliz@gnu.org>
7665
7666 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
7667 MS-DOS. (Bug#6689)
7668
2b4e6277
J
76692010-08-13 Jan Djärv <jan.h.d@swipnet.se>
7670
7671 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
7672 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7673 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7674 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
7675 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
7676 Call menu-bar-set-tool-bar-position.
2b4e6277 7677
dc94fc85
SM
76782010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7679
c5683ceb
SM
7680 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
7681 comment style (bug#6834).
7682 * progmodes/scheme.el (scheme-mode-syntax-table):
7683 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
7684 "b" flag in "' 14b" syntax.
7685
c82d5b11
SM
7686 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
7687 for (un)commenting the region and performing completion.
7688 (octave-mode-menu): Use standard commands for help and completion.
7689 (octave-mode-syntax-table): Support %{..%} comments (sort of).
7690 (octave-mode): Use define-derived-mode.
7691 Set completion-at-point-functions and don't set columns.
7692 Don't disable adaptive-fill-regexp.
7693 (octave-describe-major-mode, octave-comment-region)
7694 (octave-uncomment-region, octave-comment-indent)
7695 (octave-indent-for-comment): Remove.
7696 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 7697 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
7698 (octave-initialize-completions): No need to make an alist.
7699 (octave-completion-at-point-function): New function.
7700 (octave-complete-symbol): Use it.
7701 (octave-insert-defun): Use define-skeleton.
7702
7703 * progmodes/octave-mod.el (octave-mode): Set comment-add.
7704 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 7705
61b6abbd
AL
77062010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
7707
7708 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
7709 indentation of inserted comment.
7710
3a46642b
J
77112010-08-11 Jan Djärv <jan.h.d@swipnet.se>
7712
7713 * faces.el (region): Add type gtk that uses gtk colors.
7714
7715 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7716 Handle theme-name change.
7717
3bd2cfef
MM
77182010-08-10 Michael R. Mauger <mmaug@yahoo.com>
7719
7720 * progmodes/sql.el: Version 2.5
7721 (sql-product-alist): Add :prompt-cont-regexp property for several
7722 database products.
7723 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
7724 (sql-output-newline-count, sql-output-by-send):
7725 New variables. Record number of newlines in input text.
3bd2cfef
MM
7726 (sql-send-string): Handle multiple filters and count newlines.
7727 (sql-send-magic-terminator): Count terminator newline.
7728 (sql-interactive-remove-continuation-prompt): Filters output to
7729 remove continuation prompts; one for each newline.
7730 (sql-interactive-mode): Set up new variables, prompt regexp and
7731 output filter.
7732 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 7733 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 7734
d02c9bcd
SM
77352010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * emacs-lisp/pcase.el: New file.
7738
80ca4f1e
MA
77392010-08-10 Michael Albinus <michael.albinus@gmx.de>
7740
7741 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
7742 as here-document, otherwise the command could exceed maximum
7743 length of command line.
d02c9bcd
SM
7744 (tramp-handle-vc-registered): Call script accordingly.
7745 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 7746
2948599b
KH
77472010-08-10 Kenichi Handa <handa@m17n.org>
7748
7749 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
7750 composable pattern.
7751
148cef8e
CY
77522010-08-09 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * emacs-lisp/package.el (package-version-split)
7755 (package--version-first-nonzero, package-version-compare):
7756 Functions removed.
7757 (package-directory-list, package-load-all-descriptors)
7758 (package--built-in, package-activate, define-package)
7759 (package-installed-p, package-compute-transaction)
7760 (package-read-all-archive-contents)
7761 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
7762 (package-tar-file-info, package-list-packages-internal):
7763 Use version-to-list and version-list-*.
148cef8e 7764
d02c9bcd
SM
7765 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7766 Use version-to-list.
148cef8e
CY
7767 (package-upload-buffer-internal): Use version-list-<=.
7768
82a9ce0f
KH
77692010-08-09 Kenichi Handa <handa@m17n.org>
7770
231e5e5f 7771 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
7772 composable pattern.
7773
7adf5fdc
CY
77742010-08-08 Chong Yidong <cyd@stupidchicken.com>
7775
fc560445
CY
7776 * tutorial.el (tutorial--default-keys): C-d is now bound to
7777 delete-forward-char (Bug#6826).
7778
7adf5fdc
CY
7779 * mouse.el (mouse-drag-track): Remove accidentally-removed check
7780 for `double' value of mouse-1-click-follows-link (Bug#6807).
7781
e54a1075
JB
77822010-08-08 Johan Bockgård <bojohan@gnu.org>
7783
7784 * replace.el (replace-highlight): Bind isearch-forward and
7785 isearch-error, ensuring that highlighting is updated if the user
7786 switches the search direction (Bug#6808).
7787
7788 * isearch.el (isearch-lazy-highlight-forward): New var.
7789 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7790 (isearch-lazy-highlight-update): Use it.
7791
7815fe19 77922010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 7793
8d9e03e4
JB
7794 * international/mule.el (define-charset): Store NAME as :base property.
7795 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
7796 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
7797 current priority. Force using the designation of the specific
8d9e03e4 7798 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 7799
7815fe19 78002010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
7801
7802 * emulation/pc-select.el (pc-selection-mode-hook)
7803 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
7804 (pc-selection-mode): Fix typos in docstrings.
7805
7815fe19 78062010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
7807
7808 * language/cyrillic.el: Don't add "microsoft-cp1251" to
7809 ctext-non-standard-encodings-alist here.
7810
8d9e03e4
JB
7811 * international/mule.el (ctext-non-standard-encodings-alist):
7812 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
7813 (ctext-standard-encodings): New variable.
7814 (ctext-non-standard-encodings-table): List only elements for
7815 non-standard encodings.
186e86db 7816 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
7817 Check ctext-standard-encodings.
7818
7819 * international/mule-conf.el (compound-text): Doc fix.
7820 (ctext-no-compositions): Doc fix.
7821 (compound-text-with-extensions): Doc fix.
7822
7815fe19 78232010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
7824
7825 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
7826
8d9e03e4 78272010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 7828
9ebc731b
JB
7829 * progmodes/which-func.el (which-func-format): Split help-echo text
7830 into lines, like other mode-line tooltips.
7831
d5b8058f
JB
7832 * server.el (server-start): When using TCP sockets, force IPv4
7833 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
7834
8d9e03e4 78352010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
7836
7837 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
7838
8d9e03e4 78392010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
7840
7841 * term.el (term-delimiter-argument-list): Reflow docstring.
7842 (term-read-input-ring, term-write-input-ring, term-send-input)
7843 (term-bol, term-erase-in-display, serial-supported-or-barf):
7844 Fix typos in docstrings.
7845
8d9e03e4 78462010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
7847
7848 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
7849
8d9e03e4 78502010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
7851
7852 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
7853
8d9e03e4 78542010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
7855
7856 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
7857 Fix typo in docstring (bug#6747).
7858
7815fe19 78592010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
7860
7861 * eshell/esh-io.el (eshell-get-target): Better detection of
7862 read-only file (Bug#6762).
7863
7815fe19 78642010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
7865
7866 * align.el (align-default-spacing): Doc fix.
7867 (align-region-heuristic, align-regexp): Fix typos in docstrings.
7868
733946e7 78692010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 7870
490b89ac 7871 * calendar/icalendar.el
93acd23d
JB
7872 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
7873 (icalendar--get-weekday-numbers): New.
81ee9410 7874 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 7875 values in weekly rules. (Bug#6766)
81ee9410 7876
490b89ac
UJ
78772010-08-08 Ulf Jasper <ulf.jasper@web.de>
7878
7879 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
7880 (icalendar--create-uid, icalendar-export-region)
7881 (icalendar--parse-summary-and-rest): Code formatting.
7882
2c695727
JB
78832010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7884
7885 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
7886 to italicize headers.
7887 (calc-highlight-selections-with-faces): New variable.
7888 (calc-selected-face, calc-nonselected-face): New faces.
7889
7890 * calc/calccomp.el (math-comp-highlight-string): Use
7891 `calc-highlight-selections-with-faces' to determine how to highlight
7892 sub-formulas.
7893
7894 * calc/calc-sel.el (calc-show-selections): Change message to when
7895 using faces to highlight selections.
7896
b93d4f22
MM
78972010-08-07 Michael R. Mauger <mmaug@yahoo.com>
7898
8d9e03e4
JB
7899 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
7900 Add SQLite 3 keywords, functions and datatypes.
7901 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
7902 (Bug#6686).
7903
9852377f
CY
79042010-08-07 Chong Yidong <cyd@stupidchicken.com>
7905
7906 * simple.el (select-active-regions): Move to keyboard.c.
7907 (deactivate-mark): Used saved-region-selection.
7908 (select-active-region): Function removed.
7909 (activate-mark, set-mark, push-mark-command)
7910 (handle-shift-selection): Don't call it.
7911 (keyboard-quit): Avoid adding the region to the window selection.
7912
7913 * mouse.el (mouse-drag-track): Remove hacks to deal with old
7914 select-active-regions implementation.
7915 (mouse-yank-at-click): Doc fix.
7916
7917 * cus-start.el: Add custom declaration for select-active-regions.
7918
822775bf
EZ
79192010-08-07 Eli Zaretskii <eliz@gnu.org>
7920
4c5130d6
EZ
7921 * simple.el (delete-forward-char): Doc fix.
7922
822775bf
EZ
7923 * tutorial.el (help-with-tutorial): Hack safe file-local variables
7924 after reading the tutorial.
7925
bd4c5e3e
AM
79262010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
7927
6a7662bb
BR
7928 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
7929 Fix for the case that a C style comment has its delimiters alone on
bd4c5e3e
AM
7930 their respective lines.
7931
d00fa9b6
MA
79322010-08-06 Michael Albinus <michael.albinus@gmx.de>
7933
8d9e03e4 7934 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 7935 property "vec".
6a7662bb
BR
7936 (tramp-process-sentinel): Use it for flushing the cache.
7937 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
7938 already when running the sentinel.
7939
79402010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
7941
7942 * comint.el (comint-mode): Make directory tracking functions
7943 functional on remote files. (Bug#6764)
7944
b3d42406
DN
79452010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7946
7947 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
7948
29cf3e20
EZ
79492010-08-05 Eli Zaretskii <eliz@gnu.org>
7950
6a7662bb
BR
7951 * emacs-lisp/find-gc.el (find-gc-source-files):
7952 Rename unexec.c => unexcoff.c.
29cf3e20 7953
6a7662bb
BR
7954 * emacs-lisp/authors.el (authors-fixed-entries):
7955 Rename unexec.c => unexcoff.c.
29cf3e20 7956
39e1bf0b
MA
79572010-08-05 Michael Albinus <michael.albinus@gmx.de>
7958
7959 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
7960 cache, not only file cache.
7961 (tramp-process-sentinel): New defun.
7962 (tramp-handle-start-file-process): Use it, in order to invalidate
7963 file caches.
7964
9f982e22
LL
79652010-08-03 Leo <sdl.web@gmail.com>
7966
7967 * server.el (server-start): Simplify loop.
7968
0798a8d8
SM
79692010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7970
548c5c47
SM
7971 * frame.el (screen-height, screen-width, set-screen-width)
7972 (set-screen-height): Remove ancient compatibility aliases.
7973
3311d1c2
SM
7974 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
7975 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
7976
0798a8d8
SM
7977 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
7978 that change current buffer.
7979
26ee77a6
YM
79802010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7981
7982 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
7983 beginning of the string. Use `string-match-p'. (Bug#6765)
7984
aa1859f5
J
79852010-08-01 Jan Djärv <jan.h.d@swipnet.se>
7986
7987 * cus-start.el (x-gtk-use-system-tooltips): New variable.
7988
376c2b6b
CY
79892010-08-01 Chong Yidong <cyd@stupidchicken.com>
7990
0798a8d8 7991 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 7992 (package--builtins): Tweak descriptions.
0798a8d8
SM
7993 (package-print-package): Upcase descriptions if necessary.
7994 Show all built-in packages in font-lock-builtin-face.
7995 (package-list-packages-internal): Omit "emacs" package.
7996 Show status of built-in packages as "built-in".
376c2b6b 7997
16041401
CY
79982010-07-31 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8001 before killing to preserve the primary selection (Bug#6701).
8002
8003 * term/x-win.el (x-select-text): Doc fix.
8004
0798a8d8
SM
80052010-07-31 Nathaniel Flath <flat0103@gmail.com>
8006
452ea855
AM
8007 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8008 (objc-font-lock-extra-types):
452ea855 8009 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8010 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8011 (c++-make-template-syntax-table)
8012 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8013 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8014 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8015 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8016 * progmodes/cc-fonts.el (c-make-inverse-face)
8017 (c-basic-matchers-after):
452ea855
AM
8018 * progmodes/cc-engine.el (c-forward-keyword-clause)
8019 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8020 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8021 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8022 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8023 The above functions were modified or created.
452ea855 8024
37766706
J
80252010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8026
0798a8d8 8027 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8028
cd83d522
EZ
80292010-07-31 Eli Zaretskii <eliz@gnu.org>
8030
8031 * files.el (bidi-paragraph-direction): Define safe local values.
8032
8033 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8034 language-info-alist. Remove outdated FIXME in a comment.
8035
28e5cf7c
AM
80362010-07-31 Alan Mackenzie <acm@muc.de>
8037
8038 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8039 Auto-fill broken in C/C++ modes.
8040
bfeabdc3
JD
80412010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8042
8043 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8044 (menu-bar-showhide-tool-bar-menu-customize-disable)
8045 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8046 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8047 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8048 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8049 make a menu for Options => toolbar that can move it.
8050
063e5294
CY
80512010-07-29 Chong Yidong <cyd@stupidchicken.com>
8052
8053 * emacs-lisp/package-x.el (package--make-rss-entry):
8054 (package-maint-add-news-item, package--update-news)
8055 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8056
8057 * emacs-lisp/package.el (package-archive-url): Rename from
8058 package-archive-id.
8059 (package-install): Doc fix.
8060 (package-download-single, package-download-tar, package-install)
8061 (package-menu-view-commentary): Callers changed.
8062
683cc385
MA
80632010-07-29 Michael Albinus <michael.albinus@gmx.de>
8064
8065 * net/tramp.el (tramp-handle-start-file-process): Check only for
8066 `remote-tty' process property.
8067 (tramp-open-shell): Don't check for tty.
8068 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8069 process property.
8070
8071 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8072 host.
8073
bc44bef7
PH
80742010-07-28 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * emacs-lisp/package.el (package-load-list, package-archives)
8077 (package-archive-contents, package-user-dir)
8078 (package-directory-list, package--builtins, package-alist)
8079 (package-activated-list, package-obsolete-alist): Mark as risky.
8080
80812010-07-28 Phil Hagelberg <phil@evri.com>
8082
8083 Add support for non-default package repositories.
8084 * emacs-lisp/package.el (package-archive-base): Var deleted.
8085 (package-archives): New variable.
8086 (package-archive-contents): Doc fix.
0798a8d8 8087 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8088 (package--write-file-no-coding): New function.
8089 (package-unpack-single): Use it.
8090 (package-archive-id): New function.
8091 (package-download-single, package-download-tar)
8092 (package-menu-view-commentary): Use it.
8093 (package-installed-p): Make second argument optional.
8094 (package-read-all-archive-contents): New function.
8095 (package-initialize): Use it.
8096 (package-read-archive-contents): Add ARCHIVE argument.
8097 (package--add-to-archive-contents): New function.
8098 (package-install): Don't call package-read-archive-contents.
8099 (package--download-one-archive): Store archive file in a
8100 subdirectory of package-user-dir.
8101 (package-menu-execute): Remove spurious line movement.
8102
8a52f00a
JD
81032010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8104
8105 * cus-start.el (tool-bar-style): Add text-image-horiz.
8106
b21d3ceb
MA
81072010-07-28 Michael Albinus <michael.albinus@gmx.de>
8108
8109 * progmodes/gud.el (gud-common-init): Check for remoteness of
8110 `file', and not of `default-directory'.
8111
8fbcce2d
MA
81122010-07-28 Michael Albinus <michael.albinus@gmx.de>
8113
8114 * net/tramp.el (tramp-methods): Move hostname to the end in all
8115 ssh `tramp-login-args'.
8116 (tramp-verbose): Describe verbose level 9.
8117 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8118 (tramp-open-connection-setup-interactive-shell): Trace stty
8119 settings if `tramp-verbose' >= 9.
8120 (tramp-handle-start-file-process): Implement tty setting.
8121 (Bug#4604, Bug#6360)
8122
8123 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8124 `tramp-verbose' to 9.
8125
128440c9
AH
81262010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8127
8128 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8129 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8130 Remove references to package `lisp-re' (bug#4369).
8131
ae0c2494
TT
81322010-07-27 Tom Tromey <tromey@redhat.com>
8133
8134 * progmodes/js.el (js-mode):
8135 * progmodes/make-mode.el (makefile-mode):
8136 * progmodes/simula.el (simula-mode):
8137 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8138
0ed082fe 81392010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8140
8141 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8142
7c7c04c0
JB
8143 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8144 (display-time-world-buffer-name, display-time-world-mode-map):
8145 Fix typos in docstrings.
8146
0ed082fe 81472010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8148
8149 * image-mode.el (image-display-size): New function.
8150 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8151 (image-mode-fit-frame): Use it (Bug#6639).
8152
0ed082fe 81532010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8154
8155 * dired.el (dired-buffers-for-dir): Handle list values of
8156 dired-directory (Bug#6636).
8157
aa2d4bd3
SS
81582010-07-26 Sam Steingold <sds@gnu.org>
8159
8160 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8161 Do not call `x-get-selection' the second time, reuse the value.
8162
78b84da3
DU
81632010-07-26 Daiki Ueno <ueno@unixuser.org>
8164
8165 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8166 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8167
4f195cf7
DU
81682010-07-25 Daiki Ueno <ueno@unixuser.org>
8169
8170 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8171 exists before passing an error to find-file-not-found-functions
8172 (bug#6723).
8173
195e19e4
LH
81742010-07-23 Lukas Huonker <l.huonker@gmail.com>
8175
8176 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8177 Remove leading nil element, adjust values.
8178 (tetris-shapes, tetris-shape-scores):
8179 Change representation of shapes and remove some redundancy.
8180 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8181 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8182 Adjust for working with new representation of shapes.
8183 (tetris-shape-rotations): New function.
8184 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8185 (tetris-rotate-prev, tetris-rotate-next):
8186 Adjust for working with the new version of tetris-test-shape.
8187
9cf2db99
MT
81882010-07-23 Markus Triska <markus.triska@gmx.at>
8189
8190 * progmodes/ps-mode.el: Use comint (bug#5954).
8191 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8192 (ps-mode-other-newline): Simplify.
8193 (ps-run-mode): Derive from comint-mode instead of
8194 fundamental-mode, yielding input history etc.
8195 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8196 (ps-run-send-string): Adapt for comint-mode.
8197 (ps-run-newline): Remove now unneeded function.
8198
225d5e9e
MA
81992010-07-23 Michael Albinus <michael.albinus@gmx.de>
8200
8201 * net/tramp.el (tramp-methods): Move hostname to the end in all
8202 plink `tramp-login-args'.
8203
84bc68f2
MA
82042010-07-23 Michael Albinus <michael.albinus@gmx.de>
8205
8206 * net/tramp.el (tramp-open-shell): New defun.
8207 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8208 Use it.
8209
1eb5ca1c
MA
82102010-07-23 Michael Albinus <michael.albinus@gmx.de>
8211
8212 * net/tramp.el (tramp-file-name-regexp-unified)
8213 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8214 not regard the volume letter as remote filename. (Bug#5447)
8215
440735a7
JB
82162010-07-23 Juanma Barranquero <lekktu@gmail.com>
8217
8218 * custom.el (custom-declare-variable): Give a clearer error message
8219 when the docstring is missing (bug#6476).
8220
5474c40f
MM
82212010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8222
8223 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8224 (sql-login-params): New widget definition.
8225 (sql-oracle-login-params, sql-mysql-login-params)
8226 (sql-solid-login-params, sql-sybase-login-params)
8227 (sql-informix-login-params, sql-ingres-login-params)
8228 (sql-ms-login-params, sql-postgres-login-params)
8229 (sql-interbase-login-params, sql-db2-login-params)
8230 (sql-linter-login-params): Use it.
8231 (sql-sqlite-login-params): Use it; Define "database" parameter as
8232 a file name.
c4cc8b9a 8233 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8234 (sql-comint-sqlite): Make sure database name is complete.
8235 (sql-for-each-login): New function.
8236 (sql-connect, sql-save-connection): Use it.
8237 (sql-get-login-ext): New function.
8238 (sql-get-login): Use it.
8239 (sql-make-alternate-buffer-name): Handle :file parameters.
8240
9c0deccb
JB
82412010-07-22 Juanma Barranquero <lekktu@gmail.com>
8242
8243 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8244 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8245
aac818a8
TL
82462010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8247
8248 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8249
47d2734f
LM
82502010-07-22 Lawrence Mitchell <wence@gmx.li>
8251
8252 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8253
10e73994
MA
82542010-07-21 Michael Albinus <michael.albinus@gmx.de>
8255
8256 * net/tramp.el (tramp-get-ls-command)
8257 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8258 instead of "/".
8259
d26b0ea9
MM
82602010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8261
8262 * progmodes/sql.el: Version 2.3.
f49d1f52 8263 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8264 enhanced the widget definition.
88b5a757
DD
8265 (sql-mode-menu): Add submenu to select connections.
8266 (sql-interactive-mode-menu): Add "Save Connection" item.
8267 (sql-add-product): Fix menu item.
d26b0ea9
MM
8268 (sql-get-product-feature): Improved error handling.
8269 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
8270 (sql-make-alternate-buffer-name): Simplified.
8271 (sql-product-interactive): Handle missing product.
8272 (sql-connect): Support string keys, minor improvements.
8273 (sql-save-connection): New function.
8274 (sql-connection-menu-filter): New function.
8275
af4b9ae5
MA
82762010-07-20 Michael Albinus <michael.albinus@gmx.de>
8277
8278 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
8279 (tramp-open-connection-setup-interactive-shell):
8280 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
8281 `tramp-send-command' where it belongs to.
8282
da040a16
MA
82832010-07-20 Michael Albinus <michael.albinus@gmx.de>
8284
8285 * net/tramp.el (tramp-perl-file-attributes)
8286 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8287 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8288 front of `login-args'.
8289
16f3ade5
JB
82902010-07-19 Juanma Barranquero <lekktu@gmail.com>
8291
8292 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8293 Set `show-trailing-whitespace' to nil.
8294 (display-time-world-display): Simplify.
8295
00af0b67
AM
82962010-07-18 Alan Mackenzie <acm@muc.de>
8297
8298 Enhance `c-file-style' in file/directory local variables.
a628ad9d 8299 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
8300 (c-before-hack-hook): Call `c-set-style' differently according to
8301 whether c-file-style was set in file or directory local
8302 variables.
8303
30c4d8dc
MM
83042010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8305
8306 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
8307 (sql-product, sql-user, sql-database, sql-server, sql-port):
8308 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
8309 property.
8310 (sql-password): Use defcustom :risky keyword rather than putting
8311 risky-local-variable property.
8312 (sql-oracle-login-params, sql-sqlite-login-params)
8313 (sql-solid-login-params, sql-sybase-login-params)
8314 (sql-informix-login-params, sql-ingres-login-params)
8315 (sql-ms-login-params, sql-postgres-login-params)
8316 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 8317 (sql-linter-login-params): Add `port' option.
88b5a757 8318 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
8319 (sql-comint-oracle, sql-comint-sybase)
8320 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8321 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8322 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 8323 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 8324 sql-comint-*.
88b5a757 8325 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 8326 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 8327 (sql-connection): New variable.
30c4d8dc
MM
8328 (sql-interactive-mode): Set it.
8329 (sql-connection-alist): New variable.
8330 (sql-connect): New function.
8331 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 8332 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 8333
f12492c8
TV
83342010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8335
8336 * image-mode.el (image-bookmark-make-record): Do not set context
8337 in an image (Bug#6650).
8338
91023c68
CY
83392010-07-17 Chong Yidong <cyd@stupidchicken.com>
8340
8341 * simple.el (select-active-region): New function.
8342 (push-mark-command, set-mark, activate-mark)
8343 (handle-shift-selection): Use it.
8344 (deactivate-mark): Don't check for size of region.
8345
8346 * mouse.el (mouse-drag-track): Use select-active-region.
8347
1c0e8f0e
MA
83482010-07-17 Michael Albinus <michael.albinus@gmx.de>
8349
8350 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8351 "--dired" stronger.
8352
2490cbbc
CY
83532010-07-17 Chong Yidong <cyd@stupidchicken.com>
8354
8355 * term/x-win.el (x-select-enable-primary): Change default to nil.
8356 (x-select-enable-clipboard): Add :version keyword.
8357
8358 * mouse.el (mouse-drag-copy-region):
8359 * simple.el (select-active-regions): Likewise.
8360
f253ef6a
RS
83612010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8362
a628ad9d 8363 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
8364 (vc-coding-system-for-diff): Use it to decide whether to inherit
8365 from the file the EOL format for reading the diffs of that file.
8366 (Bug#4451)
8367
134a027f
EZ
83682010-07-16 Eli Zaretskii <eliz@gnu.org>
8369
8370 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8371 unibyte, so compressed attachments are not compressed again.
8372
7e4289ad
MA
83732010-07-16 Michael Albinus <michael.albinus@gmx.de>
8374
8375 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8376 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8377 (tramp-find-shell): Simplify setting connection property.
8378 (tramp-get-ls-command): Make test for "--color=never" stronger.
8379
7473fff9 83802010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
8381
8382 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8383 blocks within record declarations (i.e. variant parts) correctly.
8384
a11b38ee
SS
83852010-07-15 Simon South <ssouth@member.fsf.org>
8386
8387 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8388 over literal tokens when parsing so newlines aren't "absorbed" by
8389 single-line comments. Corrects the indentation of case blocks
8390 that have a comment on the first line.
8391
077e0753
KF
83922010-07-14 Karl Fogel <kfogel@red-bean.com>
8393
8394 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8395 by Drew Adams (Bug#5504).
8396
243881ed
J
83972010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8398
8399 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 8400 now that Unicode is used (Bug#6594).
243881ed 8401
f9d71b42
CY
84022010-07-14 Chong Yidong <cyd@stupidchicken.com>
8403
8404 * term/x-win.el (x-select-enable-clipboard): Default to t.
8405 (x-initialize-window-system): Don't overwrite Paste menu item.
8406
8407 * simple.el (select-active-regions): Default to t.
8408 (push-mark-command): Don't overwrite primary with empty string.
8409
8410 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8411 (mouse-drag-copy-region): Default to nil.
8412
8413 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8414 Cut/Copy/Paste menu bar items.
8415
a628ad9d 84162010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
8417
8418 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8419 Patch applied by Karl Fogel.
8420
8421 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8422 and `bookmark-current-buffer' if they have been already set in
8423 another buffer (e.g gnus-art).
8424
e44fa724 84252010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 8426 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
8427
8428 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8429
8430 * bookmark.el (bookmark-make-record-default): Allow unneeded
8431 information to be omitted from the record.
8432
8433 Adjust declarations and calls:
8434
8435 * info.el (bookmark-make-record-default): Adjust declaration.
8436 (Info-bookmark-make-record): Adjust call.
8437
8438 * woman.el (bookmark-make-record-default): Adjust declaration.
8439 (woman-bookmark-make-record): Adjust call.
8440
8441 * man.el (bookmark-make-record-default): Adjust declaration.
8442 (Man-bookmark-make-record): Adjust call.
8443
8444 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8445
8446 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8447
0c4371fe
KF
84482010-07-13 Karl Fogel <kfogel@red-bean.com>
8449
8450 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
8451 This is also from Thierry Volpiatto's patch in bug #6444. However,
8452 because it was extraneous to the functional change in that patch,
8453 and causes a re-indendation, I am committing it separately.
8454
2bb8db3e 84552010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
8456
8457 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
8458 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 8459 Patch applied by Karl Fogel (Bug#6444).
068a0233 8460
21bd02a6
CY
84612010-07-13 Chong Yidong <cyd@stupidchicken.com>
8462
8463 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
8464
79cb9c05
AR
84652010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8466
8467 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
8468 Dempsky; bug#5084). Remove incorrect binding for S-tab.
8469 (ns-alternatives-map): Change S-tab binding to backtab
8470 (bug#6616).
8471
8472 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
8473 under ns.
8474
beb000f9
AS
84752010-07-12 Andreas Schwab <schwab@linux-m68k.org>
8476
dd86ea11
JB
8477 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
8478 (Bug#5806)
e9952282 8479
beb000f9
AS
8480 * language/tv-util.el (tai-viet-re): Remove format.
8481
6f2cdcd1
KH
84822010-07-12 Kenichi Handa <handa@m17n.org>
8483
dd86ea11
JB
8484 * language/hebrew.el: Remove no-byte-compile declaration.
8485 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
8486 composition-function-table for 3-character looking back.
8487 (hebrew-font-get-precomposed): New function.
8488 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
8489
f479ef6e
CY
84902010-07-11 Chong Yidong <cyd@stupidchicken.com>
8491
8492 * mouse.el (mouse-drag-track): Handle select-active-regions
8493 (Bug#6612).
8494
3277c1ee
MA
84952010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
8496
8497 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
8498 empty argument to gvfs-copy.
8499
3260caf8
GM
85002010-07-10 Glenn Morris <rgm@gnu.org>
8501
8502 * calendar/calendar.el (calendar-week-end-day): New function.
8503 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
8504 Respect calendar-week-start-day. (Bug#6606)
8505 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8506 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
8507 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
8508 respect calendar-week-start-day.
8509
c876b263
CY
85102010-07-10 Chong Yidong <cyd@stupidchicken.com>
8511
8512 * simple.el (use-region-p): Doc fix (Bug#6607).
8513
dce34635
AG
85142010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
8515
6a7662bb
BR
8516 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8517 Add regexps for cucumber and ruby.
dce34635 8518
c0397930
DU
85192010-07-08 Daiki Ueno <ueno@unixuser.org>
8520
8521 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
8522 (epa-file-insert-file-contents): Hack to prevent
192cfe77 8523 find-file from opening empty buffer when decryption failed
c0397930
DU
8524 (bug#6568).
8525
fd5539c6
AM
85262010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
8527
a628ad9d
JB
8528 * textmodes/ispell.el (ispell-alternate-dictionary):
8529 Use file-readable-p.
fd5539c6
AM
8530 Return nil if no word-list is found at default locations.
8531 (ispell-complete-word-dict): Default to nil.
8532 (ispell-command-loop): Use 'word-list' when using lookup-words.
8533 (lookup-words): Use ispell-complete-word-dict or
8534 ispell-alternate-dictionary. Check for word-list availability
8535 and handle errors if needed with better messages (Bug#6539).
8536 (ispell-complete-word): Use ispell-complete-word-dict or
8537 ispell-alternate-dictionary.
8538
4565b08e
CS
85392010-07-07 Christoph Scholtes <cschol2112@gmail.com>
8540
8541 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
8542 builtins (BufferError, BytesWarning, WindowsError; callables
8543 bin, bytearray, bytes, format, memoryview, next, print; __package__).
8544
a2c270e7
GM
85452010-07-07 Glenn Morris <rgm@gnu.org>
8546
8547 * play/zone.el (top-level): Do not require timer, tabify, or cl.
8548 (zone-shift-left): Ignore intangibility, and any errors from
8549 forward-char.
8550 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
8551 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
8552 deleting, and copying text properties.
8553 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
8554 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
8555 to point-max is hard.
8556 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
8557 (zone-fill-out-screen): Ignore intangibility.
8558
81133808
CY
85592010-07-05 Chong Yidong <cyd@stupidchicken.com>
8560
4ad11f8c
CY
8561 * menu-bar.el (menu-bar-mode):
8562 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
8563 if it has been set.
8564
81133808
CY
8565 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
8566 word/line selection (Bug#6565).
8567
b24344ca
JB
85682010-07-04 Juanma Barranquero <lekktu@gmail.com>
8569
8570 * net/dbus.el (dbus-send-signal): Declare function.
8571
b1ce08da
MA
85722010-07-04 Michael Albinus <michael.albinus@gmx.de>
8573
8574 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
8575 (dbus-register-property): New optional argument EMITS-SIGNAL.
8576 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
8577
5592c08f
CY
85782010-07-03 Chong Yidong <cyd@stupidchicken.com>
8579
8580 * mouse.el (mouse-drag-overlay): Variable deleted.
8581 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
8582 (mouse--remap-link-click-p): New function.
8583 (mouse-drag-track): Handle dragging by using temporary Transient
8584 Mark mode, instead of a special overlay.
8585 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
8586 mouse-show-mark.
8587
8588 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
8589 deleted.
8590
a6ed0e28
JL
85912010-07-02 Juri Linkov <juri@jurta.org>
8592
8593 * autoinsert.el (auto-insert-alist): Fix readability
8594 by using dotted pair notation for lambda.
8595
c91e692b
JL
85962010-07-02 Juri Linkov <juri@jurta.org>
8597
8598 * faces.el (read-face-name): Rename arg `string-describing-default'
8599 to `default'. Doc fix. Display the default value in quotes
8600 in the prompt. With empty input, return the `default' arg,
8601 unless the default value is a string (in which case return nil).
8602 (describe-face): Replace the string `default' arg of `read-face-name'
8603 with the symbol `default'.
8604
23640f8f
CY
86052010-07-02 Chong Yidong <cyd@stupidchicken.com>
8606
8607 * emulation/viper-cmd.el (viper-delete-backward-char)
8608 (viper-del-backward-char-in-insert)
8609 (viper-del-backward-char-in-replace, viper-change)
8610 (viper-backward-indent): Replace delete-backward-char with
8611 delete-char (Bug#6552).
8612
b32d1614
CY
86132010-07-01 Chong Yidong <cyd@stupidchicken.com>
8614
8615 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
8616
c1ef4455
CY
86172010-06-30 Chong Yidong <cyd@stupidchicken.com>
8618
8619 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
8620 argument passed to frame-creation-function (Bug#5378).
8621
8622 * faces.el (x-handle-named-frame-geometry)
8623 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
8624 (face-set-after-frame-default, tty-create-frame-with-faces):
8625 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
8626 PARAMETER argument.
8627
55702e89
AS
86282010-06-30 Andreas Schwab <schwab@linux-m68k.org>
8629
8630 * startup.el (command-line): Don't call tool-bar-setup in a
8631 tty-only build.
8632
dc9a226c
CY
86332010-06-30 Chong Yidong <cyd@stupidchicken.com>
8634
8635 * ruler-mode.el (ruler--save-header-line-format): New fun.
8636 (ruler-mode): Use it as a setter function, so as not to overwrite
8637 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
8638
a2f043d3
CY
86392010-06-29 Chong Yidong <cyd@stupidchicken.com>
8640
8641 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
8642 (vc-root-diff, vc-print-root-log, vc-log-incoming)
8643 (vc-log-outgoing): Use it.
8644 (vc-diff-internal): Set diff-vc-backend.
8645
8646 * vc/diff-mode.el (diff-vc-backend): New var.
8647
62d115ef
J
86482010-06-28 Jan Djärv <jan.h.d@swipnet.se>
8649
6a7662bb
BR
8650 * dynamic-setting.el (font-setting-change-default-font):
8651 Remove call to message.
62d115ef 8652
1180f752
KH
86532010-06-28 Kenichi Handa <handa@m17n.org>
8654
8655 * international/quail.el (quail-insert-kbd-layout): Fix the
8656 showing of untranslated characters.
8657
b9229673
CY
86582010-06-28 Chong Yidong <cyd@stupidchicken.com>
8659
8660 * simple.el (delete-active-region): New option.
8661 (delete-backward-char): Implement in Lisp.
8662 (delete-forward-char): New command.
8663
8664 * mouse.el (mouse-region-delete-keys): Deleted.
8665 (mouse-show-mark): Simplify.
8666
8667 * bindings.el (global-map): Bind delete and DEL, the former to
8668 delete-forward-char.
8669
a628ad9d 86702010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
8671
8672 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
8673 (ruby-mode): Bind indent-line-function (Bug#5119).
8674
3468f435
CY
86752010-06-27 Chong Yidong <cyd@stupidchicken.com>
8676
8677 * startup.el (command-line): Recognize "0" X resource value.
8678
6431f2e6
CY
86792010-06-27 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * startup.el (command-line): Use X resources to set the value of
8682 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
8683
8684 * menu-bar.el (menu-bar-mode):
8685 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
8686 Set init-value to t.
8687
8688 * frame.el (frame-notice-user-settings): Don't change
8689 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
8690 vice versa (Bug#2249).
8691
b61dfbe2
EZ
86922010-06-26 Eli Zaretskii <eliz@gnu.org>
8693
8694 * w32-fns.el (w32-convert-standard-filename): Doc fix.
8695
f5cbf40e
AM
86962010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8697
a628ad9d
JB
8698 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
8699 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 8700
a628ad9d 8701 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 8702 default directories are expanded (Bug#6143).
f5cbf40e 8703
8f3b8a5f
JL
87042010-06-24 Juri Linkov <juri@jurta.org>
8705
8706 * minibuffer.el (completions-format): Change default from nil to
8707 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
8708
5af72a47
JL
87092010-06-24 Juri Linkov <juri@jurta.org>
8710
8711 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
8712 buffer-locally to lambda that re-runs the vc diff command.
8713 (Bug#6447)
8714
8f804316
CY
87152010-06-24 Chong Yidong <cyd@stupidchicken.com>
8716
8717 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
8718 echo area is in use (Bug#3412).
8719
be19ef0b
GM
87202010-06-22 Glenn Morris <rgm@gnu.org>
8721
6555773f
GM
8722 * textmodes/texinfmt.el (texinfo-format-region)
8723 (texinfo-raise-lower-sections, texinfo-format-separate-node)
8724 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
8725 (texinfo-format-option, texinfo-noindent):
8726 Use line-beginning-position and line-end-position.
8727
be19ef0b
GM
8728 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
8729 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
8730 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
8731 utf-8 characters.
8732
7f0b7b3e
KF
87332010-06-21 Karl Fogel <kfogel@red-bean.com>
8734
49554388
GM
8735 * play/zone.el (zone-fall-through-ws): Fix next-line ->
8736 forward-line fallout.
8737
e8579ebc
CY
87382010-07-06 Chong Yidong <cyd@stupidchicken.com>
8739
8740 * mouse.el (mouse-appearance-menu): Add docstring.
8741
8742 * help.el (describe-key): Print up-event using key-description.
8743
5d1cd8bd
MA
87442010-07-03 Michael Albinus <michael.albinus@gmx.de>
8745
8746 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 8747 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
8748 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
8749
112dbc0e
MA
87502010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
8751
8752 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
8753
d0cb23ca
DN
87542010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
8755
8756 Avoid displaying files with a nil state in vc-dir.
a628ad9d 8757 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
8758 cases that cause insertion.
8759 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
8760 with a nil state.
8761
01b229d1
CY
87622010-06-30 Chong Yidong <cyd@stupidchicken.com>
8763
8764 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
8765
8bf1c786 87662010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
8767
8768 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
8769
dfc6544c
CY
87702010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8771
8772 * generic-x.el (bat-generic-mode): Fix regexp for command line
8773 switches (Bug#5719).
8774
b7d4de51
CY
87752010-06-27 Masatake YAMATO <yamato@redhat.com>
8776
dfc6544c
CY
8777 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
8778 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 8779
3726248f
CY
87802010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
8781
8bf1c786 8782 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
8783 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
8784 bindings of bookmark-automatically-show-annotations (Bug#6515).
8785
aca54191
EZ
87862010-06-25 Eli Zaretskii <eliz@gnu.org>
8787
8788 * arc-mode.el (archive-zip-extract): Don't quote the file name on
8789 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
8790
2330fa87
ŠN
87912010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
8792
8793 * comint.el (make-comint, make-comint-in-buffer): Mention return
8794 value in the docstrings. (Bug#6498)
8795
29115ca9
YR
87962010-06-24 Yoni Rabkin <yoni@rabkins.net>
8797
8798 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
8799 since it is not present when using some non-default switches.
8800
2c79f053
KF
88012010-06-23 Karl Fogel <kfogel@red-bean.com>
8802
7f0b7b3e
KF
8803 * simple.el (compose-mail): Fix doc string to refer to
8804 `compose-mail-user-agent-warnings', instead of to the
8805 nonexistent `compose-mail-check-user-agent'.
8806
43a91810
AM
88072010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
8808
8809 Fix an indentation bug:
8810
8811 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
8812 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
8813 of existing values.
8814
8815 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
8816 (c-clear->-pair-props-if-match-before): now return t when they've
8817 cleared properties, nil otherwise.
8818 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
8819 by taking account of the existing value.
8820
8821 * progmodes/cc-defs.el
8822 (c-clear-char-property-with-value-function): Fix this to clear the
8823 property rather than overwriting it with nil.
8824
8adb4c33
CY
88252010-06-20 Chong Yidong <cyd@stupidchicken.com>
8826
8827 * emacs-lisp/package.el (package-print-package): Add link to
8828 package description via describe-package.
8829 (describe-package-1): List package requirements. Add button to
8830 perform installation.
8831 (package-menu-describe-package): New command.
8832
8833 * help-mode.el (help-package): New button type.
8834
cced7584
CY
88352010-06-19 Chong Yidong <cyd@stupidchicken.com>
8836
8837 * emacs-lisp/package.el: Move package-list-packages binding to
8838 menu-bar.el.
8839 (describe-package, describe-package-1, package--dir): New funs.
8840 (package-activate-1): Use package--dir.
8841
8842 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
8843
8844 * help-mode.el (help-package-def): New button type.
8845
8846 * menu-bar.el: Move package-list-packages binding here from
8847 package.el.
8848
d148e8f9
GH
88492010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
8850
8851 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
8852
b1a03ef6
SM
88532010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8854
8855 * emacs-lisp/edebug.el (edebug-read-list):
8856 Phase out old-style backquotes.
8857
dbd6da78
JL
88582010-06-17 Juri Linkov <juri@jurta.org>
8859
8860 * help-mode.el (help-mode): Set buffer-local variable
8861 revert-buffer-function to help-mode-revert-buffer.
8862 (help-mode-revert-buffer): New function.
8863
8864 * info.el (Info-revert-find-node): Check for major-mode Info-mode
8865 before popping to "*info*" (like in other Info functions).
8866 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
8867 old-history-forward. Pop to old-buffer-name or "*info*" to
8868 recreate the killed buffer. Set Info-history-forward from
8869 old-history-forward.
8870 (Info-breadcrumbs-depth): Add :group and :version.
8871
64eba874
DN
88722010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
8873
8874 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
8875
26508c03
AM
88762010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
8877
a628ad9d
JB
8878 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
8879 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 8880
69582fcd
JB
88812010-06-17 Juanma Barranquero <lekktu@gmail.com>
8882
54ea2a0d
JB
8883 * emacs-lisp/package.el (package-menu-mode-map):
8884 Move initialization into declaration.
8885
69582fcd
JB
8886 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
8887
44198b6e
CY
88882010-06-17 Chong Yidong <cyd@stupidchicken.com>
8889
8890 * emacs-lisp/package.el (package-archive-base): Point to
8891 elpa.gnu.org.
8892 (package-enable, package-load-list): New defcustoms.
8893 (package-user-dir, package-directory-list): Turn into defcustoms.
8894 Don't include package-user-dir in package-directory-list.
8895 (package--builtins-base): Don't include Emacs as a "package".
8896 (package-subdirectory-regexp): New var.
8897 (package-load-all-descriptors, package-compute-transaction)
8898 (package-download-transaction): Obey package-load-list.
8899 (package-activate-1): Rename from package-do-activate.
8900 (package-list-packages-internal): Check package-load-list.
8901 (package-load-descriptor, package-generate-autoloads)
8902 (package-unpack, package-unpack-single)
6a7662bb
BR
8903 (package--read-archive-file, package-delete):
8904 Use expand-file-name.
44198b6e
CY
8905
8906 * emacs-lisp/package-x.el: New file. Package uploading
8907 functionality split out from package.el.
8908
95b6d681 8909 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
8910
89112010-06-17 Tom Tromey <tromey@redhat.com>
8912
8913 * emacs-lisp/package.el: New file.
8914
50d76a9f
DN
89152010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8916
8917 Fix vc-annotate for renamed files when using Git.
76e3243a 8918 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
8919 ls-files. Doe not pass the object as a file name to cat-file, it
8920 is not a file name.
8921 (vc-git-annotate-command): Pass the file name using -- to avoid
8922 ambiguity with the revision.
8923 (vc-git-previous-revision): Pass a relative file name.
8924
6095a05b
GM
89252010-06-22 Glenn Morris <rgm@gnu.org>
8926
943375a6
GM
8927 * progmodes/js.el (js-mode-map): Use standard capitalization and
8928 ellipses for menu entries.
8929
6095a05b
GM
8930 * wid-edit.el (widget-complete): Doc fix.
8931
4514199e
JH
89322010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
8933
8934 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
8935
c4786d60
DN
89362010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8937
11c46b39 8938 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 8939 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 8940 VC backend. Use it when non-nil.
a628ad9d 8941 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 8942 (Bug#6487).
11c46b39 8943
c4786d60 8944 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 8945 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
8946 Do not pass the file name to the 'previous-revision call when we
8947 don't want a file diff. (Bug#6489)
8948
04ec0963
DN
89492010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8950
11c46b39 8951 Fix finding revisions for renamed files in vc-annotate.
76e3243a 8952 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 8953 the VC backend. Use it when non-nil.
76e3243a 8954 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
8955 backend to vc-find-revision. (Bug#6487)
8956
c036381c
DN
89572010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8958
8959 Fix reading file names in Git annotate buffers.
95b6d681
JB
8960 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
8961 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 8962
05c123e6
AM
89632010-06-20 Alan Mackenzie <acm@muc.de>
8964
8965 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
8966 in file local variables, set it first.
8967
4111f0c7
GM
89682010-06-19 Glenn Morris <rgm@gnu.org>
8969
74739ffd
GM
8970 * descr-text.el (describe-char-unicode-data): Insert separating
8971 space when needed. (Bug#6422)
8972
4111f0c7
GM
8973 * progmodes/idlwave.el (idlwave-action-and-binding):
8974 Fix typo in 2009-12-03 change. (Bug#6450)
8975
e20f0421
SM
89762010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
8979 handling for `lambda' (misunderstanding).
8980
fb3e306a
JB
89812010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
8982
dd86ea11 8983 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
8984 constants aren't distributed after they are factored out.
8985
e020fb59
JL
89862010-06-16 Juri Linkov <juri@jurta.org>
8987
8988 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
8989 `list-colors-print'. (Bug#6332)
8990
b8add347
SM
8991 * subr.el (read-quoted-char): Fix up last change (bug#6290).
8992
36901266
SM
89932010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8994
49b2e83d
SM
8995 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
8996 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
8997
36901266
SM
8998 * font-lock.el (font-lock-major-mode): Rename from
8999 font-lock-mode-major-mode to distinguish it from
9000 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9001 (font-lock-set-defaults):
9002 * font-core.el (font-lock-default-function): Adjust users.
9003 (font-lock-mode): Don't set it at all.
9004
2a64315a 90052010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9006
76e3243a 9007 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9008
2a64315a 90092010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9010
9011 * calendar/appt.el (appt-time-msg-list): Doc fix.
9012 (appt-check): Let-bind appt-warn-time.
9013 (appt-add): Make the 3rd argument optional.
9014 Simplify argument names. Doc fix. Check for integer WARNTIME.
9015 Only add WARNTIME to the output list if non-nil.
9016
2a64315a 90172010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9018
9019 * calendar/appt.el (appt-check): Let the 3rd element of
9020 appt-time-msg-list specify the warning time.
9021 (appt-add): Add new argument with the warning time. (Bug#5176)
9022
6a7662bb 90232010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9024
76e3243a 9025 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9026 older than version 1.6. (Bug#6361)
9027
2a64315a 90282010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9029
9030 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9031 used by cl-do-arglist. (Bug#6408)
9032
30d7ac37
AM
90332010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9034
6a7662bb
BR
9035 * textmodes/ispell.el (ispell-dictionary-base-alist):
9036 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9037 Suggested by Rolando Pereira (bug#6434).
9038
8fd02581
JB
90392010-06-15 Juanma Barranquero <lekktu@gmail.com>
9040
9041 * facemenu.el (list-colors-sort): Doc fix.
9042
6a7662bb 90432010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9044
9045 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9046
f0bf7c8e
JL
90472010-06-14 Juri Linkov <juri@jurta.org>
9048
9049 Add sort option `list-colors-sort'. (Bug#6332)
9050 * facemenu.el (color-rgb-to-hsv): New function.
9051 (list-colors-sort): New defcustom.
9052 (list-colors-sort-key): New function.
9053 (list-colors-display): Doc fix. Sort list according to the option
9054 `list-colors-sort'.
9055 (list-colors-print): Add HSV values to `help-echo' property of
9056 RGB strings.
9057
c42fe9a5
JL
90582010-06-14 Juri Linkov <juri@jurta.org>
9059
9060 * compare-w.el: Move to the "vc" subdirectory.
9061
b263a4c4
SM
90622010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9063
d8b0cddd
SM
9064 * image-mode.el (image-mode-map): Remap left-char and right-char.
9065
b263a4c4
SM
9066 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9067
89877f5f
CY
90682010-06-12 Chong Yidong <cyd@stupidchicken.com>
9069
133a8d82
CY
9070 * term/common-win.el (x-colors): Add all the color names defined
9071 in rgb.txt (Bug#6332).
9072
89877f5f
CY
9073 * facemenu.el (list-colors-print): Don't print extra names if it
9074 will overflow the window width.
9075
9076 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9077 change (Bug#6343).
89877f5f 9078
9d1f18b5
EZ
90792010-06-12 Eli Zaretskii <eliz@gnu.org>
9080
9081 * files.el (make-directory): Doc fix (bug#6396).
9082
b81a0b56
MA
90832010-06-12 Michael Albinus <michael.albinus@gmx.de>
9084
9085 * net/tramp.el (tramp-remote-process-environment): Protect version
9086 string by apostroph.
9087 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9088 XEmacs.
9089 (tramp-file-name-for-operation): Add `call-process-region'.
9090 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9091
9092 * net/tramp-compat.el (top): Do not autoload
9093 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9094 only when `start-file-process' is not bound.
9095 (tramp-advice-file-expand-wildcards): Do not use
9096 `tramp-handle-file-remote-p'.
9097 (tramp-compat-make-temp-file): Handle the case, that
9098 `make-temp-file' has no third argument EXTENSION.
9099
69f18acc
JB
91002010-06-11 Juanma Barranquero <lekktu@gmail.com>
9101
5fee75d4
JB
9102 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9103
69f18acc
JB
9104 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9105
9766adfb
JL
91062010-06-11 Juri Linkov <juri@jurta.org>
9107
9108 * finder.el (finder-known-keywords): Add keyword "vc"
9109 for version control.
9110
9111 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9112 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9113 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9114 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9115
56b2854f
JL
91162010-06-11 Juri Linkov <juri@jurta.org>
9117
9118 Move version control related files to the "vc" subdirectory.
9119 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9120 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9121 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9122 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9123 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9124 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9125 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9126 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9127 Move files to the "vc" subdirectory.
9128
6534e58a
CY
91292010-06-11 Chong Yidong <cyd@stupidchicken.com>
9130
9131 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9132 (Bug#6367).
9133
84d9562f
SE
91342010-06-11 Stephen Eglen <stephen@gnu.org>
9135
9136 * shell.el: Bind `shell-resync-dirs' to M-RET.
9137
3ef0a6a5
MA
91382010-06-10 Michael Albinus <michael.albinus@gmx.de>
9139
9140 * notifications.el: Move file from lisp/net, because it is
9141 supposed to talk locally to the user.
9142
fa4003da
MA
91432010-06-10 Julien Danjou <julien@danjou.info>
9144
9145 * net/notifications.el (notifications-on-action-signal)
9146 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9147 argument to the callback functions. Add docstrings.
fa4003da
MA
9148 (notifications-notify): Fix docstring.
9149
46e6650e
GM
91502010-06-10 Glenn Morris <rgm@gnu.org>
9151
9152 * emacs-lisp/authors.el (authors-ignored-files)
9153 (authors-valid-file-names): Add some files.
9154
a71832f7
SM
91552010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9158 merge conflict, giving preference to the emacs-23 version of the code.
9159
8c6eab5a
SM
91602010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9161
989bc97f
SM
9162 * emacs-lisp/advice.el (ad-compile-function):
9163 Define warning-suppress-types before we let-bind it (bug#6275).
9164
8c6eab5a
SM
9165 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9166 declare it, make it buffer-local and permanent-local (bug#6324).
9167 (vc-resynch-window): Adjust name.
9168 * vc-hooks.el (vc-find-file-hook): Adjust name.
9169
890a18d6
MA
91702010-06-09 Michael Albinus <michael.albinus@gmx.de>
9171
9172 * net/notifications.el (notifications-notify): Fix docstring.
9173
bf3e70eb
JB
91742010-06-09 Juanma Barranquero <lekktu@gmail.com>
9175
9176 Update to Unicode 6.0.0 beta.
9177 * international/charprop.el: Update copyright.
9178 * international/mule-cmds.el (ucs-names): Update character ranges.
9179 * international/uni-bidi.el:
9180 * international/uni-category.el:
9181 * international/uni-combining.el:
9182 * international/uni-comment.el:
9183 * international/uni-decimal.el:
9184 * international/uni-decomposition.el:
9185 * international/uni-digit.el:
9186 * international/uni-lowercase.el:
9187 * international/uni-mirrored.el:
9188 * international/uni-name.el:
9189 * international/uni-numeric.el:
9190 * international/uni-old-name.el:
9191 * international/uni-titlecase.el:
9192 * international/uni-uppercase.el: Regenerate.
9193
b978141d
JB
91942010-06-09 Juanma Barranquero <lekktu@gmail.com>
9195
ee8359ba
JB
9196 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9197 (smie-precs-precedence-table): Fix typo in docstring.
9198
f64ab8fb
JB
9199 * vc-mtn.el (log-edit-extract-headers): Declare function.
9200
883ffa8c
JB
9201 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9202
b978141d
JB
9203 * net/notifications.el (dbus-register-signal): Declare function.
9204 (notifications-notify): Fix typos and reflow docstring.
9205
5f4f2ae4
DN
92062010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9207
9208 Improve VC create/retrieve tag/branch.
9209 * vc.el (vc-create-tag): Do not read the directory name for VCs
9210 with repository revision granularity. Adjust the tag/branch
9211 prompt. Reset VC properties.
9212 (vc-retrieve-tag): Do not read the directory name for VCs
9213 with repository revision granularity. Reset VC properties.
9214
41a86354
MA
92152010-06-09 Julien Danjou <julien@danjou.info>
9216
ef33fd34 9217 * net/notifications.el: New file.
41a86354 9218
fab43c76
DN
92192010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9220
00fd1147
DN
9221 Add optional support for resetting VC properties.
9222 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9223 call vc-file-clearprops when true.
9224 (vc-resynch-buffer): Add new optional argument, pass it down.
9225 (vc-resynch-buffers-in-directory): Likewise.
9226
fab43c76
DN
9227 Improve support for special markup in the VC commit message.
9228 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9229 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9230 * vc-git.el (vc-git-checkin):
9231 * vc-bzr.el (vc-bzr-checkin): Likewise.
9232
e7d67e73
SM
92332010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9236 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9237
277e6741
MP
92382010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9239
9240 * iimage.el: Remove images as soon as the underlying text is modified.
9241 (iimage-modification-hook): New function.
9242 (iimage-mode-buffer): Use it.
9243
83156c18
SM
92442010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9245
9246 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9247 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9248 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9249 (smie-indent-keyword): Add handling of open-paren keywords.
9250 (smie-indent-comment-continue): Don't assume comment-continue.
9251
13b5221f
MR
92522010-06-07 Martin Rudalics <rudalics@gmx.at>
9253
9254 * window.el (pop-to-buffer): Remove the conditional that
9255 compares new-window and old-window, so it will reselect
9256 the selected window unconditionally.
9257 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9258
c2ea5810
SM
92592010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * emacs-lisp/smie.el (smie-indent-offset-after)
9262 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9263 (smie-indent-after-keyword): Use them.
9264 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9265 (smie-indent-keyword): Tweak the black magic.
9266 (smie-indent-comment-continue): Strip comment-continue before use.
9267 (smie-indent-functions): Indent comments before keywords.
9268
27dd3c11
JL
92692010-06-06 Juri Linkov <juri@jurta.org>
9270
9271 * isearch.el (isearch-lazy-highlight-search): Fix looping
9272 by checking for empty match. This syncs this loop with the
9273 similar loop in `isearch-search'. (Bug#6362)
9274
35b148ee
JB
92752010-06-05 Juanma Barranquero <lekktu@gmail.com>
9276
9277 * net/dbus.el (dbus-register-method): Declare function.
9278 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9279 (dbus-introspect): Doc fix.
9280 (dbus-event-bus-name, dbus-introspect-get-interface)
9281 (dbus-introspect-get-argument): Reflow docstrings.
9282
eccdfe5f
DN
92832010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9284
9285 vc-log-incoming/vc-log-outgoing fixes for Git.
9286 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9287 incoming/outgoing logs.
9288 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9289 instead of vc-git-compute-remote.
9290 (vc-git-compute-remote): Remove.
9291
86253dc0
CY
92922010-06-04 Chong Yidong <cyd@stupidchicken.com>
9293
9294 * term/common-win.el (x-colors): Add "dark green" and "dark
9295 turquoise" (Bug#6332).
9296
0665f661
JL
92972010-06-04 Juri Linkov <juri@jurta.org>
9298
9299 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9300 Instead of setting `replace' to t and replacing the same string
9301 with itself, don't do certain actions when
9302 kill-do-not-save-duplicates is non-nil and string is equal to car
9303 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9304 interprogram-paste strings to kill-ring, and don't push the input
9305 argument `string' to kill-ring.
9306 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9307
087fc47a
JB
93082010-06-04 Juanma Barranquero <lekktu@gmail.com>
9309
9310 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9311
4f201088
MA
93122010-06-04 Michael Albinus <michael.albinus@gmx.de>
9313
9314 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9315 (tramp-gvfs-handler-mounted-unmounted)
9316 (tramp-gvfs-connection-mounted-p): Handle default-location.
9317
9318 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9319 move files to trash.
9320
18ccd78a
JB
93212010-06-04 Juanma Barranquero <lekktu@gmail.com>
9322
9323 * international/mule-cmds.el (nonascii-insert-offset)
9324 (nonascii-translation-table): Add obsolescence information.
9325
9326 * international/mule.el (make-translation-table-from-vector): Doc fix.
9327
3845c322
GM
93282010-06-03 Glenn Morris <rgm@gnu.org>
9329
9330 * desktop.el (desktop-clear-preserve-buffers):
9331 Add "*Warnings*" buffer. (Bug#6336)
9332
54d3626e
DN
93332010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9334
6941ffec
DN
9335 vc-log-incoming/vc-log-outgoing improvements for Git.
9336 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9337 short log.
9338 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9339
54d3626e
DN
9340 Add bindings for vc-log-incoming and vc-log-outgoing.
9341 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9342 and vc-log-outgoing.
9343 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9344 and vc-log-outgoing.
9345
aa1bc616
CY
93462010-06-03 Chong Yidong <cyd@stupidchicken.com>
9347
9348 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9349 (rcirc-handler-366): Always sort nicknames.
9350
e2d2a205
JB
93512010-06-03 Juanma Barranquero <lekktu@gmail.com>
9352
9353 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9354
44ea155d
CY
93552010-06-03 Chong Yidong <cyd@stupidchicken.com>
9356
a628ad9d 9357 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 9358
a91dedc4
SM
93592010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9360
9361 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9362 (rcirc-sort-nicknames-join): Avoid setq.
9363
c62bf05a
DD
93642010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9365
9366 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9367 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9368 (rcirc-handler-366): Use them.
9369
dd2c3c92
SM
93702010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 Split smie-indent-calculate into more manageable chunks.
9373 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9374 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9375 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9376 (smie-indent-exps): Extract from smie-indent-calculate.
9377 (smie-indent-functions): New var.
9378 (smie-indent-functions): Use them.
9379
927c346b
SM
93802010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9383 (smie-indent-calculate): Simplify and cleanup.
9384
1efeec86
MA
93852010-06-02 Michael Albinus <michael.albinus@gmx.de>
9386
9387 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
9388 (tramp-gvfs-mount-point): Remove.
9389 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9390 New defuns.
1efeec86
MA
9391 (with-tramp-dbus-call-method): Format trace message.
9392 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
9393 Implement backup call, when operation on local files fails.
9394 Use progress reporter. Flush properties of changed files.
1efeec86
MA
9395 (tramp-gvfs-handle-make-directory): Make more traces.
9396 (tramp-gvfs-url-file-name): Hexify file name in url.
9397 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9398 into account for the resulting file name.
9399 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9400 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9401 (tramp-gvfs-handler-mounted-unmounted)
9402 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9403 attribute "default_location". Set "prefix" property.
9404 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9405 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9406 exists. Raise an error, if not (due to a corresponding answer
9407 "no" in interactive questions, for example).
9408
89877f5f 94092010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
9410
9411 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9412
24f574a9
JB
94132010-06-01 Juanma Barranquero <lekktu@gmail.com>
9414
9415 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9416 right-*. (Bug#6265)
9417
290736f2
DN
94182010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9419
61158bfa
DN
9420 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9421 * vc-git.el (vc-git-compute-remote): New function.
9422 (vc-git-log-outgoing): Use it instead of hard coding a value.
9423 (vc-git-log-incoming): New function.
9424
5828f6ca
DN
9425 Improve state updating for VC tag commands.
9426 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9427 to update the state of all buffers in the directory.
9428
290736f2
DN
9429 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9430
feceda26
SM
94312010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9434 `file-directory-p' to the filename part rather than to the whole text.
9435
896114cf
SM
94362010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9439
1603358c
DA
94402010-05-31 Drew Adams <drew.adams@oracle.com>
9441
9442 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9443
fe40dc63
JB
94442010-05-31 Juanma Barranquero <lekktu@gmail.com>
9445
9446 * subr.el (momentary-string-display): Just use read-event to read
9447 the exit event (Bug#6238).
9448
9e8014c6
EZ
94492010-05-30 Eli Zaretskii <eliz@gnu.org>
9450
9451 * international/mule.el (define-coding-system): Doc fix (bug#6313).
9452
61a08071
JB
94532010-05-30 Juanma Barranquero <lekktu@gmail.com>
9454
9455 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
9456 Suggested by Eli Zaretskii <eliz@gnu.org>.
9457
5feec8ca
SM
94582010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * minibuffer.el (completion-file-name-table): Don't return a boundary
9461 past the end of `string' (bug#6299).
9462 (completion--file-name-table): Delegate to completion-file-name-table
9463 for the `boundaries' case.
9464
8175cb90
JB
94652010-05-30 Juanma Barranquero <lekktu@gmail.com>
9466
2b94133f
JB
9467 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
9468 movement commands.
9469
8175cb90
JB
9470 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
9471 `path-separator', but maintain compatibility with Emacs 20.2.
9472
0191e222
CY
94732010-05-29 Chong Yidong <cyd@stupidchicken.com>
9474
9475 * server.el (server-process-filter): Receive parent-id argument
9476 from emacsclient.
9477 (server-create-window-system-frame): New arg. Pass parent-id as
9478 frame parameter.
9479
9b655a0a
EZ
94802010-05-29 Eli Zaretskii <eliz@gnu.org>
9481
db5dce9d
EZ
9482 Bidi-sensitive word movement with arrow keys.
9483 * subr.el (right-arrow-command, left-arrow-command): Move to
9484 bindings.el.
9485
9486 * bindings.el (right-char, left-char): Move from subr.el and
9487 rename from right-arrow-command and left-arrow-command.
9488 (right-word, left-word): New functions.
9489 (global-map) <right>: Bind to right-char.
9490 (global-map) <left>: Bind to left-char.
9491 (global-map) <C-right>: Bind to right-word.
9492 (global-map) <C-left>: Bind to left-word.
9493
9b655a0a
EZ
9494 * ls-lisp.el (ls-lisp-classify-file): New function.
9495 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
9496 (ls-lisp-classify): Call ls-lisp-classify-file.
9497 (insert-directory): Remove blanks from switches.
9498
fcb52808
CY
94992010-05-29 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * ansi-color.el: Delete unused escape sequences (Bug#6085).
9502 (ansi-color-drop-regexp): New constant.
9503 (ansi-color-apply, ansi-color-filter-region)
896114cf 9504 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
9505 (ansi-color-apply): Build string list before calling concat.
9506
0040735a
JL
95072010-05-28 Juri Linkov <juri@jurta.org>
9508
9509 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9510 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
9511 (Bug#5270)
9512
b6827fff
MA
95132010-05-28 Michael Albinus <michael.albinus@gmx.de>
9514
9515 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
9516 to ignored backtrace functions.
9517 (with-progress-reporter): Expand docstring.
9518 (tramp-handle-delete-file): Implement TRASH argument.
9519 (tramp-get-remote-trash): New defun.
9520
eba082a2
MA
95212010-05-28 Michael Albinus <michael.albinus@gmx.de>
9522
6a7662bb
BR
9523 * net/tramp-compat.el (tramp-compat-delete-file):
9524 Use `symbol-value' for backward compatibility.
eba082a2
MA
9525
9526 * net/tramp.el (tramp-handle-make-symbolic-link)
9527 (tramp-handle-load)
9528 (tramp-do-copy-or-rename-file-via-buffer)
9529 (tramp-do-copy-or-rename-file-directly)
9530 (tramp-do-copy-or-rename-file-out-of-band)
9531 (tramp-handle-process-file, tramp-handle-call-process-region)
9532 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9533 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9534 (tramp-delete-temp-file-function): Use `delete-file' instead
9535 of `tramp-compat-delete-file'.
9536
9537 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9538 (tramp-fish-handle-make-symbolic-link)
9539 (tramp-fish-handle-process-file): Use `delete-file' instead
9540 of `tramp-compat-delete-file'.
9541
6a7662bb
BR
9542 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9543 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
9544
9545 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9546 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
9547 `tramp-compat-delete-file'.
9548
6a7662bb
BR
9549 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
9550 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
9551
9552 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9553 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9554 (tramp-smb-handle-write-region): Use `delete-file' instead of
9555 `tramp-compat-delete-file'.
9556 (tramp-smb-handle-delete-directory): Use 'trash as arg.
9557
f1a5d776
CY
95582010-05-27 Chong Yidong <cyd@stupidchicken.com>
9559
9560 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 9561 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
9562 (dired-do-flagged-delete, dired-do-delete): Use trash.
9563
9564 * speedbar.el (speedbar-item-delete): Allow trashing.
9565
9566 * files.el (delete-directory): New arg TRASH.
9567
9568 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
9569 (ange-ftp-rename-remote-to-remote)
9570 (ange-ftp-rename-local-to-remote)
9571 (ange-ftp-rename-remote-to-local, ange-ftp-load)
9572 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
9573 `delete-file'.
9574 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
9575 allow trashing.
9576
9577 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
9578 handle new TRASH arg of `delete-file'.
9579
c4ce1145 9580 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
9581 (tramp-handle-make-symbolic-link, tramp-handle-load)
9582 (tramp-do-copy-or-rename-file-via-buffer)
9583 (tramp-do-copy-or-rename-file-directly)
9584 (tramp-do-copy-or-rename-file-out-of-band)
9585 (tramp-handle-process-file, tramp-handle-call-process-region)
9586 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9587 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9588 (tramp-delete-temp-file-function): Use null TRASH arg in
9589 tramp-compat-delete-file call.
9590
9591 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9592 (tramp-fish-handle-delete-file)
9593 (tramp-fish-handle-make-symbolic-link)
9594 (tramp-fish-handle-process-file): Use null TRASH arg in
9595 `tramp-compat-delete-file' call.
9596
9597 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
9598 arg in `tramp-compat-delete-file' call.
9599
9600 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9601 (tramp-gvfs-handle-write-region): Use null TRASH arg in
9602 `tramp-compat-delete-file' call.
9603
9604 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
9605 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
9606 `tramp-compat-delete-file' call.
9607
9608 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9609 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9610 (tramp-smb-handle-write-region): Use null TRASH arg in
9611 tramp-compat-delete-file call.
9612 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
9613 (tramp-smb-handle-delete-file): Rename arg.
9614
9615 * diff.el (diff-sentinel):
9616 * epg.el (epg--make-temp-file, epg-decrypt-string)
9617 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9618 * jka-compr.el (jka-compr-partial-uncompress)
9619 (jka-compr-call-process, jka-compr-write-region):
9620 * server.el (server-sentinel): Remove optional arg from
9621 delete-file, reverting 2010-05-03 change.
9622
ecb0ab90
CY
96232010-05-27 Chong Yidong <cyd@stupidchicken.com>
9624
6a7662bb
BR
9625 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9626 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 9627
2b25da45
KH
96282010-05-27 Kenichi Handa <handa@m17n.org>
9629
9630 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
9631 element of GSTRING is nil.
9632
11e4d8c0
SM
96332010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * emacs-lisp/smie.el (smie-forward-token-function)
9636 (smie-backward-token-function): New vars.
9637 (smie-backward-sexp, smie-forward-sexp)
9638 (smie-indent-hanging-p, smie-indent-calculate): Use them.
9639 (smie-default-backward-token): Rename from smie-backward-token and
9640 skip comments.
9641 (smie-default-forward-token): Rename from smie-forward-token and
9642 skip comments.
9643 (smie-next-sexp): Handle nil results from next-token.
9644 (smie-indent-calculate): Add a new case for special `fixindent' comments.
9645
4da3541b
CY
96462010-05-27 Chong Yidong <cyd@stupidchicken.com>
9647
896114cf
SM
9648 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9649 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
9650
96512010-05-27 Masatake YAMATO <yamato@redhat.com>
9652
9653 * htmlfontify.el (hfy-face-resolve-face): New function.
9654 (hfy-face-to-style): Use it (Bug#6279).
9655
6dc439cb
SM
96562010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9657
9658 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
9659 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
9660
021eb8d7
GM
96612010-05-26 Glenn Morris <rgm@gnu.org>
9662
9663 * emulation/edt.el (edt-load-keys): Use locate-library.
9664
bef4957b
CY
96652010-05-25 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
9668 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
9669 (log-edit-changelog-insert-entries): Args changed.
9670 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
9671 (log-edit-insert-changelog-entries): Reorganize return value of
9672 `log-edit-changelog-entries' to pass filenames to
9673 log-edit-changelog-insert-entries.
9674
84fb0956
TV
96752010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9676
9677 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
9678 `image-dired-dired-insert-marked-thumbs' to
9679 `image-dired-dired-toggle-marked-thumbs'.
9680
9681 * image-dired.el: Require cl when compiling.
9682 (image-dired-dired-toggle-marked-thumbs): Rename from
9683 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
9684 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
9685 to 'no-dir. Skip files whose names don't match
9686 `image-file-name-regexp'. When file has a thumbnail overlay,
9687 delete it. (Bug#5270)
9688
0fb1193d
JL
96892010-05-25 Juri Linkov <juri@jurta.org>
9690
9691 * image-mode.el (image-mode): Add image-after-revert-hook to
9692 after-revert-hook.
9693 (image-after-revert-hook): New function. (Bug#5669)
9694
fc937924
JL
96952010-05-25 Juri Linkov <juri@jurta.org>
9696
9697 * image.el (image-animated-p): When delay between animated images
9698 is 0, set it to 10 (0.1 sec). (Bug#6258)
9699
fa9ba953
MA
97002010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
9701
9702 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 9703 `forward-word', its default syntax could be changed.
fa9ba953 9704
9e021389
MA
97052010-05-25 Michael Albinus <michael.albinus@gmx.de>
9706
9707 * net/tramp.el (tramp-progress-reporter-update): New defun.
9708 (with-progress-reporter): Use it.
9709 (tramp-process-actions):
6a7662bb
BR
9710 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
9711 Preserve current message, in order to let progress reporter continue
9e021389
MA
9712 afterwards. (Bug#6257)
9713
6169260b
GM
97142010-05-25 Glenn Morris <rgm@gnu.org>
9715
9716 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
9717 Add :version.
9718
d26781af
RY
97192010-05-25 Ryan Yeske <rcyeske@gmail.com>
9720
8826afe3 9721 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
9722 (rcirc-default-full-name): Change to "unknown".
9723 (rcirc-user-name-history): Add variable.
8826afe3
GM
9724
97252010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 9726 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
9727
9728 * net/rcirc.el (rcirc-server-alist): Add :pass.
9729 (rcirc): When prompting for connection parameters, also prompt for
d26781af 9730 username and password.
a628ad9d 9731 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
9732 value to server when connecting.
9733
d355a0b7
SM
97342010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9735
f5228f84
SM
9736 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
9737 (smie-merge-prec2s): Pass the tables as separate args.
9738 (smie-bnf-precedence-table): Adjust call accordingly.
9739 (smie-prec2-levels): Set levels at the end.
9740
d355a0b7
SM
9741 Replace Lisp calls to delete-backward-char by delete-char.
9742 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
9743 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
9744 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 9745 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
9746 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
9747 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
9748 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
9749 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
9750 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
9751 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
9752 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
9753 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
9754 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
9755 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
9756 delete-backward-char by calls to delete-char.
9757
f668ef02
KH
97582010-05-25 Kenichi Handa <handa@m17n.org>
9759
9760 * language/hebrew.el (hebrew-shape-gstring): New function.
9761 Register it in composition-function-table for all Hebrew combining
9762 characters.
9763
397eb3f3
SM
97642010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9765
9766 * epa.el (epa--select-keys): Don't explicitly delete the window since
9767 that can fail (e.g. sole window in frame). Use dedication instead.
9768
171eda53 97692010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
9770
9771 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
9772
110683ad
CY
97732010-05-22 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * image.el (image-refresh): Define as an alias for image-flush.
9776
9777 * image-mode.el (image-toggle-display-image): Caller changed.
9778
df9db151
JL
97792010-05-21 Juri Linkov <juri@jurta.org>
9780
9781 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
9782 Remove "all" from grep-files-aliases. Split grep-files-aliases by
9783 whitespace, call wildcard-to-regexp on substrings and concat them
9784 with "\\|". (Bug#6114)
9785
c0209c2c
AM
97862010-05-21 Alan Mackenzie <acm@muc.de>
9787
171eda53
SM
9788 * progmodes/cc-engine.el (c-parse-state-get-strategy):
9789 Replace parameter `here' with `here-' and `here-plus', which sandwich
9790 any pertinent CPP construct.
c0209c2c
AM
9791 (c-remove-stale-state-cache-backwards): Fix a bug which happens
9792 when doing (c-parse-state) in a CPP construct: Exclude any "new"
9793 CPP construct from taking part in the scanning.
9794
655bded0
MA
97952010-05-21 Michael Albinus <michael.albinus@gmx.de>
9796
9797 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
9798 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
9799 Tune `with-progress-reporter' messages.
655bded0
MA
9800 (tramp-handle-vc-registered):
9801 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
9802 (tramp-fish-handle-insert-file-contents)
9803 (tramp-fish-maybe-open-connection):
9804 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9805 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
9806 (tramp-imap-handle-insert-file-contents)
9807 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
9808
3e17a1a7
JB
98092010-05-21 Juanma Barranquero <lekktu@gmail.com>
9810
bf1e8d4a
JB
9811 * add-log.el (change-log-font-lock-keywords):
9812 Highlight all authors in multi-author entries.
9813
3e17a1a7
JB
9814 * smerge-mode.el (smerge-refine-ignore-whitespace)
9815 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
9816 Fix typos in docstrings.
9817 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
9818
969e684a
GM
98192010-05-21 Glenn Morris <rgm@gnu.org>
9820
e75c1e7d
GM
9821 * progmodes/fortran.el (fortran-mode):
9822 * progmodes/f90.el (f90-mode): Derive from prog-mode.
9823
969e684a
GM
9824 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
9825 having a relative path in src/Makefile.in.
9826
a50878fa
KR
98272010-05-20 Kevin Ryde <user42@zip.com.au>
9828
9829 * help-mode.el (help-make-xrefs): For Info node links turn
9830 newlines into spaces. Link node names with newlines are matched
9831 by help-xref-info-regexp and buttonized, this change ensures they
9832 can be followed successfully with RET. (Bug#6206)
9833
f66a2f90
JL
98342010-05-20 Juri Linkov <juri@jurta.org>
9835
9836 * locate.el (locate): Use pop-to-buffer instead of
9837 switch-to-buffer-other-window. (Bug#6204)
9838
201d895a
JL
98392010-05-20 Juri Linkov <juri@jurta.org>
9840
9841 * replace.el (replace-highlight): Fix lazy-highlighting
9842 for `M-s w str M-% str RET'.
9843
1ddb2ea0
MY
98442009-12-15 Masatake YAMATO <yamato@redhat.com>
9845
9846 * isearch.el (isearch-yank-word-or-char): Pull next subword
9847 when `subword-mode' is activated. (Bug#6220)
9848
a6020335
MH
98492010-05-20 Mark A. Hershberger <mah@everybody.org>
9850
9851 * isearch.el (isearch-update-post-hook): New hook.
9852 (isearch-update): Use the new hook. (Bug#6225)
9853
50de6a38
JL
98542010-05-20 Juri Linkov <juri@jurta.org>
9855
9856 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
9857 [f1], [help], and (char-to-string help-char) instead of "\C-h".
9858 (Bug#6222)
9859
5d944a8f
JL
98602010-05-20 Juri Linkov <juri@jurta.org>
9861
9862 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
9863 (Bug#6223)
9864
f5d6548a
JL
98652010-05-20 Juri Linkov <juri@jurta.org>
9866
9867 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
9868 FILE-NAME to read from the minibuffer when called interactively
9869 with prefix argument instead of using buffer-file-name.
9870 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
9871
9872 * dired.el: Update autoloads.
9873
f8e63691
CY
98742010-05-20 Chong Yidong <cyd@stupidchicken.com>
9875
9876 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
9877 nxml-finish-element, for consistency with SGML mode.
9878
9879 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
9880 octave-close-block.
9881
07d7c3bd
JB
98822010-05-20 Juanma Barranquero <lekktu@gmail.com>
9883
9884 * composite.el: Require cl when compiling.
9885 (reference-point-alist, compose-gstring-for-graphic)
9886 (compose-gstring-for-terminal): Fix typos in docstrings.
9887
7bce8510
JL
98882010-05-19 Juri Linkov <juri@jurta.org>
9889
9890 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
9891 set-window-parameter.
9892
a7723e05
MA
98932010-05-19 Michael Albinus <michael.albinus@gmx.de>
9894
9895 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
9896 where appropriate.
9897 (tramp-maybe-open-connection): Use it.
9898
3f2e7735
EZ
98992010-05-19 Eli Zaretskii <eliz@gnu.org>
9900
9901 * simple.el (move-end-of-line): Make sure we are at line beginning
9902 before backing up to end of previous line.
9903
8d9181c7
MA
99042010-05-19 Michael Albinus <michael.albinus@gmx.de>
9905
8c4ec20f
MA
9906 * password-cache.el (password-cache-remove): Fix docstring.
9907
8d9181c7
MA
9908 * net/secrets.el: Autoload the widget functions.
9909 (secrets-search-items, secrets-create-item)
9910 (secrets-get-attributes, secrets-expand-item): Attributes will be
9911 stored on the password database without leading ":", as all other
9912 clients do as well.
9913 (secrets-mode): Fix docstring.
9914 (secrets-show-secrets): Provide it as autoloaded command only when
9915 D-Bus support is available. Check existence of Secret Service API.
9916
2a96c2a7
SM
99172010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9918
9919 * indent.el (indent-region): Deactivate region (bug#6200).
9920
d24e10b1
GM
99212010-05-19 Glenn Morris <rgm@gnu.org>
9922
9923 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
9924
2833d915
KH
99252010-05-19 Kenichi Handa <handa@m17n.org>
9926
9927 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 9928 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 9929
134c2f29
JB
99302010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
9931
9932 * calc/calc-trail.el (calc-trail-isearch-forward)
9933 (calc-trail-isearch-backward): Ensure that the new window
9934 point is set correctly.
9935
278847cd
SM
99362010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * subr.el (read-quoted-char): Resolve modifiers after key
9939 remapping (bug#6212).
9940
3a8e7cbd
MA
99412010-05-18 Michael Albinus <michael.albinus@gmx.de>
9942
9943 Add visualization code for secrets.
9944 * net/secrets.el (secrets-mode): New major mode.
9945 (secrets-show-secrets, secrets-show-collections)
9946 (secrets-expand-collection, secrets-expand-item)
9947 (secrets-tree-widget-after-toggle-function)
9948 (secrets-tree-widget-show-password): New defuns.
9949
472e7ec1
SM
99502010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9951
224b70cb
SM
9952 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
9953 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
9954 handled in smie-next-sexp.
9955 (smie-indent-calculate): Provide a starting indentation (so the
9956 recursion is well-founded ;-).
9957
472e7ec1
SM
9958 Fix handling of non-associative equal levels.
9959 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
9960 when it's not needed.
9961 (smie-op-left, smie-op-right): New functions.
9962 (smie-next-sexp): New function, extracted from smie-backward-sexp.
9963 Better handle equal levels to distinguish the associative case from
9964 the "multi-keyword construct" case.
9965 (smie-backward-sexp, smie-forward-sexp): Use it.
9966
35e53abd
JB
99672010-05-18 Juanma Barranquero <lekktu@gmail.com>
9968
5d8fe0ba
JB
9969 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
9970
35e53abd
JB
9971 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
9972 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
9973
5ad4bef5
SM
99742010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 Provide a simple generic indentation engine and use it for Prolog.
9977 * emacs-lisp/smie.el: New file.
9978 * progmodes/prolog.el (prolog-smie-op-levels)
9979 (prolog-smie-indent-rules): New var.
9980 (prolog-mode-variables): Use them to configure SMIE.
9981 (prolog-indent-line, prolog-indent-level): Remove.
9982
00681a3c
JB
99832010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
9984
560bb7ae 9985 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
9986 order before computing the averages.
9987
eba62f7a
JB
99882010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
9989
597517ef 9990 * calc/calc-vec.el (calc-histogram):
5ad4bef5 9991 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
9992 (math-vector-avg): New function.
9993
560bb7ae 9994 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
9995 being grouped depend on the radix (Bug#6189).
9996
8c5ff6dd
KR
99972010-05-15 Ken Raeburn <raeburn@raeburn.org>
9998
9999 * version.el (emacs-copyright, emacs-version): Don't define here,
10000 now that emacs.c defines it.
10001
98d8b17e
EZ
100022010-05-15 Eli Zaretskii <eliz@gnu.org>
10003
71078429
EZ
10004 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10005 "Describe Language Environment" menu item.
10006
ce6233c1
EZ
10007 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10008
d20e1419
EZ
10009 Bidi-sensitive movement with arrow keys.
10010 * subr.el (right-arrow-command, left-arrow-command): New functions.
10011
10012 * bindings.el (global-map): Bind them to right and left arrow keys.
10013
98d8b17e 10014 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10015 * files.el (convert-standard-filename):
10016 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10017 the corresponding systems.
10018
10019 * w32-fns.el (w32-convert-standard-filename): Rename from
10020 convert-standard-filename. Doc fix.
10021
10022 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10023 (convert-standard-filename): Don't defalias.
10024 (register-name-alist, make-register, register-value)
10025 (set-register-value, intdos): Obsolete aliases for the
10026 corresponding dos-* functions and variables.
10027 (dos-intdos): Add a doc string.
10028
ae6bc504
JB
100292010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10030
10031 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10032 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10033 (math-compose-tex-func):
10034 * calc/calccomp.el (math-compose-expr):
10035 * calc/calc-ext.el (math-format-flat-expr-fancy):
10036 * calc/calc-store.el (calc-read-var-name):
10037 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10038
10039 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10040 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10041 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10042 (math-standard-units): Add units.
ae6bc504 10043
c26ea4b2
SM
100442010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10045
7aefa445 10046 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10047 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10048
c26ea4b2
SM
10049 * pcomplete.el (pcomplete-completions-at-point): New function,
10050 extracted from pcomplete-std-complete.
10051 (pcomplete-std-complete): Use it.
10052
02be533b
GM
100532010-05-15 Glenn Morris <rgm@gnu.org>
10054
10055 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10056 Remove references to CVS, RCS and Old directories.
10057
78ed0efc
JB
100582010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10059
ae6bc504 10060 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10061 appropriate.
10062
10dcc561
SM
100632010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10064
5ccaa359
SM
10065 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10066 (sh-mode-syntax-table): Give it a default value instead.
10067 (sh-header-marker): Make buffer-local.
10068 (sh-mode): Move make-local-variable to the corresponding setq.
10069 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10070 Use complete-with-action.
10071
10dcc561
SM
10072 * simple.el (prog-mode): New (abstract) major mode.
10073 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10074 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10075
c38762fd
JB
100762010-05-14 Juanma Barranquero <lekktu@gmail.com>
10077
10078 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10079 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10080 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10081 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10082 (sql-escape-newlines-filter, sql-input-sender)
10083 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10084
2ef3c144
CY
100852010-05-13 Chong Yidong <cyd@stupidchicken.com>
10086
560bb7ae 10087 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10088
10089 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10090 latex-open-block and C-c / to latex-close-block.
10091
10092 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10093 and C-c C-e to sgml-close-tag.
10094
3b30ccda
MA
100952010-05-13 Michael Albinus <michael.albinus@gmx.de>
10096
10097 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10098 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10099 (tramp-handle-load, tramp-handle-file-local-copy)
10100 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10101 (tramp-maybe-send-script, tramp-find-shell):
10102 Use `with-progress-reporter'.
3b30ccda
MA
10103 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10104 Fix message text.
10105
10106 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10107 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10108 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10109 Use `with-progress-reporter'.
10110
57ff5d7b
AM
101112010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10112
a628ad9d
JB
10113 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10114 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10115
5a70d10f
SM
101162010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10117
791ffe1c
SM
10118 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10119
5a70d10f
SM
10120 * dos-fns.el: Add "dos-" prefix for namespace control.
10121 (convert-standard-filename): Define as alias for
10122 dos-convert-standard-filename but only if applicable.
10123
38d93f03
AM
101242010-05-12 Alan Mackenzie <acm@muc.de>
10125
10126 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10127 Push the mark at the start of these functions when appropriate.
10128
902a6d8d
SM
101292010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 * minibuffer.el (completion-cycle-threshold): New custom var.
10132 (completion--do-completion): Use it.
10133 (minibuffer-complete): Use cycling if appropriate.
10134
9ee120ba
JB
101352010-05-11 Juanma Barranquero <lekktu@gmail.com>
10136
10137 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10138 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10139
841c4085
JL
101402010-05-11 Juri Linkov <juri@jurta.org>
10141
10142 * scroll-all.el (scroll-all-check-to-scroll):
10143 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10144
8a67c70e
SM
101452010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10146
f2b9ed18
SM
10147 * iimage.el (iimage-mode-map): Move initialization into declaration.
10148 (iimage-mode-buffer): Use with-silent-modifications.
10149 Simplify calling convention. Adjust callers.
10150 (iimage-mode): Don't run hook redundantly.
10151
8a67c70e
SM
10152 * minibuffer.el (completion-pcm--pattern->regex):
10153 Fix last change (bug#6160).
10154
4bbedd98
JL
101552010-05-10 Juri Linkov <juri@jurta.org>
10156
10157 Remove nodes visited during Isearch from the Info history.
10158 * info.el (Info-isearch-initial-history)
10159 (Info-isearch-initial-history-list): New variables.
10160 (Info-isearch-start): Record initial values of
10161 Info-isearch-initial-history and Info-isearch-initial-history-list.
10162 Add Info-isearch-end to isearch-mode-end-hook.
10163 (Info-isearch-end): New function.
10164
94ecf5da
MA
101652010-05-10 Michael Albinus <michael.albinus@gmx.de>
10166
10167 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10168 format string, in order to work around a bug in pdksh.
10169 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10170 (tramp-handle-verify-visited-file-modtime): Do not send a command
10171 when the connection is not established.
10172 (tramp-handle-set-file-times): Simplify the check for utc.
10173
c5eb971b
JB
101742010-05-10 Juanma Barranquero <lekktu@gmail.com>
10175
10176 Fix use of `filter-buffer-substring' (rework previous change).
10177 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10178 (cua-repeat-replace-region):
10179 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10180 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10181 (cua-cut-region-to-global-mark): Use it.
10182
7492acc9
MM
101832010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10184
77e2fc7a
JB
10185 * progmodes/sql.el: Version 2.1.
10186 (sql-product-alist): Redesign structure of product info.
10187 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10188 (sql-port, sql-port-history): New variables.
10189 (sql-interactive-product): New variable.
10190 (sql-send-terminator): New variable.
77e2fc7a 10191 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10192 (sql-oracle-login-params, sql-sqlite-login-params)
10193 (sql-mysql-login-params, sql-solid-login-params)
10194 (sql-sybase-login-params, sql-informix-login-params)
10195 (sql-ingres-login-params, sql-ms-login-params)
10196 (sql-postgres-login-params, sql-interbase-login-params)
10197 (sql-db2-login-params, sql-linter-login-params)
10198 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10199 (sql-mode-map): Add C-c C-i to start interactive mode.
10200 (sql-mode-menu): Update existing menu entries.
10201 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10202 (sql-mode-oracle-font-lock-keywords)
10203 (sql-mode-postgres-font-lock-keywords)
10204 (sql-mode-ms-font-lock-keywords)
10205 (sql-mode-sybase-font-lock-keywords)
10206 (sql-mode-informix-font-lock-keywords)
10207 (sql-mode-interbase-font-lock-keywords)
10208 (sql-mode-ingres-font-lock-keywords)
10209 (sql-mode-solid-font-lock-keywords)
10210 (sql-mode-mysql-font-lock-keywords)
10211 (sql-mode-sqlite-font-lock-keywords)
10212 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10213 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10214 reduce run-time complexity.
10215 (sql-add-product, sql-del-product): New functions.
10216 (sql-set-product-feature, sql-get-product-feature): New functions.
10217 (sql-product-font-lock): Update product API.
10218 (sql-add-product-keywords): New function.
10219 (sql-highlight-product): Update product API.
10220 (sql-help-list-products): New function.
10221 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10222 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10223 prompt for port.
10224 (sql-copy-column): Copy without properties.
10225 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10226 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10227 Implement as a filter.
7492acc9
MM
10228 (sql-escape-newlines-filter): Implement as a filter.
10229 (sql-remove-tabs-filter): New function.
10230 (sql-send-magic-terminator): New function.
10231 (sql-send-string): Implement magic terminator.
10232 (sql-send-region): Use `sql-send-string'.
10233 (sql-interactive-mode): Use product API.
10234 (sql-product-interactive): Use product API.
10235 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10236 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10237 (sql-db2, sql-linter): Use `sql-product-interactive'.
10238 (sql-connect): New function.
10239 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10240 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10241 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10242 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10243 Use `sql-connect'.
7492acc9 10244
79ccd68f
SM
102452010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10246
10247 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10248 New custom variable.
10249 (completion-pcm--string->pattern): Use it.
10250 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10251 Make it handle any symbol as `any'.
10252 (completion-pcm--merge-completions): Extract common suffix for the new
10253 `prefix' symbol as well.
10254 (completion-substring--all-completions): Use the new `prefix' symbol.
10255
0d5852cf
MA
102562010-05-09 Michael Albinus <michael.albinus@gmx.de>
10257
10258 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10259 not bound.
10260 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10261 (tramp-compat-funcall): New defmacro.
10262 (tramp-compat-line-beginning-position)
10263 (tramp-compat-line-end-position)
10264 (tramp-compat-temporary-file-directory)
10265 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10266 (tramp-compat-copy-file, tramp-compat-copy-directory)
10267 (tramp-compat-delete-file, tramp-compat-delete-directory)
10268 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10269 * net/tramp.el (top, with-progress-reporter)
10270 (tramp-rfn-eshadow-setup-minibuffer)
10271 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10272 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10273 (tramp-completion-mode-p, tramp-check-for-regexp)
10274 (tramp-open-connection-setup-interactive-shell)
10275 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10276 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10277 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10278 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10279 (tramp-reporter-dump-variable, tramp-load-report-modules)
10280 (tramp-append-tramp-buffers)
10281 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10282
10283 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10284
f913fe7d
SM
102852010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10288 buffer-modtime. Adjust users.
10289
0235128c 102902010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 10291
77e2fc7a 10292 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 10293 car of each item, not the whole list (Bug#6083).
f034e176 10294
0235128c 102952010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
10296
10297 * progmodes/js.el (js-mode): Make paragraph variables local before
10298 calling c-setup-paragraph-variables (Bug#6071).
10299
0235128c 103002010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
10301
10302 * composite.el (compose-region, reference-point-alist): Fix typos
10303 in the doc strings.
10304
77e2fc7a 103052010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
10306
10307 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10308 gnuplot's "set" command.
10309
0235128c 103102010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
10311
10312 * abbrev.el (last-abbrev-text): Doc fix.
10313 (abbrev-prefix-mark): Don't escape parenthesis.
10314
0235128c 103152010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
10316
10317 * composite.el (find-composition): Doc fix.
10318
0235128c 103192010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
10320
10321 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10322 (sql-oracle-program, sql-sqlite-options)
10323 (sql-query-placeholders-and-send): Doc fixes.
10324 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10325 (sql-imenu-generic-expression, sql-buffer)
10326 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10327 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10328 (sql-mode-sybase-font-lock-keywords)
10329 (sql-mode-informix-font-lock-keywords)
10330 (sql-mode-interbase-font-lock-keywords)
10331 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10332 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10333 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10334 (sql-product-feature, sql-highlight-product)
10335 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
10336 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10337 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
10338 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10339 Fix typos in docstrings.
10340
0235128c 103412010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
10342
10343 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10344 property instead of `invisible' and `after-string' (bug#5998).
10345
0235128c 103462010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
10347
10348 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10349
0235128c 103502010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
10351
10352 * filecache.el (file-cache-add-directory-list)
10353 (file-cache-add-directory-recursively): Fix typos in docstrings.
10354
0235128c 103552010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
10356
10357 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 10358 (gujarati-composable-pattern): Fix typo.
ece33a6e 10359
0235128c 103602010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
10361
10362 * language/indian.el (oriya-composable-pattern)
0235128c
SM
10363 (tamil-composable-pattern, malayalam-composable-pattern):
10364 Add two-part vowels to "v" (vowel sign).
771533aa 10365
0235128c 103662010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 10367
99833607
CY
10368 * files.el (copy-directory): Handle symlinks (Bug#5982).
10369
0235128c 103702010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
10371
10372 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10373 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10374 (Bug#5846).
10375
0235128c 103762010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 10377
0ca12598
GM
10378 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10379
d2c7b917
GM
10380 * minibuffer.el (completion-at-point): Doc fix.
10381
ba5bf5f0
SM
103822010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10383
10384 * electric.el (Electric-command-loop): Minor tweak.
10385
10386 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10387 better with dedicated windows.
10388
0235128c
SM
103892010-05-07 Chong Yidong <cyd@stupidchicken.com>
10390
10391 * Version 23.2 released.
10392
560bb7ae 103932010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 10394 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
10395
10396 Highlight vendor specific properties.
10397 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10398 (css-proprietary-property): New face.
10399 (css-font-lock-keywords): Use them.
10400
c0162ade
EZ
104012010-05-07 Eli Zaretskii <eliz@gnu.org>
10402
10403 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10404
f3ee9200
SM
104052010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10406
05623156
SM
10407 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10408 * files.el (auto-mode-alist): Remove redundant entries.
10409
f3ee9200
SM
10410 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10411 * simple.el (auto-save-mode): Move from files.el.
10412 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10413
560bb7ae 104142010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 10415
76e3243a 10416 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 10417
765d4319
KY
104182010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10419
10420 * mail/binhex.el (binhex-decode-region-internal)
10421 * mail/uudecode.el (uudecode-decode-region-internal)
10422 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10423 (dns-read-type, dns-query)
10424 * pgg-parse.el (pgg-parse-armor)
10425 * pgg.el (pgg-verify-region)
10426 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10427 XEmacs.
10428
86d21cc0 10429 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 10430
f83483ff
JB
104312010-05-07 Juanma Barranquero <lekktu@gmail.com>
10432
40ab7974
JB
10433 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10434
f83483ff
JB
10435 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10436 * emulation/cua-base.el (cua-repeat-replace-region):
10437 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10438 (cua-cut-region-to-global-mark):
10439 Remove text properties with `set-text-properties'.
10440
9566840f
MA
104412010-05-06 Michael Albinus <michael.albinus@gmx.de>
10442
f3ee9200
SM
10443 * net/tramp.el (top, with-progress-reporter):
10444 Use `symbol-function' inside `funcall'.
9566840f
MA
10445
10446 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
10447 (tramp-compat-delete-file, tramp-compat-delete-directory):
10448 Handle only `wrong-number-of-arguments' error.
9566840f
MA
10449
10450 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
10451 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
10452 inside `funcall'.
10453
0c495c21
SM
104542010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10455
1493963b
SM
10456 * minibuffer.el (completion--sreverse, completion--common-suffix):
10457 New functions.
10458 (completion-pcm--merge-completions): Extract common suffix when safe.
10459
0c495c21
SM
10460 * emacs-lisp/easy-mmode.el (define-minor-mode):
10461 Make :variable more flexible.
10462 * files.el (auto-save-mode): Use it to define using define-minor-mode.
10463
221a0647
JL
104642010-05-05 Juri Linkov <juri@jurta.org>
10465
10466 Add `slow' and `history' tags to the desktop data.
10467
10468 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
10469 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
10470 (Info-finder-find-node): Require `finder.el' to be able
10471 to restore node from the desktop.
10472 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
10473 data `Info-history' and `slow' tag in the assoc list.
10474 (Info-restore-desktop-buffer): Don't restore nodes with the
10475 `slow' tag. Restore `Info-history'.
10476
66bdc868
MA
104772010-05-05 Michael Albinus <michael.albinus@gmx.de>
10478
10479 Add FORCE argument to `delete-file'.
10480
10481 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
10482 forcing to delete the temporary file.
10483 (ange-ftp-delete-file): Add FORCE arg.
10484 (ange-ftp-rename-remote-to-remote)
10485 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
10486 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
10487 Force file deletion.
66bdc868
MA
10488
10489 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
10490
10491 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
10492 (tramp-handle-make-symbolic-link, tramp-handle-load)
10493 (tramp-do-copy-or-rename-file-via-buffer)
10494 (tramp-do-copy-or-rename-file-directly)
10495 (tramp-do-copy-or-rename-file-out-of-band)
10496 (tramp-handle-process-file, tramp-handle-call-process-region)
10497 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10498 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10499 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
10500
10501 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
10502 (tramp-fish-handle-make-symbolic-link)
10503 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
10504
0c495c21
SM
10505 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10506 Use `tramp-compat-delete-file'.
66bdc868
MA
10507
10508 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
10509 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
10510
10511 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
10512 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
10513
10514 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
10515 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
10516 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10517 Use `tramp-compat-delete-file'.
66bdc868 10518
f44379e7
SM
105192010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10520
365f8d85
SM
10521 Minor cleanups.
10522 * subr.el (add-minor-mode): Use push.
10523 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
10524 * emulation/edt.el (edt-select-mode): Simplify.
10525
80ac5d4d
SM
10526 Use define-minor-mode in more cases.
10527 * term/tvi970.el (tvi970-set-keypad-mode):
10528 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10529 (normal-erase-is-backspace-mode):
10530 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
10531 (set-scroll-bar-mode-1): (Re)move to its sole caller.
10532 (get-scroll-bar-mode): New function.
10533 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
10534
10535 Use define-minor-mode for less obvious cases.
f44379e7
SM
10536 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
10537 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
10538 * international/iso-ascii.el (iso-ascii-mode):
10539 * frame.el (auto-raise-mode, auto-lower-mode):
10540 * composite.el (global-auto-composition-mode): Use define-minor-mode.
10541
c04b03f8
MA
105422010-05-04 Michael Albinus <michael.albinus@gmx.de>
10543
10544 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
10545 in order to see error messages for failed logins.
10546
53967e09
CY
105472010-05-03 Chong Yidong <cyd@stupidchicken.com>
10548
10549 * diff.el (diff-sentinel):
10550
10551 * epg.el (epg--make-temp-file, epg-decrypt-string)
10552 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10553
10554 * jka-compr.el (jka-compr-partial-uncompress)
10555 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
10556
10557 * server.el (server-sentinel): Use delete-file's new FORCE arg
10558 (Bug#6070).
10559
56eb0904
SM
105602010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 Use define-minor-mode where applicable.
10563 * view.el (view-mode):
10564 * type-break.el (type-break-query-mode)
10565 (type-break-mode-line-message-mode):
10566 * textmodes/reftex.el (reftex-mode):
10567 * term/vt100.el (vt100-wide-mode):
10568 * tar-mode.el (tar-subfile-mode):
10569 * savehist.el (savehist-mode):
10570 * ibuf-ext.el (ibuffer-auto-mode):
10571 * composite.el (auto-composition-mode):
10572 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10573 Use define-minor-mode.
10574 (vhdl-mode): Use static mode-line format.
10575 (vhdl-mode-line-update): Delete.
10576 (vhdl-create-mode-menu, vhdl-activate-customizations)
10577 (vhdl-hs-minor-mode): Don't bother calling it.
10578
672eb710
SM
105792010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10580
8f92b8ad
SM
10581 * simple.el (with-wrapper-hook): Move.
10582 (buffer-substring-filters): Mark obsolete.
10583 (filter-buffer-substring-functions): New variable.
1fada563 10584 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 10585
c04b03f8 105862010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 10587 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
10588
10589 Implement compression for inline methods.
10590
10591 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
10592 (tramp-copy-size-limit): Allow also nil.
10593 (tramp-inline-compress-commands): New defconst.
10594 (tramp-find-inline-compress, tramp-get-inline-compress)
10595 (tramp-get-inline-coding): New defuns.
cb7f3653 10596 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 10597 replaced by `tramp-get-inline-coding'.
6a29a838
MA
10598 (tramp-handle-file-local-copy, tramp-handle-write-region)
10599 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
10600
8c0bf8b3
SM
106012010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10602
07125a91
SM
10603 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
10604 Remove unused functions.
10605
f3a47002
SM
10606 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
10607 Set find-tag-default-function as a variable rather than a property.
10608
8c0bf8b3
SM
10609 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
10610 * progmodes/etags.el (tags-completion-at-point-function):
10611 Remove left over interactive spec. Add autoloading stub.
10612 (complete-tag): Use tags-completion-at-point-function.
10613
27601456
CY
106142010-04-30 Chong Yidong <cyd@stupidchicken.com>
10615
cb7f3653 10616 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 10617
09d0284d
CY
106182010-04-29 Chong Yidong <cyd@stupidchicken.com>
10619
27d3cd56
CY
10620 * ido.el (ido-init-completion-maps): Remove C-v binding.
10621 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 10622
3a07ffce
CY
106232010-04-29 Chong Yidong <cyd@stupidchicken.com>
10624
10625 * minibuffer.el (tags-completion-at-point-function): New function.
10626 (completion-at-point-functions): Use it.
10627
3a07ffce
CY
10628 * progmodes/etags.el (complete-tag): Revert last change.
10629
3d14bb73
AM
106302010-04-29 Alan Mackenzie <acm@muc.de>
10631
10632 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
10633 off-by-one error (in end of macro position).
10634
7d353d11
SM
106352010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
10638 firefox is absent. Don't autoload.
10639 (browse-url-galeon-program): Don't autoload.
10640
48111a85
CY
106412010-04-28 Chong Yidong <cyd@stupidchicken.com>
10642
10643 * bindings.el (complete-symbol): Move into minibuffer.el.
10644
10645 * minibuffer.el (complete-tag): Move from etags.el. If tags
10646 completion cannot be performed, return nil instead of signalling
10647 an error.
10648 (completion-at-point): Make it an alias for complete-symbol.
10649 (complete-symbol): Move from bindings.el, and replace with the
10650 body of completion-at-point.
10651
10652 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
10653
7ba94701
MA
106542010-04-28 Michael Albinus <michael.albinus@gmx.de>
10655
10656 * net/tramp.el (tramp-remote-selinux-p): New defun.
10657 (tramp-handle-file-selinux-context)
10658 (tramp-handle-set-file-selinux-context): Use it.
10659
95c6cc3e
SS
106602010-04-28 Sam Steingold <sds@gnu.org>
10661
10662 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10663 `safe-local-variable' if the value is a string or a symbol with
10664 the property `bug-reference-url-format'.
10665
36045ff3
CY
106662010-04-28 Chong Yidong <cyd@stupidchicken.com>
10667
537ffaf3
SM
10668 * progmodes/bug-reference.el (bug-reference-url-format):
10669 Revert 2010-04-27 change due to security risk.
36045ff3 10670
56924d99
SM
106712010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 Make it possible to locally disable a globally enabled mode.
10674 * simple.el (fundamental-mode): Run fundamental-mode-hook.
10675 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
10676 rather than kill-all-local-variables so it runs fundamental-mode-hook.
10677 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10678 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
10679 that subsequent hooks get a chance to disable it.
10680
ccaa4765
SM
106812010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10682
17818d71
SM
10683 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10684 Avoid re-enabling a minor mode after the user turned the minor mode
10685 off if MODE-enable-in-buffers is run twice (typically once from
10686 fundamental-mode's after-change-major-mode-hook and a second time from
10687 run-mode-hook's own after-change-major-mode-hook).
10688
ccaa4765
SM
10689 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
10690
2a6f654e
SS
106912010-04-27 Sam Steingold <sds@gnu.org>
10692
10693 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10694 `safe-local-variable' if the value is a string or a function, as
10695 documented and implemented on 2010-04-02.
10696
cecaa674
JB
106972010-04-27 Juanma Barranquero <lekktu@gmail.com>
10698
10699 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
10700 when method is 'kill.
10701
107022010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 10703
a628ad9d
JB
10704 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
10705 condition in default directory check.
1e116bb3
AM
10706 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
10707 Kill ispell process when killing its associated buffer.
10708
7dd7fbb9
JD
107092010-04-27 Jan Djärv <jan.h.d@swipnet.se>
10710
10711 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
10712 but we aren't using it.
10713
7ac82b84
J
107142010-04-25 Jan Djärv <jan.h.d@swipnet.se>
10715
10716 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
10717 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
10718
fea1add4
GM
107192010-04-24 Glenn Morris <rgm@gnu.org>
10720
10721 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
10722 Ignore VCS-ignore files, and deleted nextstep preferences files.
10723 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
10724 (authors-ambiguous-files): New list.
10725 (authors-valid-file-names): Add some deleted files.
10726 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
10727 (authors-disambiguate-file-name): New function. (Bug#5501)
10728 (authors-canonical-file-name): Doc fix.
10729 Don't warn about obsolete files.
10730 (authors-canonical-file-name, authors-scan-el):
10731 Use authors-disambiguate-file-name.
10732
cbcfee6e
GM
10733 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10734 Add autoload cookies.
10735 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
10736 (generated-autoload-file): Set file-local value to "htmlfontify.el".
10737 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
10738 They have definitions / compiler macros in cl.el.
10739 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10740 Replace manual autoloads with generated ones.
10741 (htmlfontify-unload-rgb-file): Remove autoload.
10742 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
10743
3b548e1b
SM
107442010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10745
9ae0c310
SM
10746 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
10747 (byte-compile-setq-default): Optimize for the
10748 single-var case and don't call byte-compile-form in this case to avoid
10749 inf-loop with byte-compile-set-default.
10750
3b548e1b
SM
10751 * progmodes/compile.el (compilation-start): Abbreviate default directory.
10752
632c5478
MA
107532010-04-23 Michael Albinus <michael.albinus@gmx.de>
10754
10755 Implement SELINUX backends.
10756
3b548e1b
SM
10757 * net/tramp.el (tramp-file-name-handler-alist):
10758 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
10759 (tramp-handle-file-selinux-context)
10760 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
10761 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
10762 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 10763
3b548e1b
SM
10764 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10765 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
10766 (tramp-gvfs-handle-file-selinux-context)
10767 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
10768 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
10769
10770 * net/ange-ftp.el (ange-ftp-copy-file):
10771 * net/tramp-fish.el (tramp-fish-handle-copy-file):
10772 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
10773 * net/tramp-smb.el (tramp-smb-handle-copy-file):
10774 Add PRESERVE-SELINUX-CONTEXT.
632c5478 10775
a94d821f
MA
107762010-04-22 Michael Albinus <michael.albinus@gmx.de>
10777
10778 Synchronize with Tramp repository.
10779
10780 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
10781 (tramp-action-process-alive, tramp-action-out-of-band)
10782 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
10783 (tramp-exists-file-name-handler): Fix docstring.
10784 (with-progress-reporter): New defmacro.
10785 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
10786 (tramp-maybe-open-connection): Use it.
10787
a92375d9
MA
107882010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
10789
10790 Detect ssh 'ControlMaster' argument automatically in some cases.
10791
10792 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
10793 (tramp-default-method): Use it.
10794
489fe4c2
MA
107952010-04-22 Michael Albinus <michael.albinus@gmx.de>
10796
25f14cdb
MA
10797 * net/tramp.el (tramp-handle-copy-file): Add new optional
10798 parameter `preserve-selinux-context'.
10799 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
10800
a92375d9
MA
108012010-04-22 Michael Albinus <michael.albinus@gmx.de>
10802
489fe4c2
MA
10803 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
10804 Ensure, that non remote files are still checked. Oops.
10805
acd1f317
MA
108062010-04-21 Michael Albinus <michael.albinus@gmx.de>
10807
10808 Fix Bug#5840.
10809
10810 * icomplete.el (icomplete-completions): Use `non-essential'.
10811
10812 * net/tramp.el (tramp-connectable-p): New defun.
10813 (tramp-handle-expand-file-name)
10814 (tramp-completion-handle-file-name-all-completions)
10815 (tramp-completion-handle-file-name-completion): Use it.
10816
62c5b459
SM
108172010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
10820
f904c0f9
JD
108212010-04-21 Jan Djärv <jan.h.d@swipnet.se>
10822
10823 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
10824
10825 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
10826
10827 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
10828 is present.
10829
10830 * info.el (info-tool-bar-map): Add labels.
10831
10832 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
10833
10834 * cus-edit.el (custom-commands): Add labels for tool bar.
10835 (custom-buffer-create-internal, Custom-mode): Adjust for
10836 labels in custom-commands.
10837
10838 * dynamic-setting.el: Renamed from font-setting.el.
10839
c5cbeb12
LL
108402010-04-21 John Wiegley <jwiegley@gmail.com>
10841
10842 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
10843 toggles the use of virtual buffers.
537ffaf3 10844 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
10845 (ido-toggle-virtual-buffers): New function.
10846
fcc93746
JB
108472010-04-21 Juanma Barranquero <lekktu@gmail.com>
10848
10849 Use `define-derived-mode'; fix window selection; doc fixes.
10850 * play/tetris.el (tetris, tetris-update-speed-function)
10851 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
10852 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
10853 (tetris-rotate-next, tetris-end-game, tetris-start-game)
10854 (tetris-pause-game): Fix typos in docstrings.
10855 (tetris-mode-map, tetris-null-map):
10856 Move initialization into declaration.
10857 (tetris-mode): Define with `define-derived-mode';
10858 set show-trailing-whitespace to nil.
10859 (tetris): Prefer window already displaying the "*Tetris*" buffer.
10860
574c05e2
KK
108612010-04-21 Karel Klíč <kklic@redhat.com>
10862
10863 * files.el (backup-buffer): Handle SELinux context, and return it
10864 if a backup was made by renaming.
10865 (backup-buffer-copy): Set SELinux context to the target file.
10866 (basic-save-buffer): Set SELinux context of the newly written file.
10867 (basic-save-buffer-1): Now it also returns any SELinux context.
10868 (basic-save-buffer-2): Set SELinux context of the newly created file,
10869 and return it.
10870 * net/tramp.el (tramp-file-name-for-operation):
10871 Add file-selinux-context.
10872
e97a42c1
SM
108732010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10874
f2b9ed18
SM
10875 Make the log-edit comments use RFC822 format throughout.
10876
e97a42c1
SM
10877 * vc.el (vc-checkin, vc-modify-change-comment):
10878 Adjust to new vc-start/finish-logentry.
10879 (vc-find-conflicted-file): New command.
10880 (vc-transfer-file): Adjust to new vc-checkin.
10881 (vc-next-action): Improve scoping.
10882
10883 * vc-hg.el (vc-hg-log-edit-mode): Remove.
10884 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
10885
10886 * vc-git.el (vc-git-log-edit-mode): Remove.
10887 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
10888 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
10889
10890 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
10891 (vc-start-logentry): Remove argument `extra'.
10892 (vc-finish-logentry): Remove extra args.
10893
10894 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
10895 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
10896 (vc-bzr-conflicted-files): New function.
10897
10898 * log-edit.el (log-edit-extra-flags)
10899 (log-edit-before-checkin-process): Remove.
10900 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
10901 (log-edit-headers-alist): New var.
10902 (log-edit-header-contents-regexp): New const.
10903 (log-edit-match-to-eoh): New function.
10904 (log-edit-font-lock-keywords): Use them.
10905 (log-edit): Insert a "Summary:" header as default.
10906 (log-edit-mode): Mark font-lock rules as case-insensitive.
10907 (log-edit-done): Cleanup headers.
10908 (log-view-process-buffer): Remove.
10909 (log-edit-extract-headers): New function to replace it.
10910
938efb77
JB
109112010-04-20 Juanma Barranquero <lekktu@gmail.com>
10912
10913 * subr.el (default-direction-reversed): Remove obsolescence info.
10914
1cfb415b
SM
109152010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10916
cb4f9513
SM
10917 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
10918 windows/frames.
10919
6e610c72
SM
10920 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
10921 I.e. include text after point in the completion region.
10922 Also, return nil when we're not after/in a symbol.
10923
1cfb415b
SM
10924 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
10925 default enable-multibyte-characters.
10926
c80fa13c
SM
109272010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10928
87926e02
SM
10929 * international/mule.el: Help the user choose a valid coding-system.
10930 (read-buffer-file-coding-system): New function.
10931 (set-buffer-file-coding-system): Use it. Prompt the user if the
10932 coding-system cannot encode all the chars.
10933
c80fa13c
SM
10934 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
10935 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
10936 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
10937 Don't use *vc-bzr-shelve*.
10938
6e104790 109392010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
10940
10941 Fix the version number for added files.
10942 * vc-hg.el (vc-hg-working-revision): Check if the file is
10943 registered after hg parent fails (Bug#5961).
10944
6e104790 109452010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
10946
10947 * htmlfontify.el (htmlfontify-buffer)
10948 (htmlfontify-copy-and-link-dir): Autoload entry points.
10949
6e104790 109502010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
10951
10952 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
10953 name relative to the project root (Bug#5960).
10954
6e104790 109552010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
10956
10957 * vc-git.el (vc-git-print-log): Doc fix.
10958
6e104790 109592010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
10960
10961 * ido.el (ido-file-internal): Fix 2009-12-02 change.
10962
6e104790 109632010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
10964
10965 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
10966 default settings (Bug#5928).
10967
6e104790 109682010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
10969
10970 * progmodes/fortran.el (fortran-match-and-skip-declaration):
10971 New function.
0a23b2c3 10972 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 10973
6e104790 109742010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
10975
10976 * language/indian.el (malayalam-composable-pattern): Fix previous
10977 change (add U+0D4D "SIGN VIRAMA").
10978 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
10979 (tamil-composable-pattern): Fix typo in the regexp.
10980 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
10981 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
10982 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
10983
6e104790 109842010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
10985
10986 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
10987 paragraph-separate (Bug#5821).
10988
6e104790 109892010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
10990
10991 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
10992
10993 * info.el (Info-find-node-2): Comment out code that skips
10994 breadcrumbs line.
10995 (Info-mouse-follow-link): New command.
10996 (Info-link-keymap): New keymap.
10997 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
10998 Return a string with links instead of inserting breadcrumbs
10999 to the Info buffer.
11000 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11001 Instead of putting the `invisible' text property over the Info
11002 header, make an overlay over the Info header with the `invisible'
11003 property and `after-string' set to the string returned by
11004 `Info-breadcrumbs'.
11005
6e104790 110062010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11007
11008 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11009 Reported by monkey@sandpframing.com.
11010
98923800
SM
110112010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11012
b5feea0f
SM
11013 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11014 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11015 available in the "keyseq cache" any more.
11016
98923800
SM
11017 * custom.el (defcustom): Add edebug spec.
11018
fd5c9dfa
JL
110192010-04-18 Juri Linkov <juri@jurta.org>
11020
11021 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11022
11023 * view.el (view-file, view-buffer): Move test for special mode-class
11024 from view-file to view-buffer.
11025
11026 * tar-mode.el (tar-extract): Turn if's into one cond
11027 like in arc-mode.el.
11028
b3671a51
JL
110292010-04-18 Juri Linkov <juri@jurta.org>
11030
11031 Add 7z archive format support (bug#5475).
11032
11033 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11034 (archive-7z-extract): New defcustom.
11035 (archive-find-type): Add magic string for 7z.
11036 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11037 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11038 `buffer' arg of `call-process'.
11039 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11040 call the function `archive-7z-extract' with the variable
11041 `archive-7z-extract' let-bound to `archive-zip-extract'.
11042 (archive-7z-summarize, archive-7z-extract): New functions.
11043
11044 * international/mule.el (auto-coding-alist):
11045 * files.el (auto-mode-alist): Add 7z file extension.
11046
8a37fb25
SM
110472010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11048
e9515805
SM
11049 * loadup.el: Setup hash-cons for pure data.
11050
f8ea0098
SM
11051 Fix duplicate entries in cedet's loaddefs.el files.
11052 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11053 Should make most file-local generated-autoload-file unnecessary.
11054 (print-readably): Silence warnings.
11055 (autoload-find-destination): Take load-name as an arg to make sure
11056 it's the same as the one that will be in the file.
11057 (autoload-generate-file-autoloads): Adjust to above changes.
11058 Try to make the dataflow a bit simpler.
11059
8a37fb25
SM
11060 * cvs-status.el (cvs-refontify): Remove unused.
11061
f8b91752
JB
110622010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11063
76e3243a 11064 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11065
76e3243a 11066 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11067 twos-complement mode.
11068
d8b01fef
JB
110692010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11070
76e3243a
JB
11071 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11072 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11073 (calc-inverse): Add "Option" to message, as appropriate.
11074 (calc-hyperbolic): Add "Option" to message, as appropriate.
11075 (calc-option, calc-is-option): New functions.
11076
76e3243a 11077 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11078 (calc-option-prefix-help): New function.
11079
76e3243a 11080 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11081
76e3243a 11082 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11083 (calc-option-flag): New variable.
11084 (calc-do): Set `calc-option-flag to nil.
11085 (calc-set-mode-line): Add "Opt " as appropriate.
11086
74f806a1
JL
110872010-04-16 Juri Linkov <juri@jurta.org>
11088
11089 Move scrolling commands from simple.el to window.el
11090 because their primitives are implemented in window.c.
11091
11092 * simple.el (scroll-error-top-bottom)
11093 (scroll-up-command, scroll-down-command, scroll-up-line)
11094 (scroll-down-line, scroll-other-window-down)
11095 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11096 * window.el (scroll-error-top-bottom)
11097 (scroll-up-command, scroll-down-command, scroll-up-line)
11098 (scroll-down-line, scroll-other-window-down)
11099 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11100 Move from simple.el to window.el because their primitives are
11101 implemented in window.c.
11102
ad40eec5
JL
111032010-04-16 Juri Linkov <juri@jurta.org>
11104
11105 * isearch.el (isearch-lookup-scroll-key): Check both
11106 `isearch-scroll' and `scroll-command' properties.
11107 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11108
11109 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11110
11111 * simple.el (scroll-up-command, scroll-down-command)
11112 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11113
a4b000fb
JL
111142010-04-15 Juri Linkov <juri@jurta.org>
11115
11116 * simple.el (scroll-up-command, scroll-down-command)
11117 (scroll-up-line, scroll-down-line): Put `scroll-command'
11118 property on the these symbols. Remove them from
11119 `scroll-preserve-screen-position-commands'.
11120
11121 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11122 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11123 Remove it from `scroll-preserve-screen-position-commands'.
11124
11125 * isearch.el (isearch-allow-scroll): Doc fix.
11126
4874f5e6
MA
111272010-04-15 Michael Albinus <michael.albinus@gmx.de>
11128
11129 * net/tramp.el (tramp-error-with-buffer): Don't show the
11130 connection buffer when we are in completion mode.
11131 (tramp-file-name-handler): Catch the error for some operations
11132 when we are in completion mode. This gives the user the chance to
11133 correct the file name in the minibuffer.
11134
82883f0a
GM
111352010-04-15 Glenn Morris <rgm@gnu.org>
11136
11137 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11138
528b9ea9
JB
111392010-04-15 Juanma Barranquero <lekktu@gmail.com>
11140
11141 Simplify by using `define-derived-mode'.
11142 * info.el (Info-mode):
11143 * calendar/todo-mode.el (todo-mode):
11144 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11145 (gomoku-mode-map): Move initialization into declaration.
11146
5f2b693f
MA
111472010-04-14 Michael Albinus <michael.albinus@gmx.de>
11148
11149 Fix Bug#5840.
11150 * ido.el (ido-file-name-all-completions-1):
11151 * minibuffer.el (minibuffer-completion-help):
11152 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11153
ebb9641f
SM
111542010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11155
38111a5a
SM
11156 * simple.el (non-essential): New var.
11157
ebb9641f
SM
11158 Add a new field `location' to bookmarks for non-file bookmarks.
11159 * bookmark.el (bookmark-location): Use the new field, if present.
11160 (bookmark-insert-location): Undo last change, not needed any more.
11161 * man.el (Man-bookmark-make-record):
11162 * woman.el (woman-bookmark-make-record): Add `location' field.
11163
7b05466f
JL
111642010-04-14 Juri Linkov <juri@jurta.org>
11165
11166 * simple.el (scroll-error-top-bottom): New defcustom.
11167 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11168
11169 * emulation/pc-select.el (pc-select-override-scroll-error):
11170 Obsolete in favor of `scroll-error-top-bottom'.
11171
32129746
JL
111722010-04-14 Juri Linkov <juri@jurta.org>
11173
11174 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11175 `scroll-up-command' and `M-v' to `scroll-down-command'.
11176
11177 * emulation/cua-rect.el (cua--init-rectangles):
11178 * forms.el (forms--change-commands):
11179 * image-mode.el (image-mode-map):
11180 Remap scroll-down-command and scroll-up-command
11181 in addition to scroll-down and scroll-up.
11182
9013a7f8
JL
111832010-04-14 Juri Linkov <juri@jurta.org>
11184
11185 * mwheel.el (scroll-preserve-screen-position-commands):
11186 Add mwheel-scroll to this list of commands.
11187
11188 * simple.el (scroll-preserve-screen-position-commands):
11189 Add scroll-up-command, scroll-down-command, scroll-up-line,
11190 scroll-down-line to this list of commands.
11191
3b7e1d5f
SM
111922010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11193
c1e25821
SM
11194 * obsolete/complete.el: Move from lisp/complete.el.
11195
5b31b787
SM
11196 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11197
3b7e1d5f
SM
11198 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11199 to the minor mode function now turns the mode ON unconditionally.
11200
398a825b
SM
112012010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11202
a544e7c1
SM
11203 * vc-dir.el (vc-dir-kill-line): New command.
11204 (vc-dir-mode-map): Bind it to C-k.
11205
a1979d8e
SM
11206 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11207
398a825b
SM
11208 * woman.el: Add bookmark declarations to silence the compiler.
11209 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11210 step to compatibility between man and woman bookmarks.
11211 Adjust for Man-default-bookmark-title renaming.
11212 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11213
11214 * man.el: Add bookmark declarations to silence the compiler.
11215 (Man-name-local-regexp): Make it match NAME as well.
11216 (Man-getpage-in-background): Return the buffer.
11217 (Man-notify-when-ready): Use `case'.
11218 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11219 Don't hardcode "NAME". Simplify.
11220 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11221 Rename from Man-bookmark-make-record.
11222 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11223 we have the actual man-args. Use Man-getpage-in-background rather
11224 than `man' since the arg is already processed. Let bookmark.el do the
11225 window handling. Only wait for the relevant process.
11226 Don't forget to autoload.
11227
11228 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11229
45be326a
TV
112302010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11231
11232 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11233 New functions.
11234 (woman-mode): Setup bookmark support.
11235
11236 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11237 (man-bookmark-jump): New functions.
11238 (Man-mode): Setup bookmark support.
11239
3acb4c93
CY
112402010-04-10 Jari Aalto <jari.aalto@cante.net>
11241
11242 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11243 recognize ssh-keygen prompt (Bug#2817).
11244
b6bbb65e
MA
112452010-04-10 Michael Albinus <michael.albinus@gmx.de>
11246
11247 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11248
b533bc97
MA
112492010-04-10 Michael Albinus <michael.albinus@gmx.de>
11250
11251 Synchronize with Tramp repository.
11252
11253 * net/tramp.el (tramp-completion-function-alist)
11254 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11255 (tramp-local-coding-commands, tramp-remote-coding-commands):
11256 Fix docstring.
11257 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11258 (tramp-handle-directory-files-and-attributes)
11259 (tramp-get-remote-path): Use `copy-tree'.
11260 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11261 compatibility: Use `completion-ignore-case' if
11262 `read-file-name-completion-ignore-case' does not exist.
11263 (tramp-do-copy-or-rename-file-directly): Do not use
11264 `tramp-handle-file-remote-p'.
45be326a
TV
11265 (tramp-do-copy-or-rename-file-out-of-band):
11266 Use `tramp-compat-delete-directory'.
b533bc97 11267 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11268 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11269 Use `format-spec-make'.
b533bc97
MA
11270 (tramp-find-foreign-file-name-handler)
11271 (tramp-advice-make-auto-save-file-name)
11272 (tramp-set-auto-save-file-modes): Remove superfluous check for
11273 `stringp'. This is done inside `tramp-tramp-file-p'.
11274 (tramp-debug-outline-regexp): New defconst.
11275 (tramp-get-debug-buffer): Use it.
11276 (tramp-check-for-regexp): Use (forward-line 1).
11277 (tramp-set-auto-save-file-modes): Adapt version check.
11278
45be326a
TV
11279 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11280 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
11281 (tramp-compat-make-temp-file): Simplify fallback implementation.
11282 (tramp-compat-copy-tree): Remove function.
11283 (tramp-compat-delete-directory): Provide implementation for older
11284 Emacsen.
11285
11286 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11287 Do not use `tramp-fish-handle-file-attributes.
11288
11289 * net/trampver.el: Update release number.
11290
ba33df00
GM
112912010-04-10 Glenn Morris <rgm@gnu.org>
11292
11293 * progmodes/compile.el (compilation-save-buffers-predicate):
11294 Add missing :version tag.
11295
4a8ae76f
SS
112962010-04-09 Sam Steingold <sds@gnu.org>
11297
11298 * progmodes/compile.el (compilation-save-buffers-predicate):
11299 Remove the "autoload" cookie.
11300
0880716f
SS
11301 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11302 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11303 and `bug-reference-prog-mode' can be used in hooks directly.
11304
6aebd58c
DN
113052010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11306
11307 Add --author support to git commit.
11308 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11309 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
11310 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11311 New declarations.
6aebd58c 11312
f6d90772
ER
113132010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11314
11315 * vc-hooks.el, vc-git.el: Improve documentation comments.
11316
e754e83b
SM
113172010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 Fix some of the problems in defsubst* (bug#5728).
11320 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11321 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11322
9e86ab0b
SS
113232010-04-07 Sam Steingold <sds@gnu.org>
11324
e754e83b
SM
11325 * progmodes/compile.el (compilation-save-buffers-predicate):
11326 New custom variable.
9e86ab0b
SS
11327 (compile, recompile): Pass it to `save-some-buffers'.
11328
b0c8b840
JD
113292010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11330
11331 * wid-edit.el (widget-choose): Move cursor to the second line of
11332 the buffer (Bug#5695).
11333
31527c56
DN
113342010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11335
11336 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11337 * vc.el (vc-print-log-setup-buttons): New function split out from
11338 vc-print-log-internal.
11339 (vc-log-internal-common): New function, a parametrized version of
11340 vc-print-log-internal.
11341 (vc-print-log-internal): Just call vc-log-internal-common with the
11342 right arguments.
11343 (vc-incoming-outgoing-internal):
11344 (vc-log-incoming, vc-log-outgoing): New functions.
11345 (vc-log-view-type): New permanent local variable.
11346
11347 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11348
11349 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11350 of the dynamic bound vc-short-log.
11351 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11352
11353 * vc-git.el (vc-git-log-outgoing): New function.
11354 (vc-git-log-view-mode): Use vc-log-view-type instead
11355 of the dynamic bound vc-short-log.
11356
11357 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11358 of the dynamic bound vc-short-log. Highlight the tag.
11359 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11360 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11361 (vc-hg-incoming-mode): Remove.
11362 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11363
7ec69e2b
DN
113642010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11365
11366 Fix default-directory for vc-root-diff.
11367 * vc.el (vc-root-diff): Bind default-directory to the root
11368 directory for the diff command.
11369
fd9ea9d3
WS
113702010-04-07 Michael McNamara <mac@mail.brushroad.com>
11371
6e104790 11372 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
11373 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11374 word keywords, suggested by Steve Pearlmutter.
6e104790 11375 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 11376 port lists.
6e104790 11377 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 11378 fix bug for /* / comments.
6e104790 11379 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 11380 Speed up and simplfy as this is never called with a bound.
6e104790
SM
11381 (verilog-pretty-declarations): Enhance to line up declarations
11382 inside a parameter list, suggested by Alan Morgan.
11383 (verilog-pretty-expr): Tune assignment regular expression match
11384 string for corner cases; also use markers instead of character
11385 number as indent changes the later.
fd9ea9d3
WS
11386
113872010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11388
6e104790
SM
11389 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11390 as missing keyword.
11391 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11392 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11393 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11394 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11395 Tennant.
11396 (verilog-keywords):
fd9ea9d3
WS
11397 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11398 1800-2009 keywords, including "global.".
11399
2a07afc5
JW
114002010-04-06 John Wiegley <jwiegley@gmail.com>
11401
8b32731a 11402 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 11403 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 11404 file basename). Should use uniquify to offer a real solution.
2a07afc5 11405
f9a27d86
JW
114062010-04-06 John Wiegley <jwiegley@gmail.com>
11407
8b32731a
JB
11408 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11409 comment to code, and add a :version tag.
11410 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 11411
9caf8a8f
JB
114122010-04-06 Juanma Barranquero <lekktu@gmail.com>
11413
11414 Enable recentf-mode if using virtual buffers.
11415 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 11416 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
11417 (ido-make-buffer-list): Simplify.
11418 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11419
5a97d2da
JL
114202010-04-05 Juri Linkov <juri@jurta.org>
11421
11422 Scrolling commands which scroll a line instead of full screen.
11423 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11424
11425 * simple.el (scroll-up-line, scroll-down-line): New commands.
11426 Put property isearch-scroll=t on them.
11427
11428 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11429 Remove commands.
11430
79ce172a
JL
114312010-04-05 Juri Linkov <juri@jurta.org>
11432
8b32731a 11433 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
11434 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11435
11436 * simple.el (scroll-up-command, scroll-down-command): New commands.
11437 Put property isearch-scroll=t on them.
11438
11439 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11440 `scroll-down-command' and [next] from `scroll-up' to
11441 `scroll-up-command'.
11442
11443 * emulation/cua-base.el: Put property CUA=move on
11444 `scroll-up-command' and `scroll-down-command'.
11445 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11446 and `scroll-down-command' to `cua-scroll-down'.
11447
309d5b43
JB
114482010-04-05 Juanma Barranquero <lekktu@gmail.com>
11449
6460e534 11450 * help.el (describe-mode): Return nil.
309d5b43 11451
0523d117
JW
114522010-04-04 John Wiegley <jwiegley@gmail.com>
11453
11454 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 11455 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
11456 (ido-virtual): Face used to indicate virtual buffers in the list.
11457 (ido-buffer-internal): If a buffer is chosen, and no such buffer
11458 exists, but a virtual buffer of that name does (which would be why
11459 it was in the list), recreate the buffer by reopening the file.
11460 (ido-make-buffer-list): If virtual buffers are being used, call
11461 `ido-add-virtual-buffers-to-list' before the make list hook.
11462 (ido-virtual-buffers): New variable which contains a copy of the
11463 current contents of the `recentf-list', albeit pared down for the
11464 sake of speed, and with proper faces applied.
11465 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
11466 create a list of "virtual buffers" to present to the user in
11467 addition to the currently open set. Note that this logic could
11468 get rather slow if that list is too large. With the default
11469 `recentf-max-saved-items' of 200, there is little speed penalty.
11470
202ff0d6
SM
114712010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11472
11473 * font-lock.el: Require CL when compiling.
11474 (font-lock-turn-on-thing-lock): Use `case'.
11475
ef43a0f4
EZ
114762010-04-03 Eli Zaretskii <eliz@gnu.org>
11477
11478 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
11479 Zaretskii.
ef43a0f4 11480
9c13a46e
JL
114812010-04-02 Juri Linkov <juri@jurta.org>
11482
11483 * ehelp.el (electric-help-orig-major-mode):
11484 New buffer-local variable.
11485 (electric-help-mode): Set it to original major-mode. Doc fix.
11486 (with-electric-help): Use `electric-help-orig-major-mode' instead
11487 of (default-value 'major-mode). Doc fix.
11488 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
11489
3fb87bf5
SS
114902010-04-02 Sam Steingold <sds@gnu.org>
11491
11492 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
11493 `vc-hg-command' with a list of flags.
11494
202ff0d6
SM
11495 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11496 Also accept "patch" and "RFE".
dbb5e44a
SS
11497 (bug-reference-fontify): `bug-reference-url-format' can also be a
11498 function to be able to handle the bug kind.
202ff0d6 11499 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 11500
d0b22876
JD
115012010-04-02 Jan Djärv <jan.h.d@swipnet.se>
11502
11503 * tmm.el (tmm-get-keymap): Check with symbolp before passing
11504 value to fboundp, it may not be a symbol.
11505
1625d379
CY
115062010-03-31 Chong Yidong <cyd@stupidchicken.com>
11507
202ff0d6 11508 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 11509
1cd095c6
JL
115102010-03-31 Juri Linkov <juri@jurta.org>
11511
11512 * simple.el (next-line, previous-line): Re-throw a signal
11513 with `signal' instead of using `ding'.
11514 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
11515
67189e62
JL
115162010-03-31 Juri Linkov <juri@jurta.org>
11517
11518 * simple.el (keyboard-escape-quit): Raise deselecting the active
11519 region higher than exiting the minibuffer.
11520 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
11521
1546c559
JL
115222010-03-31 Juri Linkov <juri@jurta.org>
11523
11524 * image.el (image-animated-p): Use `image-metadata' instead of
11525 `image-extension-data'. Get GIF extenstion data from metadata
11526 property `extension-data'.
11527
85626eef
SM
115282010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * simple.el (append-to-buffer): Simplify.
11531
85738751 115322010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
11533
11534 * textmodes/artist.el (artist-mode): Fix typo in docstring.
11535 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
11536
85738751 115372010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
11538
11539 * language/sinhala.el (composition-function-table): Fix regexp for
11540 the new Unicode specification.
11541
11542 * language/indian.el (devanagari-composable-pattern)
11543 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 11544 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
11545 specification.
11546 (bengali-composable-pattern, gurmukhi-composable-pattern)
11547 (gujarati-composable-pattern, oriya-composable-pattern)
11548 (telugu-composable-pattern): New variables to cope with the new
11549 Unicode specification. Use them in composition-function-table.
11550
85738751 115512010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 11552
79d74ac5 11553 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
11554 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
11555 vectors rather than cons cells, as used in menu-bar-update-buffers.
11556
85738751 115572010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 11558
2a793f7f
CY
11559 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
11560 (js-insert-and-indent): Revert 2009-08-15 change, restoring
11561 electric punctuation for "{}();,:" (Bug#5586).
11562
03ffe8be
CY
11563 * mail/sendmail.el (mail-default-directory): Doc fix.
11564
85738751 115652010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
11566
11567 * mail/sendmail.el (mail-default-directory): Doc fix.
11568
85738751 115692010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
11570
11571 * subr.el (version-regexp-alist, version-to-list)
11572 (version-list-<, version-list-=, version-list-<=)
11573 (version-list-not-zero, version<, version<=, version=): Doc fix.
11574 (Bug#5744).
11575
85738751 115762010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
11577
11578 * vc.el (vc-root-diff): Doc fix.
11579
85738751 115802010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 11581
9aa2c576
CY
11582 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
11583
9d30a9f4
CY
11584 * simple.el (append-to-buffer): Fix last change.
11585
85738751 115862010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
11587
11588 * simple.el (append-to-buffer): Ensure that point is preserved if
11589 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
11590 (Bug#5749)
11591
2372f278
SM
115922010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * files.el (auto-mode-case-fold): Change default to t.
11595
2223a1b3
JL
115962010-03-30 Juri Linkov <juri@jurta.org>
11597
11598 * dired-x.el (dired-omit-mode): Doc fix.
11599
0ef84fc8
JL
116002010-03-30 Juri Linkov <juri@jurta.org>
11601
11602 * replace.el (occur-accumulate-lines): Move occur-engine related
11603 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
11604 to be located after `occur-engine'.
11605
dc2d2590
JL
116062010-03-30 Juri Linkov <juri@jurta.org>
11607
11608 Make occur handle multi-line matches cleanly with context.
11609 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
11610
11611 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
11612 (occur-engine): Add local variables `ret', `prev-after-lines',
11613 `prev-lines'. Use more arguments for `occur-context-lines'.
11614 Set first elem of its returned list to `data', and the second elem
11615 to `prev-after-lines'. Don't print the separator line.
11616 In the end, print remaining context after-lines.
11617 (occur-context-lines): Add new arguments `begpt', `endpt',
11618 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
11619 after-lines of the previous match with before-lines of the
11620 current match and not overlap them. Return a list with two
11621 values: the output line and the list of context after-lines.
11622
47c88c06
JL
116232010-03-30 Juri Linkov <juri@jurta.org>
11624
11625 * replace.el (occur-accumulate-lines): Fix a bug where the first
11626 context line at the beginning of the buffer was missing.
11627
a7b02820
EZ
116282010-03-30 Eli Zaretskii <eliz@gnu.org>
11629
11630 * files.el: Make bidi-display-reordering safe variable for boolean
11631 values.
11632
9326ba26 116332010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 11634 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
11635
11636 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
11637 (progress-reporter-update, progress-reporter-do-update):
11638 Handle non-numeric value arguments.
9326ba26
CY
11639 (progress-reporter--pulse-characters): New var.
11640
f6f8aa12
CY
116412010-03-28 Chong Yidong <cyd@stupidchicken.com>
11642
11643 * progmodes/compile.el (compilation-start): Fix regexp detection
11644 of initial cd command (Bug#5771).
11645
7ed287b5
CY
116462010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
11647
11648 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
11649
146b8b16
NR
116502010-03-27 Nick Roberts <nickrob@snap.net.nz>
11651
11652 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
11653 * progmodes/gdb-mi.el: Restore.
11654 * progmodes/gdb-ui.el: Remove.
11655 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 11656
b23caf75
GM
116572010-03-25 Glenn Morris <rgm@gnu.org>
11658
11659 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
11660 all dired buffers, even tramp ones. (Bug#5755)
11661
18c812bd
SM
116622010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 Add "union tags" in mpc.el.
11665 * mpc.el: Remove backward compatibility code.
11666 (mpc-browser-tags): Change default.
11667 (mpc--find-memoize-union-tags): New var.
11668 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
11669 (mpc-cmd-find): Handle the case where the playlist does not exist.
11670 Handle union-tags.
11671 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
11672 (mpc-cmd-add): Use mpc-cmd-flush.
11673 (mpc-tagbrowser-tag-name): New fun.
11674 (mpc-tagbrowser-buf): Use it.
11675 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
11676
efee6a6d
SM
116772010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11678
9586c41a
SM
11679 Misc cleanup.
11680 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
11681 Use replace-regexp-in-string.
11682 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
11683 (makefile-imake-mode-syntax-table): Move init into defvar.
11684 (makefile-mode): Use define-derived-mode.
11685
efee6a6d
SM
11686 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
11687 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
11688 not be present any more.
11689
c6f3804c
JB
116902010-03-24 Juanma Barranquero <lekktu@gmail.com>
11691
11692 * faces.el (set-face-attribute): Fix typo in docstring.
11693 (face-valid-attribute-values): Reflow docstring.
11694
e867cb5d 116952010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 11696
efee6a6d 11697 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 11698
e867cb5d 116992010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
11700
11701 * indent.el (indent-for-tab-command): Doc fix.
11702
e867cb5d 117032010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 11704
efee6a6d
SM
11705 * progmodes/cc-engine.el (c-remove-stale-state-cache):
11706 Fix off-by-one error. Fixes bug #5747.
657071fc 11707
e867cb5d 117082010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
11709
11710 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
11711 (image-dired-read-comment): Doc fix.
11712
efee6a6d
SM
11713 * json.el (json-object-type, json-array-type, json-key-type)
11714 (json-false, json-null, json-read-number):
c8de140b
JB
11715 * minibuffer.el (completion-in-region-functions):
11716 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
11717 (cal-tex-cursor-week):
11718 * emacs-lisp/trace.el (trace-function):
11719 * eshell/em-basic.el (eshell/printnl):
11720 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
11721 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
11722 * obsolete/levents.el (allocate-event, event-key, event-object)
11723 (event-point, event-process, event-timestamp, event-to-character)
11724 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
11725 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
11726 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
11727 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
11728 (reftex-highlight-selection): Fix typos in docstrings.
11729
e867cb5d 117302010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
11731
11732 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
11733
e867cb5d 117342010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
11735
11736 * mail/rmail.el (rmail-highlight-face): Restore option deleted
11737 2008-02-13 without comment; mark it obsolete.
11738 (rmail-highlight-headers): Use rmail-highlight-face once more.
11739
e867cb5d 117402010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
11741
11742 * woman.el (woman2-process-escapes): Only consume the newline if
11743 the filler character is on a line by itself (Bug#5729).
11744
e867cb5d 117452010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
11746
11747 * language/indian.el (devanagari-composable-pattern): Add more
11748 consonants.
11749
e867cb5d 117502010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
11751
11752 * net/trampver.el: Update release number.
11753
e867cb5d 117542010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 11755
efee6a6d
SM
11756 * net/tramp.el (tramp-find-executable):
11757 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
11758 output of "wc -l" more robust.
11759 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
11760 (tramp-open-connection-setup-interactive-shell): Remove workaround
11761 for OpenSolaris bug, it is not needed anymore.
11762
e867cb5d 117632010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
11764
11765 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
11766
e867cb5d 117672010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
11768
11769 * files.el (auto-mode-alist): Accept more verilog file patterns.
11770
b2b8574b
SM
117712010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
11774
1d94ebb0
GM
117752010-03-24 Glenn Morris <rgm@gnu.org>
11776
7e263967
GM
11777 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
11778 log-edit-before-checkin-process.
11779
5ac92c5f
GM
11780 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
11781
11782 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 11783
549f324a
GM
11784 * vc-dispatcher.el (vc-start-logentry): Doc fix.
11785 (log-view-process-buffer, log-edit-extra-flags): Declare.
11786
495b517c
GM
11787 * log-edit.el (log-edit-before-checkin-process): Doc fix.
11788
f4087766
SS
117892010-03-23 Sam Steingold <sds@gnu.org>
11790
11791 Fix bug#5620: recalculate all markers on compilation buffer
11792 modifications, not on file modifications.
38e9aa53
GM
11793 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
11794 variable: the buffer modification time, for buffers not associated with
11795 files.
f4087766
SS
11796 (compilation-mode): Create it.
11797 (compilation-filter): Update it.
11798 (compilation-next-error-function): Use it instead of
11799 `visited-file-modtime' for timestamp.
11800
774642e5
JL
118012010-03-23 Juri Linkov <juri@jurta.org>
11802
11803 Implement Occur multi-line matches.
11804 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
11805
11806 * replace.el (occur): Doc fix.
11807 (occur-engine): Set `begpt' to the beginning of the first line.
11808 Set `endpt' to the end of the last match line. At first, count
11809 line numbers between `origpt' and `begpt'. Split out code from
11810 `out-line' variable to new let-bindings `match-prefix' and
11811 `match-str'. In `out-line' add non-numeric prefix to all
11812 non-first lines of multi-line matches. Finally, count lines
11813 between `begpt' and `endpt' and add to `lines'.
11814
f14d1172
JL
118152010-03-23 Juri Linkov <juri@jurta.org>
11816
11817 * replace.el (occur-accumulate-lines, occur-engine):
11818 Use `occur-engine-line' instead of duplicate code.
11819 (occur-engine-line): New function created from duplicate code
11820 in `occur-accumulate-lines' and `occur-engine'.
11821
53e87c57
JL
11822 * replace.el (occur-engine-line): Add optional arg `keep-props'.
11823 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
11824
75a3ff20
JL
118252010-03-23 Juri Linkov <juri@jurta.org>
11826
11827 * finder.el: Remove TODO tasks.
11828
11829 * info.el (Info-finder-find-node): Add node "all"
11830 with all package info. Handle a list of multiple keywords
11831 separated by comma.
11832 (info-finder): In interactive use with a prefix argument,
11833 use `completing-read-multiple' to read a list of keywords
11834 separated by comma.
11835
00278747
SM
118362010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 Add a new completion style `substring'.
11839 * minibuffer.el (completion-basic--pattern): New function.
11840 (completion-basic-try-completion, completion-basic-all-completions):
11841 Use it.
11842 (completion-substring--all-completions)
11843 (completion-substring-try-completion)
11844 (completion-substring-all-completions): New functions.
11845 (completion-styles-alist): New style `substring'.
11846
64cb11cc
SM
118472010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11848
11849 Get rid of .elc files after removal of the corresponding .el.
11850 * Makefile.in (compile-clean): New target.
11851 (compile-main): Use it.
11852
835e2c65
JD
118532010-03-22 Jan Djärv <jan.h.d@swipnet.se>
11854
11855 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
11856 don't do make there. When compiling with separate object dir, there
11857 is no Makefile there.
11858
111a9dff
SM
118592010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11860
11861 Get rid of the ELCFILES abomination, again.
11862 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11863 (all, compile): Don't call compile-last.
11864 (compile-main): Build the "elcfiles" list dynamically.
11865 (compile-targets): New (internal) target.
11866
82c3d67a
AS
118672010-03-21 Andreas Schwab <schwab@linux-m68k.org>
11868
11869 * Makefile.in (top_srcdir): Define.
11870 (abs_top_builddir): Define.
11871 (srcdir): Don't append `/..'.
11872 (EMACS): Use ${abs_top_builddir}.
11873 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
11874 (update-subdirs, update-authors): Use $(top_srcdir) instead of
11875 $(srcdir).
82c3d67a
AS
11876 (lisp): Use $(srcdir) instead of @srcdir@.
11877
d66ecdbb
JL
118782010-03-21 Juri Linkov <juri@jurta.org>
11879
11880 Fix message of multi-line occur regexps and multi-buffer header lines.
11881 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
11882
11883 * replace.el (occur-1): Don't display regexp if it is longer
11884 than window-width. Use `query-replace-descr' to display regexp.
11885 (occur-engine): Don't display regexp in the buffer header for
11886 multi-buffer occur. Display a separate header line with total
11887 match count and regexp for multi-buffer occur.
11888 Use `query-replace-descr' to display regexp.
11889
f05e1b94
TZ
118902010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11891
11892 * net/secrets.el: Fix parenthesis.
11893 (secrets-enabled): Fix parenthesis.
11894
801ba3ba
SM
118952010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11896
3613edce
SM
11897 Use more relative file and directory names.
11898 * Makefile.in (EMACS): Arrange for it to work when we chdir.
11899 (setwins, setwins_almost, setwins_for_subdirs):
11900 Don't `cd'; output relative names.
11901 (all, compile, compile-always, compile-last): Set emacswd.
11902 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
11903 Just cd to the lisp source dir so we can use relative file names.
11904
801ba3ba
SM
11905 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
11906
2b1400b9
GM
119072010-03-20 Glenn Morris <rgm@gnu.org>
11908
11909 * textmodes/rst.el: Use faces for font-lock customization, and make the
11910 old -face variables obsolete.
11911 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
11912 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
11913 (rst-block-face, rst-external-face, rst-definition-face)
11914 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
11915 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
11916 Make obsolete.
11917 (rst-font-lock-keywords-function): Update for above changes.
11918
5e418f17
JL
119192010-03-20 Juri Linkov <juri@jurta.org>
11920
11921 * s-region.el:
11922 * obsolete/s-region.el: Move to obsolete.
11923
b0287b39
JB
119242010-03-19 Juanma Barranquero <lekktu@gmail.com>
11925
11926 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
11927
3c95bbb6
DN
119282010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
11929
11930 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
11931
09158997
DN
119322010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
11933
11934 Add special markup processing for commit logs.
11935 * log-edit.el (log-edit-extra-flags): New variable.
11936 (log-edit): Add new argument MODE. Use that mode when non-nil
11937 instead of the log-view-mode.
11938 (log-view-process-buffer): New function.
11939
11940 * vc.el: Document that the checkin method takes optional
11941 arguments. Document new backend specific method: log-view-mode.
11942 (vc-default-log-edit-mode): New function.
11943 (vc-checkin): Use a backend specific log-view-mode.
11944 Pass extra arguments to the checkin method.
11945 (vc-modify-change-comment): Pass a dummy extra argument.
11946
11947 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
11948 log-edit.
11949 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
11950 (vc-finish-logentry): Process the log buffer before passing it
11951 down. Pass log-edit-extra-flags.
11952
11953 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
11954 command.
85626eef
SM
11955 (log-edit-extra-flags, log-edit-before-checkin-process):
11956 New declarations.
09158997
DN
11957
11958 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
11959 command.
85626eef
SM
11960 (log-edit-extra-flags, log-edit-before-checkin-process):
11961 New declarations.
09158997
DN
11962 (vc-hg-log-edit-mode): New derived mode.
11963
11964 * vc-arch.el (vc-arch-checkin):
11965 * vc-cvs.el (vc-cvs-checkin):
11966 * vc-git.el (vc-git-checkin):
11967 * vc-mtn.el (vc-mtn-checkin):
11968 * vc-rcs.el (vc-rcs-checkin):
11969 * vc-sccs.el (vc-sccs-checkin):
11970 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
11971
f430423d
SM
119722010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
11975 parent typo).
11976
aa8f8277
GM
119772010-03-19 Glenn Morris <rgm@gnu.org>
11978
f430423d 11979 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 11980
04525749
GM
119812010-03-18 Glenn Morris <rgm@gnu.org>
11982
c70815f1
GM
11983 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
11984
84d0a5f8
GM
11985 * replace.el (query-replace-history): Give it a doc string.
11986 (map-query-replace-regexp): Use query-replace-from-history-variable
11987 and query-replace-to-history-variable.
11988
e3a15161
GM
11989 * mail/hashcash.el (declare-function): Remove duplicate definition.
11990
27be0364
GM
11991 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11992 Make it an obsolete alias for report-emacs-bug-address.
11993 (message-strip-special-text-properties): Declare.
11994 (report-emacs-bug): Remove test for a pretest bug address.
11995 Combine message-mode-specific code.
11996
88b8d18e
GM
11997 * mail/supercite.el: Don't require sendmail.
11998 (mh-in-header-p): Declare rather than using with-no-warnings.
11999 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12000 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12001
1a355d09
GM
12002 * calendar/cal-french.el: Convert to utf-8.
12003
04525749
GM
12004 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12005 Emacs scripts.
12006
ae84eb97
MA
120072010-03-16 Michael Albinus <michael.albinus@gmx.de>
12008
12009 * net/secrets.el (secrets-enabled): New variable. Use it instead
12010 of a subfeature.
12011
7c75524e
MA
120122010-03-15 Michael Albinus <michael.albinus@gmx.de>
12013
12014 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12015 service "org.freedesktop.secrets" can be pinged.
12016 Provide subfeature `enabled'.
7c75524e 12017
57938a79
JL
120182010-03-14 Juri Linkov <juri@jurta.org>
12019
12020 Add finder unknown keywords.
12021
12022 * finder.el (finder-unknown-keywords): New function.
12023
12024 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12025 to create a Finder node with unknown keywords.
12026
88f4758e
JL
120272010-03-14 Juri Linkov <juri@jurta.org>
12028
12029 * finder.el (finder-compile-keywords): Replace `princ' with
12030 `prin1' on a list of symbols interned from keyword strings.
12031
12032 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12033 a comma, then split keywords using a comma and optional whitespace.
12034 Otherwise, split by whitespace.
12035
12036 * complete.el:
12037 * face-remap.el:
12038 * log-view.el:
12039 * net/hmac-def.el:
12040 * net/hmac-md5.el:
12041 * net/netrc.el:
12042 * progmodes/mixal-mode.el: Fix keywords.
12043
7725ebb7
MA
120442010-03-13 Michael Albinus <michael.albinus@gmx.de>
12045
12046 * Makefile.in (ELCFILES): Add net/secrets.elc.
12047
12048 * net/secrets.el: New file.
12049
6f320937
CY
120502010-03-12 Chong Yidong <cyd@stupidchicken.com>
12051
12052 * facemenu.el (list-colors-display, list-colors-print): New arg
12053 callback. Use it to allow selecting colors.
12054
12055 * wid-edit.el (widget-image-insert): Insert image prop even if the
12056 current display is non-graphic.
12057 (widget-field-value-set): New fun.
12058 (editable-field): Use it.
12059 (widget-field-value-get): Clean up unused var.
85626eef
SM
12060 (widget-color-value-create, widget-color--choose-action):
12061 New funs. Allow using list-colors-display to choose color.
6f320937 12062
647f9993
CY
120632010-03-12 Chong Yidong <cyd@stupidchicken.com>
12064
12065 * cus-edit.el: Resort topmost custom groups.
12066 (custom-buffer-sort-alphabetically): Default to t.
12067 (customize-apropos): Use apropos-parse-pattern.
12068 (custom-search-field): New var.
12069 (custom-buffer-create-internal): Add custom-apropos search field.
12070 (custom-add-parent-links): Don't display parent doc.
12071 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12072 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12073
12074 (custom-variable-state): New fun, from custom-variable-state-set.
12075 (custom-variable-state-set): Use it.
12076 (custom-group-value-create): Hide options with standard values
12077 using the :hidden-states property. Use progress reporter.
12078
12079 (custom-show): Simplify.
12080 (custom-visibility): Disable images by default.
12081 (custom-variable): New property :hidden-states.
12082 (custom-variable-value-create): Enable images for
12083 custom-visibility widgets. Use :hidden-states property to
12084 determine initial visibility.
12085
12086 * wid-edit.el (widget-image-find): Give images center ascent.
12087 (visibility): Add :on-image and :off-image properties.
12088 (widget-visibility-value-create): Use them.
12089
eba5b4dd
CY
120902010-03-12 Chong Yidong <cyd@stupidchicken.com>
12091
12092 * cus-edit.el (processes): Remove from development group.
12093 (oop, hypermedia): Delete group.
26f4b8ab 12094 (comm): Promote to top-level group.
eba5b4dd
CY
12095
12096 * net/browse-url.el (browse-url):
12097 * net/xesam.el (xesam):
12098 * net/tramp.el (tramp):
12099 * net/goto-addr.el (goto-address):
26f4b8ab 12100 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12101
12102 * view.el (view): Remove from editing group.
12103
12104 * uniquify.el (uniquify): Put in files group.
12105
12106 * net/browse-url.el (browse-url):
12107 * ps-print.el (postscript): Put in external group.
12108
12109 * cus-edit.el (outlines):
12110 * textmodes/text-mode.el (text-mode-hook):
12111 * textmodes/table.el (table):
12112 * textmodes/picture.el (picture):
12113 * outline.el (outlines): Put in wp group.
12114
12115 * nxml/nxml-mode.el (nxml): Remove from wp group.
12116
12117 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12118
12119 * mail/metamail.el (metamail): Remove from hypermedia group.
12120
12121 * cus-edit.el (abbrev):
12122 * whitespace.el (whitespace):
12123 * vcursor.el (vcursor):
12124 * reveal.el (reveal):
12125 * hl-line.el (hl-line): Put in convenience group.
12126
12127 * epg-config.el (epg): Put in data group.
12128
12129 * emulation/pc-select.el (pc-select): Put in emulations group.
12130
12131 * calculator.el (calculator): Put in applications group.
12132
8117868f
DN
121332010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12134
12135 Add .dir-locals.el support for file-less buffers.
12136 * files.el (hack-local-variables): Split out code to apply local
12137 variable settings ...
12138 (hack-local-variables-apply): ... here. New function.
12139 (hack-dir-local-variables): Use the default directory for when the
12140 buffer does not have an associated file.
12141 (hack-dir-local-variables-non-file-buffer): New function.
12142 * diff-mode.el (diff-mode):
12143 * vc-annotate.el (vc-annotate-mode):
12144 * vc-dir.el (vc-dir-mode):
12145 * log-edit.el (log-edit-mode):
12146 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12147
855a2294
DN
121482010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12149
12150 Add support for shelving snapshots and for showing shelves.
12151 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12152 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12153 New functions.
12154 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12155 (vc-bzr-extra-menu-map): Map them.
12156
3e5b7009
GM
121572010-03-11 Glenn Morris <rgm@gnu.org>
12158
0dcf7d7e
GM
12159 * cus-edit.el (customize-changed-options-previous-release):
12160 Bump to 23.1.
12161
3e5b7009
GM
12162 * image.el (image-animate-max-time): Fix :version tag.
12163
288f9fc0
CY
121642010-03-10 Chong Yidong <cyd@stupidchicken.com>
12165
12166 * Branch for 23.2.
12167
53ef91b1
SM
121682010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * vc-git.el (vc-git-revision-table): Include remote branches.
12171
b41460ae 121722010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12173
12174 Animated image API.
12175 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12176
12177 * image.el (image-animate-max-time): New defcustom.
12178 (image-animated-types): New defconst.
12179 (create-animated-image, image-animate-timer)
12180 (image-animate-start, image-animate-stop, image-animate-timeout)
12181 (image-animated-p): New functions.
12182
12183 * image-mode.el (image-toggle-display-image):
12184 Replace `create-image' with `create-animated-image'.
12185
e5d1fb10 121862010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12187
12188 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12189 instead of "format:"; this ensures that the output is
12190 newline-terminated.
12191
4e7cafbe
CY
121922010-03-08 Chong Yidong <cyd@stupidchicken.com>
12193
12194 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12195 that all errors are caught, and that the return value is always a
12196 list (Bug#5692).
12197
aec66319
KH
121982010-03-08 Kenichi Handa <handa@m17n.org>
12199
12200 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12201 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12202
b327c975
AS
122032010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12204
12205 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12206 call to rfc822-bad-address. (Bug#5692)
12207
1c465a6a
CY
122082010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12209
85626eef
SM
12210 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12211 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12212
a4e32226
CY
122132010-03-06 Chong Yidong <cyd@stupidchicken.com>
12214
12215 * calculator.el (calculator): Don't bind split-window-keep-point
12216 (Bug#5674).
12217
4c83ed3d
SM
122182010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * vc-git.el: Re-flow to fit into 80 columns.
12221 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12222 Remove spurious `quote' element in each case alternative.
12223 (vc-git-show-log-entry): Use prog1.
12224 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12225
e8defde3
SM
122262010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12227
12228 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12229
233f0c9f
CY
122302010-03-03 Chong Yidong <cyd@stupidchicken.com>
12231
12232 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12233 definition, not the name (Bug#5481).
12234
254bedef 122352010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12236
12237 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12238 argument with a local variable. (Bug#5670)
12239
7187cdae
JL
122402010-03-02 Juri Linkov <juri@jurta.org>
12241
12242 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12243
9cf3544e
MA
122442010-03-02 Michael Albinus <michael.albinus@gmx.de>
12245
12246 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12247 error when FILENAME and NEWNAME are existing remote directories.
12248
12249 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12250 parameter DIR-FLAG.
12251
33f77982
GM
122522010-03-02 Glenn Morris <rgm@gnu.org>
12253
12254 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12255 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12256
d99ea08e
KH
122572010-03-01 Kenichi Handa <handa@m17n.org>
12258
e8defde3 12259 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12260 myanmar-composable-pattern.
12261
e8defde3
SM
12262 * international/characters.el (script-list):
12263 * international/fontset.el (script-representative-chars):
12264 Change myanmar to burmese.
d99ea08e 12265 (otf-script-alist): Likewise.
4aa2c3b2
KH
12266 (setup-default-fontset): Likewise. Re-fix :otf spec.
12267
b374f54d
KY
122682010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12269
12270 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12271
71572c03
JD
122722010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12273
12274 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12275
00cffdeb
MA
122762010-02-28 Michael Albinus <michael.albinus@gmx.de>
12277
12278 * net/tramp.el (tramp-handle-write-region): START can be a string.
12279 Take care in the checks. Reported by Dan Davison
12280 <davison@stats.ox.ac.uk>.
12281
d4b06783
MA
122822010-02-28 Michael Albinus <michael.albinus@gmx.de>
12283
12284 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
12285 (dbus-set-property, dbus-get-all-properties):
12286 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 12287
8c3e96d2
CY
122882010-02-28 Chong Yidong <cyd@stupidchicken.com>
12289
de3a1fe9
CY
12290 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12291 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
12292 * calendar/icalendar.el (icalendar--add-diary-entry):
12293 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
12294 * files.el (recover-session-finish): Use with-current-buffer
12295 instead of save-excursion.
12296
c53b9c3b
SM
122972010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 Fix in-buffer completion when after-change-functions modify the buffer.
12300 * minibuffer.el (completion--replace): New function.
12301 (completion--do-completion): Use it and use relative movement.
12302
4a16bdc6
CY
123032010-02-27 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 12306
b8280f39
CY
123072010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12308
c53b9c3b
SM
12309 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12310 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 12311
f88cc4d6
KH
123122010-02-26 Kenichi Handa <handa@m17n.org>
12313
12314 * language/burmese.el: Fix entries in composition-function-table.
12315 (myanmar-composable-pattern): New variable.
12316
12317 * international/fontset.el (setup-default-fontset): Add an entry
12318 for myanmar.
12319
12320 * international/characters.el (script-list): Add Myanmar
12321 Extended-A.
12322
cdbf9100
GM
123232010-02-26 Glenn Morris <rgm@gnu.org>
12324
90a94603
GM
12325 * custom.el (custom-initialize-delay): Doc fix.
12326
cdbf9100
GM
12327 * mail/sendmail.el (send-mail-function): Autoload the call
12328 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12329
f95a5fd0
CY
123302010-02-24 Chong Yidong <cyd@stupidchicken.com>
12331
12332 * files.el (hack-local-variables-filter): For eval forms, also
12333 check safe-local-variable-p (Bug#5636).
12334
459a5f4b
MA
123352010-02-22 Michael Albinus <michael.albinus@gmx.de>
12336
12337 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12338 setting the modes by `ignore-errors'. It might fail, for example
12339 if the file is not owned by the user but the group.
12340 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12341
bb23f6e8
CY
123422010-02-21 Chong Yidong <cyd@stupidchicken.com>
12343
6a7662bb
BR
12344 * files.el (directory-listing-before-filename-regexp):
12345 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
12346 date-like filenames (Bug#5597).
12347
b660eb70
CY
12348 * htmlfontify.el (htmlfontify): Doc fix.
12349
12350 * eshell/eshell.el (eshell): Doc fix.
12351
bb23f6e8
CY
12352 * startup.el (fancy-about-screen): In mode-line, apply
12353 mode-line-buffer-id face only to the buffer name (Bug#5613).
12354
3e39928c
CY
123552010-02-20 Kevin Ryde <user42@zip.com.au>
12356
f7e0618c
JB
12357 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12358 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
12359 (Bug#5599).
12360
0f00e948
EZ
123612010-02-20 Eli Zaretskii <eliz@gnu.org>
12362
12363 * subr.el (remove-yank-excluded-properties): Explain in a comment
12364 why `category' property is removed.
12365
3513efb2
CY
123662010-02-19 Chong Yidong <cyd@stupidchicken.com>
12367
6a7662bb
BR
12368 * isearch.el (isearch-update-post-hook, isearch-update):
12369 Revert 2010-02-17 change.
3513efb2 12370
b4340b3f
UJ
123712010-02-19 Ulf Jasper <ulf.jasper@web.de>
12372
12373 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12374 (icalendar--convert-weekly-to-ical)
12375 (icalendar--convert-yearly-to-ical)
12376 (icalendar--convert-block-to-ical)
12377 (icalendar--convert-cyclic-to-ical)
12378 (icalendar--convert-anniversary-to-ical): Take care of time
12379 specifications where hour has 1-digit only (Bug#5549).
12380
8cfae03d
NR
123812010-02-19 Nick Roberts <nickrob@snap.net.nz>
12382
12383 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12384 of disassemble output in GDB 7.1.
12385
055e4eea
GM
123862010-02-19 Glenn Morris <rgm@gnu.org>
12387
12388 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12389 property. (Bug#5593)
12390
ff6b00de
SS
123912010-02-18 Sam Steingold <sds@gnu.org>
12392
12393 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12394
fe8c0b47
SM
123952010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 Use abbreviated file names in bookmarks (bug#5591).
12398 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12399 calls to expand-file-name.
12400 (bookmark-relocate): Use abbreviated file names in bookmarks.
12401 (bookmark-load): Use abbreviated file names in messages.
12402
73a37a69
MA
124032010-02-18 Michael Albinus <michael.albinus@gmx.de>
12404
12405 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12406 expand "." and "..". Reported by Thierry Volpiatto
12407 <thierry.volpiatto@gmail.com>.
12408
6e4f5731
MA
124092010-02-18 Michael Albinus <michael.albinus@gmx.de>
12410
12411 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12412 permissions of the temporary file to "0600". In case the remote
12413 file has no read permissions for the owner, there might be
12414 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12415
1241622010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
12417
12418 * emacs-lisp/authors.el (authors-renamed-files-alist):
12419 Add entries for INSTALL.CVS.
12420
ba5bf642
MH
124212010-02-17 Mark A. Hershberger <mah@everybody.org>
12422
f7e0618c 12423 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 12424
f7e0618c 12425 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
12426 (isearch-update): Use the new hook.
12427
aac0b0f2
MA
124282010-02-16 Michael Albinus <michael.albinus@gmx.de>
12429
fe8c0b47
SM
12430 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12431 Fix errors in copying directories.
aac0b0f2
MA
12432 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12433 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12434 (tramp-handle-delete-file)
12435 (tramp-handle-dired-recursive-delete-directory)
12436 (tramp-handle-write-region): Flush also the cache for the upper
12437 directory.
12438
05bbe066
CY
124392010-02-16 Chong Yidong <cyd@stupidchicken.com>
12440
e8ab3908
CY
12441 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12442
ff90f4b0
CY
12443 * cus-edit.el (hardware): Doc fix.
12444
12445 * man.el (man): Add to external custom group.
12446
12447 * delim-col.el (columns): Move to wp custom group.
12448
12449 * doc-view.el (doc-view): Add to data custom group.
12450
fe8c0b47 12451 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 12452
05bbe066
CY
12453 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
12454 by ispell-parse-output (Bug#5575).
12455
fa6ea913
KH
124562010-02-16 Kenichi Handa <handa@m17n.org>
12457
12458 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
12459 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
12460 (skkdic-convert): Use `euc-japan' coding system for writing.
12461
88fd78ae
GM
124622010-02-16 Glenn Morris <rgm@gnu.org>
12463
12464 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
12465 tex-main-file before using it. (Bug#5562)
12466
2b8c974a
SM
124672010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
12468
12469 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
12470 warnings, since it is annoying for the user to see them each time he
12471 runs the code.
12472
7540f029
MA
124732010-02-15 Michael Albinus <michael.albinus@gmx.de>
12474
12475 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
12476 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
12477 instead of PROC for caching "first-password-request". Otherwise,
12478 new processes would not profit from passwords already entered.
12479
2b8c974a
SM
12480 * net/tramp-cache.el (tramp-dump-connection-properties):
12481 Don't save "first-password-request" property.
7540f029 12482
fa5f7c5f
JB
124832010-02-14 Juanma Barranquero <lekktu@gmail.com>
12484
12485 * outline.el (outline-head-from-level):
12486 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
12487 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
12488 (elint-defun, elint-buffer-env, elint-top-form-logged)
12489 (elint-unbound-variable):
12490 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
12491 Fix typos in docstrings.
12492
ecbaeb7b
MA
124932010-02-14 Michael Albinus <michael.albinus@gmx.de>
12494
12495 * files.el (insert-directory): When WILDCARD-REGEXP and
12496 FULL-DIRECTORY-P are nil, insert the file entry instead of the
12497 whole directory. (Bug#5551)
12498
12499 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
12500 dired's alignment sanity. (Bug#5516)
12501
91e3333f
JL
125022010-02-14 Juri Linkov <juri@jurta.org>
12503
12504 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
12505 Remove remaining ^H with their preceding chars. (Bug#5566)
12506
36020642
GM
125072010-02-13 Glenn Morris <rgm@gnu.org>
12508
12509 * simple.el (transpose-subr): Give it a doc-string.
12510
12511 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
12512 Doc fixes.
12513
f5952338
JL
125142010-02-12 Juri Linkov <juri@jurta.org>
12515
12516 * arc-mode.el (archive-unique-fname): Make directories for nested
12517 archives. (Bug#5540)
12518
918fe50f
JL
125192010-02-12 Juri Linkov <juri@jurta.org>
12520
12521 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
12522
c07ff221
SM
125232010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12524
48b1e7cf
SM
12525 * subr.el (copy-overlay): Handle deleted overlays.
12526
c07ff221
SM
12527 * man.el (Man-completion-table): Don't signal an error if we can't run
12528 manual-program (bug#4056).
12529
0e374247
JB
125302010-02-10 Juanma Barranquero <lekktu@gmail.com>
12531
12532 * textmodes/artist.el (artist-mt): Fix typos in docstring.
12533
dbf8402b
SM
125342010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12535
348d1e60
SM
12536 * info.el (Info-bookmark-jump): Simplify.
12537
dbf8402b
SM
12538 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
12539 (bookmark-default-handler): Accept new bookmark field `buffer'.
12540
e6d23bb5
CY
125412010-02-10 Chong Yidong <cyd@stupidchicken.com>
12542
12543 * iswitchb.el (iswitchb-completions): Revert last change.
12544
a8e4290b
MA
125452010-02-10 Michael Albinus <michael.albinus@gmx.de>
12546
2b23acde 12547 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
12548 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
12549 This prevents file names like "~/" being listed literally.
a8e4290b 12550
c59d6fad
DN
125512010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12552
348d1e60
SM
12553 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12554 Remove dead code. (Bug#5546)
c59d6fad 12555
3a66e78f
CY
125562010-02-09 Chong Yidong <cyd@stupidchicken.com>
12557
12558 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
12559 correctly (Bug#5548).
12560
f29fd869
CY
125612010-02-08 Jose E. Marchesi <jemarch@gnu.org>
12562
12563 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 12564 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 12565
7fad1447
KH
125662010-02-08 Kenichi Handa <handa@m17n.org>
12567
12568 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 12569 cookie for putting `lisp-indent-function'.
7fad1447 12570
50e4518b
GM
125712010-02-07 Glenn Morris <rgm@gnu.org>
12572
12573 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12574 Move F2003 named interfaces from keywords-2 to keywords-1, and
12575 use function-name-face rather than constant-face.
12576 Simplify "abstract interface" regexp.
12577
a4cc44cf
CY
125782010-02-07 Chong Yidong <cyd@stupidchicken.com>
12579
12580 * eshell/esh-util.el (eshell-file-attributes): New optional arg
12581 ID-FORMAT. Pass it to `file-attributes'.
12582
12583 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
12584
c917476d
CY
125852010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
12586
12587 * faces.el (set-face-attribute): Allow calling
12588 internal-set-lisp-face-attribute with 'unspecified family and
12589 foundry argument (Bug#5536).
12590
7cf3f3d6
GM
125912010-02-07 Glenn Morris <rgm@gnu.org>
12592
12593 * progmodes/f90.el (f90-font-lock-keywords-2)
12594 (f90-looking-at-type-like, f90-looking-at-program-block-end):
12595 Handle F2003 named interfaces.
12596
ffe87109
CY
125972010-02-06 Chong Yidong <cyd@stupidchicken.com>
12598
12599 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
12600 beg and end before calling c-get-state-before-change-functions.
12601
4775ecad
DN
126022010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
12603
33aeea0e
SM
12604 * vc-bzr.el (vc-bzr-dir-extra-headers):
12605 Disable the pending merges header.
4775ecad 12606
0d17c4b9
JL
126072010-02-05 Juri Linkov <juri@jurta.org>
12608
12609 * doc-view.el (doc-view-mode):
12610 * image-mode.el (image-mode): Put property mode-class=special.
12611 (Bug#4896)
12612
8228a275
MH
126132010-02-05 Mark A. Hershberger <mah@everybody.org>
12614
12615 * vc-svn.el (vc-svn-revision-table): New function.
12616
d9320986
MA
126172010-02-05 Michael Albinus <michael.albinus@gmx.de>
12618
12619 * net/ange-ftp.el (ange-ftp-insert-directory):
12620 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12621 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12622 Handle also directories. (Bug#5478)
12623
f43d8ecc
GM
126242010-02-05 Glenn Morris <rgm@gnu.org>
12625
12626 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
12627
ce3a988d
CY
126282010-02-05 Chong Yidong <cyd@stupidchicken.com>
12629
12630 * startup.el (command-line-1): Convert options beginning with a
12631 single dash as well (Bug#5519).
12632
bdd42899
SM
126332010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
12634
51b23c44
SM
12635 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
12636 * minibuffer.el (completion-initials-expand): Only check the presence
12637 of delims *within* the boundaries, since otherwise the / delim is
12638 always found for files.
12639
bdd42899
SM
12640 Fix up various corner case problems.
12641 * doc-view.el (doc-view-last-page-number): New function.
12642 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
12643 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
12644 (doc-view-kill-proc): Avoid inf-loop in freak cases.
12645 (doc-view-reconvert-doc): Use the new recursive delete-directory.
12646 (doc-view-convert-current-doc): Don't create the resolution.el file
12647 here any more.
12648 (doc-view-pdf/ps->png): Do it here instead.
12649 (doc-view-already-converted-p): Check that resolution.el is present.
12650 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
12651 windows that are not yet showing images.
12652
d5b3979c
MA
126532010-02-04 Michael Albinus <michael.albinus@gmx.de>
12654
12655 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
12656 `dired-uncache' for every elemnt which is an absolute file name.
12657
12658 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
12659 directory, handle its directory component.
12660 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
12661 function is called permanently and creates noise, otherwise.
12662
12663 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12664 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12665 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
12666
b003beb1
DB
126672010-02-04 David Burger <dburger@google.com> (tiny change)
12668
12669 * macros.el (apply-macro-to-region-lines):
12670 Minor simplification. (Bug#5485)
12671
ea92f9f3
GM
126722010-02-04 Glenn Morris <rgm@gnu.org>
12673
a03ae20d
GM
12674 * mail/rmail.el (rmail-show-message-1): Handle malformed
12675 quoted-printable text. (Bug#5441)
12676
4d01b827
GM
12677 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
12678
ea92f9f3
GM
12679 * simple.el (visual-line-mode): Capitalize lighter.
12680
82055bb7
JW
126812010-02-03 John Wiegley <jwiegley@gmail.com>
12682
12683 * iswitchb.el (iswitchb-completions): Add bookmark files to the
12684 list of files considered for "virtual buffer" completions.
12685
8214b6e4
MA
126862010-02-03 Michael Albinus <michael.albinus@gmx.de>
12687
12688 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 12689 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
12690 when dired is called with a list of files, which are not in
12691 `default-directory'. (Bug#5478)
12692
1df9718f
SM
126932010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
12696
02ba1267
JL
126972010-02-02 Juri Linkov <juri@jurta.org>
12698
12699 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
12700 from unidiff to allow function-line after @@.
12701
a0c6a0fb
JL
127022010-02-02 Juri Linkov <juri@jurta.org>
12703
12704 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
12705 '(RCS SCCS) with inverted condition.
12706
c35fcd52
MA
127072010-02-02 Michael Albinus <michael.albinus@gmx.de>
12708
12709 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
12710 messages.
12711
6ba973c1
JL
127122010-02-01 Juri Linkov <juri@jurta.org>
12713
12714 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
12715 compare with "pkunzip" and "pkzip" instead of only "pkzip".
12716 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
12717 only when (car archive-zip-extract) is "unzip". (Bug#5475)
12718
0bca393f
SM
127192010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
12722 (doc-view-revert-buffer): New command.
12723 (doc-view-mode-map): Use it.
12724
7a444e2a
DN
127252010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
12726
12727 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
12728 pending merge is detected.
12729
ad6fc8f4
JL
127302010-01-31 Juri Linkov <juri@jurta.org>
12731
12732 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
12733 beginning of interactive spec like all other grep commands do.
12734 Put "all" in front of "gz". (Bug#5260)
12735
b9236874
DN
127362010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
12737
12738 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
12739
1e868757
CY
127402010-01-29 Chong Yidong <cyd@stupidchicken.com>
12741
12742 * dirtrack.el (dirtrack): Warn instead of signalling error if the
12743 regexp is incorrect (Bug#5476).
12744
e5c70c41
MA
127452010-01-29 Michael Albinus <michael.albinus@gmx.de>
12746
12747 * net/tramp.el (tramp-handle-insert-directory): Handle also
12748 symlinks, when FILENAME is not in `default-directory'.
12749
0c0b61f1
MA
127502010-01-28 Michael Albinus <michael.albinus@gmx.de>
12751
12752 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 12753 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
12754
12755 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
12756 of SWITCHES. Handle the case, FILENAME is not in
12757 `default-directory'. (Bug#5478)
12758 (tramp-register-file-name-handlers): Add safe-magic property.
12759
763f325e
CY
127602010-01-28 Chong Yidong <cyd@stupidchicken.com>
12761
12762 * arc-mode.el (archive-zip-extract): Quote the argument passed to
12763 unzip (Bug#5475).
12764
fd09a83f
CY
127652010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
12766
12767 * progmodes/flymake.el (flymake-allowed-file-name-masks)
12768 (flymake-master-make-header-init): Add other C++ filename masks.
12769 (flymake-find-possible-master-files)
12770 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
12771
7e5686f0
MA
127722010-01-28 Michael Albinus <michael.albinus@gmx.de>
12773
12774 Fix some busybox annoyances.
12775
12776 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
12777 not responding." string.
12778 (tramp-open-connection-setup-interactive-shell): Dump stty
12779 settings. Enable "neveropen" arg for all `tramp-send-command'
12780 calls. Handle "=" in variable values properly.
12781 (tramp-find-inline-encoding): Raise an error, when no encoding is
12782 found.
12783 (tramp-wait-for-output): Check, whether PROC buffer is available.
12784 Remove spurious " ^H" sequences, sent by busybox.
12785 (tramp-get-ls-command): Suppress coloring, if possible.
12786
c6265c10
GM
127872010-01-28 Glenn Morris <rgm@gnu.org>
12788
c85a168b
GM
12789 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
12790
c6265c10
GM
12791 * log-edit.el (log-edit-strip-single-file-name): Add missing
12792 :safe, :group, and :version tags.
12793
7d82a738
SB
127942010-01-27 Stephen Berman <stephen.berman@gmx.net>
12795
12796 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
12797 buffers. (Bug#5477)
12798
8b0e68ea
CY
127992010-01-27 David De La Harpe Golden <david@harpegolden.net>
12800
12801 * files.el (delete-directory): Handle moving to trash without
12802 first doing recursion (Bug#5436).
12803
368d3208
DN
128042010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
12805
12806 * vc-hooks.el (vc-path): Mark as obsolete.
12807
755da7fa
DN
128082010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
12809
e2396d80
DN
12810 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
12811 names too.
12812
755da7fa
DN
12813 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
12814 for the short log.
12815 (vc-bzr-log-view-mode): Adjust regexp for the above change.
12816
6a6d15ab 128172010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 12818
ac9ffe99 12819 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 12820
48c2d18a 12821 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 12822
25f38310 128232010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
12824
12825 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
12826 diff-index command. This requires at least git-1.5.5. (Bug#1589).
12827
51850286
DN
128282010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12829
c2f1d6d8
DN
12830 Remove support for adding --signoff on commit.
12831 Future support will use an incompatible generic mechanism.
12832 * vc-git.el (vc-git-add-signoff): Remove variable.
12833 (vc-git-toggle-signoff): Remove function.
12834 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
12835
6a7662bb
BR
12836 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12837 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
12838 was set.
12839 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
12840 earlier, call it again in case the background mode has changed.
12841
02c6d0d0
CY
128422010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
12843
12844 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
12845 (Bug#3541).
12846
064eee03
CY
128472010-01-23 Chong Yidong <cyd@stupidchicken.com>
12848
02c6d0d0
CY
12849 * emacs-lisp/assoc.el (aelement): Doc fix.
12850 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 12851
5336c3ec 128522010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 12853
48c2d18a 12854 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
12855 is the same as subprogram call, not declaration. (Bug#5435).
12856
0536254e
MA
128572010-01-23 Michael Albinus <michael.albinus@gmx.de>
12858
12859 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
12860 (tramp-smb-maybe-open-connection): Use it.
12861
411d06c2
MA
128622010-01-22 Michael Albinus <michael.albinus@gmx.de>
12863
0536254e 12864 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 12865
c893016b
SM
128662010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
12869 just because we see "encoding: 8bit".
12870 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
12871
9425f8e1
CY
128722010-01-22 Chong Yidong <cyd@stupidchicken.com>
12873
12874 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
12875
6a801864
EZ
128762010-01-22 Eli Zaretskii <eliz@gnu.org>
12877
12878 * jka-compr.el (jka-compr-load): If load-file is not in
12879 load-history, try its file-truename version. (bug#5447)
12880
3e8f7d91
AM
128812010-01-21 Alan Mackenzie <acm@muc.de>
12882
12883 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
12884 * progmodes/cc-engine.el (c-invalidate-state-cache):
12885 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
12886 special cpp construct is still in the buffer.
12887 (c-parse-state): Record the special cpp with markers, not numbers.
12888
f0bd0ad5
CY
128892010-01-21 Kenichi Handa <handa@m17n.org>
12890
12891 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
12892 process last-command-event, as it is now decoded first (Bug#5380).
12893
5189d95b
CY
128942010-01-20 Chong Yidong <cyd@stupidchicken.com>
12895
12896 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
12897
e073d74a
GM
128982010-01-20 Glenn Morris <rgm@gnu.org>
12899
12900 * indent.el (tab-always-indent): Fix custom-type.
12901
8ee04f3a
AM
129022010-01-19 Alan Mackenzie <acm@muc.de>
12903
12904 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
12905 buffer throws "args out of range".
12906 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
12907 playing the role of delimiter.
12908
6a47c86a
SL
129092010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
12910
bf0b361c 12911 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
12912 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
12913 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
12914 changed. Delete RECURSIVE parameter; never used. Improve doc string.
12915 Improve comments in "is" portion. Handle null procedure declaration.
12916 (ada-move-to-end): Improve doc string.
12917
2acfb954
ÓF
129182010-01-18 Óscar Fuentes <ofv@wanadoo.es>
12919
e90d57c0 12920 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 12921 Remove obsolete information from commentary.
e90d57c0
JB
12922 (ido-choice-list): Initialize to nil.
12923 (ido-get-bufname): Reject minibuffers.
12924 (ido-make-buffer-list): If "default" is a nonexistent
12925 buffer, ignore it, as per the function's comment.
12926 (ido-kill-buffer-internal): New function.
12927 (ido-kill-buffer-at-head): Use it.
12928 (ido-visit-buffer): Likewise.
2acfb954 12929
244b023e
CY
129302010-01-18 Chong Yidong <cyd@stupidchicken.com>
12931
12932 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
12933
db9e401b
JB
129342010-01-18 Juanma Barranquero <lekktu@gmail.com>
12935
db9e401b
JB
12936 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
12937 Fix typos in chart titles.
12938
12939 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
12940 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
12941 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
12942 (describe-class, eieio-describe-generic, describe-generic):
12943 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
12944 (eieio-speedbar-expand):
12945 * emulation/viper-cmd.el (viper-exec-form-in-vi)
12946 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
12947 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
12948 (viper-del-backward-char-in-replace, viper-backward-indent)
12949 (viper-brac-function, viper-register-to-point, viper-submit-report):
12950 * net/tramp.el (tramp-remote-coding-commands):
12951 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
12952 Fix typos in docstrings.
12953
9295137d
CY
129542010-01-17 Chong Yidong <cyd@stupidchicken.com>
12955
12956 * mail/sendmail.el (mail-yank-original): Set the mark if the
12957 specified function for yanking does not do it.
12958
4d0bbcb6
DN
129592010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
12960
7902c120
DN
12961 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
12962
4d0bbcb6
DN
12963 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
12964 resyncing a directory.
12965
0b702bc1
SL
129662010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
12967
6a47c86a 12968 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
12969 (ada-ident-re): Delete ., allow multibyte characters.
12970 (ada-goto-label-re): New; matches goto labels.
12971 (ada-block-label-re): New; matches block labels.
12972 (ada-label-re): New; matches both.
12973 (ada-named-block-re): Deleted; callers changed to use
12974 `ada-block-label-re' instead.
12975 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
12976 Use `ada-block-label-re'.
12977 (ada-indent-on-previous-lines): Improve handling of goto labels.
12978 (ada-get-indent-block-start): Special-case block label.
12979 (ada-get-indent-label): Split into `ada-indent-block-label' and
12980 `ada-indent-goto-label'.
12981 (ada-goto-stmt-start, ada-goto-next-non-ws):
12982 Optionally ignore goto labels.
12983 (ada-goto-next-word): Simplify.
12984 (ada-indent-newline-indent-conditional): Insert newline before
12985 trying to fix indentation; doc fix.
12986
05287c49
JB
129872010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
12988
12989 * calc/calc.el (calc-command-flags): Give it an initial value.
12990
4963739e
JB
129912010-01-17 Juanma Barranquero <lekktu@gmail.com>
12992
4963739e
JB
12993 * files.el (minibuffer-with-setup-hook):
12994 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
12995 (artist-key-draw-continously, artist-key-do-continously-continously)
12996 (artist-key-set-point-continously, artist-mouse-draw-continously):
12997 Fix typos in docstrings.
12998
116bd1ee
CY
129992010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13000
6a7662bb
BR
13001 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13002 Never return t (Bug#3898).
116bd1ee 13003
2784cd7a 130042010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13005
13006 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13007 can parse the output of the external commands (Bug#5279).
13008
abd5cfe8
CY
130092010-01-16 Jari Aalto <jari.aalto@cante.net>
13010
13011 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13012
4fe22cdf
CY
130132010-01-16 Chong Yidong <cyd@stupidchicken.com>
13014
bbdc98ef
CY
13015 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13016
c7dc1ac1
CY
13017 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13018
4fe22cdf
CY
13019 * startup.el (command-line): Remove unused --icon-type arg.
13020 Handle --display arg, passing it to command-line-1 (Bug#5392).
13021
045b9da7
ML
130222010-01-16 Mario Lang <mlang@delysid.org>
13023
045b9da7
ML
13024 * emacs-lisp/chart.el (chart-translate-namezone):
13025 * textmodes/artist.el (artist-compute-popup-menu-table):
13026 Remove duplicated words in doc-strings.
13027
6554a5df
CY
130282010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13029
13030 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13031 to mairix-search to suppress threading (Bug#5342).
13032
ca4f0e9a
KH
130332010-01-15 Kenichi Handa <handa@m17n.org>
13034
13035 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13036 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13037
1db3226b
GM
130382010-01-15 Glenn Morris <rgm@gnu.org>
13039
56a03f46
GM
13040 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13041
13042 * wid-edit.el (widget-keymap): Doc fix.
13043
1db3226b
GM
13044 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13045 former seems to be more widely accepted by various svn versions.
13046
80cd4bb4
JB
130472010-01-14 Juanma Barranquero <lekktu@gmail.com>
13048
d1f18ec0
JB
13049 * find-cmd.el (find-constituents):
13050 * vc-arch.el (vc-arch-root):
13051 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13052 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13053 * progmodes/ada-stmt.el (ada-if):
13054 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13055 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13056 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13057 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13058
80cd4bb4
JB
13059 * progmodes/flymake.el (flymake-post-syntax-check):
13060 Fix typo in error message.
13061
9c23ca47
JB
130622010-01-14 Juanma Barranquero <lekktu@gmail.com>
13063
13064 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13065 which is always a string. (Bug#5313)
13066
8794c483
JB
130672010-01-14 Juanma Barranquero <lekktu@gmail.com>
13068
13069 * progmodes/ada-xref.el (ada-default-prj-properties):
13070 Simplify previous change.
13071
95005d39
SL
130722010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13073
13074 * progmodes/ada-xref.el (ada-default-prj-properties):
13075 Default ada_project_path to $ADA_PROJECT_PATH.
13076
130772010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13078
13079 * progmodes/ada-mode.el (ada-create-keymap):
13080 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13081
fb0d1545
SL
130822010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13083
13084 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13085 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13086 (ada-get-current-indent, ada-imenu-generic-expression)
13087 (ada-which-function): Check for it.
13088
5c9434d0
SL
130892010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13090
13091 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13092 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13093
3a4f3a3b
GM
130942010-01-14 Glenn Morris <rgm@gnu.org>
13095
13096 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13097
d9a7c140
KH
130982010-01-14 Kenichi Handa <handa@m17n.org>
13099
13100 * composite.el (auto-composition-mode): Make it a buffer local
13101 variable (permanent-local).
13102 (auto-composition-function): Set the default value to
13103 auto-compose-chars.
49caf252 13104 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13105 (global-auto-composition-mode): Likewise.
13106 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13107
38bee102
KF
131082010-01-13 Karl Fogel <kfogel@red-bean.com>
13109
13110 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13111
b8b45afc
MA
131122010-01-12 Michael Albinus <michael.albinus@gmx.de>
13113
13114 * files.el (copy-directory): Compute target for recursive
13115 directories with identical names. (Bug#5343)
13116
893db5bc
GM
131172010-01-12 Glenn Morris <rgm@gnu.org>
13118
6a7662bb
BR
13119 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13120 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13121
d8b8451f
SS
131222010-01-11 Sam Steingold <sds@gnu.org>
13123
13124 * imenu.el (imenu-default-create-index-function): Detect infinite
13125 loops caused by imenu-prev-index-position-function.
13126
30afcdff
JB
131272010-01-11 Juanma Barranquero <lekktu@gmail.com>
13128
13129 * htmlfontify.el (htmlfontify-load-rgb-file)
13130 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13131 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13132 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13133 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13134 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13135 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13136 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13137 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13138 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13139 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13140 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13141 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13142 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13143 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13144 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13145 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13146 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13147 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13148 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13149 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13150 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13151 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13152 backslash-quoting from parentheses, etc.
13153
92b1c416
CY
131542010-01-11 Chong Yidong <cyd@stupidchicken.com>
13155
13156 * progmodes/js.el: Autoload javascript-mode alias.
13157
4454adab
JB
131582010-01-11 Juanma Barranquero <lekktu@gmail.com>
13159
13160 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13161 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13162 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13163 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13164 Fix typos in docstrings.
13165 (ffap-url-regexp): Doc fix.
13166 (ffap-at-mouse): Fix typo in message.
13167
6589a2f9
GM
131682010-01-11 Glenn Morris <rgm@gnu.org>
13169
13170 * version.el (emacs-copyright): Set copyright year to 2010.
13171
4e5617ee
SM
131722010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13173
13174 * format.el (format-annotate-function): Only set
13175 write-region-post-annotation-function after running to-fn so as not to
13176 affect nested write-region calls (bug#5273).
13177
52bee098
CY
131782010-01-10 Chong Yidong <cyd@stupidchicken.com>
13179
a069f067
CY
13180 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13181 wisent/python.el.
13182
e709e39d
CY
131832010-01-09 Chong Yidong <cyd@stupidchicken.com>
13184
13185 * man.el (Man-goto-section): Signal error if the section is not
13186 found (Bug#5317).
13187
6ee86780
JB
131882010-01-09 Juanma Barranquero <lekktu@gmail.com>
13189
13190 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13191 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13192
fa7b5f7b
CY
131932010-01-09 Chong Yidong <cyd@stupidchicken.com>
13194
13195 * progmodes/compile.el: Don't treat compile-command as safe if
13196 compilation-read-command might be nil (Bug#4218).
13197
de62c4d9
JD
131982010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13199
13200 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13201 NS options.
13202
e94be827
KH
132032010-01-08 Kenichi Handa <handa@m17n.org>
13204
4e5617ee
SM
13205 * international/fontset.el (build-default-fontset-data):
13206 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13207
1dfae2a2
JB
132082010-01-07 Juanma Barranquero <lekktu@gmail.com>
13209
13210 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13211 to `create-file-buffer' as it expects, not just a buffer name.
13212 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13213 to help uniquify. (Bug#3224)
13214
d0cf45b7
JD
132152010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13216
13217 * font-setting.el (font-setting-change-default-font): Use user-spec
13218 instead of name.
13219
7534fa5e
DN
132202010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13221
13222 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13223
fd579fdc
CY
132242010-01-05 Tom Tromey <tromey@redhat.com>
13225
4e5617ee
SM
13226 * progmodes/python.el (python-font-lock-keywords):
13227 Handle qualified decorators (Bug#881).
fd579fdc 13228
37860caf
DN
132292010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13230
13231 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13232 in a lightweight checkout.
13233
69db641d
KH
132342010-01-05 Kenichi Handa <handa@m17n.org>
13235
4e5617ee 13236 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13237
b25d6a02
DN
132382010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13239
13240 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13241
137d88ca
DN
132422010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13243
13244 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13245 checkouts. (Bug#618)
3d5d0aa9 13246 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13247 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13248 (vc-bzr-shelve-menu-map):
13249 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13250 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13251
da76998b
CY
132522010-01-02 Chong Yidong <cyd@stupidchicken.com>
13253
13254 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13255 They are valid characters in URL paths (rfc3986), and at least
13256 Firefox does not understand the encoded version (Bug#3166).
13257
b2ad70b6
CY
132582010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13259
13260 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13261 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13262 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13263 (octave-end-as-array-index-p): New function.
13264 (calculate-octave-indent): Use it.
13265
54136282
KF
132662010-01-02 Karl Fogel <kfogel@red-bean.com>
13267
13268 * bookmark.el: Consistently put the text property on the bookmark name.
13269 (bookmark-bmenu-marks-width): Bump back to 2, to include
13270 annotation marks.
13271 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13272 property on the bookmark name, instead of not putting it at all.
13273 (bookmark-bmenu-list): Fix where we put the text property.
13274
cc4d3cad
KF
132752010-01-02 Karl Fogel <kfogel@red-bean.com>
13276
13277 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13278 for showing buffer modified state (as added in the previous change).
13279
b894c439
KF
132802010-01-02 Karl Fogel <kfogel@red-bean.com>
13281
13282 * bookmark.el: Show modified state of bookmark buffer more accurately.
13283 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13284 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13285 (with-buffer-modified-unmodified): New macro.
13286 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13287 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 13288 Use new macro to preserve the buffer modified state.
b894c439 13289
3a69db53
KF
132902010-01-02 Karl Fogel <kfogel@red-bean.com>
13291
4e5617ee 13292 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
13293 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13294 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13295 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13296 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
13297 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13298 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 13299
af414f10
EZ
133002010-01-02 Eli Zaretskii <eliz@gnu.org>
13301
4e5617ee
SM
13302 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13303 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 13304
f2ec0e5e
CY
133052010-01-02 Ryan Yeske <rcyeske@gmail.com>
13306
13307 * net/rcirc.el: Add follow-link binding (Bug#4738).
13308
38c1ba62
EZ
133092010-01-02 Eli Zaretskii <eliz@gnu.org>
13310
4e5617ee 13311 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13312 (cvs-update): New target for backward compatibility.
13313
4e5617ee 13314 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13315 (cvs-update): New target for backward compatibility.
13316
ea2c0f5b
KF
133172010-01-02 Karl Fogel <kfogel@red-bean.com>
13318
13319 * bookmark.el: Remove gratuitous gratitude.
13320
5ae329f4
KF
133212010-01-02 Karl Fogel <kfogel@red-bean.com>
13322
c4cc8b9a 13323 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
13324 (bookmark-bmenu-save): Clear buffer modification if no marks.
13325
133262010-01-02 Karl Fogel <kfogel@red-bean.com>
13327
13328 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
13329 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13330 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13331 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13332
13333 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13334 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13335 To: emacs-devel {_AT_} gnu.org
13336 Subject: bookmark.el bug report
13337 Date: Mon, 28 Dec 2009 14:19:16 +0800
13338 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13339
aef053eb
KF
133402010-01-02 Karl Fogel <kfogel@red-bean.com>
13341
13342 * bookmark.el: Improvements suggested by Drew Adams:
13343 (bookmark-bmenu-ensure-position): New name for
13344 `bookmark-bmenu-check-position'. Just ensure the position,
13345 don't return any meaningful value.
13346 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13347 New constants.
13348
0472835f
JB
133492010-01-02 Juanma Barranquero <lekktu@gmail.com>
13350
13351 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13352 (bookmark-yank-point, bookmark-bmenu-check-position):
13353 Fix typos in docstrings.
13354 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13355 (bookmark-name-from-full-record, bookmark-get-position)
13356 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13357 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13358 Remove useless quoting of parenthesis, etc. in docstrings.
13359
13360 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13361 (ediff-append-custom-diff): Fix typo in error message.
13362 (ediff-meta-mark-equal-files): Fix typos in messages.
13363
13364 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13365
0472835f
JB
13366 * net/imap-hash.el (imap-hash-make): Doc fix.
13367 (imap-hash-test): Fix typo in error message; reflow docstring.
13368 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13369 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13370 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13371 Fix typos in docstrings.
13372 (imap-hash-open-connection): Fix typo in error message.
13373
13374 * play/gomoku.el (gomoku): Fix typos in docstring.
13375
13376 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13377 (gdb-jsonify-buffer): Fix typos in docstring.
13378 (gdb-goto-breakpoint): Fix typo in error message.
13379 ("Display Other Windows"): Fix typo in help message.
13380 (gdb-speedbar-expand-node): Fix typo in question.
13381
13382 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13383 (idlwave-html-system-help-location, idlwave-html-help-location)
13384 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13385 (idlwave-help-browser-generic-args, idlwave-help-directory)
13386 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13387 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13388 (idlwave-online-help, idlwave-help-html-link)
13389 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13390 Fix typos in docstrings.
13391 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13392 Reflow docstrings.
13393 (idlwave-help-assistant-start): Fix typo in error message.
13394
13395 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13396 (octave-electric-space): Fix typos in docstrings.
13397
9bbe0828
CY
133982010-01-01 Chong Yidong <cyd@stupidchicken.com>
13399
13400 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13401
a88c46c3
CY
134022010-01-01 Juri Linkov <juri@jurta.org>
13403
13404 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 13405 increase the default to 500 (Bug#5148).
a88c46c3 13406
7ee6c59b
NR
134072009-12-31 Nick Roberts <nickrob@snap.net.nz>
13408
13409 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13410 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13411 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13412
a9c8a2cd
NR
134132009-12-30 Nick Roberts <nickrob@snap.net.nz>
13414
13415 Show working revision correctly for mercurial.
13416 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 13417 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 13418
659e4408
JB
134192009-12-29 Juanma Barranquero <lekktu@gmail.com>
13420
13421 Declare some functions for the byte-compiler.
13422 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13423 (speedbar-timer-fn, speedbar-change-expand-button-char)
13424 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13425
7ee6c59b
NR
134262009-12-29 Nick Roberts <nickrob@snap.net.nz>
13427
13428 This changeset reverts GDB Graphical Interface to use annotations.
13429 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13430
460f6e7c
DN
134312009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13432
13433 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
13434 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13435 Return file names relative to it.
460f6e7c
DN
13436 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13437 relative directory to vc-bzr-after-dir-status.
13438
543f553a
TH
134392009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13440
13441 * font-lock.el (font-lock-refresh-defaults): New function, which
13442 can be used to let font-lock react to external changes in
13443 variables like font-lock-defaults and keywords.
13444 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13445
2592ab76
DN
134462009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13447
ac859983
DN
13448 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13449
2592ab76
DN
13450 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
13451
58941d03
JB
134522009-12-28 Juanma Barranquero <lekktu@gmail.com>
13453
13454 Supersede color.diff settings in git log (bug#5211).
13455
13456 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
13457 escape chars in its output when the user has color.diff set to `always'.
13458 This fix works on git 1.4.2 and newer (released on 2006-08-13).
13459
39764e76
KR
134602009-12-26 Kevin Ryde <user42@zip.com.au>
13461
13462 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
13463 node. Keep previous "Index" name to work with past coreutils too.
13464
91c4831e
KR
13465 * man.el (man): Revise docstring a bit to show -a and -l as
13466 examples. Add -k description since support for it has otherwise
13467 been a secret. (Further to bug#3717.)
651e932e
KR
13468 (Man-bgproc-sentinel): When "-k foo" produces no output show error
13469 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 13470 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 13471
7f4d4a97
MA
134722009-12-26 Michael Albinus <michael.albinus@gmx.de>
13473
13474 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
13475 switches. Check also for //SUBDIRED// line.
13476
bcffff46
KH
134772009-12-25 Kenichi Handa <handa@m17n.org>
13478
88b5a757 13479 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
13480 handle ZWNJ and ZWJ. Use it in composition-function-table for
13481 Devanagari.
13482 (malayalam-composable-pattern): Fix previous change.
13483
dc1dcfa4
VJL
134842009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13485
13486 * ps-print.el (ps-face-attributes): It was not returning the
13487 attribute face for faces specified as string. Reported by harven
80525855 13488 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
13489 (ps-print-version): New version 7.3.5.
13490
6fe539d2
UJ
134912009-12-18 Ulf Jasper <ulf.jasper@web.de>
13492
85626eef 13493 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
13494 Fix timezone names.
13495 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
13496 (icalendar--add-diary-entry): Remove the trailing blank that
13497 diary-make-entry inserts.
13498
1f3611c6
MA
134992009-12-17 Michael Albinus <michael.albinus@gmx.de>
13500
13501 Make `file-expand-wildcards' work for remote files.
13502
13503 * files.el (file-expand-wildcards): In case of remote files, check
13504 only local file name part for wildcards. Provide feature 'files
13505 and subfeature 'remote-wildcards. (Bug#5198)
13506
13507 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
13508 if there is already an established connection.
13509 (tramp-advice-file-expand-wildcards): Remove it.
13510
13511 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 13512 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
13513 Activate advice for older GNU Emacs versions. (Bug#5237)
13514
9762b219
JB
135152009-12-17 Juanma Barranquero <lekktu@gmail.com>
13516
13517 Some doc fixes (more needed).
13518
13519 * find-cmd.el (find-constituents): Reflow docstring.
13520 (find-cmd, find-prune, find-command): Fix typos in docstrings.
13521 (find-generic): Doc fix.
13522
cfb54897
JL
135232009-12-17 Juri Linkov <juri@jurta.org>
13524
13525 Fix regression from 23.1 to allow multiple modes in Local Variables.
13526
13527 * files.el (hack-local-variables-filter): While ignoring duplicates,
13528 don't take `mode' into account.
85626eef
SM
13529 (hack-local-variables-filter, hack-dir-local-variables):
13530 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 13531
ad974e9e
JL
135322009-12-17 Juri Linkov <juri@jurta.org>
13533
85626eef 13534 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
13535
13536 * dired-aux.el (dired-diff): Signal an error when `file' equals to
13537 `current' or when `file' is a directory of the `current' file.
13538
3616e0b9
AS
135392009-12-17 Andreas Schwab <schwab@linux-m68k.org>
13540
13541 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
13542 unconditionally preloaded files.
13543
72b57560
JL
135442009-12-16 Juri Linkov <juri@jurta.org>
13545
13546 Revert to old 23.1 logic of using the file at the mark as default.
13547 * dired-aux.el (dired-diff): Use the file at the mark as default
13548 if it's not the same as the current file, and the target dir is
13549 the current dir or the mark is active. Add the current file
13550 as the arg of `dired-dwim-target-defaults'. Use the default file
13551 in the prompt. (Bug#5225)
13552
68712eb6
MA
135532009-12-15 Michael Albinus <michael.albinus@gmx.de>
13554
13555 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
13556 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
13557 (tramp-check-for-regexp): Check also, when an echoing shell stops
13558 to echo sent commands.
13559
fd471993
CY
135602009-12-14 Chong Yidong <cyd@stupidchicken.com>
13561
13562 * Makefile.in: Revert last change (Bug#5191).
13563
86b5e14c
DN
135642009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
13565
13566 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
13567 (vc-hg-working-revision): Make sure the command is executed in a
13568 known environment so that we can parse the output. (Bug#4417)
86b5e14c 13569
8cffbb75
CY
135702009-12-14 Chong Yidong <cyd@stupidchicken.com>
13571
13572 * progmodes/python.el (python-symbol-completions): Remove text
13573 properties from symbol string before calling python-send-receive.
13574
6c2b67ad
NR
135752009-12-14 Nick Roberts <nickrob@snap.net.nz>
13576
13577 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 13578 when there are values for both file and line. (Bug#5060)
6c2b67ad 13579
ff6f4585
JL
135802009-12-14 Juri Linkov <juri@jurta.org>
13581
13582 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
13583 whitespace after the file name of the first line of unified format,
13584 because git-diff doesn't output whitespace and file modification time
13585 after the file name.
13586
d3de1c8e
JL
135872009-12-14 David Kastrup <dak@gnu.org>
13588
13589 * info.el (Info-hide-cookies-node): Before hiding a cookie,
13590 check if it already has the `display' property added by
13591 `Info-display-images-node', and not put the `invisible' property
13592 in this case.
13593
2f1b7dc4
GM
135942009-12-13 Glenn Morris <rgm@gnu.org>
13595
a0cefee5
GM
13596 * mail/emacsbug.el (message-sort-headers): Define for compiler.
13597 (report-emacs-bug): In message-mode, sort manually before storing
13598 original report text. (Bug#5178)
2f1b7dc4
GM
13599 Remove superfluous save-excursion.
13600
31bb373f
MA
136012009-12-12 Michael Albinus <michael.albinus@gmx.de>
13602
13603 * net/dbus.el (dbus-property-handler): Filter lambda forms out
13604 when responding to "GetAll" properties.
13605
5e1d4968
CY
136062009-12-12 Chong Yidong <cyd@stupidchicken.com>
13607
13608 * simple.el (compose-mail): Remove mail-setup-with-from from
13609 customization checks.
13610
097d86f9
EZ
136112009-12-12 Eli Zaretskii <eliz@gnu.org>
13612
13613 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
13614 RAR archives created on Unix systems.
13615
1d4adede
SM
136162009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13617
13618 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
13619 the varalias that was accidentally removed by the 2009-11-19 change
13620 (bug#5186).
13621
3ff3655c
KH
136222009-12-12 Kenichi Handa <handa@m17n.org>
13623
13624 * language/indian.el (indian-compose-regexp): New function.
13625 (malayalam-composable-pattern): Fix the pattern.
13626 (composition-function-table): Set malayalam-composable-pattern for
13627 Malayalam characters.
13628
82d3343c
CY
136292009-12-11 Chong Yidong <cyd@stupidchicken.com>
13630
315eb96d
CY
13631 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
13632 rather than down-mouse-1, based on follow-link conventions.
13633
82d3343c
CY
13634 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
13635 are compiled.
13636
86a4c7ac
DN
136372009-12-11 Michael McNamara <mac@mail.brushroad.com>
13638
bf0b361c 13639 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
13640 (verilog-vmm-statement-re, verilog-ovm-statement-re)
13641 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
13642 (verilog-leap-to-head, verilog-backward-token):
13643 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
13644
136452009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
13646
bf0b361c
JB
13647 * progmodes/verilog-mode.el (verilog-auto-lineup)
13648 (verilog-nameable-item-re): Cleanup user-visible spelling and
13649 documentation errors. One reported by Gary Delp.
1d4adede 13650 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
13651 (verilog-read-decls): Fix AUTOWIRE with types declared in a
13652 package, bug195. Reported by Pierre-David Pfister.
13653
fe03f49a
GM
136542009-12-11 Glenn Morris <rgm@gnu.org>
13655
47641aac
GM
13656 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
13657
85094855
GM
13658 * mail/emacsbug.el: No longer require sendmail.
13659 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
13660 (report-emacs-bug-orig-text): Doc fix.
13661 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
13662 New local variables, to adapt to different mail-user-agents.
13663 (report-emacs-bug): Fix test for a gnu.org address.
13664 Use overlays for emphasis, since font-lock defeats 'face property.
13665 Pretest bugs also end up at the newsgroup these days.
13666 Stop message-mode stripping text properties.
13667 Set and use the new buffer-local variables.
13668 (report-emacs-bug-hook): Add doc-string.
13669 Remove some unnecessary save-excursions and simplify.
13670 Use the appropriate hook and send-command.
13671
fe03f49a
GM
13672 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
13673 capitalization of some menu entries.
13674
345427f0
VJL
136752009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13676
277e6741
MP
13677 * whitespace.el (whitespace-display-char-on):
13678 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
13679 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
13680 New version 12.1.
13681
c70ccbba
EZ
136822009-12-10 Eli Zaretskii <eliz@gnu.org>
13683
13684 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
13685 characters in the Attribute field.
13686
f1943c1b
DN
136872009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
13688
13689 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
13690
1c67aeaa
SM
136912009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13692
13693 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
13694 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13695 Disregard autoload-excludes.
13696 (update-directory-autoloads): Obey autoload-excludes here instead.
13697 But don't store its contents in no-autoloads and remove entries that
13698 refer to excludes files.
13699
d8194864
GM
137002009-12-10 Glenn Morris <rgm@gnu.org>
13701
8c0171c0
GM
13702 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
13703 (expand-mail-aliases): Define for compiler.
13704
dba372dd
GM
13705 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
13706 Define for compiler.
13707
d8194864
GM
13708 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
13709 appropriate for the mail-user-agent in use.
13710
fe5facd3
MA
137112009-12-09 Michael Albinus <michael.albinus@gmx.de>
13712
13713 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
13714
99999a1d
DN
137152009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
13716
13717 Fix short log parsing and fontification.
13718 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
13719 Fix fontification for the [merge] label.
13720
2ea1c4aa
SM
137212009-12-09 Vivek Dasmohapatra <vivek@etla.org>
13722
85626eef 13723 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
13724 * htmlfontify.el (hfy-ignored-properties): New defcustom.
13725 (hfy-fontify-buffer): Use it.
13726
9840deb6
SM
137272009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
13728
a0d1aadf
SM
13729 Minor cleanup.
13730 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
13731 Adjust all callers.
13732 (ffap-locate-file): Remove unused arg `dir-ok' and make other
13733 args compulsory. Adjust callers.
13734 (ffap-gopher-at-point): Remove unused var `name'.
13735
9840deb6
SM
13736 Get rid of the ELCFILES abomination.
13737 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
13738 (compile-elcfiles): New phony target.
13739 (compile-main): Compute ELCFILES dynamically.
13740 (compile-clean): New target to remove left-over elc files.
13741 (compile, all): Use it.
13742
7eb3f9a8
KH
137432009-12-09 Kenichi Handa <handa@etlken>
13744
13745 * international/mule-diag.el: Require help-mode instead of help-fns.
13746
ae63e572
KH
137472009-12-09 Kenichi Handa <handa@m17n.org>
13748
5ce6e4f4 13749 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
13750 fine ranges instead of pre-calculating accurate ranges.
13751 Iterate with bigger gc-cons-threshold.
ae63e572 13752
e2f3c692
DN
137532009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13754
13755 Add support for stashing a snapshot of the current tree.
13756 * vc-git.el (vc-git-stash-snapshot): New function.
13757 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
13758
cf6d0352
JB
137592009-12-08 Jose E. Marchesi <jemarch@gnu.org>
13760
13761 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
13762 instead of `(beginning|end)-of-line'.
13763
48e4acc9
GM
137642009-12-08 Glenn Morris <rgm@gnu.org>
13765
6e890faa
GM
13766 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
13767
48e4acc9
GM
13768 * Makefile.in (ELCFILES): Regenerate.
13769
d2a1dc7b
JL
137702009-12-07 Juri Linkov <juri@jurta.org>
13771
13772 Don't lazy-highlight the comint output in history Isearch mode.
13773
13774 * comint.el (comint-history-isearch-search): Instead of
13775 `comint-line-beginning-position', use `comint-after-pmark-p'
13776 to check if point if before the process mark, and go to
13777 `process-mark' in this case.
13778
51ef56c4
SM
137792009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13780
fb10ee4a
SM
13781 * textmodes/tex-mode.el (latex-complete)
13782 (latex-indent-or-complete): Remove.
13783 (latex-mode): Set completion-at-point-functions instead.
13784
13785 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
13786 * minibuffer.el (completion-at-point-functions): New var.
13787 (completion-at-point): New command.
fb10ee4a 13788 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
13789 * progmodes/python.el (python-mode-map): Use completion-at-point.
13790 (python-completion-at-point): Rename from python-partial-symbol and
13791 adjust for use in completion-at-point-functions.
13792 (python-mode): Setup completion-at-point for Python completion.
13793 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
13794 extracted from lisp-complete-symbol.
13795 (lisp-complete-symbol): Use it.
13796 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
13797 setup completion-at-point for Elisp completion.
fb10ee4a
SM
13798 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13799 Use completion-at-point.
51ef56c4 13800 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 13801 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
13802 * progmodes/sym-comp.el: Move to...
13803 * obsolete/sym-comp.el: Move from progmodes.
13804
5e7a9022
EZ
138052009-12-07 Eli Zaretskii <eliz@gnu.org>
13806
13807 Prevent save-buffer in Rmail buffers from using the coding-system
13808 of the current message, and from clobbering the encoding mnemonics
13809 in the mode line (Bug#4623).
13810
13811 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
13812 flag, too.
13813 (rmail-message-encoding): New variable.
13814 (rmail-write-region-annotate): Record the encoding of the current
13815 message in rmail-message-encoding.
13816 (rmail-after-save-hook): New function, restores the encoding of
13817 the current message after the message collection is saved.
13818
9136e895
JL
138192009-12-07 Juri Linkov <juri@jurta.org>
13820
13821 * progmodes/grep.el (grep-read-files): Use `completing-read'
13822 instead of `read-string'. Set its `collection' arg to
13823 `read-file-name-internal'. (Bug#4301)
13824
40637410
JL
138252009-12-07 Juri Linkov <juri@jurta.org>
13826
13827 Correctly restore original Isearch point. (Bug#4994)
13828
13829 * isearch.el (isearch-mode): Move `isearch-push-state' after
13830 `(run-hooks 'isearch-mode-hook)'.
13831 (isearch-cancel): When `isearch-push-state-function' is defined,
13832 let-bind `isearch-cmds' to the first state (the last element of
13833 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
13834 function and restores the original point). Otherwise, move point
13835 to `isearch-opoint'.
13836
da10ce2b
SM
138372009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13838
13839 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
13840 chars that don't have names, so the table can be built much faster at
13841 run-time.
13842
3d68fa99
CY
138432009-12-07 Chong Yidong <cyd@stupidchicken.com>
13844
f82b1493
CY
13845 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
13846 change. Suggested by David Kastrup.
13847
3d68fa99
CY
13848 * simple.el (compose-mail): Check for incompatibilities and warn.
13849 (compose-mail-user-agent-warnings): New option.
13850
662c5698
DN
138512009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
13852
13853 Support showing a single log entry from vc-annotate.
13854 * vc.el (print-log): Add a new argument: START-REVISION.
13855 (vc-print-log-internal): Add a new optional argument and
13856 pass it to the backend.
13857 (vc-print-log, vc-print-root-log): Adjust callers.
13858 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
13859 buffer already displays the requested log entry, use it.
13860 Otherwise display only the log entry in question.
13861 * vc-svn.el (vc-svn-print-log):
e4070cdc 13862 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
13863 * vc-hg.el (vc-hg-state):
13864 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
13865 (vc-git-show-log-entry): Return t on success.
13866 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
13867 (vc-bzr-show-log-entry): Return t on success.
13868 * vc-rcs.el (vc-rcs-print-log):
13869 * vc-sccs.el (vc-sccs-print-log):
13870 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
13871
e4070cdc
GM
138722009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
13873
5ce6e4f4
JB
13874 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
13875 Add menus to the meta mode. (Bug#5043)
e4070cdc 13876
5ce6e4f4 138772009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
13878
13879 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 13880 event-key.
662c5698 13881
662c5698
DN
13882 * ediff.el (ediff-buffers-internal): Add unwind-protect.
13883
dab816a9
MA
138842009-12-07 Michael Albinus <michael.albinus@gmx.de>
13885
13886 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
13887 Berbain <raphael.berbain@gmail.com>.
13888
13889 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
13890 characters.
13891 (tramp-initial-end-of-output): New defconst.
13892 (tramp-methods, tramp-find-shell)
13893 (tramp-open-connection-setup-interactive-shell)
13894 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
13895 (tramp-shell-prompt-pattern, tramp-wait-for-output):
13896 Handle existence of `#' and `$'.
dab816a9 13897
6a7662bb
BR
13898 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13899 Use `tramp-initial-end-of-output'.
dab816a9 13900
a91e1f6b
DN
139012009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
13902
13903 Get the background mode from the terminal for xterm, and set
13904 faces accordingly.
13905 * term/xterm.el (xterm-set-background-mode): New function.
13906 (terminal-init-xterm): Use it in case xterm supports background
13907 color queries. Recompute faces after getting the background
13908 color.
13909
5fa9d1ec
GM
139102009-12-07 Ulrich Mueller <ulm@gentoo.org>
13911
13912 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
13913 number comment back on its own line, for easier parsing.
13914
5e9fde5e
SM
139152009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13916
13917 Make it work for non-file buffers (bug#5102).
13918 * doc-view.el (doc-view-current-cache-dir):
13919 Use doc-view-buffer-file-name rather than buffer-file-name.
13920 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
13921
2f2f5242
CY
139222009-12-06 Óscar Fuentes <ofv@wanadoo.es>
13923
13924 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
13925 author field is too short.
13926
cebf8ec6
DN
139272009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
13928
5e9fde5e
SM
13929 * vc-git.el (vc-git-print-log): Handle a limit argument.
13930 Display the short log in graph form and with labels.
0d3f8a78
DN
13931 (vc-git-log-view-mode): Handle labels.
13932
cebf8ec6
DN
13933 Make vc-revert change VC state from 'added to 'unregistered.
13934 * vc-git.el (vc-git-revert): Call git reset first.
13935
8e39154d
UJ
139362009-12-06 Ulf Jasper <ulf.jasper@web.de>
13937
d8194864
GM
13938 * net/newst-backend.el, net/newst-plainview.el:
13939 * net/newst-reader.el, net/newst-ticker.el:
13940 * net/newst-treeview.el, net/newsticker.el:
13941 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 13942
ef187c24
CY
139432009-12-06 Chong Yidong <cyd@stupidchicken.com>
13944
238a0f3a
CY
13945 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
13946
2c6bb71a
CY
13947 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
13948 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
13949 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13950 Update annotation regexp.
13951
ef187c24
CY
13952 * simple.el (beginning-of-visual-line): Constrain to field
13953 boundaries (Bug#5106).
13954
571855b6
UJ
139552009-12-06 Ulf Jasper <ulf.jasper@web.de>
13956
6a7662bb
BR
13957 * xml.el (xml-substitute-numeric-entities):
13958 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 13959 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
13960 * net/newst-backend.el (newsticker--parse-generic-feed)
13961 (newsticker--parse-generic-items)
6a7662bb
BR
13962 (newsticker--decode-numeric-entities):
13963 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 13964 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 13965
b857059c
CY
139662009-12-06 Daniel Colascione <dan.colascione@gmail.com>
13967
13968 * progmodes/js.el (js--js-not): Add null to the list of values.
13969
c2dae51b
CY
139702009-12-06 Chong Yidong <cyd@stupidchicken.com>
13971
d8194864 13972 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 13973
ed0f72d2
RW
139742009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13975
13976 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
13977 delimiter if it is at the end of the current line.
13978 (bibtex-generate-url-list): Fix docstring.
13979
365b9a62
SM
139802009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
13983 minibuffer's content with itself.
13984 Fold the confirm-after-completion case into the `confirm' case.
13985 (completion-pcm-word-delimiters): Add : and / to the delimiters.
13986
990a9cb1
KR
139872009-12-06 Kevin Ryde <user42@zip.com.au>
13988
13989 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 13990 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 13991
8b5a10db 13992 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 13993 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 13994
065543e7
JL
139952009-12-05 Juri Linkov <juri@jurta.org>
13996
13997 Save and restore dired buffer's point positions too. (Bug#4880)
13998
13999 * dired.el (dired-save-positions): Return in the first element
14000 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14001 Doc fix.
14002 (dired-restore-positions): First restore buffer's position.
14003 While restoring window's positions, check if window still displays
14004 the original buffer.
14005
503edac9
CY
140062009-12-05 Chong Yidong <cyd@stupidchicken.com>
14007
9a594ee6
CY
14008 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14009 if possible.
14010
925f8c70
CY
14011 * shell.el (shell): Require ansi-color (Bug#5113).
14012
14013 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14014
503edac9
CY
14015 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14016
8fea6b33
AM
140172009-12-05 Alan Mackenzie <acm@muc.de>
14018
14019 * progmodes/cc-mode.el (c-before-hack-hook)
14020 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14021 `c-file-style' to work again. This reversion restores the current
212c5aef 14022 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14023
5d1fd962
CY
140242009-12-05 Kevin Ryde <user42@zip.com.au>
14025
6a7662bb
BR
14026 * textmodes/sgml-mode.el (sgml-lexical-context):
14027 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14028
30760c8b
JL
140292009-12-05 Juri Linkov <juri@jurta.org>
14030
14031 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14032 for virtual nodes. (Bug#4147)
14033 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14034 when moving from a virtual node.
14035 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14036 (Info-mode): Add `Info-virtual-index' to the docstring.
14037
403111a8
RW
140382009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14039
14040 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14041 track of the buffer position of the end of a BibTeX entry as this
14042 position may change during reformatting.
14043 (bibtex-format-entry): Remove whitespace before processing
14044 numerical fields so that we recognize the latter properly.
14045 (bibtex-reformat): Do not use push which changes the global value
14046 of bibtex-entry-format.
14047 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14048 (bibtex-field-re-init): Replace only space characters by regexp
14049 for whitespace.
365b9a62 14050 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14051 (bibtex-initialize): Also update bibtex-strings.
14052 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14053 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14054 Update bibtex-reference-keys.
403111a8 14055
25b54627
SM
140562009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14059 point after a star, if that's the only place where modifications can
14060 make progress.
14061
35639eb4
DN
140622009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14063
14064 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14065 in docstrings.
14066
8b78760b
JL
140672009-12-04 Juri Linkov <juri@jurta.org>
14068
14069 * proced.el (proced): Call `(proced-update t)' to update process
14070 information instead of only running proced-post-display-hook.
14071 (proced-send-signal): Add a leading space to the buffer name
14072 " *Marked Processes*" to make this buffer ephemeral.
14073
2b3489a7
JL
140742009-12-04 Juri Linkov <juri@jurta.org>
14075
14076 * dired.el (dired-auto-revert-buffer): New defcustom.
14077 (dired-internal-noselect): Use it.
14078
9b9debd1
JL
140792009-12-04 Juri Linkov <juri@jurta.org>
14080
14081 Change roles of modes and functions in image-mode.el (Bug#5062).
14082
14083 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14084 in `auto-mode-alist'.
14085 (image-mode-previous-major-mode): New variable.
14086 (image-minor-mode-map): Rename from `image-mode-text-map'.
14087 (image-mode): Move graceful error-handling code from
14088 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14089 (image-minor-mode): Remove all image-handling code.
14090 Replace `image-mode-text-map' with `image-minor-mode-map'.
14091 Check for `image-type' in mode-line format string.
14092 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14093 (image-mode-as-text): New function with most code from
14094 `image-mode-maybe'.
14095 (image-toggle-display-text): Move code that removes image
14096 properties from `image-toggle-display' to here.
14097 (image-toggle-display-image): New function with code that adds
14098 image properties copied from `image-toggle-display'.
14099 (image-toggle-display): Remove most code with leaving only code
14100 that toggles between `image-mode-as-text' and `image-mode'.
14101
0c74a301
UJ
141022009-12-04 Ulf Jasper <ulf.jasper@web.de>
14103
14104 * net/newst-treeview.el
14105 (newsticker--treeview-list-highlight-start): Restored call to
14106 save-excursion: Selected item was stuck.
14107 (newsticker--treeview-list-select): New.
14108 (newsticker--treeview-item-show-text)
14109 (newsticker--treeview-item-show)
14110 (newsticker--treeview-item-update): Use new
14111 newsticker-treeview-item-mode.
14112 (newsticker-treeview-update): Keep current item.
14113 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14114 (newsticker--treeview-first-feed): Doc change.
14115 (newsticker-treeview-list-menu)
88b5a757 14116 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14117 (newsticker-treeview-item-mode): New.
14118
5ce6e4f4 14119 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14120 windows.
14121
9eaeec5b
SS
141222009-12-04 Sam Steingold <sds@gnu.org>
14123
14124 * log-view.el (log-view-mode-map): "q" calls quit-window,
14125 like in all the other non-self-insert buffers.
14126
b2bf5be5
SM
141272009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14128
14129 Minor cleanup.
14130 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14131 key decoding rather than do it manually via last-input-event +
14132 ascii-character.
14133 (term-exec): Use delete-and-extract-region.
14134 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14135 (term-process-pager): Remove unused var `i'.
14136 (term-dynamic-simple-complete): Make obsolete.
14137 (serial-update-config-menu): Remove unused vars `y' and `str'.
14138 (term-update-mode-line): Remove unused var `temp'.
14139
46e5c897
DN
141402009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14141
14142 Limit the number of log entries displayed by default.
14143 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14144 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14145 using a prefix argument.
14146
627e0a14
GM
141472009-12-03 Glenn Morris <rgm@gnu.org>
14148
14149 * progmodes/idlwave.el (class): Restore still useful declaration.
14150
8578c224
AM
141512009-12-03 Alan Mackenzie <acm@muc.de>
14152
4abc318c 14153 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14154
b2bf5be5
SM
14155 * progmodes/cc-mode.el (c-basic-common-init):
14156 Call c-state-cache-init.
9762b219 14157 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14158 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14159 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14160
14161 * progmodes/cc-langs.el (c-before-font-lock-function):
14162 c-extend-and-neutralize-syntax-in-CPP has been renamed
14163 c-neutralize-syntax-in-and-mark-CPP.
14164
14165 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14166 with `category' properties now, not `syntax-table' ones.
14167
14168 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14169 enhanced (but slower) version of c-end-of-macro that won't land
14170 inside a literal or on another awkward character.
14171 (c-state-cache-too-far, c-state-cache-start)
14172 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14173 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14174 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14175 (c-state-min-scan-pos, c-state-brace-pair-desert)
14176 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14177 buffer local variables.
14178 (c-state-literal-at, c-state-lit-beg)
14179 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14180 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14181 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14182 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14183 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14184 (c-renarrow-state-cache)
14185 (c-append-lower-brace-pair-to-state-cache)
14186 (c-state-push-any-brace-pair, c-append-to-state-cache)
14187 (c-remove-stale-state-cache)
14188 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14189 (c-invalidate-state-cache-1, c-parse-state-1)
14190 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14191 (c-parse-state): Enhance and refactor.
14192 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14193
14194 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14195 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14196 modify to use category text properties rather than syntax-table ones.
14197 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14198 to switch off/on the syntactic paren property of C++ template
14199 delimiters using the category property.
14200 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14201 template delims suppressed.
14202 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14203 New constant/macros which apply category properties to the start
14204 and end of preprocessor constructs.
b2bf5be5 14205 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14206 "comment out" the syntactic value of characters in preprocessor
14207 constructs.
14208 (c-with-cpps-commented-out)
14209 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14210 with characters in all or all but one preprocessor constructs
14211 "commented out".
14212
0d4dc442
RW
142132009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14214
14215 * proced.el (proced-filter-alist): Use regexp-quote.
14216
a09dc9bf
MA
142172009-12-03 Michael Albinus <michael.albinus@gmx.de>
14218
14219 Cleanup.
14220 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14221 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14222 arguments. Expand `default-directory'.
14223
14224 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14225 the benefit of returning an expanded localname.
14226 (tramp-tramp-file-p): Handle the case NAME is not a string.
14227
3f6bd790
DN
142282009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14229
4dfb3b9c
DN
14230 Add support for bzr shelve/unshelve.
14231 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14232 (vc-bzr-extra-menu-map): New variables.
14233 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14234 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14235 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14236 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14237 (vc-bzr-dir-extra-headers): Display shelves.
14238
3f6bd790
DN
14239 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14240
842d73a1
SM
142412009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * textmodes/bibtex.el (bibtex-complete-internal):
14244 Use completion-in-region.
14245 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14246
7fa4876f
DN
142472009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14248
14249 Support applying stashes. Improve UI.
14250 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14251 (vc-git-stash-apply, vc-git-stash-pop)
14252 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14253 (vc-git-stash-menu): New functions.
14254 (vc-git-stash-menu-map): New variable.
14255 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14256
d6e82452
GM
142572009-12-03 Glenn Morris <rgm@gnu.org>
14258
14259 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14260 (vc-print-log-internal): Fix previous change.
14261 (vc-revert): Correct pluralization.
14262
8d222148
SM
142632009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14264
ea52206b
SM
14265 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14266 it to be an alist any more.
14267 (makefile-complete): Use completion-in-region.
14268
69a94a37
SM
14269 * progmodes/octave-mod.el (octave-complete-symbol):
14270 Use completion-in-region.
14271
8d222148
SM
14272 Misc cleanup.
14273 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14274 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14275 (idlwave-complete-class): Don't quote lambda.
14276 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14277 (idlwave-mode-map): Move initialization into declaration.
14278 (idlwave-action-and-binding): Use backquotes.
14279 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14280 Simplify.
14281 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14282 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14283 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14284 `parts', and `all-parts'.
14285 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14286 (idlwave-convert-xml-system-routine-info): Remove unused string
14287 `version-string'.
14288 (idlwave-display-user-catalog-widget): Use dolist.
14289 (idlwave-scanning-lib): Declare dynamically-scoped var.
14290 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14291 (completion-highlight-first-word-only): Declare to silence bytecomp.
14292 (idlwave-popup-select): Tighten scope of `resp'.
14293 (idlwave-find-struct-tag): Remove unused var `beg'.
14294 (idlwave-after-load-rinfo-hook): Declare.
14295 (idlwave-sintern-class-info): Remove unused var `taglist'.
14296 (idlwave-find-class-definition): Remove unused var `list'.
14297 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14298 (idlwave-what-module-find-class): Remove unused var `classes'.
14299
3bb8691b
JB
143002009-12-03 Juanma Barranquero <lekktu@gmail.com>
14301
14302 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14303
f72f0c23
SM
143042009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14305
14306 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14307 buffers visited. Remove redundant current-buffer-saving.
14308
601a9508
SM
143092009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14310
14311 Use completion-in-buffer and remove uses of dynamic scoping.
14312 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14313 (pascal-buffer-to-use, pascal-flag): Don't declare.
14314 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14315 (pascal-get-completion-decl, pascal-keyword-completion):
14316 Add `pascal-str' argument, save-excursion,
14317 return the found completions, and don't filter with pascal-pred.
14318 (pascal-completion-cache): New var.
14319 (pascal-completion): Don't switch buffer any more (it was never
14320 necessary). Don't save-excursion any more (it's done by the called
14321 subroutines). Use a cache to avoid redundant computations.
14322 Use complete-with-action rather than pascal-completion-response and
14323 let it apply the predicate as well.
14324 (pascal-complete-word): Use completion-in-buffer when
14325 pascal-toggle-completions is nil.
14326 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14327 not used any more.
14328 (pascal-comp-defun): Don't change buffer any more.
14329 Use complete-with-action rather than pascal-completion-response and
14330 let it apply the predicate as well.
14331 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14332 when neded.
14333
1ff4cb98
KH
143342009-12-02 Kenichi Handa <handa@m17n.org>
14335
14336 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14337 shape for all Indic scripts.
14338
bb12edf1
SM
143392009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14340
14341 Use completion-in-buffer.
14342 * wid-edit.el (widget-field-text-end): New function.
14343 (widget-field-value-get): Use it.
14344 (widget-string-complete, widget-file-complete)
14345 (widget-color-complete): Use it and completion-in-region.
14346 (widget-complete): Don't narrow the buffer.
14347
5813f6ef
GM
143482009-12-02 Glenn Morris <rgm@gnu.org>
14349
c920f222
GM
14350 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14351 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
14352 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14353 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 14354
5813f6ef
GM
14355 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14356 save-excursion with save-current-buffer.
14357 Widen before searching. (Bug#5093)
14358 (diary-list-sexp-entries): Remove superfluous save-excursion.
14359
34b1d750
GM
143602009-12-02 Michael Welsh Duggan <mwd@cert.org>
14361
14362 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14363 name. (Bug#5038)
14364
b2d5f31a
GM
143652009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14366
14367 * ido.el (ido-file-internal): Handle filenames at point that do
14368 not have a directory part. (Bug#5049)
14369
c710ac3c
JB
143702009-12-02 Juanma Barranquero <lekktu@gmail.com>
14371
14372 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14373 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14374
9946be46
SM
143752009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14376
14377 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14378 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14379 any more.
14380
b08016f2
SM
143812009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14382
e7440df4
SM
14383 * comint.el (comint-insert-input): Ignore clicks to the right of
14384 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14385
3bb8691b 14386 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
14387 terminate before setting up the major mode.
14388
f3b757f5
SM
14389 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14390 in case.
14391
a2877f1d
SM
14392 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14393 the last element.
14394
b08016f2
SM
14395 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14396
782d6e30
GM
143972009-12-01 Glenn Morris <rgm@gnu.org>
14398
14399 * window.el (window--display-buffer-2): Fix previous changes.
14400
28f57f7e
CY
144012009-12-01 Chong Yidong <cyd@stupidchicken.com>
14402
14403 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14404
c31a2fdc
GM
144052009-12-01 Glenn Morris <rgm@gnu.org>
14406
14407 * Makefile.in (ELCFILES): Add mpc.elc.
14408
e1ada222
SM
144092009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14410
14411 * mpc.el: New file.
14412
0c9ff2c5
GM
144132009-12-01 Glenn Morris <rgm@gnu.org>
14414
3689984f
GM
14415 * window.el (window-to-use): Define for compiler.
14416
3ab4308b
GM
14417 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14418 consistent with others (no final period).
14419
0c9ff2c5
GM
14420 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14421 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14422
fb0c18ff
DN
144232009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14424
14425 Make vc-print-log buttons work.
045b9da7 14426 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 14427
2ac7e73e
JB
144282009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14429
14430 * savehist.el (savehist-autosave-interval): Allow setting to nil
14431 through customize. (Bug#5056)
14432
5237d741
JB
144332009-11-30 Juanma Barranquero <lekktu@gmail.com>
14434
14435 Fix references to jit-lock properties.
14436 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14437 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14438 (perl-font-lock-special-syntactic-constructs):
14439 Quote jit-lock-defer-multiline property.
14440
379241fa
DN
144412009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14442
14443 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14444
054ae856
JL
144452009-11-30 Juri Linkov <juri@jurta.org>
14446
14447 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14448 value `buffer' of `multi-isearch-next-buffer-current-function'.
14449 Use `(current-buffer)' when `buffer' is nil.
14450 (multi-isearch-next-buffer-from-list): Don't fallback to
14451 `(current-buffer)' when `buffer' is nil. (Bug#4947)
14452
67296dda
JL
144532009-11-30 Juri Linkov <juri@jurta.org>
14454
14455 * misearch.el (multi-isearch-read-buffers): Move canonicalization
14456 of buffers with `get-buffer' to `multi-isearch-buffers'.
14457 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14458 Canonicalize BUFFERS with `get-buffer'. Doc fix.
14459 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
14460 FILES with `expand-file-name' converting relative file names
14461 to absolute. Doc fix. (Bug#4727)
14462
c585bf32
JL
144632009-11-30 Juri Linkov <juri@jurta.org>
14464
14465 * misearch.el (multi-isearch-read-buffers)
14466 (multi-isearch-read-matching-buffers): New functions.
14467 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14468 Use them in the `interactive' spec. Doc fix.
14469 (multi-isearch-read-files, multi-isearch-read-matching-files):
14470 New functions.
14471 (multi-isearch-files, multi-isearch-files-regexp):
14472 Use them in the `interactive' spec. Doc fix. (Bug#4725)
14473
0a745733
JL
144742009-11-30 Juri Linkov <juri@jurta.org>
14475
14476 * doc-view.el (doc-view-continuous):
14477 Rename from `doc-view-continuous-mode'.
14478 (doc-view-menu): Move "Toggle display" to the top.
14479 Add submenu "Continuous" with radio buttons "Off"/"On"
14480 and "Save as Default".
14481 (doc-view-scroll-up-or-next-page)
14482 (doc-view-scroll-down-or-previous-page)
14483 (doc-view-next-line-or-next-page)
6a7662bb
BR
14484 (doc-view-previous-line-or-previous-page):
14485 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 14486
1f9689eb
JL
144872009-11-30 Juri Linkov <juri@jurta.org>
14488
14489 * comint.el (comint-mode-map): Rebind `M-r' from
14490 `comint-previous-matching-input' to
14491 `comint-history-isearch-backward-regexp'.
14492 Unbind `M-s' to allow global key binding `M-s'.
14493 Add menu items for `comint-history-isearch-backward' and
14494 `comint-history-isearch-backward-regexp'. (Bug#3746)
14495
2952b1ae
JL
144962009-11-30 Juri Linkov <juri@jurta.org>
14497
14498 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
14499 For def=recenter, replace `recenter' with `recenter-top-bottom'
14500 that is called with `this-command' and `last-command' let-bound
14501 to `recenter-top-bottom'. When the last `def' was not `recenter',
14502 set `recenter-last-op' to nil. (Bug#4981)
14503
7a9547ca
SM
145042009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14505
20565545
SM
14506 Minor cleanup and simplification.
14507 * filecache.el (file-cache-add-directory)
14508 (file-cache-add-directory-recursively)
14509 (file-cache-add-from-file-cache-buffer)
14510 (file-cache-delete-file-regexp, file-cache-delete-directory)
14511 (file-cache-files-matching-internal, file-cache-display): Use dolist.
14512 (file-cache-temp-minibuffer-message): Delete function.
14513 (file-cache-minibuffer-complete): Use minibuffer-message instead.
14514
7a9547ca
SM
14515 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14516 Don't signal an error when bumping into EOB in tr, s, or y.
14517
08e968f3
JL
145182009-11-29 Juri Linkov <juri@jurta.org>
14519
14520 * startup.el (fancy-about-text): Fix wording of Guided Tour.
14521 (Bug#4960)
14522
14523 * descr-text.el (describe-char-unidata-list): Use lowercase name
14524 for "Unicode name" like in other tags.
14525
f8d170a4
JL
145262009-11-29 Juri Linkov <juri@jurta.org>
14527
14528 * ediff-util.el (ediff-minibuffer-with-setup-hook):
14529 New compatibility macro.
7a9547ca 14530 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 14531
0116abbd
JL
145322009-11-29 Juri Linkov <juri@jurta.org>
14533
14534 Add defcustom to define the cycling order of `recenter-top-bottom'.
14535 (Bug#4981)
14536
14537 * window.el (recenter-last-op): Doc fix.
14538 (recenter-positions): New defcustom.
14539 (recenter-top-bottom): Rewrite to use `recenter-positions'.
14540 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
14541
61eef560
MA
145422009-11-29 Michael Albinus <michael.albinus@gmx.de>
14543
14544 Improve integration of Tramp and ange-ftp in eshell.
14545
e4070cdc 14546 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
14547 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
14548 (eshell/sudo): Flatten args. Let-bind `default-directory'.
14549
14550 * eshell/esh-util.el (top): Require also Tramp when compiling.
14551 (eshell-directory-files-and-attributes): Check for FTP remote
14552 connection.
14553 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
14554 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
14555 (eshell-file-attributes): Handle ".". Return `entry'.
14556
14557 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
14558 (ange-ftp-directory-files-and-attributes)
14559 (ange-ftp-real-directory-files-and-attributes): New defuns.
14560
14561 * net/tramp.el (tramp-maybe-open-connection): Open the remote
14562 shell with "exec" when possible. This prevents trailing prompts
14563 in `start-file-process'.
14564
f5467d3f
SM
145652009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14566
21f49db9
SM
14567 Try and remove assumptions about point-min==1.
14568 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
14569 (rng-compute-mode-line-string): Show the validation percentage in
14570 terms of the narrowed text, not the widened text.
14571 (rng-do-some-validation): Don't catch internal errors when debugging.
14572 (rng-first-error): Simplify.
14573 (rng-after-change-function): Remove work around. AFAIK the bug has
14574 been fixed a while ago.
14575
26224faf
SM
14576 * image-mode.el (image-minor-mode): Exit more gracefully when the image
14577 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
14578
d7117720
SM
14579 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
14580
f5467d3f
SM
14581 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
14582 `cd' doesn't always do it for us (bug#5067).
14583
14584 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
14585 on 2009-10-25 as part of some other change (bug#5067).
14586
c5269f1c
SM
145872009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14588
62a258a7
SM
14589 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
14590 `suspicious'.
14591 (byte-compile-warnings): Use byte-compile-warning-types.
14592 (byte-compile-save-excursion): Warn about use of set-buffer right
14593 after save-excursion.
14594
c5269f1c
SM
14595 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
14596 the excursion as well.
14597
3ba30eb8
MA
145982009-11-27 Michael Albinus <michael.albinus@gmx.de>
14599
14600 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
14601 providing a Tramp related implementation of "su" and "sudo".
14602 (eshell-unix-initialize): Add "su" and "sudo".
14603
6c6f788d
DU
146042009-11-27 Daiki Ueno <ueno@unixuser.org>
14605
14606 * net/socks.el (socks-send-command): Convert binary request to
14607 unibyte before sending. This fixes mishandling of some port
14608 numbers such as 129.
14609
10c877fe
SM
146102009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14611
6f06a171
SM
14612 * help.el (describe-bindings-internal): Remove `interactive'.
14613
10c877fe
SM
14614 * man.el (Man-completion-table): Trim a terminating "(".
14615 Remove the space between name page a section.
14616 Add the command's description on the `help-echo' property.
c5269f1c
SM
14617 Remove `process-connection-type' binding since it's unused by
14618 call-process.
10c877fe
SM
14619 Provide completion for the "<section> <name>" format as well.
14620 (Man-default-man-entry): Remove spurious var shadowing the argument.
14621
c44a4822
KR
146222009-11-26 Kevin Ryde <user42@zip.com.au>
14623
14624 * log-view.el: Add "Keywords: tools", since its other keywords
14625 aren't in finder-known-keywords, and following vc.el.
14626
9d58f081
KR
14627 * sha1.el (sha1-string-external): default-directory "/" in case
14628 otherwise non-existent. process-connection-type pipe for touch of
14629 efficiency recommended by elisp manual. (An aside in Bug#3911.)
14630
72fe6b25
SM
146312009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14632
14633 Misc coding convention cleanups.
14634 * htmlfontify.el (hfy-init-kludge-hook): Rename from
14635 hfy-init-kludge-hooks.
14636 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
14637 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
14638 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
14639 and push.
14640 (hfy-slant, hfy-weight): Use tables rather than code.
14641 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
14642 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
14643 (hfy-face-attr-for-class): Initialize `face-spec' directly.
14644 (hfy-face-to-css): Remove `nconc' with single arg.
14645 (hfy-p-to-face-lennart): Use `or'.
14646 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
14647 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
14648 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
14649 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
14650 (hfy-force-fontification): Use run-hooks.
14651
85e0a536
SM
146522009-11-26 Vivek Dasmohapatra <vivek@etla.org>
14653
14654 Various minor fixes.
14655 * htmlfontify.el (hfy-default-header): Add toggle_invis since
14656 Javascript belongs in the header, not the body.
14657 (hfy-javascript): Remove.
14658 (hfy-fontify-buffer): Don't insert it any more.
14659 (hfy-face-at): Handle (face0 face1 face2) style face properties.
14660 Fix bug in invis handling when there were no invis props in a chunk.
14661
62ccc42c
SM
146622009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14663
14664 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
14665
2643c7aa
DN
146662009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
14667
14668 * finder.el (finder-mode-map): Add a menu.
14669
0e5c8aed
DN
146702009-11-26 Michael McNamara <mac@mail.brushroad.com>
14671
bf0b361c 14672 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
14673 "unsigned" structs.
14674
14675 (verilog-leap-to-head, verilog-backward-token): Handle "disable
14676 fork" statement better.
14677
146782009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
14679
bf0b361c
JB
14680 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
14681 (verilog-delete-auto, verilog-delete-empty-auto-pair)
14682 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
14683 Reported by Clay Douglass.
0e5c8aed
DN
14684
14685 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 14686 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
14687 Fix removing "// Interfaces" when saving .* expansions.
14688 Reported by Pierre-David Pfister.
0e5c8aed 14689
7629c4e7
GM
146902009-11-26 Glenn Morris <rgm@gnu.org>
14691
62ccc42c
SM
14692 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
14693 the scope.
7629c4e7 14694
a5d358f8
JB
146952009-11-25 Johan Bockgård <bojohan@gnu.org>
14696
14697 * vc-annotate.el (vc-annotate-revision-previous-to-line):
14698 Really use previous revision.
14699
002cbde5
KR
147002009-11-25 Kevin Ryde <user42@zip.com.au>
14701
14702 * man.el (Man-completion-table): default-directory "/" in case
14703 doesn't otherwise exist. process-environment COLUMNS=999 so as
14704 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
14705 any chance of hitting the pseudo-tty TIOCGWINSZ.
14706 (man): completion-ignore-case t for friendliness and since man
14707 itself is case-insensitive on the command line.
14708 Further to Bug#3717.
002cbde5 14709
8cb5ffe8
KR
14710 * arc-mode.el: Add "Keywords: files", so the details in its
14711 commentary can be reached from finder-by-keyword.
34607612
KR
14712 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
14713 editing mode, but it's comms related and sgml-mode.el has "comm"
14714 on that basis too.
b8dfcf54 14715 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
14716 * international/isearch-x.el, international/ja-dic-cnv.el:
14717 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 14718 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 14719
1e2d9ba1
JL
147202009-11-25 Juri Linkov <juri@jurta.org>
14721
14722 * man.el (Man-completion-table): Modify regexp to include
14723 section names to completion strings. (Bug#3717)
14724
a601d313
JL
147252009-11-25 Juri Linkov <juri@jurta.org>
14726
14727 Search recursively in gzipped files. (Bug#4982)
14728
14729 * progmodes/grep.el (grep-highlight-matches): Add new options
14730 `always' and `auto'. Doc fix.
14731 (grep-process-setup): Check `grep-highlight-matches' for
14732 `auto-detect' to determine the need to compute grep defaults.
14733 Move Windows/DOS specific --colors settings handling
14734 to `grep-compute-defaults'. Check `grep-highlight-matches'
14735 to get the value of "--color=".
14736 (grep-compute-defaults): Compute `grep-highlight-matches' when it
14737 has the value `auto-detect'. Move Windows/DOS specific settings
14738 from `grep-process-setup'.
14739 (zrgrep): New command with alias `rzgrep'.
14740
bde04ea9
JL
147412009-11-25 Juri Linkov <juri@jurta.org>
14742
14743 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
14744 to nil instead of switching off view-mode. (Bug#4896)
14745
7d6b4d3c
JL
147462009-11-25 Juri Linkov <juri@jurta.org>
14747
14748 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
14749
14750 * mwheel.el (mwheel-scroll-up-function)
14751 (mwheel-scroll-down-function): New defvars.
14752 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
14753 `scroll-up', and `mwheel-scroll-down-function' instead of
14754 `scroll-down'.
14755
14756 * doc-view.el (doc-view-scroll-up-or-next-page)
14757 (doc-view-scroll-down-or-previous-page): Add optional ARG.
14758 Use this ARG in the call to image-scroll-up/image-scroll-down.
14759 Change `interactive' spec to "P". Goto next/previous page only
14760 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
14761 SPC/DEL case). Doc fix.
14762 (doc-view-next-line-or-next-page)
14763 (doc-view-previous-line-or-previous-page): Rename arg to ARG
14764 for consistency.
14765 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
14766 `doc-view-scroll-up-or-next-page', and buffer-local
14767 `mwheel-scroll-down-function' to
14768 `doc-view-scroll-down-or-previous-page'.
14769
e237085f
JL
147702009-11-25 Juri Linkov <juri@jurta.org>
14771
14772 Provide additional default values (directories at other Dired
14773 windows) via M-n in the minibuffer of some Dired commands.
14774
14775 * dired-aux.el (dired-diff, dired-compare-directories)
14776 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
14777 `minibuffer-default' in `minibuffer-with-setup-hook'.
14778 (dired-dwim-target-directory): Find a window that displays Dired
14779 buffer instead of failing when the next window is not Dired.
14780 Use `get-window-with-predicate' to find for the next Dired window.
14781 (dired-dwim-target-defaults): New function.
14782
14783 * ediff-util.el (ediff-read-file-name):
14784 Use `dired-dwim-target-defaults' to set `minibuffer-default'
14785 in `minibuffer-with-setup-hook'.
14786
7d371eac
JL
147872009-11-25 Juri Linkov <juri@jurta.org>
14788
14789 Provide additional default values (file name at point or at the
14790 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
14791
14792 * minibuffer.el (read-file-name-defaults): New function.
14793 (read-file-name): Reset `minibuffer-default' to nil when
14794 it duplicates initial input `insdef'.
14795 Bind `minibuffer-default-add-function' to lambda that
14796 calls `read-file-name-defaults' in `minibuffer-selected-window'.
14797 (minibuffer-insert-file-name-at-point): New command.
14798
14799 * files.el (file-name-at-point-functions): New defcustom.
14800 (find-file-default): Remove defvar.
14801 (find-file-read-args): Don't use `find-file-default'.
14802 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14803 to `read-file-name'.
14804 (find-file-literally): Use `read-file-name' with
14805 `confirm-nonexistent-file-or-buffer'.
14806
14807 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
14808
14809 * dired.el (dired-read-dir-and-switches):
14810 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14811 to `read-file-name'.
14812 (dired-file-name-at-point): New function.
14813 (dired-mode): Add hook `dired-file-name-at-point' to
14814 `file-name-at-point-functions'.
14815
04ae543a
SM
148162009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 Really make the *Completions* window soft-dedicated (bug#5030).
14819 * window.el (window--display-buffer-2): Add `dedicated' argument.
14820 (display-buffer): Pass it when needed so the dedicated flag is set
14821 after calling set-window-buffer, which would otherwise reset it.
14822
eb708e66
SM
148232009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
14824
d6b8d4e7
SM
14825 * progmodes/meta-mode.el (meta-complete-symbol):
14826 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
14827 * mail/mailabbrev.el (mail-abbrev-complete-alias):
14828 Use completion-in-region.
14829
5f24557b
SM
14830 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
14831 (dabbrev-completion): Use completion-in-region.
14832 (dabbrev--abbrev-at-point): Simplify regexp.
14833
fe4346f0
SM
14834 * abbrev.el (abbrev--before-point): Use word-motion functions
14835 if :regexp is not specified (bug#5031).
14836
cb190d7d
SM
14837 * subr.el (string-prefix-p): New function.
14838
e2ec6dd5
SM
14839 * man.el (Man-completion-cache): New var.
14840 (Man-completion-table): Use it.
14841
eb708e66
SM
14842 * vc.el (vc-print-log-internal): Make `limit' optional for better
14843 compatibility (e.g. with vc-annotate.el).
14844
4cf8971b
KR
148452009-11-24 Kevin Ryde <user42@zip.com.au>
14846
eb708e66 14847 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 14848 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 14849
4cf8971b
KR
14850 * emacs-lisp/elint.el (elint-add-required-env): Better error message
14851 when .el source file not found or other error.
14852
d204c46c
SM
148532009-11-24 Markus Triska <markus.triska@gmx.at>
14854
14855 * linum.el (linum-update-window): Ignore intangible (bug#4996).
14856
bb301b9a
SM
148572009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
14858
449c27f0
SM
14859 Handle the [back] button properly (bug#4979).
14860 * descr-text.el (describe-text-properties): Add a `buffer' argument.
14861 Use help-setup-xref, help-buffer, and with-help-window.
14862 (describe-char): Add `buffer' argument.
14863 Pass proper command to help-setup-xref. Don't meddle with
14864 help-xref-stack-item directly.
14865 (describe-text-category): Use with-help-window and help-buffer.
14866
32fe5377
SM
14867 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
14868 for the displayed buffer (bug#4887).
14869
bb301b9a
SM
14870 * man.el (Man-completion-table): New function.
14871 (man): Use it.
14872
35179414
DR
148732009-11-24 David Reitter <david.reitter@gmail.com>
14874
bb301b9a 14875 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
14876 .git is) rather than the file's directory and a relative path spec
14877 to work around a bug in git.
14878
605a20a9
MA
148792009-11-24 Michael Albinus <michael.albinus@gmx.de>
14880
14881 Improve handling of processes on remote hosts.
14882
14883 * eshell/esh-util.el (eshell-path-env): New defvar.
14884 (eshell-parse-colon-path): New defun.
14885 (eshell-file-attributes): Use `eshell-parse-colon-path'.
14886
bb301b9a
SM
14887 * eshell/esh-ext.el (eshell-search-path):
14888 Use `eshell-parse-colon-path'.
605a20a9
MA
14889 (eshell-remote-command): Remove argument HANDLER.
14890 (eshell-external-command): Check for FTP remote connection.
14891
bb301b9a
SM
14892 * eshell/esh-proc.el (eshell-gather-process-output):
14893 Use `file-truename', in order to start also symlinked files.
14894 Apply `start-file-process' instead of `start-process'.
14895 Shorten `command' to the local file name part.
605a20a9 14896
bb301b9a
SM
14897 * eshell/em-cmpl.el (eshell-complete-commands-list):
14898 Use `eshell-parse-colon-path'.
605a20a9
MA
14899
14900 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
14901
14902 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
14903 to `eshell-directory-change-hook'.
14904
d1d33062
TH
149052009-11-24 Tassilo Horn <tassilo@member.fsf.org>
14906
14907 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 14908 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 14909
a34d8565 149102009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 14911
a34d8565
MK
14912 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
14913 made on 2009-11-22.
d1d33062 14914
c83b8d1b
GM
149152009-11-24 Glenn Morris <rgm@gnu.org>
14916
14917 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
14918 deleted variable bookmark-bmenu-bookmark-column.
14919
83505cfe
SM
149202009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
14921
14922 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
14923
5241b291
CY
149242009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
14925
14926 * net/browse-url.el (browse-url-filename-alist): On Windows, add
14927 two slashes to the "file:" prefix.
14928 (browse-url-file-url): De-munge Cygwin filenames before passing
14929 them to Windows browser.
14930 (browse-url-default-windows-browser): Use call-process.
14931
aefcadb6
JL
149322009-11-23 Juri Linkov <juri@jurta.org>
14933
14934 Implement DocView Continuous mode. (Bug#4896)
14935 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
14936 (doc-view-mode-map): Bind C-n/<down> to
14937 `doc-view-next-line-or-next-page', C-p/<up> to
14938 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
14939 (doc-view-next-line-or-next-page)
14940 (doc-view-previous-line-or-previous-page): New commands.
14941
0d62bcea
JL
149422009-11-23 Juri Linkov <juri@jurta.org>
14943
14944 Implement Isearch in comint input history. (Bug#3746)
14945 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
14946 `isearch-mode-hook'.
14947 (comint-history-isearch): New defcustom.
14948 (comint-history-isearch-backward)
14949 (comint-history-isearch-backward-regexp): New commands.
14950 (comint-history-isearch-message-overlay): New buffer-local variable.
14951 (comint-history-isearch-setup, comint-history-isearch-end)
14952 (comint-goto-input, comint-history-isearch-search)
14953 (comint-history-isearch-message, comint-history-isearch-wrap)
14954 (comint-history-isearch-push-state)
14955 (comint-history-isearch-pop-state): New functions.
14956
b593f105
MA
149572009-11-23 Michael Albinus <michael.albinus@gmx.de>
14958
14959 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
14960 return.
14961 (tramp-handle-make-symbolic-link)
14962 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
14963 Quote file names.
14964 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
14965 (tramp-handle-process-file): Use it.
14966
0f202d5d
SM
149672009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14968
14969 * window.el (move-to-window-line-last-op): Remove.
14970 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
14971
216349f8
SM
149722009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
14973
0f202d5d 14974 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
14975 * window.el (move-to-window-line-last-op): New var.
14976 (move-to-window-line-top-bottom): New command.
14977 (global-map): Bind M-r move-to-window-line-top-bottom.
14978
c10e0633
GM
149792009-11-23 Sven Joachim <svenjoac@gmx.de>
14980
14981 * dired-x.el (dired-guess-shell-alist-default):
14982 Support xz format. (Bug#4953)
14983
953e0c1a
GM
149842009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
14985
14986 * emulation/viper-cmd.el: Use viper-last-command-char instead of
14987 last-command-char/last-command-event.
14988 (viper-prefix-arg-value): Do correct conversion of event-char for
14989 XEmacs.
14990
83505cfe
SM
14991 * emulation/viper-util.el, emulation/viper.el:
14992 Use viper-last-command-char instead of
14993 last-command-char/last-command-event.
953e0c1a 14994
83505cfe
SM
14995 * ediff-init.el, ediff-mult.el, ediff-util.el:
14996 Replace last-command-char and last-command-event
14997 with (ediff-last-command-char) everywhere.
953e0c1a
GM
14998
14999 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15000 created in fundamental mode.
15001
15002 * ediff.el (ediff-version): Revert the change of interactive-p to
15003 called-interactively-p.
15004
9ee12eee
TH
150052009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15006
15007 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15008 generation from word-movement command names.
15009
8b571bf3
JD
150102009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15011
15012 * cus-start.el (all): Add native condition for font-use-system-font.
15013
4121db47
AM
150142009-11-21 Nathaniel Flath <flat0103@gmail.com>
15015
83505cfe
SM
15016 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15017 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15018
d71f5e0c
TH
150192009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15020
15021 * progmodes/subword.el: Rename from lisp/subword.el.
15022
15023 * subword.el: Rename to progmodes/subword.el.
15024
15025 * Makefile.in (ELCFILES): Adapt to subword.el move.
15026
fc9d6ad6 150272009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15028 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15029
15030 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15031 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15032 (bookmark-bmenu-show-filenames): Use push.
15033 (bookmark-bmenu-hide-filenames): Use local var instead of
15034 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15035 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15036 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15037 filenames now that the bookmark names are always available.
15038
26d9285f
SM
150392009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15040
15041 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15042 (bookmark-search-pattern): Move and leave unbound.
15043 (bookmark-bmenu-mode-map): Change binding.
15044 (bookmark-read-search-input): Simplify.
15045 Don't use text-char-description. Don't error on non-char events.
15046 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15047 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15048 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15049 Use a local var for the timer.
15050 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15051 (i.e. bookmark-bmenu-search).
15052
d73a0317
GM
150532009-11-21 Glenn Morris <rgm@gnu.org>
15054
15055 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15056
e572025f
CY
150572009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15058
26d9285f
SM
15059 * net/browse-url.el (browse-url-default-windows-browser):
15060 Use cygstart for cygwin.
e572025f 15061
6aeaa3dc
KF
150622009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15063
e4070cdc 15064 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15065 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15066 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15067 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15068 (bookmark-read-search-input): Adjust to fit within 80 columns.
15069
a9b76eec
TH
150702009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15071
15072 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15073 (c-backward-into-nomenclature): Adapt to subword renaming.
15074
15075 * subword.el (subword-forward, subword-backward, subword-mark)
15076 (subword-kill, subword-backward-kill, subword-transpose)
15077 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15078 (subword-forward-internal, subword-backward-internal):
15079 Rename from forward-subword, backward-subword, mark-subword,
15080 kill-subword, backward-kill-subword, transpose-subwords,
15081 downcase-subword, upcase-subword, capitalize-subword,
15082 forward-subword-internal, backward-subword-internal.
a9b76eec 15083
1e7d4475
SM
150842009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15085
26d9285f
SM
15086 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15087 New options.
1e7d4475
SM
15088 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15089 New vars.
15090 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15091 (bookmark-bmenu-filter-alist-by-regexp)
15092 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15093 (bookmark-bmenu-search): New command.
15094 (bookmark-bmenu-mode-map): Bind it.
15095
653d1554
TH
150962009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15097
ab84bfa0
TH
15098 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15099 backward-subword to quit the byte-compiler.
15100
1f35fda9
TH
15101 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15102
15103 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15104
653d1554 15105 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15106 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15107 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15108
15109 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15110 subword.el functions instead of cc-subword.el.
15111
1e7d4475
SM
15112 * progmodes/cc-subword.el: Rename to subword.el.
15113 * subword.el: Rename from progmodes/cc-subword.el.
15114 (subword-mode-map): Rename from c-subword-mode-map.
15115 (subword-mode): Rename from c-subword-mode.
653d1554 15116 (global-subword-mode): New global minor mode.
1e7d4475
SM
15117 (forward-subword): Rename from c-forward-subword.
15118 (backward-subword): Rename from c-backward-subword.
15119 (mark-subword): Rename from c-mark-subword.
15120 (kill-subword): Rename from c-kill-subword.
15121 (backward-kill-subword): Rename from c-backward-kill-subword.
15122 (transpose-subwords): Rename from c-tranpose-subword.
15123 (downcase-subword): Rename from c-downcase-subword.
15124 (capitalize-subword): Rename from c-capitalize-subword.
15125 (forward-subword-internal): Rename from c-forward-subword-internal.
15126 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15127
9717f119
DN
151282009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15129
8de724f3
DN
15130 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15131 from a dired buffer.
15132 (vc-dired-deduce-fileset): New function.
15133 (vc-root-diff, vc-print-root-log): Use it.
15134
9717f119
DN
15135 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15136 nil LIMIT argument to vc-print-log-internal.
15137
af4999b8
GM
151382009-11-20 Glenn Morris <rgm@gnu.org>
15139
15140 * Makefile.in (ELCFILES): Regenerate.
15141
b58edcb6
JB
151422009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15143
02e1b488
SM
15144 * calc/calc.el (calc-set-mode-line):
15145 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15146 (math-format-number): Rename `math-format-complement-signed' to
15147 `math-format-twos-complement'.
15148
02e1b488 15149 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15150 math-format-complement-signed.
15151 (calc-radix): Rename `calc-complement-signed-mode' to
15152 `calc-twos-complement-mode'.
02e1b488
SM
15153 (calc-octal-radix, calc-hex-radix): Add an argument for
15154 two's complement.
b58edcb6 15155
02e1b488
SM
15156 * calc/calc-embed.el (calc-embedded-mode-vars):
15157 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15158
02e1b488
SM
15159 * calc/calc-ext.el (calc-init-extensions):
15160 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15161 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15162
02e1b488
SM
15163 * calc/calc-units.el (math-build-units-table-buffer):
15164 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15165
15166 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15167 entries.
15168
15169 * calc/calc-vec.el (calcFunc-vunpack):
15170 * calc/calc-aent.el (calc-do-calc-eval):
15171 * calc/calc-forms.el (math-format-date):
15172 * calc/calc-graph.el (calc-graph-plot):
15173 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15174 * calc/calccomp.el (math-compose-expr):
15175 Let `calc-twos-complement-mode' be nil.
15176
151772009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15178
15179 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15180 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15181 * minibuffer.el (completion-in-region-functions): New hook.
15182 (completion-in-region): New function.
15183 * emacs-lisp/lisp.el (lisp-complete-symbol):
15184 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15185
e3353a78
SM
151862009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15187
eff77808
SM
15188 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15189 (latex-complete-alist): New vars.
15190 (latex-string-prefix-p, latex-complete-bibtex-keys)
15191 (latex-complete-envnames, latex-complete-refkeys)
15192 (latex-complete-data): New functions.
15193 (latex-complete, latex-indent-or-complete): New commands.
15194
d2c9fc42
SM
15195 * window.el (display-buffer-mark-dedicated): New var.
15196 (display-buffer): Obey it.
15197 * minibuffer.el (minibuffer-completion-help): Use it.
15198
31a1c477
SM
15199 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15200
bed4c972
SM
15201 * filecache.el (file-cache-add-file): Use push and cons.
15202 (file-cache-delete-file-regexp): Use push.
15203 (file-cache-complete): Use completion-in-region.
15204
8c22699f
SM
15205 * simple.el (with-wrapper-hook): Fix thinko.
15206
e3353a78
SM
15207 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15208 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15209 Use with-current-buffer and string-to-number.
15210 (hfy-fallback-colour-values): Use assoc-string.
15211 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15212 (hfy-face-at): Remove unused var `found-face'.
15213 (hfy-compile-stylesheet): Remove unused var `css'.
15214 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15215 and `orig-buffer'.
15216 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15217 Use with-current-buffer.
15218 (hfy-text-p): Use expand-file-name and fewer setq.
15219
acca02b0
SM
152202009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15221
15222 * htmlfontify.el, hfy-cmap.el: New files.
15223
042b7cc6
JL
152242009-11-19 Juri Linkov <juri@jurta.org>
15225
15226 * minibuffer.el (completions-format): New defcustom.
15227 (completion--insert-strings): Implement vertical format.
15228
15229 * simple.el (switch-to-completions): Move point to the first
15230 completion when point was at the beginning of the buffer.
15231
da205913
JL
152322009-11-19 Juri Linkov <juri@jurta.org>
15233
15234 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15235
15236 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15237
0b8ee421
CY
152382009-11-19 Chong Yidong <cyd@stupidchicken.com>
15239
15240 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15241 (mail-signature): Change default to t.
15242 (mail-from-style): Deprecate `system-default' value.
15243 (mail-insert-from-field): For default value of mail-from-style,
15244 default to `angles' unless `angles' needs quoting and `parens'
15245 does not.
15246 (mail-citation-prefix-regexp): Use citation regexp from
15247 message-mode.
15248
4265deab
MA
152492009-11-19 Michael Albinus <michael.albinus@gmx.de>
15250
acca02b0
SM
15251 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15252 Set variables for computing the prompt for reading password.
4265deab 15253
27cacd2d
GM
152542009-11-19 Glenn Morris <rgm@gnu.org>
15255
470bce7d
GM
15256 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15257
7e705a1d
GM
15258 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15259
27cacd2d
GM
15260 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15261 (newsticker-treeview-listwindow-height): Fix custom type.
15262
b2f0be0f
KH
152632009-11-19 Kenichi Handa <handa@m17n.org>
15264
15265 * descr-text.el (describe-char-padded-string): Compose with TAB
15266 only if there's a font for CH.
02e1b488 15267 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15268
03446045 152692009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15270
15271 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15272 more accurate version of the regexp. (Bug#3910)
b96337b0 15273
03446045 152742009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15275
15276 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15277
e0620570
JB
152782009-11-18 Juanma Barranquero <lekktu@gmail.com>
15279
15280 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15281 (font-setting-change-default-font): Fix typo in docstring.
15282
6cc6582e
AM
152832009-11-18 Alan Mackenzie <acm@muc.de>
15284
15285 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15286
dfb3c4c6
JD
152872009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15288
02e1b488 15289 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
15290
15291 * cus-start.el (all): ... to here.
15292
e268e987
MA
152932009-11-17 Michael Albinus <michael.albinus@gmx.de>
15294
15295 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15296 Don't set `ad-return-value' if `ad-do-it' doesn't.
15297
303ffde8
MA
15298 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15299 modification time.
15300
637fa988
JD
153012009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15302
15303 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 15304 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
15305
15306 * loadup.el: If feature system-font-setting or font-render-setting is
15307 there, load font-setting.
15308
02e1b488 15309 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
15310 * font-setting.el: New file.
15311
1d16a255
GM
153122009-11-17 Glenn Morris <rgm@gnu.org>
15313
15314 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15315
2d84f804
GM
15316 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15317 Preserve point in the list buffer. (Bug#4939)
15318 Use point-at-eol.
15319 (newsticker--treeview-list-update-highlight)
15320 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15321
14467b99
JB
153222009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15323
15324 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15325 Remove.
15326
15327 * calc/calc-ext.el (calc-init-extensions): Remove references to
15328 symclip.
15329
15330 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15331
15332 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 15333 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
15334 `calc-symclip'.
15335
e3c39c01
KR
153362009-11-16 Kevin Ryde <user42@zip.com.au>
15337
02e1b488 15338 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 15339 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 15340
497de631
KR
15341 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15342 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15343 Ignore trailing spaces by omit-nulls to split-string (fixing
15344 regression from Emacs 21 due to the incompatible split-string
14467b99 15345 change). (Bug #4928.)
497de631 15346
48b27575
DN
153472009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15348
5237d741 15349 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
15350 (vc-print-log-internal): Insert buttons to request more entries
15351 when limiting the output.
15352
15353 * vc-sccs.el (vc-sccs-print-log):
15354 * vc-rcs.el (vc-rcs-print-log):
15355 * vc-cvs.el (vc-cvs-print-log):
15356 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15357 LIMIT is non-nil.
15358
d3e97185
MA
153592009-11-16 Michael Albinus <michael.albinus@gmx.de>
15360
15361 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15362 error when `tramp-gvfs-dbus-event-vector' is set.
15363 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15364
68d87786
SM
153652009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15366
15367 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15368
c0a39702
MA
153692009-11-16 Michael Albinus <michael.albinus@gmx.de>
15370
15371 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 15372 (dbus-register-property): Register the handlers of
c0a39702
MA
15373 "org.freedesktop.DBus.Properties" for SERVICE.
15374 (dbus-property-handler): Fix docstring.
15375
1e857121
YM
153762009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15377
15378 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15379 Quote doc string reference in defvaralias as it is not in special form.
15380 (byte-compile-output-docform): Doc fix.
15381
887484c1
JB
153822009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15383
15384 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15385 (calc-complement-signed-mode): New variables.
15386 (calc-set-mode-line): Add indicator for twos-complements.
15387 (math-format-number): Format twos-complement notation.
15388
15389 * calc/calc-bin.el (calc-word-size): Reset the variables
15390 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
15391 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15392 (calc-symclip): New functions.
887484c1
JB
15393
15394 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15395
68d87786
SM
15396 * calc/calc-embed.el (calc-embedded-mode-vars):
15397 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
15398
15399 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 15400 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
15401
15402 * calc/calc-ext.el (math-read-number-fancy): Read complement
15403 signed numbers.
68d87786
SM
15404 (calc-init-extensions): Add binding for `calc-symclip'.
15405 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
15406
15407 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15408 `calc-symclip'.
68d87786 15409 (calc-modes-menu): Add item for twos complement mode.
887484c1 15410
5237d741 15411 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 15412
4cf1d7e3
CY
154132009-11-15 Chong Yidong <cyd@stupidchicken.com>
15414
15415 * register.el (jump-to-register, insert-register): Handle Semantic
15416 tags. From commented-out advice in semantic/senator.el.
15417
f8e65267
DN
154182009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15419
6616006b
DN
15420 * vc.el (vc-log-show-limit): New variable.
15421 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15422 when using a prefix argument.
15423 (vc-print-log-internal): Add new argument LIMIT.
15424
15425 * vc-svn.el (vc-svn-print-log):
15426 * vc-mtn.el (vc-mtn-print-log):
15427 * vc-hg.el (vc-hg-print-log):
15428 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 15429 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
15430 non-optional.
15431
15432 * vc-sccs.el (vc-sccs-print-log):
15433 * vc-rcs.el (vc-rcs-print-log):
15434 * vc-git.el (vc-git-print-log):
15435 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15436 ignore it. Make the BUFFER argument non-optional
15437
f8e65267
DN
15438 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15439
0566c4bc
CY
154402009-11-15 Chong Yidong <cyd@stupidchicken.com>
15441
7cce3c91
CY
15442 * dired.el (dired-mode-map): Move encryption items to "Operate"
15443 menu (Bug#4703).
15444
d7063de9
CY
15445 * strokes.el (strokes-update-window-configuration): Make strokes
15446 buffer current before erasing (Bug#4906).
15447
0fc10137
JL
154482009-11-15 Juri Linkov <juri@jurta.org>
15449
15450 * simple.el (set-mark-default-inactive): Add :type, :group
15451 and :version. (Bug#4876)
15452
f5fce4ec
MA
154532009-11-15 Michael Albinus <michael.albinus@gmx.de>
15454
15455 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
15456 (archive-unique-fname): ... here. (Bug#4929)
15457
8d720a00
SM
154582009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15459
589888fe
SM
15460 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
15461 with a real fix.
15462
8d720a00
SM
15463 * novice.el (disabled-command-function): Add useful args.
15464 Setup the help buffer so that [back] works.
15465 Remove redundant call to help-mode.
15466 (disabled-command-function): Use `case'.
15467 (en/disable-command): New function extracted from enable-command.
15468 (enable-command, disable-command): Use it.
15469
a61344d6
GM
154702009-11-14 Glenn Morris <rgm@gnu.org>
15471
497f0cdd
GM
15472 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
15473 constants. (Bug#4913)
15474
a61344d6
GM
15475 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
15476
d501801e
GM
154772009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
15478
15479 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
15480 defined in C that have no doc-strings. (Bug#1063)
15481
5af27ac2
GM
154822009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
15483
15484 * cus-edit.el (data, files):
15485 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
15486
aec5395b
CY
154872009-11-14 Chong Yidong <cyd@stupidchicken.com>
15488
e7791447
CY
15489 * simple.el (shell-command): Doc fix (Bug#4891).
15490
aec5395b
CY
15491 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
15492
7a41cd7f
GM
154932009-11-14 Glenn Morris <rgm@gnu.org>
15494
c3583c94
GM
15495 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
15496 statements for vc-diff, emerge-quit, and rmail-cease-edit.
15497 If they are already loaded, eval-after-load will do the right thing.
15498
73900d1f
GM
15499 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
15500 compiling.
15501
0028351d
GM
15502 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
15503
f6714ede
GM
15504 * simple.el (x-selection-owner-p): Declare.
15505 (read-mail-command): Use custom radio type rather than choice.
15506 (completion-no-auto-exit): Doc fix.
15507
7a41cd7f 15508 * custom.el (defgroup):
5af27ac2 15509 * epg-config.el (epg): Doc fixes.
7a41cd7f 15510
2d0659ec
DN
155112009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15512
15513 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
15514 * international/ccl.el (define-ccl-program): Do not purecopy the
15515 docstring, defconst does it anyway.
15516
7fdbcd83
SM
155172009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15518
d499c5b9
SM
15519 * add-log.el (add-change-log-entry): Avoid displaying the changelog
15520 a second time.
15521
7fdbcd83
SM
15522 * x-dnd.el (x-dnd-maybe-call-test-function):
15523 * window.el (split-window-vertically):
15524 * whitespace.el (whitespace-help-on):
15525 * vc-rcs.el (vc-rcs-consult-headers):
15526 * userlock.el (ask-user-about-lock-help)
15527 (ask-user-about-supersession-help):
15528 * type-break.el (type-break-force-mode-line-update):
15529 * time-stamp.el (time-stamp-conv-warn):
15530 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 15531 (te-sentinel, terminal-emulator):
7fdbcd83
SM
15532 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
15533 (term-write-input-ring, term-check-source, term-start-output-log):
15534 (term-display-buffer-line, term-dynamic-list-completions):
15535 (term-ansi-make-term, serial-term):
15536 * subr.el (selective-display):
15537 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15538 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
15539 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
15540 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
15541 (speedbar-remove-localized-speedbar-support)
15542 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
15543 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
15544 (speedbar-buffers-line-directory):
15545 * simple.el (shell-command-on-region, append-to-buffer)
15546 (prepend-to-buffer):
15547 * shadowfile.el (shadow-save-todo-file):
15548 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
15549 (scroll-bar-maybe-set-window-start):
15550 * sb-image.el (speedbar-image-dump):
15551 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
15552 (load-save-place-alist-from-file):
15553 * ps-samp.el (ps-print-message-from-summary):
15554 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
15555 (ps-background-image, ps-begin-job, ps-do-despool):
15556 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
15557 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
15558 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
15559 (pr-call-process, pr-file-list, pr-interface-save):
15560 * novice.el (disabled-command-function)
15561 (enable-command, disable-command):
15562 * mouse.el (mouse-buffer-menu-alist):
15563 * mouse-copy.el (mouse-kill-preserving-secondary):
15564 * macros.el (kbd-macro-query):
15565 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
15566 * informat.el (batch-info-validate):
15567 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
15568 * hippie-exp.el (try-expand-dabbrev-visible):
15569 * help-mode.el (help-make-xrefs):
15570 * help-fns.el (describe-variable):
15571 * generic-x.el (bat-generic-mode-run-as-comint):
15572 * finder.el (finder-mouse-select):
15573 * find-dired.el (find-dired-sentinel):
15574 * filesets.el (filesets-file-close):
15575 * files.el (list-directory):
15576 * faces.el (list-faces-display, describe-face):
15577 * facemenu.el (list-colors-display):
15578 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
15579 * epg.el (epg--process-filter, epg-cancel):
15580 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
15581 (epa--read-signature-type):
15582 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
15583 (emerge-file-names):
15584 * ehelp.el (electric-helpify):
15585 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
15586 * ediff-vers.el (rcs-ediff-view-revision):
15587 * ediff-util.el (ediff-setup):
15588 * ediff-mult.el (ediff-append-custom-diff):
15589 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
15590 (ediff-wordify):
15591 * echistory.el (Electric-command-history-redo-expression):
15592 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15593 * disp-table.el (describe-display-table):
15594 * dired.el (dired-find-buffer-nocreate):
15595 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
15596 * dabbrev.el (dabbrev--same-major-mode-p):
15597 * chistory.el (list-command-history):
15598 * apropos.el (apropos-documentation):
15599 * allout.el (allout-obtain-passphrase):
15600 (allout-copy-exposed-to-buffer):
15601 (allout-verify-passphrase): Use with-current-buffer.
15602
2ccbc060
GM
156032009-11-13 Glenn Morris <rgm@gnu.org>
15604
15605 * Makefile.in (ELCFILES): Regenerate.
15606
b172ed20
MA
156072009-11-13 Michael Albinus <michael.albinus@gmx.de>
15608
7fdbcd83
SM
15609 * net/dbus.el (dbus-registered-objects-table): Rename from
15610 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
15611 (dbus-unregister-object): Unregister also properties.
15612 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15613 Use a timeout of 500 msec, in order to not block.
15614 (dbus-register-property, dbus-property-handler): New defuns.
15615
e96d62cd
SM
156162009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15617
15618 * simple.el (minibuffer-default-add-completions): Drop deprecated
15619 4th arg.
15620
14bd267d
EZ
156212009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
15622
e96d62cd
SM
15623 * textmodes/artist.el (artist-mouse-choose-operation):
15624 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 15625 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
15626 (artist-compute-up-event-key): New function.
15627 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
15628
bf89fd7b
KH
156292009-11-13 Kenichi Handa <handa@m17n.org>
15630
15631 * language/japan-util.el: Make sure that the value of jisx0208
15632 property is jisx0208 character.
15633
f70b8925
DN
156342009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
15635
15636 * international/mule.el (auto-coding-regexp-alist): Only purecopy
15637 car or each item, not the whole list.
15638
4d93a9e0
SM
156392009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
15640
15641 * minibuffer.el (minibuffer-completion-help):
15642 Use minibuffer-hide-completions.
15643
05404988
SM
156442009-11-12 Per Starbäck <per@starback.se> (tiny change)
15645
15646 * dired.el (dired-save-positions, dired-restore-positions): New funs.
15647 (dired-revert): Use them (bug#4880).
15648
5297bc10
DN
156492009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15650
15651 * tooltip.el (tooltip-frame-parameters): Undo previous change.
15652
e2685eb7
JL
156532009-11-12 Juri Linkov <juri@jurta.org>
15654
15655 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
15656 New functions.
15657 (find-file-literally-at-point): Alias of `ffap-literally'.
15658
76410c3e
DN
156592009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15660
6d341a2a
DN
15661 * textmodes/ispell.el (ispell-skip-region-alist):
15662 * textmodes/css-mode.el (auto-mode-alist):
15663 * progmodes/compile.el (auto-mode-alist):
15664 * international/mule.el (ctext-non-standard-encodings-alist)
15665 (ctext-non-standard-encodings-regexp):
15666 * simple.el (shell-command-switch, text-read-only):
15667 * replace.el (occur-mode-map):
15668 * paths.el (rmail-file-name):
15669 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
15670 * find-file.el (ff-special-constructs):
15671 * files.el (file-name-handler-alist):
15672 * composite.el: Purecopy strings.
15673
76410c3e
DN
15674 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
15675
aaa448c9
DN
156762009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15677
15678 * widget.el (define-widget): Purecopy the docstring.
15679 * international/mule-cmds.el (charset): Do not purecopy the
15680 docstring here, define-widget does it.
15681
15682 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
15683 * textmodes/bibtex-style.el (auto-mode-alist):
15684 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15685 * progmodes/compile.el (compile-command):
15686 * language/korea-util.el (default-korean-keyboard):
15687 * international/mule-conf.el (file-coding-system-alist):
15688 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
15689 * tooltip.el (tooltip-frame-parameters):
15690 * newcomment.el (comment-end, comment-padding):
15691 * dired.el (dired-trivial-filenames):
15692 * comint.el (comint-file-name-prefix): Purecopy initial values.
15693
bbe650fd
MA
156942009-11-11 Michael Albinus <michael.albinus@gmx.de>
15695
15696 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
15697 (tramp-advice-minibuffer-electric-tilde): Unload advices via
15698 `tramp-unload'.
15699 (tramp-advice-make-auto-save-file-name)
15700 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
15701 after removing the advice.
15702
6bdad9ae
DN
157032009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15704
2f7f4bee
DN
15705 * progmodes/grep.el (grep-regexp-alist):
15706 * international/mule-cmds.el (iso-2022-control-alist):
15707 * emacs-lisp/timer.el (timer-duration-words):
15708 * subr.el (version-separator, version-regexp-alist):
15709 * minibuffer.el (completion-styles-alist):
15710 * faces.el (face-attribute-name-alist, list-faces-sample-text):
15711 Change defvars to defconsts.
15712
a042de45
DN
15713 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
15714 * loadup.el ("international/mule-conf"): Load the byte compiled version.
15715 * international/mule-conf.el: Allow to be byte compiled.
15716
3b6acc72
DN
15717 * international/mule.el (define-charset): Purecopy props.
15718 (load-with-code-conversion): Purecopy doc string and file name.
15719 (put-charset-property): Purecopy strings.
15720 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
15721
1c2efdfb 15722 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
15723 (define-char-code-property): Correctly purecopy the table.
15724
62591911
DN
15725 * international/ccl.el (define-ccl-program): Purecopy the docstring.
15726
8b908da6
DN
15727 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
15728
ff917d63
DN
15729 * subr.el (add-hook): Purecopy strings.
15730 (eval-after-load): Purecopy load-history-regexp and the form.
15731
af89cf77
DN
15732 * custom.el (custom-declare-group): Purecopy load-file-name.
15733
a3c20c83 15734 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
15735 * net/eudc.el (eudc-tools-menu):
15736 * international/mule-cmds.el (set-coding-system-map)
15737 (mule-menu-keymap):
15738 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15739 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
15740 * replace.el (occur-mode-map):
15741 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 15742 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
15743 (menu-bar-custom-menu, menu-bar-showhide-menu)
15744 (menu-bar-options-menu, menu-bar-tools-menu)
15745 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
15746 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
15747 (menu-bar-help-menu):
15748 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
15749 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
15750
6bdad9ae
DN
15751 * term/x-win.el (x-gtk-stock-map):
15752 * progmodes/vera-mode.el (auto-mode-alist):
15753 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
15754 (inferior-lisp-program, inferior-lisp-load-command):
15755 * progmodes/hideshow.el (hs-special-modes-alist):
15756 * progmodes/gud.el (same-window-regexps):
15757 * progmodes/grep.el (grep-program, find-program, xargs-program):
15758 * net/telnet.el (same-window-regexps):
15759 * net/rlogin.el (same-window-regexps):
15760 * language/ethiopic.el (font-ccl-encoder-alist):
15761 * vc-sccs.el (vc-sccs-master-templates):
15762 * vc-rcs.el (vc-rcs-master-templates):
15763 * subr.el (cl-assertion-failed):
15764 * simple.el (next-error-overlay-arrow-position):
15765 * lpr.el (lpr-command):
15766 * locate.el (locate-ls-subdir-switches):
15767 * info.el (same-window-regexps, info)
15768 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15769 * image-mode.el (image-mode, auto-mode-alist):
15770 * hippie-exp.el (hippie-expand-ignore-buffers):
15771 * format.el (format-alist):
15772 * find-dired.el (find-ls-subdir-switches, find-grep-options)
15773 (find-name-arg):
15774 * facemenu.el (facemenu-keybindings):
15775 * dired.el (dired-listing-switches, dired-chown-program):
15776 * diff.el (diff-switches, diff-command):
15777 * cus-edit.el (same-window-regexps):
15778 * bindings.el (mode-line-mule-info)
15779 (mode-line-buffer-identification): Purecopy strings.
15780
e0987650
JL
157812009-11-11 Juri Linkov <juri@jurta.org>
15782
3570691b 15783 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
15784 Tell the byte-compiler about dired-get-filename.
15785 (shell-command): In Dired mode, get filename from the current line
15786 as the default value.
15787
b16ff465
GM
157882009-11-10 Glenn Morris <rgm@gnu.org>
15789
e8a11b22
GM
15790 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
15791 * calendar/holidays.el, progmodes/cperl-mode.el:
15792 Update x-popup-menu declarations.
15793
b16ff465
GM
15794 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
15795 (list-load-path-shadows): Use dolist.
15796 (list-load-path-shadows): Use with-current-buffer.
15797
032c3399
JL
157982009-11-10 Juri Linkov <juri@jurta.org>
15799
15800 * minibuffer.el (read-file-name): Support a list of default values
15801 in `default-filename'. Use the first file name where only one
15802 element is required. Doc fix.
15803
8fb1629f
MA
158042009-11-09 Michael Albinus <michael.albinus@gmx.de>
15805
15806 * net/dbus.el (dbus-unregister-object): Release service, if no
15807 other method is registered for it.
15808
a51203ee 158092009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
15810
15811 * bookmark.el (bookmark-completing-read): Sort bookmark names if
15812 bookmark-sort-flag is non-nil (Bug#4653).
15813
9bf7dc8a
CY
158142009-11-08 Chong Yidong <cyd@stupidchicken.com>
15815
15207e74
CY
15816 * emulation/cua-base.el: Add CUA property to some CC mode commands
15817 (Bug#4100).
15818
8bf7ed70
KR
158192009-11-08 Kevin Ryde <user42@zip.com.au>
15820
15821 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 15822 at end of sentence (Bug#4818).
8bf7ed70 15823
951802d0
CY
158242009-11-08 Jared Finder <jfinder@crypticstudios.com>
15825
15826 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15827 Handle "see declaration of" MSFT statements (Bug#4100).
15828
e8244310
MA
158292009-11-08 Michael Albinus <michael.albinus@gmx.de>
15830
15831 * net/tramp.el (tramp-advice-make-auto-save-file-name)
15832 (tramp-advice-file-expand-wildcards): Unload via
15833 `ad-remove-advice'.
15834
15835 * net/trampver.el: Update release number.
15836
a51203ee 158372009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
15838
15839 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
15840 `ad-do-it'.
15841
a51203ee 158422009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
15843
15844 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
15845 in order to keep context in SELinux.
15846
bedd8a58
CY
158472009-11-08 Chong Yidong <cyd@stupidchicken.com>
15848
15849 * dired-aux.el (dired-query): Place cursor in echo area and allow
15850 C-g.
15851
15852 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
15853 menu item if not on a directory (Bug#4701).
15854
0484d600
MA
158552009-11-07 Michael Albinus <michael.albinus@gmx.de>
15856
15857 Sync with Tramp 2.1.17.
15858
15859 * net/tramp.el (tramp-handle-copy-directory): Don't use
15860 `file-remote-p' (due to compatibility).
15861
15862 * net/tramp-compat.el (tramp-compat-copy-directory)
15863 (tramp-compat-delete-directory): New defuns.
15864
15865 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
15866 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15867 Use `tramp-compat-delete-directory'.
0484d600
MA
15868
15869 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
15870 (tramp-smb-handle-delete-directory):
15871 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
15872
15873 * net/trampver.el: Update release number.
15874
b42b2189
CY
158752009-11-07 Chong Yidong <cyd@stupidchicken.com>
15876
6960d7b9
CY
15877 * tar-mode.el (tar-copy): Call write-region on the right buffer
15878 (Bug#4857).
15879
b42b2189
CY
15880 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
15881 by hand, if necessary (Bug#4878).
15882
0ad57dfd
CY
158832009-11-06 Chong Yidong <cyd@stupidchicken.com>
15884
d19e23ae
CY
15885 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
15886 align size column (Bug#4839).
15887
0ad57dfd
CY
15888 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
15889 statement.
15890
0b7f397c
DN
158912009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
15892
15893 * progmodes/ld-script.el (auto-mode-alist):
15894 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
15895
15896 * cus-face.el (custom-declare-face): Purecopy face spec.
15897
495bd5ca
KH
158982009-11-06 Kenichi Handa <handa@m17n.org>
15899
15900 * international/uni-bidi.el: Re-generated.
15901 * international/uni-category.el: Re-generated.
15902 * international/uni-combining.el: Re-generated.
15903 * international/uni-mirrored.el: Re-generated.
15904
1e8780b1
DN
159052009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
15906
15907 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
15908 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
15909 (tex-start-options, slitex-run-command, latex-run-command)
15910 (tex-run-command, tex-directory):
15911 * textmodes/ispell.el (ispell-html-skip-alists)
15912 (ispell-tex-skip-alists, ispell-tex-skip-alists):
15913 * textmodes/fill.el (adaptive-fill-first-line-regexp):
15914 (adaptive-fill-regexp):
15915 * textmodes/dns-mode.el (auto-mode-alist):
15916 * progmodes/python.el (interpreter-mode-alist):
15917 * progmodes/etags.el (tags-compression-info-list):
15918 * progmodes/etags.el (tags-file-name):
15919 * net/browse-url.el (browse-url-galeon-program)
15920 (browse-url-firefox-program):
15921 * mail/sendmail.el (mail-signature-file)
15922 (mail-citation-prefix-regexp):
15923 * international/mule-conf.el (eight-bit):
15924 * international/latexenc.el (latex-inputenc-coding-alist):
15925 * international/fontset.el (x-pixel-size-width-font-regexp):
15926 * emacs-lisp/warnings.el (warning-type-format):
15927 * emacs-lisp/trace.el (trace-buffer):
15928 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
15929 (emacs-lisp-mode-map):
15930 * calendar/holidays.el (holiday-solar-holidays)
15931 (holiday-bahai-holidays, holiday-islamic-holidays)
15932 (holiday-christian-holidays, holiday-hebrew-holidays)
15933 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
15934 (hebrew-holidays-1, holiday-oriental-holidays)
15935 (holiday-general-holidays):
15936 * x-dnd.el (x-dnd-known-types):
15937 * tool-bar.el (tool-bar):
15938 * startup.el (site-run-file):
15939 * shell.el (shell-dumb-shell-regexp):
15940 * rfn-eshadow.el (file-name-shadow-tty-properties)
15941 (file-name-shadow-properties):
15942 * paths.el (remote-shell-program, news-directory):
15943 * mouse.el ([C-down-mouse-3]):
15944 * menu-bar.el (menu-bar-tools-menu):
15945 * jka-cmpr-hook.el (jka-compr-load-suffixes)
15946 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
15947 (jka-compr-compression-info-list):
15948 * isearch.el (search-whitespace-regexp):
15949 * image-file.el (image-file-name-extensions):
15950 * find-dired.el (find-ls-option):
15951 * files.el (directory-listing-before-filename-regexp)
15952 (directory-free-space-args, insert-directory-program)
15953 (list-directory-brief-switches, magic-fallback-mode-alist)
15954 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
15955 (automount-dir-prefix):
15956 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
15957 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
15958 (face-font-registry-alternatives, face-font-registry-alternatives)
15959 (face-font-family-alternatives):
15960 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
15961 (facemenu-foreground-menu, facemenu-face-menu):
15962 * epa-hook.el (epa-file-name-regexp):
15963 * dnd.el (dnd-protocol-alist):
15964 * textmodes/rst.el (auto-mode-alist):
a51203ee 15965 * button.el (default-button): Purecopy strings.
1e8780b1 15966
0adae11f
GM
159672009-11-06 Glenn Morris <rgm@gnu.org>
15968
15969 * Makefile.in (ELCFILES): Update.
15970
2adaf057
SM
159712009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15972
8f72f03c
SM
15973 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
15974 * emacs-lisp/levents.el: Move to obsolete/levents.el.
15975
2adaf057
SM
15976 * nxml/xsd-regexp.el (xsdre-gen-categories):
15977 * nxml/xmltok.el (xmltok-parse-entity):
15978 * nxml/rng-parse.el (rng-parse-validate-file):
15979 * nxml/rng-maint.el (rng-format-manual)
15980 (rng-manual-output-force-new-line):
15981 * nxml/rng-loc.el (rng-save-schema-location-1):
15982 * nxml/rng-cmpct.el (rng-c-parse-file):
15983 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
15984 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
15985
14862301
SM
159862009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
15987
bf0b361c 15988 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
15989 Remove extra save-excursions and make-variable-buffer-local's.
15990 Suggested by Stefan Monnier.
15991
15992 (verilog-getopt-file, verilog-module-inside-filename-p)
15993 (verilog-set-define): Merge GNU 1.35 and repair changes from
15994 switching to using with-current-buffer.
15995
15996 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
15997 being treated as a number and confusing AUTORESET.
15998 Reported by Dan Dever.
15999
16000 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16001 Add verilog-auto-ignore-concat to fix backward compatibility with
16002 older verilog-modes. Reported by Dan Katz.
16003
16004 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16005 containing closing anchors "...$".
16006
16007 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16008 Reported by Wade Smith.
16009
48c2d18a 16010 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16011
160122009-11-05 Michael McNamara <mac@mail.brushroad.com>
16013
bf0b361c
JB
16014 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16015 for labels.
14862301
SM
16016
16017 (verilog-label-re, verilog-calc-1): Support proper indent of named
16018 asserts.
16019
16020 (verilog-backward-token, verilog-basic-complete-re)
16021 (verilog-beg-of-statement, verilog-indent-re): Support proper
16022 indent of the assert statement at the beginning of a block of text.
16023
16024 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16025 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16026 tokens as begins.
16027
4f8f657f
GM
160282009-11-05 Glenn Morris <rgm@gnu.org>
16029
775adc51
GM
16030 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16031 Emacs 19. (Bug#1531)
16032 (byte-compile-fix-header): Update for the above change.
16033 Drop test for epoch::version.
16034
4ad6a5e7 16035 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16036 * cus-dep.el (custom-make-dependencies):
16037 * finder.el (finder-compile-keywords):
16038 Use autoload-rubric's feature argument.
4ad6a5e7 16039
4f8f657f
GM
16040 * calendar/diary-lib.el (top-level): Make load behave more like require.
16041
881e4184
GM
16042 * vc-git.el (vc-git-stash-map): Move definition before use.
16043
ba214964 160442009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16045
b6f8ba09
DN
16046 * custom.el (custom-declare-group): Purecopy standard-value.
16047 (custom-declare-group): Purecopy custom-prefix.
16048
7fdbcd83
SM
16049 * international/mule.el (load-with-code-conversion):
16050 Call do-after-load-evaluation unconditionally.
eb6f577b 16051
f6195dfb
DN
16052 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16053
56f14120
SM
160542009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16055
16056 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16057
e5c89ce9
GM
160582009-11-04 Glenn Morris <rgm@gnu.org>
16059
16060 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16061 (byte-compile-compatibility): Remove option.
16062 (byte-compile-close-variables, byte-compile-fix-header)
16063 (byte-compile-insert-header, byte-compile-output-docform)
16064 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16065 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16066 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16067 (byte-compile-insert, byte-compile-defun):
16068 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16069 (byte-defop-compiler19): Remove.
16070 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16071 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16072
e24f42ab
JL
160732009-11-04 Juri Linkov <juri@jurta.org>
16074
16075 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16076 (menu-bar-options-menu): Don't quote the `prop' arg of
16077 `menu-bar-make-mm-toggle'.
16078
d3d5f4f5
JB
160792009-11-04 Juanma Barranquero <lekktu@gmail.com>
16080
16081 * calendar/calendar.el (cal-loaddefs):
16082 * calendar/diary-lib.el (diary-loaddefs):
16083 * calendar/holidays.el (hol-loaddefs):
16084 * eshell/esh-module.el (esh-groups): Load rather than require.
16085
6e39d3b2
SM
160862009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16087
e96d62cd
SM
16088 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16089 point-min==1.
7e83e8b4
SM
16090 (todo-top-priorities): Only display-buffer when called interactively.
16091 (todo-item-start): Don't save excursion point.
16092 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16093 (todo-insert-item-here, todo-file-item, todo-remove-item):
16094 Adjust uses of todo-item-start and todo-item-end.
16095
fae4e5b9
SM
16096 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16097 (autoload-rubric): Don't use any more.
fae4e5b9 16098
6e39d3b2
SM
16099 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16100 and only put a prop if it is non-nil.
16101
c9753fb4
JL
161022009-11-03 Juri Linkov <juri@jurta.org>
16103
16104 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16105 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16106
16107 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16108 and "Menu" to make top-level menu item visually one unit (like
16109 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16110 multi-word menu items). Fix :help string for quit-window.
16111
db04f33f
GM
161122009-11-03 Glenn Morris <rgm@gnu.org>
16113
2aea6521
GM
16114 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16115 (byte-compile-file-form-define-abbrev-table)
16116 (byte-compile-file-form-custom-declare-variable)
16117 (byte-compile-variable-ref, byte-compile-defvar):
16118 Whether or not a warning is enabled should only affect whether we issue
16119 the warning, not whether or not we collect the relevant data.
16120 Eg warnings can be turned on and off throughout the course of a file.
16121
db04f33f
GM
16122 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16123 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16124
937e6a56
SM
161252009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16128 * play/mpuz.el (mpuz-create-buffer):
16129 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16130 (lm-print-y,s,noise, lm-print-w0, lm-init):
16131 * play/gomoku.el (gomoku-prompt-for-move):
16132 * play/fortune.el (fortune-in-buffer):
16133 * play/dissociate.el (dissociated-press):
16134 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16135 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16136 * mail/supercite.el (sc-eref-show):
16137 * mail/smtpmail.el (smtpmail-send-it):
16138 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16139 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16140 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16141 (rmail-summary-goto-msg, rmail-summary-expunge)
16142 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16143 (rmail-summary-add-label, rmail-summary-output-menu)
16144 (rmail-summary-output-body):
16145 * mail/rfc822.el (rfc822-addresses):
16146 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16147 * mail/mailpost.el (post-mail-send-it):
16148 * mail/hashcash.el (hashcash-generate-payment):
16149 * mail/feedmail.el (feedmail-run-the-queue)
16150 (feedmail-queue-send-edit-prompt-help-first)
16151 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16152 (feedmail-deduce-address-list):
16153 * eshell/esh-ext.el (eshell-remote-command):
16154 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16155 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16156 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16157 (viper-save-string-in-file, viper-valid-marker):
16158 * emulation/viper-keym.el (viper-toggle-key):
16159 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16160 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16161 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16162 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16163 (viper-exec-form-in-emacs, viper-brac-function):
16164 * emulation/viper.el (viper-delocalize-var):
16165 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16166 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16167 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16168 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16169 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16170 * emulation/edt.el (edt-electric-helpify):
16171 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16172 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16173 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16174 (cua-indent-to-global-mark-column):
16175 * calendar/diary-lib.el (calendar-mark-1):
16176 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16177 Use with-current-buffer.
16178 * emulation/viper.el (viper-delocalize-var): Use dolist.
16179
5b955562
CY
161802009-11-03 Chong Yidong <cyd@stupidchicken.com>
16181
16182 * comint.el (comint-replace-by-expanded-history-before-point):
16183 Replace !! with the previous input string literally (Bug#1795).
16184
6292c599
JB
161852009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16186
16187 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16188 to be made up of whitespace.
16189
8368c14e
CY
161902009-11-02 Chong Yidong <cyd@stupidchicken.com>
16191
16192 * minibuffer.el (read-file-name): Don't use file dialogs for
16193 remote directories (Bug#99).
16194
6f750f0d
CY
161952009-11-01 Chong Yidong <cyd@stupidchicken.com>
16196
16197 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16198
97ab3f47
AS
161992009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16200
16201 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16202 instead of deleting the window or frame.
16203
673c1168
CY
162042009-10-31 Chong Yidong <cyd@stupidchicken.com>
16205
16206 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16207 Support face colors.
16208
937e6a56
SM
16209 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16210 New function. Support face colors (Bug#1168).
673c1168
CY
16211 (tex-common-initialization): Use it.
16212
16213 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16214 mode allows it (Bug#1168).
16215
c9349f0a
CY
162162009-10-31 Juri Linkov <juri@jurta.org>
16217
16218 * facemenu.el (list-colors-display): Don't mark buffer as
16219 modified (Bug#3948).
16220
ebf5c4f5
CY
162212009-10-31 Chong Yidong <cyd@stupidchicken.com>
16222
6a7662bb
BR
16223 * international/mule-diag.el (list-character-sets-1):
16224 Minor message fix (Bug#3526).
5c2dce75 16225
6a7662bb
BR
16226 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16227 Fix face property (Bug#4834).
26581f0e
CY
16228 (etags-list-tags, etags-tags-apropos-additional)
16229 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16230 property.
16231
ebf5c4f5
CY
16232 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16233 items.
16234
9a529312
SM
162352009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16236
16237 * textmodes/two-column.el (2C-split):
16238 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16239 * textmodes/tex-mode.el (tex-set-buffer-directory):
16240 * textmodes/spell.el (spell-region, spell-string):
16241 * textmodes/reftex.el (reftex-erase-buffer):
16242 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16243 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16244 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16245 (reftex-select-item):
16246 * textmodes/reftex-ref.el (reftex-label-info-update)
16247 (reftex-offer-label-menu):
16248 * textmodes/reftex-index.el (reftex-index-change-entry)
16249 (reftex-index-phrases-info):
16250 * textmodes/reftex-global.el (reftex-create-tags-file)
16251 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16252 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16253 (reftex-view-crossref-from-bibtex):
16254 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16255 (reftex-extract-bib-entries-from-thebibliography)
16256 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16257 * textmodes/refbib.el (r2b-capitalize-title):
16258 (r2b-convert-buffer, r2b-help):
16259 * textmodes/page-ext.el (pages-directory)
16260 (pages-directory-goto-with-mouse):
16261 * textmodes/bibtex.el (bibtex-validate-globally):
16262 * textmodes/bib-mode.el (bib-capitalize-title):
16263 * textmodes/artist.el (artist-clear-buffer, artist-system):
16264 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16265 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16266 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16267 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16268 (xscheme-send-control-g-interrupt, xscheme-start-process)
16269 (xscheme-process-sentinel, xscheme-cd):
16270 * progmodes/verilog-mode.el (verilog-read-always-signals)
16271 (verilog-set-define, verilog-getopt-file)
16272 (verilog-module-inside-filename-p):
16273 * progmodes/sh-script.el:
16274 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16275 (python-pdbtrack-grub-for-buffer, python-execute-file):
16276 * progmodes/octave-inf.el (inferior-octave):
16277 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16278 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16279 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16280 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16281 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16282 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16283 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16284 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16285 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16286 (idlwave-shell-examine-display, idlwave-shell-run-region)
16287 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16288 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16289 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16290 (idlwave-help-get-help-buffer):
16291 * progmodes/gud.el (gud-basic-call, gud-find-class)
16292 (gud-tooltip-activate-mouse-motions-if-enabled):
16293 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16294 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16295 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16296 (ebrowse-tags-next-file):
16297 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16298 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16299 (ebnf-eps-finish-and-write):
16300 * progmodes/cpp.el (cpp-edit-save):
16301 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16302 * progmodes/cc-defs.el (c-emacs-features):
16303 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16304 (antlr-directory-dependencies):
16305 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16306 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16307 (ada-find-any-references, ada-make-filename-from-adaname)
16308 (ada-make-body-gnatstub):
16309 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 16310 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
16311 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16312 * net/rcirc.el (rcirc-debug):
16313 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16314 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16315 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16316 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 16317 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
16318 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16319 (newsticker--treeview-list-clear-highlight)
16320 (newsticker--treeview-list-update-highlight)
16321 (newsticker--treeview-list-highlight-start)
16322 (newsticker--treeview-tree-update-highlight)
16323 (newsticker--treeview-get-selected-item)
16324 (newsticker-treeview-mark-list-items-old)
16325 (newsticker--treeview-set-current-node):
16326 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16327 * net/newst-backend.el (newsticker--get-news-by-funcall)
16328 (newsticker--get-news-by-wget, newsticker--image-get)
16329 (newsticker--image-sentinel):
16330 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16331 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16332 (eudc-ph-close-session):
16333 * net/eudc.el (eudc-save-options):
16334 * language/thai-word.el (thai-update-word-table):
16335 * language/japan-util.el (japanese-string-conversion):
16336 * international/titdic-cnv.el (tsang-quick-converter)
16337 (ziranma-converter, ctlau-converter):
16338 * international/mule-cmds.el (describe-language-environment):
16339 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16340 (skkdic-convert-postfix, skkdic-convert-prefix):
16341 (skkdic-convert-okuri-nasi, skkdic-convert):
16342 * emacs-lisp/re-builder.el (reb-update-overlays):
16343 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16344 * emacs-lisp/gulp.el (gulp-send-requests):
16345 * emacs-lisp/find-gc.el (trace-call-tree):
16346 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16347 (eieio-describe-generic):
16348 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16349 * emacs-lisp/edebug.el (edebug-outside-excursion):
16350 * emacs-lisp/debug.el (debugger-make-xrefs):
16351 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16352 * emacs-lisp/chart.el (chart-new-buffer):
16353 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16354 Use with-current-buffer.
16355 * textmodes/artist.el (artist-system): Don't call
16356 copy-sequence on a fresh string.
16357 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16358
d566f228
GM
163592009-10-31 Stephen Berman <stephen.berman@gmx.net>
16360
16361 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 16362 is no item to edit. (Bug#4820)
d566f228 16363 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 16364 buffer. (Bug#4820)
d566f228 16365
f3628edd
GM
163662009-10-31 Glenn Morris <rgm@gnu.org>
16367
5cf3709c
GM
16368 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16369 (comint-last-output-start, comint-last-input-start)
16370 (comint-last-input-end): Don't defvar when compiling.
16371 (ange-ftp-process-file): Use bound-and-true-p.
16372
4c814fd2
GM
16373 * pcmpl-rpm.el (top-level): Move provide statement to end.
16374 (pcmpl-rpm): Remove unused custom group.
16375
113b8dcc
GM
16376 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16377
31c615e4
GM
16378 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16379
416d3588
GM
16380 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16381 (byte-compile-warnings): Add `constants' as an option.
16382 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16383 (display-call-tree): Update for byte-compile-fdefinition possibly
16384 returning `(macro lambda ...)'. (Bug#4778)
16385 (byte-compile-variable-ref, byte-compile-setq-default):
16386 Respect `constants' member of byte-compile-warnings.
16387
00f71f39
SM
163882009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16391 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16392 to "submit:".
16393
ca0a881a
DN
163942009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16395
16396 * textmodes/ispell.el (ispell-skip-region-alist):
16397 * international/mule-conf.el (eight-bit):
16398 * international/fontset.el (font-encoding-alist):
16399 * startup.el (pure-space-overflow-message):
16400 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16401 * paths.el (gnus-nntp-service, rmail-spool-directory)
16402 (term-file-prefix):
16403 * files.el (save-some-buffers-action-alist):
16404 * cmuscheme.el (same-window-buffer-names):
16405 * ielm.el (same-window-buffer-names):
16406 * shell.el (same-window-buffer-names):
16407 * mail/sendmail.el (same-window-buffer-names):
16408 * progmodes/inf-lisp.el (same-window-buffer-names):
16409 * bindings.el (mode-line-client)
16410 (mode-line-column-line-number-mode-map):
16411 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16412 (tibetan-precomposed-regexp): Purecopy string arguments.
16413
b861e45e
SM
164142009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16415
6df9b6d7
SM
16416 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16417 (calcDigit-nondigit):
16418 * calc/calc-yank.el (calc-copy-to-buffer):
16419 * calc/calc-units.el (calc-invalidate-units-table):
16420 * calc/calc-trail.el (calc-trail-yank):
16421 * calc/calc-store.el (calc-insert-variables):
16422 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16423 * calc/calc-prog.el (calc-read-parse-table):
16424 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16425 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16426 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16427 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16428 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16429 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16430 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16431 * calc/calc-ext.el (calc-realign):
16432 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16433 (calc-embedded-finish-edit, calc-embedded-make-info)
16434 (calc-embedded-finish-command, calc-embedded-stack-change):
16435 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16436
70f44c65
SM
16437 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16438 shell-dynamic-complete-filename in preference to
16439 comint-dynamic-complete-filename.
16440
b861e45e
SM
16441 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16442 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16443 Don't consider whether the display supports colors.
16444 (bookmark-import-new-list): Use dolist.
16445 (bookmark-bmenu-mode-map): Move initialization into declaration.
16446 (bookmark-bmenu-list): Use dolist, simplify.
16447 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16448 (menu-bar-final-items): Use push.
16449
8549241d 164502009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
16451
16452 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
16453 it works on remote files.
16454 (vc-hg-diff): Don't pass any `--cwd' argument.
16455
30644573
KR
164562009-10-27 Kevin Ryde <user42@zip.com.au>
16457
cc63d28f
SM
16458 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16459 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
16460 (Further to Bug#3921).
16461
9be01a63
MA
164622009-10-27 Michael Albinus <michael.albinus@gmx.de>
16463
16464 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
16465 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
16466 calling `tramp-imap-put-file'. Add file size to the call.
16467 (tramp-imap-get-file-entries): Compute also user name, file size,
16468 and date.
16469 (tramp-imap-handle-insert-directory): Insert uid and gid.
16470 (tramp-imap-handle-file-attributes): Transform uid and gid
16471 according to `id-format'.
16472 (tramp-imap-put-file): New optional parameter SIZE. Encode file
16473 size in header X-Size.
16474
41849bf9
JB
164752009-10-26 Juanma Barranquero <lekktu@gmail.com>
16476
16477 * simple.el (transpose-subr): Give clearer error when the mark
16478 is not set. (Bug#4807)
16479
293c24f9
MA
164802009-10-26 Michael Albinus <michael.albinus@gmx.de>
16481
cc63d28f
SM
16482 * net/tramp.el (tramp-perl-file-truename): New defconst.
16483 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 16484 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
16485 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
16486 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 16487
cc63d28f
SM
16488 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
16489 Ignore `dired-call-process'.
293c24f9
MA
16490 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
16491
164922009-10-26 Julian Scheid <julians37@gmail.com>
16493
cc63d28f 16494 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
16495 (tramp-get-remote-readlink): New defun.
16496 (tramp-handle-file-truename): Use it.
16497 (tramp-handle-file-exists-p): Check file-attributes cache, assume
16498 file exists if cache value present.
48c2d18a 16499 (tramp-check-cached-permissions): New defun.
293c24f9
MA
16500 (tramp-handle-file-readable-p): Use it.
16501 (tramp-handle-file-writable-p): Likewise.
16502 (tramp-handle-file-executable-p): Likewise.
16503 (tramp-handle-file-name-all-completions): Try using Perl to get
16504 partial completions. When perl not available, combine `cd' and
16505 `ls' into single remote operation and use shell expansion to get
16506 partial remote directory contents. Set `file-exists-p' cache for
16507 directory and any files returned by ls. Change cache handling to
16508 support partial directory contents. Use error message emitted by
16509 remote `cd' or Perl code for local tramp-error.
16510 (tramp-do-copy-or-rename-file-directly): Avoid separate
16511 tramp-send-command-and-check call.
cc63d28f
SM
16512 (tramp-handle-process-file): Merge three remote ops into one.
16513 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
16514 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
16515 file-attributes shows uid/gid to be set already.
16516
a7610c52
DN
165172009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16518
16519 * textmodes/tex-mode.el (tex-dvi-view-command)
16520 (tex-show-queue-command, tex-open-quote):
16521 * progmodes/ruby-mode.el (auto-mode-alist)
16522 (interpreter-mode-alist): Purecopy strings.
16523
16524 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
16525
16526 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
16527 string for the hook, keymap and abbrev table.
16528
16529 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
16530
16531 * x-dnd.el (x-dnd-xdnd-to-action):
16532 * startup.el (fancy-startup-text, fancy-about-text): Change to
16533 defconst from defvar.
16534
16535 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
16536
16537 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
16538 Purecopy initialization strings.
16539
16540 * mail/sendmail.el (mail-header-separator)
16541 (mail-personal-alias-file):
16542 * mail/rmail.el (rmail-default-dont-reply-to-names)
16543 (rmail-ignored-headers, rmail-retry-ignored-headers)
16544 (rmail-highlighted-headers, rmail-secondary-file-directory)
16545 (rmail-secondary-file-regexp):
16546 * files.el (null-device, file-name-invalid-regexp)
16547 (locate-dominating-stop-dir-regexp)
cc63d28f 16548 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
16549 (interpreter-mode-alist): Use mapcar instead of mapc.
16550
16551 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
16552
16553 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
16554 (completion-ignored-extensions):
16555 (debug-ignored-errors): Purecopy strings.
16556
4fcc3d32
SM
165572009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16558
0667de21
SM
16559 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
16560 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
16561 (pcomplete--here): Use push.
16562
4fcc3d32
SM
16563 * subr.el (all-completions): Declare the 4th arg obsolete.
16564
955ef430
SM
165652009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16566
2d085307
SM
16567 * pcomplete.el (pcomplete-unquote-argument-function): New var.
16568 (pcomplete-unquote-argument): New function.
16569 (pcomplete--common-suffix): Always pay attention to case.
16570 (pcomplete--table-subvert): Quote and unquote the text.
16571 (pcomplete--common-quoted-suffix): New function.
16572 (pcomplete-std-complete): Use it and pcomplete-begin.
16573
955ef430
SM
16574 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
16575 we're inside a dedicated or minibuffer window.
16576
7c85c02b
KF
165772009-10-24 Karl Fogel <kfogel@red-bean.com>
16578
16579 * bookmark.el: Update documentation, especially documentation
16580 of `bookmark-alist' and of the bookmark file format.
16581 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
16582
3e8ae8a6
CY
165832009-10-24 Chong Yidong <cyd@stupidchicken.com>
16584
3e425845
CY
16585 * mail/emacsbug.el (report-emacs-bug): Clarify that the
16586 keybindings apply to the mail buffer (Bug#4003). Shrink help
16587 window to buffer.
16588
cdd47d48
CY
16589 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16590 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
16591 (whitespace-toggle-options, global-whitespace-toggle-options):
16592 Doc fix (Bug#3660).
cdd47d48 16593
ba07c9ad
CY
16594 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
16595 of xmltok-start before the end tag was inserted (Bug#2840).
16596
3e8ae8a6
CY
16597 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
16598 patterns that are preceded by an open-paren (Bug#1320).
16599
ab276820
CY
166002009-10-24 Sven Joachim <svenjoac@gmx.de>
16601
16602 * files.el (delete-directory): Delete symlinks to directories with
16603 delete-file (Bug#4739).
16604
905a9ed3
DN
166052009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16606
a9a2a6db
DN
16607 * vc.el (vc-backend-for-registration): Rename from
16608 vc-get-backend-for-registration. Update callers.
16609
cc63d28f
SM
16610 * international/mule-cmds.el (set-language-info-alist):
16611 Purecopy lang-env.
905a9ed3
DN
16612 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
16613 (charset): Purecopy the name.
16614 (define-char-code-property): Purecopy string arguments.
16615
16616 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16617 Purecopy string arguments.
16618
16619 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16620 * ediff-hook.el (menu-bar-ediff-menu):
16621 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
16622 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
16623
d270305a
GM
166242009-10-24 Glenn Morris <rgm@gnu.org>
16625
6c74d523 16626 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
16627 * term.el (term-dynamic-list-completions): Use choose-completion rather
16628 than obsolete alias mouse-choose-completion.
16629
ae732337
GM
16630 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
16631 file-cache-choose-completion.
16632 (file-cache-choose-completion): Handle an optional event argument.
16633 (file-cache-mouse-choose-completion): Make it an obsolete alias.
16634
cc63d28f
SM
16635 * progmodes/octave-mod.el (octave-complete-symbol):
16636 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 16637
9847dc91
GM
16638 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
16639 use.
16640
e8f2a5d5
GM
16641 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
16642 compiler.
16643
d270305a
GM
16644 * vc-hooks.el (vc-responsible-backend): Fix declaration.
16645
c6432f1e
SM
166462009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16647
16648 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
16649 Ignore `pred' now that we receive one.
16650 Handle test-completion specially.
16651
6ab196f9
DN
166522009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16653
16654 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 16655 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
16656 REGISTER ...
16657 (vc-get-backend-for-registration): ... here. New function.
16658 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
16659 of vc-responsible-backend, pass the file name instead of the
16660 directory name.
16661
48feed59
SM
166622009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16663
16664 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
16665 New funs.
16666 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
16667 (pcomplete-comint-setup): Don't modify a global var via
16668 accidental side-effects.
16669 (pcomplete-shell-setup): Adjust call accordingly.
16670 (pcomplete-parse-comint-arguments): Use push.
16671
00006066
CY
166722009-10-23 Chong Yidong <cyd@stupidchicken.com>
16673
36bfa3af
CY
16674 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16675 Allow uncapitalized info node names (Bug#3921).
16676
00006066
CY
16677 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
16678 to the DEBUG file (Bug#3781).
16679
aa311d6e
CY
166802009-10-23 Jari Aalto <jari.aalto@cante.net>
16681
16682 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
16683 dictionary entry (Bug#4579).
16684
b88f2d0a
MA
166852009-10-23 Michael Albinus <michael.albinus@gmx.de>
16686
16687 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
16688 from `rfn-eshadow-update-overlay-hook' when unloading.
16689 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
16690 "rsyncc". Adjust doc string.
48c2d18a 16691 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
16692 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16693 Keep temporary file when indicated by method ("rsync" and
16694 "rsyncc").
16695 (tramp-handle-write-region): Handle APPEND.
16696 (tramp-delete-temp-file-function): New defun. Added to
16697 `kill-buffer-hook'.
16698
1becddbb
JB
166992009-10-23 Juanma Barranquero <lekktu@gmail.com>
16700
16701 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
16702
8f43cbf3
DN
167032009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16704
16705 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
16706 (color-name-rgb-alist, tty-standard-colors)
16707 (tty-color-mode-alist): Change to defconst.
16708
16709 * simple.el (mark-inactive): Purecopy message.
16710
16711 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
16712 (global-map, yank-menu):
16713 * textmodes/ispell.el (ispell-menu-map):
16714 * net/eudc.el (eudc-tools-menu):
16715 * international/mule-cmds.el (describe-language-environment-map)
16716 (setup-language-environment-map, set-coding-system-map)
16717 (mule-menu-keymap):
16718 * vc-hooks.el (vc-menu-entry, vc-menu-map):
16719 * replace.el (occur-mode-map):
16720 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
16721
1d228a31
JB
167222009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
16723
6a7662bb
BR
16724 * calc/calc.el (math-read-number, math-read-number-simple):
16725 Use `save-match-data'.
1d228a31 16726
3b067af1
SM
167272009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16728
28a90c44
SM
16729 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
16730 rather than fiddling with global-map bindings, since it should only
16731 affect per-terminal settings.
16732 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
16733
a452eee8
SM
16734 * minibuffer.el (completion-table-with-terminator): Allow to specify
16735 the terminator-regexp.
16736
ab14d7d5
SM
16737 * simple.el (switch-to-completions): Look for *Completions* in other
16738 frames as well.
16739
3b067af1
SM
16740 * pcomplete.el: Allow the use of completion-tables.
16741 (pcomplete-std-complete): New command.
16742 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
16743 (pcomplete--here): Use a function for `form' rather than an expression,
16744 so it can be byte-compiled.
16745 (pcomplete-here, pcomplete-here*): Adjust accordingly.
16746 Add edebug declaration.
16747 (pcomplete-show-completions): Remove unused var `curbuf'.
16748 (pcomplete-do-complete, pcomplete-stub):
1becddbb 16749 Don't assume `completions' is a list of strings any more.
3b067af1 16750
5480359e
JB
167512009-10-22 Juanma Barranquero <lekktu@gmail.com>
16752
16753 * find-dired.el (find-name-arg): Fix typo in docstring.
16754
3170b794
SM
167552009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16756
48c23a25
SM
16757 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
16758 (pcmpl-linux-fs-types): Same, and update to new modules layout.
16759
56b14058
SM
16760 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
16761 pcomplete-entries.
16762
3170b794
SM
16763 * comint.el (comint-read-input-ring, comint-write-input-ring)
16764 (comint-substitute-in-file-name)
16765 (comint-dynamic-complete-as-filename)
16766 (comint-dynamic-simple-complete)
16767 (comint-dynamic-list-filename-completions)
16768 (comint-dynamic-list-completions)
16769 (comint-redirect-results-list-from-process): Minor simplifications.
16770
2affef34
KR
167712009-10-21 Kevin Ryde <user42@zip.com.au>
16772
3170b794
SM
16773 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16774 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 16775 the first form. And insert a blank line after ";;; Code" since
d8194864 16776 that's usual style. (Bug#4612)
2affef34 16777
e7b94bbb
KR
16778 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
16779
528c56e2
SM
167802009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16781
16782 * minibuffer.el (completion-table-with-terminator): Properly implement
16783 boundaries, in case `terminator' appears in the suffix.
16784 (completion--embedded-envvar-table): Don't return boundaries if
16785 there's no valid completion. Simplify.
16786 (completion-file-name-table): New completion table extracted from
16787 completion--file-name-table.
16788 (completion--file-name-table): Use it.
16789 (read-file-name-predicate): Declare obsolete.
16790 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
16791 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
16792 completion-file-name-table, and use the `pred' argument.
16793 * files.el (locate-file-completion-table): Use the `pred' arg rather
16794 than read-file-name-predicate.
16795 (abbreviate-file-name): Use \` rather than ^ for BOS.
16796
f9ed9b4f
DN
167972009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16798
16799 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
16800 vc-responsible-backend to register, it causes problems.
16801
5f2022a3
SM
168022009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16803
16804 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
16805
fc754ea1
MA
168062009-10-21 Michael Albinus <michael.albinus@gmx.de>
16807
16808 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
16809 (tramp-smb-handle-file-attributes): Use it.
16810 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
16811 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
16812 `mapcar'. Use `tramp-smb-get-stat-capability'.
16813 Add `dired-filename' text properties.
fc754ea1
MA
16814 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
16815 (tramp-smb-maybe-open-connection): Simplify check for smbclient
16816 version.
16817
79bd5ba1
SM
168182009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16819
16820 * subr.el (read-key-delay): Reduce to 0.01.
16821 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
16822 (bug#4751).
16823
3c13704d
SM
168242009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16825
554efd10
SM
16826 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
16827
c2a37b78
SM
16828 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
16829 (Info-menu): Remove unused vars `last' and `completions'.
16830 (Info-index-nodes): Remove unused var `node'.
16831
3c13704d
SM
16832 * info.el (Info-complete-menu-item): Use complete-with-action.
16833
d1e4c403
DN
168342009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16835
16836 Make vc-annotate work through copies and renames.
3c13704d
SM
16837 * vc-annotate.el (vc-annotate-extract-revision-at-line):
16838 Return the file name too.
d1e4c403
DN
16839 (vc-annotate-revision-at-line)
16840 (vc-annotate-find-revision-at-line)
16841 (vc-annotate-revision-previous-to-line)
16842 (vc-annotate-show-log-revision-at-line): Update to get the file
16843 name from vc-annotate-extract-revision-at-line.
16844 (vc-annotate-show-diff-revision-at-line-internal): Change the
16845 argument to mean whether to show a file diff or not. Get the file
16846 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
16847 (vc-annotate-show-diff-revision-at-line):
16848 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
16849 (vc-annotate-warp-revision): Add an optional file argument.
16850
16851 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
16852 (vc-git-annotate-extract-revision-at-line): Also return the file
16853 name if found.
16854
16855 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
16856 command. Remove unused code.
16857 (vc-hg-annotate-re): Update to match --follow output.
16858 (vc-hg-annotate-extract-revision-at-line): Also return the file
16859 name if found.
16860
16861 * vc.el: Update annotate-extract-revision-at-line documentation.
16862
b0b0ef98
KR
168632009-10-18 Kevin Ryde <user42@zip.com.au>
16864
16865 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
16866 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
16867
a9e7f03d
KR
16868 * net/browse-url.el (browse-url): Identify alist with "consp and
16869 not functionp" and let all other things go down the `apply' leg,
16870 as suggested by Stefan. (Further to bug#4531.)
16871
7346a407
CY
168722009-10-18 Chong Yidong <cyd@stupidchicken.com>
16873
16874 * minibuffer.el (read-file-name): Check for repeat before putting
16875 a default argument in file-name-history (Bug#4657).
16876
16877 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
16878 read syntax (Bug#4737).
16879
3c13704d 16880 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 16881
1da94541
CY
168822009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16883
16884 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
16885 (html-tag-alist, html-tag-help): Add descriptions for undocumented
16886 entries and make note of obsolete tags.
16887
2b93080a
SM
168882009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
16891
18b5ffb5
GM
168922009-10-18 Glenn Morris <rgm@gnu.org>
16893
16894 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
16895 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 16896 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
16897 now, and in any case the file header format has changed.
16898
c2e161b2
GM
168992009-10-17 Glenn Morris <rgm@gnu.org>
16900
16901 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
16902 (flyspell-get-word, flyspell-large-region)
16903 (flyspell-auto-correct-previous-word): Doc/error message fixes.
16904
a1eb44f5
CY
169052009-10-17 Chong Yidong <cyd@stupidchicken.com>
16906
16907 * Makefile.in (ELCFILES): Add ede/shell.
16908
4418646e
DN
169092009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
16910
16911 * term/common-win.el (x-colors): Purecopy it.
16912
4062011e
SM
169132009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16914
16915 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
16916 permissive for when the buffer is empty.
16917 (tar-header-block-tokenize): Decode the username and groupname.
16918 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
16919
b0b111c3
JB
169202009-10-17 Eric Ludlam <zappo@gnu.org>
16921
16922 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
16923 contains multibyte characters, choose first applicable coding
16924 system automatically.
16925
2df48a87
SM
169262009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16927
16928 * international/mule-cmds.el (select-safe-coding-system): If the file
16929 has a coding cookie, use it regardless of any other setting (bug#4712).
16930
fd7dd48c
GM
169312009-10-17 Glenn Morris <rgm@gnu.org>
16932
3ee0b477 16933 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
16934 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
16935
2550e4b1
GM
16936 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
16937 (dired-keep-marker-copy, dired-keep-marker-hardlink)
16938 (dired-keep-marker-symlink, dired-dwim-target)
16939 (dired-copy-preserve-time): Do not autoload these defcustoms.
16940
fd7dd48c
GM
16941 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
16942 messages from messing up the file coding. (Bug#4623)
16943
f3e3a990
GM
169442009-10-17 Jari Aalto <jari.aalto@cante.net>
16945
16946 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
16947 if no match is found for the current dictionary. (Bug#4578)
16948
16949 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
16950 optional, since that is how it is documented, and this is often called
16951 with a nil argument. (Bug#4577)
16952 (flyspell-external-point-words, flyspell-auto-correct-word)
16953 (flyspell-correct-word-before-point, flyspell-word-search-forward)
16954 (flyspell-word-search-backward): Remove nil argument in calls to
16955 flyspell-get-word, since it is not needed now.
16956
169572009-10-17 Ulrich Mueller <ulm@gentoo.org>
16958
1becddbb 16959 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 16960
b61374ab
GM
169612009-10-16 Glenn Morris <rgm@gnu.org>
16962
16963 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
16964
412707c2
SM
169652009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
16966
16967 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
16968 (ange-ftp-file-size): New function.
16969 (ange-ftp-file-attributes): Use it.
16970
0c6f436e
MA
169712009-10-16 Michael Albinus <michael.albinus@gmx.de>
16972
16973 * net/tramp-smb.el (tramp-smb-version): New defvar.
16974 (tramp-smb-maybe-open-connection): Use it, in order to avoid
16975 repeated checks.
16976
850bfd04
GM
169772009-10-16 Glenn Morris <rgm@gnu.org>
16978
16979 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
16980 Maybe copy some custom properties from old to new name. (Bug#4706)
16981
f3ed9aca
JB
169822009-10-16 Juanma Barranquero <lekktu@gmail.com>
16983
16984 * subr.el (error, sit-for, start-process-shell-command)
16985 (start-file-process-shell-command): Set the calling convention
16986 after the function definition.
16987
fd6c5134
SM
169882009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16989
16990 * subr.el (error, sit-for, start-process-shell-command)
16991 (start-file-process-shell-command): Use the new
16992 set-advertised-calling-convention feature.
16993
73874eb7
KH
169942009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
16995
fd6c5134
SM
16996 * international/ucs-normalize.el (ucs-normalize-version):
16997 Change to 1.2.
16998 (check-range): Adjust for Unicode 5.2.
73874eb7 16999
03fb33cf
JL
170002009-10-15 Juri Linkov <juri@jurta.org>
17001
17002 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17003 to the `menu-item' format.
17004
4260b402
MA
170052009-10-15 Michael Albinus <michael.albinus@gmx.de>
17006
17007 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17008 if the environment variable does not exist.
17009
17010 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17011 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17012 parameter.
17013 (tramp-smb-handle-add-name-to-file)
17014 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17015 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17016 (tramp-smb-handle-file-attributes)
17017 (tramp-smb-do-file-attributes-with-stat)
17018 (tramp-smb-handle-file-local-copy)
17019 (tramp-smb-handle-insert-directory)
17020 (tramp-smb-handle-make-directory)
17021 (tramp-smb-handle-make-directory-internal)
17022 (tramp-smb-handle-make-symbolic-link)
17023 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17024 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17025 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17026 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17027 Handle long file names.
17028 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17029 process is running.
17030 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17031 Read share names with "-g" option.
17032
d7a0fd6f
GM
170332009-10-15 Ryan Yeske <rcyeske@gmail.com>
17034
17035 * net/rcirc.el (rcirc-view-log-file): New command.
17036 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17037 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17038 specified.
17039
0b44494a
GM
170402009-10-15 Glenn Morris <rgm@gnu.org>
17041
af9fb32f
GM
17042 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17043 from the second command-line argument.
17044 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17045 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17046 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17047 w32-batch-update-autoloads.
17048 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17049 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17050
0b44494a
GM
17051 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17052 the headers cannot be located. Simplify, subtracting superflous
17053 save-excursions.
17054
d5e63715
SM
170552009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17056
17057 Replace completion-base-size by completion-base-position to fix bugs
17058 such as (bug#4699).
17059 * simple.el (completion-base-position): New var.
17060 (completion-base-size): Mark as obsolete.
17061 (choose-completion): Make it work for mouse events as well.
17062 Pass the new base-position to choose-completion-string.
17063 (choose-completion-guess-base-position): New function, extracted from
17064 choose-completion-delete-max-match.
17065 (choose-completion-delete-max-match): Use it. Make obsolete.
17066 (choose-completion-string): Use the new base-position info.
17067 (completion-root-regexp): Delete.
17068 (completion-setup-function): Preserve completion-base-position.
17069 Eliminate obsolete base-size manipulation.
17070 * minibuffer.el (display-completion-list): Don't mess with base-size.
17071 (minibuffer-completion-help): Set completion-base-position instead.
17072 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17073 choose-completion.
17074 * textmodes/bibtex.el (bibtex-complete):
17075 * emacs-lisp/crm.el (crm--choose-completion-string):
17076 Adjust to new calling convention.
17077 * complete.el (partial-completion-mode): Use minibufferp to avoid
17078 bumping into incompatible change to choose-completion-string-functions.
17079 * ido.el (ido-choose-completion-string): Make its calling convention
17080 more permissive.
17081 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17082 base-size manipulation.
17083 (comint-dynamic-list-input-ring): Use dotimes and push.
17084 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17085 fundamental-mode. Use `or'.
17086
92f8bfc7
JL
170872009-10-14 Juri Linkov <juri@jurta.org>
17088
17089 * misearch.el (multi-isearch-next-buffer-from-list)
17090 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17091
e78e280d
SM
170922009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17093
384ca163
SM
17094 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17095 `bytecomp.el'.
17096
681e0e7c
SM
17097 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17098 string we return is all made up of text from the completions rather
17099 than part from the completions and part from the input (bug#4219).
17100
e78e280d
SM
17101 * ido.el (ido-everywhere): Use define-minor-mode.
17102
17103 * buff-menu.el (list-buffers, ctl-x-map):
17104 Mark the entry points with ;;;###autoload cookies.
17105
b4e813ca
DN
171062009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17107
52964e54
DN
17108 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17109 correctly in the detached head case.
17110 (vc-git-print-log): Remove unused binding.
17111
b4e813ca
DN
17112 * vc.el (vc-responsible-backend): When a directory is passed for
17113 for registration create a VC repository if no backend is
17114 responsible for the directory argument.
17115 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17116
17117 * vc.el: Move comments about RCS and SCCS ...
17118 * vc-rcs.el:
17119 * vc-sccs.el: ... here, respectively.
17120
40ba9882
SM
171212009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17122
17123 * minibuffer.el (completion--file-name-table): Return nil if there's
17124 no file completion, even if substitute-in-file-name changed
17125 the string (bug#4708).
17126
04e0f59b
JL
171272009-10-13 Juri Linkov <juri@jurta.org>
17128
17129 * files-x.el (read-file-local-variable-value): Don't filter out
17130 minor modes from mode name completion (bug#4664).
17131
314c8e25
JB
171322009-10-13 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * international/mule-cmds.el (ucs-names): Remove exclusion of
17135 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17136
5c9b7d36
KH
171372009-10-13 Kenichi Handa <handa@m17n.org>
17138
17139 * international/uni-name.el: Regenerated.
17140
1e7a80f2
JB
171412009-10-13 Juanma Barranquero <lekktu@gmail.com>
17142
17143 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17144 should be automatically buffer-local, but isn't.)
17145
cd29f88b
SS
171462009-10-12 Sam Steingold <sds@gnu.org>
17147
17148 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17149 timestamps if the buffer has been visited before.
0cd16af4
SS
17150 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17151 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17152
37493a98
GM
171532009-10-12 Glenn Morris <rgm@gnu.org>
17154
17155 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17156 Let-bind `size'.
17157
3b56b1e6
JB
171582009-10-12 Juanma Barranquero <lekktu@gmail.com>
17159
7422a4bb
JB
17160 * proced.el (proced-unload-function): New function.
17161
fa72d075
JB
17162 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17163 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17164 Doc fix.
17165
3b56b1e6
JB
17166 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17167
4d9b4323
JL
171682009-10-11 Juri Linkov <juri@jurta.org>
17169
17170 * files-x.el (read-file-local-variable-value):
17171 Provide default value only for bound variables (bug#4664).
17172
f6f7e059
MA
171732009-10-11 Michael Albinus <michael.albinus@gmx.de>
17174
17175 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17176 connection methods like smb.
17177
17178 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17179 can be empty.
17180
17181 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17182 (tramp-smb-file-name-handler-alist): Add handlers for
17183 `add-name-to-file', `make-symbolic-link'.
17184 (tramp-smb-handle-add-name-to-file)
2992485f 17185 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17186 (tramp-smb-handle-make-symbolic-link)
17187 (tramp-smb-get-cifs-capabilities): New defuns.
17188 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17189 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17190 (tramp-smb-handle-file-local-copy)
17191 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17192 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17193 The file name syntax depends on cifs capabilities.
17194 (tramp-smb-handle-file-attributes):
17195 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17196 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17197 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17198
67868d26
CY
171992009-10-11 Chong Yidong <cyd@stupidchicken.com>
17200
17201 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17202 (eieio-defclass): Apply deftype handler and setf-method properties
17203 directly.
17204 (eieio-add-new-slot): Avoid union function from cl library.
17205 (eieio--typep): New function.
17206 (eieio-perform-slot-validation): Use it.
17207
6d6a5b7e
KF
172082009-10-10 Karl Fogel <kfogel@red-bean.com>
17209
3b56b1e6 17210 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17211 Update documentation to refer to the variables documented in r1.135.
17212 (Bug#4188)
17213
67b70de9
KF
172142009-10-10 Karl Fogel <kfogel@red-bean.com>
17215
17216 * bookmark.el (Info-suffix-list): Remove this unused variable.
17217 (bookmark-current-point): Remove this obsolete variable.
17218 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17219 Adjust for removal of bookmark-current-point.
17220
17221 (bookmarks-already-loaded, bookmark-current-buffer)
17222 (bookmark-yank-point): Document. (Bug#4188)
17223
58ae51ae
GM
172242009-10-10 Glenn Morris <rgm@gnu.org>
17225
4619ff5e
GM
17226 * frame.el (frame-height): Doc fix.
17227
58ae51ae
GM
17228 * calendar/calendar.el (calendar-split-width-threshold): New option.
17229 (calendar-basic-setup): Use calendar-split-width-threshold.
17230
d364386c
JB
172312009-10-09 Juanma Barranquero <lekktu@gmail.com>
17232
17233 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17234 Ideographic Supplement" range (U+1F200..U+1F2FF).
17235
33e97a28
KF
172362009-10-09 Karl Fogel <kfogel@red-bean.com>
17237
02d0f051 17238 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17239 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17240
172412009-10-09 Karl Fogel <kfogel@red-bean.com>
17242
d364386c 17243 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17244 (bookmark-bmenu-execute-deletions): Don't save here, as
17245 bookmark-delete will now do so if necessary.
d364386c 17246 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17247 (Bug#4348)
17248
9656d87b
GM
172492009-10-09 Glenn Morris <rgm@gnu.org>
17250
17251 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17252
e6227f06
KF
172532009-10-09 Karl Fogel <kfogel@red-bean.com>
17254
17255 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17256 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17257 argument now, so the two function's behaviors will match. (Bug#3645)
17258
288f783b
MA
172592009-10-08 Michael Albinus <michael.albinus@gmx.de>
17260
17261 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17262 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17263 Apply `save-match-data'.
288f783b
MA
17264
17265 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17266 case both directories are remote.
17267 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17268 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17269
872a1ea4
JB
172702009-10-07 Juanma Barranquero <lekktu@gmail.com>
17271
17272 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17273
ab2baced
GM
172742009-10-07 Glenn Morris <rgm@gnu.org>
17275
e78e280d
SM
17276 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17277 of concat.
ab2baced 17278
5c4634c1
SM
172792009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17280
17281 * files-x.el (read-file-local-variable): Include some
17282 non-user-variables in the completion table (bug#4664).
17283
c2dc9732
MA
172842009-10-07 Michael Albinus <michael.albinus@gmx.de>
17285
17286 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17287 message.
17288
17289 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17290 (tramp-smb-file-name-handler-alist): Add handler for
17291 `copy-directory', `expand-file-name', `set-file-modes'.
17292 (tramp-smb-handle-copy-directory)
17293 (tramp-smb-handle-expand-file-name)
17294 (tramp-smb-handle-set-file-modes): New defuns.
17295 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17296 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17297 entry.
17298 (tramp-smb-handle-insert-directory): Don't flush the cache.
17299 (tramp-smb-maybe-open-connection): Check for samba client and
17300 server versions.
17301
11be40a6
EZ
173022009-10-07 Eli Zaretskii <eliz@gnu.org>
17303
17304 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17305 to not error out of search for "^lisp=" fails.
17306
8c4afe20
JB
173072009-10-07 Juanma Barranquero <lekktu@gmail.com>
17308
17309 * makefile.w32-in (WINS_UPDATES): New macro.
17310 (custom-deps, finder-data, autoloads): Use it.
17311
429a1506
GM
173122009-10-07 Glenn Morris <rgm@gnu.org>
17313
ee2e93e2
GM
17314 * Makefile.in (autoloads): Revert previous change.
17315 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17316 the list of preloaded files passed on the command-line, get
17317 it from src/Makefile.
17318
429a1506
GM
17319 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17320 show the original buffer rather than a random one.
17321
a51203ee 173222009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
17323
17324 * help.el (describe-no-warranty): Place point in a slightly better
17325 position in the GPLv3 text.
17326
f58f7520
SS
173272009-10-06 Sam Steingold <sds@gnu.org>
17328
17329 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17330 the comm attribute is present before calling regexp-quote.
17331
bde79dc0
JB
173322009-10-06 Juanma Barranquero <lekktu@gmail.com>
17333
17334 * play/animate.el (animate-string): For good effect, make sure
17335 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17336
17337 * play/animate.el (animate-sequence, animate-birthday-present):
17338 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17339
25ab0302
GM
173402009-10-06 Glenn Morris <rgm@gnu.org>
17341
73fe714a
GM
17342 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17343
3405d98c
GM
17344 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17345 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17346 (batch-update-autoloads): Process a string value of autoload-excludes,
17347 set during the build process.
17348 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17349
9fb2cdc5
GM
17350 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17351 inside with-parsed... macro so that `v' is defined.
17352
7938ab41
GM
17353 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17354 * progmodes/fortran.el (fortran-end-of-block)
17355 (fortran-beginning-of-block):
17356 Also push mark in the macro case.
17357
eaf9b564
GM
17358 * emerge.el (emerge-show-file-name):
17359 * calc/calc.el (calc-quit):
17360 * calc/calc-misc.el (calc-big-or-small):
17361 * calc/calc-graph.el (calc-graph-view):
17362 * calc/calc-ext.el (calc-reset):
17363 * calendar/calendar.el (calendar-basic-setup):
17364 Use window-full-height-p.
17365
25ab0302
GM
17366 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17367 header we don't understand, don't insert another. (Bug#4624)
17368 If changing mime charset, insert the new one in the right place.
17369
00169eb6
GM
173702009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17371
17372 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17373 (cal-tex-cursor-month): Correctly increment the end date for diary and
17374 holiday listing. (Bug#4626)
17375
82882188
SM
173762009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17377
40ba9882 17378 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
17379 a symbol.
17380
a8f316ca
JB
173812009-10-05 Juanma Barranquero <lekktu@gmail.com>
17382
17383 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17384 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17385 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17386 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17387
17388 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17389 (eieio-default-superclass): Reflow docstrings.
17390 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17391 (eieio-unbind-method-implementations, defmethod)
17392 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17393 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17394 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17395 (eieio-slot-originating-class-p, eieio-slot-name-index)
17396 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17397 (constructor, initialize-instance, no-next-method, object-print)
17398 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17399 Fix typos in docstrings.
17400 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17401 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17402 (next-method-p): Doc fixes.
17403 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17404 Fix typos in error messages.
17405 (eieio-defmethod): Fix typo in description of generic method.
17406
17407 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17408 (eieio-persistent-save-interactive, slot-missing):
17409 Fix typos in docstrings.
17410 (eieio-instance-inheritor-slot-boundp): Doc fix.
17411
17412 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17413 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17414
17415 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17416 (eieio-custom-object-apply-reset):
17417 Fix typos in docstrings and error messages.
17418
17419 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17420 Fix typo in docstring.
17421
17422 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17423 (eieio-browse-tree): Doc fix.
17424 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17425 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17426 Fix typos in docstrings.
17427
17428 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17429 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17430 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17431 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17432 Reflow docstrings.
17433
c66b7ac0
DN
174342009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17435
4a827e0a 17436 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
17437 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17438 Set log-view-vc-backend so that diff can work.
4a827e0a 17439
c66b7ac0
DN
17440 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17441 vc-version-diff.
17442 (vc-diff-internal): Autoload this instead of vc-version-diff.
17443
1902a98c
EZ
174442009-10-05 Eli Zaretskii <eliz@gnu.org>
17445
a7a8618b
EZ
17446 * simple.el (eval-expression): Doc fix.
17447
1902a98c
EZ
17448 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17449
0e1f2ee6
MA
174502009-10-05 Michael Albinus <michael.albinus@gmx.de>
17451
17452 * files.el (directory-files-no-dot-files-regexp): New defconst.
17453 (delete-directory): Use it.
17454 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
17455
263c02ef 17456 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
17457 (tramp-methods): Add recursive option to `tramp-copy-args'.
17458 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 17459 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 17460 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
17461 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17462 Add handler for `copy-directory'.
17463 (tramp-handle-copy-directory): New defun.
17464 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
17465 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
17466 Optimize sent command.
263c02ef 17467
72aa7df4
SM
174682009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17469
4a34f065
SM
17470 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
17471 window if necessary.
17472
72aa7df4
SM
17473 * calendar/calendar.el (calendar-basic-setup): Don't call
17474 switch-to-buffer in a dedicated window.
17475
5feb1ba7
KF
174762009-10-05 Karl Fogel <kfogel@red-bean.com>
17477
17478 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 17479 don't do anything related to relocating, just return nil.
5feb1ba7
KF
17480 (bookmark-error-no-filename): New error.
17481 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
17482 bookmark has no file. Don't even attempt to handle things that
17483 are not files; the whole point of custom handlers is to keep that
17484 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
17485 (bookmark-file-or-variation-thereof): Remove now-unused function.
17486 (bookmark-location): Doc string fix.
17487 (Bug#4250)
17488
1bd49952
KF
174892009-10-04 Karl Fogel <kfogel@red-bean.com>
17490
17491 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
17492 don't use a file dialog, because they usually don't know how to read
17493 a directory target from the user. (Bug#4230)
17494 Also, make sure the prompt can display directories as well as files.
17495
825382c0
KF
174962009-10-04 Karl Fogel <kfogel@red-bean.com>
17497
17498 * bookmark.el (bookmark-set, bookmark-buffer-name):
17499 Improve doc strings. (Bug#1193)
17500
13901bcb
KF
175012009-10-04 Karl Fogel <kfogel@red-bean.com>
17502
4a34f065
SM
17503 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
17504 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
17505 (bookmark-get-annotation, bookmark-set-annotation)
17506 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17507 (bookmark-set-position, bookmark-get-front-context-string)
17508 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17509 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
17510 (bookmark-jump-other-window, bookmark-handle-bookmark)
17511 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
17512 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
17513 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
17514 Improve doc strings to say whether bookmark can be a string or
17515 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
17516 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
17517 (bookmark-default-annotation-text, bookmark-yank-word)
17518 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
17519 (bookmark-import-new-list, bookmark-maybe-rename)
17520 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17521 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 17522 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 17523 add a FIXME comment about how the function may be pointless.
13901bcb 17524 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
17525 parameter name, to clarify that this takes a bookmark record
17526 not a bookmark name.
13901bcb 17527 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 17528 and improve the doc string a bit.
13901bcb
KF
17529 (Bug#4188)
17530
5c1b3e94
KF
175312009-10-04 Karl Fogel <kfogel@red-bean.com>
17532
17533 * bookmark.el (bookmark-alist): Document the new `handler' element
17534 in the param alist.
17535 (bookmark-make-record-function): Adjust documentation for above.
17536 (Bug#4193)
17537
8559076d
KF
175382009-10-04 Karl Fogel <kfogel@red-bean.com>
17539
17540 * info.el (Info-bookmark-make-record): Document this function.
17541 (Info-bookmark-jump): Document with a doc string, not just a comment.
17542 (Bug#4203)
17543
b4583b8c
MA
175442009-10-04 Michael Albinus <michael.albinus@gmx.de>
17545
17546 * files.el (copy-directory): New defun.
17547
17548 * dired-aux.el (dired-copy-file-recursive): Use it.
17549
131ae8f2
JB
175502009-10-04 Juanma Barranquero <lekktu@gmail.com>
17551
a30e71ae 17552 * files-x.el (modify-dir-local-variable)
dd9af436
CY
17553 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
17554 docstrings.
a30e71ae 17555
131ae8f2
JB
17556 * recentf.el (recentf-unload-function): New function.
17557
ccafbf06
GM
175582009-10-04 Glenn Morris <rgm@gnu.org>
17559
17560 * window.el (window-full-height-p): Add doc string.
17561
02c6f098
GM
175622009-10-04 Martin Rudalics <rudalics@gmx.at>
17563
17564 * window.el (window-full-height-p): New function. (Bug#4543)
17565
ed6b0195
DN
175662009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
17567
17568 * vc.el: Remove commented out code.
17569 (vc-derived-from-dir-mode): Remove, unused.
17570 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
17571
1b8d1cc7
MA
175722009-10-03 Michael Albinus <michael.albinus@gmx.de>
17573
4a34f065
SM
17574 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
17575 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
17576 there could be recursive loading when `default-directory' is a
17577 remote file name. (Bug#4614)
17578
ac3c593c
GM
175792009-10-03 Glenn Morris <rgm@gnu.org>
17580
686ea556
GM
17581 * calendar/calendar.el (calendar-basic-setup): Handle the case where
17582 the frame is wide.
17583 (calendar-generate-window): Test for shrinkability rather than width.
17584
ac3c593c
GM
17585 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
17586 reusing existing buffers, in case we happen to visit two files with the
17587 same basename. (Bug#4593)
17588
573709fd
EZ
175892009-10-02 Eli Zaretskii <eliz@gnu.org>
17590
4a34f065 17591 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
17592 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
17593 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
17594 subdirs of cedet as well.
8f885d01 17595 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 17596
8d6c1239
SM
175972009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17598
17599 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
17600 Obey advertised-signature-table.
17601
17602 * help-fns.el (help-function-arglist): Don't check
17603 advertised-signature-table.
17604 (describe-function-1): Do it here instead so it also applies to subrs.
17605
c4861de0
MA
176062009-10-02 Michael Albinus <michael.albinus@gmx.de>
17607
17608 * simple.el (start-file-process): Say in the doc-string, that file
17609 handlers might not support pty association, if PROGRAM is nil.
17610
17611 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
17612 HOST and USER are strings. They are nil, when there are
17613 incomplete entries in ~/.netrc, for example.
17614 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
17615 root directory ("device busy" error otherwise).
17616
8d6c1239
SM
17617 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
17618 Flush file properties of created directory.
c4861de0 17619
d2bda74f
EZ
176202009-10-02 Eli Zaretskii <eliz@gnu.org>
17621
17622 * makefile.w32-in (WINS_BASIC): Remove cedet.
17623 (WINS_CEDET): Add cedet.
17624 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
17625
895d1904
GM
176262009-10-02 Kevin Ryde <user42@zip.com.au>
17627
17628 * net/browse-url.el (browse-url): Pass any symbol in
17629 browse-url-browser-function to `apply', since if you've mistakenly put
17630 an unbound symbol then the error is clearer. (Bug#4531)
17631
32226619
JB
176322009-10-02 Juanma Barranquero <lekktu@gmail.com>
17633
17634 * allout.el (allout-init, allout-back-to-current-heading)
17635 (allout-beginning-of-current-entry, allout-ascend-to-depth)
17636 (allout-ascend, allout-up-current-level, allout-end-of-level)
17637 (allout-previous-visible-heading, allout-forward-current-level)
17638 (allout-backward-current-level, allout-show-children):
17639 * apropos.el (apropos-describe-plist):
17640 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
17641 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
17642 * completion.el (add-completion, add-permanent-completion):
17643 * descr-text.el (describe-text-category, describe-char):
17644 * desktop.el (desktop-lazy-abort):
17645 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
17646 * dired.el (dired-build-subdir-alist):
17647 * ediff.el (ediff-version):
17648 * elide-head.el (elide-head, elide-head-show):
17649 * emerge.el (emerge-version):
17650 * env.el (getenv):
17651 * face-remap.el (variable-pitch-mode):
17652 * faces.el (describe-face):
17653 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
17654 (dired-at-point):
17655 * files.el (find-file-existing, auto-save-mode):
17656 * font-lock.el (font-lock-fontify-buffer):
17657 * help-fns.el (describe-function, describe-variable)
17658 (describe-syntax, describe-categories):
17659 * help.el (view-lossage, describe-bindings, describe-key)
17660 (describe-mode):
17661 * hexl.el (hexl-current-address):
17662 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
17663 * info.el (Info-goto-emacs-key-command-node):
17664 * log-edit.el (log-edit-insert-cvs-template)
17665 (log-edit-insert-cvs-rcstemplate):
17666 * menu-bar.el (menu-bar-mode):
17667 * mouse.el (mouse-appearance-menu):
17668 * newcomment.el (comment-indent-new-line):
17669 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
17670 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 17671 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
17672 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
17673 * recentf.el (recentf-mode):
17674 * savehist.el (savehist-mode, savehist-save):
17675 * shadowfile.el (shadow-copy-files):
17676 * simple.el (kill-ring-save, next-line, previous-line)
17677 (normal-erase-is-backspace-mode):
17678 * strokes.el (strokes-update-window-configuration)
17679 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
17680 (strokes-xpm-for-stroke):
17681 * time.el (emacs-uptime, emacs-init-time):
17682 * tutorial.el (tutorial--describe-nonstandard-key)
17683 (tutorial--detailed-help):
17684 * type-break.el (type-break-mode)
17685 (type-break-mode-line-message-mode, type-break-query-mode)
17686 (type-break-guesstimate-keystroke-threshold):
17687 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
17688 * version.el (emacs-version):
17689 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
17690 * winner.el (winner-mode):
17691 * calendar/timeclock.el (timeclock-in, timeclock-out)
17692 (timeclock-status-string, timeclock-change)
17693 (timeclock-workday-remaining-string)
17694 (timeclock-workday-elapsed-string)
17695 (timeclock-when-to-leave-string):
17696 * calendar/todo-mode.el (todo-add-category):
17697 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
17698 * emacs-lisp/autoload.el (update-file-autoloads):
17699 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
17700 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
17701 (checkdoc-message-text, checkdoc-defun):
17702 * emacs-lisp/debug.el (debugger-list-functions):
17703 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17704 * emacs-lisp/eieio-opt.el (eieio-describe-class)
17705 (eieio-describe-generic):
17706 * emacs-lisp/lisp-mnt.el (lm-synopsis):
17707 * emacs-lisp/shadow.el (list-load-path-shadows):
17708 * emulation/cua-base.el (cua-mode):
17709 * emulation/edt.el (edt-set-scroll-margins):
17710 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
17711 (tpu-toggle-regexp, tpu-toggle-search-direction)
17712 (tpu-toggle-rectangle, tpu-toggle-control-keys):
17713 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17714 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17715 (viper-set-parsing-style-toggling-macro)
17716 (viper-set-emacs-state-searchstyle-macros):
17717 * emulation/viper.el (viper-set-hooks):
17718 * eshell/esh-mode.el (eshell-truncate-buffer):
17719 * international/mule-cmds.el (prefer-coding-system)
17720 (describe-input-method, describe-language-environment):
17721 * international/mule-diag.el (list-character-sets)
17722 (describe-character-set, describe-coding-system)
17723 (describe-fontset, list-fontsets, list-input-methods):
17724 * mail/sendmail.el (mail-signature):
17725 * net/ange-ftp.el (ange-ftp-copy-file):
17726 * net/browse-url.el (browse-url):
17727 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
17728 * net/quickurl.el (quickurl-add-url):
17729 * net/rcirc.el (names, topic):
17730 * net/xesam.el (xesam-mode):
17731 * play/5x5.el (5x5-new-game):
17732 * play/yow.el (apropos-zippy):
17733 * progmodes/ada-mode.el (ada-mode-version):
17734 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
17735 (f90-end-of-block)
17736 (f90-beginning-of-block):
17737 * progmodes/fortran.el (fortran-end-of-block)
17738 (fortran-beginning-of-block):
17739 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
17740 * progmodes/python.el (python-describe-symbol, python-shell):
17741 * term/ns-win.el (ns-print-buffer):
17742 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
17743 * textmodes/flyspell.el (flyspell-mode-on):
17744 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
17745 (pages-directory-for-addresses):
17746 * textmodes/table.el (table-recognize-cell)
17747 (table-query-dimension, table-generate-source)
17748 (table-insert-sequence, table--warn-incompatibility):
17749 * textmodes/tex-mode.el (tex-validate-buffer):
17750 * textmodes/texinfmt.el (texinfmt-version)
17751 (texinfo-format-buffer):
17752 Use `called-interactively-p' instead of `interactive-p'.
17753
12a3c28c
JB
177542009-10-02 Juanma Barranquero <lekktu@gmail.com>
17755
17756 * image-mode.el (image-toggle-display):
17757 * emacs-lisp/elp.el (elp-instrument-function):
17758 * emacs-lisp/advice.el (ad-make-advised-definition):
17759 * emacs-lisp/easy-mmode.el (define-minor-mode):
17760 * net/browse-url.el (browse-url-maybe-new-window):
17761 * progmodes/sh-script.el (sh-learn-buffer-indent):
17762 Pass new argument 'any to `called-interactively-p'.
17763
171fda8a
JB
177642009-10-01 Juanma Barranquero <lekktu@gmail.com>
17765
171fda8a
JB
17766 * international/uni-bidi.el:
17767 * international/uni-category.el:
17768 * international/uni-combining.el:
17769 * international/uni-comment.el:
17770 * international/uni-decimal.el:
9c3c9fdf 17771 * international/uni-decomposition.el:
171fda8a
JB
17772 * international/uni-digit.el:
17773 * international/uni-lowercase.el:
17774 * international/uni-mirrored.el:
17775 * international/uni-name.el:
17776 * international/uni-numeric.el:
17777 * international/uni-old-name.el:
17778 * international/uni-titlecase.el:
17779 * international/uni-uppercase.el:
17780 Regenerate from Unicode 5.2.0 data.
17781
dcb9734a
GM
177822009-10-01 Glenn Morris <rgm@gnu.org>
17783
17784 * Makefile.in (ELCFILES): Regenerate.
17785
ced10a4c
SM
177862009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17787
9d28c33e
SM
17788 * subr.el (interactive-p): Mark obsolete.
17789 (called-interactively-p): Make the optional-ness of `kind' obsolete.
17790 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
17791 advertised-signature-table for subroutines as well.
17792
ced10a4c
SM
17793 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
17794 (set-advertised-calling-convention): New function.
17795 (make-obsolete, define-obsolete-function-alias)
17796 (make-obsolete-variable, define-obsolete-variable-alias):
17797 Make the optional-ness of `when' obsolete.
17798 (define-obsolete-face-alias): Make `when' non-optional.
17799 * help-fns.el (help-function-arglist):
17800 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
17801 Use advertised-signature-table.
17802
cc3dda16
MA
178032009-10-01 Michael Albinus <michael.albinus@gmx.de>
17804
17805 * files.el (delete-directory): New defun. The original function
17806 in fileio.c has been renamed to `delete-directory-internal'.
17807
17808 * dired.el (dired-delete-file): Call `delete-directory' with
17809 RECURSIVE parameter.
17810
5ce6e4f4 17811 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
17812 parameter RECURSIVE. Implementation is missing.
17813
17814 * net/tramp.el (tramp-handle-make-directory): Flush upper
17815 directory's file properties.
ced10a4c 17816 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
17817 (tramp-handle-dired-recursive-delete-directory): Flush directory
17818 properties after the remove command only.
17819
ced10a4c
SM
17820 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
17821 Handle optional parameter RECURSIVE.
cc3dda16 17822
ced10a4c
SM
17823 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
17824 Handle optional parameter RECURSIVE.
cc3dda16
MA
17825
17826 * net/tramp-smb.el (tramp-smb-errors): Add error message for
17827 connection timeout.
17828 (tramp-smb-handle-delete-directory): Handle optional parameter
17829 RECURSIVE.
17830
cf885595
SM
178312009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17832
e3a6b82f
SM
17833 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
17834 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
17835 (byte-compile-defmacro): Use backquotes.
17836
7201bfbb
SM
17837 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
17838
cf885595
SM
17839 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
17840 has no associated file.
17841 (vc-resynch-buffer): Use vc-dir-buffers.
17842
a4d2c321
GM
178432009-10-01 Glenn Morris <rgm@gnu.org>
17844
9ffe3f52
GM
17845 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
17846 (chart-file-count):
17847 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
17848 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
17849 * emacs-lisp/eieio-opt.el (eieio-describe-class):
17850 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
17851 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
17852 (eieio-copy-parents-into-subclass, make-instance, class-children)
17853 (eieio-generic-form):
bd2afec2 17854
9515cdcc
GM
17855 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
17856 match-data. (Bug#4555).
17857
a4d2c321
GM
17858 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
17859 rather than parsing it as a regexp. This relaxes the layout
17860 requirements and makes errors easier to detect.
17861 (check-declare-verify): Check file is regular.
17862 (check-declare-directory): Doc fix.
17863 * subr.el (declare-function): Doc fix.
17864
b15c31c7
GM
17865 * ibuffer.el (ibuffer-format-qualifier):
17866 * isearch.el (hi-lock-regexp-okay):
17867 * calc/calc.el (math-zerop):
17868 * mail/uce.el (rmail-msgbeg, rmail-msgend):
17869 * term/w32-win.el (setup-default-fontset, set-fontset-font):
17870 Remove unused declarations.
17871
b0b111c3
JB
178722009-09-30 Eric Ludlam <zappo@gnu.org>
17873
17874 * emacs-lisp/eieio.el (boolean-p): Delete.
17875
1fc28a2c
GM
178762009-09-30 Glenn Morris <rgm@gnu.org>
17877
1fc28a2c
GM
17878 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
17879
494f4fc7
GM
17880 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
17881 filename is not a string.
17882
561580e9
CY
178832009-09-29 Chong Yidong <cyd@stupidchicken.com>
17884
17885 * files.el (safe-local-eval-forms): Fix typo.
17886
dcbbecd4
SM
178872009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
17888
17889 * vc-hooks.el (vc-dir-buffers): New var.
17890 (vc-state-refresh): New function.
17891 (vc-state): Use it.
17892 (vc-after-save): Always ask the backend to recompute the new state.
17893 Always call vc-dir if necessary, using vc-dir-buffers.
17894 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
17895 Use vc-dir-buffers.
17896 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
17897 (vc-dir-prepare-status-buffer, vc-dir-update)
17898 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
17899 Don't call expand-file-name on default-directory.
17900
d88444f2
JB
179012009-09-29 Juanma Barranquero <lekktu@gmail.com>
17902
17903 * speedbar.el (speedbar-item-delete):
17904 * calc/calc-prog.el (calc-kbd-if):
17905 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
17906
17907 * epa.el (epa-key-list-mode-map):
17908 * hi-lock.el (hi-lock-menu): Fix typos in menus.
17909
17910 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
17911 (hs-show-hook): Fix typo in docstring.
17912
5da62d41
GM
179132009-09-29 Glenn Morris <rgm@gnu.org>
17914
8360fce0
GM
17915 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
17916 file-name-nondirectory call preventing location of cedet files.
17917 (check-declare-verify): Use literal search rather than re-search.
ae715515 17918 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
17919
17920 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17921 Use tramp-compat-file-attributes rather than nonexistent
17922 tramp-compat-handle-file-attributes.
17923
5da62d41
GM
17924 * Makefile.in (lisptagsfiles4): New.
17925 (AUTOGENEL): Add cedet loaddefs files.
17926 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
17927 (update-elclist, compile-always, backup-compiled-files)
17928 (bootstrap-clean): Add yet another directory level.
17929 (update-elclist): Use LC_COLLATE rather than COLLATE.
17930 (ELCFILES): Update, via `make update-elclist'.
17931
48267264
JB
179322009-09-29 Juanma Barranquero <lekktu@gmail.com>
17933
17934 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
17935 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
17936 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
17937
2c4cd0b0
AS
179382009-09-28 Andreas Schwab <schwab@linux-m68k.org>
17939
17940 * Makefile.in (lisptagsfiles3): Define.
5da62d41 17941 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
17942 (update-elclist): Add third directory level to look for elc files.
17943 (compile-always): Likewise.
17944 (backup-compiled-files): Likewise.
17945 (bootstrap-clean): Likewise.
17946 (ELCFILES): Update.
17947
a2533e47
CY
179482009-09-28 Chong Yidong <cyd@stupidchicken.com>
17949
17950 * Makefile.in (ELCFILES): Add CEDET files.
17951
eefbedb1
MA
179522009-09-28 Michael Albinus <michael.albinus@gmx.de>
17953
17954 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
17955
17956 * net/tramp.el (top): Require tramp-imap.
17957
17958 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17959 Use `tramp-compat-handle-file-attributes'.
17960
179612009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17962
17963 * net/tramp-imap.el: New package.
17964
b0b111c3
JB
179652009-09-28 Eric Ludlam <zappo@gnu.org>
17966
17967 * emacs-lisp/chart.el:
17968 * emacs-lisp/eieio-base.el:
17969 * emacs-lisp/eieio-comp.el:
17970 * emacs-lisp/eieio-custom.el:
17971 * emacs-lisp/eieio-datadebug.el:
17972 * emacs-lisp/eieio-opt.el:
17973 * emacs-lisp/eieio-speedbar.el:
17974 * emacs-lisp/eieio.el: New files.
17975
748e3d67
VJL
179762009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17977
17978 * whitespace.el (whitespace-trailing-regexp)
17979 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
17980 Fix doc string.
17981
15120dec
CY
179822009-09-27 Chong Yidong <cyd@stupidchicken.com>
17983
17984 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
17985 menu.
17986
17987 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
17988 menu-bar-ediff-menu.
17989
17990 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
17991 define-overloadable-function.
17992
17993 * progmodes/autoconf.el: Provide autoconf as well, so that this
17994 file can be `require'd.
17995
17996 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
17997
17998 * emacs-lisp/autoload.el (generated-autoload-feature)
17999 (generated-autoload-load-name): New vars.
18000 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18001 (make-autoload): Recognize define-overloadable-function and
18002 defclass forms (for EIEIO).
18003
18004 * Makefile.in (update-subdirs): Exclude cedet directory.
18005
135abf91
AR
180062009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18007
1becddbb 18008 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18009
18010 * faces.el: Default light-background background for region face to
18011 ns_selection_color under NS.
18012
3d994264
TZ
180132009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18014
18015 * net/imap-hash.el: New library, see NEWS.
18016
18017 * Makefile.in (ELCFILES): Add imap-hash.el.
18018
ce9a0ccb
SM
180192009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18020
18021 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18022 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18023 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18024 definition where the docstring could be taken for the return value.
18025
a92cdd49
GM
180262009-09-26 Glenn Morris <rgm@gnu.org>
18027
18028 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18029 Add option to only show images below a certain size.
18030 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18031 save-excursion calls.
18032
416ac2f1
EZ
180332009-09-26 Eli Zaretskii <eliz@gnu.org>
18034
18035 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18036 subdirectories) and eieio.
18037
d9a13f68
AM
180382009-09-26 Alan Mackenzie <acm@muc.de>
18039
6a7662bb
BR
18040 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18041 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18042
18043 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18044 character constants (as case labels). (Bug#4289)
d9a13f68 18045
182b3bec
CY
180462009-09-25 Juri Linkov <juri@jurta.org>
18047
18048 * files.el (safe-local-eval-forms): Allow time-stamp in
18049 before-save-hook (Bug#4554).
18050
8f75f2da
JB
180512009-09-25 Drew Adams <drew.adams@oracle.com>
18052
18053 * menu-bar.el (list-buffers-directory): Doc fix.
18054
8390fb80
SM
180552009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18056
18057 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18058 Try and avoid copying twice the same paragraph.
18059 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18060 Remove save-excursion.
18061 (log-edit-changelog-entry): Do it here instead.
18062
11ee8d90
JB
180632009-09-25 Juanma Barranquero <lekktu@gmail.com>
18064
027b1942
JB
18065 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18066 when available, instead of hardcoding mode names. Doc fix.
18067
11ee8d90
JB
18068 * menu-bar.el (list-buffers-directory): Add docstring.
18069 Make automatically buffer-local.
18070
18071 * dired.el (dired-mode):
18072 * files.el (cd-absolute):
18073 * pcvs.el (cvs-temp-buffer):
18074 * pcvs-util.el (cvs-get-buffer-create):
18075 * shell.el (shell-mode):
18076 * vc-dir.el (vc-dir-mode):
18077 Don't make `list-buffers-directory' buffer local.
18078
21289c5d
CY
180792009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18080
8390fb80
SM
18081 * comint.el (comint-exec, comint-run, make-comint):
18082 Doc fixes (Bug#4542).
21289c5d 18083
e8652dd9
GM
180842009-09-25 Glenn Morris <rgm@gnu.org>
18085
18086 * mail/rmailmm.el (rmail-mime): New custom group.
18087 Move all defcustoms in this file into this group.
18088 (rmail-mime-media-type-handlers-alist): Revert previous change.
18089 (rmail-mime-show-images): New option.
18090 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18091 references to it, since it wasn't actually used for anything.
18092 (rmail-mime-insert-image): New function.
18093 (rmail-mime-image): Use rmail-mime-insert-image.
18094 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18095 obey the value of `rmail-mime-show-images' option. Print the size of
18096 attachments.
e8652dd9 18097
fb652bb5
JB
180982009-09-25 David Engster <deng@randomsample.de>
18099
18100 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18101
32a9841c
VJL
181022009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18103
18104 * whitespace.el: Does not highlight trailing spaces While point is
18105 at end of line. Does not highligt spaces at beginning of buffer
18106 while point is at beginning of buffer. Does not highlight spaces
18107 at end of buffer while point is at end of buffer. (Bug#4177)
18108 New version 12.0.
18109 (whitespace-display-mappings): Adjust initialization.
18110 (whitespace-point, whitespace-font-lock-refontify): New vars.
18111 (whitespace-color-on, whitespace-color-off): Adjust code.
18112 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18113 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18114 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18115
e477ca84
CY
181162009-09-24 Chong Yidong <cyd@stupidchicken.com>
18117
18118 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18119
18120 * textmodes/sgml-mode.el: Remove xml-mode alias.
18121
18122 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18123 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18124
68712602
AM
181252009-09-24 Alan Mackenzie <acm@muc.de>
18126
18127 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18128 c-forward-conditionals, but it doesn't move point and doesn't set
18129 the mark.
18130 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18131 (c-down-conditional-with-else, c-backward-conditional)
18132 (c-forward-conditional): Refactor to use c-scan-conditionals.
18133
1659ada0
JB
181342009-09-24 Juanma Barranquero <lekktu@gmail.com>
18135
18136 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18137 (help-default-arg-highlight): Remove.
18138 (help-highlight-arg): New function.
18139 (help-do-arg-highlight): Use it.
18140 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18141
b3f01e46
SM
181422009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18145 Undo last change, which didn't fix the problem and introduced others.
18146
107ef54a
NR
181472009-09-24 Nick Roberts <nickrob@snap.net.nz>
18148
18149 * progmodes/gdb-mi.el: Don't require speedbar.
18150 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18151
ffa1fed6
GM
181522009-09-24 Glenn Morris <rgm@gnu.org>
18153
2157a2be
GM
18154 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18155
6125167c
GM
18156 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18157
ffa1fed6
GM
18158 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18159 there is no newline after the final mime boundary. (Bug#4539)
18160 Move markers on insertion so that any buttons inserted don't end up in
18161 the next part of a multipart message.
2e9075d3
GM
18162 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18163 (rmail-mime-bulk-handler): Optionally handle images.
18164 (rmail-mime-image): New button action.
18165 (rmail-mime-image-handler): New function.
18166 (rmail-mime-mode): New mode.
18167 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18168
4a814992
SM
181692009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18170
075518b5
SM
18171 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18172 than just dropping elements from it (bug#4504).
18173
8ad2defc
SM
18174 * term.el (term-set-scroll-region): Don't move cursor any more.
18175 (term-handle-ansi-escape): Call term-goto here instead.
18176 Suggested by Ivan Kanis <apple@kanis.eu>.
18177
4a814992
SM
18178 * term.el: Require CL.
18179 (term-ansi-reset): New function.
18180 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18181 (term-handle-colors-array): Simplify.
18182
5a0c3f56
JB
181832009-09-24 Juanma Barranquero <lekktu@gmail.com>
18184
18185 * allout.el (allout-overlay-interior-modification-handler)
18186 (allout-obtain-passphrase):
18187 * epa-file.el (epa-file-write-region):
18188 * ps-print.el (ps-begin-job):
18189 * vc-hooks.el (vc-toggle-read-only):
18190 * vc-rcs.el (vc-rcs-rollback):
18191 * vc-sccs.el (vc-sccs-rollback):
18192 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18193 (vc-version-diff, vc-revert, vc-rollback):
18194 * wdired.el (wdired-check-kill-buffer):
18195 * emacs-lisp/authors.el (authors):
18196 * net/socks.el (socks-open-connection):
18197 * net/zeroconf.el (zeroconf-service-add-hook):
18198 * obsolete/vc-mcvs.el (vc-mcvs-register):
18199 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18200 (gdb-select-frame):
18201 * progmodes/grep.el (lgrep, rgrep):
18202 * progmodes/idlw-help.el (idlwave-help-check-locations)
18203 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18204 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18205 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18206 (reftex-toc-rename-label): Fix typos in error messages.
18207
18208 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18209 (dired-copy-how-to-fn): Doc fix.
18210 (dired-files-attributes, dired-read-shell-command):
18211 Fix typos in docstrings.
18212
18213 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18214 (dired-x-find-file-other-window): Reflow docstrings.
18215 (dired-omit-marker-char, dired-read-shell-command)
18216 (dired-x-submit-report): Fix typos in docstrings.
18217
18218 * shell.el (shell-mode-hook):
18219 * view.el (View-scroll-line-forward):
18220 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18221 Fix typos in docstrings.
18222
18223 * net/dig.el (dig-invoke): Fix typo in docstring.
18224 (query-dig): Reflow docstring.
18225
18226 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18227 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18228 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18229 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18230 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18231 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18232 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18233 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18234 (idlwave-completion-map, idlwave-current-indent)
18235 (idlwave-custom-ampersand-surround, idlwave-customize)
18236 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18237 (idlwave-define-abbrev, idlwave-determine-class-special)
18238 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18239 (idlwave-end-block-reg, idlwave-end-of-statement)
18240 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18241 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18242 (idlwave-explicit-class-listed, idlwave-file-header)
18243 (idlwave-fill-paragraph, idlwave-find-class-definition)
18244 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18245 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18246 (idlwave-in-quote, idlwave-indent-action-table)
18247 (idlwave-indent-expand-table, idlwave-indent-line)
18248 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18249 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18250 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18251 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18252 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18253 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18254 (idlwave-outlawed-buffers, idlwave-popup-select)
18255 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18256 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18257 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18258 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18259 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18260 (idlwave-statement-type, idlwave-struct-skip)
18261 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18262 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18263 (idlwave-what-module-find-class): Fix typos in docstrings.
18264 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18265 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18266 (idlwave-find-module, idlwave-find-structure-definition)
18267 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18268 (idlwave-list-load-path-shadows, idlwave-next-statement)
18269 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18270 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18271 (idlwave-template): Reflow docstrings.
18272
18273 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18274 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18275 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18276 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18277 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18278 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18279 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18280 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18281 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18282 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18283 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18284 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18285 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18286 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18287 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18288 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18289 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18290 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18291 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18292 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18293 Fix typos in docstrings.
18294 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18295 (idlwave-shell-hide-output, idlwave-shell-mode)
18296 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18297 Reflow docstrings.
18298
18299 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18300
62136c5d
SM
183012009-09-24 Ivan Kanis <apple@kanis.eu>
18302
18303 * term.el (term-bold-attribute): New var.
18304 (term-handle-colors-array): Use it.
18305
9c1a45ed
NR
183062009-09-23 Nick Roberts <nickrob@snap.net.nz>
18307
18308 * progmodes/gdb-mi.el (gdb-version): New variable.
18309 (gdb-non-stop-handler): Set gdb-version.
18310 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18311 Condition "--thread" option on gdb-version.
18312 (gdb-invalidate-threads): Remove unused argument.
18313
03304f31
SM
183142009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18315
18316 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18317 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18318
4f02f0c9
GM
183192009-09-23 Glenn Morris <rgm@gnu.org>
18320
18321 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18322 replying to mail without References or Message-Id. (Bug#4525)
18323
a3b4b363
AR
183242009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18325
18326 * term/ns-win.el (ns-reg-to-script): New variable.
18327
7bda18cc
DU
183282009-09-23 Daiki Ueno <ueno@unixuser.org>
18329
18330 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18331
72169e55
SS
183322009-09-22 Sam Steingold <sds@gnu.org>
18333
18334 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
18335 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18336 to 1 because hg returns status 1 when nothing is found.
0aa4f295 18337 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 18338
905b7d38
SM
183392009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18340
b0459dec
SM
18341 * textmodes/fill.el: Convert to utf-8 encoding.
18342 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 18343 pre-Unicode days.
b0459dec 18344
905b7d38
SM
18345 * add-log.el (change-log-fill-forward-paragraph): New function.
18346 (change-log-mode): Use it so fill-region DTRT.
18347 Set fill-indent-according-to-mode here rather than in
18348 change-log-fill-paragraph.
18349 (change-log-fill-paragraph): Remove.
18350
baa7f3de
JB
183512009-09-22 Juanma Barranquero <lekktu@gmail.com>
18352
18353 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18354 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18355
a8d789f0
GM
183562009-09-22 Glenn Morris <rgm@gnu.org>
18357
daedbbc2
GM
18358 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18359 the scroll-bar scroll the calendar window rather than the buffer.
18360
d8899a74
GM
18361 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18362 commands that move point (as opposed to scrolling).
18363
a8d789f0
GM
18364 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18365
18366 * emacs-lisp/elint.el (elint): New custom group.
18367 (elint-log-buffer): Make it a defcustom.
18368 (elint-scan-preloaded, elint-ignored-warnings)
18369 (elint-directory-skip-re): New options.
18370 (elint-builtin-variables): Doc fix.
18371 (elint-preloaded-env): New variable.
18372 (elint-unknown-builtin-args): Add an entry for encode-time.
18373 (elint-extra-errors): Make it a variable rather than a constant.
18374 (elint-preloaded-skip-re): New constant.
18375 (elint-directory): Skip files matching elint-directory-skip-re.
18376 (elint-features): New variable, local to linted buffers.
18377 (elint-update-env): Initialize elint-features. Possibly add
18378 elint-preloaded-env to the buffer's environment.
18379 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18380 Skip quoted forms.
18381 (elint-init-form): New function, extracted from elint-init-env.
18382 Make non-list forms a warning rather than an error.
18383 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18384 easy-menu-define, put that adds an error-condition, and provide.
18385 When requiring cl, also require cl-macs. Really require cl, to handle
18386 some cl macros. Store required libraries in the list elint-features,
18387 so as not to re-load them. Treat cc-require like require.
18388 (elint-init-env): Call elint-init-form to do the work.
18389 Handle eval-and-compile and such like.
18390 (elint-add-required-env): Do not clear messages.
18391 (elint-special-forms): Add handlers for function, defalias, if, when,
18392 unless, and, or.
18393 (elint-form): Add optional argument to ignore elint-special-forms,
18394 useful to prevent recursive calls from handlers. Doc fix.
18395 Respect elint-ignored-warnings.
18396 (elint-form): Respect elint-ignored-warnings.
18397 (elint-bound-variable, elint-bound-function): New variables.
18398 (elint-unbound-variable): Respect elint-bound-variable.
18399 (elint-get-args): Respect elint-bound-function.
18400 (elint-check-cond-form): Add some simple handling for (f)boundp and
18401 featurep tests.
18402 (elint-check-defalias-form): New handler.
18403 (elint-check-let-form): Make an empty let a warning rather than an
18404 error.
18405 (elint-check-setq-form): Make an empty setq a warning rather than an
18406 error. Respect elint-ignored-warnings.
18407 (elint-check-defvar-form): Accept null doc-strings.
18408 (elint-check-conditional-form): New handler. Does some simple-minded
18409 checking of featurep and (f)boundp tests.
18410 (elint-put-function-args): New function.
18411 (elint-initialize): Use elint-scan-doc-file rather than
18412 elint-find-builtin-variables. Use elint-put-function-args.
18413 Possibly scan preloaded-file-list.
18414 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18415 extend to handle functions as well.
18416
245be23c
JB
184172009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18418
18419 * linum.el (linum-delete-overlays, linum-update-window):
18420 Do not modify the right margin. (Bug#3971)
18421
91fdbd6f
CY
184222009-09-21 Chong Yidong <cyd@stupidchicken.com>
18423
6a7662bb
BR
18424 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18425 Use nxml-mode instead of xml-mode.
91fdbd6f 18426
7589d38e
JB
184272009-09-21 Kevin Ryde <user42@zip.com.au>
18428
18429 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18430
5ac42715
SM
184312009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18432
18433 * net/dig.el (dig-mode): Use define-derived-mode.
18434
09c01323
DN
184352009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18436
4096c5f2
DN
18437 * vc-dispatcher.el (vc-do-command): Return the process object in
18438 the asynchronous case. Use when instead of if. Do not run
5480359e 18439 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 18440
0e172cc2
DN
18441 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18442 properties to the stash strings.
18443 (vc-git-stash-list): Return a list of strings.
18444 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18445 (vc-git-stash-show-at-point): New functions.
18446 (vc-git-stash-map): New keymap.
18447
03304f31
SM
18448 * register.el (ctl-x-r-map): Define the keys here instead of
18449 using autoload.
09c01323 18450
03304f31 184512009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
18452
18453 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
18454 list, to workaround performance problem (bug#4485).
18455
2f5fc4d7
NR
184562009-09-20 Nick Roberts <nickrob@snap.net.nz>
18457
18458 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
18459
b0f5fd2e
DU
184602009-09-20 Daiki Ueno <ueno@unixuser.org>
18461
18462 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
18463 Document that this option is not recommended to use.
18464
f3445fab
GM
184652009-09-19 Glenn Morris <rgm@gnu.org>
18466
547c6921
GM
18467 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
18468 variable `var'.
18469
f3445fab
GM
18470 * calc/calc-alg.el (var):
18471 * calc/calcalg2.el (var): Define for compiler.
18472
946c009b
CY
184732009-09-19 Chong Yidong <cyd@stupidchicken.com>
18474
e3f36d03
SM
18475 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
18476 Doc fix (Bug#3932).
e2045997 18477
24aedbca
CY
18478 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
18479
327dd27a
CY
18480 * time-stamp.el (time-stamp-month-dd-yyyy)
18481 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
18482 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
18483 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
18484 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
18485 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 18486
946c009b
CY
18487 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
18488 indent buffer only if called interactively (Bug#4452).
18489
3e70541a 184902009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 18491 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
18492
18493 This fixes bug#4197 (merged to bug#865, though not identical).
18494 * server.el (server-auth-dir): Add docstring note about FAT32.
18495 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
18496 but warn against using them.
18497
9b94c32e
NR
184982009-09-19 Nick Roberts <nickrob@snap.net.nz>
18499
18500 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
18501 older GDB where there is no has_more field.
18502
66590684
GM
185032009-09-19 Glenn Morris <rgm@gnu.org>
18504
18505 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
18506
9a1337f9
CY
185072009-09-18 Chong Yidong <cyd@stupidchicken.com>
18508
18509 * files.el (auto-mode-alist): Change default for XML files to nXML
18510 mode (Bug#4169).
18511
d7554167
JB
185122009-09-18 Juanma Barranquero <lekktu@gmail.com>
18513
18514 * server.el (server-ensure-safe-dir): Pass 'integer
18515 to `file-attributes', as suggested.
18516
35a3f9a4
SM
185172009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
18518
18519 * dired-aux.el (dired-query-alist): Remove spurious backslash.
18520 (dired-query): Use read-key.
18521
044f9b05
AR
185222009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
18523
18524 * cus-start.el (ns-use-qd-smoothing): Remove.
18525
6188ea49
GM
185262009-09-18 Glenn Morris <rgm@gnu.org>
18527
08cf18e4
GM
18528 * allout.el (top-level): Remove unnecessary progn.
18529
07eae5c5
GM
18530 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
18531
6726c25e
GM
18532 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
18533 definition of abbrev table.
18534
3f527154 18535 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
18536 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
18537 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
18538 * net/newst-backend.el (newsticker--cache-read-feed):
18539 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
18540 condition-case handlers.
18541
ccb4c30c
NR
185422009-09-18 Nick Roberts <nickrob@snap.net.nz>
18543
18544 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
18545 (gdb-var-list): Add an element for has_more field.
18546 (gdb-non-stop-handler): Enable pretty printing for STL containers.
18547 (gdb-var-create-handler, gdb-var-list-children-handler-1)
18548 (gdb-var-update-handler-1): Parse output of dynamic variable
18549 objects (STL containers).
18550 (gdb-var-delete-1): Pass var1 as an explicit second argument.
18551 (gdb-get-field): Delete alias. Use bindat-get-field directly.
18552
18553 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
18554 gdb-var-list.
18555 (gud-speedbar-buttons): Make node expandable if expression "has more"
18556 children.
18557
8686ac71
JB
185582009-09-17 Juanma Barranquero <lekktu@gmail.com>
18559
18560 * startup.el (emacs-quick-startup): Remove variable and all uses.
18561 (command-line): Set `inhibit-x-resources' instead.
18562 (command-line-1): Use `inhibit-x-resources' instead.
18563
a69c67e8
CY
185642009-09-17 Chong Yidong <cyd@stupidchicken.com>
18565
18566 * subr.el: Fix last change to avoid using the `unless' macro,
18567 which breaks bootstrapping.
18568
354f0faf
SM
185692009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18570
18571 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
18572 extended definitions, in case we reload subr.el after having
18573 loaded CL.
18574 (eval-next-after-load): Mark as obsolete.
18575
98b9bf40
JL
185762009-09-17 Juri Linkov <juri@jurta.org>
18577
18578 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
18579 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
18580 (menu-bar-showhide-menu, menu-bar-tools-menu)
18581 (menu-bar-describe-menu, menu-bar-help-menu)
18582 (minibuffer-local-completion-map, minibuffer-local-map):
18583 Fix list quoting.
18584
28fab7b5
GM
185852009-09-17 Glenn Morris <rgm@gnu.org>
18586
88d5190c
GM
18587 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
18588 arguments, whether or not it has a handler.
18589
74f24ba7
GM
18590 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
18591
28fab7b5
GM
18592 * simple.el (hard-newline): Give it a doc-string.
18593
a8106aec
GM
18594 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18595 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 18596
76251ad7
DN
185972009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18598
72033dbe
DN
18599 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
18600 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
18601 (menu-bar-options-menu, menu-bar-showhide-menu)
18602 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
18603 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
18604 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
18605 (menu-bar-options-menu, menu-bar-tools-menu)
18606 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
18607 (menu-bar-help-menu):
18608 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
18609 string arguments.
18610
76251ad7
DN
18611 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
18612 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
18613 calls for the menu names and :help.
18614
97b952b7
SM
186152009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18616
18617 * mouse.el (minor-mode-menu-from-indicator): Pay attention
18618 to :minor-mode-function (bug#4455).
18619
8f38189e
SM
186202009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18621
d2fd733e
SM
18622 * startup.el (command-line): Initialize the window-system after
18623 processing the command-line.
18624
8f38189e
SM
18625 * textmodes/page.el (what-page): Make sure we don't inf-loop if
18626 page-delimiter matches the empty string.
18627
77564fa4
GM
186282009-09-16 Glenn Morris <rgm@gnu.org>
18629
18630 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
18631 byte-compile-not-obsolete-var. It's a list now.
18632 (byte-compile-not-obsolete-funcs): New variable.
18633 (byte-compile-warn-obsolete): Don't warn about functions if they are in
18634 byte-compile-not-obsolete-funcs.
18635 (byte-compile-variable-ref, byte-compile-defvar): Update for
18636 byte-compile-not-obsolete-vars name-change and list nature.
18637 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
18638 and variables behind (f)boundp tests.
18639 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
18640
79d316d3
DN
186412009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18642
18643 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
18644
8fed6934
SM
186452009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18646
18647 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
18648 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
18649 Don't autoload.
18650
4078fd57
SE
186512009-09-15 Stephen Eglen <stephen@gnu.org>
18652
18653 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 18654 the virtual-buffers, use the name of the buffer specified by
4078fd57 18655 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 18656 problem if the target and the symlink had different names.)
4078fd57 18657
838ff458
SM
186582009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18659
b3c7c12d
SM
18660 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
18661
13dc2bc2
SM
18662 * desktop.el (desktop-path): Check user-emacs-directory.
18663
49fec531
SM
18664 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
18665
0e328d37
SM
18666 * loadup.el: Use after-load-functions to GC after loading each file.
18667 Remove the explicit GC calls that used to be sprinkled around.
18668
838ff458
SM
18669 * subr.el (after-load-functions): New hook.
18670 (do-after-load-evaluation): Run it. Use string-match-p to detect
18671 `obsolete' packages, rather than painfully extracting the relevant
18672 directory name.
18673
a62f564f
GM
186742009-09-15 Glenn Morris <rgm@gnu.org>
18675
18676 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
18677 free variable `doc'.
18678
18679 * dired.el (dired-mode-map): Add menu entry for async shell command.
18680
18681 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
18682 variables, also consider the .elc files, since the .el files are
18683 normally gzipped (subsequent code locates the .el.gz from the .elc).
18684
18685 * calc/calc-prog.el (arglist): Define for compiler.
18686
18687 * calendar/diary-lib.el (diary-display-function): Change the default to
18688 fancy display.
18689 (body): Define for compiler.
18690
18691 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
18692 (byte-compile-file-form, byte-compile-lambda)
18693 (byte-compile-top-level-body, byte-compile-form)
18694 (byte-compile-variable-ref, byte-compile-setq)
18695 (byte-compile-setq-default, byte-compile-body)
18696 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
18697 (batch-byte-compile): Give some more local variables with common names
18698 a "bytecomp-" prefix to avoid masking warnings about free variables.
18699
cd05fe7f
GM
18700 * startup.el (command-line-1): Give local variables with common names a
18701 distinguishing prefix, so as not to hide free variable warnings during
18702 bootstrap.
18703
a62f564f
GM
18704 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
18705 clever and add a suffix to make a unique name, just let the user decide
18706 whether or not to overwrite it. If the input is a directory, write the
18707 default filename to that directory. (Bug#4388)
18708 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
18709 is a filename-as-a-directory.
18710
fbc88440
SM
187112009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18712
18713 * textmodes/page.el (what-page): Don't move to beginning of line.
18714 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
18715
60308853
DN
187162009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18717
18718 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
18719
32ba3abc
DN
187202009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18721
9cd39aff
DN
18722 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
18723 * help.el (help-for-help-internal): Add purecopy calls for text.
18724
32ba3abc
DN
18725 * vc.el (top): print-log method now takes an optional SHORTLOG
18726 argument. Add a new method: root.
32ba3abc
DN
18727 (vc-root-diff, vc-print-root-log): New functions.
18728 (vc-log-short-style): New variable.
18729 (vc-print-log-internal): Add support for showing short logs.
18730
18731 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
18732 vc-print-root-log and vc-print-root-diff.
18733
18734 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
18735 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
18736 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
18737 short logs.
18738
18739 * vc-cvs.el (vc-cvs-print-log):
18740 * vc-mtn.el (vc-mtn-print-log):
18741 * vc-rcs.el (vc-rcs-print-log):
18742 * vc-sccs.el (vc-sccs-print-log):
18743 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
18744 that is ignored for now.
18745
837b0e99
DN
18746 * vc-mtn.el (vc-mtn-annotate-command):
18747 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
18748
31cd2dd4
SM
187492009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18750
18751 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
18752 to function-key-map, and give them ascii-character property.
18753 * term/x-win.el (x-alternatives-map):
18754 * term/ns-win.el (ns-alternatives-map):
18755 * term/internal.el (msdos-key-remapping-map):
18756 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
18757
d62e5bf2
GM
187582009-09-14 Glenn Morris <rgm@gnu.org>
18759
18760 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
18761 temp-buffers (2009-09-12).
18762
7d0105e5
SM
187632009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
18766 the new read-key function.
18767
e17ed9ad
CY
187682009-09-13 Chong Yidong <cyd@stupidchicken.com>
18769
18770 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
18771 is defined (Bug#4405).
18772
1fc26e29
CY
187732009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
18774
18775 * recentf.el (recentf-cleanup): Use a hash table to find
18776 duplicates (Bug#4407).
18777
61dc96a2 187782009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
18779
18780 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
18781 kp-0 to ascii equivalents (Bug#4325).
18782
42c3a9e3
CY
187832009-09-13 Chong Yidong <cyd@stupidchicken.com>
18784
1f5c1626
CY
18785 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
18786
42c3a9e3 18787 * eshell/em-hist.el:
31cd2dd4
SM
18788 * eshell/em-dirs.el (eshell-complete-user-reference):
18789 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
18790
187912009-09-13 Leo <sdl.web@gmail.com> (tiny change)
18792
18793 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
18794 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
18795 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
18796 * eshell/em-hist.el (eshell-history-file-name):
18797 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 18798
1e2b6acf
GM
187992009-09-13 Glenn Morris <rgm@gnu.org>
18800
18801 * ediff-merg.el (ediff-do-merge):
18802 * filesets.el (filesets-run-cmd):
18803 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
18804 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
18805 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
18806 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
18807 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
18808 Replace empty `let's with `progn'.
18809
adba8116
SM
188102009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18811
18812 * mail/sendmail.el (send-mail-function):
18813 * tooltip.el (tooltip-mode):
18814 * simple.el (transient-mark-mode):
18815 * rfn-eshadow.el (file-name-shadow-mode):
18816 * frame.el (blink-cursor-mode):
18817 * font-core.el (global-font-lock-mode):
18818 * files.el (temporary-file-directory)
18819 (small-temporary-file-directory, auto-save-file-name-transforms):
18820 * epa-hook.el (auto-encryption-mode):
18821 * composite.el (global-auto-composition-mode):
18822 Use custom-initialize-delay.
18823 * startup.el (command-line): Don't explicitly call
18824 custom-reevaluate-setting for all the above vars.
18825 * custom.el (custom-initialize-safe-set)
18826 (custom-initialize-safe-default): Delete.
18827
0a4afea9
SM
188282009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18829
9f94990d
SM
18830 * term/x-win.el (x-initialize-window-system):
18831 * term/w32-win.el (w32-initialize-window-system):
18832 * term/ns-win.el (ns-initialize-window-system): Don't call
18833 mouse-wheel-mode since it's enabled globally by default already.
18834
0a4afea9
SM
18835 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
18836 actually define the variable, but only silences the byte-compiler.
18837 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
18838 before looking it up.
18839 (mouse-wheel-scroll-amount): Also reset the bindings if this value
18840 is changed.
18841
bf01513f
GM
188422009-09-12 Glenn Morris <rgm@gnu.org>
18843
18844 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
18845 1000.
18846 (elint-add-required-env): Don't beep on error.
18847 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
18848 (elint-init-env): Skip non-list forms.
18849 (elint-log): Handle unknown file positions.
bf01513f 18850
d85889e4
DU
188512009-09-12 Daiki Ueno <ueno@unixuser.org>
18852
18853 * epg.el (epg-make-context): Add autoload cookie.
18854 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
18855 (epg-decrypt-string, epg-start-verify, epg-verify-file)
18856 (epg-verify-string, epg-start-sign, epg-sign-file)
18857 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
18858 (epg-encrypt-string, epg-start-export-keys)
18859 (epg-export-keys-to-file, epg-export-keys-to-string)
18860 (epg-start-import-keys, epg-import-keys-from-file)
18861 (epg-import-keys-from-string, epg-start-receive-keys)
18862 (epg-receive-keys, epg-import-keys-from-server)
18863 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
18864 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
18865 (epg-generate-key-from-file, epg-generate-key-from-string):
18866 Remove autoload cookie.
d85889e4 18867
8f825ee6
EZ
188682009-09-12 Eli Zaretskii <eliz@gnu.org>
18869
36b434ee
EZ
18870 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
18871 reevaluation of trash-directory.
18872
8f825ee6
EZ
18873 * mwheel.el: Fix last change.
18874 (mouse-wheel-mode): New defvar.
18875 (mouse-wheel-mode): Remove autoload cookie.
18876
5766c380
SM
188772009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18878
ab5c0fcd
SM
18879 * mwheel.el (mwheel-installed-bindings): New var.
18880 (mouse-wheel-mode): Use it, so as to make sure we really remove all
18881 the bindings we set last time. Use custom-initialize-delay.
18882 * loadup.el: Load mwheel after term/*-win.el.
18883 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
18884 and mouse-wheel-up-event now that their first evaluation is done
18885 sufficiently late to be correct.
18886
45448e64
SM
18887 * startup.el (tutorial-directory): Make it a defcustom.
18888 Use custom-initialize-delay rather than eval-at-startup to set it.
18889 * image.el (image-load-path): Make it a defcustom.
18890 Use custom-initialize-delay rather than eval-at-startup to set it.
18891 * subr.el (eval-at-startup): Remove.
18892 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
18893
5766c380
SM
18894 * subr.el (do-after-load-evaluation): Warn the user after loading an
18895 obsolete package.
18896
d6549da4
GM
188972009-09-12 Glenn Morris <rgm@gnu.org>
18898
18899 * proced.el (proced-mark-alt): Remove alias.
18900 (proced-mode-map): Remove proced-mark-alt.
18901
18902 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
18903 Elint file and directory. Remove initialization entry.
18904
18905 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
18906 commands.
18907 (elint-current-buffer): Set mode-line-process.
18908 (elint-init-env): Handle define-derived-mode.
18909 Fix declare-function with unspecified arglist. Guard against odd
18910 defalias statements (eg iso-insert's 8859-1-map).
18911 (elint-add-required-env): Use a temp buffer.
18912 (elint-form): Just print the function/macro name, not the whole form.
18913 Return env unchanged if we fail to parse a macro.
18914 (elint-forms): Guard against parse errors.
18915 (elint-output): New function, to handle batch mode.
18916 (elint-log-message): Add optional argument. Use elint-output.
18917 (elint-set-mode-line): New function.
18918
30194d4d
CY
189192009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
18920
18921 * emacs-lisp/elp.el (elp-not-profilable): Add more
18922 functions (Bug#4233).
18923
a035f9b0
CY
189242009-09-12 Chong Yidong <cyd@stupidchicken.com>
18925
18926 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
18927 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
18928
dad61164
NR
189292009-09-11 Nick Roberts <nickrob@snap.net.nz>
18930
18931 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
18932 (gdb-var-list-children): Use json parsing.
18933
9c3c9fdf 189342009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
18935
18936 * progmodes/js.el (js--proper-indentation): Handle the case where
18937 char-before is null. Reported by Deniz Dogan.
18938
b4587710
JB
189392009-09-11 Juanma Barranquero <lekktu@gmail.com>
18940
18941 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
18942
13890796
DU
189432009-09-11 Daiki Ueno <ueno@unixuser.org>
18944
18945 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
18946 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 18947 (epg-context-set-passphrase-callback)
97d4bdba 18948 (epg-context-set-progress-callback): Add description about
b18508dd 18949 callback function.
13890796 18950
2efb64a8
SM
189512009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18952
790d0270
SM
18953 * custom.el (custom-delayed-init-variables): New var.
18954 (custom-initialize-delay): New function.
18955 * startup.el (command-line): "Re"evaluate all vars in
18956 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
18957 explicitly any more.
18958 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
18959 to avoid creating a ~/.emacs.d at build-time (bug#4347).
18960
18961 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 18962
ac243a40
NR
189632009-09-11 Nick Roberts <nickrob@snap.net.nz>
18964
18965 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
18966 (gdb-var-update-handler): Use json parsing.
18967
657bc6fc
JB
189682009-09-11 Juanma Barranquero <lekktu@gmail.com>
18969
18970 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
18971 decode annotated text, regardless of language environment. (Bug#2741)
18972
b6fe8102
SM
189732009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18974
18975 * Makefile.in (autoloads): Make rmail.el writable as well.
18976
5cc443fe
GM
189772009-09-11 Glenn Morris <rgm@gnu.org>
18978
5515c54e
GM
18979 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
18980 loaddefs.el.
18981 * dired.el: Regenerate with extracted autoloads.
18982 * Makefile.in (autoloads): Make dired.el writable.
18983
15067158
GM
18984 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
18985 * ibuffer.el: Regenerate with extracted autoloads.
18986 * Makefile.in (autoloads): Make ibuffer.el writable.
18987
d35d0238
GM
18988 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
18989 * version.el (emacs-copyright, emacs-major-version)
18990 (emacs-minor-version): Reformat doc-strings for make-docfile.
18991
5cc443fe
GM
18992 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
18993 functions and variables, since they must be stuff specific to some other
18994 platform.
18995 (apropos-print): Make mouse-click message less specific about button.
18996
18997 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
18998 that records where a macro was defined.
18999 * help-fns.el (describe-function-1): Mention if a function has a
19000 compiler-macro.
19001 * help-mode.el (help-function-cmacro): New button.
19002
19003 * locate.el (top-level): Always require dired.
19004 (locate-mode-map): Initialize inside the defvar.
19005
19006 * net/ange-ftp.el (dired-compress-file): Declare.
19007 (ange-ftp-dired-compress-file): Add doc string.
19008
19009 * term/ns-win.el (x-display-name, x-setup-function-keys):
19010 Unify doc-strings with X versions.
19011
8cb95edf
SM
190122009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19013
726a4d09
SM
19014 * emulation/crisp.el (crisp-mode-map): Move initialization
19015 into declaration.
19016 (crisp-mode): Use define-minor-mode.
19017
8cb95edf
SM
19018 * progmodes/xscheme.el (xscheme-evaluation-commands):
19019 Put a :advertised-binding property rather than using
19020 advertised-xscheme-send-previous-expression.
19021 (advertised-xscheme-send-previous-expression): Declare obsolete.
19022 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19023 `advertised-undo'.
19024 (crisp-mode): Add corresponding bindings to
19025 undo's :advertised-binding instead.
19026 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19027 than using dired-advertised-find-file.
19028 (dired-advertised-find-file):
19029 * simple.el (advertised-undo):
19030 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19031 (widget-keymap): Put a :advertised-binding property rather
19032 than using advertised-widget-backward.
19033 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19034 than using advertised-undo.
19035 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19036
07db5857
SS
190372009-09-10 Simon South <ssouth@slowcomputing.org>
19038
19039 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19040 Mark mode is enabled and region is active; otherwise indent or
19041 insert TAB as usual.
19042 (delphi-mode): Update description of TAB-key binding.
19043
50d4ba39
SM
190442009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19045
19046 * subr.el (define-key-rebound-commands): Mark obsolete.
19047 * startup.el (precompute-menubar-bindings): Remove.
19048 (normal-top-level): Remove obsolete code that tried to precompute
19049 menubar bindings.
19050 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19051 define-key-rebound-commands and precompute-menubar-bindings.
19052
ffa894db
KY
190532009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19054
19055 * net/imap.el (imap-interactive-login): Better messages.
19056 (imap-open): Fix bug with renamed buffer on reconnect.
19057 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19058 for easier debugging and cleaner code. On successful (guessed based on
19059 server capabilities) secondary authentication, set imap-state
19060 correctly.
19061 (imap-last-authenticator): Define imap-last-authenticator as a variable
19062 to avoid warnings.
19063
9477096c
GM
190642009-09-10 Glenn Morris <rgm@gnu.org>
19065
19066 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19067
19068 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19069 (byte-compile-file-form-autoload): Don't warn about unknown functions
19070 where the autoload statement comes after the use.
19071 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19072 that any handlers inside the body (eg require) are in turn respected.
19073
19074 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19075 effects.
19076
19077 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19078 and syntax and abbrev tables basic docs, if they don't have any.
19079
19080 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19081
19082 * international/mule-cmds.el (top-level): Require cl when compiling.
19083 (view-hello-file): Use default-value rather than
19084 default-enable-multibyte-characters.
19085
19086 * progmodes/fortran.el: Move all safe and risky properties into the
19087 defcustoms.
19088
19089 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19090 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19091 * mail/undigest.el:
19092 Put autoloads in rmail.el rather than loaddefs.el.
19093 * mail/rmail.el: Regenerate with extracted autoloads.
19094
19095 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19096 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19097
9f16c547
NR
190982009-09-10 Nick Roberts <nickrob@snap.net.nz>
19099
19100 Reported in thread for Bug#4375.
19101 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19102 "-data-evaluate-expression" instead of print.
19103 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19104 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19105 (gdb): Revert 2009-08-11 change. User should detach inferior
19106 manually.
9f16c547
NR
19107
19108 Remove the word "separate" from IO functions as inferior
19109 output is now never displayed in the GUD buffer.
19110
50405cd0
JB
191112009-09-10 Juanma Barranquero <lekktu@gmail.com>
19112
19113 * startup.el (command-line-normalize-file-name): On Windows and
19114 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19115
7ae62430
JL
191162009-09-10 Juri Linkov <juri@jurta.org>
19117
19118 * isearch.el (isearch-text-char-description): Propertize escape
19119 character sequences with the `escape-glyph' face. (Bug#4344)
19120
19121 * simple.el (shell-command): Set asynchronous process filter to
19122 `comint-output-filter'. (Bug#4343)
19123
19124 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19125 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19126 the list. Move "asm" to the bottom.
19127 (grep-find-ignored-directories): Add `choice' with nil value
19128 to empty the list easily.
19129 (grep-find-ignored-files): New option.
19130 (grep-files-history): Set to nil by default instead of '("ch" "el").
19131 (grep-compute-defaults): Add "<X>" to `grep-template'.
19132 (grep-read-files): Bind new local variables `default-alias' and
19133 `default-extension'. Use a list of default values for the file prompt.
19134 (lgrep): Add `--exclude=' command line options composed from
19135 `grep-find-ignored-files'.
19136 (rgrep): Add `-name' command line options composed from
19137 `grep-find-ignored-files'. (Bug#4301)
19138
cd875252
SM
191392009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19140
19141 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19142 (bug#4368).
19143
cdce0b33
KY
191442009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19145
19146 * calendar/time-date.el (autoload):
19147 Expand define-obsolete-function-alias into defalias and make-obsolete
19148 for old Emacsen that Gnus supports.
19149 (with-no-warnings): Define it for old Emacsen.
19150 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19151 is available.
19152 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19153 float-time is available; suppress compile warning for time-to-seconds.
19154
191552009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19156
19157 * net/imap.el (imap-message-map): Docstring fix.
19158
2b2eb431
GM
191592009-09-09 Glenn Morris <rgm@gnu.org>
19160
19161 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19162 line numbers too. (Bug#4374)
19163
83a5aac5
SM
191642009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19165
755e0210
SM
19166 * smerge-mode.el (smerge-remove-props, smerge-refine):
19167 Use with-silent-modifications (bug#4342).
19168
83a5aac5
SM
19169 * subr.el (with-silent-modifications): New macro.
19170
79f01fa7
JB
191712009-09-07 Juanma Barranquero <lekktu@gmail.com>
19172
19173 * files.el (top-level): Require `cl' when compiling.
19174
448ecec3
GM
191752009-09-07 Glenn Morris <rgm@gnu.org>
19176
19177 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19178
8f09a02f
GM
19179 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19180 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19181
76ff67bf
NR
191822009-09-06 Nick Roberts <nickrob@snap.net.nz>
19183
19184 * vc-git.el (vc-git-annotate-command): Use separator to parse
19185 arguments correctly.
19186
943c8b75
EZ
191872009-09-06 Eli Zaretskii <eliz@gnu.org>
19188
19189 * proced.el (proced-mode): Doc fix.
19190
680db9ac
MA
191912009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19192
19193 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19194 lstat fails.
19195 (tramp-do-file-attributes-with-ls): Check for file existence at
19196 remote end.
19197 (tramp-do-file-attributes-with-stat): Likewise.
19198 (tramp-convert-file-attributes): Return nil when attr is nil.
19199
3f12e5bd
GM
192002009-09-05 Glenn Morris <rgm@gnu.org>
19201
c8dc27bf
GM
19202 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19203 properties to this button.
19204 (diary-fancy-display): Don't extend the button to the final newline.
19205 (diary-fancy-display-mode): Continue to define "q" as a local key.
19206
cca065d8
GM
19207 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19208 efficient.
19209
cddaedb6
GM
19210 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19211
3f12e5bd
GM
19212 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19213 (byte-compile-dest-file-function): New option.
19214 (byte-compile-dest-file): Doc fix.
19215 Obey byte-compile-dest-file-function.
19216 (byte-compile-cl-file-p): New function.
19217 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19218 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19219 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19220 than for file being previously loaded.
19221 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19222 (byte-compile-file-form-require): Handle the case where requiring a file
19223 indirectly causes CL to be loaded.
19224
049a231b
KF
192252009-09-05 Karl Fogel <kfogel@red-bean.com>
19226
19227 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19228 before killing the old buffer, since by the time `kill-buffer' is
19229 run so many buffer variables have been set to nil that it may not
19230 behave as expected. (Bug#4061)
19231
ef7ef2a0
KF
192322009-09-05 Karl Fogel <kfogel@red-bean.com>
19233
19234 * files.el (find-alternate-file): If the old buffer is modified
19235 and visiting a file, behave similarly to `kill-buffer' when
19236 killing it, thus reverting to the pre-1.878 behavior; see
19237 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19238 for discussion. Also, consult `buffer-file-name' as a variable
19239 not as a function, for consistency with the rest of the code.
19240
73d854cd
MA
192412009-09-04 Michael Albinus <michael.albinus@gmx.de>
19242
19243 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19244 also when adding a new directory.
19245
6a7662bb
BR
19246 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19247 New defun.
73d854cd 19248
df120481
SM
192492009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19250
19251 * files.el (locate-file-completion-table): Make it provide boundary
19252 information, so partial-completion works better.
19253
c0bc6d79
SM
192542009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19255
19256 * mail/footnote.el (Footnote-text-under-cursor):
19257 Check footnote-text-marker-alist before using it (bug#4324).
19258
f76a9756
GM
192592009-09-04 Glenn Morris <rgm@gnu.org>
19260
67d110f1
GM
19261 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19262 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19263 * play/solitaire.el, play/tetris.el:
19264 Remove leading * from defcustom and defface docs.
19265
b42d4989
GM
19266 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19267 necessary.
19268 (diary-fancy-overriding-map): New variable.
19269 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19270 Use view-mode.
19271
f76a9756
GM
19272 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19273 goto-line.
19274
e605eeeb
GM
192752009-09-03 Glenn Morris <rgm@gnu.org>
19276
597e2240
GM
19277 * arc-mode.el (archive-mode):
19278 * dos-fns.el (set-default-process-coding-system):
19279 * man.el (Man-getpage-in-background):
19280 * menu-bar.el (menu-bar-describe-menu):
19281 * server.el (server-process-filter):
19282 * startup.el (command-line):
19283 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19284 * w32-fns.el (set-default-process-coding-system):
19285 * x-dnd.el (x-dnd-handle-file-name):
19286 * international/mule-cmds.el (mule-menu-keymap)
19287 (set-default-coding-systems, language-info-alist, set-language-info)
19288 (set-language-environment, standard-display-european-internal)
19289 (set-locale-environment):
19290 * international/mule-diag.el (mule-diag):
19291 * mail/emacsbug.el (report-emacs-bug):
19292 * mail/rmail.el (rmail-mode):
19293 * mail/sendmail.el (mail-setup):
19294 Use default-value rather than default-enable-multibyte-characters.
19295
f38184aa
GM
19296 * progmodes/f90.el: Move all safe properties into the defcustoms.
19297 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19298
e605eeeb
GM
19299 * calendar/appt.el (appt-check):
19300 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19301 (diary-check-diary-file, diary-list-entries)
19302 (diary-include-other-diary-files, diary-simple-display)
19303 (diary-fancy-display, diary-print-entries)
19304 (diary-mark-included-diary-files, diary-make-entry):
19305 Don't call substitute-in-file-name on diary-file.
19306
734db384 193072009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 19308 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
19309
19310 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19311 (footnote-mode-map): Move initialization into the declaration.
19312 (footnote-minor-mode-map): Define it rather than changing global-map.
19313 (footnote-mode): Use define-minor-mode.
19314
e5aa47f9
MA
193152009-09-02 Michael Albinus <michael.albinus@gmx.de>
19316
19317 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19318 (tramp-do-file-attributes-with-perl)
19319 (tramp-do-file-attributes-with-stat): Rename from
19320 `tramp-handle-file-attributes-with-*'.
19321 (tramp-handle-file-attributes): Use them.
19322 (tramp-do-directory-files-and-attributes-with-perl)
19323 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19324 `tramp-handle-directory-files-and-attributes-with-*'.
19325 (tramp-handle-directory-files-and-attributes): Use them.
19326 (tramp-method-out-of-band-p): Additional parameter SIZE.
19327 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19328 (tramp-handle-write-region): Use it.
734db384 19329 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
19330 (tramp-handle-vc-registered): Check, whether the first run did
19331 return files to be tested.
19332 (tramp-advice-make-auto-save-file-name): Do not call directly
19333 `tramp-handle-make-auto-save-file-name', because this would bypass
19334 the locking mechanism.
19335
734db384 19336 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
19337 (file-remote-p, process-file, start-file-process, set-file-times)
19338 (tramp-compat-file-attributes): Compatibility functions shall not
19339 call directly `tramp-handle-*', because this would bypass the
19340 locking mechanism.
19341 (tramp-compat-number-sequence): New defun.
19342
6e2ca895
GM
193432009-09-02 Glenn Morris <rgm@gnu.org>
19344
697c7714
GM
19345 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19346 alias for float-time.
19347 (time-to-number-of-days): In Emacs, use float-time.
19348 * net/newst-backend.el (time-add): Suppress warnings from compat
19349 function.
19350 * time.el (emacs-uptime, emacs-init-time):
19351 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19352 Use float-time rather than time-to-seconds.
19353
6e2ca895
GM
19354 * minibuffer.el (completion-initials-expand): Fix typo.
19355
19356 * faces.el (modeline, modeline-inactive, modeline-highlight)
19357 (modeline-buffer-id):
19358 * info.el (info-menu-5): Mark these face aliases as obsolete.
19359
ed17efec
NR
193602009-09-01 Nick Roberts <nickrob@snap.net.nz>
19361
19362 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19363 space ...
19364 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19365 no "--thread" option.
19366 (gdb-stopped): Don't print "Switched to thread" message when it is
19367 unchanged.
19368
fcb68f70
SM
193692009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19370
19371 * minibuffer.el (completion-try-completion)
19372 (completion-all-completions): Remove ill-defined (and
19373 mistakenly installed and luckily never used nor documented)
19374 `completion-styles' property.
19375 (completion-initials-expand, completion-initials-all-completions)
19376 (completion-initials-try-completion): New functions.
19377 (completion-styles-alist): Add doc to each entry.
19378 Add new `initials' entry.
19379
83318a6d
NR
193802009-09-01 Nick Roberts <nickrob@snap.net.nz>
19381
19382 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19383 MI command -var-evaluate-expression.
19384 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19385 and tweak for case of string child.
734db384 19386 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 19387
d63eb0e7
GM
193882009-09-01 Glenn Morris <rgm@gnu.org>
19389
c4f6e489
GM
19390 * add-log.el (change-log-date-face, change-log-name-face)
19391 (change-log-email-face, change-log-file-face, change-log-list-face)
19392 (change-log-conditionals-face, change-log-function-face)
19393 (change-log-acknowledgement-face):
19394 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19395 (custom-modified-face, custom-set-face, custom-changed-face)
19396 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19397 (custom-documentation-face, custom-state-face, custom-comment-face)
19398 (custom-comment-tag-face, custom-variable-tag-face)
19399 (custom-variable-button-face, custom-face-tag-face)
19400 (custom-group-tag-face-1, custom-group-tag-face):
19401 * diff-mode.el (diff-header-face, diff-file-header-face)
19402 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19403 (diff-added-face, diff-changed-face, diff-function-face)
19404 (diff-context-face, diff-nonexistent-face):
19405 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19406 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19407 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19408 (Info-title-4-face):
19409 * isearch.el (isearch-lazy-highlight-face):
19410 * log-view.el (log-view-file-face, log-view-message-face):
19411 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19412 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19413 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19414 (cvs-msg-face):
19415 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19416 (smerge-base-face, smerge-markers-face):
19417 * wid-edit.el (widget-documentation-face, widget-button-face)
19418 (widget-field-face, widget-single-line-field-face)
19419 (widget-inactive-face, widget-button-pressed-face):
19420 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19421 (woman-addition-face):
2fb1ec93
GM
19422 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19423 (eshell-ls-executable-face, eshell-ls-readonly-face)
19424 (eshell-ls-unreadable-face, eshell-ls-special-face)
19425 (eshell-ls-missing-face, eshell-ls-archive-face)
19426 (eshell-ls-backup-face, eshell-ls-product-face)
19427 (eshell-ls-clutter-face):
19428 * eshell/em-prompt.el (eshell-prompt-face):
19429 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 19430 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
19431 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19432 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19433 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19434 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19435 (antlr-font-lock-literal-face):
c4f6e489
GM
19436 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19437 (ebrowse-root-class-face, ebrowse-file-name-face)
19438 (ebrowse-default-face, ebrowse-member-attribute-face)
19439 (ebrowse-member-class-face, ebrowse-progress-face):
19440 * progmodes/make-mode.el (makefile-space-face):
19441 * progmodes/sh-script.el (sh-heredoc-face):
19442 * textmodes/flyspell.el (flyspell-incorrect-face)
19443 (flyspell-duplicate-face):
19444 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 19445 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
19446 Mark face aliases with "-face" suffix as obsolete.
19447
d80619fa
GM
19448 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19449 compiler.
19450
5f68c1b7
GM
19451 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
19452 (eudc-bob-sound-menu): Use defvar rather than defconst, since
19453 easy-menu-define wants to modify these.
19454
19455 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
19456
19457 * net/browse-url.el (browse-url-file-url):
19458 * term/internal.el (dos-codepage-setup):
19459 Use default-value rather than default-enable-multibyte-characters.
19460
d80619fa 19461 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
19462 * progmodes/flymake.el (flymake-highlight-line)
19463 (flymake-goto-file-and-line, flymake-goto-line):
19464 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
19465 (gdb-goto-breakpoint):
19466 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19467 * progmodes/python.el (python-find-function)
19468 (python-pdbtrack-track-stack-file):
19469 * progmodes/verilog-mode.el (verilog-surelint-off):
19470 * term/ns-win.el (ns-open-file-select-line):
19471 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
19472 Use forward-line rather than goto-line.
19473
d63eb0e7
GM
19474 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
19475 * textmodes/reftex-index.el (reftex-display-index):
19476 * textmodes/reftex-ref.el (reftex-offer-label-menu):
19477 * textmodes/reftex-toc.el (reftex-toc):
19478 Remove unnecessary bindings of default-major-mode (all are followed by
19479 major-mode check and possible mode switch).
19480
0afad278
NR
194812009-08-31 Nick Roberts <nickrob@snap.net.nz>
19482
19483 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
19484 Handle watchpoints (bug#4282).
19485 (def-gdb-thread-buffer-command): Enable thread to be selected by
19486 clicking without selecting threads buffer first.
19487 (gdb-current-context-command): Use selected frame so that "up",
19488 "down" etc work in the GUD buffer.
19489 (gdb-update): Find selected frame before rendering stack buffer.
19490 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
19491
4e135dd2
SM
194922009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19493
19494 * progmodes/sym-comp.el (displayed-completions): Remove.
19495 (symbol-complete): Use minibuffer-complete.
19496
e61eba34
GM
194972009-08-31 Glenn Morris <rgm@gnu.org>
19498
19499 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
19500
734db384
SM
19501 * apropos.el (apropos-symbols-internal):
19502 Handle (obsolete) face aliases.
e61eba34
GM
19503
19504 * faces.el (describe-face): Adjust the output format to be more like
19505 describe-variable, and to mention (obsolete) face aliases.
19506 Adjust the whitespace so that help-setup-xref works.
19507
19508 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
19509 * calendar/diary-lib.el (diary-button-face):
19510 Mark these face aliases as obsolete.
19511
19512 * calendar/calendar.el (calendar-today): Doc fix.
19513
4cf71456
NR
195142009-08-31 Nick Roberts <nickrob@snap.net.nz>
19515
19516 * progmodes/gdb-mi.el (gdb-control-all-threads)
19517 (gdb-control-current-thread): Force tool bar update.
19518 (gdb-non-stop-handler): New function.
19519 (gdb-init-1): Use it to test if non-stop mode is supported.
19520 Remove unused gdbmi buffer type.
19521
e61eba34 195222009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
19523
19524 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 19525 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 19526
4324f7ca
NR
195272009-08-30 Nick Roberts <nickrob@snap.net.nz>
19528
19529 * comint.el (comint-exec-1): Check command is non-null first.
19530 Part of gdb-mi.el change (2009-08-28).
19531
a1bf889a
SM
195322009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19533
19534 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
19535
060c08b5
JB
195362009-08-30 Juanma Barranquero <lekktu@gmail.com>
19537
19538 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
19539 instead of `dolist' to avoid a recursive require when bootstrapping.
19540
ab22be48
SM
195412009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19542
73ebf88f
SM
19543 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
19544
80629cfc
SM
19545 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
19546
206d0387 19547 * net/imap.el (imap-send-command): Simplify.
734db384 19548 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 19549
844f7784
SM
19550 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
19551
5ca4661e
SM
19552 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
19553 with constant argument.
19554
c61dc887
SM
19555 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
19556
7eb73deb
SM
19557 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
19558
5fe443de
SM
19559 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
19560 Change default, since most of our files don't have a history.
19561 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
19562 the user.
19563
6444d64a
SM
19564 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19565 Add comint-run.
19566
5cb16bfc
SM
19567 * calc/calc.el: Improve commenting convention.
19568 (calc-digit-map, toplevel): Simplify.
19569
0aeb71a7
SM
19570 * comint.el (comint-insert-input): Be careful to only set point if we
19571 don't delegate to some other command.
19572
9a9af856
SM
19573 * proced.el (proced-signal-list): Make it an alist.
19574 (proced-grammar-alist): Capitalize names.
19575 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
19576 Disable undo manually and make it read-only.
19577 Use completion-annotate-function.
19578
ab22be48
SM
19579 * minibuffer.el (minibuffer-message): If the current buffer is not
19580 a minibuffer, insert the message in the echo area rather than at the
19581 end of the buffer.
19582 (completion-annotate-function): New variable.
19583 (minibuffer-completion-help): Use it.
19584 (completion--embedded-envvar-table): Environment vars are
19585 always case-sensitive.
19586
4a948dbf
GM
195872009-08-30 Glenn Morris <rgm@gnu.org>
19588
19589 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
19590 from fortran-current-defun.
19591 (fortran-beginning-of-subprogram): Be more precise about finding the
19592 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
19593 (fortran-end-of-subprogram): Simplify.
19594 (fortran-current-defun): Use fortran-start-prog-re.
19595
486cf3b8
JB
195962009-08-29 Juanma Barranquero <lekktu@gmail.com>
19597
19598 * subr.el (do-after-load-evaluation): Simplify.
19599
db167d28
DN
196002009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19601
19602 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
19603
19604 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
19605 (vc-rcs-print-log): Use it.
19606
19607 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
19608
efbc652a
SM
196092009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19610
2aa0e5bf
SM
19611 * paths.el (abbrev-file-name): Move to abbrev.el.
19612 * abbrev.el (abbrev-file-name): Move from paths.el.
19613 Obey user-emacs-directory.
19614 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
19615 user-emacs-directory.
19616 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
19617 abbrev-file-name and calc-settings-file any more.
19618 * startup.el (command-line): Recompute abbrev-file-name and
19619 abbreviated-home-dir.
19620 (normal-no-mouse-startup-screen): Improve the generic code and get rid
19621 of the special code for when C-h bindings haven't been changed.
19622 (display-startup-echo-area-message): Use with-current-buffer.
19623 (command-line-1): Use a list of strings, rather than a list of lists
19624 of strings for longopts.
19625
51da8fe2
SM
19626 * files.el (get-free-disk-space): Use / for default-directory.
19627
0c3cc4dd
SM
19628 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
19629 Use with-current-buffer.
19630
d988dbf6
SM
19631 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
19632 Recognize immutable variables like most-positive-fixnum.
19633 (byte-compile-setq-default): Check and warn if trying to assign
19634 to an immutable variable, or a non-variable.
19635
efbc652a
SM
19636 * progmodes/cc-vars.el (c-comment-continuation-stars):
19637 * progmodes/cc-engine.el (c-looking-at-bos):
19638 * progmodes/cc-cmds.el (c-toggle-auto-state)
19639 (c-forward-into-nomenclature, c-backward-into-nomenclature)
19640 (c-comment-line-break-function): Add version of obsolescence.
19641
d30a05d1
JL
196422009-08-28 Juri Linkov <juri@jurta.org>
19643
19644 * files.el (magic-fallback-mode-alist): Add ZIP magic number
19645 associated with `archive-mode'.
19646
19647 * image.el (image-type-header-regexps): Use only JPEG magic number
19648 to determine JPEG images, and don't use `image-jpeg-p' because
19649 Emacs can display non-JFIF non-Exif JPEG images.
19650
1e8eecea
JB
196512009-08-28 Juanma Barranquero <lekktu@gmail.com>
19652
19653 * arc-mode.el (archive-mode):
19654 * emacs-lisp/re-builder.el (re-builder-unload-function):
19655 Protect against the default value of `major-mode' being nil.
19656
dd4fbf56
JB
196572009-08-28 Juanma Barranquero <lekktu@gmail.com>
19658
19659 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
19660 Fix typos in docstrings.
19661
19662 * progmodes/js.el (js--macro-decl-re): Doc fix.
19663 (js--plain-method-re, js--split-name): Refloc docstring.
19664 (js--class-styles, js--make-merged-item, js--splice-into-items):
19665 Fix typos in docstrings; reflow docstrings.
19666 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
19667 (js--variable-decl-matcher, js--inside-pitem-p)
19668 (js--parse-state-at-point, js--get-all-known-symbols)
19669 (js--symbol-history, js-find-symbol, js--js-references)
19670 (js--moz-interactor, js--js-encode-value, js--read-tab):
19671 Fix typos in docstrings.
19672
72f16325
SM
196732009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19674
14acf2f5
SM
19675 * textmodes/reftex.el (reftex-get-file-buffer-force):
19676 * progmodes/verilog-mode.el (verilog-batch-execute-func):
19677 * emulation/viper.el (viper-go-away, viper-set-hooks):
19678 * emacs-lisp/re-builder.el (re-builder-unload-function):
19679 * emacs-lisp/bytecomp.el (byte-compile-file):
19680 * ses.el (ses-unload-function):
19681 * hexl.el (hexl-find-file):
19682 * files.el (normal-mode):
19683 * ehelp.el (with-electric-help):
19684 * autoinsert.el (auto-insert-alist):
19685 * arc-mode.el (archive-mode):
19686 Use (default-value 'major-mode) instead of default-major-mode.
19687
72f16325
SM
19688 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
19689 * international/mule.el (load-with-code-conversion):
19690 * emacs-lisp/debug.el (debug):
19691 * ediff-vers.el (ediff-rcs-get-output-buffer):
19692 * dired.el (dired-internal-noselect): Don't let-bind
19693 default-major-mode around code that doesn't use it.
19694 E.g. buffer creation via get-buffer-create doesn't use it.
19695
aa485f7c
MA
196962009-08-28 Michael Albinus <michael.albinus@gmx.de>
19697
19698 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
19699 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
19700 when writing the temp file. Otherwise, epa-file gets confused.
19701 (tramp-register-file-name-handlers): Make it a defun. Move also
19702 `epa-file-handler' to the front of `file-name-handler-alist'.
19703
197042009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19705
19706 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
19707 start right after a ^M.
19708 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
19709 (tramp-completion-file-name-regexp-separate)
19710 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
19711 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
19712 Don't modify last-coding-system-used by accident.
aa485f7c
MA
19713 (tramp-completion-file-name-handler): Apply the checks here,
19714 instead during registration.
88b5a757 19715 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
19716 `tramp-register-file-name-handler'. Register both
19717 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 19718 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 19719
3f0c2b92
NR
197202009-08-28 Nick Roberts <nickrob@snap.net.nz>
19721
72f16325
SM
19722 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
19723 Remove variable ...
3f0c2b92
NR
19724 (gdb-init-1, gdb-display-separate-io-buffer)
19725 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
19726 references to it.
19727 (gdb-inferior-io-mode): Use make-comint-in-buffer.
19728 (gdb-inferior-filter): Use comint-output-filter to stop
19729 echoing and remove ^M characters.
19730
705e5bd9
SM
197312009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19732
009fdc2e
SM
19733 * emulation/viper-init.el (viper-restore-cursor-type):
19734 * emulation/cua-base.el (cua--update-indications):
19735 Replace default-cursor-type with (default-value 'cursor-type).
19736
b56a5ae0
SM
19737 * mail/sendmail.el (mail-recover-1):
19738 * international/mule-diag.el (describe-current-coding-system-briefly)
19739 (describe-current-coding-system):
19740 * international/mule-cmds.el (select-safe-coding-system)
19741 (select-message-coding-system)
19742 (set-language-environment-coding-systems, set-locale-environment):
19743 * hexl.el (hexl-insert-multibyte-char):
19744 * dos-w32.el (find-buffer-file-type-coding-system):
19745 * simple.el (what-cursor-position):
19746 Replace uses of default-buffer-file-coding-system
19747 with (default-value 'buffer-file-coding-system).
19748
de70529f
SM
19749 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
19750 Replace uses of default-cursor-in-non-selected-windows
19751 with (default-value 'cursor-in-non-selected-windows).
19752 Use with-current-buffer.
19753
705e5bd9
SM
19754 * mail/feedmail.el: Use CL macros.
19755 (feedmail-run-the-queue, feedmail-send-it-immediately):
19756 * dos-w32.el (find-buffer-file-type): Replace uses of
19757 default-buffer-file-type with (default-value 'buffer-file-type).
19758
4d985ac2
GM
197592009-08-28 Glenn Morris <rgm@gnu.org>
19760
19761 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
19762 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
19763 Use default-value of major-mode rather than default-major-mode.
19764
17c15b81
SM
197652009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19766
3a68ab06
SM
19767 * Makefile.in (update-elcfiles): Report left over elc files.
19768
9421bdd1
SM
19769 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
19770 expand-file-name and with-current-buffer.
19771 (mail-get-names, mail-directory): Use with-current-buffer.
19772
17c15b81
SM
19773 * vc.el (vc-read-revision): New function.
19774 (vc-version-diff, vc-merge): Use it.
19775
ba83a64e
SS
197762009-08-27 Sam Steingold <sds@gnu.org>
19777
19778 * simple.el (kill-do-not-save-duplicates): New user option.
19779 (kill-new): When it is non-nil, and the new string is the same as
19780 the latest kill, set replace to t to avoid duplicates in kill-ring.
19781
be3e598a 197822009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
19783
19784 * net/tramp.el (tramp-handle-process-file): Do not flush all
19785 caches when `process-file-side-effects' is set.
19786 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
19787 instead of `tramp-find-file-exists-command'.
19788 Unset `process-file-side-effects'.
d5b5c94a
MA
19789
197902009-08-27 Michael Albinus <michael.albinus@gmx.de>
19791
19792 * net/tramp.el (tramp-methods): New method "rsyncc".
19793 (top): Add completion function for "rsyncc".
19794 (tramp-message-show-message): New defvar.
19795 (tramp-message, tramp-error): Use it.
19796 (tramp-do-copy-or-rename-file-directly): Extend check for direct
19797 remote copying.
19798 (tramp-do-copy-or-rename-file-out-of-band): Handle new
19799 `tramp-methods' entry `copy-env' of "rsyncc".
19800 (tramp-vc-registered-read-file-names): New defconst.
19801 (tramp-vc-registered-file-names): New defvar.
19802 (tramp-handle-vc-registered): Implement optimization strategy.
19803 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
19804 (tramp-vc-file-name-handler): New defun.
19805 (tramp-get-ls-command, tramp-get-test-command)
19806 (tramp-get-file-exists-command, tramp-get-remote-ln)
19807 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 19808 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
19809
19810 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
19811 (tramp-cache-inhibit-cache): Extend doc string. It allows also
19812 timestamps.
19813 (tramp-get-file-property): Check for timestamps in
19814 `tramp-cache-inhibit-cache'.
19815 (tramp-set-file-property): Write timestamp.
19816
1339cf20
KH
198172009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19818
19819 * language/japan-util.el (japanese-symbol-table): Add entries for
19820 cp932-2-byte.
19821
19822 * international/characters.el: Add category `j' to cp932-2-byte.
19823
726e3f1d
KH
198242009-08-27 Kenichi Handa <handa@m17n.org>
19825
19826 * international/fontset.el (build-default-fontset-data): New macro.
19827 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 19828 tibetan, ethiopic, and ipa.
726e3f1d 19829
4e3b4528
SM
198302009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19831
19832 * cus-start.el (default-major-mode): Customize `major-mode' instead.
19833 (enable-multibyte-characters): Not customizable any more.
19834
19835 * subr.el (default-mode-line-format, default-header-line-format)
19836 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
19837 (default-direction-reversed, default-truncate-lines)
19838 (default-left-margin, default-tab-width, default-case-fold-search)
19839 (default-left-margin-width, default-right-margin-width)
19840 (default-left-fringe-width, default-right-fringe-width)
19841 (default-fringes-outside-margins, default-scroll-bar-width)
19842 (default-vertical-scroll-bar, default-indicate-empty-lines)
19843 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
19844 (default-fringe-cursor-alist, default-scroll-up-aggressively)
19845 (default-scroll-down-aggressively, default-fill-column)
19846 (default-cursor-type, default-buffer-file-type)
19847 (default-cursor-in-non-selected-windows)
19848 (default-buffer-file-coding-system, default-major-mode)
19849 (default-enable-multibyte-characters): Mark as obsolete.
19850
b3cca6a6
DN
198512009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
19852
652cc1a2
DN
19853 * vc-dir.el (vc-dir-update): Remove debug helper.
19854
b3cca6a6
DN
19855 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
19856
4ed8c7aa
SS
198572009-08-26 Sam Steingold <sds@gnu.org>
19858
19859 * simple.el (save-interprogram-paste-before-kill): New user option.
19860 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
19861 save the interprogram-paste into kill-ring before overriding it
19862 with the Emacs kill.
19863
3b64d86b
DN
198642009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19865
19866 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
19867 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
19868 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
19869 and move to vc-rcs.el.
19870 (vc-default-next-revision): Rename to vc-rcs-next-revision and
19871 move to vc-rcs.el.
19872 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
19873 (vc-rcs-update-changelog): Remove.
19874 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
19875 and move to vc-rcs.el.
19876
19877 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
19878 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
19879 renaming.
19880 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 19881 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
19882 vc.el, renamed to be RCS specific.
19883
72f16325
SM
19884 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
19885 New functions.
19886 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
19887
19888 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
19889 New functions.
19890
636a36a0
SM
198912009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19892
19893 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
19894
239b3340
DN
198952009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19896
b91f0762 19897 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
19898 (vc-git-stash, vc-git-stash-show): New functions.
19899 (vc-git-extra-menu-map): Bind them.
b91f0762 19900
b8e54362
DN
19901 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
19902 directory correctly in case the item is a directory itself.
19903
239b3340
DN
19904 * vc.el: Document the desired behavior for reverted files in the
19905 `added' state.
dc810649
DN
19906 (vc-default-prettify-state-info): Remove function, unused.
19907
19908 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 19909
e49c0179
GM
199102009-08-26 Glenn Morris <rgm@gnu.org>
19911
19912 * bindings.el (standard-mode-line-format): Reposition dashes in
19913 which-func entry. (Bug#4217)
19914
3029e594
GM
19915 * files.el (enable-local-variables, enable-local-eval)
19916 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
19917 the defcustoms.
19918 (auto-mode-alist, ignored-local-variables)
19919 (save-some-buffers-action-alist): Move risky declarations to the
19920 definitions.
19921 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
19922 (font-lock-defaults, format-alist, imenu--index-alist)
19923 (imenu-generic-expression, input-method-alist, minor-mode-alist)
19924 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
19925 (mode-line-modified, mode-line-mule-info, mode-line-position)
19926 (mode-line-process, mode-line-remote, outline-level)
19927 (parse-time-rules, rmail-output-file-alist)
19928 (special-display-buffer-names, vc-mode):
19929 Move risky declarations to the relevant files.
72f16325
SM
19930 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
19931 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
19932 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
19933 * font-core.el (font-lock-defaults):
19934 * format.el (format-alist):
19935 * vc-hooks.el (vc-mode):
19936 * window.el (special-display-buffer-names):
19937 * international/mule-cmds.el (input-method-alist):
19938 Define riskiness here (dumped file) rather than in files.el.
19939 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
19940 * imenu.el (imenu-generic-expression, imenu--index-alist):
19941 * outline.el (outline-level):
19942 * time.el (display-time-string):
19943 * calendar/parse-time.el (parse-time-rules):
19944 * mail/rmailout.el (rmail-output-file-alist):
19945 Autoload riskiness here, rather than placing in files.el.
19946
8476cfaf
SM
199472009-08-26 Andreas Schwab <schwab@linux-m68k.org>
19948
19949 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
19950
0b35b48e
MA
199512009-08-25 Michael Albinus <michael.albinus@gmx.de>
19952
19953 * simple.el (process-file-side-effects): New defvar.
19954
19955 * dired-aux.el (dired-show-file-type):
19956 * vc.el (vc-diff-internal):
19957 * vc-arch.el (vc-arch-diff):
19958 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
19959 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
19960 * vc-git.el (vc-git-registered, vc-git-working-revision)
19961 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
19962 (vc-git--empty-db-p):
19963 * vc-hooks.el (vc-user-login-name):
19964 * vc-svn.el (vc-svn-registered, vc-svn-state)
19965 (vc-svn-dir-extra-headers, vc-svn-find-revision):
19966 * progmodes/grep.el (grep-probe): Let-bind
19967 `process-file-side-effects' with nil.
19968
19969 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
19970
19971 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
19972 daemon. Replace ping by checking for running service for bluez
19973 and zeroconf. (Bug#4239)
19974
d54cc599
GM
199752009-08-25 Kevin Ryde <user42@zip.com.au>
19976
19977 * net/dig.el (dig): Add autoload cookie.
19978
7bfd055d
GM
199792009-08-25 Glenn Morris <rgm@gnu.org>
19980
bac9c66c
GM
19981 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
19982 load-history for absolute file-names.
19983 (byte-compile-file-form-require): Warn about use of the cl package.
19984
7bfd055d
GM
19985 * format.el (format-alist): Doc fix.
19986
5ac1f9e0
GM
19987 * play/bubbles.el (top-level): Don't require cl at run-time.
19988
af62aa88
GM
19989 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
19990 run-time cl).
19991
71e036af
DD
199922009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
19993
19994 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
19995 from cl package.
19996 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
19997
42110eaf
JB
199982009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
19999
20000 * calc/calc-alg.el (math-trig-rewrite)
20001 (math-hyperbolic-trig-rewrite): New functions.
20002 (calc-simplify): Simplify trig functions when asked.
20003
88421f3e
SM
200042009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20005
20006 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20007
dbd9624e
KH
200082009-08-24 Kenichi Handa <handa@m17n.org>
20009
20010 * language/ind-util.el (mapthread): Delete it.
20011 (combinatorial): New function.
20012 (indian--puthash-cv): Use combinatorial instead of mapthread.
20013
9b89e3ee
GM
200142009-08-22 Kevin Ryde <user42@zip.com.au>
20015
20016 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20017 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20018 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20019 Clarify docstring that the value is strings not symbols.
20020 (checkdoc-list-of-strings-p): New function.
20021
e6ce8c42
GM
200222009-08-22 Glenn Morris <rgm@gnu.org>
20023
2ddf2ea6 20024 * files.el (auto-mode-alist):
a3374680
GM
20025 * hippie-exp.el (he-concat-directory-file-name):
20026 * lpr.el (lpr-windows-system, printer-name):
20027 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20028 * ps-print.el (ps-windows-system):
20029 * startup.el (command-line):
20030 * emulation/viper-ex.el (viper-glob-function):
20031 * international/mule-cmds.el (set-language-environment-coding-systems):
20032 * net/ange-ftp.el (ange-ftp-write-region):
20033 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20034 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20035 unisoft-unix, vax-vms, win32, w32.
20036
977955fa
GM
20037 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20038 given name if the pattern is not more specific.
20039
b4deec2e
GM
20040 * calendar/lunar.el (lunar-phase-names): New option.
20041 (lunar-phase): Doc fix.
20042 (lunar-cycles-per-year): New constant.
20043 (lunar-index): New function.
20044 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20045 (lunar-phase-name): Use lunar-phase-names.
20046 (calendar-lunar-phases): Use format.
20047 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20048
47e83968
GM
20049 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20050 Copy imenu-example--name-and-position function here for own use.
20051 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20052
e6ce8c42
GM
20053 * bs.el (bs--redisplay):
20054 * cus-edit.el (custom-redraw):
20055 * ibuffer.el (ibuffer-bury-buffer):
20056 * server.el (server-goto-line-column):
20057 * startup.el (command-line-1):
20058 * strokes.el (strokes-xpm-for-stroke):
20059 * term.el (term-display-buffer-line):
20060 * view.el (View-goto-line):
20061 * calc/calc.el (calc-do, calc-trail-buffer):
20062 * play/gamegrid.el (gamegrid-add-score-insecure):
20063 * progmodes/ada-mode.el (ada-compile-goto-error):
20064 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20065 (ebrowse-select-1st-to-9nth):
47e83968 20066 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20067 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20068 * progmodes/gud.el (gud-display-line):
20069 (idlwave-shell-display-line):
20070 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20071 * progmodes/make-mode.el (makefile-browser-toggle):
20072 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20073 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20074 * textmodes/picture.el (picture-draw-rectangle):
20075 * textmodes/reftex-index.el (reftex-index-goto-letter):
20076 (reftex-select-jump-to-previous):
20077 * textmodes/reftex-sel.el (reftex-find-start-point)
20078 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20079 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20080 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20081 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20082 * textmodes/two-column.el (2C-associated-buffer):
20083 Use forward-line rather than goto-line.
20084
20085 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20086 goto-line.
20087
4b18bdb3
GM
20088 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20089 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20090 (quick-check-list-to-regexp): Declare.
e6ce8c42 20091
72f16325
SM
20092 * progmodes/make-mode.el (makefile-browser-insert-selection):
20093 Use goto-char rather than goto-line.
e6ce8c42
GM
20094
20095 * progmodes/prolog.el (compilation-error-regexp-alist)
20096 (compilation-forget-errors): Declare.
20097
32a2cf25
JL
200982009-08-22 Juri Linkov <juri@jurta.org>
20099
20100 * progmodes/grep.el (lgrep, rgrep): At the beginning
20101 set `dir' to `default-directory' unless `dir' is a non-nil
20102 readable directory. (Bug#4052)
20103 (lgrep, rgrep): Change a weird way to report an error
20104 from using `read-string' to using `error'.
20105 Instead of using interactive arguments in the function body,
20106 add new argument `confirm'.
20107
5443c9b7
SM
201082009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20109
cb5b40ee
SM
20110 * textmodes/remember.el (remember-buffer):
20111 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20112 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20113 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20114 * net/newst-treeview.el (newsticker-groups-filename):
20115 * net/newst-backend.el (newsticker-cache-filename):
20116 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20117 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20118 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20119 (speedbar-buffers-line-path, speedbar-path-line)
20120 (speedbar-buffers-line-path):
20121 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20122 (epg-sign-keys):
20123 * epa.el (epa-display-verify-result):
20124 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20125
d6261cc1
GM
201262009-08-21 Glenn Morris <rgm@gnu.org>
20127
3e1ea342
GM
20128 * progmodes/js.el (inferior-moz-process): Fix declaration.
20129
ce86eeb5
GM
20130 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20131
fff28970
GM
20132 * obsolete/rnewspost.el (news-mail-reply):
20133 Use goto-char rather than goto-line.
20134
d93e053b
GM
20135 * term/ns-win.el (ns-open-file-select-line):
20136 Use line-beginning-position rather than goto-line.
20137
d5d105e8
GM
20138 * apropos.el (apropos-command):
20139 * ehelp.el (electric-helpify):
20140 * printing.el (pr-show-setup):
20141 * strokes.el (strokes-help):
20142 * tutorial.el (tutorial--describe-nonstandard-key)
20143 (tutorial--detailed-help):
20144 * woman.el (woman-mini-help, woman-display-extended-fonts):
20145 * calc/calc-help.el (calc-describe-key):
20146 * emulation/edt.el (edt-electric-helpify):
20147 * international/mule-diag.el (mule-diag):
20148 * play/yow.el (apropos-zippy):
20149 * progmodes/python.el (python-describe-symbol):
20150 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20151 * textmodes/table.el (*table--cell-describe-mode)
20152 (*table--cell-describe-bindings):
20153 Use help-print-return-message rather than the now obsolete alias.
20154
a8ab722f 20155 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20156 (calendar-cursor-to-visible-date):
20157 * play/5x5.el (5x5-position-cursor):
20158 * play/decipher.el (decipher):
20159 * play/gomoku.el (gomoku-goto-xy):
20160 * play/landmark.el (lm-goto-xy):
20161 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20162 (mpuz-paint-digit):
20163 Use forward-line, not goto-line.
a8ab722f 20164
d6261cc1
GM
20165 * mail/rmail.el (rmail-obsolete): Delete custom group.
20166 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20167 (rmail-remote-password, rmail-remote-password-required):
20168 Remove unneeded :set-after and :set properties.
20169
9e846523
MA
201702009-08-21 Michael Albinus <michael.albinus@gmx.de>
20171
20172 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20173
bbe1f502
DN
201742009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20175
bcc5db24
DN
20176 * loadup.el: Remove leftover macos code.
20177
bbe1f502
DN
20178 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20179 Explicitly pass the date format to git blame so that user local
20180 so that the output format can be parsed.
20181
6fd2d19a
MA
201822009-08-20 Michael Albinus <michael.albinus@gmx.de>
20183
20184 * net/dbus.el (top): Don't check for (getenv
20185 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20186
31764e15
SM
201872009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20188
20189 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 20190 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 20191
28930e39
SM
201922009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20193
4fd15622 20194 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 20195 Bug#3287
4fd15622 20196
b3d8e4a0
SM
20197 * help.el (help-print-return-message): Rename from
20198 print-help-return-message.
20199
c9829c70
SM
20200 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20201 cvs-mode-map parent hack.
20202 (log-view-mode): Derive from special-mode.
20203
b932657b
SM
20204 * linum.el (linum-mode): window-size-change-functions is redundant.
20205 Adapt to new window-configuration-change-hook behavior.
20206 (linum-after-size, linum-after-config): Remove.
20207
1b700bca
SM
20208 * imenu.el (imenu-example--name-and-position)
20209 (imenu-example--lisp-extract-index-name)
20210 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20211 Mark as obsolete.
20212
28930e39
SM
20213 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20214 (inferior-prolog-mode): Use it.
20215 (inferior-prolog-load-file): Reset list of errors.
20216
c9af0b68
KH
202172009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20218
20219 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20220
20221 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20222
720c7cd6
MA
202232009-08-19 Michael Albinus <michael.albinus@gmx.de>
20224
20225 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20226 is running already.
20227
03a74b84
SM
202282009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20229
20230 * subr.el (listify-key-sequence-1): Use normal syntax since those
20231 integers are nowadays always represented by the same (positive) number
20232 on all platforms.
20233 (read-key-empty-map): New const.
20234 (read-key-delay): New var.
20235 (read-key): New function.
20236 (force-mode-line-update): Use with-current-buffer.
20237 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20238 (start-process-shell-command, start-file-process-shell-command):
20239 Discourage the use of command-args.
20240
f43e88d4
GM
202412009-08-19 Glenn Morris <rgm@gnu.org>
20242
20243 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20244
890429cc
SM
202452009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20246
85be9ec4
SM
20247 * simple.el (choose-completion-string): Don't rely on
20248 minibuffer-completing-file-name and ad-hoc checks to decide whether
20249 to continue completion or not.
20250
890429cc
SM
20251 * minibuffer.el (minibuffer-hide-completions): New function.
20252 (completion--do-completion): Use it.
20253 (completions-annotations): New face.
20254 (completion--insert-strings): Use it.
20255 (completion-pcm--delim-wild-regex): Add docstring.
20256 (completion-pcm--string->pattern): Add support for 0-width delimiters
20257 in completion-pcm--delim-wild-regex.
20258
265d4549
SM
202592009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20260
d440b941
SM
20261 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20262 Remove unused var `buffer-modified-p'.
20263
265d4549
SM
20264 * minibuffer.el (completion--do-completion): Move point for the #b001
20265 case as well (bug#4176).
20266 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20267
ba6f7d86
MA
202682009-08-18 Michael Albinus <michael.albinus@gmx.de>
20269
20270 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20271 and :session buses.
20272
98819490
KH
202732009-08-18 Kenichi Handa <handa@m17n.org>
20274
265d4549
SM
20275 * international/ucs-normalize.el (ucs-normalize-version):
20276 Change to 1.1.
58627cf0
KH
20277 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20278 (utf-8-hfs): Make it perform normalization on encoding too.
20279
98819490
KH
20280 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20281 (sentence-end-without-space): Delete duplicated chars.
20282 (sentence-end-base): Likewise.
e739cc85
KH
20283
20284 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20285 (html-mode): Delete duplicated chars from sentence-end-base.
20286
20287 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20288 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 20289
645b9326
CY
202902009-08-17 Chong Yidong <cyd@stupidchicken.com>
20291
20292 * files.el (hack-one-local-variable): If the mode function is for
20293 a minor mode, pass it an argument (Bug#4148).
20294
56c195af
MA
202952009-08-17 Michael Albinus <michael.albinus@gmx.de>
20296
20297 * net/tramp.el (tramp-register-completion-file-name-handler):
20298 Check also for (member 'partial-completion completion-styles).
20299
7a55c78b
CY
203002009-08-16 Chong Yidong <cyd@stupidchicken.com>
20301
20302 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20303 abbrev (Bug#3943).
20304
be3e598a 203052009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
20306
20307 * progmodes/cperl-mode.el: Merge upstream 6.2.
20308 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20309 (cperl-forward-re): Check cperl-brace-recursing.
20310 (cperl-highlight-charclass): New function.
20311 (cperl-find-pods-heres): Use it.
31cd2dd4 20312 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 20313 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 20314 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
20315 (cperl-beautify-level): Don't process entire regexp.
20316 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20317 calling man.
20318 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20319 (cperl-init-faces): Build a list in the normal way.
20320
81b1f9c9
CY
203212009-08-16 Chong Yidong <cyd@stupidchicken.com>
20322
20323 * calendar/parse-time.el (parse-time-string-chars): Save match
20324 data.
20325
c3732cb8
SM
203262009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20327
55659495
SM
20328 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20329 (sql-product): Use it.
20330 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20331 (sql-set-product): Add completion.
20332 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20333 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20334 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20335 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20336 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20337 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20338 (sql-highlight-db2-keywords): Remove.
20339 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20340 (sql-highlight-product): Use derived-mode-p.
20341 (sql-set-sqli-buffer): Use with-current-buffer.
20342 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20343 Simplify.
20344
1ae79427
SM
20345 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20346
c3732cb8
SM
20347 * term.el: Fix commenting convention, turn comments into docstrings.
20348
f24b8bf3
CY
203492009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20350
20351 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20352
7b6fefac 203532009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 20354
1200ac26 20355 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
20356 character classes, to handle non-ascii characters (Bug#3190).
20357
203582009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 20359
1abbe4e5
CY
20360 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20361 another heredoc if the user adds another < (Bug#3226).
20362
c3732cb8
SM
20363 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20364 Don't initialize based on window-system (Bug#4124).
19261da4 20365
daad00fc
CY
20366 * facemenu.el (facemenu-read-color): Use a completion function
20367 that accepts any defined color, such as RGB triplets (Bug#3677).
20368
e1bdde78
CY
20369 * files.el (get-free-disk-space): Change fallback default
20370 directory to /. Expand DIR argument before switching to fallback.
20371 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20372
9d73a99e
CY
203732009-08-15 Chong Yidong <cyd@stupidchicken.com>
20374
20375 * files.el (load-library): Doc fix.
20376
68b962d4 203772009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 20378
953e0c1a 20379 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 20380 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 20381 incremental search string.
9d73a99e 20382
c3732cb8 20383 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 20384 XEmacs.
9d73a99e 20385
c3732cb8
SM
20386 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20387 (ediff-merge-region-is-non-clash)
20388 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 20389 Also check if the job is really a merge job.
9d73a99e 20390
c3732cb8 20391 * ediff.el (ediff-current-file): New function.
9d73a99e 20392
2e330adc
CY
203932009-08-15 Chong Yidong <cyd@stupidchicken.com>
20394
20395 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20396 conventions.
c3732cb8 20397 (js-insert-and-indent): Delete function.
2e330adc
CY
20398 (js-mode-map): Don't bind keys to js-insert-and-indent.
20399 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20400 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 20401 (js-auto-indent-flag): Delete variable.
2e330adc 20402
17b5d0f7
CY
204032009-08-14 Chong Yidong <cyd@stupidchicken.com>
20404
c3732cb8
SM
20405 * progmodes/js.el: Remove proclaim statement.
20406 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 20407
ba2d8894
CY
20408 * files.el (auto-mode-alist): Use js-mode for .js files.
20409
c3732cb8 20410 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
20411
20412 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20413
20414 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20415
c3732cb8 20416 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
20417
204182009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 20419 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
20420
20421 * progmodes/js.el: New file.
20422
b6377f1d
MH
204232009-08-14 Mark A. Hershberger <mah@everybody.org>
20424
20425 * timezone.el (timezone-parse-date): Add ability to understand ISO
20426 basic format (minimal separators) dates in addition to the
20427 already-supported extended format dates.
20428
bc0eef46
EZ
204292009-08-14 Eli Zaretskii <eliz@gnu.org>
20430
4e021e65
EZ
20431 * international/ucs-normalize.el: Add a `coding' file variable.
20432
bc0eef46
EZ
20433 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20434
53dab179
SS
204352009-08-14 Sam Steingold <sds@gnu.org>
20436
6801c38a 20437 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 20438
6c58c39c
CY
204392009-08-13 Chong Yidong <cyd@stupidchicken.com>
20440
20441 * faces.el (help-argument-name): Define it here instead of
20442 help-fns.el, because in daemon mode help-fns.el may be loaded when
20443 faces are still uninitialized (Bug#1078).
20444
20445 * help-fns.el (help-argument-name): Move defface to faces.el.
20446
c7baf7e9
NR
204472009-08-13 Nick Roberts <nickrob@snap.net.nz>
20448
20449 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20450 create buffer with a pty but no process so that GDB can make the
20451 inferior the controlling process.
20452
9c40e995 204532009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
20454
20455 * international/ucs-normalize.el: New file.
20456
8cdba32b
RS
204572009-08-13 Richard Stallman <rms@gnu.org>
20458
5c950923
RS
20459 * mail/rmail.el (rmail-get-attr-names):
20460 Accept an attribute header that is too short.
20461
76e1e40b
RS
20462 * mail/rmail.el (rmail-forget-messages):
20463 Ignore nil elt in rmail-message-vector. Use dotimes.
20464
1fc01b08
RS
20465 * progmodes/compile.el (compilation-goto-locus):
20466 Use next-error-move-function.
20467
8cdba32b
RS
20468 * simple.el (next-error-move-function): New variable.
20469
99910cf4
JL
204702009-08-12 Juri Linkov <juri@jurta.org>
20471
20472 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
20473 always non-nil. (Bug#4052)
20474
20475 * replace.el (read-regexp): Return empty string when
20476 `default-value' is nil.
20477 (keep-lines-read-args): Don't use empty string as the
20478 default value for `read-regexp'. (Bug#2495)
20479
fc5bdf6c
JL
204802009-08-12 Juri Linkov <juri@jurta.org>
20481
20482 * international/mule-cmds.el (ucs-insert): Change arguments
20483 from `arg' to `character', `count', `inherit' to be the same
20484 as in `insert-char'. Doc fix. (Bug#4039)
20485
20486 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
20487
77748848
JL
204882009-08-12 Juri Linkov <juri@jurta.org>
20489
20490 * files-x.el: New file.
20491
20492 * files.el: Move code that deals with adding/deleting
20493 file/directory-local variables to files-x.el.
20494
20495 * Makefile.in (ELCFILES): Add files-x.elc.
20496
c8a44c4e
DD
204972009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
20498
27a9fd5a
DD
20499 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
20500 to use `goto-line'.
20501 (gdb-place-breakpoints, gdb-get-location): Rewritten without
20502 `goto-line'.
20503 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 20504 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 20505 threads list.
107ef54a 20506 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 20507 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
20508 (gdb-stopped): ...here so it's sent when first thread stops.
20509 (gdb-registers-handler-custom): Do nothing if register names are
20510 unknown yet.
27a9fd5a 20511
c8a44c4e
DD
20512 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
20513 from `gdb-mi.el' to avoid extra tangling.
20514
20515 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 20516 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
20517 (gdb-update-gud-running): No extra fuss for updating frame number.
20518
dfd4e693
SM
205192009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20520
51c4341f
SM
20521 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
20522 (describe-language-environment-map, setup-language-environment-map)
20523 (set-coding-system-map): Move initialization into declaration.
20524 (set-language-info-alist): Last arg to define-key-after can be skipped.
20525
20526 * international/quail.el (quail-completion-1): Simplify.
20527 (quail-define-rules): Use slightly more compact code.
20528 (quail-insert-decode-map): Propertize keys, compact columns.
20529
dfd4e693
SM
20530 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20531 Add goto-line.
20532
83326559
MB
205332009-08-10 Miles Bader <miles@gnu.org>
20534
20535 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
20536 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
20537 (js2-instance-member, js2-private-member, js2-private-function-call)
20538 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
20539 (js2-magic-paren, js2-external-variable):
20540 Remove "-face" suffix from face names.
20541 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
20542 (js2-highlight-undeclared-vars, js2-peek-token)
20543 (js2-parse-function-params, js2-mode-show-errors)
20544 (js2-mode-show-warnings, js2-make-magic-delimiter)
20545 (js2-mode-highlight-magic-parens): Update to use new face names.
20546
8e754ea2
MA
205472009-08-09 Michael Albinus <michael.albinus@gmx.de>
20548
20549 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
20550 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
20551
1c292fc7
CY
205522009-08-09 Chong Yidong <cyd@stupidchicken.com>
20553
18d433a7
CY
20554 * subr.el: Provide hashtable-print-readable.
20555
1c292fc7
CY
20556 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
20557 hs-c-like-adjust-block-beginning.
20558 (hs-hide-block-at-point): Stop hiding at the beginning of
20559 hs-block-end-regexp (Bug#700).
20560
2db0ae07
DD
205612009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
20562
20563 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
20564 a macro.
20565 (gdb-registers-handler-custom): Do not fail when register names
20566 are unavailable.
20567
fe4740a6
DD
205682009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20569
20570 * progmodes/gdb-mi.el (gdb-control-all-threads)
20571 (gdb-control-current-thread): Interactive setters for
20572 `gdb-gud-control-all-threads' to use in menu.
20573 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
20574 (gud-tool-bar-map): Add non-stop/A,T indicator.
20575 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 20576
ce299d55
CY
205772009-08-08 Yoni Rabkin <yoni@rabkins.net>
20578
20579 * net/net-utils.el (net-utils-font-lock-keywords): New var.
20580 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
20581 (net-utils-mode): New mode for viewing diagnostic network output.
20582 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
20583 (net-utils-run-simple): New function.
20584 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 20585
7c4654ad
DD
205862009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20587
20588 * progmodes/gdb-mi.el (gdb-read-memory-custom)
20589 (gdb-memory-set-address, def-gdb-set-positive-number)
20590 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
20591 after changing settings.
20592 (gdb-invalidate-disassembly): Update when first shown.
20593 (gdb-edit-locals-value): Fixed.
20594 (gdb-registers-handler-custom): Print registers in right order and
20595 allow changing register values (only for current thread yet).
9cbac26b
DD
20596 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
20597 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
20598 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
20599 (gdb-locals-handler-custom, gdb-registers-handler-custom):
20600 Thread info in mode name.
9cbac26b 20601 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 20602
0f25a277
EZ
206032009-08-08 Eli Zaretskii <eliz@gnu.org>
20604
20605 * mail/rmail.el (rmail-add-mbox-headers)
20606 (rmail-set-message-counters-counter): Search for
20607 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
20608
b971be60
GM
206092009-08-08 Glenn Morris <rgm@gnu.org>
20610
20611 * Makefile.in (ELCFILES): Update.
20612
a35d3ad8
EZ
206132009-08-07 Eli Zaretskii <eliz@gnu.org>
20614
6a7662bb
BR
20615 * mail/sendmail.el (mail-yank-original):
20616 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
20617 text is yanked.
20618
8b0bcc2e
EZ
20619 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
20620 to "windows" when "pgnuplot" is used.
6a7662bb
BR
20621 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
20622 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
20623 (calc-graph-init): Don't send -display and -geometry to
20624 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
20625 running "pgnuplot -V" with shell-command-to-string.
20626
20627 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
20628 the default.
20629
206302009-08-07 Eli Zaretskii <eliz@gnu.org>
20631
20632 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
20633 org/org-latex.elc.
20634
3bca7ca5
DN
206352009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
20636
3c53763c
DN
20637 * vc-dispatcher.el (vc-resynch-window): Update comment.
20638
3bca7ca5
DN
20639 * term.el (term-handle-ansi-escape): Add comments with the
20640 terminfo capabilities implemented.
20641
7b217360
DD
206422009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
20643
20644 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
20645 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
20646 (gdb-propertize-header): Move earlier.
20647 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
20648 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
20649 Refresh disassembly buffers only after threads list have been
20650 update.
20651 (gdb-threads-header, gdb-registers-header): Per-buffer header line
20652 variables.
20653
b4d84ecf
JL
206542009-08-04 Juri Linkov <juri@jurta.org>
20655
20656 * files.el: Commands to add/delete file/directory-local variables.
20657 (read-file-local-variable, read-file-local-variable-value)
20658 (read-file-local-variable-mode, modify-file-local-variable)
20659 (modify-file-local-variable-prop-line)
20660 (modify-dir-local-variable): New functions.
20661 (add-file-local-variable, delete-file-local-variable)
20662 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
20663 (add-dir-local-variable, delete-dir-local-variable)
20664 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
20665 (copy-dir-locals-to-file-locals-prop-line): New commands.
20666
42da39c1
CY
206672009-08-04 Chong Yidong <cyd@stupidchicken.com>
20668
20669 * abbrev.el (insert-abbrev-table-description): Prettify output.
20670 Suggested by Karl Chen.
20671
98bf8494
DD
206722009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
20673
78b9fb28 20674 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 20675 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
20676 (gdb-overlay-arrow-position, gdb-thread-position)
20677 (gdb-disassembly-position): Declare variables.
20678 (gdb-wait-for-pending): Function now.
20679 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
20680 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
20681 compilation goes smoothly.
20682 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
20683 (gdb-non-stop-setting): New customization setting which replaces
20684 `gdb-non-stop' so changing it doesn't break active GDB session.
20685 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
20686 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
20687 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
20688 (gdb-show-threads-by-default): New customization options.
20689 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
20690 routines.
20691 (gdb-get-buffer-create): Send buffers update signal when they are
20692 created.
20693 (gdb-invalidate-locals, gdb-invalidate-registers)
20694 (gdb-invalidate-breakpoints)
20695 (gdb-invalidate-threads, gdb-invalidate-disassembly)
20696 (gdb-invalidate-memory): Accept update signal.
20697 (gdb-current-context-command): Use --frame option.
20698 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
20699 Implement `gdb-frame-number' selection logic.
20700 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
20701 whether to show GUD toolbar buttons.
20702 (gdb-thread-exited): Unselect current thread when it exits.
20703 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
20704 (gdb-mark-line): Routine which sets overlay arrow or inverses
20705 video on fringeless displays.
20706 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
20707 to build aligned columns of data in GDB buffers and set text
20708 properties line-by-line.
20709 (gdb-invalidate-breakpoints)
20710 (gdb-breakpoints-list-handler-custom)
20711 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
20712 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
20713 (gdb-registers-handler-custom): Align data columns.
20714 (gdb-locals-handler-custom): Now prints data like in variable
20715 declarations.
20716 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 20717 Remove confusing buttons.
78b9fb28
DD
20718 (gdb-invalidate-threads): Append --frame.
20719 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
20720 between breakpoints/threads buffers.
20721 (gdb-set-window-buffer): Now can ignore dedicated windows.
20722 (gdb-propertize-header): Use `gdb-set-window-buffer'.
20723 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
20724 (def-gdb-thread-buffer-gud-command): Replaces
20725 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
20726 for fine thread control.
20727 (gdb-preempt-existing-or-display-buffer): New function used to
20728 display bound buffers without breaking window layout.
20729 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
20730 (gdb-select-frame): New version of `gdb-frames-select' which now
20731 sets `gdb-frame-number' so commands may use --frame option instead
20732 of inner debugger state.
20733 (gdb-frame-handler): Do not set `gdb-frame-number'.
20734 (gdb-threads-mode-map): Select threads with mouse.
20735
20736 * progmodes/gud.el (gdb-gud-context-call): Declare function to
20737 avoid compilation warning.
20738 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
20739 `gdb-show-stop-p`.
20740
566f3909
DD
20741 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
20742 Argument `key' renamed to `buffer-type'.
20743 (gdb-current-context-buffer-name): Do not add thread info to
20744 buffer name when no thread is selected.
20745 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
20746 command (bug 3794).
20747 (gdb-thread-selected): Handle `=thread-selected' notification.
20748 (gdb-wait-for-pending): New macro to deal with congestion problems.
20749 (gdb-breakpoints-list-handler-custom): Don't fail on pending
20750 breakpoints.
7b6fefac
JB
20751 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
20752 This fixes problem similar to one described in bug 3947.
566f3909
DD
20753 (gud-menu-map): More menu items.
20754 (gdb-init-1): Reset `gdb-thread-number' to nil.
20755
4a31122c
DD
20756 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
20757 non-stop settings.
20758
20759 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
20760 (gdb-current-context-command): Do not append --thread if
20761 `gdb-thread-number' is nil.
6a7662bb
BR
20762 (gdb-running-threads-count, gdb-stopped-threads-count):
20763 New variables.
4a31122c 20764 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
20765 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
20766 New customization options.
4a31122c
DD
20767 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
20768 GUD commands.
7b6fefac 20769 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
20770 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
20771 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
20772 set `gdb-thread-number' and update `gud-running' properly.
20773 (gdb-running): Update threads list when new threads appear.
20774 (gdb-stopped): Support non-stop operation and new thread switching
20775 logic.
20776 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
20777 (gdb-json-partial-output): New set of JSON routines.
20778 (def-gdb-auto-update-trigger): New `signal-list' optional
20779 argument.
20780 (gdb-thread-list-handler-custom): Update `gud-running',
20781 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
20782 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
20783 (gdb-continue-thread, gdb-step-thread): New commands for fine
20784 thread execution control.
20785 (gud-menu-map): New menu items to switch non-stop options.
20786 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 20787 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
20788
20789 * progmodes/gdb-mi.el (gdb-rules-name-maker)
20790 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
20791 gdb-buffer-rules.
20792 (def-gdb-auto-update-handler): New nopreserve optional argument.
20793 (gdb-stack-list-frames-custom): Print stack from top to bottom.
20794
88b5a757 20795 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
20796 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
20797 (gdb-parent-mode): New mode to derive other GDB modes from.
20798 (gdb-display-disassembly-for-thread)
20799 (gdb-frame-disassembly-for-thread): New commands for threads
20800 buffer.
20801
20802 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
20803 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
20804 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
20805 (gdb-update): We now store all GDB buffers in a list so that they
20806 can be updated by traversing a list instead of calling invalidate
7b6fefac 20807 triggers explicitly.
a5c9f540
DD
20808 (def-gdb-trigger-and-handler): New macro to define trigger-handler
20809 pair for GDB buffer.
20810 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
20811 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
20812 handle pending triggers.
20813 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
20814 (def-gdb-thread-buffer-simple-command)
20815 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
20816 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
20817 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
20818 New commands which show buffers bound to thread.
88b5a757 20819 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 20820
7b6fefac
JB
20821 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
20822 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
20823 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
20824 to (gud-comint-buffer) in *-buffer-name functions
20825 because (gdb-get-target-string) already does that.
20826 (gdb-locals-handler-custom, gdb-registers-handler-custom)
20827 (gdb-changed-registers-handler): Rewritten without regexps.
20828
ba214964 20829 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
20830 (gdb-thread-number): New variable.
20831 (gdb-current-context-command): New macro which adds --thread
20832 option to command.
7b6fefac 20833 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 20834 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 20835 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
20836 (gdb-select-thread): New command which selects current thread.
20837 (gdb-invalidate-frames, gdb-invalidate-locals)
20838 (gdb-invalidate-registers): Use --thread option.
20f12ed8 20839
2ac33804
MA
208402009-08-04 Michael Albinus <michael.albinus@gmx.de>
20841
20842 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 20843 robust. (Bug#3977)
2ac33804
MA
20844 (tramp-handle-insert-file-contents): `unwind-protect' must be
20845 inside `with-parsed-tramp-file-name'.
20846
20847 * net/tramp-gvfs.el (top): Remove superfluous message when loading
20848 fails.
20849
39d0296f
NR
208502009-08-03 Nick Roberts <nickrob@snap.net.nz>
20851
20852 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
20853 directory if CLASSPATH is not set.
20854
adcbca53
MA
208552009-08-03 Michael Albinus <michael.albinus@gmx.de>
20856
7b6fefac
JB
20857 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
20858 New defconst.
7ef849b6 20859 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 20860
30924b0b
CY
208612009-08-02 Kevin Ryde <user42@zip.com.au>
20862
7b6fefac
JB
20863 * net/newst-backend.el (newsticker--raw-url-list-defaults):
20864 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 20865
b6ce92f1
CY
208662009-08-02 Chong Yidong <cyd@stupidchicken.com>
20867
d977a092
CY
20868 * select.el (x-set-selection): Doc fix (Bug#4021).
20869
20870 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
20871
b6ce92f1
CY
20872 * help-fns.el (describe-variable): Treat list return values from
20873 dir-locals-find-file properly (Bug#4005).
20874
7b6fefac 208752009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
20876
20877 * net/tramp.el (tramp-debug-message): Print also microseconds.
20878
208792009-08-02 Michael Albinus <michael.albinus@gmx.de>
20880
20881 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
20882 or END is non-nil.
20883 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
20884 (tramp-get-debug-buffer): Change `outline-regexp' according to new
20885 format.
20886
5ce6e4f4 20887 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
20888 (tramp-get-file-property): Use it.
20889
6a7662bb
BR
20890 * autorevert.el (auto-revert-handler):
20891 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 20892
2aafe808
JR
208932009-08-02 Jason Rumney <jasonr@gnu.org>
20894
20895 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 20896 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 20897
e094097c
CY
208982009-08-02 Chong Yidong <cyd@stupidchicken.com>
20899
20900 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
20901 (font-lock-variable-name-face, font-lock-constant-face):
20902 Darken the colors for light backgrounds.
e094097c 20903
de94f281
EZ
209042009-08-01 Eli Zaretskii <eliz@gnu.org>
20905
20906 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
20907 month names. (Bug#3987)
20908
54b99340
CY
209092009-07-31 Chong Yidong <cyd@stupidchicken.com>
20910
20911 * simple.el (line-move-finish): Pass whole number to
20912 line-move-to-column.
34be836c 20913 (line-move-visual): Perform hscroll to the recorded position.
54b99340 20914
38216c30
JB
209152009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
20916
20917 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
20918
c779896d
CY
209192009-07-29 Alan Mackenzie <acm@muc.de>
20920
20921 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
20922
592ccae0
DD
209232009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
20924
35edc6c6
DD
20925 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
20926 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 20927
5a9e3ab7
JB
209282009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
20929
20930 * calc/calc.el (calc-mode-map): Add keybinding for
20931 `calc-transpose-lines'.
20932
7b6fefac 209332009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
20934
20935 * calc/calc-misc.el (calc-transpose-lines): New function.
20936
905fb90e
MA
209372009-07-28 Michael Albinus <michael.albinus@gmx.de>
20938
20939 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
20940 Simplify check for out-of-band methods.
20941 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
20942 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
20943
76e14464
DN
209442009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
20945
20946 * vc-git.el (vc-git-checkin): Fix typo.
20947
6088b51f 209482009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
20949
20950 * progmodes/js2-mode.el: New file.
20951
b85157fe
NR
209522009-07-28 Nick Roberts <nickrob@snap.net.nz>
20953
20954 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
20955 (gud-menu-map): Adjust tooltip accordingly.
20956
d43c2b06
DN
209572009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20958
1c0f0c3b
DN
20959 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
20960 (vc-bzr-log-view-mode): Adjust log-view-file-re.
20961
d43c2b06
DN
20962 * add-log.el (change-log-mode-map): Add a menu.
20963
3dec5c36
MA
209642009-07-27 Michael Albinus <michael.albinus@gmx.de>
20965
20966 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
20967 function returns nil.
20968 (dbus-handle-event): Handle special return value :ignore.
20969 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
20970
5704140c
CY
209712009-07-26 Chong Yidong <cyd@stupidchicken.com>
20972
20973 * view.el (view-mode-enable): Don't define Helper-return-blurb if
20974 it's not needed.
20975
3077d1f6
EZ
209762009-07-25 Eli Zaretskii <eliz@gnu.org>
20977
20978 Fix Bug#3888:
20979
20980 * w32-vars.el (x-select-enable-clipboard): Doc fix.
20981
20982 * term/pc-win.el (x-display-name, x-colors)
20983 (x-select-enable-clipboard, x-select-text): Doc fix.
20984
20985 * term/common-win.el (x-display-name, x-colors): Doc fix.
20986
20987 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
20988 (xw-defined-colors): Doc fix.
20989
20990 * w32-fns.el (x-select-text, x-setup-function-keys)
20991 (x-get-selection, x-set-selection): Doc fix.
20992
20993 * term/x-win.el (x-select-text, x-setup-function-keys)
20994 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
20995
20996 * select.el (x-set-selection): Doc fix.
20997
51768bc8
MA
209982009-07-25 Michael Albinus <michael.albinus@gmx.de>
20999
21000 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21001 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21002 "IsNSSSupportAvailable" method is not available.
21003 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21004
b11c2874
KH
210052009-07-24 Kenichi Handa <handa@m17n.org>
21006
21007 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21008 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21009 (build-unicode-category-table): Fix range checks.
21010
ba83b7b6
DN
210112009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21012
21013 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21014 the buffer we try to sync is current when calling
21015 vc-resynch-buffer.
21016
21017 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21018 not show up to date files.
21019
7a8ae964
GM
210202009-07-24 Glenn Morris <rgm@gnu.org>
21021
21022 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21023 Add autoload cookies. If necessary, initialize.
21024 (elint-log): Handle non-file buffers.
21025 (elint-initialize): Add optional argument to reinitialize.
21026 (elint-find-builtin-variables): Save excursion.
21027
a707eb05
DN
210282009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21029
21030 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21031 for Lint.
21032
0a2ddfa6
DN
210332009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21034
d6a62b0d
DN
21035 * vc.el (vc-print-log-internal): New function, split out from ...
21036 (vc-print-log): ... here.
10b5dcad 21037 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21038
0a2ddfa6
DN
21039 * vc-git.el (vc-git-add-signoff): New variable.
21040 (vc-git-checkin): Use it.
21041 (vc-git-toggle-signoff): New function.
21042 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21043 (vc-git--run-command-string): Accept a nil FILE argument.
21044 (vc-git-stash-list): New function.
21045 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21046
589a99f2
GM
210472009-07-23 Glenn Morris <rgm@gnu.org>
21048
21049 * help-fns.el (describe-variable): Describe ignored and risky local
21050 variables in a similar way to that in which we describe safe ones.
21051
21052 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21053 (byte-compile-output-file-form, byte-compile-output-docform)
21054 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21055 Give some more local variables with common names a "bytecomp-" prefix,
21056 so as not to shadow things during compilation.
21057 * emacs-lisp/cl-macs.el (load-time-value)
21058 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21059 `outbuffer' to `bytecomp-outbuffer'.
21060
21061 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21062 since the next two variables cover them automatically now.
21063 (elint-builtin-variables, elint-autoloaded-variables): New.
21064 (elint-unknown-builtin-args): Remove all members, since they can be
21065 parsed automatically now.
21066 (elint-extra-errors): New.
21067 (elint-env-add-env, elint-env-add-macro): Use cadr.
21068 (elint-current-buffer): Use or. Change final message.
21069 (elint-get-top-forms): Use line-end-position.
21070 (elint-init-env): Use cadr. Handle autoload, declare-function,
21071 and defalias.
21072 (elint-add-required-env): Doc fix. Use or. Standardize error.
21073 (regexp-assoc): Remove unused function.
21074 (elint-top-form): Set elint-current-pos, to record the start of the
21075 top-level form, for compilation-mode.
21076 (elint-form): Trap errors in macro expansion. Use dolist.
21077 (elint-unbound-variable): Use elint-builtin-variables and
21078 elint-autoloaded-variables.
21079 (elint-get-args): Use cadr, or.
21080 (elint-check-cond-form): Use dolist, cadr.
21081 (elint-check-condition-case-form): Doc fix. Use cadr.
21082 Use elint-extra-errors.
21083 (elint-log): New function.
21084 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21085 Distinguish errors and warnings.
21086 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21087 Use a bytecomp-style format.
21088 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21089 (elint-get-log-buffer): Use compilation mode. Disable undo.
21090 Don't truncate lines.
21091 (elint-initialize): Set builtin and autoloaded variable lists.
21092 Only process elint-unknown-builtin-args if non-nil.
21093 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21094 New functions.
21095 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21096
855b42a2
GM
210972009-07-22 Kevin Ryde <user42@zip.com.au>
21098
21099 * net/newst-backend.el (newsticker--parse-atom-1.0)
21100 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21101 (newsticker--parse-rss-1.0):
21102 * progmodes/idlwave.el (idlwave-mode):
21103 * progmodes/idlw-shell.el (idlwave-shell-mode):
21104 * progmodes/vera-mode.el (vera-mode):
21105 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21106 * progmodes/vhdl-mode.el (vhdl-mode):
21107 * textmodes/table.el (table-generate-source)
21108 (table--warn-incompatibility):
21109 Hyperlink urls in docstrings with URL `...'.
21110
fd413a37
GM
211112009-07-22 Glenn Morris <rgm@gnu.org>
21112
cb711556
GM
21113 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21114 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21115 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21116 Remove leading * from defcustom docs.
21117
fd413a37
GM
21118 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21119
21120 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21121 defcustom doc.
21122 (list-load-path-shadows): Optionally, just return shadows as a string.
21123
21124 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21125
a4f69701
CY
211262009-07-21 Chong Yidong <cyd@stupidchicken.com>
21127
6a7662bb
BR
21128 * mail/rmailedit.el (rmail-edit-mode):
21129 Use auto-save-include-big-deletions.
a4f69701 21130
6a7662bb
BR
21131 * mail/rmail.el (rmail-variables):
21132 Use auto-save-include-big-deletions.
a4f69701
CY
21133
21134 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21135 changes.
21136
ec06459c
JB
211372009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21138
21139 * calc/calc.el (calc-undo-length): New variable.
21140 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21141
b41b0976
RS
211422009-07-21 Richard Stallman <rms@gnu.org>
21143
21144 * files.el (auto-save-mode): Handle buffer-save-size = -2
21145 for toggling mode.
21146
4ed32706
GM
211472009-07-21 Glenn Morris <rgm@gnu.org>
21148
531b1264
GM
21149 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21150
55d27f41
GM
21151 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21152
02df3f4d
GM
21153 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21154 silence compiler. Instead...
21155 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21156 (ps-print-ensure-fontified): Update for above function name changes.
21157
fdd8417e
GM
21158 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21159 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21160 silence compiler. Instead...
21161 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21162 (mh-show-buffer): Only define for compiler.
21163 (pr-mh-current-message): Update for above function name changes.
21164
4ed32706
GM
21165 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21166 as an argument.
21167 (find-file-noselect, insert-file-1): Update for above change.
21168
21169 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21170
21171 * mail/mailclient.el (mailclient-send-it): Fix message.
21172
21173 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21174 (edebug-eval): Check cl-debug-env is bound.
21175 (print-level, print-circle): Don't redefine built-in variables.
21176
21177 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21178 (custom-print-vectors): Remove old comments from doc.
21179
21180 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21181 (emerge-version): Make the variable an obsolete alias for the
21182 emacs-version variable. Make the function obsolete.
21183 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21184 Emerge options, rather than merging in into the main Options menu.
21185 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21186 and auto advance modes. Disable edit/fast items when not relevant.
21187
86812144
CY
211882009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21189
21190 * term/vt420.el (terminal-init-vt420): Fix typo.
21191
6bb90094
SS
211922009-07-20 Sam Steingold <sds@gnu.org>
21193
21194 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21195 variable (removed from compile.el on 2004-03-11).
21196
42e0a725
CY
211972009-07-20 Chong Yidong <cyd@stupidchicken.com>
21198
21199 * files.el (hack-local-variables-filter): Fix last change.
21200
2ee20f24
JL
212012009-07-19 Juri Linkov <juri@jurta.org>
21202
21203 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21204 (dir-local-variables-alist): New buffer-local variable.
21205 (hack-local-variables-filter): If variable is not dir-local,
21206 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21207 because file-local overrides dir-local.
3570691b 21208 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21209 Remove obsolete declaration.
21210 (hack-dir-local-variables): Add dir-local variable/value pair to
21211 `dir-local-variables-alist' and remove duplicates. Doc fix.
21212
21213 * help-fns.el (describe-variable): Add information about
21214 file-local and dir-local variables.
21215
89bf83cd
CY
212162009-07-19 Chong Yidong <cyd@stupidchicken.com>
21217
21218 * files.el (hack-local-variables-filter): Rewrite.
21219
1a8d3541
GM
212202009-07-19 Glenn Morris <rgm@gnu.org>
21221
d9e8a018
GM
21222 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21223 Silence compiler by only defining on XEmacs.
21224
da332cfb
GM
21225 * international/mule.el (auto-coding-regexp-alist): Only match
21226 BABYL... at the start of buffer, not of lines. (Bug#3790)
21227
1a8d3541
GM
21228 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21229 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21230 (cal-menu-context-mouse-menu): Doc fix.
21231
21232 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21233
21234 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21235
d842b103
JL
212362009-07-18 Juri Linkov <juri@jurta.org>
21237
21238 * info.el: Virtual Info keyword finder.
3570691b 21239 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21240 (Info-finder-file): New variable.
21241 (Info-finder-find-file): New function.
21242 (finder-known-keywords, finder-package-info)
21243 (find-library-name, lm-commentary): Use defvar and
21244 declare-function to silence compiler warnings.
21245 (Info-finder-find-node): New function.
21246 (info-finder): New command.
21247
21248 * subr.el (process-kill-buffer-query-function): New function.
21249 (add-hook)<kill-buffer-query-functions>: Add hook
21250 `process-kill-buffer-query-function'.
21251
10d37df7
AM
212522009-07-18 Alan Mackenzie <acm@muc.de>
21253
7b6fefac 21254 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21255 (c-postprocess-file-styles): Give invocation of `c-set-style'
21256 DONT-OVERRIDE parameter of t. Already set style variables will
21257 thus not be overridden by style settings given by `c-file-syle'.
21258
21259 * files.el (hack-local-variables-filter): Remove entries with
21260 duplicate keys from `file-local-variables-alist'.
21261
102e1a41
EZ
212622009-07-18 Eli Zaretskii <eliz@gnu.org>
21263
21264 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21265 x-set-selection if display-selections-p returns nil for the
21266 current frame.
21267
16f2e9fc
CY
212682009-07-18 Chong Yidong <cyd@stupidchicken.com>
21269
21270 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21271
f22693fc
EZ
212722009-07-18 Eli Zaretskii <eliz@gnu.org>
21273
a6c2c80c
EZ
21274 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21275 Accept nil in addition to a regexp.
21276 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21277 Accept nil in addition to a regexp.
21278 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21279 buffers that have an associated file. Handle nil values of
21280 desktop-buffers-not-to-save and desktop-files-not-to-save.
21281 (Bug#3833)
21282
f22693fc
EZ
21283 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21284 (x-disown-selection-internal): New functions.
21285
e456379a
NR
212862009-07-18 Nick Roberts <nickrob@snap.net.nz>
21287
21288 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21289 warning.
21290 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21291 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21292
0013b70f
CY
212932009-07-18 David De La Harpe Golden <david@harpegolden.net>
21294
21295 * simple.el (set-mark): Revert last change.
21296
0855c2ca
CY
212972009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21298
21299 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21300 rendering of pngs is not possible instead of messaging a long
21301 description.
21302
3f5c9cad
CY
213032009-07-17 David De La Harpe Golden <david@harpegolden.net>
21304
21305 * w32-fns.el (x-selection-owner-p): New function.
21306
21307 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
21308 (mouse-yank-at-click, mouse-yank-primary):
21309 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 21310 insertion.
3f5c9cad
CY
21311
21312 * simple.el (deactivate-mark, set-mark): Only save selection if we
21313 own it.
21314
1fc87f9b
KH
213152009-07-17 Kenichi Handa <handa@m17n.org>
21316
21317 * case-table.el (describe-buffer-case-table): Fix for the case
21318 that KEY is a cons.
21319
d56fdcd2
DN
213202009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21321
21322 * vc-rcs.el (vc-rcs-find-file-hook):
21323 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21324
bede3e9f
MA
213252009-07-16 Michael Albinus <michael.albinus@gmx.de>
21326
21327 * net/tramp.el (tramp-wait-for-output): Handle the case when
21328 commands do not return a newline but a null byte before the shell
21329 prompt. (Bug#3858)
21330
7653ca1d
YM
213312009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21332
21333 * term/ns-win.el (ns-set-alpha): Don't declare.
21334 (ns-set-background-alpha): Remove function.
21335
ed2a52e9
SM
213362009-07-16 Kevin Ryde <user42@zip.com.au>
21337
21338 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21339 y-or-n-p, for safety.
21340
7a907299
RS
213412009-07-16 Richard Stallman <rms@gnu.org>
21342
21343 * files.el (auto-save-mode): If buffer-saved-size is -2,
21344 don't clobber it.
21345
21346 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21347 (rmail-retry-ignored-headers): Add more uninteresting fields.
21348
c0db3477
CY
213492009-07-15 Jari Aalto <jari.aalto@cante.net>
21350
21351 * net/rcirc.el (rcirc): Use history variables.
21352 (rcirc-server-name-history, rcirc-nick-name-history)
21353 (rcirc-server-port-history): New variables.
21354
6c875452
KH
213552009-07-15 Kenichi Handa <handa@m17n.org>
21356
bf974dc9
KH
21357 * international/mule-cmds.el (set-language-environment-charset):
21358 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21359 ignore them.
21360
6c875452
KH
21361 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21362 Delete unibyte-display.
21363
2066b4fe
CY
213642009-07-15 Chong Yidong <cyd@stupidchicken.com>
21365
21366 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21367
f9be2e35
CY
213682009-07-15 Chong Yidong <cyd@stupidchicken.com>
21369
21370 * simple.el (deactivate-mark): Optional argument FORCE.
21371 (set-mark): Use deactivate-mark.
21372
21373 * info.el (Info-search): No need to check transient-mark-mode
21374 before calling deactivate-mark.
21375
21376 * select.el (x-set-selection): Doc fix.
21377 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
21378 (xselect--selection-bounds): Handle buffer values.
21379 Suggested by David De La Harpe Golden.
f9be2e35 21380
6a7662bb
BR
21381 * mouse.el (mouse-set-region, mouse-drag-track):
21382 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
21383 select-active-regions work.
21384
be3e598a 213852009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
21386
21387 * simple.el (deactivate-mark): If select-active-regions is
21388 non-nil, copy the selection data into a string.
21389 (activate-mark): If select-active-regions is non-nil, set the
21390 selection to the current buffer.
21391 (set-mark): Update selection if select-active-regions is non-nil.
21392
21393 * select.el (x-valid-simple-selection-p): Allow buffer values.
21394
cbd61418
SM
213952009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21396
21397 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21398 and more featureful message-mode.
21399
f470187f
CY
214002009-07-14 Chong Yidong <cyd@stupidchicken.com>
21401
21402 * select.el (x-set-selection): Doc fix.
21403 (x-valid-simple-selection-p): Disallow selection data consisting
21404 of a list or cons of integers, since that is not used.
21405 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21406 (xselect-convert-to-string, xselect-convert-to-length)
21407 (xselect-convert-to-filename, xselect-convert-to-charpos)
21408 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21409
bfc99364
DD
214102009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21411
21412 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21413 output in -break-info command (Emacs bug #3794).
21414
e32721f5
GM
214152009-07-14 Glenn Morris <rgm@gnu.org>
21416
1e46f9e4
GM
21417 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21418 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21419 (edebug-print-length, edebug-print-level, edebug-print-circle)
21420 (edebug-sit-for-seconds, edebug-view-outside)
21421 (edebug-bounce-point, edebug-set-global-break-condition)
21422 (edebug-Go-nonstop-mode, edebug-trace-mode)
21423 (edebug-Trace-fast-mode, edebug-continue-mode)
21424 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21425 (edebug-visit-eval-list): Doc fixes.
21426
e32721f5
GM
21427 * subr.el (def-edebug-spec): Doc fix.
21428
66a85e76
KH
214292009-07-14 Kenichi Handa <handa@m17n.org>
21430
21431 * international/characters.el: Fix setting of category ?C.
21432
28571246
JD
214332009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21434
7b6fefac 21435 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
21436 ns-popup-font-panel instead of generate-fontset-menu.
21437
5d74672c
EZ
214382009-07-12 Eli Zaretskii <eliz@gnu.org>
21439
7b6fefac 21440 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 21441
eb1727a4
CY
214422009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21443
21444 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21445 the PK\003\004 header (Bug#3770).
21446
208384c5
CY
214472009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21448
21449 * pcomplete.el (pcomplete-comint-setup): Check for
21450 shell-dynamic-complete-filename too.
21451
774409a1
CY
214522009-07-11 Chong Yidong <cyd@stupidchicken.com>
21453
21454 * simple.el (temporary-goal-column): Change the value for
21455 line-move-visual to a cons cell.
21456 (line-move-visual): Record or set the window hscroll, if
21457 necessary (Bug#3494).
21458 (line-move-1): Handle cons value of temporary-goal-column.
21459
1639ee1d
KH
214602009-07-11 Kenichi Handa <handa@m17n.org>
21461
21462 * international/mule-diag.el (describe-character-set): Don't show
21463 width.
21464
2b1d2412
SS
214652009-07-10 Sam Steingold <sds@gnu.org>
21466
21467 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21468 Omake sometimes indents the errors it prints, so allow all
21469 regexps to start with spaces.
21470
ed3a5691
EZ
214712009-07-10 Eli Zaretskii <eliz@gnu.org>
21472
ed2a52e9
SM
21473 * cus-edit.el (customize-changed-options-previous-release):
21474 Bump value to 22.1. (Bug#3804)
ed3a5691 21475
49405d0e
SS
214762009-07-08 Sam Steingold <sds@gnu.org>
21477
21478 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
21479 to be a cons cell (test . ignored-directory) to selectively ignore
21480 some directories depending on the location of the search.
21481
93c3eb7c
MA
214822009-07-08 Michael Albinus <michael.albinus@gmx.de>
21483
21484 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
21485 remote user is root, on the local host.
21486 (tramp-local-host-p): Either the local user or the remote user
21487 must be root. (Bug#3771)
21488
6f2a8484
NR
214892009-07-08 Nick Roberts <nickrob@snap.net.nz>
21490
21491 * progmodes/gdb-mi.el (gdb): Remove description of
21492 gdb-use-separate-io-buffer.
69cb8d82 21493 (menu): Don't allow toggling of or enable
6f2a8484
NR
21494 gdb-use-separate-io-buffer from menubar.
21495
88d03607
CY
214962009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21497
21498 * mail/unrmail.el (unrmail): Make sure the message ends with two
21499 newlines (Bug#3769).
21500
7ef5b8b2
GM
215012009-07-08 Glenn Morris <rgm@gnu.org>
21502
21503 * calendar/calendar.el (calendar-current-date): Rework previous change.
21504
3ce82f97
GM
215052009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
21506
21507 * calendar/calendar.el (calendar-current-date):
21508 Add an optional argument giving an offset from today.
21509
f35fc841
GM
215102009-07-08 Glenn Morris <rgm@gnu.org>
21511
21512 * tutorial.el (tutorial--describe-nonstandard-key):
21513 Adjust the message for when a key has been unbound.
21514 (help-with-tutorial): Hide the arch-tag.
21515
40149292
KH
215162009-07-08 Kenichi Handa <handa@m17n.org>
21517
69cb8d82
KH
21518 * international/fontset.el (setup-default-fontset): For each
21519 script, append (not set) font-specs.
21520
40149292
KH
21521 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
21522 docstring.
21523
ff0c4194
NR
215242009-07-08 Nick Roberts <nickrob@snap.net.nz>
21525
21526 * progmodes/gdb-mi.el (gdb-init-1): Move sending
21527 -data-list-register-names to ...
21528 (gdb-starting): ... here because GDB 7.0 requires execution to
21529 have started when using this MI command.
21530 (gdb-set-header): New function to distinguish select and
21531 unselected tabs in gdb buffers.
21532 (gdb-propertize-header): New macro that uses gdb-set-header.
21533 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 21534 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 21535
8954c675
CY
215362009-07-07 Chong Yidong <cyd@stupidchicken.com>
21537
21538 * Makefile.in (ELCFILES): Remove fadr.elc.
21539
0996385d
DD
215402009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
21541
dc6b4519
DD
21542 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
21543 may contain frame information, so `string-match' should be used.
21544 (gdb-update): Disassembly is invalidated through
21545 `gdb-get-selected-frame'.
21546 (gdb-pad-string): New function to pad string with spaces.
21547 (gdb-invalidate-disassembly): Invalidate only if the buffer
21548 exists.
21549 (gdb-disassembly-handler-custom): Column alignment.
21550 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
21551 placing new ones.
21552 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
21553 end of line, too.
21554 (gdb-frame-handler): Match convention to for disassembly buffer
21555 mode name.
17c1380b 21556 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
21557 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
21558 not highlight breakpoints without line information.
69a197a2 21559 (gdb-input): Add trailing newline to command.
dc6b4519 21560
14340b25
DD
21561 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
21562 buffer properly.
21563 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 21564 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
21565 now.
21566 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
21567 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
21568 to place breakpoints.
14340b25
DD
21569 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
21570 functions.
21571 (gdb-disassembly-handler-custom): Show overlay arrow.
21572 (gdb-disassembly-place-breakpoints): Show breakpoints in
21573 disassembly buffer.
21574 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 21575 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 21576 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 21577 in `gud-menu-map'.
14340b25 21578
38d4f316 21579 * fadr.el: Remove.
1f2a6224 21580
7b6fefac 21581 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 21582 (gdb-memory-address): New variable which holds top address of
7b6fefac 21583 memory page shown in memory buffer.
6a7662bb
BR
21584 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
21585 New customization variables.
0996385d
DD
21586 New functions:
21587 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
21588 display the memory buffer.
21589 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
21590 buffer display parameters.
21591 (def-gdb-memory-format, gdb-memory-format-binary)
21592 (gdb-memory-format-octal, gdb-memory-format-unsigned)
21593 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
21594 Functions for setting memory buffer format.
21595 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21596 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
21597 unit size used in memory buffer.
6a7662bb
BR
21598 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
21599 Switch to next/previous page of memory buffer.
28d67a53 21600 Now using (bindat-get-field) instead of fadr functions.
0996385d 21601
9ba562d3
SS
216022009-07-07 Sam Steingold <sds@gnu.org>
21603
21604 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
21605 non-top-level files.
21606
a43977db
KH
216072009-07-07 Kenichi Handa <handa@m17n.org>
21608
6a7662bb
BR
21609 * international/mule-cmds.el (reset-language-environment):
21610 Put the highset priority to the charset iso-8859-1.
a43977db 21611
d44d05e8
CY
216122009-07-06 Chong Yidong <cyd@stupidchicken.com>
21613
21614 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
21615 to the end of the line when locating the block (Bug#700).
21616
3e2fa353
MA
216172009-07-06 Michael Albinus <michael.albinus@gmx.de>
21618
21619 * net/tramp.el (tramp-handle-write-region): Flush file properties
21620 in case of short track.
21621
be3e598a 216222009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 21623
bf0b361c
JB
21624 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
21625 Coded custom representation of verilog error regular expressions
21626 to work with Emacs-22's new format.
d88782c3 21627 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 21628 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
21629 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
21630 error recognition into XEmacs.
21631 (verilog-error-regexp-add-emacs): Hook routine to install verilog
21632 error recognition into Emacs-22.
21633
25c6f63e
CY
216342009-07-06 Chong Yidong <cyd@stupidchicken.com>
21635
21636 * woman.el: Remove stand-alone closing parentheses.
21637 (woman-file-name, woman2-format-paragraphs)
21638 (woman-leave-blank-lines): Code cleanup.
21639 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
21640 (woman-italic, woman-bold, woman-unknown, woman-addition):
21641 Change defaults to inherit from default faces.
25c6f63e
CY
21642 (woman2-process-escapes): Consume the newline after a stand-alone
21643 filler character (Bug#3651).
21644
f176290e
GM
216452009-07-06 Glenn Morris <rgm@gnu.org>
21646
21647 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
21648 (top-level): Move provide to the end.
21649 (ffap): Remove defunct URL from custom group.
21650
21651 * subr.el (eval-after-load): Doc fix.
21652
7b6fefac 216532009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
21654
21655 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
21656 `calc-embedded-word' is called twice.
21657
4b8b1ec5
SM
216582009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21659
21660 * files.el (find-alternate-file-other-window, find-alternate-file):
21661 Obey confirm-nonexistent-file-or-buffer.
21662
d6ceb380
MA
216632009-07-05 Michael Albinus <michael.albinus@gmx.de>
21664
21665 * dired-aux.el (dired-show-file-type): Handle remote files.
21666
be3e598a 216672009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 21668
4b8b1ec5
SM
21669 * desktop.el (desktop-globals-to-save):
21670 Add file-name-history (Bug#2750).
c760f19e 21671
6d00ce04
CY
216722009-07-05 Chong Yidong <cyd@stupidchicken.com>
21673
4b8b1ec5 21674 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 21675
6ee21b07
JB
216762009-07-04 Johan Bockgård <bojohan@gnu.org>
21677
21678 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
21679 property on entire argument since this is what eshell-lisp-command
21680 expects.
21681
f0dbdc25
MA
216822009-07-03 Michael Albinus <michael.albinus@gmx.de>
21683
21684 * net/tramp-gvfs.el (tramp-gvfs-methods)
21685 (tramp-gvfs-zeroconf-domain)
21686 (tramp-bluez-discover-devices-timeout): Add version flag.
21687 (tramp-gvfs-handler-mounted-unmounted)
21688 (tramp-gvfs-connection-mounted-p): Polish handling of
21689 incompatibilities between GVFS 0.2 and 1.0.
21690
e044e4fc
JD
216912009-07-03 Jan Djärv <jan.h.d@swipnet.se>
21692
4b8b1ec5 21693 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 21694
2e9b968b
JB
216952009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21696
bf0b361c 21697 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
21698 formatted correctly.
21699
baf1a55e
JL
217002009-07-02 Juri Linkov <juri@jurta.org>
21701
21702 * info.el: Virtual Info files and nodes.
21703 (Info-virtual-files, Info-virtual-nodes): New variables.
21704 (Info-current-node-virtual): New variable.
21705 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
21706 New functions.
21707 (Info-file-supports-index-cookies): Use Info-virtual-file-p
21708 to check for a virtual file instead of checking a fixed list
21709 of node names.
21710 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
21711 instead of ad-hoc processing of "dir" and (apropos history toc).
21712 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
21713 instead of ad-hoc processing of "dir" and (apropos history toc).
21714 Reread a file when moving from a virtual node.
21715 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
21716 (Info-directory-toc-nodes, Info-directory-find-file)
21717 (Info-directory-find-node): New functions.
21718 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
21719 (Info-history): Move part of code to
21720 `Info-history-find-node'.
21721 (Info-history-toc-nodes, Info-history-find-file)
21722 (Info-history-find-node): New functions.
21723 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
21724 (Info-toc): Move part of code to `Info-toc-find-node'.
21725 (Info-toc-find-node): New function.
4b8b1ec5 21726 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
21727 the current Info file name to references because now the node
21728 "*TOC*" belongs to the same Info manual.
4b8b1ec5 21729 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
21730 (Info-toc-nodes): Rename input argument `file' to `filename'.
21731 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
21732 instead of ad-hoc processing of ("dir" apropos history toc).
21733 (Info-index-nodes): Use Info-virtual-file-p
21734 to check for a virtual file instead of checking a fixed list
21735 of node names.
21736 (Info-index-node): Add check for `Info-current-node-virtual'.
21737 Raise `save-match-data' higher up the tree to contain
21738 `search-forward' too (bug fix).
21739 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
21740 (Info-virtual-index-nodes): New variable.
21741 (Info-virtual-index-find-node, Info-virtual-index): New functions.
21742 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
21743 (Info-apropos-file, Info-apropos-nodes): New variables.
21744 (Info-apropos-toc-nodes, Info-apropos-find-file)
21745 (Info-apropos-find-node, Info-apropos-matches): New functions.
21746 (info-apropos): Move part of code to `Info-apropos-find-node' and
21747 `Info-apropos-matches'.
21748 (Info-mode-map): Bind "I" to `Info-virtual-index'.
21749 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
21750 for a virtual file instead of checking a fixed list of node names.
21751
21752 * simple.el (async-shell-command): New command.
21753
21754 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
21755
21756 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
21757 instead of `mount-info'.
21758
d04bc496
MA
217592009-07-02 Michael Albinus <michael.albinus@gmx.de>
21760
21761 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 21762 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 21763
af0403e0
KH
217642009-07-02 Kenichi Handa <handa@m17n.org>
21765
21766 * international/mule.el (set-keyboard-coding-system): Force *-unix
21767 coding-system to avoid eol conversion.
21768
99278f8a
MA
217692009-07-01 Michael Albinus <michael.albinus@gmx.de>
21770
4b8b1ec5
SM
21771 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
21772 Add handler for `process-file', `shell-command' and
99278f8a
MA
21773 `start-file-process'.
21774 (tramp-gvfs-handle-shell-command)
21775 (tramp-gvfs-handle-start-file-process)
21776 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 21777 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 21778
3f1c6666
JD
217792009-07-01 Jan Djärv <jan.h.d@swipnet.se>
21780
21781 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
21782
3f396bac
KH
217832009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
21784
21785 * language/korean.el (set-language-info-alist): Add korean-cp949,
21786 cp949 to spec.
21787
c1185193
KH
217882009-07-01 Kenichi Handa <handa@m17n.org>
21789
21790 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
21791
21792 * international/encoded-kb.el: Deleted.
21793
21794 * international/mule.el (set-keyboard-coding-system): Perform the
21795 necessary setup here instead of calling encoded-kbd-setup-display.
21796
3f150a60
GM
217972009-07-01 Glenn Morris <rgm@gnu.org>
21798
21799 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
21800
b0d5b05b
GM
218012009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
21802
21803 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
21804
4f4126e6
MA
218052009-06-30 Michael Albinus <michael.albinus@gmx.de>
21806
4b8b1ec5
SM
21807 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
21808 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 21809 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 21810
7ae3ea65 21811 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
21812 (top): Add a default for "synce" in `tramp-default-user-alist'.
21813 Add completion function for "synce" method.
21814 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
21815 (tramp-hal-interface-manager, tramp-hal-interface-device):
21816 New defconst.
21817 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
21818 (tramp-synce-list-devices, tramp-synce-parse-device-names):
21819 New defuns.
d6ceb380
MA
21820
21821 * net/trampver.el: Update release number.
7ae3ea65 21822
0ad6626b
KH
218232009-06-30 Kenichi Handa <handa@m17n.org>
21824
21825 * international/fontset.el (setup-default-fontset): Add CJK fonts
21826 for symbols and the other miscellaneous characters.
21827
4b8b1ec5
SM
21828 * language/korea-util.el (setup-korean-environment-internal):
21829 Make char-width-table suitable for Korean environments.
0ad6626b
KH
21830 (exit-korean-environment): Cancel above.
21831
21832 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
21833 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 21834 setup-function to make char-width-table suitable for respective
0ad6626b
KH
21835 environments, and an exit-function to cancel that.
21836
21837 * language/japan-util.el (setup-japanese-environment-internal):
21838 Call use-cjk-char-width-table with arg `ja_JP'.
21839
21840 * international/characters.el (cjk-char-width-table): Delete it.
21841 (cjk-char-width-table-list): New variable.
21842 (use-cjk-char-width-table): New arg local-name.
21843 (use-default-char-width-table): Fix for the case that Emacs is
21844 already using the default char-width-table.
21845
fd46e893
MA
218462009-06-29 Michael Albinus <michael.albinus@gmx.de>
21847
21848 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
21849 modes mandatory. (Bug#3712)
21850
b87d9f96
AM
218512009-06-29 Alan Mackenzie <acm@muc.de>
21852
21853 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 21854 correction between the visible width of TABs and their number of bytes.
b87d9f96 21855
2d25aa5a
CY
218562009-06-29 Chong Yidong <cyd@stupidchicken.com>
21857
21858 * server.el (server-buffer-done): Prevent kill-buffer from
21859 prompting by clearing the buffer modification flag (Bug#3696).
21860
a3a8b002
DN
218612009-06-28 Michael McNamara <mac@mail.brushroad.com>
21862
bf0b361c 21863 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 21864 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
21865 (verilog-basic-complete-re): Support localparam lineup.
21866 (verilog-beg-of-statement-1): Fix for robustness, unique case.
21867 (verilog-set-auto-endcomments): Fix for unique case, always_comb
21868 commenting.
21869 (verilog-leap-to-case-head): Now support *nested* unique &
21870 priority case statements.
21871 (verilog-auto-lineup): Make just declarations the default (as it
21872 had been).
4b8b1ec5 21873 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 21874 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 21875 select the various styles of automatic lineup.
a3a8b002
DN
21876 (verilog-error-regexp-alist): Rework to support the XEmacs style
21877 of error regular expressions from compilers, lint tools &
21878 simulators. Note that GNU Emacs has made it impossible for a mode
21879 to load such things.
21880 (electric-verilog-terminate-line, verilog-indent-declaration)
21881 (verilog-auto-wiure): Rework for radio button selection of
21882 auto-lineup selection of specification of auto lineup.
21883 (verilog-beg-of-statement-1): Redesign to support proper operation
21884 in additional code, based on testing with auto-lineup.
21885 (verilog-calculate-indent, assignments & declarations)
21886 (verilog-backward-token): Enhance to support auto-lineup of
21887 assignments & declarations.
21888 (verilog-in-directive-p, verilog-at-struct-p): New function for
21889 easy test of whether we are.
21890 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
21891 to support safe execution at almost anyline.
21892 (verilog-calc-1): Properly support indenting deep inside generate
21893 blocks.
48c2d18a 21894 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 21895 as it is redundant with font-lock-defaults.
a8f316ca 21896 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
21897 to avoid circular calls if syntax-ppss is a function (as is the
21898 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 21899 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
21900 (verilog-ovm-begin-re, verilog-ovm-end-re)
21901 (verilog-ovm-statement-re, verilog-leap-to-head)
21902 (verilog-backward-token): Add support for OVM macros. Some are
21903 complete statements, and others open and close scopes like begin
21904 and end.
21905 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
21906 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 21907 compilation issue.
48c2d18a 21908 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 21909 coverpoint, constraint and cross statements.
a3a8b002
DN
21910 (verilog-defun-level-list, verilog-generate-defun-level-list)
21911 (verilog-all-defun-level-list): Redo these specifications - it is
21912 too hard to support eval-when compile aggregation of lists also
21913 built at when-compile time.
21914 (verilog-defun-level-list): Place defconsts of variables used in
21915 building regular expressions which are built in eval-when-compile
21916 bodies in the same eval-when-compile body to facilitate compile
21917 without load.
21918 (verilog-beg-block-re-ordered): Support indenting
21919 virtual/protected tasks and functions.
7b6fefac 21920 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
21921 (verilog-backward-ws&directives, verilog-calc-1): Speed up
21922 indentation of some module items (generate items).
21923 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
21924 across virtual/protected tasks and functions.
21925
219262009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
21927
bf0b361c 21928 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 21929 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
21930 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
21931 in concatenations. Reported by Yishay Belkind.
21932 (verilog-auto-ascii-enum): Support one-hot state machines in
21933 AUTOASCIIENUM. Suggested by Lloyd Gomez.
21934 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
21935 modport in AUTOINST and add vl-modport for users.
21936 Reported by David Rogoff.
a3a8b002
DN
21937 (verilog-auto-inout-module, verilog-auto-inst)
21938 (verilog-decls-get-interfaces, verilog-insert-definition)
21939 (verilog-insert-one-definition, verilog-read-decls)
21940 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
21941 (verilog-sig-modport, verilog-signals-combine-bus)
21942 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
21943 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
21944 Suggested by David Rogoff.
21945 (verilog-repair-open-comma): Fix non-insertion of comma when
21946 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
21947 (verilog-make-width-expression): Simplify [A-1:0] expression
21948 widths to just {A{1'b0}}.
21949 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
21950 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
21951 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
21952 inputs/outputs or data type. Suggested by Vasu Kandadi.
21953 (next-error-last-buffer): Fix byte-compiler warning.
21954 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
21955 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 21956 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 21957 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
21958 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
21959 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 21960 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
21961 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
21962 causing use of <= assignments. Reported by Alex Reed.
21963 (verilog-read-decls): Fix triand, trior, wand, wor to be
21964 recognized by AUTOWIRE. Reported by Spencer Isaacson.
21965 (verilog-extended-complete-re): Support import "DPI-C" functions.
21966 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 21967 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
21968 (verilog-insert-date, verilog-insert-year)
21969 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
21970 Windows systems. Reported by Michael Potts.
21971 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 21972 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 21973 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 21974 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
21975 (verilog-read-decls): Fix detecting "parameter int" when using
21976 AUTOINSTPARAM. Reported by Bruce T.
21977 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 21978 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 21979 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
21980 verilog-goto-defun will work. Reported by Lawrence Butcher.
21981 (verilog-getopt): Expand environment variables in -f file
21982 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 21983 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
21984 when reading enumerations.
21985 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
21986 Suggested by Stephen Peltan.
4b8b1ec5 21987 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
21988 files. Reported by Steve Peltan.
21989
f7c0d931
CY
219902009-06-28 David De La Harpe Golden <david@harpegolden.net>
21991
21992 * files.el (trash-directory): Fix defcustom type.
21993
baf1a55e 219942009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
21995
21996 * help-fns.el (describe-function-1): Correctly locate adviced
21997 functions in hyperlink (Bug#2438).
21998
d63a01ef
CY
219992009-06-28 Chong Yidong <cyd@stupidchicken.com>
22000
22001 * files.el (trash-directory): Change default to nil.
22002 (move-file-to-trash): If trash-directory is nil and
22003 system-move-file-to-trash is unbound, perform freedesktop-style
22004 trashing.
22005
220062009-06-28 David De La Harpe Golden <david@harpegolden.net>
22007
22008 * files.el (move-file-to-trash): Add freedesktop trash
22009 support (Bug#973).
22010
fc2f6a26
GM
220112009-06-28 Glenn Morris <rgm@gnu.org>
22012
22013 * autorevert.el (global-auto-revert-non-file-buffers)
22014 (global-auto-revert-mode): Doc fixes.
22015
00242b07
JB
220162009-06-27 Johan Bockgård <bojohan@gnu.org>
22017
22018 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22019
f5594f03
CY
220202009-06-27 Chong Yidong <cyd@stupidchicken.com>
22021
e8a2b2da
CY
22022 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22023 opened an X connection before calling x-get-resource (Bug#3194).
22024
f5594f03
CY
22025 * play/doctor.el: Remove reference to obsolete website.
22026 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22027
3c3bf6ce
DN
220282009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22029
22030 Remove find-file-not-found-hook VC method. (Bug#2757)
22031 * vc-hooks.el (vc-file-not-found-hook)
22032 (vc-default-find-file-not-found-hook): Remove functions.
22033 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22034 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22035 * vc.el:
22036 * vc-hg.el:
22037 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22038
e26a7bc0
AM
220392009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22040
22041 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22042 compatibility function for `looking-back'.
e26a7bc0 22043
4b8b1ec5 22044 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22045 Use `ispell-looking-back'.
e26a7bc0 22046
d9848600
MA
220472009-06-24 Michael Albinus <michael.albinus@gmx.de>
22048
22049 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22050 rather than `filename'.
d9848600 22051
05fbc4a9
MB
220522009-06-23 Miles Bader <miles@gnu.org>
22053
22054 * face-remap.el (text-scale-set): New function.
22055
f86ca715
GM
220562009-06-23 Glenn Morris <rgm@gnu.org>
22057
33e2c2e5
GM
22058 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22059
f529f302
GM
22060 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22061
34995333
GM
22062 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22063
cc80ccee
GM
22064 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22065
84cb770d
GM
22066 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22067 Simplify Persian conditionals.
22068
d916c965
GM
22069 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22070 variable `filename'.
22071
b6a44b27
GM
22072 * comint.el (comint-insert-input): Doc fix.
22073
f86ca715
GM
22074 * Makefile.in (ELCFILES): Fix typo in previous change.
22075
666e158e
MB
220762009-06-23 Miles Bader <miles@gnu.org>
22077
22078 * cus-start.el: Add entry for `recenter-redisplay'.
22079
be3e598a 220802009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22081
22082 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22083 Add an optional argument for the backend, use it instead of
22084 calling vc-backend.
4b8b1ec5
SM
22085 (vc-mode-line): Add an optional argument for the backend.
22086 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22087 special handling for vc-state being a buffer to ...
22088
22089 * vc-rcs.el (vc-rcs-find-file-hook):
22090 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22091
22092 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22093 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22094 vc-stay-local-p and vc-mode-line calls.
22095
22096 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22097 (vc-cvs-diff, vc-cvs-annotate-command)
22098 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22099 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22100 vc-mode-line calls.
22101
22102 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22103 direct comparison.
22104 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22105 backend when calling vc-mode-line.
22106 (vc-register): Do not create a closure for calling the vc register
22107 function, call it directly.
22108
2764748c
DN
221092009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22110
22111 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22112 to make it obvious item can be clicked.
f5a0b281
DN
22113
22114 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22115
d4a885b2
KH
221162009-06-23 Kenichi Handa <handa@m17n.org>
22117
22118 * language/korea-util.el (korean-key-bindings): Change the binding
22119 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22120 same command.
22121
e3610693
MA
221222009-06-22 Michael Albinus <michael.albinus@gmx.de>
22123
22124 Sync with Tramp 2.1.16.
22125
22126 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22127
22128 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22129 when a loading of a package fails. Completion function for rsync
22130 is `tramp-completion-function-alist-ssh'.
22131 (all): Replace all calls of `split-string' and
22132 `tramp-split-string' by `tramp-compat-split-string'.
22133 (tramp-default-method): Use `tramp-compat-process-running-p'.
22134 (tramp-default-proxies-alist): Allow also Lisp forms.
22135 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22136 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22137 (tramp-domain-regexp): Allow also "-", "_" and ".".
22138 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22139 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22140 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22141 (tramp-handle-directory-files-and-attributes-with-stat):
22142 Care about filenames with spaces, or starting with "-".
e3610693
MA
22143 (tramp-handle-dired-uncache): New defun.
22144 (tramp-handle-insert-directory): Don't flush the directory from
22145 cache, this is handled by `dired-uncache' now.
22146 (tramp-handle-insert-file-contents): Improve error handling.
22147 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22148 Quote `tramp-end-of-output'.
22149 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22150 (tramp-check-for-regexp): Both echoes must be present, before removing.
22151 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22152 (tramp-compute-multi-hops): Eval cons cells of
22153 `tramp-default-proxies-alist'.
22154 (tramp-maybe-open-connection): Use the same command pattern for
22155 first hop and further hops.
22156 (tramp-wait-for-output): Remove handling of newlines.
22157 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22158 (tramp-split-string): Remove function. It is handled in
22159 tramp-compat now.
22160
4b8b1ec5
SM
22161 * net/tramp-cmds.el (tramp-bug):
22162 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22163
22164 * net/tramp-compat.el (tramp-compat-split-string)
22165 (tramp-compat-process-running-p): New defuns.
22166
22167 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22168 for `dired-uncache'.
22169
22170 * net/tramp-gvfs.el: New package.
22171
4b8b1ec5
SM
22172 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22173 Add handler for `dired-uncache'.
e3610693
MA
22174 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22175
22176 * net/trampver.el: Update release number. Make version check fit
22177 for SXEmacs 22.
22178
13a3f374
JM
221792009-06-22 Jim Meyering <meyering@redhat.com>
22180
e0a28a3b 22181 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22182 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22183 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22184
5242671e 221852009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22186 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22187
e0a28a3b 22188 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22189 repository (http://sphinx.net.ru/hg/gdb-mi/).
22190
3fde45af
GM
221912009-06-22 Glenn Morris <rgm@gnu.org>
22192
46253b34
GM
22193 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22194 `mode' and `eval' entries. (Bug#3430)
22195
97e18192
GM
22196 * Makefile.in (ELCFILES): Add fadr.elc.
22197
731a00fb
GM
22198 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22199 differing behavior of \n and ^ in strings. (Bug#3385)
22200
c66cd0ff
GM
22201 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22202
3fde45af
GM
22203 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22204 property.
22205 (lisp-indent-function): Make it a defcustom.
22206
db2241a0
NR
222072009-06-21 Nick Roberts <nickrob@snap.net.nz>
22208
22209 * progmodes/gdb-ui.el: Replace with ...
5242671e 22210 * progmodes/gdb-mi.el: ... this file.
db2241a0 22211 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22212
222132009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22214
db2241a0
NR
22215 * fadr.el: New file.
22216
38d4f316 22217See ChangeLog.14 for earlier changes.
e3d51b27
MR
22218
22219;; Local Variables:
22220;; coding: utf-8
e3d51b27
MR
22221;; End:
22222
73b0cd50 22223 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22224
22225 This file is part of GNU Emacs.
22226
22227 GNU Emacs is free software: you can redistribute it and/or modify
22228 it under the terms of the GNU General Public License as published by
22229 the Free Software Foundation, either version 3 of the License, or
22230 (at your option) any later version.
22231
22232 GNU Emacs is distributed in the hope that it will be useful,
22233 but WITHOUT ANY WARRANTY; without even the implied warranty of
22234 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22235 GNU General Public License for more details.
22236
22237 You should have received a copy of the GNU General Public License
22238 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.