Handle the case when re-search-backward errs
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0b4e93f1
LL
12011-03-22 Leo Liu <sdl.web@gmail.com>
2
3 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
4 located before rcirc-prompt-end-marker.
5 (rcirc-complete): Error if point is not after rcirc prompt.
6 Handle the case when table is nil.
7
fccee4ab
CY
82011-03-22 Chong Yidong <cyd@stupidchicken.com>
9
10 * custom.el (custom--inhibit-theme-enable): Make it affect only
11 custom-theme-set-variables and custom-theme-set-faces.
12 (provide-theme): Ignore custom--inhibit-theme-enable.
13 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
14 (custom-enabling-themes): Delete variable.
15 (enable-theme): Accept only loaded themes as arguments. Ignore
16 the special custom-enabled-themes variable.
17 (custom-enabled-themes): Forbid themes from setting this.
18 Eliminate use of custom-enabling-themes.
19 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 20
af896da6
LL
212011-03-21 Leo Liu <sdl.web@gmail.com>
22
23 * ido.el (ido-read-internal): Add ido-selected to history instead
24 of user input.
25
78f64af0
SM
262011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * subr.el (deferred-action-list, deferred-action-function):
29 Mark obsolete.
30
b16ac1ec
LL
312011-03-21 Leo Liu <sdl.web@gmail.com>
32
810f7698
LL
33 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
34 change on 2011-02-13 (bug#8309).
35
b16ac1ec
LL
36 * minibuffer.el (read-file-name-function): Change default value.
37 (read-file-name--defaults): Rename from read-file-name-defaults.
38 (read-file-name-default): Rename from read-file-name.
39 (read-file-name): Call read-file-name-function.
40
4e05e67e
GM
412011-03-21 Glenn Morris <rgm@gnu.org>
42
43 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
44 Doc fixes.
45
4359915b
CY
462011-03-21 Chong Yidong <cyd@stupidchicken.com>
47
48 * cus-theme.el: Add missing provide statement.
49 (customize-create-theme): Extract theme value correctly.
50 (custom-theme-visit-theme): Autoload.
51 (customize-create-theme): Prompt before inserting default faces.
52
1fe275ee
JB
532011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
54
55 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
56 units and musical notes.
57
3ec03f7e
LL
582011-03-20 Leo <sdl.web@gmail.com>
59
60 * ido.el (ido-read-internal): Use completing-read-default.
61 (ido-completing-read): Fix compatibility with completing-read.
62
7d476bde
CO
632011-03-20 Christian Ohler <ohler@gnu.org>
64
65 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
66 (ert-delete-all-tests): Use `called-interactively-p' rather than
67 `interactive-p'.
68 (ert--make-xrefs-region): Respect END.
69
fe0fb33e
CY
702011-03-19 Chong Yidong <cyd@stupidchicken.com>
71
ff854b0b
CY
72 * dired-aux.el (dired-create-directory): Signal an error if the
73 directory already exists (Bug#8246).
74
fe0fb33e
CY
75 * facemenu.el (list-colors-display): Call list-faces-display
76 inside with-help-window.
77 (list-colors-print): Use display property to align the final
78 column, instead of checking window-width.
79
576bce32
EZ
802011-03-19 Eli Zaretskii <eliz@gnu.org>
81
82 * emerge.el (emerge-metachars): Separate value for ms-dos and
83 windows-nt systems.
84 (emerge-protect-metachars): Quote correctly for ms-dos and
85 windows-nt systems.
86
b14e3e21 872011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
88
89 * info.el (info-initialize): Replace all uses of `:' with
90 path-separator for compatibility with non-Unix systems.
91 Cache quoting of path-separator. (Bug#8258)
92
b14e3e21 932011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
94
95 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
96 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
97 (mouse-avoidance-mode): Fix typos in docstrings.
98
4525ce3e
CY
992011-03-19 Chong Yidong <cyd@stupidchicken.com>
100
101 * startup.el (package-subdirectory-regexp): Move from package.el.
102 Omit \\` and \\', and let callers add them.
103
104 * emacs-lisp/package.el (package-strip-version)
105 (package-load-all-descriptors): Add \\` and \\' to
106 package-subdirectory-regexp before using it.
107 (package-untar-buffer): New arg DIR; ensure that file untars only
108 into this expected directory. Remove superfluous delete-region.
109 (package-unpack): Caller changed.
110 (package-tar-file-info): Use package-subdirectory-regexp.
111
a904a09a 1122011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 113
a904a09a
SM
114 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
115 diff-mode-shared-map (bug#8284).
116 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
117
1182011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
119
120 * calendar/time-date.el (format-seconds): Use assoc instead of
121 assoc-string, since assoc-string doesn't exist in XEmacs.
122
171fc304
JB
1232011-03-17 Juanma Barranquero <lekktu@gmail.com>
124
125 * custom.el (custom-known-themes): Reflow docstring.
126 (custom-theme-load-path): Fix typo in docstring.
127 (load-theme): Fix typo in error message.
128 (custom-available-themes, custom-variable-theme-value):
129 Use `let', not `let*'.
130
d71990a1
JB
1312011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
132
133 * calc/README: Mention inclusion of musical notes.
134
135 * calc/calc-units.el (calc-lu-quant): Rename from
136 `calc-logunits-quantity'.
137 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
138 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
139 (calc-db): Rename from `calc-dblevel'.
140 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
141 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
142 (calc-np): Rename from `calc-nplevel'.
143 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
144 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
145 (calc-lu-plus): Rename from `calc-logunits-add'.
146 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
147 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
148 (calc-lu-minus): Rename from `calc-logunits-sub'.
149 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
150 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
151 (calc-lu-times): Rename from `calc-logunits-mul'.
152 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
153 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
154 (calc-lu-divide): Rename from `calc-logunits-div'.
155 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
156 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
157
158 * calc/calc-ext.el (calc-init-extensions): Update the names of the
159 functions being autoloaded.
160
161 * calc/calc.el (calc-lu-power-reference): Rename from
162 `calc-logunits-power-reference'.
163 (calc-lu-field-reference): Rename from
164 `calc-logunits-field-reference'.
165
166 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
167
40c2934b
SM
1682011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * minibuffer.el (completion-all-sorted-completions):
171 Use :completion-cycle-penalty text property if present.
172
b0911414
KM
1732011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
174
175 * allout.el (allout-yank-processing): Adjust for new rebulleting
176 regime so bullet being yanked is used without prompting the user
177 for a choice.
178
8a05b668
JB
1792011-03-16 Juanma Barranquero <lekktu@gmail.com>
180
181 * startup.el (command-line): Warn the user that _emacs is deprecated.
182
5ba5fb81
JB
1832011-03-16 Juanma Barranquero <lekktu@gmail.com>
184
185 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
186 (delphi-verbose, delphi-comment-face, delphi-string-face)
187 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
188 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
189 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
190 (delphi-new-comment-line, delphi-font-lock-defaults)
191 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
192 Fix typos in docstrings.
193
2dab465b
KM
1942011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
195
5ba5fb81 196 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
197 Invert the roles of character and string values for INSTEAD, so a
198 string is used for the more common case of a defaulting prompt.
199
0adf5618
SM
2002011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * progmodes/ruby-mode.el (ruby-backward-sexp):
203 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
204 * play/gamegrid.el (gamegrid-make-face):
205 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
206 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
207 * notifications.el (notifications-notify):
208 * net/xesam.el (xesam-search-engines):
209 * net/quickurl.el (quickurl-list-insert):
210 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
211
d72700e5
CY
2122011-03-15 Chong Yidong <cyd@stupidchicken.com>
213
214 * startup.el (command-line): Update package subdirectory regexp.
215
49c5410a
SM
2162011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
217
c6eee9aa
SM
218 * allout.el (allout-abbreviate-flattened-numbering)
219 (allout-mode-deactivate-hook): Fix up obsolescence "date".
220
49c5410a
SM
221 * subr.el (read-char-choice): Only show the cursor after the prompt,
222 not after the answer.
223
047b2bb9
KR
2242011-03-15 Kevin Ryde <user42@zip.com.au>
225
226 * help-fns.el (variable-at-point): Skip leading quotes, if any
227 (bug#8253).
228
0a57d256
SM
2292011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
232 warning message.
233
77c992bc
MA
2342011-03-14 Michael Albinus <michael.albinus@gmx.de>
235
236 * shell.el (shell): When called interactively, offer to change the
237 shell file name on remote hosts.
238
eebc475d
TZ
2392011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
240
241 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
242 integration for LDAP parameters. The host, base, user or binddn,
243 and secret tokens can be specified in a netrc file, for instance.
244 This is optional because an `auth-source' parameter must be
245 specified in the search attributes.
246
9d05d1ba
JB
2472011-03-13 Juanma Barranquero <lekktu@gmail.com>
248
249 * help.el (describe-mode): Link to the mode's definition (bug#8185).
250
09d9db2c
GM
2512011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
254 into declaration. Remove redundant and harmful binding.
255
2562011-03-12 Eli Zaretskii <eliz@gnu.org>
257
258 * files.el (file-ownership-preserved-p): Pass `integer' as an
259 explicit 2nd argument to `file-attributes'. If the file's owner
260 is the Administrators group on Windows, and the current user is
261 Administrator, consider that a match.
262
263 * server.el (server-ensure-safe-dir): Consider server directory
264 safe on MS-Windows if its owner is the Administrators group while
265 the current Emacs user is Administrator. Use `=' to compare
266 numerical UIDs, since they could be integers or floats.
267
219bd536
JB
2682011-03-12 Juanma Barranquero <lekktu@gmail.com>
269
270 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
271
f3afd36b
MA
2722011-03-12 Michael Albinus <michael.albinus@gmx.de>
273
274 Sync with Tramp 2.2.1.
275
276 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
277
278 * net/trampver.el: Update release number.
279
3aaaa6f1
SM
2802011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
281
94642599
SM
282 * progmodes/compile.el (compilation--previous-directory): Fix up
283 various nil/dead-marker mismatches (bug#8014).
284 (compilation-directory-properties, compilation-error-properties):
285 Don't call it at a position past the one we're about to change.
286
3aaaa6f1
SM
287 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
288 Disable obsolescence warnings in the file that declares it.
289
14239447
KM
2902011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
291
219bd536 292 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
293 allout-widgets-tally as a hash table rather than nil to prevent
294 mode-line redisplay warnings.
295 Also, clarify the module description and fix a comment typo.
296
135e287c
JB
2972011-03-11 Juanma Barranquero <lekktu@gmail.com>
298
299 * help-fns.el (describe-variable): Don't complete keywords.
300 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
301
ffbf300e
CY
3022011-03-10 Chong Yidong <cyd@stupidchicken.com>
303
ba08b241
CY
304 * emacs-lisp/package.el (package-version-join): Impose a standard
305 string representation for pre/alpha/beta version lists.
306 (package-unpack-single): Standardize the directory name by passing
307 it through package-version-join.
308 (package-strip-rcs-id): Accept any version string that does not
309 signal an error in version-to-list.
ffbf300e 310
f346fd6b
MA
3112011-03-10 Michael Albinus <michael.albinus@gmx.de>
312
313 * simple.el (delete-trailing-whitespace): Return nil for the
314 benefit of `write-file-functions'.
315
ccb55d27
GM
3162011-03-10 Glenn Morris <rgm@gnu.org>
317
5ceaac0c
GM
318 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
319
02da65ff
GM
320 * vc/vc-git.el (vc-git-program): New option.
321 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
322 (vc-git--call): Use it.
323
b2f603cc
GM
324 * eshell/esh-util.el (eshell-condition-case): Doc fix.
325
5772caab
GM
326 * cus-edit.el (Custom-newline): If no button at point, look
327 for a subgroup button at start-of-line. (Bug#2298)
328
ccb55d27
GM
329 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
330
ec6ecaed
JD
3312011-03-10 Julien Danjou <julien@danjou.info>
332
333 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
334 `cursor-type' is nil.
335
9d5aa01d
JB
3362011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
337
338 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
339
b6a5875b
KM
3402011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
341
342 * allout.el Summary: Change so yank of distinctive-bullet items
343 preserves the existing header prefix, rebulleting it if necessary,
344 rather than replacing it. This is necessary for proper operation
345 of cooperative addons like allout-widgets.
219bd536 346 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
347 SOLICIT arg to INSTEAD, and interpret additionally a string value
348 as alternate bullet to be used, instead of prompting the user for
349 a bullet character.
350
ee545c35
MA
3512011-03-09 Michael Albinus <michael.albinus@gmx.de>
352
353 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
354 not use `tramp-file-name-port', because this returns also
355 `tramp-default-port'.
356
c47971d7
DD
3572011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
358
359 * net/rcirc.el (rcirc-handler-001): Remove useless
360 with-rcirc-process-buffer.
361 (rcirc-check-auth-status): Swap arguments to string-match.
362
13522cb4
GM
3632011-03-09 Glenn Morris <rgm@gnu.org>
364
0be6f4f1
GM
365 * shell.el (shell-mode):
366 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
367
13522cb4
GM
368 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
369 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
370
515de2e3
CY
3712011-03-08 Chong Yidong <cyd@stupidchicken.com>
372
373 * emacs-lisp/package.el (package-refresh-contents)
374 (package-menu-execute): Use condition-case-no-debug.
375
b511b994
MA
3762011-03-08 Michael Albinus <michael.albinus@gmx.de>
377
378 * simple.el (shell-command-to-string): Use `process-file'.
379
380 * emacs-lisp/package.el (package-tar-file-info): Handle also
381 remote files.
382
383 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
384 `equal' for upload base check.
385
25bbfb31
AM
3862011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
387
388 * textmodes/texinfo.el (texinfo-environments):
389 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
390
be996521
GM
3912011-03-08 Glenn Morris <rgm@gnu.org>
392
e9c8529f
GM
393 * cus-start.el (cursor-in-non-selected-windows):
394 Fix :set quoting oddness. (Bug#8192)
395
be996521
GM
396 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
397 in some setf expressions. (Bug#2159)
398
2bb5649e
CY
3992011-03-08 Chong Yidong <cyd@stupidchicken.com>
400
401 * custom.el (custom-available-themes): Return themes in
402 alphabetical order.
403
7600cf45
CY
4042011-03-07 Chong Yidong <cyd@stupidchicken.com>
405
406 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
407 application of patch from Alan Mackenzie (Bug#7595).
408
fa7062f6
DD
4092011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
410
411 * net/rcirc.el (rcirc-connect): Fix PASS bug.
412
619f4b62
GM
4132011-03-07 Glenn Morris <rgm@gnu.org>
414
415 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 416 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 417
e63e9234
ER
4182011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
419
420 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
421 Add optional `after-sunset' argument. (Bug#8190)
422
16130297
AH
4232011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
424
425 * play/morse.el (nato-alphabet, nato-region, denato-region):
426 New variable and functions. (Bug#2288)
f72c1fd6 427 (morse-region, unmorse-region): Barf if read-only.
16130297 428
2b0787b3
SM
4292011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * progmodes/gud.el (gdb-script-syntax-propertize-function):
432 Don't change the syntax of a \n that closes a comment (bug#8169).
433
5c69cb2c
CY
4342011-03-06 Chong Yidong <cyd@stupidchicken.com>
435
436 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
437 defcustom.
438 (package--update-file): Doc fix. Accept relative file names.
439 (package--archive-contents-from-file): Remove the argument, since
440 it's necessarily always "archive-contents".
441 (package-maint-add-news-item): Pass relative file name args to
442 package--update-file.
443 (package-upload-buffer-internal): Prompt for a destination if
444 package-archive-upload-base is invalid. Create the directory if
445 it does not exist.
446 (package-upload-buffer, package-upload-file): Doc fix.
447
892777ba
CY
4482011-03-06 Chong Yidong <cyd@stupidchicken.com>
449
450 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
451 and move isearch-yank-line to M-s C-e (Bug#8183).
452
9d1f0f55
AM
4532011-03-06 Alan Mackenzie <acm@muc.de>
454
455 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
456 (c-guess-basic-syntax): Move CASE 19 to a different place,
457 correctly to process template-args-cont lines.
9d1f0f55 458
479a2c9b
JB
4592011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
460
2b0787b3
SM
461 * calc/calc-ext.el (calc-init-extensions):
462 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
463 and calc-nplevel, respectively. Add keybindings for calc-spn,
464 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
465 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
466
467 * calc/calc-units.el (calc-dblevel): Rename from
468 calc-logunits-dblevel.
469 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
470 (math-midi-round, math-freqp, math-midip, math-spnp)
471 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
472 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
473 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
474 (math-notes): New variable.
475
476 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 477
f561e49a
CY
4782011-03-06 Chong Yidong <cyd@stupidchicken.com>
479
480 * emacs-lisp/package.el (package-archives): Accept either ordinary
481 directory names, in addition to HTTP URLs.
482 (package--with-work-buffer): New macro. Handle normal directories.
483 (package-handle-response): Don't display the failing buffer.
484 (package-download-single, package-download-tar)
485 (package--download-one-archive): Use package--with-work-buffer.
486 (package-archive-base): Rename from package-archive-url.
487
79a0fb58
GM
4882011-03-06 Glenn Morris <rgm@gnu.org>
489
490 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
491 (xmodmap-generic-mode): Respect generic-extras-enable-list.
492
ffd0a502
DC
4932011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
494
495 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
496
01c35094
JB
4972011-03-06 Juanma Barranquero <lekktu@gmail.com>
498
499 * allout.el (allout-init, allout-prefixed-keybindings)
500 (allout-unprefixed-keybindings):
501 * progmodes/prolog.el (prolog-find-term):
502 Fix typos in docstrings.
503
509742cc
NS
5042011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
505
506 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
507
14369ab3
KR
5082011-03-06 Kevin Ryde <user42@zip.com.au>
509
510 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
511
aa248733
MS
5122011-03-06 Michael Shields <shields@msrl.com> (tiny change)
513
514 * window.el (one-window-p, walk-windows, display-buffer):
515 Doc fixes. (Bug#5567)
516
da0275f8
JB
5172011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
518
519 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
520 of the variable if it exists.
521
845fc5e5
JB
5222011-03-06 Juanma Barranquero <lekktu@gmail.com>
523
524 * bookmark.el:
525 * desktop.el:
526 * emacs-lock.el:
527 * ps-print.el:
528 * saveplace.el:
529 * net/tramp-cache.el:
01c35094 530 * obsolete/fast-lock.el:
845fc5e5
JB
531 * textmodes/reftex.el:
532 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
533
7e27ce9c
AL
5342011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
535
01c35094
JB
536 * files.el (delete-directory, copy-directory, list-directory):
537 Use read-directory-name.
7e27ce9c
AL
538
539 * find-file.el (ff-find-the-other-file):
540 * net/ange-ftp.el (ange-ftp-make-directory):
541 * printing.el (pr-interactive-dir):
542 * progmodes/ada-prj.el (ada-prj-load-directory):
543 * progmodes/ebnf2ps.el (ebnf-print-directory)
544 (ebnf-spool-directory, ebnf-eps-directory)
545 (ebnf-syntax-directory):
546 * shell.el (shell):
547 * speedbar.el (speedbar-create-directory):
548 * vc/emerge.el (emerge-merge-directories):
549 * vc/vc-dir.el (vc-dir):
550 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
551
d23ae2b0
CY
5522011-03-05 Chong Yidong <cyd@stupidchicken.com>
553
554 * help-mode.el (help-buffer): If we are to return the current
555 buffer, signal an error if it's not in Help mode (Bug#8147).
556
2de9cc1a
RT
5572011-03-05 Reuben Thomas <rrt@sc3d.org>
558
559 * files.el (file-name-version-regexp): Handle backup files of the
560 form `foo.js.~HEAD~1~' (Bug#8159).
561
81fb60b2
GM
5622011-03-05 Glenn Morris <rgm@gnu.org>
563
564 * eshell/esh-var.el: Don't require esh-test when compiling.
565 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
566 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 567 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 568
c5f09daf
DE
5692011-03-05 David Engster <deng@randomsample.de>
570
571 * files.el (save-some-buffers): Report the names of buffers saved
572 automatically due to buffer-save-without-query (Bug#8134).
573
77f63d30
DD
5742011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
575
576 * net/rcirc.el: Add QuakeNet authentication support.
577 (rcirc-authinfo, rcirc-check-auth-status)
578 (rcirc-authenticate): Support QuakeNet.
579
72d2c2e3
DD
5802011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
581
582 * net/rcirc.el: Add functionality to authenticate before
583 autojoining channels.
584 (rcirc-authenticate-before-join): New option.
585 (rcirc-authenticated-hook): New variable.
586 (rcirc-connect): Make local variable rcirc-user-authenticated.
587 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
588 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
589 New functions.
590 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
591 Call rcirc-check-auth-status.
72d2c2e3 592
d733e817
MA
5932011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
594
595 * net/soap-client.el (soap-namespace-put-link): Check if the target
596 name is fully qualified -- use only the name part.
597 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
598 types, treated the same as xsd:sequence. (Bug#8166)
599
3ae59fff
EZ
6002011-03-05 Eli Zaretskii <eliz@gnu.org>
601
602 * files.el (find-file-noselect): Don't ask about re-visiting
603 non-literally if the file is already visited in image-mode.
604 (Bug#8177)
605
a9eeff78
GM
6062011-03-05 Glenn Morris <rgm@gnu.org>
607
d783d303
GM
608 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
609 (eshell-mode): Use eshell-kill-buffer-function.
610 Run the -initialize functions independently of the -load-hooks.
611 * eshell/esh-proc.el (eshell-kill-process-function): New function.
612 (eshell-gather-process-output, eshell-sentinel)
613 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
614 Use eshell-kill-process-function.
615 * eshell/em-alias.el (eshell-alias-load-hook):
616 * eshell/em-banner.el (eshell-banner-load-hook):
617 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
618 * eshell/em-dirs.el (eshell-dirs-load-hook):
619 * eshell/em-glob.el (eshell-glob-load-hook):
620 * eshell/em-hist.el (eshell-hist-load-hook):
621 * eshell/em-pred.el (eshell-pred-load-hook):
622 * eshell/em-prompt.el (eshell-prompt-load-hook):
623 * eshell/em-rebind.el (eshell-rebind-load-hook):
624 * eshell/em-script.el (eshell-script-load-hook):
625 * eshell/em-smart.el (eshell-smart-load-hook):
626 * eshell/em-term.el (eshell-term-load-hook):
627 * eshell/em-unix.el (eshell-unix-load-hook):
628 * eshell/esh-arg.el (eshell-arg-load-hook):
629 * eshell/esh-cmd.el (eshell-cmd-load-hook):
630 * eshell/esh-ext.el (eshell-ext-load-hook):
631 * eshell/esh-io.el (eshell-io-load-hook):
632 * eshell/esh-mode.el (eshell-exit-hook):
633 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
634 * eshell/esh-var.el (eshell-var-load-hook):
635 Set default hook values to nil. (Bug#5375)
636
4a0f18a8
GM
637 * eshell/esh-module.el (eshell-module-unload-hook)
638 (eshell-modules-list): Remove leading * from defcustom docs.
639
a9eeff78
GM
640 * eshell/esh-util.el (eshell-for): Make it obsolete.
641 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
642 * eshell/em-dirs.el (eshell-save-some-last-dir):
643 * eshell/em-hist.el (eshell-save-some-history)
644 (eshell-hist-parse-modifier):
645 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
646 (eshell-ls-entries):
647 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
648 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
649 (eshell/which):
650 * eshell/esh-ext.el (eshell-find-interpreter):
651 * eshell/esh-mode.el (eshell-mode):
652 * eshell/esh-module.el (eshell-unload-extension-modules):
653 * eshell/esh-proc.el (eshell-process-interact):
654 * eshell/esh-test.el (eshell-test):
655 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
656 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
657 (eshell-variables-list):
658 * eshell/eshell.el (eshell-unload-all-modules):
659 Replace eshell-for with dolist.
660
85a55d38
GM
6612011-03-04 Glenn Morris <rgm@gnu.org>
662
663 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
664
38c179c9
TT
6652011-03-04 Tom Tromey <tromey@redhat.com>
666
667 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
668
732795fa
GM
6692011-03-04 Glenn Morris <rgm@gnu.org>
670
015bea8f
GM
671 * outline.el (outline-regexp): No longer allow nil.
672 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
673
9d982739
GM
674 * net/browse-url.el (browse-url):
675 Handle deleted default-directory. (Bug#6077)
676
732795fa
GM
677 * recentf.el (recentf-include-p): In case of a buggy predicate,
678 err on the side of including, not excluding. (Bug#5843)
679
d6ffd3f8
JB
6802011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
681
682 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
683 variables as units.
684
a918ed9b
BR
6852011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
686
687 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
688 if there is no node. (Bug#3261)
689
fc0e9092
LL
6902011-03-04 Leo <sdl.web@gmail.com>
691
0a5cb52b
LL
692 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
693
fc0e9092
LL
694 * time.el (display-time-world-list): Fix typo. (Bug#7571)
695
a65112fb 6962011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
697
698 * cus-edit.el (custom-buffer-create-internal):
699 Split search string before passing it to `customize-apropos' (bug#8136).
700
3191adaf
DA
7012011-03-04 Drew Adams <drew.adams@oracle.com>
702
703 * image-dired.el (image-dired-cmd-read-exif-data-options):
704 Fix typo in docstring (bug#8156).
705
fcd8ed1d
DD
7062011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
707
708 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
709
de69c0a8
CO
7102011-03-03 Christian Ohler <ohler@gnu.org>
711
712 * emacs-lisp/ert.el (ert--explain-equal): New function.
713 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
714 All callers changed.
715 (ert--explain-equal-including-properties): Renamed from
716 `ert--explain-not-equal-including-properties'. All callers
717 changed.
718
7c0d1441
CO
7192011-03-03 Christian Ohler <ohler@gnu.org>
720
721 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
722 (ert-char-for-test-result, ert-string-for-test-result)
723 (ert-run-tests-batch, ert--print-test-for-ewoc):
724 Handle `ert-test-quit'.
725
31128af6
DA
7262011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
727
728 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
729 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
730
06083aa1
GM
7312011-03-03 Glenn Morris <rgm@gnu.org>
732
733 * files.el (file-truename): Doc fix. (Bug#2341)
734
c7a74801
BR
7352011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
736
01c35094 737 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 738
614b85f8
VJ
7392011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
740
741 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
742 programs output backslashes. (Bug#7663)
743
f96dc50f
GM
7442011-03-03 Glenn Morris <rgm@gnu.org>
745
fb532fe8
GM
746 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
747 (mail-mode): Remove mail-sent-via from the doc.
748 (mail-sent-via): Make it obsolete. (Bug#1776)
749
a915d7a1
GM
750 * progmodes/grep.el (grep-highlight-matches): Doc fix.
751 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
752
f96dc50f
GM
753 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
754 with no parents. (Bug#8025)
755
71f8b7ed
G
7562011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
757
758 * password-cache.el (password-in-cache-p): Add autoload.
759
8889f4e2
GM
7602011-03-02 Glenn Morris <rgm@gnu.org>
761
3ab7ebb9
GM
762 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
763 * dired-x.el (Man-support-local-filenames): Autoload it.
764 (dired-guess-shell-alist-default): Also handle Red Hat's man.
765
2777ccbf
GM
766 * dired-x.el (dired-default-directory-alist, dired-default-directory):
767 Mark as obsolete.
768 (dired-smart-shell-command): Just call dired-current-directory.
769
5dedeef2
GM
770 * dired-x.el (dired-jump-other-window): Add autoload.
771 (dired-default-directory-alist, dired-default-directory): Doc fixes.
772 (dired-default-directory-alist): Mark as risky.
773
8889f4e2
GM
774 * dired-x.el (dired-omit-here-always): Make it obsolete.
775
d77aaf6f
CY
7762011-03-02 Chong Yidong <cyd@stupidchicken.com>
777
778 * textmodes/artist.el (artist-curr-go): Default to pen-line.
779 (artist-select-op-pen-line): New function.
780 (artist-menu-map): New variable.
781 (artist-mode-map): Add a menu to the menu-bar.
782
771fc75e
JB
7832011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
784
785 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
786 when evaluating.
787
788 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
789 New function.
790 (math-logunits-add, math-logunits-mul, math-logunits-divide):
791 (math-logunits-quant, math-logunits-level):
792 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
793 functions.
794 (math-logunits-level): Extract units from ratio.
795
f6132e5a
JB
7962011-03-01 Juanma Barranquero <lekktu@gmail.com>
797
798 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
799
7454f200
GM
8002011-03-01 Glenn Morris <rgm@gnu.org>
801
a65112fb
GM
802 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
803 (diary-hebrew-birthday): Rename and rework functions added
804 in previous change.
7454f200 805
cdcbd5a7
ER
8062011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
807
808 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
809 (diary-hebrew-birthday): New functions.
810
9903d828
GM
8112011-03-01 Glenn Morris <rgm@gnu.org>
812
813 * dired.el (dired-safe-switches-p): Beef it up.
814 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
815
75da6eb9
SM
8162011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * dired.el (dired-safe-switches-p): New function.
819
6640b281
GM
8202011-03-01 Glenn Morris <rgm@gnu.org>
821
822 * files.el (dir-locals-collect-variables):
823 Add the ability to exclude subdirectories. (Bug#8100)
824
825 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
826
cead857b
CS
8272011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
828
829 * ido.el (ido-everywhere): Doc fix.
830 (ido-mode): Doc fix.
831
0a906ec3
GM
8322011-02-28 Glenn Morris <rgm@gnu.org>
833
834 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
835
22b300de
MA
8362011-02-28 Michael Albinus <michael.albinus@gmx.de>
837
838 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
839 shadows.
840
abec5126 8412011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
842
843 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
844
ca3afb79
JB
8452011-02-28 Juanma Barranquero <lekktu@gmail.com>
846
847 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
848 Fix typos in docstrings.
849
edb57480
SB
8502011-02-28 Stephen Berman <stephen.berman@gmx.net>
851
852 * dired-aux.el (dired-update-file-line):
853 Fix 2010-11-09 change. (Bug#8131)
854
2b0c7330 8552011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
856
857 * international/mule-cmds.el (set-default-coding-systems): Use the
858 -unix variant of encoding in default-keyboard-coding-system.
859 (Bug#8122)
860
df7f0d0b
CY
8612011-02-27 Chong Yidong <cyd@stupidchicken.com>
862
863 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
864
3e478a7c 8652011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
866
867 * term/screen.el: New file (Bug#2650).
868
1f0816b6
SM
8692011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
872 (pcase-mutually-exclusive-predicates): New var.
873 (pcase--split-consp, pcase--split-pred): Use it.
874 (pcase--split-equal, pcase--split-member): When splitting against
875 a pure predicate, run it to know the outcome.
876 (pcase--u1): Mark vars that are actually used.
877 (pcase--q1): Avoid introducing unused vars.
878
b49df742
JB
8792011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
880
881 * calc/calc-ext.el (calc-init-extensions):
882 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
883
884 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
885 symbolic mode.
886
887 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
888 argument is a variable.
889
e573299d
SM
8902011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
893 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
894 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
895
61e9662e
TZ
8962011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
897
898 * password-cache.el (password-in-cache-p): Convenience function to
899 check if a key is in the cache, even if the value is nil.
900
7fe42546
J
9012011-02-25 Jambunathan K <kjambunathan@gmail.com>
902
903 * emacs-lisp/package-x.el (package--archive-contents-from-url)
904 (package--archive-contents-from-file): New functions.
905 (package-update-news-on-upload): New var.
906 (package-upload-buffer-internal): Extract archive-contents from
907 package-archive-upload-base if it is not found at archive-url.
908 Obey package-update-news-on-upload.
909 (package-upload-buffer, package-upload-file): Doc fix.
910
2d8a57ef
GM
9112011-02-24 Glenn Morris <rgm@gnu.org>
912
6a88f031
GM
913 * files-x.el (modify-dir-local-variable): Handle dir-locals from
914 the cache, and from non-file sources.
915
303f9ae0
GM
916 * help-fns.el (describe-variable): Return consistent results when a
917 dir-local from a file came from the cache or did not. (Bug#8095)
918 If a dir-local has no associated file, say it came from a "directory".
919
07915ed9
GM
920 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
921 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
922
ebe401f6
GM
923 * files.el (dir-locals-find-file): Doc fix.
924 Fix the check for cache elements that have no associated file,
303f9ae0 925 and the mtime check for those that do. (Bug#8095)
ebe401f6 926
b36f2f1c
GM
927 * dired-x.el (dired-hack-local-variables):
928 Handle interrupts during hacking local variables. (Bug#5216)
929
2d8a57ef
GM
930 * emacs-lisp/autoload.el (autoload-save-buffers)
931 (autoload-find-destination, update-directory-autoloads):
932 Avoid prompts when updating autoloads.
933
53cfe624
SM
9342011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
937
c1449bff
KH
9382011-02-23 Kenichi Handa <handa@m17n.org>
939
940 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
941 error when a multipart boundary in the nested multipart is found.
942
251ebe0f
KH
943 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
944 header components.
945
5582c670
GM
9462011-02-23 Glenn Morris <rgm@gnu.org>
947
817b48a7
GM
948 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
949 * dired-x.el (dired-omit-mode): Safe if boolean.
950 (dired-enable-local-variables): Fix doc and custom type.
951 (dired-enable-local-variables, dired-local-variables-file)
952 (dired-hack-local-variables): Make obsolete.
953 (dired-omit-here-always): Use dir-locals.el instead.
954
5582c670
GM
955 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
956
5f9d345c
SM
9572011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * help-fns.el (describe-function-1): Don't signal an error just because
960 the DOC file disappeared.
961
01c35094 9622011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
963
964 * eshell/esh-ext.el (eshell-external-command): Do not restrict
965 remote check to "ftp". (Bug#8089)
966
e84efb70
AM
9672011-02-21 Alan Mackenzie <acm@muc.de>
968
969 Fix bug #7930.
970 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
971 in macros finding their way into c-state-nonlit-pos-cache.
972 Strengthen the comments.
973 (c-state-dump): New commented out diagnostic routine.
974
c6309045
MA
9752011-02-21 Michael Albinus <michael.albinus@gmx.de>
976
977 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
978 `field' property of `rfn-eshadow-overlay'.
979
06b840e0
LI
9802011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
981
982 * net/netrc.el (netrc-parse): Comment fix.
983
6d713256
CY
9842011-02-21 Chong Yidong <cyd@stupidchicken.com>
985
986 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
987 Autoload. Add optional arg FRAME, and pass it to color-values.
988 (color-complement): Caller changed. Doc fix.
989 (color-gradient): Rewrite for better clarity and efficiency.
990
991 * faces.el (color-values): Use cond for clarity. Doc fix.
992
5f9d345c 993 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 994 color.el instead.
5f9d345c
SM
995 (list-colors-sort-key, list-colors-print):
996 Use color-normalized-values.
6d713256
CY
997
9982011-02-20 Drew Adams <drew.adams@oracle.com>
999
1000 * color.el: First part of merge from hexrgb.el.
1001 (color-rgb-to-hex): Rename from color-rgb->hex.
1002 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1003 saturation to zero if the value is too small.
1004 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1005 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1006 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1007 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1008 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1009 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1010 (color-cie-de2000): Doc fix.
1011
aa9c0efc
AM
10122011-02-20 Alan Mackenzie <acm@muc.de>
1013
1014 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1015 locating the beginning of a macro. (Bug#7595)
1016
18cfb5a1
GM
10172011-02-20 Glenn Morris <rgm@gnu.org>
1018
e17816e5
GM
1019 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1020 Don't autoload it.
1021
18cfb5a1
GM
1022 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1023 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1024
01c35094
JB
10252011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1026 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
1027
1028 * progmodes/hideshow.el (hs-find-block-beginning)
1029 (hs-hide-level-recursive): Ignore comments when parsing braces
1030 (Bug#8036).
1031
10322011-02-19 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1035 (vc-bzr-pull): Use it.
1036
3ab713fd
CY
10372011-02-19 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1040 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1041 but returning an alist. Ignore comments in bzr conffile.
1042 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1043 (vc-bzr-error-regex-alist): New var.
1044 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1045
5f9d345c
SM
1046 * vc/vc-dispatcher.el (vc-do-async-command):
1047 Bind inhibit-read-only to t.
3ab713fd
CY
1048
1049 * progmodes/compile.el (compilation--flush-directory-cache):
1050 Handle the case where cdr of compilation--flush-directory-cache
1051 points to no buffer, which can occur if we previously switched to
1052 compilation-mode in a pregenerated buffer.
1053
16bc9688
KH
10542011-02-19 Kenichi Handa <handa@m17n.org>
1055
1056 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1057 get the header copy into the temporary buffer.
1058 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1059 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1060 buffer-file-coding-system to undecided.
1061
67ab0163 10622011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 1063
a167e505
EZ
1064 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1065 Document completion with asterisk and a substring.
1066
67ab0163 10672011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
1068
1069 * files.el (find-file-literally): Doc fix.
1070
41002397
GM
1071 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1072
b8bd9908
GM
1073 * log-edit.el (log-edit-insert-changelog):
1074 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1075
4d737eb2
GM
10762011-02-19 Glenn Morris <rgm@gnu.org>
1077
cad7445b
GM
1078 * dired-x.el: Don't require dired-aux.
1079 (dired-do-create-files, dired-mark-read-regexp)
1080 (dired-do-create-files-regexp): Autoload from dired-aux.
1081
bea584fa
GM
1082 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1083 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1084
d6e96966
GM
1085 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1086 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1087
42924231
GM
1088 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1089 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1090 (dired-clean-up-buffers-too): Declare.
1091
203784cc
GM
1092 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1093 * dired.el (dired-initial-position): Merge dired-x's version here.
1094 (dired-find-subdir): Declare.
1095
30abce25
GM
1096 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1097 * dired-aux.el (dired-add-entry): Give it a doc-string.
1098 Merge dired-x's dired-omit handling here.
1099 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1100
4d737eb2
GM
1101 * international/mule-diag.el (list-input-methods-1):
1102 Indent all lines of multi-line doc-strings. (Bug#8066)
1103
abd20d91
CY
11042011-02-18 Chong Yidong <cyd@stupidchicken.com>
1105
1106 Fix 2011-02-02 changes.
1107
1108 * apropos.el (apropos-print): Call apropos-mode before setting up
1109 buffer variables. Use inhibit-read-only.
1110
5f9d345c
SM
1111 * emacs-lisp/package.el (package--list-packages):
1112 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
1113
1114 * play/solitaire.el (solitaire): Call solitaire-mode before
1115 setting up buffer variables. Use inhibit-read-only.
1116
e697fcfc
LM
11172011-02-18 Lawrence Mitchell <wence@gmx.li>
1118
1119 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1120 Bind case-fold-search to nil when looking for end of here-doc.
1121
4114ed61
EZ
11222011-02-18 Eli Zaretskii <eliz@gnu.org>
1123
e697fcfc
LM
1124 * image-mode.el (image-toggle-display-image):
1125 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
1126 files. (Bug#8047)
1127
aa56f361
SM
11282011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * files.el (cd): Make completion obey cd-path (bug#7924).
1131
d1be20a1
GM
11322011-02-18 Glenn Morris <rgm@gnu.org>
1133
135dee55
GM
1134 * progmodes/prolog.el: Don't require compile when compiling.
1135 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1136 (compilation-forget-errors, compilation-fake-loc)
1137 (compilation-parse-errors-function, compilation-error-list): Declare.
1138 (prolog-inferior-mode): Require 'compile.
1139
15e0d5a1
GM
1140 * emulation/cua-base.el (pc-selection-mode): Declare.
1141
002b46b7
GM
1142 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1143 (customize-object): Add autoload cookie.
1144 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1145 (eieio-browse, describe-class, eieio-describe-class)
1146 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1147 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1148 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1149 * Makefile.in (autoloads): Make eieio.el writable.
1150
d1be20a1
GM
1151 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1152 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1153 (dired-hack-local-variables): Use inhibit-read-only.
1154 (dired-guess-default): Simplify.
1155 (dired-make-relative-symlink): Use dotimes.
1156 (dired-simultaneous-find-file): Use dolist.
1157 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1158 (dired-x-hands-off-my-keys): Doc fix.
1159 (dired-x-bind-find-file): Doc fix. Use remapping.
1160 (after-init-hook): No need to add dired-x-bind-find-file.
1161 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1162 No need to call expand-file-name.
1163 (dired-filename-at-point): Remove unused locals `end', `filename'.
1164
f9d554dd
SM
11652011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1168
5da16a86
CO
11692011-02-18 Christian Ohler <ohler@gnu.org>
1170
1171 * emacs-lisp/ert.el (ert--setup-results-buffer)
1172 (ert-results-pop-to-backtrace-for-test-at-point)
1173 (ert-results-pop-to-messages-for-test-at-point)
1174 (ert-results-pop-to-should-forms-for-test-at-point)
1175 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1176 were incorrect and unnecessary. This should make `make check'
1177 pass again.
1178
3a00a363
KM
11792011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1180
01c35094 1181 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 1182 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
1183 * lisp/allout.el: Remove commentary about remove encryption
1184 passphrase mnemonic support and verification.
01c35094
JB
1185 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1186 armored text using gpg1, and indicate that the gpg version *might*
1187 be the problem in the error message.
3a00a363 1188
73057ba9
DD
11892011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1190
1191 * net/rcirc.el (rcirc-float-time): New function.
1192 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1193 (rcirc-ctcp-sender-PING): Use it.
1194
8551cb32
GM
11952011-02-17 Glenn Morris <rgm@gnu.org>
1196
53ef76c7
GM
1197 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1198 (speedbar-update-flag, speedbar-fetch-etags-command)
1199 (speedbar-fetch-etags-arguments):
1200 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1201 (term-completion-autolist, term-completion-addsuffix)
1202 (term-completion-recexact, term-completion-fignore):
1203 * term/sup-mouse.el (sup-mouse-fast-select-window):
1204 * term/x-win.el (x-select-request-type):
1205 Convert some defvars with "*" to defcustoms.
1206
64a14c74
GM
1207 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1208
92e39d6f
GM
1209 * vc/vc.el (vc-default-previous-version):
1210 Remove alias that points nowhere. (Bug#4496)
1211
fc14288b
GM
1212 * dired-x.el (dired-clean-up-after-deletion):
1213 kill-buffer does not need save-excursion.
1214 (dired-do-run-mail): Doc fix.
1215 (dired-filename-at-point): Doc fix.
1216 Use looking-at, and skip-chars rather than re search.
1217
8551cb32
GM
1218 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1219
96497653
KM
12202011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1221
aac7a935
KM
1222 * allout-widgets.el: New allout extension that shows allout
1223 outline structure with graphical widgets. 'allout-widgets'
1224 customize group is an 'allout' subgroup, for easy discovery.
1225
96497653
KM
1226 * allout.el: Include PGP and GnuPG in Keywords, and other
1227 commentary refinements.
1228 (allout-abbreviate-flattened-numbering): Rename to
1229 allout-flattened-numbering-abbreviation, and
1230 define-obsolete-variable-alias the old name.
1231 (allout-flattened-numbering-abbreviation): Rename from
1232 allout-abbreviate-flattened-numbering.
1233 (allout-mode-p): Include among autoloads, for use by other modes
1234 with impunity.
e697fcfc
LM
1235 (allout-listify-exposed):
1236 Use allout-flattened-numbering-abbreviation.
96497653
KM
1237 (allout-encrypt-string): Use set-buffer-multibyte directly.
1238 (allout-set-buffer-multibyte): Remove.
1239
be4a1d71
DD
12402011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1241
1242 * simple.el (just-one-space): Remove useless `or' call.
1243
274c2d34
MA
12442011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1245
c6309045 1246 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1247 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1248 (soap-decoded-multi-refs, soap-current-wsdl)
1249 (soap-encoded-namespaces): Rename CL-style *...* variables.
1250
88ae2870
MA
12512011-02-16 Michael Albinus <michael.albinus@gmx.de>
1252
1253 * net/soap-client.el: Add "comm" and "hypermedia" to the
1254 keywords. Reflow too long lines.
1255
1256 * net/soap-inspect.el: Ditto. Require 'cl.
1257
689743a2
BG
12582011-02-16 Bastien Guerry <bzg@altern.org>
1259
1260 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1261 in a `doctor-type' argument.
1262
16d2ff89
MA
12632011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1264
1265 * net/soap-client.el:
1266 * net/soap-inspect.el: New files.
1267
c6cefd36
LL
12682011-02-16 Leo <sdl.web@gmail.com>
1269
1270 * dired-x.el (dired-mode-map, dired-extra-startup):
1271 Remove dired-copy-filename-as-kill since it's already in dired.el.
1272
da5e0ce4
GM
12732011-02-16 Glenn Morris <rgm@gnu.org>
1274
1275 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1276 Doc fixes. Add :set property, replacing top-level calls.
1277 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1278 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1279 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1280 (dired-clean-up-after-deletion): Use when and dolist.
1281 (dired-jump): Use unless and when.
1282 (dired-virtual): Use line-end-position.
1283 (dired-default-directory-alist): Rename from default-directory-alist.
1284 (dired-default-directory): Update for above name change.
1285 (dired-vm): Drop VM < 5 and simplify.
1286 (dired-buffer-more-recently-used-p): Rewrite.
1287 (dired-filename-at-point): Use when and or.
1288 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1289 Update callers.
1290
c5ca3aa0
GM
12912011-02-15 Glenn Morris <rgm@gnu.org>
1292
1293 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1294
33f6cf7b
CY
12952011-02-14 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * vc/vc-git.el (vc-git-root-log-format): New option for
1298 customizing log format.
1299 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1300 (vc-git-log-view-mode): Use it.
1301 (vc-git-expanded-log-entry): New function.
1302 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1303
1304 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1305 customizing log format.
1306 (vc-hg-print-log): Use it.
1307 (vc-hg-expanded-log-entry): New function.
1308 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1309 vc-hg-expanded-log-entry. Truncate lines in root log.
1310
1311 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1312
e697fcfc
LM
1313 * vc/log-view.el (log-view-mode-menu):
1314 Add log-view-toggle-entry-display.
33f6cf7b 1315
461b69ae
GM
13162011-02-14 Glenn Morris <rgm@gnu.org>
1317
1318 * dired-x.el: Don't require man when compiling.
1319 (dired-omit-extensions, dired-local-variables-file)
1320 (dired-x-hands-off-my-keys): Make them defcustoms.
1321 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1322 (vm-visit-folder): Declare rather than defining.
1323 (dired-x-help-address, dired-x-variable-list): Remove.
1324 (dired-x-submit-report): Make it an obsolete alias.
1325
35f52ed6
JB
13262011-02-14 Juanma Barranquero <lekktu@gmail.com>
1327
1328 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1329
b2108a36
TZ
13302011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1331
67186ae2 1332 * net/imap.el: Bring it back.
b2108a36 1333
abfc152b
AM
13342011-02-13 Alan Mackenzie <acm@muc.de>
1335
1336 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1337 narrow-to-region call that cuts context off the end (Bug#7722).
1338
e697fcfc
LM
1339 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1340 Refactor nested if-forms with a simple cond.
abfc152b
AM
1341 (c-forward-<>-arglist): Revert 2011-01-31 change.
1342
d4eb88c7
CY
13432011-02-13 Chong Yidong <cyd@stupidchicken.com>
1344
1345 * vc/log-view.el: New command log-view-toggle-entry-display for
1346 toggling log entries between concise and detailed forms.
1347 (log-view-toggle-entry-display): New command.
1348 (log-view-mode-map): Bind RET to it.
1349 (log-view-expanded-log-entry-function): New variable.
1350 (log-view-current-entry, log-view-inside-comment-p)
1351 (log-view-current-tag): New functions.
1352 (log-view-toggle-mark-entry): Use log-view-current-entry and
1353 log-view-end-of-defun instead of searching directly with
1354 log-view-message-re.
1355 (log-view-end-of-defun): Likewise. Add optional ARG for
1356 compatibility with end-of-defun.
1357 (log-view-end-of-defun): Ignore comments and VC buttons.
1358
1359 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1360 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1361
2609a08e
TZ
13622011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1363
114fe546
G
1364 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1365
2609a08e
TZ
1366 * net/imap-hash.el: Remove file.
1367
7a6ebb1a
MA
13682011-02-13 Michael Albinus <michael.albinus@gmx.de>
1369
1370 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1371
1372 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1373 call.
1374
1375 * net/tramp-imap.el: Remove file.
1376
75d4dcc9
CY
13772011-02-13 Chong Yidong <cyd@stupidchicken.com>
1378
1379 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1380 widget library for buttons, just use button.el.
1381
1382 * vc/log-view.el (log-view-mode-map): Don't inherit from
1383 widget-keymap.
1384
3c65e88d 13852011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1386
86361e1e
GM
1387 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1388 (nintersection, set-difference, nset-difference)
1389 (set-exclusive-or, nset-exclusive-or): Doc fix.
1390
dc4c6a7a
GM
1391 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1392
8a6f24e5
GM
1393 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1394 :italic props, so that frame-set-background-mode works. (Bug#7966)
1395
3caced0b
GM
1396 * simple.el (next-error): Doc fix.
1397
9de31df2
TV
13982011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1399
1400 * dired-aux.el (dired-create-files): Adapt destination name to
1401 match the new behavior of copy-directory.
1402
38a71655
CY
14032011-02-12 Chong Yidong <cyd@stupidchicken.com>
1404
1405 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1406 from rmail-dont-reply-to-names. Callers changed.
1407 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1408 (rmail-dont-reply-to): Make it an obsolete alias.
1409
1410 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1411 nil, and make obsolete (Bug#7888).
1412 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1413
1414 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1415
1416 * mail/rmailsort.el (rmail-sort-by-correspondent)
1417 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1418
1419 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1420
470d996d
TV
14212011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1422
1423 * files.el (copy-directory): New argument COPY-CONTENTS for
1424 copying directory contents into another existing directory.
1425
e2784c87
TH
14262011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1427
1428 * minibuffer.el (completion-table-case-fold): New function for
1429 creating a case-insensitive completion table.
1430
563790b6
TZ
14312011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1432
1433 * net/tramp.el (tramp-default-method): Also check if
1434 `auth-source-search' is bound.
1435 (tramp-read-passwd): Use `auth-source-search' instead of
1436 `auto-source-user-or-password'.
1437
1438 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1439 `auto-source-user-or-password.
1440 (tramp-imap-passphrase-callback-function): Use it.
1441
1442 * net/imap-hash.el: Autoload `auto-source-search' instead of
1443 `auto-source-user-or-password.
1444 (imap-hash-open-connection): Use it.
1445
1446 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1447 `auto-source-user-or-password.
1448 (smtpmail-try-auth-methods): Use it.
1449
c6affbde
PH
14502011-02-12 Phil Hagelberg <phil@hagelb.org>
1451
1452 * emacs-lisp/package.el: Allow packages to be reinstalled.
1453 (package--write-file-no-coding): Remove EXCL arg.
1454 (package-unpack-single): Don't use it.
1455
b5a53795
KP
14562011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1457
1458 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1459 in each sub directory.
1460 (vc-svn-registered): Use vc-svn-root.
1461 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1462 (vc-svn-repository-hostname): Use "svn info".
1463
25833f5e
DD
14642011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1465
1466 * simple.el (delete-trailing-whitespace): New optional buffer
1467 bound parameters.
1468
75d1d833
BG
14692011-02-11 Bastien Guerry <bzg@altern.org>
1470
1471 * files.el (basic-save-buffer): save unmodified buffers when
1472 the file pointed by buffer-file-name doesn't exist.
1473
e0e36cac
DD
14742011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1475
079721e9 1476 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1477
59350862
GM
14782011-02-11 Glenn Morris <rgm@gnu.org>
1479
1480 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1481
5708ce5e
JB
14822011-02-11 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1485
b016851c
SM
14862011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1487
59003be9
SM
1488 * server.el (server-process-filter): Use pcase.
1489
9517f8af
SM
1490 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1491 conflicting ways.
1492 (smie-indent--parent): Extend to "parent of arg".
1493 (smie-indent-inside-string): New function.
1494 (smie-indent-functions): Use it.
1495
cf77dd27
SM
1496 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1497 bzr locking race condition.
1498
49ffc078
SM
1499 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1500 still valid before using it.
1501
1a0a6cef
SM
1502 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1503 `message' -> `compilation-message' rename (bug#8004).
1504
b016851c
SM
1505 Move keymap initialization into declaration.
1506 * textmodes/enriched.el (enriched-mode-map):
1507 * textmodes/bib-mode.el (bib-mode-map):
1508 * term/lk201.el (lk201-function-map):
1509 * tar-mode.el (tar-mode-map):
1510 * replace.el (occur-mode-map):
1511 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1512 * progmodes/idlw-help.el (idlwave-help-mode-map):
1513 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1514 * play/solitaire.el (solitaire-mode-map):
1515 * play/snake.el (snake-mode-map, snake-null-map):
1516 * play/pong.el (pong-mode-map):
1517 * play/handwrite.el (menu-bar-handwrite-map):
1518 * play/gametree.el (gametree-mode-map):
a65112fb 1519 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1520 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1521 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1522 (newsticker--url-keymap):
1523 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1524 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1525 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1526 (menu-bar-edit-menu, menu-bar-custom-menu)
1527 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1528 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1529 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1530 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1531 (menu-bar-tools-menu, menu-bar-describe-menu)
1532 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1533 (menu-bar-help-menu):
1534 * mail/rmailsum.el (rmail-summary-mode-map):
1535 * kmacro.el (kmacro-step-edit-map):
1536 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1537 (ibuffer-mode-operate-map):
1538 * hi-lock.el (hi-lock-menu, hi-lock-map):
1539 * emulation/vip.el (vip-mode-map):
1540 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1541 * bookmark.el (bookmark-bmenu-mode-map):
1542 * help-mode.el (help-mode-map): Move initialization into declaration.
1543
1be1d1e9
DD
15442011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1545
1546 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1547 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1548 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1549 (rcirc-cmd-me, rcirc-authenticate): Use them.
1550
26d2a9bd
KM
15512011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1552
1553 * allout.el: Synopsis: Change allout user configuration so
1554 auto-activation is controlled solely by customization
1555 `allout-auto-activation'.
1556
01c35094 1557 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1558 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1559 Also, explicitly invoke (allout-setup) after allout-auto-activation
1560 is custom-defined, to affect the settings in emacs sessions besides
1561 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1562 (allout-auto-activation): Use allout-auto-activation-helper to
1563 :set. Revise the docstring.
1564 (allout-init): Reduce functionality to just customizing
1565 allout-auto-activation, and mark obsolete.
1566 (allout-mode): Respect string values for allout-auto-activation.
1567 Run allout-after-copy-or-kill-hook without any args.
01c35094 1568 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1569 (outlineify-sticky): Adjust docstring for new scheme.
1570 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1571 should concentrate on the kill ring.
1572
b8e0f0cd
G
15732011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1574
1575 * password-cache.el (password-cache-remove): Accept secrets that are
1576 not strings.
1577
ccded26c
SM
15782011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1581 of here-doc that immediately follows a comment.
1582
ee6a57ab
DD
15832011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1584
4d04fdc9
DD
1585 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1586
ee6a57ab
DD
1587 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1588 available.
1589 (rcirc-ctcp-sender-PING): New function.
1590
6ca94a0b
SM
15912011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1594 Remove the mark/nomark handling, and activate shift-select-mode instead.
1595
1596 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1597
226590f8
JB
15982011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1599
1600 * calc/calc-units.el (math-logunits-quant): Add support for
1601 non-logarithmic units.
1602
dd0b691e
KM
16032011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1604
4ec28e14
KM
1605 * allout.el (allout-after-copy-or-kill-hook): New hook for
1606 extension-specific processing of killed text.
1607 (allout-mode): Include new allout-after-copy-or-kill-hook among
1608 mentioned hooks.
01c35094 1609 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1610 after kill happens even if barf-if-buffer-read-only is raised.
1611 Include new allout-after-copy-or-kill-hook among that subsequent
1612 processing.
1613 (allout-deannotate-hidden): Actually remove the annotation text
1614 properties.
1615
dd0b691e
KM
1616 * allout.el (allout-listify-exposed): Copy text sans text properties.
1617
07e52e08
MA
16182011-02-07 Michael Albinus <michael.albinus@gmx.de>
1619
b016851c 1620 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1621
c5aff743
DD
16222011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1623
1624 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1625
03925868
JB
16262011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1627
b016851c 1628 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1629 `calc-default-field-reference-level'.
b016851c 1630 (calc-logunits-power-reference): Rename from
01c35094 1631 `calc-default-power-reference-level'.
03925868 1632
b016851c 1633 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1634 `math-logunits-level'
b016851c 1635 (math-logunits-plus): Rename from math-logcombine.
03925868 1636 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1637 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1638 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1639 New functions.
b016851c
SM
1640 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1641 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1642 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1643 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1644 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1645 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1646 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1647 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1648 New functions.
1649
b016851c 1650 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1651 (calc-ul-prefix-help): Remove.
1652 (calc-l-prefix-help): New function.
1653 (calc-full-help): Add reference to `calc-l-prefix-help'.
1654
1655 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1656
ec6ad6f2
JB
1657 * calc/README: Mention logarithmic units.
1658
f8b351c1
CY
16592011-02-06 Chong Yidong <cyd@stupidchicken.com>
1660
1661 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1662 non-ASCII characters (Bug#7925).
1663
a60287ff
GM
16642011-02-05 Glenn Morris <rgm@gnu.org>
1665
1666 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1667
9ad53e98
GM
1668 * calendar/diary-lib.el (diary-font-lock-keywords):
1669 Tweak diary-time-regexp match. (Bug#7891)
1670
9783df21
GM
1671 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1672 (f90-mode): Use it for mode's `find-tag-default-function' property.
1673
df275851
GM
1674 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1675
95838641
GM
1676 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1677
827b77e9
DD
16782011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1679
1680 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1681 (Bug#6386).
1682
7cb76591
SM
16832011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1684
ba70ab1c
SM
1685 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1686 font-lock-syntax-table remappings.
1687 (sh-here-doc-markers, sh-here-doc-re): Remove.
1688 (sh-font-lock-close-heredoc): Remove.
1689 (sh-syntax-propertize-here-doc): New function.
1690 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1691 instead of the sh-here-doc-re.
1692 (sh-font-lock-paren): Don't do anything in comments or strings.
1693 Handle line continuations. Accept a few more chars.
1694 Don't rely on the font-lock-syntax-table remappings.
1695 `esac' is not a valid pattern.
1696 (sh-syntax-propertize-function): Handle here-docs differently, so we
1697 don't bother syntax-propertizing the insides.
1698
7cb76591
SM
1699 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1700 Handle new bashisms ";&" and ";;&" (bug#7947).
1701
39b20f56
MA
17022011-02-05 Michael Albinus <michael.albinus@gmx.de>
1703
7cb76591
SM
1704 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1705 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1706
51aba3f3
MA
17072011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1708
1709 * net/tramp.el (tramp-postfix-method-format)
1710 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1711 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1712 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1713 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1714 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1715 Doc fix.
1716
7bc61bb7
SS
17172011-02-04 Sam Steingold <sds@gnu.org>
1718
1719 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1720
d93c111e
AS
17212011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1722
1723 * international/mule-util.el (with-coding-priority): Doc fix.
1724
6f52d86e
EZ
17252011-02-04 Eli Zaretskii <eliz@gnu.org>
1726
1727 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1728
c1b4afac
SS
17292011-02-03 Sam Steingold <sds@gnu.org>
1730
1731 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1732 Do not error out when `func' is nil.
1733
a857d3c7
MA
17342011-02-03 Michael Albinus <michael.albinus@gmx.de>
1735
1736 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1737 `tramp-default-remote-path' to the docstring.
1738 (tramp-get-remote-path): Suppress error message when `getconf
1739 PATH' fails.
1740
1741 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1742
8aa88760
GM
17432011-02-03 Glenn Morris <rgm@gnu.org>
1744
219ea611
GM
1745 * vc/vc-hg.el (vc-hg-command): Doc fix.
1746
8d7b5b5b
GM
1747 * term/w32-win.el (libpng-version): Declare for compiler.
1748
c03eac34
GM
1749 * msb.el: No need to load dired while compiling.
1750
7f07c1fe
GM
1751 * emacs-lisp/elint.el (elint-standard-variables):
1752 Remove a couple of built-ins that now have doc-strings.
1753
befe199d
GM
1754 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1755 `require' is automatically `eval-and-compile'd.
1756
2d7d6439
GM
1757 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1758 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1759
8aa88760
GM
1760 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1761 Move definition before use.
1762 (strokes-report-bug): Make it obsolete.
1763
e90f8545
SS
17642011-02-02 Sam Steingold <sds@gnu.org>
1765
1766 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1767 from `special-mode', entering it makes the buffer read-only, so
1768 call it only when everything has been already inserted.
1769 * emacs-lisp/ert.el (ert--setup-results-buffer)
1770 (ert-results-pop-to-backtrace-for-test-at-point)
1771 (ert-results-pop-to-messages-for-test-at-point)
1772 (ert-results-pop-to-timings): Ditto.
1773 * emacs-lisp/package.el (package--list-packages): Ditto.
1774 * play/solitaire.el (solitaire): Ditto.
1775
90db975f
CY
17762011-02-02 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * progmodes/compile.el: Make all faces inherit.
1779 (compilation-warning): Inherit from font-lock-variable-name-face.
1780 (compilation-info): Inherit from font-lock-type-face.
1781 (compilation-line-number): Reassign to font-lock-keyword-face.
1782 (compilation-column-number): Reassign to font-lock-doc-face.
1783 (compilation-leave-directory-face): Reassign to
1784 font-lock-builtin-face.
1785
bc35ff32
EZ
17862011-02-02 Eli Zaretskii <eliz@gnu.org>
1787
1788 * dired.el (dired-insert-directory): Don't invoke `ls' when
1789 ls-lisp.el is used to emulate it.
1790
39cde66c
JD
17912011-02-01 Julien Danjou <julien@danjou.info>
1792
1793 * color.el (color-gradient): Add a color-gradient function.
1794
abef340a
SS
17952011-02-01 Sam Steingold <sds@gnu.org>
1796
1797 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1798 bind "z" to `kill-this-buffer'.
1799 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1800 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1801 (apropos-mode): Inherit from `special-mode'.
1802 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1803 * bookmark.el (bookmark-bmenu-mode): Define using
1804 `define-derived-mode' inheriting from `special-mode'.
1805 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1806 * image-mode.el (image-mode-map): Ditto.
1807 * replace.el (occur-mode): Define using
1808 `define-derived-mode' inheriting from `special-mode'.
1809 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1810 * calendar/diary-lib.el (diary-fancy-display-mode):
1811 Inherit from `special-mode-map'.
1812 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1813 Inherit from `special-mode'.
1814 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1815 `special-mode-map'.
1816 (package-menu-mode): Define using `define-derived-mode'
1817 inheriting from `special-mode'.
1818 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1819 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1820 (xesam-mode-map): Define separately.
1821 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1822 * progmodes/compile.el (compilation-minor-mode-map)
1823 (compilation-mode-map): Inherit from `special-mode-map'.
1824 * vc/diff-mode.el (diff-mode-shared-map):
1825 Inherit from `special-mode-map'.
1826 * vc/log-view.el (log-view-mode-map): Add a comment.
1827
928f4e73
CY
18282011-02-01 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * custom.el (load-theme): Define return value. Drop use of
1831 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1832 (custom-theme-load-confirm): Scroll in the correct window.
1833 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1834
1835 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1836 checkbox if load-theme fails.
1837
7d116647
SM
18382011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * progmodes/compile.el (compilation-next-error): Check there's
1841 a message before using it (bug#7941).
1842
4fdfcddf
JB
18432011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1844
1845 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1846 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1847 of potential pivots.
1848
3b95603f
AM
18492011-01-31 Alan Mackenzie <acm@muc.de>
1850
7d116647
SM
1851 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1852 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1853 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1854 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1855
6fa1f651
CY
18562011-01-31 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * files.el (copy-directory): Fix arguments to recursive call.
1859
14beddf4 18602011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1861
1862 * files.el (copy-directory): If destination is an existing
1863 directory, copy into a subdirectory there.
1864
14beddf4 18652011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1866
1867 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1868 files.
1869
14beddf4 18702011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1871
6fc0aac3
CY
1872 * image-dired.el (image-dired-mouse-display-image): No-op if no
1873 file is found (Bug#7817).
1874
d1f14baa
CY
1875 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1876
14beddf4 18772011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1878
7d116647
SM
1879 * international/quail.el (quail-keyboard-layout-alist):
1880 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1881
14beddf4 18822011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1883
1884 * msb.el (msb-menu-bar-update-buffers): Update for changed
1885 argument handling of menu-bar-select-frame. (Bug#7902)
1886
14beddf4 18872011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1888
1889 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1890 to the recursion depth (Bug#7722).
1891
14beddf4 18922011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1893
1894 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1895 command-line-default-directory (Bug#7872).
1896
9e11271c
SM
18972011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * progmodes/compile.el (compilation--flush-directory-cache):
1900 New function, extracted from compilation--remove-properties.
1901 (compilation--remove-properties, compilation--parse-region): Use it.
1902 (compilation--previous-directory): Handle one more case.
1903 (compilation-enable-debug-messages): Remove.
1904 (compilation-parse-errors, compilation--flush-parse): Just remove the
1905 left over debug messages.
1906
038714ab
SS
19072011-01-31 Sam Steingold <sds@gnu.org>
1908
1909 * progmodes/compile.el (compilation-enable-debug-messages):
1910 Add a variable to make the parsing messages introduced in
1911 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1912 (compilation-parse-errors, compilation--flush-parse): Use it.
1913
2a4466ca
DD
19142011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1915
35f52ed6 1916 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1917 (rcirc-nick-completion-format): New defcustom.
1918 (rcirc-complete): Use it.
1919
186ecaf1
DD
19202011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1921
1922 * net/rcirc.el: Clean log filenames (Bug#7933).
1923 (rcirc-log-write): Use convert-standard-filename.
1924 (rcirc-log-filename-function): Documentation updates.
1925
253f7d1b
JD
19262011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1927
9e11271c
SM
1928 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1929 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1930 (report-emacs-bug-can-use-osx-open): New function.
1931 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1932 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1933
a2b6e5d6
CY
19342011-01-29 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1937 updating Dired or VC-dir buffers after async command completes.
1938
1939 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1940 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1941
1942 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1943 completions if it exists. Use vc-set-async-update.
1944 (vc-git-pull): Use vc-set-async-update.
1945
1946 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1947 read-shell-command. Use vc-set-async-update.
1948 (vc-hg-merge-branch): Use vc-set-async-update.
1949
8907f7b9
DU
19502011-01-29 Daiki Ueno <ueno@unixuser.org>
1951
9e11271c
SM
1952 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1953 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1954 (Bug#7931).
1955
e52f87a1
SM
19562011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * progmodes/compile.el: Avoid an N² behavior in grep.
1959 (compilation--previous-directory): New fun.
1960 (compilation--previous-directory-cache): New var.
1961 (compilation--remove-properties): Flush it.
1962 (compilation-directory-properties, compilation-error-properties):
1963 Use the new fun to speed up looking for the current directory.
1964
659114fd
CY
19652011-01-29 Chong Yidong <cyd@stupidchicken.com>
1966
1967 * vc/vc-hg.el (vc-hg-history): New var.
1968 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1969 (vc-hg-merge-branch): New function.
1970
1971 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1972 the other way around.
1973
1974 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1975 (vc-git-merge-branch): New functions.
1976 (vc-git-history): New var.
1977
9bfe5783
CY
19782011-01-28 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1981
1982 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1983 vc-do-async-command.
1984
e52f87a1
SM
1985 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1986 Callers changed.
9bfe5783 1987
b1ea593c
LL
19882011-01-28 Leo <sdl.web@gmail.com>
1989
1990 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1991 highlighting to the "this function is advised" message.
b1ea593c
LL
1992
1993 * help-mode.el (help-mode-finish): Apply highlighting here, to
1994 avoid clobbering by substitute-command-keys (Bug#6304).
1995
40e22d80
CY
19962011-01-28 Chong Yidong <cyd@stupidchicken.com>
1997
1998 * woman.el (woman0-roff-buffer): Process roff escape sequences
1999 occurring prior to the first request (Bug#7843).
2000
01c63f4c
SM
20012011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2002
55fb9013
SM
2003 * progmodes/compile.el: Don't use font-lock any more.
2004 (compilation-error-regexp-alist-alist): Change handling of makepp
2005 so it preserves the warning/error distinction on subsequent files.
2006 Simplify various rules.
2007 (compilation-directory-properties): Use font-lock-face.
2008 Add a compilation-message property.
2009 (compilation-internal-error-properties): Use font-lock-face.
2010 Don't set the compilation-debug property here.
2011 (compilation--put-prop, compilation--remove-properties)
2012 (compilation--parse-region, compilation--ensure-parse)
2013 (compilation--ensure-parse): New functions.
2014 (compilation-parse-errors): New function, largely inspired of
2015 compilation-mode-font-lock-keywords. Set compilation-debug here.
2016 (compilation--parsed): New var.
2017 (compilation--flush-parse): Use compilation--ensure-parse.
2018 (compilation-start): Don't call font-lock.
2019 (compilation-turn-on-font-lock): Remove.
2020 (compilation-setup): Don't set font-lock-extra-managed-props not change
2021 other font-lock settings, other than keywords.
2022 Don't activate font-lock-mode.
2023 Set change-major-mode-hook and before-change-functions.
2024 (compilation--unsetup): Remove properties and hooks.
2025 (compilation-next-single-property-change): New function.
2026 (compilation-next-error): Use it to parse when needed.
2027 (compile-goto-error): Parse buffer as needed.
2028 (compilation--compat-error-properties): Don't need a dummy `face'
2029 property any more.
2030
8fe52384
SM
20312011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2034 (compilation-process-setup-function): Fix docstring's false promises.
2035 (compilation-error-regexp-alist-alist): Catch omake's continuous
2036 recompilation message and avoid reuse of old markers.
2037 (compilation-parse-errors-function): Declare obsolete.
2038 (compilation-buffer-modtime): Remove.
2039 (compilation--make-cdrloc, compilation--loc->col)
2040 (compilation--loc->line, compilation--loc->file-struct)
2041 (compilation--loc->marker, compilation--loc->visited)
2042 (compilation--make-file-struct, compilation--file-struct->file-spec)
2043 (compilation--file-struct->formats)
2044 (compilation--file-struct->loc-tree): New macros. Use them.
2045 (compilation--message): New defstruct. Use them.
2046 (compilation-next-error-function): Don't mess with timestamps to try
2047 and guess when to reparse.
2048
01c63f4c
SM
20492011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2050
5e853d01
SM
2051 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2052 (tex-old-error-file-name): New function,
2053 extracted from tex-compilation-parse-errors.
2054 (tex-compilation-parse-errors): Remove.
2055 (tex-error-regexp-alist): New var.
2056 (tex-shell): Use it to avoid compilation-parse-errors-function.
2057
07b741a7
SM
2058 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2059 (grep-mode-font-lock-keywords): Remove regexp that seems like
2060 a left-over from before we used compile.el.
2061 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2062 modifying the buffer within with-silent-modifications.
2063
2064 * progmodes/compile.el: Cleanup text-properties namespace by using
2065 `compilation-message' instead of `message', `compilation-directory'
2066 instead of `directory', and `compilation-debug' instead of `debug'.
2067 (compilation-last-buffer, compilation-parsing-end)
2068 (compilation-error-list, compilation-old-error-list): Move to the
2069 compatibility part of the code.
2070 (compilation-error-properties): If `file' is a function, let it return
2071 a file name.
2072 (compilation-mode-font-lock-keywords): Be more conservative with the
2073 omake "^ *" pattern prefix, to try and minimize the risk of
2074 pathologically slow regexp matching.
2075 (compilation-start): Use inhibit-read-only.
2076 (compilation--unsetup): New function.
2077 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2078 (compilation-filter): Minor tweaks.
8fe52384 2079 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 2080 (compilation--flush-file-structure): New fun.
8fe52384 2081 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
2082 (debug-ignored-errors): Add "Moved past last ...".
2083 (compilation--compat-error-properties)
2084 (compilation--compat-parse-errors): Rename by doubling the "-".
2085
01c63f4c
SM
2086 Port features from the previous prolog.el to the new one.
2087 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2088 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2089 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2090 variable and use a function to compute the value dynamically.
2091 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2092 (prolog-continued-prompt-regexp): Remove, unused.
2093 (prolog-find-value-by-system): Try and use the value of prolog-system
2094 in the *prolog* buffer if it helps.
2095 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2096 (prolog-zip-on): ..and check prolog-system and version here instead.
2097 (prolog-inferior-self-insert-command): New command.
2098 (prolog-inferior-mode-map): Use it.
2099 (prolog-inferior-error-regexp-alist): New var.
8fe52384 2100 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
2101 (prolog-input-filter): Use derived-mode-p.
2102 (prolog-inferior-guess-flavor): New function.
2103 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2104 make-comint to avoid running comint-mode twice.
2105 (prolog-inferior-buffer): New fun.
2106 (prolog-old-process-region, prolog-old-process-file):
2107 Don't call prolog-bsts here...
2108 (prolog-build-prolog-command): ...do it here instead.
2109 (prolog-old-process-region, prolog-old-process-file):
2110 Use compilation-fake-loc and compilation-forget-errors.
2111 (prolog-consult-compile-region): Use bolp.
2112
2f224f0b
CY
21132011-01-28 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2116
db0e305d
SS
21172011-01-27 Sam Steingold <sds@gnu.org>
2118
9e11271c
SM
2119 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2120 Remove "*server*" which is never created by emacs server.
db0e305d 2121
27bbeb29
DD
21222011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2123
2124 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2125 there are some diff switches.
2126
153c5428
SM
21272011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2128
89fdaac7
SM
2129 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2130 Copy change made to ruby-font-lock-syntactic-keywords.
2131
153c5428
SM
2132 * htmlfontify.el: Make it obey the font-lock-face text property.
2133 Miscellaneous cleanup such as:
2134 - Don't hide expressions after a closing paren.
2135 - Move initial setq into let.
2136 - Hoist common parts out of ifs.
2137 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2138 (hfy-face-at): Use get-text-property instead.
2139 (hfy-prop-invisible-p): Use invisible-p if available.
2140 (htmlfontify-manual): Use \\[...].
2141 (hfy-html-quote-regex): Use [...].
2142 (hfy-combined-face-spec): Simplify.
2143 (hfy-compile-face-map): Don't presume point-min==1.
2144 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2145 match end of string.
2146 (hfy-text-p): η-reduce.
2147 (hfy-tags-for-file): Receive cache-hash directly.
2148 (hfy-mark-tag-names): Adjust call.
2149
ed7646d4
GM
21502011-01-27 Glenn Morris <rgm@gnu.org>
2151
2152 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2153 (msb-after-load-hook): Remove eval-after-load wackiness.
2154
ed68f651
SS
21552011-01-25 Sam Steingold <sds@gnu.org>
2156
2157 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2158 literal "diff" (important for windows-nt).
2159
0fe719e6
GM
21602011-01-25 Glenn Morris <rgm@gnu.org>
2161
2162 * emacs-lisp/copyright.el (copyright-at-end-flag)
2163 (copyright-names-regexp): Add safety properties.
2164 (copyright-year-ranges): New option.
2165 (copyright-find-end): New function, split from copyright-update-year.
2166 (copyright-update-year): Use copyright-find-end.
2167 (copyright-fix-years): Optionally, convert years to ranges.
2168 Handle years continued over comment lines.
2169 Do not mess with the fill-prefix.
2170 Do not call copyright-update.
2171 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 2172 Skip directories. Find files with only safe local vars.
0fe719e6 2173
06d8ace5 21742011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
2175
2176 * files.el (file-name-non-special): Only change buffer-file-name after
2177 insert-file-contents if it's `visit'ing the file (bug#7854).
2178
06d8ace5 21792011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
2180
2181 * dired.el (dired-revert): Doc fix (Bug#7758).
2182
06d8ace5
GM
2183 * simple.el (line-move-visual): Doc fix (Bug#7594).
2184
21852011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
2186
2187 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2188 here-doc which ends with an underscore.
2189 (ruby-mode-set-encoding): Skip shebang line always.
2190 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 2191 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
2192 (ruby-forward-sexp): Stop after literal hash key labels.
2193 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2194 bracket.
2195
06d8ace5 21962011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
2197
2198 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2199 the correct buffer (Bug#7650).
2200
06d8ace5
GM
22012011-01-25 Glenn Morris <rgm@gnu.org>
2202
2203 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2204
ce558208
GM
2205 * simple.el (do-auto-fill): Give it a doc string.
2206
4d265b4d
GM
2207 * button.el (make-text-button): Doc fix. (See bug#7881)
2208
21bb5ce0
SM
22092011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2210
ab0a61d0
SM
2211 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2212 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2213
21bb5ce0
SM
2214 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2215 Handle ?" and friends differently (e.g. don't use backrefs).
2216
603823f5
JB
22172011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2218
2219 * calc/calc.el (calc-default-power-reference-level)
2220 (calc-default-field-reference-level): New variables.
35f52ed6 2221 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2222 (math-logunits): New variable.
2223 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2224 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2225 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2226 New functions.
603823f5
JB
2227 (math-find-base-units-rec): Add entry for ln(10).
2228 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2229 (calc-ul-prefix-help): New function.
2230 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2231 functions. Add keybindings for new units functions.
603823f5 2232
11ea68ce 22332011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2234
2235 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2236 rcirc buffers. (Bug#4940)
10617634 2237
0412a5a4
GM
22382011-01-22 Glenn Morris <rgm@gnu.org>
2239
2240 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2241 split out from copyright-update-year.
2242 (copyright-update): Don't mess with the GPL version if we don't own the
2243 copyright. Update license regexp, and remove no longer needed
2244 Esperanto stuff.
d226ec23 2245 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2246
e7c1dca8
CY
22472011-01-22 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2250
4d0143e6
JA
22512011-01-22 Jari Aalto <jari.aalto@cante.net>
2252
2253 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2254 (lm): Rename to landmark.
2255 (lm-test-run): Rename to landmark-test-run.
2256
e3545d0d
CY
22572011-01-22 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2260 "Case sensitive" menu item.
2261
7c82f3e2 22622011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2263
2264 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2265 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2266
7c82f3e2 22672011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2268
2269 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2270
7c82f3e2 22712011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2272
6e1dbaa9
RM
2273 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2274 Assume foo(bar) is a manpage reference rather than some unquoted
2275 symbol (bug#7705).
26a27884 2276
7c82f3e2 22772011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2278
2279 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2280 Suggested by Flo <sensorflo@gmail.com>.
2281
7c82f3e2 22822011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2283
2284 * progmodes/compile.el (compilation-error-regexp-alist):
2285 Fix custom type. (Bug#7812)
2286
4936e3ba
KM
22872011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2288
2289 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2290 allout-number-siblings, in keeping with what obtained due to
2291 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2292 (prefixed) ?i.
2293 (allout-before-change-handler): Better expose spots affected by
2294 undo.
2295
cde7e38b
CY
22962011-01-22 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2299
6b072b27
PH
23002011-01-22 Phil Hagelberg <phil@evri.com>
2301
2302 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2303 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2304 (pcmpl-ssh-config-hosts): New function.
2305 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2306 pcmpl-ssh-known-hosts.
2307
26d82c3a
JB
23082011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2309
c310ff4f
JB
2310 * calc/calc-undo.el (calc-undo): Autoload it.
2311 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2312 and autoload for `calc-undo'.
2313 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2314 * calc/calc-prog.el:
2315 * calc/calc-graph.el:
2316 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2317
a10c4149
ŠN
23182011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2319
2320 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2321 keybindings to `calc-undo'.
2322
8dabbfd6
SM
23232011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 Don't mess with *temp*.
2326 * obsolete/spell.el: Move from textmodes/spell.el.
2327 (spell-string):
2328 * term.el (term-read-input-ring):
2329 * startup.el (display-startup-echo-area-message):
2330 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2331 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2332 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2333 point-min==1.
2334
d3e51865
KM
23352011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2336
35f52ed6 2337 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2338 reapplying defalias.
2339
2340 (allout-hotspot-key-handler): Check for non-control-modified
2341 bindings for hotspot characters if there are no control-modified
2342 versions.
2343
d3e51865
KM
2344 * allout.el: Summary - migrate to defining allout mode using
2345 define-minor-mode instead of defun. Significantly clean-up
2346 internal keymap provisions, refactoring and, in the process,
2347 removing a lot of accumulated cruft.
2348
2349 allout-mode-map is now a keymap by virtue of being a defalias to
2350 allout-mode-map-value, which contains the actual keymap structure.
2351
8dabbfd6
SM
2352 (allout-mode): Use define-minor-mode rather than defun.
2353 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2354 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2355 entry will be '(allout-mode . allout-mode-map) - see
2356 allout-mode-map-value, below. Adjust docstring to track changes.
2357 (allout-minor-mode): Remove this defalias, now that we're using
2358 define-minor-mode.
2359 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2360 keymap is allout-mode-map-value, via defalias.
2361 (allout-mode-map-value): The variable holding the actual mode
2362 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2363 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2364 allout-bind-keys, and including the binding-composition
2365 functionality of the former produce-allout-mode-map and
2366 allout-setup-mode-map.
2367 (allout-institute-keymap): Take over the "setup" part of the former
2368 allout-setup-mode-map. Reassign allout-mode-map-value value and
2369 update the defalias.
01c35094 2370 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2371 (allout-unprefixed-keybindings):
2372 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2373 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2374 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2375 user can customize if they want to use that binding.
2376 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2377 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2378 elided that, previously, instead of the one for \C-h.)
2379 (allout-hotspot-key-handler): Remove attempt to resolve the key
2380 through the literal key-string lookup on allout-keybindings-list.
2381 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2382 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2383 (allout-pre-command-business): Use allout-mode-map-value instead
2384 of allout-mode-map.
2385 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2386 the bindings if they want to use a keybinding having a trailing
2cf429d0 2387 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2388 (allout-keybindings-list): Remove. It's not been useful for a
2389 while. (See allout-hotspot-key-handler changes, above.)
2390 (produce-allout-mode-map): Remove. Consolidate into
2391 allout-compose-and-institute-keymap.
2392 (allout-mode-map-adjustments): Remove. No longer necessary with
2393 removal of allout-preempt-trailing-ctrl-h.
2394 (allout-setup-mode-map): Remove. Consolidate into
2395 allout-compose-and-institute-keymap and allout-institute-keymap.
2396
c11136ec
GM
23972011-01-20 Glenn Morris <rgm@gnu.org>
2398
dbfb414e
GM
2399 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2400
c11136ec
GM
2401 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2402
9aea757b
CY
24032011-01-20 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2406
2407 * files.el (find-alternate-file, basic-save-buffer)
2408 (basic-save-buffer-2, revert-buffer, recover-file)
2409 (kill-buffer-ask, abort-if-file-too-large)
2410 (set-visited-file-name, write-file, backup-buffer)
2411 (basic-save-buffer, save-some-buffers):
2412 * dired-aux.el (dired-compress-file): Callers changed.
2413
5dd4f3f7
GM
24142011-01-19 Glenn Morris <rgm@gnu.org>
2415
2416 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2417 Also check the property status. (Bug#7861)
2418
56761182
MA
24192011-01-18 Michael Albinus <michael.albinus@gmx.de>
2420
2421 * net/tramp.el (tramp-debug-message): Extend function exclude
2422 list. Use `regexp-opt'.
2423
a9faac5c 24242011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2425
9cc3a0c7
SM
2426 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2427 highlighting doesn't spill over subsequent lines.
2428
1a1fcbe1
SM
2429 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2430 keymap expression. Improve docstring.
2431
74a10be5
SM
2432 * electric.el (electric-indent-post-self-insert-function):
2433 Don't auto-indent for indent-to-left-margin, it's too often
2434 counter-productive.
2435
721be9cd
TH
24362011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2437
2438 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2439 spaces if the frame was resized, so that the full visible buffer
2440 serves as canvas for strokes.
2441
a767645f
GM
24422011-01-16 Glenn Morris <rgm@gnu.org>
2443
2444 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2445 Also skip directories.
a767645f 2446
444ee8dd
KR
24472011-01-16 Kevin Ryde <user42@zip.com.au>
2448
2449 * info-xref.el: Version 3.
2450 (info-xref-check, info-xref-check-all): Move commentary details
2451 into docstrings for better visibility.
2452 Use compilation-mode for the results buffer.
2453 (info-xref-output, info-xref-output-error, info-xref-with-output)
2454 (info-xref-filename, info-xref-in-progress):
2455 New internals for this.
2456 (info-xref-check-list, info-xref-check-buffer)
2457 (info-xref-check-all-custom): Use those.
2458 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2459 (info-xref-output-heading): Rename from info-xref-filename-heading.
2460 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2461 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2462 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2463 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2464 (info-xref-subfile-p): Move to generic section with those two.
2465 (info-xref-check-node): New function split from
2466 info-xref-check-buffer, shared by info-xref-docstrings.
2467 (info-xref-goto-node-p): Move to a checking section with that func.
2468 (info-xref-unavail): New counter.
2469 (info-xref-check-node): Use it.
2470 (info-xref-with-output): Show count of unavailables at end of output.
2471 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2472 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2473 (info-xref-check-all-custom): Fix quietening viper-mode and
2474 gnus-registry-install -- use setq not let so as not to unbind
2475 after load.
2476
d4119912
JL
24772011-01-16 Juri Linkov <juri@jurta.org>
2478
2479 * isearch.el (isearch-abort): Don't quit if search has
2480 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2481
b024d9f0
MD
24822011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2483
2484 * files.el (backup-buffer): Make last-resort backup file in
2485 .emacs.d (Bug#6953).
2486
2487 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2488 make it with permission 700.
2489
d52969e8 24902011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2491
74a10be5
SM
2492 * mail/rmailmm.el (rmail-mime-insert-header):
2493 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2494 system used to decode the header.
2495 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2496 (rmail-mime-insert-decoded-text):
2497 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2498 (rmail-show-mime): If only a header part was decoded, find the
2499 coding system while ignoring mm-charset-override-alist.
2500
d52969e8 25012011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2502
2503 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2504
d52969e8 25052011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2506
2507 * mail/rmailmm.el (rmail-mime-next-item)
2508 (rmail-mime-previous-item): Delete them.
2509 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2510 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2511 Callers changed.
e7ca0062
KH
2512 (rmail-mime-raw-mode): Recursively call for children.
2513 (rmail-mode-map): Change mapping of tab and backtab to
2514 forward-button and backward-button respectively.
2515 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2516 button.
2517 (rmail-mime-update-tagline): New function.
2518 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2519 body display is changed.
74a10be5 2520 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2521 (rmail-mime-image): Delete this button type.
2522 (rmail-mime-toggle): New button type.
2523 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2524 body display is changed. Change the save button label to "Save".
2525 Don't process show/hide button here.
2526 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2527 the body display is changed. Unconditionally call
2528 rmail-mime-insert for children.
2529 (rmail-mime-handle): Update `display' vector of the just inserted
2530 entity.
2531 (rmail-mime-process): If mail-header-parse-content-type returns
2532 nil, use "text/plain" as the fallback type.
2533 (rmail-mime-insert): For raw-mode, recursively call
2534 rmail-mim-insert for children.
2535 (rmail-mime): Handle the case that the current buffer is not rmail
2536 buffer (e.g. in summary buffer).
2537
d52969e8 25382011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2539
2540 * mail/rmailmm.el (rmail-mime-next-item)
2541 (rmail-mime-previous-item): Skip the body of a non-multipart
2542 entity if a tagline is shown.
2543
362b9d48
GM
25442011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2547 (tmm-prompt): Simplify.
2548 (tmm-add-prompt): Remove unused var `win'.
2549
2550 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2551 to minor mode which used nil accidentally to mean "turn off".
2552
25532011-01-15 Michael Albinus <michael.albinus@gmx.de>
2554
2555 * net/tramp-sh.el (tramp-find-inline-compress)
2556 (tramp-get-inline-coding): Quote command after pipe symbol for
2557 local calls under W32. (Bug#6784)
2558
25592011-01-15 Michael Albinus <michael.albinus@gmx.de>
2560
2561 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2562 only when running under W32.
2563
25642011-01-15 Eli Zaretskii <eliz@gnu.org>
2565
2566 * progmodes/grep.el (grep-compute-defaults): Quote the program
2567 file name after the pipe symbol in Grep templates. (Bug#6784)
2568 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2569
25702011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2571
2572 * buff-menu.el (Buffer-menu-buffer-list): New var.
2573 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2574 restricted buffer list is not lost on revert (Bug#7749).
2575
25762011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2577
2578 * net/ldap.el (ldap-search-internal): Discard stderr output.
2579
25802011-01-15 Eli Zaretskii <eliz@gnu.org>
2581
2582 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2583
25842011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2587
25882011-01-15 Kenichi Handa <handa@m17n.org>
2589
2590 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2591 part as a plain text.
2592 (rmail-mime-process-multipart): Set the default content-type to
2593 nil for unknown multipart subtypes (bug#7651).
2594
6d3d6113
SM
25952011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2596
4391b429
SM
2597 * hexl.el (hexl-mode-old-*): Remove.
2598 (hexl-mode--old-var-vals): New var to replace them.
2599 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2600 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2601 Use them to set local vars (bug#7846).
2602 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2603 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2604 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2605
6d3d6113
SM
2606 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2607 (smerge-resolve--normalize-re): New var.
2608 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2609 (smerge-resolve): Use them.
2610 * newcomment.el (comment-only-p): New function.
2611 (comment-or-uncomment-region): Use it.
2612
77ab81d0 26132011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2614
2615 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2616 table, get the value before switching to the output buffer. (Bug#7733)
2617
77ab81d0 26182011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2619
2620 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2621
8faba62c
KS
26222011-01-14 Kim F. Storm <storm@cua.dk>
2623
2624 * emulation/cua-base.el (cua--init-keymaps):
2625 Remap exchange-point-and-mark in cua-global-keymap.
2626
ab7eb811
TH
26272011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2628
2629 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2630 loop keyword.
2631
fc55380c
SM
26322011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2635 Require CL.
2636 (easy-menu-create-menu, easy-menu-convert-item-1):
2637 Use :label rather than nil for labels. Use `case'.
2638 Add :enable as alias for :active.
2639 (easy-menu-binding): Obey :label.
2640
dbed16aa
SM
26412011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2642
4d789d84
SM
2643 Use run-mode-hooks for major mode hooks (bug#513).
2644 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2645 Rename from reftex-toc-map.
2646 (reftex-toc-mode): Use define-derived-mode.
2647 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2648 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2649 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2650 (reftex-select-label-mode, reftex-select-bib-mode):
2651 Use define-derived-mode.
2652 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2653 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2654 Move init into delcaration.
2655 (reftex-index-mode, reftex-index-phrases-mode):
2656 Use define-derived-mode.
2657 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2658 speedbar-syntax-table. Move init into declaration.
2659 (speedbar-mode-map): Rename from speedbar-key-map.
2660 Move init into declaration.
2661 (speedbar-file-key-map): Move init into declaration.
2662 (speedbar-mode): Use define-derived-mode.
2663 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2664 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2665 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2666 (chart-face-list): Move initialization into declaration.
2667 (chart-mode): Use define-derived-mode.
2668 * calculator.el (calculator-mode-map): Move init into declaration.
2669 (calculator-mode): Use define-derived-mode.
2670
b49a2dbf
SM
2671 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2672 work for nested comments.
2673
dbed16aa
SM
2674 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2675 (prolog-use-prolog-tokenizer-flag): Change default when
2676 syntax-propertize can be used.
2677 (prolog-syntax-propertize-function): New var.
2678 (prolog-mode-variables): Move make-local-variable into `set'.
2679 Don't make comment-column local since we don't set it.
2680 Set comment-add (as it was in previous prolog.el). Use dolist.
2681 Set syntax-propertize-function.
2682 (prolog-mode, prolog-inferior-mode):
2683 Call prolog(-inferior)-menu directly, not through the mode-hook.
2684 (prolog-buffer-module, prolog-indent-level)
2685 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2686 (prolog-comment-limits, prolog-goto-comment-column):
2687 Use line-(end|beginning)-position.
2688 (prolog-build-prolog-command): Tighten up regexp.
2689 (prolog-consult-compile): Move make-local-variable into `set'.
2690 (prolog-consult-compile-filter, prolog-goto-next-paren)
2691 (prolog-help-on-predicate, prolog-clause-info)
2692 (prolog-mark-predicate): Don't let+setq.
2693 (prolog-indent-line): Use indent-line-to.
2694 Only call prolog-goto-comment-column if necessary.
2695 (prolog-indent-level): Use bobp.
2696 (prolog-first-pos-on-line): Remove, not used any more.
2697 (prolog-in-string-or-comment): Use syntax-ppss if available.
2698 (prolog-help-on-predicate): Use read-string.
2699 (prolog-goto-predicate-info): Simplify.
2700 (prolog-read-predicate): Use `default' rather than `initial'.
2701 (prolog-temporary-file): Use make-temp-file to close a security hole.
2702 (prolog-toggle-sicstus-sd): New command.
2703 (prolog-electric-underscore, prolog-variables-to-anonymous):
2704 Use dynamic-scoping as it was meant.
2705 (prolog-menu): Move menu definitions to top-level.
2706 Use a toggle-button for Sicstus's source debugger.
2707 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2708 to "System".
2709 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2710 Move other menu definition to top-level.
2711
50f8cd96
TH
27122011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2713
5b355315
TH
2714 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2715 name. Keep original document's directory as default-directory
2716 (bug#6446).
1281bd51
TH
2717 (doc-view-initiate-display): Fall back to normal mode when
2718 doc-view-mode cannot be enabled, also when extracting the document
2719 text into a separate buffer (bug#6446).
5b355315 2720
50f8cd96
TH
2721 * simple.el (shell-command): Don't error out if shell command
2722 buffer contains text with non-nil read-only property when erasing
2723 the buffer.
2724
821f936d
KS
27252011-01-13 Kim F. Storm <storm@cua.dk>
2726
2727 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2728 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2729 items when cycling through the matches.
2730
f754f898
TH
27312011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2732
2733 * dired-x.el (dired-omit-verbose): New defcustom that allows
2734 disabling the omit messages.
2735 (dired-omit-expunge): Use it.
2736
d221e780
CO
27372011-01-13 Christian Ohler <ohler@gnu.org>
2738
2739 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2740
a03b542a
CY
27412011-01-13 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * font-lock.el (font-lock-verbose): Default to nil.
2744
25ca2e61
CY
27452011-01-13 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2748 (compose-mail): New arg RETURN-ACTION.
2749 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2750
2751 * mail/sendmail.el (mail-return-action): New var.
2752 (mail-mode): Make it buffer-local.
2753 (mail-bury): Obey it. Move special Rmail window handling to
2754 rmail-mail-return.
2755 (mail, mail-setup): New arg RETURN-ACTION.
2756 (sendmail-user-agent-compose): Move from simple.el.
2757
2758 * mail/rmail.el (rmail-mail-return): New function.
2759 (rmail-start-mail): Pass it to compose-mail.
2760
2a8b13af
CY
27612011-01-12 Chong Yidong <cyd@stupidchicken.com>
2762
b2948a87
CY
2763 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2764 menus. Add menu item for customize-themes.
2765
2766 * cus-theme.el (customize-themes):
74a10be5
SM
2767 * emacs-lisp/package.el (package--list-packages):
2768 Use switch-to-buffer.
2a8b13af 2769
059616e5
JB
27702011-01-11 Johan Bockgård <bojohan@gnu.org>
2771
2772 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2773
04380ff1
SM
27742011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2775
2776 * progmodes/prolog.el: Fix up coding convention and such.
2777 (prolog-indent-width): Use the same default as in
2778 previous prolog.el rather than tab-width which depends on which buffer
2779 is current when the file is loaded.
2780 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2781 is not available.
2782 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2783 (prolog-known-systems): Remove.
2784 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2785 Move initialization into declaration.
2786 (prolog-mode-map): Move initialization into declaration.
2787 Remove system-specific mode-map vars, since they referred to the same
2788 keymap anyway.
2789 (prolog-mode-variables): Obey the user's preference w.r.t
2790 adaptive-fill-mode. Prefer symbol-value to `eval'.
2791 (prolog-mode-keybindings-edit): Add compatibility bindings.
2792 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2793 (mercury-mode-map): New var.
2794 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2795 (prolog-ensure-process, prolog-process-insert-string)
2796 (prolog-consult-compile): Use with-current-buffer.
2797 (prolog-guess-fill-prefix): Simplify data flow.
2798 (prolog-replace-in-string): New function to use instead of
2799 replace-in-string.
2800 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2801 (prolog-uncomment-region): Use `uncomment-region' when available.
2802 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2803 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2804 of int-to-char and char-to-int.
2805 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2806
e2019526
SB
28072011-01-11 Stefan Bruda <stefan@bruda.ca>
2808
2809 * progmodes/prolog.el: Replace by a whole new file.
2810
3fa173b4
SM
28112011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2814 (declare-function, undefined, insert-for-yank)
2815 (replace-regexp-in-string): Follow checkdoc's recommendations.
2816
7973bcea
SM
28172011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2820 refreshing the diary buffer.
2821
0af8c88b
KM
28222011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2823
7973bcea 2824 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2825 (allout-encrypt-string): Prevent encryption from adding an extra
2826 newline at the end of the topic body.
2827 (allout-version): Increment to 2.3.
2828
1a27c64e
MA
28292011-01-10 Michael Albinus <michael.albinus@gmx.de>
2830
7973bcea
SM
2831 * net/dbus.el (dbus-unregister-service): Complete doc.
2832 Fix call of dbus-error signal.
5c0b4070 2833 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2834
0a203b61
MA
28352011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2836
2837 * net/dbus.el (dbus-unregister-service): Translate returned
2838 integer into a symbol.
2839 (dbus-register-property): Use `dbus-register-service' to do the
2840 name registration.
2841
895123f5
CY
28422011-01-09 Chong Yidong <cyd@stupidchicken.com>
2843
7973bcea
SM
2844 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2845 Suggested by Joakim Verona.
12e1f328 2846
732eb50a
CY
2847 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2848
895123f5
CY
2849 * wid-edit.el (visibility): Replace :on-image and :off-image
2850 widget properties with :on-glyph and :off-glyph, for consistency
2851 with the `visibility' widget.
2852 (widget-toggle-value-create, widget-visibility-value-create):
2853 Merge into a single function `widget-toggle-value-create'.
2854
2855 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2856 (custom-face-edit-value-create, custom-face-value-create):
2857 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2858 :off-glyph, for consistency with the `visibility' widget.
2859
c8043a22
AS
28602011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2861
2862 * net/ldap.el (ldap-search-internal): Don't use eval.
2863
b7617f6d
CY
28642011-01-09 Chong Yidong <cyd@stupidchicken.com>
2865
973f1f2a
CY
2866 * subr.el (read-char-choice): Use read-key.
2867
b7617f6d
CY
2868 * custom.el (custom-safe-themes): Rename from
2869 custom-safe-theme-files. Add :risky tag.
2870 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2871 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2872
900503ae
CY
28732011-01-09 Chong Yidong <cyd@stupidchicken.com>
2874
2875 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2876 from Search and add a label to Undo.
2877
2878 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2879 inappropriate buttons and adding :vert-only tags.
2880
2881 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2882 removal of Help tool-bar button. Remove Undo button for space.
2883
2884 * info.el (info-tool-bar-map): Add :vert-only tags.
2885
c44d54b3
TH
28862011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2887
2888 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2889 image backend support. Either of them is fine.
2890
3ef01959
CY
28912011-01-08 Chong Yidong <cyd@stupidchicken.com>
2892
3d91e302
CY
2893 * subr.el (y-or-n-p): Doc fix.
2894
278f6845
CY
2895 * custom.el (custom-safe-theme-files): New defcustom.
2896 (custom-theme-load-confirm): New function.
2897 (load-theme): Load theme using `load', confirming with
2898 custom-theme-load-confirm if necessary.
2899
3ef01959
CY
2900 * subr.el (read-char-choice): New function, factored out from
2901 dired-query and hack-local-variables-confirm.
2902
2903 * dired-aux.el (dired-query):
2904 * files.el (hack-local-variables-confirm): Use it.
2905
2906 * dired-aux.el (dired-compress-file):
2907 * files.el (abort-if-file-too-large, find-alternate-file)
2908 (set-visited-file-name, write-file, backup-buffer)
2909 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2910 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2911 Use new format string args for y-or-n-p and yes-or-no-p.
2912
7c837933
AS
29132011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2914
2915 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2916 [gcc-include]: Tighten file name match, add match for column
2917 number. (Bug#7806)
6c7ec171 2918 [gnu]: Remove unused group.
7c837933 2919
d0981f82
GM
29202011-01-08 Glenn Morris <rgm@gnu.org>
2921
e7a42417
GM
2922 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2923
d0981f82
GM
2924 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2925
d43bb7d3
SS
29262011-01-07 Sam Steingold <sds@gnu.org>
2927
2928 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2929 the `explicit-shell-file-name' because that is the
2930 non-interactive shell.
2931
8c51d2a2
CY
29322011-01-07 Chong Yidong <cyd@stupidchicken.com>
2933
2934 * subr.el (y-or-n-p): Accept format string args.
2935
66b7b0fe
GM
29362011-01-07 Glenn Morris <rgm@gnu.org>
2937
2938 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2939
1e004a83
KM
29402011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2941
66b7b0fe 2942 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2943 the visible containing topic, rather than a collapsed one.
66b7b0fe 2944 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2945 (allout-exposure-change-hook): Remove documentation remarks
2946 concerning removed allout-view-change-hook.
2947 (allout-flag-region): Remove invocation of and documentation
2948 remarks concerning allout-view-change-hook.
2949
b0a8e46b
GM
29502011-01-06 Glenn Morris <rgm@gnu.org>
2951
2952 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2953 (vc-bzr-annotate-extract-revision-at-line):
2954 Handle authors with embedded spaces. (Bug#7792)
2955
875c044a
TH
29562011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2957
2958 * doc-view.el (doc-view-image-width): New variable.
2959 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2960 backend for PNG images, and do dynamic rescaling instead of
2961 reconverting the whole doc.
2962
1f6f7722
GM
29632011-01-05 Glenn Morris <rgm@gnu.org>
2964
2965 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2966
e9e68fda
KM
29672011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2968
4896e8fc 2969 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2970 long text lines that cross more than a single physical window
2971 line, ie when truncate-lines is nil.
e9e68fda
KM
2972 (allout-next-visible-heading): Provide for change in line-move
2973 behavior on long lines when truncate-lines is nil. In that case,
2974 line-move can wind up on the same textual line when it moves to
2975 the next window line, and moving to the bullet position after the
2976 move yields zero advancement. Add logic to detect and compensate
2977 for the lack of progress.
2978 (allout-current-topic-collapsed-p): move-end-of-line respect for
2979 field boundaries is different when operating with body lines
2980 shorter than window width versus ones greater than window width,
2981 which can yield false negatives in this function. Avoid
2982 difference by applying move-end-of-line while field-text-motion is
2983 inhibited.
2984
3f1b6eb2
GM
29852011-01-04 Glenn Morris <rgm@gnu.org>
2986
2987 * textmodes/rst.el (rst-compile-toolsets):
2988 Add pdf and s5 to option alist.
2989
6388924a
MA
29902011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2991
7973bcea 2992 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2993 dont-register-service. Updated docstring accordingly.
2994
c3e4b003
AS
29952011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2996
2997 * textmodes/rst.el (rst-compile-pdf-preview)
2998 (rst-compile-slides-preview): Remove extra line.
2999
ef4271fe
GM
30002011-01-04 Glenn Morris <rgm@gnu.org>
3001
3002 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3003 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3004 default to `prog' without a .py extension.
3005 (rst-compile-pdf-preview, rst-compile-slides-preview):
3006 Use program names from rst-compile-toolsets, rather than hard-coding.
3007 (rst-portable-mark-active-p): Fix presumed typo.
3008
7c420169 30092011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 3010
7c420169 3011 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
3012 libpng versions both before and after 1.4.0. (Bug#7716)
3013
7c420169 30142011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 3015
6491af11
EZ
3016 * time.el (display-time-mode): Mention display-time-interval in
3017 the doc string. (Bug#7713)
3018
7c420169 30192011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
3020
3021 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3022 condition-case and return an error message string if something
3023 goes wrong.
2f952059 3024 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
3025 header by rmail-mime-insert-header.
3026
7c420169 30272011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
3028
3029 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3030 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3031 (rmail-mime-mbox-buffer)
3032 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3033 (rmail-mime-entity): Argument changed. All codes handling an
3034 entity object are changed.
2f952059 3035 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
3036 the above change.
3037 (rmail-mime-entity-children, rmail-mime-entity-handler)
3038 (rmail-mime-entity-tagline): New functions.
3039 (rmail-mime-message-p): New function.
3040 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3041 (rmail-mime-entity-segment, rmail-mime-next-item)
3042 (rmail-mime-previous-item, rmail-mime-shown-mode)
3043 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3044 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
3045 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3046 New functions.
186f7f0b
KH
3047 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3048 (rmail-mime-insert-decoded-text): New function.
3049 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3050 (rmail-mime-insert-image): Argument changed. Caller changed.
3051 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 3052 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
3053 (rmail-mime-insert-bulk): Argument changed.
3054 (rmail-mime-multipart-handler): Return t.
2f952059
ML
3055 (rmail-mime-process-multipart): Argument changed.
3056 Handle "multipart/alternative" here.
186f7f0b
KH
3057 (rmail-mime-process): Argument changed.
3058 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3059 (rmail-mime-insert): Argument changed. Handle raw display mode.
3060 (rmail-mime): Argument changed. Handle toggling of raw display
3061 mode.
3062 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3063 rmail-mime-view-buffer.
3064 (rmail-insert-mime-forwarded-message): Likewise.
3065 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3066
3067 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3068 non-nil, handle the header in rmail-show-mime-function.
3069
7c420169 30702011-01-02 Leo <sdl.web@gmail.com>
e1a23575 3071
7c420169 3072 * help-fns.el (describe-variable): Fix previous change.
e1a23575 3073
7c420169 30742011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
3075
3076 * isearch.el (isearch-lazy-highlight-error): New variable.
3077 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3078 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3079 to the current value of `isearch-error' (Bug#7468).
3080
7c420169 30812011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
3082
3083 * help-fns.el (describe-variable): Don't emit trailing whitespace
3084 (Bug#7511).
3085
7c420169 30862011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
3087
3088 * textmodes/rst.el (rst-compile-pdf-preview)
3089 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3090
7c420169 30912011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
3092
3093 * emulation/edt-mapper.el: Override mapping of function keys so
3094 that the later call to read-key-sequence works.
3095
7c420169 30962011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
3097
3098 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3099 Unix EOLs. (Bug#7589)
3100
7c420169
CY
31012011-01-02 Leo <sdl.web@gmail.com>
3102
3103 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3104 if point is not behind eshell-last-output-end (Bug#7585).
3105
31062011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3107
3108 * files.el (file-local-variables-alist):
3109 Make permanent-local (bug#7767).
3110
31112011-01-02 Glenn Morris <rgm@gnu.org>
3112
3113 * version.el (emacs-copyright): Set short copyright year to 2011.
3114
31152011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3116
3117 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3118 an existing temp buffer. (Bug#7746)
3119
31202011-01-02 Glenn Morris <rgm@gnu.org>
3121
3122 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3123 multiple addresses. (Bug#7760)
3124
fb9a573a
KM
31252011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3126
e9e68fda 3127 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
3128 do-auto-fill if everything points back to allout-auto-fill.
3129 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3130 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3131
8d68c659
MA
31322010-12-31 Michael Albinus <michael.albinus@gmx.de>
3133
3134 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3135 and "scpx".
3136
291cc045
TH
31372010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3138
3139 * doc-view.el (doc-view-set-doc-type): New function refactored
3140 from doc-view-mode.
3141 (doc-view-fallback-mode): New function.
3142 (doc-view-mode): Use it.
3143 (doc-view-mode-maybe): New function that checks if doc-view-mode
3144 can be used and falls back to the next best mode otherwise.
3145
3146 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3147 DVI, OpenDocument, and MS Office files.
3148
8ee2dc5c
AS
31492010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3150
3151 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3152
f9e68477
TH
31532010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3154
3155 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3156 on a copy of auto-mode-alist, because that deletes with side
3157 effects.
3158
ad727c81
TH
31592010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3160
7973bcea
SM
3161 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3162 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
3163 fallback instead of hard coding fundamental mode.
3164
b71b7803
TH
31652010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3166
3167 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3168 Office) files also for searching.
3169
95e16d17
TH
31702010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3171
3172 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3173 Office) files. Not yet enabled via auto-mode-list.
3174 (doc-view-unoconv-program): New custom variable.
3175 (doc-view-mode-p): Handle new odf document type.
3176 (doc-view-odf->pdf): New conversion function.
3177 (doc-view-convert-current-doc): Call it for odf files.
3178 (doc-view-mode): Recognize newly supported file extensions.
3179
b191c9d9
MA
31802010-12-30 Michael Albinus <michael.albinus@gmx.de>
3181
3182 * net/tramp.el (tramp-default-method-alist)
3183 (tramp-default-user-alist)
3184 (tramp-local-host-regexp, tramp-prefix-domain-format)
3185 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3186
3187 * net/tramp-ftp.el:
3188 * net/tramp-gvfs.el:
3189 * net/tramp-gw.el:
3190 * net/tramp-imap.el:
3191 * net/tramp-sh.el:
3192 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3193 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3194
6e457cc9
KF
31952010-12-29 Karl Fogel <kfogel@red-bean.com>
3196
3197 * saveplace.el (save-place-alist-to-file): Save list sorted and
3198 pretty-printed, so that it is mergeable by line-based text merging,
3199 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3200
fb9a573a
KM
32012010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3202
e9e68fda 3203 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3204 (allout-mode): Argument "toggle" => "force".
3205 Refine the docstring.
3206 Remove special provisions for reactivation, besides the 'force'
3207 argument.
3208 Consolidate layout provisions coce directly into the activation
3209 condition branch, now that we've removed those provisions.
3210 (allout-unload-function): Explicitly activate the mode before
3211 deactivating, if it's initially deactivated.
3212 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3213 warnings for version of function used only where
3214 set-buffer-multibyte is unavailable.
3215
c940c054
CY
32162010-12-28 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3219 are handled by the menu-bar entries. As before, don't use
3220 :visibile to avoid changing the tool-bar.
3221
4c145d5d
MA
32222010-12-27 Michael Albinus <michael.albinus@gmx.de>
3223
3224 * net/secrets.el (secrets-delete-alias): New defun.
3225
fe99f704
MA
32262010-12-27 Michael Albinus <michael.albinus@gmx.de>
3227
3228 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3229 methods, otherwise ~/.ssh/config would be ignored.
3230
723ee192
SM
32312010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * emacs-lisp/rx.el: Make it a superset of sregex.
3234 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3235 of args, add `regex' alias.
3236 (rx-info): Add arg to distinguish head and standalone forms.
3237 (rx-check, rx-form): Pass the corresponding arg.
3238 (rx-**): Simplify.
3239 (rx-repeat): Make it work for any number of args.
3240 (rx-syntax): Make it accept syntax chars as is.
3241 * obsolete/sregex.el: Move from emacs-lisp/.
3242 * emacs-lisp/re-builder.el: Remove sregex support.
3243 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3244
e77714da
EZ
32452010-12-25 Eli Zaretskii <eliz@gnu.org>
3246
3247 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3248 PRIMARY first, then the clipboard. (Bug#7699)
3249
17870c01
SM
32502010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3251
3252 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3253 print-number-table.
3254
6bfa51ba
CY
32552010-12-21 Chong Yidong <cyd@stupidchicken.com>
3256
d78cdcf7
CY
3257 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3258 .emacs.elc (Bug#7530).
3259
6bfa51ba
CY
3260 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3261 image spec (Bug#7480).
3262
9d9cfd53
DU
32632010-12-21 Daiki Ueno <ueno@unixuser.org>
3264
3265 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3266 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3267 Move from lisp/.
9d9cfd53 3268
adc0b793
JD
32692010-12-20 Leo <sdl.web@gmail.com>
3270
3271 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3272 always be performed (Bug#7680).
3273
778ca437
CY
32742010-12-20 Chong Yidong <cyd@stupidchicken.com>
3275
3f95d7ff
CY
3276 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3277 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3278 mouse-region-match.
778ca437 3279
3f95d7ff 3280 * color.el: Move from gnus/.
94975270 3281
f48fdaad
CY
3282 * vc/diff.el (diff-better-file-name): Function deleted.
3283 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3284 (diff-no-select): Just use expand-file-name.
3285
3286 * tool-bar.el (tool-bar--image-expression): New function.
3287 (tool-bar-local-item, tool-bar--image-exp): Use it.
3288 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3289 Use :enable instead of :visible to avoid changing the tool-bar
3290 configuration unnecessarily.
3291
3292 * info.el (info-tool-bar-map): Add separators.
3293
2e306b39
KB
32942010-12-17 Ken Brown <kbrown@cornell.edu>
3295
3296 * loadup.el: Use version numbers in Cygwin build.
3297
395542c6
RT
32982010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3299
3300 * ido.el (ido-file-internal): Ask for confirmation before
3301 overwriting an existing file (Bug#1238).
3302
4039c786
CY
33032010-12-16 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * tool-bar.el (tool-bar-setup): Add separators.
3306
3307 * menu-bar.el (featurep): Use menu-bar-separator.
3308
45720dc3
GM
33092010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3310
3311 Migrate allout encryption provisions from pgg to epg.
3312
3313 * allout.el (allout-toggle-current-subtree-encryption)
3314 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3315 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3316 for simpler universal argument interpretation.
35f52ed6 3317 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3318 changed encryption provisions. Change fetch-pass to keymode-cue, for
3319 simpler universal argument interpretation. Remove provisions for
3320 handling key type and identity - they'll all be within
3321 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3322 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3323 for keypair recipients (universal argument > 1) and, in addition,
3324 associating the specified recipients with the outline (universal
3325 argument > 4) using a file local variable setting for
3326 'epa-file-encrypt-to'.
3327 Require epa, for recipients handling.
3328 Change how regexp filtering elements are named.
3329 Describe the problem with caching of incorrect symmetric-decryption
3330 keys.
3331 Use the epa-passphrase-callback-function, in case the user is using
3332 GnuPG v1.
3333 Support saving of the selected keypair recipients when invoked with a
3334 keymode-cue > 4.
3335 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3336 Require 'epa.
3337 Establish epg-context with armoring and default epg-protocol.
3338 Remove all passphrase cache, verification, and hinting code.
3339 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3340 No longer used, delete.
3341 (allout-mode): Adjust docstring to describe changed encryption
3342 provisions. Describe the problem with caching of incorrect
3343 symmetric-decryption keys.
3344 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3345 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3346 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3347 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3348 Obsolete, remove.
3349
33088bed
DU
33502010-12-16 Daiki Ueno <ueno@unixuser.org>
3351
3352 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3353 key selection prompt; make 'silent as default (Bug#7487).
3354
bfc49a5b
LL
33552010-12-16 Leo <sdl.web@gmail.com>
3356
7973bcea
SM
3357 * eshell/eshell.el (eshell-directory-name):
3358 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3359
68251e16
GM
33602010-12-15 Glenn Morris <rgm@gnu.org>
3361
3362 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3363
99f053cf 33642010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3365 Scott Evans <gse@antisleep.com>
99f053cf
JA
3366
3367 * rect.el (rectange--default-line-number-format)
3368 (rectangle-number-line-callback): New functions.
3369 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3370
5614fd56
CY
33712010-12-15 Chong Yidong <cyd@stupidchicken.com>
3372
3373 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3374 Delete unused variables.
3375 (move-to-column-force): Remove function obsolete since 21.2.
3376
d68b0220
MA
33772010-12-14 Michael Albinus <michael.albinus@gmx.de>
3378
3379 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3380 (tramp-handle-insert-file-contents): Do not set permanent-local
3381 property.
3382
7973bcea
SM
3383 * net/tramp-cache.el (tramp-persistency-file-name):
3384 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3385
3386 * net/tramp-sh.el (tramp-methods): Add "ksu".
3387 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3388 method list.
3389
0273f794
GM
33902010-12-14 Glenn Morris <rgm@gnu.org>
3391
ab274982
GM
3392 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3393 (find-tag-marker-ring): Declare.
3394 (js-find-symbol): Require etags.
3395
e758216c
GM
3396 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3397 Require mail-utils.
3398 (mail-alias-file): Don't autoload. Doc fix.
3399 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3400 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3401 Mark as obsolete, and risky.
3402 (mail-setup): Simplify.
3403
53aff12a
GM
3404 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3405 * mail/sendmail.el (build-mail-aliases): Update autoload.
3406
aae4b48c
GM
3407 * dired.el (dired-trivial-filenames, dired-chown-program)
3408 (dired-auto-revert-buffer): Remove autoload cookies.
3409 * mail/sendmail.el (mail-recover-1): Require 'dired.
3410
bff7c1ad
GM
3411 * dired.el (dired-subdir-switches, dired-chown-program)
3412 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3413 Make into defcustoms.
3414 (dired-chown-program): Simplify initialization.
3415
0273f794
GM
3416 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3417
bc557672
RF
34182010-12-13 Romain Francoise <romain@orebokech.com>
3419
3420 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3421
7410c270
G
34222010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3423
3424 * net/netrc.el (netrc-point-at-eol): Remove the unused
3425 netrc-point-at-old and netrc-bound-and-true-p bindings.
3426 (netrc-parse): Cache the netrc contents.
3427
f49d1f52 34282010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3429
3430 * subr.el (posn-col-row): Evaluate header-line-format in the
3431 context of the POSITION window's buffer.
3432
f49d1f52 34332010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3434
3435 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3436 (with-silent-modifications): Doc fixes.
3437
f49d1f52 34382010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3439
3440 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3441 Revert previous from. Use `save-restriction'.
158d5945 3442
f49d1f52 34432010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3444
3445 * calendar/diary-lib.el (diary-list-sexp-entries):
3446 Handle case of no newline at end of file. (Bug#7536)
3447
f49d1f52 34482010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3449
3450 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3451
f49d1f52 34522010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3453
f49d1f52 3454 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3455 (tramp-process-actions): Do not widen.
d68b0220 3456
f49d1f52
SM
3457 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3458 Protect buffer-modified value. (Bug#7557)
32802ee1 3459
f49d1f52 34602010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3461
3462 * log-edit.el (log-edit-changelog-entries):
3463 Regexp quote filename. (Bug#7505)
3464
f49d1f52 34652010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3466
3467 * cus-edit.el (custom-save-all):
3468 Bind print-length and print-level to nil. (Bug#7581)
3469
f49d1f52 34702010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3471
d5e6e0b6
GM
3472 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3473 Run hooks to update menu contents. (Bug#7586)
3474
3c1e62f8
GM
3475 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3476 file names, for the sake of MS Windows. (Bug#7588)
3477
f49d1f52 34782010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3479
3480 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3481 empty lines without a leading space.
3482
f49d1f52 34832010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3484
740af6c9
GM
3485 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3486 while mapping over marks (Bug#6810).
86a6e8e0 3487
f49d1f52 34882010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3489
3490 * image-dired.el (image-dired-db-file)
3491 (image-dired-temp-image-file, image-dired-gallery-dir)
3492 (image-dired-temp-rotate-image-file): Set default values relative
3493 to image-dired-dir (Bug#7518).
3494
f49d1f52 34952010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3496
3497 * format.el (format-decode-run-method): Pass args FROM and TO, not
3498 point-min and point-max, to shell-command-on-region (Bug#7488).
3499
f49d1f52 35002010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3501
3502 * frame.el (blink-cursor-mode): Make default t for ns.
3503
f49d1f52 35042010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3505
3506 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3507
f49d1f52 35082010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3509
637c2c43
CY
3510 * comint.el (comint-dynamic-list-input-ring)
3511 (comint-dynamic-complete-filename)
3512 (comint-replace-by-expanded-filename)
3513 (comint-dynamic-simple-complete)
3514 (comint-dynamic-list-filename-completions)
3515 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3516
74194465
CY
3517 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3518 Doc fix (Bug#7471).
3519
f49d1f52 35202010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3521
3522 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3523 (Bug#7533).
3524
01c35094 35252010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3526
3527 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3528 (Bug#7491).
3529
f49d1f52 35302010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3531
3532 * files.el (file-relative-name): Handle UNC file names on
3533 DOS/Windows. (Bug#4674)
3534
f49d1f52 35352010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3536
3537 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3538 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3539 (epg-context-set-passphrase-callback): Mention that the callback
3540 is not called when used with GnuPG 2.x.
3541
f49d1f52 35422010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3543
3544 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3545 Ensure ps-footer-font-size-internal is initialized.
3546 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3547
f49d1f52 35482010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3549
3550 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3551 within condition-case.
3552 (rmail-show-mime): Don't use condition-case.
3553 (rmail-search-mime-message): New function.
3554 (rmail-search-mime-message-function): Set to
3555 rmail-search-mime-message.
3556
f49d1f52 35572010-12-13 Leo <sdl.web@gmail.com>
bd794450 3558
0fdd1db7 3559 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3560 (ido-mode): Use it.
3561 (ido-completing-read): Call it.
3562
fdbb4d85
KF
35632010-12-12 Karl Fogel <kfogel@red-bean.com>
3564
3565 * bookmark.el (bookmark-name-from-full-record): Rename back to
3566 this original name from `bookmark-name-from-record' reverting part
3567 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3568 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3569 third-party callers. (Bug#7609)
fdbb4d85 3570
0e5cf2b8
AM
35712010-12-12 Alan Mackenzie <acm@muc.de>
3572
3573 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3574 template arglist, check that the current language supports this.
3575
6961d41c
GM
35762010-12-11 Glenn Morris <rgm@gnu.org>
3577
2b404597
GM
3578 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3579 state of the file matches. (Bug#7544)
3580 (vc-bzr-register, vc-bzr-checkin)
3581 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3582 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3583
6961d41c
GM
3584 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3585
1e5d2a04
KK
35862010-12-11 Karel Klíč <kklic@redhat.com>
3587
3588 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3589
175069ef
SM
35902010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 Derive from prog-mode, use derived-mode-p, and fix up various
3593 minor style issues in lisp/progmodes.
3594
3595 * progmodes/vhdl-mode.el (vhdl-mode):
3596 * progmodes/verilog-mode.el (verilog-mode):
3597 * progmodes/vera-mode.el (vera-mode):
3598 * progmodes/sql.el (sql-mode):
3599 * progmodes/scheme.el (scheme-mode):
3600 * progmodes/perl-mode.el (perl-mode):
3601 * progmodes/octave-inf.el (inferior-octave-mode):
3602 * progmodes/autoconf.el (autoconf-mode):
3603 * progmodes/m4-mode.el (m4-mode):
3604 * progmodes/inf-lisp.el (inferior-lisp-mode):
3605 * progmodes/idlwave.el (idlwave-mode):
3606 * progmodes/icon.el (icon-mode):
3607 * progmodes/idlw-help.el (idlwave-help-mode):
3608 * progmodes/dcl-mode.el (dcl-mode):
3609 * progmodes/idlw-shell.el (idlwave-shell-mode):
3610 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3611 (ebrowse-member-mode, ebrowse-electric-position-mode):
3612 Use define-derived-mode.
3613
3614 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3615 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3616 (xscheme-debugger-mode-p, xscheme-send-string-1):
3617 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3618 (tcl-load-file, tcl-restart-with-file):
3619 * progmodes/ps-mode.el (ps-run-running):
3620 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3621 * progmodes/js.el (js--get-all-known-symbols):
3622 * progmodes/inf-lisp.el (inferior-lisp-proc):
3623 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3624 (idlwave-template, idlwave-update-buffer-routine-info)
3625 (idlwave-update-current-buffer-info)
3626 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3627 (idlwave-scan-class-info, idlwave-fix-keywords)
3628 (idlwave-list-buffer-load-path-shadows):
3629 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3630 (idlwave-toolbar-remove):
3631 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3632 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3633 (idlwave-shell-menu-def):
3634 * progmodes/idlw-complete-structtag.el
3635 (idlwave-prepare-structure-tag-completion):
3636 * progmodes/gud.el (gud-set-buffer):
3637 * progmodes/f90.el (f90-backslash-not-special):
3638 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3639
3640 * progmodes/xscheme.el (xscheme-start)
3641 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3642 * progmodes/which-func.el (which-function):
3643 * progmodes/vhdl-mode.el (vhdl-set-style):
3644 * progmodes/verilog-mode.el (verilog-set-compile-command)
3645 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3646 (verilog-set-define, verilog-auto-reeval-locals):
3647 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3648 * progmodes/simula.el (simula-mode):
3649 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3650 * progmodes/python.el (python-check, python-mode):
3651 * progmodes/prolog.el (prolog-mode-variables):
3652 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3653 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3654 * progmodes/delphi.el (delphi-mode):
3655 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3656 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3657 (c-font-lock-init): Move make-local-variable to their setq.
3658
3659 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3660 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3661 make-local-hook.
3662 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3663 (sh-set-shell): Don't set require-final-newline since it's already done
3664 by prog-mode.
3665 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3666 since we never set it.
3667 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3668 Use read-string and standard prompt.
3669 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3670 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3671 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3672 (meta-common-mode-map): Rename from meta-mode-map.
3673 Remove C-m binding, which is a user preference, not mode specific.
3674 (meta-common-mode): New major mode; replace meta-common-initialization.
3675 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3676 around with font-lock.
3677 * progmodes/etags.el (select-tags-table-mode):
3678 Derive from special-mode.
3679 * progmodes/octave-mod.el (octave-mode):
3680 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3681 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3682 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3683 Let define-derived-mode do its job.
3684 * progmodes/cpp.el (cpp-edit-mode-map):
3685 Move initialization into declaration.
3686 (cpp-edit-mode): Use define-derived-mode.
3687 (cpp-edit-load): Use derived-mode-p.
3688 * progmodes/mixal-mode.el (mixal-mode):
3689 * progmodes/f90.el (f90-mode):
3690 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3691 require-final-newline since prog-mode does it already.
3692 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3693 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3694 * progmodes/antlr-mode.el: Require cc-mode upfront.
3695 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3696 the declaration.
3697 (antlr-directory-dependencies, antlr-show-makefile-rules):
3698 Use derived-mode-p.
3699 (antlr-language-option): Don't assume point-min==1.
3700 (antlr-mode): Use define-derived-mode.
3701 * progmodes/ada-mode.el: Use derived-mode-p.
3702 (ada-mode): Use define-derived-mode.
3703 Use hack-local-variables-hook.
3704
61f91c04
SM
37052010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3708 (texinfo-mode): Don't disable adaptive-fill-mode.
3709 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3710 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3711 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3712 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3713 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3714 (texinfo-insert-@quotation, texinfo-insert-@samp)
3715 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3716 (texinfo-insert-@uref): Use define-skeleton.
3717 (texinfo-insert-@-with-arg): Delete.
3718
72a44673
EZ
37192010-12-10 Eli Zaretskii <eliz@gnu.org>
3720
3721 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3722 nil, do quote archive member names. (Bug#6144)
3723
ab540f59
GM
37242010-12-10 Glenn Morris <rgm@gnu.org>
3725
66f782de
GM
3726 * files.el (diff-no-select): Declare.
3727
e554b3f8
GM
3728 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3729 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3730
ab540f59
GM
3731 * comint.el (comint-input-ring-file-name): Doc fix.
3732
f68ab99b
EZ
37332010-12-09 Eli Zaretskii <eliz@gnu.org>
3734
3735 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3736 New functions.
61f91c04
SM
3737 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3738 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3739 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3740 instead of `nil'.
3741 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3742 and menu-bar-positive-p instead of `nil' and `>', respectively.
3743 (Bug#1077)
3744
650453a9
VJL
37452010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3746
3747 * whitespace.el (whitespace-newline-mode): Code fix.
3748
28d5de72
GM
37492010-12-09 Glenn Morris <rgm@gnu.org>
3750
3751 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3752 Rename functions without commas, update callers.
3753
b596d50d 37542010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3755
b596d50d
GM
3756 * whitespace.el (whitespace-cleanup-region):
3757 Clean up spaces before tabs. (Bug#7582)
16498102 3758
eff37c5e
KF
37592010-12-08 Karl Fogel <kfogel@red-bean.com>
3760
3761 * bookmark.el: Adjust parameter names and doc strings to resolve
3762 confusion over whether "bookmark" meant a bookmark name or a
3763 bookmark record. Along the way, shorten one function's name for
3764 similar reasons. (Issue #7548)
3765 (bookmark-name-from-record): New name for
3766 `bookmark-name-from-full-record'. All callers changed.
3767 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3768 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3769 (bookmark-get-annotation, bookmark-set-annotation)
3770 (bookmark-get-filename, bookmark-set-filename)
3771 (bookmark-get-position, bookmark-set-position)
3772 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3773 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3774 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3775 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3776 Rename `bookmark' parameter to `bookmark-name-or-record', to
3777 clearly show its role, and shorten or adjust doc strings accordingly.
3778 (bookmark-set-name): Same, and pass the parameter directly to
3779 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3780 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3781 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3782 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3783 and in some cases shorten doc string accordingly.
3784 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3785 and `new-name', and adjust an internal variable to avoid confusion.
3786 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3787 parameter in doc string.
3788
5fe9ebd1
GM
37892010-12-08 Glenn Morris <rgm@gnu.org>
3790
ac8331a7
GM
3791 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3792 from gdb's history file. (Bug#7575)
3793
5fe9ebd1
GM
3794 * mail/emacsbug.el (report-emacs-bug):
3795 Try to handle some other mail clients.
3796
33cf0fb2
SM
37972010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3800 Use string-prefix-p.
3801 (file-name-version-regexp): New var.
3802 (file-name-sans-versions):
3803 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3804 (jka-compr-get-compression-info): Use dolist.
3805 (jka-compr-compression-info-list): Don't bother specifying
3806 version/backup regexps.
3807
11c31b99
TH
38082010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3809
3810 * simple.el (just-one-space): Make argument n default to 1 if
3811 omitted.
3812
a733fc37
SM
38132010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * electric.el (electric-indent-post-self-insert-function):
3816 Delete trailing newlines even if we don't reindent.
3817
88b5a757
DD
38182010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3819
a733fc37
SM
3820 * minibuffer.el (completion-at-point): Remove the `arg'.
3821 * bindings.el (complete-symbol): Move back from minibuffer.el.
3822
38232010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3824
88b5a757
DD
3825 * simple.el (just-one-space): Delete newlines for negative arg.
3826
ce327e48
SM
38272010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3830 (ansi-color-filter-apply): Simplify.
3831 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3832
ac73d955
BR
38332010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3834
3835 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3836
8c44f097
CY
38372010-12-04 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * dired.el (dired-use-ls-dired): Set default to a special
3840 "unspecified" value.
3841 (dired-insert-directory): When called the first time, check
3842 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3843
15af15e5
TO
38442010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3845
3846 * replace.el: Add "collect" feature to occur.
3847 (occur-collect-regexp-history): New var.
88b5a757
DD
3848 (occur-read-primary-args): Return a replace string for nlines,
3849 if needed.
15af15e5
TO
3850 (occur): Extend the meaning of nlines.
3851
b2e6e5bd
SM
38522010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3855 (which-func-update-1): Distinguish symbols from strings.
3856 (which-function): Stay within 80 columns.
3857
ee9355dc
SM
38582010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3859
7f0ea0ff
SM
3860 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3861
ee9355dc
SM
3862 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3863 Improve docstring.
3864 (comment-style): Use comment-styles's docs to describe values.
3865
3e972d98
JD
38662010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3867
3868 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3869 and ns-show-prefs (Bug#7535).
3870
3871 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3872 bindings (Bug#7535).
3873
c879436a
GM
38742010-12-03 Glenn Morris <rgm@gnu.org>
3875
afe27238
GM
3876 * nxml/nxml-mode.el: Require rng-nxml.
3877 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3878 Remove declarations.
3879
65beee52
GM
3880 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3881 * nxml/rng-nxml.el, nxml/rng-valid.el:
3882 Remove leading `*' from defcustom docs.
3883
ad961a00
GM
3884 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3885 (normal-top-level-add-to-load-path, tty-handle-args):
3886 Convert comments to basic doc-strings.
3887
c5fd0ab5
GM
3888 * net/browse-url.el (browse-url-url-at-point)
3889 (browse-url-default-browser): Remove autoload cookies.
3890
f62f063d
GM
3891 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3892 Remove more undefined cl functions.
3893
c879436a
GM
3894 * vc/diff.el (diff-sentinel): Make new arguments optional.
3895 * ibuf-ext.el (diff-sentinel): Update declaration.
3896
3721e124
DU
38972010-12-03 Daiki Ueno <ueno@unixuser.org>
3898
3899 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3900 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3901 (epg-context-set-passphrase-callback): Mention that the callback
3902 is not called when used with GnuPG 2.x.
3903
66feec8b
MA
39042010-12-02 Michael Albinus <michael.albinus@gmx.de>
3905
3906 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3907 (tramp-file-name-port): Check also for `tramp-default-port'.
3908 (tramp-get-connection-name): New defun.
3909 (tramp-get-connection-process): Use it.
3910 (tramp-debug-message): Extend function exclude list.
3911 (tramp-drop-volume-letter): Fix doc string.
3912
3913 * net/tramp-cmds.el: Remove solved todo item.
3914
66feec8b
MA
3915 * net/tramp-ftp.el:
3916 * net/tramp-gvfs.el:
3917 * net/tramp-gw.el:
3918 * net/tramp-imap.el:
3919 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3920 and `tramp-default-user-alist', respectively.
3921
88b5a757
DD
3922 * net/tramp-gw.el (tramp-gw-open-connection):
3923 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3924
3925 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3926 `tramp-file-name-port'.
3927
3928 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3929 and "psftp". Exchange "%k" marker with options.
3930 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3931 Compute size of link target.
35f52ed6
JB
3932 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3933 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3934 copy arguments. Use `tramp-get-connection-name' and
3935 `tramp-get-connection-buffer'. Improve debug messages.
3936 (tramp-compute-multi-hops): Remove port determination.
3937 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3938
3939 * net/trampver.el: Update release number.
3940
bd77c2ef
GM
39412010-12-02 Glenn Morris <rgm@gnu.org>
3942
05907bb3
GM
3943 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3944 Avoid infinite loop over windows. (Bug#7492)
3945
bd77c2ef
GM
3946 * progmodes/flymake.el (flymake-check-file-limit):
3947 Allow nil to mean "no limit".
3948 (flymake-check-patch-master-file-buffer): Update for above change.
3949 Allow a .tex file-name extension to be optional.
3950 (flymake-master-tex-init): Also match \include statements.
3951
f7ca27a1
SS
39522010-11-30 Sam Steingold <sds@gnu.org>
3953
3954 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3955 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3956 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3957 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3958 define-derived-mode').
3959 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3960 users who want to call `nxml-parent-document-set'.
3961
402c8a49
CY
39622010-11-27 Chong Yidong <cyd@stupidchicken.com>
3963
3964 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3965 stand-alone lines, since that is handled by log-edit-match-to-eoh
3966 (Bug#6465).
3967
d1882ac7
EW
39682010-11-27 Eduard Wiebe <usenet@pusto.de>
3969
3970 * dired.el (dired-get-filename): Replace backslashes with slashes
3971 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3972 * locate.el (locate-default-make-command-line): Don't consider
3973 drive letter and root directory part of
3974 `directory-listing-before-filename-regexp'. (Bug#7308)
3975 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3976
07976ae3 39772010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3978
3979 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3980 of :smie-open/close-alist.
3981 (smie-next-sexp): Make it accept a "start token" as argument.
3982 (smie-indent-keyword): Be careful not to misidentify tokens that span
3983 more than one line, as empty lines. Add argument `token'.
3984
07976ae3 39852010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3986
afde451a
KH
3987 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3988 multipart subtypes, insert all as usual.
3989
3d9ee611
KH
3990 * mail/rmail.el: Require rfc2047.
3991
07976ae3 39922010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3993
3994 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3995 (rmail-mime-entity-disposition)
3996 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3997 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3998 (rmail-mime-save): Handle the case that the button's `data' is a
3999 MIME entity.
4000 (rmail-mime-insert-text): New function.
9e0ecdab 4001 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
4002 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4003 (rmail-mime-insert-bulk): New function mostly copied from the old
4004 rmail-mime-bulk-handler.
9e0ecdab
GM
4005 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4006 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
4007 the old rmail-mime-multipart-handler.
4008 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 4009 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
4010 rmail-mime-show.
4011 (rmail-mime-insert-multipart, rmail-mime-parse)
4012 (rmail-mime-insert, rmail-show-mime)
4013 (rmail-insert-mime-forwarded-message)
4014 (rmail-insert-mime-resent-message): New functions.
4015 (rmail-insert-mime-forwarded-message-function): Set to
4016 rmail-insert-mime-forwarded-message.
4017 (rmail-insert-mime-resent-message-function): Set to
4018 rmail-insert-mime-resent-message.
4019
4020 * mail/rmailsum.el: Require rfc2047.
4021 (rmail-header-summary): Handle multiline Subject: field.
4022 (rmail-summary-line-decoder): Change the default to
4023 rfc2047-decode-string.
4024
4025 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4026 (rmail-mime-feature): Change the default to `rmailmm'.
4027 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4028 (rmail-display-labels): Likewise.
4029 (rmail-show-message-1): Check rmail-enable-mime, and use
4030 rmail-show-mime-function for a MIME message. Decode the headers
4031 according to RFC2047.
4032
07976ae3 40332010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
4034
4035 * progmodes/which-func.el (which-func-imenu-joiner-function):
4036 Return a string, as expected.
4037 (which-function-mode): Make sure we stop any previous timer before
4038 starting a new one.
4039
07976ae3 40402010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
4041
4042 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
4043 (tramp-default-user-alist, tramp-default-proxies-alist):
4044 Adapt custom options type. (Bug#7445)
e40fc745 4045
07976ae3 40462010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
4047
4048 * progmodes/python.el: Add Ipython support (Bug#5390).
4049 (python-shell-prompt-alist)
4050 (python-shell-continuation-prompt-alist): New options.
4051 (python--set-prompt-regexp): New function.
33aeea0e
SM
4052 (inferior-python-mode, run-python, python-shell):
4053 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
4054 prompt based on the Python interpreter.
4055 (python--prompt-regexp): New var.
4056 (python-check-comint-prompt)
4057 (python-comint-output-filter-function): Use it.
4058 (run-python): Use a pipe (Bug#5694).
4059
07976ae3 40602010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
4061
4062 * progmodes/python.el (run-python): Doc fix.
4063 (python-keep-current-directory-in-path): New var (Bug#7454).
4064
07976ae3 40652010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
4066
4067 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4068 Prompt user before actually printing.
4069
0b839457
GM
40702010-11-27 Glenn Morris <rgm@gnu.org>
4071
4072 * startup.el (package-enable-at-startup, package-initialize):
4073 Remove unnecessary declarations.
4074
96107967
EZ
40752010-11-27 Eli Zaretskii <eliz@gnu.org>
4076
4077 * international/characters.el (glyphless-char-display-control):
4078 Exclude newline and TAB from the c0-control group.
4079
a140ec5f
GM
40802010-11-27 Glenn Morris <rgm@gnu.org>
4081
82445062
GM
4082 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4083 (expand-mail-aliases): Remove unnecessary autoload.
4084
08b5f072
GM
4085 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4086
e96d4147
GM
4087 * shell.el (shell-dir-cookie-re): Move definition before use.
4088
a140ec5f
GM
4089 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4090 Replace undefined CL functions.
4091
a2249e66
EZ
40922010-11-26 Eli Zaretskii <eliz@gnu.org>
4093
228482b2
EZ
4094 * simple.el (prog-mode): Set bidi-paragraph-direction to
4095 left-to-right.
4096
a2249e66
EZ
4097 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4098
d01d7b8d
GM
40992010-11-26 Glenn Morris <rgm@gnu.org>
4100
4101 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4102 diary-outlook-formats can be sensitive to calendar-date-style.
4103 (diary-outlook-formats): Simplify the default setting.
4104 (diary-from-outlook-internal): Pass subject and body as arguments.
4105 Use dolist rather than dotimes. Don't save the diary buffer.
4106 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4107 Pass subject and body as explicit arguments to the -internal function.
4108
b3ea64a3
LMI
41092010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4110
4111 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4112 parsing them. This makes mailto:...?subject=foo\nbar work.
4113
d5e7b0d8
SM
41142010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 * vc/diff.el (diff): Fix last change.
4117
872ab164
SM
41182010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4121 (pcase--dontcare-upats): New var.
4122 (pcase-let, pcase-let*): Generate better code.
4123 Accept the same bodies as `let'.
4124 (pcase-dolist): New macro.
4125 (pcase--trivial-upat-p): New helper function.
4126 (pcase--expand): Strip leading "(let nil" if any.
4127
876d1684
LMI
41282010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4129
7bd9b9d8
LMI
4130 * mail/mailclient.el (browse-url): Require.
4131 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4132 use the external browser function to send the mail (bug#7469).
4133
876d1684
LMI
4134 * net/browse-url.el (browse-url-browser-function): Revert the
4135 default back to the previous value, since the new value broke
4136 mailclient.el.
4137 (browse-url-mailto-function): New variable for mailto: URLs.
4138 (browse-url): Use the new variable for mailto: URLs.
4139
6e13206c
SM
41402010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * eshell/esh-cmd.el (eshell-parse-command):
4143 * eshell/esh-arg.el (eshell-parse-arguments):
4144 * eshell/em-script.el (eshell-source-file):
4145 Use with-silent-modifications.
4146
3d92f44e
CY
41472010-11-23 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4150 for a merge location.
4151
4152 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4153 (vc-bzr-merge-branch): Always prompt.
4154 (vc-bzr-async-command): Use the full branch filename.
4155
8f5f1e68
SM
41562010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * shell.el (shell): Use current-buffer by default if it's already
4159 a shell mode buffer and its process is dead.
ee9355dc 4160 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 4161
331460ac
TH
41622010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4163
8f5f1e68
SM
4164 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4165 Mention that the keywords should be comma separated.
331460ac 4166
2c3160c5
CY
41672010-11-23 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4170 Accept optional prefix arg meaning to prompt for a command.
4171 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4172 prefix arg meaning to prompt for a command.
4173 (vc-pull): Alias for vc-update.
4174
4175 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4176 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4177 (vc-bzr-merge-branch): New functions, implementing merge-branch
4178 and pull operations.
4179
b2e44819
SM
41802010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4181
8a0eb852
SM
4182 * Makefile.in: Fix up last merge.
4183
b2e44819
SM
4184 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4185 (diff-sentinel): Get them as arguments instead.
4186 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4187 (diff-file-local-copy, diff-better-file-name): New funs.
4188 (diff-no-select): Rename from diff-into-buffer.
4189 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4190 Prefer closures to buffer-local variables.
4191 (diff): Adjust accordingly.
4192 (diff-buffer-with-file): Move from files.el.
4193 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4194 (diff-buffer-internal): Remove.
4195 (diff-buffer-buffer): Remove.
4196 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4197 the buffer name used, and so as not to mess up windows and frames.
4198
6a7662bb
BR
41992010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4200
4201 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4202 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4203 (diff-buffer-with-file): Use it.
4204 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4205 (diff): Use it.
4206
c799747b
TH
42072010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4208
4209 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4210 \ref's or \pageref's value as default instead of initial input.
4211
e274eb13
MA
42122010-11-21 Michael Albinus <michael.albinus@gmx.de>
4213
4214 * files.el (backup-by-copying-when-mismatch): The default value is
4215 now t.
4216
4217 * startup.el (normal-top-level):
4218 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4219 `backup-by-copying-when-mismatch'.
4220
77af54d7
JD
42212010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4222
4223 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4224
4e2f7d2a
CY
42252010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4226
6a7662bb
BR
4227 * progmodes/python.el (python-font-lock-keywords):
4228 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4229
b7d1e144
JD
42302010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4231
4232 * term/ns-win.el (ns-right-control-modifier)
4233 (ns-right-command-modifier): Defvar them.
4234
4235 * cus-start.el (all): Add ns-right-control-modifier and
4236 ns-right-command-modifier (Bug#7458).
4237
c11cc37a
GM
42382010-11-20 Glenn Morris <rgm@gnu.org>
4239
4240 * emacs-lisp/authors.el (authors-ignored-files)
4241 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4242
7dcd777e
TH
42432010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4244
4245 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4246 (report-emacs-bug-parse-query-results)
4247 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4248 keywords used for querying the bug database to show them in the
4249 existing bugs buffer.
4250
d2bd5189
JD
42512010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4252
4253 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4254
4255 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4256
0e7c0582
EZ
42572010-11-20 Eli Zaretskii <eliz@gnu.org>
4258
4259 * international/characters.el (glyphless-char-display-control):
4260 Make it a defcustom, with update-glyphless-char-display as its
4261 :set attribute.
4262 (top level): Don't call update-glyphless-char-display.
4263
7398933f
MA
42642010-11-20 Michael Albinus <michael.albinus@gmx.de>
4265
4266 Sync with Tramp 2.2.0.
4267
4268 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4269 `file-remote-p' (due to compatibility).
4270
4271 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4272 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4273
4274 * net/trampver.el: Update release number.
4275
1cd64aae
EZ
42762010-11-20 Eli Zaretskii <eliz@gnu.org>
4277
4278 * faces.el (glyphless-char): Define value for `pc'.
4279
614316a7
TH
42802010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4281
26214810
EZ
4282 Implemented a bug querying mechanism.
4283 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4284 (report-emacs-bug-create-existing-bugs-buffer)
4285 (report-emacs-bug-parse-query-results)
26214810 4286 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4287
9061f667
TH
42882010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4289
4290 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4291 a \ref{} or \pageref{} macro, then use its value as initial input.
4292
1265829e
JB
42932010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4294
4295 * calc/calc-units.el (math-build-units-table-buffer):
4296 calc/README: Mention that the TeX specific units won't use the
4297 `tex' prefix in TeX mode.
4298 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4299 prefix for units in TeX mode.
4300
9fca7811
SM
43012010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4304 * comint.el (comint-kill-region): Make the yank-handler argument
4305 obsolete.
9fca7811 4306
4a47c275 43072010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4308
e2f454c4
SM
4309 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4310 that are both openers (resp. closers) and something else.
4311 (smie-grammar): Loosen definition of valid values.
4312 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4313 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4314 (smie-indent-after-keyword): Adjust users.
4315 (smie-indent-keyword): Don't indent empty lines.
4316
88bf1bec
SM
4317 * vc-hg.el (vc-hg-program): New var.
4318 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4319 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4320
4a47c275 43212010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4322
4323 * emacs-lisp/autoload.el (autoload-find-destination): The function
4324 coding-system-eol-type may return non-numeric values. (Bug#7414)
4325
4a47c275 43262010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4327
4328 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4329
4a47c275 43302010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4331
4332 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4333
4a47c275 43342010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4335
4336 * textmodes/picture.el (picture-mouse-set-point): Don't use
4337 posn-col-row; explicitly compute the motion based on the posn at
4338 the window-start (Bug#7390).
4339
4a47c275 43402010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4341
4342 * novice.el (disabled-command-function):
4343 Fix 2009-11-15 change. (Bug#7384)
4344
4a47c275 43452010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4346
4347 * calendar/calendar.el (diary-iso-date-forms): Make elements
4348 mutually exclusive. (Bug#7377)
4349
4a47c275 43502010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4351
4352 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4353 when filling the remaining "unconstrained" values.
4354
4a47c275 43552010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4356
acef0722
SM
4357 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4358 safety predicate.
4359
4360 * files.el (safe-local-variable-p): Gracefully handle errors.
4361
7bea8c7a
SM
4362 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4363 Use smie-indent-virtual when indenting relative to an opener.
4364 (smie-rule-separator): Use smie-rule-parent.
4365 (smie-indent-keyword): Consult rules, even for openers at bol.
4366 (smie-indent-comment-close): Try to align closer's content.
4367
4a47c275 43682010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4369
4370 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4371
4a47c275 43722010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4373
aa514451
GM
4374 * printing.el (pr-menu-bind): Doc fix.
4375
32b636de
GM
4376 * speedbar.el (speedbar-toggle-images): Doc fix.
4377
bc1d5cdf
GM
4378 * progmodes/python.el (python-shell): Doc fix.
4379
c790cad4
GM
4380 * wid-edit.el (widget-field-use-before-change)
4381 (widget-use-overlay-change): Doc fixes.
4382
c51bb5d2
SM
43832010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4384
8bbb7dd8
SM
4385 Minor cleanup to improve style.
4386 * textmodes/rst.el (rst-update-section): Use point-marker.
4387 (rst-get-decoration): Eliminate unneeded assignment.
4388 (rst-promote-region, rst-straighten-decorations)
4389 (rst-section-tree, rst-adjust): Use point-marker.
4390 (rst-toc-mode-mouse-goto): Avoid setq.
4391 (rst-shift-region-guts, rst-shift-region-left)
4392 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4393 (rst-convert-bullets-to-enumeration): Use copy-marker.
4394
b7e270a2
SM
4395 * minibuffer.el (completion-fail-discreetly): New var.
4396 (completion--do-completion): Use it.
4397
c51bb5d2
SM
4398 * electric.el (electric-pair-pairs): New var.
4399 (electric-pair-post-self-insert-function): Use it.
4400 (electric-layout-post-self-insert-function): Don't insert a before
4401 newline unless it's actually needed.
4402
c04f2ac0
SM
44032010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4404
bac2de0f
SM
4405 * progmodes/python.el (run-python): Explain why we remove the current
4406 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4407
c04f2ac0
SM
4408 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4409
7100ff98
SM
44102010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4411
03f70355
SM
4412 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4413 (octave-mode-map): Don't bind ;, SPC, and LF.
4414 (octave-auto-indent, octave-auto-newline): Remove.
4415 (electric-layout-rules): Declare.
4416 (octave-mode): Set electric-layout-rules.
4417 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4418 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4419 (octave-electric-space): Remove.
4420
7100ff98
SM
4421 * electric.el (electric-layout-mode): New minor mode.
4422 (electric--after-char-pos): New function.
4423 (electric-indent-post-self-insert-function): Use it.
4424 (electric-layout-rules): New var.
4425 (electric-layout-post-self-insert-function): New function.
4426 (electric-indent-mode): Make them interact better.
4427
cca982d0
SM
44282010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4431 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4432 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4433
84992dff
AM
44342010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4435
4436 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4437 Make sure to check inside the word (Bug#6761).
4438
afa42fe3
CY
44392010-11-14 Chong Yidong <cyd@stupidchicken.com>
4440
4441 * startup.el (command-line): If the cursorColor resource is set,
4442 change the cursor face-spec (Bug#7392).
4443
a798747d 44442010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4445
a798747d 4446 The main features of the following allout.el changes are:
1c9b9df0
KM
4447 - implement user customization for the allout key bindings
4448 - add a customization control by which the user can inhibit use of
a798747d 4449 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4450 describe-prefix-bindings
4451 - adapt to new version of called-interactively-p, while
a798747d 4452 maintaining backwards compatibility with old version
01c35094 4453 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4454
a798747d
GM
4455 * allout.el (allout-keybindings, allout-bind-keys)
4456 (allout-keybindings-binding, allout-prefixed-keybindings)
4457 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4458 (allout-keybindings-list, allout-mode-map-adjustments)
4459 (allout-setup-mode-map): Establish allout-mode keymaps as user
4460 customizable settings, and also establish a customizable setting which
4461 regulates whether or not a trailing control-h is reserved for use with
4462 describe-prefix-bindings - and inhibit it by default, so that control-h
4463 *is* reserved for describe-prefix-bindings unless the user changes it.
4464
4465 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4466 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4467 modified events more comprehensively.
4468
a798747d
GM
4469 * allout.el (allout-substring-no-properties):
4470 Alias to use or provide version of `substring-no-properties'.
4471 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4472
a798747d
GM
4473 * allout.el (allout-next-single-char-property-change):
4474 Alias to use or provide version of `next-single-char-property-change'.
4475 (allout-annotate-hidden, allout-hide-by-annotation):
4476 Use `allout-next-single-char-property-change'.
1c9b9df0 4477
a798747d
GM
4478 * allout.el (allout-select-safe-coding-system):
4479 Alias to use or provide version of `select-safe-coding-system'.
4480 (allout-toggle-subtree-encryption):
4481 Use `allout-select-safe-coding-system'.
1c9b9df0 4482
a798747d
GM
4483 * allout.el (allout-set-buffer-multibyte):
4484 Alias to use or provide version of `set-buffer-multibyte'.
4485 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4486
a798747d
GM
4487 * allout.el (allout-called-interactively-p): Macro for using the
4488 different versions of called-interactively-p identically, depending on
4489 the subroutine's argument signature.
4490 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4491 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4492
a798747d
GM
4493 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4494 (allout-previous-visible-heading, allout-forward-current-level)
4495 (allout-backward-current-level, allout-show-children):
4496 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4497
a798747d
GM
4498 * allout.el (allout-before-change-handler):
4499 Exempt edits to the (overlaid) character after the allout outline
4500 bullet from edit confirmation prompt.
1c9b9df0 4501
a798747d
GM
4502 * allout.el (allout-add-resumptions):
4503 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4504
a798747d
GM
4505 * allout.el (allout-beginning-of-line):
4506 Use `allout-previous-single-char-property-change' alias for the sake of
4507 diverse compatibility.
1c9b9df0 4508
a798747d
GM
4509 * allout.el (allout-end-of-line):
4510 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4511
0216b738
CY
45122010-11-13 Chong Yidong <cyd@stupidchicken.com>
4513
4514 * frame.el (frame-notice-user-settings): Don't clobber other
4515 user-set parameters when calling face-set-after-frame-default in
4516 response to background-color parameter (Bug#7373).
4517
0eb025fb
EZ
45182010-11-13 Eli Zaretskii <eliz@gnu.org>
4519
4520 * international/characters.el (glyphless-char-display-control):
88b5a757 4521 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4522 Signal an error if display method is not one of the recognized
4523 symbols.
0eb025fb 4524
6e060cee
MA
45252010-11-13 Michael Albinus <michael.albinus@gmx.de>
4526
4527 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4528 (tramp-compat-line-end-position): Remove them.
4529
4530 * net/tramp.el (tramp-parse-rhosts-group)
4531 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4532 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4533 (tramp-parse-netrc-group, tramp-parse-putty-group)
4534 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4535 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4536 (tramp-sh-handle-file-selinux-context)
4537 (tramp-sh-handle-file-name-all-completions)
4538 (tramp-sh-handle-insert-directory)
4539 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4540 (tramp-wait-for-output, tramp-send-command-and-read)
4541 * net/tramp-smb.el (tramp-smb-read-file-entry)
4542 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4543
4544 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4545 `point-at-bol'.
4546 (tramp-remote-coding-commands): Add an alternative using "base64
4547 -d -i". This is needed for older base64 versions from GNU
4548 coreutils. Reported by Klaus Reichl
4549 <Klaus.Reichl@thalesgroup.com>.
4550
8da5345f
HN
45512010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4552
4553 * simple.el (count-words-region): New function.
4554
c156a63b
SM
45552010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4556
78835dd0
SM
4557 * shell.el (shell-dir-cookie-re): New custom variable.
4558 (shell-dir-cookie-watcher): New function.
4559
ebff325e
SM
4560 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4561 and compilation-mode (bug#7350).
4562
4e9e1584
SM
4563 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4564 highlight when one of them is empty.
4565
4490f875
SM
4566 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4567 trailing space.
4568 (skeleton-newline): New function.
4569 (skeleton-internal-1): Use it.
4570
c156a63b
SM
4571 * simple.el (open-line): `newline' may strip trailing space.
4572
f3bb9e16
KR
45732010-11-12 Kevin Ryde <user42@zip.com.au>
4574
4575 * international/mule-cmds.el (princ-list): Use mapc.
4576
7847454a
GM
45772010-11-12 Glenn Morris <rgm@gnu.org>
4578
4579 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4580 Use it to replace all instances of "*Compile-Log*".
7847454a 4581
aa310257
SM
45822010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4585 indentation specs.
4586
cbf83ce9
SM
45872010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * progmodes/modula2.el: Use SMIE and skeleton.
4590 (m2-mode-syntax-table): (*..*) can be nested.
4591 Add //...\n. Fix paren syntax.
4592 (m2-mode-map): Remove LF and TAB bindings.
4593 (m2-indent): Add safety property.
4594 (m2-smie-grammar): New var.
4595 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4596 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4597 (m2-mode): Use define-derived-mode.
4598 (m2-newline, m2-tab): Remove.
4599 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4600 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4601 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4602 (m2-import): Use define-skeleton.
4603
e7c4fb1e
GM
46042010-11-11 Glenn Morris <rgm@gnu.org>
4605
b3e4c911
GM
4606 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4607
b3e22bd4
GM
4608 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4609 (ls-lisp-verbosity): Add custom :set-after property.
4610 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4611 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4612 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4613 (ls-lisp-set-options): New function.
4614 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4615 Doc fix.
b3e22bd4 4616
55a4b4fe
GM
4617 * play/landmark.el (lm-prompt-for-move):
4618 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4619
e7c4fb1e
GM
4620 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4621
4622 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4623 (idlwave-study-twins): Prefix dynamic local variable `name'.
4624 (idlwave-routine-twin-compare): Update for above change.
4625
4626 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4627 Prefix dynamic local variables `name', `kwd', and `link'.
4628 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4629 * progmodes/idlw-complete-structtag.el
4630 (idlwave-complete-structure-tag-help):
4631 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4632 (idlwave-complete-sysvar-tag-help)
4633 (idlwave-complete-class-structure-tag-help):
4634 Update for above name changes.
4635
afe2870b
LMI
46362010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4637
4638 * net/browse-url.el (browse-url-browser-function): Change the
4639 default to use `browse-url-mail' on mailto: URLs.
4640
fbe3be3f
CY
46412010-11-10 Chong Yidong <cyd@stupidchicken.com>
4642
cbf83ce9
SM
4643 * emacs-lisp/package.el (package-read-all-archive-contents):
4644 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4645
a7cfbaea 46462010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4647
4648 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4649 already found as misspellings by (flyspell-large-region), just
c97685d4 4650 do highlighting (bug#7322).
bd4532fc 4651
13e7256f
GM
46522010-11-10 Glenn Morris <rgm@gnu.org>
4653
6d2a1e35
GM
4654 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4655
d4aca69c
GM
4656 * emulation/edt.el (edt-with-position): New macro.
4657 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4658 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4659 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4660
f8a09adb
GM
4661 * emulation/tpu-extras.el (tpu-with-position): New macro.
4662 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4663
c026460b
GM
4664 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4665
dea53a43
GM
4666 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4667 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4668 (texinfo-master-menu, texinfo-insert-node-lines)
4669 (texinfo-multiple-files-update):
4670 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4671 Use line-beginning-position.
4672
72bc50c0
GM
4673 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4674 No recent Emacs supports system-type `emx'.
4675
4676 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4677 (ada-command-separator, ada-default-prj-properties)
4678 (ada-find-any-references): Update for above name change.
4679
4680 * dirtrack.el (dirtrack-directory-function)
4681 (dirtrack-canonicalize-function):
4682 * filecache.el (file-cache-completion-ignore-case)
4683 (file-cache-case-fold-search, file-cache-ignore-case):
4684 * term.el (serial-port-is-file-p): Cosmetic change.
4685
4686 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4687 Remove non-existent `windows-95' system-type.
4688 * dired.el (dired-chown-program): Remove non-existent `linux'
4689 system-type.
4690
17731c39
GM
4691 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4692 (ping-program-options): Remove non-existent `linux' system-type.
4693
9228bbd3
GM
4694 * startup.el (package-initialize): Update declaration.
4695
6e404950
GM
4696 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4697 (ls-lisp-handle-switches): Use time-less-p.
4698 (ls-lisp-format-time): Use float-time.
4699
6f0d4bb6
GM
4700 * textmodes/remember.el (remember-time-to-seconds): Remove.
4701 (remember-store-in-mailbox): Use float-time.
4702
4703 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4704
4705 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4706 never a real function.
4707 (with-no-warnings): Remove compat stub, now unused.
4708 (time-less-p): Doc fix.
4709 (time-to-number-of-days): Simplify.
4710
73171bd4
GM
4711 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4712 Remove.
4713 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4714 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4715 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4716 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4717 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4718
13e7256f
GM
4719 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4720 (eshell-shuffle-files, eshell-shorthand-tar-command)
4721 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4722 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4723 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4724 Prefix dynamic local variable `matches'.
4725
b565f5a1
GM
4726 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4727 Prefix dynamic local variable `skeleton'.
4728
5ad3e885
KY
47292010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4730
4731 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4732 in mail buffer; make yank-action always a command that yanks original
4733 buffer.
4734
14121c52
GM
47352010-11-09 Glenn Morris <rgm@gnu.org>
4736
4737 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4738
d607b96b 47392010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4740
9bdba5f5
SM
4741 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4742 completion field (bug#7211).
4743
73525e72
SM
4744 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4745 Fix handling of backslash escapes.
4746 (python-quote-syntax): Adjust accordingly.
4747
d607b96b 47482010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4749
4750 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4751 (vc-mtn-workfile-branch): Adjust to new output format.
4752
d607b96b 47532010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4754
4755 * international/mule-cmds.el (princ-list): Mark as obsolete.
4756
d607b96b 47572010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4758
4759 * emacs-lisp/smie.el: New package.
4760
d607b96b 47612010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4762
7f925a67
SM
4763 * files.el (backup-by-copying-when-mismatch):
4764 Set `permanent-local' property.
6ce78fdc
MA
4765
4766 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4767 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4768
d607b96b 47692010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4770
4771 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4772
d607b96b 47732010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4774
7f925a67 4775 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4776 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4777 AUTOINOUT for SV style multidimensional arrays, bug294.
4778 Reported by Eric Mastromarchi.
4779 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4780 font-lock-fontify-buffer to cleanup style issues.
4781
d607b96b 47822010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4783
4784 * locate.el (locate, locate-mode): Doc fixes.
4785
d607b96b 47862010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4787
4788 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4789 user for confirmation.
4790 (server-force-stop): Use it.
4791 (server-start): Use server-force-stop for kill-emacs-hook, to
4792 avoid user interaction while killing Emacs.
4793
9b026d9f
GM
47942010-11-09 Glenn Morris <rgm@gnu.org>
4795
3406534c 4796 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4797 (meta-indent-line): Simplify.
3406534c 4798
9b026d9f
GM
4799 * vc/emerge.el (emerge-line-number-in-buf):
4800 * textmodes/ispell.el (ispell-region):
4801 * textmodes/fill.el (current-fill-column):
4802 * progmodes/xscheme.el (xscheme-send-current-line):
4803 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4804 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4805 * progmodes/sh-script.el (sh-handle-prev-do):
4806 * progmodes/meta-mode.el (meta-indent-line):
4807 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4808 (idlwave-in-quote):
4809 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4810 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4811 * progmodes/fortran.el (fortran-looking-at-if-then):
4812 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4813 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4814 (cperl-find-pods-heres):
4815 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4816 * net/quickurl.el (quickurl-list-insert):
4817 * net/ldap.el (ldap-search-internal):
4818 * net/eudc.el (eudc-expand-inline):
4819 * mail/sendmail.el (sendmail-send-it):
4820 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4821 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4822 (viper-brac-function):
4823 * calc/calc-yank.el (calc-do-grab-region):
4824 * calc/calc-keypd.el (calc-keypad-press):
4825 * term.el (term-move-columns, term-insert-spaces):
4826 * speedbar.el (speedbar-highlight-one-tag-line):
4827 * simple.el (current-word):
4828 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4829 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4830 (Info-scroll-down):
4831 * hippie-exp.el (he-line-beg):
4832 * epa.el (epa--marked-keys):
4833 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4834 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4835 (dired-relist-entry):
4836 * buff-menu.el (Buffer-menu-buffer):
4837 * array.el (current-line):
4838 * allout.el (allout-resolve-xref)
4839 (allout-latex-verbatim-quote-curr-line):
4840 Replace yet more uses of end-of-line etc with line-end-position, etc.
4841
db94771e
SM
48422010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4843
1398b795
SM
4844 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4845 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4846 (checkdoc-syntax-table): Initialize in the declaration.
4847 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4848 the mode on unconditionally.
4849
db94771e
SM
4850 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4851 (extent-end-position, extent-start-position): Remove setf method for
4852 non-existing functions (bug#7319).
4853
674728d4
SM
48542010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4857 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4858 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4859 (smie-prec2->grammar): Rename from smie-prec2-levels.
4860 (smie-grammar): Rename from smie-op-levels.
4861 (smie-indent--hanging-p): Rename from smie-hanging-p.
4862 (smie-rule-hanging-p): New alias.
4863 (smie-indent--bolp): Rename from smie-bolp.
4864 (smie-indent--hanging-p): New alias.
4865 (smie--token): New dynamically bound variable.
4866 (smie-indent--parent): New function.
4867 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4868 (smie-rule-next-p): Rename from smie-next-p.
4869 (smie-rule-prev-p): Rename from smie-prev-p.
4870 (smie-rule-sibling-p, smie-rule-parent)
4871 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4872 (smie-rule-separator-outdent): New var.
4873 (smie-indent--rule): Merge with smie-indent--column.
4874 (smie-indent-forward-token, smie-indent-backward-token):
4875 Also recognize close parens.
4876 (smie-indent-keyword): Don't use smie-indent--column any more.
4877 (smie-indent-after-keyword): Ignore closers by default.
4878 (smie-indent-line): Use with-demoted-errors.
4879 * progmodes/octave-mod.el (octave-smie-grammar):
4880 Rename from octave-smie-op-levels.
4881 (octave-smie-rules): Adjust to new behavior.
4882 * progmodes/prolog.el (prolog-smie-grammar):
4883 Rename from prolog-smie-op-levels.
4884
26f097bf
GM
48852010-11-07 Glenn Morris <rgm@gnu.org>
4886
de3490e1
GM
4887 * eshell/esh-util.el (subst-char-in-string)
4888 (directory-files-and-attributes): These compatibility definitions are
4889 not needed on any version of Emacs since at least 21.4.
4890
3ba6b2ee
GM
4891 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4892 (verilog-get-end-of-line): Remove.
4893 (verilog-within-string, verilog-re-search-forward-substr)
4894 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4895 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4896 Use point-at-bol, point-at-eol.
4897 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4898 Remove.
4899 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4900 (electric-pascal-terminate-line, pascal-set-auto-comments)
4901 (pascal-indent-paramlist, pascal-indent-declaration)
4902 (pascal-get-lineup-indent, pascal-func-completion)
4903 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4904 Use point-at-bol, point-at-eol.
4905 * progmodes/flymake.el (flymake-line-beginning-position)
4906 (flymake-line-end-position): Remove.
4907 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4908 * eshell/esh-util.el (line-end-position, line-beginning-position):
4909 Remove compat definitions.
4910
76fc02b6
GM
4911 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4912 Use end-of-line N.
4913 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4914 Use line-end-position.
4915
e180ab9f
GM
4916 * emacs-lisp/chart.el (chart-zap-chars):
4917 * play/decipher.el (decipher-set-map):
4918 * progmodes/ada-mode.el (ada-get-current-indent)
4919 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4920 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4921 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4922 (ada-get-all-references):
4923 * progmodes/cperl-mode.el (cperl-electric-paren)
4924 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4925 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4926 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4927 (cperl-word-at-point-hard):
4928 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4929 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4930 (idlwave-shell-display-line):
4931 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4932 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4933 * progmodes/js.el (js--re-search-forward-inner)
4934 (js--re-search-backward-inner):
4935 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4936 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4937 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4938 * textmodes/flyspell.el (flyspell-process-localwords):
4939 * textmodes/ispell.el (ispell-buffer-local-parsing)
4940 (ispell-buffer-local-dict, ispell-buffer-local-words):
4941 Use point-at-bol and point-at-eol.
4942
26f097bf
GM
4943 * speedbar.el (speedbar-generic-item-info)
4944 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4945 (speedbar-add-indicator, speedbar-check-vc-this-line)
4946 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4947 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4948 Replace more uses of end-of-line etc with line-end-position.
4949
b05fde66
GM
49502010-11-06 Glenn Morris <rgm@gnu.org>
4951
5ed619e0
GM
4952 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4953 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4954 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4955 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4956 (texinfo-multiple-files-update):
4957 * textmodes/table.el (table--probe-cell-left-up)
4958 (table--probe-cell-right-bottom):
4959 * textmodes/picture.el (picture-tab-search):
4960 * textmodes/page-ext.el (pages-copy-header-and-position)
4961 (pages-directory-for-addresses):
4962 * progmodes/vera-mode.el (vera-get-offset):
4963 * progmodes/simula.el (simula-calculate-indent):
4964 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4965 * progmodes/prolog.el (end-of-prolog-clause):
4966 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4967 * progmodes/icon.el (indent-icon-exp):
4968 * progmodes/etags.el (tag-re-match-p):
4969 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4970 * progmodes/ebnf2ps.el (ebnf-begin-file):
4971 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4972 (dcl-save-local-variable):
4973 * play/life.el (life-setup):
4974 * play/gametree.el (gametree-looking-at-ply):
4975 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4976 * mail/sendmail.el (mail-mode-auto-fill):
4977 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4978 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4979 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4980 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4981 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4982 * type-break.el (type-break-file-keystroke-count):
4983 * term.el (term-replace-by-expanded-history-before-point)
4984 (term-skip-prompt, term-extract-string):
4985 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4986 (speedbar-contract-line, speedbar-toggle-line-expansion)
4987 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4988 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4989 * sort.el (sort-skip-fields):
4990 * skeleton.el (skeleton-internal-list):
4991 * simple.el (line-move-finish, line-move-to-column):
4992 * shell.el (shell-forward-command):
4993 * misc.el (copy-from-above-command):
4994 * makesum.el (double-column):
4995 * ebuff-menu.el (electric-buffer-update-highlight):
4996 * dired.el (dired-move-to-end-of-filename):
4997 * dframe.el (dframe-popup-kludge):
4998 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4999 * arc-mode.el (archive-get-lineno):
5000 Use line-end-position and line-beginning-position.
5001
e2a9c0bc
GM
5002 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5003 (idlwave-study-twins): Prefix dynamic local `class'.
5004 (idlwave-routine-twin-compare): Update for above name change.
5005
4e44448f
GM
5006 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5007 Use boundp tests to silence compiler. Update for changed name of
5008 bytecomp-filename variable.
5009
8f6c3eac
GM
5010 * emulation/viper-cmd.el (viper-read-string-with-history):
5011 Prefix dynamic local `initial'.
5012 (viper-minibuffer-standard-hook): Update for above name change.
5013
79d1dabe
GM
5014 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5015 (elint-init-form): Update for above name change.
5016
0e4bb7f0
GM
5017 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5018 local variables `cbeg' and `cend' a prefix.
5019 (mail-extr-voodoo): Update for above name change.
5020
c8f3bf36
GM
5021 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5022 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5023 (reftex-toc-promote-action): Doc fix.
5024
5025 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5026 `prompt', `data' a prefix.
5027 (reftex-select-post-command-hook, reftex-select-callback)
5028 (reftex-select-mouse-accept, reftex-select-read-cite):
5029 Update for above name changes.
5030
5031 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5032 `refstyle' to reftex-refstyle.
5033 (reftex-offer-label-menu): Update for above name change.
5034 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5035 `refstyle' name change.
5036
b05fde66
GM
5037 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5038 with with-current-buffer.
5039 (diff, template): Give dynamic local variables a prefix.
5040 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5041 (emerge-line-number-in-buf): Update for above name change.
5042 (emerge-combine-versions-internal): Rename local `template' to
5043 emerge-combine-template.
5044 (emerge-combine-versions-edit): Update for above name change.
5045
5d8f9169
RA
50462010-11-06 Ralf Angeli <angeli@caeruleus.net>
5047
5048 * textmodes/reftex-cite.el
5049 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5050 entries with whitespace after \bibitem.
5051 (reftex-create-bibtex-file): Match entries containing numbers and
5052 symbol constituents. Make sure that entries with whitespace at
5053 various places are found.
5054
f8aefe82
MA
50552010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5056
5057 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5058
e06918d2
JD
50592010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5060
5061 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5062
17fc58c9
GM
50632010-11-05 Glenn Morris <rgm@gnu.org>
5064
f7fe4837
GM
5065 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5066 (woman2-roff-buffer): Give local variable `request' a prefix.
5067 (woman0-macro): Rename argument `request' in the same way.
5068 (woman-request): New name for `request' dynamic variable.
5069 (woman-unquote, woman-forward-arg): Update for above name change.
5070 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5071 (woman1-unquote): New name for `unquote' dynamic variable.
5072 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5073 (woman-translations): Rename from `translations'. No longer global.
5074 (woman2-tr, woman-translate): Update for above name change.
5075 (woman-translate): Check for bound variable.
5076 (woman2-roff-buffer): Give local variable `translations' a prefix.
5077
869c4186
GM
5078 * play/doctor.el: Give all local variables a prefix. Update callers.
5079 (doc$, doctor-put-meaning): Use backquote.
5080
215461a8
GM
5081 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5082 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5083
17fc58c9
GM
5084 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5085 variables bytes, ptr, op a prefix.
5086 (disassemble-offset): Update for above change.
5087
015eea59
CY
50882010-11-03 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * emacs-lisp/package.el (package-unpack): Remove no-op.
5091 (package--builtins, package--dir): Doc fix.
5092 (package-activate-1, package-activate, package-install)
5093 (package-compute-transaction): Fix error message.
5094 (package-delete): Use delete-directory. Omit system packages.
5095 (package-initialize): Set package-alist to nil first.
5096 (package-menu-mark-delete, package-menu-mark-install): Don't add
5097 symbols that are inconsistent with the package state.
5098 (package-menu-execute): Perform deletions and installations as
5099 single batch operations.
5100
033862d1
GM
51012010-11-03 Glenn Morris <rgm@gnu.org>
5102
0b03a950
GM
5103 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5104 (props): Remove unnecessary declaration.
5105
e337e22c
GM
5106 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5107 set-process-query-on-exit-flag.
5108
a88e24dd 5109 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
5110 (reftex-toc-do-promote): Remove unused local `mpos'.
5111 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 5112
537b04b9
GM
5113 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5114
52365e61
GM
5115 * play/landmark.el (lm-losing-threshold): Correct spelling.
5116 (lm-human-plays): Use new name.
5117
cd32f8a9
GM
5118 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5119 (gomoku-human-plays): Use new name.
5120
033862d1
GM
5121 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5122 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5123 (gomoku-score-trans-table, gomoku-winning-threshold)
5124 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5125
4b99edf2
CY
51262010-11-03 Chong Yidong <cyd@stupidchicken.com>
5127
5128 * emacs-lisp/package.el: Don't put built-in packages in
5129 package-alist, to avoid loading inefficiencies.
5130 (package-built-in-p): Make VERSION optional, and treat it as a
5131 minimum acceptable version.
6a7662bb
BR
5132 (package-activate): Search separately for built-in packages.
5133 Emit a warning if a dependency fails.
4b99edf2
CY
5134 (define-package): Handle most common case, where there is no
5135 obsolete package, first.
5136 (package-compute-transaction): Print required version in error.
5137 (package--initialized): New variable.
5138 (list-packages): Use it.
5139 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
5140 built-in packages in packages-alist; keep it separate.
5141 Set package--initialized.
4b99edf2
CY
5142 (describe-package): Avoid activating packages as a side-effect.
5143 Search separately for built-in packages.
5144 (describe-package-1): Handle the case where an elpa package is
5145 simultaneously built-in and available/installed.
6a7662bb
BR
5146 (package-installed-p, package--generate-package-list):
5147 Search separately for built-in packages.
4b99edf2
CY
5148 (package-load-descriptor): Doc fix.
5149
3225dcaa
SM
51502010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5153 Handle __DATA__ and __END__.
5154
fa14dc18
NF
51552010-11-02 Noah Friedman <friedman@splode.com>
5156
5157 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5158 nil, do not ask to recompile files that are not already compiled,
5159 and do not recompile them.
5160
0f75c62a
CY
51612010-11-02 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * emacs-lisp/package.el (package-initialize): Ensure that
5164 obsoleted built-in packages are not in package-activated-list
5165 during activation.
5166 (describe-package-1): Make the "installed" status override
5167 "built-in".
5168
b29f5b7b
VJL
51692010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5170
5171 * subr.el (version-separator, version-regexp-alist): Remove '*'
5172 from docstring.
5173 (version-list-<=, version<=, version=): Doc fix.
5174
b18fad6d
KH
51752010-11-01 Kenichi Handa <handa@m17n.org>
5176
5177 * faces.el (glyphless-char): Inherit underline for tty.
5178
a8039db1 51792010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
5180
5181 Implement various display methods for glyphless characters.
5182
5183 * international/characters.el (char-acronym-table): New variable.
5184 (glyphless-char-control): New variable.
35f52ed6 5185 (update-glyphless-char-display): New function.
b2cca856
KH
5186
5187 * faces.el (glyphless-char): New face.
5188
28886d5e
GM
51892010-11-01 Glenn Morris <rgm@gnu.org>
5190
919dd7aa
GM
5191 * calendar/holidays.el (general-holidays, oriental-holidays)
5192 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5193 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5194 the definitions of their targets.
5195
c79fc059
GM
5196 * emacs-lisp/smie.el (smie): New custom group.
5197 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5198
c8ccffb1
GM
5199 * faces.el (xw-defined-colors, x-setup-function-keys):
5200 * mouse-sel.el (x-select-text):
5201 * term/w32console.el (x-setup-function-keys): Update declarations.
5202
f4ff702e
GM
5203 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5204
806c491a
GM
5205 * textmodes/ispell.el (comment-add): Declare.
5206
c3dfebd1
GM
5207 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5208 Declare.
5209
28886d5e
GM
5210 * info.el (finder-keywords-hash, package-alist): Declare.
5211
693c9d15
CY
52122010-11-01 Chong Yidong <cyd@stupidchicken.com>
5213
5214 * finder.el (finder-compile-keywords): Don't use intern-soft,
5215 since package names may not yet exist in the obarray.
5216
52172010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5218
5219 * vc/vc-arch.el (vc-arch-checkin):
5220 * vc/vc-cvs.el (vc-cvs-checkin):
5221 * vc/vc-mtn.el (vc-mtn-checkin):
5222 * vc/vc-rcs.el (vc-rcs-checkin):
5223 * vc/vc-sccs.el (vc-sccs-checkin):
5224 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5225 since 2010-04-21 commit by Stefan Monnier.
5226
36967cf7
GM
52272010-11-01 Glenn Morris <rgm@gnu.org>
5228
feb5e60a
GM
5229 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5230
1f023ca9
GM
5231 * startup.el (package-enable-at-startup, package-initialize):
5232 Silence compiler.
5233
36967cf7
GM
5234 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5235 Silence compiler.
5236
430e7297
JD
52372010-10-31 Julien Danjou <julien@danjou.info>
5238
5239 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5240 (byte-recompile-directory):
5241 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5242 Use `byte-recompile-file'.
5243
c8c59954
GM
52442010-10-31 Glenn Morris <rgm@gnu.org>
5245
5246 * cus-start.el: Handle standard values via a keyword.
5247 Only set version property if specified.
5248 (cursor-in-non-selected-windows, menu-bar-mode)
5249 (tool-bar-mode, show-trailing-whitespace):
5250 Do not specify standard values.
5251 (transient-mark-mode, temporary-file-directory): Use :standard.
5252
04e63796
JD
52532010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5254
5255 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5256 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5257
2699a554 52582010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5259
5260 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5261 preserve owner and group when editing files. (Bug#7289)
5262
35fcc05c 52632010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5264
5265 * speedbar.el (speedbar-mode):
5266 * play/fortune.el (fortune-in-buffer, fortune):
5267 * play/gomoku.el (gomoku-mode):
5268 * play/landmark.el (lm-mode):
5269 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5270 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5271
82f7efc3
GM
5272 * select.el (x-selection): Mark it as an obsolete alias.
5273
2699a554 52742010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5275
f486841f 5276 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5277 major-mode (bug#7284).
5278
2699a554 52792010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5280
5281 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5282 rather than just an unused variable that inherits from the real one.
5283
e6ef5dd9
AM
52842010-10-31 Alan Mackenzie <acm@muc.de>
5285
5286 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5287 This fixes bug #7185.
5288
8a500a91
CY
52892010-10-30 Chong Yidong <cyd@stupidchicken.com>
5290
5291 * startup.el (command-line): Search for package directories, and
5292 don't load package.el if none are found.
5293
6a7662bb
BR
5294 * emacs-lisp/package.el (describe-package, list-packages):
5295 Call package-initialize if it has not been called yet.
8a500a91 5296
4f9e41e4
AM
52972010-10-30 Alan Mackenzie <acm@muc.de>
5298
5299 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5300 which fontifies the tail of an enum.
5301 (c-basic-matchers-after): Insert a call to the above new function.
5302 This fixes bug #7264.
5303
88f43c67
GM
53042010-10-30 Glenn Morris <rgm@gnu.org>
5305
5306 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5307 tool-bar-mode, transient-mark-mode. (Bug#7306)
5308 Include the :set property in the dumped Emacs.
5309
c4d17d50
SM
53102010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5311
5312 SMIE: change indent rules format, improve smie-setup.
5313 * emacs-lisp/smie.el (smie-precs-precedence-table)
5314 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5315 Mark them pure so the tables gets built at compile time.
5316 (smie-bnf-precedence-table): Store the closer-alist in the table.
5317 (smie-prec2-levels): Preserve the closer-alist.
5318 (smie-blink-matching-open): Be more forgiving in case of indentation.
5319 (smie-hanging-p): Rename from smie-indent--hanging-p.
5320 (smie-bolp): Rename from smie-indent--bolp.
5321 (smie--parent, smie--after): New dynamic vars.
5322 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5323 (smie-indent-rules): Remove.
5324 (smie-indent--offset-rule): Remove fun.
5325 (smie-rules-function): New var.
5326 (smie-indent--rule): New fun.
5327 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5328 (smie-indent-exps): Use it.
5329 (smie-setup): Setup paren blinking; add keyword args for token
5330 functions; extract closer-alist from op-levels.
5331 (smie-indent-debug-log): Remove var.
5332 (smie-indent-debug): Remove fun.
5333 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5334 (prolog-smie-rules): New fun to replace it.
5335 (prolog-mode-variables): Simplify.
5336 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5337 it's setup automatically.
5338 (octave-smie-indent-rules): Remove.
5339 (octave-smie-rules): New fun to replace it.
5340 (octave-mode): Simplify.
5341
9d794026
GM
53422010-10-29 Glenn Morris <rgm@gnu.org>
5343
e088c02a
GM
5344 * files.el (temporary-file-directory): Remove (already defined in C).
5345 * cus-start.el: Add temporary-file-directory.
5346
9d794026
GM
5347 * abbrev.el (abbrev-mode):
5348 * composite.el (auto-composition-mode):
5349 * menu-bar.el (menu-bar-mode):
5350 * simple.el (transient-mark-mode):
5351 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5352 that they do not define the associated variables twice.
5353 * simple.el (transient-mark-mode): Remove defvar.
5354 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5355 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5356 Handle multiple groups, and also custom-delayed-init-variables.
5357 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5358
dcc029e0
SM
53592010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5362 (pcase-if): Add one minor optimization.
5363 (pcase-split-equal): Rename from pcase-split-eq.
5364 (pcase-split-member): Rename from pcase-split-memq.
5365 (pcase-u1): Add strings to the member optimization.
5366 Add `guard' variant of predicates.
5367 (pcase-q1): Add string patterns.
5368
a62b88d4
SM
53692010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5372
f41f19b0
GM
53732010-10-28 Glenn Morris <rgm@gnu.org>
5374
b3edb781
GM
5375 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5376 Move menu-bar related settings to ../menu-bar.el.
5377 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5378 Move ns-specific settings here from term/ns-win.el.
5379
f41f19b0
GM
5380 * simple.el (x-selection-owner-p): Remove unused declaration.
5381
6175cd08
SM
53822010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * minibuffer.el (completion-cycling): New var (bug#7266).
5385 (minibuffer-complete, completion--do-completion):
5386 Use completion--flush-all-sorted-completions.
5387 (minibuffer-complete): Only cycle if completion-cycling is set.
5388 (completion--flush-all-sorted-completions): Unset completion-cycling.
5389 (minibuffer-force-complete): Set completion-cycling.
5390 (completion-all-sorted-completions): Move declaration before first use.
5391
19677c71
LL
53922010-10-28 Leo <sdl.web@gmail.com>
5393
5394 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5395 which changes the order of matches seen by users (bug#7231).
5396
53972010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5398
5399 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5400 Don't confuse -omega as "-o mega".
5401
2122161f
SM
54022010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5403
ce8794df
SM
5404 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5405 (log-edit-author): New dynamic var.
5406 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5407 to return the author if different from committer.
5408 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5409
80cb310d
SM
5410 * play/landmark.el: Adjust commenting convention.
5411 (lm-nil-score): Rename from nil-score.
5412 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5413 (OOOOscore): Move into a let in lm-score-trans-table.
5414 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5415
2122161f
SM
5416 * electric.el (electric-indent-chars): Autoload.
5417 * progmodes/octave-mod.el (octave-mode):
5418 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5419 (ruby-mode-abbrev-table): Merge initialization and declaration.
5420
e925113b
GM
54212010-10-27 Glenn Morris <rgm@gnu.org>
5422
208d109c
GM
5423 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5424 variable.
5425
7d3e3843
GM
5426 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5427
e925113b
GM
5428 * term/ns-win.el: Restore require of cl when compiling.
5429 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5430 (ns-handle-nxopen): Optionally handle the temp-case.
5431 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5432 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5433
b94a5a43
GM
54342010-10-26 Glenn Morris <rgm@gnu.org>
5435
5436 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5437
fc3eda04
AR
54382010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5439
5440 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5441 global map.
5442 * term/common-win.el (x-setup-function-keys): Remove most of the
5443 keymappings. Comment on the remaining ones.
5444
c79b0b1c
PO
54452010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5446
c31dc2c0 5447 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5448 (server-start): Use server-port.
5449
725513b7
GM
54502010-10-26 Glenn Morris <rgm@gnu.org>
5451
d7d8c62a
GM
5452 * term/ns-win.el (ns-version-string): Remove unused declaration.
5453 (ns-invocation-args): Change to x-invocation-args.
5454 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5455 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5456 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5457 Use x-invocation-args instead of ns-invocation-args.
5458 (ns-initialize-window-system, handle-args-function-alist):
5459 Use x-handle-args instead of ns-handle-args.
5460 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5461 * startup.el (command-line-ns-option-alist): Replace
5462 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5463 ns-handle-iconic with the x- equivalents.
5464
725513b7
GM
5465 * term/common-win.el (x-select-enable-clipboard):
5466 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5467
5468 * term/ns-win.el: No need to require cl when compiling.
5469 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5470 (xw-defined-colors): Use the common-win definitions.
5471 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5472 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5473 * term/common-win.el (x-select-text, x-alternatives-map)
5474 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5475 * loadup.el [ns]: Load common-win.
5476
77ec02d8
DU
54772010-10-26 Daiki Ueno <ueno@unixuser.org>
5478
5479 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5480 recipients; expand mail aliases (Bug#7280).
77ec02d8 5481
6a5c2175
GM
54822010-10-25 Glenn Morris <rgm@gnu.org>
5483
59ba9d59
GM
5484 * term/common-win.el (x-handle-switch): Simplify with pop.
5485 Optionally handle numeric switches.
5486 (x-handle-numeric-switch): Just call x-handle-switch.
5487 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5488 (x-handle-name-switch, x-handle-display, x-handle-args):
5489 Simplify with pop.
5490
6a5c2175
GM
5491 * term/ns-win.el: Do not require easymenu.
5492 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5493 <spell>: Move adjustments to menu-bar.el.
5494 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5495 <separator-undo, spell>: Move ns-win's adjustments here.
5496 * loadup.el [ns]: Do not load easymenu.
5497
01898dc2
CY
54982010-10-24 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5501 Delete (Bug#7222).
01898dc2
CY
5502
5503 * startup.el (fancy-startup-tail): Instead of using inline images,
5504 refer to image files from etc/.
5505
5506 * wid-edit.el (checkbox): Likewise.
5507 (widget-image-find): Center image specs.
5508
a44d921f
GM
55092010-10-24 Glenn Morris <rgm@gnu.org>
5510
5511 * term/ns-win.el (x-select-text): Doc fix.
5512 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5513 (x-select-text): Move to term/common-win.
5514 * term/w32-win.el (xw-defined-colors): Move to common-win.
5515 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5516 (x-setup-function-keys, x-select-text): Move to common-win.
5517 * term/common-win.el (x-select-text, x-alternatives-map)
5518 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5519 definitions here.
5520
709228c0 55212010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5522
5523 * net/mairix.el (mairix-searches-mode-map):
5524 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5525
0c382083 55262010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5527
2b0c7330 5528 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5529 auto-built for efficiency of execution and updating.
5530 (verilog-extended-complete-re): Support 'pure' fucntion & task
5531 declarations (these have no bodies).
ca39416c
AH
5532 (verilog-beg-of-statement): General cleanup to enable support of
5533 'pure' fucntion & task declarations (these have no bodies).
5534 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5535 noticed by Steve Pearlmutter.
5536 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5537 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5538 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5539 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5540 attribute handling for lining up declarations and assignments.
5541 (verilog-beg-of-statement-1): Fix issue where continued declaration
5542 is indented differently if it is after a begin..end clock.
5543 (verilog-in-attribute-p, verilog-skip-backward-comments)
5544 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5545 attributes by indent code. Reported by Jeff Steele.
ca39416c 5546 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5547 (verilog-backward-up-list, verilog-in-struct-region-p)
5548 (verilog-backward-token, verilog-in-struct-p)
5549 (verilog-in-coverage-p, verilog-do-indent)
5550 (verilog-pretty-declarations): Use verilog-backward-up-list as
5551 wrapper around backward-up-list inorder to properly skip comments.
5552 Reported by David Rogoff.
5553 (verilog-property-re, verilog-endcomment-reason-re)
5554 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5555 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5556 of if). Reported by Max Bjurling and
a03c2342 5557 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5558 declaration. Reported by Brian Hunter.
a03c2342 5559
0c382083 55602010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5561
2b0c7330 5562 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5563 (verilog-gate-keywords, verilog-read-sub-decls)
5564 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5565 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5566 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5567 (verilog-read-decls): Fix spaces in V2K module parameters causing
5568 mis-identification as interfaces, bug287.
5569 (verilog-read-decls): Fix not treating "parameter string" as a
5570 parameter in AUTOINSTPARAM.
5571 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5572 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5573 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5574 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5575 (verilog-font-lock-keywords-2): Fix highlighting of single
5576 character pins, bug264. Reported by Michael Laajanen.
5577 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5578 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5579 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5580 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5581 (verilog-pretty-expr): Fix interactive arguments, bug272.
5582 Reported by Mark Johnson.
5583 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5584 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5585 bug269. Suggested by Gary Delp.
a03c2342 5586 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5587 (verilog-preprocessor, verilog-set-compile-command):
5588 Create verilog-preprocess and verilog-preprocessor to show
5589 preprocessed output.
a03c2342
WS
5590 (verilog-get-beg-of-line, verilog-get-end-of-line)
5591 (verilog-modi-file-or-buffer, verilog-modi-name)
5592 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5593 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5594 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5595 (verilog-colorize-region, verilog-highlight-buffer)
5596 (verilog-highlight-includes, verilog-highlight-modules)
5597 (verilog-highlight-region, verilog-mode): Rename colorize to
5598 highlight to match other packages. Disable module highlighting,
5599 as received speed complaints, reenable for experimentation only
5600 using new verilog-highlight-modules.
5601 (verilog-read-decls): Fix regexp stack overflow in very large
5602 AUTO_TEMPLATEs, bug250.
5603 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5604 (verilog-scan): Create verilog-save-buffer-state to standardize
5605 making insignificant changes that shouldn't call hooks.
5606 (verilog-save-no-change-functions, verilog-save-scan-cache)
5607 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5608 Create verilog-save-no-change-functions to wrap verilog-scan
5609 preservation, and fix to work with nested preserved calls.
5610 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5611 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5612 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5613 (verilog-submit-bug-report): Update variable list to be complete.
5614 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5615 breaking on-the-fly font-locking.
5616 (verilog-colorize-buffer, verilog-colorize-include-files)
5617 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5618 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5619 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5620 AUTOINST cell instance name, middle mouse button now finds-file on
5621 it. Suggested by Brad Dobbie.
5622 (verilog-alw-get-temps, verilog-auto-reset)
5623 (verilog-auto-sense-sigs, verilog-read-always-signals)
5624 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5625 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5626 initialization section of a for() should be ignored.
5627 Reported by Dan Dever.
a03c2342
WS
5628 (verilog-error-font-lock-keywords)
5629 (verilog-error-regexp-emacs-alist)
5630 (verilog-error-regexp-xemacs-alist): Fix error detection of
5631 Cadence HAL, reported by David Asher. Repair drift between the
5632 three similar error variables.
5633 (verilog-modi-lookup, verilog-modi-lookup-cache)
5634 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5635 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5636 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5637 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5638 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5639 "{1*2{...". Broke in last revision.
5640 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5641 submodule connections with replications "{#{a},#{b}}".
5642
0c382083
CY
56432010-10-24 Juanma Barranquero <lekktu@gmail.com>
5644
5645 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5646 Fix typo in docstring.
5647
56482010-10-24 Kenichi Handa <handa@m17n.org>
5649
5650 * face-remap.el (text-scale-adjust): Call read-event with a proper
5651 prompt.
5652
56532010-10-24 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * emacs-lisp/unsafep.el: Don't mark functions that display
5656 messages as safe. Suggested by Johan Bockgård.
5657
56582010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5661 Turn comments into docstrings.
5662
5663 * minibuffer.el (completion--replace): Move point where it belongs
5664 when there's a common suffix (bug#7215).
5665
9317e499
CY
56662010-10-24 Chong Yidong <cyd@stupidchicken.com>
5667
5668 Merge read-color and facemenu-read-color (Bug#7242).
5669
5670 * faces.el (read-color): Use the completion code from
5671 facemenu-read-color. Require match in completion. Doc fix.
5672
5673 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5674 (facemenu-set-foreground, facemenu-set-background):
5675 Use read-color.
9317e499
CY
5676
5677 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5678 (set-cursor-color, set-mouse-color, set-border-color):
5679 Use read-color.
9317e499 5680
a44d921f 56812010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5682
5683 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5684 argument of delete-file and delete-directory (Bug#7011).
5685
43207249
CY
56862010-10-24 Chong Yidong <cyd@stupidchicken.com>
5687
5688 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5689 button-buffer-map.
5690
484db896 56912010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5692
5693 * emacs-lisp/package.el (package--generate-package-list): Make the
5694 *Packages* buffer read-only.
5695
10f5e3e6
AM
56962010-10-24 Alan Mackenzie <acm@muc.de>
5697
5698 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5699 result of `c-beginning-of-decl-1' between invocations of a lambda
5700 function (Bug #7265).
5701
3ec6ca72
DU
57022010-10-24 Daiki Ueno <ueno@unixuser.org>
5703
5704 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5705 executable is not available on the system (Bug#7268).
5706
ec514007
GM
57072010-10-24 Glenn Morris <rgm@gnu.org>
5708
f5f25615
GM
5709 * select.el (selection-coding-system, next-selection-coding-system):
5710 Sync doc with C versions.
3646b86d 5711
8aa0f263
GM
5712 * w32-vars.el (x-select-enable-clipboard):
5713 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5714 * term/common-win.el (x-select-enable-clipboard): Move here.
5715
46710489
GM
5716 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5717 definition of C variable.
5718
ec514007
GM
5719 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5720 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5721 Don't redefine things that are defined in C.
5722 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5723 (show-trailing-whitespace, auto-hscroll-mode)
5724 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5725 Set up the appropriate custom properties.
5726
8a79905d
CY
57272010-10-24 Chong Yidong <cyd@stupidchicken.com>
5728
5729 Bind "C-c ]" to ...
5730 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5731 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5732 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5733 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5734
aa02a29f
GM
57352010-10-23 Glenn Morris <rgm@gnu.org>
5736
7dfc15df
GM
5737 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5738 say what it was.
5739
66c6abf0
GM
5740 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5741 Sync docs with C version.
f3d87560 5742
3193e969
GM
5743 * term/ns-win.el (xw-defined-colors):
5744 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5745
6f748f70
GM
5746 * term/pc-win.el (x-select-enable-clipboard):
5747 * term/x-win.el (x-select-enable-clipboard):
5748 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5749
7aa93795
GM
5750 * comint.el (comint-password-prompt-regexp): Make it less vague.
5751 Bump version.
5752
17284e30
GM
5753 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5754
aa02a29f
GM
5755 * help.el (finder-by-keyword): Remove unnecessary autoload.
5756
69b55131
GM
57572010-10-22 Glenn Morris <rgm@gnu.org>
5758
9a0dd02d
GM
5759 * loadup.el: Unconditionally load float-sup.
5760 * paren.el (show-paren-delay):
5761 * emacs-lisp/float-sup.el:
5762 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5763 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5764 (lazy-lock-stealth-verbose): Assume float support.
5765 * ps-print.el: Assume float support on Emacs.
5766 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5767 Remove non-float branch.
5768
69b55131
GM
5769 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5770 src/Makefile no longer being pre-processed.
5771
7c23d9e8
SM
57722010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * emacs-lisp/find-func.el (find-library): Use test-completion.
5775
23737b4a
LMI
57762010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5777
7c23d9e8 5778 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5779
6e060cee 57802010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5781
5782 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5783 space in stat format string.
5784 (tramp-send-command): Unset $PS1 when using here documents, in
5785 order not to get several prompts.
5786 (tramp-get-inline-coding): Return `nil' in case of errors.
5787
08ffb131
DU
57882010-10-21 Daiki Ueno <ueno@unixuser.org>
5789
7c23d9e8
SM
5790 * hexl.el (hexl-mode, hexl-mode-exit):
5791 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5792 (hexl-revert-buffer-function): New function.
5793 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5794
ba7fdf30
AM
57952010-10-19 Alan Mackenzie <acm@muc.de>
5796
7c23d9e8
SM
5797 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5798 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5799 that these keywords aren't wrongly matched as identifiers.
5800
ba7fdf30
AM
5801 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5802 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5803 c-after-change. (Bug#7181)
ba7fdf30 5804
7fd8732d
CY
58052010-10-19 Chong Yidong <cyd@stupidchicken.com>
5806
5807 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5808 Don't mark as safe.
5809
5810 * custom.el (custom-theme-set-variables): Likewise.
5811 (load-theme): Add custom-theme-set-faces and
5812 custom-theme-set-variables to safe-functions while loading.
5813 (custom-enabled-themes): Mark as risky.
5814
3f12b18c
JD
58152010-10-18 Julien Danjou <julien@danjou.info>
5816
5817 * bindings.el: Remove end dashes in default mode-line-format.
5818
b8a47412
CY
58192010-10-19 Chong Yidong <cyd@stupidchicken.com>
5820
5821 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5822 to delete-forward-char.
5823
5824 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5825 deletechar, and hence delete-forward-char.
5826
ca3fa302
JB
58272010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * repeat.el (repeat): Use read-key (bug#6256).
5830
58312010-10-19 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * emacs-lisp/unsafep.el: Don't mark functions that display
5834 messages as safe. Suggested by Johan Bockgård.
5835
58362010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * minibuffer.el (completion--replace): Move point where it belongs
5839 when there's a common suffix (bug#7215).
5840
58412010-10-19 Kenichi Handa <handa@m17n.org>
5842
5843 * international/characters.el: Add category '|' (word breakable)
5844 to fullwidth characters.
5845
3224b54d
MA
58462010-10-19 Michael Albinus <michael.albinus@gmx.de>
5847
5848 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5849 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5850 order to make stat results a float. Patch by Andreas Schwab
5851 <schwab@linux-m68k.org>.
5852
36ba6f07
JD
58532010-10-18 Julien Danjou <julien@danjou.info>
5854
5855 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5856 hidden by `make-pointer-invisible'.
5857
43f964fc
SM
58582010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * files.el (locate-file-completion-table): Strip non-matching elements
5861 before checking length of list (bug#7238).
5862
e48eb343
CY
58632010-10-18 Chong Yidong <cyd@stupidchicken.com>
5864
5865 * custom.el (custom-theme-set-variables): Mark as a safe function.
5866 (load-theme): Check forms using unsafep.
5867
5868 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5869
df987d70
AM
58702010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5871
43f964fc
SM
5872 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5873 Fix aspell data file searching (bug#7230).
df987d70 5874
29a4c45b
CY
58752010-10-16 Chong Yidong <cyd@stupidchicken.com>
5876
5877 * cus-theme.el (custom-theme--migrate-settings): New var.
5878 (customize-create-theme): Allow editing the `user' theme.
5879 (custom-theme-add-variable, custom-theme-add-var-1)
5880 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5881 to the front of each variable or face widget.
5882 (custom-theme-write): Save theme settings in the correct order.
5883 Optionally, remove saved settings from user customizations.
43f964fc
SM
5884 (custom-theme-write-variables, custom-theme-write-faces):
5885 Save only the checked widgets.
29a4c45b
CY
5886 (customize-themes): Add a link for migrating custom settings.
5887
43f964fc
SM
5888 * custom.el (custom-declare-theme, provide-theme):
5889 Use custom-theme-name-valid-p.
29a4c45b
CY
5890 (custom-theme-name-valid-p): Remove checks that are now
5891 unnecessary since themes no longer obey load-path.
5892
5893 * cus-edit.el (custom-variable-value-create): For the simple
5894 style, hide documentation string when hidden.
5895
782b5e8d
CY
58962010-10-16 Chong Yidong <cyd@stupidchicken.com>
5897
647bc502
CY
5898 * cus-edit.el (custom-variable, custom-face): Combine the
5899 :inhibit-magic and :display-style properties into a single
5900 :custom-style property.
43f964fc
SM
5901 (custom-toggle-hide-variable, custom-toggle-hide-face):
5902 New functions. If hiding an edited value, save it to :shown-value.
5903 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5904 (custom-magic-reset): Allow magic property to be unset.
5905
782b5e8d
CY
5906 * custom.el: Custom themes no longer use load-path.
5907 (custom-theme-load-path): New option. Change built-in theme
5908 directory to etc/.
5909 (custom-enabled-themes): Add custom-theme-load-path dependency.
5910 (custom-theme--load-path): New function.
5911 (load-theme, custom-available-themes): Use it.
5912
5913 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5914 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5915 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5916 :custom-style property.
782b5e8d
CY
5917
5918 * themes/*.el: Moved to etc/.
5919
99f65cfa
RA
59202010-10-16 Ralf Angeli <angeli@caeruleus.net>
5921
5922 * textmodes/reftex-cite.el
5923 (reftex-extract-bib-entries-from-thebibliography): Do not move
5924 point when searching for \bibitem entries. Match entries with
5925 spaces or tabs in front of arguments.
5926
da16abfc
CY
59272010-10-16 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * cus-theme.el (customize-create-theme): Delete overlays after
5930 erasing. If given a THEME arg, display only the faces of that arg
5931 instead of custom-theme--listed-faces.
5932 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5933 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5934 (custom-theme-add-variable, custom-theme-add-face): Apply value
5935 from the theme settings, instead of the current value.
5936 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5937 (custom-theme-visit-theme): Allow calling outside theme buffers.
5938 (custom-theme-merge-theme): Don't enable the theme when merging.
5939 (custom-theme-write-variables, custom-theme-write-faces): Use the
5940 :shown-value properties to save buffer values, not global ones.
5941 (customize-themes): Display a warning about user customizations.
5942
5943 * cus-edit.el (custom-variable-value-create)
5944 (custom-face-value-create): Obey new special properties
5945 :shown-value and :inhibit-magic.
5946
aa095b2d
MA
59472010-10-15 Michael Albinus <michael.albinus@gmx.de>
5948
5949 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5950 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5951 <dale@codefu.org>.
aa095b2d 5952
7ca9cfda
KH
59532010-10-14 Kenichi Handa <handa@m17n.org>
5954
9650fc61
KH
5955 * mail/rmail.el (rmail-show-message-1): Catch an error of
5956 base64-decode-region and just show an error message (bug#7165).
5957
43f964fc 5958 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5959 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5960 a font-spec (bug#7197).
5961
220d91b8 59622010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5963
5964 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5965
220d91b8 59662010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5967
c0943d3d
JB
5968 * international/mule.el (define-coding-system):
5969 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5970 * composite.el (compose-region): Fix typo in docstring.
5971
4983ddea
CY
59722010-10-14 Chong Yidong <cyd@stupidchicken.com>
5973
de43f11b
CY
5974 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5975 only after checking the theme-face property.
5976
4983ddea
CY
5977 * faces.el (face-spec-reset-face): Reset all attributes in one
5978 single call to set-face-attribute.
5979 (face-spec-match-p): Make it a defsubst.
5980 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5981 (x-create-frame-with-faces, tty-create-frame-with-faces)
5982 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5983 frame-set-background-mode, since they are recomputed immediately
5984 afterwards in face-set-after-frame-default.
5985 (face-set-after-frame-default): Minor optimization.
5986 (cursor): Provide non-trivial defface spec.
5987
5988 * custom.el (custom-theme-recalc-face): Simplify.
5989
a974dcf2
JB
59902010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5991
43f964fc 5992 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5993 (math-is-polynomial, math-is-poly-rec): Replace `var'
5994 with `math-var'.
5995
43f964fc 5996 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5997 (calcFunc-table, math-scan-for-limits): Replace `var'
5998 with `math-var'.
5999
10e4702a
GM
60002010-10-13 Glenn Morris <rgm@gnu.org>
6001
6002 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6003
88f427d5
SB
60042010-10-13 Stephen Berman <stephen.berman@gmx.net>
6005
6006 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6007
a1d16a7b
G
60082010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6009
6010 * net/tls.el (tls-program): Remove spurious %s from openssl.
6011 (tls-starttls-switches): Remove starttls hack.
6012 (open-tls-stream): Ditto.
6013 (tls-find-starttls-argument): Ditto.
6014
2e288d54
JB
60152010-10-13 Juanma Barranquero <lekktu@gmail.com>
6016
6017 * image.el (image-library-alist): Declare as obsolete alias.
6018 (image-type-available-p): Use `dynamic-library-alist'.
6019
6020 * term/w32-win.el (dynamic-library-alist):
6021 Use instead of `image-library-alist'.
6022
35744400
IS
60232010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6024
6025 * subr.el (last): Make it faster. (Bug#7174)
6026
290fe464
RO
60272010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6028
6029 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6030
2919746c
CY
60312010-10-12 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6034 (describe-theme-1): Extract doc from unloaded themes.
6035
6036 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6037
6038 * themes/tango-theme.el:
6039 * themes/tango-dark-theme.el:
6040 * themes/wheatgrass-theme.el: New files.
6041
6b09b5d1
CY
60422010-10-12 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * cus-theme.el (describe-theme, customize-themes)
6045 (custom-theme-save): New commands.
6046 (custom-new-theme-mode-map): Bind C-x C-s.
6047 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6048 (customize-create-theme): New optional arg THEME.
6049 (custom-theme-revert): Use it.
6050 (custom-theme-visit-theme): Remove dead code.
6051 (custom-theme-merge-theme): Use custom-available-themes.
6052 (custom-theme-write): Make interactive.
6053 (custom-theme-write): Use custom-theme-name-valid-p.
6054 (describe-theme-1, custom-theme-choose-revert)
6055 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6056 New funs.
6057 (custom-theme-allow-multiple-selections): New option.
6058 (custom-theme-choose-mode): New major mode.
6059
43f964fc
SM
6060 * custom.el (custom-theme-set-variables): Remove dead code.
6061 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6062 (custom--inhibit-theme-enable): New var.
6063 (provide-theme): Obey it.
6064 (load-theme): Replace load with manual read/eval, in order to
6065 check for correctness. Use custom-theme-name-valid-p.
6066 (custom-theme-name-valid-p): New function.
6067 (custom-available-themes): Use it.
6068
6069 * cus-edit.el (custom--initialize-widget-variables): New function.
6070 (Custom-mode): Use it.
6071
43f964fc
SM
6072 * cus-face.el (custom-theme-set-faces): Remove dead code.
6073 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6074
6075 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6076
16366259
JB
60772010-10-12 Juanma Barranquero <lekktu@gmail.com>
6078
cb7d821e 6079 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 6080
4c14013d 60812010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 6082
4c14013d
JB
6083 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6084 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6085 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6086
6087 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 6088
4c14013d 60892010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
6090
6091 * emacs-lisp/lisp.el (lisp-completion-at-point):
6092 Use emacs-lisp-mode-syntax-table for the whole function.
6093
4c14013d 60942010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
6095
6096 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
6097 instead of font-lock-mode before adding keywords.
6098 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
6099 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6100 non-nil; removed hook inhibit hack.
6101
4c14013d 61022010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 6103
d15f9a2b
GM
6104 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6105 (load-path-shadows-find): ... to this.
6106 (list-load-path-shadows): Update for above change.
6107
c7d6d8a1
GM
6108 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6109
f0b7f5a8
KY
61102010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6111
6112 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6113 Fix comment for declare-function.
6114
05d22d02
CY
61152010-10-11 Chong Yidong <cyd@stupidchicken.com>
6116
6117 * custom.el (custom-fix-face-spec): New function; code moved from
6118 custom-face-edit-fix-value.
6119 (custom-push-theme): Use it when checking if a face has been
6120 changed outside customize.
6121 (custom-available-themes): New function.
6122 (load-theme): Use it.
6123
43f964fc 6124 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
6125
6126 * custom.el (custom-push-theme): Cleanup (use cond).
6127 (disable-theme): Recompute the saved-face property.
6128 (custom-theme-recalc-face): Follow face alias before setting prop.
6129
43f964fc
SM
6130 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6131 New variables, containing checkbox images.
05d22d02
CY
6132
6133 * startup.el (fancy-startup-tail):
6134 * wid-edit.el (checkbox): Use them.
6135
293e7c22
DN
61362010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6137
a0310a6c
DN
6138 * shell.el (shell-mode-map):
6139 * progmodes/modula2.el (m2-mode-map):
6140 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6141 * play/mpuz.el (mpuz-mode-map):
6142 * play/landmark.el (lm-mode-map):
6143 * play/decipher.el (decipher-mode-map):
6144 * play/5x5.el (5x5-mode-map):
6145 * net/telnet.el (telnet-mode-map):
6146 * net/quickurl.el (quickurl-list-mode-map):
6147 * net/mairix.el (mairix-searches-mode-map):
6148 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6149 * net/dig.el (dig-mode-map):
6150 * mail/mspools.el (mspools-mode-map):
6151 * hexl.el (hexl-mode-map):
6152 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6153 (wordstar-C-o-map, wordstar-C-q-map):
6154 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6155 * emacs-lisp/chart.el (chart-map):
6156 * edmacro.el (edmacro-mode-map):
6157 * erc/erc-list.el (erc-list-menu-mode-map):
6158 * array.el (array-mode-map): Declare and define in one step.
6159
293e7c22
DN
6160 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6161
446b12da
DU
61622010-10-10 Daiki Ueno <ueno@unixuser.org>
6163
6164 * epa.el (epa-passphrase-callback-function): Display filename
6165 passed as the 3rd arg.
43f964fc
SM
6166 * epa-file.el (epa-file-passphrase-callback-function):
6167 Pass filename to epa-passphrase-callback-function.
446b12da 6168
76c16af8
CY
61692010-10-09 Chong Yidong <cyd@stupidchicken.com>
6170
6171 * cus-edit.el (custom-face-widget-to-spec)
6172 (custom-face-get-current-spec, custom-face-state): New functions.
6173 (custom-face-set, custom-face-mark-to-save)
6174 (custom-face-value-create, custom-face-state-set): Use them.
6175
6176 * cus-theme.el (custom-theme--listed-faces): New var.
6177 (customize-create-theme): Use *Custom Theme* as the buffer name.
6178 Set revert-buffer-function. Optional arg BUFFER. Insert all
6179 faces listed in custom-theme--listed-faces.
6180 (custom-theme-revert): New function.
6181 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6182 bottom of the list.
6183 (custom-theme-write): Prompt for theme name if empty.
6184 (custom-theme-write-variables): Use dolist.
6185 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6186
e15f8aaa
AM
61872010-10-09 Alan Mackenzie <acm@muc.de>
6188
6189 Enhance fontification of declarators to take account of the
6190 presence/absence of "typedef".
6191
6192 * cc-engine.el (c-forward-type): New &optional param
6193 "brace-block-too".
6194 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 6195 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
6196
6197 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6198 fontification of declarators which follow a "}".
6199 (c-font-lock-declarations): Fontify declarators according to the
6200 presence/absence of "typedef".
6201
6202 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6203 for "typedef".
6204 (c-typedef-decl-key): New lang variable built from
6205 c-typedef-decl-kwds.
6206
cf321e50
LMI
62072010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6208
77aec221
LMI
6209 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6210 since that's too annoying. Move the filter groups commands to
6211 TAB/backtab.
6212
7450df5d
LMI
6213 * epa.el (epa-passphrase-callback-function): Say what we're
6214 querying the password for.
6215
cf321e50 6216 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6217 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6218
587faadd
CY
62192010-10-08 Chong Yidong <cyd@stupidchicken.com>
6220
6221 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6222 (custom-magic-value-create): Pad button tags with spaces.
6223 (custom-face-edit): New variable.
6224 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6225 face editor here, instead of using custom-face-selected.
6226 Pass face defaults to custom-face-edit widget.
587faadd
CY
6227 (custom-face-selected, custom-display-unselected): Delete widgets.
6228 (custom-display-unselected-match): Function removed.
43f964fc
SM
6229 (custom-face-set, custom-face-mark-to-save):
6230 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6231
6232 * wid-edit.el (widget--completing-widget): New var.
6233 (widget-default-complete): Bind it when doing completion.
6234 (widget-string-complete, widget-file-complete): Use it.
6235
a1ab97d0
GM
62362010-10-09 Glenn Morris <rgm@gnu.org>
6237
85d50db7
GM
6238 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6239 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6240 (holiday-hebrew-misc): Small simplifications.
6241
3fb78d1f
GM
6242 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6243
a1ab97d0
GM
6244 * net/browse-url.el: Don't require thingatpt, term, dired,
6245 executable, or w3-auto when compiling.
6246 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6247 Declare.
6248 (browse-url-text-emacs): Require term.
6249
2187e5bb
AS
62502010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6251
6252 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6253
e5d49589
GM
62542010-10-08 Glenn Morris <rgm@gnu.org>
6255
5823f53f
GM
6256 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6257
e5d49589
GM
6258 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6259 (shadows-compare-text-p): Make it an obsolete alias for...
6260 (load-path-shadows-compare-text): ... new name.
6261 (find-emacs-lisp-shadows): Update for above name change.
6262 (load-path-shadows-same-file-or-nonexistent): New name for the old
6263 shadow-same-file-or-nonexistent.
6264
4628bef1 62652010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6266
6267 * minibuffer.el (completion--some, completion--do-completion)
6268 (minibuffer-complete-and-exit, minibuffer-completion-help)
6269 (completion-basic-try-completion)
6270 (completion-basic-all-completions)
6271 (completion-pcm--find-all-completions): Use lexical-let to
6272 avoid some false matches in variable completion (Bug#7056)
6273
4628bef1 62742010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6275
6276 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6277
4628bef1 62782010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6279
6280 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6281 return non-nil if the file exists (Bug#7090).
6282
4628bef1 62832010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6284
6285 * minibuffer.el (completion--replace):
6286 Better preserve markers (bug#7138).
6287
4628bef1 62882010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6289
6290 * server.el (server-process-filter): Doc fix.
6291
4628bef1 62922010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6293
6294 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6295
e4adf61e
GM
62962010-10-08 Glenn Morris <rgm@gnu.org>
6297
24ac444f
GM
6298 * vc/ediff-wind.el (ediff-setup-control-frame):
6299 * vc/ediff-ptch.el (ediff-default-backup-extension):
6300 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6301 (ediff-exec-process): Remove system-types emx, windows-95.
6302
e4adf61e
GM
6303 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6304
61328d7c
CY
63052010-10-07 Chong Yidong <cyd@stupidchicken.com>
6306
6307 * cus-edit.el (custom-variable, custom-face): Doc fix.
6308 (custom-face-edit): Add value-create attribute.
6309 (custom-face-edit-value-create)
43f964fc
SM
6310 (custom-face-edit-value-visibility-action): New functions.
6311 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6312 (custom-face-edit-deactivate): Show empty values with shadow face.
6313 (custom-face-selected): Only use this for face specs with default
6314 attributes.
6315 (custom-face-value-create): Cleanup.
6316
6317 * wid-edit.el (widget-checklist-value-create): Use dolist.
6318 (widget-checklist-match-find): Make second arg optional.
6319
ac44263a
GM
63202010-10-07 Glenn Morris <rgm@gnu.org>
6321
849b02b4
GM
6322 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6323 Prefix things.
6324
ac44263a
GM
6325 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6326 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6327 load-path-shadows-mode, update references.
06d9ef85
GM
6328 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6329 Rename variable and button.
6330 (list-load-path-shadows): Update button caller.
ac44263a 6331
29c72a6e
SM
63322010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6335 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6336 (smie-merge-prec2s): Handle those new entries.
6337 (smie-prec2-levels): Only set precedence to nil for actual
6338 openers/closers.
6339 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6340 that is now unnecessary.
6341
775f75bc 63422010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6343
6344 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6345
7e1e2a6e
GM
63462010-10-07 Glenn Morris <rgm@gnu.org>
6347
58d1ac6d
GM
6348 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6349 (mail-position-on-field): Remove declarations.
6350 (mail-position-on-field): Autoload it.
6351 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6352 and mail-header-end. Don't require sendmail.
6353
7b9235ad
GM
6354 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6355 (shadow-mode): New mode.
6356 (shadow-find-file): New button.
6357 (list-load-path-shadows): Use shadow-mode and buttons.
6358
52da2182
GM
6359 * iimage.el (iimage-version): Remove.
6360 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6361 Turn into defcustoms.
6362 (iimage-mode-map): Give it a doc string.
6363
7e1e2a6e
GM
6364 * calendar/appt.el (appt-activate): Give a warning rather than an error
6365 if there is no diary-file.
6366
e44eccd7
MA
63672010-10-06 Michael Albinus <michael.albinus@gmx.de>
6368
29c72a6e
SM
6369 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6370 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6371
4583e796
GM
63722010-10-06 Glenn Morris <rgm@gnu.org>
6373
6aecca99
GM
6374 * font-core.el (font-lock-defaults-alist): Remove variable.
6375 (font-lock-mode): Doc fix.
6376 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6377 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6378 (font-lock-set-defaults): Doc fix.
6379 Do not consult font-lock-defaults-alist.
6380
645a6257
GM
6381 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6382
4583e796
GM
6383 * emacs-lisp/cl.el: No longer provide cl-19.
6384
bd8fadca
MA
63852010-10-05 Michael Albinus <michael.albinus@gmx.de>
6386
6387 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6388 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6389 New defuns, taken from tramp-smb.el.
6390 (tramp-coding-system-change-eol-conversion)
43f964fc 6391 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6392
43f964fc 6393 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6394 (tramp-compat-coding-system-change-eol-conversion)
6395 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6396 from tramp.el.
6397
6398 * net/tramp-gvfs.el:
6399 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6400 by `tramp-compat-set-process-query-on-exit-flag'.
6401
43f964fc
SM
6402 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6403 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6404 `tramp-handle-file-exists-p' and
6405 `tramp-handle-file-newer-than-file-p'.
6406 (tramp-imap-handle-file-exists-p)
6407 (tramp-imap-handle-file-executable-p)
6408 (tramp-imap-handle-file-readable-p)
6409 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6410 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6411
6412 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6413 by `tramp-compat-set-process-query-on-exit-flag' and
6414 `tramp-coding-system-change-eol-conversion' by
6415 `tramp-compat-coding-system-change-eol-conversion'.
6416
43f964fc
SM
6417 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6418 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6419 `tramp-handle-file-exists-p' and
6420 `tramp-handle-file-newer-than-file-p'.
6421 (tramp-smb-handle-directory-files-and-attributes)
6422 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6423 (tramp-smb-handle-file-newer-than-file-p): Remove.
6424 (tramp-smb-maybe-open-connection):
6425 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6426 `tramp-compat-set-process-query-on-exit-flag'.
6427
726c5357
GM
64282010-10-05 Glenn Morris <rgm@gnu.org>
6429
6430 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6431
4a93e698
MA
64322010-10-04 Michael Albinus <michael.albinus@gmx.de>
6433
6434 Continue reorganization of load dependencies. (Bug#7156)
6435
6436 * net/tramp.el (tramp-handle-file-local-copy-hook)
6437 (tramp-delete-temp-file-function): Move down.
6438 (tramp-exists-file-name-handler): Move up.
6439 (tramp-register-file-name-handlers): Simplify autoload.
6440 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6441 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6442 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6443 (tramp-handle-file-name-completion)
6444 (tramp-handle-file-name-directory)
6445 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6446 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6447 (tramp-handle-find-backup-file-name)
6448 (tramp-handle-insert-file-contents, tramp-handle-load)
6449 (tramp-handle-substitute-in-file-name)
6450 (tramp-handle-unhandled-file-name-directory)
6451 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6452 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6453
6454 * net/tramp-gvfs.el (top):
6455 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6456
6457 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6458 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6459
b4593555
GM
64602010-10-04 Glenn Morris <rgm@gnu.org>
6461
6462 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6463 (appt-activate): Give status messages.
6464
8762aa10
TZ
64652010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6466
6467 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6468 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6469 `gnutls-negotiate' (formerly `starttls-negotiate').
6470 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6471
82fb8701
DN
64722010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6473
6474 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6475 log-outgoing commands.
6476 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6477 to create a buffer local revert-buffer-function variable.
6478 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6479 revert-buffer-function lambda.
6480
c1ae068b
LMI
64812010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6482
6483 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6484 `gnutls-boot'. Make TYPE the only required parameter.
6485 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6486 (open-ssl-stream): Use it.
6487
67141a37
GM
64882010-10-03 Glenn Morris <rgm@gnu.org>
6489
77f38949
GM
6490 * subr.el (directory-sep-char): Remove obsolete variable.
6491 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6492 it is "necessary".
6493
67141a37
GM
6494 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6495 * vc/vc.el (vc-static-header-alist): Doc fix.
6496 * vc/vc-cvs.el (vc-cvs-header):
6497 * vc/vc-rcs.el (vc-rcs-header):
6498 * vc/vc-sccs.el (vc-sccs-header):
6499 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6500 * obsolete/vc-mcvs.el (vc-mcvs-header):
6501 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6502 on XEmacs.
6503
96bcef2e
CY
65042010-10-03 Chong Yidong <cyd@stupidchicken.com>
6505
43f964fc
SM
6506 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6507 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6508
ef47f179
GM
65092010-10-03 Glenn Morris <rgm@gnu.org>
6510
01c35094 6511 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6512
aee3c6f7
GM
6513 * textmodes/rst.el (rst-font-lock-keywords-function):
6514 Drop Emacs 20 code.
6515
f88cd114
GM
6516 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6517
6abfe35f
GM
6518 * printing.el: Drop Emacs 20 code.
6519
59e31cfa
GM
6520 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6521 without having used appt.el already).
6522
922ad43e
GM
6523 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6524 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6525 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6526 XEmacs.
6527 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6528 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6529
ef47f179
GM
6530 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6531 (charset-width, find-charset-region, chars-in-region, forward-point)
6532 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6533 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6534 Remove compatibility cruft (none of these are used by ps*.el).
6535
ac6ca7ba
KR
65362010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6537
6538 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6539
2a847524
CY
65402010-10-03 Chong Yidong <cyd@stupidchicken.com>
6541
43f964fc
SM
6542 * server.el (server-process-filter, server-return-error):
6543 Give emacsclient time to shut down after receiving an error string.
2a847524 6544
4bc3c53d
MA
65452010-10-02 Michael Albinus <michael.albinus@gmx.de>
6546
6547 * files.el (remote-file-name-inhibit-cache): New defcustom.
6548
43f964fc
SM
6549 * time.el (display-time-file-nonempty-p):
6550 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6551
43f964fc
SM
6552 * net/tramp.el (tramp-completion-reread-directory-timeout):
6553 Fix docstring.
4bc3c53d
MA
6554
6555 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6556 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6557 `remote-file-name-inhibit-cache'. Check also for an integer
6558 value. Add/increase counter when `tramp-verbose' >= 10.
6559 (tramp-set-file-property): Add/increase counter when
6560 `tramp-verbose' >= 10.
6561
6562 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6563 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6564 (tramp-bug): Set tramp-autoload cookie. Report all interned
6565 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6566 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6567 characters only in strings.
6568
6569 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6570 to backward compatibility.
6571
6572 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6573 (tramp-handle-file-name-all-completions)
43f964fc
SM
6574 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6575 (tramp-open-connection-setup-interactive-shell):
6576 Call `tramp-cleanup-connection' directly.
4bc3c53d 6577
9c524fcb
GM
65782010-10-02 Glenn Morris <rgm@gnu.org>
6579
3226d6ca
GM
6580 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6581
6582 * subr.el (char-bytes): Remove obsolete function.
6583
6584 * isearch.el (isearch-return-char): Remove obsolete function.
6585
6586 * mouse.el: No longer provide mldrag.
6587 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6588 Remove obsolete aliases.
6589
6590 * comint.el (comint-kill-output): Remove obsolete alias.
6591
6592 * composite.el (decompose-composite-char): Remove obsolete function.
6593 * ps-def.el (decompose-composite-char): Remove unused function.
6594
6595 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6596
6597 * outline.el (outline-visible): Remove obsolete function.
6598
6599 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6600 * faces.el (internal-find-face, internal-get-face)
6601 (frame-update-faces, frame-update-face-colors)
6602 (x-frob-font-weight, x-frob-font-slant)
6603 (internal-frob-font-weight, internal-frob-font-slant)
6604 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6605 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6606 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6607 since Emacs 21.1.
6608 * emulation/viper-util.el (viper-get-face):
6609 * obsolete/lucid.el (find-face, get-face): Use facep.
6610 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6611 Remove unused functions.
6612 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6613
9c524fcb
GM
6614 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6615 delete tempfile if interrupted during compilation.
6616
aecb42aa
LMI
66172010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6618
6619 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6620 gnutls-cli.
6621 (tls-program): Add --insecure to be consistent with the defaults from
6622 openssl s_client. Now all three commands are insecure.
6623
73077a9a
EZ
66242010-10-01 Eli Zaretskii <eliz@gnu.org>
6625
6626 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6627 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6628 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6629
1ef075bb
GM
66302010-10-01 Glenn Morris <rgm@gnu.org>
6631
1fcaf927
GM
6632 * obsolete/sc.el: Remove file.
6633
1ef075bb
GM
6634 * files.el (temporary-file-directory): On darwin, also try
6635 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6636
a16f5f64
JB
66372010-10-01 Juanma Barranquero <lekktu@gmail.com>
6638
6639 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6640 Let's not break compatibility gratuitously, shall we?
6641
6b958814
G
66422010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6643
47e08896 6644 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6645 (tls-find-starttls-argument): Use it.
6646 (open-tls-stream): Ditto.
6647
47e08896 6648 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6649 entry.
6650 (netrc-machine): Ditto.
6651
cad90f3b
EZ
66522010-09-30 Eli Zaretskii <eliz@gnu.org>
6653
6654 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6655
968ef9b4
JB
66562010-09-30 Juanma Barranquero <lekktu@gmail.com>
6657
6658 * server.el (server-start): Don't write pid to the authentication file.
6659 (server-create-tty-frame): Don't send pid.
6660 (server-process-filter): Send pid at the start of every connection.
6661
3536dea8
GM
66622010-09-30 Glenn Morris <rgm@gnu.org>
6663
8e378d88
GM
6664 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6665 (show-all-diary-entries): Remove obsolete function aliases.
6666
3536dea8
GM
6667 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6668 Remove options, obsolete since 22.1.
6a7662bb
BR
6669 (appt-display-format, appt-display-message):
6670 Remove backwards-compatibility code.
3536dea8
GM
6671 (appt-check): No longer check appt-issue-message.
6672 (appt-make-list): No longer autoload it. Doc fix. No longer
6673 activate the package.
6674
df7fcaff
LMI
66752010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6676
6677 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6678 (starttls-negotiate): Just call boot, and let the handshake be
6679 triggered from the read loop.
df7fcaff 6680
c2828614
GM
66812010-09-29 Glenn Morris <rgm@gnu.org>
6682
17a46341
GM
6683 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6684 not displaying the diary.
6685 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6686 * calendar/appt.el (appt-check): No longer need to kill diary.
6687
7161e329
GM
6688 * calendar/diary-lib.el (diary-list-entries): Move the
6689 "Preparing..." message entirely here.
6690 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6691 messages to diary-list-entries.
6692 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6693 diary-display-function.
6694
d0de6cba
GM
6695 * calendar/diary-lib.el (diary-include-other-diary-files):
6696 Trap some recursive includes.
6697
c2828614
GM
6698 * calendar/appt.el (appt-activate): Check diary file.
6699
0c43b6f8
KY
67002010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6701
6702 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6703 construction.
6704
6705 * calendar/time-date.el: No need to require cl for Emacs 21.
6706
97ce2730
GM
67072010-09-28 Glenn Morris <rgm@gnu.org>
6708
6709 * calendar/appt.el (appt-check): Minor simplification.
6710
e0a185ae
KY
67112010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6712
6713 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6714 citation prefix.
6715
c19f76a1
AS
67162010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6717
95b6d681
JB
6718 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6719 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6720
fd057fd2
KH
67212010-09-27 Kenichi Handa <handa@m17n.org>
6722
6723 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6724 "ustar" format.
6725
368b3544
KH
67262010-09-27 Kenichi Handa <handa@m17n.org>
6727
6728 * international/mule.el (define-coding-system): Docstring fixed.
6729
6730 * international/mule-diag.el (describe-character-set): Use princ
6731 with proper print-length and print-level instead of insert.
6732
95b6d681 67332010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6734
6735 * window.el (walk-windows): Doc fix (bug#7105).
6736
99368725
SM
67372010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * emacs-lisp/float-sup.el (e): Remove.
6740
8ed70bf3
LMI
67412010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6742
6743 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6744 variable.
6745 (starttls-negotiate): Use it.
6746
d2e9d0bb
LMI
67472010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6748
6749 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6750 back.
6751
15413fb4
SM
67522010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6755
1821a7b4
LMI
67562010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6757
6303aba1
LMI
6758 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6759
1821a7b4
LMI
6760 * net/netrc.el (netrc-store-data): New function.
6761
8af55556
TZ
67622010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6763
6764 * net/gnutls.el: GnuTLS glue code to set up a connection.
6765
42343747
JD
67662010-09-25 Julien Danjou <julien@danjou.info>
6767
6768 * notifications.el: Call dbus-register-signal only if it is bound.
6769
ec60da52
GM
67702010-09-25 Glenn Morris <rgm@gnu.org>
6771
6772 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6773 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6774 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6775 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6776 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6777 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6778 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6779 * eshell/esh-util.el, eshell/esh-var.el:
6780 Remove leading `*' from docs of faces and defcustoms.
6781
4c964351
UM
67822010-09-25 Ulrich Mueller <ulm@gentoo.org>
6783
6784 * eshell/em-ls.el (eshell-ls-archive-regexp):
6785 * eshell/esh-util.el (eshell-tar-regexp):
6786 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6787 * info.el (Info-suffix-list):
6788 * international/mule.el (auto-coding-alist):
6789 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6790 * progmodes/etags.el (tags-compression-info-list):
6791 Support xz compression.
6792
41f54b73
CY
67932010-09-25 Chong Yidong <cyd@stupidchicken.com>
6794
6795 * files.el (get-free-disk-space): Don't assume the "df" output
6796 columns line up (Bug#6995).
6797
40b1a3a9
JB
67982010-09-25 Juanma Barranquero <lekktu@gmail.com>
6799
6800 * finder.el (finder-unknown-keywords):
6801 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6802 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6803
ba3033ee
JB
68042010-09-25 Juanma Barranquero <lekktu@gmail.com>
6805
6806 * server.el (server-start): Revert part of 2010-08-08 change. Using
6807 address 127.0.0.1 for local host is now done in Fmake_network_process.
6808
5e339ee2
GM
68092010-09-24 Glenn Morris <rgm@gnu.org>
6810
6811 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6812 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6813 * textmodes/css-mode.el, textmodes/dns-mode.el:
6814 Move autoloaded auto-mode-alist entries to files.el.
6815 * files.el (auto-mode-alist): Move entries here.
6816
af3ccb5c
GM
68172010-09-23 Glenn Morris <rgm@gnu.org>
6818
6819 * isearch.el (isearch-lazy-highlight-cleanup)
6820 (isearch-lazy-highlight-initial-delay)
6821 (isearch-lazy-highlight-interval)
6822 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6823 * net/net-utils.el (ipconfig-program-options):
6824 Move aliases to options before the associated definitions.
6825
266a86bd 68262010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6827
6828 * newcomment.el (comment-normalize-vars): Better test validity of
6829 comment-end-skip.
6830
27ffea71 68312010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6832
6833 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6834 (float-e): New name for `e'.
6835 (degrees-to-radians, radians-to-degrees):
6836 * calendar/solar.el (solar-longitude):
6837 * calculator.el (calculator-registers, calculator-funcall):
6838 * textmodes/artist.el (artist-spray-random-points):
6839 * play/bubbles.el (bubbles--initialize-images): Use new names.
6840
27ffea71 68412010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6842
6843 Update to CEDET 1.0's version of EIEIO.
6844
9e0d4f9e
SM
6845 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6846 New function.
a2930e43
EL
6847 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6848 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6849 (class-precedence-list): If class is nil, return nil.
6850 (eieio-generic-call): If class of first input arg is nil, don't
6851 look up static methods, and do check for primary methods.
6852 (initialize-instance): See if the default needs to be evaluated
6853 during the constructor.
6854 (eieio-perform-slot-validation-for-default): Don't do the check
6855 for values that will eventually be evaluated.
6856 (eieio-eval-default-p): New function.
6857 (eieio-default-eval-maybe): Use it.
6858
27ffea71 68592010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6860
6861 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6862 method-invocation-order.
6863 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6864 (eieio-class-precedence-dfs): Compute class precedence list using
6865 dfs algorithm.
6866 (eieio-class-precedence-bfs): Compute class precedence list using
6867 bfs algorithm.
9e0d4f9e 6868 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6869 c3 algorithm.
6870 (class-precedence-list): New function.
6871 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6872 (inconsistent-class-hierarchy): New error symbol.
6873 (call-next-method): Stow the replacement argument list for future
6874 call-next-method invocations.
6875
266a86bd 68762010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6877
ea7f9ebf
GM
6878 * calendar/appt.el (appt-check): If not displaying the diary,
6879 use (diary 1) to only get the entries we need.
6880 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6881 that it is in day order. (Bug#7019)
6882
1bf6d075
GM
6883 * calendar/appt.el (appt-check): Rather than showing the diary,
6884 just turn off invisible display, and only if needed.
6885
87e798a7
GM
6886 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6887
1fc7dabf
GM
68882010-09-23 Glenn Morris <rgm@gnu.org>
6889
7a16788b
GM
6890 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6891 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6892 Start warnings with lower-case, like the majority.
7a16788b 6893
19543b17
GM
6894 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6895
54238e6d
GM
6896 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6897
ce009d0b
GM
6898 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6899 * files.el (auto-mode-alist): Move ld-script entries here, further down
6900 the list.
6901
7b344dfe
GM
6902 * vc/add-log.el: Don't require timezone when compiling.
6903 (timezone-make-date-sortable): Autoload it.
6904 (change-log-sortable-date-at): Don't require timezone.
6905 Use `ignore-errors'.
6906
d9703498
GM
6907 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6908 Move alias before definition, so it does not need autoloading.
6909
1fc7dabf
GM
6910 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6911 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6912 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6913 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6914 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6915 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6916 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6917 * textmodes/tex-mode.el, textmodes/two-column.el:
6918 Remove leading `*' from docs of defcustoms etc.
6919
7676efad
TZ
69202010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6921
6922 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6923
b069e5a6
G
69242010-09-22 Dan Christensen <jdc@uwo.ca>
6925
6926 * calendar/time-date.el (date-to-time): Try using parse-time-string
6927 first before using the slower timezone-make-date-arpa-standard.
6928
1bf68d53
KY
69292010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6930
6931 * calendar/time-date.el (format-seconds): Comment fix.
6932
cd205c76
GM
69332010-09-22 Glenn Morris <rgm@gnu.org>
6934
6935 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6936 is not automatically buffer-local.
6937
4ddea91b
SM
69382010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6939
6940 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6941 (smie-indent-comment): Be more careful with comment-start-skip.
6942 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6943 (smie-indent-functions): Use them.
6944
b0f037ed
MA
69452010-09-21 Michael Albinus <michael.albinus@gmx.de>
6946
6947 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6948
8cf1771a
JD
69492010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6950
36a1b6db
JD
6951 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6952 tool-bar-position. Don't modify frame parameters here.
180fb94a 6953 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6954
8cf1771a
JD
6955 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6956
0097720d
SM
69572010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6958
5d8e0d5d
SM
6959 * textmodes/reftex-parse.el (reftex-what-macro)
6960 (reftex-context-substring): Let-bind forward-sexp-function to nil
6961 since we don't need/want to treat \begin...\end as a block (bug#7053).
6962
984edd22
SM
6963 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6964
6965 * simple.el (blink-matching-open): Use syntax-class.
6966
3672149f
SM
6967 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6968 Set invisibility spec for pascal's outline mode.
6969 (pascal-outline-change): Clean up calling convention.
6970 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6971
549d0e1e
SM
6972 * progmodes/prolog.el (prolog-smie-forward-token)
6973 (prolog-smie-backward-token): New functions.
6974 (prolog-mode-variables): Use them to parse "!," correctly.
6975 Set up smie-blink-matching for ".".
6976
a9cb95dd
SM
6977 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6978 and `end'.
6979 (ispell-region, ispell-process-line): Update users.
6980
de558d10
SM
6981 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6982 point-min==1.
6983
94eb3112
SM
6984 * textmodes/ispell.el: Fix commenting convention.
6985 (ispell-parse-output): Simplify, use push.
6986 (ispell-region): Use match-string-no-properties.
6987 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6988 (ispell-minor-mode): Use define-minor-mode.
6989 (ispell-message): Remove unused var `skip-regexp'.
6990 (ispell-add-per-file-word-list): Use dynamic let-binding.
6991 Try and use the proper comment marker.
6992
1f7f45a5
SM
6993 * mail/sendmail.el: Fix commenting convention.
6994 (sendmail-send-it): Use line-beginning-position.
6995
0097720d
SM
6996 * help-fns.el (describe-variable): Add original value, if applicable.
6997
596880ea
JB
69982010-09-20 Juanma Barranquero <lekktu@gmail.com>
6999
f0713411
JB
7000 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7001
596880ea
JB
7002 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7003
37c0347e
SM
70042010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7005
2bc01104
SM
7006 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7007 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7008 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7009 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7010 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7011 something like "." can also be a closer.
7012 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7013 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7014 Rename internal functions to use "--". Update callers.
7015
e2c3f530
SM
7016 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7017
37c0347e
SM
7018 * fringe.el (fringe-styles): New var.
7019 (fringe-mode, fringe-query-style): Use it.
7020
74790210
MM
70212010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7022
7023 * progmodes/sql.el: Version 2.8
93acd23d 7024 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
7025 (sql-product-alist): Add :list-all and :list-table features for
7026 SQLite, Postgres and MySQL products.
7027 (sql-redirect): Handle default value.
7028 (sql-execute, sql-execute-feature): New functions.
7029 (sql-read-table-name): New function.
93acd23d 7030 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
7031 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7032 for above functions.
7033 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7034 for above functions.
7035 (sql-postgres-login-params): Add user and database defaults.
7036 (sql-buffer-live-p): Bug fix.
93acd23d 7037 (sql-product-history): New variable.
35f52ed6 7038 (sql-read-product): New function. Use it.
74790210
MM
7039 (sql-set-product, sql-product-interactive): Use it.
7040 (sql-connection-history): New variable.
93acd23d 7041 (sql-read-connection): New function. Use it.
74790210
MM
7042 (sql-connect): New function.
7043 (sql-for-each-login): Redesign function interface.
7044 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
7045 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7046 (sql-comint): Check for program. Existing live buffer.
74790210
MM
7047 (sql-comint-postgres): Add port parameter.
7048
cec01cd2
SM
70492010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * emacs-lisp/warnings.el: Fix commenting convention.
7052 (display-warning): Use special mode and make the buffer read-only.
7053
c2a845b5
JB
70542010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7055
7056 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7057 empty string when it follows a repeated or optional pattern.
7058
f5632fb6
SM
70592010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7060
7061 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7062 (indent-region): Use indent-according-to-mode.
7063
71b961e8
EZ
70642010-09-18 Eli Zaretskii <eliz@gnu.org>
7065
7066 * fringe.el (fringe-mode): Doc fix.
7067
dbbd7ad4
KRC
70682010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7069
7070 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7071 refreshing the preview buffer.
7072
b879a6e2
SM
70732010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7076 (latex-syntax-propertize-rules): New consts; replace
7077 tex-font-lock-syntactic-keywords.
7078 (tex-env-mark, latex-env-before-change): New functions.
7079 (latex-electric-env-pair-mode): New minor mode.
7080 (tex-font-lock-verb): Change arguments; do move point.
7081 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7082 representation as a form of comment.
7083 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7084 (doctex-syntax-propertize-rules): New const; replaces
7085 doctex-font-lock-syntactic-keywords.
7086 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7087
7088 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7089 (fortran-make-syntax-propertize-function): New function; replaces
7090 fortran-font-lock-syntactic-keywords.
7091 (fortran-mode): Use it.
7092 (fortran-line-length): Use it. Improve interactive spec.
7093
7094 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7095 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7096 when adding surrounding \(..\).
7097
7098 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7099
4be520fb
SM
71002010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7101
269c197e
SM
7102 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7103 Use with-current-buffer.
7104
4be520fb
SM
7105 * isearch.el (isearch-face): Rename from `isearch'.
7106 (isearch-highlight): Use new name.
7107
a67597d6
EZ
71082010-09-17 Eli Zaretskii <eliz@gnu.org>
7109
7110 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7111 5, for `half' width fringes. (Bug#6933)
7112
31c381e8
SM
71132010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7114
3fe6ef4e
SM
7115 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7116 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7117
31c381e8
SM
7118 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7119
fb0cf781
J
71202010-09-17 Stephen Berman <stephen.berman@gmx.net>
7121
7122 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7123 in calculating new frame position. Add more space between new and
7124 parent on the left (Bug#7048).
7125
1a9dc3b5
MA
71262010-09-17 Michael Albinus <michael.albinus@gmx.de>
7127
7128 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7129 defmacro.
7130
dff0fdc3
CY
71312010-09-16 Chong Yidong <cyd@stupidchicken.com>
7132
31c381e8 7133 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 7134
117c96c7
CY
7135 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7136 obsolete alias for x-selection-value.
7137
dff0fdc3
CY
7138 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7139
c6f2191f
MA
71402010-09-16 Michael Albinus <michael.albinus@gmx.de>
7141
7142 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7143 cookie.
7144
6139f995
MA
71452010-09-15 Michael Albinus <michael.albinus@gmx.de>
7146
7147 * net/tramp-compat.el (tramp-compat-with-temp-message)
7148 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7149 (tramp-compat-process-put): New defuns.
7150
7151 * net/tramp.el (top):
7152 * net/tramp-gvfs.el (top):
7153 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7154
31c381e8
SM
7155 * net/tramp.el (tramp-progress-reporter-update):
7156 Use `tramp-compat-funcall'.
6139f995
MA
7157
7158 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
7159 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7160 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
7161 (tramp-get-remote-stat, tramp-get-remote-readlink):
7162 Use `tramp-compat-with-temp-message'.
6139f995
MA
7163
7164 * net/tramp-sh.el (top): Require 'cl.
7165 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
7166 (tramp-open-connection-setup-interactive-shell):
7167 Use `tramp-compat-process-put'.
6139f995 7168
22c3ce97
AM
71692010-09-15 Alan Mackenzie <acm@muc.de>
7170
7171 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7172 indentation.
a4ee83cc 7173 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 7174
4f1e9960
SM
71752010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7178 `lexical' for warnings related to lexical scoping.
7179 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7180 global vars which don't have a prefix and could hence affect lexical
7181 scoping in unrelated files.
7182
01e80360
LMI
71832010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7184
7185 * net/imap.el: Revert back to version
7186 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7187 seem problematic.
7188
5e2a84e3
JB
71892010-09-14 Juanma Barranquero <lekktu@gmail.com>
7190
7191 * obsolete/old-whitespace.el (whitespace-unload-function):
7192 Explicitly pass `obarray' to `unintern' to avoid a warning.
7193
f3a30a50
SM
71942010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7197 Add `when' argument. Update callers.
7198
7199 * subr.el (unintern): Declare the obarray arg mandatory.
7200
92b99a01
GM
72012010-09-14 Glenn Morris <rgm@gnu.org>
7202
67ae9766
GM
7203 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7204 Doc fixes.
7205
92b99a01
GM
7206 * calendar/diary-lib.el (diary-included-files): New variable.
7207 (diary-list-entries): Maybe initialize diary-included-files.
7208 (diary-include-other-diary-files): Append to diary-included-files.
7209 * calendar/appt.el (appt-update-list): Also check the members of
7210 diary-included-files. (Bug#6999)
08151ec5 7211 (appt-check): Doc fix.
92b99a01 7212
6664fc59 72132010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7214
7215 * simple.el (line-move-visual): Do not truncate goal column to
7216 integer size. (Bug#7020)
7217
6664fc59 72182010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7219
7220 * repeat.el (repeat): Allow repeating when the last event is a click.
7221 Suggested by Drew Adams (bug#6256).
7222
6664fc59 72232010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7224
01c35094 7225 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7226 Replace setting HGRCPATH to "" by some less invasive --config options.
7227
6664fc59 72282010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7229
7230 * font-lock.el (font-lock-beginning-of-syntax-function):
7231 Mark as obsolete.
7232
6664fc59 72332010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7234
7235 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7236 and tool-bar modes. (Bug#6211)
7237 (menu-bar-mode): Move setting of standard-value after the
7238 minor-mode definition, otherwise it seems to have no effect.
7239
6664fc59 72402010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7241
7242 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7243 Fix typo. (Bug#6976)
7244
6664fc59 72452010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7246
7247 * whitespace.el: Allow cleaning up blanks without blank
7248 visualization (Bug#6651). Adjust help window for
7249 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7250 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7251 (whitespace-style): Add new value 'face. Adjust docstring.
7252 (whitespace-space, whitespace-hspace, whitespace-tab):
7253 Adjust foreground property face.
9c405a86
CY
7254 (whitespace-line-column): Adjust docstring and type declaration.
7255 (whitespace-style-value-list, whitespace-toggle-option-alist)
7256 (whitespace-help-text): Adjust const initialization.
7257 (whitespace-toggle-options, global-whitespace-toggle-options):
7258 Adjust docstring.
7259 (whitespace-display-window, whitespace-interactive-char)
7260 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7261 (whitespace-help-scroll): New fun.
7262
ba96ddf5
KY
72632010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7264
7265 * calendar/time-date.el (format-seconds): Comment fix.
7266
a386ac70
MM
72672010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7268
7269 * progmodes/sql.el: Version 2.7.
7270 (sql-buffer-live-p): Improve detection.
7271 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7272 (sql-set-sqli-buffer): Use it.
7273 (sql-product-interactive): Run `sql-set-sqli-hook'.
7274 (sql-rename-buffer): Code cleanup.
7275 (sql-redirect, sql-redirect-value): New functions. More to come.
7276
5d921df2
JB
72772010-09-13 Juanma Barranquero <lekktu@gmail.com>
7278
7279 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.
7280 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7281 (TRAMP_SRC): New macro.
7282 ($(lisp)/net/tramp-loaddefs.el): New target.
7283
03c1ad43
MA
72842010-09-13 Michael Albinus <michael.albinus@gmx.de>
7285
7286 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7287
7288 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7289
7290 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7291 'tramp-compat, everything else is required there.
7292 Use `ignore-errors' where appropriate.
03c1ad43
MA
7293 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7294 (tramp-terminal-type, tramp-end-of-output)
7295 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7296 (tramp-completion-function-alist-ssh)
7297 (tramp-completion-function-alist-telnet)
7298 (tramp-completion-function-alist-su)
7299 (tramp-completion-function-alist-putty, tramp-remote-path)
7300 (tramp-remote-process-environment, tramp-sh-extra-args)
7301 (tramp-actions-before-shell, tramp-uudecode)
7302 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7303 (tramp-perl-file-attributes)
7304 (tramp-perl-directory-files-and-attributes)
7305 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7306 (tramp-perl-encode, tramp-perl-decode)
7307 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7308 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7309 (tramp-handle-make-symbolic-link, tramp-handle-load)
7310 (tramp-handle-file-name-as-directory)
7311 (tramp-handle-file-name-directory)
7312 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7313 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7314 (tramp-do-file-attributes-with-ls)
7315 (tramp-do-file-attributes-with-perl)
7316 (tramp-do-file-attributes-with-stat)
7317 (tramp-handle-set-visited-file-modtime)
7318 (tramp-handle-verify-visited-file-modtime)
7319 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7320 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7321 (tramp-handle-file-selinux-context)
7322 (tramp-handle-set-file-selinux-context)
7323 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7324 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7325 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7326 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7327 (tramp-handle-file-ownership-preserved-p)
7328 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7329 (tramp-handle-directory-files-and-attributes)
7330 (tramp-do-directory-files-and-attributes-with-perl)
7331 (tramp-do-directory-files-and-attributes-with-stat)
7332 (tramp-handle-file-name-all-completions)
7333 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7334 (tramp-handle-copy-file, tramp-handle-copy-directory)
7335 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7336 (tramp-do-copy-or-rename-file-via-buffer)
7337 (tramp-do-copy-or-rename-file-directly)
7338 (tramp-do-copy-or-rename-file-out-of-band)
7339 (tramp-handle-make-directory, tramp-handle-delete-directory)
7340 (tramp-handle-delete-file)
7341 (tramp-handle-dired-recursive-delete-directory)
7342 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7343 (tramp-handle-insert-directory)
7344 (tramp-handle-unhandled-file-name-directory)
7345 (tramp-handle-expand-file-name)
7346 (tramp-handle-substitute-in-file-name)
7347 (tramp-handle-executable-find, tramp-process-sentinel)
7348 (tramp-handle-start-file-process, tramp-handle-process-file)
7349 (tramp-handle-call-process-region, tramp-handle-shell-command)
7350 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7351 (tramp-handle-insert-file-contents)
7352 (tramp-handle-insert-file-contents-literally)
7353 (tramp-handle-find-backup-file-name)
7354 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7355 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7356 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7357 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7358 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7359 (tramp-find-file-exists-command, tramp-open-shell)
7360 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7361 (tramp-open-connection-setup-interactive-shell)
7362 (tramp-local-coding-commands, tramp-remote-coding-commands)
7363 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7364 (tramp-inline-compress-commands, tramp-find-inline-compress)
7365 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7366 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7367 (tramp-send-command-and-check, tramp-barf-unless-okay)
7368 (tramp-send-command-and-read, tramp-mode-string-to-int)
7369 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7370 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7371 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7372 (tramp-method-out-of-band-p, tramp-local-host-p)
7373 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7374 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7375 (tramp-get-test-command, tramp-get-test-nt-command)
7376 (tramp-get-file-exists-command, tramp-get-remote-ln)
7377 (tramp-get-remote-perl, tramp-get-remote-stat)
7378 (tramp-get-remote-readlink, tramp-get-remote-trash)
7379 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7380 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7381 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7382 tramp-sh.el.
7383 (tramp-methods, tramp-default-method-alist)
7384 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7385 Move initialization to tramp-sh.el.
7386 (tramp-temp-name-prefix): Make it a defconst.
7387 (tramp-dissect-file-name): Don't check anymore for multi-hop
7388 methods.
7389 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7390 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7391 (tramp-get-debug-buffer): Use it.
7392
7393 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7394 initialization forms.
7395 (tramp-set-connection-property): Don't protect `tramp-message'
7396 call, it isn't necessary any longer.
7397 (tramp-dump-connection-properties): Use `ignore-errors'.
7398
7399 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7400 'password-cache and 'auth-source.
7401
7402 * net/tramp-gvfs.el (top):
7403 * net/tramp-smb.el (top): Require 'tramp-sh.
7404
7405 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7406
7407 * net/tramp-sh.el: New file, derived from tramp.el.
7408 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7409 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7410 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7411 Use `ignore-errors' where appropriate.
7412 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7413 `tramp-file-name-handler-alist'.
7414 (tramp-send-command-and-check): Return t or nil. Remove all
7415 `zerop' checks, where called.
7416 (tramp-handle-set-file-modes)
7417 (tramp-do-copy-or-rename-file-directly)
7418 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7419 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7420 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7421 (tramp-get-remote-ln): Set tramp-autoload cookie.
7422
7423 * net/tramp-fish.el: Remove file.
7424
c5fe4acb
DU
74252010-09-13 Daiki Ueno <ueno@unixuser.org>
7426
7427 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7428 buffer-file-name to avoid file-locking. (Bug#7026)
7429
7ea2d383
MA
74302010-09-13 Julien Danjou <julien@danjou.info>
7431
7432 * notifications.el (notifications-notify): Add support for
7433 image-path and sound-name.
7434 (notifications-specification-version): Add this variable.
7435
5616cc54
SM
74362010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7437
31c381e8 7438 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7439
94c7243b
LL
74402010-09-12 Leo <sdl.web@gmail.com>
7441
7442 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7443 (rcirc-completion-start): New variables.
7444 (rcirc-nick-completions): Rename to rcirc-completions.
7445 (rcirc-nick-completion-start-offset): Delete.
7446 (rcirc-completion-at-point): New function for constructing
7447 completion data for both nicks and irc commands. Add to
7448 completion-at-point-functions in rcirc mode.
7449 (rcirc-complete): Rename from rcirc-nick-complete; use
7450 rcirc-completion-at-point.
7451 (defun-rcirc-command): Update rcirc-client-commands.
7452
0f34ae28
GM
74532010-09-11 Glenn Morris <rgm@gnu.org>
7454
7455 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7456 atomically, to avoid parallel build errors. (Bug#4196)
7457
9250002f
MM
74582010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7459
7460 * progmodes/sql.el: Version 2.6
7461 (sql-dialect): Synonym for "sql-product".
7462 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7463 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7464 Set "sql-buffer" to buffer name not buffer object so multiple sql
7465 interactive buffers work properly. Reverts misguided changes in
7466 earlier work.
7467 (sql-comint): Make sure different buffer name is used if "*SQL*"
7468 buffer is for a different product.
7469 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7470 login param.
7471 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7472 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7473 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7474 Accept new buffer name or prompt for one.
7475 (sql-port): Default to zero.
7476 (sql-comint-mysql): Handle "sql-port" as a numeric.
7477 (sql-port-history): Delete unused variable.
7478 (sql-get-login): Default "sql-port" to a number.
31c381e8 7479 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7480 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7481 "sqlite3" executables.
31c381e8 7482 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7483 (sql-buffer-live-p): New function.
7484 (sql-mode-menu, sql-send-string): Use it.
7485 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7486 syntax pattern.
7487 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7488 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7489
a9ec34f4
LMI
74902010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7491
31c381e8 7492 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7493
cf38dd42
SM
74942010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7497 to replace texinfo-font-lock-syntactic-keywords.
7498 (texinfo-mode): Use it.
7499
7500 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7501 Use syntax-propertize-function.
7502
7503 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7504 replace sgml-font-lock-syntactic-keywords.
7505 (sgml-mode): Use it.
7506
7507 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7508 since we don't use it.
7509
7510 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7511
7512 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7513 if available.
7514 (vhdl-fontify-buffer): Adjust.
7515
7516 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7517 replace tcl-font-lock-syntactic-keywords.
7518 (tcl-mode): Use it.
7519
7520 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7521 replace simula-font-lock-syntactic-keywords.
7522 (simula-mode): Use it.
7523
7524 * progmodes/sh-script.el (sh-st-symbol): Remove.
7525 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7526 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7527 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7528 (sh-font-lock-paren): Set syntax-multiline.
7529 (sh-font-lock-syntactic-keywords): Remove.
7530 (sh-syntax-propertize-function): New function to replace it.
7531 (sh-mode): Use it.
7532
7533 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7534 Define while compiling.
7535 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7536 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7537 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7538 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7539 (ruby-here-doc-end-syntax): Only define when
7540 syntax-propertize is not available.
7541 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7542 New functions.
7543 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7544 (electric-indent-chars): Silence bytecompiler.
7545 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7546 electric-indent-chars.
7547
7548 * progmodes/python.el (python-syntax-propertize-function): New var to
7549 replace python-font-lock-syntactic-keywords.
7550 (python-mode): Use it.
7551 (python-quote-syntax): Simplify and adjust to new use.
7552
7553 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7554 replace perl-font-lock-syntactic-keywords.
7555 (perl-syntax-propertize-special-constructs): New fun to replace
7556 perl-font-lock-special-syntactic-constructs.
7557 (perl-font-lock-syntactic-face-function): New fun.
7558 (perl-mode): Use it.
7559
7560 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7561 to replace octave-font-lock-close-quotes.
7562 (octave-syntax-propertize-function): New function to replace
7563 octave-font-lock-syntactic-keywords.
7564 (octave-mode): Use it.
7565
7566 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7567 replaces mixal-font-lock-syntactic-keywords.
7568 (mixal-mode): Use it.
7569
7570 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7571 New var; replaces makefile-font-lock-syntactic-keywords.
7572 (makefile-mode): Use it.
7573 (makefile-imake-mode): Adjust.
7574
7575 * progmodes/js.el (js--regexp-literal): Define while compiling.
7576 (js-syntax-propertize-function): New var; replaces
7577 js-font-lock-syntactic-keywords.
7578 (js-mode): Use it.
7579
7580 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7581 replaces gdb-script-font-lock-syntactic-keywords.
7582 (gdb-script-mode): Use it.
7583
7584 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7585 (fortran--font-lock-syntactic-keywords): New var.
7586 (fortran-line-length): Update syntax-propertize-function and
7587 fortran--font-lock-syntactic-keywords.
7588
7589 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7590
7591 * progmodes/cfengine.el (cfengine-mode):
7592 Use syntax-propertize-function.
7593 (cfengine-font-lock-syntactic-keywords): Remove.
7594
7595 * progmodes/autoconf.el (autoconf-mode):
7596 Use syntax-propertize-function.
7597 (autoconf-font-lock-syntactic-keywords): Remove.
7598
7599 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7600 (ada-after-change-function, ada-initialize-syntax-table-properties)
7601 (ada-handle-syntax-table-properties): Only define when
7602 syntax-propertize is not available.
7603 (ada-mode): Use syntax-propertize-function.
7604
7605 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7606 (font-lock-fontify-syntactic-keywords-region): Move handling of
7607 font-lock-syntactically-fontified to...
7608 (font-lock-default-fontify-region): ...here.
7609 Let syntax-propertize-function take precedence.
7610 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7611
7612 * emacs-lisp/syntax.el (syntax-propertize-function)
7613 (syntax-propertize-chunk-size, syntax-propertize--done)
7614 (syntax-propertize-extend-region-functions): New vars.
7615 (syntax-propertize-wholelines, syntax-propertize-multiline)
7616 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7617 (syntax-propertize): New functions.
7618 (syntax-propertize-rules): New macro.
7619 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7620 (syntax-ppss): Call syntax-propertize.
7621
7622 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7623
36f7d366
AM
76242010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7625
7626 * textmodes/ispell.el (ispell-init-process): Improve comments.
7627 XEmacs compatibility changes regarding (add-hook) 'local option
7628 and (set-process-query-on-exit-flag).
7629
8fca3921
MA
76302010-09-09 Michael Albinus <michael.albinus@gmx.de>
7631
cf38dd42
SM
7632 * net/tramp-cache.el (tramp-parse-connection-properties):
7633 Set tramp-autoload cookie.
8fca3921 7634
399653d6
GM
76352010-09-09 Glenn Morris <rgm@gnu.org>
7636
7637 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7638 (imagemagick-register-types): Doc fix.
7639
c34a9669
SM
76402010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7641
b073dc4b
SM
7642 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7643
7644 * progmodes/js.el (require): Require is already "eval-and-compile".
7645 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7646 (js--re-search-backward): Use js--re-search-forward.
7647
7648 * progmodes/fortran.el (fortran-line-length): Don't recompute
7649 syntactic keywords redundantly a second time.
7650
7651 * progmodes/ada-mode.el: Replace "(set '" with setq.
7652 (ada-mode): Simplify.
7653 (ada-create-case-exception, ada-adjust-case-interactive)
7654 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7655 (ada-search-ignore-string-comment, ada-move-to-start)
7656 (ada-move-to-end): Use with-syntax-table.
7657
7658 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7659 (font-lock-unfontify-region, font-lock-default-fontify-region):
7660 Update usage correspondingly.
7661 (font-lock-fontify-syntactic-keywords-region):
7662 Set parse-sexp-lookup-properties buffer-locally here.
7663 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7664
c34a9669
SM
7665 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7666
13639aab
GM
76672010-09-08 Glenn Morris <rgm@gnu.org>
7668
5a972c36
GM
7669 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7670 Error if not compiled with -DBYTE_CODE_METER.
7671
13639aab
GM
7672 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7673 Ignore dir-locals-file.
7674
331b2b90
SM
76752010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7678 Not a const.
7679 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7680 for the `gnu' messages.
7681 (compilation-set-skip-threshold): New command.
7682 (compilation-start): Use \' rather than $.
7683 (compilation-forget-errors): Use clrhash.
7684
73b4d51a
AM
76852010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7686
7687 * textmodes/ispell.el (ispell-valid-dictionary-list):
7688 Simplify logic.
7689
0f34aa77
MA
76902010-09-08 Michael Albinus <michael.albinus@gmx.de>
7691
7692 Migrate to Tramp 2.2. Rearrange load dependencies.
7693 (Bug#1529, Bug#5448, Bug#5705)
7694
7695 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7696 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7697 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7698
7699 * net/tramp.el (top): Remove all other tramp-* loads except
7700 tramp-compat.el. Remove all changes to tramp-unload-hook for
7701 other tramp-* packages. Rearrange defun order. Change calls of
7702 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7703 `tramp-compat-octal-to-decimal' to new function names.
7704 (tramp-terminal-type, tramp-initial-end-of-output)
7705 (tramp-methods, tramp-foreign-file-name-handler-alist)
7706 (tramp-tramp-file-p, tramp-completion-mode-p)
7707 (tramp-send-command-and-check, tramp-get-remote-path)
7708 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7709 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7710 (with-file-property, with-connection-property): Move to
7711 tramp-cache.el.
7712 (tramp-local-call-process, tramp-decimal-to-octal)
7713 (tramp-octal-to-decimal): Move to tramp-compat.el.
7714 (tramp-handle-shell-command): Do not require 'shell.
7715 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7716 symbols.
7717 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7718
7719 * net/tramp-cache.el (top): Require 'tramp. Add to
7720 `tramp-unload-hook'.
7721 (tramp-cache-data, tramp-get-file-property)
7722 (tramp-set-file-property, tramp-flush-file-property)
7723 (tramp-flush-directory-property, tramp-get-connection-property)
7724 (tramp-set-connection-property, tramp-flush-connection-property)
7725 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7726 cookie.
7727 (with-file-property, with-connection-property): New defuns, moved
7728 from tramp.el.
7729 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7730 macro.
7731
7732 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7733 (tramp-version): Set tramp-autoload cookie.
7734
7735 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7736 changes to tramp-unload-hook for other tramp-* packages. Add to
7737 `tramp-unload-hook'.
7738 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7739 (tramp-compat-call-process): New defuns, moved from tramp.el.
7740
7741 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7742 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7743 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7744 `tramp-compat-decimal-to-octal' to new function name.
7745 (tramp-fish-method): Make it a defconst.
7746 (tramp-fish-file-name-p): Make it a defsubst.
7747 (tramp-fish-method, tramp-fish-file-name-handler)
7748 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7749
7750 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7751 `tramp-foreign-file-name-handler-alist'. Add to
7752 `tramp-unload-hook'.
7753 (tramp-ftp-method): Make it a defconst.
7754 (tramp-ftp-file-name-p): Make it a defsubst.
7755 (tramp-ftp-method, tramp-ftp-file-name-handler)
7756 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7757
7758 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7759 `tramp-foreign-file-name-handler-alist'. Add to
7760 `tramp-unload-hook'. Change checks, whether package can be
7761 loaded.
7762 (tramp-gvfs-file-name-p): Make it a defsubst.
7763 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7764 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7765 (tramp-gvfs-handle-file-directory-p): New defun.
7766 (tramp-gvfs-file-name-handler-alist): Use it.
7767
7768 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7769 `tramp-foreign-file-name-handler-alist'. Add to
7770 `tramp-unload-hook'.
7771 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7772 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7773 defconst.
7774 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7775 (tramp-gw-open-connection): Set tramp-autoload cookie.
7776
7777 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7778 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7779 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7780 loaded.
7781 (tramp-imap-file-name-p): Make it a defsubst.
7782 (tramp-imap-method, tramp-imaps-method)
7783 (tramp-imap-file-name-handler)
7784 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7785
7786 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7787 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7788 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7789 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7790 function name.
7791 (tramp-smb-tunnel-method): Make it a defconst.
7792 (tramp-smb-file-name-p): Make it a defsubst.
7793 (tramp-smb-method, tramp-smb-file-name-handler)
7794 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7795
7796 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7797 (tramp-uuencode-region): Set tramp-autoload cookie.
7798
7799 * net/trampver.el (top) Add to `tramp-unload-hook'.
7800 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7801 cookie. Update release number.
7802
308e764f
AM
78032010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7804
7805 * textmodes/ispell.el (ispell-start-process): Make sure original
7806 arg list is properly initialized (Bug#6993, Bug#6994).
7807
10999305 78082010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7809
7810 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7811
7812 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7813 chars like - or ] (bug#6984).
7814 (rx-any-condense-range): Explode 2-char ranges.
7815
10999305
CY
78162010-09-06 Glenn Morris <rgm@gnu.org>
7817
7818 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7819
78202010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7821
7822 * textmodes/bibtex.el:
7823 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7824
f292afe5
LMI
78252010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7826
331b2b90 7827 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7828 since no callers use it.
7829 (imap-message-get): Ditto.
7830 (imap-message-put): Ditto.
7831 (imap-mailbox-map): Ditto.
7832 (imap-mailbox-put): Ditto.
7833 (imap-mailbox-get): Ditto.
a131b9b8 7834 (imap-mailbox-get): Revert last change for this function.
f292afe5 7835
dfe1285d
LMI
78362010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7837
331b2b90 7838 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7839 callers to use `imap-fetch' instead. According to the comments, this
7840 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7841 (imap-enable-exchange-bug-workaround): Remove.
7842 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7843
3ff31c90
LMI
78442010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7845
7846 * net/imap.el (imap-log): New convenience function used throughout
7847 instead of repeating the same code all over the place.
7848
dfe1285d 78492010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7850
7851 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7852 when mouse-drag-copy-region is non-nil (Bug#6956).
7853
93a596e1
CY
78542010-09-05 Chong Yidong <cyd@stupidchicken.com>
7855
8d76af4a
CY
7856 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7857 Improve regexps (Bug#6987).
7858 (dired-sort-toggle): Search more robustly for -t flag.
7859
93a596e1
CY
7860 * files.el (get-free-disk-space): Search more robustly for
7861 "available" column. Suggested by Ehud Karni
7862 <ehud@unix.mvs.co.il>.
7863
733946e7
JB
78642010-09-05 Juanma Barranquero <lekktu@gmail.com>
7865
7866 * international/uni-bidi.el:
7867 * international/uni-category.el:
7868 * international/uni-combining.el:
7869 * international/uni-decimal.el:
7870 * international/uni-mirrored.el:
7871 * international/uni-name.el: Regenerate.
7872
2e664aab
SM
78732010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7874
6aeafb34
SM
7875 * electric.el (electric-indent-post-self-insert-function):
7876 Don't reindent with a sloppy indentation function.
7877
2e664aab
SM
7878 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7879 border case in change-log-mode.
7880
13ef65a4
CY
78812010-09-04 Chong Yidong <cyd@stupidchicken.com>
7882
7883 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7884 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7885 Recognize leading tab in gcc-include regexp. Ignore names with
7886 leading "from" or "in" in gnu regexp (Bug#6937).
7887
5abf1556
SM
78882010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7889
6aeafb34 7890 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7891 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7892 (ispell-start-process): Avoid setq and simplify logic.
7893 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7894 (kill-buffer-hook): Don't use it globally with code that uses
7895 expand-file-name since that may call kill-buffer via
7896 code_conversion_restore.
7897
0be01d2c
CY
78982010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7899
7900 * emacs-lisp/package.el (package-directory-list): Only call
7901 file-name-nondirectory on a string.
7902
ebf662f4
CY
79032010-09-02 Chong Yidong <cyd@stupidchicken.com>
7904
5abf1556
SM
7905 * emacs-lisp/package.el (package--download-one-archive):
7906 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7907 (package-activate-1, package-mark-obsolete, define-package)
7908 (package-compute-transaction, package-list-maybe-add): Use push.
7909
e5eddfd1
SM
79102010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7911
89acf735
SM
7912 Use SMIE's blink-paren for octave-mode.
7913 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7914 Backslashes do not escape single-quotes, single-quotes do.
7915 (octave-block-else-regexp, octave-block-end-regexp)
7916 (octave-block-match-alist): Remove.
7917 (octave-smie-bnf-table): New var, with old content.
7918 (octave-smie-op-levels): Use it.
7919 (octave-smie-closer-alist): New var.
7920 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7921 (octave-blink-matching-block-open): Remove.
7922 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7923 (octave-electric-space): Let self-insert-command run expand-abbrev and
7924 blink parens.
7925
3b843809
SM
7926 * electric.el (electricity): New group.
7927 (electric-indent-chars): New var.
7928 (electric-indent-post-self-insert-function): New fun.
7929 (electric-indent-mode): New minor mode.
7930 (electric-pair-skip-self): New custom.
7931 (electric-pair-post-self-insert-function): New function.
7932 (electric-pair-mode): New minor mode.
7933
0da20854
SM
7934 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7935 calcAlg-blink-matching-open.
7936 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7937 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7938 Use the new blink-matching-check-function.
7939
a49e651e
SM
7940 Provide blink-matching support to SMIE.
7941 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7942 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7943 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7944
e5eddfd1
SM
7945 * simple.el (newline): Fix last change to properly remove itself from
7946 the hook.
7947
b13ebb5c
SM
79482010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * simple.el (newline): Eliminate optimization.
7951 Use post-self-insert-hook to set hard-newline and things before
7952 running post-self-insert-hook.
7953 (blink-matching-check-mismatch): New function.
7954 (blink-matching-check-function): New variable.
7955 (blink-matching-open): Use them.
7956 Skip back forward over prefix chars skipped by forward-sexp.
7957 Don't check if the parens are backslash escaped.
7958 (blink-paren-post-self-insert-function): Check backslash escaping here.
7959
e687c2cd
CY
79602010-09-02 Chong Yidong <cyd@stupidchicken.com>
7961
b13ebb5c
SM
7962 * emacs-lisp/package.el (package-menu-mode-map):
7963 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7964 (package-menu-mode): Set revert-buffer-function.
7965 (package-menu-revert): Doc fix.
7966
567efba9
AM
79672010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7968
7969 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7970 `default-directory' unless using Ispell per-directory personal
7971 dictionaries and not in a mini-buffer under XEmacs.
7972 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7973 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7974
6d7cc563
JD
79752010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7976
08d4877e
J
7977 * simple.el (kill-new): Call interprogram-cut-function with only
7978 one argument.
7979
45240125
JD
7980 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7981 Remove cut buffer from error message.
7982
7983 * term/x-win.el (x-select-text):
7984 * term/pc-win.el (x-selection-value):
7985 * term/ns-win.el (x-selection-value):
7986 * eshell/em-term.el:
7987 * w32-fns.el (x-get-selection-value):
7988 * mouse-sel.el (mouse-sel-set-selection-function):
7989 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7990
6d7cc563
JD
7991 * term/x-win.el: Update documentation for x-last-selected-text-*.
7992 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7993 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7994 (x-select-text): Remove argument PUSH, update documentation.
7995 Remove cut-buffer code.
6d7cc563 7996 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7997 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7998 Update documentation, remove cut-buffer code.
7999 Call x-selection-value-internal.
6d7cc563
JD
8000 (x-clipboard-yank): Call x-selection-value-internal.
8001 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8002
8003 * term/pc-win.el (x-last-selected-text):
8004 x-cut-buffer-or-selection-value renamed to x-selection-value
8005 (x-select-text): Remove argument PUSH, update documentation.
8006
8007 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8008 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 8009 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
8010 (x-select-text): Remove argument PUSH, update documentation.
8011
8012 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8013
8014 * w32-fns.el (x-last-selected-text):
8015 x-cut-buffer-or-selection-value renamed to x-selection-value.
8016 (x-cut-buffer-max): Remove.
8017 (x-select-text): Remove argument PUSH, update documentation.
8018
8019 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8020
8021 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8022
8023 * mouse-sel.el (mouse-sel-get-selection-function):
8024 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 8025 (x-select-text): Remove optional push.
6d7cc563 8026
4de81ee0
SM
80272010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8f4e9110
SM
8029 * simple.el (blink-paren-function): Move from C to here.
8030 (blink-paren-post-self-insert-function): New function.
8031 (post-self-insert-hook): Use it.
8032
4de81ee0
SM
8033 * emacs-lisp/pcase.el (pcase-split-memq):
8034 Fix overenthusiastic optimisation.
8035 (pcase-u1): Handle the case of a lambda pred.
8036
d419e1d9
KH
80372010-08-31 Kenichi Handa <handa@m17n.org>
8038
8039 * international/mule-cmds.el (standard-display-european-internal):
8040 Setup standard-display-table for 8-bit characters by storing 8-bit
8041 characters in the element vector.
8042
1e05f387
SM
8043 * disp-table.el (standard-display-8bit):
8044 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
8045 characters in the element vector.
8046 (standard-display-european): Likewise.
8047
61f7096c
CY
80482010-08-31 Masatake YAMATO <yamato@redhat.com>
8049
8050 * textmodes/nroff-mode.el (nroff-view): New command.
8051 (nroff-mode-map): Bind it to C-c C-c.
8052
ec5d3ff7
SM
80532010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8054
c8977b2e
SM
8055 * emacs-lisp/smie.el (smie-down-list): New command.
8056
ec5d3ff7
SM
8057 Remove old indentation and navigation code on octave-mode.
8058 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8059 smie-down-list rather than add a binding for octave-down-block.
8060 (octave-mark-block, octave-blink-matching-block-open):
8061 Rely on forward-sexp-function.
8062 (octave-fill-paragraph): Don't narrow, so you can use
8063 indent-according-to-mode.
8064 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8065 (octave-in-block-p, octave-re-search-forward-kw)
8066 (octave-re-search-backward-kw, octave-indent-calculate)
8067 (octave-end-as-array-index-p, octave-block-end-offset)
8068 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8069 (octave-down-block, octave-backward-up-block, octave-up-block)
8070 (octave-before-magic-comment-p, octave-indent-line): Remove.
8071
187d3296
CY
80722010-08-31 Chong Yidong <cyd@stupidchicken.com>
8073
8074 * emacs-lisp/package.el (package--read-archive-file): Just use
8075 `read', to avoid copying an additional string.
8076 (package-menu-mode): Set header-line-format here.
8077 (package-menu-refresh, package-menu-revert): Signal an error if
8078 not in the Package Menu.
8079 (package-menu-package-list): New var.
8080 (package--generate-package-list): Operate on the current buffer;
8081 don't assume that it is *Packages*, since the user may rename it.
8082 Allow persistent package listings and sort keys using
8083 package-menu-package-list and package-menu-package-sort-key.
8084 (package-menu--version-predicate): Fix version calculation.
8085 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
8086 (package--list-packages): Create the *Packages* buffer.
8087 Set package-menu-package-list-key.
187d3296
CY
8088 (list-packages): Sorting by status is now the default.
8089 (package-buffer-info): Use match-string-no-properties.
8090 (define-package): Add a &rest argument for future proofing, but
8091 don't use it yet.
8092 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
8093 Merge into a single function, package-install-from-buffer.
8094 (package-install-file): Change caller.
187d3296
CY
8095
8096 * finder.el: Load finder-inf using `require'.
8097 (finder-list-matches): Sorting by status is now the default.
8098 (finder-compile-keywords): Simpify printing.
8099
e17b68ed
SM
81002010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8103 (octave-mode-map): Remove special bindings for forward/backward-block
8104 and octave-backward-up-block. Use smie-close-block.
8105 (octave-continuation-marker-regexp): New var.
8106 (octave-continuation-regexp): Use it.
8107 (octave-operator-table, octave-smie-op-levels)
8108 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8109 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8110 (octave-mode): Use SMIE.
8111 (octave-close-block): Delete.
8112
42b6a73b
EZ
81132010-08-30 Eli Zaretskii <eliz@gnu.org>
8114
8115 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8116 CLIPBOARD, not in PRIMARY. (Bug#6944)
8117
f291fe60
SM
81182010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8119
ee992a8c
SM
8120 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8121 a list of parents.
8122 (smie-indent-column): Allow indirection through variables.
8123
d36b74ca
SM
8124 * composite.el (save-buffer-state): Delete, unused.
8125 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8126 (font-lock-default-fontify-region): Use with-syntax-table.
8127 * jit-lock.el (with-buffer-unmodified): Remove.
8128 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8129
f291fe60
SM
8130 Use `declare' in defmacros.
8131 * window.el (save-selected-window):
8132 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8133 * progmodes/python.el (def-python-skeleton):
8134 * net/dbus.el (dbus-ignore-errors):
8135 * jka-cmpr-hook.el (with-auto-compression-mode):
8136 * international/mule.el (with-category-table):
8137 * emacs-lisp/timer.el (with-timeout):
8138 * emacs-lisp/lisp-mnt.el (lm-with-file):
8139 * emacs-lisp/eieio.el (with-slots):
8140 * emacs-lisp/easymenu.el (easy-menu-define):
8141 * emacs-lisp/debug.el (debugger-env-macro):
8142 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8143 (Multiple-value-call, Multiple-value-prog1):
8144 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8145 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8146 edebug rule to definition.
8147 * emacs-lisp/lisp-mode.el (save-selected-window)
8148 (with-current-buffer, combine-after-change-calls)
8149 (with-output-to-string, with-temp-file, with-temp-buffer)
8150 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8151 (dolist, dotimes, when, unless):
8152 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8153
96ae4c8f
CY
81542010-08-29 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * finder.el: Require `package'.
8157 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8158 (finder-package-info): Var deleted.
8159 (finder-keywords-hash, finder--builtins-alist): New vars.
8160 (finder-compile-keywords): Compute package--builtins and
8161 finder-keywords-hash instead of finder-keywords-hash, respecting
8162 the "Package" header.
f291fe60
SM
8163 (finder-unknown-keywords, finder-list-matches):
8164 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
8165 (finder-mode): Don't set font-lock-defaults.
8166 (finder-exit): We don't use "*Finder-package*" and "*Finder
8167 Category*" buffers anymore.
8168
8169 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8170 (package--builtins): Set default value to nil.
8171 (package-initialize): Load precomputed value of package--builtins
8172 from finder-inf.el.
8173 (package-alist, package-compute-transaction)
8174 (package-download-transaction): Improve docstring.
8175 (package-read-all-archive-contents): Do not change
8176 package--builtins here.
8177 (list-packages): Make package-list-packages an alias for this.
8178 Sort by status by default.
8179 (package--list-packages): Add optional PACKAGES arg.
8180 (describe-package-1): Use font-lock-face property. For built-in
8181 packages, insert file commentary.
8182 (package--generate-package-list): Rename from
8183 package-list-packages-internal; all callers changed. Add optional
8184 PACKAGES arg. Add alphabetical sort fallbacks.
8185 (package-menu--version-predicate, package-menu--status-predicate)
8186 (package-menu--description-predicate)
8187 (package-menu--name-predicate): New functions.
8188
8189 * info.el (Info-finder-find-node): Search package-alist instead of
8190 finder-package-info.
8191
e2046ecf
CY
81922010-08-29 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8195 "alpha" and "beta".
8196 (version-to-list): Handle versions like "10.3d".
8197
6fe79b7c
SM
81982010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8201 (macroexp-accumulate): Use `declare'.
8202
1a868076
VJL
82032010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8204
8205 * whitespace.el (whitespace-style): Adjust type declaration.
8206
9e69cb05
KH
82072010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8208
8209 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8210
82112010-08-26 Chong Yidong <cyd@stupidchicken.com>
8212
8213 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8214 (Bug#6907).
8215
4142607e
NW
82162010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8217
8218 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8219 (js-paren-indent-offset, js-square-indent-offset)
8220 (js-curly-indent-offset): New options.
8221 (js--proper-indentation): Use them.
8222
88a36e60
DC
82232010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8224
8225 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8226 instead of inspecting font-lock properties (Bug#6916).
8227
38dbc4d8
DR
82282010-08-26 David Reitter <david.reitter@gmail.com>
8229
8230 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8231 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8232 (server-execute): Do not run hooks here.
8233
44ffae96
MA
82342010-08-26 Michael Albinus <michael.albinus@gmx.de>
8235
8236 Sync with Tramp 2.1.19.
8237
0dc3e410
MA
8238 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8239 deleting tmpfile.
8240 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8241
0dc3e410 8242 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8243 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8244 (tramp-completion-handle-file-name-completion):
8245 Use `tramp-connectable-p'.
20b8ac83 8246
44ffae96
MA
8247 * net/trampver.el: Update release number.
8248
cb6c4991
CY
82492010-08-26 Chong Yidong <cyd@stupidchicken.com>
8250
8251 * help.el (help-map): Bind `C-h P' to describe-package.
8252
8253 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8254
8255 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8256 when downloading archives.
8257 (describe-package-1): Add package commentary.
8258 (package-install-button-action): New function.
8259 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8260 (package-menu-view-commentary): Function removed.
8261 (package-list-packages-internal): Hide the `package' package too.
8262
b60f961f
KH
82632010-08-25 Kenichi Handa <handa@m17n.org>
8264
8265 * language/misc-lang.el ("Arabic"): New language environment.
8266 Setup composition-function-table for Arabic characters.
8267
8268 * international/fontset.el (setup-default-fontset): Fix typo for
8269 arabic OTF spec (fini->fina).
8270
a0c16be4
J
82712010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8272
8273 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8274 on all frames.
8275
85cc3d4f
VJL
82762010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8277
8278 * whitespace.el: Allow cleaning up blanks without blank
8279 visualization (Bug#6651). Adjust help window for
8280 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8281 instead of whitespace-line-column (from EmacsWiki). New version
8282 13.1.
88b5a757 8283 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8284 (whitespace-space, whitespace-hspace, whitespace-tab):
8285 Adjust foreground property face.
85cc3d4f
VJL
8286 (whitespace-line-column): Adjust docstring and type declaration.
8287 (whitespace-style-value-list, whitespace-toggle-option-alist)
8288 (whitespace-help-text): Adjust const initialization.
8289 (whitespace-toggle-options, global-whitespace-toggle-options):
8290 Adjust docstring.
8291 (whitespace-display-window, whitespace-interactive-char)
8292 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8293 (whitespace-help-scroll): New fun.
8294
cb8759ca
CY
82952010-08-24 Chong Yidong <cyd@stupidchicken.com>
8296
8297 * emacs-lisp/package.el (list-packages): Alias for
8298 package-list-packages.
8299
44a41a47
KR
83002010-08-24 Kevin Ryde <user42@zip.com.au>
8301
be7748e7
KR
8302 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8303 (Bug#5651).
8304
44a41a47
KR
8305 * progmodes/ruby-mode.el (ruby): Add defgroup.
8306
edfd00fa
CY
83072010-08-24 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * progmodes/python.el: Add Ipython support (Bug#5390).
8310 (python-shell-prompt-alist)
8311 (python-shell-continuation-prompt-alist): New options.
8312 (python--set-prompt-regexp): New function.
6a7662bb
BR
8313 (inferior-python-mode, run-python, python-shell):
8314 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8315 prompt based on the Python interpreter.
8316 (python--prompt-regexp): New var.
8317 (python-check-comint-prompt)
8318 (python-comint-output-filter-function): Use it.
8319 (run-python): Use a pipe (Bug#5694).
8320
83212010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8322
8323 * progmodes/python.el (python-send-region): Send a different
8324 Python command if Ipython is in use.
8325 (python-check-version): Use a Python command to find the version.
8326
1c409d0b
CY
83272010-08-24 Chong Yidong <cyd@stupidchicken.com>
8328
8329 * mouse.el (mouse-yank-primary): Avoid setting primary when
8330 deactivating the mark (Bug#6872).
8331
733946e7 83322010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8333
8334 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8335 with "else" (Bug#3991).
8336
e73f184c
MA
83372010-08-23 Michael Albinus <michael.albinus@gmx.de>
8338
8339 * net/dbus.el: Accept UNIX domain sockets as bus address.
8340 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8341 this is done in dbusbind.c.
e73f184c
MA
8342 (dbus-check-event): Adapt test for bus.
8343 (dbus-return-values-table, dbus-unregister-service)
8344 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8345 Adapt doc string.
8346
1a140747
JB
83472010-08-23 Juanma Barranquero <lekktu@gmail.com>
8348
8349 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8350
7133b7ee
JL
83512010-08-22 Juri Linkov <juri@jurta.org>
8352
8353 * simple.el (read-extended-command): New function with the logic
8354 for `completing-read' moved to Elisp from `execute-extended-command'.
8355 Use `function-called-at-point' in `minibuffer-default-add-function'
8356 to get a command name for M-n (bug#5364, bug#5214).
8357
198a7a97
CY
83582010-08-22 Chong Yidong <cyd@stupidchicken.com>
8359
8360 * startup.el (command-line-1): Issue warning for ignored arguments
8361 --unibyte, etc (Bug#6886).
8362
c00725d7
LL
83632010-08-22 Leo <sdl.web@gmail.com>
8364
8365 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8366 (ignore, bright, dim, keyword): Split list of nicknames before
8367 passing to rcirc-add-or-remove (Bug#6894).
8368
bc7d7ea6
CY
83692010-08-22 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8372
b0126eac 83732010-08-22 Leo <sdl.web@gmail.com>
e0143335 8374
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8375 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8376 * ido.el: Revert Óscar's.
e0143335
LL
8377 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8378 Remember the buffers at head, rather than their name.
76e3243a 8379 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8380
b0126eac 83812010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8382 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8385 extra backslash added to each line (bug#6890).
8386
b0126eac 83872010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8388
8389 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8390
b0126eac 83912010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8392
8393 * menu-bar.el (menu-bar-games-menu): Add landmark.
8394
b0126eac 83952010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8396
9130a2d6
GM
8397 * align.el (align-regexp): Make group and spacing arguments
8398 use the interactive defaults when non-interactive. (Bug#6698)
8399
fb89a654
GM
8400 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8401 expansion, so as not to need sendmail.
8402 (mail-text-start): Remove declaration.
8403 (rmail-retry-failure): Require sendmail.
8404
b0126eac 84052010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8406
8407 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8408
b0126eac 84092010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8410
186e86db
SM
8411 * progmodes/flymake.el (flymake-start-syntax-check-process):
8412 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8413
b0126eac 84142010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8415
8416 * files.el: Add `word-wrap' as safe local variable.
8417
b0126eac 84182010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8419
8420 * woman.el (woman-translate): Case matters. (Bug#6849)
8421
b0126eac 84222010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8423
8424 * simple.el (kill-region): Doc fix (Bug#6787).
8425
b0126eac 84262010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8427
8428 * calendar/diary-lib.el (diary-header-line-format):
8429 Fit it to the window, not the frame.
8430
b0126eac 84312010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8432
8433 * subr.el (ignore-errors): Add debug declaration.
8434
b0126eac 84352010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8436
8437 * whitespace.el (whitespace-color-off): Remove post-command-hook
8438 locally.
8439
537ffaf3
SM
84402010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8443
d64b8a68
CY
84442010-08-21 Chong Yidong <cyd@stupidchicken.com>
8445
8446 * cus-edit.el (custom-group-value-create): Add extra newline
8447 before end line (Bug#6876).
8448
d2625c3d
CY
84492010-08-21 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8452 when extending it. Before killing on the second click, check if
8453 the buffer is the correct one. Doc fix.
8454 (mouse-secondary-save-then-kill): Allow usage without first
8455 calling mouse-start-secondary, by defaulting to point. Don't save
8456 an empty secondary selection. Doc fix.
8457
80525855
VJL
84582010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8459
91bdeb66
VJL
8460 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8461 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8462 New version 13.0.
80525855
VJL
8463 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8464 Adjust initialization.
8465 (whitespace-bob-marker, whitespace-eob-marker)
8466 (whitespace-buffer-changed): New vars.
8467 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8468 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8469 (whitespace-post-command-hook, whitespace-display-char-on):
8470 Adjust code.
80525855 8471 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8472 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8473
4b9c0a49
SM
84742010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8475
118cf454
SM
8476 * files.el (locate-file-completion-table): Only list the .el and .elc
8477 extensions if there's no other choice (bug#5955).
8478
a2e5caf7
SM
8479 * facemenu.el (facemenu-self-insert-data): New var.
8480 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8481 New functions.
8482 (facemenu-add-face): Use them.
8483
4b9c0a49
SM
8484 * simple.el (blink-matching-open): Obey forward-sexp-function.
8485
0193499f
SM
84862010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8487
b2a15250
SM
8488 * simple.el (prog-mode-map): New var.
8489 (prog-indent-sexp): New command.
8490
b5ba2d6f
SM
8491 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8492
9acd1bdc
SM
8493 * progmodes/prolog.el (smie): Require.
8494
8723cfa4
SM
8495 * emacs-lisp/smie.el (smie-default-backward-token)
8496 (smie-default-forward-token): Strip properties.
8497 (smie-next-sexp): Be more careful with associative operators.
8498 (smie-forward-sexp-command): Generalize.
8499 (smie-backward-sexp-command): Simplify.
8500 (smie-closer-alist): New var.
8501 (smie-close-block): New command.
8502 (smie-indent-debug-log): New var.
8503 (smie-indent-offset-rule): Add a few more cases.
8504 (smie-indent-column): New function.
8505 (smie-indent-after-keyword): Use it.
8506 (smie-indent-keyword): Use it.
8507 Fix up the opener code's point position.
8508 (smie-indent-comment): Only applies at BOL.
8509 (smie-indent-debug): New command.
8510
0193499f
SM
8511 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8512 declarations that are useful before running the macro.
8513
0c9b8993
GM
85142010-08-18 Joakim Verona <joakim@verona.se>
8515
8516 * image.el (imagemagick-types-inhibit): New variable.
8517 (imagemagick-register-types): New function.
8518 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8519 (image-transform-set-scale, image-transform-fit-to-height)
8520 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8521 (image-transform-fit-to-width, image-transform-fit-to-height):
8522 New functions.
ccd80618
JV
8523 (image-toggle-display-image): Support image transforms.
8524
1075cd61
KY
85252010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8526
8527 * image.el (create-animated-image): Don't add heuristic mask to image
8528 (Bug#6839).
8529
64cb6c78
J
85302010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8531
0193499f
SM
8532 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8533 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8534
ff80a446
SM
85352010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8536
afa22f7c
SM
8537 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8538
ff80a446
SM
8539 Font-lock '...' strings, plus various simplifications and fixes.
8540 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8541 (octave-font-lock-close-quotes): New function.
8542 (octave-font-lock-syntactic-keywords): New var.
8543 (octave-mode): Use it. Set beginning-of-defun-function.
8544 (octave-mode-map): Don't override the <foo>-defun commands.
8545 (octave-mode-menu): Pass it directly to easy-menu-define;
8546 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8547 (octave-block-match-alist): Fix up last change so that
8548 octave-close-block uses the more specific keyword.
8549 (info-lookup-mode): Silence byte-compiler.
8550 (octave-beginning-of-defun): Not interactive any more.
8551 Optimize slightly.
8552 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8553 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8554 (octave-completion-at-point-function): Make sure point is within
8555 beg..end.
8556 (octave-reindent-then-newline-and-indent):
8557 Use reindent-then-newline-and-indent.
8558 (octave-add-octave-menu): Remove.
8559
2269b349
JD
85602010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8561
489cd5bd
JD
8562 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8563 (report-emacs-bug-can-use-xdg-email): New functions.
8564 (report-emacs-bug): Set can-xdg-email to result of
8565 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8566 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8567 about it.
30ebab6d 8568
a2fb159c
GM
8569 * net/browse-url.el (browse-url-default-browser): Add cond
8570 for browse-url-xdg-open.
8571 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8572
85732010-08-17 Glenn Morris <rgm@gnu.org>
8574
8575 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8576 (c-fontify-recorded-types-and-refs): Define for compiler.
8577 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8578 before use.
8579
8580 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8581 Fix format call.
8582
bb6aba9c
MA
85832010-08-17 Michael Albinus <michael.albinus@gmx.de>
8584
8585 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8586 properties.
8587 (tramp-handle-process-file): Call the program in a subshell, in
8588 order to preserve working directory.
8589 (tramp-action-password): Hide password prompt before next run.
8590 (tramp-process-actions): Widen connection buffer for the trace.
8591
8f10c937
DD
85922010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8593
8594 * net/rcirc.el (rcirc-log-process-buffers): New option.
8595 (rcirc-print): Use it.
8596 (rcirc-generate-log-filename): New function.
8597 (rcirc-log-filename-function): Change default to
8598 rcirc-generate-log-filename (Bug#6828).
8599
7c23dd44
CY
86002010-08-16 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * simple.el (deactivate-mark): If select-active-regions is `only',
8603 only set selection for temporarily active regions.
8604
8605 * cus-start.el: Change defcustom for select-active-regions.
8606
6d3e82d2
CY
86072010-08-15 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8610 (mouse-drag-track): Use LOCATION arg to push-mark.
8611 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8612 consideration when updating point and mark (Bug#6840).
8613
c68263b1
CY
86142010-08-15 Chong Yidong <cyd@stupidchicken.com>
8615
8616 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8617 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8618
456f369a
ŠN
86192010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8620
ff80a446
SM
8621 * font-lock.el (lisp-font-lock-keywords-2):
8622 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8623 with-demoted-errors, and with-silent-modifications (Bug#6025).
8624
c22e18f5
KR
86252010-08-14 Kevin Ryde <user42@zip.com.au>
8626
8627 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8628 (copyright-update): Temporary switch-to-buffer to ensure the
8629 buffer change being queried is visible (Bug#5394).
c22e18f5 8630
6f1a6faf
TT
86312010-08-14 Tom Tromey <tromey@redhat.com>
8632
8633 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8634 (Bug#6733).
8635
e7afcf30
EZ
86362010-08-14 Eli Zaretskii <eliz@gnu.org>
8637
8638 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8639 MS-DOS. (Bug#6689)
8640
2b4e6277
J
86412010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8642
8643 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8644 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8645 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8646 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8647 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8648 Call menu-bar-set-tool-bar-position.
2b4e6277 8649
dc94fc85
SM
86502010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8651
c5683ceb
SM
8652 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8653 comment style (bug#6834).
8654 * progmodes/scheme.el (scheme-mode-syntax-table):
8655 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8656 "b" flag in "' 14b" syntax.
8657
c82d5b11
SM
8658 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8659 for (un)commenting the region and performing completion.
8660 (octave-mode-menu): Use standard commands for help and completion.
8661 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8662 (octave-mode): Use define-derived-mode.
8663 Set completion-at-point-functions and don't set columns.
8664 Don't disable adaptive-fill-regexp.
8665 (octave-describe-major-mode, octave-comment-region)
8666 (octave-uncomment-region, octave-comment-indent)
8667 (octave-indent-for-comment): Remove.
8668 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8669 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8670 (octave-initialize-completions): No need to make an alist.
8671 (octave-completion-at-point-function): New function.
8672 (octave-complete-symbol): Use it.
8673 (octave-insert-defun): Use define-skeleton.
8674
8675 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8676 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8677
abec5126 86782010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8679
8680 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8681 indentation of inserted comment.
8682
3a46642b
J
86832010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8684
8685 * faces.el (region): Add type gtk that uses gtk colors.
8686
8687 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8688 Handle theme-name change.
8689
3bd2cfef
MM
86902010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8691
8692 * progmodes/sql.el: Version 2.5
8693 (sql-product-alist): Add :prompt-cont-regexp property for several
8694 database products.
8695 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8696 (sql-output-newline-count, sql-output-by-send):
8697 New variables. Record number of newlines in input text.
3bd2cfef
MM
8698 (sql-send-string): Handle multiple filters and count newlines.
8699 (sql-send-magic-terminator): Count terminator newline.
8700 (sql-interactive-remove-continuation-prompt): Filters output to
8701 remove continuation prompts; one for each newline.
8702 (sql-interactive-mode): Set up new variables, prompt regexp and
8703 output filter.
8704 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8705 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8706
d02c9bcd
SM
87072010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8708
8709 * emacs-lisp/pcase.el: New file.
8710
80ca4f1e
MA
87112010-08-10 Michael Albinus <michael.albinus@gmx.de>
8712
8713 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8714 as here-document, otherwise the command could exceed maximum
8715 length of command line.
d02c9bcd
SM
8716 (tramp-handle-vc-registered): Call script accordingly.
8717 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8718
2948599b
KH
87192010-08-10 Kenichi Handa <handa@m17n.org>
8720
8721 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8722 composable pattern.
8723
148cef8e
CY
87242010-08-09 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * emacs-lisp/package.el (package-version-split)
8727 (package--version-first-nonzero, package-version-compare):
8728 Functions removed.
8729 (package-directory-list, package-load-all-descriptors)
8730 (package--built-in, package-activate, define-package)
8731 (package-installed-p, package-compute-transaction)
8732 (package-read-all-archive-contents)
8733 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8734 (package-tar-file-info, package-list-packages-internal):
8735 Use version-to-list and version-list-*.
148cef8e 8736
d02c9bcd
SM
8737 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8738 Use version-to-list.
148cef8e
CY
8739 (package-upload-buffer-internal): Use version-list-<=.
8740
82a9ce0f
KH
87412010-08-09 Kenichi Handa <handa@m17n.org>
8742
231e5e5f 8743 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8744 composable pattern.
8745
7adf5fdc
CY
87462010-08-08 Chong Yidong <cyd@stupidchicken.com>
8747
fc560445
CY
8748 * tutorial.el (tutorial--default-keys): C-d is now bound to
8749 delete-forward-char (Bug#6826).
8750
7adf5fdc
CY
8751 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8752 for `double' value of mouse-1-click-follows-link (Bug#6807).
8753
e54a1075
JB
87542010-08-08 Johan Bockgård <bojohan@gnu.org>
8755
8756 * replace.el (replace-highlight): Bind isearch-forward and
8757 isearch-error, ensuring that highlighting is updated if the user
8758 switches the search direction (Bug#6808).
8759
8760 * isearch.el (isearch-lazy-highlight-forward): New var.
8761 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8762 (isearch-lazy-highlight-update): Use it.
8763
7815fe19 87642010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8765
8d9e03e4
JB
8766 * international/mule.el (define-charset): Store NAME as :base property.
8767 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8768 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8769 current priority. Force using the designation of the specific
8d9e03e4 8770 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8771
7815fe19 87722010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8773
8774 * emulation/pc-select.el (pc-selection-mode-hook)
8775 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8776 (pc-selection-mode): Fix typos in docstrings.
8777
7815fe19 87782010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8779
8780 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8781 ctext-non-standard-encodings-alist here.
8782
8d9e03e4
JB
8783 * international/mule.el (ctext-non-standard-encodings-alist):
8784 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8785 (ctext-standard-encodings): New variable.
8786 (ctext-non-standard-encodings-table): List only elements for
8787 non-standard encodings.
186e86db 8788 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8789 Check ctext-standard-encodings.
8790
8791 * international/mule-conf.el (compound-text): Doc fix.
8792 (ctext-no-compositions): Doc fix.
8793 (compound-text-with-extensions): Doc fix.
8794
7815fe19 87952010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8796
8797 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8798
8d9e03e4 87992010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8800
9ebc731b
JB
8801 * progmodes/which-func.el (which-func-format): Split help-echo text
8802 into lines, like other mode-line tooltips.
8803
d5b8058f
JB
8804 * server.el (server-start): When using TCP sockets, force IPv4
8805 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8806
8d9e03e4 88072010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8808
8809 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8810
8d9e03e4 88112010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8812
8813 * term.el (term-delimiter-argument-list): Reflow docstring.
8814 (term-read-input-ring, term-write-input-ring, term-send-input)
8815 (term-bol, term-erase-in-display, serial-supported-or-barf):
8816 Fix typos in docstrings.
8817
8d9e03e4 88182010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8819
8820 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8821
8d9e03e4 88222010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8823
8824 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8825
8d9e03e4 88262010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8827
8828 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8829 Fix typo in docstring (bug#6747).
8830
7815fe19 88312010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8832
8833 * eshell/esh-io.el (eshell-get-target): Better detection of
8834 read-only file (Bug#6762).
8835
7815fe19 88362010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8837
8838 * align.el (align-default-spacing): Doc fix.
8839 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8840
733946e7 88412010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8842
490b89ac 8843 * calendar/icalendar.el
93acd23d
JB
8844 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8845 (icalendar--get-weekday-numbers): New.
81ee9410 8846 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8847 values in weekly rules. (Bug#6766)
81ee9410 8848
490b89ac
UJ
88492010-08-08 Ulf Jasper <ulf.jasper@web.de>
8850
8851 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8852 (icalendar--create-uid, icalendar-export-region)
8853 (icalendar--parse-summary-and-rest): Code formatting.
8854
2c695727
JB
88552010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8856
01c35094 8857 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8858 to italicize headers.
8859 (calc-highlight-selections-with-faces): New variable.
8860 (calc-selected-face, calc-nonselected-face): New faces.
8861
8862 * calc/calccomp.el (math-comp-highlight-string): Use
8863 `calc-highlight-selections-with-faces' to determine how to highlight
8864 sub-formulas.
8865
8866 * calc/calc-sel.el (calc-show-selections): Change message to when
8867 using faces to highlight selections.
8868
b93d4f22
MM
88692010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8870
8d9e03e4
JB
8871 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8872 Add SQLite 3 keywords, functions and datatypes.
8873 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8874 (Bug#6686).
8875
9852377f
CY
88762010-08-07 Chong Yidong <cyd@stupidchicken.com>
8877
8878 * simple.el (select-active-regions): Move to keyboard.c.
8879 (deactivate-mark): Used saved-region-selection.
8880 (select-active-region): Function removed.
8881 (activate-mark, set-mark, push-mark-command)
8882 (handle-shift-selection): Don't call it.
8883 (keyboard-quit): Avoid adding the region to the window selection.
8884
8885 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8886 select-active-regions implementation.
8887 (mouse-yank-at-click): Doc fix.
8888
8889 * cus-start.el: Add custom declaration for select-active-regions.
8890
822775bf
EZ
88912010-08-07 Eli Zaretskii <eliz@gnu.org>
8892
4c5130d6
EZ
8893 * simple.el (delete-forward-char): Doc fix.
8894
822775bf
EZ
8895 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8896 after reading the tutorial.
8897
bd4c5e3e
AM
88982010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8899
6a7662bb
BR
8900 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8901 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8902 their respective lines. (Bug#193)
bd4c5e3e 8903
d00fa9b6
MA
89042010-08-06 Michael Albinus <michael.albinus@gmx.de>
8905
8d9e03e4 8906 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8907 property "vec".
6a7662bb
BR
8908 (tramp-process-sentinel): Use it for flushing the cache.
8909 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8910 already when running the sentinel.
8911
89122010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8913
8914 * comint.el (comint-mode): Make directory tracking functions
8915 functional on remote files. (Bug#6764)
8916
b3d42406
DN
89172010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8918
8919 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8920
29cf3e20
EZ
89212010-08-05 Eli Zaretskii <eliz@gnu.org>
8922
6a7662bb
BR
8923 * emacs-lisp/find-gc.el (find-gc-source-files):
8924 Rename unexec.c => unexcoff.c.
29cf3e20 8925
6a7662bb
BR
8926 * emacs-lisp/authors.el (authors-fixed-entries):
8927 Rename unexec.c => unexcoff.c.
29cf3e20 8928
39e1bf0b
MA
89292010-08-05 Michael Albinus <michael.albinus@gmx.de>
8930
8931 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8932 cache, not only file cache.
8933 (tramp-process-sentinel): New defun.
8934 (tramp-handle-start-file-process): Use it, in order to invalidate
8935 file caches.
8936
9f982e22
LL
89372010-08-03 Leo <sdl.web@gmail.com>
8938
8939 * server.el (server-start): Simplify loop.
8940
0798a8d8
SM
89412010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8942
548c5c47
SM
8943 * frame.el (screen-height, screen-width, set-screen-width)
8944 (set-screen-height): Remove ancient compatibility aliases.
8945
3311d1c2
SM
8946 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8947 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8948
0798a8d8
SM
8949 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8950 that change current buffer.
8951
26ee77a6
YM
89522010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8953
8954 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8955 beginning of the string. Use `string-match-p'. (Bug#6765)
8956
aa1859f5
J
89572010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8958
8959 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8960
376c2b6b
CY
89612010-08-01 Chong Yidong <cyd@stupidchicken.com>
8962
0798a8d8 8963 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8964 (package--builtins): Tweak descriptions.
0798a8d8
SM
8965 (package-print-package): Upcase descriptions if necessary.
8966 Show all built-in packages in font-lock-builtin-face.
8967 (package-list-packages-internal): Omit "emacs" package.
8968 Show status of built-in packages as "built-in".
376c2b6b 8969
16041401
CY
89702010-07-31 Chong Yidong <cyd@stupidchicken.com>
8971
8972 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8973 before killing to preserve the primary selection (Bug#6701).
8974
8975 * term/x-win.el (x-select-text): Doc fix.
8976
0798a8d8
SM
89772010-07-31 Nathaniel Flath <flat0103@gmail.com>
8978
452ea855
AM
8979 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8980 (objc-font-lock-extra-types):
452ea855 8981 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8982 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8983 (c++-make-template-syntax-table)
8984 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8985 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8986 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8987 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8988 * progmodes/cc-fonts.el (c-make-inverse-face)
8989 (c-basic-matchers-after):
452ea855
AM
8990 * progmodes/cc-engine.el (c-forward-keyword-clause)
8991 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8992 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8993 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8994 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8995 The above functions were modified or created.
452ea855 8996
37766706
J
89972010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8998
0798a8d8 8999 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 9000
cd83d522
EZ
90012010-07-31 Eli Zaretskii <eliz@gnu.org>
9002
9003 * files.el (bidi-paragraph-direction): Define safe local values.
9004
9005 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9006 language-info-alist. Remove outdated FIXME in a comment.
9007
28e5cf7c
AM
90082010-07-31 Alan Mackenzie <acm@muc.de>
9009
9010 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9011 Auto-fill broken in C/C++ modes.
9012
bfeabdc3
JD
90132010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9014
9015 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9016 (menu-bar-showhide-tool-bar-menu-customize-disable)
9017 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
9018 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9019 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
9020 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9021 make a menu for Options => toolbar that can move it.
9022
063e5294
CY
90232010-07-29 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * emacs-lisp/package-x.el (package--make-rss-entry):
9026 (package-maint-add-news-item, package--update-news)
9027 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9028
9029 * emacs-lisp/package.el (package-archive-url): Rename from
9030 package-archive-id.
9031 (package-install): Doc fix.
9032 (package-download-single, package-download-tar, package-install)
9033 (package-menu-view-commentary): Callers changed.
9034
683cc385
MA
90352010-07-29 Michael Albinus <michael.albinus@gmx.de>
9036
9037 * net/tramp.el (tramp-handle-start-file-process): Check only for
9038 `remote-tty' process property.
9039 (tramp-open-shell): Don't check for tty.
9040 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9041 process property.
9042
9043 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9044 host.
9045
bc44bef7
PH
90462010-07-28 Chong Yidong <cyd@stupidchicken.com>
9047
9048 * emacs-lisp/package.el (package-load-list, package-archives)
9049 (package-archive-contents, package-user-dir)
9050 (package-directory-list, package--builtins, package-alist)
9051 (package-activated-list, package-obsolete-alist): Mark as risky.
9052
90532010-07-28 Phil Hagelberg <phil@evri.com>
9054
9055 Add support for non-default package repositories.
9056 * emacs-lisp/package.el (package-archive-base): Var deleted.
9057 (package-archives): New variable.
9058 (package-archive-contents): Doc fix.
0798a8d8 9059 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
9060 (package--write-file-no-coding): New function.
9061 (package-unpack-single): Use it.
9062 (package-archive-id): New function.
9063 (package-download-single, package-download-tar)
9064 (package-menu-view-commentary): Use it.
9065 (package-installed-p): Make second argument optional.
9066 (package-read-all-archive-contents): New function.
9067 (package-initialize): Use it.
9068 (package-read-archive-contents): Add ARCHIVE argument.
9069 (package--add-to-archive-contents): New function.
9070 (package-install): Don't call package-read-archive-contents.
9071 (package--download-one-archive): Store archive file in a
9072 subdirectory of package-user-dir.
9073 (package-menu-execute): Remove spurious line movement.
9074
8a52f00a
JD
90752010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9076
9077 * cus-start.el (tool-bar-style): Add text-image-horiz.
9078
b21d3ceb
MA
90792010-07-28 Michael Albinus <michael.albinus@gmx.de>
9080
9081 * progmodes/gud.el (gud-common-init): Check for remoteness of
9082 `file', and not of `default-directory'.
9083
8fbcce2d
MA
90842010-07-28 Michael Albinus <michael.albinus@gmx.de>
9085
9086 * net/tramp.el (tramp-methods): Move hostname to the end in all
9087 ssh `tramp-login-args'.
9088 (tramp-verbose): Describe verbose level 9.
9089 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9090 (tramp-open-connection-setup-interactive-shell): Trace stty
9091 settings if `tramp-verbose' >= 9.
9092 (tramp-handle-start-file-process): Implement tty setting.
9093 (Bug#4604, Bug#6360)
9094
9095 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9096 `tramp-verbose' to 9.
9097
128440c9
AH
90982010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9099
9100 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9101 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9102 Remove references to package `lisp-re' (bug#4369).
9103
ae0c2494
TT
91042010-07-27 Tom Tromey <tromey@redhat.com>
9105
9106 * progmodes/js.el (js-mode):
9107 * progmodes/make-mode.el (makefile-mode):
9108 * progmodes/simula.el (simula-mode):
9109 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9110
0ed082fe 91112010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
9112
9113 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9114
7c7c04c0
JB
9115 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9116 (display-time-world-buffer-name, display-time-world-mode-map):
9117 Fix typos in docstrings.
9118
0ed082fe 91192010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
9120
9121 * image-mode.el (image-display-size): New function.
9122 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9123 (image-mode-fit-frame): Use it (Bug#6639).
9124
0ed082fe 91252010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
9126
9127 * dired.el (dired-buffers-for-dir): Handle list values of
9128 dired-directory (Bug#6636).
9129
aa2d4bd3
SS
91302010-07-26 Sam Steingold <sds@gnu.org>
9131
9132 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9133 Do not call `x-get-selection' the second time, reuse the value.
9134
78b84da3
DU
91352010-07-26 Daiki Ueno <ueno@unixuser.org>
9136
9137 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 9138 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 9139
4f195cf7
DU
91402010-07-25 Daiki Ueno <ueno@unixuser.org>
9141
9142 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9143 exists before passing an error to find-file-not-found-functions
9144 (bug#6723).
9145
195e19e4
LH
91462010-07-23 Lukas Huonker <l.huonker@gmail.com>
9147
9148 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9149 Remove leading nil element, adjust values.
9150 (tetris-shapes, tetris-shape-scores):
9151 Change representation of shapes and remove some redundancy.
9152 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9153 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9154 Adjust for working with new representation of shapes.
9155 (tetris-shape-rotations): New function.
9156 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9157 (tetris-rotate-prev, tetris-rotate-next):
9158 Adjust for working with the new version of tetris-test-shape.
9159
9cf2db99
MT
91602010-07-23 Markus Triska <markus.triska@gmx.at>
9161
9162 * progmodes/ps-mode.el: Use comint (bug#5954).
9163 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9164 (ps-mode-other-newline): Simplify.
9165 (ps-run-mode): Derive from comint-mode instead of
9166 fundamental-mode, yielding input history etc.
9167 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9168 (ps-run-send-string): Adapt for comint-mode.
9169 (ps-run-newline): Remove now unneeded function.
9170
225d5e9e
MA
91712010-07-23 Michael Albinus <michael.albinus@gmx.de>
9172
9173 * net/tramp.el (tramp-methods): Move hostname to the end in all
9174 plink `tramp-login-args'.
9175
84bc68f2
MA
91762010-07-23 Michael Albinus <michael.albinus@gmx.de>
9177
9178 * net/tramp.el (tramp-open-shell): New defun.
9179 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9180 Use it.
9181
1eb5ca1c
MA
91822010-07-23 Michael Albinus <michael.albinus@gmx.de>
9183
9184 * net/tramp.el (tramp-file-name-regexp-unified)
9185 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9186 not regard the volume letter as remote filename. (Bug#5447)
9187
440735a7
JB
91882010-07-23 Juanma Barranquero <lekktu@gmail.com>
9189
9190 * custom.el (custom-declare-variable): Give a clearer error message
9191 when the docstring is missing (bug#6476).
9192
5474c40f
MM
91932010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9194
9195 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9196 (sql-login-params): New widget definition.
9197 (sql-oracle-login-params, sql-mysql-login-params)
9198 (sql-solid-login-params, sql-sybase-login-params)
9199 (sql-informix-login-params, sql-ingres-login-params)
9200 (sql-ms-login-params, sql-postgres-login-params)
9201 (sql-interbase-login-params, sql-db2-login-params)
9202 (sql-linter-login-params): Use it.
9203 (sql-sqlite-login-params): Use it; Define "database" parameter as
9204 a file name.
c4cc8b9a 9205 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9206 (sql-comint-sqlite): Make sure database name is complete.
9207 (sql-for-each-login): New function.
9208 (sql-connect, sql-save-connection): Use it.
9209 (sql-get-login-ext): New function.
9210 (sql-get-login): Use it.
9211 (sql-make-alternate-buffer-name): Handle :file parameters.
9212
9c0deccb
JB
92132010-07-22 Juanma Barranquero <lekktu@gmail.com>
9214
9215 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9216 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9217
aac818a8
TL
92182010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9219
9220 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9221
47d2734f
LM
92222010-07-22 Lawrence Mitchell <wence@gmx.li>
9223
9224 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9225
10e73994
MA
92262010-07-21 Michael Albinus <michael.albinus@gmx.de>
9227
9228 * net/tramp.el (tramp-get-ls-command)
9229 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9230 instead of "/".
9231
d26b0ea9
MM
92322010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9233
9234 * progmodes/sql.el: Version 2.3.
f49d1f52 9235 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9236 enhanced the widget definition.
88b5a757
DD
9237 (sql-mode-menu): Add submenu to select connections.
9238 (sql-interactive-mode-menu): Add "Save Connection" item.
9239 (sql-add-product): Fix menu item.
d26b0ea9 9240 (sql-get-product-feature): Improved error handling.
5f9d345c 9241 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9242 (sql-make-alternate-buffer-name): Simplified.
9243 (sql-product-interactive): Handle missing product.
9244 (sql-connect): Support string keys, minor improvements.
9245 (sql-save-connection): New function.
9246 (sql-connection-menu-filter): New function.
9247
af4b9ae5
MA
92482010-07-20 Michael Albinus <michael.albinus@gmx.de>
9249
9250 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9251 (tramp-open-connection-setup-interactive-shell):
9252 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9253 `tramp-send-command' where it belongs to.
9254
da040a16
MA
92552010-07-20 Michael Albinus <michael.albinus@gmx.de>
9256
9257 * net/tramp.el (tramp-perl-file-attributes)
9258 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9259 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9260 front of `login-args'.
9261
16f3ade5
JB
92622010-07-19 Juanma Barranquero <lekktu@gmail.com>
9263
9264 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9265 Set `show-trailing-whitespace' to nil.
9266 (display-time-world-display): Simplify.
9267
00af0b67
AM
92682010-07-18 Alan Mackenzie <acm@muc.de>
9269
9270 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9271 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9272 (c-before-hack-hook): Call `c-set-style' differently according to
9273 whether c-file-style was set in file or directory local
9274 variables.
9275
30c4d8dc
MM
92762010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9277
9278 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9279 (sql-product, sql-user, sql-database, sql-server, sql-port):
9280 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9281 property.
9282 (sql-password): Use defcustom :risky keyword rather than putting
9283 risky-local-variable property.
9284 (sql-oracle-login-params, sql-sqlite-login-params)
9285 (sql-solid-login-params, sql-sybase-login-params)
9286 (sql-informix-login-params, sql-ingres-login-params)
9287 (sql-ms-login-params, sql-postgres-login-params)
9288 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9289 (sql-linter-login-params): Add `port' option.
88b5a757 9290 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9291 (sql-comint-oracle, sql-comint-sybase)
9292 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9293 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9294 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9295 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9296 sql-comint-*.
88b5a757 9297 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9298 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9299 (sql-connection): New variable.
30c4d8dc
MM
9300 (sql-interactive-mode): Set it.
9301 (sql-connection-alist): New variable.
9302 (sql-connect): New function.
9303 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9304 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9305
f12492c8
TV
93062010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9307
9308 * image-mode.el (image-bookmark-make-record): Do not set context
9309 in an image (Bug#6650).
9310
91023c68
CY
93112010-07-17 Chong Yidong <cyd@stupidchicken.com>
9312
9313 * simple.el (select-active-region): New function.
9314 (push-mark-command, set-mark, activate-mark)
9315 (handle-shift-selection): Use it.
9316 (deactivate-mark): Don't check for size of region.
9317
9318 * mouse.el (mouse-drag-track): Use select-active-region.
9319
1c0e8f0e
MA
93202010-07-17 Michael Albinus <michael.albinus@gmx.de>
9321
9322 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9323 "--dired" stronger.
9324
2490cbbc
CY
93252010-07-17 Chong Yidong <cyd@stupidchicken.com>
9326
9327 * term/x-win.el (x-select-enable-primary): Change default to nil.
9328 (x-select-enable-clipboard): Add :version keyword.
9329
9330 * mouse.el (mouse-drag-copy-region):
9331 * simple.el (select-active-regions): Likewise.
9332
f253ef6a
RS
93332010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9334
a628ad9d 9335 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9336 (vc-coding-system-for-diff): Use it to decide whether to inherit
9337 from the file the EOL format for reading the diffs of that file.
9338 (Bug#4451)
9339
134a027f
EZ
93402010-07-16 Eli Zaretskii <eliz@gnu.org>
9341
9342 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9343 unibyte, so compressed attachments are not compressed again.
9344
7e4289ad
MA
93452010-07-16 Michael Albinus <michael.albinus@gmx.de>
9346
9347 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9348 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9349 (tramp-find-shell): Simplify setting connection property.
9350 (tramp-get-ls-command): Make test for "--color=never" stronger.
9351
7473fff9 93522010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9353
9354 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9355 blocks within record declarations (i.e. variant parts) correctly.
9356
a11b38ee
SS
93572010-07-15 Simon South <ssouth@member.fsf.org>
9358
9359 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9360 over literal tokens when parsing so newlines aren't "absorbed" by
9361 single-line comments. Corrects the indentation of case blocks
9362 that have a comment on the first line.
9363
077e0753
KF
93642010-07-14 Karl Fogel <kfogel@red-bean.com>
9365
9366 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9367 by Drew Adams (Bug#5504).
9368
243881ed
J
93692010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9370
9371 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9372 now that Unicode is used (Bug#6594).
243881ed 9373
f9d71b42
CY
93742010-07-14 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * term/x-win.el (x-select-enable-clipboard): Default to t.
9377 (x-initialize-window-system): Don't overwrite Paste menu item.
9378
9379 * simple.el (select-active-regions): Default to t.
9380 (push-mark-command): Don't overwrite primary with empty string.
9381
9382 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9383 (mouse-drag-copy-region): Default to nil.
9384
9385 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9386 Cut/Copy/Paste menu bar items.
9387
a628ad9d 93882010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9389
9390 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9391 Patch applied by Karl Fogel.
9392
9393 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9394 and `bookmark-current-buffer' if they have been already set in
9395 another buffer (e.g gnus-art).
9396
e44fa724 93972010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9398 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9399
9400 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9401
9402 * bookmark.el (bookmark-make-record-default): Allow unneeded
9403 information to be omitted from the record.
9404
9405 Adjust declarations and calls:
9406
9407 * info.el (bookmark-make-record-default): Adjust declaration.
9408 (Info-bookmark-make-record): Adjust call.
9409
9410 * woman.el (bookmark-make-record-default): Adjust declaration.
9411 (woman-bookmark-make-record): Adjust call.
9412
9413 * man.el (bookmark-make-record-default): Adjust declaration.
9414 (Man-bookmark-make-record): Adjust call.
9415
9416 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9417
9418 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9419
0c4371fe
KF
94202010-07-13 Karl Fogel <kfogel@red-bean.com>
9421
9422 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9423 This is also from Thierry Volpiatto's patch in bug #6444. However,
9424 because it was extraneous to the functional change in that patch,
9425 and causes a re-indendation, I am committing it separately.
9426
2bb8db3e 94272010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9428
9429 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9430 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9431 Patch applied by Karl Fogel (Bug#6444).
068a0233 9432
21bd02a6
CY
94332010-07-13 Chong Yidong <cyd@stupidchicken.com>
9434
9435 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9436
79cb9c05
AR
94372010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9438
9439 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9440 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9441 (ns-alternatives-map): Change S-tab binding to backtab
9442 (bug#6616).
9443
9444 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9445 under ns.
9446
beb000f9
AS
94472010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9448
dd86ea11
JB
9449 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9450 (Bug#5806)
e9952282 9451
beb000f9
AS
9452 * language/tv-util.el (tai-viet-re): Remove format.
9453
6f2cdcd1
KH
94542010-07-12 Kenichi Handa <handa@m17n.org>
9455
dd86ea11
JB
9456 * language/hebrew.el: Remove no-byte-compile declaration.
9457 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9458 composition-function-table for 3-character looking back.
9459 (hebrew-font-get-precomposed): New function.
9460 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9461
f479ef6e
CY
94622010-07-11 Chong Yidong <cyd@stupidchicken.com>
9463
9464 * mouse.el (mouse-drag-track): Handle select-active-regions
9465 (Bug#6612).
9466
3277c1ee
MA
94672010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9468
9469 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9470 empty argument to gvfs-copy.
9471
3260caf8
GM
94722010-07-10 Glenn Morris <rgm@gnu.org>
9473
9474 * calendar/calendar.el (calendar-week-end-day): New function.
9475 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9476 Respect calendar-week-start-day. (Bug#6606)
9477 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9478 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9479 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9480 respect calendar-week-start-day.
9481
c876b263
CY
94822010-07-10 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * simple.el (use-region-p): Doc fix (Bug#6607).
9485
dce34635
AG
94862010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9487
6a7662bb
BR
9488 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9489 Add regexps for cucumber and ruby.
dce34635 9490
c0397930
DU
94912010-07-08 Daiki Ueno <ueno@unixuser.org>
9492
9493 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9494 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9495 find-file from opening empty buffer when decryption failed
c0397930
DU
9496 (bug#6568).
9497
fd5539c6
AM
94982010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9499
a628ad9d
JB
9500 * textmodes/ispell.el (ispell-alternate-dictionary):
9501 Use file-readable-p.
fd5539c6
AM
9502 Return nil if no word-list is found at default locations.
9503 (ispell-complete-word-dict): Default to nil.
9504 (ispell-command-loop): Use 'word-list' when using lookup-words.
9505 (lookup-words): Use ispell-complete-word-dict or
9506 ispell-alternate-dictionary. Check for word-list availability
9507 and handle errors if needed with better messages (Bug#6539).
9508 (ispell-complete-word): Use ispell-complete-word-dict or
9509 ispell-alternate-dictionary.
9510
4565b08e
CS
95112010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9512
9513 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9514 builtins (BufferError, BytesWarning, WindowsError; callables
9515 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9516
a2c270e7
GM
95172010-07-07 Glenn Morris <rgm@gnu.org>
9518
9519 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9520 (zone-shift-left): Ignore intangibility, and any errors from
9521 forward-char.
9522 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9523 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9524 deleting, and copying text properties.
9525 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9526 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9527 to point-max is hard.
9528 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9529 (zone-fill-out-screen): Ignore intangibility.
9530
81133808
CY
95312010-07-05 Chong Yidong <cyd@stupidchicken.com>
9532
4ad11f8c
CY
9533 * menu-bar.el (menu-bar-mode):
9534 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9535 if it has been set.
9536
81133808
CY
9537 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9538 word/line selection (Bug#6565).
9539
b24344ca
JB
95402010-07-04 Juanma Barranquero <lekktu@gmail.com>
9541
9542 * net/dbus.el (dbus-send-signal): Declare function.
9543
b1ce08da
MA
95442010-07-04 Michael Albinus <michael.albinus@gmx.de>
9545
9546 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9547 (dbus-register-property): New optional argument EMITS-SIGNAL.
9548 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9549
5592c08f
CY
95502010-07-03 Chong Yidong <cyd@stupidchicken.com>
9551
9552 * mouse.el (mouse-drag-overlay): Variable deleted.
9553 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9554 (mouse--remap-link-click-p): New function.
9555 (mouse-drag-track): Handle dragging by using temporary Transient
9556 Mark mode, instead of a special overlay.
9557 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9558 mouse-show-mark.
9559
9560 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9561 deleted.
9562
a6ed0e28
JL
95632010-07-02 Juri Linkov <juri@jurta.org>
9564
9565 * autoinsert.el (auto-insert-alist): Fix readability
9566 by using dotted pair notation for lambda.
9567
c91e692b
JL
95682010-07-02 Juri Linkov <juri@jurta.org>
9569
9570 * faces.el (read-face-name): Rename arg `string-describing-default'
9571 to `default'. Doc fix. Display the default value in quotes
9572 in the prompt. With empty input, return the `default' arg,
9573 unless the default value is a string (in which case return nil).
9574 (describe-face): Replace the string `default' arg of `read-face-name'
9575 with the symbol `default'.
9576
23640f8f
CY
95772010-07-02 Chong Yidong <cyd@stupidchicken.com>
9578
9579 * emulation/viper-cmd.el (viper-delete-backward-char)
9580 (viper-del-backward-char-in-insert)
9581 (viper-del-backward-char-in-replace, viper-change)
9582 (viper-backward-indent): Replace delete-backward-char with
9583 delete-char (Bug#6552).
9584
b32d1614
CY
95852010-07-01 Chong Yidong <cyd@stupidchicken.com>
9586
9587 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9588
c1ef4455
CY
95892010-06-30 Chong Yidong <cyd@stupidchicken.com>
9590
9591 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9592 argument passed to frame-creation-function (Bug#5378).
9593
9594 * faces.el (x-handle-named-frame-geometry)
9595 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9596 (face-set-after-frame-default, tty-create-frame-with-faces):
9597 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9598 PARAMETER argument.
9599
55702e89
AS
96002010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9601
9602 * startup.el (command-line): Don't call tool-bar-setup in a
9603 tty-only build.
9604
dc9a226c
CY
96052010-06-30 Chong Yidong <cyd@stupidchicken.com>
9606
9607 * ruler-mode.el (ruler--save-header-line-format): New fun.
9608 (ruler-mode): Use it as a setter function, so as not to overwrite
9609 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9610
a2f043d3
CY
96112010-06-29 Chong Yidong <cyd@stupidchicken.com>
9612
9613 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9614 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9615 (vc-log-outgoing): Use it.
9616 (vc-diff-internal): Set diff-vc-backend.
9617
9618 * vc/diff-mode.el (diff-vc-backend): New var.
9619
62d115ef
J
96202010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9621
6a7662bb
BR
9622 * dynamic-setting.el (font-setting-change-default-font):
9623 Remove call to message.
62d115ef 9624
1180f752
KH
96252010-06-28 Kenichi Handa <handa@m17n.org>
9626
9627 * international/quail.el (quail-insert-kbd-layout): Fix the
9628 showing of untranslated characters.
9629
b9229673
CY
96302010-06-28 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * simple.el (delete-active-region): New option.
9633 (delete-backward-char): Implement in Lisp.
9634 (delete-forward-char): New command.
9635
5f9d345c 9636 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9637 (mouse-show-mark): Simplify.
9638
9639 * bindings.el (global-map): Bind delete and DEL, the former to
9640 delete-forward-char.
9641
a628ad9d 96422010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9643
9644 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9645 (ruby-mode): Bind indent-line-function (Bug#5119).
9646
3468f435
CY
96472010-06-27 Chong Yidong <cyd@stupidchicken.com>
9648
9649 * startup.el (command-line): Recognize "0" X resource value.
9650
6431f2e6
CY
96512010-06-27 Chong Yidong <cyd@stupidchicken.com>
9652
9653 * startup.el (command-line): Use X resources to set the value of
9654 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9655
9656 * menu-bar.el (menu-bar-mode):
9657 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9658 Set init-value to t.
9659
9660 * frame.el (frame-notice-user-settings): Don't change
9661 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9662 vice versa (Bug#2249).
9663
b61dfbe2
EZ
96642010-06-26 Eli Zaretskii <eliz@gnu.org>
9665
9666 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9667
f5cbf40e
AM
96682010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9669
a628ad9d
JB
9670 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9671 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9672
a628ad9d 9673 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9674 default directories are expanded (Bug#6143).
f5cbf40e 9675
8f3b8a5f
JL
96762010-06-24 Juri Linkov <juri@jurta.org>
9677
9678 * minibuffer.el (completions-format): Change default from nil to
9679 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9680
5af72a47
JL
96812010-06-24 Juri Linkov <juri@jurta.org>
9682
9683 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9684 buffer-locally to lambda that re-runs the vc diff command.
9685 (Bug#6447)
9686
8f804316
CY
96872010-06-24 Chong Yidong <cyd@stupidchicken.com>
9688
9689 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9690 echo area is in use (Bug#3412).
9691
be19ef0b
GM
96922010-06-22 Glenn Morris <rgm@gnu.org>
9693
6555773f
GM
9694 * textmodes/texinfmt.el (texinfo-format-region)
9695 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9696 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9697 (texinfo-format-option, texinfo-noindent):
9698 Use line-beginning-position and line-end-position.
9699
be19ef0b
GM
9700 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9701 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9702 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9703 utf-8 characters.
9704
7f0b7b3e
KF
97052010-06-21 Karl Fogel <kfogel@red-bean.com>
9706
49554388
GM
9707 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9708 forward-line fallout.
9709
e8579ebc
CY
97102010-07-06 Chong Yidong <cyd@stupidchicken.com>
9711
9712 * mouse.el (mouse-appearance-menu): Add docstring.
9713
9714 * help.el (describe-key): Print up-event using key-description.
9715
5d1cd8bd
MA
97162010-07-03 Michael Albinus <michael.albinus@gmx.de>
9717
9718 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9719 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9720 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9721
112dbc0e
MA
97222010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9723
9724 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9725
d0cb23ca
DN
97262010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9727
9728 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9729 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9730 cases that cause insertion.
9731 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9732 with a nil state.
9733
01b229d1
CY
97342010-06-30 Chong Yidong <cyd@stupidchicken.com>
9735
9736 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9737
8bf1c786 97382010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9739
9740 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9741
dfc6544c
CY
97422010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9743
9744 * generic-x.el (bat-generic-mode): Fix regexp for command line
9745 switches (Bug#5719).
9746
b7d4de51
CY
97472010-06-27 Masatake YAMATO <yamato@redhat.com>
9748
dfc6544c
CY
9749 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9750 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9751
53cfe624 97522010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9753
8bf1c786 9754 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9755 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9756 bindings of bookmark-automatically-show-annotations (Bug#6515).
9757
aca54191
EZ
97582010-06-25 Eli Zaretskii <eliz@gnu.org>
9759
9760 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9761 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9762
2330fa87
ŠN
97632010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9764
9765 * comint.el (make-comint, make-comint-in-buffer): Mention return
9766 value in the docstrings. (Bug#6498)
9767
29115ca9
YR
97682010-06-24 Yoni Rabkin <yoni@rabkins.net>
9769
9770 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9771 since it is not present when using some non-default switches.
9772
2c79f053
KF
97732010-06-23 Karl Fogel <kfogel@red-bean.com>
9774
7f0b7b3e
KF
9775 * simple.el (compose-mail): Fix doc string to refer to
9776 `compose-mail-user-agent-warnings', instead of to the
9777 nonexistent `compose-mail-check-user-agent'.
9778
43a91810
AM
97792010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9780
9781 Fix an indentation bug:
9782
9783 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9784 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9785 of existing values.
9786
9787 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9788 (c-clear->-pair-props-if-match-before): now return t when they've
9789 cleared properties, nil otherwise.
9790 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9791 by taking account of the existing value.
9792
9793 * progmodes/cc-defs.el
9794 (c-clear-char-property-with-value-function): Fix this to clear the
9795 property rather than overwriting it with nil.
9796
8adb4c33
CY
97972010-06-20 Chong Yidong <cyd@stupidchicken.com>
9798
9799 * emacs-lisp/package.el (package-print-package): Add link to
9800 package description via describe-package.
9801 (describe-package-1): List package requirements. Add button to
9802 perform installation.
9803 (package-menu-describe-package): New command.
9804
9805 * help-mode.el (help-package): New button type.
9806
cced7584
CY
98072010-06-19 Chong Yidong <cyd@stupidchicken.com>
9808
9809 * emacs-lisp/package.el: Move package-list-packages binding to
9810 menu-bar.el.
9811 (describe-package, describe-package-1, package--dir): New funs.
9812 (package-activate-1): Use package--dir.
9813
9814 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9815
9816 * help-mode.el (help-package-def): New button type.
9817
9818 * menu-bar.el: Move package-list-packages binding here from
9819 package.el.
9820
d148e8f9
GH
98212010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9822
9823 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9824
b1a03ef6
SM
98252010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9826
9827 * emacs-lisp/edebug.el (edebug-read-list):
9828 Phase out old-style backquotes.
9829
dbd6da78
JL
98302010-06-17 Juri Linkov <juri@jurta.org>
9831
9832 * help-mode.el (help-mode): Set buffer-local variable
9833 revert-buffer-function to help-mode-revert-buffer.
9834 (help-mode-revert-buffer): New function.
9835
9836 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9837 before popping to "*info*" (like in other Info functions).
9838 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9839 old-history-forward. Pop to old-buffer-name or "*info*" to
9840 recreate the killed buffer. Set Info-history-forward from
9841 old-history-forward.
9842 (Info-breadcrumbs-depth): Add :group and :version.
9843
64eba874
DN
98442010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9845
9846 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9847
26508c03
AM
98482010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9849
a628ad9d
JB
9850 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9851 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9852
69582fcd
JB
98532010-06-17 Juanma Barranquero <lekktu@gmail.com>
9854
54ea2a0d
JB
9855 * emacs-lisp/package.el (package-menu-mode-map):
9856 Move initialization into declaration.
9857
69582fcd
JB
9858 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9859
44198b6e
CY
98602010-06-17 Chong Yidong <cyd@stupidchicken.com>
9861
9862 * emacs-lisp/package.el (package-archive-base): Point to
9863 elpa.gnu.org.
9864 (package-enable, package-load-list): New defcustoms.
9865 (package-user-dir, package-directory-list): Turn into defcustoms.
9866 Don't include package-user-dir in package-directory-list.
9867 (package--builtins-base): Don't include Emacs as a "package".
9868 (package-subdirectory-regexp): New var.
9869 (package-load-all-descriptors, package-compute-transaction)
9870 (package-download-transaction): Obey package-load-list.
9871 (package-activate-1): Rename from package-do-activate.
9872 (package-list-packages-internal): Check package-load-list.
9873 (package-load-descriptor, package-generate-autoloads)
9874 (package-unpack, package-unpack-single)
6a7662bb
BR
9875 (package--read-archive-file, package-delete):
9876 Use expand-file-name.
44198b6e
CY
9877
9878 * emacs-lisp/package-x.el: New file. Package uploading
9879 functionality split out from package.el.
9880
95b6d681 9881 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9882
98832010-06-17 Tom Tromey <tromey@redhat.com>
9884
9885 * emacs-lisp/package.el: New file.
9886
50d76a9f
DN
98872010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9888
9889 Fix vc-annotate for renamed files when using Git.
76e3243a 9890 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9891 ls-files. Doe not pass the object as a file name to cat-file, it
9892 is not a file name.
9893 (vc-git-annotate-command): Pass the file name using -- to avoid
9894 ambiguity with the revision.
9895 (vc-git-previous-revision): Pass a relative file name.
9896
6095a05b
GM
98972010-06-22 Glenn Morris <rgm@gnu.org>
9898
943375a6
GM
9899 * progmodes/js.el (js-mode-map): Use standard capitalization and
9900 ellipses for menu entries.
9901
6095a05b
GM
9902 * wid-edit.el (widget-complete): Doc fix.
9903
4514199e
JH
99042010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9905
9906 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9907
c4786d60
DN
99082010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9909
11c46b39 9910 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9911 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9912 VC backend. Use it when non-nil.
a628ad9d 9913 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9914 (Bug#6487).
11c46b39 9915
c4786d60 9916 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9917 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9918 Do not pass the file name to the 'previous-revision call when we
9919 don't want a file diff. (Bug#6489)
9920
04ec0963
DN
99212010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9922
11c46b39 9923 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9924 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9925 the VC backend. Use it when non-nil.
76e3243a 9926 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9927 backend to vc-find-revision. (Bug#6487)
9928
c036381c
DN
99292010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9930
9931 Fix reading file names in Git annotate buffers.
95b6d681
JB
9932 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9933 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9934
05c123e6
AM
99352010-06-20 Alan Mackenzie <acm@muc.de>
9936
9937 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9938 in file local variables, set it first.
9939
4111f0c7
GM
99402010-06-19 Glenn Morris <rgm@gnu.org>
9941
74739ffd
GM
9942 * descr-text.el (describe-char-unicode-data): Insert separating
9943 space when needed. (Bug#6422)
9944
4111f0c7
GM
9945 * progmodes/idlwave.el (idlwave-action-and-binding):
9946 Fix typo in 2009-12-03 change. (Bug#6450)
9947
e20f0421
SM
99482010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9951 handling for `lambda' (misunderstanding).
9952
fb3e306a
JB
99532010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9954
dd86ea11 9955 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9956 constants aren't distributed after they are factored out.
9957
e020fb59
JL
99582010-06-16 Juri Linkov <juri@jurta.org>
9959
9960 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9961 `list-colors-print'. (Bug#6332)
9962
b8add347
SM
9963 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9964
36901266
SM
99652010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9966
49b2e83d
SM
9967 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9968 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9969
36901266
SM
9970 * font-lock.el (font-lock-major-mode): Rename from
9971 font-lock-mode-major-mode to distinguish it from
9972 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9973 (font-lock-set-defaults):
9974 * font-core.el (font-lock-default-function): Adjust users.
9975 (font-lock-mode): Don't set it at all.
9976
2a64315a 99772010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9978
76e3243a 9979 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9980
2a64315a 99812010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9982
9983 * calendar/appt.el (appt-time-msg-list): Doc fix.
9984 (appt-check): Let-bind appt-warn-time.
9985 (appt-add): Make the 3rd argument optional.
9986 Simplify argument names. Doc fix. Check for integer WARNTIME.
9987 Only add WARNTIME to the output list if non-nil.
9988
2a64315a 99892010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9990
9991 * calendar/appt.el (appt-check): Let the 3rd element of
9992 appt-time-msg-list specify the warning time.
9993 (appt-add): Add new argument with the warning time. (Bug#5176)
9994
6a7662bb 99952010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9996
76e3243a 9997 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9998 older than version 1.6. (Bug#6361)
9999
2a64315a 100002010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
10001
10002 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10003 used by cl-do-arglist. (Bug#6408)
10004
30d7ac37
AM
100052010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10006
6a7662bb
BR
10007 * textmodes/ispell.el (ispell-dictionary-base-alist):
10008 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
10009 Suggested by Rolando Pereira (bug#6434).
10010
8fd02581
JB
100112010-06-15 Juanma Barranquero <lekktu@gmail.com>
10012
10013 * facemenu.el (list-colors-sort): Doc fix.
10014
6a7662bb 100152010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
10016
10017 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10018
f0bf7c8e
JL
100192010-06-14 Juri Linkov <juri@jurta.org>
10020
10021 Add sort option `list-colors-sort'. (Bug#6332)
10022 * facemenu.el (color-rgb-to-hsv): New function.
10023 (list-colors-sort): New defcustom.
10024 (list-colors-sort-key): New function.
10025 (list-colors-display): Doc fix. Sort list according to the option
10026 `list-colors-sort'.
10027 (list-colors-print): Add HSV values to `help-echo' property of
10028 RGB strings.
10029
c42fe9a5
JL
100302010-06-14 Juri Linkov <juri@jurta.org>
10031
10032 * compare-w.el: Move to the "vc" subdirectory.
10033
b263a4c4
SM
100342010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10035
d8b0cddd
SM
10036 * image-mode.el (image-mode-map): Remap left-char and right-char.
10037
b263a4c4
SM
10038 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10039
89877f5f
CY
100402010-06-12 Chong Yidong <cyd@stupidchicken.com>
10041
133a8d82
CY
10042 * term/common-win.el (x-colors): Add all the color names defined
10043 in rgb.txt (Bug#6332).
10044
89877f5f
CY
10045 * facemenu.el (list-colors-print): Don't print extra names if it
10046 will overflow the window width.
10047
10048 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 10049 change (Bug#6343).
89877f5f 10050
9d1f18b5
EZ
100512010-06-12 Eli Zaretskii <eliz@gnu.org>
10052
10053 * files.el (make-directory): Doc fix (bug#6396).
10054
b81a0b56
MA
100552010-06-12 Michael Albinus <michael.albinus@gmx.de>
10056
10057 * net/tramp.el (tramp-remote-process-environment): Protect version
10058 string by apostroph.
10059 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10060 XEmacs.
10061 (tramp-file-name-for-operation): Add `call-process-region'.
10062 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10063
10064 * net/tramp-compat.el (top): Do not autoload
10065 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10066 only when `start-file-process' is not bound.
10067 (tramp-advice-file-expand-wildcards): Do not use
10068 `tramp-handle-file-remote-p'.
10069 (tramp-compat-make-temp-file): Handle the case, that
10070 `make-temp-file' has no third argument EXTENSION.
10071
69f18acc
JB
100722010-06-11 Juanma Barranquero <lekktu@gmail.com>
10073
5fee75d4
JB
10074 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10075
69f18acc
JB
10076 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10077
9766adfb
JL
100782010-06-11 Juri Linkov <juri@jurta.org>
10079
10080 * finder.el (finder-known-keywords): Add keyword "vc"
10081 for version control.
10082
10083 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10084 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10085 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10086 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10087
56b2854f
JL
100882010-06-11 Juri Linkov <juri@jurta.org>
10089
10090 Move version control related files to the "vc" subdirectory.
10091 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10092 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10093 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10094 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10095 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10096 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10097 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10098 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10099 Move files to the "vc" subdirectory.
10100
6534e58a
CY
101012010-06-11 Chong Yidong <cyd@stupidchicken.com>
10102
10103 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10104 (Bug#6367).
10105
84d9562f
SE
101062010-06-11 Stephen Eglen <stephen@gnu.org>
10107
10108 * shell.el: Bind `shell-resync-dirs' to M-RET.
10109
3ef0a6a5
MA
101102010-06-10 Michael Albinus <michael.albinus@gmx.de>
10111
10112 * notifications.el: Move file from lisp/net, because it is
10113 supposed to talk locally to the user.
10114
fa4003da
MA
101152010-06-10 Julien Danjou <julien@danjou.info>
10116
10117 * net/notifications.el (notifications-on-action-signal)
10118 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 10119 argument to the callback functions. Add docstrings.
fa4003da
MA
10120 (notifications-notify): Fix docstring.
10121
46e6650e
GM
101222010-06-10 Glenn Morris <rgm@gnu.org>
10123
10124 * emacs-lisp/authors.el (authors-ignored-files)
10125 (authors-valid-file-names): Add some files.
10126
a71832f7
SM
101272010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10130 merge conflict, giving preference to the emacs-23 version of the code.
10131
8c6eab5a
SM
101322010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10133
989bc97f
SM
10134 * emacs-lisp/advice.el (ad-compile-function):
10135 Define warning-suppress-types before we let-bind it (bug#6275).
10136
8c6eab5a
SM
10137 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10138 declare it, make it buffer-local and permanent-local (bug#6324).
10139 (vc-resynch-window): Adjust name.
10140 * vc-hooks.el (vc-find-file-hook): Adjust name.
10141
890a18d6
MA
101422010-06-09 Michael Albinus <michael.albinus@gmx.de>
10143
10144 * net/notifications.el (notifications-notify): Fix docstring.
10145
bf3e70eb
JB
101462010-06-09 Juanma Barranquero <lekktu@gmail.com>
10147
10148 Update to Unicode 6.0.0 beta.
10149 * international/charprop.el: Update copyright.
10150 * international/mule-cmds.el (ucs-names): Update character ranges.
10151 * international/uni-bidi.el:
10152 * international/uni-category.el:
10153 * international/uni-combining.el:
10154 * international/uni-comment.el:
10155 * international/uni-decimal.el:
10156 * international/uni-decomposition.el:
10157 * international/uni-digit.el:
10158 * international/uni-lowercase.el:
10159 * international/uni-mirrored.el:
10160 * international/uni-name.el:
10161 * international/uni-numeric.el:
10162 * international/uni-old-name.el:
10163 * international/uni-titlecase.el:
10164 * international/uni-uppercase.el: Regenerate.
10165
b978141d
JB
101662010-06-09 Juanma Barranquero <lekktu@gmail.com>
10167
ee8359ba
JB
10168 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10169 (smie-precs-precedence-table): Fix typo in docstring.
10170
f64ab8fb
JB
10171 * vc-mtn.el (log-edit-extract-headers): Declare function.
10172
883ffa8c
JB
10173 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10174
b978141d
JB
10175 * net/notifications.el (dbus-register-signal): Declare function.
10176 (notifications-notify): Fix typos and reflow docstring.
10177
5f4f2ae4
DN
101782010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10179
10180 Improve VC create/retrieve tag/branch.
10181 * vc.el (vc-create-tag): Do not read the directory name for VCs
10182 with repository revision granularity. Adjust the tag/branch
10183 prompt. Reset VC properties.
10184 (vc-retrieve-tag): Do not read the directory name for VCs
10185 with repository revision granularity. Reset VC properties.
10186
41a86354
MA
101872010-06-09 Julien Danjou <julien@danjou.info>
10188
ef33fd34 10189 * net/notifications.el: New file.
41a86354 10190
fab43c76
DN
101912010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10192
00fd1147
DN
10193 Add optional support for resetting VC properties.
10194 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10195 call vc-file-clearprops when true.
10196 (vc-resynch-buffer): Add new optional argument, pass it down.
10197 (vc-resynch-buffers-in-directory): Likewise.
10198
fab43c76
DN
10199 Improve support for special markup in the VC commit message.
10200 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10201 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10202 * vc-git.el (vc-git-checkin):
10203 * vc-bzr.el (vc-bzr-checkin): Likewise.
10204
e7d67e73
SM
102052010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10206
10207 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10208 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10209
277e6741
MP
102102010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10211
10212 * iimage.el: Remove images as soon as the underlying text is modified.
10213 (iimage-modification-hook): New function.
10214 (iimage-mode-buffer): Use it.
10215
83156c18
SM
102162010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10219 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10220 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10221 (smie-indent-keyword): Add handling of open-paren keywords.
10222 (smie-indent-comment-continue): Don't assume comment-continue.
10223
13b5221f
MR
102242010-06-07 Martin Rudalics <rudalics@gmx.at>
10225
10226 * window.el (pop-to-buffer): Remove the conditional that
10227 compares new-window and old-window, so it will reselect
10228 the selected window unconditionally.
10229 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10230
c2ea5810
SM
102312010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * emacs-lisp/smie.el (smie-indent-offset-after)
10234 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10235 (smie-indent-after-keyword): Use them.
10236 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10237 (smie-indent-keyword): Tweak the black magic.
10238 (smie-indent-comment-continue): Strip comment-continue before use.
10239 (smie-indent-functions): Indent comments before keywords.
10240
27dd3c11
JL
102412010-06-06 Juri Linkov <juri@jurta.org>
10242
10243 * isearch.el (isearch-lazy-highlight-search): Fix looping
10244 by checking for empty match. This syncs this loop with the
10245 similar loop in `isearch-search'. (Bug#6362)
10246
35b148ee
JB
102472010-06-05 Juanma Barranquero <lekktu@gmail.com>
10248
10249 * net/dbus.el (dbus-register-method): Declare function.
10250 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10251 (dbus-introspect): Doc fix.
10252 (dbus-event-bus-name, dbus-introspect-get-interface)
10253 (dbus-introspect-get-argument): Reflow docstrings.
10254
eccdfe5f
DN
102552010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10256
10257 vc-log-incoming/vc-log-outgoing fixes for Git.
10258 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10259 incoming/outgoing logs.
10260 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10261 instead of vc-git-compute-remote.
10262 (vc-git-compute-remote): Remove.
10263
86253dc0
CY
102642010-06-04 Chong Yidong <cyd@stupidchicken.com>
10265
10266 * term/common-win.el (x-colors): Add "dark green" and "dark
10267 turquoise" (Bug#6332).
10268
0665f661
JL
102692010-06-04 Juri Linkov <juri@jurta.org>
10270
10271 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10272 Instead of setting `replace' to t and replacing the same string
10273 with itself, don't do certain actions when
10274 kill-do-not-save-duplicates is non-nil and string is equal to car
10275 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10276 interprogram-paste strings to kill-ring, and don't push the input
10277 argument `string' to kill-ring.
10278 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10279
087fc47a
JB
102802010-06-04 Juanma Barranquero <lekktu@gmail.com>
10281
10282 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10283
4f201088
MA
102842010-06-04 Michael Albinus <michael.albinus@gmx.de>
10285
10286 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10287 (tramp-gvfs-handler-mounted-unmounted)
10288 (tramp-gvfs-connection-mounted-p): Handle default-location.
10289
10290 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10291 move files to trash.
10292
18ccd78a
JB
102932010-06-04 Juanma Barranquero <lekktu@gmail.com>
10294
10295 * international/mule-cmds.el (nonascii-insert-offset)
10296 (nonascii-translation-table): Add obsolescence information.
10297
10298 * international/mule.el (make-translation-table-from-vector): Doc fix.
10299
3845c322
GM
103002010-06-03 Glenn Morris <rgm@gnu.org>
10301
10302 * desktop.el (desktop-clear-preserve-buffers):
10303 Add "*Warnings*" buffer. (Bug#6336)
10304
54d3626e
DN
103052010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10306
6941ffec
DN
10307 vc-log-incoming/vc-log-outgoing improvements for Git.
10308 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10309 short log.
10310 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10311
54d3626e
DN
10312 Add bindings for vc-log-incoming and vc-log-outgoing.
10313 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10314 and vc-log-outgoing.
10315 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10316 and vc-log-outgoing.
10317
aa1bc616
CY
103182010-06-03 Chong Yidong <cyd@stupidchicken.com>
10319
10320 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10321 (rcirc-handler-366): Always sort nicknames.
10322
e2d2a205
JB
103232010-06-03 Juanma Barranquero <lekktu@gmail.com>
10324
10325 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10326
44ea155d
CY
103272010-06-03 Chong Yidong <cyd@stupidchicken.com>
10328
a628ad9d 10329 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10330
a91dedc4
SM
103312010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10334 (rcirc-sort-nicknames-join): Avoid setq.
10335
c62bf05a
DD
103362010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10337
10338 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10339 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10340 (rcirc-handler-366): Use them.
10341
dd2c3c92
SM
103422010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 Split smie-indent-calculate into more manageable chunks.
10345 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10346 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10347 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10348 (smie-indent-exps): Extract from smie-indent-calculate.
10349 (smie-indent-functions): New var.
10350 (smie-indent-functions): Use them.
10351
927c346b
SM
103522010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10353
10354 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10355 (smie-indent-calculate): Simplify and cleanup.
10356
1efeec86
MA
103572010-06-02 Michael Albinus <michael.albinus@gmx.de>
10358
10359 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10360 (tramp-gvfs-mount-point): Remove.
10361 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10362 New defuns.
1efeec86
MA
10363 (with-tramp-dbus-call-method): Format trace message.
10364 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10365 Implement backup call, when operation on local files fails.
10366 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10367 (tramp-gvfs-handle-make-directory): Make more traces.
10368 (tramp-gvfs-url-file-name): Hexify file name in url.
10369 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10370 into account for the resulting file name.
10371 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10372 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10373 (tramp-gvfs-handler-mounted-unmounted)
10374 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10375 attribute "default_location". Set "prefix" property.
10376 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10377 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10378 exists. Raise an error, if not (due to a corresponding answer
10379 "no" in interactive questions, for example).
10380
89877f5f 103812010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10382
10383 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10384
24f574a9
JB
103852010-06-01 Juanma Barranquero <lekktu@gmail.com>
10386
10387 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10388 right-*. (Bug#6265)
10389
290736f2
DN
103902010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10391
61158bfa
DN
10392 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10393 * vc-git.el (vc-git-compute-remote): New function.
10394 (vc-git-log-outgoing): Use it instead of hard coding a value.
10395 (vc-git-log-incoming): New function.
10396
5828f6ca
DN
10397 Improve state updating for VC tag commands.
10398 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10399 to update the state of all buffers in the directory.
10400
290736f2
DN
10401 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10402
feceda26
SM
104032010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10404
10405 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10406 `file-directory-p' to the filename part rather than to the whole text.
10407
896114cf
SM
104082010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10411
1603358c
DA
104122010-05-31 Drew Adams <drew.adams@oracle.com>
10413
10414 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10415
fe40dc63
JB
104162010-05-31 Juanma Barranquero <lekktu@gmail.com>
10417
10418 * subr.el (momentary-string-display): Just use read-event to read
10419 the exit event (Bug#6238).
10420
9e8014c6
EZ
104212010-05-30 Eli Zaretskii <eliz@gnu.org>
10422
10423 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10424
61a08071
JB
104252010-05-30 Juanma Barranquero <lekktu@gmail.com>
10426
10427 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10428 Suggested by Eli Zaretskii <eliz@gnu.org>.
10429
5feec8ca
SM
104302010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * minibuffer.el (completion-file-name-table): Don't return a boundary
10433 past the end of `string' (bug#6299).
10434 (completion--file-name-table): Delegate to completion-file-name-table
10435 for the `boundaries' case.
10436
8175cb90
JB
104372010-05-30 Juanma Barranquero <lekktu@gmail.com>
10438
2b94133f
JB
10439 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10440 movement commands.
10441
8175cb90
JB
10442 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10443 `path-separator', but maintain compatibility with Emacs 20.2.
10444
0191e222
CY
104452010-05-29 Chong Yidong <cyd@stupidchicken.com>
10446
10447 * server.el (server-process-filter): Receive parent-id argument
10448 from emacsclient.
10449 (server-create-window-system-frame): New arg. Pass parent-id as
10450 frame parameter.
10451
9b655a0a
EZ
104522010-05-29 Eli Zaretskii <eliz@gnu.org>
10453
db5dce9d
EZ
10454 Bidi-sensitive word movement with arrow keys.
10455 * subr.el (right-arrow-command, left-arrow-command): Move to
10456 bindings.el.
10457
10458 * bindings.el (right-char, left-char): Move from subr.el and
10459 rename from right-arrow-command and left-arrow-command.
10460 (right-word, left-word): New functions.
10461 (global-map) <right>: Bind to right-char.
10462 (global-map) <left>: Bind to left-char.
10463 (global-map) <C-right>: Bind to right-word.
10464 (global-map) <C-left>: Bind to left-word.
10465
9b655a0a
EZ
10466 * ls-lisp.el (ls-lisp-classify-file): New function.
10467 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10468 (ls-lisp-classify): Call ls-lisp-classify-file.
10469 (insert-directory): Remove blanks from switches.
10470
fcb52808
CY
104712010-05-29 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10474 (ansi-color-drop-regexp): New constant.
10475 (ansi-color-apply, ansi-color-filter-region)
896114cf 10476 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10477 (ansi-color-apply): Build string list before calling concat.
10478
0040735a
JL
104792010-05-28 Juri Linkov <juri@jurta.org>
10480
10481 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10482 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10483 (Bug#5270)
10484
b6827fff
MA
104852010-05-28 Michael Albinus <michael.albinus@gmx.de>
10486
10487 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10488 to ignored backtrace functions.
10489 (with-progress-reporter): Expand docstring.
10490 (tramp-handle-delete-file): Implement TRASH argument.
10491 (tramp-get-remote-trash): New defun.
10492
eba082a2
MA
104932010-05-28 Michael Albinus <michael.albinus@gmx.de>
10494
6a7662bb
BR
10495 * net/tramp-compat.el (tramp-compat-delete-file):
10496 Use `symbol-value' for backward compatibility.
eba082a2
MA
10497
10498 * net/tramp.el (tramp-handle-make-symbolic-link)
10499 (tramp-handle-load)
10500 (tramp-do-copy-or-rename-file-via-buffer)
10501 (tramp-do-copy-or-rename-file-directly)
10502 (tramp-do-copy-or-rename-file-out-of-band)
10503 (tramp-handle-process-file, tramp-handle-call-process-region)
10504 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10505 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10506 (tramp-delete-temp-file-function): Use `delete-file' instead
10507 of `tramp-compat-delete-file'.
10508
10509 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10510 (tramp-fish-handle-make-symbolic-link)
10511 (tramp-fish-handle-process-file): Use `delete-file' instead
10512 of `tramp-compat-delete-file'.
10513
6a7662bb
BR
10514 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10515 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10516
0dc3e410
MA
10517 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10518 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10519
6a7662bb
BR
10520 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10521 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10522
10523 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10524 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10525 (tramp-smb-handle-write-region): Use `delete-file' instead of
10526 `tramp-compat-delete-file'.
10527 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10528
f1a5d776
CY
105292010-05-27 Chong Yidong <cyd@stupidchicken.com>
10530
10531 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10532 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10533 (dired-do-flagged-delete, dired-do-delete): Use trash.
10534
10535 * speedbar.el (speedbar-item-delete): Allow trashing.
10536
10537 * files.el (delete-directory): New arg TRASH.
10538
10539 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10540 (ange-ftp-rename-remote-to-remote)
10541 (ange-ftp-rename-local-to-remote)
10542 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10543 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10544 `delete-file'.
10545 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10546 allow trashing.
10547
10548 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10549 handle new TRASH arg of `delete-file'.
10550
c4ce1145 10551 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10552 (tramp-handle-make-symbolic-link, tramp-handle-load)
10553 (tramp-do-copy-or-rename-file-via-buffer)
10554 (tramp-do-copy-or-rename-file-directly)
10555 (tramp-do-copy-or-rename-file-out-of-band)
10556 (tramp-handle-process-file, tramp-handle-call-process-region)
10557 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10558 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10559 (tramp-delete-temp-file-function): Use null TRASH arg in
10560 tramp-compat-delete-file call.
10561
10562 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10563 (tramp-fish-handle-delete-file)
10564 (tramp-fish-handle-make-symbolic-link)
10565 (tramp-fish-handle-process-file): Use null TRASH arg in
10566 `tramp-compat-delete-file' call.
10567
10568 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10569 arg in `tramp-compat-delete-file' call.
10570
10571 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10572 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10573 `tramp-compat-delete-file' call.
10574
10575 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10576 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10577 `tramp-compat-delete-file' call.
10578
10579 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10580 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10581 (tramp-smb-handle-write-region): Use null TRASH arg in
10582 tramp-compat-delete-file call.
10583 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10584 (tramp-smb-handle-delete-file): Rename arg.
10585
10586 * diff.el (diff-sentinel):
10587 * epg.el (epg--make-temp-file, epg-decrypt-string)
10588 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10589 * jka-compr.el (jka-compr-partial-uncompress)
10590 (jka-compr-call-process, jka-compr-write-region):
10591 * server.el (server-sentinel): Remove optional arg from
10592 delete-file, reverting 2010-05-03 change.
10593
ecb0ab90
CY
105942010-05-27 Chong Yidong <cyd@stupidchicken.com>
10595
6a7662bb
BR
10596 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10597 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10598
2b25da45
KH
105992010-05-27 Kenichi Handa <handa@m17n.org>
10600
10601 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10602 element of GSTRING is nil.
10603
11e4d8c0
SM
106042010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 * emacs-lisp/smie.el (smie-forward-token-function)
10607 (smie-backward-token-function): New vars.
10608 (smie-backward-sexp, smie-forward-sexp)
10609 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10610 (smie-default-backward-token): Rename from smie-backward-token and
10611 skip comments.
10612 (smie-default-forward-token): Rename from smie-forward-token and
10613 skip comments.
10614 (smie-next-sexp): Handle nil results from next-token.
10615 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10616
4da3541b
CY
106172010-05-27 Chong Yidong <cyd@stupidchicken.com>
10618
896114cf
SM
10619 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10620 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10621
106222010-05-27 Masatake YAMATO <yamato@redhat.com>
10623
10624 * htmlfontify.el (hfy-face-resolve-face): New function.
10625 (hfy-face-to-style): Use it (Bug#6279).
10626
6dc439cb
SM
106272010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10628
10629 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10630 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10631
021eb8d7
GM
106322010-05-26 Glenn Morris <rgm@gnu.org>
10633
10634 * emulation/edt.el (edt-load-keys): Use locate-library.
10635
bef4957b
CY
106362010-05-25 Chong Yidong <cyd@stupidchicken.com>
10637
10638 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10639 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10640 (log-edit-changelog-insert-entries): Args changed.
10641 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10642 (log-edit-insert-changelog-entries): Reorganize return value of
10643 `log-edit-changelog-entries' to pass filenames to
10644 log-edit-changelog-insert-entries.
10645
84fb0956
TV
106462010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10647
10648 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10649 `image-dired-dired-insert-marked-thumbs' to
10650 `image-dired-dired-toggle-marked-thumbs'.
10651
10652 * image-dired.el: Require cl when compiling.
10653 (image-dired-dired-toggle-marked-thumbs): Rename from
10654 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10655 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10656 to 'no-dir. Skip files whose names don't match
10657 `image-file-name-regexp'. When file has a thumbnail overlay,
10658 delete it. (Bug#5270)
10659
0fb1193d
JL
106602010-05-25 Juri Linkov <juri@jurta.org>
10661
10662 * image-mode.el (image-mode): Add image-after-revert-hook to
10663 after-revert-hook.
10664 (image-after-revert-hook): New function. (Bug#5669)
10665
fc937924
JL
106662010-05-25 Juri Linkov <juri@jurta.org>
10667
10668 * image.el (image-animated-p): When delay between animated images
10669 is 0, set it to 10 (0.1 sec). (Bug#6258)
10670
fa9ba953
MA
106712010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10672
10673 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10674 `forward-word', its default syntax could be changed.
fa9ba953 10675
9e021389
MA
106762010-05-25 Michael Albinus <michael.albinus@gmx.de>
10677
10678 * net/tramp.el (tramp-progress-reporter-update): New defun.
10679 (with-progress-reporter): Use it.
10680 (tramp-process-actions):
6a7662bb
BR
10681 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10682 Preserve current message, in order to let progress reporter continue
9e021389
MA
10683 afterwards. (Bug#6257)
10684
6169260b
GM
106852010-05-25 Glenn Morris <rgm@gnu.org>
10686
10687 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10688 Add :version.
10689
d26781af
RY
106902010-05-25 Ryan Yeske <rcyeske@gmail.com>
10691
8826afe3 10692 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10693 (rcirc-default-full-name): Change to "unknown".
10694 (rcirc-user-name-history): Add variable.
8826afe3
GM
10695
106962010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10697 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10698
10699 * net/rcirc.el (rcirc-server-alist): Add :pass.
10700 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10701 username and password.
a628ad9d 10702 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10703 value to server when connecting.
10704
d355a0b7
SM
107052010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10706
f5228f84
SM
10707 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10708 (smie-merge-prec2s): Pass the tables as separate args.
10709 (smie-bnf-precedence-table): Adjust call accordingly.
10710 (smie-prec2-levels): Set levels at the end.
10711
d355a0b7
SM
10712 Replace Lisp calls to delete-backward-char by delete-char.
10713 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10714 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10715 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10716 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10717 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10718 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10719 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10720 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10721 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10722 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10723 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10724 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10725 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10726 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10727 delete-backward-char by calls to delete-char.
10728
f668ef02
KH
107292010-05-25 Kenichi Handa <handa@m17n.org>
10730
10731 * language/hebrew.el (hebrew-shape-gstring): New function.
10732 Register it in composition-function-table for all Hebrew combining
10733 characters.
10734
397eb3f3
SM
107352010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10736
10737 * epa.el (epa--select-keys): Don't explicitly delete the window since
10738 that can fail (e.g. sole window in frame). Use dedication instead.
10739
171eda53 107402010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10741
10742 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10743
110683ad
CY
107442010-05-22 Chong Yidong <cyd@stupidchicken.com>
10745
10746 * image.el (image-refresh): Define as an alias for image-flush.
10747
10748 * image-mode.el (image-toggle-display-image): Caller changed.
10749
df9db151
JL
107502010-05-21 Juri Linkov <juri@jurta.org>
10751
10752 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10753 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10754 whitespace, call wildcard-to-regexp on substrings and concat them
10755 with "\\|". (Bug#6114)
10756
c0209c2c
AM
107572010-05-21 Alan Mackenzie <acm@muc.de>
10758
171eda53
SM
10759 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10760 Replace parameter `here' with `here-' and `here-plus', which sandwich
10761 any pertinent CPP construct.
c0209c2c
AM
10762 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10763 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10764 CPP construct from taking part in the scanning.
10765
655bded0
MA
107662010-05-21 Michael Albinus <michael.albinus@gmx.de>
10767
10768 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10769 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10770 Tune `with-progress-reporter' messages.
655bded0
MA
10771 (tramp-handle-vc-registered):
10772 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10773 (tramp-fish-handle-insert-file-contents)
10774 (tramp-fish-maybe-open-connection):
10775 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10776 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10777 (tramp-imap-handle-insert-file-contents)
10778 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10779
3e17a1a7
JB
107802010-05-21 Juanma Barranquero <lekktu@gmail.com>
10781
bf1e8d4a
JB
10782 * add-log.el (change-log-font-lock-keywords):
10783 Highlight all authors in multi-author entries.
10784
3e17a1a7
JB
10785 * smerge-mode.el (smerge-refine-ignore-whitespace)
10786 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10787 Fix typos in docstrings.
10788 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10789
969e684a
GM
107902010-05-21 Glenn Morris <rgm@gnu.org>
10791
e75c1e7d
GM
10792 * progmodes/fortran.el (fortran-mode):
10793 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10794
969e684a
GM
10795 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10796 having a relative path in src/Makefile.in.
10797
a50878fa
KR
107982010-05-20 Kevin Ryde <user42@zip.com.au>
10799
10800 * help-mode.el (help-make-xrefs): For Info node links turn
10801 newlines into spaces. Link node names with newlines are matched
10802 by help-xref-info-regexp and buttonized, this change ensures they
10803 can be followed successfully with RET. (Bug#6206)
10804
f66a2f90
JL
108052010-05-20 Juri Linkov <juri@jurta.org>
10806
10807 * locate.el (locate): Use pop-to-buffer instead of
10808 switch-to-buffer-other-window. (Bug#6204)
10809
201d895a
JL
108102010-05-20 Juri Linkov <juri@jurta.org>
10811
10812 * replace.el (replace-highlight): Fix lazy-highlighting
10813 for `M-s w str M-% str RET'.
10814
1ddb2ea0
MY
108152009-12-15 Masatake YAMATO <yamato@redhat.com>
10816
10817 * isearch.el (isearch-yank-word-or-char): Pull next subword
10818 when `subword-mode' is activated. (Bug#6220)
10819
a6020335
MH
108202010-05-20 Mark A. Hershberger <mah@everybody.org>
10821
10822 * isearch.el (isearch-update-post-hook): New hook.
10823 (isearch-update): Use the new hook. (Bug#6225)
10824
50de6a38
JL
108252010-05-20 Juri Linkov <juri@jurta.org>
10826
10827 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10828 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10829 (Bug#6222)
10830
5d944a8f
JL
108312010-05-20 Juri Linkov <juri@jurta.org>
10832
10833 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10834 (Bug#6223)
10835
f5d6548a
JL
108362010-05-20 Juri Linkov <juri@jurta.org>
10837
10838 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10839 FILE-NAME to read from the minibuffer when called interactively
10840 with prefix argument instead of using buffer-file-name.
10841 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10842
10843 * dired.el: Update autoloads.
10844
f8e63691
CY
108452010-05-20 Chong Yidong <cyd@stupidchicken.com>
10846
10847 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10848 nxml-finish-element, for consistency with SGML mode.
10849
10850 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10851 octave-close-block.
10852
07d7c3bd
JB
108532010-05-20 Juanma Barranquero <lekktu@gmail.com>
10854
10855 * composite.el: Require cl when compiling.
10856 (reference-point-alist, compose-gstring-for-graphic)
10857 (compose-gstring-for-terminal): Fix typos in docstrings.
10858
7bce8510
JL
108592010-05-19 Juri Linkov <juri@jurta.org>
10860
10861 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10862 set-window-parameter.
10863
a7723e05
MA
108642010-05-19 Michael Albinus <michael.albinus@gmx.de>
10865
10866 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10867 where appropriate.
10868 (tramp-maybe-open-connection): Use it.
10869
3f2e7735
EZ
108702010-05-19 Eli Zaretskii <eliz@gnu.org>
10871
10872 * simple.el (move-end-of-line): Make sure we are at line beginning
10873 before backing up to end of previous line.
10874
8d9181c7
MA
108752010-05-19 Michael Albinus <michael.albinus@gmx.de>
10876
8c4ec20f
MA
10877 * password-cache.el (password-cache-remove): Fix docstring.
10878
8d9181c7
MA
10879 * net/secrets.el: Autoload the widget functions.
10880 (secrets-search-items, secrets-create-item)
10881 (secrets-get-attributes, secrets-expand-item): Attributes will be
10882 stored on the password database without leading ":", as all other
10883 clients do as well.
10884 (secrets-mode): Fix docstring.
10885 (secrets-show-secrets): Provide it as autoloaded command only when
10886 D-Bus support is available. Check existence of Secret Service API.
10887
2a96c2a7
SM
108882010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * indent.el (indent-region): Deactivate region (bug#6200).
10891
d24e10b1
GM
108922010-05-19 Glenn Morris <rgm@gnu.org>
10893
10894 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10895
2833d915
KH
108962010-05-19 Kenichi Handa <handa@m17n.org>
10897
10898 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10899 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10900
134c2f29
JB
109012010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10902
10903 * calc/calc-trail.el (calc-trail-isearch-forward)
10904 (calc-trail-isearch-backward): Ensure that the new window
10905 point is set correctly.
10906
278847cd
SM
109072010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * subr.el (read-quoted-char): Resolve modifiers after key
10910 remapping (bug#6212).
10911
3a8e7cbd
MA
109122010-05-18 Michael Albinus <michael.albinus@gmx.de>
10913
10914 Add visualization code for secrets.
10915 * net/secrets.el (secrets-mode): New major mode.
10916 (secrets-show-secrets, secrets-show-collections)
10917 (secrets-expand-collection, secrets-expand-item)
10918 (secrets-tree-widget-after-toggle-function)
10919 (secrets-tree-widget-show-password): New defuns.
10920
472e7ec1
SM
109212010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10922
224b70cb
SM
10923 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10924 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10925 handled in smie-next-sexp.
10926 (smie-indent-calculate): Provide a starting indentation (so the
10927 recursion is well-founded ;-).
10928
472e7ec1
SM
10929 Fix handling of non-associative equal levels.
10930 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10931 when it's not needed.
10932 (smie-op-left, smie-op-right): New functions.
10933 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10934 Better handle equal levels to distinguish the associative case from
10935 the "multi-keyword construct" case.
10936 (smie-backward-sexp, smie-forward-sexp): Use it.
10937
35e53abd
JB
109382010-05-18 Juanma Barranquero <lekktu@gmail.com>
10939
5d8fe0ba
JB
10940 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10941
35e53abd
JB
10942 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10943 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10944
5ad4bef5
SM
109452010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 Provide a simple generic indentation engine and use it for Prolog.
10948 * emacs-lisp/smie.el: New file.
10949 * progmodes/prolog.el (prolog-smie-op-levels)
10950 (prolog-smie-indent-rules): New var.
10951 (prolog-mode-variables): Use them to configure SMIE.
10952 (prolog-indent-line, prolog-indent-level): Remove.
10953
00681a3c
JB
109542010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10955
560bb7ae 10956 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10957 order before computing the averages.
10958
eba62f7a
JB
109592010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10960
597517ef 10961 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10962 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10963 (math-vector-avg): New function.
10964
560bb7ae 10965 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10966 being grouped depend on the radix (Bug#6189).
10967
8c5ff6dd
KR
109682010-05-15 Ken Raeburn <raeburn@raeburn.org>
10969
10970 * version.el (emacs-copyright, emacs-version): Don't define here,
10971 now that emacs.c defines it.
10972
98d8b17e
EZ
109732010-05-15 Eli Zaretskii <eliz@gnu.org>
10974
71078429
EZ
10975 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10976 "Describe Language Environment" menu item.
10977
ce6233c1
EZ
10978 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10979
d20e1419
EZ
10980 Bidi-sensitive movement with arrow keys.
10981 * subr.el (right-arrow-command, left-arrow-command): New functions.
10982
10983 * bindings.el (global-map): Bind them to right and left arrow keys.
10984
98d8b17e 10985 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10986 * files.el (convert-standard-filename):
10987 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10988 the corresponding systems.
10989
10990 * w32-fns.el (w32-convert-standard-filename): Rename from
10991 convert-standard-filename. Doc fix.
10992
10993 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10994 (convert-standard-filename): Don't defalias.
10995 (register-name-alist, make-register, register-value)
10996 (set-register-value, intdos): Obsolete aliases for the
10997 corresponding dos-* functions and variables.
10998 (dos-intdos): Add a doc string.
10999
ae6bc504
JB
110002010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11001
11002 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11003 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11004 (math-compose-tex-func):
11005 * calc/calccomp.el (math-compose-expr):
11006 * calc/calc-ext.el (math-format-flat-expr-fancy):
11007 * calc/calc-store.el (calc-read-var-name):
11008 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11009
11010 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 11011 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 11012 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 11013 (math-standard-units): Add units.
ae6bc504 11014
c26ea4b2
SM
110152010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11016
7aefa445 11017 * progmodes/asm-mode.el (asm-mode):
13973643
SM
11018 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11019
c26ea4b2
SM
11020 * pcomplete.el (pcomplete-completions-at-point): New function,
11021 extracted from pcomplete-std-complete.
11022 (pcomplete-std-complete): Use it.
11023
02be533b
GM
110242010-05-15 Glenn Morris <rgm@gnu.org>
11025
11026 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11027 Remove references to CVS, RCS and Old directories.
11028
78ed0efc
JB
110292010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11030
ae6bc504 11031 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
11032 appropriate.
11033
10dcc561
SM
110342010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11035
5ccaa359
SM
11036 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11037 (sh-mode-syntax-table): Give it a default value instead.
11038 (sh-header-marker): Make buffer-local.
11039 (sh-mode): Move make-local-variable to the corresponding setq.
11040 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11041 Use complete-with-action.
11042
10dcc561
SM
11043 * simple.el (prog-mode): New (abstract) major mode.
11044 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11045 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11046
c38762fd
JB
110472010-05-14 Juanma Barranquero <lekktu@gmail.com>
11048
11049 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11050 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11051 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11052 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11053 (sql-escape-newlines-filter, sql-input-sender)
11054 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11055
2ef3c144
CY
110562010-05-13 Chong Yidong <cyd@stupidchicken.com>
11057
560bb7ae 11058 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
11059
11060 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11061 latex-open-block and C-c / to latex-close-block.
11062
11063 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11064 and C-c C-e to sgml-close-tag.
11065
3b30ccda
MA
110662010-05-13 Michael Albinus <michael.albinus@gmx.de>
11067
11068 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 11069 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
11070 (tramp-handle-load, tramp-handle-file-local-copy)
11071 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
11072 (tramp-maybe-send-script, tramp-find-shell):
11073 Use `with-progress-reporter'.
3b30ccda
MA
11074 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11075 Fix message text.
11076
11077 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11078 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11079 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11080 Use `with-progress-reporter'.
11081
57ff5d7b
AM
110822010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11083
a628ad9d
JB
11084 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11085 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 11086
5a70d10f
SM
110872010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11088
791ffe1c
SM
11089 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11090
5a70d10f
SM
11091 * dos-fns.el: Add "dos-" prefix for namespace control.
11092 (convert-standard-filename): Define as alias for
11093 dos-convert-standard-filename but only if applicable.
11094
38d93f03
AM
110952010-05-12 Alan Mackenzie <acm@muc.de>
11096
11097 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11098 Push the mark at the start of these functions when appropriate.
11099
902a6d8d
SM
111002010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * minibuffer.el (completion-cycle-threshold): New custom var.
11103 (completion--do-completion): Use it.
11104 (minibuffer-complete): Use cycling if appropriate.
11105
9ee120ba
JB
111062010-05-11 Juanma Barranquero <lekktu@gmail.com>
11107
11108 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11109 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11110
841c4085
JL
111112010-05-11 Juri Linkov <juri@jurta.org>
11112
11113 * scroll-all.el (scroll-all-check-to-scroll):
11114 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11115
8a67c70e
SM
111162010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11117
f2b9ed18
SM
11118 * iimage.el (iimage-mode-map): Move initialization into declaration.
11119 (iimage-mode-buffer): Use with-silent-modifications.
11120 Simplify calling convention. Adjust callers.
11121 (iimage-mode): Don't run hook redundantly.
11122
8a67c70e
SM
11123 * minibuffer.el (completion-pcm--pattern->regex):
11124 Fix last change (bug#6160).
11125
4bbedd98
JL
111262010-05-10 Juri Linkov <juri@jurta.org>
11127
11128 Remove nodes visited during Isearch from the Info history.
11129 * info.el (Info-isearch-initial-history)
11130 (Info-isearch-initial-history-list): New variables.
11131 (Info-isearch-start): Record initial values of
11132 Info-isearch-initial-history and Info-isearch-initial-history-list.
11133 Add Info-isearch-end to isearch-mode-end-hook.
11134 (Info-isearch-end): New function.
11135
94ecf5da
MA
111362010-05-10 Michael Albinus <michael.albinus@gmx.de>
11137
11138 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
11139 format string, in order to work around a bug in pdksh.
11140 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
11141 (tramp-handle-verify-visited-file-modtime): Do not send a command
11142 when the connection is not established.
11143 (tramp-handle-set-file-times): Simplify the check for utc.
11144
c5eb971b
JB
111452010-05-10 Juanma Barranquero <lekktu@gmail.com>
11146
11147 Fix use of `filter-buffer-substring' (rework previous change).
11148 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11149 (cua-repeat-replace-region):
11150 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11151 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11152 (cua-cut-region-to-global-mark): Use it.
11153
7492acc9
MM
111542010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11155
77e2fc7a
JB
11156 * progmodes/sql.el: Version 2.1.
11157 (sql-product-alist): Redesign structure of product info.
11158 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
11159 (sql-port, sql-port-history): New variables.
11160 (sql-interactive-product): New variable.
11161 (sql-send-terminator): New variable.
77e2fc7a 11162 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
11163 (sql-oracle-login-params, sql-sqlite-login-params)
11164 (sql-mysql-login-params, sql-solid-login-params)
11165 (sql-sybase-login-params, sql-informix-login-params)
11166 (sql-ingres-login-params, sql-ms-login-params)
11167 (sql-postgres-login-params, sql-interbase-login-params)
11168 (sql-db2-login-params, sql-linter-login-params)
11169 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
11170 (sql-mode-map): Add C-c C-i to start interactive mode.
11171 (sql-mode-menu): Update existing menu entries.
11172 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
11173 (sql-mode-oracle-font-lock-keywords)
11174 (sql-mode-postgres-font-lock-keywords)
11175 (sql-mode-ms-font-lock-keywords)
11176 (sql-mode-sybase-font-lock-keywords)
11177 (sql-mode-informix-font-lock-keywords)
11178 (sql-mode-interbase-font-lock-keywords)
11179 (sql-mode-ingres-font-lock-keywords)
11180 (sql-mode-solid-font-lock-keywords)
11181 (sql-mode-mysql-font-lock-keywords)
11182 (sql-mode-sqlite-font-lock-keywords)
11183 (sql-mode-db2-font-lock-keywords)
77e2fc7a 11184 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
11185 reduce run-time complexity.
11186 (sql-add-product, sql-del-product): New functions.
11187 (sql-set-product-feature, sql-get-product-feature): New functions.
11188 (sql-product-font-lock): Update product API.
11189 (sql-add-product-keywords): New function.
11190 (sql-highlight-product): Update product API.
11191 (sql-help-list-products): New function.
11192 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 11193 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
11194 prompt for port.
11195 (sql-copy-column): Copy without properties.
11196 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
11197 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11198 Implement as a filter.
7492acc9
MM
11199 (sql-escape-newlines-filter): Implement as a filter.
11200 (sql-remove-tabs-filter): New function.
11201 (sql-send-magic-terminator): New function.
11202 (sql-send-string): Implement magic terminator.
11203 (sql-send-region): Use `sql-send-string'.
11204 (sql-interactive-mode): Use product API.
11205 (sql-product-interactive): Use product API.
11206 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11207 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11208 (sql-db2, sql-linter): Use `sql-product-interactive'.
11209 (sql-connect): New function.
11210 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11211 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11212 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11213 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11214 Use `sql-connect'.
7492acc9 11215
79ccd68f
SM
112162010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11219 New custom variable.
11220 (completion-pcm--string->pattern): Use it.
11221 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11222 Make it handle any symbol as `any'.
11223 (completion-pcm--merge-completions): Extract common suffix for the new
11224 `prefix' symbol as well.
11225 (completion-substring--all-completions): Use the new `prefix' symbol.
11226
0d5852cf
MA
112272010-05-09 Michael Albinus <michael.albinus@gmx.de>
11228
11229 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11230 not bound.
11231 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11232 (tramp-compat-funcall): New defmacro.
11233 (tramp-compat-line-beginning-position)
11234 (tramp-compat-line-end-position)
11235 (tramp-compat-temporary-file-directory)
11236 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11237 (tramp-compat-copy-file, tramp-compat-copy-directory)
11238 (tramp-compat-delete-file, tramp-compat-delete-directory)
11239 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11240 * net/tramp.el (top, with-progress-reporter)
11241 (tramp-rfn-eshadow-setup-minibuffer)
11242 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11243 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11244 (tramp-completion-mode-p, tramp-check-for-regexp)
11245 (tramp-open-connection-setup-interactive-shell)
11246 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11247 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11248 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11249 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11250 (tramp-reporter-dump-variable, tramp-load-report-modules)
11251 (tramp-append-tramp-buffers)
11252 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11253
11254 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11255
f913fe7d
SM
112562010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11257
11258 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11259 buffer-modtime. Adjust users.
11260
0235128c 112612010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11262
77e2fc7a 11263 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11264 car of each item, not the whole list (Bug#6083).
f034e176 11265
0235128c 112662010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11267
11268 * progmodes/js.el (js-mode): Make paragraph variables local before
11269 calling c-setup-paragraph-variables (Bug#6071).
11270
0235128c 112712010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11272
11273 * composite.el (compose-region, reference-point-alist): Fix typos
11274 in the doc strings.
11275
77e2fc7a 112762010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11277
11278 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11279 gnuplot's "set" command.
11280
0235128c 112812010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11282
11283 * abbrev.el (last-abbrev-text): Doc fix.
11284 (abbrev-prefix-mark): Don't escape parenthesis.
11285
0235128c 112862010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11287
11288 * composite.el (find-composition): Doc fix.
11289
0235128c 112902010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11291
11292 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11293 (sql-oracle-program, sql-sqlite-options)
11294 (sql-query-placeholders-and-send): Doc fixes.
11295 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11296 (sql-imenu-generic-expression, sql-buffer)
11297 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11298 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11299 (sql-mode-sybase-font-lock-keywords)
11300 (sql-mode-informix-font-lock-keywords)
11301 (sql-mode-interbase-font-lock-keywords)
11302 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11303 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11304 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11305 (sql-product-feature, sql-highlight-product)
11306 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11307 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11308 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11309 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11310 Fix typos in docstrings.
11311
0235128c 113122010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11313
11314 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11315 property instead of `invisible' and `after-string' (bug#5998).
11316
0235128c 113172010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11318
11319 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11320
0235128c 113212010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11322
11323 * filecache.el (file-cache-add-directory-list)
11324 (file-cache-add-directory-recursively): Fix typos in docstrings.
11325
0235128c 113262010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11327
11328 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11329 (gujarati-composable-pattern): Fix typo.
ece33a6e 11330
0235128c 113312010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11332
11333 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11334 (tamil-composable-pattern, malayalam-composable-pattern):
11335 Add two-part vowels to "v" (vowel sign).
771533aa 11336
0235128c 113372010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11338
99833607
CY
11339 * files.el (copy-directory): Handle symlinks (Bug#5982).
11340
0235128c 113412010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11342
11343 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11344 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11345 (Bug#5846).
11346
0235128c 113472010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11348
0ca12598
GM
11349 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11350
d2c7b917
GM
11351 * minibuffer.el (completion-at-point): Doc fix.
11352
ba5bf5f0
SM
113532010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * electric.el (Electric-command-loop): Minor tweak.
11356
11357 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11358 better with dedicated windows.
11359
0235128c
SM
113602010-05-07 Chong Yidong <cyd@stupidchicken.com>
11361
11362 * Version 23.2 released.
11363
560bb7ae 113642010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11365 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11366
11367 Highlight vendor specific properties.
11368 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11369 (css-proprietary-property): New face.
11370 (css-font-lock-keywords): Use them.
11371
c0162ade
EZ
113722010-05-07 Eli Zaretskii <eliz@gnu.org>
11373
11374 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11375
f3ee9200
SM
113762010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11377
05623156
SM
11378 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11379 * files.el (auto-mode-alist): Remove redundant entries.
11380
f3ee9200
SM
11381 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11382 * simple.el (auto-save-mode): Move from files.el.
11383 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11384
560bb7ae 113852010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11386
76e3243a 11387 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11388
765d4319
KY
113892010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11390
11391 * mail/binhex.el (binhex-decode-region-internal)
11392 * mail/uudecode.el (uudecode-decode-region-internal)
11393 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11394 (dns-read-type, dns-query)
11395 * pgg-parse.el (pgg-parse-armor)
11396 * pgg.el (pgg-verify-region)
11397 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11398 XEmacs.
11399
86d21cc0 11400 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11401
f83483ff
JB
114022010-05-07 Juanma Barranquero <lekktu@gmail.com>
11403
40ab7974
JB
11404 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11405
f83483ff
JB
11406 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11407 * emulation/cua-base.el (cua-repeat-replace-region):
11408 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11409 (cua-cut-region-to-global-mark):
11410 Remove text properties with `set-text-properties'.
11411
9566840f
MA
114122010-05-06 Michael Albinus <michael.albinus@gmx.de>
11413
f3ee9200
SM
11414 * net/tramp.el (top, with-progress-reporter):
11415 Use `symbol-function' inside `funcall'.
9566840f
MA
11416
11417 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11418 (tramp-compat-delete-file, tramp-compat-delete-directory):
11419 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11420
11421 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11422 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11423 inside `funcall'.
11424
0c495c21
SM
114252010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11426
1493963b
SM
11427 * minibuffer.el (completion--sreverse, completion--common-suffix):
11428 New functions.
11429 (completion-pcm--merge-completions): Extract common suffix when safe.
11430
0c495c21
SM
11431 * emacs-lisp/easy-mmode.el (define-minor-mode):
11432 Make :variable more flexible.
11433 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11434
221a0647
JL
114352010-05-05 Juri Linkov <juri@jurta.org>
11436
11437 Add `slow' and `history' tags to the desktop data.
11438
11439 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11440 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11441 (Info-finder-find-node): Require `finder.el' to be able
11442 to restore node from the desktop.
11443 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11444 data `Info-history' and `slow' tag in the assoc list.
11445 (Info-restore-desktop-buffer): Don't restore nodes with the
11446 `slow' tag. Restore `Info-history'.
11447
66bdc868
MA
114482010-05-05 Michael Albinus <michael.albinus@gmx.de>
11449
11450 Add FORCE argument to `delete-file'.
11451
11452 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11453 forcing to delete the temporary file.
11454 (ange-ftp-delete-file): Add FORCE arg.
11455 (ange-ftp-rename-remote-to-remote)
11456 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11457 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11458 Force file deletion.
66bdc868
MA
11459
11460 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11461
11462 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11463 (tramp-handle-make-symbolic-link, tramp-handle-load)
11464 (tramp-do-copy-or-rename-file-via-buffer)
11465 (tramp-do-copy-or-rename-file-directly)
11466 (tramp-do-copy-or-rename-file-out-of-band)
11467 (tramp-handle-process-file, tramp-handle-call-process-region)
11468 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11469 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11470 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11471
11472 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11473 (tramp-fish-handle-make-symbolic-link)
11474 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11475
0c495c21
SM
11476 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11477 Use `tramp-compat-delete-file'.
66bdc868
MA
11478
11479 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11480 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11481
11482 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11483 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11484
11485 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11486 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11487 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11488 Use `tramp-compat-delete-file'.
66bdc868 11489
f44379e7
SM
114902010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11491
365f8d85
SM
11492 Minor cleanups.
11493 * subr.el (add-minor-mode): Use push.
11494 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11495 * emulation/edt.el (edt-select-mode): Simplify.
11496
80ac5d4d
SM
11497 Use define-minor-mode in more cases.
11498 * term/tvi970.el (tvi970-set-keypad-mode):
11499 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11500 (normal-erase-is-backspace-mode):
11501 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11502 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11503 (get-scroll-bar-mode): New function.
11504 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11505
11506 Use define-minor-mode for less obvious cases.
f44379e7
SM
11507 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11508 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11509 * international/iso-ascii.el (iso-ascii-mode):
11510 * frame.el (auto-raise-mode, auto-lower-mode):
11511 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11512
c04b03f8
MA
115132010-05-04 Michael Albinus <michael.albinus@gmx.de>
11514
11515 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11516 in order to see error messages for failed logins.
11517
53967e09
CY
115182010-05-03 Chong Yidong <cyd@stupidchicken.com>
11519
11520 * diff.el (diff-sentinel):
11521
11522 * epg.el (epg--make-temp-file, epg-decrypt-string)
11523 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11524
11525 * jka-compr.el (jka-compr-partial-uncompress)
11526 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11527
11528 * server.el (server-sentinel): Use delete-file's new FORCE arg
11529 (Bug#6070).
11530
56eb0904
SM
115312010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11532
11533 Use define-minor-mode where applicable.
11534 * view.el (view-mode):
11535 * type-break.el (type-break-query-mode)
11536 (type-break-mode-line-message-mode):
11537 * textmodes/reftex.el (reftex-mode):
11538 * term/vt100.el (vt100-wide-mode):
11539 * tar-mode.el (tar-subfile-mode):
11540 * savehist.el (savehist-mode):
11541 * ibuf-ext.el (ibuffer-auto-mode):
11542 * composite.el (auto-composition-mode):
11543 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11544 Use define-minor-mode.
11545 (vhdl-mode): Use static mode-line format.
11546 (vhdl-mode-line-update): Delete.
11547 (vhdl-create-mode-menu, vhdl-activate-customizations)
11548 (vhdl-hs-minor-mode): Don't bother calling it.
11549
672eb710
SM
115502010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11551
8f92b8ad
SM
11552 * simple.el (with-wrapper-hook): Move.
11553 (buffer-substring-filters): Mark obsolete.
11554 (filter-buffer-substring-functions): New variable.
1fada563 11555 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11556
c04b03f8 115572010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11558 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11559
11560 Implement compression for inline methods.
11561
11562 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11563 (tramp-copy-size-limit): Allow also nil.
11564 (tramp-inline-compress-commands): New defconst.
11565 (tramp-find-inline-compress, tramp-get-inline-compress)
11566 (tramp-get-inline-coding): New defuns.
cb7f3653 11567 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11568 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11569 (tramp-handle-file-local-copy, tramp-handle-write-region)
11570 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11571
8c0bf8b3
SM
115722010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11573
07125a91
SM
11574 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11575 Remove unused functions.
11576
f3a47002
SM
11577 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11578 Set find-tag-default-function as a variable rather than a property.
11579
8c0bf8b3
SM
11580 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11581 * progmodes/etags.el (tags-completion-at-point-function):
11582 Remove left over interactive spec. Add autoloading stub.
11583 (complete-tag): Use tags-completion-at-point-function.
11584
27601456
CY
115852010-04-30 Chong Yidong <cyd@stupidchicken.com>
11586
cb7f3653 11587 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11588
09d0284d
CY
115892010-04-29 Chong Yidong <cyd@stupidchicken.com>
11590
27d3cd56
CY
11591 * ido.el (ido-init-completion-maps): Remove C-v binding.
11592 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11593
3a07ffce
CY
115942010-04-29 Chong Yidong <cyd@stupidchicken.com>
11595
11596 * minibuffer.el (tags-completion-at-point-function): New function.
11597 (completion-at-point-functions): Use it.
11598
3a07ffce
CY
11599 * progmodes/etags.el (complete-tag): Revert last change.
11600
3d14bb73
AM
116012010-04-29 Alan Mackenzie <acm@muc.de>
11602
11603 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11604 off-by-one error (in end of macro position).
11605
7d353d11
SM
116062010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11607
11608 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11609 firefox is absent. Don't autoload.
11610 (browse-url-galeon-program): Don't autoload.
11611
48111a85
CY
116122010-04-28 Chong Yidong <cyd@stupidchicken.com>
11613
11614 * bindings.el (complete-symbol): Move into minibuffer.el.
11615
11616 * minibuffer.el (complete-tag): Move from etags.el. If tags
11617 completion cannot be performed, return nil instead of signalling
11618 an error.
11619 (completion-at-point): Make it an alias for complete-symbol.
11620 (complete-symbol): Move from bindings.el, and replace with the
11621 body of completion-at-point.
11622
11623 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11624
7ba94701
MA
116252010-04-28 Michael Albinus <michael.albinus@gmx.de>
11626
11627 * net/tramp.el (tramp-remote-selinux-p): New defun.
11628 (tramp-handle-file-selinux-context)
11629 (tramp-handle-set-file-selinux-context): Use it.
11630
95c6cc3e
SS
116312010-04-28 Sam Steingold <sds@gnu.org>
11632
11633 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11634 `safe-local-variable' if the value is a string or a symbol with
11635 the property `bug-reference-url-format'.
11636
36045ff3
CY
116372010-04-28 Chong Yidong <cyd@stupidchicken.com>
11638
537ffaf3
SM
11639 * progmodes/bug-reference.el (bug-reference-url-format):
11640 Revert 2010-04-27 change due to security risk.
36045ff3 11641
56924d99
SM
116422010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 Make it possible to locally disable a globally enabled mode.
11645 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11646 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11647 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11648 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11649 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11650 that subsequent hooks get a chance to disable it.
11651
ccaa4765
SM
116522010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11653
17818d71
SM
11654 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11655 Avoid re-enabling a minor mode after the user turned the minor mode
11656 off if MODE-enable-in-buffers is run twice (typically once from
11657 fundamental-mode's after-change-major-mode-hook and a second time from
11658 run-mode-hook's own after-change-major-mode-hook).
11659
ccaa4765
SM
11660 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11661
2a6f654e
SS
116622010-04-27 Sam Steingold <sds@gnu.org>
11663
11664 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11665 `safe-local-variable' if the value is a string or a function, as
11666 documented and implemented on 2010-04-02.
11667
cecaa674
JB
116682010-04-27 Juanma Barranquero <lekktu@gmail.com>
11669
11670 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11671 when method is 'kill.
11672
116732010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11674
a628ad9d
JB
11675 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11676 condition in default directory check.
01c35094 11677 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11678 Kill ispell process when killing its associated buffer.
11679
7dd7fbb9
JD
116802010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11681
11682 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11683 but we aren't using it.
11684
7ac82b84
J
116852010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11686
11687 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11688 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11689
fea1add4
GM
116902010-04-24 Glenn Morris <rgm@gnu.org>
11691
11692 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11693 Ignore VCS-ignore files, and deleted nextstep preferences files.
11694 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11695 (authors-ambiguous-files): New list.
11696 (authors-valid-file-names): Add some deleted files.
11697 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11698 (authors-disambiguate-file-name): New function. (Bug#5501)
11699 (authors-canonical-file-name): Doc fix.
11700 Don't warn about obsolete files.
11701 (authors-canonical-file-name, authors-scan-el):
11702 Use authors-disambiguate-file-name.
11703
cbcfee6e
GM
11704 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11705 Add autoload cookies.
11706 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11707 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11708 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11709 They have definitions / compiler macros in cl.el.
11710 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11711 Replace manual autoloads with generated ones.
11712 (htmlfontify-unload-rgb-file): Remove autoload.
11713 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11714
3b548e1b
SM
117152010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11716
9ae0c310
SM
11717 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11718 (byte-compile-setq-default): Optimize for the
11719 single-var case and don't call byte-compile-form in this case to avoid
11720 inf-loop with byte-compile-set-default.
11721
3b548e1b
SM
11722 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11723
632c5478
MA
117242010-04-23 Michael Albinus <michael.albinus@gmx.de>
11725
11726 Implement SELINUX backends.
11727
3b548e1b
SM
11728 * net/tramp.el (tramp-file-name-handler-alist):
11729 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11730 (tramp-handle-file-selinux-context)
11731 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11732 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11733 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11734
3b548e1b
SM
11735 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11736 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11737 (tramp-gvfs-handle-file-selinux-context)
11738 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11739 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11740
11741 * net/ange-ftp.el (ange-ftp-copy-file):
11742 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11743 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11744 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11745 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11746
a94d821f
MA
117472010-04-22 Michael Albinus <michael.albinus@gmx.de>
11748
11749 Synchronize with Tramp repository.
11750
11751 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11752 (tramp-action-process-alive, tramp-action-out-of-band)
11753 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11754 (tramp-exists-file-name-handler): Fix docstring.
11755 (with-progress-reporter): New defmacro.
11756 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11757 (tramp-maybe-open-connection): Use it.
11758
a92375d9
MA
117592010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11760
11761 Detect ssh 'ControlMaster' argument automatically in some cases.
11762
11763 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11764 (tramp-default-method): Use it.
11765
489fe4c2
MA
117662010-04-22 Michael Albinus <michael.albinus@gmx.de>
11767
25f14cdb
MA
11768 * net/tramp.el (tramp-handle-copy-file): Add new optional
11769 parameter `preserve-selinux-context'.
11770 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11771
a92375d9
MA
117722010-04-22 Michael Albinus <michael.albinus@gmx.de>
11773
489fe4c2
MA
11774 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11775 Ensure, that non remote files are still checked. Oops.
11776
acd1f317
MA
117772010-04-21 Michael Albinus <michael.albinus@gmx.de>
11778
11779 Fix Bug#5840.
11780
11781 * icomplete.el (icomplete-completions): Use `non-essential'.
11782
11783 * net/tramp.el (tramp-connectable-p): New defun.
11784 (tramp-handle-expand-file-name)
11785 (tramp-completion-handle-file-name-all-completions)
11786 (tramp-completion-handle-file-name-completion): Use it.
11787
62c5b459
SM
117882010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11791
f904c0f9
JD
117922010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11793
11794 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11795
11796 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11797
11798 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11799 is present.
11800
11801 * info.el (info-tool-bar-map): Add labels.
11802
11803 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11804
11805 * cus-edit.el (custom-commands): Add labels for tool bar.
11806 (custom-buffer-create-internal, Custom-mode): Adjust for
11807 labels in custom-commands.
11808
11809 * dynamic-setting.el: Renamed from font-setting.el.
11810
c5cbeb12
LL
118112010-04-21 John Wiegley <jwiegley@gmail.com>
11812
11813 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11814 toggles the use of virtual buffers.
537ffaf3 11815 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11816 (ido-toggle-virtual-buffers): New function.
11817
fcc93746
JB
118182010-04-21 Juanma Barranquero <lekktu@gmail.com>
11819
11820 Use `define-derived-mode'; fix window selection; doc fixes.
11821 * play/tetris.el (tetris, tetris-update-speed-function)
11822 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11823 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11824 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11825 (tetris-pause-game): Fix typos in docstrings.
11826 (tetris-mode-map, tetris-null-map):
11827 Move initialization into declaration.
11828 (tetris-mode): Define with `define-derived-mode';
11829 set show-trailing-whitespace to nil.
11830 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11831
574c05e2
KK
118322010-04-21 Karel Klíč <kklic@redhat.com>
11833
11834 * files.el (backup-buffer): Handle SELinux context, and return it
11835 if a backup was made by renaming.
11836 (backup-buffer-copy): Set SELinux context to the target file.
11837 (basic-save-buffer): Set SELinux context of the newly written file.
11838 (basic-save-buffer-1): Now it also returns any SELinux context.
11839 (basic-save-buffer-2): Set SELinux context of the newly created file,
11840 and return it.
11841 * net/tramp.el (tramp-file-name-for-operation):
11842 Add file-selinux-context.
11843
e97a42c1
SM
118442010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11845
f2b9ed18
SM
11846 Make the log-edit comments use RFC822 format throughout.
11847
e97a42c1
SM
11848 * vc.el (vc-checkin, vc-modify-change-comment):
11849 Adjust to new vc-start/finish-logentry.
11850 (vc-find-conflicted-file): New command.
11851 (vc-transfer-file): Adjust to new vc-checkin.
11852 (vc-next-action): Improve scoping.
11853
11854 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11855 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11856
11857 * vc-git.el (vc-git-log-edit-mode): Remove.
11858 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11859 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11860
11861 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11862 (vc-start-logentry): Remove argument `extra'.
11863 (vc-finish-logentry): Remove extra args.
11864
11865 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11866 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11867 (vc-bzr-conflicted-files): New function.
11868
11869 * log-edit.el (log-edit-extra-flags)
11870 (log-edit-before-checkin-process): Remove.
11871 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11872 (log-edit-headers-alist): New var.
11873 (log-edit-header-contents-regexp): New const.
11874 (log-edit-match-to-eoh): New function.
11875 (log-edit-font-lock-keywords): Use them.
11876 (log-edit): Insert a "Summary:" header as default.
11877 (log-edit-mode): Mark font-lock rules as case-insensitive.
11878 (log-edit-done): Cleanup headers.
11879 (log-view-process-buffer): Remove.
11880 (log-edit-extract-headers): New function to replace it.
11881
938efb77
JB
118822010-04-20 Juanma Barranquero <lekktu@gmail.com>
11883
11884 * subr.el (default-direction-reversed): Remove obsolescence info.
11885
1cfb415b
SM
118862010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11887
cb4f9513
SM
11888 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11889 windows/frames.
11890
6e610c72
SM
11891 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11892 I.e. include text after point in the completion region.
11893 Also, return nil when we're not after/in a symbol.
11894
1cfb415b
SM
11895 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11896 default enable-multibyte-characters.
11897
c80fa13c
SM
118982010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11899
87926e02
SM
11900 * international/mule.el: Help the user choose a valid coding-system.
11901 (read-buffer-file-coding-system): New function.
11902 (set-buffer-file-coding-system): Use it. Prompt the user if the
11903 coding-system cannot encode all the chars.
11904
c80fa13c
SM
11905 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11906 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11907 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11908 Don't use *vc-bzr-shelve*.
11909
6e104790 119102010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11911
11912 Fix the version number for added files.
11913 * vc-hg.el (vc-hg-working-revision): Check if the file is
11914 registered after hg parent fails (Bug#5961).
11915
6e104790 119162010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11917
11918 * htmlfontify.el (htmlfontify-buffer)
11919 (htmlfontify-copy-and-link-dir): Autoload entry points.
11920
6e104790 119212010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11922
11923 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11924 name relative to the project root (Bug#5960).
11925
6e104790 119262010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11927
11928 * vc-git.el (vc-git-print-log): Doc fix.
11929
6e104790 119302010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11931
11932 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11933
53cfe624 119342010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11935
11936 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11937 default settings (Bug#5928).
11938
6e104790 119392010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11940
11941 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11942 New function.
0a23b2c3 11943 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11944
6e104790 119452010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11946
11947 * language/indian.el (malayalam-composable-pattern): Fix previous
11948 change (add U+0D4D "SIGN VIRAMA").
11949 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11950 (tamil-composable-pattern): Fix typo in the regexp.
11951 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11952 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11953 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11954
6e104790 119552010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11956
11957 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11958 paragraph-separate (Bug#5821).
11959
6e104790 119602010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11961
11962 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11963
11964 * info.el (Info-find-node-2): Comment out code that skips
11965 breadcrumbs line.
11966 (Info-mouse-follow-link): New command.
11967 (Info-link-keymap): New keymap.
11968 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11969 Return a string with links instead of inserting breadcrumbs
11970 to the Info buffer.
11971 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11972 Instead of putting the `invisible' text property over the Info
11973 header, make an overlay over the Info header with the `invisible'
11974 property and `after-string' set to the string returned by
11975 `Info-breadcrumbs'.
11976
6e104790 119772010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11978
11979 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11980 Reported by monkey@sandpframing.com.
11981
98923800
SM
119822010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11983
b5feea0f
SM
11984 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11985 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11986 available in the "keyseq cache" any more.
11987
98923800
SM
11988 * custom.el (defcustom): Add edebug spec.
11989
fd5c9dfa
JL
119902010-04-18 Juri Linkov <juri@jurta.org>
11991
11992 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11993
11994 * view.el (view-file, view-buffer): Move test for special mode-class
11995 from view-file to view-buffer.
11996
11997 * tar-mode.el (tar-extract): Turn if's into one cond
11998 like in arc-mode.el.
11999
b3671a51
JL
120002010-04-18 Juri Linkov <juri@jurta.org>
12001
12002 Add 7z archive format support (bug#5475).
12003
12004 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12005 (archive-7z-extract): New defcustom.
12006 (archive-find-type): Add magic string for 7z.
12007 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12008 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12009 `buffer' arg of `call-process'.
12010 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12011 call the function `archive-7z-extract' with the variable
12012 `archive-7z-extract' let-bound to `archive-zip-extract'.
12013 (archive-7z-summarize, archive-7z-extract): New functions.
12014
12015 * international/mule.el (auto-coding-alist):
12016 * files.el (auto-mode-alist): Add 7z file extension.
12017
8a37fb25
SM
120182010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12019
e9515805
SM
12020 * loadup.el: Setup hash-cons for pure data.
12021
f8ea0098
SM
12022 Fix duplicate entries in cedet's loaddefs.el files.
12023 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12024 Should make most file-local generated-autoload-file unnecessary.
12025 (print-readably): Silence warnings.
12026 (autoload-find-destination): Take load-name as an arg to make sure
12027 it's the same as the one that will be in the file.
12028 (autoload-generate-file-autoloads): Adjust to above changes.
12029 Try to make the dataflow a bit simpler.
12030
8a37fb25
SM
12031 * cvs-status.el (cvs-refontify): Remove unused.
12032
f8b91752
JB
120332010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12034
76e3243a 12035 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 12036
76e3243a 12037 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
12038 twos-complement mode.
12039
d8b01fef
JB
120402010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12041
76e3243a
JB
12042 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12043 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
12044 (calc-inverse): Add "Option" to message, as appropriate.
12045 (calc-hyperbolic): Add "Option" to message, as appropriate.
12046 (calc-option, calc-is-option): New functions.
12047
76e3243a 12048 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
12049 (calc-option-prefix-help): New function.
12050
76e3243a 12051 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 12052
76e3243a 12053 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
12054 (calc-option-flag): New variable.
12055 (calc-do): Set `calc-option-flag to nil.
12056 (calc-set-mode-line): Add "Opt " as appropriate.
12057
74f806a1
JL
120582010-04-16 Juri Linkov <juri@jurta.org>
12059
12060 Move scrolling commands from simple.el to window.el
12061 because their primitives are implemented in window.c.
12062
12063 * simple.el (scroll-error-top-bottom)
12064 (scroll-up-command, scroll-down-command, scroll-up-line)
12065 (scroll-down-line, scroll-other-window-down)
12066 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12067 * window.el (scroll-error-top-bottom)
12068 (scroll-up-command, scroll-down-command, scroll-up-line)
12069 (scroll-down-line, scroll-other-window-down)
12070 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12071 Move from simple.el to window.el because their primitives are
12072 implemented in window.c.
12073
ad40eec5
JL
120742010-04-16 Juri Linkov <juri@jurta.org>
12075
12076 * isearch.el (isearch-lookup-scroll-key): Check both
12077 `isearch-scroll' and `scroll-command' properties.
12078 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12079
12080 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12081
12082 * simple.el (scroll-up-command, scroll-down-command)
12083 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12084
a4b000fb
JL
120852010-04-15 Juri Linkov <juri@jurta.org>
12086
12087 * simple.el (scroll-up-command, scroll-down-command)
12088 (scroll-up-line, scroll-down-line): Put `scroll-command'
12089 property on the these symbols. Remove them from
12090 `scroll-preserve-screen-position-commands'.
12091
12092 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12093 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12094 Remove it from `scroll-preserve-screen-position-commands'.
12095
12096 * isearch.el (isearch-allow-scroll): Doc fix.
12097
4874f5e6
MA
120982010-04-15 Michael Albinus <michael.albinus@gmx.de>
12099
12100 * net/tramp.el (tramp-error-with-buffer): Don't show the
12101 connection buffer when we are in completion mode.
12102 (tramp-file-name-handler): Catch the error for some operations
12103 when we are in completion mode. This gives the user the chance to
12104 correct the file name in the minibuffer.
12105
82883f0a
GM
121062010-04-15 Glenn Morris <rgm@gnu.org>
12107
12108 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12109
528b9ea9
JB
121102010-04-15 Juanma Barranquero <lekktu@gmail.com>
12111
12112 Simplify by using `define-derived-mode'.
12113 * info.el (Info-mode):
12114 * calendar/todo-mode.el (todo-mode):
12115 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12116 (gomoku-mode-map): Move initialization into declaration.
12117
5f2b693f
MA
121182010-04-14 Michael Albinus <michael.albinus@gmx.de>
12119
12120 Fix Bug#5840.
12121 * ido.el (ido-file-name-all-completions-1):
12122 * minibuffer.el (minibuffer-completion-help):
12123 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12124
ebb9641f
SM
121252010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12126
38111a5a
SM
12127 * simple.el (non-essential): New var.
12128
ebb9641f
SM
12129 Add a new field `location' to bookmarks for non-file bookmarks.
12130 * bookmark.el (bookmark-location): Use the new field, if present.
12131 (bookmark-insert-location): Undo last change, not needed any more.
12132 * man.el (Man-bookmark-make-record):
12133 * woman.el (woman-bookmark-make-record): Add `location' field.
12134
7b05466f
JL
121352010-04-14 Juri Linkov <juri@jurta.org>
12136
12137 * simple.el (scroll-error-top-bottom): New defcustom.
12138 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12139
12140 * emulation/pc-select.el (pc-select-override-scroll-error):
12141 Obsolete in favor of `scroll-error-top-bottom'.
12142
32129746
JL
121432010-04-14 Juri Linkov <juri@jurta.org>
12144
12145 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12146 `scroll-up-command' and `M-v' to `scroll-down-command'.
12147
12148 * emulation/cua-rect.el (cua--init-rectangles):
12149 * forms.el (forms--change-commands):
12150 * image-mode.el (image-mode-map):
12151 Remap scroll-down-command and scroll-up-command
12152 in addition to scroll-down and scroll-up.
12153
9013a7f8
JL
121542010-04-14 Juri Linkov <juri@jurta.org>
12155
12156 * mwheel.el (scroll-preserve-screen-position-commands):
12157 Add mwheel-scroll to this list of commands.
12158
12159 * simple.el (scroll-preserve-screen-position-commands):
12160 Add scroll-up-command, scroll-down-command, scroll-up-line,
12161 scroll-down-line to this list of commands.
12162
3b7e1d5f
SM
121632010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12164
c1e25821
SM
12165 * obsolete/complete.el: Move from lisp/complete.el.
12166
5b31b787
SM
12167 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12168
3b7e1d5f
SM
12169 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12170 to the minor mode function now turns the mode ON unconditionally.
12171
398a825b
SM
121722010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12173
a544e7c1
SM
12174 * vc-dir.el (vc-dir-kill-line): New command.
12175 (vc-dir-mode-map): Bind it to C-k.
12176
a1979d8e
SM
12177 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12178
398a825b
SM
12179 * woman.el: Add bookmark declarations to silence the compiler.
12180 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12181 step to compatibility between man and woman bookmarks.
12182 Adjust for Man-default-bookmark-title renaming.
12183 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12184
12185 * man.el: Add bookmark declarations to silence the compiler.
12186 (Man-name-local-regexp): Make it match NAME as well.
12187 (Man-getpage-in-background): Return the buffer.
12188 (Man-notify-when-ready): Use `case'.
12189 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12190 Don't hardcode "NAME". Simplify.
12191 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12192 Rename from Man-bookmark-make-record.
12193 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12194 we have the actual man-args. Use Man-getpage-in-background rather
12195 than `man' since the arg is already processed. Let bookmark.el do the
12196 window handling. Only wait for the relevant process.
12197 Don't forget to autoload.
12198
12199 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12200
45be326a
TV
122012010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12202
12203 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12204 New functions.
12205 (woman-mode): Setup bookmark support.
12206
12207 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12208 (man-bookmark-jump): New functions.
12209 (Man-mode): Setup bookmark support.
12210
3acb4c93
CY
122112010-04-10 Jari Aalto <jari.aalto@cante.net>
12212
12213 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12214 recognize ssh-keygen prompt (Bug#2817).
12215
b6bbb65e
MA
122162010-04-10 Michael Albinus <michael.albinus@gmx.de>
12217
12218 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12219
b533bc97
MA
122202010-04-10 Michael Albinus <michael.albinus@gmx.de>
12221
12222 Synchronize with Tramp repository.
12223
12224 * net/tramp.el (tramp-completion-function-alist)
12225 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12226 (tramp-local-coding-commands, tramp-remote-coding-commands):
12227 Fix docstring.
12228 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12229 (tramp-handle-directory-files-and-attributes)
12230 (tramp-get-remote-path): Use `copy-tree'.
12231 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12232 compatibility: Use `completion-ignore-case' if
12233 `read-file-name-completion-ignore-case' does not exist.
12234 (tramp-do-copy-or-rename-file-directly): Do not use
12235 `tramp-handle-file-remote-p'.
45be326a
TV
12236 (tramp-do-copy-or-rename-file-out-of-band):
12237 Use `tramp-compat-delete-directory'.
b533bc97 12238 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12239 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12240 Use `format-spec-make'.
b533bc97
MA
12241 (tramp-find-foreign-file-name-handler)
12242 (tramp-advice-make-auto-save-file-name)
12243 (tramp-set-auto-save-file-modes): Remove superfluous check for
12244 `stringp'. This is done inside `tramp-tramp-file-p'.
12245 (tramp-debug-outline-regexp): New defconst.
12246 (tramp-get-debug-buffer): Use it.
12247 (tramp-check-for-regexp): Use (forward-line 1).
12248 (tramp-set-auto-save-file-modes): Adapt version check.
12249
45be326a
TV
12250 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12251 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12252 (tramp-compat-make-temp-file): Simplify fallback implementation.
12253 (tramp-compat-copy-tree): Remove function.
12254 (tramp-compat-delete-directory): Provide implementation for older
12255 Emacsen.
12256
12257 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12258 Do not use `tramp-fish-handle-file-attributes.
12259
12260 * net/trampver.el: Update release number.
12261
ba33df00
GM
122622010-04-10 Glenn Morris <rgm@gnu.org>
12263
12264 * progmodes/compile.el (compilation-save-buffers-predicate):
12265 Add missing :version tag.
12266
4a8ae76f
SS
122672010-04-09 Sam Steingold <sds@gnu.org>
12268
12269 * progmodes/compile.el (compilation-save-buffers-predicate):
12270 Remove the "autoload" cookie.
12271
0880716f
SS
12272 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12273 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12274 and `bug-reference-prog-mode' can be used in hooks directly.
12275
6aebd58c
DN
122762010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12277
12278 Add --author support to git commit.
12279 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12280 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12281 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12282 New declarations.
6aebd58c 12283
f6d90772
ER
122842010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12285
12286 * vc-hooks.el, vc-git.el: Improve documentation comments.
12287
e754e83b
SM
122882010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 Fix some of the problems in defsubst* (bug#5728).
12291 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12292 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12293
9e86ab0b
SS
122942010-04-07 Sam Steingold <sds@gnu.org>
12295
e754e83b
SM
12296 * progmodes/compile.el (compilation-save-buffers-predicate):
12297 New custom variable.
9e86ab0b
SS
12298 (compile, recompile): Pass it to `save-some-buffers'.
12299
b0c8b840
JD
123002010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12301
12302 * wid-edit.el (widget-choose): Move cursor to the second line of
12303 the buffer (Bug#5695).
12304
31527c56
DN
123052010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12306
12307 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12308 * vc.el (vc-print-log-setup-buttons): New function split out from
12309 vc-print-log-internal.
12310 (vc-log-internal-common): New function, a parametrized version of
12311 vc-print-log-internal.
12312 (vc-print-log-internal): Just call vc-log-internal-common with the
12313 right arguments.
12314 (vc-incoming-outgoing-internal):
12315 (vc-log-incoming, vc-log-outgoing): New functions.
12316 (vc-log-view-type): New permanent local variable.
12317
12318 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12319
12320 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12321 of the dynamic bound vc-short-log.
12322 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12323
12324 * vc-git.el (vc-git-log-outgoing): New function.
12325 (vc-git-log-view-mode): Use vc-log-view-type instead
12326 of the dynamic bound vc-short-log.
12327
12328 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12329 of the dynamic bound vc-short-log. Highlight the tag.
12330 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12331 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12332 (vc-hg-incoming-mode): Remove.
12333 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12334
7ec69e2b
DN
123352010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12336
12337 Fix default-directory for vc-root-diff.
12338 * vc.el (vc-root-diff): Bind default-directory to the root
12339 directory for the diff command.
12340
fd9ea9d3
WS
123412010-04-07 Michael McNamara <mac@mail.brushroad.com>
12342
6e104790 12343 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12344 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12345 word keywords, suggested by Steve Pearlmutter.
6e104790 12346 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12347 port lists.
6e104790 12348 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12349 fix bug for /* / comments.
6e104790 12350 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12351 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12352 (verilog-pretty-declarations): Enhance to line up declarations
12353 inside a parameter list, suggested by Alan Morgan.
12354 (verilog-pretty-expr): Tune assignment regular expression match
12355 string for corner cases; also use markers instead of character
12356 number as indent changes the later.
fd9ea9d3
WS
12357
123582010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12359
6e104790
SM
12360 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12361 as missing keyword.
12362 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12363 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12364 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12365 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12366 Tennant.
12367 (verilog-keywords):
fd9ea9d3
WS
12368 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12369 1800-2009 keywords, including "global.".
12370
2a07afc5
JW
123712010-04-06 John Wiegley <jwiegley@gmail.com>
12372
8b32731a 12373 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12374 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12375 file basename). Should use uniquify to offer a real solution.
2a07afc5 12376
f9a27d86
JW
123772010-04-06 John Wiegley <jwiegley@gmail.com>
12378
8b32731a
JB
12379 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12380 comment to code, and add a :version tag.
12381 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12382
9caf8a8f
JB
123832010-04-06 Juanma Barranquero <lekktu@gmail.com>
12384
12385 Enable recentf-mode if using virtual buffers.
12386 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12387 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12388 (ido-make-buffer-list): Simplify.
12389 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12390
5a97d2da
JL
123912010-04-05 Juri Linkov <juri@jurta.org>
12392
12393 Scrolling commands which scroll a line instead of full screen.
12394 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12395
12396 * simple.el (scroll-up-line, scroll-down-line): New commands.
12397 Put property isearch-scroll=t on them.
12398
12399 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12400 Remove commands.
12401
79ce172a
JL
124022010-04-05 Juri Linkov <juri@jurta.org>
12403
8b32731a 12404 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12405 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12406
12407 * simple.el (scroll-up-command, scroll-down-command): New commands.
12408 Put property isearch-scroll=t on them.
12409
12410 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12411 `scroll-down-command' and [next] from `scroll-up' to
12412 `scroll-up-command'.
12413
12414 * emulation/cua-base.el: Put property CUA=move on
12415 `scroll-up-command' and `scroll-down-command'.
12416 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12417 and `scroll-down-command' to `cua-scroll-down'.
12418
309d5b43
JB
124192010-04-05 Juanma Barranquero <lekktu@gmail.com>
12420
6460e534 12421 * help.el (describe-mode): Return nil.
309d5b43 12422
0523d117
JW
124232010-04-04 John Wiegley <jwiegley@gmail.com>
12424
12425 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12426 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12427 (ido-virtual): Face used to indicate virtual buffers in the list.
12428 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12429 exists, but a virtual buffer of that name does (which would be why
12430 it was in the list), recreate the buffer by reopening the file.
12431 (ido-make-buffer-list): If virtual buffers are being used, call
12432 `ido-add-virtual-buffers-to-list' before the make list hook.
12433 (ido-virtual-buffers): New variable which contains a copy of the
12434 current contents of the `recentf-list', albeit pared down for the
12435 sake of speed, and with proper faces applied.
12436 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12437 create a list of "virtual buffers" to present to the user in
12438 addition to the currently open set. Note that this logic could
12439 get rather slow if that list is too large. With the default
12440 `recentf-max-saved-items' of 200, there is little speed penalty.
12441
202ff0d6
SM
124422010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * font-lock.el: Require CL when compiling.
12445 (font-lock-turn-on-thing-lock): Use `case'.
12446
ef43a0f4
EZ
124472010-04-03 Eli Zaretskii <eliz@gnu.org>
12448
12449 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12450 Zaretskii.
ef43a0f4 12451
9c13a46e
JL
124522010-04-02 Juri Linkov <juri@jurta.org>
12453
12454 * ehelp.el (electric-help-orig-major-mode):
12455 New buffer-local variable.
12456 (electric-help-mode): Set it to original major-mode. Doc fix.
12457 (with-electric-help): Use `electric-help-orig-major-mode' instead
12458 of (default-value 'major-mode). Doc fix.
12459 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12460
3fb87bf5
SS
124612010-04-02 Sam Steingold <sds@gnu.org>
12462
12463 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12464 `vc-hg-command' with a list of flags.
12465
202ff0d6
SM
12466 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12467 Also accept "patch" and "RFE".
dbb5e44a
SS
12468 (bug-reference-fontify): `bug-reference-url-format' can also be a
12469 function to be able to handle the bug kind.
202ff0d6 12470 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12471
d0b22876
JD
124722010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12473
12474 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12475 value to fboundp, it may not be a symbol.
12476
1625d379
CY
124772010-03-31 Chong Yidong <cyd@stupidchicken.com>
12478
202ff0d6 12479 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12480
1cd095c6
JL
124812010-03-31 Juri Linkov <juri@jurta.org>
12482
12483 * simple.el (next-line, previous-line): Re-throw a signal
12484 with `signal' instead of using `ding'.
12485 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12486
67189e62
JL
124872010-03-31 Juri Linkov <juri@jurta.org>
12488
12489 * simple.el (keyboard-escape-quit): Raise deselecting the active
12490 region higher than exiting the minibuffer.
12491 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12492
1546c559
JL
124932010-03-31 Juri Linkov <juri@jurta.org>
12494
12495 * image.el (image-animated-p): Use `image-metadata' instead of
12496 `image-extension-data'. Get GIF extenstion data from metadata
12497 property `extension-data'.
12498
85626eef
SM
124992010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * simple.el (append-to-buffer): Simplify.
12502
85738751 125032010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12504
12505 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12506 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12507
85738751 125082010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12509
12510 * language/sinhala.el (composition-function-table): Fix regexp for
12511 the new Unicode specification.
12512
12513 * language/indian.el (devanagari-composable-pattern)
12514 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12515 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12516 specification.
12517 (bengali-composable-pattern, gurmukhi-composable-pattern)
12518 (gujarati-composable-pattern, oriya-composable-pattern)
12519 (telugu-composable-pattern): New variables to cope with the new
12520 Unicode specification. Use them in composition-function-table.
12521
85738751 125222010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12523
79d74ac5 12524 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12525 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12526 vectors rather than cons cells, as used in menu-bar-update-buffers.
12527
85738751 125282010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12529
2a793f7f
CY
12530 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12531 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12532 electric punctuation for "{}();,:" (Bug#5586).
12533
03ffe8be
CY
12534 * mail/sendmail.el (mail-default-directory): Doc fix.
12535
85738751 125362010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12537
12538 * mail/sendmail.el (mail-default-directory): Doc fix.
12539
85738751 125402010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12541
12542 * subr.el (version-regexp-alist, version-to-list)
12543 (version-list-<, version-list-=, version-list-<=)
12544 (version-list-not-zero, version<, version<=, version=): Doc fix.
12545 (Bug#5744).
12546
85738751 125472010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12548
12549 * vc.el (vc-root-diff): Doc fix.
12550
85738751 125512010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12552
9aa2c576
CY
12553 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12554
9d30a9f4
CY
12555 * simple.el (append-to-buffer): Fix last change.
12556
85738751 125572010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12558
12559 * simple.el (append-to-buffer): Ensure that point is preserved if
12560 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12561 (Bug#5749)
12562
2372f278
SM
125632010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12564
12565 * files.el (auto-mode-case-fold): Change default to t.
12566
2223a1b3
JL
125672010-03-30 Juri Linkov <juri@jurta.org>
12568
12569 * dired-x.el (dired-omit-mode): Doc fix.
12570
0ef84fc8
JL
125712010-03-30 Juri Linkov <juri@jurta.org>
12572
12573 * replace.el (occur-accumulate-lines): Move occur-engine related
12574 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12575 to be located after `occur-engine'.
12576
dc2d2590
JL
125772010-03-30 Juri Linkov <juri@jurta.org>
12578
12579 Make occur handle multi-line matches cleanly with context.
12580 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12581
12582 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12583 (occur-engine): Add local variables `ret', `prev-after-lines',
12584 `prev-lines'. Use more arguments for `occur-context-lines'.
12585 Set first elem of its returned list to `data', and the second elem
12586 to `prev-after-lines'. Don't print the separator line.
12587 In the end, print remaining context after-lines.
12588 (occur-context-lines): Add new arguments `begpt', `endpt',
12589 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12590 after-lines of the previous match with before-lines of the
12591 current match and not overlap them. Return a list with two
12592 values: the output line and the list of context after-lines.
12593
47c88c06
JL
125942010-03-30 Juri Linkov <juri@jurta.org>
12595
12596 * replace.el (occur-accumulate-lines): Fix a bug where the first
12597 context line at the beginning of the buffer was missing.
12598
a7b02820
EZ
125992010-03-30 Eli Zaretskii <eliz@gnu.org>
12600
12601 * files.el: Make bidi-display-reordering safe variable for boolean
12602 values.
12603
9326ba26 126042010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12605 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12606
12607 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12608 (progress-reporter-update, progress-reporter-do-update):
12609 Handle non-numeric value arguments.
9326ba26
CY
12610 (progress-reporter--pulse-characters): New var.
12611
f6f8aa12
CY
126122010-03-28 Chong Yidong <cyd@stupidchicken.com>
12613
12614 * progmodes/compile.el (compilation-start): Fix regexp detection
12615 of initial cd command (Bug#5771).
12616
7ed287b5
CY
126172010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12618
12619 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12620
146b8b16
NR
126212010-03-27 Nick Roberts <nickrob@snap.net.nz>
12622
12623 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12624 * progmodes/gdb-mi.el: Restore.
12625 * progmodes/gdb-ui.el: Remove.
12626 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12627
b23caf75
GM
126282010-03-25 Glenn Morris <rgm@gnu.org>
12629
12630 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12631 all dired buffers, even tramp ones. (Bug#5755)
12632
18c812bd
SM
126332010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 Add "union tags" in mpc.el.
12636 * mpc.el: Remove backward compatibility code.
12637 (mpc-browser-tags): Change default.
12638 (mpc--find-memoize-union-tags): New var.
12639 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12640 (mpc-cmd-find): Handle the case where the playlist does not exist.
12641 Handle union-tags.
12642 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12643 (mpc-cmd-add): Use mpc-cmd-flush.
12644 (mpc-tagbrowser-tag-name): New fun.
12645 (mpc-tagbrowser-buf): Use it.
12646 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12647
efee6a6d
SM
126482010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12649
9586c41a
SM
12650 Misc cleanup.
12651 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12652 Use replace-regexp-in-string.
12653 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12654 (makefile-imake-mode-syntax-table): Move init into defvar.
12655 (makefile-mode): Use define-derived-mode.
12656
efee6a6d
SM
12657 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12658 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12659 not be present any more.
12660
c6f3804c
JB
126612010-03-24 Juanma Barranquero <lekktu@gmail.com>
12662
12663 * faces.el (set-face-attribute): Fix typo in docstring.
12664 (face-valid-attribute-values): Reflow docstring.
12665
e867cb5d 126662010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12667
efee6a6d 12668 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12669
e867cb5d 126702010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12671
12672 * indent.el (indent-for-tab-command): Doc fix.
12673
e867cb5d 126742010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12675
efee6a6d
SM
12676 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12677 Fix off-by-one error. Fixes bug #5747.
657071fc 12678
e867cb5d 126792010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12680
12681 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12682 (image-dired-read-comment): Doc fix.
12683
efee6a6d
SM
12684 * json.el (json-object-type, json-array-type, json-key-type)
12685 (json-false, json-null, json-read-number):
c8de140b
JB
12686 * minibuffer.el (completion-in-region-functions):
12687 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12688 (cal-tex-cursor-week):
12689 * emacs-lisp/trace.el (trace-function):
12690 * eshell/em-basic.el (eshell/printnl):
12691 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12692 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12693 * obsolete/levents.el (allocate-event, event-key, event-object)
12694 (event-point, event-process, event-timestamp, event-to-character)
12695 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12696 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12697 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12698 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12699 (reftex-highlight-selection): Fix typos in docstrings.
12700
e867cb5d 127012010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12702
12703 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12704
e867cb5d 127052010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12706
12707 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12708 2008-02-13 without comment; mark it obsolete.
12709 (rmail-highlight-headers): Use rmail-highlight-face once more.
12710
e867cb5d 127112010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12712
12713 * woman.el (woman2-process-escapes): Only consume the newline if
12714 the filler character is on a line by itself (Bug#5729).
12715
e867cb5d 127162010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12717
12718 * language/indian.el (devanagari-composable-pattern): Add more
12719 consonants.
12720
e867cb5d 127212010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12722
12723 * net/trampver.el: Update release number.
12724
e867cb5d 127252010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12726
efee6a6d
SM
12727 * net/tramp.el (tramp-find-executable):
12728 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12729 output of "wc -l" more robust.
12730 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12731 (tramp-open-connection-setup-interactive-shell): Remove workaround
12732 for OpenSolaris bug, it is not needed anymore.
12733
e867cb5d 127342010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12735
12736 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12737
e867cb5d 127382010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12739
12740 * files.el (auto-mode-alist): Accept more verilog file patterns.
12741
b2b8574b
SM
127422010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12745
1d94ebb0
GM
127462010-03-24 Glenn Morris <rgm@gnu.org>
12747
7e263967
GM
12748 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12749 log-edit-before-checkin-process.
12750
5ac92c5f
GM
12751 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12752
12753 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12754
549f324a
GM
12755 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12756 (log-view-process-buffer, log-edit-extra-flags): Declare.
12757
495b517c
GM
12758 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12759
f4087766
SS
127602010-03-23 Sam Steingold <sds@gnu.org>
12761
12762 Fix bug#5620: recalculate all markers on compilation buffer
12763 modifications, not on file modifications.
38e9aa53
GM
12764 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12765 variable: the buffer modification time, for buffers not associated with
12766 files.
f4087766
SS
12767 (compilation-mode): Create it.
12768 (compilation-filter): Update it.
12769 (compilation-next-error-function): Use it instead of
12770 `visited-file-modtime' for timestamp.
12771
774642e5
JL
127722010-03-23 Juri Linkov <juri@jurta.org>
12773
12774 Implement Occur multi-line matches.
12775 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12776
12777 * replace.el (occur): Doc fix.
12778 (occur-engine): Set `begpt' to the beginning of the first line.
12779 Set `endpt' to the end of the last match line. At first, count
12780 line numbers between `origpt' and `begpt'. Split out code from
12781 `out-line' variable to new let-bindings `match-prefix' and
12782 `match-str'. In `out-line' add non-numeric prefix to all
12783 non-first lines of multi-line matches. Finally, count lines
12784 between `begpt' and `endpt' and add to `lines'.
12785
f14d1172
JL
127862010-03-23 Juri Linkov <juri@jurta.org>
12787
12788 * replace.el (occur-accumulate-lines, occur-engine):
12789 Use `occur-engine-line' instead of duplicate code.
12790 (occur-engine-line): New function created from duplicate code
12791 in `occur-accumulate-lines' and `occur-engine'.
12792
53e87c57
JL
12793 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12794 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12795
75a3ff20
JL
127962010-03-23 Juri Linkov <juri@jurta.org>
12797
12798 * finder.el: Remove TODO tasks.
12799
12800 * info.el (Info-finder-find-node): Add node "all"
12801 with all package info. Handle a list of multiple keywords
12802 separated by comma.
12803 (info-finder): In interactive use with a prefix argument,
12804 use `completing-read-multiple' to read a list of keywords
12805 separated by comma.
12806
00278747
SM
128072010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12808
12809 Add a new completion style `substring'.
12810 * minibuffer.el (completion-basic--pattern): New function.
12811 (completion-basic-try-completion, completion-basic-all-completions):
12812 Use it.
12813 (completion-substring--all-completions)
12814 (completion-substring-try-completion)
12815 (completion-substring-all-completions): New functions.
12816 (completion-styles-alist): New style `substring'.
12817
64cb11cc
SM
128182010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12819
12820 Get rid of .elc files after removal of the corresponding .el.
12821 * Makefile.in (compile-clean): New target.
12822 (compile-main): Use it.
12823
835e2c65
JD
128242010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12825
12826 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12827 don't do make there. When compiling with separate object dir, there
12828 is no Makefile there.
12829
111a9dff
SM
128302010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 Get rid of the ELCFILES abomination, again.
12833 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12834 (all, compile): Don't call compile-last.
12835 (compile-main): Build the "elcfiles" list dynamically.
12836 (compile-targets): New (internal) target.
12837
82c3d67a
AS
128382010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12839
12840 * Makefile.in (top_srcdir): Define.
12841 (abs_top_builddir): Define.
12842 (srcdir): Don't append `/..'.
12843 (EMACS): Use ${abs_top_builddir}.
12844 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12845 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12846 $(srcdir).
82c3d67a
AS
12847 (lisp): Use $(srcdir) instead of @srcdir@.
12848
d66ecdbb
JL
128492010-03-21 Juri Linkov <juri@jurta.org>
12850
12851 Fix message of multi-line occur regexps and multi-buffer header lines.
12852 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12853
12854 * replace.el (occur-1): Don't display regexp if it is longer
12855 than window-width. Use `query-replace-descr' to display regexp.
12856 (occur-engine): Don't display regexp in the buffer header for
12857 multi-buffer occur. Display a separate header line with total
12858 match count and regexp for multi-buffer occur.
12859 Use `query-replace-descr' to display regexp.
12860
f05e1b94
TZ
128612010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12862
12863 * net/secrets.el: Fix parenthesis.
12864 (secrets-enabled): Fix parenthesis.
12865
801ba3ba
SM
128662010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12867
3613edce
SM
12868 Use more relative file and directory names.
12869 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12870 (setwins, setwins_almost, setwins_for_subdirs):
12871 Don't `cd'; output relative names.
12872 (all, compile, compile-always, compile-last): Set emacswd.
12873 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12874 Just cd to the lisp source dir so we can use relative file names.
12875
801ba3ba
SM
12876 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12877
2b1400b9
GM
128782010-03-20 Glenn Morris <rgm@gnu.org>
12879
12880 * textmodes/rst.el: Use faces for font-lock customization, and make the
12881 old -face variables obsolete.
12882 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12883 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12884 (rst-block-face, rst-external-face, rst-definition-face)
12885 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12886 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12887 Make obsolete.
12888 (rst-font-lock-keywords-function): Update for above changes.
12889
5e418f17
JL
128902010-03-20 Juri Linkov <juri@jurta.org>
12891
12892 * s-region.el:
12893 * obsolete/s-region.el: Move to obsolete.
12894
b0287b39
JB
128952010-03-19 Juanma Barranquero <lekktu@gmail.com>
12896
12897 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12898
3c95bbb6
DN
128992010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12900
12901 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12902
09158997
DN
129032010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12904
12905 Add special markup processing for commit logs.
12906 * log-edit.el (log-edit-extra-flags): New variable.
12907 (log-edit): Add new argument MODE. Use that mode when non-nil
12908 instead of the log-view-mode.
12909 (log-view-process-buffer): New function.
12910
12911 * vc.el: Document that the checkin method takes optional
12912 arguments. Document new backend specific method: log-view-mode.
12913 (vc-default-log-edit-mode): New function.
12914 (vc-checkin): Use a backend specific log-view-mode.
12915 Pass extra arguments to the checkin method.
12916 (vc-modify-change-comment): Pass a dummy extra argument.
12917
12918 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12919 log-edit.
12920 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12921 (vc-finish-logentry): Process the log buffer before passing it
12922 down. Pass log-edit-extra-flags.
12923
12924 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12925 command.
85626eef
SM
12926 (log-edit-extra-flags, log-edit-before-checkin-process):
12927 New declarations.
09158997
DN
12928
12929 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12930 command.
85626eef
SM
12931 (log-edit-extra-flags, log-edit-before-checkin-process):
12932 New declarations.
09158997
DN
12933 (vc-hg-log-edit-mode): New derived mode.
12934
12935 * vc-arch.el (vc-arch-checkin):
12936 * vc-cvs.el (vc-cvs-checkin):
12937 * vc-git.el (vc-git-checkin):
12938 * vc-mtn.el (vc-mtn-checkin):
12939 * vc-rcs.el (vc-rcs-checkin):
12940 * vc-sccs.el (vc-sccs-checkin):
12941 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12942
f430423d
SM
129432010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12946 parent typo).
12947
aa8f8277
GM
129482010-03-19 Glenn Morris <rgm@gnu.org>
12949
f430423d 12950 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12951
04525749
GM
129522010-03-18 Glenn Morris <rgm@gnu.org>
12953
c70815f1
GM
12954 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12955
84d0a5f8
GM
12956 * replace.el (query-replace-history): Give it a doc string.
12957 (map-query-replace-regexp): Use query-replace-from-history-variable
12958 and query-replace-to-history-variable.
12959
e3a15161
GM
12960 * mail/hashcash.el (declare-function): Remove duplicate definition.
12961
27be0364
GM
12962 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12963 Make it an obsolete alias for report-emacs-bug-address.
12964 (message-strip-special-text-properties): Declare.
12965 (report-emacs-bug): Remove test for a pretest bug address.
12966 Combine message-mode-specific code.
12967
88b8d18e
GM
12968 * mail/supercite.el: Don't require sendmail.
12969 (mh-in-header-p): Declare rather than using with-no-warnings.
12970 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12971 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12972
1a355d09
GM
12973 * calendar/cal-french.el: Convert to utf-8.
12974
04525749
GM
12975 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12976 Emacs scripts.
12977
ae84eb97
MA
129782010-03-16 Michael Albinus <michael.albinus@gmx.de>
12979
12980 * net/secrets.el (secrets-enabled): New variable. Use it instead
12981 of a subfeature.
12982
7c75524e
MA
129832010-03-15 Michael Albinus <michael.albinus@gmx.de>
12984
12985 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12986 service "org.freedesktop.secrets" can be pinged.
12987 Provide subfeature `enabled'.
7c75524e 12988
57938a79
JL
129892010-03-14 Juri Linkov <juri@jurta.org>
12990
12991 Add finder unknown keywords.
12992
12993 * finder.el (finder-unknown-keywords): New function.
12994
12995 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12996 to create a Finder node with unknown keywords.
12997
88f4758e
JL
129982010-03-14 Juri Linkov <juri@jurta.org>
12999
13000 * finder.el (finder-compile-keywords): Replace `princ' with
13001 `prin1' on a list of symbols interned from keyword strings.
13002
13003 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13004 a comma, then split keywords using a comma and optional whitespace.
13005 Otherwise, split by whitespace.
13006
13007 * complete.el:
13008 * face-remap.el:
13009 * log-view.el:
13010 * net/hmac-def.el:
13011 * net/hmac-md5.el:
13012 * net/netrc.el:
13013 * progmodes/mixal-mode.el: Fix keywords.
13014
7725ebb7
MA
130152010-03-13 Michael Albinus <michael.albinus@gmx.de>
13016
13017 * Makefile.in (ELCFILES): Add net/secrets.elc.
13018
13019 * net/secrets.el: New file.
13020
6f320937
CY
130212010-03-12 Chong Yidong <cyd@stupidchicken.com>
13022
13023 * facemenu.el (list-colors-display, list-colors-print): New arg
13024 callback. Use it to allow selecting colors.
13025
13026 * wid-edit.el (widget-image-insert): Insert image prop even if the
13027 current display is non-graphic.
13028 (widget-field-value-set): New fun.
13029 (editable-field): Use it.
13030 (widget-field-value-get): Clean up unused var.
85626eef
SM
13031 (widget-color-value-create, widget-color--choose-action):
13032 New funs. Allow using list-colors-display to choose color.
6f320937 13033
647f9993
CY
130342010-03-12 Chong Yidong <cyd@stupidchicken.com>
13035
13036 * cus-edit.el: Resort topmost custom groups.
13037 (custom-buffer-sort-alphabetically): Default to t.
13038 (customize-apropos): Use apropos-parse-pattern.
13039 (custom-search-field): New var.
13040 (custom-buffer-create-internal): Add custom-apropos search field.
13041 (custom-add-parent-links): Don't display parent doc.
13042 (custom-group-value-create): Don't sort top-level custom group.
85626eef 13043 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
13044
13045 (custom-variable-state): New fun, from custom-variable-state-set.
13046 (custom-variable-state-set): Use it.
13047 (custom-group-value-create): Hide options with standard values
13048 using the :hidden-states property. Use progress reporter.
13049
13050 (custom-show): Simplify.
13051 (custom-visibility): Disable images by default.
13052 (custom-variable): New property :hidden-states.
13053 (custom-variable-value-create): Enable images for
13054 custom-visibility widgets. Use :hidden-states property to
13055 determine initial visibility.
13056
13057 * wid-edit.el (widget-image-find): Give images center ascent.
13058 (visibility): Add :on-image and :off-image properties.
13059 (widget-visibility-value-create): Use them.
13060
eba5b4dd
CY
130612010-03-12 Chong Yidong <cyd@stupidchicken.com>
13062
13063 * cus-edit.el (processes): Remove from development group.
13064 (oop, hypermedia): Delete group.
26f4b8ab 13065 (comm): Promote to top-level group.
eba5b4dd
CY
13066
13067 * net/browse-url.el (browse-url):
13068 * net/xesam.el (xesam):
13069 * net/tramp.el (tramp):
13070 * net/goto-addr.el (goto-address):
26f4b8ab 13071 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
13072
13073 * view.el (view): Remove from editing group.
13074
13075 * uniquify.el (uniquify): Put in files group.
13076
13077 * net/browse-url.el (browse-url):
13078 * ps-print.el (postscript): Put in external group.
13079
13080 * cus-edit.el (outlines):
13081 * textmodes/text-mode.el (text-mode-hook):
13082 * textmodes/table.el (table):
13083 * textmodes/picture.el (picture):
13084 * outline.el (outlines): Put in wp group.
13085
13086 * nxml/nxml-mode.el (nxml): Remove from wp group.
13087
13088 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13089
13090 * mail/metamail.el (metamail): Remove from hypermedia group.
13091
13092 * cus-edit.el (abbrev):
13093 * whitespace.el (whitespace):
13094 * vcursor.el (vcursor):
13095 * reveal.el (reveal):
13096 * hl-line.el (hl-line): Put in convenience group.
13097
13098 * epg-config.el (epg): Put in data group.
13099
13100 * emulation/pc-select.el (pc-select): Put in emulations group.
13101
13102 * calculator.el (calculator): Put in applications group.
13103
8117868f
DN
131042010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13105
13106 Add .dir-locals.el support for file-less buffers.
13107 * files.el (hack-local-variables): Split out code to apply local
13108 variable settings ...
13109 (hack-local-variables-apply): ... here. New function.
13110 (hack-dir-local-variables): Use the default directory for when the
13111 buffer does not have an associated file.
13112 (hack-dir-local-variables-non-file-buffer): New function.
13113 * diff-mode.el (diff-mode):
13114 * vc-annotate.el (vc-annotate-mode):
13115 * vc-dir.el (vc-dir-mode):
13116 * log-edit.el (log-edit-mode):
13117 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13118
855a2294
DN
131192010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13120
13121 Add support for shelving snapshots and for showing shelves.
13122 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13123 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13124 New functions.
13125 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13126 (vc-bzr-extra-menu-map): Map them.
13127
3e5b7009
GM
131282010-03-11 Glenn Morris <rgm@gnu.org>
13129
0dcf7d7e
GM
13130 * cus-edit.el (customize-changed-options-previous-release):
13131 Bump to 23.1.
13132
3e5b7009
GM
13133 * image.el (image-animate-max-time): Fix :version tag.
13134
288f9fc0
CY
131352010-03-10 Chong Yidong <cyd@stupidchicken.com>
13136
13137 * Branch for 23.2.
13138
53ef91b1
SM
131392010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * vc-git.el (vc-git-revision-table): Include remote branches.
13142
b41460ae 131432010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
13144
13145 Animated image API.
13146 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13147
13148 * image.el (image-animate-max-time): New defcustom.
13149 (image-animated-types): New defconst.
13150 (create-animated-image, image-animate-timer)
13151 (image-animate-start, image-animate-stop, image-animate-timeout)
13152 (image-animated-p): New functions.
13153
13154 * image-mode.el (image-toggle-display-image):
13155 Replace `create-image' with `create-animated-image'.
13156
e5d1fb10 131572010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
13158
13159 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13160 instead of "format:"; this ensures that the output is
13161 newline-terminated.
13162
4e7cafbe
CY
131632010-03-08 Chong Yidong <cyd@stupidchicken.com>
13164
13165 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13166 that all errors are caught, and that the return value is always a
13167 list (Bug#5692).
13168
aec66319
KH
131692010-03-08 Kenichi Handa <handa@m17n.org>
13170
13171 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 13172 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 13173
b327c975
AS
131742010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13175
13176 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13177 call to rfc822-bad-address. (Bug#5692)
13178
1c465a6a
CY
131792010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13180
85626eef
SM
13181 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13182 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 13183
a4e32226
CY
131842010-03-06 Chong Yidong <cyd@stupidchicken.com>
13185
13186 * calculator.el (calculator): Don't bind split-window-keep-point
13187 (Bug#5674).
13188
4c83ed3d
SM
131892010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * vc-git.el: Re-flow to fit into 80 columns.
13192 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13193 Remove spurious `quote' element in each case alternative.
13194 (vc-git-show-log-entry): Use prog1.
13195 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13196
e8defde3
SM
131972010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13200
233f0c9f
CY
132012010-03-03 Chong Yidong <cyd@stupidchicken.com>
13202
13203 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13204 definition, not the name (Bug#5481).
13205
254bedef 132062010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13207
13208 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13209 argument with a local variable. (Bug#5670)
13210
7187cdae
JL
132112010-03-02 Juri Linkov <juri@jurta.org>
13212
13213 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13214
9cf3544e
MA
132152010-03-02 Michael Albinus <michael.albinus@gmx.de>
13216
13217 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13218 error when FILENAME and NEWNAME are existing remote directories.
13219
13220 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13221 parameter DIR-FLAG.
13222
33f77982
GM
132232010-03-02 Glenn Morris <rgm@gnu.org>
13224
13225 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13226 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13227
d99ea08e
KH
132282010-03-01 Kenichi Handa <handa@m17n.org>
13229
e8defde3 13230 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13231 myanmar-composable-pattern.
13232
e8defde3
SM
13233 * international/characters.el (script-list):
13234 * international/fontset.el (script-representative-chars):
13235 Change myanmar to burmese.
d99ea08e 13236 (otf-script-alist): Likewise.
4aa2c3b2
KH
13237 (setup-default-fontset): Likewise. Re-fix :otf spec.
13238
b374f54d
KY
132392010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13240
13241 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13242
71572c03
JD
132432010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13244
13245 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13246
00cffdeb
MA
132472010-02-28 Michael Albinus <michael.albinus@gmx.de>
13248
13249 * net/tramp.el (tramp-handle-write-region): START can be a string.
13250 Take care in the checks. Reported by Dan Davison
13251 <davison@stats.ox.ac.uk>.
13252
d4b06783
MA
132532010-02-28 Michael Albinus <michael.albinus@gmx.de>
13254
13255 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13256 (dbus-set-property, dbus-get-all-properties):
13257 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13258
8c3e96d2
CY
132592010-02-28 Chong Yidong <cyd@stupidchicken.com>
13260
de3a1fe9
CY
13261 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13262 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13263 * calendar/icalendar.el (icalendar--add-diary-entry):
13264 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13265 * files.el (recover-session-finish): Use with-current-buffer
13266 instead of save-excursion.
13267
c53b9c3b
SM
132682010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 Fix in-buffer completion when after-change-functions modify the buffer.
13271 * minibuffer.el (completion--replace): New function.
13272 (completion--do-completion): Use it and use relative movement.
13273
4a16bdc6
CY
132742010-02-27 Chong Yidong <cyd@stupidchicken.com>
13275
13276 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13277
b8280f39
CY
132782010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13279
c53b9c3b
SM
13280 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13281 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13282
f88cc4d6
KH
132832010-02-26 Kenichi Handa <handa@m17n.org>
13284
13285 * language/burmese.el: Fix entries in composition-function-table.
13286 (myanmar-composable-pattern): New variable.
13287
13288 * international/fontset.el (setup-default-fontset): Add an entry
13289 for myanmar.
13290
13291 * international/characters.el (script-list): Add Myanmar
13292 Extended-A.
13293
cdbf9100
GM
132942010-02-26 Glenn Morris <rgm@gnu.org>
13295
90a94603
GM
13296 * custom.el (custom-initialize-delay): Doc fix.
13297
cdbf9100
GM
13298 * mail/sendmail.el (send-mail-function): Autoload the call
13299 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13300
f95a5fd0
CY
133012010-02-24 Chong Yidong <cyd@stupidchicken.com>
13302
13303 * files.el (hack-local-variables-filter): For eval forms, also
13304 check safe-local-variable-p (Bug#5636).
13305
459a5f4b
MA
133062010-02-22 Michael Albinus <michael.albinus@gmx.de>
13307
13308 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13309 setting the modes by `ignore-errors'. It might fail, for example
13310 if the file is not owned by the user but the group.
13311 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13312
bb23f6e8
CY
133132010-02-21 Chong Yidong <cyd@stupidchicken.com>
13314
6a7662bb
BR
13315 * files.el (directory-listing-before-filename-regexp):
13316 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13317 date-like filenames (Bug#5597).
13318
b660eb70
CY
13319 * htmlfontify.el (htmlfontify): Doc fix.
13320
13321 * eshell/eshell.el (eshell): Doc fix.
13322
bb23f6e8
CY
13323 * startup.el (fancy-about-screen): In mode-line, apply
13324 mode-line-buffer-id face only to the buffer name (Bug#5613).
13325
3e39928c
CY
133262010-02-20 Kevin Ryde <user42@zip.com.au>
13327
f7e0618c
JB
13328 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13329 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13330 (Bug#5599).
13331
0f00e948
EZ
133322010-02-20 Eli Zaretskii <eliz@gnu.org>
13333
13334 * subr.el (remove-yank-excluded-properties): Explain in a comment
13335 why `category' property is removed.
13336
3513efb2
CY
133372010-02-19 Chong Yidong <cyd@stupidchicken.com>
13338
6a7662bb
BR
13339 * isearch.el (isearch-update-post-hook, isearch-update):
13340 Revert 2010-02-17 change.
3513efb2 13341
b4340b3f
UJ
133422010-02-19 Ulf Jasper <ulf.jasper@web.de>
13343
13344 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13345 (icalendar--convert-weekly-to-ical)
13346 (icalendar--convert-yearly-to-ical)
13347 (icalendar--convert-block-to-ical)
13348 (icalendar--convert-cyclic-to-ical)
13349 (icalendar--convert-anniversary-to-ical): Take care of time
13350 specifications where hour has 1-digit only (Bug#5549).
13351
8cfae03d
NR
133522010-02-19 Nick Roberts <nickrob@snap.net.nz>
13353
13354 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13355 of disassemble output in GDB 7.1.
13356
055e4eea
GM
133572010-02-19 Glenn Morris <rgm@gnu.org>
13358
13359 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13360 property. (Bug#5593)
13361
ff6b00de
SS
133622010-02-18 Sam Steingold <sds@gnu.org>
13363
13364 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13365
fe8c0b47
SM
133662010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 Use abbreviated file names in bookmarks (bug#5591).
13369 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13370 calls to expand-file-name.
13371 (bookmark-relocate): Use abbreviated file names in bookmarks.
13372 (bookmark-load): Use abbreviated file names in messages.
13373
73a37a69
MA
133742010-02-18 Michael Albinus <michael.albinus@gmx.de>
13375
13376 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13377 expand "." and "..". Reported by Thierry Volpiatto
13378 <thierry.volpiatto@gmail.com>.
13379
6e4f5731
MA
133802010-02-18 Michael Albinus <michael.albinus@gmx.de>
13381
13382 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13383 permissions of the temporary file to "0600". In case the remote
13384 file has no read permissions for the owner, there might be
13385 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13386
1338722010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13388
13389 * emacs-lisp/authors.el (authors-renamed-files-alist):
13390 Add entries for INSTALL.CVS.
13391
ba5bf642
MH
133922010-02-17 Mark A. Hershberger <mah@everybody.org>
13393
f7e0618c 13394 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13395
f7e0618c 13396 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13397 (isearch-update): Use the new hook.
13398
aac0b0f2
MA
133992010-02-16 Michael Albinus <michael.albinus@gmx.de>
13400
fe8c0b47
SM
13401 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13402 Fix errors in copying directories.
aac0b0f2
MA
13403 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13404 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13405 (tramp-handle-delete-file)
13406 (tramp-handle-dired-recursive-delete-directory)
13407 (tramp-handle-write-region): Flush also the cache for the upper
13408 directory.
13409
05bbe066
CY
134102010-02-16 Chong Yidong <cyd@stupidchicken.com>
13411
e8ab3908
CY
13412 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13413
ff90f4b0
CY
13414 * cus-edit.el (hardware): Doc fix.
13415
13416 * man.el (man): Add to external custom group.
13417
13418 * delim-col.el (columns): Move to wp custom group.
13419
13420 * doc-view.el (doc-view): Add to data custom group.
13421
fe8c0b47 13422 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13423
05bbe066
CY
13424 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13425 by ispell-parse-output (Bug#5575).
13426
fa6ea913
KH
134272010-02-16 Kenichi Handa <handa@m17n.org>
13428
13429 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13430 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13431 (skkdic-convert): Use `euc-japan' coding system for writing.
13432
88fd78ae
GM
134332010-02-16 Glenn Morris <rgm@gnu.org>
13434
13435 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13436 tex-main-file before using it. (Bug#5562)
13437
2b8c974a
SM
134382010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13439
13440 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13441 warnings, since it is annoying for the user to see them each time he
13442 runs the code.
13443
7540f029
MA
134442010-02-15 Michael Albinus <michael.albinus@gmx.de>
13445
13446 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13447 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13448 instead of PROC for caching "first-password-request". Otherwise,
13449 new processes would not profit from passwords already entered.
13450
2b8c974a
SM
13451 * net/tramp-cache.el (tramp-dump-connection-properties):
13452 Don't save "first-password-request" property.
7540f029 13453
fa5f7c5f
JB
134542010-02-14 Juanma Barranquero <lekktu@gmail.com>
13455
13456 * outline.el (outline-head-from-level):
13457 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13458 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13459 (elint-defun, elint-buffer-env, elint-top-form-logged)
13460 (elint-unbound-variable):
13461 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13462 Fix typos in docstrings.
13463
ecbaeb7b
MA
134642010-02-14 Michael Albinus <michael.albinus@gmx.de>
13465
13466 * files.el (insert-directory): When WILDCARD-REGEXP and
13467 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13468 whole directory. (Bug#5551)
13469
13470 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13471 dired's alignment sanity. (Bug#5516)
13472
91e3333f
JL
134732010-02-14 Juri Linkov <juri@jurta.org>
13474
13475 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13476 Remove remaining ^H with their preceding chars. (Bug#5566)
13477
36020642
GM
134782010-02-13 Glenn Morris <rgm@gnu.org>
13479
13480 * simple.el (transpose-subr): Give it a doc-string.
13481
13482 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13483 Doc fixes.
13484
f5952338
JL
134852010-02-12 Juri Linkov <juri@jurta.org>
13486
13487 * arc-mode.el (archive-unique-fname): Make directories for nested
13488 archives. (Bug#5540)
13489
918fe50f
JL
134902010-02-12 Juri Linkov <juri@jurta.org>
13491
13492 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13493
c07ff221
SM
134942010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13495
48b1e7cf
SM
13496 * subr.el (copy-overlay): Handle deleted overlays.
13497
c07ff221
SM
13498 * man.el (Man-completion-table): Don't signal an error if we can't run
13499 manual-program (bug#4056).
13500
0e374247
JB
135012010-02-10 Juanma Barranquero <lekktu@gmail.com>
13502
13503 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13504
dbf8402b
SM
135052010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13506
348d1e60
SM
13507 * info.el (Info-bookmark-jump): Simplify.
13508
dbf8402b
SM
13509 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13510 (bookmark-default-handler): Accept new bookmark field `buffer'.
13511
e6d23bb5
CY
135122010-02-10 Chong Yidong <cyd@stupidchicken.com>
13513
13514 * iswitchb.el (iswitchb-completions): Revert last change.
13515
a8e4290b
MA
135162010-02-10 Michael Albinus <michael.albinus@gmx.de>
13517
2b23acde 13518 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13519 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13520 This prevents file names like "~/" being listed literally.
a8e4290b 13521
c59d6fad
DN
135222010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13523
348d1e60
SM
13524 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13525 Remove dead code. (Bug#5546)
c59d6fad 13526
3a66e78f
CY
135272010-02-09 Chong Yidong <cyd@stupidchicken.com>
13528
13529 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13530 correctly (Bug#5548).
13531
f29fd869
CY
135322010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13533
13534 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13535 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13536
7fad1447
KH
135372010-02-08 Kenichi Handa <handa@m17n.org>
13538
13539 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13540 cookie for putting `lisp-indent-function'.
7fad1447 13541
50e4518b
GM
135422010-02-07 Glenn Morris <rgm@gnu.org>
13543
13544 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13545 Move F2003 named interfaces from keywords-2 to keywords-1, and
13546 use function-name-face rather than constant-face.
13547 Simplify "abstract interface" regexp.
13548
a4cc44cf
CY
135492010-02-07 Chong Yidong <cyd@stupidchicken.com>
13550
13551 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13552 ID-FORMAT. Pass it to `file-attributes'.
13553
13554 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13555
c917476d
CY
135562010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13557
13558 * faces.el (set-face-attribute): Allow calling
13559 internal-set-lisp-face-attribute with 'unspecified family and
13560 foundry argument (Bug#5536).
13561
7cf3f3d6
GM
135622010-02-07 Glenn Morris <rgm@gnu.org>
13563
13564 * progmodes/f90.el (f90-font-lock-keywords-2)
13565 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13566 Handle F2003 named interfaces.
13567
ffe87109
CY
135682010-02-06 Chong Yidong <cyd@stupidchicken.com>
13569
13570 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13571 beg and end before calling c-get-state-before-change-functions.
13572
4775ecad
DN
135732010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13574
33aeea0e
SM
13575 * vc-bzr.el (vc-bzr-dir-extra-headers):
13576 Disable the pending merges header.
4775ecad 13577
0d17c4b9
JL
135782010-02-05 Juri Linkov <juri@jurta.org>
13579
13580 * doc-view.el (doc-view-mode):
13581 * image-mode.el (image-mode): Put property mode-class=special.
13582 (Bug#4896)
13583
8228a275
MH
135842010-02-05 Mark A. Hershberger <mah@everybody.org>
13585
13586 * vc-svn.el (vc-svn-revision-table): New function.
13587
d9320986
MA
135882010-02-05 Michael Albinus <michael.albinus@gmx.de>
13589
13590 * net/ange-ftp.el (ange-ftp-insert-directory):
13591 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13592 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13593 Handle also directories. (Bug#5478)
13594
f43d8ecc
GM
135952010-02-05 Glenn Morris <rgm@gnu.org>
13596
13597 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13598
ce3a988d
CY
135992010-02-05 Chong Yidong <cyd@stupidchicken.com>
13600
13601 * startup.el (command-line-1): Convert options beginning with a
13602 single dash as well (Bug#5519).
13603
bdd42899
SM
136042010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13605
51b23c44
SM
13606 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13607 * minibuffer.el (completion-initials-expand): Only check the presence
13608 of delims *within* the boundaries, since otherwise the / delim is
13609 always found for files.
13610
bdd42899
SM
13611 Fix up various corner case problems.
13612 * doc-view.el (doc-view-last-page-number): New function.
13613 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13614 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13615 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13616 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13617 (doc-view-convert-current-doc): Don't create the resolution.el file
13618 here any more.
13619 (doc-view-pdf/ps->png): Do it here instead.
13620 (doc-view-already-converted-p): Check that resolution.el is present.
13621 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13622 windows that are not yet showing images.
13623
d5b3979c
MA
136242010-02-04 Michael Albinus <michael.albinus@gmx.de>
13625
13626 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13627 `dired-uncache' for every elemnt which is an absolute file name.
13628
13629 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13630 directory, handle its directory component.
13631 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13632 function is called permanently and creates noise, otherwise.
13633
13634 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13635 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13636 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13637
b003beb1
DB
136382010-02-04 David Burger <dburger@google.com> (tiny change)
13639
13640 * macros.el (apply-macro-to-region-lines):
13641 Minor simplification. (Bug#5485)
13642
ea92f9f3
GM
136432010-02-04 Glenn Morris <rgm@gnu.org>
13644
a03ae20d
GM
13645 * mail/rmail.el (rmail-show-message-1): Handle malformed
13646 quoted-printable text. (Bug#5441)
13647
4d01b827
GM
13648 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13649
ea92f9f3
GM
13650 * simple.el (visual-line-mode): Capitalize lighter.
13651
82055bb7
JW
136522010-02-03 John Wiegley <jwiegley@gmail.com>
13653
13654 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13655 list of files considered for "virtual buffer" completions.
13656
8214b6e4
MA
136572010-02-03 Michael Albinus <michael.albinus@gmx.de>
13658
13659 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13660 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13661 when dired is called with a list of files, which are not in
13662 `default-directory'. (Bug#5478)
13663
1df9718f
SM
136642010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13665
13666 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13667
02ba1267
JL
136682010-02-02 Juri Linkov <juri@jurta.org>
13669
13670 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13671 from unidiff to allow function-line after @@.
13672
a0c6a0fb
JL
136732010-02-02 Juri Linkov <juri@jurta.org>
13674
13675 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13676 '(RCS SCCS) with inverted condition.
13677
c35fcd52
MA
136782010-02-02 Michael Albinus <michael.albinus@gmx.de>
13679
13680 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13681 messages.
13682
6ba973c1
JL
136832010-02-01 Juri Linkov <juri@jurta.org>
13684
13685 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13686 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13687 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13688 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13689
0bca393f
SM
136902010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13691
13692 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13693 (doc-view-revert-buffer): New command.
13694 (doc-view-mode-map): Use it.
13695
7a444e2a
DN
136962010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13697
13698 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13699 pending merge is detected.
13700
ad6fc8f4
JL
137012010-01-31 Juri Linkov <juri@jurta.org>
13702
13703 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13704 beginning of interactive spec like all other grep commands do.
13705 Put "all" in front of "gz". (Bug#5260)
13706
b9236874
DN
137072010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13708
13709 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13710
1e868757
CY
137112010-01-29 Chong Yidong <cyd@stupidchicken.com>
13712
13713 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13714 regexp is incorrect (Bug#5476).
13715
e5c70c41
MA
137162010-01-29 Michael Albinus <michael.albinus@gmx.de>
13717
13718 * net/tramp.el (tramp-handle-insert-directory): Handle also
13719 symlinks, when FILENAME is not in `default-directory'.
13720
0c0b61f1
MA
137212010-01-28 Michael Albinus <michael.albinus@gmx.de>
13722
13723 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13724 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13725
13726 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13727 of SWITCHES. Handle the case, FILENAME is not in
13728 `default-directory'. (Bug#5478)
13729 (tramp-register-file-name-handlers): Add safe-magic property.
13730
763f325e
CY
137312010-01-28 Chong Yidong <cyd@stupidchicken.com>
13732
13733 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13734 unzip (Bug#5475).
13735
fd09a83f
CY
137362010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13737
13738 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13739 (flymake-master-make-header-init): Add other C++ filename masks.
13740 (flymake-find-possible-master-files)
13741 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13742
7e5686f0
MA
137432010-01-28 Michael Albinus <michael.albinus@gmx.de>
13744
13745 Fix some busybox annoyances.
13746
13747 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13748 not responding." string.
13749 (tramp-open-connection-setup-interactive-shell): Dump stty
13750 settings. Enable "neveropen" arg for all `tramp-send-command'
13751 calls. Handle "=" in variable values properly.
13752 (tramp-find-inline-encoding): Raise an error, when no encoding is
13753 found.
13754 (tramp-wait-for-output): Check, whether PROC buffer is available.
13755 Remove spurious " ^H" sequences, sent by busybox.
13756 (tramp-get-ls-command): Suppress coloring, if possible.
13757
c6265c10
GM
137582010-01-28 Glenn Morris <rgm@gnu.org>
13759
c85a168b
GM
13760 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13761
c6265c10
GM
13762 * log-edit.el (log-edit-strip-single-file-name): Add missing
13763 :safe, :group, and :version tags.
13764
7d82a738
SB
137652010-01-27 Stephen Berman <stephen.berman@gmx.net>
13766
13767 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13768 buffers. (Bug#5477)
13769
8b0e68ea
CY
137702010-01-27 David De La Harpe Golden <david@harpegolden.net>
13771
13772 * files.el (delete-directory): Handle moving to trash without
13773 first doing recursion (Bug#5436).
13774
368d3208
DN
137752010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13776
13777 * vc-hooks.el (vc-path): Mark as obsolete.
13778
755da7fa
DN
137792010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13780
e2396d80
DN
13781 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13782 names too.
13783
755da7fa
DN
13784 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13785 for the short log.
13786 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13787
6a6d15ab 137882010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13789
ac9ffe99 13790 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13791
48c2d18a 13792 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13793
25f38310 137942010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13795
13796 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13797 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13798
51850286
DN
137992010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13800
c2f1d6d8
DN
13801 Remove support for adding --signoff on commit.
13802 Future support will use an incompatible generic mechanism.
13803 * vc-git.el (vc-git-add-signoff): Remove variable.
13804 (vc-git-toggle-signoff): Remove function.
13805 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13806
6a7662bb
BR
13807 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13808 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13809 was set.
13810 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13811 earlier, call it again in case the background mode has changed.
13812
02c6d0d0
CY
138132010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13814
13815 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13816 (Bug#3541).
13817
064eee03
CY
138182010-01-23 Chong Yidong <cyd@stupidchicken.com>
13819
02c6d0d0
CY
13820 * emacs-lisp/assoc.el (aelement): Doc fix.
13821 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13822
5336c3ec 138232010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13824
48c2d18a 13825 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13826 is the same as subprogram call, not declaration. (Bug#5435).
13827
0536254e
MA
138282010-01-23 Michael Albinus <michael.albinus@gmx.de>
13829
13830 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13831 (tramp-smb-maybe-open-connection): Use it.
13832
411d06c2
MA
138332010-01-22 Michael Albinus <michael.albinus@gmx.de>
13834
0536254e 13835 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13836
c893016b
SM
138372010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13838
13839 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13840 just because we see "encoding: 8bit".
13841 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13842
9425f8e1
CY
138432010-01-22 Chong Yidong <cyd@stupidchicken.com>
13844
13845 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13846
6a801864
EZ
138472010-01-22 Eli Zaretskii <eliz@gnu.org>
13848
13849 * jka-compr.el (jka-compr-load): If load-file is not in
13850 load-history, try its file-truename version. (bug#5447)
13851
3e8f7d91
AM
138522010-01-21 Alan Mackenzie <acm@muc.de>
13853
13854 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13855 * progmodes/cc-engine.el (c-invalidate-state-cache):
13856 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13857 special cpp construct is still in the buffer.
13858 (c-parse-state): Record the special cpp with markers, not numbers.
13859
f0bd0ad5
CY
138602010-01-21 Kenichi Handa <handa@m17n.org>
13861
13862 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13863 process last-command-event, as it is now decoded first (Bug#5380).
13864
5189d95b
CY
138652010-01-20 Chong Yidong <cyd@stupidchicken.com>
13866
13867 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13868
e073d74a
GM
138692010-01-20 Glenn Morris <rgm@gnu.org>
13870
13871 * indent.el (tab-always-indent): Fix custom-type.
13872
8ee04f3a
AM
138732010-01-19 Alan Mackenzie <acm@muc.de>
13874
13875 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13876 buffer throws "args out of range".
13877 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13878 playing the role of delimiter.
13879
6a47c86a
SL
138802010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13881
bf0b361c 13882 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13883 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13884 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13885 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13886 Improve comments in "is" portion. Handle null procedure declaration.
13887 (ada-move-to-end): Improve doc string.
13888
2acfb954
ÓF
138892010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13890
e90d57c0 13891 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13892 Remove obsolete information from commentary.
e90d57c0
JB
13893 (ido-choice-list): Initialize to nil.
13894 (ido-get-bufname): Reject minibuffers.
13895 (ido-make-buffer-list): If "default" is a nonexistent
13896 buffer, ignore it, as per the function's comment.
13897 (ido-kill-buffer-internal): New function.
13898 (ido-kill-buffer-at-head): Use it.
13899 (ido-visit-buffer): Likewise.
2acfb954 13900
244b023e
CY
139012010-01-18 Chong Yidong <cyd@stupidchicken.com>
13902
13903 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13904
db9e401b
JB
139052010-01-18 Juanma Barranquero <lekktu@gmail.com>
13906
db9e401b
JB
13907 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13908 Fix typos in chart titles.
13909
13910 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13911 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13912 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13913 (describe-class, eieio-describe-generic, describe-generic):
13914 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13915 (eieio-speedbar-expand):
13916 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13917 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13918 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13919 (viper-del-backward-char-in-replace, viper-backward-indent)
13920 (viper-brac-function, viper-register-to-point, viper-submit-report):
13921 * net/tramp.el (tramp-remote-coding-commands):
13922 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13923 Fix typos in docstrings.
13924
9295137d
CY
139252010-01-17 Chong Yidong <cyd@stupidchicken.com>
13926
13927 * mail/sendmail.el (mail-yank-original): Set the mark if the
13928 specified function for yanking does not do it.
13929
4d0bbcb6
DN
139302010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13931
7902c120
DN
13932 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13933
4d0bbcb6
DN
13934 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13935 resyncing a directory.
13936
0b702bc1
SL
139372010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13938
6a47c86a 13939 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13940 (ada-ident-re): Delete ., allow multibyte characters.
13941 (ada-goto-label-re): New; matches goto labels.
13942 (ada-block-label-re): New; matches block labels.
13943 (ada-label-re): New; matches both.
5f9d345c 13944 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13945 `ada-block-label-re' instead.
13946 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13947 Use `ada-block-label-re'.
13948 (ada-indent-on-previous-lines): Improve handling of goto labels.
13949 (ada-get-indent-block-start): Special-case block label.
13950 (ada-get-indent-label): Split into `ada-indent-block-label' and
13951 `ada-indent-goto-label'.
13952 (ada-goto-stmt-start, ada-goto-next-non-ws):
13953 Optionally ignore goto labels.
13954 (ada-goto-next-word): Simplify.
13955 (ada-indent-newline-indent-conditional): Insert newline before
13956 trying to fix indentation; doc fix.
13957
05287c49
JB
139582010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13959
13960 * calc/calc.el (calc-command-flags): Give it an initial value.
13961
4963739e
JB
139622010-01-17 Juanma Barranquero <lekktu@gmail.com>
13963
4963739e
JB
13964 * files.el (minibuffer-with-setup-hook):
13965 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13966 (artist-key-draw-continously, artist-key-do-continously-continously)
13967 (artist-key-set-point-continously, artist-mouse-draw-continously):
13968 Fix typos in docstrings.
13969
116bd1ee
CY
139702010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13971
6a7662bb
BR
13972 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13973 Never return t (Bug#3898).
116bd1ee 13974
2784cd7a 139752010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13976
13977 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13978 can parse the output of the external commands (Bug#5279).
13979
abd5cfe8
CY
139802010-01-16 Jari Aalto <jari.aalto@cante.net>
13981
13982 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13983
4fe22cdf
CY
139842010-01-16 Chong Yidong <cyd@stupidchicken.com>
13985
bbdc98ef
CY
13986 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13987
c7dc1ac1
CY
13988 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13989
4fe22cdf
CY
13990 * startup.el (command-line): Remove unused --icon-type arg.
13991 Handle --display arg, passing it to command-line-1 (Bug#5392).
13992
045b9da7
ML
139932010-01-16 Mario Lang <mlang@delysid.org>
13994
045b9da7
ML
13995 * emacs-lisp/chart.el (chart-translate-namezone):
13996 * textmodes/artist.el (artist-compute-popup-menu-table):
13997 Remove duplicated words in doc-strings.
13998
6554a5df
CY
139992010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14000
14001 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14002 to mairix-search to suppress threading (Bug#5342).
14003
ca4f0e9a
KH
140042010-01-15 Kenichi Handa <handa@m17n.org>
14005
14006 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 14007 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 14008
1db3226b
GM
140092010-01-15 Glenn Morris <rgm@gnu.org>
14010
56a03f46
GM
14011 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14012
14013 * wid-edit.el (widget-keymap): Doc fix.
14014
1db3226b
GM
14015 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14016 former seems to be more widely accepted by various svn versions.
14017
80cd4bb4
JB
140182010-01-14 Juanma Barranquero <lekktu@gmail.com>
14019
d1f18ec0
JB
14020 * find-cmd.el (find-constituents):
14021 * vc-arch.el (vc-arch-root):
14022 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
14023 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14024 * progmodes/ada-stmt.el (ada-if):
14025 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14026 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14027 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14028 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14029
80cd4bb4
JB
14030 * progmodes/flymake.el (flymake-post-syntax-check):
14031 Fix typo in error message.
14032
9c23ca47
JB
140332010-01-14 Juanma Barranquero <lekktu@gmail.com>
14034
14035 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14036 which is always a string. (Bug#5313)
14037
8794c483
JB
140382010-01-14 Juanma Barranquero <lekktu@gmail.com>
14039
14040 * progmodes/ada-xref.el (ada-default-prj-properties):
14041 Simplify previous change.
14042
95005d39
SL
140432010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14044
14045 * progmodes/ada-xref.el (ada-default-prj-properties):
14046 Default ada_project_path to $ADA_PROJECT_PATH.
14047
140482010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
14049
14050 * progmodes/ada-mode.el (ada-create-keymap):
14051 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14052
fb0d1545
SL
140532010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14054
14055 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14056 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14057 (ada-get-current-indent, ada-imenu-generic-expression)
14058 (ada-which-function): Check for it.
14059
5c9434d0
SL
140602010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14061
14062 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14063 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14064
3a4f3a3b
GM
140652010-01-14 Glenn Morris <rgm@gnu.org>
14066
14067 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14068
d9a7c140
KH
140692010-01-14 Kenichi Handa <handa@m17n.org>
14070
14071 * composite.el (auto-composition-mode): Make it a buffer local
14072 variable (permanent-local).
14073 (auto-composition-function): Set the default value to
14074 auto-compose-chars.
49caf252 14075 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
14076 (global-auto-composition-mode): Likewise.
14077 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 14078
38bee102
KF
140792010-01-13 Karl Fogel <kfogel@red-bean.com>
14080
14081 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 14082
b8b45afc
MA
140832010-01-12 Michael Albinus <michael.albinus@gmx.de>
14084
14085 * files.el (copy-directory): Compute target for recursive
14086 directories with identical names. (Bug#5343)
14087
893db5bc
GM
140882010-01-12 Glenn Morris <rgm@gnu.org>
14089
6a7662bb
BR
14090 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14091 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 14092
d8b8451f
SS
140932010-01-11 Sam Steingold <sds@gnu.org>
14094
14095 * imenu.el (imenu-default-create-index-function): Detect infinite
14096 loops caused by imenu-prev-index-position-function.
14097
30afcdff
JB
140982010-01-11 Juanma Barranquero <lekktu@gmail.com>
14099
14100 * htmlfontify.el (htmlfontify-load-rgb-file)
14101 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14102 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14103 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14104 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14105 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14106 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14107 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14108 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14109 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14110 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14111 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14112 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14113 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14114 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14115 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14116 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14117 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14118 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14119 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14120 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14121 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14122 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14123 backslash-quoting from parentheses, etc.
14124
92b1c416
CY
141252010-01-11 Chong Yidong <cyd@stupidchicken.com>
14126
14127 * progmodes/js.el: Autoload javascript-mode alias.
14128
4454adab
JB
141292010-01-11 Juanma Barranquero <lekktu@gmail.com>
14130
14131 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14132 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14133 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14134 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14135 Fix typos in docstrings.
14136 (ffap-url-regexp): Doc fix.
14137 (ffap-at-mouse): Fix typo in message.
14138
6589a2f9
GM
141392010-01-11 Glenn Morris <rgm@gnu.org>
14140
14141 * version.el (emacs-copyright): Set copyright year to 2010.
14142
4e5617ee
SM
141432010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14144
14145 * format.el (format-annotate-function): Only set
14146 write-region-post-annotation-function after running to-fn so as not to
14147 affect nested write-region calls (bug#5273).
14148
52bee098
CY
141492010-01-10 Chong Yidong <cyd@stupidchicken.com>
14150
a069f067
CY
14151 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14152 wisent/python.el.
14153
e709e39d
CY
141542010-01-09 Chong Yidong <cyd@stupidchicken.com>
14155
14156 * man.el (Man-goto-section): Signal error if the section is not
14157 found (Bug#5317).
14158
6ee86780
JB
141592010-01-09 Juanma Barranquero <lekktu@gmail.com>
14160
14161 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14162 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14163
fa7b5f7b
CY
141642010-01-09 Chong Yidong <cyd@stupidchicken.com>
14165
14166 * progmodes/compile.el: Don't treat compile-command as safe if
14167 compilation-read-command might be nil (Bug#4218).
14168
de62c4d9
JD
141692010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14170
14171 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14172 NS options.
14173
e94be827
KH
141742010-01-08 Kenichi Handa <handa@m17n.org>
14175
4e5617ee
SM
14176 * international/fontset.el (build-default-fontset-data):
14177 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 14178
1dfae2a2
JB
141792010-01-07 Juanma Barranquero <lekktu@gmail.com>
14180
14181 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14182 to `create-file-buffer' as it expects, not just a buffer name.
14183 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14184 to help uniquify. (Bug#3224)
14185
d0cf45b7
JD
141862010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14187
14188 * font-setting.el (font-setting-change-default-font): Use user-spec
14189 instead of name.
14190
7534fa5e
DN
141912010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14192
14193 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14194
fd579fdc
CY
141952010-01-05 Tom Tromey <tromey@redhat.com>
14196
4e5617ee
SM
14197 * progmodes/python.el (python-font-lock-keywords):
14198 Handle qualified decorators (Bug#881).
fd579fdc 14199
37860caf
DN
142002010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14201
14202 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14203 in a lightweight checkout.
14204
69db641d
KH
142052010-01-05 Kenichi Handa <handa@m17n.org>
14206
4e5617ee 14207 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14208
b25d6a02
DN
142092010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14210
14211 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14212
137d88ca
DN
142132010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14214
14215 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14216 checkouts. (Bug#618)
3d5d0aa9 14217 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14218 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14219 (vc-bzr-shelve-menu-map):
14220 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14221 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14222
da76998b
CY
142232010-01-02 Chong Yidong <cyd@stupidchicken.com>
14224
14225 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14226 They are valid characters in URL paths (rfc3986), and at least
14227 Firefox does not understand the encoded version (Bug#3166).
14228
b2ad70b6
CY
142292010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14230
14231 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14232 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14233 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14234 (octave-end-as-array-index-p): New function.
14235 (calculate-octave-indent): Use it.
14236
54136282
KF
142372010-01-02 Karl Fogel <kfogel@red-bean.com>
14238
14239 * bookmark.el: Consistently put the text property on the bookmark name.
14240 (bookmark-bmenu-marks-width): Bump back to 2, to include
14241 annotation marks.
14242 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14243 property on the bookmark name, instead of not putting it at all.
14244 (bookmark-bmenu-list): Fix where we put the text property.
14245
cc4d3cad
KF
142462010-01-02 Karl Fogel <kfogel@red-bean.com>
14247
14248 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14249 for showing buffer modified state (as added in the previous change).
14250
b894c439
KF
142512010-01-02 Karl Fogel <kfogel@red-bean.com>
14252
14253 * bookmark.el: Show modified state of bookmark buffer more accurately.
14254 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14255 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14256 (with-buffer-modified-unmodified): New macro.
14257 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14258 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14259 Use new macro to preserve the buffer modified state.
b894c439 14260
3a69db53
KF
142612010-01-02 Karl Fogel <kfogel@red-bean.com>
14262
4e5617ee 14263 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14264 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14265 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14266 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14267 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14268 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14269 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14270
af414f10
EZ
142712010-01-02 Eli Zaretskii <eliz@gnu.org>
14272
4e5617ee
SM
14273 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14274 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14275
f2ec0e5e
CY
142762010-01-02 Ryan Yeske <rcyeske@gmail.com>
14277
14278 * net/rcirc.el: Add follow-link binding (Bug#4738).
14279
38c1ba62
EZ
142802010-01-02 Eli Zaretskii <eliz@gnu.org>
14281
4e5617ee 14282 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14283 (cvs-update): New target for backward compatibility.
14284
4e5617ee 14285 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14286 (cvs-update): New target for backward compatibility.
14287
ea2c0f5b
KF
142882010-01-02 Karl Fogel <kfogel@red-bean.com>
14289
14290 * bookmark.el: Remove gratuitous gratitude.
14291
5ae329f4
KF
142922010-01-02 Karl Fogel <kfogel@red-bean.com>
14293
c4cc8b9a 14294 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14295 (bookmark-bmenu-save): Clear buffer modification if no marks.
14296
142972010-01-02 Karl Fogel <kfogel@red-bean.com>
14298
14299 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14300 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14301 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14302 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14303
14304 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14305 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14306 To: emacs-devel {_AT_} gnu.org
14307 Subject: bookmark.el bug report
14308 Date: Mon, 28 Dec 2009 14:19:16 +0800
14309 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14310
aef053eb
KF
143112010-01-02 Karl Fogel <kfogel@red-bean.com>
14312
14313 * bookmark.el: Improvements suggested by Drew Adams:
14314 (bookmark-bmenu-ensure-position): New name for
14315 `bookmark-bmenu-check-position'. Just ensure the position,
14316 don't return any meaningful value.
14317 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14318 New constants.
14319
0472835f
JB
143202010-01-02 Juanma Barranquero <lekktu@gmail.com>
14321
14322 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14323 (bookmark-yank-point, bookmark-bmenu-check-position):
14324 Fix typos in docstrings.
14325 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14326 (bookmark-name-from-full-record, bookmark-get-position)
14327 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14328 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14329 Remove useless quoting of parenthesis, etc. in docstrings.
14330
14331 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14332 (ediff-append-custom-diff): Fix typo in error message.
14333 (ediff-meta-mark-equal-files): Fix typos in messages.
14334
14335 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14336
0472835f
JB
14337 * net/imap-hash.el (imap-hash-make): Doc fix.
14338 (imap-hash-test): Fix typo in error message; reflow docstring.
14339 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14340 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14341 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14342 Fix typos in docstrings.
14343 (imap-hash-open-connection): Fix typo in error message.
14344
14345 * play/gomoku.el (gomoku): Fix typos in docstring.
14346
14347 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14348 (gdb-jsonify-buffer): Fix typos in docstring.
14349 (gdb-goto-breakpoint): Fix typo in error message.
14350 ("Display Other Windows"): Fix typo in help message.
14351 (gdb-speedbar-expand-node): Fix typo in question.
14352
14353 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14354 (idlwave-html-system-help-location, idlwave-html-help-location)
14355 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14356 (idlwave-help-browser-generic-args, idlwave-help-directory)
14357 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14358 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14359 (idlwave-online-help, idlwave-help-html-link)
14360 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14361 Fix typos in docstrings.
14362 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14363 Reflow docstrings.
14364 (idlwave-help-assistant-start): Fix typo in error message.
14365
14366 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14367 (octave-electric-space): Fix typos in docstrings.
14368
9bbe0828
CY
143692010-01-01 Chong Yidong <cyd@stupidchicken.com>
14370
14371 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14372
a88c46c3
CY
143732010-01-01 Juri Linkov <juri@jurta.org>
14374
14375 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14376 increase the default to 500 (Bug#5148).
a88c46c3 14377
7ee6c59b
NR
143782009-12-31 Nick Roberts <nickrob@snap.net.nz>
14379
14380 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14381 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14382 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14383
a9c8a2cd
NR
143842009-12-30 Nick Roberts <nickrob@snap.net.nz>
14385
14386 Show working revision correctly for mercurial.
14387 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14388 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14389
659e4408
JB
143902009-12-29 Juanma Barranquero <lekktu@gmail.com>
14391
14392 Declare some functions for the byte-compiler.
14393 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14394 (speedbar-timer-fn, speedbar-change-expand-button-char)
14395 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14396
7ee6c59b
NR
143972009-12-29 Nick Roberts <nickrob@snap.net.nz>
14398
14399 This changeset reverts GDB Graphical Interface to use annotations.
14400 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14401
460f6e7c
DN
144022009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14403
14404 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14405 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14406 Return file names relative to it.
460f6e7c
DN
14407 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14408 relative directory to vc-bzr-after-dir-status.
14409
543f553a
TH
144102009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14411
14412 * font-lock.el (font-lock-refresh-defaults): New function, which
14413 can be used to let font-lock react to external changes in
14414 variables like font-lock-defaults and keywords.
14415 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14416
2592ab76
DN
144172009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14418
ac859983
DN
14419 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14420
2592ab76
DN
14421 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14422
58941d03
JB
144232009-12-28 Juanma Barranquero <lekktu@gmail.com>
14424
14425 Supersede color.diff settings in git log (bug#5211).
14426
14427 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14428 escape chars in its output when the user has color.diff set to `always'.
14429 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14430
39764e76
KR
144312009-12-26 Kevin Ryde <user42@zip.com.au>
14432
14433 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14434 node. Keep previous "Index" name to work with past coreutils too.
14435
91c4831e
KR
14436 * man.el (man): Revise docstring a bit to show -a and -l as
14437 examples. Add -k description since support for it has otherwise
14438 been a secret. (Further to bug#3717.)
651e932e
KR
14439 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14440 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14441 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14442
7f4d4a97
MA
144432009-12-26 Michael Albinus <michael.albinus@gmx.de>
14444
14445 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14446 switches. Check also for //SUBDIRED// line.
14447
bcffff46
KH
144482009-12-25 Kenichi Handa <handa@m17n.org>
14449
88b5a757 14450 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14451 handle ZWNJ and ZWJ. Use it in composition-function-table for
14452 Devanagari.
14453 (malayalam-composable-pattern): Fix previous change.
14454
dc1dcfa4
VJL
144552009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14456
14457 * ps-print.el (ps-face-attributes): It was not returning the
14458 attribute face for faces specified as string. Reported by harven
80525855 14459 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14460 (ps-print-version): New version 7.3.5.
14461
6fe539d2
UJ
144622009-12-18 Ulf Jasper <ulf.jasper@web.de>
14463
85626eef 14464 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14465 Fix timezone names.
14466 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14467 (icalendar--add-diary-entry): Remove the trailing blank that
14468 diary-make-entry inserts.
14469
1f3611c6
MA
144702009-12-17 Michael Albinus <michael.albinus@gmx.de>
14471
14472 Make `file-expand-wildcards' work for remote files.
14473
14474 * files.el (file-expand-wildcards): In case of remote files, check
14475 only local file name part for wildcards. Provide feature 'files
14476 and subfeature 'remote-wildcards. (Bug#5198)
14477
14478 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14479 if there is already an established connection.
14480 (tramp-advice-file-expand-wildcards): Remove it.
14481
14482 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14483 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14484 Activate advice for older GNU Emacs versions. (Bug#5237)
14485
9762b219
JB
144862009-12-17 Juanma Barranquero <lekktu@gmail.com>
14487
14488 Some doc fixes (more needed).
14489
14490 * find-cmd.el (find-constituents): Reflow docstring.
14491 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14492 (find-generic): Doc fix.
14493
cfb54897
JL
144942009-12-17 Juri Linkov <juri@jurta.org>
14495
14496 Fix regression from 23.1 to allow multiple modes in Local Variables.
14497
14498 * files.el (hack-local-variables-filter): While ignoring duplicates,
14499 don't take `mode' into account.
85626eef
SM
14500 (hack-local-variables-filter, hack-dir-local-variables):
14501 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14502
ad974e9e
JL
145032009-12-17 Juri Linkov <juri@jurta.org>
14504
85626eef 14505 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14506
14507 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14508 `current' or when `file' is a directory of the `current' file.
14509
3616e0b9
AS
145102009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14511
14512 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14513 unconditionally preloaded files.
14514
72b57560
JL
145152009-12-16 Juri Linkov <juri@jurta.org>
14516
14517 Revert to old 23.1 logic of using the file at the mark as default.
14518 * dired-aux.el (dired-diff): Use the file at the mark as default
14519 if it's not the same as the current file, and the target dir is
14520 the current dir or the mark is active. Add the current file
14521 as the arg of `dired-dwim-target-defaults'. Use the default file
14522 in the prompt. (Bug#5225)
14523
68712eb6
MA
145242009-12-15 Michael Albinus <michael.albinus@gmx.de>
14525
14526 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14527 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14528 (tramp-check-for-regexp): Check also, when an echoing shell stops
14529 to echo sent commands.
14530
fd471993
CY
145312009-12-14 Chong Yidong <cyd@stupidchicken.com>
14532
14533 * Makefile.in: Revert last change (Bug#5191).
14534
86b5e14c
DN
145352009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14536
14537 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14538 (vc-hg-working-revision): Make sure the command is executed in a
14539 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14540
8cffbb75
CY
145412009-12-14 Chong Yidong <cyd@stupidchicken.com>
14542
14543 * progmodes/python.el (python-symbol-completions): Remove text
14544 properties from symbol string before calling python-send-receive.
14545
6c2b67ad
NR
145462009-12-14 Nick Roberts <nickrob@snap.net.nz>
14547
14548 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14549 when there are values for both file and line. (Bug#5060)
6c2b67ad 14550
ff6f4585
JL
145512009-12-14 Juri Linkov <juri@jurta.org>
14552
14553 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14554 whitespace after the file name of the first line of unified format,
14555 because git-diff doesn't output whitespace and file modification time
14556 after the file name.
14557
d3de1c8e
JL
145582009-12-14 David Kastrup <dak@gnu.org>
14559
14560 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14561 check if it already has the `display' property added by
14562 `Info-display-images-node', and not put the `invisible' property
14563 in this case.
14564
2f1b7dc4
GM
145652009-12-13 Glenn Morris <rgm@gnu.org>
14566
a0cefee5
GM
14567 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14568 (report-emacs-bug): In message-mode, sort manually before storing
14569 original report text. (Bug#5178)
2f1b7dc4
GM
14570 Remove superfluous save-excursion.
14571
31bb373f
MA
145722009-12-12 Michael Albinus <michael.albinus@gmx.de>
14573
14574 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14575 when responding to "GetAll" properties.
14576
5e1d4968
CY
145772009-12-12 Chong Yidong <cyd@stupidchicken.com>
14578
14579 * simple.el (compose-mail): Remove mail-setup-with-from from
14580 customization checks.
14581
097d86f9
EZ
145822009-12-12 Eli Zaretskii <eliz@gnu.org>
14583
14584 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14585 RAR archives created on Unix systems.
14586
1d4adede
SM
145872009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14588
14589 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14590 the varalias that was accidentally removed by the 2009-11-19 change
14591 (bug#5186).
14592
3ff3655c
KH
145932009-12-12 Kenichi Handa <handa@m17n.org>
14594
14595 * language/indian.el (indian-compose-regexp): New function.
14596 (malayalam-composable-pattern): Fix the pattern.
14597 (composition-function-table): Set malayalam-composable-pattern for
14598 Malayalam characters.
14599
82d3343c
CY
146002009-12-11 Chong Yidong <cyd@stupidchicken.com>
14601
315eb96d
CY
14602 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14603 rather than down-mouse-1, based on follow-link conventions.
14604
82d3343c
CY
14605 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14606 are compiled.
14607
86a4c7ac
DN
146082009-12-11 Michael McNamara <mac@mail.brushroad.com>
14609
bf0b361c 14610 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14611 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14612 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14613 (verilog-leap-to-head, verilog-backward-token):
14614 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14615
146162009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14617
bf0b361c
JB
14618 * progmodes/verilog-mode.el (verilog-auto-lineup)
14619 (verilog-nameable-item-re): Cleanup user-visible spelling and
14620 documentation errors. One reported by Gary Delp.
1d4adede 14621 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14622 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14623 package, bug195. Reported by Pierre-David Pfister.
14624
fe03f49a
GM
146252009-12-11 Glenn Morris <rgm@gnu.org>
14626
47641aac
GM
14627 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14628
85094855
GM
14629 * mail/emacsbug.el: No longer require sendmail.
14630 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14631 (report-emacs-bug-orig-text): Doc fix.
14632 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14633 New local variables, to adapt to different mail-user-agents.
14634 (report-emacs-bug): Fix test for a gnu.org address.
14635 Use overlays for emphasis, since font-lock defeats 'face property.
14636 Pretest bugs also end up at the newsgroup these days.
14637 Stop message-mode stripping text properties.
14638 Set and use the new buffer-local variables.
14639 (report-emacs-bug-hook): Add doc-string.
14640 Remove some unnecessary save-excursions and simplify.
14641 Use the appropriate hook and send-command.
14642
fe03f49a
GM
14643 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14644 capitalization of some menu entries.
14645
345427f0
VJL
146462009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14647
277e6741
MP
14648 * whitespace.el (whitespace-display-char-on):
14649 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14650 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14651 New version 12.1.
14652
c70ccbba
EZ
146532009-12-10 Eli Zaretskii <eliz@gnu.org>
14654
14655 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14656 characters in the Attribute field.
14657
f1943c1b
DN
146582009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14659
14660 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14661
1c67aeaa
SM
146622009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14663
14664 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14665 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14666 Disregard autoload-excludes.
14667 (update-directory-autoloads): Obey autoload-excludes here instead.
14668 But don't store its contents in no-autoloads and remove entries that
14669 refer to excludes files.
14670
d8194864
GM
146712009-12-10 Glenn Morris <rgm@gnu.org>
14672
8c0171c0
GM
14673 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14674 (expand-mail-aliases): Define for compiler.
14675
dba372dd
GM
14676 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14677 Define for compiler.
14678
d8194864
GM
14679 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14680 appropriate for the mail-user-agent in use.
14681
fe5facd3
MA
146822009-12-09 Michael Albinus <michael.albinus@gmx.de>
14683
14684 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14685
99999a1d
DN
146862009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14687
14688 Fix short log parsing and fontification.
14689 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14690 Fix fontification for the [merge] label.
14691
2ea1c4aa
SM
146922009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14693
85626eef 14694 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14695 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14696 (hfy-fontify-buffer): Use it.
14697
9840deb6
SM
146982009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14699
a0d1aadf
SM
14700 Minor cleanup.
14701 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14702 Adjust all callers.
14703 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14704 args compulsory. Adjust callers.
14705 (ffap-gopher-at-point): Remove unused var `name'.
14706
9840deb6
SM
14707 Get rid of the ELCFILES abomination.
14708 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14709 (compile-elcfiles): New phony target.
14710 (compile-main): Compute ELCFILES dynamically.
14711 (compile-clean): New target to remove left-over elc files.
14712 (compile, all): Use it.
14713
7eb3f9a8
KH
147142009-12-09 Kenichi Handa <handa@etlken>
14715
14716 * international/mule-diag.el: Require help-mode instead of help-fns.
14717
ae63e572
KH
147182009-12-09 Kenichi Handa <handa@m17n.org>
14719
5ce6e4f4 14720 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14721 fine ranges instead of pre-calculating accurate ranges.
14722 Iterate with bigger gc-cons-threshold.
ae63e572 14723
e2f3c692
DN
147242009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14725
14726 Add support for stashing a snapshot of the current tree.
14727 * vc-git.el (vc-git-stash-snapshot): New function.
14728 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14729
cf6d0352
JB
147302009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14731
14732 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14733 instead of `(beginning|end)-of-line'.
14734
48e4acc9
GM
147352009-12-08 Glenn Morris <rgm@gnu.org>
14736
6e890faa
GM
14737 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14738
48e4acc9
GM
14739 * Makefile.in (ELCFILES): Regenerate.
14740
d2a1dc7b
JL
147412009-12-07 Juri Linkov <juri@jurta.org>
14742
14743 Don't lazy-highlight the comint output in history Isearch mode.
14744
14745 * comint.el (comint-history-isearch-search): Instead of
14746 `comint-line-beginning-position', use `comint-after-pmark-p'
14747 to check if point if before the process mark, and go to
14748 `process-mark' in this case.
14749
51ef56c4
SM
147502009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14751
fb10ee4a
SM
14752 * textmodes/tex-mode.el (latex-complete)
14753 (latex-indent-or-complete): Remove.
14754 (latex-mode): Set completion-at-point-functions instead.
14755
14756 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14757 * minibuffer.el (completion-at-point-functions): New var.
14758 (completion-at-point): New command.
fb10ee4a 14759 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14760 * progmodes/python.el (python-mode-map): Use completion-at-point.
14761 (python-completion-at-point): Rename from python-partial-symbol and
14762 adjust for use in completion-at-point-functions.
14763 (python-mode): Setup completion-at-point for Python completion.
14764 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14765 extracted from lisp-complete-symbol.
14766 (lisp-complete-symbol): Use it.
14767 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14768 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14769 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14770 Use completion-at-point.
51ef56c4 14771 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14772 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14773 * progmodes/sym-comp.el: Move to...
14774 * obsolete/sym-comp.el: Move from progmodes.
14775
5e7a9022
EZ
147762009-12-07 Eli Zaretskii <eliz@gnu.org>
14777
14778 Prevent save-buffer in Rmail buffers from using the coding-system
14779 of the current message, and from clobbering the encoding mnemonics
14780 in the mode line (Bug#4623).
14781
14782 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14783 flag, too.
14784 (rmail-message-encoding): New variable.
14785 (rmail-write-region-annotate): Record the encoding of the current
14786 message in rmail-message-encoding.
14787 (rmail-after-save-hook): New function, restores the encoding of
14788 the current message after the message collection is saved.
14789
9136e895
JL
147902009-12-07 Juri Linkov <juri@jurta.org>
14791
14792 * progmodes/grep.el (grep-read-files): Use `completing-read'
14793 instead of `read-string'. Set its `collection' arg to
14794 `read-file-name-internal'. (Bug#4301)
14795
40637410
JL
147962009-12-07 Juri Linkov <juri@jurta.org>
14797
14798 Correctly restore original Isearch point. (Bug#4994)
14799
14800 * isearch.el (isearch-mode): Move `isearch-push-state' after
14801 `(run-hooks 'isearch-mode-hook)'.
14802 (isearch-cancel): When `isearch-push-state-function' is defined,
14803 let-bind `isearch-cmds' to the first state (the last element of
14804 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14805 function and restores the original point). Otherwise, move point
14806 to `isearch-opoint'.
14807
da10ce2b
SM
148082009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14811 chars that don't have names, so the table can be built much faster at
14812 run-time.
14813
3d68fa99
CY
148142009-12-07 Chong Yidong <cyd@stupidchicken.com>
14815
f82b1493
CY
14816 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14817 change. Suggested by David Kastrup.
14818
3d68fa99
CY
14819 * simple.el (compose-mail): Check for incompatibilities and warn.
14820 (compose-mail-user-agent-warnings): New option.
14821
662c5698
DN
148222009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14823
14824 Support showing a single log entry from vc-annotate.
14825 * vc.el (print-log): Add a new argument: START-REVISION.
14826 (vc-print-log-internal): Add a new optional argument and
14827 pass it to the backend.
14828 (vc-print-log, vc-print-root-log): Adjust callers.
14829 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14830 buffer already displays the requested log entry, use it.
14831 Otherwise display only the log entry in question.
14832 * vc-svn.el (vc-svn-print-log):
e4070cdc 14833 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14834 * vc-hg.el (vc-hg-state):
14835 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14836 (vc-git-show-log-entry): Return t on success.
14837 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14838 (vc-bzr-show-log-entry): Return t on success.
14839 * vc-rcs.el (vc-rcs-print-log):
14840 * vc-sccs.el (vc-sccs-print-log):
14841 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14842
e4070cdc
GM
148432009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14844
5ce6e4f4
JB
14845 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14846 Add menus to the meta mode. (Bug#5043)
e4070cdc 14847
5ce6e4f4 148482009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14849
14850 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14851 event-key.
662c5698 14852
662c5698
DN
14853 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14854
dab816a9
MA
148552009-12-07 Michael Albinus <michael.albinus@gmx.de>
14856
14857 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14858 Berbain <raphael.berbain@gmail.com>.
14859
14860 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14861 characters.
14862 (tramp-initial-end-of-output): New defconst.
14863 (tramp-methods, tramp-find-shell)
14864 (tramp-open-connection-setup-interactive-shell)
14865 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14866 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14867 Handle existence of `#' and `$'.
dab816a9 14868
6a7662bb
BR
14869 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14870 Use `tramp-initial-end-of-output'.
dab816a9 14871
a91e1f6b
DN
148722009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14873
14874 Get the background mode from the terminal for xterm, and set
14875 faces accordingly.
14876 * term/xterm.el (xterm-set-background-mode): New function.
14877 (terminal-init-xterm): Use it in case xterm supports background
14878 color queries. Recompute faces after getting the background
14879 color.
14880
5fa9d1ec
GM
148812009-12-07 Ulrich Mueller <ulm@gentoo.org>
14882
14883 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14884 number comment back on its own line, for easier parsing.
14885
5e9fde5e
SM
148862009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14887
14888 Make it work for non-file buffers (bug#5102).
14889 * doc-view.el (doc-view-current-cache-dir):
14890 Use doc-view-buffer-file-name rather than buffer-file-name.
14891 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14892
2f2f5242
CY
148932009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14894
14895 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14896 author field is too short.
14897
cebf8ec6
DN
148982009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14899
5e9fde5e
SM
14900 * vc-git.el (vc-git-print-log): Handle a limit argument.
14901 Display the short log in graph form and with labels.
0d3f8a78
DN
14902 (vc-git-log-view-mode): Handle labels.
14903
cebf8ec6
DN
14904 Make vc-revert change VC state from 'added to 'unregistered.
14905 * vc-git.el (vc-git-revert): Call git reset first.
14906
8e39154d
UJ
149072009-12-06 Ulf Jasper <ulf.jasper@web.de>
14908
d8194864
GM
14909 * net/newst-backend.el, net/newst-plainview.el:
14910 * net/newst-reader.el, net/newst-ticker.el:
14911 * net/newst-treeview.el, net/newsticker.el:
14912 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14913
ef187c24
CY
149142009-12-06 Chong Yidong <cyd@stupidchicken.com>
14915
238a0f3a
CY
14916 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14917
2c6bb71a
CY
14918 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14919 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14920 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14921 Update annotation regexp.
14922
ef187c24
CY
14923 * simple.el (beginning-of-visual-line): Constrain to field
14924 boundaries (Bug#5106).
14925
571855b6
UJ
149262009-12-06 Ulf Jasper <ulf.jasper@web.de>
14927
6a7662bb
BR
14928 * xml.el (xml-substitute-numeric-entities):
14929 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14930 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14931 * net/newst-backend.el (newsticker--parse-generic-feed)
14932 (newsticker--parse-generic-items)
6a7662bb
BR
14933 (newsticker--decode-numeric-entities):
14934 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14935 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14936
b857059c
CY
149372009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14938
14939 * progmodes/js.el (js--js-not): Add null to the list of values.
14940
c2dae51b
CY
149412009-12-06 Chong Yidong <cyd@stupidchicken.com>
14942
d8194864 14943 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14944
ed0f72d2
RW
149452009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14946
14947 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14948 delimiter if it is at the end of the current line.
14949 (bibtex-generate-url-list): Fix docstring.
14950
365b9a62
SM
149512009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14952
14953 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14954 minibuffer's content with itself.
14955 Fold the confirm-after-completion case into the `confirm' case.
14956 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14957
990a9cb1
KR
149582009-12-06 Kevin Ryde <user42@zip.com.au>
14959
14960 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14961 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14962
8b5a10db 14963 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14964 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14965
065543e7
JL
149662009-12-05 Juri Linkov <juri@jurta.org>
14967
14968 Save and restore dired buffer's point positions too. (Bug#4880)
14969
14970 * dired.el (dired-save-positions): Return in the first element
14971 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14972 Doc fix.
14973 (dired-restore-positions): First restore buffer's position.
14974 While restoring window's positions, check if window still displays
14975 the original buffer.
14976
503edac9
CY
149772009-12-05 Chong Yidong <cyd@stupidchicken.com>
14978
9a594ee6
CY
14979 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14980 if possible.
14981
925f8c70
CY
14982 * shell.el (shell): Require ansi-color (Bug#5113).
14983
14984 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14985
503edac9
CY
14986 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14987
8fea6b33
AM
149882009-12-05 Alan Mackenzie <acm@muc.de>
14989
14990 * progmodes/cc-mode.el (c-before-hack-hook)
14991 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14992 `c-file-style' to work again. This reversion restores the current
212c5aef 14993 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14994
5d1fd962
CY
149952009-12-05 Kevin Ryde <user42@zip.com.au>
14996
6a7662bb
BR
14997 * textmodes/sgml-mode.el (sgml-lexical-context):
14998 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14999
30760c8b
JL
150002009-12-05 Juri Linkov <juri@jurta.org>
15001
15002 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15003 for virtual nodes. (Bug#4147)
15004 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15005 when moving from a virtual node.
15006 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15007 (Info-mode): Add `Info-virtual-index' to the docstring.
15008
403111a8
RW
150092009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15010
15011 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15012 track of the buffer position of the end of a BibTeX entry as this
15013 position may change during reformatting.
15014 (bibtex-format-entry): Remove whitespace before processing
15015 numerical fields so that we recognize the latter properly.
15016 (bibtex-reformat): Do not use push which changes the global value
15017 of bibtex-entry-format.
15018 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15019 (bibtex-field-re-init): Replace only space characters by regexp
15020 for whitespace.
365b9a62 15021 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
15022 (bibtex-initialize): Also update bibtex-strings.
15023 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
15024 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15025 Update bibtex-reference-keys.
403111a8 15026
25b54627
SM
150272009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15028
15029 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15030 point after a star, if that's the only place where modifications can
15031 make progress.
15032
35639eb4
DN
150332009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15034
15035 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15036 in docstrings.
15037
8b78760b
JL
150382009-12-04 Juri Linkov <juri@jurta.org>
15039
15040 * proced.el (proced): Call `(proced-update t)' to update process
15041 information instead of only running proced-post-display-hook.
15042 (proced-send-signal): Add a leading space to the buffer name
15043 " *Marked Processes*" to make this buffer ephemeral.
15044
2b3489a7
JL
150452009-12-04 Juri Linkov <juri@jurta.org>
15046
15047 * dired.el (dired-auto-revert-buffer): New defcustom.
15048 (dired-internal-noselect): Use it.
15049
9b9debd1
JL
150502009-12-04 Juri Linkov <juri@jurta.org>
15051
15052 Change roles of modes and functions in image-mode.el (Bug#5062).
15053
15054 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15055 in `auto-mode-alist'.
15056 (image-mode-previous-major-mode): New variable.
15057 (image-minor-mode-map): Rename from `image-mode-text-map'.
15058 (image-mode): Move graceful error-handling code from
15059 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15060 (image-minor-mode): Remove all image-handling code.
15061 Replace `image-mode-text-map' with `image-minor-mode-map'.
15062 Check for `image-type' in mode-line format string.
15063 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15064 (image-mode-as-text): New function with most code from
15065 `image-mode-maybe'.
15066 (image-toggle-display-text): Move code that removes image
15067 properties from `image-toggle-display' to here.
15068 (image-toggle-display-image): New function with code that adds
15069 image properties copied from `image-toggle-display'.
15070 (image-toggle-display): Remove most code with leaving only code
15071 that toggles between `image-mode-as-text' and `image-mode'.
15072
0c74a301
UJ
150732009-12-04 Ulf Jasper <ulf.jasper@web.de>
15074
15075 * net/newst-treeview.el
15076 (newsticker--treeview-list-highlight-start): Restored call to
15077 save-excursion: Selected item was stuck.
15078 (newsticker--treeview-list-select): New.
15079 (newsticker--treeview-item-show-text)
15080 (newsticker--treeview-item-show)
15081 (newsticker--treeview-item-update): Use new
15082 newsticker-treeview-item-mode.
15083 (newsticker-treeview-update): Keep current item.
15084 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15085 (newsticker--treeview-first-feed): Doc change.
15086 (newsticker-treeview-list-menu)
88b5a757 15087 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
15088 (newsticker-treeview-item-mode): New.
15089
5ce6e4f4 15090 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
15091 windows.
15092
9eaeec5b
SS
150932009-12-04 Sam Steingold <sds@gnu.org>
15094
15095 * log-view.el (log-view-mode-map): "q" calls quit-window,
15096 like in all the other non-self-insert buffers.
15097
b2bf5be5
SM
150982009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15099
15100 Minor cleanup.
15101 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15102 key decoding rather than do it manually via last-input-event +
15103 ascii-character.
15104 (term-exec): Use delete-and-extract-region.
15105 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15106 (term-process-pager): Remove unused var `i'.
15107 (term-dynamic-simple-complete): Make obsolete.
15108 (serial-update-config-menu): Remove unused vars `y' and `str'.
15109 (term-update-mode-line): Remove unused var `temp'.
15110
46e5c897
DN
151112009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15112
15113 Limit the number of log entries displayed by default.
15114 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15115 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15116 using a prefix argument.
15117
627e0a14
GM
151182009-12-03 Glenn Morris <rgm@gnu.org>
15119
15120 * progmodes/idlwave.el (class): Restore still useful declaration.
15121
8578c224
AM
151222009-12-03 Alan Mackenzie <acm@muc.de>
15123
4abc318c 15124 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 15125
b2bf5be5
SM
15126 * progmodes/cc-mode.el (c-basic-common-init):
15127 Call c-state-cache-init.
9762b219 15128 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 15129 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 15130 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
15131
15132 * progmodes/cc-langs.el (c-before-font-lock-function):
15133 c-extend-and-neutralize-syntax-in-CPP has been renamed
15134 c-neutralize-syntax-in-and-mark-CPP.
15135
15136 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15137 with `category' properties now, not `syntax-table' ones.
15138
15139 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15140 enhanced (but slower) version of c-end-of-macro that won't land
15141 inside a literal or on another awkward character.
15142 (c-state-cache-too-far, c-state-cache-start)
15143 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15144 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15145 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15146 (c-state-min-scan-pos, c-state-brace-pair-desert)
15147 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15148 buffer local variables.
15149 (c-state-literal-at, c-state-lit-beg)
15150 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15151 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15152 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15153 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15154 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15155 (c-renarrow-state-cache)
15156 (c-append-lower-brace-pair-to-state-cache)
15157 (c-state-push-any-brace-pair, c-append-to-state-cache)
15158 (c-remove-stale-state-cache)
15159 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15160 (c-invalidate-state-cache-1, c-parse-state-1)
15161 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
15162 (c-parse-state): Enhance and refactor.
15163 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
15164
15165 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15166 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
15167 modify to use category text properties rather than syntax-table ones.
15168 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
15169 to switch off/on the syntactic paren property of C++ template
15170 delimiters using the category property.
15171 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15172 template delims suppressed.
15173 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15174 New constant/macros which apply category properties to the start
15175 and end of preprocessor constructs.
b2bf5be5 15176 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
15177 "comment out" the syntactic value of characters in preprocessor
15178 constructs.
15179 (c-with-cpps-commented-out)
15180 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15181 with characters in all or all but one preprocessor constructs
15182 "commented out".
15183
0d4dc442
RW
151842009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15185
15186 * proced.el (proced-filter-alist): Use regexp-quote.
15187
a09dc9bf
MA
151882009-12-03 Michael Albinus <michael.albinus@gmx.de>
15189
15190 Cleanup.
15191 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15192 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15193 arguments. Expand `default-directory'.
15194
15195 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15196 the benefit of returning an expanded localname.
15197 (tramp-tramp-file-p): Handle the case NAME is not a string.
15198
3f6bd790
DN
151992009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15200
4dfb3b9c
DN
15201 Add support for bzr shelve/unshelve.
15202 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15203 (vc-bzr-extra-menu-map): New variables.
15204 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15205 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15206 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15207 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15208 (vc-bzr-dir-extra-headers): Display shelves.
15209
3f6bd790
DN
15210 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15211
842d73a1
SM
152122009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15213
15214 * textmodes/bibtex.el (bibtex-complete-internal):
15215 Use completion-in-region.
15216 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15217
7fa4876f
DN
152182009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15219
15220 Support applying stashes. Improve UI.
15221 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15222 (vc-git-stash-apply, vc-git-stash-pop)
15223 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15224 (vc-git-stash-menu): New functions.
15225 (vc-git-stash-menu-map): New variable.
15226 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15227
d6e82452
GM
152282009-12-03 Glenn Morris <rgm@gnu.org>
15229
15230 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15231 (vc-print-log-internal): Fix previous change.
15232 (vc-revert): Correct pluralization.
15233
8d222148
SM
152342009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15235
ea52206b
SM
15236 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15237 it to be an alist any more.
15238 (makefile-complete): Use completion-in-region.
15239
69a94a37
SM
15240 * progmodes/octave-mod.el (octave-complete-symbol):
15241 Use completion-in-region.
15242
8d222148
SM
15243 Misc cleanup.
15244 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15245 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15246 (idlwave-complete-class): Don't quote lambda.
15247 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15248 (idlwave-mode-map): Move initialization into declaration.
15249 (idlwave-action-and-binding): Use backquotes.
15250 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15251 Simplify.
15252 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15253 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15254 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15255 `parts', and `all-parts'.
15256 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15257 (idlwave-convert-xml-system-routine-info): Remove unused string
15258 `version-string'.
15259 (idlwave-display-user-catalog-widget): Use dolist.
15260 (idlwave-scanning-lib): Declare dynamically-scoped var.
15261 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15262 (completion-highlight-first-word-only): Declare to silence bytecomp.
15263 (idlwave-popup-select): Tighten scope of `resp'.
15264 (idlwave-find-struct-tag): Remove unused var `beg'.
15265 (idlwave-after-load-rinfo-hook): Declare.
15266 (idlwave-sintern-class-info): Remove unused var `taglist'.
15267 (idlwave-find-class-definition): Remove unused var `list'.
15268 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15269 (idlwave-what-module-find-class): Remove unused var `classes'.
15270
3bb8691b
JB
152712009-12-03 Juanma Barranquero <lekktu@gmail.com>
15272
15273 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15274
f72f0c23
SM
152752009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15278 buffers visited. Remove redundant current-buffer-saving.
15279
601a9508
SM
152802009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15281
15282 Use completion-in-buffer and remove uses of dynamic scoping.
15283 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15284 (pascal-buffer-to-use, pascal-flag): Don't declare.
15285 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15286 (pascal-get-completion-decl, pascal-keyword-completion):
15287 Add `pascal-str' argument, save-excursion,
15288 return the found completions, and don't filter with pascal-pred.
15289 (pascal-completion-cache): New var.
15290 (pascal-completion): Don't switch buffer any more (it was never
15291 necessary). Don't save-excursion any more (it's done by the called
15292 subroutines). Use a cache to avoid redundant computations.
15293 Use complete-with-action rather than pascal-completion-response and
15294 let it apply the predicate as well.
15295 (pascal-complete-word): Use completion-in-buffer when
15296 pascal-toggle-completions is nil.
15297 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15298 not used any more.
15299 (pascal-comp-defun): Don't change buffer any more.
15300 Use complete-with-action rather than pascal-completion-response and
15301 let it apply the predicate as well.
15302 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15303 when neded.
15304
1ff4cb98
KH
153052009-12-02 Kenichi Handa <handa@m17n.org>
15306
15307 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15308 shape for all Indic scripts.
15309
bb12edf1
SM
153102009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15311
15312 Use completion-in-buffer.
15313 * wid-edit.el (widget-field-text-end): New function.
15314 (widget-field-value-get): Use it.
15315 (widget-string-complete, widget-file-complete)
15316 (widget-color-complete): Use it and completion-in-region.
15317 (widget-complete): Don't narrow the buffer.
15318
5813f6ef
GM
153192009-12-02 Glenn Morris <rgm@gnu.org>
15320
c920f222
GM
15321 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15322 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15323 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15324 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15325
5813f6ef
GM
15326 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15327 save-excursion with save-current-buffer.
15328 Widen before searching. (Bug#5093)
15329 (diary-list-sexp-entries): Remove superfluous save-excursion.
15330
34b1d750
GM
153312009-12-02 Michael Welsh Duggan <mwd@cert.org>
15332
15333 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15334 name. (Bug#5038)
15335
b2d5f31a
GM
153362009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15337
15338 * ido.el (ido-file-internal): Handle filenames at point that do
15339 not have a directory part. (Bug#5049)
15340
c710ac3c
JB
153412009-12-02 Juanma Barranquero <lekktu@gmail.com>
15342
15343 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15344 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15345
9946be46
SM
153462009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15347
15348 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15349 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15350 any more.
15351
b08016f2
SM
153522009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15353
e7440df4
SM
15354 * comint.el (comint-insert-input): Ignore clicks to the right of
15355 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15356
3bb8691b 15357 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15358 terminate before setting up the major mode.
15359
f3b757f5
SM
15360 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15361 in case.
15362
a2877f1d
SM
15363 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15364 the last element.
15365
b08016f2
SM
15366 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15367
782d6e30
GM
153682009-12-01 Glenn Morris <rgm@gnu.org>
15369
15370 * window.el (window--display-buffer-2): Fix previous changes.
15371
28f57f7e
CY
153722009-12-01 Chong Yidong <cyd@stupidchicken.com>
15373
15374 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15375
c31a2fdc
GM
153762009-12-01 Glenn Morris <rgm@gnu.org>
15377
15378 * Makefile.in (ELCFILES): Add mpc.elc.
15379
e1ada222
SM
153802009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * mpc.el: New file.
15383
0c9ff2c5
GM
153842009-12-01 Glenn Morris <rgm@gnu.org>
15385
3689984f
GM
15386 * window.el (window-to-use): Define for compiler.
15387
3ab4308b
GM
15388 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15389 consistent with others (no final period).
15390
0c9ff2c5
GM
15391 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15392 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15393
fb0c18ff
DN
153942009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15395
15396 Make vc-print-log buttons work.
045b9da7 15397 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15398
2ac7e73e
JB
153992009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15400
15401 * savehist.el (savehist-autosave-interval): Allow setting to nil
15402 through customize. (Bug#5056)
15403
5237d741
JB
154042009-11-30 Juanma Barranquero <lekktu@gmail.com>
15405
15406 Fix references to jit-lock properties.
15407 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15408 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15409 (perl-font-lock-special-syntactic-constructs):
15410 Quote jit-lock-defer-multiline property.
15411
379241fa
DN
154122009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15413
15414 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15415
054ae856
JL
154162009-11-30 Juri Linkov <juri@jurta.org>
15417
15418 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15419 value `buffer' of `multi-isearch-next-buffer-current-function'.
15420 Use `(current-buffer)' when `buffer' is nil.
15421 (multi-isearch-next-buffer-from-list): Don't fallback to
15422 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15423
67296dda
JL
154242009-11-30 Juri Linkov <juri@jurta.org>
15425
15426 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15427 of buffers with `get-buffer' to `multi-isearch-buffers'.
15428 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15429 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15430 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15431 FILES with `expand-file-name' converting relative file names
15432 to absolute. Doc fix. (Bug#4727)
15433
c585bf32
JL
154342009-11-30 Juri Linkov <juri@jurta.org>
15435
15436 * misearch.el (multi-isearch-read-buffers)
15437 (multi-isearch-read-matching-buffers): New functions.
15438 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15439 Use them in the `interactive' spec. Doc fix.
15440 (multi-isearch-read-files, multi-isearch-read-matching-files):
15441 New functions.
15442 (multi-isearch-files, multi-isearch-files-regexp):
15443 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15444
0a745733
JL
154452009-11-30 Juri Linkov <juri@jurta.org>
15446
15447 * doc-view.el (doc-view-continuous):
15448 Rename from `doc-view-continuous-mode'.
15449 (doc-view-menu): Move "Toggle display" to the top.
15450 Add submenu "Continuous" with radio buttons "Off"/"On"
15451 and "Save as Default".
15452 (doc-view-scroll-up-or-next-page)
15453 (doc-view-scroll-down-or-previous-page)
15454 (doc-view-next-line-or-next-page)
6a7662bb
BR
15455 (doc-view-previous-line-or-previous-page):
15456 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15457
1f9689eb
JL
154582009-11-30 Juri Linkov <juri@jurta.org>
15459
15460 * comint.el (comint-mode-map): Rebind `M-r' from
15461 `comint-previous-matching-input' to
15462 `comint-history-isearch-backward-regexp'.
15463 Unbind `M-s' to allow global key binding `M-s'.
15464 Add menu items for `comint-history-isearch-backward' and
15465 `comint-history-isearch-backward-regexp'. (Bug#3746)
15466
2952b1ae
JL
154672009-11-30 Juri Linkov <juri@jurta.org>
15468
15469 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15470 For def=recenter, replace `recenter' with `recenter-top-bottom'
15471 that is called with `this-command' and `last-command' let-bound
15472 to `recenter-top-bottom'. When the last `def' was not `recenter',
15473 set `recenter-last-op' to nil. (Bug#4981)
15474
7a9547ca
SM
154752009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15476
20565545
SM
15477 Minor cleanup and simplification.
15478 * filecache.el (file-cache-add-directory)
15479 (file-cache-add-directory-recursively)
15480 (file-cache-add-from-file-cache-buffer)
15481 (file-cache-delete-file-regexp, file-cache-delete-directory)
15482 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15483 (file-cache-temp-minibuffer-message): Delete function.
15484 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15485
7a9547ca
SM
15486 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15487 Don't signal an error when bumping into EOB in tr, s, or y.
15488
08e968f3
JL
154892009-11-29 Juri Linkov <juri@jurta.org>
15490
15491 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15492 (Bug#4960)
15493
15494 * descr-text.el (describe-char-unidata-list): Use lowercase name
15495 for "Unicode name" like in other tags.
15496
f8d170a4
JL
154972009-11-29 Juri Linkov <juri@jurta.org>
15498
15499 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15500 New compatibility macro.
7a9547ca 15501 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15502
0116abbd
JL
155032009-11-29 Juri Linkov <juri@jurta.org>
15504
15505 Add defcustom to define the cycling order of `recenter-top-bottom'.
15506 (Bug#4981)
15507
15508 * window.el (recenter-last-op): Doc fix.
15509 (recenter-positions): New defcustom.
15510 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15511 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15512
61eef560
MA
155132009-11-29 Michael Albinus <michael.albinus@gmx.de>
15514
15515 Improve integration of Tramp and ange-ftp in eshell.
15516
e4070cdc 15517 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15518 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15519 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15520
15521 * eshell/esh-util.el (top): Require also Tramp when compiling.
15522 (eshell-directory-files-and-attributes): Check for FTP remote
15523 connection.
15524 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15525 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15526 (eshell-file-attributes): Handle ".". Return `entry'.
15527
15528 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15529 (ange-ftp-directory-files-and-attributes)
15530 (ange-ftp-real-directory-files-and-attributes): New defuns.
15531
15532 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15533 shell with "exec" when possible. This prevents trailing prompts
15534 in `start-file-process'.
15535
f5467d3f
SM
155362009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15537
21f49db9
SM
15538 Try and remove assumptions about point-min==1.
15539 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15540 (rng-compute-mode-line-string): Show the validation percentage in
15541 terms of the narrowed text, not the widened text.
15542 (rng-do-some-validation): Don't catch internal errors when debugging.
15543 (rng-first-error): Simplify.
15544 (rng-after-change-function): Remove work around. AFAIK the bug has
15545 been fixed a while ago.
15546
26224faf
SM
15547 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15548 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15549
d7117720
SM
15550 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15551
f5467d3f
SM
15552 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15553 `cd' doesn't always do it for us (bug#5067).
15554
15555 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15556 on 2009-10-25 as part of some other change (bug#5067).
15557
c5269f1c
SM
155582009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15559
62a258a7
SM
15560 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15561 `suspicious'.
15562 (byte-compile-warnings): Use byte-compile-warning-types.
15563 (byte-compile-save-excursion): Warn about use of set-buffer right
15564 after save-excursion.
15565
c5269f1c
SM
15566 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15567 the excursion as well.
15568
3ba30eb8
MA
155692009-11-27 Michael Albinus <michael.albinus@gmx.de>
15570
15571 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15572 providing a Tramp related implementation of "su" and "sudo".
15573 (eshell-unix-initialize): Add "su" and "sudo".
15574
6c6f788d
DU
155752009-11-27 Daiki Ueno <ueno@unixuser.org>
15576
15577 * net/socks.el (socks-send-command): Convert binary request to
15578 unibyte before sending. This fixes mishandling of some port
15579 numbers such as 129.
15580
10c877fe
SM
155812009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15582
6f06a171
SM
15583 * help.el (describe-bindings-internal): Remove `interactive'.
15584
10c877fe
SM
15585 * man.el (Man-completion-table): Trim a terminating "(".
15586 Remove the space between name page a section.
15587 Add the command's description on the `help-echo' property.
c5269f1c
SM
15588 Remove `process-connection-type' binding since it's unused by
15589 call-process.
10c877fe
SM
15590 Provide completion for the "<section> <name>" format as well.
15591 (Man-default-man-entry): Remove spurious var shadowing the argument.
15592
c44a4822
KR
155932009-11-26 Kevin Ryde <user42@zip.com.au>
15594
15595 * log-view.el: Add "Keywords: tools", since its other keywords
15596 aren't in finder-known-keywords, and following vc.el.
15597
9d58f081
KR
15598 * sha1.el (sha1-string-external): default-directory "/" in case
15599 otherwise non-existent. process-connection-type pipe for touch of
15600 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15601
72fe6b25
SM
156022009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15603
15604 Misc coding convention cleanups.
15605 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15606 hfy-init-kludge-hooks.
15607 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15608 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15609 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15610 and push.
15611 (hfy-slant, hfy-weight): Use tables rather than code.
15612 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15613 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15614 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15615 (hfy-face-to-css): Remove `nconc' with single arg.
15616 (hfy-p-to-face-lennart): Use `or'.
15617 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15618 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15619 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15620 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15621 (hfy-force-fontification): Use run-hooks.
15622
85e0a536
SM
156232009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15624
15625 Various minor fixes.
15626 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15627 Javascript belongs in the header, not the body.
15628 (hfy-javascript): Remove.
15629 (hfy-fontify-buffer): Don't insert it any more.
15630 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15631 Fix bug in invis handling when there were no invis props in a chunk.
15632
62ccc42c
SM
156332009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15634
15635 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15636
2643c7aa
DN
156372009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15638
15639 * finder.el (finder-mode-map): Add a menu.
15640
0e5c8aed
DN
156412009-11-26 Michael McNamara <mac@mail.brushroad.com>
15642
bf0b361c 15643 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15644 "unsigned" structs.
15645
15646 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15647 fork" statement better.
15648
156492009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15650
bf0b361c
JB
15651 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15652 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15653 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15654 Reported by Clay Douglass.
0e5c8aed
DN
15655
15656 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15657 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15658 Fix removing "// Interfaces" when saving .* expansions.
15659 Reported by Pierre-David Pfister.
0e5c8aed 15660
7629c4e7
GM
156612009-11-26 Glenn Morris <rgm@gnu.org>
15662
62ccc42c
SM
15663 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15664 the scope.
7629c4e7 15665
a5d358f8
JB
156662009-11-25 Johan Bockgård <bojohan@gnu.org>
15667
15668 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15669 Really use previous revision.
15670
002cbde5
KR
156712009-11-25 Kevin Ryde <user42@zip.com.au>
15672
15673 * man.el (Man-completion-table): default-directory "/" in case
15674 doesn't otherwise exist. process-environment COLUMNS=999 so as
15675 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15676 any chance of hitting the pseudo-tty TIOCGWINSZ.
15677 (man): completion-ignore-case t for friendliness and since man
15678 itself is case-insensitive on the command line.
15679 Further to Bug#3717.
002cbde5 15680
8cb5ffe8
KR
15681 * arc-mode.el: Add "Keywords: files", so the details in its
15682 commentary can be reached from finder-by-keyword.
34607612
KR
15683 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15684 editing mode, but it's comms related and sgml-mode.el has "comm"
15685 on that basis too.
b8dfcf54 15686 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15687 * international/isearch-x.el, international/ja-dic-cnv.el:
15688 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15689 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15690
1e2d9ba1
JL
156912009-11-25 Juri Linkov <juri@jurta.org>
15692
15693 * man.el (Man-completion-table): Modify regexp to include
15694 section names to completion strings. (Bug#3717)
15695
a601d313
JL
156962009-11-25 Juri Linkov <juri@jurta.org>
15697
15698 Search recursively in gzipped files. (Bug#4982)
15699
15700 * progmodes/grep.el (grep-highlight-matches): Add new options
15701 `always' and `auto'. Doc fix.
15702 (grep-process-setup): Check `grep-highlight-matches' for
15703 `auto-detect' to determine the need to compute grep defaults.
15704 Move Windows/DOS specific --colors settings handling
15705 to `grep-compute-defaults'. Check `grep-highlight-matches'
15706 to get the value of "--color=".
15707 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15708 has the value `auto-detect'. Move Windows/DOS specific settings
15709 from `grep-process-setup'.
15710 (zrgrep): New command with alias `rzgrep'.
15711
bde04ea9
JL
157122009-11-25 Juri Linkov <juri@jurta.org>
15713
15714 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15715 to nil instead of switching off view-mode. (Bug#4896)
15716
7d6b4d3c
JL
157172009-11-25 Juri Linkov <juri@jurta.org>
15718
15719 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15720
15721 * mwheel.el (mwheel-scroll-up-function)
15722 (mwheel-scroll-down-function): New defvars.
15723 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15724 `scroll-up', and `mwheel-scroll-down-function' instead of
15725 `scroll-down'.
15726
15727 * doc-view.el (doc-view-scroll-up-or-next-page)
15728 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15729 Use this ARG in the call to image-scroll-up/image-scroll-down.
15730 Change `interactive' spec to "P". Goto next/previous page only
15731 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15732 SPC/DEL case). Doc fix.
15733 (doc-view-next-line-or-next-page)
15734 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15735 for consistency.
15736 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15737 `doc-view-scroll-up-or-next-page', and buffer-local
15738 `mwheel-scroll-down-function' to
15739 `doc-view-scroll-down-or-previous-page'.
15740
e237085f
JL
157412009-11-25 Juri Linkov <juri@jurta.org>
15742
15743 Provide additional default values (directories at other Dired
15744 windows) via M-n in the minibuffer of some Dired commands.
15745
15746 * dired-aux.el (dired-diff, dired-compare-directories)
15747 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15748 `minibuffer-default' in `minibuffer-with-setup-hook'.
15749 (dired-dwim-target-directory): Find a window that displays Dired
15750 buffer instead of failing when the next window is not Dired.
15751 Use `get-window-with-predicate' to find for the next Dired window.
15752 (dired-dwim-target-defaults): New function.
15753
15754 * ediff-util.el (ediff-read-file-name):
15755 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15756 in `minibuffer-with-setup-hook'.
15757
7d371eac
JL
157582009-11-25 Juri Linkov <juri@jurta.org>
15759
15760 Provide additional default values (file name at point or at the
15761 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15762
15763 * minibuffer.el (read-file-name-defaults): New function.
15764 (read-file-name): Reset `minibuffer-default' to nil when
15765 it duplicates initial input `insdef'.
15766 Bind `minibuffer-default-add-function' to lambda that
15767 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15768 (minibuffer-insert-file-name-at-point): New command.
15769
15770 * files.el (file-name-at-point-functions): New defcustom.
15771 (find-file-default): Remove defvar.
15772 (find-file-read-args): Don't use `find-file-default'.
15773 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15774 to `read-file-name'.
15775 (find-file-literally): Use `read-file-name' with
15776 `confirm-nonexistent-file-or-buffer'.
15777
15778 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15779
15780 * dired.el (dired-read-dir-and-switches):
15781 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15782 to `read-file-name'.
15783 (dired-file-name-at-point): New function.
15784 (dired-mode): Add hook `dired-file-name-at-point' to
15785 `file-name-at-point-functions'.
15786
04ae543a
SM
157872009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15788
15789 Really make the *Completions* window soft-dedicated (bug#5030).
15790 * window.el (window--display-buffer-2): Add `dedicated' argument.
15791 (display-buffer): Pass it when needed so the dedicated flag is set
15792 after calling set-window-buffer, which would otherwise reset it.
15793
eb708e66
SM
157942009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15795
d6b8d4e7
SM
15796 * progmodes/meta-mode.el (meta-complete-symbol):
15797 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15798 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15799 Use completion-in-region.
15800
5f24557b
SM
15801 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15802 (dabbrev-completion): Use completion-in-region.
15803 (dabbrev--abbrev-at-point): Simplify regexp.
15804
fe4346f0
SM
15805 * abbrev.el (abbrev--before-point): Use word-motion functions
15806 if :regexp is not specified (bug#5031).
15807
cb190d7d
SM
15808 * subr.el (string-prefix-p): New function.
15809
e2ec6dd5
SM
15810 * man.el (Man-completion-cache): New var.
15811 (Man-completion-table): Use it.
15812
eb708e66
SM
15813 * vc.el (vc-print-log-internal): Make `limit' optional for better
15814 compatibility (e.g. with vc-annotate.el).
15815
4cf8971b
KR
158162009-11-24 Kevin Ryde <user42@zip.com.au>
15817
eb708e66 15818 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15819 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15820
4cf8971b
KR
15821 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15822 when .el source file not found or other error.
15823
d204c46c
SM
158242009-11-24 Markus Triska <markus.triska@gmx.at>
15825
15826 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15827
bb301b9a
SM
158282009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15829
449c27f0
SM
15830 Handle the [back] button properly (bug#4979).
15831 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15832 Use help-setup-xref, help-buffer, and with-help-window.
15833 (describe-char): Add `buffer' argument.
15834 Pass proper command to help-setup-xref. Don't meddle with
15835 help-xref-stack-item directly.
15836 (describe-text-category): Use with-help-window and help-buffer.
15837
32fe5377
SM
15838 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15839 for the displayed buffer (bug#4887).
15840
bb301b9a
SM
15841 * man.el (Man-completion-table): New function.
15842 (man): Use it.
15843
35179414
DR
158442009-11-24 David Reitter <david.reitter@gmail.com>
15845
bb301b9a 15846 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15847 .git is) rather than the file's directory and a relative path spec
15848 to work around a bug in git.
15849
605a20a9
MA
158502009-11-24 Michael Albinus <michael.albinus@gmx.de>
15851
15852 Improve handling of processes on remote hosts.
15853
15854 * eshell/esh-util.el (eshell-path-env): New defvar.
15855 (eshell-parse-colon-path): New defun.
15856 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15857
bb301b9a
SM
15858 * eshell/esh-ext.el (eshell-search-path):
15859 Use `eshell-parse-colon-path'.
605a20a9
MA
15860 (eshell-remote-command): Remove argument HANDLER.
15861 (eshell-external-command): Check for FTP remote connection.
15862
bb301b9a
SM
15863 * eshell/esh-proc.el (eshell-gather-process-output):
15864 Use `file-truename', in order to start also symlinked files.
15865 Apply `start-file-process' instead of `start-process'.
15866 Shorten `command' to the local file name part.
605a20a9 15867
bb301b9a
SM
15868 * eshell/em-cmpl.el (eshell-complete-commands-list):
15869 Use `eshell-parse-colon-path'.
605a20a9
MA
15870
15871 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15872
15873 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15874 to `eshell-directory-change-hook'.
15875
d1d33062
TH
158762009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15877
15878 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15879 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15880
a34d8565 158812009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15882
a34d8565
MK
15883 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15884 made on 2009-11-22.
d1d33062 15885
c83b8d1b
GM
158862009-11-24 Glenn Morris <rgm@gnu.org>
15887
15888 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15889 deleted variable bookmark-bmenu-bookmark-column.
15890
83505cfe
SM
158912009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15892
15893 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15894
5241b291
CY
158952009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15896
15897 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15898 two slashes to the "file:" prefix.
15899 (browse-url-file-url): De-munge Cygwin filenames before passing
15900 them to Windows browser.
15901 (browse-url-default-windows-browser): Use call-process.
15902
aefcadb6
JL
159032009-11-23 Juri Linkov <juri@jurta.org>
15904
15905 Implement DocView Continuous mode. (Bug#4896)
15906 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15907 (doc-view-mode-map): Bind C-n/<down> to
15908 `doc-view-next-line-or-next-page', C-p/<up> to
15909 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15910 (doc-view-next-line-or-next-page)
15911 (doc-view-previous-line-or-previous-page): New commands.
15912
0d62bcea
JL
159132009-11-23 Juri Linkov <juri@jurta.org>
15914
15915 Implement Isearch in comint input history. (Bug#3746)
15916 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15917 `isearch-mode-hook'.
15918 (comint-history-isearch): New defcustom.
15919 (comint-history-isearch-backward)
15920 (comint-history-isearch-backward-regexp): New commands.
15921 (comint-history-isearch-message-overlay): New buffer-local variable.
15922 (comint-history-isearch-setup, comint-history-isearch-end)
15923 (comint-goto-input, comint-history-isearch-search)
15924 (comint-history-isearch-message, comint-history-isearch-wrap)
15925 (comint-history-isearch-push-state)
15926 (comint-history-isearch-pop-state): New functions.
15927
b593f105
MA
159282009-11-23 Michael Albinus <michael.albinus@gmx.de>
15929
15930 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15931 return.
15932 (tramp-handle-make-symbolic-link)
15933 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15934 Quote file names.
15935 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15936 (tramp-handle-process-file): Use it.
15937
0f202d5d
SM
159382009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15939
15940 * window.el (move-to-window-line-last-op): Remove.
15941 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15942
216349f8
SM
159432009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15944
0f202d5d 15945 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15946 * window.el (move-to-window-line-last-op): New var.
15947 (move-to-window-line-top-bottom): New command.
15948 (global-map): Bind M-r move-to-window-line-top-bottom.
15949
c10e0633
GM
159502009-11-23 Sven Joachim <svenjoac@gmx.de>
15951
15952 * dired-x.el (dired-guess-shell-alist-default):
15953 Support xz format. (Bug#4953)
15954
953e0c1a
GM
159552009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15956
15957 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15958 last-command-char/last-command-event.
15959 (viper-prefix-arg-value): Do correct conversion of event-char for
15960 XEmacs.
15961
83505cfe
SM
15962 * emulation/viper-util.el, emulation/viper.el:
15963 Use viper-last-command-char instead of
15964 last-command-char/last-command-event.
953e0c1a 15965
83505cfe
SM
15966 * ediff-init.el, ediff-mult.el, ediff-util.el:
15967 Replace last-command-char and last-command-event
15968 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15969
15970 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15971 created in fundamental mode.
15972
15973 * ediff.el (ediff-version): Revert the change of interactive-p to
15974 called-interactively-p.
15975
9ee12eee
TH
159762009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15977
15978 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15979 generation from word-movement command names.
15980
8b571bf3
JD
159812009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15982
15983 * cus-start.el (all): Add native condition for font-use-system-font.
15984
4121db47
AM
159852009-11-21 Nathaniel Flath <flat0103@gmail.com>
15986
83505cfe
SM
15987 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15988 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15989
d71f5e0c
TH
159902009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15991
15992 * progmodes/subword.el: Rename from lisp/subword.el.
15993
15994 * subword.el: Rename to progmodes/subword.el.
15995
15996 * Makefile.in (ELCFILES): Adapt to subword.el move.
15997
fc9d6ad6 159982009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15999 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
16000
16001 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16002 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16003 (bookmark-bmenu-show-filenames): Use push.
16004 (bookmark-bmenu-hide-filenames): Use local var instead of
16005 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16006 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16007 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16008 filenames now that the bookmark names are always available.
16009
26d9285f
SM
160102009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16011
16012 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16013 (bookmark-search-pattern): Move and leave unbound.
16014 (bookmark-bmenu-mode-map): Change binding.
16015 (bookmark-read-search-input): Simplify.
16016 Don't use text-char-description. Don't error on non-char events.
16017 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16018 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16019 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16020 Use a local var for the timer.
16021 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16022 (i.e. bookmark-bmenu-search).
16023
d73a0317
GM
160242009-11-21 Glenn Morris <rgm@gnu.org>
16025
16026 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16027
e572025f
CY
160282009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16029
26d9285f
SM
16030 * net/browse-url.el (browse-url-default-windows-browser):
16031 Use cygstart for cygwin.
e572025f 16032
6aeaa3dc
KF
160332009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16034
e4070cdc 16035 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
16036 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16037 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 16038 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
16039 (bookmark-read-search-input): Adjust to fit within 80 columns.
16040
a9b76eec
TH
160412009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16042
16043 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16044 (c-backward-into-nomenclature): Adapt to subword renaming.
16045
16046 * subword.el (subword-forward, subword-backward, subword-mark)
16047 (subword-kill, subword-backward-kill, subword-transpose)
16048 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
16049 (subword-forward-internal, subword-backward-internal):
16050 Rename from forward-subword, backward-subword, mark-subword,
16051 kill-subword, backward-kill-subword, transpose-subwords,
16052 downcase-subword, upcase-subword, capitalize-subword,
16053 forward-subword-internal, backward-subword-internal.
a9b76eec 16054
1e7d4475
SM
160552009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16056
26d9285f
SM
16057 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16058 New options.
1e7d4475
SM
16059 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16060 New vars.
16061 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16062 (bookmark-bmenu-filter-alist-by-regexp)
16063 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16064 (bookmark-bmenu-search): New command.
16065 (bookmark-bmenu-mode-map): Bind it.
16066
653d1554
TH
160672009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16068
ab84bfa0
TH
16069 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16070 backward-subword to quit the byte-compiler.
16071
1f35fda9
TH
16072 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16073
16074 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16075
653d1554 16076 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
16077 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16078 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
16079
16080 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16081 subword.el functions instead of cc-subword.el.
16082
1e7d4475
SM
16083 * progmodes/cc-subword.el: Rename to subword.el.
16084 * subword.el: Rename from progmodes/cc-subword.el.
16085 (subword-mode-map): Rename from c-subword-mode-map.
16086 (subword-mode): Rename from c-subword-mode.
653d1554 16087 (global-subword-mode): New global minor mode.
1e7d4475
SM
16088 (forward-subword): Rename from c-forward-subword.
16089 (backward-subword): Rename from c-backward-subword.
16090 (mark-subword): Rename from c-mark-subword.
16091 (kill-subword): Rename from c-kill-subword.
16092 (backward-kill-subword): Rename from c-backward-kill-subword.
16093 (transpose-subwords): Rename from c-tranpose-subword.
16094 (downcase-subword): Rename from c-downcase-subword.
16095 (capitalize-subword): Rename from c-capitalize-subword.
16096 (forward-subword-internal): Rename from c-forward-subword-internal.
16097 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 16098
9717f119
DN
160992009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16100
8de724f3
DN
16101 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16102 from a dired buffer.
16103 (vc-dired-deduce-fileset): New function.
16104 (vc-root-diff, vc-print-root-log): Use it.
16105
9717f119
DN
16106 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16107 nil LIMIT argument to vc-print-log-internal.
16108
af4999b8
GM
161092009-11-20 Glenn Morris <rgm@gnu.org>
16110
16111 * Makefile.in (ELCFILES): Regenerate.
16112
b58edcb6
JB
161132009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16114
02e1b488
SM
16115 * calc/calc.el (calc-set-mode-line):
16116 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16117 (math-format-number): Rename `math-format-complement-signed' to
16118 `math-format-twos-complement'.
16119
02e1b488 16120 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
16121 math-format-complement-signed.
16122 (calc-radix): Rename `calc-complement-signed-mode' to
16123 `calc-twos-complement-mode'.
02e1b488
SM
16124 (calc-octal-radix, calc-hex-radix): Add an argument for
16125 two's complement.
b58edcb6 16126
02e1b488
SM
16127 * calc/calc-embed.el (calc-embedded-mode-vars):
16128 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 16129
02e1b488
SM
16130 * calc/calc-ext.el (calc-init-extensions):
16131 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16132 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16133
02e1b488
SM
16134 * calc/calc-units.el (math-build-units-table-buffer):
16135 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
16136
16137 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16138 entries.
16139
16140 * calc/calc-vec.el (calcFunc-vunpack):
16141 * calc/calc-aent.el (calc-do-calc-eval):
16142 * calc/calc-forms.el (math-format-date):
16143 * calc/calc-graph.el (calc-graph-plot):
16144 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
16145 * calc/calccomp.el (math-compose-expr):
16146 Let `calc-twos-complement-mode' be nil.
16147
161482009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16149
16150 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16151 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16152 * minibuffer.el (completion-in-region-functions): New hook.
16153 (completion-in-region): New function.
16154 * emacs-lisp/lisp.el (lisp-complete-symbol):
16155 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 16156
e3353a78
SM
161572009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16158
eff77808
SM
16159 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16160 (latex-complete-alist): New vars.
16161 (latex-string-prefix-p, latex-complete-bibtex-keys)
16162 (latex-complete-envnames, latex-complete-refkeys)
16163 (latex-complete-data): New functions.
16164 (latex-complete, latex-indent-or-complete): New commands.
16165
d2c9fc42
SM
16166 * window.el (display-buffer-mark-dedicated): New var.
16167 (display-buffer): Obey it.
16168 * minibuffer.el (minibuffer-completion-help): Use it.
16169
31a1c477
SM
16170 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16171
bed4c972
SM
16172 * filecache.el (file-cache-add-file): Use push and cons.
16173 (file-cache-delete-file-regexp): Use push.
16174 (file-cache-complete): Use completion-in-region.
16175
8c22699f
SM
16176 * simple.el (with-wrapper-hook): Fix thinko.
16177
e3353a78
SM
16178 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16179 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16180 Use with-current-buffer and string-to-number.
16181 (hfy-fallback-colour-values): Use assoc-string.
16182 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16183 (hfy-face-at): Remove unused var `found-face'.
16184 (hfy-compile-stylesheet): Remove unused var `css'.
16185 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16186 and `orig-buffer'.
16187 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16188 Use with-current-buffer.
16189 (hfy-text-p): Use expand-file-name and fewer setq.
16190
acca02b0
SM
161912009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16192
16193 * htmlfontify.el, hfy-cmap.el: New files.
16194
042b7cc6
JL
161952009-11-19 Juri Linkov <juri@jurta.org>
16196
16197 * minibuffer.el (completions-format): New defcustom.
16198 (completion--insert-strings): Implement vertical format.
16199
16200 * simple.el (switch-to-completions): Move point to the first
16201 completion when point was at the beginning of the buffer.
16202
da205913
JL
162032009-11-19 Juri Linkov <juri@jurta.org>
16204
16205 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16206
16207 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16208
0b8ee421
CY
162092009-11-19 Chong Yidong <cyd@stupidchicken.com>
16210
16211 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16212 (mail-signature): Change default to t.
16213 (mail-from-style): Deprecate `system-default' value.
16214 (mail-insert-from-field): For default value of mail-from-style,
16215 default to `angles' unless `angles' needs quoting and `parens'
16216 does not.
16217 (mail-citation-prefix-regexp): Use citation regexp from
16218 message-mode.
16219
4265deab
MA
162202009-11-19 Michael Albinus <michael.albinus@gmx.de>
16221
acca02b0
SM
16222 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16223 Set variables for computing the prompt for reading password.
4265deab 16224
27cacd2d
GM
162252009-11-19 Glenn Morris <rgm@gnu.org>
16226
470bce7d
GM
16227 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16228
7e705a1d
GM
16229 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16230
27cacd2d
GM
16231 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16232 (newsticker-treeview-listwindow-height): Fix custom type.
16233
b2f0be0f
KH
162342009-11-19 Kenichi Handa <handa@m17n.org>
16235
16236 * descr-text.el (describe-char-padded-string): Compose with TAB
16237 only if there's a font for CH.
02e1b488 16238 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16239
03446045 162402009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16241
16242 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16243 more accurate version of the regexp. (Bug#3910)
b96337b0 16244
03446045 162452009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16246
16247 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16248
e0620570
JB
162492009-11-18 Juanma Barranquero <lekktu@gmail.com>
16250
16251 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16252 (font-setting-change-default-font): Fix typo in docstring.
16253
6cc6582e
AM
162542009-11-18 Alan Mackenzie <acm@muc.de>
16255
16256 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16257
dfb3c4c6
JD
162582009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16259
02e1b488 16260 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16261
16262 * cus-start.el (all): ... to here.
16263
e268e987
MA
162642009-11-17 Michael Albinus <michael.albinus@gmx.de>
16265
16266 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16267 Don't set `ad-return-value' if `ad-do-it' doesn't.
16268
303ffde8
MA
16269 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16270 modification time.
16271
637fa988
JD
162722009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16273
16274 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16275 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16276
16277 * loadup.el: If feature system-font-setting or font-render-setting is
16278 there, load font-setting.
16279
02e1b488 16280 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16281 * font-setting.el: New file.
16282
1d16a255
GM
162832009-11-17 Glenn Morris <rgm@gnu.org>
16284
16285 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16286
2d84f804
GM
16287 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16288 Preserve point in the list buffer. (Bug#4939)
16289 Use point-at-eol.
16290 (newsticker--treeview-list-update-highlight)
16291 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16292
14467b99
JB
162932009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16294
16295 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16296 Remove.
16297
16298 * calc/calc-ext.el (calc-init-extensions): Remove references to
16299 symclip.
16300
16301 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16302
16303 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16304 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16305 `calc-symclip'.
16306
e3c39c01
KR
163072009-11-16 Kevin Ryde <user42@zip.com.au>
16308
02e1b488 16309 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16310 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16311
497de631
KR
16312 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16313 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16314 Ignore trailing spaces by omit-nulls to split-string (fixing
16315 regression from Emacs 21 due to the incompatible split-string
14467b99 16316 change). (Bug #4928.)
497de631 16317
48b27575
DN
163182009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16319
5237d741 16320 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16321 (vc-print-log-internal): Insert buttons to request more entries
16322 when limiting the output.
16323
16324 * vc-sccs.el (vc-sccs-print-log):
16325 * vc-rcs.el (vc-rcs-print-log):
16326 * vc-cvs.el (vc-cvs-print-log):
16327 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16328 LIMIT is non-nil.
16329
d3e97185
MA
163302009-11-16 Michael Albinus <michael.albinus@gmx.de>
16331
16332 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16333 error when `tramp-gvfs-dbus-event-vector' is set.
16334 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16335
68d87786
SM
163362009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16337
16338 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16339
c0a39702
MA
163402009-11-16 Michael Albinus <michael.albinus@gmx.de>
16341
16342 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16343 (dbus-register-property): Register the handlers of
c0a39702
MA
16344 "org.freedesktop.DBus.Properties" for SERVICE.
16345 (dbus-property-handler): Fix docstring.
16346
1e857121
YM
163472009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16348
16349 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16350 Quote doc string reference in defvaralias as it is not in special form.
16351 (byte-compile-output-docform): Doc fix.
16352
887484c1
JB
163532009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16354
16355 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16356 (calc-complement-signed-mode): New variables.
16357 (calc-set-mode-line): Add indicator for twos-complements.
16358 (math-format-number): Format twos-complement notation.
16359
16360 * calc/calc-bin.el (calc-word-size): Reset the variables
16361 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16362 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16363 (calc-symclip): New functions.
887484c1
JB
16364
16365 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16366
68d87786
SM
16367 * calc/calc-embed.el (calc-embedded-mode-vars):
16368 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16369
16370 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16371 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16372
16373 * calc/calc-ext.el (math-read-number-fancy): Read complement
16374 signed numbers.
68d87786
SM
16375 (calc-init-extensions): Add binding for `calc-symclip'.
16376 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16377
16378 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16379 `calc-symclip'.
68d87786 16380 (calc-modes-menu): Add item for twos complement mode.
887484c1 16381
5237d741 16382 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16383
4cf1d7e3
CY
163842009-11-15 Chong Yidong <cyd@stupidchicken.com>
16385
16386 * register.el (jump-to-register, insert-register): Handle Semantic
16387 tags. From commented-out advice in semantic/senator.el.
16388
f8e65267
DN
163892009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16390
6616006b
DN
16391 * vc.el (vc-log-show-limit): New variable.
16392 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16393 when using a prefix argument.
16394 (vc-print-log-internal): Add new argument LIMIT.
16395
16396 * vc-svn.el (vc-svn-print-log):
16397 * vc-mtn.el (vc-mtn-print-log):
16398 * vc-hg.el (vc-hg-print-log):
16399 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16400 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16401 non-optional.
16402
16403 * vc-sccs.el (vc-sccs-print-log):
16404 * vc-rcs.el (vc-rcs-print-log):
16405 * vc-git.el (vc-git-print-log):
16406 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16407 ignore it. Make the BUFFER argument non-optional.
6616006b 16408
f8e65267
DN
16409 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16410
0566c4bc
CY
164112009-11-15 Chong Yidong <cyd@stupidchicken.com>
16412
7cce3c91
CY
16413 * dired.el (dired-mode-map): Move encryption items to "Operate"
16414 menu (Bug#4703).
16415
d7063de9
CY
16416 * strokes.el (strokes-update-window-configuration): Make strokes
16417 buffer current before erasing (Bug#4906).
16418
0fc10137
JL
164192009-11-15 Juri Linkov <juri@jurta.org>
16420
16421 * simple.el (set-mark-default-inactive): Add :type, :group
16422 and :version. (Bug#4876)
16423
f5fce4ec
MA
164242009-11-15 Michael Albinus <michael.albinus@gmx.de>
16425
16426 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16427 (archive-unique-fname): ... here. (Bug#4929)
16428
8d720a00
SM
164292009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16430
589888fe
SM
16431 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16432 with a real fix.
16433
8d720a00
SM
16434 * novice.el (disabled-command-function): Add useful args.
16435 Setup the help buffer so that [back] works.
16436 Remove redundant call to help-mode.
16437 (disabled-command-function): Use `case'.
16438 (en/disable-command): New function extracted from enable-command.
16439 (enable-command, disable-command): Use it.
16440
a61344d6
GM
164412009-11-14 Glenn Morris <rgm@gnu.org>
16442
497f0cdd
GM
16443 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16444 constants. (Bug#4913)
16445
a61344d6
GM
16446 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16447
d501801e
GM
164482009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16449
16450 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16451 defined in C that have no doc-strings. (Bug#1063)
16452
5af27ac2
GM
164532009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16454
16455 * cus-edit.el (data, files):
16456 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16457
aec5395b
CY
164582009-11-14 Chong Yidong <cyd@stupidchicken.com>
16459
e7791447
CY
16460 * simple.el (shell-command): Doc fix (Bug#4891).
16461
aec5395b
CY
16462 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16463
7a41cd7f
GM
164642009-11-14 Glenn Morris <rgm@gnu.org>
16465
c3583c94
GM
16466 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16467 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16468 If they are already loaded, eval-after-load will do the right thing.
16469
73900d1f
GM
16470 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16471 compiling.
16472
0028351d
GM
16473 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16474
f6714ede
GM
16475 * simple.el (x-selection-owner-p): Declare.
16476 (read-mail-command): Use custom radio type rather than choice.
16477 (completion-no-auto-exit): Doc fix.
16478
7a41cd7f 16479 * custom.el (defgroup):
5af27ac2 16480 * epg-config.el (epg): Doc fixes.
7a41cd7f 16481
2d0659ec
DN
164822009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16483
16484 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16485 * international/ccl.el (define-ccl-program): Do not purecopy the
16486 docstring, defconst does it anyway.
16487
7fdbcd83
SM
164882009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16489
d499c5b9
SM
16490 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16491 a second time.
16492
7fdbcd83
SM
16493 * x-dnd.el (x-dnd-maybe-call-test-function):
16494 * window.el (split-window-vertically):
16495 * whitespace.el (whitespace-help-on):
16496 * vc-rcs.el (vc-rcs-consult-headers):
16497 * userlock.el (ask-user-about-lock-help)
16498 (ask-user-about-supersession-help):
16499 * type-break.el (type-break-force-mode-line-update):
16500 * time-stamp.el (time-stamp-conv-warn):
16501 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16502 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16503 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16504 (term-write-input-ring, term-check-source, term-start-output-log):
16505 (term-display-buffer-line, term-dynamic-list-completions):
16506 (term-ansi-make-term, serial-term):
16507 * subr.el (selective-display):
16508 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16509 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16510 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16511 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16512 (speedbar-remove-localized-speedbar-support)
16513 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16514 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16515 (speedbar-buffers-line-directory):
16516 * simple.el (shell-command-on-region, append-to-buffer)
16517 (prepend-to-buffer):
16518 * shadowfile.el (shadow-save-todo-file):
16519 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16520 (scroll-bar-maybe-set-window-start):
16521 * sb-image.el (speedbar-image-dump):
16522 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16523 (load-save-place-alist-from-file):
16524 * ps-samp.el (ps-print-message-from-summary):
16525 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16526 (ps-background-image, ps-begin-job, ps-do-despool):
16527 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16528 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16529 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16530 (pr-call-process, pr-file-list, pr-interface-save):
16531 * novice.el (disabled-command-function)
16532 (enable-command, disable-command):
16533 * mouse.el (mouse-buffer-menu-alist):
16534 * mouse-copy.el (mouse-kill-preserving-secondary):
16535 * macros.el (kbd-macro-query):
16536 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16537 * informat.el (batch-info-validate):
16538 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16539 * hippie-exp.el (try-expand-dabbrev-visible):
16540 * help-mode.el (help-make-xrefs):
16541 * help-fns.el (describe-variable):
16542 * generic-x.el (bat-generic-mode-run-as-comint):
16543 * finder.el (finder-mouse-select):
16544 * find-dired.el (find-dired-sentinel):
16545 * filesets.el (filesets-file-close):
16546 * files.el (list-directory):
16547 * faces.el (list-faces-display, describe-face):
16548 * facemenu.el (list-colors-display):
16549 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16550 * epg.el (epg--process-filter, epg-cancel):
16551 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16552 (epa--read-signature-type):
16553 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16554 (emerge-file-names):
16555 * ehelp.el (electric-helpify):
16556 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16557 * ediff-vers.el (rcs-ediff-view-revision):
16558 * ediff-util.el (ediff-setup):
16559 * ediff-mult.el (ediff-append-custom-diff):
16560 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16561 (ediff-wordify):
16562 * echistory.el (Electric-command-history-redo-expression):
16563 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16564 * disp-table.el (describe-display-table):
16565 * dired.el (dired-find-buffer-nocreate):
16566 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16567 * dabbrev.el (dabbrev--same-major-mode-p):
16568 * chistory.el (list-command-history):
16569 * apropos.el (apropos-documentation):
16570 * allout.el (allout-obtain-passphrase):
16571 (allout-copy-exposed-to-buffer):
16572 (allout-verify-passphrase): Use with-current-buffer.
16573
2ccbc060
GM
165742009-11-13 Glenn Morris <rgm@gnu.org>
16575
16576 * Makefile.in (ELCFILES): Regenerate.
16577
b172ed20
MA
165782009-11-13 Michael Albinus <michael.albinus@gmx.de>
16579
7fdbcd83
SM
16580 * net/dbus.el (dbus-registered-objects-table): Rename from
16581 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16582 (dbus-unregister-object): Unregister also properties.
16583 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16584 Use a timeout of 500 msec, in order to not block.
16585 (dbus-register-property, dbus-property-handler): New defuns.
16586
e96d62cd
SM
165872009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16588
16589 * simple.el (minibuffer-default-add-completions): Drop deprecated
16590 4th arg.
16591
14bd267d
EZ
165922009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16593
e96d62cd
SM
16594 * textmodes/artist.el (artist-mouse-choose-operation):
16595 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16596 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16597 (artist-compute-up-event-key): New function.
16598 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16599
bf89fd7b
KH
166002009-11-13 Kenichi Handa <handa@m17n.org>
16601
16602 * language/japan-util.el: Make sure that the value of jisx0208
16603 property is jisx0208 character.
16604
f70b8925
DN
166052009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16606
16607 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16608 car or each item, not the whole list.
16609
4d93a9e0
SM
166102009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16611
16612 * minibuffer.el (minibuffer-completion-help):
16613 Use minibuffer-hide-completions.
16614
05404988
SM
166152009-11-12 Per Starbäck <per@starback.se> (tiny change)
16616
16617 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16618 (dired-revert): Use them (bug#4880).
16619
5297bc10
DN
166202009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16621
16622 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16623
e2685eb7
JL
166242009-11-12 Juri Linkov <juri@jurta.org>
16625
16626 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16627 New functions.
16628 (find-file-literally-at-point): Alias of `ffap-literally'.
16629
76410c3e
DN
166302009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16631
6d341a2a
DN
16632 * textmodes/ispell.el (ispell-skip-region-alist):
16633 * textmodes/css-mode.el (auto-mode-alist):
16634 * progmodes/compile.el (auto-mode-alist):
16635 * international/mule.el (ctext-non-standard-encodings-alist)
16636 (ctext-non-standard-encodings-regexp):
16637 * simple.el (shell-command-switch, text-read-only):
16638 * replace.el (occur-mode-map):
16639 * paths.el (rmail-file-name):
16640 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16641 * find-file.el (ff-special-constructs):
16642 * files.el (file-name-handler-alist):
16643 * composite.el: Purecopy strings.
16644
76410c3e
DN
16645 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16646
aaa448c9
DN
166472009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16648
16649 * widget.el (define-widget): Purecopy the docstring.
16650 * international/mule-cmds.el (charset): Do not purecopy the
16651 docstring here, define-widget does it.
16652
16653 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16654 * textmodes/bibtex-style.el (auto-mode-alist):
16655 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16656 * progmodes/compile.el (compile-command):
16657 * language/korea-util.el (default-korean-keyboard):
16658 * international/mule-conf.el (file-coding-system-alist):
16659 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16660 * tooltip.el (tooltip-frame-parameters):
16661 * newcomment.el (comment-end, comment-padding):
16662 * dired.el (dired-trivial-filenames):
16663 * comint.el (comint-file-name-prefix): Purecopy initial values.
16664
bbe650fd
MA
166652009-11-11 Michael Albinus <michael.albinus@gmx.de>
16666
16667 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16668 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16669 `tramp-unload'.
16670 (tramp-advice-make-auto-save-file-name)
16671 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16672 after removing the advice.
16673
6bdad9ae
DN
166742009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16675
2f7f4bee
DN
16676 * progmodes/grep.el (grep-regexp-alist):
16677 * international/mule-cmds.el (iso-2022-control-alist):
16678 * emacs-lisp/timer.el (timer-duration-words):
16679 * subr.el (version-separator, version-regexp-alist):
16680 * minibuffer.el (completion-styles-alist):
16681 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16682 Change defvars to defconsts.
16683
a042de45
DN
16684 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16685 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16686 * international/mule-conf.el: Allow to be byte compiled.
16687
3b6acc72
DN
16688 * international/mule.el (define-charset): Purecopy props.
16689 (load-with-code-conversion): Purecopy doc string and file name.
16690 (put-charset-property): Purecopy strings.
16691 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16692
1c2efdfb 16693 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16694 (define-char-code-property): Correctly purecopy the table.
16695
62591911
DN
16696 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16697
8b908da6
DN
16698 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16699
ff917d63
DN
16700 * subr.el (add-hook): Purecopy strings.
16701 (eval-after-load): Purecopy load-history-regexp and the form.
16702
af89cf77
DN
16703 * custom.el (custom-declare-group): Purecopy load-file-name.
16704
a3c20c83 16705 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16706 * net/eudc.el (eudc-tools-menu):
16707 * international/mule-cmds.el (set-coding-system-map)
16708 (mule-menu-keymap):
16709 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16710 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16711 * replace.el (occur-mode-map):
16712 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16713 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16714 (menu-bar-custom-menu, menu-bar-showhide-menu)
16715 (menu-bar-options-menu, menu-bar-tools-menu)
16716 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16717 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16718 (menu-bar-help-menu):
16719 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16720 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16721
6bdad9ae
DN
16722 * term/x-win.el (x-gtk-stock-map):
16723 * progmodes/vera-mode.el (auto-mode-alist):
16724 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16725 (inferior-lisp-program, inferior-lisp-load-command):
16726 * progmodes/hideshow.el (hs-special-modes-alist):
16727 * progmodes/gud.el (same-window-regexps):
16728 * progmodes/grep.el (grep-program, find-program, xargs-program):
16729 * net/telnet.el (same-window-regexps):
16730 * net/rlogin.el (same-window-regexps):
16731 * language/ethiopic.el (font-ccl-encoder-alist):
16732 * vc-sccs.el (vc-sccs-master-templates):
16733 * vc-rcs.el (vc-rcs-master-templates):
16734 * subr.el (cl-assertion-failed):
16735 * simple.el (next-error-overlay-arrow-position):
16736 * lpr.el (lpr-command):
16737 * locate.el (locate-ls-subdir-switches):
16738 * info.el (same-window-regexps, info)
16739 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16740 * image-mode.el (image-mode, auto-mode-alist):
16741 * hippie-exp.el (hippie-expand-ignore-buffers):
16742 * format.el (format-alist):
16743 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16744 (find-name-arg):
16745 * facemenu.el (facemenu-keybindings):
16746 * dired.el (dired-listing-switches, dired-chown-program):
16747 * diff.el (diff-switches, diff-command):
16748 * cus-edit.el (same-window-regexps):
16749 * bindings.el (mode-line-mule-info)
16750 (mode-line-buffer-identification): Purecopy strings.
16751
e0987650
JL
167522009-11-11 Juri Linkov <juri@jurta.org>
16753
3570691b 16754 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16755 Tell the byte-compiler about dired-get-filename.
16756 (shell-command): In Dired mode, get filename from the current line
16757 as the default value.
16758
b16ff465
GM
167592009-11-10 Glenn Morris <rgm@gnu.org>
16760
e8a11b22
GM
16761 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16762 * calendar/holidays.el, progmodes/cperl-mode.el:
16763 Update x-popup-menu declarations.
16764
b16ff465
GM
16765 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16766 (list-load-path-shadows): Use dolist.
16767 (list-load-path-shadows): Use with-current-buffer.
16768
032c3399
JL
167692009-11-10 Juri Linkov <juri@jurta.org>
16770
16771 * minibuffer.el (read-file-name): Support a list of default values
16772 in `default-filename'. Use the first file name where only one
16773 element is required. Doc fix.
16774
8fb1629f
MA
167752009-11-09 Michael Albinus <michael.albinus@gmx.de>
16776
16777 * net/dbus.el (dbus-unregister-object): Release service, if no
16778 other method is registered for it.
16779
a51203ee 167802009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16781
16782 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16783 bookmark-sort-flag is non-nil (Bug#4653).
16784
9bf7dc8a
CY
167852009-11-08 Chong Yidong <cyd@stupidchicken.com>
16786
15207e74
CY
16787 * emulation/cua-base.el: Add CUA property to some CC mode commands
16788 (Bug#4100).
16789
8bf7ed70
KR
167902009-11-08 Kevin Ryde <user42@zip.com.au>
16791
16792 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16793 at end of sentence (Bug#4818).
8bf7ed70 16794
951802d0
CY
167952009-11-08 Jared Finder <jfinder@crypticstudios.com>
16796
16797 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16798 Handle "see declaration of" MSFT statements (Bug#4100).
16799
e8244310
MA
168002009-11-08 Michael Albinus <michael.albinus@gmx.de>
16801
16802 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16803 (tramp-advice-file-expand-wildcards): Unload via
16804 `ad-remove-advice'.
16805
16806 * net/trampver.el: Update release number.
16807
a51203ee 168082009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16809
16810 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16811 `ad-do-it'.
16812
a51203ee 168132009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16814
16815 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16816 in order to keep context in SELinux.
16817
bedd8a58
CY
168182009-11-08 Chong Yidong <cyd@stupidchicken.com>
16819
16820 * dired-aux.el (dired-query): Place cursor in echo area and allow
16821 C-g.
16822
16823 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16824 menu item if not on a directory (Bug#4701).
16825
0484d600
MA
168262009-11-07 Michael Albinus <michael.albinus@gmx.de>
16827
16828 Sync with Tramp 2.1.17.
16829
16830 * net/tramp.el (tramp-handle-copy-directory): Don't use
16831 `file-remote-p' (due to compatibility).
16832
16833 * net/tramp-compat.el (tramp-compat-copy-directory)
16834 (tramp-compat-delete-directory): New defuns.
16835
16836 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16837 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16838 Use `tramp-compat-delete-directory'.
0484d600
MA
16839
16840 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16841 (tramp-smb-handle-delete-directory):
16842 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16843
16844 * net/trampver.el: Update release number.
16845
b42b2189
CY
168462009-11-07 Chong Yidong <cyd@stupidchicken.com>
16847
6960d7b9
CY
16848 * tar-mode.el (tar-copy): Call write-region on the right buffer
16849 (Bug#4857).
16850
b42b2189
CY
16851 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16852 by hand, if necessary (Bug#4878).
16853
0ad57dfd
CY
168542009-11-06 Chong Yidong <cyd@stupidchicken.com>
16855
d19e23ae
CY
16856 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16857 align size column (Bug#4839).
16858
0ad57dfd
CY
16859 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16860 statement.
16861
0b7f397c
DN
168622009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16863
16864 * progmodes/ld-script.el (auto-mode-alist):
16865 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16866
16867 * cus-face.el (custom-declare-face): Purecopy face spec.
16868
495bd5ca
KH
168692009-11-06 Kenichi Handa <handa@m17n.org>
16870
16871 * international/uni-bidi.el: Re-generated.
16872 * international/uni-category.el: Re-generated.
16873 * international/uni-combining.el: Re-generated.
16874 * international/uni-mirrored.el: Re-generated.
16875
1e8780b1
DN
168762009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16877
16878 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16879 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16880 (tex-start-options, slitex-run-command, latex-run-command)
16881 (tex-run-command, tex-directory):
16882 * textmodes/ispell.el (ispell-html-skip-alists)
16883 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16884 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16885 (adaptive-fill-regexp):
16886 * textmodes/dns-mode.el (auto-mode-alist):
16887 * progmodes/python.el (interpreter-mode-alist):
16888 * progmodes/etags.el (tags-compression-info-list):
16889 * progmodes/etags.el (tags-file-name):
16890 * net/browse-url.el (browse-url-galeon-program)
16891 (browse-url-firefox-program):
16892 * mail/sendmail.el (mail-signature-file)
16893 (mail-citation-prefix-regexp):
16894 * international/mule-conf.el (eight-bit):
16895 * international/latexenc.el (latex-inputenc-coding-alist):
16896 * international/fontset.el (x-pixel-size-width-font-regexp):
16897 * emacs-lisp/warnings.el (warning-type-format):
16898 * emacs-lisp/trace.el (trace-buffer):
16899 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16900 (emacs-lisp-mode-map):
16901 * calendar/holidays.el (holiday-solar-holidays)
16902 (holiday-bahai-holidays, holiday-islamic-holidays)
16903 (holiday-christian-holidays, holiday-hebrew-holidays)
16904 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16905 (hebrew-holidays-1, holiday-oriental-holidays)
16906 (holiday-general-holidays):
16907 * x-dnd.el (x-dnd-known-types):
16908 * tool-bar.el (tool-bar):
16909 * startup.el (site-run-file):
16910 * shell.el (shell-dumb-shell-regexp):
16911 * rfn-eshadow.el (file-name-shadow-tty-properties)
16912 (file-name-shadow-properties):
16913 * paths.el (remote-shell-program, news-directory):
16914 * mouse.el ([C-down-mouse-3]):
16915 * menu-bar.el (menu-bar-tools-menu):
16916 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16917 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16918 (jka-compr-compression-info-list):
16919 * isearch.el (search-whitespace-regexp):
16920 * image-file.el (image-file-name-extensions):
16921 * find-dired.el (find-ls-option):
16922 * files.el (directory-listing-before-filename-regexp)
16923 (directory-free-space-args, insert-directory-program)
16924 (list-directory-brief-switches, magic-fallback-mode-alist)
16925 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16926 (automount-dir-prefix):
16927 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16928 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16929 (face-font-registry-alternatives, face-font-registry-alternatives)
16930 (face-font-family-alternatives):
16931 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16932 (facemenu-foreground-menu, facemenu-face-menu):
16933 * epa-hook.el (epa-file-name-regexp):
16934 * dnd.el (dnd-protocol-alist):
16935 * textmodes/rst.el (auto-mode-alist):
a51203ee 16936 * button.el (default-button): Purecopy strings.
1e8780b1 16937
0adae11f
GM
169382009-11-06 Glenn Morris <rgm@gnu.org>
16939
16940 * Makefile.in (ELCFILES): Update.
16941
2adaf057
SM
169422009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16943
8f72f03c
SM
16944 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16945 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16946
2adaf057
SM
16947 * nxml/xsd-regexp.el (xsdre-gen-categories):
16948 * nxml/xmltok.el (xmltok-parse-entity):
16949 * nxml/rng-parse.el (rng-parse-validate-file):
16950 * nxml/rng-maint.el (rng-format-manual)
16951 (rng-manual-output-force-new-line):
16952 * nxml/rng-loc.el (rng-save-schema-location-1):
16953 * nxml/rng-cmpct.el (rng-c-parse-file):
16954 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16955 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16956
14862301
SM
169572009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16958
bf0b361c 16959 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16960 Remove extra save-excursions and make-variable-buffer-local's.
16961 Suggested by Stefan Monnier.
16962
16963 (verilog-getopt-file, verilog-module-inside-filename-p)
16964 (verilog-set-define): Merge GNU 1.35 and repair changes from
16965 switching to using with-current-buffer.
16966
16967 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16968 being treated as a number and confusing AUTORESET.
16969 Reported by Dan Dever.
16970
16971 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16972 Add verilog-auto-ignore-concat to fix backward compatibility with
16973 older verilog-modes. Reported by Dan Katz.
16974
16975 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16976 containing closing anchors "...$".
16977
16978 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16979 Reported by Wade Smith.
16980
48c2d18a 16981 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16982
169832009-11-05 Michael McNamara <mac@mail.brushroad.com>
16984
bf0b361c
JB
16985 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16986 for labels.
14862301
SM
16987
16988 (verilog-label-re, verilog-calc-1): Support proper indent of named
16989 asserts.
16990
16991 (verilog-backward-token, verilog-basic-complete-re)
16992 (verilog-beg-of-statement, verilog-indent-re): Support proper
16993 indent of the assert statement at the beginning of a block of text.
16994
16995 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16996 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16997 tokens as begins.
16998
4f8f657f
GM
169992009-11-05 Glenn Morris <rgm@gnu.org>
17000
775adc51
GM
17001 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17002 Emacs 19. (Bug#1531)
17003 (byte-compile-fix-header): Update for the above change.
17004 Drop test for epoch::version.
17005
4ad6a5e7 17006 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
17007 * cus-dep.el (custom-make-dependencies):
17008 * finder.el (finder-compile-keywords):
17009 Use autoload-rubric's feature argument.
4ad6a5e7 17010
4f8f657f
GM
17011 * calendar/diary-lib.el (top-level): Make load behave more like require.
17012
881e4184
GM
17013 * vc-git.el (vc-git-stash-map): Move definition before use.
17014
ba214964 170152009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 17016
b6f8ba09
DN
17017 * custom.el (custom-declare-group): Purecopy standard-value.
17018 (custom-declare-group): Purecopy custom-prefix.
17019
7fdbcd83
SM
17020 * international/mule.el (load-with-code-conversion):
17021 Call do-after-load-evaluation unconditionally.
eb6f577b 17022
f6195dfb
DN
17023 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17024
56f14120
SM
170252009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17026
17027 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17028
e5c89ce9
GM
170292009-11-04 Glenn Morris <rgm@gnu.org>
17030
17031 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17032 (byte-compile-compatibility): Remove option.
17033 (byte-compile-close-variables, byte-compile-fix-header)
17034 (byte-compile-insert-header, byte-compile-output-docform)
17035 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17036 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17037 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17038 (byte-compile-insert, byte-compile-defun):
17039 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
17040 (byte-defop-compiler19): Remove.
17041 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17042 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 17043
e24f42ab
JL
170442009-11-04 Juri Linkov <juri@jurta.org>
17045
17046 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17047 (menu-bar-options-menu): Don't quote the `prop' arg of
17048 `menu-bar-make-mm-toggle'.
17049
d3d5f4f5
JB
170502009-11-04 Juanma Barranquero <lekktu@gmail.com>
17051
17052 * calendar/calendar.el (cal-loaddefs):
17053 * calendar/diary-lib.el (diary-loaddefs):
17054 * calendar/holidays.el (hol-loaddefs):
17055 * eshell/esh-module.el (esh-groups): Load rather than require.
17056
6e39d3b2
SM
170572009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17058
e96d62cd
SM
17059 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17060 point-min==1.
7e83e8b4
SM
17061 (todo-top-priorities): Only display-buffer when called interactively.
17062 (todo-item-start): Don't save excursion point.
17063 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17064 (todo-insert-item-here, todo-file-item, todo-remove-item):
17065 Adjust uses of todo-item-start and todo-item-end.
17066
fae4e5b9
SM
17067 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17068 (autoload-rubric): Don't use any more.
fae4e5b9 17069
6e39d3b2
SM
17070 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17071 and only put a prop if it is non-nil.
17072
c9753fb4
JL
170732009-11-03 Juri Linkov <juri@jurta.org>
17074
17075 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17076 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17077
17078 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17079 and "Menu" to make top-level menu item visually one unit (like
17080 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17081 multi-word menu items). Fix :help string for quit-window.
17082
db04f33f
GM
170832009-11-03 Glenn Morris <rgm@gnu.org>
17084
2aea6521
GM
17085 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17086 (byte-compile-file-form-define-abbrev-table)
17087 (byte-compile-file-form-custom-declare-variable)
17088 (byte-compile-variable-ref, byte-compile-defvar):
17089 Whether or not a warning is enabled should only affect whether we issue
17090 the warning, not whether or not we collect the relevant data.
17091 Eg warnings can be turned on and off throughout the course of a file.
17092
db04f33f
GM
17093 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17094 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17095
937e6a56
SM
170962009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17097
17098 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17099 * play/mpuz.el (mpuz-create-buffer):
17100 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17101 (lm-print-y,s,noise, lm-print-w0, lm-init):
17102 * play/gomoku.el (gomoku-prompt-for-move):
17103 * play/fortune.el (fortune-in-buffer):
17104 * play/dissociate.el (dissociated-press):
17105 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 17106 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
17107 * mail/supercite.el (sc-eref-show):
17108 * mail/smtpmail.el (smtpmail-send-it):
17109 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17110 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17111 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17112 (rmail-summary-goto-msg, rmail-summary-expunge)
17113 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17114 (rmail-summary-add-label, rmail-summary-output-menu)
17115 (rmail-summary-output-body):
17116 * mail/rfc822.el (rfc822-addresses):
17117 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17118 * mail/mailpost.el (post-mail-send-it):
17119 * mail/hashcash.el (hashcash-generate-payment):
17120 * mail/feedmail.el (feedmail-run-the-queue)
17121 (feedmail-queue-send-edit-prompt-help-first)
17122 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17123 (feedmail-deduce-address-list):
17124 * eshell/esh-ext.el (eshell-remote-command):
17125 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17126 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17127 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17128 (viper-save-string-in-file, viper-valid-marker):
17129 * emulation/viper-keym.el (viper-toggle-key):
17130 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17131 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17132 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17133 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17134 (viper-exec-form-in-emacs, viper-brac-function):
17135 * emulation/viper.el (viper-delocalize-var):
17136 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17137 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17138 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17139 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17140 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17141 * emulation/edt.el (edt-electric-helpify):
17142 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17143 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17144 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17145 (cua-indent-to-global-mark-column):
17146 * calendar/diary-lib.el (calendar-mark-1):
17147 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17148 Use with-current-buffer.
17149 * emulation/viper.el (viper-delocalize-var): Use dolist.
17150
5b955562
CY
171512009-11-03 Chong Yidong <cyd@stupidchicken.com>
17152
17153 * comint.el (comint-replace-by-expanded-history-before-point):
17154 Replace !! with the previous input string literally (Bug#1795).
17155
6292c599
JB
171562009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17157
17158 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17159 to be made up of whitespace.
17160
8368c14e
CY
171612009-11-02 Chong Yidong <cyd@stupidchicken.com>
17162
17163 * minibuffer.el (read-file-name): Don't use file dialogs for
17164 remote directories (Bug#99).
17165
6f750f0d
CY
171662009-11-01 Chong Yidong <cyd@stupidchicken.com>
17167
17168 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17169
97ab3f47
AS
171702009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17171
17172 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17173 instead of deleting the window or frame.
17174
673c1168
CY
171752009-10-31 Chong Yidong <cyd@stupidchicken.com>
17176
17177 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17178 Support face colors.
17179
937e6a56
SM
17180 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17181 New function. Support face colors (Bug#1168).
673c1168
CY
17182 (tex-common-initialization): Use it.
17183
17184 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17185 mode allows it (Bug#1168).
17186
c9349f0a
CY
171872009-10-31 Juri Linkov <juri@jurta.org>
17188
17189 * facemenu.el (list-colors-display): Don't mark buffer as
17190 modified (Bug#3948).
17191
ebf5c4f5
CY
171922009-10-31 Chong Yidong <cyd@stupidchicken.com>
17193
6a7662bb
BR
17194 * international/mule-diag.el (list-character-sets-1):
17195 Minor message fix (Bug#3526).
5c2dce75 17196
6a7662bb
BR
17197 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17198 Fix face property (Bug#4834).
26581f0e
CY
17199 (etags-list-tags, etags-tags-apropos-additional)
17200 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17201 property.
17202
ebf5c4f5
CY
17203 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17204 items.
17205
9a529312
SM
172062009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * textmodes/two-column.el (2C-split):
17209 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17210 * textmodes/tex-mode.el (tex-set-buffer-directory):
17211 * textmodes/spell.el (spell-region, spell-string):
17212 * textmodes/reftex.el (reftex-erase-buffer):
17213 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17214 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17215 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17216 (reftex-select-item):
17217 * textmodes/reftex-ref.el (reftex-label-info-update)
17218 (reftex-offer-label-menu):
17219 * textmodes/reftex-index.el (reftex-index-change-entry)
17220 (reftex-index-phrases-info):
17221 * textmodes/reftex-global.el (reftex-create-tags-file)
17222 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17223 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17224 (reftex-view-crossref-from-bibtex):
17225 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17226 (reftex-extract-bib-entries-from-thebibliography)
17227 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17228 * textmodes/refbib.el (r2b-capitalize-title):
17229 (r2b-convert-buffer, r2b-help):
17230 * textmodes/page-ext.el (pages-directory)
17231 (pages-directory-goto-with-mouse):
17232 * textmodes/bibtex.el (bibtex-validate-globally):
17233 * textmodes/bib-mode.el (bib-capitalize-title):
17234 * textmodes/artist.el (artist-clear-buffer, artist-system):
17235 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17236 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17237 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17238 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17239 (xscheme-send-control-g-interrupt, xscheme-start-process)
17240 (xscheme-process-sentinel, xscheme-cd):
17241 * progmodes/verilog-mode.el (verilog-read-always-signals)
17242 (verilog-set-define, verilog-getopt-file)
17243 (verilog-module-inside-filename-p):
17244 * progmodes/sh-script.el:
17245 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17246 (python-pdbtrack-grub-for-buffer, python-execute-file):
17247 * progmodes/octave-inf.el (inferior-octave):
17248 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17249 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17250 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17251 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17252 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17253 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17254 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17255 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17256 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17257 (idlwave-shell-examine-display, idlwave-shell-run-region)
17258 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17259 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17260 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17261 (idlwave-help-get-help-buffer):
17262 * progmodes/gud.el (gud-basic-call, gud-find-class)
17263 (gud-tooltip-activate-mouse-motions-if-enabled):
17264 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17265 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17266 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17267 (ebrowse-tags-next-file):
17268 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17269 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17270 (ebnf-eps-finish-and-write):
17271 * progmodes/cpp.el (cpp-edit-save):
17272 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17273 * progmodes/cc-defs.el (c-emacs-features):
17274 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17275 (antlr-directory-dependencies):
17276 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17277 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17278 (ada-find-any-references, ada-make-filename-from-adaname)
17279 (ada-make-body-gnatstub):
17280 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17281 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17282 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17283 * net/rcirc.el (rcirc-debug):
17284 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17285 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17286 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17287 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17288 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17289 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17290 (newsticker--treeview-list-clear-highlight)
17291 (newsticker--treeview-list-update-highlight)
17292 (newsticker--treeview-list-highlight-start)
17293 (newsticker--treeview-tree-update-highlight)
17294 (newsticker--treeview-get-selected-item)
17295 (newsticker-treeview-mark-list-items-old)
17296 (newsticker--treeview-set-current-node):
17297 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17298 * net/newst-backend.el (newsticker--get-news-by-funcall)
17299 (newsticker--get-news-by-wget, newsticker--image-get)
17300 (newsticker--image-sentinel):
17301 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17302 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17303 (eudc-ph-close-session):
17304 * net/eudc.el (eudc-save-options):
17305 * language/thai-word.el (thai-update-word-table):
17306 * language/japan-util.el (japanese-string-conversion):
17307 * international/titdic-cnv.el (tsang-quick-converter)
17308 (ziranma-converter, ctlau-converter):
17309 * international/mule-cmds.el (describe-language-environment):
17310 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17311 (skkdic-convert-postfix, skkdic-convert-prefix):
17312 (skkdic-convert-okuri-nasi, skkdic-convert):
17313 * emacs-lisp/re-builder.el (reb-update-overlays):
17314 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17315 * emacs-lisp/gulp.el (gulp-send-requests):
17316 * emacs-lisp/find-gc.el (trace-call-tree):
17317 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17318 (eieio-describe-generic):
17319 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17320 * emacs-lisp/edebug.el (edebug-outside-excursion):
17321 * emacs-lisp/debug.el (debugger-make-xrefs):
17322 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17323 * emacs-lisp/chart.el (chart-new-buffer):
17324 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17325 Use with-current-buffer.
17326 * textmodes/artist.el (artist-system): Don't call
17327 copy-sequence on a fresh string.
17328 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17329
d566f228
GM
173302009-10-31 Stephen Berman <stephen.berman@gmx.net>
17331
17332 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17333 is no item to edit. (Bug#4820)
d566f228 17334 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17335 buffer. (Bug#4820)
d566f228 17336
f3628edd
GM
173372009-10-31 Glenn Morris <rgm@gnu.org>
17338
5cf3709c
GM
17339 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17340 (comint-last-output-start, comint-last-input-start)
17341 (comint-last-input-end): Don't defvar when compiling.
17342 (ange-ftp-process-file): Use bound-and-true-p.
17343
4c814fd2
GM
17344 * pcmpl-rpm.el (top-level): Move provide statement to end.
17345 (pcmpl-rpm): Remove unused custom group.
17346
113b8dcc
GM
17347 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17348
31c615e4
GM
17349 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17350
416d3588
GM
17351 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17352 (byte-compile-warnings): Add `constants' as an option.
17353 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17354 (display-call-tree): Update for byte-compile-fdefinition possibly
17355 returning `(macro lambda ...)'. (Bug#4778)
17356 (byte-compile-variable-ref, byte-compile-setq-default):
17357 Respect `constants' member of byte-compile-warnings.
17358
00f71f39
SM
173592009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17360
17361 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17362 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17363 to "submit:".
17364
ca0a881a
DN
173652009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17366
17367 * textmodes/ispell.el (ispell-skip-region-alist):
17368 * international/mule-conf.el (eight-bit):
17369 * international/fontset.el (font-encoding-alist):
17370 * startup.el (pure-space-overflow-message):
17371 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17372 * paths.el (gnus-nntp-service, rmail-spool-directory)
17373 (term-file-prefix):
17374 * files.el (save-some-buffers-action-alist):
17375 * cmuscheme.el (same-window-buffer-names):
17376 * ielm.el (same-window-buffer-names):
17377 * shell.el (same-window-buffer-names):
17378 * mail/sendmail.el (same-window-buffer-names):
17379 * progmodes/inf-lisp.el (same-window-buffer-names):
17380 * bindings.el (mode-line-client)
17381 (mode-line-column-line-number-mode-map):
17382 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17383 (tibetan-precomposed-regexp): Purecopy string arguments.
17384
b861e45e
SM
173852009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17386
6df9b6d7
SM
17387 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17388 (calcDigit-nondigit):
17389 * calc/calc-yank.el (calc-copy-to-buffer):
17390 * calc/calc-units.el (calc-invalidate-units-table):
17391 * calc/calc-trail.el (calc-trail-yank):
17392 * calc/calc-store.el (calc-insert-variables):
17393 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17394 * calc/calc-prog.el (calc-read-parse-table):
17395 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17396 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17397 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17398 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17399 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17400 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17401 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17402 * calc/calc-ext.el (calc-realign):
17403 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17404 (calc-embedded-finish-edit, calc-embedded-make-info)
17405 (calc-embedded-finish-command, calc-embedded-stack-change):
17406 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17407
70f44c65
SM
17408 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17409 shell-dynamic-complete-filename in preference to
17410 comint-dynamic-complete-filename.
17411
b861e45e
SM
17412 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17413 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17414 Don't consider whether the display supports colors.
17415 (bookmark-import-new-list): Use dolist.
17416 (bookmark-bmenu-mode-map): Move initialization into declaration.
17417 (bookmark-bmenu-list): Use dolist, simplify.
17418 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17419 (menu-bar-final-items): Use push.
17420
8549241d 174212009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17422
17423 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17424 it works on remote files.
17425 (vc-hg-diff): Don't pass any `--cwd' argument.
17426
30644573
KR
174272009-10-27 Kevin Ryde <user42@zip.com.au>
17428
cc63d28f
SM
17429 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17430 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17431 (Further to Bug#3921).
17432
9be01a63
MA
174332009-10-27 Michael Albinus <michael.albinus@gmx.de>
17434
17435 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17436 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17437 calling `tramp-imap-put-file'. Add file size to the call.
17438 (tramp-imap-get-file-entries): Compute also user name, file size,
17439 and date.
17440 (tramp-imap-handle-insert-directory): Insert uid and gid.
17441 (tramp-imap-handle-file-attributes): Transform uid and gid
17442 according to `id-format'.
17443 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17444 size in header X-Size.
17445
41849bf9
JB
174462009-10-26 Juanma Barranquero <lekktu@gmail.com>
17447
17448 * simple.el (transpose-subr): Give clearer error when the mark
17449 is not set. (Bug#4807)
17450
293c24f9
MA
174512009-10-26 Michael Albinus <michael.albinus@gmx.de>
17452
cc63d28f
SM
17453 * net/tramp.el (tramp-perl-file-truename): New defconst.
17454 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17455 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17456 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17457 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17458
cc63d28f
SM
17459 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17460 Ignore `dired-call-process'.
293c24f9
MA
17461 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17462
174632009-10-26 Julian Scheid <julians37@gmail.com>
17464
cc63d28f 17465 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17466 (tramp-get-remote-readlink): New defun.
17467 (tramp-handle-file-truename): Use it.
17468 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17469 file exists if cache value present.
48c2d18a 17470 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17471 (tramp-handle-file-readable-p): Use it.
17472 (tramp-handle-file-writable-p): Likewise.
17473 (tramp-handle-file-executable-p): Likewise.
17474 (tramp-handle-file-name-all-completions): Try using Perl to get
17475 partial completions. When perl not available, combine `cd' and
17476 `ls' into single remote operation and use shell expansion to get
17477 partial remote directory contents. Set `file-exists-p' cache for
17478 directory and any files returned by ls. Change cache handling to
17479 support partial directory contents. Use error message emitted by
17480 remote `cd' or Perl code for local tramp-error.
17481 (tramp-do-copy-or-rename-file-directly): Avoid separate
17482 tramp-send-command-and-check call.
cc63d28f
SM
17483 (tramp-handle-process-file): Merge three remote ops into one.
17484 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17485 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17486 file-attributes shows uid/gid to be set already.
17487
a7610c52
DN
174882009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17489
17490 * textmodes/tex-mode.el (tex-dvi-view-command)
17491 (tex-show-queue-command, tex-open-quote):
17492 * progmodes/ruby-mode.el (auto-mode-alist)
17493 (interpreter-mode-alist): Purecopy strings.
17494
17495 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17496
17497 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17498 string for the hook, keymap and abbrev table.
17499
17500 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17501
17502 * x-dnd.el (x-dnd-xdnd-to-action):
17503 * startup.el (fancy-startup-text, fancy-about-text): Change to
17504 defconst from defvar.
17505
17506 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17507
17508 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17509 Purecopy initialization strings.
17510
17511 * mail/sendmail.el (mail-header-separator)
17512 (mail-personal-alias-file):
17513 * mail/rmail.el (rmail-default-dont-reply-to-names)
17514 (rmail-ignored-headers, rmail-retry-ignored-headers)
17515 (rmail-highlighted-headers, rmail-secondary-file-directory)
17516 (rmail-secondary-file-regexp):
17517 * files.el (null-device, file-name-invalid-regexp)
17518 (locate-dominating-stop-dir-regexp)
cc63d28f 17519 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17520 (interpreter-mode-alist): Use mapcar instead of mapc.
17521
17522 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17523
17524 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17525 (completion-ignored-extensions):
17526 (debug-ignored-errors): Purecopy strings.
17527
4fcc3d32
SM
175282009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17529
0667de21
SM
17530 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17531 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17532 (pcomplete--here): Use push.
17533
4fcc3d32
SM
17534 * subr.el (all-completions): Declare the 4th arg obsolete.
17535
955ef430
SM
175362009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17537
2d085307
SM
17538 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17539 (pcomplete-unquote-argument): New function.
17540 (pcomplete--common-suffix): Always pay attention to case.
17541 (pcomplete--table-subvert): Quote and unquote the text.
17542 (pcomplete--common-quoted-suffix): New function.
17543 (pcomplete-std-complete): Use it and pcomplete-begin.
17544
955ef430
SM
17545 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17546 we're inside a dedicated or minibuffer window.
17547
7c85c02b
KF
175482009-10-24 Karl Fogel <kfogel@red-bean.com>
17549
17550 * bookmark.el: Update documentation, especially documentation
17551 of `bookmark-alist' and of the bookmark file format.
17552 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17553
3e8ae8a6
CY
175542009-10-24 Chong Yidong <cyd@stupidchicken.com>
17555
3e425845
CY
17556 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17557 keybindings apply to the mail buffer (Bug#4003). Shrink help
17558 window to buffer.
17559
cdd47d48
CY
17560 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17561 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17562 (whitespace-toggle-options, global-whitespace-toggle-options):
17563 Doc fix (Bug#3660).
cdd47d48 17564
ba07c9ad
CY
17565 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17566 of xmltok-start before the end tag was inserted (Bug#2840).
17567
3e8ae8a6
CY
17568 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17569 patterns that are preceded by an open-paren (Bug#1320).
17570
ab276820
CY
175712009-10-24 Sven Joachim <svenjoac@gmx.de>
17572
17573 * files.el (delete-directory): Delete symlinks to directories with
17574 delete-file (Bug#4739).
17575
905a9ed3
DN
175762009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17577
a9a2a6db
DN
17578 * vc.el (vc-backend-for-registration): Rename from
17579 vc-get-backend-for-registration. Update callers.
17580
cc63d28f
SM
17581 * international/mule-cmds.el (set-language-info-alist):
17582 Purecopy lang-env.
905a9ed3
DN
17583 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17584 (charset): Purecopy the name.
17585 (define-char-code-property): Purecopy string arguments.
17586
17587 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17588 Purecopy string arguments.
17589
17590 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17591 * ediff-hook.el (menu-bar-ediff-menu):
17592 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17593 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17594
d270305a
GM
175952009-10-24 Glenn Morris <rgm@gnu.org>
17596
6c74d523 17597 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17598 * term.el (term-dynamic-list-completions): Use choose-completion rather
17599 than obsolete alias mouse-choose-completion.
17600
ae732337
GM
17601 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17602 file-cache-choose-completion.
17603 (file-cache-choose-completion): Handle an optional event argument.
17604 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17605
cc63d28f
SM
17606 * progmodes/octave-mod.el (octave-complete-symbol):
17607 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17608
9847dc91
GM
17609 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17610 use.
17611
e8f2a5d5
GM
17612 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17613 compiler.
17614
d270305a
GM
17615 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17616
c6432f1e
SM
176172009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17618
17619 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17620 Ignore `pred' now that we receive one.
17621 Handle test-completion specially.
17622
6ab196f9
DN
176232009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17624
17625 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17626 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17627 REGISTER ...
17628 (vc-get-backend-for-registration): ... here. New function.
17629 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17630 of vc-responsible-backend, pass the file name instead of the
17631 directory name.
17632
48feed59
SM
176332009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17634
17635 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17636 New funs.
17637 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17638 (pcomplete-comint-setup): Don't modify a global var via
17639 accidental side-effects.
17640 (pcomplete-shell-setup): Adjust call accordingly.
17641 (pcomplete-parse-comint-arguments): Use push.
17642
00006066
CY
176432009-10-23 Chong Yidong <cyd@stupidchicken.com>
17644
36bfa3af
CY
17645 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17646 Allow uncapitalized info node names (Bug#3921).
17647
00006066
CY
17648 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17649 to the DEBUG file (Bug#3781).
17650
aa311d6e
CY
176512009-10-23 Jari Aalto <jari.aalto@cante.net>
17652
17653 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17654 dictionary entry (Bug#4579).
17655
b88f2d0a
MA
176562009-10-23 Michael Albinus <michael.albinus@gmx.de>
17657
17658 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17659 from `rfn-eshadow-update-overlay-hook' when unloading.
17660 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17661 "rsyncc". Adjust doc string.
48c2d18a 17662 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17663 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17664 Keep temporary file when indicated by method ("rsync" and
17665 "rsyncc").
17666 (tramp-handle-write-region): Handle APPEND.
17667 (tramp-delete-temp-file-function): New defun. Added to
17668 `kill-buffer-hook'.
17669
1becddbb
JB
176702009-10-23 Juanma Barranquero <lekktu@gmail.com>
17671
17672 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17673
8f43cbf3
DN
176742009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17675
17676 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17677 (color-name-rgb-alist, tty-standard-colors)
17678 (tty-color-mode-alist): Change to defconst.
17679
17680 * simple.el (mark-inactive): Purecopy message.
17681
17682 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17683 (global-map, yank-menu):
17684 * textmodes/ispell.el (ispell-menu-map):
17685 * net/eudc.el (eudc-tools-menu):
17686 * international/mule-cmds.el (describe-language-environment-map)
17687 (setup-language-environment-map, set-coding-system-map)
17688 (mule-menu-keymap):
17689 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17690 * replace.el (occur-mode-map):
17691 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17692
1d228a31
JB
176932009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17694
6a7662bb
BR
17695 * calc/calc.el (math-read-number, math-read-number-simple):
17696 Use `save-match-data'.
1d228a31 17697
3b067af1
SM
176982009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17699
28a90c44
SM
17700 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17701 rather than fiddling with global-map bindings, since it should only
17702 affect per-terminal settings.
17703 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17704
a452eee8
SM
17705 * minibuffer.el (completion-table-with-terminator): Allow to specify
17706 the terminator-regexp.
17707
ab14d7d5
SM
17708 * simple.el (switch-to-completions): Look for *Completions* in other
17709 frames as well.
17710
3b067af1
SM
17711 * pcomplete.el: Allow the use of completion-tables.
17712 (pcomplete-std-complete): New command.
17713 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17714 (pcomplete--here): Use a function for `form' rather than an expression,
17715 so it can be byte-compiled.
17716 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17717 Add edebug declaration.
17718 (pcomplete-show-completions): Remove unused var `curbuf'.
17719 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17720 Don't assume `completions' is a list of strings any more.
3b067af1 17721
5480359e
JB
177222009-10-22 Juanma Barranquero <lekktu@gmail.com>
17723
17724 * find-dired.el (find-name-arg): Fix typo in docstring.
17725
3170b794
SM
177262009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17727
48c23a25
SM
17728 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17729 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17730
56b14058
SM
17731 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17732 pcomplete-entries.
17733
3170b794
SM
17734 * comint.el (comint-read-input-ring, comint-write-input-ring)
17735 (comint-substitute-in-file-name)
17736 (comint-dynamic-complete-as-filename)
17737 (comint-dynamic-simple-complete)
17738 (comint-dynamic-list-filename-completions)
17739 (comint-dynamic-list-completions)
17740 (comint-redirect-results-list-from-process): Minor simplifications.
17741
2affef34
KR
177422009-10-21 Kevin Ryde <user42@zip.com.au>
17743
3170b794
SM
17744 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17745 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17746 the first form. And insert a blank line after ";;; Code" since
d8194864 17747 that's usual style. (Bug#4612)
2affef34 17748
e7b94bbb
KR
17749 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17750
528c56e2
SM
177512009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17752
17753 * minibuffer.el (completion-table-with-terminator): Properly implement
17754 boundaries, in case `terminator' appears in the suffix.
17755 (completion--embedded-envvar-table): Don't return boundaries if
17756 there's no valid completion. Simplify.
17757 (completion-file-name-table): New completion table extracted from
17758 completion--file-name-table.
17759 (completion--file-name-table): Use it.
17760 (read-file-name-predicate): Declare obsolete.
17761 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17762 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17763 completion-file-name-table, and use the `pred' argument.
17764 * files.el (locate-file-completion-table): Use the `pred' arg rather
17765 than read-file-name-predicate.
17766 (abbreviate-file-name): Use \` rather than ^ for BOS.
17767
f9ed9b4f
DN
177682009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17769
17770 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17771 vc-responsible-backend to register, it causes problems.
17772
5f2022a3
SM
177732009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17774
17775 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17776
fc754ea1
MA
177772009-10-21 Michael Albinus <michael.albinus@gmx.de>
17778
17779 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17780 (tramp-smb-handle-file-attributes): Use it.
17781 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17782 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17783 `mapcar'. Use `tramp-smb-get-stat-capability'.
17784 Add `dired-filename' text properties.
fc754ea1
MA
17785 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17786 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17787 version.
17788
79bd5ba1
SM
177892009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17790
17791 * subr.el (read-key-delay): Reduce to 0.01.
17792 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17793 (bug#4751).
17794
3c13704d
SM
177952009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17796
554efd10
SM
17797 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17798
c2a37b78
SM
17799 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17800 (Info-menu): Remove unused vars `last' and `completions'.
17801 (Info-index-nodes): Remove unused var `node'.
17802
3c13704d
SM
17803 * info.el (Info-complete-menu-item): Use complete-with-action.
17804
d1e4c403
DN
178052009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17806
17807 Make vc-annotate work through copies and renames.
3c13704d
SM
17808 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17809 Return the file name too.
d1e4c403
DN
17810 (vc-annotate-revision-at-line)
17811 (vc-annotate-find-revision-at-line)
17812 (vc-annotate-revision-previous-to-line)
17813 (vc-annotate-show-log-revision-at-line): Update to get the file
17814 name from vc-annotate-extract-revision-at-line.
17815 (vc-annotate-show-diff-revision-at-line-internal): Change the
17816 argument to mean whether to show a file diff or not. Get the file
17817 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17818 (vc-annotate-show-diff-revision-at-line):
17819 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17820 (vc-annotate-warp-revision): Add an optional file argument.
17821
17822 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17823 (vc-git-annotate-extract-revision-at-line): Also return the file
17824 name if found.
17825
17826 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17827 command. Remove unused code.
17828 (vc-hg-annotate-re): Update to match --follow output.
17829 (vc-hg-annotate-extract-revision-at-line): Also return the file
17830 name if found.
17831
17832 * vc.el: Update annotate-extract-revision-at-line documentation.
17833
b0b0ef98
KR
178342009-10-18 Kevin Ryde <user42@zip.com.au>
17835
17836 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17837 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17838
a9e7f03d
KR
17839 * net/browse-url.el (browse-url): Identify alist with "consp and
17840 not functionp" and let all other things go down the `apply' leg,
17841 as suggested by Stefan. (Further to bug#4531.)
17842
7346a407
CY
178432009-10-18 Chong Yidong <cyd@stupidchicken.com>
17844
17845 * minibuffer.el (read-file-name): Check for repeat before putting
17846 a default argument in file-name-history (Bug#4657).
17847
17848 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17849 read syntax (Bug#4737).
17850
3c13704d 17851 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17852
1da94541
CY
178532009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17854
17855 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17856 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17857 entries and make note of obsolete tags.
17858
2b93080a
SM
178592009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17860
17861 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17862
18b5ffb5
GM
178632009-10-18 Glenn Morris <rgm@gnu.org>
17864
17865 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17866 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17867 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17868 now, and in any case the file header format has changed.
17869
c2e161b2
GM
178702009-10-17 Glenn Morris <rgm@gnu.org>
17871
17872 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17873 (flyspell-get-word, flyspell-large-region)
17874 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17875
a1eb44f5
CY
178762009-10-17 Chong Yidong <cyd@stupidchicken.com>
17877
17878 * Makefile.in (ELCFILES): Add ede/shell.
17879
4418646e
DN
178802009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17881
17882 * term/common-win.el (x-colors): Purecopy it.
17883
4062011e
SM
178842009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17885
17886 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17887 permissive for when the buffer is empty.
17888 (tar-header-block-tokenize): Decode the username and groupname.
17889 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17890
b0b111c3
JB
178912009-10-17 Eric Ludlam <zappo@gnu.org>
17892
17893 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17894 contains multibyte characters, choose first applicable coding
17895 system automatically.
17896
2df48a87
SM
178972009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17898
17899 * international/mule-cmds.el (select-safe-coding-system): If the file
17900 has a coding cookie, use it regardless of any other setting (bug#4712).
17901
fd7dd48c
GM
179022009-10-17 Glenn Morris <rgm@gnu.org>
17903
3ee0b477 17904 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17905 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17906
2550e4b1
GM
17907 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17908 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17909 (dired-keep-marker-symlink, dired-dwim-target)
17910 (dired-copy-preserve-time): Do not autoload these defcustoms.
17911
fd7dd48c
GM
17912 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17913 messages from messing up the file coding. (Bug#4623)
17914
f3e3a990
GM
179152009-10-17 Jari Aalto <jari.aalto@cante.net>
17916
17917 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17918 if no match is found for the current dictionary. (Bug#4578)
17919
17920 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17921 optional, since that is how it is documented, and this is often called
17922 with a nil argument. (Bug#4577)
17923 (flyspell-external-point-words, flyspell-auto-correct-word)
17924 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17925 (flyspell-word-search-backward): Remove nil argument in calls to
17926 flyspell-get-word, since it is not needed now.
17927
179282009-10-17 Ulrich Mueller <ulm@gentoo.org>
17929
1becddbb 17930 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17931
b61374ab
GM
179322009-10-16 Glenn Morris <rgm@gnu.org>
17933
17934 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17935
412707c2
SM
179362009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17937
17938 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17939 (ange-ftp-file-size): New function.
17940 (ange-ftp-file-attributes): Use it.
17941
0c6f436e
MA
179422009-10-16 Michael Albinus <michael.albinus@gmx.de>
17943
17944 * net/tramp-smb.el (tramp-smb-version): New defvar.
17945 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17946 repeated checks.
17947
850bfd04
GM
179482009-10-16 Glenn Morris <rgm@gnu.org>
17949
17950 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17951 Maybe copy some custom properties from old to new name. (Bug#4706)
17952
f3ed9aca
JB
179532009-10-16 Juanma Barranquero <lekktu@gmail.com>
17954
17955 * subr.el (error, sit-for, start-process-shell-command)
17956 (start-file-process-shell-command): Set the calling convention
17957 after the function definition.
17958
fd6c5134
SM
179592009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17960
17961 * subr.el (error, sit-for, start-process-shell-command)
17962 (start-file-process-shell-command): Use the new
17963 set-advertised-calling-convention feature.
17964
73874eb7
KH
179652009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17966
fd6c5134
SM
17967 * international/ucs-normalize.el (ucs-normalize-version):
17968 Change to 1.2.
17969 (check-range): Adjust for Unicode 5.2.
73874eb7 17970
03fb33cf
JL
179712009-10-15 Juri Linkov <juri@jurta.org>
17972
17973 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17974 to the `menu-item' format.
17975
4260b402
MA
179762009-10-15 Michael Albinus <michael.albinus@gmx.de>
17977
17978 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17979 if the environment variable does not exist.
17980
17981 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17982 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17983 parameter.
17984 (tramp-smb-handle-add-name-to-file)
17985 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17986 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17987 (tramp-smb-handle-file-attributes)
17988 (tramp-smb-do-file-attributes-with-stat)
17989 (tramp-smb-handle-file-local-copy)
17990 (tramp-smb-handle-insert-directory)
17991 (tramp-smb-handle-make-directory)
17992 (tramp-smb-handle-make-directory-internal)
17993 (tramp-smb-handle-make-symbolic-link)
17994 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17995 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17996 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17997 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17998 Handle long file names.
17999 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18000 process is running.
18001 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18002 Read share names with "-g" option.
18003
d7a0fd6f
GM
180042009-10-15 Ryan Yeske <rcyeske@gmail.com>
18005
18006 * net/rcirc.el (rcirc-view-log-file): New command.
18007 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18008 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18009 specified.
18010
0b44494a
GM
180112009-10-15 Glenn Morris <rgm@gnu.org>
18012
af9fb32f
GM
18013 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18014 from the second command-line argument.
18015 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18016 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18017 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18018 w32-batch-update-autoloads.
18019 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18020 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18021
0b44494a
GM
18022 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18023 the headers cannot be located. Simplify, subtracting superflous
18024 save-excursions.
18025
d5e63715
SM
180262009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18027
18028 Replace completion-base-size by completion-base-position to fix bugs
18029 such as (bug#4699).
18030 * simple.el (completion-base-position): New var.
18031 (completion-base-size): Mark as obsolete.
18032 (choose-completion): Make it work for mouse events as well.
18033 Pass the new base-position to choose-completion-string.
18034 (choose-completion-guess-base-position): New function, extracted from
18035 choose-completion-delete-max-match.
18036 (choose-completion-delete-max-match): Use it. Make obsolete.
18037 (choose-completion-string): Use the new base-position info.
18038 (completion-root-regexp): Delete.
18039 (completion-setup-function): Preserve completion-base-position.
18040 Eliminate obsolete base-size manipulation.
18041 * minibuffer.el (display-completion-list): Don't mess with base-size.
18042 (minibuffer-completion-help): Set completion-base-position instead.
18043 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18044 choose-completion.
18045 * textmodes/bibtex.el (bibtex-complete):
18046 * emacs-lisp/crm.el (crm--choose-completion-string):
18047 Adjust to new calling convention.
18048 * complete.el (partial-completion-mode): Use minibufferp to avoid
18049 bumping into incompatible change to choose-completion-string-functions.
18050 * ido.el (ido-choose-completion-string): Make its calling convention
18051 more permissive.
18052 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18053 base-size manipulation.
18054 (comint-dynamic-list-input-ring): Use dotimes and push.
18055 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18056 fundamental-mode. Use `or'.
18057
92f8bfc7
JL
180582009-10-14 Juri Linkov <juri@jurta.org>
18059
18060 * misearch.el (multi-isearch-next-buffer-from-list)
18061 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18062
e78e280d
SM
180632009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18064
384ca163
SM
18065 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18066 `bytecomp.el'.
18067
681e0e7c
SM
18068 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18069 string we return is all made up of text from the completions rather
18070 than part from the completions and part from the input (bug#4219).
18071
e78e280d
SM
18072 * ido.el (ido-everywhere): Use define-minor-mode.
18073
18074 * buff-menu.el (list-buffers, ctl-x-map):
18075 Mark the entry points with ;;;###autoload cookies.
18076
b4e813ca
DN
180772009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18078
52964e54
DN
18079 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18080 correctly in the detached head case.
18081 (vc-git-print-log): Remove unused binding.
18082
b4e813ca
DN
18083 * vc.el (vc-responsible-backend): When a directory is passed for
18084 for registration create a VC repository if no backend is
18085 responsible for the directory argument.
18086 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
18087
18088 * vc.el: Move comments about RCS and SCCS ...
18089 * vc-rcs.el:
18090 * vc-sccs.el: ... here, respectively.
18091
40ba9882
SM
180922009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18093
18094 * minibuffer.el (completion--file-name-table): Return nil if there's
18095 no file completion, even if substitute-in-file-name changed
18096 the string (bug#4708).
18097
04e0f59b
JL
180982009-10-13 Juri Linkov <juri@jurta.org>
18099
18100 * files-x.el (read-file-local-variable-value): Don't filter out
18101 minor modes from mode name completion (bug#4664).
18102
314c8e25
JB
181032009-10-13 Juanma Barranquero <lekktu@gmail.com>
18104
18105 * international/mule-cmds.el (ucs-names): Remove exclusion of
18106 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18107
5c9b7d36
KH
181082009-10-13 Kenichi Handa <handa@m17n.org>
18109
18110 * international/uni-name.el: Regenerated.
18111
1e7a80f2
JB
181122009-10-13 Juanma Barranquero <lekktu@gmail.com>
18113
18114 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18115 should be automatically buffer-local, but isn't.)
18116
cd29f88b
SS
181172009-10-12 Sam Steingold <sds@gnu.org>
18118
18119 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 18120 timestamps if the buffer has been visited before.
0cd16af4
SS
18121 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18122 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 18123
37493a98
GM
181242009-10-12 Glenn Morris <rgm@gnu.org>
18125
18126 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18127 Let-bind `size'.
18128
3b56b1e6
JB
181292009-10-12 Juanma Barranquero <lekktu@gmail.com>
18130
7422a4bb
JB
18131 * proced.el (proced-unload-function): New function.
18132
fa72d075
JB
18133 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18134 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18135 Doc fix.
18136
3b56b1e6
JB
18137 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18138
4d9b4323
JL
181392009-10-11 Juri Linkov <juri@jurta.org>
18140
18141 * files-x.el (read-file-local-variable-value):
18142 Provide default value only for bound variables (bug#4664).
18143
f6f7e059
MA
181442009-10-11 Michael Albinus <michael.albinus@gmx.de>
18145
18146 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18147 connection methods like smb.
18148
18149 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18150 can be empty.
18151
18152 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18153 (tramp-smb-file-name-handler-alist): Add handlers for
18154 `add-name-to-file', `make-symbolic-link'.
18155 (tramp-smb-handle-add-name-to-file)
2992485f 18156 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
18157 (tramp-smb-handle-make-symbolic-link)
18158 (tramp-smb-get-cifs-capabilities): New defuns.
18159 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18160 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18161 (tramp-smb-handle-file-local-copy)
18162 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
18163 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18164 The file name syntax depends on cifs capabilities.
18165 (tramp-smb-handle-file-attributes):
18166 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18167 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18168 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 18169
67868d26
CY
181702009-10-11 Chong Yidong <cyd@stupidchicken.com>
18171
18172 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18173 (eieio-defclass): Apply deftype handler and setf-method properties
18174 directly.
18175 (eieio-add-new-slot): Avoid union function from cl library.
18176 (eieio--typep): New function.
18177 (eieio-perform-slot-validation): Use it.
18178
6d6a5b7e
KF
181792009-10-10 Karl Fogel <kfogel@red-bean.com>
18180
3b56b1e6 18181 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
18182 Update documentation to refer to the variables documented in r1.135.
18183 (Bug#4188)
18184
67b70de9
KF
181852009-10-10 Karl Fogel <kfogel@red-bean.com>
18186
18187 * bookmark.el (Info-suffix-list): Remove this unused variable.
18188 (bookmark-current-point): Remove this obsolete variable.
18189 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18190 Adjust for removal of bookmark-current-point.
18191
18192 (bookmarks-already-loaded, bookmark-current-buffer)
18193 (bookmark-yank-point): Document. (Bug#4188)
18194
58ae51ae
GM
181952009-10-10 Glenn Morris <rgm@gnu.org>
18196
4619ff5e
GM
18197 * frame.el (frame-height): Doc fix.
18198
58ae51ae
GM
18199 * calendar/calendar.el (calendar-split-width-threshold): New option.
18200 (calendar-basic-setup): Use calendar-split-width-threshold.
18201
d364386c
JB
182022009-10-09 Juanma Barranquero <lekktu@gmail.com>
18203
18204 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18205 Ideographic Supplement" range (U+1F200..U+1F2FF).
18206
33e97a28
KF
182072009-10-09 Karl Fogel <kfogel@red-bean.com>
18208
02d0f051 18209 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18210 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18211
182122009-10-09 Karl Fogel <kfogel@red-bean.com>
18213
d364386c 18214 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18215 (bookmark-bmenu-execute-deletions): Don't save here, as
18216 bookmark-delete will now do so if necessary.
d364386c 18217 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18218 (Bug#4348)
18219
9656d87b
GM
182202009-10-09 Glenn Morris <rgm@gnu.org>
18221
18222 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18223
e6227f06
KF
182242009-10-09 Karl Fogel <kfogel@red-bean.com>
18225
18226 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18227 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18228 argument now, so the two function's behaviors will match. (Bug#3645)
18229
288f783b
MA
182302009-10-08 Michael Albinus <michael.albinus@gmx.de>
18231
18232 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18233 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18234 Apply `save-match-data'.
288f783b
MA
18235
18236 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18237 case both directories are remote.
18238 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18239 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18240
872a1ea4
JB
182412009-10-07 Juanma Barranquero <lekktu@gmail.com>
18242
18243 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18244
ab2baced
GM
182452009-10-07 Glenn Morris <rgm@gnu.org>
18246
e78e280d
SM
18247 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18248 of concat.
ab2baced 18249
5c4634c1
SM
182502009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18251
18252 * files-x.el (read-file-local-variable): Include some
18253 non-user-variables in the completion table (bug#4664).
18254
c2dc9732
MA
182552009-10-07 Michael Albinus <michael.albinus@gmx.de>
18256
18257 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18258 message.
18259
18260 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18261 (tramp-smb-file-name-handler-alist): Add handler for
18262 `copy-directory', `expand-file-name', `set-file-modes'.
18263 (tramp-smb-handle-copy-directory)
18264 (tramp-smb-handle-expand-file-name)
18265 (tramp-smb-handle-set-file-modes): New defuns.
18266 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18267 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18268 entry.
18269 (tramp-smb-handle-insert-directory): Don't flush the cache.
18270 (tramp-smb-maybe-open-connection): Check for samba client and
18271 server versions.
18272
11be40a6
EZ
182732009-10-07 Eli Zaretskii <eliz@gnu.org>
18274
18275 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18276 to not error out of search for "^lisp=" fails.
18277
8c4afe20
JB
182782009-10-07 Juanma Barranquero <lekktu@gmail.com>
18279
18280 * makefile.w32-in (WINS_UPDATES): New macro.
18281 (custom-deps, finder-data, autoloads): Use it.
18282
429a1506
GM
182832009-10-07 Glenn Morris <rgm@gnu.org>
18284
ee2e93e2
GM
18285 * Makefile.in (autoloads): Revert previous change.
18286 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18287 the list of preloaded files passed on the command-line, get
18288 it from src/Makefile.
18289
429a1506
GM
18290 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18291 show the original buffer rather than a random one.
18292
a51203ee 182932009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18294
18295 * help.el (describe-no-warranty): Place point in a slightly better
18296 position in the GPLv3 text.
18297
f58f7520
SS
182982009-10-06 Sam Steingold <sds@gnu.org>
18299
18300 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18301 the comm attribute is present before calling regexp-quote.
18302
bde79dc0
JB
183032009-10-06 Juanma Barranquero <lekktu@gmail.com>
18304
18305 * play/animate.el (animate-string): For good effect, make sure
18306 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18307
18308 * play/animate.el (animate-sequence, animate-birthday-present):
18309 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18310
25ab0302
GM
183112009-10-06 Glenn Morris <rgm@gnu.org>
18312
73fe714a
GM
18313 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18314
3405d98c
GM
18315 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18316 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18317 (batch-update-autoloads): Process a string value of autoload-excludes,
18318 set during the build process.
18319 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18320
9fb2cdc5
GM
18321 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18322 inside with-parsed... macro so that `v' is defined.
18323
7938ab41
GM
18324 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18325 * progmodes/fortran.el (fortran-end-of-block)
18326 (fortran-beginning-of-block):
18327 Also push mark in the macro case.
18328
eaf9b564
GM
18329 * emerge.el (emerge-show-file-name):
18330 * calc/calc.el (calc-quit):
18331 * calc/calc-misc.el (calc-big-or-small):
18332 * calc/calc-graph.el (calc-graph-view):
18333 * calc/calc-ext.el (calc-reset):
18334 * calendar/calendar.el (calendar-basic-setup):
18335 Use window-full-height-p.
18336
25ab0302
GM
18337 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18338 header we don't understand, don't insert another. (Bug#4624)
18339 If changing mime charset, insert the new one in the right place.
18340
00169eb6
GM
183412009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18342
18343 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18344 (cal-tex-cursor-month): Correctly increment the end date for diary and
18345 holiday listing. (Bug#4626)
18346
82882188
SM
183472009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18348
40ba9882 18349 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18350 a symbol.
18351
a8f316ca
JB
183522009-10-05 Juanma Barranquero <lekktu@gmail.com>
18353
18354 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18355 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18356 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18357 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18358
18359 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18360 (eieio-default-superclass): Reflow docstrings.
18361 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18362 (eieio-unbind-method-implementations, defmethod)
18363 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18364 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18365 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18366 (eieio-slot-originating-class-p, eieio-slot-name-index)
18367 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18368 (constructor, initialize-instance, no-next-method, object-print)
18369 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18370 Fix typos in docstrings.
18371 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18372 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18373 (next-method-p): Doc fixes.
18374 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18375 Fix typos in error messages.
18376 (eieio-defmethod): Fix typo in description of generic method.
18377
18378 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18379 (eieio-persistent-save-interactive, slot-missing):
18380 Fix typos in docstrings.
18381 (eieio-instance-inheritor-slot-boundp): Doc fix.
18382
18383 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18384 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18385
18386 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18387 (eieio-custom-object-apply-reset):
18388 Fix typos in docstrings and error messages.
18389
18390 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18391 Fix typo in docstring.
18392
18393 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18394 (eieio-browse-tree): Doc fix.
18395 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18396 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18397 Fix typos in docstrings.
18398
18399 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18400 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18401 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18402 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18403 Reflow docstrings.
18404
c66b7ac0
DN
184052009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18406
4a827e0a 18407 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18408 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18409 Set log-view-vc-backend so that diff can work.
4a827e0a 18410
c66b7ac0
DN
18411 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18412 vc-version-diff.
18413 (vc-diff-internal): Autoload this instead of vc-version-diff.
18414
1902a98c
EZ
184152009-10-05 Eli Zaretskii <eliz@gnu.org>
18416
a7a8618b
EZ
18417 * simple.el (eval-expression): Doc fix.
18418
1902a98c
EZ
18419 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18420
0e1f2ee6
MA
184212009-10-05 Michael Albinus <michael.albinus@gmx.de>
18422
18423 * files.el (directory-files-no-dot-files-regexp): New defconst.
18424 (delete-directory): Use it.
18425 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18426
263c02ef 18427 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18428 (tramp-methods): Add recursive option to `tramp-copy-args'.
18429 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18430 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18431 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18432 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18433 Add handler for `copy-directory'.
18434 (tramp-handle-copy-directory): New defun.
18435 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18436 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18437 Optimize sent command.
263c02ef 18438
72aa7df4
SM
184392009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18440
4a34f065
SM
18441 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18442 window if necessary.
18443
72aa7df4
SM
18444 * calendar/calendar.el (calendar-basic-setup): Don't call
18445 switch-to-buffer in a dedicated window.
18446
5feb1ba7
KF
184472009-10-05 Karl Fogel <kfogel@red-bean.com>
18448
18449 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18450 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18451 (bookmark-error-no-filename): New error.
18452 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18453 bookmark has no file. Don't even attempt to handle things that
18454 are not files; the whole point of custom handlers is to keep that
18455 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18456 (bookmark-file-or-variation-thereof): Remove now-unused function.
18457 (bookmark-location): Doc string fix.
18458 (Bug#4250)
18459
1bd49952
KF
184602009-10-04 Karl Fogel <kfogel@red-bean.com>
18461
18462 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18463 don't use a file dialog, because they usually don't know how to read
18464 a directory target from the user. (Bug#4230)
18465 Also, make sure the prompt can display directories as well as files.
18466
825382c0
KF
184672009-10-04 Karl Fogel <kfogel@red-bean.com>
18468
18469 * bookmark.el (bookmark-set, bookmark-buffer-name):
18470 Improve doc strings. (Bug#1193)
18471
13901bcb
KF
184722009-10-04 Karl Fogel <kfogel@red-bean.com>
18473
4a34f065
SM
18474 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18475 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18476 (bookmark-get-annotation, bookmark-set-annotation)
18477 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18478 (bookmark-set-position, bookmark-get-front-context-string)
18479 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18480 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18481 (bookmark-jump-other-window, bookmark-handle-bookmark)
18482 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18483 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18484 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18485 Improve doc strings to say whether bookmark can be a string or
18486 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18487 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18488 (bookmark-default-annotation-text, bookmark-yank-word)
18489 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18490 (bookmark-import-new-list, bookmark-maybe-rename)
18491 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18492 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18493 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18494 add a FIXME comment about how the function may be pointless.
13901bcb 18495 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18496 parameter name, to clarify that this takes a bookmark record
18497 not a bookmark name.
13901bcb 18498 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18499 and improve the doc string a bit.
13901bcb
KF
18500 (Bug#4188)
18501
5c1b3e94
KF
185022009-10-04 Karl Fogel <kfogel@red-bean.com>
18503
18504 * bookmark.el (bookmark-alist): Document the new `handler' element
18505 in the param alist.
18506 (bookmark-make-record-function): Adjust documentation for above.
18507 (Bug#4193)
18508
8559076d
KF
185092009-10-04 Karl Fogel <kfogel@red-bean.com>
18510
18511 * info.el (Info-bookmark-make-record): Document this function.
18512 (Info-bookmark-jump): Document with a doc string, not just a comment.
18513 (Bug#4203)
18514
b4583b8c
MA
185152009-10-04 Michael Albinus <michael.albinus@gmx.de>
18516
18517 * files.el (copy-directory): New defun.
18518
18519 * dired-aux.el (dired-copy-file-recursive): Use it.
18520
131ae8f2
JB
185212009-10-04 Juanma Barranquero <lekktu@gmail.com>
18522
a30e71ae 18523 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18524 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18525 docstrings.
a30e71ae 18526
131ae8f2
JB
18527 * recentf.el (recentf-unload-function): New function.
18528
ccafbf06
GM
185292009-10-04 Glenn Morris <rgm@gnu.org>
18530
18531 * window.el (window-full-height-p): Add doc string.
18532
02c6f098
GM
185332009-10-04 Martin Rudalics <rudalics@gmx.at>
18534
18535 * window.el (window-full-height-p): New function. (Bug#4543)
18536
ed6b0195
DN
185372009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18538
18539 * vc.el: Remove commented out code.
18540 (vc-derived-from-dir-mode): Remove, unused.
18541 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18542
1b8d1cc7
MA
185432009-10-03 Michael Albinus <michael.albinus@gmx.de>
18544
4a34f065
SM
18545 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18546 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18547 there could be recursive loading when `default-directory' is a
18548 remote file name. (Bug#4614)
18549
ac3c593c
GM
185502009-10-03 Glenn Morris <rgm@gnu.org>
18551
686ea556
GM
18552 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18553 the frame is wide.
18554 (calendar-generate-window): Test for shrinkability rather than width.
18555
ac3c593c
GM
18556 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18557 reusing existing buffers, in case we happen to visit two files with the
18558 same basename. (Bug#4593)
18559
573709fd
EZ
185602009-10-02 Eli Zaretskii <eliz@gnu.org>
18561
4a34f065 18562 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18563 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18564 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18565 subdirs of cedet as well.
8f885d01 18566 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18567
8d6c1239
SM
185682009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18569
18570 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18571 Obey advertised-signature-table.
18572
18573 * help-fns.el (help-function-arglist): Don't check
18574 advertised-signature-table.
18575 (describe-function-1): Do it here instead so it also applies to subrs.
18576
c4861de0
MA
185772009-10-02 Michael Albinus <michael.albinus@gmx.de>
18578
18579 * simple.el (start-file-process): Say in the doc-string, that file
18580 handlers might not support pty association, if PROGRAM is nil.
18581
18582 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18583 HOST and USER are strings. They are nil, when there are
18584 incomplete entries in ~/.netrc, for example.
18585 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18586 root directory ("device busy" error otherwise).
18587
8d6c1239
SM
18588 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18589 Flush file properties of created directory.
c4861de0 18590
d2bda74f
EZ
185912009-10-02 Eli Zaretskii <eliz@gnu.org>
18592
18593 * makefile.w32-in (WINS_BASIC): Remove cedet.
18594 (WINS_CEDET): Add cedet.
18595 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18596
895d1904
GM
185972009-10-02 Kevin Ryde <user42@zip.com.au>
18598
18599 * net/browse-url.el (browse-url): Pass any symbol in
18600 browse-url-browser-function to `apply', since if you've mistakenly put
18601 an unbound symbol then the error is clearer. (Bug#4531)
18602
32226619
JB
186032009-10-02 Juanma Barranquero <lekktu@gmail.com>
18604
18605 * allout.el (allout-init, allout-back-to-current-heading)
18606 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18607 (allout-ascend, allout-up-current-level, allout-end-of-level)
18608 (allout-previous-visible-heading, allout-forward-current-level)
18609 (allout-backward-current-level, allout-show-children):
18610 * apropos.el (apropos-describe-plist):
18611 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18612 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18613 * completion.el (add-completion, add-permanent-completion):
18614 * descr-text.el (describe-text-category, describe-char):
18615 * desktop.el (desktop-lazy-abort):
18616 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18617 * dired.el (dired-build-subdir-alist):
18618 * ediff.el (ediff-version):
18619 * elide-head.el (elide-head, elide-head-show):
18620 * emerge.el (emerge-version):
18621 * env.el (getenv):
18622 * face-remap.el (variable-pitch-mode):
18623 * faces.el (describe-face):
18624 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18625 (dired-at-point):
18626 * files.el (find-file-existing, auto-save-mode):
18627 * font-lock.el (font-lock-fontify-buffer):
18628 * help-fns.el (describe-function, describe-variable)
18629 (describe-syntax, describe-categories):
18630 * help.el (view-lossage, describe-bindings, describe-key)
18631 (describe-mode):
18632 * hexl.el (hexl-current-address):
18633 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18634 * info.el (Info-goto-emacs-key-command-node):
18635 * log-edit.el (log-edit-insert-cvs-template)
18636 (log-edit-insert-cvs-rcstemplate):
18637 * menu-bar.el (menu-bar-mode):
18638 * mouse.el (mouse-appearance-menu):
18639 * newcomment.el (comment-indent-new-line):
18640 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18641 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18642 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18643 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18644 * recentf.el (recentf-mode):
18645 * savehist.el (savehist-mode, savehist-save):
18646 * shadowfile.el (shadow-copy-files):
18647 * simple.el (kill-ring-save, next-line, previous-line)
18648 (normal-erase-is-backspace-mode):
18649 * strokes.el (strokes-update-window-configuration)
18650 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18651 (strokes-xpm-for-stroke):
18652 * time.el (emacs-uptime, emacs-init-time):
18653 * tutorial.el (tutorial--describe-nonstandard-key)
18654 (tutorial--detailed-help):
18655 * type-break.el (type-break-mode)
18656 (type-break-mode-line-message-mode, type-break-query-mode)
18657 (type-break-guesstimate-keystroke-threshold):
18658 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18659 * version.el (emacs-version):
18660 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18661 * winner.el (winner-mode):
18662 * calendar/timeclock.el (timeclock-in, timeclock-out)
18663 (timeclock-status-string, timeclock-change)
18664 (timeclock-workday-remaining-string)
18665 (timeclock-workday-elapsed-string)
18666 (timeclock-when-to-leave-string):
18667 * calendar/todo-mode.el (todo-add-category):
18668 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18669 * emacs-lisp/autoload.el (update-file-autoloads):
18670 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18671 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18672 (checkdoc-message-text, checkdoc-defun):
18673 * emacs-lisp/debug.el (debugger-list-functions):
18674 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18675 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18676 (eieio-describe-generic):
18677 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18678 * emacs-lisp/shadow.el (list-load-path-shadows):
18679 * emulation/cua-base.el (cua-mode):
18680 * emulation/edt.el (edt-set-scroll-margins):
18681 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18682 (tpu-toggle-regexp, tpu-toggle-search-direction)
18683 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18684 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18685 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18686 (viper-set-parsing-style-toggling-macro)
18687 (viper-set-emacs-state-searchstyle-macros):
18688 * emulation/viper.el (viper-set-hooks):
18689 * eshell/esh-mode.el (eshell-truncate-buffer):
18690 * international/mule-cmds.el (prefer-coding-system)
18691 (describe-input-method, describe-language-environment):
18692 * international/mule-diag.el (list-character-sets)
18693 (describe-character-set, describe-coding-system)
18694 (describe-fontset, list-fontsets, list-input-methods):
18695 * mail/sendmail.el (mail-signature):
18696 * net/ange-ftp.el (ange-ftp-copy-file):
18697 * net/browse-url.el (browse-url):
18698 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18699 * net/quickurl.el (quickurl-add-url):
18700 * net/rcirc.el (names, topic):
18701 * net/xesam.el (xesam-mode):
18702 * play/5x5.el (5x5-new-game):
18703 * play/yow.el (apropos-zippy):
18704 * progmodes/ada-mode.el (ada-mode-version):
18705 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18706 (f90-end-of-block)
18707 (f90-beginning-of-block):
18708 * progmodes/fortran.el (fortran-end-of-block)
18709 (fortran-beginning-of-block):
18710 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18711 * progmodes/python.el (python-describe-symbol, python-shell):
18712 * term/ns-win.el (ns-print-buffer):
18713 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18714 * textmodes/flyspell.el (flyspell-mode-on):
18715 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18716 (pages-directory-for-addresses):
18717 * textmodes/table.el (table-recognize-cell)
18718 (table-query-dimension, table-generate-source)
18719 (table-insert-sequence, table--warn-incompatibility):
18720 * textmodes/tex-mode.el (tex-validate-buffer):
18721 * textmodes/texinfmt.el (texinfmt-version)
18722 (texinfo-format-buffer):
18723 Use `called-interactively-p' instead of `interactive-p'.
18724
12a3c28c
JB
187252009-10-02 Juanma Barranquero <lekktu@gmail.com>
18726
18727 * image-mode.el (image-toggle-display):
18728 * emacs-lisp/elp.el (elp-instrument-function):
18729 * emacs-lisp/advice.el (ad-make-advised-definition):
18730 * emacs-lisp/easy-mmode.el (define-minor-mode):
18731 * net/browse-url.el (browse-url-maybe-new-window):
18732 * progmodes/sh-script.el (sh-learn-buffer-indent):
18733 Pass new argument 'any to `called-interactively-p'.
18734
171fda8a
JB
187352009-10-01 Juanma Barranquero <lekktu@gmail.com>
18736
171fda8a
JB
18737 * international/uni-bidi.el:
18738 * international/uni-category.el:
18739 * international/uni-combining.el:
18740 * international/uni-comment.el:
18741 * international/uni-decimal.el:
9c3c9fdf 18742 * international/uni-decomposition.el:
171fda8a
JB
18743 * international/uni-digit.el:
18744 * international/uni-lowercase.el:
18745 * international/uni-mirrored.el:
18746 * international/uni-name.el:
18747 * international/uni-numeric.el:
18748 * international/uni-old-name.el:
18749 * international/uni-titlecase.el:
18750 * international/uni-uppercase.el:
18751 Regenerate from Unicode 5.2.0 data.
18752
dcb9734a
GM
187532009-10-01 Glenn Morris <rgm@gnu.org>
18754
18755 * Makefile.in (ELCFILES): Regenerate.
18756
ced10a4c
SM
187572009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18758
9d28c33e
SM
18759 * subr.el (interactive-p): Mark obsolete.
18760 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18761 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18762 advertised-signature-table for subroutines as well.
18763
ced10a4c
SM
18764 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18765 (set-advertised-calling-convention): New function.
18766 (make-obsolete, define-obsolete-function-alias)
18767 (make-obsolete-variable, define-obsolete-variable-alias):
18768 Make the optional-ness of `when' obsolete.
18769 (define-obsolete-face-alias): Make `when' non-optional.
18770 * help-fns.el (help-function-arglist):
18771 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18772 Use advertised-signature-table.
18773
cc3dda16
MA
187742009-10-01 Michael Albinus <michael.albinus@gmx.de>
18775
18776 * files.el (delete-directory): New defun. The original function
18777 in fileio.c has been renamed to `delete-directory-internal'.
18778
18779 * dired.el (dired-delete-file): Call `delete-directory' with
18780 RECURSIVE parameter.
18781
5ce6e4f4 18782 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18783 parameter RECURSIVE. Implementation is missing.
18784
18785 * net/tramp.el (tramp-handle-make-directory): Flush upper
18786 directory's file properties.
ced10a4c 18787 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18788 (tramp-handle-dired-recursive-delete-directory): Flush directory
18789 properties after the remove command only.
18790
ced10a4c
SM
18791 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18792 Handle optional parameter RECURSIVE.
cc3dda16 18793
ced10a4c
SM
18794 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18795 Handle optional parameter RECURSIVE.
cc3dda16
MA
18796
18797 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18798 connection timeout.
18799 (tramp-smb-handle-delete-directory): Handle optional parameter
18800 RECURSIVE.
18801
cf885595
SM
188022009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18803
e3a6b82f
SM
18804 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18805 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18806 (byte-compile-defmacro): Use backquotes.
18807
7201bfbb
SM
18808 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18809
cf885595
SM
18810 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18811 has no associated file.
18812 (vc-resynch-buffer): Use vc-dir-buffers.
18813
a4d2c321
GM
188142009-10-01 Glenn Morris <rgm@gnu.org>
18815
9ffe3f52
GM
18816 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18817 (chart-file-count):
18818 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18819 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18820 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18821 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18822 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18823 (eieio-copy-parents-into-subclass, make-instance, class-children)
18824 (eieio-generic-form):
bd2afec2 18825
9515cdcc
GM
18826 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18827 match-data. (Bug#4555).
18828
a4d2c321
GM
18829 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18830 rather than parsing it as a regexp. This relaxes the layout
18831 requirements and makes errors easier to detect.
18832 (check-declare-verify): Check file is regular.
18833 (check-declare-directory): Doc fix.
18834 * subr.el (declare-function): Doc fix.
18835
b15c31c7
GM
18836 * ibuffer.el (ibuffer-format-qualifier):
18837 * isearch.el (hi-lock-regexp-okay):
18838 * calc/calc.el (math-zerop):
18839 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18840 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18841 Remove unused declarations.
18842
b0b111c3
JB
188432009-09-30 Eric Ludlam <zappo@gnu.org>
18844
18845 * emacs-lisp/eieio.el (boolean-p): Delete.
18846
1fc28a2c
GM
188472009-09-30 Glenn Morris <rgm@gnu.org>
18848
1fc28a2c
GM
18849 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18850
494f4fc7
GM
18851 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18852 filename is not a string.
18853
561580e9
CY
188542009-09-29 Chong Yidong <cyd@stupidchicken.com>
18855
18856 * files.el (safe-local-eval-forms): Fix typo.
18857
dcbbecd4
SM
188582009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18859
18860 * vc-hooks.el (vc-dir-buffers): New var.
18861 (vc-state-refresh): New function.
18862 (vc-state): Use it.
18863 (vc-after-save): Always ask the backend to recompute the new state.
18864 Always call vc-dir if necessary, using vc-dir-buffers.
18865 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18866 Use vc-dir-buffers.
18867 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18868 (vc-dir-prepare-status-buffer, vc-dir-update)
18869 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18870 Don't call expand-file-name on default-directory.
18871
d88444f2
JB
188722009-09-29 Juanma Barranquero <lekktu@gmail.com>
18873
18874 * speedbar.el (speedbar-item-delete):
18875 * calc/calc-prog.el (calc-kbd-if):
18876 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18877
18878 * epa.el (epa-key-list-mode-map):
18879 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18880
18881 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18882 (hs-show-hook): Fix typo in docstring.
18883
5da62d41
GM
188842009-09-29 Glenn Morris <rgm@gnu.org>
18885
8360fce0
GM
18886 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18887 file-name-nondirectory call preventing location of cedet files.
18888 (check-declare-verify): Use literal search rather than re-search.
ae715515 18889 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18890
18891 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18892 Use tramp-compat-file-attributes rather than nonexistent
18893 tramp-compat-handle-file-attributes.
18894
5da62d41
GM
18895 * Makefile.in (lisptagsfiles4): New.
18896 (AUTOGENEL): Add cedet loaddefs files.
18897 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18898 (update-elclist, compile-always, backup-compiled-files)
18899 (bootstrap-clean): Add yet another directory level.
18900 (update-elclist): Use LC_COLLATE rather than COLLATE.
18901 (ELCFILES): Update, via `make update-elclist'.
18902
48267264
JB
189032009-09-29 Juanma Barranquero <lekktu@gmail.com>
18904
18905 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18906 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18907 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18908
2c4cd0b0
AS
189092009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18910
18911 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18912 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18913 (update-elclist): Add third directory level to look for elc files.
18914 (compile-always): Likewise.
18915 (backup-compiled-files): Likewise.
18916 (bootstrap-clean): Likewise.
18917 (ELCFILES): Update.
18918
a2533e47
CY
189192009-09-28 Chong Yidong <cyd@stupidchicken.com>
18920
18921 * Makefile.in (ELCFILES): Add CEDET files.
18922
eefbedb1
MA
189232009-09-28 Michael Albinus <michael.albinus@gmx.de>
18924
18925 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18926
18927 * net/tramp.el (top): Require tramp-imap.
18928
18929 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18930 Use `tramp-compat-handle-file-attributes'.
18931
189322009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18933
18934 * net/tramp-imap.el: New package.
18935
b0b111c3
JB
189362009-09-28 Eric Ludlam <zappo@gnu.org>
18937
18938 * emacs-lisp/chart.el:
18939 * emacs-lisp/eieio-base.el:
18940 * emacs-lisp/eieio-comp.el:
18941 * emacs-lisp/eieio-custom.el:
18942 * emacs-lisp/eieio-datadebug.el:
18943 * emacs-lisp/eieio-opt.el:
18944 * emacs-lisp/eieio-speedbar.el:
18945 * emacs-lisp/eieio.el: New files.
18946
748e3d67
VJL
189472009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18948
18949 * whitespace.el (whitespace-trailing-regexp)
18950 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18951 Fix doc string.
18952
15120dec
CY
189532009-09-27 Chong Yidong <cyd@stupidchicken.com>
18954
18955 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18956 menu.
18957
18958 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18959 menu-bar-ediff-menu.
18960
18961 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18962 define-overloadable-function.
18963
18964 * progmodes/autoconf.el: Provide autoconf as well, so that this
18965 file can be `require'd.
18966
18967 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18968
18969 * emacs-lisp/autoload.el (generated-autoload-feature)
18970 (generated-autoload-load-name): New vars.
18971 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18972 (make-autoload): Recognize define-overloadable-function and
18973 defclass forms (for EIEIO).
18974
18975 * Makefile.in (update-subdirs): Exclude cedet directory.
18976
135abf91
AR
189772009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18978
1becddbb 18979 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18980
18981 * faces.el: Default light-background background for region face to
18982 ns_selection_color under NS.
18983
3d994264
TZ
189842009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18985
18986 * net/imap-hash.el: New library, see NEWS.
18987
18988 * Makefile.in (ELCFILES): Add imap-hash.el.
18989
ce9a0ccb
SM
189902009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18991
18992 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18993 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18994 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18995 definition where the docstring could be taken for the return value.
18996
a92cdd49
GM
189972009-09-26 Glenn Morris <rgm@gnu.org>
18998
18999 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19000 Add option to only show images below a certain size.
19001 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19002 save-excursion calls.
19003
416ac2f1
EZ
190042009-09-26 Eli Zaretskii <eliz@gnu.org>
19005
19006 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19007 subdirectories) and eieio.
19008
d9a13f68
AM
190092009-09-26 Alan Mackenzie <acm@muc.de>
19010
6a7662bb
BR
19011 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19012 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
19013
19014 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 19015 character constants (as case labels). (Bug#4289)
d9a13f68 19016
182b3bec
CY
190172009-09-25 Juri Linkov <juri@jurta.org>
19018
19019 * files.el (safe-local-eval-forms): Allow time-stamp in
19020 before-save-hook (Bug#4554).
19021
8f75f2da
JB
190222009-09-25 Drew Adams <drew.adams@oracle.com>
19023
19024 * menu-bar.el (list-buffers-directory): Doc fix.
19025
8390fb80
SM
190262009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19027
19028 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19029 Try and avoid copying twice the same paragraph.
19030 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19031 Remove save-excursion.
19032 (log-edit-changelog-entry): Do it here instead.
19033
11ee8d90
JB
190342009-09-25 Juanma Barranquero <lekktu@gmail.com>
19035
027b1942
JB
19036 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19037 when available, instead of hardcoding mode names. Doc fix.
19038
11ee8d90
JB
19039 * menu-bar.el (list-buffers-directory): Add docstring.
19040 Make automatically buffer-local.
19041
19042 * dired.el (dired-mode):
19043 * files.el (cd-absolute):
19044 * pcvs.el (cvs-temp-buffer):
19045 * pcvs-util.el (cvs-get-buffer-create):
19046 * shell.el (shell-mode):
19047 * vc-dir.el (vc-dir-mode):
19048 Don't make `list-buffers-directory' buffer local.
19049
21289c5d
CY
190502009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19051
8390fb80
SM
19052 * comint.el (comint-exec, comint-run, make-comint):
19053 Doc fixes (Bug#4542).
21289c5d 19054
e8652dd9
GM
190552009-09-25 Glenn Morris <rgm@gnu.org>
19056
19057 * mail/rmailmm.el (rmail-mime): New custom group.
19058 Move all defcustoms in this file into this group.
19059 (rmail-mime-media-type-handlers-alist): Revert previous change.
19060 (rmail-mime-show-images): New option.
19061 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19062 references to it, since it wasn't actually used for anything.
19063 (rmail-mime-insert-image): New function.
19064 (rmail-mime-image): Use rmail-mime-insert-image.
19065 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
19066 obey the value of `rmail-mime-show-images' option. Print the size of
19067 attachments.
e8652dd9 19068
fb652bb5
JB
190692009-09-25 David Engster <deng@randomsample.de>
19070
19071 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19072
32a9841c
VJL
190732009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19074
19075 * whitespace.el: Does not highlight trailing spaces While point is
19076 at end of line. Does not highligt spaces at beginning of buffer
19077 while point is at beginning of buffer. Does not highlight spaces
19078 at end of buffer while point is at end of buffer. (Bug#4177)
19079 New version 12.0.
19080 (whitespace-display-mappings): Adjust initialization.
19081 (whitespace-point, whitespace-font-lock-refontify): New vars.
19082 (whitespace-color-on, whitespace-color-off): Adjust code.
19083 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19084 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19085 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19086
e477ca84
CY
190872009-09-24 Chong Yidong <cyd@stupidchicken.com>
19088
19089 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19090
19091 * textmodes/sgml-mode.el: Remove xml-mode alias.
19092
19093 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 19094 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 19095
68712602
AM
190962009-09-24 Alan Mackenzie <acm@muc.de>
19097
19098 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19099 c-forward-conditionals, but it doesn't move point and doesn't set
19100 the mark.
19101 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19102 (c-down-conditional-with-else, c-backward-conditional)
19103 (c-forward-conditional): Refactor to use c-scan-conditionals.
19104
1659ada0
JB
191052009-09-24 Juanma Barranquero <lekktu@gmail.com>
19106
19107 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19108 (help-default-arg-highlight): Remove.
19109 (help-highlight-arg): New function.
19110 (help-do-arg-highlight): Use it.
19111 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19112
b3f01e46
SM
191132009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19114
19115 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19116 Undo last change, which didn't fix the problem and introduced others.
19117
107ef54a
NR
191182009-09-24 Nick Roberts <nickrob@snap.net.nz>
19119
19120 * progmodes/gdb-mi.el: Don't require speedbar.
19121 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19122
ffa1fed6
GM
191232009-09-24 Glenn Morris <rgm@gnu.org>
19124
2157a2be
GM
19125 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19126
6125167c
GM
19127 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19128
ffa1fed6
GM
19129 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19130 there is no newline after the final mime boundary. (Bug#4539)
19131 Move markers on insertion so that any buttons inserted don't end up in
19132 the next part of a multipart message.
2e9075d3
GM
19133 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19134 (rmail-mime-bulk-handler): Optionally handle images.
19135 (rmail-mime-image): New button action.
19136 (rmail-mime-image-handler): New function.
19137 (rmail-mime-mode): New mode.
19138 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 19139
4a814992
SM
191402009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19141
075518b5
SM
19142 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19143 than just dropping elements from it (bug#4504).
19144
8ad2defc
SM
19145 * term.el (term-set-scroll-region): Don't move cursor any more.
19146 (term-handle-ansi-escape): Call term-goto here instead.
19147 Suggested by Ivan Kanis <apple@kanis.eu>.
19148
4a814992
SM
19149 * term.el: Require CL.
19150 (term-ansi-reset): New function.
19151 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19152 (term-handle-colors-array): Simplify.
19153
5a0c3f56
JB
191542009-09-24 Juanma Barranquero <lekktu@gmail.com>
19155
19156 * allout.el (allout-overlay-interior-modification-handler)
19157 (allout-obtain-passphrase):
19158 * epa-file.el (epa-file-write-region):
19159 * ps-print.el (ps-begin-job):
19160 * vc-hooks.el (vc-toggle-read-only):
19161 * vc-rcs.el (vc-rcs-rollback):
19162 * vc-sccs.el (vc-sccs-rollback):
19163 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19164 (vc-version-diff, vc-revert, vc-rollback):
19165 * wdired.el (wdired-check-kill-buffer):
19166 * emacs-lisp/authors.el (authors):
19167 * net/socks.el (socks-open-connection):
19168 * net/zeroconf.el (zeroconf-service-add-hook):
19169 * obsolete/vc-mcvs.el (vc-mcvs-register):
19170 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19171 (gdb-select-frame):
19172 * progmodes/grep.el (lgrep, rgrep):
19173 * progmodes/idlw-help.el (idlwave-help-check-locations)
19174 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19175 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19176 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19177 (reftex-toc-rename-label): Fix typos in error messages.
19178
19179 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19180 (dired-copy-how-to-fn): Doc fix.
19181 (dired-files-attributes, dired-read-shell-command):
19182 Fix typos in docstrings.
19183
19184 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19185 (dired-x-find-file-other-window): Reflow docstrings.
19186 (dired-omit-marker-char, dired-read-shell-command)
19187 (dired-x-submit-report): Fix typos in docstrings.
19188
19189 * shell.el (shell-mode-hook):
19190 * view.el (View-scroll-line-forward):
19191 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19192 Fix typos in docstrings.
19193
19194 * net/dig.el (dig-invoke): Fix typo in docstring.
19195 (query-dig): Reflow docstring.
19196
19197 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19198 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19199 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19200 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19201 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19202 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19203 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19204 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19205 (idlwave-completion-map, idlwave-current-indent)
19206 (idlwave-custom-ampersand-surround, idlwave-customize)
19207 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19208 (idlwave-define-abbrev, idlwave-determine-class-special)
19209 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19210 (idlwave-end-block-reg, idlwave-end-of-statement)
19211 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19212 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19213 (idlwave-explicit-class-listed, idlwave-file-header)
19214 (idlwave-fill-paragraph, idlwave-find-class-definition)
19215 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19216 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19217 (idlwave-in-quote, idlwave-indent-action-table)
19218 (idlwave-indent-expand-table, idlwave-indent-line)
19219 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19220 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19221 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19222 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19223 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19224 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19225 (idlwave-outlawed-buffers, idlwave-popup-select)
19226 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19227 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19228 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19229 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19230 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19231 (idlwave-statement-type, idlwave-struct-skip)
19232 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19233 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19234 (idlwave-what-module-find-class): Fix typos in docstrings.
19235 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19236 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19237 (idlwave-find-module, idlwave-find-structure-definition)
19238 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19239 (idlwave-list-load-path-shadows, idlwave-next-statement)
19240 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19241 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19242 (idlwave-template): Reflow docstrings.
19243
19244 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19245 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19246 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19247 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19248 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19249 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19250 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19251 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19252 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19253 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19254 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19255 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19256 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19257 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19258 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19259 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19260 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19261 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19262 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19263 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19264 Fix typos in docstrings.
19265 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19266 (idlwave-shell-hide-output, idlwave-shell-mode)
19267 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19268 Reflow docstrings.
19269
19270 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19271
62136c5d
SM
192722009-09-24 Ivan Kanis <apple@kanis.eu>
19273
19274 * term.el (term-bold-attribute): New var.
19275 (term-handle-colors-array): Use it.
19276
9c1a45ed
NR
192772009-09-23 Nick Roberts <nickrob@snap.net.nz>
19278
19279 * progmodes/gdb-mi.el (gdb-version): New variable.
19280 (gdb-non-stop-handler): Set gdb-version.
19281 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19282 Condition "--thread" option on gdb-version.
19283 (gdb-invalidate-threads): Remove unused argument.
19284
03304f31
SM
192852009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19286
19287 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19288 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19289
4f02f0c9
GM
192902009-09-23 Glenn Morris <rgm@gnu.org>
19291
19292 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19293 replying to mail without References or Message-Id. (Bug#4525)
19294
a3b4b363
AR
192952009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19296
19297 * term/ns-win.el (ns-reg-to-script): New variable.
19298
7bda18cc
DU
192992009-09-23 Daiki Ueno <ueno@unixuser.org>
19300
19301 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19302
72169e55
SS
193032009-09-22 Sam Steingold <sds@gnu.org>
19304
19305 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19306 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19307 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19308 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19309
905b7d38
SM
193102009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19311
b0459dec
SM
19312 * textmodes/fill.el: Convert to utf-8 encoding.
19313 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19314 pre-Unicode days.
b0459dec 19315
905b7d38
SM
19316 * add-log.el (change-log-fill-forward-paragraph): New function.
19317 (change-log-mode): Use it so fill-region DTRT.
19318 Set fill-indent-according-to-mode here rather than in
19319 change-log-fill-paragraph.
19320 (change-log-fill-paragraph): Remove.
19321
baa7f3de
JB
193222009-09-22 Juanma Barranquero <lekktu@gmail.com>
19323
19324 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19325 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19326
a8d789f0
GM
193272009-09-22 Glenn Morris <rgm@gnu.org>
19328
daedbbc2
GM
19329 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19330 the scroll-bar scroll the calendar window rather than the buffer.
19331
d8899a74
GM
19332 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19333 commands that move point (as opposed to scrolling).
19334
a8d789f0
GM
19335 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19336
19337 * emacs-lisp/elint.el (elint): New custom group.
19338 (elint-log-buffer): Make it a defcustom.
19339 (elint-scan-preloaded, elint-ignored-warnings)
19340 (elint-directory-skip-re): New options.
19341 (elint-builtin-variables): Doc fix.
19342 (elint-preloaded-env): New variable.
19343 (elint-unknown-builtin-args): Add an entry for encode-time.
19344 (elint-extra-errors): Make it a variable rather than a constant.
19345 (elint-preloaded-skip-re): New constant.
19346 (elint-directory): Skip files matching elint-directory-skip-re.
19347 (elint-features): New variable, local to linted buffers.
19348 (elint-update-env): Initialize elint-features. Possibly add
19349 elint-preloaded-env to the buffer's environment.
19350 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19351 Skip quoted forms.
19352 (elint-init-form): New function, extracted from elint-init-env.
19353 Make non-list forms a warning rather than an error.
19354 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19355 easy-menu-define, put that adds an error-condition, and provide.
19356 When requiring cl, also require cl-macs. Really require cl, to handle
19357 some cl macros. Store required libraries in the list elint-features,
19358 so as not to re-load them. Treat cc-require like require.
19359 (elint-init-env): Call elint-init-form to do the work.
19360 Handle eval-and-compile and such like.
19361 (elint-add-required-env): Do not clear messages.
19362 (elint-special-forms): Add handlers for function, defalias, if, when,
19363 unless, and, or.
19364 (elint-form): Add optional argument to ignore elint-special-forms,
19365 useful to prevent recursive calls from handlers. Doc fix.
19366 Respect elint-ignored-warnings.
19367 (elint-form): Respect elint-ignored-warnings.
19368 (elint-bound-variable, elint-bound-function): New variables.
19369 (elint-unbound-variable): Respect elint-bound-variable.
19370 (elint-get-args): Respect elint-bound-function.
19371 (elint-check-cond-form): Add some simple handling for (f)boundp and
19372 featurep tests.
19373 (elint-check-defalias-form): New handler.
19374 (elint-check-let-form): Make an empty let a warning rather than an
19375 error.
19376 (elint-check-setq-form): Make an empty setq a warning rather than an
19377 error. Respect elint-ignored-warnings.
19378 (elint-check-defvar-form): Accept null doc-strings.
19379 (elint-check-conditional-form): New handler. Does some simple-minded
19380 checking of featurep and (f)boundp tests.
19381 (elint-put-function-args): New function.
19382 (elint-initialize): Use elint-scan-doc-file rather than
19383 elint-find-builtin-variables. Use elint-put-function-args.
19384 Possibly scan preloaded-file-list.
19385 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19386 extend to handle functions as well.
19387
245be23c
JB
193882009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19389
19390 * linum.el (linum-delete-overlays, linum-update-window):
19391 Do not modify the right margin. (Bug#3971)
19392
91fdbd6f
CY
193932009-09-21 Chong Yidong <cyd@stupidchicken.com>
19394
6a7662bb
BR
19395 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19396 Use nxml-mode instead of xml-mode.
91fdbd6f 19397
7589d38e
JB
193982009-09-21 Kevin Ryde <user42@zip.com.au>
19399
19400 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19401
5ac42715
SM
194022009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * net/dig.el (dig-mode): Use define-derived-mode.
19405
09c01323
DN
194062009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19407
4096c5f2
DN
19408 * vc-dispatcher.el (vc-do-command): Return the process object in
19409 the asynchronous case. Use when instead of if. Do not run
5480359e 19410 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19411
0e172cc2
DN
19412 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19413 properties to the stash strings.
19414 (vc-git-stash-list): Return a list of strings.
19415 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19416 (vc-git-stash-show-at-point): New functions.
19417 (vc-git-stash-map): New keymap.
19418
03304f31
SM
19419 * register.el (ctl-x-r-map): Define the keys here instead of
19420 using autoload.
09c01323 19421
03304f31 194222009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19423
19424 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19425 list, to workaround performance problem (bug#4485).
19426
2f5fc4d7
NR
194272009-09-20 Nick Roberts <nickrob@snap.net.nz>
19428
19429 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19430
b0f5fd2e
DU
194312009-09-20 Daiki Ueno <ueno@unixuser.org>
19432
19433 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19434 Document that this option is not recommended to use.
19435
f3445fab
GM
194362009-09-19 Glenn Morris <rgm@gnu.org>
19437
547c6921
GM
19438 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19439 variable `var'.
19440
f3445fab
GM
19441 * calc/calc-alg.el (var):
19442 * calc/calcalg2.el (var): Define for compiler.
19443
946c009b
CY
194442009-09-19 Chong Yidong <cyd@stupidchicken.com>
19445
e3f36d03
SM
19446 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19447 Doc fix (Bug#3932).
e2045997 19448
24aedbca
CY
19449 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19450
327dd27a
CY
19451 * time-stamp.el (time-stamp-month-dd-yyyy)
19452 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19453 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19454 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19455 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19456 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19457
946c009b
CY
19458 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19459 indent buffer only if called interactively (Bug#4452).
19460
3e70541a 194612009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19462 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19463
19464 This fixes bug#4197 (merged to bug#865, though not identical).
19465 * server.el (server-auth-dir): Add docstring note about FAT32.
19466 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19467 but warn against using them.
19468
9b94c32e
NR
194692009-09-19 Nick Roberts <nickrob@snap.net.nz>
19470
19471 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19472 older GDB where there is no has_more field.
19473
66590684
GM
194742009-09-19 Glenn Morris <rgm@gnu.org>
19475
19476 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19477
9a1337f9
CY
194782009-09-18 Chong Yidong <cyd@stupidchicken.com>
19479
19480 * files.el (auto-mode-alist): Change default for XML files to nXML
19481 mode (Bug#4169).
19482
d7554167
JB
194832009-09-18 Juanma Barranquero <lekktu@gmail.com>
19484
19485 * server.el (server-ensure-safe-dir): Pass 'integer
19486 to `file-attributes', as suggested.
19487
35a3f9a4
SM
194882009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19489
19490 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19491 (dired-query): Use read-key.
19492
044f9b05
AR
194932009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19494
19495 * cus-start.el (ns-use-qd-smoothing): Remove.
19496
6188ea49
GM
194972009-09-18 Glenn Morris <rgm@gnu.org>
19498
08cf18e4
GM
19499 * allout.el (top-level): Remove unnecessary progn.
19500
07eae5c5
GM
19501 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19502
6726c25e
GM
19503 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19504 definition of abbrev table.
19505
3f527154 19506 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19507 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19508 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19509 * net/newst-backend.el (newsticker--cache-read-feed):
19510 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19511 condition-case handlers.
19512
ccb4c30c
NR
195132009-09-18 Nick Roberts <nickrob@snap.net.nz>
19514
19515 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19516 (gdb-var-list): Add an element for has_more field.
19517 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19518 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19519 (gdb-var-update-handler-1): Parse output of dynamic variable
19520 objects (STL containers).
19521 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19522 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19523
19524 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19525 gdb-var-list.
19526 (gud-speedbar-buttons): Make node expandable if expression "has more"
19527 children.
19528
8686ac71
JB
195292009-09-17 Juanma Barranquero <lekktu@gmail.com>
19530
19531 * startup.el (emacs-quick-startup): Remove variable and all uses.
19532 (command-line): Set `inhibit-x-resources' instead.
19533 (command-line-1): Use `inhibit-x-resources' instead.
19534
a69c67e8
CY
195352009-09-17 Chong Yidong <cyd@stupidchicken.com>
19536
19537 * subr.el: Fix last change to avoid using the `unless' macro,
19538 which breaks bootstrapping.
19539
354f0faf
SM
195402009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19541
19542 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19543 extended definitions, in case we reload subr.el after having
19544 loaded CL.
19545 (eval-next-after-load): Mark as obsolete.
19546
98b9bf40
JL
195472009-09-17 Juri Linkov <juri@jurta.org>
19548
19549 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19550 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19551 (menu-bar-showhide-menu, menu-bar-tools-menu)
19552 (menu-bar-describe-menu, menu-bar-help-menu)
19553 (minibuffer-local-completion-map, minibuffer-local-map):
19554 Fix list quoting.
19555
28fab7b5
GM
195562009-09-17 Glenn Morris <rgm@gnu.org>
19557
88d5190c
GM
19558 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19559 arguments, whether or not it has a handler.
19560
74f24ba7
GM
19561 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19562
28fab7b5
GM
19563 * simple.el (hard-newline): Give it a doc-string.
19564
a8106aec
GM
19565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19566 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19567
76251ad7
DN
195682009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19569
72033dbe
DN
19570 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19571 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19572 (menu-bar-options-menu, menu-bar-showhide-menu)
19573 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19574 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19575 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19576 (menu-bar-options-menu, menu-bar-tools-menu)
19577 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19578 (menu-bar-help-menu):
19579 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19580 string arguments.
19581
76251ad7
DN
19582 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19583 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19584 calls for the menu names and :help.
19585
97b952b7
SM
195862009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19587
19588 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19589 to :minor-mode-function (bug#4455).
19590
8f38189e
SM
195912009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19592
d2fd733e
SM
19593 * startup.el (command-line): Initialize the window-system after
19594 processing the command-line.
19595
8f38189e
SM
19596 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19597 page-delimiter matches the empty string.
19598
77564fa4
GM
195992009-09-16 Glenn Morris <rgm@gnu.org>
19600
19601 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19602 byte-compile-not-obsolete-var. It's a list now.
19603 (byte-compile-not-obsolete-funcs): New variable.
19604 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19605 byte-compile-not-obsolete-funcs.
19606 (byte-compile-variable-ref, byte-compile-defvar): Update for
19607 byte-compile-not-obsolete-vars name-change and list nature.
19608 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19609 and variables behind (f)boundp tests.
19610 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19611
79d316d3
DN
196122009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19613
19614 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19615
8fed6934
SM
196162009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19617
19618 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19619 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19620 Don't autoload.
19621
4078fd57
SE
196222009-09-15 Stephen Eglen <stephen@gnu.org>
19623
19624 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19625 the virtual-buffers, use the name of the buffer specified by
4078fd57 19626 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19627 problem if the target and the symlink had different names.)
4078fd57 19628
838ff458
SM
196292009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19630
b3c7c12d
SM
19631 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19632
13dc2bc2
SM
19633 * desktop.el (desktop-path): Check user-emacs-directory.
19634
49fec531
SM
19635 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19636
0e328d37
SM
19637 * loadup.el: Use after-load-functions to GC after loading each file.
19638 Remove the explicit GC calls that used to be sprinkled around.
19639
838ff458
SM
19640 * subr.el (after-load-functions): New hook.
19641 (do-after-load-evaluation): Run it. Use string-match-p to detect
19642 `obsolete' packages, rather than painfully extracting the relevant
19643 directory name.
19644
a62f564f
GM
196452009-09-15 Glenn Morris <rgm@gnu.org>
19646
19647 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19648 free variable `doc'.
19649
19650 * dired.el (dired-mode-map): Add menu entry for async shell command.
19651
19652 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19653 variables, also consider the .elc files, since the .el files are
19654 normally gzipped (subsequent code locates the .el.gz from the .elc).
19655
19656 * calc/calc-prog.el (arglist): Define for compiler.
19657
19658 * calendar/diary-lib.el (diary-display-function): Change the default to
19659 fancy display.
19660 (body): Define for compiler.
19661
19662 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19663 (byte-compile-file-form, byte-compile-lambda)
19664 (byte-compile-top-level-body, byte-compile-form)
19665 (byte-compile-variable-ref, byte-compile-setq)
19666 (byte-compile-setq-default, byte-compile-body)
19667 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19668 (batch-byte-compile): Give some more local variables with common names
19669 a "bytecomp-" prefix to avoid masking warnings about free variables.
19670
cd05fe7f
GM
19671 * startup.el (command-line-1): Give local variables with common names a
19672 distinguishing prefix, so as not to hide free variable warnings during
19673 bootstrap.
19674
a62f564f
GM
19675 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19676 clever and add a suffix to make a unique name, just let the user decide
19677 whether or not to overwrite it. If the input is a directory, write the
19678 default filename to that directory. (Bug#4388)
19679 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19680 is a filename-as-a-directory.
19681
fbc88440
SM
196822009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19683
19684 * textmodes/page.el (what-page): Don't move to beginning of line.
19685 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19686
60308853
DN
196872009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19688
19689 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19690
32ba3abc
DN
196912009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19692
9cd39aff
DN
19693 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19694 * help.el (help-for-help-internal): Add purecopy calls for text.
19695
32ba3abc
DN
19696 * vc.el (top): print-log method now takes an optional SHORTLOG
19697 argument. Add a new method: root.
32ba3abc
DN
19698 (vc-root-diff, vc-print-root-log): New functions.
19699 (vc-log-short-style): New variable.
19700 (vc-print-log-internal): Add support for showing short logs.
19701
19702 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19703 vc-print-root-log and vc-print-root-diff.
19704
19705 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19706 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19707 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19708 short logs.
19709
19710 * vc-cvs.el (vc-cvs-print-log):
19711 * vc-mtn.el (vc-mtn-print-log):
19712 * vc-rcs.el (vc-rcs-print-log):
19713 * vc-sccs.el (vc-sccs-print-log):
19714 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19715 that is ignored for now.
19716
837b0e99
DN
19717 * vc-mtn.el (vc-mtn-annotate-command):
19718 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19719
31cd2dd4
SM
197202009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19721
19722 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19723 to function-key-map, and give them ascii-character property.
19724 * term/x-win.el (x-alternatives-map):
19725 * term/ns-win.el (ns-alternatives-map):
19726 * term/internal.el (msdos-key-remapping-map):
19727 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19728
d62e5bf2
GM
197292009-09-14 Glenn Morris <rgm@gnu.org>
19730
19731 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19732 temp-buffers (2009-09-12).
19733
7d0105e5
SM
197342009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19735
19736 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19737 the new read-key function.
19738
e17ed9ad
CY
197392009-09-13 Chong Yidong <cyd@stupidchicken.com>
19740
19741 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19742 is defined (Bug#4405).
19743
1fc26e29
CY
197442009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19745
19746 * recentf.el (recentf-cleanup): Use a hash table to find
19747 duplicates (Bug#4407).
19748
61dc96a2 197492009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19750
19751 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19752 kp-0 to ascii equivalents (Bug#4325).
19753
42c3a9e3
CY
197542009-09-13 Chong Yidong <cyd@stupidchicken.com>
19755
1f5c1626
CY
19756 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19757
42c3a9e3 19758 * eshell/em-hist.el:
31cd2dd4
SM
19759 * eshell/em-dirs.el (eshell-complete-user-reference):
19760 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19761
197622009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19763
19764 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19765 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19766 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19767 * eshell/em-hist.el (eshell-history-file-name):
19768 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19769
1e2b6acf
GM
197702009-09-13 Glenn Morris <rgm@gnu.org>
19771
19772 * ediff-merg.el (ediff-do-merge):
19773 * filesets.el (filesets-run-cmd):
19774 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19775 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19776 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19777 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19778 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19779 Replace empty `let's with `progn'.
19780
adba8116
SM
197812009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19782
19783 * mail/sendmail.el (send-mail-function):
19784 * tooltip.el (tooltip-mode):
19785 * simple.el (transient-mark-mode):
19786 * rfn-eshadow.el (file-name-shadow-mode):
19787 * frame.el (blink-cursor-mode):
19788 * font-core.el (global-font-lock-mode):
19789 * files.el (temporary-file-directory)
19790 (small-temporary-file-directory, auto-save-file-name-transforms):
19791 * epa-hook.el (auto-encryption-mode):
19792 * composite.el (global-auto-composition-mode):
19793 Use custom-initialize-delay.
19794 * startup.el (command-line): Don't explicitly call
19795 custom-reevaluate-setting for all the above vars.
19796 * custom.el (custom-initialize-safe-set)
19797 (custom-initialize-safe-default): Delete.
19798
0a4afea9
SM
197992009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19800
9f94990d
SM
19801 * term/x-win.el (x-initialize-window-system):
19802 * term/w32-win.el (w32-initialize-window-system):
19803 * term/ns-win.el (ns-initialize-window-system): Don't call
19804 mouse-wheel-mode since it's enabled globally by default already.
19805
0a4afea9
SM
19806 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19807 actually define the variable, but only silences the byte-compiler.
19808 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19809 before looking it up.
19810 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19811 is changed.
19812
bf01513f
GM
198132009-09-12 Glenn Morris <rgm@gnu.org>
19814
19815 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19816 1000.
19817 (elint-add-required-env): Don't beep on error.
19818 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19819 (elint-init-env): Skip non-list forms.
19820 (elint-log): Handle unknown file positions.
bf01513f 19821
d85889e4
DU
198222009-09-12 Daiki Ueno <ueno@unixuser.org>
19823
19824 * epg.el (epg-make-context): Add autoload cookie.
19825 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19826 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19827 (epg-verify-string, epg-start-sign, epg-sign-file)
19828 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19829 (epg-encrypt-string, epg-start-export-keys)
19830 (epg-export-keys-to-file, epg-export-keys-to-string)
19831 (epg-start-import-keys, epg-import-keys-from-file)
19832 (epg-import-keys-from-string, epg-start-receive-keys)
19833 (epg-receive-keys, epg-import-keys-from-server)
19834 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19835 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19836 (epg-generate-key-from-file, epg-generate-key-from-string):
19837 Remove autoload cookie.
d85889e4 19838
8f825ee6
EZ
198392009-09-12 Eli Zaretskii <eliz@gnu.org>
19840
36b434ee
EZ
19841 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19842 reevaluation of trash-directory.
19843
8f825ee6
EZ
19844 * mwheel.el: Fix last change.
19845 (mouse-wheel-mode): New defvar.
19846 (mouse-wheel-mode): Remove autoload cookie.
19847
5766c380
SM
198482009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19849
ab5c0fcd
SM
19850 * mwheel.el (mwheel-installed-bindings): New var.
19851 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19852 the bindings we set last time. Use custom-initialize-delay.
19853 * loadup.el: Load mwheel after term/*-win.el.
19854 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19855 and mouse-wheel-up-event now that their first evaluation is done
19856 sufficiently late to be correct.
19857
45448e64
SM
19858 * startup.el (tutorial-directory): Make it a defcustom.
19859 Use custom-initialize-delay rather than eval-at-startup to set it.
19860 * image.el (image-load-path): Make it a defcustom.
19861 Use custom-initialize-delay rather than eval-at-startup to set it.
19862 * subr.el (eval-at-startup): Remove.
19863 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19864
5766c380
SM
19865 * subr.el (do-after-load-evaluation): Warn the user after loading an
19866 obsolete package.
19867
d6549da4
GM
198682009-09-12 Glenn Morris <rgm@gnu.org>
19869
19870 * proced.el (proced-mark-alt): Remove alias.
19871 (proced-mode-map): Remove proced-mark-alt.
19872
19873 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19874 Elint file and directory. Remove initialization entry.
19875
19876 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19877 commands.
19878 (elint-current-buffer): Set mode-line-process.
19879 (elint-init-env): Handle define-derived-mode.
19880 Fix declare-function with unspecified arglist. Guard against odd
19881 defalias statements (eg iso-insert's 8859-1-map).
19882 (elint-add-required-env): Use a temp buffer.
19883 (elint-form): Just print the function/macro name, not the whole form.
19884 Return env unchanged if we fail to parse a macro.
19885 (elint-forms): Guard against parse errors.
19886 (elint-output): New function, to handle batch mode.
19887 (elint-log-message): Add optional argument. Use elint-output.
19888 (elint-set-mode-line): New function.
19889
30194d4d
CY
198902009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19891
19892 * emacs-lisp/elp.el (elp-not-profilable): Add more
19893 functions (Bug#4233).
19894
a035f9b0
CY
198952009-09-12 Chong Yidong <cyd@stupidchicken.com>
19896
19897 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19898 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19899
dad61164
NR
199002009-09-11 Nick Roberts <nickrob@snap.net.nz>
19901
19902 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19903 (gdb-var-list-children): Use json parsing.
19904
9c3c9fdf 199052009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19906
19907 * progmodes/js.el (js--proper-indentation): Handle the case where
19908 char-before is null. Reported by Deniz Dogan.
19909
b4587710
JB
199102009-09-11 Juanma Barranquero <lekktu@gmail.com>
19911
19912 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19913
13890796
DU
199142009-09-11 Daiki Ueno <ueno@unixuser.org>
19915
19916 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19917 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19918 (epg-context-set-passphrase-callback)
97d4bdba 19919 (epg-context-set-progress-callback): Add description about
b18508dd 19920 callback function.
13890796 19921
2efb64a8
SM
199222009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19923
790d0270
SM
19924 * custom.el (custom-delayed-init-variables): New var.
19925 (custom-initialize-delay): New function.
19926 * startup.el (command-line): "Re"evaluate all vars in
19927 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19928 explicitly any more.
19929 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19930 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19931
19932 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19933
ac243a40
NR
199342009-09-11 Nick Roberts <nickrob@snap.net.nz>
19935
19936 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19937 (gdb-var-update-handler): Use json parsing.
19938
657bc6fc
JB
199392009-09-11 Juanma Barranquero <lekktu@gmail.com>
19940
19941 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19942 decode annotated text, regardless of language environment. (Bug#2741)
19943
b6fe8102
SM
199442009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19945
19946 * Makefile.in (autoloads): Make rmail.el writable as well.
19947
5cc443fe
GM
199482009-09-11 Glenn Morris <rgm@gnu.org>
19949
5515c54e
GM
19950 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19951 loaddefs.el.
19952 * dired.el: Regenerate with extracted autoloads.
19953 * Makefile.in (autoloads): Make dired.el writable.
19954
15067158
GM
19955 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19956 * ibuffer.el: Regenerate with extracted autoloads.
19957 * Makefile.in (autoloads): Make ibuffer.el writable.
19958
d35d0238
GM
19959 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19960 * version.el (emacs-copyright, emacs-major-version)
19961 (emacs-minor-version): Reformat doc-strings for make-docfile.
19962
5cc443fe
GM
19963 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19964 functions and variables, since they must be stuff specific to some other
19965 platform.
19966 (apropos-print): Make mouse-click message less specific about button.
19967
19968 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19969 that records where a macro was defined.
19970 * help-fns.el (describe-function-1): Mention if a function has a
19971 compiler-macro.
19972 * help-mode.el (help-function-cmacro): New button.
19973
19974 * locate.el (top-level): Always require dired.
19975 (locate-mode-map): Initialize inside the defvar.
19976
19977 * net/ange-ftp.el (dired-compress-file): Declare.
19978 (ange-ftp-dired-compress-file): Add doc string.
19979
19980 * term/ns-win.el (x-display-name, x-setup-function-keys):
19981 Unify doc-strings with X versions.
19982
8cb95edf
SM
199832009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19984
726a4d09
SM
19985 * emulation/crisp.el (crisp-mode-map): Move initialization
19986 into declaration.
19987 (crisp-mode): Use define-minor-mode.
19988
8cb95edf
SM
19989 * progmodes/xscheme.el (xscheme-evaluation-commands):
19990 Put a :advertised-binding property rather than using
19991 advertised-xscheme-send-previous-expression.
19992 (advertised-xscheme-send-previous-expression): Declare obsolete.
19993 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19994 `advertised-undo'.
19995 (crisp-mode): Add corresponding bindings to
19996 undo's :advertised-binding instead.
19997 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19998 than using dired-advertised-find-file.
19999 (dired-advertised-find-file):
20000 * simple.el (advertised-undo):
20001 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20002 (widget-keymap): Put a :advertised-binding property rather
20003 than using advertised-widget-backward.
20004 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20005 than using advertised-undo.
20006 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20007
07db5857
SS
200082009-09-10 Simon South <ssouth@slowcomputing.org>
20009
20010 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20011 Mark mode is enabled and region is active; otherwise indent or
20012 insert TAB as usual.
20013 (delphi-mode): Update description of TAB-key binding.
20014
50d4ba39
SM
200152009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20016
20017 * subr.el (define-key-rebound-commands): Mark obsolete.
20018 * startup.el (precompute-menubar-bindings): Remove.
20019 (normal-top-level): Remove obsolete code that tried to precompute
20020 menubar bindings.
20021 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20022 define-key-rebound-commands and precompute-menubar-bindings.
20023
ffa894db
KY
200242009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20025
20026 * net/imap.el (imap-interactive-login): Better messages.
20027 (imap-open): Fix bug with renamed buffer on reconnect.
20028 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20029 for easier debugging and cleaner code. On successful (guessed based on
20030 server capabilities) secondary authentication, set imap-state
20031 correctly.
20032 (imap-last-authenticator): Define imap-last-authenticator as a variable
20033 to avoid warnings.
20034
9477096c
GM
200352009-09-10 Glenn Morris <rgm@gnu.org>
20036
20037 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20038
20039 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20040 (byte-compile-file-form-autoload): Don't warn about unknown functions
20041 where the autoload statement comes after the use.
20042 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20043 that any handlers inside the body (eg require) are in turn respected.
20044
20045 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20046 effects.
20047
20048 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20049 and syntax and abbrev tables basic docs, if they don't have any.
20050
20051 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20052
20053 * international/mule-cmds.el (top-level): Require cl when compiling.
20054 (view-hello-file): Use default-value rather than
20055 default-enable-multibyte-characters.
20056
20057 * progmodes/fortran.el: Move all safe and risky properties into the
20058 defcustoms.
20059
20060 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20061 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20062 * mail/undigest.el:
20063 Put autoloads in rmail.el rather than loaddefs.el.
20064 * mail/rmail.el: Regenerate with extracted autoloads.
20065
20066 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20067 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20068
9f16c547
NR
200692009-09-10 Nick Roberts <nickrob@snap.net.nz>
20070
20071 Reported in thread for Bug#4375.
20072 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20073 "-data-evaluate-expression" instead of print.
20074 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20075 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
20076 (gdb): Revert 2009-08-11 change. User should detach inferior
20077 manually.
9f16c547
NR
20078
20079 Remove the word "separate" from IO functions as inferior
20080 output is now never displayed in the GUD buffer.
20081
50405cd0
JB
200822009-09-10 Juanma Barranquero <lekktu@gmail.com>
20083
20084 * startup.el (command-line-normalize-file-name): On Windows and
20085 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20086
7ae62430
JL
200872009-09-10 Juri Linkov <juri@jurta.org>
20088
20089 * isearch.el (isearch-text-char-description): Propertize escape
20090 character sequences with the `escape-glyph' face. (Bug#4344)
20091
20092 * simple.el (shell-command): Set asynchronous process filter to
20093 `comint-output-filter'. (Bug#4343)
20094
20095 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20096 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20097 the list. Move "asm" to the bottom.
20098 (grep-find-ignored-directories): Add `choice' with nil value
20099 to empty the list easily.
20100 (grep-find-ignored-files): New option.
20101 (grep-files-history): Set to nil by default instead of '("ch" "el").
20102 (grep-compute-defaults): Add "<X>" to `grep-template'.
20103 (grep-read-files): Bind new local variables `default-alias' and
20104 `default-extension'. Use a list of default values for the file prompt.
20105 (lgrep): Add `--exclude=' command line options composed from
20106 `grep-find-ignored-files'.
20107 (rgrep): Add `-name' command line options composed from
20108 `grep-find-ignored-files'. (Bug#4301)
20109
cd875252
SM
201102009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20111
20112 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20113 (bug#4368).
20114
cdce0b33
KY
201152009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20116
20117 * calendar/time-date.el (autoload):
20118 Expand define-obsolete-function-alias into defalias and make-obsolete
20119 for old Emacsen that Gnus supports.
20120 (with-no-warnings): Define it for old Emacsen.
20121 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20122 is available.
20123 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20124 float-time is available; suppress compile warning for time-to-seconds.
20125
201262009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20127
20128 * net/imap.el (imap-message-map): Docstring fix.
20129
2b2eb431
GM
201302009-09-09 Glenn Morris <rgm@gnu.org>
20131
20132 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20133 line numbers too. (Bug#4374)
20134
83a5aac5
SM
201352009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20136
755e0210
SM
20137 * smerge-mode.el (smerge-remove-props, smerge-refine):
20138 Use with-silent-modifications (bug#4342).
20139
83a5aac5
SM
20140 * subr.el (with-silent-modifications): New macro.
20141
79f01fa7
JB
201422009-09-07 Juanma Barranquero <lekktu@gmail.com>
20143
20144 * files.el (top-level): Require `cl' when compiling.
20145
448ecec3
GM
201462009-09-07 Glenn Morris <rgm@gnu.org>
20147
20148 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20149
8f09a02f
GM
20150 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20151 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20152
76ff67bf
NR
201532009-09-06 Nick Roberts <nickrob@snap.net.nz>
20154
20155 * vc-git.el (vc-git-annotate-command): Use separator to parse
20156 arguments correctly.
20157
943c8b75
EZ
201582009-09-06 Eli Zaretskii <eliz@gnu.org>
20159
20160 * proced.el (proced-mode): Doc fix.
20161
680db9ac
MA
201622009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20163
20164 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20165 lstat fails.
20166 (tramp-do-file-attributes-with-ls): Check for file existence at
20167 remote end.
20168 (tramp-do-file-attributes-with-stat): Likewise.
20169 (tramp-convert-file-attributes): Return nil when attr is nil.
20170
3f12e5bd
GM
201712009-09-05 Glenn Morris <rgm@gnu.org>
20172
c8dc27bf
GM
20173 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20174 properties to this button.
20175 (diary-fancy-display): Don't extend the button to the final newline.
20176 (diary-fancy-display-mode): Continue to define "q" as a local key.
20177
cca065d8
GM
20178 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20179 efficient.
20180
cddaedb6
GM
20181 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20182
3f12e5bd
GM
20183 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20184 (byte-compile-dest-file-function): New option.
20185 (byte-compile-dest-file): Doc fix.
20186 Obey byte-compile-dest-file-function.
20187 (byte-compile-cl-file-p): New function.
20188 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20189 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20190 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20191 than for file being previously loaded.
20192 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20193 (byte-compile-file-form-require): Handle the case where requiring a file
20194 indirectly causes CL to be loaded.
20195
049a231b
KF
201962009-09-05 Karl Fogel <kfogel@red-bean.com>
20197
20198 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20199 before killing the old buffer, since by the time `kill-buffer' is
20200 run so many buffer variables have been set to nil that it may not
20201 behave as expected. (Bug#4061)
20202
ef7ef2a0
KF
202032009-09-05 Karl Fogel <kfogel@red-bean.com>
20204
20205 * files.el (find-alternate-file): If the old buffer is modified
20206 and visiting a file, behave similarly to `kill-buffer' when
20207 killing it, thus reverting to the pre-1.878 behavior; see
20208 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20209 for discussion. Also, consult `buffer-file-name' as a variable
20210 not as a function, for consistency with the rest of the code.
20211
73d854cd
MA
202122009-09-04 Michael Albinus <michael.albinus@gmx.de>
20213
20214 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20215 also when adding a new directory.
20216
6a7662bb
BR
20217 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20218 New defun.
73d854cd 20219
df120481
SM
202202009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20221
20222 * files.el (locate-file-completion-table): Make it provide boundary
20223 information, so partial-completion works better.
20224
c0bc6d79
SM
202252009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20226
20227 * mail/footnote.el (Footnote-text-under-cursor):
20228 Check footnote-text-marker-alist before using it (bug#4324).
20229
f76a9756
GM
202302009-09-04 Glenn Morris <rgm@gnu.org>
20231
67d110f1
GM
20232 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20233 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20234 * play/solitaire.el, play/tetris.el:
20235 Remove leading * from defcustom and defface docs.
20236
b42d4989
GM
20237 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20238 necessary.
20239 (diary-fancy-overriding-map): New variable.
20240 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20241 Use view-mode.
20242
f76a9756
GM
20243 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20244 goto-line.
20245
e605eeeb
GM
202462009-09-03 Glenn Morris <rgm@gnu.org>
20247
597e2240
GM
20248 * arc-mode.el (archive-mode):
20249 * dos-fns.el (set-default-process-coding-system):
20250 * man.el (Man-getpage-in-background):
20251 * menu-bar.el (menu-bar-describe-menu):
20252 * server.el (server-process-filter):
20253 * startup.el (command-line):
20254 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20255 * w32-fns.el (set-default-process-coding-system):
20256 * x-dnd.el (x-dnd-handle-file-name):
20257 * international/mule-cmds.el (mule-menu-keymap)
20258 (set-default-coding-systems, language-info-alist, set-language-info)
20259 (set-language-environment, standard-display-european-internal)
20260 (set-locale-environment):
20261 * international/mule-diag.el (mule-diag):
20262 * mail/emacsbug.el (report-emacs-bug):
20263 * mail/rmail.el (rmail-mode):
20264 * mail/sendmail.el (mail-setup):
20265 Use default-value rather than default-enable-multibyte-characters.
20266
f38184aa
GM
20267 * progmodes/f90.el: Move all safe properties into the defcustoms.
20268 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20269
e605eeeb
GM
20270 * calendar/appt.el (appt-check):
20271 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20272 (diary-check-diary-file, diary-list-entries)
20273 (diary-include-other-diary-files, diary-simple-display)
20274 (diary-fancy-display, diary-print-entries)
20275 (diary-mark-included-diary-files, diary-make-entry):
20276 Don't call substitute-in-file-name on diary-file.
20277
734db384 202782009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20279 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20280
20281 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20282 (footnote-mode-map): Move initialization into the declaration.
20283 (footnote-minor-mode-map): Define it rather than changing global-map.
20284 (footnote-mode): Use define-minor-mode.
20285
e5aa47f9
MA
202862009-09-02 Michael Albinus <michael.albinus@gmx.de>
20287
20288 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20289 (tramp-do-file-attributes-with-perl)
20290 (tramp-do-file-attributes-with-stat): Rename from
20291 `tramp-handle-file-attributes-with-*'.
20292 (tramp-handle-file-attributes): Use them.
20293 (tramp-do-directory-files-and-attributes-with-perl)
20294 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20295 `tramp-handle-directory-files-and-attributes-with-*'.
20296 (tramp-handle-directory-files-and-attributes): Use them.
20297 (tramp-method-out-of-band-p): Additional parameter SIZE.
20298 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20299 (tramp-handle-write-region): Use it.
734db384 20300 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20301 (tramp-handle-vc-registered): Check, whether the first run did
20302 return files to be tested.
20303 (tramp-advice-make-auto-save-file-name): Do not call directly
20304 `tramp-handle-make-auto-save-file-name', because this would bypass
20305 the locking mechanism.
20306
734db384 20307 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20308 (file-remote-p, process-file, start-file-process, set-file-times)
20309 (tramp-compat-file-attributes): Compatibility functions shall not
20310 call directly `tramp-handle-*', because this would bypass the
20311 locking mechanism.
20312 (tramp-compat-number-sequence): New defun.
20313
6e2ca895
GM
203142009-09-02 Glenn Morris <rgm@gnu.org>
20315
697c7714
GM
20316 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20317 alias for float-time.
20318 (time-to-number-of-days): In Emacs, use float-time.
20319 * net/newst-backend.el (time-add): Suppress warnings from compat
20320 function.
20321 * time.el (emacs-uptime, emacs-init-time):
20322 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20323 Use float-time rather than time-to-seconds.
20324
6e2ca895
GM
20325 * minibuffer.el (completion-initials-expand): Fix typo.
20326
20327 * faces.el (modeline, modeline-inactive, modeline-highlight)
20328 (modeline-buffer-id):
20329 * info.el (info-menu-5): Mark these face aliases as obsolete.
20330
ed17efec
NR
203312009-09-01 Nick Roberts <nickrob@snap.net.nz>
20332
20333 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20334 space ...
20335 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20336 no "--thread" option.
20337 (gdb-stopped): Don't print "Switched to thread" message when it is
20338 unchanged.
20339
fcb68f70
SM
203402009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20341
20342 * minibuffer.el (completion-try-completion)
20343 (completion-all-completions): Remove ill-defined (and
20344 mistakenly installed and luckily never used nor documented)
20345 `completion-styles' property.
20346 (completion-initials-expand, completion-initials-all-completions)
20347 (completion-initials-try-completion): New functions.
20348 (completion-styles-alist): Add doc to each entry.
20349 Add new `initials' entry.
20350
83318a6d
NR
203512009-09-01 Nick Roberts <nickrob@snap.net.nz>
20352
20353 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20354 MI command -var-evaluate-expression.
20355 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20356 and tweak for case of string child.
734db384 20357 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20358
d63eb0e7
GM
203592009-09-01 Glenn Morris <rgm@gnu.org>
20360
c4f6e489
GM
20361 * add-log.el (change-log-date-face, change-log-name-face)
20362 (change-log-email-face, change-log-file-face, change-log-list-face)
20363 (change-log-conditionals-face, change-log-function-face)
20364 (change-log-acknowledgement-face):
20365 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20366 (custom-modified-face, custom-set-face, custom-changed-face)
20367 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20368 (custom-documentation-face, custom-state-face, custom-comment-face)
20369 (custom-comment-tag-face, custom-variable-tag-face)
20370 (custom-variable-button-face, custom-face-tag-face)
20371 (custom-group-tag-face-1, custom-group-tag-face):
20372 * diff-mode.el (diff-header-face, diff-file-header-face)
20373 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20374 (diff-added-face, diff-changed-face, diff-function-face)
20375 (diff-context-face, diff-nonexistent-face):
20376 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20377 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20378 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20379 (Info-title-4-face):
20380 * isearch.el (isearch-lazy-highlight-face):
20381 * log-view.el (log-view-file-face, log-view-message-face):
20382 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20383 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20384 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20385 (cvs-msg-face):
20386 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20387 (smerge-base-face, smerge-markers-face):
20388 * wid-edit.el (widget-documentation-face, widget-button-face)
20389 (widget-field-face, widget-single-line-field-face)
20390 (widget-inactive-face, widget-button-pressed-face):
20391 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20392 (woman-addition-face):
2fb1ec93
GM
20393 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20394 (eshell-ls-executable-face, eshell-ls-readonly-face)
20395 (eshell-ls-unreadable-face, eshell-ls-special-face)
20396 (eshell-ls-missing-face, eshell-ls-archive-face)
20397 (eshell-ls-backup-face, eshell-ls-product-face)
20398 (eshell-ls-clutter-face):
20399 * eshell/em-prompt.el (eshell-prompt-face):
20400 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20401 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20402 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20403 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20404 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20405 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20406 (antlr-font-lock-literal-face):
c4f6e489
GM
20407 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20408 (ebrowse-root-class-face, ebrowse-file-name-face)
20409 (ebrowse-default-face, ebrowse-member-attribute-face)
20410 (ebrowse-member-class-face, ebrowse-progress-face):
20411 * progmodes/make-mode.el (makefile-space-face):
20412 * progmodes/sh-script.el (sh-heredoc-face):
20413 * textmodes/flyspell.el (flyspell-incorrect-face)
20414 (flyspell-duplicate-face):
20415 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20416 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20417 Mark face aliases with "-face" suffix as obsolete.
20418
d80619fa
GM
20419 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20420 compiler.
20421
5f68c1b7
GM
20422 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20423 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20424 easy-menu-define wants to modify these.
20425
20426 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20427
20428 * net/browse-url.el (browse-url-file-url):
20429 * term/internal.el (dos-codepage-setup):
20430 Use default-value rather than default-enable-multibyte-characters.
20431
d80619fa 20432 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20433 * progmodes/flymake.el (flymake-highlight-line)
20434 (flymake-goto-file-and-line, flymake-goto-line):
20435 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20436 (gdb-goto-breakpoint):
20437 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20438 * progmodes/python.el (python-find-function)
20439 (python-pdbtrack-track-stack-file):
20440 * progmodes/verilog-mode.el (verilog-surelint-off):
20441 * term/ns-win.el (ns-open-file-select-line):
20442 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20443 Use forward-line rather than goto-line.
20444
d63eb0e7
GM
20445 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20446 * textmodes/reftex-index.el (reftex-display-index):
20447 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20448 * textmodes/reftex-toc.el (reftex-toc):
20449 Remove unnecessary bindings of default-major-mode (all are followed by
20450 major-mode check and possible mode switch).
20451
0afad278
NR
204522009-08-31 Nick Roberts <nickrob@snap.net.nz>
20453
20454 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20455 Handle watchpoints (bug#4282).
20456 (def-gdb-thread-buffer-command): Enable thread to be selected by
20457 clicking without selecting threads buffer first.
20458 (gdb-current-context-command): Use selected frame so that "up",
20459 "down" etc work in the GUD buffer.
20460 (gdb-update): Find selected frame before rendering stack buffer.
20461 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20462
4e135dd2
SM
204632009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20464
20465 * progmodes/sym-comp.el (displayed-completions): Remove.
20466 (symbol-complete): Use minibuffer-complete.
20467
e61eba34
GM
204682009-08-31 Glenn Morris <rgm@gnu.org>
20469
20470 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20471
734db384
SM
20472 * apropos.el (apropos-symbols-internal):
20473 Handle (obsolete) face aliases.
e61eba34
GM
20474
20475 * faces.el (describe-face): Adjust the output format to be more like
20476 describe-variable, and to mention (obsolete) face aliases.
20477 Adjust the whitespace so that help-setup-xref works.
20478
20479 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20480 * calendar/diary-lib.el (diary-button-face):
20481 Mark these face aliases as obsolete.
20482
20483 * calendar/calendar.el (calendar-today): Doc fix.
20484
4cf71456
NR
204852009-08-31 Nick Roberts <nickrob@snap.net.nz>
20486
20487 * progmodes/gdb-mi.el (gdb-control-all-threads)
20488 (gdb-control-current-thread): Force tool bar update.
20489 (gdb-non-stop-handler): New function.
20490 (gdb-init-1): Use it to test if non-stop mode is supported.
20491 Remove unused gdbmi buffer type.
20492
e61eba34 204932009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20494
20495 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20496 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20497
4324f7ca
NR
204982009-08-30 Nick Roberts <nickrob@snap.net.nz>
20499
20500 * comint.el (comint-exec-1): Check command is non-null first.
20501 Part of gdb-mi.el change (2009-08-28).
20502
a1bf889a
SM
205032009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20504
20505 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20506
060c08b5
JB
205072009-08-30 Juanma Barranquero <lekktu@gmail.com>
20508
20509 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20510 instead of `dolist' to avoid a recursive require when bootstrapping.
20511
ab22be48
SM
205122009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20513
73ebf88f
SM
20514 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20515
80629cfc
SM
20516 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20517
206d0387 20518 * net/imap.el (imap-send-command): Simplify.
734db384 20519 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20520
844f7784
SM
20521 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20522
5ca4661e
SM
20523 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20524 with constant argument.
20525
c61dc887
SM
20526 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20527
7eb73deb
SM
20528 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20529
5fe443de
SM
20530 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20531 Change default, since most of our files don't have a history.
20532 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20533 the user.
20534
6444d64a
SM
20535 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20536 Add comint-run.
20537
5cb16bfc
SM
20538 * calc/calc.el: Improve commenting convention.
20539 (calc-digit-map, toplevel): Simplify.
20540
0aeb71a7
SM
20541 * comint.el (comint-insert-input): Be careful to only set point if we
20542 don't delegate to some other command.
20543
9a9af856
SM
20544 * proced.el (proced-signal-list): Make it an alist.
20545 (proced-grammar-alist): Capitalize names.
20546 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20547 Disable undo manually and make it read-only.
20548 Use completion-annotate-function.
20549
ab22be48
SM
20550 * minibuffer.el (minibuffer-message): If the current buffer is not
20551 a minibuffer, insert the message in the echo area rather than at the
20552 end of the buffer.
20553 (completion-annotate-function): New variable.
20554 (minibuffer-completion-help): Use it.
20555 (completion--embedded-envvar-table): Environment vars are
20556 always case-sensitive.
20557
4a948dbf
GM
205582009-08-30 Glenn Morris <rgm@gnu.org>
20559
20560 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20561 from fortran-current-defun.
20562 (fortran-beginning-of-subprogram): Be more precise about finding the
20563 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20564 (fortran-end-of-subprogram): Simplify.
20565 (fortran-current-defun): Use fortran-start-prog-re.
20566
486cf3b8
JB
205672009-08-29 Juanma Barranquero <lekktu@gmail.com>
20568
20569 * subr.el (do-after-load-evaluation): Simplify.
20570
db167d28
DN
205712009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20572
20573 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20574
20575 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20576 (vc-rcs-print-log): Use it.
20577
20578 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20579
efbc652a
SM
205802009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20581
2aa0e5bf
SM
20582 * paths.el (abbrev-file-name): Move to abbrev.el.
20583 * abbrev.el (abbrev-file-name): Move from paths.el.
20584 Obey user-emacs-directory.
20585 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20586 user-emacs-directory.
20587 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20588 abbrev-file-name and calc-settings-file any more.
20589 * startup.el (command-line): Recompute abbrev-file-name and
20590 abbreviated-home-dir.
20591 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20592 of the special code for when C-h bindings haven't been changed.
20593 (display-startup-echo-area-message): Use with-current-buffer.
20594 (command-line-1): Use a list of strings, rather than a list of lists
20595 of strings for longopts.
20596
51da8fe2
SM
20597 * files.el (get-free-disk-space): Use / for default-directory.
20598
0c3cc4dd
SM
20599 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20600 Use with-current-buffer.
20601
d988dbf6
SM
20602 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20603 Recognize immutable variables like most-positive-fixnum.
20604 (byte-compile-setq-default): Check and warn if trying to assign
20605 to an immutable variable, or a non-variable.
20606
efbc652a
SM
20607 * progmodes/cc-vars.el (c-comment-continuation-stars):
20608 * progmodes/cc-engine.el (c-looking-at-bos):
20609 * progmodes/cc-cmds.el (c-toggle-auto-state)
20610 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20611 (c-comment-line-break-function): Add version of obsolescence.
20612
d30a05d1
JL
206132009-08-28 Juri Linkov <juri@jurta.org>
20614
20615 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20616 associated with `archive-mode'.
20617
20618 * image.el (image-type-header-regexps): Use only JPEG magic number
20619 to determine JPEG images, and don't use `image-jpeg-p' because
20620 Emacs can display non-JFIF non-Exif JPEG images.
20621
1e8eecea
JB
206222009-08-28 Juanma Barranquero <lekktu@gmail.com>
20623
20624 * arc-mode.el (archive-mode):
20625 * emacs-lisp/re-builder.el (re-builder-unload-function):
20626 Protect against the default value of `major-mode' being nil.
20627
dd4fbf56
JB
206282009-08-28 Juanma Barranquero <lekktu@gmail.com>
20629
20630 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20631 Fix typos in docstrings.
20632
20633 * progmodes/js.el (js--macro-decl-re): Doc fix.
20634 (js--plain-method-re, js--split-name): Refloc docstring.
20635 (js--class-styles, js--make-merged-item, js--splice-into-items):
20636 Fix typos in docstrings; reflow docstrings.
20637 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20638 (js--variable-decl-matcher, js--inside-pitem-p)
20639 (js--parse-state-at-point, js--get-all-known-symbols)
20640 (js--symbol-history, js-find-symbol, js--js-references)
20641 (js--moz-interactor, js--js-encode-value, js--read-tab):
20642 Fix typos in docstrings.
20643
72f16325
SM
206442009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20645
14acf2f5
SM
20646 * textmodes/reftex.el (reftex-get-file-buffer-force):
20647 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20648 * emulation/viper.el (viper-go-away, viper-set-hooks):
20649 * emacs-lisp/re-builder.el (re-builder-unload-function):
20650 * emacs-lisp/bytecomp.el (byte-compile-file):
20651 * ses.el (ses-unload-function):
20652 * hexl.el (hexl-find-file):
20653 * files.el (normal-mode):
20654 * ehelp.el (with-electric-help):
20655 * autoinsert.el (auto-insert-alist):
20656 * arc-mode.el (archive-mode):
20657 Use (default-value 'major-mode) instead of default-major-mode.
20658
72f16325
SM
20659 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20660 * international/mule.el (load-with-code-conversion):
20661 * emacs-lisp/debug.el (debug):
20662 * ediff-vers.el (ediff-rcs-get-output-buffer):
20663 * dired.el (dired-internal-noselect): Don't let-bind
20664 default-major-mode around code that doesn't use it.
20665 E.g. buffer creation via get-buffer-create doesn't use it.
20666
aa485f7c
MA
206672009-08-28 Michael Albinus <michael.albinus@gmx.de>
20668
20669 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20670 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20671 when writing the temp file. Otherwise, epa-file gets confused.
20672 (tramp-register-file-name-handlers): Make it a defun. Move also
20673 `epa-file-handler' to the front of `file-name-handler-alist'.
20674
206752009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20676
20677 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20678 start right after a ^M.
20679 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20680 (tramp-completion-file-name-regexp-separate)
20681 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20682 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20683 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20684 (tramp-completion-file-name-handler): Apply the checks here,
20685 instead during registration.
88b5a757 20686 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20687 `tramp-register-file-name-handler'. Register both
20688 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20689 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20690
3f0c2b92
NR
206912009-08-28 Nick Roberts <nickrob@snap.net.nz>
20692
72f16325
SM
20693 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20694 Remove variable ...
3f0c2b92
NR
20695 (gdb-init-1, gdb-display-separate-io-buffer)
20696 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20697 references to it.
20698 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20699 (gdb-inferior-filter): Use comint-output-filter to stop
20700 echoing and remove ^M characters.
20701
705e5bd9
SM
207022009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20703
009fdc2e
SM
20704 * emulation/viper-init.el (viper-restore-cursor-type):
20705 * emulation/cua-base.el (cua--update-indications):
20706 Replace default-cursor-type with (default-value 'cursor-type).
20707
b56a5ae0
SM
20708 * mail/sendmail.el (mail-recover-1):
20709 * international/mule-diag.el (describe-current-coding-system-briefly)
20710 (describe-current-coding-system):
20711 * international/mule-cmds.el (select-safe-coding-system)
20712 (select-message-coding-system)
20713 (set-language-environment-coding-systems, set-locale-environment):
20714 * hexl.el (hexl-insert-multibyte-char):
20715 * dos-w32.el (find-buffer-file-type-coding-system):
20716 * simple.el (what-cursor-position):
20717 Replace uses of default-buffer-file-coding-system
20718 with (default-value 'buffer-file-coding-system).
20719
de70529f
SM
20720 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20721 Replace uses of default-cursor-in-non-selected-windows
20722 with (default-value 'cursor-in-non-selected-windows).
20723 Use with-current-buffer.
20724
705e5bd9
SM
20725 * mail/feedmail.el: Use CL macros.
20726 (feedmail-run-the-queue, feedmail-send-it-immediately):
20727 * dos-w32.el (find-buffer-file-type): Replace uses of
20728 default-buffer-file-type with (default-value 'buffer-file-type).
20729
4d985ac2
GM
207302009-08-28 Glenn Morris <rgm@gnu.org>
20731
20732 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20733 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20734 Use default-value of major-mode rather than default-major-mode.
20735
17c15b81
SM
207362009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20737
3a68ab06
SM
20738 * Makefile.in (update-elcfiles): Report left over elc files.
20739
9421bdd1
SM
20740 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20741 expand-file-name and with-current-buffer.
20742 (mail-get-names, mail-directory): Use with-current-buffer.
20743
17c15b81
SM
20744 * vc.el (vc-read-revision): New function.
20745 (vc-version-diff, vc-merge): Use it.
20746
ba83a64e
SS
207472009-08-27 Sam Steingold <sds@gnu.org>
20748
20749 * simple.el (kill-do-not-save-duplicates): New user option.
20750 (kill-new): When it is non-nil, and the new string is the same as
20751 the latest kill, set replace to t to avoid duplicates in kill-ring.
20752
be3e598a 207532009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20754
20755 * net/tramp.el (tramp-handle-process-file): Do not flush all
20756 caches when `process-file-side-effects' is set.
20757 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20758 instead of `tramp-find-file-exists-command'.
20759 Unset `process-file-side-effects'.
d5b5c94a
MA
20760
207612009-08-27 Michael Albinus <michael.albinus@gmx.de>
20762
20763 * net/tramp.el (tramp-methods): New method "rsyncc".
20764 (top): Add completion function for "rsyncc".
20765 (tramp-message-show-message): New defvar.
20766 (tramp-message, tramp-error): Use it.
20767 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20768 remote copying.
20769 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20770 `tramp-methods' entry `copy-env' of "rsyncc".
20771 (tramp-vc-registered-read-file-names): New defconst.
20772 (tramp-vc-registered-file-names): New defvar.
20773 (tramp-handle-vc-registered): Implement optimization strategy.
20774 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20775 (tramp-vc-file-name-handler): New defun.
20776 (tramp-get-ls-command, tramp-get-test-command)
20777 (tramp-get-file-exists-command, tramp-get-remote-ln)
20778 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20779 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20780
20781 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20782 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20783 timestamps.
20784 (tramp-get-file-property): Check for timestamps in
20785 `tramp-cache-inhibit-cache'.
20786 (tramp-set-file-property): Write timestamp.
20787
1339cf20
KH
207882009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20789
20790 * language/japan-util.el (japanese-symbol-table): Add entries for
20791 cp932-2-byte.
20792
20793 * international/characters.el: Add category `j' to cp932-2-byte.
20794
726e3f1d
KH
207952009-08-27 Kenichi Handa <handa@m17n.org>
20796
20797 * international/fontset.el (build-default-fontset-data): New macro.
20798 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20799 tibetan, ethiopic, and ipa.
726e3f1d 20800
4e3b4528
SM
208012009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20802
20803 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20804 (enable-multibyte-characters): Not customizable any more.
20805
20806 * subr.el (default-mode-line-format, default-header-line-format)
20807 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20808 (default-direction-reversed, default-truncate-lines)
20809 (default-left-margin, default-tab-width, default-case-fold-search)
20810 (default-left-margin-width, default-right-margin-width)
20811 (default-left-fringe-width, default-right-fringe-width)
20812 (default-fringes-outside-margins, default-scroll-bar-width)
20813 (default-vertical-scroll-bar, default-indicate-empty-lines)
20814 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20815 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20816 (default-scroll-down-aggressively, default-fill-column)
20817 (default-cursor-type, default-buffer-file-type)
20818 (default-cursor-in-non-selected-windows)
20819 (default-buffer-file-coding-system, default-major-mode)
20820 (default-enable-multibyte-characters): Mark as obsolete.
20821
b3cca6a6
DN
208222009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20823
652cc1a2
DN
20824 * vc-dir.el (vc-dir-update): Remove debug helper.
20825
b3cca6a6
DN
20826 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20827
4ed8c7aa
SS
208282009-08-26 Sam Steingold <sds@gnu.org>
20829
20830 * simple.el (save-interprogram-paste-before-kill): New user option.
20831 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20832 save the interprogram-paste into kill-ring before overriding it
20833 with the Emacs kill.
20834
3b64d86b
DN
208352009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20836
20837 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20838 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20839 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20840 and move to vc-rcs.el.
20841 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20842 move to vc-rcs.el.
20843 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20844 (vc-rcs-update-changelog): Remove.
20845 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20846 and move to vc-rcs.el.
20847
20848 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20849 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20850 renaming.
20851 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20852 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20853 vc.el, renamed to be RCS specific.
20854
72f16325
SM
20855 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20856 New functions.
20857 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20858
20859 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20860 New functions.
20861
636a36a0
SM
208622009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20863
20864 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20865
239b3340
DN
208662009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20867
b91f0762 20868 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20869 (vc-git-stash, vc-git-stash-show): New functions.
20870 (vc-git-extra-menu-map): Bind them.
b91f0762 20871
b8e54362
DN
20872 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20873 directory correctly in case the item is a directory itself.
20874
239b3340
DN
20875 * vc.el: Document the desired behavior for reverted files in the
20876 `added' state.
dc810649
DN
20877 (vc-default-prettify-state-info): Remove function, unused.
20878
20879 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20880
e49c0179
GM
208812009-08-26 Glenn Morris <rgm@gnu.org>
20882
20883 * bindings.el (standard-mode-line-format): Reposition dashes in
20884 which-func entry. (Bug#4217)
20885
3029e594
GM
20886 * files.el (enable-local-variables, enable-local-eval)
20887 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20888 the defcustoms.
20889 (auto-mode-alist, ignored-local-variables)
20890 (save-some-buffers-action-alist): Move risky declarations to the
20891 definitions.
20892 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20893 (font-lock-defaults, format-alist, imenu--index-alist)
20894 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20895 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20896 (mode-line-modified, mode-line-mule-info, mode-line-position)
20897 (mode-line-process, mode-line-remote, outline-level)
20898 (parse-time-rules, rmail-output-file-alist)
20899 (special-display-buffer-names, vc-mode):
20900 Move risky declarations to the relevant files.
72f16325
SM
20901 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20902 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20903 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20904 * font-core.el (font-lock-defaults):
20905 * format.el (format-alist):
20906 * vc-hooks.el (vc-mode):
20907 * window.el (special-display-buffer-names):
20908 * international/mule-cmds.el (input-method-alist):
20909 Define riskiness here (dumped file) rather than in files.el.
20910 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20911 * imenu.el (imenu-generic-expression, imenu--index-alist):
20912 * outline.el (outline-level):
20913 * time.el (display-time-string):
20914 * calendar/parse-time.el (parse-time-rules):
20915 * mail/rmailout.el (rmail-output-file-alist):
20916 Autoload riskiness here, rather than placing in files.el.
20917
8476cfaf
SM
209182009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20919
20920 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20921
0b35b48e
MA
209222009-08-25 Michael Albinus <michael.albinus@gmx.de>
20923
20924 * simple.el (process-file-side-effects): New defvar.
20925
20926 * dired-aux.el (dired-show-file-type):
20927 * vc.el (vc-diff-internal):
20928 * vc-arch.el (vc-arch-diff):
20929 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20930 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20931 * vc-git.el (vc-git-registered, vc-git-working-revision)
20932 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20933 (vc-git--empty-db-p):
20934 * vc-hooks.el (vc-user-login-name):
20935 * vc-svn.el (vc-svn-registered, vc-svn-state)
20936 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20937 * progmodes/grep.el (grep-probe): Let-bind
20938 `process-file-side-effects' with nil.
20939
20940 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20941
20942 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20943 daemon. Replace ping by checking for running service for bluez
20944 and zeroconf. (Bug#4239)
20945
d54cc599
GM
209462009-08-25 Kevin Ryde <user42@zip.com.au>
20947
20948 * net/dig.el (dig): Add autoload cookie.
20949
7bfd055d
GM
209502009-08-25 Glenn Morris <rgm@gnu.org>
20951
bac9c66c
GM
20952 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20953 load-history for absolute file-names.
20954 (byte-compile-file-form-require): Warn about use of the cl package.
20955
7bfd055d
GM
20956 * format.el (format-alist): Doc fix.
20957
5ac1f9e0
GM
20958 * play/bubbles.el (top-level): Don't require cl at run-time.
20959
af62aa88
GM
20960 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20961 run-time cl).
20962
71e036af
DD
209632009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20964
20965 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20966 from cl package.
20967 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20968
42110eaf
JB
209692009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20970
20971 * calc/calc-alg.el (math-trig-rewrite)
20972 (math-hyperbolic-trig-rewrite): New functions.
20973 (calc-simplify): Simplify trig functions when asked.
20974
88421f3e
SM
209752009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20976
20977 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20978
dbd9624e
KH
209792009-08-24 Kenichi Handa <handa@m17n.org>
20980
20981 * language/ind-util.el (mapthread): Delete it.
20982 (combinatorial): New function.
20983 (indian--puthash-cv): Use combinatorial instead of mapthread.
20984
9b89e3ee
GM
209852009-08-22 Kevin Ryde <user42@zip.com.au>
20986
20987 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20988 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20989 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20990 Clarify docstring that the value is strings not symbols.
20991 (checkdoc-list-of-strings-p): New function.
20992
e6ce8c42
GM
209932009-08-22 Glenn Morris <rgm@gnu.org>
20994
2ddf2ea6 20995 * files.el (auto-mode-alist):
a3374680
GM
20996 * hippie-exp.el (he-concat-directory-file-name):
20997 * lpr.el (lpr-windows-system, printer-name):
20998 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20999 * ps-print.el (ps-windows-system):
21000 * startup.el (command-line):
21001 * emulation/viper-ex.el (viper-glob-function):
21002 * international/mule-cmds.el (set-language-environment-coding-systems):
21003 * net/ange-ftp.el (ange-ftp-write-region):
21004 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 21005 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
21006 unisoft-unix, vax-vms, win32, w32.
21007
977955fa
GM
21008 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21009 given name if the pattern is not more specific.
21010
b4deec2e
GM
21011 * calendar/lunar.el (lunar-phase-names): New option.
21012 (lunar-phase): Doc fix.
21013 (lunar-cycles-per-year): New constant.
21014 (lunar-index): New function.
21015 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21016 (lunar-phase-name): Use lunar-phase-names.
21017 (calendar-lunar-phases): Use format.
21018 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21019
47e83968
GM
21020 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21021 Copy imenu-example--name-and-position function here for own use.
21022 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21023
e6ce8c42
GM
21024 * bs.el (bs--redisplay):
21025 * cus-edit.el (custom-redraw):
21026 * ibuffer.el (ibuffer-bury-buffer):
21027 * server.el (server-goto-line-column):
21028 * startup.el (command-line-1):
21029 * strokes.el (strokes-xpm-for-stroke):
21030 * term.el (term-display-buffer-line):
21031 * view.el (View-goto-line):
21032 * calc/calc.el (calc-do, calc-trail-buffer):
21033 * play/gamegrid.el (gamegrid-add-score-insecure):
21034 * progmodes/ada-mode.el (ada-compile-goto-error):
21035 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21036 (ebrowse-select-1st-to-9nth):
47e83968 21037 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
21038 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21039 * progmodes/gud.el (gud-display-line):
21040 (idlwave-shell-display-line):
21041 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21042 * progmodes/make-mode.el (makefile-browser-toggle):
21043 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21044 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21045 * textmodes/picture.el (picture-draw-rectangle):
21046 * textmodes/reftex-index.el (reftex-index-goto-letter):
21047 (reftex-select-jump-to-previous):
21048 * textmodes/reftex-sel.el (reftex-find-start-point)
21049 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21050 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21051 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21052 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21053 * textmodes/two-column.el (2C-associated-buffer):
21054 Use forward-line rather than goto-line.
21055
21056 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21057 goto-line.
21058
4b18bdb3
GM
21059 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21060 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21061 (quick-check-list-to-regexp): Declare.
e6ce8c42 21062
72f16325
SM
21063 * progmodes/make-mode.el (makefile-browser-insert-selection):
21064 Use goto-char rather than goto-line.
e6ce8c42
GM
21065
21066 * progmodes/prolog.el (compilation-error-regexp-alist)
21067 (compilation-forget-errors): Declare.
21068
32a2cf25
JL
210692009-08-22 Juri Linkov <juri@jurta.org>
21070
21071 * progmodes/grep.el (lgrep, rgrep): At the beginning
21072 set `dir' to `default-directory' unless `dir' is a non-nil
21073 readable directory. (Bug#4052)
21074 (lgrep, rgrep): Change a weird way to report an error
21075 from using `read-string' to using `error'.
21076 Instead of using interactive arguments in the function body,
21077 add new argument `confirm'.
21078
5443c9b7
SM
210792009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21080
cb5b40ee
SM
21081 * textmodes/remember.el (remember-buffer):
21082 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21083 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21084 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
21085 * net/newst-treeview.el (newsticker-groups-filename):
21086 * net/newst-backend.el (newsticker-cache-filename):
21087 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21088 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21089 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21090 (speedbar-buffers-line-path, speedbar-path-line)
21091 (speedbar-buffers-line-path):
21092 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21093 (epg-sign-keys):
21094 * epa.el (epa-display-verify-result):
21095 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21096
d6261cc1
GM
210972009-08-21 Glenn Morris <rgm@gnu.org>
21098
3e1ea342
GM
21099 * progmodes/js.el (inferior-moz-process): Fix declaration.
21100
ce86eeb5
GM
21101 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21102
fff28970
GM
21103 * obsolete/rnewspost.el (news-mail-reply):
21104 Use goto-char rather than goto-line.
21105
d93e053b
GM
21106 * term/ns-win.el (ns-open-file-select-line):
21107 Use line-beginning-position rather than goto-line.
21108
d5d105e8
GM
21109 * apropos.el (apropos-command):
21110 * ehelp.el (electric-helpify):
21111 * printing.el (pr-show-setup):
21112 * strokes.el (strokes-help):
21113 * tutorial.el (tutorial--describe-nonstandard-key)
21114 (tutorial--detailed-help):
21115 * woman.el (woman-mini-help, woman-display-extended-fonts):
21116 * calc/calc-help.el (calc-describe-key):
21117 * emulation/edt.el (edt-electric-helpify):
21118 * international/mule-diag.el (mule-diag):
21119 * play/yow.el (apropos-zippy):
21120 * progmodes/python.el (python-describe-symbol):
21121 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21122 * textmodes/table.el (*table--cell-describe-mode)
21123 (*table--cell-describe-bindings):
21124 Use help-print-return-message rather than the now obsolete alias.
21125
a8ab722f 21126 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
21127 (calendar-cursor-to-visible-date):
21128 * play/5x5.el (5x5-position-cursor):
21129 * play/decipher.el (decipher):
21130 * play/gomoku.el (gomoku-goto-xy):
21131 * play/landmark.el (lm-goto-xy):
21132 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21133 (mpuz-paint-digit):
21134 Use forward-line, not goto-line.
a8ab722f 21135
d6261cc1
GM
21136 * mail/rmail.el (rmail-obsolete): Delete custom group.
21137 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21138 (rmail-remote-password, rmail-remote-password-required):
21139 Remove unneeded :set-after and :set properties.
21140
9e846523
MA
211412009-08-21 Michael Albinus <michael.albinus@gmx.de>
21142
21143 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21144
bbe1f502
DN
211452009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21146
bcc5db24
DN
21147 * loadup.el: Remove leftover macos code.
21148
bbe1f502
DN
21149 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21150 Explicitly pass the date format to git blame so that user local
21151 so that the output format can be parsed.
21152
6fd2d19a
MA
211532009-08-20 Michael Albinus <michael.albinus@gmx.de>
21154
21155 * net/dbus.el (top): Don't check for (getenv
21156 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21157
31764e15
SM
211582009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21159
21160 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 21161 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 21162
28930e39
SM
211632009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21164
4fd15622 21165 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 21166 Bug#3287.
4fd15622 21167
b3d8e4a0
SM
21168 * help.el (help-print-return-message): Rename from
21169 print-help-return-message.
21170
c9829c70
SM
21171 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21172 cvs-mode-map parent hack.
21173 (log-view-mode): Derive from special-mode.
21174
b932657b
SM
21175 * linum.el (linum-mode): window-size-change-functions is redundant.
21176 Adapt to new window-configuration-change-hook behavior.
21177 (linum-after-size, linum-after-config): Remove.
21178
1b700bca
SM
21179 * imenu.el (imenu-example--name-and-position)
21180 (imenu-example--lisp-extract-index-name)
21181 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21182 Mark as obsolete.
21183
28930e39
SM
21184 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21185 (inferior-prolog-mode): Use it.
21186 (inferior-prolog-load-file): Reset list of errors.
21187
c9af0b68
KH
211882009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21189
21190 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21191
21192 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21193
720c7cd6
MA
211942009-08-19 Michael Albinus <michael.albinus@gmx.de>
21195
21196 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21197 is running already.
21198
03a74b84
SM
211992009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21200
21201 * subr.el (listify-key-sequence-1): Use normal syntax since those
21202 integers are nowadays always represented by the same (positive) number
21203 on all platforms.
21204 (read-key-empty-map): New const.
21205 (read-key-delay): New var.
21206 (read-key): New function.
21207 (force-mode-line-update): Use with-current-buffer.
21208 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21209 (start-process-shell-command, start-file-process-shell-command):
21210 Discourage the use of command-args.
21211
f43e88d4
GM
212122009-08-19 Glenn Morris <rgm@gnu.org>
21213
21214 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21215
890429cc
SM
212162009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21217
85be9ec4
SM
21218 * simple.el (choose-completion-string): Don't rely on
21219 minibuffer-completing-file-name and ad-hoc checks to decide whether
21220 to continue completion or not.
21221
890429cc
SM
21222 * minibuffer.el (minibuffer-hide-completions): New function.
21223 (completion--do-completion): Use it.
21224 (completions-annotations): New face.
21225 (completion--insert-strings): Use it.
21226 (completion-pcm--delim-wild-regex): Add docstring.
21227 (completion-pcm--string->pattern): Add support for 0-width delimiters
21228 in completion-pcm--delim-wild-regex.
21229
265d4549
SM
212302009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21231
d440b941
SM
21232 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21233 Remove unused var `buffer-modified-p'.
21234
265d4549
SM
21235 * minibuffer.el (completion--do-completion): Move point for the #b001
21236 case as well (bug#4176).
21237 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21238
ba6f7d86
MA
212392009-08-18 Michael Albinus <michael.albinus@gmx.de>
21240
21241 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21242 and :session buses.
21243
98819490
KH
212442009-08-18 Kenichi Handa <handa@m17n.org>
21245
265d4549
SM
21246 * international/ucs-normalize.el (ucs-normalize-version):
21247 Change to 1.1.
58627cf0
KH
21248 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21249 (utf-8-hfs): Make it perform normalization on encoding too.
21250
98819490
KH
21251 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21252 (sentence-end-without-space): Delete duplicated chars.
21253 (sentence-end-base): Likewise.
e739cc85
KH
21254
21255 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21256 (html-mode): Delete duplicated chars from sentence-end-base.
21257
21258 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21259 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21260
645b9326
CY
212612009-08-17 Chong Yidong <cyd@stupidchicken.com>
21262
21263 * files.el (hack-one-local-variable): If the mode function is for
21264 a minor mode, pass it an argument (Bug#4148).
21265
56c195af
MA
212662009-08-17 Michael Albinus <michael.albinus@gmx.de>
21267
21268 * net/tramp.el (tramp-register-completion-file-name-handler):
21269 Check also for (member 'partial-completion completion-styles).
21270
7a55c78b
CY
212712009-08-16 Chong Yidong <cyd@stupidchicken.com>
21272
21273 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21274 abbrev (Bug#3943).
21275
be3e598a 212762009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21277
21278 * progmodes/cperl-mode.el: Merge upstream 6.2.
21279 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21280 (cperl-forward-re): Check cperl-brace-recursing.
21281 (cperl-highlight-charclass): New function.
21282 (cperl-find-pods-heres): Use it.
31cd2dd4 21283 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21284 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21285 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21286 (cperl-beautify-level): Don't process entire regexp.
21287 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21288 calling man.
21289 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21290 (cperl-init-faces): Build a list in the normal way.
21291
81b1f9c9
CY
212922009-08-16 Chong Yidong <cyd@stupidchicken.com>
21293
21294 * calendar/parse-time.el (parse-time-string-chars): Save match
21295 data.
21296
c3732cb8
SM
212972009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21298
55659495
SM
21299 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21300 (sql-product): Use it.
21301 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21302 (sql-set-product): Add completion.
21303 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21304 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21305 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21306 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21307 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21308 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21309 (sql-highlight-db2-keywords): Remove.
21310 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21311 (sql-highlight-product): Use derived-mode-p.
21312 (sql-set-sqli-buffer): Use with-current-buffer.
21313 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21314 Simplify.
21315
1ae79427
SM
21316 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21317
c3732cb8
SM
21318 * term.el: Fix commenting convention, turn comments into docstrings.
21319
f24b8bf3
CY
213202009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21321
21322 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21323
7b6fefac 213242009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21325
1200ac26 21326 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21327 character classes, to handle non-ascii characters (Bug#3190).
21328
213292009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21330
1abbe4e5
CY
21331 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21332 another heredoc if the user adds another < (Bug#3226).
21333
c3732cb8
SM
21334 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21335 Don't initialize based on window-system (Bug#4124).
19261da4 21336
daad00fc
CY
21337 * facemenu.el (facemenu-read-color): Use a completion function
21338 that accepts any defined color, such as RGB triplets (Bug#3677).
21339
e1bdde78
CY
21340 * files.el (get-free-disk-space): Change fallback default
21341 directory to /. Expand DIR argument before switching to fallback.
21342 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21343
9d73a99e
CY
213442009-08-15 Chong Yidong <cyd@stupidchicken.com>
21345
21346 * files.el (load-library): Doc fix.
21347
68b962d4 213482009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21349
953e0c1a 21350 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21351 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21352 incremental search string.
9d73a99e 21353
c3732cb8 21354 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21355 XEmacs.
9d73a99e 21356
c3732cb8
SM
21357 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21358 (ediff-merge-region-is-non-clash)
21359 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21360 Also check if the job is really a merge job.
9d73a99e 21361
c3732cb8 21362 * ediff.el (ediff-current-file): New function.
9d73a99e 21363
2e330adc
CY
213642009-08-15 Chong Yidong <cyd@stupidchicken.com>
21365
21366 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21367 conventions.
c3732cb8 21368 (js-insert-and-indent): Delete function.
2e330adc
CY
21369 (js-mode-map): Don't bind keys to js-insert-and-indent.
21370 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21371 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21372 (js-auto-indent-flag): Delete variable.
2e330adc 21373
17b5d0f7
CY
213742009-08-14 Chong Yidong <cyd@stupidchicken.com>
21375
c3732cb8
SM
21376 * progmodes/js.el: Remove proclaim statement.
21377 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21378
ba2d8894
CY
21379 * files.el (auto-mode-alist): Use js-mode for .js files.
21380
c3732cb8 21381 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21382
21383 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21384
21385 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21386
c3732cb8 21387 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21388
213892009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21390 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21391
21392 * progmodes/js.el: New file.
21393
b6377f1d
MH
213942009-08-14 Mark A. Hershberger <mah@everybody.org>
21395
21396 * timezone.el (timezone-parse-date): Add ability to understand ISO
21397 basic format (minimal separators) dates in addition to the
21398 already-supported extended format dates.
21399
bc0eef46
EZ
214002009-08-14 Eli Zaretskii <eliz@gnu.org>
21401
4e021e65
EZ
21402 * international/ucs-normalize.el: Add a `coding' file variable.
21403
bc0eef46
EZ
21404 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21405
53dab179
SS
214062009-08-14 Sam Steingold <sds@gnu.org>
21407
6801c38a 21408 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21409
6c58c39c
CY
214102009-08-13 Chong Yidong <cyd@stupidchicken.com>
21411
21412 * faces.el (help-argument-name): Define it here instead of
21413 help-fns.el, because in daemon mode help-fns.el may be loaded when
21414 faces are still uninitialized (Bug#1078).
21415
21416 * help-fns.el (help-argument-name): Move defface to faces.el.
21417
c7baf7e9
NR
214182009-08-13 Nick Roberts <nickrob@snap.net.nz>
21419
21420 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21421 create buffer with a pty but no process so that GDB can make the
21422 inferior the controlling process.
21423
9c40e995 214242009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21425
21426 * international/ucs-normalize.el: New file.
21427
8cdba32b
RS
214282009-08-13 Richard Stallman <rms@gnu.org>
21429
5c950923
RS
21430 * mail/rmail.el (rmail-get-attr-names):
21431 Accept an attribute header that is too short.
21432
76e1e40b
RS
21433 * mail/rmail.el (rmail-forget-messages):
21434 Ignore nil elt in rmail-message-vector. Use dotimes.
21435
1fc01b08
RS
21436 * progmodes/compile.el (compilation-goto-locus):
21437 Use next-error-move-function.
21438
8cdba32b
RS
21439 * simple.el (next-error-move-function): New variable.
21440
99910cf4
JL
214412009-08-12 Juri Linkov <juri@jurta.org>
21442
21443 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21444 always non-nil. (Bug#4052)
21445
21446 * replace.el (read-regexp): Return empty string when
21447 `default-value' is nil.
21448 (keep-lines-read-args): Don't use empty string as the
21449 default value for `read-regexp'. (Bug#2495)
21450
fc5bdf6c
JL
214512009-08-12 Juri Linkov <juri@jurta.org>
21452
21453 * international/mule-cmds.el (ucs-insert): Change arguments
21454 from `arg' to `character', `count', `inherit' to be the same
21455 as in `insert-char'. Doc fix. (Bug#4039)
21456
21457 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21458
77748848
JL
214592009-08-12 Juri Linkov <juri@jurta.org>
21460
21461 * files-x.el: New file.
21462
21463 * files.el: Move code that deals with adding/deleting
21464 file/directory-local variables to files-x.el.
21465
21466 * Makefile.in (ELCFILES): Add files-x.elc.
21467
c8a44c4e
DD
214682009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21469
27a9fd5a
DD
21470 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21471 to use `goto-line'.
21472 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21473 `goto-line'.
21474 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21475 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21476 threads list.
107ef54a 21477 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21478 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21479 (gdb-stopped): ...here so it's sent when first thread stops.
21480 (gdb-registers-handler-custom): Do nothing if register names are
21481 unknown yet.
27a9fd5a 21482
c8a44c4e
DD
21483 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21484 from `gdb-mi.el' to avoid extra tangling.
21485
21486 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21487 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21488 (gdb-update-gud-running): No extra fuss for updating frame number.
21489
dfd4e693
SM
214902009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21491
51c4341f
SM
21492 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21493 (describe-language-environment-map, setup-language-environment-map)
21494 (set-coding-system-map): Move initialization into declaration.
21495 (set-language-info-alist): Last arg to define-key-after can be skipped.
21496
21497 * international/quail.el (quail-completion-1): Simplify.
21498 (quail-define-rules): Use slightly more compact code.
21499 (quail-insert-decode-map): Propertize keys, compact columns.
21500
dfd4e693
SM
21501 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21502 Add goto-line.
21503
83326559
MB
215042009-08-10 Miles Bader <miles@gnu.org>
21505
21506 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21507 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21508 (js2-instance-member, js2-private-member, js2-private-function-call)
21509 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21510 (js2-magic-paren, js2-external-variable):
21511 Remove "-face" suffix from face names.
21512 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21513 (js2-highlight-undeclared-vars, js2-peek-token)
21514 (js2-parse-function-params, js2-mode-show-errors)
21515 (js2-mode-show-warnings, js2-make-magic-delimiter)
21516 (js2-mode-highlight-magic-parens): Update to use new face names.
21517
8e754ea2
MA
215182009-08-09 Michael Albinus <michael.albinus@gmx.de>
21519
21520 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21521 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21522
1c292fc7
CY
215232009-08-09 Chong Yidong <cyd@stupidchicken.com>
21524
18d433a7
CY
21525 * subr.el: Provide hashtable-print-readable.
21526
1c292fc7
CY
21527 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21528 hs-c-like-adjust-block-beginning.
21529 (hs-hide-block-at-point): Stop hiding at the beginning of
21530 hs-block-end-regexp (Bug#700).
21531
2db0ae07
DD
215322009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21533
21534 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21535 a macro.
21536 (gdb-registers-handler-custom): Do not fail when register names
21537 are unavailable.
21538
fe4740a6
DD
215392009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21540
21541 * progmodes/gdb-mi.el (gdb-control-all-threads)
21542 (gdb-control-current-thread): Interactive setters for
21543 `gdb-gud-control-all-threads' to use in menu.
21544 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21545 (gud-tool-bar-map): Add non-stop/A,T indicator.
21546 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21547
ce299d55
CY
215482009-08-08 Yoni Rabkin <yoni@rabkins.net>
21549
21550 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21551 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21552 (net-utils-mode): New mode for viewing diagnostic network output.
21553 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21554 (net-utils-run-simple): New function.
21555 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21556
7c4654ad
DD
215572009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21558
21559 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21560 (gdb-memory-set-address, def-gdb-set-positive-number)
21561 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21562 after changing settings.
21563 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21564 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21565 (gdb-registers-handler-custom): Print registers in right order and
21566 allow changing register values (only for current thread yet).
9cbac26b
DD
21567 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21568 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21569 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21570 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21571 Thread info in mode name.
9cbac26b 21572 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21573
0f25a277
EZ
215742009-08-08 Eli Zaretskii <eliz@gnu.org>
21575
21576 * mail/rmail.el (rmail-add-mbox-headers)
21577 (rmail-set-message-counters-counter): Search for
21578 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21579
b971be60
GM
215802009-08-08 Glenn Morris <rgm@gnu.org>
21581
21582 * Makefile.in (ELCFILES): Update.
21583
a35d3ad8
EZ
215842009-08-07 Eli Zaretskii <eliz@gnu.org>
21585
6a7662bb
BR
21586 * mail/sendmail.el (mail-yank-original):
21587 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21588 text is yanked.
21589
8b0bcc2e
EZ
21590 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21591 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21592 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21593 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21594 (calc-graph-init): Don't send -display and -geometry to
21595 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21596 running "pgnuplot -V" with shell-command-to-string.
21597
21598 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21599 the default.
21600
216012009-08-07 Eli Zaretskii <eliz@gnu.org>
21602
21603 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21604 org/org-latex.elc.
21605
3bca7ca5
DN
216062009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21607
3c53763c
DN
21608 * vc-dispatcher.el (vc-resynch-window): Update comment.
21609
3bca7ca5
DN
21610 * term.el (term-handle-ansi-escape): Add comments with the
21611 terminfo capabilities implemented.
21612
7b217360
DD
216132009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21614
5f9d345c 21615 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21616 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21617 (gdb-propertize-header): Move earlier.
21618 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21619 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21620 Refresh disassembly buffers only after threads list have been
21621 update.
21622 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21623 variables.
21624
b4d84ecf
JL
216252009-08-04 Juri Linkov <juri@jurta.org>
21626
21627 * files.el: Commands to add/delete file/directory-local variables.
21628 (read-file-local-variable, read-file-local-variable-value)
21629 (read-file-local-variable-mode, modify-file-local-variable)
21630 (modify-file-local-variable-prop-line)
21631 (modify-dir-local-variable): New functions.
21632 (add-file-local-variable, delete-file-local-variable)
21633 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21634 (add-dir-local-variable, delete-dir-local-variable)
21635 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21636 (copy-dir-locals-to-file-locals-prop-line): New commands.
21637
42da39c1
CY
216382009-08-04 Chong Yidong <cyd@stupidchicken.com>
21639
21640 * abbrev.el (insert-abbrev-table-description): Prettify output.
21641 Suggested by Karl Chen.
21642
98bf8494
DD
216432009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21644
78b9fb28 21645 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21646 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21647 (gdb-overlay-arrow-position, gdb-thread-position)
21648 (gdb-disassembly-position): Declare variables.
21649 (gdb-wait-for-pending): Function now.
21650 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21651 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21652 compilation goes smoothly.
21653 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21654 (gdb-non-stop-setting): New customization setting which replaces
21655 `gdb-non-stop' so changing it doesn't break active GDB session.
21656 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21657 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21658 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21659 (gdb-show-threads-by-default): New customization options.
21660 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21661 routines.
21662 (gdb-get-buffer-create): Send buffers update signal when they are
21663 created.
21664 (gdb-invalidate-locals, gdb-invalidate-registers)
21665 (gdb-invalidate-breakpoints)
21666 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21667 (gdb-invalidate-memory): Accept update signal.
21668 (gdb-current-context-command): Use --frame option.
21669 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21670 Implement `gdb-frame-number' selection logic.
21671 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21672 whether to show GUD toolbar buttons.
21673 (gdb-thread-exited): Unselect current thread when it exits.
21674 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21675 (gdb-mark-line): Routine which sets overlay arrow or inverses
21676 video on fringeless displays.
21677 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21678 to build aligned columns of data in GDB buffers and set text
21679 properties line-by-line.
21680 (gdb-invalidate-breakpoints)
21681 (gdb-breakpoints-list-handler-custom)
21682 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21683 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21684 (gdb-registers-handler-custom): Align data columns.
21685 (gdb-locals-handler-custom): Now prints data like in variable
21686 declarations.
21687 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21688 Remove confusing buttons.
78b9fb28
DD
21689 (gdb-invalidate-threads): Append --frame.
21690 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21691 between breakpoints/threads buffers.
21692 (gdb-set-window-buffer): Now can ignore dedicated windows.
21693 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21694 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21695 (def-gdb-thread-buffer-gud-command): Replaces
21696 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21697 for fine thread control.
21698 (gdb-preempt-existing-or-display-buffer): New function used to
21699 display bound buffers without breaking window layout.
21700 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21701 (gdb-select-frame): New version of `gdb-frames-select' which now
21702 sets `gdb-frame-number' so commands may use --frame option instead
21703 of inner debugger state.
21704 (gdb-frame-handler): Do not set `gdb-frame-number'.
21705 (gdb-threads-mode-map): Select threads with mouse.
21706
21707 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21708 avoid compilation warning.
21709 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21710 `gdb-show-stop-p`.
21711
566f3909
DD
21712 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21713 Argument `key' renamed to `buffer-type'.
21714 (gdb-current-context-buffer-name): Do not add thread info to
21715 buffer name when no thread is selected.
21716 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21717 command (bug 3794).
21718 (gdb-thread-selected): Handle `=thread-selected' notification.
21719 (gdb-wait-for-pending): New macro to deal with congestion problems.
21720 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21721 breakpoints.
7b6fefac
JB
21722 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21723 This fixes problem similar to one described in bug 3947.
566f3909
DD
21724 (gud-menu-map): More menu items.
21725 (gdb-init-1): Reset `gdb-thread-number' to nil.
21726
4a31122c
DD
21727 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21728 non-stop settings.
21729
21730 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21731 (gdb-current-context-command): Do not append --thread if
21732 `gdb-thread-number' is nil.
6a7662bb
BR
21733 (gdb-running-threads-count, gdb-stopped-threads-count):
21734 New variables.
4a31122c 21735 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21736 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21737 New customization options.
4a31122c
DD
21738 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21739 GUD commands.
7b6fefac 21740 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21741 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21742 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21743 set `gdb-thread-number' and update `gud-running' properly.
21744 (gdb-running): Update threads list when new threads appear.
21745 (gdb-stopped): Support non-stop operation and new thread switching
21746 logic.
21747 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21748 (gdb-json-partial-output): New set of JSON routines.
21749 (def-gdb-auto-update-trigger): New `signal-list' optional
21750 argument.
21751 (gdb-thread-list-handler-custom): Update `gud-running',
21752 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21753 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21754 (gdb-continue-thread, gdb-step-thread): New commands for fine
21755 thread execution control.
21756 (gud-menu-map): New menu items to switch non-stop options.
21757 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21758 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21759
21760 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21761 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21762 gdb-buffer-rules.
21763 (def-gdb-auto-update-handler): New nopreserve optional argument.
21764 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21765
88b5a757 21766 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21767 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21768 (gdb-parent-mode): New mode to derive other GDB modes from.
21769 (gdb-display-disassembly-for-thread)
21770 (gdb-frame-disassembly-for-thread): New commands for threads
21771 buffer.
21772
21773 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21774 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21775 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21776 (gdb-update): We now store all GDB buffers in a list so that they
21777 can be updated by traversing a list instead of calling invalidate
7b6fefac 21778 triggers explicitly.
a5c9f540
DD
21779 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21780 pair for GDB buffer.
21781 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21782 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21783 handle pending triggers.
21784 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21785 (def-gdb-thread-buffer-simple-command)
21786 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21787 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21788 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21789 New commands which show buffers bound to thread.
88b5a757 21790 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21791
7b6fefac
JB
21792 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21793 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21794 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21795 to (gud-comint-buffer) in *-buffer-name functions
21796 because (gdb-get-target-string) already does that.
21797 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21798 (gdb-changed-registers-handler): Rewritten without regexps.
21799
ba214964 21800 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21801 (gdb-thread-number): New variable.
21802 (gdb-current-context-command): New macro which adds --thread
21803 option to command.
7b6fefac 21804 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21805 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21806 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21807 (gdb-select-thread): New command which selects current thread.
21808 (gdb-invalidate-frames, gdb-invalidate-locals)
21809 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21810
2ac33804
MA
218112009-08-04 Michael Albinus <michael.albinus@gmx.de>
21812
21813 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21814 robust. (Bug#3977)
2ac33804
MA
21815 (tramp-handle-insert-file-contents): `unwind-protect' must be
21816 inside `with-parsed-tramp-file-name'.
21817
21818 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21819 fails.
21820
39d0296f
NR
218212009-08-03 Nick Roberts <nickrob@snap.net.nz>
21822
21823 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21824 directory if CLASSPATH is not set.
21825
adcbca53
MA
218262009-08-03 Michael Albinus <michael.albinus@gmx.de>
21827
7b6fefac
JB
21828 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21829 New defconst.
7ef849b6 21830 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21831
30924b0b
CY
218322009-08-02 Kevin Ryde <user42@zip.com.au>
21833
7b6fefac
JB
21834 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21835 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21836
b6ce92f1
CY
218372009-08-02 Chong Yidong <cyd@stupidchicken.com>
21838
d977a092
CY
21839 * select.el (x-set-selection): Doc fix (Bug#4021).
21840
21841 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21842
b6ce92f1
CY
21843 * help-fns.el (describe-variable): Treat list return values from
21844 dir-locals-find-file properly (Bug#4005).
21845
7b6fefac 218462009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21847
21848 * net/tramp.el (tramp-debug-message): Print also microseconds.
21849
218502009-08-02 Michael Albinus <michael.albinus@gmx.de>
21851
21852 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21853 or END is non-nil.
21854 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21855 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21856 format.
21857
5ce6e4f4 21858 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21859 (tramp-get-file-property): Use it.
21860
6a7662bb
BR
21861 * autorevert.el (auto-revert-handler):
21862 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21863
2aafe808
JR
218642009-08-02 Jason Rumney <jasonr@gnu.org>
21865
21866 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21867 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21868
e094097c
CY
218692009-08-02 Chong Yidong <cyd@stupidchicken.com>
21870
21871 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21872 (font-lock-variable-name-face, font-lock-constant-face):
21873 Darken the colors for light backgrounds.
e094097c 21874
de94f281
EZ
218752009-08-01 Eli Zaretskii <eliz@gnu.org>
21876
21877 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21878 month names. (Bug#3987)
21879
54b99340
CY
218802009-07-31 Chong Yidong <cyd@stupidchicken.com>
21881
21882 * simple.el (line-move-finish): Pass whole number to
21883 line-move-to-column.
34be836c 21884 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21885
38216c30
JB
218862009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21887
21888 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21889
c779896d
CY
218902009-07-29 Alan Mackenzie <acm@muc.de>
21891
21892 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21893
592ccae0
DD
218942009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21895
35edc6c6
DD
21896 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21897 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21898
5a9e3ab7
JB
218992009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21900
21901 * calc/calc.el (calc-mode-map): Add keybinding for
21902 `calc-transpose-lines'.
21903
7b6fefac 219042009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21905
21906 * calc/calc-misc.el (calc-transpose-lines): New function.
21907
905fb90e
MA
219082009-07-28 Michael Albinus <michael.albinus@gmx.de>
21909
21910 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21911 Simplify check for out-of-band methods.
21912 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21913 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21914
76e14464
DN
219152009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21916
21917 * vc-git.el (vc-git-checkin): Fix typo.
21918
6088b51f 219192009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21920
21921 * progmodes/js2-mode.el: New file.
21922
b85157fe
NR
219232009-07-28 Nick Roberts <nickrob@snap.net.nz>
21924
21925 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21926 (gud-menu-map): Adjust tooltip accordingly.
21927
d43c2b06
DN
219282009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21929
1c0f0c3b
DN
21930 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21931 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21932
d43c2b06
DN
21933 * add-log.el (change-log-mode-map): Add a menu.
21934
3dec5c36
MA
219352009-07-27 Michael Albinus <michael.albinus@gmx.de>
21936
21937 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21938 function returns nil.
21939 (dbus-handle-event): Handle special return value :ignore.
21940 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21941
5704140c
CY
219422009-07-26 Chong Yidong <cyd@stupidchicken.com>
21943
21944 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21945 it's not needed.
21946
3077d1f6
EZ
219472009-07-25 Eli Zaretskii <eliz@gnu.org>
21948
21949 Fix Bug#3888:
21950
21951 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21952
21953 * term/pc-win.el (x-display-name, x-colors)
21954 (x-select-enable-clipboard, x-select-text): Doc fix.
21955
21956 * term/common-win.el (x-display-name, x-colors): Doc fix.
21957
21958 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21959 (xw-defined-colors): Doc fix.
21960
21961 * w32-fns.el (x-select-text, x-setup-function-keys)
21962 (x-get-selection, x-set-selection): Doc fix.
21963
21964 * term/x-win.el (x-select-text, x-setup-function-keys)
21965 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21966
21967 * select.el (x-set-selection): Doc fix.
21968
51768bc8
MA
219692009-07-25 Michael Albinus <michael.albinus@gmx.de>
21970
21971 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21972 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21973 "IsNSSSupportAvailable" method is not available.
21974 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21975
b11c2874
KH
219762009-07-24 Kenichi Handa <handa@m17n.org>
21977
21978 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21979 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21980 (build-unicode-category-table): Fix range checks.
21981
ba83b7b6
DN
219822009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21983
21984 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21985 the buffer we try to sync is current when calling
21986 vc-resynch-buffer.
21987
21988 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21989 not show up to date files.
21990
7a8ae964
GM
219912009-07-24 Glenn Morris <rgm@gnu.org>
21992
21993 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21994 Add autoload cookies. If necessary, initialize.
21995 (elint-log): Handle non-file buffers.
21996 (elint-initialize): Add optional argument to reinitialize.
21997 (elint-find-builtin-variables): Save excursion.
21998
a707eb05
DN
219992009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22000
22001 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22002 for Lint.
22003
0a2ddfa6
DN
220042009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22005
d6a62b0d
DN
22006 * vc.el (vc-print-log-internal): New function, split out from ...
22007 (vc-print-log): ... here.
10b5dcad 22008 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 22009
0a2ddfa6
DN
22010 * vc-git.el (vc-git-add-signoff): New variable.
22011 (vc-git-checkin): Use it.
22012 (vc-git-toggle-signoff): New function.
22013 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
22014 (vc-git--run-command-string): Accept a nil FILE argument.
22015 (vc-git-stash-list): New function.
22016 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 22017
589a99f2
GM
220182009-07-23 Glenn Morris <rgm@gnu.org>
22019
22020 * help-fns.el (describe-variable): Describe ignored and risky local
22021 variables in a similar way to that in which we describe safe ones.
22022
22023 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22024 (byte-compile-output-file-form, byte-compile-output-docform)
22025 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22026 Give some more local variables with common names a "bytecomp-" prefix,
22027 so as not to shadow things during compilation.
22028 * emacs-lisp/cl-macs.el (load-time-value)
22029 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22030 `outbuffer' to `bytecomp-outbuffer'.
22031
22032 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22033 since the next two variables cover them automatically now.
22034 (elint-builtin-variables, elint-autoloaded-variables): New.
22035 (elint-unknown-builtin-args): Remove all members, since they can be
22036 parsed automatically now.
22037 (elint-extra-errors): New.
22038 (elint-env-add-env, elint-env-add-macro): Use cadr.
22039 (elint-current-buffer): Use or. Change final message.
22040 (elint-get-top-forms): Use line-end-position.
22041 (elint-init-env): Use cadr. Handle autoload, declare-function,
22042 and defalias.
22043 (elint-add-required-env): Doc fix. Use or. Standardize error.
22044 (regexp-assoc): Remove unused function.
22045 (elint-top-form): Set elint-current-pos, to record the start of the
22046 top-level form, for compilation-mode.
22047 (elint-form): Trap errors in macro expansion. Use dolist.
22048 (elint-unbound-variable): Use elint-builtin-variables and
22049 elint-autoloaded-variables.
22050 (elint-get-args): Use cadr, or.
22051 (elint-check-cond-form): Use dolist, cadr.
22052 (elint-check-condition-case-form): Doc fix. Use cadr.
22053 Use elint-extra-errors.
22054 (elint-log): New function.
22055 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22056 Distinguish errors and warnings.
22057 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22058 Use a bytecomp-style format.
22059 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22060 (elint-get-log-buffer): Use compilation mode. Disable undo.
22061 Don't truncate lines.
22062 (elint-initialize): Set builtin and autoloaded variable lists.
22063 Only process elint-unknown-builtin-args if non-nil.
22064 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22065 New functions.
22066 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22067
855b42a2
GM
220682009-07-22 Kevin Ryde <user42@zip.com.au>
22069
22070 * net/newst-backend.el (newsticker--parse-atom-1.0)
22071 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22072 (newsticker--parse-rss-1.0):
22073 * progmodes/idlwave.el (idlwave-mode):
22074 * progmodes/idlw-shell.el (idlwave-shell-mode):
22075 * progmodes/vera-mode.el (vera-mode):
22076 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22077 * progmodes/vhdl-mode.el (vhdl-mode):
22078 * textmodes/table.el (table-generate-source)
22079 (table--warn-incompatibility):
22080 Hyperlink urls in docstrings with URL `...'.
22081
fd413a37
GM
220822009-07-22 Glenn Morris <rgm@gnu.org>
22083
cb711556
GM
22084 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22085 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22086 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22087 Remove leading * from defcustom docs.
22088
fd413a37
GM
22089 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22090
22091 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22092 defcustom doc.
22093 (list-load-path-shadows): Optionally, just return shadows as a string.
22094
22095 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22096
a4f69701
CY
220972009-07-21 Chong Yidong <cyd@stupidchicken.com>
22098
6a7662bb
BR
22099 * mail/rmailedit.el (rmail-edit-mode):
22100 Use auto-save-include-big-deletions.
a4f69701 22101
6a7662bb
BR
22102 * mail/rmail.el (rmail-variables):
22103 Use auto-save-include-big-deletions.
a4f69701
CY
22104
22105 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22106 changes.
22107
ec06459c
JB
221082009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22109
22110 * calc/calc.el (calc-undo-length): New variable.
22111 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22112
b41b0976
RS
221132009-07-21 Richard Stallman <rms@gnu.org>
22114
22115 * files.el (auto-save-mode): Handle buffer-save-size = -2
22116 for toggling mode.
22117
4ed32706
GM
221182009-07-21 Glenn Morris <rgm@gnu.org>
22119
531b1264
GM
22120 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22121
55d27f41
GM
22122 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22123
02df3f4d
GM
22124 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22125 silence compiler. Instead...
22126 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22127 (ps-print-ensure-fontified): Update for above function name changes.
22128
fdd8417e
GM
22129 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22130 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22131 silence compiler. Instead...
22132 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22133 (mh-show-buffer): Only define for compiler.
22134 (pr-mh-current-message): Update for above function name changes.
22135
4ed32706
GM
22136 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22137 as an argument.
22138 (find-file-noselect, insert-file-1): Update for above change.
22139
22140 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22141
22142 * mail/mailclient.el (mailclient-send-it): Fix message.
22143
22144 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22145 (edebug-eval): Check cl-debug-env is bound.
22146 (print-level, print-circle): Don't redefine built-in variables.
22147
22148 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22149 (custom-print-vectors): Remove old comments from doc.
22150
22151 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22152 (emerge-version): Make the variable an obsolete alias for the
22153 emacs-version variable. Make the function obsolete.
22154 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22155 Emerge options, rather than merging in into the main Options menu.
22156 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22157 and auto advance modes. Disable edit/fast items when not relevant.
22158
86812144
CY
221592009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22160
22161 * term/vt420.el (terminal-init-vt420): Fix typo.
22162
6bb90094
SS
221632009-07-20 Sam Steingold <sds@gnu.org>
22164
22165 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22166 variable (removed from compile.el on 2004-03-11).
22167
42e0a725
CY
221682009-07-20 Chong Yidong <cyd@stupidchicken.com>
22169
22170 * files.el (hack-local-variables-filter): Fix last change.
22171
2ee20f24
JL
221722009-07-19 Juri Linkov <juri@jurta.org>
22173
22174 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22175 (dir-local-variables-alist): New buffer-local variable.
22176 (hack-local-variables-filter): If variable is not dir-local,
22177 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22178 because file-local overrides dir-local.
3570691b 22179 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
22180 Remove obsolete declaration.
22181 (hack-dir-local-variables): Add dir-local variable/value pair to
22182 `dir-local-variables-alist' and remove duplicates. Doc fix.
22183
22184 * help-fns.el (describe-variable): Add information about
22185 file-local and dir-local variables.
22186
89bf83cd
CY
221872009-07-19 Chong Yidong <cyd@stupidchicken.com>
22188
22189 * files.el (hack-local-variables-filter): Rewrite.
22190
1a8d3541
GM
221912009-07-19 Glenn Morris <rgm@gnu.org>
22192
d9e8a018
GM
22193 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22194 Silence compiler by only defining on XEmacs.
22195
da332cfb
GM
22196 * international/mule.el (auto-coding-regexp-alist): Only match
22197 BABYL... at the start of buffer, not of lines. (Bug#3790)
22198
1a8d3541
GM
22199 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22200 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22201 (cal-menu-context-mouse-menu): Doc fix.
22202
22203 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22204
22205 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22206
d842b103
JL
222072009-07-18 Juri Linkov <juri@jurta.org>
22208
22209 * info.el: Virtual Info keyword finder.
3570691b 22210 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22211 (Info-finder-file): New variable.
22212 (Info-finder-find-file): New function.
22213 (finder-known-keywords, finder-package-info)
22214 (find-library-name, lm-commentary): Use defvar and
22215 declare-function to silence compiler warnings.
22216 (Info-finder-find-node): New function.
22217 (info-finder): New command.
22218
22219 * subr.el (process-kill-buffer-query-function): New function.
22220 (add-hook)<kill-buffer-query-functions>: Add hook
22221 `process-kill-buffer-query-function'.
22222
10d37df7
AM
222232009-07-18 Alan Mackenzie <acm@muc.de>
22224
7b6fefac 22225 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22226 (c-postprocess-file-styles): Give invocation of `c-set-style'
22227 DONT-OVERRIDE parameter of t. Already set style variables will
22228 thus not be overridden by style settings given by `c-file-syle'.
22229
22230 * files.el (hack-local-variables-filter): Remove entries with
22231 duplicate keys from `file-local-variables-alist'.
22232
102e1a41
EZ
222332009-07-18 Eli Zaretskii <eliz@gnu.org>
22234
22235 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22236 x-set-selection if display-selections-p returns nil for the
22237 current frame.
22238
16f2e9fc
CY
222392009-07-18 Chong Yidong <cyd@stupidchicken.com>
22240
22241 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22242
f22693fc
EZ
222432009-07-18 Eli Zaretskii <eliz@gnu.org>
22244
a6c2c80c
EZ
22245 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22246 Accept nil in addition to a regexp.
22247 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22248 Accept nil in addition to a regexp.
22249 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22250 buffers that have an associated file. Handle nil values of
22251 desktop-buffers-not-to-save and desktop-files-not-to-save.
22252 (Bug#3833)
22253
f22693fc
EZ
22254 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22255 (x-disown-selection-internal): New functions.
22256
e456379a
NR
222572009-07-18 Nick Roberts <nickrob@snap.net.nz>
22258
22259 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22260 warning.
22261 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22262 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22263
0013b70f
CY
222642009-07-18 David De La Harpe Golden <david@harpegolden.net>
22265
22266 * simple.el (set-mark): Revert last change.
22267
0855c2ca
CY
222682009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22269
22270 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22271 rendering of pngs is not possible instead of messaging a long
22272 description.
22273
3f5c9cad
CY
222742009-07-17 David De La Harpe Golden <david@harpegolden.net>
22275
22276 * w32-fns.el (x-selection-owner-p): New function.
22277
22278 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22279 (mouse-yank-at-click, mouse-yank-primary):
22280 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22281 insertion.
3f5c9cad
CY
22282
22283 * simple.el (deactivate-mark, set-mark): Only save selection if we
22284 own it.
22285
1fc87f9b
KH
222862009-07-17 Kenichi Handa <handa@m17n.org>
22287
22288 * case-table.el (describe-buffer-case-table): Fix for the case
22289 that KEY is a cons.
22290
d56fdcd2
DN
222912009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22292
22293 * vc-rcs.el (vc-rcs-find-file-hook):
22294 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22295
bede3e9f
MA
222962009-07-16 Michael Albinus <michael.albinus@gmx.de>
22297
22298 * net/tramp.el (tramp-wait-for-output): Handle the case when
22299 commands do not return a newline but a null byte before the shell
22300 prompt. (Bug#3858)
22301
7653ca1d
YM
223022009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22303
22304 * term/ns-win.el (ns-set-alpha): Don't declare.
22305 (ns-set-background-alpha): Remove function.
22306
ed2a52e9
SM
223072009-07-16 Kevin Ryde <user42@zip.com.au>
22308
22309 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22310 y-or-n-p, for safety.
22311
7a907299
RS
223122009-07-16 Richard Stallman <rms@gnu.org>
22313
22314 * files.el (auto-save-mode): If buffer-saved-size is -2,
22315 don't clobber it.
22316
22317 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22318 (rmail-retry-ignored-headers): Add more uninteresting fields.
22319
c0db3477
CY
223202009-07-15 Jari Aalto <jari.aalto@cante.net>
22321
22322 * net/rcirc.el (rcirc): Use history variables.
22323 (rcirc-server-name-history, rcirc-nick-name-history)
22324 (rcirc-server-port-history): New variables.
22325
6c875452
KH
223262009-07-15 Kenichi Handa <handa@m17n.org>
22327
bf974dc9
KH
22328 * international/mule-cmds.el (set-language-environment-charset):
22329 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22330 ignore them.
22331
6c875452
KH
22332 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22333 Delete unibyte-display.
22334
2066b4fe
CY
223352009-07-15 Chong Yidong <cyd@stupidchicken.com>
22336
22337 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22338
f9be2e35
CY
223392009-07-15 Chong Yidong <cyd@stupidchicken.com>
22340
22341 * simple.el (deactivate-mark): Optional argument FORCE.
22342 (set-mark): Use deactivate-mark.
22343
22344 * info.el (Info-search): No need to check transient-mark-mode
22345 before calling deactivate-mark.
22346
22347 * select.el (x-set-selection): Doc fix.
22348 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22349 (xselect--selection-bounds): Handle buffer values.
22350 Suggested by David De La Harpe Golden.
f9be2e35 22351
6a7662bb
BR
22352 * mouse.el (mouse-set-region, mouse-drag-track):
22353 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22354 select-active-regions work.
22355
be3e598a 223562009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22357
22358 * simple.el (deactivate-mark): If select-active-regions is
22359 non-nil, copy the selection data into a string.
22360 (activate-mark): If select-active-regions is non-nil, set the
22361 selection to the current buffer.
22362 (set-mark): Update selection if select-active-regions is non-nil.
22363
22364 * select.el (x-valid-simple-selection-p): Allow buffer values.
22365
cbd61418
SM
223662009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22367
22368 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22369 and more featureful message-mode.
22370
f470187f
CY
223712009-07-14 Chong Yidong <cyd@stupidchicken.com>
22372
22373 * select.el (x-set-selection): Doc fix.
22374 (x-valid-simple-selection-p): Disallow selection data consisting
22375 of a list or cons of integers, since that is not used.
22376 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22377 (xselect-convert-to-string, xselect-convert-to-length)
22378 (xselect-convert-to-filename, xselect-convert-to-charpos)
22379 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22380
bfc99364
DD
223812009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22382
22383 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22384 output in -break-info command (Emacs bug #3794).
22385
e32721f5
GM
223862009-07-14 Glenn Morris <rgm@gnu.org>
22387
1e46f9e4
GM
22388 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22389 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22390 (edebug-print-length, edebug-print-level, edebug-print-circle)
22391 (edebug-sit-for-seconds, edebug-view-outside)
22392 (edebug-bounce-point, edebug-set-global-break-condition)
22393 (edebug-Go-nonstop-mode, edebug-trace-mode)
22394 (edebug-Trace-fast-mode, edebug-continue-mode)
22395 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22396 (edebug-visit-eval-list): Doc fixes.
22397
e32721f5
GM
22398 * subr.el (def-edebug-spec): Doc fix.
22399
66a85e76
KH
224002009-07-14 Kenichi Handa <handa@m17n.org>
22401
22402 * international/characters.el: Fix setting of category ?C.
22403
28571246
JD
224042009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22405
7b6fefac 22406 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22407 ns-popup-font-panel instead of generate-fontset-menu.
22408
5d74672c
EZ
224092009-07-12 Eli Zaretskii <eliz@gnu.org>
22410
7b6fefac 22411 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22412
eb1727a4
CY
224132009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22414
22415 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22416 the PK\003\004 header (Bug#3770).
22417
208384c5
CY
224182009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22419
22420 * pcomplete.el (pcomplete-comint-setup): Check for
22421 shell-dynamic-complete-filename too.
22422
774409a1
CY
224232009-07-11 Chong Yidong <cyd@stupidchicken.com>
22424
22425 * simple.el (temporary-goal-column): Change the value for
22426 line-move-visual to a cons cell.
22427 (line-move-visual): Record or set the window hscroll, if
22428 necessary (Bug#3494).
22429 (line-move-1): Handle cons value of temporary-goal-column.
22430
1639ee1d
KH
224312009-07-11 Kenichi Handa <handa@m17n.org>
22432
22433 * international/mule-diag.el (describe-character-set): Don't show
22434 width.
22435
2b1d2412
SS
224362009-07-10 Sam Steingold <sds@gnu.org>
22437
22438 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22439 Omake sometimes indents the errors it prints, so allow all
22440 regexps to start with spaces.
22441
ed3a5691
EZ
224422009-07-10 Eli Zaretskii <eliz@gnu.org>
22443
ed2a52e9
SM
22444 * cus-edit.el (customize-changed-options-previous-release):
22445 Bump value to 22.1. (Bug#3804)
ed3a5691 22446
49405d0e
SS
224472009-07-08 Sam Steingold <sds@gnu.org>
22448
22449 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22450 to be a cons cell (test . ignored-directory) to selectively ignore
22451 some directories depending on the location of the search.
22452
93c3eb7c
MA
224532009-07-08 Michael Albinus <michael.albinus@gmx.de>
22454
22455 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22456 remote user is root, on the local host.
22457 (tramp-local-host-p): Either the local user or the remote user
22458 must be root. (Bug#3771)
22459
6f2a8484
NR
224602009-07-08 Nick Roberts <nickrob@snap.net.nz>
22461
22462 * progmodes/gdb-mi.el (gdb): Remove description of
22463 gdb-use-separate-io-buffer.
69cb8d82 22464 (menu): Don't allow toggling of or enable
6f2a8484
NR
22465 gdb-use-separate-io-buffer from menubar.
22466
88d03607
CY
224672009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22468
22469 * mail/unrmail.el (unrmail): Make sure the message ends with two
22470 newlines (Bug#3769).
22471
7ef5b8b2
GM
224722009-07-08 Glenn Morris <rgm@gnu.org>
22473
22474 * calendar/calendar.el (calendar-current-date): Rework previous change.
22475
3ce82f97
GM
224762009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22477
22478 * calendar/calendar.el (calendar-current-date):
22479 Add an optional argument giving an offset from today.
22480
f35fc841
GM
224812009-07-08 Glenn Morris <rgm@gnu.org>
22482
22483 * tutorial.el (tutorial--describe-nonstandard-key):
22484 Adjust the message for when a key has been unbound.
22485 (help-with-tutorial): Hide the arch-tag.
22486
40149292
KH
224872009-07-08 Kenichi Handa <handa@m17n.org>
22488
69cb8d82
KH
22489 * international/fontset.el (setup-default-fontset): For each
22490 script, append (not set) font-specs.
22491
40149292
KH
22492 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22493 docstring.
22494
ff0c4194
NR
224952009-07-08 Nick Roberts <nickrob@snap.net.nz>
22496
22497 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22498 -data-list-register-names to ...
22499 (gdb-starting): ... here because GDB 7.0 requires execution to
22500 have started when using this MI command.
22501 (gdb-set-header): New function to distinguish select and
22502 unselected tabs in gdb buffers.
22503 (gdb-propertize-header): New macro that uses gdb-set-header.
22504 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22505 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22506
8954c675
CY
225072009-07-07 Chong Yidong <cyd@stupidchicken.com>
22508
22509 * Makefile.in (ELCFILES): Remove fadr.elc.
22510
0996385d
DD
225112009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22512
dc6b4519
DD
22513 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22514 may contain frame information, so `string-match' should be used.
22515 (gdb-update): Disassembly is invalidated through
22516 `gdb-get-selected-frame'.
22517 (gdb-pad-string): New function to pad string with spaces.
22518 (gdb-invalidate-disassembly): Invalidate only if the buffer
22519 exists.
22520 (gdb-disassembly-handler-custom): Column alignment.
22521 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22522 placing new ones.
22523 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22524 end of line, too.
22525 (gdb-frame-handler): Match convention to for disassembly buffer
22526 mode name.
17c1380b 22527 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22528 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22529 not highlight breakpoints without line information.
69a197a2 22530 (gdb-input): Add trailing newline to command.
dc6b4519 22531
14340b25
DD
22532 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22533 buffer properly.
22534 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22535 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22536 now.
22537 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22538 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22539 to place breakpoints.
14340b25
DD
22540 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22541 functions.
22542 (gdb-disassembly-handler-custom): Show overlay arrow.
22543 (gdb-disassembly-place-breakpoints): Show breakpoints in
22544 disassembly buffer.
22545 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22546 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22547 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22548 in `gud-menu-map'.
14340b25 22549
38d4f316 22550 * fadr.el: Remove.
1f2a6224 22551
7b6fefac 22552 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22553 (gdb-memory-address): New variable which holds top address of
7b6fefac 22554 memory page shown in memory buffer.
6a7662bb
BR
22555 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22556 New customization variables.
0996385d
DD
22557 New functions:
22558 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22559 display the memory buffer.
22560 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22561 buffer display parameters.
22562 (def-gdb-memory-format, gdb-memory-format-binary)
22563 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22564 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22565 Functions for setting memory buffer format.
22566 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22567 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22568 unit size used in memory buffer.
6a7662bb
BR
22569 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22570 Switch to next/previous page of memory buffer.
28d67a53 22571 Now using (bindat-get-field) instead of fadr functions.
0996385d 22572
9ba562d3
SS
225732009-07-07 Sam Steingold <sds@gnu.org>
22574
22575 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22576 non-top-level files.
22577
a43977db
KH
225782009-07-07 Kenichi Handa <handa@m17n.org>
22579
6a7662bb
BR
22580 * international/mule-cmds.el (reset-language-environment):
22581 Put the highset priority to the charset iso-8859-1.
a43977db 22582
d44d05e8
CY
225832009-07-06 Chong Yidong <cyd@stupidchicken.com>
22584
22585 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22586 to the end of the line when locating the block (Bug#700).
22587
3e2fa353
MA
225882009-07-06 Michael Albinus <michael.albinus@gmx.de>
22589
22590 * net/tramp.el (tramp-handle-write-region): Flush file properties
22591 in case of short track.
22592
be3e598a 225932009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22594
bf0b361c
JB
22595 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22596 Coded custom representation of verilog error regular expressions
22597 to work with Emacs-22's new format.
d88782c3 22598 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22599 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22600 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22601 error recognition into XEmacs.
22602 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22603 error recognition into Emacs-22.
22604
25c6f63e
CY
226052009-07-06 Chong Yidong <cyd@stupidchicken.com>
22606
22607 * woman.el: Remove stand-alone closing parentheses.
22608 (woman-file-name, woman2-format-paragraphs)
22609 (woman-leave-blank-lines): Code cleanup.
22610 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22611 (woman-italic, woman-bold, woman-unknown, woman-addition):
22612 Change defaults to inherit from default faces.
25c6f63e
CY
22613 (woman2-process-escapes): Consume the newline after a stand-alone
22614 filler character (Bug#3651).
22615
f176290e
GM
226162009-07-06 Glenn Morris <rgm@gnu.org>
22617
22618 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22619 (top-level): Move provide to the end.
22620 (ffap): Remove defunct URL from custom group.
22621
22622 * subr.el (eval-after-load): Doc fix.
22623
7b6fefac 226242009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22625
22626 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22627 `calc-embedded-word' is called twice.
22628
4b8b1ec5
SM
226292009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22630
22631 * files.el (find-alternate-file-other-window, find-alternate-file):
22632 Obey confirm-nonexistent-file-or-buffer.
22633
d6ceb380
MA
226342009-07-05 Michael Albinus <michael.albinus@gmx.de>
22635
22636 * dired-aux.el (dired-show-file-type): Handle remote files.
22637
be3e598a 226382009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22639
4b8b1ec5
SM
22640 * desktop.el (desktop-globals-to-save):
22641 Add file-name-history (Bug#2750).
c760f19e 22642
6d00ce04
CY
226432009-07-05 Chong Yidong <cyd@stupidchicken.com>
22644
4b8b1ec5 22645 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22646
6ee21b07
JB
226472009-07-04 Johan Bockgård <bojohan@gnu.org>
22648
22649 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22650 property on entire argument since this is what eshell-lisp-command
22651 expects.
22652
f0dbdc25
MA
226532009-07-03 Michael Albinus <michael.albinus@gmx.de>
22654
22655 * net/tramp-gvfs.el (tramp-gvfs-methods)
22656 (tramp-gvfs-zeroconf-domain)
22657 (tramp-bluez-discover-devices-timeout): Add version flag.
22658 (tramp-gvfs-handler-mounted-unmounted)
22659 (tramp-gvfs-connection-mounted-p): Polish handling of
22660 incompatibilities between GVFS 0.2 and 1.0.
22661
e044e4fc
JD
226622009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22663
4b8b1ec5 22664 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22665
2e9b968b
JB
226662009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22667
bf0b361c 22668 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22669 formatted correctly.
22670
baf1a55e
JL
226712009-07-02 Juri Linkov <juri@jurta.org>
22672
22673 * info.el: Virtual Info files and nodes.
22674 (Info-virtual-files, Info-virtual-nodes): New variables.
22675 (Info-current-node-virtual): New variable.
22676 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22677 New functions.
22678 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22679 to check for a virtual file instead of checking a fixed list
22680 of node names.
22681 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22682 instead of ad-hoc processing of "dir" and (apropos history toc).
22683 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22684 instead of ad-hoc processing of "dir" and (apropos history toc).
22685 Reread a file when moving from a virtual node.
22686 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22687 (Info-directory-toc-nodes, Info-directory-find-file)
22688 (Info-directory-find-node): New functions.
22689 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22690 (Info-history): Move part of code to
22691 `Info-history-find-node'.
22692 (Info-history-toc-nodes, Info-history-find-file)
22693 (Info-history-find-node): New functions.
22694 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22695 (Info-toc): Move part of code to `Info-toc-find-node'.
22696 (Info-toc-find-node): New function.
4b8b1ec5 22697 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22698 the current Info file name to references because now the node
22699 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22700 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22701 (Info-toc-nodes): Rename input argument `file' to `filename'.
22702 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22703 instead of ad-hoc processing of ("dir" apropos history toc).
22704 (Info-index-nodes): Use Info-virtual-file-p
22705 to check for a virtual file instead of checking a fixed list
22706 of node names.
22707 (Info-index-node): Add check for `Info-current-node-virtual'.
22708 Raise `save-match-data' higher up the tree to contain
22709 `search-forward' too (bug fix).
22710 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22711 (Info-virtual-index-nodes): New variable.
22712 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22713 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22714 (Info-apropos-file, Info-apropos-nodes): New variables.
22715 (Info-apropos-toc-nodes, Info-apropos-find-file)
22716 (Info-apropos-find-node, Info-apropos-matches): New functions.
22717 (info-apropos): Move part of code to `Info-apropos-find-node' and
22718 `Info-apropos-matches'.
22719 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22720 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22721 for a virtual file instead of checking a fixed list of node names.
22722
22723 * simple.el (async-shell-command): New command.
22724
22725 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22726
22727 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22728 instead of `mount-info'.
22729
d04bc496
MA
227302009-07-02 Michael Albinus <michael.albinus@gmx.de>
22731
22732 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22733 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22734
af0403e0
KH
227352009-07-02 Kenichi Handa <handa@m17n.org>
22736
22737 * international/mule.el (set-keyboard-coding-system): Force *-unix
22738 coding-system to avoid eol conversion.
22739
99278f8a
MA
227402009-07-01 Michael Albinus <michael.albinus@gmx.de>
22741
4b8b1ec5
SM
22742 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22743 Add handler for `process-file', `shell-command' and
99278f8a
MA
22744 `start-file-process'.
22745 (tramp-gvfs-handle-shell-command)
22746 (tramp-gvfs-handle-start-file-process)
22747 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22748 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22749
3f1c6666
JD
227502009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22751
22752 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22753
3f396bac
KH
227542009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22755
22756 * language/korean.el (set-language-info-alist): Add korean-cp949,
22757 cp949 to spec.
22758
c1185193
KH
227592009-07-01 Kenichi Handa <handa@m17n.org>
22760
22761 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22762
22763 * international/encoded-kb.el: Deleted.
22764
22765 * international/mule.el (set-keyboard-coding-system): Perform the
22766 necessary setup here instead of calling encoded-kbd-setup-display.
22767
3f150a60
GM
227682009-07-01 Glenn Morris <rgm@gnu.org>
22769
22770 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22771
b0d5b05b
GM
227722009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22773
22774 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22775
4f4126e6
MA
227762009-06-30 Michael Albinus <michael.albinus@gmx.de>
22777
4b8b1ec5
SM
22778 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22779 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22780 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22781
7ae3ea65 22782 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22783 (top): Add a default for "synce" in `tramp-default-user-alist'.
22784 Add completion function for "synce" method.
22785 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22786 (tramp-hal-interface-manager, tramp-hal-interface-device):
22787 New defconst.
22788 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22789 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22790 New defuns.
d6ceb380
MA
22791
22792 * net/trampver.el: Update release number.
7ae3ea65 22793
0ad6626b
KH
227942009-06-30 Kenichi Handa <handa@m17n.org>
22795
22796 * international/fontset.el (setup-default-fontset): Add CJK fonts
22797 for symbols and the other miscellaneous characters.
22798
4b8b1ec5
SM
22799 * language/korea-util.el (setup-korean-environment-internal):
22800 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22801 (exit-korean-environment): Cancel above.
22802
22803 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22804 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22805 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22806 environments, and an exit-function to cancel that.
22807
22808 * language/japan-util.el (setup-japanese-environment-internal):
22809 Call use-cjk-char-width-table with arg `ja_JP'.
22810
22811 * international/characters.el (cjk-char-width-table): Delete it.
22812 (cjk-char-width-table-list): New variable.
22813 (use-cjk-char-width-table): New arg local-name.
22814 (use-default-char-width-table): Fix for the case that Emacs is
22815 already using the default char-width-table.
22816
fd46e893
MA
228172009-06-29 Michael Albinus <michael.albinus@gmx.de>
22818
22819 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22820 modes mandatory. (Bug#3712)
22821
b87d9f96
AM
228222009-06-29 Alan Mackenzie <acm@muc.de>
22823
22824 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22825 correction between the visible width of TABs and their number of bytes.
b87d9f96 22826
2d25aa5a
CY
228272009-06-29 Chong Yidong <cyd@stupidchicken.com>
22828
22829 * server.el (server-buffer-done): Prevent kill-buffer from
22830 prompting by clearing the buffer modification flag (Bug#3696).
22831
a3a8b002
DN
228322009-06-28 Michael McNamara <mac@mail.brushroad.com>
22833
bf0b361c 22834 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22835 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22836 (verilog-basic-complete-re): Support localparam lineup.
22837 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22838 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22839 commenting.
22840 (verilog-leap-to-case-head): Now support *nested* unique &
22841 priority case statements.
22842 (verilog-auto-lineup): Make just declarations the default (as it
22843 had been).
4b8b1ec5 22844 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22845 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22846 select the various styles of automatic lineup.
a3a8b002
DN
22847 (verilog-error-regexp-alist): Rework to support the XEmacs style
22848 of error regular expressions from compilers, lint tools &
22849 simulators. Note that GNU Emacs has made it impossible for a mode
22850 to load such things.
22851 (electric-verilog-terminate-line, verilog-indent-declaration)
22852 (verilog-auto-wiure): Rework for radio button selection of
22853 auto-lineup selection of specification of auto lineup.
22854 (verilog-beg-of-statement-1): Redesign to support proper operation
22855 in additional code, based on testing with auto-lineup.
22856 (verilog-calculate-indent, assignments & declarations)
22857 (verilog-backward-token): Enhance to support auto-lineup of
22858 assignments & declarations.
22859 (verilog-in-directive-p, verilog-at-struct-p): New function for
22860 easy test of whether we are.
22861 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22862 to support safe execution at almost anyline.
22863 (verilog-calc-1): Properly support indenting deep inside generate
22864 blocks.
48c2d18a 22865 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22866 as it is redundant with font-lock-defaults.
a8f316ca 22867 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22868 to avoid circular calls if syntax-ppss is a function (as is the
22869 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22870 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22871 (verilog-ovm-begin-re, verilog-ovm-end-re)
22872 (verilog-ovm-statement-re, verilog-leap-to-head)
22873 (verilog-backward-token): Add support for OVM macros. Some are
22874 complete statements, and others open and close scopes like begin
22875 and end.
22876 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22877 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22878 compilation issue.
48c2d18a 22879 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22880 coverpoint, constraint and cross statements.
a3a8b002
DN
22881 (verilog-defun-level-list, verilog-generate-defun-level-list)
22882 (verilog-all-defun-level-list): Redo these specifications - it is
22883 too hard to support eval-when compile aggregation of lists also
22884 built at when-compile time.
22885 (verilog-defun-level-list): Place defconsts of variables used in
22886 building regular expressions which are built in eval-when-compile
22887 bodies in the same eval-when-compile body to facilitate compile
22888 without load.
22889 (verilog-beg-block-re-ordered): Support indenting
22890 virtual/protected tasks and functions.
7b6fefac 22891 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22892 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22893 indentation of some module items (generate items).
22894 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22895 across virtual/protected tasks and functions.
22896
228972009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22898
bf0b361c 22899 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22900 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22901 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22902 in concatenations. Reported by Yishay Belkind.
22903 (verilog-auto-ascii-enum): Support one-hot state machines in
22904 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22905 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22906 modport in AUTOINST and add vl-modport for users.
22907 Reported by David Rogoff.
a3a8b002
DN
22908 (verilog-auto-inout-module, verilog-auto-inst)
22909 (verilog-decls-get-interfaces, verilog-insert-definition)
22910 (verilog-insert-one-definition, verilog-read-decls)
22911 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22912 (verilog-sig-modport, verilog-signals-combine-bus)
22913 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22914 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22915 Suggested by David Rogoff.
22916 (verilog-repair-open-comma): Fix non-insertion of comma when
22917 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22918 (verilog-make-width-expression): Simplify [A-1:0] expression
22919 widths to just {A{1'b0}}.
22920 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22921 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22922 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22923 inputs/outputs or data type. Suggested by Vasu Kandadi.
22924 (next-error-last-buffer): Fix byte-compiler warning.
22925 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22926 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22927 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22928 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22929 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22930 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22931 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22932 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22933 causing use of <= assignments. Reported by Alex Reed.
22934 (verilog-read-decls): Fix triand, trior, wand, wor to be
22935 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22936 (verilog-extended-complete-re): Support import "DPI-C" functions.
22937 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22938 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22939 (verilog-insert-date, verilog-insert-year)
22940 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22941 Windows systems. Reported by Michael Potts.
22942 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22943 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22944 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22945 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22946 (verilog-read-decls): Fix detecting "parameter int" when using
22947 AUTOINSTPARAM. Reported by Bruce T.
22948 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22949 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22950 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22951 verilog-goto-defun will work. Reported by Lawrence Butcher.
22952 (verilog-getopt): Expand environment variables in -f file
22953 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22954 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22955 when reading enumerations.
22956 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22957 Suggested by Stephen Peltan.
4b8b1ec5 22958 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22959 files. Reported by Steve Peltan.
22960
f7c0d931
CY
229612009-06-28 David De La Harpe Golden <david@harpegolden.net>
22962
22963 * files.el (trash-directory): Fix defcustom type.
22964
baf1a55e 229652009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22966
22967 * help-fns.el (describe-function-1): Correctly locate adviced
22968 functions in hyperlink (Bug#2438).
22969
d63a01ef
CY
229702009-06-28 Chong Yidong <cyd@stupidchicken.com>
22971
22972 * files.el (trash-directory): Change default to nil.
22973 (move-file-to-trash): If trash-directory is nil and
22974 system-move-file-to-trash is unbound, perform freedesktop-style
22975 trashing.
22976
229772009-06-28 David De La Harpe Golden <david@harpegolden.net>
22978
22979 * files.el (move-file-to-trash): Add freedesktop trash
22980 support (Bug#973).
22981
fc2f6a26
GM
229822009-06-28 Glenn Morris <rgm@gnu.org>
22983
22984 * autorevert.el (global-auto-revert-non-file-buffers)
22985 (global-auto-revert-mode): Doc fixes.
22986
00242b07
JB
229872009-06-27 Johan Bockgård <bojohan@gnu.org>
22988
22989 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22990
f5594f03
CY
229912009-06-27 Chong Yidong <cyd@stupidchicken.com>
22992
e8a2b2da
CY
22993 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22994 opened an X connection before calling x-get-resource (Bug#3194).
22995
f5594f03
CY
22996 * play/doctor.el: Remove reference to obsolete website.
22997 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22998
3c3bf6ce
DN
229992009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23000
23001 Remove find-file-not-found-hook VC method. (Bug#2757)
23002 * vc-hooks.el (vc-file-not-found-hook)
23003 (vc-default-find-file-not-found-hook): Remove functions.
23004 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23005 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23006 * vc.el:
23007 * vc-hg.el:
23008 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23009
e26a7bc0
AM
230102009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23011
23012 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 23013 compatibility function for `looking-back'.
e26a7bc0 23014
4b8b1ec5 23015 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 23016 Use `ispell-looking-back'.
e26a7bc0 23017
d9848600
MA
230182009-06-24 Michael Albinus <michael.albinus@gmx.de>
23019
23020 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 23021 rather than `filename'.
d9848600 23022
05fbc4a9
MB
230232009-06-23 Miles Bader <miles@gnu.org>
23024
23025 * face-remap.el (text-scale-set): New function.
23026
f86ca715
GM
230272009-06-23 Glenn Morris <rgm@gnu.org>
23028
33e2c2e5
GM
23029 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23030
f529f302
GM
23031 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23032
34995333
GM
23033 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23034
cc80ccee
GM
23035 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23036
84cb770d
GM
23037 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23038 Simplify Persian conditionals.
23039
d916c965
GM
23040 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23041 variable `filename'.
23042
b6a44b27
GM
23043 * comint.el (comint-insert-input): Doc fix.
23044
f86ca715
GM
23045 * Makefile.in (ELCFILES): Fix typo in previous change.
23046
666e158e
MB
230472009-06-23 Miles Bader <miles@gnu.org>
23048
23049 * cus-start.el: Add entry for `recenter-redisplay'.
23050
be3e598a 230512009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
23052
23053 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23054 Add an optional argument for the backend, use it instead of
23055 calling vc-backend.
4b8b1ec5
SM
23056 (vc-mode-line): Add an optional argument for the backend.
23057 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
23058 special handling for vc-state being a buffer to ...
23059
23060 * vc-rcs.el (vc-rcs-find-file-hook):
23061 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23062
23063 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23064 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23065 vc-stay-local-p and vc-mode-line calls.
23066
23067 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23068 (vc-cvs-diff, vc-cvs-annotate-command)
23069 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23070 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23071 vc-mode-line calls.
23072
23073 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23074 direct comparison.
23075 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23076 backend when calling vc-mode-line.
23077 (vc-register): Do not create a closure for calling the vc register
23078 function, call it directly.
23079
2764748c
DN
230802009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23081
23082 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23083 to make it obvious item can be clicked.
f5a0b281
DN
23084
23085 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23086
d4a885b2
KH
230872009-06-23 Kenichi Handa <handa@m17n.org>
23088
23089 * language/korea-util.el (korean-key-bindings): Change the binding
23090 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23091 same command.
23092
e3610693
MA
230932009-06-22 Michael Albinus <michael.albinus@gmx.de>
23094
23095 Sync with Tramp 2.1.16.
23096
23097 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23098
23099 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23100 when a loading of a package fails. Completion function for rsync
23101 is `tramp-completion-function-alist-ssh'.
23102 (all): Replace all calls of `split-string' and
23103 `tramp-split-string' by `tramp-compat-split-string'.
23104 (tramp-default-method): Use `tramp-compat-process-running-p'.
23105 (tramp-default-proxies-alist): Allow also Lisp forms.
23106 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 23107 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
23108 (tramp-domain-regexp): Allow also "-", "_" and ".".
23109 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23110 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23111 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
23112 (tramp-handle-directory-files-and-attributes-with-stat):
23113 Care about filenames with spaces, or starting with "-".
e3610693
MA
23114 (tramp-handle-dired-uncache): New defun.
23115 (tramp-handle-insert-directory): Don't flush the directory from
23116 cache, this is handled by `dired-uncache' now.
23117 (tramp-handle-insert-file-contents): Improve error handling.
23118 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23119 Quote `tramp-end-of-output'.
23120 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
23121 (tramp-check-for-regexp): Both echoes must be present, before removing.
23122 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
23123 (tramp-compute-multi-hops): Eval cons cells of
23124 `tramp-default-proxies-alist'.
23125 (tramp-maybe-open-connection): Use the same command pattern for
23126 first hop and further hops.
23127 (tramp-wait-for-output): Remove handling of newlines.
23128 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23129 (tramp-split-string): Remove function. It is handled in
23130 tramp-compat now.
23131
4b8b1ec5
SM
23132 * net/tramp-cmds.el (tramp-bug):
23133 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
23134
23135 * net/tramp-compat.el (tramp-compat-split-string)
23136 (tramp-compat-process-running-p): New defuns.
23137
23138 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23139 for `dired-uncache'.
23140
23141 * net/tramp-gvfs.el: New package.
23142
4b8b1ec5
SM
23143 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23144 Add handler for `dired-uncache'.
e3610693
MA
23145 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23146
23147 * net/trampver.el: Update release number. Make version check fit
23148 for SXEmacs 22.
23149
13a3f374
JM
231502009-06-22 Jim Meyering <meyering@redhat.com>
23151
e0a28a3b 23152 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
23153 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23154 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23155
5242671e 231562009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 23157 Nick Roberts <nickrob@snap.net.nz>
13a3f374 23158
e0a28a3b 23159 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
23160 repository (http://sphinx.net.ru/hg/gdb-mi/).
23161
3fde45af
GM
231622009-06-22 Glenn Morris <rgm@gnu.org>
23163
46253b34
GM
23164 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23165 `mode' and `eval' entries. (Bug#3430)
23166
97e18192
GM
23167 * Makefile.in (ELCFILES): Add fadr.elc.
23168
731a00fb
GM
23169 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23170 differing behavior of \n and ^ in strings. (Bug#3385)
23171
c66cd0ff
GM
23172 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23173
3fde45af
GM
23174 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23175 property.
23176 (lisp-indent-function): Make it a defcustom.
23177
db2241a0
NR
231782009-06-21 Nick Roberts <nickrob@snap.net.nz>
23179
23180 * progmodes/gdb-ui.el: Replace with ...
5242671e 23181 * progmodes/gdb-mi.el: ... this file.
db2241a0 23182 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
23183
231842009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23185
db2241a0
NR
23186 * fadr.el: New file.
23187
38d4f316 23188See ChangeLog.14 for earlier changes.
e3d51b27
MR
23189
23190;; Local Variables:
23191;; coding: utf-8
e3d51b27
MR
23192;; End:
23193
73b0cd50 23194 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
23195
23196 This file is part of GNU Emacs.
23197
23198 GNU Emacs is free software: you can redistribute it and/or modify
23199 it under the terms of the GNU General Public License as published by
23200 the Free Software Foundation, either version 3 of the License, or
23201 (at your option) any later version.
23202
23203 GNU Emacs is distributed in the hope that it will be useful,
23204 but WITHOUT ANY WARRANTY; without even the implied warranty of
23205 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23206 GNU General Public License for more details.
23207
23208 You should have received a copy of the GNU General Public License
23209 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.