Introduce ns-auto-hide-menu-bar to hide menubar for Emacs frames.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7a097943
LL
12011-03-27 Leo Liu <sdl.web@gmail.com>
2
3 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
4 for foreground and background colors.
5 (ansi-color-make-color-map): Adapt.
6
c5b40130
LL
72011-03-25 Leo Liu <sdl.web@gmail.com>
8
1f48f7d2
LL
9 * midnight.el (midnight-time-float): Remove. Note it calculates
10 the microsecond component incorrectly and seconds-to-time does the
11 same job.
625897ec 12 Remove redundant (require 'timer).
1f48f7d2 13
c5b40130
LL
14 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15 (ido-completions): Remove unused arguments. (Bug#8329)
16
d86d2721
SM
172011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * minibuffer.el (completion--flush-all-sorted-completions):
20 Remove itself from hook.
21 (completion-at-point): Let the functions perform the completion
22 immediately and return nil or t.
23 * comint.el (comint-dynamic-complete-functions): Now identical to
24 completion-at-point-functions.
25 (comint-dynamic-list-input-ring): Remove unused var `index'.
26 (comint--match-partial-filename, comint--unquote&expand-filename):
27 New funs, split from comint-match-partial-filename.
28 (comint-dynamic-complete): Use completion-at-point.
29 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
30
e8974c48
DA
312011-03-24 Drew Adams <drew.adams@oracle.com>
32
33 * thingatpt.el: Support `defun'.
34
def71b5e
LL
352011-03-23 Leo Liu <sdl.web@gmail.com>
36
cb5af48e
LL
37 * abbrevlist.el: Move to obsolete/abbrevlist.el.
38
def71b5e
LL
39 * help-mode.el (help-mode-finish): Tweak regexp.
40
927c53e7
GM
412011-03-23 Glenn Morris <rgm@gnu.org>
42
18d05bed
GM
43 * eshell/esh-opt.el (eshell-eval-using-options):
44 Do not bind unused local variable `eshell-option-stub'.
45
927c53e7
GM
46 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
47
9d0da923
JB
482011-03-22 Juanma Barranquero <lekktu@gmail.com>
49
50 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
51 keymap variable in `with-no-warnings' to avoid a warning when the
52 keymap has been already `defconst'ed.
53
4b978a67
LL
542011-03-22 Leo Liu <sdl.web@gmail.com>
55
56 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
57 encode all chars in abbrevs; otherwise use emacs-mule or
58 utf-8-emacs. (Bug#8308)
59
5fd62452
JB
602011-03-22 Juanma Barranquero <lekktu@gmail.com>
61
0b1596c6
JB
62 * simple.el (backward-delete-char-untabify):
63 Avoid warning about using `delete-backward-char'.
64
5fd62452
JB
65 * image.el (image-type-file-name-regexps): Make it variable.
66 `imagemagick-register-types' modifies it, and the user may want
67 to add new extensions for known image types.
68 (imagemagick-register-types): Throw error if not using ImageMagick.
69
0b4e93f1
LL
702011-03-22 Leo Liu <sdl.web@gmail.com>
71
72 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
73 located before rcirc-prompt-end-marker.
74 (rcirc-complete): Error if point is not after rcirc prompt.
75 Handle the case when table is nil.
9882e214 76 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 77
fccee4ab
CY
782011-03-22 Chong Yidong <cyd@stupidchicken.com>
79
80 * custom.el (custom--inhibit-theme-enable): Make it affect only
81 custom-theme-set-variables and custom-theme-set-faces.
82 (provide-theme): Ignore custom--inhibit-theme-enable.
83 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
84 (custom-enabling-themes): Delete variable.
d86d2721
SM
85 (enable-theme): Accept only loaded themes as arguments.
86 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
87 (custom-enabled-themes): Forbid themes from setting this.
88 Eliminate use of custom-enabling-themes.
89 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 90
af896da6
LL
912011-03-21 Leo Liu <sdl.web@gmail.com>
92
93 * ido.el (ido-read-internal): Add ido-selected to history instead
94 of user input.
95
78f64af0
SM
962011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * subr.el (deferred-action-list, deferred-action-function):
99 Mark obsolete.
100
b16ac1ec
LL
1012011-03-21 Leo Liu <sdl.web@gmail.com>
102
810f7698
LL
103 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
104 change on 2011-02-13 (bug#8309).
105
b16ac1ec
LL
106 * minibuffer.el (read-file-name-function): Change default value.
107 (read-file-name--defaults): Rename from read-file-name-defaults.
108 (read-file-name-default): Rename from read-file-name.
109 (read-file-name): Call read-file-name-function.
110
4e05e67e
GM
1112011-03-21 Glenn Morris <rgm@gnu.org>
112
113 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
114 Doc fixes.
115
4359915b
CY
1162011-03-21 Chong Yidong <cyd@stupidchicken.com>
117
118 * cus-theme.el: Add missing provide statement.
119 (customize-create-theme): Extract theme value correctly.
120 (custom-theme-visit-theme): Autoload.
121 (customize-create-theme): Prompt before inserting default faces.
122
1fe275ee
JB
1232011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
124
125 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
126 units and musical notes.
127
3ec03f7e
LL
1282011-03-20 Leo <sdl.web@gmail.com>
129
130 * ido.el (ido-read-internal): Use completing-read-default.
131 (ido-completing-read): Fix compatibility with completing-read.
132
7d476bde
CO
1332011-03-20 Christian Ohler <ohler@gnu.org>
134
135 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
136 (ert-delete-all-tests): Use `called-interactively-p' rather than
137 `interactive-p'.
138 (ert--make-xrefs-region): Respect END.
139
fe0fb33e
CY
1402011-03-19 Chong Yidong <cyd@stupidchicken.com>
141
ff854b0b
CY
142 * dired-aux.el (dired-create-directory): Signal an error if the
143 directory already exists (Bug#8246).
144
fe0fb33e
CY
145 * facemenu.el (list-colors-display): Call list-faces-display
146 inside with-help-window.
147 (list-colors-print): Use display property to align the final
148 column, instead of checking window-width.
149
576bce32
EZ
1502011-03-19 Eli Zaretskii <eliz@gnu.org>
151
152 * emerge.el (emerge-metachars): Separate value for ms-dos and
153 windows-nt systems.
154 (emerge-protect-metachars): Quote correctly for ms-dos and
155 windows-nt systems.
156
b14e3e21 1572011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
158
159 * info.el (info-initialize): Replace all uses of `:' with
160 path-separator for compatibility with non-Unix systems.
161 Cache quoting of path-separator. (Bug#8258)
162
b14e3e21 1632011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
164
165 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
166 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
167 (mouse-avoidance-mode): Fix typos in docstrings.
168
4525ce3e
CY
1692011-03-19 Chong Yidong <cyd@stupidchicken.com>
170
171 * startup.el (package-subdirectory-regexp): Move from package.el.
172 Omit \\` and \\', and let callers add them.
173
174 * emacs-lisp/package.el (package-strip-version)
175 (package-load-all-descriptors): Add \\` and \\' to
176 package-subdirectory-regexp before using it.
177 (package-untar-buffer): New arg DIR; ensure that file untars only
178 into this expected directory. Remove superfluous delete-region.
179 (package-unpack): Caller changed.
180 (package-tar-file-info): Use package-subdirectory-regexp.
181
a904a09a 1822011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 183
a904a09a
SM
184 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
185 diff-mode-shared-map (bug#8284).
186 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
187
1882011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
189
190 * calendar/time-date.el (format-seconds): Use assoc instead of
191 assoc-string, since assoc-string doesn't exist in XEmacs.
192
171fc304
JB
1932011-03-17 Juanma Barranquero <lekktu@gmail.com>
194
195 * custom.el (custom-known-themes): Reflow docstring.
196 (custom-theme-load-path): Fix typo in docstring.
197 (load-theme): Fix typo in error message.
198 (custom-available-themes, custom-variable-theme-value):
199 Use `let', not `let*'.
200
d71990a1
JB
2012011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
202
203 * calc/README: Mention inclusion of musical notes.
204
205 * calc/calc-units.el (calc-lu-quant): Rename from
206 `calc-logunits-quantity'.
207 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
208 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
209 (calc-db): Rename from `calc-dblevel'.
210 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
211 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
212 (calc-np): Rename from `calc-nplevel'.
213 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
214 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
215 (calc-lu-plus): Rename from `calc-logunits-add'.
216 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
217 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
218 (calc-lu-minus): Rename from `calc-logunits-sub'.
219 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
220 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
221 (calc-lu-times): Rename from `calc-logunits-mul'.
222 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
223 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
224 (calc-lu-divide): Rename from `calc-logunits-div'.
225 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
226 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
227
228 * calc/calc-ext.el (calc-init-extensions): Update the names of the
229 functions being autoloaded.
230
231 * calc/calc.el (calc-lu-power-reference): Rename from
232 `calc-logunits-power-reference'.
233 (calc-lu-field-reference): Rename from
234 `calc-logunits-field-reference'.
235
236 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
237
40c2934b
SM
2382011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * minibuffer.el (completion-all-sorted-completions):
241 Use :completion-cycle-penalty text property if present.
242
b0911414
KM
2432011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
244
245 * allout.el (allout-yank-processing): Adjust for new rebulleting
246 regime so bullet being yanked is used without prompting the user
247 for a choice.
248
8a05b668
JB
2492011-03-16 Juanma Barranquero <lekktu@gmail.com>
250
251 * startup.el (command-line): Warn the user that _emacs is deprecated.
252
5ba5fb81
JB
2532011-03-16 Juanma Barranquero <lekktu@gmail.com>
254
255 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
256 (delphi-verbose, delphi-comment-face, delphi-string-face)
257 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
258 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
259 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
260 (delphi-new-comment-line, delphi-font-lock-defaults)
261 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
262 Fix typos in docstrings.
263
2dab465b
KM
2642011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
265
5ba5fb81 266 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
267 Invert the roles of character and string values for INSTEAD, so a
268 string is used for the more common case of a defaulting prompt.
269
0adf5618
SM
2702011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * progmodes/ruby-mode.el (ruby-backward-sexp):
273 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
274 * play/gamegrid.el (gamegrid-make-face):
275 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
276 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
277 * notifications.el (notifications-notify):
278 * net/xesam.el (xesam-search-engines):
279 * net/quickurl.el (quickurl-list-insert):
280 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
281
d72700e5
CY
2822011-03-15 Chong Yidong <cyd@stupidchicken.com>
283
284 * startup.el (command-line): Update package subdirectory regexp.
285
49c5410a
SM
2862011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
287
c6eee9aa
SM
288 * allout.el (allout-abbreviate-flattened-numbering)
289 (allout-mode-deactivate-hook): Fix up obsolescence "date".
290
49c5410a
SM
291 * subr.el (read-char-choice): Only show the cursor after the prompt,
292 not after the answer.
293
047b2bb9
KR
2942011-03-15 Kevin Ryde <user42@zip.com.au>
295
296 * help-fns.el (variable-at-point): Skip leading quotes, if any
297 (bug#8253).
298
0a57d256
SM
2992011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
302 warning message.
303
77c992bc
MA
3042011-03-14 Michael Albinus <michael.albinus@gmx.de>
305
306 * shell.el (shell): When called interactively, offer to change the
307 shell file name on remote hosts.
308
eebc475d
TZ
3092011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
310
311 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
312 integration for LDAP parameters. The host, base, user or binddn,
313 and secret tokens can be specified in a netrc file, for instance.
314 This is optional because an `auth-source' parameter must be
315 specified in the search attributes.
316
9d05d1ba
JB
3172011-03-13 Juanma Barranquero <lekktu@gmail.com>
318
319 * help.el (describe-mode): Link to the mode's definition (bug#8185).
320
09d9db2c
GM
3212011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
324 into declaration. Remove redundant and harmful binding.
325
3262011-03-12 Eli Zaretskii <eliz@gnu.org>
327
328 * files.el (file-ownership-preserved-p): Pass `integer' as an
329 explicit 2nd argument to `file-attributes'. If the file's owner
330 is the Administrators group on Windows, and the current user is
331 Administrator, consider that a match.
332
333 * server.el (server-ensure-safe-dir): Consider server directory
334 safe on MS-Windows if its owner is the Administrators group while
335 the current Emacs user is Administrator. Use `=' to compare
336 numerical UIDs, since they could be integers or floats.
337
219bd536
JB
3382011-03-12 Juanma Barranquero <lekktu@gmail.com>
339
340 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
341
f3afd36b
MA
3422011-03-12 Michael Albinus <michael.albinus@gmx.de>
343
344 Sync with Tramp 2.2.1.
345
346 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
347
348 * net/trampver.el: Update release number.
349
3aaaa6f1
SM
3502011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
351
94642599
SM
352 * progmodes/compile.el (compilation--previous-directory): Fix up
353 various nil/dead-marker mismatches (bug#8014).
354 (compilation-directory-properties, compilation-error-properties):
355 Don't call it at a position past the one we're about to change.
356
3aaaa6f1
SM
357 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
358 Disable obsolescence warnings in the file that declares it.
359
14239447
KM
3602011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
361
219bd536 362 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
363 allout-widgets-tally as a hash table rather than nil to prevent
364 mode-line redisplay warnings.
365 Also, clarify the module description and fix a comment typo.
366
135e287c
JB
3672011-03-11 Juanma Barranquero <lekktu@gmail.com>
368
369 * help-fns.el (describe-variable): Don't complete keywords.
370 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
371
ffbf300e
CY
3722011-03-10 Chong Yidong <cyd@stupidchicken.com>
373
ba08b241
CY
374 * emacs-lisp/package.el (package-version-join): Impose a standard
375 string representation for pre/alpha/beta version lists.
376 (package-unpack-single): Standardize the directory name by passing
377 it through package-version-join.
378 (package-strip-rcs-id): Accept any version string that does not
379 signal an error in version-to-list.
ffbf300e 380
f346fd6b
MA
3812011-03-10 Michael Albinus <michael.albinus@gmx.de>
382
383 * simple.el (delete-trailing-whitespace): Return nil for the
384 benefit of `write-file-functions'.
385
ccb55d27
GM
3862011-03-10 Glenn Morris <rgm@gnu.org>
387
5ceaac0c
GM
388 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
389
02da65ff
GM
390 * vc/vc-git.el (vc-git-program): New option.
391 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
392 (vc-git--call): Use it.
393
b2f603cc
GM
394 * eshell/esh-util.el (eshell-condition-case): Doc fix.
395
5772caab
GM
396 * cus-edit.el (Custom-newline): If no button at point, look
397 for a subgroup button at start-of-line. (Bug#2298)
398
ccb55d27
GM
399 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
400
ec6ecaed
JD
4012011-03-10 Julien Danjou <julien@danjou.info>
402
403 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
404 `cursor-type' is nil.
405
9d5aa01d
JB
4062011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
407
408 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
409
b6a5875b
KM
4102011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
411
412 * allout.el Summary: Change so yank of distinctive-bullet items
413 preserves the existing header prefix, rebulleting it if necessary,
414 rather than replacing it. This is necessary for proper operation
415 of cooperative addons like allout-widgets.
219bd536 416 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
417 SOLICIT arg to INSTEAD, and interpret additionally a string value
418 as alternate bullet to be used, instead of prompting the user for
419 a bullet character.
420
ee545c35
MA
4212011-03-09 Michael Albinus <michael.albinus@gmx.de>
422
d86d2721
SM
423 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
424 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
425 `tramp-default-port'.
426
c47971d7
DD
4272011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
428
429 * net/rcirc.el (rcirc-handler-001): Remove useless
430 with-rcirc-process-buffer.
431 (rcirc-check-auth-status): Swap arguments to string-match.
432
13522cb4
GM
4332011-03-09 Glenn Morris <rgm@gnu.org>
434
0be6f4f1
GM
435 * shell.el (shell-mode):
436 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
437
13522cb4
GM
438 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
439 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
440
515de2e3
CY
4412011-03-08 Chong Yidong <cyd@stupidchicken.com>
442
443 * emacs-lisp/package.el (package-refresh-contents)
444 (package-menu-execute): Use condition-case-no-debug.
445
b511b994
MA
4462011-03-08 Michael Albinus <michael.albinus@gmx.de>
447
448 * simple.el (shell-command-to-string): Use `process-file'.
449
450 * emacs-lisp/package.el (package-tar-file-info): Handle also
451 remote files.
452
d86d2721
SM
453 * emacs-lisp/package-x.el (package-upload-buffer-internal):
454 Use `equal' for upload base check.
b511b994 455
25bbfb31
AM
4562011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
457
458 * textmodes/texinfo.el (texinfo-environments):
459 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
460
be996521
GM
4612011-03-08 Glenn Morris <rgm@gnu.org>
462
e9c8529f
GM
463 * cus-start.el (cursor-in-non-selected-windows):
464 Fix :set quoting oddness. (Bug#8192)
465
be996521
GM
466 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
467 in some setf expressions. (Bug#2159)
468
2bb5649e
CY
4692011-03-08 Chong Yidong <cyd@stupidchicken.com>
470
471 * custom.el (custom-available-themes): Return themes in
472 alphabetical order.
473
7600cf45
CY
4742011-03-07 Chong Yidong <cyd@stupidchicken.com>
475
476 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
477 application of patch from Alan Mackenzie (Bug#7595).
478
fa7062f6
DD
4792011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
480
481 * net/rcirc.el (rcirc-connect): Fix PASS bug.
482
619f4b62
GM
4832011-03-07 Glenn Morris <rgm@gnu.org>
484
485 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 486 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 487
e63e9234
ER
4882011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
489
490 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
491 Add optional `after-sunset' argument. (Bug#8190)
492
16130297
AH
4932011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
494
495 * play/morse.el (nato-alphabet, nato-region, denato-region):
496 New variable and functions. (Bug#2288)
f72c1fd6 497 (morse-region, unmorse-region): Barf if read-only.
16130297 498
2b0787b3
SM
4992011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * progmodes/gud.el (gdb-script-syntax-propertize-function):
502 Don't change the syntax of a \n that closes a comment (bug#8169).
503
5c69cb2c
CY
5042011-03-06 Chong Yidong <cyd@stupidchicken.com>
505
506 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
507 defcustom.
508 (package--update-file): Doc fix. Accept relative file names.
509 (package--archive-contents-from-file): Remove the argument, since
510 it's necessarily always "archive-contents".
511 (package-maint-add-news-item): Pass relative file name args to
512 package--update-file.
513 (package-upload-buffer-internal): Prompt for a destination if
514 package-archive-upload-base is invalid. Create the directory if
515 it does not exist.
516 (package-upload-buffer, package-upload-file): Doc fix.
517
892777ba
CY
5182011-03-06 Chong Yidong <cyd@stupidchicken.com>
519
520 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
521 and move isearch-yank-line to M-s C-e (Bug#8183).
522
9d1f0f55
AM
5232011-03-06 Alan Mackenzie <acm@muc.de>
524
525 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
526 (c-guess-basic-syntax): Move CASE 19 to a different place,
527 correctly to process template-args-cont lines.
9d1f0f55 528
479a2c9b
JB
5292011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
530
2b0787b3
SM
531 * calc/calc-ext.el (calc-init-extensions):
532 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
533 and calc-nplevel, respectively. Add keybindings for calc-spn,
534 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
535 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
536
537 * calc/calc-units.el (calc-dblevel): Rename from
538 calc-logunits-dblevel.
539 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
540 (math-midi-round, math-freqp, math-midip, math-spnp)
541 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
542 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
543 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
544 (math-notes): New variable.
545
546 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 547
f561e49a
CY
5482011-03-06 Chong Yidong <cyd@stupidchicken.com>
549
550 * emacs-lisp/package.el (package-archives): Accept either ordinary
551 directory names, in addition to HTTP URLs.
552 (package--with-work-buffer): New macro. Handle normal directories.
553 (package-handle-response): Don't display the failing buffer.
554 (package-download-single, package-download-tar)
555 (package--download-one-archive): Use package--with-work-buffer.
556 (package-archive-base): Rename from package-archive-url.
557
79a0fb58
GM
5582011-03-06 Glenn Morris <rgm@gnu.org>
559
560 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
561 (xmodmap-generic-mode): Respect generic-extras-enable-list.
562
ffd0a502
DC
5632011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
564
565 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
566
01c35094
JB
5672011-03-06 Juanma Barranquero <lekktu@gmail.com>
568
569 * allout.el (allout-init, allout-prefixed-keybindings)
570 (allout-unprefixed-keybindings):
571 * progmodes/prolog.el (prolog-find-term):
572 Fix typos in docstrings.
573
509742cc
NS
5742011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
575
576 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
577
14369ab3
KR
5782011-03-06 Kevin Ryde <user42@zip.com.au>
579
580 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
581
aa248733
MS
5822011-03-06 Michael Shields <shields@msrl.com> (tiny change)
583
584 * window.el (one-window-p, walk-windows, display-buffer):
585 Doc fixes. (Bug#5567)
586
da0275f8
JB
5872011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
588
589 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
590 of the variable if it exists.
591
845fc5e5
JB
5922011-03-06 Juanma Barranquero <lekktu@gmail.com>
593
594 * bookmark.el:
595 * desktop.el:
596 * emacs-lock.el:
597 * ps-print.el:
598 * saveplace.el:
599 * net/tramp-cache.el:
01c35094 600 * obsolete/fast-lock.el:
845fc5e5
JB
601 * textmodes/reftex.el:
602 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
603
7e27ce9c
AL
6042011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
605
01c35094
JB
606 * files.el (delete-directory, copy-directory, list-directory):
607 Use read-directory-name.
7e27ce9c
AL
608
609 * find-file.el (ff-find-the-other-file):
610 * net/ange-ftp.el (ange-ftp-make-directory):
611 * printing.el (pr-interactive-dir):
612 * progmodes/ada-prj.el (ada-prj-load-directory):
613 * progmodes/ebnf2ps.el (ebnf-print-directory)
614 (ebnf-spool-directory, ebnf-eps-directory)
615 (ebnf-syntax-directory):
616 * shell.el (shell):
617 * speedbar.el (speedbar-create-directory):
618 * vc/emerge.el (emerge-merge-directories):
619 * vc/vc-dir.el (vc-dir):
620 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
621
d23ae2b0
CY
6222011-03-05 Chong Yidong <cyd@stupidchicken.com>
623
624 * help-mode.el (help-buffer): If we are to return the current
625 buffer, signal an error if it's not in Help mode (Bug#8147).
626
2de9cc1a
RT
6272011-03-05 Reuben Thomas <rrt@sc3d.org>
628
629 * files.el (file-name-version-regexp): Handle backup files of the
630 form `foo.js.~HEAD~1~' (Bug#8159).
631
81fb60b2
GM
6322011-03-05 Glenn Morris <rgm@gnu.org>
633
634 * eshell/esh-var.el: Don't require esh-test when compiling.
635 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
636 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 637 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 638
c5f09daf
DE
6392011-03-05 David Engster <deng@randomsample.de>
640
641 * files.el (save-some-buffers): Report the names of buffers saved
642 automatically due to buffer-save-without-query (Bug#8134).
643
77f63d30
DD
6442011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
645
646 * net/rcirc.el: Add QuakeNet authentication support.
647 (rcirc-authinfo, rcirc-check-auth-status)
648 (rcirc-authenticate): Support QuakeNet.
649
72d2c2e3
DD
6502011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
651
652 * net/rcirc.el: Add functionality to authenticate before
653 autojoining channels.
654 (rcirc-authenticate-before-join): New option.
655 (rcirc-authenticated-hook): New variable.
656 (rcirc-connect): Make local variable rcirc-user-authenticated.
657 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
658 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
659 New functions.
660 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
661 Call rcirc-check-auth-status.
72d2c2e3 662
d733e817
MA
6632011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
664
665 * net/soap-client.el (soap-namespace-put-link): Check if the target
666 name is fully qualified -- use only the name part.
667 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
668 types, treated the same as xsd:sequence. (Bug#8166)
669
3ae59fff
EZ
6702011-03-05 Eli Zaretskii <eliz@gnu.org>
671
672 * files.el (find-file-noselect): Don't ask about re-visiting
673 non-literally if the file is already visited in image-mode.
674 (Bug#8177)
675
a9eeff78
GM
6762011-03-05 Glenn Morris <rgm@gnu.org>
677
d783d303
GM
678 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
679 (eshell-mode): Use eshell-kill-buffer-function.
680 Run the -initialize functions independently of the -load-hooks.
681 * eshell/esh-proc.el (eshell-kill-process-function): New function.
682 (eshell-gather-process-output, eshell-sentinel)
683 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
684 Use eshell-kill-process-function.
685 * eshell/em-alias.el (eshell-alias-load-hook):
686 * eshell/em-banner.el (eshell-banner-load-hook):
687 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
688 * eshell/em-dirs.el (eshell-dirs-load-hook):
689 * eshell/em-glob.el (eshell-glob-load-hook):
690 * eshell/em-hist.el (eshell-hist-load-hook):
691 * eshell/em-pred.el (eshell-pred-load-hook):
692 * eshell/em-prompt.el (eshell-prompt-load-hook):
693 * eshell/em-rebind.el (eshell-rebind-load-hook):
694 * eshell/em-script.el (eshell-script-load-hook):
695 * eshell/em-smart.el (eshell-smart-load-hook):
696 * eshell/em-term.el (eshell-term-load-hook):
697 * eshell/em-unix.el (eshell-unix-load-hook):
698 * eshell/esh-arg.el (eshell-arg-load-hook):
699 * eshell/esh-cmd.el (eshell-cmd-load-hook):
700 * eshell/esh-ext.el (eshell-ext-load-hook):
701 * eshell/esh-io.el (eshell-io-load-hook):
702 * eshell/esh-mode.el (eshell-exit-hook):
703 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
704 * eshell/esh-var.el (eshell-var-load-hook):
705 Set default hook values to nil. (Bug#5375)
706
4a0f18a8
GM
707 * eshell/esh-module.el (eshell-module-unload-hook)
708 (eshell-modules-list): Remove leading * from defcustom docs.
709
a9eeff78
GM
710 * eshell/esh-util.el (eshell-for): Make it obsolete.
711 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
712 * eshell/em-dirs.el (eshell-save-some-last-dir):
713 * eshell/em-hist.el (eshell-save-some-history)
714 (eshell-hist-parse-modifier):
715 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
716 (eshell-ls-entries):
717 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
718 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
719 (eshell/which):
720 * eshell/esh-ext.el (eshell-find-interpreter):
721 * eshell/esh-mode.el (eshell-mode):
722 * eshell/esh-module.el (eshell-unload-extension-modules):
723 * eshell/esh-proc.el (eshell-process-interact):
724 * eshell/esh-test.el (eshell-test):
725 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
726 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
727 (eshell-variables-list):
728 * eshell/eshell.el (eshell-unload-all-modules):
729 Replace eshell-for with dolist.
730
85a55d38
GM
7312011-03-04 Glenn Morris <rgm@gnu.org>
732
733 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
734
38c179c9
TT
7352011-03-04 Tom Tromey <tromey@redhat.com>
736
737 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
738
732795fa
GM
7392011-03-04 Glenn Morris <rgm@gnu.org>
740
015bea8f
GM
741 * outline.el (outline-regexp): No longer allow nil.
742 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
743
9d982739
GM
744 * net/browse-url.el (browse-url):
745 Handle deleted default-directory. (Bug#6077)
746
732795fa
GM
747 * recentf.el (recentf-include-p): In case of a buggy predicate,
748 err on the side of including, not excluding. (Bug#5843)
749
d6ffd3f8
JB
7502011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
751
752 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
753 variables as units.
754
a918ed9b
BR
7552011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
756
757 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
758 if there is no node. (Bug#3261)
759
fc0e9092
LL
7602011-03-04 Leo <sdl.web@gmail.com>
761
0a5cb52b
LL
762 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
763
fc0e9092
LL
764 * time.el (display-time-world-list): Fix typo. (Bug#7571)
765
a65112fb 7662011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
767
768 * cus-edit.el (custom-buffer-create-internal):
769 Split search string before passing it to `customize-apropos' (bug#8136).
770
3191adaf
DA
7712011-03-04 Drew Adams <drew.adams@oracle.com>
772
773 * image-dired.el (image-dired-cmd-read-exif-data-options):
774 Fix typo in docstring (bug#8156).
775
fcd8ed1d
DD
7762011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
777
778 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
779
de69c0a8
CO
7802011-03-03 Christian Ohler <ohler@gnu.org>
781
782 * emacs-lisp/ert.el (ert--explain-equal): New function.
d86d2721 783 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
de69c0a8 784 All callers changed.
d86d2721 785 (ert--explain-equal-including-properties): Rename from
de69c0a8
CO
786 `ert--explain-not-equal-including-properties'. All callers
787 changed.
788
7c0d1441
CO
7892011-03-03 Christian Ohler <ohler@gnu.org>
790
791 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
792 (ert-char-for-test-result, ert-string-for-test-result)
793 (ert-run-tests-batch, ert--print-test-for-ewoc):
794 Handle `ert-test-quit'.
795
31128af6
DA
7962011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
797
798 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
799 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
800
06083aa1
GM
8012011-03-03 Glenn Morris <rgm@gnu.org>
802
803 * files.el (file-truename): Doc fix. (Bug#2341)
804
c7a74801
BR
8052011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
806
01c35094 807 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 808
614b85f8
VJ
8092011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
810
811 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
812 programs output backslashes. (Bug#7663)
813
f96dc50f
GM
8142011-03-03 Glenn Morris <rgm@gnu.org>
815
fb532fe8
GM
816 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
817 (mail-mode): Remove mail-sent-via from the doc.
818 (mail-sent-via): Make it obsolete. (Bug#1776)
819
a915d7a1
GM
820 * progmodes/grep.el (grep-highlight-matches): Doc fix.
821 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
822
f96dc50f
GM
823 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
824 with no parents. (Bug#8025)
825
71f8b7ed
G
8262011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
827
828 * password-cache.el (password-in-cache-p): Add autoload.
829
8889f4e2
GM
8302011-03-02 Glenn Morris <rgm@gnu.org>
831
3ab7ebb9
GM
832 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
833 * dired-x.el (Man-support-local-filenames): Autoload it.
834 (dired-guess-shell-alist-default): Also handle Red Hat's man.
835
2777ccbf
GM
836 * dired-x.el (dired-default-directory-alist, dired-default-directory):
837 Mark as obsolete.
838 (dired-smart-shell-command): Just call dired-current-directory.
839
5dedeef2
GM
840 * dired-x.el (dired-jump-other-window): Add autoload.
841 (dired-default-directory-alist, dired-default-directory): Doc fixes.
842 (dired-default-directory-alist): Mark as risky.
843
8889f4e2
GM
844 * dired-x.el (dired-omit-here-always): Make it obsolete.
845
d77aaf6f
CY
8462011-03-02 Chong Yidong <cyd@stupidchicken.com>
847
848 * textmodes/artist.el (artist-curr-go): Default to pen-line.
849 (artist-select-op-pen-line): New function.
850 (artist-menu-map): New variable.
851 (artist-mode-map): Add a menu to the menu-bar.
852
771fc75e
JB
8532011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
854
855 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
856 when evaluating.
857
858 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
859 New function.
860 (math-logunits-add, math-logunits-mul, math-logunits-divide):
861 (math-logunits-quant, math-logunits-level):
862 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
863 functions.
864 (math-logunits-level): Extract units from ratio.
865
f6132e5a
JB
8662011-03-01 Juanma Barranquero <lekktu@gmail.com>
867
868 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
869
7454f200
GM
8702011-03-01 Glenn Morris <rgm@gnu.org>
871
a65112fb
GM
872 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
873 (diary-hebrew-birthday): Rename and rework functions added
874 in previous change.
7454f200 875
cdcbd5a7
ER
8762011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
877
878 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
879 (diary-hebrew-birthday): New functions.
880
9903d828
GM
8812011-03-01 Glenn Morris <rgm@gnu.org>
882
883 * dired.el (dired-safe-switches-p): Beef it up.
884 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
885
75da6eb9
SM
8862011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * dired.el (dired-safe-switches-p): New function.
889
6640b281
GM
8902011-03-01 Glenn Morris <rgm@gnu.org>
891
892 * files.el (dir-locals-collect-variables):
893 Add the ability to exclude subdirectories. (Bug#8100)
894
895 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
896
cead857b
CS
8972011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
898
899 * ido.el (ido-everywhere): Doc fix.
900 (ido-mode): Doc fix.
901
0a906ec3
GM
9022011-02-28 Glenn Morris <rgm@gnu.org>
903
904 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
905
22b300de
MA
9062011-02-28 Michael Albinus <michael.albinus@gmx.de>
907
908 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
909 shadows.
910
abec5126 9112011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
912
913 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
914
ca3afb79
JB
9152011-02-28 Juanma Barranquero <lekktu@gmail.com>
916
917 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
918 Fix typos in docstrings.
919
edb57480
SB
9202011-02-28 Stephen Berman <stephen.berman@gmx.net>
921
922 * dired-aux.el (dired-update-file-line):
923 Fix 2010-11-09 change. (Bug#8131)
924
2b0c7330 9252011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
926
927 * international/mule-cmds.el (set-default-coding-systems): Use the
928 -unix variant of encoding in default-keyboard-coding-system.
929 (Bug#8122)
930
df7f0d0b
CY
9312011-02-27 Chong Yidong <cyd@stupidchicken.com>
932
933 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
934
3e478a7c 9352011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
936
937 * term/screen.el: New file (Bug#2650).
938
1f0816b6
SM
9392011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
942 (pcase-mutually-exclusive-predicates): New var.
943 (pcase--split-consp, pcase--split-pred): Use it.
944 (pcase--split-equal, pcase--split-member): When splitting against
945 a pure predicate, run it to know the outcome.
946 (pcase--u1): Mark vars that are actually used.
947 (pcase--q1): Avoid introducing unused vars.
948
b49df742
JB
9492011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
950
951 * calc/calc-ext.el (calc-init-extensions):
952 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
953
954 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
955 symbolic mode.
956
957 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
958 argument is a variable.
959
e573299d
SM
9602011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
963 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
964 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
965
61e9662e
TZ
9662011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
967
968 * password-cache.el (password-in-cache-p): Convenience function to
969 check if a key is in the cache, even if the value is nil.
970
7fe42546
J
9712011-02-25 Jambunathan K <kjambunathan@gmail.com>
972
973 * emacs-lisp/package-x.el (package--archive-contents-from-url)
974 (package--archive-contents-from-file): New functions.
975 (package-update-news-on-upload): New var.
976 (package-upload-buffer-internal): Extract archive-contents from
977 package-archive-upload-base if it is not found at archive-url.
978 Obey package-update-news-on-upload.
979 (package-upload-buffer, package-upload-file): Doc fix.
980
2d8a57ef
GM
9812011-02-24 Glenn Morris <rgm@gnu.org>
982
6a88f031
GM
983 * files-x.el (modify-dir-local-variable): Handle dir-locals from
984 the cache, and from non-file sources.
985
303f9ae0
GM
986 * help-fns.el (describe-variable): Return consistent results when a
987 dir-local from a file came from the cache or did not. (Bug#8095)
988 If a dir-local has no associated file, say it came from a "directory".
989
07915ed9
GM
990 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
991 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
992
ebe401f6
GM
993 * files.el (dir-locals-find-file): Doc fix.
994 Fix the check for cache elements that have no associated file,
303f9ae0 995 and the mtime check for those that do. (Bug#8095)
ebe401f6 996
b36f2f1c
GM
997 * dired-x.el (dired-hack-local-variables):
998 Handle interrupts during hacking local variables. (Bug#5216)
999
2d8a57ef
GM
1000 * emacs-lisp/autoload.el (autoload-save-buffers)
1001 (autoload-find-destination, update-directory-autoloads):
1002 Avoid prompts when updating autoloads.
1003
53cfe624
SM
10042011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
1007
c1449bff
KH
10082011-02-23 Kenichi Handa <handa@m17n.org>
1009
1010 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1011 error when a multipart boundary in the nested multipart is found.
1012
251ebe0f
KH
1013 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1014 header components.
1015
5582c670
GM
10162011-02-23 Glenn Morris <rgm@gnu.org>
1017
817b48a7
GM
1018 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1019 * dired-x.el (dired-omit-mode): Safe if boolean.
1020 (dired-enable-local-variables): Fix doc and custom type.
1021 (dired-enable-local-variables, dired-local-variables-file)
1022 (dired-hack-local-variables): Make obsolete.
1023 (dired-omit-here-always): Use dir-locals.el instead.
1024
5582c670
GM
1025 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1026
5f9d345c
SM
10272011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * help-fns.el (describe-function-1): Don't signal an error just because
1030 the DOC file disappeared.
1031
01c35094 10322011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
1033
1034 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1035 remote check to "ftp". (Bug#8089)
1036
e84efb70
AM
10372011-02-21 Alan Mackenzie <acm@muc.de>
1038
1039 Fix bug #7930.
1040 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1041 in macros finding their way into c-state-nonlit-pos-cache.
1042 Strengthen the comments.
1043 (c-state-dump): New commented out diagnostic routine.
1044
c6309045
MA
10452011-02-21 Michael Albinus <michael.albinus@gmx.de>
1046
1047 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1048 `field' property of `rfn-eshadow-overlay'.
1049
06b840e0
LI
10502011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1051
1052 * net/netrc.el (netrc-parse): Comment fix.
1053
6d713256
CY
10542011-02-21 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1057 Autoload. Add optional arg FRAME, and pass it to color-values.
1058 (color-complement): Caller changed. Doc fix.
1059 (color-gradient): Rewrite for better clarity and efficiency.
1060
1061 * faces.el (color-values): Use cond for clarity. Doc fix.
1062
5f9d345c 1063 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 1064 color.el instead.
5f9d345c
SM
1065 (list-colors-sort-key, list-colors-print):
1066 Use color-normalized-values.
6d713256
CY
1067
10682011-02-20 Drew Adams <drew.adams@oracle.com>
1069
1070 * color.el: First part of merge from hexrgb.el.
1071 (color-rgb-to-hex): Rename from color-rgb->hex.
1072 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1073 saturation to zero if the value is too small.
1074 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1075 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1076 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1077 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1078 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1079 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1080 (color-cie-de2000): Doc fix.
1081
aa9c0efc
AM
10822011-02-20 Alan Mackenzie <acm@muc.de>
1083
1084 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1085 locating the beginning of a macro. (Bug#7595)
1086
18cfb5a1
GM
10872011-02-20 Glenn Morris <rgm@gnu.org>
1088
e17816e5
GM
1089 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1090 Don't autoload it.
1091
18cfb5a1
GM
1092 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1093 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1094
01c35094
JB
10952011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1096 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
1097
1098 * progmodes/hideshow.el (hs-find-block-beginning)
1099 (hs-hide-level-recursive): Ignore comments when parsing braces
1100 (Bug#8036).
1101
11022011-02-19 Chong Yidong <cyd@stupidchicken.com>
1103
1104 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1105 (vc-bzr-pull): Use it.
1106
3ab713fd
CY
11072011-02-19 Chong Yidong <cyd@stupidchicken.com>
1108
1109 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1110 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1111 but returning an alist. Ignore comments in bzr conffile.
1112 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1113 (vc-bzr-error-regex-alist): New var.
1114 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1115
5f9d345c
SM
1116 * vc/vc-dispatcher.el (vc-do-async-command):
1117 Bind inhibit-read-only to t.
3ab713fd
CY
1118
1119 * progmodes/compile.el (compilation--flush-directory-cache):
1120 Handle the case where cdr of compilation--flush-directory-cache
1121 points to no buffer, which can occur if we previously switched to
1122 compilation-mode in a pregenerated buffer.
1123
16bc9688
KH
11242011-02-19 Kenichi Handa <handa@m17n.org>
1125
1126 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1127 get the header copy into the temporary buffer.
1128 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1129 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1130 buffer-file-coding-system to undecided.
1131
67ab0163 11322011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 1133
a167e505
EZ
1134 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1135 Document completion with asterisk and a substring.
1136
67ab0163 11372011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
1138
1139 * files.el (find-file-literally): Doc fix.
1140
41002397
GM
1141 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1142
b8bd9908
GM
1143 * log-edit.el (log-edit-insert-changelog):
1144 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1145
4d737eb2
GM
11462011-02-19 Glenn Morris <rgm@gnu.org>
1147
cad7445b
GM
1148 * dired-x.el: Don't require dired-aux.
1149 (dired-do-create-files, dired-mark-read-regexp)
1150 (dired-do-create-files-regexp): Autoload from dired-aux.
1151
bea584fa
GM
1152 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1153 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1154
d6e96966
GM
1155 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1156 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1157
42924231
GM
1158 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1159 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1160 (dired-clean-up-buffers-too): Declare.
1161
203784cc
GM
1162 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1163 * dired.el (dired-initial-position): Merge dired-x's version here.
1164 (dired-find-subdir): Declare.
1165
30abce25
GM
1166 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1167 * dired-aux.el (dired-add-entry): Give it a doc-string.
1168 Merge dired-x's dired-omit handling here.
1169 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1170
4d737eb2
GM
1171 * international/mule-diag.el (list-input-methods-1):
1172 Indent all lines of multi-line doc-strings. (Bug#8066)
1173
abd20d91
CY
11742011-02-18 Chong Yidong <cyd@stupidchicken.com>
1175
1176 Fix 2011-02-02 changes.
1177
1178 * apropos.el (apropos-print): Call apropos-mode before setting up
1179 buffer variables. Use inhibit-read-only.
1180
5f9d345c
SM
1181 * emacs-lisp/package.el (package--list-packages):
1182 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
1183
1184 * play/solitaire.el (solitaire): Call solitaire-mode before
1185 setting up buffer variables. Use inhibit-read-only.
1186
e697fcfc
LM
11872011-02-18 Lawrence Mitchell <wence@gmx.li>
1188
1189 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1190 Bind case-fold-search to nil when looking for end of here-doc.
1191
4114ed61
EZ
11922011-02-18 Eli Zaretskii <eliz@gnu.org>
1193
e697fcfc
LM
1194 * image-mode.el (image-toggle-display-image):
1195 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
1196 files. (Bug#8047)
1197
aa56f361
SM
11982011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * files.el (cd): Make completion obey cd-path (bug#7924).
1201
d1be20a1
GM
12022011-02-18 Glenn Morris <rgm@gnu.org>
1203
135dee55
GM
1204 * progmodes/prolog.el: Don't require compile when compiling.
1205 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1206 (compilation-forget-errors, compilation-fake-loc)
1207 (compilation-parse-errors-function, compilation-error-list): Declare.
1208 (prolog-inferior-mode): Require 'compile.
1209
15e0d5a1
GM
1210 * emulation/cua-base.el (pc-selection-mode): Declare.
1211
002b46b7
GM
1212 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1213 (customize-object): Add autoload cookie.
1214 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1215 (eieio-browse, describe-class, eieio-describe-class)
1216 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1217 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1218 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1219 * Makefile.in (autoloads): Make eieio.el writable.
1220
d1be20a1
GM
1221 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1222 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1223 (dired-hack-local-variables): Use inhibit-read-only.
1224 (dired-guess-default): Simplify.
1225 (dired-make-relative-symlink): Use dotimes.
1226 (dired-simultaneous-find-file): Use dolist.
1227 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1228 (dired-x-hands-off-my-keys): Doc fix.
1229 (dired-x-bind-find-file): Doc fix. Use remapping.
1230 (after-init-hook): No need to add dired-x-bind-find-file.
1231 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1232 No need to call expand-file-name.
1233 (dired-filename-at-point): Remove unused locals `end', `filename'.
1234
f9d554dd
SM
12352011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1238
5da16a86
CO
12392011-02-18 Christian Ohler <ohler@gnu.org>
1240
1241 * emacs-lisp/ert.el (ert--setup-results-buffer)
1242 (ert-results-pop-to-backtrace-for-test-at-point)
1243 (ert-results-pop-to-messages-for-test-at-point)
1244 (ert-results-pop-to-should-forms-for-test-at-point)
1245 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1246 were incorrect and unnecessary. This should make `make check'
1247 pass again.
1248
3a00a363
KM
12492011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1250
01c35094 1251 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 1252 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
1253 * lisp/allout.el: Remove commentary about remove encryption
1254 passphrase mnemonic support and verification.
01c35094
JB
1255 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1256 armored text using gpg1, and indicate that the gpg version *might*
1257 be the problem in the error message.
3a00a363 1258
73057ba9
DD
12592011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1260
1261 * net/rcirc.el (rcirc-float-time): New function.
1262 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1263 (rcirc-ctcp-sender-PING): Use it.
1264
8551cb32
GM
12652011-02-17 Glenn Morris <rgm@gnu.org>
1266
53ef76c7
GM
1267 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1268 (speedbar-update-flag, speedbar-fetch-etags-command)
1269 (speedbar-fetch-etags-arguments):
1270 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1271 (term-completion-autolist, term-completion-addsuffix)
1272 (term-completion-recexact, term-completion-fignore):
1273 * term/sup-mouse.el (sup-mouse-fast-select-window):
1274 * term/x-win.el (x-select-request-type):
1275 Convert some defvars with "*" to defcustoms.
1276
64a14c74
GM
1277 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1278
92e39d6f
GM
1279 * vc/vc.el (vc-default-previous-version):
1280 Remove alias that points nowhere. (Bug#4496)
1281
fc14288b
GM
1282 * dired-x.el (dired-clean-up-after-deletion):
1283 kill-buffer does not need save-excursion.
1284 (dired-do-run-mail): Doc fix.
1285 (dired-filename-at-point): Doc fix.
1286 Use looking-at, and skip-chars rather than re search.
1287
8551cb32
GM
1288 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1289
96497653
KM
12902011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1291
aac7a935
KM
1292 * allout-widgets.el: New allout extension that shows allout
1293 outline structure with graphical widgets. 'allout-widgets'
1294 customize group is an 'allout' subgroup, for easy discovery.
1295
96497653
KM
1296 * allout.el: Include PGP and GnuPG in Keywords, and other
1297 commentary refinements.
1298 (allout-abbreviate-flattened-numbering): Rename to
1299 allout-flattened-numbering-abbreviation, and
1300 define-obsolete-variable-alias the old name.
1301 (allout-flattened-numbering-abbreviation): Rename from
1302 allout-abbreviate-flattened-numbering.
1303 (allout-mode-p): Include among autoloads, for use by other modes
1304 with impunity.
e697fcfc
LM
1305 (allout-listify-exposed):
1306 Use allout-flattened-numbering-abbreviation.
96497653
KM
1307 (allout-encrypt-string): Use set-buffer-multibyte directly.
1308 (allout-set-buffer-multibyte): Remove.
1309
be4a1d71
DD
13102011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1311
1312 * simple.el (just-one-space): Remove useless `or' call.
1313
274c2d34
MA
13142011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1315
c6309045 1316 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1317 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1318 (soap-decoded-multi-refs, soap-current-wsdl)
1319 (soap-encoded-namespaces): Rename CL-style *...* variables.
1320
88ae2870
MA
13212011-02-16 Michael Albinus <michael.albinus@gmx.de>
1322
1323 * net/soap-client.el: Add "comm" and "hypermedia" to the
1324 keywords. Reflow too long lines.
1325
1326 * net/soap-inspect.el: Ditto. Require 'cl.
1327
689743a2
BG
13282011-02-16 Bastien Guerry <bzg@altern.org>
1329
1330 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1331 in a `doctor-type' argument.
1332
16d2ff89
MA
13332011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1334
1335 * net/soap-client.el:
1336 * net/soap-inspect.el: New files.
1337
c6cefd36
LL
13382011-02-16 Leo <sdl.web@gmail.com>
1339
1340 * dired-x.el (dired-mode-map, dired-extra-startup):
1341 Remove dired-copy-filename-as-kill since it's already in dired.el.
1342
da5e0ce4
GM
13432011-02-16 Glenn Morris <rgm@gnu.org>
1344
1345 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1346 Doc fixes. Add :set property, replacing top-level calls.
1347 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1348 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1349 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1350 (dired-clean-up-after-deletion): Use when and dolist.
1351 (dired-jump): Use unless and when.
1352 (dired-virtual): Use line-end-position.
1353 (dired-default-directory-alist): Rename from default-directory-alist.
1354 (dired-default-directory): Update for above name change.
1355 (dired-vm): Drop VM < 5 and simplify.
1356 (dired-buffer-more-recently-used-p): Rewrite.
1357 (dired-filename-at-point): Use when and or.
1358 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1359 Update callers.
1360
c5ca3aa0
GM
13612011-02-15 Glenn Morris <rgm@gnu.org>
1362
1363 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1364
33f6cf7b
CY
13652011-02-14 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * vc/vc-git.el (vc-git-root-log-format): New option for
1368 customizing log format.
1369 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1370 (vc-git-log-view-mode): Use it.
1371 (vc-git-expanded-log-entry): New function.
1372 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1373
1374 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1375 customizing log format.
1376 (vc-hg-print-log): Use it.
1377 (vc-hg-expanded-log-entry): New function.
1378 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1379 vc-hg-expanded-log-entry. Truncate lines in root log.
1380
1381 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1382
e697fcfc
LM
1383 * vc/log-view.el (log-view-mode-menu):
1384 Add log-view-toggle-entry-display.
33f6cf7b 1385
461b69ae
GM
13862011-02-14 Glenn Morris <rgm@gnu.org>
1387
1388 * dired-x.el: Don't require man when compiling.
1389 (dired-omit-extensions, dired-local-variables-file)
1390 (dired-x-hands-off-my-keys): Make them defcustoms.
1391 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1392 (vm-visit-folder): Declare rather than defining.
1393 (dired-x-help-address, dired-x-variable-list): Remove.
1394 (dired-x-submit-report): Make it an obsolete alias.
1395
35f52ed6
JB
13962011-02-14 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1399
b2108a36
TZ
14002011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1401
67186ae2 1402 * net/imap.el: Bring it back.
b2108a36 1403
abfc152b
AM
14042011-02-13 Alan Mackenzie <acm@muc.de>
1405
1406 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1407 narrow-to-region call that cuts context off the end (Bug#7722).
1408
e697fcfc
LM
1409 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1410 Refactor nested if-forms with a simple cond.
abfc152b
AM
1411 (c-forward-<>-arglist): Revert 2011-01-31 change.
1412
d4eb88c7
CY
14132011-02-13 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * vc/log-view.el: New command log-view-toggle-entry-display for
1416 toggling log entries between concise and detailed forms.
1417 (log-view-toggle-entry-display): New command.
1418 (log-view-mode-map): Bind RET to it.
1419 (log-view-expanded-log-entry-function): New variable.
1420 (log-view-current-entry, log-view-inside-comment-p)
1421 (log-view-current-tag): New functions.
1422 (log-view-toggle-mark-entry): Use log-view-current-entry and
1423 log-view-end-of-defun instead of searching directly with
1424 log-view-message-re.
1425 (log-view-end-of-defun): Likewise. Add optional ARG for
1426 compatibility with end-of-defun.
1427 (log-view-end-of-defun): Ignore comments and VC buttons.
1428
1429 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1430 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1431
2609a08e
TZ
14322011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1433
114fe546
G
1434 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1435
2609a08e
TZ
1436 * net/imap-hash.el: Remove file.
1437
7a6ebb1a
MA
14382011-02-13 Michael Albinus <michael.albinus@gmx.de>
1439
1440 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1441
1442 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1443 call.
1444
1445 * net/tramp-imap.el: Remove file.
1446
75d4dcc9
CY
14472011-02-13 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1450 widget library for buttons, just use button.el.
1451
1452 * vc/log-view.el (log-view-mode-map): Don't inherit from
1453 widget-keymap.
1454
3c65e88d 14552011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1456
86361e1e
GM
1457 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1458 (nintersection, set-difference, nset-difference)
1459 (set-exclusive-or, nset-exclusive-or): Doc fix.
1460
dc4c6a7a
GM
1461 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1462
8a6f24e5
GM
1463 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1464 :italic props, so that frame-set-background-mode works. (Bug#7966)
1465
3caced0b
GM
1466 * simple.el (next-error): Doc fix.
1467
9de31df2
TV
14682011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1469
1470 * dired-aux.el (dired-create-files): Adapt destination name to
1471 match the new behavior of copy-directory.
1472
38a71655
CY
14732011-02-12 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1476 from rmail-dont-reply-to-names. Callers changed.
1477 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1478 (rmail-dont-reply-to): Make it an obsolete alias.
1479
1480 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1481 nil, and make obsolete (Bug#7888).
1482 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1483
1484 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1485
1486 * mail/rmailsort.el (rmail-sort-by-correspondent)
1487 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1488
1489 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1490
470d996d
TV
14912011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1492
1493 * files.el (copy-directory): New argument COPY-CONTENTS for
1494 copying directory contents into another existing directory.
1495
e2784c87
TH
14962011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1497
1498 * minibuffer.el (completion-table-case-fold): New function for
1499 creating a case-insensitive completion table.
1500
563790b6
TZ
15012011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1502
1503 * net/tramp.el (tramp-default-method): Also check if
1504 `auth-source-search' is bound.
1505 (tramp-read-passwd): Use `auth-source-search' instead of
1506 `auto-source-user-or-password'.
1507
1508 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1509 `auto-source-user-or-password.
1510 (tramp-imap-passphrase-callback-function): Use it.
1511
1512 * net/imap-hash.el: Autoload `auto-source-search' instead of
1513 `auto-source-user-or-password.
1514 (imap-hash-open-connection): Use it.
1515
1516 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1517 `auto-source-user-or-password.
1518 (smtpmail-try-auth-methods): Use it.
1519
c6affbde
PH
15202011-02-12 Phil Hagelberg <phil@hagelb.org>
1521
1522 * emacs-lisp/package.el: Allow packages to be reinstalled.
1523 (package--write-file-no-coding): Remove EXCL arg.
1524 (package-unpack-single): Don't use it.
1525
b5a53795
KP
15262011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1527
1528 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1529 in each sub directory.
1530 (vc-svn-registered): Use vc-svn-root.
1531 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1532 (vc-svn-repository-hostname): Use "svn info".
1533
25833f5e
DD
15342011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1535
1536 * simple.el (delete-trailing-whitespace): New optional buffer
1537 bound parameters.
1538
75d1d833
BG
15392011-02-11 Bastien Guerry <bzg@altern.org>
1540
1541 * files.el (basic-save-buffer): save unmodified buffers when
1542 the file pointed by buffer-file-name doesn't exist.
1543
e0e36cac
DD
15442011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1545
079721e9 1546 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1547
59350862
GM
15482011-02-11 Glenn Morris <rgm@gnu.org>
1549
1550 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1551
5708ce5e
JB
15522011-02-11 Juanma Barranquero <lekktu@gmail.com>
1553
1554 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1555
b016851c
SM
15562011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1557
59003be9
SM
1558 * server.el (server-process-filter): Use pcase.
1559
9517f8af
SM
1560 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1561 conflicting ways.
1562 (smie-indent--parent): Extend to "parent of arg".
1563 (smie-indent-inside-string): New function.
1564 (smie-indent-functions): Use it.
1565
cf77dd27
SM
1566 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1567 bzr locking race condition.
1568
49ffc078
SM
1569 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1570 still valid before using it.
1571
1a0a6cef
SM
1572 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1573 `message' -> `compilation-message' rename (bug#8004).
1574
b016851c
SM
1575 Move keymap initialization into declaration.
1576 * textmodes/enriched.el (enriched-mode-map):
1577 * textmodes/bib-mode.el (bib-mode-map):
1578 * term/lk201.el (lk201-function-map):
1579 * tar-mode.el (tar-mode-map):
1580 * replace.el (occur-mode-map):
1581 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1582 * progmodes/idlw-help.el (idlwave-help-mode-map):
1583 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1584 * play/solitaire.el (solitaire-mode-map):
1585 * play/snake.el (snake-mode-map, snake-null-map):
1586 * play/pong.el (pong-mode-map):
1587 * play/handwrite.el (menu-bar-handwrite-map):
1588 * play/gametree.el (gametree-mode-map):
a65112fb 1589 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1590 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1591 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1592 (newsticker--url-keymap):
1593 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1594 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1595 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1596 (menu-bar-edit-menu, menu-bar-custom-menu)
1597 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1598 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1599 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1600 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1601 (menu-bar-tools-menu, menu-bar-describe-menu)
1602 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1603 (menu-bar-help-menu):
1604 * mail/rmailsum.el (rmail-summary-mode-map):
1605 * kmacro.el (kmacro-step-edit-map):
1606 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1607 (ibuffer-mode-operate-map):
1608 * hi-lock.el (hi-lock-menu, hi-lock-map):
1609 * emulation/vip.el (vip-mode-map):
1610 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1611 * bookmark.el (bookmark-bmenu-mode-map):
1612 * help-mode.el (help-mode-map): Move initialization into declaration.
1613
1be1d1e9
DD
16142011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1615
1616 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1617 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1618 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1619 (rcirc-cmd-me, rcirc-authenticate): Use them.
1620
26d2a9bd
KM
16212011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1622
1623 * allout.el: Synopsis: Change allout user configuration so
1624 auto-activation is controlled solely by customization
1625 `allout-auto-activation'.
1626
01c35094 1627 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1628 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1629 Also, explicitly invoke (allout-setup) after allout-auto-activation
1630 is custom-defined, to affect the settings in emacs sessions besides
1631 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1632 (allout-auto-activation): Use allout-auto-activation-helper to
1633 :set. Revise the docstring.
1634 (allout-init): Reduce functionality to just customizing
1635 allout-auto-activation, and mark obsolete.
1636 (allout-mode): Respect string values for allout-auto-activation.
1637 Run allout-after-copy-or-kill-hook without any args.
01c35094 1638 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1639 (outlineify-sticky): Adjust docstring for new scheme.
1640 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1641 should concentrate on the kill ring.
1642
b8e0f0cd
G
16432011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1644
1645 * password-cache.el (password-cache-remove): Accept secrets that are
1646 not strings.
1647
ccded26c
SM
16482011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1651 of here-doc that immediately follows a comment.
1652
ee6a57ab
DD
16532011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1654
4d04fdc9
DD
1655 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1656
ee6a57ab
DD
1657 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1658 available.
1659 (rcirc-ctcp-sender-PING): New function.
1660
6ca94a0b
SM
16612011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1662
1663 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1664 Remove the mark/nomark handling, and activate shift-select-mode instead.
1665
1666 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1667
226590f8
JB
16682011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1669
1670 * calc/calc-units.el (math-logunits-quant): Add support for
1671 non-logarithmic units.
1672
dd0b691e
KM
16732011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1674
4ec28e14
KM
1675 * allout.el (allout-after-copy-or-kill-hook): New hook for
1676 extension-specific processing of killed text.
1677 (allout-mode): Include new allout-after-copy-or-kill-hook among
1678 mentioned hooks.
01c35094 1679 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1680 after kill happens even if barf-if-buffer-read-only is raised.
1681 Include new allout-after-copy-or-kill-hook among that subsequent
1682 processing.
1683 (allout-deannotate-hidden): Actually remove the annotation text
1684 properties.
1685
dd0b691e
KM
1686 * allout.el (allout-listify-exposed): Copy text sans text properties.
1687
07e52e08
MA
16882011-02-07 Michael Albinus <michael.albinus@gmx.de>
1689
b016851c 1690 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1691
c5aff743
DD
16922011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1693
1694 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1695
03925868
JB
16962011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1697
b016851c 1698 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1699 `calc-default-field-reference-level'.
b016851c 1700 (calc-logunits-power-reference): Rename from
01c35094 1701 `calc-default-power-reference-level'.
03925868 1702
b016851c 1703 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1704 `math-logunits-level'
b016851c 1705 (math-logunits-plus): Rename from math-logcombine.
03925868 1706 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1707 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1708 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1709 New functions.
b016851c
SM
1710 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1711 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1712 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1713 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1714 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1715 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1716 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1717 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1718 New functions.
1719
b016851c 1720 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1721 (calc-ul-prefix-help): Remove.
1722 (calc-l-prefix-help): New function.
1723 (calc-full-help): Add reference to `calc-l-prefix-help'.
1724
1725 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1726
ec6ad6f2
JB
1727 * calc/README: Mention logarithmic units.
1728
f8b351c1
CY
17292011-02-06 Chong Yidong <cyd@stupidchicken.com>
1730
1731 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1732 non-ASCII characters (Bug#7925).
1733
a60287ff
GM
17342011-02-05 Glenn Morris <rgm@gnu.org>
1735
1736 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1737
9ad53e98
GM
1738 * calendar/diary-lib.el (diary-font-lock-keywords):
1739 Tweak diary-time-regexp match. (Bug#7891)
1740
9783df21
GM
1741 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1742 (f90-mode): Use it for mode's `find-tag-default-function' property.
1743
df275851
GM
1744 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1745
95838641
GM
1746 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1747
827b77e9
DD
17482011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1749
1750 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1751 (Bug#6386).
1752
7cb76591
SM
17532011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1754
ba70ab1c
SM
1755 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1756 font-lock-syntax-table remappings.
1757 (sh-here-doc-markers, sh-here-doc-re): Remove.
1758 (sh-font-lock-close-heredoc): Remove.
1759 (sh-syntax-propertize-here-doc): New function.
1760 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1761 instead of the sh-here-doc-re.
1762 (sh-font-lock-paren): Don't do anything in comments or strings.
1763 Handle line continuations. Accept a few more chars.
1764 Don't rely on the font-lock-syntax-table remappings.
1765 `esac' is not a valid pattern.
1766 (sh-syntax-propertize-function): Handle here-docs differently, so we
1767 don't bother syntax-propertizing the insides.
1768
7cb76591
SM
1769 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1770 Handle new bashisms ";&" and ";;&" (bug#7947).
1771
39b20f56
MA
17722011-02-05 Michael Albinus <michael.albinus@gmx.de>
1773
7cb76591
SM
1774 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1775 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1776
51aba3f3
MA
17772011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1778
1779 * net/tramp.el (tramp-postfix-method-format)
1780 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1781 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1782 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1783 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1784 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1785 Doc fix.
1786
7bc61bb7
SS
17872011-02-04 Sam Steingold <sds@gnu.org>
1788
1789 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1790
d93c111e
AS
17912011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1792
1793 * international/mule-util.el (with-coding-priority): Doc fix.
1794
6f52d86e
EZ
17952011-02-04 Eli Zaretskii <eliz@gnu.org>
1796
1797 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1798
c1b4afac
SS
17992011-02-03 Sam Steingold <sds@gnu.org>
1800
1801 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1802 Do not error out when `func' is nil.
1803
a857d3c7
MA
18042011-02-03 Michael Albinus <michael.albinus@gmx.de>
1805
1806 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1807 `tramp-default-remote-path' to the docstring.
1808 (tramp-get-remote-path): Suppress error message when `getconf
1809 PATH' fails.
1810
1811 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1812
8aa88760
GM
18132011-02-03 Glenn Morris <rgm@gnu.org>
1814
219ea611
GM
1815 * vc/vc-hg.el (vc-hg-command): Doc fix.
1816
8d7b5b5b
GM
1817 * term/w32-win.el (libpng-version): Declare for compiler.
1818
c03eac34
GM
1819 * msb.el: No need to load dired while compiling.
1820
7f07c1fe
GM
1821 * emacs-lisp/elint.el (elint-standard-variables):
1822 Remove a couple of built-ins that now have doc-strings.
1823
befe199d
GM
1824 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1825 `require' is automatically `eval-and-compile'd.
1826
2d7d6439
GM
1827 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1828 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1829
8aa88760
GM
1830 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1831 Move definition before use.
1832 (strokes-report-bug): Make it obsolete.
1833
e90f8545
SS
18342011-02-02 Sam Steingold <sds@gnu.org>
1835
1836 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1837 from `special-mode', entering it makes the buffer read-only, so
1838 call it only when everything has been already inserted.
1839 * emacs-lisp/ert.el (ert--setup-results-buffer)
1840 (ert-results-pop-to-backtrace-for-test-at-point)
1841 (ert-results-pop-to-messages-for-test-at-point)
1842 (ert-results-pop-to-timings): Ditto.
1843 * emacs-lisp/package.el (package--list-packages): Ditto.
1844 * play/solitaire.el (solitaire): Ditto.
1845
90db975f
CY
18462011-02-02 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * progmodes/compile.el: Make all faces inherit.
1849 (compilation-warning): Inherit from font-lock-variable-name-face.
1850 (compilation-info): Inherit from font-lock-type-face.
1851 (compilation-line-number): Reassign to font-lock-keyword-face.
1852 (compilation-column-number): Reassign to font-lock-doc-face.
1853 (compilation-leave-directory-face): Reassign to
1854 font-lock-builtin-face.
1855
bc35ff32
EZ
18562011-02-02 Eli Zaretskii <eliz@gnu.org>
1857
1858 * dired.el (dired-insert-directory): Don't invoke `ls' when
1859 ls-lisp.el is used to emulate it.
1860
39cde66c
JD
18612011-02-01 Julien Danjou <julien@danjou.info>
1862
1863 * color.el (color-gradient): Add a color-gradient function.
1864
abef340a
SS
18652011-02-01 Sam Steingold <sds@gnu.org>
1866
1867 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1868 bind "z" to `kill-this-buffer'.
1869 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1870 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1871 (apropos-mode): Inherit from `special-mode'.
1872 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1873 * bookmark.el (bookmark-bmenu-mode): Define using
1874 `define-derived-mode' inheriting from `special-mode'.
1875 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1876 * image-mode.el (image-mode-map): Ditto.
1877 * replace.el (occur-mode): Define using
1878 `define-derived-mode' inheriting from `special-mode'.
1879 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1880 * calendar/diary-lib.el (diary-fancy-display-mode):
1881 Inherit from `special-mode-map'.
1882 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1883 Inherit from `special-mode'.
1884 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1885 `special-mode-map'.
1886 (package-menu-mode): Define using `define-derived-mode'
1887 inheriting from `special-mode'.
1888 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1889 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1890 (xesam-mode-map): Define separately.
1891 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1892 * progmodes/compile.el (compilation-minor-mode-map)
1893 (compilation-mode-map): Inherit from `special-mode-map'.
1894 * vc/diff-mode.el (diff-mode-shared-map):
1895 Inherit from `special-mode-map'.
1896 * vc/log-view.el (log-view-mode-map): Add a comment.
1897
928f4e73
CY
18982011-02-01 Chong Yidong <cyd@stupidchicken.com>
1899
1900 * custom.el (load-theme): Define return value. Drop use of
1901 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1902 (custom-theme-load-confirm): Scroll in the correct window.
1903 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1904
1905 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1906 checkbox if load-theme fails.
1907
7d116647
SM
19082011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * progmodes/compile.el (compilation-next-error): Check there's
1911 a message before using it (bug#7941).
1912
4fdfcddf
JB
19132011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1914
1915 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1916 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1917 of potential pivots.
1918
3b95603f
AM
19192011-01-31 Alan Mackenzie <acm@muc.de>
1920
7d116647
SM
1921 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1922 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1923 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1924 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1925
6fa1f651
CY
19262011-01-31 Chong Yidong <cyd@stupidchicken.com>
1927
1928 * files.el (copy-directory): Fix arguments to recursive call.
1929
14beddf4 19302011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1931
1932 * files.el (copy-directory): If destination is an existing
1933 directory, copy into a subdirectory there.
1934
14beddf4 19352011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1936
1937 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1938 files.
1939
14beddf4 19402011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1941
6fc0aac3
CY
1942 * image-dired.el (image-dired-mouse-display-image): No-op if no
1943 file is found (Bug#7817).
1944
d1f14baa
CY
1945 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1946
14beddf4 19472011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1948
7d116647
SM
1949 * international/quail.el (quail-keyboard-layout-alist):
1950 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1951
14beddf4 19522011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1953
1954 * msb.el (msb-menu-bar-update-buffers): Update for changed
1955 argument handling of menu-bar-select-frame. (Bug#7902)
1956
14beddf4 19572011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1958
1959 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1960 to the recursion depth (Bug#7722).
1961
14beddf4 19622011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1963
1964 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1965 command-line-default-directory (Bug#7872).
1966
9e11271c
SM
19672011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * progmodes/compile.el (compilation--flush-directory-cache):
1970 New function, extracted from compilation--remove-properties.
1971 (compilation--remove-properties, compilation--parse-region): Use it.
1972 (compilation--previous-directory): Handle one more case.
1973 (compilation-enable-debug-messages): Remove.
1974 (compilation-parse-errors, compilation--flush-parse): Just remove the
1975 left over debug messages.
1976
038714ab
SS
19772011-01-31 Sam Steingold <sds@gnu.org>
1978
1979 * progmodes/compile.el (compilation-enable-debug-messages):
1980 Add a variable to make the parsing messages introduced in
1981 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1982 (compilation-parse-errors, compilation--flush-parse): Use it.
1983
2a4466ca
DD
19842011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1985
35f52ed6 1986 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1987 (rcirc-nick-completion-format): New defcustom.
1988 (rcirc-complete): Use it.
1989
186ecaf1
DD
19902011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1991
1992 * net/rcirc.el: Clean log filenames (Bug#7933).
1993 (rcirc-log-write): Use convert-standard-filename.
1994 (rcirc-log-filename-function): Documentation updates.
1995
253f7d1b
JD
19962011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1997
9e11271c
SM
1998 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1999 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
2000 (report-emacs-bug-can-use-osx-open): New function.
2001 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
2002 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
2003
a2b6e5d6
CY
20042011-01-29 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * vc/vc-dispatcher.el (vc-set-async-update): New function for
2007 updating Dired or VC-dir buffers after async command completes.
2008
2009 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
2010 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2011
2012 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2013 completions if it exists. Use vc-set-async-update.
2014 (vc-git-pull): Use vc-set-async-update.
2015
2016 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2017 read-shell-command. Use vc-set-async-update.
2018 (vc-hg-merge-branch): Use vc-set-async-update.
2019
8907f7b9
DU
20202011-01-29 Daiki Ueno <ueno@unixuser.org>
2021
9e11271c
SM
2022 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2023 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
2024 (Bug#7931).
2025
e52f87a1
SM
20262011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * progmodes/compile.el: Avoid an N² behavior in grep.
2029 (compilation--previous-directory): New fun.
2030 (compilation--previous-directory-cache): New var.
2031 (compilation--remove-properties): Flush it.
2032 (compilation-directory-properties, compilation-error-properties):
2033 Use the new fun to speed up looking for the current directory.
2034
659114fd
CY
20352011-01-29 Chong Yidong <cyd@stupidchicken.com>
2036
2037 * vc/vc-hg.el (vc-hg-history): New var.
2038 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2039 (vc-hg-merge-branch): New function.
2040
2041 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2042 the other way around.
2043
2044 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2045 (vc-git-merge-branch): New functions.
2046 (vc-git-history): New var.
2047
9bfe5783
CY
20482011-01-28 Chong Yidong <cyd@stupidchicken.com>
2049
2050 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2051
2052 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2053 vc-do-async-command.
2054
e52f87a1
SM
2055 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2056 Callers changed.
9bfe5783 2057
b1ea593c
LL
20582011-01-28 Leo <sdl.web@gmail.com>
2059
2060 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 2061 highlighting to the "this function is advised" message.
b1ea593c
LL
2062
2063 * help-mode.el (help-mode-finish): Apply highlighting here, to
2064 avoid clobbering by substitute-command-keys (Bug#6304).
2065
40e22d80
CY
20662011-01-28 Chong Yidong <cyd@stupidchicken.com>
2067
2068 * woman.el (woman0-roff-buffer): Process roff escape sequences
2069 occurring prior to the first request (Bug#7843).
2070
01c63f4c
SM
20712011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2072
55fb9013
SM
2073 * progmodes/compile.el: Don't use font-lock any more.
2074 (compilation-error-regexp-alist-alist): Change handling of makepp
2075 so it preserves the warning/error distinction on subsequent files.
2076 Simplify various rules.
2077 (compilation-directory-properties): Use font-lock-face.
2078 Add a compilation-message property.
2079 (compilation-internal-error-properties): Use font-lock-face.
2080 Don't set the compilation-debug property here.
2081 (compilation--put-prop, compilation--remove-properties)
2082 (compilation--parse-region, compilation--ensure-parse)
2083 (compilation--ensure-parse): New functions.
2084 (compilation-parse-errors): New function, largely inspired of
2085 compilation-mode-font-lock-keywords. Set compilation-debug here.
2086 (compilation--parsed): New var.
2087 (compilation--flush-parse): Use compilation--ensure-parse.
2088 (compilation-start): Don't call font-lock.
2089 (compilation-turn-on-font-lock): Remove.
2090 (compilation-setup): Don't set font-lock-extra-managed-props not change
2091 other font-lock settings, other than keywords.
2092 Don't activate font-lock-mode.
2093 Set change-major-mode-hook and before-change-functions.
2094 (compilation--unsetup): Remove properties and hooks.
2095 (compilation-next-single-property-change): New function.
2096 (compilation-next-error): Use it to parse when needed.
2097 (compile-goto-error): Parse buffer as needed.
2098 (compilation--compat-error-properties): Don't need a dummy `face'
2099 property any more.
2100
8fe52384
SM
21012011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2104 (compilation-process-setup-function): Fix docstring's false promises.
2105 (compilation-error-regexp-alist-alist): Catch omake's continuous
2106 recompilation message and avoid reuse of old markers.
2107 (compilation-parse-errors-function): Declare obsolete.
2108 (compilation-buffer-modtime): Remove.
2109 (compilation--make-cdrloc, compilation--loc->col)
2110 (compilation--loc->line, compilation--loc->file-struct)
2111 (compilation--loc->marker, compilation--loc->visited)
2112 (compilation--make-file-struct, compilation--file-struct->file-spec)
2113 (compilation--file-struct->formats)
2114 (compilation--file-struct->loc-tree): New macros. Use them.
2115 (compilation--message): New defstruct. Use them.
2116 (compilation-next-error-function): Don't mess with timestamps to try
2117 and guess when to reparse.
2118
01c63f4c
SM
21192011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2120
5e853d01
SM
2121 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2122 (tex-old-error-file-name): New function,
2123 extracted from tex-compilation-parse-errors.
2124 (tex-compilation-parse-errors): Remove.
2125 (tex-error-regexp-alist): New var.
2126 (tex-shell): Use it to avoid compilation-parse-errors-function.
2127
07b741a7
SM
2128 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2129 (grep-mode-font-lock-keywords): Remove regexp that seems like
2130 a left-over from before we used compile.el.
2131 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2132 modifying the buffer within with-silent-modifications.
2133
2134 * progmodes/compile.el: Cleanup text-properties namespace by using
2135 `compilation-message' instead of `message', `compilation-directory'
2136 instead of `directory', and `compilation-debug' instead of `debug'.
2137 (compilation-last-buffer, compilation-parsing-end)
2138 (compilation-error-list, compilation-old-error-list): Move to the
2139 compatibility part of the code.
2140 (compilation-error-properties): If `file' is a function, let it return
2141 a file name.
2142 (compilation-mode-font-lock-keywords): Be more conservative with the
2143 omake "^ *" pattern prefix, to try and minimize the risk of
2144 pathologically slow regexp matching.
2145 (compilation-start): Use inhibit-read-only.
2146 (compilation--unsetup): New function.
2147 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2148 (compilation-filter): Minor tweaks.
8fe52384 2149 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 2150 (compilation--flush-file-structure): New fun.
8fe52384 2151 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
2152 (debug-ignored-errors): Add "Moved past last ...".
2153 (compilation--compat-error-properties)
2154 (compilation--compat-parse-errors): Rename by doubling the "-".
2155
01c63f4c
SM
2156 Port features from the previous prolog.el to the new one.
2157 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2158 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2159 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2160 variable and use a function to compute the value dynamically.
2161 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2162 (prolog-continued-prompt-regexp): Remove, unused.
2163 (prolog-find-value-by-system): Try and use the value of prolog-system
2164 in the *prolog* buffer if it helps.
2165 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2166 (prolog-zip-on): ..and check prolog-system and version here instead.
2167 (prolog-inferior-self-insert-command): New command.
2168 (prolog-inferior-mode-map): Use it.
2169 (prolog-inferior-error-regexp-alist): New var.
8fe52384 2170 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
2171 (prolog-input-filter): Use derived-mode-p.
2172 (prolog-inferior-guess-flavor): New function.
2173 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2174 make-comint to avoid running comint-mode twice.
2175 (prolog-inferior-buffer): New fun.
2176 (prolog-old-process-region, prolog-old-process-file):
2177 Don't call prolog-bsts here...
2178 (prolog-build-prolog-command): ...do it here instead.
2179 (prolog-old-process-region, prolog-old-process-file):
2180 Use compilation-fake-loc and compilation-forget-errors.
2181 (prolog-consult-compile-region): Use bolp.
2182
2f224f0b
CY
21832011-01-28 Chong Yidong <cyd@stupidchicken.com>
2184
2185 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2186
db0e305d
SS
21872011-01-27 Sam Steingold <sds@gnu.org>
2188
9e11271c
SM
2189 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2190 Remove "*server*" which is never created by emacs server.
db0e305d 2191
27bbeb29
DD
21922011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2193
2194 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2195 there are some diff switches.
2196
153c5428
SM
21972011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2198
89fdaac7
SM
2199 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2200 Copy change made to ruby-font-lock-syntactic-keywords.
2201
153c5428
SM
2202 * htmlfontify.el: Make it obey the font-lock-face text property.
2203 Miscellaneous cleanup such as:
2204 - Don't hide expressions after a closing paren.
2205 - Move initial setq into let.
2206 - Hoist common parts out of ifs.
2207 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2208 (hfy-face-at): Use get-text-property instead.
2209 (hfy-prop-invisible-p): Use invisible-p if available.
2210 (htmlfontify-manual): Use \\[...].
2211 (hfy-html-quote-regex): Use [...].
2212 (hfy-combined-face-spec): Simplify.
2213 (hfy-compile-face-map): Don't presume point-min==1.
2214 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2215 match end of string.
2216 (hfy-text-p): η-reduce.
2217 (hfy-tags-for-file): Receive cache-hash directly.
2218 (hfy-mark-tag-names): Adjust call.
2219
ed7646d4
GM
22202011-01-27 Glenn Morris <rgm@gnu.org>
2221
2222 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2223 (msb-after-load-hook): Remove eval-after-load wackiness.
2224
ed68f651
SS
22252011-01-25 Sam Steingold <sds@gnu.org>
2226
2227 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2228 literal "diff" (important for windows-nt).
2229
0fe719e6
GM
22302011-01-25 Glenn Morris <rgm@gnu.org>
2231
2232 * emacs-lisp/copyright.el (copyright-at-end-flag)
2233 (copyright-names-regexp): Add safety properties.
2234 (copyright-year-ranges): New option.
2235 (copyright-find-end): New function, split from copyright-update-year.
2236 (copyright-update-year): Use copyright-find-end.
2237 (copyright-fix-years): Optionally, convert years to ranges.
2238 Handle years continued over comment lines.
2239 Do not mess with the fill-prefix.
2240 Do not call copyright-update.
2241 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 2242 Skip directories. Find files with only safe local vars.
0fe719e6 2243
06d8ace5 22442011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
2245
2246 * files.el (file-name-non-special): Only change buffer-file-name after
2247 insert-file-contents if it's `visit'ing the file (bug#7854).
2248
06d8ace5 22492011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
2250
2251 * dired.el (dired-revert): Doc fix (Bug#7758).
2252
06d8ace5
GM
2253 * simple.el (line-move-visual): Doc fix (Bug#7594).
2254
22552011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
2256
2257 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2258 here-doc which ends with an underscore.
2259 (ruby-mode-set-encoding): Skip shebang line always.
2260 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 2261 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
2262 (ruby-forward-sexp): Stop after literal hash key labels.
2263 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2264 bracket.
2265
06d8ace5 22662011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
2267
2268 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2269 the correct buffer (Bug#7650).
2270
06d8ace5
GM
22712011-01-25 Glenn Morris <rgm@gnu.org>
2272
2273 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2274
ce558208
GM
2275 * simple.el (do-auto-fill): Give it a doc string.
2276
4d265b4d
GM
2277 * button.el (make-text-button): Doc fix. (See bug#7881)
2278
21bb5ce0
SM
22792011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2280
ab0a61d0
SM
2281 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2282 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2283
21bb5ce0
SM
2284 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2285 Handle ?" and friends differently (e.g. don't use backrefs).
2286
603823f5
JB
22872011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2288
2289 * calc/calc.el (calc-default-power-reference-level)
2290 (calc-default-field-reference-level): New variables.
35f52ed6 2291 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2292 (math-logunits): New variable.
2293 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2294 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2295 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2296 New functions.
603823f5
JB
2297 (math-find-base-units-rec): Add entry for ln(10).
2298 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2299 (calc-ul-prefix-help): New function.
2300 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2301 functions. Add keybindings for new units functions.
603823f5 2302
11ea68ce 23032011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2304
2305 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2306 rcirc buffers. (Bug#4940)
10617634 2307
0412a5a4
GM
23082011-01-22 Glenn Morris <rgm@gnu.org>
2309
2310 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2311 split out from copyright-update-year.
2312 (copyright-update): Don't mess with the GPL version if we don't own the
2313 copyright. Update license regexp, and remove no longer needed
2314 Esperanto stuff.
d226ec23 2315 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2316
e7c1dca8
CY
23172011-01-22 Chong Yidong <cyd@stupidchicken.com>
2318
2319 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2320
4d0143e6
JA
23212011-01-22 Jari Aalto <jari.aalto@cante.net>
2322
2323 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2324 (lm): Rename to landmark.
2325 (lm-test-run): Rename to landmark-test-run.
2326
e3545d0d
CY
23272011-01-22 Chong Yidong <cyd@stupidchicken.com>
2328
2329 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2330 "Case sensitive" menu item.
2331
7c82f3e2 23322011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2333
2334 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2335 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2336
7c82f3e2 23372011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2338
2339 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2340
7c82f3e2 23412011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2342
6e1dbaa9
RM
2343 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2344 Assume foo(bar) is a manpage reference rather than some unquoted
2345 symbol (bug#7705).
26a27884 2346
7c82f3e2 23472011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2348
2349 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2350 Suggested by Flo <sensorflo@gmail.com>.
2351
7c82f3e2 23522011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2353
2354 * progmodes/compile.el (compilation-error-regexp-alist):
2355 Fix custom type. (Bug#7812)
2356
4936e3ba
KM
23572011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2358
2359 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2360 allout-number-siblings, in keeping with what obtained due to
2361 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2362 (prefixed) ?i.
2363 (allout-before-change-handler): Better expose spots affected by
2364 undo.
2365
cde7e38b
CY
23662011-01-22 Chong Yidong <cyd@stupidchicken.com>
2367
2368 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2369
6b072b27
PH
23702011-01-22 Phil Hagelberg <phil@evri.com>
2371
2372 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2373 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2374 (pcmpl-ssh-config-hosts): New function.
2375 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2376 pcmpl-ssh-known-hosts.
2377
26d82c3a
JB
23782011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2379
c310ff4f
JB
2380 * calc/calc-undo.el (calc-undo): Autoload it.
2381 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2382 and autoload for `calc-undo'.
2383 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2384 * calc/calc-prog.el:
2385 * calc/calc-graph.el:
2386 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2387
a10c4149
ŠN
23882011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2389
2390 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2391 keybindings to `calc-undo'.
2392
8dabbfd6
SM
23932011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 Don't mess with *temp*.
2396 * obsolete/spell.el: Move from textmodes/spell.el.
2397 (spell-string):
2398 * term.el (term-read-input-ring):
2399 * startup.el (display-startup-echo-area-message):
2400 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2401 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2402 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2403 point-min==1.
2404
d3e51865
KM
24052011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2406
35f52ed6 2407 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2408 reapplying defalias.
2409
2410 (allout-hotspot-key-handler): Check for non-control-modified
2411 bindings for hotspot characters if there are no control-modified
2412 versions.
2413
d3e51865
KM
2414 * allout.el: Summary - migrate to defining allout mode using
2415 define-minor-mode instead of defun. Significantly clean-up
2416 internal keymap provisions, refactoring and, in the process,
2417 removing a lot of accumulated cruft.
2418
2419 allout-mode-map is now a keymap by virtue of being a defalias to
2420 allout-mode-map-value, which contains the actual keymap structure.
2421
8dabbfd6
SM
2422 (allout-mode): Use define-minor-mode rather than defun.
2423 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2424 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2425 entry will be '(allout-mode . allout-mode-map) - see
2426 allout-mode-map-value, below. Adjust docstring to track changes.
2427 (allout-minor-mode): Remove this defalias, now that we're using
2428 define-minor-mode.
2429 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2430 keymap is allout-mode-map-value, via defalias.
2431 (allout-mode-map-value): The variable holding the actual mode
2432 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2433 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2434 allout-bind-keys, and including the binding-composition
2435 functionality of the former produce-allout-mode-map and
2436 allout-setup-mode-map.
2437 (allout-institute-keymap): Take over the "setup" part of the former
2438 allout-setup-mode-map. Reassign allout-mode-map-value value and
2439 update the defalias.
01c35094 2440 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2441 (allout-unprefixed-keybindings):
2442 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2443 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2444 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2445 user can customize if they want to use that binding.
2446 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2447 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2448 elided that, previously, instead of the one for \C-h.)
2449 (allout-hotspot-key-handler): Remove attempt to resolve the key
2450 through the literal key-string lookup on allout-keybindings-list.
2451 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2452 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2453 (allout-pre-command-business): Use allout-mode-map-value instead
2454 of allout-mode-map.
2455 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2456 the bindings if they want to use a keybinding having a trailing
2cf429d0 2457 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2458 (allout-keybindings-list): Remove. It's not been useful for a
2459 while. (See allout-hotspot-key-handler changes, above.)
2460 (produce-allout-mode-map): Remove. Consolidate into
2461 allout-compose-and-institute-keymap.
2462 (allout-mode-map-adjustments): Remove. No longer necessary with
2463 removal of allout-preempt-trailing-ctrl-h.
2464 (allout-setup-mode-map): Remove. Consolidate into
2465 allout-compose-and-institute-keymap and allout-institute-keymap.
2466
c11136ec
GM
24672011-01-20 Glenn Morris <rgm@gnu.org>
2468
dbfb414e
GM
2469 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2470
c11136ec
GM
2471 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2472
9aea757b
CY
24732011-01-20 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2476
2477 * files.el (find-alternate-file, basic-save-buffer)
2478 (basic-save-buffer-2, revert-buffer, recover-file)
2479 (kill-buffer-ask, abort-if-file-too-large)
2480 (set-visited-file-name, write-file, backup-buffer)
2481 (basic-save-buffer, save-some-buffers):
2482 * dired-aux.el (dired-compress-file): Callers changed.
2483
5dd4f3f7
GM
24842011-01-19 Glenn Morris <rgm@gnu.org>
2485
2486 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2487 Also check the property status. (Bug#7861)
2488
56761182
MA
24892011-01-18 Michael Albinus <michael.albinus@gmx.de>
2490
2491 * net/tramp.el (tramp-debug-message): Extend function exclude
2492 list. Use `regexp-opt'.
2493
a9faac5c 24942011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2495
9cc3a0c7
SM
2496 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2497 highlighting doesn't spill over subsequent lines.
2498
1a1fcbe1
SM
2499 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2500 keymap expression. Improve docstring.
2501
74a10be5
SM
2502 * electric.el (electric-indent-post-self-insert-function):
2503 Don't auto-indent for indent-to-left-margin, it's too often
2504 counter-productive.
2505
721be9cd
TH
25062011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2507
2508 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2509 spaces if the frame was resized, so that the full visible buffer
2510 serves as canvas for strokes.
2511
a767645f
GM
25122011-01-16 Glenn Morris <rgm@gnu.org>
2513
2514 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2515 Also skip directories.
a767645f 2516
444ee8dd
KR
25172011-01-16 Kevin Ryde <user42@zip.com.au>
2518
2519 * info-xref.el: Version 3.
2520 (info-xref-check, info-xref-check-all): Move commentary details
2521 into docstrings for better visibility.
2522 Use compilation-mode for the results buffer.
2523 (info-xref-output, info-xref-output-error, info-xref-with-output)
2524 (info-xref-filename, info-xref-in-progress):
2525 New internals for this.
2526 (info-xref-check-list, info-xref-check-buffer)
2527 (info-xref-check-all-custom): Use those.
2528 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2529 (info-xref-output-heading): Rename from info-xref-filename-heading.
2530 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2531 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2532 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2533 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2534 (info-xref-subfile-p): Move to generic section with those two.
2535 (info-xref-check-node): New function split from
2536 info-xref-check-buffer, shared by info-xref-docstrings.
2537 (info-xref-goto-node-p): Move to a checking section with that func.
2538 (info-xref-unavail): New counter.
2539 (info-xref-check-node): Use it.
2540 (info-xref-with-output): Show count of unavailables at end of output.
2541 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2542 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2543 (info-xref-check-all-custom): Fix quietening viper-mode and
2544 gnus-registry-install -- use setq not let so as not to unbind
2545 after load.
2546
d4119912
JL
25472011-01-16 Juri Linkov <juri@jurta.org>
2548
2549 * isearch.el (isearch-abort): Don't quit if search has
2550 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2551
b024d9f0
MD
25522011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2553
2554 * files.el (backup-buffer): Make last-resort backup file in
2555 .emacs.d (Bug#6953).
2556
2557 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2558 make it with permission 700.
2559
d52969e8 25602011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2561
74a10be5
SM
2562 * mail/rmailmm.el (rmail-mime-insert-header):
2563 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2564 system used to decode the header.
2565 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2566 (rmail-mime-insert-decoded-text):
2567 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2568 (rmail-show-mime): If only a header part was decoded, find the
2569 coding system while ignoring mm-charset-override-alist.
2570
d52969e8 25712011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2572
2573 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2574
d52969e8 25752011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2576
2577 * mail/rmailmm.el (rmail-mime-next-item)
2578 (rmail-mime-previous-item): Delete them.
2579 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2580 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2581 Callers changed.
e7ca0062
KH
2582 (rmail-mime-raw-mode): Recursively call for children.
2583 (rmail-mode-map): Change mapping of tab and backtab to
2584 forward-button and backward-button respectively.
2585 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2586 button.
2587 (rmail-mime-update-tagline): New function.
2588 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2589 body display is changed.
74a10be5 2590 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2591 (rmail-mime-image): Delete this button type.
2592 (rmail-mime-toggle): New button type.
2593 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2594 body display is changed. Change the save button label to "Save".
2595 Don't process show/hide button here.
2596 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2597 the body display is changed. Unconditionally call
2598 rmail-mime-insert for children.
2599 (rmail-mime-handle): Update `display' vector of the just inserted
2600 entity.
2601 (rmail-mime-process): If mail-header-parse-content-type returns
2602 nil, use "text/plain" as the fallback type.
2603 (rmail-mime-insert): For raw-mode, recursively call
2604 rmail-mim-insert for children.
2605 (rmail-mime): Handle the case that the current buffer is not rmail
2606 buffer (e.g. in summary buffer).
2607
d52969e8 26082011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2609
2610 * mail/rmailmm.el (rmail-mime-next-item)
2611 (rmail-mime-previous-item): Skip the body of a non-multipart
2612 entity if a tagline is shown.
2613
362b9d48
GM
26142011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2617 (tmm-prompt): Simplify.
2618 (tmm-add-prompt): Remove unused var `win'.
2619
2620 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2621 to minor mode which used nil accidentally to mean "turn off".
2622
26232011-01-15 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * net/tramp-sh.el (tramp-find-inline-compress)
2626 (tramp-get-inline-coding): Quote command after pipe symbol for
2627 local calls under W32. (Bug#6784)
2628
26292011-01-15 Michael Albinus <michael.albinus@gmx.de>
2630
2631 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2632 only when running under W32.
2633
26342011-01-15 Eli Zaretskii <eliz@gnu.org>
2635
2636 * progmodes/grep.el (grep-compute-defaults): Quote the program
2637 file name after the pipe symbol in Grep templates. (Bug#6784)
2638 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2639
26402011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2641
2642 * buff-menu.el (Buffer-menu-buffer-list): New var.
2643 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2644 restricted buffer list is not lost on revert (Bug#7749).
2645
26462011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2647
2648 * net/ldap.el (ldap-search-internal): Discard stderr output.
2649
26502011-01-15 Eli Zaretskii <eliz@gnu.org>
2651
2652 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2653
26542011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2657
26582011-01-15 Kenichi Handa <handa@m17n.org>
2659
2660 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2661 part as a plain text.
2662 (rmail-mime-process-multipart): Set the default content-type to
2663 nil for unknown multipart subtypes (bug#7651).
2664
6d3d6113
SM
26652011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2666
4391b429
SM
2667 * hexl.el (hexl-mode-old-*): Remove.
2668 (hexl-mode--old-var-vals): New var to replace them.
2669 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2670 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2671 Use them to set local vars (bug#7846).
2672 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2673 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2674 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2675
6d3d6113
SM
2676 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2677 (smerge-resolve--normalize-re): New var.
2678 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2679 (smerge-resolve): Use them.
2680 * newcomment.el (comment-only-p): New function.
2681 (comment-or-uncomment-region): Use it.
2682
77ab81d0 26832011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2684
2685 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2686 table, get the value before switching to the output buffer. (Bug#7733)
2687
77ab81d0 26882011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2689
2690 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2691
8faba62c
KS
26922011-01-14 Kim F. Storm <storm@cua.dk>
2693
2694 * emulation/cua-base.el (cua--init-keymaps):
2695 Remap exchange-point-and-mark in cua-global-keymap.
2696
ab7eb811
TH
26972011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2698
2699 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2700 loop keyword.
2701
fc55380c
SM
27022011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2705 Require CL.
2706 (easy-menu-create-menu, easy-menu-convert-item-1):
2707 Use :label rather than nil for labels. Use `case'.
2708 Add :enable as alias for :active.
2709 (easy-menu-binding): Obey :label.
2710
dbed16aa
SM
27112011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2712
4d789d84
SM
2713 Use run-mode-hooks for major mode hooks (bug#513).
2714 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2715 Rename from reftex-toc-map.
2716 (reftex-toc-mode): Use define-derived-mode.
2717 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2718 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2719 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2720 (reftex-select-label-mode, reftex-select-bib-mode):
2721 Use define-derived-mode.
2722 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2723 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2724 Move init into delcaration.
2725 (reftex-index-mode, reftex-index-phrases-mode):
2726 Use define-derived-mode.
2727 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2728 speedbar-syntax-table. Move init into declaration.
2729 (speedbar-mode-map): Rename from speedbar-key-map.
2730 Move init into declaration.
2731 (speedbar-file-key-map): Move init into declaration.
2732 (speedbar-mode): Use define-derived-mode.
2733 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2734 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2735 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2736 (chart-face-list): Move initialization into declaration.
2737 (chart-mode): Use define-derived-mode.
2738 * calculator.el (calculator-mode-map): Move init into declaration.
2739 (calculator-mode): Use define-derived-mode.
2740
b49a2dbf
SM
2741 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2742 work for nested comments.
2743
dbed16aa
SM
2744 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2745 (prolog-use-prolog-tokenizer-flag): Change default when
2746 syntax-propertize can be used.
2747 (prolog-syntax-propertize-function): New var.
2748 (prolog-mode-variables): Move make-local-variable into `set'.
2749 Don't make comment-column local since we don't set it.
2750 Set comment-add (as it was in previous prolog.el). Use dolist.
2751 Set syntax-propertize-function.
2752 (prolog-mode, prolog-inferior-mode):
2753 Call prolog(-inferior)-menu directly, not through the mode-hook.
2754 (prolog-buffer-module, prolog-indent-level)
2755 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2756 (prolog-comment-limits, prolog-goto-comment-column):
2757 Use line-(end|beginning)-position.
2758 (prolog-build-prolog-command): Tighten up regexp.
2759 (prolog-consult-compile): Move make-local-variable into `set'.
2760 (prolog-consult-compile-filter, prolog-goto-next-paren)
2761 (prolog-help-on-predicate, prolog-clause-info)
2762 (prolog-mark-predicate): Don't let+setq.
2763 (prolog-indent-line): Use indent-line-to.
2764 Only call prolog-goto-comment-column if necessary.
2765 (prolog-indent-level): Use bobp.
2766 (prolog-first-pos-on-line): Remove, not used any more.
2767 (prolog-in-string-or-comment): Use syntax-ppss if available.
2768 (prolog-help-on-predicate): Use read-string.
2769 (prolog-goto-predicate-info): Simplify.
2770 (prolog-read-predicate): Use `default' rather than `initial'.
2771 (prolog-temporary-file): Use make-temp-file to close a security hole.
2772 (prolog-toggle-sicstus-sd): New command.
2773 (prolog-electric-underscore, prolog-variables-to-anonymous):
2774 Use dynamic-scoping as it was meant.
2775 (prolog-menu): Move menu definitions to top-level.
2776 Use a toggle-button for Sicstus's source debugger.
2777 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2778 to "System".
2779 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2780 Move other menu definition to top-level.
2781
50f8cd96
TH
27822011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2783
5b355315
TH
2784 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2785 name. Keep original document's directory as default-directory
2786 (bug#6446).
1281bd51
TH
2787 (doc-view-initiate-display): Fall back to normal mode when
2788 doc-view-mode cannot be enabled, also when extracting the document
2789 text into a separate buffer (bug#6446).
5b355315 2790
50f8cd96
TH
2791 * simple.el (shell-command): Don't error out if shell command
2792 buffer contains text with non-nil read-only property when erasing
2793 the buffer.
2794
821f936d
KS
27952011-01-13 Kim F. Storm <storm@cua.dk>
2796
2797 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2798 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2799 items when cycling through the matches.
2800
f754f898
TH
28012011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2802
2803 * dired-x.el (dired-omit-verbose): New defcustom that allows
2804 disabling the omit messages.
2805 (dired-omit-expunge): Use it.
2806
d221e780
CO
28072011-01-13 Christian Ohler <ohler@gnu.org>
2808
2809 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2810
a03b542a
CY
28112011-01-13 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * font-lock.el (font-lock-verbose): Default to nil.
2814
25ca2e61
CY
28152011-01-13 Chong Yidong <cyd@stupidchicken.com>
2816
2817 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2818 (compose-mail): New arg RETURN-ACTION.
2819 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2820
2821 * mail/sendmail.el (mail-return-action): New var.
2822 (mail-mode): Make it buffer-local.
2823 (mail-bury): Obey it. Move special Rmail window handling to
2824 rmail-mail-return.
2825 (mail, mail-setup): New arg RETURN-ACTION.
2826 (sendmail-user-agent-compose): Move from simple.el.
2827
2828 * mail/rmail.el (rmail-mail-return): New function.
2829 (rmail-start-mail): Pass it to compose-mail.
2830
2a8b13af
CY
28312011-01-12 Chong Yidong <cyd@stupidchicken.com>
2832
b2948a87
CY
2833 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2834 menus. Add menu item for customize-themes.
2835
2836 * cus-theme.el (customize-themes):
74a10be5
SM
2837 * emacs-lisp/package.el (package--list-packages):
2838 Use switch-to-buffer.
2a8b13af 2839
059616e5
JB
28402011-01-11 Johan Bockgård <bojohan@gnu.org>
2841
2842 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2843
04380ff1
SM
28442011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * progmodes/prolog.el: Fix up coding convention and such.
2847 (prolog-indent-width): Use the same default as in
2848 previous prolog.el rather than tab-width which depends on which buffer
2849 is current when the file is loaded.
2850 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2851 is not available.
2852 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2853 (prolog-known-systems): Remove.
2854 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2855 Move initialization into declaration.
2856 (prolog-mode-map): Move initialization into declaration.
2857 Remove system-specific mode-map vars, since they referred to the same
2858 keymap anyway.
2859 (prolog-mode-variables): Obey the user's preference w.r.t
2860 adaptive-fill-mode. Prefer symbol-value to `eval'.
2861 (prolog-mode-keybindings-edit): Add compatibility bindings.
2862 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2863 (mercury-mode-map): New var.
2864 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2865 (prolog-ensure-process, prolog-process-insert-string)
2866 (prolog-consult-compile): Use with-current-buffer.
2867 (prolog-guess-fill-prefix): Simplify data flow.
2868 (prolog-replace-in-string): New function to use instead of
2869 replace-in-string.
2870 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2871 (prolog-uncomment-region): Use `uncomment-region' when available.
2872 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2873 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2874 of int-to-char and char-to-int.
2875 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2876
e2019526
SB
28772011-01-11 Stefan Bruda <stefan@bruda.ca>
2878
2879 * progmodes/prolog.el: Replace by a whole new file.
2880
3fa173b4
SM
28812011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2884 (declare-function, undefined, insert-for-yank)
2885 (replace-regexp-in-string): Follow checkdoc's recommendations.
2886
7973bcea
SM
28872011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2890 refreshing the diary buffer.
2891
0af8c88b
KM
28922011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2893
7973bcea 2894 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2895 (allout-encrypt-string): Prevent encryption from adding an extra
2896 newline at the end of the topic body.
2897 (allout-version): Increment to 2.3.
2898
1a27c64e
MA
28992011-01-10 Michael Albinus <michael.albinus@gmx.de>
2900
7973bcea
SM
2901 * net/dbus.el (dbus-unregister-service): Complete doc.
2902 Fix call of dbus-error signal.
5c0b4070 2903 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2904
0a203b61
MA
29052011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2906
2907 * net/dbus.el (dbus-unregister-service): Translate returned
2908 integer into a symbol.
2909 (dbus-register-property): Use `dbus-register-service' to do the
2910 name registration.
2911
895123f5
CY
29122011-01-09 Chong Yidong <cyd@stupidchicken.com>
2913
7973bcea
SM
2914 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2915 Suggested by Joakim Verona.
12e1f328 2916
732eb50a
CY
2917 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2918
895123f5
CY
2919 * wid-edit.el (visibility): Replace :on-image and :off-image
2920 widget properties with :on-glyph and :off-glyph, for consistency
2921 with the `visibility' widget.
2922 (widget-toggle-value-create, widget-visibility-value-create):
2923 Merge into a single function `widget-toggle-value-create'.
2924
2925 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2926 (custom-face-edit-value-create, custom-face-value-create):
2927 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2928 :off-glyph, for consistency with the `visibility' widget.
2929
c8043a22
AS
29302011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2931
2932 * net/ldap.el (ldap-search-internal): Don't use eval.
2933
b7617f6d
CY
29342011-01-09 Chong Yidong <cyd@stupidchicken.com>
2935
973f1f2a
CY
2936 * subr.el (read-char-choice): Use read-key.
2937
b7617f6d
CY
2938 * custom.el (custom-safe-themes): Rename from
2939 custom-safe-theme-files. Add :risky tag.
2940 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2941 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2942
900503ae
CY
29432011-01-09 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2946 from Search and add a label to Undo.
2947
2948 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2949 inappropriate buttons and adding :vert-only tags.
2950
2951 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2952 removal of Help tool-bar button. Remove Undo button for space.
2953
2954 * info.el (info-tool-bar-map): Add :vert-only tags.
2955
c44d54b3
TH
29562011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2957
2958 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2959 image backend support. Either of them is fine.
2960
3ef01959
CY
29612011-01-08 Chong Yidong <cyd@stupidchicken.com>
2962
3d91e302
CY
2963 * subr.el (y-or-n-p): Doc fix.
2964
278f6845
CY
2965 * custom.el (custom-safe-theme-files): New defcustom.
2966 (custom-theme-load-confirm): New function.
2967 (load-theme): Load theme using `load', confirming with
2968 custom-theme-load-confirm if necessary.
2969
3ef01959
CY
2970 * subr.el (read-char-choice): New function, factored out from
2971 dired-query and hack-local-variables-confirm.
2972
2973 * dired-aux.el (dired-query):
2974 * files.el (hack-local-variables-confirm): Use it.
2975
2976 * dired-aux.el (dired-compress-file):
2977 * files.el (abort-if-file-too-large, find-alternate-file)
2978 (set-visited-file-name, write-file, backup-buffer)
2979 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2980 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2981 Use new format string args for y-or-n-p and yes-or-no-p.
2982
7c837933
AS
29832011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2984
2985 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2986 [gcc-include]: Tighten file name match, add match for column
2987 number. (Bug#7806)
6c7ec171 2988 [gnu]: Remove unused group.
7c837933 2989
d0981f82
GM
29902011-01-08 Glenn Morris <rgm@gnu.org>
2991
e7a42417
GM
2992 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2993
d0981f82
GM
2994 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2995
d43bb7d3
SS
29962011-01-07 Sam Steingold <sds@gnu.org>
2997
2998 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2999 the `explicit-shell-file-name' because that is the
3000 non-interactive shell.
3001
8c51d2a2
CY
30022011-01-07 Chong Yidong <cyd@stupidchicken.com>
3003
3004 * subr.el (y-or-n-p): Accept format string args.
3005
66b7b0fe
GM
30062011-01-07 Glenn Morris <rgm@gnu.org>
3007
3008 * Makefile.in (EMACSOPT): Add --no-site-lisp.
3009
1e004a83
KM
30102011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3011
66b7b0fe 3012 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 3013 the visible containing topic, rather than a collapsed one.
66b7b0fe 3014 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
3015 (allout-exposure-change-hook): Remove documentation remarks
3016 concerning removed allout-view-change-hook.
3017 (allout-flag-region): Remove invocation of and documentation
3018 remarks concerning allout-view-change-hook.
3019
b0a8e46b
GM
30202011-01-06 Glenn Morris <rgm@gnu.org>
3021
3022 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3023 (vc-bzr-annotate-extract-revision-at-line):
3024 Handle authors with embedded spaces. (Bug#7792)
3025
875c044a
TH
30262011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3027
3028 * doc-view.el (doc-view-image-width): New variable.
3029 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3030 backend for PNG images, and do dynamic rescaling instead of
3031 reconverting the whole doc.
3032
1f6f7722
GM
30332011-01-05 Glenn Morris <rgm@gnu.org>
3034
3035 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3036
e9e68fda
KM
30372011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3038
4896e8fc 3039 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
3040 long text lines that cross more than a single physical window
3041 line, ie when truncate-lines is nil.
e9e68fda
KM
3042 (allout-next-visible-heading): Provide for change in line-move
3043 behavior on long lines when truncate-lines is nil. In that case,
3044 line-move can wind up on the same textual line when it moves to
3045 the next window line, and moving to the bullet position after the
3046 move yields zero advancement. Add logic to detect and compensate
3047 for the lack of progress.
3048 (allout-current-topic-collapsed-p): move-end-of-line respect for
3049 field boundaries is different when operating with body lines
3050 shorter than window width versus ones greater than window width,
3051 which can yield false negatives in this function. Avoid
3052 difference by applying move-end-of-line while field-text-motion is
3053 inhibited.
3054
3f1b6eb2
GM
30552011-01-04 Glenn Morris <rgm@gnu.org>
3056
3057 * textmodes/rst.el (rst-compile-toolsets):
3058 Add pdf and s5 to option alist.
3059
6388924a
MA
30602011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3061
7973bcea 3062 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
3063 dont-register-service. Updated docstring accordingly.
3064
c3e4b003
AS
30652011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3066
3067 * textmodes/rst.el (rst-compile-pdf-preview)
3068 (rst-compile-slides-preview): Remove extra line.
3069
ef4271fe
GM
30702011-01-04 Glenn Morris <rgm@gnu.org>
3071
3072 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3073 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3074 default to `prog' without a .py extension.
3075 (rst-compile-pdf-preview, rst-compile-slides-preview):
3076 Use program names from rst-compile-toolsets, rather than hard-coding.
3077 (rst-portable-mark-active-p): Fix presumed typo.
3078
7c420169 30792011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 3080
7c420169 3081 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
3082 libpng versions both before and after 1.4.0. (Bug#7716)
3083
7c420169 30842011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 3085
6491af11
EZ
3086 * time.el (display-time-mode): Mention display-time-interval in
3087 the doc string. (Bug#7713)
3088
7c420169 30892011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
3090
3091 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3092 condition-case and return an error message string if something
3093 goes wrong.
2f952059 3094 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
3095 header by rmail-mime-insert-header.
3096
7c420169 30972011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
3098
3099 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3100 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3101 (rmail-mime-mbox-buffer)
3102 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3103 (rmail-mime-entity): Argument changed. All codes handling an
3104 entity object are changed.
2f952059 3105 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
3106 the above change.
3107 (rmail-mime-entity-children, rmail-mime-entity-handler)
3108 (rmail-mime-entity-tagline): New functions.
3109 (rmail-mime-message-p): New function.
3110 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3111 (rmail-mime-entity-segment, rmail-mime-next-item)
3112 (rmail-mime-previous-item, rmail-mime-shown-mode)
3113 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3114 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
3115 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3116 New functions.
186f7f0b
KH
3117 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3118 (rmail-mime-insert-decoded-text): New function.
3119 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3120 (rmail-mime-insert-image): Argument changed. Caller changed.
3121 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 3122 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
3123 (rmail-mime-insert-bulk): Argument changed.
3124 (rmail-mime-multipart-handler): Return t.
2f952059
ML
3125 (rmail-mime-process-multipart): Argument changed.
3126 Handle "multipart/alternative" here.
186f7f0b
KH
3127 (rmail-mime-process): Argument changed.
3128 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3129 (rmail-mime-insert): Argument changed. Handle raw display mode.
3130 (rmail-mime): Argument changed. Handle toggling of raw display
3131 mode.
3132 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3133 rmail-mime-view-buffer.
3134 (rmail-insert-mime-forwarded-message): Likewise.
3135 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3136
3137 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3138 non-nil, handle the header in rmail-show-mime-function.
3139
7c420169 31402011-01-02 Leo <sdl.web@gmail.com>
e1a23575 3141
7c420169 3142 * help-fns.el (describe-variable): Fix previous change.
e1a23575 3143
7c420169 31442011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
3145
3146 * isearch.el (isearch-lazy-highlight-error): New variable.
3147 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3148 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3149 to the current value of `isearch-error' (Bug#7468).
3150
7c420169 31512011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
3152
3153 * help-fns.el (describe-variable): Don't emit trailing whitespace
3154 (Bug#7511).
3155
7c420169 31562011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
3157
3158 * textmodes/rst.el (rst-compile-pdf-preview)
3159 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3160
7c420169 31612011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
3162
3163 * emulation/edt-mapper.el: Override mapping of function keys so
3164 that the later call to read-key-sequence works.
3165
7c420169 31662011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
3167
3168 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3169 Unix EOLs. (Bug#7589)
3170
7c420169
CY
31712011-01-02 Leo <sdl.web@gmail.com>
3172
3173 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3174 if point is not behind eshell-last-output-end (Bug#7585).
3175
31762011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * files.el (file-local-variables-alist):
3179 Make permanent-local (bug#7767).
3180
31812011-01-02 Glenn Morris <rgm@gnu.org>
3182
3183 * version.el (emacs-copyright): Set short copyright year to 2011.
3184
31852011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3186
3187 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3188 an existing temp buffer. (Bug#7746)
3189
31902011-01-02 Glenn Morris <rgm@gnu.org>
3191
3192 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3193 multiple addresses. (Bug#7760)
3194
fb9a573a
KM
31952011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3196
e9e68fda 3197 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
3198 do-auto-fill if everything points back to allout-auto-fill.
3199 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3200 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3201
8d68c659
MA
32022010-12-31 Michael Albinus <michael.albinus@gmx.de>
3203
3204 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3205 and "scpx".
3206
291cc045
TH
32072010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3208
3209 * doc-view.el (doc-view-set-doc-type): New function refactored
3210 from doc-view-mode.
3211 (doc-view-fallback-mode): New function.
3212 (doc-view-mode): Use it.
3213 (doc-view-mode-maybe): New function that checks if doc-view-mode
3214 can be used and falls back to the next best mode otherwise.
3215
3216 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3217 DVI, OpenDocument, and MS Office files.
3218
8ee2dc5c
AS
32192010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3220
3221 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3222
f9e68477
TH
32232010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3224
3225 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3226 on a copy of auto-mode-alist, because that deletes with side
3227 effects.
3228
ad727c81
TH
32292010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3230
7973bcea
SM
3231 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3232 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
3233 fallback instead of hard coding fundamental mode.
3234
b71b7803
TH
32352010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3236
3237 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3238 Office) files also for searching.
3239
95e16d17
TH
32402010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3241
3242 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3243 Office) files. Not yet enabled via auto-mode-list.
3244 (doc-view-unoconv-program): New custom variable.
3245 (doc-view-mode-p): Handle new odf document type.
3246 (doc-view-odf->pdf): New conversion function.
3247 (doc-view-convert-current-doc): Call it for odf files.
3248 (doc-view-mode): Recognize newly supported file extensions.
3249
b191c9d9
MA
32502010-12-30 Michael Albinus <michael.albinus@gmx.de>
3251
3252 * net/tramp.el (tramp-default-method-alist)
3253 (tramp-default-user-alist)
3254 (tramp-local-host-regexp, tramp-prefix-domain-format)
3255 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3256
3257 * net/tramp-ftp.el:
3258 * net/tramp-gvfs.el:
3259 * net/tramp-gw.el:
3260 * net/tramp-imap.el:
3261 * net/tramp-sh.el:
3262 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3263 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3264
6e457cc9
KF
32652010-12-29 Karl Fogel <kfogel@red-bean.com>
3266
3267 * saveplace.el (save-place-alist-to-file): Save list sorted and
3268 pretty-printed, so that it is mergeable by line-based text merging,
3269 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3270
fb9a573a
KM
32712010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3272
e9e68fda 3273 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3274 (allout-mode): Argument "toggle" => "force".
3275 Refine the docstring.
3276 Remove special provisions for reactivation, besides the 'force'
3277 argument.
3278 Consolidate layout provisions coce directly into the activation
3279 condition branch, now that we've removed those provisions.
3280 (allout-unload-function): Explicitly activate the mode before
3281 deactivating, if it's initially deactivated.
3282 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3283 warnings for version of function used only where
3284 set-buffer-multibyte is unavailable.
3285
c940c054
CY
32862010-12-28 Chong Yidong <cyd@stupidchicken.com>
3287
3288 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3289 are handled by the menu-bar entries. As before, don't use
3290 :visibile to avoid changing the tool-bar.
3291
4c145d5d
MA
32922010-12-27 Michael Albinus <michael.albinus@gmx.de>
3293
3294 * net/secrets.el (secrets-delete-alias): New defun.
3295
fe99f704
MA
32962010-12-27 Michael Albinus <michael.albinus@gmx.de>
3297
3298 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3299 methods, otherwise ~/.ssh/config would be ignored.
3300
723ee192
SM
33012010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * emacs-lisp/rx.el: Make it a superset of sregex.
3304 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3305 of args, add `regex' alias.
3306 (rx-info): Add arg to distinguish head and standalone forms.
3307 (rx-check, rx-form): Pass the corresponding arg.
3308 (rx-**): Simplify.
3309 (rx-repeat): Make it work for any number of args.
3310 (rx-syntax): Make it accept syntax chars as is.
3311 * obsolete/sregex.el: Move from emacs-lisp/.
3312 * emacs-lisp/re-builder.el: Remove sregex support.
3313 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3314
e77714da
EZ
33152010-12-25 Eli Zaretskii <eliz@gnu.org>
3316
3317 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3318 PRIMARY first, then the clipboard. (Bug#7699)
3319
17870c01
SM
33202010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3323 print-number-table.
3324
6bfa51ba
CY
33252010-12-21 Chong Yidong <cyd@stupidchicken.com>
3326
d78cdcf7
CY
3327 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3328 .emacs.elc (Bug#7530).
3329
6bfa51ba
CY
3330 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3331 image spec (Bug#7480).
3332
9d9cfd53
DU
33332010-12-21 Daiki Ueno <ueno@unixuser.org>
3334
3335 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3336 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3337 Move from lisp/.
9d9cfd53 3338
adc0b793
JD
33392010-12-20 Leo <sdl.web@gmail.com>
3340
3341 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3342 always be performed (Bug#7680).
3343
778ca437
CY
33442010-12-20 Chong Yidong <cyd@stupidchicken.com>
3345
3f95d7ff
CY
3346 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3347 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3348 mouse-region-match.
778ca437 3349
3f95d7ff 3350 * color.el: Move from gnus/.
94975270 3351
f48fdaad
CY
3352 * vc/diff.el (diff-better-file-name): Function deleted.
3353 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3354 (diff-no-select): Just use expand-file-name.
3355
3356 * tool-bar.el (tool-bar--image-expression): New function.
3357 (tool-bar-local-item, tool-bar--image-exp): Use it.
3358 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3359 Use :enable instead of :visible to avoid changing the tool-bar
3360 configuration unnecessarily.
3361
3362 * info.el (info-tool-bar-map): Add separators.
3363
2e306b39
KB
33642010-12-17 Ken Brown <kbrown@cornell.edu>
3365
3366 * loadup.el: Use version numbers in Cygwin build.
3367
395542c6
RT
33682010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3369
3370 * ido.el (ido-file-internal): Ask for confirmation before
3371 overwriting an existing file (Bug#1238).
3372
4039c786
CY
33732010-12-16 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * tool-bar.el (tool-bar-setup): Add separators.
3376
3377 * menu-bar.el (featurep): Use menu-bar-separator.
3378
45720dc3
GM
33792010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3380
3381 Migrate allout encryption provisions from pgg to epg.
3382
3383 * allout.el (allout-toggle-current-subtree-encryption)
3384 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3385 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3386 for simpler universal argument interpretation.
35f52ed6 3387 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3388 changed encryption provisions. Change fetch-pass to keymode-cue, for
3389 simpler universal argument interpretation. Remove provisions for
3390 handling key type and identity - they'll all be within
3391 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3392 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3393 for keypair recipients (universal argument > 1) and, in addition,
3394 associating the specified recipients with the outline (universal
3395 argument > 4) using a file local variable setting for
3396 'epa-file-encrypt-to'.
3397 Require epa, for recipients handling.
3398 Change how regexp filtering elements are named.
3399 Describe the problem with caching of incorrect symmetric-decryption
3400 keys.
3401 Use the epa-passphrase-callback-function, in case the user is using
3402 GnuPG v1.
3403 Support saving of the selected keypair recipients when invoked with a
3404 keymode-cue > 4.
3405 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3406 Require 'epa.
3407 Establish epg-context with armoring and default epg-protocol.
3408 Remove all passphrase cache, verification, and hinting code.
3409 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3410 No longer used, delete.
3411 (allout-mode): Adjust docstring to describe changed encryption
3412 provisions. Describe the problem with caching of incorrect
3413 symmetric-decryption keys.
3414 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3415 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3416 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3417 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3418 Obsolete, remove.
3419
33088bed
DU
34202010-12-16 Daiki Ueno <ueno@unixuser.org>
3421
3422 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3423 key selection prompt; make 'silent as default (Bug#7487).
3424
bfc49a5b
LL
34252010-12-16 Leo <sdl.web@gmail.com>
3426
7973bcea
SM
3427 * eshell/eshell.el (eshell-directory-name):
3428 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3429
68251e16
GM
34302010-12-15 Glenn Morris <rgm@gnu.org>
3431
3432 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3433
99f053cf 34342010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3435 Scott Evans <gse@antisleep.com>
99f053cf
JA
3436
3437 * rect.el (rectange--default-line-number-format)
3438 (rectangle-number-line-callback): New functions.
3439 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3440
5614fd56
CY
34412010-12-15 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3444 Delete unused variables.
3445 (move-to-column-force): Remove function obsolete since 21.2.
3446
d68b0220
MA
34472010-12-14 Michael Albinus <michael.albinus@gmx.de>
3448
3449 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3450 (tramp-handle-insert-file-contents): Do not set permanent-local
3451 property.
3452
7973bcea
SM
3453 * net/tramp-cache.el (tramp-persistency-file-name):
3454 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3455
3456 * net/tramp-sh.el (tramp-methods): Add "ksu".
3457 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3458 method list.
3459
0273f794
GM
34602010-12-14 Glenn Morris <rgm@gnu.org>
3461
ab274982
GM
3462 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3463 (find-tag-marker-ring): Declare.
3464 (js-find-symbol): Require etags.
3465
e758216c
GM
3466 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3467 Require mail-utils.
3468 (mail-alias-file): Don't autoload. Doc fix.
3469 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3470 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3471 Mark as obsolete, and risky.
3472 (mail-setup): Simplify.
3473
53aff12a
GM
3474 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3475 * mail/sendmail.el (build-mail-aliases): Update autoload.
3476
aae4b48c
GM
3477 * dired.el (dired-trivial-filenames, dired-chown-program)
3478 (dired-auto-revert-buffer): Remove autoload cookies.
3479 * mail/sendmail.el (mail-recover-1): Require 'dired.
3480
bff7c1ad
GM
3481 * dired.el (dired-subdir-switches, dired-chown-program)
3482 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3483 Make into defcustoms.
3484 (dired-chown-program): Simplify initialization.
3485
0273f794
GM
3486 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3487
bc557672
RF
34882010-12-13 Romain Francoise <romain@orebokech.com>
3489
3490 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3491
7410c270
G
34922010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3493
3494 * net/netrc.el (netrc-point-at-eol): Remove the unused
3495 netrc-point-at-old and netrc-bound-and-true-p bindings.
3496 (netrc-parse): Cache the netrc contents.
3497
f49d1f52 34982010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3499
3500 * subr.el (posn-col-row): Evaluate header-line-format in the
3501 context of the POSITION window's buffer.
3502
f49d1f52 35032010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3504
3505 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3506 (with-silent-modifications): Doc fixes.
3507
f49d1f52 35082010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3509
3510 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3511 Revert previous from. Use `save-restriction'.
158d5945 3512
f49d1f52 35132010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3514
3515 * calendar/diary-lib.el (diary-list-sexp-entries):
3516 Handle case of no newline at end of file. (Bug#7536)
3517
f49d1f52 35182010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3519
3520 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3521
f49d1f52 35222010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3523
f49d1f52 3524 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3525 (tramp-process-actions): Do not widen.
d68b0220 3526
f49d1f52
SM
3527 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3528 Protect buffer-modified value. (Bug#7557)
32802ee1 3529
f49d1f52 35302010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3531
3532 * log-edit.el (log-edit-changelog-entries):
3533 Regexp quote filename. (Bug#7505)
3534
f49d1f52 35352010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3536
3537 * cus-edit.el (custom-save-all):
3538 Bind print-length and print-level to nil. (Bug#7581)
3539
f49d1f52 35402010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3541
d5e6e0b6
GM
3542 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3543 Run hooks to update menu contents. (Bug#7586)
3544
3c1e62f8
GM
3545 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3546 file names, for the sake of MS Windows. (Bug#7588)
3547
f49d1f52 35482010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3549
3550 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3551 empty lines without a leading space.
3552
f49d1f52 35532010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3554
740af6c9
GM
3555 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3556 while mapping over marks (Bug#6810).
86a6e8e0 3557
f49d1f52 35582010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3559
3560 * image-dired.el (image-dired-db-file)
3561 (image-dired-temp-image-file, image-dired-gallery-dir)
3562 (image-dired-temp-rotate-image-file): Set default values relative
3563 to image-dired-dir (Bug#7518).
3564
f49d1f52 35652010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3566
3567 * format.el (format-decode-run-method): Pass args FROM and TO, not
3568 point-min and point-max, to shell-command-on-region (Bug#7488).
3569
f49d1f52 35702010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3571
3572 * frame.el (blink-cursor-mode): Make default t for ns.
3573
f49d1f52 35742010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3575
3576 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3577
f49d1f52 35782010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3579
637c2c43
CY
3580 * comint.el (comint-dynamic-list-input-ring)
3581 (comint-dynamic-complete-filename)
3582 (comint-replace-by-expanded-filename)
3583 (comint-dynamic-simple-complete)
3584 (comint-dynamic-list-filename-completions)
3585 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3586
74194465
CY
3587 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3588 Doc fix (Bug#7471).
3589
f49d1f52 35902010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3591
3592 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3593 (Bug#7533).
3594
01c35094 35952010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3596
3597 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3598 (Bug#7491).
3599
f49d1f52 36002010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3601
3602 * files.el (file-relative-name): Handle UNC file names on
3603 DOS/Windows. (Bug#4674)
3604
f49d1f52 36052010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3606
3607 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3608 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3609 (epg-context-set-passphrase-callback): Mention that the callback
3610 is not called when used with GnuPG 2.x.
3611
f49d1f52 36122010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3613
3614 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3615 Ensure ps-footer-font-size-internal is initialized.
3616 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3617
f49d1f52 36182010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3619
3620 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3621 within condition-case.
3622 (rmail-show-mime): Don't use condition-case.
3623 (rmail-search-mime-message): New function.
3624 (rmail-search-mime-message-function): Set to
3625 rmail-search-mime-message.
3626
f49d1f52 36272010-12-13 Leo <sdl.web@gmail.com>
bd794450 3628
0fdd1db7 3629 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3630 (ido-mode): Use it.
3631 (ido-completing-read): Call it.
3632
fdbb4d85
KF
36332010-12-12 Karl Fogel <kfogel@red-bean.com>
3634
3635 * bookmark.el (bookmark-name-from-full-record): Rename back to
3636 this original name from `bookmark-name-from-record' reverting part
3637 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3638 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3639 third-party callers. (Bug#7609)
fdbb4d85 3640
0e5cf2b8
AM
36412010-12-12 Alan Mackenzie <acm@muc.de>
3642
3643 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3644 template arglist, check that the current language supports this.
3645
6961d41c
GM
36462010-12-11 Glenn Morris <rgm@gnu.org>
3647
2b404597
GM
3648 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3649 state of the file matches. (Bug#7544)
3650 (vc-bzr-register, vc-bzr-checkin)
3651 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3652 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3653
6961d41c
GM
3654 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3655
1e5d2a04
KK
36562010-12-11 Karel Klíč <kklic@redhat.com>
3657
3658 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3659
175069ef
SM
36602010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 Derive from prog-mode, use derived-mode-p, and fix up various
3663 minor style issues in lisp/progmodes.
3664
3665 * progmodes/vhdl-mode.el (vhdl-mode):
3666 * progmodes/verilog-mode.el (verilog-mode):
3667 * progmodes/vera-mode.el (vera-mode):
3668 * progmodes/sql.el (sql-mode):
3669 * progmodes/scheme.el (scheme-mode):
3670 * progmodes/perl-mode.el (perl-mode):
3671 * progmodes/octave-inf.el (inferior-octave-mode):
3672 * progmodes/autoconf.el (autoconf-mode):
3673 * progmodes/m4-mode.el (m4-mode):
3674 * progmodes/inf-lisp.el (inferior-lisp-mode):
3675 * progmodes/idlwave.el (idlwave-mode):
3676 * progmodes/icon.el (icon-mode):
3677 * progmodes/idlw-help.el (idlwave-help-mode):
3678 * progmodes/dcl-mode.el (dcl-mode):
3679 * progmodes/idlw-shell.el (idlwave-shell-mode):
3680 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3681 (ebrowse-member-mode, ebrowse-electric-position-mode):
3682 Use define-derived-mode.
3683
3684 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3685 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3686 (xscheme-debugger-mode-p, xscheme-send-string-1):
3687 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3688 (tcl-load-file, tcl-restart-with-file):
3689 * progmodes/ps-mode.el (ps-run-running):
3690 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3691 * progmodes/js.el (js--get-all-known-symbols):
3692 * progmodes/inf-lisp.el (inferior-lisp-proc):
3693 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3694 (idlwave-template, idlwave-update-buffer-routine-info)
3695 (idlwave-update-current-buffer-info)
3696 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3697 (idlwave-scan-class-info, idlwave-fix-keywords)
3698 (idlwave-list-buffer-load-path-shadows):
3699 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3700 (idlwave-toolbar-remove):
3701 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3702 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3703 (idlwave-shell-menu-def):
3704 * progmodes/idlw-complete-structtag.el
3705 (idlwave-prepare-structure-tag-completion):
3706 * progmodes/gud.el (gud-set-buffer):
3707 * progmodes/f90.el (f90-backslash-not-special):
3708 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3709
3710 * progmodes/xscheme.el (xscheme-start)
3711 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3712 * progmodes/which-func.el (which-function):
3713 * progmodes/vhdl-mode.el (vhdl-set-style):
3714 * progmodes/verilog-mode.el (verilog-set-compile-command)
3715 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3716 (verilog-set-define, verilog-auto-reeval-locals):
3717 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3718 * progmodes/simula.el (simula-mode):
3719 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3720 * progmodes/python.el (python-check, python-mode):
3721 * progmodes/prolog.el (prolog-mode-variables):
3722 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3723 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3724 * progmodes/delphi.el (delphi-mode):
3725 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3726 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3727 (c-font-lock-init): Move make-local-variable to their setq.
3728
3729 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3730 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3731 make-local-hook.
3732 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3733 (sh-set-shell): Don't set require-final-newline since it's already done
3734 by prog-mode.
3735 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3736 since we never set it.
3737 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3738 Use read-string and standard prompt.
3739 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3740 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3741 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3742 (meta-common-mode-map): Rename from meta-mode-map.
3743 Remove C-m binding, which is a user preference, not mode specific.
3744 (meta-common-mode): New major mode; replace meta-common-initialization.
3745 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3746 around with font-lock.
3747 * progmodes/etags.el (select-tags-table-mode):
3748 Derive from special-mode.
3749 * progmodes/octave-mod.el (octave-mode):
3750 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3751 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3752 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3753 Let define-derived-mode do its job.
3754 * progmodes/cpp.el (cpp-edit-mode-map):
3755 Move initialization into declaration.
3756 (cpp-edit-mode): Use define-derived-mode.
3757 (cpp-edit-load): Use derived-mode-p.
3758 * progmodes/mixal-mode.el (mixal-mode):
3759 * progmodes/f90.el (f90-mode):
3760 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3761 require-final-newline since prog-mode does it already.
3762 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3763 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3764 * progmodes/antlr-mode.el: Require cc-mode upfront.
3765 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3766 the declaration.
3767 (antlr-directory-dependencies, antlr-show-makefile-rules):
3768 Use derived-mode-p.
3769 (antlr-language-option): Don't assume point-min==1.
3770 (antlr-mode): Use define-derived-mode.
3771 * progmodes/ada-mode.el: Use derived-mode-p.
3772 (ada-mode): Use define-derived-mode.
3773 Use hack-local-variables-hook.
3774
61f91c04
SM
37752010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3778 (texinfo-mode): Don't disable adaptive-fill-mode.
3779 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3780 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3781 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3782 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3783 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3784 (texinfo-insert-@quotation, texinfo-insert-@samp)
3785 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3786 (texinfo-insert-@uref): Use define-skeleton.
3787 (texinfo-insert-@-with-arg): Delete.
3788
72a44673
EZ
37892010-12-10 Eli Zaretskii <eliz@gnu.org>
3790
3791 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3792 nil, do quote archive member names. (Bug#6144)
3793
ab540f59
GM
37942010-12-10 Glenn Morris <rgm@gnu.org>
3795
66f782de
GM
3796 * files.el (diff-no-select): Declare.
3797
e554b3f8
GM
3798 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3799 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3800
ab540f59
GM
3801 * comint.el (comint-input-ring-file-name): Doc fix.
3802
f68ab99b
EZ
38032010-12-09 Eli Zaretskii <eliz@gnu.org>
3804
3805 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3806 New functions.
61f91c04
SM
3807 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3808 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3809 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3810 instead of `nil'.
3811 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3812 and menu-bar-positive-p instead of `nil' and `>', respectively.
3813 (Bug#1077)
3814
650453a9
VJL
38152010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3816
3817 * whitespace.el (whitespace-newline-mode): Code fix.
3818
28d5de72
GM
38192010-12-09 Glenn Morris <rgm@gnu.org>
3820
3821 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3822 Rename functions without commas, update callers.
3823
b596d50d 38242010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3825
b596d50d
GM
3826 * whitespace.el (whitespace-cleanup-region):
3827 Clean up spaces before tabs. (Bug#7582)
16498102 3828
eff37c5e
KF
38292010-12-08 Karl Fogel <kfogel@red-bean.com>
3830
3831 * bookmark.el: Adjust parameter names and doc strings to resolve
3832 confusion over whether "bookmark" meant a bookmark name or a
3833 bookmark record. Along the way, shorten one function's name for
3834 similar reasons. (Issue #7548)
3835 (bookmark-name-from-record): New name for
3836 `bookmark-name-from-full-record'. All callers changed.
3837 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3838 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3839 (bookmark-get-annotation, bookmark-set-annotation)
3840 (bookmark-get-filename, bookmark-set-filename)
3841 (bookmark-get-position, bookmark-set-position)
3842 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3843 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3844 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3845 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3846 Rename `bookmark' parameter to `bookmark-name-or-record', to
3847 clearly show its role, and shorten or adjust doc strings accordingly.
3848 (bookmark-set-name): Same, and pass the parameter directly to
3849 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3850 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3851 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3852 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3853 and in some cases shorten doc string accordingly.
3854 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3855 and `new-name', and adjust an internal variable to avoid confusion.
3856 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3857 parameter in doc string.
3858
5fe9ebd1
GM
38592010-12-08 Glenn Morris <rgm@gnu.org>
3860
ac8331a7
GM
3861 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3862 from gdb's history file. (Bug#7575)
3863
5fe9ebd1
GM
3864 * mail/emacsbug.el (report-emacs-bug):
3865 Try to handle some other mail clients.
3866
33cf0fb2
SM
38672010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3870 Use string-prefix-p.
3871 (file-name-version-regexp): New var.
3872 (file-name-sans-versions):
3873 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3874 (jka-compr-get-compression-info): Use dolist.
3875 (jka-compr-compression-info-list): Don't bother specifying
3876 version/backup regexps.
3877
11c31b99
TH
38782010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3879
3880 * simple.el (just-one-space): Make argument n default to 1 if
3881 omitted.
3882
a733fc37
SM
38832010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * electric.el (electric-indent-post-self-insert-function):
3886 Delete trailing newlines even if we don't reindent.
3887
88b5a757
DD
38882010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3889
a733fc37
SM
3890 * minibuffer.el (completion-at-point): Remove the `arg'.
3891 * bindings.el (complete-symbol): Move back from minibuffer.el.
3892
38932010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3894
88b5a757
DD
3895 * simple.el (just-one-space): Delete newlines for negative arg.
3896
ce327e48
SM
38972010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3900 (ansi-color-filter-apply): Simplify.
3901 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3902
ac73d955
BR
39032010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3904
3905 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3906
8c44f097
CY
39072010-12-04 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * dired.el (dired-use-ls-dired): Set default to a special
3910 "unspecified" value.
3911 (dired-insert-directory): When called the first time, check
3912 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3913
15af15e5
TO
39142010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3915
3916 * replace.el: Add "collect" feature to occur.
3917 (occur-collect-regexp-history): New var.
88b5a757
DD
3918 (occur-read-primary-args): Return a replace string for nlines,
3919 if needed.
15af15e5
TO
3920 (occur): Extend the meaning of nlines.
3921
b2e6e5bd
SM
39222010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3925 (which-func-update-1): Distinguish symbols from strings.
3926 (which-function): Stay within 80 columns.
3927
ee9355dc
SM
39282010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3929
7f0ea0ff
SM
3930 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3931
ee9355dc
SM
3932 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3933 Improve docstring.
3934 (comment-style): Use comment-styles's docs to describe values.
3935
3e972d98
JD
39362010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3937
3938 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3939 and ns-show-prefs (Bug#7535).
3940
3941 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3942 bindings (Bug#7535).
3943
c879436a
GM
39442010-12-03 Glenn Morris <rgm@gnu.org>
3945
afe27238
GM
3946 * nxml/nxml-mode.el: Require rng-nxml.
3947 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3948 Remove declarations.
3949
65beee52
GM
3950 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3951 * nxml/rng-nxml.el, nxml/rng-valid.el:
3952 Remove leading `*' from defcustom docs.
3953
ad961a00
GM
3954 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3955 (normal-top-level-add-to-load-path, tty-handle-args):
3956 Convert comments to basic doc-strings.
3957
c5fd0ab5
GM
3958 * net/browse-url.el (browse-url-url-at-point)
3959 (browse-url-default-browser): Remove autoload cookies.
3960
f62f063d
GM
3961 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3962 Remove more undefined cl functions.
3963
c879436a
GM
3964 * vc/diff.el (diff-sentinel): Make new arguments optional.
3965 * ibuf-ext.el (diff-sentinel): Update declaration.
3966
3721e124
DU
39672010-12-03 Daiki Ueno <ueno@unixuser.org>
3968
3969 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3970 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3971 (epg-context-set-passphrase-callback): Mention that the callback
3972 is not called when used with GnuPG 2.x.
3973
66feec8b
MA
39742010-12-02 Michael Albinus <michael.albinus@gmx.de>
3975
3976 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3977 (tramp-file-name-port): Check also for `tramp-default-port'.
3978 (tramp-get-connection-name): New defun.
3979 (tramp-get-connection-process): Use it.
3980 (tramp-debug-message): Extend function exclude list.
3981 (tramp-drop-volume-letter): Fix doc string.
3982
3983 * net/tramp-cmds.el: Remove solved todo item.
3984
66feec8b
MA
3985 * net/tramp-ftp.el:
3986 * net/tramp-gvfs.el:
3987 * net/tramp-gw.el:
3988 * net/tramp-imap.el:
3989 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3990 and `tramp-default-user-alist', respectively.
3991
88b5a757
DD
3992 * net/tramp-gw.el (tramp-gw-open-connection):
3993 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3994
3995 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3996 `tramp-file-name-port'.
3997
3998 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3999 and "psftp". Exchange "%k" marker with options.
4000 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
4001 Compute size of link target.
35f52ed6
JB
4002 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
4003 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
4004 copy arguments. Use `tramp-get-connection-name' and
4005 `tramp-get-connection-buffer'. Improve debug messages.
4006 (tramp-compute-multi-hops): Remove port determination.
4007 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
4008
4009 * net/trampver.el: Update release number.
4010
bd77c2ef
GM
40112010-12-02 Glenn Morris <rgm@gnu.org>
4012
05907bb3
GM
4013 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4014 Avoid infinite loop over windows. (Bug#7492)
4015
bd77c2ef
GM
4016 * progmodes/flymake.el (flymake-check-file-limit):
4017 Allow nil to mean "no limit".
4018 (flymake-check-patch-master-file-buffer): Update for above change.
4019 Allow a .tex file-name extension to be optional.
4020 (flymake-master-tex-init): Also match \include statements.
4021
f7ca27a1
SS
40222010-11-30 Sam Steingold <sds@gnu.org>
4023
4024 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4025 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4026 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4027 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4028 define-derived-mode').
4029 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4030 users who want to call `nxml-parent-document-set'.
4031
402c8a49
CY
40322010-11-27 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4035 stand-alone lines, since that is handled by log-edit-match-to-eoh
4036 (Bug#6465).
4037
d1882ac7
EW
40382010-11-27 Eduard Wiebe <usenet@pusto.de>
4039
4040 * dired.el (dired-get-filename): Replace backslashes with slashes
4041 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4042 * locate.el (locate-default-make-command-line): Don't consider
4043 drive letter and root directory part of
4044 `directory-listing-before-filename-regexp'. (Bug#7308)
4045 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4046
07976ae3 40472010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
4048
4049 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4050 of :smie-open/close-alist.
4051 (smie-next-sexp): Make it accept a "start token" as argument.
4052 (smie-indent-keyword): Be careful not to misidentify tokens that span
4053 more than one line, as empty lines. Add argument `token'.
4054
07976ae3 40552010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 4056
afde451a
KH
4057 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4058 multipart subtypes, insert all as usual.
4059
3d9ee611
KH
4060 * mail/rmail.el: Require rfc2047.
4061
07976ae3 40622010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
4063
4064 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4065 (rmail-mime-entity-disposition)
4066 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4067 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4068 (rmail-mime-save): Handle the case that the button's `data' is a
4069 MIME entity.
4070 (rmail-mime-insert-text): New function.
9e0ecdab 4071 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
4072 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4073 (rmail-mime-insert-bulk): New function mostly copied from the old
4074 rmail-mime-bulk-handler.
9e0ecdab
GM
4075 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4076 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
4077 the old rmail-mime-multipart-handler.
4078 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 4079 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
4080 rmail-mime-show.
4081 (rmail-mime-insert-multipart, rmail-mime-parse)
4082 (rmail-mime-insert, rmail-show-mime)
4083 (rmail-insert-mime-forwarded-message)
4084 (rmail-insert-mime-resent-message): New functions.
4085 (rmail-insert-mime-forwarded-message-function): Set to
4086 rmail-insert-mime-forwarded-message.
4087 (rmail-insert-mime-resent-message-function): Set to
4088 rmail-insert-mime-resent-message.
4089
4090 * mail/rmailsum.el: Require rfc2047.
4091 (rmail-header-summary): Handle multiline Subject: field.
4092 (rmail-summary-line-decoder): Change the default to
4093 rfc2047-decode-string.
4094
4095 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4096 (rmail-mime-feature): Change the default to `rmailmm'.
4097 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4098 (rmail-display-labels): Likewise.
4099 (rmail-show-message-1): Check rmail-enable-mime, and use
4100 rmail-show-mime-function for a MIME message. Decode the headers
4101 according to RFC2047.
4102
07976ae3 41032010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
4104
4105 * progmodes/which-func.el (which-func-imenu-joiner-function):
4106 Return a string, as expected.
4107 (which-function-mode): Make sure we stop any previous timer before
4108 starting a new one.
4109
07976ae3 41102010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
4111
4112 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
4113 (tramp-default-user-alist, tramp-default-proxies-alist):
4114 Adapt custom options type. (Bug#7445)
e40fc745 4115
07976ae3 41162010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
4117
4118 * progmodes/python.el: Add Ipython support (Bug#5390).
4119 (python-shell-prompt-alist)
4120 (python-shell-continuation-prompt-alist): New options.
4121 (python--set-prompt-regexp): New function.
33aeea0e
SM
4122 (inferior-python-mode, run-python, python-shell):
4123 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
4124 prompt based on the Python interpreter.
4125 (python--prompt-regexp): New var.
4126 (python-check-comint-prompt)
4127 (python-comint-output-filter-function): Use it.
4128 (run-python): Use a pipe (Bug#5694).
4129
07976ae3 41302010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
4131
4132 * progmodes/python.el (run-python): Doc fix.
4133 (python-keep-current-directory-in-path): New var (Bug#7454).
4134
07976ae3 41352010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
4136
4137 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4138 Prompt user before actually printing.
4139
0b839457
GM
41402010-11-27 Glenn Morris <rgm@gnu.org>
4141
4142 * startup.el (package-enable-at-startup, package-initialize):
4143 Remove unnecessary declarations.
4144
96107967
EZ
41452010-11-27 Eli Zaretskii <eliz@gnu.org>
4146
4147 * international/characters.el (glyphless-char-display-control):
4148 Exclude newline and TAB from the c0-control group.
4149
a140ec5f
GM
41502010-11-27 Glenn Morris <rgm@gnu.org>
4151
82445062
GM
4152 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4153 (expand-mail-aliases): Remove unnecessary autoload.
4154
08b5f072
GM
4155 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4156
e96d4147
GM
4157 * shell.el (shell-dir-cookie-re): Move definition before use.
4158
a140ec5f
GM
4159 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4160 Replace undefined CL functions.
4161
a2249e66
EZ
41622010-11-26 Eli Zaretskii <eliz@gnu.org>
4163
228482b2
EZ
4164 * simple.el (prog-mode): Set bidi-paragraph-direction to
4165 left-to-right.
4166
a2249e66
EZ
4167 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4168
d01d7b8d
GM
41692010-11-26 Glenn Morris <rgm@gnu.org>
4170
4171 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4172 diary-outlook-formats can be sensitive to calendar-date-style.
4173 (diary-outlook-formats): Simplify the default setting.
4174 (diary-from-outlook-internal): Pass subject and body as arguments.
4175 Use dolist rather than dotimes. Don't save the diary buffer.
4176 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4177 Pass subject and body as explicit arguments to the -internal function.
4178
b3ea64a3
LMI
41792010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4180
4181 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4182 parsing them. This makes mailto:...?subject=foo\nbar work.
4183
d5e7b0d8
SM
41842010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * vc/diff.el (diff): Fix last change.
4187
872ab164
SM
41882010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4191 (pcase--dontcare-upats): New var.
4192 (pcase-let, pcase-let*): Generate better code.
4193 Accept the same bodies as `let'.
4194 (pcase-dolist): New macro.
4195 (pcase--trivial-upat-p): New helper function.
4196 (pcase--expand): Strip leading "(let nil" if any.
4197
876d1684
LMI
41982010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4199
7bd9b9d8
LMI
4200 * mail/mailclient.el (browse-url): Require.
4201 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4202 use the external browser function to send the mail (bug#7469).
4203
876d1684
LMI
4204 * net/browse-url.el (browse-url-browser-function): Revert the
4205 default back to the previous value, since the new value broke
4206 mailclient.el.
4207 (browse-url-mailto-function): New variable for mailto: URLs.
4208 (browse-url): Use the new variable for mailto: URLs.
4209
6e13206c
SM
42102010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * eshell/esh-cmd.el (eshell-parse-command):
4213 * eshell/esh-arg.el (eshell-parse-arguments):
4214 * eshell/em-script.el (eshell-source-file):
4215 Use with-silent-modifications.
4216
3d92f44e
CY
42172010-11-23 Chong Yidong <cyd@stupidchicken.com>
4218
4219 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4220 for a merge location.
4221
4222 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4223 (vc-bzr-merge-branch): Always prompt.
4224 (vc-bzr-async-command): Use the full branch filename.
4225
8f5f1e68
SM
42262010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * shell.el (shell): Use current-buffer by default if it's already
4229 a shell mode buffer and its process is dead.
ee9355dc 4230 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 4231
331460ac
TH
42322010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4233
8f5f1e68
SM
4234 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4235 Mention that the keywords should be comma separated.
331460ac 4236
2c3160c5
CY
42372010-11-23 Chong Yidong <cyd@stupidchicken.com>
4238
4239 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4240 Accept optional prefix arg meaning to prompt for a command.
4241 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4242 prefix arg meaning to prompt for a command.
4243 (vc-pull): Alias for vc-update.
4244
4245 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4246 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4247 (vc-bzr-merge-branch): New functions, implementing merge-branch
4248 and pull operations.
4249
b2e44819
SM
42502010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4251
8a0eb852
SM
4252 * Makefile.in: Fix up last merge.
4253
b2e44819
SM
4254 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4255 (diff-sentinel): Get them as arguments instead.
4256 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4257 (diff-file-local-copy, diff-better-file-name): New funs.
4258 (diff-no-select): Rename from diff-into-buffer.
4259 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4260 Prefer closures to buffer-local variables.
4261 (diff): Adjust accordingly.
4262 (diff-buffer-with-file): Move from files.el.
4263 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4264 (diff-buffer-internal): Remove.
4265 (diff-buffer-buffer): Remove.
4266 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4267 the buffer name used, and so as not to mess up windows and frames.
4268
6a7662bb
BR
42692010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4270
4271 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4272 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4273 (diff-buffer-with-file): Use it.
4274 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4275 (diff): Use it.
4276
c799747b
TH
42772010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4278
4279 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4280 \ref's or \pageref's value as default instead of initial input.
4281
e274eb13
MA
42822010-11-21 Michael Albinus <michael.albinus@gmx.de>
4283
4284 * files.el (backup-by-copying-when-mismatch): The default value is
4285 now t.
4286
4287 * startup.el (normal-top-level):
4288 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4289 `backup-by-copying-when-mismatch'.
4290
77af54d7
JD
42912010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4292
4293 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4294
4e2f7d2a
CY
42952010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4296
6a7662bb
BR
4297 * progmodes/python.el (python-font-lock-keywords):
4298 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4299
b7d1e144
JD
43002010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4301
4302 * term/ns-win.el (ns-right-control-modifier)
4303 (ns-right-command-modifier): Defvar them.
4304
4305 * cus-start.el (all): Add ns-right-control-modifier and
4306 ns-right-command-modifier (Bug#7458).
4307
c11cc37a
GM
43082010-11-20 Glenn Morris <rgm@gnu.org>
4309
4310 * emacs-lisp/authors.el (authors-ignored-files)
4311 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4312
7dcd777e
TH
43132010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4314
4315 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4316 (report-emacs-bug-parse-query-results)
4317 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4318 keywords used for querying the bug database to show them in the
4319 existing bugs buffer.
4320
d2bd5189
JD
43212010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4322
4323 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4324
4325 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4326
0e7c0582
EZ
43272010-11-20 Eli Zaretskii <eliz@gnu.org>
4328
4329 * international/characters.el (glyphless-char-display-control):
4330 Make it a defcustom, with update-glyphless-char-display as its
4331 :set attribute.
4332 (top level): Don't call update-glyphless-char-display.
4333
7398933f
MA
43342010-11-20 Michael Albinus <michael.albinus@gmx.de>
4335
4336 Sync with Tramp 2.2.0.
4337
4338 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4339 `file-remote-p' (due to compatibility).
4340
4341 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4342 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4343
4344 * net/trampver.el: Update release number.
4345
1cd64aae
EZ
43462010-11-20 Eli Zaretskii <eliz@gnu.org>
4347
4348 * faces.el (glyphless-char): Define value for `pc'.
4349
614316a7
TH
43502010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4351
26214810
EZ
4352 Implemented a bug querying mechanism.
4353 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4354 (report-emacs-bug-create-existing-bugs-buffer)
4355 (report-emacs-bug-parse-query-results)
26214810 4356 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4357
9061f667
TH
43582010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4359
4360 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4361 a \ref{} or \pageref{} macro, then use its value as initial input.
4362
1265829e
JB
43632010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4364
4365 * calc/calc-units.el (math-build-units-table-buffer):
4366 calc/README: Mention that the TeX specific units won't use the
4367 `tex' prefix in TeX mode.
4368 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4369 prefix for units in TeX mode.
4370
9fca7811
SM
43712010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4374 * comint.el (comint-kill-region): Make the yank-handler argument
4375 obsolete.
9fca7811 4376
4a47c275 43772010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4378
e2f454c4
SM
4379 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4380 that are both openers (resp. closers) and something else.
4381 (smie-grammar): Loosen definition of valid values.
4382 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4383 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4384 (smie-indent-after-keyword): Adjust users.
4385 (smie-indent-keyword): Don't indent empty lines.
4386
88bf1bec
SM
4387 * vc-hg.el (vc-hg-program): New var.
4388 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4389 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4390
4a47c275 43912010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4392
4393 * emacs-lisp/autoload.el (autoload-find-destination): The function
4394 coding-system-eol-type may return non-numeric values. (Bug#7414)
4395
4a47c275 43962010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4397
4398 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4399
4a47c275 44002010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4401
4402 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4403
4a47c275 44042010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4405
4406 * textmodes/picture.el (picture-mouse-set-point): Don't use
4407 posn-col-row; explicitly compute the motion based on the posn at
4408 the window-start (Bug#7390).
4409
4a47c275 44102010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4411
4412 * novice.el (disabled-command-function):
4413 Fix 2009-11-15 change. (Bug#7384)
4414
4a47c275 44152010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4416
4417 * calendar/calendar.el (diary-iso-date-forms): Make elements
4418 mutually exclusive. (Bug#7377)
4419
4a47c275 44202010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4421
4422 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4423 when filling the remaining "unconstrained" values.
4424
4a47c275 44252010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4426
acef0722
SM
4427 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4428 safety predicate.
4429
4430 * files.el (safe-local-variable-p): Gracefully handle errors.
4431
7bea8c7a
SM
4432 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4433 Use smie-indent-virtual when indenting relative to an opener.
4434 (smie-rule-separator): Use smie-rule-parent.
4435 (smie-indent-keyword): Consult rules, even for openers at bol.
4436 (smie-indent-comment-close): Try to align closer's content.
4437
4a47c275 44382010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4439
4440 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4441
4a47c275 44422010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4443
aa514451
GM
4444 * printing.el (pr-menu-bind): Doc fix.
4445
32b636de
GM
4446 * speedbar.el (speedbar-toggle-images): Doc fix.
4447
bc1d5cdf
GM
4448 * progmodes/python.el (python-shell): Doc fix.
4449
c790cad4
GM
4450 * wid-edit.el (widget-field-use-before-change)
4451 (widget-use-overlay-change): Doc fixes.
4452
c51bb5d2
SM
44532010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4454
8bbb7dd8
SM
4455 Minor cleanup to improve style.
4456 * textmodes/rst.el (rst-update-section): Use point-marker.
4457 (rst-get-decoration): Eliminate unneeded assignment.
4458 (rst-promote-region, rst-straighten-decorations)
4459 (rst-section-tree, rst-adjust): Use point-marker.
4460 (rst-toc-mode-mouse-goto): Avoid setq.
4461 (rst-shift-region-guts, rst-shift-region-left)
4462 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4463 (rst-convert-bullets-to-enumeration): Use copy-marker.
4464
b7e270a2
SM
4465 * minibuffer.el (completion-fail-discreetly): New var.
4466 (completion--do-completion): Use it.
4467
c51bb5d2
SM
4468 * electric.el (electric-pair-pairs): New var.
4469 (electric-pair-post-self-insert-function): Use it.
4470 (electric-layout-post-self-insert-function): Don't insert a before
4471 newline unless it's actually needed.
4472
c04f2ac0
SM
44732010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4474
bac2de0f
SM
4475 * progmodes/python.el (run-python): Explain why we remove the current
4476 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4477
c04f2ac0
SM
4478 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4479
7100ff98
SM
44802010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4481
03f70355
SM
4482 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4483 (octave-mode-map): Don't bind ;, SPC, and LF.
4484 (octave-auto-indent, octave-auto-newline): Remove.
4485 (electric-layout-rules): Declare.
4486 (octave-mode): Set electric-layout-rules.
4487 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4488 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4489 (octave-electric-space): Remove.
4490
7100ff98
SM
4491 * electric.el (electric-layout-mode): New minor mode.
4492 (electric--after-char-pos): New function.
4493 (electric-indent-post-self-insert-function): Use it.
4494 (electric-layout-rules): New var.
4495 (electric-layout-post-self-insert-function): New function.
4496 (electric-indent-mode): Make them interact better.
4497
cca982d0
SM
44982010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4501 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4502 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4503
84992dff
AM
45042010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4505
4506 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4507 Make sure to check inside the word (Bug#6761).
4508
afa42fe3
CY
45092010-11-14 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * startup.el (command-line): If the cursorColor resource is set,
4512 change the cursor face-spec (Bug#7392).
4513
a798747d 45142010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4515
a798747d 4516 The main features of the following allout.el changes are:
1c9b9df0
KM
4517 - implement user customization for the allout key bindings
4518 - add a customization control by which the user can inhibit use of
a798747d 4519 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4520 describe-prefix-bindings
4521 - adapt to new version of called-interactively-p, while
a798747d 4522 maintaining backwards compatibility with old version
01c35094 4523 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4524
a798747d
GM
4525 * allout.el (allout-keybindings, allout-bind-keys)
4526 (allout-keybindings-binding, allout-prefixed-keybindings)
4527 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4528 (allout-keybindings-list, allout-mode-map-adjustments)
4529 (allout-setup-mode-map): Establish allout-mode keymaps as user
4530 customizable settings, and also establish a customizable setting which
4531 regulates whether or not a trailing control-h is reserved for use with
4532 describe-prefix-bindings - and inhibit it by default, so that control-h
4533 *is* reserved for describe-prefix-bindings unless the user changes it.
4534
4535 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4536 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4537 modified events more comprehensively.
4538
a798747d
GM
4539 * allout.el (allout-substring-no-properties):
4540 Alias to use or provide version of `substring-no-properties'.
4541 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4542
a798747d
GM
4543 * allout.el (allout-next-single-char-property-change):
4544 Alias to use or provide version of `next-single-char-property-change'.
4545 (allout-annotate-hidden, allout-hide-by-annotation):
4546 Use `allout-next-single-char-property-change'.
1c9b9df0 4547
a798747d
GM
4548 * allout.el (allout-select-safe-coding-system):
4549 Alias to use or provide version of `select-safe-coding-system'.
4550 (allout-toggle-subtree-encryption):
4551 Use `allout-select-safe-coding-system'.
1c9b9df0 4552
a798747d
GM
4553 * allout.el (allout-set-buffer-multibyte):
4554 Alias to use or provide version of `set-buffer-multibyte'.
4555 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4556
a798747d
GM
4557 * allout.el (allout-called-interactively-p): Macro for using the
4558 different versions of called-interactively-p identically, depending on
4559 the subroutine's argument signature.
4560 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4561 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4562
a798747d
GM
4563 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4564 (allout-previous-visible-heading, allout-forward-current-level)
4565 (allout-backward-current-level, allout-show-children):
4566 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4567
a798747d
GM
4568 * allout.el (allout-before-change-handler):
4569 Exempt edits to the (overlaid) character after the allout outline
4570 bullet from edit confirmation prompt.
1c9b9df0 4571
a798747d
GM
4572 * allout.el (allout-add-resumptions):
4573 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4574
a798747d
GM
4575 * allout.el (allout-beginning-of-line):
4576 Use `allout-previous-single-char-property-change' alias for the sake of
4577 diverse compatibility.
1c9b9df0 4578
a798747d
GM
4579 * allout.el (allout-end-of-line):
4580 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4581
0216b738
CY
45822010-11-13 Chong Yidong <cyd@stupidchicken.com>
4583
4584 * frame.el (frame-notice-user-settings): Don't clobber other
4585 user-set parameters when calling face-set-after-frame-default in
4586 response to background-color parameter (Bug#7373).
4587
0eb025fb
EZ
45882010-11-13 Eli Zaretskii <eliz@gnu.org>
4589
4590 * international/characters.el (glyphless-char-display-control):
88b5a757 4591 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4592 Signal an error if display method is not one of the recognized
4593 symbols.
0eb025fb 4594
6e060cee
MA
45952010-11-13 Michael Albinus <michael.albinus@gmx.de>
4596
4597 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4598 (tramp-compat-line-end-position): Remove them.
4599
4600 * net/tramp.el (tramp-parse-rhosts-group)
4601 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4602 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4603 (tramp-parse-netrc-group, tramp-parse-putty-group)
4604 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4605 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4606 (tramp-sh-handle-file-selinux-context)
4607 (tramp-sh-handle-file-name-all-completions)
4608 (tramp-sh-handle-insert-directory)
4609 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4610 (tramp-wait-for-output, tramp-send-command-and-read)
4611 * net/tramp-smb.el (tramp-smb-read-file-entry)
4612 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4613
4614 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4615 `point-at-bol'.
4616 (tramp-remote-coding-commands): Add an alternative using "base64
4617 -d -i". This is needed for older base64 versions from GNU
4618 coreutils. Reported by Klaus Reichl
4619 <Klaus.Reichl@thalesgroup.com>.
4620
8da5345f
HN
46212010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4622
4623 * simple.el (count-words-region): New function.
4624
c156a63b
SM
46252010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4626
78835dd0
SM
4627 * shell.el (shell-dir-cookie-re): New custom variable.
4628 (shell-dir-cookie-watcher): New function.
4629
ebff325e
SM
4630 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4631 and compilation-mode (bug#7350).
4632
4e9e1584
SM
4633 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4634 highlight when one of them is empty.
4635
4490f875
SM
4636 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4637 trailing space.
4638 (skeleton-newline): New function.
4639 (skeleton-internal-1): Use it.
4640
c156a63b
SM
4641 * simple.el (open-line): `newline' may strip trailing space.
4642
f3bb9e16
KR
46432010-11-12 Kevin Ryde <user42@zip.com.au>
4644
4645 * international/mule-cmds.el (princ-list): Use mapc.
4646
7847454a
GM
46472010-11-12 Glenn Morris <rgm@gnu.org>
4648
4649 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4650 Use it to replace all instances of "*Compile-Log*".
7847454a 4651
aa310257
SM
46522010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4655 indentation specs.
4656
cbf83ce9
SM
46572010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * progmodes/modula2.el: Use SMIE and skeleton.
4660 (m2-mode-syntax-table): (*..*) can be nested.
4661 Add //...\n. Fix paren syntax.
4662 (m2-mode-map): Remove LF and TAB bindings.
4663 (m2-indent): Add safety property.
4664 (m2-smie-grammar): New var.
4665 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4666 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4667 (m2-mode): Use define-derived-mode.
4668 (m2-newline, m2-tab): Remove.
4669 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4670 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4671 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4672 (m2-import): Use define-skeleton.
4673
e7c4fb1e
GM
46742010-11-11 Glenn Morris <rgm@gnu.org>
4675
b3e4c911
GM
4676 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4677
b3e22bd4
GM
4678 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4679 (ls-lisp-verbosity): Add custom :set-after property.
4680 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4681 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4682 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4683 (ls-lisp-set-options): New function.
4684 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4685 Doc fix.
b3e22bd4 4686
55a4b4fe
GM
4687 * play/landmark.el (lm-prompt-for-move):
4688 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4689
e7c4fb1e
GM
4690 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4691
4692 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4693 (idlwave-study-twins): Prefix dynamic local variable `name'.
4694 (idlwave-routine-twin-compare): Update for above change.
4695
4696 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4697 Prefix dynamic local variables `name', `kwd', and `link'.
4698 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4699 * progmodes/idlw-complete-structtag.el
4700 (idlwave-complete-structure-tag-help):
4701 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4702 (idlwave-complete-sysvar-tag-help)
4703 (idlwave-complete-class-structure-tag-help):
4704 Update for above name changes.
4705
afe2870b
LMI
47062010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4707
4708 * net/browse-url.el (browse-url-browser-function): Change the
4709 default to use `browse-url-mail' on mailto: URLs.
4710
fbe3be3f
CY
47112010-11-10 Chong Yidong <cyd@stupidchicken.com>
4712
cbf83ce9
SM
4713 * emacs-lisp/package.el (package-read-all-archive-contents):
4714 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4715
a7cfbaea 47162010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4717
4718 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4719 already found as misspellings by (flyspell-large-region), just
c97685d4 4720 do highlighting (bug#7322).
bd4532fc 4721
13e7256f
GM
47222010-11-10 Glenn Morris <rgm@gnu.org>
4723
6d2a1e35
GM
4724 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4725
d4aca69c
GM
4726 * emulation/edt.el (edt-with-position): New macro.
4727 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4728 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4729 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4730
f8a09adb
GM
4731 * emulation/tpu-extras.el (tpu-with-position): New macro.
4732 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4733
c026460b
GM
4734 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4735
dea53a43
GM
4736 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4737 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4738 (texinfo-master-menu, texinfo-insert-node-lines)
4739 (texinfo-multiple-files-update):
4740 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4741 Use line-beginning-position.
4742
72bc50c0
GM
4743 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4744 No recent Emacs supports system-type `emx'.
4745
4746 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4747 (ada-command-separator, ada-default-prj-properties)
4748 (ada-find-any-references): Update for above name change.
4749
4750 * dirtrack.el (dirtrack-directory-function)
4751 (dirtrack-canonicalize-function):
4752 * filecache.el (file-cache-completion-ignore-case)
4753 (file-cache-case-fold-search, file-cache-ignore-case):
4754 * term.el (serial-port-is-file-p): Cosmetic change.
4755
4756 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4757 Remove non-existent `windows-95' system-type.
4758 * dired.el (dired-chown-program): Remove non-existent `linux'
4759 system-type.
4760
17731c39
GM
4761 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4762 (ping-program-options): Remove non-existent `linux' system-type.
4763
9228bbd3
GM
4764 * startup.el (package-initialize): Update declaration.
4765
6e404950
GM
4766 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4767 (ls-lisp-handle-switches): Use time-less-p.
4768 (ls-lisp-format-time): Use float-time.
4769
6f0d4bb6
GM
4770 * textmodes/remember.el (remember-time-to-seconds): Remove.
4771 (remember-store-in-mailbox): Use float-time.
4772
4773 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4774
4775 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4776 never a real function.
4777 (with-no-warnings): Remove compat stub, now unused.
4778 (time-less-p): Doc fix.
4779 (time-to-number-of-days): Simplify.
4780
73171bd4
GM
4781 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4782 Remove.
4783 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4784 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4785 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4786 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4787 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4788
13e7256f
GM
4789 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4790 (eshell-shuffle-files, eshell-shorthand-tar-command)
4791 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4792 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4793 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4794 Prefix dynamic local variable `matches'.
4795
b565f5a1
GM
4796 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4797 Prefix dynamic local variable `skeleton'.
4798
5ad3e885
KY
47992010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4800
4801 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4802 in mail buffer; make yank-action always a command that yanks original
4803 buffer.
4804
14121c52
GM
48052010-11-09 Glenn Morris <rgm@gnu.org>
4806
4807 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4808
d607b96b 48092010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4810
9bdba5f5
SM
4811 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4812 completion field (bug#7211).
4813
73525e72
SM
4814 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4815 Fix handling of backslash escapes.
4816 (python-quote-syntax): Adjust accordingly.
4817
d607b96b 48182010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4819
4820 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4821 (vc-mtn-workfile-branch): Adjust to new output format.
4822
d607b96b 48232010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4824
4825 * international/mule-cmds.el (princ-list): Mark as obsolete.
4826
d607b96b 48272010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4828
4829 * emacs-lisp/smie.el: New package.
4830
d607b96b 48312010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4832
7f925a67
SM
4833 * files.el (backup-by-copying-when-mismatch):
4834 Set `permanent-local' property.
6ce78fdc
MA
4835
4836 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4837 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4838
d607b96b 48392010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4840
4841 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4842
d607b96b 48432010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4844
7f925a67 4845 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4846 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4847 AUTOINOUT for SV style multidimensional arrays, bug294.
4848 Reported by Eric Mastromarchi.
4849 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4850 font-lock-fontify-buffer to cleanup style issues.
4851
d607b96b 48522010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4853
4854 * locate.el (locate, locate-mode): Doc fixes.
4855
d607b96b 48562010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4857
4858 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4859 user for confirmation.
4860 (server-force-stop): Use it.
4861 (server-start): Use server-force-stop for kill-emacs-hook, to
4862 avoid user interaction while killing Emacs.
4863
9b026d9f
GM
48642010-11-09 Glenn Morris <rgm@gnu.org>
4865
3406534c 4866 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4867 (meta-indent-line): Simplify.
3406534c 4868
9b026d9f
GM
4869 * vc/emerge.el (emerge-line-number-in-buf):
4870 * textmodes/ispell.el (ispell-region):
4871 * textmodes/fill.el (current-fill-column):
4872 * progmodes/xscheme.el (xscheme-send-current-line):
4873 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4874 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4875 * progmodes/sh-script.el (sh-handle-prev-do):
4876 * progmodes/meta-mode.el (meta-indent-line):
4877 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4878 (idlwave-in-quote):
4879 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4880 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4881 * progmodes/fortran.el (fortran-looking-at-if-then):
4882 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4883 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4884 (cperl-find-pods-heres):
4885 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4886 * net/quickurl.el (quickurl-list-insert):
4887 * net/ldap.el (ldap-search-internal):
4888 * net/eudc.el (eudc-expand-inline):
4889 * mail/sendmail.el (sendmail-send-it):
4890 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4891 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4892 (viper-brac-function):
4893 * calc/calc-yank.el (calc-do-grab-region):
4894 * calc/calc-keypd.el (calc-keypad-press):
4895 * term.el (term-move-columns, term-insert-spaces):
4896 * speedbar.el (speedbar-highlight-one-tag-line):
4897 * simple.el (current-word):
4898 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4899 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4900 (Info-scroll-down):
4901 * hippie-exp.el (he-line-beg):
4902 * epa.el (epa--marked-keys):
4903 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4904 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4905 (dired-relist-entry):
4906 * buff-menu.el (Buffer-menu-buffer):
4907 * array.el (current-line):
4908 * allout.el (allout-resolve-xref)
4909 (allout-latex-verbatim-quote-curr-line):
4910 Replace yet more uses of end-of-line etc with line-end-position, etc.
4911
db94771e
SM
49122010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4913
1398b795
SM
4914 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4915 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4916 (checkdoc-syntax-table): Initialize in the declaration.
4917 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4918 the mode on unconditionally.
4919
db94771e
SM
4920 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4921 (extent-end-position, extent-start-position): Remove setf method for
4922 non-existing functions (bug#7319).
4923
674728d4
SM
49242010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4927 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4928 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4929 (smie-prec2->grammar): Rename from smie-prec2-levels.
4930 (smie-grammar): Rename from smie-op-levels.
4931 (smie-indent--hanging-p): Rename from smie-hanging-p.
4932 (smie-rule-hanging-p): New alias.
4933 (smie-indent--bolp): Rename from smie-bolp.
4934 (smie-indent--hanging-p): New alias.
4935 (smie--token): New dynamically bound variable.
4936 (smie-indent--parent): New function.
4937 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4938 (smie-rule-next-p): Rename from smie-next-p.
4939 (smie-rule-prev-p): Rename from smie-prev-p.
4940 (smie-rule-sibling-p, smie-rule-parent)
4941 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4942 (smie-rule-separator-outdent): New var.
4943 (smie-indent--rule): Merge with smie-indent--column.
4944 (smie-indent-forward-token, smie-indent-backward-token):
4945 Also recognize close parens.
4946 (smie-indent-keyword): Don't use smie-indent--column any more.
4947 (smie-indent-after-keyword): Ignore closers by default.
4948 (smie-indent-line): Use with-demoted-errors.
4949 * progmodes/octave-mod.el (octave-smie-grammar):
4950 Rename from octave-smie-op-levels.
4951 (octave-smie-rules): Adjust to new behavior.
4952 * progmodes/prolog.el (prolog-smie-grammar):
4953 Rename from prolog-smie-op-levels.
4954
26f097bf
GM
49552010-11-07 Glenn Morris <rgm@gnu.org>
4956
de3490e1
GM
4957 * eshell/esh-util.el (subst-char-in-string)
4958 (directory-files-and-attributes): These compatibility definitions are
4959 not needed on any version of Emacs since at least 21.4.
4960
3ba6b2ee
GM
4961 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4962 (verilog-get-end-of-line): Remove.
4963 (verilog-within-string, verilog-re-search-forward-substr)
4964 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4965 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4966 Use point-at-bol, point-at-eol.
4967 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4968 Remove.
4969 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4970 (electric-pascal-terminate-line, pascal-set-auto-comments)
4971 (pascal-indent-paramlist, pascal-indent-declaration)
4972 (pascal-get-lineup-indent, pascal-func-completion)
4973 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4974 Use point-at-bol, point-at-eol.
4975 * progmodes/flymake.el (flymake-line-beginning-position)
4976 (flymake-line-end-position): Remove.
4977 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4978 * eshell/esh-util.el (line-end-position, line-beginning-position):
4979 Remove compat definitions.
4980
76fc02b6
GM
4981 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4982 Use end-of-line N.
4983 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4984 Use line-end-position.
4985
e180ab9f
GM
4986 * emacs-lisp/chart.el (chart-zap-chars):
4987 * play/decipher.el (decipher-set-map):
4988 * progmodes/ada-mode.el (ada-get-current-indent)
4989 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4990 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4991 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4992 (ada-get-all-references):
4993 * progmodes/cperl-mode.el (cperl-electric-paren)
4994 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4995 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4996 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4997 (cperl-word-at-point-hard):
4998 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4999 (idlwave-shell-filename-string, idlwave-shell-batch-command)
5000 (idlwave-shell-display-line):
5001 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
5002 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
5003 * progmodes/js.el (js--re-search-forward-inner)
5004 (js--re-search-backward-inner):
5005 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
5006 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
5007 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
5008 * textmodes/flyspell.el (flyspell-process-localwords):
5009 * textmodes/ispell.el (ispell-buffer-local-parsing)
5010 (ispell-buffer-local-dict, ispell-buffer-local-words):
5011 Use point-at-bol and point-at-eol.
5012
26f097bf
GM
5013 * speedbar.el (speedbar-generic-item-info)
5014 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5015 (speedbar-add-indicator, speedbar-check-vc-this-line)
5016 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5017 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5018 Replace more uses of end-of-line etc with line-end-position.
5019
b05fde66
GM
50202010-11-06 Glenn Morris <rgm@gnu.org>
5021
5ed619e0
GM
5022 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5023 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5024 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5025 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5026 (texinfo-multiple-files-update):
5027 * textmodes/table.el (table--probe-cell-left-up)
5028 (table--probe-cell-right-bottom):
5029 * textmodes/picture.el (picture-tab-search):
5030 * textmodes/page-ext.el (pages-copy-header-and-position)
5031 (pages-directory-for-addresses):
5032 * progmodes/vera-mode.el (vera-get-offset):
5033 * progmodes/simula.el (simula-calculate-indent):
5034 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5035 * progmodes/prolog.el (end-of-prolog-clause):
5036 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5037 * progmodes/icon.el (indent-icon-exp):
5038 * progmodes/etags.el (tag-re-match-p):
5039 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5040 * progmodes/ebnf2ps.el (ebnf-begin-file):
5041 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5042 (dcl-save-local-variable):
5043 * play/life.el (life-setup):
5044 * play/gametree.el (gametree-looking-at-ply):
5045 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5046 * mail/sendmail.el (mail-mode-auto-fill):
5047 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5048 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5049 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5050 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5051 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5052 * type-break.el (type-break-file-keystroke-count):
5053 * term.el (term-replace-by-expanded-history-before-point)
5054 (term-skip-prompt, term-extract-string):
5055 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5056 (speedbar-contract-line, speedbar-toggle-line-expansion)
5057 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5058 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5059 * sort.el (sort-skip-fields):
5060 * skeleton.el (skeleton-internal-list):
5061 * simple.el (line-move-finish, line-move-to-column):
5062 * shell.el (shell-forward-command):
5063 * misc.el (copy-from-above-command):
5064 * makesum.el (double-column):
5065 * ebuff-menu.el (electric-buffer-update-highlight):
5066 * dired.el (dired-move-to-end-of-filename):
5067 * dframe.el (dframe-popup-kludge):
5068 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5069 * arc-mode.el (archive-get-lineno):
5070 Use line-end-position and line-beginning-position.
5071
e2a9c0bc
GM
5072 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5073 (idlwave-study-twins): Prefix dynamic local `class'.
5074 (idlwave-routine-twin-compare): Update for above name change.
5075
4e44448f
GM
5076 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5077 Use boundp tests to silence compiler. Update for changed name of
5078 bytecomp-filename variable.
5079
8f6c3eac
GM
5080 * emulation/viper-cmd.el (viper-read-string-with-history):
5081 Prefix dynamic local `initial'.
5082 (viper-minibuffer-standard-hook): Update for above name change.
5083
79d1dabe
GM
5084 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5085 (elint-init-form): Update for above name change.
5086
0e4bb7f0
GM
5087 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5088 local variables `cbeg' and `cend' a prefix.
5089 (mail-extr-voodoo): Update for above name change.
5090
c8f3bf36
GM
5091 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5092 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5093 (reftex-toc-promote-action): Doc fix.
5094
5095 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5096 `prompt', `data' a prefix.
5097 (reftex-select-post-command-hook, reftex-select-callback)
5098 (reftex-select-mouse-accept, reftex-select-read-cite):
5099 Update for above name changes.
5100
5101 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5102 `refstyle' to reftex-refstyle.
5103 (reftex-offer-label-menu): Update for above name change.
5104 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5105 `refstyle' name change.
5106
b05fde66
GM
5107 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5108 with with-current-buffer.
5109 (diff, template): Give dynamic local variables a prefix.
5110 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5111 (emerge-line-number-in-buf): Update for above name change.
5112 (emerge-combine-versions-internal): Rename local `template' to
5113 emerge-combine-template.
5114 (emerge-combine-versions-edit): Update for above name change.
5115
5d8f9169
RA
51162010-11-06 Ralf Angeli <angeli@caeruleus.net>
5117
5118 * textmodes/reftex-cite.el
5119 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5120 entries with whitespace after \bibitem.
5121 (reftex-create-bibtex-file): Match entries containing numbers and
5122 symbol constituents. Make sure that entries with whitespace at
5123 various places are found.
5124
f8aefe82
MA
51252010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5126
5127 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5128
e06918d2
JD
51292010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5130
5131 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5132
17fc58c9
GM
51332010-11-05 Glenn Morris <rgm@gnu.org>
5134
f7fe4837
GM
5135 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5136 (woman2-roff-buffer): Give local variable `request' a prefix.
5137 (woman0-macro): Rename argument `request' in the same way.
5138 (woman-request): New name for `request' dynamic variable.
5139 (woman-unquote, woman-forward-arg): Update for above name change.
5140 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5141 (woman1-unquote): New name for `unquote' dynamic variable.
5142 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5143 (woman-translations): Rename from `translations'. No longer global.
5144 (woman2-tr, woman-translate): Update for above name change.
5145 (woman-translate): Check for bound variable.
5146 (woman2-roff-buffer): Give local variable `translations' a prefix.
5147
869c4186
GM
5148 * play/doctor.el: Give all local variables a prefix. Update callers.
5149 (doc$, doctor-put-meaning): Use backquote.
5150
215461a8
GM
5151 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5152 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5153
17fc58c9
GM
5154 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5155 variables bytes, ptr, op a prefix.
5156 (disassemble-offset): Update for above change.
5157
015eea59
CY
51582010-11-03 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * emacs-lisp/package.el (package-unpack): Remove no-op.
5161 (package--builtins, package--dir): Doc fix.
5162 (package-activate-1, package-activate, package-install)
5163 (package-compute-transaction): Fix error message.
5164 (package-delete): Use delete-directory. Omit system packages.
5165 (package-initialize): Set package-alist to nil first.
5166 (package-menu-mark-delete, package-menu-mark-install): Don't add
5167 symbols that are inconsistent with the package state.
5168 (package-menu-execute): Perform deletions and installations as
5169 single batch operations.
5170
033862d1
GM
51712010-11-03 Glenn Morris <rgm@gnu.org>
5172
0b03a950
GM
5173 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5174 (props): Remove unnecessary declaration.
5175
e337e22c
GM
5176 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5177 set-process-query-on-exit-flag.
5178
a88e24dd 5179 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
5180 (reftex-toc-do-promote): Remove unused local `mpos'.
5181 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 5182
537b04b9
GM
5183 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5184
52365e61
GM
5185 * play/landmark.el (lm-losing-threshold): Correct spelling.
5186 (lm-human-plays): Use new name.
5187
cd32f8a9
GM
5188 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5189 (gomoku-human-plays): Use new name.
5190
033862d1
GM
5191 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5192 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5193 (gomoku-score-trans-table, gomoku-winning-threshold)
5194 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5195
4b99edf2
CY
51962010-11-03 Chong Yidong <cyd@stupidchicken.com>
5197
5198 * emacs-lisp/package.el: Don't put built-in packages in
5199 package-alist, to avoid loading inefficiencies.
5200 (package-built-in-p): Make VERSION optional, and treat it as a
5201 minimum acceptable version.
6a7662bb
BR
5202 (package-activate): Search separately for built-in packages.
5203 Emit a warning if a dependency fails.
4b99edf2
CY
5204 (define-package): Handle most common case, where there is no
5205 obsolete package, first.
5206 (package-compute-transaction): Print required version in error.
5207 (package--initialized): New variable.
5208 (list-packages): Use it.
5209 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
5210 built-in packages in packages-alist; keep it separate.
5211 Set package--initialized.
4b99edf2
CY
5212 (describe-package): Avoid activating packages as a side-effect.
5213 Search separately for built-in packages.
5214 (describe-package-1): Handle the case where an elpa package is
5215 simultaneously built-in and available/installed.
6a7662bb
BR
5216 (package-installed-p, package--generate-package-list):
5217 Search separately for built-in packages.
4b99edf2
CY
5218 (package-load-descriptor): Doc fix.
5219
3225dcaa
SM
52202010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5223 Handle __DATA__ and __END__.
5224
fa14dc18
NF
52252010-11-02 Noah Friedman <friedman@splode.com>
5226
5227 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5228 nil, do not ask to recompile files that are not already compiled,
5229 and do not recompile them.
5230
0f75c62a
CY
52312010-11-02 Chong Yidong <cyd@stupidchicken.com>
5232
5233 * emacs-lisp/package.el (package-initialize): Ensure that
5234 obsoleted built-in packages are not in package-activated-list
5235 during activation.
5236 (describe-package-1): Make the "installed" status override
5237 "built-in".
5238
b29f5b7b
VJL
52392010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5240
5241 * subr.el (version-separator, version-regexp-alist): Remove '*'
5242 from docstring.
5243 (version-list-<=, version<=, version=): Doc fix.
5244
b18fad6d
KH
52452010-11-01 Kenichi Handa <handa@m17n.org>
5246
5247 * faces.el (glyphless-char): Inherit underline for tty.
5248
a8039db1 52492010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
5250
5251 Implement various display methods for glyphless characters.
5252
5253 * international/characters.el (char-acronym-table): New variable.
5254 (glyphless-char-control): New variable.
35f52ed6 5255 (update-glyphless-char-display): New function.
b2cca856
KH
5256
5257 * faces.el (glyphless-char): New face.
5258
28886d5e
GM
52592010-11-01 Glenn Morris <rgm@gnu.org>
5260
919dd7aa
GM
5261 * calendar/holidays.el (general-holidays, oriental-holidays)
5262 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5263 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5264 the definitions of their targets.
5265
c79fc059
GM
5266 * emacs-lisp/smie.el (smie): New custom group.
5267 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5268
c8ccffb1
GM
5269 * faces.el (xw-defined-colors, x-setup-function-keys):
5270 * mouse-sel.el (x-select-text):
5271 * term/w32console.el (x-setup-function-keys): Update declarations.
5272
f4ff702e
GM
5273 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5274
806c491a
GM
5275 * textmodes/ispell.el (comment-add): Declare.
5276
c3dfebd1
GM
5277 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5278 Declare.
5279
28886d5e
GM
5280 * info.el (finder-keywords-hash, package-alist): Declare.
5281
693c9d15
CY
52822010-11-01 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * finder.el (finder-compile-keywords): Don't use intern-soft,
5285 since package names may not yet exist in the obarray.
5286
52872010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5288
5289 * vc/vc-arch.el (vc-arch-checkin):
5290 * vc/vc-cvs.el (vc-cvs-checkin):
5291 * vc/vc-mtn.el (vc-mtn-checkin):
5292 * vc/vc-rcs.el (vc-rcs-checkin):
5293 * vc/vc-sccs.el (vc-sccs-checkin):
5294 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5295 since 2010-04-21 commit by Stefan Monnier.
5296
36967cf7
GM
52972010-11-01 Glenn Morris <rgm@gnu.org>
5298
feb5e60a
GM
5299 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5300
1f023ca9
GM
5301 * startup.el (package-enable-at-startup, package-initialize):
5302 Silence compiler.
5303
36967cf7
GM
5304 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5305 Silence compiler.
5306
430e7297
JD
53072010-10-31 Julien Danjou <julien@danjou.info>
5308
5309 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5310 (byte-recompile-directory):
5311 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5312 Use `byte-recompile-file'.
5313
c8c59954
GM
53142010-10-31 Glenn Morris <rgm@gnu.org>
5315
5316 * cus-start.el: Handle standard values via a keyword.
5317 Only set version property if specified.
5318 (cursor-in-non-selected-windows, menu-bar-mode)
5319 (tool-bar-mode, show-trailing-whitespace):
5320 Do not specify standard values.
5321 (transient-mark-mode, temporary-file-directory): Use :standard.
5322
04e63796
JD
53232010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5324
5325 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5326 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5327
2699a554 53282010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5329
5330 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5331 preserve owner and group when editing files. (Bug#7289)
5332
35fcc05c 53332010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5334
5335 * speedbar.el (speedbar-mode):
5336 * play/fortune.el (fortune-in-buffer, fortune):
5337 * play/gomoku.el (gomoku-mode):
5338 * play/landmark.el (lm-mode):
5339 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5340 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5341
82f7efc3
GM
5342 * select.el (x-selection): Mark it as an obsolete alias.
5343
2699a554 53442010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5345
f486841f 5346 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5347 major-mode (bug#7284).
5348
2699a554 53492010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5350
5351 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5352 rather than just an unused variable that inherits from the real one.
5353
e6ef5dd9
AM
53542010-10-31 Alan Mackenzie <acm@muc.de>
5355
5356 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5357 This fixes bug #7185.
5358
8a500a91
CY
53592010-10-30 Chong Yidong <cyd@stupidchicken.com>
5360
5361 * startup.el (command-line): Search for package directories, and
5362 don't load package.el if none are found.
5363
6a7662bb
BR
5364 * emacs-lisp/package.el (describe-package, list-packages):
5365 Call package-initialize if it has not been called yet.
8a500a91 5366
4f9e41e4
AM
53672010-10-30 Alan Mackenzie <acm@muc.de>
5368
5369 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5370 which fontifies the tail of an enum.
5371 (c-basic-matchers-after): Insert a call to the above new function.
5372 This fixes bug #7264.
5373
88f43c67
GM
53742010-10-30 Glenn Morris <rgm@gnu.org>
5375
5376 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5377 tool-bar-mode, transient-mark-mode. (Bug#7306)
5378 Include the :set property in the dumped Emacs.
5379
c4d17d50
SM
53802010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 SMIE: change indent rules format, improve smie-setup.
5383 * emacs-lisp/smie.el (smie-precs-precedence-table)
5384 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5385 Mark them pure so the tables gets built at compile time.
5386 (smie-bnf-precedence-table): Store the closer-alist in the table.
5387 (smie-prec2-levels): Preserve the closer-alist.
5388 (smie-blink-matching-open): Be more forgiving in case of indentation.
5389 (smie-hanging-p): Rename from smie-indent--hanging-p.
5390 (smie-bolp): Rename from smie-indent--bolp.
5391 (smie--parent, smie--after): New dynamic vars.
5392 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5393 (smie-indent-rules): Remove.
5394 (smie-indent--offset-rule): Remove fun.
5395 (smie-rules-function): New var.
5396 (smie-indent--rule): New fun.
5397 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5398 (smie-indent-exps): Use it.
5399 (smie-setup): Setup paren blinking; add keyword args for token
5400 functions; extract closer-alist from op-levels.
5401 (smie-indent-debug-log): Remove var.
5402 (smie-indent-debug): Remove fun.
5403 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5404 (prolog-smie-rules): New fun to replace it.
5405 (prolog-mode-variables): Simplify.
5406 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5407 it's setup automatically.
5408 (octave-smie-indent-rules): Remove.
5409 (octave-smie-rules): New fun to replace it.
5410 (octave-mode): Simplify.
5411
9d794026
GM
54122010-10-29 Glenn Morris <rgm@gnu.org>
5413
e088c02a
GM
5414 * files.el (temporary-file-directory): Remove (already defined in C).
5415 * cus-start.el: Add temporary-file-directory.
5416
9d794026
GM
5417 * abbrev.el (abbrev-mode):
5418 * composite.el (auto-composition-mode):
5419 * menu-bar.el (menu-bar-mode):
5420 * simple.el (transient-mark-mode):
5421 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5422 that they do not define the associated variables twice.
5423 * simple.el (transient-mark-mode): Remove defvar.
5424 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5425 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5426 Handle multiple groups, and also custom-delayed-init-variables.
5427 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5428
dcc029e0
SM
54292010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5432 (pcase-if): Add one minor optimization.
5433 (pcase-split-equal): Rename from pcase-split-eq.
5434 (pcase-split-member): Rename from pcase-split-memq.
5435 (pcase-u1): Add strings to the member optimization.
5436 Add `guard' variant of predicates.
5437 (pcase-q1): Add string patterns.
5438
a62b88d4
SM
54392010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5442
f41f19b0
GM
54432010-10-28 Glenn Morris <rgm@gnu.org>
5444
b3edb781
GM
5445 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5446 Move menu-bar related settings to ../menu-bar.el.
5447 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5448 Move ns-specific settings here from term/ns-win.el.
5449
f41f19b0
GM
5450 * simple.el (x-selection-owner-p): Remove unused declaration.
5451
6175cd08
SM
54522010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 * minibuffer.el (completion-cycling): New var (bug#7266).
5455 (minibuffer-complete, completion--do-completion):
5456 Use completion--flush-all-sorted-completions.
5457 (minibuffer-complete): Only cycle if completion-cycling is set.
5458 (completion--flush-all-sorted-completions): Unset completion-cycling.
5459 (minibuffer-force-complete): Set completion-cycling.
5460 (completion-all-sorted-completions): Move declaration before first use.
5461
19677c71
LL
54622010-10-28 Leo <sdl.web@gmail.com>
5463
5464 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5465 which changes the order of matches seen by users (bug#7231).
5466
54672010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5468
5469 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5470 Don't confuse -omega as "-o mega".
5471
2122161f
SM
54722010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5473
ce8794df
SM
5474 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5475 (log-edit-author): New dynamic var.
5476 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5477 to return the author if different from committer.
5478 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5479
80cb310d
SM
5480 * play/landmark.el: Adjust commenting convention.
5481 (lm-nil-score): Rename from nil-score.
5482 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5483 (OOOOscore): Move into a let in lm-score-trans-table.
5484 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5485
2122161f
SM
5486 * electric.el (electric-indent-chars): Autoload.
5487 * progmodes/octave-mod.el (octave-mode):
5488 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5489 (ruby-mode-abbrev-table): Merge initialization and declaration.
5490
e925113b
GM
54912010-10-27 Glenn Morris <rgm@gnu.org>
5492
208d109c
GM
5493 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5494 variable.
5495
7d3e3843
GM
5496 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5497
e925113b
GM
5498 * term/ns-win.el: Restore require of cl when compiling.
5499 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5500 (ns-handle-nxopen): Optionally handle the temp-case.
5501 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5502 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5503
b94a5a43
GM
55042010-10-26 Glenn Morris <rgm@gnu.org>
5505
5506 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5507
fc3eda04
AR
55082010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5509
5510 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5511 global map.
5512 * term/common-win.el (x-setup-function-keys): Remove most of the
5513 keymappings. Comment on the remaining ones.
5514
c79b0b1c
PO
55152010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5516
c31dc2c0 5517 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5518 (server-start): Use server-port.
5519
725513b7
GM
55202010-10-26 Glenn Morris <rgm@gnu.org>
5521
d7d8c62a
GM
5522 * term/ns-win.el (ns-version-string): Remove unused declaration.
5523 (ns-invocation-args): Change to x-invocation-args.
5524 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5525 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5526 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5527 Use x-invocation-args instead of ns-invocation-args.
5528 (ns-initialize-window-system, handle-args-function-alist):
5529 Use x-handle-args instead of ns-handle-args.
5530 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5531 * startup.el (command-line-ns-option-alist): Replace
5532 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5533 ns-handle-iconic with the x- equivalents.
5534
725513b7
GM
5535 * term/common-win.el (x-select-enable-clipboard):
5536 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5537
5538 * term/ns-win.el: No need to require cl when compiling.
5539 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5540 (xw-defined-colors): Use the common-win definitions.
5541 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5542 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5543 * term/common-win.el (x-select-text, x-alternatives-map)
5544 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5545 * loadup.el [ns]: Load common-win.
5546
77ec02d8
DU
55472010-10-26 Daiki Ueno <ueno@unixuser.org>
5548
5549 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5550 recipients; expand mail aliases (Bug#7280).
77ec02d8 5551
6a5c2175
GM
55522010-10-25 Glenn Morris <rgm@gnu.org>
5553
59ba9d59
GM
5554 * term/common-win.el (x-handle-switch): Simplify with pop.
5555 Optionally handle numeric switches.
5556 (x-handle-numeric-switch): Just call x-handle-switch.
5557 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5558 (x-handle-name-switch, x-handle-display, x-handle-args):
5559 Simplify with pop.
5560
6a5c2175
GM
5561 * term/ns-win.el: Do not require easymenu.
5562 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5563 <spell>: Move adjustments to menu-bar.el.
5564 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5565 <separator-undo, spell>: Move ns-win's adjustments here.
5566 * loadup.el [ns]: Do not load easymenu.
5567
01898dc2
CY
55682010-10-24 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5571 Delete (Bug#7222).
01898dc2
CY
5572
5573 * startup.el (fancy-startup-tail): Instead of using inline images,
5574 refer to image files from etc/.
5575
5576 * wid-edit.el (checkbox): Likewise.
5577 (widget-image-find): Center image specs.
5578
a44d921f
GM
55792010-10-24 Glenn Morris <rgm@gnu.org>
5580
5581 * term/ns-win.el (x-select-text): Doc fix.
5582 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5583 (x-select-text): Move to term/common-win.
5584 * term/w32-win.el (xw-defined-colors): Move to common-win.
5585 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5586 (x-setup-function-keys, x-select-text): Move to common-win.
5587 * term/common-win.el (x-select-text, x-alternatives-map)
5588 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5589 definitions here.
5590
709228c0 55912010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5592
5593 * net/mairix.el (mairix-searches-mode-map):
5594 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5595
0c382083 55962010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5597
2b0c7330 5598 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5599 auto-built for efficiency of execution and updating.
5600 (verilog-extended-complete-re): Support 'pure' fucntion & task
5601 declarations (these have no bodies).
ca39416c
AH
5602 (verilog-beg-of-statement): General cleanup to enable support of
5603 'pure' fucntion & task declarations (these have no bodies).
5604 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5605 noticed by Steve Pearlmutter.
5606 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5607 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5608 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5609 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5610 attribute handling for lining up declarations and assignments.
5611 (verilog-beg-of-statement-1): Fix issue where continued declaration
5612 is indented differently if it is after a begin..end clock.
5613 (verilog-in-attribute-p, verilog-skip-backward-comments)
5614 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5615 attributes by indent code. Reported by Jeff Steele.
ca39416c 5616 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5617 (verilog-backward-up-list, verilog-in-struct-region-p)
5618 (verilog-backward-token, verilog-in-struct-p)
5619 (verilog-in-coverage-p, verilog-do-indent)
5620 (verilog-pretty-declarations): Use verilog-backward-up-list as
5621 wrapper around backward-up-list inorder to properly skip comments.
5622 Reported by David Rogoff.
5623 (verilog-property-re, verilog-endcomment-reason-re)
5624 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5625 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5626 of if). Reported by Max Bjurling and
a03c2342 5627 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5628 declaration. Reported by Brian Hunter.
a03c2342 5629
0c382083 56302010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5631
2b0c7330 5632 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5633 (verilog-gate-keywords, verilog-read-sub-decls)
5634 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5635 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5636 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5637 (verilog-read-decls): Fix spaces in V2K module parameters causing
5638 mis-identification as interfaces, bug287.
5639 (verilog-read-decls): Fix not treating "parameter string" as a
5640 parameter in AUTOINSTPARAM.
5641 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5642 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5643 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5644 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5645 (verilog-font-lock-keywords-2): Fix highlighting of single
5646 character pins, bug264. Reported by Michael Laajanen.
5647 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5648 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5649 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5650 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5651 (verilog-pretty-expr): Fix interactive arguments, bug272.
5652 Reported by Mark Johnson.
5653 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5654 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5655 bug269. Suggested by Gary Delp.
a03c2342 5656 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5657 (verilog-preprocessor, verilog-set-compile-command):
5658 Create verilog-preprocess and verilog-preprocessor to show
5659 preprocessed output.
a03c2342
WS
5660 (verilog-get-beg-of-line, verilog-get-end-of-line)
5661 (verilog-modi-file-or-buffer, verilog-modi-name)
5662 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5663 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5664 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5665 (verilog-colorize-region, verilog-highlight-buffer)
5666 (verilog-highlight-includes, verilog-highlight-modules)
5667 (verilog-highlight-region, verilog-mode): Rename colorize to
5668 highlight to match other packages. Disable module highlighting,
5669 as received speed complaints, reenable for experimentation only
5670 using new verilog-highlight-modules.
5671 (verilog-read-decls): Fix regexp stack overflow in very large
5672 AUTO_TEMPLATEs, bug250.
5673 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5674 (verilog-scan): Create verilog-save-buffer-state to standardize
5675 making insignificant changes that shouldn't call hooks.
5676 (verilog-save-no-change-functions, verilog-save-scan-cache)
5677 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5678 Create verilog-save-no-change-functions to wrap verilog-scan
5679 preservation, and fix to work with nested preserved calls.
5680 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5681 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5682 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5683 (verilog-submit-bug-report): Update variable list to be complete.
5684 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5685 breaking on-the-fly font-locking.
5686 (verilog-colorize-buffer, verilog-colorize-include-files)
5687 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5688 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5689 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5690 AUTOINST cell instance name, middle mouse button now finds-file on
5691 it. Suggested by Brad Dobbie.
5692 (verilog-alw-get-temps, verilog-auto-reset)
5693 (verilog-auto-sense-sigs, verilog-read-always-signals)
5694 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5695 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5696 initialization section of a for() should be ignored.
5697 Reported by Dan Dever.
a03c2342
WS
5698 (verilog-error-font-lock-keywords)
5699 (verilog-error-regexp-emacs-alist)
5700 (verilog-error-regexp-xemacs-alist): Fix error detection of
5701 Cadence HAL, reported by David Asher. Repair drift between the
5702 three similar error variables.
5703 (verilog-modi-lookup, verilog-modi-lookup-cache)
5704 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5705 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5706 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5707 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5708 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5709 "{1*2{...". Broke in last revision.
5710 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5711 submodule connections with replications "{#{a},#{b}}".
5712
0c382083
CY
57132010-10-24 Juanma Barranquero <lekktu@gmail.com>
5714
5715 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5716 Fix typo in docstring.
5717
57182010-10-24 Kenichi Handa <handa@m17n.org>
5719
5720 * face-remap.el (text-scale-adjust): Call read-event with a proper
5721 prompt.
5722
57232010-10-24 Chong Yidong <cyd@stupidchicken.com>
5724
5725 * emacs-lisp/unsafep.el: Don't mark functions that display
5726 messages as safe. Suggested by Johan Bockgård.
5727
57282010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5731 Turn comments into docstrings.
5732
5733 * minibuffer.el (completion--replace): Move point where it belongs
5734 when there's a common suffix (bug#7215).
5735
9317e499
CY
57362010-10-24 Chong Yidong <cyd@stupidchicken.com>
5737
5738 Merge read-color and facemenu-read-color (Bug#7242).
5739
5740 * faces.el (read-color): Use the completion code from
5741 facemenu-read-color. Require match in completion. Doc fix.
5742
5743 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5744 (facemenu-set-foreground, facemenu-set-background):
5745 Use read-color.
9317e499
CY
5746
5747 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5748 (set-cursor-color, set-mouse-color, set-border-color):
5749 Use read-color.
9317e499 5750
a44d921f 57512010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5752
5753 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5754 argument of delete-file and delete-directory (Bug#7011).
5755
43207249
CY
57562010-10-24 Chong Yidong <cyd@stupidchicken.com>
5757
5758 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5759 button-buffer-map.
5760
484db896 57612010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5762
5763 * emacs-lisp/package.el (package--generate-package-list): Make the
5764 *Packages* buffer read-only.
5765
10f5e3e6
AM
57662010-10-24 Alan Mackenzie <acm@muc.de>
5767
5768 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5769 result of `c-beginning-of-decl-1' between invocations of a lambda
5770 function (Bug #7265).
5771
3ec6ca72
DU
57722010-10-24 Daiki Ueno <ueno@unixuser.org>
5773
5774 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5775 executable is not available on the system (Bug#7268).
5776
ec514007
GM
57772010-10-24 Glenn Morris <rgm@gnu.org>
5778
f5f25615
GM
5779 * select.el (selection-coding-system, next-selection-coding-system):
5780 Sync doc with C versions.
3646b86d 5781
8aa0f263
GM
5782 * w32-vars.el (x-select-enable-clipboard):
5783 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5784 * term/common-win.el (x-select-enable-clipboard): Move here.
5785
46710489
GM
5786 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5787 definition of C variable.
5788
ec514007
GM
5789 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5790 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5791 Don't redefine things that are defined in C.
5792 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5793 (show-trailing-whitespace, auto-hscroll-mode)
5794 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5795 Set up the appropriate custom properties.
5796
8a79905d
CY
57972010-10-24 Chong Yidong <cyd@stupidchicken.com>
5798
5799 Bind "C-c ]" to ...
5800 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5801 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5802 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5803 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5804
aa02a29f
GM
58052010-10-23 Glenn Morris <rgm@gnu.org>
5806
7dfc15df
GM
5807 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5808 say what it was.
5809
66c6abf0
GM
5810 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5811 Sync docs with C version.
f3d87560 5812
3193e969
GM
5813 * term/ns-win.el (xw-defined-colors):
5814 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5815
6f748f70
GM
5816 * term/pc-win.el (x-select-enable-clipboard):
5817 * term/x-win.el (x-select-enable-clipboard):
5818 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5819
7aa93795
GM
5820 * comint.el (comint-password-prompt-regexp): Make it less vague.
5821 Bump version.
5822
17284e30
GM
5823 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5824
aa02a29f
GM
5825 * help.el (finder-by-keyword): Remove unnecessary autoload.
5826
69b55131
GM
58272010-10-22 Glenn Morris <rgm@gnu.org>
5828
9a0dd02d
GM
5829 * loadup.el: Unconditionally load float-sup.
5830 * paren.el (show-paren-delay):
5831 * emacs-lisp/float-sup.el:
5832 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5833 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5834 (lazy-lock-stealth-verbose): Assume float support.
5835 * ps-print.el: Assume float support on Emacs.
5836 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5837 Remove non-float branch.
5838
69b55131
GM
5839 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5840 src/Makefile no longer being pre-processed.
5841
7c23d9e8
SM
58422010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * emacs-lisp/find-func.el (find-library): Use test-completion.
5845
23737b4a
LMI
58462010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5847
7c23d9e8 5848 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5849
6e060cee 58502010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5851
5852 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5853 space in stat format string.
5854 (tramp-send-command): Unset $PS1 when using here documents, in
5855 order not to get several prompts.
5856 (tramp-get-inline-coding): Return `nil' in case of errors.
5857
08ffb131
DU
58582010-10-21 Daiki Ueno <ueno@unixuser.org>
5859
7c23d9e8
SM
5860 * hexl.el (hexl-mode, hexl-mode-exit):
5861 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5862 (hexl-revert-buffer-function): New function.
5863 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5864
ba7fdf30
AM
58652010-10-19 Alan Mackenzie <acm@muc.de>
5866
7c23d9e8
SM
5867 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5868 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5869 that these keywords aren't wrongly matched as identifiers.
5870
ba7fdf30
AM
5871 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5872 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5873 c-after-change. (Bug#7181)
ba7fdf30 5874
7fd8732d
CY
58752010-10-19 Chong Yidong <cyd@stupidchicken.com>
5876
5877 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5878 Don't mark as safe.
5879
5880 * custom.el (custom-theme-set-variables): Likewise.
5881 (load-theme): Add custom-theme-set-faces and
5882 custom-theme-set-variables to safe-functions while loading.
5883 (custom-enabled-themes): Mark as risky.
5884
3f12b18c
JD
58852010-10-18 Julien Danjou <julien@danjou.info>
5886
5887 * bindings.el: Remove end dashes in default mode-line-format.
5888
b8a47412
CY
58892010-10-19 Chong Yidong <cyd@stupidchicken.com>
5890
5891 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5892 to delete-forward-char.
5893
5894 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5895 deletechar, and hence delete-forward-char.
5896
ca3fa302
JB
58972010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * repeat.el (repeat): Use read-key (bug#6256).
5900
59012010-10-19 Chong Yidong <cyd@stupidchicken.com>
5902
5903 * emacs-lisp/unsafep.el: Don't mark functions that display
5904 messages as safe. Suggested by Johan Bockgård.
5905
59062010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * minibuffer.el (completion--replace): Move point where it belongs
5909 when there's a common suffix (bug#7215).
5910
59112010-10-19 Kenichi Handa <handa@m17n.org>
5912
5913 * international/characters.el: Add category '|' (word breakable)
5914 to fullwidth characters.
5915
3224b54d
MA
59162010-10-19 Michael Albinus <michael.albinus@gmx.de>
5917
5918 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5919 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5920 order to make stat results a float. Patch by Andreas Schwab
5921 <schwab@linux-m68k.org>.
5922
36ba6f07
JD
59232010-10-18 Julien Danjou <julien@danjou.info>
5924
5925 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5926 hidden by `make-pointer-invisible'.
5927
43f964fc
SM
59282010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * files.el (locate-file-completion-table): Strip non-matching elements
5931 before checking length of list (bug#7238).
5932
e48eb343
CY
59332010-10-18 Chong Yidong <cyd@stupidchicken.com>
5934
5935 * custom.el (custom-theme-set-variables): Mark as a safe function.
5936 (load-theme): Check forms using unsafep.
5937
5938 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5939
df987d70
AM
59402010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5941
43f964fc
SM
5942 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5943 Fix aspell data file searching (bug#7230).
df987d70 5944
29a4c45b
CY
59452010-10-16 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * cus-theme.el (custom-theme--migrate-settings): New var.
5948 (customize-create-theme): Allow editing the `user' theme.
5949 (custom-theme-add-variable, custom-theme-add-var-1)
5950 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5951 to the front of each variable or face widget.
5952 (custom-theme-write): Save theme settings in the correct order.
5953 Optionally, remove saved settings from user customizations.
43f964fc
SM
5954 (custom-theme-write-variables, custom-theme-write-faces):
5955 Save only the checked widgets.
29a4c45b
CY
5956 (customize-themes): Add a link for migrating custom settings.
5957
43f964fc
SM
5958 * custom.el (custom-declare-theme, provide-theme):
5959 Use custom-theme-name-valid-p.
29a4c45b
CY
5960 (custom-theme-name-valid-p): Remove checks that are now
5961 unnecessary since themes no longer obey load-path.
5962
5963 * cus-edit.el (custom-variable-value-create): For the simple
5964 style, hide documentation string when hidden.
5965
782b5e8d
CY
59662010-10-16 Chong Yidong <cyd@stupidchicken.com>
5967
647bc502
CY
5968 * cus-edit.el (custom-variable, custom-face): Combine the
5969 :inhibit-magic and :display-style properties into a single
5970 :custom-style property.
43f964fc
SM
5971 (custom-toggle-hide-variable, custom-toggle-hide-face):
5972 New functions. If hiding an edited value, save it to :shown-value.
5973 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5974 (custom-magic-reset): Allow magic property to be unset.
5975
782b5e8d
CY
5976 * custom.el: Custom themes no longer use load-path.
5977 (custom-theme-load-path): New option. Change built-in theme
5978 directory to etc/.
5979 (custom-enabled-themes): Add custom-theme-load-path dependency.
5980 (custom-theme--load-path): New function.
5981 (load-theme, custom-available-themes): Use it.
5982
5983 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5984 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5985 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5986 :custom-style property.
782b5e8d
CY
5987
5988 * themes/*.el: Moved to etc/.
5989
99f65cfa
RA
59902010-10-16 Ralf Angeli <angeli@caeruleus.net>
5991
5992 * textmodes/reftex-cite.el
5993 (reftex-extract-bib-entries-from-thebibliography): Do not move
5994 point when searching for \bibitem entries. Match entries with
5995 spaces or tabs in front of arguments.
5996
da16abfc
CY
59972010-10-16 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * cus-theme.el (customize-create-theme): Delete overlays after
6000 erasing. If given a THEME arg, display only the faces of that arg
6001 instead of custom-theme--listed-faces.
6002 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 6003 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
6004 (custom-theme-add-variable, custom-theme-add-face): Apply value
6005 from the theme settings, instead of the current value.
6006 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
6007 (custom-theme-visit-theme): Allow calling outside theme buffers.
6008 (custom-theme-merge-theme): Don't enable the theme when merging.
6009 (custom-theme-write-variables, custom-theme-write-faces): Use the
6010 :shown-value properties to save buffer values, not global ones.
6011 (customize-themes): Display a warning about user customizations.
6012
6013 * cus-edit.el (custom-variable-value-create)
6014 (custom-face-value-create): Obey new special properties
6015 :shown-value and :inhibit-magic.
6016
aa095b2d
MA
60172010-10-15 Michael Albinus <michael.albinus@gmx.de>
6018
6019 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
6020 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6021 <dale@codefu.org>.
aa095b2d 6022
7ca9cfda
KH
60232010-10-14 Kenichi Handa <handa@m17n.org>
6024
9650fc61
KH
6025 * mail/rmail.el (rmail-show-message-1): Catch an error of
6026 base64-decode-region and just show an error message (bug#7165).
6027
43f964fc 6028 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
6029 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6030 a font-spec (bug#7197).
6031
220d91b8 60322010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
6033
6034 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6035
220d91b8 60362010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 6037
c0943d3d
JB
6038 * international/mule.el (define-coding-system):
6039 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
6040 * composite.el (compose-region): Fix typo in docstring.
6041
4983ddea
CY
60422010-10-14 Chong Yidong <cyd@stupidchicken.com>
6043
de43f11b
CY
6044 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6045 only after checking the theme-face property.
6046
4983ddea
CY
6047 * faces.el (face-spec-reset-face): Reset all attributes in one
6048 single call to set-face-attribute.
6049 (face-spec-match-p): Make it a defsubst.
6050 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6051 (x-create-frame-with-faces, tty-create-frame-with-faces)
6052 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6053 frame-set-background-mode, since they are recomputed immediately
6054 afterwards in face-set-after-frame-default.
6055 (face-set-after-frame-default): Minor optimization.
6056 (cursor): Provide non-trivial defface spec.
6057
6058 * custom.el (custom-theme-recalc-face): Simplify.
6059
a974dcf2
JB
60602010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6061
43f964fc 6062 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
6063 (math-is-polynomial, math-is-poly-rec): Replace `var'
6064 with `math-var'.
6065
43f964fc 6066 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
6067 (calcFunc-table, math-scan-for-limits): Replace `var'
6068 with `math-var'.
6069
10e4702a
GM
60702010-10-13 Glenn Morris <rgm@gnu.org>
6071
6072 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6073
88f427d5
SB
60742010-10-13 Stephen Berman <stephen.berman@gmx.net>
6075
6076 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6077
a1d16a7b
G
60782010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6079
6080 * net/tls.el (tls-program): Remove spurious %s from openssl.
6081 (tls-starttls-switches): Remove starttls hack.
6082 (open-tls-stream): Ditto.
6083 (tls-find-starttls-argument): Ditto.
6084
2e288d54
JB
60852010-10-13 Juanma Barranquero <lekktu@gmail.com>
6086
6087 * image.el (image-library-alist): Declare as obsolete alias.
6088 (image-type-available-p): Use `dynamic-library-alist'.
6089
6090 * term/w32-win.el (dynamic-library-alist):
6091 Use instead of `image-library-alist'.
6092
35744400
IS
60932010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6094
6095 * subr.el (last): Make it faster. (Bug#7174)
6096
290fe464
RO
60972010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6098
6099 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6100
2919746c
CY
61012010-10-12 Chong Yidong <cyd@stupidchicken.com>
6102
6103 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6104 (describe-theme-1): Extract doc from unloaded themes.
6105
6106 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6107
6108 * themes/tango-theme.el:
6109 * themes/tango-dark-theme.el:
6110 * themes/wheatgrass-theme.el: New files.
6111
6b09b5d1
CY
61122010-10-12 Chong Yidong <cyd@stupidchicken.com>
6113
6114 * cus-theme.el (describe-theme, customize-themes)
6115 (custom-theme-save): New commands.
6116 (custom-new-theme-mode-map): Bind C-x C-s.
6117 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6118 (customize-create-theme): New optional arg THEME.
6119 (custom-theme-revert): Use it.
6120 (custom-theme-visit-theme): Remove dead code.
6121 (custom-theme-merge-theme): Use custom-available-themes.
6122 (custom-theme-write): Make interactive.
6123 (custom-theme-write): Use custom-theme-name-valid-p.
6124 (describe-theme-1, custom-theme-choose-revert)
6125 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6126 New funs.
6127 (custom-theme-allow-multiple-selections): New option.
6128 (custom-theme-choose-mode): New major mode.
6129
43f964fc
SM
6130 * custom.el (custom-theme-set-variables): Remove dead code.
6131 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6132 (custom--inhibit-theme-enable): New var.
6133 (provide-theme): Obey it.
6134 (load-theme): Replace load with manual read/eval, in order to
6135 check for correctness. Use custom-theme-name-valid-p.
6136 (custom-theme-name-valid-p): New function.
6137 (custom-available-themes): Use it.
6138
6139 * cus-edit.el (custom--initialize-widget-variables): New function.
6140 (Custom-mode): Use it.
6141
43f964fc
SM
6142 * cus-face.el (custom-theme-set-faces): Remove dead code.
6143 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6144
6145 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6146
16366259
JB
61472010-10-12 Juanma Barranquero <lekktu@gmail.com>
6148
cb7d821e 6149 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 6150
4c14013d 61512010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 6152
4c14013d
JB
6153 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6154 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6155 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6156
6157 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 6158
4c14013d 61592010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
6160
6161 * emacs-lisp/lisp.el (lisp-completion-at-point):
6162 Use emacs-lisp-mode-syntax-table for the whole function.
6163
4c14013d 61642010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
6165
6166 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
6167 instead of font-lock-mode before adding keywords.
6168 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
6169 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6170 non-nil; removed hook inhibit hack.
6171
4c14013d 61722010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 6173
d15f9a2b
GM
6174 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6175 (load-path-shadows-find): ... to this.
6176 (list-load-path-shadows): Update for above change.
6177
c7d6d8a1
GM
6178 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6179
f0b7f5a8
KY
61802010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6181
6182 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6183 Fix comment for declare-function.
6184
05d22d02
CY
61852010-10-11 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * custom.el (custom-fix-face-spec): New function; code moved from
6188 custom-face-edit-fix-value.
6189 (custom-push-theme): Use it when checking if a face has been
6190 changed outside customize.
6191 (custom-available-themes): New function.
6192 (load-theme): Use it.
6193
43f964fc 6194 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
6195
6196 * custom.el (custom-push-theme): Cleanup (use cond).
6197 (disable-theme): Recompute the saved-face property.
6198 (custom-theme-recalc-face): Follow face alias before setting prop.
6199
43f964fc
SM
6200 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6201 New variables, containing checkbox images.
05d22d02
CY
6202
6203 * startup.el (fancy-startup-tail):
6204 * wid-edit.el (checkbox): Use them.
6205
293e7c22
DN
62062010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6207
a0310a6c
DN
6208 * shell.el (shell-mode-map):
6209 * progmodes/modula2.el (m2-mode-map):
6210 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6211 * play/mpuz.el (mpuz-mode-map):
6212 * play/landmark.el (lm-mode-map):
6213 * play/decipher.el (decipher-mode-map):
6214 * play/5x5.el (5x5-mode-map):
6215 * net/telnet.el (telnet-mode-map):
6216 * net/quickurl.el (quickurl-list-mode-map):
6217 * net/mairix.el (mairix-searches-mode-map):
6218 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6219 * net/dig.el (dig-mode-map):
6220 * mail/mspools.el (mspools-mode-map):
6221 * hexl.el (hexl-mode-map):
6222 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6223 (wordstar-C-o-map, wordstar-C-q-map):
6224 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6225 * emacs-lisp/chart.el (chart-map):
6226 * edmacro.el (edmacro-mode-map):
6227 * erc/erc-list.el (erc-list-menu-mode-map):
6228 * array.el (array-mode-map): Declare and define in one step.
6229
293e7c22
DN
6230 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6231
446b12da
DU
62322010-10-10 Daiki Ueno <ueno@unixuser.org>
6233
6234 * epa.el (epa-passphrase-callback-function): Display filename
6235 passed as the 3rd arg.
43f964fc
SM
6236 * epa-file.el (epa-file-passphrase-callback-function):
6237 Pass filename to epa-passphrase-callback-function.
446b12da 6238
76c16af8
CY
62392010-10-09 Chong Yidong <cyd@stupidchicken.com>
6240
6241 * cus-edit.el (custom-face-widget-to-spec)
6242 (custom-face-get-current-spec, custom-face-state): New functions.
6243 (custom-face-set, custom-face-mark-to-save)
6244 (custom-face-value-create, custom-face-state-set): Use them.
6245
6246 * cus-theme.el (custom-theme--listed-faces): New var.
6247 (customize-create-theme): Use *Custom Theme* as the buffer name.
6248 Set revert-buffer-function. Optional arg BUFFER. Insert all
6249 faces listed in custom-theme--listed-faces.
6250 (custom-theme-revert): New function.
6251 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6252 bottom of the list.
6253 (custom-theme-write): Prompt for theme name if empty.
6254 (custom-theme-write-variables): Use dolist.
6255 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6256
e15f8aaa
AM
62572010-10-09 Alan Mackenzie <acm@muc.de>
6258
6259 Enhance fontification of declarators to take account of the
6260 presence/absence of "typedef".
6261
6262 * cc-engine.el (c-forward-type): New &optional param
6263 "brace-block-too".
6264 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 6265 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
6266
6267 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6268 fontification of declarators which follow a "}".
6269 (c-font-lock-declarations): Fontify declarators according to the
6270 presence/absence of "typedef".
6271
6272 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6273 for "typedef".
6274 (c-typedef-decl-key): New lang variable built from
6275 c-typedef-decl-kwds.
6276
cf321e50
LMI
62772010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6278
77aec221
LMI
6279 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6280 since that's too annoying. Move the filter groups commands to
6281 TAB/backtab.
6282
7450df5d
LMI
6283 * epa.el (epa-passphrase-callback-function): Say what we're
6284 querying the password for.
6285
cf321e50 6286 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6287 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6288
587faadd
CY
62892010-10-08 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6292 (custom-magic-value-create): Pad button tags with spaces.
6293 (custom-face-edit): New variable.
6294 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6295 face editor here, instead of using custom-face-selected.
6296 Pass face defaults to custom-face-edit widget.
587faadd
CY
6297 (custom-face-selected, custom-display-unselected): Delete widgets.
6298 (custom-display-unselected-match): Function removed.
43f964fc
SM
6299 (custom-face-set, custom-face-mark-to-save):
6300 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6301
6302 * wid-edit.el (widget--completing-widget): New var.
6303 (widget-default-complete): Bind it when doing completion.
6304 (widget-string-complete, widget-file-complete): Use it.
6305
a1ab97d0
GM
63062010-10-09 Glenn Morris <rgm@gnu.org>
6307
85d50db7
GM
6308 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6309 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6310 (holiday-hebrew-misc): Small simplifications.
6311
3fb78d1f
GM
6312 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6313
a1ab97d0
GM
6314 * net/browse-url.el: Don't require thingatpt, term, dired,
6315 executable, or w3-auto when compiling.
6316 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6317 Declare.
6318 (browse-url-text-emacs): Require term.
6319
2187e5bb
AS
63202010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6321
6322 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6323
e5d49589
GM
63242010-10-08 Glenn Morris <rgm@gnu.org>
6325
5823f53f
GM
6326 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6327
e5d49589
GM
6328 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6329 (shadows-compare-text-p): Make it an obsolete alias for...
6330 (load-path-shadows-compare-text): ... new name.
6331 (find-emacs-lisp-shadows): Update for above name change.
6332 (load-path-shadows-same-file-or-nonexistent): New name for the old
6333 shadow-same-file-or-nonexistent.
6334
4628bef1 63352010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6336
6337 * minibuffer.el (completion--some, completion--do-completion)
6338 (minibuffer-complete-and-exit, minibuffer-completion-help)
6339 (completion-basic-try-completion)
6340 (completion-basic-all-completions)
6341 (completion-pcm--find-all-completions): Use lexical-let to
6342 avoid some false matches in variable completion (Bug#7056)
6343
4628bef1 63442010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6345
6346 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6347
4628bef1 63482010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6349
6350 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6351 return non-nil if the file exists (Bug#7090).
6352
4628bef1 63532010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6354
6355 * minibuffer.el (completion--replace):
6356 Better preserve markers (bug#7138).
6357
4628bef1 63582010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6359
6360 * server.el (server-process-filter): Doc fix.
6361
4628bef1 63622010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6363
6364 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6365
e4adf61e
GM
63662010-10-08 Glenn Morris <rgm@gnu.org>
6367
24ac444f
GM
6368 * vc/ediff-wind.el (ediff-setup-control-frame):
6369 * vc/ediff-ptch.el (ediff-default-backup-extension):
6370 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6371 (ediff-exec-process): Remove system-types emx, windows-95.
6372
e4adf61e
GM
6373 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6374
61328d7c
CY
63752010-10-07 Chong Yidong <cyd@stupidchicken.com>
6376
6377 * cus-edit.el (custom-variable, custom-face): Doc fix.
6378 (custom-face-edit): Add value-create attribute.
6379 (custom-face-edit-value-create)
43f964fc
SM
6380 (custom-face-edit-value-visibility-action): New functions.
6381 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6382 (custom-face-edit-deactivate): Show empty values with shadow face.
6383 (custom-face-selected): Only use this for face specs with default
6384 attributes.
6385 (custom-face-value-create): Cleanup.
6386
6387 * wid-edit.el (widget-checklist-value-create): Use dolist.
6388 (widget-checklist-match-find): Make second arg optional.
6389
ac44263a
GM
63902010-10-07 Glenn Morris <rgm@gnu.org>
6391
849b02b4
GM
6392 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6393 Prefix things.
6394
ac44263a
GM
6395 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6396 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6397 load-path-shadows-mode, update references.
06d9ef85
GM
6398 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6399 Rename variable and button.
6400 (list-load-path-shadows): Update button caller.
ac44263a 6401
29c72a6e
SM
64022010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6405 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6406 (smie-merge-prec2s): Handle those new entries.
6407 (smie-prec2-levels): Only set precedence to nil for actual
6408 openers/closers.
6409 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6410 that is now unnecessary.
6411
775f75bc 64122010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6413
6414 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6415
7e1e2a6e
GM
64162010-10-07 Glenn Morris <rgm@gnu.org>
6417
58d1ac6d
GM
6418 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6419 (mail-position-on-field): Remove declarations.
6420 (mail-position-on-field): Autoload it.
6421 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6422 and mail-header-end. Don't require sendmail.
6423
7b9235ad
GM
6424 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6425 (shadow-mode): New mode.
6426 (shadow-find-file): New button.
6427 (list-load-path-shadows): Use shadow-mode and buttons.
6428
52da2182
GM
6429 * iimage.el (iimage-version): Remove.
6430 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6431 Turn into defcustoms.
6432 (iimage-mode-map): Give it a doc string.
6433
7e1e2a6e
GM
6434 * calendar/appt.el (appt-activate): Give a warning rather than an error
6435 if there is no diary-file.
6436
e44eccd7
MA
64372010-10-06 Michael Albinus <michael.albinus@gmx.de>
6438
29c72a6e
SM
6439 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6440 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6441
4583e796
GM
64422010-10-06 Glenn Morris <rgm@gnu.org>
6443
6aecca99
GM
6444 * font-core.el (font-lock-defaults-alist): Remove variable.
6445 (font-lock-mode): Doc fix.
6446 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6447 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6448 (font-lock-set-defaults): Doc fix.
6449 Do not consult font-lock-defaults-alist.
6450
645a6257
GM
6451 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6452
4583e796
GM
6453 * emacs-lisp/cl.el: No longer provide cl-19.
6454
bd8fadca
MA
64552010-10-05 Michael Albinus <michael.albinus@gmx.de>
6456
6457 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6458 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6459 New defuns, taken from tramp-smb.el.
6460 (tramp-coding-system-change-eol-conversion)
43f964fc 6461 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6462
43f964fc 6463 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6464 (tramp-compat-coding-system-change-eol-conversion)
6465 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6466 from tramp.el.
6467
6468 * net/tramp-gvfs.el:
6469 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6470 by `tramp-compat-set-process-query-on-exit-flag'.
6471
43f964fc
SM
6472 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6473 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6474 `tramp-handle-file-exists-p' and
6475 `tramp-handle-file-newer-than-file-p'.
6476 (tramp-imap-handle-file-exists-p)
6477 (tramp-imap-handle-file-executable-p)
6478 (tramp-imap-handle-file-readable-p)
6479 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6480 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6481
6482 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6483 by `tramp-compat-set-process-query-on-exit-flag' and
6484 `tramp-coding-system-change-eol-conversion' by
6485 `tramp-compat-coding-system-change-eol-conversion'.
6486
43f964fc
SM
6487 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6488 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6489 `tramp-handle-file-exists-p' and
6490 `tramp-handle-file-newer-than-file-p'.
6491 (tramp-smb-handle-directory-files-and-attributes)
6492 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6493 (tramp-smb-handle-file-newer-than-file-p): Remove.
6494 (tramp-smb-maybe-open-connection):
6495 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6496 `tramp-compat-set-process-query-on-exit-flag'.
6497
726c5357
GM
64982010-10-05 Glenn Morris <rgm@gnu.org>
6499
6500 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6501
4a93e698
MA
65022010-10-04 Michael Albinus <michael.albinus@gmx.de>
6503
6504 Continue reorganization of load dependencies. (Bug#7156)
6505
6506 * net/tramp.el (tramp-handle-file-local-copy-hook)
6507 (tramp-delete-temp-file-function): Move down.
6508 (tramp-exists-file-name-handler): Move up.
6509 (tramp-register-file-name-handlers): Simplify autoload.
6510 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6511 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6512 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6513 (tramp-handle-file-name-completion)
6514 (tramp-handle-file-name-directory)
6515 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6516 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6517 (tramp-handle-find-backup-file-name)
6518 (tramp-handle-insert-file-contents, tramp-handle-load)
6519 (tramp-handle-substitute-in-file-name)
6520 (tramp-handle-unhandled-file-name-directory)
6521 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6522 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6523
6524 * net/tramp-gvfs.el (top):
6525 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6526
6527 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6528 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6529
b4593555
GM
65302010-10-04 Glenn Morris <rgm@gnu.org>
6531
6532 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6533 (appt-activate): Give status messages.
6534
8762aa10
TZ
65352010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6536
6537 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6538 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6539 `gnutls-negotiate' (formerly `starttls-negotiate').
6540 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6541
82fb8701
DN
65422010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6543
6544 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6545 log-outgoing commands.
6546 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6547 to create a buffer local revert-buffer-function variable.
6548 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6549 revert-buffer-function lambda.
6550
c1ae068b
LMI
65512010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6552
6553 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6554 `gnutls-boot'. Make TYPE the only required parameter.
6555 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6556 (open-ssl-stream): Use it.
6557
67141a37
GM
65582010-10-03 Glenn Morris <rgm@gnu.org>
6559
77f38949
GM
6560 * subr.el (directory-sep-char): Remove obsolete variable.
6561 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6562 it is "necessary".
6563
67141a37
GM
6564 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6565 * vc/vc.el (vc-static-header-alist): Doc fix.
6566 * vc/vc-cvs.el (vc-cvs-header):
6567 * vc/vc-rcs.el (vc-rcs-header):
6568 * vc/vc-sccs.el (vc-sccs-header):
6569 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6570 * obsolete/vc-mcvs.el (vc-mcvs-header):
6571 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6572 on XEmacs.
6573
96bcef2e
CY
65742010-10-03 Chong Yidong <cyd@stupidchicken.com>
6575
43f964fc
SM
6576 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6577 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6578
ef47f179
GM
65792010-10-03 Glenn Morris <rgm@gnu.org>
6580
01c35094 6581 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6582
aee3c6f7
GM
6583 * textmodes/rst.el (rst-font-lock-keywords-function):
6584 Drop Emacs 20 code.
6585
f88cd114
GM
6586 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6587
6abfe35f
GM
6588 * printing.el: Drop Emacs 20 code.
6589
59e31cfa
GM
6590 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6591 without having used appt.el already).
6592
922ad43e
GM
6593 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6594 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6595 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6596 XEmacs.
6597 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6598 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6599
ef47f179
GM
6600 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6601 (charset-width, find-charset-region, chars-in-region, forward-point)
6602 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6603 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6604 Remove compatibility cruft (none of these are used by ps*.el).
6605
ac6ca7ba
KR
66062010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6607
6608 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6609
2a847524
CY
66102010-10-03 Chong Yidong <cyd@stupidchicken.com>
6611
43f964fc
SM
6612 * server.el (server-process-filter, server-return-error):
6613 Give emacsclient time to shut down after receiving an error string.
2a847524 6614
4bc3c53d
MA
66152010-10-02 Michael Albinus <michael.albinus@gmx.de>
6616
6617 * files.el (remote-file-name-inhibit-cache): New defcustom.
6618
43f964fc
SM
6619 * time.el (display-time-file-nonempty-p):
6620 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6621
43f964fc
SM
6622 * net/tramp.el (tramp-completion-reread-directory-timeout):
6623 Fix docstring.
4bc3c53d
MA
6624
6625 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6626 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6627 `remote-file-name-inhibit-cache'. Check also for an integer
6628 value. Add/increase counter when `tramp-verbose' >= 10.
6629 (tramp-set-file-property): Add/increase counter when
6630 `tramp-verbose' >= 10.
6631
6632 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6633 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6634 (tramp-bug): Set tramp-autoload cookie. Report all interned
6635 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6636 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6637 characters only in strings.
6638
6639 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6640 to backward compatibility.
6641
6642 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6643 (tramp-handle-file-name-all-completions)
43f964fc
SM
6644 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6645 (tramp-open-connection-setup-interactive-shell):
6646 Call `tramp-cleanup-connection' directly.
4bc3c53d 6647
9c524fcb
GM
66482010-10-02 Glenn Morris <rgm@gnu.org>
6649
3226d6ca
GM
6650 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6651
6652 * subr.el (char-bytes): Remove obsolete function.
6653
6654 * isearch.el (isearch-return-char): Remove obsolete function.
6655
6656 * mouse.el: No longer provide mldrag.
6657 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6658 Remove obsolete aliases.
6659
6660 * comint.el (comint-kill-output): Remove obsolete alias.
6661
6662 * composite.el (decompose-composite-char): Remove obsolete function.
6663 * ps-def.el (decompose-composite-char): Remove unused function.
6664
6665 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6666
6667 * outline.el (outline-visible): Remove obsolete function.
6668
6669 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6670 * faces.el (internal-find-face, internal-get-face)
6671 (frame-update-faces, frame-update-face-colors)
6672 (x-frob-font-weight, x-frob-font-slant)
6673 (internal-frob-font-weight, internal-frob-font-slant)
6674 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6675 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6676 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6677 since Emacs 21.1.
6678 * emulation/viper-util.el (viper-get-face):
6679 * obsolete/lucid.el (find-face, get-face): Use facep.
6680 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6681 Remove unused functions.
6682 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6683
9c524fcb
GM
6684 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6685 delete tempfile if interrupted during compilation.
6686
aecb42aa
LMI
66872010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6688
6689 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6690 gnutls-cli.
6691 (tls-program): Add --insecure to be consistent with the defaults from
6692 openssl s_client. Now all three commands are insecure.
6693
73077a9a
EZ
66942010-10-01 Eli Zaretskii <eliz@gnu.org>
6695
6696 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6697 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6698 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6699
1ef075bb
GM
67002010-10-01 Glenn Morris <rgm@gnu.org>
6701
1fcaf927
GM
6702 * obsolete/sc.el: Remove file.
6703
1ef075bb
GM
6704 * files.el (temporary-file-directory): On darwin, also try
6705 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6706
a16f5f64
JB
67072010-10-01 Juanma Barranquero <lekktu@gmail.com>
6708
6709 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6710 Let's not break compatibility gratuitously, shall we?
6711
6b958814
G
67122010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6713
47e08896 6714 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6715 (tls-find-starttls-argument): Use it.
6716 (open-tls-stream): Ditto.
6717
47e08896 6718 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6719 entry.
6720 (netrc-machine): Ditto.
6721
cad90f3b
EZ
67222010-09-30 Eli Zaretskii <eliz@gnu.org>
6723
6724 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6725
968ef9b4
JB
67262010-09-30 Juanma Barranquero <lekktu@gmail.com>
6727
6728 * server.el (server-start): Don't write pid to the authentication file.
6729 (server-create-tty-frame): Don't send pid.
6730 (server-process-filter): Send pid at the start of every connection.
6731
3536dea8
GM
67322010-09-30 Glenn Morris <rgm@gnu.org>
6733
8e378d88
GM
6734 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6735 (show-all-diary-entries): Remove obsolete function aliases.
6736
3536dea8
GM
6737 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6738 Remove options, obsolete since 22.1.
6a7662bb
BR
6739 (appt-display-format, appt-display-message):
6740 Remove backwards-compatibility code.
3536dea8
GM
6741 (appt-check): No longer check appt-issue-message.
6742 (appt-make-list): No longer autoload it. Doc fix. No longer
6743 activate the package.
6744
df7fcaff
LMI
67452010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6746
6747 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6748 (starttls-negotiate): Just call boot, and let the handshake be
6749 triggered from the read loop.
df7fcaff 6750
c2828614
GM
67512010-09-29 Glenn Morris <rgm@gnu.org>
6752
17a46341
GM
6753 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6754 not displaying the diary.
6755 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6756 * calendar/appt.el (appt-check): No longer need to kill diary.
6757
7161e329
GM
6758 * calendar/diary-lib.el (diary-list-entries): Move the
6759 "Preparing..." message entirely here.
6760 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6761 messages to diary-list-entries.
6762 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6763 diary-display-function.
6764
d0de6cba
GM
6765 * calendar/diary-lib.el (diary-include-other-diary-files):
6766 Trap some recursive includes.
6767
c2828614
GM
6768 * calendar/appt.el (appt-activate): Check diary file.
6769
0c43b6f8
KY
67702010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6771
6772 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6773 construction.
6774
6775 * calendar/time-date.el: No need to require cl for Emacs 21.
6776
97ce2730
GM
67772010-09-28 Glenn Morris <rgm@gnu.org>
6778
6779 * calendar/appt.el (appt-check): Minor simplification.
6780
e0a185ae
KY
67812010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6782
6783 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6784 citation prefix.
6785
c19f76a1
AS
67862010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6787
95b6d681
JB
6788 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6789 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6790
fd057fd2
KH
67912010-09-27 Kenichi Handa <handa@m17n.org>
6792
6793 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6794 "ustar" format.
6795
368b3544
KH
67962010-09-27 Kenichi Handa <handa@m17n.org>
6797
6798 * international/mule.el (define-coding-system): Docstring fixed.
6799
6800 * international/mule-diag.el (describe-character-set): Use princ
6801 with proper print-length and print-level instead of insert.
6802
95b6d681 68032010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6804
6805 * window.el (walk-windows): Doc fix (bug#7105).
6806
99368725
SM
68072010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * emacs-lisp/float-sup.el (e): Remove.
6810
8ed70bf3
LMI
68112010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6812
6813 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6814 variable.
6815 (starttls-negotiate): Use it.
6816
d2e9d0bb
LMI
68172010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6818
6819 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6820 back.
6821
15413fb4
SM
68222010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6825
1821a7b4
LMI
68262010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6827
6303aba1
LMI
6828 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6829
1821a7b4
LMI
6830 * net/netrc.el (netrc-store-data): New function.
6831
8af55556
TZ
68322010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6833
6834 * net/gnutls.el: GnuTLS glue code to set up a connection.
6835
42343747
JD
68362010-09-25 Julien Danjou <julien@danjou.info>
6837
6838 * notifications.el: Call dbus-register-signal only if it is bound.
6839
ec60da52
GM
68402010-09-25 Glenn Morris <rgm@gnu.org>
6841
6842 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6843 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6844 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6845 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6846 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6847 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6848 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6849 * eshell/esh-util.el, eshell/esh-var.el:
6850 Remove leading `*' from docs of faces and defcustoms.
6851
4c964351
UM
68522010-09-25 Ulrich Mueller <ulm@gentoo.org>
6853
6854 * eshell/em-ls.el (eshell-ls-archive-regexp):
6855 * eshell/esh-util.el (eshell-tar-regexp):
6856 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6857 * info.el (Info-suffix-list):
6858 * international/mule.el (auto-coding-alist):
6859 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6860 * progmodes/etags.el (tags-compression-info-list):
6861 Support xz compression.
6862
41f54b73
CY
68632010-09-25 Chong Yidong <cyd@stupidchicken.com>
6864
6865 * files.el (get-free-disk-space): Don't assume the "df" output
6866 columns line up (Bug#6995).
6867
40b1a3a9
JB
68682010-09-25 Juanma Barranquero <lekktu@gmail.com>
6869
6870 * finder.el (finder-unknown-keywords):
6871 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6872 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6873
ba3033ee
JB
68742010-09-25 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * server.el (server-start): Revert part of 2010-08-08 change. Using
6877 address 127.0.0.1 for local host is now done in Fmake_network_process.
6878
5e339ee2
GM
68792010-09-24 Glenn Morris <rgm@gnu.org>
6880
6881 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6882 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6883 * textmodes/css-mode.el, textmodes/dns-mode.el:
6884 Move autoloaded auto-mode-alist entries to files.el.
6885 * files.el (auto-mode-alist): Move entries here.
6886
af3ccb5c
GM
68872010-09-23 Glenn Morris <rgm@gnu.org>
6888
6889 * isearch.el (isearch-lazy-highlight-cleanup)
6890 (isearch-lazy-highlight-initial-delay)
6891 (isearch-lazy-highlight-interval)
6892 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6893 * net/net-utils.el (ipconfig-program-options):
6894 Move aliases to options before the associated definitions.
6895
266a86bd 68962010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6897
6898 * newcomment.el (comment-normalize-vars): Better test validity of
6899 comment-end-skip.
6900
27ffea71 69012010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6902
6903 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6904 (float-e): New name for `e'.
6905 (degrees-to-radians, radians-to-degrees):
6906 * calendar/solar.el (solar-longitude):
6907 * calculator.el (calculator-registers, calculator-funcall):
6908 * textmodes/artist.el (artist-spray-random-points):
6909 * play/bubbles.el (bubbles--initialize-images): Use new names.
6910
27ffea71 69112010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6912
6913 Update to CEDET 1.0's version of EIEIO.
6914
9e0d4f9e
SM
6915 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6916 New function.
a2930e43
EL
6917 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6918 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6919 (class-precedence-list): If class is nil, return nil.
6920 (eieio-generic-call): If class of first input arg is nil, don't
6921 look up static methods, and do check for primary methods.
6922 (initialize-instance): See if the default needs to be evaluated
6923 during the constructor.
6924 (eieio-perform-slot-validation-for-default): Don't do the check
6925 for values that will eventually be evaluated.
6926 (eieio-eval-default-p): New function.
6927 (eieio-default-eval-maybe): Use it.
6928
27ffea71 69292010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6930
6931 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6932 method-invocation-order.
6933 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6934 (eieio-class-precedence-dfs): Compute class precedence list using
6935 dfs algorithm.
6936 (eieio-class-precedence-bfs): Compute class precedence list using
6937 bfs algorithm.
9e0d4f9e 6938 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6939 c3 algorithm.
6940 (class-precedence-list): New function.
6941 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6942 (inconsistent-class-hierarchy): New error symbol.
6943 (call-next-method): Stow the replacement argument list for future
6944 call-next-method invocations.
6945
266a86bd 69462010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6947
ea7f9ebf
GM
6948 * calendar/appt.el (appt-check): If not displaying the diary,
6949 use (diary 1) to only get the entries we need.
6950 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6951 that it is in day order. (Bug#7019)
6952
1bf6d075
GM
6953 * calendar/appt.el (appt-check): Rather than showing the diary,
6954 just turn off invisible display, and only if needed.
6955
87e798a7
GM
6956 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6957
1fc7dabf
GM
69582010-09-23 Glenn Morris <rgm@gnu.org>
6959
7a16788b
GM
6960 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6961 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6962 Start warnings with lower-case, like the majority.
7a16788b 6963
19543b17
GM
6964 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6965
54238e6d
GM
6966 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6967
ce009d0b
GM
6968 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6969 * files.el (auto-mode-alist): Move ld-script entries here, further down
6970 the list.
6971
7b344dfe
GM
6972 * vc/add-log.el: Don't require timezone when compiling.
6973 (timezone-make-date-sortable): Autoload it.
6974 (change-log-sortable-date-at): Don't require timezone.
6975 Use `ignore-errors'.
6976
d9703498
GM
6977 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6978 Move alias before definition, so it does not need autoloading.
6979
1fc7dabf
GM
6980 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6981 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6982 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6983 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6984 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6985 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6986 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6987 * textmodes/tex-mode.el, textmodes/two-column.el:
6988 Remove leading `*' from docs of defcustoms etc.
6989
7676efad
TZ
69902010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6991
6992 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6993
b069e5a6
G
69942010-09-22 Dan Christensen <jdc@uwo.ca>
6995
6996 * calendar/time-date.el (date-to-time): Try using parse-time-string
6997 first before using the slower timezone-make-date-arpa-standard.
6998
1bf68d53
KY
69992010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7000
7001 * calendar/time-date.el (format-seconds): Comment fix.
7002
cd205c76
GM
70032010-09-22 Glenn Morris <rgm@gnu.org>
7004
7005 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
7006 is not automatically buffer-local.
7007
4ddea91b
SM
70082010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7011 (smie-indent-comment): Be more careful with comment-start-skip.
7012 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7013 (smie-indent-functions): Use them.
7014
b0f037ed
MA
70152010-09-21 Michael Albinus <michael.albinus@gmx.de>
7016
7017 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7018
8cf1771a
JD
70192010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7020
36a1b6db
JD
7021 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7022 tool-bar-position. Don't modify frame parameters here.
180fb94a 7023 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 7024
8cf1771a
JD
7025 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7026
0097720d
SM
70272010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7028
5d8e0d5d
SM
7029 * textmodes/reftex-parse.el (reftex-what-macro)
7030 (reftex-context-substring): Let-bind forward-sexp-function to nil
7031 since we don't need/want to treat \begin...\end as a block (bug#7053).
7032
984edd22
SM
7033 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7034
7035 * simple.el (blink-matching-open): Use syntax-class.
7036
3672149f
SM
7037 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7038 Set invisibility spec for pascal's outline mode.
7039 (pascal-outline-change): Clean up calling convention.
7040 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7041
549d0e1e
SM
7042 * progmodes/prolog.el (prolog-smie-forward-token)
7043 (prolog-smie-backward-token): New functions.
7044 (prolog-mode-variables): Use them to parse "!," correctly.
7045 Set up smie-blink-matching for ".".
7046
a9cb95dd
SM
7047 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7048 and `end'.
7049 (ispell-region, ispell-process-line): Update users.
7050
de558d10
SM
7051 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7052 point-min==1.
7053
94eb3112
SM
7054 * textmodes/ispell.el: Fix commenting convention.
7055 (ispell-parse-output): Simplify, use push.
7056 (ispell-region): Use match-string-no-properties.
7057 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7058 (ispell-minor-mode): Use define-minor-mode.
7059 (ispell-message): Remove unused var `skip-regexp'.
7060 (ispell-add-per-file-word-list): Use dynamic let-binding.
7061 Try and use the proper comment marker.
7062
1f7f45a5
SM
7063 * mail/sendmail.el: Fix commenting convention.
7064 (sendmail-send-it): Use line-beginning-position.
7065
0097720d
SM
7066 * help-fns.el (describe-variable): Add original value, if applicable.
7067
596880ea
JB
70682010-09-20 Juanma Barranquero <lekktu@gmail.com>
7069
f0713411
JB
7070 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7071
596880ea
JB
7072 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7073
37c0347e
SM
70742010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7075
2bc01104
SM
7076 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7077 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7078 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7079 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7080 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7081 something like "." can also be a closer.
7082 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7083 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7084 Rename internal functions to use "--". Update callers.
7085
e2c3f530
SM
7086 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7087
37c0347e
SM
7088 * fringe.el (fringe-styles): New var.
7089 (fringe-mode, fringe-query-style): Use it.
7090
74790210
MM
70912010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7092
7093 * progmodes/sql.el: Version 2.8
93acd23d 7094 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
7095 (sql-product-alist): Add :list-all and :list-table features for
7096 SQLite, Postgres and MySQL products.
7097 (sql-redirect): Handle default value.
7098 (sql-execute, sql-execute-feature): New functions.
7099 (sql-read-table-name): New function.
93acd23d 7100 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
7101 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7102 for above functions.
7103 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7104 for above functions.
7105 (sql-postgres-login-params): Add user and database defaults.
7106 (sql-buffer-live-p): Bug fix.
93acd23d 7107 (sql-product-history): New variable.
35f52ed6 7108 (sql-read-product): New function. Use it.
74790210
MM
7109 (sql-set-product, sql-product-interactive): Use it.
7110 (sql-connection-history): New variable.
93acd23d 7111 (sql-read-connection): New function. Use it.
74790210
MM
7112 (sql-connect): New function.
7113 (sql-for-each-login): Redesign function interface.
7114 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
7115 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7116 (sql-comint): Check for program. Existing live buffer.
74790210
MM
7117 (sql-comint-postgres): Add port parameter.
7118
cec01cd2
SM
71192010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * emacs-lisp/warnings.el: Fix commenting convention.
7122 (display-warning): Use special mode and make the buffer read-only.
7123
c2a845b5
JB
71242010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7125
7126 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7127 empty string when it follows a repeated or optional pattern.
7128
f5632fb6
SM
71292010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7132 (indent-region): Use indent-according-to-mode.
7133
71b961e8
EZ
71342010-09-18 Eli Zaretskii <eliz@gnu.org>
7135
7136 * fringe.el (fringe-mode): Doc fix.
7137
dbbd7ad4
KRC
71382010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7139
7140 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7141 refreshing the preview buffer.
7142
b879a6e2
SM
71432010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7146 (latex-syntax-propertize-rules): New consts; replace
7147 tex-font-lock-syntactic-keywords.
7148 (tex-env-mark, latex-env-before-change): New functions.
7149 (latex-electric-env-pair-mode): New minor mode.
7150 (tex-font-lock-verb): Change arguments; do move point.
7151 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7152 representation as a form of comment.
7153 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7154 (doctex-syntax-propertize-rules): New const; replaces
7155 doctex-font-lock-syntactic-keywords.
7156 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7157
7158 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7159 (fortran-make-syntax-propertize-function): New function; replaces
7160 fortran-font-lock-syntactic-keywords.
7161 (fortran-mode): Use it.
7162 (fortran-line-length): Use it. Improve interactive spec.
7163
7164 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7165 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7166 when adding surrounding \(..\).
7167
7168 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7169
4be520fb
SM
71702010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7171
269c197e
SM
7172 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7173 Use with-current-buffer.
7174
4be520fb
SM
7175 * isearch.el (isearch-face): Rename from `isearch'.
7176 (isearch-highlight): Use new name.
7177
a67597d6
EZ
71782010-09-17 Eli Zaretskii <eliz@gnu.org>
7179
7180 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7181 5, for `half' width fringes. (Bug#6933)
7182
31c381e8
SM
71832010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7184
3fe6ef4e
SM
7185 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7186 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7187
31c381e8
SM
7188 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7189
fb0cf781
J
71902010-09-17 Stephen Berman <stephen.berman@gmx.net>
7191
7192 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7193 in calculating new frame position. Add more space between new and
7194 parent on the left (Bug#7048).
7195
1a9dc3b5
MA
71962010-09-17 Michael Albinus <michael.albinus@gmx.de>
7197
7198 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7199 defmacro.
7200
dff0fdc3
CY
72012010-09-16 Chong Yidong <cyd@stupidchicken.com>
7202
31c381e8 7203 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 7204
117c96c7
CY
7205 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7206 obsolete alias for x-selection-value.
7207
dff0fdc3
CY
7208 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7209
c6f2191f
MA
72102010-09-16 Michael Albinus <michael.albinus@gmx.de>
7211
7212 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7213 cookie.
7214
6139f995
MA
72152010-09-15 Michael Albinus <michael.albinus@gmx.de>
7216
7217 * net/tramp-compat.el (tramp-compat-with-temp-message)
7218 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7219 (tramp-compat-process-put): New defuns.
7220
7221 * net/tramp.el (top):
7222 * net/tramp-gvfs.el (top):
7223 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7224
31c381e8
SM
7225 * net/tramp.el (tramp-progress-reporter-update):
7226 Use `tramp-compat-funcall'.
6139f995
MA
7227
7228 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
7229 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7230 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
7231 (tramp-get-remote-stat, tramp-get-remote-readlink):
7232 Use `tramp-compat-with-temp-message'.
6139f995
MA
7233
7234 * net/tramp-sh.el (top): Require 'cl.
7235 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
7236 (tramp-open-connection-setup-interactive-shell):
7237 Use `tramp-compat-process-put'.
6139f995 7238
22c3ce97
AM
72392010-09-15 Alan Mackenzie <acm@muc.de>
7240
7241 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7242 indentation.
a4ee83cc 7243 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 7244
4f1e9960
SM
72452010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7248 `lexical' for warnings related to lexical scoping.
7249 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7250 global vars which don't have a prefix and could hence affect lexical
7251 scoping in unrelated files.
7252
01e80360
LMI
72532010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7254
7255 * net/imap.el: Revert back to version
7256 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7257 seem problematic.
7258
5e2a84e3
JB
72592010-09-14 Juanma Barranquero <lekktu@gmail.com>
7260
7261 * obsolete/old-whitespace.el (whitespace-unload-function):
7262 Explicitly pass `obarray' to `unintern' to avoid a warning.
7263
f3a30a50
SM
72642010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7267 Add `when' argument. Update callers.
7268
7269 * subr.el (unintern): Declare the obarray arg mandatory.
7270
92b99a01
GM
72712010-09-14 Glenn Morris <rgm@gnu.org>
7272
67ae9766
GM
7273 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7274 Doc fixes.
7275
92b99a01
GM
7276 * calendar/diary-lib.el (diary-included-files): New variable.
7277 (diary-list-entries): Maybe initialize diary-included-files.
7278 (diary-include-other-diary-files): Append to diary-included-files.
7279 * calendar/appt.el (appt-update-list): Also check the members of
7280 diary-included-files. (Bug#6999)
08151ec5 7281 (appt-check): Doc fix.
92b99a01 7282
6664fc59 72832010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7284
7285 * simple.el (line-move-visual): Do not truncate goal column to
7286 integer size. (Bug#7020)
7287
6664fc59 72882010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7289
7290 * repeat.el (repeat): Allow repeating when the last event is a click.
7291 Suggested by Drew Adams (bug#6256).
7292
6664fc59 72932010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7294
01c35094 7295 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7296 Replace setting HGRCPATH to "" by some less invasive --config options.
7297
6664fc59 72982010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7299
7300 * font-lock.el (font-lock-beginning-of-syntax-function):
7301 Mark as obsolete.
7302
6664fc59 73032010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7304
7305 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7306 and tool-bar modes. (Bug#6211)
7307 (menu-bar-mode): Move setting of standard-value after the
7308 minor-mode definition, otherwise it seems to have no effect.
7309
6664fc59 73102010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7311
7312 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7313 Fix typo. (Bug#6976)
7314
6664fc59 73152010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7316
7317 * whitespace.el: Allow cleaning up blanks without blank
7318 visualization (Bug#6651). Adjust help window for
7319 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7320 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7321 (whitespace-style): Add new value 'face. Adjust docstring.
7322 (whitespace-space, whitespace-hspace, whitespace-tab):
7323 Adjust foreground property face.
9c405a86
CY
7324 (whitespace-line-column): Adjust docstring and type declaration.
7325 (whitespace-style-value-list, whitespace-toggle-option-alist)
7326 (whitespace-help-text): Adjust const initialization.
7327 (whitespace-toggle-options, global-whitespace-toggle-options):
7328 Adjust docstring.
7329 (whitespace-display-window, whitespace-interactive-char)
7330 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7331 (whitespace-help-scroll): New fun.
7332
ba96ddf5
KY
73332010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7334
7335 * calendar/time-date.el (format-seconds): Comment fix.
7336
a386ac70
MM
73372010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7338
7339 * progmodes/sql.el: Version 2.7.
7340 (sql-buffer-live-p): Improve detection.
7341 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7342 (sql-set-sqli-buffer): Use it.
7343 (sql-product-interactive): Run `sql-set-sqli-hook'.
7344 (sql-rename-buffer): Code cleanup.
7345 (sql-redirect, sql-redirect-value): New functions. More to come.
7346
5d921df2
JB
73472010-09-13 Juanma Barranquero <lekktu@gmail.com>
7348
7349 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.
7350 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7351 (TRAMP_SRC): New macro.
7352 ($(lisp)/net/tramp-loaddefs.el): New target.
7353
03c1ad43
MA
73542010-09-13 Michael Albinus <michael.albinus@gmx.de>
7355
7356 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7357
7358 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7359
7360 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7361 'tramp-compat, everything else is required there.
7362 Use `ignore-errors' where appropriate.
03c1ad43
MA
7363 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7364 (tramp-terminal-type, tramp-end-of-output)
7365 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7366 (tramp-completion-function-alist-ssh)
7367 (tramp-completion-function-alist-telnet)
7368 (tramp-completion-function-alist-su)
7369 (tramp-completion-function-alist-putty, tramp-remote-path)
7370 (tramp-remote-process-environment, tramp-sh-extra-args)
7371 (tramp-actions-before-shell, tramp-uudecode)
7372 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7373 (tramp-perl-file-attributes)
7374 (tramp-perl-directory-files-and-attributes)
7375 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7376 (tramp-perl-encode, tramp-perl-decode)
7377 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7378 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7379 (tramp-handle-make-symbolic-link, tramp-handle-load)
7380 (tramp-handle-file-name-as-directory)
7381 (tramp-handle-file-name-directory)
7382 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7383 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7384 (tramp-do-file-attributes-with-ls)
7385 (tramp-do-file-attributes-with-perl)
7386 (tramp-do-file-attributes-with-stat)
7387 (tramp-handle-set-visited-file-modtime)
7388 (tramp-handle-verify-visited-file-modtime)
7389 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7390 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7391 (tramp-handle-file-selinux-context)
7392 (tramp-handle-set-file-selinux-context)
7393 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7394 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7395 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7396 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7397 (tramp-handle-file-ownership-preserved-p)
7398 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7399 (tramp-handle-directory-files-and-attributes)
7400 (tramp-do-directory-files-and-attributes-with-perl)
7401 (tramp-do-directory-files-and-attributes-with-stat)
7402 (tramp-handle-file-name-all-completions)
7403 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7404 (tramp-handle-copy-file, tramp-handle-copy-directory)
7405 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7406 (tramp-do-copy-or-rename-file-via-buffer)
7407 (tramp-do-copy-or-rename-file-directly)
7408 (tramp-do-copy-or-rename-file-out-of-band)
7409 (tramp-handle-make-directory, tramp-handle-delete-directory)
7410 (tramp-handle-delete-file)
7411 (tramp-handle-dired-recursive-delete-directory)
7412 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7413 (tramp-handle-insert-directory)
7414 (tramp-handle-unhandled-file-name-directory)
7415 (tramp-handle-expand-file-name)
7416 (tramp-handle-substitute-in-file-name)
7417 (tramp-handle-executable-find, tramp-process-sentinel)
7418 (tramp-handle-start-file-process, tramp-handle-process-file)
7419 (tramp-handle-call-process-region, tramp-handle-shell-command)
7420 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7421 (tramp-handle-insert-file-contents)
7422 (tramp-handle-insert-file-contents-literally)
7423 (tramp-handle-find-backup-file-name)
7424 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7425 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7426 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7427 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7428 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7429 (tramp-find-file-exists-command, tramp-open-shell)
7430 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7431 (tramp-open-connection-setup-interactive-shell)
7432 (tramp-local-coding-commands, tramp-remote-coding-commands)
7433 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7434 (tramp-inline-compress-commands, tramp-find-inline-compress)
7435 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7436 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7437 (tramp-send-command-and-check, tramp-barf-unless-okay)
7438 (tramp-send-command-and-read, tramp-mode-string-to-int)
7439 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7440 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7441 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7442 (tramp-method-out-of-band-p, tramp-local-host-p)
7443 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7444 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7445 (tramp-get-test-command, tramp-get-test-nt-command)
7446 (tramp-get-file-exists-command, tramp-get-remote-ln)
7447 (tramp-get-remote-perl, tramp-get-remote-stat)
7448 (tramp-get-remote-readlink, tramp-get-remote-trash)
7449 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7450 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7451 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7452 tramp-sh.el.
7453 (tramp-methods, tramp-default-method-alist)
7454 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7455 Move initialization to tramp-sh.el.
7456 (tramp-temp-name-prefix): Make it a defconst.
7457 (tramp-dissect-file-name): Don't check anymore for multi-hop
7458 methods.
7459 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7460 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7461 (tramp-get-debug-buffer): Use it.
7462
7463 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7464 initialization forms.
7465 (tramp-set-connection-property): Don't protect `tramp-message'
7466 call, it isn't necessary any longer.
7467 (tramp-dump-connection-properties): Use `ignore-errors'.
7468
7469 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7470 'password-cache and 'auth-source.
7471
7472 * net/tramp-gvfs.el (top):
7473 * net/tramp-smb.el (top): Require 'tramp-sh.
7474
7475 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7476
7477 * net/tramp-sh.el: New file, derived from tramp.el.
7478 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7479 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7480 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7481 Use `ignore-errors' where appropriate.
7482 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7483 `tramp-file-name-handler-alist'.
7484 (tramp-send-command-and-check): Return t or nil. Remove all
7485 `zerop' checks, where called.
7486 (tramp-handle-set-file-modes)
7487 (tramp-do-copy-or-rename-file-directly)
7488 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7489 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7490 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7491 (tramp-get-remote-ln): Set tramp-autoload cookie.
7492
7493 * net/tramp-fish.el: Remove file.
7494
c5fe4acb
DU
74952010-09-13 Daiki Ueno <ueno@unixuser.org>
7496
7497 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7498 buffer-file-name to avoid file-locking. (Bug#7026)
7499
7ea2d383
MA
75002010-09-13 Julien Danjou <julien@danjou.info>
7501
7502 * notifications.el (notifications-notify): Add support for
7503 image-path and sound-name.
7504 (notifications-specification-version): Add this variable.
7505
5616cc54
SM
75062010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7507
31c381e8 7508 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7509
94c7243b
LL
75102010-09-12 Leo <sdl.web@gmail.com>
7511
7512 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7513 (rcirc-completion-start): New variables.
7514 (rcirc-nick-completions): Rename to rcirc-completions.
7515 (rcirc-nick-completion-start-offset): Delete.
7516 (rcirc-completion-at-point): New function for constructing
7517 completion data for both nicks and irc commands. Add to
7518 completion-at-point-functions in rcirc mode.
7519 (rcirc-complete): Rename from rcirc-nick-complete; use
7520 rcirc-completion-at-point.
7521 (defun-rcirc-command): Update rcirc-client-commands.
7522
0f34ae28
GM
75232010-09-11 Glenn Morris <rgm@gnu.org>
7524
7525 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7526 atomically, to avoid parallel build errors. (Bug#4196)
7527
9250002f
MM
75282010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7529
7530 * progmodes/sql.el: Version 2.6
7531 (sql-dialect): Synonym for "sql-product".
7532 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7533 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7534 Set "sql-buffer" to buffer name not buffer object so multiple sql
7535 interactive buffers work properly. Reverts misguided changes in
7536 earlier work.
7537 (sql-comint): Make sure different buffer name is used if "*SQL*"
7538 buffer is for a different product.
7539 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7540 login param.
7541 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7542 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7543 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7544 Accept new buffer name or prompt for one.
7545 (sql-port): Default to zero.
7546 (sql-comint-mysql): Handle "sql-port" as a numeric.
7547 (sql-port-history): Delete unused variable.
7548 (sql-get-login): Default "sql-port" to a number.
31c381e8 7549 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7550 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7551 "sqlite3" executables.
31c381e8 7552 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7553 (sql-buffer-live-p): New function.
7554 (sql-mode-menu, sql-send-string): Use it.
7555 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7556 syntax pattern.
7557 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7558 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7559
a9ec34f4
LMI
75602010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7561
31c381e8 7562 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7563
cf38dd42
SM
75642010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7567 to replace texinfo-font-lock-syntactic-keywords.
7568 (texinfo-mode): Use it.
7569
7570 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7571 Use syntax-propertize-function.
7572
7573 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7574 replace sgml-font-lock-syntactic-keywords.
7575 (sgml-mode): Use it.
7576
7577 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7578 since we don't use it.
7579
7580 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7581
7582 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7583 if available.
7584 (vhdl-fontify-buffer): Adjust.
7585
7586 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7587 replace tcl-font-lock-syntactic-keywords.
7588 (tcl-mode): Use it.
7589
7590 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7591 replace simula-font-lock-syntactic-keywords.
7592 (simula-mode): Use it.
7593
7594 * progmodes/sh-script.el (sh-st-symbol): Remove.
7595 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7596 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7597 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7598 (sh-font-lock-paren): Set syntax-multiline.
7599 (sh-font-lock-syntactic-keywords): Remove.
7600 (sh-syntax-propertize-function): New function to replace it.
7601 (sh-mode): Use it.
7602
7603 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7604 Define while compiling.
7605 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7606 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7607 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7608 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7609 (ruby-here-doc-end-syntax): Only define when
7610 syntax-propertize is not available.
7611 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7612 New functions.
7613 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7614 (electric-indent-chars): Silence bytecompiler.
7615 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7616 electric-indent-chars.
7617
7618 * progmodes/python.el (python-syntax-propertize-function): New var to
7619 replace python-font-lock-syntactic-keywords.
7620 (python-mode): Use it.
7621 (python-quote-syntax): Simplify and adjust to new use.
7622
7623 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7624 replace perl-font-lock-syntactic-keywords.
7625 (perl-syntax-propertize-special-constructs): New fun to replace
7626 perl-font-lock-special-syntactic-constructs.
7627 (perl-font-lock-syntactic-face-function): New fun.
7628 (perl-mode): Use it.
7629
7630 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7631 to replace octave-font-lock-close-quotes.
7632 (octave-syntax-propertize-function): New function to replace
7633 octave-font-lock-syntactic-keywords.
7634 (octave-mode): Use it.
7635
7636 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7637 replaces mixal-font-lock-syntactic-keywords.
7638 (mixal-mode): Use it.
7639
7640 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7641 New var; replaces makefile-font-lock-syntactic-keywords.
7642 (makefile-mode): Use it.
7643 (makefile-imake-mode): Adjust.
7644
7645 * progmodes/js.el (js--regexp-literal): Define while compiling.
7646 (js-syntax-propertize-function): New var; replaces
7647 js-font-lock-syntactic-keywords.
7648 (js-mode): Use it.
7649
7650 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7651 replaces gdb-script-font-lock-syntactic-keywords.
7652 (gdb-script-mode): Use it.
7653
7654 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7655 (fortran--font-lock-syntactic-keywords): New var.
7656 (fortran-line-length): Update syntax-propertize-function and
7657 fortran--font-lock-syntactic-keywords.
7658
7659 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7660
7661 * progmodes/cfengine.el (cfengine-mode):
7662 Use syntax-propertize-function.
7663 (cfengine-font-lock-syntactic-keywords): Remove.
7664
7665 * progmodes/autoconf.el (autoconf-mode):
7666 Use syntax-propertize-function.
7667 (autoconf-font-lock-syntactic-keywords): Remove.
7668
7669 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7670 (ada-after-change-function, ada-initialize-syntax-table-properties)
7671 (ada-handle-syntax-table-properties): Only define when
7672 syntax-propertize is not available.
7673 (ada-mode): Use syntax-propertize-function.
7674
7675 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7676 (font-lock-fontify-syntactic-keywords-region): Move handling of
7677 font-lock-syntactically-fontified to...
7678 (font-lock-default-fontify-region): ...here.
7679 Let syntax-propertize-function take precedence.
7680 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7681
7682 * emacs-lisp/syntax.el (syntax-propertize-function)
7683 (syntax-propertize-chunk-size, syntax-propertize--done)
7684 (syntax-propertize-extend-region-functions): New vars.
7685 (syntax-propertize-wholelines, syntax-propertize-multiline)
7686 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7687 (syntax-propertize): New functions.
7688 (syntax-propertize-rules): New macro.
7689 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7690 (syntax-ppss): Call syntax-propertize.
7691
7692 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7693
36f7d366
AM
76942010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7695
7696 * textmodes/ispell.el (ispell-init-process): Improve comments.
7697 XEmacs compatibility changes regarding (add-hook) 'local option
7698 and (set-process-query-on-exit-flag).
7699
8fca3921
MA
77002010-09-09 Michael Albinus <michael.albinus@gmx.de>
7701
cf38dd42
SM
7702 * net/tramp-cache.el (tramp-parse-connection-properties):
7703 Set tramp-autoload cookie.
8fca3921 7704
399653d6
GM
77052010-09-09 Glenn Morris <rgm@gnu.org>
7706
7707 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7708 (imagemagick-register-types): Doc fix.
7709
c34a9669
SM
77102010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7711
b073dc4b
SM
7712 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7713
7714 * progmodes/js.el (require): Require is already "eval-and-compile".
7715 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7716 (js--re-search-backward): Use js--re-search-forward.
7717
7718 * progmodes/fortran.el (fortran-line-length): Don't recompute
7719 syntactic keywords redundantly a second time.
7720
7721 * progmodes/ada-mode.el: Replace "(set '" with setq.
7722 (ada-mode): Simplify.
7723 (ada-create-case-exception, ada-adjust-case-interactive)
7724 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7725 (ada-search-ignore-string-comment, ada-move-to-start)
7726 (ada-move-to-end): Use with-syntax-table.
7727
7728 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7729 (font-lock-unfontify-region, font-lock-default-fontify-region):
7730 Update usage correspondingly.
7731 (font-lock-fontify-syntactic-keywords-region):
7732 Set parse-sexp-lookup-properties buffer-locally here.
7733 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7734
c34a9669
SM
7735 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7736
13639aab
GM
77372010-09-08 Glenn Morris <rgm@gnu.org>
7738
5a972c36
GM
7739 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7740 Error if not compiled with -DBYTE_CODE_METER.
7741
13639aab
GM
7742 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7743 Ignore dir-locals-file.
7744
331b2b90
SM
77452010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7748 Not a const.
7749 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7750 for the `gnu' messages.
7751 (compilation-set-skip-threshold): New command.
7752 (compilation-start): Use \' rather than $.
7753 (compilation-forget-errors): Use clrhash.
7754
73b4d51a
AM
77552010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7756
7757 * textmodes/ispell.el (ispell-valid-dictionary-list):
7758 Simplify logic.
7759
0f34aa77
MA
77602010-09-08 Michael Albinus <michael.albinus@gmx.de>
7761
7762 Migrate to Tramp 2.2. Rearrange load dependencies.
7763 (Bug#1529, Bug#5448, Bug#5705)
7764
7765 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7766 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7767 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7768
7769 * net/tramp.el (top): Remove all other tramp-* loads except
7770 tramp-compat.el. Remove all changes to tramp-unload-hook for
7771 other tramp-* packages. Rearrange defun order. Change calls of
7772 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7773 `tramp-compat-octal-to-decimal' to new function names.
7774 (tramp-terminal-type, tramp-initial-end-of-output)
7775 (tramp-methods, tramp-foreign-file-name-handler-alist)
7776 (tramp-tramp-file-p, tramp-completion-mode-p)
7777 (tramp-send-command-and-check, tramp-get-remote-path)
7778 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7779 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7780 (with-file-property, with-connection-property): Move to
7781 tramp-cache.el.
7782 (tramp-local-call-process, tramp-decimal-to-octal)
7783 (tramp-octal-to-decimal): Move to tramp-compat.el.
7784 (tramp-handle-shell-command): Do not require 'shell.
7785 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7786 symbols.
7787 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7788
7789 * net/tramp-cache.el (top): Require 'tramp. Add to
7790 `tramp-unload-hook'.
7791 (tramp-cache-data, tramp-get-file-property)
7792 (tramp-set-file-property, tramp-flush-file-property)
7793 (tramp-flush-directory-property, tramp-get-connection-property)
7794 (tramp-set-connection-property, tramp-flush-connection-property)
7795 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7796 cookie.
7797 (with-file-property, with-connection-property): New defuns, moved
7798 from tramp.el.
7799 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7800 macro.
7801
7802 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7803 (tramp-version): Set tramp-autoload cookie.
7804
7805 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7806 changes to tramp-unload-hook for other tramp-* packages. Add to
7807 `tramp-unload-hook'.
7808 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7809 (tramp-compat-call-process): New defuns, moved from tramp.el.
7810
7811 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7812 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7813 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7814 `tramp-compat-decimal-to-octal' to new function name.
7815 (tramp-fish-method): Make it a defconst.
7816 (tramp-fish-file-name-p): Make it a defsubst.
7817 (tramp-fish-method, tramp-fish-file-name-handler)
7818 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7819
7820 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7821 `tramp-foreign-file-name-handler-alist'. Add to
7822 `tramp-unload-hook'.
7823 (tramp-ftp-method): Make it a defconst.
7824 (tramp-ftp-file-name-p): Make it a defsubst.
7825 (tramp-ftp-method, tramp-ftp-file-name-handler)
7826 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7827
7828 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7829 `tramp-foreign-file-name-handler-alist'. Add to
7830 `tramp-unload-hook'. Change checks, whether package can be
7831 loaded.
7832 (tramp-gvfs-file-name-p): Make it a defsubst.
7833 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7834 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7835 (tramp-gvfs-handle-file-directory-p): New defun.
7836 (tramp-gvfs-file-name-handler-alist): Use it.
7837
7838 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7839 `tramp-foreign-file-name-handler-alist'. Add to
7840 `tramp-unload-hook'.
7841 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7842 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7843 defconst.
7844 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7845 (tramp-gw-open-connection): Set tramp-autoload cookie.
7846
7847 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7848 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7849 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7850 loaded.
7851 (tramp-imap-file-name-p): Make it a defsubst.
7852 (tramp-imap-method, tramp-imaps-method)
7853 (tramp-imap-file-name-handler)
7854 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7855
7856 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7857 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7858 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7859 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7860 function name.
7861 (tramp-smb-tunnel-method): Make it a defconst.
7862 (tramp-smb-file-name-p): Make it a defsubst.
7863 (tramp-smb-method, tramp-smb-file-name-handler)
7864 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7865
7866 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7867 (tramp-uuencode-region): Set tramp-autoload cookie.
7868
7869 * net/trampver.el (top) Add to `tramp-unload-hook'.
7870 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7871 cookie. Update release number.
7872
308e764f
AM
78732010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7874
7875 * textmodes/ispell.el (ispell-start-process): Make sure original
7876 arg list is properly initialized (Bug#6993, Bug#6994).
7877
10999305 78782010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7879
7880 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7881
7882 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7883 chars like - or ] (bug#6984).
7884 (rx-any-condense-range): Explode 2-char ranges.
7885
10999305
CY
78862010-09-06 Glenn Morris <rgm@gnu.org>
7887
7888 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7889
78902010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7891
7892 * textmodes/bibtex.el:
7893 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7894
f292afe5
LMI
78952010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7896
331b2b90 7897 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7898 since no callers use it.
7899 (imap-message-get): Ditto.
7900 (imap-message-put): Ditto.
7901 (imap-mailbox-map): Ditto.
7902 (imap-mailbox-put): Ditto.
7903 (imap-mailbox-get): Ditto.
a131b9b8 7904 (imap-mailbox-get): Revert last change for this function.
f292afe5 7905
dfe1285d
LMI
79062010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7907
331b2b90 7908 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7909 callers to use `imap-fetch' instead. According to the comments, this
7910 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7911 (imap-enable-exchange-bug-workaround): Remove.
7912 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7913
3ff31c90
LMI
79142010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7915
7916 * net/imap.el (imap-log): New convenience function used throughout
7917 instead of repeating the same code all over the place.
7918
dfe1285d 79192010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7920
7921 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7922 when mouse-drag-copy-region is non-nil (Bug#6956).
7923
93a596e1
CY
79242010-09-05 Chong Yidong <cyd@stupidchicken.com>
7925
8d76af4a
CY
7926 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7927 Improve regexps (Bug#6987).
7928 (dired-sort-toggle): Search more robustly for -t flag.
7929
93a596e1
CY
7930 * files.el (get-free-disk-space): Search more robustly for
7931 "available" column. Suggested by Ehud Karni
7932 <ehud@unix.mvs.co.il>.
7933
733946e7
JB
79342010-09-05 Juanma Barranquero <lekktu@gmail.com>
7935
7936 * international/uni-bidi.el:
7937 * international/uni-category.el:
7938 * international/uni-combining.el:
7939 * international/uni-decimal.el:
7940 * international/uni-mirrored.el:
7941 * international/uni-name.el: Regenerate.
7942
2e664aab
SM
79432010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7944
6aeafb34
SM
7945 * electric.el (electric-indent-post-self-insert-function):
7946 Don't reindent with a sloppy indentation function.
7947
2e664aab
SM
7948 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7949 border case in change-log-mode.
7950
13ef65a4
CY
79512010-09-04 Chong Yidong <cyd@stupidchicken.com>
7952
7953 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7954 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7955 Recognize leading tab in gcc-include regexp. Ignore names with
7956 leading "from" or "in" in gnu regexp (Bug#6937).
7957
5abf1556
SM
79582010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7959
6aeafb34 7960 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7961 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7962 (ispell-start-process): Avoid setq and simplify logic.
7963 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7964 (kill-buffer-hook): Don't use it globally with code that uses
7965 expand-file-name since that may call kill-buffer via
7966 code_conversion_restore.
7967
0be01d2c
CY
79682010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7969
7970 * emacs-lisp/package.el (package-directory-list): Only call
7971 file-name-nondirectory on a string.
7972
ebf662f4
CY
79732010-09-02 Chong Yidong <cyd@stupidchicken.com>
7974
5abf1556
SM
7975 * emacs-lisp/package.el (package--download-one-archive):
7976 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7977 (package-activate-1, package-mark-obsolete, define-package)
7978 (package-compute-transaction, package-list-maybe-add): Use push.
7979
e5eddfd1
SM
79802010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7981
89acf735
SM
7982 Use SMIE's blink-paren for octave-mode.
7983 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7984 Backslashes do not escape single-quotes, single-quotes do.
7985 (octave-block-else-regexp, octave-block-end-regexp)
7986 (octave-block-match-alist): Remove.
7987 (octave-smie-bnf-table): New var, with old content.
7988 (octave-smie-op-levels): Use it.
7989 (octave-smie-closer-alist): New var.
7990 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7991 (octave-blink-matching-block-open): Remove.
7992 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7993 (octave-electric-space): Let self-insert-command run expand-abbrev and
7994 blink parens.
7995
3b843809
SM
7996 * electric.el (electricity): New group.
7997 (electric-indent-chars): New var.
7998 (electric-indent-post-self-insert-function): New fun.
7999 (electric-indent-mode): New minor mode.
8000 (electric-pair-skip-self): New custom.
8001 (electric-pair-post-self-insert-function): New function.
8002 (electric-pair-mode): New minor mode.
8003
0da20854
SM
8004 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
8005 calcAlg-blink-matching-open.
8006 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
8007 (calc-do-alg-entry): Only touch the part of the keymap that varies.
8008 Use the new blink-matching-check-function.
8009
a49e651e
SM
8010 Provide blink-matching support to SMIE.
8011 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8012 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8013 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8014
e5eddfd1
SM
8015 * simple.el (newline): Fix last change to properly remove itself from
8016 the hook.
8017
b13ebb5c
SM
80182010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * simple.el (newline): Eliminate optimization.
8021 Use post-self-insert-hook to set hard-newline and things before
8022 running post-self-insert-hook.
8023 (blink-matching-check-mismatch): New function.
8024 (blink-matching-check-function): New variable.
8025 (blink-matching-open): Use them.
8026 Skip back forward over prefix chars skipped by forward-sexp.
8027 Don't check if the parens are backslash escaped.
8028 (blink-paren-post-self-insert-function): Check backslash escaping here.
8029
e687c2cd
CY
80302010-09-02 Chong Yidong <cyd@stupidchicken.com>
8031
b13ebb5c
SM
8032 * emacs-lisp/package.el (package-menu-mode-map):
8033 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
8034 (package-menu-mode): Set revert-buffer-function.
8035 (package-menu-revert): Doc fix.
8036
567efba9
AM
80372010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8038
8039 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8040 `default-directory' unless using Ispell per-directory personal
8041 dictionaries and not in a mini-buffer under XEmacs.
8042 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 8043 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 8044
6d7cc563
JD
80452010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8046
08d4877e
J
8047 * simple.el (kill-new): Call interprogram-cut-function with only
8048 one argument.
8049
45240125
JD
8050 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8051 Remove cut buffer from error message.
8052
8053 * term/x-win.el (x-select-text):
8054 * term/pc-win.el (x-selection-value):
8055 * term/ns-win.el (x-selection-value):
8056 * eshell/em-term.el:
8057 * w32-fns.el (x-get-selection-value):
8058 * mouse-sel.el (mouse-sel-set-selection-function):
8059 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8060
6d7cc563
JD
8061 * term/x-win.el: Update documentation for x-last-selected-text-*.
8062 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8063 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
8064 (x-select-text): Remove argument PUSH, update documentation.
8065 Remove cut-buffer code.
6d7cc563 8066 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 8067 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
8068 Update documentation, remove cut-buffer code.
8069 Call x-selection-value-internal.
6d7cc563
JD
8070 (x-clipboard-yank): Call x-selection-value-internal.
8071 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8072
8073 * term/pc-win.el (x-last-selected-text):
8074 x-cut-buffer-or-selection-value renamed to x-selection-value
8075 (x-select-text): Remove argument PUSH, update documentation.
8076
8077 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8078 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 8079 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
8080 (x-select-text): Remove argument PUSH, update documentation.
8081
8082 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8083
8084 * w32-fns.el (x-last-selected-text):
8085 x-cut-buffer-or-selection-value renamed to x-selection-value.
8086 (x-cut-buffer-max): Remove.
8087 (x-select-text): Remove argument PUSH, update documentation.
8088
8089 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8090
8091 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8092
8093 * mouse-sel.el (mouse-sel-get-selection-function):
8094 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 8095 (x-select-text): Remove optional push.
6d7cc563 8096
4de81ee0
SM
80972010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8f4e9110
SM
8099 * simple.el (blink-paren-function): Move from C to here.
8100 (blink-paren-post-self-insert-function): New function.
8101 (post-self-insert-hook): Use it.
8102
4de81ee0
SM
8103 * emacs-lisp/pcase.el (pcase-split-memq):
8104 Fix overenthusiastic optimisation.
8105 (pcase-u1): Handle the case of a lambda pred.
8106
d419e1d9
KH
81072010-08-31 Kenichi Handa <handa@m17n.org>
8108
8109 * international/mule-cmds.el (standard-display-european-internal):
8110 Setup standard-display-table for 8-bit characters by storing 8-bit
8111 characters in the element vector.
8112
1e05f387
SM
8113 * disp-table.el (standard-display-8bit):
8114 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
8115 characters in the element vector.
8116 (standard-display-european): Likewise.
8117
61f7096c
CY
81182010-08-31 Masatake YAMATO <yamato@redhat.com>
8119
8120 * textmodes/nroff-mode.el (nroff-view): New command.
8121 (nroff-mode-map): Bind it to C-c C-c.
8122
ec5d3ff7
SM
81232010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8124
c8977b2e
SM
8125 * emacs-lisp/smie.el (smie-down-list): New command.
8126
ec5d3ff7
SM
8127 Remove old indentation and navigation code on octave-mode.
8128 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8129 smie-down-list rather than add a binding for octave-down-block.
8130 (octave-mark-block, octave-blink-matching-block-open):
8131 Rely on forward-sexp-function.
8132 (octave-fill-paragraph): Don't narrow, so you can use
8133 indent-according-to-mode.
8134 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8135 (octave-in-block-p, octave-re-search-forward-kw)
8136 (octave-re-search-backward-kw, octave-indent-calculate)
8137 (octave-end-as-array-index-p, octave-block-end-offset)
8138 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8139 (octave-down-block, octave-backward-up-block, octave-up-block)
8140 (octave-before-magic-comment-p, octave-indent-line): Remove.
8141
187d3296
CY
81422010-08-31 Chong Yidong <cyd@stupidchicken.com>
8143
8144 * emacs-lisp/package.el (package--read-archive-file): Just use
8145 `read', to avoid copying an additional string.
8146 (package-menu-mode): Set header-line-format here.
8147 (package-menu-refresh, package-menu-revert): Signal an error if
8148 not in the Package Menu.
8149 (package-menu-package-list): New var.
8150 (package--generate-package-list): Operate on the current buffer;
8151 don't assume that it is *Packages*, since the user may rename it.
8152 Allow persistent package listings and sort keys using
8153 package-menu-package-list and package-menu-package-sort-key.
8154 (package-menu--version-predicate): Fix version calculation.
8155 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
8156 (package--list-packages): Create the *Packages* buffer.
8157 Set package-menu-package-list-key.
187d3296
CY
8158 (list-packages): Sorting by status is now the default.
8159 (package-buffer-info): Use match-string-no-properties.
8160 (define-package): Add a &rest argument for future proofing, but
8161 don't use it yet.
8162 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
8163 Merge into a single function, package-install-from-buffer.
8164 (package-install-file): Change caller.
187d3296
CY
8165
8166 * finder.el: Load finder-inf using `require'.
8167 (finder-list-matches): Sorting by status is now the default.
8168 (finder-compile-keywords): Simpify printing.
8169
e17b68ed
SM
81702010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8173 (octave-mode-map): Remove special bindings for forward/backward-block
8174 and octave-backward-up-block. Use smie-close-block.
8175 (octave-continuation-marker-regexp): New var.
8176 (octave-continuation-regexp): Use it.
8177 (octave-operator-table, octave-smie-op-levels)
8178 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8179 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8180 (octave-mode): Use SMIE.
8181 (octave-close-block): Delete.
8182
42b6a73b
EZ
81832010-08-30 Eli Zaretskii <eliz@gnu.org>
8184
8185 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8186 CLIPBOARD, not in PRIMARY. (Bug#6944)
8187
f291fe60
SM
81882010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8189
ee992a8c
SM
8190 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8191 a list of parents.
8192 (smie-indent-column): Allow indirection through variables.
8193
d36b74ca
SM
8194 * composite.el (save-buffer-state): Delete, unused.
8195 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8196 (font-lock-default-fontify-region): Use with-syntax-table.
8197 * jit-lock.el (with-buffer-unmodified): Remove.
8198 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8199
f291fe60
SM
8200 Use `declare' in defmacros.
8201 * window.el (save-selected-window):
8202 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8203 * progmodes/python.el (def-python-skeleton):
8204 * net/dbus.el (dbus-ignore-errors):
8205 * jka-cmpr-hook.el (with-auto-compression-mode):
8206 * international/mule.el (with-category-table):
8207 * emacs-lisp/timer.el (with-timeout):
8208 * emacs-lisp/lisp-mnt.el (lm-with-file):
8209 * emacs-lisp/eieio.el (with-slots):
8210 * emacs-lisp/easymenu.el (easy-menu-define):
8211 * emacs-lisp/debug.el (debugger-env-macro):
8212 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8213 (Multiple-value-call, Multiple-value-prog1):
8214 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8215 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8216 edebug rule to definition.
8217 * emacs-lisp/lisp-mode.el (save-selected-window)
8218 (with-current-buffer, combine-after-change-calls)
8219 (with-output-to-string, with-temp-file, with-temp-buffer)
8220 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8221 (dolist, dotimes, when, unless):
8222 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8223
96ae4c8f
CY
82242010-08-29 Chong Yidong <cyd@stupidchicken.com>
8225
8226 * finder.el: Require `package'.
8227 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8228 (finder-package-info): Var deleted.
8229 (finder-keywords-hash, finder--builtins-alist): New vars.
8230 (finder-compile-keywords): Compute package--builtins and
8231 finder-keywords-hash instead of finder-keywords-hash, respecting
8232 the "Package" header.
f291fe60
SM
8233 (finder-unknown-keywords, finder-list-matches):
8234 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
8235 (finder-mode): Don't set font-lock-defaults.
8236 (finder-exit): We don't use "*Finder-package*" and "*Finder
8237 Category*" buffers anymore.
8238
8239 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8240 (package--builtins): Set default value to nil.
8241 (package-initialize): Load precomputed value of package--builtins
8242 from finder-inf.el.
8243 (package-alist, package-compute-transaction)
8244 (package-download-transaction): Improve docstring.
8245 (package-read-all-archive-contents): Do not change
8246 package--builtins here.
8247 (list-packages): Make package-list-packages an alias for this.
8248 Sort by status by default.
8249 (package--list-packages): Add optional PACKAGES arg.
8250 (describe-package-1): Use font-lock-face property. For built-in
8251 packages, insert file commentary.
8252 (package--generate-package-list): Rename from
8253 package-list-packages-internal; all callers changed. Add optional
8254 PACKAGES arg. Add alphabetical sort fallbacks.
8255 (package-menu--version-predicate, package-menu--status-predicate)
8256 (package-menu--description-predicate)
8257 (package-menu--name-predicate): New functions.
8258
8259 * info.el (Info-finder-find-node): Search package-alist instead of
8260 finder-package-info.
8261
e2046ecf
CY
82622010-08-29 Chong Yidong <cyd@stupidchicken.com>
8263
8264 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8265 "alpha" and "beta".
8266 (version-to-list): Handle versions like "10.3d".
8267
6fe79b7c
SM
82682010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8271 (macroexp-accumulate): Use `declare'.
8272
1a868076
VJL
82732010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8274
8275 * whitespace.el (whitespace-style): Adjust type declaration.
8276
9e69cb05
KH
82772010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8278
8279 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8280
82812010-08-26 Chong Yidong <cyd@stupidchicken.com>
8282
8283 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8284 (Bug#6907).
8285
4142607e
NW
82862010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8287
8288 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8289 (js-paren-indent-offset, js-square-indent-offset)
8290 (js-curly-indent-offset): New options.
8291 (js--proper-indentation): Use them.
8292
88a36e60
DC
82932010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8294
8295 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8296 instead of inspecting font-lock properties (Bug#6916).
8297
38dbc4d8
DR
82982010-08-26 David Reitter <david.reitter@gmail.com>
8299
8300 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8301 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8302 (server-execute): Do not run hooks here.
8303
44ffae96
MA
83042010-08-26 Michael Albinus <michael.albinus@gmx.de>
8305
8306 Sync with Tramp 2.1.19.
8307
d86d2721
SM
8308 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8309 Protect deleting tmpfile.
0dc3e410 8310 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8311
0dc3e410 8312 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8313 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8314 (tramp-completion-handle-file-name-completion):
8315 Use `tramp-connectable-p'.
20b8ac83 8316
44ffae96
MA
8317 * net/trampver.el: Update release number.
8318
cb6c4991
CY
83192010-08-26 Chong Yidong <cyd@stupidchicken.com>
8320
8321 * help.el (help-map): Bind `C-h P' to describe-package.
8322
8323 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8324
8325 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8326 when downloading archives.
8327 (describe-package-1): Add package commentary.
8328 (package-install-button-action): New function.
8329 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8330 (package-menu-view-commentary): Function removed.
8331 (package-list-packages-internal): Hide the `package' package too.
8332
b60f961f
KH
83332010-08-25 Kenichi Handa <handa@m17n.org>
8334
8335 * language/misc-lang.el ("Arabic"): New language environment.
8336 Setup composition-function-table for Arabic characters.
8337
8338 * international/fontset.el (setup-default-fontset): Fix typo for
8339 arabic OTF spec (fini->fina).
8340
a0c16be4
J
83412010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8342
8343 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8344 on all frames.
8345
85cc3d4f
VJL
83462010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8347
8348 * whitespace.el: Allow cleaning up blanks without blank
8349 visualization (Bug#6651). Adjust help window for
8350 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8351 instead of whitespace-line-column (from EmacsWiki). New version
8352 13.1.
88b5a757 8353 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8354 (whitespace-space, whitespace-hspace, whitespace-tab):
8355 Adjust foreground property face.
85cc3d4f
VJL
8356 (whitespace-line-column): Adjust docstring and type declaration.
8357 (whitespace-style-value-list, whitespace-toggle-option-alist)
8358 (whitespace-help-text): Adjust const initialization.
8359 (whitespace-toggle-options, global-whitespace-toggle-options):
8360 Adjust docstring.
8361 (whitespace-display-window, whitespace-interactive-char)
8362 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8363 (whitespace-help-scroll): New fun.
8364
cb8759ca
CY
83652010-08-24 Chong Yidong <cyd@stupidchicken.com>
8366
8367 * emacs-lisp/package.el (list-packages): Alias for
8368 package-list-packages.
8369
44a41a47
KR
83702010-08-24 Kevin Ryde <user42@zip.com.au>
8371
be7748e7
KR
8372 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8373 (Bug#5651).
8374
44a41a47
KR
8375 * progmodes/ruby-mode.el (ruby): Add defgroup.
8376
edfd00fa
CY
83772010-08-24 Chong Yidong <cyd@stupidchicken.com>
8378
8379 * progmodes/python.el: Add Ipython support (Bug#5390).
8380 (python-shell-prompt-alist)
8381 (python-shell-continuation-prompt-alist): New options.
8382 (python--set-prompt-regexp): New function.
6a7662bb
BR
8383 (inferior-python-mode, run-python, python-shell):
8384 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8385 prompt based on the Python interpreter.
8386 (python--prompt-regexp): New var.
8387 (python-check-comint-prompt)
8388 (python-comint-output-filter-function): Use it.
8389 (run-python): Use a pipe (Bug#5694).
8390
83912010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8392
8393 * progmodes/python.el (python-send-region): Send a different
8394 Python command if Ipython is in use.
8395 (python-check-version): Use a Python command to find the version.
8396
1c409d0b
CY
83972010-08-24 Chong Yidong <cyd@stupidchicken.com>
8398
8399 * mouse.el (mouse-yank-primary): Avoid setting primary when
8400 deactivating the mark (Bug#6872).
8401
733946e7 84022010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8403
8404 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8405 with "else" (Bug#3991).
8406
e73f184c
MA
84072010-08-23 Michael Albinus <michael.albinus@gmx.de>
8408
8409 * net/dbus.el: Accept UNIX domain sockets as bus address.
8410 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8411 this is done in dbusbind.c.
e73f184c
MA
8412 (dbus-check-event): Adapt test for bus.
8413 (dbus-return-values-table, dbus-unregister-service)
8414 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8415 Adapt doc string.
8416
1a140747
JB
84172010-08-23 Juanma Barranquero <lekktu@gmail.com>
8418
8419 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8420
7133b7ee
JL
84212010-08-22 Juri Linkov <juri@jurta.org>
8422
8423 * simple.el (read-extended-command): New function with the logic
8424 for `completing-read' moved to Elisp from `execute-extended-command'.
8425 Use `function-called-at-point' in `minibuffer-default-add-function'
8426 to get a command name for M-n (bug#5364, bug#5214).
8427
198a7a97
CY
84282010-08-22 Chong Yidong <cyd@stupidchicken.com>
8429
8430 * startup.el (command-line-1): Issue warning for ignored arguments
8431 --unibyte, etc (Bug#6886).
8432
c00725d7
LL
84332010-08-22 Leo <sdl.web@gmail.com>
8434
8435 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8436 (ignore, bright, dim, keyword): Split list of nicknames before
8437 passing to rcirc-add-or-remove (Bug#6894).
8438
bc7d7ea6
CY
84392010-08-22 Chong Yidong <cyd@stupidchicken.com>
8440
8441 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8442
b0126eac 84432010-08-22 Leo <sdl.web@gmail.com>
e0143335 8444
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8445 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8446 * ido.el: Revert Óscar's.
e0143335
LL
8447 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8448 Remember the buffers at head, rather than their name.
76e3243a 8449 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8450
b0126eac 84512010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8452 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8455 extra backslash added to each line (bug#6890).
8456
b0126eac 84572010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8458
8459 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8460
b0126eac 84612010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8462
8463 * menu-bar.el (menu-bar-games-menu): Add landmark.
8464
b0126eac 84652010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8466
9130a2d6
GM
8467 * align.el (align-regexp): Make group and spacing arguments
8468 use the interactive defaults when non-interactive. (Bug#6698)
8469
fb89a654
GM
8470 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8471 expansion, so as not to need sendmail.
8472 (mail-text-start): Remove declaration.
8473 (rmail-retry-failure): Require sendmail.
8474
b0126eac 84752010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8476
8477 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8478
b0126eac 84792010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8480
186e86db
SM
8481 * progmodes/flymake.el (flymake-start-syntax-check-process):
8482 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8483
b0126eac 84842010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8485
8486 * files.el: Add `word-wrap' as safe local variable.
8487
b0126eac 84882010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8489
8490 * woman.el (woman-translate): Case matters. (Bug#6849)
8491
b0126eac 84922010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8493
8494 * simple.el (kill-region): Doc fix (Bug#6787).
8495
b0126eac 84962010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8497
8498 * calendar/diary-lib.el (diary-header-line-format):
8499 Fit it to the window, not the frame.
8500
b0126eac 85012010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8502
8503 * subr.el (ignore-errors): Add debug declaration.
8504
b0126eac 85052010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8506
8507 * whitespace.el (whitespace-color-off): Remove post-command-hook
8508 locally.
8509
537ffaf3
SM
85102010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8513
d64b8a68
CY
85142010-08-21 Chong Yidong <cyd@stupidchicken.com>
8515
8516 * cus-edit.el (custom-group-value-create): Add extra newline
8517 before end line (Bug#6876).
8518
d2625c3d
CY
85192010-08-21 Chong Yidong <cyd@stupidchicken.com>
8520
8521 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8522 when extending it. Before killing on the second click, check if
8523 the buffer is the correct one. Doc fix.
8524 (mouse-secondary-save-then-kill): Allow usage without first
8525 calling mouse-start-secondary, by defaulting to point. Don't save
8526 an empty secondary selection. Doc fix.
8527
80525855
VJL
85282010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8529
91bdeb66
VJL
8530 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8531 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8532 New version 13.0.
80525855
VJL
8533 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8534 Adjust initialization.
8535 (whitespace-bob-marker, whitespace-eob-marker)
8536 (whitespace-buffer-changed): New vars.
8537 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8538 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8539 (whitespace-post-command-hook, whitespace-display-char-on):
8540 Adjust code.
80525855 8541 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8542 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8543
4b9c0a49
SM
85442010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8545
118cf454
SM
8546 * files.el (locate-file-completion-table): Only list the .el and .elc
8547 extensions if there's no other choice (bug#5955).
8548
a2e5caf7
SM
8549 * facemenu.el (facemenu-self-insert-data): New var.
8550 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8551 New functions.
8552 (facemenu-add-face): Use them.
8553
4b9c0a49
SM
8554 * simple.el (blink-matching-open): Obey forward-sexp-function.
8555
0193499f
SM
85562010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8557
b2a15250
SM
8558 * simple.el (prog-mode-map): New var.
8559 (prog-indent-sexp): New command.
8560
b5ba2d6f
SM
8561 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8562
9acd1bdc
SM
8563 * progmodes/prolog.el (smie): Require.
8564
8723cfa4
SM
8565 * emacs-lisp/smie.el (smie-default-backward-token)
8566 (smie-default-forward-token): Strip properties.
8567 (smie-next-sexp): Be more careful with associative operators.
8568 (smie-forward-sexp-command): Generalize.
8569 (smie-backward-sexp-command): Simplify.
8570 (smie-closer-alist): New var.
8571 (smie-close-block): New command.
8572 (smie-indent-debug-log): New var.
8573 (smie-indent-offset-rule): Add a few more cases.
8574 (smie-indent-column): New function.
8575 (smie-indent-after-keyword): Use it.
8576 (smie-indent-keyword): Use it.
8577 Fix up the opener code's point position.
8578 (smie-indent-comment): Only applies at BOL.
8579 (smie-indent-debug): New command.
8580
0193499f
SM
8581 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8582 declarations that are useful before running the macro.
8583
0c9b8993
GM
85842010-08-18 Joakim Verona <joakim@verona.se>
8585
8586 * image.el (imagemagick-types-inhibit): New variable.
8587 (imagemagick-register-types): New function.
8588 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8589 (image-transform-set-scale, image-transform-fit-to-height)
8590 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8591 (image-transform-fit-to-width, image-transform-fit-to-height):
8592 New functions.
ccd80618
JV
8593 (image-toggle-display-image): Support image transforms.
8594
1075cd61
KY
85952010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * image.el (create-animated-image): Don't add heuristic mask to image
8598 (Bug#6839).
8599
64cb6c78
J
86002010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8601
0193499f
SM
8602 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8603 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8604
ff80a446
SM
86052010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8606
afa22f7c
SM
8607 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8608
ff80a446
SM
8609 Font-lock '...' strings, plus various simplifications and fixes.
8610 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8611 (octave-font-lock-close-quotes): New function.
8612 (octave-font-lock-syntactic-keywords): New var.
8613 (octave-mode): Use it. Set beginning-of-defun-function.
8614 (octave-mode-map): Don't override the <foo>-defun commands.
8615 (octave-mode-menu): Pass it directly to easy-menu-define;
8616 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8617 (octave-block-match-alist): Fix up last change so that
8618 octave-close-block uses the more specific keyword.
8619 (info-lookup-mode): Silence byte-compiler.
8620 (octave-beginning-of-defun): Not interactive any more.
8621 Optimize slightly.
8622 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8623 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8624 (octave-completion-at-point-function): Make sure point is within
8625 beg..end.
8626 (octave-reindent-then-newline-and-indent):
8627 Use reindent-then-newline-and-indent.
8628 (octave-add-octave-menu): Remove.
8629
2269b349
JD
86302010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8631
489cd5bd
JD
8632 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8633 (report-emacs-bug-can-use-xdg-email): New functions.
8634 (report-emacs-bug): Set can-xdg-email to result of
8635 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8636 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8637 about it.
30ebab6d 8638
a2fb159c
GM
8639 * net/browse-url.el (browse-url-default-browser): Add cond
8640 for browse-url-xdg-open.
8641 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8642
86432010-08-17 Glenn Morris <rgm@gnu.org>
8644
8645 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8646 (c-fontify-recorded-types-and-refs): Define for compiler.
8647 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8648 before use.
8649
8650 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8651 Fix format call.
8652
bb6aba9c
MA
86532010-08-17 Michael Albinus <michael.albinus@gmx.de>
8654
8655 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8656 properties.
8657 (tramp-handle-process-file): Call the program in a subshell, in
8658 order to preserve working directory.
8659 (tramp-action-password): Hide password prompt before next run.
8660 (tramp-process-actions): Widen connection buffer for the trace.
8661
8f10c937
DD
86622010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8663
8664 * net/rcirc.el (rcirc-log-process-buffers): New option.
8665 (rcirc-print): Use it.
8666 (rcirc-generate-log-filename): New function.
8667 (rcirc-log-filename-function): Change default to
8668 rcirc-generate-log-filename (Bug#6828).
8669
7c23dd44
CY
86702010-08-16 Chong Yidong <cyd@stupidchicken.com>
8671
8672 * simple.el (deactivate-mark): If select-active-regions is `only',
8673 only set selection for temporarily active regions.
8674
8675 * cus-start.el: Change defcustom for select-active-regions.
8676
6d3e82d2
CY
86772010-08-15 Chong Yidong <cyd@stupidchicken.com>
8678
8679 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8680 (mouse-drag-track): Use LOCATION arg to push-mark.
8681 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8682 consideration when updating point and mark (Bug#6840).
8683
c68263b1
CY
86842010-08-15 Chong Yidong <cyd@stupidchicken.com>
8685
8686 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8687 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8688
456f369a
ŠN
86892010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8690
ff80a446
SM
8691 * font-lock.el (lisp-font-lock-keywords-2):
8692 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8693 with-demoted-errors, and with-silent-modifications (Bug#6025).
8694
c22e18f5
KR
86952010-08-14 Kevin Ryde <user42@zip.com.au>
8696
8697 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8698 (copyright-update): Temporary switch-to-buffer to ensure the
8699 buffer change being queried is visible (Bug#5394).
c22e18f5 8700
6f1a6faf
TT
87012010-08-14 Tom Tromey <tromey@redhat.com>
8702
8703 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8704 (Bug#6733).
8705
e7afcf30
EZ
87062010-08-14 Eli Zaretskii <eliz@gnu.org>
8707
8708 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8709 MS-DOS. (Bug#6689)
8710
2b4e6277
J
87112010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8712
8713 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8714 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8715 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8716 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8717 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8718 Call menu-bar-set-tool-bar-position.
2b4e6277 8719
dc94fc85
SM
87202010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8721
c5683ceb
SM
8722 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8723 comment style (bug#6834).
8724 * progmodes/scheme.el (scheme-mode-syntax-table):
8725 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8726 "b" flag in "' 14b" syntax.
8727
c82d5b11
SM
8728 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8729 for (un)commenting the region and performing completion.
8730 (octave-mode-menu): Use standard commands for help and completion.
8731 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8732 (octave-mode): Use define-derived-mode.
8733 Set completion-at-point-functions and don't set columns.
8734 Don't disable adaptive-fill-regexp.
8735 (octave-describe-major-mode, octave-comment-region)
8736 (octave-uncomment-region, octave-comment-indent)
8737 (octave-indent-for-comment): Remove.
8738 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8739 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8740 (octave-initialize-completions): No need to make an alist.
8741 (octave-completion-at-point-function): New function.
8742 (octave-complete-symbol): Use it.
8743 (octave-insert-defun): Use define-skeleton.
8744
8745 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8746 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8747
abec5126 87482010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8749
8750 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8751 indentation of inserted comment.
8752
3a46642b
J
87532010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8754
8755 * faces.el (region): Add type gtk that uses gtk colors.
8756
8757 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8758 Handle theme-name change.
8759
3bd2cfef
MM
87602010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8761
8762 * progmodes/sql.el: Version 2.5
8763 (sql-product-alist): Add :prompt-cont-regexp property for several
8764 database products.
8765 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8766 (sql-output-newline-count, sql-output-by-send):
8767 New variables. Record number of newlines in input text.
3bd2cfef
MM
8768 (sql-send-string): Handle multiple filters and count newlines.
8769 (sql-send-magic-terminator): Count terminator newline.
8770 (sql-interactive-remove-continuation-prompt): Filters output to
8771 remove continuation prompts; one for each newline.
8772 (sql-interactive-mode): Set up new variables, prompt regexp and
8773 output filter.
8774 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8775 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8776
d02c9bcd
SM
87772010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 * emacs-lisp/pcase.el: New file.
8780
80ca4f1e
MA
87812010-08-10 Michael Albinus <michael.albinus@gmx.de>
8782
8783 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8784 as here-document, otherwise the command could exceed maximum
8785 length of command line.
d02c9bcd
SM
8786 (tramp-handle-vc-registered): Call script accordingly.
8787 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8788
2948599b
KH
87892010-08-10 Kenichi Handa <handa@m17n.org>
8790
8791 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8792 composable pattern.
8793
148cef8e
CY
87942010-08-09 Chong Yidong <cyd@stupidchicken.com>
8795
8796 * emacs-lisp/package.el (package-version-split)
8797 (package--version-first-nonzero, package-version-compare):
8798 Functions removed.
8799 (package-directory-list, package-load-all-descriptors)
8800 (package--built-in, package-activate, define-package)
8801 (package-installed-p, package-compute-transaction)
8802 (package-read-all-archive-contents)
8803 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8804 (package-tar-file-info, package-list-packages-internal):
8805 Use version-to-list and version-list-*.
148cef8e 8806
d02c9bcd
SM
8807 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8808 Use version-to-list.
148cef8e
CY
8809 (package-upload-buffer-internal): Use version-list-<=.
8810
82a9ce0f
KH
88112010-08-09 Kenichi Handa <handa@m17n.org>
8812
231e5e5f 8813 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8814 composable pattern.
8815
7adf5fdc
CY
88162010-08-08 Chong Yidong <cyd@stupidchicken.com>
8817
fc560445
CY
8818 * tutorial.el (tutorial--default-keys): C-d is now bound to
8819 delete-forward-char (Bug#6826).
8820
7adf5fdc
CY
8821 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8822 for `double' value of mouse-1-click-follows-link (Bug#6807).
8823
e54a1075
JB
88242010-08-08 Johan Bockgård <bojohan@gnu.org>
8825
8826 * replace.el (replace-highlight): Bind isearch-forward and
8827 isearch-error, ensuring that highlighting is updated if the user
8828 switches the search direction (Bug#6808).
8829
8830 * isearch.el (isearch-lazy-highlight-forward): New var.
8831 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8832 (isearch-lazy-highlight-update): Use it.
8833
7815fe19 88342010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8835
8d9e03e4
JB
8836 * international/mule.el (define-charset): Store NAME as :base property.
8837 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8838 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8839 current priority. Force using the designation of the specific
8d9e03e4 8840 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8841
7815fe19 88422010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8843
8844 * emulation/pc-select.el (pc-selection-mode-hook)
8845 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8846 (pc-selection-mode): Fix typos in docstrings.
8847
7815fe19 88482010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8849
8850 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8851 ctext-non-standard-encodings-alist here.
8852
8d9e03e4
JB
8853 * international/mule.el (ctext-non-standard-encodings-alist):
8854 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8855 (ctext-standard-encodings): New variable.
8856 (ctext-non-standard-encodings-table): List only elements for
8857 non-standard encodings.
186e86db 8858 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8859 Check ctext-standard-encodings.
8860
8861 * international/mule-conf.el (compound-text): Doc fix.
8862 (ctext-no-compositions): Doc fix.
8863 (compound-text-with-extensions): Doc fix.
8864
7815fe19 88652010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8866
8867 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8868
8d9e03e4 88692010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8870
9ebc731b
JB
8871 * progmodes/which-func.el (which-func-format): Split help-echo text
8872 into lines, like other mode-line tooltips.
8873
d5b8058f
JB
8874 * server.el (server-start): When using TCP sockets, force IPv4
8875 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8876
8d9e03e4 88772010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8878
8879 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8880
8d9e03e4 88812010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8882
8883 * term.el (term-delimiter-argument-list): Reflow docstring.
8884 (term-read-input-ring, term-write-input-ring, term-send-input)
8885 (term-bol, term-erase-in-display, serial-supported-or-barf):
8886 Fix typos in docstrings.
8887
8d9e03e4 88882010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8889
8890 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8891
8d9e03e4 88922010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8893
8894 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8895
8d9e03e4 88962010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8897
8898 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8899 Fix typo in docstring (bug#6747).
8900
7815fe19 89012010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8902
8903 * eshell/esh-io.el (eshell-get-target): Better detection of
8904 read-only file (Bug#6762).
8905
7815fe19 89062010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8907
8908 * align.el (align-default-spacing): Doc fix.
8909 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8910
733946e7 89112010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8912
490b89ac 8913 * calendar/icalendar.el
93acd23d
JB
8914 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8915 (icalendar--get-weekday-numbers): New.
81ee9410 8916 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8917 values in weekly rules. (Bug#6766)
81ee9410 8918
490b89ac
UJ
89192010-08-08 Ulf Jasper <ulf.jasper@web.de>
8920
8921 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8922 (icalendar--create-uid, icalendar-export-region)
8923 (icalendar--parse-summary-and-rest): Code formatting.
8924
2c695727
JB
89252010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8926
01c35094 8927 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8928 to italicize headers.
8929 (calc-highlight-selections-with-faces): New variable.
8930 (calc-selected-face, calc-nonselected-face): New faces.
8931
8932 * calc/calccomp.el (math-comp-highlight-string): Use
8933 `calc-highlight-selections-with-faces' to determine how to highlight
8934 sub-formulas.
8935
8936 * calc/calc-sel.el (calc-show-selections): Change message to when
8937 using faces to highlight selections.
8938
b93d4f22
MM
89392010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8940
8d9e03e4
JB
8941 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8942 Add SQLite 3 keywords, functions and datatypes.
8943 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8944 (Bug#6686).
8945
9852377f
CY
89462010-08-07 Chong Yidong <cyd@stupidchicken.com>
8947
8948 * simple.el (select-active-regions): Move to keyboard.c.
8949 (deactivate-mark): Used saved-region-selection.
8950 (select-active-region): Function removed.
8951 (activate-mark, set-mark, push-mark-command)
8952 (handle-shift-selection): Don't call it.
8953 (keyboard-quit): Avoid adding the region to the window selection.
8954
8955 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8956 select-active-regions implementation.
8957 (mouse-yank-at-click): Doc fix.
8958
8959 * cus-start.el: Add custom declaration for select-active-regions.
8960
822775bf
EZ
89612010-08-07 Eli Zaretskii <eliz@gnu.org>
8962
4c5130d6
EZ
8963 * simple.el (delete-forward-char): Doc fix.
8964
822775bf
EZ
8965 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8966 after reading the tutorial.
8967
bd4c5e3e
AM
89682010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8969
6a7662bb
BR
8970 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8971 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8972 their respective lines. (Bug#193)
bd4c5e3e 8973
d00fa9b6
MA
89742010-08-06 Michael Albinus <michael.albinus@gmx.de>
8975
8d9e03e4 8976 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8977 property "vec".
6a7662bb
BR
8978 (tramp-process-sentinel): Use it for flushing the cache.
8979 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8980 already when running the sentinel.
8981
89822010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8983
8984 * comint.el (comint-mode): Make directory tracking functions
8985 functional on remote files. (Bug#6764)
8986
b3d42406
DN
89872010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8988
8989 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8990
29cf3e20
EZ
89912010-08-05 Eli Zaretskii <eliz@gnu.org>
8992
6a7662bb
BR
8993 * emacs-lisp/find-gc.el (find-gc-source-files):
8994 Rename unexec.c => unexcoff.c.
29cf3e20 8995
6a7662bb
BR
8996 * emacs-lisp/authors.el (authors-fixed-entries):
8997 Rename unexec.c => unexcoff.c.
29cf3e20 8998
39e1bf0b
MA
89992010-08-05 Michael Albinus <michael.albinus@gmx.de>
9000
9001 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
9002 cache, not only file cache.
9003 (tramp-process-sentinel): New defun.
9004 (tramp-handle-start-file-process): Use it, in order to invalidate
9005 file caches.
9006
9f982e22
LL
90072010-08-03 Leo <sdl.web@gmail.com>
9008
9009 * server.el (server-start): Simplify loop.
9010
0798a8d8
SM
90112010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9012
548c5c47
SM
9013 * frame.el (screen-height, screen-width, set-screen-width)
9014 (set-screen-height): Remove ancient compatibility aliases.
9015
3311d1c2
SM
9016 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9017 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9018
0798a8d8
SM
9019 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9020 that change current buffer.
9021
26ee77a6
YM
90222010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9023
9024 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9025 beginning of the string. Use `string-match-p'. (Bug#6765)
9026
aa1859f5
J
90272010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9028
9029 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9030
376c2b6b
CY
90312010-08-01 Chong Yidong <cyd@stupidchicken.com>
9032
0798a8d8 9033 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 9034 (package--builtins): Tweak descriptions.
0798a8d8
SM
9035 (package-print-package): Upcase descriptions if necessary.
9036 Show all built-in packages in font-lock-builtin-face.
9037 (package-list-packages-internal): Omit "emacs" package.
9038 Show status of built-in packages as "built-in".
376c2b6b 9039
16041401
CY
90402010-07-31 Chong Yidong <cyd@stupidchicken.com>
9041
9042 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9043 before killing to preserve the primary selection (Bug#6701).
9044
9045 * term/x-win.el (x-select-text): Doc fix.
9046
0798a8d8
SM
90472010-07-31 Nathaniel Flath <flat0103@gmail.com>
9048
452ea855
AM
9049 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9050 (objc-font-lock-extra-types):
452ea855 9051 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
9052 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9053 (c++-make-template-syntax-table)
9054 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9055 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9056 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9057 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
9058 * progmodes/cc-fonts.el (c-make-inverse-face)
9059 (c-basic-matchers-after):
452ea855
AM
9060 * progmodes/cc-engine.el (c-forward-keyword-clause)
9061 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9062 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9063 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
9064 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9065 The above functions were modified or created.
452ea855 9066
37766706
J
90672010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9068
0798a8d8 9069 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 9070
cd83d522
EZ
90712010-07-31 Eli Zaretskii <eliz@gnu.org>
9072
9073 * files.el (bidi-paragraph-direction): Define safe local values.
9074
9075 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9076 language-info-alist. Remove outdated FIXME in a comment.
9077
28e5cf7c
AM
90782010-07-31 Alan Mackenzie <acm@muc.de>
9079
9080 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9081 Auto-fill broken in C/C++ modes.
9082
bfeabdc3
JD
90832010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9084
9085 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9086 (menu-bar-showhide-tool-bar-menu-customize-disable)
9087 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
9088 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9089 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
9090 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9091 make a menu for Options => toolbar that can move it.
9092
063e5294
CY
90932010-07-29 Chong Yidong <cyd@stupidchicken.com>
9094
9095 * emacs-lisp/package-x.el (package--make-rss-entry):
9096 (package-maint-add-news-item, package--update-news)
9097 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9098
9099 * emacs-lisp/package.el (package-archive-url): Rename from
9100 package-archive-id.
9101 (package-install): Doc fix.
9102 (package-download-single, package-download-tar, package-install)
9103 (package-menu-view-commentary): Callers changed.
9104
683cc385
MA
91052010-07-29 Michael Albinus <michael.albinus@gmx.de>
9106
9107 * net/tramp.el (tramp-handle-start-file-process): Check only for
9108 `remote-tty' process property.
9109 (tramp-open-shell): Don't check for tty.
9110 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9111 process property.
9112
9113 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9114 host.
9115
bc44bef7
PH
91162010-07-28 Chong Yidong <cyd@stupidchicken.com>
9117
9118 * emacs-lisp/package.el (package-load-list, package-archives)
9119 (package-archive-contents, package-user-dir)
9120 (package-directory-list, package--builtins, package-alist)
9121 (package-activated-list, package-obsolete-alist): Mark as risky.
9122
91232010-07-28 Phil Hagelberg <phil@evri.com>
9124
9125 Add support for non-default package repositories.
9126 * emacs-lisp/package.el (package-archive-base): Var deleted.
9127 (package-archives): New variable.
9128 (package-archive-contents): Doc fix.
0798a8d8 9129 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
9130 (package--write-file-no-coding): New function.
9131 (package-unpack-single): Use it.
9132 (package-archive-id): New function.
9133 (package-download-single, package-download-tar)
9134 (package-menu-view-commentary): Use it.
9135 (package-installed-p): Make second argument optional.
9136 (package-read-all-archive-contents): New function.
9137 (package-initialize): Use it.
9138 (package-read-archive-contents): Add ARCHIVE argument.
9139 (package--add-to-archive-contents): New function.
9140 (package-install): Don't call package-read-archive-contents.
9141 (package--download-one-archive): Store archive file in a
9142 subdirectory of package-user-dir.
9143 (package-menu-execute): Remove spurious line movement.
9144
8a52f00a
JD
91452010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9146
9147 * cus-start.el (tool-bar-style): Add text-image-horiz.
9148
b21d3ceb
MA
91492010-07-28 Michael Albinus <michael.albinus@gmx.de>
9150
9151 * progmodes/gud.el (gud-common-init): Check for remoteness of
9152 `file', and not of `default-directory'.
9153
8fbcce2d
MA
91542010-07-28 Michael Albinus <michael.albinus@gmx.de>
9155
9156 * net/tramp.el (tramp-methods): Move hostname to the end in all
9157 ssh `tramp-login-args'.
9158 (tramp-verbose): Describe verbose level 9.
9159 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9160 (tramp-open-connection-setup-interactive-shell): Trace stty
9161 settings if `tramp-verbose' >= 9.
9162 (tramp-handle-start-file-process): Implement tty setting.
9163 (Bug#4604, Bug#6360)
9164
9165 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9166 `tramp-verbose' to 9.
9167
128440c9
AH
91682010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9169
9170 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9171 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9172 Remove references to package `lisp-re' (bug#4369).
9173
ae0c2494
TT
91742010-07-27 Tom Tromey <tromey@redhat.com>
9175
9176 * progmodes/js.el (js-mode):
9177 * progmodes/make-mode.el (makefile-mode):
9178 * progmodes/simula.el (simula-mode):
9179 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9180
0ed082fe 91812010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
9182
9183 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9184
7c7c04c0
JB
9185 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9186 (display-time-world-buffer-name, display-time-world-mode-map):
9187 Fix typos in docstrings.
9188
0ed082fe 91892010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
9190
9191 * image-mode.el (image-display-size): New function.
9192 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9193 (image-mode-fit-frame): Use it (Bug#6639).
9194
0ed082fe 91952010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
9196
9197 * dired.el (dired-buffers-for-dir): Handle list values of
9198 dired-directory (Bug#6636).
9199
aa2d4bd3
SS
92002010-07-26 Sam Steingold <sds@gnu.org>
9201
9202 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9203 Do not call `x-get-selection' the second time, reuse the value.
9204
78b84da3
DU
92052010-07-26 Daiki Ueno <ueno@unixuser.org>
9206
9207 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 9208 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 9209
4f195cf7
DU
92102010-07-25 Daiki Ueno <ueno@unixuser.org>
9211
9212 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9213 exists before passing an error to find-file-not-found-functions
9214 (bug#6723).
9215
195e19e4
LH
92162010-07-23 Lukas Huonker <l.huonker@gmail.com>
9217
9218 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9219 Remove leading nil element, adjust values.
9220 (tetris-shapes, tetris-shape-scores):
9221 Change representation of shapes and remove some redundancy.
9222 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9223 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9224 Adjust for working with new representation of shapes.
9225 (tetris-shape-rotations): New function.
9226 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9227 (tetris-rotate-prev, tetris-rotate-next):
9228 Adjust for working with the new version of tetris-test-shape.
9229
9cf2db99
MT
92302010-07-23 Markus Triska <markus.triska@gmx.at>
9231
9232 * progmodes/ps-mode.el: Use comint (bug#5954).
9233 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9234 (ps-mode-other-newline): Simplify.
9235 (ps-run-mode): Derive from comint-mode instead of
9236 fundamental-mode, yielding input history etc.
9237 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9238 (ps-run-send-string): Adapt for comint-mode.
9239 (ps-run-newline): Remove now unneeded function.
9240
225d5e9e
MA
92412010-07-23 Michael Albinus <michael.albinus@gmx.de>
9242
9243 * net/tramp.el (tramp-methods): Move hostname to the end in all
9244 plink `tramp-login-args'.
9245
84bc68f2
MA
92462010-07-23 Michael Albinus <michael.albinus@gmx.de>
9247
9248 * net/tramp.el (tramp-open-shell): New defun.
9249 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9250 Use it.
9251
1eb5ca1c
MA
92522010-07-23 Michael Albinus <michael.albinus@gmx.de>
9253
9254 * net/tramp.el (tramp-file-name-regexp-unified)
9255 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9256 not regard the volume letter as remote filename. (Bug#5447)
9257
440735a7
JB
92582010-07-23 Juanma Barranquero <lekktu@gmail.com>
9259
9260 * custom.el (custom-declare-variable): Give a clearer error message
9261 when the docstring is missing (bug#6476).
9262
5474c40f
MM
92632010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9264
9265 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9266 (sql-login-params): New widget definition.
9267 (sql-oracle-login-params, sql-mysql-login-params)
9268 (sql-solid-login-params, sql-sybase-login-params)
9269 (sql-informix-login-params, sql-ingres-login-params)
9270 (sql-ms-login-params, sql-postgres-login-params)
9271 (sql-interbase-login-params, sql-db2-login-params)
9272 (sql-linter-login-params): Use it.
9273 (sql-sqlite-login-params): Use it; Define "database" parameter as
9274 a file name.
c4cc8b9a 9275 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9276 (sql-comint-sqlite): Make sure database name is complete.
9277 (sql-for-each-login): New function.
9278 (sql-connect, sql-save-connection): Use it.
9279 (sql-get-login-ext): New function.
9280 (sql-get-login): Use it.
9281 (sql-make-alternate-buffer-name): Handle :file parameters.
9282
9c0deccb
JB
92832010-07-22 Juanma Barranquero <lekktu@gmail.com>
9284
9285 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9286 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9287
aac818a8
TL
92882010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9289
9290 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9291
47d2734f
LM
92922010-07-22 Lawrence Mitchell <wence@gmx.li>
9293
9294 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9295
10e73994
MA
92962010-07-21 Michael Albinus <michael.albinus@gmx.de>
9297
9298 * net/tramp.el (tramp-get-ls-command)
9299 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9300 instead of "/".
9301
d26b0ea9
MM
93022010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9303
9304 * progmodes/sql.el: Version 2.3.
f49d1f52 9305 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9306 enhanced the widget definition.
88b5a757
DD
9307 (sql-mode-menu): Add submenu to select connections.
9308 (sql-interactive-mode-menu): Add "Save Connection" item.
9309 (sql-add-product): Fix menu item.
d26b0ea9 9310 (sql-get-product-feature): Improved error handling.
5f9d345c 9311 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9312 (sql-make-alternate-buffer-name): Simplified.
9313 (sql-product-interactive): Handle missing product.
9314 (sql-connect): Support string keys, minor improvements.
9315 (sql-save-connection): New function.
9316 (sql-connection-menu-filter): New function.
9317
af4b9ae5
MA
93182010-07-20 Michael Albinus <michael.albinus@gmx.de>
9319
9320 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9321 (tramp-open-connection-setup-interactive-shell):
9322 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9323 `tramp-send-command' where it belongs to.
9324
da040a16
MA
93252010-07-20 Michael Albinus <michael.albinus@gmx.de>
9326
9327 * net/tramp.el (tramp-perl-file-attributes)
9328 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9329 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9330 front of `login-args'.
9331
16f3ade5
JB
93322010-07-19 Juanma Barranquero <lekktu@gmail.com>
9333
9334 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9335 Set `show-trailing-whitespace' to nil.
9336 (display-time-world-display): Simplify.
9337
00af0b67
AM
93382010-07-18 Alan Mackenzie <acm@muc.de>
9339
9340 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9341 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9342 (c-before-hack-hook): Call `c-set-style' differently according to
9343 whether c-file-style was set in file or directory local
9344 variables.
9345
30c4d8dc
MM
93462010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9347
9348 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9349 (sql-product, sql-user, sql-database, sql-server, sql-port):
9350 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9351 property.
9352 (sql-password): Use defcustom :risky keyword rather than putting
9353 risky-local-variable property.
9354 (sql-oracle-login-params, sql-sqlite-login-params)
9355 (sql-solid-login-params, sql-sybase-login-params)
9356 (sql-informix-login-params, sql-ingres-login-params)
9357 (sql-ms-login-params, sql-postgres-login-params)
9358 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9359 (sql-linter-login-params): Add `port' option.
88b5a757 9360 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9361 (sql-comint-oracle, sql-comint-sybase)
9362 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9363 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9364 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9365 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9366 sql-comint-*.
88b5a757 9367 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9368 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9369 (sql-connection): New variable.
30c4d8dc
MM
9370 (sql-interactive-mode): Set it.
9371 (sql-connection-alist): New variable.
9372 (sql-connect): New function.
9373 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9374 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9375
f12492c8
TV
93762010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9377
9378 * image-mode.el (image-bookmark-make-record): Do not set context
9379 in an image (Bug#6650).
9380
91023c68
CY
93812010-07-17 Chong Yidong <cyd@stupidchicken.com>
9382
9383 * simple.el (select-active-region): New function.
9384 (push-mark-command, set-mark, activate-mark)
9385 (handle-shift-selection): Use it.
9386 (deactivate-mark): Don't check for size of region.
9387
9388 * mouse.el (mouse-drag-track): Use select-active-region.
9389
1c0e8f0e
MA
93902010-07-17 Michael Albinus <michael.albinus@gmx.de>
9391
9392 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9393 "--dired" stronger.
9394
2490cbbc
CY
93952010-07-17 Chong Yidong <cyd@stupidchicken.com>
9396
9397 * term/x-win.el (x-select-enable-primary): Change default to nil.
9398 (x-select-enable-clipboard): Add :version keyword.
9399
9400 * mouse.el (mouse-drag-copy-region):
9401 * simple.el (select-active-regions): Likewise.
9402
f253ef6a
RS
94032010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9404
a628ad9d 9405 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9406 (vc-coding-system-for-diff): Use it to decide whether to inherit
9407 from the file the EOL format for reading the diffs of that file.
9408 (Bug#4451)
9409
134a027f
EZ
94102010-07-16 Eli Zaretskii <eliz@gnu.org>
9411
9412 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9413 unibyte, so compressed attachments are not compressed again.
9414
7e4289ad
MA
94152010-07-16 Michael Albinus <michael.albinus@gmx.de>
9416
9417 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9418 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9419 (tramp-find-shell): Simplify setting connection property.
9420 (tramp-get-ls-command): Make test for "--color=never" stronger.
9421
7473fff9 94222010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9423
9424 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9425 blocks within record declarations (i.e. variant parts) correctly.
9426
a11b38ee
SS
94272010-07-15 Simon South <ssouth@member.fsf.org>
9428
9429 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9430 over literal tokens when parsing so newlines aren't "absorbed" by
9431 single-line comments. Corrects the indentation of case blocks
9432 that have a comment on the first line.
9433
077e0753
KF
94342010-07-14 Karl Fogel <kfogel@red-bean.com>
9435
9436 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9437 by Drew Adams (Bug#5504).
9438
243881ed
J
94392010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9440
9441 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9442 now that Unicode is used (Bug#6594).
243881ed 9443
f9d71b42
CY
94442010-07-14 Chong Yidong <cyd@stupidchicken.com>
9445
9446 * term/x-win.el (x-select-enable-clipboard): Default to t.
9447 (x-initialize-window-system): Don't overwrite Paste menu item.
9448
9449 * simple.el (select-active-regions): Default to t.
9450 (push-mark-command): Don't overwrite primary with empty string.
9451
9452 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9453 (mouse-drag-copy-region): Default to nil.
9454
9455 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9456 Cut/Copy/Paste menu bar items.
9457
a628ad9d 94582010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9459
9460 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9461 Patch applied by Karl Fogel.
9462
9463 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9464 and `bookmark-current-buffer' if they have been already set in
9465 another buffer (e.g gnus-art).
9466
e44fa724 94672010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9468 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9469
9470 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9471
9472 * bookmark.el (bookmark-make-record-default): Allow unneeded
9473 information to be omitted from the record.
9474
9475 Adjust declarations and calls:
9476
9477 * info.el (bookmark-make-record-default): Adjust declaration.
9478 (Info-bookmark-make-record): Adjust call.
9479
9480 * woman.el (bookmark-make-record-default): Adjust declaration.
9481 (woman-bookmark-make-record): Adjust call.
9482
9483 * man.el (bookmark-make-record-default): Adjust declaration.
9484 (Man-bookmark-make-record): Adjust call.
9485
9486 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9487
9488 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9489
0c4371fe
KF
94902010-07-13 Karl Fogel <kfogel@red-bean.com>
9491
9492 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9493 This is also from Thierry Volpiatto's patch in bug #6444. However,
9494 because it was extraneous to the functional change in that patch,
9495 and causes a re-indendation, I am committing it separately.
9496
2bb8db3e 94972010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9498
9499 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9500 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9501 Patch applied by Karl Fogel (Bug#6444).
068a0233 9502
21bd02a6
CY
95032010-07-13 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9506
79cb9c05
AR
95072010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9508
9509 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9510 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9511 (ns-alternatives-map): Change S-tab binding to backtab
9512 (bug#6616).
9513
9514 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9515 under ns.
9516
beb000f9
AS
95172010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9518
dd86ea11
JB
9519 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9520 (Bug#5806)
e9952282 9521
beb000f9
AS
9522 * language/tv-util.el (tai-viet-re): Remove format.
9523
6f2cdcd1
KH
95242010-07-12 Kenichi Handa <handa@m17n.org>
9525
dd86ea11
JB
9526 * language/hebrew.el: Remove no-byte-compile declaration.
9527 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9528 composition-function-table for 3-character looking back.
9529 (hebrew-font-get-precomposed): New function.
9530 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9531
f479ef6e
CY
95322010-07-11 Chong Yidong <cyd@stupidchicken.com>
9533
9534 * mouse.el (mouse-drag-track): Handle select-active-regions
9535 (Bug#6612).
9536
3277c1ee
MA
95372010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9538
9539 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9540 empty argument to gvfs-copy.
9541
3260caf8
GM
95422010-07-10 Glenn Morris <rgm@gnu.org>
9543
9544 * calendar/calendar.el (calendar-week-end-day): New function.
9545 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9546 Respect calendar-week-start-day. (Bug#6606)
9547 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9548 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9549 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9550 respect calendar-week-start-day.
9551
c876b263
CY
95522010-07-10 Chong Yidong <cyd@stupidchicken.com>
9553
9554 * simple.el (use-region-p): Doc fix (Bug#6607).
9555
dce34635
AG
95562010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9557
6a7662bb
BR
9558 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9559 Add regexps for cucumber and ruby.
dce34635 9560
c0397930
DU
95612010-07-08 Daiki Ueno <ueno@unixuser.org>
9562
9563 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9564 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9565 find-file from opening empty buffer when decryption failed
c0397930
DU
9566 (bug#6568).
9567
fd5539c6
AM
95682010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9569
a628ad9d
JB
9570 * textmodes/ispell.el (ispell-alternate-dictionary):
9571 Use file-readable-p.
fd5539c6
AM
9572 Return nil if no word-list is found at default locations.
9573 (ispell-complete-word-dict): Default to nil.
9574 (ispell-command-loop): Use 'word-list' when using lookup-words.
9575 (lookup-words): Use ispell-complete-word-dict or
9576 ispell-alternate-dictionary. Check for word-list availability
9577 and handle errors if needed with better messages (Bug#6539).
9578 (ispell-complete-word): Use ispell-complete-word-dict or
9579 ispell-alternate-dictionary.
9580
4565b08e
CS
95812010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9582
9583 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9584 builtins (BufferError, BytesWarning, WindowsError; callables
9585 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9586
a2c270e7
GM
95872010-07-07 Glenn Morris <rgm@gnu.org>
9588
9589 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9590 (zone-shift-left): Ignore intangibility, and any errors from
9591 forward-char.
9592 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9593 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9594 deleting, and copying text properties.
9595 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9596 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9597 to point-max is hard.
9598 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9599 (zone-fill-out-screen): Ignore intangibility.
9600
81133808
CY
96012010-07-05 Chong Yidong <cyd@stupidchicken.com>
9602
4ad11f8c
CY
9603 * menu-bar.el (menu-bar-mode):
9604 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9605 if it has been set.
9606
81133808
CY
9607 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9608 word/line selection (Bug#6565).
9609
b24344ca
JB
96102010-07-04 Juanma Barranquero <lekktu@gmail.com>
9611
9612 * net/dbus.el (dbus-send-signal): Declare function.
9613
b1ce08da
MA
96142010-07-04 Michael Albinus <michael.albinus@gmx.de>
9615
9616 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9617 (dbus-register-property): New optional argument EMITS-SIGNAL.
9618 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9619
5592c08f
CY
96202010-07-03 Chong Yidong <cyd@stupidchicken.com>
9621
9622 * mouse.el (mouse-drag-overlay): Variable deleted.
9623 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9624 (mouse--remap-link-click-p): New function.
9625 (mouse-drag-track): Handle dragging by using temporary Transient
9626 Mark mode, instead of a special overlay.
9627 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9628 mouse-show-mark.
9629
9630 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9631 deleted.
9632
a6ed0e28
JL
96332010-07-02 Juri Linkov <juri@jurta.org>
9634
9635 * autoinsert.el (auto-insert-alist): Fix readability
9636 by using dotted pair notation for lambda.
9637
c91e692b
JL
96382010-07-02 Juri Linkov <juri@jurta.org>
9639
9640 * faces.el (read-face-name): Rename arg `string-describing-default'
9641 to `default'. Doc fix. Display the default value in quotes
9642 in the prompt. With empty input, return the `default' arg,
9643 unless the default value is a string (in which case return nil).
9644 (describe-face): Replace the string `default' arg of `read-face-name'
9645 with the symbol `default'.
9646
23640f8f
CY
96472010-07-02 Chong Yidong <cyd@stupidchicken.com>
9648
9649 * emulation/viper-cmd.el (viper-delete-backward-char)
9650 (viper-del-backward-char-in-insert)
9651 (viper-del-backward-char-in-replace, viper-change)
9652 (viper-backward-indent): Replace delete-backward-char with
9653 delete-char (Bug#6552).
9654
b32d1614
CY
96552010-07-01 Chong Yidong <cyd@stupidchicken.com>
9656
9657 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9658
c1ef4455
CY
96592010-06-30 Chong Yidong <cyd@stupidchicken.com>
9660
9661 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9662 argument passed to frame-creation-function (Bug#5378).
9663
9664 * faces.el (x-handle-named-frame-geometry)
9665 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9666 (face-set-after-frame-default, tty-create-frame-with-faces):
9667 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9668 PARAMETER argument.
9669
55702e89
AS
96702010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9671
9672 * startup.el (command-line): Don't call tool-bar-setup in a
9673 tty-only build.
9674
dc9a226c
CY
96752010-06-30 Chong Yidong <cyd@stupidchicken.com>
9676
9677 * ruler-mode.el (ruler--save-header-line-format): New fun.
9678 (ruler-mode): Use it as a setter function, so as not to overwrite
9679 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9680
a2f043d3
CY
96812010-06-29 Chong Yidong <cyd@stupidchicken.com>
9682
9683 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9684 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9685 (vc-log-outgoing): Use it.
9686 (vc-diff-internal): Set diff-vc-backend.
9687
9688 * vc/diff-mode.el (diff-vc-backend): New var.
9689
62d115ef
J
96902010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9691
6a7662bb
BR
9692 * dynamic-setting.el (font-setting-change-default-font):
9693 Remove call to message.
62d115ef 9694
1180f752
KH
96952010-06-28 Kenichi Handa <handa@m17n.org>
9696
9697 * international/quail.el (quail-insert-kbd-layout): Fix the
9698 showing of untranslated characters.
9699
b9229673
CY
97002010-06-28 Chong Yidong <cyd@stupidchicken.com>
9701
9702 * simple.el (delete-active-region): New option.
9703 (delete-backward-char): Implement in Lisp.
9704 (delete-forward-char): New command.
9705
5f9d345c 9706 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9707 (mouse-show-mark): Simplify.
9708
9709 * bindings.el (global-map): Bind delete and DEL, the former to
9710 delete-forward-char.
9711
a628ad9d 97122010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9713
9714 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9715 (ruby-mode): Bind indent-line-function (Bug#5119).
9716
3468f435
CY
97172010-06-27 Chong Yidong <cyd@stupidchicken.com>
9718
9719 * startup.el (command-line): Recognize "0" X resource value.
9720
6431f2e6
CY
97212010-06-27 Chong Yidong <cyd@stupidchicken.com>
9722
9723 * startup.el (command-line): Use X resources to set the value of
9724 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9725
9726 * menu-bar.el (menu-bar-mode):
9727 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9728 Set init-value to t.
9729
9730 * frame.el (frame-notice-user-settings): Don't change
9731 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9732 vice versa (Bug#2249).
9733
b61dfbe2
EZ
97342010-06-26 Eli Zaretskii <eliz@gnu.org>
9735
9736 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9737
f5cbf40e
AM
97382010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9739
a628ad9d
JB
9740 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9741 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9742
a628ad9d 9743 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9744 default directories are expanded (Bug#6143).
f5cbf40e 9745
8f3b8a5f
JL
97462010-06-24 Juri Linkov <juri@jurta.org>
9747
9748 * minibuffer.el (completions-format): Change default from nil to
9749 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9750
5af72a47
JL
97512010-06-24 Juri Linkov <juri@jurta.org>
9752
9753 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9754 buffer-locally to lambda that re-runs the vc diff command.
9755 (Bug#6447)
9756
8f804316
CY
97572010-06-24 Chong Yidong <cyd@stupidchicken.com>
9758
9759 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9760 echo area is in use (Bug#3412).
9761
be19ef0b
GM
97622010-06-22 Glenn Morris <rgm@gnu.org>
9763
6555773f
GM
9764 * textmodes/texinfmt.el (texinfo-format-region)
9765 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9766 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9767 (texinfo-format-option, texinfo-noindent):
9768 Use line-beginning-position and line-end-position.
9769
be19ef0b
GM
9770 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9771 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9772 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9773 utf-8 characters.
9774
7f0b7b3e
KF
97752010-06-21 Karl Fogel <kfogel@red-bean.com>
9776
49554388
GM
9777 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9778 forward-line fallout.
9779
e8579ebc
CY
97802010-07-06 Chong Yidong <cyd@stupidchicken.com>
9781
9782 * mouse.el (mouse-appearance-menu): Add docstring.
9783
9784 * help.el (describe-key): Print up-event using key-description.
9785
5d1cd8bd
MA
97862010-07-03 Michael Albinus <michael.albinus@gmx.de>
9787
9788 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9789 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9790 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9791
112dbc0e
MA
97922010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9793
9794 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9795
d0cb23ca
DN
97962010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9797
9798 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9799 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9800 cases that cause insertion.
9801 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9802 with a nil state.
9803
01b229d1
CY
98042010-06-30 Chong Yidong <cyd@stupidchicken.com>
9805
9806 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9807
8bf1c786 98082010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9809
9810 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9811
dfc6544c
CY
98122010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9813
9814 * generic-x.el (bat-generic-mode): Fix regexp for command line
9815 switches (Bug#5719).
9816
b7d4de51
CY
98172010-06-27 Masatake YAMATO <yamato@redhat.com>
9818
dfc6544c
CY
9819 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9820 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9821
53cfe624 98222010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9823
8bf1c786 9824 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9825 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9826 bindings of bookmark-automatically-show-annotations (Bug#6515).
9827
aca54191
EZ
98282010-06-25 Eli Zaretskii <eliz@gnu.org>
9829
9830 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9831 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9832
2330fa87
ŠN
98332010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9834
9835 * comint.el (make-comint, make-comint-in-buffer): Mention return
9836 value in the docstrings. (Bug#6498)
9837
29115ca9
YR
98382010-06-24 Yoni Rabkin <yoni@rabkins.net>
9839
9840 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9841 since it is not present when using some non-default switches.
9842
2c79f053
KF
98432010-06-23 Karl Fogel <kfogel@red-bean.com>
9844
7f0b7b3e
KF
9845 * simple.el (compose-mail): Fix doc string to refer to
9846 `compose-mail-user-agent-warnings', instead of to the
9847 nonexistent `compose-mail-check-user-agent'.
9848
43a91810
AM
98492010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9850
9851 Fix an indentation bug:
9852
9853 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9854 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9855 of existing values.
9856
9857 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9858 (c-clear->-pair-props-if-match-before): now return t when they've
9859 cleared properties, nil otherwise.
9860 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9861 by taking account of the existing value.
9862
9863 * progmodes/cc-defs.el
9864 (c-clear-char-property-with-value-function): Fix this to clear the
9865 property rather than overwriting it with nil.
9866
8adb4c33
CY
98672010-06-20 Chong Yidong <cyd@stupidchicken.com>
9868
9869 * emacs-lisp/package.el (package-print-package): Add link to
9870 package description via describe-package.
9871 (describe-package-1): List package requirements. Add button to
9872 perform installation.
9873 (package-menu-describe-package): New command.
9874
9875 * help-mode.el (help-package): New button type.
9876
cced7584
CY
98772010-06-19 Chong Yidong <cyd@stupidchicken.com>
9878
9879 * emacs-lisp/package.el: Move package-list-packages binding to
9880 menu-bar.el.
9881 (describe-package, describe-package-1, package--dir): New funs.
9882 (package-activate-1): Use package--dir.
9883
9884 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9885
9886 * help-mode.el (help-package-def): New button type.
9887
9888 * menu-bar.el: Move package-list-packages binding here from
9889 package.el.
9890
d148e8f9
GH
98912010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9892
9893 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9894
b1a03ef6
SM
98952010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * emacs-lisp/edebug.el (edebug-read-list):
9898 Phase out old-style backquotes.
9899
dbd6da78
JL
99002010-06-17 Juri Linkov <juri@jurta.org>
9901
9902 * help-mode.el (help-mode): Set buffer-local variable
9903 revert-buffer-function to help-mode-revert-buffer.
9904 (help-mode-revert-buffer): New function.
9905
9906 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9907 before popping to "*info*" (like in other Info functions).
9908 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9909 old-history-forward. Pop to old-buffer-name or "*info*" to
9910 recreate the killed buffer. Set Info-history-forward from
9911 old-history-forward.
9912 (Info-breadcrumbs-depth): Add :group and :version.
9913
64eba874
DN
99142010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9915
9916 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9917
26508c03
AM
99182010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9919
a628ad9d
JB
9920 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9921 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9922
69582fcd
JB
99232010-06-17 Juanma Barranquero <lekktu@gmail.com>
9924
54ea2a0d
JB
9925 * emacs-lisp/package.el (package-menu-mode-map):
9926 Move initialization into declaration.
9927
69582fcd
JB
9928 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9929
44198b6e
CY
99302010-06-17 Chong Yidong <cyd@stupidchicken.com>
9931
9932 * emacs-lisp/package.el (package-archive-base): Point to
9933 elpa.gnu.org.
9934 (package-enable, package-load-list): New defcustoms.
9935 (package-user-dir, package-directory-list): Turn into defcustoms.
9936 Don't include package-user-dir in package-directory-list.
9937 (package--builtins-base): Don't include Emacs as a "package".
9938 (package-subdirectory-regexp): New var.
9939 (package-load-all-descriptors, package-compute-transaction)
9940 (package-download-transaction): Obey package-load-list.
9941 (package-activate-1): Rename from package-do-activate.
9942 (package-list-packages-internal): Check package-load-list.
9943 (package-load-descriptor, package-generate-autoloads)
9944 (package-unpack, package-unpack-single)
6a7662bb
BR
9945 (package--read-archive-file, package-delete):
9946 Use expand-file-name.
44198b6e
CY
9947
9948 * emacs-lisp/package-x.el: New file. Package uploading
9949 functionality split out from package.el.
9950
95b6d681 9951 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9952
99532010-06-17 Tom Tromey <tromey@redhat.com>
9954
9955 * emacs-lisp/package.el: New file.
9956
50d76a9f
DN
99572010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9958
9959 Fix vc-annotate for renamed files when using Git.
76e3243a 9960 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9961 ls-files. Doe not pass the object as a file name to cat-file, it
9962 is not a file name.
9963 (vc-git-annotate-command): Pass the file name using -- to avoid
9964 ambiguity with the revision.
9965 (vc-git-previous-revision): Pass a relative file name.
9966
6095a05b
GM
99672010-06-22 Glenn Morris <rgm@gnu.org>
9968
943375a6
GM
9969 * progmodes/js.el (js-mode-map): Use standard capitalization and
9970 ellipses for menu entries.
9971
6095a05b
GM
9972 * wid-edit.el (widget-complete): Doc fix.
9973
4514199e
JH
99742010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9975
9976 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9977
c4786d60
DN
99782010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9979
11c46b39 9980 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9981 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9982 VC backend. Use it when non-nil.
a628ad9d 9983 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9984 (Bug#6487).
11c46b39 9985
c4786d60 9986 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9987 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9988 Do not pass the file name to the 'previous-revision call when we
9989 don't want a file diff. (Bug#6489)
9990
04ec0963
DN
99912010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9992
11c46b39 9993 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9994 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9995 the VC backend. Use it when non-nil.
76e3243a 9996 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9997 backend to vc-find-revision. (Bug#6487)
9998
c036381c
DN
99992010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10000
10001 Fix reading file names in Git annotate buffers.
95b6d681
JB
10002 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
10003 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 10004
05c123e6
AM
100052010-06-20 Alan Mackenzie <acm@muc.de>
10006
10007 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
10008 in file local variables, set it first.
10009
4111f0c7
GM
100102010-06-19 Glenn Morris <rgm@gnu.org>
10011
74739ffd
GM
10012 * descr-text.el (describe-char-unicode-data): Insert separating
10013 space when needed. (Bug#6422)
10014
4111f0c7
GM
10015 * progmodes/idlwave.el (idlwave-action-and-binding):
10016 Fix typo in 2009-12-03 change. (Bug#6450)
10017
e20f0421
SM
100182010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10021 handling for `lambda' (misunderstanding).
10022
fb3e306a
JB
100232010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10024
dd86ea11 10025 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
10026 constants aren't distributed after they are factored out.
10027
e020fb59
JL
100282010-06-16 Juri Linkov <juri@jurta.org>
10029
10030 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10031 `list-colors-print'. (Bug#6332)
10032
b8add347
SM
10033 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10034
36901266
SM
100352010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10036
49b2e83d
SM
10037 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10038 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10039
36901266
SM
10040 * font-lock.el (font-lock-major-mode): Rename from
10041 font-lock-mode-major-mode to distinguish it from
10042 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10043 (font-lock-set-defaults):
10044 * font-core.el (font-lock-default-function): Adjust users.
10045 (font-lock-mode): Don't set it at all.
10046
2a64315a 100472010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 10048
76e3243a 10049 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 10050
2a64315a 100512010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
10052
10053 * calendar/appt.el (appt-time-msg-list): Doc fix.
10054 (appt-check): Let-bind appt-warn-time.
10055 (appt-add): Make the 3rd argument optional.
10056 Simplify argument names. Doc fix. Check for integer WARNTIME.
10057 Only add WARNTIME to the output list if non-nil.
10058
2a64315a 100592010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
10060
10061 * calendar/appt.el (appt-check): Let the 3rd element of
10062 appt-time-msg-list specify the warning time.
10063 (appt-add): Add new argument with the warning time. (Bug#5176)
10064
6a7662bb 100652010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 10066
76e3243a 10067 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
10068 older than version 1.6. (Bug#6361)
10069
2a64315a 100702010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
10071
10072 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10073 used by cl-do-arglist. (Bug#6408)
10074
30d7ac37
AM
100752010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10076
6a7662bb
BR
10077 * textmodes/ispell.el (ispell-dictionary-base-alist):
10078 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
10079 Suggested by Rolando Pereira (bug#6434).
10080
8fd02581
JB
100812010-06-15 Juanma Barranquero <lekktu@gmail.com>
10082
10083 * facemenu.el (list-colors-sort): Doc fix.
10084
6a7662bb 100852010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
10086
10087 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10088
f0bf7c8e
JL
100892010-06-14 Juri Linkov <juri@jurta.org>
10090
10091 Add sort option `list-colors-sort'. (Bug#6332)
10092 * facemenu.el (color-rgb-to-hsv): New function.
10093 (list-colors-sort): New defcustom.
10094 (list-colors-sort-key): New function.
10095 (list-colors-display): Doc fix. Sort list according to the option
10096 `list-colors-sort'.
10097 (list-colors-print): Add HSV values to `help-echo' property of
10098 RGB strings.
10099
c42fe9a5
JL
101002010-06-14 Juri Linkov <juri@jurta.org>
10101
10102 * compare-w.el: Move to the "vc" subdirectory.
10103
b263a4c4
SM
101042010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10105
d8b0cddd
SM
10106 * image-mode.el (image-mode-map): Remap left-char and right-char.
10107
b263a4c4
SM
10108 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10109
89877f5f
CY
101102010-06-12 Chong Yidong <cyd@stupidchicken.com>
10111
133a8d82
CY
10112 * term/common-win.el (x-colors): Add all the color names defined
10113 in rgb.txt (Bug#6332).
10114
89877f5f
CY
10115 * facemenu.el (list-colors-print): Don't print extra names if it
10116 will overflow the window width.
10117
10118 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 10119 change (Bug#6343).
89877f5f 10120
9d1f18b5
EZ
101212010-06-12 Eli Zaretskii <eliz@gnu.org>
10122
10123 * files.el (make-directory): Doc fix (bug#6396).
10124
b81a0b56
MA
101252010-06-12 Michael Albinus <michael.albinus@gmx.de>
10126
10127 * net/tramp.el (tramp-remote-process-environment): Protect version
10128 string by apostroph.
10129 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10130 XEmacs.
10131 (tramp-file-name-for-operation): Add `call-process-region'.
10132 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10133
10134 * net/tramp-compat.el (top): Do not autoload
10135 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10136 only when `start-file-process' is not bound.
10137 (tramp-advice-file-expand-wildcards): Do not use
10138 `tramp-handle-file-remote-p'.
10139 (tramp-compat-make-temp-file): Handle the case, that
10140 `make-temp-file' has no third argument EXTENSION.
10141
69f18acc
JB
101422010-06-11 Juanma Barranquero <lekktu@gmail.com>
10143
5fee75d4
JB
10144 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10145
69f18acc
JB
10146 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10147
9766adfb
JL
101482010-06-11 Juri Linkov <juri@jurta.org>
10149
10150 * finder.el (finder-known-keywords): Add keyword "vc"
10151 for version control.
10152
10153 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10154 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10155 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10156 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10157
56b2854f
JL
101582010-06-11 Juri Linkov <juri@jurta.org>
10159
10160 Move version control related files to the "vc" subdirectory.
10161 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10162 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10163 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10164 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10165 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10166 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10167 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10168 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10169 Move files to the "vc" subdirectory.
10170
6534e58a
CY
101712010-06-11 Chong Yidong <cyd@stupidchicken.com>
10172
10173 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10174 (Bug#6367).
10175
84d9562f
SE
101762010-06-11 Stephen Eglen <stephen@gnu.org>
10177
10178 * shell.el: Bind `shell-resync-dirs' to M-RET.
10179
3ef0a6a5
MA
101802010-06-10 Michael Albinus <michael.albinus@gmx.de>
10181
10182 * notifications.el: Move file from lisp/net, because it is
10183 supposed to talk locally to the user.
10184
fa4003da
MA
101852010-06-10 Julien Danjou <julien@danjou.info>
10186
10187 * net/notifications.el (notifications-on-action-signal)
10188 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 10189 argument to the callback functions. Add docstrings.
fa4003da
MA
10190 (notifications-notify): Fix docstring.
10191
46e6650e
GM
101922010-06-10 Glenn Morris <rgm@gnu.org>
10193
10194 * emacs-lisp/authors.el (authors-ignored-files)
10195 (authors-valid-file-names): Add some files.
10196
a71832f7
SM
101972010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10198
10199 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10200 merge conflict, giving preference to the emacs-23 version of the code.
10201
8c6eab5a
SM
102022010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10203
989bc97f
SM
10204 * emacs-lisp/advice.el (ad-compile-function):
10205 Define warning-suppress-types before we let-bind it (bug#6275).
10206
8c6eab5a
SM
10207 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10208 declare it, make it buffer-local and permanent-local (bug#6324).
10209 (vc-resynch-window): Adjust name.
10210 * vc-hooks.el (vc-find-file-hook): Adjust name.
10211
890a18d6
MA
102122010-06-09 Michael Albinus <michael.albinus@gmx.de>
10213
10214 * net/notifications.el (notifications-notify): Fix docstring.
10215
bf3e70eb
JB
102162010-06-09 Juanma Barranquero <lekktu@gmail.com>
10217
10218 Update to Unicode 6.0.0 beta.
10219 * international/charprop.el: Update copyright.
10220 * international/mule-cmds.el (ucs-names): Update character ranges.
10221 * international/uni-bidi.el:
10222 * international/uni-category.el:
10223 * international/uni-combining.el:
10224 * international/uni-comment.el:
10225 * international/uni-decimal.el:
10226 * international/uni-decomposition.el:
10227 * international/uni-digit.el:
10228 * international/uni-lowercase.el:
10229 * international/uni-mirrored.el:
10230 * international/uni-name.el:
10231 * international/uni-numeric.el:
10232 * international/uni-old-name.el:
10233 * international/uni-titlecase.el:
10234 * international/uni-uppercase.el: Regenerate.
10235
b978141d
JB
102362010-06-09 Juanma Barranquero <lekktu@gmail.com>
10237
ee8359ba
JB
10238 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10239 (smie-precs-precedence-table): Fix typo in docstring.
10240
f64ab8fb
JB
10241 * vc-mtn.el (log-edit-extract-headers): Declare function.
10242
883ffa8c
JB
10243 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10244
b978141d
JB
10245 * net/notifications.el (dbus-register-signal): Declare function.
10246 (notifications-notify): Fix typos and reflow docstring.
10247
5f4f2ae4
DN
102482010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10249
10250 Improve VC create/retrieve tag/branch.
10251 * vc.el (vc-create-tag): Do not read the directory name for VCs
10252 with repository revision granularity. Adjust the tag/branch
10253 prompt. Reset VC properties.
10254 (vc-retrieve-tag): Do not read the directory name for VCs
10255 with repository revision granularity. Reset VC properties.
10256
41a86354
MA
102572010-06-09 Julien Danjou <julien@danjou.info>
10258
ef33fd34 10259 * net/notifications.el: New file.
41a86354 10260
fab43c76
DN
102612010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10262
00fd1147
DN
10263 Add optional support for resetting VC properties.
10264 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10265 call vc-file-clearprops when true.
10266 (vc-resynch-buffer): Add new optional argument, pass it down.
10267 (vc-resynch-buffers-in-directory): Likewise.
10268
fab43c76
DN
10269 Improve support for special markup in the VC commit message.
10270 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10271 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10272 * vc-git.el (vc-git-checkin):
10273 * vc-bzr.el (vc-bzr-checkin): Likewise.
10274
e7d67e73
SM
102752010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10278 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10279
277e6741
MP
102802010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10281
10282 * iimage.el: Remove images as soon as the underlying text is modified.
10283 (iimage-modification-hook): New function.
10284 (iimage-mode-buffer): Use it.
10285
83156c18
SM
102862010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10289 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10290 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10291 (smie-indent-keyword): Add handling of open-paren keywords.
10292 (smie-indent-comment-continue): Don't assume comment-continue.
10293
13b5221f
MR
102942010-06-07 Martin Rudalics <rudalics@gmx.at>
10295
10296 * window.el (pop-to-buffer): Remove the conditional that
10297 compares new-window and old-window, so it will reselect
10298 the selected window unconditionally.
10299 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10300
c2ea5810
SM
103012010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * emacs-lisp/smie.el (smie-indent-offset-after)
10304 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10305 (smie-indent-after-keyword): Use them.
10306 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10307 (smie-indent-keyword): Tweak the black magic.
10308 (smie-indent-comment-continue): Strip comment-continue before use.
10309 (smie-indent-functions): Indent comments before keywords.
10310
27dd3c11
JL
103112010-06-06 Juri Linkov <juri@jurta.org>
10312
10313 * isearch.el (isearch-lazy-highlight-search): Fix looping
10314 by checking for empty match. This syncs this loop with the
10315 similar loop in `isearch-search'. (Bug#6362)
10316
35b148ee
JB
103172010-06-05 Juanma Barranquero <lekktu@gmail.com>
10318
10319 * net/dbus.el (dbus-register-method): Declare function.
10320 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10321 (dbus-introspect): Doc fix.
10322 (dbus-event-bus-name, dbus-introspect-get-interface)
10323 (dbus-introspect-get-argument): Reflow docstrings.
10324
eccdfe5f
DN
103252010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10326
10327 vc-log-incoming/vc-log-outgoing fixes for Git.
10328 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10329 incoming/outgoing logs.
10330 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10331 instead of vc-git-compute-remote.
10332 (vc-git-compute-remote): Remove.
10333
86253dc0
CY
103342010-06-04 Chong Yidong <cyd@stupidchicken.com>
10335
10336 * term/common-win.el (x-colors): Add "dark green" and "dark
10337 turquoise" (Bug#6332).
10338
0665f661
JL
103392010-06-04 Juri Linkov <juri@jurta.org>
10340
10341 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10342 Instead of setting `replace' to t and replacing the same string
10343 with itself, don't do certain actions when
10344 kill-do-not-save-duplicates is non-nil and string is equal to car
10345 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10346 interprogram-paste strings to kill-ring, and don't push the input
10347 argument `string' to kill-ring.
10348 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10349
087fc47a
JB
103502010-06-04 Juanma Barranquero <lekktu@gmail.com>
10351
10352 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10353
4f201088
MA
103542010-06-04 Michael Albinus <michael.albinus@gmx.de>
10355
10356 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10357 (tramp-gvfs-handler-mounted-unmounted)
10358 (tramp-gvfs-connection-mounted-p): Handle default-location.
10359
10360 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10361 move files to trash.
10362
18ccd78a
JB
103632010-06-04 Juanma Barranquero <lekktu@gmail.com>
10364
10365 * international/mule-cmds.el (nonascii-insert-offset)
10366 (nonascii-translation-table): Add obsolescence information.
10367
10368 * international/mule.el (make-translation-table-from-vector): Doc fix.
10369
3845c322
GM
103702010-06-03 Glenn Morris <rgm@gnu.org>
10371
10372 * desktop.el (desktop-clear-preserve-buffers):
10373 Add "*Warnings*" buffer. (Bug#6336)
10374
54d3626e
DN
103752010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10376
6941ffec
DN
10377 vc-log-incoming/vc-log-outgoing improvements for Git.
10378 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10379 short log.
10380 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10381
54d3626e
DN
10382 Add bindings for vc-log-incoming and vc-log-outgoing.
10383 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10384 and vc-log-outgoing.
10385 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10386 and vc-log-outgoing.
10387
aa1bc616
CY
103882010-06-03 Chong Yidong <cyd@stupidchicken.com>
10389
10390 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10391 (rcirc-handler-366): Always sort nicknames.
10392
e2d2a205
JB
103932010-06-03 Juanma Barranquero <lekktu@gmail.com>
10394
10395 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10396
44ea155d
CY
103972010-06-03 Chong Yidong <cyd@stupidchicken.com>
10398
a628ad9d 10399 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10400
a91dedc4
SM
104012010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10404 (rcirc-sort-nicknames-join): Avoid setq.
10405
c62bf05a
DD
104062010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10407
10408 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10409 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10410 (rcirc-handler-366): Use them.
10411
dd2c3c92
SM
104122010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 Split smie-indent-calculate into more manageable chunks.
10415 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10416 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10417 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10418 (smie-indent-exps): Extract from smie-indent-calculate.
10419 (smie-indent-functions): New var.
10420 (smie-indent-functions): Use them.
10421
927c346b
SM
104222010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10425 (smie-indent-calculate): Simplify and cleanup.
10426
1efeec86
MA
104272010-06-02 Michael Albinus <michael.albinus@gmx.de>
10428
10429 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10430 (tramp-gvfs-mount-point): Remove.
10431 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10432 New defuns.
1efeec86
MA
10433 (with-tramp-dbus-call-method): Format trace message.
10434 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10435 Implement backup call, when operation on local files fails.
10436 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10437 (tramp-gvfs-handle-make-directory): Make more traces.
10438 (tramp-gvfs-url-file-name): Hexify file name in url.
10439 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10440 into account for the resulting file name.
10441 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10442 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10443 (tramp-gvfs-handler-mounted-unmounted)
10444 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10445 attribute "default_location". Set "prefix" property.
10446 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10447 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10448 exists. Raise an error, if not (due to a corresponding answer
10449 "no" in interactive questions, for example).
10450
89877f5f 104512010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10452
10453 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10454
24f574a9
JB
104552010-06-01 Juanma Barranquero <lekktu@gmail.com>
10456
10457 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10458 right-*. (Bug#6265)
10459
290736f2
DN
104602010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10461
61158bfa
DN
10462 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10463 * vc-git.el (vc-git-compute-remote): New function.
10464 (vc-git-log-outgoing): Use it instead of hard coding a value.
10465 (vc-git-log-incoming): New function.
10466
5828f6ca
DN
10467 Improve state updating for VC tag commands.
10468 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10469 to update the state of all buffers in the directory.
10470
290736f2
DN
10471 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10472
feceda26
SM
104732010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10476 `file-directory-p' to the filename part rather than to the whole text.
10477
896114cf
SM
104782010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10481
1603358c
DA
104822010-05-31 Drew Adams <drew.adams@oracle.com>
10483
10484 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10485
fe40dc63
JB
104862010-05-31 Juanma Barranquero <lekktu@gmail.com>
10487
10488 * subr.el (momentary-string-display): Just use read-event to read
10489 the exit event (Bug#6238).
10490
9e8014c6
EZ
104912010-05-30 Eli Zaretskii <eliz@gnu.org>
10492
10493 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10494
61a08071
JB
104952010-05-30 Juanma Barranquero <lekktu@gmail.com>
10496
10497 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10498 Suggested by Eli Zaretskii <eliz@gnu.org>.
10499
5feec8ca
SM
105002010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10501
10502 * minibuffer.el (completion-file-name-table): Don't return a boundary
10503 past the end of `string' (bug#6299).
10504 (completion--file-name-table): Delegate to completion-file-name-table
10505 for the `boundaries' case.
10506
8175cb90
JB
105072010-05-30 Juanma Barranquero <lekktu@gmail.com>
10508
2b94133f
JB
10509 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10510 movement commands.
10511
8175cb90
JB
10512 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10513 `path-separator', but maintain compatibility with Emacs 20.2.
10514
0191e222
CY
105152010-05-29 Chong Yidong <cyd@stupidchicken.com>
10516
10517 * server.el (server-process-filter): Receive parent-id argument
10518 from emacsclient.
10519 (server-create-window-system-frame): New arg. Pass parent-id as
10520 frame parameter.
10521
9b655a0a
EZ
105222010-05-29 Eli Zaretskii <eliz@gnu.org>
10523
db5dce9d
EZ
10524 Bidi-sensitive word movement with arrow keys.
10525 * subr.el (right-arrow-command, left-arrow-command): Move to
10526 bindings.el.
10527
10528 * bindings.el (right-char, left-char): Move from subr.el and
10529 rename from right-arrow-command and left-arrow-command.
10530 (right-word, left-word): New functions.
10531 (global-map) <right>: Bind to right-char.
10532 (global-map) <left>: Bind to left-char.
10533 (global-map) <C-right>: Bind to right-word.
10534 (global-map) <C-left>: Bind to left-word.
10535
9b655a0a
EZ
10536 * ls-lisp.el (ls-lisp-classify-file): New function.
10537 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10538 (ls-lisp-classify): Call ls-lisp-classify-file.
10539 (insert-directory): Remove blanks from switches.
10540
fcb52808
CY
105412010-05-29 Chong Yidong <cyd@stupidchicken.com>
10542
10543 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10544 (ansi-color-drop-regexp): New constant.
10545 (ansi-color-apply, ansi-color-filter-region)
896114cf 10546 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10547 (ansi-color-apply): Build string list before calling concat.
10548
0040735a
JL
105492010-05-28 Juri Linkov <juri@jurta.org>
10550
10551 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10552 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10553 (Bug#5270)
10554
b6827fff
MA
105552010-05-28 Michael Albinus <michael.albinus@gmx.de>
10556
10557 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10558 to ignored backtrace functions.
10559 (with-progress-reporter): Expand docstring.
10560 (tramp-handle-delete-file): Implement TRASH argument.
10561 (tramp-get-remote-trash): New defun.
10562
eba082a2
MA
105632010-05-28 Michael Albinus <michael.albinus@gmx.de>
10564
6a7662bb
BR
10565 * net/tramp-compat.el (tramp-compat-delete-file):
10566 Use `symbol-value' for backward compatibility.
eba082a2
MA
10567
10568 * net/tramp.el (tramp-handle-make-symbolic-link)
10569 (tramp-handle-load)
10570 (tramp-do-copy-or-rename-file-via-buffer)
10571 (tramp-do-copy-or-rename-file-directly)
10572 (tramp-do-copy-or-rename-file-out-of-band)
10573 (tramp-handle-process-file, tramp-handle-call-process-region)
10574 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10575 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10576 (tramp-delete-temp-file-function): Use `delete-file' instead
10577 of `tramp-compat-delete-file'.
10578
10579 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10580 (tramp-fish-handle-make-symbolic-link)
10581 (tramp-fish-handle-process-file): Use `delete-file' instead
10582 of `tramp-compat-delete-file'.
10583
6a7662bb
BR
10584 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10585 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10586
d86d2721
SM
10587 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10588 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10589
6a7662bb
BR
10590 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10591 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10592
10593 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10594 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10595 (tramp-smb-handle-write-region): Use `delete-file' instead of
10596 `tramp-compat-delete-file'.
10597 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10598
f1a5d776
CY
105992010-05-27 Chong Yidong <cyd@stupidchicken.com>
10600
10601 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10602 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10603 (dired-do-flagged-delete, dired-do-delete): Use trash.
10604
10605 * speedbar.el (speedbar-item-delete): Allow trashing.
10606
10607 * files.el (delete-directory): New arg TRASH.
10608
10609 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10610 (ange-ftp-rename-remote-to-remote)
10611 (ange-ftp-rename-local-to-remote)
10612 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10613 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10614 `delete-file'.
10615 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10616 allow trashing.
10617
10618 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10619 handle new TRASH arg of `delete-file'.
10620
c4ce1145 10621 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10622 (tramp-handle-make-symbolic-link, tramp-handle-load)
10623 (tramp-do-copy-or-rename-file-via-buffer)
10624 (tramp-do-copy-or-rename-file-directly)
10625 (tramp-do-copy-or-rename-file-out-of-band)
10626 (tramp-handle-process-file, tramp-handle-call-process-region)
10627 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10628 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10629 (tramp-delete-temp-file-function): Use null TRASH arg in
10630 tramp-compat-delete-file call.
10631
10632 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10633 (tramp-fish-handle-delete-file)
10634 (tramp-fish-handle-make-symbolic-link)
10635 (tramp-fish-handle-process-file): Use null TRASH arg in
10636 `tramp-compat-delete-file' call.
10637
10638 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10639 arg in `tramp-compat-delete-file' call.
10640
10641 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10642 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10643 `tramp-compat-delete-file' call.
10644
10645 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10646 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10647 `tramp-compat-delete-file' call.
10648
10649 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10650 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10651 (tramp-smb-handle-write-region): Use null TRASH arg in
10652 tramp-compat-delete-file call.
10653 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10654 (tramp-smb-handle-delete-file): Rename arg.
10655
10656 * diff.el (diff-sentinel):
10657 * epg.el (epg--make-temp-file, epg-decrypt-string)
10658 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10659 * jka-compr.el (jka-compr-partial-uncompress)
10660 (jka-compr-call-process, jka-compr-write-region):
10661 * server.el (server-sentinel): Remove optional arg from
10662 delete-file, reverting 2010-05-03 change.
10663
ecb0ab90
CY
106642010-05-27 Chong Yidong <cyd@stupidchicken.com>
10665
6a7662bb
BR
10666 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10667 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10668
2b25da45
KH
106692010-05-27 Kenichi Handa <handa@m17n.org>
10670
10671 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10672 element of GSTRING is nil.
10673
11e4d8c0
SM
106742010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * emacs-lisp/smie.el (smie-forward-token-function)
10677 (smie-backward-token-function): New vars.
10678 (smie-backward-sexp, smie-forward-sexp)
10679 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10680 (smie-default-backward-token): Rename from smie-backward-token and
10681 skip comments.
10682 (smie-default-forward-token): Rename from smie-forward-token and
10683 skip comments.
10684 (smie-next-sexp): Handle nil results from next-token.
10685 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10686
4da3541b
CY
106872010-05-27 Chong Yidong <cyd@stupidchicken.com>
10688
896114cf
SM
10689 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10690 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10691
106922010-05-27 Masatake YAMATO <yamato@redhat.com>
10693
10694 * htmlfontify.el (hfy-face-resolve-face): New function.
10695 (hfy-face-to-style): Use it (Bug#6279).
10696
6dc439cb
SM
106972010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10698
10699 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10700 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10701
021eb8d7
GM
107022010-05-26 Glenn Morris <rgm@gnu.org>
10703
10704 * emulation/edt.el (edt-load-keys): Use locate-library.
10705
bef4957b
CY
107062010-05-25 Chong Yidong <cyd@stupidchicken.com>
10707
10708 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10709 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10710 (log-edit-changelog-insert-entries): Args changed.
10711 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10712 (log-edit-insert-changelog-entries): Reorganize return value of
10713 `log-edit-changelog-entries' to pass filenames to
10714 log-edit-changelog-insert-entries.
10715
84fb0956
TV
107162010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10717
10718 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10719 `image-dired-dired-insert-marked-thumbs' to
10720 `image-dired-dired-toggle-marked-thumbs'.
10721
10722 * image-dired.el: Require cl when compiling.
10723 (image-dired-dired-toggle-marked-thumbs): Rename from
10724 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10725 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10726 to 'no-dir. Skip files whose names don't match
10727 `image-file-name-regexp'. When file has a thumbnail overlay,
10728 delete it. (Bug#5270)
10729
0fb1193d
JL
107302010-05-25 Juri Linkov <juri@jurta.org>
10731
10732 * image-mode.el (image-mode): Add image-after-revert-hook to
10733 after-revert-hook.
10734 (image-after-revert-hook): New function. (Bug#5669)
10735
fc937924
JL
107362010-05-25 Juri Linkov <juri@jurta.org>
10737
10738 * image.el (image-animated-p): When delay between animated images
10739 is 0, set it to 10 (0.1 sec). (Bug#6258)
10740
fa9ba953
MA
107412010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10742
10743 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10744 `forward-word', its default syntax could be changed.
fa9ba953 10745
9e021389
MA
107462010-05-25 Michael Albinus <michael.albinus@gmx.de>
10747
10748 * net/tramp.el (tramp-progress-reporter-update): New defun.
10749 (with-progress-reporter): Use it.
10750 (tramp-process-actions):
6a7662bb
BR
10751 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10752 Preserve current message, in order to let progress reporter continue
9e021389
MA
10753 afterwards. (Bug#6257)
10754
6169260b
GM
107552010-05-25 Glenn Morris <rgm@gnu.org>
10756
10757 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10758 Add :version.
10759
d26781af
RY
107602010-05-25 Ryan Yeske <rcyeske@gmail.com>
10761
8826afe3 10762 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10763 (rcirc-default-full-name): Change to "unknown".
10764 (rcirc-user-name-history): Add variable.
8826afe3
GM
10765
107662010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10767 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10768
10769 * net/rcirc.el (rcirc-server-alist): Add :pass.
10770 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10771 username and password.
a628ad9d 10772 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10773 value to server when connecting.
10774
d355a0b7
SM
107752010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10776
f5228f84
SM
10777 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10778 (smie-merge-prec2s): Pass the tables as separate args.
10779 (smie-bnf-precedence-table): Adjust call accordingly.
10780 (smie-prec2-levels): Set levels at the end.
10781
d355a0b7
SM
10782 Replace Lisp calls to delete-backward-char by delete-char.
10783 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10784 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10785 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10786 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10787 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10788 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10789 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10790 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10791 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10792 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10793 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10794 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10795 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10796 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10797 delete-backward-char by calls to delete-char.
10798
f668ef02
KH
107992010-05-25 Kenichi Handa <handa@m17n.org>
10800
10801 * language/hebrew.el (hebrew-shape-gstring): New function.
10802 Register it in composition-function-table for all Hebrew combining
10803 characters.
10804
397eb3f3
SM
108052010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * epa.el (epa--select-keys): Don't explicitly delete the window since
10808 that can fail (e.g. sole window in frame). Use dedication instead.
10809
171eda53 108102010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10811
10812 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10813
110683ad
CY
108142010-05-22 Chong Yidong <cyd@stupidchicken.com>
10815
10816 * image.el (image-refresh): Define as an alias for image-flush.
10817
10818 * image-mode.el (image-toggle-display-image): Caller changed.
10819
df9db151
JL
108202010-05-21 Juri Linkov <juri@jurta.org>
10821
10822 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10823 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10824 whitespace, call wildcard-to-regexp on substrings and concat them
10825 with "\\|". (Bug#6114)
10826
c0209c2c
AM
108272010-05-21 Alan Mackenzie <acm@muc.de>
10828
171eda53
SM
10829 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10830 Replace parameter `here' with `here-' and `here-plus', which sandwich
10831 any pertinent CPP construct.
c0209c2c
AM
10832 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10833 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10834 CPP construct from taking part in the scanning.
10835
655bded0
MA
108362010-05-21 Michael Albinus <michael.albinus@gmx.de>
10837
10838 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10839 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10840 Tune `with-progress-reporter' messages.
655bded0
MA
10841 (tramp-handle-vc-registered):
10842 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10843 (tramp-fish-handle-insert-file-contents)
10844 (tramp-fish-maybe-open-connection):
10845 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10846 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10847 (tramp-imap-handle-insert-file-contents)
10848 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10849
3e17a1a7
JB
108502010-05-21 Juanma Barranquero <lekktu@gmail.com>
10851
bf1e8d4a
JB
10852 * add-log.el (change-log-font-lock-keywords):
10853 Highlight all authors in multi-author entries.
10854
3e17a1a7
JB
10855 * smerge-mode.el (smerge-refine-ignore-whitespace)
10856 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10857 Fix typos in docstrings.
10858 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10859
969e684a
GM
108602010-05-21 Glenn Morris <rgm@gnu.org>
10861
e75c1e7d
GM
10862 * progmodes/fortran.el (fortran-mode):
10863 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10864
969e684a
GM
10865 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10866 having a relative path in src/Makefile.in.
10867
a50878fa
KR
108682010-05-20 Kevin Ryde <user42@zip.com.au>
10869
10870 * help-mode.el (help-make-xrefs): For Info node links turn
10871 newlines into spaces. Link node names with newlines are matched
10872 by help-xref-info-regexp and buttonized, this change ensures they
10873 can be followed successfully with RET. (Bug#6206)
10874
f66a2f90
JL
108752010-05-20 Juri Linkov <juri@jurta.org>
10876
10877 * locate.el (locate): Use pop-to-buffer instead of
10878 switch-to-buffer-other-window. (Bug#6204)
10879
201d895a
JL
108802010-05-20 Juri Linkov <juri@jurta.org>
10881
10882 * replace.el (replace-highlight): Fix lazy-highlighting
10883 for `M-s w str M-% str RET'.
10884
1ddb2ea0
MY
108852009-12-15 Masatake YAMATO <yamato@redhat.com>
10886
10887 * isearch.el (isearch-yank-word-or-char): Pull next subword
10888 when `subword-mode' is activated. (Bug#6220)
10889
a6020335
MH
108902010-05-20 Mark A. Hershberger <mah@everybody.org>
10891
10892 * isearch.el (isearch-update-post-hook): New hook.
10893 (isearch-update): Use the new hook. (Bug#6225)
10894
50de6a38
JL
108952010-05-20 Juri Linkov <juri@jurta.org>
10896
10897 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10898 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10899 (Bug#6222)
10900
5d944a8f
JL
109012010-05-20 Juri Linkov <juri@jurta.org>
10902
10903 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10904 (Bug#6223)
10905
f5d6548a
JL
109062010-05-20 Juri Linkov <juri@jurta.org>
10907
10908 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10909 FILE-NAME to read from the minibuffer when called interactively
10910 with prefix argument instead of using buffer-file-name.
10911 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10912
10913 * dired.el: Update autoloads.
10914
f8e63691
CY
109152010-05-20 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10918 nxml-finish-element, for consistency with SGML mode.
10919
10920 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10921 octave-close-block.
10922
07d7c3bd
JB
109232010-05-20 Juanma Barranquero <lekktu@gmail.com>
10924
10925 * composite.el: Require cl when compiling.
10926 (reference-point-alist, compose-gstring-for-graphic)
10927 (compose-gstring-for-terminal): Fix typos in docstrings.
10928
7bce8510
JL
109292010-05-19 Juri Linkov <juri@jurta.org>
10930
10931 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10932 set-window-parameter.
10933
a7723e05
MA
109342010-05-19 Michael Albinus <michael.albinus@gmx.de>
10935
10936 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10937 where appropriate.
10938 (tramp-maybe-open-connection): Use it.
10939
3f2e7735
EZ
109402010-05-19 Eli Zaretskii <eliz@gnu.org>
10941
10942 * simple.el (move-end-of-line): Make sure we are at line beginning
10943 before backing up to end of previous line.
10944
8d9181c7
MA
109452010-05-19 Michael Albinus <michael.albinus@gmx.de>
10946
8c4ec20f
MA
10947 * password-cache.el (password-cache-remove): Fix docstring.
10948
8d9181c7
MA
10949 * net/secrets.el: Autoload the widget functions.
10950 (secrets-search-items, secrets-create-item)
10951 (secrets-get-attributes, secrets-expand-item): Attributes will be
10952 stored on the password database without leading ":", as all other
10953 clients do as well.
10954 (secrets-mode): Fix docstring.
10955 (secrets-show-secrets): Provide it as autoloaded command only when
10956 D-Bus support is available. Check existence of Secret Service API.
10957
2a96c2a7
SM
109582010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 * indent.el (indent-region): Deactivate region (bug#6200).
10961
d24e10b1
GM
109622010-05-19 Glenn Morris <rgm@gnu.org>
10963
10964 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10965
2833d915
KH
109662010-05-19 Kenichi Handa <handa@m17n.org>
10967
10968 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10969 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10970
134c2f29
JB
109712010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10972
10973 * calc/calc-trail.el (calc-trail-isearch-forward)
10974 (calc-trail-isearch-backward): Ensure that the new window
10975 point is set correctly.
10976
278847cd
SM
109772010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * subr.el (read-quoted-char): Resolve modifiers after key
10980 remapping (bug#6212).
10981
3a8e7cbd
MA
109822010-05-18 Michael Albinus <michael.albinus@gmx.de>
10983
10984 Add visualization code for secrets.
10985 * net/secrets.el (secrets-mode): New major mode.
10986 (secrets-show-secrets, secrets-show-collections)
10987 (secrets-expand-collection, secrets-expand-item)
10988 (secrets-tree-widget-after-toggle-function)
10989 (secrets-tree-widget-show-password): New defuns.
10990
472e7ec1
SM
109912010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10992
224b70cb
SM
10993 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10994 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10995 handled in smie-next-sexp.
10996 (smie-indent-calculate): Provide a starting indentation (so the
10997 recursion is well-founded ;-).
10998
472e7ec1
SM
10999 Fix handling of non-associative equal levels.
11000 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
11001 when it's not needed.
11002 (smie-op-left, smie-op-right): New functions.
11003 (smie-next-sexp): New function, extracted from smie-backward-sexp.
11004 Better handle equal levels to distinguish the associative case from
11005 the "multi-keyword construct" case.
11006 (smie-backward-sexp, smie-forward-sexp): Use it.
11007
35e53abd
JB
110082010-05-18 Juanma Barranquero <lekktu@gmail.com>
11009
5d8fe0ba
JB
11010 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11011
35e53abd
JB
11012 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11013 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11014
5ad4bef5
SM
110152010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 Provide a simple generic indentation engine and use it for Prolog.
11018 * emacs-lisp/smie.el: New file.
11019 * progmodes/prolog.el (prolog-smie-op-levels)
11020 (prolog-smie-indent-rules): New var.
11021 (prolog-mode-variables): Use them to configure SMIE.
11022 (prolog-indent-line, prolog-indent-level): Remove.
11023
00681a3c
JB
110242010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11025
560bb7ae 11026 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
11027 order before computing the averages.
11028
eba62f7a
JB
110292010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11030
597517ef 11031 * calc/calc-vec.el (calc-histogram):
5ad4bef5 11032 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
11033 (math-vector-avg): New function.
11034
560bb7ae 11035 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
11036 being grouped depend on the radix (Bug#6189).
11037
8c5ff6dd
KR
110382010-05-15 Ken Raeburn <raeburn@raeburn.org>
11039
11040 * version.el (emacs-copyright, emacs-version): Don't define here,
11041 now that emacs.c defines it.
11042
98d8b17e
EZ
110432010-05-15 Eli Zaretskii <eliz@gnu.org>
11044
71078429
EZ
11045 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11046 "Describe Language Environment" menu item.
11047
ce6233c1
EZ
11048 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11049
d20e1419
EZ
11050 Bidi-sensitive movement with arrow keys.
11051 * subr.el (right-arrow-command, left-arrow-command): New functions.
11052
11053 * bindings.el (global-map): Bind them to right and left arrow keys.
11054
98d8b17e 11055 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
11056 * files.el (convert-standard-filename):
11057 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
11058 the corresponding systems.
11059
11060 * w32-fns.el (w32-convert-standard-filename): Rename from
11061 convert-standard-filename. Doc fix.
11062
11063 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11064 (convert-standard-filename): Don't defalias.
11065 (register-name-alist, make-register, register-value)
11066 (set-register-value, intdos): Obsolete aliases for the
11067 corresponding dos-* functions and variables.
11068 (dos-intdos): Add a doc string.
11069
ae6bc504
JB
110702010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11071
11072 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11073 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11074 (math-compose-tex-func):
11075 * calc/calccomp.el (math-compose-expr):
11076 * calc/calc-ext.el (math-format-flat-expr-fancy):
11077 * calc/calc-store.el (calc-read-var-name):
11078 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11079
11080 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 11081 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 11082 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 11083 (math-standard-units): Add units.
ae6bc504 11084
c26ea4b2
SM
110852010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11086
7aefa445 11087 * progmodes/asm-mode.el (asm-mode):
13973643
SM
11088 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11089
c26ea4b2
SM
11090 * pcomplete.el (pcomplete-completions-at-point): New function,
11091 extracted from pcomplete-std-complete.
11092 (pcomplete-std-complete): Use it.
11093
02be533b
GM
110942010-05-15 Glenn Morris <rgm@gnu.org>
11095
11096 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11097 Remove references to CVS, RCS and Old directories.
11098
78ed0efc
JB
110992010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11100
ae6bc504 11101 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
11102 appropriate.
11103
10dcc561
SM
111042010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11105
5ccaa359
SM
11106 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11107 (sh-mode-syntax-table): Give it a default value instead.
11108 (sh-header-marker): Make buffer-local.
11109 (sh-mode): Move make-local-variable to the corresponding setq.
11110 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11111 Use complete-with-action.
11112
10dcc561
SM
11113 * simple.el (prog-mode): New (abstract) major mode.
11114 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11115 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11116
c38762fd
JB
111172010-05-14 Juanma Barranquero <lekktu@gmail.com>
11118
11119 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11120 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11121 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11122 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11123 (sql-escape-newlines-filter, sql-input-sender)
11124 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11125
2ef3c144
CY
111262010-05-13 Chong Yidong <cyd@stupidchicken.com>
11127
560bb7ae 11128 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
11129
11130 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11131 latex-open-block and C-c / to latex-close-block.
11132
11133 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11134 and C-c C-e to sgml-close-tag.
11135
3b30ccda
MA
111362010-05-13 Michael Albinus <michael.albinus@gmx.de>
11137
11138 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 11139 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
11140 (tramp-handle-load, tramp-handle-file-local-copy)
11141 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
11142 (tramp-maybe-send-script, tramp-find-shell):
11143 Use `with-progress-reporter'.
3b30ccda
MA
11144 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11145 Fix message text.
11146
11147 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11148 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11149 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11150 Use `with-progress-reporter'.
11151
57ff5d7b
AM
111522010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11153
a628ad9d
JB
11154 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11155 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 11156
5a70d10f
SM
111572010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11158
791ffe1c
SM
11159 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11160
5a70d10f
SM
11161 * dos-fns.el: Add "dos-" prefix for namespace control.
11162 (convert-standard-filename): Define as alias for
11163 dos-convert-standard-filename but only if applicable.
11164
38d93f03
AM
111652010-05-12 Alan Mackenzie <acm@muc.de>
11166
11167 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11168 Push the mark at the start of these functions when appropriate.
11169
902a6d8d
SM
111702010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * minibuffer.el (completion-cycle-threshold): New custom var.
11173 (completion--do-completion): Use it.
11174 (minibuffer-complete): Use cycling if appropriate.
11175
9ee120ba
JB
111762010-05-11 Juanma Barranquero <lekktu@gmail.com>
11177
11178 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11179 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11180
841c4085
JL
111812010-05-11 Juri Linkov <juri@jurta.org>
11182
11183 * scroll-all.el (scroll-all-check-to-scroll):
11184 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11185
8a67c70e
SM
111862010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11187
f2b9ed18
SM
11188 * iimage.el (iimage-mode-map): Move initialization into declaration.
11189 (iimage-mode-buffer): Use with-silent-modifications.
11190 Simplify calling convention. Adjust callers.
11191 (iimage-mode): Don't run hook redundantly.
11192
8a67c70e
SM
11193 * minibuffer.el (completion-pcm--pattern->regex):
11194 Fix last change (bug#6160).
11195
4bbedd98
JL
111962010-05-10 Juri Linkov <juri@jurta.org>
11197
11198 Remove nodes visited during Isearch from the Info history.
11199 * info.el (Info-isearch-initial-history)
11200 (Info-isearch-initial-history-list): New variables.
11201 (Info-isearch-start): Record initial values of
11202 Info-isearch-initial-history and Info-isearch-initial-history-list.
11203 Add Info-isearch-end to isearch-mode-end-hook.
11204 (Info-isearch-end): New function.
11205
94ecf5da
MA
112062010-05-10 Michael Albinus <michael.albinus@gmx.de>
11207
11208 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
11209 format string, in order to work around a bug in pdksh.
11210 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
11211 (tramp-handle-verify-visited-file-modtime): Do not send a command
11212 when the connection is not established.
11213 (tramp-handle-set-file-times): Simplify the check for utc.
11214
c5eb971b
JB
112152010-05-10 Juanma Barranquero <lekktu@gmail.com>
11216
11217 Fix use of `filter-buffer-substring' (rework previous change).
11218 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11219 (cua-repeat-replace-region):
11220 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11221 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11222 (cua-cut-region-to-global-mark): Use it.
11223
7492acc9
MM
112242010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11225
77e2fc7a
JB
11226 * progmodes/sql.el: Version 2.1.
11227 (sql-product-alist): Redesign structure of product info.
11228 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
11229 (sql-port, sql-port-history): New variables.
11230 (sql-interactive-product): New variable.
11231 (sql-send-terminator): New variable.
77e2fc7a 11232 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
11233 (sql-oracle-login-params, sql-sqlite-login-params)
11234 (sql-mysql-login-params, sql-solid-login-params)
11235 (sql-sybase-login-params, sql-informix-login-params)
11236 (sql-ingres-login-params, sql-ms-login-params)
11237 (sql-postgres-login-params, sql-interbase-login-params)
11238 (sql-db2-login-params, sql-linter-login-params)
11239 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
11240 (sql-mode-map): Add C-c C-i to start interactive mode.
11241 (sql-mode-menu): Update existing menu entries.
11242 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
11243 (sql-mode-oracle-font-lock-keywords)
11244 (sql-mode-postgres-font-lock-keywords)
11245 (sql-mode-ms-font-lock-keywords)
11246 (sql-mode-sybase-font-lock-keywords)
11247 (sql-mode-informix-font-lock-keywords)
11248 (sql-mode-interbase-font-lock-keywords)
11249 (sql-mode-ingres-font-lock-keywords)
11250 (sql-mode-solid-font-lock-keywords)
11251 (sql-mode-mysql-font-lock-keywords)
11252 (sql-mode-sqlite-font-lock-keywords)
11253 (sql-mode-db2-font-lock-keywords)
77e2fc7a 11254 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
11255 reduce run-time complexity.
11256 (sql-add-product, sql-del-product): New functions.
11257 (sql-set-product-feature, sql-get-product-feature): New functions.
11258 (sql-product-font-lock): Update product API.
11259 (sql-add-product-keywords): New function.
11260 (sql-highlight-product): Update product API.
11261 (sql-help-list-products): New function.
11262 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 11263 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
11264 prompt for port.
11265 (sql-copy-column): Copy without properties.
11266 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
11267 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11268 Implement as a filter.
7492acc9
MM
11269 (sql-escape-newlines-filter): Implement as a filter.
11270 (sql-remove-tabs-filter): New function.
11271 (sql-send-magic-terminator): New function.
11272 (sql-send-string): Implement magic terminator.
11273 (sql-send-region): Use `sql-send-string'.
11274 (sql-interactive-mode): Use product API.
11275 (sql-product-interactive): Use product API.
11276 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11277 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11278 (sql-db2, sql-linter): Use `sql-product-interactive'.
11279 (sql-connect): New function.
11280 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11281 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11282 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11283 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11284 Use `sql-connect'.
7492acc9 11285
79ccd68f
SM
112862010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11289 New custom variable.
11290 (completion-pcm--string->pattern): Use it.
11291 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11292 Make it handle any symbol as `any'.
11293 (completion-pcm--merge-completions): Extract common suffix for the new
11294 `prefix' symbol as well.
11295 (completion-substring--all-completions): Use the new `prefix' symbol.
11296
0d5852cf
MA
112972010-05-09 Michael Albinus <michael.albinus@gmx.de>
11298
11299 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11300 not bound.
11301 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11302 (tramp-compat-funcall): New defmacro.
11303 (tramp-compat-line-beginning-position)
11304 (tramp-compat-line-end-position)
11305 (tramp-compat-temporary-file-directory)
11306 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11307 (tramp-compat-copy-file, tramp-compat-copy-directory)
11308 (tramp-compat-delete-file, tramp-compat-delete-directory)
11309 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11310 * net/tramp.el (top, with-progress-reporter)
11311 (tramp-rfn-eshadow-setup-minibuffer)
11312 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11313 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11314 (tramp-completion-mode-p, tramp-check-for-regexp)
11315 (tramp-open-connection-setup-interactive-shell)
11316 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11317 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11318 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11319 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11320 (tramp-reporter-dump-variable, tramp-load-report-modules)
11321 (tramp-append-tramp-buffers)
11322 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11323
11324 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11325
f913fe7d
SM
113262010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11329 buffer-modtime. Adjust users.
11330
0235128c 113312010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11332
77e2fc7a 11333 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11334 car of each item, not the whole list (Bug#6083).
f034e176 11335
0235128c 113362010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11337
11338 * progmodes/js.el (js-mode): Make paragraph variables local before
11339 calling c-setup-paragraph-variables (Bug#6071).
11340
0235128c 113412010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11342
11343 * composite.el (compose-region, reference-point-alist): Fix typos
11344 in the doc strings.
11345
77e2fc7a 113462010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11347
11348 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11349 gnuplot's "set" command.
11350
0235128c 113512010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11352
11353 * abbrev.el (last-abbrev-text): Doc fix.
11354 (abbrev-prefix-mark): Don't escape parenthesis.
11355
0235128c 113562010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11357
11358 * composite.el (find-composition): Doc fix.
11359
0235128c 113602010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11361
11362 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11363 (sql-oracle-program, sql-sqlite-options)
11364 (sql-query-placeholders-and-send): Doc fixes.
11365 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11366 (sql-imenu-generic-expression, sql-buffer)
11367 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11368 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11369 (sql-mode-sybase-font-lock-keywords)
11370 (sql-mode-informix-font-lock-keywords)
11371 (sql-mode-interbase-font-lock-keywords)
11372 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11373 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11374 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11375 (sql-product-feature, sql-highlight-product)
11376 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11377 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11378 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11379 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11380 Fix typos in docstrings.
11381
0235128c 113822010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11383
11384 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11385 property instead of `invisible' and `after-string' (bug#5998).
11386
0235128c 113872010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11388
11389 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11390
0235128c 113912010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11392
11393 * filecache.el (file-cache-add-directory-list)
11394 (file-cache-add-directory-recursively): Fix typos in docstrings.
11395
0235128c 113962010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11397
11398 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11399 (gujarati-composable-pattern): Fix typo.
ece33a6e 11400
0235128c 114012010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11402
11403 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11404 (tamil-composable-pattern, malayalam-composable-pattern):
11405 Add two-part vowels to "v" (vowel sign).
771533aa 11406
0235128c 114072010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11408
99833607
CY
11409 * files.el (copy-directory): Handle symlinks (Bug#5982).
11410
0235128c 114112010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11412
11413 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11414 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11415 (Bug#5846).
11416
0235128c 114172010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11418
0ca12598
GM
11419 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11420
d2c7b917
GM
11421 * minibuffer.el (completion-at-point): Doc fix.
11422
ba5bf5f0
SM
114232010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * electric.el (Electric-command-loop): Minor tweak.
11426
11427 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11428 better with dedicated windows.
11429
0235128c
SM
114302010-05-07 Chong Yidong <cyd@stupidchicken.com>
11431
11432 * Version 23.2 released.
11433
560bb7ae 114342010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11435 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11436
11437 Highlight vendor specific properties.
11438 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11439 (css-proprietary-property): New face.
11440 (css-font-lock-keywords): Use them.
11441
c0162ade
EZ
114422010-05-07 Eli Zaretskii <eliz@gnu.org>
11443
11444 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11445
f3ee9200
SM
114462010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11447
05623156
SM
11448 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11449 * files.el (auto-mode-alist): Remove redundant entries.
11450
f3ee9200
SM
11451 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11452 * simple.el (auto-save-mode): Move from files.el.
11453 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11454
560bb7ae 114552010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11456
76e3243a 11457 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11458
765d4319
KY
114592010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11460
11461 * mail/binhex.el (binhex-decode-region-internal)
11462 * mail/uudecode.el (uudecode-decode-region-internal)
11463 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11464 (dns-read-type, dns-query)
11465 * pgg-parse.el (pgg-parse-armor)
11466 * pgg.el (pgg-verify-region)
11467 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11468 XEmacs.
11469
86d21cc0 11470 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11471
f83483ff
JB
114722010-05-07 Juanma Barranquero <lekktu@gmail.com>
11473
40ab7974
JB
11474 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11475
f83483ff
JB
11476 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11477 * emulation/cua-base.el (cua-repeat-replace-region):
11478 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11479 (cua-cut-region-to-global-mark):
11480 Remove text properties with `set-text-properties'.
11481
9566840f
MA
114822010-05-06 Michael Albinus <michael.albinus@gmx.de>
11483
f3ee9200
SM
11484 * net/tramp.el (top, with-progress-reporter):
11485 Use `symbol-function' inside `funcall'.
9566840f
MA
11486
11487 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11488 (tramp-compat-delete-file, tramp-compat-delete-directory):
11489 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11490
11491 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11492 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11493 inside `funcall'.
11494
0c495c21
SM
114952010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11496
1493963b
SM
11497 * minibuffer.el (completion--sreverse, completion--common-suffix):
11498 New functions.
11499 (completion-pcm--merge-completions): Extract common suffix when safe.
11500
0c495c21
SM
11501 * emacs-lisp/easy-mmode.el (define-minor-mode):
11502 Make :variable more flexible.
11503 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11504
221a0647
JL
115052010-05-05 Juri Linkov <juri@jurta.org>
11506
11507 Add `slow' and `history' tags to the desktop data.
11508
11509 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11510 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11511 (Info-finder-find-node): Require `finder.el' to be able
11512 to restore node from the desktop.
11513 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11514 data `Info-history' and `slow' tag in the assoc list.
11515 (Info-restore-desktop-buffer): Don't restore nodes with the
11516 `slow' tag. Restore `Info-history'.
11517
66bdc868
MA
115182010-05-05 Michael Albinus <michael.albinus@gmx.de>
11519
11520 Add FORCE argument to `delete-file'.
11521
11522 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11523 forcing to delete the temporary file.
11524 (ange-ftp-delete-file): Add FORCE arg.
11525 (ange-ftp-rename-remote-to-remote)
11526 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11527 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11528 Force file deletion.
66bdc868
MA
11529
11530 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11531
11532 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11533 (tramp-handle-make-symbolic-link, tramp-handle-load)
11534 (tramp-do-copy-or-rename-file-via-buffer)
11535 (tramp-do-copy-or-rename-file-directly)
11536 (tramp-do-copy-or-rename-file-out-of-band)
11537 (tramp-handle-process-file, tramp-handle-call-process-region)
11538 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11539 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11540 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11541
11542 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11543 (tramp-fish-handle-make-symbolic-link)
11544 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11545
0c495c21
SM
11546 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11547 Use `tramp-compat-delete-file'.
66bdc868
MA
11548
11549 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11550 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11551
11552 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11553 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11554
11555 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11556 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11557 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11558 Use `tramp-compat-delete-file'.
66bdc868 11559
f44379e7
SM
115602010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11561
365f8d85
SM
11562 Minor cleanups.
11563 * subr.el (add-minor-mode): Use push.
11564 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11565 * emulation/edt.el (edt-select-mode): Simplify.
11566
80ac5d4d
SM
11567 Use define-minor-mode in more cases.
11568 * term/tvi970.el (tvi970-set-keypad-mode):
11569 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11570 (normal-erase-is-backspace-mode):
11571 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11572 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11573 (get-scroll-bar-mode): New function.
11574 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11575
11576 Use define-minor-mode for less obvious cases.
f44379e7
SM
11577 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11578 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11579 * international/iso-ascii.el (iso-ascii-mode):
11580 * frame.el (auto-raise-mode, auto-lower-mode):
11581 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11582
c04b03f8
MA
115832010-05-04 Michael Albinus <michael.albinus@gmx.de>
11584
11585 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11586 in order to see error messages for failed logins.
11587
53967e09
CY
115882010-05-03 Chong Yidong <cyd@stupidchicken.com>
11589
11590 * diff.el (diff-sentinel):
11591
11592 * epg.el (epg--make-temp-file, epg-decrypt-string)
11593 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11594
11595 * jka-compr.el (jka-compr-partial-uncompress)
11596 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11597
11598 * server.el (server-sentinel): Use delete-file's new FORCE arg
11599 (Bug#6070).
11600
56eb0904
SM
116012010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11602
11603 Use define-minor-mode where applicable.
11604 * view.el (view-mode):
11605 * type-break.el (type-break-query-mode)
11606 (type-break-mode-line-message-mode):
11607 * textmodes/reftex.el (reftex-mode):
11608 * term/vt100.el (vt100-wide-mode):
11609 * tar-mode.el (tar-subfile-mode):
11610 * savehist.el (savehist-mode):
11611 * ibuf-ext.el (ibuffer-auto-mode):
11612 * composite.el (auto-composition-mode):
11613 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11614 Use define-minor-mode.
11615 (vhdl-mode): Use static mode-line format.
11616 (vhdl-mode-line-update): Delete.
11617 (vhdl-create-mode-menu, vhdl-activate-customizations)
11618 (vhdl-hs-minor-mode): Don't bother calling it.
11619
672eb710
SM
116202010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11621
8f92b8ad
SM
11622 * simple.el (with-wrapper-hook): Move.
11623 (buffer-substring-filters): Mark obsolete.
11624 (filter-buffer-substring-functions): New variable.
1fada563 11625 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11626
c04b03f8 116272010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11628 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11629
11630 Implement compression for inline methods.
11631
11632 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11633 (tramp-copy-size-limit): Allow also nil.
11634 (tramp-inline-compress-commands): New defconst.
11635 (tramp-find-inline-compress, tramp-get-inline-compress)
11636 (tramp-get-inline-coding): New defuns.
cb7f3653 11637 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11638 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11639 (tramp-handle-file-local-copy, tramp-handle-write-region)
11640 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11641
8c0bf8b3
SM
116422010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11643
07125a91
SM
11644 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11645 Remove unused functions.
11646
f3a47002
SM
11647 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11648 Set find-tag-default-function as a variable rather than a property.
11649
8c0bf8b3
SM
11650 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11651 * progmodes/etags.el (tags-completion-at-point-function):
11652 Remove left over interactive spec. Add autoloading stub.
11653 (complete-tag): Use tags-completion-at-point-function.
11654
27601456
CY
116552010-04-30 Chong Yidong <cyd@stupidchicken.com>
11656
cb7f3653 11657 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11658
09d0284d
CY
116592010-04-29 Chong Yidong <cyd@stupidchicken.com>
11660
27d3cd56
CY
11661 * ido.el (ido-init-completion-maps): Remove C-v binding.
11662 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11663
3a07ffce
CY
116642010-04-29 Chong Yidong <cyd@stupidchicken.com>
11665
11666 * minibuffer.el (tags-completion-at-point-function): New function.
11667 (completion-at-point-functions): Use it.
11668
3a07ffce
CY
11669 * progmodes/etags.el (complete-tag): Revert last change.
11670
3d14bb73
AM
116712010-04-29 Alan Mackenzie <acm@muc.de>
11672
11673 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11674 off-by-one error (in end of macro position).
11675
7d353d11
SM
116762010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11679 firefox is absent. Don't autoload.
11680 (browse-url-galeon-program): Don't autoload.
11681
48111a85
CY
116822010-04-28 Chong Yidong <cyd@stupidchicken.com>
11683
11684 * bindings.el (complete-symbol): Move into minibuffer.el.
11685
11686 * minibuffer.el (complete-tag): Move from etags.el. If tags
11687 completion cannot be performed, return nil instead of signalling
11688 an error.
11689 (completion-at-point): Make it an alias for complete-symbol.
11690 (complete-symbol): Move from bindings.el, and replace with the
11691 body of completion-at-point.
11692
11693 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11694
7ba94701
MA
116952010-04-28 Michael Albinus <michael.albinus@gmx.de>
11696
11697 * net/tramp.el (tramp-remote-selinux-p): New defun.
11698 (tramp-handle-file-selinux-context)
11699 (tramp-handle-set-file-selinux-context): Use it.
11700
95c6cc3e
SS
117012010-04-28 Sam Steingold <sds@gnu.org>
11702
11703 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11704 `safe-local-variable' if the value is a string or a symbol with
11705 the property `bug-reference-url-format'.
11706
36045ff3
CY
117072010-04-28 Chong Yidong <cyd@stupidchicken.com>
11708
537ffaf3
SM
11709 * progmodes/bug-reference.el (bug-reference-url-format):
11710 Revert 2010-04-27 change due to security risk.
36045ff3 11711
56924d99
SM
117122010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11713
11714 Make it possible to locally disable a globally enabled mode.
11715 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11716 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11717 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11718 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11719 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11720 that subsequent hooks get a chance to disable it.
11721
ccaa4765
SM
117222010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11723
17818d71
SM
11724 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11725 Avoid re-enabling a minor mode after the user turned the minor mode
11726 off if MODE-enable-in-buffers is run twice (typically once from
11727 fundamental-mode's after-change-major-mode-hook and a second time from
11728 run-mode-hook's own after-change-major-mode-hook).
11729
ccaa4765
SM
11730 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11731
2a6f654e
SS
117322010-04-27 Sam Steingold <sds@gnu.org>
11733
11734 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11735 `safe-local-variable' if the value is a string or a function, as
11736 documented and implemented on 2010-04-02.
11737
cecaa674
JB
117382010-04-27 Juanma Barranquero <lekktu@gmail.com>
11739
11740 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11741 when method is 'kill.
11742
117432010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11744
a628ad9d
JB
11745 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11746 condition in default directory check.
01c35094 11747 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11748 Kill ispell process when killing its associated buffer.
11749
7dd7fbb9
JD
117502010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11751
11752 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11753 but we aren't using it.
11754
7ac82b84
J
117552010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11756
11757 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11758 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11759
fea1add4
GM
117602010-04-24 Glenn Morris <rgm@gnu.org>
11761
11762 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11763 Ignore VCS-ignore files, and deleted nextstep preferences files.
11764 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11765 (authors-ambiguous-files): New list.
11766 (authors-valid-file-names): Add some deleted files.
11767 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11768 (authors-disambiguate-file-name): New function. (Bug#5501)
11769 (authors-canonical-file-name): Doc fix.
11770 Don't warn about obsolete files.
11771 (authors-canonical-file-name, authors-scan-el):
11772 Use authors-disambiguate-file-name.
11773
cbcfee6e
GM
11774 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11775 Add autoload cookies.
11776 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11777 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11778 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11779 They have definitions / compiler macros in cl.el.
11780 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11781 Replace manual autoloads with generated ones.
11782 (htmlfontify-unload-rgb-file): Remove autoload.
11783 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11784
3b548e1b
SM
117852010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11786
9ae0c310
SM
11787 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11788 (byte-compile-setq-default): Optimize for the
11789 single-var case and don't call byte-compile-form in this case to avoid
11790 inf-loop with byte-compile-set-default.
11791
3b548e1b
SM
11792 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11793
632c5478
MA
117942010-04-23 Michael Albinus <michael.albinus@gmx.de>
11795
11796 Implement SELINUX backends.
11797
3b548e1b
SM
11798 * net/tramp.el (tramp-file-name-handler-alist):
11799 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11800 (tramp-handle-file-selinux-context)
11801 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11802 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11803 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11804
3b548e1b
SM
11805 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11806 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11807 (tramp-gvfs-handle-file-selinux-context)
11808 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11809 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11810
11811 * net/ange-ftp.el (ange-ftp-copy-file):
11812 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11813 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11814 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11815 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11816
a94d821f
MA
118172010-04-22 Michael Albinus <michael.albinus@gmx.de>
11818
11819 Synchronize with Tramp repository.
11820
11821 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11822 (tramp-action-process-alive, tramp-action-out-of-band)
11823 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11824 (tramp-exists-file-name-handler): Fix docstring.
11825 (with-progress-reporter): New defmacro.
11826 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11827 (tramp-maybe-open-connection): Use it.
11828
a92375d9
MA
118292010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11830
11831 Detect ssh 'ControlMaster' argument automatically in some cases.
11832
11833 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11834 (tramp-default-method): Use it.
11835
489fe4c2
MA
118362010-04-22 Michael Albinus <michael.albinus@gmx.de>
11837
25f14cdb
MA
11838 * net/tramp.el (tramp-handle-copy-file): Add new optional
11839 parameter `preserve-selinux-context'.
11840 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11841
a92375d9
MA
118422010-04-22 Michael Albinus <michael.albinus@gmx.de>
11843
489fe4c2
MA
11844 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11845 Ensure, that non remote files are still checked. Oops.
11846
acd1f317
MA
118472010-04-21 Michael Albinus <michael.albinus@gmx.de>
11848
11849 Fix Bug#5840.
11850
11851 * icomplete.el (icomplete-completions): Use `non-essential'.
11852
11853 * net/tramp.el (tramp-connectable-p): New defun.
11854 (tramp-handle-expand-file-name)
11855 (tramp-completion-handle-file-name-all-completions)
11856 (tramp-completion-handle-file-name-completion): Use it.
11857
62c5b459
SM
118582010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11861
f904c0f9
JD
118622010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11863
11864 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11865
11866 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11867
11868 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11869 is present.
11870
11871 * info.el (info-tool-bar-map): Add labels.
11872
11873 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11874
11875 * cus-edit.el (custom-commands): Add labels for tool bar.
11876 (custom-buffer-create-internal, Custom-mode): Adjust for
11877 labels in custom-commands.
11878
11879 * dynamic-setting.el: Renamed from font-setting.el.
11880
c5cbeb12
LL
118812010-04-21 John Wiegley <jwiegley@gmail.com>
11882
11883 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11884 toggles the use of virtual buffers.
537ffaf3 11885 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11886 (ido-toggle-virtual-buffers): New function.
11887
fcc93746
JB
118882010-04-21 Juanma Barranquero <lekktu@gmail.com>
11889
11890 Use `define-derived-mode'; fix window selection; doc fixes.
11891 * play/tetris.el (tetris, tetris-update-speed-function)
11892 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11893 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11894 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11895 (tetris-pause-game): Fix typos in docstrings.
11896 (tetris-mode-map, tetris-null-map):
11897 Move initialization into declaration.
11898 (tetris-mode): Define with `define-derived-mode';
11899 set show-trailing-whitespace to nil.
11900 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11901
574c05e2
KK
119022010-04-21 Karel Klíč <kklic@redhat.com>
11903
11904 * files.el (backup-buffer): Handle SELinux context, and return it
11905 if a backup was made by renaming.
11906 (backup-buffer-copy): Set SELinux context to the target file.
11907 (basic-save-buffer): Set SELinux context of the newly written file.
11908 (basic-save-buffer-1): Now it also returns any SELinux context.
11909 (basic-save-buffer-2): Set SELinux context of the newly created file,
11910 and return it.
11911 * net/tramp.el (tramp-file-name-for-operation):
11912 Add file-selinux-context.
11913
e97a42c1
SM
119142010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11915
f2b9ed18
SM
11916 Make the log-edit comments use RFC822 format throughout.
11917
e97a42c1
SM
11918 * vc.el (vc-checkin, vc-modify-change-comment):
11919 Adjust to new vc-start/finish-logentry.
11920 (vc-find-conflicted-file): New command.
11921 (vc-transfer-file): Adjust to new vc-checkin.
11922 (vc-next-action): Improve scoping.
11923
11924 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11925 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11926
11927 * vc-git.el (vc-git-log-edit-mode): Remove.
11928 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11929 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11930
11931 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11932 (vc-start-logentry): Remove argument `extra'.
11933 (vc-finish-logentry): Remove extra args.
11934
11935 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11936 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11937 (vc-bzr-conflicted-files): New function.
11938
11939 * log-edit.el (log-edit-extra-flags)
11940 (log-edit-before-checkin-process): Remove.
11941 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11942 (log-edit-headers-alist): New var.
11943 (log-edit-header-contents-regexp): New const.
11944 (log-edit-match-to-eoh): New function.
11945 (log-edit-font-lock-keywords): Use them.
11946 (log-edit): Insert a "Summary:" header as default.
11947 (log-edit-mode): Mark font-lock rules as case-insensitive.
11948 (log-edit-done): Cleanup headers.
11949 (log-view-process-buffer): Remove.
11950 (log-edit-extract-headers): New function to replace it.
11951
938efb77
JB
119522010-04-20 Juanma Barranquero <lekktu@gmail.com>
11953
11954 * subr.el (default-direction-reversed): Remove obsolescence info.
11955
1cfb415b
SM
119562010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11957
cb4f9513
SM
11958 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11959 windows/frames.
11960
6e610c72
SM
11961 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11962 I.e. include text after point in the completion region.
11963 Also, return nil when we're not after/in a symbol.
11964
1cfb415b
SM
11965 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11966 default enable-multibyte-characters.
11967
c80fa13c
SM
119682010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11969
87926e02
SM
11970 * international/mule.el: Help the user choose a valid coding-system.
11971 (read-buffer-file-coding-system): New function.
11972 (set-buffer-file-coding-system): Use it. Prompt the user if the
11973 coding-system cannot encode all the chars.
11974
c80fa13c
SM
11975 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11976 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11977 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11978 Don't use *vc-bzr-shelve*.
11979
6e104790 119802010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11981
11982 Fix the version number for added files.
11983 * vc-hg.el (vc-hg-working-revision): Check if the file is
11984 registered after hg parent fails (Bug#5961).
11985
6e104790 119862010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11987
11988 * htmlfontify.el (htmlfontify-buffer)
11989 (htmlfontify-copy-and-link-dir): Autoload entry points.
11990
6e104790 119912010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11992
11993 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11994 name relative to the project root (Bug#5960).
11995
6e104790 119962010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11997
11998 * vc-git.el (vc-git-print-log): Doc fix.
11999
6e104790 120002010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
12001
12002 * ido.el (ido-file-internal): Fix 2009-12-02 change.
12003
53cfe624 120042010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
12005
12006 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
12007 default settings (Bug#5928).
12008
6e104790 120092010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
12010
12011 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12012 New function.
0a23b2c3 12013 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 12014
6e104790 120152010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
12016
12017 * language/indian.el (malayalam-composable-pattern): Fix previous
12018 change (add U+0D4D "SIGN VIRAMA").
12019 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12020 (tamil-composable-pattern): Fix typo in the regexp.
12021 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12022 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12023 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12024
6e104790 120252010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
12026
12027 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12028 paragraph-separate (Bug#5821).
12029
6e104790 120302010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
12031
12032 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12033
12034 * info.el (Info-find-node-2): Comment out code that skips
12035 breadcrumbs line.
12036 (Info-mouse-follow-link): New command.
12037 (Info-link-keymap): New keymap.
12038 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12039 Return a string with links instead of inserting breadcrumbs
12040 to the Info buffer.
12041 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12042 Instead of putting the `invisible' text property over the Info
12043 header, make an overlay over the Info header with the `invisible'
12044 property and `after-string' set to the string returned by
12045 `Info-breadcrumbs'.
12046
6e104790 120472010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
12048
12049 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12050 Reported by monkey@sandpframing.com.
12051
98923800
SM
120522010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12053
b5feea0f
SM
12054 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12055 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12056 available in the "keyseq cache" any more.
12057
98923800
SM
12058 * custom.el (defcustom): Add edebug spec.
12059
fd5c9dfa
JL
120602010-04-18 Juri Linkov <juri@jurta.org>
12061
12062 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12063
12064 * view.el (view-file, view-buffer): Move test for special mode-class
12065 from view-file to view-buffer.
12066
12067 * tar-mode.el (tar-extract): Turn if's into one cond
12068 like in arc-mode.el.
12069
b3671a51
JL
120702010-04-18 Juri Linkov <juri@jurta.org>
12071
12072 Add 7z archive format support (bug#5475).
12073
12074 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12075 (archive-7z-extract): New defcustom.
12076 (archive-find-type): Add magic string for 7z.
12077 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12078 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12079 `buffer' arg of `call-process'.
12080 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12081 call the function `archive-7z-extract' with the variable
12082 `archive-7z-extract' let-bound to `archive-zip-extract'.
12083 (archive-7z-summarize, archive-7z-extract): New functions.
12084
12085 * international/mule.el (auto-coding-alist):
12086 * files.el (auto-mode-alist): Add 7z file extension.
12087
8a37fb25
SM
120882010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12089
e9515805
SM
12090 * loadup.el: Setup hash-cons for pure data.
12091
f8ea0098
SM
12092 Fix duplicate entries in cedet's loaddefs.el files.
12093 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12094 Should make most file-local generated-autoload-file unnecessary.
12095 (print-readably): Silence warnings.
12096 (autoload-find-destination): Take load-name as an arg to make sure
12097 it's the same as the one that will be in the file.
12098 (autoload-generate-file-autoloads): Adjust to above changes.
12099 Try to make the dataflow a bit simpler.
12100
8a37fb25
SM
12101 * cvs-status.el (cvs-refontify): Remove unused.
12102
f8b91752
JB
121032010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12104
76e3243a 12105 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 12106
76e3243a 12107 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
12108 twos-complement mode.
12109
d8b01fef
JB
121102010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12111
76e3243a
JB
12112 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12113 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
12114 (calc-inverse): Add "Option" to message, as appropriate.
12115 (calc-hyperbolic): Add "Option" to message, as appropriate.
12116 (calc-option, calc-is-option): New functions.
12117
76e3243a 12118 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
12119 (calc-option-prefix-help): New function.
12120
76e3243a 12121 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 12122
76e3243a 12123 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
12124 (calc-option-flag): New variable.
12125 (calc-do): Set `calc-option-flag to nil.
12126 (calc-set-mode-line): Add "Opt " as appropriate.
12127
74f806a1
JL
121282010-04-16 Juri Linkov <juri@jurta.org>
12129
12130 Move scrolling commands from simple.el to window.el
12131 because their primitives are implemented in window.c.
12132
12133 * simple.el (scroll-error-top-bottom)
12134 (scroll-up-command, scroll-down-command, scroll-up-line)
12135 (scroll-down-line, scroll-other-window-down)
12136 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12137 * window.el (scroll-error-top-bottom)
12138 (scroll-up-command, scroll-down-command, scroll-up-line)
12139 (scroll-down-line, scroll-other-window-down)
12140 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12141 Move from simple.el to window.el because their primitives are
12142 implemented in window.c.
12143
ad40eec5
JL
121442010-04-16 Juri Linkov <juri@jurta.org>
12145
12146 * isearch.el (isearch-lookup-scroll-key): Check both
12147 `isearch-scroll' and `scroll-command' properties.
12148 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12149
12150 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12151
12152 * simple.el (scroll-up-command, scroll-down-command)
12153 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12154
a4b000fb
JL
121552010-04-15 Juri Linkov <juri@jurta.org>
12156
12157 * simple.el (scroll-up-command, scroll-down-command)
12158 (scroll-up-line, scroll-down-line): Put `scroll-command'
12159 property on the these symbols. Remove them from
12160 `scroll-preserve-screen-position-commands'.
12161
12162 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12163 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12164 Remove it from `scroll-preserve-screen-position-commands'.
12165
12166 * isearch.el (isearch-allow-scroll): Doc fix.
12167
4874f5e6
MA
121682010-04-15 Michael Albinus <michael.albinus@gmx.de>
12169
12170 * net/tramp.el (tramp-error-with-buffer): Don't show the
12171 connection buffer when we are in completion mode.
12172 (tramp-file-name-handler): Catch the error for some operations
12173 when we are in completion mode. This gives the user the chance to
12174 correct the file name in the minibuffer.
12175
82883f0a
GM
121762010-04-15 Glenn Morris <rgm@gnu.org>
12177
12178 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12179
528b9ea9
JB
121802010-04-15 Juanma Barranquero <lekktu@gmail.com>
12181
12182 Simplify by using `define-derived-mode'.
12183 * info.el (Info-mode):
12184 * calendar/todo-mode.el (todo-mode):
12185 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12186 (gomoku-mode-map): Move initialization into declaration.
12187
5f2b693f
MA
121882010-04-14 Michael Albinus <michael.albinus@gmx.de>
12189
12190 Fix Bug#5840.
12191 * ido.el (ido-file-name-all-completions-1):
12192 * minibuffer.el (minibuffer-completion-help):
12193 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12194
ebb9641f
SM
121952010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12196
38111a5a
SM
12197 * simple.el (non-essential): New var.
12198
ebb9641f
SM
12199 Add a new field `location' to bookmarks for non-file bookmarks.
12200 * bookmark.el (bookmark-location): Use the new field, if present.
12201 (bookmark-insert-location): Undo last change, not needed any more.
12202 * man.el (Man-bookmark-make-record):
12203 * woman.el (woman-bookmark-make-record): Add `location' field.
12204
7b05466f
JL
122052010-04-14 Juri Linkov <juri@jurta.org>
12206
12207 * simple.el (scroll-error-top-bottom): New defcustom.
12208 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12209
12210 * emulation/pc-select.el (pc-select-override-scroll-error):
12211 Obsolete in favor of `scroll-error-top-bottom'.
12212
32129746
JL
122132010-04-14 Juri Linkov <juri@jurta.org>
12214
12215 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12216 `scroll-up-command' and `M-v' to `scroll-down-command'.
12217
12218 * emulation/cua-rect.el (cua--init-rectangles):
12219 * forms.el (forms--change-commands):
12220 * image-mode.el (image-mode-map):
12221 Remap scroll-down-command and scroll-up-command
12222 in addition to scroll-down and scroll-up.
12223
9013a7f8
JL
122242010-04-14 Juri Linkov <juri@jurta.org>
12225
12226 * mwheel.el (scroll-preserve-screen-position-commands):
12227 Add mwheel-scroll to this list of commands.
12228
12229 * simple.el (scroll-preserve-screen-position-commands):
12230 Add scroll-up-command, scroll-down-command, scroll-up-line,
12231 scroll-down-line to this list of commands.
12232
3b7e1d5f
SM
122332010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12234
c1e25821
SM
12235 * obsolete/complete.el: Move from lisp/complete.el.
12236
5b31b787
SM
12237 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12238
3b7e1d5f
SM
12239 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12240 to the minor mode function now turns the mode ON unconditionally.
12241
398a825b
SM
122422010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12243
a544e7c1
SM
12244 * vc-dir.el (vc-dir-kill-line): New command.
12245 (vc-dir-mode-map): Bind it to C-k.
12246
a1979d8e
SM
12247 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12248
398a825b
SM
12249 * woman.el: Add bookmark declarations to silence the compiler.
12250 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12251 step to compatibility between man and woman bookmarks.
12252 Adjust for Man-default-bookmark-title renaming.
12253 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12254
12255 * man.el: Add bookmark declarations to silence the compiler.
12256 (Man-name-local-regexp): Make it match NAME as well.
12257 (Man-getpage-in-background): Return the buffer.
12258 (Man-notify-when-ready): Use `case'.
12259 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12260 Don't hardcode "NAME". Simplify.
12261 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12262 Rename from Man-bookmark-make-record.
12263 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12264 we have the actual man-args. Use Man-getpage-in-background rather
12265 than `man' since the arg is already processed. Let bookmark.el do the
12266 window handling. Only wait for the relevant process.
12267 Don't forget to autoload.
12268
12269 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12270
45be326a
TV
122712010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12272
12273 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12274 New functions.
12275 (woman-mode): Setup bookmark support.
12276
12277 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12278 (man-bookmark-jump): New functions.
12279 (Man-mode): Setup bookmark support.
12280
3acb4c93
CY
122812010-04-10 Jari Aalto <jari.aalto@cante.net>
12282
12283 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12284 recognize ssh-keygen prompt (Bug#2817).
12285
b6bbb65e
MA
122862010-04-10 Michael Albinus <michael.albinus@gmx.de>
12287
12288 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12289
b533bc97
MA
122902010-04-10 Michael Albinus <michael.albinus@gmx.de>
12291
12292 Synchronize with Tramp repository.
12293
12294 * net/tramp.el (tramp-completion-function-alist)
12295 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12296 (tramp-local-coding-commands, tramp-remote-coding-commands):
12297 Fix docstring.
12298 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12299 (tramp-handle-directory-files-and-attributes)
12300 (tramp-get-remote-path): Use `copy-tree'.
12301 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12302 compatibility: Use `completion-ignore-case' if
12303 `read-file-name-completion-ignore-case' does not exist.
12304 (tramp-do-copy-or-rename-file-directly): Do not use
12305 `tramp-handle-file-remote-p'.
45be326a
TV
12306 (tramp-do-copy-or-rename-file-out-of-band):
12307 Use `tramp-compat-delete-directory'.
b533bc97 12308 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12309 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12310 Use `format-spec-make'.
b533bc97
MA
12311 (tramp-find-foreign-file-name-handler)
12312 (tramp-advice-make-auto-save-file-name)
12313 (tramp-set-auto-save-file-modes): Remove superfluous check for
12314 `stringp'. This is done inside `tramp-tramp-file-p'.
12315 (tramp-debug-outline-regexp): New defconst.
12316 (tramp-get-debug-buffer): Use it.
12317 (tramp-check-for-regexp): Use (forward-line 1).
12318 (tramp-set-auto-save-file-modes): Adapt version check.
12319
45be326a
TV
12320 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12321 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12322 (tramp-compat-make-temp-file): Simplify fallback implementation.
12323 (tramp-compat-copy-tree): Remove function.
12324 (tramp-compat-delete-directory): Provide implementation for older
12325 Emacsen.
12326
12327 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12328 Do not use `tramp-fish-handle-file-attributes.
12329
12330 * net/trampver.el: Update release number.
12331
ba33df00
GM
123322010-04-10 Glenn Morris <rgm@gnu.org>
12333
12334 * progmodes/compile.el (compilation-save-buffers-predicate):
12335 Add missing :version tag.
12336
4a8ae76f
SS
123372010-04-09 Sam Steingold <sds@gnu.org>
12338
12339 * progmodes/compile.el (compilation-save-buffers-predicate):
12340 Remove the "autoload" cookie.
12341
0880716f
SS
12342 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12343 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12344 and `bug-reference-prog-mode' can be used in hooks directly.
12345
6aebd58c
DN
123462010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12347
12348 Add --author support to git commit.
12349 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12350 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12351 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12352 New declarations.
6aebd58c 12353
f6d90772
ER
123542010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12355
12356 * vc-hooks.el, vc-git.el: Improve documentation comments.
12357
e754e83b
SM
123582010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 Fix some of the problems in defsubst* (bug#5728).
12361 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12362 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12363
9e86ab0b
SS
123642010-04-07 Sam Steingold <sds@gnu.org>
12365
e754e83b
SM
12366 * progmodes/compile.el (compilation-save-buffers-predicate):
12367 New custom variable.
9e86ab0b
SS
12368 (compile, recompile): Pass it to `save-some-buffers'.
12369
b0c8b840
JD
123702010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12371
12372 * wid-edit.el (widget-choose): Move cursor to the second line of
12373 the buffer (Bug#5695).
12374
31527c56
DN
123752010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12376
12377 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12378 * vc.el (vc-print-log-setup-buttons): New function split out from
12379 vc-print-log-internal.
12380 (vc-log-internal-common): New function, a parametrized version of
12381 vc-print-log-internal.
12382 (vc-print-log-internal): Just call vc-log-internal-common with the
12383 right arguments.
12384 (vc-incoming-outgoing-internal):
12385 (vc-log-incoming, vc-log-outgoing): New functions.
12386 (vc-log-view-type): New permanent local variable.
12387
12388 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12389
12390 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12391 of the dynamic bound vc-short-log.
12392 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12393
12394 * vc-git.el (vc-git-log-outgoing): New function.
12395 (vc-git-log-view-mode): Use vc-log-view-type instead
12396 of the dynamic bound vc-short-log.
12397
12398 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12399 of the dynamic bound vc-short-log. Highlight the tag.
12400 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12401 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12402 (vc-hg-incoming-mode): Remove.
12403 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12404
7ec69e2b
DN
124052010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12406
12407 Fix default-directory for vc-root-diff.
12408 * vc.el (vc-root-diff): Bind default-directory to the root
12409 directory for the diff command.
12410
fd9ea9d3
WS
124112010-04-07 Michael McNamara <mac@mail.brushroad.com>
12412
6e104790 12413 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12414 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12415 word keywords, suggested by Steve Pearlmutter.
6e104790 12416 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12417 port lists.
6e104790 12418 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12419 fix bug for /* / comments.
6e104790 12420 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12421 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12422 (verilog-pretty-declarations): Enhance to line up declarations
12423 inside a parameter list, suggested by Alan Morgan.
12424 (verilog-pretty-expr): Tune assignment regular expression match
12425 string for corner cases; also use markers instead of character
12426 number as indent changes the later.
fd9ea9d3
WS
12427
124282010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12429
6e104790
SM
12430 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12431 as missing keyword.
12432 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12433 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12434 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12435 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12436 Tennant.
12437 (verilog-keywords):
fd9ea9d3
WS
12438 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12439 1800-2009 keywords, including "global.".
12440
2a07afc5
JW
124412010-04-06 John Wiegley <jwiegley@gmail.com>
12442
8b32731a 12443 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12444 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12445 file basename). Should use uniquify to offer a real solution.
2a07afc5 12446
f9a27d86
JW
124472010-04-06 John Wiegley <jwiegley@gmail.com>
12448
8b32731a
JB
12449 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12450 comment to code, and add a :version tag.
12451 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12452
9caf8a8f
JB
124532010-04-06 Juanma Barranquero <lekktu@gmail.com>
12454
12455 Enable recentf-mode if using virtual buffers.
12456 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12457 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12458 (ido-make-buffer-list): Simplify.
12459 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12460
5a97d2da
JL
124612010-04-05 Juri Linkov <juri@jurta.org>
12462
12463 Scrolling commands which scroll a line instead of full screen.
12464 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12465
12466 * simple.el (scroll-up-line, scroll-down-line): New commands.
12467 Put property isearch-scroll=t on them.
12468
12469 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12470 Remove commands.
12471
79ce172a
JL
124722010-04-05 Juri Linkov <juri@jurta.org>
12473
8b32731a 12474 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12475 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12476
12477 * simple.el (scroll-up-command, scroll-down-command): New commands.
12478 Put property isearch-scroll=t on them.
12479
12480 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12481 `scroll-down-command' and [next] from `scroll-up' to
12482 `scroll-up-command'.
12483
12484 * emulation/cua-base.el: Put property CUA=move on
12485 `scroll-up-command' and `scroll-down-command'.
12486 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12487 and `scroll-down-command' to `cua-scroll-down'.
12488
309d5b43
JB
124892010-04-05 Juanma Barranquero <lekktu@gmail.com>
12490
6460e534 12491 * help.el (describe-mode): Return nil.
309d5b43 12492
0523d117
JW
124932010-04-04 John Wiegley <jwiegley@gmail.com>
12494
12495 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12496 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12497 (ido-virtual): Face used to indicate virtual buffers in the list.
12498 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12499 exists, but a virtual buffer of that name does (which would be why
12500 it was in the list), recreate the buffer by reopening the file.
12501 (ido-make-buffer-list): If virtual buffers are being used, call
12502 `ido-add-virtual-buffers-to-list' before the make list hook.
12503 (ido-virtual-buffers): New variable which contains a copy of the
12504 current contents of the `recentf-list', albeit pared down for the
12505 sake of speed, and with proper faces applied.
12506 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12507 create a list of "virtual buffers" to present to the user in
12508 addition to the currently open set. Note that this logic could
12509 get rather slow if that list is too large. With the default
12510 `recentf-max-saved-items' of 200, there is little speed penalty.
12511
202ff0d6
SM
125122010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12513
12514 * font-lock.el: Require CL when compiling.
12515 (font-lock-turn-on-thing-lock): Use `case'.
12516
ef43a0f4
EZ
125172010-04-03 Eli Zaretskii <eliz@gnu.org>
12518
12519 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12520 Zaretskii.
ef43a0f4 12521
9c13a46e
JL
125222010-04-02 Juri Linkov <juri@jurta.org>
12523
12524 * ehelp.el (electric-help-orig-major-mode):
12525 New buffer-local variable.
12526 (electric-help-mode): Set it to original major-mode. Doc fix.
12527 (with-electric-help): Use `electric-help-orig-major-mode' instead
12528 of (default-value 'major-mode). Doc fix.
12529 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12530
3fb87bf5
SS
125312010-04-02 Sam Steingold <sds@gnu.org>
12532
12533 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12534 `vc-hg-command' with a list of flags.
12535
202ff0d6
SM
12536 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12537 Also accept "patch" and "RFE".
dbb5e44a
SS
12538 (bug-reference-fontify): `bug-reference-url-format' can also be a
12539 function to be able to handle the bug kind.
202ff0d6 12540 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12541
d0b22876
JD
125422010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12543
12544 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12545 value to fboundp, it may not be a symbol.
12546
1625d379
CY
125472010-03-31 Chong Yidong <cyd@stupidchicken.com>
12548
202ff0d6 12549 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12550
1cd095c6
JL
125512010-03-31 Juri Linkov <juri@jurta.org>
12552
12553 * simple.el (next-line, previous-line): Re-throw a signal
12554 with `signal' instead of using `ding'.
12555 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12556
67189e62
JL
125572010-03-31 Juri Linkov <juri@jurta.org>
12558
12559 * simple.el (keyboard-escape-quit): Raise deselecting the active
12560 region higher than exiting the minibuffer.
12561 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12562
1546c559
JL
125632010-03-31 Juri Linkov <juri@jurta.org>
12564
12565 * image.el (image-animated-p): Use `image-metadata' instead of
12566 `image-extension-data'. Get GIF extenstion data from metadata
12567 property `extension-data'.
12568
85626eef
SM
125692010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 * simple.el (append-to-buffer): Simplify.
12572
85738751 125732010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12574
12575 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12576 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12577
85738751 125782010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12579
12580 * language/sinhala.el (composition-function-table): Fix regexp for
12581 the new Unicode specification.
12582
12583 * language/indian.el (devanagari-composable-pattern)
12584 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12585 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12586 specification.
12587 (bengali-composable-pattern, gurmukhi-composable-pattern)
12588 (gujarati-composable-pattern, oriya-composable-pattern)
12589 (telugu-composable-pattern): New variables to cope with the new
12590 Unicode specification. Use them in composition-function-table.
12591
85738751 125922010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12593
79d74ac5 12594 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12595 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12596 vectors rather than cons cells, as used in menu-bar-update-buffers.
12597
85738751 125982010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12599
2a793f7f
CY
12600 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12601 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12602 electric punctuation for "{}();,:" (Bug#5586).
12603
03ffe8be
CY
12604 * mail/sendmail.el (mail-default-directory): Doc fix.
12605
85738751 126062010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12607
12608 * mail/sendmail.el (mail-default-directory): Doc fix.
12609
85738751 126102010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12611
12612 * subr.el (version-regexp-alist, version-to-list)
12613 (version-list-<, version-list-=, version-list-<=)
12614 (version-list-not-zero, version<, version<=, version=): Doc fix.
12615 (Bug#5744).
12616
85738751 126172010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12618
12619 * vc.el (vc-root-diff): Doc fix.
12620
85738751 126212010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12622
9aa2c576
CY
12623 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12624
9d30a9f4
CY
12625 * simple.el (append-to-buffer): Fix last change.
12626
85738751 126272010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12628
12629 * simple.el (append-to-buffer): Ensure that point is preserved if
12630 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12631 (Bug#5749)
12632
2372f278
SM
126332010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 * files.el (auto-mode-case-fold): Change default to t.
12636
2223a1b3
JL
126372010-03-30 Juri Linkov <juri@jurta.org>
12638
12639 * dired-x.el (dired-omit-mode): Doc fix.
12640
0ef84fc8
JL
126412010-03-30 Juri Linkov <juri@jurta.org>
12642
12643 * replace.el (occur-accumulate-lines): Move occur-engine related
12644 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12645 to be located after `occur-engine'.
12646
dc2d2590
JL
126472010-03-30 Juri Linkov <juri@jurta.org>
12648
12649 Make occur handle multi-line matches cleanly with context.
12650 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12651
12652 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12653 (occur-engine): Add local variables `ret', `prev-after-lines',
12654 `prev-lines'. Use more arguments for `occur-context-lines'.
12655 Set first elem of its returned list to `data', and the second elem
12656 to `prev-after-lines'. Don't print the separator line.
12657 In the end, print remaining context after-lines.
12658 (occur-context-lines): Add new arguments `begpt', `endpt',
12659 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12660 after-lines of the previous match with before-lines of the
12661 current match and not overlap them. Return a list with two
12662 values: the output line and the list of context after-lines.
12663
47c88c06
JL
126642010-03-30 Juri Linkov <juri@jurta.org>
12665
12666 * replace.el (occur-accumulate-lines): Fix a bug where the first
12667 context line at the beginning of the buffer was missing.
12668
a7b02820
EZ
126692010-03-30 Eli Zaretskii <eliz@gnu.org>
12670
12671 * files.el: Make bidi-display-reordering safe variable for boolean
12672 values.
12673
9326ba26 126742010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12675 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12676
12677 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12678 (progress-reporter-update, progress-reporter-do-update):
12679 Handle non-numeric value arguments.
9326ba26
CY
12680 (progress-reporter--pulse-characters): New var.
12681
f6f8aa12
CY
126822010-03-28 Chong Yidong <cyd@stupidchicken.com>
12683
12684 * progmodes/compile.el (compilation-start): Fix regexp detection
12685 of initial cd command (Bug#5771).
12686
7ed287b5
CY
126872010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12688
12689 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12690
146b8b16
NR
126912010-03-27 Nick Roberts <nickrob@snap.net.nz>
12692
12693 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12694 * progmodes/gdb-mi.el: Restore.
12695 * progmodes/gdb-ui.el: Remove.
12696 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12697
b23caf75
GM
126982010-03-25 Glenn Morris <rgm@gnu.org>
12699
12700 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12701 all dired buffers, even tramp ones. (Bug#5755)
12702
18c812bd
SM
127032010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 Add "union tags" in mpc.el.
12706 * mpc.el: Remove backward compatibility code.
12707 (mpc-browser-tags): Change default.
12708 (mpc--find-memoize-union-tags): New var.
12709 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12710 (mpc-cmd-find): Handle the case where the playlist does not exist.
12711 Handle union-tags.
12712 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12713 (mpc-cmd-add): Use mpc-cmd-flush.
12714 (mpc-tagbrowser-tag-name): New fun.
12715 (mpc-tagbrowser-buf): Use it.
12716 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12717
efee6a6d
SM
127182010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12719
9586c41a
SM
12720 Misc cleanup.
12721 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12722 Use replace-regexp-in-string.
12723 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12724 (makefile-imake-mode-syntax-table): Move init into defvar.
12725 (makefile-mode): Use define-derived-mode.
12726
efee6a6d
SM
12727 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12728 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12729 not be present any more.
12730
c6f3804c
JB
127312010-03-24 Juanma Barranquero <lekktu@gmail.com>
12732
12733 * faces.el (set-face-attribute): Fix typo in docstring.
12734 (face-valid-attribute-values): Reflow docstring.
12735
e867cb5d 127362010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12737
efee6a6d 12738 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12739
e867cb5d 127402010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12741
12742 * indent.el (indent-for-tab-command): Doc fix.
12743
e867cb5d 127442010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12745
efee6a6d
SM
12746 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12747 Fix off-by-one error. Fixes bug #5747.
657071fc 12748
e867cb5d 127492010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12750
12751 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12752 (image-dired-read-comment): Doc fix.
12753
efee6a6d
SM
12754 * json.el (json-object-type, json-array-type, json-key-type)
12755 (json-false, json-null, json-read-number):
c8de140b
JB
12756 * minibuffer.el (completion-in-region-functions):
12757 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12758 (cal-tex-cursor-week):
12759 * emacs-lisp/trace.el (trace-function):
12760 * eshell/em-basic.el (eshell/printnl):
12761 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12762 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12763 * obsolete/levents.el (allocate-event, event-key, event-object)
12764 (event-point, event-process, event-timestamp, event-to-character)
12765 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12766 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12767 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12768 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12769 (reftex-highlight-selection): Fix typos in docstrings.
12770
e867cb5d 127712010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12772
12773 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12774
e867cb5d 127752010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12776
12777 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12778 2008-02-13 without comment; mark it obsolete.
12779 (rmail-highlight-headers): Use rmail-highlight-face once more.
12780
e867cb5d 127812010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12782
12783 * woman.el (woman2-process-escapes): Only consume the newline if
12784 the filler character is on a line by itself (Bug#5729).
12785
e867cb5d 127862010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12787
12788 * language/indian.el (devanagari-composable-pattern): Add more
12789 consonants.
12790
e867cb5d 127912010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12792
12793 * net/trampver.el: Update release number.
12794
e867cb5d 127952010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12796
efee6a6d
SM
12797 * net/tramp.el (tramp-find-executable):
12798 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12799 output of "wc -l" more robust.
12800 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12801 (tramp-open-connection-setup-interactive-shell): Remove workaround
12802 for OpenSolaris bug, it is not needed anymore.
12803
e867cb5d 128042010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12805
12806 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12807
e867cb5d 128082010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12809
12810 * files.el (auto-mode-alist): Accept more verilog file patterns.
12811
b2b8574b
SM
128122010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12815
1d94ebb0
GM
128162010-03-24 Glenn Morris <rgm@gnu.org>
12817
7e263967
GM
12818 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12819 log-edit-before-checkin-process.
12820
5ac92c5f
GM
12821 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12822
12823 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12824
549f324a
GM
12825 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12826 (log-view-process-buffer, log-edit-extra-flags): Declare.
12827
495b517c
GM
12828 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12829
f4087766
SS
128302010-03-23 Sam Steingold <sds@gnu.org>
12831
12832 Fix bug#5620: recalculate all markers on compilation buffer
12833 modifications, not on file modifications.
38e9aa53
GM
12834 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12835 variable: the buffer modification time, for buffers not associated with
12836 files.
f4087766
SS
12837 (compilation-mode): Create it.
12838 (compilation-filter): Update it.
12839 (compilation-next-error-function): Use it instead of
12840 `visited-file-modtime' for timestamp.
12841
774642e5
JL
128422010-03-23 Juri Linkov <juri@jurta.org>
12843
12844 Implement Occur multi-line matches.
12845 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12846
12847 * replace.el (occur): Doc fix.
12848 (occur-engine): Set `begpt' to the beginning of the first line.
12849 Set `endpt' to the end of the last match line. At first, count
12850 line numbers between `origpt' and `begpt'. Split out code from
12851 `out-line' variable to new let-bindings `match-prefix' and
12852 `match-str'. In `out-line' add non-numeric prefix to all
12853 non-first lines of multi-line matches. Finally, count lines
12854 between `begpt' and `endpt' and add to `lines'.
12855
f14d1172
JL
128562010-03-23 Juri Linkov <juri@jurta.org>
12857
12858 * replace.el (occur-accumulate-lines, occur-engine):
12859 Use `occur-engine-line' instead of duplicate code.
12860 (occur-engine-line): New function created from duplicate code
12861 in `occur-accumulate-lines' and `occur-engine'.
12862
53e87c57
JL
12863 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12864 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12865
75a3ff20
JL
128662010-03-23 Juri Linkov <juri@jurta.org>
12867
12868 * finder.el: Remove TODO tasks.
12869
12870 * info.el (Info-finder-find-node): Add node "all"
12871 with all package info. Handle a list of multiple keywords
12872 separated by comma.
12873 (info-finder): In interactive use with a prefix argument,
12874 use `completing-read-multiple' to read a list of keywords
12875 separated by comma.
12876
00278747
SM
128772010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 Add a new completion style `substring'.
12880 * minibuffer.el (completion-basic--pattern): New function.
12881 (completion-basic-try-completion, completion-basic-all-completions):
12882 Use it.
12883 (completion-substring--all-completions)
12884 (completion-substring-try-completion)
12885 (completion-substring-all-completions): New functions.
12886 (completion-styles-alist): New style `substring'.
12887
64cb11cc
SM
128882010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 Get rid of .elc files after removal of the corresponding .el.
12891 * Makefile.in (compile-clean): New target.
12892 (compile-main): Use it.
12893
835e2c65
JD
128942010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12895
12896 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12897 don't do make there. When compiling with separate object dir, there
12898 is no Makefile there.
12899
111a9dff
SM
129002010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12901
12902 Get rid of the ELCFILES abomination, again.
12903 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12904 (all, compile): Don't call compile-last.
12905 (compile-main): Build the "elcfiles" list dynamically.
12906 (compile-targets): New (internal) target.
12907
82c3d67a
AS
129082010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12909
12910 * Makefile.in (top_srcdir): Define.
12911 (abs_top_builddir): Define.
12912 (srcdir): Don't append `/..'.
12913 (EMACS): Use ${abs_top_builddir}.
12914 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12915 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12916 $(srcdir).
82c3d67a
AS
12917 (lisp): Use $(srcdir) instead of @srcdir@.
12918
d66ecdbb
JL
129192010-03-21 Juri Linkov <juri@jurta.org>
12920
12921 Fix message of multi-line occur regexps and multi-buffer header lines.
12922 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12923
12924 * replace.el (occur-1): Don't display regexp if it is longer
12925 than window-width. Use `query-replace-descr' to display regexp.
12926 (occur-engine): Don't display regexp in the buffer header for
12927 multi-buffer occur. Display a separate header line with total
12928 match count and regexp for multi-buffer occur.
12929 Use `query-replace-descr' to display regexp.
12930
f05e1b94
TZ
129312010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12932
12933 * net/secrets.el: Fix parenthesis.
12934 (secrets-enabled): Fix parenthesis.
12935
801ba3ba
SM
129362010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12937
3613edce
SM
12938 Use more relative file and directory names.
12939 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12940 (setwins, setwins_almost, setwins_for_subdirs):
12941 Don't `cd'; output relative names.
12942 (all, compile, compile-always, compile-last): Set emacswd.
12943 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12944 Just cd to the lisp source dir so we can use relative file names.
12945
801ba3ba
SM
12946 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12947
2b1400b9
GM
129482010-03-20 Glenn Morris <rgm@gnu.org>
12949
12950 * textmodes/rst.el: Use faces for font-lock customization, and make the
12951 old -face variables obsolete.
12952 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12953 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12954 (rst-block-face, rst-external-face, rst-definition-face)
12955 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12956 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12957 Make obsolete.
12958 (rst-font-lock-keywords-function): Update for above changes.
12959
5e418f17
JL
129602010-03-20 Juri Linkov <juri@jurta.org>
12961
12962 * s-region.el:
12963 * obsolete/s-region.el: Move to obsolete.
12964
b0287b39
JB
129652010-03-19 Juanma Barranquero <lekktu@gmail.com>
12966
12967 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12968
3c95bbb6
DN
129692010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12970
12971 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12972
09158997
DN
129732010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12974
12975 Add special markup processing for commit logs.
12976 * log-edit.el (log-edit-extra-flags): New variable.
12977 (log-edit): Add new argument MODE. Use that mode when non-nil
12978 instead of the log-view-mode.
12979 (log-view-process-buffer): New function.
12980
12981 * vc.el: Document that the checkin method takes optional
12982 arguments. Document new backend specific method: log-view-mode.
12983 (vc-default-log-edit-mode): New function.
12984 (vc-checkin): Use a backend specific log-view-mode.
12985 Pass extra arguments to the checkin method.
12986 (vc-modify-change-comment): Pass a dummy extra argument.
12987
12988 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12989 log-edit.
12990 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12991 (vc-finish-logentry): Process the log buffer before passing it
12992 down. Pass log-edit-extra-flags.
12993
12994 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12995 command.
85626eef
SM
12996 (log-edit-extra-flags, log-edit-before-checkin-process):
12997 New declarations.
09158997
DN
12998
12999 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
13000 command.
85626eef
SM
13001 (log-edit-extra-flags, log-edit-before-checkin-process):
13002 New declarations.
09158997
DN
13003 (vc-hg-log-edit-mode): New derived mode.
13004
13005 * vc-arch.el (vc-arch-checkin):
13006 * vc-cvs.el (vc-cvs-checkin):
13007 * vc-git.el (vc-git-checkin):
13008 * vc-mtn.el (vc-mtn-checkin):
13009 * vc-rcs.el (vc-rcs-checkin):
13010 * vc-sccs.el (vc-sccs-checkin):
13011 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13012
f430423d
SM
130132010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13016 parent typo).
13017
aa8f8277
GM
130182010-03-19 Glenn Morris <rgm@gnu.org>
13019
f430423d 13020 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 13021
04525749
GM
130222010-03-18 Glenn Morris <rgm@gnu.org>
13023
c70815f1
GM
13024 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13025
84d0a5f8
GM
13026 * replace.el (query-replace-history): Give it a doc string.
13027 (map-query-replace-regexp): Use query-replace-from-history-variable
13028 and query-replace-to-history-variable.
13029
e3a15161
GM
13030 * mail/hashcash.el (declare-function): Remove duplicate definition.
13031
27be0364
GM
13032 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13033 Make it an obsolete alias for report-emacs-bug-address.
13034 (message-strip-special-text-properties): Declare.
13035 (report-emacs-bug): Remove test for a pretest bug address.
13036 Combine message-mode-specific code.
13037
88b8d18e
GM
13038 * mail/supercite.el: Don't require sendmail.
13039 (mh-in-header-p): Declare rather than using with-no-warnings.
13040 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13041 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13042
1a355d09
GM
13043 * calendar/cal-french.el: Convert to utf-8.
13044
04525749
GM
13045 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13046 Emacs scripts.
13047
ae84eb97
MA
130482010-03-16 Michael Albinus <michael.albinus@gmx.de>
13049
13050 * net/secrets.el (secrets-enabled): New variable. Use it instead
13051 of a subfeature.
13052
7c75524e
MA
130532010-03-15 Michael Albinus <michael.albinus@gmx.de>
13054
13055 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
13056 service "org.freedesktop.secrets" can be pinged.
13057 Provide subfeature `enabled'.
7c75524e 13058
57938a79
JL
130592010-03-14 Juri Linkov <juri@jurta.org>
13060
13061 Add finder unknown keywords.
13062
13063 * finder.el (finder-unknown-keywords): New function.
13064
13065 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13066 to create a Finder node with unknown keywords.
13067
88f4758e
JL
130682010-03-14 Juri Linkov <juri@jurta.org>
13069
13070 * finder.el (finder-compile-keywords): Replace `princ' with
13071 `prin1' on a list of symbols interned from keyword strings.
13072
13073 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13074 a comma, then split keywords using a comma and optional whitespace.
13075 Otherwise, split by whitespace.
13076
13077 * complete.el:
13078 * face-remap.el:
13079 * log-view.el:
13080 * net/hmac-def.el:
13081 * net/hmac-md5.el:
13082 * net/netrc.el:
13083 * progmodes/mixal-mode.el: Fix keywords.
13084
7725ebb7
MA
130852010-03-13 Michael Albinus <michael.albinus@gmx.de>
13086
13087 * Makefile.in (ELCFILES): Add net/secrets.elc.
13088
13089 * net/secrets.el: New file.
13090
6f320937
CY
130912010-03-12 Chong Yidong <cyd@stupidchicken.com>
13092
13093 * facemenu.el (list-colors-display, list-colors-print): New arg
13094 callback. Use it to allow selecting colors.
13095
13096 * wid-edit.el (widget-image-insert): Insert image prop even if the
13097 current display is non-graphic.
13098 (widget-field-value-set): New fun.
13099 (editable-field): Use it.
13100 (widget-field-value-get): Clean up unused var.
85626eef
SM
13101 (widget-color-value-create, widget-color--choose-action):
13102 New funs. Allow using list-colors-display to choose color.
6f320937 13103
647f9993
CY
131042010-03-12 Chong Yidong <cyd@stupidchicken.com>
13105
13106 * cus-edit.el: Resort topmost custom groups.
13107 (custom-buffer-sort-alphabetically): Default to t.
13108 (customize-apropos): Use apropos-parse-pattern.
13109 (custom-search-field): New var.
13110 (custom-buffer-create-internal): Add custom-apropos search field.
13111 (custom-add-parent-links): Don't display parent doc.
13112 (custom-group-value-create): Don't sort top-level custom group.
85626eef 13113 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
13114
13115 (custom-variable-state): New fun, from custom-variable-state-set.
13116 (custom-variable-state-set): Use it.
13117 (custom-group-value-create): Hide options with standard values
13118 using the :hidden-states property. Use progress reporter.
13119
13120 (custom-show): Simplify.
13121 (custom-visibility): Disable images by default.
13122 (custom-variable): New property :hidden-states.
13123 (custom-variable-value-create): Enable images for
13124 custom-visibility widgets. Use :hidden-states property to
13125 determine initial visibility.
13126
13127 * wid-edit.el (widget-image-find): Give images center ascent.
13128 (visibility): Add :on-image and :off-image properties.
13129 (widget-visibility-value-create): Use them.
13130
eba5b4dd
CY
131312010-03-12 Chong Yidong <cyd@stupidchicken.com>
13132
13133 * cus-edit.el (processes): Remove from development group.
13134 (oop, hypermedia): Delete group.
26f4b8ab 13135 (comm): Promote to top-level group.
eba5b4dd
CY
13136
13137 * net/browse-url.el (browse-url):
13138 * net/xesam.el (xesam):
13139 * net/tramp.el (tramp):
13140 * net/goto-addr.el (goto-address):
26f4b8ab 13141 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
13142
13143 * view.el (view): Remove from editing group.
13144
13145 * uniquify.el (uniquify): Put in files group.
13146
13147 * net/browse-url.el (browse-url):
13148 * ps-print.el (postscript): Put in external group.
13149
13150 * cus-edit.el (outlines):
13151 * textmodes/text-mode.el (text-mode-hook):
13152 * textmodes/table.el (table):
13153 * textmodes/picture.el (picture):
13154 * outline.el (outlines): Put in wp group.
13155
13156 * nxml/nxml-mode.el (nxml): Remove from wp group.
13157
13158 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13159
13160 * mail/metamail.el (metamail): Remove from hypermedia group.
13161
13162 * cus-edit.el (abbrev):
13163 * whitespace.el (whitespace):
13164 * vcursor.el (vcursor):
13165 * reveal.el (reveal):
13166 * hl-line.el (hl-line): Put in convenience group.
13167
13168 * epg-config.el (epg): Put in data group.
13169
13170 * emulation/pc-select.el (pc-select): Put in emulations group.
13171
13172 * calculator.el (calculator): Put in applications group.
13173
8117868f
DN
131742010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13175
13176 Add .dir-locals.el support for file-less buffers.
13177 * files.el (hack-local-variables): Split out code to apply local
13178 variable settings ...
13179 (hack-local-variables-apply): ... here. New function.
13180 (hack-dir-local-variables): Use the default directory for when the
13181 buffer does not have an associated file.
13182 (hack-dir-local-variables-non-file-buffer): New function.
13183 * diff-mode.el (diff-mode):
13184 * vc-annotate.el (vc-annotate-mode):
13185 * vc-dir.el (vc-dir-mode):
13186 * log-edit.el (log-edit-mode):
13187 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13188
855a2294
DN
131892010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13190
13191 Add support for shelving snapshots and for showing shelves.
13192 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13193 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13194 New functions.
13195 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13196 (vc-bzr-extra-menu-map): Map them.
13197
3e5b7009
GM
131982010-03-11 Glenn Morris <rgm@gnu.org>
13199
0dcf7d7e
GM
13200 * cus-edit.el (customize-changed-options-previous-release):
13201 Bump to 23.1.
13202
3e5b7009
GM
13203 * image.el (image-animate-max-time): Fix :version tag.
13204
288f9fc0
CY
132052010-03-10 Chong Yidong <cyd@stupidchicken.com>
13206
13207 * Branch for 23.2.
13208
53ef91b1
SM
132092010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * vc-git.el (vc-git-revision-table): Include remote branches.
13212
b41460ae 132132010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
13214
13215 Animated image API.
13216 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13217
13218 * image.el (image-animate-max-time): New defcustom.
13219 (image-animated-types): New defconst.
13220 (create-animated-image, image-animate-timer)
13221 (image-animate-start, image-animate-stop, image-animate-timeout)
13222 (image-animated-p): New functions.
13223
13224 * image-mode.el (image-toggle-display-image):
13225 Replace `create-image' with `create-animated-image'.
13226
e5d1fb10 132272010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
13228
13229 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13230 instead of "format:"; this ensures that the output is
13231 newline-terminated.
13232
4e7cafbe
CY
132332010-03-08 Chong Yidong <cyd@stupidchicken.com>
13234
13235 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13236 that all errors are caught, and that the return value is always a
13237 list (Bug#5692).
13238
aec66319
KH
132392010-03-08 Kenichi Handa <handa@m17n.org>
13240
13241 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 13242 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 13243
b327c975
AS
132442010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13245
13246 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13247 call to rfc822-bad-address. (Bug#5692)
13248
1c465a6a
CY
132492010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13250
85626eef
SM
13251 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13252 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 13253
a4e32226
CY
132542010-03-06 Chong Yidong <cyd@stupidchicken.com>
13255
13256 * calculator.el (calculator): Don't bind split-window-keep-point
13257 (Bug#5674).
13258
4c83ed3d
SM
132592010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13260
13261 * vc-git.el: Re-flow to fit into 80 columns.
13262 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13263 Remove spurious `quote' element in each case alternative.
13264 (vc-git-show-log-entry): Use prog1.
13265 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13266
e8defde3
SM
132672010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13270
233f0c9f
CY
132712010-03-03 Chong Yidong <cyd@stupidchicken.com>
13272
13273 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13274 definition, not the name (Bug#5481).
13275
254bedef 132762010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13277
13278 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13279 argument with a local variable. (Bug#5670)
13280
7187cdae
JL
132812010-03-02 Juri Linkov <juri@jurta.org>
13282
13283 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13284
9cf3544e
MA
132852010-03-02 Michael Albinus <michael.albinus@gmx.de>
13286
13287 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13288 error when FILENAME and NEWNAME are existing remote directories.
13289
13290 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13291 parameter DIR-FLAG.
13292
33f77982
GM
132932010-03-02 Glenn Morris <rgm@gnu.org>
13294
13295 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13296 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13297
d99ea08e
KH
132982010-03-01 Kenichi Handa <handa@m17n.org>
13299
e8defde3 13300 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13301 myanmar-composable-pattern.
13302
e8defde3
SM
13303 * international/characters.el (script-list):
13304 * international/fontset.el (script-representative-chars):
13305 Change myanmar to burmese.
d99ea08e 13306 (otf-script-alist): Likewise.
4aa2c3b2
KH
13307 (setup-default-fontset): Likewise. Re-fix :otf spec.
13308
b374f54d
KY
133092010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13312
71572c03
JD
133132010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13314
13315 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13316
00cffdeb
MA
133172010-02-28 Michael Albinus <michael.albinus@gmx.de>
13318
13319 * net/tramp.el (tramp-handle-write-region): START can be a string.
13320 Take care in the checks. Reported by Dan Davison
13321 <davison@stats.ox.ac.uk>.
13322
d4b06783
MA
133232010-02-28 Michael Albinus <michael.albinus@gmx.de>
13324
13325 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13326 (dbus-set-property, dbus-get-all-properties):
13327 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13328
8c3e96d2
CY
133292010-02-28 Chong Yidong <cyd@stupidchicken.com>
13330
de3a1fe9
CY
13331 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13332 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13333 * calendar/icalendar.el (icalendar--add-diary-entry):
13334 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13335 * files.el (recover-session-finish): Use with-current-buffer
13336 instead of save-excursion.
13337
c53b9c3b
SM
133382010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13339
13340 Fix in-buffer completion when after-change-functions modify the buffer.
13341 * minibuffer.el (completion--replace): New function.
13342 (completion--do-completion): Use it and use relative movement.
13343
4a16bdc6
CY
133442010-02-27 Chong Yidong <cyd@stupidchicken.com>
13345
13346 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13347
b8280f39
CY
133482010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13349
c53b9c3b
SM
13350 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13351 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13352
f88cc4d6
KH
133532010-02-26 Kenichi Handa <handa@m17n.org>
13354
13355 * language/burmese.el: Fix entries in composition-function-table.
13356 (myanmar-composable-pattern): New variable.
13357
13358 * international/fontset.el (setup-default-fontset): Add an entry
13359 for myanmar.
13360
13361 * international/characters.el (script-list): Add Myanmar
13362 Extended-A.
13363
cdbf9100
GM
133642010-02-26 Glenn Morris <rgm@gnu.org>
13365
90a94603
GM
13366 * custom.el (custom-initialize-delay): Doc fix.
13367
cdbf9100
GM
13368 * mail/sendmail.el (send-mail-function): Autoload the call
13369 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13370
f95a5fd0
CY
133712010-02-24 Chong Yidong <cyd@stupidchicken.com>
13372
13373 * files.el (hack-local-variables-filter): For eval forms, also
13374 check safe-local-variable-p (Bug#5636).
13375
459a5f4b
MA
133762010-02-22 Michael Albinus <michael.albinus@gmx.de>
13377
13378 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13379 setting the modes by `ignore-errors'. It might fail, for example
13380 if the file is not owned by the user but the group.
13381 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13382
bb23f6e8
CY
133832010-02-21 Chong Yidong <cyd@stupidchicken.com>
13384
6a7662bb
BR
13385 * files.el (directory-listing-before-filename-regexp):
13386 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13387 date-like filenames (Bug#5597).
13388
b660eb70
CY
13389 * htmlfontify.el (htmlfontify): Doc fix.
13390
13391 * eshell/eshell.el (eshell): Doc fix.
13392
bb23f6e8
CY
13393 * startup.el (fancy-about-screen): In mode-line, apply
13394 mode-line-buffer-id face only to the buffer name (Bug#5613).
13395
3e39928c
CY
133962010-02-20 Kevin Ryde <user42@zip.com.au>
13397
f7e0618c
JB
13398 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13399 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13400 (Bug#5599).
13401
0f00e948
EZ
134022010-02-20 Eli Zaretskii <eliz@gnu.org>
13403
13404 * subr.el (remove-yank-excluded-properties): Explain in a comment
13405 why `category' property is removed.
13406
3513efb2
CY
134072010-02-19 Chong Yidong <cyd@stupidchicken.com>
13408
6a7662bb
BR
13409 * isearch.el (isearch-update-post-hook, isearch-update):
13410 Revert 2010-02-17 change.
3513efb2 13411
b4340b3f
UJ
134122010-02-19 Ulf Jasper <ulf.jasper@web.de>
13413
13414 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13415 (icalendar--convert-weekly-to-ical)
13416 (icalendar--convert-yearly-to-ical)
13417 (icalendar--convert-block-to-ical)
13418 (icalendar--convert-cyclic-to-ical)
13419 (icalendar--convert-anniversary-to-ical): Take care of time
13420 specifications where hour has 1-digit only (Bug#5549).
13421
8cfae03d
NR
134222010-02-19 Nick Roberts <nickrob@snap.net.nz>
13423
13424 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13425 of disassemble output in GDB 7.1.
13426
055e4eea
GM
134272010-02-19 Glenn Morris <rgm@gnu.org>
13428
13429 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13430 property. (Bug#5593)
13431
ff6b00de
SS
134322010-02-18 Sam Steingold <sds@gnu.org>
13433
13434 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13435
fe8c0b47
SM
134362010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13437
13438 Use abbreviated file names in bookmarks (bug#5591).
13439 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13440 calls to expand-file-name.
13441 (bookmark-relocate): Use abbreviated file names in bookmarks.
13442 (bookmark-load): Use abbreviated file names in messages.
13443
73a37a69
MA
134442010-02-18 Michael Albinus <michael.albinus@gmx.de>
13445
13446 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13447 expand "." and "..". Reported by Thierry Volpiatto
13448 <thierry.volpiatto@gmail.com>.
13449
6e4f5731
MA
134502010-02-18 Michael Albinus <michael.albinus@gmx.de>
13451
13452 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13453 permissions of the temporary file to "0600". In case the remote
13454 file has no read permissions for the owner, there might be
13455 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13456
1345722010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13458
13459 * emacs-lisp/authors.el (authors-renamed-files-alist):
13460 Add entries for INSTALL.CVS.
13461
ba5bf642
MH
134622010-02-17 Mark A. Hershberger <mah@everybody.org>
13463
f7e0618c 13464 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13465
f7e0618c 13466 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13467 (isearch-update): Use the new hook.
13468
aac0b0f2
MA
134692010-02-16 Michael Albinus <michael.albinus@gmx.de>
13470
fe8c0b47
SM
13471 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13472 Fix errors in copying directories.
aac0b0f2
MA
13473 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13474 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13475 (tramp-handle-delete-file)
13476 (tramp-handle-dired-recursive-delete-directory)
13477 (tramp-handle-write-region): Flush also the cache for the upper
13478 directory.
13479
05bbe066
CY
134802010-02-16 Chong Yidong <cyd@stupidchicken.com>
13481
e8ab3908
CY
13482 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13483
ff90f4b0
CY
13484 * cus-edit.el (hardware): Doc fix.
13485
13486 * man.el (man): Add to external custom group.
13487
13488 * delim-col.el (columns): Move to wp custom group.
13489
13490 * doc-view.el (doc-view): Add to data custom group.
13491
fe8c0b47 13492 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13493
05bbe066
CY
13494 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13495 by ispell-parse-output (Bug#5575).
13496
fa6ea913
KH
134972010-02-16 Kenichi Handa <handa@m17n.org>
13498
13499 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13500 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13501 (skkdic-convert): Use `euc-japan' coding system for writing.
13502
88fd78ae
GM
135032010-02-16 Glenn Morris <rgm@gnu.org>
13504
13505 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13506 tex-main-file before using it. (Bug#5562)
13507
2b8c974a
SM
135082010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13511 warnings, since it is annoying for the user to see them each time he
13512 runs the code.
13513
7540f029
MA
135142010-02-15 Michael Albinus <michael.albinus@gmx.de>
13515
13516 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13517 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13518 instead of PROC for caching "first-password-request". Otherwise,
13519 new processes would not profit from passwords already entered.
13520
2b8c974a
SM
13521 * net/tramp-cache.el (tramp-dump-connection-properties):
13522 Don't save "first-password-request" property.
7540f029 13523
fa5f7c5f
JB
135242010-02-14 Juanma Barranquero <lekktu@gmail.com>
13525
13526 * outline.el (outline-head-from-level):
13527 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13528 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13529 (elint-defun, elint-buffer-env, elint-top-form-logged)
13530 (elint-unbound-variable):
13531 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13532 Fix typos in docstrings.
13533
ecbaeb7b
MA
135342010-02-14 Michael Albinus <michael.albinus@gmx.de>
13535
13536 * files.el (insert-directory): When WILDCARD-REGEXP and
13537 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13538 whole directory. (Bug#5551)
13539
13540 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13541 dired's alignment sanity. (Bug#5516)
13542
91e3333f
JL
135432010-02-14 Juri Linkov <juri@jurta.org>
13544
13545 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13546 Remove remaining ^H with their preceding chars. (Bug#5566)
13547
36020642
GM
135482010-02-13 Glenn Morris <rgm@gnu.org>
13549
13550 * simple.el (transpose-subr): Give it a doc-string.
13551
13552 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13553 Doc fixes.
13554
f5952338
JL
135552010-02-12 Juri Linkov <juri@jurta.org>
13556
13557 * arc-mode.el (archive-unique-fname): Make directories for nested
13558 archives. (Bug#5540)
13559
918fe50f
JL
135602010-02-12 Juri Linkov <juri@jurta.org>
13561
13562 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13563
c07ff221
SM
135642010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13565
48b1e7cf
SM
13566 * subr.el (copy-overlay): Handle deleted overlays.
13567
c07ff221
SM
13568 * man.el (Man-completion-table): Don't signal an error if we can't run
13569 manual-program (bug#4056).
13570
0e374247
JB
135712010-02-10 Juanma Barranquero <lekktu@gmail.com>
13572
13573 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13574
dbf8402b
SM
135752010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13576
348d1e60
SM
13577 * info.el (Info-bookmark-jump): Simplify.
13578
dbf8402b
SM
13579 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13580 (bookmark-default-handler): Accept new bookmark field `buffer'.
13581
e6d23bb5
CY
135822010-02-10 Chong Yidong <cyd@stupidchicken.com>
13583
13584 * iswitchb.el (iswitchb-completions): Revert last change.
13585
a8e4290b
MA
135862010-02-10 Michael Albinus <michael.albinus@gmx.de>
13587
2b23acde 13588 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13589 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13590 This prevents file names like "~/" being listed literally.
a8e4290b 13591
c59d6fad
DN
135922010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13593
348d1e60
SM
13594 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13595 Remove dead code. (Bug#5546)
c59d6fad 13596
3a66e78f
CY
135972010-02-09 Chong Yidong <cyd@stupidchicken.com>
13598
13599 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13600 correctly (Bug#5548).
13601
f29fd869
CY
136022010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13603
13604 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13605 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13606
7fad1447
KH
136072010-02-08 Kenichi Handa <handa@m17n.org>
13608
13609 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13610 cookie for putting `lisp-indent-function'.
7fad1447 13611
50e4518b
GM
136122010-02-07 Glenn Morris <rgm@gnu.org>
13613
13614 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13615 Move F2003 named interfaces from keywords-2 to keywords-1, and
13616 use function-name-face rather than constant-face.
13617 Simplify "abstract interface" regexp.
13618
a4cc44cf
CY
136192010-02-07 Chong Yidong <cyd@stupidchicken.com>
13620
13621 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13622 ID-FORMAT. Pass it to `file-attributes'.
13623
13624 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13625
c917476d
CY
136262010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13627
13628 * faces.el (set-face-attribute): Allow calling
13629 internal-set-lisp-face-attribute with 'unspecified family and
13630 foundry argument (Bug#5536).
13631
7cf3f3d6
GM
136322010-02-07 Glenn Morris <rgm@gnu.org>
13633
13634 * progmodes/f90.el (f90-font-lock-keywords-2)
13635 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13636 Handle F2003 named interfaces.
13637
ffe87109
CY
136382010-02-06 Chong Yidong <cyd@stupidchicken.com>
13639
13640 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13641 beg and end before calling c-get-state-before-change-functions.
13642
4775ecad
DN
136432010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13644
33aeea0e
SM
13645 * vc-bzr.el (vc-bzr-dir-extra-headers):
13646 Disable the pending merges header.
4775ecad 13647
0d17c4b9
JL
136482010-02-05 Juri Linkov <juri@jurta.org>
13649
13650 * doc-view.el (doc-view-mode):
13651 * image-mode.el (image-mode): Put property mode-class=special.
13652 (Bug#4896)
13653
8228a275
MH
136542010-02-05 Mark A. Hershberger <mah@everybody.org>
13655
13656 * vc-svn.el (vc-svn-revision-table): New function.
13657
d9320986
MA
136582010-02-05 Michael Albinus <michael.albinus@gmx.de>
13659
13660 * net/ange-ftp.el (ange-ftp-insert-directory):
13661 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13662 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13663 Handle also directories. (Bug#5478)
13664
f43d8ecc
GM
136652010-02-05 Glenn Morris <rgm@gnu.org>
13666
13667 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13668
ce3a988d
CY
136692010-02-05 Chong Yidong <cyd@stupidchicken.com>
13670
13671 * startup.el (command-line-1): Convert options beginning with a
13672 single dash as well (Bug#5519).
13673
bdd42899
SM
136742010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13675
51b23c44
SM
13676 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13677 * minibuffer.el (completion-initials-expand): Only check the presence
13678 of delims *within* the boundaries, since otherwise the / delim is
13679 always found for files.
13680
bdd42899
SM
13681 Fix up various corner case problems.
13682 * doc-view.el (doc-view-last-page-number): New function.
13683 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13684 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13685 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13686 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13687 (doc-view-convert-current-doc): Don't create the resolution.el file
13688 here any more.
13689 (doc-view-pdf/ps->png): Do it here instead.
13690 (doc-view-already-converted-p): Check that resolution.el is present.
13691 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13692 windows that are not yet showing images.
13693
d5b3979c
MA
136942010-02-04 Michael Albinus <michael.albinus@gmx.de>
13695
13696 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13697 `dired-uncache' for every elemnt which is an absolute file name.
13698
13699 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13700 directory, handle its directory component.
13701 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13702 function is called permanently and creates noise, otherwise.
13703
13704 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13705 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13706 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13707
b003beb1
DB
137082010-02-04 David Burger <dburger@google.com> (tiny change)
13709
13710 * macros.el (apply-macro-to-region-lines):
13711 Minor simplification. (Bug#5485)
13712
ea92f9f3
GM
137132010-02-04 Glenn Morris <rgm@gnu.org>
13714
a03ae20d
GM
13715 * mail/rmail.el (rmail-show-message-1): Handle malformed
13716 quoted-printable text. (Bug#5441)
13717
4d01b827
GM
13718 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13719
ea92f9f3
GM
13720 * simple.el (visual-line-mode): Capitalize lighter.
13721
82055bb7
JW
137222010-02-03 John Wiegley <jwiegley@gmail.com>
13723
13724 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13725 list of files considered for "virtual buffer" completions.
13726
8214b6e4
MA
137272010-02-03 Michael Albinus <michael.albinus@gmx.de>
13728
13729 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13730 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13731 when dired is called with a list of files, which are not in
13732 `default-directory'. (Bug#5478)
13733
1df9718f
SM
137342010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13737
02ba1267
JL
137382010-02-02 Juri Linkov <juri@jurta.org>
13739
13740 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13741 from unidiff to allow function-line after @@.
13742
a0c6a0fb
JL
137432010-02-02 Juri Linkov <juri@jurta.org>
13744
13745 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13746 '(RCS SCCS) with inverted condition.
13747
c35fcd52
MA
137482010-02-02 Michael Albinus <michael.albinus@gmx.de>
13749
13750 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13751 messages.
13752
6ba973c1
JL
137532010-02-01 Juri Linkov <juri@jurta.org>
13754
13755 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13756 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13757 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13758 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13759
0bca393f
SM
137602010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13763 (doc-view-revert-buffer): New command.
13764 (doc-view-mode-map): Use it.
13765
7a444e2a
DN
137662010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13767
13768 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13769 pending merge is detected.
13770
ad6fc8f4
JL
137712010-01-31 Juri Linkov <juri@jurta.org>
13772
13773 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13774 beginning of interactive spec like all other grep commands do.
13775 Put "all" in front of "gz". (Bug#5260)
13776
b9236874
DN
137772010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13778
13779 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13780
1e868757
CY
137812010-01-29 Chong Yidong <cyd@stupidchicken.com>
13782
13783 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13784 regexp is incorrect (Bug#5476).
13785
e5c70c41
MA
137862010-01-29 Michael Albinus <michael.albinus@gmx.de>
13787
13788 * net/tramp.el (tramp-handle-insert-directory): Handle also
13789 symlinks, when FILENAME is not in `default-directory'.
13790
0c0b61f1
MA
137912010-01-28 Michael Albinus <michael.albinus@gmx.de>
13792
13793 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13794 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13795
13796 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13797 of SWITCHES. Handle the case, FILENAME is not in
13798 `default-directory'. (Bug#5478)
13799 (tramp-register-file-name-handlers): Add safe-magic property.
13800
763f325e
CY
138012010-01-28 Chong Yidong <cyd@stupidchicken.com>
13802
13803 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13804 unzip (Bug#5475).
13805
fd09a83f
CY
138062010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13807
13808 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13809 (flymake-master-make-header-init): Add other C++ filename masks.
13810 (flymake-find-possible-master-files)
13811 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13812
7e5686f0
MA
138132010-01-28 Michael Albinus <michael.albinus@gmx.de>
13814
13815 Fix some busybox annoyances.
13816
13817 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13818 not responding." string.
13819 (tramp-open-connection-setup-interactive-shell): Dump stty
13820 settings. Enable "neveropen" arg for all `tramp-send-command'
13821 calls. Handle "=" in variable values properly.
13822 (tramp-find-inline-encoding): Raise an error, when no encoding is
13823 found.
13824 (tramp-wait-for-output): Check, whether PROC buffer is available.
13825 Remove spurious " ^H" sequences, sent by busybox.
13826 (tramp-get-ls-command): Suppress coloring, if possible.
13827
c6265c10
GM
138282010-01-28 Glenn Morris <rgm@gnu.org>
13829
c85a168b
GM
13830 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13831
c6265c10
GM
13832 * log-edit.el (log-edit-strip-single-file-name): Add missing
13833 :safe, :group, and :version tags.
13834
7d82a738
SB
138352010-01-27 Stephen Berman <stephen.berman@gmx.net>
13836
13837 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13838 buffers. (Bug#5477)
13839
8b0e68ea
CY
138402010-01-27 David De La Harpe Golden <david@harpegolden.net>
13841
13842 * files.el (delete-directory): Handle moving to trash without
13843 first doing recursion (Bug#5436).
13844
368d3208
DN
138452010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13846
13847 * vc-hooks.el (vc-path): Mark as obsolete.
13848
755da7fa
DN
138492010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13850
e2396d80
DN
13851 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13852 names too.
13853
755da7fa
DN
13854 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13855 for the short log.
13856 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13857
6a6d15ab 138582010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13859
ac9ffe99 13860 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13861
48c2d18a 13862 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13863
25f38310 138642010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13865
13866 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13867 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13868
51850286
DN
138692010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13870
c2f1d6d8
DN
13871 Remove support for adding --signoff on commit.
13872 Future support will use an incompatible generic mechanism.
13873 * vc-git.el (vc-git-add-signoff): Remove variable.
13874 (vc-git-toggle-signoff): Remove function.
13875 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13876
6a7662bb
BR
13877 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13878 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13879 was set.
13880 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13881 earlier, call it again in case the background mode has changed.
13882
02c6d0d0
CY
138832010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13884
13885 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13886 (Bug#3541).
13887
064eee03
CY
138882010-01-23 Chong Yidong <cyd@stupidchicken.com>
13889
02c6d0d0
CY
13890 * emacs-lisp/assoc.el (aelement): Doc fix.
13891 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13892
5336c3ec 138932010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13894
48c2d18a 13895 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13896 is the same as subprogram call, not declaration. (Bug#5435).
13897
0536254e
MA
138982010-01-23 Michael Albinus <michael.albinus@gmx.de>
13899
13900 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13901 (tramp-smb-maybe-open-connection): Use it.
13902
411d06c2
MA
139032010-01-22 Michael Albinus <michael.albinus@gmx.de>
13904
0536254e 13905 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13906
c893016b
SM
139072010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13908
13909 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13910 just because we see "encoding: 8bit".
13911 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13912
9425f8e1
CY
139132010-01-22 Chong Yidong <cyd@stupidchicken.com>
13914
13915 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13916
6a801864
EZ
139172010-01-22 Eli Zaretskii <eliz@gnu.org>
13918
13919 * jka-compr.el (jka-compr-load): If load-file is not in
13920 load-history, try its file-truename version. (bug#5447)
13921
3e8f7d91
AM
139222010-01-21 Alan Mackenzie <acm@muc.de>
13923
13924 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13925 * progmodes/cc-engine.el (c-invalidate-state-cache):
13926 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13927 special cpp construct is still in the buffer.
13928 (c-parse-state): Record the special cpp with markers, not numbers.
13929
f0bd0ad5
CY
139302010-01-21 Kenichi Handa <handa@m17n.org>
13931
13932 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13933 process last-command-event, as it is now decoded first (Bug#5380).
13934
5189d95b
CY
139352010-01-20 Chong Yidong <cyd@stupidchicken.com>
13936
13937 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13938
e073d74a
GM
139392010-01-20 Glenn Morris <rgm@gnu.org>
13940
13941 * indent.el (tab-always-indent): Fix custom-type.
13942
8ee04f3a
AM
139432010-01-19 Alan Mackenzie <acm@muc.de>
13944
13945 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13946 buffer throws "args out of range".
13947 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13948 playing the role of delimiter.
13949
6a47c86a
SL
139502010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13951
bf0b361c 13952 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13953 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13954 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13955 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13956 Improve comments in "is" portion. Handle null procedure declaration.
13957 (ada-move-to-end): Improve doc string.
13958
2acfb954
ÓF
139592010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13960
e90d57c0 13961 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13962 Remove obsolete information from commentary.
e90d57c0
JB
13963 (ido-choice-list): Initialize to nil.
13964 (ido-get-bufname): Reject minibuffers.
13965 (ido-make-buffer-list): If "default" is a nonexistent
13966 buffer, ignore it, as per the function's comment.
13967 (ido-kill-buffer-internal): New function.
13968 (ido-kill-buffer-at-head): Use it.
13969 (ido-visit-buffer): Likewise.
2acfb954 13970
244b023e
CY
139712010-01-18 Chong Yidong <cyd@stupidchicken.com>
13972
13973 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13974
db9e401b
JB
139752010-01-18 Juanma Barranquero <lekktu@gmail.com>
13976
db9e401b
JB
13977 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13978 Fix typos in chart titles.
13979
13980 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13981 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13982 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13983 (describe-class, eieio-describe-generic, describe-generic):
13984 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13985 (eieio-speedbar-expand):
13986 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13987 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13988 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13989 (viper-del-backward-char-in-replace, viper-backward-indent)
13990 (viper-brac-function, viper-register-to-point, viper-submit-report):
13991 * net/tramp.el (tramp-remote-coding-commands):
13992 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13993 Fix typos in docstrings.
13994
9295137d
CY
139952010-01-17 Chong Yidong <cyd@stupidchicken.com>
13996
13997 * mail/sendmail.el (mail-yank-original): Set the mark if the
13998 specified function for yanking does not do it.
13999
4d0bbcb6
DN
140002010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
14001
7902c120
DN
14002 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
14003
4d0bbcb6
DN
14004 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
14005 resyncing a directory.
14006
0b702bc1
SL
140072010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
14008
6a47c86a 14009 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
14010 (ada-ident-re): Delete ., allow multibyte characters.
14011 (ada-goto-label-re): New; matches goto labels.
14012 (ada-block-label-re): New; matches block labels.
14013 (ada-label-re): New; matches both.
5f9d345c 14014 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
14015 `ada-block-label-re' instead.
14016 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14017 Use `ada-block-label-re'.
14018 (ada-indent-on-previous-lines): Improve handling of goto labels.
14019 (ada-get-indent-block-start): Special-case block label.
14020 (ada-get-indent-label): Split into `ada-indent-block-label' and
14021 `ada-indent-goto-label'.
14022 (ada-goto-stmt-start, ada-goto-next-non-ws):
14023 Optionally ignore goto labels.
14024 (ada-goto-next-word): Simplify.
14025 (ada-indent-newline-indent-conditional): Insert newline before
14026 trying to fix indentation; doc fix.
14027
05287c49
JB
140282010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14029
14030 * calc/calc.el (calc-command-flags): Give it an initial value.
14031
4963739e
JB
140322010-01-17 Juanma Barranquero <lekktu@gmail.com>
14033
4963739e
JB
14034 * files.el (minibuffer-with-setup-hook):
14035 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14036 (artist-key-draw-continously, artist-key-do-continously-continously)
14037 (artist-key-set-point-continously, artist-mouse-draw-continously):
14038 Fix typos in docstrings.
14039
116bd1ee
CY
140402010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14041
6a7662bb
BR
14042 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14043 Never return t (Bug#3898).
116bd1ee 14044
2784cd7a 140452010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
14046
14047 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14048 can parse the output of the external commands (Bug#5279).
14049
abd5cfe8
CY
140502010-01-16 Jari Aalto <jari.aalto@cante.net>
14051
14052 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14053
4fe22cdf
CY
140542010-01-16 Chong Yidong <cyd@stupidchicken.com>
14055
bbdc98ef
CY
14056 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14057
c7dc1ac1
CY
14058 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14059
4fe22cdf
CY
14060 * startup.el (command-line): Remove unused --icon-type arg.
14061 Handle --display arg, passing it to command-line-1 (Bug#5392).
14062
045b9da7
ML
140632010-01-16 Mario Lang <mlang@delysid.org>
14064
045b9da7
ML
14065 * emacs-lisp/chart.el (chart-translate-namezone):
14066 * textmodes/artist.el (artist-compute-popup-menu-table):
14067 Remove duplicated words in doc-strings.
14068
6554a5df
CY
140692010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14070
14071 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14072 to mairix-search to suppress threading (Bug#5342).
14073
ca4f0e9a
KH
140742010-01-15 Kenichi Handa <handa@m17n.org>
14075
14076 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 14077 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 14078
1db3226b
GM
140792010-01-15 Glenn Morris <rgm@gnu.org>
14080
56a03f46
GM
14081 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14082
14083 * wid-edit.el (widget-keymap): Doc fix.
14084
1db3226b
GM
14085 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14086 former seems to be more widely accepted by various svn versions.
14087
80cd4bb4
JB
140882010-01-14 Juanma Barranquero <lekktu@gmail.com>
14089
d1f18ec0
JB
14090 * find-cmd.el (find-constituents):
14091 * vc-arch.el (vc-arch-root):
14092 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
14093 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14094 * progmodes/ada-stmt.el (ada-if):
14095 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14096 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14097 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14098 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14099
80cd4bb4
JB
14100 * progmodes/flymake.el (flymake-post-syntax-check):
14101 Fix typo in error message.
14102
9c23ca47
JB
141032010-01-14 Juanma Barranquero <lekktu@gmail.com>
14104
14105 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14106 which is always a string. (Bug#5313)
14107
8794c483
JB
141082010-01-14 Juanma Barranquero <lekktu@gmail.com>
14109
14110 * progmodes/ada-xref.el (ada-default-prj-properties):
14111 Simplify previous change.
14112
95005d39
SL
141132010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14114
14115 * progmodes/ada-xref.el (ada-default-prj-properties):
14116 Default ada_project_path to $ADA_PROJECT_PATH.
14117
141182010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
14119
14120 * progmodes/ada-mode.el (ada-create-keymap):
14121 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14122
fb0d1545
SL
141232010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14124
14125 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14126 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14127 (ada-get-current-indent, ada-imenu-generic-expression)
14128 (ada-which-function): Check for it.
14129
5c9434d0
SL
141302010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14131
14132 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14133 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14134
3a4f3a3b
GM
141352010-01-14 Glenn Morris <rgm@gnu.org>
14136
14137 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14138
d9a7c140
KH
141392010-01-14 Kenichi Handa <handa@m17n.org>
14140
14141 * composite.el (auto-composition-mode): Make it a buffer local
14142 variable (permanent-local).
14143 (auto-composition-function): Set the default value to
14144 auto-compose-chars.
49caf252 14145 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
14146 (global-auto-composition-mode): Likewise.
14147 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 14148
38bee102
KF
141492010-01-13 Karl Fogel <kfogel@red-bean.com>
14150
14151 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 14152
b8b45afc
MA
141532010-01-12 Michael Albinus <michael.albinus@gmx.de>
14154
14155 * files.el (copy-directory): Compute target for recursive
14156 directories with identical names. (Bug#5343)
14157
893db5bc
GM
141582010-01-12 Glenn Morris <rgm@gnu.org>
14159
6a7662bb
BR
14160 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14161 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 14162
d8b8451f
SS
141632010-01-11 Sam Steingold <sds@gnu.org>
14164
14165 * imenu.el (imenu-default-create-index-function): Detect infinite
14166 loops caused by imenu-prev-index-position-function.
14167
30afcdff
JB
141682010-01-11 Juanma Barranquero <lekktu@gmail.com>
14169
14170 * htmlfontify.el (htmlfontify-load-rgb-file)
14171 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14172 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14173 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14174 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14175 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14176 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14177 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14178 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14179 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14180 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14181 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14182 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14183 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14184 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14185 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14186 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14187 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14188 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14189 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14190 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14191 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14192 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14193 backslash-quoting from parentheses, etc.
14194
92b1c416
CY
141952010-01-11 Chong Yidong <cyd@stupidchicken.com>
14196
14197 * progmodes/js.el: Autoload javascript-mode alias.
14198
4454adab
JB
141992010-01-11 Juanma Barranquero <lekktu@gmail.com>
14200
14201 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14202 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14203 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14204 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14205 Fix typos in docstrings.
14206 (ffap-url-regexp): Doc fix.
14207 (ffap-at-mouse): Fix typo in message.
14208
6589a2f9
GM
142092010-01-11 Glenn Morris <rgm@gnu.org>
14210
14211 * version.el (emacs-copyright): Set copyright year to 2010.
14212
4e5617ee
SM
142132010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14214
14215 * format.el (format-annotate-function): Only set
14216 write-region-post-annotation-function after running to-fn so as not to
14217 affect nested write-region calls (bug#5273).
14218
52bee098
CY
142192010-01-10 Chong Yidong <cyd@stupidchicken.com>
14220
a069f067
CY
14221 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14222 wisent/python.el.
14223
e709e39d
CY
142242010-01-09 Chong Yidong <cyd@stupidchicken.com>
14225
14226 * man.el (Man-goto-section): Signal error if the section is not
14227 found (Bug#5317).
14228
6ee86780
JB
142292010-01-09 Juanma Barranquero <lekktu@gmail.com>
14230
14231 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14232 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14233
fa7b5f7b
CY
142342010-01-09 Chong Yidong <cyd@stupidchicken.com>
14235
14236 * progmodes/compile.el: Don't treat compile-command as safe if
14237 compilation-read-command might be nil (Bug#4218).
14238
de62c4d9
JD
142392010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14240
14241 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14242 NS options.
14243
e94be827
KH
142442010-01-08 Kenichi Handa <handa@m17n.org>
14245
4e5617ee
SM
14246 * international/fontset.el (build-default-fontset-data):
14247 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 14248
1dfae2a2
JB
142492010-01-07 Juanma Barranquero <lekktu@gmail.com>
14250
14251 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14252 to `create-file-buffer' as it expects, not just a buffer name.
14253 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14254 to help uniquify. (Bug#3224)
14255
d0cf45b7
JD
142562010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14257
14258 * font-setting.el (font-setting-change-default-font): Use user-spec
14259 instead of name.
14260
7534fa5e
DN
142612010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14262
14263 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14264
fd579fdc
CY
142652010-01-05 Tom Tromey <tromey@redhat.com>
14266
4e5617ee
SM
14267 * progmodes/python.el (python-font-lock-keywords):
14268 Handle qualified decorators (Bug#881).
fd579fdc 14269
37860caf
DN
142702010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14271
14272 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14273 in a lightweight checkout.
14274
69db641d
KH
142752010-01-05 Kenichi Handa <handa@m17n.org>
14276
4e5617ee 14277 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14278
b25d6a02
DN
142792010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14280
14281 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14282
137d88ca
DN
142832010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14284
14285 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14286 checkouts. (Bug#618)
3d5d0aa9 14287 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14288 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14289 (vc-bzr-shelve-menu-map):
14290 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14291 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14292
da76998b
CY
142932010-01-02 Chong Yidong <cyd@stupidchicken.com>
14294
14295 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14296 They are valid characters in URL paths (rfc3986), and at least
14297 Firefox does not understand the encoded version (Bug#3166).
14298
b2ad70b6
CY
142992010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14300
14301 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14302 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14303 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14304 (octave-end-as-array-index-p): New function.
14305 (calculate-octave-indent): Use it.
14306
54136282
KF
143072010-01-02 Karl Fogel <kfogel@red-bean.com>
14308
14309 * bookmark.el: Consistently put the text property on the bookmark name.
14310 (bookmark-bmenu-marks-width): Bump back to 2, to include
14311 annotation marks.
14312 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14313 property on the bookmark name, instead of not putting it at all.
14314 (bookmark-bmenu-list): Fix where we put the text property.
14315
cc4d3cad
KF
143162010-01-02 Karl Fogel <kfogel@red-bean.com>
14317
14318 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14319 for showing buffer modified state (as added in the previous change).
14320
b894c439
KF
143212010-01-02 Karl Fogel <kfogel@red-bean.com>
14322
14323 * bookmark.el: Show modified state of bookmark buffer more accurately.
14324 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14325 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14326 (with-buffer-modified-unmodified): New macro.
14327 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14328 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14329 Use new macro to preserve the buffer modified state.
b894c439 14330
3a69db53
KF
143312010-01-02 Karl Fogel <kfogel@red-bean.com>
14332
4e5617ee 14333 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14334 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14335 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14336 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14337 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14338 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14339 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14340
af414f10
EZ
143412010-01-02 Eli Zaretskii <eliz@gnu.org>
14342
4e5617ee
SM
14343 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14344 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14345
f2ec0e5e
CY
143462010-01-02 Ryan Yeske <rcyeske@gmail.com>
14347
14348 * net/rcirc.el: Add follow-link binding (Bug#4738).
14349
38c1ba62
EZ
143502010-01-02 Eli Zaretskii <eliz@gnu.org>
14351
4e5617ee 14352 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14353 (cvs-update): New target for backward compatibility.
14354
4e5617ee 14355 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14356 (cvs-update): New target for backward compatibility.
14357
ea2c0f5b
KF
143582010-01-02 Karl Fogel <kfogel@red-bean.com>
14359
14360 * bookmark.el: Remove gratuitous gratitude.
14361
5ae329f4
KF
143622010-01-02 Karl Fogel <kfogel@red-bean.com>
14363
c4cc8b9a 14364 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14365 (bookmark-bmenu-save): Clear buffer modification if no marks.
14366
143672010-01-02 Karl Fogel <kfogel@red-bean.com>
14368
14369 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14370 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14371 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14372 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14373
14374 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14375 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14376 To: emacs-devel {_AT_} gnu.org
14377 Subject: bookmark.el bug report
14378 Date: Mon, 28 Dec 2009 14:19:16 +0800
14379 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14380
aef053eb
KF
143812010-01-02 Karl Fogel <kfogel@red-bean.com>
14382
14383 * bookmark.el: Improvements suggested by Drew Adams:
14384 (bookmark-bmenu-ensure-position): New name for
14385 `bookmark-bmenu-check-position'. Just ensure the position,
14386 don't return any meaningful value.
14387 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14388 New constants.
14389
0472835f
JB
143902010-01-02 Juanma Barranquero <lekktu@gmail.com>
14391
14392 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14393 (bookmark-yank-point, bookmark-bmenu-check-position):
14394 Fix typos in docstrings.
14395 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14396 (bookmark-name-from-full-record, bookmark-get-position)
14397 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14398 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14399 Remove useless quoting of parenthesis, etc. in docstrings.
14400
14401 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14402 (ediff-append-custom-diff): Fix typo in error message.
14403 (ediff-meta-mark-equal-files): Fix typos in messages.
14404
14405 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14406
0472835f
JB
14407 * net/imap-hash.el (imap-hash-make): Doc fix.
14408 (imap-hash-test): Fix typo in error message; reflow docstring.
14409 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14410 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14411 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14412 Fix typos in docstrings.
14413 (imap-hash-open-connection): Fix typo in error message.
14414
14415 * play/gomoku.el (gomoku): Fix typos in docstring.
14416
14417 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14418 (gdb-jsonify-buffer): Fix typos in docstring.
14419 (gdb-goto-breakpoint): Fix typo in error message.
14420 ("Display Other Windows"): Fix typo in help message.
14421 (gdb-speedbar-expand-node): Fix typo in question.
14422
14423 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14424 (idlwave-html-system-help-location, idlwave-html-help-location)
14425 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14426 (idlwave-help-browser-generic-args, idlwave-help-directory)
14427 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14428 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14429 (idlwave-online-help, idlwave-help-html-link)
14430 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14431 Fix typos in docstrings.
14432 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14433 Reflow docstrings.
14434 (idlwave-help-assistant-start): Fix typo in error message.
14435
14436 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14437 (octave-electric-space): Fix typos in docstrings.
14438
9bbe0828
CY
144392010-01-01 Chong Yidong <cyd@stupidchicken.com>
14440
14441 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14442
a88c46c3
CY
144432010-01-01 Juri Linkov <juri@jurta.org>
14444
14445 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14446 increase the default to 500 (Bug#5148).
a88c46c3 14447
7ee6c59b
NR
144482009-12-31 Nick Roberts <nickrob@snap.net.nz>
14449
14450 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14451 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14452 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14453
a9c8a2cd
NR
144542009-12-30 Nick Roberts <nickrob@snap.net.nz>
14455
14456 Show working revision correctly for mercurial.
14457 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14458 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14459
659e4408
JB
144602009-12-29 Juanma Barranquero <lekktu@gmail.com>
14461
14462 Declare some functions for the byte-compiler.
14463 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14464 (speedbar-timer-fn, speedbar-change-expand-button-char)
14465 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14466
7ee6c59b
NR
144672009-12-29 Nick Roberts <nickrob@snap.net.nz>
14468
14469 This changeset reverts GDB Graphical Interface to use annotations.
14470 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14471
460f6e7c
DN
144722009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14473
14474 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14475 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14476 Return file names relative to it.
460f6e7c
DN
14477 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14478 relative directory to vc-bzr-after-dir-status.
14479
543f553a
TH
144802009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14481
14482 * font-lock.el (font-lock-refresh-defaults): New function, which
14483 can be used to let font-lock react to external changes in
14484 variables like font-lock-defaults and keywords.
14485 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14486
2592ab76
DN
144872009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14488
ac859983
DN
14489 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14490
2592ab76
DN
14491 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14492
58941d03
JB
144932009-12-28 Juanma Barranquero <lekktu@gmail.com>
14494
14495 Supersede color.diff settings in git log (bug#5211).
14496
14497 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14498 escape chars in its output when the user has color.diff set to `always'.
14499 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14500
39764e76
KR
145012009-12-26 Kevin Ryde <user42@zip.com.au>
14502
14503 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14504 node. Keep previous "Index" name to work with past coreutils too.
14505
91c4831e
KR
14506 * man.el (man): Revise docstring a bit to show -a and -l as
14507 examples. Add -k description since support for it has otherwise
14508 been a secret. (Further to bug#3717.)
651e932e
KR
14509 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14510 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14511 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14512
7f4d4a97
MA
145132009-12-26 Michael Albinus <michael.albinus@gmx.de>
14514
14515 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14516 switches. Check also for //SUBDIRED// line.
14517
bcffff46
KH
145182009-12-25 Kenichi Handa <handa@m17n.org>
14519
88b5a757 14520 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14521 handle ZWNJ and ZWJ. Use it in composition-function-table for
14522 Devanagari.
14523 (malayalam-composable-pattern): Fix previous change.
14524
dc1dcfa4
VJL
145252009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14526
14527 * ps-print.el (ps-face-attributes): It was not returning the
14528 attribute face for faces specified as string. Reported by harven
80525855 14529 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14530 (ps-print-version): New version 7.3.5.
14531
6fe539d2
UJ
145322009-12-18 Ulf Jasper <ulf.jasper@web.de>
14533
85626eef 14534 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14535 Fix timezone names.
14536 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14537 (icalendar--add-diary-entry): Remove the trailing blank that
14538 diary-make-entry inserts.
14539
1f3611c6
MA
145402009-12-17 Michael Albinus <michael.albinus@gmx.de>
14541
14542 Make `file-expand-wildcards' work for remote files.
14543
14544 * files.el (file-expand-wildcards): In case of remote files, check
14545 only local file name part for wildcards. Provide feature 'files
14546 and subfeature 'remote-wildcards. (Bug#5198)
14547
14548 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14549 if there is already an established connection.
14550 (tramp-advice-file-expand-wildcards): Remove it.
14551
14552 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14553 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14554 Activate advice for older GNU Emacs versions. (Bug#5237)
14555
9762b219
JB
145562009-12-17 Juanma Barranquero <lekktu@gmail.com>
14557
14558 Some doc fixes (more needed).
14559
14560 * find-cmd.el (find-constituents): Reflow docstring.
14561 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14562 (find-generic): Doc fix.
14563
cfb54897
JL
145642009-12-17 Juri Linkov <juri@jurta.org>
14565
14566 Fix regression from 23.1 to allow multiple modes in Local Variables.
14567
14568 * files.el (hack-local-variables-filter): While ignoring duplicates,
14569 don't take `mode' into account.
85626eef
SM
14570 (hack-local-variables-filter, hack-dir-local-variables):
14571 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14572
ad974e9e
JL
145732009-12-17 Juri Linkov <juri@jurta.org>
14574
85626eef 14575 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14576
14577 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14578 `current' or when `file' is a directory of the `current' file.
14579
3616e0b9
AS
145802009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14581
14582 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14583 unconditionally preloaded files.
14584
72b57560
JL
145852009-12-16 Juri Linkov <juri@jurta.org>
14586
14587 Revert to old 23.1 logic of using the file at the mark as default.
14588 * dired-aux.el (dired-diff): Use the file at the mark as default
14589 if it's not the same as the current file, and the target dir is
14590 the current dir or the mark is active. Add the current file
14591 as the arg of `dired-dwim-target-defaults'. Use the default file
14592 in the prompt. (Bug#5225)
14593
68712eb6
MA
145942009-12-15 Michael Albinus <michael.albinus@gmx.de>
14595
14596 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14597 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14598 (tramp-check-for-regexp): Check also, when an echoing shell stops
14599 to echo sent commands.
14600
fd471993
CY
146012009-12-14 Chong Yidong <cyd@stupidchicken.com>
14602
14603 * Makefile.in: Revert last change (Bug#5191).
14604
86b5e14c
DN
146052009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14606
14607 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14608 (vc-hg-working-revision): Make sure the command is executed in a
14609 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14610
8cffbb75
CY
146112009-12-14 Chong Yidong <cyd@stupidchicken.com>
14612
14613 * progmodes/python.el (python-symbol-completions): Remove text
14614 properties from symbol string before calling python-send-receive.
14615
6c2b67ad
NR
146162009-12-14 Nick Roberts <nickrob@snap.net.nz>
14617
14618 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14619 when there are values for both file and line. (Bug#5060)
6c2b67ad 14620
ff6f4585
JL
146212009-12-14 Juri Linkov <juri@jurta.org>
14622
14623 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14624 whitespace after the file name of the first line of unified format,
14625 because git-diff doesn't output whitespace and file modification time
14626 after the file name.
14627
d3de1c8e
JL
146282009-12-14 David Kastrup <dak@gnu.org>
14629
14630 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14631 check if it already has the `display' property added by
14632 `Info-display-images-node', and not put the `invisible' property
14633 in this case.
14634
2f1b7dc4
GM
146352009-12-13 Glenn Morris <rgm@gnu.org>
14636
a0cefee5
GM
14637 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14638 (report-emacs-bug): In message-mode, sort manually before storing
14639 original report text. (Bug#5178)
2f1b7dc4
GM
14640 Remove superfluous save-excursion.
14641
31bb373f
MA
146422009-12-12 Michael Albinus <michael.albinus@gmx.de>
14643
14644 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14645 when responding to "GetAll" properties.
14646
5e1d4968
CY
146472009-12-12 Chong Yidong <cyd@stupidchicken.com>
14648
14649 * simple.el (compose-mail): Remove mail-setup-with-from from
14650 customization checks.
14651
097d86f9
EZ
146522009-12-12 Eli Zaretskii <eliz@gnu.org>
14653
14654 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14655 RAR archives created on Unix systems.
14656
1d4adede
SM
146572009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14658
14659 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14660 the varalias that was accidentally removed by the 2009-11-19 change
14661 (bug#5186).
14662
3ff3655c
KH
146632009-12-12 Kenichi Handa <handa@m17n.org>
14664
14665 * language/indian.el (indian-compose-regexp): New function.
14666 (malayalam-composable-pattern): Fix the pattern.
14667 (composition-function-table): Set malayalam-composable-pattern for
14668 Malayalam characters.
14669
82d3343c
CY
146702009-12-11 Chong Yidong <cyd@stupidchicken.com>
14671
315eb96d
CY
14672 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14673 rather than down-mouse-1, based on follow-link conventions.
14674
82d3343c
CY
14675 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14676 are compiled.
14677
86a4c7ac
DN
146782009-12-11 Michael McNamara <mac@mail.brushroad.com>
14679
bf0b361c 14680 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14681 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14682 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14683 (verilog-leap-to-head, verilog-backward-token):
14684 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14685
146862009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14687
bf0b361c
JB
14688 * progmodes/verilog-mode.el (verilog-auto-lineup)
14689 (verilog-nameable-item-re): Cleanup user-visible spelling and
14690 documentation errors. One reported by Gary Delp.
1d4adede 14691 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14692 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14693 package, bug195. Reported by Pierre-David Pfister.
14694
fe03f49a
GM
146952009-12-11 Glenn Morris <rgm@gnu.org>
14696
47641aac
GM
14697 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14698
85094855
GM
14699 * mail/emacsbug.el: No longer require sendmail.
14700 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14701 (report-emacs-bug-orig-text): Doc fix.
14702 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14703 New local variables, to adapt to different mail-user-agents.
14704 (report-emacs-bug): Fix test for a gnu.org address.
14705 Use overlays for emphasis, since font-lock defeats 'face property.
14706 Pretest bugs also end up at the newsgroup these days.
14707 Stop message-mode stripping text properties.
14708 Set and use the new buffer-local variables.
14709 (report-emacs-bug-hook): Add doc-string.
14710 Remove some unnecessary save-excursions and simplify.
14711 Use the appropriate hook and send-command.
14712
fe03f49a
GM
14713 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14714 capitalization of some menu entries.
14715
345427f0
VJL
147162009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14717
277e6741
MP
14718 * whitespace.el (whitespace-display-char-on):
14719 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14720 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14721 New version 12.1.
14722
c70ccbba
EZ
147232009-12-10 Eli Zaretskii <eliz@gnu.org>
14724
14725 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14726 characters in the Attribute field.
14727
f1943c1b
DN
147282009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14729
14730 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14731
1c67aeaa
SM
147322009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14733
14734 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14735 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14736 Disregard autoload-excludes.
14737 (update-directory-autoloads): Obey autoload-excludes here instead.
14738 But don't store its contents in no-autoloads and remove entries that
14739 refer to excludes files.
14740
d8194864
GM
147412009-12-10 Glenn Morris <rgm@gnu.org>
14742
8c0171c0
GM
14743 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14744 (expand-mail-aliases): Define for compiler.
14745
dba372dd
GM
14746 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14747 Define for compiler.
14748
d8194864
GM
14749 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14750 appropriate for the mail-user-agent in use.
14751
fe5facd3
MA
147522009-12-09 Michael Albinus <michael.albinus@gmx.de>
14753
14754 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14755
99999a1d
DN
147562009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14757
14758 Fix short log parsing and fontification.
14759 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14760 Fix fontification for the [merge] label.
14761
2ea1c4aa
SM
147622009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14763
85626eef 14764 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14765 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14766 (hfy-fontify-buffer): Use it.
14767
9840deb6
SM
147682009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14769
a0d1aadf
SM
14770 Minor cleanup.
14771 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14772 Adjust all callers.
14773 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14774 args compulsory. Adjust callers.
14775 (ffap-gopher-at-point): Remove unused var `name'.
14776
9840deb6
SM
14777 Get rid of the ELCFILES abomination.
14778 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14779 (compile-elcfiles): New phony target.
14780 (compile-main): Compute ELCFILES dynamically.
14781 (compile-clean): New target to remove left-over elc files.
14782 (compile, all): Use it.
14783
7eb3f9a8
KH
147842009-12-09 Kenichi Handa <handa@etlken>
14785
14786 * international/mule-diag.el: Require help-mode instead of help-fns.
14787
ae63e572
KH
147882009-12-09 Kenichi Handa <handa@m17n.org>
14789
5ce6e4f4 14790 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14791 fine ranges instead of pre-calculating accurate ranges.
14792 Iterate with bigger gc-cons-threshold.
ae63e572 14793
e2f3c692
DN
147942009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14795
14796 Add support for stashing a snapshot of the current tree.
14797 * vc-git.el (vc-git-stash-snapshot): New function.
14798 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14799
cf6d0352
JB
148002009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14801
14802 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14803 instead of `(beginning|end)-of-line'.
14804
48e4acc9
GM
148052009-12-08 Glenn Morris <rgm@gnu.org>
14806
6e890faa
GM
14807 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14808
48e4acc9
GM
14809 * Makefile.in (ELCFILES): Regenerate.
14810
d2a1dc7b
JL
148112009-12-07 Juri Linkov <juri@jurta.org>
14812
14813 Don't lazy-highlight the comint output in history Isearch mode.
14814
14815 * comint.el (comint-history-isearch-search): Instead of
14816 `comint-line-beginning-position', use `comint-after-pmark-p'
14817 to check if point if before the process mark, and go to
14818 `process-mark' in this case.
14819
51ef56c4
SM
148202009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14821
fb10ee4a
SM
14822 * textmodes/tex-mode.el (latex-complete)
14823 (latex-indent-or-complete): Remove.
14824 (latex-mode): Set completion-at-point-functions instead.
14825
14826 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14827 * minibuffer.el (completion-at-point-functions): New var.
14828 (completion-at-point): New command.
fb10ee4a 14829 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14830 * progmodes/python.el (python-mode-map): Use completion-at-point.
14831 (python-completion-at-point): Rename from python-partial-symbol and
14832 adjust for use in completion-at-point-functions.
14833 (python-mode): Setup completion-at-point for Python completion.
14834 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14835 extracted from lisp-complete-symbol.
14836 (lisp-complete-symbol): Use it.
14837 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14838 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14839 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14840 Use completion-at-point.
51ef56c4 14841 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14842 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14843 * progmodes/sym-comp.el: Move to...
14844 * obsolete/sym-comp.el: Move from progmodes.
14845
5e7a9022
EZ
148462009-12-07 Eli Zaretskii <eliz@gnu.org>
14847
14848 Prevent save-buffer in Rmail buffers from using the coding-system
14849 of the current message, and from clobbering the encoding mnemonics
14850 in the mode line (Bug#4623).
14851
14852 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14853 flag, too.
14854 (rmail-message-encoding): New variable.
14855 (rmail-write-region-annotate): Record the encoding of the current
14856 message in rmail-message-encoding.
14857 (rmail-after-save-hook): New function, restores the encoding of
14858 the current message after the message collection is saved.
14859
9136e895
JL
148602009-12-07 Juri Linkov <juri@jurta.org>
14861
14862 * progmodes/grep.el (grep-read-files): Use `completing-read'
14863 instead of `read-string'. Set its `collection' arg to
14864 `read-file-name-internal'. (Bug#4301)
14865
40637410
JL
148662009-12-07 Juri Linkov <juri@jurta.org>
14867
14868 Correctly restore original Isearch point. (Bug#4994)
14869
14870 * isearch.el (isearch-mode): Move `isearch-push-state' after
14871 `(run-hooks 'isearch-mode-hook)'.
14872 (isearch-cancel): When `isearch-push-state-function' is defined,
14873 let-bind `isearch-cmds' to the first state (the last element of
14874 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14875 function and restores the original point). Otherwise, move point
14876 to `isearch-opoint'.
14877
da10ce2b
SM
148782009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14879
14880 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14881 chars that don't have names, so the table can be built much faster at
14882 run-time.
14883
3d68fa99
CY
148842009-12-07 Chong Yidong <cyd@stupidchicken.com>
14885
f82b1493
CY
14886 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14887 change. Suggested by David Kastrup.
14888
3d68fa99
CY
14889 * simple.el (compose-mail): Check for incompatibilities and warn.
14890 (compose-mail-user-agent-warnings): New option.
14891
662c5698
DN
148922009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14893
14894 Support showing a single log entry from vc-annotate.
14895 * vc.el (print-log): Add a new argument: START-REVISION.
14896 (vc-print-log-internal): Add a new optional argument and
14897 pass it to the backend.
14898 (vc-print-log, vc-print-root-log): Adjust callers.
14899 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14900 buffer already displays the requested log entry, use it.
14901 Otherwise display only the log entry in question.
14902 * vc-svn.el (vc-svn-print-log):
e4070cdc 14903 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14904 * vc-hg.el (vc-hg-state):
14905 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14906 (vc-git-show-log-entry): Return t on success.
14907 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14908 (vc-bzr-show-log-entry): Return t on success.
14909 * vc-rcs.el (vc-rcs-print-log):
14910 * vc-sccs.el (vc-sccs-print-log):
14911 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14912
e4070cdc
GM
149132009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14914
5ce6e4f4
JB
14915 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14916 Add menus to the meta mode. (Bug#5043)
e4070cdc 14917
5ce6e4f4 149182009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14919
14920 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14921 event-key.
662c5698 14922
662c5698
DN
14923 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14924
dab816a9
MA
149252009-12-07 Michael Albinus <michael.albinus@gmx.de>
14926
14927 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14928 Berbain <raphael.berbain@gmail.com>.
14929
14930 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14931 characters.
14932 (tramp-initial-end-of-output): New defconst.
14933 (tramp-methods, tramp-find-shell)
14934 (tramp-open-connection-setup-interactive-shell)
14935 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14936 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14937 Handle existence of `#' and `$'.
dab816a9 14938
6a7662bb
BR
14939 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14940 Use `tramp-initial-end-of-output'.
dab816a9 14941
a91e1f6b
DN
149422009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14943
14944 Get the background mode from the terminal for xterm, and set
14945 faces accordingly.
14946 * term/xterm.el (xterm-set-background-mode): New function.
14947 (terminal-init-xterm): Use it in case xterm supports background
14948 color queries. Recompute faces after getting the background
14949 color.
14950
5fa9d1ec
GM
149512009-12-07 Ulrich Mueller <ulm@gentoo.org>
14952
14953 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14954 number comment back on its own line, for easier parsing.
14955
5e9fde5e
SM
149562009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14957
14958 Make it work for non-file buffers (bug#5102).
14959 * doc-view.el (doc-view-current-cache-dir):
14960 Use doc-view-buffer-file-name rather than buffer-file-name.
14961 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14962
2f2f5242
CY
149632009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14964
14965 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14966 author field is too short.
14967
cebf8ec6
DN
149682009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14969
5e9fde5e
SM
14970 * vc-git.el (vc-git-print-log): Handle a limit argument.
14971 Display the short log in graph form and with labels.
0d3f8a78
DN
14972 (vc-git-log-view-mode): Handle labels.
14973
cebf8ec6
DN
14974 Make vc-revert change VC state from 'added to 'unregistered.
14975 * vc-git.el (vc-git-revert): Call git reset first.
14976
8e39154d
UJ
149772009-12-06 Ulf Jasper <ulf.jasper@web.de>
14978
d8194864
GM
14979 * net/newst-backend.el, net/newst-plainview.el:
14980 * net/newst-reader.el, net/newst-ticker.el:
14981 * net/newst-treeview.el, net/newsticker.el:
14982 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14983
ef187c24
CY
149842009-12-06 Chong Yidong <cyd@stupidchicken.com>
14985
238a0f3a
CY
14986 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14987
2c6bb71a
CY
14988 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14989 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14990 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14991 Update annotation regexp.
14992
ef187c24
CY
14993 * simple.el (beginning-of-visual-line): Constrain to field
14994 boundaries (Bug#5106).
14995
571855b6
UJ
149962009-12-06 Ulf Jasper <ulf.jasper@web.de>
14997
6a7662bb
BR
14998 * xml.el (xml-substitute-numeric-entities):
14999 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 15000 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
15001 * net/newst-backend.el (newsticker--parse-generic-feed)
15002 (newsticker--parse-generic-items)
6a7662bb
BR
15003 (newsticker--decode-numeric-entities):
15004 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 15005 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 15006
b857059c
CY
150072009-12-06 Daniel Colascione <dan.colascione@gmail.com>
15008
15009 * progmodes/js.el (js--js-not): Add null to the list of values.
15010
c2dae51b
CY
150112009-12-06 Chong Yidong <cyd@stupidchicken.com>
15012
d8194864 15013 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 15014
ed0f72d2
RW
150152009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15016
15017 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15018 delimiter if it is at the end of the current line.
15019 (bibtex-generate-url-list): Fix docstring.
15020
365b9a62
SM
150212009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15022
15023 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15024 minibuffer's content with itself.
15025 Fold the confirm-after-completion case into the `confirm' case.
15026 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15027
990a9cb1
KR
150282009-12-06 Kevin Ryde <user42@zip.com.au>
15029
15030 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 15031 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 15032
8b5a10db 15033 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 15034 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 15035
065543e7
JL
150362009-12-05 Juri Linkov <juri@jurta.org>
15037
15038 Save and restore dired buffer's point positions too. (Bug#4880)
15039
15040 * dired.el (dired-save-positions): Return in the first element
15041 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15042 Doc fix.
15043 (dired-restore-positions): First restore buffer's position.
15044 While restoring window's positions, check if window still displays
15045 the original buffer.
15046
503edac9
CY
150472009-12-05 Chong Yidong <cyd@stupidchicken.com>
15048
9a594ee6
CY
15049 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15050 if possible.
15051
925f8c70
CY
15052 * shell.el (shell): Require ansi-color (Bug#5113).
15053
15054 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15055
503edac9
CY
15056 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15057
8fea6b33
AM
150582009-12-05 Alan Mackenzie <acm@muc.de>
15059
15060 * progmodes/cc-mode.el (c-before-hack-hook)
15061 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15062 `c-file-style' to work again. This reversion restores the current
212c5aef 15063 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 15064
5d1fd962
CY
150652009-12-05 Kevin Ryde <user42@zip.com.au>
15066
6a7662bb
BR
15067 * textmodes/sgml-mode.el (sgml-lexical-context):
15068 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 15069
30760c8b
JL
150702009-12-05 Juri Linkov <juri@jurta.org>
15071
15072 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15073 for virtual nodes. (Bug#4147)
15074 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15075 when moving from a virtual node.
15076 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15077 (Info-mode): Add `Info-virtual-index' to the docstring.
15078
403111a8
RW
150792009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15080
15081 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15082 track of the buffer position of the end of a BibTeX entry as this
15083 position may change during reformatting.
15084 (bibtex-format-entry): Remove whitespace before processing
15085 numerical fields so that we recognize the latter properly.
15086 (bibtex-reformat): Do not use push which changes the global value
15087 of bibtex-entry-format.
15088 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15089 (bibtex-field-re-init): Replace only space characters by regexp
15090 for whitespace.
365b9a62 15091 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
15092 (bibtex-initialize): Also update bibtex-strings.
15093 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
15094 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15095 Update bibtex-reference-keys.
403111a8 15096
25b54627
SM
150972009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15098
15099 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15100 point after a star, if that's the only place where modifications can
15101 make progress.
15102
35639eb4
DN
151032009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15104
15105 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15106 in docstrings.
15107
8b78760b
JL
151082009-12-04 Juri Linkov <juri@jurta.org>
15109
15110 * proced.el (proced): Call `(proced-update t)' to update process
15111 information instead of only running proced-post-display-hook.
15112 (proced-send-signal): Add a leading space to the buffer name
15113 " *Marked Processes*" to make this buffer ephemeral.
15114
2b3489a7
JL
151152009-12-04 Juri Linkov <juri@jurta.org>
15116
15117 * dired.el (dired-auto-revert-buffer): New defcustom.
15118 (dired-internal-noselect): Use it.
15119
9b9debd1
JL
151202009-12-04 Juri Linkov <juri@jurta.org>
15121
15122 Change roles of modes and functions in image-mode.el (Bug#5062).
15123
15124 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15125 in `auto-mode-alist'.
15126 (image-mode-previous-major-mode): New variable.
15127 (image-minor-mode-map): Rename from `image-mode-text-map'.
15128 (image-mode): Move graceful error-handling code from
15129 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15130 (image-minor-mode): Remove all image-handling code.
15131 Replace `image-mode-text-map' with `image-minor-mode-map'.
15132 Check for `image-type' in mode-line format string.
15133 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15134 (image-mode-as-text): New function with most code from
15135 `image-mode-maybe'.
15136 (image-toggle-display-text): Move code that removes image
15137 properties from `image-toggle-display' to here.
15138 (image-toggle-display-image): New function with code that adds
15139 image properties copied from `image-toggle-display'.
15140 (image-toggle-display): Remove most code with leaving only code
15141 that toggles between `image-mode-as-text' and `image-mode'.
15142
0c74a301
UJ
151432009-12-04 Ulf Jasper <ulf.jasper@web.de>
15144
15145 * net/newst-treeview.el
15146 (newsticker--treeview-list-highlight-start): Restored call to
15147 save-excursion: Selected item was stuck.
15148 (newsticker--treeview-list-select): New.
15149 (newsticker--treeview-item-show-text)
15150 (newsticker--treeview-item-show)
15151 (newsticker--treeview-item-update): Use new
15152 newsticker-treeview-item-mode.
15153 (newsticker-treeview-update): Keep current item.
15154 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15155 (newsticker--treeview-first-feed): Doc change.
15156 (newsticker-treeview-list-menu)
88b5a757 15157 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
15158 (newsticker-treeview-item-mode): New.
15159
5ce6e4f4 15160 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
15161 windows.
15162
9eaeec5b
SS
151632009-12-04 Sam Steingold <sds@gnu.org>
15164
15165 * log-view.el (log-view-mode-map): "q" calls quit-window,
15166 like in all the other non-self-insert buffers.
15167
b2bf5be5
SM
151682009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15169
15170 Minor cleanup.
15171 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15172 key decoding rather than do it manually via last-input-event +
15173 ascii-character.
15174 (term-exec): Use delete-and-extract-region.
15175 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15176 (term-process-pager): Remove unused var `i'.
15177 (term-dynamic-simple-complete): Make obsolete.
15178 (serial-update-config-menu): Remove unused vars `y' and `str'.
15179 (term-update-mode-line): Remove unused var `temp'.
15180
46e5c897
DN
151812009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15182
15183 Limit the number of log entries displayed by default.
15184 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15185 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15186 using a prefix argument.
15187
627e0a14
GM
151882009-12-03 Glenn Morris <rgm@gnu.org>
15189
15190 * progmodes/idlwave.el (class): Restore still useful declaration.
15191
8578c224
AM
151922009-12-03 Alan Mackenzie <acm@muc.de>
15193
4abc318c 15194 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 15195
b2bf5be5
SM
15196 * progmodes/cc-mode.el (c-basic-common-init):
15197 Call c-state-cache-init.
9762b219 15198 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 15199 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 15200 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
15201
15202 * progmodes/cc-langs.el (c-before-font-lock-function):
15203 c-extend-and-neutralize-syntax-in-CPP has been renamed
15204 c-neutralize-syntax-in-and-mark-CPP.
15205
15206 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15207 with `category' properties now, not `syntax-table' ones.
15208
15209 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15210 enhanced (but slower) version of c-end-of-macro that won't land
15211 inside a literal or on another awkward character.
15212 (c-state-cache-too-far, c-state-cache-start)
15213 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15214 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15215 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15216 (c-state-min-scan-pos, c-state-brace-pair-desert)
15217 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15218 buffer local variables.
15219 (c-state-literal-at, c-state-lit-beg)
15220 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15221 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15222 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15223 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15224 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15225 (c-renarrow-state-cache)
15226 (c-append-lower-brace-pair-to-state-cache)
15227 (c-state-push-any-brace-pair, c-append-to-state-cache)
15228 (c-remove-stale-state-cache)
15229 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15230 (c-invalidate-state-cache-1, c-parse-state-1)
15231 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
15232 (c-parse-state): Enhance and refactor.
15233 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
15234
15235 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15236 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
15237 modify to use category text properties rather than syntax-table ones.
15238 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
15239 to switch off/on the syntactic paren property of C++ template
15240 delimiters using the category property.
15241 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15242 template delims suppressed.
15243 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15244 New constant/macros which apply category properties to the start
15245 and end of preprocessor constructs.
b2bf5be5 15246 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
15247 "comment out" the syntactic value of characters in preprocessor
15248 constructs.
15249 (c-with-cpps-commented-out)
15250 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15251 with characters in all or all but one preprocessor constructs
15252 "commented out".
15253
0d4dc442
RW
152542009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15255
15256 * proced.el (proced-filter-alist): Use regexp-quote.
15257
a09dc9bf
MA
152582009-12-03 Michael Albinus <michael.albinus@gmx.de>
15259
15260 Cleanup.
15261 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15262 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15263 arguments. Expand `default-directory'.
15264
15265 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15266 the benefit of returning an expanded localname.
15267 (tramp-tramp-file-p): Handle the case NAME is not a string.
15268
3f6bd790
DN
152692009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15270
4dfb3b9c
DN
15271 Add support for bzr shelve/unshelve.
15272 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15273 (vc-bzr-extra-menu-map): New variables.
15274 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15275 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15276 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15277 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15278 (vc-bzr-dir-extra-headers): Display shelves.
15279
3f6bd790
DN
15280 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15281
842d73a1
SM
152822009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * textmodes/bibtex.el (bibtex-complete-internal):
15285 Use completion-in-region.
15286 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15287
7fa4876f
DN
152882009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15289
15290 Support applying stashes. Improve UI.
15291 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15292 (vc-git-stash-apply, vc-git-stash-pop)
15293 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15294 (vc-git-stash-menu): New functions.
15295 (vc-git-stash-menu-map): New variable.
15296 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15297
d6e82452
GM
152982009-12-03 Glenn Morris <rgm@gnu.org>
15299
15300 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15301 (vc-print-log-internal): Fix previous change.
15302 (vc-revert): Correct pluralization.
15303
8d222148
SM
153042009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15305
ea52206b
SM
15306 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15307 it to be an alist any more.
15308 (makefile-complete): Use completion-in-region.
15309
69a94a37
SM
15310 * progmodes/octave-mod.el (octave-complete-symbol):
15311 Use completion-in-region.
15312
8d222148
SM
15313 Misc cleanup.
15314 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15315 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15316 (idlwave-complete-class): Don't quote lambda.
15317 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15318 (idlwave-mode-map): Move initialization into declaration.
15319 (idlwave-action-and-binding): Use backquotes.
15320 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15321 Simplify.
15322 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15323 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15324 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15325 `parts', and `all-parts'.
15326 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15327 (idlwave-convert-xml-system-routine-info): Remove unused string
15328 `version-string'.
15329 (idlwave-display-user-catalog-widget): Use dolist.
15330 (idlwave-scanning-lib): Declare dynamically-scoped var.
15331 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15332 (completion-highlight-first-word-only): Declare to silence bytecomp.
15333 (idlwave-popup-select): Tighten scope of `resp'.
15334 (idlwave-find-struct-tag): Remove unused var `beg'.
15335 (idlwave-after-load-rinfo-hook): Declare.
15336 (idlwave-sintern-class-info): Remove unused var `taglist'.
15337 (idlwave-find-class-definition): Remove unused var `list'.
15338 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15339 (idlwave-what-module-find-class): Remove unused var `classes'.
15340
3bb8691b
JB
153412009-12-03 Juanma Barranquero <lekktu@gmail.com>
15342
15343 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15344
f72f0c23
SM
153452009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15346
15347 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15348 buffers visited. Remove redundant current-buffer-saving.
15349
601a9508
SM
153502009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 Use completion-in-buffer and remove uses of dynamic scoping.
15353 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15354 (pascal-buffer-to-use, pascal-flag): Don't declare.
15355 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15356 (pascal-get-completion-decl, pascal-keyword-completion):
15357 Add `pascal-str' argument, save-excursion,
15358 return the found completions, and don't filter with pascal-pred.
15359 (pascal-completion-cache): New var.
15360 (pascal-completion): Don't switch buffer any more (it was never
15361 necessary). Don't save-excursion any more (it's done by the called
15362 subroutines). Use a cache to avoid redundant computations.
15363 Use complete-with-action rather than pascal-completion-response and
15364 let it apply the predicate as well.
15365 (pascal-complete-word): Use completion-in-buffer when
15366 pascal-toggle-completions is nil.
15367 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15368 not used any more.
15369 (pascal-comp-defun): Don't change buffer any more.
15370 Use complete-with-action rather than pascal-completion-response and
15371 let it apply the predicate as well.
15372 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15373 when neded.
15374
1ff4cb98
KH
153752009-12-02 Kenichi Handa <handa@m17n.org>
15376
15377 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15378 shape for all Indic scripts.
15379
bb12edf1
SM
153802009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 Use completion-in-buffer.
15383 * wid-edit.el (widget-field-text-end): New function.
15384 (widget-field-value-get): Use it.
15385 (widget-string-complete, widget-file-complete)
15386 (widget-color-complete): Use it and completion-in-region.
15387 (widget-complete): Don't narrow the buffer.
15388
5813f6ef
GM
153892009-12-02 Glenn Morris <rgm@gnu.org>
15390
c920f222
GM
15391 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15392 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15393 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15394 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15395
5813f6ef
GM
15396 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15397 save-excursion with save-current-buffer.
15398 Widen before searching. (Bug#5093)
15399 (diary-list-sexp-entries): Remove superfluous save-excursion.
15400
34b1d750
GM
154012009-12-02 Michael Welsh Duggan <mwd@cert.org>
15402
15403 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15404 name. (Bug#5038)
15405
b2d5f31a
GM
154062009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15407
15408 * ido.el (ido-file-internal): Handle filenames at point that do
15409 not have a directory part. (Bug#5049)
15410
c710ac3c
JB
154112009-12-02 Juanma Barranquero <lekktu@gmail.com>
15412
15413 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15414 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15415
9946be46
SM
154162009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15417
15418 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15419 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15420 any more.
15421
b08016f2
SM
154222009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15423
e7440df4
SM
15424 * comint.el (comint-insert-input): Ignore clicks to the right of
15425 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15426
3bb8691b 15427 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15428 terminate before setting up the major mode.
15429
f3b757f5
SM
15430 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15431 in case.
15432
a2877f1d
SM
15433 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15434 the last element.
15435
b08016f2
SM
15436 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15437
782d6e30
GM
154382009-12-01 Glenn Morris <rgm@gnu.org>
15439
15440 * window.el (window--display-buffer-2): Fix previous changes.
15441
28f57f7e
CY
154422009-12-01 Chong Yidong <cyd@stupidchicken.com>
15443
15444 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15445
c31a2fdc
GM
154462009-12-01 Glenn Morris <rgm@gnu.org>
15447
15448 * Makefile.in (ELCFILES): Add mpc.elc.
15449
e1ada222
SM
154502009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 * mpc.el: New file.
15453
0c9ff2c5
GM
154542009-12-01 Glenn Morris <rgm@gnu.org>
15455
3689984f
GM
15456 * window.el (window-to-use): Define for compiler.
15457
3ab4308b
GM
15458 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15459 consistent with others (no final period).
15460
0c9ff2c5
GM
15461 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15462 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15463
fb0c18ff
DN
154642009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15465
15466 Make vc-print-log buttons work.
045b9da7 15467 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15468
2ac7e73e
JB
154692009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15470
15471 * savehist.el (savehist-autosave-interval): Allow setting to nil
15472 through customize. (Bug#5056)
15473
5237d741
JB
154742009-11-30 Juanma Barranquero <lekktu@gmail.com>
15475
15476 Fix references to jit-lock properties.
15477 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15478 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15479 (perl-font-lock-special-syntactic-constructs):
15480 Quote jit-lock-defer-multiline property.
15481
379241fa
DN
154822009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15483
15484 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15485
054ae856
JL
154862009-11-30 Juri Linkov <juri@jurta.org>
15487
15488 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15489 value `buffer' of `multi-isearch-next-buffer-current-function'.
15490 Use `(current-buffer)' when `buffer' is nil.
15491 (multi-isearch-next-buffer-from-list): Don't fallback to
15492 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15493
67296dda
JL
154942009-11-30 Juri Linkov <juri@jurta.org>
15495
15496 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15497 of buffers with `get-buffer' to `multi-isearch-buffers'.
15498 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15499 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15500 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15501 FILES with `expand-file-name' converting relative file names
15502 to absolute. Doc fix. (Bug#4727)
15503
c585bf32
JL
155042009-11-30 Juri Linkov <juri@jurta.org>
15505
15506 * misearch.el (multi-isearch-read-buffers)
15507 (multi-isearch-read-matching-buffers): New functions.
15508 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15509 Use them in the `interactive' spec. Doc fix.
15510 (multi-isearch-read-files, multi-isearch-read-matching-files):
15511 New functions.
15512 (multi-isearch-files, multi-isearch-files-regexp):
15513 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15514
0a745733
JL
155152009-11-30 Juri Linkov <juri@jurta.org>
15516
15517 * doc-view.el (doc-view-continuous):
15518 Rename from `doc-view-continuous-mode'.
15519 (doc-view-menu): Move "Toggle display" to the top.
15520 Add submenu "Continuous" with radio buttons "Off"/"On"
15521 and "Save as Default".
15522 (doc-view-scroll-up-or-next-page)
15523 (doc-view-scroll-down-or-previous-page)
15524 (doc-view-next-line-or-next-page)
6a7662bb
BR
15525 (doc-view-previous-line-or-previous-page):
15526 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15527
1f9689eb
JL
155282009-11-30 Juri Linkov <juri@jurta.org>
15529
15530 * comint.el (comint-mode-map): Rebind `M-r' from
15531 `comint-previous-matching-input' to
15532 `comint-history-isearch-backward-regexp'.
15533 Unbind `M-s' to allow global key binding `M-s'.
15534 Add menu items for `comint-history-isearch-backward' and
15535 `comint-history-isearch-backward-regexp'. (Bug#3746)
15536
2952b1ae
JL
155372009-11-30 Juri Linkov <juri@jurta.org>
15538
15539 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15540 For def=recenter, replace `recenter' with `recenter-top-bottom'
15541 that is called with `this-command' and `last-command' let-bound
15542 to `recenter-top-bottom'. When the last `def' was not `recenter',
15543 set `recenter-last-op' to nil. (Bug#4981)
15544
7a9547ca
SM
155452009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15546
20565545
SM
15547 Minor cleanup and simplification.
15548 * filecache.el (file-cache-add-directory)
15549 (file-cache-add-directory-recursively)
15550 (file-cache-add-from-file-cache-buffer)
15551 (file-cache-delete-file-regexp, file-cache-delete-directory)
15552 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15553 (file-cache-temp-minibuffer-message): Delete function.
15554 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15555
7a9547ca
SM
15556 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15557 Don't signal an error when bumping into EOB in tr, s, or y.
15558
08e968f3
JL
155592009-11-29 Juri Linkov <juri@jurta.org>
15560
15561 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15562 (Bug#4960)
15563
15564 * descr-text.el (describe-char-unidata-list): Use lowercase name
15565 for "Unicode name" like in other tags.
15566
f8d170a4
JL
155672009-11-29 Juri Linkov <juri@jurta.org>
15568
15569 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15570 New compatibility macro.
7a9547ca 15571 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15572
0116abbd
JL
155732009-11-29 Juri Linkov <juri@jurta.org>
15574
15575 Add defcustom to define the cycling order of `recenter-top-bottom'.
15576 (Bug#4981)
15577
15578 * window.el (recenter-last-op): Doc fix.
15579 (recenter-positions): New defcustom.
15580 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15581 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15582
61eef560
MA
155832009-11-29 Michael Albinus <michael.albinus@gmx.de>
15584
15585 Improve integration of Tramp and ange-ftp in eshell.
15586
e4070cdc 15587 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15588 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15589 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15590
15591 * eshell/esh-util.el (top): Require also Tramp when compiling.
15592 (eshell-directory-files-and-attributes): Check for FTP remote
15593 connection.
15594 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15595 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15596 (eshell-file-attributes): Handle ".". Return `entry'.
15597
15598 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15599 (ange-ftp-directory-files-and-attributes)
15600 (ange-ftp-real-directory-files-and-attributes): New defuns.
15601
15602 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15603 shell with "exec" when possible. This prevents trailing prompts
15604 in `start-file-process'.
15605
f5467d3f
SM
156062009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15607
21f49db9
SM
15608 Try and remove assumptions about point-min==1.
15609 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15610 (rng-compute-mode-line-string): Show the validation percentage in
15611 terms of the narrowed text, not the widened text.
15612 (rng-do-some-validation): Don't catch internal errors when debugging.
15613 (rng-first-error): Simplify.
15614 (rng-after-change-function): Remove work around. AFAIK the bug has
15615 been fixed a while ago.
15616
26224faf
SM
15617 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15618 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15619
d7117720
SM
15620 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15621
f5467d3f
SM
15622 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15623 `cd' doesn't always do it for us (bug#5067).
15624
15625 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15626 on 2009-10-25 as part of some other change (bug#5067).
15627
c5269f1c
SM
156282009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15629
62a258a7
SM
15630 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15631 `suspicious'.
15632 (byte-compile-warnings): Use byte-compile-warning-types.
15633 (byte-compile-save-excursion): Warn about use of set-buffer right
15634 after save-excursion.
15635
c5269f1c
SM
15636 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15637 the excursion as well.
15638
3ba30eb8
MA
156392009-11-27 Michael Albinus <michael.albinus@gmx.de>
15640
15641 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15642 providing a Tramp related implementation of "su" and "sudo".
15643 (eshell-unix-initialize): Add "su" and "sudo".
15644
6c6f788d
DU
156452009-11-27 Daiki Ueno <ueno@unixuser.org>
15646
15647 * net/socks.el (socks-send-command): Convert binary request to
15648 unibyte before sending. This fixes mishandling of some port
15649 numbers such as 129.
15650
10c877fe
SM
156512009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15652
6f06a171
SM
15653 * help.el (describe-bindings-internal): Remove `interactive'.
15654
10c877fe
SM
15655 * man.el (Man-completion-table): Trim a terminating "(".
15656 Remove the space between name page a section.
15657 Add the command's description on the `help-echo' property.
c5269f1c
SM
15658 Remove `process-connection-type' binding since it's unused by
15659 call-process.
10c877fe
SM
15660 Provide completion for the "<section> <name>" format as well.
15661 (Man-default-man-entry): Remove spurious var shadowing the argument.
15662
c44a4822
KR
156632009-11-26 Kevin Ryde <user42@zip.com.au>
15664
15665 * log-view.el: Add "Keywords: tools", since its other keywords
15666 aren't in finder-known-keywords, and following vc.el.
15667
9d58f081
KR
15668 * sha1.el (sha1-string-external): default-directory "/" in case
15669 otherwise non-existent. process-connection-type pipe for touch of
15670 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15671
72fe6b25
SM
156722009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15673
15674 Misc coding convention cleanups.
15675 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15676 hfy-init-kludge-hooks.
15677 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15678 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15679 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15680 and push.
15681 (hfy-slant, hfy-weight): Use tables rather than code.
15682 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15683 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15684 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15685 (hfy-face-to-css): Remove `nconc' with single arg.
15686 (hfy-p-to-face-lennart): Use `or'.
15687 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15688 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15689 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15690 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15691 (hfy-force-fontification): Use run-hooks.
15692
85e0a536
SM
156932009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15694
15695 Various minor fixes.
15696 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15697 Javascript belongs in the header, not the body.
15698 (hfy-javascript): Remove.
15699 (hfy-fontify-buffer): Don't insert it any more.
15700 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15701 Fix bug in invis handling when there were no invis props in a chunk.
15702
62ccc42c
SM
157032009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15704
15705 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15706
2643c7aa
DN
157072009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15708
15709 * finder.el (finder-mode-map): Add a menu.
15710
0e5c8aed
DN
157112009-11-26 Michael McNamara <mac@mail.brushroad.com>
15712
bf0b361c 15713 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15714 "unsigned" structs.
15715
15716 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15717 fork" statement better.
15718
157192009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15720
bf0b361c
JB
15721 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15722 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15723 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15724 Reported by Clay Douglass.
0e5c8aed
DN
15725
15726 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15727 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15728 Fix removing "// Interfaces" when saving .* expansions.
15729 Reported by Pierre-David Pfister.
0e5c8aed 15730
7629c4e7
GM
157312009-11-26 Glenn Morris <rgm@gnu.org>
15732
62ccc42c
SM
15733 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15734 the scope.
7629c4e7 15735
a5d358f8
JB
157362009-11-25 Johan Bockgård <bojohan@gnu.org>
15737
15738 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15739 Really use previous revision.
15740
002cbde5
KR
157412009-11-25 Kevin Ryde <user42@zip.com.au>
15742
15743 * man.el (Man-completion-table): default-directory "/" in case
15744 doesn't otherwise exist. process-environment COLUMNS=999 so as
15745 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15746 any chance of hitting the pseudo-tty TIOCGWINSZ.
15747 (man): completion-ignore-case t for friendliness and since man
15748 itself is case-insensitive on the command line.
15749 Further to Bug#3717.
002cbde5 15750
8cb5ffe8
KR
15751 * arc-mode.el: Add "Keywords: files", so the details in its
15752 commentary can be reached from finder-by-keyword.
34607612
KR
15753 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15754 editing mode, but it's comms related and sgml-mode.el has "comm"
15755 on that basis too.
b8dfcf54 15756 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15757 * international/isearch-x.el, international/ja-dic-cnv.el:
15758 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15759 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15760
1e2d9ba1
JL
157612009-11-25 Juri Linkov <juri@jurta.org>
15762
15763 * man.el (Man-completion-table): Modify regexp to include
15764 section names to completion strings. (Bug#3717)
15765
a601d313
JL
157662009-11-25 Juri Linkov <juri@jurta.org>
15767
15768 Search recursively in gzipped files. (Bug#4982)
15769
15770 * progmodes/grep.el (grep-highlight-matches): Add new options
15771 `always' and `auto'. Doc fix.
15772 (grep-process-setup): Check `grep-highlight-matches' for
15773 `auto-detect' to determine the need to compute grep defaults.
15774 Move Windows/DOS specific --colors settings handling
15775 to `grep-compute-defaults'. Check `grep-highlight-matches'
15776 to get the value of "--color=".
15777 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15778 has the value `auto-detect'. Move Windows/DOS specific settings
15779 from `grep-process-setup'.
15780 (zrgrep): New command with alias `rzgrep'.
15781
bde04ea9
JL
157822009-11-25 Juri Linkov <juri@jurta.org>
15783
15784 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15785 to nil instead of switching off view-mode. (Bug#4896)
15786
7d6b4d3c
JL
157872009-11-25 Juri Linkov <juri@jurta.org>
15788
15789 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15790
15791 * mwheel.el (mwheel-scroll-up-function)
15792 (mwheel-scroll-down-function): New defvars.
15793 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15794 `scroll-up', and `mwheel-scroll-down-function' instead of
15795 `scroll-down'.
15796
15797 * doc-view.el (doc-view-scroll-up-or-next-page)
15798 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15799 Use this ARG in the call to image-scroll-up/image-scroll-down.
15800 Change `interactive' spec to "P". Goto next/previous page only
15801 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15802 SPC/DEL case). Doc fix.
15803 (doc-view-next-line-or-next-page)
15804 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15805 for consistency.
15806 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15807 `doc-view-scroll-up-or-next-page', and buffer-local
15808 `mwheel-scroll-down-function' to
15809 `doc-view-scroll-down-or-previous-page'.
15810
e237085f
JL
158112009-11-25 Juri Linkov <juri@jurta.org>
15812
15813 Provide additional default values (directories at other Dired
15814 windows) via M-n in the minibuffer of some Dired commands.
15815
15816 * dired-aux.el (dired-diff, dired-compare-directories)
15817 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15818 `minibuffer-default' in `minibuffer-with-setup-hook'.
15819 (dired-dwim-target-directory): Find a window that displays Dired
15820 buffer instead of failing when the next window is not Dired.
15821 Use `get-window-with-predicate' to find for the next Dired window.
15822 (dired-dwim-target-defaults): New function.
15823
15824 * ediff-util.el (ediff-read-file-name):
15825 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15826 in `minibuffer-with-setup-hook'.
15827
7d371eac
JL
158282009-11-25 Juri Linkov <juri@jurta.org>
15829
15830 Provide additional default values (file name at point or at the
15831 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15832
15833 * minibuffer.el (read-file-name-defaults): New function.
15834 (read-file-name): Reset `minibuffer-default' to nil when
15835 it duplicates initial input `insdef'.
15836 Bind `minibuffer-default-add-function' to lambda that
15837 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15838 (minibuffer-insert-file-name-at-point): New command.
15839
15840 * files.el (file-name-at-point-functions): New defcustom.
15841 (find-file-default): Remove defvar.
15842 (find-file-read-args): Don't use `find-file-default'.
15843 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15844 to `read-file-name'.
15845 (find-file-literally): Use `read-file-name' with
15846 `confirm-nonexistent-file-or-buffer'.
15847
15848 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15849
15850 * dired.el (dired-read-dir-and-switches):
15851 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15852 to `read-file-name'.
15853 (dired-file-name-at-point): New function.
15854 (dired-mode): Add hook `dired-file-name-at-point' to
15855 `file-name-at-point-functions'.
15856
04ae543a
SM
158572009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15858
15859 Really make the *Completions* window soft-dedicated (bug#5030).
15860 * window.el (window--display-buffer-2): Add `dedicated' argument.
15861 (display-buffer): Pass it when needed so the dedicated flag is set
15862 after calling set-window-buffer, which would otherwise reset it.
15863
eb708e66
SM
158642009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15865
d6b8d4e7
SM
15866 * progmodes/meta-mode.el (meta-complete-symbol):
15867 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15868 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15869 Use completion-in-region.
15870
5f24557b
SM
15871 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15872 (dabbrev-completion): Use completion-in-region.
15873 (dabbrev--abbrev-at-point): Simplify regexp.
15874
fe4346f0
SM
15875 * abbrev.el (abbrev--before-point): Use word-motion functions
15876 if :regexp is not specified (bug#5031).
15877
cb190d7d
SM
15878 * subr.el (string-prefix-p): New function.
15879
e2ec6dd5
SM
15880 * man.el (Man-completion-cache): New var.
15881 (Man-completion-table): Use it.
15882
eb708e66
SM
15883 * vc.el (vc-print-log-internal): Make `limit' optional for better
15884 compatibility (e.g. with vc-annotate.el).
15885
4cf8971b
KR
158862009-11-24 Kevin Ryde <user42@zip.com.au>
15887
eb708e66 15888 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15889 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15890
4cf8971b
KR
15891 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15892 when .el source file not found or other error.
15893
d204c46c
SM
158942009-11-24 Markus Triska <markus.triska@gmx.at>
15895
15896 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15897
bb301b9a
SM
158982009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15899
449c27f0
SM
15900 Handle the [back] button properly (bug#4979).
15901 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15902 Use help-setup-xref, help-buffer, and with-help-window.
15903 (describe-char): Add `buffer' argument.
15904 Pass proper command to help-setup-xref. Don't meddle with
15905 help-xref-stack-item directly.
15906 (describe-text-category): Use with-help-window and help-buffer.
15907
32fe5377
SM
15908 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15909 for the displayed buffer (bug#4887).
15910
bb301b9a
SM
15911 * man.el (Man-completion-table): New function.
15912 (man): Use it.
15913
35179414
DR
159142009-11-24 David Reitter <david.reitter@gmail.com>
15915
bb301b9a 15916 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15917 .git is) rather than the file's directory and a relative path spec
15918 to work around a bug in git.
15919
605a20a9
MA
159202009-11-24 Michael Albinus <michael.albinus@gmx.de>
15921
15922 Improve handling of processes on remote hosts.
15923
15924 * eshell/esh-util.el (eshell-path-env): New defvar.
15925 (eshell-parse-colon-path): New defun.
15926 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15927
bb301b9a
SM
15928 * eshell/esh-ext.el (eshell-search-path):
15929 Use `eshell-parse-colon-path'.
605a20a9
MA
15930 (eshell-remote-command): Remove argument HANDLER.
15931 (eshell-external-command): Check for FTP remote connection.
15932
bb301b9a
SM
15933 * eshell/esh-proc.el (eshell-gather-process-output):
15934 Use `file-truename', in order to start also symlinked files.
15935 Apply `start-file-process' instead of `start-process'.
15936 Shorten `command' to the local file name part.
605a20a9 15937
bb301b9a
SM
15938 * eshell/em-cmpl.el (eshell-complete-commands-list):
15939 Use `eshell-parse-colon-path'.
605a20a9
MA
15940
15941 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15942
15943 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15944 to `eshell-directory-change-hook'.
15945
d1d33062
TH
159462009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15947
15948 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15949 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15950
a34d8565 159512009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15952
a34d8565
MK
15953 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15954 made on 2009-11-22.
d1d33062 15955
c83b8d1b
GM
159562009-11-24 Glenn Morris <rgm@gnu.org>
15957
15958 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15959 deleted variable bookmark-bmenu-bookmark-column.
15960
83505cfe
SM
159612009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15962
15963 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15964
5241b291
CY
159652009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15966
15967 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15968 two slashes to the "file:" prefix.
15969 (browse-url-file-url): De-munge Cygwin filenames before passing
15970 them to Windows browser.
15971 (browse-url-default-windows-browser): Use call-process.
15972
aefcadb6
JL
159732009-11-23 Juri Linkov <juri@jurta.org>
15974
15975 Implement DocView Continuous mode. (Bug#4896)
15976 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15977 (doc-view-mode-map): Bind C-n/<down> to
15978 `doc-view-next-line-or-next-page', C-p/<up> to
15979 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15980 (doc-view-next-line-or-next-page)
15981 (doc-view-previous-line-or-previous-page): New commands.
15982
0d62bcea
JL
159832009-11-23 Juri Linkov <juri@jurta.org>
15984
15985 Implement Isearch in comint input history. (Bug#3746)
15986 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15987 `isearch-mode-hook'.
15988 (comint-history-isearch): New defcustom.
15989 (comint-history-isearch-backward)
15990 (comint-history-isearch-backward-regexp): New commands.
15991 (comint-history-isearch-message-overlay): New buffer-local variable.
15992 (comint-history-isearch-setup, comint-history-isearch-end)
15993 (comint-goto-input, comint-history-isearch-search)
15994 (comint-history-isearch-message, comint-history-isearch-wrap)
15995 (comint-history-isearch-push-state)
15996 (comint-history-isearch-pop-state): New functions.
15997
b593f105
MA
159982009-11-23 Michael Albinus <michael.albinus@gmx.de>
15999
16000 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
16001 return.
16002 (tramp-handle-make-symbolic-link)
16003 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
16004 Quote file names.
16005 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
16006 (tramp-handle-process-file): Use it.
16007
0f202d5d
SM
160082009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16009
16010 * window.el (move-to-window-line-last-op): Remove.
16011 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16012
216349f8
SM
160132009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16014
0f202d5d 16015 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
16016 * window.el (move-to-window-line-last-op): New var.
16017 (move-to-window-line-top-bottom): New command.
16018 (global-map): Bind M-r move-to-window-line-top-bottom.
16019
c10e0633
GM
160202009-11-23 Sven Joachim <svenjoac@gmx.de>
16021
16022 * dired-x.el (dired-guess-shell-alist-default):
16023 Support xz format. (Bug#4953)
16024
953e0c1a
GM
160252009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16026
16027 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16028 last-command-char/last-command-event.
16029 (viper-prefix-arg-value): Do correct conversion of event-char for
16030 XEmacs.
16031
83505cfe
SM
16032 * emulation/viper-util.el, emulation/viper.el:
16033 Use viper-last-command-char instead of
16034 last-command-char/last-command-event.
953e0c1a 16035
83505cfe
SM
16036 * ediff-init.el, ediff-mult.el, ediff-util.el:
16037 Replace last-command-char and last-command-event
16038 with (ediff-last-command-char) everywhere.
953e0c1a
GM
16039
16040 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16041 created in fundamental mode.
16042
16043 * ediff.el (ediff-version): Revert the change of interactive-p to
16044 called-interactively-p.
16045
9ee12eee
TH
160462009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16047
16048 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16049 generation from word-movement command names.
16050
8b571bf3
JD
160512009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16052
16053 * cus-start.el (all): Add native condition for font-use-system-font.
16054
4121db47
AM
160552009-11-21 Nathaniel Flath <flat0103@gmail.com>
16056
83505cfe
SM
16057 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16058 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 16059
d71f5e0c
TH
160602009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16061
16062 * progmodes/subword.el: Rename from lisp/subword.el.
16063
16064 * subword.el: Rename to progmodes/subword.el.
16065
16066 * Makefile.in (ELCFILES): Adapt to subword.el move.
16067
fc9d6ad6 160682009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 16069 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
16070
16071 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16072 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16073 (bookmark-bmenu-show-filenames): Use push.
16074 (bookmark-bmenu-hide-filenames): Use local var instead of
16075 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16076 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16077 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16078 filenames now that the bookmark names are always available.
16079
26d9285f
SM
160802009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16081
16082 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16083 (bookmark-search-pattern): Move and leave unbound.
16084 (bookmark-bmenu-mode-map): Change binding.
16085 (bookmark-read-search-input): Simplify.
16086 Don't use text-char-description. Don't error on non-char events.
16087 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16088 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16089 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16090 Use a local var for the timer.
16091 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16092 (i.e. bookmark-bmenu-search).
16093
d73a0317
GM
160942009-11-21 Glenn Morris <rgm@gnu.org>
16095
16096 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16097
e572025f
CY
160982009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16099
26d9285f
SM
16100 * net/browse-url.el (browse-url-default-windows-browser):
16101 Use cygstart for cygwin.
e572025f 16102
6aeaa3dc
KF
161032009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16104
e4070cdc 16105 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
16106 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16107 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 16108 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
16109 (bookmark-read-search-input): Adjust to fit within 80 columns.
16110
a9b76eec
TH
161112009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16112
16113 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16114 (c-backward-into-nomenclature): Adapt to subword renaming.
16115
16116 * subword.el (subword-forward, subword-backward, subword-mark)
16117 (subword-kill, subword-backward-kill, subword-transpose)
16118 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
16119 (subword-forward-internal, subword-backward-internal):
16120 Rename from forward-subword, backward-subword, mark-subword,
16121 kill-subword, backward-kill-subword, transpose-subwords,
16122 downcase-subword, upcase-subword, capitalize-subword,
16123 forward-subword-internal, backward-subword-internal.
a9b76eec 16124
1e7d4475
SM
161252009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16126
26d9285f
SM
16127 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16128 New options.
1e7d4475
SM
16129 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16130 New vars.
16131 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16132 (bookmark-bmenu-filter-alist-by-regexp)
16133 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16134 (bookmark-bmenu-search): New command.
16135 (bookmark-bmenu-mode-map): Bind it.
16136
653d1554
TH
161372009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16138
ab84bfa0
TH
16139 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16140 backward-subword to quit the byte-compiler.
16141
1f35fda9
TH
16142 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16143
16144 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16145
653d1554 16146 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
16147 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16148 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
16149
16150 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16151 subword.el functions instead of cc-subword.el.
16152
1e7d4475
SM
16153 * progmodes/cc-subword.el: Rename to subword.el.
16154 * subword.el: Rename from progmodes/cc-subword.el.
16155 (subword-mode-map): Rename from c-subword-mode-map.
16156 (subword-mode): Rename from c-subword-mode.
653d1554 16157 (global-subword-mode): New global minor mode.
1e7d4475
SM
16158 (forward-subword): Rename from c-forward-subword.
16159 (backward-subword): Rename from c-backward-subword.
16160 (mark-subword): Rename from c-mark-subword.
16161 (kill-subword): Rename from c-kill-subword.
16162 (backward-kill-subword): Rename from c-backward-kill-subword.
16163 (transpose-subwords): Rename from c-tranpose-subword.
16164 (downcase-subword): Rename from c-downcase-subword.
16165 (capitalize-subword): Rename from c-capitalize-subword.
16166 (forward-subword-internal): Rename from c-forward-subword-internal.
16167 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 16168
9717f119
DN
161692009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16170
8de724f3
DN
16171 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16172 from a dired buffer.
16173 (vc-dired-deduce-fileset): New function.
16174 (vc-root-diff, vc-print-root-log): Use it.
16175
9717f119
DN
16176 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16177 nil LIMIT argument to vc-print-log-internal.
16178
af4999b8
GM
161792009-11-20 Glenn Morris <rgm@gnu.org>
16180
16181 * Makefile.in (ELCFILES): Regenerate.
16182
b58edcb6
JB
161832009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16184
02e1b488
SM
16185 * calc/calc.el (calc-set-mode-line):
16186 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16187 (math-format-number): Rename `math-format-complement-signed' to
16188 `math-format-twos-complement'.
16189
02e1b488 16190 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
16191 math-format-complement-signed.
16192 (calc-radix): Rename `calc-complement-signed-mode' to
16193 `calc-twos-complement-mode'.
02e1b488
SM
16194 (calc-octal-radix, calc-hex-radix): Add an argument for
16195 two's complement.
b58edcb6 16196
02e1b488
SM
16197 * calc/calc-embed.el (calc-embedded-mode-vars):
16198 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 16199
02e1b488
SM
16200 * calc/calc-ext.el (calc-init-extensions):
16201 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16202 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16203
02e1b488
SM
16204 * calc/calc-units.el (math-build-units-table-buffer):
16205 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
16206
16207 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16208 entries.
16209
16210 * calc/calc-vec.el (calcFunc-vunpack):
16211 * calc/calc-aent.el (calc-do-calc-eval):
16212 * calc/calc-forms.el (math-format-date):
16213 * calc/calc-graph.el (calc-graph-plot):
16214 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
16215 * calc/calccomp.el (math-compose-expr):
16216 Let `calc-twos-complement-mode' be nil.
16217
162182009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16219
16220 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16221 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16222 * minibuffer.el (completion-in-region-functions): New hook.
16223 (completion-in-region): New function.
16224 * emacs-lisp/lisp.el (lisp-complete-symbol):
16225 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 16226
e3353a78
SM
162272009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16228
eff77808
SM
16229 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16230 (latex-complete-alist): New vars.
16231 (latex-string-prefix-p, latex-complete-bibtex-keys)
16232 (latex-complete-envnames, latex-complete-refkeys)
16233 (latex-complete-data): New functions.
16234 (latex-complete, latex-indent-or-complete): New commands.
16235
d2c9fc42
SM
16236 * window.el (display-buffer-mark-dedicated): New var.
16237 (display-buffer): Obey it.
16238 * minibuffer.el (minibuffer-completion-help): Use it.
16239
31a1c477
SM
16240 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16241
bed4c972
SM
16242 * filecache.el (file-cache-add-file): Use push and cons.
16243 (file-cache-delete-file-regexp): Use push.
16244 (file-cache-complete): Use completion-in-region.
16245
8c22699f
SM
16246 * simple.el (with-wrapper-hook): Fix thinko.
16247
e3353a78
SM
16248 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16249 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16250 Use with-current-buffer and string-to-number.
16251 (hfy-fallback-colour-values): Use assoc-string.
16252 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16253 (hfy-face-at): Remove unused var `found-face'.
16254 (hfy-compile-stylesheet): Remove unused var `css'.
16255 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16256 and `orig-buffer'.
16257 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16258 Use with-current-buffer.
16259 (hfy-text-p): Use expand-file-name and fewer setq.
16260
acca02b0
SM
162612009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16262
16263 * htmlfontify.el, hfy-cmap.el: New files.
16264
042b7cc6
JL
162652009-11-19 Juri Linkov <juri@jurta.org>
16266
16267 * minibuffer.el (completions-format): New defcustom.
16268 (completion--insert-strings): Implement vertical format.
16269
16270 * simple.el (switch-to-completions): Move point to the first
16271 completion when point was at the beginning of the buffer.
16272
da205913
JL
162732009-11-19 Juri Linkov <juri@jurta.org>
16274
16275 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16276
16277 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16278
0b8ee421
CY
162792009-11-19 Chong Yidong <cyd@stupidchicken.com>
16280
16281 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16282 (mail-signature): Change default to t.
16283 (mail-from-style): Deprecate `system-default' value.
16284 (mail-insert-from-field): For default value of mail-from-style,
16285 default to `angles' unless `angles' needs quoting and `parens'
16286 does not.
16287 (mail-citation-prefix-regexp): Use citation regexp from
16288 message-mode.
16289
4265deab
MA
162902009-11-19 Michael Albinus <michael.albinus@gmx.de>
16291
acca02b0
SM
16292 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16293 Set variables for computing the prompt for reading password.
4265deab 16294
27cacd2d
GM
162952009-11-19 Glenn Morris <rgm@gnu.org>
16296
470bce7d
GM
16297 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16298
7e705a1d
GM
16299 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16300
27cacd2d
GM
16301 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16302 (newsticker-treeview-listwindow-height): Fix custom type.
16303
b2f0be0f
KH
163042009-11-19 Kenichi Handa <handa@m17n.org>
16305
16306 * descr-text.el (describe-char-padded-string): Compose with TAB
16307 only if there's a font for CH.
02e1b488 16308 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16309
03446045 163102009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16311
16312 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16313 more accurate version of the regexp. (Bug#3910)
b96337b0 16314
03446045 163152009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16316
16317 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16318
e0620570
JB
163192009-11-18 Juanma Barranquero <lekktu@gmail.com>
16320
16321 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16322 (font-setting-change-default-font): Fix typo in docstring.
16323
6cc6582e
AM
163242009-11-18 Alan Mackenzie <acm@muc.de>
16325
16326 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16327
dfb3c4c6
JD
163282009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16329
02e1b488 16330 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16331
16332 * cus-start.el (all): ... to here.
16333
e268e987
MA
163342009-11-17 Michael Albinus <michael.albinus@gmx.de>
16335
16336 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16337 Don't set `ad-return-value' if `ad-do-it' doesn't.
16338
303ffde8
MA
16339 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16340 modification time.
16341
637fa988
JD
163422009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16343
16344 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16345 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16346
16347 * loadup.el: If feature system-font-setting or font-render-setting is
16348 there, load font-setting.
16349
02e1b488 16350 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16351 * font-setting.el: New file.
16352
1d16a255
GM
163532009-11-17 Glenn Morris <rgm@gnu.org>
16354
16355 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16356
2d84f804
GM
16357 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16358 Preserve point in the list buffer. (Bug#4939)
16359 Use point-at-eol.
16360 (newsticker--treeview-list-update-highlight)
16361 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16362
14467b99
JB
163632009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16364
16365 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16366 Remove.
16367
16368 * calc/calc-ext.el (calc-init-extensions): Remove references to
16369 symclip.
16370
16371 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16372
16373 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16374 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16375 `calc-symclip'.
16376
e3c39c01
KR
163772009-11-16 Kevin Ryde <user42@zip.com.au>
16378
02e1b488 16379 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16380 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16381
497de631
KR
16382 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16383 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16384 Ignore trailing spaces by omit-nulls to split-string (fixing
16385 regression from Emacs 21 due to the incompatible split-string
14467b99 16386 change). (Bug #4928.)
497de631 16387
48b27575
DN
163882009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16389
5237d741 16390 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16391 (vc-print-log-internal): Insert buttons to request more entries
16392 when limiting the output.
16393
16394 * vc-sccs.el (vc-sccs-print-log):
16395 * vc-rcs.el (vc-rcs-print-log):
16396 * vc-cvs.el (vc-cvs-print-log):
16397 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16398 LIMIT is non-nil.
16399
d3e97185
MA
164002009-11-16 Michael Albinus <michael.albinus@gmx.de>
16401
16402 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16403 error when `tramp-gvfs-dbus-event-vector' is set.
16404 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16405
68d87786
SM
164062009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16409
c0a39702
MA
164102009-11-16 Michael Albinus <michael.albinus@gmx.de>
16411
16412 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16413 (dbus-register-property): Register the handlers of
c0a39702
MA
16414 "org.freedesktop.DBus.Properties" for SERVICE.
16415 (dbus-property-handler): Fix docstring.
16416
1e857121
YM
164172009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16418
16419 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16420 Quote doc string reference in defvaralias as it is not in special form.
16421 (byte-compile-output-docform): Doc fix.
16422
887484c1
JB
164232009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16424
16425 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16426 (calc-complement-signed-mode): New variables.
16427 (calc-set-mode-line): Add indicator for twos-complements.
16428 (math-format-number): Format twos-complement notation.
16429
16430 * calc/calc-bin.el (calc-word-size): Reset the variables
16431 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16432 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16433 (calc-symclip): New functions.
887484c1
JB
16434
16435 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16436
68d87786
SM
16437 * calc/calc-embed.el (calc-embedded-mode-vars):
16438 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16439
16440 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16441 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16442
16443 * calc/calc-ext.el (math-read-number-fancy): Read complement
16444 signed numbers.
68d87786
SM
16445 (calc-init-extensions): Add binding for `calc-symclip'.
16446 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16447
16448 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16449 `calc-symclip'.
68d87786 16450 (calc-modes-menu): Add item for twos complement mode.
887484c1 16451
5237d741 16452 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16453
4cf1d7e3
CY
164542009-11-15 Chong Yidong <cyd@stupidchicken.com>
16455
16456 * register.el (jump-to-register, insert-register): Handle Semantic
16457 tags. From commented-out advice in semantic/senator.el.
16458
f8e65267
DN
164592009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16460
6616006b
DN
16461 * vc.el (vc-log-show-limit): New variable.
16462 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16463 when using a prefix argument.
16464 (vc-print-log-internal): Add new argument LIMIT.
16465
16466 * vc-svn.el (vc-svn-print-log):
16467 * vc-mtn.el (vc-mtn-print-log):
16468 * vc-hg.el (vc-hg-print-log):
16469 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16470 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16471 non-optional.
16472
16473 * vc-sccs.el (vc-sccs-print-log):
16474 * vc-rcs.el (vc-rcs-print-log):
16475 * vc-git.el (vc-git-print-log):
16476 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16477 ignore it. Make the BUFFER argument non-optional.
6616006b 16478
f8e65267
DN
16479 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16480
0566c4bc
CY
164812009-11-15 Chong Yidong <cyd@stupidchicken.com>
16482
7cce3c91
CY
16483 * dired.el (dired-mode-map): Move encryption items to "Operate"
16484 menu (Bug#4703).
16485
d7063de9
CY
16486 * strokes.el (strokes-update-window-configuration): Make strokes
16487 buffer current before erasing (Bug#4906).
16488
0fc10137
JL
164892009-11-15 Juri Linkov <juri@jurta.org>
16490
16491 * simple.el (set-mark-default-inactive): Add :type, :group
16492 and :version. (Bug#4876)
16493
f5fce4ec
MA
164942009-11-15 Michael Albinus <michael.albinus@gmx.de>
16495
16496 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16497 (archive-unique-fname): ... here. (Bug#4929)
16498
8d720a00
SM
164992009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16500
589888fe
SM
16501 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16502 with a real fix.
16503
8d720a00
SM
16504 * novice.el (disabled-command-function): Add useful args.
16505 Setup the help buffer so that [back] works.
16506 Remove redundant call to help-mode.
16507 (disabled-command-function): Use `case'.
16508 (en/disable-command): New function extracted from enable-command.
16509 (enable-command, disable-command): Use it.
16510
a61344d6
GM
165112009-11-14 Glenn Morris <rgm@gnu.org>
16512
497f0cdd
GM
16513 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16514 constants. (Bug#4913)
16515
a61344d6
GM
16516 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16517
d501801e
GM
165182009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16519
16520 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16521 defined in C that have no doc-strings. (Bug#1063)
16522
5af27ac2
GM
165232009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16524
16525 * cus-edit.el (data, files):
16526 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16527
aec5395b
CY
165282009-11-14 Chong Yidong <cyd@stupidchicken.com>
16529
e7791447
CY
16530 * simple.el (shell-command): Doc fix (Bug#4891).
16531
aec5395b
CY
16532 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16533
7a41cd7f
GM
165342009-11-14 Glenn Morris <rgm@gnu.org>
16535
c3583c94
GM
16536 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16537 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16538 If they are already loaded, eval-after-load will do the right thing.
16539
73900d1f
GM
16540 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16541 compiling.
16542
0028351d
GM
16543 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16544
f6714ede
GM
16545 * simple.el (x-selection-owner-p): Declare.
16546 (read-mail-command): Use custom radio type rather than choice.
16547 (completion-no-auto-exit): Doc fix.
16548
7a41cd7f 16549 * custom.el (defgroup):
5af27ac2 16550 * epg-config.el (epg): Doc fixes.
7a41cd7f 16551
2d0659ec
DN
165522009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16553
16554 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16555 * international/ccl.el (define-ccl-program): Do not purecopy the
16556 docstring, defconst does it anyway.
16557
7fdbcd83
SM
165582009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16559
d499c5b9
SM
16560 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16561 a second time.
16562
7fdbcd83
SM
16563 * x-dnd.el (x-dnd-maybe-call-test-function):
16564 * window.el (split-window-vertically):
16565 * whitespace.el (whitespace-help-on):
16566 * vc-rcs.el (vc-rcs-consult-headers):
16567 * userlock.el (ask-user-about-lock-help)
16568 (ask-user-about-supersession-help):
16569 * type-break.el (type-break-force-mode-line-update):
16570 * time-stamp.el (time-stamp-conv-warn):
16571 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16572 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16573 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16574 (term-write-input-ring, term-check-source, term-start-output-log):
16575 (term-display-buffer-line, term-dynamic-list-completions):
16576 (term-ansi-make-term, serial-term):
16577 * subr.el (selective-display):
16578 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16579 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16580 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16581 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16582 (speedbar-remove-localized-speedbar-support)
16583 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16584 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16585 (speedbar-buffers-line-directory):
16586 * simple.el (shell-command-on-region, append-to-buffer)
16587 (prepend-to-buffer):
16588 * shadowfile.el (shadow-save-todo-file):
16589 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16590 (scroll-bar-maybe-set-window-start):
16591 * sb-image.el (speedbar-image-dump):
16592 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16593 (load-save-place-alist-from-file):
16594 * ps-samp.el (ps-print-message-from-summary):
16595 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16596 (ps-background-image, ps-begin-job, ps-do-despool):
16597 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16598 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16599 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16600 (pr-call-process, pr-file-list, pr-interface-save):
16601 * novice.el (disabled-command-function)
16602 (enable-command, disable-command):
16603 * mouse.el (mouse-buffer-menu-alist):
16604 * mouse-copy.el (mouse-kill-preserving-secondary):
16605 * macros.el (kbd-macro-query):
16606 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16607 * informat.el (batch-info-validate):
16608 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16609 * hippie-exp.el (try-expand-dabbrev-visible):
16610 * help-mode.el (help-make-xrefs):
16611 * help-fns.el (describe-variable):
16612 * generic-x.el (bat-generic-mode-run-as-comint):
16613 * finder.el (finder-mouse-select):
16614 * find-dired.el (find-dired-sentinel):
16615 * filesets.el (filesets-file-close):
16616 * files.el (list-directory):
16617 * faces.el (list-faces-display, describe-face):
16618 * facemenu.el (list-colors-display):
16619 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16620 * epg.el (epg--process-filter, epg-cancel):
16621 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16622 (epa--read-signature-type):
16623 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16624 (emerge-file-names):
16625 * ehelp.el (electric-helpify):
16626 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16627 * ediff-vers.el (rcs-ediff-view-revision):
16628 * ediff-util.el (ediff-setup):
16629 * ediff-mult.el (ediff-append-custom-diff):
16630 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16631 (ediff-wordify):
16632 * echistory.el (Electric-command-history-redo-expression):
16633 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16634 * disp-table.el (describe-display-table):
16635 * dired.el (dired-find-buffer-nocreate):
16636 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16637 * dabbrev.el (dabbrev--same-major-mode-p):
16638 * chistory.el (list-command-history):
16639 * apropos.el (apropos-documentation):
16640 * allout.el (allout-obtain-passphrase):
16641 (allout-copy-exposed-to-buffer):
16642 (allout-verify-passphrase): Use with-current-buffer.
16643
2ccbc060
GM
166442009-11-13 Glenn Morris <rgm@gnu.org>
16645
16646 * Makefile.in (ELCFILES): Regenerate.
16647
b172ed20
MA
166482009-11-13 Michael Albinus <michael.albinus@gmx.de>
16649
7fdbcd83
SM
16650 * net/dbus.el (dbus-registered-objects-table): Rename from
16651 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16652 (dbus-unregister-object): Unregister also properties.
16653 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16654 Use a timeout of 500 msec, in order to not block.
16655 (dbus-register-property, dbus-property-handler): New defuns.
16656
e96d62cd
SM
166572009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16658
16659 * simple.el (minibuffer-default-add-completions): Drop deprecated
16660 4th arg.
16661
14bd267d
EZ
166622009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16663
e96d62cd
SM
16664 * textmodes/artist.el (artist-mouse-choose-operation):
16665 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16666 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16667 (artist-compute-up-event-key): New function.
16668 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16669
bf89fd7b
KH
166702009-11-13 Kenichi Handa <handa@m17n.org>
16671
16672 * language/japan-util.el: Make sure that the value of jisx0208
16673 property is jisx0208 character.
16674
f70b8925
DN
166752009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16676
16677 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16678 car or each item, not the whole list.
16679
4d93a9e0
SM
166802009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16681
16682 * minibuffer.el (minibuffer-completion-help):
16683 Use minibuffer-hide-completions.
16684
05404988
SM
166852009-11-12 Per Starbäck <per@starback.se> (tiny change)
16686
16687 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16688 (dired-revert): Use them (bug#4880).
16689
5297bc10
DN
166902009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16691
16692 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16693
e2685eb7
JL
166942009-11-12 Juri Linkov <juri@jurta.org>
16695
16696 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16697 New functions.
16698 (find-file-literally-at-point): Alias of `ffap-literally'.
16699
76410c3e
DN
167002009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16701
6d341a2a
DN
16702 * textmodes/ispell.el (ispell-skip-region-alist):
16703 * textmodes/css-mode.el (auto-mode-alist):
16704 * progmodes/compile.el (auto-mode-alist):
16705 * international/mule.el (ctext-non-standard-encodings-alist)
16706 (ctext-non-standard-encodings-regexp):
16707 * simple.el (shell-command-switch, text-read-only):
16708 * replace.el (occur-mode-map):
16709 * paths.el (rmail-file-name):
16710 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16711 * find-file.el (ff-special-constructs):
16712 * files.el (file-name-handler-alist):
16713 * composite.el: Purecopy strings.
16714
76410c3e
DN
16715 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16716
aaa448c9
DN
167172009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16718
16719 * widget.el (define-widget): Purecopy the docstring.
16720 * international/mule-cmds.el (charset): Do not purecopy the
16721 docstring here, define-widget does it.
16722
16723 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16724 * textmodes/bibtex-style.el (auto-mode-alist):
16725 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16726 * progmodes/compile.el (compile-command):
16727 * language/korea-util.el (default-korean-keyboard):
16728 * international/mule-conf.el (file-coding-system-alist):
16729 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16730 * tooltip.el (tooltip-frame-parameters):
16731 * newcomment.el (comment-end, comment-padding):
16732 * dired.el (dired-trivial-filenames):
16733 * comint.el (comint-file-name-prefix): Purecopy initial values.
16734
bbe650fd
MA
167352009-11-11 Michael Albinus <michael.albinus@gmx.de>
16736
16737 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16738 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16739 `tramp-unload'.
16740 (tramp-advice-make-auto-save-file-name)
16741 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16742 after removing the advice.
16743
6bdad9ae
DN
167442009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16745
2f7f4bee
DN
16746 * progmodes/grep.el (grep-regexp-alist):
16747 * international/mule-cmds.el (iso-2022-control-alist):
16748 * emacs-lisp/timer.el (timer-duration-words):
16749 * subr.el (version-separator, version-regexp-alist):
16750 * minibuffer.el (completion-styles-alist):
16751 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16752 Change defvars to defconsts.
16753
a042de45
DN
16754 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16755 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16756 * international/mule-conf.el: Allow to be byte compiled.
16757
3b6acc72
DN
16758 * international/mule.el (define-charset): Purecopy props.
16759 (load-with-code-conversion): Purecopy doc string and file name.
16760 (put-charset-property): Purecopy strings.
16761 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16762
1c2efdfb 16763 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16764 (define-char-code-property): Correctly purecopy the table.
16765
62591911
DN
16766 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16767
8b908da6
DN
16768 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16769
ff917d63
DN
16770 * subr.el (add-hook): Purecopy strings.
16771 (eval-after-load): Purecopy load-history-regexp and the form.
16772
af89cf77
DN
16773 * custom.el (custom-declare-group): Purecopy load-file-name.
16774
a3c20c83 16775 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16776 * net/eudc.el (eudc-tools-menu):
16777 * international/mule-cmds.el (set-coding-system-map)
16778 (mule-menu-keymap):
16779 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16780 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16781 * replace.el (occur-mode-map):
16782 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16783 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16784 (menu-bar-custom-menu, menu-bar-showhide-menu)
16785 (menu-bar-options-menu, menu-bar-tools-menu)
16786 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16787 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16788 (menu-bar-help-menu):
16789 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16790 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16791
6bdad9ae
DN
16792 * term/x-win.el (x-gtk-stock-map):
16793 * progmodes/vera-mode.el (auto-mode-alist):
16794 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16795 (inferior-lisp-program, inferior-lisp-load-command):
16796 * progmodes/hideshow.el (hs-special-modes-alist):
16797 * progmodes/gud.el (same-window-regexps):
16798 * progmodes/grep.el (grep-program, find-program, xargs-program):
16799 * net/telnet.el (same-window-regexps):
16800 * net/rlogin.el (same-window-regexps):
16801 * language/ethiopic.el (font-ccl-encoder-alist):
16802 * vc-sccs.el (vc-sccs-master-templates):
16803 * vc-rcs.el (vc-rcs-master-templates):
16804 * subr.el (cl-assertion-failed):
16805 * simple.el (next-error-overlay-arrow-position):
16806 * lpr.el (lpr-command):
16807 * locate.el (locate-ls-subdir-switches):
16808 * info.el (same-window-regexps, info)
16809 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16810 * image-mode.el (image-mode, auto-mode-alist):
16811 * hippie-exp.el (hippie-expand-ignore-buffers):
16812 * format.el (format-alist):
16813 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16814 (find-name-arg):
16815 * facemenu.el (facemenu-keybindings):
16816 * dired.el (dired-listing-switches, dired-chown-program):
16817 * diff.el (diff-switches, diff-command):
16818 * cus-edit.el (same-window-regexps):
16819 * bindings.el (mode-line-mule-info)
16820 (mode-line-buffer-identification): Purecopy strings.
16821
e0987650
JL
168222009-11-11 Juri Linkov <juri@jurta.org>
16823
3570691b 16824 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16825 Tell the byte-compiler about dired-get-filename.
16826 (shell-command): In Dired mode, get filename from the current line
16827 as the default value.
16828
b16ff465
GM
168292009-11-10 Glenn Morris <rgm@gnu.org>
16830
e8a11b22
GM
16831 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16832 * calendar/holidays.el, progmodes/cperl-mode.el:
16833 Update x-popup-menu declarations.
16834
b16ff465
GM
16835 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16836 (list-load-path-shadows): Use dolist.
16837 (list-load-path-shadows): Use with-current-buffer.
16838
032c3399
JL
168392009-11-10 Juri Linkov <juri@jurta.org>
16840
16841 * minibuffer.el (read-file-name): Support a list of default values
16842 in `default-filename'. Use the first file name where only one
16843 element is required. Doc fix.
16844
8fb1629f
MA
168452009-11-09 Michael Albinus <michael.albinus@gmx.de>
16846
16847 * net/dbus.el (dbus-unregister-object): Release service, if no
16848 other method is registered for it.
16849
a51203ee 168502009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16851
16852 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16853 bookmark-sort-flag is non-nil (Bug#4653).
16854
9bf7dc8a
CY
168552009-11-08 Chong Yidong <cyd@stupidchicken.com>
16856
15207e74
CY
16857 * emulation/cua-base.el: Add CUA property to some CC mode commands
16858 (Bug#4100).
16859
8bf7ed70
KR
168602009-11-08 Kevin Ryde <user42@zip.com.au>
16861
16862 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16863 at end of sentence (Bug#4818).
8bf7ed70 16864
951802d0
CY
168652009-11-08 Jared Finder <jfinder@crypticstudios.com>
16866
16867 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16868 Handle "see declaration of" MSFT statements (Bug#4100).
16869
e8244310
MA
168702009-11-08 Michael Albinus <michael.albinus@gmx.de>
16871
16872 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16873 (tramp-advice-file-expand-wildcards): Unload via
16874 `ad-remove-advice'.
16875
16876 * net/trampver.el: Update release number.
16877
a51203ee 168782009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16879
16880 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16881 `ad-do-it'.
16882
a51203ee 168832009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16884
16885 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16886 in order to keep context in SELinux.
16887
bedd8a58
CY
168882009-11-08 Chong Yidong <cyd@stupidchicken.com>
16889
16890 * dired-aux.el (dired-query): Place cursor in echo area and allow
16891 C-g.
16892
16893 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16894 menu item if not on a directory (Bug#4701).
16895
0484d600
MA
168962009-11-07 Michael Albinus <michael.albinus@gmx.de>
16897
16898 Sync with Tramp 2.1.17.
16899
16900 * net/tramp.el (tramp-handle-copy-directory): Don't use
16901 `file-remote-p' (due to compatibility).
16902
16903 * net/tramp-compat.el (tramp-compat-copy-directory)
16904 (tramp-compat-delete-directory): New defuns.
16905
16906 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16907 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16908 Use `tramp-compat-delete-directory'.
0484d600
MA
16909
16910 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16911 (tramp-smb-handle-delete-directory):
16912 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16913
16914 * net/trampver.el: Update release number.
16915
b42b2189
CY
169162009-11-07 Chong Yidong <cyd@stupidchicken.com>
16917
6960d7b9
CY
16918 * tar-mode.el (tar-copy): Call write-region on the right buffer
16919 (Bug#4857).
16920
b42b2189
CY
16921 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16922 by hand, if necessary (Bug#4878).
16923
0ad57dfd
CY
169242009-11-06 Chong Yidong <cyd@stupidchicken.com>
16925
d19e23ae
CY
16926 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16927 align size column (Bug#4839).
16928
0ad57dfd
CY
16929 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16930 statement.
16931
0b7f397c
DN
169322009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16933
16934 * progmodes/ld-script.el (auto-mode-alist):
16935 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16936
16937 * cus-face.el (custom-declare-face): Purecopy face spec.
16938
495bd5ca
KH
169392009-11-06 Kenichi Handa <handa@m17n.org>
16940
16941 * international/uni-bidi.el: Re-generated.
16942 * international/uni-category.el: Re-generated.
16943 * international/uni-combining.el: Re-generated.
16944 * international/uni-mirrored.el: Re-generated.
16945
1e8780b1
DN
169462009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16947
16948 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16949 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16950 (tex-start-options, slitex-run-command, latex-run-command)
16951 (tex-run-command, tex-directory):
16952 * textmodes/ispell.el (ispell-html-skip-alists)
16953 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16954 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16955 (adaptive-fill-regexp):
16956 * textmodes/dns-mode.el (auto-mode-alist):
16957 * progmodes/python.el (interpreter-mode-alist):
16958 * progmodes/etags.el (tags-compression-info-list):
16959 * progmodes/etags.el (tags-file-name):
16960 * net/browse-url.el (browse-url-galeon-program)
16961 (browse-url-firefox-program):
16962 * mail/sendmail.el (mail-signature-file)
16963 (mail-citation-prefix-regexp):
16964 * international/mule-conf.el (eight-bit):
16965 * international/latexenc.el (latex-inputenc-coding-alist):
16966 * international/fontset.el (x-pixel-size-width-font-regexp):
16967 * emacs-lisp/warnings.el (warning-type-format):
16968 * emacs-lisp/trace.el (trace-buffer):
16969 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16970 (emacs-lisp-mode-map):
16971 * calendar/holidays.el (holiday-solar-holidays)
16972 (holiday-bahai-holidays, holiday-islamic-holidays)
16973 (holiday-christian-holidays, holiday-hebrew-holidays)
16974 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16975 (hebrew-holidays-1, holiday-oriental-holidays)
16976 (holiday-general-holidays):
16977 * x-dnd.el (x-dnd-known-types):
16978 * tool-bar.el (tool-bar):
16979 * startup.el (site-run-file):
16980 * shell.el (shell-dumb-shell-regexp):
16981 * rfn-eshadow.el (file-name-shadow-tty-properties)
16982 (file-name-shadow-properties):
16983 * paths.el (remote-shell-program, news-directory):
16984 * mouse.el ([C-down-mouse-3]):
16985 * menu-bar.el (menu-bar-tools-menu):
16986 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16987 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16988 (jka-compr-compression-info-list):
16989 * isearch.el (search-whitespace-regexp):
16990 * image-file.el (image-file-name-extensions):
16991 * find-dired.el (find-ls-option):
16992 * files.el (directory-listing-before-filename-regexp)
16993 (directory-free-space-args, insert-directory-program)
16994 (list-directory-brief-switches, magic-fallback-mode-alist)
16995 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16996 (automount-dir-prefix):
16997 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16998 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16999 (face-font-registry-alternatives, face-font-registry-alternatives)
17000 (face-font-family-alternatives):
17001 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
17002 (facemenu-foreground-menu, facemenu-face-menu):
17003 * epa-hook.el (epa-file-name-regexp):
17004 * dnd.el (dnd-protocol-alist):
17005 * textmodes/rst.el (auto-mode-alist):
a51203ee 17006 * button.el (default-button): Purecopy strings.
1e8780b1 17007
0adae11f
GM
170082009-11-06 Glenn Morris <rgm@gnu.org>
17009
17010 * Makefile.in (ELCFILES): Update.
17011
2adaf057
SM
170122009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17013
8f72f03c
SM
17014 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17015 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17016
2adaf057
SM
17017 * nxml/xsd-regexp.el (xsdre-gen-categories):
17018 * nxml/xmltok.el (xmltok-parse-entity):
17019 * nxml/rng-parse.el (rng-parse-validate-file):
17020 * nxml/rng-maint.el (rng-format-manual)
17021 (rng-manual-output-force-new-line):
17022 * nxml/rng-loc.el (rng-save-schema-location-1):
17023 * nxml/rng-cmpct.el (rng-c-parse-file):
17024 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17025 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17026
14862301
SM
170272009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17028
bf0b361c 17029 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
17030 Remove extra save-excursions and make-variable-buffer-local's.
17031 Suggested by Stefan Monnier.
17032
17033 (verilog-getopt-file, verilog-module-inside-filename-p)
17034 (verilog-set-define): Merge GNU 1.35 and repair changes from
17035 switching to using with-current-buffer.
17036
17037 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17038 being treated as a number and confusing AUTORESET.
17039 Reported by Dan Dever.
17040
17041 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17042 Add verilog-auto-ignore-concat to fix backward compatibility with
17043 older verilog-modes. Reported by Dan Katz.
17044
17045 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17046 containing closing anchors "...$".
17047
17048 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17049 Reported by Wade Smith.
17050
48c2d18a 17051 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
17052
170532009-11-05 Michael McNamara <mac@mail.brushroad.com>
17054
bf0b361c
JB
17055 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17056 for labels.
14862301
SM
17057
17058 (verilog-label-re, verilog-calc-1): Support proper indent of named
17059 asserts.
17060
17061 (verilog-backward-token, verilog-basic-complete-re)
17062 (verilog-beg-of-statement, verilog-indent-re): Support proper
17063 indent of the assert statement at the beginning of a block of text.
17064
17065 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17066 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17067 tokens as begins.
17068
4f8f657f
GM
170692009-11-05 Glenn Morris <rgm@gnu.org>
17070
775adc51
GM
17071 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17072 Emacs 19. (Bug#1531)
17073 (byte-compile-fix-header): Update for the above change.
17074 Drop test for epoch::version.
17075
4ad6a5e7 17076 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
17077 * cus-dep.el (custom-make-dependencies):
17078 * finder.el (finder-compile-keywords):
17079 Use autoload-rubric's feature argument.
4ad6a5e7 17080
4f8f657f
GM
17081 * calendar/diary-lib.el (top-level): Make load behave more like require.
17082
881e4184
GM
17083 * vc-git.el (vc-git-stash-map): Move definition before use.
17084
ba214964 170852009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 17086
b6f8ba09
DN
17087 * custom.el (custom-declare-group): Purecopy standard-value.
17088 (custom-declare-group): Purecopy custom-prefix.
17089
7fdbcd83
SM
17090 * international/mule.el (load-with-code-conversion):
17091 Call do-after-load-evaluation unconditionally.
eb6f577b 17092
f6195dfb
DN
17093 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17094
56f14120
SM
170952009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17096
17097 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17098
e5c89ce9
GM
170992009-11-04 Glenn Morris <rgm@gnu.org>
17100
17101 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17102 (byte-compile-compatibility): Remove option.
17103 (byte-compile-close-variables, byte-compile-fix-header)
17104 (byte-compile-insert-header, byte-compile-output-docform)
17105 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17106 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17107 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17108 (byte-compile-insert, byte-compile-defun):
17109 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
17110 (byte-defop-compiler19): Remove.
17111 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17112 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 17113
e24f42ab
JL
171142009-11-04 Juri Linkov <juri@jurta.org>
17115
17116 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17117 (menu-bar-options-menu): Don't quote the `prop' arg of
17118 `menu-bar-make-mm-toggle'.
17119
d3d5f4f5
JB
171202009-11-04 Juanma Barranquero <lekktu@gmail.com>
17121
17122 * calendar/calendar.el (cal-loaddefs):
17123 * calendar/diary-lib.el (diary-loaddefs):
17124 * calendar/holidays.el (hol-loaddefs):
17125 * eshell/esh-module.el (esh-groups): Load rather than require.
17126
6e39d3b2
SM
171272009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17128
e96d62cd
SM
17129 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17130 point-min==1.
7e83e8b4
SM
17131 (todo-top-priorities): Only display-buffer when called interactively.
17132 (todo-item-start): Don't save excursion point.
17133 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17134 (todo-insert-item-here, todo-file-item, todo-remove-item):
17135 Adjust uses of todo-item-start and todo-item-end.
17136
fae4e5b9
SM
17137 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17138 (autoload-rubric): Don't use any more.
fae4e5b9 17139
6e39d3b2
SM
17140 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17141 and only put a prop if it is non-nil.
17142
c9753fb4
JL
171432009-11-03 Juri Linkov <juri@jurta.org>
17144
17145 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17146 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17147
17148 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17149 and "Menu" to make top-level menu item visually one unit (like
17150 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17151 multi-word menu items). Fix :help string for quit-window.
17152
db04f33f
GM
171532009-11-03 Glenn Morris <rgm@gnu.org>
17154
2aea6521
GM
17155 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17156 (byte-compile-file-form-define-abbrev-table)
17157 (byte-compile-file-form-custom-declare-variable)
17158 (byte-compile-variable-ref, byte-compile-defvar):
17159 Whether or not a warning is enabled should only affect whether we issue
17160 the warning, not whether or not we collect the relevant data.
17161 Eg warnings can be turned on and off throughout the course of a file.
17162
db04f33f
GM
17163 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17164 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17165
937e6a56
SM
171662009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17167
17168 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17169 * play/mpuz.el (mpuz-create-buffer):
17170 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17171 (lm-print-y,s,noise, lm-print-w0, lm-init):
17172 * play/gomoku.el (gomoku-prompt-for-move):
17173 * play/fortune.el (fortune-in-buffer):
17174 * play/dissociate.el (dissociated-press):
17175 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 17176 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
17177 * mail/supercite.el (sc-eref-show):
17178 * mail/smtpmail.el (smtpmail-send-it):
17179 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17180 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17181 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17182 (rmail-summary-goto-msg, rmail-summary-expunge)
17183 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17184 (rmail-summary-add-label, rmail-summary-output-menu)
17185 (rmail-summary-output-body):
17186 * mail/rfc822.el (rfc822-addresses):
17187 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17188 * mail/mailpost.el (post-mail-send-it):
17189 * mail/hashcash.el (hashcash-generate-payment):
17190 * mail/feedmail.el (feedmail-run-the-queue)
17191 (feedmail-queue-send-edit-prompt-help-first)
17192 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17193 (feedmail-deduce-address-list):
17194 * eshell/esh-ext.el (eshell-remote-command):
17195 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17196 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17197 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17198 (viper-save-string-in-file, viper-valid-marker):
17199 * emulation/viper-keym.el (viper-toggle-key):
17200 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17201 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17202 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17203 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17204 (viper-exec-form-in-emacs, viper-brac-function):
17205 * emulation/viper.el (viper-delocalize-var):
17206 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17207 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17208 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17209 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17210 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17211 * emulation/edt.el (edt-electric-helpify):
17212 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17213 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17214 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17215 (cua-indent-to-global-mark-column):
17216 * calendar/diary-lib.el (calendar-mark-1):
17217 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17218 Use with-current-buffer.
17219 * emulation/viper.el (viper-delocalize-var): Use dolist.
17220
5b955562
CY
172212009-11-03 Chong Yidong <cyd@stupidchicken.com>
17222
17223 * comint.el (comint-replace-by-expanded-history-before-point):
17224 Replace !! with the previous input string literally (Bug#1795).
17225
6292c599
JB
172262009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17227
17228 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17229 to be made up of whitespace.
17230
8368c14e
CY
172312009-11-02 Chong Yidong <cyd@stupidchicken.com>
17232
17233 * minibuffer.el (read-file-name): Don't use file dialogs for
17234 remote directories (Bug#99).
17235
6f750f0d
CY
172362009-11-01 Chong Yidong <cyd@stupidchicken.com>
17237
17238 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17239
97ab3f47
AS
172402009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17241
17242 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17243 instead of deleting the window or frame.
17244
673c1168
CY
172452009-10-31 Chong Yidong <cyd@stupidchicken.com>
17246
17247 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17248 Support face colors.
17249
937e6a56
SM
17250 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17251 New function. Support face colors (Bug#1168).
673c1168
CY
17252 (tex-common-initialization): Use it.
17253
17254 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17255 mode allows it (Bug#1168).
17256
c9349f0a
CY
172572009-10-31 Juri Linkov <juri@jurta.org>
17258
17259 * facemenu.el (list-colors-display): Don't mark buffer as
17260 modified (Bug#3948).
17261
ebf5c4f5
CY
172622009-10-31 Chong Yidong <cyd@stupidchicken.com>
17263
6a7662bb
BR
17264 * international/mule-diag.el (list-character-sets-1):
17265 Minor message fix (Bug#3526).
5c2dce75 17266
6a7662bb
BR
17267 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17268 Fix face property (Bug#4834).
26581f0e
CY
17269 (etags-list-tags, etags-tags-apropos-additional)
17270 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17271 property.
17272
ebf5c4f5
CY
17273 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17274 items.
17275
9a529312
SM
172762009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17277
17278 * textmodes/two-column.el (2C-split):
17279 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17280 * textmodes/tex-mode.el (tex-set-buffer-directory):
17281 * textmodes/spell.el (spell-region, spell-string):
17282 * textmodes/reftex.el (reftex-erase-buffer):
17283 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17284 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17285 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17286 (reftex-select-item):
17287 * textmodes/reftex-ref.el (reftex-label-info-update)
17288 (reftex-offer-label-menu):
17289 * textmodes/reftex-index.el (reftex-index-change-entry)
17290 (reftex-index-phrases-info):
17291 * textmodes/reftex-global.el (reftex-create-tags-file)
17292 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17293 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17294 (reftex-view-crossref-from-bibtex):
17295 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17296 (reftex-extract-bib-entries-from-thebibliography)
17297 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17298 * textmodes/refbib.el (r2b-capitalize-title):
17299 (r2b-convert-buffer, r2b-help):
17300 * textmodes/page-ext.el (pages-directory)
17301 (pages-directory-goto-with-mouse):
17302 * textmodes/bibtex.el (bibtex-validate-globally):
17303 * textmodes/bib-mode.el (bib-capitalize-title):
17304 * textmodes/artist.el (artist-clear-buffer, artist-system):
17305 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17306 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17307 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17308 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17309 (xscheme-send-control-g-interrupt, xscheme-start-process)
17310 (xscheme-process-sentinel, xscheme-cd):
17311 * progmodes/verilog-mode.el (verilog-read-always-signals)
17312 (verilog-set-define, verilog-getopt-file)
17313 (verilog-module-inside-filename-p):
17314 * progmodes/sh-script.el:
17315 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17316 (python-pdbtrack-grub-for-buffer, python-execute-file):
17317 * progmodes/octave-inf.el (inferior-octave):
17318 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17319 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17320 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17321 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17322 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17323 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17324 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17325 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17326 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17327 (idlwave-shell-examine-display, idlwave-shell-run-region)
17328 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17329 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17330 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17331 (idlwave-help-get-help-buffer):
17332 * progmodes/gud.el (gud-basic-call, gud-find-class)
17333 (gud-tooltip-activate-mouse-motions-if-enabled):
17334 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17335 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17336 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17337 (ebrowse-tags-next-file):
17338 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17339 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17340 (ebnf-eps-finish-and-write):
17341 * progmodes/cpp.el (cpp-edit-save):
17342 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17343 * progmodes/cc-defs.el (c-emacs-features):
17344 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17345 (antlr-directory-dependencies):
17346 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17347 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17348 (ada-find-any-references, ada-make-filename-from-adaname)
17349 (ada-make-body-gnatstub):
17350 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17351 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17352 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17353 * net/rcirc.el (rcirc-debug):
17354 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17355 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17356 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17357 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17358 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17359 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17360 (newsticker--treeview-list-clear-highlight)
17361 (newsticker--treeview-list-update-highlight)
17362 (newsticker--treeview-list-highlight-start)
17363 (newsticker--treeview-tree-update-highlight)
17364 (newsticker--treeview-get-selected-item)
17365 (newsticker-treeview-mark-list-items-old)
17366 (newsticker--treeview-set-current-node):
17367 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17368 * net/newst-backend.el (newsticker--get-news-by-funcall)
17369 (newsticker--get-news-by-wget, newsticker--image-get)
17370 (newsticker--image-sentinel):
17371 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17372 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17373 (eudc-ph-close-session):
17374 * net/eudc.el (eudc-save-options):
17375 * language/thai-word.el (thai-update-word-table):
17376 * language/japan-util.el (japanese-string-conversion):
17377 * international/titdic-cnv.el (tsang-quick-converter)
17378 (ziranma-converter, ctlau-converter):
17379 * international/mule-cmds.el (describe-language-environment):
17380 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17381 (skkdic-convert-postfix, skkdic-convert-prefix):
17382 (skkdic-convert-okuri-nasi, skkdic-convert):
17383 * emacs-lisp/re-builder.el (reb-update-overlays):
17384 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17385 * emacs-lisp/gulp.el (gulp-send-requests):
17386 * emacs-lisp/find-gc.el (trace-call-tree):
17387 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17388 (eieio-describe-generic):
17389 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17390 * emacs-lisp/edebug.el (edebug-outside-excursion):
17391 * emacs-lisp/debug.el (debugger-make-xrefs):
17392 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17393 * emacs-lisp/chart.el (chart-new-buffer):
17394 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17395 Use with-current-buffer.
17396 * textmodes/artist.el (artist-system): Don't call
17397 copy-sequence on a fresh string.
17398 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17399
d566f228
GM
174002009-10-31 Stephen Berman <stephen.berman@gmx.net>
17401
17402 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17403 is no item to edit. (Bug#4820)
d566f228 17404 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17405 buffer. (Bug#4820)
d566f228 17406
f3628edd
GM
174072009-10-31 Glenn Morris <rgm@gnu.org>
17408
5cf3709c
GM
17409 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17410 (comint-last-output-start, comint-last-input-start)
17411 (comint-last-input-end): Don't defvar when compiling.
17412 (ange-ftp-process-file): Use bound-and-true-p.
17413
4c814fd2
GM
17414 * pcmpl-rpm.el (top-level): Move provide statement to end.
17415 (pcmpl-rpm): Remove unused custom group.
17416
113b8dcc
GM
17417 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17418
31c615e4
GM
17419 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17420
416d3588
GM
17421 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17422 (byte-compile-warnings): Add `constants' as an option.
17423 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17424 (display-call-tree): Update for byte-compile-fdefinition possibly
17425 returning `(macro lambda ...)'. (Bug#4778)
17426 (byte-compile-variable-ref, byte-compile-setq-default):
17427 Respect `constants' member of byte-compile-warnings.
17428
00f71f39
SM
174292009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17430
17431 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17432 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17433 to "submit:".
17434
ca0a881a
DN
174352009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17436
17437 * textmodes/ispell.el (ispell-skip-region-alist):
17438 * international/mule-conf.el (eight-bit):
17439 * international/fontset.el (font-encoding-alist):
17440 * startup.el (pure-space-overflow-message):
17441 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17442 * paths.el (gnus-nntp-service, rmail-spool-directory)
17443 (term-file-prefix):
17444 * files.el (save-some-buffers-action-alist):
17445 * cmuscheme.el (same-window-buffer-names):
17446 * ielm.el (same-window-buffer-names):
17447 * shell.el (same-window-buffer-names):
17448 * mail/sendmail.el (same-window-buffer-names):
17449 * progmodes/inf-lisp.el (same-window-buffer-names):
17450 * bindings.el (mode-line-client)
17451 (mode-line-column-line-number-mode-map):
17452 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17453 (tibetan-precomposed-regexp): Purecopy string arguments.
17454
b861e45e
SM
174552009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17456
6df9b6d7
SM
17457 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17458 (calcDigit-nondigit):
17459 * calc/calc-yank.el (calc-copy-to-buffer):
17460 * calc/calc-units.el (calc-invalidate-units-table):
17461 * calc/calc-trail.el (calc-trail-yank):
17462 * calc/calc-store.el (calc-insert-variables):
17463 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17464 * calc/calc-prog.el (calc-read-parse-table):
17465 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17466 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17467 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17468 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17469 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17470 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17471 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17472 * calc/calc-ext.el (calc-realign):
17473 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17474 (calc-embedded-finish-edit, calc-embedded-make-info)
17475 (calc-embedded-finish-command, calc-embedded-stack-change):
17476 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17477
70f44c65
SM
17478 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17479 shell-dynamic-complete-filename in preference to
17480 comint-dynamic-complete-filename.
17481
b861e45e
SM
17482 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17483 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17484 Don't consider whether the display supports colors.
17485 (bookmark-import-new-list): Use dolist.
17486 (bookmark-bmenu-mode-map): Move initialization into declaration.
17487 (bookmark-bmenu-list): Use dolist, simplify.
17488 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17489 (menu-bar-final-items): Use push.
17490
8549241d 174912009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17492
17493 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17494 it works on remote files.
17495 (vc-hg-diff): Don't pass any `--cwd' argument.
17496
30644573
KR
174972009-10-27 Kevin Ryde <user42@zip.com.au>
17498
cc63d28f
SM
17499 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17500 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17501 (Further to Bug#3921).
17502
9be01a63
MA
175032009-10-27 Michael Albinus <michael.albinus@gmx.de>
17504
17505 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17506 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17507 calling `tramp-imap-put-file'. Add file size to the call.
17508 (tramp-imap-get-file-entries): Compute also user name, file size,
17509 and date.
17510 (tramp-imap-handle-insert-directory): Insert uid and gid.
17511 (tramp-imap-handle-file-attributes): Transform uid and gid
17512 according to `id-format'.
17513 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17514 size in header X-Size.
17515
41849bf9
JB
175162009-10-26 Juanma Barranquero <lekktu@gmail.com>
17517
17518 * simple.el (transpose-subr): Give clearer error when the mark
17519 is not set. (Bug#4807)
17520
293c24f9
MA
175212009-10-26 Michael Albinus <michael.albinus@gmx.de>
17522
cc63d28f
SM
17523 * net/tramp.el (tramp-perl-file-truename): New defconst.
17524 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17525 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17526 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17527 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17528
cc63d28f
SM
17529 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17530 Ignore `dired-call-process'.
293c24f9
MA
17531 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17532
175332009-10-26 Julian Scheid <julians37@gmail.com>
17534
cc63d28f 17535 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17536 (tramp-get-remote-readlink): New defun.
17537 (tramp-handle-file-truename): Use it.
17538 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17539 file exists if cache value present.
48c2d18a 17540 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17541 (tramp-handle-file-readable-p): Use it.
17542 (tramp-handle-file-writable-p): Likewise.
17543 (tramp-handle-file-executable-p): Likewise.
17544 (tramp-handle-file-name-all-completions): Try using Perl to get
17545 partial completions. When perl not available, combine `cd' and
17546 `ls' into single remote operation and use shell expansion to get
17547 partial remote directory contents. Set `file-exists-p' cache for
17548 directory and any files returned by ls. Change cache handling to
17549 support partial directory contents. Use error message emitted by
17550 remote `cd' or Perl code for local tramp-error.
17551 (tramp-do-copy-or-rename-file-directly): Avoid separate
17552 tramp-send-command-and-check call.
cc63d28f
SM
17553 (tramp-handle-process-file): Merge three remote ops into one.
17554 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17555 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17556 file-attributes shows uid/gid to be set already.
17557
a7610c52
DN
175582009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17559
17560 * textmodes/tex-mode.el (tex-dvi-view-command)
17561 (tex-show-queue-command, tex-open-quote):
17562 * progmodes/ruby-mode.el (auto-mode-alist)
17563 (interpreter-mode-alist): Purecopy strings.
17564
17565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17566
17567 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17568 string for the hook, keymap and abbrev table.
17569
17570 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17571
17572 * x-dnd.el (x-dnd-xdnd-to-action):
17573 * startup.el (fancy-startup-text, fancy-about-text): Change to
17574 defconst from defvar.
17575
17576 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17577
17578 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17579 Purecopy initialization strings.
17580
17581 * mail/sendmail.el (mail-header-separator)
17582 (mail-personal-alias-file):
17583 * mail/rmail.el (rmail-default-dont-reply-to-names)
17584 (rmail-ignored-headers, rmail-retry-ignored-headers)
17585 (rmail-highlighted-headers, rmail-secondary-file-directory)
17586 (rmail-secondary-file-regexp):
17587 * files.el (null-device, file-name-invalid-regexp)
17588 (locate-dominating-stop-dir-regexp)
cc63d28f 17589 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17590 (interpreter-mode-alist): Use mapcar instead of mapc.
17591
17592 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17593
17594 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17595 (completion-ignored-extensions):
17596 (debug-ignored-errors): Purecopy strings.
17597
4fcc3d32
SM
175982009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17599
0667de21
SM
17600 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17601 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17602 (pcomplete--here): Use push.
17603
4fcc3d32
SM
17604 * subr.el (all-completions): Declare the 4th arg obsolete.
17605
955ef430
SM
176062009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17607
2d085307
SM
17608 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17609 (pcomplete-unquote-argument): New function.
17610 (pcomplete--common-suffix): Always pay attention to case.
17611 (pcomplete--table-subvert): Quote and unquote the text.
17612 (pcomplete--common-quoted-suffix): New function.
17613 (pcomplete-std-complete): Use it and pcomplete-begin.
17614
955ef430
SM
17615 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17616 we're inside a dedicated or minibuffer window.
17617
7c85c02b
KF
176182009-10-24 Karl Fogel <kfogel@red-bean.com>
17619
17620 * bookmark.el: Update documentation, especially documentation
17621 of `bookmark-alist' and of the bookmark file format.
17622 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17623
3e8ae8a6
CY
176242009-10-24 Chong Yidong <cyd@stupidchicken.com>
17625
3e425845
CY
17626 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17627 keybindings apply to the mail buffer (Bug#4003). Shrink help
17628 window to buffer.
17629
cdd47d48
CY
17630 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17631 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17632 (whitespace-toggle-options, global-whitespace-toggle-options):
17633 Doc fix (Bug#3660).
cdd47d48 17634
ba07c9ad
CY
17635 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17636 of xmltok-start before the end tag was inserted (Bug#2840).
17637
3e8ae8a6
CY
17638 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17639 patterns that are preceded by an open-paren (Bug#1320).
17640
ab276820
CY
176412009-10-24 Sven Joachim <svenjoac@gmx.de>
17642
17643 * files.el (delete-directory): Delete symlinks to directories with
17644 delete-file (Bug#4739).
17645
905a9ed3
DN
176462009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17647
a9a2a6db
DN
17648 * vc.el (vc-backend-for-registration): Rename from
17649 vc-get-backend-for-registration. Update callers.
17650
cc63d28f
SM
17651 * international/mule-cmds.el (set-language-info-alist):
17652 Purecopy lang-env.
905a9ed3
DN
17653 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17654 (charset): Purecopy the name.
17655 (define-char-code-property): Purecopy string arguments.
17656
17657 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17658 Purecopy string arguments.
17659
17660 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17661 * ediff-hook.el (menu-bar-ediff-menu):
17662 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17663 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17664
d270305a
GM
176652009-10-24 Glenn Morris <rgm@gnu.org>
17666
6c74d523 17667 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17668 * term.el (term-dynamic-list-completions): Use choose-completion rather
17669 than obsolete alias mouse-choose-completion.
17670
ae732337
GM
17671 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17672 file-cache-choose-completion.
17673 (file-cache-choose-completion): Handle an optional event argument.
17674 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17675
cc63d28f
SM
17676 * progmodes/octave-mod.el (octave-complete-symbol):
17677 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17678
9847dc91
GM
17679 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17680 use.
17681
e8f2a5d5
GM
17682 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17683 compiler.
17684
d270305a
GM
17685 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17686
c6432f1e
SM
176872009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17688
17689 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17690 Ignore `pred' now that we receive one.
17691 Handle test-completion specially.
17692
6ab196f9
DN
176932009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17694
17695 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17696 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17697 REGISTER ...
17698 (vc-get-backend-for-registration): ... here. New function.
17699 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17700 of vc-responsible-backend, pass the file name instead of the
17701 directory name.
17702
48feed59
SM
177032009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17704
17705 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17706 New funs.
17707 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17708 (pcomplete-comint-setup): Don't modify a global var via
17709 accidental side-effects.
17710 (pcomplete-shell-setup): Adjust call accordingly.
17711 (pcomplete-parse-comint-arguments): Use push.
17712
00006066
CY
177132009-10-23 Chong Yidong <cyd@stupidchicken.com>
17714
36bfa3af
CY
17715 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17716 Allow uncapitalized info node names (Bug#3921).
17717
00006066
CY
17718 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17719 to the DEBUG file (Bug#3781).
17720
aa311d6e
CY
177212009-10-23 Jari Aalto <jari.aalto@cante.net>
17722
17723 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17724 dictionary entry (Bug#4579).
17725
b88f2d0a
MA
177262009-10-23 Michael Albinus <michael.albinus@gmx.de>
17727
17728 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17729 from `rfn-eshadow-update-overlay-hook' when unloading.
17730 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17731 "rsyncc". Adjust doc string.
48c2d18a 17732 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17733 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17734 Keep temporary file when indicated by method ("rsync" and
17735 "rsyncc").
17736 (tramp-handle-write-region): Handle APPEND.
17737 (tramp-delete-temp-file-function): New defun. Added to
17738 `kill-buffer-hook'.
17739
1becddbb
JB
177402009-10-23 Juanma Barranquero <lekktu@gmail.com>
17741
17742 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17743
8f43cbf3
DN
177442009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17745
17746 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17747 (color-name-rgb-alist, tty-standard-colors)
17748 (tty-color-mode-alist): Change to defconst.
17749
17750 * simple.el (mark-inactive): Purecopy message.
17751
17752 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17753 (global-map, yank-menu):
17754 * textmodes/ispell.el (ispell-menu-map):
17755 * net/eudc.el (eudc-tools-menu):
17756 * international/mule-cmds.el (describe-language-environment-map)
17757 (setup-language-environment-map, set-coding-system-map)
17758 (mule-menu-keymap):
17759 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17760 * replace.el (occur-mode-map):
17761 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17762
1d228a31
JB
177632009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17764
6a7662bb
BR
17765 * calc/calc.el (math-read-number, math-read-number-simple):
17766 Use `save-match-data'.
1d228a31 17767
3b067af1
SM
177682009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17769
28a90c44
SM
17770 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17771 rather than fiddling with global-map bindings, since it should only
17772 affect per-terminal settings.
17773 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17774
a452eee8
SM
17775 * minibuffer.el (completion-table-with-terminator): Allow to specify
17776 the terminator-regexp.
17777
ab14d7d5
SM
17778 * simple.el (switch-to-completions): Look for *Completions* in other
17779 frames as well.
17780
3b067af1
SM
17781 * pcomplete.el: Allow the use of completion-tables.
17782 (pcomplete-std-complete): New command.
17783 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17784 (pcomplete--here): Use a function for `form' rather than an expression,
17785 so it can be byte-compiled.
17786 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17787 Add edebug declaration.
17788 (pcomplete-show-completions): Remove unused var `curbuf'.
17789 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17790 Don't assume `completions' is a list of strings any more.
3b067af1 17791
5480359e
JB
177922009-10-22 Juanma Barranquero <lekktu@gmail.com>
17793
17794 * find-dired.el (find-name-arg): Fix typo in docstring.
17795
3170b794
SM
177962009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17797
48c23a25
SM
17798 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17799 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17800
56b14058
SM
17801 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17802 pcomplete-entries.
17803
3170b794
SM
17804 * comint.el (comint-read-input-ring, comint-write-input-ring)
17805 (comint-substitute-in-file-name)
17806 (comint-dynamic-complete-as-filename)
17807 (comint-dynamic-simple-complete)
17808 (comint-dynamic-list-filename-completions)
17809 (comint-dynamic-list-completions)
17810 (comint-redirect-results-list-from-process): Minor simplifications.
17811
2affef34
KR
178122009-10-21 Kevin Ryde <user42@zip.com.au>
17813
3170b794
SM
17814 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17815 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17816 the first form. And insert a blank line after ";;; Code" since
d8194864 17817 that's usual style. (Bug#4612)
2affef34 17818
e7b94bbb
KR
17819 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17820
528c56e2
SM
178212009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17822
17823 * minibuffer.el (completion-table-with-terminator): Properly implement
17824 boundaries, in case `terminator' appears in the suffix.
17825 (completion--embedded-envvar-table): Don't return boundaries if
17826 there's no valid completion. Simplify.
17827 (completion-file-name-table): New completion table extracted from
17828 completion--file-name-table.
17829 (completion--file-name-table): Use it.
17830 (read-file-name-predicate): Declare obsolete.
17831 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17832 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17833 completion-file-name-table, and use the `pred' argument.
17834 * files.el (locate-file-completion-table): Use the `pred' arg rather
17835 than read-file-name-predicate.
17836 (abbreviate-file-name): Use \` rather than ^ for BOS.
17837
f9ed9b4f
DN
178382009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17839
17840 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17841 vc-responsible-backend to register, it causes problems.
17842
5f2022a3
SM
178432009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17844
17845 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17846
fc754ea1
MA
178472009-10-21 Michael Albinus <michael.albinus@gmx.de>
17848
17849 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17850 (tramp-smb-handle-file-attributes): Use it.
17851 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17852 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17853 `mapcar'. Use `tramp-smb-get-stat-capability'.
17854 Add `dired-filename' text properties.
fc754ea1
MA
17855 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17856 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17857 version.
17858
79bd5ba1
SM
178592009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17860
17861 * subr.el (read-key-delay): Reduce to 0.01.
17862 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17863 (bug#4751).
17864
3c13704d
SM
178652009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17866
554efd10
SM
17867 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17868
c2a37b78
SM
17869 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17870 (Info-menu): Remove unused vars `last' and `completions'.
17871 (Info-index-nodes): Remove unused var `node'.
17872
3c13704d
SM
17873 * info.el (Info-complete-menu-item): Use complete-with-action.
17874
d1e4c403
DN
178752009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17876
17877 Make vc-annotate work through copies and renames.
3c13704d
SM
17878 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17879 Return the file name too.
d1e4c403
DN
17880 (vc-annotate-revision-at-line)
17881 (vc-annotate-find-revision-at-line)
17882 (vc-annotate-revision-previous-to-line)
17883 (vc-annotate-show-log-revision-at-line): Update to get the file
17884 name from vc-annotate-extract-revision-at-line.
17885 (vc-annotate-show-diff-revision-at-line-internal): Change the
17886 argument to mean whether to show a file diff or not. Get the file
17887 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17888 (vc-annotate-show-diff-revision-at-line):
17889 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17890 (vc-annotate-warp-revision): Add an optional file argument.
17891
17892 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17893 (vc-git-annotate-extract-revision-at-line): Also return the file
17894 name if found.
17895
17896 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17897 command. Remove unused code.
17898 (vc-hg-annotate-re): Update to match --follow output.
17899 (vc-hg-annotate-extract-revision-at-line): Also return the file
17900 name if found.
17901
17902 * vc.el: Update annotate-extract-revision-at-line documentation.
17903
b0b0ef98
KR
179042009-10-18 Kevin Ryde <user42@zip.com.au>
17905
17906 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17907 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17908
a9e7f03d
KR
17909 * net/browse-url.el (browse-url): Identify alist with "consp and
17910 not functionp" and let all other things go down the `apply' leg,
17911 as suggested by Stefan. (Further to bug#4531.)
17912
7346a407
CY
179132009-10-18 Chong Yidong <cyd@stupidchicken.com>
17914
17915 * minibuffer.el (read-file-name): Check for repeat before putting
17916 a default argument in file-name-history (Bug#4657).
17917
17918 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17919 read syntax (Bug#4737).
17920
3c13704d 17921 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17922
1da94541
CY
179232009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17924
17925 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17926 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17927 entries and make note of obsolete tags.
17928
2b93080a
SM
179292009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17930
17931 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17932
18b5ffb5
GM
179332009-10-18 Glenn Morris <rgm@gnu.org>
17934
17935 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17936 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17937 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17938 now, and in any case the file header format has changed.
17939
c2e161b2
GM
179402009-10-17 Glenn Morris <rgm@gnu.org>
17941
17942 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17943 (flyspell-get-word, flyspell-large-region)
17944 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17945
a1eb44f5
CY
179462009-10-17 Chong Yidong <cyd@stupidchicken.com>
17947
17948 * Makefile.in (ELCFILES): Add ede/shell.
17949
4418646e
DN
179502009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17951
17952 * term/common-win.el (x-colors): Purecopy it.
17953
4062011e
SM
179542009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17957 permissive for when the buffer is empty.
17958 (tar-header-block-tokenize): Decode the username and groupname.
17959 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17960
b0b111c3
JB
179612009-10-17 Eric Ludlam <zappo@gnu.org>
17962
17963 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17964 contains multibyte characters, choose first applicable coding
17965 system automatically.
17966
2df48a87
SM
179672009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17968
17969 * international/mule-cmds.el (select-safe-coding-system): If the file
17970 has a coding cookie, use it regardless of any other setting (bug#4712).
17971
fd7dd48c
GM
179722009-10-17 Glenn Morris <rgm@gnu.org>
17973
3ee0b477 17974 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17975 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17976
2550e4b1
GM
17977 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17978 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17979 (dired-keep-marker-symlink, dired-dwim-target)
17980 (dired-copy-preserve-time): Do not autoload these defcustoms.
17981
fd7dd48c
GM
17982 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17983 messages from messing up the file coding. (Bug#4623)
17984
f3e3a990
GM
179852009-10-17 Jari Aalto <jari.aalto@cante.net>
17986
17987 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17988 if no match is found for the current dictionary. (Bug#4578)
17989
17990 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17991 optional, since that is how it is documented, and this is often called
17992 with a nil argument. (Bug#4577)
17993 (flyspell-external-point-words, flyspell-auto-correct-word)
17994 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17995 (flyspell-word-search-backward): Remove nil argument in calls to
17996 flyspell-get-word, since it is not needed now.
17997
179982009-10-17 Ulrich Mueller <ulm@gentoo.org>
17999
1becddbb 18000 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 18001
b61374ab
GM
180022009-10-16 Glenn Morris <rgm@gnu.org>
18003
18004 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
18005
412707c2
SM
180062009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
18007
18008 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
18009 (ange-ftp-file-size): New function.
18010 (ange-ftp-file-attributes): Use it.
18011
0c6f436e
MA
180122009-10-16 Michael Albinus <michael.albinus@gmx.de>
18013
18014 * net/tramp-smb.el (tramp-smb-version): New defvar.
18015 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18016 repeated checks.
18017
850bfd04
GM
180182009-10-16 Glenn Morris <rgm@gnu.org>
18019
18020 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18021 Maybe copy some custom properties from old to new name. (Bug#4706)
18022
f3ed9aca
JB
180232009-10-16 Juanma Barranquero <lekktu@gmail.com>
18024
18025 * subr.el (error, sit-for, start-process-shell-command)
18026 (start-file-process-shell-command): Set the calling convention
18027 after the function definition.
18028
fd6c5134
SM
180292009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18030
18031 * subr.el (error, sit-for, start-process-shell-command)
18032 (start-file-process-shell-command): Use the new
18033 set-advertised-calling-convention feature.
18034
73874eb7
KH
180352009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18036
fd6c5134
SM
18037 * international/ucs-normalize.el (ucs-normalize-version):
18038 Change to 1.2.
18039 (check-range): Adjust for Unicode 5.2.
73874eb7 18040
03fb33cf
JL
180412009-10-15 Juri Linkov <juri@jurta.org>
18042
18043 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18044 to the `menu-item' format.
18045
4260b402
MA
180462009-10-15 Michael Albinus <michael.albinus@gmx.de>
18047
18048 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18049 if the environment variable does not exist.
18050
18051 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18052 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18053 parameter.
18054 (tramp-smb-handle-add-name-to-file)
18055 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18056 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18057 (tramp-smb-handle-file-attributes)
18058 (tramp-smb-do-file-attributes-with-stat)
18059 (tramp-smb-handle-file-local-copy)
18060 (tramp-smb-handle-insert-directory)
18061 (tramp-smb-handle-make-directory)
18062 (tramp-smb-handle-make-directory-internal)
18063 (tramp-smb-handle-make-symbolic-link)
18064 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18065 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18066 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18067 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18068 Handle long file names.
18069 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18070 process is running.
18071 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18072 Read share names with "-g" option.
18073
d7a0fd6f
GM
180742009-10-15 Ryan Yeske <rcyeske@gmail.com>
18075
18076 * net/rcirc.el (rcirc-view-log-file): New command.
18077 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18078 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18079 specified.
18080
0b44494a
GM
180812009-10-15 Glenn Morris <rgm@gnu.org>
18082
af9fb32f
GM
18083 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18084 from the second command-line argument.
18085 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18086 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18087 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18088 w32-batch-update-autoloads.
18089 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18090 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18091
0b44494a
GM
18092 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18093 the headers cannot be located. Simplify, subtracting superflous
18094 save-excursions.
18095
d5e63715
SM
180962009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18097
18098 Replace completion-base-size by completion-base-position to fix bugs
18099 such as (bug#4699).
18100 * simple.el (completion-base-position): New var.
18101 (completion-base-size): Mark as obsolete.
18102 (choose-completion): Make it work for mouse events as well.
18103 Pass the new base-position to choose-completion-string.
18104 (choose-completion-guess-base-position): New function, extracted from
18105 choose-completion-delete-max-match.
18106 (choose-completion-delete-max-match): Use it. Make obsolete.
18107 (choose-completion-string): Use the new base-position info.
18108 (completion-root-regexp): Delete.
18109 (completion-setup-function): Preserve completion-base-position.
18110 Eliminate obsolete base-size manipulation.
18111 * minibuffer.el (display-completion-list): Don't mess with base-size.
18112 (minibuffer-completion-help): Set completion-base-position instead.
18113 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18114 choose-completion.
18115 * textmodes/bibtex.el (bibtex-complete):
18116 * emacs-lisp/crm.el (crm--choose-completion-string):
18117 Adjust to new calling convention.
18118 * complete.el (partial-completion-mode): Use minibufferp to avoid
18119 bumping into incompatible change to choose-completion-string-functions.
18120 * ido.el (ido-choose-completion-string): Make its calling convention
18121 more permissive.
18122 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18123 base-size manipulation.
18124 (comint-dynamic-list-input-ring): Use dotimes and push.
18125 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18126 fundamental-mode. Use `or'.
18127
92f8bfc7
JL
181282009-10-14 Juri Linkov <juri@jurta.org>
18129
18130 * misearch.el (multi-isearch-next-buffer-from-list)
18131 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18132
e78e280d
SM
181332009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18134
384ca163
SM
18135 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18136 `bytecomp.el'.
18137
681e0e7c
SM
18138 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18139 string we return is all made up of text from the completions rather
18140 than part from the completions and part from the input (bug#4219).
18141
e78e280d
SM
18142 * ido.el (ido-everywhere): Use define-minor-mode.
18143
18144 * buff-menu.el (list-buffers, ctl-x-map):
18145 Mark the entry points with ;;;###autoload cookies.
18146
b4e813ca
DN
181472009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18148
52964e54
DN
18149 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18150 correctly in the detached head case.
18151 (vc-git-print-log): Remove unused binding.
18152
b4e813ca
DN
18153 * vc.el (vc-responsible-backend): When a directory is passed for
18154 for registration create a VC repository if no backend is
18155 responsible for the directory argument.
18156 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
18157
18158 * vc.el: Move comments about RCS and SCCS ...
18159 * vc-rcs.el:
18160 * vc-sccs.el: ... here, respectively.
18161
40ba9882
SM
181622009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18163
18164 * minibuffer.el (completion--file-name-table): Return nil if there's
18165 no file completion, even if substitute-in-file-name changed
18166 the string (bug#4708).
18167
04e0f59b
JL
181682009-10-13 Juri Linkov <juri@jurta.org>
18169
18170 * files-x.el (read-file-local-variable-value): Don't filter out
18171 minor modes from mode name completion (bug#4664).
18172
314c8e25
JB
181732009-10-13 Juanma Barranquero <lekktu@gmail.com>
18174
18175 * international/mule-cmds.el (ucs-names): Remove exclusion of
18176 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18177
5c9b7d36
KH
181782009-10-13 Kenichi Handa <handa@m17n.org>
18179
18180 * international/uni-name.el: Regenerated.
18181
1e7a80f2
JB
181822009-10-13 Juanma Barranquero <lekktu@gmail.com>
18183
18184 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18185 should be automatically buffer-local, but isn't.)
18186
cd29f88b
SS
181872009-10-12 Sam Steingold <sds@gnu.org>
18188
18189 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 18190 timestamps if the buffer has been visited before.
0cd16af4
SS
18191 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18192 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 18193
37493a98
GM
181942009-10-12 Glenn Morris <rgm@gnu.org>
18195
18196 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18197 Let-bind `size'.
18198
3b56b1e6
JB
181992009-10-12 Juanma Barranquero <lekktu@gmail.com>
18200
7422a4bb
JB
18201 * proced.el (proced-unload-function): New function.
18202
fa72d075
JB
18203 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18204 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18205 Doc fix.
18206
3b56b1e6
JB
18207 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18208
4d9b4323
JL
182092009-10-11 Juri Linkov <juri@jurta.org>
18210
18211 * files-x.el (read-file-local-variable-value):
18212 Provide default value only for bound variables (bug#4664).
18213
f6f7e059
MA
182142009-10-11 Michael Albinus <michael.albinus@gmx.de>
18215
18216 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18217 connection methods like smb.
18218
18219 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18220 can be empty.
18221
18222 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18223 (tramp-smb-file-name-handler-alist): Add handlers for
18224 `add-name-to-file', `make-symbolic-link'.
18225 (tramp-smb-handle-add-name-to-file)
2992485f 18226 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
18227 (tramp-smb-handle-make-symbolic-link)
18228 (tramp-smb-get-cifs-capabilities): New defuns.
18229 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18230 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18231 (tramp-smb-handle-file-local-copy)
18232 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
18233 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18234 The file name syntax depends on cifs capabilities.
18235 (tramp-smb-handle-file-attributes):
18236 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18237 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18238 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 18239
67868d26
CY
182402009-10-11 Chong Yidong <cyd@stupidchicken.com>
18241
18242 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18243 (eieio-defclass): Apply deftype handler and setf-method properties
18244 directly.
18245 (eieio-add-new-slot): Avoid union function from cl library.
18246 (eieio--typep): New function.
18247 (eieio-perform-slot-validation): Use it.
18248
6d6a5b7e
KF
182492009-10-10 Karl Fogel <kfogel@red-bean.com>
18250
3b56b1e6 18251 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
18252 Update documentation to refer to the variables documented in r1.135.
18253 (Bug#4188)
18254
67b70de9
KF
182552009-10-10 Karl Fogel <kfogel@red-bean.com>
18256
18257 * bookmark.el (Info-suffix-list): Remove this unused variable.
18258 (bookmark-current-point): Remove this obsolete variable.
18259 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18260 Adjust for removal of bookmark-current-point.
18261
18262 (bookmarks-already-loaded, bookmark-current-buffer)
18263 (bookmark-yank-point): Document. (Bug#4188)
18264
58ae51ae
GM
182652009-10-10 Glenn Morris <rgm@gnu.org>
18266
4619ff5e
GM
18267 * frame.el (frame-height): Doc fix.
18268
58ae51ae
GM
18269 * calendar/calendar.el (calendar-split-width-threshold): New option.
18270 (calendar-basic-setup): Use calendar-split-width-threshold.
18271
d364386c
JB
182722009-10-09 Juanma Barranquero <lekktu@gmail.com>
18273
18274 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18275 Ideographic Supplement" range (U+1F200..U+1F2FF).
18276
33e97a28
KF
182772009-10-09 Karl Fogel <kfogel@red-bean.com>
18278
02d0f051 18279 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18280 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18281
182822009-10-09 Karl Fogel <kfogel@red-bean.com>
18283
d364386c 18284 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18285 (bookmark-bmenu-execute-deletions): Don't save here, as
18286 bookmark-delete will now do so if necessary.
d364386c 18287 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18288 (Bug#4348)
18289
9656d87b
GM
182902009-10-09 Glenn Morris <rgm@gnu.org>
18291
18292 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18293
e6227f06
KF
182942009-10-09 Karl Fogel <kfogel@red-bean.com>
18295
18296 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18297 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18298 argument now, so the two function's behaviors will match. (Bug#3645)
18299
288f783b
MA
183002009-10-08 Michael Albinus <michael.albinus@gmx.de>
18301
18302 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18303 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18304 Apply `save-match-data'.
288f783b
MA
18305
18306 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18307 case both directories are remote.
18308 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18309 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18310
872a1ea4
JB
183112009-10-07 Juanma Barranquero <lekktu@gmail.com>
18312
18313 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18314
ab2baced
GM
183152009-10-07 Glenn Morris <rgm@gnu.org>
18316
e78e280d
SM
18317 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18318 of concat.
ab2baced 18319
5c4634c1
SM
183202009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18321
18322 * files-x.el (read-file-local-variable): Include some
18323 non-user-variables in the completion table (bug#4664).
18324
c2dc9732
MA
183252009-10-07 Michael Albinus <michael.albinus@gmx.de>
18326
18327 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18328 message.
18329
18330 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18331 (tramp-smb-file-name-handler-alist): Add handler for
18332 `copy-directory', `expand-file-name', `set-file-modes'.
18333 (tramp-smb-handle-copy-directory)
18334 (tramp-smb-handle-expand-file-name)
18335 (tramp-smb-handle-set-file-modes): New defuns.
18336 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18337 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18338 entry.
18339 (tramp-smb-handle-insert-directory): Don't flush the cache.
18340 (tramp-smb-maybe-open-connection): Check for samba client and
18341 server versions.
18342
11be40a6
EZ
183432009-10-07 Eli Zaretskii <eliz@gnu.org>
18344
18345 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18346 to not error out of search for "^lisp=" fails.
18347
8c4afe20
JB
183482009-10-07 Juanma Barranquero <lekktu@gmail.com>
18349
18350 * makefile.w32-in (WINS_UPDATES): New macro.
18351 (custom-deps, finder-data, autoloads): Use it.
18352
429a1506
GM
183532009-10-07 Glenn Morris <rgm@gnu.org>
18354
ee2e93e2
GM
18355 * Makefile.in (autoloads): Revert previous change.
18356 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18357 the list of preloaded files passed on the command-line, get
18358 it from src/Makefile.
18359
429a1506
GM
18360 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18361 show the original buffer rather than a random one.
18362
a51203ee 183632009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18364
18365 * help.el (describe-no-warranty): Place point in a slightly better
18366 position in the GPLv3 text.
18367
f58f7520
SS
183682009-10-06 Sam Steingold <sds@gnu.org>
18369
18370 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18371 the comm attribute is present before calling regexp-quote.
18372
bde79dc0
JB
183732009-10-06 Juanma Barranquero <lekktu@gmail.com>
18374
18375 * play/animate.el (animate-string): For good effect, make sure
18376 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18377
18378 * play/animate.el (animate-sequence, animate-birthday-present):
18379 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18380
25ab0302
GM
183812009-10-06 Glenn Morris <rgm@gnu.org>
18382
73fe714a
GM
18383 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18384
3405d98c
GM
18385 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18386 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18387 (batch-update-autoloads): Process a string value of autoload-excludes,
18388 set during the build process.
18389 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18390
9fb2cdc5
GM
18391 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18392 inside with-parsed... macro so that `v' is defined.
18393
7938ab41
GM
18394 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18395 * progmodes/fortran.el (fortran-end-of-block)
18396 (fortran-beginning-of-block):
18397 Also push mark in the macro case.
18398
eaf9b564
GM
18399 * emerge.el (emerge-show-file-name):
18400 * calc/calc.el (calc-quit):
18401 * calc/calc-misc.el (calc-big-or-small):
18402 * calc/calc-graph.el (calc-graph-view):
18403 * calc/calc-ext.el (calc-reset):
18404 * calendar/calendar.el (calendar-basic-setup):
18405 Use window-full-height-p.
18406
25ab0302
GM
18407 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18408 header we don't understand, don't insert another. (Bug#4624)
18409 If changing mime charset, insert the new one in the right place.
18410
00169eb6
GM
184112009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18412
18413 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18414 (cal-tex-cursor-month): Correctly increment the end date for diary and
18415 holiday listing. (Bug#4626)
18416
82882188
SM
184172009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18418
40ba9882 18419 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18420 a symbol.
18421
a8f316ca
JB
184222009-10-05 Juanma Barranquero <lekktu@gmail.com>
18423
18424 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18425 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18426 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18427 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18428
18429 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18430 (eieio-default-superclass): Reflow docstrings.
18431 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18432 (eieio-unbind-method-implementations, defmethod)
18433 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18434 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18435 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18436 (eieio-slot-originating-class-p, eieio-slot-name-index)
18437 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18438 (constructor, initialize-instance, no-next-method, object-print)
18439 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18440 Fix typos in docstrings.
18441 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18442 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18443 (next-method-p): Doc fixes.
18444 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18445 Fix typos in error messages.
18446 (eieio-defmethod): Fix typo in description of generic method.
18447
18448 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18449 (eieio-persistent-save-interactive, slot-missing):
18450 Fix typos in docstrings.
18451 (eieio-instance-inheritor-slot-boundp): Doc fix.
18452
18453 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18454 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18455
18456 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18457 (eieio-custom-object-apply-reset):
18458 Fix typos in docstrings and error messages.
18459
18460 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18461 Fix typo in docstring.
18462
18463 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18464 (eieio-browse-tree): Doc fix.
18465 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18466 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18467 Fix typos in docstrings.
18468
18469 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18470 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18471 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18472 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18473 Reflow docstrings.
18474
c66b7ac0
DN
184752009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18476
4a827e0a 18477 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18478 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18479 Set log-view-vc-backend so that diff can work.
4a827e0a 18480
c66b7ac0
DN
18481 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18482 vc-version-diff.
18483 (vc-diff-internal): Autoload this instead of vc-version-diff.
18484
1902a98c
EZ
184852009-10-05 Eli Zaretskii <eliz@gnu.org>
18486
a7a8618b
EZ
18487 * simple.el (eval-expression): Doc fix.
18488
1902a98c
EZ
18489 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18490
0e1f2ee6
MA
184912009-10-05 Michael Albinus <michael.albinus@gmx.de>
18492
18493 * files.el (directory-files-no-dot-files-regexp): New defconst.
18494 (delete-directory): Use it.
18495 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18496
263c02ef 18497 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18498 (tramp-methods): Add recursive option to `tramp-copy-args'.
18499 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18500 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18501 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18502 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18503 Add handler for `copy-directory'.
18504 (tramp-handle-copy-directory): New defun.
18505 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18506 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18507 Optimize sent command.
263c02ef 18508
72aa7df4
SM
185092009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18510
4a34f065
SM
18511 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18512 window if necessary.
18513
72aa7df4
SM
18514 * calendar/calendar.el (calendar-basic-setup): Don't call
18515 switch-to-buffer in a dedicated window.
18516
5feb1ba7
KF
185172009-10-05 Karl Fogel <kfogel@red-bean.com>
18518
18519 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18520 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18521 (bookmark-error-no-filename): New error.
18522 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18523 bookmark has no file. Don't even attempt to handle things that
18524 are not files; the whole point of custom handlers is to keep that
18525 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18526 (bookmark-file-or-variation-thereof): Remove now-unused function.
18527 (bookmark-location): Doc string fix.
18528 (Bug#4250)
18529
1bd49952
KF
185302009-10-04 Karl Fogel <kfogel@red-bean.com>
18531
18532 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18533 don't use a file dialog, because they usually don't know how to read
18534 a directory target from the user. (Bug#4230)
18535 Also, make sure the prompt can display directories as well as files.
18536
825382c0
KF
185372009-10-04 Karl Fogel <kfogel@red-bean.com>
18538
18539 * bookmark.el (bookmark-set, bookmark-buffer-name):
18540 Improve doc strings. (Bug#1193)
18541
13901bcb
KF
185422009-10-04 Karl Fogel <kfogel@red-bean.com>
18543
4a34f065
SM
18544 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18545 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18546 (bookmark-get-annotation, bookmark-set-annotation)
18547 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18548 (bookmark-set-position, bookmark-get-front-context-string)
18549 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18550 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18551 (bookmark-jump-other-window, bookmark-handle-bookmark)
18552 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18553 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18554 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18555 Improve doc strings to say whether bookmark can be a string or
18556 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18557 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18558 (bookmark-default-annotation-text, bookmark-yank-word)
18559 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18560 (bookmark-import-new-list, bookmark-maybe-rename)
18561 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18562 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18563 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18564 add a FIXME comment about how the function may be pointless.
13901bcb 18565 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18566 parameter name, to clarify that this takes a bookmark record
18567 not a bookmark name.
13901bcb 18568 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18569 and improve the doc string a bit.
13901bcb
KF
18570 (Bug#4188)
18571
5c1b3e94
KF
185722009-10-04 Karl Fogel <kfogel@red-bean.com>
18573
18574 * bookmark.el (bookmark-alist): Document the new `handler' element
18575 in the param alist.
18576 (bookmark-make-record-function): Adjust documentation for above.
18577 (Bug#4193)
18578
8559076d
KF
185792009-10-04 Karl Fogel <kfogel@red-bean.com>
18580
18581 * info.el (Info-bookmark-make-record): Document this function.
18582 (Info-bookmark-jump): Document with a doc string, not just a comment.
18583 (Bug#4203)
18584
b4583b8c
MA
185852009-10-04 Michael Albinus <michael.albinus@gmx.de>
18586
18587 * files.el (copy-directory): New defun.
18588
18589 * dired-aux.el (dired-copy-file-recursive): Use it.
18590
131ae8f2
JB
185912009-10-04 Juanma Barranquero <lekktu@gmail.com>
18592
a30e71ae 18593 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18594 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18595 docstrings.
a30e71ae 18596
131ae8f2
JB
18597 * recentf.el (recentf-unload-function): New function.
18598
ccafbf06
GM
185992009-10-04 Glenn Morris <rgm@gnu.org>
18600
18601 * window.el (window-full-height-p): Add doc string.
18602
02c6f098
GM
186032009-10-04 Martin Rudalics <rudalics@gmx.at>
18604
18605 * window.el (window-full-height-p): New function. (Bug#4543)
18606
ed6b0195
DN
186072009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18608
18609 * vc.el: Remove commented out code.
18610 (vc-derived-from-dir-mode): Remove, unused.
18611 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18612
1b8d1cc7
MA
186132009-10-03 Michael Albinus <michael.albinus@gmx.de>
18614
4a34f065
SM
18615 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18616 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18617 there could be recursive loading when `default-directory' is a
18618 remote file name. (Bug#4614)
18619
ac3c593c
GM
186202009-10-03 Glenn Morris <rgm@gnu.org>
18621
686ea556
GM
18622 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18623 the frame is wide.
18624 (calendar-generate-window): Test for shrinkability rather than width.
18625
ac3c593c
GM
18626 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18627 reusing existing buffers, in case we happen to visit two files with the
18628 same basename. (Bug#4593)
18629
573709fd
EZ
186302009-10-02 Eli Zaretskii <eliz@gnu.org>
18631
4a34f065 18632 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18633 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18634 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18635 subdirs of cedet as well.
8f885d01 18636 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18637
8d6c1239
SM
186382009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18639
18640 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18641 Obey advertised-signature-table.
18642
18643 * help-fns.el (help-function-arglist): Don't check
18644 advertised-signature-table.
18645 (describe-function-1): Do it here instead so it also applies to subrs.
18646
c4861de0
MA
186472009-10-02 Michael Albinus <michael.albinus@gmx.de>
18648
18649 * simple.el (start-file-process): Say in the doc-string, that file
18650 handlers might not support pty association, if PROGRAM is nil.
18651
18652 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18653 HOST and USER are strings. They are nil, when there are
18654 incomplete entries in ~/.netrc, for example.
18655 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18656 root directory ("device busy" error otherwise).
18657
8d6c1239
SM
18658 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18659 Flush file properties of created directory.
c4861de0 18660
d2bda74f
EZ
186612009-10-02 Eli Zaretskii <eliz@gnu.org>
18662
18663 * makefile.w32-in (WINS_BASIC): Remove cedet.
18664 (WINS_CEDET): Add cedet.
18665 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18666
895d1904
GM
186672009-10-02 Kevin Ryde <user42@zip.com.au>
18668
18669 * net/browse-url.el (browse-url): Pass any symbol in
18670 browse-url-browser-function to `apply', since if you've mistakenly put
18671 an unbound symbol then the error is clearer. (Bug#4531)
18672
32226619
JB
186732009-10-02 Juanma Barranquero <lekktu@gmail.com>
18674
18675 * allout.el (allout-init, allout-back-to-current-heading)
18676 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18677 (allout-ascend, allout-up-current-level, allout-end-of-level)
18678 (allout-previous-visible-heading, allout-forward-current-level)
18679 (allout-backward-current-level, allout-show-children):
18680 * apropos.el (apropos-describe-plist):
18681 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18682 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18683 * completion.el (add-completion, add-permanent-completion):
18684 * descr-text.el (describe-text-category, describe-char):
18685 * desktop.el (desktop-lazy-abort):
18686 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18687 * dired.el (dired-build-subdir-alist):
18688 * ediff.el (ediff-version):
18689 * elide-head.el (elide-head, elide-head-show):
18690 * emerge.el (emerge-version):
18691 * env.el (getenv):
18692 * face-remap.el (variable-pitch-mode):
18693 * faces.el (describe-face):
18694 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18695 (dired-at-point):
18696 * files.el (find-file-existing, auto-save-mode):
18697 * font-lock.el (font-lock-fontify-buffer):
18698 * help-fns.el (describe-function, describe-variable)
18699 (describe-syntax, describe-categories):
18700 * help.el (view-lossage, describe-bindings, describe-key)
18701 (describe-mode):
18702 * hexl.el (hexl-current-address):
18703 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18704 * info.el (Info-goto-emacs-key-command-node):
18705 * log-edit.el (log-edit-insert-cvs-template)
18706 (log-edit-insert-cvs-rcstemplate):
18707 * menu-bar.el (menu-bar-mode):
18708 * mouse.el (mouse-appearance-menu):
18709 * newcomment.el (comment-indent-new-line):
18710 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18711 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18712 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18713 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18714 * recentf.el (recentf-mode):
18715 * savehist.el (savehist-mode, savehist-save):
18716 * shadowfile.el (shadow-copy-files):
18717 * simple.el (kill-ring-save, next-line, previous-line)
18718 (normal-erase-is-backspace-mode):
18719 * strokes.el (strokes-update-window-configuration)
18720 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18721 (strokes-xpm-for-stroke):
18722 * time.el (emacs-uptime, emacs-init-time):
18723 * tutorial.el (tutorial--describe-nonstandard-key)
18724 (tutorial--detailed-help):
18725 * type-break.el (type-break-mode)
18726 (type-break-mode-line-message-mode, type-break-query-mode)
18727 (type-break-guesstimate-keystroke-threshold):
18728 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18729 * version.el (emacs-version):
18730 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18731 * winner.el (winner-mode):
18732 * calendar/timeclock.el (timeclock-in, timeclock-out)
18733 (timeclock-status-string, timeclock-change)
18734 (timeclock-workday-remaining-string)
18735 (timeclock-workday-elapsed-string)
18736 (timeclock-when-to-leave-string):
18737 * calendar/todo-mode.el (todo-add-category):
18738 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18739 * emacs-lisp/autoload.el (update-file-autoloads):
18740 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18741 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18742 (checkdoc-message-text, checkdoc-defun):
18743 * emacs-lisp/debug.el (debugger-list-functions):
18744 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18745 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18746 (eieio-describe-generic):
18747 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18748 * emacs-lisp/shadow.el (list-load-path-shadows):
18749 * emulation/cua-base.el (cua-mode):
18750 * emulation/edt.el (edt-set-scroll-margins):
18751 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18752 (tpu-toggle-regexp, tpu-toggle-search-direction)
18753 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18754 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18755 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18756 (viper-set-parsing-style-toggling-macro)
18757 (viper-set-emacs-state-searchstyle-macros):
18758 * emulation/viper.el (viper-set-hooks):
18759 * eshell/esh-mode.el (eshell-truncate-buffer):
18760 * international/mule-cmds.el (prefer-coding-system)
18761 (describe-input-method, describe-language-environment):
18762 * international/mule-diag.el (list-character-sets)
18763 (describe-character-set, describe-coding-system)
18764 (describe-fontset, list-fontsets, list-input-methods):
18765 * mail/sendmail.el (mail-signature):
18766 * net/ange-ftp.el (ange-ftp-copy-file):
18767 * net/browse-url.el (browse-url):
18768 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18769 * net/quickurl.el (quickurl-add-url):
18770 * net/rcirc.el (names, topic):
18771 * net/xesam.el (xesam-mode):
18772 * play/5x5.el (5x5-new-game):
18773 * play/yow.el (apropos-zippy):
18774 * progmodes/ada-mode.el (ada-mode-version):
18775 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18776 (f90-end-of-block)
18777 (f90-beginning-of-block):
18778 * progmodes/fortran.el (fortran-end-of-block)
18779 (fortran-beginning-of-block):
18780 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18781 * progmodes/python.el (python-describe-symbol, python-shell):
18782 * term/ns-win.el (ns-print-buffer):
18783 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18784 * textmodes/flyspell.el (flyspell-mode-on):
18785 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18786 (pages-directory-for-addresses):
18787 * textmodes/table.el (table-recognize-cell)
18788 (table-query-dimension, table-generate-source)
18789 (table-insert-sequence, table--warn-incompatibility):
18790 * textmodes/tex-mode.el (tex-validate-buffer):
18791 * textmodes/texinfmt.el (texinfmt-version)
18792 (texinfo-format-buffer):
18793 Use `called-interactively-p' instead of `interactive-p'.
18794
12a3c28c
JB
187952009-10-02 Juanma Barranquero <lekktu@gmail.com>
18796
18797 * image-mode.el (image-toggle-display):
18798 * emacs-lisp/elp.el (elp-instrument-function):
18799 * emacs-lisp/advice.el (ad-make-advised-definition):
18800 * emacs-lisp/easy-mmode.el (define-minor-mode):
18801 * net/browse-url.el (browse-url-maybe-new-window):
18802 * progmodes/sh-script.el (sh-learn-buffer-indent):
18803 Pass new argument 'any to `called-interactively-p'.
18804
171fda8a
JB
188052009-10-01 Juanma Barranquero <lekktu@gmail.com>
18806
171fda8a
JB
18807 * international/uni-bidi.el:
18808 * international/uni-category.el:
18809 * international/uni-combining.el:
18810 * international/uni-comment.el:
18811 * international/uni-decimal.el:
9c3c9fdf 18812 * international/uni-decomposition.el:
171fda8a
JB
18813 * international/uni-digit.el:
18814 * international/uni-lowercase.el:
18815 * international/uni-mirrored.el:
18816 * international/uni-name.el:
18817 * international/uni-numeric.el:
18818 * international/uni-old-name.el:
18819 * international/uni-titlecase.el:
18820 * international/uni-uppercase.el:
18821 Regenerate from Unicode 5.2.0 data.
18822
dcb9734a
GM
188232009-10-01 Glenn Morris <rgm@gnu.org>
18824
18825 * Makefile.in (ELCFILES): Regenerate.
18826
ced10a4c
SM
188272009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18828
9d28c33e
SM
18829 * subr.el (interactive-p): Mark obsolete.
18830 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18831 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18832 advertised-signature-table for subroutines as well.
18833
ced10a4c
SM
18834 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18835 (set-advertised-calling-convention): New function.
18836 (make-obsolete, define-obsolete-function-alias)
18837 (make-obsolete-variable, define-obsolete-variable-alias):
18838 Make the optional-ness of `when' obsolete.
18839 (define-obsolete-face-alias): Make `when' non-optional.
18840 * help-fns.el (help-function-arglist):
18841 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18842 Use advertised-signature-table.
18843
cc3dda16
MA
188442009-10-01 Michael Albinus <michael.albinus@gmx.de>
18845
18846 * files.el (delete-directory): New defun. The original function
18847 in fileio.c has been renamed to `delete-directory-internal'.
18848
18849 * dired.el (dired-delete-file): Call `delete-directory' with
18850 RECURSIVE parameter.
18851
5ce6e4f4 18852 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18853 parameter RECURSIVE. Implementation is missing.
18854
18855 * net/tramp.el (tramp-handle-make-directory): Flush upper
18856 directory's file properties.
ced10a4c 18857 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18858 (tramp-handle-dired-recursive-delete-directory): Flush directory
18859 properties after the remove command only.
18860
ced10a4c
SM
18861 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18862 Handle optional parameter RECURSIVE.
cc3dda16 18863
ced10a4c
SM
18864 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18865 Handle optional parameter RECURSIVE.
cc3dda16
MA
18866
18867 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18868 connection timeout.
18869 (tramp-smb-handle-delete-directory): Handle optional parameter
18870 RECURSIVE.
18871
cf885595
SM
188722009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18873
e3a6b82f
SM
18874 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18875 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18876 (byte-compile-defmacro): Use backquotes.
18877
7201bfbb
SM
18878 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18879
cf885595
SM
18880 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18881 has no associated file.
18882 (vc-resynch-buffer): Use vc-dir-buffers.
18883
a4d2c321
GM
188842009-10-01 Glenn Morris <rgm@gnu.org>
18885
9ffe3f52
GM
18886 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18887 (chart-file-count):
18888 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18889 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18890 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18891 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18892 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18893 (eieio-copy-parents-into-subclass, make-instance, class-children)
18894 (eieio-generic-form):
bd2afec2 18895
9515cdcc
GM
18896 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18897 match-data. (Bug#4555).
18898
a4d2c321
GM
18899 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18900 rather than parsing it as a regexp. This relaxes the layout
18901 requirements and makes errors easier to detect.
18902 (check-declare-verify): Check file is regular.
18903 (check-declare-directory): Doc fix.
18904 * subr.el (declare-function): Doc fix.
18905
b15c31c7
GM
18906 * ibuffer.el (ibuffer-format-qualifier):
18907 * isearch.el (hi-lock-regexp-okay):
18908 * calc/calc.el (math-zerop):
18909 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18910 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18911 Remove unused declarations.
18912
b0b111c3
JB
189132009-09-30 Eric Ludlam <zappo@gnu.org>
18914
18915 * emacs-lisp/eieio.el (boolean-p): Delete.
18916
1fc28a2c
GM
189172009-09-30 Glenn Morris <rgm@gnu.org>
18918
1fc28a2c
GM
18919 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18920
494f4fc7
GM
18921 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18922 filename is not a string.
18923
561580e9
CY
189242009-09-29 Chong Yidong <cyd@stupidchicken.com>
18925
18926 * files.el (safe-local-eval-forms): Fix typo.
18927
dcbbecd4
SM
189282009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18929
18930 * vc-hooks.el (vc-dir-buffers): New var.
18931 (vc-state-refresh): New function.
18932 (vc-state): Use it.
18933 (vc-after-save): Always ask the backend to recompute the new state.
18934 Always call vc-dir if necessary, using vc-dir-buffers.
18935 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18936 Use vc-dir-buffers.
18937 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18938 (vc-dir-prepare-status-buffer, vc-dir-update)
18939 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18940 Don't call expand-file-name on default-directory.
18941
d88444f2
JB
189422009-09-29 Juanma Barranquero <lekktu@gmail.com>
18943
18944 * speedbar.el (speedbar-item-delete):
18945 * calc/calc-prog.el (calc-kbd-if):
18946 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18947
18948 * epa.el (epa-key-list-mode-map):
18949 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18950
18951 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18952 (hs-show-hook): Fix typo in docstring.
18953
5da62d41
GM
189542009-09-29 Glenn Morris <rgm@gnu.org>
18955
8360fce0
GM
18956 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18957 file-name-nondirectory call preventing location of cedet files.
18958 (check-declare-verify): Use literal search rather than re-search.
ae715515 18959 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18960
18961 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18962 Use tramp-compat-file-attributes rather than nonexistent
18963 tramp-compat-handle-file-attributes.
18964
5da62d41
GM
18965 * Makefile.in (lisptagsfiles4): New.
18966 (AUTOGENEL): Add cedet loaddefs files.
18967 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18968 (update-elclist, compile-always, backup-compiled-files)
18969 (bootstrap-clean): Add yet another directory level.
18970 (update-elclist): Use LC_COLLATE rather than COLLATE.
18971 (ELCFILES): Update, via `make update-elclist'.
18972
48267264
JB
189732009-09-29 Juanma Barranquero <lekktu@gmail.com>
18974
18975 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18976 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18977 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18978
2c4cd0b0
AS
189792009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18980
18981 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18982 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18983 (update-elclist): Add third directory level to look for elc files.
18984 (compile-always): Likewise.
18985 (backup-compiled-files): Likewise.
18986 (bootstrap-clean): Likewise.
18987 (ELCFILES): Update.
18988
a2533e47
CY
189892009-09-28 Chong Yidong <cyd@stupidchicken.com>
18990
18991 * Makefile.in (ELCFILES): Add CEDET files.
18992
eefbedb1
MA
189932009-09-28 Michael Albinus <michael.albinus@gmx.de>
18994
18995 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18996
18997 * net/tramp.el (top): Require tramp-imap.
18998
18999 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19000 Use `tramp-compat-handle-file-attributes'.
19001
190022009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
19003
19004 * net/tramp-imap.el: New package.
19005
b0b111c3
JB
190062009-09-28 Eric Ludlam <zappo@gnu.org>
19007
19008 * emacs-lisp/chart.el:
19009 * emacs-lisp/eieio-base.el:
19010 * emacs-lisp/eieio-comp.el:
19011 * emacs-lisp/eieio-custom.el:
19012 * emacs-lisp/eieio-datadebug.el:
19013 * emacs-lisp/eieio-opt.el:
19014 * emacs-lisp/eieio-speedbar.el:
19015 * emacs-lisp/eieio.el: New files.
19016
748e3d67
VJL
190172009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19018
19019 * whitespace.el (whitespace-trailing-regexp)
19020 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19021 Fix doc string.
19022
15120dec
CY
190232009-09-27 Chong Yidong <cyd@stupidchicken.com>
19024
19025 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19026 menu.
19027
19028 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19029 menu-bar-ediff-menu.
19030
19031 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19032 define-overloadable-function.
19033
19034 * progmodes/autoconf.el: Provide autoconf as well, so that this
19035 file can be `require'd.
19036
19037 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19038
19039 * emacs-lisp/autoload.el (generated-autoload-feature)
19040 (generated-autoload-load-name): New vars.
19041 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19042 (make-autoload): Recognize define-overloadable-function and
19043 defclass forms (for EIEIO).
19044
19045 * Makefile.in (update-subdirs): Exclude cedet directory.
19046
135abf91
AR
190472009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19048
1becddbb 19049 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
19050
19051 * faces.el: Default light-background background for region face to
19052 ns_selection_color under NS.
19053
3d994264
TZ
190542009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19055
19056 * net/imap-hash.el: New library, see NEWS.
19057
19058 * Makefile.in (ELCFILES): Add imap-hash.el.
19059
ce9a0ccb
SM
190602009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19061
19062 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19063 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19064 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19065 definition where the docstring could be taken for the return value.
19066
a92cdd49
GM
190672009-09-26 Glenn Morris <rgm@gnu.org>
19068
19069 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19070 Add option to only show images below a certain size.
19071 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19072 save-excursion calls.
19073
416ac2f1
EZ
190742009-09-26 Eli Zaretskii <eliz@gnu.org>
19075
19076 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19077 subdirectories) and eieio.
19078
d9a13f68
AM
190792009-09-26 Alan Mackenzie <acm@muc.de>
19080
6a7662bb
BR
19081 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19082 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
19083
19084 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 19085 character constants (as case labels). (Bug#4289)
d9a13f68 19086
182b3bec
CY
190872009-09-25 Juri Linkov <juri@jurta.org>
19088
19089 * files.el (safe-local-eval-forms): Allow time-stamp in
19090 before-save-hook (Bug#4554).
19091
8f75f2da
JB
190922009-09-25 Drew Adams <drew.adams@oracle.com>
19093
19094 * menu-bar.el (list-buffers-directory): Doc fix.
19095
8390fb80
SM
190962009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19097
19098 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19099 Try and avoid copying twice the same paragraph.
19100 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19101 Remove save-excursion.
19102 (log-edit-changelog-entry): Do it here instead.
19103
11ee8d90
JB
191042009-09-25 Juanma Barranquero <lekktu@gmail.com>
19105
027b1942
JB
19106 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19107 when available, instead of hardcoding mode names. Doc fix.
19108
11ee8d90
JB
19109 * menu-bar.el (list-buffers-directory): Add docstring.
19110 Make automatically buffer-local.
19111
19112 * dired.el (dired-mode):
19113 * files.el (cd-absolute):
19114 * pcvs.el (cvs-temp-buffer):
19115 * pcvs-util.el (cvs-get-buffer-create):
19116 * shell.el (shell-mode):
19117 * vc-dir.el (vc-dir-mode):
19118 Don't make `list-buffers-directory' buffer local.
19119
21289c5d
CY
191202009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19121
8390fb80
SM
19122 * comint.el (comint-exec, comint-run, make-comint):
19123 Doc fixes (Bug#4542).
21289c5d 19124
e8652dd9
GM
191252009-09-25 Glenn Morris <rgm@gnu.org>
19126
19127 * mail/rmailmm.el (rmail-mime): New custom group.
19128 Move all defcustoms in this file into this group.
19129 (rmail-mime-media-type-handlers-alist): Revert previous change.
19130 (rmail-mime-show-images): New option.
19131 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19132 references to it, since it wasn't actually used for anything.
19133 (rmail-mime-insert-image): New function.
19134 (rmail-mime-image): Use rmail-mime-insert-image.
19135 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
19136 obey the value of `rmail-mime-show-images' option. Print the size of
19137 attachments.
e8652dd9 19138
fb652bb5
JB
191392009-09-25 David Engster <deng@randomsample.de>
19140
19141 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19142
32a9841c
VJL
191432009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19144
19145 * whitespace.el: Does not highlight trailing spaces While point is
19146 at end of line. Does not highligt spaces at beginning of buffer
19147 while point is at beginning of buffer. Does not highlight spaces
19148 at end of buffer while point is at end of buffer. (Bug#4177)
19149 New version 12.0.
19150 (whitespace-display-mappings): Adjust initialization.
19151 (whitespace-point, whitespace-font-lock-refontify): New vars.
19152 (whitespace-color-on, whitespace-color-off): Adjust code.
19153 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19154 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19155 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19156
e477ca84
CY
191572009-09-24 Chong Yidong <cyd@stupidchicken.com>
19158
19159 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19160
19161 * textmodes/sgml-mode.el: Remove xml-mode alias.
19162
19163 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 19164 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 19165
68712602
AM
191662009-09-24 Alan Mackenzie <acm@muc.de>
19167
19168 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19169 c-forward-conditionals, but it doesn't move point and doesn't set
19170 the mark.
19171 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19172 (c-down-conditional-with-else, c-backward-conditional)
19173 (c-forward-conditional): Refactor to use c-scan-conditionals.
19174
1659ada0
JB
191752009-09-24 Juanma Barranquero <lekktu@gmail.com>
19176
19177 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19178 (help-default-arg-highlight): Remove.
19179 (help-highlight-arg): New function.
19180 (help-do-arg-highlight): Use it.
19181 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19182
b3f01e46
SM
191832009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19186 Undo last change, which didn't fix the problem and introduced others.
19187
107ef54a
NR
191882009-09-24 Nick Roberts <nickrob@snap.net.nz>
19189
19190 * progmodes/gdb-mi.el: Don't require speedbar.
19191 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19192
ffa1fed6
GM
191932009-09-24 Glenn Morris <rgm@gnu.org>
19194
2157a2be
GM
19195 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19196
6125167c
GM
19197 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19198
ffa1fed6
GM
19199 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19200 there is no newline after the final mime boundary. (Bug#4539)
19201 Move markers on insertion so that any buttons inserted don't end up in
19202 the next part of a multipart message.
2e9075d3
GM
19203 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19204 (rmail-mime-bulk-handler): Optionally handle images.
19205 (rmail-mime-image): New button action.
19206 (rmail-mime-image-handler): New function.
19207 (rmail-mime-mode): New mode.
19208 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 19209
4a814992
SM
192102009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19211
075518b5
SM
19212 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19213 than just dropping elements from it (bug#4504).
19214
8ad2defc
SM
19215 * term.el (term-set-scroll-region): Don't move cursor any more.
19216 (term-handle-ansi-escape): Call term-goto here instead.
19217 Suggested by Ivan Kanis <apple@kanis.eu>.
19218
4a814992
SM
19219 * term.el: Require CL.
19220 (term-ansi-reset): New function.
19221 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19222 (term-handle-colors-array): Simplify.
19223
5a0c3f56
JB
192242009-09-24 Juanma Barranquero <lekktu@gmail.com>
19225
19226 * allout.el (allout-overlay-interior-modification-handler)
19227 (allout-obtain-passphrase):
19228 * epa-file.el (epa-file-write-region):
19229 * ps-print.el (ps-begin-job):
19230 * vc-hooks.el (vc-toggle-read-only):
19231 * vc-rcs.el (vc-rcs-rollback):
19232 * vc-sccs.el (vc-sccs-rollback):
19233 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19234 (vc-version-diff, vc-revert, vc-rollback):
19235 * wdired.el (wdired-check-kill-buffer):
19236 * emacs-lisp/authors.el (authors):
19237 * net/socks.el (socks-open-connection):
19238 * net/zeroconf.el (zeroconf-service-add-hook):
19239 * obsolete/vc-mcvs.el (vc-mcvs-register):
19240 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19241 (gdb-select-frame):
19242 * progmodes/grep.el (lgrep, rgrep):
19243 * progmodes/idlw-help.el (idlwave-help-check-locations)
19244 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19245 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19246 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19247 (reftex-toc-rename-label): Fix typos in error messages.
19248
19249 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19250 (dired-copy-how-to-fn): Doc fix.
19251 (dired-files-attributes, dired-read-shell-command):
19252 Fix typos in docstrings.
19253
19254 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19255 (dired-x-find-file-other-window): Reflow docstrings.
19256 (dired-omit-marker-char, dired-read-shell-command)
19257 (dired-x-submit-report): Fix typos in docstrings.
19258
19259 * shell.el (shell-mode-hook):
19260 * view.el (View-scroll-line-forward):
19261 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19262 Fix typos in docstrings.
19263
19264 * net/dig.el (dig-invoke): Fix typo in docstring.
19265 (query-dig): Reflow docstring.
19266
19267 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19268 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19269 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19270 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19271 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19272 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19273 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19274 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19275 (idlwave-completion-map, idlwave-current-indent)
19276 (idlwave-custom-ampersand-surround, idlwave-customize)
19277 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19278 (idlwave-define-abbrev, idlwave-determine-class-special)
19279 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19280 (idlwave-end-block-reg, idlwave-end-of-statement)
19281 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19282 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19283 (idlwave-explicit-class-listed, idlwave-file-header)
19284 (idlwave-fill-paragraph, idlwave-find-class-definition)
19285 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19286 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19287 (idlwave-in-quote, idlwave-indent-action-table)
19288 (idlwave-indent-expand-table, idlwave-indent-line)
19289 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19290 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19291 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19292 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19293 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19294 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19295 (idlwave-outlawed-buffers, idlwave-popup-select)
19296 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19297 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19298 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19299 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19300 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19301 (idlwave-statement-type, idlwave-struct-skip)
19302 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19303 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19304 (idlwave-what-module-find-class): Fix typos in docstrings.
19305 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19306 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19307 (idlwave-find-module, idlwave-find-structure-definition)
19308 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19309 (idlwave-list-load-path-shadows, idlwave-next-statement)
19310 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19311 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19312 (idlwave-template): Reflow docstrings.
19313
19314 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19315 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19316 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19317 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19318 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19319 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19320 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19321 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19322 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19323 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19324 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19325 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19326 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19327 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19328 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19329 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19330 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19331 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19332 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19333 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19334 Fix typos in docstrings.
19335 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19336 (idlwave-shell-hide-output, idlwave-shell-mode)
19337 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19338 Reflow docstrings.
19339
19340 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19341
62136c5d
SM
193422009-09-24 Ivan Kanis <apple@kanis.eu>
19343
19344 * term.el (term-bold-attribute): New var.
19345 (term-handle-colors-array): Use it.
19346
9c1a45ed
NR
193472009-09-23 Nick Roberts <nickrob@snap.net.nz>
19348
19349 * progmodes/gdb-mi.el (gdb-version): New variable.
19350 (gdb-non-stop-handler): Set gdb-version.
19351 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19352 Condition "--thread" option on gdb-version.
19353 (gdb-invalidate-threads): Remove unused argument.
19354
03304f31
SM
193552009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19356
19357 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19358 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19359
4f02f0c9
GM
193602009-09-23 Glenn Morris <rgm@gnu.org>
19361
19362 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19363 replying to mail without References or Message-Id. (Bug#4525)
19364
a3b4b363
AR
193652009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19366
19367 * term/ns-win.el (ns-reg-to-script): New variable.
19368
7bda18cc
DU
193692009-09-23 Daiki Ueno <ueno@unixuser.org>
19370
19371 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19372
72169e55
SS
193732009-09-22 Sam Steingold <sds@gnu.org>
19374
19375 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19376 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19377 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19378 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19379
905b7d38
SM
193802009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19381
b0459dec
SM
19382 * textmodes/fill.el: Convert to utf-8 encoding.
19383 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19384 pre-Unicode days.
b0459dec 19385
905b7d38
SM
19386 * add-log.el (change-log-fill-forward-paragraph): New function.
19387 (change-log-mode): Use it so fill-region DTRT.
19388 Set fill-indent-according-to-mode here rather than in
19389 change-log-fill-paragraph.
19390 (change-log-fill-paragraph): Remove.
19391
baa7f3de
JB
193922009-09-22 Juanma Barranquero <lekktu@gmail.com>
19393
19394 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19395 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19396
a8d789f0
GM
193972009-09-22 Glenn Morris <rgm@gnu.org>
19398
daedbbc2
GM
19399 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19400 the scroll-bar scroll the calendar window rather than the buffer.
19401
d8899a74
GM
19402 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19403 commands that move point (as opposed to scrolling).
19404
a8d789f0
GM
19405 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19406
19407 * emacs-lisp/elint.el (elint): New custom group.
19408 (elint-log-buffer): Make it a defcustom.
19409 (elint-scan-preloaded, elint-ignored-warnings)
19410 (elint-directory-skip-re): New options.
19411 (elint-builtin-variables): Doc fix.
19412 (elint-preloaded-env): New variable.
19413 (elint-unknown-builtin-args): Add an entry for encode-time.
19414 (elint-extra-errors): Make it a variable rather than a constant.
19415 (elint-preloaded-skip-re): New constant.
19416 (elint-directory): Skip files matching elint-directory-skip-re.
19417 (elint-features): New variable, local to linted buffers.
19418 (elint-update-env): Initialize elint-features. Possibly add
19419 elint-preloaded-env to the buffer's environment.
19420 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19421 Skip quoted forms.
19422 (elint-init-form): New function, extracted from elint-init-env.
19423 Make non-list forms a warning rather than an error.
19424 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19425 easy-menu-define, put that adds an error-condition, and provide.
19426 When requiring cl, also require cl-macs. Really require cl, to handle
19427 some cl macros. Store required libraries in the list elint-features,
19428 so as not to re-load them. Treat cc-require like require.
19429 (elint-init-env): Call elint-init-form to do the work.
19430 Handle eval-and-compile and such like.
19431 (elint-add-required-env): Do not clear messages.
19432 (elint-special-forms): Add handlers for function, defalias, if, when,
19433 unless, and, or.
19434 (elint-form): Add optional argument to ignore elint-special-forms,
19435 useful to prevent recursive calls from handlers. Doc fix.
19436 Respect elint-ignored-warnings.
19437 (elint-form): Respect elint-ignored-warnings.
19438 (elint-bound-variable, elint-bound-function): New variables.
19439 (elint-unbound-variable): Respect elint-bound-variable.
19440 (elint-get-args): Respect elint-bound-function.
19441 (elint-check-cond-form): Add some simple handling for (f)boundp and
19442 featurep tests.
19443 (elint-check-defalias-form): New handler.
19444 (elint-check-let-form): Make an empty let a warning rather than an
19445 error.
19446 (elint-check-setq-form): Make an empty setq a warning rather than an
19447 error. Respect elint-ignored-warnings.
19448 (elint-check-defvar-form): Accept null doc-strings.
19449 (elint-check-conditional-form): New handler. Does some simple-minded
19450 checking of featurep and (f)boundp tests.
19451 (elint-put-function-args): New function.
19452 (elint-initialize): Use elint-scan-doc-file rather than
19453 elint-find-builtin-variables. Use elint-put-function-args.
19454 Possibly scan preloaded-file-list.
19455 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19456 extend to handle functions as well.
19457
245be23c
JB
194582009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19459
19460 * linum.el (linum-delete-overlays, linum-update-window):
19461 Do not modify the right margin. (Bug#3971)
19462
91fdbd6f
CY
194632009-09-21 Chong Yidong <cyd@stupidchicken.com>
19464
6a7662bb
BR
19465 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19466 Use nxml-mode instead of xml-mode.
91fdbd6f 19467
7589d38e
JB
194682009-09-21 Kevin Ryde <user42@zip.com.au>
19469
19470 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19471
5ac42715
SM
194722009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19473
19474 * net/dig.el (dig-mode): Use define-derived-mode.
19475
09c01323
DN
194762009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19477
4096c5f2
DN
19478 * vc-dispatcher.el (vc-do-command): Return the process object in
19479 the asynchronous case. Use when instead of if. Do not run
5480359e 19480 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19481
0e172cc2
DN
19482 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19483 properties to the stash strings.
19484 (vc-git-stash-list): Return a list of strings.
19485 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19486 (vc-git-stash-show-at-point): New functions.
19487 (vc-git-stash-map): New keymap.
19488
03304f31
SM
19489 * register.el (ctl-x-r-map): Define the keys here instead of
19490 using autoload.
09c01323 19491
03304f31 194922009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19493
19494 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19495 list, to workaround performance problem (bug#4485).
19496
2f5fc4d7
NR
194972009-09-20 Nick Roberts <nickrob@snap.net.nz>
19498
19499 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19500
b0f5fd2e
DU
195012009-09-20 Daiki Ueno <ueno@unixuser.org>
19502
19503 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19504 Document that this option is not recommended to use.
19505
f3445fab
GM
195062009-09-19 Glenn Morris <rgm@gnu.org>
19507
547c6921
GM
19508 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19509 variable `var'.
19510
f3445fab
GM
19511 * calc/calc-alg.el (var):
19512 * calc/calcalg2.el (var): Define for compiler.
19513
946c009b
CY
195142009-09-19 Chong Yidong <cyd@stupidchicken.com>
19515
e3f36d03
SM
19516 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19517 Doc fix (Bug#3932).
e2045997 19518
24aedbca
CY
19519 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19520
327dd27a
CY
19521 * time-stamp.el (time-stamp-month-dd-yyyy)
19522 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19523 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19524 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19525 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19526 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19527
946c009b
CY
19528 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19529 indent buffer only if called interactively (Bug#4452).
19530
3e70541a 195312009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19532 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19533
19534 This fixes bug#4197 (merged to bug#865, though not identical).
19535 * server.el (server-auth-dir): Add docstring note about FAT32.
19536 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19537 but warn against using them.
19538
9b94c32e
NR
195392009-09-19 Nick Roberts <nickrob@snap.net.nz>
19540
19541 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19542 older GDB where there is no has_more field.
19543
66590684
GM
195442009-09-19 Glenn Morris <rgm@gnu.org>
19545
19546 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19547
9a1337f9
CY
195482009-09-18 Chong Yidong <cyd@stupidchicken.com>
19549
19550 * files.el (auto-mode-alist): Change default for XML files to nXML
19551 mode (Bug#4169).
19552
d7554167
JB
195532009-09-18 Juanma Barranquero <lekktu@gmail.com>
19554
19555 * server.el (server-ensure-safe-dir): Pass 'integer
19556 to `file-attributes', as suggested.
19557
35a3f9a4
SM
195582009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19559
19560 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19561 (dired-query): Use read-key.
19562
044f9b05
AR
195632009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19564
19565 * cus-start.el (ns-use-qd-smoothing): Remove.
19566
6188ea49
GM
195672009-09-18 Glenn Morris <rgm@gnu.org>
19568
08cf18e4
GM
19569 * allout.el (top-level): Remove unnecessary progn.
19570
07eae5c5
GM
19571 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19572
6726c25e
GM
19573 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19574 definition of abbrev table.
19575
3f527154 19576 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19577 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19578 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19579 * net/newst-backend.el (newsticker--cache-read-feed):
19580 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19581 condition-case handlers.
19582
ccb4c30c
NR
195832009-09-18 Nick Roberts <nickrob@snap.net.nz>
19584
19585 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19586 (gdb-var-list): Add an element for has_more field.
19587 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19588 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19589 (gdb-var-update-handler-1): Parse output of dynamic variable
19590 objects (STL containers).
19591 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19592 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19593
19594 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19595 gdb-var-list.
19596 (gud-speedbar-buttons): Make node expandable if expression "has more"
19597 children.
19598
8686ac71
JB
195992009-09-17 Juanma Barranquero <lekktu@gmail.com>
19600
19601 * startup.el (emacs-quick-startup): Remove variable and all uses.
19602 (command-line): Set `inhibit-x-resources' instead.
19603 (command-line-1): Use `inhibit-x-resources' instead.
19604
a69c67e8
CY
196052009-09-17 Chong Yidong <cyd@stupidchicken.com>
19606
19607 * subr.el: Fix last change to avoid using the `unless' macro,
19608 which breaks bootstrapping.
19609
354f0faf
SM
196102009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19611
19612 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19613 extended definitions, in case we reload subr.el after having
19614 loaded CL.
19615 (eval-next-after-load): Mark as obsolete.
19616
98b9bf40
JL
196172009-09-17 Juri Linkov <juri@jurta.org>
19618
19619 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19620 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19621 (menu-bar-showhide-menu, menu-bar-tools-menu)
19622 (menu-bar-describe-menu, menu-bar-help-menu)
19623 (minibuffer-local-completion-map, minibuffer-local-map):
19624 Fix list quoting.
19625
28fab7b5
GM
196262009-09-17 Glenn Morris <rgm@gnu.org>
19627
88d5190c
GM
19628 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19629 arguments, whether or not it has a handler.
19630
74f24ba7
GM
19631 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19632
28fab7b5
GM
19633 * simple.el (hard-newline): Give it a doc-string.
19634
a8106aec
GM
19635 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19636 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19637
76251ad7
DN
196382009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19639
72033dbe
DN
19640 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19641 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19642 (menu-bar-options-menu, menu-bar-showhide-menu)
19643 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19644 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19645 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19646 (menu-bar-options-menu, menu-bar-tools-menu)
19647 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19648 (menu-bar-help-menu):
19649 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19650 string arguments.
19651
76251ad7
DN
19652 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19653 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19654 calls for the menu names and :help.
19655
97b952b7
SM
196562009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19657
19658 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19659 to :minor-mode-function (bug#4455).
19660
8f38189e
SM
196612009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19662
d2fd733e
SM
19663 * startup.el (command-line): Initialize the window-system after
19664 processing the command-line.
19665
8f38189e
SM
19666 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19667 page-delimiter matches the empty string.
19668
77564fa4
GM
196692009-09-16 Glenn Morris <rgm@gnu.org>
19670
19671 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19672 byte-compile-not-obsolete-var. It's a list now.
19673 (byte-compile-not-obsolete-funcs): New variable.
19674 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19675 byte-compile-not-obsolete-funcs.
19676 (byte-compile-variable-ref, byte-compile-defvar): Update for
19677 byte-compile-not-obsolete-vars name-change and list nature.
19678 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19679 and variables behind (f)boundp tests.
19680 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19681
79d316d3
DN
196822009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19683
19684 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19685
8fed6934
SM
196862009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19687
19688 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19689 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19690 Don't autoload.
19691
4078fd57
SE
196922009-09-15 Stephen Eglen <stephen@gnu.org>
19693
19694 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19695 the virtual-buffers, use the name of the buffer specified by
4078fd57 19696 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19697 problem if the target and the symlink had different names.)
4078fd57 19698
838ff458
SM
196992009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19700
b3c7c12d
SM
19701 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19702
13dc2bc2
SM
19703 * desktop.el (desktop-path): Check user-emacs-directory.
19704
49fec531
SM
19705 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19706
0e328d37
SM
19707 * loadup.el: Use after-load-functions to GC after loading each file.
19708 Remove the explicit GC calls that used to be sprinkled around.
19709
838ff458
SM
19710 * subr.el (after-load-functions): New hook.
19711 (do-after-load-evaluation): Run it. Use string-match-p to detect
19712 `obsolete' packages, rather than painfully extracting the relevant
19713 directory name.
19714
a62f564f
GM
197152009-09-15 Glenn Morris <rgm@gnu.org>
19716
19717 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19718 free variable `doc'.
19719
19720 * dired.el (dired-mode-map): Add menu entry for async shell command.
19721
19722 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19723 variables, also consider the .elc files, since the .el files are
19724 normally gzipped (subsequent code locates the .el.gz from the .elc).
19725
19726 * calc/calc-prog.el (arglist): Define for compiler.
19727
19728 * calendar/diary-lib.el (diary-display-function): Change the default to
19729 fancy display.
19730 (body): Define for compiler.
19731
19732 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19733 (byte-compile-file-form, byte-compile-lambda)
19734 (byte-compile-top-level-body, byte-compile-form)
19735 (byte-compile-variable-ref, byte-compile-setq)
19736 (byte-compile-setq-default, byte-compile-body)
19737 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19738 (batch-byte-compile): Give some more local variables with common names
19739 a "bytecomp-" prefix to avoid masking warnings about free variables.
19740
cd05fe7f
GM
19741 * startup.el (command-line-1): Give local variables with common names a
19742 distinguishing prefix, so as not to hide free variable warnings during
19743 bootstrap.
19744
a62f564f
GM
19745 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19746 clever and add a suffix to make a unique name, just let the user decide
19747 whether or not to overwrite it. If the input is a directory, write the
19748 default filename to that directory. (Bug#4388)
19749 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19750 is a filename-as-a-directory.
19751
fbc88440
SM
197522009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19753
19754 * textmodes/page.el (what-page): Don't move to beginning of line.
19755 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19756
60308853
DN
197572009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19758
19759 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19760
32ba3abc
DN
197612009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19762
9cd39aff
DN
19763 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19764 * help.el (help-for-help-internal): Add purecopy calls for text.
19765
32ba3abc
DN
19766 * vc.el (top): print-log method now takes an optional SHORTLOG
19767 argument. Add a new method: root.
32ba3abc
DN
19768 (vc-root-diff, vc-print-root-log): New functions.
19769 (vc-log-short-style): New variable.
19770 (vc-print-log-internal): Add support for showing short logs.
19771
19772 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19773 vc-print-root-log and vc-print-root-diff.
19774
19775 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19776 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19777 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19778 short logs.
19779
19780 * vc-cvs.el (vc-cvs-print-log):
19781 * vc-mtn.el (vc-mtn-print-log):
19782 * vc-rcs.el (vc-rcs-print-log):
19783 * vc-sccs.el (vc-sccs-print-log):
19784 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19785 that is ignored for now.
19786
837b0e99
DN
19787 * vc-mtn.el (vc-mtn-annotate-command):
19788 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19789
31cd2dd4
SM
197902009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19791
19792 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19793 to function-key-map, and give them ascii-character property.
19794 * term/x-win.el (x-alternatives-map):
19795 * term/ns-win.el (ns-alternatives-map):
19796 * term/internal.el (msdos-key-remapping-map):
19797 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19798
d62e5bf2
GM
197992009-09-14 Glenn Morris <rgm@gnu.org>
19800
19801 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19802 temp-buffers (2009-09-12).
19803
7d0105e5
SM
198042009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19805
19806 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19807 the new read-key function.
19808
e17ed9ad
CY
198092009-09-13 Chong Yidong <cyd@stupidchicken.com>
19810
19811 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19812 is defined (Bug#4405).
19813
1fc26e29
CY
198142009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19815
19816 * recentf.el (recentf-cleanup): Use a hash table to find
19817 duplicates (Bug#4407).
19818
61dc96a2 198192009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19820
19821 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19822 kp-0 to ascii equivalents (Bug#4325).
19823
42c3a9e3
CY
198242009-09-13 Chong Yidong <cyd@stupidchicken.com>
19825
1f5c1626
CY
19826 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19827
42c3a9e3 19828 * eshell/em-hist.el:
31cd2dd4
SM
19829 * eshell/em-dirs.el (eshell-complete-user-reference):
19830 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19831
198322009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19833
19834 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19835 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19836 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19837 * eshell/em-hist.el (eshell-history-file-name):
19838 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19839
1e2b6acf
GM
198402009-09-13 Glenn Morris <rgm@gnu.org>
19841
19842 * ediff-merg.el (ediff-do-merge):
19843 * filesets.el (filesets-run-cmd):
19844 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19845 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19846 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19847 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19848 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19849 Replace empty `let's with `progn'.
19850
adba8116
SM
198512009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19852
19853 * mail/sendmail.el (send-mail-function):
19854 * tooltip.el (tooltip-mode):
19855 * simple.el (transient-mark-mode):
19856 * rfn-eshadow.el (file-name-shadow-mode):
19857 * frame.el (blink-cursor-mode):
19858 * font-core.el (global-font-lock-mode):
19859 * files.el (temporary-file-directory)
19860 (small-temporary-file-directory, auto-save-file-name-transforms):
19861 * epa-hook.el (auto-encryption-mode):
19862 * composite.el (global-auto-composition-mode):
19863 Use custom-initialize-delay.
19864 * startup.el (command-line): Don't explicitly call
19865 custom-reevaluate-setting for all the above vars.
19866 * custom.el (custom-initialize-safe-set)
19867 (custom-initialize-safe-default): Delete.
19868
0a4afea9
SM
198692009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19870
9f94990d
SM
19871 * term/x-win.el (x-initialize-window-system):
19872 * term/w32-win.el (w32-initialize-window-system):
19873 * term/ns-win.el (ns-initialize-window-system): Don't call
19874 mouse-wheel-mode since it's enabled globally by default already.
19875
0a4afea9
SM
19876 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19877 actually define the variable, but only silences the byte-compiler.
19878 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19879 before looking it up.
19880 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19881 is changed.
19882
bf01513f
GM
198832009-09-12 Glenn Morris <rgm@gnu.org>
19884
19885 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19886 1000.
19887 (elint-add-required-env): Don't beep on error.
19888 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19889 (elint-init-env): Skip non-list forms.
19890 (elint-log): Handle unknown file positions.
bf01513f 19891
d85889e4
DU
198922009-09-12 Daiki Ueno <ueno@unixuser.org>
19893
19894 * epg.el (epg-make-context): Add autoload cookie.
19895 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19896 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19897 (epg-verify-string, epg-start-sign, epg-sign-file)
19898 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19899 (epg-encrypt-string, epg-start-export-keys)
19900 (epg-export-keys-to-file, epg-export-keys-to-string)
19901 (epg-start-import-keys, epg-import-keys-from-file)
19902 (epg-import-keys-from-string, epg-start-receive-keys)
19903 (epg-receive-keys, epg-import-keys-from-server)
19904 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19905 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19906 (epg-generate-key-from-file, epg-generate-key-from-string):
19907 Remove autoload cookie.
d85889e4 19908
8f825ee6
EZ
199092009-09-12 Eli Zaretskii <eliz@gnu.org>
19910
36b434ee
EZ
19911 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19912 reevaluation of trash-directory.
19913
8f825ee6
EZ
19914 * mwheel.el: Fix last change.
19915 (mouse-wheel-mode): New defvar.
19916 (mouse-wheel-mode): Remove autoload cookie.
19917
5766c380
SM
199182009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19919
ab5c0fcd
SM
19920 * mwheel.el (mwheel-installed-bindings): New var.
19921 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19922 the bindings we set last time. Use custom-initialize-delay.
19923 * loadup.el: Load mwheel after term/*-win.el.
19924 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19925 and mouse-wheel-up-event now that their first evaluation is done
19926 sufficiently late to be correct.
19927
45448e64
SM
19928 * startup.el (tutorial-directory): Make it a defcustom.
19929 Use custom-initialize-delay rather than eval-at-startup to set it.
19930 * image.el (image-load-path): Make it a defcustom.
19931 Use custom-initialize-delay rather than eval-at-startup to set it.
19932 * subr.el (eval-at-startup): Remove.
19933 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19934
5766c380
SM
19935 * subr.el (do-after-load-evaluation): Warn the user after loading an
19936 obsolete package.
19937
d6549da4
GM
199382009-09-12 Glenn Morris <rgm@gnu.org>
19939
19940 * proced.el (proced-mark-alt): Remove alias.
19941 (proced-mode-map): Remove proced-mark-alt.
19942
19943 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19944 Elint file and directory. Remove initialization entry.
19945
19946 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19947 commands.
19948 (elint-current-buffer): Set mode-line-process.
19949 (elint-init-env): Handle define-derived-mode.
19950 Fix declare-function with unspecified arglist. Guard against odd
19951 defalias statements (eg iso-insert's 8859-1-map).
19952 (elint-add-required-env): Use a temp buffer.
19953 (elint-form): Just print the function/macro name, not the whole form.
19954 Return env unchanged if we fail to parse a macro.
19955 (elint-forms): Guard against parse errors.
19956 (elint-output): New function, to handle batch mode.
19957 (elint-log-message): Add optional argument. Use elint-output.
19958 (elint-set-mode-line): New function.
19959
30194d4d
CY
199602009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19961
19962 * emacs-lisp/elp.el (elp-not-profilable): Add more
19963 functions (Bug#4233).
19964
a035f9b0
CY
199652009-09-12 Chong Yidong <cyd@stupidchicken.com>
19966
19967 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19968 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19969
dad61164
NR
199702009-09-11 Nick Roberts <nickrob@snap.net.nz>
19971
19972 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19973 (gdb-var-list-children): Use json parsing.
19974
9c3c9fdf 199752009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19976
19977 * progmodes/js.el (js--proper-indentation): Handle the case where
19978 char-before is null. Reported by Deniz Dogan.
19979
b4587710
JB
199802009-09-11 Juanma Barranquero <lekktu@gmail.com>
19981
19982 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19983
13890796
DU
199842009-09-11 Daiki Ueno <ueno@unixuser.org>
19985
19986 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19987 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19988 (epg-context-set-passphrase-callback)
97d4bdba 19989 (epg-context-set-progress-callback): Add description about
b18508dd 19990 callback function.
13890796 19991
2efb64a8
SM
199922009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19993
790d0270
SM
19994 * custom.el (custom-delayed-init-variables): New var.
19995 (custom-initialize-delay): New function.
19996 * startup.el (command-line): "Re"evaluate all vars in
19997 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19998 explicitly any more.
19999 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
20000 to avoid creating a ~/.emacs.d at build-time (bug#4347).
20001
20002 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 20003
ac243a40
NR
200042009-09-11 Nick Roberts <nickrob@snap.net.nz>
20005
20006 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
20007 (gdb-var-update-handler): Use json parsing.
20008
657bc6fc
JB
200092009-09-11 Juanma Barranquero <lekktu@gmail.com>
20010
20011 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20012 decode annotated text, regardless of language environment. (Bug#2741)
20013
b6fe8102
SM
200142009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 * Makefile.in (autoloads): Make rmail.el writable as well.
20017
5cc443fe
GM
200182009-09-11 Glenn Morris <rgm@gnu.org>
20019
5515c54e
GM
20020 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20021 loaddefs.el.
20022 * dired.el: Regenerate with extracted autoloads.
20023 * Makefile.in (autoloads): Make dired.el writable.
20024
15067158
GM
20025 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20026 * ibuffer.el: Regenerate with extracted autoloads.
20027 * Makefile.in (autoloads): Make ibuffer.el writable.
20028
d35d0238
GM
20029 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20030 * version.el (emacs-copyright, emacs-major-version)
20031 (emacs-minor-version): Reformat doc-strings for make-docfile.
20032
5cc443fe
GM
20033 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20034 functions and variables, since they must be stuff specific to some other
20035 platform.
20036 (apropos-print): Make mouse-click message less specific about button.
20037
20038 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20039 that records where a macro was defined.
20040 * help-fns.el (describe-function-1): Mention if a function has a
20041 compiler-macro.
20042 * help-mode.el (help-function-cmacro): New button.
20043
20044 * locate.el (top-level): Always require dired.
20045 (locate-mode-map): Initialize inside the defvar.
20046
20047 * net/ange-ftp.el (dired-compress-file): Declare.
20048 (ange-ftp-dired-compress-file): Add doc string.
20049
20050 * term/ns-win.el (x-display-name, x-setup-function-keys):
20051 Unify doc-strings with X versions.
20052
8cb95edf
SM
200532009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20054
726a4d09
SM
20055 * emulation/crisp.el (crisp-mode-map): Move initialization
20056 into declaration.
20057 (crisp-mode): Use define-minor-mode.
20058
8cb95edf
SM
20059 * progmodes/xscheme.el (xscheme-evaluation-commands):
20060 Put a :advertised-binding property rather than using
20061 advertised-xscheme-send-previous-expression.
20062 (advertised-xscheme-send-previous-expression): Declare obsolete.
20063 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20064 `advertised-undo'.
20065 (crisp-mode): Add corresponding bindings to
20066 undo's :advertised-binding instead.
20067 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20068 than using dired-advertised-find-file.
20069 (dired-advertised-find-file):
20070 * simple.el (advertised-undo):
20071 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20072 (widget-keymap): Put a :advertised-binding property rather
20073 than using advertised-widget-backward.
20074 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20075 than using advertised-undo.
20076 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20077
07db5857
SS
200782009-09-10 Simon South <ssouth@slowcomputing.org>
20079
20080 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20081 Mark mode is enabled and region is active; otherwise indent or
20082 insert TAB as usual.
20083 (delphi-mode): Update description of TAB-key binding.
20084
50d4ba39
SM
200852009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20086
20087 * subr.el (define-key-rebound-commands): Mark obsolete.
20088 * startup.el (precompute-menubar-bindings): Remove.
20089 (normal-top-level): Remove obsolete code that tried to precompute
20090 menubar bindings.
20091 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20092 define-key-rebound-commands and precompute-menubar-bindings.
20093
ffa894db
KY
200942009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20095
20096 * net/imap.el (imap-interactive-login): Better messages.
20097 (imap-open): Fix bug with renamed buffer on reconnect.
20098 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20099 for easier debugging and cleaner code. On successful (guessed based on
20100 server capabilities) secondary authentication, set imap-state
20101 correctly.
20102 (imap-last-authenticator): Define imap-last-authenticator as a variable
20103 to avoid warnings.
20104
9477096c
GM
201052009-09-10 Glenn Morris <rgm@gnu.org>
20106
20107 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20108
20109 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20110 (byte-compile-file-form-autoload): Don't warn about unknown functions
20111 where the autoload statement comes after the use.
20112 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20113 that any handlers inside the body (eg require) are in turn respected.
20114
20115 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20116 effects.
20117
20118 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20119 and syntax and abbrev tables basic docs, if they don't have any.
20120
20121 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20122
20123 * international/mule-cmds.el (top-level): Require cl when compiling.
20124 (view-hello-file): Use default-value rather than
20125 default-enable-multibyte-characters.
20126
20127 * progmodes/fortran.el: Move all safe and risky properties into the
20128 defcustoms.
20129
20130 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20131 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20132 * mail/undigest.el:
20133 Put autoloads in rmail.el rather than loaddefs.el.
20134 * mail/rmail.el: Regenerate with extracted autoloads.
20135
20136 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20137 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20138
9f16c547
NR
201392009-09-10 Nick Roberts <nickrob@snap.net.nz>
20140
20141 Reported in thread for Bug#4375.
20142 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20143 "-data-evaluate-expression" instead of print.
20144 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20145 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
20146 (gdb): Revert 2009-08-11 change. User should detach inferior
20147 manually.
9f16c547
NR
20148
20149 Remove the word "separate" from IO functions as inferior
20150 output is now never displayed in the GUD buffer.
20151
50405cd0
JB
201522009-09-10 Juanma Barranquero <lekktu@gmail.com>
20153
20154 * startup.el (command-line-normalize-file-name): On Windows and
20155 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20156
7ae62430
JL
201572009-09-10 Juri Linkov <juri@jurta.org>
20158
20159 * isearch.el (isearch-text-char-description): Propertize escape
20160 character sequences with the `escape-glyph' face. (Bug#4344)
20161
20162 * simple.el (shell-command): Set asynchronous process filter to
20163 `comint-output-filter'. (Bug#4343)
20164
20165 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20166 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20167 the list. Move "asm" to the bottom.
20168 (grep-find-ignored-directories): Add `choice' with nil value
20169 to empty the list easily.
20170 (grep-find-ignored-files): New option.
20171 (grep-files-history): Set to nil by default instead of '("ch" "el").
20172 (grep-compute-defaults): Add "<X>" to `grep-template'.
20173 (grep-read-files): Bind new local variables `default-alias' and
20174 `default-extension'. Use a list of default values for the file prompt.
20175 (lgrep): Add `--exclude=' command line options composed from
20176 `grep-find-ignored-files'.
20177 (rgrep): Add `-name' command line options composed from
20178 `grep-find-ignored-files'. (Bug#4301)
20179
cd875252
SM
201802009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20183 (bug#4368).
20184
cdce0b33
KY
201852009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20186
20187 * calendar/time-date.el (autoload):
20188 Expand define-obsolete-function-alias into defalias and make-obsolete
20189 for old Emacsen that Gnus supports.
20190 (with-no-warnings): Define it for old Emacsen.
20191 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20192 is available.
20193 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20194 float-time is available; suppress compile warning for time-to-seconds.
20195
201962009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20197
20198 * net/imap.el (imap-message-map): Docstring fix.
20199
2b2eb431
GM
202002009-09-09 Glenn Morris <rgm@gnu.org>
20201
20202 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20203 line numbers too. (Bug#4374)
20204
83a5aac5
SM
202052009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20206
755e0210
SM
20207 * smerge-mode.el (smerge-remove-props, smerge-refine):
20208 Use with-silent-modifications (bug#4342).
20209
83a5aac5
SM
20210 * subr.el (with-silent-modifications): New macro.
20211
79f01fa7
JB
202122009-09-07 Juanma Barranquero <lekktu@gmail.com>
20213
20214 * files.el (top-level): Require `cl' when compiling.
20215
448ecec3
GM
202162009-09-07 Glenn Morris <rgm@gnu.org>
20217
20218 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20219
8f09a02f
GM
20220 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20221 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20222
76ff67bf
NR
202232009-09-06 Nick Roberts <nickrob@snap.net.nz>
20224
20225 * vc-git.el (vc-git-annotate-command): Use separator to parse
20226 arguments correctly.
20227
943c8b75
EZ
202282009-09-06 Eli Zaretskii <eliz@gnu.org>
20229
20230 * proced.el (proced-mode): Doc fix.
20231
680db9ac
MA
202322009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20233
20234 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20235 lstat fails.
20236 (tramp-do-file-attributes-with-ls): Check for file existence at
20237 remote end.
20238 (tramp-do-file-attributes-with-stat): Likewise.
20239 (tramp-convert-file-attributes): Return nil when attr is nil.
20240
3f12e5bd
GM
202412009-09-05 Glenn Morris <rgm@gnu.org>
20242
c8dc27bf
GM
20243 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20244 properties to this button.
20245 (diary-fancy-display): Don't extend the button to the final newline.
20246 (diary-fancy-display-mode): Continue to define "q" as a local key.
20247
cca065d8
GM
20248 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20249 efficient.
20250
cddaedb6
GM
20251 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20252
3f12e5bd
GM
20253 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20254 (byte-compile-dest-file-function): New option.
20255 (byte-compile-dest-file): Doc fix.
20256 Obey byte-compile-dest-file-function.
20257 (byte-compile-cl-file-p): New function.
20258 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20259 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20260 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20261 than for file being previously loaded.
20262 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20263 (byte-compile-file-form-require): Handle the case where requiring a file
20264 indirectly causes CL to be loaded.
20265
049a231b
KF
202662009-09-05 Karl Fogel <kfogel@red-bean.com>
20267
20268 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20269 before killing the old buffer, since by the time `kill-buffer' is
20270 run so many buffer variables have been set to nil that it may not
20271 behave as expected. (Bug#4061)
20272
ef7ef2a0
KF
202732009-09-05 Karl Fogel <kfogel@red-bean.com>
20274
20275 * files.el (find-alternate-file): If the old buffer is modified
20276 and visiting a file, behave similarly to `kill-buffer' when
20277 killing it, thus reverting to the pre-1.878 behavior; see
20278 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20279 for discussion. Also, consult `buffer-file-name' as a variable
20280 not as a function, for consistency with the rest of the code.
20281
73d854cd
MA
202822009-09-04 Michael Albinus <michael.albinus@gmx.de>
20283
20284 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20285 also when adding a new directory.
20286
6a7662bb
BR
20287 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20288 New defun.
73d854cd 20289
df120481
SM
202902009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20291
20292 * files.el (locate-file-completion-table): Make it provide boundary
20293 information, so partial-completion works better.
20294
c0bc6d79
SM
202952009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20296
20297 * mail/footnote.el (Footnote-text-under-cursor):
20298 Check footnote-text-marker-alist before using it (bug#4324).
20299
f76a9756
GM
203002009-09-04 Glenn Morris <rgm@gnu.org>
20301
67d110f1
GM
20302 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20303 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20304 * play/solitaire.el, play/tetris.el:
20305 Remove leading * from defcustom and defface docs.
20306
b42d4989
GM
20307 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20308 necessary.
20309 (diary-fancy-overriding-map): New variable.
20310 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20311 Use view-mode.
20312
f76a9756
GM
20313 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20314 goto-line.
20315
e605eeeb
GM
203162009-09-03 Glenn Morris <rgm@gnu.org>
20317
597e2240
GM
20318 * arc-mode.el (archive-mode):
20319 * dos-fns.el (set-default-process-coding-system):
20320 * man.el (Man-getpage-in-background):
20321 * menu-bar.el (menu-bar-describe-menu):
20322 * server.el (server-process-filter):
20323 * startup.el (command-line):
20324 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20325 * w32-fns.el (set-default-process-coding-system):
20326 * x-dnd.el (x-dnd-handle-file-name):
20327 * international/mule-cmds.el (mule-menu-keymap)
20328 (set-default-coding-systems, language-info-alist, set-language-info)
20329 (set-language-environment, standard-display-european-internal)
20330 (set-locale-environment):
20331 * international/mule-diag.el (mule-diag):
20332 * mail/emacsbug.el (report-emacs-bug):
20333 * mail/rmail.el (rmail-mode):
20334 * mail/sendmail.el (mail-setup):
20335 Use default-value rather than default-enable-multibyte-characters.
20336
f38184aa
GM
20337 * progmodes/f90.el: Move all safe properties into the defcustoms.
20338 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20339
e605eeeb
GM
20340 * calendar/appt.el (appt-check):
20341 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20342 (diary-check-diary-file, diary-list-entries)
20343 (diary-include-other-diary-files, diary-simple-display)
20344 (diary-fancy-display, diary-print-entries)
20345 (diary-mark-included-diary-files, diary-make-entry):
20346 Don't call substitute-in-file-name on diary-file.
20347
734db384 203482009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20349 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20350
20351 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20352 (footnote-mode-map): Move initialization into the declaration.
20353 (footnote-minor-mode-map): Define it rather than changing global-map.
20354 (footnote-mode): Use define-minor-mode.
20355
e5aa47f9
MA
203562009-09-02 Michael Albinus <michael.albinus@gmx.de>
20357
20358 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20359 (tramp-do-file-attributes-with-perl)
20360 (tramp-do-file-attributes-with-stat): Rename from
20361 `tramp-handle-file-attributes-with-*'.
20362 (tramp-handle-file-attributes): Use them.
20363 (tramp-do-directory-files-and-attributes-with-perl)
20364 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20365 `tramp-handle-directory-files-and-attributes-with-*'.
20366 (tramp-handle-directory-files-and-attributes): Use them.
20367 (tramp-method-out-of-band-p): Additional parameter SIZE.
20368 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20369 (tramp-handle-write-region): Use it.
734db384 20370 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20371 (tramp-handle-vc-registered): Check, whether the first run did
20372 return files to be tested.
20373 (tramp-advice-make-auto-save-file-name): Do not call directly
20374 `tramp-handle-make-auto-save-file-name', because this would bypass
20375 the locking mechanism.
20376
734db384 20377 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20378 (file-remote-p, process-file, start-file-process, set-file-times)
20379 (tramp-compat-file-attributes): Compatibility functions shall not
20380 call directly `tramp-handle-*', because this would bypass the
20381 locking mechanism.
20382 (tramp-compat-number-sequence): New defun.
20383
6e2ca895
GM
203842009-09-02 Glenn Morris <rgm@gnu.org>
20385
697c7714
GM
20386 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20387 alias for float-time.
20388 (time-to-number-of-days): In Emacs, use float-time.
20389 * net/newst-backend.el (time-add): Suppress warnings from compat
20390 function.
20391 * time.el (emacs-uptime, emacs-init-time):
20392 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20393 Use float-time rather than time-to-seconds.
20394
6e2ca895
GM
20395 * minibuffer.el (completion-initials-expand): Fix typo.
20396
20397 * faces.el (modeline, modeline-inactive, modeline-highlight)
20398 (modeline-buffer-id):
20399 * info.el (info-menu-5): Mark these face aliases as obsolete.
20400
ed17efec
NR
204012009-09-01 Nick Roberts <nickrob@snap.net.nz>
20402
20403 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20404 space ...
20405 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20406 no "--thread" option.
20407 (gdb-stopped): Don't print "Switched to thread" message when it is
20408 unchanged.
20409
fcb68f70
SM
204102009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20411
20412 * minibuffer.el (completion-try-completion)
20413 (completion-all-completions): Remove ill-defined (and
20414 mistakenly installed and luckily never used nor documented)
20415 `completion-styles' property.
20416 (completion-initials-expand, completion-initials-all-completions)
20417 (completion-initials-try-completion): New functions.
20418 (completion-styles-alist): Add doc to each entry.
20419 Add new `initials' entry.
20420
83318a6d
NR
204212009-09-01 Nick Roberts <nickrob@snap.net.nz>
20422
20423 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20424 MI command -var-evaluate-expression.
20425 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20426 and tweak for case of string child.
734db384 20427 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20428
d63eb0e7
GM
204292009-09-01 Glenn Morris <rgm@gnu.org>
20430
c4f6e489
GM
20431 * add-log.el (change-log-date-face, change-log-name-face)
20432 (change-log-email-face, change-log-file-face, change-log-list-face)
20433 (change-log-conditionals-face, change-log-function-face)
20434 (change-log-acknowledgement-face):
20435 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20436 (custom-modified-face, custom-set-face, custom-changed-face)
20437 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20438 (custom-documentation-face, custom-state-face, custom-comment-face)
20439 (custom-comment-tag-face, custom-variable-tag-face)
20440 (custom-variable-button-face, custom-face-tag-face)
20441 (custom-group-tag-face-1, custom-group-tag-face):
20442 * diff-mode.el (diff-header-face, diff-file-header-face)
20443 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20444 (diff-added-face, diff-changed-face, diff-function-face)
20445 (diff-context-face, diff-nonexistent-face):
20446 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20447 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20448 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20449 (Info-title-4-face):
20450 * isearch.el (isearch-lazy-highlight-face):
20451 * log-view.el (log-view-file-face, log-view-message-face):
20452 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20453 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20454 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20455 (cvs-msg-face):
20456 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20457 (smerge-base-face, smerge-markers-face):
20458 * wid-edit.el (widget-documentation-face, widget-button-face)
20459 (widget-field-face, widget-single-line-field-face)
20460 (widget-inactive-face, widget-button-pressed-face):
20461 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20462 (woman-addition-face):
2fb1ec93
GM
20463 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20464 (eshell-ls-executable-face, eshell-ls-readonly-face)
20465 (eshell-ls-unreadable-face, eshell-ls-special-face)
20466 (eshell-ls-missing-face, eshell-ls-archive-face)
20467 (eshell-ls-backup-face, eshell-ls-product-face)
20468 (eshell-ls-clutter-face):
20469 * eshell/em-prompt.el (eshell-prompt-face):
20470 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20471 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20472 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20473 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20474 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20475 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20476 (antlr-font-lock-literal-face):
c4f6e489
GM
20477 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20478 (ebrowse-root-class-face, ebrowse-file-name-face)
20479 (ebrowse-default-face, ebrowse-member-attribute-face)
20480 (ebrowse-member-class-face, ebrowse-progress-face):
20481 * progmodes/make-mode.el (makefile-space-face):
20482 * progmodes/sh-script.el (sh-heredoc-face):
20483 * textmodes/flyspell.el (flyspell-incorrect-face)
20484 (flyspell-duplicate-face):
20485 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20486 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20487 Mark face aliases with "-face" suffix as obsolete.
20488
d80619fa
GM
20489 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20490 compiler.
20491
5f68c1b7
GM
20492 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20493 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20494 easy-menu-define wants to modify these.
20495
20496 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20497
20498 * net/browse-url.el (browse-url-file-url):
20499 * term/internal.el (dos-codepage-setup):
20500 Use default-value rather than default-enable-multibyte-characters.
20501
d80619fa 20502 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20503 * progmodes/flymake.el (flymake-highlight-line)
20504 (flymake-goto-file-and-line, flymake-goto-line):
20505 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20506 (gdb-goto-breakpoint):
20507 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20508 * progmodes/python.el (python-find-function)
20509 (python-pdbtrack-track-stack-file):
20510 * progmodes/verilog-mode.el (verilog-surelint-off):
20511 * term/ns-win.el (ns-open-file-select-line):
20512 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20513 Use forward-line rather than goto-line.
20514
d63eb0e7
GM
20515 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20516 * textmodes/reftex-index.el (reftex-display-index):
20517 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20518 * textmodes/reftex-toc.el (reftex-toc):
20519 Remove unnecessary bindings of default-major-mode (all are followed by
20520 major-mode check and possible mode switch).
20521
0afad278
NR
205222009-08-31 Nick Roberts <nickrob@snap.net.nz>
20523
20524 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20525 Handle watchpoints (bug#4282).
20526 (def-gdb-thread-buffer-command): Enable thread to be selected by
20527 clicking without selecting threads buffer first.
20528 (gdb-current-context-command): Use selected frame so that "up",
20529 "down" etc work in the GUD buffer.
20530 (gdb-update): Find selected frame before rendering stack buffer.
20531 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20532
4e135dd2
SM
205332009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20534
20535 * progmodes/sym-comp.el (displayed-completions): Remove.
20536 (symbol-complete): Use minibuffer-complete.
20537
e61eba34
GM
205382009-08-31 Glenn Morris <rgm@gnu.org>
20539
20540 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20541
734db384
SM
20542 * apropos.el (apropos-symbols-internal):
20543 Handle (obsolete) face aliases.
e61eba34
GM
20544
20545 * faces.el (describe-face): Adjust the output format to be more like
20546 describe-variable, and to mention (obsolete) face aliases.
20547 Adjust the whitespace so that help-setup-xref works.
20548
20549 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20550 * calendar/diary-lib.el (diary-button-face):
20551 Mark these face aliases as obsolete.
20552
20553 * calendar/calendar.el (calendar-today): Doc fix.
20554
4cf71456
NR
205552009-08-31 Nick Roberts <nickrob@snap.net.nz>
20556
20557 * progmodes/gdb-mi.el (gdb-control-all-threads)
20558 (gdb-control-current-thread): Force tool bar update.
20559 (gdb-non-stop-handler): New function.
20560 (gdb-init-1): Use it to test if non-stop mode is supported.
20561 Remove unused gdbmi buffer type.
20562
e61eba34 205632009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20564
20565 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20566 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20567
4324f7ca
NR
205682009-08-30 Nick Roberts <nickrob@snap.net.nz>
20569
20570 * comint.el (comint-exec-1): Check command is non-null first.
20571 Part of gdb-mi.el change (2009-08-28).
20572
a1bf889a
SM
205732009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20574
20575 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20576
060c08b5
JB
205772009-08-30 Juanma Barranquero <lekktu@gmail.com>
20578
20579 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20580 instead of `dolist' to avoid a recursive require when bootstrapping.
20581
ab22be48
SM
205822009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20583
73ebf88f
SM
20584 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20585
80629cfc
SM
20586 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20587
206d0387 20588 * net/imap.el (imap-send-command): Simplify.
734db384 20589 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20590
844f7784
SM
20591 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20592
5ca4661e
SM
20593 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20594 with constant argument.
20595
c61dc887
SM
20596 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20597
7eb73deb
SM
20598 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20599
5fe443de
SM
20600 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20601 Change default, since most of our files don't have a history.
20602 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20603 the user.
20604
6444d64a
SM
20605 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20606 Add comint-run.
20607
5cb16bfc
SM
20608 * calc/calc.el: Improve commenting convention.
20609 (calc-digit-map, toplevel): Simplify.
20610
0aeb71a7
SM
20611 * comint.el (comint-insert-input): Be careful to only set point if we
20612 don't delegate to some other command.
20613
9a9af856
SM
20614 * proced.el (proced-signal-list): Make it an alist.
20615 (proced-grammar-alist): Capitalize names.
20616 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20617 Disable undo manually and make it read-only.
20618 Use completion-annotate-function.
20619
ab22be48
SM
20620 * minibuffer.el (minibuffer-message): If the current buffer is not
20621 a minibuffer, insert the message in the echo area rather than at the
20622 end of the buffer.
20623 (completion-annotate-function): New variable.
20624 (minibuffer-completion-help): Use it.
20625 (completion--embedded-envvar-table): Environment vars are
20626 always case-sensitive.
20627
4a948dbf
GM
206282009-08-30 Glenn Morris <rgm@gnu.org>
20629
20630 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20631 from fortran-current-defun.
20632 (fortran-beginning-of-subprogram): Be more precise about finding the
20633 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20634 (fortran-end-of-subprogram): Simplify.
20635 (fortran-current-defun): Use fortran-start-prog-re.
20636
486cf3b8
JB
206372009-08-29 Juanma Barranquero <lekktu@gmail.com>
20638
20639 * subr.el (do-after-load-evaluation): Simplify.
20640
db167d28
DN
206412009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20642
20643 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20644
20645 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20646 (vc-rcs-print-log): Use it.
20647
20648 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20649
efbc652a
SM
206502009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20651
2aa0e5bf
SM
20652 * paths.el (abbrev-file-name): Move to abbrev.el.
20653 * abbrev.el (abbrev-file-name): Move from paths.el.
20654 Obey user-emacs-directory.
20655 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20656 user-emacs-directory.
20657 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20658 abbrev-file-name and calc-settings-file any more.
20659 * startup.el (command-line): Recompute abbrev-file-name and
20660 abbreviated-home-dir.
20661 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20662 of the special code for when C-h bindings haven't been changed.
20663 (display-startup-echo-area-message): Use with-current-buffer.
20664 (command-line-1): Use a list of strings, rather than a list of lists
20665 of strings for longopts.
20666
51da8fe2
SM
20667 * files.el (get-free-disk-space): Use / for default-directory.
20668
0c3cc4dd
SM
20669 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20670 Use with-current-buffer.
20671
d988dbf6
SM
20672 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20673 Recognize immutable variables like most-positive-fixnum.
20674 (byte-compile-setq-default): Check and warn if trying to assign
20675 to an immutable variable, or a non-variable.
20676
efbc652a
SM
20677 * progmodes/cc-vars.el (c-comment-continuation-stars):
20678 * progmodes/cc-engine.el (c-looking-at-bos):
20679 * progmodes/cc-cmds.el (c-toggle-auto-state)
20680 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20681 (c-comment-line-break-function): Add version of obsolescence.
20682
d30a05d1
JL
206832009-08-28 Juri Linkov <juri@jurta.org>
20684
20685 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20686 associated with `archive-mode'.
20687
20688 * image.el (image-type-header-regexps): Use only JPEG magic number
20689 to determine JPEG images, and don't use `image-jpeg-p' because
20690 Emacs can display non-JFIF non-Exif JPEG images.
20691
1e8eecea
JB
206922009-08-28 Juanma Barranquero <lekktu@gmail.com>
20693
20694 * arc-mode.el (archive-mode):
20695 * emacs-lisp/re-builder.el (re-builder-unload-function):
20696 Protect against the default value of `major-mode' being nil.
20697
dd4fbf56
JB
206982009-08-28 Juanma Barranquero <lekktu@gmail.com>
20699
20700 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20701 Fix typos in docstrings.
20702
20703 * progmodes/js.el (js--macro-decl-re): Doc fix.
20704 (js--plain-method-re, js--split-name): Refloc docstring.
20705 (js--class-styles, js--make-merged-item, js--splice-into-items):
20706 Fix typos in docstrings; reflow docstrings.
20707 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20708 (js--variable-decl-matcher, js--inside-pitem-p)
20709 (js--parse-state-at-point, js--get-all-known-symbols)
20710 (js--symbol-history, js-find-symbol, js--js-references)
20711 (js--moz-interactor, js--js-encode-value, js--read-tab):
20712 Fix typos in docstrings.
20713
72f16325
SM
207142009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20715
14acf2f5
SM
20716 * textmodes/reftex.el (reftex-get-file-buffer-force):
20717 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20718 * emulation/viper.el (viper-go-away, viper-set-hooks):
20719 * emacs-lisp/re-builder.el (re-builder-unload-function):
20720 * emacs-lisp/bytecomp.el (byte-compile-file):
20721 * ses.el (ses-unload-function):
20722 * hexl.el (hexl-find-file):
20723 * files.el (normal-mode):
20724 * ehelp.el (with-electric-help):
20725 * autoinsert.el (auto-insert-alist):
20726 * arc-mode.el (archive-mode):
20727 Use (default-value 'major-mode) instead of default-major-mode.
20728
72f16325
SM
20729 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20730 * international/mule.el (load-with-code-conversion):
20731 * emacs-lisp/debug.el (debug):
20732 * ediff-vers.el (ediff-rcs-get-output-buffer):
20733 * dired.el (dired-internal-noselect): Don't let-bind
20734 default-major-mode around code that doesn't use it.
20735 E.g. buffer creation via get-buffer-create doesn't use it.
20736
aa485f7c
MA
207372009-08-28 Michael Albinus <michael.albinus@gmx.de>
20738
20739 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20740 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20741 when writing the temp file. Otherwise, epa-file gets confused.
20742 (tramp-register-file-name-handlers): Make it a defun. Move also
20743 `epa-file-handler' to the front of `file-name-handler-alist'.
20744
207452009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20746
20747 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20748 start right after a ^M.
20749 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20750 (tramp-completion-file-name-regexp-separate)
20751 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20752 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20753 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20754 (tramp-completion-file-name-handler): Apply the checks here,
20755 instead during registration.
88b5a757 20756 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20757 `tramp-register-file-name-handler'. Register both
20758 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20759 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20760
3f0c2b92
NR
207612009-08-28 Nick Roberts <nickrob@snap.net.nz>
20762
72f16325
SM
20763 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20764 Remove variable ...
3f0c2b92
NR
20765 (gdb-init-1, gdb-display-separate-io-buffer)
20766 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20767 references to it.
20768 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20769 (gdb-inferior-filter): Use comint-output-filter to stop
20770 echoing and remove ^M characters.
20771
705e5bd9
SM
207722009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20773
009fdc2e
SM
20774 * emulation/viper-init.el (viper-restore-cursor-type):
20775 * emulation/cua-base.el (cua--update-indications):
20776 Replace default-cursor-type with (default-value 'cursor-type).
20777
b56a5ae0
SM
20778 * mail/sendmail.el (mail-recover-1):
20779 * international/mule-diag.el (describe-current-coding-system-briefly)
20780 (describe-current-coding-system):
20781 * international/mule-cmds.el (select-safe-coding-system)
20782 (select-message-coding-system)
20783 (set-language-environment-coding-systems, set-locale-environment):
20784 * hexl.el (hexl-insert-multibyte-char):
20785 * dos-w32.el (find-buffer-file-type-coding-system):
20786 * simple.el (what-cursor-position):
20787 Replace uses of default-buffer-file-coding-system
20788 with (default-value 'buffer-file-coding-system).
20789
de70529f
SM
20790 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20791 Replace uses of default-cursor-in-non-selected-windows
20792 with (default-value 'cursor-in-non-selected-windows).
20793 Use with-current-buffer.
20794
705e5bd9
SM
20795 * mail/feedmail.el: Use CL macros.
20796 (feedmail-run-the-queue, feedmail-send-it-immediately):
20797 * dos-w32.el (find-buffer-file-type): Replace uses of
20798 default-buffer-file-type with (default-value 'buffer-file-type).
20799
4d985ac2
GM
208002009-08-28 Glenn Morris <rgm@gnu.org>
20801
20802 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20803 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20804 Use default-value of major-mode rather than default-major-mode.
20805
17c15b81
SM
208062009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20807
3a68ab06
SM
20808 * Makefile.in (update-elcfiles): Report left over elc files.
20809
9421bdd1
SM
20810 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20811 expand-file-name and with-current-buffer.
20812 (mail-get-names, mail-directory): Use with-current-buffer.
20813
17c15b81
SM
20814 * vc.el (vc-read-revision): New function.
20815 (vc-version-diff, vc-merge): Use it.
20816
ba83a64e
SS
208172009-08-27 Sam Steingold <sds@gnu.org>
20818
20819 * simple.el (kill-do-not-save-duplicates): New user option.
20820 (kill-new): When it is non-nil, and the new string is the same as
20821 the latest kill, set replace to t to avoid duplicates in kill-ring.
20822
be3e598a 208232009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20824
20825 * net/tramp.el (tramp-handle-process-file): Do not flush all
20826 caches when `process-file-side-effects' is set.
20827 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20828 instead of `tramp-find-file-exists-command'.
20829 Unset `process-file-side-effects'.
d5b5c94a
MA
20830
208312009-08-27 Michael Albinus <michael.albinus@gmx.de>
20832
20833 * net/tramp.el (tramp-methods): New method "rsyncc".
20834 (top): Add completion function for "rsyncc".
20835 (tramp-message-show-message): New defvar.
20836 (tramp-message, tramp-error): Use it.
20837 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20838 remote copying.
20839 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20840 `tramp-methods' entry `copy-env' of "rsyncc".
20841 (tramp-vc-registered-read-file-names): New defconst.
20842 (tramp-vc-registered-file-names): New defvar.
20843 (tramp-handle-vc-registered): Implement optimization strategy.
20844 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20845 (tramp-vc-file-name-handler): New defun.
20846 (tramp-get-ls-command, tramp-get-test-command)
20847 (tramp-get-file-exists-command, tramp-get-remote-ln)
20848 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20849 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20850
20851 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20852 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20853 timestamps.
20854 (tramp-get-file-property): Check for timestamps in
20855 `tramp-cache-inhibit-cache'.
20856 (tramp-set-file-property): Write timestamp.
20857
1339cf20
KH
208582009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20859
20860 * language/japan-util.el (japanese-symbol-table): Add entries for
20861 cp932-2-byte.
20862
20863 * international/characters.el: Add category `j' to cp932-2-byte.
20864
726e3f1d
KH
208652009-08-27 Kenichi Handa <handa@m17n.org>
20866
20867 * international/fontset.el (build-default-fontset-data): New macro.
20868 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20869 tibetan, ethiopic, and ipa.
726e3f1d 20870
4e3b4528
SM
208712009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20872
20873 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20874 (enable-multibyte-characters): Not customizable any more.
20875
20876 * subr.el (default-mode-line-format, default-header-line-format)
20877 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20878 (default-direction-reversed, default-truncate-lines)
20879 (default-left-margin, default-tab-width, default-case-fold-search)
20880 (default-left-margin-width, default-right-margin-width)
20881 (default-left-fringe-width, default-right-fringe-width)
20882 (default-fringes-outside-margins, default-scroll-bar-width)
20883 (default-vertical-scroll-bar, default-indicate-empty-lines)
20884 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20885 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20886 (default-scroll-down-aggressively, default-fill-column)
20887 (default-cursor-type, default-buffer-file-type)
20888 (default-cursor-in-non-selected-windows)
20889 (default-buffer-file-coding-system, default-major-mode)
20890 (default-enable-multibyte-characters): Mark as obsolete.
20891
b3cca6a6
DN
208922009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20893
652cc1a2
DN
20894 * vc-dir.el (vc-dir-update): Remove debug helper.
20895
b3cca6a6
DN
20896 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20897
4ed8c7aa
SS
208982009-08-26 Sam Steingold <sds@gnu.org>
20899
20900 * simple.el (save-interprogram-paste-before-kill): New user option.
20901 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20902 save the interprogram-paste into kill-ring before overriding it
20903 with the Emacs kill.
20904
3b64d86b
DN
209052009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20906
20907 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20908 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20909 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20910 and move to vc-rcs.el.
20911 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20912 move to vc-rcs.el.
20913 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20914 (vc-rcs-update-changelog): Remove.
20915 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20916 and move to vc-rcs.el.
20917
20918 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20919 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20920 renaming.
20921 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20922 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20923 vc.el, renamed to be RCS specific.
20924
72f16325
SM
20925 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20926 New functions.
20927 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20928
20929 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20930 New functions.
20931
636a36a0
SM
209322009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20933
20934 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20935
239b3340
DN
209362009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20937
b91f0762 20938 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20939 (vc-git-stash, vc-git-stash-show): New functions.
20940 (vc-git-extra-menu-map): Bind them.
b91f0762 20941
b8e54362
DN
20942 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20943 directory correctly in case the item is a directory itself.
20944
239b3340
DN
20945 * vc.el: Document the desired behavior for reverted files in the
20946 `added' state.
dc810649
DN
20947 (vc-default-prettify-state-info): Remove function, unused.
20948
20949 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20950
e49c0179
GM
209512009-08-26 Glenn Morris <rgm@gnu.org>
20952
20953 * bindings.el (standard-mode-line-format): Reposition dashes in
20954 which-func entry. (Bug#4217)
20955
3029e594
GM
20956 * files.el (enable-local-variables, enable-local-eval)
20957 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20958 the defcustoms.
20959 (auto-mode-alist, ignored-local-variables)
20960 (save-some-buffers-action-alist): Move risky declarations to the
20961 definitions.
20962 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20963 (font-lock-defaults, format-alist, imenu--index-alist)
20964 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20965 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20966 (mode-line-modified, mode-line-mule-info, mode-line-position)
20967 (mode-line-process, mode-line-remote, outline-level)
20968 (parse-time-rules, rmail-output-file-alist)
20969 (special-display-buffer-names, vc-mode):
20970 Move risky declarations to the relevant files.
72f16325
SM
20971 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20972 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20973 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20974 * font-core.el (font-lock-defaults):
20975 * format.el (format-alist):
20976 * vc-hooks.el (vc-mode):
20977 * window.el (special-display-buffer-names):
20978 * international/mule-cmds.el (input-method-alist):
20979 Define riskiness here (dumped file) rather than in files.el.
20980 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20981 * imenu.el (imenu-generic-expression, imenu--index-alist):
20982 * outline.el (outline-level):
20983 * time.el (display-time-string):
20984 * calendar/parse-time.el (parse-time-rules):
20985 * mail/rmailout.el (rmail-output-file-alist):
20986 Autoload riskiness here, rather than placing in files.el.
20987
8476cfaf
SM
209882009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20989
20990 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20991
0b35b48e
MA
209922009-08-25 Michael Albinus <michael.albinus@gmx.de>
20993
20994 * simple.el (process-file-side-effects): New defvar.
20995
20996 * dired-aux.el (dired-show-file-type):
20997 * vc.el (vc-diff-internal):
20998 * vc-arch.el (vc-arch-diff):
20999 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
21000 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
21001 * vc-git.el (vc-git-registered, vc-git-working-revision)
21002 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
21003 (vc-git--empty-db-p):
21004 * vc-hooks.el (vc-user-login-name):
21005 * vc-svn.el (vc-svn-registered, vc-svn-state)
21006 (vc-svn-dir-extra-headers, vc-svn-find-revision):
21007 * progmodes/grep.el (grep-probe): Let-bind
21008 `process-file-side-effects' with nil.
21009
21010 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21011
21012 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21013 daemon. Replace ping by checking for running service for bluez
21014 and zeroconf. (Bug#4239)
21015
d54cc599
GM
210162009-08-25 Kevin Ryde <user42@zip.com.au>
21017
21018 * net/dig.el (dig): Add autoload cookie.
21019
7bfd055d
GM
210202009-08-25 Glenn Morris <rgm@gnu.org>
21021
bac9c66c
GM
21022 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21023 load-history for absolute file-names.
21024 (byte-compile-file-form-require): Warn about use of the cl package.
21025
7bfd055d
GM
21026 * format.el (format-alist): Doc fix.
21027
5ac1f9e0
GM
21028 * play/bubbles.el (top-level): Don't require cl at run-time.
21029
af62aa88
GM
21030 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21031 run-time cl).
21032
71e036af
DD
210332009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21034
21035 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21036 from cl package.
21037 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21038
42110eaf
JB
210392009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21040
21041 * calc/calc-alg.el (math-trig-rewrite)
21042 (math-hyperbolic-trig-rewrite): New functions.
21043 (calc-simplify): Simplify trig functions when asked.
21044
88421f3e
SM
210452009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21046
21047 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21048
dbd9624e
KH
210492009-08-24 Kenichi Handa <handa@m17n.org>
21050
21051 * language/ind-util.el (mapthread): Delete it.
21052 (combinatorial): New function.
21053 (indian--puthash-cv): Use combinatorial instead of mapthread.
21054
9b89e3ee
GM
210552009-08-22 Kevin Ryde <user42@zip.com.au>
21056
21057 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21058 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21059 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21060 Clarify docstring that the value is strings not symbols.
21061 (checkdoc-list-of-strings-p): New function.
21062
e6ce8c42
GM
210632009-08-22 Glenn Morris <rgm@gnu.org>
21064
2ddf2ea6 21065 * files.el (auto-mode-alist):
a3374680
GM
21066 * hippie-exp.el (he-concat-directory-file-name):
21067 * lpr.el (lpr-windows-system, printer-name):
21068 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21069 * ps-print.el (ps-windows-system):
21070 * startup.el (command-line):
21071 * emulation/viper-ex.el (viper-glob-function):
21072 * international/mule-cmds.el (set-language-environment-coding-systems):
21073 * net/ange-ftp.el (ange-ftp-write-region):
21074 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 21075 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
21076 unisoft-unix, vax-vms, win32, w32.
21077
977955fa
GM
21078 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21079 given name if the pattern is not more specific.
21080
b4deec2e
GM
21081 * calendar/lunar.el (lunar-phase-names): New option.
21082 (lunar-phase): Doc fix.
21083 (lunar-cycles-per-year): New constant.
21084 (lunar-index): New function.
21085 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21086 (lunar-phase-name): Use lunar-phase-names.
21087 (calendar-lunar-phases): Use format.
21088 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21089
47e83968
GM
21090 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21091 Copy imenu-example--name-and-position function here for own use.
21092 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21093
e6ce8c42
GM
21094 * bs.el (bs--redisplay):
21095 * cus-edit.el (custom-redraw):
21096 * ibuffer.el (ibuffer-bury-buffer):
21097 * server.el (server-goto-line-column):
21098 * startup.el (command-line-1):
21099 * strokes.el (strokes-xpm-for-stroke):
21100 * term.el (term-display-buffer-line):
21101 * view.el (View-goto-line):
21102 * calc/calc.el (calc-do, calc-trail-buffer):
21103 * play/gamegrid.el (gamegrid-add-score-insecure):
21104 * progmodes/ada-mode.el (ada-compile-goto-error):
21105 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21106 (ebrowse-select-1st-to-9nth):
47e83968 21107 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
21108 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21109 * progmodes/gud.el (gud-display-line):
21110 (idlwave-shell-display-line):
21111 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21112 * progmodes/make-mode.el (makefile-browser-toggle):
21113 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21114 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21115 * textmodes/picture.el (picture-draw-rectangle):
21116 * textmodes/reftex-index.el (reftex-index-goto-letter):
21117 (reftex-select-jump-to-previous):
21118 * textmodes/reftex-sel.el (reftex-find-start-point)
21119 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21120 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21121 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21122 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21123 * textmodes/two-column.el (2C-associated-buffer):
21124 Use forward-line rather than goto-line.
21125
21126 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21127 goto-line.
21128
4b18bdb3
GM
21129 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21130 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21131 (quick-check-list-to-regexp): Declare.
e6ce8c42 21132
72f16325
SM
21133 * progmodes/make-mode.el (makefile-browser-insert-selection):
21134 Use goto-char rather than goto-line.
e6ce8c42
GM
21135
21136 * progmodes/prolog.el (compilation-error-regexp-alist)
21137 (compilation-forget-errors): Declare.
21138
32a2cf25
JL
211392009-08-22 Juri Linkov <juri@jurta.org>
21140
21141 * progmodes/grep.el (lgrep, rgrep): At the beginning
21142 set `dir' to `default-directory' unless `dir' is a non-nil
21143 readable directory. (Bug#4052)
21144 (lgrep, rgrep): Change a weird way to report an error
21145 from using `read-string' to using `error'.
21146 Instead of using interactive arguments in the function body,
21147 add new argument `confirm'.
21148
5443c9b7
SM
211492009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21150
cb5b40ee
SM
21151 * textmodes/remember.el (remember-buffer):
21152 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21153 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21154 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
21155 * net/newst-treeview.el (newsticker-groups-filename):
21156 * net/newst-backend.el (newsticker-cache-filename):
21157 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21158 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21159 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21160 (speedbar-buffers-line-path, speedbar-path-line)
21161 (speedbar-buffers-line-path):
21162 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21163 (epg-sign-keys):
21164 * epa.el (epa-display-verify-result):
21165 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21166
d6261cc1
GM
211672009-08-21 Glenn Morris <rgm@gnu.org>
21168
3e1ea342
GM
21169 * progmodes/js.el (inferior-moz-process): Fix declaration.
21170
ce86eeb5
GM
21171 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21172
fff28970
GM
21173 * obsolete/rnewspost.el (news-mail-reply):
21174 Use goto-char rather than goto-line.
21175
d93e053b
GM
21176 * term/ns-win.el (ns-open-file-select-line):
21177 Use line-beginning-position rather than goto-line.
21178
d5d105e8
GM
21179 * apropos.el (apropos-command):
21180 * ehelp.el (electric-helpify):
21181 * printing.el (pr-show-setup):
21182 * strokes.el (strokes-help):
21183 * tutorial.el (tutorial--describe-nonstandard-key)
21184 (tutorial--detailed-help):
21185 * woman.el (woman-mini-help, woman-display-extended-fonts):
21186 * calc/calc-help.el (calc-describe-key):
21187 * emulation/edt.el (edt-electric-helpify):
21188 * international/mule-diag.el (mule-diag):
21189 * play/yow.el (apropos-zippy):
21190 * progmodes/python.el (python-describe-symbol):
21191 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21192 * textmodes/table.el (*table--cell-describe-mode)
21193 (*table--cell-describe-bindings):
21194 Use help-print-return-message rather than the now obsolete alias.
21195
a8ab722f 21196 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
21197 (calendar-cursor-to-visible-date):
21198 * play/5x5.el (5x5-position-cursor):
21199 * play/decipher.el (decipher):
21200 * play/gomoku.el (gomoku-goto-xy):
21201 * play/landmark.el (lm-goto-xy):
21202 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21203 (mpuz-paint-digit):
21204 Use forward-line, not goto-line.
a8ab722f 21205
d6261cc1
GM
21206 * mail/rmail.el (rmail-obsolete): Delete custom group.
21207 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21208 (rmail-remote-password, rmail-remote-password-required):
21209 Remove unneeded :set-after and :set properties.
21210
9e846523
MA
212112009-08-21 Michael Albinus <michael.albinus@gmx.de>
21212
21213 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21214
bbe1f502
DN
212152009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21216
bcc5db24
DN
21217 * loadup.el: Remove leftover macos code.
21218
bbe1f502
DN
21219 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21220 Explicitly pass the date format to git blame so that user local
21221 so that the output format can be parsed.
21222
6fd2d19a
MA
212232009-08-20 Michael Albinus <michael.albinus@gmx.de>
21224
21225 * net/dbus.el (top): Don't check for (getenv
21226 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21227
31764e15
SM
212282009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21229
21230 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 21231 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 21232
28930e39
SM
212332009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21234
4fd15622 21235 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 21236 Bug#3287.
4fd15622 21237
b3d8e4a0
SM
21238 * help.el (help-print-return-message): Rename from
21239 print-help-return-message.
21240
c9829c70
SM
21241 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21242 cvs-mode-map parent hack.
21243 (log-view-mode): Derive from special-mode.
21244
b932657b
SM
21245 * linum.el (linum-mode): window-size-change-functions is redundant.
21246 Adapt to new window-configuration-change-hook behavior.
21247 (linum-after-size, linum-after-config): Remove.
21248
1b700bca
SM
21249 * imenu.el (imenu-example--name-and-position)
21250 (imenu-example--lisp-extract-index-name)
21251 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21252 Mark as obsolete.
21253
28930e39
SM
21254 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21255 (inferior-prolog-mode): Use it.
21256 (inferior-prolog-load-file): Reset list of errors.
21257
c9af0b68
KH
212582009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21259
21260 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21261
21262 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21263
720c7cd6
MA
212642009-08-19 Michael Albinus <michael.albinus@gmx.de>
21265
21266 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21267 is running already.
21268
03a74b84
SM
212692009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21270
21271 * subr.el (listify-key-sequence-1): Use normal syntax since those
21272 integers are nowadays always represented by the same (positive) number
21273 on all platforms.
21274 (read-key-empty-map): New const.
21275 (read-key-delay): New var.
21276 (read-key): New function.
21277 (force-mode-line-update): Use with-current-buffer.
21278 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21279 (start-process-shell-command, start-file-process-shell-command):
21280 Discourage the use of command-args.
21281
f43e88d4
GM
212822009-08-19 Glenn Morris <rgm@gnu.org>
21283
21284 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21285
890429cc
SM
212862009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21287
85be9ec4
SM
21288 * simple.el (choose-completion-string): Don't rely on
21289 minibuffer-completing-file-name and ad-hoc checks to decide whether
21290 to continue completion or not.
21291
890429cc
SM
21292 * minibuffer.el (minibuffer-hide-completions): New function.
21293 (completion--do-completion): Use it.
21294 (completions-annotations): New face.
21295 (completion--insert-strings): Use it.
21296 (completion-pcm--delim-wild-regex): Add docstring.
21297 (completion-pcm--string->pattern): Add support for 0-width delimiters
21298 in completion-pcm--delim-wild-regex.
21299
265d4549
SM
213002009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21301
d440b941
SM
21302 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21303 Remove unused var `buffer-modified-p'.
21304
265d4549
SM
21305 * minibuffer.el (completion--do-completion): Move point for the #b001
21306 case as well (bug#4176).
21307 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21308
ba6f7d86
MA
213092009-08-18 Michael Albinus <michael.albinus@gmx.de>
21310
21311 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21312 and :session buses.
21313
98819490
KH
213142009-08-18 Kenichi Handa <handa@m17n.org>
21315
265d4549
SM
21316 * international/ucs-normalize.el (ucs-normalize-version):
21317 Change to 1.1.
58627cf0
KH
21318 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21319 (utf-8-hfs): Make it perform normalization on encoding too.
21320
98819490
KH
21321 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21322 (sentence-end-without-space): Delete duplicated chars.
21323 (sentence-end-base): Likewise.
e739cc85
KH
21324
21325 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21326 (html-mode): Delete duplicated chars from sentence-end-base.
21327
21328 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21329 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21330
645b9326
CY
213312009-08-17 Chong Yidong <cyd@stupidchicken.com>
21332
21333 * files.el (hack-one-local-variable): If the mode function is for
21334 a minor mode, pass it an argument (Bug#4148).
21335
56c195af
MA
213362009-08-17 Michael Albinus <michael.albinus@gmx.de>
21337
21338 * net/tramp.el (tramp-register-completion-file-name-handler):
21339 Check also for (member 'partial-completion completion-styles).
21340
7a55c78b
CY
213412009-08-16 Chong Yidong <cyd@stupidchicken.com>
21342
21343 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21344 abbrev (Bug#3943).
21345
be3e598a 213462009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21347
21348 * progmodes/cperl-mode.el: Merge upstream 6.2.
21349 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21350 (cperl-forward-re): Check cperl-brace-recursing.
21351 (cperl-highlight-charclass): New function.
21352 (cperl-find-pods-heres): Use it.
31cd2dd4 21353 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21354 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21355 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21356 (cperl-beautify-level): Don't process entire regexp.
21357 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21358 calling man.
21359 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21360 (cperl-init-faces): Build a list in the normal way.
21361
81b1f9c9
CY
213622009-08-16 Chong Yidong <cyd@stupidchicken.com>
21363
21364 * calendar/parse-time.el (parse-time-string-chars): Save match
21365 data.
21366
c3732cb8
SM
213672009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21368
55659495
SM
21369 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21370 (sql-product): Use it.
21371 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21372 (sql-set-product): Add completion.
21373 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21374 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21375 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21376 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21377 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21378 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21379 (sql-highlight-db2-keywords): Remove.
21380 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21381 (sql-highlight-product): Use derived-mode-p.
21382 (sql-set-sqli-buffer): Use with-current-buffer.
21383 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21384 Simplify.
21385
1ae79427
SM
21386 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21387
c3732cb8
SM
21388 * term.el: Fix commenting convention, turn comments into docstrings.
21389
f24b8bf3
CY
213902009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21391
21392 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21393
7b6fefac 213942009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21395
1200ac26 21396 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21397 character classes, to handle non-ascii characters (Bug#3190).
21398
213992009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21400
1abbe4e5
CY
21401 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21402 another heredoc if the user adds another < (Bug#3226).
21403
c3732cb8
SM
21404 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21405 Don't initialize based on window-system (Bug#4124).
19261da4 21406
daad00fc
CY
21407 * facemenu.el (facemenu-read-color): Use a completion function
21408 that accepts any defined color, such as RGB triplets (Bug#3677).
21409
e1bdde78
CY
21410 * files.el (get-free-disk-space): Change fallback default
21411 directory to /. Expand DIR argument before switching to fallback.
21412 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21413
9d73a99e
CY
214142009-08-15 Chong Yidong <cyd@stupidchicken.com>
21415
21416 * files.el (load-library): Doc fix.
21417
68b962d4 214182009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21419
953e0c1a 21420 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21421 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21422 incremental search string.
9d73a99e 21423
c3732cb8 21424 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21425 XEmacs.
9d73a99e 21426
c3732cb8
SM
21427 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21428 (ediff-merge-region-is-non-clash)
21429 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21430 Also check if the job is really a merge job.
9d73a99e 21431
c3732cb8 21432 * ediff.el (ediff-current-file): New function.
9d73a99e 21433
2e330adc
CY
214342009-08-15 Chong Yidong <cyd@stupidchicken.com>
21435
21436 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21437 conventions.
c3732cb8 21438 (js-insert-and-indent): Delete function.
2e330adc
CY
21439 (js-mode-map): Don't bind keys to js-insert-and-indent.
21440 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21441 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21442 (js-auto-indent-flag): Delete variable.
2e330adc 21443
17b5d0f7
CY
214442009-08-14 Chong Yidong <cyd@stupidchicken.com>
21445
c3732cb8
SM
21446 * progmodes/js.el: Remove proclaim statement.
21447 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21448
ba2d8894
CY
21449 * files.el (auto-mode-alist): Use js-mode for .js files.
21450
c3732cb8 21451 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21452
21453 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21454
21455 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21456
c3732cb8 21457 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21458
214592009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21460 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21461
21462 * progmodes/js.el: New file.
21463
b6377f1d
MH
214642009-08-14 Mark A. Hershberger <mah@everybody.org>
21465
21466 * timezone.el (timezone-parse-date): Add ability to understand ISO
21467 basic format (minimal separators) dates in addition to the
21468 already-supported extended format dates.
21469
bc0eef46
EZ
214702009-08-14 Eli Zaretskii <eliz@gnu.org>
21471
4e021e65
EZ
21472 * international/ucs-normalize.el: Add a `coding' file variable.
21473
bc0eef46
EZ
21474 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21475
53dab179
SS
214762009-08-14 Sam Steingold <sds@gnu.org>
21477
6801c38a 21478 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21479
6c58c39c
CY
214802009-08-13 Chong Yidong <cyd@stupidchicken.com>
21481
21482 * faces.el (help-argument-name): Define it here instead of
21483 help-fns.el, because in daemon mode help-fns.el may be loaded when
21484 faces are still uninitialized (Bug#1078).
21485
21486 * help-fns.el (help-argument-name): Move defface to faces.el.
21487
c7baf7e9
NR
214882009-08-13 Nick Roberts <nickrob@snap.net.nz>
21489
21490 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21491 create buffer with a pty but no process so that GDB can make the
21492 inferior the controlling process.
21493
9c40e995 214942009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21495
21496 * international/ucs-normalize.el: New file.
21497
8cdba32b
RS
214982009-08-13 Richard Stallman <rms@gnu.org>
21499
5c950923
RS
21500 * mail/rmail.el (rmail-get-attr-names):
21501 Accept an attribute header that is too short.
21502
76e1e40b
RS
21503 * mail/rmail.el (rmail-forget-messages):
21504 Ignore nil elt in rmail-message-vector. Use dotimes.
21505
1fc01b08
RS
21506 * progmodes/compile.el (compilation-goto-locus):
21507 Use next-error-move-function.
21508
8cdba32b
RS
21509 * simple.el (next-error-move-function): New variable.
21510
99910cf4
JL
215112009-08-12 Juri Linkov <juri@jurta.org>
21512
21513 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21514 always non-nil. (Bug#4052)
21515
21516 * replace.el (read-regexp): Return empty string when
21517 `default-value' is nil.
21518 (keep-lines-read-args): Don't use empty string as the
21519 default value for `read-regexp'. (Bug#2495)
21520
fc5bdf6c
JL
215212009-08-12 Juri Linkov <juri@jurta.org>
21522
21523 * international/mule-cmds.el (ucs-insert): Change arguments
21524 from `arg' to `character', `count', `inherit' to be the same
21525 as in `insert-char'. Doc fix. (Bug#4039)
21526
21527 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21528
77748848
JL
215292009-08-12 Juri Linkov <juri@jurta.org>
21530
21531 * files-x.el: New file.
21532
21533 * files.el: Move code that deals with adding/deleting
21534 file/directory-local variables to files-x.el.
21535
21536 * Makefile.in (ELCFILES): Add files-x.elc.
21537
c8a44c4e
DD
215382009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21539
27a9fd5a
DD
21540 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21541 to use `goto-line'.
21542 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21543 `goto-line'.
21544 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21545 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21546 threads list.
107ef54a 21547 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21548 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21549 (gdb-stopped): ...here so it's sent when first thread stops.
21550 (gdb-registers-handler-custom): Do nothing if register names are
21551 unknown yet.
27a9fd5a 21552
c8a44c4e
DD
21553 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21554 from `gdb-mi.el' to avoid extra tangling.
21555
21556 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21557 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21558 (gdb-update-gud-running): No extra fuss for updating frame number.
21559
dfd4e693
SM
215602009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21561
51c4341f
SM
21562 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21563 (describe-language-environment-map, setup-language-environment-map)
21564 (set-coding-system-map): Move initialization into declaration.
21565 (set-language-info-alist): Last arg to define-key-after can be skipped.
21566
21567 * international/quail.el (quail-completion-1): Simplify.
21568 (quail-define-rules): Use slightly more compact code.
21569 (quail-insert-decode-map): Propertize keys, compact columns.
21570
dfd4e693
SM
21571 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21572 Add goto-line.
21573
83326559
MB
215742009-08-10 Miles Bader <miles@gnu.org>
21575
21576 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21577 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21578 (js2-instance-member, js2-private-member, js2-private-function-call)
21579 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21580 (js2-magic-paren, js2-external-variable):
21581 Remove "-face" suffix from face names.
21582 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21583 (js2-highlight-undeclared-vars, js2-peek-token)
21584 (js2-parse-function-params, js2-mode-show-errors)
21585 (js2-mode-show-warnings, js2-make-magic-delimiter)
21586 (js2-mode-highlight-magic-parens): Update to use new face names.
21587
8e754ea2
MA
215882009-08-09 Michael Albinus <michael.albinus@gmx.de>
21589
21590 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21591 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21592
1c292fc7
CY
215932009-08-09 Chong Yidong <cyd@stupidchicken.com>
21594
18d433a7
CY
21595 * subr.el: Provide hashtable-print-readable.
21596
1c292fc7
CY
21597 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21598 hs-c-like-adjust-block-beginning.
21599 (hs-hide-block-at-point): Stop hiding at the beginning of
21600 hs-block-end-regexp (Bug#700).
21601
2db0ae07
DD
216022009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21603
21604 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21605 a macro.
21606 (gdb-registers-handler-custom): Do not fail when register names
21607 are unavailable.
21608
fe4740a6
DD
216092009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21610
21611 * progmodes/gdb-mi.el (gdb-control-all-threads)
21612 (gdb-control-current-thread): Interactive setters for
21613 `gdb-gud-control-all-threads' to use in menu.
21614 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21615 (gud-tool-bar-map): Add non-stop/A,T indicator.
21616 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21617
ce299d55
CY
216182009-08-08 Yoni Rabkin <yoni@rabkins.net>
21619
21620 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21621 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21622 (net-utils-mode): New mode for viewing diagnostic network output.
21623 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21624 (net-utils-run-simple): New function.
21625 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21626
7c4654ad
DD
216272009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21628
21629 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21630 (gdb-memory-set-address, def-gdb-set-positive-number)
21631 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21632 after changing settings.
21633 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21634 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21635 (gdb-registers-handler-custom): Print registers in right order and
21636 allow changing register values (only for current thread yet).
9cbac26b
DD
21637 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21638 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21639 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21640 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21641 Thread info in mode name.
9cbac26b 21642 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21643
0f25a277
EZ
216442009-08-08 Eli Zaretskii <eliz@gnu.org>
21645
21646 * mail/rmail.el (rmail-add-mbox-headers)
21647 (rmail-set-message-counters-counter): Search for
21648 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21649
b971be60
GM
216502009-08-08 Glenn Morris <rgm@gnu.org>
21651
21652 * Makefile.in (ELCFILES): Update.
21653
a35d3ad8
EZ
216542009-08-07 Eli Zaretskii <eliz@gnu.org>
21655
6a7662bb
BR
21656 * mail/sendmail.el (mail-yank-original):
21657 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21658 text is yanked.
21659
8b0bcc2e
EZ
21660 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21661 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21662 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21663 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21664 (calc-graph-init): Don't send -display and -geometry to
21665 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21666 running "pgnuplot -V" with shell-command-to-string.
21667
21668 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21669 the default.
21670
216712009-08-07 Eli Zaretskii <eliz@gnu.org>
21672
21673 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21674 org/org-latex.elc.
21675
3bca7ca5
DN
216762009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21677
3c53763c
DN
21678 * vc-dispatcher.el (vc-resynch-window): Update comment.
21679
3bca7ca5
DN
21680 * term.el (term-handle-ansi-escape): Add comments with the
21681 terminfo capabilities implemented.
21682
7b217360
DD
216832009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21684
5f9d345c 21685 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21686 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21687 (gdb-propertize-header): Move earlier.
21688 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21689 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21690 Refresh disassembly buffers only after threads list have been
21691 update.
21692 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21693 variables.
21694
b4d84ecf
JL
216952009-08-04 Juri Linkov <juri@jurta.org>
21696
21697 * files.el: Commands to add/delete file/directory-local variables.
21698 (read-file-local-variable, read-file-local-variable-value)
21699 (read-file-local-variable-mode, modify-file-local-variable)
21700 (modify-file-local-variable-prop-line)
21701 (modify-dir-local-variable): New functions.
21702 (add-file-local-variable, delete-file-local-variable)
21703 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21704 (add-dir-local-variable, delete-dir-local-variable)
21705 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21706 (copy-dir-locals-to-file-locals-prop-line): New commands.
21707
42da39c1
CY
217082009-08-04 Chong Yidong <cyd@stupidchicken.com>
21709
21710 * abbrev.el (insert-abbrev-table-description): Prettify output.
21711 Suggested by Karl Chen.
21712
98bf8494
DD
217132009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21714
78b9fb28 21715 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21716 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21717 (gdb-overlay-arrow-position, gdb-thread-position)
21718 (gdb-disassembly-position): Declare variables.
21719 (gdb-wait-for-pending): Function now.
21720 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21721 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21722 compilation goes smoothly.
21723 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21724 (gdb-non-stop-setting): New customization setting which replaces
21725 `gdb-non-stop' so changing it doesn't break active GDB session.
21726 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21727 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21728 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21729 (gdb-show-threads-by-default): New customization options.
21730 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21731 routines.
21732 (gdb-get-buffer-create): Send buffers update signal when they are
21733 created.
21734 (gdb-invalidate-locals, gdb-invalidate-registers)
21735 (gdb-invalidate-breakpoints)
21736 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21737 (gdb-invalidate-memory): Accept update signal.
21738 (gdb-current-context-command): Use --frame option.
21739 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21740 Implement `gdb-frame-number' selection logic.
21741 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21742 whether to show GUD toolbar buttons.
21743 (gdb-thread-exited): Unselect current thread when it exits.
21744 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21745 (gdb-mark-line): Routine which sets overlay arrow or inverses
21746 video on fringeless displays.
21747 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21748 to build aligned columns of data in GDB buffers and set text
21749 properties line-by-line.
21750 (gdb-invalidate-breakpoints)
21751 (gdb-breakpoints-list-handler-custom)
21752 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21753 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21754 (gdb-registers-handler-custom): Align data columns.
21755 (gdb-locals-handler-custom): Now prints data like in variable
21756 declarations.
21757 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21758 Remove confusing buttons.
78b9fb28
DD
21759 (gdb-invalidate-threads): Append --frame.
21760 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21761 between breakpoints/threads buffers.
21762 (gdb-set-window-buffer): Now can ignore dedicated windows.
21763 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21764 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21765 (def-gdb-thread-buffer-gud-command): Replaces
21766 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21767 for fine thread control.
21768 (gdb-preempt-existing-or-display-buffer): New function used to
21769 display bound buffers without breaking window layout.
21770 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21771 (gdb-select-frame): New version of `gdb-frames-select' which now
21772 sets `gdb-frame-number' so commands may use --frame option instead
21773 of inner debugger state.
21774 (gdb-frame-handler): Do not set `gdb-frame-number'.
21775 (gdb-threads-mode-map): Select threads with mouse.
21776
21777 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21778 avoid compilation warning.
21779 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21780 `gdb-show-stop-p`.
21781
566f3909
DD
21782 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21783 Argument `key' renamed to `buffer-type'.
21784 (gdb-current-context-buffer-name): Do not add thread info to
21785 buffer name when no thread is selected.
21786 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21787 command (bug 3794).
21788 (gdb-thread-selected): Handle `=thread-selected' notification.
21789 (gdb-wait-for-pending): New macro to deal with congestion problems.
21790 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21791 breakpoints.
7b6fefac
JB
21792 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21793 This fixes problem similar to one described in bug 3947.
566f3909
DD
21794 (gud-menu-map): More menu items.
21795 (gdb-init-1): Reset `gdb-thread-number' to nil.
21796
4a31122c
DD
21797 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21798 non-stop settings.
21799
21800 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21801 (gdb-current-context-command): Do not append --thread if
21802 `gdb-thread-number' is nil.
6a7662bb
BR
21803 (gdb-running-threads-count, gdb-stopped-threads-count):
21804 New variables.
4a31122c 21805 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21806 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21807 New customization options.
4a31122c
DD
21808 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21809 GUD commands.
7b6fefac 21810 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21811 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21812 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21813 set `gdb-thread-number' and update `gud-running' properly.
21814 (gdb-running): Update threads list when new threads appear.
21815 (gdb-stopped): Support non-stop operation and new thread switching
21816 logic.
21817 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21818 (gdb-json-partial-output): New set of JSON routines.
21819 (def-gdb-auto-update-trigger): New `signal-list' optional
21820 argument.
21821 (gdb-thread-list-handler-custom): Update `gud-running',
21822 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21823 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21824 (gdb-continue-thread, gdb-step-thread): New commands for fine
21825 thread execution control.
21826 (gud-menu-map): New menu items to switch non-stop options.
21827 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21828 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21829
21830 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21831 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21832 gdb-buffer-rules.
21833 (def-gdb-auto-update-handler): New nopreserve optional argument.
21834 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21835
88b5a757 21836 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21837 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21838 (gdb-parent-mode): New mode to derive other GDB modes from.
21839 (gdb-display-disassembly-for-thread)
21840 (gdb-frame-disassembly-for-thread): New commands for threads
21841 buffer.
21842
21843 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21844 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21845 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21846 (gdb-update): We now store all GDB buffers in a list so that they
21847 can be updated by traversing a list instead of calling invalidate
7b6fefac 21848 triggers explicitly.
a5c9f540
DD
21849 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21850 pair for GDB buffer.
21851 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21852 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21853 handle pending triggers.
21854 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21855 (def-gdb-thread-buffer-simple-command)
21856 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21857 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21858 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21859 New commands which show buffers bound to thread.
88b5a757 21860 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21861
7b6fefac
JB
21862 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21863 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21864 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21865 to (gud-comint-buffer) in *-buffer-name functions
21866 because (gdb-get-target-string) already does that.
21867 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21868 (gdb-changed-registers-handler): Rewritten without regexps.
21869
ba214964 21870 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21871 (gdb-thread-number): New variable.
21872 (gdb-current-context-command): New macro which adds --thread
21873 option to command.
7b6fefac 21874 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21875 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21876 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21877 (gdb-select-thread): New command which selects current thread.
21878 (gdb-invalidate-frames, gdb-invalidate-locals)
21879 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21880
2ac33804
MA
218812009-08-04 Michael Albinus <michael.albinus@gmx.de>
21882
21883 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21884 robust. (Bug#3977)
2ac33804
MA
21885 (tramp-handle-insert-file-contents): `unwind-protect' must be
21886 inside `with-parsed-tramp-file-name'.
21887
21888 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21889 fails.
21890
39d0296f
NR
218912009-08-03 Nick Roberts <nickrob@snap.net.nz>
21892
21893 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21894 directory if CLASSPATH is not set.
21895
adcbca53
MA
218962009-08-03 Michael Albinus <michael.albinus@gmx.de>
21897
7b6fefac
JB
21898 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21899 New defconst.
7ef849b6 21900 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21901
30924b0b
CY
219022009-08-02 Kevin Ryde <user42@zip.com.au>
21903
7b6fefac
JB
21904 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21905 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21906
b6ce92f1
CY
219072009-08-02 Chong Yidong <cyd@stupidchicken.com>
21908
d977a092
CY
21909 * select.el (x-set-selection): Doc fix (Bug#4021).
21910
21911 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21912
b6ce92f1
CY
21913 * help-fns.el (describe-variable): Treat list return values from
21914 dir-locals-find-file properly (Bug#4005).
21915
7b6fefac 219162009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21917
21918 * net/tramp.el (tramp-debug-message): Print also microseconds.
21919
219202009-08-02 Michael Albinus <michael.albinus@gmx.de>
21921
21922 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21923 or END is non-nil.
21924 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21925 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21926 format.
21927
5ce6e4f4 21928 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21929 (tramp-get-file-property): Use it.
21930
6a7662bb
BR
21931 * autorevert.el (auto-revert-handler):
21932 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21933
2aafe808
JR
219342009-08-02 Jason Rumney <jasonr@gnu.org>
21935
21936 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21937 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21938
e094097c
CY
219392009-08-02 Chong Yidong <cyd@stupidchicken.com>
21940
21941 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21942 (font-lock-variable-name-face, font-lock-constant-face):
21943 Darken the colors for light backgrounds.
e094097c 21944
de94f281
EZ
219452009-08-01 Eli Zaretskii <eliz@gnu.org>
21946
21947 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21948 month names. (Bug#3987)
21949
54b99340
CY
219502009-07-31 Chong Yidong <cyd@stupidchicken.com>
21951
21952 * simple.el (line-move-finish): Pass whole number to
21953 line-move-to-column.
34be836c 21954 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21955
38216c30
JB
219562009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21957
21958 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21959
c779896d
CY
219602009-07-29 Alan Mackenzie <acm@muc.de>
21961
21962 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21963
592ccae0
DD
219642009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21965
35edc6c6
DD
21966 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21967 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21968
5a9e3ab7
JB
219692009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21970
21971 * calc/calc.el (calc-mode-map): Add keybinding for
21972 `calc-transpose-lines'.
21973
7b6fefac 219742009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21975
21976 * calc/calc-misc.el (calc-transpose-lines): New function.
21977
905fb90e
MA
219782009-07-28 Michael Albinus <michael.albinus@gmx.de>
21979
21980 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21981 Simplify check for out-of-band methods.
21982 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21983 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21984
76e14464
DN
219852009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21986
21987 * vc-git.el (vc-git-checkin): Fix typo.
21988
6088b51f 219892009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21990
21991 * progmodes/js2-mode.el: New file.
21992
b85157fe
NR
219932009-07-28 Nick Roberts <nickrob@snap.net.nz>
21994
21995 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21996 (gud-menu-map): Adjust tooltip accordingly.
21997
d43c2b06
DN
219982009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21999
1c0f0c3b
DN
22000 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
22001 (vc-bzr-log-view-mode): Adjust log-view-file-re.
22002
d43c2b06
DN
22003 * add-log.el (change-log-mode-map): Add a menu.
22004
3dec5c36
MA
220052009-07-27 Michael Albinus <michael.albinus@gmx.de>
22006
22007 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
22008 function returns nil.
22009 (dbus-handle-event): Handle special return value :ignore.
22010 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22011
5704140c
CY
220122009-07-26 Chong Yidong <cyd@stupidchicken.com>
22013
22014 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22015 it's not needed.
22016
3077d1f6
EZ
220172009-07-25 Eli Zaretskii <eliz@gnu.org>
22018
22019 Fix Bug#3888:
22020
22021 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22022
22023 * term/pc-win.el (x-display-name, x-colors)
22024 (x-select-enable-clipboard, x-select-text): Doc fix.
22025
22026 * term/common-win.el (x-display-name, x-colors): Doc fix.
22027
22028 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22029 (xw-defined-colors): Doc fix.
22030
22031 * w32-fns.el (x-select-text, x-setup-function-keys)
22032 (x-get-selection, x-set-selection): Doc fix.
22033
22034 * term/x-win.el (x-select-text, x-setup-function-keys)
22035 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22036
22037 * select.el (x-set-selection): Doc fix.
22038
51768bc8
MA
220392009-07-25 Michael Albinus <michael.albinus@gmx.de>
22040
22041 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22042 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
22043 "IsNSSSupportAvailable" method is not available.
22044 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 22045
b11c2874
KH
220462009-07-24 Kenichi Handa <handa@m17n.org>
22047
22048 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 22049 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
22050 (build-unicode-category-table): Fix range checks.
22051
ba83b7b6
DN
220522009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22053
22054 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22055 the buffer we try to sync is current when calling
22056 vc-resynch-buffer.
22057
22058 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22059 not show up to date files.
22060
7a8ae964
GM
220612009-07-24 Glenn Morris <rgm@gnu.org>
22062
22063 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22064 Add autoload cookies. If necessary, initialize.
22065 (elint-log): Handle non-file buffers.
22066 (elint-initialize): Add optional argument to reinitialize.
22067 (elint-find-builtin-variables): Save excursion.
22068
a707eb05
DN
220692009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22070
22071 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22072 for Lint.
22073
0a2ddfa6
DN
220742009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22075
d6a62b0d
DN
22076 * vc.el (vc-print-log-internal): New function, split out from ...
22077 (vc-print-log): ... here.
10b5dcad 22078 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 22079
0a2ddfa6
DN
22080 * vc-git.el (vc-git-add-signoff): New variable.
22081 (vc-git-checkin): Use it.
22082 (vc-git-toggle-signoff): New function.
22083 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
22084 (vc-git--run-command-string): Accept a nil FILE argument.
22085 (vc-git-stash-list): New function.
22086 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 22087
589a99f2
GM
220882009-07-23 Glenn Morris <rgm@gnu.org>
22089
22090 * help-fns.el (describe-variable): Describe ignored and risky local
22091 variables in a similar way to that in which we describe safe ones.
22092
22093 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22094 (byte-compile-output-file-form, byte-compile-output-docform)
22095 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22096 Give some more local variables with common names a "bytecomp-" prefix,
22097 so as not to shadow things during compilation.
22098 * emacs-lisp/cl-macs.el (load-time-value)
22099 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22100 `outbuffer' to `bytecomp-outbuffer'.
22101
22102 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22103 since the next two variables cover them automatically now.
22104 (elint-builtin-variables, elint-autoloaded-variables): New.
22105 (elint-unknown-builtin-args): Remove all members, since they can be
22106 parsed automatically now.
22107 (elint-extra-errors): New.
22108 (elint-env-add-env, elint-env-add-macro): Use cadr.
22109 (elint-current-buffer): Use or. Change final message.
22110 (elint-get-top-forms): Use line-end-position.
22111 (elint-init-env): Use cadr. Handle autoload, declare-function,
22112 and defalias.
22113 (elint-add-required-env): Doc fix. Use or. Standardize error.
22114 (regexp-assoc): Remove unused function.
22115 (elint-top-form): Set elint-current-pos, to record the start of the
22116 top-level form, for compilation-mode.
22117 (elint-form): Trap errors in macro expansion. Use dolist.
22118 (elint-unbound-variable): Use elint-builtin-variables and
22119 elint-autoloaded-variables.
22120 (elint-get-args): Use cadr, or.
22121 (elint-check-cond-form): Use dolist, cadr.
22122 (elint-check-condition-case-form): Doc fix. Use cadr.
22123 Use elint-extra-errors.
22124 (elint-log): New function.
22125 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22126 Distinguish errors and warnings.
22127 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22128 Use a bytecomp-style format.
22129 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22130 (elint-get-log-buffer): Use compilation mode. Disable undo.
22131 Don't truncate lines.
22132 (elint-initialize): Set builtin and autoloaded variable lists.
22133 Only process elint-unknown-builtin-args if non-nil.
22134 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22135 New functions.
22136 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22137
855b42a2
GM
221382009-07-22 Kevin Ryde <user42@zip.com.au>
22139
22140 * net/newst-backend.el (newsticker--parse-atom-1.0)
22141 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22142 (newsticker--parse-rss-1.0):
22143 * progmodes/idlwave.el (idlwave-mode):
22144 * progmodes/idlw-shell.el (idlwave-shell-mode):
22145 * progmodes/vera-mode.el (vera-mode):
22146 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22147 * progmodes/vhdl-mode.el (vhdl-mode):
22148 * textmodes/table.el (table-generate-source)
22149 (table--warn-incompatibility):
22150 Hyperlink urls in docstrings with URL `...'.
22151
fd413a37
GM
221522009-07-22 Glenn Morris <rgm@gnu.org>
22153
cb711556
GM
22154 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22155 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22156 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22157 Remove leading * from defcustom docs.
22158
fd413a37
GM
22159 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22160
22161 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22162 defcustom doc.
22163 (list-load-path-shadows): Optionally, just return shadows as a string.
22164
22165 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22166
a4f69701
CY
221672009-07-21 Chong Yidong <cyd@stupidchicken.com>
22168
6a7662bb
BR
22169 * mail/rmailedit.el (rmail-edit-mode):
22170 Use auto-save-include-big-deletions.
a4f69701 22171
6a7662bb
BR
22172 * mail/rmail.el (rmail-variables):
22173 Use auto-save-include-big-deletions.
a4f69701
CY
22174
22175 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22176 changes.
22177
ec06459c
JB
221782009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22179
22180 * calc/calc.el (calc-undo-length): New variable.
22181 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22182
b41b0976
RS
221832009-07-21 Richard Stallman <rms@gnu.org>
22184
22185 * files.el (auto-save-mode): Handle buffer-save-size = -2
22186 for toggling mode.
22187
4ed32706
GM
221882009-07-21 Glenn Morris <rgm@gnu.org>
22189
531b1264
GM
22190 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22191
55d27f41
GM
22192 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22193
02df3f4d
GM
22194 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22195 silence compiler. Instead...
22196 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22197 (ps-print-ensure-fontified): Update for above function name changes.
22198
fdd8417e
GM
22199 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22200 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22201 silence compiler. Instead...
22202 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22203 (mh-show-buffer): Only define for compiler.
22204 (pr-mh-current-message): Update for above function name changes.
22205
4ed32706
GM
22206 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22207 as an argument.
22208 (find-file-noselect, insert-file-1): Update for above change.
22209
22210 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22211
22212 * mail/mailclient.el (mailclient-send-it): Fix message.
22213
22214 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22215 (edebug-eval): Check cl-debug-env is bound.
22216 (print-level, print-circle): Don't redefine built-in variables.
22217
22218 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22219 (custom-print-vectors): Remove old comments from doc.
22220
22221 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22222 (emerge-version): Make the variable an obsolete alias for the
22223 emacs-version variable. Make the function obsolete.
22224 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22225 Emerge options, rather than merging in into the main Options menu.
22226 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22227 and auto advance modes. Disable edit/fast items when not relevant.
22228
86812144
CY
222292009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22230
22231 * term/vt420.el (terminal-init-vt420): Fix typo.
22232
6bb90094
SS
222332009-07-20 Sam Steingold <sds@gnu.org>
22234
22235 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22236 variable (removed from compile.el on 2004-03-11).
22237
42e0a725
CY
222382009-07-20 Chong Yidong <cyd@stupidchicken.com>
22239
22240 * files.el (hack-local-variables-filter): Fix last change.
22241
2ee20f24
JL
222422009-07-19 Juri Linkov <juri@jurta.org>
22243
22244 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22245 (dir-local-variables-alist): New buffer-local variable.
22246 (hack-local-variables-filter): If variable is not dir-local,
22247 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22248 because file-local overrides dir-local.
3570691b 22249 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
22250 Remove obsolete declaration.
22251 (hack-dir-local-variables): Add dir-local variable/value pair to
22252 `dir-local-variables-alist' and remove duplicates. Doc fix.
22253
22254 * help-fns.el (describe-variable): Add information about
22255 file-local and dir-local variables.
22256
89bf83cd
CY
222572009-07-19 Chong Yidong <cyd@stupidchicken.com>
22258
22259 * files.el (hack-local-variables-filter): Rewrite.
22260
1a8d3541
GM
222612009-07-19 Glenn Morris <rgm@gnu.org>
22262
d9e8a018
GM
22263 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22264 Silence compiler by only defining on XEmacs.
22265
da332cfb
GM
22266 * international/mule.el (auto-coding-regexp-alist): Only match
22267 BABYL... at the start of buffer, not of lines. (Bug#3790)
22268
1a8d3541
GM
22269 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22270 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22271 (cal-menu-context-mouse-menu): Doc fix.
22272
22273 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22274
22275 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22276
d842b103
JL
222772009-07-18 Juri Linkov <juri@jurta.org>
22278
22279 * info.el: Virtual Info keyword finder.
3570691b 22280 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22281 (Info-finder-file): New variable.
22282 (Info-finder-find-file): New function.
22283 (finder-known-keywords, finder-package-info)
22284 (find-library-name, lm-commentary): Use defvar and
22285 declare-function to silence compiler warnings.
22286 (Info-finder-find-node): New function.
22287 (info-finder): New command.
22288
22289 * subr.el (process-kill-buffer-query-function): New function.
22290 (add-hook)<kill-buffer-query-functions>: Add hook
22291 `process-kill-buffer-query-function'.
22292
10d37df7
AM
222932009-07-18 Alan Mackenzie <acm@muc.de>
22294
7b6fefac 22295 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22296 (c-postprocess-file-styles): Give invocation of `c-set-style'
22297 DONT-OVERRIDE parameter of t. Already set style variables will
22298 thus not be overridden by style settings given by `c-file-syle'.
22299
22300 * files.el (hack-local-variables-filter): Remove entries with
22301 duplicate keys from `file-local-variables-alist'.
22302
102e1a41
EZ
223032009-07-18 Eli Zaretskii <eliz@gnu.org>
22304
22305 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22306 x-set-selection if display-selections-p returns nil for the
22307 current frame.
22308
16f2e9fc
CY
223092009-07-18 Chong Yidong <cyd@stupidchicken.com>
22310
22311 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22312
f22693fc
EZ
223132009-07-18 Eli Zaretskii <eliz@gnu.org>
22314
a6c2c80c
EZ
22315 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22316 Accept nil in addition to a regexp.
22317 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22318 Accept nil in addition to a regexp.
22319 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22320 buffers that have an associated file. Handle nil values of
22321 desktop-buffers-not-to-save and desktop-files-not-to-save.
22322 (Bug#3833)
22323
f22693fc
EZ
22324 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22325 (x-disown-selection-internal): New functions.
22326
e456379a
NR
223272009-07-18 Nick Roberts <nickrob@snap.net.nz>
22328
22329 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22330 warning.
22331 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22332 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22333
0013b70f
CY
223342009-07-18 David De La Harpe Golden <david@harpegolden.net>
22335
22336 * simple.el (set-mark): Revert last change.
22337
0855c2ca
CY
223382009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22339
22340 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22341 rendering of pngs is not possible instead of messaging a long
22342 description.
22343
3f5c9cad
CY
223442009-07-17 David De La Harpe Golden <david@harpegolden.net>
22345
22346 * w32-fns.el (x-selection-owner-p): New function.
22347
22348 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22349 (mouse-yank-at-click, mouse-yank-primary):
22350 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22351 insertion.
3f5c9cad
CY
22352
22353 * simple.el (deactivate-mark, set-mark): Only save selection if we
22354 own it.
22355
1fc87f9b
KH
223562009-07-17 Kenichi Handa <handa@m17n.org>
22357
22358 * case-table.el (describe-buffer-case-table): Fix for the case
22359 that KEY is a cons.
22360
d56fdcd2
DN
223612009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22362
22363 * vc-rcs.el (vc-rcs-find-file-hook):
22364 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22365
bede3e9f
MA
223662009-07-16 Michael Albinus <michael.albinus@gmx.de>
22367
22368 * net/tramp.el (tramp-wait-for-output): Handle the case when
22369 commands do not return a newline but a null byte before the shell
22370 prompt. (Bug#3858)
22371
7653ca1d
YM
223722009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22373
22374 * term/ns-win.el (ns-set-alpha): Don't declare.
22375 (ns-set-background-alpha): Remove function.
22376
ed2a52e9
SM
223772009-07-16 Kevin Ryde <user42@zip.com.au>
22378
22379 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22380 y-or-n-p, for safety.
22381
7a907299
RS
223822009-07-16 Richard Stallman <rms@gnu.org>
22383
22384 * files.el (auto-save-mode): If buffer-saved-size is -2,
22385 don't clobber it.
22386
22387 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22388 (rmail-retry-ignored-headers): Add more uninteresting fields.
22389
c0db3477
CY
223902009-07-15 Jari Aalto <jari.aalto@cante.net>
22391
22392 * net/rcirc.el (rcirc): Use history variables.
22393 (rcirc-server-name-history, rcirc-nick-name-history)
22394 (rcirc-server-port-history): New variables.
22395
6c875452
KH
223962009-07-15 Kenichi Handa <handa@m17n.org>
22397
bf974dc9
KH
22398 * international/mule-cmds.el (set-language-environment-charset):
22399 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22400 ignore them.
22401
6c875452
KH
22402 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22403 Delete unibyte-display.
22404
2066b4fe
CY
224052009-07-15 Chong Yidong <cyd@stupidchicken.com>
22406
22407 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22408
f9be2e35
CY
224092009-07-15 Chong Yidong <cyd@stupidchicken.com>
22410
22411 * simple.el (deactivate-mark): Optional argument FORCE.
22412 (set-mark): Use deactivate-mark.
22413
22414 * info.el (Info-search): No need to check transient-mark-mode
22415 before calling deactivate-mark.
22416
22417 * select.el (x-set-selection): Doc fix.
22418 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22419 (xselect--selection-bounds): Handle buffer values.
22420 Suggested by David De La Harpe Golden.
f9be2e35 22421
6a7662bb
BR
22422 * mouse.el (mouse-set-region, mouse-drag-track):
22423 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22424 select-active-regions work.
22425
be3e598a 224262009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22427
22428 * simple.el (deactivate-mark): If select-active-regions is
22429 non-nil, copy the selection data into a string.
22430 (activate-mark): If select-active-regions is non-nil, set the
22431 selection to the current buffer.
22432 (set-mark): Update selection if select-active-regions is non-nil.
22433
22434 * select.el (x-valid-simple-selection-p): Allow buffer values.
22435
cbd61418
SM
224362009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22437
22438 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22439 and more featureful message-mode.
22440
f470187f
CY
224412009-07-14 Chong Yidong <cyd@stupidchicken.com>
22442
22443 * select.el (x-set-selection): Doc fix.
22444 (x-valid-simple-selection-p): Disallow selection data consisting
22445 of a list or cons of integers, since that is not used.
22446 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22447 (xselect-convert-to-string, xselect-convert-to-length)
22448 (xselect-convert-to-filename, xselect-convert-to-charpos)
22449 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22450
bfc99364
DD
224512009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22452
22453 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22454 output in -break-info command (Emacs bug #3794).
22455
e32721f5
GM
224562009-07-14 Glenn Morris <rgm@gnu.org>
22457
1e46f9e4
GM
22458 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22459 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22460 (edebug-print-length, edebug-print-level, edebug-print-circle)
22461 (edebug-sit-for-seconds, edebug-view-outside)
22462 (edebug-bounce-point, edebug-set-global-break-condition)
22463 (edebug-Go-nonstop-mode, edebug-trace-mode)
22464 (edebug-Trace-fast-mode, edebug-continue-mode)
22465 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22466 (edebug-visit-eval-list): Doc fixes.
22467
e32721f5
GM
22468 * subr.el (def-edebug-spec): Doc fix.
22469
66a85e76
KH
224702009-07-14 Kenichi Handa <handa@m17n.org>
22471
22472 * international/characters.el: Fix setting of category ?C.
22473
28571246
JD
224742009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22475
7b6fefac 22476 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22477 ns-popup-font-panel instead of generate-fontset-menu.
22478
5d74672c
EZ
224792009-07-12 Eli Zaretskii <eliz@gnu.org>
22480
7b6fefac 22481 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22482
eb1727a4
CY
224832009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22484
22485 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22486 the PK\003\004 header (Bug#3770).
22487
208384c5
CY
224882009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22489
22490 * pcomplete.el (pcomplete-comint-setup): Check for
22491 shell-dynamic-complete-filename too.
22492
774409a1
CY
224932009-07-11 Chong Yidong <cyd@stupidchicken.com>
22494
22495 * simple.el (temporary-goal-column): Change the value for
22496 line-move-visual to a cons cell.
22497 (line-move-visual): Record or set the window hscroll, if
22498 necessary (Bug#3494).
22499 (line-move-1): Handle cons value of temporary-goal-column.
22500
1639ee1d
KH
225012009-07-11 Kenichi Handa <handa@m17n.org>
22502
22503 * international/mule-diag.el (describe-character-set): Don't show
22504 width.
22505
2b1d2412
SS
225062009-07-10 Sam Steingold <sds@gnu.org>
22507
22508 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22509 Omake sometimes indents the errors it prints, so allow all
22510 regexps to start with spaces.
22511
ed3a5691
EZ
225122009-07-10 Eli Zaretskii <eliz@gnu.org>
22513
ed2a52e9
SM
22514 * cus-edit.el (customize-changed-options-previous-release):
22515 Bump value to 22.1. (Bug#3804)
ed3a5691 22516
49405d0e
SS
225172009-07-08 Sam Steingold <sds@gnu.org>
22518
22519 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22520 to be a cons cell (test . ignored-directory) to selectively ignore
22521 some directories depending on the location of the search.
22522
93c3eb7c
MA
225232009-07-08 Michael Albinus <michael.albinus@gmx.de>
22524
22525 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22526 remote user is root, on the local host.
22527 (tramp-local-host-p): Either the local user or the remote user
22528 must be root. (Bug#3771)
22529
6f2a8484
NR
225302009-07-08 Nick Roberts <nickrob@snap.net.nz>
22531
22532 * progmodes/gdb-mi.el (gdb): Remove description of
22533 gdb-use-separate-io-buffer.
69cb8d82 22534 (menu): Don't allow toggling of or enable
6f2a8484
NR
22535 gdb-use-separate-io-buffer from menubar.
22536
88d03607
CY
225372009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22538
22539 * mail/unrmail.el (unrmail): Make sure the message ends with two
22540 newlines (Bug#3769).
22541
7ef5b8b2
GM
225422009-07-08 Glenn Morris <rgm@gnu.org>
22543
22544 * calendar/calendar.el (calendar-current-date): Rework previous change.
22545
3ce82f97
GM
225462009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22547
22548 * calendar/calendar.el (calendar-current-date):
22549 Add an optional argument giving an offset from today.
22550
f35fc841
GM
225512009-07-08 Glenn Morris <rgm@gnu.org>
22552
22553 * tutorial.el (tutorial--describe-nonstandard-key):
22554 Adjust the message for when a key has been unbound.
22555 (help-with-tutorial): Hide the arch-tag.
22556
40149292
KH
225572009-07-08 Kenichi Handa <handa@m17n.org>
22558
69cb8d82
KH
22559 * international/fontset.el (setup-default-fontset): For each
22560 script, append (not set) font-specs.
22561
40149292
KH
22562 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22563 docstring.
22564
ff0c4194
NR
225652009-07-08 Nick Roberts <nickrob@snap.net.nz>
22566
22567 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22568 -data-list-register-names to ...
22569 (gdb-starting): ... here because GDB 7.0 requires execution to
22570 have started when using this MI command.
22571 (gdb-set-header): New function to distinguish select and
22572 unselected tabs in gdb buffers.
22573 (gdb-propertize-header): New macro that uses gdb-set-header.
22574 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22575 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22576
8954c675
CY
225772009-07-07 Chong Yidong <cyd@stupidchicken.com>
22578
22579 * Makefile.in (ELCFILES): Remove fadr.elc.
22580
0996385d
DD
225812009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22582
dc6b4519
DD
22583 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22584 may contain frame information, so `string-match' should be used.
22585 (gdb-update): Disassembly is invalidated through
22586 `gdb-get-selected-frame'.
22587 (gdb-pad-string): New function to pad string with spaces.
22588 (gdb-invalidate-disassembly): Invalidate only if the buffer
22589 exists.
22590 (gdb-disassembly-handler-custom): Column alignment.
22591 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22592 placing new ones.
22593 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22594 end of line, too.
22595 (gdb-frame-handler): Match convention to for disassembly buffer
22596 mode name.
17c1380b 22597 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22598 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22599 not highlight breakpoints without line information.
69a197a2 22600 (gdb-input): Add trailing newline to command.
dc6b4519 22601
14340b25
DD
22602 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22603 buffer properly.
22604 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22605 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22606 now.
22607 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22608 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22609 to place breakpoints.
14340b25
DD
22610 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22611 functions.
22612 (gdb-disassembly-handler-custom): Show overlay arrow.
22613 (gdb-disassembly-place-breakpoints): Show breakpoints in
22614 disassembly buffer.
22615 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22616 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22617 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22618 in `gud-menu-map'.
14340b25 22619
38d4f316 22620 * fadr.el: Remove.
1f2a6224 22621
7b6fefac 22622 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22623 (gdb-memory-address): New variable which holds top address of
7b6fefac 22624 memory page shown in memory buffer.
6a7662bb
BR
22625 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22626 New customization variables.
0996385d
DD
22627 New functions:
22628 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22629 display the memory buffer.
22630 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22631 buffer display parameters.
22632 (def-gdb-memory-format, gdb-memory-format-binary)
22633 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22634 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22635 Functions for setting memory buffer format.
22636 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22637 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22638 unit size used in memory buffer.
6a7662bb
BR
22639 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22640 Switch to next/previous page of memory buffer.
28d67a53 22641 Now using (bindat-get-field) instead of fadr functions.
0996385d 22642
9ba562d3
SS
226432009-07-07 Sam Steingold <sds@gnu.org>
22644
22645 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22646 non-top-level files.
22647
a43977db
KH
226482009-07-07 Kenichi Handa <handa@m17n.org>
22649
6a7662bb
BR
22650 * international/mule-cmds.el (reset-language-environment):
22651 Put the highset priority to the charset iso-8859-1.
a43977db 22652
d44d05e8
CY
226532009-07-06 Chong Yidong <cyd@stupidchicken.com>
22654
22655 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22656 to the end of the line when locating the block (Bug#700).
22657
3e2fa353
MA
226582009-07-06 Michael Albinus <michael.albinus@gmx.de>
22659
22660 * net/tramp.el (tramp-handle-write-region): Flush file properties
22661 in case of short track.
22662
be3e598a 226632009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22664
bf0b361c
JB
22665 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22666 Coded custom representation of verilog error regular expressions
22667 to work with Emacs-22's new format.
d88782c3 22668 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22669 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22670 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22671 error recognition into XEmacs.
22672 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22673 error recognition into Emacs-22.
22674
25c6f63e
CY
226752009-07-06 Chong Yidong <cyd@stupidchicken.com>
22676
22677 * woman.el: Remove stand-alone closing parentheses.
22678 (woman-file-name, woman2-format-paragraphs)
22679 (woman-leave-blank-lines): Code cleanup.
22680 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22681 (woman-italic, woman-bold, woman-unknown, woman-addition):
22682 Change defaults to inherit from default faces.
25c6f63e
CY
22683 (woman2-process-escapes): Consume the newline after a stand-alone
22684 filler character (Bug#3651).
22685
f176290e
GM
226862009-07-06 Glenn Morris <rgm@gnu.org>
22687
22688 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22689 (top-level): Move provide to the end.
22690 (ffap): Remove defunct URL from custom group.
22691
22692 * subr.el (eval-after-load): Doc fix.
22693
7b6fefac 226942009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22695
22696 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22697 `calc-embedded-word' is called twice.
22698
4b8b1ec5
SM
226992009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22700
22701 * files.el (find-alternate-file-other-window, find-alternate-file):
22702 Obey confirm-nonexistent-file-or-buffer.
22703
d6ceb380
MA
227042009-07-05 Michael Albinus <michael.albinus@gmx.de>
22705
22706 * dired-aux.el (dired-show-file-type): Handle remote files.
22707
be3e598a 227082009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22709
4b8b1ec5
SM
22710 * desktop.el (desktop-globals-to-save):
22711 Add file-name-history (Bug#2750).
c760f19e 22712
6d00ce04
CY
227132009-07-05 Chong Yidong <cyd@stupidchicken.com>
22714
4b8b1ec5 22715 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22716
6ee21b07
JB
227172009-07-04 Johan Bockgård <bojohan@gnu.org>
22718
22719 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22720 property on entire argument since this is what eshell-lisp-command
22721 expects.
22722
f0dbdc25
MA
227232009-07-03 Michael Albinus <michael.albinus@gmx.de>
22724
22725 * net/tramp-gvfs.el (tramp-gvfs-methods)
22726 (tramp-gvfs-zeroconf-domain)
22727 (tramp-bluez-discover-devices-timeout): Add version flag.
22728 (tramp-gvfs-handler-mounted-unmounted)
22729 (tramp-gvfs-connection-mounted-p): Polish handling of
22730 incompatibilities between GVFS 0.2 and 1.0.
22731
e044e4fc
JD
227322009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22733
4b8b1ec5 22734 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22735
2e9b968b
JB
227362009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22737
bf0b361c 22738 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22739 formatted correctly.
22740
baf1a55e
JL
227412009-07-02 Juri Linkov <juri@jurta.org>
22742
22743 * info.el: Virtual Info files and nodes.
22744 (Info-virtual-files, Info-virtual-nodes): New variables.
22745 (Info-current-node-virtual): New variable.
22746 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22747 New functions.
22748 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22749 to check for a virtual file instead of checking a fixed list
22750 of node names.
22751 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22752 instead of ad-hoc processing of "dir" and (apropos history toc).
22753 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22754 instead of ad-hoc processing of "dir" and (apropos history toc).
22755 Reread a file when moving from a virtual node.
22756 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22757 (Info-directory-toc-nodes, Info-directory-find-file)
22758 (Info-directory-find-node): New functions.
22759 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22760 (Info-history): Move part of code to
22761 `Info-history-find-node'.
22762 (Info-history-toc-nodes, Info-history-find-file)
22763 (Info-history-find-node): New functions.
22764 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22765 (Info-toc): Move part of code to `Info-toc-find-node'.
22766 (Info-toc-find-node): New function.
4b8b1ec5 22767 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22768 the current Info file name to references because now the node
22769 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22770 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22771 (Info-toc-nodes): Rename input argument `file' to `filename'.
22772 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22773 instead of ad-hoc processing of ("dir" apropos history toc).
22774 (Info-index-nodes): Use Info-virtual-file-p
22775 to check for a virtual file instead of checking a fixed list
22776 of node names.
22777 (Info-index-node): Add check for `Info-current-node-virtual'.
22778 Raise `save-match-data' higher up the tree to contain
22779 `search-forward' too (bug fix).
22780 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22781 (Info-virtual-index-nodes): New variable.
22782 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22783 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22784 (Info-apropos-file, Info-apropos-nodes): New variables.
22785 (Info-apropos-toc-nodes, Info-apropos-find-file)
22786 (Info-apropos-find-node, Info-apropos-matches): New functions.
22787 (info-apropos): Move part of code to `Info-apropos-find-node' and
22788 `Info-apropos-matches'.
22789 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22790 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22791 for a virtual file instead of checking a fixed list of node names.
22792
22793 * simple.el (async-shell-command): New command.
22794
22795 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22796
22797 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22798 instead of `mount-info'.
22799
d04bc496
MA
228002009-07-02 Michael Albinus <michael.albinus@gmx.de>
22801
22802 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22803 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22804
af0403e0
KH
228052009-07-02 Kenichi Handa <handa@m17n.org>
22806
22807 * international/mule.el (set-keyboard-coding-system): Force *-unix
22808 coding-system to avoid eol conversion.
22809
99278f8a
MA
228102009-07-01 Michael Albinus <michael.albinus@gmx.de>
22811
4b8b1ec5
SM
22812 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22813 Add handler for `process-file', `shell-command' and
99278f8a
MA
22814 `start-file-process'.
22815 (tramp-gvfs-handle-shell-command)
22816 (tramp-gvfs-handle-start-file-process)
22817 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22818 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22819
3f1c6666
JD
228202009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22821
22822 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22823
3f396bac
KH
228242009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22825
22826 * language/korean.el (set-language-info-alist): Add korean-cp949,
22827 cp949 to spec.
22828
c1185193
KH
228292009-07-01 Kenichi Handa <handa@m17n.org>
22830
22831 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22832
22833 * international/encoded-kb.el: Deleted.
22834
22835 * international/mule.el (set-keyboard-coding-system): Perform the
22836 necessary setup here instead of calling encoded-kbd-setup-display.
22837
3f150a60
GM
228382009-07-01 Glenn Morris <rgm@gnu.org>
22839
22840 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22841
b0d5b05b
GM
228422009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22843
22844 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22845
4f4126e6
MA
228462009-06-30 Michael Albinus <michael.albinus@gmx.de>
22847
4b8b1ec5
SM
22848 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22849 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22850 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22851
7ae3ea65 22852 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22853 (top): Add a default for "synce" in `tramp-default-user-alist'.
22854 Add completion function for "synce" method.
22855 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22856 (tramp-hal-interface-manager, tramp-hal-interface-device):
22857 New defconst.
22858 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22859 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22860 New defuns.
d6ceb380
MA
22861
22862 * net/trampver.el: Update release number.
7ae3ea65 22863
0ad6626b
KH
228642009-06-30 Kenichi Handa <handa@m17n.org>
22865
22866 * international/fontset.el (setup-default-fontset): Add CJK fonts
22867 for symbols and the other miscellaneous characters.
22868
4b8b1ec5
SM
22869 * language/korea-util.el (setup-korean-environment-internal):
22870 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22871 (exit-korean-environment): Cancel above.
22872
22873 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22874 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22875 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22876 environments, and an exit-function to cancel that.
22877
22878 * language/japan-util.el (setup-japanese-environment-internal):
22879 Call use-cjk-char-width-table with arg `ja_JP'.
22880
22881 * international/characters.el (cjk-char-width-table): Delete it.
22882 (cjk-char-width-table-list): New variable.
22883 (use-cjk-char-width-table): New arg local-name.
22884 (use-default-char-width-table): Fix for the case that Emacs is
22885 already using the default char-width-table.
22886
fd46e893
MA
228872009-06-29 Michael Albinus <michael.albinus@gmx.de>
22888
22889 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22890 modes mandatory. (Bug#3712)
22891
b87d9f96
AM
228922009-06-29 Alan Mackenzie <acm@muc.de>
22893
22894 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22895 correction between the visible width of TABs and their number of bytes.
b87d9f96 22896
2d25aa5a
CY
228972009-06-29 Chong Yidong <cyd@stupidchicken.com>
22898
22899 * server.el (server-buffer-done): Prevent kill-buffer from
22900 prompting by clearing the buffer modification flag (Bug#3696).
22901
a3a8b002
DN
229022009-06-28 Michael McNamara <mac@mail.brushroad.com>
22903
bf0b361c 22904 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22905 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22906 (verilog-basic-complete-re): Support localparam lineup.
22907 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22908 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22909 commenting.
22910 (verilog-leap-to-case-head): Now support *nested* unique &
22911 priority case statements.
22912 (verilog-auto-lineup): Make just declarations the default (as it
22913 had been).
4b8b1ec5 22914 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22915 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22916 select the various styles of automatic lineup.
a3a8b002
DN
22917 (verilog-error-regexp-alist): Rework to support the XEmacs style
22918 of error regular expressions from compilers, lint tools &
22919 simulators. Note that GNU Emacs has made it impossible for a mode
22920 to load such things.
22921 (electric-verilog-terminate-line, verilog-indent-declaration)
22922 (verilog-auto-wiure): Rework for radio button selection of
22923 auto-lineup selection of specification of auto lineup.
22924 (verilog-beg-of-statement-1): Redesign to support proper operation
22925 in additional code, based on testing with auto-lineup.
22926 (verilog-calculate-indent, assignments & declarations)
22927 (verilog-backward-token): Enhance to support auto-lineup of
22928 assignments & declarations.
22929 (verilog-in-directive-p, verilog-at-struct-p): New function for
22930 easy test of whether we are.
22931 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22932 to support safe execution at almost anyline.
22933 (verilog-calc-1): Properly support indenting deep inside generate
22934 blocks.
48c2d18a 22935 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22936 as it is redundant with font-lock-defaults.
a8f316ca 22937 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22938 to avoid circular calls if syntax-ppss is a function (as is the
22939 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22940 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22941 (verilog-ovm-begin-re, verilog-ovm-end-re)
22942 (verilog-ovm-statement-re, verilog-leap-to-head)
22943 (verilog-backward-token): Add support for OVM macros. Some are
22944 complete statements, and others open and close scopes like begin
22945 and end.
22946 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22947 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22948 compilation issue.
48c2d18a 22949 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22950 coverpoint, constraint and cross statements.
a3a8b002
DN
22951 (verilog-defun-level-list, verilog-generate-defun-level-list)
22952 (verilog-all-defun-level-list): Redo these specifications - it is
22953 too hard to support eval-when compile aggregation of lists also
22954 built at when-compile time.
22955 (verilog-defun-level-list): Place defconsts of variables used in
22956 building regular expressions which are built in eval-when-compile
22957 bodies in the same eval-when-compile body to facilitate compile
22958 without load.
22959 (verilog-beg-block-re-ordered): Support indenting
22960 virtual/protected tasks and functions.
7b6fefac 22961 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22962 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22963 indentation of some module items (generate items).
22964 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22965 across virtual/protected tasks and functions.
22966
229672009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22968
bf0b361c 22969 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22970 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22971 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22972 in concatenations. Reported by Yishay Belkind.
22973 (verilog-auto-ascii-enum): Support one-hot state machines in
22974 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22975 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22976 modport in AUTOINST and add vl-modport for users.
22977 Reported by David Rogoff.
a3a8b002
DN
22978 (verilog-auto-inout-module, verilog-auto-inst)
22979 (verilog-decls-get-interfaces, verilog-insert-definition)
22980 (verilog-insert-one-definition, verilog-read-decls)
22981 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22982 (verilog-sig-modport, verilog-signals-combine-bus)
22983 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22984 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22985 Suggested by David Rogoff.
22986 (verilog-repair-open-comma): Fix non-insertion of comma when
22987 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22988 (verilog-make-width-expression): Simplify [A-1:0] expression
22989 widths to just {A{1'b0}}.
22990 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22991 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22992 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22993 inputs/outputs or data type. Suggested by Vasu Kandadi.
22994 (next-error-last-buffer): Fix byte-compiler warning.
22995 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22996 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22997 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22998 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22999 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 23000 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 23001 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
23002 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
23003 causing use of <= assignments. Reported by Alex Reed.
23004 (verilog-read-decls): Fix triand, trior, wand, wor to be
23005 recognized by AUTOWIRE. Reported by Spencer Isaacson.
23006 (verilog-extended-complete-re): Support import "DPI-C" functions.
23007 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 23008 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
23009 (verilog-insert-date, verilog-insert-year)
23010 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23011 Windows systems. Reported by Michael Potts.
23012 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 23013 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 23014 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 23015 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
23016 (verilog-read-decls): Fix detecting "parameter int" when using
23017 AUTOINSTPARAM. Reported by Bruce T.
23018 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 23019 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 23020 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
23021 verilog-goto-defun will work. Reported by Lawrence Butcher.
23022 (verilog-getopt): Expand environment variables in -f file
23023 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 23024 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
23025 when reading enumerations.
23026 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23027 Suggested by Stephen Peltan.
4b8b1ec5 23028 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
23029 files. Reported by Steve Peltan.
23030
f7c0d931
CY
230312009-06-28 David De La Harpe Golden <david@harpegolden.net>
23032
23033 * files.el (trash-directory): Fix defcustom type.
23034
baf1a55e 230352009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
23036
23037 * help-fns.el (describe-function-1): Correctly locate adviced
23038 functions in hyperlink (Bug#2438).
23039
d63a01ef
CY
230402009-06-28 Chong Yidong <cyd@stupidchicken.com>
23041
23042 * files.el (trash-directory): Change default to nil.
23043 (move-file-to-trash): If trash-directory is nil and
23044 system-move-file-to-trash is unbound, perform freedesktop-style
23045 trashing.
23046
230472009-06-28 David De La Harpe Golden <david@harpegolden.net>
23048
23049 * files.el (move-file-to-trash): Add freedesktop trash
23050 support (Bug#973).
23051
fc2f6a26
GM
230522009-06-28 Glenn Morris <rgm@gnu.org>
23053
23054 * autorevert.el (global-auto-revert-non-file-buffers)
23055 (global-auto-revert-mode): Doc fixes.
23056
00242b07
JB
230572009-06-27 Johan Bockgård <bojohan@gnu.org>
23058
23059 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23060
f5594f03
CY
230612009-06-27 Chong Yidong <cyd@stupidchicken.com>
23062
e8a2b2da
CY
23063 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23064 opened an X connection before calling x-get-resource (Bug#3194).
23065
f5594f03
CY
23066 * play/doctor.el: Remove reference to obsolete website.
23067 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23068
3c3bf6ce
DN
230692009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23070
23071 Remove find-file-not-found-hook VC method. (Bug#2757)
23072 * vc-hooks.el (vc-file-not-found-hook)
23073 (vc-default-find-file-not-found-hook): Remove functions.
23074 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23075 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23076 * vc.el:
23077 * vc-hg.el:
23078 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23079
e26a7bc0
AM
230802009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23081
23082 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 23083 compatibility function for `looking-back'.
e26a7bc0 23084
4b8b1ec5 23085 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 23086 Use `ispell-looking-back'.
e26a7bc0 23087
d9848600
MA
230882009-06-24 Michael Albinus <michael.albinus@gmx.de>
23089
23090 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 23091 rather than `filename'.
d9848600 23092
05fbc4a9
MB
230932009-06-23 Miles Bader <miles@gnu.org>
23094
23095 * face-remap.el (text-scale-set): New function.
23096
f86ca715
GM
230972009-06-23 Glenn Morris <rgm@gnu.org>
23098
33e2c2e5
GM
23099 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23100
f529f302
GM
23101 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23102
34995333
GM
23103 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23104
cc80ccee
GM
23105 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23106
84cb770d
GM
23107 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23108 Simplify Persian conditionals.
23109
d916c965
GM
23110 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23111 variable `filename'.
23112
b6a44b27
GM
23113 * comint.el (comint-insert-input): Doc fix.
23114
f86ca715
GM
23115 * Makefile.in (ELCFILES): Fix typo in previous change.
23116
666e158e
MB
231172009-06-23 Miles Bader <miles@gnu.org>
23118
23119 * cus-start.el: Add entry for `recenter-redisplay'.
23120
be3e598a 231212009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
23122
23123 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23124 Add an optional argument for the backend, use it instead of
23125 calling vc-backend.
4b8b1ec5
SM
23126 (vc-mode-line): Add an optional argument for the backend.
23127 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
23128 special handling for vc-state being a buffer to ...
23129
23130 * vc-rcs.el (vc-rcs-find-file-hook):
23131 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23132
23133 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23134 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23135 vc-stay-local-p and vc-mode-line calls.
23136
23137 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23138 (vc-cvs-diff, vc-cvs-annotate-command)
23139 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23140 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23141 vc-mode-line calls.
23142
23143 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23144 direct comparison.
23145 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23146 backend when calling vc-mode-line.
23147 (vc-register): Do not create a closure for calling the vc register
23148 function, call it directly.
23149
2764748c
DN
231502009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23151
23152 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23153 to make it obvious item can be clicked.
f5a0b281
DN
23154
23155 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23156
d4a885b2
KH
231572009-06-23 Kenichi Handa <handa@m17n.org>
23158
23159 * language/korea-util.el (korean-key-bindings): Change the binding
23160 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23161 same command.
23162
e3610693
MA
231632009-06-22 Michael Albinus <michael.albinus@gmx.de>
23164
23165 Sync with Tramp 2.1.16.
23166
23167 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23168
23169 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23170 when a loading of a package fails. Completion function for rsync
23171 is `tramp-completion-function-alist-ssh'.
23172 (all): Replace all calls of `split-string' and
23173 `tramp-split-string' by `tramp-compat-split-string'.
23174 (tramp-default-method): Use `tramp-compat-process-running-p'.
23175 (tramp-default-proxies-alist): Allow also Lisp forms.
23176 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 23177 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
23178 (tramp-domain-regexp): Allow also "-", "_" and ".".
23179 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23180 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23181 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
23182 (tramp-handle-directory-files-and-attributes-with-stat):
23183 Care about filenames with spaces, or starting with "-".
e3610693
MA
23184 (tramp-handle-dired-uncache): New defun.
23185 (tramp-handle-insert-directory): Don't flush the directory from
23186 cache, this is handled by `dired-uncache' now.
23187 (tramp-handle-insert-file-contents): Improve error handling.
23188 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23189 Quote `tramp-end-of-output'.
23190 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
23191 (tramp-check-for-regexp): Both echoes must be present, before removing.
23192 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
23193 (tramp-compute-multi-hops): Eval cons cells of
23194 `tramp-default-proxies-alist'.
23195 (tramp-maybe-open-connection): Use the same command pattern for
23196 first hop and further hops.
23197 (tramp-wait-for-output): Remove handling of newlines.
23198 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23199 (tramp-split-string): Remove function. It is handled in
23200 tramp-compat now.
23201
4b8b1ec5
SM
23202 * net/tramp-cmds.el (tramp-bug):
23203 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
23204
23205 * net/tramp-compat.el (tramp-compat-split-string)
23206 (tramp-compat-process-running-p): New defuns.
23207
23208 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23209 for `dired-uncache'.
23210
23211 * net/tramp-gvfs.el: New package.
23212
4b8b1ec5
SM
23213 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23214 Add handler for `dired-uncache'.
e3610693
MA
23215 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23216
23217 * net/trampver.el: Update release number. Make version check fit
23218 for SXEmacs 22.
23219
13a3f374
JM
232202009-06-22 Jim Meyering <meyering@redhat.com>
23221
e0a28a3b 23222 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
23223 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23224 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23225
5242671e 232262009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 23227 Nick Roberts <nickrob@snap.net.nz>
13a3f374 23228
e0a28a3b 23229 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
23230 repository (http://sphinx.net.ru/hg/gdb-mi/).
23231
3fde45af
GM
232322009-06-22 Glenn Morris <rgm@gnu.org>
23233
46253b34
GM
23234 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23235 `mode' and `eval' entries. (Bug#3430)
23236
97e18192
GM
23237 * Makefile.in (ELCFILES): Add fadr.elc.
23238
731a00fb
GM
23239 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23240 differing behavior of \n and ^ in strings. (Bug#3385)
23241
c66cd0ff
GM
23242 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23243
3fde45af
GM
23244 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23245 property.
23246 (lisp-indent-function): Make it a defcustom.
23247
db2241a0
NR
232482009-06-21 Nick Roberts <nickrob@snap.net.nz>
23249
23250 * progmodes/gdb-ui.el: Replace with ...
5242671e 23251 * progmodes/gdb-mi.el: ... this file.
db2241a0 23252 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
23253
232542009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23255
db2241a0
NR
23256 * fadr.el: New file.
23257
38d4f316 23258See ChangeLog.14 for earlier changes.
e3d51b27
MR
23259
23260;; Local Variables:
23261;; coding: utf-8
e3d51b27
MR
23262;; End:
23263
73b0cd50 23264 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
23265
23266 This file is part of GNU Emacs.
23267
23268 GNU Emacs is free software: you can redistribute it and/or modify
23269 it under the terms of the GNU General Public License as published by
23270 the Free Software Foundation, either version 3 of the License, or
23271 (at your option) any later version.
23272
23273 GNU Emacs is distributed in the hope that it will be useful,
23274 but WITHOUT ANY WARRANTY; without even the implied warranty of
23275 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23276 GNU General Public License for more details.
23277
23278 You should have received a copy of the GNU General Public License
23279 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.