Remove unused and erroneous midnight-time-float
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c5b40130
LL
12011-03-25 Leo Liu <sdl.web@gmail.com>
2
1f48f7d2
LL
3 * midnight.el (midnight-time-float): Remove. Note it calculates
4 the microsecond component incorrectly and seconds-to-time does the
5 same job.
6
c5b40130
LL
7 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
8 (ido-completions): Remove unused arguments. (Bug#8329)
9
d86d2721
SM
102011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * minibuffer.el (completion--flush-all-sorted-completions):
13 Remove itself from hook.
14 (completion-at-point): Let the functions perform the completion
15 immediately and return nil or t.
16 * comint.el (comint-dynamic-complete-functions): Now identical to
17 completion-at-point-functions.
18 (comint-dynamic-list-input-ring): Remove unused var `index'.
19 (comint--match-partial-filename, comint--unquote&expand-filename):
20 New funs, split from comint-match-partial-filename.
21 (comint-dynamic-complete): Use completion-at-point.
22 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23
e8974c48
DA
242011-03-24 Drew Adams <drew.adams@oracle.com>
25
26 * thingatpt.el: Support `defun'.
27
def71b5e
LL
282011-03-23 Leo Liu <sdl.web@gmail.com>
29
cb5af48e
LL
30 * abbrevlist.el: Move to obsolete/abbrevlist.el.
31
def71b5e
LL
32 * help-mode.el (help-mode-finish): Tweak regexp.
33
927c53e7
GM
342011-03-23 Glenn Morris <rgm@gnu.org>
35
18d05bed
GM
36 * eshell/esh-opt.el (eshell-eval-using-options):
37 Do not bind unused local variable `eshell-option-stub'.
38
927c53e7
GM
39 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
40
9d0da923
JB
412011-03-22 Juanma Barranquero <lekktu@gmail.com>
42
43 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
44 keymap variable in `with-no-warnings' to avoid a warning when the
45 keymap has been already `defconst'ed.
46
4b978a67
LL
472011-03-22 Leo Liu <sdl.web@gmail.com>
48
49 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
50 encode all chars in abbrevs; otherwise use emacs-mule or
51 utf-8-emacs. (Bug#8308)
52
5fd62452
JB
532011-03-22 Juanma Barranquero <lekktu@gmail.com>
54
0b1596c6
JB
55 * simple.el (backward-delete-char-untabify):
56 Avoid warning about using `delete-backward-char'.
57
5fd62452
JB
58 * image.el (image-type-file-name-regexps): Make it variable.
59 `imagemagick-register-types' modifies it, and the user may want
60 to add new extensions for known image types.
61 (imagemagick-register-types): Throw error if not using ImageMagick.
62
0b4e93f1
LL
632011-03-22 Leo Liu <sdl.web@gmail.com>
64
65 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
66 located before rcirc-prompt-end-marker.
67 (rcirc-complete): Error if point is not after rcirc prompt.
68 Handle the case when table is nil.
9882e214 69 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 70
fccee4ab
CY
712011-03-22 Chong Yidong <cyd@stupidchicken.com>
72
73 * custom.el (custom--inhibit-theme-enable): Make it affect only
74 custom-theme-set-variables and custom-theme-set-faces.
75 (provide-theme): Ignore custom--inhibit-theme-enable.
76 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
77 (custom-enabling-themes): Delete variable.
d86d2721
SM
78 (enable-theme): Accept only loaded themes as arguments.
79 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
80 (custom-enabled-themes): Forbid themes from setting this.
81 Eliminate use of custom-enabling-themes.
82 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 83
af896da6
LL
842011-03-21 Leo Liu <sdl.web@gmail.com>
85
86 * ido.el (ido-read-internal): Add ido-selected to history instead
87 of user input.
88
78f64af0
SM
892011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * subr.el (deferred-action-list, deferred-action-function):
92 Mark obsolete.
93
b16ac1ec
LL
942011-03-21 Leo Liu <sdl.web@gmail.com>
95
810f7698
LL
96 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
97 change on 2011-02-13 (bug#8309).
98
b16ac1ec
LL
99 * minibuffer.el (read-file-name-function): Change default value.
100 (read-file-name--defaults): Rename from read-file-name-defaults.
101 (read-file-name-default): Rename from read-file-name.
102 (read-file-name): Call read-file-name-function.
103
4e05e67e
GM
1042011-03-21 Glenn Morris <rgm@gnu.org>
105
106 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
107 Doc fixes.
108
4359915b
CY
1092011-03-21 Chong Yidong <cyd@stupidchicken.com>
110
111 * cus-theme.el: Add missing provide statement.
112 (customize-create-theme): Extract theme value correctly.
113 (custom-theme-visit-theme): Autoload.
114 (customize-create-theme): Prompt before inserting default faces.
115
1fe275ee
JB
1162011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
117
118 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
119 units and musical notes.
120
3ec03f7e
LL
1212011-03-20 Leo <sdl.web@gmail.com>
122
123 * ido.el (ido-read-internal): Use completing-read-default.
124 (ido-completing-read): Fix compatibility with completing-read.
125
7d476bde
CO
1262011-03-20 Christian Ohler <ohler@gnu.org>
127
128 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
129 (ert-delete-all-tests): Use `called-interactively-p' rather than
130 `interactive-p'.
131 (ert--make-xrefs-region): Respect END.
132
fe0fb33e
CY
1332011-03-19 Chong Yidong <cyd@stupidchicken.com>
134
ff854b0b
CY
135 * dired-aux.el (dired-create-directory): Signal an error if the
136 directory already exists (Bug#8246).
137
fe0fb33e
CY
138 * facemenu.el (list-colors-display): Call list-faces-display
139 inside with-help-window.
140 (list-colors-print): Use display property to align the final
141 column, instead of checking window-width.
142
576bce32
EZ
1432011-03-19 Eli Zaretskii <eliz@gnu.org>
144
145 * emerge.el (emerge-metachars): Separate value for ms-dos and
146 windows-nt systems.
147 (emerge-protect-metachars): Quote correctly for ms-dos and
148 windows-nt systems.
149
b14e3e21 1502011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
151
152 * info.el (info-initialize): Replace all uses of `:' with
153 path-separator for compatibility with non-Unix systems.
154 Cache quoting of path-separator. (Bug#8258)
155
b14e3e21 1562011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
157
158 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
159 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
160 (mouse-avoidance-mode): Fix typos in docstrings.
161
4525ce3e
CY
1622011-03-19 Chong Yidong <cyd@stupidchicken.com>
163
164 * startup.el (package-subdirectory-regexp): Move from package.el.
165 Omit \\` and \\', and let callers add them.
166
167 * emacs-lisp/package.el (package-strip-version)
168 (package-load-all-descriptors): Add \\` and \\' to
169 package-subdirectory-regexp before using it.
170 (package-untar-buffer): New arg DIR; ensure that file untars only
171 into this expected directory. Remove superfluous delete-region.
172 (package-unpack): Caller changed.
173 (package-tar-file-info): Use package-subdirectory-regexp.
174
a904a09a 1752011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 176
a904a09a
SM
177 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
178 diff-mode-shared-map (bug#8284).
179 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
180
1812011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
182
183 * calendar/time-date.el (format-seconds): Use assoc instead of
184 assoc-string, since assoc-string doesn't exist in XEmacs.
185
171fc304
JB
1862011-03-17 Juanma Barranquero <lekktu@gmail.com>
187
188 * custom.el (custom-known-themes): Reflow docstring.
189 (custom-theme-load-path): Fix typo in docstring.
190 (load-theme): Fix typo in error message.
191 (custom-available-themes, custom-variable-theme-value):
192 Use `let', not `let*'.
193
d71990a1
JB
1942011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
195
196 * calc/README: Mention inclusion of musical notes.
197
198 * calc/calc-units.el (calc-lu-quant): Rename from
199 `calc-logunits-quantity'.
200 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
201 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
202 (calc-db): Rename from `calc-dblevel'.
203 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
204 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
205 (calc-np): Rename from `calc-nplevel'.
206 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
207 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
208 (calc-lu-plus): Rename from `calc-logunits-add'.
209 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
210 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
211 (calc-lu-minus): Rename from `calc-logunits-sub'.
212 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
213 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
214 (calc-lu-times): Rename from `calc-logunits-mul'.
215 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
216 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
217 (calc-lu-divide): Rename from `calc-logunits-div'.
218 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
219 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
220
221 * calc/calc-ext.el (calc-init-extensions): Update the names of the
222 functions being autoloaded.
223
224 * calc/calc.el (calc-lu-power-reference): Rename from
225 `calc-logunits-power-reference'.
226 (calc-lu-field-reference): Rename from
227 `calc-logunits-field-reference'.
228
229 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
230
40c2934b
SM
2312011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * minibuffer.el (completion-all-sorted-completions):
234 Use :completion-cycle-penalty text property if present.
235
b0911414
KM
2362011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
237
238 * allout.el (allout-yank-processing): Adjust for new rebulleting
239 regime so bullet being yanked is used without prompting the user
240 for a choice.
241
8a05b668
JB
2422011-03-16 Juanma Barranquero <lekktu@gmail.com>
243
244 * startup.el (command-line): Warn the user that _emacs is deprecated.
245
5ba5fb81
JB
2462011-03-16 Juanma Barranquero <lekktu@gmail.com>
247
248 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
249 (delphi-verbose, delphi-comment-face, delphi-string-face)
250 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
251 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
252 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
253 (delphi-new-comment-line, delphi-font-lock-defaults)
254 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
255 Fix typos in docstrings.
256
2dab465b
KM
2572011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
258
5ba5fb81 259 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
260 Invert the roles of character and string values for INSTEAD, so a
261 string is used for the more common case of a defaulting prompt.
262
0adf5618
SM
2632011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * progmodes/ruby-mode.el (ruby-backward-sexp):
266 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
267 * play/gamegrid.el (gamegrid-make-face):
268 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
269 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
270 * notifications.el (notifications-notify):
271 * net/xesam.el (xesam-search-engines):
272 * net/quickurl.el (quickurl-list-insert):
273 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
274
d72700e5
CY
2752011-03-15 Chong Yidong <cyd@stupidchicken.com>
276
277 * startup.el (command-line): Update package subdirectory regexp.
278
49c5410a
SM
2792011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
280
c6eee9aa
SM
281 * allout.el (allout-abbreviate-flattened-numbering)
282 (allout-mode-deactivate-hook): Fix up obsolescence "date".
283
49c5410a
SM
284 * subr.el (read-char-choice): Only show the cursor after the prompt,
285 not after the answer.
286
047b2bb9
KR
2872011-03-15 Kevin Ryde <user42@zip.com.au>
288
289 * help-fns.el (variable-at-point): Skip leading quotes, if any
290 (bug#8253).
291
0a57d256
SM
2922011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
295 warning message.
296
77c992bc
MA
2972011-03-14 Michael Albinus <michael.albinus@gmx.de>
298
299 * shell.el (shell): When called interactively, offer to change the
300 shell file name on remote hosts.
301
eebc475d
TZ
3022011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
303
304 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
305 integration for LDAP parameters. The host, base, user or binddn,
306 and secret tokens can be specified in a netrc file, for instance.
307 This is optional because an `auth-source' parameter must be
308 specified in the search attributes.
309
9d05d1ba
JB
3102011-03-13 Juanma Barranquero <lekktu@gmail.com>
311
312 * help.el (describe-mode): Link to the mode's definition (bug#8185).
313
09d9db2c
GM
3142011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
317 into declaration. Remove redundant and harmful binding.
318
3192011-03-12 Eli Zaretskii <eliz@gnu.org>
320
321 * files.el (file-ownership-preserved-p): Pass `integer' as an
322 explicit 2nd argument to `file-attributes'. If the file's owner
323 is the Administrators group on Windows, and the current user is
324 Administrator, consider that a match.
325
326 * server.el (server-ensure-safe-dir): Consider server directory
327 safe on MS-Windows if its owner is the Administrators group while
328 the current Emacs user is Administrator. Use `=' to compare
329 numerical UIDs, since they could be integers or floats.
330
219bd536
JB
3312011-03-12 Juanma Barranquero <lekktu@gmail.com>
332
333 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
334
f3afd36b
MA
3352011-03-12 Michael Albinus <michael.albinus@gmx.de>
336
337 Sync with Tramp 2.2.1.
338
339 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
340
341 * net/trampver.el: Update release number.
342
3aaaa6f1
SM
3432011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
344
94642599
SM
345 * progmodes/compile.el (compilation--previous-directory): Fix up
346 various nil/dead-marker mismatches (bug#8014).
347 (compilation-directory-properties, compilation-error-properties):
348 Don't call it at a position past the one we're about to change.
349
3aaaa6f1
SM
350 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
351 Disable obsolescence warnings in the file that declares it.
352
14239447
KM
3532011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
354
219bd536 355 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
356 allout-widgets-tally as a hash table rather than nil to prevent
357 mode-line redisplay warnings.
358 Also, clarify the module description and fix a comment typo.
359
135e287c
JB
3602011-03-11 Juanma Barranquero <lekktu@gmail.com>
361
362 * help-fns.el (describe-variable): Don't complete keywords.
363 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
364
ffbf300e
CY
3652011-03-10 Chong Yidong <cyd@stupidchicken.com>
366
ba08b241
CY
367 * emacs-lisp/package.el (package-version-join): Impose a standard
368 string representation for pre/alpha/beta version lists.
369 (package-unpack-single): Standardize the directory name by passing
370 it through package-version-join.
371 (package-strip-rcs-id): Accept any version string that does not
372 signal an error in version-to-list.
ffbf300e 373
f346fd6b
MA
3742011-03-10 Michael Albinus <michael.albinus@gmx.de>
375
376 * simple.el (delete-trailing-whitespace): Return nil for the
377 benefit of `write-file-functions'.
378
ccb55d27
GM
3792011-03-10 Glenn Morris <rgm@gnu.org>
380
5ceaac0c
GM
381 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
382
02da65ff
GM
383 * vc/vc-git.el (vc-git-program): New option.
384 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
385 (vc-git--call): Use it.
386
b2f603cc
GM
387 * eshell/esh-util.el (eshell-condition-case): Doc fix.
388
5772caab
GM
389 * cus-edit.el (Custom-newline): If no button at point, look
390 for a subgroup button at start-of-line. (Bug#2298)
391
ccb55d27
GM
392 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
393
ec6ecaed
JD
3942011-03-10 Julien Danjou <julien@danjou.info>
395
396 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
397 `cursor-type' is nil.
398
9d5aa01d
JB
3992011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
400
401 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
402
b6a5875b
KM
4032011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
404
405 * allout.el Summary: Change so yank of distinctive-bullet items
406 preserves the existing header prefix, rebulleting it if necessary,
407 rather than replacing it. This is necessary for proper operation
408 of cooperative addons like allout-widgets.
219bd536 409 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
410 SOLICIT arg to INSTEAD, and interpret additionally a string value
411 as alternate bullet to be used, instead of prompting the user for
412 a bullet character.
413
ee545c35
MA
4142011-03-09 Michael Albinus <michael.albinus@gmx.de>
415
d86d2721
SM
416 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
417 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
418 `tramp-default-port'.
419
c47971d7
DD
4202011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
421
422 * net/rcirc.el (rcirc-handler-001): Remove useless
423 with-rcirc-process-buffer.
424 (rcirc-check-auth-status): Swap arguments to string-match.
425
13522cb4
GM
4262011-03-09 Glenn Morris <rgm@gnu.org>
427
0be6f4f1
GM
428 * shell.el (shell-mode):
429 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
430
13522cb4
GM
431 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
432 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
433
515de2e3
CY
4342011-03-08 Chong Yidong <cyd@stupidchicken.com>
435
436 * emacs-lisp/package.el (package-refresh-contents)
437 (package-menu-execute): Use condition-case-no-debug.
438
b511b994
MA
4392011-03-08 Michael Albinus <michael.albinus@gmx.de>
440
441 * simple.el (shell-command-to-string): Use `process-file'.
442
443 * emacs-lisp/package.el (package-tar-file-info): Handle also
444 remote files.
445
d86d2721
SM
446 * emacs-lisp/package-x.el (package-upload-buffer-internal):
447 Use `equal' for upload base check.
b511b994 448
25bbfb31
AM
4492011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
450
451 * textmodes/texinfo.el (texinfo-environments):
452 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
453
be996521
GM
4542011-03-08 Glenn Morris <rgm@gnu.org>
455
e9c8529f
GM
456 * cus-start.el (cursor-in-non-selected-windows):
457 Fix :set quoting oddness. (Bug#8192)
458
be996521
GM
459 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
460 in some setf expressions. (Bug#2159)
461
2bb5649e
CY
4622011-03-08 Chong Yidong <cyd@stupidchicken.com>
463
464 * custom.el (custom-available-themes): Return themes in
465 alphabetical order.
466
7600cf45
CY
4672011-03-07 Chong Yidong <cyd@stupidchicken.com>
468
469 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
470 application of patch from Alan Mackenzie (Bug#7595).
471
fa7062f6
DD
4722011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
473
474 * net/rcirc.el (rcirc-connect): Fix PASS bug.
475
619f4b62
GM
4762011-03-07 Glenn Morris <rgm@gnu.org>
477
478 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 479 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 480
e63e9234
ER
4812011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
482
483 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
484 Add optional `after-sunset' argument. (Bug#8190)
485
16130297
AH
4862011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
487
488 * play/morse.el (nato-alphabet, nato-region, denato-region):
489 New variable and functions. (Bug#2288)
f72c1fd6 490 (morse-region, unmorse-region): Barf if read-only.
16130297 491
2b0787b3
SM
4922011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * progmodes/gud.el (gdb-script-syntax-propertize-function):
495 Don't change the syntax of a \n that closes a comment (bug#8169).
496
5c69cb2c
CY
4972011-03-06 Chong Yidong <cyd@stupidchicken.com>
498
499 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
500 defcustom.
501 (package--update-file): Doc fix. Accept relative file names.
502 (package--archive-contents-from-file): Remove the argument, since
503 it's necessarily always "archive-contents".
504 (package-maint-add-news-item): Pass relative file name args to
505 package--update-file.
506 (package-upload-buffer-internal): Prompt for a destination if
507 package-archive-upload-base is invalid. Create the directory if
508 it does not exist.
509 (package-upload-buffer, package-upload-file): Doc fix.
510
892777ba
CY
5112011-03-06 Chong Yidong <cyd@stupidchicken.com>
512
513 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
514 and move isearch-yank-line to M-s C-e (Bug#8183).
515
9d1f0f55
AM
5162011-03-06 Alan Mackenzie <acm@muc.de>
517
518 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
519 (c-guess-basic-syntax): Move CASE 19 to a different place,
520 correctly to process template-args-cont lines.
9d1f0f55 521
479a2c9b
JB
5222011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
523
2b0787b3
SM
524 * calc/calc-ext.el (calc-init-extensions):
525 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
526 and calc-nplevel, respectively. Add keybindings for calc-spn,
527 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
528 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
529
530 * calc/calc-units.el (calc-dblevel): Rename from
531 calc-logunits-dblevel.
532 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
533 (math-midi-round, math-freqp, math-midip, math-spnp)
534 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
535 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
536 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
537 (math-notes): New variable.
538
539 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 540
f561e49a
CY
5412011-03-06 Chong Yidong <cyd@stupidchicken.com>
542
543 * emacs-lisp/package.el (package-archives): Accept either ordinary
544 directory names, in addition to HTTP URLs.
545 (package--with-work-buffer): New macro. Handle normal directories.
546 (package-handle-response): Don't display the failing buffer.
547 (package-download-single, package-download-tar)
548 (package--download-one-archive): Use package--with-work-buffer.
549 (package-archive-base): Rename from package-archive-url.
550
79a0fb58
GM
5512011-03-06 Glenn Morris <rgm@gnu.org>
552
553 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
554 (xmodmap-generic-mode): Respect generic-extras-enable-list.
555
ffd0a502
DC
5562011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
557
558 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
559
01c35094
JB
5602011-03-06 Juanma Barranquero <lekktu@gmail.com>
561
562 * allout.el (allout-init, allout-prefixed-keybindings)
563 (allout-unprefixed-keybindings):
564 * progmodes/prolog.el (prolog-find-term):
565 Fix typos in docstrings.
566
509742cc
NS
5672011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
568
569 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
570
14369ab3
KR
5712011-03-06 Kevin Ryde <user42@zip.com.au>
572
573 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
574
aa248733
MS
5752011-03-06 Michael Shields <shields@msrl.com> (tiny change)
576
577 * window.el (one-window-p, walk-windows, display-buffer):
578 Doc fixes. (Bug#5567)
579
da0275f8
JB
5802011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
581
582 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
583 of the variable if it exists.
584
845fc5e5
JB
5852011-03-06 Juanma Barranquero <lekktu@gmail.com>
586
587 * bookmark.el:
588 * desktop.el:
589 * emacs-lock.el:
590 * ps-print.el:
591 * saveplace.el:
592 * net/tramp-cache.el:
01c35094 593 * obsolete/fast-lock.el:
845fc5e5
JB
594 * textmodes/reftex.el:
595 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
596
7e27ce9c
AL
5972011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
598
01c35094
JB
599 * files.el (delete-directory, copy-directory, list-directory):
600 Use read-directory-name.
7e27ce9c
AL
601
602 * find-file.el (ff-find-the-other-file):
603 * net/ange-ftp.el (ange-ftp-make-directory):
604 * printing.el (pr-interactive-dir):
605 * progmodes/ada-prj.el (ada-prj-load-directory):
606 * progmodes/ebnf2ps.el (ebnf-print-directory)
607 (ebnf-spool-directory, ebnf-eps-directory)
608 (ebnf-syntax-directory):
609 * shell.el (shell):
610 * speedbar.el (speedbar-create-directory):
611 * vc/emerge.el (emerge-merge-directories):
612 * vc/vc-dir.el (vc-dir):
613 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
614
d23ae2b0
CY
6152011-03-05 Chong Yidong <cyd@stupidchicken.com>
616
617 * help-mode.el (help-buffer): If we are to return the current
618 buffer, signal an error if it's not in Help mode (Bug#8147).
619
2de9cc1a
RT
6202011-03-05 Reuben Thomas <rrt@sc3d.org>
621
622 * files.el (file-name-version-regexp): Handle backup files of the
623 form `foo.js.~HEAD~1~' (Bug#8159).
624
81fb60b2
GM
6252011-03-05 Glenn Morris <rgm@gnu.org>
626
627 * eshell/esh-var.el: Don't require esh-test when compiling.
628 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
629 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 630 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 631
c5f09daf
DE
6322011-03-05 David Engster <deng@randomsample.de>
633
634 * files.el (save-some-buffers): Report the names of buffers saved
635 automatically due to buffer-save-without-query (Bug#8134).
636
77f63d30
DD
6372011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
638
639 * net/rcirc.el: Add QuakeNet authentication support.
640 (rcirc-authinfo, rcirc-check-auth-status)
641 (rcirc-authenticate): Support QuakeNet.
642
72d2c2e3
DD
6432011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
644
645 * net/rcirc.el: Add functionality to authenticate before
646 autojoining channels.
647 (rcirc-authenticate-before-join): New option.
648 (rcirc-authenticated-hook): New variable.
649 (rcirc-connect): Make local variable rcirc-user-authenticated.
650 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
651 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
652 New functions.
653 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
654 Call rcirc-check-auth-status.
72d2c2e3 655
d733e817
MA
6562011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
657
658 * net/soap-client.el (soap-namespace-put-link): Check if the target
659 name is fully qualified -- use only the name part.
660 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
661 types, treated the same as xsd:sequence. (Bug#8166)
662
3ae59fff
EZ
6632011-03-05 Eli Zaretskii <eliz@gnu.org>
664
665 * files.el (find-file-noselect): Don't ask about re-visiting
666 non-literally if the file is already visited in image-mode.
667 (Bug#8177)
668
a9eeff78
GM
6692011-03-05 Glenn Morris <rgm@gnu.org>
670
d783d303
GM
671 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
672 (eshell-mode): Use eshell-kill-buffer-function.
673 Run the -initialize functions independently of the -load-hooks.
674 * eshell/esh-proc.el (eshell-kill-process-function): New function.
675 (eshell-gather-process-output, eshell-sentinel)
676 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
677 Use eshell-kill-process-function.
678 * eshell/em-alias.el (eshell-alias-load-hook):
679 * eshell/em-banner.el (eshell-banner-load-hook):
680 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
681 * eshell/em-dirs.el (eshell-dirs-load-hook):
682 * eshell/em-glob.el (eshell-glob-load-hook):
683 * eshell/em-hist.el (eshell-hist-load-hook):
684 * eshell/em-pred.el (eshell-pred-load-hook):
685 * eshell/em-prompt.el (eshell-prompt-load-hook):
686 * eshell/em-rebind.el (eshell-rebind-load-hook):
687 * eshell/em-script.el (eshell-script-load-hook):
688 * eshell/em-smart.el (eshell-smart-load-hook):
689 * eshell/em-term.el (eshell-term-load-hook):
690 * eshell/em-unix.el (eshell-unix-load-hook):
691 * eshell/esh-arg.el (eshell-arg-load-hook):
692 * eshell/esh-cmd.el (eshell-cmd-load-hook):
693 * eshell/esh-ext.el (eshell-ext-load-hook):
694 * eshell/esh-io.el (eshell-io-load-hook):
695 * eshell/esh-mode.el (eshell-exit-hook):
696 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
697 * eshell/esh-var.el (eshell-var-load-hook):
698 Set default hook values to nil. (Bug#5375)
699
4a0f18a8
GM
700 * eshell/esh-module.el (eshell-module-unload-hook)
701 (eshell-modules-list): Remove leading * from defcustom docs.
702
a9eeff78
GM
703 * eshell/esh-util.el (eshell-for): Make it obsolete.
704 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
705 * eshell/em-dirs.el (eshell-save-some-last-dir):
706 * eshell/em-hist.el (eshell-save-some-history)
707 (eshell-hist-parse-modifier):
708 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
709 (eshell-ls-entries):
710 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
711 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
712 (eshell/which):
713 * eshell/esh-ext.el (eshell-find-interpreter):
714 * eshell/esh-mode.el (eshell-mode):
715 * eshell/esh-module.el (eshell-unload-extension-modules):
716 * eshell/esh-proc.el (eshell-process-interact):
717 * eshell/esh-test.el (eshell-test):
718 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
719 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
720 (eshell-variables-list):
721 * eshell/eshell.el (eshell-unload-all-modules):
722 Replace eshell-for with dolist.
723
85a55d38
GM
7242011-03-04 Glenn Morris <rgm@gnu.org>
725
726 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
727
38c179c9
TT
7282011-03-04 Tom Tromey <tromey@redhat.com>
729
730 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
731
732795fa
GM
7322011-03-04 Glenn Morris <rgm@gnu.org>
733
015bea8f
GM
734 * outline.el (outline-regexp): No longer allow nil.
735 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
736
9d982739
GM
737 * net/browse-url.el (browse-url):
738 Handle deleted default-directory. (Bug#6077)
739
732795fa
GM
740 * recentf.el (recentf-include-p): In case of a buggy predicate,
741 err on the side of including, not excluding. (Bug#5843)
742
d6ffd3f8
JB
7432011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
744
745 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
746 variables as units.
747
a918ed9b
BR
7482011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
749
750 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
751 if there is no node. (Bug#3261)
752
fc0e9092
LL
7532011-03-04 Leo <sdl.web@gmail.com>
754
0a5cb52b
LL
755 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
756
fc0e9092
LL
757 * time.el (display-time-world-list): Fix typo. (Bug#7571)
758
a65112fb 7592011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
760
761 * cus-edit.el (custom-buffer-create-internal):
762 Split search string before passing it to `customize-apropos' (bug#8136).
763
3191adaf
DA
7642011-03-04 Drew Adams <drew.adams@oracle.com>
765
766 * image-dired.el (image-dired-cmd-read-exif-data-options):
767 Fix typo in docstring (bug#8156).
768
fcd8ed1d
DD
7692011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
770
771 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
772
de69c0a8
CO
7732011-03-03 Christian Ohler <ohler@gnu.org>
774
775 * emacs-lisp/ert.el (ert--explain-equal): New function.
d86d2721 776 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
de69c0a8 777 All callers changed.
d86d2721 778 (ert--explain-equal-including-properties): Rename from
de69c0a8
CO
779 `ert--explain-not-equal-including-properties'. All callers
780 changed.
781
7c0d1441
CO
7822011-03-03 Christian Ohler <ohler@gnu.org>
783
784 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
785 (ert-char-for-test-result, ert-string-for-test-result)
786 (ert-run-tests-batch, ert--print-test-for-ewoc):
787 Handle `ert-test-quit'.
788
31128af6
DA
7892011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
790
791 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
792 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
793
06083aa1
GM
7942011-03-03 Glenn Morris <rgm@gnu.org>
795
796 * files.el (file-truename): Doc fix. (Bug#2341)
797
c7a74801
BR
7982011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
799
01c35094 800 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 801
614b85f8
VJ
8022011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
803
804 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
805 programs output backslashes. (Bug#7663)
806
f96dc50f
GM
8072011-03-03 Glenn Morris <rgm@gnu.org>
808
fb532fe8
GM
809 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
810 (mail-mode): Remove mail-sent-via from the doc.
811 (mail-sent-via): Make it obsolete. (Bug#1776)
812
a915d7a1
GM
813 * progmodes/grep.el (grep-highlight-matches): Doc fix.
814 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
815
f96dc50f
GM
816 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
817 with no parents. (Bug#8025)
818
71f8b7ed
G
8192011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
820
821 * password-cache.el (password-in-cache-p): Add autoload.
822
8889f4e2
GM
8232011-03-02 Glenn Morris <rgm@gnu.org>
824
3ab7ebb9
GM
825 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
826 * dired-x.el (Man-support-local-filenames): Autoload it.
827 (dired-guess-shell-alist-default): Also handle Red Hat's man.
828
2777ccbf
GM
829 * dired-x.el (dired-default-directory-alist, dired-default-directory):
830 Mark as obsolete.
831 (dired-smart-shell-command): Just call dired-current-directory.
832
5dedeef2
GM
833 * dired-x.el (dired-jump-other-window): Add autoload.
834 (dired-default-directory-alist, dired-default-directory): Doc fixes.
835 (dired-default-directory-alist): Mark as risky.
836
8889f4e2
GM
837 * dired-x.el (dired-omit-here-always): Make it obsolete.
838
d77aaf6f
CY
8392011-03-02 Chong Yidong <cyd@stupidchicken.com>
840
841 * textmodes/artist.el (artist-curr-go): Default to pen-line.
842 (artist-select-op-pen-line): New function.
843 (artist-menu-map): New variable.
844 (artist-mode-map): Add a menu to the menu-bar.
845
771fc75e
JB
8462011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
847
848 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
849 when evaluating.
850
851 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
852 New function.
853 (math-logunits-add, math-logunits-mul, math-logunits-divide):
854 (math-logunits-quant, math-logunits-level):
855 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
856 functions.
857 (math-logunits-level): Extract units from ratio.
858
f6132e5a
JB
8592011-03-01 Juanma Barranquero <lekktu@gmail.com>
860
861 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
862
7454f200
GM
8632011-03-01 Glenn Morris <rgm@gnu.org>
864
a65112fb
GM
865 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
866 (diary-hebrew-birthday): Rename and rework functions added
867 in previous change.
7454f200 868
cdcbd5a7
ER
8692011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
870
871 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
872 (diary-hebrew-birthday): New functions.
873
9903d828
GM
8742011-03-01 Glenn Morris <rgm@gnu.org>
875
876 * dired.el (dired-safe-switches-p): Beef it up.
877 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
878
75da6eb9
SM
8792011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * dired.el (dired-safe-switches-p): New function.
882
6640b281
GM
8832011-03-01 Glenn Morris <rgm@gnu.org>
884
885 * files.el (dir-locals-collect-variables):
886 Add the ability to exclude subdirectories. (Bug#8100)
887
888 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
889
cead857b
CS
8902011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
891
892 * ido.el (ido-everywhere): Doc fix.
893 (ido-mode): Doc fix.
894
0a906ec3
GM
8952011-02-28 Glenn Morris <rgm@gnu.org>
896
897 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
898
22b300de
MA
8992011-02-28 Michael Albinus <michael.albinus@gmx.de>
900
901 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
902 shadows.
903
abec5126 9042011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
905
906 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
907
ca3afb79
JB
9082011-02-28 Juanma Barranquero <lekktu@gmail.com>
909
910 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
911 Fix typos in docstrings.
912
edb57480
SB
9132011-02-28 Stephen Berman <stephen.berman@gmx.net>
914
915 * dired-aux.el (dired-update-file-line):
916 Fix 2010-11-09 change. (Bug#8131)
917
2b0c7330 9182011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
919
920 * international/mule-cmds.el (set-default-coding-systems): Use the
921 -unix variant of encoding in default-keyboard-coding-system.
922 (Bug#8122)
923
df7f0d0b
CY
9242011-02-27 Chong Yidong <cyd@stupidchicken.com>
925
926 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
927
3e478a7c 9282011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
929
930 * term/screen.el: New file (Bug#2650).
931
1f0816b6
SM
9322011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
935 (pcase-mutually-exclusive-predicates): New var.
936 (pcase--split-consp, pcase--split-pred): Use it.
937 (pcase--split-equal, pcase--split-member): When splitting against
938 a pure predicate, run it to know the outcome.
939 (pcase--u1): Mark vars that are actually used.
940 (pcase--q1): Avoid introducing unused vars.
941
b49df742
JB
9422011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
943
944 * calc/calc-ext.el (calc-init-extensions):
945 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
946
947 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
948 symbolic mode.
949
950 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
951 argument is a variable.
952
e573299d
SM
9532011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
956 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
957 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
958
61e9662e
TZ
9592011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
960
961 * password-cache.el (password-in-cache-p): Convenience function to
962 check if a key is in the cache, even if the value is nil.
963
7fe42546
J
9642011-02-25 Jambunathan K <kjambunathan@gmail.com>
965
966 * emacs-lisp/package-x.el (package--archive-contents-from-url)
967 (package--archive-contents-from-file): New functions.
968 (package-update-news-on-upload): New var.
969 (package-upload-buffer-internal): Extract archive-contents from
970 package-archive-upload-base if it is not found at archive-url.
971 Obey package-update-news-on-upload.
972 (package-upload-buffer, package-upload-file): Doc fix.
973
2d8a57ef
GM
9742011-02-24 Glenn Morris <rgm@gnu.org>
975
6a88f031
GM
976 * files-x.el (modify-dir-local-variable): Handle dir-locals from
977 the cache, and from non-file sources.
978
303f9ae0
GM
979 * help-fns.el (describe-variable): Return consistent results when a
980 dir-local from a file came from the cache or did not. (Bug#8095)
981 If a dir-local has no associated file, say it came from a "directory".
982
07915ed9
GM
983 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
984 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
985
ebe401f6
GM
986 * files.el (dir-locals-find-file): Doc fix.
987 Fix the check for cache elements that have no associated file,
303f9ae0 988 and the mtime check for those that do. (Bug#8095)
ebe401f6 989
b36f2f1c
GM
990 * dired-x.el (dired-hack-local-variables):
991 Handle interrupts during hacking local variables. (Bug#5216)
992
2d8a57ef
GM
993 * emacs-lisp/autoload.el (autoload-save-buffers)
994 (autoload-find-destination, update-directory-autoloads):
995 Avoid prompts when updating autoloads.
996
53cfe624
SM
9972011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
1000
c1449bff
KH
10012011-02-23 Kenichi Handa <handa@m17n.org>
1002
1003 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1004 error when a multipart boundary in the nested multipart is found.
1005
251ebe0f
KH
1006 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1007 header components.
1008
5582c670
GM
10092011-02-23 Glenn Morris <rgm@gnu.org>
1010
817b48a7
GM
1011 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1012 * dired-x.el (dired-omit-mode): Safe if boolean.
1013 (dired-enable-local-variables): Fix doc and custom type.
1014 (dired-enable-local-variables, dired-local-variables-file)
1015 (dired-hack-local-variables): Make obsolete.
1016 (dired-omit-here-always): Use dir-locals.el instead.
1017
5582c670
GM
1018 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1019
5f9d345c
SM
10202011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * help-fns.el (describe-function-1): Don't signal an error just because
1023 the DOC file disappeared.
1024
01c35094 10252011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
1026
1027 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1028 remote check to "ftp". (Bug#8089)
1029
e84efb70
AM
10302011-02-21 Alan Mackenzie <acm@muc.de>
1031
1032 Fix bug #7930.
1033 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1034 in macros finding their way into c-state-nonlit-pos-cache.
1035 Strengthen the comments.
1036 (c-state-dump): New commented out diagnostic routine.
1037
c6309045
MA
10382011-02-21 Michael Albinus <michael.albinus@gmx.de>
1039
1040 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1041 `field' property of `rfn-eshadow-overlay'.
1042
06b840e0
LI
10432011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1044
1045 * net/netrc.el (netrc-parse): Comment fix.
1046
6d713256
CY
10472011-02-21 Chong Yidong <cyd@stupidchicken.com>
1048
1049 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1050 Autoload. Add optional arg FRAME, and pass it to color-values.
1051 (color-complement): Caller changed. Doc fix.
1052 (color-gradient): Rewrite for better clarity and efficiency.
1053
1054 * faces.el (color-values): Use cond for clarity. Doc fix.
1055
5f9d345c 1056 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 1057 color.el instead.
5f9d345c
SM
1058 (list-colors-sort-key, list-colors-print):
1059 Use color-normalized-values.
6d713256
CY
1060
10612011-02-20 Drew Adams <drew.adams@oracle.com>
1062
1063 * color.el: First part of merge from hexrgb.el.
1064 (color-rgb-to-hex): Rename from color-rgb->hex.
1065 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1066 saturation to zero if the value is too small.
1067 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1068 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1069 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1070 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1071 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1072 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1073 (color-cie-de2000): Doc fix.
1074
aa9c0efc
AM
10752011-02-20 Alan Mackenzie <acm@muc.de>
1076
1077 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1078 locating the beginning of a macro. (Bug#7595)
1079
18cfb5a1
GM
10802011-02-20 Glenn Morris <rgm@gnu.org>
1081
e17816e5
GM
1082 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1083 Don't autoload it.
1084
18cfb5a1
GM
1085 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1086 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1087
01c35094
JB
10882011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1089 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
1090
1091 * progmodes/hideshow.el (hs-find-block-beginning)
1092 (hs-hide-level-recursive): Ignore comments when parsing braces
1093 (Bug#8036).
1094
10952011-02-19 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1098 (vc-bzr-pull): Use it.
1099
3ab713fd
CY
11002011-02-19 Chong Yidong <cyd@stupidchicken.com>
1101
1102 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1103 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1104 but returning an alist. Ignore comments in bzr conffile.
1105 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1106 (vc-bzr-error-regex-alist): New var.
1107 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1108
5f9d345c
SM
1109 * vc/vc-dispatcher.el (vc-do-async-command):
1110 Bind inhibit-read-only to t.
3ab713fd
CY
1111
1112 * progmodes/compile.el (compilation--flush-directory-cache):
1113 Handle the case where cdr of compilation--flush-directory-cache
1114 points to no buffer, which can occur if we previously switched to
1115 compilation-mode in a pregenerated buffer.
1116
16bc9688
KH
11172011-02-19 Kenichi Handa <handa@m17n.org>
1118
1119 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1120 get the header copy into the temporary buffer.
1121 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1122 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1123 buffer-file-coding-system to undecided.
1124
67ab0163 11252011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 1126
a167e505
EZ
1127 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1128 Document completion with asterisk and a substring.
1129
67ab0163 11302011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
1131
1132 * files.el (find-file-literally): Doc fix.
1133
41002397
GM
1134 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1135
b8bd9908
GM
1136 * log-edit.el (log-edit-insert-changelog):
1137 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1138
4d737eb2
GM
11392011-02-19 Glenn Morris <rgm@gnu.org>
1140
cad7445b
GM
1141 * dired-x.el: Don't require dired-aux.
1142 (dired-do-create-files, dired-mark-read-regexp)
1143 (dired-do-create-files-regexp): Autoload from dired-aux.
1144
bea584fa
GM
1145 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1146 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1147
d6e96966
GM
1148 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1149 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1150
42924231
GM
1151 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1152 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1153 (dired-clean-up-buffers-too): Declare.
1154
203784cc
GM
1155 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1156 * dired.el (dired-initial-position): Merge dired-x's version here.
1157 (dired-find-subdir): Declare.
1158
30abce25
GM
1159 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1160 * dired-aux.el (dired-add-entry): Give it a doc-string.
1161 Merge dired-x's dired-omit handling here.
1162 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1163
4d737eb2
GM
1164 * international/mule-diag.el (list-input-methods-1):
1165 Indent all lines of multi-line doc-strings. (Bug#8066)
1166
abd20d91
CY
11672011-02-18 Chong Yidong <cyd@stupidchicken.com>
1168
1169 Fix 2011-02-02 changes.
1170
1171 * apropos.el (apropos-print): Call apropos-mode before setting up
1172 buffer variables. Use inhibit-read-only.
1173
5f9d345c
SM
1174 * emacs-lisp/package.el (package--list-packages):
1175 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
1176
1177 * play/solitaire.el (solitaire): Call solitaire-mode before
1178 setting up buffer variables. Use inhibit-read-only.
1179
e697fcfc
LM
11802011-02-18 Lawrence Mitchell <wence@gmx.li>
1181
1182 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1183 Bind case-fold-search to nil when looking for end of here-doc.
1184
4114ed61
EZ
11852011-02-18 Eli Zaretskii <eliz@gnu.org>
1186
e697fcfc
LM
1187 * image-mode.el (image-toggle-display-image):
1188 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
1189 files. (Bug#8047)
1190
aa56f361
SM
11912011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * files.el (cd): Make completion obey cd-path (bug#7924).
1194
d1be20a1
GM
11952011-02-18 Glenn Morris <rgm@gnu.org>
1196
135dee55
GM
1197 * progmodes/prolog.el: Don't require compile when compiling.
1198 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1199 (compilation-forget-errors, compilation-fake-loc)
1200 (compilation-parse-errors-function, compilation-error-list): Declare.
1201 (prolog-inferior-mode): Require 'compile.
1202
15e0d5a1
GM
1203 * emulation/cua-base.el (pc-selection-mode): Declare.
1204
002b46b7
GM
1205 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1206 (customize-object): Add autoload cookie.
1207 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1208 (eieio-browse, describe-class, eieio-describe-class)
1209 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1210 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1211 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1212 * Makefile.in (autoloads): Make eieio.el writable.
1213
d1be20a1
GM
1214 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1215 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1216 (dired-hack-local-variables): Use inhibit-read-only.
1217 (dired-guess-default): Simplify.
1218 (dired-make-relative-symlink): Use dotimes.
1219 (dired-simultaneous-find-file): Use dolist.
1220 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1221 (dired-x-hands-off-my-keys): Doc fix.
1222 (dired-x-bind-find-file): Doc fix. Use remapping.
1223 (after-init-hook): No need to add dired-x-bind-find-file.
1224 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1225 No need to call expand-file-name.
1226 (dired-filename-at-point): Remove unused locals `end', `filename'.
1227
f9d554dd
SM
12282011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1231
5da16a86
CO
12322011-02-18 Christian Ohler <ohler@gnu.org>
1233
1234 * emacs-lisp/ert.el (ert--setup-results-buffer)
1235 (ert-results-pop-to-backtrace-for-test-at-point)
1236 (ert-results-pop-to-messages-for-test-at-point)
1237 (ert-results-pop-to-should-forms-for-test-at-point)
1238 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1239 were incorrect and unnecessary. This should make `make check'
1240 pass again.
1241
3a00a363
KM
12422011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1243
01c35094 1244 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 1245 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
1246 * lisp/allout.el: Remove commentary about remove encryption
1247 passphrase mnemonic support and verification.
01c35094
JB
1248 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1249 armored text using gpg1, and indicate that the gpg version *might*
1250 be the problem in the error message.
3a00a363 1251
73057ba9
DD
12522011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1253
1254 * net/rcirc.el (rcirc-float-time): New function.
1255 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1256 (rcirc-ctcp-sender-PING): Use it.
1257
8551cb32
GM
12582011-02-17 Glenn Morris <rgm@gnu.org>
1259
53ef76c7
GM
1260 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1261 (speedbar-update-flag, speedbar-fetch-etags-command)
1262 (speedbar-fetch-etags-arguments):
1263 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1264 (term-completion-autolist, term-completion-addsuffix)
1265 (term-completion-recexact, term-completion-fignore):
1266 * term/sup-mouse.el (sup-mouse-fast-select-window):
1267 * term/x-win.el (x-select-request-type):
1268 Convert some defvars with "*" to defcustoms.
1269
64a14c74
GM
1270 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1271
92e39d6f
GM
1272 * vc/vc.el (vc-default-previous-version):
1273 Remove alias that points nowhere. (Bug#4496)
1274
fc14288b
GM
1275 * dired-x.el (dired-clean-up-after-deletion):
1276 kill-buffer does not need save-excursion.
1277 (dired-do-run-mail): Doc fix.
1278 (dired-filename-at-point): Doc fix.
1279 Use looking-at, and skip-chars rather than re search.
1280
8551cb32
GM
1281 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1282
96497653
KM
12832011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1284
aac7a935
KM
1285 * allout-widgets.el: New allout extension that shows allout
1286 outline structure with graphical widgets. 'allout-widgets'
1287 customize group is an 'allout' subgroup, for easy discovery.
1288
96497653
KM
1289 * allout.el: Include PGP and GnuPG in Keywords, and other
1290 commentary refinements.
1291 (allout-abbreviate-flattened-numbering): Rename to
1292 allout-flattened-numbering-abbreviation, and
1293 define-obsolete-variable-alias the old name.
1294 (allout-flattened-numbering-abbreviation): Rename from
1295 allout-abbreviate-flattened-numbering.
1296 (allout-mode-p): Include among autoloads, for use by other modes
1297 with impunity.
e697fcfc
LM
1298 (allout-listify-exposed):
1299 Use allout-flattened-numbering-abbreviation.
96497653
KM
1300 (allout-encrypt-string): Use set-buffer-multibyte directly.
1301 (allout-set-buffer-multibyte): Remove.
1302
be4a1d71
DD
13032011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1304
1305 * simple.el (just-one-space): Remove useless `or' call.
1306
274c2d34
MA
13072011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1308
c6309045 1309 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1310 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1311 (soap-decoded-multi-refs, soap-current-wsdl)
1312 (soap-encoded-namespaces): Rename CL-style *...* variables.
1313
88ae2870
MA
13142011-02-16 Michael Albinus <michael.albinus@gmx.de>
1315
1316 * net/soap-client.el: Add "comm" and "hypermedia" to the
1317 keywords. Reflow too long lines.
1318
1319 * net/soap-inspect.el: Ditto. Require 'cl.
1320
689743a2
BG
13212011-02-16 Bastien Guerry <bzg@altern.org>
1322
1323 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1324 in a `doctor-type' argument.
1325
16d2ff89
MA
13262011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1327
1328 * net/soap-client.el:
1329 * net/soap-inspect.el: New files.
1330
c6cefd36
LL
13312011-02-16 Leo <sdl.web@gmail.com>
1332
1333 * dired-x.el (dired-mode-map, dired-extra-startup):
1334 Remove dired-copy-filename-as-kill since it's already in dired.el.
1335
da5e0ce4
GM
13362011-02-16 Glenn Morris <rgm@gnu.org>
1337
1338 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1339 Doc fixes. Add :set property, replacing top-level calls.
1340 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1341 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1342 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1343 (dired-clean-up-after-deletion): Use when and dolist.
1344 (dired-jump): Use unless and when.
1345 (dired-virtual): Use line-end-position.
1346 (dired-default-directory-alist): Rename from default-directory-alist.
1347 (dired-default-directory): Update for above name change.
1348 (dired-vm): Drop VM < 5 and simplify.
1349 (dired-buffer-more-recently-used-p): Rewrite.
1350 (dired-filename-at-point): Use when and or.
1351 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1352 Update callers.
1353
c5ca3aa0
GM
13542011-02-15 Glenn Morris <rgm@gnu.org>
1355
1356 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1357
33f6cf7b
CY
13582011-02-14 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * vc/vc-git.el (vc-git-root-log-format): New option for
1361 customizing log format.
1362 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1363 (vc-git-log-view-mode): Use it.
1364 (vc-git-expanded-log-entry): New function.
1365 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1366
1367 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1368 customizing log format.
1369 (vc-hg-print-log): Use it.
1370 (vc-hg-expanded-log-entry): New function.
1371 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1372 vc-hg-expanded-log-entry. Truncate lines in root log.
1373
1374 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1375
e697fcfc
LM
1376 * vc/log-view.el (log-view-mode-menu):
1377 Add log-view-toggle-entry-display.
33f6cf7b 1378
461b69ae
GM
13792011-02-14 Glenn Morris <rgm@gnu.org>
1380
1381 * dired-x.el: Don't require man when compiling.
1382 (dired-omit-extensions, dired-local-variables-file)
1383 (dired-x-hands-off-my-keys): Make them defcustoms.
1384 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1385 (vm-visit-folder): Declare rather than defining.
1386 (dired-x-help-address, dired-x-variable-list): Remove.
1387 (dired-x-submit-report): Make it an obsolete alias.
1388
35f52ed6
JB
13892011-02-14 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1392
b2108a36
TZ
13932011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1394
67186ae2 1395 * net/imap.el: Bring it back.
b2108a36 1396
abfc152b
AM
13972011-02-13 Alan Mackenzie <acm@muc.de>
1398
1399 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1400 narrow-to-region call that cuts context off the end (Bug#7722).
1401
e697fcfc
LM
1402 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1403 Refactor nested if-forms with a simple cond.
abfc152b
AM
1404 (c-forward-<>-arglist): Revert 2011-01-31 change.
1405
d4eb88c7
CY
14062011-02-13 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * vc/log-view.el: New command log-view-toggle-entry-display for
1409 toggling log entries between concise and detailed forms.
1410 (log-view-toggle-entry-display): New command.
1411 (log-view-mode-map): Bind RET to it.
1412 (log-view-expanded-log-entry-function): New variable.
1413 (log-view-current-entry, log-view-inside-comment-p)
1414 (log-view-current-tag): New functions.
1415 (log-view-toggle-mark-entry): Use log-view-current-entry and
1416 log-view-end-of-defun instead of searching directly with
1417 log-view-message-re.
1418 (log-view-end-of-defun): Likewise. Add optional ARG for
1419 compatibility with end-of-defun.
1420 (log-view-end-of-defun): Ignore comments and VC buttons.
1421
1422 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1423 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1424
2609a08e
TZ
14252011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1426
114fe546
G
1427 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1428
2609a08e
TZ
1429 * net/imap-hash.el: Remove file.
1430
7a6ebb1a
MA
14312011-02-13 Michael Albinus <michael.albinus@gmx.de>
1432
1433 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1434
1435 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1436 call.
1437
1438 * net/tramp-imap.el: Remove file.
1439
75d4dcc9
CY
14402011-02-13 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1443 widget library for buttons, just use button.el.
1444
1445 * vc/log-view.el (log-view-mode-map): Don't inherit from
1446 widget-keymap.
1447
3c65e88d 14482011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1449
86361e1e
GM
1450 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1451 (nintersection, set-difference, nset-difference)
1452 (set-exclusive-or, nset-exclusive-or): Doc fix.
1453
dc4c6a7a
GM
1454 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1455
8a6f24e5
GM
1456 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1457 :italic props, so that frame-set-background-mode works. (Bug#7966)
1458
3caced0b
GM
1459 * simple.el (next-error): Doc fix.
1460
9de31df2
TV
14612011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1462
1463 * dired-aux.el (dired-create-files): Adapt destination name to
1464 match the new behavior of copy-directory.
1465
38a71655
CY
14662011-02-12 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1469 from rmail-dont-reply-to-names. Callers changed.
1470 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1471 (rmail-dont-reply-to): Make it an obsolete alias.
1472
1473 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1474 nil, and make obsolete (Bug#7888).
1475 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1476
1477 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1478
1479 * mail/rmailsort.el (rmail-sort-by-correspondent)
1480 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1481
1482 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1483
470d996d
TV
14842011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1485
1486 * files.el (copy-directory): New argument COPY-CONTENTS for
1487 copying directory contents into another existing directory.
1488
e2784c87
TH
14892011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1490
1491 * minibuffer.el (completion-table-case-fold): New function for
1492 creating a case-insensitive completion table.
1493
563790b6
TZ
14942011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1495
1496 * net/tramp.el (tramp-default-method): Also check if
1497 `auth-source-search' is bound.
1498 (tramp-read-passwd): Use `auth-source-search' instead of
1499 `auto-source-user-or-password'.
1500
1501 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1502 `auto-source-user-or-password.
1503 (tramp-imap-passphrase-callback-function): Use it.
1504
1505 * net/imap-hash.el: Autoload `auto-source-search' instead of
1506 `auto-source-user-or-password.
1507 (imap-hash-open-connection): Use it.
1508
1509 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1510 `auto-source-user-or-password.
1511 (smtpmail-try-auth-methods): Use it.
1512
c6affbde
PH
15132011-02-12 Phil Hagelberg <phil@hagelb.org>
1514
1515 * emacs-lisp/package.el: Allow packages to be reinstalled.
1516 (package--write-file-no-coding): Remove EXCL arg.
1517 (package-unpack-single): Don't use it.
1518
b5a53795
KP
15192011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1520
1521 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1522 in each sub directory.
1523 (vc-svn-registered): Use vc-svn-root.
1524 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1525 (vc-svn-repository-hostname): Use "svn info".
1526
25833f5e
DD
15272011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1528
1529 * simple.el (delete-trailing-whitespace): New optional buffer
1530 bound parameters.
1531
75d1d833
BG
15322011-02-11 Bastien Guerry <bzg@altern.org>
1533
1534 * files.el (basic-save-buffer): save unmodified buffers when
1535 the file pointed by buffer-file-name doesn't exist.
1536
e0e36cac
DD
15372011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1538
079721e9 1539 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1540
59350862
GM
15412011-02-11 Glenn Morris <rgm@gnu.org>
1542
1543 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1544
5708ce5e
JB
15452011-02-11 Juanma Barranquero <lekktu@gmail.com>
1546
1547 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1548
b016851c
SM
15492011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1550
59003be9
SM
1551 * server.el (server-process-filter): Use pcase.
1552
9517f8af
SM
1553 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1554 conflicting ways.
1555 (smie-indent--parent): Extend to "parent of arg".
1556 (smie-indent-inside-string): New function.
1557 (smie-indent-functions): Use it.
1558
cf77dd27
SM
1559 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1560 bzr locking race condition.
1561
49ffc078
SM
1562 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1563 still valid before using it.
1564
1a0a6cef
SM
1565 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1566 `message' -> `compilation-message' rename (bug#8004).
1567
b016851c
SM
1568 Move keymap initialization into declaration.
1569 * textmodes/enriched.el (enriched-mode-map):
1570 * textmodes/bib-mode.el (bib-mode-map):
1571 * term/lk201.el (lk201-function-map):
1572 * tar-mode.el (tar-mode-map):
1573 * replace.el (occur-mode-map):
1574 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1575 * progmodes/idlw-help.el (idlwave-help-mode-map):
1576 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1577 * play/solitaire.el (solitaire-mode-map):
1578 * play/snake.el (snake-mode-map, snake-null-map):
1579 * play/pong.el (pong-mode-map):
1580 * play/handwrite.el (menu-bar-handwrite-map):
1581 * play/gametree.el (gametree-mode-map):
a65112fb 1582 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1583 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1584 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1585 (newsticker--url-keymap):
1586 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1587 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1588 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1589 (menu-bar-edit-menu, menu-bar-custom-menu)
1590 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1591 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1592 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1593 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1594 (menu-bar-tools-menu, menu-bar-describe-menu)
1595 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1596 (menu-bar-help-menu):
1597 * mail/rmailsum.el (rmail-summary-mode-map):
1598 * kmacro.el (kmacro-step-edit-map):
1599 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1600 (ibuffer-mode-operate-map):
1601 * hi-lock.el (hi-lock-menu, hi-lock-map):
1602 * emulation/vip.el (vip-mode-map):
1603 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1604 * bookmark.el (bookmark-bmenu-mode-map):
1605 * help-mode.el (help-mode-map): Move initialization into declaration.
1606
1be1d1e9
DD
16072011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1608
1609 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1610 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1611 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1612 (rcirc-cmd-me, rcirc-authenticate): Use them.
1613
26d2a9bd
KM
16142011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1615
1616 * allout.el: Synopsis: Change allout user configuration so
1617 auto-activation is controlled solely by customization
1618 `allout-auto-activation'.
1619
01c35094 1620 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1621 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1622 Also, explicitly invoke (allout-setup) after allout-auto-activation
1623 is custom-defined, to affect the settings in emacs sessions besides
1624 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1625 (allout-auto-activation): Use allout-auto-activation-helper to
1626 :set. Revise the docstring.
1627 (allout-init): Reduce functionality to just customizing
1628 allout-auto-activation, and mark obsolete.
1629 (allout-mode): Respect string values for allout-auto-activation.
1630 Run allout-after-copy-or-kill-hook without any args.
01c35094 1631 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1632 (outlineify-sticky): Adjust docstring for new scheme.
1633 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1634 should concentrate on the kill ring.
1635
b8e0f0cd
G
16362011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1637
1638 * password-cache.el (password-cache-remove): Accept secrets that are
1639 not strings.
1640
ccded26c
SM
16412011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1644 of here-doc that immediately follows a comment.
1645
ee6a57ab
DD
16462011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1647
4d04fdc9
DD
1648 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1649
ee6a57ab
DD
1650 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1651 available.
1652 (rcirc-ctcp-sender-PING): New function.
1653
6ca94a0b
SM
16542011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1657 Remove the mark/nomark handling, and activate shift-select-mode instead.
1658
1659 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1660
226590f8
JB
16612011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1662
1663 * calc/calc-units.el (math-logunits-quant): Add support for
1664 non-logarithmic units.
1665
dd0b691e
KM
16662011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1667
4ec28e14
KM
1668 * allout.el (allout-after-copy-or-kill-hook): New hook for
1669 extension-specific processing of killed text.
1670 (allout-mode): Include new allout-after-copy-or-kill-hook among
1671 mentioned hooks.
01c35094 1672 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1673 after kill happens even if barf-if-buffer-read-only is raised.
1674 Include new allout-after-copy-or-kill-hook among that subsequent
1675 processing.
1676 (allout-deannotate-hidden): Actually remove the annotation text
1677 properties.
1678
dd0b691e
KM
1679 * allout.el (allout-listify-exposed): Copy text sans text properties.
1680
07e52e08
MA
16812011-02-07 Michael Albinus <michael.albinus@gmx.de>
1682
b016851c 1683 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1684
c5aff743
DD
16852011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1686
1687 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1688
03925868
JB
16892011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1690
b016851c 1691 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1692 `calc-default-field-reference-level'.
b016851c 1693 (calc-logunits-power-reference): Rename from
01c35094 1694 `calc-default-power-reference-level'.
03925868 1695
b016851c 1696 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1697 `math-logunits-level'
b016851c 1698 (math-logunits-plus): Rename from math-logcombine.
03925868 1699 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1700 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1701 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1702 New functions.
b016851c
SM
1703 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1704 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1705 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1706 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1707 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1708 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1709 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1710 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1711 New functions.
1712
b016851c 1713 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1714 (calc-ul-prefix-help): Remove.
1715 (calc-l-prefix-help): New function.
1716 (calc-full-help): Add reference to `calc-l-prefix-help'.
1717
1718 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1719
ec6ad6f2
JB
1720 * calc/README: Mention logarithmic units.
1721
f8b351c1
CY
17222011-02-06 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1725 non-ASCII characters (Bug#7925).
1726
a60287ff
GM
17272011-02-05 Glenn Morris <rgm@gnu.org>
1728
1729 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1730
9ad53e98
GM
1731 * calendar/diary-lib.el (diary-font-lock-keywords):
1732 Tweak diary-time-regexp match. (Bug#7891)
1733
9783df21
GM
1734 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1735 (f90-mode): Use it for mode's `find-tag-default-function' property.
1736
df275851
GM
1737 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1738
95838641
GM
1739 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1740
827b77e9
DD
17412011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1742
1743 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1744 (Bug#6386).
1745
7cb76591
SM
17462011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1747
ba70ab1c
SM
1748 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1749 font-lock-syntax-table remappings.
1750 (sh-here-doc-markers, sh-here-doc-re): Remove.
1751 (sh-font-lock-close-heredoc): Remove.
1752 (sh-syntax-propertize-here-doc): New function.
1753 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1754 instead of the sh-here-doc-re.
1755 (sh-font-lock-paren): Don't do anything in comments or strings.
1756 Handle line continuations. Accept a few more chars.
1757 Don't rely on the font-lock-syntax-table remappings.
1758 `esac' is not a valid pattern.
1759 (sh-syntax-propertize-function): Handle here-docs differently, so we
1760 don't bother syntax-propertizing the insides.
1761
7cb76591
SM
1762 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1763 Handle new bashisms ";&" and ";;&" (bug#7947).
1764
39b20f56
MA
17652011-02-05 Michael Albinus <michael.albinus@gmx.de>
1766
7cb76591
SM
1767 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1768 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1769
51aba3f3
MA
17702011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1771
1772 * net/tramp.el (tramp-postfix-method-format)
1773 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1774 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1775 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1776 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1777 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1778 Doc fix.
1779
7bc61bb7
SS
17802011-02-04 Sam Steingold <sds@gnu.org>
1781
1782 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1783
d93c111e
AS
17842011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1785
1786 * international/mule-util.el (with-coding-priority): Doc fix.
1787
6f52d86e
EZ
17882011-02-04 Eli Zaretskii <eliz@gnu.org>
1789
1790 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1791
c1b4afac
SS
17922011-02-03 Sam Steingold <sds@gnu.org>
1793
1794 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1795 Do not error out when `func' is nil.
1796
a857d3c7
MA
17972011-02-03 Michael Albinus <michael.albinus@gmx.de>
1798
1799 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1800 `tramp-default-remote-path' to the docstring.
1801 (tramp-get-remote-path): Suppress error message when `getconf
1802 PATH' fails.
1803
1804 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1805
8aa88760
GM
18062011-02-03 Glenn Morris <rgm@gnu.org>
1807
219ea611
GM
1808 * vc/vc-hg.el (vc-hg-command): Doc fix.
1809
8d7b5b5b
GM
1810 * term/w32-win.el (libpng-version): Declare for compiler.
1811
c03eac34
GM
1812 * msb.el: No need to load dired while compiling.
1813
7f07c1fe
GM
1814 * emacs-lisp/elint.el (elint-standard-variables):
1815 Remove a couple of built-ins that now have doc-strings.
1816
befe199d
GM
1817 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1818 `require' is automatically `eval-and-compile'd.
1819
2d7d6439
GM
1820 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1821 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1822
8aa88760
GM
1823 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1824 Move definition before use.
1825 (strokes-report-bug): Make it obsolete.
1826
e90f8545
SS
18272011-02-02 Sam Steingold <sds@gnu.org>
1828
1829 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1830 from `special-mode', entering it makes the buffer read-only, so
1831 call it only when everything has been already inserted.
1832 * emacs-lisp/ert.el (ert--setup-results-buffer)
1833 (ert-results-pop-to-backtrace-for-test-at-point)
1834 (ert-results-pop-to-messages-for-test-at-point)
1835 (ert-results-pop-to-timings): Ditto.
1836 * emacs-lisp/package.el (package--list-packages): Ditto.
1837 * play/solitaire.el (solitaire): Ditto.
1838
90db975f
CY
18392011-02-02 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * progmodes/compile.el: Make all faces inherit.
1842 (compilation-warning): Inherit from font-lock-variable-name-face.
1843 (compilation-info): Inherit from font-lock-type-face.
1844 (compilation-line-number): Reassign to font-lock-keyword-face.
1845 (compilation-column-number): Reassign to font-lock-doc-face.
1846 (compilation-leave-directory-face): Reassign to
1847 font-lock-builtin-face.
1848
bc35ff32
EZ
18492011-02-02 Eli Zaretskii <eliz@gnu.org>
1850
1851 * dired.el (dired-insert-directory): Don't invoke `ls' when
1852 ls-lisp.el is used to emulate it.
1853
39cde66c
JD
18542011-02-01 Julien Danjou <julien@danjou.info>
1855
1856 * color.el (color-gradient): Add a color-gradient function.
1857
abef340a
SS
18582011-02-01 Sam Steingold <sds@gnu.org>
1859
1860 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1861 bind "z" to `kill-this-buffer'.
1862 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1863 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1864 (apropos-mode): Inherit from `special-mode'.
1865 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1866 * bookmark.el (bookmark-bmenu-mode): Define using
1867 `define-derived-mode' inheriting from `special-mode'.
1868 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1869 * image-mode.el (image-mode-map): Ditto.
1870 * replace.el (occur-mode): Define using
1871 `define-derived-mode' inheriting from `special-mode'.
1872 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1873 * calendar/diary-lib.el (diary-fancy-display-mode):
1874 Inherit from `special-mode-map'.
1875 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1876 Inherit from `special-mode'.
1877 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1878 `special-mode-map'.
1879 (package-menu-mode): Define using `define-derived-mode'
1880 inheriting from `special-mode'.
1881 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1882 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1883 (xesam-mode-map): Define separately.
1884 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1885 * progmodes/compile.el (compilation-minor-mode-map)
1886 (compilation-mode-map): Inherit from `special-mode-map'.
1887 * vc/diff-mode.el (diff-mode-shared-map):
1888 Inherit from `special-mode-map'.
1889 * vc/log-view.el (log-view-mode-map): Add a comment.
1890
928f4e73
CY
18912011-02-01 Chong Yidong <cyd@stupidchicken.com>
1892
1893 * custom.el (load-theme): Define return value. Drop use of
1894 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1895 (custom-theme-load-confirm): Scroll in the correct window.
1896 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1897
1898 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1899 checkbox if load-theme fails.
1900
7d116647
SM
19012011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * progmodes/compile.el (compilation-next-error): Check there's
1904 a message before using it (bug#7941).
1905
4fdfcddf
JB
19062011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1907
1908 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1909 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1910 of potential pivots.
1911
3b95603f
AM
19122011-01-31 Alan Mackenzie <acm@muc.de>
1913
7d116647
SM
1914 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1915 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1916 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1917 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1918
6fa1f651
CY
19192011-01-31 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * files.el (copy-directory): Fix arguments to recursive call.
1922
14beddf4 19232011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1924
1925 * files.el (copy-directory): If destination is an existing
1926 directory, copy into a subdirectory there.
1927
14beddf4 19282011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1929
1930 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1931 files.
1932
14beddf4 19332011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1934
6fc0aac3
CY
1935 * image-dired.el (image-dired-mouse-display-image): No-op if no
1936 file is found (Bug#7817).
1937
d1f14baa
CY
1938 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1939
14beddf4 19402011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1941
7d116647
SM
1942 * international/quail.el (quail-keyboard-layout-alist):
1943 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1944
14beddf4 19452011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1946
1947 * msb.el (msb-menu-bar-update-buffers): Update for changed
1948 argument handling of menu-bar-select-frame. (Bug#7902)
1949
14beddf4 19502011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1951
1952 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1953 to the recursion depth (Bug#7722).
1954
14beddf4 19552011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1956
1957 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1958 command-line-default-directory (Bug#7872).
1959
9e11271c
SM
19602011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * progmodes/compile.el (compilation--flush-directory-cache):
1963 New function, extracted from compilation--remove-properties.
1964 (compilation--remove-properties, compilation--parse-region): Use it.
1965 (compilation--previous-directory): Handle one more case.
1966 (compilation-enable-debug-messages): Remove.
1967 (compilation-parse-errors, compilation--flush-parse): Just remove the
1968 left over debug messages.
1969
038714ab
SS
19702011-01-31 Sam Steingold <sds@gnu.org>
1971
1972 * progmodes/compile.el (compilation-enable-debug-messages):
1973 Add a variable to make the parsing messages introduced in
1974 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1975 (compilation-parse-errors, compilation--flush-parse): Use it.
1976
2a4466ca
DD
19772011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1978
35f52ed6 1979 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1980 (rcirc-nick-completion-format): New defcustom.
1981 (rcirc-complete): Use it.
1982
186ecaf1
DD
19832011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1984
1985 * net/rcirc.el: Clean log filenames (Bug#7933).
1986 (rcirc-log-write): Use convert-standard-filename.
1987 (rcirc-log-filename-function): Documentation updates.
1988
253f7d1b
JD
19892011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1990
9e11271c
SM
1991 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1992 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1993 (report-emacs-bug-can-use-osx-open): New function.
1994 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1995 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1996
a2b6e5d6
CY
19972011-01-29 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * vc/vc-dispatcher.el (vc-set-async-update): New function for
2000 updating Dired or VC-dir buffers after async command completes.
2001
2002 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
2003 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2004
2005 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2006 completions if it exists. Use vc-set-async-update.
2007 (vc-git-pull): Use vc-set-async-update.
2008
2009 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2010 read-shell-command. Use vc-set-async-update.
2011 (vc-hg-merge-branch): Use vc-set-async-update.
2012
8907f7b9
DU
20132011-01-29 Daiki Ueno <ueno@unixuser.org>
2014
9e11271c
SM
2015 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2016 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
2017 (Bug#7931).
2018
e52f87a1
SM
20192011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * progmodes/compile.el: Avoid an N² behavior in grep.
2022 (compilation--previous-directory): New fun.
2023 (compilation--previous-directory-cache): New var.
2024 (compilation--remove-properties): Flush it.
2025 (compilation-directory-properties, compilation-error-properties):
2026 Use the new fun to speed up looking for the current directory.
2027
659114fd
CY
20282011-01-29 Chong Yidong <cyd@stupidchicken.com>
2029
2030 * vc/vc-hg.el (vc-hg-history): New var.
2031 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2032 (vc-hg-merge-branch): New function.
2033
2034 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2035 the other way around.
2036
2037 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2038 (vc-git-merge-branch): New functions.
2039 (vc-git-history): New var.
2040
9bfe5783
CY
20412011-01-28 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2044
2045 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2046 vc-do-async-command.
2047
e52f87a1
SM
2048 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2049 Callers changed.
9bfe5783 2050
b1ea593c
LL
20512011-01-28 Leo <sdl.web@gmail.com>
2052
2053 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 2054 highlighting to the "this function is advised" message.
b1ea593c
LL
2055
2056 * help-mode.el (help-mode-finish): Apply highlighting here, to
2057 avoid clobbering by substitute-command-keys (Bug#6304).
2058
40e22d80
CY
20592011-01-28 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * woman.el (woman0-roff-buffer): Process roff escape sequences
2062 occurring prior to the first request (Bug#7843).
2063
01c63f4c
SM
20642011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2065
55fb9013
SM
2066 * progmodes/compile.el: Don't use font-lock any more.
2067 (compilation-error-regexp-alist-alist): Change handling of makepp
2068 so it preserves the warning/error distinction on subsequent files.
2069 Simplify various rules.
2070 (compilation-directory-properties): Use font-lock-face.
2071 Add a compilation-message property.
2072 (compilation-internal-error-properties): Use font-lock-face.
2073 Don't set the compilation-debug property here.
2074 (compilation--put-prop, compilation--remove-properties)
2075 (compilation--parse-region, compilation--ensure-parse)
2076 (compilation--ensure-parse): New functions.
2077 (compilation-parse-errors): New function, largely inspired of
2078 compilation-mode-font-lock-keywords. Set compilation-debug here.
2079 (compilation--parsed): New var.
2080 (compilation--flush-parse): Use compilation--ensure-parse.
2081 (compilation-start): Don't call font-lock.
2082 (compilation-turn-on-font-lock): Remove.
2083 (compilation-setup): Don't set font-lock-extra-managed-props not change
2084 other font-lock settings, other than keywords.
2085 Don't activate font-lock-mode.
2086 Set change-major-mode-hook and before-change-functions.
2087 (compilation--unsetup): Remove properties and hooks.
2088 (compilation-next-single-property-change): New function.
2089 (compilation-next-error): Use it to parse when needed.
2090 (compile-goto-error): Parse buffer as needed.
2091 (compilation--compat-error-properties): Don't need a dummy `face'
2092 property any more.
2093
8fe52384
SM
20942011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2097 (compilation-process-setup-function): Fix docstring's false promises.
2098 (compilation-error-regexp-alist-alist): Catch omake's continuous
2099 recompilation message and avoid reuse of old markers.
2100 (compilation-parse-errors-function): Declare obsolete.
2101 (compilation-buffer-modtime): Remove.
2102 (compilation--make-cdrloc, compilation--loc->col)
2103 (compilation--loc->line, compilation--loc->file-struct)
2104 (compilation--loc->marker, compilation--loc->visited)
2105 (compilation--make-file-struct, compilation--file-struct->file-spec)
2106 (compilation--file-struct->formats)
2107 (compilation--file-struct->loc-tree): New macros. Use them.
2108 (compilation--message): New defstruct. Use them.
2109 (compilation-next-error-function): Don't mess with timestamps to try
2110 and guess when to reparse.
2111
01c63f4c
SM
21122011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2113
5e853d01
SM
2114 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2115 (tex-old-error-file-name): New function,
2116 extracted from tex-compilation-parse-errors.
2117 (tex-compilation-parse-errors): Remove.
2118 (tex-error-regexp-alist): New var.
2119 (tex-shell): Use it to avoid compilation-parse-errors-function.
2120
07b741a7
SM
2121 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2122 (grep-mode-font-lock-keywords): Remove regexp that seems like
2123 a left-over from before we used compile.el.
2124 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2125 modifying the buffer within with-silent-modifications.
2126
2127 * progmodes/compile.el: Cleanup text-properties namespace by using
2128 `compilation-message' instead of `message', `compilation-directory'
2129 instead of `directory', and `compilation-debug' instead of `debug'.
2130 (compilation-last-buffer, compilation-parsing-end)
2131 (compilation-error-list, compilation-old-error-list): Move to the
2132 compatibility part of the code.
2133 (compilation-error-properties): If `file' is a function, let it return
2134 a file name.
2135 (compilation-mode-font-lock-keywords): Be more conservative with the
2136 omake "^ *" pattern prefix, to try and minimize the risk of
2137 pathologically slow regexp matching.
2138 (compilation-start): Use inhibit-read-only.
2139 (compilation--unsetup): New function.
2140 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2141 (compilation-filter): Minor tweaks.
8fe52384 2142 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 2143 (compilation--flush-file-structure): New fun.
8fe52384 2144 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
2145 (debug-ignored-errors): Add "Moved past last ...".
2146 (compilation--compat-error-properties)
2147 (compilation--compat-parse-errors): Rename by doubling the "-".
2148
01c63f4c
SM
2149 Port features from the previous prolog.el to the new one.
2150 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2151 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2152 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2153 variable and use a function to compute the value dynamically.
2154 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2155 (prolog-continued-prompt-regexp): Remove, unused.
2156 (prolog-find-value-by-system): Try and use the value of prolog-system
2157 in the *prolog* buffer if it helps.
2158 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2159 (prolog-zip-on): ..and check prolog-system and version here instead.
2160 (prolog-inferior-self-insert-command): New command.
2161 (prolog-inferior-mode-map): Use it.
2162 (prolog-inferior-error-regexp-alist): New var.
8fe52384 2163 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
2164 (prolog-input-filter): Use derived-mode-p.
2165 (prolog-inferior-guess-flavor): New function.
2166 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2167 make-comint to avoid running comint-mode twice.
2168 (prolog-inferior-buffer): New fun.
2169 (prolog-old-process-region, prolog-old-process-file):
2170 Don't call prolog-bsts here...
2171 (prolog-build-prolog-command): ...do it here instead.
2172 (prolog-old-process-region, prolog-old-process-file):
2173 Use compilation-fake-loc and compilation-forget-errors.
2174 (prolog-consult-compile-region): Use bolp.
2175
2f224f0b
CY
21762011-01-28 Chong Yidong <cyd@stupidchicken.com>
2177
2178 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2179
db0e305d
SS
21802011-01-27 Sam Steingold <sds@gnu.org>
2181
9e11271c
SM
2182 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2183 Remove "*server*" which is never created by emacs server.
db0e305d 2184
27bbeb29
DD
21852011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2186
2187 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2188 there are some diff switches.
2189
153c5428
SM
21902011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2191
89fdaac7
SM
2192 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2193 Copy change made to ruby-font-lock-syntactic-keywords.
2194
153c5428
SM
2195 * htmlfontify.el: Make it obey the font-lock-face text property.
2196 Miscellaneous cleanup such as:
2197 - Don't hide expressions after a closing paren.
2198 - Move initial setq into let.
2199 - Hoist common parts out of ifs.
2200 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2201 (hfy-face-at): Use get-text-property instead.
2202 (hfy-prop-invisible-p): Use invisible-p if available.
2203 (htmlfontify-manual): Use \\[...].
2204 (hfy-html-quote-regex): Use [...].
2205 (hfy-combined-face-spec): Simplify.
2206 (hfy-compile-face-map): Don't presume point-min==1.
2207 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2208 match end of string.
2209 (hfy-text-p): η-reduce.
2210 (hfy-tags-for-file): Receive cache-hash directly.
2211 (hfy-mark-tag-names): Adjust call.
2212
ed7646d4
GM
22132011-01-27 Glenn Morris <rgm@gnu.org>
2214
2215 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2216 (msb-after-load-hook): Remove eval-after-load wackiness.
2217
ed68f651
SS
22182011-01-25 Sam Steingold <sds@gnu.org>
2219
2220 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2221 literal "diff" (important for windows-nt).
2222
0fe719e6
GM
22232011-01-25 Glenn Morris <rgm@gnu.org>
2224
2225 * emacs-lisp/copyright.el (copyright-at-end-flag)
2226 (copyright-names-regexp): Add safety properties.
2227 (copyright-year-ranges): New option.
2228 (copyright-find-end): New function, split from copyright-update-year.
2229 (copyright-update-year): Use copyright-find-end.
2230 (copyright-fix-years): Optionally, convert years to ranges.
2231 Handle years continued over comment lines.
2232 Do not mess with the fill-prefix.
2233 Do not call copyright-update.
2234 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 2235 Skip directories. Find files with only safe local vars.
0fe719e6 2236
06d8ace5 22372011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
2238
2239 * files.el (file-name-non-special): Only change buffer-file-name after
2240 insert-file-contents if it's `visit'ing the file (bug#7854).
2241
06d8ace5 22422011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
2243
2244 * dired.el (dired-revert): Doc fix (Bug#7758).
2245
06d8ace5
GM
2246 * simple.el (line-move-visual): Doc fix (Bug#7594).
2247
22482011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
2249
2250 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2251 here-doc which ends with an underscore.
2252 (ruby-mode-set-encoding): Skip shebang line always.
2253 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 2254 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
2255 (ruby-forward-sexp): Stop after literal hash key labels.
2256 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2257 bracket.
2258
06d8ace5 22592011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
2260
2261 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2262 the correct buffer (Bug#7650).
2263
06d8ace5
GM
22642011-01-25 Glenn Morris <rgm@gnu.org>
2265
2266 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2267
ce558208
GM
2268 * simple.el (do-auto-fill): Give it a doc string.
2269
4d265b4d
GM
2270 * button.el (make-text-button): Doc fix. (See bug#7881)
2271
21bb5ce0
SM
22722011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2273
ab0a61d0
SM
2274 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2275 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2276
21bb5ce0
SM
2277 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2278 Handle ?" and friends differently (e.g. don't use backrefs).
2279
603823f5
JB
22802011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2281
2282 * calc/calc.el (calc-default-power-reference-level)
2283 (calc-default-field-reference-level): New variables.
35f52ed6 2284 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2285 (math-logunits): New variable.
2286 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2287 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2288 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2289 New functions.
603823f5
JB
2290 (math-find-base-units-rec): Add entry for ln(10).
2291 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2292 (calc-ul-prefix-help): New function.
2293 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2294 functions. Add keybindings for new units functions.
603823f5 2295
11ea68ce 22962011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2297
2298 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2299 rcirc buffers. (Bug#4940)
10617634 2300
0412a5a4
GM
23012011-01-22 Glenn Morris <rgm@gnu.org>
2302
2303 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2304 split out from copyright-update-year.
2305 (copyright-update): Don't mess with the GPL version if we don't own the
2306 copyright. Update license regexp, and remove no longer needed
2307 Esperanto stuff.
d226ec23 2308 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2309
e7c1dca8
CY
23102011-01-22 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2313
4d0143e6
JA
23142011-01-22 Jari Aalto <jari.aalto@cante.net>
2315
2316 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2317 (lm): Rename to landmark.
2318 (lm-test-run): Rename to landmark-test-run.
2319
e3545d0d
CY
23202011-01-22 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2323 "Case sensitive" menu item.
2324
7c82f3e2 23252011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2326
2327 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2328 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2329
7c82f3e2 23302011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2331
2332 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2333
7c82f3e2 23342011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2335
6e1dbaa9
RM
2336 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2337 Assume foo(bar) is a manpage reference rather than some unquoted
2338 symbol (bug#7705).
26a27884 2339
7c82f3e2 23402011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2341
2342 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2343 Suggested by Flo <sensorflo@gmail.com>.
2344
7c82f3e2 23452011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2346
2347 * progmodes/compile.el (compilation-error-regexp-alist):
2348 Fix custom type. (Bug#7812)
2349
4936e3ba
KM
23502011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2351
2352 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2353 allout-number-siblings, in keeping with what obtained due to
2354 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2355 (prefixed) ?i.
2356 (allout-before-change-handler): Better expose spots affected by
2357 undo.
2358
cde7e38b
CY
23592011-01-22 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2362
6b072b27
PH
23632011-01-22 Phil Hagelberg <phil@evri.com>
2364
2365 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2366 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2367 (pcmpl-ssh-config-hosts): New function.
2368 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2369 pcmpl-ssh-known-hosts.
2370
26d82c3a
JB
23712011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2372
c310ff4f
JB
2373 * calc/calc-undo.el (calc-undo): Autoload it.
2374 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2375 and autoload for `calc-undo'.
2376 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2377 * calc/calc-prog.el:
2378 * calc/calc-graph.el:
2379 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2380
a10c4149
ŠN
23812011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2382
2383 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2384 keybindings to `calc-undo'.
2385
8dabbfd6
SM
23862011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 Don't mess with *temp*.
2389 * obsolete/spell.el: Move from textmodes/spell.el.
2390 (spell-string):
2391 * term.el (term-read-input-ring):
2392 * startup.el (display-startup-echo-area-message):
2393 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2394 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2395 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2396 point-min==1.
2397
d3e51865
KM
23982011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2399
35f52ed6 2400 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2401 reapplying defalias.
2402
2403 (allout-hotspot-key-handler): Check for non-control-modified
2404 bindings for hotspot characters if there are no control-modified
2405 versions.
2406
d3e51865
KM
2407 * allout.el: Summary - migrate to defining allout mode using
2408 define-minor-mode instead of defun. Significantly clean-up
2409 internal keymap provisions, refactoring and, in the process,
2410 removing a lot of accumulated cruft.
2411
2412 allout-mode-map is now a keymap by virtue of being a defalias to
2413 allout-mode-map-value, which contains the actual keymap structure.
2414
8dabbfd6
SM
2415 (allout-mode): Use define-minor-mode rather than defun.
2416 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2417 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2418 entry will be '(allout-mode . allout-mode-map) - see
2419 allout-mode-map-value, below. Adjust docstring to track changes.
2420 (allout-minor-mode): Remove this defalias, now that we're using
2421 define-minor-mode.
2422 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2423 keymap is allout-mode-map-value, via defalias.
2424 (allout-mode-map-value): The variable holding the actual mode
2425 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2426 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2427 allout-bind-keys, and including the binding-composition
2428 functionality of the former produce-allout-mode-map and
2429 allout-setup-mode-map.
2430 (allout-institute-keymap): Take over the "setup" part of the former
2431 allout-setup-mode-map. Reassign allout-mode-map-value value and
2432 update the defalias.
01c35094 2433 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2434 (allout-unprefixed-keybindings):
2435 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2436 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2437 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2438 user can customize if they want to use that binding.
2439 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2440 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2441 elided that, previously, instead of the one for \C-h.)
2442 (allout-hotspot-key-handler): Remove attempt to resolve the key
2443 through the literal key-string lookup on allout-keybindings-list.
2444 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2445 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2446 (allout-pre-command-business): Use allout-mode-map-value instead
2447 of allout-mode-map.
2448 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2449 the bindings if they want to use a keybinding having a trailing
2cf429d0 2450 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2451 (allout-keybindings-list): Remove. It's not been useful for a
2452 while. (See allout-hotspot-key-handler changes, above.)
2453 (produce-allout-mode-map): Remove. Consolidate into
2454 allout-compose-and-institute-keymap.
2455 (allout-mode-map-adjustments): Remove. No longer necessary with
2456 removal of allout-preempt-trailing-ctrl-h.
2457 (allout-setup-mode-map): Remove. Consolidate into
2458 allout-compose-and-institute-keymap and allout-institute-keymap.
2459
c11136ec
GM
24602011-01-20 Glenn Morris <rgm@gnu.org>
2461
dbfb414e
GM
2462 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2463
c11136ec
GM
2464 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2465
9aea757b
CY
24662011-01-20 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2469
2470 * files.el (find-alternate-file, basic-save-buffer)
2471 (basic-save-buffer-2, revert-buffer, recover-file)
2472 (kill-buffer-ask, abort-if-file-too-large)
2473 (set-visited-file-name, write-file, backup-buffer)
2474 (basic-save-buffer, save-some-buffers):
2475 * dired-aux.el (dired-compress-file): Callers changed.
2476
5dd4f3f7
GM
24772011-01-19 Glenn Morris <rgm@gnu.org>
2478
2479 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2480 Also check the property status. (Bug#7861)
2481
56761182
MA
24822011-01-18 Michael Albinus <michael.albinus@gmx.de>
2483
2484 * net/tramp.el (tramp-debug-message): Extend function exclude
2485 list. Use `regexp-opt'.
2486
a9faac5c 24872011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2488
9cc3a0c7
SM
2489 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2490 highlighting doesn't spill over subsequent lines.
2491
1a1fcbe1
SM
2492 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2493 keymap expression. Improve docstring.
2494
74a10be5
SM
2495 * electric.el (electric-indent-post-self-insert-function):
2496 Don't auto-indent for indent-to-left-margin, it's too often
2497 counter-productive.
2498
721be9cd
TH
24992011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2500
2501 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2502 spaces if the frame was resized, so that the full visible buffer
2503 serves as canvas for strokes.
2504
a767645f
GM
25052011-01-16 Glenn Morris <rgm@gnu.org>
2506
2507 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2508 Also skip directories.
a767645f 2509
444ee8dd
KR
25102011-01-16 Kevin Ryde <user42@zip.com.au>
2511
2512 * info-xref.el: Version 3.
2513 (info-xref-check, info-xref-check-all): Move commentary details
2514 into docstrings for better visibility.
2515 Use compilation-mode for the results buffer.
2516 (info-xref-output, info-xref-output-error, info-xref-with-output)
2517 (info-xref-filename, info-xref-in-progress):
2518 New internals for this.
2519 (info-xref-check-list, info-xref-check-buffer)
2520 (info-xref-check-all-custom): Use those.
2521 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2522 (info-xref-output-heading): Rename from info-xref-filename-heading.
2523 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2524 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2525 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2526 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2527 (info-xref-subfile-p): Move to generic section with those two.
2528 (info-xref-check-node): New function split from
2529 info-xref-check-buffer, shared by info-xref-docstrings.
2530 (info-xref-goto-node-p): Move to a checking section with that func.
2531 (info-xref-unavail): New counter.
2532 (info-xref-check-node): Use it.
2533 (info-xref-with-output): Show count of unavailables at end of output.
2534 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2535 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2536 (info-xref-check-all-custom): Fix quietening viper-mode and
2537 gnus-registry-install -- use setq not let so as not to unbind
2538 after load.
2539
d4119912
JL
25402011-01-16 Juri Linkov <juri@jurta.org>
2541
2542 * isearch.el (isearch-abort): Don't quit if search has
2543 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2544
b024d9f0
MD
25452011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2546
2547 * files.el (backup-buffer): Make last-resort backup file in
2548 .emacs.d (Bug#6953).
2549
2550 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2551 make it with permission 700.
2552
d52969e8 25532011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2554
74a10be5
SM
2555 * mail/rmailmm.el (rmail-mime-insert-header):
2556 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2557 system used to decode the header.
2558 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2559 (rmail-mime-insert-decoded-text):
2560 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2561 (rmail-show-mime): If only a header part was decoded, find the
2562 coding system while ignoring mm-charset-override-alist.
2563
d52969e8 25642011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2565
2566 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2567
d52969e8 25682011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2569
2570 * mail/rmailmm.el (rmail-mime-next-item)
2571 (rmail-mime-previous-item): Delete them.
2572 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2573 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2574 Callers changed.
e7ca0062
KH
2575 (rmail-mime-raw-mode): Recursively call for children.
2576 (rmail-mode-map): Change mapping of tab and backtab to
2577 forward-button and backward-button respectively.
2578 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2579 button.
2580 (rmail-mime-update-tagline): New function.
2581 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2582 body display is changed.
74a10be5 2583 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2584 (rmail-mime-image): Delete this button type.
2585 (rmail-mime-toggle): New button type.
2586 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2587 body display is changed. Change the save button label to "Save".
2588 Don't process show/hide button here.
2589 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2590 the body display is changed. Unconditionally call
2591 rmail-mime-insert for children.
2592 (rmail-mime-handle): Update `display' vector of the just inserted
2593 entity.
2594 (rmail-mime-process): If mail-header-parse-content-type returns
2595 nil, use "text/plain" as the fallback type.
2596 (rmail-mime-insert): For raw-mode, recursively call
2597 rmail-mim-insert for children.
2598 (rmail-mime): Handle the case that the current buffer is not rmail
2599 buffer (e.g. in summary buffer).
2600
d52969e8 26012011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2602
2603 * mail/rmailmm.el (rmail-mime-next-item)
2604 (rmail-mime-previous-item): Skip the body of a non-multipart
2605 entity if a tagline is shown.
2606
362b9d48
GM
26072011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2610 (tmm-prompt): Simplify.
2611 (tmm-add-prompt): Remove unused var `win'.
2612
2613 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2614 to minor mode which used nil accidentally to mean "turn off".
2615
26162011-01-15 Michael Albinus <michael.albinus@gmx.de>
2617
2618 * net/tramp-sh.el (tramp-find-inline-compress)
2619 (tramp-get-inline-coding): Quote command after pipe symbol for
2620 local calls under W32. (Bug#6784)
2621
26222011-01-15 Michael Albinus <michael.albinus@gmx.de>
2623
2624 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2625 only when running under W32.
2626
26272011-01-15 Eli Zaretskii <eliz@gnu.org>
2628
2629 * progmodes/grep.el (grep-compute-defaults): Quote the program
2630 file name after the pipe symbol in Grep templates. (Bug#6784)
2631 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2632
26332011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2634
2635 * buff-menu.el (Buffer-menu-buffer-list): New var.
2636 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2637 restricted buffer list is not lost on revert (Bug#7749).
2638
26392011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2640
2641 * net/ldap.el (ldap-search-internal): Discard stderr output.
2642
26432011-01-15 Eli Zaretskii <eliz@gnu.org>
2644
2645 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2646
26472011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2650
26512011-01-15 Kenichi Handa <handa@m17n.org>
2652
2653 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2654 part as a plain text.
2655 (rmail-mime-process-multipart): Set the default content-type to
2656 nil for unknown multipart subtypes (bug#7651).
2657
6d3d6113
SM
26582011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2659
4391b429
SM
2660 * hexl.el (hexl-mode-old-*): Remove.
2661 (hexl-mode--old-var-vals): New var to replace them.
2662 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2663 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2664 Use them to set local vars (bug#7846).
2665 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2666 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2667 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2668
6d3d6113
SM
2669 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2670 (smerge-resolve--normalize-re): New var.
2671 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2672 (smerge-resolve): Use them.
2673 * newcomment.el (comment-only-p): New function.
2674 (comment-or-uncomment-region): Use it.
2675
77ab81d0 26762011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2677
2678 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2679 table, get the value before switching to the output buffer. (Bug#7733)
2680
77ab81d0 26812011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2682
2683 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2684
8faba62c
KS
26852011-01-14 Kim F. Storm <storm@cua.dk>
2686
2687 * emulation/cua-base.el (cua--init-keymaps):
2688 Remap exchange-point-and-mark in cua-global-keymap.
2689
ab7eb811
TH
26902011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2691
2692 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2693 loop keyword.
2694
fc55380c
SM
26952011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2698 Require CL.
2699 (easy-menu-create-menu, easy-menu-convert-item-1):
2700 Use :label rather than nil for labels. Use `case'.
2701 Add :enable as alias for :active.
2702 (easy-menu-binding): Obey :label.
2703
dbed16aa
SM
27042011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2705
4d789d84
SM
2706 Use run-mode-hooks for major mode hooks (bug#513).
2707 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2708 Rename from reftex-toc-map.
2709 (reftex-toc-mode): Use define-derived-mode.
2710 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2711 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2712 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2713 (reftex-select-label-mode, reftex-select-bib-mode):
2714 Use define-derived-mode.
2715 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2716 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2717 Move init into delcaration.
2718 (reftex-index-mode, reftex-index-phrases-mode):
2719 Use define-derived-mode.
2720 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2721 speedbar-syntax-table. Move init into declaration.
2722 (speedbar-mode-map): Rename from speedbar-key-map.
2723 Move init into declaration.
2724 (speedbar-file-key-map): Move init into declaration.
2725 (speedbar-mode): Use define-derived-mode.
2726 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2727 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2728 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2729 (chart-face-list): Move initialization into declaration.
2730 (chart-mode): Use define-derived-mode.
2731 * calculator.el (calculator-mode-map): Move init into declaration.
2732 (calculator-mode): Use define-derived-mode.
2733
b49a2dbf
SM
2734 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2735 work for nested comments.
2736
dbed16aa
SM
2737 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2738 (prolog-use-prolog-tokenizer-flag): Change default when
2739 syntax-propertize can be used.
2740 (prolog-syntax-propertize-function): New var.
2741 (prolog-mode-variables): Move make-local-variable into `set'.
2742 Don't make comment-column local since we don't set it.
2743 Set comment-add (as it was in previous prolog.el). Use dolist.
2744 Set syntax-propertize-function.
2745 (prolog-mode, prolog-inferior-mode):
2746 Call prolog(-inferior)-menu directly, not through the mode-hook.
2747 (prolog-buffer-module, prolog-indent-level)
2748 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2749 (prolog-comment-limits, prolog-goto-comment-column):
2750 Use line-(end|beginning)-position.
2751 (prolog-build-prolog-command): Tighten up regexp.
2752 (prolog-consult-compile): Move make-local-variable into `set'.
2753 (prolog-consult-compile-filter, prolog-goto-next-paren)
2754 (prolog-help-on-predicate, prolog-clause-info)
2755 (prolog-mark-predicate): Don't let+setq.
2756 (prolog-indent-line): Use indent-line-to.
2757 Only call prolog-goto-comment-column if necessary.
2758 (prolog-indent-level): Use bobp.
2759 (prolog-first-pos-on-line): Remove, not used any more.
2760 (prolog-in-string-or-comment): Use syntax-ppss if available.
2761 (prolog-help-on-predicate): Use read-string.
2762 (prolog-goto-predicate-info): Simplify.
2763 (prolog-read-predicate): Use `default' rather than `initial'.
2764 (prolog-temporary-file): Use make-temp-file to close a security hole.
2765 (prolog-toggle-sicstus-sd): New command.
2766 (prolog-electric-underscore, prolog-variables-to-anonymous):
2767 Use dynamic-scoping as it was meant.
2768 (prolog-menu): Move menu definitions to top-level.
2769 Use a toggle-button for Sicstus's source debugger.
2770 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2771 to "System".
2772 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2773 Move other menu definition to top-level.
2774
50f8cd96
TH
27752011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2776
5b355315
TH
2777 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2778 name. Keep original document's directory as default-directory
2779 (bug#6446).
1281bd51
TH
2780 (doc-view-initiate-display): Fall back to normal mode when
2781 doc-view-mode cannot be enabled, also when extracting the document
2782 text into a separate buffer (bug#6446).
5b355315 2783
50f8cd96
TH
2784 * simple.el (shell-command): Don't error out if shell command
2785 buffer contains text with non-nil read-only property when erasing
2786 the buffer.
2787
821f936d
KS
27882011-01-13 Kim F. Storm <storm@cua.dk>
2789
2790 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2791 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2792 items when cycling through the matches.
2793
f754f898
TH
27942011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2795
2796 * dired-x.el (dired-omit-verbose): New defcustom that allows
2797 disabling the omit messages.
2798 (dired-omit-expunge): Use it.
2799
d221e780
CO
28002011-01-13 Christian Ohler <ohler@gnu.org>
2801
2802 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2803
a03b542a
CY
28042011-01-13 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * font-lock.el (font-lock-verbose): Default to nil.
2807
25ca2e61
CY
28082011-01-13 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2811 (compose-mail): New arg RETURN-ACTION.
2812 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2813
2814 * mail/sendmail.el (mail-return-action): New var.
2815 (mail-mode): Make it buffer-local.
2816 (mail-bury): Obey it. Move special Rmail window handling to
2817 rmail-mail-return.
2818 (mail, mail-setup): New arg RETURN-ACTION.
2819 (sendmail-user-agent-compose): Move from simple.el.
2820
2821 * mail/rmail.el (rmail-mail-return): New function.
2822 (rmail-start-mail): Pass it to compose-mail.
2823
2a8b13af
CY
28242011-01-12 Chong Yidong <cyd@stupidchicken.com>
2825
b2948a87
CY
2826 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2827 menus. Add menu item for customize-themes.
2828
2829 * cus-theme.el (customize-themes):
74a10be5
SM
2830 * emacs-lisp/package.el (package--list-packages):
2831 Use switch-to-buffer.
2a8b13af 2832
059616e5
JB
28332011-01-11 Johan Bockgård <bojohan@gnu.org>
2834
2835 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2836
04380ff1
SM
28372011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * progmodes/prolog.el: Fix up coding convention and such.
2840 (prolog-indent-width): Use the same default as in
2841 previous prolog.el rather than tab-width which depends on which buffer
2842 is current when the file is loaded.
2843 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2844 is not available.
2845 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2846 (prolog-known-systems): Remove.
2847 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2848 Move initialization into declaration.
2849 (prolog-mode-map): Move initialization into declaration.
2850 Remove system-specific mode-map vars, since they referred to the same
2851 keymap anyway.
2852 (prolog-mode-variables): Obey the user's preference w.r.t
2853 adaptive-fill-mode. Prefer symbol-value to `eval'.
2854 (prolog-mode-keybindings-edit): Add compatibility bindings.
2855 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2856 (mercury-mode-map): New var.
2857 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2858 (prolog-ensure-process, prolog-process-insert-string)
2859 (prolog-consult-compile): Use with-current-buffer.
2860 (prolog-guess-fill-prefix): Simplify data flow.
2861 (prolog-replace-in-string): New function to use instead of
2862 replace-in-string.
2863 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2864 (prolog-uncomment-region): Use `uncomment-region' when available.
2865 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2866 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2867 of int-to-char and char-to-int.
2868 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2869
e2019526
SB
28702011-01-11 Stefan Bruda <stefan@bruda.ca>
2871
2872 * progmodes/prolog.el: Replace by a whole new file.
2873
3fa173b4
SM
28742011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2877 (declare-function, undefined, insert-for-yank)
2878 (replace-regexp-in-string): Follow checkdoc's recommendations.
2879
7973bcea
SM
28802011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2883 refreshing the diary buffer.
2884
0af8c88b
KM
28852011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2886
7973bcea 2887 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2888 (allout-encrypt-string): Prevent encryption from adding an extra
2889 newline at the end of the topic body.
2890 (allout-version): Increment to 2.3.
2891
1a27c64e
MA
28922011-01-10 Michael Albinus <michael.albinus@gmx.de>
2893
7973bcea
SM
2894 * net/dbus.el (dbus-unregister-service): Complete doc.
2895 Fix call of dbus-error signal.
5c0b4070 2896 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2897
0a203b61
MA
28982011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2899
2900 * net/dbus.el (dbus-unregister-service): Translate returned
2901 integer into a symbol.
2902 (dbus-register-property): Use `dbus-register-service' to do the
2903 name registration.
2904
895123f5
CY
29052011-01-09 Chong Yidong <cyd@stupidchicken.com>
2906
7973bcea
SM
2907 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2908 Suggested by Joakim Verona.
12e1f328 2909
732eb50a
CY
2910 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2911
895123f5
CY
2912 * wid-edit.el (visibility): Replace :on-image and :off-image
2913 widget properties with :on-glyph and :off-glyph, for consistency
2914 with the `visibility' widget.
2915 (widget-toggle-value-create, widget-visibility-value-create):
2916 Merge into a single function `widget-toggle-value-create'.
2917
2918 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2919 (custom-face-edit-value-create, custom-face-value-create):
2920 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2921 :off-glyph, for consistency with the `visibility' widget.
2922
c8043a22
AS
29232011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2924
2925 * net/ldap.el (ldap-search-internal): Don't use eval.
2926
b7617f6d
CY
29272011-01-09 Chong Yidong <cyd@stupidchicken.com>
2928
973f1f2a
CY
2929 * subr.el (read-char-choice): Use read-key.
2930
b7617f6d
CY
2931 * custom.el (custom-safe-themes): Rename from
2932 custom-safe-theme-files. Add :risky tag.
2933 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2934 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2935
900503ae
CY
29362011-01-09 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2939 from Search and add a label to Undo.
2940
2941 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2942 inappropriate buttons and adding :vert-only tags.
2943
2944 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2945 removal of Help tool-bar button. Remove Undo button for space.
2946
2947 * info.el (info-tool-bar-map): Add :vert-only tags.
2948
c44d54b3
TH
29492011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2950
2951 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2952 image backend support. Either of them is fine.
2953
3ef01959
CY
29542011-01-08 Chong Yidong <cyd@stupidchicken.com>
2955
3d91e302
CY
2956 * subr.el (y-or-n-p): Doc fix.
2957
278f6845
CY
2958 * custom.el (custom-safe-theme-files): New defcustom.
2959 (custom-theme-load-confirm): New function.
2960 (load-theme): Load theme using `load', confirming with
2961 custom-theme-load-confirm if necessary.
2962
3ef01959
CY
2963 * subr.el (read-char-choice): New function, factored out from
2964 dired-query and hack-local-variables-confirm.
2965
2966 * dired-aux.el (dired-query):
2967 * files.el (hack-local-variables-confirm): Use it.
2968
2969 * dired-aux.el (dired-compress-file):
2970 * files.el (abort-if-file-too-large, find-alternate-file)
2971 (set-visited-file-name, write-file, backup-buffer)
2972 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2973 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2974 Use new format string args for y-or-n-p and yes-or-no-p.
2975
7c837933
AS
29762011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2977
2978 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2979 [gcc-include]: Tighten file name match, add match for column
2980 number. (Bug#7806)
6c7ec171 2981 [gnu]: Remove unused group.
7c837933 2982
d0981f82
GM
29832011-01-08 Glenn Morris <rgm@gnu.org>
2984
e7a42417
GM
2985 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2986
d0981f82
GM
2987 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2988
d43bb7d3
SS
29892011-01-07 Sam Steingold <sds@gnu.org>
2990
2991 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2992 the `explicit-shell-file-name' because that is the
2993 non-interactive shell.
2994
8c51d2a2
CY
29952011-01-07 Chong Yidong <cyd@stupidchicken.com>
2996
2997 * subr.el (y-or-n-p): Accept format string args.
2998
66b7b0fe
GM
29992011-01-07 Glenn Morris <rgm@gnu.org>
3000
3001 * Makefile.in (EMACSOPT): Add --no-site-lisp.
3002
1e004a83
KM
30032011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3004
66b7b0fe 3005 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 3006 the visible containing topic, rather than a collapsed one.
66b7b0fe 3007 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
3008 (allout-exposure-change-hook): Remove documentation remarks
3009 concerning removed allout-view-change-hook.
3010 (allout-flag-region): Remove invocation of and documentation
3011 remarks concerning allout-view-change-hook.
3012
b0a8e46b
GM
30132011-01-06 Glenn Morris <rgm@gnu.org>
3014
3015 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3016 (vc-bzr-annotate-extract-revision-at-line):
3017 Handle authors with embedded spaces. (Bug#7792)
3018
875c044a
TH
30192011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3020
3021 * doc-view.el (doc-view-image-width): New variable.
3022 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3023 backend for PNG images, and do dynamic rescaling instead of
3024 reconverting the whole doc.
3025
1f6f7722
GM
30262011-01-05 Glenn Morris <rgm@gnu.org>
3027
3028 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3029
e9e68fda
KM
30302011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3031
4896e8fc 3032 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
3033 long text lines that cross more than a single physical window
3034 line, ie when truncate-lines is nil.
e9e68fda
KM
3035 (allout-next-visible-heading): Provide for change in line-move
3036 behavior on long lines when truncate-lines is nil. In that case,
3037 line-move can wind up on the same textual line when it moves to
3038 the next window line, and moving to the bullet position after the
3039 move yields zero advancement. Add logic to detect and compensate
3040 for the lack of progress.
3041 (allout-current-topic-collapsed-p): move-end-of-line respect for
3042 field boundaries is different when operating with body lines
3043 shorter than window width versus ones greater than window width,
3044 which can yield false negatives in this function. Avoid
3045 difference by applying move-end-of-line while field-text-motion is
3046 inhibited.
3047
3f1b6eb2
GM
30482011-01-04 Glenn Morris <rgm@gnu.org>
3049
3050 * textmodes/rst.el (rst-compile-toolsets):
3051 Add pdf and s5 to option alist.
3052
6388924a
MA
30532011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3054
7973bcea 3055 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
3056 dont-register-service. Updated docstring accordingly.
3057
c3e4b003
AS
30582011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3059
3060 * textmodes/rst.el (rst-compile-pdf-preview)
3061 (rst-compile-slides-preview): Remove extra line.
3062
ef4271fe
GM
30632011-01-04 Glenn Morris <rgm@gnu.org>
3064
3065 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3066 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3067 default to `prog' without a .py extension.
3068 (rst-compile-pdf-preview, rst-compile-slides-preview):
3069 Use program names from rst-compile-toolsets, rather than hard-coding.
3070 (rst-portable-mark-active-p): Fix presumed typo.
3071
7c420169 30722011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 3073
7c420169 3074 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
3075 libpng versions both before and after 1.4.0. (Bug#7716)
3076
7c420169 30772011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 3078
6491af11
EZ
3079 * time.el (display-time-mode): Mention display-time-interval in
3080 the doc string. (Bug#7713)
3081
7c420169 30822011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
3083
3084 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3085 condition-case and return an error message string if something
3086 goes wrong.
2f952059 3087 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
3088 header by rmail-mime-insert-header.
3089
7c420169 30902011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
3091
3092 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3093 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3094 (rmail-mime-mbox-buffer)
3095 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3096 (rmail-mime-entity): Argument changed. All codes handling an
3097 entity object are changed.
2f952059 3098 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
3099 the above change.
3100 (rmail-mime-entity-children, rmail-mime-entity-handler)
3101 (rmail-mime-entity-tagline): New functions.
3102 (rmail-mime-message-p): New function.
3103 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3104 (rmail-mime-entity-segment, rmail-mime-next-item)
3105 (rmail-mime-previous-item, rmail-mime-shown-mode)
3106 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3107 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
3108 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3109 New functions.
186f7f0b
KH
3110 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3111 (rmail-mime-insert-decoded-text): New function.
3112 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3113 (rmail-mime-insert-image): Argument changed. Caller changed.
3114 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 3115 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
3116 (rmail-mime-insert-bulk): Argument changed.
3117 (rmail-mime-multipart-handler): Return t.
2f952059
ML
3118 (rmail-mime-process-multipart): Argument changed.
3119 Handle "multipart/alternative" here.
186f7f0b
KH
3120 (rmail-mime-process): Argument changed.
3121 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3122 (rmail-mime-insert): Argument changed. Handle raw display mode.
3123 (rmail-mime): Argument changed. Handle toggling of raw display
3124 mode.
3125 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3126 rmail-mime-view-buffer.
3127 (rmail-insert-mime-forwarded-message): Likewise.
3128 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3129
3130 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3131 non-nil, handle the header in rmail-show-mime-function.
3132
7c420169 31332011-01-02 Leo <sdl.web@gmail.com>
e1a23575 3134
7c420169 3135 * help-fns.el (describe-variable): Fix previous change.
e1a23575 3136
7c420169 31372011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
3138
3139 * isearch.el (isearch-lazy-highlight-error): New variable.
3140 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3141 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3142 to the current value of `isearch-error' (Bug#7468).
3143
7c420169 31442011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
3145
3146 * help-fns.el (describe-variable): Don't emit trailing whitespace
3147 (Bug#7511).
3148
7c420169 31492011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
3150
3151 * textmodes/rst.el (rst-compile-pdf-preview)
3152 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3153
7c420169 31542011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
3155
3156 * emulation/edt-mapper.el: Override mapping of function keys so
3157 that the later call to read-key-sequence works.
3158
7c420169 31592011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
3160
3161 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3162 Unix EOLs. (Bug#7589)
3163
7c420169
CY
31642011-01-02 Leo <sdl.web@gmail.com>
3165
3166 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3167 if point is not behind eshell-last-output-end (Bug#7585).
3168
31692011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * files.el (file-local-variables-alist):
3172 Make permanent-local (bug#7767).
3173
31742011-01-02 Glenn Morris <rgm@gnu.org>
3175
3176 * version.el (emacs-copyright): Set short copyright year to 2011.
3177
31782011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3179
3180 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3181 an existing temp buffer. (Bug#7746)
3182
31832011-01-02 Glenn Morris <rgm@gnu.org>
3184
3185 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3186 multiple addresses. (Bug#7760)
3187
fb9a573a
KM
31882011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3189
e9e68fda 3190 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
3191 do-auto-fill if everything points back to allout-auto-fill.
3192 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3193 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3194
8d68c659
MA
31952010-12-31 Michael Albinus <michael.albinus@gmx.de>
3196
3197 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3198 and "scpx".
3199
291cc045
TH
32002010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3201
3202 * doc-view.el (doc-view-set-doc-type): New function refactored
3203 from doc-view-mode.
3204 (doc-view-fallback-mode): New function.
3205 (doc-view-mode): Use it.
3206 (doc-view-mode-maybe): New function that checks if doc-view-mode
3207 can be used and falls back to the next best mode otherwise.
3208
3209 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3210 DVI, OpenDocument, and MS Office files.
3211
8ee2dc5c
AS
32122010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3213
3214 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3215
f9e68477
TH
32162010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3217
3218 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3219 on a copy of auto-mode-alist, because that deletes with side
3220 effects.
3221
ad727c81
TH
32222010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3223
7973bcea
SM
3224 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3225 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
3226 fallback instead of hard coding fundamental mode.
3227
b71b7803
TH
32282010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3229
3230 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3231 Office) files also for searching.
3232
95e16d17
TH
32332010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3234
3235 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3236 Office) files. Not yet enabled via auto-mode-list.
3237 (doc-view-unoconv-program): New custom variable.
3238 (doc-view-mode-p): Handle new odf document type.
3239 (doc-view-odf->pdf): New conversion function.
3240 (doc-view-convert-current-doc): Call it for odf files.
3241 (doc-view-mode): Recognize newly supported file extensions.
3242
b191c9d9
MA
32432010-12-30 Michael Albinus <michael.albinus@gmx.de>
3244
3245 * net/tramp.el (tramp-default-method-alist)
3246 (tramp-default-user-alist)
3247 (tramp-local-host-regexp, tramp-prefix-domain-format)
3248 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3249
3250 * net/tramp-ftp.el:
3251 * net/tramp-gvfs.el:
3252 * net/tramp-gw.el:
3253 * net/tramp-imap.el:
3254 * net/tramp-sh.el:
3255 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3256 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3257
6e457cc9
KF
32582010-12-29 Karl Fogel <kfogel@red-bean.com>
3259
3260 * saveplace.el (save-place-alist-to-file): Save list sorted and
3261 pretty-printed, so that it is mergeable by line-based text merging,
3262 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3263
fb9a573a
KM
32642010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3265
e9e68fda 3266 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3267 (allout-mode): Argument "toggle" => "force".
3268 Refine the docstring.
3269 Remove special provisions for reactivation, besides the 'force'
3270 argument.
3271 Consolidate layout provisions coce directly into the activation
3272 condition branch, now that we've removed those provisions.
3273 (allout-unload-function): Explicitly activate the mode before
3274 deactivating, if it's initially deactivated.
3275 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3276 warnings for version of function used only where
3277 set-buffer-multibyte is unavailable.
3278
c940c054
CY
32792010-12-28 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3282 are handled by the menu-bar entries. As before, don't use
3283 :visibile to avoid changing the tool-bar.
3284
4c145d5d
MA
32852010-12-27 Michael Albinus <michael.albinus@gmx.de>
3286
3287 * net/secrets.el (secrets-delete-alias): New defun.
3288
fe99f704
MA
32892010-12-27 Michael Albinus <michael.albinus@gmx.de>
3290
3291 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3292 methods, otherwise ~/.ssh/config would be ignored.
3293
723ee192
SM
32942010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * emacs-lisp/rx.el: Make it a superset of sregex.
3297 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3298 of args, add `regex' alias.
3299 (rx-info): Add arg to distinguish head and standalone forms.
3300 (rx-check, rx-form): Pass the corresponding arg.
3301 (rx-**): Simplify.
3302 (rx-repeat): Make it work for any number of args.
3303 (rx-syntax): Make it accept syntax chars as is.
3304 * obsolete/sregex.el: Move from emacs-lisp/.
3305 * emacs-lisp/re-builder.el: Remove sregex support.
3306 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3307
e77714da
EZ
33082010-12-25 Eli Zaretskii <eliz@gnu.org>
3309
3310 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3311 PRIMARY first, then the clipboard. (Bug#7699)
3312
17870c01
SM
33132010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3316 print-number-table.
3317
6bfa51ba
CY
33182010-12-21 Chong Yidong <cyd@stupidchicken.com>
3319
d78cdcf7
CY
3320 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3321 .emacs.elc (Bug#7530).
3322
6bfa51ba
CY
3323 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3324 image spec (Bug#7480).
3325
9d9cfd53
DU
33262010-12-21 Daiki Ueno <ueno@unixuser.org>
3327
3328 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3329 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3330 Move from lisp/.
9d9cfd53 3331
adc0b793
JD
33322010-12-20 Leo <sdl.web@gmail.com>
3333
3334 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3335 always be performed (Bug#7680).
3336
778ca437
CY
33372010-12-20 Chong Yidong <cyd@stupidchicken.com>
3338
3f95d7ff
CY
3339 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3340 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3341 mouse-region-match.
778ca437 3342
3f95d7ff 3343 * color.el: Move from gnus/.
94975270 3344
f48fdaad
CY
3345 * vc/diff.el (diff-better-file-name): Function deleted.
3346 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3347 (diff-no-select): Just use expand-file-name.
3348
3349 * tool-bar.el (tool-bar--image-expression): New function.
3350 (tool-bar-local-item, tool-bar--image-exp): Use it.
3351 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3352 Use :enable instead of :visible to avoid changing the tool-bar
3353 configuration unnecessarily.
3354
3355 * info.el (info-tool-bar-map): Add separators.
3356
2e306b39
KB
33572010-12-17 Ken Brown <kbrown@cornell.edu>
3358
3359 * loadup.el: Use version numbers in Cygwin build.
3360
395542c6
RT
33612010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3362
3363 * ido.el (ido-file-internal): Ask for confirmation before
3364 overwriting an existing file (Bug#1238).
3365
4039c786
CY
33662010-12-16 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * tool-bar.el (tool-bar-setup): Add separators.
3369
3370 * menu-bar.el (featurep): Use menu-bar-separator.
3371
45720dc3
GM
33722010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3373
3374 Migrate allout encryption provisions from pgg to epg.
3375
3376 * allout.el (allout-toggle-current-subtree-encryption)
3377 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3378 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3379 for simpler universal argument interpretation.
35f52ed6 3380 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3381 changed encryption provisions. Change fetch-pass to keymode-cue, for
3382 simpler universal argument interpretation. Remove provisions for
3383 handling key type and identity - they'll all be within
3384 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3385 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3386 for keypair recipients (universal argument > 1) and, in addition,
3387 associating the specified recipients with the outline (universal
3388 argument > 4) using a file local variable setting for
3389 'epa-file-encrypt-to'.
3390 Require epa, for recipients handling.
3391 Change how regexp filtering elements are named.
3392 Describe the problem with caching of incorrect symmetric-decryption
3393 keys.
3394 Use the epa-passphrase-callback-function, in case the user is using
3395 GnuPG v1.
3396 Support saving of the selected keypair recipients when invoked with a
3397 keymode-cue > 4.
3398 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3399 Require 'epa.
3400 Establish epg-context with armoring and default epg-protocol.
3401 Remove all passphrase cache, verification, and hinting code.
3402 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3403 No longer used, delete.
3404 (allout-mode): Adjust docstring to describe changed encryption
3405 provisions. Describe the problem with caching of incorrect
3406 symmetric-decryption keys.
3407 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3408 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3409 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3410 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3411 Obsolete, remove.
3412
33088bed
DU
34132010-12-16 Daiki Ueno <ueno@unixuser.org>
3414
3415 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3416 key selection prompt; make 'silent as default (Bug#7487).
3417
bfc49a5b
LL
34182010-12-16 Leo <sdl.web@gmail.com>
3419
7973bcea
SM
3420 * eshell/eshell.el (eshell-directory-name):
3421 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3422
68251e16
GM
34232010-12-15 Glenn Morris <rgm@gnu.org>
3424
3425 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3426
99f053cf 34272010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3428 Scott Evans <gse@antisleep.com>
99f053cf
JA
3429
3430 * rect.el (rectange--default-line-number-format)
3431 (rectangle-number-line-callback): New functions.
3432 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3433
5614fd56
CY
34342010-12-15 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3437 Delete unused variables.
3438 (move-to-column-force): Remove function obsolete since 21.2.
3439
d68b0220
MA
34402010-12-14 Michael Albinus <michael.albinus@gmx.de>
3441
3442 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3443 (tramp-handle-insert-file-contents): Do not set permanent-local
3444 property.
3445
7973bcea
SM
3446 * net/tramp-cache.el (tramp-persistency-file-name):
3447 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3448
3449 * net/tramp-sh.el (tramp-methods): Add "ksu".
3450 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3451 method list.
3452
0273f794
GM
34532010-12-14 Glenn Morris <rgm@gnu.org>
3454
ab274982
GM
3455 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3456 (find-tag-marker-ring): Declare.
3457 (js-find-symbol): Require etags.
3458
e758216c
GM
3459 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3460 Require mail-utils.
3461 (mail-alias-file): Don't autoload. Doc fix.
3462 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3463 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3464 Mark as obsolete, and risky.
3465 (mail-setup): Simplify.
3466
53aff12a
GM
3467 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3468 * mail/sendmail.el (build-mail-aliases): Update autoload.
3469
aae4b48c
GM
3470 * dired.el (dired-trivial-filenames, dired-chown-program)
3471 (dired-auto-revert-buffer): Remove autoload cookies.
3472 * mail/sendmail.el (mail-recover-1): Require 'dired.
3473
bff7c1ad
GM
3474 * dired.el (dired-subdir-switches, dired-chown-program)
3475 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3476 Make into defcustoms.
3477 (dired-chown-program): Simplify initialization.
3478
0273f794
GM
3479 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3480
bc557672
RF
34812010-12-13 Romain Francoise <romain@orebokech.com>
3482
3483 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3484
7410c270
G
34852010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3486
3487 * net/netrc.el (netrc-point-at-eol): Remove the unused
3488 netrc-point-at-old and netrc-bound-and-true-p bindings.
3489 (netrc-parse): Cache the netrc contents.
3490
f49d1f52 34912010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3492
3493 * subr.el (posn-col-row): Evaluate header-line-format in the
3494 context of the POSITION window's buffer.
3495
f49d1f52 34962010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3497
3498 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3499 (with-silent-modifications): Doc fixes.
3500
f49d1f52 35012010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3502
3503 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3504 Revert previous from. Use `save-restriction'.
158d5945 3505
f49d1f52 35062010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3507
3508 * calendar/diary-lib.el (diary-list-sexp-entries):
3509 Handle case of no newline at end of file. (Bug#7536)
3510
f49d1f52 35112010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3512
3513 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3514
f49d1f52 35152010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3516
f49d1f52 3517 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3518 (tramp-process-actions): Do not widen.
d68b0220 3519
f49d1f52
SM
3520 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3521 Protect buffer-modified value. (Bug#7557)
32802ee1 3522
f49d1f52 35232010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3524
3525 * log-edit.el (log-edit-changelog-entries):
3526 Regexp quote filename. (Bug#7505)
3527
f49d1f52 35282010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3529
3530 * cus-edit.el (custom-save-all):
3531 Bind print-length and print-level to nil. (Bug#7581)
3532
f49d1f52 35332010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3534
d5e6e0b6
GM
3535 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3536 Run hooks to update menu contents. (Bug#7586)
3537
3c1e62f8
GM
3538 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3539 file names, for the sake of MS Windows. (Bug#7588)
3540
f49d1f52 35412010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3542
3543 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3544 empty lines without a leading space.
3545
f49d1f52 35462010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3547
740af6c9
GM
3548 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3549 while mapping over marks (Bug#6810).
86a6e8e0 3550
f49d1f52 35512010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3552
3553 * image-dired.el (image-dired-db-file)
3554 (image-dired-temp-image-file, image-dired-gallery-dir)
3555 (image-dired-temp-rotate-image-file): Set default values relative
3556 to image-dired-dir (Bug#7518).
3557
f49d1f52 35582010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3559
3560 * format.el (format-decode-run-method): Pass args FROM and TO, not
3561 point-min and point-max, to shell-command-on-region (Bug#7488).
3562
f49d1f52 35632010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3564
3565 * frame.el (blink-cursor-mode): Make default t for ns.
3566
f49d1f52 35672010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3568
3569 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3570
f49d1f52 35712010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3572
637c2c43
CY
3573 * comint.el (comint-dynamic-list-input-ring)
3574 (comint-dynamic-complete-filename)
3575 (comint-replace-by-expanded-filename)
3576 (comint-dynamic-simple-complete)
3577 (comint-dynamic-list-filename-completions)
3578 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3579
74194465
CY
3580 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3581 Doc fix (Bug#7471).
3582
f49d1f52 35832010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3584
3585 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3586 (Bug#7533).
3587
01c35094 35882010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3589
3590 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3591 (Bug#7491).
3592
f49d1f52 35932010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3594
3595 * files.el (file-relative-name): Handle UNC file names on
3596 DOS/Windows. (Bug#4674)
3597
f49d1f52 35982010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3599
3600 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3601 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3602 (epg-context-set-passphrase-callback): Mention that the callback
3603 is not called when used with GnuPG 2.x.
3604
f49d1f52 36052010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3606
3607 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3608 Ensure ps-footer-font-size-internal is initialized.
3609 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3610
f49d1f52 36112010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3612
3613 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3614 within condition-case.
3615 (rmail-show-mime): Don't use condition-case.
3616 (rmail-search-mime-message): New function.
3617 (rmail-search-mime-message-function): Set to
3618 rmail-search-mime-message.
3619
f49d1f52 36202010-12-13 Leo <sdl.web@gmail.com>
bd794450 3621
0fdd1db7 3622 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3623 (ido-mode): Use it.
3624 (ido-completing-read): Call it.
3625
fdbb4d85
KF
36262010-12-12 Karl Fogel <kfogel@red-bean.com>
3627
3628 * bookmark.el (bookmark-name-from-full-record): Rename back to
3629 this original name from `bookmark-name-from-record' reverting part
3630 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3631 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3632 third-party callers. (Bug#7609)
fdbb4d85 3633
0e5cf2b8
AM
36342010-12-12 Alan Mackenzie <acm@muc.de>
3635
3636 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3637 template arglist, check that the current language supports this.
3638
6961d41c
GM
36392010-12-11 Glenn Morris <rgm@gnu.org>
3640
2b404597
GM
3641 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3642 state of the file matches. (Bug#7544)
3643 (vc-bzr-register, vc-bzr-checkin)
3644 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3645 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3646
6961d41c
GM
3647 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3648
1e5d2a04
KK
36492010-12-11 Karel Klíč <kklic@redhat.com>
3650
3651 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3652
175069ef
SM
36532010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 Derive from prog-mode, use derived-mode-p, and fix up various
3656 minor style issues in lisp/progmodes.
3657
3658 * progmodes/vhdl-mode.el (vhdl-mode):
3659 * progmodes/verilog-mode.el (verilog-mode):
3660 * progmodes/vera-mode.el (vera-mode):
3661 * progmodes/sql.el (sql-mode):
3662 * progmodes/scheme.el (scheme-mode):
3663 * progmodes/perl-mode.el (perl-mode):
3664 * progmodes/octave-inf.el (inferior-octave-mode):
3665 * progmodes/autoconf.el (autoconf-mode):
3666 * progmodes/m4-mode.el (m4-mode):
3667 * progmodes/inf-lisp.el (inferior-lisp-mode):
3668 * progmodes/idlwave.el (idlwave-mode):
3669 * progmodes/icon.el (icon-mode):
3670 * progmodes/idlw-help.el (idlwave-help-mode):
3671 * progmodes/dcl-mode.el (dcl-mode):
3672 * progmodes/idlw-shell.el (idlwave-shell-mode):
3673 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3674 (ebrowse-member-mode, ebrowse-electric-position-mode):
3675 Use define-derived-mode.
3676
3677 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3678 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3679 (xscheme-debugger-mode-p, xscheme-send-string-1):
3680 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3681 (tcl-load-file, tcl-restart-with-file):
3682 * progmodes/ps-mode.el (ps-run-running):
3683 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3684 * progmodes/js.el (js--get-all-known-symbols):
3685 * progmodes/inf-lisp.el (inferior-lisp-proc):
3686 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3687 (idlwave-template, idlwave-update-buffer-routine-info)
3688 (idlwave-update-current-buffer-info)
3689 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3690 (idlwave-scan-class-info, idlwave-fix-keywords)
3691 (idlwave-list-buffer-load-path-shadows):
3692 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3693 (idlwave-toolbar-remove):
3694 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3695 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3696 (idlwave-shell-menu-def):
3697 * progmodes/idlw-complete-structtag.el
3698 (idlwave-prepare-structure-tag-completion):
3699 * progmodes/gud.el (gud-set-buffer):
3700 * progmodes/f90.el (f90-backslash-not-special):
3701 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3702
3703 * progmodes/xscheme.el (xscheme-start)
3704 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3705 * progmodes/which-func.el (which-function):
3706 * progmodes/vhdl-mode.el (vhdl-set-style):
3707 * progmodes/verilog-mode.el (verilog-set-compile-command)
3708 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3709 (verilog-set-define, verilog-auto-reeval-locals):
3710 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3711 * progmodes/simula.el (simula-mode):
3712 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3713 * progmodes/python.el (python-check, python-mode):
3714 * progmodes/prolog.el (prolog-mode-variables):
3715 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3716 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3717 * progmodes/delphi.el (delphi-mode):
3718 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3719 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3720 (c-font-lock-init): Move make-local-variable to their setq.
3721
3722 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3723 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3724 make-local-hook.
3725 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3726 (sh-set-shell): Don't set require-final-newline since it's already done
3727 by prog-mode.
3728 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3729 since we never set it.
3730 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3731 Use read-string and standard prompt.
3732 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3733 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3734 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3735 (meta-common-mode-map): Rename from meta-mode-map.
3736 Remove C-m binding, which is a user preference, not mode specific.
3737 (meta-common-mode): New major mode; replace meta-common-initialization.
3738 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3739 around with font-lock.
3740 * progmodes/etags.el (select-tags-table-mode):
3741 Derive from special-mode.
3742 * progmodes/octave-mod.el (octave-mode):
3743 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3744 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3745 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3746 Let define-derived-mode do its job.
3747 * progmodes/cpp.el (cpp-edit-mode-map):
3748 Move initialization into declaration.
3749 (cpp-edit-mode): Use define-derived-mode.
3750 (cpp-edit-load): Use derived-mode-p.
3751 * progmodes/mixal-mode.el (mixal-mode):
3752 * progmodes/f90.el (f90-mode):
3753 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3754 require-final-newline since prog-mode does it already.
3755 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3756 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3757 * progmodes/antlr-mode.el: Require cc-mode upfront.
3758 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3759 the declaration.
3760 (antlr-directory-dependencies, antlr-show-makefile-rules):
3761 Use derived-mode-p.
3762 (antlr-language-option): Don't assume point-min==1.
3763 (antlr-mode): Use define-derived-mode.
3764 * progmodes/ada-mode.el: Use derived-mode-p.
3765 (ada-mode): Use define-derived-mode.
3766 Use hack-local-variables-hook.
3767
61f91c04
SM
37682010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3771 (texinfo-mode): Don't disable adaptive-fill-mode.
3772 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3773 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3774 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3775 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3776 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3777 (texinfo-insert-@quotation, texinfo-insert-@samp)
3778 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3779 (texinfo-insert-@uref): Use define-skeleton.
3780 (texinfo-insert-@-with-arg): Delete.
3781
72a44673
EZ
37822010-12-10 Eli Zaretskii <eliz@gnu.org>
3783
3784 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3785 nil, do quote archive member names. (Bug#6144)
3786
ab540f59
GM
37872010-12-10 Glenn Morris <rgm@gnu.org>
3788
66f782de
GM
3789 * files.el (diff-no-select): Declare.
3790
e554b3f8
GM
3791 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3792 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3793
ab540f59
GM
3794 * comint.el (comint-input-ring-file-name): Doc fix.
3795
f68ab99b
EZ
37962010-12-09 Eli Zaretskii <eliz@gnu.org>
3797
3798 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3799 New functions.
61f91c04
SM
3800 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3801 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3802 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3803 instead of `nil'.
3804 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3805 and menu-bar-positive-p instead of `nil' and `>', respectively.
3806 (Bug#1077)
3807
650453a9
VJL
38082010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3809
3810 * whitespace.el (whitespace-newline-mode): Code fix.
3811
28d5de72
GM
38122010-12-09 Glenn Morris <rgm@gnu.org>
3813
3814 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3815 Rename functions without commas, update callers.
3816
b596d50d 38172010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3818
b596d50d
GM
3819 * whitespace.el (whitespace-cleanup-region):
3820 Clean up spaces before tabs. (Bug#7582)
16498102 3821
eff37c5e
KF
38222010-12-08 Karl Fogel <kfogel@red-bean.com>
3823
3824 * bookmark.el: Adjust parameter names and doc strings to resolve
3825 confusion over whether "bookmark" meant a bookmark name or a
3826 bookmark record. Along the way, shorten one function's name for
3827 similar reasons. (Issue #7548)
3828 (bookmark-name-from-record): New name for
3829 `bookmark-name-from-full-record'. All callers changed.
3830 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3831 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3832 (bookmark-get-annotation, bookmark-set-annotation)
3833 (bookmark-get-filename, bookmark-set-filename)
3834 (bookmark-get-position, bookmark-set-position)
3835 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3836 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3837 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3838 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3839 Rename `bookmark' parameter to `bookmark-name-or-record', to
3840 clearly show its role, and shorten or adjust doc strings accordingly.
3841 (bookmark-set-name): Same, and pass the parameter directly to
3842 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3843 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3844 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3845 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3846 and in some cases shorten doc string accordingly.
3847 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3848 and `new-name', and adjust an internal variable to avoid confusion.
3849 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3850 parameter in doc string.
3851
5fe9ebd1
GM
38522010-12-08 Glenn Morris <rgm@gnu.org>
3853
ac8331a7
GM
3854 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3855 from gdb's history file. (Bug#7575)
3856
5fe9ebd1
GM
3857 * mail/emacsbug.el (report-emacs-bug):
3858 Try to handle some other mail clients.
3859
33cf0fb2
SM
38602010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3863 Use string-prefix-p.
3864 (file-name-version-regexp): New var.
3865 (file-name-sans-versions):
3866 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3867 (jka-compr-get-compression-info): Use dolist.
3868 (jka-compr-compression-info-list): Don't bother specifying
3869 version/backup regexps.
3870
11c31b99
TH
38712010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3872
3873 * simple.el (just-one-space): Make argument n default to 1 if
3874 omitted.
3875
a733fc37
SM
38762010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3877
3878 * electric.el (electric-indent-post-self-insert-function):
3879 Delete trailing newlines even if we don't reindent.
3880
88b5a757
DD
38812010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3882
a733fc37
SM
3883 * minibuffer.el (completion-at-point): Remove the `arg'.
3884 * bindings.el (complete-symbol): Move back from minibuffer.el.
3885
38862010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3887
88b5a757
DD
3888 * simple.el (just-one-space): Delete newlines for negative arg.
3889
ce327e48
SM
38902010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3893 (ansi-color-filter-apply): Simplify.
3894 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3895
ac73d955
BR
38962010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3897
3898 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3899
8c44f097
CY
39002010-12-04 Chong Yidong <cyd@stupidchicken.com>
3901
3902 * dired.el (dired-use-ls-dired): Set default to a special
3903 "unspecified" value.
3904 (dired-insert-directory): When called the first time, check
3905 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3906
15af15e5
TO
39072010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3908
3909 * replace.el: Add "collect" feature to occur.
3910 (occur-collect-regexp-history): New var.
88b5a757
DD
3911 (occur-read-primary-args): Return a replace string for nlines,
3912 if needed.
15af15e5
TO
3913 (occur): Extend the meaning of nlines.
3914
b2e6e5bd
SM
39152010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3918 (which-func-update-1): Distinguish symbols from strings.
3919 (which-function): Stay within 80 columns.
3920
ee9355dc
SM
39212010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3922
7f0ea0ff
SM
3923 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3924
ee9355dc
SM
3925 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3926 Improve docstring.
3927 (comment-style): Use comment-styles's docs to describe values.
3928
3e972d98
JD
39292010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3930
3931 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3932 and ns-show-prefs (Bug#7535).
3933
3934 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3935 bindings (Bug#7535).
3936
c879436a
GM
39372010-12-03 Glenn Morris <rgm@gnu.org>
3938
afe27238
GM
3939 * nxml/nxml-mode.el: Require rng-nxml.
3940 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3941 Remove declarations.
3942
65beee52
GM
3943 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3944 * nxml/rng-nxml.el, nxml/rng-valid.el:
3945 Remove leading `*' from defcustom docs.
3946
ad961a00
GM
3947 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3948 (normal-top-level-add-to-load-path, tty-handle-args):
3949 Convert comments to basic doc-strings.
3950
c5fd0ab5
GM
3951 * net/browse-url.el (browse-url-url-at-point)
3952 (browse-url-default-browser): Remove autoload cookies.
3953
f62f063d
GM
3954 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3955 Remove more undefined cl functions.
3956
c879436a
GM
3957 * vc/diff.el (diff-sentinel): Make new arguments optional.
3958 * ibuf-ext.el (diff-sentinel): Update declaration.
3959
3721e124
DU
39602010-12-03 Daiki Ueno <ueno@unixuser.org>
3961
3962 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3963 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3964 (epg-context-set-passphrase-callback): Mention that the callback
3965 is not called when used with GnuPG 2.x.
3966
66feec8b
MA
39672010-12-02 Michael Albinus <michael.albinus@gmx.de>
3968
3969 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3970 (tramp-file-name-port): Check also for `tramp-default-port'.
3971 (tramp-get-connection-name): New defun.
3972 (tramp-get-connection-process): Use it.
3973 (tramp-debug-message): Extend function exclude list.
3974 (tramp-drop-volume-letter): Fix doc string.
3975
3976 * net/tramp-cmds.el: Remove solved todo item.
3977
66feec8b
MA
3978 * net/tramp-ftp.el:
3979 * net/tramp-gvfs.el:
3980 * net/tramp-gw.el:
3981 * net/tramp-imap.el:
3982 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3983 and `tramp-default-user-alist', respectively.
3984
88b5a757
DD
3985 * net/tramp-gw.el (tramp-gw-open-connection):
3986 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3987
3988 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3989 `tramp-file-name-port'.
3990
3991 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3992 and "psftp". Exchange "%k" marker with options.
3993 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3994 Compute size of link target.
35f52ed6
JB
3995 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3996 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3997 copy arguments. Use `tramp-get-connection-name' and
3998 `tramp-get-connection-buffer'. Improve debug messages.
3999 (tramp-compute-multi-hops): Remove port determination.
4000 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
4001
4002 * net/trampver.el: Update release number.
4003
bd77c2ef
GM
40042010-12-02 Glenn Morris <rgm@gnu.org>
4005
05907bb3
GM
4006 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4007 Avoid infinite loop over windows. (Bug#7492)
4008
bd77c2ef
GM
4009 * progmodes/flymake.el (flymake-check-file-limit):
4010 Allow nil to mean "no limit".
4011 (flymake-check-patch-master-file-buffer): Update for above change.
4012 Allow a .tex file-name extension to be optional.
4013 (flymake-master-tex-init): Also match \include statements.
4014
f7ca27a1
SS
40152010-11-30 Sam Steingold <sds@gnu.org>
4016
4017 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4018 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4019 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4020 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4021 define-derived-mode').
4022 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4023 users who want to call `nxml-parent-document-set'.
4024
402c8a49
CY
40252010-11-27 Chong Yidong <cyd@stupidchicken.com>
4026
4027 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4028 stand-alone lines, since that is handled by log-edit-match-to-eoh
4029 (Bug#6465).
4030
d1882ac7
EW
40312010-11-27 Eduard Wiebe <usenet@pusto.de>
4032
4033 * dired.el (dired-get-filename): Replace backslashes with slashes
4034 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4035 * locate.el (locate-default-make-command-line): Don't consider
4036 drive letter and root directory part of
4037 `directory-listing-before-filename-regexp'. (Bug#7308)
4038 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4039
07976ae3 40402010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
4041
4042 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4043 of :smie-open/close-alist.
4044 (smie-next-sexp): Make it accept a "start token" as argument.
4045 (smie-indent-keyword): Be careful not to misidentify tokens that span
4046 more than one line, as empty lines. Add argument `token'.
4047
07976ae3 40482010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 4049
afde451a
KH
4050 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4051 multipart subtypes, insert all as usual.
4052
3d9ee611
KH
4053 * mail/rmail.el: Require rfc2047.
4054
07976ae3 40552010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
4056
4057 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4058 (rmail-mime-entity-disposition)
4059 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4060 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4061 (rmail-mime-save): Handle the case that the button's `data' is a
4062 MIME entity.
4063 (rmail-mime-insert-text): New function.
9e0ecdab 4064 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
4065 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4066 (rmail-mime-insert-bulk): New function mostly copied from the old
4067 rmail-mime-bulk-handler.
9e0ecdab
GM
4068 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4069 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
4070 the old rmail-mime-multipart-handler.
4071 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 4072 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
4073 rmail-mime-show.
4074 (rmail-mime-insert-multipart, rmail-mime-parse)
4075 (rmail-mime-insert, rmail-show-mime)
4076 (rmail-insert-mime-forwarded-message)
4077 (rmail-insert-mime-resent-message): New functions.
4078 (rmail-insert-mime-forwarded-message-function): Set to
4079 rmail-insert-mime-forwarded-message.
4080 (rmail-insert-mime-resent-message-function): Set to
4081 rmail-insert-mime-resent-message.
4082
4083 * mail/rmailsum.el: Require rfc2047.
4084 (rmail-header-summary): Handle multiline Subject: field.
4085 (rmail-summary-line-decoder): Change the default to
4086 rfc2047-decode-string.
4087
4088 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4089 (rmail-mime-feature): Change the default to `rmailmm'.
4090 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4091 (rmail-display-labels): Likewise.
4092 (rmail-show-message-1): Check rmail-enable-mime, and use
4093 rmail-show-mime-function for a MIME message. Decode the headers
4094 according to RFC2047.
4095
07976ae3 40962010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
4097
4098 * progmodes/which-func.el (which-func-imenu-joiner-function):
4099 Return a string, as expected.
4100 (which-function-mode): Make sure we stop any previous timer before
4101 starting a new one.
4102
07976ae3 41032010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
4104
4105 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
4106 (tramp-default-user-alist, tramp-default-proxies-alist):
4107 Adapt custom options type. (Bug#7445)
e40fc745 4108
07976ae3 41092010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
4110
4111 * progmodes/python.el: Add Ipython support (Bug#5390).
4112 (python-shell-prompt-alist)
4113 (python-shell-continuation-prompt-alist): New options.
4114 (python--set-prompt-regexp): New function.
33aeea0e
SM
4115 (inferior-python-mode, run-python, python-shell):
4116 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
4117 prompt based on the Python interpreter.
4118 (python--prompt-regexp): New var.
4119 (python-check-comint-prompt)
4120 (python-comint-output-filter-function): Use it.
4121 (run-python): Use a pipe (Bug#5694).
4122
07976ae3 41232010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
4124
4125 * progmodes/python.el (run-python): Doc fix.
4126 (python-keep-current-directory-in-path): New var (Bug#7454).
4127
07976ae3 41282010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
4129
4130 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4131 Prompt user before actually printing.
4132
0b839457
GM
41332010-11-27 Glenn Morris <rgm@gnu.org>
4134
4135 * startup.el (package-enable-at-startup, package-initialize):
4136 Remove unnecessary declarations.
4137
96107967
EZ
41382010-11-27 Eli Zaretskii <eliz@gnu.org>
4139
4140 * international/characters.el (glyphless-char-display-control):
4141 Exclude newline and TAB from the c0-control group.
4142
a140ec5f
GM
41432010-11-27 Glenn Morris <rgm@gnu.org>
4144
82445062
GM
4145 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4146 (expand-mail-aliases): Remove unnecessary autoload.
4147
08b5f072
GM
4148 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4149
e96d4147
GM
4150 * shell.el (shell-dir-cookie-re): Move definition before use.
4151
a140ec5f
GM
4152 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4153 Replace undefined CL functions.
4154
a2249e66
EZ
41552010-11-26 Eli Zaretskii <eliz@gnu.org>
4156
228482b2
EZ
4157 * simple.el (prog-mode): Set bidi-paragraph-direction to
4158 left-to-right.
4159
a2249e66
EZ
4160 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4161
d01d7b8d
GM
41622010-11-26 Glenn Morris <rgm@gnu.org>
4163
4164 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4165 diary-outlook-formats can be sensitive to calendar-date-style.
4166 (diary-outlook-formats): Simplify the default setting.
4167 (diary-from-outlook-internal): Pass subject and body as arguments.
4168 Use dolist rather than dotimes. Don't save the diary buffer.
4169 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4170 Pass subject and body as explicit arguments to the -internal function.
4171
b3ea64a3
LMI
41722010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4173
4174 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4175 parsing them. This makes mailto:...?subject=foo\nbar work.
4176
d5e7b0d8
SM
41772010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * vc/diff.el (diff): Fix last change.
4180
872ab164
SM
41812010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4184 (pcase--dontcare-upats): New var.
4185 (pcase-let, pcase-let*): Generate better code.
4186 Accept the same bodies as `let'.
4187 (pcase-dolist): New macro.
4188 (pcase--trivial-upat-p): New helper function.
4189 (pcase--expand): Strip leading "(let nil" if any.
4190
876d1684
LMI
41912010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4192
7bd9b9d8
LMI
4193 * mail/mailclient.el (browse-url): Require.
4194 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4195 use the external browser function to send the mail (bug#7469).
4196
876d1684
LMI
4197 * net/browse-url.el (browse-url-browser-function): Revert the
4198 default back to the previous value, since the new value broke
4199 mailclient.el.
4200 (browse-url-mailto-function): New variable for mailto: URLs.
4201 (browse-url): Use the new variable for mailto: URLs.
4202
6e13206c
SM
42032010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4204
4205 * eshell/esh-cmd.el (eshell-parse-command):
4206 * eshell/esh-arg.el (eshell-parse-arguments):
4207 * eshell/em-script.el (eshell-source-file):
4208 Use with-silent-modifications.
4209
3d92f44e
CY
42102010-11-23 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4213 for a merge location.
4214
4215 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4216 (vc-bzr-merge-branch): Always prompt.
4217 (vc-bzr-async-command): Use the full branch filename.
4218
8f5f1e68
SM
42192010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * shell.el (shell): Use current-buffer by default if it's already
4222 a shell mode buffer and its process is dead.
ee9355dc 4223 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 4224
331460ac
TH
42252010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4226
8f5f1e68
SM
4227 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4228 Mention that the keywords should be comma separated.
331460ac 4229
2c3160c5
CY
42302010-11-23 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4233 Accept optional prefix arg meaning to prompt for a command.
4234 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4235 prefix arg meaning to prompt for a command.
4236 (vc-pull): Alias for vc-update.
4237
4238 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4239 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4240 (vc-bzr-merge-branch): New functions, implementing merge-branch
4241 and pull operations.
4242
b2e44819
SM
42432010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4244
8a0eb852
SM
4245 * Makefile.in: Fix up last merge.
4246
b2e44819
SM
4247 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4248 (diff-sentinel): Get them as arguments instead.
4249 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4250 (diff-file-local-copy, diff-better-file-name): New funs.
4251 (diff-no-select): Rename from diff-into-buffer.
4252 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4253 Prefer closures to buffer-local variables.
4254 (diff): Adjust accordingly.
4255 (diff-buffer-with-file): Move from files.el.
4256 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4257 (diff-buffer-internal): Remove.
4258 (diff-buffer-buffer): Remove.
4259 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4260 the buffer name used, and so as not to mess up windows and frames.
4261
6a7662bb
BR
42622010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4263
4264 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4265 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4266 (diff-buffer-with-file): Use it.
4267 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4268 (diff): Use it.
4269
c799747b
TH
42702010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4271
4272 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4273 \ref's or \pageref's value as default instead of initial input.
4274
e274eb13
MA
42752010-11-21 Michael Albinus <michael.albinus@gmx.de>
4276
4277 * files.el (backup-by-copying-when-mismatch): The default value is
4278 now t.
4279
4280 * startup.el (normal-top-level):
4281 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4282 `backup-by-copying-when-mismatch'.
4283
77af54d7
JD
42842010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4285
4286 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4287
4e2f7d2a
CY
42882010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4289
6a7662bb
BR
4290 * progmodes/python.el (python-font-lock-keywords):
4291 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4292
b7d1e144
JD
42932010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4294
4295 * term/ns-win.el (ns-right-control-modifier)
4296 (ns-right-command-modifier): Defvar them.
4297
4298 * cus-start.el (all): Add ns-right-control-modifier and
4299 ns-right-command-modifier (Bug#7458).
4300
c11cc37a
GM
43012010-11-20 Glenn Morris <rgm@gnu.org>
4302
4303 * emacs-lisp/authors.el (authors-ignored-files)
4304 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4305
7dcd777e
TH
43062010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4307
4308 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4309 (report-emacs-bug-parse-query-results)
4310 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4311 keywords used for querying the bug database to show them in the
4312 existing bugs buffer.
4313
d2bd5189
JD
43142010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4315
4316 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4317
4318 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4319
0e7c0582
EZ
43202010-11-20 Eli Zaretskii <eliz@gnu.org>
4321
4322 * international/characters.el (glyphless-char-display-control):
4323 Make it a defcustom, with update-glyphless-char-display as its
4324 :set attribute.
4325 (top level): Don't call update-glyphless-char-display.
4326
7398933f
MA
43272010-11-20 Michael Albinus <michael.albinus@gmx.de>
4328
4329 Sync with Tramp 2.2.0.
4330
4331 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4332 `file-remote-p' (due to compatibility).
4333
4334 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4335 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4336
4337 * net/trampver.el: Update release number.
4338
1cd64aae
EZ
43392010-11-20 Eli Zaretskii <eliz@gnu.org>
4340
4341 * faces.el (glyphless-char): Define value for `pc'.
4342
614316a7
TH
43432010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4344
26214810
EZ
4345 Implemented a bug querying mechanism.
4346 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4347 (report-emacs-bug-create-existing-bugs-buffer)
4348 (report-emacs-bug-parse-query-results)
26214810 4349 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4350
9061f667
TH
43512010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4352
4353 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4354 a \ref{} or \pageref{} macro, then use its value as initial input.
4355
1265829e
JB
43562010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4357
4358 * calc/calc-units.el (math-build-units-table-buffer):
4359 calc/README: Mention that the TeX specific units won't use the
4360 `tex' prefix in TeX mode.
4361 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4362 prefix for units in TeX mode.
4363
9fca7811
SM
43642010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4365
4366 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4367 * comint.el (comint-kill-region): Make the yank-handler argument
4368 obsolete.
9fca7811 4369
4a47c275 43702010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4371
e2f454c4
SM
4372 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4373 that are both openers (resp. closers) and something else.
4374 (smie-grammar): Loosen definition of valid values.
4375 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4376 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4377 (smie-indent-after-keyword): Adjust users.
4378 (smie-indent-keyword): Don't indent empty lines.
4379
88bf1bec
SM
4380 * vc-hg.el (vc-hg-program): New var.
4381 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4382 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4383
4a47c275 43842010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4385
4386 * emacs-lisp/autoload.el (autoload-find-destination): The function
4387 coding-system-eol-type may return non-numeric values. (Bug#7414)
4388
4a47c275 43892010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4390
4391 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4392
4a47c275 43932010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4394
4395 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4396
4a47c275 43972010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4398
4399 * textmodes/picture.el (picture-mouse-set-point): Don't use
4400 posn-col-row; explicitly compute the motion based on the posn at
4401 the window-start (Bug#7390).
4402
4a47c275 44032010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4404
4405 * novice.el (disabled-command-function):
4406 Fix 2009-11-15 change. (Bug#7384)
4407
4a47c275 44082010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4409
4410 * calendar/calendar.el (diary-iso-date-forms): Make elements
4411 mutually exclusive. (Bug#7377)
4412
4a47c275 44132010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4414
4415 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4416 when filling the remaining "unconstrained" values.
4417
4a47c275 44182010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4419
acef0722
SM
4420 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4421 safety predicate.
4422
4423 * files.el (safe-local-variable-p): Gracefully handle errors.
4424
7bea8c7a
SM
4425 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4426 Use smie-indent-virtual when indenting relative to an opener.
4427 (smie-rule-separator): Use smie-rule-parent.
4428 (smie-indent-keyword): Consult rules, even for openers at bol.
4429 (smie-indent-comment-close): Try to align closer's content.
4430
4a47c275 44312010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4432
4433 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4434
4a47c275 44352010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4436
aa514451
GM
4437 * printing.el (pr-menu-bind): Doc fix.
4438
32b636de
GM
4439 * speedbar.el (speedbar-toggle-images): Doc fix.
4440
bc1d5cdf
GM
4441 * progmodes/python.el (python-shell): Doc fix.
4442
c790cad4
GM
4443 * wid-edit.el (widget-field-use-before-change)
4444 (widget-use-overlay-change): Doc fixes.
4445
c51bb5d2
SM
44462010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4447
8bbb7dd8
SM
4448 Minor cleanup to improve style.
4449 * textmodes/rst.el (rst-update-section): Use point-marker.
4450 (rst-get-decoration): Eliminate unneeded assignment.
4451 (rst-promote-region, rst-straighten-decorations)
4452 (rst-section-tree, rst-adjust): Use point-marker.
4453 (rst-toc-mode-mouse-goto): Avoid setq.
4454 (rst-shift-region-guts, rst-shift-region-left)
4455 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4456 (rst-convert-bullets-to-enumeration): Use copy-marker.
4457
b7e270a2
SM
4458 * minibuffer.el (completion-fail-discreetly): New var.
4459 (completion--do-completion): Use it.
4460
c51bb5d2
SM
4461 * electric.el (electric-pair-pairs): New var.
4462 (electric-pair-post-self-insert-function): Use it.
4463 (electric-layout-post-self-insert-function): Don't insert a before
4464 newline unless it's actually needed.
4465
c04f2ac0
SM
44662010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4467
bac2de0f
SM
4468 * progmodes/python.el (run-python): Explain why we remove the current
4469 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4470
c04f2ac0
SM
4471 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4472
7100ff98
SM
44732010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4474
03f70355
SM
4475 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4476 (octave-mode-map): Don't bind ;, SPC, and LF.
4477 (octave-auto-indent, octave-auto-newline): Remove.
4478 (electric-layout-rules): Declare.
4479 (octave-mode): Set electric-layout-rules.
4480 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4481 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4482 (octave-electric-space): Remove.
4483
7100ff98
SM
4484 * electric.el (electric-layout-mode): New minor mode.
4485 (electric--after-char-pos): New function.
4486 (electric-indent-post-self-insert-function): Use it.
4487 (electric-layout-rules): New var.
4488 (electric-layout-post-self-insert-function): New function.
4489 (electric-indent-mode): Make them interact better.
4490
cca982d0
SM
44912010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4494 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4495 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4496
84992dff
AM
44972010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4498
4499 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4500 Make sure to check inside the word (Bug#6761).
4501
afa42fe3
CY
45022010-11-14 Chong Yidong <cyd@stupidchicken.com>
4503
4504 * startup.el (command-line): If the cursorColor resource is set,
4505 change the cursor face-spec (Bug#7392).
4506
a798747d 45072010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4508
a798747d 4509 The main features of the following allout.el changes are:
1c9b9df0
KM
4510 - implement user customization for the allout key bindings
4511 - add a customization control by which the user can inhibit use of
a798747d 4512 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4513 describe-prefix-bindings
4514 - adapt to new version of called-interactively-p, while
a798747d 4515 maintaining backwards compatibility with old version
01c35094 4516 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4517
a798747d
GM
4518 * allout.el (allout-keybindings, allout-bind-keys)
4519 (allout-keybindings-binding, allout-prefixed-keybindings)
4520 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4521 (allout-keybindings-list, allout-mode-map-adjustments)
4522 (allout-setup-mode-map): Establish allout-mode keymaps as user
4523 customizable settings, and also establish a customizable setting which
4524 regulates whether or not a trailing control-h is reserved for use with
4525 describe-prefix-bindings - and inhibit it by default, so that control-h
4526 *is* reserved for describe-prefix-bindings unless the user changes it.
4527
4528 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4529 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4530 modified events more comprehensively.
4531
a798747d
GM
4532 * allout.el (allout-substring-no-properties):
4533 Alias to use or provide version of `substring-no-properties'.
4534 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4535
a798747d
GM
4536 * allout.el (allout-next-single-char-property-change):
4537 Alias to use or provide version of `next-single-char-property-change'.
4538 (allout-annotate-hidden, allout-hide-by-annotation):
4539 Use `allout-next-single-char-property-change'.
1c9b9df0 4540
a798747d
GM
4541 * allout.el (allout-select-safe-coding-system):
4542 Alias to use or provide version of `select-safe-coding-system'.
4543 (allout-toggle-subtree-encryption):
4544 Use `allout-select-safe-coding-system'.
1c9b9df0 4545
a798747d
GM
4546 * allout.el (allout-set-buffer-multibyte):
4547 Alias to use or provide version of `set-buffer-multibyte'.
4548 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4549
a798747d
GM
4550 * allout.el (allout-called-interactively-p): Macro for using the
4551 different versions of called-interactively-p identically, depending on
4552 the subroutine's argument signature.
4553 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4554 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4555
a798747d
GM
4556 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4557 (allout-previous-visible-heading, allout-forward-current-level)
4558 (allout-backward-current-level, allout-show-children):
4559 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4560
a798747d
GM
4561 * allout.el (allout-before-change-handler):
4562 Exempt edits to the (overlaid) character after the allout outline
4563 bullet from edit confirmation prompt.
1c9b9df0 4564
a798747d
GM
4565 * allout.el (allout-add-resumptions):
4566 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4567
a798747d
GM
4568 * allout.el (allout-beginning-of-line):
4569 Use `allout-previous-single-char-property-change' alias for the sake of
4570 diverse compatibility.
1c9b9df0 4571
a798747d
GM
4572 * allout.el (allout-end-of-line):
4573 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4574
0216b738
CY
45752010-11-13 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * frame.el (frame-notice-user-settings): Don't clobber other
4578 user-set parameters when calling face-set-after-frame-default in
4579 response to background-color parameter (Bug#7373).
4580
0eb025fb
EZ
45812010-11-13 Eli Zaretskii <eliz@gnu.org>
4582
4583 * international/characters.el (glyphless-char-display-control):
88b5a757 4584 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4585 Signal an error if display method is not one of the recognized
4586 symbols.
0eb025fb 4587
6e060cee
MA
45882010-11-13 Michael Albinus <michael.albinus@gmx.de>
4589
4590 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4591 (tramp-compat-line-end-position): Remove them.
4592
4593 * net/tramp.el (tramp-parse-rhosts-group)
4594 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4595 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4596 (tramp-parse-netrc-group, tramp-parse-putty-group)
4597 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4598 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4599 (tramp-sh-handle-file-selinux-context)
4600 (tramp-sh-handle-file-name-all-completions)
4601 (tramp-sh-handle-insert-directory)
4602 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4603 (tramp-wait-for-output, tramp-send-command-and-read)
4604 * net/tramp-smb.el (tramp-smb-read-file-entry)
4605 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4606
4607 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4608 `point-at-bol'.
4609 (tramp-remote-coding-commands): Add an alternative using "base64
4610 -d -i". This is needed for older base64 versions from GNU
4611 coreutils. Reported by Klaus Reichl
4612 <Klaus.Reichl@thalesgroup.com>.
4613
8da5345f
HN
46142010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4615
4616 * simple.el (count-words-region): New function.
4617
c156a63b
SM
46182010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4619
78835dd0
SM
4620 * shell.el (shell-dir-cookie-re): New custom variable.
4621 (shell-dir-cookie-watcher): New function.
4622
ebff325e
SM
4623 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4624 and compilation-mode (bug#7350).
4625
4e9e1584
SM
4626 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4627 highlight when one of them is empty.
4628
4490f875
SM
4629 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4630 trailing space.
4631 (skeleton-newline): New function.
4632 (skeleton-internal-1): Use it.
4633
c156a63b
SM
4634 * simple.el (open-line): `newline' may strip trailing space.
4635
f3bb9e16
KR
46362010-11-12 Kevin Ryde <user42@zip.com.au>
4637
4638 * international/mule-cmds.el (princ-list): Use mapc.
4639
7847454a
GM
46402010-11-12 Glenn Morris <rgm@gnu.org>
4641
4642 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4643 Use it to replace all instances of "*Compile-Log*".
7847454a 4644
aa310257
SM
46452010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4648 indentation specs.
4649
cbf83ce9
SM
46502010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * progmodes/modula2.el: Use SMIE and skeleton.
4653 (m2-mode-syntax-table): (*..*) can be nested.
4654 Add //...\n. Fix paren syntax.
4655 (m2-mode-map): Remove LF and TAB bindings.
4656 (m2-indent): Add safety property.
4657 (m2-smie-grammar): New var.
4658 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4659 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4660 (m2-mode): Use define-derived-mode.
4661 (m2-newline, m2-tab): Remove.
4662 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4663 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4664 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4665 (m2-import): Use define-skeleton.
4666
e7c4fb1e
GM
46672010-11-11 Glenn Morris <rgm@gnu.org>
4668
b3e4c911
GM
4669 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4670
b3e22bd4
GM
4671 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4672 (ls-lisp-verbosity): Add custom :set-after property.
4673 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4674 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4675 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4676 (ls-lisp-set-options): New function.
4677 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4678 Doc fix.
b3e22bd4 4679
55a4b4fe
GM
4680 * play/landmark.el (lm-prompt-for-move):
4681 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4682
e7c4fb1e
GM
4683 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4684
4685 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4686 (idlwave-study-twins): Prefix dynamic local variable `name'.
4687 (idlwave-routine-twin-compare): Update for above change.
4688
4689 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4690 Prefix dynamic local variables `name', `kwd', and `link'.
4691 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4692 * progmodes/idlw-complete-structtag.el
4693 (idlwave-complete-structure-tag-help):
4694 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4695 (idlwave-complete-sysvar-tag-help)
4696 (idlwave-complete-class-structure-tag-help):
4697 Update for above name changes.
4698
afe2870b
LMI
46992010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4700
4701 * net/browse-url.el (browse-url-browser-function): Change the
4702 default to use `browse-url-mail' on mailto: URLs.
4703
fbe3be3f
CY
47042010-11-10 Chong Yidong <cyd@stupidchicken.com>
4705
cbf83ce9
SM
4706 * emacs-lisp/package.el (package-read-all-archive-contents):
4707 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4708
a7cfbaea 47092010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4710
4711 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4712 already found as misspellings by (flyspell-large-region), just
c97685d4 4713 do highlighting (bug#7322).
bd4532fc 4714
13e7256f
GM
47152010-11-10 Glenn Morris <rgm@gnu.org>
4716
6d2a1e35
GM
4717 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4718
d4aca69c
GM
4719 * emulation/edt.el (edt-with-position): New macro.
4720 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4721 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4722 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4723
f8a09adb
GM
4724 * emulation/tpu-extras.el (tpu-with-position): New macro.
4725 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4726
c026460b
GM
4727 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4728
dea53a43
GM
4729 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4730 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4731 (texinfo-master-menu, texinfo-insert-node-lines)
4732 (texinfo-multiple-files-update):
4733 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4734 Use line-beginning-position.
4735
72bc50c0
GM
4736 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4737 No recent Emacs supports system-type `emx'.
4738
4739 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4740 (ada-command-separator, ada-default-prj-properties)
4741 (ada-find-any-references): Update for above name change.
4742
4743 * dirtrack.el (dirtrack-directory-function)
4744 (dirtrack-canonicalize-function):
4745 * filecache.el (file-cache-completion-ignore-case)
4746 (file-cache-case-fold-search, file-cache-ignore-case):
4747 * term.el (serial-port-is-file-p): Cosmetic change.
4748
4749 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4750 Remove non-existent `windows-95' system-type.
4751 * dired.el (dired-chown-program): Remove non-existent `linux'
4752 system-type.
4753
17731c39
GM
4754 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4755 (ping-program-options): Remove non-existent `linux' system-type.
4756
9228bbd3
GM
4757 * startup.el (package-initialize): Update declaration.
4758
6e404950
GM
4759 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4760 (ls-lisp-handle-switches): Use time-less-p.
4761 (ls-lisp-format-time): Use float-time.
4762
6f0d4bb6
GM
4763 * textmodes/remember.el (remember-time-to-seconds): Remove.
4764 (remember-store-in-mailbox): Use float-time.
4765
4766 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4767
4768 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4769 never a real function.
4770 (with-no-warnings): Remove compat stub, now unused.
4771 (time-less-p): Doc fix.
4772 (time-to-number-of-days): Simplify.
4773
73171bd4
GM
4774 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4775 Remove.
4776 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4777 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4778 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4779 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4780 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4781
13e7256f
GM
4782 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4783 (eshell-shuffle-files, eshell-shorthand-tar-command)
4784 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4785 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4786 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4787 Prefix dynamic local variable `matches'.
4788
b565f5a1
GM
4789 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4790 Prefix dynamic local variable `skeleton'.
4791
5ad3e885
KY
47922010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4793
4794 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4795 in mail buffer; make yank-action always a command that yanks original
4796 buffer.
4797
14121c52
GM
47982010-11-09 Glenn Morris <rgm@gnu.org>
4799
4800 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4801
d607b96b 48022010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4803
9bdba5f5
SM
4804 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4805 completion field (bug#7211).
4806
73525e72
SM
4807 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4808 Fix handling of backslash escapes.
4809 (python-quote-syntax): Adjust accordingly.
4810
d607b96b 48112010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4812
4813 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4814 (vc-mtn-workfile-branch): Adjust to new output format.
4815
d607b96b 48162010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4817
4818 * international/mule-cmds.el (princ-list): Mark as obsolete.
4819
d607b96b 48202010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4821
4822 * emacs-lisp/smie.el: New package.
4823
d607b96b 48242010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4825
7f925a67
SM
4826 * files.el (backup-by-copying-when-mismatch):
4827 Set `permanent-local' property.
6ce78fdc
MA
4828
4829 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4830 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4831
d607b96b 48322010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4833
4834 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4835
d607b96b 48362010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4837
7f925a67 4838 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4839 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4840 AUTOINOUT for SV style multidimensional arrays, bug294.
4841 Reported by Eric Mastromarchi.
4842 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4843 font-lock-fontify-buffer to cleanup style issues.
4844
d607b96b 48452010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4846
4847 * locate.el (locate, locate-mode): Doc fixes.
4848
d607b96b 48492010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4850
4851 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4852 user for confirmation.
4853 (server-force-stop): Use it.
4854 (server-start): Use server-force-stop for kill-emacs-hook, to
4855 avoid user interaction while killing Emacs.
4856
9b026d9f
GM
48572010-11-09 Glenn Morris <rgm@gnu.org>
4858
3406534c 4859 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4860 (meta-indent-line): Simplify.
3406534c 4861
9b026d9f
GM
4862 * vc/emerge.el (emerge-line-number-in-buf):
4863 * textmodes/ispell.el (ispell-region):
4864 * textmodes/fill.el (current-fill-column):
4865 * progmodes/xscheme.el (xscheme-send-current-line):
4866 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4867 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4868 * progmodes/sh-script.el (sh-handle-prev-do):
4869 * progmodes/meta-mode.el (meta-indent-line):
4870 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4871 (idlwave-in-quote):
4872 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4873 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4874 * progmodes/fortran.el (fortran-looking-at-if-then):
4875 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4876 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4877 (cperl-find-pods-heres):
4878 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4879 * net/quickurl.el (quickurl-list-insert):
4880 * net/ldap.el (ldap-search-internal):
4881 * net/eudc.el (eudc-expand-inline):
4882 * mail/sendmail.el (sendmail-send-it):
4883 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4884 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4885 (viper-brac-function):
4886 * calc/calc-yank.el (calc-do-grab-region):
4887 * calc/calc-keypd.el (calc-keypad-press):
4888 * term.el (term-move-columns, term-insert-spaces):
4889 * speedbar.el (speedbar-highlight-one-tag-line):
4890 * simple.el (current-word):
4891 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4892 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4893 (Info-scroll-down):
4894 * hippie-exp.el (he-line-beg):
4895 * epa.el (epa--marked-keys):
4896 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4897 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4898 (dired-relist-entry):
4899 * buff-menu.el (Buffer-menu-buffer):
4900 * array.el (current-line):
4901 * allout.el (allout-resolve-xref)
4902 (allout-latex-verbatim-quote-curr-line):
4903 Replace yet more uses of end-of-line etc with line-end-position, etc.
4904
db94771e
SM
49052010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4906
1398b795
SM
4907 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4908 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4909 (checkdoc-syntax-table): Initialize in the declaration.
4910 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4911 the mode on unconditionally.
4912
db94771e
SM
4913 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4914 (extent-end-position, extent-start-position): Remove setf method for
4915 non-existing functions (bug#7319).
4916
674728d4
SM
49172010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4920 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4921 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4922 (smie-prec2->grammar): Rename from smie-prec2-levels.
4923 (smie-grammar): Rename from smie-op-levels.
4924 (smie-indent--hanging-p): Rename from smie-hanging-p.
4925 (smie-rule-hanging-p): New alias.
4926 (smie-indent--bolp): Rename from smie-bolp.
4927 (smie-indent--hanging-p): New alias.
4928 (smie--token): New dynamically bound variable.
4929 (smie-indent--parent): New function.
4930 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4931 (smie-rule-next-p): Rename from smie-next-p.
4932 (smie-rule-prev-p): Rename from smie-prev-p.
4933 (smie-rule-sibling-p, smie-rule-parent)
4934 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4935 (smie-rule-separator-outdent): New var.
4936 (smie-indent--rule): Merge with smie-indent--column.
4937 (smie-indent-forward-token, smie-indent-backward-token):
4938 Also recognize close parens.
4939 (smie-indent-keyword): Don't use smie-indent--column any more.
4940 (smie-indent-after-keyword): Ignore closers by default.
4941 (smie-indent-line): Use with-demoted-errors.
4942 * progmodes/octave-mod.el (octave-smie-grammar):
4943 Rename from octave-smie-op-levels.
4944 (octave-smie-rules): Adjust to new behavior.
4945 * progmodes/prolog.el (prolog-smie-grammar):
4946 Rename from prolog-smie-op-levels.
4947
26f097bf
GM
49482010-11-07 Glenn Morris <rgm@gnu.org>
4949
de3490e1
GM
4950 * eshell/esh-util.el (subst-char-in-string)
4951 (directory-files-and-attributes): These compatibility definitions are
4952 not needed on any version of Emacs since at least 21.4.
4953
3ba6b2ee
GM
4954 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4955 (verilog-get-end-of-line): Remove.
4956 (verilog-within-string, verilog-re-search-forward-substr)
4957 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4958 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4959 Use point-at-bol, point-at-eol.
4960 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4961 Remove.
4962 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4963 (electric-pascal-terminate-line, pascal-set-auto-comments)
4964 (pascal-indent-paramlist, pascal-indent-declaration)
4965 (pascal-get-lineup-indent, pascal-func-completion)
4966 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4967 Use point-at-bol, point-at-eol.
4968 * progmodes/flymake.el (flymake-line-beginning-position)
4969 (flymake-line-end-position): Remove.
4970 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4971 * eshell/esh-util.el (line-end-position, line-beginning-position):
4972 Remove compat definitions.
4973
76fc02b6
GM
4974 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4975 Use end-of-line N.
4976 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4977 Use line-end-position.
4978
e180ab9f
GM
4979 * emacs-lisp/chart.el (chart-zap-chars):
4980 * play/decipher.el (decipher-set-map):
4981 * progmodes/ada-mode.el (ada-get-current-indent)
4982 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4983 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4984 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4985 (ada-get-all-references):
4986 * progmodes/cperl-mode.el (cperl-electric-paren)
4987 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4988 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4989 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4990 (cperl-word-at-point-hard):
4991 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4992 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4993 (idlwave-shell-display-line):
4994 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4995 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4996 * progmodes/js.el (js--re-search-forward-inner)
4997 (js--re-search-backward-inner):
4998 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4999 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
5000 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
5001 * textmodes/flyspell.el (flyspell-process-localwords):
5002 * textmodes/ispell.el (ispell-buffer-local-parsing)
5003 (ispell-buffer-local-dict, ispell-buffer-local-words):
5004 Use point-at-bol and point-at-eol.
5005
26f097bf
GM
5006 * speedbar.el (speedbar-generic-item-info)
5007 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5008 (speedbar-add-indicator, speedbar-check-vc-this-line)
5009 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5010 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5011 Replace more uses of end-of-line etc with line-end-position.
5012
b05fde66
GM
50132010-11-06 Glenn Morris <rgm@gnu.org>
5014
5ed619e0
GM
5015 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5016 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5017 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5018 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5019 (texinfo-multiple-files-update):
5020 * textmodes/table.el (table--probe-cell-left-up)
5021 (table--probe-cell-right-bottom):
5022 * textmodes/picture.el (picture-tab-search):
5023 * textmodes/page-ext.el (pages-copy-header-and-position)
5024 (pages-directory-for-addresses):
5025 * progmodes/vera-mode.el (vera-get-offset):
5026 * progmodes/simula.el (simula-calculate-indent):
5027 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5028 * progmodes/prolog.el (end-of-prolog-clause):
5029 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5030 * progmodes/icon.el (indent-icon-exp):
5031 * progmodes/etags.el (tag-re-match-p):
5032 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5033 * progmodes/ebnf2ps.el (ebnf-begin-file):
5034 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5035 (dcl-save-local-variable):
5036 * play/life.el (life-setup):
5037 * play/gametree.el (gametree-looking-at-ply):
5038 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5039 * mail/sendmail.el (mail-mode-auto-fill):
5040 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5041 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5042 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5043 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5044 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5045 * type-break.el (type-break-file-keystroke-count):
5046 * term.el (term-replace-by-expanded-history-before-point)
5047 (term-skip-prompt, term-extract-string):
5048 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5049 (speedbar-contract-line, speedbar-toggle-line-expansion)
5050 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5051 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5052 * sort.el (sort-skip-fields):
5053 * skeleton.el (skeleton-internal-list):
5054 * simple.el (line-move-finish, line-move-to-column):
5055 * shell.el (shell-forward-command):
5056 * misc.el (copy-from-above-command):
5057 * makesum.el (double-column):
5058 * ebuff-menu.el (electric-buffer-update-highlight):
5059 * dired.el (dired-move-to-end-of-filename):
5060 * dframe.el (dframe-popup-kludge):
5061 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5062 * arc-mode.el (archive-get-lineno):
5063 Use line-end-position and line-beginning-position.
5064
e2a9c0bc
GM
5065 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5066 (idlwave-study-twins): Prefix dynamic local `class'.
5067 (idlwave-routine-twin-compare): Update for above name change.
5068
4e44448f
GM
5069 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5070 Use boundp tests to silence compiler. Update for changed name of
5071 bytecomp-filename variable.
5072
8f6c3eac
GM
5073 * emulation/viper-cmd.el (viper-read-string-with-history):
5074 Prefix dynamic local `initial'.
5075 (viper-minibuffer-standard-hook): Update for above name change.
5076
79d1dabe
GM
5077 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5078 (elint-init-form): Update for above name change.
5079
0e4bb7f0
GM
5080 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5081 local variables `cbeg' and `cend' a prefix.
5082 (mail-extr-voodoo): Update for above name change.
5083
c8f3bf36
GM
5084 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5085 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5086 (reftex-toc-promote-action): Doc fix.
5087
5088 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5089 `prompt', `data' a prefix.
5090 (reftex-select-post-command-hook, reftex-select-callback)
5091 (reftex-select-mouse-accept, reftex-select-read-cite):
5092 Update for above name changes.
5093
5094 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5095 `refstyle' to reftex-refstyle.
5096 (reftex-offer-label-menu): Update for above name change.
5097 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5098 `refstyle' name change.
5099
b05fde66
GM
5100 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5101 with with-current-buffer.
5102 (diff, template): Give dynamic local variables a prefix.
5103 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5104 (emerge-line-number-in-buf): Update for above name change.
5105 (emerge-combine-versions-internal): Rename local `template' to
5106 emerge-combine-template.
5107 (emerge-combine-versions-edit): Update for above name change.
5108
5d8f9169
RA
51092010-11-06 Ralf Angeli <angeli@caeruleus.net>
5110
5111 * textmodes/reftex-cite.el
5112 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5113 entries with whitespace after \bibitem.
5114 (reftex-create-bibtex-file): Match entries containing numbers and
5115 symbol constituents. Make sure that entries with whitespace at
5116 various places are found.
5117
f8aefe82
MA
51182010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5119
5120 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5121
e06918d2
JD
51222010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5123
5124 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5125
17fc58c9
GM
51262010-11-05 Glenn Morris <rgm@gnu.org>
5127
f7fe4837
GM
5128 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5129 (woman2-roff-buffer): Give local variable `request' a prefix.
5130 (woman0-macro): Rename argument `request' in the same way.
5131 (woman-request): New name for `request' dynamic variable.
5132 (woman-unquote, woman-forward-arg): Update for above name change.
5133 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5134 (woman1-unquote): New name for `unquote' dynamic variable.
5135 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5136 (woman-translations): Rename from `translations'. No longer global.
5137 (woman2-tr, woman-translate): Update for above name change.
5138 (woman-translate): Check for bound variable.
5139 (woman2-roff-buffer): Give local variable `translations' a prefix.
5140
869c4186
GM
5141 * play/doctor.el: Give all local variables a prefix. Update callers.
5142 (doc$, doctor-put-meaning): Use backquote.
5143
215461a8
GM
5144 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5145 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5146
17fc58c9
GM
5147 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5148 variables bytes, ptr, op a prefix.
5149 (disassemble-offset): Update for above change.
5150
015eea59
CY
51512010-11-03 Chong Yidong <cyd@stupidchicken.com>
5152
5153 * emacs-lisp/package.el (package-unpack): Remove no-op.
5154 (package--builtins, package--dir): Doc fix.
5155 (package-activate-1, package-activate, package-install)
5156 (package-compute-transaction): Fix error message.
5157 (package-delete): Use delete-directory. Omit system packages.
5158 (package-initialize): Set package-alist to nil first.
5159 (package-menu-mark-delete, package-menu-mark-install): Don't add
5160 symbols that are inconsistent with the package state.
5161 (package-menu-execute): Perform deletions and installations as
5162 single batch operations.
5163
033862d1
GM
51642010-11-03 Glenn Morris <rgm@gnu.org>
5165
0b03a950
GM
5166 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5167 (props): Remove unnecessary declaration.
5168
e337e22c
GM
5169 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5170 set-process-query-on-exit-flag.
5171
a88e24dd 5172 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
5173 (reftex-toc-do-promote): Remove unused local `mpos'.
5174 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 5175
537b04b9
GM
5176 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5177
52365e61
GM
5178 * play/landmark.el (lm-losing-threshold): Correct spelling.
5179 (lm-human-plays): Use new name.
5180
cd32f8a9
GM
5181 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5182 (gomoku-human-plays): Use new name.
5183
033862d1
GM
5184 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5185 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5186 (gomoku-score-trans-table, gomoku-winning-threshold)
5187 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5188
4b99edf2
CY
51892010-11-03 Chong Yidong <cyd@stupidchicken.com>
5190
5191 * emacs-lisp/package.el: Don't put built-in packages in
5192 package-alist, to avoid loading inefficiencies.
5193 (package-built-in-p): Make VERSION optional, and treat it as a
5194 minimum acceptable version.
6a7662bb
BR
5195 (package-activate): Search separately for built-in packages.
5196 Emit a warning if a dependency fails.
4b99edf2
CY
5197 (define-package): Handle most common case, where there is no
5198 obsolete package, first.
5199 (package-compute-transaction): Print required version in error.
5200 (package--initialized): New variable.
5201 (list-packages): Use it.
5202 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
5203 built-in packages in packages-alist; keep it separate.
5204 Set package--initialized.
4b99edf2
CY
5205 (describe-package): Avoid activating packages as a side-effect.
5206 Search separately for built-in packages.
5207 (describe-package-1): Handle the case where an elpa package is
5208 simultaneously built-in and available/installed.
6a7662bb
BR
5209 (package-installed-p, package--generate-package-list):
5210 Search separately for built-in packages.
4b99edf2
CY
5211 (package-load-descriptor): Doc fix.
5212
3225dcaa
SM
52132010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5216 Handle __DATA__ and __END__.
5217
fa14dc18
NF
52182010-11-02 Noah Friedman <friedman@splode.com>
5219
5220 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5221 nil, do not ask to recompile files that are not already compiled,
5222 and do not recompile them.
5223
0f75c62a
CY
52242010-11-02 Chong Yidong <cyd@stupidchicken.com>
5225
5226 * emacs-lisp/package.el (package-initialize): Ensure that
5227 obsoleted built-in packages are not in package-activated-list
5228 during activation.
5229 (describe-package-1): Make the "installed" status override
5230 "built-in".
5231
b29f5b7b
VJL
52322010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5233
5234 * subr.el (version-separator, version-regexp-alist): Remove '*'
5235 from docstring.
5236 (version-list-<=, version<=, version=): Doc fix.
5237
b18fad6d
KH
52382010-11-01 Kenichi Handa <handa@m17n.org>
5239
5240 * faces.el (glyphless-char): Inherit underline for tty.
5241
a8039db1 52422010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
5243
5244 Implement various display methods for glyphless characters.
5245
5246 * international/characters.el (char-acronym-table): New variable.
5247 (glyphless-char-control): New variable.
35f52ed6 5248 (update-glyphless-char-display): New function.
b2cca856
KH
5249
5250 * faces.el (glyphless-char): New face.
5251
28886d5e
GM
52522010-11-01 Glenn Morris <rgm@gnu.org>
5253
919dd7aa
GM
5254 * calendar/holidays.el (general-holidays, oriental-holidays)
5255 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5256 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5257 the definitions of their targets.
5258
c79fc059
GM
5259 * emacs-lisp/smie.el (smie): New custom group.
5260 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5261
c8ccffb1
GM
5262 * faces.el (xw-defined-colors, x-setup-function-keys):
5263 * mouse-sel.el (x-select-text):
5264 * term/w32console.el (x-setup-function-keys): Update declarations.
5265
f4ff702e
GM
5266 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5267
806c491a
GM
5268 * textmodes/ispell.el (comment-add): Declare.
5269
c3dfebd1
GM
5270 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5271 Declare.
5272
28886d5e
GM
5273 * info.el (finder-keywords-hash, package-alist): Declare.
5274
693c9d15
CY
52752010-11-01 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * finder.el (finder-compile-keywords): Don't use intern-soft,
5278 since package names may not yet exist in the obarray.
5279
52802010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5281
5282 * vc/vc-arch.el (vc-arch-checkin):
5283 * vc/vc-cvs.el (vc-cvs-checkin):
5284 * vc/vc-mtn.el (vc-mtn-checkin):
5285 * vc/vc-rcs.el (vc-rcs-checkin):
5286 * vc/vc-sccs.el (vc-sccs-checkin):
5287 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5288 since 2010-04-21 commit by Stefan Monnier.
5289
36967cf7
GM
52902010-11-01 Glenn Morris <rgm@gnu.org>
5291
feb5e60a
GM
5292 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5293
1f023ca9
GM
5294 * startup.el (package-enable-at-startup, package-initialize):
5295 Silence compiler.
5296
36967cf7
GM
5297 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5298 Silence compiler.
5299
430e7297
JD
53002010-10-31 Julien Danjou <julien@danjou.info>
5301
5302 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5303 (byte-recompile-directory):
5304 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5305 Use `byte-recompile-file'.
5306
c8c59954
GM
53072010-10-31 Glenn Morris <rgm@gnu.org>
5308
5309 * cus-start.el: Handle standard values via a keyword.
5310 Only set version property if specified.
5311 (cursor-in-non-selected-windows, menu-bar-mode)
5312 (tool-bar-mode, show-trailing-whitespace):
5313 Do not specify standard values.
5314 (transient-mark-mode, temporary-file-directory): Use :standard.
5315
04e63796
JD
53162010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5317
5318 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5319 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5320
2699a554 53212010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5322
5323 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5324 preserve owner and group when editing files. (Bug#7289)
5325
35fcc05c 53262010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5327
5328 * speedbar.el (speedbar-mode):
5329 * play/fortune.el (fortune-in-buffer, fortune):
5330 * play/gomoku.el (gomoku-mode):
5331 * play/landmark.el (lm-mode):
5332 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5333 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5334
82f7efc3
GM
5335 * select.el (x-selection): Mark it as an obsolete alias.
5336
2699a554 53372010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5338
f486841f 5339 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5340 major-mode (bug#7284).
5341
2699a554 53422010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5343
5344 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5345 rather than just an unused variable that inherits from the real one.
5346
e6ef5dd9
AM
53472010-10-31 Alan Mackenzie <acm@muc.de>
5348
5349 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5350 This fixes bug #7185.
5351
8a500a91
CY
53522010-10-30 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * startup.el (command-line): Search for package directories, and
5355 don't load package.el if none are found.
5356
6a7662bb
BR
5357 * emacs-lisp/package.el (describe-package, list-packages):
5358 Call package-initialize if it has not been called yet.
8a500a91 5359
4f9e41e4
AM
53602010-10-30 Alan Mackenzie <acm@muc.de>
5361
5362 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5363 which fontifies the tail of an enum.
5364 (c-basic-matchers-after): Insert a call to the above new function.
5365 This fixes bug #7264.
5366
88f43c67
GM
53672010-10-30 Glenn Morris <rgm@gnu.org>
5368
5369 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5370 tool-bar-mode, transient-mark-mode. (Bug#7306)
5371 Include the :set property in the dumped Emacs.
5372
c4d17d50
SM
53732010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 SMIE: change indent rules format, improve smie-setup.
5376 * emacs-lisp/smie.el (smie-precs-precedence-table)
5377 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5378 Mark them pure so the tables gets built at compile time.
5379 (smie-bnf-precedence-table): Store the closer-alist in the table.
5380 (smie-prec2-levels): Preserve the closer-alist.
5381 (smie-blink-matching-open): Be more forgiving in case of indentation.
5382 (smie-hanging-p): Rename from smie-indent--hanging-p.
5383 (smie-bolp): Rename from smie-indent--bolp.
5384 (smie--parent, smie--after): New dynamic vars.
5385 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5386 (smie-indent-rules): Remove.
5387 (smie-indent--offset-rule): Remove fun.
5388 (smie-rules-function): New var.
5389 (smie-indent--rule): New fun.
5390 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5391 (smie-indent-exps): Use it.
5392 (smie-setup): Setup paren blinking; add keyword args for token
5393 functions; extract closer-alist from op-levels.
5394 (smie-indent-debug-log): Remove var.
5395 (smie-indent-debug): Remove fun.
5396 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5397 (prolog-smie-rules): New fun to replace it.
5398 (prolog-mode-variables): Simplify.
5399 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5400 it's setup automatically.
5401 (octave-smie-indent-rules): Remove.
5402 (octave-smie-rules): New fun to replace it.
5403 (octave-mode): Simplify.
5404
9d794026
GM
54052010-10-29 Glenn Morris <rgm@gnu.org>
5406
e088c02a
GM
5407 * files.el (temporary-file-directory): Remove (already defined in C).
5408 * cus-start.el: Add temporary-file-directory.
5409
9d794026
GM
5410 * abbrev.el (abbrev-mode):
5411 * composite.el (auto-composition-mode):
5412 * menu-bar.el (menu-bar-mode):
5413 * simple.el (transient-mark-mode):
5414 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5415 that they do not define the associated variables twice.
5416 * simple.el (transient-mark-mode): Remove defvar.
5417 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5418 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5419 Handle multiple groups, and also custom-delayed-init-variables.
5420 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5421
dcc029e0
SM
54222010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5425 (pcase-if): Add one minor optimization.
5426 (pcase-split-equal): Rename from pcase-split-eq.
5427 (pcase-split-member): Rename from pcase-split-memq.
5428 (pcase-u1): Add strings to the member optimization.
5429 Add `guard' variant of predicates.
5430 (pcase-q1): Add string patterns.
5431
a62b88d4
SM
54322010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5435
f41f19b0
GM
54362010-10-28 Glenn Morris <rgm@gnu.org>
5437
b3edb781
GM
5438 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5439 Move menu-bar related settings to ../menu-bar.el.
5440 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5441 Move ns-specific settings here from term/ns-win.el.
5442
f41f19b0
GM
5443 * simple.el (x-selection-owner-p): Remove unused declaration.
5444
6175cd08
SM
54452010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * minibuffer.el (completion-cycling): New var (bug#7266).
5448 (minibuffer-complete, completion--do-completion):
5449 Use completion--flush-all-sorted-completions.
5450 (minibuffer-complete): Only cycle if completion-cycling is set.
5451 (completion--flush-all-sorted-completions): Unset completion-cycling.
5452 (minibuffer-force-complete): Set completion-cycling.
5453 (completion-all-sorted-completions): Move declaration before first use.
5454
19677c71
LL
54552010-10-28 Leo <sdl.web@gmail.com>
5456
5457 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5458 which changes the order of matches seen by users (bug#7231).
5459
54602010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5461
5462 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5463 Don't confuse -omega as "-o mega".
5464
2122161f
SM
54652010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5466
ce8794df
SM
5467 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5468 (log-edit-author): New dynamic var.
5469 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5470 to return the author if different from committer.
5471 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5472
80cb310d
SM
5473 * play/landmark.el: Adjust commenting convention.
5474 (lm-nil-score): Rename from nil-score.
5475 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5476 (OOOOscore): Move into a let in lm-score-trans-table.
5477 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5478
2122161f
SM
5479 * electric.el (electric-indent-chars): Autoload.
5480 * progmodes/octave-mod.el (octave-mode):
5481 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5482 (ruby-mode-abbrev-table): Merge initialization and declaration.
5483
e925113b
GM
54842010-10-27 Glenn Morris <rgm@gnu.org>
5485
208d109c
GM
5486 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5487 variable.
5488
7d3e3843
GM
5489 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5490
e925113b
GM
5491 * term/ns-win.el: Restore require of cl when compiling.
5492 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5493 (ns-handle-nxopen): Optionally handle the temp-case.
5494 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5495 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5496
b94a5a43
GM
54972010-10-26 Glenn Morris <rgm@gnu.org>
5498
5499 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5500
fc3eda04
AR
55012010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5502
5503 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5504 global map.
5505 * term/common-win.el (x-setup-function-keys): Remove most of the
5506 keymappings. Comment on the remaining ones.
5507
c79b0b1c
PO
55082010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5509
c31dc2c0 5510 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5511 (server-start): Use server-port.
5512
725513b7
GM
55132010-10-26 Glenn Morris <rgm@gnu.org>
5514
d7d8c62a
GM
5515 * term/ns-win.el (ns-version-string): Remove unused declaration.
5516 (ns-invocation-args): Change to x-invocation-args.
5517 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5518 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5519 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5520 Use x-invocation-args instead of ns-invocation-args.
5521 (ns-initialize-window-system, handle-args-function-alist):
5522 Use x-handle-args instead of ns-handle-args.
5523 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5524 * startup.el (command-line-ns-option-alist): Replace
5525 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5526 ns-handle-iconic with the x- equivalents.
5527
725513b7
GM
5528 * term/common-win.el (x-select-enable-clipboard):
5529 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5530
5531 * term/ns-win.el: No need to require cl when compiling.
5532 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5533 (xw-defined-colors): Use the common-win definitions.
5534 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5535 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5536 * term/common-win.el (x-select-text, x-alternatives-map)
5537 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5538 * loadup.el [ns]: Load common-win.
5539
77ec02d8
DU
55402010-10-26 Daiki Ueno <ueno@unixuser.org>
5541
5542 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5543 recipients; expand mail aliases (Bug#7280).
77ec02d8 5544
6a5c2175
GM
55452010-10-25 Glenn Morris <rgm@gnu.org>
5546
59ba9d59
GM
5547 * term/common-win.el (x-handle-switch): Simplify with pop.
5548 Optionally handle numeric switches.
5549 (x-handle-numeric-switch): Just call x-handle-switch.
5550 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5551 (x-handle-name-switch, x-handle-display, x-handle-args):
5552 Simplify with pop.
5553
6a5c2175
GM
5554 * term/ns-win.el: Do not require easymenu.
5555 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5556 <spell>: Move adjustments to menu-bar.el.
5557 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5558 <separator-undo, spell>: Move ns-win's adjustments here.
5559 * loadup.el [ns]: Do not load easymenu.
5560
01898dc2
CY
55612010-10-24 Chong Yidong <cyd@stupidchicken.com>
5562
5563 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5564 Delete (Bug#7222).
01898dc2
CY
5565
5566 * startup.el (fancy-startup-tail): Instead of using inline images,
5567 refer to image files from etc/.
5568
5569 * wid-edit.el (checkbox): Likewise.
5570 (widget-image-find): Center image specs.
5571
a44d921f
GM
55722010-10-24 Glenn Morris <rgm@gnu.org>
5573
5574 * term/ns-win.el (x-select-text): Doc fix.
5575 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5576 (x-select-text): Move to term/common-win.
5577 * term/w32-win.el (xw-defined-colors): Move to common-win.
5578 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5579 (x-setup-function-keys, x-select-text): Move to common-win.
5580 * term/common-win.el (x-select-text, x-alternatives-map)
5581 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5582 definitions here.
5583
709228c0 55842010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5585
5586 * net/mairix.el (mairix-searches-mode-map):
5587 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5588
0c382083 55892010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5590
2b0c7330 5591 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5592 auto-built for efficiency of execution and updating.
5593 (verilog-extended-complete-re): Support 'pure' fucntion & task
5594 declarations (these have no bodies).
ca39416c
AH
5595 (verilog-beg-of-statement): General cleanup to enable support of
5596 'pure' fucntion & task declarations (these have no bodies).
5597 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5598 noticed by Steve Pearlmutter.
5599 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5600 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5601 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5602 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5603 attribute handling for lining up declarations and assignments.
5604 (verilog-beg-of-statement-1): Fix issue where continued declaration
5605 is indented differently if it is after a begin..end clock.
5606 (verilog-in-attribute-p, verilog-skip-backward-comments)
5607 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5608 attributes by indent code. Reported by Jeff Steele.
ca39416c 5609 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5610 (verilog-backward-up-list, verilog-in-struct-region-p)
5611 (verilog-backward-token, verilog-in-struct-p)
5612 (verilog-in-coverage-p, verilog-do-indent)
5613 (verilog-pretty-declarations): Use verilog-backward-up-list as
5614 wrapper around backward-up-list inorder to properly skip comments.
5615 Reported by David Rogoff.
5616 (verilog-property-re, verilog-endcomment-reason-re)
5617 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5618 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5619 of if). Reported by Max Bjurling and
a03c2342 5620 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5621 declaration. Reported by Brian Hunter.
a03c2342 5622
0c382083 56232010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5624
2b0c7330 5625 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5626 (verilog-gate-keywords, verilog-read-sub-decls)
5627 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5628 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5629 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5630 (verilog-read-decls): Fix spaces in V2K module parameters causing
5631 mis-identification as interfaces, bug287.
5632 (verilog-read-decls): Fix not treating "parameter string" as a
5633 parameter in AUTOINSTPARAM.
5634 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5635 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5636 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5637 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5638 (verilog-font-lock-keywords-2): Fix highlighting of single
5639 character pins, bug264. Reported by Michael Laajanen.
5640 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5641 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5642 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5643 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5644 (verilog-pretty-expr): Fix interactive arguments, bug272.
5645 Reported by Mark Johnson.
5646 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5647 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5648 bug269. Suggested by Gary Delp.
a03c2342 5649 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5650 (verilog-preprocessor, verilog-set-compile-command):
5651 Create verilog-preprocess and verilog-preprocessor to show
5652 preprocessed output.
a03c2342
WS
5653 (verilog-get-beg-of-line, verilog-get-end-of-line)
5654 (verilog-modi-file-or-buffer, verilog-modi-name)
5655 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5656 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5657 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5658 (verilog-colorize-region, verilog-highlight-buffer)
5659 (verilog-highlight-includes, verilog-highlight-modules)
5660 (verilog-highlight-region, verilog-mode): Rename colorize to
5661 highlight to match other packages. Disable module highlighting,
5662 as received speed complaints, reenable for experimentation only
5663 using new verilog-highlight-modules.
5664 (verilog-read-decls): Fix regexp stack overflow in very large
5665 AUTO_TEMPLATEs, bug250.
5666 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5667 (verilog-scan): Create verilog-save-buffer-state to standardize
5668 making insignificant changes that shouldn't call hooks.
5669 (verilog-save-no-change-functions, verilog-save-scan-cache)
5670 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5671 Create verilog-save-no-change-functions to wrap verilog-scan
5672 preservation, and fix to work with nested preserved calls.
5673 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5674 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5675 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5676 (verilog-submit-bug-report): Update variable list to be complete.
5677 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5678 breaking on-the-fly font-locking.
5679 (verilog-colorize-buffer, verilog-colorize-include-files)
5680 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5681 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5682 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5683 AUTOINST cell instance name, middle mouse button now finds-file on
5684 it. Suggested by Brad Dobbie.
5685 (verilog-alw-get-temps, verilog-auto-reset)
5686 (verilog-auto-sense-sigs, verilog-read-always-signals)
5687 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5688 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5689 initialization section of a for() should be ignored.
5690 Reported by Dan Dever.
a03c2342
WS
5691 (verilog-error-font-lock-keywords)
5692 (verilog-error-regexp-emacs-alist)
5693 (verilog-error-regexp-xemacs-alist): Fix error detection of
5694 Cadence HAL, reported by David Asher. Repair drift between the
5695 three similar error variables.
5696 (verilog-modi-lookup, verilog-modi-lookup-cache)
5697 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5698 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5699 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5700 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5701 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5702 "{1*2{...". Broke in last revision.
5703 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5704 submodule connections with replications "{#{a},#{b}}".
5705
0c382083
CY
57062010-10-24 Juanma Barranquero <lekktu@gmail.com>
5707
5708 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5709 Fix typo in docstring.
5710
57112010-10-24 Kenichi Handa <handa@m17n.org>
5712
5713 * face-remap.el (text-scale-adjust): Call read-event with a proper
5714 prompt.
5715
57162010-10-24 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * emacs-lisp/unsafep.el: Don't mark functions that display
5719 messages as safe. Suggested by Johan Bockgård.
5720
57212010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5724 Turn comments into docstrings.
5725
5726 * minibuffer.el (completion--replace): Move point where it belongs
5727 when there's a common suffix (bug#7215).
5728
9317e499
CY
57292010-10-24 Chong Yidong <cyd@stupidchicken.com>
5730
5731 Merge read-color and facemenu-read-color (Bug#7242).
5732
5733 * faces.el (read-color): Use the completion code from
5734 facemenu-read-color. Require match in completion. Doc fix.
5735
5736 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5737 (facemenu-set-foreground, facemenu-set-background):
5738 Use read-color.
9317e499
CY
5739
5740 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5741 (set-cursor-color, set-mouse-color, set-border-color):
5742 Use read-color.
9317e499 5743
a44d921f 57442010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5745
5746 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5747 argument of delete-file and delete-directory (Bug#7011).
5748
43207249
CY
57492010-10-24 Chong Yidong <cyd@stupidchicken.com>
5750
5751 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5752 button-buffer-map.
5753
484db896 57542010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5755
5756 * emacs-lisp/package.el (package--generate-package-list): Make the
5757 *Packages* buffer read-only.
5758
10f5e3e6
AM
57592010-10-24 Alan Mackenzie <acm@muc.de>
5760
5761 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5762 result of `c-beginning-of-decl-1' between invocations of a lambda
5763 function (Bug #7265).
5764
3ec6ca72
DU
57652010-10-24 Daiki Ueno <ueno@unixuser.org>
5766
5767 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5768 executable is not available on the system (Bug#7268).
5769
ec514007
GM
57702010-10-24 Glenn Morris <rgm@gnu.org>
5771
f5f25615
GM
5772 * select.el (selection-coding-system, next-selection-coding-system):
5773 Sync doc with C versions.
3646b86d 5774
8aa0f263
GM
5775 * w32-vars.el (x-select-enable-clipboard):
5776 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5777 * term/common-win.el (x-select-enable-clipboard): Move here.
5778
46710489
GM
5779 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5780 definition of C variable.
5781
ec514007
GM
5782 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5783 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5784 Don't redefine things that are defined in C.
5785 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5786 (show-trailing-whitespace, auto-hscroll-mode)
5787 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5788 Set up the appropriate custom properties.
5789
8a79905d
CY
57902010-10-24 Chong Yidong <cyd@stupidchicken.com>
5791
5792 Bind "C-c ]" to ...
5793 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5794 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5795 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5796 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5797
aa02a29f
GM
57982010-10-23 Glenn Morris <rgm@gnu.org>
5799
7dfc15df
GM
5800 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5801 say what it was.
5802
66c6abf0
GM
5803 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5804 Sync docs with C version.
f3d87560 5805
3193e969
GM
5806 * term/ns-win.el (xw-defined-colors):
5807 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5808
6f748f70
GM
5809 * term/pc-win.el (x-select-enable-clipboard):
5810 * term/x-win.el (x-select-enable-clipboard):
5811 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5812
7aa93795
GM
5813 * comint.el (comint-password-prompt-regexp): Make it less vague.
5814 Bump version.
5815
17284e30
GM
5816 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5817
aa02a29f
GM
5818 * help.el (finder-by-keyword): Remove unnecessary autoload.
5819
69b55131
GM
58202010-10-22 Glenn Morris <rgm@gnu.org>
5821
9a0dd02d
GM
5822 * loadup.el: Unconditionally load float-sup.
5823 * paren.el (show-paren-delay):
5824 * emacs-lisp/float-sup.el:
5825 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5826 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5827 (lazy-lock-stealth-verbose): Assume float support.
5828 * ps-print.el: Assume float support on Emacs.
5829 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5830 Remove non-float branch.
5831
69b55131
GM
5832 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5833 src/Makefile no longer being pre-processed.
5834
7c23d9e8
SM
58352010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * emacs-lisp/find-func.el (find-library): Use test-completion.
5838
23737b4a
LMI
58392010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5840
7c23d9e8 5841 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5842
6e060cee 58432010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5844
5845 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5846 space in stat format string.
5847 (tramp-send-command): Unset $PS1 when using here documents, in
5848 order not to get several prompts.
5849 (tramp-get-inline-coding): Return `nil' in case of errors.
5850
08ffb131
DU
58512010-10-21 Daiki Ueno <ueno@unixuser.org>
5852
7c23d9e8
SM
5853 * hexl.el (hexl-mode, hexl-mode-exit):
5854 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5855 (hexl-revert-buffer-function): New function.
5856 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5857
ba7fdf30
AM
58582010-10-19 Alan Mackenzie <acm@muc.de>
5859
7c23d9e8
SM
5860 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5861 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5862 that these keywords aren't wrongly matched as identifiers.
5863
ba7fdf30
AM
5864 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5865 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5866 c-after-change. (Bug#7181)
ba7fdf30 5867
7fd8732d
CY
58682010-10-19 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5871 Don't mark as safe.
5872
5873 * custom.el (custom-theme-set-variables): Likewise.
5874 (load-theme): Add custom-theme-set-faces and
5875 custom-theme-set-variables to safe-functions while loading.
5876 (custom-enabled-themes): Mark as risky.
5877
3f12b18c
JD
58782010-10-18 Julien Danjou <julien@danjou.info>
5879
5880 * bindings.el: Remove end dashes in default mode-line-format.
5881
b8a47412
CY
58822010-10-19 Chong Yidong <cyd@stupidchicken.com>
5883
5884 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5885 to delete-forward-char.
5886
5887 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5888 deletechar, and hence delete-forward-char.
5889
ca3fa302
JB
58902010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * repeat.el (repeat): Use read-key (bug#6256).
5893
58942010-10-19 Chong Yidong <cyd@stupidchicken.com>
5895
5896 * emacs-lisp/unsafep.el: Don't mark functions that display
5897 messages as safe. Suggested by Johan Bockgård.
5898
58992010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5900
5901 * minibuffer.el (completion--replace): Move point where it belongs
5902 when there's a common suffix (bug#7215).
5903
59042010-10-19 Kenichi Handa <handa@m17n.org>
5905
5906 * international/characters.el: Add category '|' (word breakable)
5907 to fullwidth characters.
5908
3224b54d
MA
59092010-10-19 Michael Albinus <michael.albinus@gmx.de>
5910
5911 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5912 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5913 order to make stat results a float. Patch by Andreas Schwab
5914 <schwab@linux-m68k.org>.
5915
36ba6f07
JD
59162010-10-18 Julien Danjou <julien@danjou.info>
5917
5918 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5919 hidden by `make-pointer-invisible'.
5920
43f964fc
SM
59212010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * files.el (locate-file-completion-table): Strip non-matching elements
5924 before checking length of list (bug#7238).
5925
e48eb343
CY
59262010-10-18 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * custom.el (custom-theme-set-variables): Mark as a safe function.
5929 (load-theme): Check forms using unsafep.
5930
5931 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5932
df987d70
AM
59332010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5934
43f964fc
SM
5935 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5936 Fix aspell data file searching (bug#7230).
df987d70 5937
29a4c45b
CY
59382010-10-16 Chong Yidong <cyd@stupidchicken.com>
5939
5940 * cus-theme.el (custom-theme--migrate-settings): New var.
5941 (customize-create-theme): Allow editing the `user' theme.
5942 (custom-theme-add-variable, custom-theme-add-var-1)
5943 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5944 to the front of each variable or face widget.
5945 (custom-theme-write): Save theme settings in the correct order.
5946 Optionally, remove saved settings from user customizations.
43f964fc
SM
5947 (custom-theme-write-variables, custom-theme-write-faces):
5948 Save only the checked widgets.
29a4c45b
CY
5949 (customize-themes): Add a link for migrating custom settings.
5950
43f964fc
SM
5951 * custom.el (custom-declare-theme, provide-theme):
5952 Use custom-theme-name-valid-p.
29a4c45b
CY
5953 (custom-theme-name-valid-p): Remove checks that are now
5954 unnecessary since themes no longer obey load-path.
5955
5956 * cus-edit.el (custom-variable-value-create): For the simple
5957 style, hide documentation string when hidden.
5958
782b5e8d
CY
59592010-10-16 Chong Yidong <cyd@stupidchicken.com>
5960
647bc502
CY
5961 * cus-edit.el (custom-variable, custom-face): Combine the
5962 :inhibit-magic and :display-style properties into a single
5963 :custom-style property.
43f964fc
SM
5964 (custom-toggle-hide-variable, custom-toggle-hide-face):
5965 New functions. If hiding an edited value, save it to :shown-value.
5966 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5967 (custom-magic-reset): Allow magic property to be unset.
5968
782b5e8d
CY
5969 * custom.el: Custom themes no longer use load-path.
5970 (custom-theme-load-path): New option. Change built-in theme
5971 directory to etc/.
5972 (custom-enabled-themes): Add custom-theme-load-path dependency.
5973 (custom-theme--load-path): New function.
5974 (load-theme, custom-available-themes): Use it.
5975
5976 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5977 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5978 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5979 :custom-style property.
782b5e8d
CY
5980
5981 * themes/*.el: Moved to etc/.
5982
99f65cfa
RA
59832010-10-16 Ralf Angeli <angeli@caeruleus.net>
5984
5985 * textmodes/reftex-cite.el
5986 (reftex-extract-bib-entries-from-thebibliography): Do not move
5987 point when searching for \bibitem entries. Match entries with
5988 spaces or tabs in front of arguments.
5989
da16abfc
CY
59902010-10-16 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * cus-theme.el (customize-create-theme): Delete overlays after
5993 erasing. If given a THEME arg, display only the faces of that arg
5994 instead of custom-theme--listed-faces.
5995 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5996 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5997 (custom-theme-add-variable, custom-theme-add-face): Apply value
5998 from the theme settings, instead of the current value.
5999 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
6000 (custom-theme-visit-theme): Allow calling outside theme buffers.
6001 (custom-theme-merge-theme): Don't enable the theme when merging.
6002 (custom-theme-write-variables, custom-theme-write-faces): Use the
6003 :shown-value properties to save buffer values, not global ones.
6004 (customize-themes): Display a warning about user customizations.
6005
6006 * cus-edit.el (custom-variable-value-create)
6007 (custom-face-value-create): Obey new special properties
6008 :shown-value and :inhibit-magic.
6009
aa095b2d
MA
60102010-10-15 Michael Albinus <michael.albinus@gmx.de>
6011
6012 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
6013 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6014 <dale@codefu.org>.
aa095b2d 6015
7ca9cfda
KH
60162010-10-14 Kenichi Handa <handa@m17n.org>
6017
9650fc61
KH
6018 * mail/rmail.el (rmail-show-message-1): Catch an error of
6019 base64-decode-region and just show an error message (bug#7165).
6020
43f964fc 6021 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
6022 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6023 a font-spec (bug#7197).
6024
220d91b8 60252010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
6026
6027 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6028
220d91b8 60292010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 6030
c0943d3d
JB
6031 * international/mule.el (define-coding-system):
6032 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
6033 * composite.el (compose-region): Fix typo in docstring.
6034
4983ddea
CY
60352010-10-14 Chong Yidong <cyd@stupidchicken.com>
6036
de43f11b
CY
6037 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6038 only after checking the theme-face property.
6039
4983ddea
CY
6040 * faces.el (face-spec-reset-face): Reset all attributes in one
6041 single call to set-face-attribute.
6042 (face-spec-match-p): Make it a defsubst.
6043 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6044 (x-create-frame-with-faces, tty-create-frame-with-faces)
6045 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6046 frame-set-background-mode, since they are recomputed immediately
6047 afterwards in face-set-after-frame-default.
6048 (face-set-after-frame-default): Minor optimization.
6049 (cursor): Provide non-trivial defface spec.
6050
6051 * custom.el (custom-theme-recalc-face): Simplify.
6052
a974dcf2
JB
60532010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6054
43f964fc 6055 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
6056 (math-is-polynomial, math-is-poly-rec): Replace `var'
6057 with `math-var'.
6058
43f964fc 6059 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
6060 (calcFunc-table, math-scan-for-limits): Replace `var'
6061 with `math-var'.
6062
10e4702a
GM
60632010-10-13 Glenn Morris <rgm@gnu.org>
6064
6065 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6066
88f427d5
SB
60672010-10-13 Stephen Berman <stephen.berman@gmx.net>
6068
6069 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6070
a1d16a7b
G
60712010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6072
6073 * net/tls.el (tls-program): Remove spurious %s from openssl.
6074 (tls-starttls-switches): Remove starttls hack.
6075 (open-tls-stream): Ditto.
6076 (tls-find-starttls-argument): Ditto.
6077
2e288d54
JB
60782010-10-13 Juanma Barranquero <lekktu@gmail.com>
6079
6080 * image.el (image-library-alist): Declare as obsolete alias.
6081 (image-type-available-p): Use `dynamic-library-alist'.
6082
6083 * term/w32-win.el (dynamic-library-alist):
6084 Use instead of `image-library-alist'.
6085
35744400
IS
60862010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6087
6088 * subr.el (last): Make it faster. (Bug#7174)
6089
290fe464
RO
60902010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6091
6092 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6093
2919746c
CY
60942010-10-12 Chong Yidong <cyd@stupidchicken.com>
6095
6096 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6097 (describe-theme-1): Extract doc from unloaded themes.
6098
6099 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6100
6101 * themes/tango-theme.el:
6102 * themes/tango-dark-theme.el:
6103 * themes/wheatgrass-theme.el: New files.
6104
6b09b5d1
CY
61052010-10-12 Chong Yidong <cyd@stupidchicken.com>
6106
6107 * cus-theme.el (describe-theme, customize-themes)
6108 (custom-theme-save): New commands.
6109 (custom-new-theme-mode-map): Bind C-x C-s.
6110 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6111 (customize-create-theme): New optional arg THEME.
6112 (custom-theme-revert): Use it.
6113 (custom-theme-visit-theme): Remove dead code.
6114 (custom-theme-merge-theme): Use custom-available-themes.
6115 (custom-theme-write): Make interactive.
6116 (custom-theme-write): Use custom-theme-name-valid-p.
6117 (describe-theme-1, custom-theme-choose-revert)
6118 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6119 New funs.
6120 (custom-theme-allow-multiple-selections): New option.
6121 (custom-theme-choose-mode): New major mode.
6122
43f964fc
SM
6123 * custom.el (custom-theme-set-variables): Remove dead code.
6124 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6125 (custom--inhibit-theme-enable): New var.
6126 (provide-theme): Obey it.
6127 (load-theme): Replace load with manual read/eval, in order to
6128 check for correctness. Use custom-theme-name-valid-p.
6129 (custom-theme-name-valid-p): New function.
6130 (custom-available-themes): Use it.
6131
6132 * cus-edit.el (custom--initialize-widget-variables): New function.
6133 (Custom-mode): Use it.
6134
43f964fc
SM
6135 * cus-face.el (custom-theme-set-faces): Remove dead code.
6136 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6137
6138 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6139
16366259
JB
61402010-10-12 Juanma Barranquero <lekktu@gmail.com>
6141
cb7d821e 6142 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 6143
4c14013d 61442010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 6145
4c14013d
JB
6146 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6147 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6148 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6149
6150 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 6151
4c14013d 61522010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
6153
6154 * emacs-lisp/lisp.el (lisp-completion-at-point):
6155 Use emacs-lisp-mode-syntax-table for the whole function.
6156
4c14013d 61572010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
6158
6159 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
6160 instead of font-lock-mode before adding keywords.
6161 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
6162 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6163 non-nil; removed hook inhibit hack.
6164
4c14013d 61652010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 6166
d15f9a2b
GM
6167 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6168 (load-path-shadows-find): ... to this.
6169 (list-load-path-shadows): Update for above change.
6170
c7d6d8a1
GM
6171 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6172
f0b7f5a8
KY
61732010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6174
6175 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6176 Fix comment for declare-function.
6177
05d22d02
CY
61782010-10-11 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * custom.el (custom-fix-face-spec): New function; code moved from
6181 custom-face-edit-fix-value.
6182 (custom-push-theme): Use it when checking if a face has been
6183 changed outside customize.
6184 (custom-available-themes): New function.
6185 (load-theme): Use it.
6186
43f964fc 6187 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
6188
6189 * custom.el (custom-push-theme): Cleanup (use cond).
6190 (disable-theme): Recompute the saved-face property.
6191 (custom-theme-recalc-face): Follow face alias before setting prop.
6192
43f964fc
SM
6193 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6194 New variables, containing checkbox images.
05d22d02
CY
6195
6196 * startup.el (fancy-startup-tail):
6197 * wid-edit.el (checkbox): Use them.
6198
293e7c22
DN
61992010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6200
a0310a6c
DN
6201 * shell.el (shell-mode-map):
6202 * progmodes/modula2.el (m2-mode-map):
6203 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6204 * play/mpuz.el (mpuz-mode-map):
6205 * play/landmark.el (lm-mode-map):
6206 * play/decipher.el (decipher-mode-map):
6207 * play/5x5.el (5x5-mode-map):
6208 * net/telnet.el (telnet-mode-map):
6209 * net/quickurl.el (quickurl-list-mode-map):
6210 * net/mairix.el (mairix-searches-mode-map):
6211 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6212 * net/dig.el (dig-mode-map):
6213 * mail/mspools.el (mspools-mode-map):
6214 * hexl.el (hexl-mode-map):
6215 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6216 (wordstar-C-o-map, wordstar-C-q-map):
6217 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6218 * emacs-lisp/chart.el (chart-map):
6219 * edmacro.el (edmacro-mode-map):
6220 * erc/erc-list.el (erc-list-menu-mode-map):
6221 * array.el (array-mode-map): Declare and define in one step.
6222
293e7c22
DN
6223 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6224
446b12da
DU
62252010-10-10 Daiki Ueno <ueno@unixuser.org>
6226
6227 * epa.el (epa-passphrase-callback-function): Display filename
6228 passed as the 3rd arg.
43f964fc
SM
6229 * epa-file.el (epa-file-passphrase-callback-function):
6230 Pass filename to epa-passphrase-callback-function.
446b12da 6231
76c16af8
CY
62322010-10-09 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * cus-edit.el (custom-face-widget-to-spec)
6235 (custom-face-get-current-spec, custom-face-state): New functions.
6236 (custom-face-set, custom-face-mark-to-save)
6237 (custom-face-value-create, custom-face-state-set): Use them.
6238
6239 * cus-theme.el (custom-theme--listed-faces): New var.
6240 (customize-create-theme): Use *Custom Theme* as the buffer name.
6241 Set revert-buffer-function. Optional arg BUFFER. Insert all
6242 faces listed in custom-theme--listed-faces.
6243 (custom-theme-revert): New function.
6244 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6245 bottom of the list.
6246 (custom-theme-write): Prompt for theme name if empty.
6247 (custom-theme-write-variables): Use dolist.
6248 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6249
e15f8aaa
AM
62502010-10-09 Alan Mackenzie <acm@muc.de>
6251
6252 Enhance fontification of declarators to take account of the
6253 presence/absence of "typedef".
6254
6255 * cc-engine.el (c-forward-type): New &optional param
6256 "brace-block-too".
6257 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 6258 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
6259
6260 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6261 fontification of declarators which follow a "}".
6262 (c-font-lock-declarations): Fontify declarators according to the
6263 presence/absence of "typedef".
6264
6265 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6266 for "typedef".
6267 (c-typedef-decl-key): New lang variable built from
6268 c-typedef-decl-kwds.
6269
cf321e50
LMI
62702010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6271
77aec221
LMI
6272 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6273 since that's too annoying. Move the filter groups commands to
6274 TAB/backtab.
6275
7450df5d
LMI
6276 * epa.el (epa-passphrase-callback-function): Say what we're
6277 querying the password for.
6278
cf321e50 6279 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6280 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6281
587faadd
CY
62822010-10-08 Chong Yidong <cyd@stupidchicken.com>
6283
6284 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6285 (custom-magic-value-create): Pad button tags with spaces.
6286 (custom-face-edit): New variable.
6287 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6288 face editor here, instead of using custom-face-selected.
6289 Pass face defaults to custom-face-edit widget.
587faadd
CY
6290 (custom-face-selected, custom-display-unselected): Delete widgets.
6291 (custom-display-unselected-match): Function removed.
43f964fc
SM
6292 (custom-face-set, custom-face-mark-to-save):
6293 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6294
6295 * wid-edit.el (widget--completing-widget): New var.
6296 (widget-default-complete): Bind it when doing completion.
6297 (widget-string-complete, widget-file-complete): Use it.
6298
a1ab97d0
GM
62992010-10-09 Glenn Morris <rgm@gnu.org>
6300
85d50db7
GM
6301 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6302 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6303 (holiday-hebrew-misc): Small simplifications.
6304
3fb78d1f
GM
6305 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6306
a1ab97d0
GM
6307 * net/browse-url.el: Don't require thingatpt, term, dired,
6308 executable, or w3-auto when compiling.
6309 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6310 Declare.
6311 (browse-url-text-emacs): Require term.
6312
2187e5bb
AS
63132010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6314
6315 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6316
e5d49589
GM
63172010-10-08 Glenn Morris <rgm@gnu.org>
6318
5823f53f
GM
6319 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6320
e5d49589
GM
6321 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6322 (shadows-compare-text-p): Make it an obsolete alias for...
6323 (load-path-shadows-compare-text): ... new name.
6324 (find-emacs-lisp-shadows): Update for above name change.
6325 (load-path-shadows-same-file-or-nonexistent): New name for the old
6326 shadow-same-file-or-nonexistent.
6327
4628bef1 63282010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6329
6330 * minibuffer.el (completion--some, completion--do-completion)
6331 (minibuffer-complete-and-exit, minibuffer-completion-help)
6332 (completion-basic-try-completion)
6333 (completion-basic-all-completions)
6334 (completion-pcm--find-all-completions): Use lexical-let to
6335 avoid some false matches in variable completion (Bug#7056)
6336
4628bef1 63372010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6338
6339 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6340
4628bef1 63412010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6342
6343 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6344 return non-nil if the file exists (Bug#7090).
6345
4628bef1 63462010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6347
6348 * minibuffer.el (completion--replace):
6349 Better preserve markers (bug#7138).
6350
4628bef1 63512010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6352
6353 * server.el (server-process-filter): Doc fix.
6354
4628bef1 63552010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6356
6357 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6358
e4adf61e
GM
63592010-10-08 Glenn Morris <rgm@gnu.org>
6360
24ac444f
GM
6361 * vc/ediff-wind.el (ediff-setup-control-frame):
6362 * vc/ediff-ptch.el (ediff-default-backup-extension):
6363 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6364 (ediff-exec-process): Remove system-types emx, windows-95.
6365
e4adf61e
GM
6366 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6367
61328d7c
CY
63682010-10-07 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * cus-edit.el (custom-variable, custom-face): Doc fix.
6371 (custom-face-edit): Add value-create attribute.
6372 (custom-face-edit-value-create)
43f964fc
SM
6373 (custom-face-edit-value-visibility-action): New functions.
6374 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6375 (custom-face-edit-deactivate): Show empty values with shadow face.
6376 (custom-face-selected): Only use this for face specs with default
6377 attributes.
6378 (custom-face-value-create): Cleanup.
6379
6380 * wid-edit.el (widget-checklist-value-create): Use dolist.
6381 (widget-checklist-match-find): Make second arg optional.
6382
ac44263a
GM
63832010-10-07 Glenn Morris <rgm@gnu.org>
6384
849b02b4
GM
6385 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6386 Prefix things.
6387
ac44263a
GM
6388 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6389 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6390 load-path-shadows-mode, update references.
06d9ef85
GM
6391 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6392 Rename variable and button.
6393 (list-load-path-shadows): Update button caller.
ac44263a 6394
29c72a6e
SM
63952010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6398 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6399 (smie-merge-prec2s): Handle those new entries.
6400 (smie-prec2-levels): Only set precedence to nil for actual
6401 openers/closers.
6402 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6403 that is now unnecessary.
6404
775f75bc 64052010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6406
6407 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6408
7e1e2a6e
GM
64092010-10-07 Glenn Morris <rgm@gnu.org>
6410
58d1ac6d
GM
6411 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6412 (mail-position-on-field): Remove declarations.
6413 (mail-position-on-field): Autoload it.
6414 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6415 and mail-header-end. Don't require sendmail.
6416
7b9235ad
GM
6417 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6418 (shadow-mode): New mode.
6419 (shadow-find-file): New button.
6420 (list-load-path-shadows): Use shadow-mode and buttons.
6421
52da2182
GM
6422 * iimage.el (iimage-version): Remove.
6423 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6424 Turn into defcustoms.
6425 (iimage-mode-map): Give it a doc string.
6426
7e1e2a6e
GM
6427 * calendar/appt.el (appt-activate): Give a warning rather than an error
6428 if there is no diary-file.
6429
e44eccd7
MA
64302010-10-06 Michael Albinus <michael.albinus@gmx.de>
6431
29c72a6e
SM
6432 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6433 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6434
4583e796
GM
64352010-10-06 Glenn Morris <rgm@gnu.org>
6436
6aecca99
GM
6437 * font-core.el (font-lock-defaults-alist): Remove variable.
6438 (font-lock-mode): Doc fix.
6439 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6440 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6441 (font-lock-set-defaults): Doc fix.
6442 Do not consult font-lock-defaults-alist.
6443
645a6257
GM
6444 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6445
4583e796
GM
6446 * emacs-lisp/cl.el: No longer provide cl-19.
6447
bd8fadca
MA
64482010-10-05 Michael Albinus <michael.albinus@gmx.de>
6449
6450 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6451 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6452 New defuns, taken from tramp-smb.el.
6453 (tramp-coding-system-change-eol-conversion)
43f964fc 6454 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6455
43f964fc 6456 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6457 (tramp-compat-coding-system-change-eol-conversion)
6458 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6459 from tramp.el.
6460
6461 * net/tramp-gvfs.el:
6462 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6463 by `tramp-compat-set-process-query-on-exit-flag'.
6464
43f964fc
SM
6465 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6466 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6467 `tramp-handle-file-exists-p' and
6468 `tramp-handle-file-newer-than-file-p'.
6469 (tramp-imap-handle-file-exists-p)
6470 (tramp-imap-handle-file-executable-p)
6471 (tramp-imap-handle-file-readable-p)
6472 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6473 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6474
6475 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6476 by `tramp-compat-set-process-query-on-exit-flag' and
6477 `tramp-coding-system-change-eol-conversion' by
6478 `tramp-compat-coding-system-change-eol-conversion'.
6479
43f964fc
SM
6480 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6481 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6482 `tramp-handle-file-exists-p' and
6483 `tramp-handle-file-newer-than-file-p'.
6484 (tramp-smb-handle-directory-files-and-attributes)
6485 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6486 (tramp-smb-handle-file-newer-than-file-p): Remove.
6487 (tramp-smb-maybe-open-connection):
6488 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6489 `tramp-compat-set-process-query-on-exit-flag'.
6490
726c5357
GM
64912010-10-05 Glenn Morris <rgm@gnu.org>
6492
6493 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6494
4a93e698
MA
64952010-10-04 Michael Albinus <michael.albinus@gmx.de>
6496
6497 Continue reorganization of load dependencies. (Bug#7156)
6498
6499 * net/tramp.el (tramp-handle-file-local-copy-hook)
6500 (tramp-delete-temp-file-function): Move down.
6501 (tramp-exists-file-name-handler): Move up.
6502 (tramp-register-file-name-handlers): Simplify autoload.
6503 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6504 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6505 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6506 (tramp-handle-file-name-completion)
6507 (tramp-handle-file-name-directory)
6508 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6509 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6510 (tramp-handle-find-backup-file-name)
6511 (tramp-handle-insert-file-contents, tramp-handle-load)
6512 (tramp-handle-substitute-in-file-name)
6513 (tramp-handle-unhandled-file-name-directory)
6514 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6515 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6516
6517 * net/tramp-gvfs.el (top):
6518 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6519
6520 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6521 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6522
b4593555
GM
65232010-10-04 Glenn Morris <rgm@gnu.org>
6524
6525 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6526 (appt-activate): Give status messages.
6527
8762aa10
TZ
65282010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6529
6530 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6531 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6532 `gnutls-negotiate' (formerly `starttls-negotiate').
6533 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6534
82fb8701
DN
65352010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6536
6537 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6538 log-outgoing commands.
6539 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6540 to create a buffer local revert-buffer-function variable.
6541 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6542 revert-buffer-function lambda.
6543
c1ae068b
LMI
65442010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6545
6546 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6547 `gnutls-boot'. Make TYPE the only required parameter.
6548 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6549 (open-ssl-stream): Use it.
6550
67141a37
GM
65512010-10-03 Glenn Morris <rgm@gnu.org>
6552
77f38949
GM
6553 * subr.el (directory-sep-char): Remove obsolete variable.
6554 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6555 it is "necessary".
6556
67141a37
GM
6557 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6558 * vc/vc.el (vc-static-header-alist): Doc fix.
6559 * vc/vc-cvs.el (vc-cvs-header):
6560 * vc/vc-rcs.el (vc-rcs-header):
6561 * vc/vc-sccs.el (vc-sccs-header):
6562 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6563 * obsolete/vc-mcvs.el (vc-mcvs-header):
6564 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6565 on XEmacs.
6566
96bcef2e
CY
65672010-10-03 Chong Yidong <cyd@stupidchicken.com>
6568
43f964fc
SM
6569 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6570 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6571
ef47f179
GM
65722010-10-03 Glenn Morris <rgm@gnu.org>
6573
01c35094 6574 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6575
aee3c6f7
GM
6576 * textmodes/rst.el (rst-font-lock-keywords-function):
6577 Drop Emacs 20 code.
6578
f88cd114
GM
6579 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6580
6abfe35f
GM
6581 * printing.el: Drop Emacs 20 code.
6582
59e31cfa
GM
6583 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6584 without having used appt.el already).
6585
922ad43e
GM
6586 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6587 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6588 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6589 XEmacs.
6590 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6591 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6592
ef47f179
GM
6593 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6594 (charset-width, find-charset-region, chars-in-region, forward-point)
6595 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6596 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6597 Remove compatibility cruft (none of these are used by ps*.el).
6598
ac6ca7ba
KR
65992010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6600
6601 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6602
2a847524
CY
66032010-10-03 Chong Yidong <cyd@stupidchicken.com>
6604
43f964fc
SM
6605 * server.el (server-process-filter, server-return-error):
6606 Give emacsclient time to shut down after receiving an error string.
2a847524 6607
4bc3c53d
MA
66082010-10-02 Michael Albinus <michael.albinus@gmx.de>
6609
6610 * files.el (remote-file-name-inhibit-cache): New defcustom.
6611
43f964fc
SM
6612 * time.el (display-time-file-nonempty-p):
6613 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6614
43f964fc
SM
6615 * net/tramp.el (tramp-completion-reread-directory-timeout):
6616 Fix docstring.
4bc3c53d
MA
6617
6618 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6619 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6620 `remote-file-name-inhibit-cache'. Check also for an integer
6621 value. Add/increase counter when `tramp-verbose' >= 10.
6622 (tramp-set-file-property): Add/increase counter when
6623 `tramp-verbose' >= 10.
6624
6625 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6626 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6627 (tramp-bug): Set tramp-autoload cookie. Report all interned
6628 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6629 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6630 characters only in strings.
6631
6632 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6633 to backward compatibility.
6634
6635 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6636 (tramp-handle-file-name-all-completions)
43f964fc
SM
6637 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6638 (tramp-open-connection-setup-interactive-shell):
6639 Call `tramp-cleanup-connection' directly.
4bc3c53d 6640
9c524fcb
GM
66412010-10-02 Glenn Morris <rgm@gnu.org>
6642
3226d6ca
GM
6643 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6644
6645 * subr.el (char-bytes): Remove obsolete function.
6646
6647 * isearch.el (isearch-return-char): Remove obsolete function.
6648
6649 * mouse.el: No longer provide mldrag.
6650 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6651 Remove obsolete aliases.
6652
6653 * comint.el (comint-kill-output): Remove obsolete alias.
6654
6655 * composite.el (decompose-composite-char): Remove obsolete function.
6656 * ps-def.el (decompose-composite-char): Remove unused function.
6657
6658 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6659
6660 * outline.el (outline-visible): Remove obsolete function.
6661
6662 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6663 * faces.el (internal-find-face, internal-get-face)
6664 (frame-update-faces, frame-update-face-colors)
6665 (x-frob-font-weight, x-frob-font-slant)
6666 (internal-frob-font-weight, internal-frob-font-slant)
6667 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6668 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6669 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6670 since Emacs 21.1.
6671 * emulation/viper-util.el (viper-get-face):
6672 * obsolete/lucid.el (find-face, get-face): Use facep.
6673 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6674 Remove unused functions.
6675 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6676
9c524fcb
GM
6677 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6678 delete tempfile if interrupted during compilation.
6679
aecb42aa
LMI
66802010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6681
6682 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6683 gnutls-cli.
6684 (tls-program): Add --insecure to be consistent with the defaults from
6685 openssl s_client. Now all three commands are insecure.
6686
73077a9a
EZ
66872010-10-01 Eli Zaretskii <eliz@gnu.org>
6688
6689 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6690 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6691 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6692
1ef075bb
GM
66932010-10-01 Glenn Morris <rgm@gnu.org>
6694
1fcaf927
GM
6695 * obsolete/sc.el: Remove file.
6696
1ef075bb
GM
6697 * files.el (temporary-file-directory): On darwin, also try
6698 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6699
a16f5f64
JB
67002010-10-01 Juanma Barranquero <lekktu@gmail.com>
6701
6702 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6703 Let's not break compatibility gratuitously, shall we?
6704
6b958814
G
67052010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6706
47e08896 6707 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6708 (tls-find-starttls-argument): Use it.
6709 (open-tls-stream): Ditto.
6710
47e08896 6711 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6712 entry.
6713 (netrc-machine): Ditto.
6714
cad90f3b
EZ
67152010-09-30 Eli Zaretskii <eliz@gnu.org>
6716
6717 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6718
968ef9b4
JB
67192010-09-30 Juanma Barranquero <lekktu@gmail.com>
6720
6721 * server.el (server-start): Don't write pid to the authentication file.
6722 (server-create-tty-frame): Don't send pid.
6723 (server-process-filter): Send pid at the start of every connection.
6724
3536dea8
GM
67252010-09-30 Glenn Morris <rgm@gnu.org>
6726
8e378d88
GM
6727 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6728 (show-all-diary-entries): Remove obsolete function aliases.
6729
3536dea8
GM
6730 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6731 Remove options, obsolete since 22.1.
6a7662bb
BR
6732 (appt-display-format, appt-display-message):
6733 Remove backwards-compatibility code.
3536dea8
GM
6734 (appt-check): No longer check appt-issue-message.
6735 (appt-make-list): No longer autoload it. Doc fix. No longer
6736 activate the package.
6737
df7fcaff
LMI
67382010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6739
6740 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6741 (starttls-negotiate): Just call boot, and let the handshake be
6742 triggered from the read loop.
df7fcaff 6743
c2828614
GM
67442010-09-29 Glenn Morris <rgm@gnu.org>
6745
17a46341
GM
6746 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6747 not displaying the diary.
6748 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6749 * calendar/appt.el (appt-check): No longer need to kill diary.
6750
7161e329
GM
6751 * calendar/diary-lib.el (diary-list-entries): Move the
6752 "Preparing..." message entirely here.
6753 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6754 messages to diary-list-entries.
6755 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6756 diary-display-function.
6757
d0de6cba
GM
6758 * calendar/diary-lib.el (diary-include-other-diary-files):
6759 Trap some recursive includes.
6760
c2828614
GM
6761 * calendar/appt.el (appt-activate): Check diary file.
6762
0c43b6f8
KY
67632010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6764
6765 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6766 construction.
6767
6768 * calendar/time-date.el: No need to require cl for Emacs 21.
6769
97ce2730
GM
67702010-09-28 Glenn Morris <rgm@gnu.org>
6771
6772 * calendar/appt.el (appt-check): Minor simplification.
6773
e0a185ae
KY
67742010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6775
6776 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6777 citation prefix.
6778
c19f76a1
AS
67792010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6780
95b6d681
JB
6781 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6782 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6783
fd057fd2
KH
67842010-09-27 Kenichi Handa <handa@m17n.org>
6785
6786 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6787 "ustar" format.
6788
368b3544
KH
67892010-09-27 Kenichi Handa <handa@m17n.org>
6790
6791 * international/mule.el (define-coding-system): Docstring fixed.
6792
6793 * international/mule-diag.el (describe-character-set): Use princ
6794 with proper print-length and print-level instead of insert.
6795
95b6d681 67962010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6797
6798 * window.el (walk-windows): Doc fix (bug#7105).
6799
99368725
SM
68002010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6801
6802 * emacs-lisp/float-sup.el (e): Remove.
6803
8ed70bf3
LMI
68042010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6805
6806 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6807 variable.
6808 (starttls-negotiate): Use it.
6809
d2e9d0bb
LMI
68102010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6811
6812 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6813 back.
6814
15413fb4
SM
68152010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6818
1821a7b4
LMI
68192010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6820
6303aba1
LMI
6821 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6822
1821a7b4
LMI
6823 * net/netrc.el (netrc-store-data): New function.
6824
8af55556
TZ
68252010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6826
6827 * net/gnutls.el: GnuTLS glue code to set up a connection.
6828
42343747
JD
68292010-09-25 Julien Danjou <julien@danjou.info>
6830
6831 * notifications.el: Call dbus-register-signal only if it is bound.
6832
ec60da52
GM
68332010-09-25 Glenn Morris <rgm@gnu.org>
6834
6835 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6836 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6837 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6838 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6839 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6840 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6841 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6842 * eshell/esh-util.el, eshell/esh-var.el:
6843 Remove leading `*' from docs of faces and defcustoms.
6844
4c964351
UM
68452010-09-25 Ulrich Mueller <ulm@gentoo.org>
6846
6847 * eshell/em-ls.el (eshell-ls-archive-regexp):
6848 * eshell/esh-util.el (eshell-tar-regexp):
6849 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6850 * info.el (Info-suffix-list):
6851 * international/mule.el (auto-coding-alist):
6852 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6853 * progmodes/etags.el (tags-compression-info-list):
6854 Support xz compression.
6855
41f54b73
CY
68562010-09-25 Chong Yidong <cyd@stupidchicken.com>
6857
6858 * files.el (get-free-disk-space): Don't assume the "df" output
6859 columns line up (Bug#6995).
6860
40b1a3a9
JB
68612010-09-25 Juanma Barranquero <lekktu@gmail.com>
6862
6863 * finder.el (finder-unknown-keywords):
6864 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6865 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6866
ba3033ee
JB
68672010-09-25 Juanma Barranquero <lekktu@gmail.com>
6868
6869 * server.el (server-start): Revert part of 2010-08-08 change. Using
6870 address 127.0.0.1 for local host is now done in Fmake_network_process.
6871
5e339ee2
GM
68722010-09-24 Glenn Morris <rgm@gnu.org>
6873
6874 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6875 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6876 * textmodes/css-mode.el, textmodes/dns-mode.el:
6877 Move autoloaded auto-mode-alist entries to files.el.
6878 * files.el (auto-mode-alist): Move entries here.
6879
af3ccb5c
GM
68802010-09-23 Glenn Morris <rgm@gnu.org>
6881
6882 * isearch.el (isearch-lazy-highlight-cleanup)
6883 (isearch-lazy-highlight-initial-delay)
6884 (isearch-lazy-highlight-interval)
6885 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6886 * net/net-utils.el (ipconfig-program-options):
6887 Move aliases to options before the associated definitions.
6888
266a86bd 68892010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6890
6891 * newcomment.el (comment-normalize-vars): Better test validity of
6892 comment-end-skip.
6893
27ffea71 68942010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6895
6896 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6897 (float-e): New name for `e'.
6898 (degrees-to-radians, radians-to-degrees):
6899 * calendar/solar.el (solar-longitude):
6900 * calculator.el (calculator-registers, calculator-funcall):
6901 * textmodes/artist.el (artist-spray-random-points):
6902 * play/bubbles.el (bubbles--initialize-images): Use new names.
6903
27ffea71 69042010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6905
6906 Update to CEDET 1.0's version of EIEIO.
6907
9e0d4f9e
SM
6908 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6909 New function.
a2930e43
EL
6910 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6911 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6912 (class-precedence-list): If class is nil, return nil.
6913 (eieio-generic-call): If class of first input arg is nil, don't
6914 look up static methods, and do check for primary methods.
6915 (initialize-instance): See if the default needs to be evaluated
6916 during the constructor.
6917 (eieio-perform-slot-validation-for-default): Don't do the check
6918 for values that will eventually be evaluated.
6919 (eieio-eval-default-p): New function.
6920 (eieio-default-eval-maybe): Use it.
6921
27ffea71 69222010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6923
6924 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6925 method-invocation-order.
6926 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6927 (eieio-class-precedence-dfs): Compute class precedence list using
6928 dfs algorithm.
6929 (eieio-class-precedence-bfs): Compute class precedence list using
6930 bfs algorithm.
9e0d4f9e 6931 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6932 c3 algorithm.
6933 (class-precedence-list): New function.
6934 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6935 (inconsistent-class-hierarchy): New error symbol.
6936 (call-next-method): Stow the replacement argument list for future
6937 call-next-method invocations.
6938
266a86bd 69392010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6940
ea7f9ebf
GM
6941 * calendar/appt.el (appt-check): If not displaying the diary,
6942 use (diary 1) to only get the entries we need.
6943 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6944 that it is in day order. (Bug#7019)
6945
1bf6d075
GM
6946 * calendar/appt.el (appt-check): Rather than showing the diary,
6947 just turn off invisible display, and only if needed.
6948
87e798a7
GM
6949 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6950
1fc7dabf
GM
69512010-09-23 Glenn Morris <rgm@gnu.org>
6952
7a16788b
GM
6953 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6954 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6955 Start warnings with lower-case, like the majority.
7a16788b 6956
19543b17
GM
6957 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6958
54238e6d
GM
6959 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6960
ce009d0b
GM
6961 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6962 * files.el (auto-mode-alist): Move ld-script entries here, further down
6963 the list.
6964
7b344dfe
GM
6965 * vc/add-log.el: Don't require timezone when compiling.
6966 (timezone-make-date-sortable): Autoload it.
6967 (change-log-sortable-date-at): Don't require timezone.
6968 Use `ignore-errors'.
6969
d9703498
GM
6970 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6971 Move alias before definition, so it does not need autoloading.
6972
1fc7dabf
GM
6973 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6974 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6975 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6976 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6977 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6978 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6979 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6980 * textmodes/tex-mode.el, textmodes/two-column.el:
6981 Remove leading `*' from docs of defcustoms etc.
6982
7676efad
TZ
69832010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6984
6985 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6986
b069e5a6
G
69872010-09-22 Dan Christensen <jdc@uwo.ca>
6988
6989 * calendar/time-date.el (date-to-time): Try using parse-time-string
6990 first before using the slower timezone-make-date-arpa-standard.
6991
1bf68d53
KY
69922010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6993
6994 * calendar/time-date.el (format-seconds): Comment fix.
6995
cd205c76
GM
69962010-09-22 Glenn Morris <rgm@gnu.org>
6997
6998 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6999 is not automatically buffer-local.
7000
4ddea91b
SM
70012010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7004 (smie-indent-comment): Be more careful with comment-start-skip.
7005 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7006 (smie-indent-functions): Use them.
7007
b0f037ed
MA
70082010-09-21 Michael Albinus <michael.albinus@gmx.de>
7009
7010 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7011
8cf1771a
JD
70122010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7013
36a1b6db
JD
7014 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7015 tool-bar-position. Don't modify frame parameters here.
180fb94a 7016 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 7017
8cf1771a
JD
7018 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7019
0097720d
SM
70202010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7021
5d8e0d5d
SM
7022 * textmodes/reftex-parse.el (reftex-what-macro)
7023 (reftex-context-substring): Let-bind forward-sexp-function to nil
7024 since we don't need/want to treat \begin...\end as a block (bug#7053).
7025
984edd22
SM
7026 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7027
7028 * simple.el (blink-matching-open): Use syntax-class.
7029
3672149f
SM
7030 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7031 Set invisibility spec for pascal's outline mode.
7032 (pascal-outline-change): Clean up calling convention.
7033 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7034
549d0e1e
SM
7035 * progmodes/prolog.el (prolog-smie-forward-token)
7036 (prolog-smie-backward-token): New functions.
7037 (prolog-mode-variables): Use them to parse "!," correctly.
7038 Set up smie-blink-matching for ".".
7039
a9cb95dd
SM
7040 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7041 and `end'.
7042 (ispell-region, ispell-process-line): Update users.
7043
de558d10
SM
7044 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7045 point-min==1.
7046
94eb3112
SM
7047 * textmodes/ispell.el: Fix commenting convention.
7048 (ispell-parse-output): Simplify, use push.
7049 (ispell-region): Use match-string-no-properties.
7050 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7051 (ispell-minor-mode): Use define-minor-mode.
7052 (ispell-message): Remove unused var `skip-regexp'.
7053 (ispell-add-per-file-word-list): Use dynamic let-binding.
7054 Try and use the proper comment marker.
7055
1f7f45a5
SM
7056 * mail/sendmail.el: Fix commenting convention.
7057 (sendmail-send-it): Use line-beginning-position.
7058
0097720d
SM
7059 * help-fns.el (describe-variable): Add original value, if applicable.
7060
596880ea
JB
70612010-09-20 Juanma Barranquero <lekktu@gmail.com>
7062
f0713411
JB
7063 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7064
596880ea
JB
7065 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7066
37c0347e
SM
70672010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7068
2bc01104
SM
7069 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7070 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7071 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7072 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7073 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7074 something like "." can also be a closer.
7075 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7076 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7077 Rename internal functions to use "--". Update callers.
7078
e2c3f530
SM
7079 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7080
37c0347e
SM
7081 * fringe.el (fringe-styles): New var.
7082 (fringe-mode, fringe-query-style): Use it.
7083
74790210
MM
70842010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7085
7086 * progmodes/sql.el: Version 2.8
93acd23d 7087 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
7088 (sql-product-alist): Add :list-all and :list-table features for
7089 SQLite, Postgres and MySQL products.
7090 (sql-redirect): Handle default value.
7091 (sql-execute, sql-execute-feature): New functions.
7092 (sql-read-table-name): New function.
93acd23d 7093 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
7094 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7095 for above functions.
7096 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7097 for above functions.
7098 (sql-postgres-login-params): Add user and database defaults.
7099 (sql-buffer-live-p): Bug fix.
93acd23d 7100 (sql-product-history): New variable.
35f52ed6 7101 (sql-read-product): New function. Use it.
74790210
MM
7102 (sql-set-product, sql-product-interactive): Use it.
7103 (sql-connection-history): New variable.
93acd23d 7104 (sql-read-connection): New function. Use it.
74790210
MM
7105 (sql-connect): New function.
7106 (sql-for-each-login): Redesign function interface.
7107 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
7108 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7109 (sql-comint): Check for program. Existing live buffer.
74790210
MM
7110 (sql-comint-postgres): Add port parameter.
7111
cec01cd2
SM
71122010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * emacs-lisp/warnings.el: Fix commenting convention.
7115 (display-warning): Use special mode and make the buffer read-only.
7116
c2a845b5
JB
71172010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7118
7119 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7120 empty string when it follows a repeated or optional pattern.
7121
f5632fb6
SM
71222010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7125 (indent-region): Use indent-according-to-mode.
7126
71b961e8
EZ
71272010-09-18 Eli Zaretskii <eliz@gnu.org>
7128
7129 * fringe.el (fringe-mode): Doc fix.
7130
dbbd7ad4
KRC
71312010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7132
7133 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7134 refreshing the preview buffer.
7135
b879a6e2
SM
71362010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7139 (latex-syntax-propertize-rules): New consts; replace
7140 tex-font-lock-syntactic-keywords.
7141 (tex-env-mark, latex-env-before-change): New functions.
7142 (latex-electric-env-pair-mode): New minor mode.
7143 (tex-font-lock-verb): Change arguments; do move point.
7144 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7145 representation as a form of comment.
7146 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7147 (doctex-syntax-propertize-rules): New const; replaces
7148 doctex-font-lock-syntactic-keywords.
7149 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7150
7151 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7152 (fortran-make-syntax-propertize-function): New function; replaces
7153 fortran-font-lock-syntactic-keywords.
7154 (fortran-mode): Use it.
7155 (fortran-line-length): Use it. Improve interactive spec.
7156
7157 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7158 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7159 when adding surrounding \(..\).
7160
7161 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7162
4be520fb
SM
71632010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7164
269c197e
SM
7165 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7166 Use with-current-buffer.
7167
4be520fb
SM
7168 * isearch.el (isearch-face): Rename from `isearch'.
7169 (isearch-highlight): Use new name.
7170
a67597d6
EZ
71712010-09-17 Eli Zaretskii <eliz@gnu.org>
7172
7173 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7174 5, for `half' width fringes. (Bug#6933)
7175
31c381e8
SM
71762010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7177
3fe6ef4e
SM
7178 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7179 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7180
31c381e8
SM
7181 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7182
fb0cf781
J
71832010-09-17 Stephen Berman <stephen.berman@gmx.net>
7184
7185 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7186 in calculating new frame position. Add more space between new and
7187 parent on the left (Bug#7048).
7188
1a9dc3b5
MA
71892010-09-17 Michael Albinus <michael.albinus@gmx.de>
7190
7191 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7192 defmacro.
7193
dff0fdc3
CY
71942010-09-16 Chong Yidong <cyd@stupidchicken.com>
7195
31c381e8 7196 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 7197
117c96c7
CY
7198 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7199 obsolete alias for x-selection-value.
7200
dff0fdc3
CY
7201 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7202
c6f2191f
MA
72032010-09-16 Michael Albinus <michael.albinus@gmx.de>
7204
7205 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7206 cookie.
7207
6139f995
MA
72082010-09-15 Michael Albinus <michael.albinus@gmx.de>
7209
7210 * net/tramp-compat.el (tramp-compat-with-temp-message)
7211 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7212 (tramp-compat-process-put): New defuns.
7213
7214 * net/tramp.el (top):
7215 * net/tramp-gvfs.el (top):
7216 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7217
31c381e8
SM
7218 * net/tramp.el (tramp-progress-reporter-update):
7219 Use `tramp-compat-funcall'.
6139f995
MA
7220
7221 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
7222 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7223 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
7224 (tramp-get-remote-stat, tramp-get-remote-readlink):
7225 Use `tramp-compat-with-temp-message'.
6139f995
MA
7226
7227 * net/tramp-sh.el (top): Require 'cl.
7228 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
7229 (tramp-open-connection-setup-interactive-shell):
7230 Use `tramp-compat-process-put'.
6139f995 7231
22c3ce97
AM
72322010-09-15 Alan Mackenzie <acm@muc.de>
7233
7234 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7235 indentation.
a4ee83cc 7236 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 7237
4f1e9960
SM
72382010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7239
7240 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7241 `lexical' for warnings related to lexical scoping.
7242 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7243 global vars which don't have a prefix and could hence affect lexical
7244 scoping in unrelated files.
7245
01e80360
LMI
72462010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7247
7248 * net/imap.el: Revert back to version
7249 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7250 seem problematic.
7251
5e2a84e3
JB
72522010-09-14 Juanma Barranquero <lekktu@gmail.com>
7253
7254 * obsolete/old-whitespace.el (whitespace-unload-function):
7255 Explicitly pass `obarray' to `unintern' to avoid a warning.
7256
f3a30a50
SM
72572010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7260 Add `when' argument. Update callers.
7261
7262 * subr.el (unintern): Declare the obarray arg mandatory.
7263
92b99a01
GM
72642010-09-14 Glenn Morris <rgm@gnu.org>
7265
67ae9766
GM
7266 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7267 Doc fixes.
7268
92b99a01
GM
7269 * calendar/diary-lib.el (diary-included-files): New variable.
7270 (diary-list-entries): Maybe initialize diary-included-files.
7271 (diary-include-other-diary-files): Append to diary-included-files.
7272 * calendar/appt.el (appt-update-list): Also check the members of
7273 diary-included-files. (Bug#6999)
08151ec5 7274 (appt-check): Doc fix.
92b99a01 7275
6664fc59 72762010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7277
7278 * simple.el (line-move-visual): Do not truncate goal column to
7279 integer size. (Bug#7020)
7280
6664fc59 72812010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7282
7283 * repeat.el (repeat): Allow repeating when the last event is a click.
7284 Suggested by Drew Adams (bug#6256).
7285
6664fc59 72862010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7287
01c35094 7288 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7289 Replace setting HGRCPATH to "" by some less invasive --config options.
7290
6664fc59 72912010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7292
7293 * font-lock.el (font-lock-beginning-of-syntax-function):
7294 Mark as obsolete.
7295
6664fc59 72962010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7297
7298 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7299 and tool-bar modes. (Bug#6211)
7300 (menu-bar-mode): Move setting of standard-value after the
7301 minor-mode definition, otherwise it seems to have no effect.
7302
6664fc59 73032010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7304
7305 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7306 Fix typo. (Bug#6976)
7307
6664fc59 73082010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7309
7310 * whitespace.el: Allow cleaning up blanks without blank
7311 visualization (Bug#6651). Adjust help window for
7312 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7313 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7314 (whitespace-style): Add new value 'face. Adjust docstring.
7315 (whitespace-space, whitespace-hspace, whitespace-tab):
7316 Adjust foreground property face.
9c405a86
CY
7317 (whitespace-line-column): Adjust docstring and type declaration.
7318 (whitespace-style-value-list, whitespace-toggle-option-alist)
7319 (whitespace-help-text): Adjust const initialization.
7320 (whitespace-toggle-options, global-whitespace-toggle-options):
7321 Adjust docstring.
7322 (whitespace-display-window, whitespace-interactive-char)
7323 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7324 (whitespace-help-scroll): New fun.
7325
ba96ddf5
KY
73262010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7327
7328 * calendar/time-date.el (format-seconds): Comment fix.
7329
a386ac70
MM
73302010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7331
7332 * progmodes/sql.el: Version 2.7.
7333 (sql-buffer-live-p): Improve detection.
7334 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7335 (sql-set-sqli-buffer): Use it.
7336 (sql-product-interactive): Run `sql-set-sqli-hook'.
7337 (sql-rename-buffer): Code cleanup.
7338 (sql-redirect, sql-redirect-value): New functions. More to come.
7339
5d921df2
JB
73402010-09-13 Juanma Barranquero <lekktu@gmail.com>
7341
7342 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.
7343 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7344 (TRAMP_SRC): New macro.
7345 ($(lisp)/net/tramp-loaddefs.el): New target.
7346
03c1ad43
MA
73472010-09-13 Michael Albinus <michael.albinus@gmx.de>
7348
7349 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7350
7351 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7352
7353 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7354 'tramp-compat, everything else is required there.
7355 Use `ignore-errors' where appropriate.
03c1ad43
MA
7356 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7357 (tramp-terminal-type, tramp-end-of-output)
7358 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7359 (tramp-completion-function-alist-ssh)
7360 (tramp-completion-function-alist-telnet)
7361 (tramp-completion-function-alist-su)
7362 (tramp-completion-function-alist-putty, tramp-remote-path)
7363 (tramp-remote-process-environment, tramp-sh-extra-args)
7364 (tramp-actions-before-shell, tramp-uudecode)
7365 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7366 (tramp-perl-file-attributes)
7367 (tramp-perl-directory-files-and-attributes)
7368 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7369 (tramp-perl-encode, tramp-perl-decode)
7370 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7371 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7372 (tramp-handle-make-symbolic-link, tramp-handle-load)
7373 (tramp-handle-file-name-as-directory)
7374 (tramp-handle-file-name-directory)
7375 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7376 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7377 (tramp-do-file-attributes-with-ls)
7378 (tramp-do-file-attributes-with-perl)
7379 (tramp-do-file-attributes-with-stat)
7380 (tramp-handle-set-visited-file-modtime)
7381 (tramp-handle-verify-visited-file-modtime)
7382 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7383 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7384 (tramp-handle-file-selinux-context)
7385 (tramp-handle-set-file-selinux-context)
7386 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7387 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7388 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7389 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7390 (tramp-handle-file-ownership-preserved-p)
7391 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7392 (tramp-handle-directory-files-and-attributes)
7393 (tramp-do-directory-files-and-attributes-with-perl)
7394 (tramp-do-directory-files-and-attributes-with-stat)
7395 (tramp-handle-file-name-all-completions)
7396 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7397 (tramp-handle-copy-file, tramp-handle-copy-directory)
7398 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7399 (tramp-do-copy-or-rename-file-via-buffer)
7400 (tramp-do-copy-or-rename-file-directly)
7401 (tramp-do-copy-or-rename-file-out-of-band)
7402 (tramp-handle-make-directory, tramp-handle-delete-directory)
7403 (tramp-handle-delete-file)
7404 (tramp-handle-dired-recursive-delete-directory)
7405 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7406 (tramp-handle-insert-directory)
7407 (tramp-handle-unhandled-file-name-directory)
7408 (tramp-handle-expand-file-name)
7409 (tramp-handle-substitute-in-file-name)
7410 (tramp-handle-executable-find, tramp-process-sentinel)
7411 (tramp-handle-start-file-process, tramp-handle-process-file)
7412 (tramp-handle-call-process-region, tramp-handle-shell-command)
7413 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7414 (tramp-handle-insert-file-contents)
7415 (tramp-handle-insert-file-contents-literally)
7416 (tramp-handle-find-backup-file-name)
7417 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7418 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7419 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7420 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7421 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7422 (tramp-find-file-exists-command, tramp-open-shell)
7423 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7424 (tramp-open-connection-setup-interactive-shell)
7425 (tramp-local-coding-commands, tramp-remote-coding-commands)
7426 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7427 (tramp-inline-compress-commands, tramp-find-inline-compress)
7428 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7429 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7430 (tramp-send-command-and-check, tramp-barf-unless-okay)
7431 (tramp-send-command-and-read, tramp-mode-string-to-int)
7432 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7433 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7434 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7435 (tramp-method-out-of-band-p, tramp-local-host-p)
7436 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7437 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7438 (tramp-get-test-command, tramp-get-test-nt-command)
7439 (tramp-get-file-exists-command, tramp-get-remote-ln)
7440 (tramp-get-remote-perl, tramp-get-remote-stat)
7441 (tramp-get-remote-readlink, tramp-get-remote-trash)
7442 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7443 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7444 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7445 tramp-sh.el.
7446 (tramp-methods, tramp-default-method-alist)
7447 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7448 Move initialization to tramp-sh.el.
7449 (tramp-temp-name-prefix): Make it a defconst.
7450 (tramp-dissect-file-name): Don't check anymore for multi-hop
7451 methods.
7452 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7453 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7454 (tramp-get-debug-buffer): Use it.
7455
7456 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7457 initialization forms.
7458 (tramp-set-connection-property): Don't protect `tramp-message'
7459 call, it isn't necessary any longer.
7460 (tramp-dump-connection-properties): Use `ignore-errors'.
7461
7462 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7463 'password-cache and 'auth-source.
7464
7465 * net/tramp-gvfs.el (top):
7466 * net/tramp-smb.el (top): Require 'tramp-sh.
7467
7468 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7469
7470 * net/tramp-sh.el: New file, derived from tramp.el.
7471 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7472 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7473 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7474 Use `ignore-errors' where appropriate.
7475 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7476 `tramp-file-name-handler-alist'.
7477 (tramp-send-command-and-check): Return t or nil. Remove all
7478 `zerop' checks, where called.
7479 (tramp-handle-set-file-modes)
7480 (tramp-do-copy-or-rename-file-directly)
7481 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7482 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7483 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7484 (tramp-get-remote-ln): Set tramp-autoload cookie.
7485
7486 * net/tramp-fish.el: Remove file.
7487
c5fe4acb
DU
74882010-09-13 Daiki Ueno <ueno@unixuser.org>
7489
7490 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7491 buffer-file-name to avoid file-locking. (Bug#7026)
7492
7ea2d383
MA
74932010-09-13 Julien Danjou <julien@danjou.info>
7494
7495 * notifications.el (notifications-notify): Add support for
7496 image-path and sound-name.
7497 (notifications-specification-version): Add this variable.
7498
5616cc54
SM
74992010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7500
31c381e8 7501 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7502
94c7243b
LL
75032010-09-12 Leo <sdl.web@gmail.com>
7504
7505 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7506 (rcirc-completion-start): New variables.
7507 (rcirc-nick-completions): Rename to rcirc-completions.
7508 (rcirc-nick-completion-start-offset): Delete.
7509 (rcirc-completion-at-point): New function for constructing
7510 completion data for both nicks and irc commands. Add to
7511 completion-at-point-functions in rcirc mode.
7512 (rcirc-complete): Rename from rcirc-nick-complete; use
7513 rcirc-completion-at-point.
7514 (defun-rcirc-command): Update rcirc-client-commands.
7515
0f34ae28
GM
75162010-09-11 Glenn Morris <rgm@gnu.org>
7517
7518 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7519 atomically, to avoid parallel build errors. (Bug#4196)
7520
9250002f
MM
75212010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7522
7523 * progmodes/sql.el: Version 2.6
7524 (sql-dialect): Synonym for "sql-product".
7525 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7526 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7527 Set "sql-buffer" to buffer name not buffer object so multiple sql
7528 interactive buffers work properly. Reverts misguided changes in
7529 earlier work.
7530 (sql-comint): Make sure different buffer name is used if "*SQL*"
7531 buffer is for a different product.
7532 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7533 login param.
7534 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7535 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7536 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7537 Accept new buffer name or prompt for one.
7538 (sql-port): Default to zero.
7539 (sql-comint-mysql): Handle "sql-port" as a numeric.
7540 (sql-port-history): Delete unused variable.
7541 (sql-get-login): Default "sql-port" to a number.
31c381e8 7542 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7543 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7544 "sqlite3" executables.
31c381e8 7545 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7546 (sql-buffer-live-p): New function.
7547 (sql-mode-menu, sql-send-string): Use it.
7548 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7549 syntax pattern.
7550 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7551 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7552
a9ec34f4
LMI
75532010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7554
31c381e8 7555 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7556
cf38dd42
SM
75572010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7560 to replace texinfo-font-lock-syntactic-keywords.
7561 (texinfo-mode): Use it.
7562
7563 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7564 Use syntax-propertize-function.
7565
7566 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7567 replace sgml-font-lock-syntactic-keywords.
7568 (sgml-mode): Use it.
7569
7570 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7571 since we don't use it.
7572
7573 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7574
7575 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7576 if available.
7577 (vhdl-fontify-buffer): Adjust.
7578
7579 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7580 replace tcl-font-lock-syntactic-keywords.
7581 (tcl-mode): Use it.
7582
7583 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7584 replace simula-font-lock-syntactic-keywords.
7585 (simula-mode): Use it.
7586
7587 * progmodes/sh-script.el (sh-st-symbol): Remove.
7588 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7589 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7590 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7591 (sh-font-lock-paren): Set syntax-multiline.
7592 (sh-font-lock-syntactic-keywords): Remove.
7593 (sh-syntax-propertize-function): New function to replace it.
7594 (sh-mode): Use it.
7595
7596 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7597 Define while compiling.
7598 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7599 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7600 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7601 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7602 (ruby-here-doc-end-syntax): Only define when
7603 syntax-propertize is not available.
7604 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7605 New functions.
7606 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7607 (electric-indent-chars): Silence bytecompiler.
7608 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7609 electric-indent-chars.
7610
7611 * progmodes/python.el (python-syntax-propertize-function): New var to
7612 replace python-font-lock-syntactic-keywords.
7613 (python-mode): Use it.
7614 (python-quote-syntax): Simplify and adjust to new use.
7615
7616 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7617 replace perl-font-lock-syntactic-keywords.
7618 (perl-syntax-propertize-special-constructs): New fun to replace
7619 perl-font-lock-special-syntactic-constructs.
7620 (perl-font-lock-syntactic-face-function): New fun.
7621 (perl-mode): Use it.
7622
7623 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7624 to replace octave-font-lock-close-quotes.
7625 (octave-syntax-propertize-function): New function to replace
7626 octave-font-lock-syntactic-keywords.
7627 (octave-mode): Use it.
7628
7629 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7630 replaces mixal-font-lock-syntactic-keywords.
7631 (mixal-mode): Use it.
7632
7633 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7634 New var; replaces makefile-font-lock-syntactic-keywords.
7635 (makefile-mode): Use it.
7636 (makefile-imake-mode): Adjust.
7637
7638 * progmodes/js.el (js--regexp-literal): Define while compiling.
7639 (js-syntax-propertize-function): New var; replaces
7640 js-font-lock-syntactic-keywords.
7641 (js-mode): Use it.
7642
7643 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7644 replaces gdb-script-font-lock-syntactic-keywords.
7645 (gdb-script-mode): Use it.
7646
7647 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7648 (fortran--font-lock-syntactic-keywords): New var.
7649 (fortran-line-length): Update syntax-propertize-function and
7650 fortran--font-lock-syntactic-keywords.
7651
7652 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7653
7654 * progmodes/cfengine.el (cfengine-mode):
7655 Use syntax-propertize-function.
7656 (cfengine-font-lock-syntactic-keywords): Remove.
7657
7658 * progmodes/autoconf.el (autoconf-mode):
7659 Use syntax-propertize-function.
7660 (autoconf-font-lock-syntactic-keywords): Remove.
7661
7662 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7663 (ada-after-change-function, ada-initialize-syntax-table-properties)
7664 (ada-handle-syntax-table-properties): Only define when
7665 syntax-propertize is not available.
7666 (ada-mode): Use syntax-propertize-function.
7667
7668 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7669 (font-lock-fontify-syntactic-keywords-region): Move handling of
7670 font-lock-syntactically-fontified to...
7671 (font-lock-default-fontify-region): ...here.
7672 Let syntax-propertize-function take precedence.
7673 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7674
7675 * emacs-lisp/syntax.el (syntax-propertize-function)
7676 (syntax-propertize-chunk-size, syntax-propertize--done)
7677 (syntax-propertize-extend-region-functions): New vars.
7678 (syntax-propertize-wholelines, syntax-propertize-multiline)
7679 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7680 (syntax-propertize): New functions.
7681 (syntax-propertize-rules): New macro.
7682 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7683 (syntax-ppss): Call syntax-propertize.
7684
7685 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7686
36f7d366
AM
76872010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7688
7689 * textmodes/ispell.el (ispell-init-process): Improve comments.
7690 XEmacs compatibility changes regarding (add-hook) 'local option
7691 and (set-process-query-on-exit-flag).
7692
8fca3921
MA
76932010-09-09 Michael Albinus <michael.albinus@gmx.de>
7694
cf38dd42
SM
7695 * net/tramp-cache.el (tramp-parse-connection-properties):
7696 Set tramp-autoload cookie.
8fca3921 7697
399653d6
GM
76982010-09-09 Glenn Morris <rgm@gnu.org>
7699
7700 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7701 (imagemagick-register-types): Doc fix.
7702
c34a9669
SM
77032010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7704
b073dc4b
SM
7705 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7706
7707 * progmodes/js.el (require): Require is already "eval-and-compile".
7708 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7709 (js--re-search-backward): Use js--re-search-forward.
7710
7711 * progmodes/fortran.el (fortran-line-length): Don't recompute
7712 syntactic keywords redundantly a second time.
7713
7714 * progmodes/ada-mode.el: Replace "(set '" with setq.
7715 (ada-mode): Simplify.
7716 (ada-create-case-exception, ada-adjust-case-interactive)
7717 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7718 (ada-search-ignore-string-comment, ada-move-to-start)
7719 (ada-move-to-end): Use with-syntax-table.
7720
7721 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7722 (font-lock-unfontify-region, font-lock-default-fontify-region):
7723 Update usage correspondingly.
7724 (font-lock-fontify-syntactic-keywords-region):
7725 Set parse-sexp-lookup-properties buffer-locally here.
7726 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7727
c34a9669
SM
7728 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7729
13639aab
GM
77302010-09-08 Glenn Morris <rgm@gnu.org>
7731
5a972c36
GM
7732 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7733 Error if not compiled with -DBYTE_CODE_METER.
7734
13639aab
GM
7735 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7736 Ignore dir-locals-file.
7737
331b2b90
SM
77382010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7741 Not a const.
7742 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7743 for the `gnu' messages.
7744 (compilation-set-skip-threshold): New command.
7745 (compilation-start): Use \' rather than $.
7746 (compilation-forget-errors): Use clrhash.
7747
73b4d51a
AM
77482010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7749
7750 * textmodes/ispell.el (ispell-valid-dictionary-list):
7751 Simplify logic.
7752
0f34aa77
MA
77532010-09-08 Michael Albinus <michael.albinus@gmx.de>
7754
7755 Migrate to Tramp 2.2. Rearrange load dependencies.
7756 (Bug#1529, Bug#5448, Bug#5705)
7757
7758 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7759 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7760 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7761
7762 * net/tramp.el (top): Remove all other tramp-* loads except
7763 tramp-compat.el. Remove all changes to tramp-unload-hook for
7764 other tramp-* packages. Rearrange defun order. Change calls of
7765 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7766 `tramp-compat-octal-to-decimal' to new function names.
7767 (tramp-terminal-type, tramp-initial-end-of-output)
7768 (tramp-methods, tramp-foreign-file-name-handler-alist)
7769 (tramp-tramp-file-p, tramp-completion-mode-p)
7770 (tramp-send-command-and-check, tramp-get-remote-path)
7771 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7772 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7773 (with-file-property, with-connection-property): Move to
7774 tramp-cache.el.
7775 (tramp-local-call-process, tramp-decimal-to-octal)
7776 (tramp-octal-to-decimal): Move to tramp-compat.el.
7777 (tramp-handle-shell-command): Do not require 'shell.
7778 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7779 symbols.
7780 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7781
7782 * net/tramp-cache.el (top): Require 'tramp. Add to
7783 `tramp-unload-hook'.
7784 (tramp-cache-data, tramp-get-file-property)
7785 (tramp-set-file-property, tramp-flush-file-property)
7786 (tramp-flush-directory-property, tramp-get-connection-property)
7787 (tramp-set-connection-property, tramp-flush-connection-property)
7788 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7789 cookie.
7790 (with-file-property, with-connection-property): New defuns, moved
7791 from tramp.el.
7792 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7793 macro.
7794
7795 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7796 (tramp-version): Set tramp-autoload cookie.
7797
7798 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7799 changes to tramp-unload-hook for other tramp-* packages. Add to
7800 `tramp-unload-hook'.
7801 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7802 (tramp-compat-call-process): New defuns, moved from tramp.el.
7803
7804 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7805 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7806 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7807 `tramp-compat-decimal-to-octal' to new function name.
7808 (tramp-fish-method): Make it a defconst.
7809 (tramp-fish-file-name-p): Make it a defsubst.
7810 (tramp-fish-method, tramp-fish-file-name-handler)
7811 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7812
7813 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7814 `tramp-foreign-file-name-handler-alist'. Add to
7815 `tramp-unload-hook'.
7816 (tramp-ftp-method): Make it a defconst.
7817 (tramp-ftp-file-name-p): Make it a defsubst.
7818 (tramp-ftp-method, tramp-ftp-file-name-handler)
7819 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7820
7821 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7822 `tramp-foreign-file-name-handler-alist'. Add to
7823 `tramp-unload-hook'. Change checks, whether package can be
7824 loaded.
7825 (tramp-gvfs-file-name-p): Make it a defsubst.
7826 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7827 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7828 (tramp-gvfs-handle-file-directory-p): New defun.
7829 (tramp-gvfs-file-name-handler-alist): Use it.
7830
7831 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7832 `tramp-foreign-file-name-handler-alist'. Add to
7833 `tramp-unload-hook'.
7834 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7835 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7836 defconst.
7837 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7838 (tramp-gw-open-connection): Set tramp-autoload cookie.
7839
7840 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7841 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7842 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7843 loaded.
7844 (tramp-imap-file-name-p): Make it a defsubst.
7845 (tramp-imap-method, tramp-imaps-method)
7846 (tramp-imap-file-name-handler)
7847 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7848
7849 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7850 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7851 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7852 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7853 function name.
7854 (tramp-smb-tunnel-method): Make it a defconst.
7855 (tramp-smb-file-name-p): Make it a defsubst.
7856 (tramp-smb-method, tramp-smb-file-name-handler)
7857 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7858
7859 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7860 (tramp-uuencode-region): Set tramp-autoload cookie.
7861
7862 * net/trampver.el (top) Add to `tramp-unload-hook'.
7863 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7864 cookie. Update release number.
7865
308e764f
AM
78662010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7867
7868 * textmodes/ispell.el (ispell-start-process): Make sure original
7869 arg list is properly initialized (Bug#6993, Bug#6994).
7870
10999305 78712010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7872
7873 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7874
7875 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7876 chars like - or ] (bug#6984).
7877 (rx-any-condense-range): Explode 2-char ranges.
7878
10999305
CY
78792010-09-06 Glenn Morris <rgm@gnu.org>
7880
7881 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7882
78832010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7884
7885 * textmodes/bibtex.el:
7886 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7887
f292afe5
LMI
78882010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7889
331b2b90 7890 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7891 since no callers use it.
7892 (imap-message-get): Ditto.
7893 (imap-message-put): Ditto.
7894 (imap-mailbox-map): Ditto.
7895 (imap-mailbox-put): Ditto.
7896 (imap-mailbox-get): Ditto.
a131b9b8 7897 (imap-mailbox-get): Revert last change for this function.
f292afe5 7898
dfe1285d
LMI
78992010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7900
331b2b90 7901 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7902 callers to use `imap-fetch' instead. According to the comments, this
7903 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7904 (imap-enable-exchange-bug-workaround): Remove.
7905 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7906
3ff31c90
LMI
79072010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7908
7909 * net/imap.el (imap-log): New convenience function used throughout
7910 instead of repeating the same code all over the place.
7911
dfe1285d 79122010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7913
7914 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7915 when mouse-drag-copy-region is non-nil (Bug#6956).
7916
93a596e1
CY
79172010-09-05 Chong Yidong <cyd@stupidchicken.com>
7918
8d76af4a
CY
7919 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7920 Improve regexps (Bug#6987).
7921 (dired-sort-toggle): Search more robustly for -t flag.
7922
93a596e1
CY
7923 * files.el (get-free-disk-space): Search more robustly for
7924 "available" column. Suggested by Ehud Karni
7925 <ehud@unix.mvs.co.il>.
7926
733946e7
JB
79272010-09-05 Juanma Barranquero <lekktu@gmail.com>
7928
7929 * international/uni-bidi.el:
7930 * international/uni-category.el:
7931 * international/uni-combining.el:
7932 * international/uni-decimal.el:
7933 * international/uni-mirrored.el:
7934 * international/uni-name.el: Regenerate.
7935
2e664aab
SM
79362010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7937
6aeafb34
SM
7938 * electric.el (electric-indent-post-self-insert-function):
7939 Don't reindent with a sloppy indentation function.
7940
2e664aab
SM
7941 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7942 border case in change-log-mode.
7943
13ef65a4
CY
79442010-09-04 Chong Yidong <cyd@stupidchicken.com>
7945
7946 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7947 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7948 Recognize leading tab in gcc-include regexp. Ignore names with
7949 leading "from" or "in" in gnu regexp (Bug#6937).
7950
5abf1556
SM
79512010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7952
6aeafb34 7953 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7954 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7955 (ispell-start-process): Avoid setq and simplify logic.
7956 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7957 (kill-buffer-hook): Don't use it globally with code that uses
7958 expand-file-name since that may call kill-buffer via
7959 code_conversion_restore.
7960
0be01d2c
CY
79612010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7962
7963 * emacs-lisp/package.el (package-directory-list): Only call
7964 file-name-nondirectory on a string.
7965
ebf662f4
CY
79662010-09-02 Chong Yidong <cyd@stupidchicken.com>
7967
5abf1556
SM
7968 * emacs-lisp/package.el (package--download-one-archive):
7969 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7970 (package-activate-1, package-mark-obsolete, define-package)
7971 (package-compute-transaction, package-list-maybe-add): Use push.
7972
e5eddfd1
SM
79732010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7974
89acf735
SM
7975 Use SMIE's blink-paren for octave-mode.
7976 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7977 Backslashes do not escape single-quotes, single-quotes do.
7978 (octave-block-else-regexp, octave-block-end-regexp)
7979 (octave-block-match-alist): Remove.
7980 (octave-smie-bnf-table): New var, with old content.
7981 (octave-smie-op-levels): Use it.
7982 (octave-smie-closer-alist): New var.
7983 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7984 (octave-blink-matching-block-open): Remove.
7985 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7986 (octave-electric-space): Let self-insert-command run expand-abbrev and
7987 blink parens.
7988
3b843809
SM
7989 * electric.el (electricity): New group.
7990 (electric-indent-chars): New var.
7991 (electric-indent-post-self-insert-function): New fun.
7992 (electric-indent-mode): New minor mode.
7993 (electric-pair-skip-self): New custom.
7994 (electric-pair-post-self-insert-function): New function.
7995 (electric-pair-mode): New minor mode.
7996
0da20854
SM
7997 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7998 calcAlg-blink-matching-open.
7999 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
8000 (calc-do-alg-entry): Only touch the part of the keymap that varies.
8001 Use the new blink-matching-check-function.
8002
a49e651e
SM
8003 Provide blink-matching support to SMIE.
8004 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8005 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8006 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8007
e5eddfd1
SM
8008 * simple.el (newline): Fix last change to properly remove itself from
8009 the hook.
8010
b13ebb5c
SM
80112010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * simple.el (newline): Eliminate optimization.
8014 Use post-self-insert-hook to set hard-newline and things before
8015 running post-self-insert-hook.
8016 (blink-matching-check-mismatch): New function.
8017 (blink-matching-check-function): New variable.
8018 (blink-matching-open): Use them.
8019 Skip back forward over prefix chars skipped by forward-sexp.
8020 Don't check if the parens are backslash escaped.
8021 (blink-paren-post-self-insert-function): Check backslash escaping here.
8022
e687c2cd
CY
80232010-09-02 Chong Yidong <cyd@stupidchicken.com>
8024
b13ebb5c
SM
8025 * emacs-lisp/package.el (package-menu-mode-map):
8026 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
8027 (package-menu-mode): Set revert-buffer-function.
8028 (package-menu-revert): Doc fix.
8029
567efba9
AM
80302010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8031
8032 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8033 `default-directory' unless using Ispell per-directory personal
8034 dictionaries and not in a mini-buffer under XEmacs.
8035 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 8036 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 8037
6d7cc563
JD
80382010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8039
08d4877e
J
8040 * simple.el (kill-new): Call interprogram-cut-function with only
8041 one argument.
8042
45240125
JD
8043 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8044 Remove cut buffer from error message.
8045
8046 * term/x-win.el (x-select-text):
8047 * term/pc-win.el (x-selection-value):
8048 * term/ns-win.el (x-selection-value):
8049 * eshell/em-term.el:
8050 * w32-fns.el (x-get-selection-value):
8051 * mouse-sel.el (mouse-sel-set-selection-function):
8052 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8053
6d7cc563
JD
8054 * term/x-win.el: Update documentation for x-last-selected-text-*.
8055 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8056 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
8057 (x-select-text): Remove argument PUSH, update documentation.
8058 Remove cut-buffer code.
6d7cc563 8059 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 8060 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
8061 Update documentation, remove cut-buffer code.
8062 Call x-selection-value-internal.
6d7cc563
JD
8063 (x-clipboard-yank): Call x-selection-value-internal.
8064 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8065
8066 * term/pc-win.el (x-last-selected-text):
8067 x-cut-buffer-or-selection-value renamed to x-selection-value
8068 (x-select-text): Remove argument PUSH, update documentation.
8069
8070 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8071 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 8072 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
8073 (x-select-text): Remove argument PUSH, update documentation.
8074
8075 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8076
8077 * w32-fns.el (x-last-selected-text):
8078 x-cut-buffer-or-selection-value renamed to x-selection-value.
8079 (x-cut-buffer-max): Remove.
8080 (x-select-text): Remove argument PUSH, update documentation.
8081
8082 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8083
8084 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8085
8086 * mouse-sel.el (mouse-sel-get-selection-function):
8087 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 8088 (x-select-text): Remove optional push.
6d7cc563 8089
4de81ee0
SM
80902010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8f4e9110
SM
8092 * simple.el (blink-paren-function): Move from C to here.
8093 (blink-paren-post-self-insert-function): New function.
8094 (post-self-insert-hook): Use it.
8095
4de81ee0
SM
8096 * emacs-lisp/pcase.el (pcase-split-memq):
8097 Fix overenthusiastic optimisation.
8098 (pcase-u1): Handle the case of a lambda pred.
8099
d419e1d9
KH
81002010-08-31 Kenichi Handa <handa@m17n.org>
8101
8102 * international/mule-cmds.el (standard-display-european-internal):
8103 Setup standard-display-table for 8-bit characters by storing 8-bit
8104 characters in the element vector.
8105
1e05f387
SM
8106 * disp-table.el (standard-display-8bit):
8107 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
8108 characters in the element vector.
8109 (standard-display-european): Likewise.
8110
61f7096c
CY
81112010-08-31 Masatake YAMATO <yamato@redhat.com>
8112
8113 * textmodes/nroff-mode.el (nroff-view): New command.
8114 (nroff-mode-map): Bind it to C-c C-c.
8115
ec5d3ff7
SM
81162010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8117
c8977b2e
SM
8118 * emacs-lisp/smie.el (smie-down-list): New command.
8119
ec5d3ff7
SM
8120 Remove old indentation and navigation code on octave-mode.
8121 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8122 smie-down-list rather than add a binding for octave-down-block.
8123 (octave-mark-block, octave-blink-matching-block-open):
8124 Rely on forward-sexp-function.
8125 (octave-fill-paragraph): Don't narrow, so you can use
8126 indent-according-to-mode.
8127 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8128 (octave-in-block-p, octave-re-search-forward-kw)
8129 (octave-re-search-backward-kw, octave-indent-calculate)
8130 (octave-end-as-array-index-p, octave-block-end-offset)
8131 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8132 (octave-down-block, octave-backward-up-block, octave-up-block)
8133 (octave-before-magic-comment-p, octave-indent-line): Remove.
8134
187d3296
CY
81352010-08-31 Chong Yidong <cyd@stupidchicken.com>
8136
8137 * emacs-lisp/package.el (package--read-archive-file): Just use
8138 `read', to avoid copying an additional string.
8139 (package-menu-mode): Set header-line-format here.
8140 (package-menu-refresh, package-menu-revert): Signal an error if
8141 not in the Package Menu.
8142 (package-menu-package-list): New var.
8143 (package--generate-package-list): Operate on the current buffer;
8144 don't assume that it is *Packages*, since the user may rename it.
8145 Allow persistent package listings and sort keys using
8146 package-menu-package-list and package-menu-package-sort-key.
8147 (package-menu--version-predicate): Fix version calculation.
8148 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
8149 (package--list-packages): Create the *Packages* buffer.
8150 Set package-menu-package-list-key.
187d3296
CY
8151 (list-packages): Sorting by status is now the default.
8152 (package-buffer-info): Use match-string-no-properties.
8153 (define-package): Add a &rest argument for future proofing, but
8154 don't use it yet.
8155 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
8156 Merge into a single function, package-install-from-buffer.
8157 (package-install-file): Change caller.
187d3296
CY
8158
8159 * finder.el: Load finder-inf using `require'.
8160 (finder-list-matches): Sorting by status is now the default.
8161 (finder-compile-keywords): Simpify printing.
8162
e17b68ed
SM
81632010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8166 (octave-mode-map): Remove special bindings for forward/backward-block
8167 and octave-backward-up-block. Use smie-close-block.
8168 (octave-continuation-marker-regexp): New var.
8169 (octave-continuation-regexp): Use it.
8170 (octave-operator-table, octave-smie-op-levels)
8171 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8172 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8173 (octave-mode): Use SMIE.
8174 (octave-close-block): Delete.
8175
42b6a73b
EZ
81762010-08-30 Eli Zaretskii <eliz@gnu.org>
8177
8178 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8179 CLIPBOARD, not in PRIMARY. (Bug#6944)
8180
f291fe60
SM
81812010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8182
ee992a8c
SM
8183 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8184 a list of parents.
8185 (smie-indent-column): Allow indirection through variables.
8186
d36b74ca
SM
8187 * composite.el (save-buffer-state): Delete, unused.
8188 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8189 (font-lock-default-fontify-region): Use with-syntax-table.
8190 * jit-lock.el (with-buffer-unmodified): Remove.
8191 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8192
f291fe60
SM
8193 Use `declare' in defmacros.
8194 * window.el (save-selected-window):
8195 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8196 * progmodes/python.el (def-python-skeleton):
8197 * net/dbus.el (dbus-ignore-errors):
8198 * jka-cmpr-hook.el (with-auto-compression-mode):
8199 * international/mule.el (with-category-table):
8200 * emacs-lisp/timer.el (with-timeout):
8201 * emacs-lisp/lisp-mnt.el (lm-with-file):
8202 * emacs-lisp/eieio.el (with-slots):
8203 * emacs-lisp/easymenu.el (easy-menu-define):
8204 * emacs-lisp/debug.el (debugger-env-macro):
8205 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8206 (Multiple-value-call, Multiple-value-prog1):
8207 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8208 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8209 edebug rule to definition.
8210 * emacs-lisp/lisp-mode.el (save-selected-window)
8211 (with-current-buffer, combine-after-change-calls)
8212 (with-output-to-string, with-temp-file, with-temp-buffer)
8213 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8214 (dolist, dotimes, when, unless):
8215 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8216
96ae4c8f
CY
82172010-08-29 Chong Yidong <cyd@stupidchicken.com>
8218
8219 * finder.el: Require `package'.
8220 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8221 (finder-package-info): Var deleted.
8222 (finder-keywords-hash, finder--builtins-alist): New vars.
8223 (finder-compile-keywords): Compute package--builtins and
8224 finder-keywords-hash instead of finder-keywords-hash, respecting
8225 the "Package" header.
f291fe60
SM
8226 (finder-unknown-keywords, finder-list-matches):
8227 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
8228 (finder-mode): Don't set font-lock-defaults.
8229 (finder-exit): We don't use "*Finder-package*" and "*Finder
8230 Category*" buffers anymore.
8231
8232 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8233 (package--builtins): Set default value to nil.
8234 (package-initialize): Load precomputed value of package--builtins
8235 from finder-inf.el.
8236 (package-alist, package-compute-transaction)
8237 (package-download-transaction): Improve docstring.
8238 (package-read-all-archive-contents): Do not change
8239 package--builtins here.
8240 (list-packages): Make package-list-packages an alias for this.
8241 Sort by status by default.
8242 (package--list-packages): Add optional PACKAGES arg.
8243 (describe-package-1): Use font-lock-face property. For built-in
8244 packages, insert file commentary.
8245 (package--generate-package-list): Rename from
8246 package-list-packages-internal; all callers changed. Add optional
8247 PACKAGES arg. Add alphabetical sort fallbacks.
8248 (package-menu--version-predicate, package-menu--status-predicate)
8249 (package-menu--description-predicate)
8250 (package-menu--name-predicate): New functions.
8251
8252 * info.el (Info-finder-find-node): Search package-alist instead of
8253 finder-package-info.
8254
e2046ecf
CY
82552010-08-29 Chong Yidong <cyd@stupidchicken.com>
8256
8257 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8258 "alpha" and "beta".
8259 (version-to-list): Handle versions like "10.3d".
8260
6fe79b7c
SM
82612010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8264 (macroexp-accumulate): Use `declare'.
8265
1a868076
VJL
82662010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8267
8268 * whitespace.el (whitespace-style): Adjust type declaration.
8269
9e69cb05
KH
82702010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8271
8272 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8273
82742010-08-26 Chong Yidong <cyd@stupidchicken.com>
8275
8276 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8277 (Bug#6907).
8278
4142607e
NW
82792010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8280
8281 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8282 (js-paren-indent-offset, js-square-indent-offset)
8283 (js-curly-indent-offset): New options.
8284 (js--proper-indentation): Use them.
8285
88a36e60
DC
82862010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8287
8288 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8289 instead of inspecting font-lock properties (Bug#6916).
8290
38dbc4d8
DR
82912010-08-26 David Reitter <david.reitter@gmail.com>
8292
8293 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8294 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8295 (server-execute): Do not run hooks here.
8296
44ffae96
MA
82972010-08-26 Michael Albinus <michael.albinus@gmx.de>
8298
8299 Sync with Tramp 2.1.19.
8300
d86d2721
SM
8301 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8302 Protect deleting tmpfile.
0dc3e410 8303 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8304
0dc3e410 8305 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8306 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8307 (tramp-completion-handle-file-name-completion):
8308 Use `tramp-connectable-p'.
20b8ac83 8309
44ffae96
MA
8310 * net/trampver.el: Update release number.
8311
cb6c4991
CY
83122010-08-26 Chong Yidong <cyd@stupidchicken.com>
8313
8314 * help.el (help-map): Bind `C-h P' to describe-package.
8315
8316 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8317
8318 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8319 when downloading archives.
8320 (describe-package-1): Add package commentary.
8321 (package-install-button-action): New function.
8322 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8323 (package-menu-view-commentary): Function removed.
8324 (package-list-packages-internal): Hide the `package' package too.
8325
b60f961f
KH
83262010-08-25 Kenichi Handa <handa@m17n.org>
8327
8328 * language/misc-lang.el ("Arabic"): New language environment.
8329 Setup composition-function-table for Arabic characters.
8330
8331 * international/fontset.el (setup-default-fontset): Fix typo for
8332 arabic OTF spec (fini->fina).
8333
a0c16be4
J
83342010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8335
8336 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8337 on all frames.
8338
85cc3d4f
VJL
83392010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8340
8341 * whitespace.el: Allow cleaning up blanks without blank
8342 visualization (Bug#6651). Adjust help window for
8343 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8344 instead of whitespace-line-column (from EmacsWiki). New version
8345 13.1.
88b5a757 8346 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8347 (whitespace-space, whitespace-hspace, whitespace-tab):
8348 Adjust foreground property face.
85cc3d4f
VJL
8349 (whitespace-line-column): Adjust docstring and type declaration.
8350 (whitespace-style-value-list, whitespace-toggle-option-alist)
8351 (whitespace-help-text): Adjust const initialization.
8352 (whitespace-toggle-options, global-whitespace-toggle-options):
8353 Adjust docstring.
8354 (whitespace-display-window, whitespace-interactive-char)
8355 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8356 (whitespace-help-scroll): New fun.
8357
cb8759ca
CY
83582010-08-24 Chong Yidong <cyd@stupidchicken.com>
8359
8360 * emacs-lisp/package.el (list-packages): Alias for
8361 package-list-packages.
8362
44a41a47
KR
83632010-08-24 Kevin Ryde <user42@zip.com.au>
8364
be7748e7
KR
8365 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8366 (Bug#5651).
8367
44a41a47
KR
8368 * progmodes/ruby-mode.el (ruby): Add defgroup.
8369
edfd00fa
CY
83702010-08-24 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * progmodes/python.el: Add Ipython support (Bug#5390).
8373 (python-shell-prompt-alist)
8374 (python-shell-continuation-prompt-alist): New options.
8375 (python--set-prompt-regexp): New function.
6a7662bb
BR
8376 (inferior-python-mode, run-python, python-shell):
8377 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8378 prompt based on the Python interpreter.
8379 (python--prompt-regexp): New var.
8380 (python-check-comint-prompt)
8381 (python-comint-output-filter-function): Use it.
8382 (run-python): Use a pipe (Bug#5694).
8383
83842010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8385
8386 * progmodes/python.el (python-send-region): Send a different
8387 Python command if Ipython is in use.
8388 (python-check-version): Use a Python command to find the version.
8389
1c409d0b
CY
83902010-08-24 Chong Yidong <cyd@stupidchicken.com>
8391
8392 * mouse.el (mouse-yank-primary): Avoid setting primary when
8393 deactivating the mark (Bug#6872).
8394
733946e7 83952010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8396
8397 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8398 with "else" (Bug#3991).
8399
e73f184c
MA
84002010-08-23 Michael Albinus <michael.albinus@gmx.de>
8401
8402 * net/dbus.el: Accept UNIX domain sockets as bus address.
8403 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8404 this is done in dbusbind.c.
e73f184c
MA
8405 (dbus-check-event): Adapt test for bus.
8406 (dbus-return-values-table, dbus-unregister-service)
8407 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8408 Adapt doc string.
8409
1a140747
JB
84102010-08-23 Juanma Barranquero <lekktu@gmail.com>
8411
8412 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8413
7133b7ee
JL
84142010-08-22 Juri Linkov <juri@jurta.org>
8415
8416 * simple.el (read-extended-command): New function with the logic
8417 for `completing-read' moved to Elisp from `execute-extended-command'.
8418 Use `function-called-at-point' in `minibuffer-default-add-function'
8419 to get a command name for M-n (bug#5364, bug#5214).
8420
198a7a97
CY
84212010-08-22 Chong Yidong <cyd@stupidchicken.com>
8422
8423 * startup.el (command-line-1): Issue warning for ignored arguments
8424 --unibyte, etc (Bug#6886).
8425
c00725d7
LL
84262010-08-22 Leo <sdl.web@gmail.com>
8427
8428 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8429 (ignore, bright, dim, keyword): Split list of nicknames before
8430 passing to rcirc-add-or-remove (Bug#6894).
8431
bc7d7ea6
CY
84322010-08-22 Chong Yidong <cyd@stupidchicken.com>
8433
8434 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8435
b0126eac 84362010-08-22 Leo <sdl.web@gmail.com>
e0143335 8437
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8438 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8439 * ido.el: Revert Óscar's.
e0143335
LL
8440 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8441 Remember the buffers at head, rather than their name.
76e3243a 8442 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8443
b0126eac 84442010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8445 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8448 extra backslash added to each line (bug#6890).
8449
b0126eac 84502010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8451
8452 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8453
b0126eac 84542010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8455
8456 * menu-bar.el (menu-bar-games-menu): Add landmark.
8457
b0126eac 84582010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8459
9130a2d6
GM
8460 * align.el (align-regexp): Make group and spacing arguments
8461 use the interactive defaults when non-interactive. (Bug#6698)
8462
fb89a654
GM
8463 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8464 expansion, so as not to need sendmail.
8465 (mail-text-start): Remove declaration.
8466 (rmail-retry-failure): Require sendmail.
8467
b0126eac 84682010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8469
8470 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8471
b0126eac 84722010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8473
186e86db
SM
8474 * progmodes/flymake.el (flymake-start-syntax-check-process):
8475 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8476
b0126eac 84772010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8478
8479 * files.el: Add `word-wrap' as safe local variable.
8480
b0126eac 84812010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8482
8483 * woman.el (woman-translate): Case matters. (Bug#6849)
8484
b0126eac 84852010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8486
8487 * simple.el (kill-region): Doc fix (Bug#6787).
8488
b0126eac 84892010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8490
8491 * calendar/diary-lib.el (diary-header-line-format):
8492 Fit it to the window, not the frame.
8493
b0126eac 84942010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8495
8496 * subr.el (ignore-errors): Add debug declaration.
8497
b0126eac 84982010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8499
8500 * whitespace.el (whitespace-color-off): Remove post-command-hook
8501 locally.
8502
537ffaf3
SM
85032010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8504
8505 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8506
d64b8a68
CY
85072010-08-21 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * cus-edit.el (custom-group-value-create): Add extra newline
8510 before end line (Bug#6876).
8511
d2625c3d
CY
85122010-08-21 Chong Yidong <cyd@stupidchicken.com>
8513
8514 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8515 when extending it. Before killing on the second click, check if
8516 the buffer is the correct one. Doc fix.
8517 (mouse-secondary-save-then-kill): Allow usage without first
8518 calling mouse-start-secondary, by defaulting to point. Don't save
8519 an empty secondary selection. Doc fix.
8520
80525855
VJL
85212010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8522
91bdeb66
VJL
8523 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8524 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8525 New version 13.0.
80525855
VJL
8526 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8527 Adjust initialization.
8528 (whitespace-bob-marker, whitespace-eob-marker)
8529 (whitespace-buffer-changed): New vars.
8530 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8531 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8532 (whitespace-post-command-hook, whitespace-display-char-on):
8533 Adjust code.
80525855 8534 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8535 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8536
4b9c0a49
SM
85372010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8538
118cf454
SM
8539 * files.el (locate-file-completion-table): Only list the .el and .elc
8540 extensions if there's no other choice (bug#5955).
8541
a2e5caf7
SM
8542 * facemenu.el (facemenu-self-insert-data): New var.
8543 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8544 New functions.
8545 (facemenu-add-face): Use them.
8546
4b9c0a49
SM
8547 * simple.el (blink-matching-open): Obey forward-sexp-function.
8548
0193499f
SM
85492010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8550
b2a15250
SM
8551 * simple.el (prog-mode-map): New var.
8552 (prog-indent-sexp): New command.
8553
b5ba2d6f
SM
8554 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8555
9acd1bdc
SM
8556 * progmodes/prolog.el (smie): Require.
8557
8723cfa4
SM
8558 * emacs-lisp/smie.el (smie-default-backward-token)
8559 (smie-default-forward-token): Strip properties.
8560 (smie-next-sexp): Be more careful with associative operators.
8561 (smie-forward-sexp-command): Generalize.
8562 (smie-backward-sexp-command): Simplify.
8563 (smie-closer-alist): New var.
8564 (smie-close-block): New command.
8565 (smie-indent-debug-log): New var.
8566 (smie-indent-offset-rule): Add a few more cases.
8567 (smie-indent-column): New function.
8568 (smie-indent-after-keyword): Use it.
8569 (smie-indent-keyword): Use it.
8570 Fix up the opener code's point position.
8571 (smie-indent-comment): Only applies at BOL.
8572 (smie-indent-debug): New command.
8573
0193499f
SM
8574 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8575 declarations that are useful before running the macro.
8576
0c9b8993
GM
85772010-08-18 Joakim Verona <joakim@verona.se>
8578
8579 * image.el (imagemagick-types-inhibit): New variable.
8580 (imagemagick-register-types): New function.
8581 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8582 (image-transform-set-scale, image-transform-fit-to-height)
8583 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8584 (image-transform-fit-to-width, image-transform-fit-to-height):
8585 New functions.
ccd80618
JV
8586 (image-toggle-display-image): Support image transforms.
8587
1075cd61
KY
85882010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8589
8590 * image.el (create-animated-image): Don't add heuristic mask to image
8591 (Bug#6839).
8592
64cb6c78
J
85932010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8594
0193499f
SM
8595 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8596 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8597
ff80a446
SM
85982010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8599
afa22f7c
SM
8600 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8601
ff80a446
SM
8602 Font-lock '...' strings, plus various simplifications and fixes.
8603 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8604 (octave-font-lock-close-quotes): New function.
8605 (octave-font-lock-syntactic-keywords): New var.
8606 (octave-mode): Use it. Set beginning-of-defun-function.
8607 (octave-mode-map): Don't override the <foo>-defun commands.
8608 (octave-mode-menu): Pass it directly to easy-menu-define;
8609 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8610 (octave-block-match-alist): Fix up last change so that
8611 octave-close-block uses the more specific keyword.
8612 (info-lookup-mode): Silence byte-compiler.
8613 (octave-beginning-of-defun): Not interactive any more.
8614 Optimize slightly.
8615 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8616 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8617 (octave-completion-at-point-function): Make sure point is within
8618 beg..end.
8619 (octave-reindent-then-newline-and-indent):
8620 Use reindent-then-newline-and-indent.
8621 (octave-add-octave-menu): Remove.
8622
2269b349
JD
86232010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8624
489cd5bd
JD
8625 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8626 (report-emacs-bug-can-use-xdg-email): New functions.
8627 (report-emacs-bug): Set can-xdg-email to result of
8628 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8629 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8630 about it.
30ebab6d 8631
a2fb159c
GM
8632 * net/browse-url.el (browse-url-default-browser): Add cond
8633 for browse-url-xdg-open.
8634 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8635
86362010-08-17 Glenn Morris <rgm@gnu.org>
8637
8638 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8639 (c-fontify-recorded-types-and-refs): Define for compiler.
8640 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8641 before use.
8642
8643 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8644 Fix format call.
8645
bb6aba9c
MA
86462010-08-17 Michael Albinus <michael.albinus@gmx.de>
8647
8648 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8649 properties.
8650 (tramp-handle-process-file): Call the program in a subshell, in
8651 order to preserve working directory.
8652 (tramp-action-password): Hide password prompt before next run.
8653 (tramp-process-actions): Widen connection buffer for the trace.
8654
8f10c937
DD
86552010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8656
8657 * net/rcirc.el (rcirc-log-process-buffers): New option.
8658 (rcirc-print): Use it.
8659 (rcirc-generate-log-filename): New function.
8660 (rcirc-log-filename-function): Change default to
8661 rcirc-generate-log-filename (Bug#6828).
8662
7c23dd44
CY
86632010-08-16 Chong Yidong <cyd@stupidchicken.com>
8664
8665 * simple.el (deactivate-mark): If select-active-regions is `only',
8666 only set selection for temporarily active regions.
8667
8668 * cus-start.el: Change defcustom for select-active-regions.
8669
6d3e82d2
CY
86702010-08-15 Chong Yidong <cyd@stupidchicken.com>
8671
8672 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8673 (mouse-drag-track): Use LOCATION arg to push-mark.
8674 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8675 consideration when updating point and mark (Bug#6840).
8676
c68263b1
CY
86772010-08-15 Chong Yidong <cyd@stupidchicken.com>
8678
8679 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8680 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8681
456f369a
ŠN
86822010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8683
ff80a446
SM
8684 * font-lock.el (lisp-font-lock-keywords-2):
8685 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8686 with-demoted-errors, and with-silent-modifications (Bug#6025).
8687
c22e18f5
KR
86882010-08-14 Kevin Ryde <user42@zip.com.au>
8689
8690 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8691 (copyright-update): Temporary switch-to-buffer to ensure the
8692 buffer change being queried is visible (Bug#5394).
c22e18f5 8693
6f1a6faf
TT
86942010-08-14 Tom Tromey <tromey@redhat.com>
8695
8696 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8697 (Bug#6733).
8698
e7afcf30
EZ
86992010-08-14 Eli Zaretskii <eliz@gnu.org>
8700
8701 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8702 MS-DOS. (Bug#6689)
8703
2b4e6277
J
87042010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8705
8706 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8707 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8708 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8709 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8710 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8711 Call menu-bar-set-tool-bar-position.
2b4e6277 8712
dc94fc85
SM
87132010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8714
c5683ceb
SM
8715 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8716 comment style (bug#6834).
8717 * progmodes/scheme.el (scheme-mode-syntax-table):
8718 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8719 "b" flag in "' 14b" syntax.
8720
c82d5b11
SM
8721 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8722 for (un)commenting the region and performing completion.
8723 (octave-mode-menu): Use standard commands for help and completion.
8724 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8725 (octave-mode): Use define-derived-mode.
8726 Set completion-at-point-functions and don't set columns.
8727 Don't disable adaptive-fill-regexp.
8728 (octave-describe-major-mode, octave-comment-region)
8729 (octave-uncomment-region, octave-comment-indent)
8730 (octave-indent-for-comment): Remove.
8731 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8732 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8733 (octave-initialize-completions): No need to make an alist.
8734 (octave-completion-at-point-function): New function.
8735 (octave-complete-symbol): Use it.
8736 (octave-insert-defun): Use define-skeleton.
8737
8738 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8739 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8740
abec5126 87412010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8742
8743 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8744 indentation of inserted comment.
8745
3a46642b
J
87462010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8747
8748 * faces.el (region): Add type gtk that uses gtk colors.
8749
8750 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8751 Handle theme-name change.
8752
3bd2cfef
MM
87532010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8754
8755 * progmodes/sql.el: Version 2.5
8756 (sql-product-alist): Add :prompt-cont-regexp property for several
8757 database products.
8758 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8759 (sql-output-newline-count, sql-output-by-send):
8760 New variables. Record number of newlines in input text.
3bd2cfef
MM
8761 (sql-send-string): Handle multiple filters and count newlines.
8762 (sql-send-magic-terminator): Count terminator newline.
8763 (sql-interactive-remove-continuation-prompt): Filters output to
8764 remove continuation prompts; one for each newline.
8765 (sql-interactive-mode): Set up new variables, prompt regexp and
8766 output filter.
8767 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8768 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8769
d02c9bcd
SM
87702010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * emacs-lisp/pcase.el: New file.
8773
80ca4f1e
MA
87742010-08-10 Michael Albinus <michael.albinus@gmx.de>
8775
8776 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8777 as here-document, otherwise the command could exceed maximum
8778 length of command line.
d02c9bcd
SM
8779 (tramp-handle-vc-registered): Call script accordingly.
8780 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8781
2948599b
KH
87822010-08-10 Kenichi Handa <handa@m17n.org>
8783
8784 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8785 composable pattern.
8786
148cef8e
CY
87872010-08-09 Chong Yidong <cyd@stupidchicken.com>
8788
8789 * emacs-lisp/package.el (package-version-split)
8790 (package--version-first-nonzero, package-version-compare):
8791 Functions removed.
8792 (package-directory-list, package-load-all-descriptors)
8793 (package--built-in, package-activate, define-package)
8794 (package-installed-p, package-compute-transaction)
8795 (package-read-all-archive-contents)
8796 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8797 (package-tar-file-info, package-list-packages-internal):
8798 Use version-to-list and version-list-*.
148cef8e 8799
d02c9bcd
SM
8800 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8801 Use version-to-list.
148cef8e
CY
8802 (package-upload-buffer-internal): Use version-list-<=.
8803
82a9ce0f
KH
88042010-08-09 Kenichi Handa <handa@m17n.org>
8805
231e5e5f 8806 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8807 composable pattern.
8808
7adf5fdc
CY
88092010-08-08 Chong Yidong <cyd@stupidchicken.com>
8810
fc560445
CY
8811 * tutorial.el (tutorial--default-keys): C-d is now bound to
8812 delete-forward-char (Bug#6826).
8813
7adf5fdc
CY
8814 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8815 for `double' value of mouse-1-click-follows-link (Bug#6807).
8816
e54a1075
JB
88172010-08-08 Johan Bockgård <bojohan@gnu.org>
8818
8819 * replace.el (replace-highlight): Bind isearch-forward and
8820 isearch-error, ensuring that highlighting is updated if the user
8821 switches the search direction (Bug#6808).
8822
8823 * isearch.el (isearch-lazy-highlight-forward): New var.
8824 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8825 (isearch-lazy-highlight-update): Use it.
8826
7815fe19 88272010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8828
8d9e03e4
JB
8829 * international/mule.el (define-charset): Store NAME as :base property.
8830 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8831 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8832 current priority. Force using the designation of the specific
8d9e03e4 8833 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8834
7815fe19 88352010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8836
8837 * emulation/pc-select.el (pc-selection-mode-hook)
8838 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8839 (pc-selection-mode): Fix typos in docstrings.
8840
7815fe19 88412010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8842
8843 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8844 ctext-non-standard-encodings-alist here.
8845
8d9e03e4
JB
8846 * international/mule.el (ctext-non-standard-encodings-alist):
8847 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8848 (ctext-standard-encodings): New variable.
8849 (ctext-non-standard-encodings-table): List only elements for
8850 non-standard encodings.
186e86db 8851 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8852 Check ctext-standard-encodings.
8853
8854 * international/mule-conf.el (compound-text): Doc fix.
8855 (ctext-no-compositions): Doc fix.
8856 (compound-text-with-extensions): Doc fix.
8857
7815fe19 88582010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8859
8860 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8861
8d9e03e4 88622010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8863
9ebc731b
JB
8864 * progmodes/which-func.el (which-func-format): Split help-echo text
8865 into lines, like other mode-line tooltips.
8866
d5b8058f
JB
8867 * server.el (server-start): When using TCP sockets, force IPv4
8868 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8869
8d9e03e4 88702010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8871
8872 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8873
8d9e03e4 88742010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8875
8876 * term.el (term-delimiter-argument-list): Reflow docstring.
8877 (term-read-input-ring, term-write-input-ring, term-send-input)
8878 (term-bol, term-erase-in-display, serial-supported-or-barf):
8879 Fix typos in docstrings.
8880
8d9e03e4 88812010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8882
8883 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8884
8d9e03e4 88852010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8886
8887 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8888
8d9e03e4 88892010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8890
8891 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8892 Fix typo in docstring (bug#6747).
8893
7815fe19 88942010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8895
8896 * eshell/esh-io.el (eshell-get-target): Better detection of
8897 read-only file (Bug#6762).
8898
7815fe19 88992010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8900
8901 * align.el (align-default-spacing): Doc fix.
8902 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8903
733946e7 89042010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8905
490b89ac 8906 * calendar/icalendar.el
93acd23d
JB
8907 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8908 (icalendar--get-weekday-numbers): New.
81ee9410 8909 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8910 values in weekly rules. (Bug#6766)
81ee9410 8911
490b89ac
UJ
89122010-08-08 Ulf Jasper <ulf.jasper@web.de>
8913
8914 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8915 (icalendar--create-uid, icalendar-export-region)
8916 (icalendar--parse-summary-and-rest): Code formatting.
8917
2c695727
JB
89182010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8919
01c35094 8920 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8921 to italicize headers.
8922 (calc-highlight-selections-with-faces): New variable.
8923 (calc-selected-face, calc-nonselected-face): New faces.
8924
8925 * calc/calccomp.el (math-comp-highlight-string): Use
8926 `calc-highlight-selections-with-faces' to determine how to highlight
8927 sub-formulas.
8928
8929 * calc/calc-sel.el (calc-show-selections): Change message to when
8930 using faces to highlight selections.
8931
b93d4f22
MM
89322010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8933
8d9e03e4
JB
8934 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8935 Add SQLite 3 keywords, functions and datatypes.
8936 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8937 (Bug#6686).
8938
9852377f
CY
89392010-08-07 Chong Yidong <cyd@stupidchicken.com>
8940
8941 * simple.el (select-active-regions): Move to keyboard.c.
8942 (deactivate-mark): Used saved-region-selection.
8943 (select-active-region): Function removed.
8944 (activate-mark, set-mark, push-mark-command)
8945 (handle-shift-selection): Don't call it.
8946 (keyboard-quit): Avoid adding the region to the window selection.
8947
8948 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8949 select-active-regions implementation.
8950 (mouse-yank-at-click): Doc fix.
8951
8952 * cus-start.el: Add custom declaration for select-active-regions.
8953
822775bf
EZ
89542010-08-07 Eli Zaretskii <eliz@gnu.org>
8955
4c5130d6
EZ
8956 * simple.el (delete-forward-char): Doc fix.
8957
822775bf
EZ
8958 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8959 after reading the tutorial.
8960
bd4c5e3e
AM
89612010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8962
6a7662bb
BR
8963 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8964 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8965 their respective lines. (Bug#193)
bd4c5e3e 8966
d00fa9b6
MA
89672010-08-06 Michael Albinus <michael.albinus@gmx.de>
8968
8d9e03e4 8969 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8970 property "vec".
6a7662bb
BR
8971 (tramp-process-sentinel): Use it for flushing the cache.
8972 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8973 already when running the sentinel.
8974
89752010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8976
8977 * comint.el (comint-mode): Make directory tracking functions
8978 functional on remote files. (Bug#6764)
8979
b3d42406
DN
89802010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8981
8982 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8983
29cf3e20
EZ
89842010-08-05 Eli Zaretskii <eliz@gnu.org>
8985
6a7662bb
BR
8986 * emacs-lisp/find-gc.el (find-gc-source-files):
8987 Rename unexec.c => unexcoff.c.
29cf3e20 8988
6a7662bb
BR
8989 * emacs-lisp/authors.el (authors-fixed-entries):
8990 Rename unexec.c => unexcoff.c.
29cf3e20 8991
39e1bf0b
MA
89922010-08-05 Michael Albinus <michael.albinus@gmx.de>
8993
8994 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8995 cache, not only file cache.
8996 (tramp-process-sentinel): New defun.
8997 (tramp-handle-start-file-process): Use it, in order to invalidate
8998 file caches.
8999
9f982e22
LL
90002010-08-03 Leo <sdl.web@gmail.com>
9001
9002 * server.el (server-start): Simplify loop.
9003
0798a8d8
SM
90042010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9005
548c5c47
SM
9006 * frame.el (screen-height, screen-width, set-screen-width)
9007 (set-screen-height): Remove ancient compatibility aliases.
9008
3311d1c2
SM
9009 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9010 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9011
0798a8d8
SM
9012 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9013 that change current buffer.
9014
26ee77a6
YM
90152010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9016
9017 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9018 beginning of the string. Use `string-match-p'. (Bug#6765)
9019
aa1859f5
J
90202010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9021
9022 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9023
376c2b6b
CY
90242010-08-01 Chong Yidong <cyd@stupidchicken.com>
9025
0798a8d8 9026 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 9027 (package--builtins): Tweak descriptions.
0798a8d8
SM
9028 (package-print-package): Upcase descriptions if necessary.
9029 Show all built-in packages in font-lock-builtin-face.
9030 (package-list-packages-internal): Omit "emacs" package.
9031 Show status of built-in packages as "built-in".
376c2b6b 9032
16041401
CY
90332010-07-31 Chong Yidong <cyd@stupidchicken.com>
9034
9035 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9036 before killing to preserve the primary selection (Bug#6701).
9037
9038 * term/x-win.el (x-select-text): Doc fix.
9039
0798a8d8
SM
90402010-07-31 Nathaniel Flath <flat0103@gmail.com>
9041
452ea855
AM
9042 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9043 (objc-font-lock-extra-types):
452ea855 9044 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
9045 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9046 (c++-make-template-syntax-table)
9047 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9048 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9049 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9050 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
9051 * progmodes/cc-fonts.el (c-make-inverse-face)
9052 (c-basic-matchers-after):
452ea855
AM
9053 * progmodes/cc-engine.el (c-forward-keyword-clause)
9054 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9055 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9056 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
9057 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9058 The above functions were modified or created.
452ea855 9059
37766706
J
90602010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9061
0798a8d8 9062 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 9063
cd83d522
EZ
90642010-07-31 Eli Zaretskii <eliz@gnu.org>
9065
9066 * files.el (bidi-paragraph-direction): Define safe local values.
9067
9068 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9069 language-info-alist. Remove outdated FIXME in a comment.
9070
28e5cf7c
AM
90712010-07-31 Alan Mackenzie <acm@muc.de>
9072
9073 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9074 Auto-fill broken in C/C++ modes.
9075
bfeabdc3
JD
90762010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9077
9078 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9079 (menu-bar-showhide-tool-bar-menu-customize-disable)
9080 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
9081 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9082 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
9083 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9084 make a menu for Options => toolbar that can move it.
9085
063e5294
CY
90862010-07-29 Chong Yidong <cyd@stupidchicken.com>
9087
9088 * emacs-lisp/package-x.el (package--make-rss-entry):
9089 (package-maint-add-news-item, package--update-news)
9090 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9091
9092 * emacs-lisp/package.el (package-archive-url): Rename from
9093 package-archive-id.
9094 (package-install): Doc fix.
9095 (package-download-single, package-download-tar, package-install)
9096 (package-menu-view-commentary): Callers changed.
9097
683cc385
MA
90982010-07-29 Michael Albinus <michael.albinus@gmx.de>
9099
9100 * net/tramp.el (tramp-handle-start-file-process): Check only for
9101 `remote-tty' process property.
9102 (tramp-open-shell): Don't check for tty.
9103 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9104 process property.
9105
9106 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9107 host.
9108
bc44bef7
PH
91092010-07-28 Chong Yidong <cyd@stupidchicken.com>
9110
9111 * emacs-lisp/package.el (package-load-list, package-archives)
9112 (package-archive-contents, package-user-dir)
9113 (package-directory-list, package--builtins, package-alist)
9114 (package-activated-list, package-obsolete-alist): Mark as risky.
9115
91162010-07-28 Phil Hagelberg <phil@evri.com>
9117
9118 Add support for non-default package repositories.
9119 * emacs-lisp/package.el (package-archive-base): Var deleted.
9120 (package-archives): New variable.
9121 (package-archive-contents): Doc fix.
0798a8d8 9122 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
9123 (package--write-file-no-coding): New function.
9124 (package-unpack-single): Use it.
9125 (package-archive-id): New function.
9126 (package-download-single, package-download-tar)
9127 (package-menu-view-commentary): Use it.
9128 (package-installed-p): Make second argument optional.
9129 (package-read-all-archive-contents): New function.
9130 (package-initialize): Use it.
9131 (package-read-archive-contents): Add ARCHIVE argument.
9132 (package--add-to-archive-contents): New function.
9133 (package-install): Don't call package-read-archive-contents.
9134 (package--download-one-archive): Store archive file in a
9135 subdirectory of package-user-dir.
9136 (package-menu-execute): Remove spurious line movement.
9137
8a52f00a
JD
91382010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9139
9140 * cus-start.el (tool-bar-style): Add text-image-horiz.
9141
b21d3ceb
MA
91422010-07-28 Michael Albinus <michael.albinus@gmx.de>
9143
9144 * progmodes/gud.el (gud-common-init): Check for remoteness of
9145 `file', and not of `default-directory'.
9146
8fbcce2d
MA
91472010-07-28 Michael Albinus <michael.albinus@gmx.de>
9148
9149 * net/tramp.el (tramp-methods): Move hostname to the end in all
9150 ssh `tramp-login-args'.
9151 (tramp-verbose): Describe verbose level 9.
9152 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9153 (tramp-open-connection-setup-interactive-shell): Trace stty
9154 settings if `tramp-verbose' >= 9.
9155 (tramp-handle-start-file-process): Implement tty setting.
9156 (Bug#4604, Bug#6360)
9157
9158 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9159 `tramp-verbose' to 9.
9160
128440c9
AH
91612010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9162
9163 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9164 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9165 Remove references to package `lisp-re' (bug#4369).
9166
ae0c2494
TT
91672010-07-27 Tom Tromey <tromey@redhat.com>
9168
9169 * progmodes/js.el (js-mode):
9170 * progmodes/make-mode.el (makefile-mode):
9171 * progmodes/simula.el (simula-mode):
9172 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9173
0ed082fe 91742010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
9175
9176 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9177
7c7c04c0
JB
9178 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9179 (display-time-world-buffer-name, display-time-world-mode-map):
9180 Fix typos in docstrings.
9181
0ed082fe 91822010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
9183
9184 * image-mode.el (image-display-size): New function.
9185 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9186 (image-mode-fit-frame): Use it (Bug#6639).
9187
0ed082fe 91882010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
9189
9190 * dired.el (dired-buffers-for-dir): Handle list values of
9191 dired-directory (Bug#6636).
9192
aa2d4bd3
SS
91932010-07-26 Sam Steingold <sds@gnu.org>
9194
9195 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9196 Do not call `x-get-selection' the second time, reuse the value.
9197
78b84da3
DU
91982010-07-26 Daiki Ueno <ueno@unixuser.org>
9199
9200 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 9201 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 9202
4f195cf7
DU
92032010-07-25 Daiki Ueno <ueno@unixuser.org>
9204
9205 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9206 exists before passing an error to find-file-not-found-functions
9207 (bug#6723).
9208
195e19e4
LH
92092010-07-23 Lukas Huonker <l.huonker@gmail.com>
9210
9211 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9212 Remove leading nil element, adjust values.
9213 (tetris-shapes, tetris-shape-scores):
9214 Change representation of shapes and remove some redundancy.
9215 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9216 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9217 Adjust for working with new representation of shapes.
9218 (tetris-shape-rotations): New function.
9219 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9220 (tetris-rotate-prev, tetris-rotate-next):
9221 Adjust for working with the new version of tetris-test-shape.
9222
9cf2db99
MT
92232010-07-23 Markus Triska <markus.triska@gmx.at>
9224
9225 * progmodes/ps-mode.el: Use comint (bug#5954).
9226 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9227 (ps-mode-other-newline): Simplify.
9228 (ps-run-mode): Derive from comint-mode instead of
9229 fundamental-mode, yielding input history etc.
9230 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9231 (ps-run-send-string): Adapt for comint-mode.
9232 (ps-run-newline): Remove now unneeded function.
9233
225d5e9e
MA
92342010-07-23 Michael Albinus <michael.albinus@gmx.de>
9235
9236 * net/tramp.el (tramp-methods): Move hostname to the end in all
9237 plink `tramp-login-args'.
9238
84bc68f2
MA
92392010-07-23 Michael Albinus <michael.albinus@gmx.de>
9240
9241 * net/tramp.el (tramp-open-shell): New defun.
9242 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9243 Use it.
9244
1eb5ca1c
MA
92452010-07-23 Michael Albinus <michael.albinus@gmx.de>
9246
9247 * net/tramp.el (tramp-file-name-regexp-unified)
9248 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9249 not regard the volume letter as remote filename. (Bug#5447)
9250
440735a7
JB
92512010-07-23 Juanma Barranquero <lekktu@gmail.com>
9252
9253 * custom.el (custom-declare-variable): Give a clearer error message
9254 when the docstring is missing (bug#6476).
9255
5474c40f
MM
92562010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9257
9258 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9259 (sql-login-params): New widget definition.
9260 (sql-oracle-login-params, sql-mysql-login-params)
9261 (sql-solid-login-params, sql-sybase-login-params)
9262 (sql-informix-login-params, sql-ingres-login-params)
9263 (sql-ms-login-params, sql-postgres-login-params)
9264 (sql-interbase-login-params, sql-db2-login-params)
9265 (sql-linter-login-params): Use it.
9266 (sql-sqlite-login-params): Use it; Define "database" parameter as
9267 a file name.
c4cc8b9a 9268 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9269 (sql-comint-sqlite): Make sure database name is complete.
9270 (sql-for-each-login): New function.
9271 (sql-connect, sql-save-connection): Use it.
9272 (sql-get-login-ext): New function.
9273 (sql-get-login): Use it.
9274 (sql-make-alternate-buffer-name): Handle :file parameters.
9275
9c0deccb
JB
92762010-07-22 Juanma Barranquero <lekktu@gmail.com>
9277
9278 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9279 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9280
aac818a8
TL
92812010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9282
9283 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9284
47d2734f
LM
92852010-07-22 Lawrence Mitchell <wence@gmx.li>
9286
9287 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9288
10e73994
MA
92892010-07-21 Michael Albinus <michael.albinus@gmx.de>
9290
9291 * net/tramp.el (tramp-get-ls-command)
9292 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9293 instead of "/".
9294
d26b0ea9
MM
92952010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9296
9297 * progmodes/sql.el: Version 2.3.
f49d1f52 9298 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9299 enhanced the widget definition.
88b5a757
DD
9300 (sql-mode-menu): Add submenu to select connections.
9301 (sql-interactive-mode-menu): Add "Save Connection" item.
9302 (sql-add-product): Fix menu item.
d26b0ea9 9303 (sql-get-product-feature): Improved error handling.
5f9d345c 9304 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9305 (sql-make-alternate-buffer-name): Simplified.
9306 (sql-product-interactive): Handle missing product.
9307 (sql-connect): Support string keys, minor improvements.
9308 (sql-save-connection): New function.
9309 (sql-connection-menu-filter): New function.
9310
af4b9ae5
MA
93112010-07-20 Michael Albinus <michael.albinus@gmx.de>
9312
9313 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9314 (tramp-open-connection-setup-interactive-shell):
9315 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9316 `tramp-send-command' where it belongs to.
9317
da040a16
MA
93182010-07-20 Michael Albinus <michael.albinus@gmx.de>
9319
9320 * net/tramp.el (tramp-perl-file-attributes)
9321 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9322 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9323 front of `login-args'.
9324
16f3ade5
JB
93252010-07-19 Juanma Barranquero <lekktu@gmail.com>
9326
9327 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9328 Set `show-trailing-whitespace' to nil.
9329 (display-time-world-display): Simplify.
9330
00af0b67
AM
93312010-07-18 Alan Mackenzie <acm@muc.de>
9332
9333 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9334 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9335 (c-before-hack-hook): Call `c-set-style' differently according to
9336 whether c-file-style was set in file or directory local
9337 variables.
9338
30c4d8dc
MM
93392010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9340
9341 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9342 (sql-product, sql-user, sql-database, sql-server, sql-port):
9343 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9344 property.
9345 (sql-password): Use defcustom :risky keyword rather than putting
9346 risky-local-variable property.
9347 (sql-oracle-login-params, sql-sqlite-login-params)
9348 (sql-solid-login-params, sql-sybase-login-params)
9349 (sql-informix-login-params, sql-ingres-login-params)
9350 (sql-ms-login-params, sql-postgres-login-params)
9351 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9352 (sql-linter-login-params): Add `port' option.
88b5a757 9353 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9354 (sql-comint-oracle, sql-comint-sybase)
9355 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9356 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9357 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9358 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9359 sql-comint-*.
88b5a757 9360 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9361 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9362 (sql-connection): New variable.
30c4d8dc
MM
9363 (sql-interactive-mode): Set it.
9364 (sql-connection-alist): New variable.
9365 (sql-connect): New function.
9366 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9367 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9368
f12492c8
TV
93692010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9370
9371 * image-mode.el (image-bookmark-make-record): Do not set context
9372 in an image (Bug#6650).
9373
91023c68
CY
93742010-07-17 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * simple.el (select-active-region): New function.
9377 (push-mark-command, set-mark, activate-mark)
9378 (handle-shift-selection): Use it.
9379 (deactivate-mark): Don't check for size of region.
9380
9381 * mouse.el (mouse-drag-track): Use select-active-region.
9382
1c0e8f0e
MA
93832010-07-17 Michael Albinus <michael.albinus@gmx.de>
9384
9385 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9386 "--dired" stronger.
9387
2490cbbc
CY
93882010-07-17 Chong Yidong <cyd@stupidchicken.com>
9389
9390 * term/x-win.el (x-select-enable-primary): Change default to nil.
9391 (x-select-enable-clipboard): Add :version keyword.
9392
9393 * mouse.el (mouse-drag-copy-region):
9394 * simple.el (select-active-regions): Likewise.
9395
f253ef6a
RS
93962010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9397
a628ad9d 9398 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9399 (vc-coding-system-for-diff): Use it to decide whether to inherit
9400 from the file the EOL format for reading the diffs of that file.
9401 (Bug#4451)
9402
134a027f
EZ
94032010-07-16 Eli Zaretskii <eliz@gnu.org>
9404
9405 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9406 unibyte, so compressed attachments are not compressed again.
9407
7e4289ad
MA
94082010-07-16 Michael Albinus <michael.albinus@gmx.de>
9409
9410 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9411 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9412 (tramp-find-shell): Simplify setting connection property.
9413 (tramp-get-ls-command): Make test for "--color=never" stronger.
9414
7473fff9 94152010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9416
9417 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9418 blocks within record declarations (i.e. variant parts) correctly.
9419
a11b38ee
SS
94202010-07-15 Simon South <ssouth@member.fsf.org>
9421
9422 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9423 over literal tokens when parsing so newlines aren't "absorbed" by
9424 single-line comments. Corrects the indentation of case blocks
9425 that have a comment on the first line.
9426
077e0753
KF
94272010-07-14 Karl Fogel <kfogel@red-bean.com>
9428
9429 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9430 by Drew Adams (Bug#5504).
9431
243881ed
J
94322010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9433
9434 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9435 now that Unicode is used (Bug#6594).
243881ed 9436
f9d71b42
CY
94372010-07-14 Chong Yidong <cyd@stupidchicken.com>
9438
9439 * term/x-win.el (x-select-enable-clipboard): Default to t.
9440 (x-initialize-window-system): Don't overwrite Paste menu item.
9441
9442 * simple.el (select-active-regions): Default to t.
9443 (push-mark-command): Don't overwrite primary with empty string.
9444
9445 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9446 (mouse-drag-copy-region): Default to nil.
9447
9448 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9449 Cut/Copy/Paste menu bar items.
9450
a628ad9d 94512010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9452
9453 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9454 Patch applied by Karl Fogel.
9455
9456 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9457 and `bookmark-current-buffer' if they have been already set in
9458 another buffer (e.g gnus-art).
9459
e44fa724 94602010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9461 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9462
9463 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9464
9465 * bookmark.el (bookmark-make-record-default): Allow unneeded
9466 information to be omitted from the record.
9467
9468 Adjust declarations and calls:
9469
9470 * info.el (bookmark-make-record-default): Adjust declaration.
9471 (Info-bookmark-make-record): Adjust call.
9472
9473 * woman.el (bookmark-make-record-default): Adjust declaration.
9474 (woman-bookmark-make-record): Adjust call.
9475
9476 * man.el (bookmark-make-record-default): Adjust declaration.
9477 (Man-bookmark-make-record): Adjust call.
9478
9479 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9480
9481 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9482
0c4371fe
KF
94832010-07-13 Karl Fogel <kfogel@red-bean.com>
9484
9485 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9486 This is also from Thierry Volpiatto's patch in bug #6444. However,
9487 because it was extraneous to the functional change in that patch,
9488 and causes a re-indendation, I am committing it separately.
9489
2bb8db3e 94902010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9491
9492 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9493 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9494 Patch applied by Karl Fogel (Bug#6444).
068a0233 9495
21bd02a6
CY
94962010-07-13 Chong Yidong <cyd@stupidchicken.com>
9497
9498 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9499
79cb9c05
AR
95002010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9501
9502 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9503 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9504 (ns-alternatives-map): Change S-tab binding to backtab
9505 (bug#6616).
9506
9507 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9508 under ns.
9509
beb000f9
AS
95102010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9511
dd86ea11
JB
9512 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9513 (Bug#5806)
e9952282 9514
beb000f9
AS
9515 * language/tv-util.el (tai-viet-re): Remove format.
9516
6f2cdcd1
KH
95172010-07-12 Kenichi Handa <handa@m17n.org>
9518
dd86ea11
JB
9519 * language/hebrew.el: Remove no-byte-compile declaration.
9520 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9521 composition-function-table for 3-character looking back.
9522 (hebrew-font-get-precomposed): New function.
9523 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9524
f479ef6e
CY
95252010-07-11 Chong Yidong <cyd@stupidchicken.com>
9526
9527 * mouse.el (mouse-drag-track): Handle select-active-regions
9528 (Bug#6612).
9529
3277c1ee
MA
95302010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9531
9532 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9533 empty argument to gvfs-copy.
9534
3260caf8
GM
95352010-07-10 Glenn Morris <rgm@gnu.org>
9536
9537 * calendar/calendar.el (calendar-week-end-day): New function.
9538 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9539 Respect calendar-week-start-day. (Bug#6606)
9540 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9541 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9542 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9543 respect calendar-week-start-day.
9544
c876b263
CY
95452010-07-10 Chong Yidong <cyd@stupidchicken.com>
9546
9547 * simple.el (use-region-p): Doc fix (Bug#6607).
9548
dce34635
AG
95492010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9550
6a7662bb
BR
9551 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9552 Add regexps for cucumber and ruby.
dce34635 9553
c0397930
DU
95542010-07-08 Daiki Ueno <ueno@unixuser.org>
9555
9556 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9557 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9558 find-file from opening empty buffer when decryption failed
c0397930
DU
9559 (bug#6568).
9560
fd5539c6
AM
95612010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9562
a628ad9d
JB
9563 * textmodes/ispell.el (ispell-alternate-dictionary):
9564 Use file-readable-p.
fd5539c6
AM
9565 Return nil if no word-list is found at default locations.
9566 (ispell-complete-word-dict): Default to nil.
9567 (ispell-command-loop): Use 'word-list' when using lookup-words.
9568 (lookup-words): Use ispell-complete-word-dict or
9569 ispell-alternate-dictionary. Check for word-list availability
9570 and handle errors if needed with better messages (Bug#6539).
9571 (ispell-complete-word): Use ispell-complete-word-dict or
9572 ispell-alternate-dictionary.
9573
4565b08e
CS
95742010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9575
9576 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9577 builtins (BufferError, BytesWarning, WindowsError; callables
9578 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9579
a2c270e7
GM
95802010-07-07 Glenn Morris <rgm@gnu.org>
9581
9582 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9583 (zone-shift-left): Ignore intangibility, and any errors from
9584 forward-char.
9585 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9586 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9587 deleting, and copying text properties.
9588 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9589 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9590 to point-max is hard.
9591 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9592 (zone-fill-out-screen): Ignore intangibility.
9593
81133808
CY
95942010-07-05 Chong Yidong <cyd@stupidchicken.com>
9595
4ad11f8c
CY
9596 * menu-bar.el (menu-bar-mode):
9597 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9598 if it has been set.
9599
81133808
CY
9600 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9601 word/line selection (Bug#6565).
9602
b24344ca
JB
96032010-07-04 Juanma Barranquero <lekktu@gmail.com>
9604
9605 * net/dbus.el (dbus-send-signal): Declare function.
9606
b1ce08da
MA
96072010-07-04 Michael Albinus <michael.albinus@gmx.de>
9608
9609 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9610 (dbus-register-property): New optional argument EMITS-SIGNAL.
9611 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9612
5592c08f
CY
96132010-07-03 Chong Yidong <cyd@stupidchicken.com>
9614
9615 * mouse.el (mouse-drag-overlay): Variable deleted.
9616 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9617 (mouse--remap-link-click-p): New function.
9618 (mouse-drag-track): Handle dragging by using temporary Transient
9619 Mark mode, instead of a special overlay.
9620 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9621 mouse-show-mark.
9622
9623 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9624 deleted.
9625
a6ed0e28
JL
96262010-07-02 Juri Linkov <juri@jurta.org>
9627
9628 * autoinsert.el (auto-insert-alist): Fix readability
9629 by using dotted pair notation for lambda.
9630
c91e692b
JL
96312010-07-02 Juri Linkov <juri@jurta.org>
9632
9633 * faces.el (read-face-name): Rename arg `string-describing-default'
9634 to `default'. Doc fix. Display the default value in quotes
9635 in the prompt. With empty input, return the `default' arg,
9636 unless the default value is a string (in which case return nil).
9637 (describe-face): Replace the string `default' arg of `read-face-name'
9638 with the symbol `default'.
9639
23640f8f
CY
96402010-07-02 Chong Yidong <cyd@stupidchicken.com>
9641
9642 * emulation/viper-cmd.el (viper-delete-backward-char)
9643 (viper-del-backward-char-in-insert)
9644 (viper-del-backward-char-in-replace, viper-change)
9645 (viper-backward-indent): Replace delete-backward-char with
9646 delete-char (Bug#6552).
9647
b32d1614
CY
96482010-07-01 Chong Yidong <cyd@stupidchicken.com>
9649
9650 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9651
c1ef4455
CY
96522010-06-30 Chong Yidong <cyd@stupidchicken.com>
9653
9654 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9655 argument passed to frame-creation-function (Bug#5378).
9656
9657 * faces.el (x-handle-named-frame-geometry)
9658 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9659 (face-set-after-frame-default, tty-create-frame-with-faces):
9660 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9661 PARAMETER argument.
9662
55702e89
AS
96632010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9664
9665 * startup.el (command-line): Don't call tool-bar-setup in a
9666 tty-only build.
9667
dc9a226c
CY
96682010-06-30 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * ruler-mode.el (ruler--save-header-line-format): New fun.
9671 (ruler-mode): Use it as a setter function, so as not to overwrite
9672 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9673
a2f043d3
CY
96742010-06-29 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9677 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9678 (vc-log-outgoing): Use it.
9679 (vc-diff-internal): Set diff-vc-backend.
9680
9681 * vc/diff-mode.el (diff-vc-backend): New var.
9682
62d115ef
J
96832010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9684
6a7662bb
BR
9685 * dynamic-setting.el (font-setting-change-default-font):
9686 Remove call to message.
62d115ef 9687
1180f752
KH
96882010-06-28 Kenichi Handa <handa@m17n.org>
9689
9690 * international/quail.el (quail-insert-kbd-layout): Fix the
9691 showing of untranslated characters.
9692
b9229673
CY
96932010-06-28 Chong Yidong <cyd@stupidchicken.com>
9694
9695 * simple.el (delete-active-region): New option.
9696 (delete-backward-char): Implement in Lisp.
9697 (delete-forward-char): New command.
9698
5f9d345c 9699 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9700 (mouse-show-mark): Simplify.
9701
9702 * bindings.el (global-map): Bind delete and DEL, the former to
9703 delete-forward-char.
9704
a628ad9d 97052010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9706
9707 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9708 (ruby-mode): Bind indent-line-function (Bug#5119).
9709
3468f435
CY
97102010-06-27 Chong Yidong <cyd@stupidchicken.com>
9711
9712 * startup.el (command-line): Recognize "0" X resource value.
9713
6431f2e6
CY
97142010-06-27 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * startup.el (command-line): Use X resources to set the value of
9717 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9718
9719 * menu-bar.el (menu-bar-mode):
9720 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9721 Set init-value to t.
9722
9723 * frame.el (frame-notice-user-settings): Don't change
9724 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9725 vice versa (Bug#2249).
9726
b61dfbe2
EZ
97272010-06-26 Eli Zaretskii <eliz@gnu.org>
9728
9729 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9730
f5cbf40e
AM
97312010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9732
a628ad9d
JB
9733 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9734 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9735
a628ad9d 9736 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9737 default directories are expanded (Bug#6143).
f5cbf40e 9738
8f3b8a5f
JL
97392010-06-24 Juri Linkov <juri@jurta.org>
9740
9741 * minibuffer.el (completions-format): Change default from nil to
9742 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9743
5af72a47
JL
97442010-06-24 Juri Linkov <juri@jurta.org>
9745
9746 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9747 buffer-locally to lambda that re-runs the vc diff command.
9748 (Bug#6447)
9749
8f804316
CY
97502010-06-24 Chong Yidong <cyd@stupidchicken.com>
9751
9752 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9753 echo area is in use (Bug#3412).
9754
be19ef0b
GM
97552010-06-22 Glenn Morris <rgm@gnu.org>
9756
6555773f
GM
9757 * textmodes/texinfmt.el (texinfo-format-region)
9758 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9759 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9760 (texinfo-format-option, texinfo-noindent):
9761 Use line-beginning-position and line-end-position.
9762
be19ef0b
GM
9763 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9764 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9765 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9766 utf-8 characters.
9767
7f0b7b3e
KF
97682010-06-21 Karl Fogel <kfogel@red-bean.com>
9769
49554388
GM
9770 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9771 forward-line fallout.
9772
e8579ebc
CY
97732010-07-06 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * mouse.el (mouse-appearance-menu): Add docstring.
9776
9777 * help.el (describe-key): Print up-event using key-description.
9778
5d1cd8bd
MA
97792010-07-03 Michael Albinus <michael.albinus@gmx.de>
9780
9781 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9782 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9783 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9784
112dbc0e
MA
97852010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9786
9787 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9788
d0cb23ca
DN
97892010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9790
9791 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9792 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9793 cases that cause insertion.
9794 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9795 with a nil state.
9796
01b229d1
CY
97972010-06-30 Chong Yidong <cyd@stupidchicken.com>
9798
9799 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9800
8bf1c786 98012010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9802
9803 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9804
dfc6544c
CY
98052010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9806
9807 * generic-x.el (bat-generic-mode): Fix regexp for command line
9808 switches (Bug#5719).
9809
b7d4de51
CY
98102010-06-27 Masatake YAMATO <yamato@redhat.com>
9811
dfc6544c
CY
9812 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9813 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9814
53cfe624 98152010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9816
8bf1c786 9817 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9818 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9819 bindings of bookmark-automatically-show-annotations (Bug#6515).
9820
aca54191
EZ
98212010-06-25 Eli Zaretskii <eliz@gnu.org>
9822
9823 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9824 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9825
2330fa87
ŠN
98262010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9827
9828 * comint.el (make-comint, make-comint-in-buffer): Mention return
9829 value in the docstrings. (Bug#6498)
9830
29115ca9
YR
98312010-06-24 Yoni Rabkin <yoni@rabkins.net>
9832
9833 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9834 since it is not present when using some non-default switches.
9835
2c79f053
KF
98362010-06-23 Karl Fogel <kfogel@red-bean.com>
9837
7f0b7b3e
KF
9838 * simple.el (compose-mail): Fix doc string to refer to
9839 `compose-mail-user-agent-warnings', instead of to the
9840 nonexistent `compose-mail-check-user-agent'.
9841
43a91810
AM
98422010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9843
9844 Fix an indentation bug:
9845
9846 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9847 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9848 of existing values.
9849
9850 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9851 (c-clear->-pair-props-if-match-before): now return t when they've
9852 cleared properties, nil otherwise.
9853 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9854 by taking account of the existing value.
9855
9856 * progmodes/cc-defs.el
9857 (c-clear-char-property-with-value-function): Fix this to clear the
9858 property rather than overwriting it with nil.
9859
8adb4c33
CY
98602010-06-20 Chong Yidong <cyd@stupidchicken.com>
9861
9862 * emacs-lisp/package.el (package-print-package): Add link to
9863 package description via describe-package.
9864 (describe-package-1): List package requirements. Add button to
9865 perform installation.
9866 (package-menu-describe-package): New command.
9867
9868 * help-mode.el (help-package): New button type.
9869
cced7584
CY
98702010-06-19 Chong Yidong <cyd@stupidchicken.com>
9871
9872 * emacs-lisp/package.el: Move package-list-packages binding to
9873 menu-bar.el.
9874 (describe-package, describe-package-1, package--dir): New funs.
9875 (package-activate-1): Use package--dir.
9876
9877 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9878
9879 * help-mode.el (help-package-def): New button type.
9880
9881 * menu-bar.el: Move package-list-packages binding here from
9882 package.el.
9883
d148e8f9
GH
98842010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9885
9886 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9887
b1a03ef6
SM
98882010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * emacs-lisp/edebug.el (edebug-read-list):
9891 Phase out old-style backquotes.
9892
dbd6da78
JL
98932010-06-17 Juri Linkov <juri@jurta.org>
9894
9895 * help-mode.el (help-mode): Set buffer-local variable
9896 revert-buffer-function to help-mode-revert-buffer.
9897 (help-mode-revert-buffer): New function.
9898
9899 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9900 before popping to "*info*" (like in other Info functions).
9901 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9902 old-history-forward. Pop to old-buffer-name or "*info*" to
9903 recreate the killed buffer. Set Info-history-forward from
9904 old-history-forward.
9905 (Info-breadcrumbs-depth): Add :group and :version.
9906
64eba874
DN
99072010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9908
9909 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9910
26508c03
AM
99112010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9912
a628ad9d
JB
9913 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9914 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9915
69582fcd
JB
99162010-06-17 Juanma Barranquero <lekktu@gmail.com>
9917
54ea2a0d
JB
9918 * emacs-lisp/package.el (package-menu-mode-map):
9919 Move initialization into declaration.
9920
69582fcd
JB
9921 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9922
44198b6e
CY
99232010-06-17 Chong Yidong <cyd@stupidchicken.com>
9924
9925 * emacs-lisp/package.el (package-archive-base): Point to
9926 elpa.gnu.org.
9927 (package-enable, package-load-list): New defcustoms.
9928 (package-user-dir, package-directory-list): Turn into defcustoms.
9929 Don't include package-user-dir in package-directory-list.
9930 (package--builtins-base): Don't include Emacs as a "package".
9931 (package-subdirectory-regexp): New var.
9932 (package-load-all-descriptors, package-compute-transaction)
9933 (package-download-transaction): Obey package-load-list.
9934 (package-activate-1): Rename from package-do-activate.
9935 (package-list-packages-internal): Check package-load-list.
9936 (package-load-descriptor, package-generate-autoloads)
9937 (package-unpack, package-unpack-single)
6a7662bb
BR
9938 (package--read-archive-file, package-delete):
9939 Use expand-file-name.
44198b6e
CY
9940
9941 * emacs-lisp/package-x.el: New file. Package uploading
9942 functionality split out from package.el.
9943
95b6d681 9944 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9945
99462010-06-17 Tom Tromey <tromey@redhat.com>
9947
9948 * emacs-lisp/package.el: New file.
9949
50d76a9f
DN
99502010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9951
9952 Fix vc-annotate for renamed files when using Git.
76e3243a 9953 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9954 ls-files. Doe not pass the object as a file name to cat-file, it
9955 is not a file name.
9956 (vc-git-annotate-command): Pass the file name using -- to avoid
9957 ambiguity with the revision.
9958 (vc-git-previous-revision): Pass a relative file name.
9959
6095a05b
GM
99602010-06-22 Glenn Morris <rgm@gnu.org>
9961
943375a6
GM
9962 * progmodes/js.el (js-mode-map): Use standard capitalization and
9963 ellipses for menu entries.
9964
6095a05b
GM
9965 * wid-edit.el (widget-complete): Doc fix.
9966
4514199e
JH
99672010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9968
9969 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9970
c4786d60
DN
99712010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9972
11c46b39 9973 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9974 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9975 VC backend. Use it when non-nil.
a628ad9d 9976 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9977 (Bug#6487).
11c46b39 9978
c4786d60 9979 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9980 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9981 Do not pass the file name to the 'previous-revision call when we
9982 don't want a file diff. (Bug#6489)
9983
04ec0963
DN
99842010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9985
11c46b39 9986 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9987 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9988 the VC backend. Use it when non-nil.
76e3243a 9989 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9990 backend to vc-find-revision. (Bug#6487)
9991
c036381c
DN
99922010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9993
9994 Fix reading file names in Git annotate buffers.
95b6d681
JB
9995 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9996 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9997
05c123e6
AM
99982010-06-20 Alan Mackenzie <acm@muc.de>
9999
10000 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
10001 in file local variables, set it first.
10002
4111f0c7
GM
100032010-06-19 Glenn Morris <rgm@gnu.org>
10004
74739ffd
GM
10005 * descr-text.el (describe-char-unicode-data): Insert separating
10006 space when needed. (Bug#6422)
10007
4111f0c7
GM
10008 * progmodes/idlwave.el (idlwave-action-and-binding):
10009 Fix typo in 2009-12-03 change. (Bug#6450)
10010
e20f0421
SM
100112010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10014 handling for `lambda' (misunderstanding).
10015
fb3e306a
JB
100162010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10017
dd86ea11 10018 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
10019 constants aren't distributed after they are factored out.
10020
e020fb59
JL
100212010-06-16 Juri Linkov <juri@jurta.org>
10022
10023 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10024 `list-colors-print'. (Bug#6332)
10025
b8add347
SM
10026 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10027
36901266
SM
100282010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10029
49b2e83d
SM
10030 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10031 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10032
36901266
SM
10033 * font-lock.el (font-lock-major-mode): Rename from
10034 font-lock-mode-major-mode to distinguish it from
10035 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10036 (font-lock-set-defaults):
10037 * font-core.el (font-lock-default-function): Adjust users.
10038 (font-lock-mode): Don't set it at all.
10039
2a64315a 100402010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 10041
76e3243a 10042 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 10043
2a64315a 100442010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
10045
10046 * calendar/appt.el (appt-time-msg-list): Doc fix.
10047 (appt-check): Let-bind appt-warn-time.
10048 (appt-add): Make the 3rd argument optional.
10049 Simplify argument names. Doc fix. Check for integer WARNTIME.
10050 Only add WARNTIME to the output list if non-nil.
10051
2a64315a 100522010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
10053
10054 * calendar/appt.el (appt-check): Let the 3rd element of
10055 appt-time-msg-list specify the warning time.
10056 (appt-add): Add new argument with the warning time. (Bug#5176)
10057
6a7662bb 100582010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 10059
76e3243a 10060 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
10061 older than version 1.6. (Bug#6361)
10062
2a64315a 100632010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
10064
10065 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10066 used by cl-do-arglist. (Bug#6408)
10067
30d7ac37
AM
100682010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10069
6a7662bb
BR
10070 * textmodes/ispell.el (ispell-dictionary-base-alist):
10071 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
10072 Suggested by Rolando Pereira (bug#6434).
10073
8fd02581
JB
100742010-06-15 Juanma Barranquero <lekktu@gmail.com>
10075
10076 * facemenu.el (list-colors-sort): Doc fix.
10077
6a7662bb 100782010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
10079
10080 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10081
f0bf7c8e
JL
100822010-06-14 Juri Linkov <juri@jurta.org>
10083
10084 Add sort option `list-colors-sort'. (Bug#6332)
10085 * facemenu.el (color-rgb-to-hsv): New function.
10086 (list-colors-sort): New defcustom.
10087 (list-colors-sort-key): New function.
10088 (list-colors-display): Doc fix. Sort list according to the option
10089 `list-colors-sort'.
10090 (list-colors-print): Add HSV values to `help-echo' property of
10091 RGB strings.
10092
c42fe9a5
JL
100932010-06-14 Juri Linkov <juri@jurta.org>
10094
10095 * compare-w.el: Move to the "vc" subdirectory.
10096
b263a4c4
SM
100972010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10098
d8b0cddd
SM
10099 * image-mode.el (image-mode-map): Remap left-char and right-char.
10100
b263a4c4
SM
10101 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10102
89877f5f
CY
101032010-06-12 Chong Yidong <cyd@stupidchicken.com>
10104
133a8d82
CY
10105 * term/common-win.el (x-colors): Add all the color names defined
10106 in rgb.txt (Bug#6332).
10107
89877f5f
CY
10108 * facemenu.el (list-colors-print): Don't print extra names if it
10109 will overflow the window width.
10110
10111 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 10112 change (Bug#6343).
89877f5f 10113
9d1f18b5
EZ
101142010-06-12 Eli Zaretskii <eliz@gnu.org>
10115
10116 * files.el (make-directory): Doc fix (bug#6396).
10117
b81a0b56
MA
101182010-06-12 Michael Albinus <michael.albinus@gmx.de>
10119
10120 * net/tramp.el (tramp-remote-process-environment): Protect version
10121 string by apostroph.
10122 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10123 XEmacs.
10124 (tramp-file-name-for-operation): Add `call-process-region'.
10125 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10126
10127 * net/tramp-compat.el (top): Do not autoload
10128 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10129 only when `start-file-process' is not bound.
10130 (tramp-advice-file-expand-wildcards): Do not use
10131 `tramp-handle-file-remote-p'.
10132 (tramp-compat-make-temp-file): Handle the case, that
10133 `make-temp-file' has no third argument EXTENSION.
10134
69f18acc
JB
101352010-06-11 Juanma Barranquero <lekktu@gmail.com>
10136
5fee75d4
JB
10137 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10138
69f18acc
JB
10139 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10140
9766adfb
JL
101412010-06-11 Juri Linkov <juri@jurta.org>
10142
10143 * finder.el (finder-known-keywords): Add keyword "vc"
10144 for version control.
10145
10146 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10147 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10148 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10149 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10150
56b2854f
JL
101512010-06-11 Juri Linkov <juri@jurta.org>
10152
10153 Move version control related files to the "vc" subdirectory.
10154 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10155 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10156 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10157 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10158 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10159 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10160 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10161 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10162 Move files to the "vc" subdirectory.
10163
6534e58a
CY
101642010-06-11 Chong Yidong <cyd@stupidchicken.com>
10165
10166 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10167 (Bug#6367).
10168
84d9562f
SE
101692010-06-11 Stephen Eglen <stephen@gnu.org>
10170
10171 * shell.el: Bind `shell-resync-dirs' to M-RET.
10172
3ef0a6a5
MA
101732010-06-10 Michael Albinus <michael.albinus@gmx.de>
10174
10175 * notifications.el: Move file from lisp/net, because it is
10176 supposed to talk locally to the user.
10177
fa4003da
MA
101782010-06-10 Julien Danjou <julien@danjou.info>
10179
10180 * net/notifications.el (notifications-on-action-signal)
10181 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 10182 argument to the callback functions. Add docstrings.
fa4003da
MA
10183 (notifications-notify): Fix docstring.
10184
46e6650e
GM
101852010-06-10 Glenn Morris <rgm@gnu.org>
10186
10187 * emacs-lisp/authors.el (authors-ignored-files)
10188 (authors-valid-file-names): Add some files.
10189
a71832f7
SM
101902010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10193 merge conflict, giving preference to the emacs-23 version of the code.
10194
8c6eab5a
SM
101952010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10196
989bc97f
SM
10197 * emacs-lisp/advice.el (ad-compile-function):
10198 Define warning-suppress-types before we let-bind it (bug#6275).
10199
8c6eab5a
SM
10200 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10201 declare it, make it buffer-local and permanent-local (bug#6324).
10202 (vc-resynch-window): Adjust name.
10203 * vc-hooks.el (vc-find-file-hook): Adjust name.
10204
890a18d6
MA
102052010-06-09 Michael Albinus <michael.albinus@gmx.de>
10206
10207 * net/notifications.el (notifications-notify): Fix docstring.
10208
bf3e70eb
JB
102092010-06-09 Juanma Barranquero <lekktu@gmail.com>
10210
10211 Update to Unicode 6.0.0 beta.
10212 * international/charprop.el: Update copyright.
10213 * international/mule-cmds.el (ucs-names): Update character ranges.
10214 * international/uni-bidi.el:
10215 * international/uni-category.el:
10216 * international/uni-combining.el:
10217 * international/uni-comment.el:
10218 * international/uni-decimal.el:
10219 * international/uni-decomposition.el:
10220 * international/uni-digit.el:
10221 * international/uni-lowercase.el:
10222 * international/uni-mirrored.el:
10223 * international/uni-name.el:
10224 * international/uni-numeric.el:
10225 * international/uni-old-name.el:
10226 * international/uni-titlecase.el:
10227 * international/uni-uppercase.el: Regenerate.
10228
b978141d
JB
102292010-06-09 Juanma Barranquero <lekktu@gmail.com>
10230
ee8359ba
JB
10231 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10232 (smie-precs-precedence-table): Fix typo in docstring.
10233
f64ab8fb
JB
10234 * vc-mtn.el (log-edit-extract-headers): Declare function.
10235
883ffa8c
JB
10236 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10237
b978141d
JB
10238 * net/notifications.el (dbus-register-signal): Declare function.
10239 (notifications-notify): Fix typos and reflow docstring.
10240
5f4f2ae4
DN
102412010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10242
10243 Improve VC create/retrieve tag/branch.
10244 * vc.el (vc-create-tag): Do not read the directory name for VCs
10245 with repository revision granularity. Adjust the tag/branch
10246 prompt. Reset VC properties.
10247 (vc-retrieve-tag): Do not read the directory name for VCs
10248 with repository revision granularity. Reset VC properties.
10249
41a86354
MA
102502010-06-09 Julien Danjou <julien@danjou.info>
10251
ef33fd34 10252 * net/notifications.el: New file.
41a86354 10253
fab43c76
DN
102542010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10255
00fd1147
DN
10256 Add optional support for resetting VC properties.
10257 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10258 call vc-file-clearprops when true.
10259 (vc-resynch-buffer): Add new optional argument, pass it down.
10260 (vc-resynch-buffers-in-directory): Likewise.
10261
fab43c76
DN
10262 Improve support for special markup in the VC commit message.
10263 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10264 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10265 * vc-git.el (vc-git-checkin):
10266 * vc-bzr.el (vc-bzr-checkin): Likewise.
10267
e7d67e73
SM
102682010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10271 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10272
277e6741
MP
102732010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10274
10275 * iimage.el: Remove images as soon as the underlying text is modified.
10276 (iimage-modification-hook): New function.
10277 (iimage-mode-buffer): Use it.
10278
83156c18
SM
102792010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10282 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10283 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10284 (smie-indent-keyword): Add handling of open-paren keywords.
10285 (smie-indent-comment-continue): Don't assume comment-continue.
10286
13b5221f
MR
102872010-06-07 Martin Rudalics <rudalics@gmx.at>
10288
10289 * window.el (pop-to-buffer): Remove the conditional that
10290 compares new-window and old-window, so it will reselect
10291 the selected window unconditionally.
10292 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10293
c2ea5810
SM
102942010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * emacs-lisp/smie.el (smie-indent-offset-after)
10297 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10298 (smie-indent-after-keyword): Use them.
10299 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10300 (smie-indent-keyword): Tweak the black magic.
10301 (smie-indent-comment-continue): Strip comment-continue before use.
10302 (smie-indent-functions): Indent comments before keywords.
10303
27dd3c11
JL
103042010-06-06 Juri Linkov <juri@jurta.org>
10305
10306 * isearch.el (isearch-lazy-highlight-search): Fix looping
10307 by checking for empty match. This syncs this loop with the
10308 similar loop in `isearch-search'. (Bug#6362)
10309
35b148ee
JB
103102010-06-05 Juanma Barranquero <lekktu@gmail.com>
10311
10312 * net/dbus.el (dbus-register-method): Declare function.
10313 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10314 (dbus-introspect): Doc fix.
10315 (dbus-event-bus-name, dbus-introspect-get-interface)
10316 (dbus-introspect-get-argument): Reflow docstrings.
10317
eccdfe5f
DN
103182010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10319
10320 vc-log-incoming/vc-log-outgoing fixes for Git.
10321 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10322 incoming/outgoing logs.
10323 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10324 instead of vc-git-compute-remote.
10325 (vc-git-compute-remote): Remove.
10326
86253dc0
CY
103272010-06-04 Chong Yidong <cyd@stupidchicken.com>
10328
10329 * term/common-win.el (x-colors): Add "dark green" and "dark
10330 turquoise" (Bug#6332).
10331
0665f661
JL
103322010-06-04 Juri Linkov <juri@jurta.org>
10333
10334 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10335 Instead of setting `replace' to t and replacing the same string
10336 with itself, don't do certain actions when
10337 kill-do-not-save-duplicates is non-nil and string is equal to car
10338 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10339 interprogram-paste strings to kill-ring, and don't push the input
10340 argument `string' to kill-ring.
10341 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10342
087fc47a
JB
103432010-06-04 Juanma Barranquero <lekktu@gmail.com>
10344
10345 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10346
4f201088
MA
103472010-06-04 Michael Albinus <michael.albinus@gmx.de>
10348
10349 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10350 (tramp-gvfs-handler-mounted-unmounted)
10351 (tramp-gvfs-connection-mounted-p): Handle default-location.
10352
10353 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10354 move files to trash.
10355
18ccd78a
JB
103562010-06-04 Juanma Barranquero <lekktu@gmail.com>
10357
10358 * international/mule-cmds.el (nonascii-insert-offset)
10359 (nonascii-translation-table): Add obsolescence information.
10360
10361 * international/mule.el (make-translation-table-from-vector): Doc fix.
10362
3845c322
GM
103632010-06-03 Glenn Morris <rgm@gnu.org>
10364
10365 * desktop.el (desktop-clear-preserve-buffers):
10366 Add "*Warnings*" buffer. (Bug#6336)
10367
54d3626e
DN
103682010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10369
6941ffec
DN
10370 vc-log-incoming/vc-log-outgoing improvements for Git.
10371 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10372 short log.
10373 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10374
54d3626e
DN
10375 Add bindings for vc-log-incoming and vc-log-outgoing.
10376 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10377 and vc-log-outgoing.
10378 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10379 and vc-log-outgoing.
10380
aa1bc616
CY
103812010-06-03 Chong Yidong <cyd@stupidchicken.com>
10382
10383 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10384 (rcirc-handler-366): Always sort nicknames.
10385
e2d2a205
JB
103862010-06-03 Juanma Barranquero <lekktu@gmail.com>
10387
10388 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10389
44ea155d
CY
103902010-06-03 Chong Yidong <cyd@stupidchicken.com>
10391
a628ad9d 10392 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10393
a91dedc4
SM
103942010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10395
10396 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10397 (rcirc-sort-nicknames-join): Avoid setq.
10398
c62bf05a
DD
103992010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10400
10401 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10402 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10403 (rcirc-handler-366): Use them.
10404
dd2c3c92
SM
104052010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 Split smie-indent-calculate into more manageable chunks.
10408 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10409 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10410 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10411 (smie-indent-exps): Extract from smie-indent-calculate.
10412 (smie-indent-functions): New var.
10413 (smie-indent-functions): Use them.
10414
927c346b
SM
104152010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10418 (smie-indent-calculate): Simplify and cleanup.
10419
1efeec86
MA
104202010-06-02 Michael Albinus <michael.albinus@gmx.de>
10421
10422 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10423 (tramp-gvfs-mount-point): Remove.
10424 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10425 New defuns.
1efeec86
MA
10426 (with-tramp-dbus-call-method): Format trace message.
10427 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10428 Implement backup call, when operation on local files fails.
10429 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10430 (tramp-gvfs-handle-make-directory): Make more traces.
10431 (tramp-gvfs-url-file-name): Hexify file name in url.
10432 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10433 into account for the resulting file name.
10434 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10435 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10436 (tramp-gvfs-handler-mounted-unmounted)
10437 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10438 attribute "default_location". Set "prefix" property.
10439 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10440 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10441 exists. Raise an error, if not (due to a corresponding answer
10442 "no" in interactive questions, for example).
10443
89877f5f 104442010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10445
10446 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10447
24f574a9
JB
104482010-06-01 Juanma Barranquero <lekktu@gmail.com>
10449
10450 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10451 right-*. (Bug#6265)
10452
290736f2
DN
104532010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10454
61158bfa
DN
10455 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10456 * vc-git.el (vc-git-compute-remote): New function.
10457 (vc-git-log-outgoing): Use it instead of hard coding a value.
10458 (vc-git-log-incoming): New function.
10459
5828f6ca
DN
10460 Improve state updating for VC tag commands.
10461 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10462 to update the state of all buffers in the directory.
10463
290736f2
DN
10464 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10465
feceda26
SM
104662010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10469 `file-directory-p' to the filename part rather than to the whole text.
10470
896114cf
SM
104712010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10474
1603358c
DA
104752010-05-31 Drew Adams <drew.adams@oracle.com>
10476
10477 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10478
fe40dc63
JB
104792010-05-31 Juanma Barranquero <lekktu@gmail.com>
10480
10481 * subr.el (momentary-string-display): Just use read-event to read
10482 the exit event (Bug#6238).
10483
9e8014c6
EZ
104842010-05-30 Eli Zaretskii <eliz@gnu.org>
10485
10486 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10487
61a08071
JB
104882010-05-30 Juanma Barranquero <lekktu@gmail.com>
10489
10490 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10491 Suggested by Eli Zaretskii <eliz@gnu.org>.
10492
5feec8ca
SM
104932010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * minibuffer.el (completion-file-name-table): Don't return a boundary
10496 past the end of `string' (bug#6299).
10497 (completion--file-name-table): Delegate to completion-file-name-table
10498 for the `boundaries' case.
10499
8175cb90
JB
105002010-05-30 Juanma Barranquero <lekktu@gmail.com>
10501
2b94133f
JB
10502 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10503 movement commands.
10504
8175cb90
JB
10505 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10506 `path-separator', but maintain compatibility with Emacs 20.2.
10507
0191e222
CY
105082010-05-29 Chong Yidong <cyd@stupidchicken.com>
10509
10510 * server.el (server-process-filter): Receive parent-id argument
10511 from emacsclient.
10512 (server-create-window-system-frame): New arg. Pass parent-id as
10513 frame parameter.
10514
9b655a0a
EZ
105152010-05-29 Eli Zaretskii <eliz@gnu.org>
10516
db5dce9d
EZ
10517 Bidi-sensitive word movement with arrow keys.
10518 * subr.el (right-arrow-command, left-arrow-command): Move to
10519 bindings.el.
10520
10521 * bindings.el (right-char, left-char): Move from subr.el and
10522 rename from right-arrow-command and left-arrow-command.
10523 (right-word, left-word): New functions.
10524 (global-map) <right>: Bind to right-char.
10525 (global-map) <left>: Bind to left-char.
10526 (global-map) <C-right>: Bind to right-word.
10527 (global-map) <C-left>: Bind to left-word.
10528
9b655a0a
EZ
10529 * ls-lisp.el (ls-lisp-classify-file): New function.
10530 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10531 (ls-lisp-classify): Call ls-lisp-classify-file.
10532 (insert-directory): Remove blanks from switches.
10533
fcb52808
CY
105342010-05-29 Chong Yidong <cyd@stupidchicken.com>
10535
10536 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10537 (ansi-color-drop-regexp): New constant.
10538 (ansi-color-apply, ansi-color-filter-region)
896114cf 10539 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10540 (ansi-color-apply): Build string list before calling concat.
10541
0040735a
JL
105422010-05-28 Juri Linkov <juri@jurta.org>
10543
10544 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10545 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10546 (Bug#5270)
10547
b6827fff
MA
105482010-05-28 Michael Albinus <michael.albinus@gmx.de>
10549
10550 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10551 to ignored backtrace functions.
10552 (with-progress-reporter): Expand docstring.
10553 (tramp-handle-delete-file): Implement TRASH argument.
10554 (tramp-get-remote-trash): New defun.
10555
eba082a2
MA
105562010-05-28 Michael Albinus <michael.albinus@gmx.de>
10557
6a7662bb
BR
10558 * net/tramp-compat.el (tramp-compat-delete-file):
10559 Use `symbol-value' for backward compatibility.
eba082a2
MA
10560
10561 * net/tramp.el (tramp-handle-make-symbolic-link)
10562 (tramp-handle-load)
10563 (tramp-do-copy-or-rename-file-via-buffer)
10564 (tramp-do-copy-or-rename-file-directly)
10565 (tramp-do-copy-or-rename-file-out-of-band)
10566 (tramp-handle-process-file, tramp-handle-call-process-region)
10567 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10568 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10569 (tramp-delete-temp-file-function): Use `delete-file' instead
10570 of `tramp-compat-delete-file'.
10571
10572 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10573 (tramp-fish-handle-make-symbolic-link)
10574 (tramp-fish-handle-process-file): Use `delete-file' instead
10575 of `tramp-compat-delete-file'.
10576
6a7662bb
BR
10577 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10578 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10579
d86d2721
SM
10580 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10581 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10582
6a7662bb
BR
10583 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10584 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10585
10586 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10587 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10588 (tramp-smb-handle-write-region): Use `delete-file' instead of
10589 `tramp-compat-delete-file'.
10590 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10591
f1a5d776
CY
105922010-05-27 Chong Yidong <cyd@stupidchicken.com>
10593
10594 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10595 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10596 (dired-do-flagged-delete, dired-do-delete): Use trash.
10597
10598 * speedbar.el (speedbar-item-delete): Allow trashing.
10599
10600 * files.el (delete-directory): New arg TRASH.
10601
10602 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10603 (ange-ftp-rename-remote-to-remote)
10604 (ange-ftp-rename-local-to-remote)
10605 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10606 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10607 `delete-file'.
10608 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10609 allow trashing.
10610
10611 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10612 handle new TRASH arg of `delete-file'.
10613
c4ce1145 10614 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10615 (tramp-handle-make-symbolic-link, tramp-handle-load)
10616 (tramp-do-copy-or-rename-file-via-buffer)
10617 (tramp-do-copy-or-rename-file-directly)
10618 (tramp-do-copy-or-rename-file-out-of-band)
10619 (tramp-handle-process-file, tramp-handle-call-process-region)
10620 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10621 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10622 (tramp-delete-temp-file-function): Use null TRASH arg in
10623 tramp-compat-delete-file call.
10624
10625 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10626 (tramp-fish-handle-delete-file)
10627 (tramp-fish-handle-make-symbolic-link)
10628 (tramp-fish-handle-process-file): Use null TRASH arg in
10629 `tramp-compat-delete-file' call.
10630
10631 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10632 arg in `tramp-compat-delete-file' call.
10633
10634 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10635 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10636 `tramp-compat-delete-file' call.
10637
10638 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10639 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10640 `tramp-compat-delete-file' call.
10641
10642 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10643 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10644 (tramp-smb-handle-write-region): Use null TRASH arg in
10645 tramp-compat-delete-file call.
10646 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10647 (tramp-smb-handle-delete-file): Rename arg.
10648
10649 * diff.el (diff-sentinel):
10650 * epg.el (epg--make-temp-file, epg-decrypt-string)
10651 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10652 * jka-compr.el (jka-compr-partial-uncompress)
10653 (jka-compr-call-process, jka-compr-write-region):
10654 * server.el (server-sentinel): Remove optional arg from
10655 delete-file, reverting 2010-05-03 change.
10656
ecb0ab90
CY
106572010-05-27 Chong Yidong <cyd@stupidchicken.com>
10658
6a7662bb
BR
10659 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10660 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10661
2b25da45
KH
106622010-05-27 Kenichi Handa <handa@m17n.org>
10663
10664 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10665 element of GSTRING is nil.
10666
11e4d8c0
SM
106672010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * emacs-lisp/smie.el (smie-forward-token-function)
10670 (smie-backward-token-function): New vars.
10671 (smie-backward-sexp, smie-forward-sexp)
10672 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10673 (smie-default-backward-token): Rename from smie-backward-token and
10674 skip comments.
10675 (smie-default-forward-token): Rename from smie-forward-token and
10676 skip comments.
10677 (smie-next-sexp): Handle nil results from next-token.
10678 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10679
4da3541b
CY
106802010-05-27 Chong Yidong <cyd@stupidchicken.com>
10681
896114cf
SM
10682 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10683 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10684
106852010-05-27 Masatake YAMATO <yamato@redhat.com>
10686
10687 * htmlfontify.el (hfy-face-resolve-face): New function.
10688 (hfy-face-to-style): Use it (Bug#6279).
10689
6dc439cb
SM
106902010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10693 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10694
021eb8d7
GM
106952010-05-26 Glenn Morris <rgm@gnu.org>
10696
10697 * emulation/edt.el (edt-load-keys): Use locate-library.
10698
bef4957b
CY
106992010-05-25 Chong Yidong <cyd@stupidchicken.com>
10700
10701 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10702 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10703 (log-edit-changelog-insert-entries): Args changed.
10704 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10705 (log-edit-insert-changelog-entries): Reorganize return value of
10706 `log-edit-changelog-entries' to pass filenames to
10707 log-edit-changelog-insert-entries.
10708
84fb0956
TV
107092010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10710
10711 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10712 `image-dired-dired-insert-marked-thumbs' to
10713 `image-dired-dired-toggle-marked-thumbs'.
10714
10715 * image-dired.el: Require cl when compiling.
10716 (image-dired-dired-toggle-marked-thumbs): Rename from
10717 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10718 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10719 to 'no-dir. Skip files whose names don't match
10720 `image-file-name-regexp'. When file has a thumbnail overlay,
10721 delete it. (Bug#5270)
10722
0fb1193d
JL
107232010-05-25 Juri Linkov <juri@jurta.org>
10724
10725 * image-mode.el (image-mode): Add image-after-revert-hook to
10726 after-revert-hook.
10727 (image-after-revert-hook): New function. (Bug#5669)
10728
fc937924
JL
107292010-05-25 Juri Linkov <juri@jurta.org>
10730
10731 * image.el (image-animated-p): When delay between animated images
10732 is 0, set it to 10 (0.1 sec). (Bug#6258)
10733
fa9ba953
MA
107342010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10735
10736 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10737 `forward-word', its default syntax could be changed.
fa9ba953 10738
9e021389
MA
107392010-05-25 Michael Albinus <michael.albinus@gmx.de>
10740
10741 * net/tramp.el (tramp-progress-reporter-update): New defun.
10742 (with-progress-reporter): Use it.
10743 (tramp-process-actions):
6a7662bb
BR
10744 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10745 Preserve current message, in order to let progress reporter continue
9e021389
MA
10746 afterwards. (Bug#6257)
10747
6169260b
GM
107482010-05-25 Glenn Morris <rgm@gnu.org>
10749
10750 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10751 Add :version.
10752
d26781af
RY
107532010-05-25 Ryan Yeske <rcyeske@gmail.com>
10754
8826afe3 10755 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10756 (rcirc-default-full-name): Change to "unknown".
10757 (rcirc-user-name-history): Add variable.
8826afe3
GM
10758
107592010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10760 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10761
10762 * net/rcirc.el (rcirc-server-alist): Add :pass.
10763 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10764 username and password.
a628ad9d 10765 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10766 value to server when connecting.
10767
d355a0b7
SM
107682010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10769
f5228f84
SM
10770 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10771 (smie-merge-prec2s): Pass the tables as separate args.
10772 (smie-bnf-precedence-table): Adjust call accordingly.
10773 (smie-prec2-levels): Set levels at the end.
10774
d355a0b7
SM
10775 Replace Lisp calls to delete-backward-char by delete-char.
10776 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10777 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10778 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10779 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10780 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10781 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10782 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10783 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10784 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10785 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10786 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10787 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10788 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10789 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10790 delete-backward-char by calls to delete-char.
10791
f668ef02
KH
107922010-05-25 Kenichi Handa <handa@m17n.org>
10793
10794 * language/hebrew.el (hebrew-shape-gstring): New function.
10795 Register it in composition-function-table for all Hebrew combining
10796 characters.
10797
397eb3f3
SM
107982010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * epa.el (epa--select-keys): Don't explicitly delete the window since
10801 that can fail (e.g. sole window in frame). Use dedication instead.
10802
171eda53 108032010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10804
10805 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10806
110683ad
CY
108072010-05-22 Chong Yidong <cyd@stupidchicken.com>
10808
10809 * image.el (image-refresh): Define as an alias for image-flush.
10810
10811 * image-mode.el (image-toggle-display-image): Caller changed.
10812
df9db151
JL
108132010-05-21 Juri Linkov <juri@jurta.org>
10814
10815 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10816 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10817 whitespace, call wildcard-to-regexp on substrings and concat them
10818 with "\\|". (Bug#6114)
10819
c0209c2c
AM
108202010-05-21 Alan Mackenzie <acm@muc.de>
10821
171eda53
SM
10822 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10823 Replace parameter `here' with `here-' and `here-plus', which sandwich
10824 any pertinent CPP construct.
c0209c2c
AM
10825 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10826 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10827 CPP construct from taking part in the scanning.
10828
655bded0
MA
108292010-05-21 Michael Albinus <michael.albinus@gmx.de>
10830
10831 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10832 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10833 Tune `with-progress-reporter' messages.
655bded0
MA
10834 (tramp-handle-vc-registered):
10835 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10836 (tramp-fish-handle-insert-file-contents)
10837 (tramp-fish-maybe-open-connection):
10838 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10839 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10840 (tramp-imap-handle-insert-file-contents)
10841 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10842
3e17a1a7
JB
108432010-05-21 Juanma Barranquero <lekktu@gmail.com>
10844
bf1e8d4a
JB
10845 * add-log.el (change-log-font-lock-keywords):
10846 Highlight all authors in multi-author entries.
10847
3e17a1a7
JB
10848 * smerge-mode.el (smerge-refine-ignore-whitespace)
10849 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10850 Fix typos in docstrings.
10851 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10852
969e684a
GM
108532010-05-21 Glenn Morris <rgm@gnu.org>
10854
e75c1e7d
GM
10855 * progmodes/fortran.el (fortran-mode):
10856 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10857
969e684a
GM
10858 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10859 having a relative path in src/Makefile.in.
10860
a50878fa
KR
108612010-05-20 Kevin Ryde <user42@zip.com.au>
10862
10863 * help-mode.el (help-make-xrefs): For Info node links turn
10864 newlines into spaces. Link node names with newlines are matched
10865 by help-xref-info-regexp and buttonized, this change ensures they
10866 can be followed successfully with RET. (Bug#6206)
10867
f66a2f90
JL
108682010-05-20 Juri Linkov <juri@jurta.org>
10869
10870 * locate.el (locate): Use pop-to-buffer instead of
10871 switch-to-buffer-other-window. (Bug#6204)
10872
201d895a
JL
108732010-05-20 Juri Linkov <juri@jurta.org>
10874
10875 * replace.el (replace-highlight): Fix lazy-highlighting
10876 for `M-s w str M-% str RET'.
10877
1ddb2ea0
MY
108782009-12-15 Masatake YAMATO <yamato@redhat.com>
10879
10880 * isearch.el (isearch-yank-word-or-char): Pull next subword
10881 when `subword-mode' is activated. (Bug#6220)
10882
a6020335
MH
108832010-05-20 Mark A. Hershberger <mah@everybody.org>
10884
10885 * isearch.el (isearch-update-post-hook): New hook.
10886 (isearch-update): Use the new hook. (Bug#6225)
10887
50de6a38
JL
108882010-05-20 Juri Linkov <juri@jurta.org>
10889
10890 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10891 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10892 (Bug#6222)
10893
5d944a8f
JL
108942010-05-20 Juri Linkov <juri@jurta.org>
10895
10896 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10897 (Bug#6223)
10898
f5d6548a
JL
108992010-05-20 Juri Linkov <juri@jurta.org>
10900
10901 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10902 FILE-NAME to read from the minibuffer when called interactively
10903 with prefix argument instead of using buffer-file-name.
10904 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10905
10906 * dired.el: Update autoloads.
10907
f8e63691
CY
109082010-05-20 Chong Yidong <cyd@stupidchicken.com>
10909
10910 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10911 nxml-finish-element, for consistency with SGML mode.
10912
10913 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10914 octave-close-block.
10915
07d7c3bd
JB
109162010-05-20 Juanma Barranquero <lekktu@gmail.com>
10917
10918 * composite.el: Require cl when compiling.
10919 (reference-point-alist, compose-gstring-for-graphic)
10920 (compose-gstring-for-terminal): Fix typos in docstrings.
10921
7bce8510
JL
109222010-05-19 Juri Linkov <juri@jurta.org>
10923
10924 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10925 set-window-parameter.
10926
a7723e05
MA
109272010-05-19 Michael Albinus <michael.albinus@gmx.de>
10928
10929 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10930 where appropriate.
10931 (tramp-maybe-open-connection): Use it.
10932
3f2e7735
EZ
109332010-05-19 Eli Zaretskii <eliz@gnu.org>
10934
10935 * simple.el (move-end-of-line): Make sure we are at line beginning
10936 before backing up to end of previous line.
10937
8d9181c7
MA
109382010-05-19 Michael Albinus <michael.albinus@gmx.de>
10939
8c4ec20f
MA
10940 * password-cache.el (password-cache-remove): Fix docstring.
10941
8d9181c7
MA
10942 * net/secrets.el: Autoload the widget functions.
10943 (secrets-search-items, secrets-create-item)
10944 (secrets-get-attributes, secrets-expand-item): Attributes will be
10945 stored on the password database without leading ":", as all other
10946 clients do as well.
10947 (secrets-mode): Fix docstring.
10948 (secrets-show-secrets): Provide it as autoloaded command only when
10949 D-Bus support is available. Check existence of Secret Service API.
10950
2a96c2a7
SM
109512010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * indent.el (indent-region): Deactivate region (bug#6200).
10954
d24e10b1
GM
109552010-05-19 Glenn Morris <rgm@gnu.org>
10956
10957 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10958
2833d915
KH
109592010-05-19 Kenichi Handa <handa@m17n.org>
10960
10961 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10962 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10963
134c2f29
JB
109642010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10965
10966 * calc/calc-trail.el (calc-trail-isearch-forward)
10967 (calc-trail-isearch-backward): Ensure that the new window
10968 point is set correctly.
10969
278847cd
SM
109702010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * subr.el (read-quoted-char): Resolve modifiers after key
10973 remapping (bug#6212).
10974
3a8e7cbd
MA
109752010-05-18 Michael Albinus <michael.albinus@gmx.de>
10976
10977 Add visualization code for secrets.
10978 * net/secrets.el (secrets-mode): New major mode.
10979 (secrets-show-secrets, secrets-show-collections)
10980 (secrets-expand-collection, secrets-expand-item)
10981 (secrets-tree-widget-after-toggle-function)
10982 (secrets-tree-widget-show-password): New defuns.
10983
472e7ec1
SM
109842010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10985
224b70cb
SM
10986 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10987 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10988 handled in smie-next-sexp.
10989 (smie-indent-calculate): Provide a starting indentation (so the
10990 recursion is well-founded ;-).
10991
472e7ec1
SM
10992 Fix handling of non-associative equal levels.
10993 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10994 when it's not needed.
10995 (smie-op-left, smie-op-right): New functions.
10996 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10997 Better handle equal levels to distinguish the associative case from
10998 the "multi-keyword construct" case.
10999 (smie-backward-sexp, smie-forward-sexp): Use it.
11000
35e53abd
JB
110012010-05-18 Juanma Barranquero <lekktu@gmail.com>
11002
5d8fe0ba
JB
11003 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11004
35e53abd
JB
11005 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11006 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11007
5ad4bef5
SM
110082010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 Provide a simple generic indentation engine and use it for Prolog.
11011 * emacs-lisp/smie.el: New file.
11012 * progmodes/prolog.el (prolog-smie-op-levels)
11013 (prolog-smie-indent-rules): New var.
11014 (prolog-mode-variables): Use them to configure SMIE.
11015 (prolog-indent-line, prolog-indent-level): Remove.
11016
00681a3c
JB
110172010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11018
560bb7ae 11019 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
11020 order before computing the averages.
11021
eba62f7a
JB
110222010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11023
597517ef 11024 * calc/calc-vec.el (calc-histogram):
5ad4bef5 11025 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
11026 (math-vector-avg): New function.
11027
560bb7ae 11028 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
11029 being grouped depend on the radix (Bug#6189).
11030
8c5ff6dd
KR
110312010-05-15 Ken Raeburn <raeburn@raeburn.org>
11032
11033 * version.el (emacs-copyright, emacs-version): Don't define here,
11034 now that emacs.c defines it.
11035
98d8b17e
EZ
110362010-05-15 Eli Zaretskii <eliz@gnu.org>
11037
71078429
EZ
11038 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11039 "Describe Language Environment" menu item.
11040
ce6233c1
EZ
11041 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11042
d20e1419
EZ
11043 Bidi-sensitive movement with arrow keys.
11044 * subr.el (right-arrow-command, left-arrow-command): New functions.
11045
11046 * bindings.el (global-map): Bind them to right and left arrow keys.
11047
98d8b17e 11048 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
11049 * files.el (convert-standard-filename):
11050 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
11051 the corresponding systems.
11052
11053 * w32-fns.el (w32-convert-standard-filename): Rename from
11054 convert-standard-filename. Doc fix.
11055
11056 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11057 (convert-standard-filename): Don't defalias.
11058 (register-name-alist, make-register, register-value)
11059 (set-register-value, intdos): Obsolete aliases for the
11060 corresponding dos-* functions and variables.
11061 (dos-intdos): Add a doc string.
11062
ae6bc504
JB
110632010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11064
11065 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11066 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11067 (math-compose-tex-func):
11068 * calc/calccomp.el (math-compose-expr):
11069 * calc/calc-ext.el (math-format-flat-expr-fancy):
11070 * calc/calc-store.el (calc-read-var-name):
11071 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11072
11073 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 11074 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 11075 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 11076 (math-standard-units): Add units.
ae6bc504 11077
c26ea4b2
SM
110782010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11079
7aefa445 11080 * progmodes/asm-mode.el (asm-mode):
13973643
SM
11081 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11082
c26ea4b2
SM
11083 * pcomplete.el (pcomplete-completions-at-point): New function,
11084 extracted from pcomplete-std-complete.
11085 (pcomplete-std-complete): Use it.
11086
02be533b
GM
110872010-05-15 Glenn Morris <rgm@gnu.org>
11088
11089 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11090 Remove references to CVS, RCS and Old directories.
11091
78ed0efc
JB
110922010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11093
ae6bc504 11094 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
11095 appropriate.
11096
10dcc561
SM
110972010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11098
5ccaa359
SM
11099 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11100 (sh-mode-syntax-table): Give it a default value instead.
11101 (sh-header-marker): Make buffer-local.
11102 (sh-mode): Move make-local-variable to the corresponding setq.
11103 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11104 Use complete-with-action.
11105
10dcc561
SM
11106 * simple.el (prog-mode): New (abstract) major mode.
11107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11108 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11109
c38762fd
JB
111102010-05-14 Juanma Barranquero <lekktu@gmail.com>
11111
11112 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11113 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11114 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11115 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11116 (sql-escape-newlines-filter, sql-input-sender)
11117 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11118
2ef3c144
CY
111192010-05-13 Chong Yidong <cyd@stupidchicken.com>
11120
560bb7ae 11121 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
11122
11123 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11124 latex-open-block and C-c / to latex-close-block.
11125
11126 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11127 and C-c C-e to sgml-close-tag.
11128
3b30ccda
MA
111292010-05-13 Michael Albinus <michael.albinus@gmx.de>
11130
11131 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 11132 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
11133 (tramp-handle-load, tramp-handle-file-local-copy)
11134 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
11135 (tramp-maybe-send-script, tramp-find-shell):
11136 Use `with-progress-reporter'.
3b30ccda
MA
11137 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11138 Fix message text.
11139
11140 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11141 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11142 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11143 Use `with-progress-reporter'.
11144
57ff5d7b
AM
111452010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11146
a628ad9d
JB
11147 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11148 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 11149
5a70d10f
SM
111502010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11151
791ffe1c
SM
11152 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11153
5a70d10f
SM
11154 * dos-fns.el: Add "dos-" prefix for namespace control.
11155 (convert-standard-filename): Define as alias for
11156 dos-convert-standard-filename but only if applicable.
11157
38d93f03
AM
111582010-05-12 Alan Mackenzie <acm@muc.de>
11159
11160 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11161 Push the mark at the start of these functions when appropriate.
11162
902a6d8d
SM
111632010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * minibuffer.el (completion-cycle-threshold): New custom var.
11166 (completion--do-completion): Use it.
11167 (minibuffer-complete): Use cycling if appropriate.
11168
9ee120ba
JB
111692010-05-11 Juanma Barranquero <lekktu@gmail.com>
11170
11171 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11172 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11173
841c4085
JL
111742010-05-11 Juri Linkov <juri@jurta.org>
11175
11176 * scroll-all.el (scroll-all-check-to-scroll):
11177 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11178
8a67c70e
SM
111792010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11180
f2b9ed18
SM
11181 * iimage.el (iimage-mode-map): Move initialization into declaration.
11182 (iimage-mode-buffer): Use with-silent-modifications.
11183 Simplify calling convention. Adjust callers.
11184 (iimage-mode): Don't run hook redundantly.
11185
8a67c70e
SM
11186 * minibuffer.el (completion-pcm--pattern->regex):
11187 Fix last change (bug#6160).
11188
4bbedd98
JL
111892010-05-10 Juri Linkov <juri@jurta.org>
11190
11191 Remove nodes visited during Isearch from the Info history.
11192 * info.el (Info-isearch-initial-history)
11193 (Info-isearch-initial-history-list): New variables.
11194 (Info-isearch-start): Record initial values of
11195 Info-isearch-initial-history and Info-isearch-initial-history-list.
11196 Add Info-isearch-end to isearch-mode-end-hook.
11197 (Info-isearch-end): New function.
11198
94ecf5da
MA
111992010-05-10 Michael Albinus <michael.albinus@gmx.de>
11200
11201 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
11202 format string, in order to work around a bug in pdksh.
11203 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
11204 (tramp-handle-verify-visited-file-modtime): Do not send a command
11205 when the connection is not established.
11206 (tramp-handle-set-file-times): Simplify the check for utc.
11207
c5eb971b
JB
112082010-05-10 Juanma Barranquero <lekktu@gmail.com>
11209
11210 Fix use of `filter-buffer-substring' (rework previous change).
11211 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11212 (cua-repeat-replace-region):
11213 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11214 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11215 (cua-cut-region-to-global-mark): Use it.
11216
7492acc9
MM
112172010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11218
77e2fc7a
JB
11219 * progmodes/sql.el: Version 2.1.
11220 (sql-product-alist): Redesign structure of product info.
11221 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
11222 (sql-port, sql-port-history): New variables.
11223 (sql-interactive-product): New variable.
11224 (sql-send-terminator): New variable.
77e2fc7a 11225 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
11226 (sql-oracle-login-params, sql-sqlite-login-params)
11227 (sql-mysql-login-params, sql-solid-login-params)
11228 (sql-sybase-login-params, sql-informix-login-params)
11229 (sql-ingres-login-params, sql-ms-login-params)
11230 (sql-postgres-login-params, sql-interbase-login-params)
11231 (sql-db2-login-params, sql-linter-login-params)
11232 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
11233 (sql-mode-map): Add C-c C-i to start interactive mode.
11234 (sql-mode-menu): Update existing menu entries.
11235 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
11236 (sql-mode-oracle-font-lock-keywords)
11237 (sql-mode-postgres-font-lock-keywords)
11238 (sql-mode-ms-font-lock-keywords)
11239 (sql-mode-sybase-font-lock-keywords)
11240 (sql-mode-informix-font-lock-keywords)
11241 (sql-mode-interbase-font-lock-keywords)
11242 (sql-mode-ingres-font-lock-keywords)
11243 (sql-mode-solid-font-lock-keywords)
11244 (sql-mode-mysql-font-lock-keywords)
11245 (sql-mode-sqlite-font-lock-keywords)
11246 (sql-mode-db2-font-lock-keywords)
77e2fc7a 11247 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
11248 reduce run-time complexity.
11249 (sql-add-product, sql-del-product): New functions.
11250 (sql-set-product-feature, sql-get-product-feature): New functions.
11251 (sql-product-font-lock): Update product API.
11252 (sql-add-product-keywords): New function.
11253 (sql-highlight-product): Update product API.
11254 (sql-help-list-products): New function.
11255 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 11256 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
11257 prompt for port.
11258 (sql-copy-column): Copy without properties.
11259 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
11260 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11261 Implement as a filter.
7492acc9
MM
11262 (sql-escape-newlines-filter): Implement as a filter.
11263 (sql-remove-tabs-filter): New function.
11264 (sql-send-magic-terminator): New function.
11265 (sql-send-string): Implement magic terminator.
11266 (sql-send-region): Use `sql-send-string'.
11267 (sql-interactive-mode): Use product API.
11268 (sql-product-interactive): Use product API.
11269 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11270 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11271 (sql-db2, sql-linter): Use `sql-product-interactive'.
11272 (sql-connect): New function.
11273 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11274 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11275 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11276 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11277 Use `sql-connect'.
7492acc9 11278
79ccd68f
SM
112792010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11282 New custom variable.
11283 (completion-pcm--string->pattern): Use it.
11284 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11285 Make it handle any symbol as `any'.
11286 (completion-pcm--merge-completions): Extract common suffix for the new
11287 `prefix' symbol as well.
11288 (completion-substring--all-completions): Use the new `prefix' symbol.
11289
0d5852cf
MA
112902010-05-09 Michael Albinus <michael.albinus@gmx.de>
11291
11292 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11293 not bound.
11294 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11295 (tramp-compat-funcall): New defmacro.
11296 (tramp-compat-line-beginning-position)
11297 (tramp-compat-line-end-position)
11298 (tramp-compat-temporary-file-directory)
11299 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11300 (tramp-compat-copy-file, tramp-compat-copy-directory)
11301 (tramp-compat-delete-file, tramp-compat-delete-directory)
11302 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11303 * net/tramp.el (top, with-progress-reporter)
11304 (tramp-rfn-eshadow-setup-minibuffer)
11305 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11306 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11307 (tramp-completion-mode-p, tramp-check-for-regexp)
11308 (tramp-open-connection-setup-interactive-shell)
11309 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11310 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11311 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11312 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11313 (tramp-reporter-dump-variable, tramp-load-report-modules)
11314 (tramp-append-tramp-buffers)
11315 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11316
11317 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11318
f913fe7d
SM
113192010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11322 buffer-modtime. Adjust users.
11323
0235128c 113242010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11325
77e2fc7a 11326 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11327 car of each item, not the whole list (Bug#6083).
f034e176 11328
0235128c 113292010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11330
11331 * progmodes/js.el (js-mode): Make paragraph variables local before
11332 calling c-setup-paragraph-variables (Bug#6071).
11333
0235128c 113342010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11335
11336 * composite.el (compose-region, reference-point-alist): Fix typos
11337 in the doc strings.
11338
77e2fc7a 113392010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11340
11341 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11342 gnuplot's "set" command.
11343
0235128c 113442010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11345
11346 * abbrev.el (last-abbrev-text): Doc fix.
11347 (abbrev-prefix-mark): Don't escape parenthesis.
11348
0235128c 113492010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11350
11351 * composite.el (find-composition): Doc fix.
11352
0235128c 113532010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11354
11355 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11356 (sql-oracle-program, sql-sqlite-options)
11357 (sql-query-placeholders-and-send): Doc fixes.
11358 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11359 (sql-imenu-generic-expression, sql-buffer)
11360 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11361 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11362 (sql-mode-sybase-font-lock-keywords)
11363 (sql-mode-informix-font-lock-keywords)
11364 (sql-mode-interbase-font-lock-keywords)
11365 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11366 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11367 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11368 (sql-product-feature, sql-highlight-product)
11369 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11370 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11371 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11372 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11373 Fix typos in docstrings.
11374
0235128c 113752010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11376
11377 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11378 property instead of `invisible' and `after-string' (bug#5998).
11379
0235128c 113802010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11381
11382 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11383
0235128c 113842010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11385
11386 * filecache.el (file-cache-add-directory-list)
11387 (file-cache-add-directory-recursively): Fix typos in docstrings.
11388
0235128c 113892010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11390
11391 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11392 (gujarati-composable-pattern): Fix typo.
ece33a6e 11393
0235128c 113942010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11395
11396 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11397 (tamil-composable-pattern, malayalam-composable-pattern):
11398 Add two-part vowels to "v" (vowel sign).
771533aa 11399
0235128c 114002010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11401
99833607
CY
11402 * files.el (copy-directory): Handle symlinks (Bug#5982).
11403
0235128c 114042010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11405
11406 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11407 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11408 (Bug#5846).
11409
0235128c 114102010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11411
0ca12598
GM
11412 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11413
d2c7b917
GM
11414 * minibuffer.el (completion-at-point): Doc fix.
11415
ba5bf5f0
SM
114162010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11417
11418 * electric.el (Electric-command-loop): Minor tweak.
11419
11420 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11421 better with dedicated windows.
11422
0235128c
SM
114232010-05-07 Chong Yidong <cyd@stupidchicken.com>
11424
11425 * Version 23.2 released.
11426
560bb7ae 114272010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11428 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11429
11430 Highlight vendor specific properties.
11431 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11432 (css-proprietary-property): New face.
11433 (css-font-lock-keywords): Use them.
11434
c0162ade
EZ
114352010-05-07 Eli Zaretskii <eliz@gnu.org>
11436
11437 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11438
f3ee9200
SM
114392010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11440
05623156
SM
11441 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11442 * files.el (auto-mode-alist): Remove redundant entries.
11443
f3ee9200
SM
11444 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11445 * simple.el (auto-save-mode): Move from files.el.
11446 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11447
560bb7ae 114482010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11449
76e3243a 11450 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11451
765d4319
KY
114522010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * mail/binhex.el (binhex-decode-region-internal)
11455 * mail/uudecode.el (uudecode-decode-region-internal)
11456 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11457 (dns-read-type, dns-query)
11458 * pgg-parse.el (pgg-parse-armor)
11459 * pgg.el (pgg-verify-region)
11460 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11461 XEmacs.
11462
86d21cc0 11463 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11464
f83483ff
JB
114652010-05-07 Juanma Barranquero <lekktu@gmail.com>
11466
40ab7974
JB
11467 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11468
f83483ff
JB
11469 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11470 * emulation/cua-base.el (cua-repeat-replace-region):
11471 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11472 (cua-cut-region-to-global-mark):
11473 Remove text properties with `set-text-properties'.
11474
9566840f
MA
114752010-05-06 Michael Albinus <michael.albinus@gmx.de>
11476
f3ee9200
SM
11477 * net/tramp.el (top, with-progress-reporter):
11478 Use `symbol-function' inside `funcall'.
9566840f
MA
11479
11480 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11481 (tramp-compat-delete-file, tramp-compat-delete-directory):
11482 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11483
11484 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11485 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11486 inside `funcall'.
11487
0c495c21
SM
114882010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11489
1493963b
SM
11490 * minibuffer.el (completion--sreverse, completion--common-suffix):
11491 New functions.
11492 (completion-pcm--merge-completions): Extract common suffix when safe.
11493
0c495c21
SM
11494 * emacs-lisp/easy-mmode.el (define-minor-mode):
11495 Make :variable more flexible.
11496 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11497
221a0647
JL
114982010-05-05 Juri Linkov <juri@jurta.org>
11499
11500 Add `slow' and `history' tags to the desktop data.
11501
11502 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11503 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11504 (Info-finder-find-node): Require `finder.el' to be able
11505 to restore node from the desktop.
11506 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11507 data `Info-history' and `slow' tag in the assoc list.
11508 (Info-restore-desktop-buffer): Don't restore nodes with the
11509 `slow' tag. Restore `Info-history'.
11510
66bdc868
MA
115112010-05-05 Michael Albinus <michael.albinus@gmx.de>
11512
11513 Add FORCE argument to `delete-file'.
11514
11515 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11516 forcing to delete the temporary file.
11517 (ange-ftp-delete-file): Add FORCE arg.
11518 (ange-ftp-rename-remote-to-remote)
11519 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11520 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11521 Force file deletion.
66bdc868
MA
11522
11523 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11524
11525 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11526 (tramp-handle-make-symbolic-link, tramp-handle-load)
11527 (tramp-do-copy-or-rename-file-via-buffer)
11528 (tramp-do-copy-or-rename-file-directly)
11529 (tramp-do-copy-or-rename-file-out-of-band)
11530 (tramp-handle-process-file, tramp-handle-call-process-region)
11531 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11532 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11533 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11534
11535 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11536 (tramp-fish-handle-make-symbolic-link)
11537 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11538
0c495c21
SM
11539 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11540 Use `tramp-compat-delete-file'.
66bdc868
MA
11541
11542 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11543 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11544
11545 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11546 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11547
11548 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11549 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11550 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11551 Use `tramp-compat-delete-file'.
66bdc868 11552
f44379e7
SM
115532010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11554
365f8d85
SM
11555 Minor cleanups.
11556 * subr.el (add-minor-mode): Use push.
11557 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11558 * emulation/edt.el (edt-select-mode): Simplify.
11559
80ac5d4d
SM
11560 Use define-minor-mode in more cases.
11561 * term/tvi970.el (tvi970-set-keypad-mode):
11562 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11563 (normal-erase-is-backspace-mode):
11564 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11565 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11566 (get-scroll-bar-mode): New function.
11567 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11568
11569 Use define-minor-mode for less obvious cases.
f44379e7
SM
11570 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11571 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11572 * international/iso-ascii.el (iso-ascii-mode):
11573 * frame.el (auto-raise-mode, auto-lower-mode):
11574 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11575
c04b03f8
MA
115762010-05-04 Michael Albinus <michael.albinus@gmx.de>
11577
11578 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11579 in order to see error messages for failed logins.
11580
53967e09
CY
115812010-05-03 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * diff.el (diff-sentinel):
11584
11585 * epg.el (epg--make-temp-file, epg-decrypt-string)
11586 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11587
11588 * jka-compr.el (jka-compr-partial-uncompress)
11589 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11590
11591 * server.el (server-sentinel): Use delete-file's new FORCE arg
11592 (Bug#6070).
11593
56eb0904
SM
115942010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 Use define-minor-mode where applicable.
11597 * view.el (view-mode):
11598 * type-break.el (type-break-query-mode)
11599 (type-break-mode-line-message-mode):
11600 * textmodes/reftex.el (reftex-mode):
11601 * term/vt100.el (vt100-wide-mode):
11602 * tar-mode.el (tar-subfile-mode):
11603 * savehist.el (savehist-mode):
11604 * ibuf-ext.el (ibuffer-auto-mode):
11605 * composite.el (auto-composition-mode):
11606 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11607 Use define-minor-mode.
11608 (vhdl-mode): Use static mode-line format.
11609 (vhdl-mode-line-update): Delete.
11610 (vhdl-create-mode-menu, vhdl-activate-customizations)
11611 (vhdl-hs-minor-mode): Don't bother calling it.
11612
672eb710
SM
116132010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11614
8f92b8ad
SM
11615 * simple.el (with-wrapper-hook): Move.
11616 (buffer-substring-filters): Mark obsolete.
11617 (filter-buffer-substring-functions): New variable.
1fada563 11618 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11619
c04b03f8 116202010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11621 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11622
11623 Implement compression for inline methods.
11624
11625 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11626 (tramp-copy-size-limit): Allow also nil.
11627 (tramp-inline-compress-commands): New defconst.
11628 (tramp-find-inline-compress, tramp-get-inline-compress)
11629 (tramp-get-inline-coding): New defuns.
cb7f3653 11630 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11631 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11632 (tramp-handle-file-local-copy, tramp-handle-write-region)
11633 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11634
8c0bf8b3
SM
116352010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11636
07125a91
SM
11637 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11638 Remove unused functions.
11639
f3a47002
SM
11640 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11641 Set find-tag-default-function as a variable rather than a property.
11642
8c0bf8b3
SM
11643 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11644 * progmodes/etags.el (tags-completion-at-point-function):
11645 Remove left over interactive spec. Add autoloading stub.
11646 (complete-tag): Use tags-completion-at-point-function.
11647
27601456
CY
116482010-04-30 Chong Yidong <cyd@stupidchicken.com>
11649
cb7f3653 11650 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11651
09d0284d
CY
116522010-04-29 Chong Yidong <cyd@stupidchicken.com>
11653
27d3cd56
CY
11654 * ido.el (ido-init-completion-maps): Remove C-v binding.
11655 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11656
3a07ffce
CY
116572010-04-29 Chong Yidong <cyd@stupidchicken.com>
11658
11659 * minibuffer.el (tags-completion-at-point-function): New function.
11660 (completion-at-point-functions): Use it.
11661
3a07ffce
CY
11662 * progmodes/etags.el (complete-tag): Revert last change.
11663
3d14bb73
AM
116642010-04-29 Alan Mackenzie <acm@muc.de>
11665
11666 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11667 off-by-one error (in end of macro position).
11668
7d353d11
SM
116692010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11672 firefox is absent. Don't autoload.
11673 (browse-url-galeon-program): Don't autoload.
11674
48111a85
CY
116752010-04-28 Chong Yidong <cyd@stupidchicken.com>
11676
11677 * bindings.el (complete-symbol): Move into minibuffer.el.
11678
11679 * minibuffer.el (complete-tag): Move from etags.el. If tags
11680 completion cannot be performed, return nil instead of signalling
11681 an error.
11682 (completion-at-point): Make it an alias for complete-symbol.
11683 (complete-symbol): Move from bindings.el, and replace with the
11684 body of completion-at-point.
11685
11686 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11687
7ba94701
MA
116882010-04-28 Michael Albinus <michael.albinus@gmx.de>
11689
11690 * net/tramp.el (tramp-remote-selinux-p): New defun.
11691 (tramp-handle-file-selinux-context)
11692 (tramp-handle-set-file-selinux-context): Use it.
11693
95c6cc3e
SS
116942010-04-28 Sam Steingold <sds@gnu.org>
11695
11696 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11697 `safe-local-variable' if the value is a string or a symbol with
11698 the property `bug-reference-url-format'.
11699
36045ff3
CY
117002010-04-28 Chong Yidong <cyd@stupidchicken.com>
11701
537ffaf3
SM
11702 * progmodes/bug-reference.el (bug-reference-url-format):
11703 Revert 2010-04-27 change due to security risk.
36045ff3 11704
56924d99
SM
117052010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11706
11707 Make it possible to locally disable a globally enabled mode.
11708 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11709 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11710 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11711 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11712 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11713 that subsequent hooks get a chance to disable it.
11714
ccaa4765
SM
117152010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11716
17818d71
SM
11717 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11718 Avoid re-enabling a minor mode after the user turned the minor mode
11719 off if MODE-enable-in-buffers is run twice (typically once from
11720 fundamental-mode's after-change-major-mode-hook and a second time from
11721 run-mode-hook's own after-change-major-mode-hook).
11722
ccaa4765
SM
11723 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11724
2a6f654e
SS
117252010-04-27 Sam Steingold <sds@gnu.org>
11726
11727 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11728 `safe-local-variable' if the value is a string or a function, as
11729 documented and implemented on 2010-04-02.
11730
cecaa674
JB
117312010-04-27 Juanma Barranquero <lekktu@gmail.com>
11732
11733 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11734 when method is 'kill.
11735
117362010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11737
a628ad9d
JB
11738 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11739 condition in default directory check.
01c35094 11740 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11741 Kill ispell process when killing its associated buffer.
11742
7dd7fbb9
JD
117432010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11744
11745 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11746 but we aren't using it.
11747
7ac82b84
J
117482010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11749
11750 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11751 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11752
fea1add4
GM
117532010-04-24 Glenn Morris <rgm@gnu.org>
11754
11755 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11756 Ignore VCS-ignore files, and deleted nextstep preferences files.
11757 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11758 (authors-ambiguous-files): New list.
11759 (authors-valid-file-names): Add some deleted files.
11760 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11761 (authors-disambiguate-file-name): New function. (Bug#5501)
11762 (authors-canonical-file-name): Doc fix.
11763 Don't warn about obsolete files.
11764 (authors-canonical-file-name, authors-scan-el):
11765 Use authors-disambiguate-file-name.
11766
cbcfee6e
GM
11767 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11768 Add autoload cookies.
11769 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11770 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11771 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11772 They have definitions / compiler macros in cl.el.
11773 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11774 Replace manual autoloads with generated ones.
11775 (htmlfontify-unload-rgb-file): Remove autoload.
11776 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11777
3b548e1b
SM
117782010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11779
9ae0c310
SM
11780 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11781 (byte-compile-setq-default): Optimize for the
11782 single-var case and don't call byte-compile-form in this case to avoid
11783 inf-loop with byte-compile-set-default.
11784
3b548e1b
SM
11785 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11786
632c5478
MA
117872010-04-23 Michael Albinus <michael.albinus@gmx.de>
11788
11789 Implement SELINUX backends.
11790
3b548e1b
SM
11791 * net/tramp.el (tramp-file-name-handler-alist):
11792 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11793 (tramp-handle-file-selinux-context)
11794 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11795 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11796 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11797
3b548e1b
SM
11798 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11799 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11800 (tramp-gvfs-handle-file-selinux-context)
11801 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11802 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11803
11804 * net/ange-ftp.el (ange-ftp-copy-file):
11805 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11806 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11807 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11808 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11809
a94d821f
MA
118102010-04-22 Michael Albinus <michael.albinus@gmx.de>
11811
11812 Synchronize with Tramp repository.
11813
11814 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11815 (tramp-action-process-alive, tramp-action-out-of-band)
11816 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11817 (tramp-exists-file-name-handler): Fix docstring.
11818 (with-progress-reporter): New defmacro.
11819 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11820 (tramp-maybe-open-connection): Use it.
11821
a92375d9
MA
118222010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11823
11824 Detect ssh 'ControlMaster' argument automatically in some cases.
11825
11826 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11827 (tramp-default-method): Use it.
11828
489fe4c2
MA
118292010-04-22 Michael Albinus <michael.albinus@gmx.de>
11830
25f14cdb
MA
11831 * net/tramp.el (tramp-handle-copy-file): Add new optional
11832 parameter `preserve-selinux-context'.
11833 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11834
a92375d9
MA
118352010-04-22 Michael Albinus <michael.albinus@gmx.de>
11836
489fe4c2
MA
11837 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11838 Ensure, that non remote files are still checked. Oops.
11839
acd1f317
MA
118402010-04-21 Michael Albinus <michael.albinus@gmx.de>
11841
11842 Fix Bug#5840.
11843
11844 * icomplete.el (icomplete-completions): Use `non-essential'.
11845
11846 * net/tramp.el (tramp-connectable-p): New defun.
11847 (tramp-handle-expand-file-name)
11848 (tramp-completion-handle-file-name-all-completions)
11849 (tramp-completion-handle-file-name-completion): Use it.
11850
62c5b459
SM
118512010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11854
f904c0f9
JD
118552010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11856
11857 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11858
11859 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11860
11861 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11862 is present.
11863
11864 * info.el (info-tool-bar-map): Add labels.
11865
11866 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11867
11868 * cus-edit.el (custom-commands): Add labels for tool bar.
11869 (custom-buffer-create-internal, Custom-mode): Adjust for
11870 labels in custom-commands.
11871
11872 * dynamic-setting.el: Renamed from font-setting.el.
11873
c5cbeb12
LL
118742010-04-21 John Wiegley <jwiegley@gmail.com>
11875
11876 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11877 toggles the use of virtual buffers.
537ffaf3 11878 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11879 (ido-toggle-virtual-buffers): New function.
11880
fcc93746
JB
118812010-04-21 Juanma Barranquero <lekktu@gmail.com>
11882
11883 Use `define-derived-mode'; fix window selection; doc fixes.
11884 * play/tetris.el (tetris, tetris-update-speed-function)
11885 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11886 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11887 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11888 (tetris-pause-game): Fix typos in docstrings.
11889 (tetris-mode-map, tetris-null-map):
11890 Move initialization into declaration.
11891 (tetris-mode): Define with `define-derived-mode';
11892 set show-trailing-whitespace to nil.
11893 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11894
574c05e2
KK
118952010-04-21 Karel Klíč <kklic@redhat.com>
11896
11897 * files.el (backup-buffer): Handle SELinux context, and return it
11898 if a backup was made by renaming.
11899 (backup-buffer-copy): Set SELinux context to the target file.
11900 (basic-save-buffer): Set SELinux context of the newly written file.
11901 (basic-save-buffer-1): Now it also returns any SELinux context.
11902 (basic-save-buffer-2): Set SELinux context of the newly created file,
11903 and return it.
11904 * net/tramp.el (tramp-file-name-for-operation):
11905 Add file-selinux-context.
11906
e97a42c1
SM
119072010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11908
f2b9ed18
SM
11909 Make the log-edit comments use RFC822 format throughout.
11910
e97a42c1
SM
11911 * vc.el (vc-checkin, vc-modify-change-comment):
11912 Adjust to new vc-start/finish-logentry.
11913 (vc-find-conflicted-file): New command.
11914 (vc-transfer-file): Adjust to new vc-checkin.
11915 (vc-next-action): Improve scoping.
11916
11917 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11918 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11919
11920 * vc-git.el (vc-git-log-edit-mode): Remove.
11921 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11922 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11923
11924 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11925 (vc-start-logentry): Remove argument `extra'.
11926 (vc-finish-logentry): Remove extra args.
11927
11928 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11929 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11930 (vc-bzr-conflicted-files): New function.
11931
11932 * log-edit.el (log-edit-extra-flags)
11933 (log-edit-before-checkin-process): Remove.
11934 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11935 (log-edit-headers-alist): New var.
11936 (log-edit-header-contents-regexp): New const.
11937 (log-edit-match-to-eoh): New function.
11938 (log-edit-font-lock-keywords): Use them.
11939 (log-edit): Insert a "Summary:" header as default.
11940 (log-edit-mode): Mark font-lock rules as case-insensitive.
11941 (log-edit-done): Cleanup headers.
11942 (log-view-process-buffer): Remove.
11943 (log-edit-extract-headers): New function to replace it.
11944
938efb77
JB
119452010-04-20 Juanma Barranquero <lekktu@gmail.com>
11946
11947 * subr.el (default-direction-reversed): Remove obsolescence info.
11948
1cfb415b
SM
119492010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11950
cb4f9513
SM
11951 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11952 windows/frames.
11953
6e610c72
SM
11954 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11955 I.e. include text after point in the completion region.
11956 Also, return nil when we're not after/in a symbol.
11957
1cfb415b
SM
11958 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11959 default enable-multibyte-characters.
11960
c80fa13c
SM
119612010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11962
87926e02
SM
11963 * international/mule.el: Help the user choose a valid coding-system.
11964 (read-buffer-file-coding-system): New function.
11965 (set-buffer-file-coding-system): Use it. Prompt the user if the
11966 coding-system cannot encode all the chars.
11967
c80fa13c
SM
11968 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11969 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11970 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11971 Don't use *vc-bzr-shelve*.
11972
6e104790 119732010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11974
11975 Fix the version number for added files.
11976 * vc-hg.el (vc-hg-working-revision): Check if the file is
11977 registered after hg parent fails (Bug#5961).
11978
6e104790 119792010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11980
11981 * htmlfontify.el (htmlfontify-buffer)
11982 (htmlfontify-copy-and-link-dir): Autoload entry points.
11983
6e104790 119842010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11985
11986 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11987 name relative to the project root (Bug#5960).
11988
6e104790 119892010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11990
11991 * vc-git.el (vc-git-print-log): Doc fix.
11992
6e104790 119932010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11994
11995 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11996
53cfe624 119972010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11998
11999 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
12000 default settings (Bug#5928).
12001
6e104790 120022010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
12003
12004 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12005 New function.
0a23b2c3 12006 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 12007
6e104790 120082010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
12009
12010 * language/indian.el (malayalam-composable-pattern): Fix previous
12011 change (add U+0D4D "SIGN VIRAMA").
12012 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12013 (tamil-composable-pattern): Fix typo in the regexp.
12014 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12015 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12016 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12017
6e104790 120182010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
12019
12020 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12021 paragraph-separate (Bug#5821).
12022
6e104790 120232010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
12024
12025 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12026
12027 * info.el (Info-find-node-2): Comment out code that skips
12028 breadcrumbs line.
12029 (Info-mouse-follow-link): New command.
12030 (Info-link-keymap): New keymap.
12031 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12032 Return a string with links instead of inserting breadcrumbs
12033 to the Info buffer.
12034 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12035 Instead of putting the `invisible' text property over the Info
12036 header, make an overlay over the Info header with the `invisible'
12037 property and `after-string' set to the string returned by
12038 `Info-breadcrumbs'.
12039
6e104790 120402010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
12041
12042 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12043 Reported by monkey@sandpframing.com.
12044
98923800
SM
120452010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12046
b5feea0f
SM
12047 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12048 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12049 available in the "keyseq cache" any more.
12050
98923800
SM
12051 * custom.el (defcustom): Add edebug spec.
12052
fd5c9dfa
JL
120532010-04-18 Juri Linkov <juri@jurta.org>
12054
12055 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12056
12057 * view.el (view-file, view-buffer): Move test for special mode-class
12058 from view-file to view-buffer.
12059
12060 * tar-mode.el (tar-extract): Turn if's into one cond
12061 like in arc-mode.el.
12062
b3671a51
JL
120632010-04-18 Juri Linkov <juri@jurta.org>
12064
12065 Add 7z archive format support (bug#5475).
12066
12067 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12068 (archive-7z-extract): New defcustom.
12069 (archive-find-type): Add magic string for 7z.
12070 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12071 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12072 `buffer' arg of `call-process'.
12073 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12074 call the function `archive-7z-extract' with the variable
12075 `archive-7z-extract' let-bound to `archive-zip-extract'.
12076 (archive-7z-summarize, archive-7z-extract): New functions.
12077
12078 * international/mule.el (auto-coding-alist):
12079 * files.el (auto-mode-alist): Add 7z file extension.
12080
8a37fb25
SM
120812010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12082
e9515805
SM
12083 * loadup.el: Setup hash-cons for pure data.
12084
f8ea0098
SM
12085 Fix duplicate entries in cedet's loaddefs.el files.
12086 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12087 Should make most file-local generated-autoload-file unnecessary.
12088 (print-readably): Silence warnings.
12089 (autoload-find-destination): Take load-name as an arg to make sure
12090 it's the same as the one that will be in the file.
12091 (autoload-generate-file-autoloads): Adjust to above changes.
12092 Try to make the dataflow a bit simpler.
12093
8a37fb25
SM
12094 * cvs-status.el (cvs-refontify): Remove unused.
12095
f8b91752
JB
120962010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12097
76e3243a 12098 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 12099
76e3243a 12100 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
12101 twos-complement mode.
12102
d8b01fef
JB
121032010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12104
76e3243a
JB
12105 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12106 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
12107 (calc-inverse): Add "Option" to message, as appropriate.
12108 (calc-hyperbolic): Add "Option" to message, as appropriate.
12109 (calc-option, calc-is-option): New functions.
12110
76e3243a 12111 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
12112 (calc-option-prefix-help): New function.
12113
76e3243a 12114 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 12115
76e3243a 12116 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
12117 (calc-option-flag): New variable.
12118 (calc-do): Set `calc-option-flag to nil.
12119 (calc-set-mode-line): Add "Opt " as appropriate.
12120
74f806a1
JL
121212010-04-16 Juri Linkov <juri@jurta.org>
12122
12123 Move scrolling commands from simple.el to window.el
12124 because their primitives are implemented in window.c.
12125
12126 * simple.el (scroll-error-top-bottom)
12127 (scroll-up-command, scroll-down-command, scroll-up-line)
12128 (scroll-down-line, scroll-other-window-down)
12129 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12130 * window.el (scroll-error-top-bottom)
12131 (scroll-up-command, scroll-down-command, scroll-up-line)
12132 (scroll-down-line, scroll-other-window-down)
12133 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12134 Move from simple.el to window.el because their primitives are
12135 implemented in window.c.
12136
ad40eec5
JL
121372010-04-16 Juri Linkov <juri@jurta.org>
12138
12139 * isearch.el (isearch-lookup-scroll-key): Check both
12140 `isearch-scroll' and `scroll-command' properties.
12141 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12142
12143 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12144
12145 * simple.el (scroll-up-command, scroll-down-command)
12146 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12147
a4b000fb
JL
121482010-04-15 Juri Linkov <juri@jurta.org>
12149
12150 * simple.el (scroll-up-command, scroll-down-command)
12151 (scroll-up-line, scroll-down-line): Put `scroll-command'
12152 property on the these symbols. Remove them from
12153 `scroll-preserve-screen-position-commands'.
12154
12155 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12156 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12157 Remove it from `scroll-preserve-screen-position-commands'.
12158
12159 * isearch.el (isearch-allow-scroll): Doc fix.
12160
4874f5e6
MA
121612010-04-15 Michael Albinus <michael.albinus@gmx.de>
12162
12163 * net/tramp.el (tramp-error-with-buffer): Don't show the
12164 connection buffer when we are in completion mode.
12165 (tramp-file-name-handler): Catch the error for some operations
12166 when we are in completion mode. This gives the user the chance to
12167 correct the file name in the minibuffer.
12168
82883f0a
GM
121692010-04-15 Glenn Morris <rgm@gnu.org>
12170
12171 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12172
528b9ea9
JB
121732010-04-15 Juanma Barranquero <lekktu@gmail.com>
12174
12175 Simplify by using `define-derived-mode'.
12176 * info.el (Info-mode):
12177 * calendar/todo-mode.el (todo-mode):
12178 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12179 (gomoku-mode-map): Move initialization into declaration.
12180
5f2b693f
MA
121812010-04-14 Michael Albinus <michael.albinus@gmx.de>
12182
12183 Fix Bug#5840.
12184 * ido.el (ido-file-name-all-completions-1):
12185 * minibuffer.el (minibuffer-completion-help):
12186 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12187
ebb9641f
SM
121882010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12189
38111a5a
SM
12190 * simple.el (non-essential): New var.
12191
ebb9641f
SM
12192 Add a new field `location' to bookmarks for non-file bookmarks.
12193 * bookmark.el (bookmark-location): Use the new field, if present.
12194 (bookmark-insert-location): Undo last change, not needed any more.
12195 * man.el (Man-bookmark-make-record):
12196 * woman.el (woman-bookmark-make-record): Add `location' field.
12197
7b05466f
JL
121982010-04-14 Juri Linkov <juri@jurta.org>
12199
12200 * simple.el (scroll-error-top-bottom): New defcustom.
12201 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12202
12203 * emulation/pc-select.el (pc-select-override-scroll-error):
12204 Obsolete in favor of `scroll-error-top-bottom'.
12205
32129746
JL
122062010-04-14 Juri Linkov <juri@jurta.org>
12207
12208 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12209 `scroll-up-command' and `M-v' to `scroll-down-command'.
12210
12211 * emulation/cua-rect.el (cua--init-rectangles):
12212 * forms.el (forms--change-commands):
12213 * image-mode.el (image-mode-map):
12214 Remap scroll-down-command and scroll-up-command
12215 in addition to scroll-down and scroll-up.
12216
9013a7f8
JL
122172010-04-14 Juri Linkov <juri@jurta.org>
12218
12219 * mwheel.el (scroll-preserve-screen-position-commands):
12220 Add mwheel-scroll to this list of commands.
12221
12222 * simple.el (scroll-preserve-screen-position-commands):
12223 Add scroll-up-command, scroll-down-command, scroll-up-line,
12224 scroll-down-line to this list of commands.
12225
3b7e1d5f
SM
122262010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12227
c1e25821
SM
12228 * obsolete/complete.el: Move from lisp/complete.el.
12229
5b31b787
SM
12230 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12231
3b7e1d5f
SM
12232 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12233 to the minor mode function now turns the mode ON unconditionally.
12234
398a825b
SM
122352010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12236
a544e7c1
SM
12237 * vc-dir.el (vc-dir-kill-line): New command.
12238 (vc-dir-mode-map): Bind it to C-k.
12239
a1979d8e
SM
12240 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12241
398a825b
SM
12242 * woman.el: Add bookmark declarations to silence the compiler.
12243 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12244 step to compatibility between man and woman bookmarks.
12245 Adjust for Man-default-bookmark-title renaming.
12246 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12247
12248 * man.el: Add bookmark declarations to silence the compiler.
12249 (Man-name-local-regexp): Make it match NAME as well.
12250 (Man-getpage-in-background): Return the buffer.
12251 (Man-notify-when-ready): Use `case'.
12252 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12253 Don't hardcode "NAME". Simplify.
12254 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12255 Rename from Man-bookmark-make-record.
12256 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12257 we have the actual man-args. Use Man-getpage-in-background rather
12258 than `man' since the arg is already processed. Let bookmark.el do the
12259 window handling. Only wait for the relevant process.
12260 Don't forget to autoload.
12261
12262 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12263
45be326a
TV
122642010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12265
12266 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12267 New functions.
12268 (woman-mode): Setup bookmark support.
12269
12270 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12271 (man-bookmark-jump): New functions.
12272 (Man-mode): Setup bookmark support.
12273
3acb4c93
CY
122742010-04-10 Jari Aalto <jari.aalto@cante.net>
12275
12276 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12277 recognize ssh-keygen prompt (Bug#2817).
12278
b6bbb65e
MA
122792010-04-10 Michael Albinus <michael.albinus@gmx.de>
12280
12281 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12282
b533bc97
MA
122832010-04-10 Michael Albinus <michael.albinus@gmx.de>
12284
12285 Synchronize with Tramp repository.
12286
12287 * net/tramp.el (tramp-completion-function-alist)
12288 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12289 (tramp-local-coding-commands, tramp-remote-coding-commands):
12290 Fix docstring.
12291 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12292 (tramp-handle-directory-files-and-attributes)
12293 (tramp-get-remote-path): Use `copy-tree'.
12294 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12295 compatibility: Use `completion-ignore-case' if
12296 `read-file-name-completion-ignore-case' does not exist.
12297 (tramp-do-copy-or-rename-file-directly): Do not use
12298 `tramp-handle-file-remote-p'.
45be326a
TV
12299 (tramp-do-copy-or-rename-file-out-of-band):
12300 Use `tramp-compat-delete-directory'.
b533bc97 12301 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12302 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12303 Use `format-spec-make'.
b533bc97
MA
12304 (tramp-find-foreign-file-name-handler)
12305 (tramp-advice-make-auto-save-file-name)
12306 (tramp-set-auto-save-file-modes): Remove superfluous check for
12307 `stringp'. This is done inside `tramp-tramp-file-p'.
12308 (tramp-debug-outline-regexp): New defconst.
12309 (tramp-get-debug-buffer): Use it.
12310 (tramp-check-for-regexp): Use (forward-line 1).
12311 (tramp-set-auto-save-file-modes): Adapt version check.
12312
45be326a
TV
12313 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12314 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12315 (tramp-compat-make-temp-file): Simplify fallback implementation.
12316 (tramp-compat-copy-tree): Remove function.
12317 (tramp-compat-delete-directory): Provide implementation for older
12318 Emacsen.
12319
12320 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12321 Do not use `tramp-fish-handle-file-attributes.
12322
12323 * net/trampver.el: Update release number.
12324
ba33df00
GM
123252010-04-10 Glenn Morris <rgm@gnu.org>
12326
12327 * progmodes/compile.el (compilation-save-buffers-predicate):
12328 Add missing :version tag.
12329
4a8ae76f
SS
123302010-04-09 Sam Steingold <sds@gnu.org>
12331
12332 * progmodes/compile.el (compilation-save-buffers-predicate):
12333 Remove the "autoload" cookie.
12334
0880716f
SS
12335 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12336 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12337 and `bug-reference-prog-mode' can be used in hooks directly.
12338
6aebd58c
DN
123392010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12340
12341 Add --author support to git commit.
12342 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12343 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12344 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12345 New declarations.
6aebd58c 12346
f6d90772
ER
123472010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12348
12349 * vc-hooks.el, vc-git.el: Improve documentation comments.
12350
e754e83b
SM
123512010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12352
12353 Fix some of the problems in defsubst* (bug#5728).
12354 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12355 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12356
9e86ab0b
SS
123572010-04-07 Sam Steingold <sds@gnu.org>
12358
e754e83b
SM
12359 * progmodes/compile.el (compilation-save-buffers-predicate):
12360 New custom variable.
9e86ab0b
SS
12361 (compile, recompile): Pass it to `save-some-buffers'.
12362
b0c8b840
JD
123632010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12364
12365 * wid-edit.el (widget-choose): Move cursor to the second line of
12366 the buffer (Bug#5695).
12367
31527c56
DN
123682010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12369
12370 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12371 * vc.el (vc-print-log-setup-buttons): New function split out from
12372 vc-print-log-internal.
12373 (vc-log-internal-common): New function, a parametrized version of
12374 vc-print-log-internal.
12375 (vc-print-log-internal): Just call vc-log-internal-common with the
12376 right arguments.
12377 (vc-incoming-outgoing-internal):
12378 (vc-log-incoming, vc-log-outgoing): New functions.
12379 (vc-log-view-type): New permanent local variable.
12380
12381 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12382
12383 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12384 of the dynamic bound vc-short-log.
12385 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12386
12387 * vc-git.el (vc-git-log-outgoing): New function.
12388 (vc-git-log-view-mode): Use vc-log-view-type instead
12389 of the dynamic bound vc-short-log.
12390
12391 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12392 of the dynamic bound vc-short-log. Highlight the tag.
12393 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12394 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12395 (vc-hg-incoming-mode): Remove.
12396 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12397
7ec69e2b
DN
123982010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12399
12400 Fix default-directory for vc-root-diff.
12401 * vc.el (vc-root-diff): Bind default-directory to the root
12402 directory for the diff command.
12403
fd9ea9d3
WS
124042010-04-07 Michael McNamara <mac@mail.brushroad.com>
12405
6e104790 12406 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12407 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12408 word keywords, suggested by Steve Pearlmutter.
6e104790 12409 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12410 port lists.
6e104790 12411 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12412 fix bug for /* / comments.
6e104790 12413 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12414 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12415 (verilog-pretty-declarations): Enhance to line up declarations
12416 inside a parameter list, suggested by Alan Morgan.
12417 (verilog-pretty-expr): Tune assignment regular expression match
12418 string for corner cases; also use markers instead of character
12419 number as indent changes the later.
fd9ea9d3
WS
12420
124212010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12422
6e104790
SM
12423 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12424 as missing keyword.
12425 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12426 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12427 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12428 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12429 Tennant.
12430 (verilog-keywords):
fd9ea9d3
WS
12431 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12432 1800-2009 keywords, including "global.".
12433
2a07afc5
JW
124342010-04-06 John Wiegley <jwiegley@gmail.com>
12435
8b32731a 12436 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12437 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12438 file basename). Should use uniquify to offer a real solution.
2a07afc5 12439
f9a27d86
JW
124402010-04-06 John Wiegley <jwiegley@gmail.com>
12441
8b32731a
JB
12442 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12443 comment to code, and add a :version tag.
12444 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12445
9caf8a8f
JB
124462010-04-06 Juanma Barranquero <lekktu@gmail.com>
12447
12448 Enable recentf-mode if using virtual buffers.
12449 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12450 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12451 (ido-make-buffer-list): Simplify.
12452 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12453
5a97d2da
JL
124542010-04-05 Juri Linkov <juri@jurta.org>
12455
12456 Scrolling commands which scroll a line instead of full screen.
12457 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12458
12459 * simple.el (scroll-up-line, scroll-down-line): New commands.
12460 Put property isearch-scroll=t on them.
12461
12462 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12463 Remove commands.
12464
79ce172a
JL
124652010-04-05 Juri Linkov <juri@jurta.org>
12466
8b32731a 12467 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12468 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12469
12470 * simple.el (scroll-up-command, scroll-down-command): New commands.
12471 Put property isearch-scroll=t on them.
12472
12473 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12474 `scroll-down-command' and [next] from `scroll-up' to
12475 `scroll-up-command'.
12476
12477 * emulation/cua-base.el: Put property CUA=move on
12478 `scroll-up-command' and `scroll-down-command'.
12479 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12480 and `scroll-down-command' to `cua-scroll-down'.
12481
309d5b43
JB
124822010-04-05 Juanma Barranquero <lekktu@gmail.com>
12483
6460e534 12484 * help.el (describe-mode): Return nil.
309d5b43 12485
0523d117
JW
124862010-04-04 John Wiegley <jwiegley@gmail.com>
12487
12488 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12489 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12490 (ido-virtual): Face used to indicate virtual buffers in the list.
12491 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12492 exists, but a virtual buffer of that name does (which would be why
12493 it was in the list), recreate the buffer by reopening the file.
12494 (ido-make-buffer-list): If virtual buffers are being used, call
12495 `ido-add-virtual-buffers-to-list' before the make list hook.
12496 (ido-virtual-buffers): New variable which contains a copy of the
12497 current contents of the `recentf-list', albeit pared down for the
12498 sake of speed, and with proper faces applied.
12499 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12500 create a list of "virtual buffers" to present to the user in
12501 addition to the currently open set. Note that this logic could
12502 get rather slow if that list is too large. With the default
12503 `recentf-max-saved-items' of 200, there is little speed penalty.
12504
202ff0d6
SM
125052010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * font-lock.el: Require CL when compiling.
12508 (font-lock-turn-on-thing-lock): Use `case'.
12509
ef43a0f4
EZ
125102010-04-03 Eli Zaretskii <eliz@gnu.org>
12511
12512 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12513 Zaretskii.
ef43a0f4 12514
9c13a46e
JL
125152010-04-02 Juri Linkov <juri@jurta.org>
12516
12517 * ehelp.el (electric-help-orig-major-mode):
12518 New buffer-local variable.
12519 (electric-help-mode): Set it to original major-mode. Doc fix.
12520 (with-electric-help): Use `electric-help-orig-major-mode' instead
12521 of (default-value 'major-mode). Doc fix.
12522 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12523
3fb87bf5
SS
125242010-04-02 Sam Steingold <sds@gnu.org>
12525
12526 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12527 `vc-hg-command' with a list of flags.
12528
202ff0d6
SM
12529 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12530 Also accept "patch" and "RFE".
dbb5e44a
SS
12531 (bug-reference-fontify): `bug-reference-url-format' can also be a
12532 function to be able to handle the bug kind.
202ff0d6 12533 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12534
d0b22876
JD
125352010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12536
12537 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12538 value to fboundp, it may not be a symbol.
12539
1625d379
CY
125402010-03-31 Chong Yidong <cyd@stupidchicken.com>
12541
202ff0d6 12542 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12543
1cd095c6
JL
125442010-03-31 Juri Linkov <juri@jurta.org>
12545
12546 * simple.el (next-line, previous-line): Re-throw a signal
12547 with `signal' instead of using `ding'.
12548 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12549
67189e62
JL
125502010-03-31 Juri Linkov <juri@jurta.org>
12551
12552 * simple.el (keyboard-escape-quit): Raise deselecting the active
12553 region higher than exiting the minibuffer.
12554 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12555
1546c559
JL
125562010-03-31 Juri Linkov <juri@jurta.org>
12557
12558 * image.el (image-animated-p): Use `image-metadata' instead of
12559 `image-extension-data'. Get GIF extenstion data from metadata
12560 property `extension-data'.
12561
85626eef
SM
125622010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * simple.el (append-to-buffer): Simplify.
12565
85738751 125662010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12567
12568 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12569 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12570
85738751 125712010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12572
12573 * language/sinhala.el (composition-function-table): Fix regexp for
12574 the new Unicode specification.
12575
12576 * language/indian.el (devanagari-composable-pattern)
12577 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12578 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12579 specification.
12580 (bengali-composable-pattern, gurmukhi-composable-pattern)
12581 (gujarati-composable-pattern, oriya-composable-pattern)
12582 (telugu-composable-pattern): New variables to cope with the new
12583 Unicode specification. Use them in composition-function-table.
12584
85738751 125852010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12586
79d74ac5 12587 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12588 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12589 vectors rather than cons cells, as used in menu-bar-update-buffers.
12590
85738751 125912010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12592
2a793f7f
CY
12593 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12594 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12595 electric punctuation for "{}();,:" (Bug#5586).
12596
03ffe8be
CY
12597 * mail/sendmail.el (mail-default-directory): Doc fix.
12598
85738751 125992010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12600
12601 * mail/sendmail.el (mail-default-directory): Doc fix.
12602
85738751 126032010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12604
12605 * subr.el (version-regexp-alist, version-to-list)
12606 (version-list-<, version-list-=, version-list-<=)
12607 (version-list-not-zero, version<, version<=, version=): Doc fix.
12608 (Bug#5744).
12609
85738751 126102010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12611
12612 * vc.el (vc-root-diff): Doc fix.
12613
85738751 126142010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12615
9aa2c576
CY
12616 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12617
9d30a9f4
CY
12618 * simple.el (append-to-buffer): Fix last change.
12619
85738751 126202010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12621
12622 * simple.el (append-to-buffer): Ensure that point is preserved if
12623 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12624 (Bug#5749)
12625
2372f278
SM
126262010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12627
12628 * files.el (auto-mode-case-fold): Change default to t.
12629
2223a1b3
JL
126302010-03-30 Juri Linkov <juri@jurta.org>
12631
12632 * dired-x.el (dired-omit-mode): Doc fix.
12633
0ef84fc8
JL
126342010-03-30 Juri Linkov <juri@jurta.org>
12635
12636 * replace.el (occur-accumulate-lines): Move occur-engine related
12637 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12638 to be located after `occur-engine'.
12639
dc2d2590
JL
126402010-03-30 Juri Linkov <juri@jurta.org>
12641
12642 Make occur handle multi-line matches cleanly with context.
12643 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12644
12645 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12646 (occur-engine): Add local variables `ret', `prev-after-lines',
12647 `prev-lines'. Use more arguments for `occur-context-lines'.
12648 Set first elem of its returned list to `data', and the second elem
12649 to `prev-after-lines'. Don't print the separator line.
12650 In the end, print remaining context after-lines.
12651 (occur-context-lines): Add new arguments `begpt', `endpt',
12652 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12653 after-lines of the previous match with before-lines of the
12654 current match and not overlap them. Return a list with two
12655 values: the output line and the list of context after-lines.
12656
47c88c06
JL
126572010-03-30 Juri Linkov <juri@jurta.org>
12658
12659 * replace.el (occur-accumulate-lines): Fix a bug where the first
12660 context line at the beginning of the buffer was missing.
12661
a7b02820
EZ
126622010-03-30 Eli Zaretskii <eliz@gnu.org>
12663
12664 * files.el: Make bidi-display-reordering safe variable for boolean
12665 values.
12666
9326ba26 126672010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12668 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12669
12670 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12671 (progress-reporter-update, progress-reporter-do-update):
12672 Handle non-numeric value arguments.
9326ba26
CY
12673 (progress-reporter--pulse-characters): New var.
12674
f6f8aa12
CY
126752010-03-28 Chong Yidong <cyd@stupidchicken.com>
12676
12677 * progmodes/compile.el (compilation-start): Fix regexp detection
12678 of initial cd command (Bug#5771).
12679
7ed287b5
CY
126802010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12681
12682 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12683
146b8b16
NR
126842010-03-27 Nick Roberts <nickrob@snap.net.nz>
12685
12686 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12687 * progmodes/gdb-mi.el: Restore.
12688 * progmodes/gdb-ui.el: Remove.
12689 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12690
b23caf75
GM
126912010-03-25 Glenn Morris <rgm@gnu.org>
12692
12693 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12694 all dired buffers, even tramp ones. (Bug#5755)
12695
18c812bd
SM
126962010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 Add "union tags" in mpc.el.
12699 * mpc.el: Remove backward compatibility code.
12700 (mpc-browser-tags): Change default.
12701 (mpc--find-memoize-union-tags): New var.
12702 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12703 (mpc-cmd-find): Handle the case where the playlist does not exist.
12704 Handle union-tags.
12705 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12706 (mpc-cmd-add): Use mpc-cmd-flush.
12707 (mpc-tagbrowser-tag-name): New fun.
12708 (mpc-tagbrowser-buf): Use it.
12709 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12710
efee6a6d
SM
127112010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12712
9586c41a
SM
12713 Misc cleanup.
12714 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12715 Use replace-regexp-in-string.
12716 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12717 (makefile-imake-mode-syntax-table): Move init into defvar.
12718 (makefile-mode): Use define-derived-mode.
12719
efee6a6d
SM
12720 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12721 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12722 not be present any more.
12723
c6f3804c
JB
127242010-03-24 Juanma Barranquero <lekktu@gmail.com>
12725
12726 * faces.el (set-face-attribute): Fix typo in docstring.
12727 (face-valid-attribute-values): Reflow docstring.
12728
e867cb5d 127292010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12730
efee6a6d 12731 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12732
e867cb5d 127332010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12734
12735 * indent.el (indent-for-tab-command): Doc fix.
12736
e867cb5d 127372010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12738
efee6a6d
SM
12739 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12740 Fix off-by-one error. Fixes bug #5747.
657071fc 12741
e867cb5d 127422010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12743
12744 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12745 (image-dired-read-comment): Doc fix.
12746
efee6a6d
SM
12747 * json.el (json-object-type, json-array-type, json-key-type)
12748 (json-false, json-null, json-read-number):
c8de140b
JB
12749 * minibuffer.el (completion-in-region-functions):
12750 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12751 (cal-tex-cursor-week):
12752 * emacs-lisp/trace.el (trace-function):
12753 * eshell/em-basic.el (eshell/printnl):
12754 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12755 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12756 * obsolete/levents.el (allocate-event, event-key, event-object)
12757 (event-point, event-process, event-timestamp, event-to-character)
12758 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12759 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12760 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12761 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12762 (reftex-highlight-selection): Fix typos in docstrings.
12763
e867cb5d 127642010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12765
12766 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12767
e867cb5d 127682010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12769
12770 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12771 2008-02-13 without comment; mark it obsolete.
12772 (rmail-highlight-headers): Use rmail-highlight-face once more.
12773
e867cb5d 127742010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12775
12776 * woman.el (woman2-process-escapes): Only consume the newline if
12777 the filler character is on a line by itself (Bug#5729).
12778
e867cb5d 127792010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12780
12781 * language/indian.el (devanagari-composable-pattern): Add more
12782 consonants.
12783
e867cb5d 127842010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12785
12786 * net/trampver.el: Update release number.
12787
e867cb5d 127882010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12789
efee6a6d
SM
12790 * net/tramp.el (tramp-find-executable):
12791 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12792 output of "wc -l" more robust.
12793 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12794 (tramp-open-connection-setup-interactive-shell): Remove workaround
12795 for OpenSolaris bug, it is not needed anymore.
12796
e867cb5d 127972010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12798
12799 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12800
e867cb5d 128012010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12802
12803 * files.el (auto-mode-alist): Accept more verilog file patterns.
12804
b2b8574b
SM
128052010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12808
1d94ebb0
GM
128092010-03-24 Glenn Morris <rgm@gnu.org>
12810
7e263967
GM
12811 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12812 log-edit-before-checkin-process.
12813
5ac92c5f
GM
12814 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12815
12816 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12817
549f324a
GM
12818 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12819 (log-view-process-buffer, log-edit-extra-flags): Declare.
12820
495b517c
GM
12821 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12822
f4087766
SS
128232010-03-23 Sam Steingold <sds@gnu.org>
12824
12825 Fix bug#5620: recalculate all markers on compilation buffer
12826 modifications, not on file modifications.
38e9aa53
GM
12827 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12828 variable: the buffer modification time, for buffers not associated with
12829 files.
f4087766
SS
12830 (compilation-mode): Create it.
12831 (compilation-filter): Update it.
12832 (compilation-next-error-function): Use it instead of
12833 `visited-file-modtime' for timestamp.
12834
774642e5
JL
128352010-03-23 Juri Linkov <juri@jurta.org>
12836
12837 Implement Occur multi-line matches.
12838 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12839
12840 * replace.el (occur): Doc fix.
12841 (occur-engine): Set `begpt' to the beginning of the first line.
12842 Set `endpt' to the end of the last match line. At first, count
12843 line numbers between `origpt' and `begpt'. Split out code from
12844 `out-line' variable to new let-bindings `match-prefix' and
12845 `match-str'. In `out-line' add non-numeric prefix to all
12846 non-first lines of multi-line matches. Finally, count lines
12847 between `begpt' and `endpt' and add to `lines'.
12848
f14d1172
JL
128492010-03-23 Juri Linkov <juri@jurta.org>
12850
12851 * replace.el (occur-accumulate-lines, occur-engine):
12852 Use `occur-engine-line' instead of duplicate code.
12853 (occur-engine-line): New function created from duplicate code
12854 in `occur-accumulate-lines' and `occur-engine'.
12855
53e87c57
JL
12856 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12857 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12858
75a3ff20
JL
128592010-03-23 Juri Linkov <juri@jurta.org>
12860
12861 * finder.el: Remove TODO tasks.
12862
12863 * info.el (Info-finder-find-node): Add node "all"
12864 with all package info. Handle a list of multiple keywords
12865 separated by comma.
12866 (info-finder): In interactive use with a prefix argument,
12867 use `completing-read-multiple' to read a list of keywords
12868 separated by comma.
12869
00278747
SM
128702010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 Add a new completion style `substring'.
12873 * minibuffer.el (completion-basic--pattern): New function.
12874 (completion-basic-try-completion, completion-basic-all-completions):
12875 Use it.
12876 (completion-substring--all-completions)
12877 (completion-substring-try-completion)
12878 (completion-substring-all-completions): New functions.
12879 (completion-styles-alist): New style `substring'.
12880
64cb11cc
SM
128812010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 Get rid of .elc files after removal of the corresponding .el.
12884 * Makefile.in (compile-clean): New target.
12885 (compile-main): Use it.
12886
835e2c65
JD
128872010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12888
12889 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12890 don't do make there. When compiling with separate object dir, there
12891 is no Makefile there.
12892
111a9dff
SM
128932010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 Get rid of the ELCFILES abomination, again.
12896 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12897 (all, compile): Don't call compile-last.
12898 (compile-main): Build the "elcfiles" list dynamically.
12899 (compile-targets): New (internal) target.
12900
82c3d67a
AS
129012010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12902
12903 * Makefile.in (top_srcdir): Define.
12904 (abs_top_builddir): Define.
12905 (srcdir): Don't append `/..'.
12906 (EMACS): Use ${abs_top_builddir}.
12907 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12908 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12909 $(srcdir).
82c3d67a
AS
12910 (lisp): Use $(srcdir) instead of @srcdir@.
12911
d66ecdbb
JL
129122010-03-21 Juri Linkov <juri@jurta.org>
12913
12914 Fix message of multi-line occur regexps and multi-buffer header lines.
12915 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12916
12917 * replace.el (occur-1): Don't display regexp if it is longer
12918 than window-width. Use `query-replace-descr' to display regexp.
12919 (occur-engine): Don't display regexp in the buffer header for
12920 multi-buffer occur. Display a separate header line with total
12921 match count and regexp for multi-buffer occur.
12922 Use `query-replace-descr' to display regexp.
12923
f05e1b94
TZ
129242010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12925
12926 * net/secrets.el: Fix parenthesis.
12927 (secrets-enabled): Fix parenthesis.
12928
801ba3ba
SM
129292010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12930
3613edce
SM
12931 Use more relative file and directory names.
12932 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12933 (setwins, setwins_almost, setwins_for_subdirs):
12934 Don't `cd'; output relative names.
12935 (all, compile, compile-always, compile-last): Set emacswd.
12936 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12937 Just cd to the lisp source dir so we can use relative file names.
12938
801ba3ba
SM
12939 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12940
2b1400b9
GM
129412010-03-20 Glenn Morris <rgm@gnu.org>
12942
12943 * textmodes/rst.el: Use faces for font-lock customization, and make the
12944 old -face variables obsolete.
12945 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12946 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12947 (rst-block-face, rst-external-face, rst-definition-face)
12948 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12949 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12950 Make obsolete.
12951 (rst-font-lock-keywords-function): Update for above changes.
12952
5e418f17
JL
129532010-03-20 Juri Linkov <juri@jurta.org>
12954
12955 * s-region.el:
12956 * obsolete/s-region.el: Move to obsolete.
12957
b0287b39
JB
129582010-03-19 Juanma Barranquero <lekktu@gmail.com>
12959
12960 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12961
3c95bbb6
DN
129622010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12963
12964 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12965
09158997
DN
129662010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12967
12968 Add special markup processing for commit logs.
12969 * log-edit.el (log-edit-extra-flags): New variable.
12970 (log-edit): Add new argument MODE. Use that mode when non-nil
12971 instead of the log-view-mode.
12972 (log-view-process-buffer): New function.
12973
12974 * vc.el: Document that the checkin method takes optional
12975 arguments. Document new backend specific method: log-view-mode.
12976 (vc-default-log-edit-mode): New function.
12977 (vc-checkin): Use a backend specific log-view-mode.
12978 Pass extra arguments to the checkin method.
12979 (vc-modify-change-comment): Pass a dummy extra argument.
12980
12981 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12982 log-edit.
12983 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12984 (vc-finish-logentry): Process the log buffer before passing it
12985 down. Pass log-edit-extra-flags.
12986
12987 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12988 command.
85626eef
SM
12989 (log-edit-extra-flags, log-edit-before-checkin-process):
12990 New declarations.
09158997
DN
12991
12992 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12993 command.
85626eef
SM
12994 (log-edit-extra-flags, log-edit-before-checkin-process):
12995 New declarations.
09158997
DN
12996 (vc-hg-log-edit-mode): New derived mode.
12997
12998 * vc-arch.el (vc-arch-checkin):
12999 * vc-cvs.el (vc-cvs-checkin):
13000 * vc-git.el (vc-git-checkin):
13001 * vc-mtn.el (vc-mtn-checkin):
13002 * vc-rcs.el (vc-rcs-checkin):
13003 * vc-sccs.el (vc-sccs-checkin):
13004 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13005
f430423d
SM
130062010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13009 parent typo).
13010
aa8f8277
GM
130112010-03-19 Glenn Morris <rgm@gnu.org>
13012
f430423d 13013 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 13014
04525749
GM
130152010-03-18 Glenn Morris <rgm@gnu.org>
13016
c70815f1
GM
13017 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13018
84d0a5f8
GM
13019 * replace.el (query-replace-history): Give it a doc string.
13020 (map-query-replace-regexp): Use query-replace-from-history-variable
13021 and query-replace-to-history-variable.
13022
e3a15161
GM
13023 * mail/hashcash.el (declare-function): Remove duplicate definition.
13024
27be0364
GM
13025 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13026 Make it an obsolete alias for report-emacs-bug-address.
13027 (message-strip-special-text-properties): Declare.
13028 (report-emacs-bug): Remove test for a pretest bug address.
13029 Combine message-mode-specific code.
13030
88b8d18e
GM
13031 * mail/supercite.el: Don't require sendmail.
13032 (mh-in-header-p): Declare rather than using with-no-warnings.
13033 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13034 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13035
1a355d09
GM
13036 * calendar/cal-french.el: Convert to utf-8.
13037
04525749
GM
13038 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13039 Emacs scripts.
13040
ae84eb97
MA
130412010-03-16 Michael Albinus <michael.albinus@gmx.de>
13042
13043 * net/secrets.el (secrets-enabled): New variable. Use it instead
13044 of a subfeature.
13045
7c75524e
MA
130462010-03-15 Michael Albinus <michael.albinus@gmx.de>
13047
13048 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
13049 service "org.freedesktop.secrets" can be pinged.
13050 Provide subfeature `enabled'.
7c75524e 13051
57938a79
JL
130522010-03-14 Juri Linkov <juri@jurta.org>
13053
13054 Add finder unknown keywords.
13055
13056 * finder.el (finder-unknown-keywords): New function.
13057
13058 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13059 to create a Finder node with unknown keywords.
13060
88f4758e
JL
130612010-03-14 Juri Linkov <juri@jurta.org>
13062
13063 * finder.el (finder-compile-keywords): Replace `princ' with
13064 `prin1' on a list of symbols interned from keyword strings.
13065
13066 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13067 a comma, then split keywords using a comma and optional whitespace.
13068 Otherwise, split by whitespace.
13069
13070 * complete.el:
13071 * face-remap.el:
13072 * log-view.el:
13073 * net/hmac-def.el:
13074 * net/hmac-md5.el:
13075 * net/netrc.el:
13076 * progmodes/mixal-mode.el: Fix keywords.
13077
7725ebb7
MA
130782010-03-13 Michael Albinus <michael.albinus@gmx.de>
13079
13080 * Makefile.in (ELCFILES): Add net/secrets.elc.
13081
13082 * net/secrets.el: New file.
13083
6f320937
CY
130842010-03-12 Chong Yidong <cyd@stupidchicken.com>
13085
13086 * facemenu.el (list-colors-display, list-colors-print): New arg
13087 callback. Use it to allow selecting colors.
13088
13089 * wid-edit.el (widget-image-insert): Insert image prop even if the
13090 current display is non-graphic.
13091 (widget-field-value-set): New fun.
13092 (editable-field): Use it.
13093 (widget-field-value-get): Clean up unused var.
85626eef
SM
13094 (widget-color-value-create, widget-color--choose-action):
13095 New funs. Allow using list-colors-display to choose color.
6f320937 13096
647f9993
CY
130972010-03-12 Chong Yidong <cyd@stupidchicken.com>
13098
13099 * cus-edit.el: Resort topmost custom groups.
13100 (custom-buffer-sort-alphabetically): Default to t.
13101 (customize-apropos): Use apropos-parse-pattern.
13102 (custom-search-field): New var.
13103 (custom-buffer-create-internal): Add custom-apropos search field.
13104 (custom-add-parent-links): Don't display parent doc.
13105 (custom-group-value-create): Don't sort top-level custom group.
85626eef 13106 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
13107
13108 (custom-variable-state): New fun, from custom-variable-state-set.
13109 (custom-variable-state-set): Use it.
13110 (custom-group-value-create): Hide options with standard values
13111 using the :hidden-states property. Use progress reporter.
13112
13113 (custom-show): Simplify.
13114 (custom-visibility): Disable images by default.
13115 (custom-variable): New property :hidden-states.
13116 (custom-variable-value-create): Enable images for
13117 custom-visibility widgets. Use :hidden-states property to
13118 determine initial visibility.
13119
13120 * wid-edit.el (widget-image-find): Give images center ascent.
13121 (visibility): Add :on-image and :off-image properties.
13122 (widget-visibility-value-create): Use them.
13123
eba5b4dd
CY
131242010-03-12 Chong Yidong <cyd@stupidchicken.com>
13125
13126 * cus-edit.el (processes): Remove from development group.
13127 (oop, hypermedia): Delete group.
26f4b8ab 13128 (comm): Promote to top-level group.
eba5b4dd
CY
13129
13130 * net/browse-url.el (browse-url):
13131 * net/xesam.el (xesam):
13132 * net/tramp.el (tramp):
13133 * net/goto-addr.el (goto-address):
26f4b8ab 13134 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
13135
13136 * view.el (view): Remove from editing group.
13137
13138 * uniquify.el (uniquify): Put in files group.
13139
13140 * net/browse-url.el (browse-url):
13141 * ps-print.el (postscript): Put in external group.
13142
13143 * cus-edit.el (outlines):
13144 * textmodes/text-mode.el (text-mode-hook):
13145 * textmodes/table.el (table):
13146 * textmodes/picture.el (picture):
13147 * outline.el (outlines): Put in wp group.
13148
13149 * nxml/nxml-mode.el (nxml): Remove from wp group.
13150
13151 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13152
13153 * mail/metamail.el (metamail): Remove from hypermedia group.
13154
13155 * cus-edit.el (abbrev):
13156 * whitespace.el (whitespace):
13157 * vcursor.el (vcursor):
13158 * reveal.el (reveal):
13159 * hl-line.el (hl-line): Put in convenience group.
13160
13161 * epg-config.el (epg): Put in data group.
13162
13163 * emulation/pc-select.el (pc-select): Put in emulations group.
13164
13165 * calculator.el (calculator): Put in applications group.
13166
8117868f
DN
131672010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13168
13169 Add .dir-locals.el support for file-less buffers.
13170 * files.el (hack-local-variables): Split out code to apply local
13171 variable settings ...
13172 (hack-local-variables-apply): ... here. New function.
13173 (hack-dir-local-variables): Use the default directory for when the
13174 buffer does not have an associated file.
13175 (hack-dir-local-variables-non-file-buffer): New function.
13176 * diff-mode.el (diff-mode):
13177 * vc-annotate.el (vc-annotate-mode):
13178 * vc-dir.el (vc-dir-mode):
13179 * log-edit.el (log-edit-mode):
13180 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13181
855a2294
DN
131822010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13183
13184 Add support for shelving snapshots and for showing shelves.
13185 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13186 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13187 New functions.
13188 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13189 (vc-bzr-extra-menu-map): Map them.
13190
3e5b7009
GM
131912010-03-11 Glenn Morris <rgm@gnu.org>
13192
0dcf7d7e
GM
13193 * cus-edit.el (customize-changed-options-previous-release):
13194 Bump to 23.1.
13195
3e5b7009
GM
13196 * image.el (image-animate-max-time): Fix :version tag.
13197
288f9fc0
CY
131982010-03-10 Chong Yidong <cyd@stupidchicken.com>
13199
13200 * Branch for 23.2.
13201
53ef91b1
SM
132022010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 * vc-git.el (vc-git-revision-table): Include remote branches.
13205
b41460ae 132062010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
13207
13208 Animated image API.
13209 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13210
13211 * image.el (image-animate-max-time): New defcustom.
13212 (image-animated-types): New defconst.
13213 (create-animated-image, image-animate-timer)
13214 (image-animate-start, image-animate-stop, image-animate-timeout)
13215 (image-animated-p): New functions.
13216
13217 * image-mode.el (image-toggle-display-image):
13218 Replace `create-image' with `create-animated-image'.
13219
e5d1fb10 132202010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
13221
13222 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13223 instead of "format:"; this ensures that the output is
13224 newline-terminated.
13225
4e7cafbe
CY
132262010-03-08 Chong Yidong <cyd@stupidchicken.com>
13227
13228 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13229 that all errors are caught, and that the return value is always a
13230 list (Bug#5692).
13231
aec66319
KH
132322010-03-08 Kenichi Handa <handa@m17n.org>
13233
13234 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 13235 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 13236
b327c975
AS
132372010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13238
13239 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13240 call to rfc822-bad-address. (Bug#5692)
13241
1c465a6a
CY
132422010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13243
85626eef
SM
13244 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13245 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 13246
a4e32226
CY
132472010-03-06 Chong Yidong <cyd@stupidchicken.com>
13248
13249 * calculator.el (calculator): Don't bind split-window-keep-point
13250 (Bug#5674).
13251
4c83ed3d
SM
132522010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * vc-git.el: Re-flow to fit into 80 columns.
13255 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13256 Remove spurious `quote' element in each case alternative.
13257 (vc-git-show-log-entry): Use prog1.
13258 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13259
e8defde3
SM
132602010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13263
233f0c9f
CY
132642010-03-03 Chong Yidong <cyd@stupidchicken.com>
13265
13266 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13267 definition, not the name (Bug#5481).
13268
254bedef 132692010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13270
13271 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13272 argument with a local variable. (Bug#5670)
13273
7187cdae
JL
132742010-03-02 Juri Linkov <juri@jurta.org>
13275
13276 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13277
9cf3544e
MA
132782010-03-02 Michael Albinus <michael.albinus@gmx.de>
13279
13280 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13281 error when FILENAME and NEWNAME are existing remote directories.
13282
13283 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13284 parameter DIR-FLAG.
13285
33f77982
GM
132862010-03-02 Glenn Morris <rgm@gnu.org>
13287
13288 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13289 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13290
d99ea08e
KH
132912010-03-01 Kenichi Handa <handa@m17n.org>
13292
e8defde3 13293 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13294 myanmar-composable-pattern.
13295
e8defde3
SM
13296 * international/characters.el (script-list):
13297 * international/fontset.el (script-representative-chars):
13298 Change myanmar to burmese.
d99ea08e 13299 (otf-script-alist): Likewise.
4aa2c3b2
KH
13300 (setup-default-fontset): Likewise. Re-fix :otf spec.
13301
b374f54d
KY
133022010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13303
13304 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13305
71572c03
JD
133062010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13307
13308 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13309
00cffdeb
MA
133102010-02-28 Michael Albinus <michael.albinus@gmx.de>
13311
13312 * net/tramp.el (tramp-handle-write-region): START can be a string.
13313 Take care in the checks. Reported by Dan Davison
13314 <davison@stats.ox.ac.uk>.
13315
d4b06783
MA
133162010-02-28 Michael Albinus <michael.albinus@gmx.de>
13317
13318 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13319 (dbus-set-property, dbus-get-all-properties):
13320 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13321
8c3e96d2
CY
133222010-02-28 Chong Yidong <cyd@stupidchicken.com>
13323
de3a1fe9
CY
13324 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13325 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13326 * calendar/icalendar.el (icalendar--add-diary-entry):
13327 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13328 * files.el (recover-session-finish): Use with-current-buffer
13329 instead of save-excursion.
13330
c53b9c3b
SM
133312010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 Fix in-buffer completion when after-change-functions modify the buffer.
13334 * minibuffer.el (completion--replace): New function.
13335 (completion--do-completion): Use it and use relative movement.
13336
4a16bdc6
CY
133372010-02-27 Chong Yidong <cyd@stupidchicken.com>
13338
13339 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13340
b8280f39
CY
133412010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13342
c53b9c3b
SM
13343 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13344 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13345
f88cc4d6
KH
133462010-02-26 Kenichi Handa <handa@m17n.org>
13347
13348 * language/burmese.el: Fix entries in composition-function-table.
13349 (myanmar-composable-pattern): New variable.
13350
13351 * international/fontset.el (setup-default-fontset): Add an entry
13352 for myanmar.
13353
13354 * international/characters.el (script-list): Add Myanmar
13355 Extended-A.
13356
cdbf9100
GM
133572010-02-26 Glenn Morris <rgm@gnu.org>
13358
90a94603
GM
13359 * custom.el (custom-initialize-delay): Doc fix.
13360
cdbf9100
GM
13361 * mail/sendmail.el (send-mail-function): Autoload the call
13362 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13363
f95a5fd0
CY
133642010-02-24 Chong Yidong <cyd@stupidchicken.com>
13365
13366 * files.el (hack-local-variables-filter): For eval forms, also
13367 check safe-local-variable-p (Bug#5636).
13368
459a5f4b
MA
133692010-02-22 Michael Albinus <michael.albinus@gmx.de>
13370
13371 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13372 setting the modes by `ignore-errors'. It might fail, for example
13373 if the file is not owned by the user but the group.
13374 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13375
bb23f6e8
CY
133762010-02-21 Chong Yidong <cyd@stupidchicken.com>
13377
6a7662bb
BR
13378 * files.el (directory-listing-before-filename-regexp):
13379 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13380 date-like filenames (Bug#5597).
13381
b660eb70
CY
13382 * htmlfontify.el (htmlfontify): Doc fix.
13383
13384 * eshell/eshell.el (eshell): Doc fix.
13385
bb23f6e8
CY
13386 * startup.el (fancy-about-screen): In mode-line, apply
13387 mode-line-buffer-id face only to the buffer name (Bug#5613).
13388
3e39928c
CY
133892010-02-20 Kevin Ryde <user42@zip.com.au>
13390
f7e0618c
JB
13391 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13392 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13393 (Bug#5599).
13394
0f00e948
EZ
133952010-02-20 Eli Zaretskii <eliz@gnu.org>
13396
13397 * subr.el (remove-yank-excluded-properties): Explain in a comment
13398 why `category' property is removed.
13399
3513efb2
CY
134002010-02-19 Chong Yidong <cyd@stupidchicken.com>
13401
6a7662bb
BR
13402 * isearch.el (isearch-update-post-hook, isearch-update):
13403 Revert 2010-02-17 change.
3513efb2 13404
b4340b3f
UJ
134052010-02-19 Ulf Jasper <ulf.jasper@web.de>
13406
13407 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13408 (icalendar--convert-weekly-to-ical)
13409 (icalendar--convert-yearly-to-ical)
13410 (icalendar--convert-block-to-ical)
13411 (icalendar--convert-cyclic-to-ical)
13412 (icalendar--convert-anniversary-to-ical): Take care of time
13413 specifications where hour has 1-digit only (Bug#5549).
13414
8cfae03d
NR
134152010-02-19 Nick Roberts <nickrob@snap.net.nz>
13416
13417 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13418 of disassemble output in GDB 7.1.
13419
055e4eea
GM
134202010-02-19 Glenn Morris <rgm@gnu.org>
13421
13422 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13423 property. (Bug#5593)
13424
ff6b00de
SS
134252010-02-18 Sam Steingold <sds@gnu.org>
13426
13427 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13428
fe8c0b47
SM
134292010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 Use abbreviated file names in bookmarks (bug#5591).
13432 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13433 calls to expand-file-name.
13434 (bookmark-relocate): Use abbreviated file names in bookmarks.
13435 (bookmark-load): Use abbreviated file names in messages.
13436
73a37a69
MA
134372010-02-18 Michael Albinus <michael.albinus@gmx.de>
13438
13439 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13440 expand "." and "..". Reported by Thierry Volpiatto
13441 <thierry.volpiatto@gmail.com>.
13442
6e4f5731
MA
134432010-02-18 Michael Albinus <michael.albinus@gmx.de>
13444
13445 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13446 permissions of the temporary file to "0600". In case the remote
13447 file has no read permissions for the owner, there might be
13448 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13449
1345022010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13451
13452 * emacs-lisp/authors.el (authors-renamed-files-alist):
13453 Add entries for INSTALL.CVS.
13454
ba5bf642
MH
134552010-02-17 Mark A. Hershberger <mah@everybody.org>
13456
f7e0618c 13457 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13458
f7e0618c 13459 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13460 (isearch-update): Use the new hook.
13461
aac0b0f2
MA
134622010-02-16 Michael Albinus <michael.albinus@gmx.de>
13463
fe8c0b47
SM
13464 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13465 Fix errors in copying directories.
aac0b0f2
MA
13466 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13467 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13468 (tramp-handle-delete-file)
13469 (tramp-handle-dired-recursive-delete-directory)
13470 (tramp-handle-write-region): Flush also the cache for the upper
13471 directory.
13472
05bbe066
CY
134732010-02-16 Chong Yidong <cyd@stupidchicken.com>
13474
e8ab3908
CY
13475 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13476
ff90f4b0
CY
13477 * cus-edit.el (hardware): Doc fix.
13478
13479 * man.el (man): Add to external custom group.
13480
13481 * delim-col.el (columns): Move to wp custom group.
13482
13483 * doc-view.el (doc-view): Add to data custom group.
13484
fe8c0b47 13485 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13486
05bbe066
CY
13487 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13488 by ispell-parse-output (Bug#5575).
13489
fa6ea913
KH
134902010-02-16 Kenichi Handa <handa@m17n.org>
13491
13492 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13493 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13494 (skkdic-convert): Use `euc-japan' coding system for writing.
13495
88fd78ae
GM
134962010-02-16 Glenn Morris <rgm@gnu.org>
13497
13498 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13499 tex-main-file before using it. (Bug#5562)
13500
2b8c974a
SM
135012010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13504 warnings, since it is annoying for the user to see them each time he
13505 runs the code.
13506
7540f029
MA
135072010-02-15 Michael Albinus <michael.albinus@gmx.de>
13508
13509 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13510 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13511 instead of PROC for caching "first-password-request". Otherwise,
13512 new processes would not profit from passwords already entered.
13513
2b8c974a
SM
13514 * net/tramp-cache.el (tramp-dump-connection-properties):
13515 Don't save "first-password-request" property.
7540f029 13516
fa5f7c5f
JB
135172010-02-14 Juanma Barranquero <lekktu@gmail.com>
13518
13519 * outline.el (outline-head-from-level):
13520 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13521 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13522 (elint-defun, elint-buffer-env, elint-top-form-logged)
13523 (elint-unbound-variable):
13524 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13525 Fix typos in docstrings.
13526
ecbaeb7b
MA
135272010-02-14 Michael Albinus <michael.albinus@gmx.de>
13528
13529 * files.el (insert-directory): When WILDCARD-REGEXP and
13530 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13531 whole directory. (Bug#5551)
13532
13533 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13534 dired's alignment sanity. (Bug#5516)
13535
91e3333f
JL
135362010-02-14 Juri Linkov <juri@jurta.org>
13537
13538 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13539 Remove remaining ^H with their preceding chars. (Bug#5566)
13540
36020642
GM
135412010-02-13 Glenn Morris <rgm@gnu.org>
13542
13543 * simple.el (transpose-subr): Give it a doc-string.
13544
13545 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13546 Doc fixes.
13547
f5952338
JL
135482010-02-12 Juri Linkov <juri@jurta.org>
13549
13550 * arc-mode.el (archive-unique-fname): Make directories for nested
13551 archives. (Bug#5540)
13552
918fe50f
JL
135532010-02-12 Juri Linkov <juri@jurta.org>
13554
13555 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13556
c07ff221
SM
135572010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13558
48b1e7cf
SM
13559 * subr.el (copy-overlay): Handle deleted overlays.
13560
c07ff221
SM
13561 * man.el (Man-completion-table): Don't signal an error if we can't run
13562 manual-program (bug#4056).
13563
0e374247
JB
135642010-02-10 Juanma Barranquero <lekktu@gmail.com>
13565
13566 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13567
dbf8402b
SM
135682010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13569
348d1e60
SM
13570 * info.el (Info-bookmark-jump): Simplify.
13571
dbf8402b
SM
13572 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13573 (bookmark-default-handler): Accept new bookmark field `buffer'.
13574
e6d23bb5
CY
135752010-02-10 Chong Yidong <cyd@stupidchicken.com>
13576
13577 * iswitchb.el (iswitchb-completions): Revert last change.
13578
a8e4290b
MA
135792010-02-10 Michael Albinus <michael.albinus@gmx.de>
13580
2b23acde 13581 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13582 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13583 This prevents file names like "~/" being listed literally.
a8e4290b 13584
c59d6fad
DN
135852010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13586
348d1e60
SM
13587 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13588 Remove dead code. (Bug#5546)
c59d6fad 13589
3a66e78f
CY
135902010-02-09 Chong Yidong <cyd@stupidchicken.com>
13591
13592 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13593 correctly (Bug#5548).
13594
f29fd869
CY
135952010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13596
13597 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13598 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13599
7fad1447
KH
136002010-02-08 Kenichi Handa <handa@m17n.org>
13601
13602 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13603 cookie for putting `lisp-indent-function'.
7fad1447 13604
50e4518b
GM
136052010-02-07 Glenn Morris <rgm@gnu.org>
13606
13607 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13608 Move F2003 named interfaces from keywords-2 to keywords-1, and
13609 use function-name-face rather than constant-face.
13610 Simplify "abstract interface" regexp.
13611
a4cc44cf
CY
136122010-02-07 Chong Yidong <cyd@stupidchicken.com>
13613
13614 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13615 ID-FORMAT. Pass it to `file-attributes'.
13616
13617 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13618
c917476d
CY
136192010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13620
13621 * faces.el (set-face-attribute): Allow calling
13622 internal-set-lisp-face-attribute with 'unspecified family and
13623 foundry argument (Bug#5536).
13624
7cf3f3d6
GM
136252010-02-07 Glenn Morris <rgm@gnu.org>
13626
13627 * progmodes/f90.el (f90-font-lock-keywords-2)
13628 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13629 Handle F2003 named interfaces.
13630
ffe87109
CY
136312010-02-06 Chong Yidong <cyd@stupidchicken.com>
13632
13633 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13634 beg and end before calling c-get-state-before-change-functions.
13635
4775ecad
DN
136362010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13637
33aeea0e
SM
13638 * vc-bzr.el (vc-bzr-dir-extra-headers):
13639 Disable the pending merges header.
4775ecad 13640
0d17c4b9
JL
136412010-02-05 Juri Linkov <juri@jurta.org>
13642
13643 * doc-view.el (doc-view-mode):
13644 * image-mode.el (image-mode): Put property mode-class=special.
13645 (Bug#4896)
13646
8228a275
MH
136472010-02-05 Mark A. Hershberger <mah@everybody.org>
13648
13649 * vc-svn.el (vc-svn-revision-table): New function.
13650
d9320986
MA
136512010-02-05 Michael Albinus <michael.albinus@gmx.de>
13652
13653 * net/ange-ftp.el (ange-ftp-insert-directory):
13654 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13655 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13656 Handle also directories. (Bug#5478)
13657
f43d8ecc
GM
136582010-02-05 Glenn Morris <rgm@gnu.org>
13659
13660 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13661
ce3a988d
CY
136622010-02-05 Chong Yidong <cyd@stupidchicken.com>
13663
13664 * startup.el (command-line-1): Convert options beginning with a
13665 single dash as well (Bug#5519).
13666
bdd42899
SM
136672010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13668
51b23c44
SM
13669 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13670 * minibuffer.el (completion-initials-expand): Only check the presence
13671 of delims *within* the boundaries, since otherwise the / delim is
13672 always found for files.
13673
bdd42899
SM
13674 Fix up various corner case problems.
13675 * doc-view.el (doc-view-last-page-number): New function.
13676 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13677 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13678 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13679 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13680 (doc-view-convert-current-doc): Don't create the resolution.el file
13681 here any more.
13682 (doc-view-pdf/ps->png): Do it here instead.
13683 (doc-view-already-converted-p): Check that resolution.el is present.
13684 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13685 windows that are not yet showing images.
13686
d5b3979c
MA
136872010-02-04 Michael Albinus <michael.albinus@gmx.de>
13688
13689 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13690 `dired-uncache' for every elemnt which is an absolute file name.
13691
13692 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13693 directory, handle its directory component.
13694 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13695 function is called permanently and creates noise, otherwise.
13696
13697 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13698 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13699 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13700
b003beb1
DB
137012010-02-04 David Burger <dburger@google.com> (tiny change)
13702
13703 * macros.el (apply-macro-to-region-lines):
13704 Minor simplification. (Bug#5485)
13705
ea92f9f3
GM
137062010-02-04 Glenn Morris <rgm@gnu.org>
13707
a03ae20d
GM
13708 * mail/rmail.el (rmail-show-message-1): Handle malformed
13709 quoted-printable text. (Bug#5441)
13710
4d01b827
GM
13711 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13712
ea92f9f3
GM
13713 * simple.el (visual-line-mode): Capitalize lighter.
13714
82055bb7
JW
137152010-02-03 John Wiegley <jwiegley@gmail.com>
13716
13717 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13718 list of files considered for "virtual buffer" completions.
13719
8214b6e4
MA
137202010-02-03 Michael Albinus <michael.albinus@gmx.de>
13721
13722 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13723 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13724 when dired is called with a list of files, which are not in
13725 `default-directory'. (Bug#5478)
13726
1df9718f
SM
137272010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13730
02ba1267
JL
137312010-02-02 Juri Linkov <juri@jurta.org>
13732
13733 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13734 from unidiff to allow function-line after @@.
13735
a0c6a0fb
JL
137362010-02-02 Juri Linkov <juri@jurta.org>
13737
13738 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13739 '(RCS SCCS) with inverted condition.
13740
c35fcd52
MA
137412010-02-02 Michael Albinus <michael.albinus@gmx.de>
13742
13743 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13744 messages.
13745
6ba973c1
JL
137462010-02-01 Juri Linkov <juri@jurta.org>
13747
13748 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13749 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13750 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13751 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13752
0bca393f
SM
137532010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13756 (doc-view-revert-buffer): New command.
13757 (doc-view-mode-map): Use it.
13758
7a444e2a
DN
137592010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13760
13761 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13762 pending merge is detected.
13763
ad6fc8f4
JL
137642010-01-31 Juri Linkov <juri@jurta.org>
13765
13766 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13767 beginning of interactive spec like all other grep commands do.
13768 Put "all" in front of "gz". (Bug#5260)
13769
b9236874
DN
137702010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13771
13772 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13773
1e868757
CY
137742010-01-29 Chong Yidong <cyd@stupidchicken.com>
13775
13776 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13777 regexp is incorrect (Bug#5476).
13778
e5c70c41
MA
137792010-01-29 Michael Albinus <michael.albinus@gmx.de>
13780
13781 * net/tramp.el (tramp-handle-insert-directory): Handle also
13782 symlinks, when FILENAME is not in `default-directory'.
13783
0c0b61f1
MA
137842010-01-28 Michael Albinus <michael.albinus@gmx.de>
13785
13786 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13787 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13788
13789 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13790 of SWITCHES. Handle the case, FILENAME is not in
13791 `default-directory'. (Bug#5478)
13792 (tramp-register-file-name-handlers): Add safe-magic property.
13793
763f325e
CY
137942010-01-28 Chong Yidong <cyd@stupidchicken.com>
13795
13796 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13797 unzip (Bug#5475).
13798
fd09a83f
CY
137992010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13800
13801 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13802 (flymake-master-make-header-init): Add other C++ filename masks.
13803 (flymake-find-possible-master-files)
13804 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13805
7e5686f0
MA
138062010-01-28 Michael Albinus <michael.albinus@gmx.de>
13807
13808 Fix some busybox annoyances.
13809
13810 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13811 not responding." string.
13812 (tramp-open-connection-setup-interactive-shell): Dump stty
13813 settings. Enable "neveropen" arg for all `tramp-send-command'
13814 calls. Handle "=" in variable values properly.
13815 (tramp-find-inline-encoding): Raise an error, when no encoding is
13816 found.
13817 (tramp-wait-for-output): Check, whether PROC buffer is available.
13818 Remove spurious " ^H" sequences, sent by busybox.
13819 (tramp-get-ls-command): Suppress coloring, if possible.
13820
c6265c10
GM
138212010-01-28 Glenn Morris <rgm@gnu.org>
13822
c85a168b
GM
13823 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13824
c6265c10
GM
13825 * log-edit.el (log-edit-strip-single-file-name): Add missing
13826 :safe, :group, and :version tags.
13827
7d82a738
SB
138282010-01-27 Stephen Berman <stephen.berman@gmx.net>
13829
13830 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13831 buffers. (Bug#5477)
13832
8b0e68ea
CY
138332010-01-27 David De La Harpe Golden <david@harpegolden.net>
13834
13835 * files.el (delete-directory): Handle moving to trash without
13836 first doing recursion (Bug#5436).
13837
368d3208
DN
138382010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13839
13840 * vc-hooks.el (vc-path): Mark as obsolete.
13841
755da7fa
DN
138422010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13843
e2396d80
DN
13844 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13845 names too.
13846
755da7fa
DN
13847 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13848 for the short log.
13849 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13850
6a6d15ab 138512010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13852
ac9ffe99 13853 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13854
48c2d18a 13855 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13856
25f38310 138572010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13858
13859 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13860 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13861
51850286
DN
138622010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13863
c2f1d6d8
DN
13864 Remove support for adding --signoff on commit.
13865 Future support will use an incompatible generic mechanism.
13866 * vc-git.el (vc-git-add-signoff): Remove variable.
13867 (vc-git-toggle-signoff): Remove function.
13868 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13869
6a7662bb
BR
13870 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13871 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13872 was set.
13873 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13874 earlier, call it again in case the background mode has changed.
13875
02c6d0d0
CY
138762010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13877
13878 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13879 (Bug#3541).
13880
064eee03
CY
138812010-01-23 Chong Yidong <cyd@stupidchicken.com>
13882
02c6d0d0
CY
13883 * emacs-lisp/assoc.el (aelement): Doc fix.
13884 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13885
5336c3ec 138862010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13887
48c2d18a 13888 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13889 is the same as subprogram call, not declaration. (Bug#5435).
13890
0536254e
MA
138912010-01-23 Michael Albinus <michael.albinus@gmx.de>
13892
13893 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13894 (tramp-smb-maybe-open-connection): Use it.
13895
411d06c2
MA
138962010-01-22 Michael Albinus <michael.albinus@gmx.de>
13897
0536254e 13898 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13899
c893016b
SM
139002010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13901
13902 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13903 just because we see "encoding: 8bit".
13904 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13905
9425f8e1
CY
139062010-01-22 Chong Yidong <cyd@stupidchicken.com>
13907
13908 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13909
6a801864
EZ
139102010-01-22 Eli Zaretskii <eliz@gnu.org>
13911
13912 * jka-compr.el (jka-compr-load): If load-file is not in
13913 load-history, try its file-truename version. (bug#5447)
13914
3e8f7d91
AM
139152010-01-21 Alan Mackenzie <acm@muc.de>
13916
13917 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13918 * progmodes/cc-engine.el (c-invalidate-state-cache):
13919 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13920 special cpp construct is still in the buffer.
13921 (c-parse-state): Record the special cpp with markers, not numbers.
13922
f0bd0ad5
CY
139232010-01-21 Kenichi Handa <handa@m17n.org>
13924
13925 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13926 process last-command-event, as it is now decoded first (Bug#5380).
13927
5189d95b
CY
139282010-01-20 Chong Yidong <cyd@stupidchicken.com>
13929
13930 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13931
e073d74a
GM
139322010-01-20 Glenn Morris <rgm@gnu.org>
13933
13934 * indent.el (tab-always-indent): Fix custom-type.
13935
8ee04f3a
AM
139362010-01-19 Alan Mackenzie <acm@muc.de>
13937
13938 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13939 buffer throws "args out of range".
13940 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13941 playing the role of delimiter.
13942
6a47c86a
SL
139432010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13944
bf0b361c 13945 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13946 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13947 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13948 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13949 Improve comments in "is" portion. Handle null procedure declaration.
13950 (ada-move-to-end): Improve doc string.
13951
2acfb954
ÓF
139522010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13953
e90d57c0 13954 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13955 Remove obsolete information from commentary.
e90d57c0
JB
13956 (ido-choice-list): Initialize to nil.
13957 (ido-get-bufname): Reject minibuffers.
13958 (ido-make-buffer-list): If "default" is a nonexistent
13959 buffer, ignore it, as per the function's comment.
13960 (ido-kill-buffer-internal): New function.
13961 (ido-kill-buffer-at-head): Use it.
13962 (ido-visit-buffer): Likewise.
2acfb954 13963
244b023e
CY
139642010-01-18 Chong Yidong <cyd@stupidchicken.com>
13965
13966 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13967
db9e401b
JB
139682010-01-18 Juanma Barranquero <lekktu@gmail.com>
13969
db9e401b
JB
13970 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13971 Fix typos in chart titles.
13972
13973 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13974 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13975 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13976 (describe-class, eieio-describe-generic, describe-generic):
13977 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13978 (eieio-speedbar-expand):
13979 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13980 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13981 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13982 (viper-del-backward-char-in-replace, viper-backward-indent)
13983 (viper-brac-function, viper-register-to-point, viper-submit-report):
13984 * net/tramp.el (tramp-remote-coding-commands):
13985 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13986 Fix typos in docstrings.
13987
9295137d
CY
139882010-01-17 Chong Yidong <cyd@stupidchicken.com>
13989
13990 * mail/sendmail.el (mail-yank-original): Set the mark if the
13991 specified function for yanking does not do it.
13992
4d0bbcb6
DN
139932010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13994
7902c120
DN
13995 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13996
4d0bbcb6
DN
13997 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13998 resyncing a directory.
13999
0b702bc1
SL
140002010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
14001
6a47c86a 14002 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
14003 (ada-ident-re): Delete ., allow multibyte characters.
14004 (ada-goto-label-re): New; matches goto labels.
14005 (ada-block-label-re): New; matches block labels.
14006 (ada-label-re): New; matches both.
5f9d345c 14007 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
14008 `ada-block-label-re' instead.
14009 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14010 Use `ada-block-label-re'.
14011 (ada-indent-on-previous-lines): Improve handling of goto labels.
14012 (ada-get-indent-block-start): Special-case block label.
14013 (ada-get-indent-label): Split into `ada-indent-block-label' and
14014 `ada-indent-goto-label'.
14015 (ada-goto-stmt-start, ada-goto-next-non-ws):
14016 Optionally ignore goto labels.
14017 (ada-goto-next-word): Simplify.
14018 (ada-indent-newline-indent-conditional): Insert newline before
14019 trying to fix indentation; doc fix.
14020
05287c49
JB
140212010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14022
14023 * calc/calc.el (calc-command-flags): Give it an initial value.
14024
4963739e
JB
140252010-01-17 Juanma Barranquero <lekktu@gmail.com>
14026
4963739e
JB
14027 * files.el (minibuffer-with-setup-hook):
14028 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14029 (artist-key-draw-continously, artist-key-do-continously-continously)
14030 (artist-key-set-point-continously, artist-mouse-draw-continously):
14031 Fix typos in docstrings.
14032
116bd1ee
CY
140332010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14034
6a7662bb
BR
14035 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14036 Never return t (Bug#3898).
116bd1ee 14037
2784cd7a 140382010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
14039
14040 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14041 can parse the output of the external commands (Bug#5279).
14042
abd5cfe8
CY
140432010-01-16 Jari Aalto <jari.aalto@cante.net>
14044
14045 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14046
4fe22cdf
CY
140472010-01-16 Chong Yidong <cyd@stupidchicken.com>
14048
bbdc98ef
CY
14049 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14050
c7dc1ac1
CY
14051 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14052
4fe22cdf
CY
14053 * startup.el (command-line): Remove unused --icon-type arg.
14054 Handle --display arg, passing it to command-line-1 (Bug#5392).
14055
045b9da7
ML
140562010-01-16 Mario Lang <mlang@delysid.org>
14057
045b9da7
ML
14058 * emacs-lisp/chart.el (chart-translate-namezone):
14059 * textmodes/artist.el (artist-compute-popup-menu-table):
14060 Remove duplicated words in doc-strings.
14061
6554a5df
CY
140622010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14063
14064 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14065 to mairix-search to suppress threading (Bug#5342).
14066
ca4f0e9a
KH
140672010-01-15 Kenichi Handa <handa@m17n.org>
14068
14069 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 14070 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 14071
1db3226b
GM
140722010-01-15 Glenn Morris <rgm@gnu.org>
14073
56a03f46
GM
14074 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14075
14076 * wid-edit.el (widget-keymap): Doc fix.
14077
1db3226b
GM
14078 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14079 former seems to be more widely accepted by various svn versions.
14080
80cd4bb4
JB
140812010-01-14 Juanma Barranquero <lekktu@gmail.com>
14082
d1f18ec0
JB
14083 * find-cmd.el (find-constituents):
14084 * vc-arch.el (vc-arch-root):
14085 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
14086 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14087 * progmodes/ada-stmt.el (ada-if):
14088 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14089 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14090 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14091 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14092
80cd4bb4
JB
14093 * progmodes/flymake.el (flymake-post-syntax-check):
14094 Fix typo in error message.
14095
9c23ca47
JB
140962010-01-14 Juanma Barranquero <lekktu@gmail.com>
14097
14098 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14099 which is always a string. (Bug#5313)
14100
8794c483
JB
141012010-01-14 Juanma Barranquero <lekktu@gmail.com>
14102
14103 * progmodes/ada-xref.el (ada-default-prj-properties):
14104 Simplify previous change.
14105
95005d39
SL
141062010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14107
14108 * progmodes/ada-xref.el (ada-default-prj-properties):
14109 Default ada_project_path to $ADA_PROJECT_PATH.
14110
141112010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
14112
14113 * progmodes/ada-mode.el (ada-create-keymap):
14114 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14115
fb0d1545
SL
141162010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14117
14118 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14119 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14120 (ada-get-current-indent, ada-imenu-generic-expression)
14121 (ada-which-function): Check for it.
14122
5c9434d0
SL
141232010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14124
14125 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14126 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14127
3a4f3a3b
GM
141282010-01-14 Glenn Morris <rgm@gnu.org>
14129
14130 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14131
d9a7c140
KH
141322010-01-14 Kenichi Handa <handa@m17n.org>
14133
14134 * composite.el (auto-composition-mode): Make it a buffer local
14135 variable (permanent-local).
14136 (auto-composition-function): Set the default value to
14137 auto-compose-chars.
49caf252 14138 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
14139 (global-auto-composition-mode): Likewise.
14140 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 14141
38bee102
KF
141422010-01-13 Karl Fogel <kfogel@red-bean.com>
14143
14144 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 14145
b8b45afc
MA
141462010-01-12 Michael Albinus <michael.albinus@gmx.de>
14147
14148 * files.el (copy-directory): Compute target for recursive
14149 directories with identical names. (Bug#5343)
14150
893db5bc
GM
141512010-01-12 Glenn Morris <rgm@gnu.org>
14152
6a7662bb
BR
14153 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14154 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 14155
d8b8451f
SS
141562010-01-11 Sam Steingold <sds@gnu.org>
14157
14158 * imenu.el (imenu-default-create-index-function): Detect infinite
14159 loops caused by imenu-prev-index-position-function.
14160
30afcdff
JB
141612010-01-11 Juanma Barranquero <lekktu@gmail.com>
14162
14163 * htmlfontify.el (htmlfontify-load-rgb-file)
14164 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14165 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14166 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14167 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14168 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14169 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14170 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14171 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14172 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14173 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14174 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14175 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14176 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14177 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14178 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14179 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14180 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14181 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14182 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14183 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14184 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14185 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14186 backslash-quoting from parentheses, etc.
14187
92b1c416
CY
141882010-01-11 Chong Yidong <cyd@stupidchicken.com>
14189
14190 * progmodes/js.el: Autoload javascript-mode alias.
14191
4454adab
JB
141922010-01-11 Juanma Barranquero <lekktu@gmail.com>
14193
14194 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14195 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14196 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14197 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14198 Fix typos in docstrings.
14199 (ffap-url-regexp): Doc fix.
14200 (ffap-at-mouse): Fix typo in message.
14201
6589a2f9
GM
142022010-01-11 Glenn Morris <rgm@gnu.org>
14203
14204 * version.el (emacs-copyright): Set copyright year to 2010.
14205
4e5617ee
SM
142062010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14207
14208 * format.el (format-annotate-function): Only set
14209 write-region-post-annotation-function after running to-fn so as not to
14210 affect nested write-region calls (bug#5273).
14211
52bee098
CY
142122010-01-10 Chong Yidong <cyd@stupidchicken.com>
14213
a069f067
CY
14214 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14215 wisent/python.el.
14216
e709e39d
CY
142172010-01-09 Chong Yidong <cyd@stupidchicken.com>
14218
14219 * man.el (Man-goto-section): Signal error if the section is not
14220 found (Bug#5317).
14221
6ee86780
JB
142222010-01-09 Juanma Barranquero <lekktu@gmail.com>
14223
14224 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14225 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14226
fa7b5f7b
CY
142272010-01-09 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * progmodes/compile.el: Don't treat compile-command as safe if
14230 compilation-read-command might be nil (Bug#4218).
14231
de62c4d9
JD
142322010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14233
14234 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14235 NS options.
14236
e94be827
KH
142372010-01-08 Kenichi Handa <handa@m17n.org>
14238
4e5617ee
SM
14239 * international/fontset.el (build-default-fontset-data):
14240 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 14241
1dfae2a2
JB
142422010-01-07 Juanma Barranquero <lekktu@gmail.com>
14243
14244 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14245 to `create-file-buffer' as it expects, not just a buffer name.
14246 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14247 to help uniquify. (Bug#3224)
14248
d0cf45b7
JD
142492010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14250
14251 * font-setting.el (font-setting-change-default-font): Use user-spec
14252 instead of name.
14253
7534fa5e
DN
142542010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14255
14256 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14257
fd579fdc
CY
142582010-01-05 Tom Tromey <tromey@redhat.com>
14259
4e5617ee
SM
14260 * progmodes/python.el (python-font-lock-keywords):
14261 Handle qualified decorators (Bug#881).
fd579fdc 14262
37860caf
DN
142632010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14264
14265 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14266 in a lightweight checkout.
14267
69db641d
KH
142682010-01-05 Kenichi Handa <handa@m17n.org>
14269
4e5617ee 14270 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14271
b25d6a02
DN
142722010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14273
14274 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14275
137d88ca
DN
142762010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14277
14278 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14279 checkouts. (Bug#618)
3d5d0aa9 14280 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14281 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14282 (vc-bzr-shelve-menu-map):
14283 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14284 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14285
da76998b
CY
142862010-01-02 Chong Yidong <cyd@stupidchicken.com>
14287
14288 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14289 They are valid characters in URL paths (rfc3986), and at least
14290 Firefox does not understand the encoded version (Bug#3166).
14291
b2ad70b6
CY
142922010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14293
14294 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14295 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14296 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14297 (octave-end-as-array-index-p): New function.
14298 (calculate-octave-indent): Use it.
14299
54136282
KF
143002010-01-02 Karl Fogel <kfogel@red-bean.com>
14301
14302 * bookmark.el: Consistently put the text property on the bookmark name.
14303 (bookmark-bmenu-marks-width): Bump back to 2, to include
14304 annotation marks.
14305 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14306 property on the bookmark name, instead of not putting it at all.
14307 (bookmark-bmenu-list): Fix where we put the text property.
14308
cc4d3cad
KF
143092010-01-02 Karl Fogel <kfogel@red-bean.com>
14310
14311 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14312 for showing buffer modified state (as added in the previous change).
14313
b894c439
KF
143142010-01-02 Karl Fogel <kfogel@red-bean.com>
14315
14316 * bookmark.el: Show modified state of bookmark buffer more accurately.
14317 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14318 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14319 (with-buffer-modified-unmodified): New macro.
14320 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14321 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14322 Use new macro to preserve the buffer modified state.
b894c439 14323
3a69db53
KF
143242010-01-02 Karl Fogel <kfogel@red-bean.com>
14325
4e5617ee 14326 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14327 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14328 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14329 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14330 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14331 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14332 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14333
af414f10
EZ
143342010-01-02 Eli Zaretskii <eliz@gnu.org>
14335
4e5617ee
SM
14336 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14337 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14338
f2ec0e5e
CY
143392010-01-02 Ryan Yeske <rcyeske@gmail.com>
14340
14341 * net/rcirc.el: Add follow-link binding (Bug#4738).
14342
38c1ba62
EZ
143432010-01-02 Eli Zaretskii <eliz@gnu.org>
14344
4e5617ee 14345 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14346 (cvs-update): New target for backward compatibility.
14347
4e5617ee 14348 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14349 (cvs-update): New target for backward compatibility.
14350
ea2c0f5b
KF
143512010-01-02 Karl Fogel <kfogel@red-bean.com>
14352
14353 * bookmark.el: Remove gratuitous gratitude.
14354
5ae329f4
KF
143552010-01-02 Karl Fogel <kfogel@red-bean.com>
14356
c4cc8b9a 14357 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14358 (bookmark-bmenu-save): Clear buffer modification if no marks.
14359
143602010-01-02 Karl Fogel <kfogel@red-bean.com>
14361
14362 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14363 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14364 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14365 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14366
14367 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14368 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14369 To: emacs-devel {_AT_} gnu.org
14370 Subject: bookmark.el bug report
14371 Date: Mon, 28 Dec 2009 14:19:16 +0800
14372 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14373
aef053eb
KF
143742010-01-02 Karl Fogel <kfogel@red-bean.com>
14375
14376 * bookmark.el: Improvements suggested by Drew Adams:
14377 (bookmark-bmenu-ensure-position): New name for
14378 `bookmark-bmenu-check-position'. Just ensure the position,
14379 don't return any meaningful value.
14380 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14381 New constants.
14382
0472835f
JB
143832010-01-02 Juanma Barranquero <lekktu@gmail.com>
14384
14385 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14386 (bookmark-yank-point, bookmark-bmenu-check-position):
14387 Fix typos in docstrings.
14388 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14389 (bookmark-name-from-full-record, bookmark-get-position)
14390 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14391 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14392 Remove useless quoting of parenthesis, etc. in docstrings.
14393
14394 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14395 (ediff-append-custom-diff): Fix typo in error message.
14396 (ediff-meta-mark-equal-files): Fix typos in messages.
14397
14398 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14399
0472835f
JB
14400 * net/imap-hash.el (imap-hash-make): Doc fix.
14401 (imap-hash-test): Fix typo in error message; reflow docstring.
14402 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14403 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14404 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14405 Fix typos in docstrings.
14406 (imap-hash-open-connection): Fix typo in error message.
14407
14408 * play/gomoku.el (gomoku): Fix typos in docstring.
14409
14410 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14411 (gdb-jsonify-buffer): Fix typos in docstring.
14412 (gdb-goto-breakpoint): Fix typo in error message.
14413 ("Display Other Windows"): Fix typo in help message.
14414 (gdb-speedbar-expand-node): Fix typo in question.
14415
14416 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14417 (idlwave-html-system-help-location, idlwave-html-help-location)
14418 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14419 (idlwave-help-browser-generic-args, idlwave-help-directory)
14420 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14421 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14422 (idlwave-online-help, idlwave-help-html-link)
14423 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14424 Fix typos in docstrings.
14425 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14426 Reflow docstrings.
14427 (idlwave-help-assistant-start): Fix typo in error message.
14428
14429 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14430 (octave-electric-space): Fix typos in docstrings.
14431
9bbe0828
CY
144322010-01-01 Chong Yidong <cyd@stupidchicken.com>
14433
14434 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14435
a88c46c3
CY
144362010-01-01 Juri Linkov <juri@jurta.org>
14437
14438 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14439 increase the default to 500 (Bug#5148).
a88c46c3 14440
7ee6c59b
NR
144412009-12-31 Nick Roberts <nickrob@snap.net.nz>
14442
14443 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14444 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14445 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14446
a9c8a2cd
NR
144472009-12-30 Nick Roberts <nickrob@snap.net.nz>
14448
14449 Show working revision correctly for mercurial.
14450 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14451 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14452
659e4408
JB
144532009-12-29 Juanma Barranquero <lekktu@gmail.com>
14454
14455 Declare some functions for the byte-compiler.
14456 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14457 (speedbar-timer-fn, speedbar-change-expand-button-char)
14458 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14459
7ee6c59b
NR
144602009-12-29 Nick Roberts <nickrob@snap.net.nz>
14461
14462 This changeset reverts GDB Graphical Interface to use annotations.
14463 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14464
460f6e7c
DN
144652009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14466
14467 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14468 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14469 Return file names relative to it.
460f6e7c
DN
14470 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14471 relative directory to vc-bzr-after-dir-status.
14472
543f553a
TH
144732009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14474
14475 * font-lock.el (font-lock-refresh-defaults): New function, which
14476 can be used to let font-lock react to external changes in
14477 variables like font-lock-defaults and keywords.
14478 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14479
2592ab76
DN
144802009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14481
ac859983
DN
14482 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14483
2592ab76
DN
14484 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14485
58941d03
JB
144862009-12-28 Juanma Barranquero <lekktu@gmail.com>
14487
14488 Supersede color.diff settings in git log (bug#5211).
14489
14490 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14491 escape chars in its output when the user has color.diff set to `always'.
14492 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14493
39764e76
KR
144942009-12-26 Kevin Ryde <user42@zip.com.au>
14495
14496 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14497 node. Keep previous "Index" name to work with past coreutils too.
14498
91c4831e
KR
14499 * man.el (man): Revise docstring a bit to show -a and -l as
14500 examples. Add -k description since support for it has otherwise
14501 been a secret. (Further to bug#3717.)
651e932e
KR
14502 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14503 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14504 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14505
7f4d4a97
MA
145062009-12-26 Michael Albinus <michael.albinus@gmx.de>
14507
14508 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14509 switches. Check also for //SUBDIRED// line.
14510
bcffff46
KH
145112009-12-25 Kenichi Handa <handa@m17n.org>
14512
88b5a757 14513 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14514 handle ZWNJ and ZWJ. Use it in composition-function-table for
14515 Devanagari.
14516 (malayalam-composable-pattern): Fix previous change.
14517
dc1dcfa4
VJL
145182009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14519
14520 * ps-print.el (ps-face-attributes): It was not returning the
14521 attribute face for faces specified as string. Reported by harven
80525855 14522 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14523 (ps-print-version): New version 7.3.5.
14524
6fe539d2
UJ
145252009-12-18 Ulf Jasper <ulf.jasper@web.de>
14526
85626eef 14527 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14528 Fix timezone names.
14529 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14530 (icalendar--add-diary-entry): Remove the trailing blank that
14531 diary-make-entry inserts.
14532
1f3611c6
MA
145332009-12-17 Michael Albinus <michael.albinus@gmx.de>
14534
14535 Make `file-expand-wildcards' work for remote files.
14536
14537 * files.el (file-expand-wildcards): In case of remote files, check
14538 only local file name part for wildcards. Provide feature 'files
14539 and subfeature 'remote-wildcards. (Bug#5198)
14540
14541 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14542 if there is already an established connection.
14543 (tramp-advice-file-expand-wildcards): Remove it.
14544
14545 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14546 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14547 Activate advice for older GNU Emacs versions. (Bug#5237)
14548
9762b219
JB
145492009-12-17 Juanma Barranquero <lekktu@gmail.com>
14550
14551 Some doc fixes (more needed).
14552
14553 * find-cmd.el (find-constituents): Reflow docstring.
14554 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14555 (find-generic): Doc fix.
14556
cfb54897
JL
145572009-12-17 Juri Linkov <juri@jurta.org>
14558
14559 Fix regression from 23.1 to allow multiple modes in Local Variables.
14560
14561 * files.el (hack-local-variables-filter): While ignoring duplicates,
14562 don't take `mode' into account.
85626eef
SM
14563 (hack-local-variables-filter, hack-dir-local-variables):
14564 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14565
ad974e9e
JL
145662009-12-17 Juri Linkov <juri@jurta.org>
14567
85626eef 14568 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14569
14570 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14571 `current' or when `file' is a directory of the `current' file.
14572
3616e0b9
AS
145732009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14574
14575 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14576 unconditionally preloaded files.
14577
72b57560
JL
145782009-12-16 Juri Linkov <juri@jurta.org>
14579
14580 Revert to old 23.1 logic of using the file at the mark as default.
14581 * dired-aux.el (dired-diff): Use the file at the mark as default
14582 if it's not the same as the current file, and the target dir is
14583 the current dir or the mark is active. Add the current file
14584 as the arg of `dired-dwim-target-defaults'. Use the default file
14585 in the prompt. (Bug#5225)
14586
68712eb6
MA
145872009-12-15 Michael Albinus <michael.albinus@gmx.de>
14588
14589 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14590 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14591 (tramp-check-for-regexp): Check also, when an echoing shell stops
14592 to echo sent commands.
14593
fd471993
CY
145942009-12-14 Chong Yidong <cyd@stupidchicken.com>
14595
14596 * Makefile.in: Revert last change (Bug#5191).
14597
86b5e14c
DN
145982009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14599
14600 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14601 (vc-hg-working-revision): Make sure the command is executed in a
14602 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14603
8cffbb75
CY
146042009-12-14 Chong Yidong <cyd@stupidchicken.com>
14605
14606 * progmodes/python.el (python-symbol-completions): Remove text
14607 properties from symbol string before calling python-send-receive.
14608
6c2b67ad
NR
146092009-12-14 Nick Roberts <nickrob@snap.net.nz>
14610
14611 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14612 when there are values for both file and line. (Bug#5060)
6c2b67ad 14613
ff6f4585
JL
146142009-12-14 Juri Linkov <juri@jurta.org>
14615
14616 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14617 whitespace after the file name of the first line of unified format,
14618 because git-diff doesn't output whitespace and file modification time
14619 after the file name.
14620
d3de1c8e
JL
146212009-12-14 David Kastrup <dak@gnu.org>
14622
14623 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14624 check if it already has the `display' property added by
14625 `Info-display-images-node', and not put the `invisible' property
14626 in this case.
14627
2f1b7dc4
GM
146282009-12-13 Glenn Morris <rgm@gnu.org>
14629
a0cefee5
GM
14630 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14631 (report-emacs-bug): In message-mode, sort manually before storing
14632 original report text. (Bug#5178)
2f1b7dc4
GM
14633 Remove superfluous save-excursion.
14634
31bb373f
MA
146352009-12-12 Michael Albinus <michael.albinus@gmx.de>
14636
14637 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14638 when responding to "GetAll" properties.
14639
5e1d4968
CY
146402009-12-12 Chong Yidong <cyd@stupidchicken.com>
14641
14642 * simple.el (compose-mail): Remove mail-setup-with-from from
14643 customization checks.
14644
097d86f9
EZ
146452009-12-12 Eli Zaretskii <eliz@gnu.org>
14646
14647 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14648 RAR archives created on Unix systems.
14649
1d4adede
SM
146502009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14653 the varalias that was accidentally removed by the 2009-11-19 change
14654 (bug#5186).
14655
3ff3655c
KH
146562009-12-12 Kenichi Handa <handa@m17n.org>
14657
14658 * language/indian.el (indian-compose-regexp): New function.
14659 (malayalam-composable-pattern): Fix the pattern.
14660 (composition-function-table): Set malayalam-composable-pattern for
14661 Malayalam characters.
14662
82d3343c
CY
146632009-12-11 Chong Yidong <cyd@stupidchicken.com>
14664
315eb96d
CY
14665 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14666 rather than down-mouse-1, based on follow-link conventions.
14667
82d3343c
CY
14668 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14669 are compiled.
14670
86a4c7ac
DN
146712009-12-11 Michael McNamara <mac@mail.brushroad.com>
14672
bf0b361c 14673 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14674 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14675 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14676 (verilog-leap-to-head, verilog-backward-token):
14677 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14678
146792009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14680
bf0b361c
JB
14681 * progmodes/verilog-mode.el (verilog-auto-lineup)
14682 (verilog-nameable-item-re): Cleanup user-visible spelling and
14683 documentation errors. One reported by Gary Delp.
1d4adede 14684 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14685 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14686 package, bug195. Reported by Pierre-David Pfister.
14687
fe03f49a
GM
146882009-12-11 Glenn Morris <rgm@gnu.org>
14689
47641aac
GM
14690 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14691
85094855
GM
14692 * mail/emacsbug.el: No longer require sendmail.
14693 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14694 (report-emacs-bug-orig-text): Doc fix.
14695 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14696 New local variables, to adapt to different mail-user-agents.
14697 (report-emacs-bug): Fix test for a gnu.org address.
14698 Use overlays for emphasis, since font-lock defeats 'face property.
14699 Pretest bugs also end up at the newsgroup these days.
14700 Stop message-mode stripping text properties.
14701 Set and use the new buffer-local variables.
14702 (report-emacs-bug-hook): Add doc-string.
14703 Remove some unnecessary save-excursions and simplify.
14704 Use the appropriate hook and send-command.
14705
fe03f49a
GM
14706 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14707 capitalization of some menu entries.
14708
345427f0
VJL
147092009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14710
277e6741
MP
14711 * whitespace.el (whitespace-display-char-on):
14712 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14713 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14714 New version 12.1.
14715
c70ccbba
EZ
147162009-12-10 Eli Zaretskii <eliz@gnu.org>
14717
14718 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14719 characters in the Attribute field.
14720
f1943c1b
DN
147212009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14722
14723 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14724
1c67aeaa
SM
147252009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14728 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14729 Disregard autoload-excludes.
14730 (update-directory-autoloads): Obey autoload-excludes here instead.
14731 But don't store its contents in no-autoloads and remove entries that
14732 refer to excludes files.
14733
d8194864
GM
147342009-12-10 Glenn Morris <rgm@gnu.org>
14735
8c0171c0
GM
14736 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14737 (expand-mail-aliases): Define for compiler.
14738
dba372dd
GM
14739 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14740 Define for compiler.
14741
d8194864
GM
14742 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14743 appropriate for the mail-user-agent in use.
14744
fe5facd3
MA
147452009-12-09 Michael Albinus <michael.albinus@gmx.de>
14746
14747 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14748
99999a1d
DN
147492009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14750
14751 Fix short log parsing and fontification.
14752 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14753 Fix fontification for the [merge] label.
14754
2ea1c4aa
SM
147552009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14756
85626eef 14757 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14758 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14759 (hfy-fontify-buffer): Use it.
14760
9840deb6
SM
147612009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14762
a0d1aadf
SM
14763 Minor cleanup.
14764 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14765 Adjust all callers.
14766 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14767 args compulsory. Adjust callers.
14768 (ffap-gopher-at-point): Remove unused var `name'.
14769
9840deb6
SM
14770 Get rid of the ELCFILES abomination.
14771 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14772 (compile-elcfiles): New phony target.
14773 (compile-main): Compute ELCFILES dynamically.
14774 (compile-clean): New target to remove left-over elc files.
14775 (compile, all): Use it.
14776
7eb3f9a8
KH
147772009-12-09 Kenichi Handa <handa@etlken>
14778
14779 * international/mule-diag.el: Require help-mode instead of help-fns.
14780
ae63e572
KH
147812009-12-09 Kenichi Handa <handa@m17n.org>
14782
5ce6e4f4 14783 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14784 fine ranges instead of pre-calculating accurate ranges.
14785 Iterate with bigger gc-cons-threshold.
ae63e572 14786
e2f3c692
DN
147872009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14788
14789 Add support for stashing a snapshot of the current tree.
14790 * vc-git.el (vc-git-stash-snapshot): New function.
14791 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14792
cf6d0352
JB
147932009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14794
14795 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14796 instead of `(beginning|end)-of-line'.
14797
48e4acc9
GM
147982009-12-08 Glenn Morris <rgm@gnu.org>
14799
6e890faa
GM
14800 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14801
48e4acc9
GM
14802 * Makefile.in (ELCFILES): Regenerate.
14803
d2a1dc7b
JL
148042009-12-07 Juri Linkov <juri@jurta.org>
14805
14806 Don't lazy-highlight the comint output in history Isearch mode.
14807
14808 * comint.el (comint-history-isearch-search): Instead of
14809 `comint-line-beginning-position', use `comint-after-pmark-p'
14810 to check if point if before the process mark, and go to
14811 `process-mark' in this case.
14812
51ef56c4
SM
148132009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14814
fb10ee4a
SM
14815 * textmodes/tex-mode.el (latex-complete)
14816 (latex-indent-or-complete): Remove.
14817 (latex-mode): Set completion-at-point-functions instead.
14818
14819 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14820 * minibuffer.el (completion-at-point-functions): New var.
14821 (completion-at-point): New command.
fb10ee4a 14822 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14823 * progmodes/python.el (python-mode-map): Use completion-at-point.
14824 (python-completion-at-point): Rename from python-partial-symbol and
14825 adjust for use in completion-at-point-functions.
14826 (python-mode): Setup completion-at-point for Python completion.
14827 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14828 extracted from lisp-complete-symbol.
14829 (lisp-complete-symbol): Use it.
14830 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14831 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14832 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14833 Use completion-at-point.
51ef56c4 14834 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14835 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14836 * progmodes/sym-comp.el: Move to...
14837 * obsolete/sym-comp.el: Move from progmodes.
14838
5e7a9022
EZ
148392009-12-07 Eli Zaretskii <eliz@gnu.org>
14840
14841 Prevent save-buffer in Rmail buffers from using the coding-system
14842 of the current message, and from clobbering the encoding mnemonics
14843 in the mode line (Bug#4623).
14844
14845 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14846 flag, too.
14847 (rmail-message-encoding): New variable.
14848 (rmail-write-region-annotate): Record the encoding of the current
14849 message in rmail-message-encoding.
14850 (rmail-after-save-hook): New function, restores the encoding of
14851 the current message after the message collection is saved.
14852
9136e895
JL
148532009-12-07 Juri Linkov <juri@jurta.org>
14854
14855 * progmodes/grep.el (grep-read-files): Use `completing-read'
14856 instead of `read-string'. Set its `collection' arg to
14857 `read-file-name-internal'. (Bug#4301)
14858
40637410
JL
148592009-12-07 Juri Linkov <juri@jurta.org>
14860
14861 Correctly restore original Isearch point. (Bug#4994)
14862
14863 * isearch.el (isearch-mode): Move `isearch-push-state' after
14864 `(run-hooks 'isearch-mode-hook)'.
14865 (isearch-cancel): When `isearch-push-state-function' is defined,
14866 let-bind `isearch-cmds' to the first state (the last element of
14867 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14868 function and restores the original point). Otherwise, move point
14869 to `isearch-opoint'.
14870
da10ce2b
SM
148712009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14874 chars that don't have names, so the table can be built much faster at
14875 run-time.
14876
3d68fa99
CY
148772009-12-07 Chong Yidong <cyd@stupidchicken.com>
14878
f82b1493
CY
14879 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14880 change. Suggested by David Kastrup.
14881
3d68fa99
CY
14882 * simple.el (compose-mail): Check for incompatibilities and warn.
14883 (compose-mail-user-agent-warnings): New option.
14884
662c5698
DN
148852009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14886
14887 Support showing a single log entry from vc-annotate.
14888 * vc.el (print-log): Add a new argument: START-REVISION.
14889 (vc-print-log-internal): Add a new optional argument and
14890 pass it to the backend.
14891 (vc-print-log, vc-print-root-log): Adjust callers.
14892 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14893 buffer already displays the requested log entry, use it.
14894 Otherwise display only the log entry in question.
14895 * vc-svn.el (vc-svn-print-log):
e4070cdc 14896 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14897 * vc-hg.el (vc-hg-state):
14898 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14899 (vc-git-show-log-entry): Return t on success.
14900 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14901 (vc-bzr-show-log-entry): Return t on success.
14902 * vc-rcs.el (vc-rcs-print-log):
14903 * vc-sccs.el (vc-sccs-print-log):
14904 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14905
e4070cdc
GM
149062009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14907
5ce6e4f4
JB
14908 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14909 Add menus to the meta mode. (Bug#5043)
e4070cdc 14910
5ce6e4f4 149112009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14912
14913 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14914 event-key.
662c5698 14915
662c5698
DN
14916 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14917
dab816a9
MA
149182009-12-07 Michael Albinus <michael.albinus@gmx.de>
14919
14920 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14921 Berbain <raphael.berbain@gmail.com>.
14922
14923 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14924 characters.
14925 (tramp-initial-end-of-output): New defconst.
14926 (tramp-methods, tramp-find-shell)
14927 (tramp-open-connection-setup-interactive-shell)
14928 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14929 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14930 Handle existence of `#' and `$'.
dab816a9 14931
6a7662bb
BR
14932 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14933 Use `tramp-initial-end-of-output'.
dab816a9 14934
a91e1f6b
DN
149352009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14936
14937 Get the background mode from the terminal for xterm, and set
14938 faces accordingly.
14939 * term/xterm.el (xterm-set-background-mode): New function.
14940 (terminal-init-xterm): Use it in case xterm supports background
14941 color queries. Recompute faces after getting the background
14942 color.
14943
5fa9d1ec
GM
149442009-12-07 Ulrich Mueller <ulm@gentoo.org>
14945
14946 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14947 number comment back on its own line, for easier parsing.
14948
5e9fde5e
SM
149492009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14950
14951 Make it work for non-file buffers (bug#5102).
14952 * doc-view.el (doc-view-current-cache-dir):
14953 Use doc-view-buffer-file-name rather than buffer-file-name.
14954 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14955
2f2f5242
CY
149562009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14957
14958 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14959 author field is too short.
14960
cebf8ec6
DN
149612009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14962
5e9fde5e
SM
14963 * vc-git.el (vc-git-print-log): Handle a limit argument.
14964 Display the short log in graph form and with labels.
0d3f8a78
DN
14965 (vc-git-log-view-mode): Handle labels.
14966
cebf8ec6
DN
14967 Make vc-revert change VC state from 'added to 'unregistered.
14968 * vc-git.el (vc-git-revert): Call git reset first.
14969
8e39154d
UJ
149702009-12-06 Ulf Jasper <ulf.jasper@web.de>
14971
d8194864
GM
14972 * net/newst-backend.el, net/newst-plainview.el:
14973 * net/newst-reader.el, net/newst-ticker.el:
14974 * net/newst-treeview.el, net/newsticker.el:
14975 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14976
ef187c24
CY
149772009-12-06 Chong Yidong <cyd@stupidchicken.com>
14978
238a0f3a
CY
14979 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14980
2c6bb71a
CY
14981 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14982 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14983 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14984 Update annotation regexp.
14985
ef187c24
CY
14986 * simple.el (beginning-of-visual-line): Constrain to field
14987 boundaries (Bug#5106).
14988
571855b6
UJ
149892009-12-06 Ulf Jasper <ulf.jasper@web.de>
14990
6a7662bb
BR
14991 * xml.el (xml-substitute-numeric-entities):
14992 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14993 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14994 * net/newst-backend.el (newsticker--parse-generic-feed)
14995 (newsticker--parse-generic-items)
6a7662bb
BR
14996 (newsticker--decode-numeric-entities):
14997 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14998 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14999
b857059c
CY
150002009-12-06 Daniel Colascione <dan.colascione@gmail.com>
15001
15002 * progmodes/js.el (js--js-not): Add null to the list of values.
15003
c2dae51b
CY
150042009-12-06 Chong Yidong <cyd@stupidchicken.com>
15005
d8194864 15006 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 15007
ed0f72d2
RW
150082009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15009
15010 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15011 delimiter if it is at the end of the current line.
15012 (bibtex-generate-url-list): Fix docstring.
15013
365b9a62
SM
150142009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15015
15016 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15017 minibuffer's content with itself.
15018 Fold the confirm-after-completion case into the `confirm' case.
15019 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15020
990a9cb1
KR
150212009-12-06 Kevin Ryde <user42@zip.com.au>
15022
15023 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 15024 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 15025
8b5a10db 15026 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 15027 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 15028
065543e7
JL
150292009-12-05 Juri Linkov <juri@jurta.org>
15030
15031 Save and restore dired buffer's point positions too. (Bug#4880)
15032
15033 * dired.el (dired-save-positions): Return in the first element
15034 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15035 Doc fix.
15036 (dired-restore-positions): First restore buffer's position.
15037 While restoring window's positions, check if window still displays
15038 the original buffer.
15039
503edac9
CY
150402009-12-05 Chong Yidong <cyd@stupidchicken.com>
15041
9a594ee6
CY
15042 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15043 if possible.
15044
925f8c70
CY
15045 * shell.el (shell): Require ansi-color (Bug#5113).
15046
15047 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15048
503edac9
CY
15049 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15050
8fea6b33
AM
150512009-12-05 Alan Mackenzie <acm@muc.de>
15052
15053 * progmodes/cc-mode.el (c-before-hack-hook)
15054 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15055 `c-file-style' to work again. This reversion restores the current
212c5aef 15056 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 15057
5d1fd962
CY
150582009-12-05 Kevin Ryde <user42@zip.com.au>
15059
6a7662bb
BR
15060 * textmodes/sgml-mode.el (sgml-lexical-context):
15061 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 15062
30760c8b
JL
150632009-12-05 Juri Linkov <juri@jurta.org>
15064
15065 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15066 for virtual nodes. (Bug#4147)
15067 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15068 when moving from a virtual node.
15069 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15070 (Info-mode): Add `Info-virtual-index' to the docstring.
15071
403111a8
RW
150722009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15073
15074 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15075 track of the buffer position of the end of a BibTeX entry as this
15076 position may change during reformatting.
15077 (bibtex-format-entry): Remove whitespace before processing
15078 numerical fields so that we recognize the latter properly.
15079 (bibtex-reformat): Do not use push which changes the global value
15080 of bibtex-entry-format.
15081 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15082 (bibtex-field-re-init): Replace only space characters by regexp
15083 for whitespace.
365b9a62 15084 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
15085 (bibtex-initialize): Also update bibtex-strings.
15086 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
15087 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15088 Update bibtex-reference-keys.
403111a8 15089
25b54627
SM
150902009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15091
15092 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15093 point after a star, if that's the only place where modifications can
15094 make progress.
15095
35639eb4
DN
150962009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15097
15098 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15099 in docstrings.
15100
8b78760b
JL
151012009-12-04 Juri Linkov <juri@jurta.org>
15102
15103 * proced.el (proced): Call `(proced-update t)' to update process
15104 information instead of only running proced-post-display-hook.
15105 (proced-send-signal): Add a leading space to the buffer name
15106 " *Marked Processes*" to make this buffer ephemeral.
15107
2b3489a7
JL
151082009-12-04 Juri Linkov <juri@jurta.org>
15109
15110 * dired.el (dired-auto-revert-buffer): New defcustom.
15111 (dired-internal-noselect): Use it.
15112
9b9debd1
JL
151132009-12-04 Juri Linkov <juri@jurta.org>
15114
15115 Change roles of modes and functions in image-mode.el (Bug#5062).
15116
15117 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15118 in `auto-mode-alist'.
15119 (image-mode-previous-major-mode): New variable.
15120 (image-minor-mode-map): Rename from `image-mode-text-map'.
15121 (image-mode): Move graceful error-handling code from
15122 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15123 (image-minor-mode): Remove all image-handling code.
15124 Replace `image-mode-text-map' with `image-minor-mode-map'.
15125 Check for `image-type' in mode-line format string.
15126 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15127 (image-mode-as-text): New function with most code from
15128 `image-mode-maybe'.
15129 (image-toggle-display-text): Move code that removes image
15130 properties from `image-toggle-display' to here.
15131 (image-toggle-display-image): New function with code that adds
15132 image properties copied from `image-toggle-display'.
15133 (image-toggle-display): Remove most code with leaving only code
15134 that toggles between `image-mode-as-text' and `image-mode'.
15135
0c74a301
UJ
151362009-12-04 Ulf Jasper <ulf.jasper@web.de>
15137
15138 * net/newst-treeview.el
15139 (newsticker--treeview-list-highlight-start): Restored call to
15140 save-excursion: Selected item was stuck.
15141 (newsticker--treeview-list-select): New.
15142 (newsticker--treeview-item-show-text)
15143 (newsticker--treeview-item-show)
15144 (newsticker--treeview-item-update): Use new
15145 newsticker-treeview-item-mode.
15146 (newsticker-treeview-update): Keep current item.
15147 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15148 (newsticker--treeview-first-feed): Doc change.
15149 (newsticker-treeview-list-menu)
88b5a757 15150 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
15151 (newsticker-treeview-item-mode): New.
15152
5ce6e4f4 15153 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
15154 windows.
15155
9eaeec5b
SS
151562009-12-04 Sam Steingold <sds@gnu.org>
15157
15158 * log-view.el (log-view-mode-map): "q" calls quit-window,
15159 like in all the other non-self-insert buffers.
15160
b2bf5be5
SM
151612009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15162
15163 Minor cleanup.
15164 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15165 key decoding rather than do it manually via last-input-event +
15166 ascii-character.
15167 (term-exec): Use delete-and-extract-region.
15168 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15169 (term-process-pager): Remove unused var `i'.
15170 (term-dynamic-simple-complete): Make obsolete.
15171 (serial-update-config-menu): Remove unused vars `y' and `str'.
15172 (term-update-mode-line): Remove unused var `temp'.
15173
46e5c897
DN
151742009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15175
15176 Limit the number of log entries displayed by default.
15177 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15178 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15179 using a prefix argument.
15180
627e0a14
GM
151812009-12-03 Glenn Morris <rgm@gnu.org>
15182
15183 * progmodes/idlwave.el (class): Restore still useful declaration.
15184
8578c224
AM
151852009-12-03 Alan Mackenzie <acm@muc.de>
15186
4abc318c 15187 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 15188
b2bf5be5
SM
15189 * progmodes/cc-mode.el (c-basic-common-init):
15190 Call c-state-cache-init.
9762b219 15191 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 15192 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 15193 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
15194
15195 * progmodes/cc-langs.el (c-before-font-lock-function):
15196 c-extend-and-neutralize-syntax-in-CPP has been renamed
15197 c-neutralize-syntax-in-and-mark-CPP.
15198
15199 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15200 with `category' properties now, not `syntax-table' ones.
15201
15202 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15203 enhanced (but slower) version of c-end-of-macro that won't land
15204 inside a literal or on another awkward character.
15205 (c-state-cache-too-far, c-state-cache-start)
15206 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15207 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15208 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15209 (c-state-min-scan-pos, c-state-brace-pair-desert)
15210 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15211 buffer local variables.
15212 (c-state-literal-at, c-state-lit-beg)
15213 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15214 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15215 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15216 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15217 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15218 (c-renarrow-state-cache)
15219 (c-append-lower-brace-pair-to-state-cache)
15220 (c-state-push-any-brace-pair, c-append-to-state-cache)
15221 (c-remove-stale-state-cache)
15222 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15223 (c-invalidate-state-cache-1, c-parse-state-1)
15224 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
15225 (c-parse-state): Enhance and refactor.
15226 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
15227
15228 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15229 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
15230 modify to use category text properties rather than syntax-table ones.
15231 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
15232 to switch off/on the syntactic paren property of C++ template
15233 delimiters using the category property.
15234 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15235 template delims suppressed.
15236 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15237 New constant/macros which apply category properties to the start
15238 and end of preprocessor constructs.
b2bf5be5 15239 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
15240 "comment out" the syntactic value of characters in preprocessor
15241 constructs.
15242 (c-with-cpps-commented-out)
15243 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15244 with characters in all or all but one preprocessor constructs
15245 "commented out".
15246
0d4dc442
RW
152472009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15248
15249 * proced.el (proced-filter-alist): Use regexp-quote.
15250
a09dc9bf
MA
152512009-12-03 Michael Albinus <michael.albinus@gmx.de>
15252
15253 Cleanup.
15254 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15255 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15256 arguments. Expand `default-directory'.
15257
15258 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15259 the benefit of returning an expanded localname.
15260 (tramp-tramp-file-p): Handle the case NAME is not a string.
15261
3f6bd790
DN
152622009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15263
4dfb3b9c
DN
15264 Add support for bzr shelve/unshelve.
15265 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15266 (vc-bzr-extra-menu-map): New variables.
15267 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15268 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15269 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15270 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15271 (vc-bzr-dir-extra-headers): Display shelves.
15272
3f6bd790
DN
15273 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15274
842d73a1
SM
152752009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * textmodes/bibtex.el (bibtex-complete-internal):
15278 Use completion-in-region.
15279 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15280
7fa4876f
DN
152812009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15282
15283 Support applying stashes. Improve UI.
15284 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15285 (vc-git-stash-apply, vc-git-stash-pop)
15286 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15287 (vc-git-stash-menu): New functions.
15288 (vc-git-stash-menu-map): New variable.
15289 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15290
d6e82452
GM
152912009-12-03 Glenn Morris <rgm@gnu.org>
15292
15293 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15294 (vc-print-log-internal): Fix previous change.
15295 (vc-revert): Correct pluralization.
15296
8d222148
SM
152972009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15298
ea52206b
SM
15299 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15300 it to be an alist any more.
15301 (makefile-complete): Use completion-in-region.
15302
69a94a37
SM
15303 * progmodes/octave-mod.el (octave-complete-symbol):
15304 Use completion-in-region.
15305
8d222148
SM
15306 Misc cleanup.
15307 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15308 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15309 (idlwave-complete-class): Don't quote lambda.
15310 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15311 (idlwave-mode-map): Move initialization into declaration.
15312 (idlwave-action-and-binding): Use backquotes.
15313 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15314 Simplify.
15315 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15316 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15317 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15318 `parts', and `all-parts'.
15319 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15320 (idlwave-convert-xml-system-routine-info): Remove unused string
15321 `version-string'.
15322 (idlwave-display-user-catalog-widget): Use dolist.
15323 (idlwave-scanning-lib): Declare dynamically-scoped var.
15324 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15325 (completion-highlight-first-word-only): Declare to silence bytecomp.
15326 (idlwave-popup-select): Tighten scope of `resp'.
15327 (idlwave-find-struct-tag): Remove unused var `beg'.
15328 (idlwave-after-load-rinfo-hook): Declare.
15329 (idlwave-sintern-class-info): Remove unused var `taglist'.
15330 (idlwave-find-class-definition): Remove unused var `list'.
15331 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15332 (idlwave-what-module-find-class): Remove unused var `classes'.
15333
3bb8691b
JB
153342009-12-03 Juanma Barranquero <lekktu@gmail.com>
15335
15336 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15337
f72f0c23
SM
153382009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15339
15340 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15341 buffers visited. Remove redundant current-buffer-saving.
15342
601a9508
SM
153432009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15344
15345 Use completion-in-buffer and remove uses of dynamic scoping.
15346 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15347 (pascal-buffer-to-use, pascal-flag): Don't declare.
15348 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15349 (pascal-get-completion-decl, pascal-keyword-completion):
15350 Add `pascal-str' argument, save-excursion,
15351 return the found completions, and don't filter with pascal-pred.
15352 (pascal-completion-cache): New var.
15353 (pascal-completion): Don't switch buffer any more (it was never
15354 necessary). Don't save-excursion any more (it's done by the called
15355 subroutines). Use a cache to avoid redundant computations.
15356 Use complete-with-action rather than pascal-completion-response and
15357 let it apply the predicate as well.
15358 (pascal-complete-word): Use completion-in-buffer when
15359 pascal-toggle-completions is nil.
15360 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15361 not used any more.
15362 (pascal-comp-defun): Don't change buffer any more.
15363 Use complete-with-action rather than pascal-completion-response and
15364 let it apply the predicate as well.
15365 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15366 when neded.
15367
1ff4cb98
KH
153682009-12-02 Kenichi Handa <handa@m17n.org>
15369
15370 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15371 shape for all Indic scripts.
15372
bb12edf1
SM
153732009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 Use completion-in-buffer.
15376 * wid-edit.el (widget-field-text-end): New function.
15377 (widget-field-value-get): Use it.
15378 (widget-string-complete, widget-file-complete)
15379 (widget-color-complete): Use it and completion-in-region.
15380 (widget-complete): Don't narrow the buffer.
15381
5813f6ef
GM
153822009-12-02 Glenn Morris <rgm@gnu.org>
15383
c920f222
GM
15384 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15385 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15386 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15387 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15388
5813f6ef
GM
15389 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15390 save-excursion with save-current-buffer.
15391 Widen before searching. (Bug#5093)
15392 (diary-list-sexp-entries): Remove superfluous save-excursion.
15393
34b1d750
GM
153942009-12-02 Michael Welsh Duggan <mwd@cert.org>
15395
15396 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15397 name. (Bug#5038)
15398
b2d5f31a
GM
153992009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15400
15401 * ido.el (ido-file-internal): Handle filenames at point that do
15402 not have a directory part. (Bug#5049)
15403
c710ac3c
JB
154042009-12-02 Juanma Barranquero <lekktu@gmail.com>
15405
15406 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15407 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15408
9946be46
SM
154092009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15410
15411 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15412 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15413 any more.
15414
b08016f2
SM
154152009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15416
e7440df4
SM
15417 * comint.el (comint-insert-input): Ignore clicks to the right of
15418 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15419
3bb8691b 15420 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15421 terminate before setting up the major mode.
15422
f3b757f5
SM
15423 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15424 in case.
15425
a2877f1d
SM
15426 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15427 the last element.
15428
b08016f2
SM
15429 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15430
782d6e30
GM
154312009-12-01 Glenn Morris <rgm@gnu.org>
15432
15433 * window.el (window--display-buffer-2): Fix previous changes.
15434
28f57f7e
CY
154352009-12-01 Chong Yidong <cyd@stupidchicken.com>
15436
15437 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15438
c31a2fdc
GM
154392009-12-01 Glenn Morris <rgm@gnu.org>
15440
15441 * Makefile.in (ELCFILES): Add mpc.elc.
15442
e1ada222
SM
154432009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15444
15445 * mpc.el: New file.
15446
0c9ff2c5
GM
154472009-12-01 Glenn Morris <rgm@gnu.org>
15448
3689984f
GM
15449 * window.el (window-to-use): Define for compiler.
15450
3ab4308b
GM
15451 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15452 consistent with others (no final period).
15453
0c9ff2c5
GM
15454 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15455 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15456
fb0c18ff
DN
154572009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15458
15459 Make vc-print-log buttons work.
045b9da7 15460 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15461
2ac7e73e
JB
154622009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15463
15464 * savehist.el (savehist-autosave-interval): Allow setting to nil
15465 through customize. (Bug#5056)
15466
5237d741
JB
154672009-11-30 Juanma Barranquero <lekktu@gmail.com>
15468
15469 Fix references to jit-lock properties.
15470 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15471 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15472 (perl-font-lock-special-syntactic-constructs):
15473 Quote jit-lock-defer-multiline property.
15474
379241fa
DN
154752009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15476
15477 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15478
054ae856
JL
154792009-11-30 Juri Linkov <juri@jurta.org>
15480
15481 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15482 value `buffer' of `multi-isearch-next-buffer-current-function'.
15483 Use `(current-buffer)' when `buffer' is nil.
15484 (multi-isearch-next-buffer-from-list): Don't fallback to
15485 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15486
67296dda
JL
154872009-11-30 Juri Linkov <juri@jurta.org>
15488
15489 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15490 of buffers with `get-buffer' to `multi-isearch-buffers'.
15491 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15492 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15493 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15494 FILES with `expand-file-name' converting relative file names
15495 to absolute. Doc fix. (Bug#4727)
15496
c585bf32
JL
154972009-11-30 Juri Linkov <juri@jurta.org>
15498
15499 * misearch.el (multi-isearch-read-buffers)
15500 (multi-isearch-read-matching-buffers): New functions.
15501 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15502 Use them in the `interactive' spec. Doc fix.
15503 (multi-isearch-read-files, multi-isearch-read-matching-files):
15504 New functions.
15505 (multi-isearch-files, multi-isearch-files-regexp):
15506 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15507
0a745733
JL
155082009-11-30 Juri Linkov <juri@jurta.org>
15509
15510 * doc-view.el (doc-view-continuous):
15511 Rename from `doc-view-continuous-mode'.
15512 (doc-view-menu): Move "Toggle display" to the top.
15513 Add submenu "Continuous" with radio buttons "Off"/"On"
15514 and "Save as Default".
15515 (doc-view-scroll-up-or-next-page)
15516 (doc-view-scroll-down-or-previous-page)
15517 (doc-view-next-line-or-next-page)
6a7662bb
BR
15518 (doc-view-previous-line-or-previous-page):
15519 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15520
1f9689eb
JL
155212009-11-30 Juri Linkov <juri@jurta.org>
15522
15523 * comint.el (comint-mode-map): Rebind `M-r' from
15524 `comint-previous-matching-input' to
15525 `comint-history-isearch-backward-regexp'.
15526 Unbind `M-s' to allow global key binding `M-s'.
15527 Add menu items for `comint-history-isearch-backward' and
15528 `comint-history-isearch-backward-regexp'. (Bug#3746)
15529
2952b1ae
JL
155302009-11-30 Juri Linkov <juri@jurta.org>
15531
15532 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15533 For def=recenter, replace `recenter' with `recenter-top-bottom'
15534 that is called with `this-command' and `last-command' let-bound
15535 to `recenter-top-bottom'. When the last `def' was not `recenter',
15536 set `recenter-last-op' to nil. (Bug#4981)
15537
7a9547ca
SM
155382009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15539
20565545
SM
15540 Minor cleanup and simplification.
15541 * filecache.el (file-cache-add-directory)
15542 (file-cache-add-directory-recursively)
15543 (file-cache-add-from-file-cache-buffer)
15544 (file-cache-delete-file-regexp, file-cache-delete-directory)
15545 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15546 (file-cache-temp-minibuffer-message): Delete function.
15547 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15548
7a9547ca
SM
15549 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15550 Don't signal an error when bumping into EOB in tr, s, or y.
15551
08e968f3
JL
155522009-11-29 Juri Linkov <juri@jurta.org>
15553
15554 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15555 (Bug#4960)
15556
15557 * descr-text.el (describe-char-unidata-list): Use lowercase name
15558 for "Unicode name" like in other tags.
15559
f8d170a4
JL
155602009-11-29 Juri Linkov <juri@jurta.org>
15561
15562 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15563 New compatibility macro.
7a9547ca 15564 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15565
0116abbd
JL
155662009-11-29 Juri Linkov <juri@jurta.org>
15567
15568 Add defcustom to define the cycling order of `recenter-top-bottom'.
15569 (Bug#4981)
15570
15571 * window.el (recenter-last-op): Doc fix.
15572 (recenter-positions): New defcustom.
15573 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15574 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15575
61eef560
MA
155762009-11-29 Michael Albinus <michael.albinus@gmx.de>
15577
15578 Improve integration of Tramp and ange-ftp in eshell.
15579
e4070cdc 15580 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15581 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15582 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15583
15584 * eshell/esh-util.el (top): Require also Tramp when compiling.
15585 (eshell-directory-files-and-attributes): Check for FTP remote
15586 connection.
15587 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15588 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15589 (eshell-file-attributes): Handle ".". Return `entry'.
15590
15591 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15592 (ange-ftp-directory-files-and-attributes)
15593 (ange-ftp-real-directory-files-and-attributes): New defuns.
15594
15595 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15596 shell with "exec" when possible. This prevents trailing prompts
15597 in `start-file-process'.
15598
f5467d3f
SM
155992009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15600
21f49db9
SM
15601 Try and remove assumptions about point-min==1.
15602 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15603 (rng-compute-mode-line-string): Show the validation percentage in
15604 terms of the narrowed text, not the widened text.
15605 (rng-do-some-validation): Don't catch internal errors when debugging.
15606 (rng-first-error): Simplify.
15607 (rng-after-change-function): Remove work around. AFAIK the bug has
15608 been fixed a while ago.
15609
26224faf
SM
15610 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15611 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15612
d7117720
SM
15613 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15614
f5467d3f
SM
15615 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15616 `cd' doesn't always do it for us (bug#5067).
15617
15618 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15619 on 2009-10-25 as part of some other change (bug#5067).
15620
c5269f1c
SM
156212009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15622
62a258a7
SM
15623 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15624 `suspicious'.
15625 (byte-compile-warnings): Use byte-compile-warning-types.
15626 (byte-compile-save-excursion): Warn about use of set-buffer right
15627 after save-excursion.
15628
c5269f1c
SM
15629 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15630 the excursion as well.
15631
3ba30eb8
MA
156322009-11-27 Michael Albinus <michael.albinus@gmx.de>
15633
15634 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15635 providing a Tramp related implementation of "su" and "sudo".
15636 (eshell-unix-initialize): Add "su" and "sudo".
15637
6c6f788d
DU
156382009-11-27 Daiki Ueno <ueno@unixuser.org>
15639
15640 * net/socks.el (socks-send-command): Convert binary request to
15641 unibyte before sending. This fixes mishandling of some port
15642 numbers such as 129.
15643
10c877fe
SM
156442009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15645
6f06a171
SM
15646 * help.el (describe-bindings-internal): Remove `interactive'.
15647
10c877fe
SM
15648 * man.el (Man-completion-table): Trim a terminating "(".
15649 Remove the space between name page a section.
15650 Add the command's description on the `help-echo' property.
c5269f1c
SM
15651 Remove `process-connection-type' binding since it's unused by
15652 call-process.
10c877fe
SM
15653 Provide completion for the "<section> <name>" format as well.
15654 (Man-default-man-entry): Remove spurious var shadowing the argument.
15655
c44a4822
KR
156562009-11-26 Kevin Ryde <user42@zip.com.au>
15657
15658 * log-view.el: Add "Keywords: tools", since its other keywords
15659 aren't in finder-known-keywords, and following vc.el.
15660
9d58f081
KR
15661 * sha1.el (sha1-string-external): default-directory "/" in case
15662 otherwise non-existent. process-connection-type pipe for touch of
15663 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15664
72fe6b25
SM
156652009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15666
15667 Misc coding convention cleanups.
15668 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15669 hfy-init-kludge-hooks.
15670 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15671 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15672 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15673 and push.
15674 (hfy-slant, hfy-weight): Use tables rather than code.
15675 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15676 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15677 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15678 (hfy-face-to-css): Remove `nconc' with single arg.
15679 (hfy-p-to-face-lennart): Use `or'.
15680 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15681 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15682 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15683 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15684 (hfy-force-fontification): Use run-hooks.
15685
85e0a536
SM
156862009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15687
15688 Various minor fixes.
15689 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15690 Javascript belongs in the header, not the body.
15691 (hfy-javascript): Remove.
15692 (hfy-fontify-buffer): Don't insert it any more.
15693 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15694 Fix bug in invis handling when there were no invis props in a chunk.
15695
62ccc42c
SM
156962009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15697
15698 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15699
2643c7aa
DN
157002009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15701
15702 * finder.el (finder-mode-map): Add a menu.
15703
0e5c8aed
DN
157042009-11-26 Michael McNamara <mac@mail.brushroad.com>
15705
bf0b361c 15706 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15707 "unsigned" structs.
15708
15709 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15710 fork" statement better.
15711
157122009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15713
bf0b361c
JB
15714 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15715 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15716 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15717 Reported by Clay Douglass.
0e5c8aed
DN
15718
15719 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15720 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15721 Fix removing "// Interfaces" when saving .* expansions.
15722 Reported by Pierre-David Pfister.
0e5c8aed 15723
7629c4e7
GM
157242009-11-26 Glenn Morris <rgm@gnu.org>
15725
62ccc42c
SM
15726 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15727 the scope.
7629c4e7 15728
a5d358f8
JB
157292009-11-25 Johan Bockgård <bojohan@gnu.org>
15730
15731 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15732 Really use previous revision.
15733
002cbde5
KR
157342009-11-25 Kevin Ryde <user42@zip.com.au>
15735
15736 * man.el (Man-completion-table): default-directory "/" in case
15737 doesn't otherwise exist. process-environment COLUMNS=999 so as
15738 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15739 any chance of hitting the pseudo-tty TIOCGWINSZ.
15740 (man): completion-ignore-case t for friendliness and since man
15741 itself is case-insensitive on the command line.
15742 Further to Bug#3717.
002cbde5 15743
8cb5ffe8
KR
15744 * arc-mode.el: Add "Keywords: files", so the details in its
15745 commentary can be reached from finder-by-keyword.
34607612
KR
15746 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15747 editing mode, but it's comms related and sgml-mode.el has "comm"
15748 on that basis too.
b8dfcf54 15749 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15750 * international/isearch-x.el, international/ja-dic-cnv.el:
15751 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15752 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15753
1e2d9ba1
JL
157542009-11-25 Juri Linkov <juri@jurta.org>
15755
15756 * man.el (Man-completion-table): Modify regexp to include
15757 section names to completion strings. (Bug#3717)
15758
a601d313
JL
157592009-11-25 Juri Linkov <juri@jurta.org>
15760
15761 Search recursively in gzipped files. (Bug#4982)
15762
15763 * progmodes/grep.el (grep-highlight-matches): Add new options
15764 `always' and `auto'. Doc fix.
15765 (grep-process-setup): Check `grep-highlight-matches' for
15766 `auto-detect' to determine the need to compute grep defaults.
15767 Move Windows/DOS specific --colors settings handling
15768 to `grep-compute-defaults'. Check `grep-highlight-matches'
15769 to get the value of "--color=".
15770 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15771 has the value `auto-detect'. Move Windows/DOS specific settings
15772 from `grep-process-setup'.
15773 (zrgrep): New command with alias `rzgrep'.
15774
bde04ea9
JL
157752009-11-25 Juri Linkov <juri@jurta.org>
15776
15777 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15778 to nil instead of switching off view-mode. (Bug#4896)
15779
7d6b4d3c
JL
157802009-11-25 Juri Linkov <juri@jurta.org>
15781
15782 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15783
15784 * mwheel.el (mwheel-scroll-up-function)
15785 (mwheel-scroll-down-function): New defvars.
15786 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15787 `scroll-up', and `mwheel-scroll-down-function' instead of
15788 `scroll-down'.
15789
15790 * doc-view.el (doc-view-scroll-up-or-next-page)
15791 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15792 Use this ARG in the call to image-scroll-up/image-scroll-down.
15793 Change `interactive' spec to "P". Goto next/previous page only
15794 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15795 SPC/DEL case). Doc fix.
15796 (doc-view-next-line-or-next-page)
15797 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15798 for consistency.
15799 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15800 `doc-view-scroll-up-or-next-page', and buffer-local
15801 `mwheel-scroll-down-function' to
15802 `doc-view-scroll-down-or-previous-page'.
15803
e237085f
JL
158042009-11-25 Juri Linkov <juri@jurta.org>
15805
15806 Provide additional default values (directories at other Dired
15807 windows) via M-n in the minibuffer of some Dired commands.
15808
15809 * dired-aux.el (dired-diff, dired-compare-directories)
15810 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15811 `minibuffer-default' in `minibuffer-with-setup-hook'.
15812 (dired-dwim-target-directory): Find a window that displays Dired
15813 buffer instead of failing when the next window is not Dired.
15814 Use `get-window-with-predicate' to find for the next Dired window.
15815 (dired-dwim-target-defaults): New function.
15816
15817 * ediff-util.el (ediff-read-file-name):
15818 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15819 in `minibuffer-with-setup-hook'.
15820
7d371eac
JL
158212009-11-25 Juri Linkov <juri@jurta.org>
15822
15823 Provide additional default values (file name at point or at the
15824 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15825
15826 * minibuffer.el (read-file-name-defaults): New function.
15827 (read-file-name): Reset `minibuffer-default' to nil when
15828 it duplicates initial input `insdef'.
15829 Bind `minibuffer-default-add-function' to lambda that
15830 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15831 (minibuffer-insert-file-name-at-point): New command.
15832
15833 * files.el (file-name-at-point-functions): New defcustom.
15834 (find-file-default): Remove defvar.
15835 (find-file-read-args): Don't use `find-file-default'.
15836 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15837 to `read-file-name'.
15838 (find-file-literally): Use `read-file-name' with
15839 `confirm-nonexistent-file-or-buffer'.
15840
15841 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15842
15843 * dired.el (dired-read-dir-and-switches):
15844 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15845 to `read-file-name'.
15846 (dired-file-name-at-point): New function.
15847 (dired-mode): Add hook `dired-file-name-at-point' to
15848 `file-name-at-point-functions'.
15849
04ae543a
SM
158502009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15851
15852 Really make the *Completions* window soft-dedicated (bug#5030).
15853 * window.el (window--display-buffer-2): Add `dedicated' argument.
15854 (display-buffer): Pass it when needed so the dedicated flag is set
15855 after calling set-window-buffer, which would otherwise reset it.
15856
eb708e66
SM
158572009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15858
d6b8d4e7
SM
15859 * progmodes/meta-mode.el (meta-complete-symbol):
15860 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15861 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15862 Use completion-in-region.
15863
5f24557b
SM
15864 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15865 (dabbrev-completion): Use completion-in-region.
15866 (dabbrev--abbrev-at-point): Simplify regexp.
15867
fe4346f0
SM
15868 * abbrev.el (abbrev--before-point): Use word-motion functions
15869 if :regexp is not specified (bug#5031).
15870
cb190d7d
SM
15871 * subr.el (string-prefix-p): New function.
15872
e2ec6dd5
SM
15873 * man.el (Man-completion-cache): New var.
15874 (Man-completion-table): Use it.
15875
eb708e66
SM
15876 * vc.el (vc-print-log-internal): Make `limit' optional for better
15877 compatibility (e.g. with vc-annotate.el).
15878
4cf8971b
KR
158792009-11-24 Kevin Ryde <user42@zip.com.au>
15880
eb708e66 15881 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15882 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15883
4cf8971b
KR
15884 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15885 when .el source file not found or other error.
15886
d204c46c
SM
158872009-11-24 Markus Triska <markus.triska@gmx.at>
15888
15889 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15890
bb301b9a
SM
158912009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15892
449c27f0
SM
15893 Handle the [back] button properly (bug#4979).
15894 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15895 Use help-setup-xref, help-buffer, and with-help-window.
15896 (describe-char): Add `buffer' argument.
15897 Pass proper command to help-setup-xref. Don't meddle with
15898 help-xref-stack-item directly.
15899 (describe-text-category): Use with-help-window and help-buffer.
15900
32fe5377
SM
15901 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15902 for the displayed buffer (bug#4887).
15903
bb301b9a
SM
15904 * man.el (Man-completion-table): New function.
15905 (man): Use it.
15906
35179414
DR
159072009-11-24 David Reitter <david.reitter@gmail.com>
15908
bb301b9a 15909 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15910 .git is) rather than the file's directory and a relative path spec
15911 to work around a bug in git.
15912
605a20a9
MA
159132009-11-24 Michael Albinus <michael.albinus@gmx.de>
15914
15915 Improve handling of processes on remote hosts.
15916
15917 * eshell/esh-util.el (eshell-path-env): New defvar.
15918 (eshell-parse-colon-path): New defun.
15919 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15920
bb301b9a
SM
15921 * eshell/esh-ext.el (eshell-search-path):
15922 Use `eshell-parse-colon-path'.
605a20a9
MA
15923 (eshell-remote-command): Remove argument HANDLER.
15924 (eshell-external-command): Check for FTP remote connection.
15925
bb301b9a
SM
15926 * eshell/esh-proc.el (eshell-gather-process-output):
15927 Use `file-truename', in order to start also symlinked files.
15928 Apply `start-file-process' instead of `start-process'.
15929 Shorten `command' to the local file name part.
605a20a9 15930
bb301b9a
SM
15931 * eshell/em-cmpl.el (eshell-complete-commands-list):
15932 Use `eshell-parse-colon-path'.
605a20a9
MA
15933
15934 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15935
15936 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15937 to `eshell-directory-change-hook'.
15938
d1d33062
TH
159392009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15940
15941 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15942 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15943
a34d8565 159442009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15945
a34d8565
MK
15946 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15947 made on 2009-11-22.
d1d33062 15948
c83b8d1b
GM
159492009-11-24 Glenn Morris <rgm@gnu.org>
15950
15951 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15952 deleted variable bookmark-bmenu-bookmark-column.
15953
83505cfe
SM
159542009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15955
15956 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15957
5241b291
CY
159582009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15959
15960 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15961 two slashes to the "file:" prefix.
15962 (browse-url-file-url): De-munge Cygwin filenames before passing
15963 them to Windows browser.
15964 (browse-url-default-windows-browser): Use call-process.
15965
aefcadb6
JL
159662009-11-23 Juri Linkov <juri@jurta.org>
15967
15968 Implement DocView Continuous mode. (Bug#4896)
15969 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15970 (doc-view-mode-map): Bind C-n/<down> to
15971 `doc-view-next-line-or-next-page', C-p/<up> to
15972 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15973 (doc-view-next-line-or-next-page)
15974 (doc-view-previous-line-or-previous-page): New commands.
15975
0d62bcea
JL
159762009-11-23 Juri Linkov <juri@jurta.org>
15977
15978 Implement Isearch in comint input history. (Bug#3746)
15979 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15980 `isearch-mode-hook'.
15981 (comint-history-isearch): New defcustom.
15982 (comint-history-isearch-backward)
15983 (comint-history-isearch-backward-regexp): New commands.
15984 (comint-history-isearch-message-overlay): New buffer-local variable.
15985 (comint-history-isearch-setup, comint-history-isearch-end)
15986 (comint-goto-input, comint-history-isearch-search)
15987 (comint-history-isearch-message, comint-history-isearch-wrap)
15988 (comint-history-isearch-push-state)
15989 (comint-history-isearch-pop-state): New functions.
15990
b593f105
MA
159912009-11-23 Michael Albinus <michael.albinus@gmx.de>
15992
15993 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15994 return.
15995 (tramp-handle-make-symbolic-link)
15996 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15997 Quote file names.
15998 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15999 (tramp-handle-process-file): Use it.
16000
0f202d5d
SM
160012009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16002
16003 * window.el (move-to-window-line-last-op): Remove.
16004 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16005
216349f8
SM
160062009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16007
0f202d5d 16008 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
16009 * window.el (move-to-window-line-last-op): New var.
16010 (move-to-window-line-top-bottom): New command.
16011 (global-map): Bind M-r move-to-window-line-top-bottom.
16012
c10e0633
GM
160132009-11-23 Sven Joachim <svenjoac@gmx.de>
16014
16015 * dired-x.el (dired-guess-shell-alist-default):
16016 Support xz format. (Bug#4953)
16017
953e0c1a
GM
160182009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16019
16020 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16021 last-command-char/last-command-event.
16022 (viper-prefix-arg-value): Do correct conversion of event-char for
16023 XEmacs.
16024
83505cfe
SM
16025 * emulation/viper-util.el, emulation/viper.el:
16026 Use viper-last-command-char instead of
16027 last-command-char/last-command-event.
953e0c1a 16028
83505cfe
SM
16029 * ediff-init.el, ediff-mult.el, ediff-util.el:
16030 Replace last-command-char and last-command-event
16031 with (ediff-last-command-char) everywhere.
953e0c1a
GM
16032
16033 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16034 created in fundamental mode.
16035
16036 * ediff.el (ediff-version): Revert the change of interactive-p to
16037 called-interactively-p.
16038
9ee12eee
TH
160392009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16040
16041 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16042 generation from word-movement command names.
16043
8b571bf3
JD
160442009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16045
16046 * cus-start.el (all): Add native condition for font-use-system-font.
16047
4121db47
AM
160482009-11-21 Nathaniel Flath <flat0103@gmail.com>
16049
83505cfe
SM
16050 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16051 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 16052
d71f5e0c
TH
160532009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16054
16055 * progmodes/subword.el: Rename from lisp/subword.el.
16056
16057 * subword.el: Rename to progmodes/subword.el.
16058
16059 * Makefile.in (ELCFILES): Adapt to subword.el move.
16060
fc9d6ad6 160612009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 16062 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
16063
16064 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16065 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16066 (bookmark-bmenu-show-filenames): Use push.
16067 (bookmark-bmenu-hide-filenames): Use local var instead of
16068 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16069 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16070 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16071 filenames now that the bookmark names are always available.
16072
26d9285f
SM
160732009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16074
16075 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16076 (bookmark-search-pattern): Move and leave unbound.
16077 (bookmark-bmenu-mode-map): Change binding.
16078 (bookmark-read-search-input): Simplify.
16079 Don't use text-char-description. Don't error on non-char events.
16080 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16081 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16082 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16083 Use a local var for the timer.
16084 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16085 (i.e. bookmark-bmenu-search).
16086
d73a0317
GM
160872009-11-21 Glenn Morris <rgm@gnu.org>
16088
16089 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16090
e572025f
CY
160912009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16092
26d9285f
SM
16093 * net/browse-url.el (browse-url-default-windows-browser):
16094 Use cygstart for cygwin.
e572025f 16095
6aeaa3dc
KF
160962009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16097
e4070cdc 16098 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
16099 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16100 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 16101 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
16102 (bookmark-read-search-input): Adjust to fit within 80 columns.
16103
a9b76eec
TH
161042009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16105
16106 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16107 (c-backward-into-nomenclature): Adapt to subword renaming.
16108
16109 * subword.el (subword-forward, subword-backward, subword-mark)
16110 (subword-kill, subword-backward-kill, subword-transpose)
16111 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
16112 (subword-forward-internal, subword-backward-internal):
16113 Rename from forward-subword, backward-subword, mark-subword,
16114 kill-subword, backward-kill-subword, transpose-subwords,
16115 downcase-subword, upcase-subword, capitalize-subword,
16116 forward-subword-internal, backward-subword-internal.
a9b76eec 16117
1e7d4475
SM
161182009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16119
26d9285f
SM
16120 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16121 New options.
1e7d4475
SM
16122 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16123 New vars.
16124 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16125 (bookmark-bmenu-filter-alist-by-regexp)
16126 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16127 (bookmark-bmenu-search): New command.
16128 (bookmark-bmenu-mode-map): Bind it.
16129
653d1554
TH
161302009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16131
ab84bfa0
TH
16132 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16133 backward-subword to quit the byte-compiler.
16134
1f35fda9
TH
16135 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16136
16137 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16138
653d1554 16139 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
16140 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16141 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
16142
16143 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16144 subword.el functions instead of cc-subword.el.
16145
1e7d4475
SM
16146 * progmodes/cc-subword.el: Rename to subword.el.
16147 * subword.el: Rename from progmodes/cc-subword.el.
16148 (subword-mode-map): Rename from c-subword-mode-map.
16149 (subword-mode): Rename from c-subword-mode.
653d1554 16150 (global-subword-mode): New global minor mode.
1e7d4475
SM
16151 (forward-subword): Rename from c-forward-subword.
16152 (backward-subword): Rename from c-backward-subword.
16153 (mark-subword): Rename from c-mark-subword.
16154 (kill-subword): Rename from c-kill-subword.
16155 (backward-kill-subword): Rename from c-backward-kill-subword.
16156 (transpose-subwords): Rename from c-tranpose-subword.
16157 (downcase-subword): Rename from c-downcase-subword.
16158 (capitalize-subword): Rename from c-capitalize-subword.
16159 (forward-subword-internal): Rename from c-forward-subword-internal.
16160 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 16161
9717f119
DN
161622009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16163
8de724f3
DN
16164 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16165 from a dired buffer.
16166 (vc-dired-deduce-fileset): New function.
16167 (vc-root-diff, vc-print-root-log): Use it.
16168
9717f119
DN
16169 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16170 nil LIMIT argument to vc-print-log-internal.
16171
af4999b8
GM
161722009-11-20 Glenn Morris <rgm@gnu.org>
16173
16174 * Makefile.in (ELCFILES): Regenerate.
16175
b58edcb6
JB
161762009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16177
02e1b488
SM
16178 * calc/calc.el (calc-set-mode-line):
16179 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16180 (math-format-number): Rename `math-format-complement-signed' to
16181 `math-format-twos-complement'.
16182
02e1b488 16183 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
16184 math-format-complement-signed.
16185 (calc-radix): Rename `calc-complement-signed-mode' to
16186 `calc-twos-complement-mode'.
02e1b488
SM
16187 (calc-octal-radix, calc-hex-radix): Add an argument for
16188 two's complement.
b58edcb6 16189
02e1b488
SM
16190 * calc/calc-embed.el (calc-embedded-mode-vars):
16191 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 16192
02e1b488
SM
16193 * calc/calc-ext.el (calc-init-extensions):
16194 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16195 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16196
02e1b488
SM
16197 * calc/calc-units.el (math-build-units-table-buffer):
16198 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
16199
16200 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16201 entries.
16202
16203 * calc/calc-vec.el (calcFunc-vunpack):
16204 * calc/calc-aent.el (calc-do-calc-eval):
16205 * calc/calc-forms.el (math-format-date):
16206 * calc/calc-graph.el (calc-graph-plot):
16207 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
16208 * calc/calccomp.el (math-compose-expr):
16209 Let `calc-twos-complement-mode' be nil.
16210
162112009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16214 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16215 * minibuffer.el (completion-in-region-functions): New hook.
16216 (completion-in-region): New function.
16217 * emacs-lisp/lisp.el (lisp-complete-symbol):
16218 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 16219
e3353a78
SM
162202009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16221
eff77808
SM
16222 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16223 (latex-complete-alist): New vars.
16224 (latex-string-prefix-p, latex-complete-bibtex-keys)
16225 (latex-complete-envnames, latex-complete-refkeys)
16226 (latex-complete-data): New functions.
16227 (latex-complete, latex-indent-or-complete): New commands.
16228
d2c9fc42
SM
16229 * window.el (display-buffer-mark-dedicated): New var.
16230 (display-buffer): Obey it.
16231 * minibuffer.el (minibuffer-completion-help): Use it.
16232
31a1c477
SM
16233 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16234
bed4c972
SM
16235 * filecache.el (file-cache-add-file): Use push and cons.
16236 (file-cache-delete-file-regexp): Use push.
16237 (file-cache-complete): Use completion-in-region.
16238
8c22699f
SM
16239 * simple.el (with-wrapper-hook): Fix thinko.
16240
e3353a78
SM
16241 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16242 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16243 Use with-current-buffer and string-to-number.
16244 (hfy-fallback-colour-values): Use assoc-string.
16245 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16246 (hfy-face-at): Remove unused var `found-face'.
16247 (hfy-compile-stylesheet): Remove unused var `css'.
16248 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16249 and `orig-buffer'.
16250 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16251 Use with-current-buffer.
16252 (hfy-text-p): Use expand-file-name and fewer setq.
16253
acca02b0
SM
162542009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16255
16256 * htmlfontify.el, hfy-cmap.el: New files.
16257
042b7cc6
JL
162582009-11-19 Juri Linkov <juri@jurta.org>
16259
16260 * minibuffer.el (completions-format): New defcustom.
16261 (completion--insert-strings): Implement vertical format.
16262
16263 * simple.el (switch-to-completions): Move point to the first
16264 completion when point was at the beginning of the buffer.
16265
da205913
JL
162662009-11-19 Juri Linkov <juri@jurta.org>
16267
16268 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16269
16270 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16271
0b8ee421
CY
162722009-11-19 Chong Yidong <cyd@stupidchicken.com>
16273
16274 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16275 (mail-signature): Change default to t.
16276 (mail-from-style): Deprecate `system-default' value.
16277 (mail-insert-from-field): For default value of mail-from-style,
16278 default to `angles' unless `angles' needs quoting and `parens'
16279 does not.
16280 (mail-citation-prefix-regexp): Use citation regexp from
16281 message-mode.
16282
4265deab
MA
162832009-11-19 Michael Albinus <michael.albinus@gmx.de>
16284
acca02b0
SM
16285 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16286 Set variables for computing the prompt for reading password.
4265deab 16287
27cacd2d
GM
162882009-11-19 Glenn Morris <rgm@gnu.org>
16289
470bce7d
GM
16290 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16291
7e705a1d
GM
16292 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16293
27cacd2d
GM
16294 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16295 (newsticker-treeview-listwindow-height): Fix custom type.
16296
b2f0be0f
KH
162972009-11-19 Kenichi Handa <handa@m17n.org>
16298
16299 * descr-text.el (describe-char-padded-string): Compose with TAB
16300 only if there's a font for CH.
02e1b488 16301 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16302
03446045 163032009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16304
16305 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16306 more accurate version of the regexp. (Bug#3910)
b96337b0 16307
03446045 163082009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16309
16310 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16311
e0620570
JB
163122009-11-18 Juanma Barranquero <lekktu@gmail.com>
16313
16314 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16315 (font-setting-change-default-font): Fix typo in docstring.
16316
6cc6582e
AM
163172009-11-18 Alan Mackenzie <acm@muc.de>
16318
16319 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16320
dfb3c4c6
JD
163212009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16322
02e1b488 16323 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16324
16325 * cus-start.el (all): ... to here.
16326
e268e987
MA
163272009-11-17 Michael Albinus <michael.albinus@gmx.de>
16328
16329 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16330 Don't set `ad-return-value' if `ad-do-it' doesn't.
16331
303ffde8
MA
16332 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16333 modification time.
16334
637fa988
JD
163352009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16336
16337 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16338 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16339
16340 * loadup.el: If feature system-font-setting or font-render-setting is
16341 there, load font-setting.
16342
02e1b488 16343 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16344 * font-setting.el: New file.
16345
1d16a255
GM
163462009-11-17 Glenn Morris <rgm@gnu.org>
16347
16348 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16349
2d84f804
GM
16350 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16351 Preserve point in the list buffer. (Bug#4939)
16352 Use point-at-eol.
16353 (newsticker--treeview-list-update-highlight)
16354 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16355
14467b99
JB
163562009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16357
16358 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16359 Remove.
16360
16361 * calc/calc-ext.el (calc-init-extensions): Remove references to
16362 symclip.
16363
16364 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16365
16366 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16367 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16368 `calc-symclip'.
16369
e3c39c01
KR
163702009-11-16 Kevin Ryde <user42@zip.com.au>
16371
02e1b488 16372 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16373 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16374
497de631
KR
16375 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16376 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16377 Ignore trailing spaces by omit-nulls to split-string (fixing
16378 regression from Emacs 21 due to the incompatible split-string
14467b99 16379 change). (Bug #4928.)
497de631 16380
48b27575
DN
163812009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16382
5237d741 16383 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16384 (vc-print-log-internal): Insert buttons to request more entries
16385 when limiting the output.
16386
16387 * vc-sccs.el (vc-sccs-print-log):
16388 * vc-rcs.el (vc-rcs-print-log):
16389 * vc-cvs.el (vc-cvs-print-log):
16390 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16391 LIMIT is non-nil.
16392
d3e97185
MA
163932009-11-16 Michael Albinus <michael.albinus@gmx.de>
16394
16395 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16396 error when `tramp-gvfs-dbus-event-vector' is set.
16397 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16398
68d87786
SM
163992009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16400
16401 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16402
c0a39702
MA
164032009-11-16 Michael Albinus <michael.albinus@gmx.de>
16404
16405 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16406 (dbus-register-property): Register the handlers of
c0a39702
MA
16407 "org.freedesktop.DBus.Properties" for SERVICE.
16408 (dbus-property-handler): Fix docstring.
16409
1e857121
YM
164102009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16411
16412 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16413 Quote doc string reference in defvaralias as it is not in special form.
16414 (byte-compile-output-docform): Doc fix.
16415
887484c1
JB
164162009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16417
16418 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16419 (calc-complement-signed-mode): New variables.
16420 (calc-set-mode-line): Add indicator for twos-complements.
16421 (math-format-number): Format twos-complement notation.
16422
16423 * calc/calc-bin.el (calc-word-size): Reset the variables
16424 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16425 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16426 (calc-symclip): New functions.
887484c1
JB
16427
16428 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16429
68d87786
SM
16430 * calc/calc-embed.el (calc-embedded-mode-vars):
16431 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16432
16433 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16434 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16435
16436 * calc/calc-ext.el (math-read-number-fancy): Read complement
16437 signed numbers.
68d87786
SM
16438 (calc-init-extensions): Add binding for `calc-symclip'.
16439 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16440
16441 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16442 `calc-symclip'.
68d87786 16443 (calc-modes-menu): Add item for twos complement mode.
887484c1 16444
5237d741 16445 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16446
4cf1d7e3
CY
164472009-11-15 Chong Yidong <cyd@stupidchicken.com>
16448
16449 * register.el (jump-to-register, insert-register): Handle Semantic
16450 tags. From commented-out advice in semantic/senator.el.
16451
f8e65267
DN
164522009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16453
6616006b
DN
16454 * vc.el (vc-log-show-limit): New variable.
16455 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16456 when using a prefix argument.
16457 (vc-print-log-internal): Add new argument LIMIT.
16458
16459 * vc-svn.el (vc-svn-print-log):
16460 * vc-mtn.el (vc-mtn-print-log):
16461 * vc-hg.el (vc-hg-print-log):
16462 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16463 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16464 non-optional.
16465
16466 * vc-sccs.el (vc-sccs-print-log):
16467 * vc-rcs.el (vc-rcs-print-log):
16468 * vc-git.el (vc-git-print-log):
16469 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16470 ignore it. Make the BUFFER argument non-optional.
6616006b 16471
f8e65267
DN
16472 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16473
0566c4bc
CY
164742009-11-15 Chong Yidong <cyd@stupidchicken.com>
16475
7cce3c91
CY
16476 * dired.el (dired-mode-map): Move encryption items to "Operate"
16477 menu (Bug#4703).
16478
d7063de9
CY
16479 * strokes.el (strokes-update-window-configuration): Make strokes
16480 buffer current before erasing (Bug#4906).
16481
0fc10137
JL
164822009-11-15 Juri Linkov <juri@jurta.org>
16483
16484 * simple.el (set-mark-default-inactive): Add :type, :group
16485 and :version. (Bug#4876)
16486
f5fce4ec
MA
164872009-11-15 Michael Albinus <michael.albinus@gmx.de>
16488
16489 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16490 (archive-unique-fname): ... here. (Bug#4929)
16491
8d720a00
SM
164922009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16493
589888fe
SM
16494 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16495 with a real fix.
16496
8d720a00
SM
16497 * novice.el (disabled-command-function): Add useful args.
16498 Setup the help buffer so that [back] works.
16499 Remove redundant call to help-mode.
16500 (disabled-command-function): Use `case'.
16501 (en/disable-command): New function extracted from enable-command.
16502 (enable-command, disable-command): Use it.
16503
a61344d6
GM
165042009-11-14 Glenn Morris <rgm@gnu.org>
16505
497f0cdd
GM
16506 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16507 constants. (Bug#4913)
16508
a61344d6
GM
16509 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16510
d501801e
GM
165112009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16512
16513 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16514 defined in C that have no doc-strings. (Bug#1063)
16515
5af27ac2
GM
165162009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16517
16518 * cus-edit.el (data, files):
16519 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16520
aec5395b
CY
165212009-11-14 Chong Yidong <cyd@stupidchicken.com>
16522
e7791447
CY
16523 * simple.el (shell-command): Doc fix (Bug#4891).
16524
aec5395b
CY
16525 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16526
7a41cd7f
GM
165272009-11-14 Glenn Morris <rgm@gnu.org>
16528
c3583c94
GM
16529 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16530 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16531 If they are already loaded, eval-after-load will do the right thing.
16532
73900d1f
GM
16533 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16534 compiling.
16535
0028351d
GM
16536 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16537
f6714ede
GM
16538 * simple.el (x-selection-owner-p): Declare.
16539 (read-mail-command): Use custom radio type rather than choice.
16540 (completion-no-auto-exit): Doc fix.
16541
7a41cd7f 16542 * custom.el (defgroup):
5af27ac2 16543 * epg-config.el (epg): Doc fixes.
7a41cd7f 16544
2d0659ec
DN
165452009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16546
16547 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16548 * international/ccl.el (define-ccl-program): Do not purecopy the
16549 docstring, defconst does it anyway.
16550
7fdbcd83
SM
165512009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16552
d499c5b9
SM
16553 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16554 a second time.
16555
7fdbcd83
SM
16556 * x-dnd.el (x-dnd-maybe-call-test-function):
16557 * window.el (split-window-vertically):
16558 * whitespace.el (whitespace-help-on):
16559 * vc-rcs.el (vc-rcs-consult-headers):
16560 * userlock.el (ask-user-about-lock-help)
16561 (ask-user-about-supersession-help):
16562 * type-break.el (type-break-force-mode-line-update):
16563 * time-stamp.el (time-stamp-conv-warn):
16564 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16565 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16566 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16567 (term-write-input-ring, term-check-source, term-start-output-log):
16568 (term-display-buffer-line, term-dynamic-list-completions):
16569 (term-ansi-make-term, serial-term):
16570 * subr.el (selective-display):
16571 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16572 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16573 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16574 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16575 (speedbar-remove-localized-speedbar-support)
16576 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16577 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16578 (speedbar-buffers-line-directory):
16579 * simple.el (shell-command-on-region, append-to-buffer)
16580 (prepend-to-buffer):
16581 * shadowfile.el (shadow-save-todo-file):
16582 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16583 (scroll-bar-maybe-set-window-start):
16584 * sb-image.el (speedbar-image-dump):
16585 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16586 (load-save-place-alist-from-file):
16587 * ps-samp.el (ps-print-message-from-summary):
16588 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16589 (ps-background-image, ps-begin-job, ps-do-despool):
16590 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16591 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16592 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16593 (pr-call-process, pr-file-list, pr-interface-save):
16594 * novice.el (disabled-command-function)
16595 (enable-command, disable-command):
16596 * mouse.el (mouse-buffer-menu-alist):
16597 * mouse-copy.el (mouse-kill-preserving-secondary):
16598 * macros.el (kbd-macro-query):
16599 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16600 * informat.el (batch-info-validate):
16601 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16602 * hippie-exp.el (try-expand-dabbrev-visible):
16603 * help-mode.el (help-make-xrefs):
16604 * help-fns.el (describe-variable):
16605 * generic-x.el (bat-generic-mode-run-as-comint):
16606 * finder.el (finder-mouse-select):
16607 * find-dired.el (find-dired-sentinel):
16608 * filesets.el (filesets-file-close):
16609 * files.el (list-directory):
16610 * faces.el (list-faces-display, describe-face):
16611 * facemenu.el (list-colors-display):
16612 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16613 * epg.el (epg--process-filter, epg-cancel):
16614 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16615 (epa--read-signature-type):
16616 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16617 (emerge-file-names):
16618 * ehelp.el (electric-helpify):
16619 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16620 * ediff-vers.el (rcs-ediff-view-revision):
16621 * ediff-util.el (ediff-setup):
16622 * ediff-mult.el (ediff-append-custom-diff):
16623 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16624 (ediff-wordify):
16625 * echistory.el (Electric-command-history-redo-expression):
16626 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16627 * disp-table.el (describe-display-table):
16628 * dired.el (dired-find-buffer-nocreate):
16629 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16630 * dabbrev.el (dabbrev--same-major-mode-p):
16631 * chistory.el (list-command-history):
16632 * apropos.el (apropos-documentation):
16633 * allout.el (allout-obtain-passphrase):
16634 (allout-copy-exposed-to-buffer):
16635 (allout-verify-passphrase): Use with-current-buffer.
16636
2ccbc060
GM
166372009-11-13 Glenn Morris <rgm@gnu.org>
16638
16639 * Makefile.in (ELCFILES): Regenerate.
16640
b172ed20
MA
166412009-11-13 Michael Albinus <michael.albinus@gmx.de>
16642
7fdbcd83
SM
16643 * net/dbus.el (dbus-registered-objects-table): Rename from
16644 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16645 (dbus-unregister-object): Unregister also properties.
16646 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16647 Use a timeout of 500 msec, in order to not block.
16648 (dbus-register-property, dbus-property-handler): New defuns.
16649
e96d62cd
SM
166502009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16651
16652 * simple.el (minibuffer-default-add-completions): Drop deprecated
16653 4th arg.
16654
14bd267d
EZ
166552009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16656
e96d62cd
SM
16657 * textmodes/artist.el (artist-mouse-choose-operation):
16658 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16659 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16660 (artist-compute-up-event-key): New function.
16661 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16662
bf89fd7b
KH
166632009-11-13 Kenichi Handa <handa@m17n.org>
16664
16665 * language/japan-util.el: Make sure that the value of jisx0208
16666 property is jisx0208 character.
16667
f70b8925
DN
166682009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16669
16670 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16671 car or each item, not the whole list.
16672
4d93a9e0
SM
166732009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16674
16675 * minibuffer.el (minibuffer-completion-help):
16676 Use minibuffer-hide-completions.
16677
05404988
SM
166782009-11-12 Per Starbäck <per@starback.se> (tiny change)
16679
16680 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16681 (dired-revert): Use them (bug#4880).
16682
5297bc10
DN
166832009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16684
16685 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16686
e2685eb7
JL
166872009-11-12 Juri Linkov <juri@jurta.org>
16688
16689 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16690 New functions.
16691 (find-file-literally-at-point): Alias of `ffap-literally'.
16692
76410c3e
DN
166932009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16694
6d341a2a
DN
16695 * textmodes/ispell.el (ispell-skip-region-alist):
16696 * textmodes/css-mode.el (auto-mode-alist):
16697 * progmodes/compile.el (auto-mode-alist):
16698 * international/mule.el (ctext-non-standard-encodings-alist)
16699 (ctext-non-standard-encodings-regexp):
16700 * simple.el (shell-command-switch, text-read-only):
16701 * replace.el (occur-mode-map):
16702 * paths.el (rmail-file-name):
16703 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16704 * find-file.el (ff-special-constructs):
16705 * files.el (file-name-handler-alist):
16706 * composite.el: Purecopy strings.
16707
76410c3e
DN
16708 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16709
aaa448c9
DN
167102009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16711
16712 * widget.el (define-widget): Purecopy the docstring.
16713 * international/mule-cmds.el (charset): Do not purecopy the
16714 docstring here, define-widget does it.
16715
16716 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16717 * textmodes/bibtex-style.el (auto-mode-alist):
16718 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16719 * progmodes/compile.el (compile-command):
16720 * language/korea-util.el (default-korean-keyboard):
16721 * international/mule-conf.el (file-coding-system-alist):
16722 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16723 * tooltip.el (tooltip-frame-parameters):
16724 * newcomment.el (comment-end, comment-padding):
16725 * dired.el (dired-trivial-filenames):
16726 * comint.el (comint-file-name-prefix): Purecopy initial values.
16727
bbe650fd
MA
167282009-11-11 Michael Albinus <michael.albinus@gmx.de>
16729
16730 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16731 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16732 `tramp-unload'.
16733 (tramp-advice-make-auto-save-file-name)
16734 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16735 after removing the advice.
16736
6bdad9ae
DN
167372009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16738
2f7f4bee
DN
16739 * progmodes/grep.el (grep-regexp-alist):
16740 * international/mule-cmds.el (iso-2022-control-alist):
16741 * emacs-lisp/timer.el (timer-duration-words):
16742 * subr.el (version-separator, version-regexp-alist):
16743 * minibuffer.el (completion-styles-alist):
16744 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16745 Change defvars to defconsts.
16746
a042de45
DN
16747 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16748 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16749 * international/mule-conf.el: Allow to be byte compiled.
16750
3b6acc72
DN
16751 * international/mule.el (define-charset): Purecopy props.
16752 (load-with-code-conversion): Purecopy doc string and file name.
16753 (put-charset-property): Purecopy strings.
16754 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16755
1c2efdfb 16756 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16757 (define-char-code-property): Correctly purecopy the table.
16758
62591911
DN
16759 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16760
8b908da6
DN
16761 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16762
ff917d63
DN
16763 * subr.el (add-hook): Purecopy strings.
16764 (eval-after-load): Purecopy load-history-regexp and the form.
16765
af89cf77
DN
16766 * custom.el (custom-declare-group): Purecopy load-file-name.
16767
a3c20c83 16768 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16769 * net/eudc.el (eudc-tools-menu):
16770 * international/mule-cmds.el (set-coding-system-map)
16771 (mule-menu-keymap):
16772 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16773 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16774 * replace.el (occur-mode-map):
16775 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16776 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16777 (menu-bar-custom-menu, menu-bar-showhide-menu)
16778 (menu-bar-options-menu, menu-bar-tools-menu)
16779 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16780 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16781 (menu-bar-help-menu):
16782 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16783 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16784
6bdad9ae
DN
16785 * term/x-win.el (x-gtk-stock-map):
16786 * progmodes/vera-mode.el (auto-mode-alist):
16787 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16788 (inferior-lisp-program, inferior-lisp-load-command):
16789 * progmodes/hideshow.el (hs-special-modes-alist):
16790 * progmodes/gud.el (same-window-regexps):
16791 * progmodes/grep.el (grep-program, find-program, xargs-program):
16792 * net/telnet.el (same-window-regexps):
16793 * net/rlogin.el (same-window-regexps):
16794 * language/ethiopic.el (font-ccl-encoder-alist):
16795 * vc-sccs.el (vc-sccs-master-templates):
16796 * vc-rcs.el (vc-rcs-master-templates):
16797 * subr.el (cl-assertion-failed):
16798 * simple.el (next-error-overlay-arrow-position):
16799 * lpr.el (lpr-command):
16800 * locate.el (locate-ls-subdir-switches):
16801 * info.el (same-window-regexps, info)
16802 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16803 * image-mode.el (image-mode, auto-mode-alist):
16804 * hippie-exp.el (hippie-expand-ignore-buffers):
16805 * format.el (format-alist):
16806 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16807 (find-name-arg):
16808 * facemenu.el (facemenu-keybindings):
16809 * dired.el (dired-listing-switches, dired-chown-program):
16810 * diff.el (diff-switches, diff-command):
16811 * cus-edit.el (same-window-regexps):
16812 * bindings.el (mode-line-mule-info)
16813 (mode-line-buffer-identification): Purecopy strings.
16814
e0987650
JL
168152009-11-11 Juri Linkov <juri@jurta.org>
16816
3570691b 16817 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16818 Tell the byte-compiler about dired-get-filename.
16819 (shell-command): In Dired mode, get filename from the current line
16820 as the default value.
16821
b16ff465
GM
168222009-11-10 Glenn Morris <rgm@gnu.org>
16823
e8a11b22
GM
16824 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16825 * calendar/holidays.el, progmodes/cperl-mode.el:
16826 Update x-popup-menu declarations.
16827
b16ff465
GM
16828 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16829 (list-load-path-shadows): Use dolist.
16830 (list-load-path-shadows): Use with-current-buffer.
16831
032c3399
JL
168322009-11-10 Juri Linkov <juri@jurta.org>
16833
16834 * minibuffer.el (read-file-name): Support a list of default values
16835 in `default-filename'. Use the first file name where only one
16836 element is required. Doc fix.
16837
8fb1629f
MA
168382009-11-09 Michael Albinus <michael.albinus@gmx.de>
16839
16840 * net/dbus.el (dbus-unregister-object): Release service, if no
16841 other method is registered for it.
16842
a51203ee 168432009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16844
16845 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16846 bookmark-sort-flag is non-nil (Bug#4653).
16847
9bf7dc8a
CY
168482009-11-08 Chong Yidong <cyd@stupidchicken.com>
16849
15207e74
CY
16850 * emulation/cua-base.el: Add CUA property to some CC mode commands
16851 (Bug#4100).
16852
8bf7ed70
KR
168532009-11-08 Kevin Ryde <user42@zip.com.au>
16854
16855 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16856 at end of sentence (Bug#4818).
8bf7ed70 16857
951802d0
CY
168582009-11-08 Jared Finder <jfinder@crypticstudios.com>
16859
16860 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16861 Handle "see declaration of" MSFT statements (Bug#4100).
16862
e8244310
MA
168632009-11-08 Michael Albinus <michael.albinus@gmx.de>
16864
16865 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16866 (tramp-advice-file-expand-wildcards): Unload via
16867 `ad-remove-advice'.
16868
16869 * net/trampver.el: Update release number.
16870
a51203ee 168712009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16872
16873 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16874 `ad-do-it'.
16875
a51203ee 168762009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16877
16878 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16879 in order to keep context in SELinux.
16880
bedd8a58
CY
168812009-11-08 Chong Yidong <cyd@stupidchicken.com>
16882
16883 * dired-aux.el (dired-query): Place cursor in echo area and allow
16884 C-g.
16885
16886 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16887 menu item if not on a directory (Bug#4701).
16888
0484d600
MA
168892009-11-07 Michael Albinus <michael.albinus@gmx.de>
16890
16891 Sync with Tramp 2.1.17.
16892
16893 * net/tramp.el (tramp-handle-copy-directory): Don't use
16894 `file-remote-p' (due to compatibility).
16895
16896 * net/tramp-compat.el (tramp-compat-copy-directory)
16897 (tramp-compat-delete-directory): New defuns.
16898
16899 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16900 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16901 Use `tramp-compat-delete-directory'.
0484d600
MA
16902
16903 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16904 (tramp-smb-handle-delete-directory):
16905 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16906
16907 * net/trampver.el: Update release number.
16908
b42b2189
CY
169092009-11-07 Chong Yidong <cyd@stupidchicken.com>
16910
6960d7b9
CY
16911 * tar-mode.el (tar-copy): Call write-region on the right buffer
16912 (Bug#4857).
16913
b42b2189
CY
16914 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16915 by hand, if necessary (Bug#4878).
16916
0ad57dfd
CY
169172009-11-06 Chong Yidong <cyd@stupidchicken.com>
16918
d19e23ae
CY
16919 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16920 align size column (Bug#4839).
16921
0ad57dfd
CY
16922 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16923 statement.
16924
0b7f397c
DN
169252009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16926
16927 * progmodes/ld-script.el (auto-mode-alist):
16928 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16929
16930 * cus-face.el (custom-declare-face): Purecopy face spec.
16931
495bd5ca
KH
169322009-11-06 Kenichi Handa <handa@m17n.org>
16933
16934 * international/uni-bidi.el: Re-generated.
16935 * international/uni-category.el: Re-generated.
16936 * international/uni-combining.el: Re-generated.
16937 * international/uni-mirrored.el: Re-generated.
16938
1e8780b1
DN
169392009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16940
16941 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16942 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16943 (tex-start-options, slitex-run-command, latex-run-command)
16944 (tex-run-command, tex-directory):
16945 * textmodes/ispell.el (ispell-html-skip-alists)
16946 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16947 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16948 (adaptive-fill-regexp):
16949 * textmodes/dns-mode.el (auto-mode-alist):
16950 * progmodes/python.el (interpreter-mode-alist):
16951 * progmodes/etags.el (tags-compression-info-list):
16952 * progmodes/etags.el (tags-file-name):
16953 * net/browse-url.el (browse-url-galeon-program)
16954 (browse-url-firefox-program):
16955 * mail/sendmail.el (mail-signature-file)
16956 (mail-citation-prefix-regexp):
16957 * international/mule-conf.el (eight-bit):
16958 * international/latexenc.el (latex-inputenc-coding-alist):
16959 * international/fontset.el (x-pixel-size-width-font-regexp):
16960 * emacs-lisp/warnings.el (warning-type-format):
16961 * emacs-lisp/trace.el (trace-buffer):
16962 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16963 (emacs-lisp-mode-map):
16964 * calendar/holidays.el (holiday-solar-holidays)
16965 (holiday-bahai-holidays, holiday-islamic-holidays)
16966 (holiday-christian-holidays, holiday-hebrew-holidays)
16967 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16968 (hebrew-holidays-1, holiday-oriental-holidays)
16969 (holiday-general-holidays):
16970 * x-dnd.el (x-dnd-known-types):
16971 * tool-bar.el (tool-bar):
16972 * startup.el (site-run-file):
16973 * shell.el (shell-dumb-shell-regexp):
16974 * rfn-eshadow.el (file-name-shadow-tty-properties)
16975 (file-name-shadow-properties):
16976 * paths.el (remote-shell-program, news-directory):
16977 * mouse.el ([C-down-mouse-3]):
16978 * menu-bar.el (menu-bar-tools-menu):
16979 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16980 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16981 (jka-compr-compression-info-list):
16982 * isearch.el (search-whitespace-regexp):
16983 * image-file.el (image-file-name-extensions):
16984 * find-dired.el (find-ls-option):
16985 * files.el (directory-listing-before-filename-regexp)
16986 (directory-free-space-args, insert-directory-program)
16987 (list-directory-brief-switches, magic-fallback-mode-alist)
16988 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16989 (automount-dir-prefix):
16990 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16991 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16992 (face-font-registry-alternatives, face-font-registry-alternatives)
16993 (face-font-family-alternatives):
16994 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16995 (facemenu-foreground-menu, facemenu-face-menu):
16996 * epa-hook.el (epa-file-name-regexp):
16997 * dnd.el (dnd-protocol-alist):
16998 * textmodes/rst.el (auto-mode-alist):
a51203ee 16999 * button.el (default-button): Purecopy strings.
1e8780b1 17000
0adae11f
GM
170012009-11-06 Glenn Morris <rgm@gnu.org>
17002
17003 * Makefile.in (ELCFILES): Update.
17004
2adaf057
SM
170052009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17006
8f72f03c
SM
17007 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17008 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17009
2adaf057
SM
17010 * nxml/xsd-regexp.el (xsdre-gen-categories):
17011 * nxml/xmltok.el (xmltok-parse-entity):
17012 * nxml/rng-parse.el (rng-parse-validate-file):
17013 * nxml/rng-maint.el (rng-format-manual)
17014 (rng-manual-output-force-new-line):
17015 * nxml/rng-loc.el (rng-save-schema-location-1):
17016 * nxml/rng-cmpct.el (rng-c-parse-file):
17017 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17018 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17019
14862301
SM
170202009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17021
bf0b361c 17022 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
17023 Remove extra save-excursions and make-variable-buffer-local's.
17024 Suggested by Stefan Monnier.
17025
17026 (verilog-getopt-file, verilog-module-inside-filename-p)
17027 (verilog-set-define): Merge GNU 1.35 and repair changes from
17028 switching to using with-current-buffer.
17029
17030 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17031 being treated as a number and confusing AUTORESET.
17032 Reported by Dan Dever.
17033
17034 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17035 Add verilog-auto-ignore-concat to fix backward compatibility with
17036 older verilog-modes. Reported by Dan Katz.
17037
17038 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17039 containing closing anchors "...$".
17040
17041 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17042 Reported by Wade Smith.
17043
48c2d18a 17044 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
17045
170462009-11-05 Michael McNamara <mac@mail.brushroad.com>
17047
bf0b361c
JB
17048 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17049 for labels.
14862301
SM
17050
17051 (verilog-label-re, verilog-calc-1): Support proper indent of named
17052 asserts.
17053
17054 (verilog-backward-token, verilog-basic-complete-re)
17055 (verilog-beg-of-statement, verilog-indent-re): Support proper
17056 indent of the assert statement at the beginning of a block of text.
17057
17058 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17059 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17060 tokens as begins.
17061
4f8f657f
GM
170622009-11-05 Glenn Morris <rgm@gnu.org>
17063
775adc51
GM
17064 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17065 Emacs 19. (Bug#1531)
17066 (byte-compile-fix-header): Update for the above change.
17067 Drop test for epoch::version.
17068
4ad6a5e7 17069 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
17070 * cus-dep.el (custom-make-dependencies):
17071 * finder.el (finder-compile-keywords):
17072 Use autoload-rubric's feature argument.
4ad6a5e7 17073
4f8f657f
GM
17074 * calendar/diary-lib.el (top-level): Make load behave more like require.
17075
881e4184
GM
17076 * vc-git.el (vc-git-stash-map): Move definition before use.
17077
ba214964 170782009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 17079
b6f8ba09
DN
17080 * custom.el (custom-declare-group): Purecopy standard-value.
17081 (custom-declare-group): Purecopy custom-prefix.
17082
7fdbcd83
SM
17083 * international/mule.el (load-with-code-conversion):
17084 Call do-after-load-evaluation unconditionally.
eb6f577b 17085
f6195dfb
DN
17086 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17087
56f14120
SM
170882009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17089
17090 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17091
e5c89ce9
GM
170922009-11-04 Glenn Morris <rgm@gnu.org>
17093
17094 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17095 (byte-compile-compatibility): Remove option.
17096 (byte-compile-close-variables, byte-compile-fix-header)
17097 (byte-compile-insert-header, byte-compile-output-docform)
17098 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17099 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17100 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17101 (byte-compile-insert, byte-compile-defun):
17102 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
17103 (byte-defop-compiler19): Remove.
17104 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17105 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 17106
e24f42ab
JL
171072009-11-04 Juri Linkov <juri@jurta.org>
17108
17109 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17110 (menu-bar-options-menu): Don't quote the `prop' arg of
17111 `menu-bar-make-mm-toggle'.
17112
d3d5f4f5
JB
171132009-11-04 Juanma Barranquero <lekktu@gmail.com>
17114
17115 * calendar/calendar.el (cal-loaddefs):
17116 * calendar/diary-lib.el (diary-loaddefs):
17117 * calendar/holidays.el (hol-loaddefs):
17118 * eshell/esh-module.el (esh-groups): Load rather than require.
17119
6e39d3b2
SM
171202009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17121
e96d62cd
SM
17122 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17123 point-min==1.
7e83e8b4
SM
17124 (todo-top-priorities): Only display-buffer when called interactively.
17125 (todo-item-start): Don't save excursion point.
17126 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17127 (todo-insert-item-here, todo-file-item, todo-remove-item):
17128 Adjust uses of todo-item-start and todo-item-end.
17129
fae4e5b9
SM
17130 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17131 (autoload-rubric): Don't use any more.
fae4e5b9 17132
6e39d3b2
SM
17133 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17134 and only put a prop if it is non-nil.
17135
c9753fb4
JL
171362009-11-03 Juri Linkov <juri@jurta.org>
17137
17138 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17139 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17140
17141 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17142 and "Menu" to make top-level menu item visually one unit (like
17143 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17144 multi-word menu items). Fix :help string for quit-window.
17145
db04f33f
GM
171462009-11-03 Glenn Morris <rgm@gnu.org>
17147
2aea6521
GM
17148 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17149 (byte-compile-file-form-define-abbrev-table)
17150 (byte-compile-file-form-custom-declare-variable)
17151 (byte-compile-variable-ref, byte-compile-defvar):
17152 Whether or not a warning is enabled should only affect whether we issue
17153 the warning, not whether or not we collect the relevant data.
17154 Eg warnings can be turned on and off throughout the course of a file.
17155
db04f33f
GM
17156 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17157 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17158
937e6a56
SM
171592009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17160
17161 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17162 * play/mpuz.el (mpuz-create-buffer):
17163 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17164 (lm-print-y,s,noise, lm-print-w0, lm-init):
17165 * play/gomoku.el (gomoku-prompt-for-move):
17166 * play/fortune.el (fortune-in-buffer):
17167 * play/dissociate.el (dissociated-press):
17168 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 17169 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
17170 * mail/supercite.el (sc-eref-show):
17171 * mail/smtpmail.el (smtpmail-send-it):
17172 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17173 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17174 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17175 (rmail-summary-goto-msg, rmail-summary-expunge)
17176 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17177 (rmail-summary-add-label, rmail-summary-output-menu)
17178 (rmail-summary-output-body):
17179 * mail/rfc822.el (rfc822-addresses):
17180 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17181 * mail/mailpost.el (post-mail-send-it):
17182 * mail/hashcash.el (hashcash-generate-payment):
17183 * mail/feedmail.el (feedmail-run-the-queue)
17184 (feedmail-queue-send-edit-prompt-help-first)
17185 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17186 (feedmail-deduce-address-list):
17187 * eshell/esh-ext.el (eshell-remote-command):
17188 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17189 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17190 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17191 (viper-save-string-in-file, viper-valid-marker):
17192 * emulation/viper-keym.el (viper-toggle-key):
17193 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17194 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17195 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17196 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17197 (viper-exec-form-in-emacs, viper-brac-function):
17198 * emulation/viper.el (viper-delocalize-var):
17199 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17200 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17201 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17202 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17203 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17204 * emulation/edt.el (edt-electric-helpify):
17205 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17206 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17207 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17208 (cua-indent-to-global-mark-column):
17209 * calendar/diary-lib.el (calendar-mark-1):
17210 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17211 Use with-current-buffer.
17212 * emulation/viper.el (viper-delocalize-var): Use dolist.
17213
5b955562
CY
172142009-11-03 Chong Yidong <cyd@stupidchicken.com>
17215
17216 * comint.el (comint-replace-by-expanded-history-before-point):
17217 Replace !! with the previous input string literally (Bug#1795).
17218
6292c599
JB
172192009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17220
17221 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17222 to be made up of whitespace.
17223
8368c14e
CY
172242009-11-02 Chong Yidong <cyd@stupidchicken.com>
17225
17226 * minibuffer.el (read-file-name): Don't use file dialogs for
17227 remote directories (Bug#99).
17228
6f750f0d
CY
172292009-11-01 Chong Yidong <cyd@stupidchicken.com>
17230
17231 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17232
97ab3f47
AS
172332009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17234
17235 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17236 instead of deleting the window or frame.
17237
673c1168
CY
172382009-10-31 Chong Yidong <cyd@stupidchicken.com>
17239
17240 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17241 Support face colors.
17242
937e6a56
SM
17243 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17244 New function. Support face colors (Bug#1168).
673c1168
CY
17245 (tex-common-initialization): Use it.
17246
17247 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17248 mode allows it (Bug#1168).
17249
c9349f0a
CY
172502009-10-31 Juri Linkov <juri@jurta.org>
17251
17252 * facemenu.el (list-colors-display): Don't mark buffer as
17253 modified (Bug#3948).
17254
ebf5c4f5
CY
172552009-10-31 Chong Yidong <cyd@stupidchicken.com>
17256
6a7662bb
BR
17257 * international/mule-diag.el (list-character-sets-1):
17258 Minor message fix (Bug#3526).
5c2dce75 17259
6a7662bb
BR
17260 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17261 Fix face property (Bug#4834).
26581f0e
CY
17262 (etags-list-tags, etags-tags-apropos-additional)
17263 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17264 property.
17265
ebf5c4f5
CY
17266 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17267 items.
17268
9a529312
SM
172692009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17270
17271 * textmodes/two-column.el (2C-split):
17272 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17273 * textmodes/tex-mode.el (tex-set-buffer-directory):
17274 * textmodes/spell.el (spell-region, spell-string):
17275 * textmodes/reftex.el (reftex-erase-buffer):
17276 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17277 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17278 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17279 (reftex-select-item):
17280 * textmodes/reftex-ref.el (reftex-label-info-update)
17281 (reftex-offer-label-menu):
17282 * textmodes/reftex-index.el (reftex-index-change-entry)
17283 (reftex-index-phrases-info):
17284 * textmodes/reftex-global.el (reftex-create-tags-file)
17285 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17286 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17287 (reftex-view-crossref-from-bibtex):
17288 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17289 (reftex-extract-bib-entries-from-thebibliography)
17290 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17291 * textmodes/refbib.el (r2b-capitalize-title):
17292 (r2b-convert-buffer, r2b-help):
17293 * textmodes/page-ext.el (pages-directory)
17294 (pages-directory-goto-with-mouse):
17295 * textmodes/bibtex.el (bibtex-validate-globally):
17296 * textmodes/bib-mode.el (bib-capitalize-title):
17297 * textmodes/artist.el (artist-clear-buffer, artist-system):
17298 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17299 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17300 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17301 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17302 (xscheme-send-control-g-interrupt, xscheme-start-process)
17303 (xscheme-process-sentinel, xscheme-cd):
17304 * progmodes/verilog-mode.el (verilog-read-always-signals)
17305 (verilog-set-define, verilog-getopt-file)
17306 (verilog-module-inside-filename-p):
17307 * progmodes/sh-script.el:
17308 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17309 (python-pdbtrack-grub-for-buffer, python-execute-file):
17310 * progmodes/octave-inf.el (inferior-octave):
17311 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17312 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17313 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17314 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17315 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17316 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17317 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17318 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17319 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17320 (idlwave-shell-examine-display, idlwave-shell-run-region)
17321 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17322 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17323 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17324 (idlwave-help-get-help-buffer):
17325 * progmodes/gud.el (gud-basic-call, gud-find-class)
17326 (gud-tooltip-activate-mouse-motions-if-enabled):
17327 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17328 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17329 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17330 (ebrowse-tags-next-file):
17331 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17332 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17333 (ebnf-eps-finish-and-write):
17334 * progmodes/cpp.el (cpp-edit-save):
17335 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17336 * progmodes/cc-defs.el (c-emacs-features):
17337 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17338 (antlr-directory-dependencies):
17339 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17340 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17341 (ada-find-any-references, ada-make-filename-from-adaname)
17342 (ada-make-body-gnatstub):
17343 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17344 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17345 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17346 * net/rcirc.el (rcirc-debug):
17347 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17348 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17349 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17350 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17351 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17352 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17353 (newsticker--treeview-list-clear-highlight)
17354 (newsticker--treeview-list-update-highlight)
17355 (newsticker--treeview-list-highlight-start)
17356 (newsticker--treeview-tree-update-highlight)
17357 (newsticker--treeview-get-selected-item)
17358 (newsticker-treeview-mark-list-items-old)
17359 (newsticker--treeview-set-current-node):
17360 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17361 * net/newst-backend.el (newsticker--get-news-by-funcall)
17362 (newsticker--get-news-by-wget, newsticker--image-get)
17363 (newsticker--image-sentinel):
17364 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17365 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17366 (eudc-ph-close-session):
17367 * net/eudc.el (eudc-save-options):
17368 * language/thai-word.el (thai-update-word-table):
17369 * language/japan-util.el (japanese-string-conversion):
17370 * international/titdic-cnv.el (tsang-quick-converter)
17371 (ziranma-converter, ctlau-converter):
17372 * international/mule-cmds.el (describe-language-environment):
17373 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17374 (skkdic-convert-postfix, skkdic-convert-prefix):
17375 (skkdic-convert-okuri-nasi, skkdic-convert):
17376 * emacs-lisp/re-builder.el (reb-update-overlays):
17377 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17378 * emacs-lisp/gulp.el (gulp-send-requests):
17379 * emacs-lisp/find-gc.el (trace-call-tree):
17380 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17381 (eieio-describe-generic):
17382 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17383 * emacs-lisp/edebug.el (edebug-outside-excursion):
17384 * emacs-lisp/debug.el (debugger-make-xrefs):
17385 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17386 * emacs-lisp/chart.el (chart-new-buffer):
17387 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17388 Use with-current-buffer.
17389 * textmodes/artist.el (artist-system): Don't call
17390 copy-sequence on a fresh string.
17391 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17392
d566f228
GM
173932009-10-31 Stephen Berman <stephen.berman@gmx.net>
17394
17395 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17396 is no item to edit. (Bug#4820)
d566f228 17397 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17398 buffer. (Bug#4820)
d566f228 17399
f3628edd
GM
174002009-10-31 Glenn Morris <rgm@gnu.org>
17401
5cf3709c
GM
17402 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17403 (comint-last-output-start, comint-last-input-start)
17404 (comint-last-input-end): Don't defvar when compiling.
17405 (ange-ftp-process-file): Use bound-and-true-p.
17406
4c814fd2
GM
17407 * pcmpl-rpm.el (top-level): Move provide statement to end.
17408 (pcmpl-rpm): Remove unused custom group.
17409
113b8dcc
GM
17410 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17411
31c615e4
GM
17412 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17413
416d3588
GM
17414 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17415 (byte-compile-warnings): Add `constants' as an option.
17416 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17417 (display-call-tree): Update for byte-compile-fdefinition possibly
17418 returning `(macro lambda ...)'. (Bug#4778)
17419 (byte-compile-variable-ref, byte-compile-setq-default):
17420 Respect `constants' member of byte-compile-warnings.
17421
00f71f39
SM
174222009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17423
17424 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17425 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17426 to "submit:".
17427
ca0a881a
DN
174282009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17429
17430 * textmodes/ispell.el (ispell-skip-region-alist):
17431 * international/mule-conf.el (eight-bit):
17432 * international/fontset.el (font-encoding-alist):
17433 * startup.el (pure-space-overflow-message):
17434 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17435 * paths.el (gnus-nntp-service, rmail-spool-directory)
17436 (term-file-prefix):
17437 * files.el (save-some-buffers-action-alist):
17438 * cmuscheme.el (same-window-buffer-names):
17439 * ielm.el (same-window-buffer-names):
17440 * shell.el (same-window-buffer-names):
17441 * mail/sendmail.el (same-window-buffer-names):
17442 * progmodes/inf-lisp.el (same-window-buffer-names):
17443 * bindings.el (mode-line-client)
17444 (mode-line-column-line-number-mode-map):
17445 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17446 (tibetan-precomposed-regexp): Purecopy string arguments.
17447
b861e45e
SM
174482009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17449
6df9b6d7
SM
17450 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17451 (calcDigit-nondigit):
17452 * calc/calc-yank.el (calc-copy-to-buffer):
17453 * calc/calc-units.el (calc-invalidate-units-table):
17454 * calc/calc-trail.el (calc-trail-yank):
17455 * calc/calc-store.el (calc-insert-variables):
17456 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17457 * calc/calc-prog.el (calc-read-parse-table):
17458 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17459 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17460 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17461 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17462 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17463 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17464 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17465 * calc/calc-ext.el (calc-realign):
17466 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17467 (calc-embedded-finish-edit, calc-embedded-make-info)
17468 (calc-embedded-finish-command, calc-embedded-stack-change):
17469 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17470
70f44c65
SM
17471 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17472 shell-dynamic-complete-filename in preference to
17473 comint-dynamic-complete-filename.
17474
b861e45e
SM
17475 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17476 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17477 Don't consider whether the display supports colors.
17478 (bookmark-import-new-list): Use dolist.
17479 (bookmark-bmenu-mode-map): Move initialization into declaration.
17480 (bookmark-bmenu-list): Use dolist, simplify.
17481 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17482 (menu-bar-final-items): Use push.
17483
8549241d 174842009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17485
17486 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17487 it works on remote files.
17488 (vc-hg-diff): Don't pass any `--cwd' argument.
17489
30644573
KR
174902009-10-27 Kevin Ryde <user42@zip.com.au>
17491
cc63d28f
SM
17492 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17493 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17494 (Further to Bug#3921).
17495
9be01a63
MA
174962009-10-27 Michael Albinus <michael.albinus@gmx.de>
17497
17498 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17499 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17500 calling `tramp-imap-put-file'. Add file size to the call.
17501 (tramp-imap-get-file-entries): Compute also user name, file size,
17502 and date.
17503 (tramp-imap-handle-insert-directory): Insert uid and gid.
17504 (tramp-imap-handle-file-attributes): Transform uid and gid
17505 according to `id-format'.
17506 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17507 size in header X-Size.
17508
41849bf9
JB
175092009-10-26 Juanma Barranquero <lekktu@gmail.com>
17510
17511 * simple.el (transpose-subr): Give clearer error when the mark
17512 is not set. (Bug#4807)
17513
293c24f9
MA
175142009-10-26 Michael Albinus <michael.albinus@gmx.de>
17515
cc63d28f
SM
17516 * net/tramp.el (tramp-perl-file-truename): New defconst.
17517 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17518 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17519 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17520 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17521
cc63d28f
SM
17522 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17523 Ignore `dired-call-process'.
293c24f9
MA
17524 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17525
175262009-10-26 Julian Scheid <julians37@gmail.com>
17527
cc63d28f 17528 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17529 (tramp-get-remote-readlink): New defun.
17530 (tramp-handle-file-truename): Use it.
17531 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17532 file exists if cache value present.
48c2d18a 17533 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17534 (tramp-handle-file-readable-p): Use it.
17535 (tramp-handle-file-writable-p): Likewise.
17536 (tramp-handle-file-executable-p): Likewise.
17537 (tramp-handle-file-name-all-completions): Try using Perl to get
17538 partial completions. When perl not available, combine `cd' and
17539 `ls' into single remote operation and use shell expansion to get
17540 partial remote directory contents. Set `file-exists-p' cache for
17541 directory and any files returned by ls. Change cache handling to
17542 support partial directory contents. Use error message emitted by
17543 remote `cd' or Perl code for local tramp-error.
17544 (tramp-do-copy-or-rename-file-directly): Avoid separate
17545 tramp-send-command-and-check call.
cc63d28f
SM
17546 (tramp-handle-process-file): Merge three remote ops into one.
17547 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17548 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17549 file-attributes shows uid/gid to be set already.
17550
a7610c52
DN
175512009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17552
17553 * textmodes/tex-mode.el (tex-dvi-view-command)
17554 (tex-show-queue-command, tex-open-quote):
17555 * progmodes/ruby-mode.el (auto-mode-alist)
17556 (interpreter-mode-alist): Purecopy strings.
17557
17558 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17559
17560 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17561 string for the hook, keymap and abbrev table.
17562
17563 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17564
17565 * x-dnd.el (x-dnd-xdnd-to-action):
17566 * startup.el (fancy-startup-text, fancy-about-text): Change to
17567 defconst from defvar.
17568
17569 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17570
17571 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17572 Purecopy initialization strings.
17573
17574 * mail/sendmail.el (mail-header-separator)
17575 (mail-personal-alias-file):
17576 * mail/rmail.el (rmail-default-dont-reply-to-names)
17577 (rmail-ignored-headers, rmail-retry-ignored-headers)
17578 (rmail-highlighted-headers, rmail-secondary-file-directory)
17579 (rmail-secondary-file-regexp):
17580 * files.el (null-device, file-name-invalid-regexp)
17581 (locate-dominating-stop-dir-regexp)
cc63d28f 17582 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17583 (interpreter-mode-alist): Use mapcar instead of mapc.
17584
17585 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17586
17587 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17588 (completion-ignored-extensions):
17589 (debug-ignored-errors): Purecopy strings.
17590
4fcc3d32
SM
175912009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17592
0667de21
SM
17593 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17594 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17595 (pcomplete--here): Use push.
17596
4fcc3d32
SM
17597 * subr.el (all-completions): Declare the 4th arg obsolete.
17598
955ef430
SM
175992009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17600
2d085307
SM
17601 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17602 (pcomplete-unquote-argument): New function.
17603 (pcomplete--common-suffix): Always pay attention to case.
17604 (pcomplete--table-subvert): Quote and unquote the text.
17605 (pcomplete--common-quoted-suffix): New function.
17606 (pcomplete-std-complete): Use it and pcomplete-begin.
17607
955ef430
SM
17608 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17609 we're inside a dedicated or minibuffer window.
17610
7c85c02b
KF
176112009-10-24 Karl Fogel <kfogel@red-bean.com>
17612
17613 * bookmark.el: Update documentation, especially documentation
17614 of `bookmark-alist' and of the bookmark file format.
17615 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17616
3e8ae8a6
CY
176172009-10-24 Chong Yidong <cyd@stupidchicken.com>
17618
3e425845
CY
17619 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17620 keybindings apply to the mail buffer (Bug#4003). Shrink help
17621 window to buffer.
17622
cdd47d48
CY
17623 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17624 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17625 (whitespace-toggle-options, global-whitespace-toggle-options):
17626 Doc fix (Bug#3660).
cdd47d48 17627
ba07c9ad
CY
17628 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17629 of xmltok-start before the end tag was inserted (Bug#2840).
17630
3e8ae8a6
CY
17631 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17632 patterns that are preceded by an open-paren (Bug#1320).
17633
ab276820
CY
176342009-10-24 Sven Joachim <svenjoac@gmx.de>
17635
17636 * files.el (delete-directory): Delete symlinks to directories with
17637 delete-file (Bug#4739).
17638
905a9ed3
DN
176392009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17640
a9a2a6db
DN
17641 * vc.el (vc-backend-for-registration): Rename from
17642 vc-get-backend-for-registration. Update callers.
17643
cc63d28f
SM
17644 * international/mule-cmds.el (set-language-info-alist):
17645 Purecopy lang-env.
905a9ed3
DN
17646 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17647 (charset): Purecopy the name.
17648 (define-char-code-property): Purecopy string arguments.
17649
17650 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17651 Purecopy string arguments.
17652
17653 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17654 * ediff-hook.el (menu-bar-ediff-menu):
17655 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17656 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17657
d270305a
GM
176582009-10-24 Glenn Morris <rgm@gnu.org>
17659
6c74d523 17660 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17661 * term.el (term-dynamic-list-completions): Use choose-completion rather
17662 than obsolete alias mouse-choose-completion.
17663
ae732337
GM
17664 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17665 file-cache-choose-completion.
17666 (file-cache-choose-completion): Handle an optional event argument.
17667 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17668
cc63d28f
SM
17669 * progmodes/octave-mod.el (octave-complete-symbol):
17670 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17671
9847dc91
GM
17672 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17673 use.
17674
e8f2a5d5
GM
17675 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17676 compiler.
17677
d270305a
GM
17678 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17679
c6432f1e
SM
176802009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17683 Ignore `pred' now that we receive one.
17684 Handle test-completion specially.
17685
6ab196f9
DN
176862009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17687
17688 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17689 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17690 REGISTER ...
17691 (vc-get-backend-for-registration): ... here. New function.
17692 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17693 of vc-responsible-backend, pass the file name instead of the
17694 directory name.
17695
48feed59
SM
176962009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17697
17698 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17699 New funs.
17700 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17701 (pcomplete-comint-setup): Don't modify a global var via
17702 accidental side-effects.
17703 (pcomplete-shell-setup): Adjust call accordingly.
17704 (pcomplete-parse-comint-arguments): Use push.
17705
00006066
CY
177062009-10-23 Chong Yidong <cyd@stupidchicken.com>
17707
36bfa3af
CY
17708 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17709 Allow uncapitalized info node names (Bug#3921).
17710
00006066
CY
17711 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17712 to the DEBUG file (Bug#3781).
17713
aa311d6e
CY
177142009-10-23 Jari Aalto <jari.aalto@cante.net>
17715
17716 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17717 dictionary entry (Bug#4579).
17718
b88f2d0a
MA
177192009-10-23 Michael Albinus <michael.albinus@gmx.de>
17720
17721 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17722 from `rfn-eshadow-update-overlay-hook' when unloading.
17723 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17724 "rsyncc". Adjust doc string.
48c2d18a 17725 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17726 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17727 Keep temporary file when indicated by method ("rsync" and
17728 "rsyncc").
17729 (tramp-handle-write-region): Handle APPEND.
17730 (tramp-delete-temp-file-function): New defun. Added to
17731 `kill-buffer-hook'.
17732
1becddbb
JB
177332009-10-23 Juanma Barranquero <lekktu@gmail.com>
17734
17735 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17736
8f43cbf3
DN
177372009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17738
17739 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17740 (color-name-rgb-alist, tty-standard-colors)
17741 (tty-color-mode-alist): Change to defconst.
17742
17743 * simple.el (mark-inactive): Purecopy message.
17744
17745 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17746 (global-map, yank-menu):
17747 * textmodes/ispell.el (ispell-menu-map):
17748 * net/eudc.el (eudc-tools-menu):
17749 * international/mule-cmds.el (describe-language-environment-map)
17750 (setup-language-environment-map, set-coding-system-map)
17751 (mule-menu-keymap):
17752 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17753 * replace.el (occur-mode-map):
17754 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17755
1d228a31
JB
177562009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17757
6a7662bb
BR
17758 * calc/calc.el (math-read-number, math-read-number-simple):
17759 Use `save-match-data'.
1d228a31 17760
3b067af1
SM
177612009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17762
28a90c44
SM
17763 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17764 rather than fiddling with global-map bindings, since it should only
17765 affect per-terminal settings.
17766 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17767
a452eee8
SM
17768 * minibuffer.el (completion-table-with-terminator): Allow to specify
17769 the terminator-regexp.
17770
ab14d7d5
SM
17771 * simple.el (switch-to-completions): Look for *Completions* in other
17772 frames as well.
17773
3b067af1
SM
17774 * pcomplete.el: Allow the use of completion-tables.
17775 (pcomplete-std-complete): New command.
17776 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17777 (pcomplete--here): Use a function for `form' rather than an expression,
17778 so it can be byte-compiled.
17779 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17780 Add edebug declaration.
17781 (pcomplete-show-completions): Remove unused var `curbuf'.
17782 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17783 Don't assume `completions' is a list of strings any more.
3b067af1 17784
5480359e
JB
177852009-10-22 Juanma Barranquero <lekktu@gmail.com>
17786
17787 * find-dired.el (find-name-arg): Fix typo in docstring.
17788
3170b794
SM
177892009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17790
48c23a25
SM
17791 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17792 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17793
56b14058
SM
17794 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17795 pcomplete-entries.
17796
3170b794
SM
17797 * comint.el (comint-read-input-ring, comint-write-input-ring)
17798 (comint-substitute-in-file-name)
17799 (comint-dynamic-complete-as-filename)
17800 (comint-dynamic-simple-complete)
17801 (comint-dynamic-list-filename-completions)
17802 (comint-dynamic-list-completions)
17803 (comint-redirect-results-list-from-process): Minor simplifications.
17804
2affef34
KR
178052009-10-21 Kevin Ryde <user42@zip.com.au>
17806
3170b794
SM
17807 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17808 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17809 the first form. And insert a blank line after ";;; Code" since
d8194864 17810 that's usual style. (Bug#4612)
2affef34 17811
e7b94bbb
KR
17812 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17813
528c56e2
SM
178142009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17815
17816 * minibuffer.el (completion-table-with-terminator): Properly implement
17817 boundaries, in case `terminator' appears in the suffix.
17818 (completion--embedded-envvar-table): Don't return boundaries if
17819 there's no valid completion. Simplify.
17820 (completion-file-name-table): New completion table extracted from
17821 completion--file-name-table.
17822 (completion--file-name-table): Use it.
17823 (read-file-name-predicate): Declare obsolete.
17824 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17825 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17826 completion-file-name-table, and use the `pred' argument.
17827 * files.el (locate-file-completion-table): Use the `pred' arg rather
17828 than read-file-name-predicate.
17829 (abbreviate-file-name): Use \` rather than ^ for BOS.
17830
f9ed9b4f
DN
178312009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17832
17833 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17834 vc-responsible-backend to register, it causes problems.
17835
5f2022a3
SM
178362009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17837
17838 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17839
fc754ea1
MA
178402009-10-21 Michael Albinus <michael.albinus@gmx.de>
17841
17842 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17843 (tramp-smb-handle-file-attributes): Use it.
17844 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17845 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17846 `mapcar'. Use `tramp-smb-get-stat-capability'.
17847 Add `dired-filename' text properties.
fc754ea1
MA
17848 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17849 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17850 version.
17851
79bd5ba1
SM
178522009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17853
17854 * subr.el (read-key-delay): Reduce to 0.01.
17855 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17856 (bug#4751).
17857
3c13704d
SM
178582009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17859
554efd10
SM
17860 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17861
c2a37b78
SM
17862 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17863 (Info-menu): Remove unused vars `last' and `completions'.
17864 (Info-index-nodes): Remove unused var `node'.
17865
3c13704d
SM
17866 * info.el (Info-complete-menu-item): Use complete-with-action.
17867
d1e4c403
DN
178682009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17869
17870 Make vc-annotate work through copies and renames.
3c13704d
SM
17871 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17872 Return the file name too.
d1e4c403
DN
17873 (vc-annotate-revision-at-line)
17874 (vc-annotate-find-revision-at-line)
17875 (vc-annotate-revision-previous-to-line)
17876 (vc-annotate-show-log-revision-at-line): Update to get the file
17877 name from vc-annotate-extract-revision-at-line.
17878 (vc-annotate-show-diff-revision-at-line-internal): Change the
17879 argument to mean whether to show a file diff or not. Get the file
17880 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17881 (vc-annotate-show-diff-revision-at-line):
17882 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17883 (vc-annotate-warp-revision): Add an optional file argument.
17884
17885 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17886 (vc-git-annotate-extract-revision-at-line): Also return the file
17887 name if found.
17888
17889 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17890 command. Remove unused code.
17891 (vc-hg-annotate-re): Update to match --follow output.
17892 (vc-hg-annotate-extract-revision-at-line): Also return the file
17893 name if found.
17894
17895 * vc.el: Update annotate-extract-revision-at-line documentation.
17896
b0b0ef98
KR
178972009-10-18 Kevin Ryde <user42@zip.com.au>
17898
17899 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17900 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17901
a9e7f03d
KR
17902 * net/browse-url.el (browse-url): Identify alist with "consp and
17903 not functionp" and let all other things go down the `apply' leg,
17904 as suggested by Stefan. (Further to bug#4531.)
17905
7346a407
CY
179062009-10-18 Chong Yidong <cyd@stupidchicken.com>
17907
17908 * minibuffer.el (read-file-name): Check for repeat before putting
17909 a default argument in file-name-history (Bug#4657).
17910
17911 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17912 read syntax (Bug#4737).
17913
3c13704d 17914 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17915
1da94541
CY
179162009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17917
17918 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17919 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17920 entries and make note of obsolete tags.
17921
2b93080a
SM
179222009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17923
17924 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17925
18b5ffb5
GM
179262009-10-18 Glenn Morris <rgm@gnu.org>
17927
17928 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17929 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17930 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17931 now, and in any case the file header format has changed.
17932
c2e161b2
GM
179332009-10-17 Glenn Morris <rgm@gnu.org>
17934
17935 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17936 (flyspell-get-word, flyspell-large-region)
17937 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17938
a1eb44f5
CY
179392009-10-17 Chong Yidong <cyd@stupidchicken.com>
17940
17941 * Makefile.in (ELCFILES): Add ede/shell.
17942
4418646e
DN
179432009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17944
17945 * term/common-win.el (x-colors): Purecopy it.
17946
4062011e
SM
179472009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17948
17949 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17950 permissive for when the buffer is empty.
17951 (tar-header-block-tokenize): Decode the username and groupname.
17952 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17953
b0b111c3
JB
179542009-10-17 Eric Ludlam <zappo@gnu.org>
17955
17956 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17957 contains multibyte characters, choose first applicable coding
17958 system automatically.
17959
2df48a87
SM
179602009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17961
17962 * international/mule-cmds.el (select-safe-coding-system): If the file
17963 has a coding cookie, use it regardless of any other setting (bug#4712).
17964
fd7dd48c
GM
179652009-10-17 Glenn Morris <rgm@gnu.org>
17966
3ee0b477 17967 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17968 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17969
2550e4b1
GM
17970 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17971 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17972 (dired-keep-marker-symlink, dired-dwim-target)
17973 (dired-copy-preserve-time): Do not autoload these defcustoms.
17974
fd7dd48c
GM
17975 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17976 messages from messing up the file coding. (Bug#4623)
17977
f3e3a990
GM
179782009-10-17 Jari Aalto <jari.aalto@cante.net>
17979
17980 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17981 if no match is found for the current dictionary. (Bug#4578)
17982
17983 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17984 optional, since that is how it is documented, and this is often called
17985 with a nil argument. (Bug#4577)
17986 (flyspell-external-point-words, flyspell-auto-correct-word)
17987 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17988 (flyspell-word-search-backward): Remove nil argument in calls to
17989 flyspell-get-word, since it is not needed now.
17990
179912009-10-17 Ulrich Mueller <ulm@gentoo.org>
17992
1becddbb 17993 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17994
b61374ab
GM
179952009-10-16 Glenn Morris <rgm@gnu.org>
17996
17997 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17998
412707c2
SM
179992009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
18000
18001 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
18002 (ange-ftp-file-size): New function.
18003 (ange-ftp-file-attributes): Use it.
18004
0c6f436e
MA
180052009-10-16 Michael Albinus <michael.albinus@gmx.de>
18006
18007 * net/tramp-smb.el (tramp-smb-version): New defvar.
18008 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18009 repeated checks.
18010
850bfd04
GM
180112009-10-16 Glenn Morris <rgm@gnu.org>
18012
18013 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18014 Maybe copy some custom properties from old to new name. (Bug#4706)
18015
f3ed9aca
JB
180162009-10-16 Juanma Barranquero <lekktu@gmail.com>
18017
18018 * subr.el (error, sit-for, start-process-shell-command)
18019 (start-file-process-shell-command): Set the calling convention
18020 after the function definition.
18021
fd6c5134
SM
180222009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18023
18024 * subr.el (error, sit-for, start-process-shell-command)
18025 (start-file-process-shell-command): Use the new
18026 set-advertised-calling-convention feature.
18027
73874eb7
KH
180282009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18029
fd6c5134
SM
18030 * international/ucs-normalize.el (ucs-normalize-version):
18031 Change to 1.2.
18032 (check-range): Adjust for Unicode 5.2.
73874eb7 18033
03fb33cf
JL
180342009-10-15 Juri Linkov <juri@jurta.org>
18035
18036 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18037 to the `menu-item' format.
18038
4260b402
MA
180392009-10-15 Michael Albinus <michael.albinus@gmx.de>
18040
18041 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18042 if the environment variable does not exist.
18043
18044 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18045 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18046 parameter.
18047 (tramp-smb-handle-add-name-to-file)
18048 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18049 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18050 (tramp-smb-handle-file-attributes)
18051 (tramp-smb-do-file-attributes-with-stat)
18052 (tramp-smb-handle-file-local-copy)
18053 (tramp-smb-handle-insert-directory)
18054 (tramp-smb-handle-make-directory)
18055 (tramp-smb-handle-make-directory-internal)
18056 (tramp-smb-handle-make-symbolic-link)
18057 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18058 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18059 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18060 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18061 Handle long file names.
18062 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18063 process is running.
18064 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18065 Read share names with "-g" option.
18066
d7a0fd6f
GM
180672009-10-15 Ryan Yeske <rcyeske@gmail.com>
18068
18069 * net/rcirc.el (rcirc-view-log-file): New command.
18070 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18071 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18072 specified.
18073
0b44494a
GM
180742009-10-15 Glenn Morris <rgm@gnu.org>
18075
af9fb32f
GM
18076 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18077 from the second command-line argument.
18078 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18079 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18080 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18081 w32-batch-update-autoloads.
18082 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18083 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18084
0b44494a
GM
18085 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18086 the headers cannot be located. Simplify, subtracting superflous
18087 save-excursions.
18088
d5e63715
SM
180892009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18090
18091 Replace completion-base-size by completion-base-position to fix bugs
18092 such as (bug#4699).
18093 * simple.el (completion-base-position): New var.
18094 (completion-base-size): Mark as obsolete.
18095 (choose-completion): Make it work for mouse events as well.
18096 Pass the new base-position to choose-completion-string.
18097 (choose-completion-guess-base-position): New function, extracted from
18098 choose-completion-delete-max-match.
18099 (choose-completion-delete-max-match): Use it. Make obsolete.
18100 (choose-completion-string): Use the new base-position info.
18101 (completion-root-regexp): Delete.
18102 (completion-setup-function): Preserve completion-base-position.
18103 Eliminate obsolete base-size manipulation.
18104 * minibuffer.el (display-completion-list): Don't mess with base-size.
18105 (minibuffer-completion-help): Set completion-base-position instead.
18106 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18107 choose-completion.
18108 * textmodes/bibtex.el (bibtex-complete):
18109 * emacs-lisp/crm.el (crm--choose-completion-string):
18110 Adjust to new calling convention.
18111 * complete.el (partial-completion-mode): Use minibufferp to avoid
18112 bumping into incompatible change to choose-completion-string-functions.
18113 * ido.el (ido-choose-completion-string): Make its calling convention
18114 more permissive.
18115 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18116 base-size manipulation.
18117 (comint-dynamic-list-input-ring): Use dotimes and push.
18118 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18119 fundamental-mode. Use `or'.
18120
92f8bfc7
JL
181212009-10-14 Juri Linkov <juri@jurta.org>
18122
18123 * misearch.el (multi-isearch-next-buffer-from-list)
18124 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18125
e78e280d
SM
181262009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18127
384ca163
SM
18128 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18129 `bytecomp.el'.
18130
681e0e7c
SM
18131 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18132 string we return is all made up of text from the completions rather
18133 than part from the completions and part from the input (bug#4219).
18134
e78e280d
SM
18135 * ido.el (ido-everywhere): Use define-minor-mode.
18136
18137 * buff-menu.el (list-buffers, ctl-x-map):
18138 Mark the entry points with ;;;###autoload cookies.
18139
b4e813ca
DN
181402009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18141
52964e54
DN
18142 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18143 correctly in the detached head case.
18144 (vc-git-print-log): Remove unused binding.
18145
b4e813ca
DN
18146 * vc.el (vc-responsible-backend): When a directory is passed for
18147 for registration create a VC repository if no backend is
18148 responsible for the directory argument.
18149 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
18150
18151 * vc.el: Move comments about RCS and SCCS ...
18152 * vc-rcs.el:
18153 * vc-sccs.el: ... here, respectively.
18154
40ba9882
SM
181552009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18156
18157 * minibuffer.el (completion--file-name-table): Return nil if there's
18158 no file completion, even if substitute-in-file-name changed
18159 the string (bug#4708).
18160
04e0f59b
JL
181612009-10-13 Juri Linkov <juri@jurta.org>
18162
18163 * files-x.el (read-file-local-variable-value): Don't filter out
18164 minor modes from mode name completion (bug#4664).
18165
314c8e25
JB
181662009-10-13 Juanma Barranquero <lekktu@gmail.com>
18167
18168 * international/mule-cmds.el (ucs-names): Remove exclusion of
18169 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18170
5c9b7d36
KH
181712009-10-13 Kenichi Handa <handa@m17n.org>
18172
18173 * international/uni-name.el: Regenerated.
18174
1e7a80f2
JB
181752009-10-13 Juanma Barranquero <lekktu@gmail.com>
18176
18177 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18178 should be automatically buffer-local, but isn't.)
18179
cd29f88b
SS
181802009-10-12 Sam Steingold <sds@gnu.org>
18181
18182 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 18183 timestamps if the buffer has been visited before.
0cd16af4
SS
18184 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18185 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 18186
37493a98
GM
181872009-10-12 Glenn Morris <rgm@gnu.org>
18188
18189 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18190 Let-bind `size'.
18191
3b56b1e6
JB
181922009-10-12 Juanma Barranquero <lekktu@gmail.com>
18193
7422a4bb
JB
18194 * proced.el (proced-unload-function): New function.
18195
fa72d075
JB
18196 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18197 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18198 Doc fix.
18199
3b56b1e6
JB
18200 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18201
4d9b4323
JL
182022009-10-11 Juri Linkov <juri@jurta.org>
18203
18204 * files-x.el (read-file-local-variable-value):
18205 Provide default value only for bound variables (bug#4664).
18206
f6f7e059
MA
182072009-10-11 Michael Albinus <michael.albinus@gmx.de>
18208
18209 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18210 connection methods like smb.
18211
18212 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18213 can be empty.
18214
18215 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18216 (tramp-smb-file-name-handler-alist): Add handlers for
18217 `add-name-to-file', `make-symbolic-link'.
18218 (tramp-smb-handle-add-name-to-file)
2992485f 18219 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
18220 (tramp-smb-handle-make-symbolic-link)
18221 (tramp-smb-get-cifs-capabilities): New defuns.
18222 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18223 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18224 (tramp-smb-handle-file-local-copy)
18225 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
18226 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18227 The file name syntax depends on cifs capabilities.
18228 (tramp-smb-handle-file-attributes):
18229 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18230 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18231 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 18232
67868d26
CY
182332009-10-11 Chong Yidong <cyd@stupidchicken.com>
18234
18235 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18236 (eieio-defclass): Apply deftype handler and setf-method properties
18237 directly.
18238 (eieio-add-new-slot): Avoid union function from cl library.
18239 (eieio--typep): New function.
18240 (eieio-perform-slot-validation): Use it.
18241
6d6a5b7e
KF
182422009-10-10 Karl Fogel <kfogel@red-bean.com>
18243
3b56b1e6 18244 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
18245 Update documentation to refer to the variables documented in r1.135.
18246 (Bug#4188)
18247
67b70de9
KF
182482009-10-10 Karl Fogel <kfogel@red-bean.com>
18249
18250 * bookmark.el (Info-suffix-list): Remove this unused variable.
18251 (bookmark-current-point): Remove this obsolete variable.
18252 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18253 Adjust for removal of bookmark-current-point.
18254
18255 (bookmarks-already-loaded, bookmark-current-buffer)
18256 (bookmark-yank-point): Document. (Bug#4188)
18257
58ae51ae
GM
182582009-10-10 Glenn Morris <rgm@gnu.org>
18259
4619ff5e
GM
18260 * frame.el (frame-height): Doc fix.
18261
58ae51ae
GM
18262 * calendar/calendar.el (calendar-split-width-threshold): New option.
18263 (calendar-basic-setup): Use calendar-split-width-threshold.
18264
d364386c
JB
182652009-10-09 Juanma Barranquero <lekktu@gmail.com>
18266
18267 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18268 Ideographic Supplement" range (U+1F200..U+1F2FF).
18269
33e97a28
KF
182702009-10-09 Karl Fogel <kfogel@red-bean.com>
18271
02d0f051 18272 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18273 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18274
182752009-10-09 Karl Fogel <kfogel@red-bean.com>
18276
d364386c 18277 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18278 (bookmark-bmenu-execute-deletions): Don't save here, as
18279 bookmark-delete will now do so if necessary.
d364386c 18280 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18281 (Bug#4348)
18282
9656d87b
GM
182832009-10-09 Glenn Morris <rgm@gnu.org>
18284
18285 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18286
e6227f06
KF
182872009-10-09 Karl Fogel <kfogel@red-bean.com>
18288
18289 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18290 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18291 argument now, so the two function's behaviors will match. (Bug#3645)
18292
288f783b
MA
182932009-10-08 Michael Albinus <michael.albinus@gmx.de>
18294
18295 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18296 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18297 Apply `save-match-data'.
288f783b
MA
18298
18299 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18300 case both directories are remote.
18301 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18302 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18303
872a1ea4
JB
183042009-10-07 Juanma Barranquero <lekktu@gmail.com>
18305
18306 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18307
ab2baced
GM
183082009-10-07 Glenn Morris <rgm@gnu.org>
18309
e78e280d
SM
18310 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18311 of concat.
ab2baced 18312
5c4634c1
SM
183132009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18314
18315 * files-x.el (read-file-local-variable): Include some
18316 non-user-variables in the completion table (bug#4664).
18317
c2dc9732
MA
183182009-10-07 Michael Albinus <michael.albinus@gmx.de>
18319
18320 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18321 message.
18322
18323 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18324 (tramp-smb-file-name-handler-alist): Add handler for
18325 `copy-directory', `expand-file-name', `set-file-modes'.
18326 (tramp-smb-handle-copy-directory)
18327 (tramp-smb-handle-expand-file-name)
18328 (tramp-smb-handle-set-file-modes): New defuns.
18329 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18330 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18331 entry.
18332 (tramp-smb-handle-insert-directory): Don't flush the cache.
18333 (tramp-smb-maybe-open-connection): Check for samba client and
18334 server versions.
18335
11be40a6
EZ
183362009-10-07 Eli Zaretskii <eliz@gnu.org>
18337
18338 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18339 to not error out of search for "^lisp=" fails.
18340
8c4afe20
JB
183412009-10-07 Juanma Barranquero <lekktu@gmail.com>
18342
18343 * makefile.w32-in (WINS_UPDATES): New macro.
18344 (custom-deps, finder-data, autoloads): Use it.
18345
429a1506
GM
183462009-10-07 Glenn Morris <rgm@gnu.org>
18347
ee2e93e2
GM
18348 * Makefile.in (autoloads): Revert previous change.
18349 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18350 the list of preloaded files passed on the command-line, get
18351 it from src/Makefile.
18352
429a1506
GM
18353 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18354 show the original buffer rather than a random one.
18355
a51203ee 183562009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18357
18358 * help.el (describe-no-warranty): Place point in a slightly better
18359 position in the GPLv3 text.
18360
f58f7520
SS
183612009-10-06 Sam Steingold <sds@gnu.org>
18362
18363 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18364 the comm attribute is present before calling regexp-quote.
18365
bde79dc0
JB
183662009-10-06 Juanma Barranquero <lekktu@gmail.com>
18367
18368 * play/animate.el (animate-string): For good effect, make sure
18369 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18370
18371 * play/animate.el (animate-sequence, animate-birthday-present):
18372 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18373
25ab0302
GM
183742009-10-06 Glenn Morris <rgm@gnu.org>
18375
73fe714a
GM
18376 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18377
3405d98c
GM
18378 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18379 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18380 (batch-update-autoloads): Process a string value of autoload-excludes,
18381 set during the build process.
18382 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18383
9fb2cdc5
GM
18384 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18385 inside with-parsed... macro so that `v' is defined.
18386
7938ab41
GM
18387 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18388 * progmodes/fortran.el (fortran-end-of-block)
18389 (fortran-beginning-of-block):
18390 Also push mark in the macro case.
18391
eaf9b564
GM
18392 * emerge.el (emerge-show-file-name):
18393 * calc/calc.el (calc-quit):
18394 * calc/calc-misc.el (calc-big-or-small):
18395 * calc/calc-graph.el (calc-graph-view):
18396 * calc/calc-ext.el (calc-reset):
18397 * calendar/calendar.el (calendar-basic-setup):
18398 Use window-full-height-p.
18399
25ab0302
GM
18400 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18401 header we don't understand, don't insert another. (Bug#4624)
18402 If changing mime charset, insert the new one in the right place.
18403
00169eb6
GM
184042009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18405
18406 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18407 (cal-tex-cursor-month): Correctly increment the end date for diary and
18408 holiday listing. (Bug#4626)
18409
82882188
SM
184102009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18411
40ba9882 18412 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18413 a symbol.
18414
a8f316ca
JB
184152009-10-05 Juanma Barranquero <lekktu@gmail.com>
18416
18417 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18418 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18419 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18420 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18421
18422 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18423 (eieio-default-superclass): Reflow docstrings.
18424 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18425 (eieio-unbind-method-implementations, defmethod)
18426 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18427 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18428 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18429 (eieio-slot-originating-class-p, eieio-slot-name-index)
18430 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18431 (constructor, initialize-instance, no-next-method, object-print)
18432 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18433 Fix typos in docstrings.
18434 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18435 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18436 (next-method-p): Doc fixes.
18437 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18438 Fix typos in error messages.
18439 (eieio-defmethod): Fix typo in description of generic method.
18440
18441 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18442 (eieio-persistent-save-interactive, slot-missing):
18443 Fix typos in docstrings.
18444 (eieio-instance-inheritor-slot-boundp): Doc fix.
18445
18446 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18447 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18448
18449 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18450 (eieio-custom-object-apply-reset):
18451 Fix typos in docstrings and error messages.
18452
18453 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18454 Fix typo in docstring.
18455
18456 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18457 (eieio-browse-tree): Doc fix.
18458 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18459 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18460 Fix typos in docstrings.
18461
18462 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18463 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18464 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18465 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18466 Reflow docstrings.
18467
c66b7ac0
DN
184682009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18469
4a827e0a 18470 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18471 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18472 Set log-view-vc-backend so that diff can work.
4a827e0a 18473
c66b7ac0
DN
18474 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18475 vc-version-diff.
18476 (vc-diff-internal): Autoload this instead of vc-version-diff.
18477
1902a98c
EZ
184782009-10-05 Eli Zaretskii <eliz@gnu.org>
18479
a7a8618b
EZ
18480 * simple.el (eval-expression): Doc fix.
18481
1902a98c
EZ
18482 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18483
0e1f2ee6
MA
184842009-10-05 Michael Albinus <michael.albinus@gmx.de>
18485
18486 * files.el (directory-files-no-dot-files-regexp): New defconst.
18487 (delete-directory): Use it.
18488 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18489
263c02ef 18490 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18491 (tramp-methods): Add recursive option to `tramp-copy-args'.
18492 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18493 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18494 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18495 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18496 Add handler for `copy-directory'.
18497 (tramp-handle-copy-directory): New defun.
18498 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18499 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18500 Optimize sent command.
263c02ef 18501
72aa7df4
SM
185022009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18503
4a34f065
SM
18504 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18505 window if necessary.
18506
72aa7df4
SM
18507 * calendar/calendar.el (calendar-basic-setup): Don't call
18508 switch-to-buffer in a dedicated window.
18509
5feb1ba7
KF
185102009-10-05 Karl Fogel <kfogel@red-bean.com>
18511
18512 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18513 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18514 (bookmark-error-no-filename): New error.
18515 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18516 bookmark has no file. Don't even attempt to handle things that
18517 are not files; the whole point of custom handlers is to keep that
18518 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18519 (bookmark-file-or-variation-thereof): Remove now-unused function.
18520 (bookmark-location): Doc string fix.
18521 (Bug#4250)
18522
1bd49952
KF
185232009-10-04 Karl Fogel <kfogel@red-bean.com>
18524
18525 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18526 don't use a file dialog, because they usually don't know how to read
18527 a directory target from the user. (Bug#4230)
18528 Also, make sure the prompt can display directories as well as files.
18529
825382c0
KF
185302009-10-04 Karl Fogel <kfogel@red-bean.com>
18531
18532 * bookmark.el (bookmark-set, bookmark-buffer-name):
18533 Improve doc strings. (Bug#1193)
18534
13901bcb
KF
185352009-10-04 Karl Fogel <kfogel@red-bean.com>
18536
4a34f065
SM
18537 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18538 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18539 (bookmark-get-annotation, bookmark-set-annotation)
18540 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18541 (bookmark-set-position, bookmark-get-front-context-string)
18542 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18543 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18544 (bookmark-jump-other-window, bookmark-handle-bookmark)
18545 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18546 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18547 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18548 Improve doc strings to say whether bookmark can be a string or
18549 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18550 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18551 (bookmark-default-annotation-text, bookmark-yank-word)
18552 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18553 (bookmark-import-new-list, bookmark-maybe-rename)
18554 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18555 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18556 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18557 add a FIXME comment about how the function may be pointless.
13901bcb 18558 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18559 parameter name, to clarify that this takes a bookmark record
18560 not a bookmark name.
13901bcb 18561 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18562 and improve the doc string a bit.
13901bcb
KF
18563 (Bug#4188)
18564
5c1b3e94
KF
185652009-10-04 Karl Fogel <kfogel@red-bean.com>
18566
18567 * bookmark.el (bookmark-alist): Document the new `handler' element
18568 in the param alist.
18569 (bookmark-make-record-function): Adjust documentation for above.
18570 (Bug#4193)
18571
8559076d
KF
185722009-10-04 Karl Fogel <kfogel@red-bean.com>
18573
18574 * info.el (Info-bookmark-make-record): Document this function.
18575 (Info-bookmark-jump): Document with a doc string, not just a comment.
18576 (Bug#4203)
18577
b4583b8c
MA
185782009-10-04 Michael Albinus <michael.albinus@gmx.de>
18579
18580 * files.el (copy-directory): New defun.
18581
18582 * dired-aux.el (dired-copy-file-recursive): Use it.
18583
131ae8f2
JB
185842009-10-04 Juanma Barranquero <lekktu@gmail.com>
18585
a30e71ae 18586 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18587 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18588 docstrings.
a30e71ae 18589
131ae8f2
JB
18590 * recentf.el (recentf-unload-function): New function.
18591
ccafbf06
GM
185922009-10-04 Glenn Morris <rgm@gnu.org>
18593
18594 * window.el (window-full-height-p): Add doc string.
18595
02c6f098
GM
185962009-10-04 Martin Rudalics <rudalics@gmx.at>
18597
18598 * window.el (window-full-height-p): New function. (Bug#4543)
18599
ed6b0195
DN
186002009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18601
18602 * vc.el: Remove commented out code.
18603 (vc-derived-from-dir-mode): Remove, unused.
18604 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18605
1b8d1cc7
MA
186062009-10-03 Michael Albinus <michael.albinus@gmx.de>
18607
4a34f065
SM
18608 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18609 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18610 there could be recursive loading when `default-directory' is a
18611 remote file name. (Bug#4614)
18612
ac3c593c
GM
186132009-10-03 Glenn Morris <rgm@gnu.org>
18614
686ea556
GM
18615 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18616 the frame is wide.
18617 (calendar-generate-window): Test for shrinkability rather than width.
18618
ac3c593c
GM
18619 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18620 reusing existing buffers, in case we happen to visit two files with the
18621 same basename. (Bug#4593)
18622
573709fd
EZ
186232009-10-02 Eli Zaretskii <eliz@gnu.org>
18624
4a34f065 18625 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18626 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18627 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18628 subdirs of cedet as well.
8f885d01 18629 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18630
8d6c1239
SM
186312009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18632
18633 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18634 Obey advertised-signature-table.
18635
18636 * help-fns.el (help-function-arglist): Don't check
18637 advertised-signature-table.
18638 (describe-function-1): Do it here instead so it also applies to subrs.
18639
c4861de0
MA
186402009-10-02 Michael Albinus <michael.albinus@gmx.de>
18641
18642 * simple.el (start-file-process): Say in the doc-string, that file
18643 handlers might not support pty association, if PROGRAM is nil.
18644
18645 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18646 HOST and USER are strings. They are nil, when there are
18647 incomplete entries in ~/.netrc, for example.
18648 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18649 root directory ("device busy" error otherwise).
18650
8d6c1239
SM
18651 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18652 Flush file properties of created directory.
c4861de0 18653
d2bda74f
EZ
186542009-10-02 Eli Zaretskii <eliz@gnu.org>
18655
18656 * makefile.w32-in (WINS_BASIC): Remove cedet.
18657 (WINS_CEDET): Add cedet.
18658 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18659
895d1904
GM
186602009-10-02 Kevin Ryde <user42@zip.com.au>
18661
18662 * net/browse-url.el (browse-url): Pass any symbol in
18663 browse-url-browser-function to `apply', since if you've mistakenly put
18664 an unbound symbol then the error is clearer. (Bug#4531)
18665
32226619
JB
186662009-10-02 Juanma Barranquero <lekktu@gmail.com>
18667
18668 * allout.el (allout-init, allout-back-to-current-heading)
18669 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18670 (allout-ascend, allout-up-current-level, allout-end-of-level)
18671 (allout-previous-visible-heading, allout-forward-current-level)
18672 (allout-backward-current-level, allout-show-children):
18673 * apropos.el (apropos-describe-plist):
18674 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18675 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18676 * completion.el (add-completion, add-permanent-completion):
18677 * descr-text.el (describe-text-category, describe-char):
18678 * desktop.el (desktop-lazy-abort):
18679 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18680 * dired.el (dired-build-subdir-alist):
18681 * ediff.el (ediff-version):
18682 * elide-head.el (elide-head, elide-head-show):
18683 * emerge.el (emerge-version):
18684 * env.el (getenv):
18685 * face-remap.el (variable-pitch-mode):
18686 * faces.el (describe-face):
18687 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18688 (dired-at-point):
18689 * files.el (find-file-existing, auto-save-mode):
18690 * font-lock.el (font-lock-fontify-buffer):
18691 * help-fns.el (describe-function, describe-variable)
18692 (describe-syntax, describe-categories):
18693 * help.el (view-lossage, describe-bindings, describe-key)
18694 (describe-mode):
18695 * hexl.el (hexl-current-address):
18696 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18697 * info.el (Info-goto-emacs-key-command-node):
18698 * log-edit.el (log-edit-insert-cvs-template)
18699 (log-edit-insert-cvs-rcstemplate):
18700 * menu-bar.el (menu-bar-mode):
18701 * mouse.el (mouse-appearance-menu):
18702 * newcomment.el (comment-indent-new-line):
18703 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18704 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18705 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18706 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18707 * recentf.el (recentf-mode):
18708 * savehist.el (savehist-mode, savehist-save):
18709 * shadowfile.el (shadow-copy-files):
18710 * simple.el (kill-ring-save, next-line, previous-line)
18711 (normal-erase-is-backspace-mode):
18712 * strokes.el (strokes-update-window-configuration)
18713 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18714 (strokes-xpm-for-stroke):
18715 * time.el (emacs-uptime, emacs-init-time):
18716 * tutorial.el (tutorial--describe-nonstandard-key)
18717 (tutorial--detailed-help):
18718 * type-break.el (type-break-mode)
18719 (type-break-mode-line-message-mode, type-break-query-mode)
18720 (type-break-guesstimate-keystroke-threshold):
18721 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18722 * version.el (emacs-version):
18723 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18724 * winner.el (winner-mode):
18725 * calendar/timeclock.el (timeclock-in, timeclock-out)
18726 (timeclock-status-string, timeclock-change)
18727 (timeclock-workday-remaining-string)
18728 (timeclock-workday-elapsed-string)
18729 (timeclock-when-to-leave-string):
18730 * calendar/todo-mode.el (todo-add-category):
18731 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18732 * emacs-lisp/autoload.el (update-file-autoloads):
18733 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18734 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18735 (checkdoc-message-text, checkdoc-defun):
18736 * emacs-lisp/debug.el (debugger-list-functions):
18737 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18738 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18739 (eieio-describe-generic):
18740 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18741 * emacs-lisp/shadow.el (list-load-path-shadows):
18742 * emulation/cua-base.el (cua-mode):
18743 * emulation/edt.el (edt-set-scroll-margins):
18744 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18745 (tpu-toggle-regexp, tpu-toggle-search-direction)
18746 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18747 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18748 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18749 (viper-set-parsing-style-toggling-macro)
18750 (viper-set-emacs-state-searchstyle-macros):
18751 * emulation/viper.el (viper-set-hooks):
18752 * eshell/esh-mode.el (eshell-truncate-buffer):
18753 * international/mule-cmds.el (prefer-coding-system)
18754 (describe-input-method, describe-language-environment):
18755 * international/mule-diag.el (list-character-sets)
18756 (describe-character-set, describe-coding-system)
18757 (describe-fontset, list-fontsets, list-input-methods):
18758 * mail/sendmail.el (mail-signature):
18759 * net/ange-ftp.el (ange-ftp-copy-file):
18760 * net/browse-url.el (browse-url):
18761 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18762 * net/quickurl.el (quickurl-add-url):
18763 * net/rcirc.el (names, topic):
18764 * net/xesam.el (xesam-mode):
18765 * play/5x5.el (5x5-new-game):
18766 * play/yow.el (apropos-zippy):
18767 * progmodes/ada-mode.el (ada-mode-version):
18768 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18769 (f90-end-of-block)
18770 (f90-beginning-of-block):
18771 * progmodes/fortran.el (fortran-end-of-block)
18772 (fortran-beginning-of-block):
18773 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18774 * progmodes/python.el (python-describe-symbol, python-shell):
18775 * term/ns-win.el (ns-print-buffer):
18776 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18777 * textmodes/flyspell.el (flyspell-mode-on):
18778 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18779 (pages-directory-for-addresses):
18780 * textmodes/table.el (table-recognize-cell)
18781 (table-query-dimension, table-generate-source)
18782 (table-insert-sequence, table--warn-incompatibility):
18783 * textmodes/tex-mode.el (tex-validate-buffer):
18784 * textmodes/texinfmt.el (texinfmt-version)
18785 (texinfo-format-buffer):
18786 Use `called-interactively-p' instead of `interactive-p'.
18787
12a3c28c
JB
187882009-10-02 Juanma Barranquero <lekktu@gmail.com>
18789
18790 * image-mode.el (image-toggle-display):
18791 * emacs-lisp/elp.el (elp-instrument-function):
18792 * emacs-lisp/advice.el (ad-make-advised-definition):
18793 * emacs-lisp/easy-mmode.el (define-minor-mode):
18794 * net/browse-url.el (browse-url-maybe-new-window):
18795 * progmodes/sh-script.el (sh-learn-buffer-indent):
18796 Pass new argument 'any to `called-interactively-p'.
18797
171fda8a
JB
187982009-10-01 Juanma Barranquero <lekktu@gmail.com>
18799
171fda8a
JB
18800 * international/uni-bidi.el:
18801 * international/uni-category.el:
18802 * international/uni-combining.el:
18803 * international/uni-comment.el:
18804 * international/uni-decimal.el:
9c3c9fdf 18805 * international/uni-decomposition.el:
171fda8a
JB
18806 * international/uni-digit.el:
18807 * international/uni-lowercase.el:
18808 * international/uni-mirrored.el:
18809 * international/uni-name.el:
18810 * international/uni-numeric.el:
18811 * international/uni-old-name.el:
18812 * international/uni-titlecase.el:
18813 * international/uni-uppercase.el:
18814 Regenerate from Unicode 5.2.0 data.
18815
dcb9734a
GM
188162009-10-01 Glenn Morris <rgm@gnu.org>
18817
18818 * Makefile.in (ELCFILES): Regenerate.
18819
ced10a4c
SM
188202009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18821
9d28c33e
SM
18822 * subr.el (interactive-p): Mark obsolete.
18823 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18824 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18825 advertised-signature-table for subroutines as well.
18826
ced10a4c
SM
18827 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18828 (set-advertised-calling-convention): New function.
18829 (make-obsolete, define-obsolete-function-alias)
18830 (make-obsolete-variable, define-obsolete-variable-alias):
18831 Make the optional-ness of `when' obsolete.
18832 (define-obsolete-face-alias): Make `when' non-optional.
18833 * help-fns.el (help-function-arglist):
18834 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18835 Use advertised-signature-table.
18836
cc3dda16
MA
188372009-10-01 Michael Albinus <michael.albinus@gmx.de>
18838
18839 * files.el (delete-directory): New defun. The original function
18840 in fileio.c has been renamed to `delete-directory-internal'.
18841
18842 * dired.el (dired-delete-file): Call `delete-directory' with
18843 RECURSIVE parameter.
18844
5ce6e4f4 18845 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18846 parameter RECURSIVE. Implementation is missing.
18847
18848 * net/tramp.el (tramp-handle-make-directory): Flush upper
18849 directory's file properties.
ced10a4c 18850 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18851 (tramp-handle-dired-recursive-delete-directory): Flush directory
18852 properties after the remove command only.
18853
ced10a4c
SM
18854 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18855 Handle optional parameter RECURSIVE.
cc3dda16 18856
ced10a4c
SM
18857 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18858 Handle optional parameter RECURSIVE.
cc3dda16
MA
18859
18860 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18861 connection timeout.
18862 (tramp-smb-handle-delete-directory): Handle optional parameter
18863 RECURSIVE.
18864
cf885595
SM
188652009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18866
e3a6b82f
SM
18867 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18868 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18869 (byte-compile-defmacro): Use backquotes.
18870
7201bfbb
SM
18871 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18872
cf885595
SM
18873 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18874 has no associated file.
18875 (vc-resynch-buffer): Use vc-dir-buffers.
18876
a4d2c321
GM
188772009-10-01 Glenn Morris <rgm@gnu.org>
18878
9ffe3f52
GM
18879 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18880 (chart-file-count):
18881 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18882 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18883 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18884 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18885 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18886 (eieio-copy-parents-into-subclass, make-instance, class-children)
18887 (eieio-generic-form):
bd2afec2 18888
9515cdcc
GM
18889 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18890 match-data. (Bug#4555).
18891
a4d2c321
GM
18892 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18893 rather than parsing it as a regexp. This relaxes the layout
18894 requirements and makes errors easier to detect.
18895 (check-declare-verify): Check file is regular.
18896 (check-declare-directory): Doc fix.
18897 * subr.el (declare-function): Doc fix.
18898
b15c31c7
GM
18899 * ibuffer.el (ibuffer-format-qualifier):
18900 * isearch.el (hi-lock-regexp-okay):
18901 * calc/calc.el (math-zerop):
18902 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18903 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18904 Remove unused declarations.
18905
b0b111c3
JB
189062009-09-30 Eric Ludlam <zappo@gnu.org>
18907
18908 * emacs-lisp/eieio.el (boolean-p): Delete.
18909
1fc28a2c
GM
189102009-09-30 Glenn Morris <rgm@gnu.org>
18911
1fc28a2c
GM
18912 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18913
494f4fc7
GM
18914 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18915 filename is not a string.
18916
561580e9
CY
189172009-09-29 Chong Yidong <cyd@stupidchicken.com>
18918
18919 * files.el (safe-local-eval-forms): Fix typo.
18920
dcbbecd4
SM
189212009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * vc-hooks.el (vc-dir-buffers): New var.
18924 (vc-state-refresh): New function.
18925 (vc-state): Use it.
18926 (vc-after-save): Always ask the backend to recompute the new state.
18927 Always call vc-dir if necessary, using vc-dir-buffers.
18928 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18929 Use vc-dir-buffers.
18930 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18931 (vc-dir-prepare-status-buffer, vc-dir-update)
18932 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18933 Don't call expand-file-name on default-directory.
18934
d88444f2
JB
189352009-09-29 Juanma Barranquero <lekktu@gmail.com>
18936
18937 * speedbar.el (speedbar-item-delete):
18938 * calc/calc-prog.el (calc-kbd-if):
18939 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18940
18941 * epa.el (epa-key-list-mode-map):
18942 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18943
18944 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18945 (hs-show-hook): Fix typo in docstring.
18946
5da62d41
GM
189472009-09-29 Glenn Morris <rgm@gnu.org>
18948
8360fce0
GM
18949 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18950 file-name-nondirectory call preventing location of cedet files.
18951 (check-declare-verify): Use literal search rather than re-search.
ae715515 18952 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18953
18954 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18955 Use tramp-compat-file-attributes rather than nonexistent
18956 tramp-compat-handle-file-attributes.
18957
5da62d41
GM
18958 * Makefile.in (lisptagsfiles4): New.
18959 (AUTOGENEL): Add cedet loaddefs files.
18960 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18961 (update-elclist, compile-always, backup-compiled-files)
18962 (bootstrap-clean): Add yet another directory level.
18963 (update-elclist): Use LC_COLLATE rather than COLLATE.
18964 (ELCFILES): Update, via `make update-elclist'.
18965
48267264
JB
189662009-09-29 Juanma Barranquero <lekktu@gmail.com>
18967
18968 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18969 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18970 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18971
2c4cd0b0
AS
189722009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18973
18974 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18975 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18976 (update-elclist): Add third directory level to look for elc files.
18977 (compile-always): Likewise.
18978 (backup-compiled-files): Likewise.
18979 (bootstrap-clean): Likewise.
18980 (ELCFILES): Update.
18981
a2533e47
CY
189822009-09-28 Chong Yidong <cyd@stupidchicken.com>
18983
18984 * Makefile.in (ELCFILES): Add CEDET files.
18985
eefbedb1
MA
189862009-09-28 Michael Albinus <michael.albinus@gmx.de>
18987
18988 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18989
18990 * net/tramp.el (top): Require tramp-imap.
18991
18992 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18993 Use `tramp-compat-handle-file-attributes'.
18994
189952009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18996
18997 * net/tramp-imap.el: New package.
18998
b0b111c3
JB
189992009-09-28 Eric Ludlam <zappo@gnu.org>
19000
19001 * emacs-lisp/chart.el:
19002 * emacs-lisp/eieio-base.el:
19003 * emacs-lisp/eieio-comp.el:
19004 * emacs-lisp/eieio-custom.el:
19005 * emacs-lisp/eieio-datadebug.el:
19006 * emacs-lisp/eieio-opt.el:
19007 * emacs-lisp/eieio-speedbar.el:
19008 * emacs-lisp/eieio.el: New files.
19009
748e3d67
VJL
190102009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19011
19012 * whitespace.el (whitespace-trailing-regexp)
19013 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19014 Fix doc string.
19015
15120dec
CY
190162009-09-27 Chong Yidong <cyd@stupidchicken.com>
19017
19018 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19019 menu.
19020
19021 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19022 menu-bar-ediff-menu.
19023
19024 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19025 define-overloadable-function.
19026
19027 * progmodes/autoconf.el: Provide autoconf as well, so that this
19028 file can be `require'd.
19029
19030 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19031
19032 * emacs-lisp/autoload.el (generated-autoload-feature)
19033 (generated-autoload-load-name): New vars.
19034 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19035 (make-autoload): Recognize define-overloadable-function and
19036 defclass forms (for EIEIO).
19037
19038 * Makefile.in (update-subdirs): Exclude cedet directory.
19039
135abf91
AR
190402009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19041
1becddbb 19042 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
19043
19044 * faces.el: Default light-background background for region face to
19045 ns_selection_color under NS.
19046
3d994264
TZ
190472009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19048
19049 * net/imap-hash.el: New library, see NEWS.
19050
19051 * Makefile.in (ELCFILES): Add imap-hash.el.
19052
ce9a0ccb
SM
190532009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19054
19055 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19056 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19057 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19058 definition where the docstring could be taken for the return value.
19059
a92cdd49
GM
190602009-09-26 Glenn Morris <rgm@gnu.org>
19061
19062 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19063 Add option to only show images below a certain size.
19064 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19065 save-excursion calls.
19066
416ac2f1
EZ
190672009-09-26 Eli Zaretskii <eliz@gnu.org>
19068
19069 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19070 subdirectories) and eieio.
19071
d9a13f68
AM
190722009-09-26 Alan Mackenzie <acm@muc.de>
19073
6a7662bb
BR
19074 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19075 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
19076
19077 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 19078 character constants (as case labels). (Bug#4289)
d9a13f68 19079
182b3bec
CY
190802009-09-25 Juri Linkov <juri@jurta.org>
19081
19082 * files.el (safe-local-eval-forms): Allow time-stamp in
19083 before-save-hook (Bug#4554).
19084
8f75f2da
JB
190852009-09-25 Drew Adams <drew.adams@oracle.com>
19086
19087 * menu-bar.el (list-buffers-directory): Doc fix.
19088
8390fb80
SM
190892009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19090
19091 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19092 Try and avoid copying twice the same paragraph.
19093 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19094 Remove save-excursion.
19095 (log-edit-changelog-entry): Do it here instead.
19096
11ee8d90
JB
190972009-09-25 Juanma Barranquero <lekktu@gmail.com>
19098
027b1942
JB
19099 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19100 when available, instead of hardcoding mode names. Doc fix.
19101
11ee8d90
JB
19102 * menu-bar.el (list-buffers-directory): Add docstring.
19103 Make automatically buffer-local.
19104
19105 * dired.el (dired-mode):
19106 * files.el (cd-absolute):
19107 * pcvs.el (cvs-temp-buffer):
19108 * pcvs-util.el (cvs-get-buffer-create):
19109 * shell.el (shell-mode):
19110 * vc-dir.el (vc-dir-mode):
19111 Don't make `list-buffers-directory' buffer local.
19112
21289c5d
CY
191132009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19114
8390fb80
SM
19115 * comint.el (comint-exec, comint-run, make-comint):
19116 Doc fixes (Bug#4542).
21289c5d 19117
e8652dd9
GM
191182009-09-25 Glenn Morris <rgm@gnu.org>
19119
19120 * mail/rmailmm.el (rmail-mime): New custom group.
19121 Move all defcustoms in this file into this group.
19122 (rmail-mime-media-type-handlers-alist): Revert previous change.
19123 (rmail-mime-show-images): New option.
19124 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19125 references to it, since it wasn't actually used for anything.
19126 (rmail-mime-insert-image): New function.
19127 (rmail-mime-image): Use rmail-mime-insert-image.
19128 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
19129 obey the value of `rmail-mime-show-images' option. Print the size of
19130 attachments.
e8652dd9 19131
fb652bb5
JB
191322009-09-25 David Engster <deng@randomsample.de>
19133
19134 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19135
32a9841c
VJL
191362009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19137
19138 * whitespace.el: Does not highlight trailing spaces While point is
19139 at end of line. Does not highligt spaces at beginning of buffer
19140 while point is at beginning of buffer. Does not highlight spaces
19141 at end of buffer while point is at end of buffer. (Bug#4177)
19142 New version 12.0.
19143 (whitespace-display-mappings): Adjust initialization.
19144 (whitespace-point, whitespace-font-lock-refontify): New vars.
19145 (whitespace-color-on, whitespace-color-off): Adjust code.
19146 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19147 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19148 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19149
e477ca84
CY
191502009-09-24 Chong Yidong <cyd@stupidchicken.com>
19151
19152 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19153
19154 * textmodes/sgml-mode.el: Remove xml-mode alias.
19155
19156 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 19157 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 19158
68712602
AM
191592009-09-24 Alan Mackenzie <acm@muc.de>
19160
19161 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19162 c-forward-conditionals, but it doesn't move point and doesn't set
19163 the mark.
19164 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19165 (c-down-conditional-with-else, c-backward-conditional)
19166 (c-forward-conditional): Refactor to use c-scan-conditionals.
19167
1659ada0
JB
191682009-09-24 Juanma Barranquero <lekktu@gmail.com>
19169
19170 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19171 (help-default-arg-highlight): Remove.
19172 (help-highlight-arg): New function.
19173 (help-do-arg-highlight): Use it.
19174 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19175
b3f01e46
SM
191762009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19177
19178 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19179 Undo last change, which didn't fix the problem and introduced others.
19180
107ef54a
NR
191812009-09-24 Nick Roberts <nickrob@snap.net.nz>
19182
19183 * progmodes/gdb-mi.el: Don't require speedbar.
19184 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19185
ffa1fed6
GM
191862009-09-24 Glenn Morris <rgm@gnu.org>
19187
2157a2be
GM
19188 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19189
6125167c
GM
19190 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19191
ffa1fed6
GM
19192 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19193 there is no newline after the final mime boundary. (Bug#4539)
19194 Move markers on insertion so that any buttons inserted don't end up in
19195 the next part of a multipart message.
2e9075d3
GM
19196 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19197 (rmail-mime-bulk-handler): Optionally handle images.
19198 (rmail-mime-image): New button action.
19199 (rmail-mime-image-handler): New function.
19200 (rmail-mime-mode): New mode.
19201 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 19202
4a814992
SM
192032009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19204
075518b5
SM
19205 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19206 than just dropping elements from it (bug#4504).
19207
8ad2defc
SM
19208 * term.el (term-set-scroll-region): Don't move cursor any more.
19209 (term-handle-ansi-escape): Call term-goto here instead.
19210 Suggested by Ivan Kanis <apple@kanis.eu>.
19211
4a814992
SM
19212 * term.el: Require CL.
19213 (term-ansi-reset): New function.
19214 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19215 (term-handle-colors-array): Simplify.
19216
5a0c3f56
JB
192172009-09-24 Juanma Barranquero <lekktu@gmail.com>
19218
19219 * allout.el (allout-overlay-interior-modification-handler)
19220 (allout-obtain-passphrase):
19221 * epa-file.el (epa-file-write-region):
19222 * ps-print.el (ps-begin-job):
19223 * vc-hooks.el (vc-toggle-read-only):
19224 * vc-rcs.el (vc-rcs-rollback):
19225 * vc-sccs.el (vc-sccs-rollback):
19226 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19227 (vc-version-diff, vc-revert, vc-rollback):
19228 * wdired.el (wdired-check-kill-buffer):
19229 * emacs-lisp/authors.el (authors):
19230 * net/socks.el (socks-open-connection):
19231 * net/zeroconf.el (zeroconf-service-add-hook):
19232 * obsolete/vc-mcvs.el (vc-mcvs-register):
19233 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19234 (gdb-select-frame):
19235 * progmodes/grep.el (lgrep, rgrep):
19236 * progmodes/idlw-help.el (idlwave-help-check-locations)
19237 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19238 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19239 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19240 (reftex-toc-rename-label): Fix typos in error messages.
19241
19242 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19243 (dired-copy-how-to-fn): Doc fix.
19244 (dired-files-attributes, dired-read-shell-command):
19245 Fix typos in docstrings.
19246
19247 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19248 (dired-x-find-file-other-window): Reflow docstrings.
19249 (dired-omit-marker-char, dired-read-shell-command)
19250 (dired-x-submit-report): Fix typos in docstrings.
19251
19252 * shell.el (shell-mode-hook):
19253 * view.el (View-scroll-line-forward):
19254 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19255 Fix typos in docstrings.
19256
19257 * net/dig.el (dig-invoke): Fix typo in docstring.
19258 (query-dig): Reflow docstring.
19259
19260 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19261 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19262 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19263 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19264 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19265 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19266 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19267 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19268 (idlwave-completion-map, idlwave-current-indent)
19269 (idlwave-custom-ampersand-surround, idlwave-customize)
19270 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19271 (idlwave-define-abbrev, idlwave-determine-class-special)
19272 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19273 (idlwave-end-block-reg, idlwave-end-of-statement)
19274 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19275 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19276 (idlwave-explicit-class-listed, idlwave-file-header)
19277 (idlwave-fill-paragraph, idlwave-find-class-definition)
19278 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19279 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19280 (idlwave-in-quote, idlwave-indent-action-table)
19281 (idlwave-indent-expand-table, idlwave-indent-line)
19282 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19283 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19284 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19285 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19286 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19287 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19288 (idlwave-outlawed-buffers, idlwave-popup-select)
19289 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19290 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19291 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19292 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19293 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19294 (idlwave-statement-type, idlwave-struct-skip)
19295 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19296 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19297 (idlwave-what-module-find-class): Fix typos in docstrings.
19298 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19299 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19300 (idlwave-find-module, idlwave-find-structure-definition)
19301 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19302 (idlwave-list-load-path-shadows, idlwave-next-statement)
19303 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19304 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19305 (idlwave-template): Reflow docstrings.
19306
19307 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19308 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19309 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19310 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19311 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19312 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19313 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19314 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19315 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19316 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19317 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19318 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19319 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19320 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19321 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19322 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19323 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19324 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19325 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19326 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19327 Fix typos in docstrings.
19328 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19329 (idlwave-shell-hide-output, idlwave-shell-mode)
19330 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19331 Reflow docstrings.
19332
19333 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19334
62136c5d
SM
193352009-09-24 Ivan Kanis <apple@kanis.eu>
19336
19337 * term.el (term-bold-attribute): New var.
19338 (term-handle-colors-array): Use it.
19339
9c1a45ed
NR
193402009-09-23 Nick Roberts <nickrob@snap.net.nz>
19341
19342 * progmodes/gdb-mi.el (gdb-version): New variable.
19343 (gdb-non-stop-handler): Set gdb-version.
19344 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19345 Condition "--thread" option on gdb-version.
19346 (gdb-invalidate-threads): Remove unused argument.
19347
03304f31
SM
193482009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19349
19350 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19351 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19352
4f02f0c9
GM
193532009-09-23 Glenn Morris <rgm@gnu.org>
19354
19355 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19356 replying to mail without References or Message-Id. (Bug#4525)
19357
a3b4b363
AR
193582009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19359
19360 * term/ns-win.el (ns-reg-to-script): New variable.
19361
7bda18cc
DU
193622009-09-23 Daiki Ueno <ueno@unixuser.org>
19363
19364 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19365
72169e55
SS
193662009-09-22 Sam Steingold <sds@gnu.org>
19367
19368 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19369 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19370 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19371 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19372
905b7d38
SM
193732009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19374
b0459dec
SM
19375 * textmodes/fill.el: Convert to utf-8 encoding.
19376 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19377 pre-Unicode days.
b0459dec 19378
905b7d38
SM
19379 * add-log.el (change-log-fill-forward-paragraph): New function.
19380 (change-log-mode): Use it so fill-region DTRT.
19381 Set fill-indent-according-to-mode here rather than in
19382 change-log-fill-paragraph.
19383 (change-log-fill-paragraph): Remove.
19384
baa7f3de
JB
193852009-09-22 Juanma Barranquero <lekktu@gmail.com>
19386
19387 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19388 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19389
a8d789f0
GM
193902009-09-22 Glenn Morris <rgm@gnu.org>
19391
daedbbc2
GM
19392 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19393 the scroll-bar scroll the calendar window rather than the buffer.
19394
d8899a74
GM
19395 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19396 commands that move point (as opposed to scrolling).
19397
a8d789f0
GM
19398 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19399
19400 * emacs-lisp/elint.el (elint): New custom group.
19401 (elint-log-buffer): Make it a defcustom.
19402 (elint-scan-preloaded, elint-ignored-warnings)
19403 (elint-directory-skip-re): New options.
19404 (elint-builtin-variables): Doc fix.
19405 (elint-preloaded-env): New variable.
19406 (elint-unknown-builtin-args): Add an entry for encode-time.
19407 (elint-extra-errors): Make it a variable rather than a constant.
19408 (elint-preloaded-skip-re): New constant.
19409 (elint-directory): Skip files matching elint-directory-skip-re.
19410 (elint-features): New variable, local to linted buffers.
19411 (elint-update-env): Initialize elint-features. Possibly add
19412 elint-preloaded-env to the buffer's environment.
19413 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19414 Skip quoted forms.
19415 (elint-init-form): New function, extracted from elint-init-env.
19416 Make non-list forms a warning rather than an error.
19417 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19418 easy-menu-define, put that adds an error-condition, and provide.
19419 When requiring cl, also require cl-macs. Really require cl, to handle
19420 some cl macros. Store required libraries in the list elint-features,
19421 so as not to re-load them. Treat cc-require like require.
19422 (elint-init-env): Call elint-init-form to do the work.
19423 Handle eval-and-compile and such like.
19424 (elint-add-required-env): Do not clear messages.
19425 (elint-special-forms): Add handlers for function, defalias, if, when,
19426 unless, and, or.
19427 (elint-form): Add optional argument to ignore elint-special-forms,
19428 useful to prevent recursive calls from handlers. Doc fix.
19429 Respect elint-ignored-warnings.
19430 (elint-form): Respect elint-ignored-warnings.
19431 (elint-bound-variable, elint-bound-function): New variables.
19432 (elint-unbound-variable): Respect elint-bound-variable.
19433 (elint-get-args): Respect elint-bound-function.
19434 (elint-check-cond-form): Add some simple handling for (f)boundp and
19435 featurep tests.
19436 (elint-check-defalias-form): New handler.
19437 (elint-check-let-form): Make an empty let a warning rather than an
19438 error.
19439 (elint-check-setq-form): Make an empty setq a warning rather than an
19440 error. Respect elint-ignored-warnings.
19441 (elint-check-defvar-form): Accept null doc-strings.
19442 (elint-check-conditional-form): New handler. Does some simple-minded
19443 checking of featurep and (f)boundp tests.
19444 (elint-put-function-args): New function.
19445 (elint-initialize): Use elint-scan-doc-file rather than
19446 elint-find-builtin-variables. Use elint-put-function-args.
19447 Possibly scan preloaded-file-list.
19448 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19449 extend to handle functions as well.
19450
245be23c
JB
194512009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19452
19453 * linum.el (linum-delete-overlays, linum-update-window):
19454 Do not modify the right margin. (Bug#3971)
19455
91fdbd6f
CY
194562009-09-21 Chong Yidong <cyd@stupidchicken.com>
19457
6a7662bb
BR
19458 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19459 Use nxml-mode instead of xml-mode.
91fdbd6f 19460
7589d38e
JB
194612009-09-21 Kevin Ryde <user42@zip.com.au>
19462
19463 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19464
5ac42715
SM
194652009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19466
19467 * net/dig.el (dig-mode): Use define-derived-mode.
19468
09c01323
DN
194692009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19470
4096c5f2
DN
19471 * vc-dispatcher.el (vc-do-command): Return the process object in
19472 the asynchronous case. Use when instead of if. Do not run
5480359e 19473 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19474
0e172cc2
DN
19475 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19476 properties to the stash strings.
19477 (vc-git-stash-list): Return a list of strings.
19478 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19479 (vc-git-stash-show-at-point): New functions.
19480 (vc-git-stash-map): New keymap.
19481
03304f31
SM
19482 * register.el (ctl-x-r-map): Define the keys here instead of
19483 using autoload.
09c01323 19484
03304f31 194852009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19486
19487 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19488 list, to workaround performance problem (bug#4485).
19489
2f5fc4d7
NR
194902009-09-20 Nick Roberts <nickrob@snap.net.nz>
19491
19492 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19493
b0f5fd2e
DU
194942009-09-20 Daiki Ueno <ueno@unixuser.org>
19495
19496 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19497 Document that this option is not recommended to use.
19498
f3445fab
GM
194992009-09-19 Glenn Morris <rgm@gnu.org>
19500
547c6921
GM
19501 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19502 variable `var'.
19503
f3445fab
GM
19504 * calc/calc-alg.el (var):
19505 * calc/calcalg2.el (var): Define for compiler.
19506
946c009b
CY
195072009-09-19 Chong Yidong <cyd@stupidchicken.com>
19508
e3f36d03
SM
19509 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19510 Doc fix (Bug#3932).
e2045997 19511
24aedbca
CY
19512 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19513
327dd27a
CY
19514 * time-stamp.el (time-stamp-month-dd-yyyy)
19515 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19516 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19517 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19518 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19519 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19520
946c009b
CY
19521 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19522 indent buffer only if called interactively (Bug#4452).
19523
3e70541a 195242009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19525 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19526
19527 This fixes bug#4197 (merged to bug#865, though not identical).
19528 * server.el (server-auth-dir): Add docstring note about FAT32.
19529 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19530 but warn against using them.
19531
9b94c32e
NR
195322009-09-19 Nick Roberts <nickrob@snap.net.nz>
19533
19534 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19535 older GDB where there is no has_more field.
19536
66590684
GM
195372009-09-19 Glenn Morris <rgm@gnu.org>
19538
19539 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19540
9a1337f9
CY
195412009-09-18 Chong Yidong <cyd@stupidchicken.com>
19542
19543 * files.el (auto-mode-alist): Change default for XML files to nXML
19544 mode (Bug#4169).
19545
d7554167
JB
195462009-09-18 Juanma Barranquero <lekktu@gmail.com>
19547
19548 * server.el (server-ensure-safe-dir): Pass 'integer
19549 to `file-attributes', as suggested.
19550
35a3f9a4
SM
195512009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19552
19553 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19554 (dired-query): Use read-key.
19555
044f9b05
AR
195562009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19557
19558 * cus-start.el (ns-use-qd-smoothing): Remove.
19559
6188ea49
GM
195602009-09-18 Glenn Morris <rgm@gnu.org>
19561
08cf18e4
GM
19562 * allout.el (top-level): Remove unnecessary progn.
19563
07eae5c5
GM
19564 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19565
6726c25e
GM
19566 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19567 definition of abbrev table.
19568
3f527154 19569 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19570 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19571 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19572 * net/newst-backend.el (newsticker--cache-read-feed):
19573 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19574 condition-case handlers.
19575
ccb4c30c
NR
195762009-09-18 Nick Roberts <nickrob@snap.net.nz>
19577
19578 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19579 (gdb-var-list): Add an element for has_more field.
19580 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19581 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19582 (gdb-var-update-handler-1): Parse output of dynamic variable
19583 objects (STL containers).
19584 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19585 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19586
19587 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19588 gdb-var-list.
19589 (gud-speedbar-buttons): Make node expandable if expression "has more"
19590 children.
19591
8686ac71
JB
195922009-09-17 Juanma Barranquero <lekktu@gmail.com>
19593
19594 * startup.el (emacs-quick-startup): Remove variable and all uses.
19595 (command-line): Set `inhibit-x-resources' instead.
19596 (command-line-1): Use `inhibit-x-resources' instead.
19597
a69c67e8
CY
195982009-09-17 Chong Yidong <cyd@stupidchicken.com>
19599
19600 * subr.el: Fix last change to avoid using the `unless' macro,
19601 which breaks bootstrapping.
19602
354f0faf
SM
196032009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19604
19605 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19606 extended definitions, in case we reload subr.el after having
19607 loaded CL.
19608 (eval-next-after-load): Mark as obsolete.
19609
98b9bf40
JL
196102009-09-17 Juri Linkov <juri@jurta.org>
19611
19612 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19613 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19614 (menu-bar-showhide-menu, menu-bar-tools-menu)
19615 (menu-bar-describe-menu, menu-bar-help-menu)
19616 (minibuffer-local-completion-map, minibuffer-local-map):
19617 Fix list quoting.
19618
28fab7b5
GM
196192009-09-17 Glenn Morris <rgm@gnu.org>
19620
88d5190c
GM
19621 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19622 arguments, whether or not it has a handler.
19623
74f24ba7
GM
19624 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19625
28fab7b5
GM
19626 * simple.el (hard-newline): Give it a doc-string.
19627
a8106aec
GM
19628 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19629 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19630
76251ad7
DN
196312009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19632
72033dbe
DN
19633 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19634 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19635 (menu-bar-options-menu, menu-bar-showhide-menu)
19636 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19637 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19638 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19639 (menu-bar-options-menu, menu-bar-tools-menu)
19640 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19641 (menu-bar-help-menu):
19642 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19643 string arguments.
19644
76251ad7
DN
19645 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19646 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19647 calls for the menu names and :help.
19648
97b952b7
SM
196492009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19650
19651 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19652 to :minor-mode-function (bug#4455).
19653
8f38189e
SM
196542009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19655
d2fd733e
SM
19656 * startup.el (command-line): Initialize the window-system after
19657 processing the command-line.
19658
8f38189e
SM
19659 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19660 page-delimiter matches the empty string.
19661
77564fa4
GM
196622009-09-16 Glenn Morris <rgm@gnu.org>
19663
19664 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19665 byte-compile-not-obsolete-var. It's a list now.
19666 (byte-compile-not-obsolete-funcs): New variable.
19667 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19668 byte-compile-not-obsolete-funcs.
19669 (byte-compile-variable-ref, byte-compile-defvar): Update for
19670 byte-compile-not-obsolete-vars name-change and list nature.
19671 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19672 and variables behind (f)boundp tests.
19673 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19674
79d316d3
DN
196752009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19676
19677 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19678
8fed6934
SM
196792009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19680
19681 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19682 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19683 Don't autoload.
19684
4078fd57
SE
196852009-09-15 Stephen Eglen <stephen@gnu.org>
19686
19687 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19688 the virtual-buffers, use the name of the buffer specified by
4078fd57 19689 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19690 problem if the target and the symlink had different names.)
4078fd57 19691
838ff458
SM
196922009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19693
b3c7c12d
SM
19694 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19695
13dc2bc2
SM
19696 * desktop.el (desktop-path): Check user-emacs-directory.
19697
49fec531
SM
19698 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19699
0e328d37
SM
19700 * loadup.el: Use after-load-functions to GC after loading each file.
19701 Remove the explicit GC calls that used to be sprinkled around.
19702
838ff458
SM
19703 * subr.el (after-load-functions): New hook.
19704 (do-after-load-evaluation): Run it. Use string-match-p to detect
19705 `obsolete' packages, rather than painfully extracting the relevant
19706 directory name.
19707
a62f564f
GM
197082009-09-15 Glenn Morris <rgm@gnu.org>
19709
19710 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19711 free variable `doc'.
19712
19713 * dired.el (dired-mode-map): Add menu entry for async shell command.
19714
19715 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19716 variables, also consider the .elc files, since the .el files are
19717 normally gzipped (subsequent code locates the .el.gz from the .elc).
19718
19719 * calc/calc-prog.el (arglist): Define for compiler.
19720
19721 * calendar/diary-lib.el (diary-display-function): Change the default to
19722 fancy display.
19723 (body): Define for compiler.
19724
19725 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19726 (byte-compile-file-form, byte-compile-lambda)
19727 (byte-compile-top-level-body, byte-compile-form)
19728 (byte-compile-variable-ref, byte-compile-setq)
19729 (byte-compile-setq-default, byte-compile-body)
19730 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19731 (batch-byte-compile): Give some more local variables with common names
19732 a "bytecomp-" prefix to avoid masking warnings about free variables.
19733
cd05fe7f
GM
19734 * startup.el (command-line-1): Give local variables with common names a
19735 distinguishing prefix, so as not to hide free variable warnings during
19736 bootstrap.
19737
a62f564f
GM
19738 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19739 clever and add a suffix to make a unique name, just let the user decide
19740 whether or not to overwrite it. If the input is a directory, write the
19741 default filename to that directory. (Bug#4388)
19742 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19743 is a filename-as-a-directory.
19744
fbc88440
SM
197452009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19746
19747 * textmodes/page.el (what-page): Don't move to beginning of line.
19748 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19749
60308853
DN
197502009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19751
19752 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19753
32ba3abc
DN
197542009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19755
9cd39aff
DN
19756 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19757 * help.el (help-for-help-internal): Add purecopy calls for text.
19758
32ba3abc
DN
19759 * vc.el (top): print-log method now takes an optional SHORTLOG
19760 argument. Add a new method: root.
32ba3abc
DN
19761 (vc-root-diff, vc-print-root-log): New functions.
19762 (vc-log-short-style): New variable.
19763 (vc-print-log-internal): Add support for showing short logs.
19764
19765 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19766 vc-print-root-log and vc-print-root-diff.
19767
19768 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19769 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19770 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19771 short logs.
19772
19773 * vc-cvs.el (vc-cvs-print-log):
19774 * vc-mtn.el (vc-mtn-print-log):
19775 * vc-rcs.el (vc-rcs-print-log):
19776 * vc-sccs.el (vc-sccs-print-log):
19777 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19778 that is ignored for now.
19779
837b0e99
DN
19780 * vc-mtn.el (vc-mtn-annotate-command):
19781 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19782
31cd2dd4
SM
197832009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19784
19785 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19786 to function-key-map, and give them ascii-character property.
19787 * term/x-win.el (x-alternatives-map):
19788 * term/ns-win.el (ns-alternatives-map):
19789 * term/internal.el (msdos-key-remapping-map):
19790 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19791
d62e5bf2
GM
197922009-09-14 Glenn Morris <rgm@gnu.org>
19793
19794 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19795 temp-buffers (2009-09-12).
19796
7d0105e5
SM
197972009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19798
19799 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19800 the new read-key function.
19801
e17ed9ad
CY
198022009-09-13 Chong Yidong <cyd@stupidchicken.com>
19803
19804 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19805 is defined (Bug#4405).
19806
1fc26e29
CY
198072009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19808
19809 * recentf.el (recentf-cleanup): Use a hash table to find
19810 duplicates (Bug#4407).
19811
61dc96a2 198122009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19813
19814 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19815 kp-0 to ascii equivalents (Bug#4325).
19816
42c3a9e3
CY
198172009-09-13 Chong Yidong <cyd@stupidchicken.com>
19818
1f5c1626
CY
19819 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19820
42c3a9e3 19821 * eshell/em-hist.el:
31cd2dd4
SM
19822 * eshell/em-dirs.el (eshell-complete-user-reference):
19823 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19824
198252009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19826
19827 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19828 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19829 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19830 * eshell/em-hist.el (eshell-history-file-name):
19831 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19832
1e2b6acf
GM
198332009-09-13 Glenn Morris <rgm@gnu.org>
19834
19835 * ediff-merg.el (ediff-do-merge):
19836 * filesets.el (filesets-run-cmd):
19837 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19838 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19839 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19840 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19841 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19842 Replace empty `let's with `progn'.
19843
adba8116
SM
198442009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19845
19846 * mail/sendmail.el (send-mail-function):
19847 * tooltip.el (tooltip-mode):
19848 * simple.el (transient-mark-mode):
19849 * rfn-eshadow.el (file-name-shadow-mode):
19850 * frame.el (blink-cursor-mode):
19851 * font-core.el (global-font-lock-mode):
19852 * files.el (temporary-file-directory)
19853 (small-temporary-file-directory, auto-save-file-name-transforms):
19854 * epa-hook.el (auto-encryption-mode):
19855 * composite.el (global-auto-composition-mode):
19856 Use custom-initialize-delay.
19857 * startup.el (command-line): Don't explicitly call
19858 custom-reevaluate-setting for all the above vars.
19859 * custom.el (custom-initialize-safe-set)
19860 (custom-initialize-safe-default): Delete.
19861
0a4afea9
SM
198622009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19863
9f94990d
SM
19864 * term/x-win.el (x-initialize-window-system):
19865 * term/w32-win.el (w32-initialize-window-system):
19866 * term/ns-win.el (ns-initialize-window-system): Don't call
19867 mouse-wheel-mode since it's enabled globally by default already.
19868
0a4afea9
SM
19869 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19870 actually define the variable, but only silences the byte-compiler.
19871 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19872 before looking it up.
19873 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19874 is changed.
19875
bf01513f
GM
198762009-09-12 Glenn Morris <rgm@gnu.org>
19877
19878 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19879 1000.
19880 (elint-add-required-env): Don't beep on error.
19881 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19882 (elint-init-env): Skip non-list forms.
19883 (elint-log): Handle unknown file positions.
bf01513f 19884
d85889e4
DU
198852009-09-12 Daiki Ueno <ueno@unixuser.org>
19886
19887 * epg.el (epg-make-context): Add autoload cookie.
19888 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19889 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19890 (epg-verify-string, epg-start-sign, epg-sign-file)
19891 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19892 (epg-encrypt-string, epg-start-export-keys)
19893 (epg-export-keys-to-file, epg-export-keys-to-string)
19894 (epg-start-import-keys, epg-import-keys-from-file)
19895 (epg-import-keys-from-string, epg-start-receive-keys)
19896 (epg-receive-keys, epg-import-keys-from-server)
19897 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19898 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19899 (epg-generate-key-from-file, epg-generate-key-from-string):
19900 Remove autoload cookie.
d85889e4 19901
8f825ee6
EZ
199022009-09-12 Eli Zaretskii <eliz@gnu.org>
19903
36b434ee
EZ
19904 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19905 reevaluation of trash-directory.
19906
8f825ee6
EZ
19907 * mwheel.el: Fix last change.
19908 (mouse-wheel-mode): New defvar.
19909 (mouse-wheel-mode): Remove autoload cookie.
19910
5766c380
SM
199112009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19912
ab5c0fcd
SM
19913 * mwheel.el (mwheel-installed-bindings): New var.
19914 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19915 the bindings we set last time. Use custom-initialize-delay.
19916 * loadup.el: Load mwheel after term/*-win.el.
19917 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19918 and mouse-wheel-up-event now that their first evaluation is done
19919 sufficiently late to be correct.
19920
45448e64
SM
19921 * startup.el (tutorial-directory): Make it a defcustom.
19922 Use custom-initialize-delay rather than eval-at-startup to set it.
19923 * image.el (image-load-path): Make it a defcustom.
19924 Use custom-initialize-delay rather than eval-at-startup to set it.
19925 * subr.el (eval-at-startup): Remove.
19926 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19927
5766c380
SM
19928 * subr.el (do-after-load-evaluation): Warn the user after loading an
19929 obsolete package.
19930
d6549da4
GM
199312009-09-12 Glenn Morris <rgm@gnu.org>
19932
19933 * proced.el (proced-mark-alt): Remove alias.
19934 (proced-mode-map): Remove proced-mark-alt.
19935
19936 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19937 Elint file and directory. Remove initialization entry.
19938
19939 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19940 commands.
19941 (elint-current-buffer): Set mode-line-process.
19942 (elint-init-env): Handle define-derived-mode.
19943 Fix declare-function with unspecified arglist. Guard against odd
19944 defalias statements (eg iso-insert's 8859-1-map).
19945 (elint-add-required-env): Use a temp buffer.
19946 (elint-form): Just print the function/macro name, not the whole form.
19947 Return env unchanged if we fail to parse a macro.
19948 (elint-forms): Guard against parse errors.
19949 (elint-output): New function, to handle batch mode.
19950 (elint-log-message): Add optional argument. Use elint-output.
19951 (elint-set-mode-line): New function.
19952
30194d4d
CY
199532009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19954
19955 * emacs-lisp/elp.el (elp-not-profilable): Add more
19956 functions (Bug#4233).
19957
a035f9b0
CY
199582009-09-12 Chong Yidong <cyd@stupidchicken.com>
19959
19960 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19961 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19962
dad61164
NR
199632009-09-11 Nick Roberts <nickrob@snap.net.nz>
19964
19965 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19966 (gdb-var-list-children): Use json parsing.
19967
9c3c9fdf 199682009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19969
19970 * progmodes/js.el (js--proper-indentation): Handle the case where
19971 char-before is null. Reported by Deniz Dogan.
19972
b4587710
JB
199732009-09-11 Juanma Barranquero <lekktu@gmail.com>
19974
19975 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19976
13890796
DU
199772009-09-11 Daiki Ueno <ueno@unixuser.org>
19978
19979 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19980 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19981 (epg-context-set-passphrase-callback)
97d4bdba 19982 (epg-context-set-progress-callback): Add description about
b18508dd 19983 callback function.
13890796 19984
2efb64a8
SM
199852009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19986
790d0270
SM
19987 * custom.el (custom-delayed-init-variables): New var.
19988 (custom-initialize-delay): New function.
19989 * startup.el (command-line): "Re"evaluate all vars in
19990 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19991 explicitly any more.
19992 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19993 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19994
19995 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19996
ac243a40
NR
199972009-09-11 Nick Roberts <nickrob@snap.net.nz>
19998
19999 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
20000 (gdb-var-update-handler): Use json parsing.
20001
657bc6fc
JB
200022009-09-11 Juanma Barranquero <lekktu@gmail.com>
20003
20004 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20005 decode annotated text, regardless of language environment. (Bug#2741)
20006
b6fe8102
SM
200072009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20008
20009 * Makefile.in (autoloads): Make rmail.el writable as well.
20010
5cc443fe
GM
200112009-09-11 Glenn Morris <rgm@gnu.org>
20012
5515c54e
GM
20013 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20014 loaddefs.el.
20015 * dired.el: Regenerate with extracted autoloads.
20016 * Makefile.in (autoloads): Make dired.el writable.
20017
15067158
GM
20018 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20019 * ibuffer.el: Regenerate with extracted autoloads.
20020 * Makefile.in (autoloads): Make ibuffer.el writable.
20021
d35d0238
GM
20022 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20023 * version.el (emacs-copyright, emacs-major-version)
20024 (emacs-minor-version): Reformat doc-strings for make-docfile.
20025
5cc443fe
GM
20026 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20027 functions and variables, since they must be stuff specific to some other
20028 platform.
20029 (apropos-print): Make mouse-click message less specific about button.
20030
20031 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20032 that records where a macro was defined.
20033 * help-fns.el (describe-function-1): Mention if a function has a
20034 compiler-macro.
20035 * help-mode.el (help-function-cmacro): New button.
20036
20037 * locate.el (top-level): Always require dired.
20038 (locate-mode-map): Initialize inside the defvar.
20039
20040 * net/ange-ftp.el (dired-compress-file): Declare.
20041 (ange-ftp-dired-compress-file): Add doc string.
20042
20043 * term/ns-win.el (x-display-name, x-setup-function-keys):
20044 Unify doc-strings with X versions.
20045
8cb95edf
SM
200462009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20047
726a4d09
SM
20048 * emulation/crisp.el (crisp-mode-map): Move initialization
20049 into declaration.
20050 (crisp-mode): Use define-minor-mode.
20051
8cb95edf
SM
20052 * progmodes/xscheme.el (xscheme-evaluation-commands):
20053 Put a :advertised-binding property rather than using
20054 advertised-xscheme-send-previous-expression.
20055 (advertised-xscheme-send-previous-expression): Declare obsolete.
20056 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20057 `advertised-undo'.
20058 (crisp-mode): Add corresponding bindings to
20059 undo's :advertised-binding instead.
20060 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20061 than using dired-advertised-find-file.
20062 (dired-advertised-find-file):
20063 * simple.el (advertised-undo):
20064 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20065 (widget-keymap): Put a :advertised-binding property rather
20066 than using advertised-widget-backward.
20067 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20068 than using advertised-undo.
20069 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20070
07db5857
SS
200712009-09-10 Simon South <ssouth@slowcomputing.org>
20072
20073 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20074 Mark mode is enabled and region is active; otherwise indent or
20075 insert TAB as usual.
20076 (delphi-mode): Update description of TAB-key binding.
20077
50d4ba39
SM
200782009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20079
20080 * subr.el (define-key-rebound-commands): Mark obsolete.
20081 * startup.el (precompute-menubar-bindings): Remove.
20082 (normal-top-level): Remove obsolete code that tried to precompute
20083 menubar bindings.
20084 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20085 define-key-rebound-commands and precompute-menubar-bindings.
20086
ffa894db
KY
200872009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20088
20089 * net/imap.el (imap-interactive-login): Better messages.
20090 (imap-open): Fix bug with renamed buffer on reconnect.
20091 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20092 for easier debugging and cleaner code. On successful (guessed based on
20093 server capabilities) secondary authentication, set imap-state
20094 correctly.
20095 (imap-last-authenticator): Define imap-last-authenticator as a variable
20096 to avoid warnings.
20097
9477096c
GM
200982009-09-10 Glenn Morris <rgm@gnu.org>
20099
20100 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20101
20102 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20103 (byte-compile-file-form-autoload): Don't warn about unknown functions
20104 where the autoload statement comes after the use.
20105 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20106 that any handlers inside the body (eg require) are in turn respected.
20107
20108 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20109 effects.
20110
20111 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20112 and syntax and abbrev tables basic docs, if they don't have any.
20113
20114 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20115
20116 * international/mule-cmds.el (top-level): Require cl when compiling.
20117 (view-hello-file): Use default-value rather than
20118 default-enable-multibyte-characters.
20119
20120 * progmodes/fortran.el: Move all safe and risky properties into the
20121 defcustoms.
20122
20123 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20124 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20125 * mail/undigest.el:
20126 Put autoloads in rmail.el rather than loaddefs.el.
20127 * mail/rmail.el: Regenerate with extracted autoloads.
20128
20129 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20130 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20131
9f16c547
NR
201322009-09-10 Nick Roberts <nickrob@snap.net.nz>
20133
20134 Reported in thread for Bug#4375.
20135 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20136 "-data-evaluate-expression" instead of print.
20137 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20138 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
20139 (gdb): Revert 2009-08-11 change. User should detach inferior
20140 manually.
9f16c547
NR
20141
20142 Remove the word "separate" from IO functions as inferior
20143 output is now never displayed in the GUD buffer.
20144
50405cd0
JB
201452009-09-10 Juanma Barranquero <lekktu@gmail.com>
20146
20147 * startup.el (command-line-normalize-file-name): On Windows and
20148 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20149
7ae62430
JL
201502009-09-10 Juri Linkov <juri@jurta.org>
20151
20152 * isearch.el (isearch-text-char-description): Propertize escape
20153 character sequences with the `escape-glyph' face. (Bug#4344)
20154
20155 * simple.el (shell-command): Set asynchronous process filter to
20156 `comint-output-filter'. (Bug#4343)
20157
20158 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20159 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20160 the list. Move "asm" to the bottom.
20161 (grep-find-ignored-directories): Add `choice' with nil value
20162 to empty the list easily.
20163 (grep-find-ignored-files): New option.
20164 (grep-files-history): Set to nil by default instead of '("ch" "el").
20165 (grep-compute-defaults): Add "<X>" to `grep-template'.
20166 (grep-read-files): Bind new local variables `default-alias' and
20167 `default-extension'. Use a list of default values for the file prompt.
20168 (lgrep): Add `--exclude=' command line options composed from
20169 `grep-find-ignored-files'.
20170 (rgrep): Add `-name' command line options composed from
20171 `grep-find-ignored-files'. (Bug#4301)
20172
cd875252
SM
201732009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20174
20175 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20176 (bug#4368).
20177
cdce0b33
KY
201782009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20179
20180 * calendar/time-date.el (autoload):
20181 Expand define-obsolete-function-alias into defalias and make-obsolete
20182 for old Emacsen that Gnus supports.
20183 (with-no-warnings): Define it for old Emacsen.
20184 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20185 is available.
20186 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20187 float-time is available; suppress compile warning for time-to-seconds.
20188
201892009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20190
20191 * net/imap.el (imap-message-map): Docstring fix.
20192
2b2eb431
GM
201932009-09-09 Glenn Morris <rgm@gnu.org>
20194
20195 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20196 line numbers too. (Bug#4374)
20197
83a5aac5
SM
201982009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20199
755e0210
SM
20200 * smerge-mode.el (smerge-remove-props, smerge-refine):
20201 Use with-silent-modifications (bug#4342).
20202
83a5aac5
SM
20203 * subr.el (with-silent-modifications): New macro.
20204
79f01fa7
JB
202052009-09-07 Juanma Barranquero <lekktu@gmail.com>
20206
20207 * files.el (top-level): Require `cl' when compiling.
20208
448ecec3
GM
202092009-09-07 Glenn Morris <rgm@gnu.org>
20210
20211 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20212
8f09a02f
GM
20213 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20214 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20215
76ff67bf
NR
202162009-09-06 Nick Roberts <nickrob@snap.net.nz>
20217
20218 * vc-git.el (vc-git-annotate-command): Use separator to parse
20219 arguments correctly.
20220
943c8b75
EZ
202212009-09-06 Eli Zaretskii <eliz@gnu.org>
20222
20223 * proced.el (proced-mode): Doc fix.
20224
680db9ac
MA
202252009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20226
20227 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20228 lstat fails.
20229 (tramp-do-file-attributes-with-ls): Check for file existence at
20230 remote end.
20231 (tramp-do-file-attributes-with-stat): Likewise.
20232 (tramp-convert-file-attributes): Return nil when attr is nil.
20233
3f12e5bd
GM
202342009-09-05 Glenn Morris <rgm@gnu.org>
20235
c8dc27bf
GM
20236 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20237 properties to this button.
20238 (diary-fancy-display): Don't extend the button to the final newline.
20239 (diary-fancy-display-mode): Continue to define "q" as a local key.
20240
cca065d8
GM
20241 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20242 efficient.
20243
cddaedb6
GM
20244 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20245
3f12e5bd
GM
20246 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20247 (byte-compile-dest-file-function): New option.
20248 (byte-compile-dest-file): Doc fix.
20249 Obey byte-compile-dest-file-function.
20250 (byte-compile-cl-file-p): New function.
20251 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20252 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20253 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20254 than for file being previously loaded.
20255 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20256 (byte-compile-file-form-require): Handle the case where requiring a file
20257 indirectly causes CL to be loaded.
20258
049a231b
KF
202592009-09-05 Karl Fogel <kfogel@red-bean.com>
20260
20261 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20262 before killing the old buffer, since by the time `kill-buffer' is
20263 run so many buffer variables have been set to nil that it may not
20264 behave as expected. (Bug#4061)
20265
ef7ef2a0
KF
202662009-09-05 Karl Fogel <kfogel@red-bean.com>
20267
20268 * files.el (find-alternate-file): If the old buffer is modified
20269 and visiting a file, behave similarly to `kill-buffer' when
20270 killing it, thus reverting to the pre-1.878 behavior; see
20271 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20272 for discussion. Also, consult `buffer-file-name' as a variable
20273 not as a function, for consistency with the rest of the code.
20274
73d854cd
MA
202752009-09-04 Michael Albinus <michael.albinus@gmx.de>
20276
20277 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20278 also when adding a new directory.
20279
6a7662bb
BR
20280 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20281 New defun.
73d854cd 20282
df120481
SM
202832009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20284
20285 * files.el (locate-file-completion-table): Make it provide boundary
20286 information, so partial-completion works better.
20287
c0bc6d79
SM
202882009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20289
20290 * mail/footnote.el (Footnote-text-under-cursor):
20291 Check footnote-text-marker-alist before using it (bug#4324).
20292
f76a9756
GM
202932009-09-04 Glenn Morris <rgm@gnu.org>
20294
67d110f1
GM
20295 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20296 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20297 * play/solitaire.el, play/tetris.el:
20298 Remove leading * from defcustom and defface docs.
20299
b42d4989
GM
20300 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20301 necessary.
20302 (diary-fancy-overriding-map): New variable.
20303 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20304 Use view-mode.
20305
f76a9756
GM
20306 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20307 goto-line.
20308
e605eeeb
GM
203092009-09-03 Glenn Morris <rgm@gnu.org>
20310
597e2240
GM
20311 * arc-mode.el (archive-mode):
20312 * dos-fns.el (set-default-process-coding-system):
20313 * man.el (Man-getpage-in-background):
20314 * menu-bar.el (menu-bar-describe-menu):
20315 * server.el (server-process-filter):
20316 * startup.el (command-line):
20317 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20318 * w32-fns.el (set-default-process-coding-system):
20319 * x-dnd.el (x-dnd-handle-file-name):
20320 * international/mule-cmds.el (mule-menu-keymap)
20321 (set-default-coding-systems, language-info-alist, set-language-info)
20322 (set-language-environment, standard-display-european-internal)
20323 (set-locale-environment):
20324 * international/mule-diag.el (mule-diag):
20325 * mail/emacsbug.el (report-emacs-bug):
20326 * mail/rmail.el (rmail-mode):
20327 * mail/sendmail.el (mail-setup):
20328 Use default-value rather than default-enable-multibyte-characters.
20329
f38184aa
GM
20330 * progmodes/f90.el: Move all safe properties into the defcustoms.
20331 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20332
e605eeeb
GM
20333 * calendar/appt.el (appt-check):
20334 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20335 (diary-check-diary-file, diary-list-entries)
20336 (diary-include-other-diary-files, diary-simple-display)
20337 (diary-fancy-display, diary-print-entries)
20338 (diary-mark-included-diary-files, diary-make-entry):
20339 Don't call substitute-in-file-name on diary-file.
20340
734db384 203412009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20342 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20343
20344 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20345 (footnote-mode-map): Move initialization into the declaration.
20346 (footnote-minor-mode-map): Define it rather than changing global-map.
20347 (footnote-mode): Use define-minor-mode.
20348
e5aa47f9
MA
203492009-09-02 Michael Albinus <michael.albinus@gmx.de>
20350
20351 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20352 (tramp-do-file-attributes-with-perl)
20353 (tramp-do-file-attributes-with-stat): Rename from
20354 `tramp-handle-file-attributes-with-*'.
20355 (tramp-handle-file-attributes): Use them.
20356 (tramp-do-directory-files-and-attributes-with-perl)
20357 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20358 `tramp-handle-directory-files-and-attributes-with-*'.
20359 (tramp-handle-directory-files-and-attributes): Use them.
20360 (tramp-method-out-of-band-p): Additional parameter SIZE.
20361 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20362 (tramp-handle-write-region): Use it.
734db384 20363 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20364 (tramp-handle-vc-registered): Check, whether the first run did
20365 return files to be tested.
20366 (tramp-advice-make-auto-save-file-name): Do not call directly
20367 `tramp-handle-make-auto-save-file-name', because this would bypass
20368 the locking mechanism.
20369
734db384 20370 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20371 (file-remote-p, process-file, start-file-process, set-file-times)
20372 (tramp-compat-file-attributes): Compatibility functions shall not
20373 call directly `tramp-handle-*', because this would bypass the
20374 locking mechanism.
20375 (tramp-compat-number-sequence): New defun.
20376
6e2ca895
GM
203772009-09-02 Glenn Morris <rgm@gnu.org>
20378
697c7714
GM
20379 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20380 alias for float-time.
20381 (time-to-number-of-days): In Emacs, use float-time.
20382 * net/newst-backend.el (time-add): Suppress warnings from compat
20383 function.
20384 * time.el (emacs-uptime, emacs-init-time):
20385 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20386 Use float-time rather than time-to-seconds.
20387
6e2ca895
GM
20388 * minibuffer.el (completion-initials-expand): Fix typo.
20389
20390 * faces.el (modeline, modeline-inactive, modeline-highlight)
20391 (modeline-buffer-id):
20392 * info.el (info-menu-5): Mark these face aliases as obsolete.
20393
ed17efec
NR
203942009-09-01 Nick Roberts <nickrob@snap.net.nz>
20395
20396 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20397 space ...
20398 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20399 no "--thread" option.
20400 (gdb-stopped): Don't print "Switched to thread" message when it is
20401 unchanged.
20402
fcb68f70
SM
204032009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20404
20405 * minibuffer.el (completion-try-completion)
20406 (completion-all-completions): Remove ill-defined (and
20407 mistakenly installed and luckily never used nor documented)
20408 `completion-styles' property.
20409 (completion-initials-expand, completion-initials-all-completions)
20410 (completion-initials-try-completion): New functions.
20411 (completion-styles-alist): Add doc to each entry.
20412 Add new `initials' entry.
20413
83318a6d
NR
204142009-09-01 Nick Roberts <nickrob@snap.net.nz>
20415
20416 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20417 MI command -var-evaluate-expression.
20418 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20419 and tweak for case of string child.
734db384 20420 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20421
d63eb0e7
GM
204222009-09-01 Glenn Morris <rgm@gnu.org>
20423
c4f6e489
GM
20424 * add-log.el (change-log-date-face, change-log-name-face)
20425 (change-log-email-face, change-log-file-face, change-log-list-face)
20426 (change-log-conditionals-face, change-log-function-face)
20427 (change-log-acknowledgement-face):
20428 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20429 (custom-modified-face, custom-set-face, custom-changed-face)
20430 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20431 (custom-documentation-face, custom-state-face, custom-comment-face)
20432 (custom-comment-tag-face, custom-variable-tag-face)
20433 (custom-variable-button-face, custom-face-tag-face)
20434 (custom-group-tag-face-1, custom-group-tag-face):
20435 * diff-mode.el (diff-header-face, diff-file-header-face)
20436 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20437 (diff-added-face, diff-changed-face, diff-function-face)
20438 (diff-context-face, diff-nonexistent-face):
20439 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20440 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20441 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20442 (Info-title-4-face):
20443 * isearch.el (isearch-lazy-highlight-face):
20444 * log-view.el (log-view-file-face, log-view-message-face):
20445 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20446 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20447 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20448 (cvs-msg-face):
20449 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20450 (smerge-base-face, smerge-markers-face):
20451 * wid-edit.el (widget-documentation-face, widget-button-face)
20452 (widget-field-face, widget-single-line-field-face)
20453 (widget-inactive-face, widget-button-pressed-face):
20454 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20455 (woman-addition-face):
2fb1ec93
GM
20456 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20457 (eshell-ls-executable-face, eshell-ls-readonly-face)
20458 (eshell-ls-unreadable-face, eshell-ls-special-face)
20459 (eshell-ls-missing-face, eshell-ls-archive-face)
20460 (eshell-ls-backup-face, eshell-ls-product-face)
20461 (eshell-ls-clutter-face):
20462 * eshell/em-prompt.el (eshell-prompt-face):
20463 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20464 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20465 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20466 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20467 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20468 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20469 (antlr-font-lock-literal-face):
c4f6e489
GM
20470 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20471 (ebrowse-root-class-face, ebrowse-file-name-face)
20472 (ebrowse-default-face, ebrowse-member-attribute-face)
20473 (ebrowse-member-class-face, ebrowse-progress-face):
20474 * progmodes/make-mode.el (makefile-space-face):
20475 * progmodes/sh-script.el (sh-heredoc-face):
20476 * textmodes/flyspell.el (flyspell-incorrect-face)
20477 (flyspell-duplicate-face):
20478 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20479 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20480 Mark face aliases with "-face" suffix as obsolete.
20481
d80619fa
GM
20482 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20483 compiler.
20484
5f68c1b7
GM
20485 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20486 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20487 easy-menu-define wants to modify these.
20488
20489 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20490
20491 * net/browse-url.el (browse-url-file-url):
20492 * term/internal.el (dos-codepage-setup):
20493 Use default-value rather than default-enable-multibyte-characters.
20494
d80619fa 20495 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20496 * progmodes/flymake.el (flymake-highlight-line)
20497 (flymake-goto-file-and-line, flymake-goto-line):
20498 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20499 (gdb-goto-breakpoint):
20500 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20501 * progmodes/python.el (python-find-function)
20502 (python-pdbtrack-track-stack-file):
20503 * progmodes/verilog-mode.el (verilog-surelint-off):
20504 * term/ns-win.el (ns-open-file-select-line):
20505 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20506 Use forward-line rather than goto-line.
20507
d63eb0e7
GM
20508 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20509 * textmodes/reftex-index.el (reftex-display-index):
20510 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20511 * textmodes/reftex-toc.el (reftex-toc):
20512 Remove unnecessary bindings of default-major-mode (all are followed by
20513 major-mode check and possible mode switch).
20514
0afad278
NR
205152009-08-31 Nick Roberts <nickrob@snap.net.nz>
20516
20517 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20518 Handle watchpoints (bug#4282).
20519 (def-gdb-thread-buffer-command): Enable thread to be selected by
20520 clicking without selecting threads buffer first.
20521 (gdb-current-context-command): Use selected frame so that "up",
20522 "down" etc work in the GUD buffer.
20523 (gdb-update): Find selected frame before rendering stack buffer.
20524 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20525
4e135dd2
SM
205262009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20527
20528 * progmodes/sym-comp.el (displayed-completions): Remove.
20529 (symbol-complete): Use minibuffer-complete.
20530
e61eba34
GM
205312009-08-31 Glenn Morris <rgm@gnu.org>
20532
20533 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20534
734db384
SM
20535 * apropos.el (apropos-symbols-internal):
20536 Handle (obsolete) face aliases.
e61eba34
GM
20537
20538 * faces.el (describe-face): Adjust the output format to be more like
20539 describe-variable, and to mention (obsolete) face aliases.
20540 Adjust the whitespace so that help-setup-xref works.
20541
20542 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20543 * calendar/diary-lib.el (diary-button-face):
20544 Mark these face aliases as obsolete.
20545
20546 * calendar/calendar.el (calendar-today): Doc fix.
20547
4cf71456
NR
205482009-08-31 Nick Roberts <nickrob@snap.net.nz>
20549
20550 * progmodes/gdb-mi.el (gdb-control-all-threads)
20551 (gdb-control-current-thread): Force tool bar update.
20552 (gdb-non-stop-handler): New function.
20553 (gdb-init-1): Use it to test if non-stop mode is supported.
20554 Remove unused gdbmi buffer type.
20555
e61eba34 205562009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20557
20558 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20559 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20560
4324f7ca
NR
205612009-08-30 Nick Roberts <nickrob@snap.net.nz>
20562
20563 * comint.el (comint-exec-1): Check command is non-null first.
20564 Part of gdb-mi.el change (2009-08-28).
20565
a1bf889a
SM
205662009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20567
20568 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20569
060c08b5
JB
205702009-08-30 Juanma Barranquero <lekktu@gmail.com>
20571
20572 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20573 instead of `dolist' to avoid a recursive require when bootstrapping.
20574
ab22be48
SM
205752009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20576
73ebf88f
SM
20577 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20578
80629cfc
SM
20579 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20580
206d0387 20581 * net/imap.el (imap-send-command): Simplify.
734db384 20582 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20583
844f7784
SM
20584 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20585
5ca4661e
SM
20586 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20587 with constant argument.
20588
c61dc887
SM
20589 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20590
7eb73deb
SM
20591 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20592
5fe443de
SM
20593 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20594 Change default, since most of our files don't have a history.
20595 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20596 the user.
20597
6444d64a
SM
20598 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20599 Add comint-run.
20600
5cb16bfc
SM
20601 * calc/calc.el: Improve commenting convention.
20602 (calc-digit-map, toplevel): Simplify.
20603
0aeb71a7
SM
20604 * comint.el (comint-insert-input): Be careful to only set point if we
20605 don't delegate to some other command.
20606
9a9af856
SM
20607 * proced.el (proced-signal-list): Make it an alist.
20608 (proced-grammar-alist): Capitalize names.
20609 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20610 Disable undo manually and make it read-only.
20611 Use completion-annotate-function.
20612
ab22be48
SM
20613 * minibuffer.el (minibuffer-message): If the current buffer is not
20614 a minibuffer, insert the message in the echo area rather than at the
20615 end of the buffer.
20616 (completion-annotate-function): New variable.
20617 (minibuffer-completion-help): Use it.
20618 (completion--embedded-envvar-table): Environment vars are
20619 always case-sensitive.
20620
4a948dbf
GM
206212009-08-30 Glenn Morris <rgm@gnu.org>
20622
20623 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20624 from fortran-current-defun.
20625 (fortran-beginning-of-subprogram): Be more precise about finding the
20626 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20627 (fortran-end-of-subprogram): Simplify.
20628 (fortran-current-defun): Use fortran-start-prog-re.
20629
486cf3b8
JB
206302009-08-29 Juanma Barranquero <lekktu@gmail.com>
20631
20632 * subr.el (do-after-load-evaluation): Simplify.
20633
db167d28
DN
206342009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20635
20636 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20637
20638 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20639 (vc-rcs-print-log): Use it.
20640
20641 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20642
efbc652a
SM
206432009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20644
2aa0e5bf
SM
20645 * paths.el (abbrev-file-name): Move to abbrev.el.
20646 * abbrev.el (abbrev-file-name): Move from paths.el.
20647 Obey user-emacs-directory.
20648 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20649 user-emacs-directory.
20650 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20651 abbrev-file-name and calc-settings-file any more.
20652 * startup.el (command-line): Recompute abbrev-file-name and
20653 abbreviated-home-dir.
20654 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20655 of the special code for when C-h bindings haven't been changed.
20656 (display-startup-echo-area-message): Use with-current-buffer.
20657 (command-line-1): Use a list of strings, rather than a list of lists
20658 of strings for longopts.
20659
51da8fe2
SM
20660 * files.el (get-free-disk-space): Use / for default-directory.
20661
0c3cc4dd
SM
20662 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20663 Use with-current-buffer.
20664
d988dbf6
SM
20665 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20666 Recognize immutable variables like most-positive-fixnum.
20667 (byte-compile-setq-default): Check and warn if trying to assign
20668 to an immutable variable, or a non-variable.
20669
efbc652a
SM
20670 * progmodes/cc-vars.el (c-comment-continuation-stars):
20671 * progmodes/cc-engine.el (c-looking-at-bos):
20672 * progmodes/cc-cmds.el (c-toggle-auto-state)
20673 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20674 (c-comment-line-break-function): Add version of obsolescence.
20675
d30a05d1
JL
206762009-08-28 Juri Linkov <juri@jurta.org>
20677
20678 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20679 associated with `archive-mode'.
20680
20681 * image.el (image-type-header-regexps): Use only JPEG magic number
20682 to determine JPEG images, and don't use `image-jpeg-p' because
20683 Emacs can display non-JFIF non-Exif JPEG images.
20684
1e8eecea
JB
206852009-08-28 Juanma Barranquero <lekktu@gmail.com>
20686
20687 * arc-mode.el (archive-mode):
20688 * emacs-lisp/re-builder.el (re-builder-unload-function):
20689 Protect against the default value of `major-mode' being nil.
20690
dd4fbf56
JB
206912009-08-28 Juanma Barranquero <lekktu@gmail.com>
20692
20693 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20694 Fix typos in docstrings.
20695
20696 * progmodes/js.el (js--macro-decl-re): Doc fix.
20697 (js--plain-method-re, js--split-name): Refloc docstring.
20698 (js--class-styles, js--make-merged-item, js--splice-into-items):
20699 Fix typos in docstrings; reflow docstrings.
20700 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20701 (js--variable-decl-matcher, js--inside-pitem-p)
20702 (js--parse-state-at-point, js--get-all-known-symbols)
20703 (js--symbol-history, js-find-symbol, js--js-references)
20704 (js--moz-interactor, js--js-encode-value, js--read-tab):
20705 Fix typos in docstrings.
20706
72f16325
SM
207072009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20708
14acf2f5
SM
20709 * textmodes/reftex.el (reftex-get-file-buffer-force):
20710 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20711 * emulation/viper.el (viper-go-away, viper-set-hooks):
20712 * emacs-lisp/re-builder.el (re-builder-unload-function):
20713 * emacs-lisp/bytecomp.el (byte-compile-file):
20714 * ses.el (ses-unload-function):
20715 * hexl.el (hexl-find-file):
20716 * files.el (normal-mode):
20717 * ehelp.el (with-electric-help):
20718 * autoinsert.el (auto-insert-alist):
20719 * arc-mode.el (archive-mode):
20720 Use (default-value 'major-mode) instead of default-major-mode.
20721
72f16325
SM
20722 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20723 * international/mule.el (load-with-code-conversion):
20724 * emacs-lisp/debug.el (debug):
20725 * ediff-vers.el (ediff-rcs-get-output-buffer):
20726 * dired.el (dired-internal-noselect): Don't let-bind
20727 default-major-mode around code that doesn't use it.
20728 E.g. buffer creation via get-buffer-create doesn't use it.
20729
aa485f7c
MA
207302009-08-28 Michael Albinus <michael.albinus@gmx.de>
20731
20732 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20733 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20734 when writing the temp file. Otherwise, epa-file gets confused.
20735 (tramp-register-file-name-handlers): Make it a defun. Move also
20736 `epa-file-handler' to the front of `file-name-handler-alist'.
20737
207382009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20739
20740 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20741 start right after a ^M.
20742 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20743 (tramp-completion-file-name-regexp-separate)
20744 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20745 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20746 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20747 (tramp-completion-file-name-handler): Apply the checks here,
20748 instead during registration.
88b5a757 20749 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20750 `tramp-register-file-name-handler'. Register both
20751 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20752 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20753
3f0c2b92
NR
207542009-08-28 Nick Roberts <nickrob@snap.net.nz>
20755
72f16325
SM
20756 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20757 Remove variable ...
3f0c2b92
NR
20758 (gdb-init-1, gdb-display-separate-io-buffer)
20759 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20760 references to it.
20761 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20762 (gdb-inferior-filter): Use comint-output-filter to stop
20763 echoing and remove ^M characters.
20764
705e5bd9
SM
207652009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20766
009fdc2e
SM
20767 * emulation/viper-init.el (viper-restore-cursor-type):
20768 * emulation/cua-base.el (cua--update-indications):
20769 Replace default-cursor-type with (default-value 'cursor-type).
20770
b56a5ae0
SM
20771 * mail/sendmail.el (mail-recover-1):
20772 * international/mule-diag.el (describe-current-coding-system-briefly)
20773 (describe-current-coding-system):
20774 * international/mule-cmds.el (select-safe-coding-system)
20775 (select-message-coding-system)
20776 (set-language-environment-coding-systems, set-locale-environment):
20777 * hexl.el (hexl-insert-multibyte-char):
20778 * dos-w32.el (find-buffer-file-type-coding-system):
20779 * simple.el (what-cursor-position):
20780 Replace uses of default-buffer-file-coding-system
20781 with (default-value 'buffer-file-coding-system).
20782
de70529f
SM
20783 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20784 Replace uses of default-cursor-in-non-selected-windows
20785 with (default-value 'cursor-in-non-selected-windows).
20786 Use with-current-buffer.
20787
705e5bd9
SM
20788 * mail/feedmail.el: Use CL macros.
20789 (feedmail-run-the-queue, feedmail-send-it-immediately):
20790 * dos-w32.el (find-buffer-file-type): Replace uses of
20791 default-buffer-file-type with (default-value 'buffer-file-type).
20792
4d985ac2
GM
207932009-08-28 Glenn Morris <rgm@gnu.org>
20794
20795 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20796 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20797 Use default-value of major-mode rather than default-major-mode.
20798
17c15b81
SM
207992009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20800
3a68ab06
SM
20801 * Makefile.in (update-elcfiles): Report left over elc files.
20802
9421bdd1
SM
20803 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20804 expand-file-name and with-current-buffer.
20805 (mail-get-names, mail-directory): Use with-current-buffer.
20806
17c15b81
SM
20807 * vc.el (vc-read-revision): New function.
20808 (vc-version-diff, vc-merge): Use it.
20809
ba83a64e
SS
208102009-08-27 Sam Steingold <sds@gnu.org>
20811
20812 * simple.el (kill-do-not-save-duplicates): New user option.
20813 (kill-new): When it is non-nil, and the new string is the same as
20814 the latest kill, set replace to t to avoid duplicates in kill-ring.
20815
be3e598a 208162009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20817
20818 * net/tramp.el (tramp-handle-process-file): Do not flush all
20819 caches when `process-file-side-effects' is set.
20820 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20821 instead of `tramp-find-file-exists-command'.
20822 Unset `process-file-side-effects'.
d5b5c94a
MA
20823
208242009-08-27 Michael Albinus <michael.albinus@gmx.de>
20825
20826 * net/tramp.el (tramp-methods): New method "rsyncc".
20827 (top): Add completion function for "rsyncc".
20828 (tramp-message-show-message): New defvar.
20829 (tramp-message, tramp-error): Use it.
20830 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20831 remote copying.
20832 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20833 `tramp-methods' entry `copy-env' of "rsyncc".
20834 (tramp-vc-registered-read-file-names): New defconst.
20835 (tramp-vc-registered-file-names): New defvar.
20836 (tramp-handle-vc-registered): Implement optimization strategy.
20837 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20838 (tramp-vc-file-name-handler): New defun.
20839 (tramp-get-ls-command, tramp-get-test-command)
20840 (tramp-get-file-exists-command, tramp-get-remote-ln)
20841 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20842 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20843
20844 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20845 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20846 timestamps.
20847 (tramp-get-file-property): Check for timestamps in
20848 `tramp-cache-inhibit-cache'.
20849 (tramp-set-file-property): Write timestamp.
20850
1339cf20
KH
208512009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20852
20853 * language/japan-util.el (japanese-symbol-table): Add entries for
20854 cp932-2-byte.
20855
20856 * international/characters.el: Add category `j' to cp932-2-byte.
20857
726e3f1d
KH
208582009-08-27 Kenichi Handa <handa@m17n.org>
20859
20860 * international/fontset.el (build-default-fontset-data): New macro.
20861 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20862 tibetan, ethiopic, and ipa.
726e3f1d 20863
4e3b4528
SM
208642009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20865
20866 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20867 (enable-multibyte-characters): Not customizable any more.
20868
20869 * subr.el (default-mode-line-format, default-header-line-format)
20870 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20871 (default-direction-reversed, default-truncate-lines)
20872 (default-left-margin, default-tab-width, default-case-fold-search)
20873 (default-left-margin-width, default-right-margin-width)
20874 (default-left-fringe-width, default-right-fringe-width)
20875 (default-fringes-outside-margins, default-scroll-bar-width)
20876 (default-vertical-scroll-bar, default-indicate-empty-lines)
20877 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20878 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20879 (default-scroll-down-aggressively, default-fill-column)
20880 (default-cursor-type, default-buffer-file-type)
20881 (default-cursor-in-non-selected-windows)
20882 (default-buffer-file-coding-system, default-major-mode)
20883 (default-enable-multibyte-characters): Mark as obsolete.
20884
b3cca6a6
DN
208852009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20886
652cc1a2
DN
20887 * vc-dir.el (vc-dir-update): Remove debug helper.
20888
b3cca6a6
DN
20889 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20890
4ed8c7aa
SS
208912009-08-26 Sam Steingold <sds@gnu.org>
20892
20893 * simple.el (save-interprogram-paste-before-kill): New user option.
20894 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20895 save the interprogram-paste into kill-ring before overriding it
20896 with the Emacs kill.
20897
3b64d86b
DN
208982009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20899
20900 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20901 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20902 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20903 and move to vc-rcs.el.
20904 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20905 move to vc-rcs.el.
20906 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20907 (vc-rcs-update-changelog): Remove.
20908 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20909 and move to vc-rcs.el.
20910
20911 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20912 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20913 renaming.
20914 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20915 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20916 vc.el, renamed to be RCS specific.
20917
72f16325
SM
20918 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20919 New functions.
20920 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20921
20922 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20923 New functions.
20924
636a36a0
SM
209252009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20926
20927 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20928
239b3340
DN
209292009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20930
b91f0762 20931 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20932 (vc-git-stash, vc-git-stash-show): New functions.
20933 (vc-git-extra-menu-map): Bind them.
b91f0762 20934
b8e54362
DN
20935 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20936 directory correctly in case the item is a directory itself.
20937
239b3340
DN
20938 * vc.el: Document the desired behavior for reverted files in the
20939 `added' state.
dc810649
DN
20940 (vc-default-prettify-state-info): Remove function, unused.
20941
20942 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20943
e49c0179
GM
209442009-08-26 Glenn Morris <rgm@gnu.org>
20945
20946 * bindings.el (standard-mode-line-format): Reposition dashes in
20947 which-func entry. (Bug#4217)
20948
3029e594
GM
20949 * files.el (enable-local-variables, enable-local-eval)
20950 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20951 the defcustoms.
20952 (auto-mode-alist, ignored-local-variables)
20953 (save-some-buffers-action-alist): Move risky declarations to the
20954 definitions.
20955 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20956 (font-lock-defaults, format-alist, imenu--index-alist)
20957 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20958 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20959 (mode-line-modified, mode-line-mule-info, mode-line-position)
20960 (mode-line-process, mode-line-remote, outline-level)
20961 (parse-time-rules, rmail-output-file-alist)
20962 (special-display-buffer-names, vc-mode):
20963 Move risky declarations to the relevant files.
72f16325
SM
20964 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20965 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20966 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20967 * font-core.el (font-lock-defaults):
20968 * format.el (format-alist):
20969 * vc-hooks.el (vc-mode):
20970 * window.el (special-display-buffer-names):
20971 * international/mule-cmds.el (input-method-alist):
20972 Define riskiness here (dumped file) rather than in files.el.
20973 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20974 * imenu.el (imenu-generic-expression, imenu--index-alist):
20975 * outline.el (outline-level):
20976 * time.el (display-time-string):
20977 * calendar/parse-time.el (parse-time-rules):
20978 * mail/rmailout.el (rmail-output-file-alist):
20979 Autoload riskiness here, rather than placing in files.el.
20980
8476cfaf
SM
209812009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20982
20983 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20984
0b35b48e
MA
209852009-08-25 Michael Albinus <michael.albinus@gmx.de>
20986
20987 * simple.el (process-file-side-effects): New defvar.
20988
20989 * dired-aux.el (dired-show-file-type):
20990 * vc.el (vc-diff-internal):
20991 * vc-arch.el (vc-arch-diff):
20992 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20993 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20994 * vc-git.el (vc-git-registered, vc-git-working-revision)
20995 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20996 (vc-git--empty-db-p):
20997 * vc-hooks.el (vc-user-login-name):
20998 * vc-svn.el (vc-svn-registered, vc-svn-state)
20999 (vc-svn-dir-extra-headers, vc-svn-find-revision):
21000 * progmodes/grep.el (grep-probe): Let-bind
21001 `process-file-side-effects' with nil.
21002
21003 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21004
21005 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21006 daemon. Replace ping by checking for running service for bluez
21007 and zeroconf. (Bug#4239)
21008
d54cc599
GM
210092009-08-25 Kevin Ryde <user42@zip.com.au>
21010
21011 * net/dig.el (dig): Add autoload cookie.
21012
7bfd055d
GM
210132009-08-25 Glenn Morris <rgm@gnu.org>
21014
bac9c66c
GM
21015 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21016 load-history for absolute file-names.
21017 (byte-compile-file-form-require): Warn about use of the cl package.
21018
7bfd055d
GM
21019 * format.el (format-alist): Doc fix.
21020
5ac1f9e0
GM
21021 * play/bubbles.el (top-level): Don't require cl at run-time.
21022
af62aa88
GM
21023 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21024 run-time cl).
21025
71e036af
DD
210262009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21027
21028 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21029 from cl package.
21030 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21031
42110eaf
JB
210322009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21033
21034 * calc/calc-alg.el (math-trig-rewrite)
21035 (math-hyperbolic-trig-rewrite): New functions.
21036 (calc-simplify): Simplify trig functions when asked.
21037
88421f3e
SM
210382009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21039
21040 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21041
dbd9624e
KH
210422009-08-24 Kenichi Handa <handa@m17n.org>
21043
21044 * language/ind-util.el (mapthread): Delete it.
21045 (combinatorial): New function.
21046 (indian--puthash-cv): Use combinatorial instead of mapthread.
21047
9b89e3ee
GM
210482009-08-22 Kevin Ryde <user42@zip.com.au>
21049
21050 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21051 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21052 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21053 Clarify docstring that the value is strings not symbols.
21054 (checkdoc-list-of-strings-p): New function.
21055
e6ce8c42
GM
210562009-08-22 Glenn Morris <rgm@gnu.org>
21057
2ddf2ea6 21058 * files.el (auto-mode-alist):
a3374680
GM
21059 * hippie-exp.el (he-concat-directory-file-name):
21060 * lpr.el (lpr-windows-system, printer-name):
21061 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21062 * ps-print.el (ps-windows-system):
21063 * startup.el (command-line):
21064 * emulation/viper-ex.el (viper-glob-function):
21065 * international/mule-cmds.el (set-language-environment-coding-systems):
21066 * net/ange-ftp.el (ange-ftp-write-region):
21067 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 21068 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
21069 unisoft-unix, vax-vms, win32, w32.
21070
977955fa
GM
21071 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21072 given name if the pattern is not more specific.
21073
b4deec2e
GM
21074 * calendar/lunar.el (lunar-phase-names): New option.
21075 (lunar-phase): Doc fix.
21076 (lunar-cycles-per-year): New constant.
21077 (lunar-index): New function.
21078 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21079 (lunar-phase-name): Use lunar-phase-names.
21080 (calendar-lunar-phases): Use format.
21081 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21082
47e83968
GM
21083 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21084 Copy imenu-example--name-and-position function here for own use.
21085 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21086
e6ce8c42
GM
21087 * bs.el (bs--redisplay):
21088 * cus-edit.el (custom-redraw):
21089 * ibuffer.el (ibuffer-bury-buffer):
21090 * server.el (server-goto-line-column):
21091 * startup.el (command-line-1):
21092 * strokes.el (strokes-xpm-for-stroke):
21093 * term.el (term-display-buffer-line):
21094 * view.el (View-goto-line):
21095 * calc/calc.el (calc-do, calc-trail-buffer):
21096 * play/gamegrid.el (gamegrid-add-score-insecure):
21097 * progmodes/ada-mode.el (ada-compile-goto-error):
21098 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21099 (ebrowse-select-1st-to-9nth):
47e83968 21100 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
21101 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21102 * progmodes/gud.el (gud-display-line):
21103 (idlwave-shell-display-line):
21104 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21105 * progmodes/make-mode.el (makefile-browser-toggle):
21106 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21107 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21108 * textmodes/picture.el (picture-draw-rectangle):
21109 * textmodes/reftex-index.el (reftex-index-goto-letter):
21110 (reftex-select-jump-to-previous):
21111 * textmodes/reftex-sel.el (reftex-find-start-point)
21112 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21113 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21114 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21115 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21116 * textmodes/two-column.el (2C-associated-buffer):
21117 Use forward-line rather than goto-line.
21118
21119 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21120 goto-line.
21121
4b18bdb3
GM
21122 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21123 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21124 (quick-check-list-to-regexp): Declare.
e6ce8c42 21125
72f16325
SM
21126 * progmodes/make-mode.el (makefile-browser-insert-selection):
21127 Use goto-char rather than goto-line.
e6ce8c42
GM
21128
21129 * progmodes/prolog.el (compilation-error-regexp-alist)
21130 (compilation-forget-errors): Declare.
21131
32a2cf25
JL
211322009-08-22 Juri Linkov <juri@jurta.org>
21133
21134 * progmodes/grep.el (lgrep, rgrep): At the beginning
21135 set `dir' to `default-directory' unless `dir' is a non-nil
21136 readable directory. (Bug#4052)
21137 (lgrep, rgrep): Change a weird way to report an error
21138 from using `read-string' to using `error'.
21139 Instead of using interactive arguments in the function body,
21140 add new argument `confirm'.
21141
5443c9b7
SM
211422009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21143
cb5b40ee
SM
21144 * textmodes/remember.el (remember-buffer):
21145 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21146 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21147 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
21148 * net/newst-treeview.el (newsticker-groups-filename):
21149 * net/newst-backend.el (newsticker-cache-filename):
21150 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21151 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21152 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21153 (speedbar-buffers-line-path, speedbar-path-line)
21154 (speedbar-buffers-line-path):
21155 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21156 (epg-sign-keys):
21157 * epa.el (epa-display-verify-result):
21158 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21159
d6261cc1
GM
211602009-08-21 Glenn Morris <rgm@gnu.org>
21161
3e1ea342
GM
21162 * progmodes/js.el (inferior-moz-process): Fix declaration.
21163
ce86eeb5
GM
21164 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21165
fff28970
GM
21166 * obsolete/rnewspost.el (news-mail-reply):
21167 Use goto-char rather than goto-line.
21168
d93e053b
GM
21169 * term/ns-win.el (ns-open-file-select-line):
21170 Use line-beginning-position rather than goto-line.
21171
d5d105e8
GM
21172 * apropos.el (apropos-command):
21173 * ehelp.el (electric-helpify):
21174 * printing.el (pr-show-setup):
21175 * strokes.el (strokes-help):
21176 * tutorial.el (tutorial--describe-nonstandard-key)
21177 (tutorial--detailed-help):
21178 * woman.el (woman-mini-help, woman-display-extended-fonts):
21179 * calc/calc-help.el (calc-describe-key):
21180 * emulation/edt.el (edt-electric-helpify):
21181 * international/mule-diag.el (mule-diag):
21182 * play/yow.el (apropos-zippy):
21183 * progmodes/python.el (python-describe-symbol):
21184 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21185 * textmodes/table.el (*table--cell-describe-mode)
21186 (*table--cell-describe-bindings):
21187 Use help-print-return-message rather than the now obsolete alias.
21188
a8ab722f 21189 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
21190 (calendar-cursor-to-visible-date):
21191 * play/5x5.el (5x5-position-cursor):
21192 * play/decipher.el (decipher):
21193 * play/gomoku.el (gomoku-goto-xy):
21194 * play/landmark.el (lm-goto-xy):
21195 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21196 (mpuz-paint-digit):
21197 Use forward-line, not goto-line.
a8ab722f 21198
d6261cc1
GM
21199 * mail/rmail.el (rmail-obsolete): Delete custom group.
21200 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21201 (rmail-remote-password, rmail-remote-password-required):
21202 Remove unneeded :set-after and :set properties.
21203
9e846523
MA
212042009-08-21 Michael Albinus <michael.albinus@gmx.de>
21205
21206 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21207
bbe1f502
DN
212082009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21209
bcc5db24
DN
21210 * loadup.el: Remove leftover macos code.
21211
bbe1f502
DN
21212 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21213 Explicitly pass the date format to git blame so that user local
21214 so that the output format can be parsed.
21215
6fd2d19a
MA
212162009-08-20 Michael Albinus <michael.albinus@gmx.de>
21217
21218 * net/dbus.el (top): Don't check for (getenv
21219 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21220
31764e15
SM
212212009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21222
21223 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 21224 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 21225
28930e39
SM
212262009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21227
4fd15622 21228 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 21229 Bug#3287.
4fd15622 21230
b3d8e4a0
SM
21231 * help.el (help-print-return-message): Rename from
21232 print-help-return-message.
21233
c9829c70
SM
21234 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21235 cvs-mode-map parent hack.
21236 (log-view-mode): Derive from special-mode.
21237
b932657b
SM
21238 * linum.el (linum-mode): window-size-change-functions is redundant.
21239 Adapt to new window-configuration-change-hook behavior.
21240 (linum-after-size, linum-after-config): Remove.
21241
1b700bca
SM
21242 * imenu.el (imenu-example--name-and-position)
21243 (imenu-example--lisp-extract-index-name)
21244 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21245 Mark as obsolete.
21246
28930e39
SM
21247 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21248 (inferior-prolog-mode): Use it.
21249 (inferior-prolog-load-file): Reset list of errors.
21250
c9af0b68
KH
212512009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21252
21253 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21254
21255 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21256
720c7cd6
MA
212572009-08-19 Michael Albinus <michael.albinus@gmx.de>
21258
21259 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21260 is running already.
21261
03a74b84
SM
212622009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21263
21264 * subr.el (listify-key-sequence-1): Use normal syntax since those
21265 integers are nowadays always represented by the same (positive) number
21266 on all platforms.
21267 (read-key-empty-map): New const.
21268 (read-key-delay): New var.
21269 (read-key): New function.
21270 (force-mode-line-update): Use with-current-buffer.
21271 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21272 (start-process-shell-command, start-file-process-shell-command):
21273 Discourage the use of command-args.
21274
f43e88d4
GM
212752009-08-19 Glenn Morris <rgm@gnu.org>
21276
21277 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21278
890429cc
SM
212792009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21280
85be9ec4
SM
21281 * simple.el (choose-completion-string): Don't rely on
21282 minibuffer-completing-file-name and ad-hoc checks to decide whether
21283 to continue completion or not.
21284
890429cc
SM
21285 * minibuffer.el (minibuffer-hide-completions): New function.
21286 (completion--do-completion): Use it.
21287 (completions-annotations): New face.
21288 (completion--insert-strings): Use it.
21289 (completion-pcm--delim-wild-regex): Add docstring.
21290 (completion-pcm--string->pattern): Add support for 0-width delimiters
21291 in completion-pcm--delim-wild-regex.
21292
265d4549
SM
212932009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21294
d440b941
SM
21295 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21296 Remove unused var `buffer-modified-p'.
21297
265d4549
SM
21298 * minibuffer.el (completion--do-completion): Move point for the #b001
21299 case as well (bug#4176).
21300 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21301
ba6f7d86
MA
213022009-08-18 Michael Albinus <michael.albinus@gmx.de>
21303
21304 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21305 and :session buses.
21306
98819490
KH
213072009-08-18 Kenichi Handa <handa@m17n.org>
21308
265d4549
SM
21309 * international/ucs-normalize.el (ucs-normalize-version):
21310 Change to 1.1.
58627cf0
KH
21311 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21312 (utf-8-hfs): Make it perform normalization on encoding too.
21313
98819490
KH
21314 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21315 (sentence-end-without-space): Delete duplicated chars.
21316 (sentence-end-base): Likewise.
e739cc85
KH
21317
21318 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21319 (html-mode): Delete duplicated chars from sentence-end-base.
21320
21321 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21322 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21323
645b9326
CY
213242009-08-17 Chong Yidong <cyd@stupidchicken.com>
21325
21326 * files.el (hack-one-local-variable): If the mode function is for
21327 a minor mode, pass it an argument (Bug#4148).
21328
56c195af
MA
213292009-08-17 Michael Albinus <michael.albinus@gmx.de>
21330
21331 * net/tramp.el (tramp-register-completion-file-name-handler):
21332 Check also for (member 'partial-completion completion-styles).
21333
7a55c78b
CY
213342009-08-16 Chong Yidong <cyd@stupidchicken.com>
21335
21336 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21337 abbrev (Bug#3943).
21338
be3e598a 213392009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21340
21341 * progmodes/cperl-mode.el: Merge upstream 6.2.
21342 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21343 (cperl-forward-re): Check cperl-brace-recursing.
21344 (cperl-highlight-charclass): New function.
21345 (cperl-find-pods-heres): Use it.
31cd2dd4 21346 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21347 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21348 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21349 (cperl-beautify-level): Don't process entire regexp.
21350 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21351 calling man.
21352 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21353 (cperl-init-faces): Build a list in the normal way.
21354
81b1f9c9
CY
213552009-08-16 Chong Yidong <cyd@stupidchicken.com>
21356
21357 * calendar/parse-time.el (parse-time-string-chars): Save match
21358 data.
21359
c3732cb8
SM
213602009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21361
55659495
SM
21362 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21363 (sql-product): Use it.
21364 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21365 (sql-set-product): Add completion.
21366 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21367 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21368 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21369 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21370 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21371 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21372 (sql-highlight-db2-keywords): Remove.
21373 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21374 (sql-highlight-product): Use derived-mode-p.
21375 (sql-set-sqli-buffer): Use with-current-buffer.
21376 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21377 Simplify.
21378
1ae79427
SM
21379 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21380
c3732cb8
SM
21381 * term.el: Fix commenting convention, turn comments into docstrings.
21382
f24b8bf3
CY
213832009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21384
21385 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21386
7b6fefac 213872009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21388
1200ac26 21389 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21390 character classes, to handle non-ascii characters (Bug#3190).
21391
213922009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21393
1abbe4e5
CY
21394 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21395 another heredoc if the user adds another < (Bug#3226).
21396
c3732cb8
SM
21397 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21398 Don't initialize based on window-system (Bug#4124).
19261da4 21399
daad00fc
CY
21400 * facemenu.el (facemenu-read-color): Use a completion function
21401 that accepts any defined color, such as RGB triplets (Bug#3677).
21402
e1bdde78
CY
21403 * files.el (get-free-disk-space): Change fallback default
21404 directory to /. Expand DIR argument before switching to fallback.
21405 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21406
9d73a99e
CY
214072009-08-15 Chong Yidong <cyd@stupidchicken.com>
21408
21409 * files.el (load-library): Doc fix.
21410
68b962d4 214112009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21412
953e0c1a 21413 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21414 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21415 incremental search string.
9d73a99e 21416
c3732cb8 21417 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21418 XEmacs.
9d73a99e 21419
c3732cb8
SM
21420 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21421 (ediff-merge-region-is-non-clash)
21422 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21423 Also check if the job is really a merge job.
9d73a99e 21424
c3732cb8 21425 * ediff.el (ediff-current-file): New function.
9d73a99e 21426
2e330adc
CY
214272009-08-15 Chong Yidong <cyd@stupidchicken.com>
21428
21429 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21430 conventions.
c3732cb8 21431 (js-insert-and-indent): Delete function.
2e330adc
CY
21432 (js-mode-map): Don't bind keys to js-insert-and-indent.
21433 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21434 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21435 (js-auto-indent-flag): Delete variable.
2e330adc 21436
17b5d0f7
CY
214372009-08-14 Chong Yidong <cyd@stupidchicken.com>
21438
c3732cb8
SM
21439 * progmodes/js.el: Remove proclaim statement.
21440 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21441
ba2d8894
CY
21442 * files.el (auto-mode-alist): Use js-mode for .js files.
21443
c3732cb8 21444 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21445
21446 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21447
21448 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21449
c3732cb8 21450 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21451
214522009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21453 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21454
21455 * progmodes/js.el: New file.
21456
b6377f1d
MH
214572009-08-14 Mark A. Hershberger <mah@everybody.org>
21458
21459 * timezone.el (timezone-parse-date): Add ability to understand ISO
21460 basic format (minimal separators) dates in addition to the
21461 already-supported extended format dates.
21462
bc0eef46
EZ
214632009-08-14 Eli Zaretskii <eliz@gnu.org>
21464
4e021e65
EZ
21465 * international/ucs-normalize.el: Add a `coding' file variable.
21466
bc0eef46
EZ
21467 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21468
53dab179
SS
214692009-08-14 Sam Steingold <sds@gnu.org>
21470
6801c38a 21471 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21472
6c58c39c
CY
214732009-08-13 Chong Yidong <cyd@stupidchicken.com>
21474
21475 * faces.el (help-argument-name): Define it here instead of
21476 help-fns.el, because in daemon mode help-fns.el may be loaded when
21477 faces are still uninitialized (Bug#1078).
21478
21479 * help-fns.el (help-argument-name): Move defface to faces.el.
21480
c7baf7e9
NR
214812009-08-13 Nick Roberts <nickrob@snap.net.nz>
21482
21483 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21484 create buffer with a pty but no process so that GDB can make the
21485 inferior the controlling process.
21486
9c40e995 214872009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21488
21489 * international/ucs-normalize.el: New file.
21490
8cdba32b
RS
214912009-08-13 Richard Stallman <rms@gnu.org>
21492
5c950923
RS
21493 * mail/rmail.el (rmail-get-attr-names):
21494 Accept an attribute header that is too short.
21495
76e1e40b
RS
21496 * mail/rmail.el (rmail-forget-messages):
21497 Ignore nil elt in rmail-message-vector. Use dotimes.
21498
1fc01b08
RS
21499 * progmodes/compile.el (compilation-goto-locus):
21500 Use next-error-move-function.
21501
8cdba32b
RS
21502 * simple.el (next-error-move-function): New variable.
21503
99910cf4
JL
215042009-08-12 Juri Linkov <juri@jurta.org>
21505
21506 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21507 always non-nil. (Bug#4052)
21508
21509 * replace.el (read-regexp): Return empty string when
21510 `default-value' is nil.
21511 (keep-lines-read-args): Don't use empty string as the
21512 default value for `read-regexp'. (Bug#2495)
21513
fc5bdf6c
JL
215142009-08-12 Juri Linkov <juri@jurta.org>
21515
21516 * international/mule-cmds.el (ucs-insert): Change arguments
21517 from `arg' to `character', `count', `inherit' to be the same
21518 as in `insert-char'. Doc fix. (Bug#4039)
21519
21520 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21521
77748848
JL
215222009-08-12 Juri Linkov <juri@jurta.org>
21523
21524 * files-x.el: New file.
21525
21526 * files.el: Move code that deals with adding/deleting
21527 file/directory-local variables to files-x.el.
21528
21529 * Makefile.in (ELCFILES): Add files-x.elc.
21530
c8a44c4e
DD
215312009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21532
27a9fd5a
DD
21533 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21534 to use `goto-line'.
21535 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21536 `goto-line'.
21537 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21538 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21539 threads list.
107ef54a 21540 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21541 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21542 (gdb-stopped): ...here so it's sent when first thread stops.
21543 (gdb-registers-handler-custom): Do nothing if register names are
21544 unknown yet.
27a9fd5a 21545
c8a44c4e
DD
21546 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21547 from `gdb-mi.el' to avoid extra tangling.
21548
21549 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21550 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21551 (gdb-update-gud-running): No extra fuss for updating frame number.
21552
dfd4e693
SM
215532009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21554
51c4341f
SM
21555 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21556 (describe-language-environment-map, setup-language-environment-map)
21557 (set-coding-system-map): Move initialization into declaration.
21558 (set-language-info-alist): Last arg to define-key-after can be skipped.
21559
21560 * international/quail.el (quail-completion-1): Simplify.
21561 (quail-define-rules): Use slightly more compact code.
21562 (quail-insert-decode-map): Propertize keys, compact columns.
21563
dfd4e693
SM
21564 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21565 Add goto-line.
21566
83326559
MB
215672009-08-10 Miles Bader <miles@gnu.org>
21568
21569 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21570 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21571 (js2-instance-member, js2-private-member, js2-private-function-call)
21572 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21573 (js2-magic-paren, js2-external-variable):
21574 Remove "-face" suffix from face names.
21575 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21576 (js2-highlight-undeclared-vars, js2-peek-token)
21577 (js2-parse-function-params, js2-mode-show-errors)
21578 (js2-mode-show-warnings, js2-make-magic-delimiter)
21579 (js2-mode-highlight-magic-parens): Update to use new face names.
21580
8e754ea2
MA
215812009-08-09 Michael Albinus <michael.albinus@gmx.de>
21582
21583 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21584 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21585
1c292fc7
CY
215862009-08-09 Chong Yidong <cyd@stupidchicken.com>
21587
18d433a7
CY
21588 * subr.el: Provide hashtable-print-readable.
21589
1c292fc7
CY
21590 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21591 hs-c-like-adjust-block-beginning.
21592 (hs-hide-block-at-point): Stop hiding at the beginning of
21593 hs-block-end-regexp (Bug#700).
21594
2db0ae07
DD
215952009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21596
21597 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21598 a macro.
21599 (gdb-registers-handler-custom): Do not fail when register names
21600 are unavailable.
21601
fe4740a6
DD
216022009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21603
21604 * progmodes/gdb-mi.el (gdb-control-all-threads)
21605 (gdb-control-current-thread): Interactive setters for
21606 `gdb-gud-control-all-threads' to use in menu.
21607 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21608 (gud-tool-bar-map): Add non-stop/A,T indicator.
21609 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21610
ce299d55
CY
216112009-08-08 Yoni Rabkin <yoni@rabkins.net>
21612
21613 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21614 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21615 (net-utils-mode): New mode for viewing diagnostic network output.
21616 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21617 (net-utils-run-simple): New function.
21618 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21619
7c4654ad
DD
216202009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21621
21622 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21623 (gdb-memory-set-address, def-gdb-set-positive-number)
21624 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21625 after changing settings.
21626 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21627 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21628 (gdb-registers-handler-custom): Print registers in right order and
21629 allow changing register values (only for current thread yet).
9cbac26b
DD
21630 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21631 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21632 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21633 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21634 Thread info in mode name.
9cbac26b 21635 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21636
0f25a277
EZ
216372009-08-08 Eli Zaretskii <eliz@gnu.org>
21638
21639 * mail/rmail.el (rmail-add-mbox-headers)
21640 (rmail-set-message-counters-counter): Search for
21641 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21642
b971be60
GM
216432009-08-08 Glenn Morris <rgm@gnu.org>
21644
21645 * Makefile.in (ELCFILES): Update.
21646
a35d3ad8
EZ
216472009-08-07 Eli Zaretskii <eliz@gnu.org>
21648
6a7662bb
BR
21649 * mail/sendmail.el (mail-yank-original):
21650 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21651 text is yanked.
21652
8b0bcc2e
EZ
21653 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21654 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21655 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21656 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21657 (calc-graph-init): Don't send -display and -geometry to
21658 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21659 running "pgnuplot -V" with shell-command-to-string.
21660
21661 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21662 the default.
21663
216642009-08-07 Eli Zaretskii <eliz@gnu.org>
21665
21666 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21667 org/org-latex.elc.
21668
3bca7ca5
DN
216692009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21670
3c53763c
DN
21671 * vc-dispatcher.el (vc-resynch-window): Update comment.
21672
3bca7ca5
DN
21673 * term.el (term-handle-ansi-escape): Add comments with the
21674 terminfo capabilities implemented.
21675
7b217360
DD
216762009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21677
5f9d345c 21678 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21679 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21680 (gdb-propertize-header): Move earlier.
21681 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21682 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21683 Refresh disassembly buffers only after threads list have been
21684 update.
21685 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21686 variables.
21687
b4d84ecf
JL
216882009-08-04 Juri Linkov <juri@jurta.org>
21689
21690 * files.el: Commands to add/delete file/directory-local variables.
21691 (read-file-local-variable, read-file-local-variable-value)
21692 (read-file-local-variable-mode, modify-file-local-variable)
21693 (modify-file-local-variable-prop-line)
21694 (modify-dir-local-variable): New functions.
21695 (add-file-local-variable, delete-file-local-variable)
21696 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21697 (add-dir-local-variable, delete-dir-local-variable)
21698 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21699 (copy-dir-locals-to-file-locals-prop-line): New commands.
21700
42da39c1
CY
217012009-08-04 Chong Yidong <cyd@stupidchicken.com>
21702
21703 * abbrev.el (insert-abbrev-table-description): Prettify output.
21704 Suggested by Karl Chen.
21705
98bf8494
DD
217062009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21707
78b9fb28 21708 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21709 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21710 (gdb-overlay-arrow-position, gdb-thread-position)
21711 (gdb-disassembly-position): Declare variables.
21712 (gdb-wait-for-pending): Function now.
21713 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21714 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21715 compilation goes smoothly.
21716 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21717 (gdb-non-stop-setting): New customization setting which replaces
21718 `gdb-non-stop' so changing it doesn't break active GDB session.
21719 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21720 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21721 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21722 (gdb-show-threads-by-default): New customization options.
21723 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21724 routines.
21725 (gdb-get-buffer-create): Send buffers update signal when they are
21726 created.
21727 (gdb-invalidate-locals, gdb-invalidate-registers)
21728 (gdb-invalidate-breakpoints)
21729 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21730 (gdb-invalidate-memory): Accept update signal.
21731 (gdb-current-context-command): Use --frame option.
21732 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21733 Implement `gdb-frame-number' selection logic.
21734 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21735 whether to show GUD toolbar buttons.
21736 (gdb-thread-exited): Unselect current thread when it exits.
21737 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21738 (gdb-mark-line): Routine which sets overlay arrow or inverses
21739 video on fringeless displays.
21740 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21741 to build aligned columns of data in GDB buffers and set text
21742 properties line-by-line.
21743 (gdb-invalidate-breakpoints)
21744 (gdb-breakpoints-list-handler-custom)
21745 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21746 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21747 (gdb-registers-handler-custom): Align data columns.
21748 (gdb-locals-handler-custom): Now prints data like in variable
21749 declarations.
21750 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21751 Remove confusing buttons.
78b9fb28
DD
21752 (gdb-invalidate-threads): Append --frame.
21753 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21754 between breakpoints/threads buffers.
21755 (gdb-set-window-buffer): Now can ignore dedicated windows.
21756 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21757 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21758 (def-gdb-thread-buffer-gud-command): Replaces
21759 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21760 for fine thread control.
21761 (gdb-preempt-existing-or-display-buffer): New function used to
21762 display bound buffers without breaking window layout.
21763 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21764 (gdb-select-frame): New version of `gdb-frames-select' which now
21765 sets `gdb-frame-number' so commands may use --frame option instead
21766 of inner debugger state.
21767 (gdb-frame-handler): Do not set `gdb-frame-number'.
21768 (gdb-threads-mode-map): Select threads with mouse.
21769
21770 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21771 avoid compilation warning.
21772 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21773 `gdb-show-stop-p`.
21774
566f3909
DD
21775 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21776 Argument `key' renamed to `buffer-type'.
21777 (gdb-current-context-buffer-name): Do not add thread info to
21778 buffer name when no thread is selected.
21779 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21780 command (bug 3794).
21781 (gdb-thread-selected): Handle `=thread-selected' notification.
21782 (gdb-wait-for-pending): New macro to deal with congestion problems.
21783 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21784 breakpoints.
7b6fefac
JB
21785 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21786 This fixes problem similar to one described in bug 3947.
566f3909
DD
21787 (gud-menu-map): More menu items.
21788 (gdb-init-1): Reset `gdb-thread-number' to nil.
21789
4a31122c
DD
21790 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21791 non-stop settings.
21792
21793 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21794 (gdb-current-context-command): Do not append --thread if
21795 `gdb-thread-number' is nil.
6a7662bb
BR
21796 (gdb-running-threads-count, gdb-stopped-threads-count):
21797 New variables.
4a31122c 21798 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21799 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21800 New customization options.
4a31122c
DD
21801 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21802 GUD commands.
7b6fefac 21803 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21804 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21805 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21806 set `gdb-thread-number' and update `gud-running' properly.
21807 (gdb-running): Update threads list when new threads appear.
21808 (gdb-stopped): Support non-stop operation and new thread switching
21809 logic.
21810 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21811 (gdb-json-partial-output): New set of JSON routines.
21812 (def-gdb-auto-update-trigger): New `signal-list' optional
21813 argument.
21814 (gdb-thread-list-handler-custom): Update `gud-running',
21815 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21816 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21817 (gdb-continue-thread, gdb-step-thread): New commands for fine
21818 thread execution control.
21819 (gud-menu-map): New menu items to switch non-stop options.
21820 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21821 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21822
21823 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21824 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21825 gdb-buffer-rules.
21826 (def-gdb-auto-update-handler): New nopreserve optional argument.
21827 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21828
88b5a757 21829 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21830 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21831 (gdb-parent-mode): New mode to derive other GDB modes from.
21832 (gdb-display-disassembly-for-thread)
21833 (gdb-frame-disassembly-for-thread): New commands for threads
21834 buffer.
21835
21836 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21837 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21838 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21839 (gdb-update): We now store all GDB buffers in a list so that they
21840 can be updated by traversing a list instead of calling invalidate
7b6fefac 21841 triggers explicitly.
a5c9f540
DD
21842 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21843 pair for GDB buffer.
21844 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21845 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21846 handle pending triggers.
21847 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21848 (def-gdb-thread-buffer-simple-command)
21849 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21850 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21851 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21852 New commands which show buffers bound to thread.
88b5a757 21853 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21854
7b6fefac
JB
21855 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21856 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21857 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21858 to (gud-comint-buffer) in *-buffer-name functions
21859 because (gdb-get-target-string) already does that.
21860 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21861 (gdb-changed-registers-handler): Rewritten without regexps.
21862
ba214964 21863 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21864 (gdb-thread-number): New variable.
21865 (gdb-current-context-command): New macro which adds --thread
21866 option to command.
7b6fefac 21867 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21868 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21869 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21870 (gdb-select-thread): New command which selects current thread.
21871 (gdb-invalidate-frames, gdb-invalidate-locals)
21872 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21873
2ac33804
MA
218742009-08-04 Michael Albinus <michael.albinus@gmx.de>
21875
21876 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21877 robust. (Bug#3977)
2ac33804
MA
21878 (tramp-handle-insert-file-contents): `unwind-protect' must be
21879 inside `with-parsed-tramp-file-name'.
21880
21881 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21882 fails.
21883
39d0296f
NR
218842009-08-03 Nick Roberts <nickrob@snap.net.nz>
21885
21886 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21887 directory if CLASSPATH is not set.
21888
adcbca53
MA
218892009-08-03 Michael Albinus <michael.albinus@gmx.de>
21890
7b6fefac
JB
21891 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21892 New defconst.
7ef849b6 21893 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21894
30924b0b
CY
218952009-08-02 Kevin Ryde <user42@zip.com.au>
21896
7b6fefac
JB
21897 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21898 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21899
b6ce92f1
CY
219002009-08-02 Chong Yidong <cyd@stupidchicken.com>
21901
d977a092
CY
21902 * select.el (x-set-selection): Doc fix (Bug#4021).
21903
21904 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21905
b6ce92f1
CY
21906 * help-fns.el (describe-variable): Treat list return values from
21907 dir-locals-find-file properly (Bug#4005).
21908
7b6fefac 219092009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21910
21911 * net/tramp.el (tramp-debug-message): Print also microseconds.
21912
219132009-08-02 Michael Albinus <michael.albinus@gmx.de>
21914
21915 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21916 or END is non-nil.
21917 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21918 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21919 format.
21920
5ce6e4f4 21921 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21922 (tramp-get-file-property): Use it.
21923
6a7662bb
BR
21924 * autorevert.el (auto-revert-handler):
21925 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21926
2aafe808
JR
219272009-08-02 Jason Rumney <jasonr@gnu.org>
21928
21929 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21930 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21931
e094097c
CY
219322009-08-02 Chong Yidong <cyd@stupidchicken.com>
21933
21934 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21935 (font-lock-variable-name-face, font-lock-constant-face):
21936 Darken the colors for light backgrounds.
e094097c 21937
de94f281
EZ
219382009-08-01 Eli Zaretskii <eliz@gnu.org>
21939
21940 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21941 month names. (Bug#3987)
21942
54b99340
CY
219432009-07-31 Chong Yidong <cyd@stupidchicken.com>
21944
21945 * simple.el (line-move-finish): Pass whole number to
21946 line-move-to-column.
34be836c 21947 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21948
38216c30
JB
219492009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21950
21951 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21952
c779896d
CY
219532009-07-29 Alan Mackenzie <acm@muc.de>
21954
21955 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21956
592ccae0
DD
219572009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21958
35edc6c6
DD
21959 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21960 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21961
5a9e3ab7
JB
219622009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21963
21964 * calc/calc.el (calc-mode-map): Add keybinding for
21965 `calc-transpose-lines'.
21966
7b6fefac 219672009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21968
21969 * calc/calc-misc.el (calc-transpose-lines): New function.
21970
905fb90e
MA
219712009-07-28 Michael Albinus <michael.albinus@gmx.de>
21972
21973 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21974 Simplify check for out-of-band methods.
21975 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21976 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21977
76e14464
DN
219782009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21979
21980 * vc-git.el (vc-git-checkin): Fix typo.
21981
6088b51f 219822009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21983
21984 * progmodes/js2-mode.el: New file.
21985
b85157fe
NR
219862009-07-28 Nick Roberts <nickrob@snap.net.nz>
21987
21988 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21989 (gud-menu-map): Adjust tooltip accordingly.
21990
d43c2b06
DN
219912009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21992
1c0f0c3b
DN
21993 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21994 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21995
d43c2b06
DN
21996 * add-log.el (change-log-mode-map): Add a menu.
21997
3dec5c36
MA
219982009-07-27 Michael Albinus <michael.albinus@gmx.de>
21999
22000 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
22001 function returns nil.
22002 (dbus-handle-event): Handle special return value :ignore.
22003 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22004
5704140c
CY
220052009-07-26 Chong Yidong <cyd@stupidchicken.com>
22006
22007 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22008 it's not needed.
22009
3077d1f6
EZ
220102009-07-25 Eli Zaretskii <eliz@gnu.org>
22011
22012 Fix Bug#3888:
22013
22014 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22015
22016 * term/pc-win.el (x-display-name, x-colors)
22017 (x-select-enable-clipboard, x-select-text): Doc fix.
22018
22019 * term/common-win.el (x-display-name, x-colors): Doc fix.
22020
22021 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22022 (xw-defined-colors): Doc fix.
22023
22024 * w32-fns.el (x-select-text, x-setup-function-keys)
22025 (x-get-selection, x-set-selection): Doc fix.
22026
22027 * term/x-win.el (x-select-text, x-setup-function-keys)
22028 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22029
22030 * select.el (x-set-selection): Doc fix.
22031
51768bc8
MA
220322009-07-25 Michael Albinus <michael.albinus@gmx.de>
22033
22034 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22035 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
22036 "IsNSSSupportAvailable" method is not available.
22037 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 22038
b11c2874
KH
220392009-07-24 Kenichi Handa <handa@m17n.org>
22040
22041 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 22042 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
22043 (build-unicode-category-table): Fix range checks.
22044
ba83b7b6
DN
220452009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22046
22047 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22048 the buffer we try to sync is current when calling
22049 vc-resynch-buffer.
22050
22051 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22052 not show up to date files.
22053
7a8ae964
GM
220542009-07-24 Glenn Morris <rgm@gnu.org>
22055
22056 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22057 Add autoload cookies. If necessary, initialize.
22058 (elint-log): Handle non-file buffers.
22059 (elint-initialize): Add optional argument to reinitialize.
22060 (elint-find-builtin-variables): Save excursion.
22061
a707eb05
DN
220622009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22063
22064 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22065 for Lint.
22066
0a2ddfa6
DN
220672009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22068
d6a62b0d
DN
22069 * vc.el (vc-print-log-internal): New function, split out from ...
22070 (vc-print-log): ... here.
10b5dcad 22071 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 22072
0a2ddfa6
DN
22073 * vc-git.el (vc-git-add-signoff): New variable.
22074 (vc-git-checkin): Use it.
22075 (vc-git-toggle-signoff): New function.
22076 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
22077 (vc-git--run-command-string): Accept a nil FILE argument.
22078 (vc-git-stash-list): New function.
22079 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 22080
589a99f2
GM
220812009-07-23 Glenn Morris <rgm@gnu.org>
22082
22083 * help-fns.el (describe-variable): Describe ignored and risky local
22084 variables in a similar way to that in which we describe safe ones.
22085
22086 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22087 (byte-compile-output-file-form, byte-compile-output-docform)
22088 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22089 Give some more local variables with common names a "bytecomp-" prefix,
22090 so as not to shadow things during compilation.
22091 * emacs-lisp/cl-macs.el (load-time-value)
22092 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22093 `outbuffer' to `bytecomp-outbuffer'.
22094
22095 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22096 since the next two variables cover them automatically now.
22097 (elint-builtin-variables, elint-autoloaded-variables): New.
22098 (elint-unknown-builtin-args): Remove all members, since they can be
22099 parsed automatically now.
22100 (elint-extra-errors): New.
22101 (elint-env-add-env, elint-env-add-macro): Use cadr.
22102 (elint-current-buffer): Use or. Change final message.
22103 (elint-get-top-forms): Use line-end-position.
22104 (elint-init-env): Use cadr. Handle autoload, declare-function,
22105 and defalias.
22106 (elint-add-required-env): Doc fix. Use or. Standardize error.
22107 (regexp-assoc): Remove unused function.
22108 (elint-top-form): Set elint-current-pos, to record the start of the
22109 top-level form, for compilation-mode.
22110 (elint-form): Trap errors in macro expansion. Use dolist.
22111 (elint-unbound-variable): Use elint-builtin-variables and
22112 elint-autoloaded-variables.
22113 (elint-get-args): Use cadr, or.
22114 (elint-check-cond-form): Use dolist, cadr.
22115 (elint-check-condition-case-form): Doc fix. Use cadr.
22116 Use elint-extra-errors.
22117 (elint-log): New function.
22118 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22119 Distinguish errors and warnings.
22120 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22121 Use a bytecomp-style format.
22122 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22123 (elint-get-log-buffer): Use compilation mode. Disable undo.
22124 Don't truncate lines.
22125 (elint-initialize): Set builtin and autoloaded variable lists.
22126 Only process elint-unknown-builtin-args if non-nil.
22127 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22128 New functions.
22129 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22130
855b42a2
GM
221312009-07-22 Kevin Ryde <user42@zip.com.au>
22132
22133 * net/newst-backend.el (newsticker--parse-atom-1.0)
22134 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22135 (newsticker--parse-rss-1.0):
22136 * progmodes/idlwave.el (idlwave-mode):
22137 * progmodes/idlw-shell.el (idlwave-shell-mode):
22138 * progmodes/vera-mode.el (vera-mode):
22139 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22140 * progmodes/vhdl-mode.el (vhdl-mode):
22141 * textmodes/table.el (table-generate-source)
22142 (table--warn-incompatibility):
22143 Hyperlink urls in docstrings with URL `...'.
22144
fd413a37
GM
221452009-07-22 Glenn Morris <rgm@gnu.org>
22146
cb711556
GM
22147 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22148 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22149 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22150 Remove leading * from defcustom docs.
22151
fd413a37
GM
22152 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22153
22154 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22155 defcustom doc.
22156 (list-load-path-shadows): Optionally, just return shadows as a string.
22157
22158 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22159
a4f69701
CY
221602009-07-21 Chong Yidong <cyd@stupidchicken.com>
22161
6a7662bb
BR
22162 * mail/rmailedit.el (rmail-edit-mode):
22163 Use auto-save-include-big-deletions.
a4f69701 22164
6a7662bb
BR
22165 * mail/rmail.el (rmail-variables):
22166 Use auto-save-include-big-deletions.
a4f69701
CY
22167
22168 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22169 changes.
22170
ec06459c
JB
221712009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22172
22173 * calc/calc.el (calc-undo-length): New variable.
22174 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22175
b41b0976
RS
221762009-07-21 Richard Stallman <rms@gnu.org>
22177
22178 * files.el (auto-save-mode): Handle buffer-save-size = -2
22179 for toggling mode.
22180
4ed32706
GM
221812009-07-21 Glenn Morris <rgm@gnu.org>
22182
531b1264
GM
22183 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22184
55d27f41
GM
22185 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22186
02df3f4d
GM
22187 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22188 silence compiler. Instead...
22189 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22190 (ps-print-ensure-fontified): Update for above function name changes.
22191
fdd8417e
GM
22192 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22193 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22194 silence compiler. Instead...
22195 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22196 (mh-show-buffer): Only define for compiler.
22197 (pr-mh-current-message): Update for above function name changes.
22198
4ed32706
GM
22199 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22200 as an argument.
22201 (find-file-noselect, insert-file-1): Update for above change.
22202
22203 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22204
22205 * mail/mailclient.el (mailclient-send-it): Fix message.
22206
22207 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22208 (edebug-eval): Check cl-debug-env is bound.
22209 (print-level, print-circle): Don't redefine built-in variables.
22210
22211 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22212 (custom-print-vectors): Remove old comments from doc.
22213
22214 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22215 (emerge-version): Make the variable an obsolete alias for the
22216 emacs-version variable. Make the function obsolete.
22217 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22218 Emerge options, rather than merging in into the main Options menu.
22219 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22220 and auto advance modes. Disable edit/fast items when not relevant.
22221
86812144
CY
222222009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22223
22224 * term/vt420.el (terminal-init-vt420): Fix typo.
22225
6bb90094
SS
222262009-07-20 Sam Steingold <sds@gnu.org>
22227
22228 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22229 variable (removed from compile.el on 2004-03-11).
22230
42e0a725
CY
222312009-07-20 Chong Yidong <cyd@stupidchicken.com>
22232
22233 * files.el (hack-local-variables-filter): Fix last change.
22234
2ee20f24
JL
222352009-07-19 Juri Linkov <juri@jurta.org>
22236
22237 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22238 (dir-local-variables-alist): New buffer-local variable.
22239 (hack-local-variables-filter): If variable is not dir-local,
22240 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22241 because file-local overrides dir-local.
3570691b 22242 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
22243 Remove obsolete declaration.
22244 (hack-dir-local-variables): Add dir-local variable/value pair to
22245 `dir-local-variables-alist' and remove duplicates. Doc fix.
22246
22247 * help-fns.el (describe-variable): Add information about
22248 file-local and dir-local variables.
22249
89bf83cd
CY
222502009-07-19 Chong Yidong <cyd@stupidchicken.com>
22251
22252 * files.el (hack-local-variables-filter): Rewrite.
22253
1a8d3541
GM
222542009-07-19 Glenn Morris <rgm@gnu.org>
22255
d9e8a018
GM
22256 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22257 Silence compiler by only defining on XEmacs.
22258
da332cfb
GM
22259 * international/mule.el (auto-coding-regexp-alist): Only match
22260 BABYL... at the start of buffer, not of lines. (Bug#3790)
22261
1a8d3541
GM
22262 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22263 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22264 (cal-menu-context-mouse-menu): Doc fix.
22265
22266 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22267
22268 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22269
d842b103
JL
222702009-07-18 Juri Linkov <juri@jurta.org>
22271
22272 * info.el: Virtual Info keyword finder.
3570691b 22273 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22274 (Info-finder-file): New variable.
22275 (Info-finder-find-file): New function.
22276 (finder-known-keywords, finder-package-info)
22277 (find-library-name, lm-commentary): Use defvar and
22278 declare-function to silence compiler warnings.
22279 (Info-finder-find-node): New function.
22280 (info-finder): New command.
22281
22282 * subr.el (process-kill-buffer-query-function): New function.
22283 (add-hook)<kill-buffer-query-functions>: Add hook
22284 `process-kill-buffer-query-function'.
22285
10d37df7
AM
222862009-07-18 Alan Mackenzie <acm@muc.de>
22287
7b6fefac 22288 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22289 (c-postprocess-file-styles): Give invocation of `c-set-style'
22290 DONT-OVERRIDE parameter of t. Already set style variables will
22291 thus not be overridden by style settings given by `c-file-syle'.
22292
22293 * files.el (hack-local-variables-filter): Remove entries with
22294 duplicate keys from `file-local-variables-alist'.
22295
102e1a41
EZ
222962009-07-18 Eli Zaretskii <eliz@gnu.org>
22297
22298 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22299 x-set-selection if display-selections-p returns nil for the
22300 current frame.
22301
16f2e9fc
CY
223022009-07-18 Chong Yidong <cyd@stupidchicken.com>
22303
22304 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22305
f22693fc
EZ
223062009-07-18 Eli Zaretskii <eliz@gnu.org>
22307
a6c2c80c
EZ
22308 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22309 Accept nil in addition to a regexp.
22310 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22311 Accept nil in addition to a regexp.
22312 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22313 buffers that have an associated file. Handle nil values of
22314 desktop-buffers-not-to-save and desktop-files-not-to-save.
22315 (Bug#3833)
22316
f22693fc
EZ
22317 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22318 (x-disown-selection-internal): New functions.
22319
e456379a
NR
223202009-07-18 Nick Roberts <nickrob@snap.net.nz>
22321
22322 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22323 warning.
22324 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22325 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22326
0013b70f
CY
223272009-07-18 David De La Harpe Golden <david@harpegolden.net>
22328
22329 * simple.el (set-mark): Revert last change.
22330
0855c2ca
CY
223312009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22332
22333 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22334 rendering of pngs is not possible instead of messaging a long
22335 description.
22336
3f5c9cad
CY
223372009-07-17 David De La Harpe Golden <david@harpegolden.net>
22338
22339 * w32-fns.el (x-selection-owner-p): New function.
22340
22341 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22342 (mouse-yank-at-click, mouse-yank-primary):
22343 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22344 insertion.
3f5c9cad
CY
22345
22346 * simple.el (deactivate-mark, set-mark): Only save selection if we
22347 own it.
22348
1fc87f9b
KH
223492009-07-17 Kenichi Handa <handa@m17n.org>
22350
22351 * case-table.el (describe-buffer-case-table): Fix for the case
22352 that KEY is a cons.
22353
d56fdcd2
DN
223542009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22355
22356 * vc-rcs.el (vc-rcs-find-file-hook):
22357 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22358
bede3e9f
MA
223592009-07-16 Michael Albinus <michael.albinus@gmx.de>
22360
22361 * net/tramp.el (tramp-wait-for-output): Handle the case when
22362 commands do not return a newline but a null byte before the shell
22363 prompt. (Bug#3858)
22364
7653ca1d
YM
223652009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22366
22367 * term/ns-win.el (ns-set-alpha): Don't declare.
22368 (ns-set-background-alpha): Remove function.
22369
ed2a52e9
SM
223702009-07-16 Kevin Ryde <user42@zip.com.au>
22371
22372 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22373 y-or-n-p, for safety.
22374
7a907299
RS
223752009-07-16 Richard Stallman <rms@gnu.org>
22376
22377 * files.el (auto-save-mode): If buffer-saved-size is -2,
22378 don't clobber it.
22379
22380 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22381 (rmail-retry-ignored-headers): Add more uninteresting fields.
22382
c0db3477
CY
223832009-07-15 Jari Aalto <jari.aalto@cante.net>
22384
22385 * net/rcirc.el (rcirc): Use history variables.
22386 (rcirc-server-name-history, rcirc-nick-name-history)
22387 (rcirc-server-port-history): New variables.
22388
6c875452
KH
223892009-07-15 Kenichi Handa <handa@m17n.org>
22390
bf974dc9
KH
22391 * international/mule-cmds.el (set-language-environment-charset):
22392 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22393 ignore them.
22394
6c875452
KH
22395 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22396 Delete unibyte-display.
22397
2066b4fe
CY
223982009-07-15 Chong Yidong <cyd@stupidchicken.com>
22399
22400 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22401
f9be2e35
CY
224022009-07-15 Chong Yidong <cyd@stupidchicken.com>
22403
22404 * simple.el (deactivate-mark): Optional argument FORCE.
22405 (set-mark): Use deactivate-mark.
22406
22407 * info.el (Info-search): No need to check transient-mark-mode
22408 before calling deactivate-mark.
22409
22410 * select.el (x-set-selection): Doc fix.
22411 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22412 (xselect--selection-bounds): Handle buffer values.
22413 Suggested by David De La Harpe Golden.
f9be2e35 22414
6a7662bb
BR
22415 * mouse.el (mouse-set-region, mouse-drag-track):
22416 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22417 select-active-regions work.
22418
be3e598a 224192009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22420
22421 * simple.el (deactivate-mark): If select-active-regions is
22422 non-nil, copy the selection data into a string.
22423 (activate-mark): If select-active-regions is non-nil, set the
22424 selection to the current buffer.
22425 (set-mark): Update selection if select-active-regions is non-nil.
22426
22427 * select.el (x-valid-simple-selection-p): Allow buffer values.
22428
cbd61418
SM
224292009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22430
22431 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22432 and more featureful message-mode.
22433
f470187f
CY
224342009-07-14 Chong Yidong <cyd@stupidchicken.com>
22435
22436 * select.el (x-set-selection): Doc fix.
22437 (x-valid-simple-selection-p): Disallow selection data consisting
22438 of a list or cons of integers, since that is not used.
22439 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22440 (xselect-convert-to-string, xselect-convert-to-length)
22441 (xselect-convert-to-filename, xselect-convert-to-charpos)
22442 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22443
bfc99364
DD
224442009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22445
22446 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22447 output in -break-info command (Emacs bug #3794).
22448
e32721f5
GM
224492009-07-14 Glenn Morris <rgm@gnu.org>
22450
1e46f9e4
GM
22451 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22452 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22453 (edebug-print-length, edebug-print-level, edebug-print-circle)
22454 (edebug-sit-for-seconds, edebug-view-outside)
22455 (edebug-bounce-point, edebug-set-global-break-condition)
22456 (edebug-Go-nonstop-mode, edebug-trace-mode)
22457 (edebug-Trace-fast-mode, edebug-continue-mode)
22458 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22459 (edebug-visit-eval-list): Doc fixes.
22460
e32721f5
GM
22461 * subr.el (def-edebug-spec): Doc fix.
22462
66a85e76
KH
224632009-07-14 Kenichi Handa <handa@m17n.org>
22464
22465 * international/characters.el: Fix setting of category ?C.
22466
28571246
JD
224672009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22468
7b6fefac 22469 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22470 ns-popup-font-panel instead of generate-fontset-menu.
22471
5d74672c
EZ
224722009-07-12 Eli Zaretskii <eliz@gnu.org>
22473
7b6fefac 22474 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22475
eb1727a4
CY
224762009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22477
22478 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22479 the PK\003\004 header (Bug#3770).
22480
208384c5
CY
224812009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22482
22483 * pcomplete.el (pcomplete-comint-setup): Check for
22484 shell-dynamic-complete-filename too.
22485
774409a1
CY
224862009-07-11 Chong Yidong <cyd@stupidchicken.com>
22487
22488 * simple.el (temporary-goal-column): Change the value for
22489 line-move-visual to a cons cell.
22490 (line-move-visual): Record or set the window hscroll, if
22491 necessary (Bug#3494).
22492 (line-move-1): Handle cons value of temporary-goal-column.
22493
1639ee1d
KH
224942009-07-11 Kenichi Handa <handa@m17n.org>
22495
22496 * international/mule-diag.el (describe-character-set): Don't show
22497 width.
22498
2b1d2412
SS
224992009-07-10 Sam Steingold <sds@gnu.org>
22500
22501 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22502 Omake sometimes indents the errors it prints, so allow all
22503 regexps to start with spaces.
22504
ed3a5691
EZ
225052009-07-10 Eli Zaretskii <eliz@gnu.org>
22506
ed2a52e9
SM
22507 * cus-edit.el (customize-changed-options-previous-release):
22508 Bump value to 22.1. (Bug#3804)
ed3a5691 22509
49405d0e
SS
225102009-07-08 Sam Steingold <sds@gnu.org>
22511
22512 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22513 to be a cons cell (test . ignored-directory) to selectively ignore
22514 some directories depending on the location of the search.
22515
93c3eb7c
MA
225162009-07-08 Michael Albinus <michael.albinus@gmx.de>
22517
22518 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22519 remote user is root, on the local host.
22520 (tramp-local-host-p): Either the local user or the remote user
22521 must be root. (Bug#3771)
22522
6f2a8484
NR
225232009-07-08 Nick Roberts <nickrob@snap.net.nz>
22524
22525 * progmodes/gdb-mi.el (gdb): Remove description of
22526 gdb-use-separate-io-buffer.
69cb8d82 22527 (menu): Don't allow toggling of or enable
6f2a8484
NR
22528 gdb-use-separate-io-buffer from menubar.
22529
88d03607
CY
225302009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22531
22532 * mail/unrmail.el (unrmail): Make sure the message ends with two
22533 newlines (Bug#3769).
22534
7ef5b8b2
GM
225352009-07-08 Glenn Morris <rgm@gnu.org>
22536
22537 * calendar/calendar.el (calendar-current-date): Rework previous change.
22538
3ce82f97
GM
225392009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22540
22541 * calendar/calendar.el (calendar-current-date):
22542 Add an optional argument giving an offset from today.
22543
f35fc841
GM
225442009-07-08 Glenn Morris <rgm@gnu.org>
22545
22546 * tutorial.el (tutorial--describe-nonstandard-key):
22547 Adjust the message for when a key has been unbound.
22548 (help-with-tutorial): Hide the arch-tag.
22549
40149292
KH
225502009-07-08 Kenichi Handa <handa@m17n.org>
22551
69cb8d82
KH
22552 * international/fontset.el (setup-default-fontset): For each
22553 script, append (not set) font-specs.
22554
40149292
KH
22555 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22556 docstring.
22557
ff0c4194
NR
225582009-07-08 Nick Roberts <nickrob@snap.net.nz>
22559
22560 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22561 -data-list-register-names to ...
22562 (gdb-starting): ... here because GDB 7.0 requires execution to
22563 have started when using this MI command.
22564 (gdb-set-header): New function to distinguish select and
22565 unselected tabs in gdb buffers.
22566 (gdb-propertize-header): New macro that uses gdb-set-header.
22567 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22568 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22569
8954c675
CY
225702009-07-07 Chong Yidong <cyd@stupidchicken.com>
22571
22572 * Makefile.in (ELCFILES): Remove fadr.elc.
22573
0996385d
DD
225742009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22575
dc6b4519
DD
22576 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22577 may contain frame information, so `string-match' should be used.
22578 (gdb-update): Disassembly is invalidated through
22579 `gdb-get-selected-frame'.
22580 (gdb-pad-string): New function to pad string with spaces.
22581 (gdb-invalidate-disassembly): Invalidate only if the buffer
22582 exists.
22583 (gdb-disassembly-handler-custom): Column alignment.
22584 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22585 placing new ones.
22586 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22587 end of line, too.
22588 (gdb-frame-handler): Match convention to for disassembly buffer
22589 mode name.
17c1380b 22590 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22591 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22592 not highlight breakpoints without line information.
69a197a2 22593 (gdb-input): Add trailing newline to command.
dc6b4519 22594
14340b25
DD
22595 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22596 buffer properly.
22597 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22598 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22599 now.
22600 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22601 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22602 to place breakpoints.
14340b25
DD
22603 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22604 functions.
22605 (gdb-disassembly-handler-custom): Show overlay arrow.
22606 (gdb-disassembly-place-breakpoints): Show breakpoints in
22607 disassembly buffer.
22608 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22609 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22610 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22611 in `gud-menu-map'.
14340b25 22612
38d4f316 22613 * fadr.el: Remove.
1f2a6224 22614
7b6fefac 22615 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22616 (gdb-memory-address): New variable which holds top address of
7b6fefac 22617 memory page shown in memory buffer.
6a7662bb
BR
22618 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22619 New customization variables.
0996385d
DD
22620 New functions:
22621 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22622 display the memory buffer.
22623 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22624 buffer display parameters.
22625 (def-gdb-memory-format, gdb-memory-format-binary)
22626 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22627 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22628 Functions for setting memory buffer format.
22629 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22630 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22631 unit size used in memory buffer.
6a7662bb
BR
22632 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22633 Switch to next/previous page of memory buffer.
28d67a53 22634 Now using (bindat-get-field) instead of fadr functions.
0996385d 22635
9ba562d3
SS
226362009-07-07 Sam Steingold <sds@gnu.org>
22637
22638 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22639 non-top-level files.
22640
a43977db
KH
226412009-07-07 Kenichi Handa <handa@m17n.org>
22642
6a7662bb
BR
22643 * international/mule-cmds.el (reset-language-environment):
22644 Put the highset priority to the charset iso-8859-1.
a43977db 22645
d44d05e8
CY
226462009-07-06 Chong Yidong <cyd@stupidchicken.com>
22647
22648 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22649 to the end of the line when locating the block (Bug#700).
22650
3e2fa353
MA
226512009-07-06 Michael Albinus <michael.albinus@gmx.de>
22652
22653 * net/tramp.el (tramp-handle-write-region): Flush file properties
22654 in case of short track.
22655
be3e598a 226562009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22657
bf0b361c
JB
22658 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22659 Coded custom representation of verilog error regular expressions
22660 to work with Emacs-22's new format.
d88782c3 22661 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22662 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22663 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22664 error recognition into XEmacs.
22665 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22666 error recognition into Emacs-22.
22667
25c6f63e
CY
226682009-07-06 Chong Yidong <cyd@stupidchicken.com>
22669
22670 * woman.el: Remove stand-alone closing parentheses.
22671 (woman-file-name, woman2-format-paragraphs)
22672 (woman-leave-blank-lines): Code cleanup.
22673 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22674 (woman-italic, woman-bold, woman-unknown, woman-addition):
22675 Change defaults to inherit from default faces.
25c6f63e
CY
22676 (woman2-process-escapes): Consume the newline after a stand-alone
22677 filler character (Bug#3651).
22678
f176290e
GM
226792009-07-06 Glenn Morris <rgm@gnu.org>
22680
22681 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22682 (top-level): Move provide to the end.
22683 (ffap): Remove defunct URL from custom group.
22684
22685 * subr.el (eval-after-load): Doc fix.
22686
7b6fefac 226872009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22688
22689 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22690 `calc-embedded-word' is called twice.
22691
4b8b1ec5
SM
226922009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22693
22694 * files.el (find-alternate-file-other-window, find-alternate-file):
22695 Obey confirm-nonexistent-file-or-buffer.
22696
d6ceb380
MA
226972009-07-05 Michael Albinus <michael.albinus@gmx.de>
22698
22699 * dired-aux.el (dired-show-file-type): Handle remote files.
22700
be3e598a 227012009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22702
4b8b1ec5
SM
22703 * desktop.el (desktop-globals-to-save):
22704 Add file-name-history (Bug#2750).
c760f19e 22705
6d00ce04
CY
227062009-07-05 Chong Yidong <cyd@stupidchicken.com>
22707
4b8b1ec5 22708 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22709
6ee21b07
JB
227102009-07-04 Johan Bockgård <bojohan@gnu.org>
22711
22712 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22713 property on entire argument since this is what eshell-lisp-command
22714 expects.
22715
f0dbdc25
MA
227162009-07-03 Michael Albinus <michael.albinus@gmx.de>
22717
22718 * net/tramp-gvfs.el (tramp-gvfs-methods)
22719 (tramp-gvfs-zeroconf-domain)
22720 (tramp-bluez-discover-devices-timeout): Add version flag.
22721 (tramp-gvfs-handler-mounted-unmounted)
22722 (tramp-gvfs-connection-mounted-p): Polish handling of
22723 incompatibilities between GVFS 0.2 and 1.0.
22724
e044e4fc
JD
227252009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22726
4b8b1ec5 22727 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22728
2e9b968b
JB
227292009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22730
bf0b361c 22731 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22732 formatted correctly.
22733
baf1a55e
JL
227342009-07-02 Juri Linkov <juri@jurta.org>
22735
22736 * info.el: Virtual Info files and nodes.
22737 (Info-virtual-files, Info-virtual-nodes): New variables.
22738 (Info-current-node-virtual): New variable.
22739 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22740 New functions.
22741 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22742 to check for a virtual file instead of checking a fixed list
22743 of node names.
22744 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22745 instead of ad-hoc processing of "dir" and (apropos history toc).
22746 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22747 instead of ad-hoc processing of "dir" and (apropos history toc).
22748 Reread a file when moving from a virtual node.
22749 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22750 (Info-directory-toc-nodes, Info-directory-find-file)
22751 (Info-directory-find-node): New functions.
22752 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22753 (Info-history): Move part of code to
22754 `Info-history-find-node'.
22755 (Info-history-toc-nodes, Info-history-find-file)
22756 (Info-history-find-node): New functions.
22757 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22758 (Info-toc): Move part of code to `Info-toc-find-node'.
22759 (Info-toc-find-node): New function.
4b8b1ec5 22760 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22761 the current Info file name to references because now the node
22762 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22763 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22764 (Info-toc-nodes): Rename input argument `file' to `filename'.
22765 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22766 instead of ad-hoc processing of ("dir" apropos history toc).
22767 (Info-index-nodes): Use Info-virtual-file-p
22768 to check for a virtual file instead of checking a fixed list
22769 of node names.
22770 (Info-index-node): Add check for `Info-current-node-virtual'.
22771 Raise `save-match-data' higher up the tree to contain
22772 `search-forward' too (bug fix).
22773 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22774 (Info-virtual-index-nodes): New variable.
22775 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22776 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22777 (Info-apropos-file, Info-apropos-nodes): New variables.
22778 (Info-apropos-toc-nodes, Info-apropos-find-file)
22779 (Info-apropos-find-node, Info-apropos-matches): New functions.
22780 (info-apropos): Move part of code to `Info-apropos-find-node' and
22781 `Info-apropos-matches'.
22782 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22783 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22784 for a virtual file instead of checking a fixed list of node names.
22785
22786 * simple.el (async-shell-command): New command.
22787
22788 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22789
22790 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22791 instead of `mount-info'.
22792
d04bc496
MA
227932009-07-02 Michael Albinus <michael.albinus@gmx.de>
22794
22795 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22796 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22797
af0403e0
KH
227982009-07-02 Kenichi Handa <handa@m17n.org>
22799
22800 * international/mule.el (set-keyboard-coding-system): Force *-unix
22801 coding-system to avoid eol conversion.
22802
99278f8a
MA
228032009-07-01 Michael Albinus <michael.albinus@gmx.de>
22804
4b8b1ec5
SM
22805 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22806 Add handler for `process-file', `shell-command' and
99278f8a
MA
22807 `start-file-process'.
22808 (tramp-gvfs-handle-shell-command)
22809 (tramp-gvfs-handle-start-file-process)
22810 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22811 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22812
3f1c6666
JD
228132009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22814
22815 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22816
3f396bac
KH
228172009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22818
22819 * language/korean.el (set-language-info-alist): Add korean-cp949,
22820 cp949 to spec.
22821
c1185193
KH
228222009-07-01 Kenichi Handa <handa@m17n.org>
22823
22824 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22825
22826 * international/encoded-kb.el: Deleted.
22827
22828 * international/mule.el (set-keyboard-coding-system): Perform the
22829 necessary setup here instead of calling encoded-kbd-setup-display.
22830
3f150a60
GM
228312009-07-01 Glenn Morris <rgm@gnu.org>
22832
22833 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22834
b0d5b05b
GM
228352009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22836
22837 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22838
4f4126e6
MA
228392009-06-30 Michael Albinus <michael.albinus@gmx.de>
22840
4b8b1ec5
SM
22841 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22842 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22843 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22844
7ae3ea65 22845 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22846 (top): Add a default for "synce" in `tramp-default-user-alist'.
22847 Add completion function for "synce" method.
22848 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22849 (tramp-hal-interface-manager, tramp-hal-interface-device):
22850 New defconst.
22851 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22852 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22853 New defuns.
d6ceb380
MA
22854
22855 * net/trampver.el: Update release number.
7ae3ea65 22856
0ad6626b
KH
228572009-06-30 Kenichi Handa <handa@m17n.org>
22858
22859 * international/fontset.el (setup-default-fontset): Add CJK fonts
22860 for symbols and the other miscellaneous characters.
22861
4b8b1ec5
SM
22862 * language/korea-util.el (setup-korean-environment-internal):
22863 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22864 (exit-korean-environment): Cancel above.
22865
22866 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22867 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22868 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22869 environments, and an exit-function to cancel that.
22870
22871 * language/japan-util.el (setup-japanese-environment-internal):
22872 Call use-cjk-char-width-table with arg `ja_JP'.
22873
22874 * international/characters.el (cjk-char-width-table): Delete it.
22875 (cjk-char-width-table-list): New variable.
22876 (use-cjk-char-width-table): New arg local-name.
22877 (use-default-char-width-table): Fix for the case that Emacs is
22878 already using the default char-width-table.
22879
fd46e893
MA
228802009-06-29 Michael Albinus <michael.albinus@gmx.de>
22881
22882 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22883 modes mandatory. (Bug#3712)
22884
b87d9f96
AM
228852009-06-29 Alan Mackenzie <acm@muc.de>
22886
22887 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22888 correction between the visible width of TABs and their number of bytes.
b87d9f96 22889
2d25aa5a
CY
228902009-06-29 Chong Yidong <cyd@stupidchicken.com>
22891
22892 * server.el (server-buffer-done): Prevent kill-buffer from
22893 prompting by clearing the buffer modification flag (Bug#3696).
22894
a3a8b002
DN
228952009-06-28 Michael McNamara <mac@mail.brushroad.com>
22896
bf0b361c 22897 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22898 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22899 (verilog-basic-complete-re): Support localparam lineup.
22900 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22901 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22902 commenting.
22903 (verilog-leap-to-case-head): Now support *nested* unique &
22904 priority case statements.
22905 (verilog-auto-lineup): Make just declarations the default (as it
22906 had been).
4b8b1ec5 22907 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22908 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22909 select the various styles of automatic lineup.
a3a8b002
DN
22910 (verilog-error-regexp-alist): Rework to support the XEmacs style
22911 of error regular expressions from compilers, lint tools &
22912 simulators. Note that GNU Emacs has made it impossible for a mode
22913 to load such things.
22914 (electric-verilog-terminate-line, verilog-indent-declaration)
22915 (verilog-auto-wiure): Rework for radio button selection of
22916 auto-lineup selection of specification of auto lineup.
22917 (verilog-beg-of-statement-1): Redesign to support proper operation
22918 in additional code, based on testing with auto-lineup.
22919 (verilog-calculate-indent, assignments & declarations)
22920 (verilog-backward-token): Enhance to support auto-lineup of
22921 assignments & declarations.
22922 (verilog-in-directive-p, verilog-at-struct-p): New function for
22923 easy test of whether we are.
22924 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22925 to support safe execution at almost anyline.
22926 (verilog-calc-1): Properly support indenting deep inside generate
22927 blocks.
48c2d18a 22928 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22929 as it is redundant with font-lock-defaults.
a8f316ca 22930 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22931 to avoid circular calls if syntax-ppss is a function (as is the
22932 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22933 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22934 (verilog-ovm-begin-re, verilog-ovm-end-re)
22935 (verilog-ovm-statement-re, verilog-leap-to-head)
22936 (verilog-backward-token): Add support for OVM macros. Some are
22937 complete statements, and others open and close scopes like begin
22938 and end.
22939 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22940 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22941 compilation issue.
48c2d18a 22942 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22943 coverpoint, constraint and cross statements.
a3a8b002
DN
22944 (verilog-defun-level-list, verilog-generate-defun-level-list)
22945 (verilog-all-defun-level-list): Redo these specifications - it is
22946 too hard to support eval-when compile aggregation of lists also
22947 built at when-compile time.
22948 (verilog-defun-level-list): Place defconsts of variables used in
22949 building regular expressions which are built in eval-when-compile
22950 bodies in the same eval-when-compile body to facilitate compile
22951 without load.
22952 (verilog-beg-block-re-ordered): Support indenting
22953 virtual/protected tasks and functions.
7b6fefac 22954 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22955 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22956 indentation of some module items (generate items).
22957 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22958 across virtual/protected tasks and functions.
22959
229602009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22961
bf0b361c 22962 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22963 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22964 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22965 in concatenations. Reported by Yishay Belkind.
22966 (verilog-auto-ascii-enum): Support one-hot state machines in
22967 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22968 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22969 modport in AUTOINST and add vl-modport for users.
22970 Reported by David Rogoff.
a3a8b002
DN
22971 (verilog-auto-inout-module, verilog-auto-inst)
22972 (verilog-decls-get-interfaces, verilog-insert-definition)
22973 (verilog-insert-one-definition, verilog-read-decls)
22974 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22975 (verilog-sig-modport, verilog-signals-combine-bus)
22976 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22977 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22978 Suggested by David Rogoff.
22979 (verilog-repair-open-comma): Fix non-insertion of comma when
22980 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22981 (verilog-make-width-expression): Simplify [A-1:0] expression
22982 widths to just {A{1'b0}}.
22983 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22984 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22985 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22986 inputs/outputs or data type. Suggested by Vasu Kandadi.
22987 (next-error-last-buffer): Fix byte-compiler warning.
22988 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22989 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22990 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22991 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22992 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22993 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22994 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22995 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22996 causing use of <= assignments. Reported by Alex Reed.
22997 (verilog-read-decls): Fix triand, trior, wand, wor to be
22998 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22999 (verilog-extended-complete-re): Support import "DPI-C" functions.
23000 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 23001 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
23002 (verilog-insert-date, verilog-insert-year)
23003 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23004 Windows systems. Reported by Michael Potts.
23005 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 23006 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 23007 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 23008 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
23009 (verilog-read-decls): Fix detecting "parameter int" when using
23010 AUTOINSTPARAM. Reported by Bruce T.
23011 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 23012 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 23013 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
23014 verilog-goto-defun will work. Reported by Lawrence Butcher.
23015 (verilog-getopt): Expand environment variables in -f file
23016 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 23017 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
23018 when reading enumerations.
23019 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23020 Suggested by Stephen Peltan.
4b8b1ec5 23021 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
23022 files. Reported by Steve Peltan.
23023
f7c0d931
CY
230242009-06-28 David De La Harpe Golden <david@harpegolden.net>
23025
23026 * files.el (trash-directory): Fix defcustom type.
23027
baf1a55e 230282009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
23029
23030 * help-fns.el (describe-function-1): Correctly locate adviced
23031 functions in hyperlink (Bug#2438).
23032
d63a01ef
CY
230332009-06-28 Chong Yidong <cyd@stupidchicken.com>
23034
23035 * files.el (trash-directory): Change default to nil.
23036 (move-file-to-trash): If trash-directory is nil and
23037 system-move-file-to-trash is unbound, perform freedesktop-style
23038 trashing.
23039
230402009-06-28 David De La Harpe Golden <david@harpegolden.net>
23041
23042 * files.el (move-file-to-trash): Add freedesktop trash
23043 support (Bug#973).
23044
fc2f6a26
GM
230452009-06-28 Glenn Morris <rgm@gnu.org>
23046
23047 * autorevert.el (global-auto-revert-non-file-buffers)
23048 (global-auto-revert-mode): Doc fixes.
23049
00242b07
JB
230502009-06-27 Johan Bockgård <bojohan@gnu.org>
23051
23052 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23053
f5594f03
CY
230542009-06-27 Chong Yidong <cyd@stupidchicken.com>
23055
e8a2b2da
CY
23056 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23057 opened an X connection before calling x-get-resource (Bug#3194).
23058
f5594f03
CY
23059 * play/doctor.el: Remove reference to obsolete website.
23060 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23061
3c3bf6ce
DN
230622009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23063
23064 Remove find-file-not-found-hook VC method. (Bug#2757)
23065 * vc-hooks.el (vc-file-not-found-hook)
23066 (vc-default-find-file-not-found-hook): Remove functions.
23067 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23068 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23069 * vc.el:
23070 * vc-hg.el:
23071 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23072
e26a7bc0
AM
230732009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23074
23075 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 23076 compatibility function for `looking-back'.
e26a7bc0 23077
4b8b1ec5 23078 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 23079 Use `ispell-looking-back'.
e26a7bc0 23080
d9848600
MA
230812009-06-24 Michael Albinus <michael.albinus@gmx.de>
23082
23083 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 23084 rather than `filename'.
d9848600 23085
05fbc4a9
MB
230862009-06-23 Miles Bader <miles@gnu.org>
23087
23088 * face-remap.el (text-scale-set): New function.
23089
f86ca715
GM
230902009-06-23 Glenn Morris <rgm@gnu.org>
23091
33e2c2e5
GM
23092 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23093
f529f302
GM
23094 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23095
34995333
GM
23096 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23097
cc80ccee
GM
23098 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23099
84cb770d
GM
23100 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23101 Simplify Persian conditionals.
23102
d916c965
GM
23103 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23104 variable `filename'.
23105
b6a44b27
GM
23106 * comint.el (comint-insert-input): Doc fix.
23107
f86ca715
GM
23108 * Makefile.in (ELCFILES): Fix typo in previous change.
23109
666e158e
MB
231102009-06-23 Miles Bader <miles@gnu.org>
23111
23112 * cus-start.el: Add entry for `recenter-redisplay'.
23113
be3e598a 231142009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
23115
23116 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23117 Add an optional argument for the backend, use it instead of
23118 calling vc-backend.
4b8b1ec5
SM
23119 (vc-mode-line): Add an optional argument for the backend.
23120 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
23121 special handling for vc-state being a buffer to ...
23122
23123 * vc-rcs.el (vc-rcs-find-file-hook):
23124 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23125
23126 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23127 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23128 vc-stay-local-p and vc-mode-line calls.
23129
23130 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23131 (vc-cvs-diff, vc-cvs-annotate-command)
23132 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23133 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23134 vc-mode-line calls.
23135
23136 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23137 direct comparison.
23138 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23139 backend when calling vc-mode-line.
23140 (vc-register): Do not create a closure for calling the vc register
23141 function, call it directly.
23142
2764748c
DN
231432009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23144
23145 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23146 to make it obvious item can be clicked.
f5a0b281
DN
23147
23148 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23149
d4a885b2
KH
231502009-06-23 Kenichi Handa <handa@m17n.org>
23151
23152 * language/korea-util.el (korean-key-bindings): Change the binding
23153 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23154 same command.
23155
e3610693
MA
231562009-06-22 Michael Albinus <michael.albinus@gmx.de>
23157
23158 Sync with Tramp 2.1.16.
23159
23160 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23161
23162 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23163 when a loading of a package fails. Completion function for rsync
23164 is `tramp-completion-function-alist-ssh'.
23165 (all): Replace all calls of `split-string' and
23166 `tramp-split-string' by `tramp-compat-split-string'.
23167 (tramp-default-method): Use `tramp-compat-process-running-p'.
23168 (tramp-default-proxies-alist): Allow also Lisp forms.
23169 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 23170 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
23171 (tramp-domain-regexp): Allow also "-", "_" and ".".
23172 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23173 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23174 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
23175 (tramp-handle-directory-files-and-attributes-with-stat):
23176 Care about filenames with spaces, or starting with "-".
e3610693
MA
23177 (tramp-handle-dired-uncache): New defun.
23178 (tramp-handle-insert-directory): Don't flush the directory from
23179 cache, this is handled by `dired-uncache' now.
23180 (tramp-handle-insert-file-contents): Improve error handling.
23181 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23182 Quote `tramp-end-of-output'.
23183 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
23184 (tramp-check-for-regexp): Both echoes must be present, before removing.
23185 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
23186 (tramp-compute-multi-hops): Eval cons cells of
23187 `tramp-default-proxies-alist'.
23188 (tramp-maybe-open-connection): Use the same command pattern for
23189 first hop and further hops.
23190 (tramp-wait-for-output): Remove handling of newlines.
23191 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23192 (tramp-split-string): Remove function. It is handled in
23193 tramp-compat now.
23194
4b8b1ec5
SM
23195 * net/tramp-cmds.el (tramp-bug):
23196 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
23197
23198 * net/tramp-compat.el (tramp-compat-split-string)
23199 (tramp-compat-process-running-p): New defuns.
23200
23201 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23202 for `dired-uncache'.
23203
23204 * net/tramp-gvfs.el: New package.
23205
4b8b1ec5
SM
23206 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23207 Add handler for `dired-uncache'.
e3610693
MA
23208 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23209
23210 * net/trampver.el: Update release number. Make version check fit
23211 for SXEmacs 22.
23212
13a3f374
JM
232132009-06-22 Jim Meyering <meyering@redhat.com>
23214
e0a28a3b 23215 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
23216 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23217 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23218
5242671e 232192009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 23220 Nick Roberts <nickrob@snap.net.nz>
13a3f374 23221
e0a28a3b 23222 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
23223 repository (http://sphinx.net.ru/hg/gdb-mi/).
23224
3fde45af
GM
232252009-06-22 Glenn Morris <rgm@gnu.org>
23226
46253b34
GM
23227 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23228 `mode' and `eval' entries. (Bug#3430)
23229
97e18192
GM
23230 * Makefile.in (ELCFILES): Add fadr.elc.
23231
731a00fb
GM
23232 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23233 differing behavior of \n and ^ in strings. (Bug#3385)
23234
c66cd0ff
GM
23235 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23236
3fde45af
GM
23237 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23238 property.
23239 (lisp-indent-function): Make it a defcustom.
23240
db2241a0
NR
232412009-06-21 Nick Roberts <nickrob@snap.net.nz>
23242
23243 * progmodes/gdb-ui.el: Replace with ...
5242671e 23244 * progmodes/gdb-mi.el: ... this file.
db2241a0 23245 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
23246
232472009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23248
db2241a0
NR
23249 * fadr.el: New file.
23250
38d4f316 23251See ChangeLog.14 for earlier changes.
e3d51b27
MR
23252
23253;; Local Variables:
23254;; coding: utf-8
e3d51b27
MR
23255;; End:
23256
73b0cd50 23257 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
23258
23259 This file is part of GNU Emacs.
23260
23261 GNU Emacs is free software: you can redistribute it and/or modify
23262 it under the terms of the GNU General Public License as published by
23263 the Free Software Foundation, either version 3 of the License, or
23264 (at your option) any later version.
23265
23266 GNU Emacs is distributed in the hope that it will be useful,
23267 but WITHOUT ANY WARRANTY; without even the implied warranty of
23268 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23269 GNU General Public License for more details.
23270
23271 You should have received a copy of the GNU General Public License
23272 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.