src/minibuf.c: Fix previous change.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3ec03f7e
LL
12011-03-20 Leo <sdl.web@gmail.com>
2
3 * ido.el (ido-read-internal): Use completing-read-default.
4 (ido-completing-read): Fix compatibility with completing-read.
5
7d476bde
CO
62011-03-20 Christian Ohler <ohler@gnu.org>
7
8 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9 (ert-delete-all-tests): Use `called-interactively-p' rather than
10 `interactive-p'.
11 (ert--make-xrefs-region): Respect END.
12
fe0fb33e
CY
132011-03-19 Chong Yidong <cyd@stupidchicken.com>
14
ff854b0b
CY
15 * dired-aux.el (dired-create-directory): Signal an error if the
16 directory already exists (Bug#8246).
17
fe0fb33e
CY
18 * facemenu.el (list-colors-display): Call list-faces-display
19 inside with-help-window.
20 (list-colors-print): Use display property to align the final
21 column, instead of checking window-width.
22
576bce32
EZ
232011-03-19 Eli Zaretskii <eliz@gnu.org>
24
25 * emerge.el (emerge-metachars): Separate value for ms-dos and
26 windows-nt systems.
27 (emerge-protect-metachars): Quote correctly for ms-dos and
28 windows-nt systems.
29
b14e3e21 302011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
31
32 * info.el (info-initialize): Replace all uses of `:' with
33 path-separator for compatibility with non-Unix systems.
34 Cache quoting of path-separator. (Bug#8258)
35
b14e3e21 362011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
37
38 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
39 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
40 (mouse-avoidance-mode): Fix typos in docstrings.
41
4525ce3e
CY
422011-03-19 Chong Yidong <cyd@stupidchicken.com>
43
44 * startup.el (package-subdirectory-regexp): Move from package.el.
45 Omit \\` and \\', and let callers add them.
46
47 * emacs-lisp/package.el (package-strip-version)
48 (package-load-all-descriptors): Add \\` and \\' to
49 package-subdirectory-regexp before using it.
50 (package-untar-buffer): New arg DIR; ensure that file untars only
51 into this expected directory. Remove superfluous delete-region.
52 (package-unpack): Caller changed.
53 (package-tar-file-info): Use package-subdirectory-regexp.
54
a904a09a 552011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 56
a904a09a
SM
57 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
58 diff-mode-shared-map (bug#8284).
59 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
60
612011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
62
63 * calendar/time-date.el (format-seconds): Use assoc instead of
64 assoc-string, since assoc-string doesn't exist in XEmacs.
65
171fc304
JB
662011-03-17 Juanma Barranquero <lekktu@gmail.com>
67
68 * custom.el (custom-known-themes): Reflow docstring.
69 (custom-theme-load-path): Fix typo in docstring.
70 (load-theme): Fix typo in error message.
71 (custom-available-themes, custom-variable-theme-value):
72 Use `let', not `let*'.
73
d71990a1
JB
742011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
75
76 * calc/README: Mention inclusion of musical notes.
77
78 * calc/calc-units.el (calc-lu-quant): Rename from
79 `calc-logunits-quantity'.
80 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
81 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
82 (calc-db): Rename from `calc-dblevel'.
83 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
84 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
85 (calc-np): Rename from `calc-nplevel'.
86 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
87 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
88 (calc-lu-plus): Rename from `calc-logunits-add'.
89 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
90 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
91 (calc-lu-minus): Rename from `calc-logunits-sub'.
92 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
93 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
94 (calc-lu-times): Rename from `calc-logunits-mul'.
95 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
96 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
97 (calc-lu-divide): Rename from `calc-logunits-div'.
98 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
99 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
100
101 * calc/calc-ext.el (calc-init-extensions): Update the names of the
102 functions being autoloaded.
103
104 * calc/calc.el (calc-lu-power-reference): Rename from
105 `calc-logunits-power-reference'.
106 (calc-lu-field-reference): Rename from
107 `calc-logunits-field-reference'.
108
109 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
110
40c2934b
SM
1112011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * minibuffer.el (completion-all-sorted-completions):
114 Use :completion-cycle-penalty text property if present.
115
b0911414
KM
1162011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
117
118 * allout.el (allout-yank-processing): Adjust for new rebulleting
119 regime so bullet being yanked is used without prompting the user
120 for a choice.
121
8a05b668
JB
1222011-03-16 Juanma Barranquero <lekktu@gmail.com>
123
124 * startup.el (command-line): Warn the user that _emacs is deprecated.
125
5ba5fb81
JB
1262011-03-16 Juanma Barranquero <lekktu@gmail.com>
127
128 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
129 (delphi-verbose, delphi-comment-face, delphi-string-face)
130 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
131 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
132 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
133 (delphi-new-comment-line, delphi-font-lock-defaults)
134 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
135 Fix typos in docstrings.
136
2dab465b
KM
1372011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
138
5ba5fb81 139 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
140 Invert the roles of character and string values for INSTEAD, so a
141 string is used for the more common case of a defaulting prompt.
142
0adf5618
SM
1432011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * progmodes/ruby-mode.el (ruby-backward-sexp):
146 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
147 * play/gamegrid.el (gamegrid-make-face):
148 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
149 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
150 * notifications.el (notifications-notify):
151 * net/xesam.el (xesam-search-engines):
152 * net/quickurl.el (quickurl-list-insert):
153 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
154
d72700e5
CY
1552011-03-15 Chong Yidong <cyd@stupidchicken.com>
156
157 * startup.el (command-line): Update package subdirectory regexp.
158
49c5410a
SM
1592011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
160
c6eee9aa
SM
161 * allout.el (allout-abbreviate-flattened-numbering)
162 (allout-mode-deactivate-hook): Fix up obsolescence "date".
163
49c5410a
SM
164 * subr.el (read-char-choice): Only show the cursor after the prompt,
165 not after the answer.
166
047b2bb9
KR
1672011-03-15 Kevin Ryde <user42@zip.com.au>
168
169 * help-fns.el (variable-at-point): Skip leading quotes, if any
170 (bug#8253).
171
0a57d256
SM
1722011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
175 warning message.
176
77c992bc
MA
1772011-03-14 Michael Albinus <michael.albinus@gmx.de>
178
179 * shell.el (shell): When called interactively, offer to change the
180 shell file name on remote hosts.
181
eebc475d
TZ
1822011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
183
184 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
185 integration for LDAP parameters. The host, base, user or binddn,
186 and secret tokens can be specified in a netrc file, for instance.
187 This is optional because an `auth-source' parameter must be
188 specified in the search attributes.
189
9d05d1ba
JB
1902011-03-13 Juanma Barranquero <lekktu@gmail.com>
191
192 * help.el (describe-mode): Link to the mode's definition (bug#8185).
193
09d9db2c
GM
1942011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
197 into declaration. Remove redundant and harmful binding.
198
1992011-03-12 Eli Zaretskii <eliz@gnu.org>
200
201 * files.el (file-ownership-preserved-p): Pass `integer' as an
202 explicit 2nd argument to `file-attributes'. If the file's owner
203 is the Administrators group on Windows, and the current user is
204 Administrator, consider that a match.
205
206 * server.el (server-ensure-safe-dir): Consider server directory
207 safe on MS-Windows if its owner is the Administrators group while
208 the current Emacs user is Administrator. Use `=' to compare
209 numerical UIDs, since they could be integers or floats.
210
219bd536
JB
2112011-03-12 Juanma Barranquero <lekktu@gmail.com>
212
213 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
214
f3afd36b
MA
2152011-03-12 Michael Albinus <michael.albinus@gmx.de>
216
217 Sync with Tramp 2.2.1.
218
219 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
220
221 * net/trampver.el: Update release number.
222
3aaaa6f1
SM
2232011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
224
94642599
SM
225 * progmodes/compile.el (compilation--previous-directory): Fix up
226 various nil/dead-marker mismatches (bug#8014).
227 (compilation-directory-properties, compilation-error-properties):
228 Don't call it at a position past the one we're about to change.
229
3aaaa6f1
SM
230 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
231 Disable obsolescence warnings in the file that declares it.
232
14239447
KM
2332011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
234
219bd536 235 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
236 allout-widgets-tally as a hash table rather than nil to prevent
237 mode-line redisplay warnings.
238 Also, clarify the module description and fix a comment typo.
239
135e287c
JB
2402011-03-11 Juanma Barranquero <lekktu@gmail.com>
241
242 * help-fns.el (describe-variable): Don't complete keywords.
243 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
244
ffbf300e
CY
2452011-03-10 Chong Yidong <cyd@stupidchicken.com>
246
ba08b241
CY
247 * emacs-lisp/package.el (package-version-join): Impose a standard
248 string representation for pre/alpha/beta version lists.
249 (package-unpack-single): Standardize the directory name by passing
250 it through package-version-join.
251 (package-strip-rcs-id): Accept any version string that does not
252 signal an error in version-to-list.
ffbf300e 253
f346fd6b
MA
2542011-03-10 Michael Albinus <michael.albinus@gmx.de>
255
256 * simple.el (delete-trailing-whitespace): Return nil for the
257 benefit of `write-file-functions'.
258
ccb55d27
GM
2592011-03-10 Glenn Morris <rgm@gnu.org>
260
5ceaac0c
GM
261 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
262
02da65ff
GM
263 * vc/vc-git.el (vc-git-program): New option.
264 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
265 (vc-git--call): Use it.
266
b2f603cc
GM
267 * eshell/esh-util.el (eshell-condition-case): Doc fix.
268
5772caab
GM
269 * cus-edit.el (Custom-newline): If no button at point, look
270 for a subgroup button at start-of-line. (Bug#2298)
271
ccb55d27
GM
272 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
273
ec6ecaed
JD
2742011-03-10 Julien Danjou <julien@danjou.info>
275
276 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
277 `cursor-type' is nil.
278
9d5aa01d
JB
2792011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
280
281 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
282
b6a5875b
KM
2832011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
284
285 * allout.el Summary: Change so yank of distinctive-bullet items
286 preserves the existing header prefix, rebulleting it if necessary,
287 rather than replacing it. This is necessary for proper operation
288 of cooperative addons like allout-widgets.
219bd536 289 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
290 SOLICIT arg to INSTEAD, and interpret additionally a string value
291 as alternate bullet to be used, instead of prompting the user for
292 a bullet character.
293
ee545c35
MA
2942011-03-09 Michael Albinus <michael.albinus@gmx.de>
295
296 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
297 not use `tramp-file-name-port', because this returns also
298 `tramp-default-port'.
299
c47971d7
DD
3002011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
301
302 * net/rcirc.el (rcirc-handler-001): Remove useless
303 with-rcirc-process-buffer.
304 (rcirc-check-auth-status): Swap arguments to string-match.
305
13522cb4
GM
3062011-03-09 Glenn Morris <rgm@gnu.org>
307
0be6f4f1
GM
308 * shell.el (shell-mode):
309 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
310
13522cb4
GM
311 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
312 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
313
515de2e3
CY
3142011-03-08 Chong Yidong <cyd@stupidchicken.com>
315
316 * emacs-lisp/package.el (package-refresh-contents)
317 (package-menu-execute): Use condition-case-no-debug.
318
b511b994
MA
3192011-03-08 Michael Albinus <michael.albinus@gmx.de>
320
321 * simple.el (shell-command-to-string): Use `process-file'.
322
323 * emacs-lisp/package.el (package-tar-file-info): Handle also
324 remote files.
325
326 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
327 `equal' for upload base check.
328
25bbfb31
AM
3292011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
330
331 * textmodes/texinfo.el (texinfo-environments):
332 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
333
be996521
GM
3342011-03-08 Glenn Morris <rgm@gnu.org>
335
e9c8529f
GM
336 * cus-start.el (cursor-in-non-selected-windows):
337 Fix :set quoting oddness. (Bug#8192)
338
be996521
GM
339 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
340 in some setf expressions. (Bug#2159)
341
2bb5649e
CY
3422011-03-08 Chong Yidong <cyd@stupidchicken.com>
343
344 * custom.el (custom-available-themes): Return themes in
345 alphabetical order.
346
7600cf45
CY
3472011-03-07 Chong Yidong <cyd@stupidchicken.com>
348
349 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
350 application of patch from Alan Mackenzie (Bug#7595).
351
fa7062f6
DD
3522011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
353
354 * net/rcirc.el (rcirc-connect): Fix PASS bug.
355
619f4b62
GM
3562011-03-07 Glenn Morris <rgm@gnu.org>
357
358 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 359 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 360
e63e9234
ER
3612011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
362
363 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
364 Add optional `after-sunset' argument. (Bug#8190)
365
16130297
AH
3662011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
367
368 * play/morse.el (nato-alphabet, nato-region, denato-region):
369 New variable and functions. (Bug#2288)
f72c1fd6 370 (morse-region, unmorse-region): Barf if read-only.
16130297 371
2b0787b3
SM
3722011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * progmodes/gud.el (gdb-script-syntax-propertize-function):
375 Don't change the syntax of a \n that closes a comment (bug#8169).
376
5c69cb2c
CY
3772011-03-06 Chong Yidong <cyd@stupidchicken.com>
378
379 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
380 defcustom.
381 (package--update-file): Doc fix. Accept relative file names.
382 (package--archive-contents-from-file): Remove the argument, since
383 it's necessarily always "archive-contents".
384 (package-maint-add-news-item): Pass relative file name args to
385 package--update-file.
386 (package-upload-buffer-internal): Prompt for a destination if
387 package-archive-upload-base is invalid. Create the directory if
388 it does not exist.
389 (package-upload-buffer, package-upload-file): Doc fix.
390
892777ba
CY
3912011-03-06 Chong Yidong <cyd@stupidchicken.com>
392
393 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
394 and move isearch-yank-line to M-s C-e (Bug#8183).
395
9d1f0f55
AM
3962011-03-06 Alan Mackenzie <acm@muc.de>
397
398 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
399 (c-guess-basic-syntax): Move CASE 19 to a different place,
400 correctly to process template-args-cont lines.
9d1f0f55 401
479a2c9b
JB
4022011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
403
2b0787b3
SM
404 * calc/calc-ext.el (calc-init-extensions):
405 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
406 and calc-nplevel, respectively. Add keybindings for calc-spn,
407 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
408 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
409
410 * calc/calc-units.el (calc-dblevel): Rename from
411 calc-logunits-dblevel.
412 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
413 (math-midi-round, math-freqp, math-midip, math-spnp)
414 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
415 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
416 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
417 (math-notes): New variable.
418
419 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 420
f561e49a
CY
4212011-03-06 Chong Yidong <cyd@stupidchicken.com>
422
423 * emacs-lisp/package.el (package-archives): Accept either ordinary
424 directory names, in addition to HTTP URLs.
425 (package--with-work-buffer): New macro. Handle normal directories.
426 (package-handle-response): Don't display the failing buffer.
427 (package-download-single, package-download-tar)
428 (package--download-one-archive): Use package--with-work-buffer.
429 (package-archive-base): Rename from package-archive-url.
430
79a0fb58
GM
4312011-03-06 Glenn Morris <rgm@gnu.org>
432
433 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
434 (xmodmap-generic-mode): Respect generic-extras-enable-list.
435
ffd0a502
DC
4362011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
437
438 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
439
01c35094
JB
4402011-03-06 Juanma Barranquero <lekktu@gmail.com>
441
442 * allout.el (allout-init, allout-prefixed-keybindings)
443 (allout-unprefixed-keybindings):
444 * progmodes/prolog.el (prolog-find-term):
445 Fix typos in docstrings.
446
509742cc
NS
4472011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
448
449 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
450
14369ab3
KR
4512011-03-06 Kevin Ryde <user42@zip.com.au>
452
453 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
454
aa248733
MS
4552011-03-06 Michael Shields <shields@msrl.com> (tiny change)
456
457 * window.el (one-window-p, walk-windows, display-buffer):
458 Doc fixes. (Bug#5567)
459
da0275f8
JB
4602011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
461
462 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
463 of the variable if it exists.
464
845fc5e5
JB
4652011-03-06 Juanma Barranquero <lekktu@gmail.com>
466
467 * bookmark.el:
468 * desktop.el:
469 * emacs-lock.el:
470 * ps-print.el:
471 * saveplace.el:
472 * net/tramp-cache.el:
01c35094 473 * obsolete/fast-lock.el:
845fc5e5
JB
474 * textmodes/reftex.el:
475 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
476
7e27ce9c
AL
4772011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
478
01c35094
JB
479 * files.el (delete-directory, copy-directory, list-directory):
480 Use read-directory-name.
7e27ce9c
AL
481
482 * find-file.el (ff-find-the-other-file):
483 * net/ange-ftp.el (ange-ftp-make-directory):
484 * printing.el (pr-interactive-dir):
485 * progmodes/ada-prj.el (ada-prj-load-directory):
486 * progmodes/ebnf2ps.el (ebnf-print-directory)
487 (ebnf-spool-directory, ebnf-eps-directory)
488 (ebnf-syntax-directory):
489 * shell.el (shell):
490 * speedbar.el (speedbar-create-directory):
491 * vc/emerge.el (emerge-merge-directories):
492 * vc/vc-dir.el (vc-dir):
493 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
494
d23ae2b0
CY
4952011-03-05 Chong Yidong <cyd@stupidchicken.com>
496
497 * help-mode.el (help-buffer): If we are to return the current
498 buffer, signal an error if it's not in Help mode (Bug#8147).
499
2de9cc1a
RT
5002011-03-05 Reuben Thomas <rrt@sc3d.org>
501
502 * files.el (file-name-version-regexp): Handle backup files of the
503 form `foo.js.~HEAD~1~' (Bug#8159).
504
81fb60b2
GM
5052011-03-05 Glenn Morris <rgm@gnu.org>
506
507 * eshell/esh-var.el: Don't require esh-test when compiling.
508 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
509 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 510 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 511
c5f09daf
DE
5122011-03-05 David Engster <deng@randomsample.de>
513
514 * files.el (save-some-buffers): Report the names of buffers saved
515 automatically due to buffer-save-without-query (Bug#8134).
516
77f63d30
DD
5172011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
518
519 * net/rcirc.el: Add QuakeNet authentication support.
520 (rcirc-authinfo, rcirc-check-auth-status)
521 (rcirc-authenticate): Support QuakeNet.
522
72d2c2e3
DD
5232011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
524
525 * net/rcirc.el: Add functionality to authenticate before
526 autojoining channels.
527 (rcirc-authenticate-before-join): New option.
528 (rcirc-authenticated-hook): New variable.
529 (rcirc-connect): Make local variable rcirc-user-authenticated.
530 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
531 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
532 New functions.
533 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
534 Call rcirc-check-auth-status.
72d2c2e3 535
d733e817
MA
5362011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
537
538 * net/soap-client.el (soap-namespace-put-link): Check if the target
539 name is fully qualified -- use only the name part.
540 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
541 types, treated the same as xsd:sequence. (Bug#8166)
542
3ae59fff
EZ
5432011-03-05 Eli Zaretskii <eliz@gnu.org>
544
545 * files.el (find-file-noselect): Don't ask about re-visiting
546 non-literally if the file is already visited in image-mode.
547 (Bug#8177)
548
a9eeff78
GM
5492011-03-05 Glenn Morris <rgm@gnu.org>
550
d783d303
GM
551 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
552 (eshell-mode): Use eshell-kill-buffer-function.
553 Run the -initialize functions independently of the -load-hooks.
554 * eshell/esh-proc.el (eshell-kill-process-function): New function.
555 (eshell-gather-process-output, eshell-sentinel)
556 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
557 Use eshell-kill-process-function.
558 * eshell/em-alias.el (eshell-alias-load-hook):
559 * eshell/em-banner.el (eshell-banner-load-hook):
560 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
561 * eshell/em-dirs.el (eshell-dirs-load-hook):
562 * eshell/em-glob.el (eshell-glob-load-hook):
563 * eshell/em-hist.el (eshell-hist-load-hook):
564 * eshell/em-pred.el (eshell-pred-load-hook):
565 * eshell/em-prompt.el (eshell-prompt-load-hook):
566 * eshell/em-rebind.el (eshell-rebind-load-hook):
567 * eshell/em-script.el (eshell-script-load-hook):
568 * eshell/em-smart.el (eshell-smart-load-hook):
569 * eshell/em-term.el (eshell-term-load-hook):
570 * eshell/em-unix.el (eshell-unix-load-hook):
571 * eshell/esh-arg.el (eshell-arg-load-hook):
572 * eshell/esh-cmd.el (eshell-cmd-load-hook):
573 * eshell/esh-ext.el (eshell-ext-load-hook):
574 * eshell/esh-io.el (eshell-io-load-hook):
575 * eshell/esh-mode.el (eshell-exit-hook):
576 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
577 * eshell/esh-var.el (eshell-var-load-hook):
578 Set default hook values to nil. (Bug#5375)
579
4a0f18a8
GM
580 * eshell/esh-module.el (eshell-module-unload-hook)
581 (eshell-modules-list): Remove leading * from defcustom docs.
582
a9eeff78
GM
583 * eshell/esh-util.el (eshell-for): Make it obsolete.
584 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
585 * eshell/em-dirs.el (eshell-save-some-last-dir):
586 * eshell/em-hist.el (eshell-save-some-history)
587 (eshell-hist-parse-modifier):
588 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
589 (eshell-ls-entries):
590 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
591 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
592 (eshell/which):
593 * eshell/esh-ext.el (eshell-find-interpreter):
594 * eshell/esh-mode.el (eshell-mode):
595 * eshell/esh-module.el (eshell-unload-extension-modules):
596 * eshell/esh-proc.el (eshell-process-interact):
597 * eshell/esh-test.el (eshell-test):
598 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
599 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
600 (eshell-variables-list):
601 * eshell/eshell.el (eshell-unload-all-modules):
602 Replace eshell-for with dolist.
603
85a55d38
GM
6042011-03-04 Glenn Morris <rgm@gnu.org>
605
606 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
607
38c179c9
TT
6082011-03-04 Tom Tromey <tromey@redhat.com>
609
610 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
611
732795fa
GM
6122011-03-04 Glenn Morris <rgm@gnu.org>
613
015bea8f
GM
614 * outline.el (outline-regexp): No longer allow nil.
615 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
616
9d982739
GM
617 * net/browse-url.el (browse-url):
618 Handle deleted default-directory. (Bug#6077)
619
732795fa
GM
620 * recentf.el (recentf-include-p): In case of a buggy predicate,
621 err on the side of including, not excluding. (Bug#5843)
622
d6ffd3f8
JB
6232011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
624
625 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
626 variables as units.
627
a918ed9b
BR
6282011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
629
630 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
631 if there is no node. (Bug#3261)
632
fc0e9092
LL
6332011-03-04 Leo <sdl.web@gmail.com>
634
0a5cb52b
LL
635 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
636
fc0e9092
LL
637 * time.el (display-time-world-list): Fix typo. (Bug#7571)
638
a65112fb 6392011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
640
641 * cus-edit.el (custom-buffer-create-internal):
642 Split search string before passing it to `customize-apropos' (bug#8136).
643
3191adaf
DA
6442011-03-04 Drew Adams <drew.adams@oracle.com>
645
646 * image-dired.el (image-dired-cmd-read-exif-data-options):
647 Fix typo in docstring (bug#8156).
648
fcd8ed1d
DD
6492011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
650
651 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
652
de69c0a8
CO
6532011-03-03 Christian Ohler <ohler@gnu.org>
654
655 * emacs-lisp/ert.el (ert--explain-equal): New function.
656 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
657 All callers changed.
658 (ert--explain-equal-including-properties): Renamed from
659 `ert--explain-not-equal-including-properties'. All callers
660 changed.
661
7c0d1441
CO
6622011-03-03 Christian Ohler <ohler@gnu.org>
663
664 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
665 (ert-char-for-test-result, ert-string-for-test-result)
666 (ert-run-tests-batch, ert--print-test-for-ewoc):
667 Handle `ert-test-quit'.
668
31128af6
DA
6692011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
670
671 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
672 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
673
06083aa1
GM
6742011-03-03 Glenn Morris <rgm@gnu.org>
675
676 * files.el (file-truename): Doc fix. (Bug#2341)
677
c7a74801
BR
6782011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
679
01c35094 680 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 681
614b85f8
VJ
6822011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
683
684 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
685 programs output backslashes. (Bug#7663)
686
f96dc50f
GM
6872011-03-03 Glenn Morris <rgm@gnu.org>
688
fb532fe8
GM
689 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
690 (mail-mode): Remove mail-sent-via from the doc.
691 (mail-sent-via): Make it obsolete. (Bug#1776)
692
a915d7a1
GM
693 * progmodes/grep.el (grep-highlight-matches): Doc fix.
694 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
695
f96dc50f
GM
696 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
697 with no parents. (Bug#8025)
698
71f8b7ed
G
6992011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
700
701 * password-cache.el (password-in-cache-p): Add autoload.
702
8889f4e2
GM
7032011-03-02 Glenn Morris <rgm@gnu.org>
704
3ab7ebb9
GM
705 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
706 * dired-x.el (Man-support-local-filenames): Autoload it.
707 (dired-guess-shell-alist-default): Also handle Red Hat's man.
708
2777ccbf
GM
709 * dired-x.el (dired-default-directory-alist, dired-default-directory):
710 Mark as obsolete.
711 (dired-smart-shell-command): Just call dired-current-directory.
712
5dedeef2
GM
713 * dired-x.el (dired-jump-other-window): Add autoload.
714 (dired-default-directory-alist, dired-default-directory): Doc fixes.
715 (dired-default-directory-alist): Mark as risky.
716
8889f4e2
GM
717 * dired-x.el (dired-omit-here-always): Make it obsolete.
718
d77aaf6f
CY
7192011-03-02 Chong Yidong <cyd@stupidchicken.com>
720
721 * textmodes/artist.el (artist-curr-go): Default to pen-line.
722 (artist-select-op-pen-line): New function.
723 (artist-menu-map): New variable.
724 (artist-mode-map): Add a menu to the menu-bar.
725
771fc75e
JB
7262011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
727
728 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
729 when evaluating.
730
731 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
732 New function.
733 (math-logunits-add, math-logunits-mul, math-logunits-divide):
734 (math-logunits-quant, math-logunits-level):
735 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
736 functions.
737 (math-logunits-level): Extract units from ratio.
738
f6132e5a
JB
7392011-03-01 Juanma Barranquero <lekktu@gmail.com>
740
741 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
742
7454f200
GM
7432011-03-01 Glenn Morris <rgm@gnu.org>
744
a65112fb
GM
745 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
746 (diary-hebrew-birthday): Rename and rework functions added
747 in previous change.
7454f200 748
cdcbd5a7
ER
7492011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
750
751 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
752 (diary-hebrew-birthday): New functions.
753
9903d828
GM
7542011-03-01 Glenn Morris <rgm@gnu.org>
755
756 * dired.el (dired-safe-switches-p): Beef it up.
757 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
758
75da6eb9
SM
7592011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
760
761 * dired.el (dired-safe-switches-p): New function.
762
6640b281
GM
7632011-03-01 Glenn Morris <rgm@gnu.org>
764
765 * files.el (dir-locals-collect-variables):
766 Add the ability to exclude subdirectories. (Bug#8100)
767
768 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
769
cead857b
CS
7702011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
771
772 * ido.el (ido-everywhere): Doc fix.
773 (ido-mode): Doc fix.
774
0a906ec3
GM
7752011-02-28 Glenn Morris <rgm@gnu.org>
776
777 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
778
22b300de
MA
7792011-02-28 Michael Albinus <michael.albinus@gmx.de>
780
781 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
782 shadows.
783
abec5126 7842011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
785
786 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
787
ca3afb79
JB
7882011-02-28 Juanma Barranquero <lekktu@gmail.com>
789
790 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
791 Fix typos in docstrings.
792
edb57480
SB
7932011-02-28 Stephen Berman <stephen.berman@gmx.net>
794
795 * dired-aux.el (dired-update-file-line):
796 Fix 2010-11-09 change. (Bug#8131)
797
2b0c7330 7982011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
799
800 * international/mule-cmds.el (set-default-coding-systems): Use the
801 -unix variant of encoding in default-keyboard-coding-system.
802 (Bug#8122)
803
df7f0d0b
CY
8042011-02-27 Chong Yidong <cyd@stupidchicken.com>
805
806 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
807
3e478a7c 8082011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
809
810 * term/screen.el: New file (Bug#2650).
811
1f0816b6
SM
8122011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
815 (pcase-mutually-exclusive-predicates): New var.
816 (pcase--split-consp, pcase--split-pred): Use it.
817 (pcase--split-equal, pcase--split-member): When splitting against
818 a pure predicate, run it to know the outcome.
819 (pcase--u1): Mark vars that are actually used.
820 (pcase--q1): Avoid introducing unused vars.
821
b49df742
JB
8222011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
823
824 * calc/calc-ext.el (calc-init-extensions):
825 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
826
827 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
828 symbolic mode.
829
830 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
831 argument is a variable.
832
e573299d
SM
8332011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
834
835 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
836 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
837 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
838
61e9662e
TZ
8392011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
840
841 * password-cache.el (password-in-cache-p): Convenience function to
842 check if a key is in the cache, even if the value is nil.
843
7fe42546
J
8442011-02-25 Jambunathan K <kjambunathan@gmail.com>
845
846 * emacs-lisp/package-x.el (package--archive-contents-from-url)
847 (package--archive-contents-from-file): New functions.
848 (package-update-news-on-upload): New var.
849 (package-upload-buffer-internal): Extract archive-contents from
850 package-archive-upload-base if it is not found at archive-url.
851 Obey package-update-news-on-upload.
852 (package-upload-buffer, package-upload-file): Doc fix.
853
2d8a57ef
GM
8542011-02-24 Glenn Morris <rgm@gnu.org>
855
6a88f031
GM
856 * files-x.el (modify-dir-local-variable): Handle dir-locals from
857 the cache, and from non-file sources.
858
303f9ae0
GM
859 * help-fns.el (describe-variable): Return consistent results when a
860 dir-local from a file came from the cache or did not. (Bug#8095)
861 If a dir-local has no associated file, say it came from a "directory".
862
07915ed9
GM
863 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
864 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
865
ebe401f6
GM
866 * files.el (dir-locals-find-file): Doc fix.
867 Fix the check for cache elements that have no associated file,
303f9ae0 868 and the mtime check for those that do. (Bug#8095)
ebe401f6 869
b36f2f1c
GM
870 * dired-x.el (dired-hack-local-variables):
871 Handle interrupts during hacking local variables. (Bug#5216)
872
2d8a57ef
GM
873 * emacs-lisp/autoload.el (autoload-save-buffers)
874 (autoload-find-destination, update-directory-autoloads):
875 Avoid prompts when updating autoloads.
876
53cfe624
SM
8772011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
878
879 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
880
c1449bff
KH
8812011-02-23 Kenichi Handa <handa@m17n.org>
882
883 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
884 error when a multipart boundary in the nested multipart is found.
885
251ebe0f
KH
886 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
887 header components.
888
5582c670
GM
8892011-02-23 Glenn Morris <rgm@gnu.org>
890
817b48a7
GM
891 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
892 * dired-x.el (dired-omit-mode): Safe if boolean.
893 (dired-enable-local-variables): Fix doc and custom type.
894 (dired-enable-local-variables, dired-local-variables-file)
895 (dired-hack-local-variables): Make obsolete.
896 (dired-omit-here-always): Use dir-locals.el instead.
897
5582c670
GM
898 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
899
5f9d345c
SM
9002011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * help-fns.el (describe-function-1): Don't signal an error just because
903 the DOC file disappeared.
904
01c35094 9052011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
906
907 * eshell/esh-ext.el (eshell-external-command): Do not restrict
908 remote check to "ftp". (Bug#8089)
909
e84efb70
AM
9102011-02-21 Alan Mackenzie <acm@muc.de>
911
912 Fix bug #7930.
913 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
914 in macros finding their way into c-state-nonlit-pos-cache.
915 Strengthen the comments.
916 (c-state-dump): New commented out diagnostic routine.
917
c6309045
MA
9182011-02-21 Michael Albinus <michael.albinus@gmx.de>
919
920 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
921 `field' property of `rfn-eshadow-overlay'.
922
06b840e0
LI
9232011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
924
925 * net/netrc.el (netrc-parse): Comment fix.
926
6d713256
CY
9272011-02-21 Chong Yidong <cyd@stupidchicken.com>
928
929 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
930 Autoload. Add optional arg FRAME, and pass it to color-values.
931 (color-complement): Caller changed. Doc fix.
932 (color-gradient): Rewrite for better clarity and efficiency.
933
934 * faces.el (color-values): Use cond for clarity. Doc fix.
935
5f9d345c 936 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 937 color.el instead.
5f9d345c
SM
938 (list-colors-sort-key, list-colors-print):
939 Use color-normalized-values.
6d713256
CY
940
9412011-02-20 Drew Adams <drew.adams@oracle.com>
942
943 * color.el: First part of merge from hexrgb.el.
944 (color-rgb-to-hex): Rename from color-rgb->hex.
945 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
946 saturation to zero if the value is too small.
947 (color-rgb-to-hsl): Rename from color-rgb->hsl.
948 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
949 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
950 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
951 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
952 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
953 (color-cie-de2000): Doc fix.
954
aa9c0efc
AM
9552011-02-20 Alan Mackenzie <acm@muc.de>
956
957 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
958 locating the beginning of a macro. (Bug#7595)
959
18cfb5a1
GM
9602011-02-20 Glenn Morris <rgm@gnu.org>
961
e17816e5
GM
962 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
963 Don't autoload it.
964
18cfb5a1
GM
965 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
966 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
967
01c35094
JB
9682011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
969 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
970
971 * progmodes/hideshow.el (hs-find-block-beginning)
972 (hs-hide-level-recursive): Ignore comments when parsing braces
973 (Bug#8036).
974
9752011-02-19 Chong Yidong <cyd@stupidchicken.com>
976
977 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
978 (vc-bzr-pull): Use it.
979
3ab713fd
CY
9802011-02-19 Chong Yidong <cyd@stupidchicken.com>
981
982 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
983 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
984 but returning an alist. Ignore comments in bzr conffile.
985 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
986 (vc-bzr-error-regex-alist): New var.
987 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
988
5f9d345c
SM
989 * vc/vc-dispatcher.el (vc-do-async-command):
990 Bind inhibit-read-only to t.
3ab713fd
CY
991
992 * progmodes/compile.el (compilation--flush-directory-cache):
993 Handle the case where cdr of compilation--flush-directory-cache
994 points to no buffer, which can occur if we previously switched to
995 compilation-mode in a pregenerated buffer.
996
16bc9688
KH
9972011-02-19 Kenichi Handa <handa@m17n.org>
998
999 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1000 get the header copy into the temporary buffer.
1001 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1002 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1003 buffer-file-coding-system to undecided.
1004
67ab0163 10052011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 1006
a167e505
EZ
1007 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1008 Document completion with asterisk and a substring.
1009
67ab0163 10102011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
1011
1012 * files.el (find-file-literally): Doc fix.
1013
41002397
GM
1014 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1015
b8bd9908
GM
1016 * log-edit.el (log-edit-insert-changelog):
1017 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1018
4d737eb2
GM
10192011-02-19 Glenn Morris <rgm@gnu.org>
1020
cad7445b
GM
1021 * dired-x.el: Don't require dired-aux.
1022 (dired-do-create-files, dired-mark-read-regexp)
1023 (dired-do-create-files-regexp): Autoload from dired-aux.
1024
bea584fa
GM
1025 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1026 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1027
d6e96966
GM
1028 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1029 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1030
42924231
GM
1031 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1032 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1033 (dired-clean-up-buffers-too): Declare.
1034
203784cc
GM
1035 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1036 * dired.el (dired-initial-position): Merge dired-x's version here.
1037 (dired-find-subdir): Declare.
1038
30abce25
GM
1039 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1040 * dired-aux.el (dired-add-entry): Give it a doc-string.
1041 Merge dired-x's dired-omit handling here.
1042 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1043
4d737eb2
GM
1044 * international/mule-diag.el (list-input-methods-1):
1045 Indent all lines of multi-line doc-strings. (Bug#8066)
1046
abd20d91
CY
10472011-02-18 Chong Yidong <cyd@stupidchicken.com>
1048
1049 Fix 2011-02-02 changes.
1050
1051 * apropos.el (apropos-print): Call apropos-mode before setting up
1052 buffer variables. Use inhibit-read-only.
1053
5f9d345c
SM
1054 * emacs-lisp/package.el (package--list-packages):
1055 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
1056
1057 * play/solitaire.el (solitaire): Call solitaire-mode before
1058 setting up buffer variables. Use inhibit-read-only.
1059
e697fcfc
LM
10602011-02-18 Lawrence Mitchell <wence@gmx.li>
1061
1062 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1063 Bind case-fold-search to nil when looking for end of here-doc.
1064
4114ed61
EZ
10652011-02-18 Eli Zaretskii <eliz@gnu.org>
1066
e697fcfc
LM
1067 * image-mode.el (image-toggle-display-image):
1068 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
1069 files. (Bug#8047)
1070
aa56f361
SM
10712011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * files.el (cd): Make completion obey cd-path (bug#7924).
1074
d1be20a1
GM
10752011-02-18 Glenn Morris <rgm@gnu.org>
1076
135dee55
GM
1077 * progmodes/prolog.el: Don't require compile when compiling.
1078 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1079 (compilation-forget-errors, compilation-fake-loc)
1080 (compilation-parse-errors-function, compilation-error-list): Declare.
1081 (prolog-inferior-mode): Require 'compile.
1082
15e0d5a1
GM
1083 * emulation/cua-base.el (pc-selection-mode): Declare.
1084
002b46b7
GM
1085 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1086 (customize-object): Add autoload cookie.
1087 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1088 (eieio-browse, describe-class, eieio-describe-class)
1089 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1090 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1091 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1092 * Makefile.in (autoloads): Make eieio.el writable.
1093
d1be20a1
GM
1094 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1095 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1096 (dired-hack-local-variables): Use inhibit-read-only.
1097 (dired-guess-default): Simplify.
1098 (dired-make-relative-symlink): Use dotimes.
1099 (dired-simultaneous-find-file): Use dolist.
1100 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1101 (dired-x-hands-off-my-keys): Doc fix.
1102 (dired-x-bind-find-file): Doc fix. Use remapping.
1103 (after-init-hook): No need to add dired-x-bind-find-file.
1104 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1105 No need to call expand-file-name.
1106 (dired-filename-at-point): Remove unused locals `end', `filename'.
1107
f9d554dd
SM
11082011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1111
5da16a86
CO
11122011-02-18 Christian Ohler <ohler@gnu.org>
1113
1114 * emacs-lisp/ert.el (ert--setup-results-buffer)
1115 (ert-results-pop-to-backtrace-for-test-at-point)
1116 (ert-results-pop-to-messages-for-test-at-point)
1117 (ert-results-pop-to-should-forms-for-test-at-point)
1118 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1119 were incorrect and unnecessary. This should make `make check'
1120 pass again.
1121
3a00a363
KM
11222011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1123
01c35094 1124 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 1125 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
1126 * lisp/allout.el: Remove commentary about remove encryption
1127 passphrase mnemonic support and verification.
01c35094
JB
1128 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1129 armored text using gpg1, and indicate that the gpg version *might*
1130 be the problem in the error message.
3a00a363 1131
73057ba9
DD
11322011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1133
1134 * net/rcirc.el (rcirc-float-time): New function.
1135 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1136 (rcirc-ctcp-sender-PING): Use it.
1137
8551cb32
GM
11382011-02-17 Glenn Morris <rgm@gnu.org>
1139
53ef76c7
GM
1140 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1141 (speedbar-update-flag, speedbar-fetch-etags-command)
1142 (speedbar-fetch-etags-arguments):
1143 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1144 (term-completion-autolist, term-completion-addsuffix)
1145 (term-completion-recexact, term-completion-fignore):
1146 * term/sup-mouse.el (sup-mouse-fast-select-window):
1147 * term/x-win.el (x-select-request-type):
1148 Convert some defvars with "*" to defcustoms.
1149
64a14c74
GM
1150 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1151
92e39d6f
GM
1152 * vc/vc.el (vc-default-previous-version):
1153 Remove alias that points nowhere. (Bug#4496)
1154
fc14288b
GM
1155 * dired-x.el (dired-clean-up-after-deletion):
1156 kill-buffer does not need save-excursion.
1157 (dired-do-run-mail): Doc fix.
1158 (dired-filename-at-point): Doc fix.
1159 Use looking-at, and skip-chars rather than re search.
1160
8551cb32
GM
1161 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1162
96497653
KM
11632011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1164
aac7a935
KM
1165 * allout-widgets.el: New allout extension that shows allout
1166 outline structure with graphical widgets. 'allout-widgets'
1167 customize group is an 'allout' subgroup, for easy discovery.
1168
96497653
KM
1169 * allout.el: Include PGP and GnuPG in Keywords, and other
1170 commentary refinements.
1171 (allout-abbreviate-flattened-numbering): Rename to
1172 allout-flattened-numbering-abbreviation, and
1173 define-obsolete-variable-alias the old name.
1174 (allout-flattened-numbering-abbreviation): Rename from
1175 allout-abbreviate-flattened-numbering.
1176 (allout-mode-p): Include among autoloads, for use by other modes
1177 with impunity.
e697fcfc
LM
1178 (allout-listify-exposed):
1179 Use allout-flattened-numbering-abbreviation.
96497653
KM
1180 (allout-encrypt-string): Use set-buffer-multibyte directly.
1181 (allout-set-buffer-multibyte): Remove.
1182
be4a1d71
DD
11832011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1184
1185 * simple.el (just-one-space): Remove useless `or' call.
1186
274c2d34
MA
11872011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1188
c6309045 1189 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1190 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1191 (soap-decoded-multi-refs, soap-current-wsdl)
1192 (soap-encoded-namespaces): Rename CL-style *...* variables.
1193
88ae2870
MA
11942011-02-16 Michael Albinus <michael.albinus@gmx.de>
1195
1196 * net/soap-client.el: Add "comm" and "hypermedia" to the
1197 keywords. Reflow too long lines.
1198
1199 * net/soap-inspect.el: Ditto. Require 'cl.
1200
689743a2
BG
12012011-02-16 Bastien Guerry <bzg@altern.org>
1202
1203 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1204 in a `doctor-type' argument.
1205
16d2ff89
MA
12062011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1207
1208 * net/soap-client.el:
1209 * net/soap-inspect.el: New files.
1210
c6cefd36
LL
12112011-02-16 Leo <sdl.web@gmail.com>
1212
1213 * dired-x.el (dired-mode-map, dired-extra-startup):
1214 Remove dired-copy-filename-as-kill since it's already in dired.el.
1215
da5e0ce4
GM
12162011-02-16 Glenn Morris <rgm@gnu.org>
1217
1218 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1219 Doc fixes. Add :set property, replacing top-level calls.
1220 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1221 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1222 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1223 (dired-clean-up-after-deletion): Use when and dolist.
1224 (dired-jump): Use unless and when.
1225 (dired-virtual): Use line-end-position.
1226 (dired-default-directory-alist): Rename from default-directory-alist.
1227 (dired-default-directory): Update for above name change.
1228 (dired-vm): Drop VM < 5 and simplify.
1229 (dired-buffer-more-recently-used-p): Rewrite.
1230 (dired-filename-at-point): Use when and or.
1231 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1232 Update callers.
1233
c5ca3aa0
GM
12342011-02-15 Glenn Morris <rgm@gnu.org>
1235
1236 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1237
33f6cf7b
CY
12382011-02-14 Chong Yidong <cyd@stupidchicken.com>
1239
1240 * vc/vc-git.el (vc-git-root-log-format): New option for
1241 customizing log format.
1242 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1243 (vc-git-log-view-mode): Use it.
1244 (vc-git-expanded-log-entry): New function.
1245 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1246
1247 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1248 customizing log format.
1249 (vc-hg-print-log): Use it.
1250 (vc-hg-expanded-log-entry): New function.
1251 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1252 vc-hg-expanded-log-entry. Truncate lines in root log.
1253
1254 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1255
e697fcfc
LM
1256 * vc/log-view.el (log-view-mode-menu):
1257 Add log-view-toggle-entry-display.
33f6cf7b 1258
461b69ae
GM
12592011-02-14 Glenn Morris <rgm@gnu.org>
1260
1261 * dired-x.el: Don't require man when compiling.
1262 (dired-omit-extensions, dired-local-variables-file)
1263 (dired-x-hands-off-my-keys): Make them defcustoms.
1264 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1265 (vm-visit-folder): Declare rather than defining.
1266 (dired-x-help-address, dired-x-variable-list): Remove.
1267 (dired-x-submit-report): Make it an obsolete alias.
1268
35f52ed6
JB
12692011-02-14 Juanma Barranquero <lekktu@gmail.com>
1270
1271 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1272
b2108a36
TZ
12732011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1274
67186ae2 1275 * net/imap.el: Bring it back.
b2108a36 1276
abfc152b
AM
12772011-02-13 Alan Mackenzie <acm@muc.de>
1278
1279 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1280 narrow-to-region call that cuts context off the end (Bug#7722).
1281
e697fcfc
LM
1282 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1283 Refactor nested if-forms with a simple cond.
abfc152b
AM
1284 (c-forward-<>-arglist): Revert 2011-01-31 change.
1285
d4eb88c7
CY
12862011-02-13 Chong Yidong <cyd@stupidchicken.com>
1287
1288 * vc/log-view.el: New command log-view-toggle-entry-display for
1289 toggling log entries between concise and detailed forms.
1290 (log-view-toggle-entry-display): New command.
1291 (log-view-mode-map): Bind RET to it.
1292 (log-view-expanded-log-entry-function): New variable.
1293 (log-view-current-entry, log-view-inside-comment-p)
1294 (log-view-current-tag): New functions.
1295 (log-view-toggle-mark-entry): Use log-view-current-entry and
1296 log-view-end-of-defun instead of searching directly with
1297 log-view-message-re.
1298 (log-view-end-of-defun): Likewise. Add optional ARG for
1299 compatibility with end-of-defun.
1300 (log-view-end-of-defun): Ignore comments and VC buttons.
1301
1302 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1303 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1304
2609a08e
TZ
13052011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1306
114fe546
G
1307 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1308
2609a08e
TZ
1309 * net/imap-hash.el: Remove file.
1310
7a6ebb1a
MA
13112011-02-13 Michael Albinus <michael.albinus@gmx.de>
1312
1313 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1314
1315 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1316 call.
1317
1318 * net/tramp-imap.el: Remove file.
1319
75d4dcc9
CY
13202011-02-13 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1323 widget library for buttons, just use button.el.
1324
1325 * vc/log-view.el (log-view-mode-map): Don't inherit from
1326 widget-keymap.
1327
3c65e88d 13282011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1329
86361e1e
GM
1330 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1331 (nintersection, set-difference, nset-difference)
1332 (set-exclusive-or, nset-exclusive-or): Doc fix.
1333
dc4c6a7a
GM
1334 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1335
8a6f24e5
GM
1336 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1337 :italic props, so that frame-set-background-mode works. (Bug#7966)
1338
3caced0b
GM
1339 * simple.el (next-error): Doc fix.
1340
9de31df2
TV
13412011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1342
1343 * dired-aux.el (dired-create-files): Adapt destination name to
1344 match the new behavior of copy-directory.
1345
38a71655
CY
13462011-02-12 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1349 from rmail-dont-reply-to-names. Callers changed.
1350 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1351 (rmail-dont-reply-to): Make it an obsolete alias.
1352
1353 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1354 nil, and make obsolete (Bug#7888).
1355 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1356
1357 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1358
1359 * mail/rmailsort.el (rmail-sort-by-correspondent)
1360 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1361
1362 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1363
470d996d
TV
13642011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1365
1366 * files.el (copy-directory): New argument COPY-CONTENTS for
1367 copying directory contents into another existing directory.
1368
e2784c87
TH
13692011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1370
1371 * minibuffer.el (completion-table-case-fold): New function for
1372 creating a case-insensitive completion table.
1373
563790b6
TZ
13742011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1375
1376 * net/tramp.el (tramp-default-method): Also check if
1377 `auth-source-search' is bound.
1378 (tramp-read-passwd): Use `auth-source-search' instead of
1379 `auto-source-user-or-password'.
1380
1381 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1382 `auto-source-user-or-password.
1383 (tramp-imap-passphrase-callback-function): Use it.
1384
1385 * net/imap-hash.el: Autoload `auto-source-search' instead of
1386 `auto-source-user-or-password.
1387 (imap-hash-open-connection): Use it.
1388
1389 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1390 `auto-source-user-or-password.
1391 (smtpmail-try-auth-methods): Use it.
1392
c6affbde
PH
13932011-02-12 Phil Hagelberg <phil@hagelb.org>
1394
1395 * emacs-lisp/package.el: Allow packages to be reinstalled.
1396 (package--write-file-no-coding): Remove EXCL arg.
1397 (package-unpack-single): Don't use it.
1398
b5a53795
KP
13992011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1400
1401 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1402 in each sub directory.
1403 (vc-svn-registered): Use vc-svn-root.
1404 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1405 (vc-svn-repository-hostname): Use "svn info".
1406
25833f5e
DD
14072011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1408
1409 * simple.el (delete-trailing-whitespace): New optional buffer
1410 bound parameters.
1411
75d1d833
BG
14122011-02-11 Bastien Guerry <bzg@altern.org>
1413
1414 * files.el (basic-save-buffer): save unmodified buffers when
1415 the file pointed by buffer-file-name doesn't exist.
1416
e0e36cac
DD
14172011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1418
079721e9 1419 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1420
59350862
GM
14212011-02-11 Glenn Morris <rgm@gnu.org>
1422
1423 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1424
5708ce5e
JB
14252011-02-11 Juanma Barranquero <lekktu@gmail.com>
1426
1427 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1428
b016851c
SM
14292011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1430
59003be9
SM
1431 * server.el (server-process-filter): Use pcase.
1432
9517f8af
SM
1433 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1434 conflicting ways.
1435 (smie-indent--parent): Extend to "parent of arg".
1436 (smie-indent-inside-string): New function.
1437 (smie-indent-functions): Use it.
1438
cf77dd27
SM
1439 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1440 bzr locking race condition.
1441
49ffc078
SM
1442 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1443 still valid before using it.
1444
1a0a6cef
SM
1445 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1446 `message' -> `compilation-message' rename (bug#8004).
1447
b016851c
SM
1448 Move keymap initialization into declaration.
1449 * textmodes/enriched.el (enriched-mode-map):
1450 * textmodes/bib-mode.el (bib-mode-map):
1451 * term/lk201.el (lk201-function-map):
1452 * tar-mode.el (tar-mode-map):
1453 * replace.el (occur-mode-map):
1454 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1455 * progmodes/idlw-help.el (idlwave-help-mode-map):
1456 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1457 * play/solitaire.el (solitaire-mode-map):
1458 * play/snake.el (snake-mode-map, snake-null-map):
1459 * play/pong.el (pong-mode-map):
1460 * play/handwrite.el (menu-bar-handwrite-map):
1461 * play/gametree.el (gametree-mode-map):
a65112fb 1462 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1463 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1464 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1465 (newsticker--url-keymap):
1466 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1467 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1468 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1469 (menu-bar-edit-menu, menu-bar-custom-menu)
1470 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1471 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1472 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1473 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1474 (menu-bar-tools-menu, menu-bar-describe-menu)
1475 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1476 (menu-bar-help-menu):
1477 * mail/rmailsum.el (rmail-summary-mode-map):
1478 * kmacro.el (kmacro-step-edit-map):
1479 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1480 (ibuffer-mode-operate-map):
1481 * hi-lock.el (hi-lock-menu, hi-lock-map):
1482 * emulation/vip.el (vip-mode-map):
1483 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1484 * bookmark.el (bookmark-bmenu-mode-map):
1485 * help-mode.el (help-mode-map): Move initialization into declaration.
1486
1be1d1e9
DD
14872011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1488
1489 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1490 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1491 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1492 (rcirc-cmd-me, rcirc-authenticate): Use them.
1493
26d2a9bd
KM
14942011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1495
1496 * allout.el: Synopsis: Change allout user configuration so
1497 auto-activation is controlled solely by customization
1498 `allout-auto-activation'.
1499
01c35094 1500 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1501 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1502 Also, explicitly invoke (allout-setup) after allout-auto-activation
1503 is custom-defined, to affect the settings in emacs sessions besides
1504 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1505 (allout-auto-activation): Use allout-auto-activation-helper to
1506 :set. Revise the docstring.
1507 (allout-init): Reduce functionality to just customizing
1508 allout-auto-activation, and mark obsolete.
1509 (allout-mode): Respect string values for allout-auto-activation.
1510 Run allout-after-copy-or-kill-hook without any args.
01c35094 1511 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1512 (outlineify-sticky): Adjust docstring for new scheme.
1513 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1514 should concentrate on the kill ring.
1515
b8e0f0cd
G
15162011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1517
1518 * password-cache.el (password-cache-remove): Accept secrets that are
1519 not strings.
1520
ccded26c
SM
15212011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1524 of here-doc that immediately follows a comment.
1525
ee6a57ab
DD
15262011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1527
4d04fdc9
DD
1528 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1529
ee6a57ab
DD
1530 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1531 available.
1532 (rcirc-ctcp-sender-PING): New function.
1533
6ca94a0b
SM
15342011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1537 Remove the mark/nomark handling, and activate shift-select-mode instead.
1538
1539 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1540
226590f8
JB
15412011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1542
1543 * calc/calc-units.el (math-logunits-quant): Add support for
1544 non-logarithmic units.
1545
dd0b691e
KM
15462011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1547
4ec28e14
KM
1548 * allout.el (allout-after-copy-or-kill-hook): New hook for
1549 extension-specific processing of killed text.
1550 (allout-mode): Include new allout-after-copy-or-kill-hook among
1551 mentioned hooks.
01c35094 1552 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1553 after kill happens even if barf-if-buffer-read-only is raised.
1554 Include new allout-after-copy-or-kill-hook among that subsequent
1555 processing.
1556 (allout-deannotate-hidden): Actually remove the annotation text
1557 properties.
1558
dd0b691e
KM
1559 * allout.el (allout-listify-exposed): Copy text sans text properties.
1560
07e52e08
MA
15612011-02-07 Michael Albinus <michael.albinus@gmx.de>
1562
b016851c 1563 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1564
c5aff743
DD
15652011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1566
1567 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1568
03925868
JB
15692011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1570
b016851c 1571 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1572 `calc-default-field-reference-level'.
b016851c 1573 (calc-logunits-power-reference): Rename from
01c35094 1574 `calc-default-power-reference-level'.
03925868 1575
b016851c 1576 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1577 `math-logunits-level'
b016851c 1578 (math-logunits-plus): Rename from math-logcombine.
03925868 1579 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1580 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1581 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1582 New functions.
b016851c
SM
1583 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1584 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1585 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1586 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1587 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1588 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1589 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1590 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1591 New functions.
1592
b016851c 1593 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1594 (calc-ul-prefix-help): Remove.
1595 (calc-l-prefix-help): New function.
1596 (calc-full-help): Add reference to `calc-l-prefix-help'.
1597
1598 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1599
ec6ad6f2
JB
1600 * calc/README: Mention logarithmic units.
1601
f8b351c1
CY
16022011-02-06 Chong Yidong <cyd@stupidchicken.com>
1603
1604 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1605 non-ASCII characters (Bug#7925).
1606
a60287ff
GM
16072011-02-05 Glenn Morris <rgm@gnu.org>
1608
1609 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1610
9ad53e98
GM
1611 * calendar/diary-lib.el (diary-font-lock-keywords):
1612 Tweak diary-time-regexp match. (Bug#7891)
1613
9783df21
GM
1614 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1615 (f90-mode): Use it for mode's `find-tag-default-function' property.
1616
df275851
GM
1617 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1618
95838641
GM
1619 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1620
827b77e9
DD
16212011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1622
1623 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1624 (Bug#6386).
1625
7cb76591
SM
16262011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1627
ba70ab1c
SM
1628 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1629 font-lock-syntax-table remappings.
1630 (sh-here-doc-markers, sh-here-doc-re): Remove.
1631 (sh-font-lock-close-heredoc): Remove.
1632 (sh-syntax-propertize-here-doc): New function.
1633 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1634 instead of the sh-here-doc-re.
1635 (sh-font-lock-paren): Don't do anything in comments or strings.
1636 Handle line continuations. Accept a few more chars.
1637 Don't rely on the font-lock-syntax-table remappings.
1638 `esac' is not a valid pattern.
1639 (sh-syntax-propertize-function): Handle here-docs differently, so we
1640 don't bother syntax-propertizing the insides.
1641
7cb76591
SM
1642 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1643 Handle new bashisms ";&" and ";;&" (bug#7947).
1644
39b20f56
MA
16452011-02-05 Michael Albinus <michael.albinus@gmx.de>
1646
7cb76591
SM
1647 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1648 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1649
51aba3f3
MA
16502011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1651
1652 * net/tramp.el (tramp-postfix-method-format)
1653 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1654 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1655 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1656 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1657 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1658 Doc fix.
1659
7bc61bb7
SS
16602011-02-04 Sam Steingold <sds@gnu.org>
1661
1662 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1663
d93c111e
AS
16642011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1665
1666 * international/mule-util.el (with-coding-priority): Doc fix.
1667
6f52d86e
EZ
16682011-02-04 Eli Zaretskii <eliz@gnu.org>
1669
1670 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1671
c1b4afac
SS
16722011-02-03 Sam Steingold <sds@gnu.org>
1673
1674 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1675 Do not error out when `func' is nil.
1676
a857d3c7
MA
16772011-02-03 Michael Albinus <michael.albinus@gmx.de>
1678
1679 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1680 `tramp-default-remote-path' to the docstring.
1681 (tramp-get-remote-path): Suppress error message when `getconf
1682 PATH' fails.
1683
1684 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1685
8aa88760
GM
16862011-02-03 Glenn Morris <rgm@gnu.org>
1687
219ea611
GM
1688 * vc/vc-hg.el (vc-hg-command): Doc fix.
1689
8d7b5b5b
GM
1690 * term/w32-win.el (libpng-version): Declare for compiler.
1691
c03eac34
GM
1692 * msb.el: No need to load dired while compiling.
1693
7f07c1fe
GM
1694 * emacs-lisp/elint.el (elint-standard-variables):
1695 Remove a couple of built-ins that now have doc-strings.
1696
befe199d
GM
1697 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1698 `require' is automatically `eval-and-compile'd.
1699
2d7d6439
GM
1700 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1701 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1702
8aa88760
GM
1703 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1704 Move definition before use.
1705 (strokes-report-bug): Make it obsolete.
1706
e90f8545
SS
17072011-02-02 Sam Steingold <sds@gnu.org>
1708
1709 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1710 from `special-mode', entering it makes the buffer read-only, so
1711 call it only when everything has been already inserted.
1712 * emacs-lisp/ert.el (ert--setup-results-buffer)
1713 (ert-results-pop-to-backtrace-for-test-at-point)
1714 (ert-results-pop-to-messages-for-test-at-point)
1715 (ert-results-pop-to-timings): Ditto.
1716 * emacs-lisp/package.el (package--list-packages): Ditto.
1717 * play/solitaire.el (solitaire): Ditto.
1718
90db975f
CY
17192011-02-02 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * progmodes/compile.el: Make all faces inherit.
1722 (compilation-warning): Inherit from font-lock-variable-name-face.
1723 (compilation-info): Inherit from font-lock-type-face.
1724 (compilation-line-number): Reassign to font-lock-keyword-face.
1725 (compilation-column-number): Reassign to font-lock-doc-face.
1726 (compilation-leave-directory-face): Reassign to
1727 font-lock-builtin-face.
1728
bc35ff32
EZ
17292011-02-02 Eli Zaretskii <eliz@gnu.org>
1730
1731 * dired.el (dired-insert-directory): Don't invoke `ls' when
1732 ls-lisp.el is used to emulate it.
1733
39cde66c
JD
17342011-02-01 Julien Danjou <julien@danjou.info>
1735
1736 * color.el (color-gradient): Add a color-gradient function.
1737
abef340a
SS
17382011-02-01 Sam Steingold <sds@gnu.org>
1739
1740 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1741 bind "z" to `kill-this-buffer'.
1742 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1743 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1744 (apropos-mode): Inherit from `special-mode'.
1745 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1746 * bookmark.el (bookmark-bmenu-mode): Define using
1747 `define-derived-mode' inheriting from `special-mode'.
1748 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1749 * image-mode.el (image-mode-map): Ditto.
1750 * replace.el (occur-mode): Define using
1751 `define-derived-mode' inheriting from `special-mode'.
1752 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1753 * calendar/diary-lib.el (diary-fancy-display-mode):
1754 Inherit from `special-mode-map'.
1755 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1756 Inherit from `special-mode'.
1757 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1758 `special-mode-map'.
1759 (package-menu-mode): Define using `define-derived-mode'
1760 inheriting from `special-mode'.
1761 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1762 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1763 (xesam-mode-map): Define separately.
1764 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1765 * progmodes/compile.el (compilation-minor-mode-map)
1766 (compilation-mode-map): Inherit from `special-mode-map'.
1767 * vc/diff-mode.el (diff-mode-shared-map):
1768 Inherit from `special-mode-map'.
1769 * vc/log-view.el (log-view-mode-map): Add a comment.
1770
928f4e73
CY
17712011-02-01 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * custom.el (load-theme): Define return value. Drop use of
1774 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1775 (custom-theme-load-confirm): Scroll in the correct window.
1776 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1777
1778 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1779 checkbox if load-theme fails.
1780
7d116647
SM
17812011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * progmodes/compile.el (compilation-next-error): Check there's
1784 a message before using it (bug#7941).
1785
4fdfcddf
JB
17862011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1787
1788 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1789 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1790 of potential pivots.
1791
3b95603f
AM
17922011-01-31 Alan Mackenzie <acm@muc.de>
1793
7d116647
SM
1794 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1795 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1796 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1797 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1798
6fa1f651
CY
17992011-01-31 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * files.el (copy-directory): Fix arguments to recursive call.
1802
14beddf4 18032011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1804
1805 * files.el (copy-directory): If destination is an existing
1806 directory, copy into a subdirectory there.
1807
14beddf4 18082011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1809
1810 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1811 files.
1812
14beddf4 18132011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1814
6fc0aac3
CY
1815 * image-dired.el (image-dired-mouse-display-image): No-op if no
1816 file is found (Bug#7817).
1817
d1f14baa
CY
1818 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1819
14beddf4 18202011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1821
7d116647
SM
1822 * international/quail.el (quail-keyboard-layout-alist):
1823 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1824
14beddf4 18252011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1826
1827 * msb.el (msb-menu-bar-update-buffers): Update for changed
1828 argument handling of menu-bar-select-frame. (Bug#7902)
1829
14beddf4 18302011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1831
1832 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1833 to the recursion depth (Bug#7722).
1834
14beddf4 18352011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1836
1837 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1838 command-line-default-directory (Bug#7872).
1839
9e11271c
SM
18402011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * progmodes/compile.el (compilation--flush-directory-cache):
1843 New function, extracted from compilation--remove-properties.
1844 (compilation--remove-properties, compilation--parse-region): Use it.
1845 (compilation--previous-directory): Handle one more case.
1846 (compilation-enable-debug-messages): Remove.
1847 (compilation-parse-errors, compilation--flush-parse): Just remove the
1848 left over debug messages.
1849
038714ab
SS
18502011-01-31 Sam Steingold <sds@gnu.org>
1851
1852 * progmodes/compile.el (compilation-enable-debug-messages):
1853 Add a variable to make the parsing messages introduced in
1854 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1855 (compilation-parse-errors, compilation--flush-parse): Use it.
1856
2a4466ca
DD
18572011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1858
35f52ed6 1859 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1860 (rcirc-nick-completion-format): New defcustom.
1861 (rcirc-complete): Use it.
1862
186ecaf1
DD
18632011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1864
1865 * net/rcirc.el: Clean log filenames (Bug#7933).
1866 (rcirc-log-write): Use convert-standard-filename.
1867 (rcirc-log-filename-function): Documentation updates.
1868
253f7d1b
JD
18692011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1870
9e11271c
SM
1871 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1872 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1873 (report-emacs-bug-can-use-osx-open): New function.
1874 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1875 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1876
a2b6e5d6
CY
18772011-01-29 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1880 updating Dired or VC-dir buffers after async command completes.
1881
1882 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1883 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1884
1885 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1886 completions if it exists. Use vc-set-async-update.
1887 (vc-git-pull): Use vc-set-async-update.
1888
1889 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1890 read-shell-command. Use vc-set-async-update.
1891 (vc-hg-merge-branch): Use vc-set-async-update.
1892
8907f7b9
DU
18932011-01-29 Daiki Ueno <ueno@unixuser.org>
1894
9e11271c
SM
1895 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1896 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1897 (Bug#7931).
1898
e52f87a1
SM
18992011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * progmodes/compile.el: Avoid an N² behavior in grep.
1902 (compilation--previous-directory): New fun.
1903 (compilation--previous-directory-cache): New var.
1904 (compilation--remove-properties): Flush it.
1905 (compilation-directory-properties, compilation-error-properties):
1906 Use the new fun to speed up looking for the current directory.
1907
659114fd
CY
19082011-01-29 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * vc/vc-hg.el (vc-hg-history): New var.
1911 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1912 (vc-hg-merge-branch): New function.
1913
1914 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1915 the other way around.
1916
1917 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1918 (vc-git-merge-branch): New functions.
1919 (vc-git-history): New var.
1920
9bfe5783
CY
19212011-01-28 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1924
1925 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1926 vc-do-async-command.
1927
e52f87a1
SM
1928 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1929 Callers changed.
9bfe5783 1930
b1ea593c
LL
19312011-01-28 Leo <sdl.web@gmail.com>
1932
1933 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1934 highlighting to the "this function is advised" message.
b1ea593c
LL
1935
1936 * help-mode.el (help-mode-finish): Apply highlighting here, to
1937 avoid clobbering by substitute-command-keys (Bug#6304).
1938
40e22d80
CY
19392011-01-28 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * woman.el (woman0-roff-buffer): Process roff escape sequences
1942 occurring prior to the first request (Bug#7843).
1943
01c63f4c
SM
19442011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1945
55fb9013
SM
1946 * progmodes/compile.el: Don't use font-lock any more.
1947 (compilation-error-regexp-alist-alist): Change handling of makepp
1948 so it preserves the warning/error distinction on subsequent files.
1949 Simplify various rules.
1950 (compilation-directory-properties): Use font-lock-face.
1951 Add a compilation-message property.
1952 (compilation-internal-error-properties): Use font-lock-face.
1953 Don't set the compilation-debug property here.
1954 (compilation--put-prop, compilation--remove-properties)
1955 (compilation--parse-region, compilation--ensure-parse)
1956 (compilation--ensure-parse): New functions.
1957 (compilation-parse-errors): New function, largely inspired of
1958 compilation-mode-font-lock-keywords. Set compilation-debug here.
1959 (compilation--parsed): New var.
1960 (compilation--flush-parse): Use compilation--ensure-parse.
1961 (compilation-start): Don't call font-lock.
1962 (compilation-turn-on-font-lock): Remove.
1963 (compilation-setup): Don't set font-lock-extra-managed-props not change
1964 other font-lock settings, other than keywords.
1965 Don't activate font-lock-mode.
1966 Set change-major-mode-hook and before-change-functions.
1967 (compilation--unsetup): Remove properties and hooks.
1968 (compilation-next-single-property-change): New function.
1969 (compilation-next-error): Use it to parse when needed.
1970 (compile-goto-error): Parse buffer as needed.
1971 (compilation--compat-error-properties): Don't need a dummy `face'
1972 property any more.
1973
8fe52384
SM
19742011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1977 (compilation-process-setup-function): Fix docstring's false promises.
1978 (compilation-error-regexp-alist-alist): Catch omake's continuous
1979 recompilation message and avoid reuse of old markers.
1980 (compilation-parse-errors-function): Declare obsolete.
1981 (compilation-buffer-modtime): Remove.
1982 (compilation--make-cdrloc, compilation--loc->col)
1983 (compilation--loc->line, compilation--loc->file-struct)
1984 (compilation--loc->marker, compilation--loc->visited)
1985 (compilation--make-file-struct, compilation--file-struct->file-spec)
1986 (compilation--file-struct->formats)
1987 (compilation--file-struct->loc-tree): New macros. Use them.
1988 (compilation--message): New defstruct. Use them.
1989 (compilation-next-error-function): Don't mess with timestamps to try
1990 and guess when to reparse.
1991
01c63f4c
SM
19922011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1993
5e853d01
SM
1994 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1995 (tex-old-error-file-name): New function,
1996 extracted from tex-compilation-parse-errors.
1997 (tex-compilation-parse-errors): Remove.
1998 (tex-error-regexp-alist): New var.
1999 (tex-shell): Use it to avoid compilation-parse-errors-function.
2000
07b741a7
SM
2001 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2002 (grep-mode-font-lock-keywords): Remove regexp that seems like
2003 a left-over from before we used compile.el.
2004 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2005 modifying the buffer within with-silent-modifications.
2006
2007 * progmodes/compile.el: Cleanup text-properties namespace by using
2008 `compilation-message' instead of `message', `compilation-directory'
2009 instead of `directory', and `compilation-debug' instead of `debug'.
2010 (compilation-last-buffer, compilation-parsing-end)
2011 (compilation-error-list, compilation-old-error-list): Move to the
2012 compatibility part of the code.
2013 (compilation-error-properties): If `file' is a function, let it return
2014 a file name.
2015 (compilation-mode-font-lock-keywords): Be more conservative with the
2016 omake "^ *" pattern prefix, to try and minimize the risk of
2017 pathologically slow regexp matching.
2018 (compilation-start): Use inhibit-read-only.
2019 (compilation--unsetup): New function.
2020 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2021 (compilation-filter): Minor tweaks.
8fe52384 2022 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 2023 (compilation--flush-file-structure): New fun.
8fe52384 2024 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
2025 (debug-ignored-errors): Add "Moved past last ...".
2026 (compilation--compat-error-properties)
2027 (compilation--compat-parse-errors): Rename by doubling the "-".
2028
01c63f4c
SM
2029 Port features from the previous prolog.el to the new one.
2030 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2031 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2032 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2033 variable and use a function to compute the value dynamically.
2034 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2035 (prolog-continued-prompt-regexp): Remove, unused.
2036 (prolog-find-value-by-system): Try and use the value of prolog-system
2037 in the *prolog* buffer if it helps.
2038 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2039 (prolog-zip-on): ..and check prolog-system and version here instead.
2040 (prolog-inferior-self-insert-command): New command.
2041 (prolog-inferior-mode-map): Use it.
2042 (prolog-inferior-error-regexp-alist): New var.
8fe52384 2043 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
2044 (prolog-input-filter): Use derived-mode-p.
2045 (prolog-inferior-guess-flavor): New function.
2046 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2047 make-comint to avoid running comint-mode twice.
2048 (prolog-inferior-buffer): New fun.
2049 (prolog-old-process-region, prolog-old-process-file):
2050 Don't call prolog-bsts here...
2051 (prolog-build-prolog-command): ...do it here instead.
2052 (prolog-old-process-region, prolog-old-process-file):
2053 Use compilation-fake-loc and compilation-forget-errors.
2054 (prolog-consult-compile-region): Use bolp.
2055
2f224f0b
CY
20562011-01-28 Chong Yidong <cyd@stupidchicken.com>
2057
2058 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2059
db0e305d
SS
20602011-01-27 Sam Steingold <sds@gnu.org>
2061
9e11271c
SM
2062 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2063 Remove "*server*" which is never created by emacs server.
db0e305d 2064
27bbeb29
DD
20652011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2066
2067 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2068 there are some diff switches.
2069
153c5428
SM
20702011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2071
89fdaac7
SM
2072 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2073 Copy change made to ruby-font-lock-syntactic-keywords.
2074
153c5428
SM
2075 * htmlfontify.el: Make it obey the font-lock-face text property.
2076 Miscellaneous cleanup such as:
2077 - Don't hide expressions after a closing paren.
2078 - Move initial setq into let.
2079 - Hoist common parts out of ifs.
2080 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2081 (hfy-face-at): Use get-text-property instead.
2082 (hfy-prop-invisible-p): Use invisible-p if available.
2083 (htmlfontify-manual): Use \\[...].
2084 (hfy-html-quote-regex): Use [...].
2085 (hfy-combined-face-spec): Simplify.
2086 (hfy-compile-face-map): Don't presume point-min==1.
2087 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2088 match end of string.
2089 (hfy-text-p): η-reduce.
2090 (hfy-tags-for-file): Receive cache-hash directly.
2091 (hfy-mark-tag-names): Adjust call.
2092
ed7646d4
GM
20932011-01-27 Glenn Morris <rgm@gnu.org>
2094
2095 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2096 (msb-after-load-hook): Remove eval-after-load wackiness.
2097
ed68f651
SS
20982011-01-25 Sam Steingold <sds@gnu.org>
2099
2100 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2101 literal "diff" (important for windows-nt).
2102
0fe719e6
GM
21032011-01-25 Glenn Morris <rgm@gnu.org>
2104
2105 * emacs-lisp/copyright.el (copyright-at-end-flag)
2106 (copyright-names-regexp): Add safety properties.
2107 (copyright-year-ranges): New option.
2108 (copyright-find-end): New function, split from copyright-update-year.
2109 (copyright-update-year): Use copyright-find-end.
2110 (copyright-fix-years): Optionally, convert years to ranges.
2111 Handle years continued over comment lines.
2112 Do not mess with the fill-prefix.
2113 Do not call copyright-update.
2114 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 2115 Skip directories. Find files with only safe local vars.
0fe719e6 2116
06d8ace5 21172011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
2118
2119 * files.el (file-name-non-special): Only change buffer-file-name after
2120 insert-file-contents if it's `visit'ing the file (bug#7854).
2121
06d8ace5 21222011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
2123
2124 * dired.el (dired-revert): Doc fix (Bug#7758).
2125
06d8ace5
GM
2126 * simple.el (line-move-visual): Doc fix (Bug#7594).
2127
21282011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
2129
2130 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2131 here-doc which ends with an underscore.
2132 (ruby-mode-set-encoding): Skip shebang line always.
2133 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 2134 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
2135 (ruby-forward-sexp): Stop after literal hash key labels.
2136 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2137 bracket.
2138
06d8ace5 21392011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
2140
2141 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2142 the correct buffer (Bug#7650).
2143
06d8ace5
GM
21442011-01-25 Glenn Morris <rgm@gnu.org>
2145
2146 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2147
ce558208
GM
2148 * simple.el (do-auto-fill): Give it a doc string.
2149
4d265b4d
GM
2150 * button.el (make-text-button): Doc fix. (See bug#7881)
2151
21bb5ce0
SM
21522011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2153
ab0a61d0
SM
2154 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2155 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2156
21bb5ce0
SM
2157 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2158 Handle ?" and friends differently (e.g. don't use backrefs).
2159
603823f5
JB
21602011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2161
2162 * calc/calc.el (calc-default-power-reference-level)
2163 (calc-default-field-reference-level): New variables.
35f52ed6 2164 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2165 (math-logunits): New variable.
2166 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2167 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2168 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2169 New functions.
603823f5
JB
2170 (math-find-base-units-rec): Add entry for ln(10).
2171 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2172 (calc-ul-prefix-help): New function.
2173 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2174 functions. Add keybindings for new units functions.
603823f5 2175
11ea68ce 21762011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2177
2178 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2179 rcirc buffers. (Bug#4940)
10617634 2180
0412a5a4
GM
21812011-01-22 Glenn Morris <rgm@gnu.org>
2182
2183 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2184 split out from copyright-update-year.
2185 (copyright-update): Don't mess with the GPL version if we don't own the
2186 copyright. Update license regexp, and remove no longer needed
2187 Esperanto stuff.
d226ec23 2188 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2189
e7c1dca8
CY
21902011-01-22 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2193
4d0143e6
JA
21942011-01-22 Jari Aalto <jari.aalto@cante.net>
2195
2196 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2197 (lm): Rename to landmark.
2198 (lm-test-run): Rename to landmark-test-run.
2199
e3545d0d
CY
22002011-01-22 Chong Yidong <cyd@stupidchicken.com>
2201
2202 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2203 "Case sensitive" menu item.
2204
7c82f3e2 22052011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2206
2207 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2208 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2209
7c82f3e2 22102011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2211
2212 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2213
7c82f3e2 22142011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2215
6e1dbaa9
RM
2216 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2217 Assume foo(bar) is a manpage reference rather than some unquoted
2218 symbol (bug#7705).
26a27884 2219
7c82f3e2 22202011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2221
2222 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2223 Suggested by Flo <sensorflo@gmail.com>.
2224
7c82f3e2 22252011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2226
2227 * progmodes/compile.el (compilation-error-regexp-alist):
2228 Fix custom type. (Bug#7812)
2229
4936e3ba
KM
22302011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2231
2232 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2233 allout-number-siblings, in keeping with what obtained due to
2234 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2235 (prefixed) ?i.
2236 (allout-before-change-handler): Better expose spots affected by
2237 undo.
2238
cde7e38b
CY
22392011-01-22 Chong Yidong <cyd@stupidchicken.com>
2240
2241 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2242
6b072b27
PH
22432011-01-22 Phil Hagelberg <phil@evri.com>
2244
2245 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2246 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2247 (pcmpl-ssh-config-hosts): New function.
2248 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2249 pcmpl-ssh-known-hosts.
2250
26d82c3a
JB
22512011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2252
c310ff4f
JB
2253 * calc/calc-undo.el (calc-undo): Autoload it.
2254 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2255 and autoload for `calc-undo'.
2256 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2257 * calc/calc-prog.el:
2258 * calc/calc-graph.el:
2259 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2260
a10c4149
ŠN
22612011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2262
2263 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2264 keybindings to `calc-undo'.
2265
8dabbfd6
SM
22662011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 Don't mess with *temp*.
2269 * obsolete/spell.el: Move from textmodes/spell.el.
2270 (spell-string):
2271 * term.el (term-read-input-ring):
2272 * startup.el (display-startup-echo-area-message):
2273 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2274 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2275 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2276 point-min==1.
2277
d3e51865
KM
22782011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2279
35f52ed6 2280 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2281 reapplying defalias.
2282
2283 (allout-hotspot-key-handler): Check for non-control-modified
2284 bindings for hotspot characters if there are no control-modified
2285 versions.
2286
d3e51865
KM
2287 * allout.el: Summary - migrate to defining allout mode using
2288 define-minor-mode instead of defun. Significantly clean-up
2289 internal keymap provisions, refactoring and, in the process,
2290 removing a lot of accumulated cruft.
2291
2292 allout-mode-map is now a keymap by virtue of being a defalias to
2293 allout-mode-map-value, which contains the actual keymap structure.
2294
8dabbfd6
SM
2295 (allout-mode): Use define-minor-mode rather than defun.
2296 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2297 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2298 entry will be '(allout-mode . allout-mode-map) - see
2299 allout-mode-map-value, below. Adjust docstring to track changes.
2300 (allout-minor-mode): Remove this defalias, now that we're using
2301 define-minor-mode.
2302 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2303 keymap is allout-mode-map-value, via defalias.
2304 (allout-mode-map-value): The variable holding the actual mode
2305 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2306 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2307 allout-bind-keys, and including the binding-composition
2308 functionality of the former produce-allout-mode-map and
2309 allout-setup-mode-map.
2310 (allout-institute-keymap): Take over the "setup" part of the former
2311 allout-setup-mode-map. Reassign allout-mode-map-value value and
2312 update the defalias.
01c35094 2313 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2314 (allout-unprefixed-keybindings):
2315 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2316 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2317 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2318 user can customize if they want to use that binding.
2319 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2320 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2321 elided that, previously, instead of the one for \C-h.)
2322 (allout-hotspot-key-handler): Remove attempt to resolve the key
2323 through the literal key-string lookup on allout-keybindings-list.
2324 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2325 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2326 (allout-pre-command-business): Use allout-mode-map-value instead
2327 of allout-mode-map.
2328 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2329 the bindings if they want to use a keybinding having a trailing
2cf429d0 2330 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2331 (allout-keybindings-list): Remove. It's not been useful for a
2332 while. (See allout-hotspot-key-handler changes, above.)
2333 (produce-allout-mode-map): Remove. Consolidate into
2334 allout-compose-and-institute-keymap.
2335 (allout-mode-map-adjustments): Remove. No longer necessary with
2336 removal of allout-preempt-trailing-ctrl-h.
2337 (allout-setup-mode-map): Remove. Consolidate into
2338 allout-compose-and-institute-keymap and allout-institute-keymap.
2339
c11136ec
GM
23402011-01-20 Glenn Morris <rgm@gnu.org>
2341
dbfb414e
GM
2342 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2343
c11136ec
GM
2344 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2345
9aea757b
CY
23462011-01-20 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2349
2350 * files.el (find-alternate-file, basic-save-buffer)
2351 (basic-save-buffer-2, revert-buffer, recover-file)
2352 (kill-buffer-ask, abort-if-file-too-large)
2353 (set-visited-file-name, write-file, backup-buffer)
2354 (basic-save-buffer, save-some-buffers):
2355 * dired-aux.el (dired-compress-file): Callers changed.
2356
5dd4f3f7
GM
23572011-01-19 Glenn Morris <rgm@gnu.org>
2358
2359 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2360 Also check the property status. (Bug#7861)
2361
56761182
MA
23622011-01-18 Michael Albinus <michael.albinus@gmx.de>
2363
2364 * net/tramp.el (tramp-debug-message): Extend function exclude
2365 list. Use `regexp-opt'.
2366
a9faac5c 23672011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2368
9cc3a0c7
SM
2369 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2370 highlighting doesn't spill over subsequent lines.
2371
1a1fcbe1
SM
2372 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2373 keymap expression. Improve docstring.
2374
74a10be5
SM
2375 * electric.el (electric-indent-post-self-insert-function):
2376 Don't auto-indent for indent-to-left-margin, it's too often
2377 counter-productive.
2378
721be9cd
TH
23792011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2380
2381 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2382 spaces if the frame was resized, so that the full visible buffer
2383 serves as canvas for strokes.
2384
a767645f
GM
23852011-01-16 Glenn Morris <rgm@gnu.org>
2386
2387 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2388 Also skip directories.
a767645f 2389
444ee8dd
KR
23902011-01-16 Kevin Ryde <user42@zip.com.au>
2391
2392 * info-xref.el: Version 3.
2393 (info-xref-check, info-xref-check-all): Move commentary details
2394 into docstrings for better visibility.
2395 Use compilation-mode for the results buffer.
2396 (info-xref-output, info-xref-output-error, info-xref-with-output)
2397 (info-xref-filename, info-xref-in-progress):
2398 New internals for this.
2399 (info-xref-check-list, info-xref-check-buffer)
2400 (info-xref-check-all-custom): Use those.
2401 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2402 (info-xref-output-heading): Rename from info-xref-filename-heading.
2403 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2404 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2405 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2406 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2407 (info-xref-subfile-p): Move to generic section with those two.
2408 (info-xref-check-node): New function split from
2409 info-xref-check-buffer, shared by info-xref-docstrings.
2410 (info-xref-goto-node-p): Move to a checking section with that func.
2411 (info-xref-unavail): New counter.
2412 (info-xref-check-node): Use it.
2413 (info-xref-with-output): Show count of unavailables at end of output.
2414 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2415 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2416 (info-xref-check-all-custom): Fix quietening viper-mode and
2417 gnus-registry-install -- use setq not let so as not to unbind
2418 after load.
2419
d4119912
JL
24202011-01-16 Juri Linkov <juri@jurta.org>
2421
2422 * isearch.el (isearch-abort): Don't quit if search has
2423 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2424
b024d9f0
MD
24252011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2426
2427 * files.el (backup-buffer): Make last-resort backup file in
2428 .emacs.d (Bug#6953).
2429
2430 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2431 make it with permission 700.
2432
d52969e8 24332011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2434
74a10be5
SM
2435 * mail/rmailmm.el (rmail-mime-insert-header):
2436 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2437 system used to decode the header.
2438 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2439 (rmail-mime-insert-decoded-text):
2440 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2441 (rmail-show-mime): If only a header part was decoded, find the
2442 coding system while ignoring mm-charset-override-alist.
2443
d52969e8 24442011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2445
2446 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2447
d52969e8 24482011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2449
2450 * mail/rmailmm.el (rmail-mime-next-item)
2451 (rmail-mime-previous-item): Delete them.
2452 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2453 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2454 Callers changed.
e7ca0062
KH
2455 (rmail-mime-raw-mode): Recursively call for children.
2456 (rmail-mode-map): Change mapping of tab and backtab to
2457 forward-button and backward-button respectively.
2458 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2459 button.
2460 (rmail-mime-update-tagline): New function.
2461 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2462 body display is changed.
74a10be5 2463 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2464 (rmail-mime-image): Delete this button type.
2465 (rmail-mime-toggle): New button type.
2466 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2467 body display is changed. Change the save button label to "Save".
2468 Don't process show/hide button here.
2469 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2470 the body display is changed. Unconditionally call
2471 rmail-mime-insert for children.
2472 (rmail-mime-handle): Update `display' vector of the just inserted
2473 entity.
2474 (rmail-mime-process): If mail-header-parse-content-type returns
2475 nil, use "text/plain" as the fallback type.
2476 (rmail-mime-insert): For raw-mode, recursively call
2477 rmail-mim-insert for children.
2478 (rmail-mime): Handle the case that the current buffer is not rmail
2479 buffer (e.g. in summary buffer).
2480
d52969e8 24812011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2482
2483 * mail/rmailmm.el (rmail-mime-next-item)
2484 (rmail-mime-previous-item): Skip the body of a non-multipart
2485 entity if a tagline is shown.
2486
362b9d48
GM
24872011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2490 (tmm-prompt): Simplify.
2491 (tmm-add-prompt): Remove unused var `win'.
2492
2493 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2494 to minor mode which used nil accidentally to mean "turn off".
2495
24962011-01-15 Michael Albinus <michael.albinus@gmx.de>
2497
2498 * net/tramp-sh.el (tramp-find-inline-compress)
2499 (tramp-get-inline-coding): Quote command after pipe symbol for
2500 local calls under W32. (Bug#6784)
2501
25022011-01-15 Michael Albinus <michael.albinus@gmx.de>
2503
2504 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2505 only when running under W32.
2506
25072011-01-15 Eli Zaretskii <eliz@gnu.org>
2508
2509 * progmodes/grep.el (grep-compute-defaults): Quote the program
2510 file name after the pipe symbol in Grep templates. (Bug#6784)
2511 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2512
25132011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2514
2515 * buff-menu.el (Buffer-menu-buffer-list): New var.
2516 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2517 restricted buffer list is not lost on revert (Bug#7749).
2518
25192011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2520
2521 * net/ldap.el (ldap-search-internal): Discard stderr output.
2522
25232011-01-15 Eli Zaretskii <eliz@gnu.org>
2524
2525 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2526
25272011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2530
25312011-01-15 Kenichi Handa <handa@m17n.org>
2532
2533 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2534 part as a plain text.
2535 (rmail-mime-process-multipart): Set the default content-type to
2536 nil for unknown multipart subtypes (bug#7651).
2537
6d3d6113
SM
25382011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2539
4391b429
SM
2540 * hexl.el (hexl-mode-old-*): Remove.
2541 (hexl-mode--old-var-vals): New var to replace them.
2542 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2543 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2544 Use them to set local vars (bug#7846).
2545 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2546 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2547 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2548
6d3d6113
SM
2549 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2550 (smerge-resolve--normalize-re): New var.
2551 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2552 (smerge-resolve): Use them.
2553 * newcomment.el (comment-only-p): New function.
2554 (comment-or-uncomment-region): Use it.
2555
77ab81d0 25562011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2557
2558 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2559 table, get the value before switching to the output buffer. (Bug#7733)
2560
77ab81d0 25612011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2562
2563 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2564
8faba62c
KS
25652011-01-14 Kim F. Storm <storm@cua.dk>
2566
2567 * emulation/cua-base.el (cua--init-keymaps):
2568 Remap exchange-point-and-mark in cua-global-keymap.
2569
ab7eb811
TH
25702011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2571
2572 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2573 loop keyword.
2574
fc55380c
SM
25752011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2578 Require CL.
2579 (easy-menu-create-menu, easy-menu-convert-item-1):
2580 Use :label rather than nil for labels. Use `case'.
2581 Add :enable as alias for :active.
2582 (easy-menu-binding): Obey :label.
2583
dbed16aa
SM
25842011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2585
4d789d84
SM
2586 Use run-mode-hooks for major mode hooks (bug#513).
2587 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2588 Rename from reftex-toc-map.
2589 (reftex-toc-mode): Use define-derived-mode.
2590 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2591 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2592 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2593 (reftex-select-label-mode, reftex-select-bib-mode):
2594 Use define-derived-mode.
2595 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2596 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2597 Move init into delcaration.
2598 (reftex-index-mode, reftex-index-phrases-mode):
2599 Use define-derived-mode.
2600 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2601 speedbar-syntax-table. Move init into declaration.
2602 (speedbar-mode-map): Rename from speedbar-key-map.
2603 Move init into declaration.
2604 (speedbar-file-key-map): Move init into declaration.
2605 (speedbar-mode): Use define-derived-mode.
2606 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2607 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2608 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2609 (chart-face-list): Move initialization into declaration.
2610 (chart-mode): Use define-derived-mode.
2611 * calculator.el (calculator-mode-map): Move init into declaration.
2612 (calculator-mode): Use define-derived-mode.
2613
b49a2dbf
SM
2614 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2615 work for nested comments.
2616
dbed16aa
SM
2617 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2618 (prolog-use-prolog-tokenizer-flag): Change default when
2619 syntax-propertize can be used.
2620 (prolog-syntax-propertize-function): New var.
2621 (prolog-mode-variables): Move make-local-variable into `set'.
2622 Don't make comment-column local since we don't set it.
2623 Set comment-add (as it was in previous prolog.el). Use dolist.
2624 Set syntax-propertize-function.
2625 (prolog-mode, prolog-inferior-mode):
2626 Call prolog(-inferior)-menu directly, not through the mode-hook.
2627 (prolog-buffer-module, prolog-indent-level)
2628 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2629 (prolog-comment-limits, prolog-goto-comment-column):
2630 Use line-(end|beginning)-position.
2631 (prolog-build-prolog-command): Tighten up regexp.
2632 (prolog-consult-compile): Move make-local-variable into `set'.
2633 (prolog-consult-compile-filter, prolog-goto-next-paren)
2634 (prolog-help-on-predicate, prolog-clause-info)
2635 (prolog-mark-predicate): Don't let+setq.
2636 (prolog-indent-line): Use indent-line-to.
2637 Only call prolog-goto-comment-column if necessary.
2638 (prolog-indent-level): Use bobp.
2639 (prolog-first-pos-on-line): Remove, not used any more.
2640 (prolog-in-string-or-comment): Use syntax-ppss if available.
2641 (prolog-help-on-predicate): Use read-string.
2642 (prolog-goto-predicate-info): Simplify.
2643 (prolog-read-predicate): Use `default' rather than `initial'.
2644 (prolog-temporary-file): Use make-temp-file to close a security hole.
2645 (prolog-toggle-sicstus-sd): New command.
2646 (prolog-electric-underscore, prolog-variables-to-anonymous):
2647 Use dynamic-scoping as it was meant.
2648 (prolog-menu): Move menu definitions to top-level.
2649 Use a toggle-button for Sicstus's source debugger.
2650 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2651 to "System".
2652 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2653 Move other menu definition to top-level.
2654
50f8cd96
TH
26552011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2656
5b355315
TH
2657 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2658 name. Keep original document's directory as default-directory
2659 (bug#6446).
1281bd51
TH
2660 (doc-view-initiate-display): Fall back to normal mode when
2661 doc-view-mode cannot be enabled, also when extracting the document
2662 text into a separate buffer (bug#6446).
5b355315 2663
50f8cd96
TH
2664 * simple.el (shell-command): Don't error out if shell command
2665 buffer contains text with non-nil read-only property when erasing
2666 the buffer.
2667
821f936d
KS
26682011-01-13 Kim F. Storm <storm@cua.dk>
2669
2670 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2671 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2672 items when cycling through the matches.
2673
f754f898
TH
26742011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2675
2676 * dired-x.el (dired-omit-verbose): New defcustom that allows
2677 disabling the omit messages.
2678 (dired-omit-expunge): Use it.
2679
d221e780
CO
26802011-01-13 Christian Ohler <ohler@gnu.org>
2681
2682 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2683
a03b542a
CY
26842011-01-13 Chong Yidong <cyd@stupidchicken.com>
2685
2686 * font-lock.el (font-lock-verbose): Default to nil.
2687
25ca2e61
CY
26882011-01-13 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2691 (compose-mail): New arg RETURN-ACTION.
2692 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2693
2694 * mail/sendmail.el (mail-return-action): New var.
2695 (mail-mode): Make it buffer-local.
2696 (mail-bury): Obey it. Move special Rmail window handling to
2697 rmail-mail-return.
2698 (mail, mail-setup): New arg RETURN-ACTION.
2699 (sendmail-user-agent-compose): Move from simple.el.
2700
2701 * mail/rmail.el (rmail-mail-return): New function.
2702 (rmail-start-mail): Pass it to compose-mail.
2703
2a8b13af
CY
27042011-01-12 Chong Yidong <cyd@stupidchicken.com>
2705
b2948a87
CY
2706 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2707 menus. Add menu item for customize-themes.
2708
2709 * cus-theme.el (customize-themes):
74a10be5
SM
2710 * emacs-lisp/package.el (package--list-packages):
2711 Use switch-to-buffer.
2a8b13af 2712
059616e5
JB
27132011-01-11 Johan Bockgård <bojohan@gnu.org>
2714
2715 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2716
04380ff1
SM
27172011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * progmodes/prolog.el: Fix up coding convention and such.
2720 (prolog-indent-width): Use the same default as in
2721 previous prolog.el rather than tab-width which depends on which buffer
2722 is current when the file is loaded.
2723 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2724 is not available.
2725 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2726 (prolog-known-systems): Remove.
2727 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2728 Move initialization into declaration.
2729 (prolog-mode-map): Move initialization into declaration.
2730 Remove system-specific mode-map vars, since they referred to the same
2731 keymap anyway.
2732 (prolog-mode-variables): Obey the user's preference w.r.t
2733 adaptive-fill-mode. Prefer symbol-value to `eval'.
2734 (prolog-mode-keybindings-edit): Add compatibility bindings.
2735 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2736 (mercury-mode-map): New var.
2737 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2738 (prolog-ensure-process, prolog-process-insert-string)
2739 (prolog-consult-compile): Use with-current-buffer.
2740 (prolog-guess-fill-prefix): Simplify data flow.
2741 (prolog-replace-in-string): New function to use instead of
2742 replace-in-string.
2743 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2744 (prolog-uncomment-region): Use `uncomment-region' when available.
2745 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2746 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2747 of int-to-char and char-to-int.
2748 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2749
e2019526
SB
27502011-01-11 Stefan Bruda <stefan@bruda.ca>
2751
2752 * progmodes/prolog.el: Replace by a whole new file.
2753
3fa173b4
SM
27542011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2757 (declare-function, undefined, insert-for-yank)
2758 (replace-regexp-in-string): Follow checkdoc's recommendations.
2759
7973bcea
SM
27602011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2763 refreshing the diary buffer.
2764
0af8c88b
KM
27652011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2766
7973bcea 2767 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2768 (allout-encrypt-string): Prevent encryption from adding an extra
2769 newline at the end of the topic body.
2770 (allout-version): Increment to 2.3.
2771
1a27c64e
MA
27722011-01-10 Michael Albinus <michael.albinus@gmx.de>
2773
7973bcea
SM
2774 * net/dbus.el (dbus-unregister-service): Complete doc.
2775 Fix call of dbus-error signal.
5c0b4070 2776 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2777
0a203b61
MA
27782011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2779
2780 * net/dbus.el (dbus-unregister-service): Translate returned
2781 integer into a symbol.
2782 (dbus-register-property): Use `dbus-register-service' to do the
2783 name registration.
2784
895123f5
CY
27852011-01-09 Chong Yidong <cyd@stupidchicken.com>
2786
7973bcea
SM
2787 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2788 Suggested by Joakim Verona.
12e1f328 2789
732eb50a
CY
2790 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2791
895123f5
CY
2792 * wid-edit.el (visibility): Replace :on-image and :off-image
2793 widget properties with :on-glyph and :off-glyph, for consistency
2794 with the `visibility' widget.
2795 (widget-toggle-value-create, widget-visibility-value-create):
2796 Merge into a single function `widget-toggle-value-create'.
2797
2798 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2799 (custom-face-edit-value-create, custom-face-value-create):
2800 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2801 :off-glyph, for consistency with the `visibility' widget.
2802
c8043a22
AS
28032011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2804
2805 * net/ldap.el (ldap-search-internal): Don't use eval.
2806
b7617f6d
CY
28072011-01-09 Chong Yidong <cyd@stupidchicken.com>
2808
973f1f2a
CY
2809 * subr.el (read-char-choice): Use read-key.
2810
b7617f6d
CY
2811 * custom.el (custom-safe-themes): Rename from
2812 custom-safe-theme-files. Add :risky tag.
2813 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2814 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2815
900503ae
CY
28162011-01-09 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2819 from Search and add a label to Undo.
2820
2821 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2822 inappropriate buttons and adding :vert-only tags.
2823
2824 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2825 removal of Help tool-bar button. Remove Undo button for space.
2826
2827 * info.el (info-tool-bar-map): Add :vert-only tags.
2828
c44d54b3
TH
28292011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2830
2831 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2832 image backend support. Either of them is fine.
2833
3ef01959
CY
28342011-01-08 Chong Yidong <cyd@stupidchicken.com>
2835
3d91e302
CY
2836 * subr.el (y-or-n-p): Doc fix.
2837
278f6845
CY
2838 * custom.el (custom-safe-theme-files): New defcustom.
2839 (custom-theme-load-confirm): New function.
2840 (load-theme): Load theme using `load', confirming with
2841 custom-theme-load-confirm if necessary.
2842
3ef01959
CY
2843 * subr.el (read-char-choice): New function, factored out from
2844 dired-query and hack-local-variables-confirm.
2845
2846 * dired-aux.el (dired-query):
2847 * files.el (hack-local-variables-confirm): Use it.
2848
2849 * dired-aux.el (dired-compress-file):
2850 * files.el (abort-if-file-too-large, find-alternate-file)
2851 (set-visited-file-name, write-file, backup-buffer)
2852 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2853 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2854 Use new format string args for y-or-n-p and yes-or-no-p.
2855
7c837933
AS
28562011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2857
2858 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2859 [gcc-include]: Tighten file name match, add match for column
2860 number. (Bug#7806)
6c7ec171 2861 [gnu]: Remove unused group.
7c837933 2862
d0981f82
GM
28632011-01-08 Glenn Morris <rgm@gnu.org>
2864
e7a42417
GM
2865 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2866
d0981f82
GM
2867 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2868
d43bb7d3
SS
28692011-01-07 Sam Steingold <sds@gnu.org>
2870
2871 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2872 the `explicit-shell-file-name' because that is the
2873 non-interactive shell.
2874
8c51d2a2
CY
28752011-01-07 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * subr.el (y-or-n-p): Accept format string args.
2878
66b7b0fe
GM
28792011-01-07 Glenn Morris <rgm@gnu.org>
2880
2881 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2882
1e004a83
KM
28832011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2884
66b7b0fe 2885 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2886 the visible containing topic, rather than a collapsed one.
66b7b0fe 2887 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2888 (allout-exposure-change-hook): Remove documentation remarks
2889 concerning removed allout-view-change-hook.
2890 (allout-flag-region): Remove invocation of and documentation
2891 remarks concerning allout-view-change-hook.
2892
b0a8e46b
GM
28932011-01-06 Glenn Morris <rgm@gnu.org>
2894
2895 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2896 (vc-bzr-annotate-extract-revision-at-line):
2897 Handle authors with embedded spaces. (Bug#7792)
2898
875c044a
TH
28992011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2900
2901 * doc-view.el (doc-view-image-width): New variable.
2902 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2903 backend for PNG images, and do dynamic rescaling instead of
2904 reconverting the whole doc.
2905
1f6f7722
GM
29062011-01-05 Glenn Morris <rgm@gnu.org>
2907
2908 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2909
e9e68fda
KM
29102011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2911
4896e8fc 2912 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2913 long text lines that cross more than a single physical window
2914 line, ie when truncate-lines is nil.
e9e68fda
KM
2915 (allout-next-visible-heading): Provide for change in line-move
2916 behavior on long lines when truncate-lines is nil. In that case,
2917 line-move can wind up on the same textual line when it moves to
2918 the next window line, and moving to the bullet position after the
2919 move yields zero advancement. Add logic to detect and compensate
2920 for the lack of progress.
2921 (allout-current-topic-collapsed-p): move-end-of-line respect for
2922 field boundaries is different when operating with body lines
2923 shorter than window width versus ones greater than window width,
2924 which can yield false negatives in this function. Avoid
2925 difference by applying move-end-of-line while field-text-motion is
2926 inhibited.
2927
3f1b6eb2
GM
29282011-01-04 Glenn Morris <rgm@gnu.org>
2929
2930 * textmodes/rst.el (rst-compile-toolsets):
2931 Add pdf and s5 to option alist.
2932
6388924a
MA
29332011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2934
7973bcea 2935 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2936 dont-register-service. Updated docstring accordingly.
2937
c3e4b003
AS
29382011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2939
2940 * textmodes/rst.el (rst-compile-pdf-preview)
2941 (rst-compile-slides-preview): Remove extra line.
2942
ef4271fe
GM
29432011-01-04 Glenn Morris <rgm@gnu.org>
2944
2945 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2946 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2947 default to `prog' without a .py extension.
2948 (rst-compile-pdf-preview, rst-compile-slides-preview):
2949 Use program names from rst-compile-toolsets, rather than hard-coding.
2950 (rst-portable-mark-active-p): Fix presumed typo.
2951
7c420169 29522011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2953
7c420169 2954 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2955 libpng versions both before and after 1.4.0. (Bug#7716)
2956
7c420169 29572011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2958
6491af11
EZ
2959 * time.el (display-time-mode): Mention display-time-interval in
2960 the doc string. (Bug#7713)
2961
7c420169 29622011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2963
2964 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2965 condition-case and return an error message string if something
2966 goes wrong.
2f952059 2967 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2968 header by rmail-mime-insert-header.
2969
7c420169 29702011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2971
2972 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2973 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2974 (rmail-mime-mbox-buffer)
2975 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2976 (rmail-mime-entity): Argument changed. All codes handling an
2977 entity object are changed.
2f952059 2978 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2979 the above change.
2980 (rmail-mime-entity-children, rmail-mime-entity-handler)
2981 (rmail-mime-entity-tagline): New functions.
2982 (rmail-mime-message-p): New function.
2983 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2984 (rmail-mime-entity-segment, rmail-mime-next-item)
2985 (rmail-mime-previous-item, rmail-mime-shown-mode)
2986 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2987 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2988 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2989 New functions.
186f7f0b
KH
2990 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2991 (rmail-mime-insert-decoded-text): New function.
2992 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2993 (rmail-mime-insert-image): Argument changed. Caller changed.
2994 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2995 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2996 (rmail-mime-insert-bulk): Argument changed.
2997 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2998 (rmail-mime-process-multipart): Argument changed.
2999 Handle "multipart/alternative" here.
186f7f0b
KH
3000 (rmail-mime-process): Argument changed.
3001 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3002 (rmail-mime-insert): Argument changed. Handle raw display mode.
3003 (rmail-mime): Argument changed. Handle toggling of raw display
3004 mode.
3005 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3006 rmail-mime-view-buffer.
3007 (rmail-insert-mime-forwarded-message): Likewise.
3008 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3009
3010 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3011 non-nil, handle the header in rmail-show-mime-function.
3012
7c420169 30132011-01-02 Leo <sdl.web@gmail.com>
e1a23575 3014
7c420169 3015 * help-fns.el (describe-variable): Fix previous change.
e1a23575 3016
7c420169 30172011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
3018
3019 * isearch.el (isearch-lazy-highlight-error): New variable.
3020 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3021 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3022 to the current value of `isearch-error' (Bug#7468).
3023
7c420169 30242011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
3025
3026 * help-fns.el (describe-variable): Don't emit trailing whitespace
3027 (Bug#7511).
3028
7c420169 30292011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
3030
3031 * textmodes/rst.el (rst-compile-pdf-preview)
3032 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3033
7c420169 30342011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
3035
3036 * emulation/edt-mapper.el: Override mapping of function keys so
3037 that the later call to read-key-sequence works.
3038
7c420169 30392011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
3040
3041 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3042 Unix EOLs. (Bug#7589)
3043
7c420169
CY
30442011-01-02 Leo <sdl.web@gmail.com>
3045
3046 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3047 if point is not behind eshell-last-output-end (Bug#7585).
3048
30492011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * files.el (file-local-variables-alist):
3052 Make permanent-local (bug#7767).
3053
30542011-01-02 Glenn Morris <rgm@gnu.org>
3055
3056 * version.el (emacs-copyright): Set short copyright year to 2011.
3057
30582011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3059
3060 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3061 an existing temp buffer. (Bug#7746)
3062
30632011-01-02 Glenn Morris <rgm@gnu.org>
3064
3065 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3066 multiple addresses. (Bug#7760)
3067
fb9a573a
KM
30682011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3069
e9e68fda 3070 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
3071 do-auto-fill if everything points back to allout-auto-fill.
3072 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3073 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3074
8d68c659
MA
30752010-12-31 Michael Albinus <michael.albinus@gmx.de>
3076
3077 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3078 and "scpx".
3079
291cc045
TH
30802010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3081
3082 * doc-view.el (doc-view-set-doc-type): New function refactored
3083 from doc-view-mode.
3084 (doc-view-fallback-mode): New function.
3085 (doc-view-mode): Use it.
3086 (doc-view-mode-maybe): New function that checks if doc-view-mode
3087 can be used and falls back to the next best mode otherwise.
3088
3089 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3090 DVI, OpenDocument, and MS Office files.
3091
8ee2dc5c
AS
30922010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3093
3094 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3095
f9e68477
TH
30962010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3097
3098 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3099 on a copy of auto-mode-alist, because that deletes with side
3100 effects.
3101
ad727c81
TH
31022010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3103
7973bcea
SM
3104 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3105 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
3106 fallback instead of hard coding fundamental mode.
3107
b71b7803
TH
31082010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3109
3110 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3111 Office) files also for searching.
3112
95e16d17
TH
31132010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3114
3115 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3116 Office) files. Not yet enabled via auto-mode-list.
3117 (doc-view-unoconv-program): New custom variable.
3118 (doc-view-mode-p): Handle new odf document type.
3119 (doc-view-odf->pdf): New conversion function.
3120 (doc-view-convert-current-doc): Call it for odf files.
3121 (doc-view-mode): Recognize newly supported file extensions.
3122
b191c9d9
MA
31232010-12-30 Michael Albinus <michael.albinus@gmx.de>
3124
3125 * net/tramp.el (tramp-default-method-alist)
3126 (tramp-default-user-alist)
3127 (tramp-local-host-regexp, tramp-prefix-domain-format)
3128 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3129
3130 * net/tramp-ftp.el:
3131 * net/tramp-gvfs.el:
3132 * net/tramp-gw.el:
3133 * net/tramp-imap.el:
3134 * net/tramp-sh.el:
3135 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3136 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3137
6e457cc9
KF
31382010-12-29 Karl Fogel <kfogel@red-bean.com>
3139
3140 * saveplace.el (save-place-alist-to-file): Save list sorted and
3141 pretty-printed, so that it is mergeable by line-based text merging,
3142 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3143
fb9a573a
KM
31442010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3145
e9e68fda 3146 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3147 (allout-mode): Argument "toggle" => "force".
3148 Refine the docstring.
3149 Remove special provisions for reactivation, besides the 'force'
3150 argument.
3151 Consolidate layout provisions coce directly into the activation
3152 condition branch, now that we've removed those provisions.
3153 (allout-unload-function): Explicitly activate the mode before
3154 deactivating, if it's initially deactivated.
3155 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3156 warnings for version of function used only where
3157 set-buffer-multibyte is unavailable.
3158
c940c054
CY
31592010-12-28 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3162 are handled by the menu-bar entries. As before, don't use
3163 :visibile to avoid changing the tool-bar.
3164
4c145d5d
MA
31652010-12-27 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * net/secrets.el (secrets-delete-alias): New defun.
3168
fe99f704
MA
31692010-12-27 Michael Albinus <michael.albinus@gmx.de>
3170
3171 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3172 methods, otherwise ~/.ssh/config would be ignored.
3173
723ee192
SM
31742010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * emacs-lisp/rx.el: Make it a superset of sregex.
3177 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3178 of args, add `regex' alias.
3179 (rx-info): Add arg to distinguish head and standalone forms.
3180 (rx-check, rx-form): Pass the corresponding arg.
3181 (rx-**): Simplify.
3182 (rx-repeat): Make it work for any number of args.
3183 (rx-syntax): Make it accept syntax chars as is.
3184 * obsolete/sregex.el: Move from emacs-lisp/.
3185 * emacs-lisp/re-builder.el: Remove sregex support.
3186 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3187
e77714da
EZ
31882010-12-25 Eli Zaretskii <eliz@gnu.org>
3189
3190 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3191 PRIMARY first, then the clipboard. (Bug#7699)
3192
17870c01
SM
31932010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3196 print-number-table.
3197
6bfa51ba
CY
31982010-12-21 Chong Yidong <cyd@stupidchicken.com>
3199
d78cdcf7
CY
3200 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3201 .emacs.elc (Bug#7530).
3202
6bfa51ba
CY
3203 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3204 image spec (Bug#7480).
3205
9d9cfd53
DU
32062010-12-21 Daiki Ueno <ueno@unixuser.org>
3207
3208 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3209 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3210 Move from lisp/.
9d9cfd53 3211
adc0b793
JD
32122010-12-20 Leo <sdl.web@gmail.com>
3213
3214 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3215 always be performed (Bug#7680).
3216
778ca437
CY
32172010-12-20 Chong Yidong <cyd@stupidchicken.com>
3218
3f95d7ff
CY
3219 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3220 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3221 mouse-region-match.
778ca437 3222
3f95d7ff 3223 * color.el: Move from gnus/.
94975270 3224
f48fdaad
CY
3225 * vc/diff.el (diff-better-file-name): Function deleted.
3226 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3227 (diff-no-select): Just use expand-file-name.
3228
3229 * tool-bar.el (tool-bar--image-expression): New function.
3230 (tool-bar-local-item, tool-bar--image-exp): Use it.
3231 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3232 Use :enable instead of :visible to avoid changing the tool-bar
3233 configuration unnecessarily.
3234
3235 * info.el (info-tool-bar-map): Add separators.
3236
2e306b39
KB
32372010-12-17 Ken Brown <kbrown@cornell.edu>
3238
3239 * loadup.el: Use version numbers in Cygwin build.
3240
395542c6
RT
32412010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3242
3243 * ido.el (ido-file-internal): Ask for confirmation before
3244 overwriting an existing file (Bug#1238).
3245
4039c786
CY
32462010-12-16 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * tool-bar.el (tool-bar-setup): Add separators.
3249
3250 * menu-bar.el (featurep): Use menu-bar-separator.
3251
45720dc3
GM
32522010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3253
3254 Migrate allout encryption provisions from pgg to epg.
3255
3256 * allout.el (allout-toggle-current-subtree-encryption)
3257 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3258 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3259 for simpler universal argument interpretation.
35f52ed6 3260 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3261 changed encryption provisions. Change fetch-pass to keymode-cue, for
3262 simpler universal argument interpretation. Remove provisions for
3263 handling key type and identity - they'll all be within
3264 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3265 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3266 for keypair recipients (universal argument > 1) and, in addition,
3267 associating the specified recipients with the outline (universal
3268 argument > 4) using a file local variable setting for
3269 'epa-file-encrypt-to'.
3270 Require epa, for recipients handling.
3271 Change how regexp filtering elements are named.
3272 Describe the problem with caching of incorrect symmetric-decryption
3273 keys.
3274 Use the epa-passphrase-callback-function, in case the user is using
3275 GnuPG v1.
3276 Support saving of the selected keypair recipients when invoked with a
3277 keymode-cue > 4.
3278 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3279 Require 'epa.
3280 Establish epg-context with armoring and default epg-protocol.
3281 Remove all passphrase cache, verification, and hinting code.
3282 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3283 No longer used, delete.
3284 (allout-mode): Adjust docstring to describe changed encryption
3285 provisions. Describe the problem with caching of incorrect
3286 symmetric-decryption keys.
3287 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3288 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3289 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3290 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3291 Obsolete, remove.
3292
33088bed
DU
32932010-12-16 Daiki Ueno <ueno@unixuser.org>
3294
3295 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3296 key selection prompt; make 'silent as default (Bug#7487).
3297
bfc49a5b
LL
32982010-12-16 Leo <sdl.web@gmail.com>
3299
7973bcea
SM
3300 * eshell/eshell.el (eshell-directory-name):
3301 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3302
68251e16
GM
33032010-12-15 Glenn Morris <rgm@gnu.org>
3304
3305 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3306
99f053cf 33072010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3308 Scott Evans <gse@antisleep.com>
99f053cf
JA
3309
3310 * rect.el (rectange--default-line-number-format)
3311 (rectangle-number-line-callback): New functions.
3312 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3313
5614fd56
CY
33142010-12-15 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3317 Delete unused variables.
3318 (move-to-column-force): Remove function obsolete since 21.2.
3319
d68b0220
MA
33202010-12-14 Michael Albinus <michael.albinus@gmx.de>
3321
3322 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3323 (tramp-handle-insert-file-contents): Do not set permanent-local
3324 property.
3325
7973bcea
SM
3326 * net/tramp-cache.el (tramp-persistency-file-name):
3327 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3328
3329 * net/tramp-sh.el (tramp-methods): Add "ksu".
3330 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3331 method list.
3332
0273f794
GM
33332010-12-14 Glenn Morris <rgm@gnu.org>
3334
ab274982
GM
3335 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3336 (find-tag-marker-ring): Declare.
3337 (js-find-symbol): Require etags.
3338
e758216c
GM
3339 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3340 Require mail-utils.
3341 (mail-alias-file): Don't autoload. Doc fix.
3342 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3343 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3344 Mark as obsolete, and risky.
3345 (mail-setup): Simplify.
3346
53aff12a
GM
3347 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3348 * mail/sendmail.el (build-mail-aliases): Update autoload.
3349
aae4b48c
GM
3350 * dired.el (dired-trivial-filenames, dired-chown-program)
3351 (dired-auto-revert-buffer): Remove autoload cookies.
3352 * mail/sendmail.el (mail-recover-1): Require 'dired.
3353
bff7c1ad
GM
3354 * dired.el (dired-subdir-switches, dired-chown-program)
3355 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3356 Make into defcustoms.
3357 (dired-chown-program): Simplify initialization.
3358
0273f794
GM
3359 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3360
bc557672
RF
33612010-12-13 Romain Francoise <romain@orebokech.com>
3362
3363 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3364
7410c270
G
33652010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3366
3367 * net/netrc.el (netrc-point-at-eol): Remove the unused
3368 netrc-point-at-old and netrc-bound-and-true-p bindings.
3369 (netrc-parse): Cache the netrc contents.
3370
f49d1f52 33712010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3372
3373 * subr.el (posn-col-row): Evaluate header-line-format in the
3374 context of the POSITION window's buffer.
3375
f49d1f52 33762010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3377
3378 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3379 (with-silent-modifications): Doc fixes.
3380
f49d1f52 33812010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3382
3383 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3384 Revert previous from. Use `save-restriction'.
158d5945 3385
f49d1f52 33862010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3387
3388 * calendar/diary-lib.el (diary-list-sexp-entries):
3389 Handle case of no newline at end of file. (Bug#7536)
3390
f49d1f52 33912010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3392
3393 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3394
f49d1f52 33952010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3396
f49d1f52 3397 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3398 (tramp-process-actions): Do not widen.
d68b0220 3399
f49d1f52
SM
3400 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3401 Protect buffer-modified value. (Bug#7557)
32802ee1 3402
f49d1f52 34032010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3404
3405 * log-edit.el (log-edit-changelog-entries):
3406 Regexp quote filename. (Bug#7505)
3407
f49d1f52 34082010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3409
3410 * cus-edit.el (custom-save-all):
3411 Bind print-length and print-level to nil. (Bug#7581)
3412
f49d1f52 34132010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3414
d5e6e0b6
GM
3415 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3416 Run hooks to update menu contents. (Bug#7586)
3417
3c1e62f8
GM
3418 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3419 file names, for the sake of MS Windows. (Bug#7588)
3420
f49d1f52 34212010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3422
3423 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3424 empty lines without a leading space.
3425
f49d1f52 34262010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3427
740af6c9
GM
3428 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3429 while mapping over marks (Bug#6810).
86a6e8e0 3430
f49d1f52 34312010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3432
3433 * image-dired.el (image-dired-db-file)
3434 (image-dired-temp-image-file, image-dired-gallery-dir)
3435 (image-dired-temp-rotate-image-file): Set default values relative
3436 to image-dired-dir (Bug#7518).
3437
f49d1f52 34382010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3439
3440 * format.el (format-decode-run-method): Pass args FROM and TO, not
3441 point-min and point-max, to shell-command-on-region (Bug#7488).
3442
f49d1f52 34432010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3444
3445 * frame.el (blink-cursor-mode): Make default t for ns.
3446
f49d1f52 34472010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3448
3449 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3450
f49d1f52 34512010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3452
637c2c43
CY
3453 * comint.el (comint-dynamic-list-input-ring)
3454 (comint-dynamic-complete-filename)
3455 (comint-replace-by-expanded-filename)
3456 (comint-dynamic-simple-complete)
3457 (comint-dynamic-list-filename-completions)
3458 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3459
74194465
CY
3460 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3461 Doc fix (Bug#7471).
3462
f49d1f52 34632010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3464
3465 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3466 (Bug#7533).
3467
01c35094 34682010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3469
3470 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3471 (Bug#7491).
3472
f49d1f52 34732010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3474
3475 * files.el (file-relative-name): Handle UNC file names on
3476 DOS/Windows. (Bug#4674)
3477
f49d1f52 34782010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3479
3480 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3481 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3482 (epg-context-set-passphrase-callback): Mention that the callback
3483 is not called when used with GnuPG 2.x.
3484
f49d1f52 34852010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3486
3487 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3488 Ensure ps-footer-font-size-internal is initialized.
3489 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3490
f49d1f52 34912010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3492
3493 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3494 within condition-case.
3495 (rmail-show-mime): Don't use condition-case.
3496 (rmail-search-mime-message): New function.
3497 (rmail-search-mime-message-function): Set to
3498 rmail-search-mime-message.
3499
f49d1f52 35002010-12-13 Leo <sdl.web@gmail.com>
bd794450 3501
0fdd1db7 3502 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3503 (ido-mode): Use it.
3504 (ido-completing-read): Call it.
3505
fdbb4d85
KF
35062010-12-12 Karl Fogel <kfogel@red-bean.com>
3507
3508 * bookmark.el (bookmark-name-from-full-record): Rename back to
3509 this original name from `bookmark-name-from-record' reverting part
3510 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3511 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3512 third-party callers. (Bug#7609)
fdbb4d85 3513
0e5cf2b8
AM
35142010-12-12 Alan Mackenzie <acm@muc.de>
3515
3516 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3517 template arglist, check that the current language supports this.
3518
6961d41c
GM
35192010-12-11 Glenn Morris <rgm@gnu.org>
3520
2b404597
GM
3521 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3522 state of the file matches. (Bug#7544)
3523 (vc-bzr-register, vc-bzr-checkin)
3524 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3525 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3526
6961d41c
GM
3527 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3528
1e5d2a04
KK
35292010-12-11 Karel Klíč <kklic@redhat.com>
3530
3531 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3532
175069ef
SM
35332010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 Derive from prog-mode, use derived-mode-p, and fix up various
3536 minor style issues in lisp/progmodes.
3537
3538 * progmodes/vhdl-mode.el (vhdl-mode):
3539 * progmodes/verilog-mode.el (verilog-mode):
3540 * progmodes/vera-mode.el (vera-mode):
3541 * progmodes/sql.el (sql-mode):
3542 * progmodes/scheme.el (scheme-mode):
3543 * progmodes/perl-mode.el (perl-mode):
3544 * progmodes/octave-inf.el (inferior-octave-mode):
3545 * progmodes/autoconf.el (autoconf-mode):
3546 * progmodes/m4-mode.el (m4-mode):
3547 * progmodes/inf-lisp.el (inferior-lisp-mode):
3548 * progmodes/idlwave.el (idlwave-mode):
3549 * progmodes/icon.el (icon-mode):
3550 * progmodes/idlw-help.el (idlwave-help-mode):
3551 * progmodes/dcl-mode.el (dcl-mode):
3552 * progmodes/idlw-shell.el (idlwave-shell-mode):
3553 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3554 (ebrowse-member-mode, ebrowse-electric-position-mode):
3555 Use define-derived-mode.
3556
3557 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3558 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3559 (xscheme-debugger-mode-p, xscheme-send-string-1):
3560 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3561 (tcl-load-file, tcl-restart-with-file):
3562 * progmodes/ps-mode.el (ps-run-running):
3563 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3564 * progmodes/js.el (js--get-all-known-symbols):
3565 * progmodes/inf-lisp.el (inferior-lisp-proc):
3566 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3567 (idlwave-template, idlwave-update-buffer-routine-info)
3568 (idlwave-update-current-buffer-info)
3569 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3570 (idlwave-scan-class-info, idlwave-fix-keywords)
3571 (idlwave-list-buffer-load-path-shadows):
3572 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3573 (idlwave-toolbar-remove):
3574 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3575 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3576 (idlwave-shell-menu-def):
3577 * progmodes/idlw-complete-structtag.el
3578 (idlwave-prepare-structure-tag-completion):
3579 * progmodes/gud.el (gud-set-buffer):
3580 * progmodes/f90.el (f90-backslash-not-special):
3581 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3582
3583 * progmodes/xscheme.el (xscheme-start)
3584 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3585 * progmodes/which-func.el (which-function):
3586 * progmodes/vhdl-mode.el (vhdl-set-style):
3587 * progmodes/verilog-mode.el (verilog-set-compile-command)
3588 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3589 (verilog-set-define, verilog-auto-reeval-locals):
3590 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3591 * progmodes/simula.el (simula-mode):
3592 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3593 * progmodes/python.el (python-check, python-mode):
3594 * progmodes/prolog.el (prolog-mode-variables):
3595 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3596 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3597 * progmodes/delphi.el (delphi-mode):
3598 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3599 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3600 (c-font-lock-init): Move make-local-variable to their setq.
3601
3602 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3603 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3604 make-local-hook.
3605 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3606 (sh-set-shell): Don't set require-final-newline since it's already done
3607 by prog-mode.
3608 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3609 since we never set it.
3610 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3611 Use read-string and standard prompt.
3612 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3613 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3614 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3615 (meta-common-mode-map): Rename from meta-mode-map.
3616 Remove C-m binding, which is a user preference, not mode specific.
3617 (meta-common-mode): New major mode; replace meta-common-initialization.
3618 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3619 around with font-lock.
3620 * progmodes/etags.el (select-tags-table-mode):
3621 Derive from special-mode.
3622 * progmodes/octave-mod.el (octave-mode):
3623 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3624 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3625 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3626 Let define-derived-mode do its job.
3627 * progmodes/cpp.el (cpp-edit-mode-map):
3628 Move initialization into declaration.
3629 (cpp-edit-mode): Use define-derived-mode.
3630 (cpp-edit-load): Use derived-mode-p.
3631 * progmodes/mixal-mode.el (mixal-mode):
3632 * progmodes/f90.el (f90-mode):
3633 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3634 require-final-newline since prog-mode does it already.
3635 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3636 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3637 * progmodes/antlr-mode.el: Require cc-mode upfront.
3638 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3639 the declaration.
3640 (antlr-directory-dependencies, antlr-show-makefile-rules):
3641 Use derived-mode-p.
3642 (antlr-language-option): Don't assume point-min==1.
3643 (antlr-mode): Use define-derived-mode.
3644 * progmodes/ada-mode.el: Use derived-mode-p.
3645 (ada-mode): Use define-derived-mode.
3646 Use hack-local-variables-hook.
3647
61f91c04
SM
36482010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3651 (texinfo-mode): Don't disable adaptive-fill-mode.
3652 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3653 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3654 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3655 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3656 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3657 (texinfo-insert-@quotation, texinfo-insert-@samp)
3658 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3659 (texinfo-insert-@uref): Use define-skeleton.
3660 (texinfo-insert-@-with-arg): Delete.
3661
72a44673
EZ
36622010-12-10 Eli Zaretskii <eliz@gnu.org>
3663
3664 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3665 nil, do quote archive member names. (Bug#6144)
3666
ab540f59
GM
36672010-12-10 Glenn Morris <rgm@gnu.org>
3668
66f782de
GM
3669 * files.el (diff-no-select): Declare.
3670
e554b3f8
GM
3671 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3672 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3673
ab540f59
GM
3674 * comint.el (comint-input-ring-file-name): Doc fix.
3675
f68ab99b
EZ
36762010-12-09 Eli Zaretskii <eliz@gnu.org>
3677
3678 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3679 New functions.
61f91c04
SM
3680 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3681 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3682 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3683 instead of `nil'.
3684 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3685 and menu-bar-positive-p instead of `nil' and `>', respectively.
3686 (Bug#1077)
3687
650453a9
VJL
36882010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3689
3690 * whitespace.el (whitespace-newline-mode): Code fix.
3691
28d5de72
GM
36922010-12-09 Glenn Morris <rgm@gnu.org>
3693
3694 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3695 Rename functions without commas, update callers.
3696
b596d50d 36972010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3698
b596d50d
GM
3699 * whitespace.el (whitespace-cleanup-region):
3700 Clean up spaces before tabs. (Bug#7582)
16498102 3701
eff37c5e
KF
37022010-12-08 Karl Fogel <kfogel@red-bean.com>
3703
3704 * bookmark.el: Adjust parameter names and doc strings to resolve
3705 confusion over whether "bookmark" meant a bookmark name or a
3706 bookmark record. Along the way, shorten one function's name for
3707 similar reasons. (Issue #7548)
3708 (bookmark-name-from-record): New name for
3709 `bookmark-name-from-full-record'. All callers changed.
3710 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3711 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3712 (bookmark-get-annotation, bookmark-set-annotation)
3713 (bookmark-get-filename, bookmark-set-filename)
3714 (bookmark-get-position, bookmark-set-position)
3715 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3716 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3717 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3718 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3719 Rename `bookmark' parameter to `bookmark-name-or-record', to
3720 clearly show its role, and shorten or adjust doc strings accordingly.
3721 (bookmark-set-name): Same, and pass the parameter directly to
3722 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3723 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3724 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3725 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3726 and in some cases shorten doc string accordingly.
3727 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3728 and `new-name', and adjust an internal variable to avoid confusion.
3729 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3730 parameter in doc string.
3731
5fe9ebd1
GM
37322010-12-08 Glenn Morris <rgm@gnu.org>
3733
ac8331a7
GM
3734 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3735 from gdb's history file. (Bug#7575)
3736
5fe9ebd1
GM
3737 * mail/emacsbug.el (report-emacs-bug):
3738 Try to handle some other mail clients.
3739
33cf0fb2
SM
37402010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3743 Use string-prefix-p.
3744 (file-name-version-regexp): New var.
3745 (file-name-sans-versions):
3746 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3747 (jka-compr-get-compression-info): Use dolist.
3748 (jka-compr-compression-info-list): Don't bother specifying
3749 version/backup regexps.
3750
11c31b99
TH
37512010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3752
3753 * simple.el (just-one-space): Make argument n default to 1 if
3754 omitted.
3755
a733fc37
SM
37562010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * electric.el (electric-indent-post-self-insert-function):
3759 Delete trailing newlines even if we don't reindent.
3760
88b5a757
DD
37612010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3762
a733fc37
SM
3763 * minibuffer.el (completion-at-point): Remove the `arg'.
3764 * bindings.el (complete-symbol): Move back from minibuffer.el.
3765
37662010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3767
88b5a757
DD
3768 * simple.el (just-one-space): Delete newlines for negative arg.
3769
ce327e48
SM
37702010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3773 (ansi-color-filter-apply): Simplify.
3774 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3775
ac73d955
BR
37762010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3777
3778 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3779
8c44f097
CY
37802010-12-04 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * dired.el (dired-use-ls-dired): Set default to a special
3783 "unspecified" value.
3784 (dired-insert-directory): When called the first time, check
3785 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3786
15af15e5
TO
37872010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3788
3789 * replace.el: Add "collect" feature to occur.
3790 (occur-collect-regexp-history): New var.
88b5a757
DD
3791 (occur-read-primary-args): Return a replace string for nlines,
3792 if needed.
15af15e5
TO
3793 (occur): Extend the meaning of nlines.
3794
b2e6e5bd
SM
37952010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3798 (which-func-update-1): Distinguish symbols from strings.
3799 (which-function): Stay within 80 columns.
3800
ee9355dc
SM
38012010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3802
7f0ea0ff
SM
3803 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3804
ee9355dc
SM
3805 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3806 Improve docstring.
3807 (comment-style): Use comment-styles's docs to describe values.
3808
3e972d98
JD
38092010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3810
3811 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3812 and ns-show-prefs (Bug#7535).
3813
3814 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3815 bindings (Bug#7535).
3816
c879436a
GM
38172010-12-03 Glenn Morris <rgm@gnu.org>
3818
afe27238
GM
3819 * nxml/nxml-mode.el: Require rng-nxml.
3820 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3821 Remove declarations.
3822
65beee52
GM
3823 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3824 * nxml/rng-nxml.el, nxml/rng-valid.el:
3825 Remove leading `*' from defcustom docs.
3826
ad961a00
GM
3827 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3828 (normal-top-level-add-to-load-path, tty-handle-args):
3829 Convert comments to basic doc-strings.
3830
c5fd0ab5
GM
3831 * net/browse-url.el (browse-url-url-at-point)
3832 (browse-url-default-browser): Remove autoload cookies.
3833
f62f063d
GM
3834 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3835 Remove more undefined cl functions.
3836
c879436a
GM
3837 * vc/diff.el (diff-sentinel): Make new arguments optional.
3838 * ibuf-ext.el (diff-sentinel): Update declaration.
3839
3721e124
DU
38402010-12-03 Daiki Ueno <ueno@unixuser.org>
3841
3842 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3843 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3844 (epg-context-set-passphrase-callback): Mention that the callback
3845 is not called when used with GnuPG 2.x.
3846
66feec8b
MA
38472010-12-02 Michael Albinus <michael.albinus@gmx.de>
3848
3849 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3850 (tramp-file-name-port): Check also for `tramp-default-port'.
3851 (tramp-get-connection-name): New defun.
3852 (tramp-get-connection-process): Use it.
3853 (tramp-debug-message): Extend function exclude list.
3854 (tramp-drop-volume-letter): Fix doc string.
3855
3856 * net/tramp-cmds.el: Remove solved todo item.
3857
66feec8b
MA
3858 * net/tramp-ftp.el:
3859 * net/tramp-gvfs.el:
3860 * net/tramp-gw.el:
3861 * net/tramp-imap.el:
3862 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3863 and `tramp-default-user-alist', respectively.
3864
88b5a757
DD
3865 * net/tramp-gw.el (tramp-gw-open-connection):
3866 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3867
3868 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3869 `tramp-file-name-port'.
3870
3871 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3872 and "psftp". Exchange "%k" marker with options.
3873 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3874 Compute size of link target.
35f52ed6
JB
3875 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3876 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3877 copy arguments. Use `tramp-get-connection-name' and
3878 `tramp-get-connection-buffer'. Improve debug messages.
3879 (tramp-compute-multi-hops): Remove port determination.
3880 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3881
3882 * net/trampver.el: Update release number.
3883
bd77c2ef
GM
38842010-12-02 Glenn Morris <rgm@gnu.org>
3885
05907bb3
GM
3886 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3887 Avoid infinite loop over windows. (Bug#7492)
3888
bd77c2ef
GM
3889 * progmodes/flymake.el (flymake-check-file-limit):
3890 Allow nil to mean "no limit".
3891 (flymake-check-patch-master-file-buffer): Update for above change.
3892 Allow a .tex file-name extension to be optional.
3893 (flymake-master-tex-init): Also match \include statements.
3894
f7ca27a1
SS
38952010-11-30 Sam Steingold <sds@gnu.org>
3896
3897 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3898 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3899 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3900 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3901 define-derived-mode').
3902 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3903 users who want to call `nxml-parent-document-set'.
3904
402c8a49
CY
39052010-11-27 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3908 stand-alone lines, since that is handled by log-edit-match-to-eoh
3909 (Bug#6465).
3910
d1882ac7
EW
39112010-11-27 Eduard Wiebe <usenet@pusto.de>
3912
3913 * dired.el (dired-get-filename): Replace backslashes with slashes
3914 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3915 * locate.el (locate-default-make-command-line): Don't consider
3916 drive letter and root directory part of
3917 `directory-listing-before-filename-regexp'. (Bug#7308)
3918 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3919
07976ae3 39202010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3921
3922 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3923 of :smie-open/close-alist.
3924 (smie-next-sexp): Make it accept a "start token" as argument.
3925 (smie-indent-keyword): Be careful not to misidentify tokens that span
3926 more than one line, as empty lines. Add argument `token'.
3927
07976ae3 39282010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3929
afde451a
KH
3930 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3931 multipart subtypes, insert all as usual.
3932
3d9ee611
KH
3933 * mail/rmail.el: Require rfc2047.
3934
07976ae3 39352010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3936
3937 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3938 (rmail-mime-entity-disposition)
3939 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3940 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3941 (rmail-mime-save): Handle the case that the button's `data' is a
3942 MIME entity.
3943 (rmail-mime-insert-text): New function.
9e0ecdab 3944 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3945 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3946 (rmail-mime-insert-bulk): New function mostly copied from the old
3947 rmail-mime-bulk-handler.
9e0ecdab
GM
3948 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3949 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3950 the old rmail-mime-multipart-handler.
3951 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3952 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3953 rmail-mime-show.
3954 (rmail-mime-insert-multipart, rmail-mime-parse)
3955 (rmail-mime-insert, rmail-show-mime)
3956 (rmail-insert-mime-forwarded-message)
3957 (rmail-insert-mime-resent-message): New functions.
3958 (rmail-insert-mime-forwarded-message-function): Set to
3959 rmail-insert-mime-forwarded-message.
3960 (rmail-insert-mime-resent-message-function): Set to
3961 rmail-insert-mime-resent-message.
3962
3963 * mail/rmailsum.el: Require rfc2047.
3964 (rmail-header-summary): Handle multiline Subject: field.
3965 (rmail-summary-line-decoder): Change the default to
3966 rfc2047-decode-string.
3967
3968 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3969 (rmail-mime-feature): Change the default to `rmailmm'.
3970 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3971 (rmail-display-labels): Likewise.
3972 (rmail-show-message-1): Check rmail-enable-mime, and use
3973 rmail-show-mime-function for a MIME message. Decode the headers
3974 according to RFC2047.
3975
07976ae3 39762010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3977
3978 * progmodes/which-func.el (which-func-imenu-joiner-function):
3979 Return a string, as expected.
3980 (which-function-mode): Make sure we stop any previous timer before
3981 starting a new one.
3982
07976ae3 39832010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3984
3985 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3986 (tramp-default-user-alist, tramp-default-proxies-alist):
3987 Adapt custom options type. (Bug#7445)
e40fc745 3988
07976ae3 39892010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3990
3991 * progmodes/python.el: Add Ipython support (Bug#5390).
3992 (python-shell-prompt-alist)
3993 (python-shell-continuation-prompt-alist): New options.
3994 (python--set-prompt-regexp): New function.
33aeea0e
SM
3995 (inferior-python-mode, run-python, python-shell):
3996 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3997 prompt based on the Python interpreter.
3998 (python--prompt-regexp): New var.
3999 (python-check-comint-prompt)
4000 (python-comint-output-filter-function): Use it.
4001 (run-python): Use a pipe (Bug#5694).
4002
07976ae3 40032010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
4004
4005 * progmodes/python.el (run-python): Doc fix.
4006 (python-keep-current-directory-in-path): New var (Bug#7454).
4007
07976ae3 40082010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
4009
4010 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4011 Prompt user before actually printing.
4012
0b839457
GM
40132010-11-27 Glenn Morris <rgm@gnu.org>
4014
4015 * startup.el (package-enable-at-startup, package-initialize):
4016 Remove unnecessary declarations.
4017
96107967
EZ
40182010-11-27 Eli Zaretskii <eliz@gnu.org>
4019
4020 * international/characters.el (glyphless-char-display-control):
4021 Exclude newline and TAB from the c0-control group.
4022
a140ec5f
GM
40232010-11-27 Glenn Morris <rgm@gnu.org>
4024
82445062
GM
4025 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4026 (expand-mail-aliases): Remove unnecessary autoload.
4027
08b5f072
GM
4028 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4029
e96d4147
GM
4030 * shell.el (shell-dir-cookie-re): Move definition before use.
4031
a140ec5f
GM
4032 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4033 Replace undefined CL functions.
4034
a2249e66
EZ
40352010-11-26 Eli Zaretskii <eliz@gnu.org>
4036
228482b2
EZ
4037 * simple.el (prog-mode): Set bidi-paragraph-direction to
4038 left-to-right.
4039
a2249e66
EZ
4040 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4041
d01d7b8d
GM
40422010-11-26 Glenn Morris <rgm@gnu.org>
4043
4044 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4045 diary-outlook-formats can be sensitive to calendar-date-style.
4046 (diary-outlook-formats): Simplify the default setting.
4047 (diary-from-outlook-internal): Pass subject and body as arguments.
4048 Use dolist rather than dotimes. Don't save the diary buffer.
4049 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4050 Pass subject and body as explicit arguments to the -internal function.
4051
b3ea64a3
LMI
40522010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4053
4054 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4055 parsing them. This makes mailto:...?subject=foo\nbar work.
4056
d5e7b0d8
SM
40572010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * vc/diff.el (diff): Fix last change.
4060
872ab164
SM
40612010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4064 (pcase--dontcare-upats): New var.
4065 (pcase-let, pcase-let*): Generate better code.
4066 Accept the same bodies as `let'.
4067 (pcase-dolist): New macro.
4068 (pcase--trivial-upat-p): New helper function.
4069 (pcase--expand): Strip leading "(let nil" if any.
4070
876d1684
LMI
40712010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4072
7bd9b9d8
LMI
4073 * mail/mailclient.el (browse-url): Require.
4074 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4075 use the external browser function to send the mail (bug#7469).
4076
876d1684
LMI
4077 * net/browse-url.el (browse-url-browser-function): Revert the
4078 default back to the previous value, since the new value broke
4079 mailclient.el.
4080 (browse-url-mailto-function): New variable for mailto: URLs.
4081 (browse-url): Use the new variable for mailto: URLs.
4082
6e13206c
SM
40832010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4084
4085 * eshell/esh-cmd.el (eshell-parse-command):
4086 * eshell/esh-arg.el (eshell-parse-arguments):
4087 * eshell/em-script.el (eshell-source-file):
4088 Use with-silent-modifications.
4089
3d92f44e
CY
40902010-11-23 Chong Yidong <cyd@stupidchicken.com>
4091
4092 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4093 for a merge location.
4094
4095 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4096 (vc-bzr-merge-branch): Always prompt.
4097 (vc-bzr-async-command): Use the full branch filename.
4098
8f5f1e68
SM
40992010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * shell.el (shell): Use current-buffer by default if it's already
4102 a shell mode buffer and its process is dead.
ee9355dc 4103 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 4104
331460ac
TH
41052010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4106
8f5f1e68
SM
4107 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4108 Mention that the keywords should be comma separated.
331460ac 4109
2c3160c5
CY
41102010-11-23 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4113 Accept optional prefix arg meaning to prompt for a command.
4114 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4115 prefix arg meaning to prompt for a command.
4116 (vc-pull): Alias for vc-update.
4117
4118 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4119 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4120 (vc-bzr-merge-branch): New functions, implementing merge-branch
4121 and pull operations.
4122
b2e44819
SM
41232010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4124
8a0eb852
SM
4125 * Makefile.in: Fix up last merge.
4126
b2e44819
SM
4127 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4128 (diff-sentinel): Get them as arguments instead.
4129 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4130 (diff-file-local-copy, diff-better-file-name): New funs.
4131 (diff-no-select): Rename from diff-into-buffer.
4132 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4133 Prefer closures to buffer-local variables.
4134 (diff): Adjust accordingly.
4135 (diff-buffer-with-file): Move from files.el.
4136 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4137 (diff-buffer-internal): Remove.
4138 (diff-buffer-buffer): Remove.
4139 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4140 the buffer name used, and so as not to mess up windows and frames.
4141
6a7662bb
BR
41422010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4143
4144 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4145 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4146 (diff-buffer-with-file): Use it.
4147 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4148 (diff): Use it.
4149
c799747b
TH
41502010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4151
4152 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4153 \ref's or \pageref's value as default instead of initial input.
4154
e274eb13
MA
41552010-11-21 Michael Albinus <michael.albinus@gmx.de>
4156
4157 * files.el (backup-by-copying-when-mismatch): The default value is
4158 now t.
4159
4160 * startup.el (normal-top-level):
4161 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4162 `backup-by-copying-when-mismatch'.
4163
77af54d7
JD
41642010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4165
4166 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4167
4e2f7d2a
CY
41682010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4169
6a7662bb
BR
4170 * progmodes/python.el (python-font-lock-keywords):
4171 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4172
b7d1e144
JD
41732010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4174
4175 * term/ns-win.el (ns-right-control-modifier)
4176 (ns-right-command-modifier): Defvar them.
4177
4178 * cus-start.el (all): Add ns-right-control-modifier and
4179 ns-right-command-modifier (Bug#7458).
4180
c11cc37a
GM
41812010-11-20 Glenn Morris <rgm@gnu.org>
4182
4183 * emacs-lisp/authors.el (authors-ignored-files)
4184 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4185
7dcd777e
TH
41862010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4187
4188 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4189 (report-emacs-bug-parse-query-results)
4190 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4191 keywords used for querying the bug database to show them in the
4192 existing bugs buffer.
4193
d2bd5189
JD
41942010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4195
4196 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4197
4198 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4199
0e7c0582
EZ
42002010-11-20 Eli Zaretskii <eliz@gnu.org>
4201
4202 * international/characters.el (glyphless-char-display-control):
4203 Make it a defcustom, with update-glyphless-char-display as its
4204 :set attribute.
4205 (top level): Don't call update-glyphless-char-display.
4206
7398933f
MA
42072010-11-20 Michael Albinus <michael.albinus@gmx.de>
4208
4209 Sync with Tramp 2.2.0.
4210
4211 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4212 `file-remote-p' (due to compatibility).
4213
4214 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4215 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4216
4217 * net/trampver.el: Update release number.
4218
1cd64aae
EZ
42192010-11-20 Eli Zaretskii <eliz@gnu.org>
4220
4221 * faces.el (glyphless-char): Define value for `pc'.
4222
614316a7
TH
42232010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4224
26214810
EZ
4225 Implemented a bug querying mechanism.
4226 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4227 (report-emacs-bug-create-existing-bugs-buffer)
4228 (report-emacs-bug-parse-query-results)
26214810 4229 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4230
9061f667
TH
42312010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4232
4233 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4234 a \ref{} or \pageref{} macro, then use its value as initial input.
4235
1265829e
JB
42362010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4237
4238 * calc/calc-units.el (math-build-units-table-buffer):
4239 calc/README: Mention that the TeX specific units won't use the
4240 `tex' prefix in TeX mode.
4241 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4242 prefix for units in TeX mode.
4243
9fca7811
SM
42442010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4247 * comint.el (comint-kill-region): Make the yank-handler argument
4248 obsolete.
9fca7811 4249
4a47c275 42502010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4251
e2f454c4
SM
4252 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4253 that are both openers (resp. closers) and something else.
4254 (smie-grammar): Loosen definition of valid values.
4255 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4256 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4257 (smie-indent-after-keyword): Adjust users.
4258 (smie-indent-keyword): Don't indent empty lines.
4259
88bf1bec
SM
4260 * vc-hg.el (vc-hg-program): New var.
4261 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4262 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4263
4a47c275 42642010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4265
4266 * emacs-lisp/autoload.el (autoload-find-destination): The function
4267 coding-system-eol-type may return non-numeric values. (Bug#7414)
4268
4a47c275 42692010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4270
4271 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4272
4a47c275 42732010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4274
4275 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4276
4a47c275 42772010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4278
4279 * textmodes/picture.el (picture-mouse-set-point): Don't use
4280 posn-col-row; explicitly compute the motion based on the posn at
4281 the window-start (Bug#7390).
4282
4a47c275 42832010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4284
4285 * novice.el (disabled-command-function):
4286 Fix 2009-11-15 change. (Bug#7384)
4287
4a47c275 42882010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4289
4290 * calendar/calendar.el (diary-iso-date-forms): Make elements
4291 mutually exclusive. (Bug#7377)
4292
4a47c275 42932010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4294
4295 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4296 when filling the remaining "unconstrained" values.
4297
4a47c275 42982010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4299
acef0722
SM
4300 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4301 safety predicate.
4302
4303 * files.el (safe-local-variable-p): Gracefully handle errors.
4304
7bea8c7a
SM
4305 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4306 Use smie-indent-virtual when indenting relative to an opener.
4307 (smie-rule-separator): Use smie-rule-parent.
4308 (smie-indent-keyword): Consult rules, even for openers at bol.
4309 (smie-indent-comment-close): Try to align closer's content.
4310
4a47c275 43112010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4312
4313 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4314
4a47c275 43152010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4316
aa514451
GM
4317 * printing.el (pr-menu-bind): Doc fix.
4318
32b636de
GM
4319 * speedbar.el (speedbar-toggle-images): Doc fix.
4320
bc1d5cdf
GM
4321 * progmodes/python.el (python-shell): Doc fix.
4322
c790cad4
GM
4323 * wid-edit.el (widget-field-use-before-change)
4324 (widget-use-overlay-change): Doc fixes.
4325
c51bb5d2
SM
43262010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4327
8bbb7dd8
SM
4328 Minor cleanup to improve style.
4329 * textmodes/rst.el (rst-update-section): Use point-marker.
4330 (rst-get-decoration): Eliminate unneeded assignment.
4331 (rst-promote-region, rst-straighten-decorations)
4332 (rst-section-tree, rst-adjust): Use point-marker.
4333 (rst-toc-mode-mouse-goto): Avoid setq.
4334 (rst-shift-region-guts, rst-shift-region-left)
4335 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4336 (rst-convert-bullets-to-enumeration): Use copy-marker.
4337
b7e270a2
SM
4338 * minibuffer.el (completion-fail-discreetly): New var.
4339 (completion--do-completion): Use it.
4340
c51bb5d2
SM
4341 * electric.el (electric-pair-pairs): New var.
4342 (electric-pair-post-self-insert-function): Use it.
4343 (electric-layout-post-self-insert-function): Don't insert a before
4344 newline unless it's actually needed.
4345
c04f2ac0
SM
43462010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4347
bac2de0f
SM
4348 * progmodes/python.el (run-python): Explain why we remove the current
4349 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4350
c04f2ac0
SM
4351 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4352
7100ff98
SM
43532010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4354
03f70355
SM
4355 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4356 (octave-mode-map): Don't bind ;, SPC, and LF.
4357 (octave-auto-indent, octave-auto-newline): Remove.
4358 (electric-layout-rules): Declare.
4359 (octave-mode): Set electric-layout-rules.
4360 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4361 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4362 (octave-electric-space): Remove.
4363
7100ff98
SM
4364 * electric.el (electric-layout-mode): New minor mode.
4365 (electric--after-char-pos): New function.
4366 (electric-indent-post-self-insert-function): Use it.
4367 (electric-layout-rules): New var.
4368 (electric-layout-post-self-insert-function): New function.
4369 (electric-indent-mode): Make them interact better.
4370
cca982d0
SM
43712010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4374 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4375 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4376
84992dff
AM
43772010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4378
4379 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4380 Make sure to check inside the word (Bug#6761).
4381
afa42fe3
CY
43822010-11-14 Chong Yidong <cyd@stupidchicken.com>
4383
4384 * startup.el (command-line): If the cursorColor resource is set,
4385 change the cursor face-spec (Bug#7392).
4386
a798747d 43872010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4388
a798747d 4389 The main features of the following allout.el changes are:
1c9b9df0
KM
4390 - implement user customization for the allout key bindings
4391 - add a customization control by which the user can inhibit use of
a798747d 4392 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4393 describe-prefix-bindings
4394 - adapt to new version of called-interactively-p, while
a798747d 4395 maintaining backwards compatibility with old version
01c35094 4396 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4397
a798747d
GM
4398 * allout.el (allout-keybindings, allout-bind-keys)
4399 (allout-keybindings-binding, allout-prefixed-keybindings)
4400 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4401 (allout-keybindings-list, allout-mode-map-adjustments)
4402 (allout-setup-mode-map): Establish allout-mode keymaps as user
4403 customizable settings, and also establish a customizable setting which
4404 regulates whether or not a trailing control-h is reserved for use with
4405 describe-prefix-bindings - and inhibit it by default, so that control-h
4406 *is* reserved for describe-prefix-bindings unless the user changes it.
4407
4408 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4409 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4410 modified events more comprehensively.
4411
a798747d
GM
4412 * allout.el (allout-substring-no-properties):
4413 Alias to use or provide version of `substring-no-properties'.
4414 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4415
a798747d
GM
4416 * allout.el (allout-next-single-char-property-change):
4417 Alias to use or provide version of `next-single-char-property-change'.
4418 (allout-annotate-hidden, allout-hide-by-annotation):
4419 Use `allout-next-single-char-property-change'.
1c9b9df0 4420
a798747d
GM
4421 * allout.el (allout-select-safe-coding-system):
4422 Alias to use or provide version of `select-safe-coding-system'.
4423 (allout-toggle-subtree-encryption):
4424 Use `allout-select-safe-coding-system'.
1c9b9df0 4425
a798747d
GM
4426 * allout.el (allout-set-buffer-multibyte):
4427 Alias to use or provide version of `set-buffer-multibyte'.
4428 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4429
a798747d
GM
4430 * allout.el (allout-called-interactively-p): Macro for using the
4431 different versions of called-interactively-p identically, depending on
4432 the subroutine's argument signature.
4433 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4434 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4435
a798747d
GM
4436 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4437 (allout-previous-visible-heading, allout-forward-current-level)
4438 (allout-backward-current-level, allout-show-children):
4439 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4440
a798747d
GM
4441 * allout.el (allout-before-change-handler):
4442 Exempt edits to the (overlaid) character after the allout outline
4443 bullet from edit confirmation prompt.
1c9b9df0 4444
a798747d
GM
4445 * allout.el (allout-add-resumptions):
4446 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4447
a798747d
GM
4448 * allout.el (allout-beginning-of-line):
4449 Use `allout-previous-single-char-property-change' alias for the sake of
4450 diverse compatibility.
1c9b9df0 4451
a798747d
GM
4452 * allout.el (allout-end-of-line):
4453 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4454
0216b738
CY
44552010-11-13 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * frame.el (frame-notice-user-settings): Don't clobber other
4458 user-set parameters when calling face-set-after-frame-default in
4459 response to background-color parameter (Bug#7373).
4460
0eb025fb
EZ
44612010-11-13 Eli Zaretskii <eliz@gnu.org>
4462
4463 * international/characters.el (glyphless-char-display-control):
88b5a757 4464 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4465 Signal an error if display method is not one of the recognized
4466 symbols.
0eb025fb 4467
6e060cee
MA
44682010-11-13 Michael Albinus <michael.albinus@gmx.de>
4469
4470 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4471 (tramp-compat-line-end-position): Remove them.
4472
4473 * net/tramp.el (tramp-parse-rhosts-group)
4474 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4475 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4476 (tramp-parse-netrc-group, tramp-parse-putty-group)
4477 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4478 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4479 (tramp-sh-handle-file-selinux-context)
4480 (tramp-sh-handle-file-name-all-completions)
4481 (tramp-sh-handle-insert-directory)
4482 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4483 (tramp-wait-for-output, tramp-send-command-and-read)
4484 * net/tramp-smb.el (tramp-smb-read-file-entry)
4485 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4486
4487 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4488 `point-at-bol'.
4489 (tramp-remote-coding-commands): Add an alternative using "base64
4490 -d -i". This is needed for older base64 versions from GNU
4491 coreutils. Reported by Klaus Reichl
4492 <Klaus.Reichl@thalesgroup.com>.
4493
8da5345f
HN
44942010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4495
4496 * simple.el (count-words-region): New function.
4497
c156a63b
SM
44982010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4499
78835dd0
SM
4500 * shell.el (shell-dir-cookie-re): New custom variable.
4501 (shell-dir-cookie-watcher): New function.
4502
ebff325e
SM
4503 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4504 and compilation-mode (bug#7350).
4505
4e9e1584
SM
4506 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4507 highlight when one of them is empty.
4508
4490f875
SM
4509 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4510 trailing space.
4511 (skeleton-newline): New function.
4512 (skeleton-internal-1): Use it.
4513
c156a63b
SM
4514 * simple.el (open-line): `newline' may strip trailing space.
4515
f3bb9e16
KR
45162010-11-12 Kevin Ryde <user42@zip.com.au>
4517
4518 * international/mule-cmds.el (princ-list): Use mapc.
4519
7847454a
GM
45202010-11-12 Glenn Morris <rgm@gnu.org>
4521
4522 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4523 Use it to replace all instances of "*Compile-Log*".
7847454a 4524
aa310257
SM
45252010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4528 indentation specs.
4529
cbf83ce9
SM
45302010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4531
4532 * progmodes/modula2.el: Use SMIE and skeleton.
4533 (m2-mode-syntax-table): (*..*) can be nested.
4534 Add //...\n. Fix paren syntax.
4535 (m2-mode-map): Remove LF and TAB bindings.
4536 (m2-indent): Add safety property.
4537 (m2-smie-grammar): New var.
4538 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4539 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4540 (m2-mode): Use define-derived-mode.
4541 (m2-newline, m2-tab): Remove.
4542 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4543 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4544 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4545 (m2-import): Use define-skeleton.
4546
e7c4fb1e
GM
45472010-11-11 Glenn Morris <rgm@gnu.org>
4548
b3e4c911
GM
4549 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4550
b3e22bd4
GM
4551 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4552 (ls-lisp-verbosity): Add custom :set-after property.
4553 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4554 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4555 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4556 (ls-lisp-set-options): New function.
4557 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4558 Doc fix.
b3e22bd4 4559
55a4b4fe
GM
4560 * play/landmark.el (lm-prompt-for-move):
4561 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4562
e7c4fb1e
GM
4563 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4564
4565 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4566 (idlwave-study-twins): Prefix dynamic local variable `name'.
4567 (idlwave-routine-twin-compare): Update for above change.
4568
4569 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4570 Prefix dynamic local variables `name', `kwd', and `link'.
4571 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4572 * progmodes/idlw-complete-structtag.el
4573 (idlwave-complete-structure-tag-help):
4574 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4575 (idlwave-complete-sysvar-tag-help)
4576 (idlwave-complete-class-structure-tag-help):
4577 Update for above name changes.
4578
afe2870b
LMI
45792010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4580
4581 * net/browse-url.el (browse-url-browser-function): Change the
4582 default to use `browse-url-mail' on mailto: URLs.
4583
fbe3be3f
CY
45842010-11-10 Chong Yidong <cyd@stupidchicken.com>
4585
cbf83ce9
SM
4586 * emacs-lisp/package.el (package-read-all-archive-contents):
4587 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4588
a7cfbaea 45892010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4590
4591 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4592 already found as misspellings by (flyspell-large-region), just
c97685d4 4593 do highlighting (bug#7322).
bd4532fc 4594
13e7256f
GM
45952010-11-10 Glenn Morris <rgm@gnu.org>
4596
6d2a1e35
GM
4597 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4598
d4aca69c
GM
4599 * emulation/edt.el (edt-with-position): New macro.
4600 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4601 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4602 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4603
f8a09adb
GM
4604 * emulation/tpu-extras.el (tpu-with-position): New macro.
4605 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4606
c026460b
GM
4607 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4608
dea53a43
GM
4609 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4610 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4611 (texinfo-master-menu, texinfo-insert-node-lines)
4612 (texinfo-multiple-files-update):
4613 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4614 Use line-beginning-position.
4615
72bc50c0
GM
4616 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4617 No recent Emacs supports system-type `emx'.
4618
4619 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4620 (ada-command-separator, ada-default-prj-properties)
4621 (ada-find-any-references): Update for above name change.
4622
4623 * dirtrack.el (dirtrack-directory-function)
4624 (dirtrack-canonicalize-function):
4625 * filecache.el (file-cache-completion-ignore-case)
4626 (file-cache-case-fold-search, file-cache-ignore-case):
4627 * term.el (serial-port-is-file-p): Cosmetic change.
4628
4629 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4630 Remove non-existent `windows-95' system-type.
4631 * dired.el (dired-chown-program): Remove non-existent `linux'
4632 system-type.
4633
17731c39
GM
4634 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4635 (ping-program-options): Remove non-existent `linux' system-type.
4636
9228bbd3
GM
4637 * startup.el (package-initialize): Update declaration.
4638
6e404950
GM
4639 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4640 (ls-lisp-handle-switches): Use time-less-p.
4641 (ls-lisp-format-time): Use float-time.
4642
6f0d4bb6
GM
4643 * textmodes/remember.el (remember-time-to-seconds): Remove.
4644 (remember-store-in-mailbox): Use float-time.
4645
4646 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4647
4648 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4649 never a real function.
4650 (with-no-warnings): Remove compat stub, now unused.
4651 (time-less-p): Doc fix.
4652 (time-to-number-of-days): Simplify.
4653
73171bd4
GM
4654 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4655 Remove.
4656 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4657 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4658 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4659 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4660 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4661
13e7256f
GM
4662 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4663 (eshell-shuffle-files, eshell-shorthand-tar-command)
4664 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4665 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4666 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4667 Prefix dynamic local variable `matches'.
4668
b565f5a1
GM
4669 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4670 Prefix dynamic local variable `skeleton'.
4671
5ad3e885
KY
46722010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4675 in mail buffer; make yank-action always a command that yanks original
4676 buffer.
4677
14121c52
GM
46782010-11-09 Glenn Morris <rgm@gnu.org>
4679
4680 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4681
d607b96b 46822010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4683
9bdba5f5
SM
4684 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4685 completion field (bug#7211).
4686
73525e72
SM
4687 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4688 Fix handling of backslash escapes.
4689 (python-quote-syntax): Adjust accordingly.
4690
d607b96b 46912010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4692
4693 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4694 (vc-mtn-workfile-branch): Adjust to new output format.
4695
d607b96b 46962010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4697
4698 * international/mule-cmds.el (princ-list): Mark as obsolete.
4699
d607b96b 47002010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4701
4702 * emacs-lisp/smie.el: New package.
4703
d607b96b 47042010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4705
7f925a67
SM
4706 * files.el (backup-by-copying-when-mismatch):
4707 Set `permanent-local' property.
6ce78fdc
MA
4708
4709 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4710 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4711
d607b96b 47122010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4713
4714 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4715
d607b96b 47162010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4717
7f925a67 4718 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4719 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4720 AUTOINOUT for SV style multidimensional arrays, bug294.
4721 Reported by Eric Mastromarchi.
4722 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4723 font-lock-fontify-buffer to cleanup style issues.
4724
d607b96b 47252010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4726
4727 * locate.el (locate, locate-mode): Doc fixes.
4728
d607b96b 47292010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4730
4731 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4732 user for confirmation.
4733 (server-force-stop): Use it.
4734 (server-start): Use server-force-stop for kill-emacs-hook, to
4735 avoid user interaction while killing Emacs.
4736
9b026d9f
GM
47372010-11-09 Glenn Morris <rgm@gnu.org>
4738
3406534c 4739 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4740 (meta-indent-line): Simplify.
3406534c 4741
9b026d9f
GM
4742 * vc/emerge.el (emerge-line-number-in-buf):
4743 * textmodes/ispell.el (ispell-region):
4744 * textmodes/fill.el (current-fill-column):
4745 * progmodes/xscheme.el (xscheme-send-current-line):
4746 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4747 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4748 * progmodes/sh-script.el (sh-handle-prev-do):
4749 * progmodes/meta-mode.el (meta-indent-line):
4750 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4751 (idlwave-in-quote):
4752 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4753 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4754 * progmodes/fortran.el (fortran-looking-at-if-then):
4755 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4756 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4757 (cperl-find-pods-heres):
4758 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4759 * net/quickurl.el (quickurl-list-insert):
4760 * net/ldap.el (ldap-search-internal):
4761 * net/eudc.el (eudc-expand-inline):
4762 * mail/sendmail.el (sendmail-send-it):
4763 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4764 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4765 (viper-brac-function):
4766 * calc/calc-yank.el (calc-do-grab-region):
4767 * calc/calc-keypd.el (calc-keypad-press):
4768 * term.el (term-move-columns, term-insert-spaces):
4769 * speedbar.el (speedbar-highlight-one-tag-line):
4770 * simple.el (current-word):
4771 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4772 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4773 (Info-scroll-down):
4774 * hippie-exp.el (he-line-beg):
4775 * epa.el (epa--marked-keys):
4776 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4777 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4778 (dired-relist-entry):
4779 * buff-menu.el (Buffer-menu-buffer):
4780 * array.el (current-line):
4781 * allout.el (allout-resolve-xref)
4782 (allout-latex-verbatim-quote-curr-line):
4783 Replace yet more uses of end-of-line etc with line-end-position, etc.
4784
db94771e
SM
47852010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4786
1398b795
SM
4787 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4788 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4789 (checkdoc-syntax-table): Initialize in the declaration.
4790 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4791 the mode on unconditionally.
4792
db94771e
SM
4793 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4794 (extent-end-position, extent-start-position): Remove setf method for
4795 non-existing functions (bug#7319).
4796
674728d4
SM
47972010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4800 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4801 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4802 (smie-prec2->grammar): Rename from smie-prec2-levels.
4803 (smie-grammar): Rename from smie-op-levels.
4804 (smie-indent--hanging-p): Rename from smie-hanging-p.
4805 (smie-rule-hanging-p): New alias.
4806 (smie-indent--bolp): Rename from smie-bolp.
4807 (smie-indent--hanging-p): New alias.
4808 (smie--token): New dynamically bound variable.
4809 (smie-indent--parent): New function.
4810 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4811 (smie-rule-next-p): Rename from smie-next-p.
4812 (smie-rule-prev-p): Rename from smie-prev-p.
4813 (smie-rule-sibling-p, smie-rule-parent)
4814 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4815 (smie-rule-separator-outdent): New var.
4816 (smie-indent--rule): Merge with smie-indent--column.
4817 (smie-indent-forward-token, smie-indent-backward-token):
4818 Also recognize close parens.
4819 (smie-indent-keyword): Don't use smie-indent--column any more.
4820 (smie-indent-after-keyword): Ignore closers by default.
4821 (smie-indent-line): Use with-demoted-errors.
4822 * progmodes/octave-mod.el (octave-smie-grammar):
4823 Rename from octave-smie-op-levels.
4824 (octave-smie-rules): Adjust to new behavior.
4825 * progmodes/prolog.el (prolog-smie-grammar):
4826 Rename from prolog-smie-op-levels.
4827
26f097bf
GM
48282010-11-07 Glenn Morris <rgm@gnu.org>
4829
de3490e1
GM
4830 * eshell/esh-util.el (subst-char-in-string)
4831 (directory-files-and-attributes): These compatibility definitions are
4832 not needed on any version of Emacs since at least 21.4.
4833
3ba6b2ee
GM
4834 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4835 (verilog-get-end-of-line): Remove.
4836 (verilog-within-string, verilog-re-search-forward-substr)
4837 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4838 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4839 Use point-at-bol, point-at-eol.
4840 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4841 Remove.
4842 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4843 (electric-pascal-terminate-line, pascal-set-auto-comments)
4844 (pascal-indent-paramlist, pascal-indent-declaration)
4845 (pascal-get-lineup-indent, pascal-func-completion)
4846 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4847 Use point-at-bol, point-at-eol.
4848 * progmodes/flymake.el (flymake-line-beginning-position)
4849 (flymake-line-end-position): Remove.
4850 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4851 * eshell/esh-util.el (line-end-position, line-beginning-position):
4852 Remove compat definitions.
4853
76fc02b6
GM
4854 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4855 Use end-of-line N.
4856 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4857 Use line-end-position.
4858
e180ab9f
GM
4859 * emacs-lisp/chart.el (chart-zap-chars):
4860 * play/decipher.el (decipher-set-map):
4861 * progmodes/ada-mode.el (ada-get-current-indent)
4862 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4863 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4864 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4865 (ada-get-all-references):
4866 * progmodes/cperl-mode.el (cperl-electric-paren)
4867 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4868 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4869 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4870 (cperl-word-at-point-hard):
4871 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4872 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4873 (idlwave-shell-display-line):
4874 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4875 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4876 * progmodes/js.el (js--re-search-forward-inner)
4877 (js--re-search-backward-inner):
4878 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4879 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4880 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4881 * textmodes/flyspell.el (flyspell-process-localwords):
4882 * textmodes/ispell.el (ispell-buffer-local-parsing)
4883 (ispell-buffer-local-dict, ispell-buffer-local-words):
4884 Use point-at-bol and point-at-eol.
4885
26f097bf
GM
4886 * speedbar.el (speedbar-generic-item-info)
4887 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4888 (speedbar-add-indicator, speedbar-check-vc-this-line)
4889 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4890 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4891 Replace more uses of end-of-line etc with line-end-position.
4892
b05fde66
GM
48932010-11-06 Glenn Morris <rgm@gnu.org>
4894
5ed619e0
GM
4895 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4896 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4897 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4898 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4899 (texinfo-multiple-files-update):
4900 * textmodes/table.el (table--probe-cell-left-up)
4901 (table--probe-cell-right-bottom):
4902 * textmodes/picture.el (picture-tab-search):
4903 * textmodes/page-ext.el (pages-copy-header-and-position)
4904 (pages-directory-for-addresses):
4905 * progmodes/vera-mode.el (vera-get-offset):
4906 * progmodes/simula.el (simula-calculate-indent):
4907 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4908 * progmodes/prolog.el (end-of-prolog-clause):
4909 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4910 * progmodes/icon.el (indent-icon-exp):
4911 * progmodes/etags.el (tag-re-match-p):
4912 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4913 * progmodes/ebnf2ps.el (ebnf-begin-file):
4914 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4915 (dcl-save-local-variable):
4916 * play/life.el (life-setup):
4917 * play/gametree.el (gametree-looking-at-ply):
4918 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4919 * mail/sendmail.el (mail-mode-auto-fill):
4920 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4921 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4922 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4923 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4924 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4925 * type-break.el (type-break-file-keystroke-count):
4926 * term.el (term-replace-by-expanded-history-before-point)
4927 (term-skip-prompt, term-extract-string):
4928 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4929 (speedbar-contract-line, speedbar-toggle-line-expansion)
4930 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4931 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4932 * sort.el (sort-skip-fields):
4933 * skeleton.el (skeleton-internal-list):
4934 * simple.el (line-move-finish, line-move-to-column):
4935 * shell.el (shell-forward-command):
4936 * misc.el (copy-from-above-command):
4937 * makesum.el (double-column):
4938 * ebuff-menu.el (electric-buffer-update-highlight):
4939 * dired.el (dired-move-to-end-of-filename):
4940 * dframe.el (dframe-popup-kludge):
4941 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4942 * arc-mode.el (archive-get-lineno):
4943 Use line-end-position and line-beginning-position.
4944
e2a9c0bc
GM
4945 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4946 (idlwave-study-twins): Prefix dynamic local `class'.
4947 (idlwave-routine-twin-compare): Update for above name change.
4948
4e44448f
GM
4949 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4950 Use boundp tests to silence compiler. Update for changed name of
4951 bytecomp-filename variable.
4952
8f6c3eac
GM
4953 * emulation/viper-cmd.el (viper-read-string-with-history):
4954 Prefix dynamic local `initial'.
4955 (viper-minibuffer-standard-hook): Update for above name change.
4956
79d1dabe
GM
4957 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4958 (elint-init-form): Update for above name change.
4959
0e4bb7f0
GM
4960 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4961 local variables `cbeg' and `cend' a prefix.
4962 (mail-extr-voodoo): Update for above name change.
4963
c8f3bf36
GM
4964 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4965 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4966 (reftex-toc-promote-action): Doc fix.
4967
4968 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4969 `prompt', `data' a prefix.
4970 (reftex-select-post-command-hook, reftex-select-callback)
4971 (reftex-select-mouse-accept, reftex-select-read-cite):
4972 Update for above name changes.
4973
4974 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4975 `refstyle' to reftex-refstyle.
4976 (reftex-offer-label-menu): Update for above name change.
4977 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4978 `refstyle' name change.
4979
b05fde66
GM
4980 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4981 with with-current-buffer.
4982 (diff, template): Give dynamic local variables a prefix.
4983 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4984 (emerge-line-number-in-buf): Update for above name change.
4985 (emerge-combine-versions-internal): Rename local `template' to
4986 emerge-combine-template.
4987 (emerge-combine-versions-edit): Update for above name change.
4988
5d8f9169
RA
49892010-11-06 Ralf Angeli <angeli@caeruleus.net>
4990
4991 * textmodes/reftex-cite.el
4992 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4993 entries with whitespace after \bibitem.
4994 (reftex-create-bibtex-file): Match entries containing numbers and
4995 symbol constituents. Make sure that entries with whitespace at
4996 various places are found.
4997
f8aefe82
MA
49982010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4999
5000 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5001
e06918d2
JD
50022010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5003
5004 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5005
17fc58c9
GM
50062010-11-05 Glenn Morris <rgm@gnu.org>
5007
f7fe4837
GM
5008 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5009 (woman2-roff-buffer): Give local variable `request' a prefix.
5010 (woman0-macro): Rename argument `request' in the same way.
5011 (woman-request): New name for `request' dynamic variable.
5012 (woman-unquote, woman-forward-arg): Update for above name change.
5013 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5014 (woman1-unquote): New name for `unquote' dynamic variable.
5015 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5016 (woman-translations): Rename from `translations'. No longer global.
5017 (woman2-tr, woman-translate): Update for above name change.
5018 (woman-translate): Check for bound variable.
5019 (woman2-roff-buffer): Give local variable `translations' a prefix.
5020
869c4186
GM
5021 * play/doctor.el: Give all local variables a prefix. Update callers.
5022 (doc$, doctor-put-meaning): Use backquote.
5023
215461a8
GM
5024 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5025 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5026
17fc58c9
GM
5027 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5028 variables bytes, ptr, op a prefix.
5029 (disassemble-offset): Update for above change.
5030
015eea59
CY
50312010-11-03 Chong Yidong <cyd@stupidchicken.com>
5032
5033 * emacs-lisp/package.el (package-unpack): Remove no-op.
5034 (package--builtins, package--dir): Doc fix.
5035 (package-activate-1, package-activate, package-install)
5036 (package-compute-transaction): Fix error message.
5037 (package-delete): Use delete-directory. Omit system packages.
5038 (package-initialize): Set package-alist to nil first.
5039 (package-menu-mark-delete, package-menu-mark-install): Don't add
5040 symbols that are inconsistent with the package state.
5041 (package-menu-execute): Perform deletions and installations as
5042 single batch operations.
5043
033862d1
GM
50442010-11-03 Glenn Morris <rgm@gnu.org>
5045
0b03a950
GM
5046 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5047 (props): Remove unnecessary declaration.
5048
e337e22c
GM
5049 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5050 set-process-query-on-exit-flag.
5051
a88e24dd 5052 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
5053 (reftex-toc-do-promote): Remove unused local `mpos'.
5054 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 5055
537b04b9
GM
5056 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5057
52365e61
GM
5058 * play/landmark.el (lm-losing-threshold): Correct spelling.
5059 (lm-human-plays): Use new name.
5060
cd32f8a9
GM
5061 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5062 (gomoku-human-plays): Use new name.
5063
033862d1
GM
5064 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5065 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5066 (gomoku-score-trans-table, gomoku-winning-threshold)
5067 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5068
4b99edf2
CY
50692010-11-03 Chong Yidong <cyd@stupidchicken.com>
5070
5071 * emacs-lisp/package.el: Don't put built-in packages in
5072 package-alist, to avoid loading inefficiencies.
5073 (package-built-in-p): Make VERSION optional, and treat it as a
5074 minimum acceptable version.
6a7662bb
BR
5075 (package-activate): Search separately for built-in packages.
5076 Emit a warning if a dependency fails.
4b99edf2
CY
5077 (define-package): Handle most common case, where there is no
5078 obsolete package, first.
5079 (package-compute-transaction): Print required version in error.
5080 (package--initialized): New variable.
5081 (list-packages): Use it.
5082 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
5083 built-in packages in packages-alist; keep it separate.
5084 Set package--initialized.
4b99edf2
CY
5085 (describe-package): Avoid activating packages as a side-effect.
5086 Search separately for built-in packages.
5087 (describe-package-1): Handle the case where an elpa package is
5088 simultaneously built-in and available/installed.
6a7662bb
BR
5089 (package-installed-p, package--generate-package-list):
5090 Search separately for built-in packages.
4b99edf2
CY
5091 (package-load-descriptor): Doc fix.
5092
3225dcaa
SM
50932010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5096 Handle __DATA__ and __END__.
5097
fa14dc18
NF
50982010-11-02 Noah Friedman <friedman@splode.com>
5099
5100 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5101 nil, do not ask to recompile files that are not already compiled,
5102 and do not recompile them.
5103
0f75c62a
CY
51042010-11-02 Chong Yidong <cyd@stupidchicken.com>
5105
5106 * emacs-lisp/package.el (package-initialize): Ensure that
5107 obsoleted built-in packages are not in package-activated-list
5108 during activation.
5109 (describe-package-1): Make the "installed" status override
5110 "built-in".
5111
b29f5b7b
VJL
51122010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5113
5114 * subr.el (version-separator, version-regexp-alist): Remove '*'
5115 from docstring.
5116 (version-list-<=, version<=, version=): Doc fix.
5117
b18fad6d
KH
51182010-11-01 Kenichi Handa <handa@m17n.org>
5119
5120 * faces.el (glyphless-char): Inherit underline for tty.
5121
a8039db1 51222010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
5123
5124 Implement various display methods for glyphless characters.
5125
5126 * international/characters.el (char-acronym-table): New variable.
5127 (glyphless-char-control): New variable.
35f52ed6 5128 (update-glyphless-char-display): New function.
b2cca856
KH
5129
5130 * faces.el (glyphless-char): New face.
5131
28886d5e
GM
51322010-11-01 Glenn Morris <rgm@gnu.org>
5133
919dd7aa
GM
5134 * calendar/holidays.el (general-holidays, oriental-holidays)
5135 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5136 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5137 the definitions of their targets.
5138
c79fc059
GM
5139 * emacs-lisp/smie.el (smie): New custom group.
5140 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5141
c8ccffb1
GM
5142 * faces.el (xw-defined-colors, x-setup-function-keys):
5143 * mouse-sel.el (x-select-text):
5144 * term/w32console.el (x-setup-function-keys): Update declarations.
5145
f4ff702e
GM
5146 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5147
806c491a
GM
5148 * textmodes/ispell.el (comment-add): Declare.
5149
c3dfebd1
GM
5150 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5151 Declare.
5152
28886d5e
GM
5153 * info.el (finder-keywords-hash, package-alist): Declare.
5154
693c9d15
CY
51552010-11-01 Chong Yidong <cyd@stupidchicken.com>
5156
5157 * finder.el (finder-compile-keywords): Don't use intern-soft,
5158 since package names may not yet exist in the obarray.
5159
51602010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5161
5162 * vc/vc-arch.el (vc-arch-checkin):
5163 * vc/vc-cvs.el (vc-cvs-checkin):
5164 * vc/vc-mtn.el (vc-mtn-checkin):
5165 * vc/vc-rcs.el (vc-rcs-checkin):
5166 * vc/vc-sccs.el (vc-sccs-checkin):
5167 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5168 since 2010-04-21 commit by Stefan Monnier.
5169
36967cf7
GM
51702010-11-01 Glenn Morris <rgm@gnu.org>
5171
feb5e60a
GM
5172 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5173
1f023ca9
GM
5174 * startup.el (package-enable-at-startup, package-initialize):
5175 Silence compiler.
5176
36967cf7
GM
5177 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5178 Silence compiler.
5179
430e7297
JD
51802010-10-31 Julien Danjou <julien@danjou.info>
5181
5182 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5183 (byte-recompile-directory):
5184 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5185 Use `byte-recompile-file'.
5186
c8c59954
GM
51872010-10-31 Glenn Morris <rgm@gnu.org>
5188
5189 * cus-start.el: Handle standard values via a keyword.
5190 Only set version property if specified.
5191 (cursor-in-non-selected-windows, menu-bar-mode)
5192 (tool-bar-mode, show-trailing-whitespace):
5193 Do not specify standard values.
5194 (transient-mark-mode, temporary-file-directory): Use :standard.
5195
04e63796
JD
51962010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5197
5198 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5199 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5200
2699a554 52012010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5202
5203 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5204 preserve owner and group when editing files. (Bug#7289)
5205
35fcc05c 52062010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5207
5208 * speedbar.el (speedbar-mode):
5209 * play/fortune.el (fortune-in-buffer, fortune):
5210 * play/gomoku.el (gomoku-mode):
5211 * play/landmark.el (lm-mode):
5212 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5213 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5214
82f7efc3
GM
5215 * select.el (x-selection): Mark it as an obsolete alias.
5216
2699a554 52172010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5218
f486841f 5219 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5220 major-mode (bug#7284).
5221
2699a554 52222010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5223
5224 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5225 rather than just an unused variable that inherits from the real one.
5226
e6ef5dd9
AM
52272010-10-31 Alan Mackenzie <acm@muc.de>
5228
5229 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5230 This fixes bug #7185.
5231
8a500a91
CY
52322010-10-30 Chong Yidong <cyd@stupidchicken.com>
5233
5234 * startup.el (command-line): Search for package directories, and
5235 don't load package.el if none are found.
5236
6a7662bb
BR
5237 * emacs-lisp/package.el (describe-package, list-packages):
5238 Call package-initialize if it has not been called yet.
8a500a91 5239
4f9e41e4
AM
52402010-10-30 Alan Mackenzie <acm@muc.de>
5241
5242 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5243 which fontifies the tail of an enum.
5244 (c-basic-matchers-after): Insert a call to the above new function.
5245 This fixes bug #7264.
5246
88f43c67
GM
52472010-10-30 Glenn Morris <rgm@gnu.org>
5248
5249 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5250 tool-bar-mode, transient-mark-mode. (Bug#7306)
5251 Include the :set property in the dumped Emacs.
5252
c4d17d50
SM
52532010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 SMIE: change indent rules format, improve smie-setup.
5256 * emacs-lisp/smie.el (smie-precs-precedence-table)
5257 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5258 Mark them pure so the tables gets built at compile time.
5259 (smie-bnf-precedence-table): Store the closer-alist in the table.
5260 (smie-prec2-levels): Preserve the closer-alist.
5261 (smie-blink-matching-open): Be more forgiving in case of indentation.
5262 (smie-hanging-p): Rename from smie-indent--hanging-p.
5263 (smie-bolp): Rename from smie-indent--bolp.
5264 (smie--parent, smie--after): New dynamic vars.
5265 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5266 (smie-indent-rules): Remove.
5267 (smie-indent--offset-rule): Remove fun.
5268 (smie-rules-function): New var.
5269 (smie-indent--rule): New fun.
5270 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5271 (smie-indent-exps): Use it.
5272 (smie-setup): Setup paren blinking; add keyword args for token
5273 functions; extract closer-alist from op-levels.
5274 (smie-indent-debug-log): Remove var.
5275 (smie-indent-debug): Remove fun.
5276 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5277 (prolog-smie-rules): New fun to replace it.
5278 (prolog-mode-variables): Simplify.
5279 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5280 it's setup automatically.
5281 (octave-smie-indent-rules): Remove.
5282 (octave-smie-rules): New fun to replace it.
5283 (octave-mode): Simplify.
5284
9d794026
GM
52852010-10-29 Glenn Morris <rgm@gnu.org>
5286
e088c02a
GM
5287 * files.el (temporary-file-directory): Remove (already defined in C).
5288 * cus-start.el: Add temporary-file-directory.
5289
9d794026
GM
5290 * abbrev.el (abbrev-mode):
5291 * composite.el (auto-composition-mode):
5292 * menu-bar.el (menu-bar-mode):
5293 * simple.el (transient-mark-mode):
5294 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5295 that they do not define the associated variables twice.
5296 * simple.el (transient-mark-mode): Remove defvar.
5297 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5298 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5299 Handle multiple groups, and also custom-delayed-init-variables.
5300 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5301
dcc029e0
SM
53022010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5305 (pcase-if): Add one minor optimization.
5306 (pcase-split-equal): Rename from pcase-split-eq.
5307 (pcase-split-member): Rename from pcase-split-memq.
5308 (pcase-u1): Add strings to the member optimization.
5309 Add `guard' variant of predicates.
5310 (pcase-q1): Add string patterns.
5311
a62b88d4
SM
53122010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5313
5314 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5315
f41f19b0
GM
53162010-10-28 Glenn Morris <rgm@gnu.org>
5317
b3edb781
GM
5318 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5319 Move menu-bar related settings to ../menu-bar.el.
5320 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5321 Move ns-specific settings here from term/ns-win.el.
5322
f41f19b0
GM
5323 * simple.el (x-selection-owner-p): Remove unused declaration.
5324
6175cd08
SM
53252010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * minibuffer.el (completion-cycling): New var (bug#7266).
5328 (minibuffer-complete, completion--do-completion):
5329 Use completion--flush-all-sorted-completions.
5330 (minibuffer-complete): Only cycle if completion-cycling is set.
5331 (completion--flush-all-sorted-completions): Unset completion-cycling.
5332 (minibuffer-force-complete): Set completion-cycling.
5333 (completion-all-sorted-completions): Move declaration before first use.
5334
19677c71
LL
53352010-10-28 Leo <sdl.web@gmail.com>
5336
5337 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5338 which changes the order of matches seen by users (bug#7231).
5339
53402010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5341
5342 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5343 Don't confuse -omega as "-o mega".
5344
2122161f
SM
53452010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5346
ce8794df
SM
5347 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5348 (log-edit-author): New dynamic var.
5349 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5350 to return the author if different from committer.
5351 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5352
80cb310d
SM
5353 * play/landmark.el: Adjust commenting convention.
5354 (lm-nil-score): Rename from nil-score.
5355 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5356 (OOOOscore): Move into a let in lm-score-trans-table.
5357 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5358
2122161f
SM
5359 * electric.el (electric-indent-chars): Autoload.
5360 * progmodes/octave-mod.el (octave-mode):
5361 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5362 (ruby-mode-abbrev-table): Merge initialization and declaration.
5363
e925113b
GM
53642010-10-27 Glenn Morris <rgm@gnu.org>
5365
208d109c
GM
5366 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5367 variable.
5368
7d3e3843
GM
5369 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5370
e925113b
GM
5371 * term/ns-win.el: Restore require of cl when compiling.
5372 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5373 (ns-handle-nxopen): Optionally handle the temp-case.
5374 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5375 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5376
b94a5a43
GM
53772010-10-26 Glenn Morris <rgm@gnu.org>
5378
5379 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5380
fc3eda04
AR
53812010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5382
5383 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5384 global map.
5385 * term/common-win.el (x-setup-function-keys): Remove most of the
5386 keymappings. Comment on the remaining ones.
5387
c79b0b1c
PO
53882010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5389
c31dc2c0 5390 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5391 (server-start): Use server-port.
5392
725513b7
GM
53932010-10-26 Glenn Morris <rgm@gnu.org>
5394
d7d8c62a
GM
5395 * term/ns-win.el (ns-version-string): Remove unused declaration.
5396 (ns-invocation-args): Change to x-invocation-args.
5397 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5398 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5399 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5400 Use x-invocation-args instead of ns-invocation-args.
5401 (ns-initialize-window-system, handle-args-function-alist):
5402 Use x-handle-args instead of ns-handle-args.
5403 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5404 * startup.el (command-line-ns-option-alist): Replace
5405 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5406 ns-handle-iconic with the x- equivalents.
5407
725513b7
GM
5408 * term/common-win.el (x-select-enable-clipboard):
5409 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5410
5411 * term/ns-win.el: No need to require cl when compiling.
5412 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5413 (xw-defined-colors): Use the common-win definitions.
5414 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5415 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5416 * term/common-win.el (x-select-text, x-alternatives-map)
5417 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5418 * loadup.el [ns]: Load common-win.
5419
77ec02d8
DU
54202010-10-26 Daiki Ueno <ueno@unixuser.org>
5421
5422 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5423 recipients; expand mail aliases (Bug#7280).
77ec02d8 5424
6a5c2175
GM
54252010-10-25 Glenn Morris <rgm@gnu.org>
5426
59ba9d59
GM
5427 * term/common-win.el (x-handle-switch): Simplify with pop.
5428 Optionally handle numeric switches.
5429 (x-handle-numeric-switch): Just call x-handle-switch.
5430 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5431 (x-handle-name-switch, x-handle-display, x-handle-args):
5432 Simplify with pop.
5433
6a5c2175
GM
5434 * term/ns-win.el: Do not require easymenu.
5435 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5436 <spell>: Move adjustments to menu-bar.el.
5437 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5438 <separator-undo, spell>: Move ns-win's adjustments here.
5439 * loadup.el [ns]: Do not load easymenu.
5440
01898dc2
CY
54412010-10-24 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5444 Delete (Bug#7222).
01898dc2
CY
5445
5446 * startup.el (fancy-startup-tail): Instead of using inline images,
5447 refer to image files from etc/.
5448
5449 * wid-edit.el (checkbox): Likewise.
5450 (widget-image-find): Center image specs.
5451
a44d921f
GM
54522010-10-24 Glenn Morris <rgm@gnu.org>
5453
5454 * term/ns-win.el (x-select-text): Doc fix.
5455 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5456 (x-select-text): Move to term/common-win.
5457 * term/w32-win.el (xw-defined-colors): Move to common-win.
5458 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5459 (x-setup-function-keys, x-select-text): Move to common-win.
5460 * term/common-win.el (x-select-text, x-alternatives-map)
5461 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5462 definitions here.
5463
709228c0 54642010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5465
5466 * net/mairix.el (mairix-searches-mode-map):
5467 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5468
0c382083 54692010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5470
2b0c7330 5471 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5472 auto-built for efficiency of execution and updating.
5473 (verilog-extended-complete-re): Support 'pure' fucntion & task
5474 declarations (these have no bodies).
ca39416c
AH
5475 (verilog-beg-of-statement): General cleanup to enable support of
5476 'pure' fucntion & task declarations (these have no bodies).
5477 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5478 noticed by Steve Pearlmutter.
5479 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5480 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5481 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5482 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5483 attribute handling for lining up declarations and assignments.
5484 (verilog-beg-of-statement-1): Fix issue where continued declaration
5485 is indented differently if it is after a begin..end clock.
5486 (verilog-in-attribute-p, verilog-skip-backward-comments)
5487 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5488 attributes by indent code. Reported by Jeff Steele.
ca39416c 5489 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5490 (verilog-backward-up-list, verilog-in-struct-region-p)
5491 (verilog-backward-token, verilog-in-struct-p)
5492 (verilog-in-coverage-p, verilog-do-indent)
5493 (verilog-pretty-declarations): Use verilog-backward-up-list as
5494 wrapper around backward-up-list inorder to properly skip comments.
5495 Reported by David Rogoff.
5496 (verilog-property-re, verilog-endcomment-reason-re)
5497 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5498 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5499 of if). Reported by Max Bjurling and
a03c2342 5500 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5501 declaration. Reported by Brian Hunter.
a03c2342 5502
0c382083 55032010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5504
2b0c7330 5505 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5506 (verilog-gate-keywords, verilog-read-sub-decls)
5507 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5508 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5509 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5510 (verilog-read-decls): Fix spaces in V2K module parameters causing
5511 mis-identification as interfaces, bug287.
5512 (verilog-read-decls): Fix not treating "parameter string" as a
5513 parameter in AUTOINSTPARAM.
5514 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5515 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5516 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5517 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5518 (verilog-font-lock-keywords-2): Fix highlighting of single
5519 character pins, bug264. Reported by Michael Laajanen.
5520 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5521 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5522 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5523 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5524 (verilog-pretty-expr): Fix interactive arguments, bug272.
5525 Reported by Mark Johnson.
5526 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5527 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5528 bug269. Suggested by Gary Delp.
a03c2342 5529 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5530 (verilog-preprocessor, verilog-set-compile-command):
5531 Create verilog-preprocess and verilog-preprocessor to show
5532 preprocessed output.
a03c2342
WS
5533 (verilog-get-beg-of-line, verilog-get-end-of-line)
5534 (verilog-modi-file-or-buffer, verilog-modi-name)
5535 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5536 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5537 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5538 (verilog-colorize-region, verilog-highlight-buffer)
5539 (verilog-highlight-includes, verilog-highlight-modules)
5540 (verilog-highlight-region, verilog-mode): Rename colorize to
5541 highlight to match other packages. Disable module highlighting,
5542 as received speed complaints, reenable for experimentation only
5543 using new verilog-highlight-modules.
5544 (verilog-read-decls): Fix regexp stack overflow in very large
5545 AUTO_TEMPLATEs, bug250.
5546 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5547 (verilog-scan): Create verilog-save-buffer-state to standardize
5548 making insignificant changes that shouldn't call hooks.
5549 (verilog-save-no-change-functions, verilog-save-scan-cache)
5550 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5551 Create verilog-save-no-change-functions to wrap verilog-scan
5552 preservation, and fix to work with nested preserved calls.
5553 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5554 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5555 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5556 (verilog-submit-bug-report): Update variable list to be complete.
5557 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5558 breaking on-the-fly font-locking.
5559 (verilog-colorize-buffer, verilog-colorize-include-files)
5560 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5561 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5562 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5563 AUTOINST cell instance name, middle mouse button now finds-file on
5564 it. Suggested by Brad Dobbie.
5565 (verilog-alw-get-temps, verilog-auto-reset)
5566 (verilog-auto-sense-sigs, verilog-read-always-signals)
5567 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5568 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5569 initialization section of a for() should be ignored.
5570 Reported by Dan Dever.
a03c2342
WS
5571 (verilog-error-font-lock-keywords)
5572 (verilog-error-regexp-emacs-alist)
5573 (verilog-error-regexp-xemacs-alist): Fix error detection of
5574 Cadence HAL, reported by David Asher. Repair drift between the
5575 three similar error variables.
5576 (verilog-modi-lookup, verilog-modi-lookup-cache)
5577 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5578 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5579 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5580 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5581 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5582 "{1*2{...". Broke in last revision.
5583 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5584 submodule connections with replications "{#{a},#{b}}".
5585
0c382083
CY
55862010-10-24 Juanma Barranquero <lekktu@gmail.com>
5587
5588 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5589 Fix typo in docstring.
5590
55912010-10-24 Kenichi Handa <handa@m17n.org>
5592
5593 * face-remap.el (text-scale-adjust): Call read-event with a proper
5594 prompt.
5595
55962010-10-24 Chong Yidong <cyd@stupidchicken.com>
5597
5598 * emacs-lisp/unsafep.el: Don't mark functions that display
5599 messages as safe. Suggested by Johan Bockgård.
5600
56012010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5604 Turn comments into docstrings.
5605
5606 * minibuffer.el (completion--replace): Move point where it belongs
5607 when there's a common suffix (bug#7215).
5608
9317e499
CY
56092010-10-24 Chong Yidong <cyd@stupidchicken.com>
5610
5611 Merge read-color and facemenu-read-color (Bug#7242).
5612
5613 * faces.el (read-color): Use the completion code from
5614 facemenu-read-color. Require match in completion. Doc fix.
5615
5616 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5617 (facemenu-set-foreground, facemenu-set-background):
5618 Use read-color.
9317e499
CY
5619
5620 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5621 (set-cursor-color, set-mouse-color, set-border-color):
5622 Use read-color.
9317e499 5623
a44d921f 56242010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5625
5626 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5627 argument of delete-file and delete-directory (Bug#7011).
5628
43207249
CY
56292010-10-24 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5632 button-buffer-map.
5633
484db896 56342010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5635
5636 * emacs-lisp/package.el (package--generate-package-list): Make the
5637 *Packages* buffer read-only.
5638
10f5e3e6
AM
56392010-10-24 Alan Mackenzie <acm@muc.de>
5640
5641 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5642 result of `c-beginning-of-decl-1' between invocations of a lambda
5643 function (Bug #7265).
5644
3ec6ca72
DU
56452010-10-24 Daiki Ueno <ueno@unixuser.org>
5646
5647 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5648 executable is not available on the system (Bug#7268).
5649
ec514007
GM
56502010-10-24 Glenn Morris <rgm@gnu.org>
5651
f5f25615
GM
5652 * select.el (selection-coding-system, next-selection-coding-system):
5653 Sync doc with C versions.
3646b86d 5654
8aa0f263
GM
5655 * w32-vars.el (x-select-enable-clipboard):
5656 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5657 * term/common-win.el (x-select-enable-clipboard): Move here.
5658
46710489
GM
5659 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5660 definition of C variable.
5661
ec514007
GM
5662 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5663 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5664 Don't redefine things that are defined in C.
5665 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5666 (show-trailing-whitespace, auto-hscroll-mode)
5667 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5668 Set up the appropriate custom properties.
5669
8a79905d
CY
56702010-10-24 Chong Yidong <cyd@stupidchicken.com>
5671
5672 Bind "C-c ]" to ...
5673 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5674 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5675 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5676 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5677
aa02a29f
GM
56782010-10-23 Glenn Morris <rgm@gnu.org>
5679
7dfc15df
GM
5680 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5681 say what it was.
5682
66c6abf0
GM
5683 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5684 Sync docs with C version.
f3d87560 5685
3193e969
GM
5686 * term/ns-win.el (xw-defined-colors):
5687 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5688
6f748f70
GM
5689 * term/pc-win.el (x-select-enable-clipboard):
5690 * term/x-win.el (x-select-enable-clipboard):
5691 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5692
7aa93795
GM
5693 * comint.el (comint-password-prompt-regexp): Make it less vague.
5694 Bump version.
5695
17284e30
GM
5696 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5697
aa02a29f
GM
5698 * help.el (finder-by-keyword): Remove unnecessary autoload.
5699
69b55131
GM
57002010-10-22 Glenn Morris <rgm@gnu.org>
5701
9a0dd02d
GM
5702 * loadup.el: Unconditionally load float-sup.
5703 * paren.el (show-paren-delay):
5704 * emacs-lisp/float-sup.el:
5705 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5706 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5707 (lazy-lock-stealth-verbose): Assume float support.
5708 * ps-print.el: Assume float support on Emacs.
5709 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5710 Remove non-float branch.
5711
69b55131
GM
5712 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5713 src/Makefile no longer being pre-processed.
5714
7c23d9e8
SM
57152010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * emacs-lisp/find-func.el (find-library): Use test-completion.
5718
23737b4a
LMI
57192010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5720
7c23d9e8 5721 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5722
6e060cee 57232010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5724
5725 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5726 space in stat format string.
5727 (tramp-send-command): Unset $PS1 when using here documents, in
5728 order not to get several prompts.
5729 (tramp-get-inline-coding): Return `nil' in case of errors.
5730
08ffb131
DU
57312010-10-21 Daiki Ueno <ueno@unixuser.org>
5732
7c23d9e8
SM
5733 * hexl.el (hexl-mode, hexl-mode-exit):
5734 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5735 (hexl-revert-buffer-function): New function.
5736 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5737
ba7fdf30
AM
57382010-10-19 Alan Mackenzie <acm@muc.de>
5739
7c23d9e8
SM
5740 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5741 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5742 that these keywords aren't wrongly matched as identifiers.
5743
ba7fdf30
AM
5744 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5745 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5746 c-after-change. (Bug#7181)
ba7fdf30 5747
7fd8732d
CY
57482010-10-19 Chong Yidong <cyd@stupidchicken.com>
5749
5750 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5751 Don't mark as safe.
5752
5753 * custom.el (custom-theme-set-variables): Likewise.
5754 (load-theme): Add custom-theme-set-faces and
5755 custom-theme-set-variables to safe-functions while loading.
5756 (custom-enabled-themes): Mark as risky.
5757
3f12b18c
JD
57582010-10-18 Julien Danjou <julien@danjou.info>
5759
5760 * bindings.el: Remove end dashes in default mode-line-format.
5761
b8a47412
CY
57622010-10-19 Chong Yidong <cyd@stupidchicken.com>
5763
5764 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5765 to delete-forward-char.
5766
5767 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5768 deletechar, and hence delete-forward-char.
5769
ca3fa302
JB
57702010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * repeat.el (repeat): Use read-key (bug#6256).
5773
57742010-10-19 Chong Yidong <cyd@stupidchicken.com>
5775
5776 * emacs-lisp/unsafep.el: Don't mark functions that display
5777 messages as safe. Suggested by Johan Bockgård.
5778
57792010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 * minibuffer.el (completion--replace): Move point where it belongs
5782 when there's a common suffix (bug#7215).
5783
57842010-10-19 Kenichi Handa <handa@m17n.org>
5785
5786 * international/characters.el: Add category '|' (word breakable)
5787 to fullwidth characters.
5788
3224b54d
MA
57892010-10-19 Michael Albinus <michael.albinus@gmx.de>
5790
5791 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5792 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5793 order to make stat results a float. Patch by Andreas Schwab
5794 <schwab@linux-m68k.org>.
5795
36ba6f07
JD
57962010-10-18 Julien Danjou <julien@danjou.info>
5797
5798 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5799 hidden by `make-pointer-invisible'.
5800
43f964fc
SM
58012010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * files.el (locate-file-completion-table): Strip non-matching elements
5804 before checking length of list (bug#7238).
5805
e48eb343
CY
58062010-10-18 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * custom.el (custom-theme-set-variables): Mark as a safe function.
5809 (load-theme): Check forms using unsafep.
5810
5811 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5812
df987d70
AM
58132010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5814
43f964fc
SM
5815 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5816 Fix aspell data file searching (bug#7230).
df987d70 5817
29a4c45b
CY
58182010-10-16 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * cus-theme.el (custom-theme--migrate-settings): New var.
5821 (customize-create-theme): Allow editing the `user' theme.
5822 (custom-theme-add-variable, custom-theme-add-var-1)
5823 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5824 to the front of each variable or face widget.
5825 (custom-theme-write): Save theme settings in the correct order.
5826 Optionally, remove saved settings from user customizations.
43f964fc
SM
5827 (custom-theme-write-variables, custom-theme-write-faces):
5828 Save only the checked widgets.
29a4c45b
CY
5829 (customize-themes): Add a link for migrating custom settings.
5830
43f964fc
SM
5831 * custom.el (custom-declare-theme, provide-theme):
5832 Use custom-theme-name-valid-p.
29a4c45b
CY
5833 (custom-theme-name-valid-p): Remove checks that are now
5834 unnecessary since themes no longer obey load-path.
5835
5836 * cus-edit.el (custom-variable-value-create): For the simple
5837 style, hide documentation string when hidden.
5838
782b5e8d
CY
58392010-10-16 Chong Yidong <cyd@stupidchicken.com>
5840
647bc502
CY
5841 * cus-edit.el (custom-variable, custom-face): Combine the
5842 :inhibit-magic and :display-style properties into a single
5843 :custom-style property.
43f964fc
SM
5844 (custom-toggle-hide-variable, custom-toggle-hide-face):
5845 New functions. If hiding an edited value, save it to :shown-value.
5846 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5847 (custom-magic-reset): Allow magic property to be unset.
5848
782b5e8d
CY
5849 * custom.el: Custom themes no longer use load-path.
5850 (custom-theme-load-path): New option. Change built-in theme
5851 directory to etc/.
5852 (custom-enabled-themes): Add custom-theme-load-path dependency.
5853 (custom-theme--load-path): New function.
5854 (load-theme, custom-available-themes): Use it.
5855
5856 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5857 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5858 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5859 :custom-style property.
782b5e8d
CY
5860
5861 * themes/*.el: Moved to etc/.
5862
99f65cfa
RA
58632010-10-16 Ralf Angeli <angeli@caeruleus.net>
5864
5865 * textmodes/reftex-cite.el
5866 (reftex-extract-bib-entries-from-thebibliography): Do not move
5867 point when searching for \bibitem entries. Match entries with
5868 spaces or tabs in front of arguments.
5869
da16abfc
CY
58702010-10-16 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * cus-theme.el (customize-create-theme): Delete overlays after
5873 erasing. If given a THEME arg, display only the faces of that arg
5874 instead of custom-theme--listed-faces.
5875 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5876 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5877 (custom-theme-add-variable, custom-theme-add-face): Apply value
5878 from the theme settings, instead of the current value.
5879 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5880 (custom-theme-visit-theme): Allow calling outside theme buffers.
5881 (custom-theme-merge-theme): Don't enable the theme when merging.
5882 (custom-theme-write-variables, custom-theme-write-faces): Use the
5883 :shown-value properties to save buffer values, not global ones.
5884 (customize-themes): Display a warning about user customizations.
5885
5886 * cus-edit.el (custom-variable-value-create)
5887 (custom-face-value-create): Obey new special properties
5888 :shown-value and :inhibit-magic.
5889
aa095b2d
MA
58902010-10-15 Michael Albinus <michael.albinus@gmx.de>
5891
5892 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5893 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5894 <dale@codefu.org>.
aa095b2d 5895
7ca9cfda
KH
58962010-10-14 Kenichi Handa <handa@m17n.org>
5897
9650fc61
KH
5898 * mail/rmail.el (rmail-show-message-1): Catch an error of
5899 base64-decode-region and just show an error message (bug#7165).
5900
43f964fc 5901 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5902 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5903 a font-spec (bug#7197).
5904
220d91b8 59052010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5906
5907 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5908
220d91b8 59092010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5910
c0943d3d
JB
5911 * international/mule.el (define-coding-system):
5912 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5913 * composite.el (compose-region): Fix typo in docstring.
5914
4983ddea
CY
59152010-10-14 Chong Yidong <cyd@stupidchicken.com>
5916
de43f11b
CY
5917 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5918 only after checking the theme-face property.
5919
4983ddea
CY
5920 * faces.el (face-spec-reset-face): Reset all attributes in one
5921 single call to set-face-attribute.
5922 (face-spec-match-p): Make it a defsubst.
5923 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5924 (x-create-frame-with-faces, tty-create-frame-with-faces)
5925 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5926 frame-set-background-mode, since they are recomputed immediately
5927 afterwards in face-set-after-frame-default.
5928 (face-set-after-frame-default): Minor optimization.
5929 (cursor): Provide non-trivial defface spec.
5930
5931 * custom.el (custom-theme-recalc-face): Simplify.
5932
a974dcf2
JB
59332010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5934
43f964fc 5935 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5936 (math-is-polynomial, math-is-poly-rec): Replace `var'
5937 with `math-var'.
5938
43f964fc 5939 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5940 (calcFunc-table, math-scan-for-limits): Replace `var'
5941 with `math-var'.
5942
10e4702a
GM
59432010-10-13 Glenn Morris <rgm@gnu.org>
5944
5945 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5946
88f427d5
SB
59472010-10-13 Stephen Berman <stephen.berman@gmx.net>
5948
5949 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5950
a1d16a7b
G
59512010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5952
5953 * net/tls.el (tls-program): Remove spurious %s from openssl.
5954 (tls-starttls-switches): Remove starttls hack.
5955 (open-tls-stream): Ditto.
5956 (tls-find-starttls-argument): Ditto.
5957
2e288d54
JB
59582010-10-13 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * image.el (image-library-alist): Declare as obsolete alias.
5961 (image-type-available-p): Use `dynamic-library-alist'.
5962
5963 * term/w32-win.el (dynamic-library-alist):
5964 Use instead of `image-library-alist'.
5965
35744400
IS
59662010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5967
5968 * subr.el (last): Make it faster. (Bug#7174)
5969
290fe464
RO
59702010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5971
5972 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5973
2919746c
CY
59742010-10-12 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5977 (describe-theme-1): Extract doc from unloaded themes.
5978
5979 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5980
5981 * themes/tango-theme.el:
5982 * themes/tango-dark-theme.el:
5983 * themes/wheatgrass-theme.el: New files.
5984
6b09b5d1
CY
59852010-10-12 Chong Yidong <cyd@stupidchicken.com>
5986
5987 * cus-theme.el (describe-theme, customize-themes)
5988 (custom-theme-save): New commands.
5989 (custom-new-theme-mode-map): Bind C-x C-s.
5990 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5991 (customize-create-theme): New optional arg THEME.
5992 (custom-theme-revert): Use it.
5993 (custom-theme-visit-theme): Remove dead code.
5994 (custom-theme-merge-theme): Use custom-available-themes.
5995 (custom-theme-write): Make interactive.
5996 (custom-theme-write): Use custom-theme-name-valid-p.
5997 (describe-theme-1, custom-theme-choose-revert)
5998 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5999 New funs.
6000 (custom-theme-allow-multiple-selections): New option.
6001 (custom-theme-choose-mode): New major mode.
6002
43f964fc
SM
6003 * custom.el (custom-theme-set-variables): Remove dead code.
6004 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6005 (custom--inhibit-theme-enable): New var.
6006 (provide-theme): Obey it.
6007 (load-theme): Replace load with manual read/eval, in order to
6008 check for correctness. Use custom-theme-name-valid-p.
6009 (custom-theme-name-valid-p): New function.
6010 (custom-available-themes): Use it.
6011
6012 * cus-edit.el (custom--initialize-widget-variables): New function.
6013 (Custom-mode): Use it.
6014
43f964fc
SM
6015 * cus-face.el (custom-theme-set-faces): Remove dead code.
6016 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
6017
6018 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6019
16366259
JB
60202010-10-12 Juanma Barranquero <lekktu@gmail.com>
6021
cb7d821e 6022 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 6023
4c14013d 60242010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 6025
4c14013d
JB
6026 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6027 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6028 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6029
6030 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 6031
4c14013d 60322010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
6033
6034 * emacs-lisp/lisp.el (lisp-completion-at-point):
6035 Use emacs-lisp-mode-syntax-table for the whole function.
6036
4c14013d 60372010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
6038
6039 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
6040 instead of font-lock-mode before adding keywords.
6041 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
6042 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6043 non-nil; removed hook inhibit hack.
6044
4c14013d 60452010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 6046
d15f9a2b
GM
6047 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6048 (load-path-shadows-find): ... to this.
6049 (list-load-path-shadows): Update for above change.
6050
c7d6d8a1
GM
6051 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6052
f0b7f5a8
KY
60532010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6054
6055 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6056 Fix comment for declare-function.
6057
05d22d02
CY
60582010-10-11 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * custom.el (custom-fix-face-spec): New function; code moved from
6061 custom-face-edit-fix-value.
6062 (custom-push-theme): Use it when checking if a face has been
6063 changed outside customize.
6064 (custom-available-themes): New function.
6065 (load-theme): Use it.
6066
43f964fc 6067 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
6068
6069 * custom.el (custom-push-theme): Cleanup (use cond).
6070 (disable-theme): Recompute the saved-face property.
6071 (custom-theme-recalc-face): Follow face alias before setting prop.
6072
43f964fc
SM
6073 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6074 New variables, containing checkbox images.
05d22d02
CY
6075
6076 * startup.el (fancy-startup-tail):
6077 * wid-edit.el (checkbox): Use them.
6078
293e7c22
DN
60792010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6080
a0310a6c
DN
6081 * shell.el (shell-mode-map):
6082 * progmodes/modula2.el (m2-mode-map):
6083 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6084 * play/mpuz.el (mpuz-mode-map):
6085 * play/landmark.el (lm-mode-map):
6086 * play/decipher.el (decipher-mode-map):
6087 * play/5x5.el (5x5-mode-map):
6088 * net/telnet.el (telnet-mode-map):
6089 * net/quickurl.el (quickurl-list-mode-map):
6090 * net/mairix.el (mairix-searches-mode-map):
6091 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6092 * net/dig.el (dig-mode-map):
6093 * mail/mspools.el (mspools-mode-map):
6094 * hexl.el (hexl-mode-map):
6095 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6096 (wordstar-C-o-map, wordstar-C-q-map):
6097 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6098 * emacs-lisp/chart.el (chart-map):
6099 * edmacro.el (edmacro-mode-map):
6100 * erc/erc-list.el (erc-list-menu-mode-map):
6101 * array.el (array-mode-map): Declare and define in one step.
6102
293e7c22
DN
6103 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6104
446b12da
DU
61052010-10-10 Daiki Ueno <ueno@unixuser.org>
6106
6107 * epa.el (epa-passphrase-callback-function): Display filename
6108 passed as the 3rd arg.
43f964fc
SM
6109 * epa-file.el (epa-file-passphrase-callback-function):
6110 Pass filename to epa-passphrase-callback-function.
446b12da 6111
76c16af8
CY
61122010-10-09 Chong Yidong <cyd@stupidchicken.com>
6113
6114 * cus-edit.el (custom-face-widget-to-spec)
6115 (custom-face-get-current-spec, custom-face-state): New functions.
6116 (custom-face-set, custom-face-mark-to-save)
6117 (custom-face-value-create, custom-face-state-set): Use them.
6118
6119 * cus-theme.el (custom-theme--listed-faces): New var.
6120 (customize-create-theme): Use *Custom Theme* as the buffer name.
6121 Set revert-buffer-function. Optional arg BUFFER. Insert all
6122 faces listed in custom-theme--listed-faces.
6123 (custom-theme-revert): New function.
6124 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6125 bottom of the list.
6126 (custom-theme-write): Prompt for theme name if empty.
6127 (custom-theme-write-variables): Use dolist.
6128 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6129
e15f8aaa
AM
61302010-10-09 Alan Mackenzie <acm@muc.de>
6131
6132 Enhance fontification of declarators to take account of the
6133 presence/absence of "typedef".
6134
6135 * cc-engine.el (c-forward-type): New &optional param
6136 "brace-block-too".
6137 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 6138 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
6139
6140 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6141 fontification of declarators which follow a "}".
6142 (c-font-lock-declarations): Fontify declarators according to the
6143 presence/absence of "typedef".
6144
6145 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6146 for "typedef".
6147 (c-typedef-decl-key): New lang variable built from
6148 c-typedef-decl-kwds.
6149
cf321e50
LMI
61502010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6151
77aec221
LMI
6152 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6153 since that's too annoying. Move the filter groups commands to
6154 TAB/backtab.
6155
7450df5d
LMI
6156 * epa.el (epa-passphrase-callback-function): Say what we're
6157 querying the password for.
6158
cf321e50 6159 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6160 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6161
587faadd
CY
61622010-10-08 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6165 (custom-magic-value-create): Pad button tags with spaces.
6166 (custom-face-edit): New variable.
6167 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6168 face editor here, instead of using custom-face-selected.
6169 Pass face defaults to custom-face-edit widget.
587faadd
CY
6170 (custom-face-selected, custom-display-unselected): Delete widgets.
6171 (custom-display-unselected-match): Function removed.
43f964fc
SM
6172 (custom-face-set, custom-face-mark-to-save):
6173 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6174
6175 * wid-edit.el (widget--completing-widget): New var.
6176 (widget-default-complete): Bind it when doing completion.
6177 (widget-string-complete, widget-file-complete): Use it.
6178
a1ab97d0
GM
61792010-10-09 Glenn Morris <rgm@gnu.org>
6180
85d50db7
GM
6181 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6182 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6183 (holiday-hebrew-misc): Small simplifications.
6184
3fb78d1f
GM
6185 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6186
a1ab97d0
GM
6187 * net/browse-url.el: Don't require thingatpt, term, dired,
6188 executable, or w3-auto when compiling.
6189 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6190 Declare.
6191 (browse-url-text-emacs): Require term.
6192
2187e5bb
AS
61932010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6194
6195 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6196
e5d49589
GM
61972010-10-08 Glenn Morris <rgm@gnu.org>
6198
5823f53f
GM
6199 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6200
e5d49589
GM
6201 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6202 (shadows-compare-text-p): Make it an obsolete alias for...
6203 (load-path-shadows-compare-text): ... new name.
6204 (find-emacs-lisp-shadows): Update for above name change.
6205 (load-path-shadows-same-file-or-nonexistent): New name for the old
6206 shadow-same-file-or-nonexistent.
6207
4628bef1 62082010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6209
6210 * minibuffer.el (completion--some, completion--do-completion)
6211 (minibuffer-complete-and-exit, minibuffer-completion-help)
6212 (completion-basic-try-completion)
6213 (completion-basic-all-completions)
6214 (completion-pcm--find-all-completions): Use lexical-let to
6215 avoid some false matches in variable completion (Bug#7056)
6216
4628bef1 62172010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6218
6219 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6220
4628bef1 62212010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6222
6223 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6224 return non-nil if the file exists (Bug#7090).
6225
4628bef1 62262010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6227
6228 * minibuffer.el (completion--replace):
6229 Better preserve markers (bug#7138).
6230
4628bef1 62312010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6232
6233 * server.el (server-process-filter): Doc fix.
6234
4628bef1 62352010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6236
6237 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6238
e4adf61e
GM
62392010-10-08 Glenn Morris <rgm@gnu.org>
6240
24ac444f
GM
6241 * vc/ediff-wind.el (ediff-setup-control-frame):
6242 * vc/ediff-ptch.el (ediff-default-backup-extension):
6243 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6244 (ediff-exec-process): Remove system-types emx, windows-95.
6245
e4adf61e
GM
6246 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6247
61328d7c
CY
62482010-10-07 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * cus-edit.el (custom-variable, custom-face): Doc fix.
6251 (custom-face-edit): Add value-create attribute.
6252 (custom-face-edit-value-create)
43f964fc
SM
6253 (custom-face-edit-value-visibility-action): New functions.
6254 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6255 (custom-face-edit-deactivate): Show empty values with shadow face.
6256 (custom-face-selected): Only use this for face specs with default
6257 attributes.
6258 (custom-face-value-create): Cleanup.
6259
6260 * wid-edit.el (widget-checklist-value-create): Use dolist.
6261 (widget-checklist-match-find): Make second arg optional.
6262
ac44263a
GM
62632010-10-07 Glenn Morris <rgm@gnu.org>
6264
849b02b4
GM
6265 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6266 Prefix things.
6267
ac44263a
GM
6268 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6269 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6270 load-path-shadows-mode, update references.
06d9ef85
GM
6271 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6272 Rename variable and button.
6273 (list-load-path-shadows): Update button caller.
ac44263a 6274
29c72a6e
SM
62752010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6278 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6279 (smie-merge-prec2s): Handle those new entries.
6280 (smie-prec2-levels): Only set precedence to nil for actual
6281 openers/closers.
6282 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6283 that is now unnecessary.
6284
775f75bc 62852010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6286
6287 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6288
7e1e2a6e
GM
62892010-10-07 Glenn Morris <rgm@gnu.org>
6290
58d1ac6d
GM
6291 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6292 (mail-position-on-field): Remove declarations.
6293 (mail-position-on-field): Autoload it.
6294 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6295 and mail-header-end. Don't require sendmail.
6296
7b9235ad
GM
6297 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6298 (shadow-mode): New mode.
6299 (shadow-find-file): New button.
6300 (list-load-path-shadows): Use shadow-mode and buttons.
6301
52da2182
GM
6302 * iimage.el (iimage-version): Remove.
6303 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6304 Turn into defcustoms.
6305 (iimage-mode-map): Give it a doc string.
6306
7e1e2a6e
GM
6307 * calendar/appt.el (appt-activate): Give a warning rather than an error
6308 if there is no diary-file.
6309
e44eccd7
MA
63102010-10-06 Michael Albinus <michael.albinus@gmx.de>
6311
29c72a6e
SM
6312 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6313 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6314
4583e796
GM
63152010-10-06 Glenn Morris <rgm@gnu.org>
6316
6aecca99
GM
6317 * font-core.el (font-lock-defaults-alist): Remove variable.
6318 (font-lock-mode): Doc fix.
6319 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6320 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6321 (font-lock-set-defaults): Doc fix.
6322 Do not consult font-lock-defaults-alist.
6323
645a6257
GM
6324 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6325
4583e796
GM
6326 * emacs-lisp/cl.el: No longer provide cl-19.
6327
bd8fadca
MA
63282010-10-05 Michael Albinus <michael.albinus@gmx.de>
6329
6330 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6331 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6332 New defuns, taken from tramp-smb.el.
6333 (tramp-coding-system-change-eol-conversion)
43f964fc 6334 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6335
43f964fc 6336 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6337 (tramp-compat-coding-system-change-eol-conversion)
6338 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6339 from tramp.el.
6340
6341 * net/tramp-gvfs.el:
6342 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6343 by `tramp-compat-set-process-query-on-exit-flag'.
6344
43f964fc
SM
6345 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6346 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6347 `tramp-handle-file-exists-p' and
6348 `tramp-handle-file-newer-than-file-p'.
6349 (tramp-imap-handle-file-exists-p)
6350 (tramp-imap-handle-file-executable-p)
6351 (tramp-imap-handle-file-readable-p)
6352 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6353 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6354
6355 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6356 by `tramp-compat-set-process-query-on-exit-flag' and
6357 `tramp-coding-system-change-eol-conversion' by
6358 `tramp-compat-coding-system-change-eol-conversion'.
6359
43f964fc
SM
6360 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6361 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6362 `tramp-handle-file-exists-p' and
6363 `tramp-handle-file-newer-than-file-p'.
6364 (tramp-smb-handle-directory-files-and-attributes)
6365 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6366 (tramp-smb-handle-file-newer-than-file-p): Remove.
6367 (tramp-smb-maybe-open-connection):
6368 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6369 `tramp-compat-set-process-query-on-exit-flag'.
6370
726c5357
GM
63712010-10-05 Glenn Morris <rgm@gnu.org>
6372
6373 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6374
4a93e698
MA
63752010-10-04 Michael Albinus <michael.albinus@gmx.de>
6376
6377 Continue reorganization of load dependencies. (Bug#7156)
6378
6379 * net/tramp.el (tramp-handle-file-local-copy-hook)
6380 (tramp-delete-temp-file-function): Move down.
6381 (tramp-exists-file-name-handler): Move up.
6382 (tramp-register-file-name-handlers): Simplify autoload.
6383 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6384 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6385 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6386 (tramp-handle-file-name-completion)
6387 (tramp-handle-file-name-directory)
6388 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6389 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6390 (tramp-handle-find-backup-file-name)
6391 (tramp-handle-insert-file-contents, tramp-handle-load)
6392 (tramp-handle-substitute-in-file-name)
6393 (tramp-handle-unhandled-file-name-directory)
6394 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6395 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6396
6397 * net/tramp-gvfs.el (top):
6398 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6399
6400 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6401 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6402
b4593555
GM
64032010-10-04 Glenn Morris <rgm@gnu.org>
6404
6405 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6406 (appt-activate): Give status messages.
6407
8762aa10
TZ
64082010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6409
6410 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6411 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6412 `gnutls-negotiate' (formerly `starttls-negotiate').
6413 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6414
82fb8701
DN
64152010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6416
6417 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6418 log-outgoing commands.
6419 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6420 to create a buffer local revert-buffer-function variable.
6421 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6422 revert-buffer-function lambda.
6423
c1ae068b
LMI
64242010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6425
6426 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6427 `gnutls-boot'. Make TYPE the only required parameter.
6428 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6429 (open-ssl-stream): Use it.
6430
67141a37
GM
64312010-10-03 Glenn Morris <rgm@gnu.org>
6432
77f38949
GM
6433 * subr.el (directory-sep-char): Remove obsolete variable.
6434 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6435 it is "necessary".
6436
67141a37
GM
6437 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6438 * vc/vc.el (vc-static-header-alist): Doc fix.
6439 * vc/vc-cvs.el (vc-cvs-header):
6440 * vc/vc-rcs.el (vc-rcs-header):
6441 * vc/vc-sccs.el (vc-sccs-header):
6442 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6443 * obsolete/vc-mcvs.el (vc-mcvs-header):
6444 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6445 on XEmacs.
6446
96bcef2e
CY
64472010-10-03 Chong Yidong <cyd@stupidchicken.com>
6448
43f964fc
SM
6449 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6450 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6451
ef47f179
GM
64522010-10-03 Glenn Morris <rgm@gnu.org>
6453
01c35094 6454 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6455
aee3c6f7
GM
6456 * textmodes/rst.el (rst-font-lock-keywords-function):
6457 Drop Emacs 20 code.
6458
f88cd114
GM
6459 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6460
6abfe35f
GM
6461 * printing.el: Drop Emacs 20 code.
6462
59e31cfa
GM
6463 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6464 without having used appt.el already).
6465
922ad43e
GM
6466 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6467 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6468 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6469 XEmacs.
6470 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6471 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6472
ef47f179
GM
6473 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6474 (charset-width, find-charset-region, chars-in-region, forward-point)
6475 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6476 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6477 Remove compatibility cruft (none of these are used by ps*.el).
6478
ac6ca7ba
KR
64792010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6480
6481 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6482
2a847524
CY
64832010-10-03 Chong Yidong <cyd@stupidchicken.com>
6484
43f964fc
SM
6485 * server.el (server-process-filter, server-return-error):
6486 Give emacsclient time to shut down after receiving an error string.
2a847524 6487
4bc3c53d
MA
64882010-10-02 Michael Albinus <michael.albinus@gmx.de>
6489
6490 * files.el (remote-file-name-inhibit-cache): New defcustom.
6491
43f964fc
SM
6492 * time.el (display-time-file-nonempty-p):
6493 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6494
43f964fc
SM
6495 * net/tramp.el (tramp-completion-reread-directory-timeout):
6496 Fix docstring.
4bc3c53d
MA
6497
6498 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6499 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6500 `remote-file-name-inhibit-cache'. Check also for an integer
6501 value. Add/increase counter when `tramp-verbose' >= 10.
6502 (tramp-set-file-property): Add/increase counter when
6503 `tramp-verbose' >= 10.
6504
6505 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6506 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6507 (tramp-bug): Set tramp-autoload cookie. Report all interned
6508 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6509 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6510 characters only in strings.
6511
6512 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6513 to backward compatibility.
6514
6515 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6516 (tramp-handle-file-name-all-completions)
43f964fc
SM
6517 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6518 (tramp-open-connection-setup-interactive-shell):
6519 Call `tramp-cleanup-connection' directly.
4bc3c53d 6520
9c524fcb
GM
65212010-10-02 Glenn Morris <rgm@gnu.org>
6522
3226d6ca
GM
6523 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6524
6525 * subr.el (char-bytes): Remove obsolete function.
6526
6527 * isearch.el (isearch-return-char): Remove obsolete function.
6528
6529 * mouse.el: No longer provide mldrag.
6530 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6531 Remove obsolete aliases.
6532
6533 * comint.el (comint-kill-output): Remove obsolete alias.
6534
6535 * composite.el (decompose-composite-char): Remove obsolete function.
6536 * ps-def.el (decompose-composite-char): Remove unused function.
6537
6538 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6539
6540 * outline.el (outline-visible): Remove obsolete function.
6541
6542 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6543 * faces.el (internal-find-face, internal-get-face)
6544 (frame-update-faces, frame-update-face-colors)
6545 (x-frob-font-weight, x-frob-font-slant)
6546 (internal-frob-font-weight, internal-frob-font-slant)
6547 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6548 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6549 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6550 since Emacs 21.1.
6551 * emulation/viper-util.el (viper-get-face):
6552 * obsolete/lucid.el (find-face, get-face): Use facep.
6553 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6554 Remove unused functions.
6555 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6556
9c524fcb
GM
6557 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6558 delete tempfile if interrupted during compilation.
6559
aecb42aa
LMI
65602010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6561
6562 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6563 gnutls-cli.
6564 (tls-program): Add --insecure to be consistent with the defaults from
6565 openssl s_client. Now all three commands are insecure.
6566
73077a9a
EZ
65672010-10-01 Eli Zaretskii <eliz@gnu.org>
6568
6569 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6570 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6571 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6572
1ef075bb
GM
65732010-10-01 Glenn Morris <rgm@gnu.org>
6574
1fcaf927
GM
6575 * obsolete/sc.el: Remove file.
6576
1ef075bb
GM
6577 * files.el (temporary-file-directory): On darwin, also try
6578 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6579
a16f5f64
JB
65802010-10-01 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6583 Let's not break compatibility gratuitously, shall we?
6584
6b958814
G
65852010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6586
47e08896 6587 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6588 (tls-find-starttls-argument): Use it.
6589 (open-tls-stream): Ditto.
6590
47e08896 6591 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6592 entry.
6593 (netrc-machine): Ditto.
6594
cad90f3b
EZ
65952010-09-30 Eli Zaretskii <eliz@gnu.org>
6596
6597 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6598
968ef9b4
JB
65992010-09-30 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * server.el (server-start): Don't write pid to the authentication file.
6602 (server-create-tty-frame): Don't send pid.
6603 (server-process-filter): Send pid at the start of every connection.
6604
3536dea8
GM
66052010-09-30 Glenn Morris <rgm@gnu.org>
6606
8e378d88
GM
6607 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6608 (show-all-diary-entries): Remove obsolete function aliases.
6609
3536dea8
GM
6610 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6611 Remove options, obsolete since 22.1.
6a7662bb
BR
6612 (appt-display-format, appt-display-message):
6613 Remove backwards-compatibility code.
3536dea8
GM
6614 (appt-check): No longer check appt-issue-message.
6615 (appt-make-list): No longer autoload it. Doc fix. No longer
6616 activate the package.
6617
df7fcaff
LMI
66182010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6619
6620 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6621 (starttls-negotiate): Just call boot, and let the handshake be
6622 triggered from the read loop.
df7fcaff 6623
c2828614
GM
66242010-09-29 Glenn Morris <rgm@gnu.org>
6625
17a46341
GM
6626 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6627 not displaying the diary.
6628 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6629 * calendar/appt.el (appt-check): No longer need to kill diary.
6630
7161e329
GM
6631 * calendar/diary-lib.el (diary-list-entries): Move the
6632 "Preparing..." message entirely here.
6633 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6634 messages to diary-list-entries.
6635 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6636 diary-display-function.
6637
d0de6cba
GM
6638 * calendar/diary-lib.el (diary-include-other-diary-files):
6639 Trap some recursive includes.
6640
c2828614
GM
6641 * calendar/appt.el (appt-activate): Check diary file.
6642
0c43b6f8
KY
66432010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6644
6645 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6646 construction.
6647
6648 * calendar/time-date.el: No need to require cl for Emacs 21.
6649
97ce2730
GM
66502010-09-28 Glenn Morris <rgm@gnu.org>
6651
6652 * calendar/appt.el (appt-check): Minor simplification.
6653
e0a185ae
KY
66542010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6655
6656 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6657 citation prefix.
6658
c19f76a1
AS
66592010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6660
95b6d681
JB
6661 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6662 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6663
fd057fd2
KH
66642010-09-27 Kenichi Handa <handa@m17n.org>
6665
6666 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6667 "ustar" format.
6668
368b3544
KH
66692010-09-27 Kenichi Handa <handa@m17n.org>
6670
6671 * international/mule.el (define-coding-system): Docstring fixed.
6672
6673 * international/mule-diag.el (describe-character-set): Use princ
6674 with proper print-length and print-level instead of insert.
6675
95b6d681 66762010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6677
6678 * window.el (walk-windows): Doc fix (bug#7105).
6679
99368725
SM
66802010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * emacs-lisp/float-sup.el (e): Remove.
6683
8ed70bf3
LMI
66842010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6685
6686 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6687 variable.
6688 (starttls-negotiate): Use it.
6689
d2e9d0bb
LMI
66902010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6691
6692 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6693 back.
6694
15413fb4
SM
66952010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6698
1821a7b4
LMI
66992010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6700
6303aba1
LMI
6701 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6702
1821a7b4
LMI
6703 * net/netrc.el (netrc-store-data): New function.
6704
8af55556
TZ
67052010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6706
6707 * net/gnutls.el: GnuTLS glue code to set up a connection.
6708
42343747
JD
67092010-09-25 Julien Danjou <julien@danjou.info>
6710
6711 * notifications.el: Call dbus-register-signal only if it is bound.
6712
ec60da52
GM
67132010-09-25 Glenn Morris <rgm@gnu.org>
6714
6715 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6716 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6717 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6718 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6719 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6720 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6721 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6722 * eshell/esh-util.el, eshell/esh-var.el:
6723 Remove leading `*' from docs of faces and defcustoms.
6724
4c964351
UM
67252010-09-25 Ulrich Mueller <ulm@gentoo.org>
6726
6727 * eshell/em-ls.el (eshell-ls-archive-regexp):
6728 * eshell/esh-util.el (eshell-tar-regexp):
6729 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6730 * info.el (Info-suffix-list):
6731 * international/mule.el (auto-coding-alist):
6732 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6733 * progmodes/etags.el (tags-compression-info-list):
6734 Support xz compression.
6735
41f54b73
CY
67362010-09-25 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * files.el (get-free-disk-space): Don't assume the "df" output
6739 columns line up (Bug#6995).
6740
40b1a3a9
JB
67412010-09-25 Juanma Barranquero <lekktu@gmail.com>
6742
6743 * finder.el (finder-unknown-keywords):
6744 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6745 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6746
ba3033ee
JB
67472010-09-25 Juanma Barranquero <lekktu@gmail.com>
6748
6749 * server.el (server-start): Revert part of 2010-08-08 change. Using
6750 address 127.0.0.1 for local host is now done in Fmake_network_process.
6751
5e339ee2
GM
67522010-09-24 Glenn Morris <rgm@gnu.org>
6753
6754 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6755 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6756 * textmodes/css-mode.el, textmodes/dns-mode.el:
6757 Move autoloaded auto-mode-alist entries to files.el.
6758 * files.el (auto-mode-alist): Move entries here.
6759
af3ccb5c
GM
67602010-09-23 Glenn Morris <rgm@gnu.org>
6761
6762 * isearch.el (isearch-lazy-highlight-cleanup)
6763 (isearch-lazy-highlight-initial-delay)
6764 (isearch-lazy-highlight-interval)
6765 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6766 * net/net-utils.el (ipconfig-program-options):
6767 Move aliases to options before the associated definitions.
6768
266a86bd 67692010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6770
6771 * newcomment.el (comment-normalize-vars): Better test validity of
6772 comment-end-skip.
6773
27ffea71 67742010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6775
6776 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6777 (float-e): New name for `e'.
6778 (degrees-to-radians, radians-to-degrees):
6779 * calendar/solar.el (solar-longitude):
6780 * calculator.el (calculator-registers, calculator-funcall):
6781 * textmodes/artist.el (artist-spray-random-points):
6782 * play/bubbles.el (bubbles--initialize-images): Use new names.
6783
27ffea71 67842010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6785
6786 Update to CEDET 1.0's version of EIEIO.
6787
9e0d4f9e
SM
6788 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6789 New function.
a2930e43
EL
6790 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6791 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6792 (class-precedence-list): If class is nil, return nil.
6793 (eieio-generic-call): If class of first input arg is nil, don't
6794 look up static methods, and do check for primary methods.
6795 (initialize-instance): See if the default needs to be evaluated
6796 during the constructor.
6797 (eieio-perform-slot-validation-for-default): Don't do the check
6798 for values that will eventually be evaluated.
6799 (eieio-eval-default-p): New function.
6800 (eieio-default-eval-maybe): Use it.
6801
27ffea71 68022010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6803
6804 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6805 method-invocation-order.
6806 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6807 (eieio-class-precedence-dfs): Compute class precedence list using
6808 dfs algorithm.
6809 (eieio-class-precedence-bfs): Compute class precedence list using
6810 bfs algorithm.
9e0d4f9e 6811 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6812 c3 algorithm.
6813 (class-precedence-list): New function.
6814 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6815 (inconsistent-class-hierarchy): New error symbol.
6816 (call-next-method): Stow the replacement argument list for future
6817 call-next-method invocations.
6818
266a86bd 68192010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6820
ea7f9ebf
GM
6821 * calendar/appt.el (appt-check): If not displaying the diary,
6822 use (diary 1) to only get the entries we need.
6823 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6824 that it is in day order. (Bug#7019)
6825
1bf6d075
GM
6826 * calendar/appt.el (appt-check): Rather than showing the diary,
6827 just turn off invisible display, and only if needed.
6828
87e798a7
GM
6829 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6830
1fc7dabf
GM
68312010-09-23 Glenn Morris <rgm@gnu.org>
6832
7a16788b
GM
6833 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6834 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6835 Start warnings with lower-case, like the majority.
7a16788b 6836
19543b17
GM
6837 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6838
54238e6d
GM
6839 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6840
ce009d0b
GM
6841 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6842 * files.el (auto-mode-alist): Move ld-script entries here, further down
6843 the list.
6844
7b344dfe
GM
6845 * vc/add-log.el: Don't require timezone when compiling.
6846 (timezone-make-date-sortable): Autoload it.
6847 (change-log-sortable-date-at): Don't require timezone.
6848 Use `ignore-errors'.
6849
d9703498
GM
6850 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6851 Move alias before definition, so it does not need autoloading.
6852
1fc7dabf
GM
6853 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6854 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6855 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6856 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6857 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6858 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6859 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6860 * textmodes/tex-mode.el, textmodes/two-column.el:
6861 Remove leading `*' from docs of defcustoms etc.
6862
7676efad
TZ
68632010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6864
6865 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6866
b069e5a6
G
68672010-09-22 Dan Christensen <jdc@uwo.ca>
6868
6869 * calendar/time-date.el (date-to-time): Try using parse-time-string
6870 first before using the slower timezone-make-date-arpa-standard.
6871
1bf68d53
KY
68722010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6873
6874 * calendar/time-date.el (format-seconds): Comment fix.
6875
cd205c76
GM
68762010-09-22 Glenn Morris <rgm@gnu.org>
6877
6878 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6879 is not automatically buffer-local.
6880
4ddea91b
SM
68812010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6884 (smie-indent-comment): Be more careful with comment-start-skip.
6885 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6886 (smie-indent-functions): Use them.
6887
b0f037ed
MA
68882010-09-21 Michael Albinus <michael.albinus@gmx.de>
6889
6890 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6891
8cf1771a
JD
68922010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6893
36a1b6db
JD
6894 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6895 tool-bar-position. Don't modify frame parameters here.
180fb94a 6896 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6897
8cf1771a
JD
6898 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6899
0097720d
SM
69002010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6901
5d8e0d5d
SM
6902 * textmodes/reftex-parse.el (reftex-what-macro)
6903 (reftex-context-substring): Let-bind forward-sexp-function to nil
6904 since we don't need/want to treat \begin...\end as a block (bug#7053).
6905
984edd22
SM
6906 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6907
6908 * simple.el (blink-matching-open): Use syntax-class.
6909
3672149f
SM
6910 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6911 Set invisibility spec for pascal's outline mode.
6912 (pascal-outline-change): Clean up calling convention.
6913 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6914
549d0e1e
SM
6915 * progmodes/prolog.el (prolog-smie-forward-token)
6916 (prolog-smie-backward-token): New functions.
6917 (prolog-mode-variables): Use them to parse "!," correctly.
6918 Set up smie-blink-matching for ".".
6919
a9cb95dd
SM
6920 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6921 and `end'.
6922 (ispell-region, ispell-process-line): Update users.
6923
de558d10
SM
6924 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6925 point-min==1.
6926
94eb3112
SM
6927 * textmodes/ispell.el: Fix commenting convention.
6928 (ispell-parse-output): Simplify, use push.
6929 (ispell-region): Use match-string-no-properties.
6930 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6931 (ispell-minor-mode): Use define-minor-mode.
6932 (ispell-message): Remove unused var `skip-regexp'.
6933 (ispell-add-per-file-word-list): Use dynamic let-binding.
6934 Try and use the proper comment marker.
6935
1f7f45a5
SM
6936 * mail/sendmail.el: Fix commenting convention.
6937 (sendmail-send-it): Use line-beginning-position.
6938
0097720d
SM
6939 * help-fns.el (describe-variable): Add original value, if applicable.
6940
596880ea
JB
69412010-09-20 Juanma Barranquero <lekktu@gmail.com>
6942
f0713411
JB
6943 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6944
596880ea
JB
6945 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6946
37c0347e
SM
69472010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6948
2bc01104
SM
6949 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6950 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6951 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6952 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6953 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6954 something like "." can also be a closer.
6955 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6956 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6957 Rename internal functions to use "--". Update callers.
6958
e2c3f530
SM
6959 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6960
37c0347e
SM
6961 * fringe.el (fringe-styles): New var.
6962 (fringe-mode, fringe-query-style): Use it.
6963
74790210
MM
69642010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6965
6966 * progmodes/sql.el: Version 2.8
93acd23d 6967 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6968 (sql-product-alist): Add :list-all and :list-table features for
6969 SQLite, Postgres and MySQL products.
6970 (sql-redirect): Handle default value.
6971 (sql-execute, sql-execute-feature): New functions.
6972 (sql-read-table-name): New function.
93acd23d 6973 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6974 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6975 for above functions.
6976 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6977 for above functions.
6978 (sql-postgres-login-params): Add user and database defaults.
6979 (sql-buffer-live-p): Bug fix.
93acd23d 6980 (sql-product-history): New variable.
35f52ed6 6981 (sql-read-product): New function. Use it.
74790210
MM
6982 (sql-set-product, sql-product-interactive): Use it.
6983 (sql-connection-history): New variable.
93acd23d 6984 (sql-read-connection): New function. Use it.
74790210
MM
6985 (sql-connect): New function.
6986 (sql-for-each-login): Redesign function interface.
6987 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6988 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6989 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6990 (sql-comint-postgres): Add port parameter.
6991
cec01cd2
SM
69922010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * emacs-lisp/warnings.el: Fix commenting convention.
6995 (display-warning): Use special mode and make the buffer read-only.
6996
c2a845b5
JB
69972010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6998
6999 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7000 empty string when it follows a repeated or optional pattern.
7001
f5632fb6
SM
70022010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7005 (indent-region): Use indent-according-to-mode.
7006
71b961e8
EZ
70072010-09-18 Eli Zaretskii <eliz@gnu.org>
7008
7009 * fringe.el (fringe-mode): Doc fix.
7010
dbbd7ad4
KRC
70112010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7012
7013 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7014 refreshing the preview buffer.
7015
b879a6e2
SM
70162010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7019 (latex-syntax-propertize-rules): New consts; replace
7020 tex-font-lock-syntactic-keywords.
7021 (tex-env-mark, latex-env-before-change): New functions.
7022 (latex-electric-env-pair-mode): New minor mode.
7023 (tex-font-lock-verb): Change arguments; do move point.
7024 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7025 representation as a form of comment.
7026 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7027 (doctex-syntax-propertize-rules): New const; replaces
7028 doctex-font-lock-syntactic-keywords.
7029 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7030
7031 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7032 (fortran-make-syntax-propertize-function): New function; replaces
7033 fortran-font-lock-syntactic-keywords.
7034 (fortran-mode): Use it.
7035 (fortran-line-length): Use it. Improve interactive spec.
7036
7037 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7038 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7039 when adding surrounding \(..\).
7040
7041 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7042
4be520fb
SM
70432010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7044
269c197e
SM
7045 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7046 Use with-current-buffer.
7047
4be520fb
SM
7048 * isearch.el (isearch-face): Rename from `isearch'.
7049 (isearch-highlight): Use new name.
7050
a67597d6
EZ
70512010-09-17 Eli Zaretskii <eliz@gnu.org>
7052
7053 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7054 5, for `half' width fringes. (Bug#6933)
7055
31c381e8
SM
70562010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7057
3fe6ef4e
SM
7058 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7059 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7060
31c381e8
SM
7061 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7062
fb0cf781
J
70632010-09-17 Stephen Berman <stephen.berman@gmx.net>
7064
7065 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7066 in calculating new frame position. Add more space between new and
7067 parent on the left (Bug#7048).
7068
1a9dc3b5
MA
70692010-09-17 Michael Albinus <michael.albinus@gmx.de>
7070
7071 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7072 defmacro.
7073
dff0fdc3
CY
70742010-09-16 Chong Yidong <cyd@stupidchicken.com>
7075
31c381e8 7076 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 7077
117c96c7
CY
7078 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7079 obsolete alias for x-selection-value.
7080
dff0fdc3
CY
7081 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7082
c6f2191f
MA
70832010-09-16 Michael Albinus <michael.albinus@gmx.de>
7084
7085 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7086 cookie.
7087
6139f995
MA
70882010-09-15 Michael Albinus <michael.albinus@gmx.de>
7089
7090 * net/tramp-compat.el (tramp-compat-with-temp-message)
7091 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7092 (tramp-compat-process-put): New defuns.
7093
7094 * net/tramp.el (top):
7095 * net/tramp-gvfs.el (top):
7096 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7097
31c381e8
SM
7098 * net/tramp.el (tramp-progress-reporter-update):
7099 Use `tramp-compat-funcall'.
6139f995
MA
7100
7101 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
7102 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7103 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
7104 (tramp-get-remote-stat, tramp-get-remote-readlink):
7105 Use `tramp-compat-with-temp-message'.
6139f995
MA
7106
7107 * net/tramp-sh.el (top): Require 'cl.
7108 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
7109 (tramp-open-connection-setup-interactive-shell):
7110 Use `tramp-compat-process-put'.
6139f995 7111
22c3ce97
AM
71122010-09-15 Alan Mackenzie <acm@muc.de>
7113
7114 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7115 indentation.
a4ee83cc 7116 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 7117
4f1e9960
SM
71182010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7121 `lexical' for warnings related to lexical scoping.
7122 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7123 global vars which don't have a prefix and could hence affect lexical
7124 scoping in unrelated files.
7125
01e80360
LMI
71262010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7127
7128 * net/imap.el: Revert back to version
7129 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7130 seem problematic.
7131
5e2a84e3
JB
71322010-09-14 Juanma Barranquero <lekktu@gmail.com>
7133
7134 * obsolete/old-whitespace.el (whitespace-unload-function):
7135 Explicitly pass `obarray' to `unintern' to avoid a warning.
7136
f3a30a50
SM
71372010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7140 Add `when' argument. Update callers.
7141
7142 * subr.el (unintern): Declare the obarray arg mandatory.
7143
92b99a01
GM
71442010-09-14 Glenn Morris <rgm@gnu.org>
7145
67ae9766
GM
7146 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7147 Doc fixes.
7148
92b99a01
GM
7149 * calendar/diary-lib.el (diary-included-files): New variable.
7150 (diary-list-entries): Maybe initialize diary-included-files.
7151 (diary-include-other-diary-files): Append to diary-included-files.
7152 * calendar/appt.el (appt-update-list): Also check the members of
7153 diary-included-files. (Bug#6999)
08151ec5 7154 (appt-check): Doc fix.
92b99a01 7155
6664fc59 71562010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7157
7158 * simple.el (line-move-visual): Do not truncate goal column to
7159 integer size. (Bug#7020)
7160
6664fc59 71612010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7162
7163 * repeat.el (repeat): Allow repeating when the last event is a click.
7164 Suggested by Drew Adams (bug#6256).
7165
6664fc59 71662010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7167
01c35094 7168 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7169 Replace setting HGRCPATH to "" by some less invasive --config options.
7170
6664fc59 71712010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7172
7173 * font-lock.el (font-lock-beginning-of-syntax-function):
7174 Mark as obsolete.
7175
6664fc59 71762010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7177
7178 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7179 and tool-bar modes. (Bug#6211)
7180 (menu-bar-mode): Move setting of standard-value after the
7181 minor-mode definition, otherwise it seems to have no effect.
7182
6664fc59 71832010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7184
7185 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7186 Fix typo. (Bug#6976)
7187
6664fc59 71882010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7189
7190 * whitespace.el: Allow cleaning up blanks without blank
7191 visualization (Bug#6651). Adjust help window for
7192 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7193 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7194 (whitespace-style): Add new value 'face. Adjust docstring.
7195 (whitespace-space, whitespace-hspace, whitespace-tab):
7196 Adjust foreground property face.
9c405a86
CY
7197 (whitespace-line-column): Adjust docstring and type declaration.
7198 (whitespace-style-value-list, whitespace-toggle-option-alist)
7199 (whitespace-help-text): Adjust const initialization.
7200 (whitespace-toggle-options, global-whitespace-toggle-options):
7201 Adjust docstring.
7202 (whitespace-display-window, whitespace-interactive-char)
7203 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7204 (whitespace-help-scroll): New fun.
7205
ba96ddf5
KY
72062010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7207
7208 * calendar/time-date.el (format-seconds): Comment fix.
7209
a386ac70
MM
72102010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7211
7212 * progmodes/sql.el: Version 2.7.
7213 (sql-buffer-live-p): Improve detection.
7214 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7215 (sql-set-sqli-buffer): Use it.
7216 (sql-product-interactive): Run `sql-set-sqli-hook'.
7217 (sql-rename-buffer): Code cleanup.
7218 (sql-redirect, sql-redirect-value): New functions. More to come.
7219
5d921df2
JB
72202010-09-13 Juanma Barranquero <lekktu@gmail.com>
7221
7222 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.
7223 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7224 (TRAMP_SRC): New macro.
7225 ($(lisp)/net/tramp-loaddefs.el): New target.
7226
03c1ad43
MA
72272010-09-13 Michael Albinus <michael.albinus@gmx.de>
7228
7229 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7230
7231 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7232
7233 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7234 'tramp-compat, everything else is required there.
7235 Use `ignore-errors' where appropriate.
03c1ad43
MA
7236 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7237 (tramp-terminal-type, tramp-end-of-output)
7238 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7239 (tramp-completion-function-alist-ssh)
7240 (tramp-completion-function-alist-telnet)
7241 (tramp-completion-function-alist-su)
7242 (tramp-completion-function-alist-putty, tramp-remote-path)
7243 (tramp-remote-process-environment, tramp-sh-extra-args)
7244 (tramp-actions-before-shell, tramp-uudecode)
7245 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7246 (tramp-perl-file-attributes)
7247 (tramp-perl-directory-files-and-attributes)
7248 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7249 (tramp-perl-encode, tramp-perl-decode)
7250 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7251 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7252 (tramp-handle-make-symbolic-link, tramp-handle-load)
7253 (tramp-handle-file-name-as-directory)
7254 (tramp-handle-file-name-directory)
7255 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7256 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7257 (tramp-do-file-attributes-with-ls)
7258 (tramp-do-file-attributes-with-perl)
7259 (tramp-do-file-attributes-with-stat)
7260 (tramp-handle-set-visited-file-modtime)
7261 (tramp-handle-verify-visited-file-modtime)
7262 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7263 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7264 (tramp-handle-file-selinux-context)
7265 (tramp-handle-set-file-selinux-context)
7266 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7267 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7268 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7269 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7270 (tramp-handle-file-ownership-preserved-p)
7271 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7272 (tramp-handle-directory-files-and-attributes)
7273 (tramp-do-directory-files-and-attributes-with-perl)
7274 (tramp-do-directory-files-and-attributes-with-stat)
7275 (tramp-handle-file-name-all-completions)
7276 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7277 (tramp-handle-copy-file, tramp-handle-copy-directory)
7278 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7279 (tramp-do-copy-or-rename-file-via-buffer)
7280 (tramp-do-copy-or-rename-file-directly)
7281 (tramp-do-copy-or-rename-file-out-of-band)
7282 (tramp-handle-make-directory, tramp-handle-delete-directory)
7283 (tramp-handle-delete-file)
7284 (tramp-handle-dired-recursive-delete-directory)
7285 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7286 (tramp-handle-insert-directory)
7287 (tramp-handle-unhandled-file-name-directory)
7288 (tramp-handle-expand-file-name)
7289 (tramp-handle-substitute-in-file-name)
7290 (tramp-handle-executable-find, tramp-process-sentinel)
7291 (tramp-handle-start-file-process, tramp-handle-process-file)
7292 (tramp-handle-call-process-region, tramp-handle-shell-command)
7293 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7294 (tramp-handle-insert-file-contents)
7295 (tramp-handle-insert-file-contents-literally)
7296 (tramp-handle-find-backup-file-name)
7297 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7298 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7299 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7300 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7301 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7302 (tramp-find-file-exists-command, tramp-open-shell)
7303 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7304 (tramp-open-connection-setup-interactive-shell)
7305 (tramp-local-coding-commands, tramp-remote-coding-commands)
7306 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7307 (tramp-inline-compress-commands, tramp-find-inline-compress)
7308 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7309 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7310 (tramp-send-command-and-check, tramp-barf-unless-okay)
7311 (tramp-send-command-and-read, tramp-mode-string-to-int)
7312 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7313 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7314 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7315 (tramp-method-out-of-band-p, tramp-local-host-p)
7316 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7317 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7318 (tramp-get-test-command, tramp-get-test-nt-command)
7319 (tramp-get-file-exists-command, tramp-get-remote-ln)
7320 (tramp-get-remote-perl, tramp-get-remote-stat)
7321 (tramp-get-remote-readlink, tramp-get-remote-trash)
7322 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7323 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7324 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7325 tramp-sh.el.
7326 (tramp-methods, tramp-default-method-alist)
7327 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7328 Move initialization to tramp-sh.el.
7329 (tramp-temp-name-prefix): Make it a defconst.
7330 (tramp-dissect-file-name): Don't check anymore for multi-hop
7331 methods.
7332 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7333 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7334 (tramp-get-debug-buffer): Use it.
7335
7336 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7337 initialization forms.
7338 (tramp-set-connection-property): Don't protect `tramp-message'
7339 call, it isn't necessary any longer.
7340 (tramp-dump-connection-properties): Use `ignore-errors'.
7341
7342 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7343 'password-cache and 'auth-source.
7344
7345 * net/tramp-gvfs.el (top):
7346 * net/tramp-smb.el (top): Require 'tramp-sh.
7347
7348 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7349
7350 * net/tramp-sh.el: New file, derived from tramp.el.
7351 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7352 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7353 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7354 Use `ignore-errors' where appropriate.
7355 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7356 `tramp-file-name-handler-alist'.
7357 (tramp-send-command-and-check): Return t or nil. Remove all
7358 `zerop' checks, where called.
7359 (tramp-handle-set-file-modes)
7360 (tramp-do-copy-or-rename-file-directly)
7361 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7362 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7363 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7364 (tramp-get-remote-ln): Set tramp-autoload cookie.
7365
7366 * net/tramp-fish.el: Remove file.
7367
c5fe4acb
DU
73682010-09-13 Daiki Ueno <ueno@unixuser.org>
7369
7370 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7371 buffer-file-name to avoid file-locking. (Bug#7026)
7372
7ea2d383
MA
73732010-09-13 Julien Danjou <julien@danjou.info>
7374
7375 * notifications.el (notifications-notify): Add support for
7376 image-path and sound-name.
7377 (notifications-specification-version): Add this variable.
7378
5616cc54
SM
73792010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7380
31c381e8 7381 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7382
94c7243b
LL
73832010-09-12 Leo <sdl.web@gmail.com>
7384
7385 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7386 (rcirc-completion-start): New variables.
7387 (rcirc-nick-completions): Rename to rcirc-completions.
7388 (rcirc-nick-completion-start-offset): Delete.
7389 (rcirc-completion-at-point): New function for constructing
7390 completion data for both nicks and irc commands. Add to
7391 completion-at-point-functions in rcirc mode.
7392 (rcirc-complete): Rename from rcirc-nick-complete; use
7393 rcirc-completion-at-point.
7394 (defun-rcirc-command): Update rcirc-client-commands.
7395
0f34ae28
GM
73962010-09-11 Glenn Morris <rgm@gnu.org>
7397
7398 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7399 atomically, to avoid parallel build errors. (Bug#4196)
7400
9250002f
MM
74012010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7402
7403 * progmodes/sql.el: Version 2.6
7404 (sql-dialect): Synonym for "sql-product".
7405 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7406 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7407 Set "sql-buffer" to buffer name not buffer object so multiple sql
7408 interactive buffers work properly. Reverts misguided changes in
7409 earlier work.
7410 (sql-comint): Make sure different buffer name is used if "*SQL*"
7411 buffer is for a different product.
7412 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7413 login param.
7414 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7415 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7416 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7417 Accept new buffer name or prompt for one.
7418 (sql-port): Default to zero.
7419 (sql-comint-mysql): Handle "sql-port" as a numeric.
7420 (sql-port-history): Delete unused variable.
7421 (sql-get-login): Default "sql-port" to a number.
31c381e8 7422 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7423 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7424 "sqlite3" executables.
31c381e8 7425 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7426 (sql-buffer-live-p): New function.
7427 (sql-mode-menu, sql-send-string): Use it.
7428 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7429 syntax pattern.
7430 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7431 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7432
a9ec34f4
LMI
74332010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7434
31c381e8 7435 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7436
cf38dd42
SM
74372010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7440 to replace texinfo-font-lock-syntactic-keywords.
7441 (texinfo-mode): Use it.
7442
7443 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7444 Use syntax-propertize-function.
7445
7446 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7447 replace sgml-font-lock-syntactic-keywords.
7448 (sgml-mode): Use it.
7449
7450 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7451 since we don't use it.
7452
7453 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7454
7455 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7456 if available.
7457 (vhdl-fontify-buffer): Adjust.
7458
7459 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7460 replace tcl-font-lock-syntactic-keywords.
7461 (tcl-mode): Use it.
7462
7463 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7464 replace simula-font-lock-syntactic-keywords.
7465 (simula-mode): Use it.
7466
7467 * progmodes/sh-script.el (sh-st-symbol): Remove.
7468 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7469 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7470 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7471 (sh-font-lock-paren): Set syntax-multiline.
7472 (sh-font-lock-syntactic-keywords): Remove.
7473 (sh-syntax-propertize-function): New function to replace it.
7474 (sh-mode): Use it.
7475
7476 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7477 Define while compiling.
7478 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7479 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7480 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7481 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7482 (ruby-here-doc-end-syntax): Only define when
7483 syntax-propertize is not available.
7484 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7485 New functions.
7486 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7487 (electric-indent-chars): Silence bytecompiler.
7488 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7489 electric-indent-chars.
7490
7491 * progmodes/python.el (python-syntax-propertize-function): New var to
7492 replace python-font-lock-syntactic-keywords.
7493 (python-mode): Use it.
7494 (python-quote-syntax): Simplify and adjust to new use.
7495
7496 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7497 replace perl-font-lock-syntactic-keywords.
7498 (perl-syntax-propertize-special-constructs): New fun to replace
7499 perl-font-lock-special-syntactic-constructs.
7500 (perl-font-lock-syntactic-face-function): New fun.
7501 (perl-mode): Use it.
7502
7503 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7504 to replace octave-font-lock-close-quotes.
7505 (octave-syntax-propertize-function): New function to replace
7506 octave-font-lock-syntactic-keywords.
7507 (octave-mode): Use it.
7508
7509 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7510 replaces mixal-font-lock-syntactic-keywords.
7511 (mixal-mode): Use it.
7512
7513 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7514 New var; replaces makefile-font-lock-syntactic-keywords.
7515 (makefile-mode): Use it.
7516 (makefile-imake-mode): Adjust.
7517
7518 * progmodes/js.el (js--regexp-literal): Define while compiling.
7519 (js-syntax-propertize-function): New var; replaces
7520 js-font-lock-syntactic-keywords.
7521 (js-mode): Use it.
7522
7523 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7524 replaces gdb-script-font-lock-syntactic-keywords.
7525 (gdb-script-mode): Use it.
7526
7527 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7528 (fortran--font-lock-syntactic-keywords): New var.
7529 (fortran-line-length): Update syntax-propertize-function and
7530 fortran--font-lock-syntactic-keywords.
7531
7532 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7533
7534 * progmodes/cfengine.el (cfengine-mode):
7535 Use syntax-propertize-function.
7536 (cfengine-font-lock-syntactic-keywords): Remove.
7537
7538 * progmodes/autoconf.el (autoconf-mode):
7539 Use syntax-propertize-function.
7540 (autoconf-font-lock-syntactic-keywords): Remove.
7541
7542 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7543 (ada-after-change-function, ada-initialize-syntax-table-properties)
7544 (ada-handle-syntax-table-properties): Only define when
7545 syntax-propertize is not available.
7546 (ada-mode): Use syntax-propertize-function.
7547
7548 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7549 (font-lock-fontify-syntactic-keywords-region): Move handling of
7550 font-lock-syntactically-fontified to...
7551 (font-lock-default-fontify-region): ...here.
7552 Let syntax-propertize-function take precedence.
7553 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7554
7555 * emacs-lisp/syntax.el (syntax-propertize-function)
7556 (syntax-propertize-chunk-size, syntax-propertize--done)
7557 (syntax-propertize-extend-region-functions): New vars.
7558 (syntax-propertize-wholelines, syntax-propertize-multiline)
7559 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7560 (syntax-propertize): New functions.
7561 (syntax-propertize-rules): New macro.
7562 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7563 (syntax-ppss): Call syntax-propertize.
7564
7565 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7566
36f7d366
AM
75672010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7568
7569 * textmodes/ispell.el (ispell-init-process): Improve comments.
7570 XEmacs compatibility changes regarding (add-hook) 'local option
7571 and (set-process-query-on-exit-flag).
7572
8fca3921
MA
75732010-09-09 Michael Albinus <michael.albinus@gmx.de>
7574
cf38dd42
SM
7575 * net/tramp-cache.el (tramp-parse-connection-properties):
7576 Set tramp-autoload cookie.
8fca3921 7577
399653d6
GM
75782010-09-09 Glenn Morris <rgm@gnu.org>
7579
7580 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7581 (imagemagick-register-types): Doc fix.
7582
c34a9669
SM
75832010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7584
b073dc4b
SM
7585 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7586
7587 * progmodes/js.el (require): Require is already "eval-and-compile".
7588 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7589 (js--re-search-backward): Use js--re-search-forward.
7590
7591 * progmodes/fortran.el (fortran-line-length): Don't recompute
7592 syntactic keywords redundantly a second time.
7593
7594 * progmodes/ada-mode.el: Replace "(set '" with setq.
7595 (ada-mode): Simplify.
7596 (ada-create-case-exception, ada-adjust-case-interactive)
7597 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7598 (ada-search-ignore-string-comment, ada-move-to-start)
7599 (ada-move-to-end): Use with-syntax-table.
7600
7601 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7602 (font-lock-unfontify-region, font-lock-default-fontify-region):
7603 Update usage correspondingly.
7604 (font-lock-fontify-syntactic-keywords-region):
7605 Set parse-sexp-lookup-properties buffer-locally here.
7606 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7607
c34a9669
SM
7608 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7609
13639aab
GM
76102010-09-08 Glenn Morris <rgm@gnu.org>
7611
5a972c36
GM
7612 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7613 Error if not compiled with -DBYTE_CODE_METER.
7614
13639aab
GM
7615 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7616 Ignore dir-locals-file.
7617
331b2b90
SM
76182010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7621 Not a const.
7622 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7623 for the `gnu' messages.
7624 (compilation-set-skip-threshold): New command.
7625 (compilation-start): Use \' rather than $.
7626 (compilation-forget-errors): Use clrhash.
7627
73b4d51a
AM
76282010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7629
7630 * textmodes/ispell.el (ispell-valid-dictionary-list):
7631 Simplify logic.
7632
0f34aa77
MA
76332010-09-08 Michael Albinus <michael.albinus@gmx.de>
7634
7635 Migrate to Tramp 2.2. Rearrange load dependencies.
7636 (Bug#1529, Bug#5448, Bug#5705)
7637
7638 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7639 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7640 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7641
7642 * net/tramp.el (top): Remove all other tramp-* loads except
7643 tramp-compat.el. Remove all changes to tramp-unload-hook for
7644 other tramp-* packages. Rearrange defun order. Change calls of
7645 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7646 `tramp-compat-octal-to-decimal' to new function names.
7647 (tramp-terminal-type, tramp-initial-end-of-output)
7648 (tramp-methods, tramp-foreign-file-name-handler-alist)
7649 (tramp-tramp-file-p, tramp-completion-mode-p)
7650 (tramp-send-command-and-check, tramp-get-remote-path)
7651 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7652 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7653 (with-file-property, with-connection-property): Move to
7654 tramp-cache.el.
7655 (tramp-local-call-process, tramp-decimal-to-octal)
7656 (tramp-octal-to-decimal): Move to tramp-compat.el.
7657 (tramp-handle-shell-command): Do not require 'shell.
7658 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7659 symbols.
7660 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7661
7662 * net/tramp-cache.el (top): Require 'tramp. Add to
7663 `tramp-unload-hook'.
7664 (tramp-cache-data, tramp-get-file-property)
7665 (tramp-set-file-property, tramp-flush-file-property)
7666 (tramp-flush-directory-property, tramp-get-connection-property)
7667 (tramp-set-connection-property, tramp-flush-connection-property)
7668 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7669 cookie.
7670 (with-file-property, with-connection-property): New defuns, moved
7671 from tramp.el.
7672 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7673 macro.
7674
7675 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7676 (tramp-version): Set tramp-autoload cookie.
7677
7678 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7679 changes to tramp-unload-hook for other tramp-* packages. Add to
7680 `tramp-unload-hook'.
7681 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7682 (tramp-compat-call-process): New defuns, moved from tramp.el.
7683
7684 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7685 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7686 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7687 `tramp-compat-decimal-to-octal' to new function name.
7688 (tramp-fish-method): Make it a defconst.
7689 (tramp-fish-file-name-p): Make it a defsubst.
7690 (tramp-fish-method, tramp-fish-file-name-handler)
7691 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7692
7693 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7694 `tramp-foreign-file-name-handler-alist'. Add to
7695 `tramp-unload-hook'.
7696 (tramp-ftp-method): Make it a defconst.
7697 (tramp-ftp-file-name-p): Make it a defsubst.
7698 (tramp-ftp-method, tramp-ftp-file-name-handler)
7699 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7700
7701 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7702 `tramp-foreign-file-name-handler-alist'. Add to
7703 `tramp-unload-hook'. Change checks, whether package can be
7704 loaded.
7705 (tramp-gvfs-file-name-p): Make it a defsubst.
7706 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7707 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7708 (tramp-gvfs-handle-file-directory-p): New defun.
7709 (tramp-gvfs-file-name-handler-alist): Use it.
7710
7711 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7712 `tramp-foreign-file-name-handler-alist'. Add to
7713 `tramp-unload-hook'.
7714 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7715 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7716 defconst.
7717 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7718 (tramp-gw-open-connection): Set tramp-autoload cookie.
7719
7720 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7721 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7722 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7723 loaded.
7724 (tramp-imap-file-name-p): Make it a defsubst.
7725 (tramp-imap-method, tramp-imaps-method)
7726 (tramp-imap-file-name-handler)
7727 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7728
7729 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7730 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7731 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7732 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7733 function name.
7734 (tramp-smb-tunnel-method): Make it a defconst.
7735 (tramp-smb-file-name-p): Make it a defsubst.
7736 (tramp-smb-method, tramp-smb-file-name-handler)
7737 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7738
7739 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7740 (tramp-uuencode-region): Set tramp-autoload cookie.
7741
7742 * net/trampver.el (top) Add to `tramp-unload-hook'.
7743 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7744 cookie. Update release number.
7745
308e764f
AM
77462010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7747
7748 * textmodes/ispell.el (ispell-start-process): Make sure original
7749 arg list is properly initialized (Bug#6993, Bug#6994).
7750
10999305 77512010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7752
7753 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7754
7755 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7756 chars like - or ] (bug#6984).
7757 (rx-any-condense-range): Explode 2-char ranges.
7758
10999305
CY
77592010-09-06 Glenn Morris <rgm@gnu.org>
7760
7761 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7762
77632010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7764
7765 * textmodes/bibtex.el:
7766 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7767
f292afe5
LMI
77682010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7769
331b2b90 7770 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7771 since no callers use it.
7772 (imap-message-get): Ditto.
7773 (imap-message-put): Ditto.
7774 (imap-mailbox-map): Ditto.
7775 (imap-mailbox-put): Ditto.
7776 (imap-mailbox-get): Ditto.
a131b9b8 7777 (imap-mailbox-get): Revert last change for this function.
f292afe5 7778
dfe1285d
LMI
77792010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7780
331b2b90 7781 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7782 callers to use `imap-fetch' instead. According to the comments, this
7783 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7784 (imap-enable-exchange-bug-workaround): Remove.
7785 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7786
3ff31c90
LMI
77872010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7788
7789 * net/imap.el (imap-log): New convenience function used throughout
7790 instead of repeating the same code all over the place.
7791
dfe1285d 77922010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7793
7794 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7795 when mouse-drag-copy-region is non-nil (Bug#6956).
7796
93a596e1
CY
77972010-09-05 Chong Yidong <cyd@stupidchicken.com>
7798
8d76af4a
CY
7799 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7800 Improve regexps (Bug#6987).
7801 (dired-sort-toggle): Search more robustly for -t flag.
7802
93a596e1
CY
7803 * files.el (get-free-disk-space): Search more robustly for
7804 "available" column. Suggested by Ehud Karni
7805 <ehud@unix.mvs.co.il>.
7806
733946e7
JB
78072010-09-05 Juanma Barranquero <lekktu@gmail.com>
7808
7809 * international/uni-bidi.el:
7810 * international/uni-category.el:
7811 * international/uni-combining.el:
7812 * international/uni-decimal.el:
7813 * international/uni-mirrored.el:
7814 * international/uni-name.el: Regenerate.
7815
2e664aab
SM
78162010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7817
6aeafb34
SM
7818 * electric.el (electric-indent-post-self-insert-function):
7819 Don't reindent with a sloppy indentation function.
7820
2e664aab
SM
7821 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7822 border case in change-log-mode.
7823
13ef65a4
CY
78242010-09-04 Chong Yidong <cyd@stupidchicken.com>
7825
7826 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7827 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7828 Recognize leading tab in gcc-include regexp. Ignore names with
7829 leading "from" or "in" in gnu regexp (Bug#6937).
7830
5abf1556
SM
78312010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7832
6aeafb34 7833 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7834 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7835 (ispell-start-process): Avoid setq and simplify logic.
7836 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7837 (kill-buffer-hook): Don't use it globally with code that uses
7838 expand-file-name since that may call kill-buffer via
7839 code_conversion_restore.
7840
0be01d2c
CY
78412010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7842
7843 * emacs-lisp/package.el (package-directory-list): Only call
7844 file-name-nondirectory on a string.
7845
ebf662f4
CY
78462010-09-02 Chong Yidong <cyd@stupidchicken.com>
7847
5abf1556
SM
7848 * emacs-lisp/package.el (package--download-one-archive):
7849 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7850 (package-activate-1, package-mark-obsolete, define-package)
7851 (package-compute-transaction, package-list-maybe-add): Use push.
7852
e5eddfd1
SM
78532010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7854
89acf735
SM
7855 Use SMIE's blink-paren for octave-mode.
7856 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7857 Backslashes do not escape single-quotes, single-quotes do.
7858 (octave-block-else-regexp, octave-block-end-regexp)
7859 (octave-block-match-alist): Remove.
7860 (octave-smie-bnf-table): New var, with old content.
7861 (octave-smie-op-levels): Use it.
7862 (octave-smie-closer-alist): New var.
7863 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7864 (octave-blink-matching-block-open): Remove.
7865 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7866 (octave-electric-space): Let self-insert-command run expand-abbrev and
7867 blink parens.
7868
3b843809
SM
7869 * electric.el (electricity): New group.
7870 (electric-indent-chars): New var.
7871 (electric-indent-post-self-insert-function): New fun.
7872 (electric-indent-mode): New minor mode.
7873 (electric-pair-skip-self): New custom.
7874 (electric-pair-post-self-insert-function): New function.
7875 (electric-pair-mode): New minor mode.
7876
0da20854
SM
7877 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7878 calcAlg-blink-matching-open.
7879 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7880 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7881 Use the new blink-matching-check-function.
7882
a49e651e
SM
7883 Provide blink-matching support to SMIE.
7884 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7885 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7886 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7887
e5eddfd1
SM
7888 * simple.el (newline): Fix last change to properly remove itself from
7889 the hook.
7890
b13ebb5c
SM
78912010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7892
7893 * simple.el (newline): Eliminate optimization.
7894 Use post-self-insert-hook to set hard-newline and things before
7895 running post-self-insert-hook.
7896 (blink-matching-check-mismatch): New function.
7897 (blink-matching-check-function): New variable.
7898 (blink-matching-open): Use them.
7899 Skip back forward over prefix chars skipped by forward-sexp.
7900 Don't check if the parens are backslash escaped.
7901 (blink-paren-post-self-insert-function): Check backslash escaping here.
7902
e687c2cd
CY
79032010-09-02 Chong Yidong <cyd@stupidchicken.com>
7904
b13ebb5c
SM
7905 * emacs-lisp/package.el (package-menu-mode-map):
7906 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7907 (package-menu-mode): Set revert-buffer-function.
7908 (package-menu-revert): Doc fix.
7909
567efba9
AM
79102010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7911
7912 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7913 `default-directory' unless using Ispell per-directory personal
7914 dictionaries and not in a mini-buffer under XEmacs.
7915 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7916 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7917
6d7cc563
JD
79182010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7919
08d4877e
J
7920 * simple.el (kill-new): Call interprogram-cut-function with only
7921 one argument.
7922
45240125
JD
7923 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7924 Remove cut buffer from error message.
7925
7926 * term/x-win.el (x-select-text):
7927 * term/pc-win.el (x-selection-value):
7928 * term/ns-win.el (x-selection-value):
7929 * eshell/em-term.el:
7930 * w32-fns.el (x-get-selection-value):
7931 * mouse-sel.el (mouse-sel-set-selection-function):
7932 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7933
6d7cc563
JD
7934 * term/x-win.el: Update documentation for x-last-selected-text-*.
7935 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7936 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7937 (x-select-text): Remove argument PUSH, update documentation.
7938 Remove cut-buffer code.
6d7cc563 7939 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7940 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7941 Update documentation, remove cut-buffer code.
7942 Call x-selection-value-internal.
6d7cc563
JD
7943 (x-clipboard-yank): Call x-selection-value-internal.
7944 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7945
7946 * term/pc-win.el (x-last-selected-text):
7947 x-cut-buffer-or-selection-value renamed to x-selection-value
7948 (x-select-text): Remove argument PUSH, update documentation.
7949
7950 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7951 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7952 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7953 (x-select-text): Remove argument PUSH, update documentation.
7954
7955 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7956
7957 * w32-fns.el (x-last-selected-text):
7958 x-cut-buffer-or-selection-value renamed to x-selection-value.
7959 (x-cut-buffer-max): Remove.
7960 (x-select-text): Remove argument PUSH, update documentation.
7961
7962 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7963
7964 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7965
7966 * mouse-sel.el (mouse-sel-get-selection-function):
7967 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7968 (x-select-text): Remove optional push.
6d7cc563 7969
4de81ee0
SM
79702010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7971
8f4e9110
SM
7972 * simple.el (blink-paren-function): Move from C to here.
7973 (blink-paren-post-self-insert-function): New function.
7974 (post-self-insert-hook): Use it.
7975
4de81ee0
SM
7976 * emacs-lisp/pcase.el (pcase-split-memq):
7977 Fix overenthusiastic optimisation.
7978 (pcase-u1): Handle the case of a lambda pred.
7979
d419e1d9
KH
79802010-08-31 Kenichi Handa <handa@m17n.org>
7981
7982 * international/mule-cmds.el (standard-display-european-internal):
7983 Setup standard-display-table for 8-bit characters by storing 8-bit
7984 characters in the element vector.
7985
1e05f387
SM
7986 * disp-table.el (standard-display-8bit):
7987 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7988 characters in the element vector.
7989 (standard-display-european): Likewise.
7990
61f7096c
CY
79912010-08-31 Masatake YAMATO <yamato@redhat.com>
7992
7993 * textmodes/nroff-mode.el (nroff-view): New command.
7994 (nroff-mode-map): Bind it to C-c C-c.
7995
ec5d3ff7
SM
79962010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7997
c8977b2e
SM
7998 * emacs-lisp/smie.el (smie-down-list): New command.
7999
ec5d3ff7
SM
8000 Remove old indentation and navigation code on octave-mode.
8001 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8002 smie-down-list rather than add a binding for octave-down-block.
8003 (octave-mark-block, octave-blink-matching-block-open):
8004 Rely on forward-sexp-function.
8005 (octave-fill-paragraph): Don't narrow, so you can use
8006 indent-according-to-mode.
8007 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8008 (octave-in-block-p, octave-re-search-forward-kw)
8009 (octave-re-search-backward-kw, octave-indent-calculate)
8010 (octave-end-as-array-index-p, octave-block-end-offset)
8011 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8012 (octave-down-block, octave-backward-up-block, octave-up-block)
8013 (octave-before-magic-comment-p, octave-indent-line): Remove.
8014
187d3296
CY
80152010-08-31 Chong Yidong <cyd@stupidchicken.com>
8016
8017 * emacs-lisp/package.el (package--read-archive-file): Just use
8018 `read', to avoid copying an additional string.
8019 (package-menu-mode): Set header-line-format here.
8020 (package-menu-refresh, package-menu-revert): Signal an error if
8021 not in the Package Menu.
8022 (package-menu-package-list): New var.
8023 (package--generate-package-list): Operate on the current buffer;
8024 don't assume that it is *Packages*, since the user may rename it.
8025 Allow persistent package listings and sort keys using
8026 package-menu-package-list and package-menu-package-sort-key.
8027 (package-menu--version-predicate): Fix version calculation.
8028 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
8029 (package--list-packages): Create the *Packages* buffer.
8030 Set package-menu-package-list-key.
187d3296
CY
8031 (list-packages): Sorting by status is now the default.
8032 (package-buffer-info): Use match-string-no-properties.
8033 (define-package): Add a &rest argument for future proofing, but
8034 don't use it yet.
8035 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
8036 Merge into a single function, package-install-from-buffer.
8037 (package-install-file): Change caller.
187d3296
CY
8038
8039 * finder.el: Load finder-inf using `require'.
8040 (finder-list-matches): Sorting by status is now the default.
8041 (finder-compile-keywords): Simpify printing.
8042
e17b68ed
SM
80432010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8046 (octave-mode-map): Remove special bindings for forward/backward-block
8047 and octave-backward-up-block. Use smie-close-block.
8048 (octave-continuation-marker-regexp): New var.
8049 (octave-continuation-regexp): Use it.
8050 (octave-operator-table, octave-smie-op-levels)
8051 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8052 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8053 (octave-mode): Use SMIE.
8054 (octave-close-block): Delete.
8055
42b6a73b
EZ
80562010-08-30 Eli Zaretskii <eliz@gnu.org>
8057
8058 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8059 CLIPBOARD, not in PRIMARY. (Bug#6944)
8060
f291fe60
SM
80612010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8062
ee992a8c
SM
8063 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8064 a list of parents.
8065 (smie-indent-column): Allow indirection through variables.
8066
d36b74ca
SM
8067 * composite.el (save-buffer-state): Delete, unused.
8068 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8069 (font-lock-default-fontify-region): Use with-syntax-table.
8070 * jit-lock.el (with-buffer-unmodified): Remove.
8071 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8072
f291fe60
SM
8073 Use `declare' in defmacros.
8074 * window.el (save-selected-window):
8075 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8076 * progmodes/python.el (def-python-skeleton):
8077 * net/dbus.el (dbus-ignore-errors):
8078 * jka-cmpr-hook.el (with-auto-compression-mode):
8079 * international/mule.el (with-category-table):
8080 * emacs-lisp/timer.el (with-timeout):
8081 * emacs-lisp/lisp-mnt.el (lm-with-file):
8082 * emacs-lisp/eieio.el (with-slots):
8083 * emacs-lisp/easymenu.el (easy-menu-define):
8084 * emacs-lisp/debug.el (debugger-env-macro):
8085 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8086 (Multiple-value-call, Multiple-value-prog1):
8087 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8088 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8089 edebug rule to definition.
8090 * emacs-lisp/lisp-mode.el (save-selected-window)
8091 (with-current-buffer, combine-after-change-calls)
8092 (with-output-to-string, with-temp-file, with-temp-buffer)
8093 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8094 (dolist, dotimes, when, unless):
8095 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8096
96ae4c8f
CY
80972010-08-29 Chong Yidong <cyd@stupidchicken.com>
8098
8099 * finder.el: Require `package'.
8100 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8101 (finder-package-info): Var deleted.
8102 (finder-keywords-hash, finder--builtins-alist): New vars.
8103 (finder-compile-keywords): Compute package--builtins and
8104 finder-keywords-hash instead of finder-keywords-hash, respecting
8105 the "Package" header.
f291fe60
SM
8106 (finder-unknown-keywords, finder-list-matches):
8107 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
8108 (finder-mode): Don't set font-lock-defaults.
8109 (finder-exit): We don't use "*Finder-package*" and "*Finder
8110 Category*" buffers anymore.
8111
8112 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8113 (package--builtins): Set default value to nil.
8114 (package-initialize): Load precomputed value of package--builtins
8115 from finder-inf.el.
8116 (package-alist, package-compute-transaction)
8117 (package-download-transaction): Improve docstring.
8118 (package-read-all-archive-contents): Do not change
8119 package--builtins here.
8120 (list-packages): Make package-list-packages an alias for this.
8121 Sort by status by default.
8122 (package--list-packages): Add optional PACKAGES arg.
8123 (describe-package-1): Use font-lock-face property. For built-in
8124 packages, insert file commentary.
8125 (package--generate-package-list): Rename from
8126 package-list-packages-internal; all callers changed. Add optional
8127 PACKAGES arg. Add alphabetical sort fallbacks.
8128 (package-menu--version-predicate, package-menu--status-predicate)
8129 (package-menu--description-predicate)
8130 (package-menu--name-predicate): New functions.
8131
8132 * info.el (Info-finder-find-node): Search package-alist instead of
8133 finder-package-info.
8134
e2046ecf
CY
81352010-08-29 Chong Yidong <cyd@stupidchicken.com>
8136
8137 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8138 "alpha" and "beta".
8139 (version-to-list): Handle versions like "10.3d".
8140
6fe79b7c
SM
81412010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8142
8143 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8144 (macroexp-accumulate): Use `declare'.
8145
1a868076
VJL
81462010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8147
8148 * whitespace.el (whitespace-style): Adjust type declaration.
8149
9e69cb05
KH
81502010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8151
8152 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8153
81542010-08-26 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8157 (Bug#6907).
8158
4142607e
NW
81592010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8160
8161 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8162 (js-paren-indent-offset, js-square-indent-offset)
8163 (js-curly-indent-offset): New options.
8164 (js--proper-indentation): Use them.
8165
88a36e60
DC
81662010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8167
8168 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8169 instead of inspecting font-lock properties (Bug#6916).
8170
38dbc4d8
DR
81712010-08-26 David Reitter <david.reitter@gmail.com>
8172
8173 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8174 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8175 (server-execute): Do not run hooks here.
8176
44ffae96
MA
81772010-08-26 Michael Albinus <michael.albinus@gmx.de>
8178
8179 Sync with Tramp 2.1.19.
8180
0dc3e410
MA
8181 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8182 deleting tmpfile.
8183 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8184
0dc3e410 8185 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8186 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8187 (tramp-completion-handle-file-name-completion):
8188 Use `tramp-connectable-p'.
20b8ac83 8189
44ffae96
MA
8190 * net/trampver.el: Update release number.
8191
cb6c4991
CY
81922010-08-26 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * help.el (help-map): Bind `C-h P' to describe-package.
8195
8196 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8197
8198 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8199 when downloading archives.
8200 (describe-package-1): Add package commentary.
8201 (package-install-button-action): New function.
8202 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8203 (package-menu-view-commentary): Function removed.
8204 (package-list-packages-internal): Hide the `package' package too.
8205
b60f961f
KH
82062010-08-25 Kenichi Handa <handa@m17n.org>
8207
8208 * language/misc-lang.el ("Arabic"): New language environment.
8209 Setup composition-function-table for Arabic characters.
8210
8211 * international/fontset.el (setup-default-fontset): Fix typo for
8212 arabic OTF spec (fini->fina).
8213
a0c16be4
J
82142010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8215
8216 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8217 on all frames.
8218
85cc3d4f
VJL
82192010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8220
8221 * whitespace.el: Allow cleaning up blanks without blank
8222 visualization (Bug#6651). Adjust help window for
8223 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8224 instead of whitespace-line-column (from EmacsWiki). New version
8225 13.1.
88b5a757 8226 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8227 (whitespace-space, whitespace-hspace, whitespace-tab):
8228 Adjust foreground property face.
85cc3d4f
VJL
8229 (whitespace-line-column): Adjust docstring and type declaration.
8230 (whitespace-style-value-list, whitespace-toggle-option-alist)
8231 (whitespace-help-text): Adjust const initialization.
8232 (whitespace-toggle-options, global-whitespace-toggle-options):
8233 Adjust docstring.
8234 (whitespace-display-window, whitespace-interactive-char)
8235 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8236 (whitespace-help-scroll): New fun.
8237
cb8759ca
CY
82382010-08-24 Chong Yidong <cyd@stupidchicken.com>
8239
8240 * emacs-lisp/package.el (list-packages): Alias for
8241 package-list-packages.
8242
44a41a47
KR
82432010-08-24 Kevin Ryde <user42@zip.com.au>
8244
be7748e7
KR
8245 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8246 (Bug#5651).
8247
44a41a47
KR
8248 * progmodes/ruby-mode.el (ruby): Add defgroup.
8249
edfd00fa
CY
82502010-08-24 Chong Yidong <cyd@stupidchicken.com>
8251
8252 * progmodes/python.el: Add Ipython support (Bug#5390).
8253 (python-shell-prompt-alist)
8254 (python-shell-continuation-prompt-alist): New options.
8255 (python--set-prompt-regexp): New function.
6a7662bb
BR
8256 (inferior-python-mode, run-python, python-shell):
8257 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8258 prompt based on the Python interpreter.
8259 (python--prompt-regexp): New var.
8260 (python-check-comint-prompt)
8261 (python-comint-output-filter-function): Use it.
8262 (run-python): Use a pipe (Bug#5694).
8263
82642010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8265
8266 * progmodes/python.el (python-send-region): Send a different
8267 Python command if Ipython is in use.
8268 (python-check-version): Use a Python command to find the version.
8269
1c409d0b
CY
82702010-08-24 Chong Yidong <cyd@stupidchicken.com>
8271
8272 * mouse.el (mouse-yank-primary): Avoid setting primary when
8273 deactivating the mark (Bug#6872).
8274
733946e7 82752010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8276
8277 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8278 with "else" (Bug#3991).
8279
e73f184c
MA
82802010-08-23 Michael Albinus <michael.albinus@gmx.de>
8281
8282 * net/dbus.el: Accept UNIX domain sockets as bus address.
8283 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8284 this is done in dbusbind.c.
e73f184c
MA
8285 (dbus-check-event): Adapt test for bus.
8286 (dbus-return-values-table, dbus-unregister-service)
8287 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8288 Adapt doc string.
8289
1a140747
JB
82902010-08-23 Juanma Barranquero <lekktu@gmail.com>
8291
8292 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8293
7133b7ee
JL
82942010-08-22 Juri Linkov <juri@jurta.org>
8295
8296 * simple.el (read-extended-command): New function with the logic
8297 for `completing-read' moved to Elisp from `execute-extended-command'.
8298 Use `function-called-at-point' in `minibuffer-default-add-function'
8299 to get a command name for M-n (bug#5364, bug#5214).
8300
198a7a97
CY
83012010-08-22 Chong Yidong <cyd@stupidchicken.com>
8302
8303 * startup.el (command-line-1): Issue warning for ignored arguments
8304 --unibyte, etc (Bug#6886).
8305
c00725d7
LL
83062010-08-22 Leo <sdl.web@gmail.com>
8307
8308 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8309 (ignore, bright, dim, keyword): Split list of nicknames before
8310 passing to rcirc-add-or-remove (Bug#6894).
8311
bc7d7ea6
CY
83122010-08-22 Chong Yidong <cyd@stupidchicken.com>
8313
8314 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8315
b0126eac 83162010-08-22 Leo <sdl.web@gmail.com>
e0143335 8317
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8318 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8319 * ido.el: Revert Óscar's.
e0143335
LL
8320 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8321 Remember the buffers at head, rather than their name.
76e3243a 8322 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8323
b0126eac 83242010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8325 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8328 extra backslash added to each line (bug#6890).
8329
b0126eac 83302010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8331
8332 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8333
b0126eac 83342010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8335
8336 * menu-bar.el (menu-bar-games-menu): Add landmark.
8337
b0126eac 83382010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8339
9130a2d6
GM
8340 * align.el (align-regexp): Make group and spacing arguments
8341 use the interactive defaults when non-interactive. (Bug#6698)
8342
fb89a654
GM
8343 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8344 expansion, so as not to need sendmail.
8345 (mail-text-start): Remove declaration.
8346 (rmail-retry-failure): Require sendmail.
8347
b0126eac 83482010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8349
8350 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8351
b0126eac 83522010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8353
186e86db
SM
8354 * progmodes/flymake.el (flymake-start-syntax-check-process):
8355 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8356
b0126eac 83572010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8358
8359 * files.el: Add `word-wrap' as safe local variable.
8360
b0126eac 83612010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8362
8363 * woman.el (woman-translate): Case matters. (Bug#6849)
8364
b0126eac 83652010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8366
8367 * simple.el (kill-region): Doc fix (Bug#6787).
8368
b0126eac 83692010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8370
8371 * calendar/diary-lib.el (diary-header-line-format):
8372 Fit it to the window, not the frame.
8373
b0126eac 83742010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8375
8376 * subr.el (ignore-errors): Add debug declaration.
8377
b0126eac 83782010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8379
8380 * whitespace.el (whitespace-color-off): Remove post-command-hook
8381 locally.
8382
537ffaf3
SM
83832010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8386
d64b8a68
CY
83872010-08-21 Chong Yidong <cyd@stupidchicken.com>
8388
8389 * cus-edit.el (custom-group-value-create): Add extra newline
8390 before end line (Bug#6876).
8391
d2625c3d
CY
83922010-08-21 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8395 when extending it. Before killing on the second click, check if
8396 the buffer is the correct one. Doc fix.
8397 (mouse-secondary-save-then-kill): Allow usage without first
8398 calling mouse-start-secondary, by defaulting to point. Don't save
8399 an empty secondary selection. Doc fix.
8400
80525855
VJL
84012010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8402
91bdeb66
VJL
8403 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8404 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8405 New version 13.0.
80525855
VJL
8406 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8407 Adjust initialization.
8408 (whitespace-bob-marker, whitespace-eob-marker)
8409 (whitespace-buffer-changed): New vars.
8410 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8411 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8412 (whitespace-post-command-hook, whitespace-display-char-on):
8413 Adjust code.
80525855 8414 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8415 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8416
4b9c0a49
SM
84172010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8418
118cf454
SM
8419 * files.el (locate-file-completion-table): Only list the .el and .elc
8420 extensions if there's no other choice (bug#5955).
8421
a2e5caf7
SM
8422 * facemenu.el (facemenu-self-insert-data): New var.
8423 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8424 New functions.
8425 (facemenu-add-face): Use them.
8426
4b9c0a49
SM
8427 * simple.el (blink-matching-open): Obey forward-sexp-function.
8428
0193499f
SM
84292010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8430
b2a15250
SM
8431 * simple.el (prog-mode-map): New var.
8432 (prog-indent-sexp): New command.
8433
b5ba2d6f
SM
8434 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8435
9acd1bdc
SM
8436 * progmodes/prolog.el (smie): Require.
8437
8723cfa4
SM
8438 * emacs-lisp/smie.el (smie-default-backward-token)
8439 (smie-default-forward-token): Strip properties.
8440 (smie-next-sexp): Be more careful with associative operators.
8441 (smie-forward-sexp-command): Generalize.
8442 (smie-backward-sexp-command): Simplify.
8443 (smie-closer-alist): New var.
8444 (smie-close-block): New command.
8445 (smie-indent-debug-log): New var.
8446 (smie-indent-offset-rule): Add a few more cases.
8447 (smie-indent-column): New function.
8448 (smie-indent-after-keyword): Use it.
8449 (smie-indent-keyword): Use it.
8450 Fix up the opener code's point position.
8451 (smie-indent-comment): Only applies at BOL.
8452 (smie-indent-debug): New command.
8453
0193499f
SM
8454 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8455 declarations that are useful before running the macro.
8456
0c9b8993
GM
84572010-08-18 Joakim Verona <joakim@verona.se>
8458
8459 * image.el (imagemagick-types-inhibit): New variable.
8460 (imagemagick-register-types): New function.
8461 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8462 (image-transform-set-scale, image-transform-fit-to-height)
8463 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8464 (image-transform-fit-to-width, image-transform-fit-to-height):
8465 New functions.
ccd80618
JV
8466 (image-toggle-display-image): Support image transforms.
8467
1075cd61
KY
84682010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8469
8470 * image.el (create-animated-image): Don't add heuristic mask to image
8471 (Bug#6839).
8472
64cb6c78
J
84732010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8474
0193499f
SM
8475 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8476 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8477
ff80a446
SM
84782010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8479
afa22f7c
SM
8480 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8481
ff80a446
SM
8482 Font-lock '...' strings, plus various simplifications and fixes.
8483 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8484 (octave-font-lock-close-quotes): New function.
8485 (octave-font-lock-syntactic-keywords): New var.
8486 (octave-mode): Use it. Set beginning-of-defun-function.
8487 (octave-mode-map): Don't override the <foo>-defun commands.
8488 (octave-mode-menu): Pass it directly to easy-menu-define;
8489 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8490 (octave-block-match-alist): Fix up last change so that
8491 octave-close-block uses the more specific keyword.
8492 (info-lookup-mode): Silence byte-compiler.
8493 (octave-beginning-of-defun): Not interactive any more.
8494 Optimize slightly.
8495 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8496 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8497 (octave-completion-at-point-function): Make sure point is within
8498 beg..end.
8499 (octave-reindent-then-newline-and-indent):
8500 Use reindent-then-newline-and-indent.
8501 (octave-add-octave-menu): Remove.
8502
2269b349
JD
85032010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8504
489cd5bd
JD
8505 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8506 (report-emacs-bug-can-use-xdg-email): New functions.
8507 (report-emacs-bug): Set can-xdg-email to result of
8508 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8509 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8510 about it.
30ebab6d 8511
a2fb159c
GM
8512 * net/browse-url.el (browse-url-default-browser): Add cond
8513 for browse-url-xdg-open.
8514 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8515
85162010-08-17 Glenn Morris <rgm@gnu.org>
8517
8518 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8519 (c-fontify-recorded-types-and-refs): Define for compiler.
8520 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8521 before use.
8522
8523 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8524 Fix format call.
8525
bb6aba9c
MA
85262010-08-17 Michael Albinus <michael.albinus@gmx.de>
8527
8528 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8529 properties.
8530 (tramp-handle-process-file): Call the program in a subshell, in
8531 order to preserve working directory.
8532 (tramp-action-password): Hide password prompt before next run.
8533 (tramp-process-actions): Widen connection buffer for the trace.
8534
8f10c937
DD
85352010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8536
8537 * net/rcirc.el (rcirc-log-process-buffers): New option.
8538 (rcirc-print): Use it.
8539 (rcirc-generate-log-filename): New function.
8540 (rcirc-log-filename-function): Change default to
8541 rcirc-generate-log-filename (Bug#6828).
8542
7c23dd44
CY
85432010-08-16 Chong Yidong <cyd@stupidchicken.com>
8544
8545 * simple.el (deactivate-mark): If select-active-regions is `only',
8546 only set selection for temporarily active regions.
8547
8548 * cus-start.el: Change defcustom for select-active-regions.
8549
6d3e82d2
CY
85502010-08-15 Chong Yidong <cyd@stupidchicken.com>
8551
8552 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8553 (mouse-drag-track): Use LOCATION arg to push-mark.
8554 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8555 consideration when updating point and mark (Bug#6840).
8556
c68263b1
CY
85572010-08-15 Chong Yidong <cyd@stupidchicken.com>
8558
8559 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8560 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8561
456f369a
ŠN
85622010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8563
ff80a446
SM
8564 * font-lock.el (lisp-font-lock-keywords-2):
8565 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8566 with-demoted-errors, and with-silent-modifications (Bug#6025).
8567
c22e18f5
KR
85682010-08-14 Kevin Ryde <user42@zip.com.au>
8569
8570 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8571 (copyright-update): Temporary switch-to-buffer to ensure the
8572 buffer change being queried is visible (Bug#5394).
c22e18f5 8573
6f1a6faf
TT
85742010-08-14 Tom Tromey <tromey@redhat.com>
8575
8576 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8577 (Bug#6733).
8578
e7afcf30
EZ
85792010-08-14 Eli Zaretskii <eliz@gnu.org>
8580
8581 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8582 MS-DOS. (Bug#6689)
8583
2b4e6277
J
85842010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8585
8586 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8587 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8588 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8589 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8590 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8591 Call menu-bar-set-tool-bar-position.
2b4e6277 8592
dc94fc85
SM
85932010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8594
c5683ceb
SM
8595 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8596 comment style (bug#6834).
8597 * progmodes/scheme.el (scheme-mode-syntax-table):
8598 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8599 "b" flag in "' 14b" syntax.
8600
c82d5b11
SM
8601 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8602 for (un)commenting the region and performing completion.
8603 (octave-mode-menu): Use standard commands for help and completion.
8604 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8605 (octave-mode): Use define-derived-mode.
8606 Set completion-at-point-functions and don't set columns.
8607 Don't disable adaptive-fill-regexp.
8608 (octave-describe-major-mode, octave-comment-region)
8609 (octave-uncomment-region, octave-comment-indent)
8610 (octave-indent-for-comment): Remove.
8611 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8612 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8613 (octave-initialize-completions): No need to make an alist.
8614 (octave-completion-at-point-function): New function.
8615 (octave-complete-symbol): Use it.
8616 (octave-insert-defun): Use define-skeleton.
8617
8618 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8619 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8620
abec5126 86212010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8622
8623 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8624 indentation of inserted comment.
8625
3a46642b
J
86262010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8627
8628 * faces.el (region): Add type gtk that uses gtk colors.
8629
8630 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8631 Handle theme-name change.
8632
3bd2cfef
MM
86332010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8634
8635 * progmodes/sql.el: Version 2.5
8636 (sql-product-alist): Add :prompt-cont-regexp property for several
8637 database products.
8638 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8639 (sql-output-newline-count, sql-output-by-send):
8640 New variables. Record number of newlines in input text.
3bd2cfef
MM
8641 (sql-send-string): Handle multiple filters and count newlines.
8642 (sql-send-magic-terminator): Count terminator newline.
8643 (sql-interactive-remove-continuation-prompt): Filters output to
8644 remove continuation prompts; one for each newline.
8645 (sql-interactive-mode): Set up new variables, prompt regexp and
8646 output filter.
8647 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8648 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8649
d02c9bcd
SM
86502010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * emacs-lisp/pcase.el: New file.
8653
80ca4f1e
MA
86542010-08-10 Michael Albinus <michael.albinus@gmx.de>
8655
8656 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8657 as here-document, otherwise the command could exceed maximum
8658 length of command line.
d02c9bcd
SM
8659 (tramp-handle-vc-registered): Call script accordingly.
8660 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8661
2948599b
KH
86622010-08-10 Kenichi Handa <handa@m17n.org>
8663
8664 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8665 composable pattern.
8666
148cef8e
CY
86672010-08-09 Chong Yidong <cyd@stupidchicken.com>
8668
8669 * emacs-lisp/package.el (package-version-split)
8670 (package--version-first-nonzero, package-version-compare):
8671 Functions removed.
8672 (package-directory-list, package-load-all-descriptors)
8673 (package--built-in, package-activate, define-package)
8674 (package-installed-p, package-compute-transaction)
8675 (package-read-all-archive-contents)
8676 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8677 (package-tar-file-info, package-list-packages-internal):
8678 Use version-to-list and version-list-*.
148cef8e 8679
d02c9bcd
SM
8680 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8681 Use version-to-list.
148cef8e
CY
8682 (package-upload-buffer-internal): Use version-list-<=.
8683
82a9ce0f
KH
86842010-08-09 Kenichi Handa <handa@m17n.org>
8685
231e5e5f 8686 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8687 composable pattern.
8688
7adf5fdc
CY
86892010-08-08 Chong Yidong <cyd@stupidchicken.com>
8690
fc560445
CY
8691 * tutorial.el (tutorial--default-keys): C-d is now bound to
8692 delete-forward-char (Bug#6826).
8693
7adf5fdc
CY
8694 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8695 for `double' value of mouse-1-click-follows-link (Bug#6807).
8696
e54a1075
JB
86972010-08-08 Johan Bockgård <bojohan@gnu.org>
8698
8699 * replace.el (replace-highlight): Bind isearch-forward and
8700 isearch-error, ensuring that highlighting is updated if the user
8701 switches the search direction (Bug#6808).
8702
8703 * isearch.el (isearch-lazy-highlight-forward): New var.
8704 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8705 (isearch-lazy-highlight-update): Use it.
8706
7815fe19 87072010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8708
8d9e03e4
JB
8709 * international/mule.el (define-charset): Store NAME as :base property.
8710 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8711 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8712 current priority. Force using the designation of the specific
8d9e03e4 8713 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8714
7815fe19 87152010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8716
8717 * emulation/pc-select.el (pc-selection-mode-hook)
8718 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8719 (pc-selection-mode): Fix typos in docstrings.
8720
7815fe19 87212010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8722
8723 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8724 ctext-non-standard-encodings-alist here.
8725
8d9e03e4
JB
8726 * international/mule.el (ctext-non-standard-encodings-alist):
8727 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8728 (ctext-standard-encodings): New variable.
8729 (ctext-non-standard-encodings-table): List only elements for
8730 non-standard encodings.
186e86db 8731 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8732 Check ctext-standard-encodings.
8733
8734 * international/mule-conf.el (compound-text): Doc fix.
8735 (ctext-no-compositions): Doc fix.
8736 (compound-text-with-extensions): Doc fix.
8737
7815fe19 87382010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8739
8740 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8741
8d9e03e4 87422010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8743
9ebc731b
JB
8744 * progmodes/which-func.el (which-func-format): Split help-echo text
8745 into lines, like other mode-line tooltips.
8746
d5b8058f
JB
8747 * server.el (server-start): When using TCP sockets, force IPv4
8748 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8749
8d9e03e4 87502010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8751
8752 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8753
8d9e03e4 87542010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8755
8756 * term.el (term-delimiter-argument-list): Reflow docstring.
8757 (term-read-input-ring, term-write-input-ring, term-send-input)
8758 (term-bol, term-erase-in-display, serial-supported-or-barf):
8759 Fix typos in docstrings.
8760
8d9e03e4 87612010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8762
8763 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8764
8d9e03e4 87652010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8766
8767 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8768
8d9e03e4 87692010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8770
8771 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8772 Fix typo in docstring (bug#6747).
8773
7815fe19 87742010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8775
8776 * eshell/esh-io.el (eshell-get-target): Better detection of
8777 read-only file (Bug#6762).
8778
7815fe19 87792010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8780
8781 * align.el (align-default-spacing): Doc fix.
8782 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8783
733946e7 87842010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8785
490b89ac 8786 * calendar/icalendar.el
93acd23d
JB
8787 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8788 (icalendar--get-weekday-numbers): New.
81ee9410 8789 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8790 values in weekly rules. (Bug#6766)
81ee9410 8791
490b89ac
UJ
87922010-08-08 Ulf Jasper <ulf.jasper@web.de>
8793
8794 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8795 (icalendar--create-uid, icalendar-export-region)
8796 (icalendar--parse-summary-and-rest): Code formatting.
8797
2c695727
JB
87982010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8799
01c35094 8800 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8801 to italicize headers.
8802 (calc-highlight-selections-with-faces): New variable.
8803 (calc-selected-face, calc-nonselected-face): New faces.
8804
8805 * calc/calccomp.el (math-comp-highlight-string): Use
8806 `calc-highlight-selections-with-faces' to determine how to highlight
8807 sub-formulas.
8808
8809 * calc/calc-sel.el (calc-show-selections): Change message to when
8810 using faces to highlight selections.
8811
b93d4f22
MM
88122010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8813
8d9e03e4
JB
8814 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8815 Add SQLite 3 keywords, functions and datatypes.
8816 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8817 (Bug#6686).
8818
9852377f
CY
88192010-08-07 Chong Yidong <cyd@stupidchicken.com>
8820
8821 * simple.el (select-active-regions): Move to keyboard.c.
8822 (deactivate-mark): Used saved-region-selection.
8823 (select-active-region): Function removed.
8824 (activate-mark, set-mark, push-mark-command)
8825 (handle-shift-selection): Don't call it.
8826 (keyboard-quit): Avoid adding the region to the window selection.
8827
8828 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8829 select-active-regions implementation.
8830 (mouse-yank-at-click): Doc fix.
8831
8832 * cus-start.el: Add custom declaration for select-active-regions.
8833
822775bf
EZ
88342010-08-07 Eli Zaretskii <eliz@gnu.org>
8835
4c5130d6
EZ
8836 * simple.el (delete-forward-char): Doc fix.
8837
822775bf
EZ
8838 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8839 after reading the tutorial.
8840
bd4c5e3e
AM
88412010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8842
6a7662bb
BR
8843 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8844 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8845 their respective lines. (Bug#193)
bd4c5e3e 8846
d00fa9b6
MA
88472010-08-06 Michael Albinus <michael.albinus@gmx.de>
8848
8d9e03e4 8849 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8850 property "vec".
6a7662bb
BR
8851 (tramp-process-sentinel): Use it for flushing the cache.
8852 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8853 already when running the sentinel.
8854
88552010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8856
8857 * comint.el (comint-mode): Make directory tracking functions
8858 functional on remote files. (Bug#6764)
8859
b3d42406
DN
88602010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8861
8862 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8863
29cf3e20
EZ
88642010-08-05 Eli Zaretskii <eliz@gnu.org>
8865
6a7662bb
BR
8866 * emacs-lisp/find-gc.el (find-gc-source-files):
8867 Rename unexec.c => unexcoff.c.
29cf3e20 8868
6a7662bb
BR
8869 * emacs-lisp/authors.el (authors-fixed-entries):
8870 Rename unexec.c => unexcoff.c.
29cf3e20 8871
39e1bf0b
MA
88722010-08-05 Michael Albinus <michael.albinus@gmx.de>
8873
8874 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8875 cache, not only file cache.
8876 (tramp-process-sentinel): New defun.
8877 (tramp-handle-start-file-process): Use it, in order to invalidate
8878 file caches.
8879
9f982e22
LL
88802010-08-03 Leo <sdl.web@gmail.com>
8881
8882 * server.el (server-start): Simplify loop.
8883
0798a8d8
SM
88842010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8885
548c5c47
SM
8886 * frame.el (screen-height, screen-width, set-screen-width)
8887 (set-screen-height): Remove ancient compatibility aliases.
8888
3311d1c2
SM
8889 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8890 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8891
0798a8d8
SM
8892 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8893 that change current buffer.
8894
26ee77a6
YM
88952010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8896
8897 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8898 beginning of the string. Use `string-match-p'. (Bug#6765)
8899
aa1859f5
J
89002010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8901
8902 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8903
376c2b6b
CY
89042010-08-01 Chong Yidong <cyd@stupidchicken.com>
8905
0798a8d8 8906 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8907 (package--builtins): Tweak descriptions.
0798a8d8
SM
8908 (package-print-package): Upcase descriptions if necessary.
8909 Show all built-in packages in font-lock-builtin-face.
8910 (package-list-packages-internal): Omit "emacs" package.
8911 Show status of built-in packages as "built-in".
376c2b6b 8912
16041401
CY
89132010-07-31 Chong Yidong <cyd@stupidchicken.com>
8914
8915 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8916 before killing to preserve the primary selection (Bug#6701).
8917
8918 * term/x-win.el (x-select-text): Doc fix.
8919
0798a8d8
SM
89202010-07-31 Nathaniel Flath <flat0103@gmail.com>
8921
452ea855
AM
8922 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8923 (objc-font-lock-extra-types):
452ea855 8924 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8925 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8926 (c++-make-template-syntax-table)
8927 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8928 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8929 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8930 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8931 * progmodes/cc-fonts.el (c-make-inverse-face)
8932 (c-basic-matchers-after):
452ea855
AM
8933 * progmodes/cc-engine.el (c-forward-keyword-clause)
8934 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8935 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8936 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8937 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8938 The above functions were modified or created.
452ea855 8939
37766706
J
89402010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8941
0798a8d8 8942 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8943
cd83d522
EZ
89442010-07-31 Eli Zaretskii <eliz@gnu.org>
8945
8946 * files.el (bidi-paragraph-direction): Define safe local values.
8947
8948 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8949 language-info-alist. Remove outdated FIXME in a comment.
8950
28e5cf7c
AM
89512010-07-31 Alan Mackenzie <acm@muc.de>
8952
8953 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8954 Auto-fill broken in C/C++ modes.
8955
bfeabdc3
JD
89562010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8957
8958 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8959 (menu-bar-showhide-tool-bar-menu-customize-disable)
8960 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8961 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8962 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8963 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8964 make a menu for Options => toolbar that can move it.
8965
063e5294
CY
89662010-07-29 Chong Yidong <cyd@stupidchicken.com>
8967
8968 * emacs-lisp/package-x.el (package--make-rss-entry):
8969 (package-maint-add-news-item, package--update-news)
8970 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8971
8972 * emacs-lisp/package.el (package-archive-url): Rename from
8973 package-archive-id.
8974 (package-install): Doc fix.
8975 (package-download-single, package-download-tar, package-install)
8976 (package-menu-view-commentary): Callers changed.
8977
683cc385
MA
89782010-07-29 Michael Albinus <michael.albinus@gmx.de>
8979
8980 * net/tramp.el (tramp-handle-start-file-process): Check only for
8981 `remote-tty' process property.
8982 (tramp-open-shell): Don't check for tty.
8983 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8984 process property.
8985
8986 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8987 host.
8988
bc44bef7
PH
89892010-07-28 Chong Yidong <cyd@stupidchicken.com>
8990
8991 * emacs-lisp/package.el (package-load-list, package-archives)
8992 (package-archive-contents, package-user-dir)
8993 (package-directory-list, package--builtins, package-alist)
8994 (package-activated-list, package-obsolete-alist): Mark as risky.
8995
89962010-07-28 Phil Hagelberg <phil@evri.com>
8997
8998 Add support for non-default package repositories.
8999 * emacs-lisp/package.el (package-archive-base): Var deleted.
9000 (package-archives): New variable.
9001 (package-archive-contents): Doc fix.
0798a8d8 9002 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
9003 (package--write-file-no-coding): New function.
9004 (package-unpack-single): Use it.
9005 (package-archive-id): New function.
9006 (package-download-single, package-download-tar)
9007 (package-menu-view-commentary): Use it.
9008 (package-installed-p): Make second argument optional.
9009 (package-read-all-archive-contents): New function.
9010 (package-initialize): Use it.
9011 (package-read-archive-contents): Add ARCHIVE argument.
9012 (package--add-to-archive-contents): New function.
9013 (package-install): Don't call package-read-archive-contents.
9014 (package--download-one-archive): Store archive file in a
9015 subdirectory of package-user-dir.
9016 (package-menu-execute): Remove spurious line movement.
9017
8a52f00a
JD
90182010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9019
9020 * cus-start.el (tool-bar-style): Add text-image-horiz.
9021
b21d3ceb
MA
90222010-07-28 Michael Albinus <michael.albinus@gmx.de>
9023
9024 * progmodes/gud.el (gud-common-init): Check for remoteness of
9025 `file', and not of `default-directory'.
9026
8fbcce2d
MA
90272010-07-28 Michael Albinus <michael.albinus@gmx.de>
9028
9029 * net/tramp.el (tramp-methods): Move hostname to the end in all
9030 ssh `tramp-login-args'.
9031 (tramp-verbose): Describe verbose level 9.
9032 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9033 (tramp-open-connection-setup-interactive-shell): Trace stty
9034 settings if `tramp-verbose' >= 9.
9035 (tramp-handle-start-file-process): Implement tty setting.
9036 (Bug#4604, Bug#6360)
9037
9038 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9039 `tramp-verbose' to 9.
9040
128440c9
AH
90412010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9042
9043 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9044 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9045 Remove references to package `lisp-re' (bug#4369).
9046
ae0c2494
TT
90472010-07-27 Tom Tromey <tromey@redhat.com>
9048
9049 * progmodes/js.el (js-mode):
9050 * progmodes/make-mode.el (makefile-mode):
9051 * progmodes/simula.el (simula-mode):
9052 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9053
0ed082fe 90542010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
9055
9056 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9057
7c7c04c0
JB
9058 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9059 (display-time-world-buffer-name, display-time-world-mode-map):
9060 Fix typos in docstrings.
9061
0ed082fe 90622010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
9063
9064 * image-mode.el (image-display-size): New function.
9065 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9066 (image-mode-fit-frame): Use it (Bug#6639).
9067
0ed082fe 90682010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
9069
9070 * dired.el (dired-buffers-for-dir): Handle list values of
9071 dired-directory (Bug#6636).
9072
aa2d4bd3
SS
90732010-07-26 Sam Steingold <sds@gnu.org>
9074
9075 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9076 Do not call `x-get-selection' the second time, reuse the value.
9077
78b84da3
DU
90782010-07-26 Daiki Ueno <ueno@unixuser.org>
9079
9080 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 9081 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 9082
4f195cf7
DU
90832010-07-25 Daiki Ueno <ueno@unixuser.org>
9084
9085 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9086 exists before passing an error to find-file-not-found-functions
9087 (bug#6723).
9088
195e19e4
LH
90892010-07-23 Lukas Huonker <l.huonker@gmail.com>
9090
9091 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9092 Remove leading nil element, adjust values.
9093 (tetris-shapes, tetris-shape-scores):
9094 Change representation of shapes and remove some redundancy.
9095 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9096 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9097 Adjust for working with new representation of shapes.
9098 (tetris-shape-rotations): New function.
9099 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9100 (tetris-rotate-prev, tetris-rotate-next):
9101 Adjust for working with the new version of tetris-test-shape.
9102
9cf2db99
MT
91032010-07-23 Markus Triska <markus.triska@gmx.at>
9104
9105 * progmodes/ps-mode.el: Use comint (bug#5954).
9106 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9107 (ps-mode-other-newline): Simplify.
9108 (ps-run-mode): Derive from comint-mode instead of
9109 fundamental-mode, yielding input history etc.
9110 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9111 (ps-run-send-string): Adapt for comint-mode.
9112 (ps-run-newline): Remove now unneeded function.
9113
225d5e9e
MA
91142010-07-23 Michael Albinus <michael.albinus@gmx.de>
9115
9116 * net/tramp.el (tramp-methods): Move hostname to the end in all
9117 plink `tramp-login-args'.
9118
84bc68f2
MA
91192010-07-23 Michael Albinus <michael.albinus@gmx.de>
9120
9121 * net/tramp.el (tramp-open-shell): New defun.
9122 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9123 Use it.
9124
1eb5ca1c
MA
91252010-07-23 Michael Albinus <michael.albinus@gmx.de>
9126
9127 * net/tramp.el (tramp-file-name-regexp-unified)
9128 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9129 not regard the volume letter as remote filename. (Bug#5447)
9130
440735a7
JB
91312010-07-23 Juanma Barranquero <lekktu@gmail.com>
9132
9133 * custom.el (custom-declare-variable): Give a clearer error message
9134 when the docstring is missing (bug#6476).
9135
5474c40f
MM
91362010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9137
9138 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9139 (sql-login-params): New widget definition.
9140 (sql-oracle-login-params, sql-mysql-login-params)
9141 (sql-solid-login-params, sql-sybase-login-params)
9142 (sql-informix-login-params, sql-ingres-login-params)
9143 (sql-ms-login-params, sql-postgres-login-params)
9144 (sql-interbase-login-params, sql-db2-login-params)
9145 (sql-linter-login-params): Use it.
9146 (sql-sqlite-login-params): Use it; Define "database" parameter as
9147 a file name.
c4cc8b9a 9148 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9149 (sql-comint-sqlite): Make sure database name is complete.
9150 (sql-for-each-login): New function.
9151 (sql-connect, sql-save-connection): Use it.
9152 (sql-get-login-ext): New function.
9153 (sql-get-login): Use it.
9154 (sql-make-alternate-buffer-name): Handle :file parameters.
9155
9c0deccb
JB
91562010-07-22 Juanma Barranquero <lekktu@gmail.com>
9157
9158 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9159 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9160
aac818a8
TL
91612010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9162
9163 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9164
47d2734f
LM
91652010-07-22 Lawrence Mitchell <wence@gmx.li>
9166
9167 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9168
10e73994
MA
91692010-07-21 Michael Albinus <michael.albinus@gmx.de>
9170
9171 * net/tramp.el (tramp-get-ls-command)
9172 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9173 instead of "/".
9174
d26b0ea9
MM
91752010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9176
9177 * progmodes/sql.el: Version 2.3.
f49d1f52 9178 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9179 enhanced the widget definition.
88b5a757
DD
9180 (sql-mode-menu): Add submenu to select connections.
9181 (sql-interactive-mode-menu): Add "Save Connection" item.
9182 (sql-add-product): Fix menu item.
d26b0ea9 9183 (sql-get-product-feature): Improved error handling.
5f9d345c 9184 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9185 (sql-make-alternate-buffer-name): Simplified.
9186 (sql-product-interactive): Handle missing product.
9187 (sql-connect): Support string keys, minor improvements.
9188 (sql-save-connection): New function.
9189 (sql-connection-menu-filter): New function.
9190
af4b9ae5
MA
91912010-07-20 Michael Albinus <michael.albinus@gmx.de>
9192
9193 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9194 (tramp-open-connection-setup-interactive-shell):
9195 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9196 `tramp-send-command' where it belongs to.
9197
da040a16
MA
91982010-07-20 Michael Albinus <michael.albinus@gmx.de>
9199
9200 * net/tramp.el (tramp-perl-file-attributes)
9201 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9202 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9203 front of `login-args'.
9204
16f3ade5
JB
92052010-07-19 Juanma Barranquero <lekktu@gmail.com>
9206
9207 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9208 Set `show-trailing-whitespace' to nil.
9209 (display-time-world-display): Simplify.
9210
00af0b67
AM
92112010-07-18 Alan Mackenzie <acm@muc.de>
9212
9213 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9214 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9215 (c-before-hack-hook): Call `c-set-style' differently according to
9216 whether c-file-style was set in file or directory local
9217 variables.
9218
30c4d8dc
MM
92192010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9220
9221 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9222 (sql-product, sql-user, sql-database, sql-server, sql-port):
9223 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9224 property.
9225 (sql-password): Use defcustom :risky keyword rather than putting
9226 risky-local-variable property.
9227 (sql-oracle-login-params, sql-sqlite-login-params)
9228 (sql-solid-login-params, sql-sybase-login-params)
9229 (sql-informix-login-params, sql-ingres-login-params)
9230 (sql-ms-login-params, sql-postgres-login-params)
9231 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9232 (sql-linter-login-params): Add `port' option.
88b5a757 9233 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9234 (sql-comint-oracle, sql-comint-sybase)
9235 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9236 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9237 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9238 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9239 sql-comint-*.
88b5a757 9240 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9241 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9242 (sql-connection): New variable.
30c4d8dc
MM
9243 (sql-interactive-mode): Set it.
9244 (sql-connection-alist): New variable.
9245 (sql-connect): New function.
9246 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9247 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9248
f12492c8
TV
92492010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9250
9251 * image-mode.el (image-bookmark-make-record): Do not set context
9252 in an image (Bug#6650).
9253
91023c68
CY
92542010-07-17 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * simple.el (select-active-region): New function.
9257 (push-mark-command, set-mark, activate-mark)
9258 (handle-shift-selection): Use it.
9259 (deactivate-mark): Don't check for size of region.
9260
9261 * mouse.el (mouse-drag-track): Use select-active-region.
9262
1c0e8f0e
MA
92632010-07-17 Michael Albinus <michael.albinus@gmx.de>
9264
9265 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9266 "--dired" stronger.
9267
2490cbbc
CY
92682010-07-17 Chong Yidong <cyd@stupidchicken.com>
9269
9270 * term/x-win.el (x-select-enable-primary): Change default to nil.
9271 (x-select-enable-clipboard): Add :version keyword.
9272
9273 * mouse.el (mouse-drag-copy-region):
9274 * simple.el (select-active-regions): Likewise.
9275
f253ef6a
RS
92762010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9277
a628ad9d 9278 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9279 (vc-coding-system-for-diff): Use it to decide whether to inherit
9280 from the file the EOL format for reading the diffs of that file.
9281 (Bug#4451)
9282
134a027f
EZ
92832010-07-16 Eli Zaretskii <eliz@gnu.org>
9284
9285 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9286 unibyte, so compressed attachments are not compressed again.
9287
7e4289ad
MA
92882010-07-16 Michael Albinus <michael.albinus@gmx.de>
9289
9290 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9291 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9292 (tramp-find-shell): Simplify setting connection property.
9293 (tramp-get-ls-command): Make test for "--color=never" stronger.
9294
7473fff9 92952010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9296
9297 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9298 blocks within record declarations (i.e. variant parts) correctly.
9299
a11b38ee
SS
93002010-07-15 Simon South <ssouth@member.fsf.org>
9301
9302 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9303 over literal tokens when parsing so newlines aren't "absorbed" by
9304 single-line comments. Corrects the indentation of case blocks
9305 that have a comment on the first line.
9306
077e0753
KF
93072010-07-14 Karl Fogel <kfogel@red-bean.com>
9308
9309 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9310 by Drew Adams (Bug#5504).
9311
243881ed
J
93122010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9313
9314 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9315 now that Unicode is used (Bug#6594).
243881ed 9316
f9d71b42
CY
93172010-07-14 Chong Yidong <cyd@stupidchicken.com>
9318
9319 * term/x-win.el (x-select-enable-clipboard): Default to t.
9320 (x-initialize-window-system): Don't overwrite Paste menu item.
9321
9322 * simple.el (select-active-regions): Default to t.
9323 (push-mark-command): Don't overwrite primary with empty string.
9324
9325 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9326 (mouse-drag-copy-region): Default to nil.
9327
9328 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9329 Cut/Copy/Paste menu bar items.
9330
a628ad9d 93312010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9332
9333 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9334 Patch applied by Karl Fogel.
9335
9336 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9337 and `bookmark-current-buffer' if they have been already set in
9338 another buffer (e.g gnus-art).
9339
e44fa724 93402010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9341 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9342
9343 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9344
9345 * bookmark.el (bookmark-make-record-default): Allow unneeded
9346 information to be omitted from the record.
9347
9348 Adjust declarations and calls:
9349
9350 * info.el (bookmark-make-record-default): Adjust declaration.
9351 (Info-bookmark-make-record): Adjust call.
9352
9353 * woman.el (bookmark-make-record-default): Adjust declaration.
9354 (woman-bookmark-make-record): Adjust call.
9355
9356 * man.el (bookmark-make-record-default): Adjust declaration.
9357 (Man-bookmark-make-record): Adjust call.
9358
9359 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9360
9361 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9362
0c4371fe
KF
93632010-07-13 Karl Fogel <kfogel@red-bean.com>
9364
9365 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9366 This is also from Thierry Volpiatto's patch in bug #6444. However,
9367 because it was extraneous to the functional change in that patch,
9368 and causes a re-indendation, I am committing it separately.
9369
2bb8db3e 93702010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9371
9372 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9373 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9374 Patch applied by Karl Fogel (Bug#6444).
068a0233 9375
21bd02a6
CY
93762010-07-13 Chong Yidong <cyd@stupidchicken.com>
9377
9378 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9379
79cb9c05
AR
93802010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9381
9382 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9383 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9384 (ns-alternatives-map): Change S-tab binding to backtab
9385 (bug#6616).
9386
9387 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9388 under ns.
9389
beb000f9
AS
93902010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9391
dd86ea11
JB
9392 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9393 (Bug#5806)
e9952282 9394
beb000f9
AS
9395 * language/tv-util.el (tai-viet-re): Remove format.
9396
6f2cdcd1
KH
93972010-07-12 Kenichi Handa <handa@m17n.org>
9398
dd86ea11
JB
9399 * language/hebrew.el: Remove no-byte-compile declaration.
9400 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9401 composition-function-table for 3-character looking back.
9402 (hebrew-font-get-precomposed): New function.
9403 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9404
f479ef6e
CY
94052010-07-11 Chong Yidong <cyd@stupidchicken.com>
9406
9407 * mouse.el (mouse-drag-track): Handle select-active-regions
9408 (Bug#6612).
9409
3277c1ee
MA
94102010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9411
9412 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9413 empty argument to gvfs-copy.
9414
3260caf8
GM
94152010-07-10 Glenn Morris <rgm@gnu.org>
9416
9417 * calendar/calendar.el (calendar-week-end-day): New function.
9418 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9419 Respect calendar-week-start-day. (Bug#6606)
9420 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9421 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9422 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9423 respect calendar-week-start-day.
9424
c876b263
CY
94252010-07-10 Chong Yidong <cyd@stupidchicken.com>
9426
9427 * simple.el (use-region-p): Doc fix (Bug#6607).
9428
dce34635
AG
94292010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9430
6a7662bb
BR
9431 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9432 Add regexps for cucumber and ruby.
dce34635 9433
c0397930
DU
94342010-07-08 Daiki Ueno <ueno@unixuser.org>
9435
9436 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9437 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9438 find-file from opening empty buffer when decryption failed
c0397930
DU
9439 (bug#6568).
9440
fd5539c6
AM
94412010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9442
a628ad9d
JB
9443 * textmodes/ispell.el (ispell-alternate-dictionary):
9444 Use file-readable-p.
fd5539c6
AM
9445 Return nil if no word-list is found at default locations.
9446 (ispell-complete-word-dict): Default to nil.
9447 (ispell-command-loop): Use 'word-list' when using lookup-words.
9448 (lookup-words): Use ispell-complete-word-dict or
9449 ispell-alternate-dictionary. Check for word-list availability
9450 and handle errors if needed with better messages (Bug#6539).
9451 (ispell-complete-word): Use ispell-complete-word-dict or
9452 ispell-alternate-dictionary.
9453
4565b08e
CS
94542010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9455
9456 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9457 builtins (BufferError, BytesWarning, WindowsError; callables
9458 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9459
a2c270e7
GM
94602010-07-07 Glenn Morris <rgm@gnu.org>
9461
9462 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9463 (zone-shift-left): Ignore intangibility, and any errors from
9464 forward-char.
9465 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9466 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9467 deleting, and copying text properties.
9468 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9469 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9470 to point-max is hard.
9471 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9472 (zone-fill-out-screen): Ignore intangibility.
9473
81133808
CY
94742010-07-05 Chong Yidong <cyd@stupidchicken.com>
9475
4ad11f8c
CY
9476 * menu-bar.el (menu-bar-mode):
9477 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9478 if it has been set.
9479
81133808
CY
9480 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9481 word/line selection (Bug#6565).
9482
b24344ca
JB
94832010-07-04 Juanma Barranquero <lekktu@gmail.com>
9484
9485 * net/dbus.el (dbus-send-signal): Declare function.
9486
b1ce08da
MA
94872010-07-04 Michael Albinus <michael.albinus@gmx.de>
9488
9489 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9490 (dbus-register-property): New optional argument EMITS-SIGNAL.
9491 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9492
5592c08f
CY
94932010-07-03 Chong Yidong <cyd@stupidchicken.com>
9494
9495 * mouse.el (mouse-drag-overlay): Variable deleted.
9496 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9497 (mouse--remap-link-click-p): New function.
9498 (mouse-drag-track): Handle dragging by using temporary Transient
9499 Mark mode, instead of a special overlay.
9500 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9501 mouse-show-mark.
9502
9503 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9504 deleted.
9505
a6ed0e28
JL
95062010-07-02 Juri Linkov <juri@jurta.org>
9507
9508 * autoinsert.el (auto-insert-alist): Fix readability
9509 by using dotted pair notation for lambda.
9510
c91e692b
JL
95112010-07-02 Juri Linkov <juri@jurta.org>
9512
9513 * faces.el (read-face-name): Rename arg `string-describing-default'
9514 to `default'. Doc fix. Display the default value in quotes
9515 in the prompt. With empty input, return the `default' arg,
9516 unless the default value is a string (in which case return nil).
9517 (describe-face): Replace the string `default' arg of `read-face-name'
9518 with the symbol `default'.
9519
23640f8f
CY
95202010-07-02 Chong Yidong <cyd@stupidchicken.com>
9521
9522 * emulation/viper-cmd.el (viper-delete-backward-char)
9523 (viper-del-backward-char-in-insert)
9524 (viper-del-backward-char-in-replace, viper-change)
9525 (viper-backward-indent): Replace delete-backward-char with
9526 delete-char (Bug#6552).
9527
b32d1614
CY
95282010-07-01 Chong Yidong <cyd@stupidchicken.com>
9529
9530 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9531
c1ef4455
CY
95322010-06-30 Chong Yidong <cyd@stupidchicken.com>
9533
9534 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9535 argument passed to frame-creation-function (Bug#5378).
9536
9537 * faces.el (x-handle-named-frame-geometry)
9538 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9539 (face-set-after-frame-default, tty-create-frame-with-faces):
9540 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9541 PARAMETER argument.
9542
55702e89
AS
95432010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9544
9545 * startup.el (command-line): Don't call tool-bar-setup in a
9546 tty-only build.
9547
dc9a226c
CY
95482010-06-30 Chong Yidong <cyd@stupidchicken.com>
9549
9550 * ruler-mode.el (ruler--save-header-line-format): New fun.
9551 (ruler-mode): Use it as a setter function, so as not to overwrite
9552 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9553
a2f043d3
CY
95542010-06-29 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9557 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9558 (vc-log-outgoing): Use it.
9559 (vc-diff-internal): Set diff-vc-backend.
9560
9561 * vc/diff-mode.el (diff-vc-backend): New var.
9562
62d115ef
J
95632010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9564
6a7662bb
BR
9565 * dynamic-setting.el (font-setting-change-default-font):
9566 Remove call to message.
62d115ef 9567
1180f752
KH
95682010-06-28 Kenichi Handa <handa@m17n.org>
9569
9570 * international/quail.el (quail-insert-kbd-layout): Fix the
9571 showing of untranslated characters.
9572
b9229673
CY
95732010-06-28 Chong Yidong <cyd@stupidchicken.com>
9574
9575 * simple.el (delete-active-region): New option.
9576 (delete-backward-char): Implement in Lisp.
9577 (delete-forward-char): New command.
9578
5f9d345c 9579 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9580 (mouse-show-mark): Simplify.
9581
9582 * bindings.el (global-map): Bind delete and DEL, the former to
9583 delete-forward-char.
9584
a628ad9d 95852010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9586
9587 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9588 (ruby-mode): Bind indent-line-function (Bug#5119).
9589
3468f435
CY
95902010-06-27 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * startup.el (command-line): Recognize "0" X resource value.
9593
6431f2e6
CY
95942010-06-27 Chong Yidong <cyd@stupidchicken.com>
9595
9596 * startup.el (command-line): Use X resources to set the value of
9597 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9598
9599 * menu-bar.el (menu-bar-mode):
9600 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9601 Set init-value to t.
9602
9603 * frame.el (frame-notice-user-settings): Don't change
9604 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9605 vice versa (Bug#2249).
9606
b61dfbe2
EZ
96072010-06-26 Eli Zaretskii <eliz@gnu.org>
9608
9609 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9610
f5cbf40e
AM
96112010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9612
a628ad9d
JB
9613 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9614 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9615
a628ad9d 9616 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9617 default directories are expanded (Bug#6143).
f5cbf40e 9618
8f3b8a5f
JL
96192010-06-24 Juri Linkov <juri@jurta.org>
9620
9621 * minibuffer.el (completions-format): Change default from nil to
9622 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9623
5af72a47
JL
96242010-06-24 Juri Linkov <juri@jurta.org>
9625
9626 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9627 buffer-locally to lambda that re-runs the vc diff command.
9628 (Bug#6447)
9629
8f804316
CY
96302010-06-24 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9633 echo area is in use (Bug#3412).
9634
be19ef0b
GM
96352010-06-22 Glenn Morris <rgm@gnu.org>
9636
6555773f
GM
9637 * textmodes/texinfmt.el (texinfo-format-region)
9638 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9639 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9640 (texinfo-format-option, texinfo-noindent):
9641 Use line-beginning-position and line-end-position.
9642
be19ef0b
GM
9643 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9644 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9645 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9646 utf-8 characters.
9647
7f0b7b3e
KF
96482010-06-21 Karl Fogel <kfogel@red-bean.com>
9649
49554388
GM
9650 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9651 forward-line fallout.
9652
e8579ebc
CY
96532010-07-06 Chong Yidong <cyd@stupidchicken.com>
9654
9655 * mouse.el (mouse-appearance-menu): Add docstring.
9656
9657 * help.el (describe-key): Print up-event using key-description.
9658
5d1cd8bd
MA
96592010-07-03 Michael Albinus <michael.albinus@gmx.de>
9660
9661 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9662 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9663 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9664
112dbc0e
MA
96652010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9666
9667 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9668
d0cb23ca
DN
96692010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9670
9671 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9672 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9673 cases that cause insertion.
9674 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9675 with a nil state.
9676
01b229d1
CY
96772010-06-30 Chong Yidong <cyd@stupidchicken.com>
9678
9679 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9680
8bf1c786 96812010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9682
9683 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9684
dfc6544c
CY
96852010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9686
9687 * generic-x.el (bat-generic-mode): Fix regexp for command line
9688 switches (Bug#5719).
9689
b7d4de51
CY
96902010-06-27 Masatake YAMATO <yamato@redhat.com>
9691
dfc6544c
CY
9692 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9693 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9694
53cfe624 96952010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9696
8bf1c786 9697 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9698 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9699 bindings of bookmark-automatically-show-annotations (Bug#6515).
9700
aca54191
EZ
97012010-06-25 Eli Zaretskii <eliz@gnu.org>
9702
9703 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9704 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9705
2330fa87
ŠN
97062010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9707
9708 * comint.el (make-comint, make-comint-in-buffer): Mention return
9709 value in the docstrings. (Bug#6498)
9710
29115ca9
YR
97112010-06-24 Yoni Rabkin <yoni@rabkins.net>
9712
9713 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9714 since it is not present when using some non-default switches.
9715
2c79f053
KF
97162010-06-23 Karl Fogel <kfogel@red-bean.com>
9717
7f0b7b3e
KF
9718 * simple.el (compose-mail): Fix doc string to refer to
9719 `compose-mail-user-agent-warnings', instead of to the
9720 nonexistent `compose-mail-check-user-agent'.
9721
43a91810
AM
97222010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9723
9724 Fix an indentation bug:
9725
9726 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9727 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9728 of existing values.
9729
9730 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9731 (c-clear->-pair-props-if-match-before): now return t when they've
9732 cleared properties, nil otherwise.
9733 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9734 by taking account of the existing value.
9735
9736 * progmodes/cc-defs.el
9737 (c-clear-char-property-with-value-function): Fix this to clear the
9738 property rather than overwriting it with nil.
9739
8adb4c33
CY
97402010-06-20 Chong Yidong <cyd@stupidchicken.com>
9741
9742 * emacs-lisp/package.el (package-print-package): Add link to
9743 package description via describe-package.
9744 (describe-package-1): List package requirements. Add button to
9745 perform installation.
9746 (package-menu-describe-package): New command.
9747
9748 * help-mode.el (help-package): New button type.
9749
cced7584
CY
97502010-06-19 Chong Yidong <cyd@stupidchicken.com>
9751
9752 * emacs-lisp/package.el: Move package-list-packages binding to
9753 menu-bar.el.
9754 (describe-package, describe-package-1, package--dir): New funs.
9755 (package-activate-1): Use package--dir.
9756
9757 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9758
9759 * help-mode.el (help-package-def): New button type.
9760
9761 * menu-bar.el: Move package-list-packages binding here from
9762 package.el.
9763
d148e8f9
GH
97642010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9765
9766 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9767
b1a03ef6
SM
97682010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * emacs-lisp/edebug.el (edebug-read-list):
9771 Phase out old-style backquotes.
9772
dbd6da78
JL
97732010-06-17 Juri Linkov <juri@jurta.org>
9774
9775 * help-mode.el (help-mode): Set buffer-local variable
9776 revert-buffer-function to help-mode-revert-buffer.
9777 (help-mode-revert-buffer): New function.
9778
9779 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9780 before popping to "*info*" (like in other Info functions).
9781 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9782 old-history-forward. Pop to old-buffer-name or "*info*" to
9783 recreate the killed buffer. Set Info-history-forward from
9784 old-history-forward.
9785 (Info-breadcrumbs-depth): Add :group and :version.
9786
64eba874
DN
97872010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9788
9789 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9790
26508c03
AM
97912010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9792
a628ad9d
JB
9793 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9794 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9795
69582fcd
JB
97962010-06-17 Juanma Barranquero <lekktu@gmail.com>
9797
54ea2a0d
JB
9798 * emacs-lisp/package.el (package-menu-mode-map):
9799 Move initialization into declaration.
9800
69582fcd
JB
9801 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9802
44198b6e
CY
98032010-06-17 Chong Yidong <cyd@stupidchicken.com>
9804
9805 * emacs-lisp/package.el (package-archive-base): Point to
9806 elpa.gnu.org.
9807 (package-enable, package-load-list): New defcustoms.
9808 (package-user-dir, package-directory-list): Turn into defcustoms.
9809 Don't include package-user-dir in package-directory-list.
9810 (package--builtins-base): Don't include Emacs as a "package".
9811 (package-subdirectory-regexp): New var.
9812 (package-load-all-descriptors, package-compute-transaction)
9813 (package-download-transaction): Obey package-load-list.
9814 (package-activate-1): Rename from package-do-activate.
9815 (package-list-packages-internal): Check package-load-list.
9816 (package-load-descriptor, package-generate-autoloads)
9817 (package-unpack, package-unpack-single)
6a7662bb
BR
9818 (package--read-archive-file, package-delete):
9819 Use expand-file-name.
44198b6e
CY
9820
9821 * emacs-lisp/package-x.el: New file. Package uploading
9822 functionality split out from package.el.
9823
95b6d681 9824 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9825
98262010-06-17 Tom Tromey <tromey@redhat.com>
9827
9828 * emacs-lisp/package.el: New file.
9829
50d76a9f
DN
98302010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9831
9832 Fix vc-annotate for renamed files when using Git.
76e3243a 9833 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9834 ls-files. Doe not pass the object as a file name to cat-file, it
9835 is not a file name.
9836 (vc-git-annotate-command): Pass the file name using -- to avoid
9837 ambiguity with the revision.
9838 (vc-git-previous-revision): Pass a relative file name.
9839
6095a05b
GM
98402010-06-22 Glenn Morris <rgm@gnu.org>
9841
943375a6
GM
9842 * progmodes/js.el (js-mode-map): Use standard capitalization and
9843 ellipses for menu entries.
9844
6095a05b
GM
9845 * wid-edit.el (widget-complete): Doc fix.
9846
4514199e
JH
98472010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9848
9849 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9850
c4786d60
DN
98512010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9852
11c46b39 9853 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9854 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9855 VC backend. Use it when non-nil.
a628ad9d 9856 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9857 (Bug#6487).
11c46b39 9858
c4786d60 9859 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9860 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9861 Do not pass the file name to the 'previous-revision call when we
9862 don't want a file diff. (Bug#6489)
9863
04ec0963
DN
98642010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9865
11c46b39 9866 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9867 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9868 the VC backend. Use it when non-nil.
76e3243a 9869 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9870 backend to vc-find-revision. (Bug#6487)
9871
c036381c
DN
98722010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9873
9874 Fix reading file names in Git annotate buffers.
95b6d681
JB
9875 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9876 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9877
05c123e6
AM
98782010-06-20 Alan Mackenzie <acm@muc.de>
9879
9880 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9881 in file local variables, set it first.
9882
4111f0c7
GM
98832010-06-19 Glenn Morris <rgm@gnu.org>
9884
74739ffd
GM
9885 * descr-text.el (describe-char-unicode-data): Insert separating
9886 space when needed. (Bug#6422)
9887
4111f0c7
GM
9888 * progmodes/idlwave.el (idlwave-action-and-binding):
9889 Fix typo in 2009-12-03 change. (Bug#6450)
9890
e20f0421
SM
98912010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9894 handling for `lambda' (misunderstanding).
9895
fb3e306a
JB
98962010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9897
dd86ea11 9898 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9899 constants aren't distributed after they are factored out.
9900
e020fb59
JL
99012010-06-16 Juri Linkov <juri@jurta.org>
9902
9903 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9904 `list-colors-print'. (Bug#6332)
9905
b8add347
SM
9906 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9907
36901266
SM
99082010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9909
49b2e83d
SM
9910 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9911 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9912
36901266
SM
9913 * font-lock.el (font-lock-major-mode): Rename from
9914 font-lock-mode-major-mode to distinguish it from
9915 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9916 (font-lock-set-defaults):
9917 * font-core.el (font-lock-default-function): Adjust users.
9918 (font-lock-mode): Don't set it at all.
9919
2a64315a 99202010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9921
76e3243a 9922 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9923
2a64315a 99242010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9925
9926 * calendar/appt.el (appt-time-msg-list): Doc fix.
9927 (appt-check): Let-bind appt-warn-time.
9928 (appt-add): Make the 3rd argument optional.
9929 Simplify argument names. Doc fix. Check for integer WARNTIME.
9930 Only add WARNTIME to the output list if non-nil.
9931
2a64315a 99322010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9933
9934 * calendar/appt.el (appt-check): Let the 3rd element of
9935 appt-time-msg-list specify the warning time.
9936 (appt-add): Add new argument with the warning time. (Bug#5176)
9937
6a7662bb 99382010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9939
76e3243a 9940 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9941 older than version 1.6. (Bug#6361)
9942
2a64315a 99432010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9944
9945 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9946 used by cl-do-arglist. (Bug#6408)
9947
30d7ac37
AM
99482010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9949
6a7662bb
BR
9950 * textmodes/ispell.el (ispell-dictionary-base-alist):
9951 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9952 Suggested by Rolando Pereira (bug#6434).
9953
8fd02581
JB
99542010-06-15 Juanma Barranquero <lekktu@gmail.com>
9955
9956 * facemenu.el (list-colors-sort): Doc fix.
9957
6a7662bb 99582010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9959
9960 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9961
f0bf7c8e
JL
99622010-06-14 Juri Linkov <juri@jurta.org>
9963
9964 Add sort option `list-colors-sort'. (Bug#6332)
9965 * facemenu.el (color-rgb-to-hsv): New function.
9966 (list-colors-sort): New defcustom.
9967 (list-colors-sort-key): New function.
9968 (list-colors-display): Doc fix. Sort list according to the option
9969 `list-colors-sort'.
9970 (list-colors-print): Add HSV values to `help-echo' property of
9971 RGB strings.
9972
c42fe9a5
JL
99732010-06-14 Juri Linkov <juri@jurta.org>
9974
9975 * compare-w.el: Move to the "vc" subdirectory.
9976
b263a4c4
SM
99772010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9978
d8b0cddd
SM
9979 * image-mode.el (image-mode-map): Remap left-char and right-char.
9980
b263a4c4
SM
9981 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9982
89877f5f
CY
99832010-06-12 Chong Yidong <cyd@stupidchicken.com>
9984
133a8d82
CY
9985 * term/common-win.el (x-colors): Add all the color names defined
9986 in rgb.txt (Bug#6332).
9987
89877f5f
CY
9988 * facemenu.el (list-colors-print): Don't print extra names if it
9989 will overflow the window width.
9990
9991 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9992 change (Bug#6343).
89877f5f 9993
9d1f18b5
EZ
99942010-06-12 Eli Zaretskii <eliz@gnu.org>
9995
9996 * files.el (make-directory): Doc fix (bug#6396).
9997
b81a0b56
MA
99982010-06-12 Michael Albinus <michael.albinus@gmx.de>
9999
10000 * net/tramp.el (tramp-remote-process-environment): Protect version
10001 string by apostroph.
10002 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10003 XEmacs.
10004 (tramp-file-name-for-operation): Add `call-process-region'.
10005 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10006
10007 * net/tramp-compat.el (top): Do not autoload
10008 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10009 only when `start-file-process' is not bound.
10010 (tramp-advice-file-expand-wildcards): Do not use
10011 `tramp-handle-file-remote-p'.
10012 (tramp-compat-make-temp-file): Handle the case, that
10013 `make-temp-file' has no third argument EXTENSION.
10014
69f18acc
JB
100152010-06-11 Juanma Barranquero <lekktu@gmail.com>
10016
5fee75d4
JB
10017 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10018
69f18acc
JB
10019 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10020
9766adfb
JL
100212010-06-11 Juri Linkov <juri@jurta.org>
10022
10023 * finder.el (finder-known-keywords): Add keyword "vc"
10024 for version control.
10025
10026 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10027 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10028 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10029 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10030
56b2854f
JL
100312010-06-11 Juri Linkov <juri@jurta.org>
10032
10033 Move version control related files to the "vc" subdirectory.
10034 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10035 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10036 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10037 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10038 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10039 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10040 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10041 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10042 Move files to the "vc" subdirectory.
10043
6534e58a
CY
100442010-06-11 Chong Yidong <cyd@stupidchicken.com>
10045
10046 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10047 (Bug#6367).
10048
84d9562f
SE
100492010-06-11 Stephen Eglen <stephen@gnu.org>
10050
10051 * shell.el: Bind `shell-resync-dirs' to M-RET.
10052
3ef0a6a5
MA
100532010-06-10 Michael Albinus <michael.albinus@gmx.de>
10054
10055 * notifications.el: Move file from lisp/net, because it is
10056 supposed to talk locally to the user.
10057
fa4003da
MA
100582010-06-10 Julien Danjou <julien@danjou.info>
10059
10060 * net/notifications.el (notifications-on-action-signal)
10061 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 10062 argument to the callback functions. Add docstrings.
fa4003da
MA
10063 (notifications-notify): Fix docstring.
10064
46e6650e
GM
100652010-06-10 Glenn Morris <rgm@gnu.org>
10066
10067 * emacs-lisp/authors.el (authors-ignored-files)
10068 (authors-valid-file-names): Add some files.
10069
a71832f7
SM
100702010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10073 merge conflict, giving preference to the emacs-23 version of the code.
10074
8c6eab5a
SM
100752010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10076
989bc97f
SM
10077 * emacs-lisp/advice.el (ad-compile-function):
10078 Define warning-suppress-types before we let-bind it (bug#6275).
10079
8c6eab5a
SM
10080 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10081 declare it, make it buffer-local and permanent-local (bug#6324).
10082 (vc-resynch-window): Adjust name.
10083 * vc-hooks.el (vc-find-file-hook): Adjust name.
10084
890a18d6
MA
100852010-06-09 Michael Albinus <michael.albinus@gmx.de>
10086
10087 * net/notifications.el (notifications-notify): Fix docstring.
10088
bf3e70eb
JB
100892010-06-09 Juanma Barranquero <lekktu@gmail.com>
10090
10091 Update to Unicode 6.0.0 beta.
10092 * international/charprop.el: Update copyright.
10093 * international/mule-cmds.el (ucs-names): Update character ranges.
10094 * international/uni-bidi.el:
10095 * international/uni-category.el:
10096 * international/uni-combining.el:
10097 * international/uni-comment.el:
10098 * international/uni-decimal.el:
10099 * international/uni-decomposition.el:
10100 * international/uni-digit.el:
10101 * international/uni-lowercase.el:
10102 * international/uni-mirrored.el:
10103 * international/uni-name.el:
10104 * international/uni-numeric.el:
10105 * international/uni-old-name.el:
10106 * international/uni-titlecase.el:
10107 * international/uni-uppercase.el: Regenerate.
10108
b978141d
JB
101092010-06-09 Juanma Barranquero <lekktu@gmail.com>
10110
ee8359ba
JB
10111 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10112 (smie-precs-precedence-table): Fix typo in docstring.
10113
f64ab8fb
JB
10114 * vc-mtn.el (log-edit-extract-headers): Declare function.
10115
883ffa8c
JB
10116 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10117
b978141d
JB
10118 * net/notifications.el (dbus-register-signal): Declare function.
10119 (notifications-notify): Fix typos and reflow docstring.
10120
5f4f2ae4
DN
101212010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10122
10123 Improve VC create/retrieve tag/branch.
10124 * vc.el (vc-create-tag): Do not read the directory name for VCs
10125 with repository revision granularity. Adjust the tag/branch
10126 prompt. Reset VC properties.
10127 (vc-retrieve-tag): Do not read the directory name for VCs
10128 with repository revision granularity. Reset VC properties.
10129
41a86354
MA
101302010-06-09 Julien Danjou <julien@danjou.info>
10131
ef33fd34 10132 * net/notifications.el: New file.
41a86354 10133
fab43c76
DN
101342010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10135
00fd1147
DN
10136 Add optional support for resetting VC properties.
10137 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10138 call vc-file-clearprops when true.
10139 (vc-resynch-buffer): Add new optional argument, pass it down.
10140 (vc-resynch-buffers-in-directory): Likewise.
10141
fab43c76
DN
10142 Improve support for special markup in the VC commit message.
10143 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10144 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10145 * vc-git.el (vc-git-checkin):
10146 * vc-bzr.el (vc-bzr-checkin): Likewise.
10147
e7d67e73
SM
101482010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10151 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10152
277e6741
MP
101532010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10154
10155 * iimage.el: Remove images as soon as the underlying text is modified.
10156 (iimage-modification-hook): New function.
10157 (iimage-mode-buffer): Use it.
10158
83156c18
SM
101592010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10162 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10163 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10164 (smie-indent-keyword): Add handling of open-paren keywords.
10165 (smie-indent-comment-continue): Don't assume comment-continue.
10166
13b5221f
MR
101672010-06-07 Martin Rudalics <rudalics@gmx.at>
10168
10169 * window.el (pop-to-buffer): Remove the conditional that
10170 compares new-window and old-window, so it will reselect
10171 the selected window unconditionally.
10172 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10173
c2ea5810
SM
101742010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * emacs-lisp/smie.el (smie-indent-offset-after)
10177 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10178 (smie-indent-after-keyword): Use them.
10179 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10180 (smie-indent-keyword): Tweak the black magic.
10181 (smie-indent-comment-continue): Strip comment-continue before use.
10182 (smie-indent-functions): Indent comments before keywords.
10183
27dd3c11
JL
101842010-06-06 Juri Linkov <juri@jurta.org>
10185
10186 * isearch.el (isearch-lazy-highlight-search): Fix looping
10187 by checking for empty match. This syncs this loop with the
10188 similar loop in `isearch-search'. (Bug#6362)
10189
35b148ee
JB
101902010-06-05 Juanma Barranquero <lekktu@gmail.com>
10191
10192 * net/dbus.el (dbus-register-method): Declare function.
10193 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10194 (dbus-introspect): Doc fix.
10195 (dbus-event-bus-name, dbus-introspect-get-interface)
10196 (dbus-introspect-get-argument): Reflow docstrings.
10197
eccdfe5f
DN
101982010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10199
10200 vc-log-incoming/vc-log-outgoing fixes for Git.
10201 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10202 incoming/outgoing logs.
10203 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10204 instead of vc-git-compute-remote.
10205 (vc-git-compute-remote): Remove.
10206
86253dc0
CY
102072010-06-04 Chong Yidong <cyd@stupidchicken.com>
10208
10209 * term/common-win.el (x-colors): Add "dark green" and "dark
10210 turquoise" (Bug#6332).
10211
0665f661
JL
102122010-06-04 Juri Linkov <juri@jurta.org>
10213
10214 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10215 Instead of setting `replace' to t and replacing the same string
10216 with itself, don't do certain actions when
10217 kill-do-not-save-duplicates is non-nil and string is equal to car
10218 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10219 interprogram-paste strings to kill-ring, and don't push the input
10220 argument `string' to kill-ring.
10221 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10222
087fc47a
JB
102232010-06-04 Juanma Barranquero <lekktu@gmail.com>
10224
10225 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10226
4f201088
MA
102272010-06-04 Michael Albinus <michael.albinus@gmx.de>
10228
10229 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10230 (tramp-gvfs-handler-mounted-unmounted)
10231 (tramp-gvfs-connection-mounted-p): Handle default-location.
10232
10233 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10234 move files to trash.
10235
18ccd78a
JB
102362010-06-04 Juanma Barranquero <lekktu@gmail.com>
10237
10238 * international/mule-cmds.el (nonascii-insert-offset)
10239 (nonascii-translation-table): Add obsolescence information.
10240
10241 * international/mule.el (make-translation-table-from-vector): Doc fix.
10242
3845c322
GM
102432010-06-03 Glenn Morris <rgm@gnu.org>
10244
10245 * desktop.el (desktop-clear-preserve-buffers):
10246 Add "*Warnings*" buffer. (Bug#6336)
10247
54d3626e
DN
102482010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10249
6941ffec
DN
10250 vc-log-incoming/vc-log-outgoing improvements for Git.
10251 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10252 short log.
10253 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10254
54d3626e
DN
10255 Add bindings for vc-log-incoming and vc-log-outgoing.
10256 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10257 and vc-log-outgoing.
10258 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10259 and vc-log-outgoing.
10260
aa1bc616
CY
102612010-06-03 Chong Yidong <cyd@stupidchicken.com>
10262
10263 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10264 (rcirc-handler-366): Always sort nicknames.
10265
e2d2a205
JB
102662010-06-03 Juanma Barranquero <lekktu@gmail.com>
10267
10268 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10269
44ea155d
CY
102702010-06-03 Chong Yidong <cyd@stupidchicken.com>
10271
a628ad9d 10272 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10273
a91dedc4
SM
102742010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10277 (rcirc-sort-nicknames-join): Avoid setq.
10278
c62bf05a
DD
102792010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10280
10281 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10282 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10283 (rcirc-handler-366): Use them.
10284
dd2c3c92
SM
102852010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 Split smie-indent-calculate into more manageable chunks.
10288 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10289 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10290 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10291 (smie-indent-exps): Extract from smie-indent-calculate.
10292 (smie-indent-functions): New var.
10293 (smie-indent-functions): Use them.
10294
927c346b
SM
102952010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10296
10297 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10298 (smie-indent-calculate): Simplify and cleanup.
10299
1efeec86
MA
103002010-06-02 Michael Albinus <michael.albinus@gmx.de>
10301
10302 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10303 (tramp-gvfs-mount-point): Remove.
10304 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10305 New defuns.
1efeec86
MA
10306 (with-tramp-dbus-call-method): Format trace message.
10307 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10308 Implement backup call, when operation on local files fails.
10309 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10310 (tramp-gvfs-handle-make-directory): Make more traces.
10311 (tramp-gvfs-url-file-name): Hexify file name in url.
10312 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10313 into account for the resulting file name.
10314 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10315 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10316 (tramp-gvfs-handler-mounted-unmounted)
10317 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10318 attribute "default_location". Set "prefix" property.
10319 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10320 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10321 exists. Raise an error, if not (due to a corresponding answer
10322 "no" in interactive questions, for example).
10323
89877f5f 103242010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10325
10326 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10327
24f574a9
JB
103282010-06-01 Juanma Barranquero <lekktu@gmail.com>
10329
10330 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10331 right-*. (Bug#6265)
10332
290736f2
DN
103332010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10334
61158bfa
DN
10335 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10336 * vc-git.el (vc-git-compute-remote): New function.
10337 (vc-git-log-outgoing): Use it instead of hard coding a value.
10338 (vc-git-log-incoming): New function.
10339
5828f6ca
DN
10340 Improve state updating for VC tag commands.
10341 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10342 to update the state of all buffers in the directory.
10343
290736f2
DN
10344 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10345
feceda26
SM
103462010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10349 `file-directory-p' to the filename part rather than to the whole text.
10350
896114cf
SM
103512010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10354
1603358c
DA
103552010-05-31 Drew Adams <drew.adams@oracle.com>
10356
10357 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10358
fe40dc63
JB
103592010-05-31 Juanma Barranquero <lekktu@gmail.com>
10360
10361 * subr.el (momentary-string-display): Just use read-event to read
10362 the exit event (Bug#6238).
10363
9e8014c6
EZ
103642010-05-30 Eli Zaretskii <eliz@gnu.org>
10365
10366 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10367
61a08071
JB
103682010-05-30 Juanma Barranquero <lekktu@gmail.com>
10369
10370 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10371 Suggested by Eli Zaretskii <eliz@gnu.org>.
10372
5feec8ca
SM
103732010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * minibuffer.el (completion-file-name-table): Don't return a boundary
10376 past the end of `string' (bug#6299).
10377 (completion--file-name-table): Delegate to completion-file-name-table
10378 for the `boundaries' case.
10379
8175cb90
JB
103802010-05-30 Juanma Barranquero <lekktu@gmail.com>
10381
2b94133f
JB
10382 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10383 movement commands.
10384
8175cb90
JB
10385 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10386 `path-separator', but maintain compatibility with Emacs 20.2.
10387
0191e222
CY
103882010-05-29 Chong Yidong <cyd@stupidchicken.com>
10389
10390 * server.el (server-process-filter): Receive parent-id argument
10391 from emacsclient.
10392 (server-create-window-system-frame): New arg. Pass parent-id as
10393 frame parameter.
10394
9b655a0a
EZ
103952010-05-29 Eli Zaretskii <eliz@gnu.org>
10396
db5dce9d
EZ
10397 Bidi-sensitive word movement with arrow keys.
10398 * subr.el (right-arrow-command, left-arrow-command): Move to
10399 bindings.el.
10400
10401 * bindings.el (right-char, left-char): Move from subr.el and
10402 rename from right-arrow-command and left-arrow-command.
10403 (right-word, left-word): New functions.
10404 (global-map) <right>: Bind to right-char.
10405 (global-map) <left>: Bind to left-char.
10406 (global-map) <C-right>: Bind to right-word.
10407 (global-map) <C-left>: Bind to left-word.
10408
9b655a0a
EZ
10409 * ls-lisp.el (ls-lisp-classify-file): New function.
10410 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10411 (ls-lisp-classify): Call ls-lisp-classify-file.
10412 (insert-directory): Remove blanks from switches.
10413
fcb52808
CY
104142010-05-29 Chong Yidong <cyd@stupidchicken.com>
10415
10416 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10417 (ansi-color-drop-regexp): New constant.
10418 (ansi-color-apply, ansi-color-filter-region)
896114cf 10419 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10420 (ansi-color-apply): Build string list before calling concat.
10421
0040735a
JL
104222010-05-28 Juri Linkov <juri@jurta.org>
10423
10424 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10425 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10426 (Bug#5270)
10427
b6827fff
MA
104282010-05-28 Michael Albinus <michael.albinus@gmx.de>
10429
10430 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10431 to ignored backtrace functions.
10432 (with-progress-reporter): Expand docstring.
10433 (tramp-handle-delete-file): Implement TRASH argument.
10434 (tramp-get-remote-trash): New defun.
10435
eba082a2
MA
104362010-05-28 Michael Albinus <michael.albinus@gmx.de>
10437
6a7662bb
BR
10438 * net/tramp-compat.el (tramp-compat-delete-file):
10439 Use `symbol-value' for backward compatibility.
eba082a2
MA
10440
10441 * net/tramp.el (tramp-handle-make-symbolic-link)
10442 (tramp-handle-load)
10443 (tramp-do-copy-or-rename-file-via-buffer)
10444 (tramp-do-copy-or-rename-file-directly)
10445 (tramp-do-copy-or-rename-file-out-of-band)
10446 (tramp-handle-process-file, tramp-handle-call-process-region)
10447 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10448 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10449 (tramp-delete-temp-file-function): Use `delete-file' instead
10450 of `tramp-compat-delete-file'.
10451
10452 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10453 (tramp-fish-handle-make-symbolic-link)
10454 (tramp-fish-handle-process-file): Use `delete-file' instead
10455 of `tramp-compat-delete-file'.
10456
6a7662bb
BR
10457 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10458 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10459
0dc3e410
MA
10460 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10461 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10462
6a7662bb
BR
10463 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10464 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10465
10466 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10467 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10468 (tramp-smb-handle-write-region): Use `delete-file' instead of
10469 `tramp-compat-delete-file'.
10470 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10471
f1a5d776
CY
104722010-05-27 Chong Yidong <cyd@stupidchicken.com>
10473
10474 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10475 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10476 (dired-do-flagged-delete, dired-do-delete): Use trash.
10477
10478 * speedbar.el (speedbar-item-delete): Allow trashing.
10479
10480 * files.el (delete-directory): New arg TRASH.
10481
10482 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10483 (ange-ftp-rename-remote-to-remote)
10484 (ange-ftp-rename-local-to-remote)
10485 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10486 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10487 `delete-file'.
10488 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10489 allow trashing.
10490
10491 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10492 handle new TRASH arg of `delete-file'.
10493
c4ce1145 10494 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10495 (tramp-handle-make-symbolic-link, tramp-handle-load)
10496 (tramp-do-copy-or-rename-file-via-buffer)
10497 (tramp-do-copy-or-rename-file-directly)
10498 (tramp-do-copy-or-rename-file-out-of-band)
10499 (tramp-handle-process-file, tramp-handle-call-process-region)
10500 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10501 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10502 (tramp-delete-temp-file-function): Use null TRASH arg in
10503 tramp-compat-delete-file call.
10504
10505 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10506 (tramp-fish-handle-delete-file)
10507 (tramp-fish-handle-make-symbolic-link)
10508 (tramp-fish-handle-process-file): Use null TRASH arg in
10509 `tramp-compat-delete-file' call.
10510
10511 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10512 arg in `tramp-compat-delete-file' call.
10513
10514 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10515 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10516 `tramp-compat-delete-file' call.
10517
10518 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10519 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10520 `tramp-compat-delete-file' call.
10521
10522 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10523 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10524 (tramp-smb-handle-write-region): Use null TRASH arg in
10525 tramp-compat-delete-file call.
10526 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10527 (tramp-smb-handle-delete-file): Rename arg.
10528
10529 * diff.el (diff-sentinel):
10530 * epg.el (epg--make-temp-file, epg-decrypt-string)
10531 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10532 * jka-compr.el (jka-compr-partial-uncompress)
10533 (jka-compr-call-process, jka-compr-write-region):
10534 * server.el (server-sentinel): Remove optional arg from
10535 delete-file, reverting 2010-05-03 change.
10536
ecb0ab90
CY
105372010-05-27 Chong Yidong <cyd@stupidchicken.com>
10538
6a7662bb
BR
10539 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10540 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10541
2b25da45
KH
105422010-05-27 Kenichi Handa <handa@m17n.org>
10543
10544 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10545 element of GSTRING is nil.
10546
11e4d8c0
SM
105472010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * emacs-lisp/smie.el (smie-forward-token-function)
10550 (smie-backward-token-function): New vars.
10551 (smie-backward-sexp, smie-forward-sexp)
10552 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10553 (smie-default-backward-token): Rename from smie-backward-token and
10554 skip comments.
10555 (smie-default-forward-token): Rename from smie-forward-token and
10556 skip comments.
10557 (smie-next-sexp): Handle nil results from next-token.
10558 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10559
4da3541b
CY
105602010-05-27 Chong Yidong <cyd@stupidchicken.com>
10561
896114cf
SM
10562 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10563 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10564
105652010-05-27 Masatake YAMATO <yamato@redhat.com>
10566
10567 * htmlfontify.el (hfy-face-resolve-face): New function.
10568 (hfy-face-to-style): Use it (Bug#6279).
10569
6dc439cb
SM
105702010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10573 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10574
021eb8d7
GM
105752010-05-26 Glenn Morris <rgm@gnu.org>
10576
10577 * emulation/edt.el (edt-load-keys): Use locate-library.
10578
bef4957b
CY
105792010-05-25 Chong Yidong <cyd@stupidchicken.com>
10580
10581 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10582 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10583 (log-edit-changelog-insert-entries): Args changed.
10584 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10585 (log-edit-insert-changelog-entries): Reorganize return value of
10586 `log-edit-changelog-entries' to pass filenames to
10587 log-edit-changelog-insert-entries.
10588
84fb0956
TV
105892010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10590
10591 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10592 `image-dired-dired-insert-marked-thumbs' to
10593 `image-dired-dired-toggle-marked-thumbs'.
10594
10595 * image-dired.el: Require cl when compiling.
10596 (image-dired-dired-toggle-marked-thumbs): Rename from
10597 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10598 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10599 to 'no-dir. Skip files whose names don't match
10600 `image-file-name-regexp'. When file has a thumbnail overlay,
10601 delete it. (Bug#5270)
10602
0fb1193d
JL
106032010-05-25 Juri Linkov <juri@jurta.org>
10604
10605 * image-mode.el (image-mode): Add image-after-revert-hook to
10606 after-revert-hook.
10607 (image-after-revert-hook): New function. (Bug#5669)
10608
fc937924
JL
106092010-05-25 Juri Linkov <juri@jurta.org>
10610
10611 * image.el (image-animated-p): When delay between animated images
10612 is 0, set it to 10 (0.1 sec). (Bug#6258)
10613
fa9ba953
MA
106142010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10615
10616 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10617 `forward-word', its default syntax could be changed.
fa9ba953 10618
9e021389
MA
106192010-05-25 Michael Albinus <michael.albinus@gmx.de>
10620
10621 * net/tramp.el (tramp-progress-reporter-update): New defun.
10622 (with-progress-reporter): Use it.
10623 (tramp-process-actions):
6a7662bb
BR
10624 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10625 Preserve current message, in order to let progress reporter continue
9e021389
MA
10626 afterwards. (Bug#6257)
10627
6169260b
GM
106282010-05-25 Glenn Morris <rgm@gnu.org>
10629
10630 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10631 Add :version.
10632
d26781af
RY
106332010-05-25 Ryan Yeske <rcyeske@gmail.com>
10634
8826afe3 10635 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10636 (rcirc-default-full-name): Change to "unknown".
10637 (rcirc-user-name-history): Add variable.
8826afe3
GM
10638
106392010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10640 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10641
10642 * net/rcirc.el (rcirc-server-alist): Add :pass.
10643 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10644 username and password.
a628ad9d 10645 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10646 value to server when connecting.
10647
d355a0b7
SM
106482010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10649
f5228f84
SM
10650 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10651 (smie-merge-prec2s): Pass the tables as separate args.
10652 (smie-bnf-precedence-table): Adjust call accordingly.
10653 (smie-prec2-levels): Set levels at the end.
10654
d355a0b7
SM
10655 Replace Lisp calls to delete-backward-char by delete-char.
10656 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10657 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10658 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10659 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10660 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10661 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10662 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10663 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10664 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10665 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10666 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10667 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10668 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10669 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10670 delete-backward-char by calls to delete-char.
10671
f668ef02
KH
106722010-05-25 Kenichi Handa <handa@m17n.org>
10673
10674 * language/hebrew.el (hebrew-shape-gstring): New function.
10675 Register it in composition-function-table for all Hebrew combining
10676 characters.
10677
397eb3f3
SM
106782010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * epa.el (epa--select-keys): Don't explicitly delete the window since
10681 that can fail (e.g. sole window in frame). Use dedication instead.
10682
171eda53 106832010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10684
10685 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10686
110683ad
CY
106872010-05-22 Chong Yidong <cyd@stupidchicken.com>
10688
10689 * image.el (image-refresh): Define as an alias for image-flush.
10690
10691 * image-mode.el (image-toggle-display-image): Caller changed.
10692
df9db151
JL
106932010-05-21 Juri Linkov <juri@jurta.org>
10694
10695 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10696 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10697 whitespace, call wildcard-to-regexp on substrings and concat them
10698 with "\\|". (Bug#6114)
10699
c0209c2c
AM
107002010-05-21 Alan Mackenzie <acm@muc.de>
10701
171eda53
SM
10702 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10703 Replace parameter `here' with `here-' and `here-plus', which sandwich
10704 any pertinent CPP construct.
c0209c2c
AM
10705 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10706 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10707 CPP construct from taking part in the scanning.
10708
655bded0
MA
107092010-05-21 Michael Albinus <michael.albinus@gmx.de>
10710
10711 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10712 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10713 Tune `with-progress-reporter' messages.
655bded0
MA
10714 (tramp-handle-vc-registered):
10715 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10716 (tramp-fish-handle-insert-file-contents)
10717 (tramp-fish-maybe-open-connection):
10718 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10719 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10720 (tramp-imap-handle-insert-file-contents)
10721 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10722
3e17a1a7
JB
107232010-05-21 Juanma Barranquero <lekktu@gmail.com>
10724
bf1e8d4a
JB
10725 * add-log.el (change-log-font-lock-keywords):
10726 Highlight all authors in multi-author entries.
10727
3e17a1a7
JB
10728 * smerge-mode.el (smerge-refine-ignore-whitespace)
10729 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10730 Fix typos in docstrings.
10731 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10732
969e684a
GM
107332010-05-21 Glenn Morris <rgm@gnu.org>
10734
e75c1e7d
GM
10735 * progmodes/fortran.el (fortran-mode):
10736 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10737
969e684a
GM
10738 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10739 having a relative path in src/Makefile.in.
10740
a50878fa
KR
107412010-05-20 Kevin Ryde <user42@zip.com.au>
10742
10743 * help-mode.el (help-make-xrefs): For Info node links turn
10744 newlines into spaces. Link node names with newlines are matched
10745 by help-xref-info-regexp and buttonized, this change ensures they
10746 can be followed successfully with RET. (Bug#6206)
10747
f66a2f90
JL
107482010-05-20 Juri Linkov <juri@jurta.org>
10749
10750 * locate.el (locate): Use pop-to-buffer instead of
10751 switch-to-buffer-other-window. (Bug#6204)
10752
201d895a
JL
107532010-05-20 Juri Linkov <juri@jurta.org>
10754
10755 * replace.el (replace-highlight): Fix lazy-highlighting
10756 for `M-s w str M-% str RET'.
10757
1ddb2ea0
MY
107582009-12-15 Masatake YAMATO <yamato@redhat.com>
10759
10760 * isearch.el (isearch-yank-word-or-char): Pull next subword
10761 when `subword-mode' is activated. (Bug#6220)
10762
a6020335
MH
107632010-05-20 Mark A. Hershberger <mah@everybody.org>
10764
10765 * isearch.el (isearch-update-post-hook): New hook.
10766 (isearch-update): Use the new hook. (Bug#6225)
10767
50de6a38
JL
107682010-05-20 Juri Linkov <juri@jurta.org>
10769
10770 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10771 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10772 (Bug#6222)
10773
5d944a8f
JL
107742010-05-20 Juri Linkov <juri@jurta.org>
10775
10776 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10777 (Bug#6223)
10778
f5d6548a
JL
107792010-05-20 Juri Linkov <juri@jurta.org>
10780
10781 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10782 FILE-NAME to read from the minibuffer when called interactively
10783 with prefix argument instead of using buffer-file-name.
10784 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10785
10786 * dired.el: Update autoloads.
10787
f8e63691
CY
107882010-05-20 Chong Yidong <cyd@stupidchicken.com>
10789
10790 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10791 nxml-finish-element, for consistency with SGML mode.
10792
10793 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10794 octave-close-block.
10795
07d7c3bd
JB
107962010-05-20 Juanma Barranquero <lekktu@gmail.com>
10797
10798 * composite.el: Require cl when compiling.
10799 (reference-point-alist, compose-gstring-for-graphic)
10800 (compose-gstring-for-terminal): Fix typos in docstrings.
10801
7bce8510
JL
108022010-05-19 Juri Linkov <juri@jurta.org>
10803
10804 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10805 set-window-parameter.
10806
a7723e05
MA
108072010-05-19 Michael Albinus <michael.albinus@gmx.de>
10808
10809 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10810 where appropriate.
10811 (tramp-maybe-open-connection): Use it.
10812
3f2e7735
EZ
108132010-05-19 Eli Zaretskii <eliz@gnu.org>
10814
10815 * simple.el (move-end-of-line): Make sure we are at line beginning
10816 before backing up to end of previous line.
10817
8d9181c7
MA
108182010-05-19 Michael Albinus <michael.albinus@gmx.de>
10819
8c4ec20f
MA
10820 * password-cache.el (password-cache-remove): Fix docstring.
10821
8d9181c7
MA
10822 * net/secrets.el: Autoload the widget functions.
10823 (secrets-search-items, secrets-create-item)
10824 (secrets-get-attributes, secrets-expand-item): Attributes will be
10825 stored on the password database without leading ":", as all other
10826 clients do as well.
10827 (secrets-mode): Fix docstring.
10828 (secrets-show-secrets): Provide it as autoloaded command only when
10829 D-Bus support is available. Check existence of Secret Service API.
10830
2a96c2a7
SM
108312010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * indent.el (indent-region): Deactivate region (bug#6200).
10834
d24e10b1
GM
108352010-05-19 Glenn Morris <rgm@gnu.org>
10836
10837 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10838
2833d915
KH
108392010-05-19 Kenichi Handa <handa@m17n.org>
10840
10841 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10842 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10843
134c2f29
JB
108442010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10845
10846 * calc/calc-trail.el (calc-trail-isearch-forward)
10847 (calc-trail-isearch-backward): Ensure that the new window
10848 point is set correctly.
10849
278847cd
SM
108502010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * subr.el (read-quoted-char): Resolve modifiers after key
10853 remapping (bug#6212).
10854
3a8e7cbd
MA
108552010-05-18 Michael Albinus <michael.albinus@gmx.de>
10856
10857 Add visualization code for secrets.
10858 * net/secrets.el (secrets-mode): New major mode.
10859 (secrets-show-secrets, secrets-show-collections)
10860 (secrets-expand-collection, secrets-expand-item)
10861 (secrets-tree-widget-after-toggle-function)
10862 (secrets-tree-widget-show-password): New defuns.
10863
472e7ec1
SM
108642010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10865
224b70cb
SM
10866 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10867 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10868 handled in smie-next-sexp.
10869 (smie-indent-calculate): Provide a starting indentation (so the
10870 recursion is well-founded ;-).
10871
472e7ec1
SM
10872 Fix handling of non-associative equal levels.
10873 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10874 when it's not needed.
10875 (smie-op-left, smie-op-right): New functions.
10876 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10877 Better handle equal levels to distinguish the associative case from
10878 the "multi-keyword construct" case.
10879 (smie-backward-sexp, smie-forward-sexp): Use it.
10880
35e53abd
JB
108812010-05-18 Juanma Barranquero <lekktu@gmail.com>
10882
5d8fe0ba
JB
10883 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10884
35e53abd
JB
10885 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10886 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10887
5ad4bef5
SM
108882010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 Provide a simple generic indentation engine and use it for Prolog.
10891 * emacs-lisp/smie.el: New file.
10892 * progmodes/prolog.el (prolog-smie-op-levels)
10893 (prolog-smie-indent-rules): New var.
10894 (prolog-mode-variables): Use them to configure SMIE.
10895 (prolog-indent-line, prolog-indent-level): Remove.
10896
00681a3c
JB
108972010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10898
560bb7ae 10899 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10900 order before computing the averages.
10901
eba62f7a
JB
109022010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10903
597517ef 10904 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10905 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10906 (math-vector-avg): New function.
10907
560bb7ae 10908 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10909 being grouped depend on the radix (Bug#6189).
10910
8c5ff6dd
KR
109112010-05-15 Ken Raeburn <raeburn@raeburn.org>
10912
10913 * version.el (emacs-copyright, emacs-version): Don't define here,
10914 now that emacs.c defines it.
10915
98d8b17e
EZ
109162010-05-15 Eli Zaretskii <eliz@gnu.org>
10917
71078429
EZ
10918 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10919 "Describe Language Environment" menu item.
10920
ce6233c1
EZ
10921 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10922
d20e1419
EZ
10923 Bidi-sensitive movement with arrow keys.
10924 * subr.el (right-arrow-command, left-arrow-command): New functions.
10925
10926 * bindings.el (global-map): Bind them to right and left arrow keys.
10927
98d8b17e 10928 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10929 * files.el (convert-standard-filename):
10930 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10931 the corresponding systems.
10932
10933 * w32-fns.el (w32-convert-standard-filename): Rename from
10934 convert-standard-filename. Doc fix.
10935
10936 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10937 (convert-standard-filename): Don't defalias.
10938 (register-name-alist, make-register, register-value)
10939 (set-register-value, intdos): Obsolete aliases for the
10940 corresponding dos-* functions and variables.
10941 (dos-intdos): Add a doc string.
10942
ae6bc504
JB
109432010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10944
10945 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10946 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10947 (math-compose-tex-func):
10948 * calc/calccomp.el (math-compose-expr):
10949 * calc/calc-ext.el (math-format-flat-expr-fancy):
10950 * calc/calc-store.el (calc-read-var-name):
10951 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10952
10953 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10954 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10955 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10956 (math-standard-units): Add units.
ae6bc504 10957
c26ea4b2
SM
109582010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10959
7aefa445 10960 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10961 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10962
c26ea4b2
SM
10963 * pcomplete.el (pcomplete-completions-at-point): New function,
10964 extracted from pcomplete-std-complete.
10965 (pcomplete-std-complete): Use it.
10966
02be533b
GM
109672010-05-15 Glenn Morris <rgm@gnu.org>
10968
10969 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10970 Remove references to CVS, RCS and Old directories.
10971
78ed0efc
JB
109722010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10973
ae6bc504 10974 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10975 appropriate.
10976
10dcc561
SM
109772010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10978
5ccaa359
SM
10979 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10980 (sh-mode-syntax-table): Give it a default value instead.
10981 (sh-header-marker): Make buffer-local.
10982 (sh-mode): Move make-local-variable to the corresponding setq.
10983 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10984 Use complete-with-action.
10985
10dcc561
SM
10986 * simple.el (prog-mode): New (abstract) major mode.
10987 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10988 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10989
c38762fd
JB
109902010-05-14 Juanma Barranquero <lekktu@gmail.com>
10991
10992 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10993 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10994 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10995 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10996 (sql-escape-newlines-filter, sql-input-sender)
10997 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10998
2ef3c144
CY
109992010-05-13 Chong Yidong <cyd@stupidchicken.com>
11000
560bb7ae 11001 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
11002
11003 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11004 latex-open-block and C-c / to latex-close-block.
11005
11006 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11007 and C-c C-e to sgml-close-tag.
11008
3b30ccda
MA
110092010-05-13 Michael Albinus <michael.albinus@gmx.de>
11010
11011 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 11012 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
11013 (tramp-handle-load, tramp-handle-file-local-copy)
11014 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
11015 (tramp-maybe-send-script, tramp-find-shell):
11016 Use `with-progress-reporter'.
3b30ccda
MA
11017 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11018 Fix message text.
11019
11020 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11021 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11022 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11023 Use `with-progress-reporter'.
11024
57ff5d7b
AM
110252010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11026
a628ad9d
JB
11027 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11028 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 11029
5a70d10f
SM
110302010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11031
791ffe1c
SM
11032 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11033
5a70d10f
SM
11034 * dos-fns.el: Add "dos-" prefix for namespace control.
11035 (convert-standard-filename): Define as alias for
11036 dos-convert-standard-filename but only if applicable.
11037
38d93f03
AM
110382010-05-12 Alan Mackenzie <acm@muc.de>
11039
11040 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11041 Push the mark at the start of these functions when appropriate.
11042
902a6d8d
SM
110432010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * minibuffer.el (completion-cycle-threshold): New custom var.
11046 (completion--do-completion): Use it.
11047 (minibuffer-complete): Use cycling if appropriate.
11048
9ee120ba
JB
110492010-05-11 Juanma Barranquero <lekktu@gmail.com>
11050
11051 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11052 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11053
841c4085
JL
110542010-05-11 Juri Linkov <juri@jurta.org>
11055
11056 * scroll-all.el (scroll-all-check-to-scroll):
11057 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11058
8a67c70e
SM
110592010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11060
f2b9ed18
SM
11061 * iimage.el (iimage-mode-map): Move initialization into declaration.
11062 (iimage-mode-buffer): Use with-silent-modifications.
11063 Simplify calling convention. Adjust callers.
11064 (iimage-mode): Don't run hook redundantly.
11065
8a67c70e
SM
11066 * minibuffer.el (completion-pcm--pattern->regex):
11067 Fix last change (bug#6160).
11068
4bbedd98
JL
110692010-05-10 Juri Linkov <juri@jurta.org>
11070
11071 Remove nodes visited during Isearch from the Info history.
11072 * info.el (Info-isearch-initial-history)
11073 (Info-isearch-initial-history-list): New variables.
11074 (Info-isearch-start): Record initial values of
11075 Info-isearch-initial-history and Info-isearch-initial-history-list.
11076 Add Info-isearch-end to isearch-mode-end-hook.
11077 (Info-isearch-end): New function.
11078
94ecf5da
MA
110792010-05-10 Michael Albinus <michael.albinus@gmx.de>
11080
11081 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
11082 format string, in order to work around a bug in pdksh.
11083 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
11084 (tramp-handle-verify-visited-file-modtime): Do not send a command
11085 when the connection is not established.
11086 (tramp-handle-set-file-times): Simplify the check for utc.
11087
c5eb971b
JB
110882010-05-10 Juanma Barranquero <lekktu@gmail.com>
11089
11090 Fix use of `filter-buffer-substring' (rework previous change).
11091 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11092 (cua-repeat-replace-region):
11093 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11094 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11095 (cua-cut-region-to-global-mark): Use it.
11096
7492acc9
MM
110972010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11098
77e2fc7a
JB
11099 * progmodes/sql.el: Version 2.1.
11100 (sql-product-alist): Redesign structure of product info.
11101 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
11102 (sql-port, sql-port-history): New variables.
11103 (sql-interactive-product): New variable.
11104 (sql-send-terminator): New variable.
77e2fc7a 11105 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
11106 (sql-oracle-login-params, sql-sqlite-login-params)
11107 (sql-mysql-login-params, sql-solid-login-params)
11108 (sql-sybase-login-params, sql-informix-login-params)
11109 (sql-ingres-login-params, sql-ms-login-params)
11110 (sql-postgres-login-params, sql-interbase-login-params)
11111 (sql-db2-login-params, sql-linter-login-params)
11112 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
11113 (sql-mode-map): Add C-c C-i to start interactive mode.
11114 (sql-mode-menu): Update existing menu entries.
11115 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
11116 (sql-mode-oracle-font-lock-keywords)
11117 (sql-mode-postgres-font-lock-keywords)
11118 (sql-mode-ms-font-lock-keywords)
11119 (sql-mode-sybase-font-lock-keywords)
11120 (sql-mode-informix-font-lock-keywords)
11121 (sql-mode-interbase-font-lock-keywords)
11122 (sql-mode-ingres-font-lock-keywords)
11123 (sql-mode-solid-font-lock-keywords)
11124 (sql-mode-mysql-font-lock-keywords)
11125 (sql-mode-sqlite-font-lock-keywords)
11126 (sql-mode-db2-font-lock-keywords)
77e2fc7a 11127 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
11128 reduce run-time complexity.
11129 (sql-add-product, sql-del-product): New functions.
11130 (sql-set-product-feature, sql-get-product-feature): New functions.
11131 (sql-product-font-lock): Update product API.
11132 (sql-add-product-keywords): New function.
11133 (sql-highlight-product): Update product API.
11134 (sql-help-list-products): New function.
11135 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 11136 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
11137 prompt for port.
11138 (sql-copy-column): Copy without properties.
11139 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
11140 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11141 Implement as a filter.
7492acc9
MM
11142 (sql-escape-newlines-filter): Implement as a filter.
11143 (sql-remove-tabs-filter): New function.
11144 (sql-send-magic-terminator): New function.
11145 (sql-send-string): Implement magic terminator.
11146 (sql-send-region): Use `sql-send-string'.
11147 (sql-interactive-mode): Use product API.
11148 (sql-product-interactive): Use product API.
11149 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11150 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11151 (sql-db2, sql-linter): Use `sql-product-interactive'.
11152 (sql-connect): New function.
11153 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11154 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11155 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11156 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11157 Use `sql-connect'.
7492acc9 11158
79ccd68f
SM
111592010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11162 New custom variable.
11163 (completion-pcm--string->pattern): Use it.
11164 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11165 Make it handle any symbol as `any'.
11166 (completion-pcm--merge-completions): Extract common suffix for the new
11167 `prefix' symbol as well.
11168 (completion-substring--all-completions): Use the new `prefix' symbol.
11169
0d5852cf
MA
111702010-05-09 Michael Albinus <michael.albinus@gmx.de>
11171
11172 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11173 not bound.
11174 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11175 (tramp-compat-funcall): New defmacro.
11176 (tramp-compat-line-beginning-position)
11177 (tramp-compat-line-end-position)
11178 (tramp-compat-temporary-file-directory)
11179 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11180 (tramp-compat-copy-file, tramp-compat-copy-directory)
11181 (tramp-compat-delete-file, tramp-compat-delete-directory)
11182 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11183 * net/tramp.el (top, with-progress-reporter)
11184 (tramp-rfn-eshadow-setup-minibuffer)
11185 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11186 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11187 (tramp-completion-mode-p, tramp-check-for-regexp)
11188 (tramp-open-connection-setup-interactive-shell)
11189 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11190 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11191 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11192 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11193 (tramp-reporter-dump-variable, tramp-load-report-modules)
11194 (tramp-append-tramp-buffers)
11195 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11196
11197 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11198
f913fe7d
SM
111992010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11202 buffer-modtime. Adjust users.
11203
0235128c 112042010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11205
77e2fc7a 11206 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11207 car of each item, not the whole list (Bug#6083).
f034e176 11208
0235128c 112092010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11210
11211 * progmodes/js.el (js-mode): Make paragraph variables local before
11212 calling c-setup-paragraph-variables (Bug#6071).
11213
0235128c 112142010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11215
11216 * composite.el (compose-region, reference-point-alist): Fix typos
11217 in the doc strings.
11218
77e2fc7a 112192010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11220
11221 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11222 gnuplot's "set" command.
11223
0235128c 112242010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11225
11226 * abbrev.el (last-abbrev-text): Doc fix.
11227 (abbrev-prefix-mark): Don't escape parenthesis.
11228
0235128c 112292010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11230
11231 * composite.el (find-composition): Doc fix.
11232
0235128c 112332010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11234
11235 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11236 (sql-oracle-program, sql-sqlite-options)
11237 (sql-query-placeholders-and-send): Doc fixes.
11238 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11239 (sql-imenu-generic-expression, sql-buffer)
11240 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11241 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11242 (sql-mode-sybase-font-lock-keywords)
11243 (sql-mode-informix-font-lock-keywords)
11244 (sql-mode-interbase-font-lock-keywords)
11245 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11246 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11247 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11248 (sql-product-feature, sql-highlight-product)
11249 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11250 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11251 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11252 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11253 Fix typos in docstrings.
11254
0235128c 112552010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11256
11257 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11258 property instead of `invisible' and `after-string' (bug#5998).
11259
0235128c 112602010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11261
11262 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11263
0235128c 112642010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11265
11266 * filecache.el (file-cache-add-directory-list)
11267 (file-cache-add-directory-recursively): Fix typos in docstrings.
11268
0235128c 112692010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11270
11271 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11272 (gujarati-composable-pattern): Fix typo.
ece33a6e 11273
0235128c 112742010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11275
11276 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11277 (tamil-composable-pattern, malayalam-composable-pattern):
11278 Add two-part vowels to "v" (vowel sign).
771533aa 11279
0235128c 112802010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11281
99833607
CY
11282 * files.el (copy-directory): Handle symlinks (Bug#5982).
11283
0235128c 112842010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11285
11286 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11287 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11288 (Bug#5846).
11289
0235128c 112902010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11291
0ca12598
GM
11292 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11293
d2c7b917
GM
11294 * minibuffer.el (completion-at-point): Doc fix.
11295
ba5bf5f0
SM
112962010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * electric.el (Electric-command-loop): Minor tweak.
11299
11300 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11301 better with dedicated windows.
11302
0235128c
SM
113032010-05-07 Chong Yidong <cyd@stupidchicken.com>
11304
11305 * Version 23.2 released.
11306
560bb7ae 113072010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11308 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11309
11310 Highlight vendor specific properties.
11311 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11312 (css-proprietary-property): New face.
11313 (css-font-lock-keywords): Use them.
11314
c0162ade
EZ
113152010-05-07 Eli Zaretskii <eliz@gnu.org>
11316
11317 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11318
f3ee9200
SM
113192010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11320
05623156
SM
11321 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11322 * files.el (auto-mode-alist): Remove redundant entries.
11323
f3ee9200
SM
11324 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11325 * simple.el (auto-save-mode): Move from files.el.
11326 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11327
560bb7ae 113282010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11329
76e3243a 11330 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11331
765d4319
KY
113322010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11333
11334 * mail/binhex.el (binhex-decode-region-internal)
11335 * mail/uudecode.el (uudecode-decode-region-internal)
11336 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11337 (dns-read-type, dns-query)
11338 * pgg-parse.el (pgg-parse-armor)
11339 * pgg.el (pgg-verify-region)
11340 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11341 XEmacs.
11342
86d21cc0 11343 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11344
f83483ff
JB
113452010-05-07 Juanma Barranquero <lekktu@gmail.com>
11346
40ab7974
JB
11347 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11348
f83483ff
JB
11349 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11350 * emulation/cua-base.el (cua-repeat-replace-region):
11351 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11352 (cua-cut-region-to-global-mark):
11353 Remove text properties with `set-text-properties'.
11354
9566840f
MA
113552010-05-06 Michael Albinus <michael.albinus@gmx.de>
11356
f3ee9200
SM
11357 * net/tramp.el (top, with-progress-reporter):
11358 Use `symbol-function' inside `funcall'.
9566840f
MA
11359
11360 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11361 (tramp-compat-delete-file, tramp-compat-delete-directory):
11362 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11363
11364 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11365 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11366 inside `funcall'.
11367
0c495c21
SM
113682010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11369
1493963b
SM
11370 * minibuffer.el (completion--sreverse, completion--common-suffix):
11371 New functions.
11372 (completion-pcm--merge-completions): Extract common suffix when safe.
11373
0c495c21
SM
11374 * emacs-lisp/easy-mmode.el (define-minor-mode):
11375 Make :variable more flexible.
11376 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11377
221a0647
JL
113782010-05-05 Juri Linkov <juri@jurta.org>
11379
11380 Add `slow' and `history' tags to the desktop data.
11381
11382 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11383 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11384 (Info-finder-find-node): Require `finder.el' to be able
11385 to restore node from the desktop.
11386 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11387 data `Info-history' and `slow' tag in the assoc list.
11388 (Info-restore-desktop-buffer): Don't restore nodes with the
11389 `slow' tag. Restore `Info-history'.
11390
66bdc868
MA
113912010-05-05 Michael Albinus <michael.albinus@gmx.de>
11392
11393 Add FORCE argument to `delete-file'.
11394
11395 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11396 forcing to delete the temporary file.
11397 (ange-ftp-delete-file): Add FORCE arg.
11398 (ange-ftp-rename-remote-to-remote)
11399 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11400 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11401 Force file deletion.
66bdc868
MA
11402
11403 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11404
11405 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11406 (tramp-handle-make-symbolic-link, tramp-handle-load)
11407 (tramp-do-copy-or-rename-file-via-buffer)
11408 (tramp-do-copy-or-rename-file-directly)
11409 (tramp-do-copy-or-rename-file-out-of-band)
11410 (tramp-handle-process-file, tramp-handle-call-process-region)
11411 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11412 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11413 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11414
11415 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11416 (tramp-fish-handle-make-symbolic-link)
11417 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11418
0c495c21
SM
11419 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11420 Use `tramp-compat-delete-file'.
66bdc868
MA
11421
11422 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11423 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11424
11425 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11426 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11427
11428 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11429 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11430 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11431 Use `tramp-compat-delete-file'.
66bdc868 11432
f44379e7
SM
114332010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11434
365f8d85
SM
11435 Minor cleanups.
11436 * subr.el (add-minor-mode): Use push.
11437 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11438 * emulation/edt.el (edt-select-mode): Simplify.
11439
80ac5d4d
SM
11440 Use define-minor-mode in more cases.
11441 * term/tvi970.el (tvi970-set-keypad-mode):
11442 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11443 (normal-erase-is-backspace-mode):
11444 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11445 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11446 (get-scroll-bar-mode): New function.
11447 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11448
11449 Use define-minor-mode for less obvious cases.
f44379e7
SM
11450 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11451 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11452 * international/iso-ascii.el (iso-ascii-mode):
11453 * frame.el (auto-raise-mode, auto-lower-mode):
11454 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11455
c04b03f8
MA
114562010-05-04 Michael Albinus <michael.albinus@gmx.de>
11457
11458 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11459 in order to see error messages for failed logins.
11460
53967e09
CY
114612010-05-03 Chong Yidong <cyd@stupidchicken.com>
11462
11463 * diff.el (diff-sentinel):
11464
11465 * epg.el (epg--make-temp-file, epg-decrypt-string)
11466 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11467
11468 * jka-compr.el (jka-compr-partial-uncompress)
11469 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11470
11471 * server.el (server-sentinel): Use delete-file's new FORCE arg
11472 (Bug#6070).
11473
56eb0904
SM
114742010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11475
11476 Use define-minor-mode where applicable.
11477 * view.el (view-mode):
11478 * type-break.el (type-break-query-mode)
11479 (type-break-mode-line-message-mode):
11480 * textmodes/reftex.el (reftex-mode):
11481 * term/vt100.el (vt100-wide-mode):
11482 * tar-mode.el (tar-subfile-mode):
11483 * savehist.el (savehist-mode):
11484 * ibuf-ext.el (ibuffer-auto-mode):
11485 * composite.el (auto-composition-mode):
11486 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11487 Use define-minor-mode.
11488 (vhdl-mode): Use static mode-line format.
11489 (vhdl-mode-line-update): Delete.
11490 (vhdl-create-mode-menu, vhdl-activate-customizations)
11491 (vhdl-hs-minor-mode): Don't bother calling it.
11492
672eb710
SM
114932010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11494
8f92b8ad
SM
11495 * simple.el (with-wrapper-hook): Move.
11496 (buffer-substring-filters): Mark obsolete.
11497 (filter-buffer-substring-functions): New variable.
1fada563 11498 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11499
c04b03f8 115002010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11501 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11502
11503 Implement compression for inline methods.
11504
11505 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11506 (tramp-copy-size-limit): Allow also nil.
11507 (tramp-inline-compress-commands): New defconst.
11508 (tramp-find-inline-compress, tramp-get-inline-compress)
11509 (tramp-get-inline-coding): New defuns.
cb7f3653 11510 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11511 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11512 (tramp-handle-file-local-copy, tramp-handle-write-region)
11513 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11514
8c0bf8b3
SM
115152010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11516
07125a91
SM
11517 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11518 Remove unused functions.
11519
f3a47002
SM
11520 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11521 Set find-tag-default-function as a variable rather than a property.
11522
8c0bf8b3
SM
11523 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11524 * progmodes/etags.el (tags-completion-at-point-function):
11525 Remove left over interactive spec. Add autoloading stub.
11526 (complete-tag): Use tags-completion-at-point-function.
11527
27601456
CY
115282010-04-30 Chong Yidong <cyd@stupidchicken.com>
11529
cb7f3653 11530 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11531
09d0284d
CY
115322010-04-29 Chong Yidong <cyd@stupidchicken.com>
11533
27d3cd56
CY
11534 * ido.el (ido-init-completion-maps): Remove C-v binding.
11535 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11536
3a07ffce
CY
115372010-04-29 Chong Yidong <cyd@stupidchicken.com>
11538
11539 * minibuffer.el (tags-completion-at-point-function): New function.
11540 (completion-at-point-functions): Use it.
11541
3a07ffce
CY
11542 * progmodes/etags.el (complete-tag): Revert last change.
11543
3d14bb73
AM
115442010-04-29 Alan Mackenzie <acm@muc.de>
11545
11546 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11547 off-by-one error (in end of macro position).
11548
7d353d11
SM
115492010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11552 firefox is absent. Don't autoload.
11553 (browse-url-galeon-program): Don't autoload.
11554
48111a85
CY
115552010-04-28 Chong Yidong <cyd@stupidchicken.com>
11556
11557 * bindings.el (complete-symbol): Move into minibuffer.el.
11558
11559 * minibuffer.el (complete-tag): Move from etags.el. If tags
11560 completion cannot be performed, return nil instead of signalling
11561 an error.
11562 (completion-at-point): Make it an alias for complete-symbol.
11563 (complete-symbol): Move from bindings.el, and replace with the
11564 body of completion-at-point.
11565
11566 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11567
7ba94701
MA
115682010-04-28 Michael Albinus <michael.albinus@gmx.de>
11569
11570 * net/tramp.el (tramp-remote-selinux-p): New defun.
11571 (tramp-handle-file-selinux-context)
11572 (tramp-handle-set-file-selinux-context): Use it.
11573
95c6cc3e
SS
115742010-04-28 Sam Steingold <sds@gnu.org>
11575
11576 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11577 `safe-local-variable' if the value is a string or a symbol with
11578 the property `bug-reference-url-format'.
11579
36045ff3
CY
115802010-04-28 Chong Yidong <cyd@stupidchicken.com>
11581
537ffaf3
SM
11582 * progmodes/bug-reference.el (bug-reference-url-format):
11583 Revert 2010-04-27 change due to security risk.
36045ff3 11584
56924d99
SM
115852010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11586
11587 Make it possible to locally disable a globally enabled mode.
11588 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11589 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11590 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11591 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11592 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11593 that subsequent hooks get a chance to disable it.
11594
ccaa4765
SM
115952010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11596
17818d71
SM
11597 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11598 Avoid re-enabling a minor mode after the user turned the minor mode
11599 off if MODE-enable-in-buffers is run twice (typically once from
11600 fundamental-mode's after-change-major-mode-hook and a second time from
11601 run-mode-hook's own after-change-major-mode-hook).
11602
ccaa4765
SM
11603 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11604
2a6f654e
SS
116052010-04-27 Sam Steingold <sds@gnu.org>
11606
11607 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11608 `safe-local-variable' if the value is a string or a function, as
11609 documented and implemented on 2010-04-02.
11610
cecaa674
JB
116112010-04-27 Juanma Barranquero <lekktu@gmail.com>
11612
11613 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11614 when method is 'kill.
11615
116162010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11617
a628ad9d
JB
11618 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11619 condition in default directory check.
01c35094 11620 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11621 Kill ispell process when killing its associated buffer.
11622
7dd7fbb9
JD
116232010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11624
11625 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11626 but we aren't using it.
11627
7ac82b84
J
116282010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11629
11630 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11631 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11632
fea1add4
GM
116332010-04-24 Glenn Morris <rgm@gnu.org>
11634
11635 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11636 Ignore VCS-ignore files, and deleted nextstep preferences files.
11637 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11638 (authors-ambiguous-files): New list.
11639 (authors-valid-file-names): Add some deleted files.
11640 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11641 (authors-disambiguate-file-name): New function. (Bug#5501)
11642 (authors-canonical-file-name): Doc fix.
11643 Don't warn about obsolete files.
11644 (authors-canonical-file-name, authors-scan-el):
11645 Use authors-disambiguate-file-name.
11646
cbcfee6e
GM
11647 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11648 Add autoload cookies.
11649 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11650 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11651 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11652 They have definitions / compiler macros in cl.el.
11653 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11654 Replace manual autoloads with generated ones.
11655 (htmlfontify-unload-rgb-file): Remove autoload.
11656 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11657
3b548e1b
SM
116582010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11659
9ae0c310
SM
11660 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11661 (byte-compile-setq-default): Optimize for the
11662 single-var case and don't call byte-compile-form in this case to avoid
11663 inf-loop with byte-compile-set-default.
11664
3b548e1b
SM
11665 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11666
632c5478
MA
116672010-04-23 Michael Albinus <michael.albinus@gmx.de>
11668
11669 Implement SELINUX backends.
11670
3b548e1b
SM
11671 * net/tramp.el (tramp-file-name-handler-alist):
11672 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11673 (tramp-handle-file-selinux-context)
11674 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11675 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11676 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11677
3b548e1b
SM
11678 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11679 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11680 (tramp-gvfs-handle-file-selinux-context)
11681 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11682 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11683
11684 * net/ange-ftp.el (ange-ftp-copy-file):
11685 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11686 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11687 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11688 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11689
a94d821f
MA
116902010-04-22 Michael Albinus <michael.albinus@gmx.de>
11691
11692 Synchronize with Tramp repository.
11693
11694 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11695 (tramp-action-process-alive, tramp-action-out-of-band)
11696 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11697 (tramp-exists-file-name-handler): Fix docstring.
11698 (with-progress-reporter): New defmacro.
11699 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11700 (tramp-maybe-open-connection): Use it.
11701
a92375d9
MA
117022010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11703
11704 Detect ssh 'ControlMaster' argument automatically in some cases.
11705
11706 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11707 (tramp-default-method): Use it.
11708
489fe4c2
MA
117092010-04-22 Michael Albinus <michael.albinus@gmx.de>
11710
25f14cdb
MA
11711 * net/tramp.el (tramp-handle-copy-file): Add new optional
11712 parameter `preserve-selinux-context'.
11713 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11714
a92375d9
MA
117152010-04-22 Michael Albinus <michael.albinus@gmx.de>
11716
489fe4c2
MA
11717 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11718 Ensure, that non remote files are still checked. Oops.
11719
acd1f317
MA
117202010-04-21 Michael Albinus <michael.albinus@gmx.de>
11721
11722 Fix Bug#5840.
11723
11724 * icomplete.el (icomplete-completions): Use `non-essential'.
11725
11726 * net/tramp.el (tramp-connectable-p): New defun.
11727 (tramp-handle-expand-file-name)
11728 (tramp-completion-handle-file-name-all-completions)
11729 (tramp-completion-handle-file-name-completion): Use it.
11730
62c5b459
SM
117312010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11732
11733 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11734
f904c0f9
JD
117352010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11736
11737 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11738
11739 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11740
11741 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11742 is present.
11743
11744 * info.el (info-tool-bar-map): Add labels.
11745
11746 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11747
11748 * cus-edit.el (custom-commands): Add labels for tool bar.
11749 (custom-buffer-create-internal, Custom-mode): Adjust for
11750 labels in custom-commands.
11751
11752 * dynamic-setting.el: Renamed from font-setting.el.
11753
c5cbeb12
LL
117542010-04-21 John Wiegley <jwiegley@gmail.com>
11755
11756 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11757 toggles the use of virtual buffers.
537ffaf3 11758 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11759 (ido-toggle-virtual-buffers): New function.
11760
fcc93746
JB
117612010-04-21 Juanma Barranquero <lekktu@gmail.com>
11762
11763 Use `define-derived-mode'; fix window selection; doc fixes.
11764 * play/tetris.el (tetris, tetris-update-speed-function)
11765 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11766 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11767 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11768 (tetris-pause-game): Fix typos in docstrings.
11769 (tetris-mode-map, tetris-null-map):
11770 Move initialization into declaration.
11771 (tetris-mode): Define with `define-derived-mode';
11772 set show-trailing-whitespace to nil.
11773 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11774
574c05e2
KK
117752010-04-21 Karel Klíč <kklic@redhat.com>
11776
11777 * files.el (backup-buffer): Handle SELinux context, and return it
11778 if a backup was made by renaming.
11779 (backup-buffer-copy): Set SELinux context to the target file.
11780 (basic-save-buffer): Set SELinux context of the newly written file.
11781 (basic-save-buffer-1): Now it also returns any SELinux context.
11782 (basic-save-buffer-2): Set SELinux context of the newly created file,
11783 and return it.
11784 * net/tramp.el (tramp-file-name-for-operation):
11785 Add file-selinux-context.
11786
e97a42c1
SM
117872010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11788
f2b9ed18
SM
11789 Make the log-edit comments use RFC822 format throughout.
11790
e97a42c1
SM
11791 * vc.el (vc-checkin, vc-modify-change-comment):
11792 Adjust to new vc-start/finish-logentry.
11793 (vc-find-conflicted-file): New command.
11794 (vc-transfer-file): Adjust to new vc-checkin.
11795 (vc-next-action): Improve scoping.
11796
11797 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11798 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11799
11800 * vc-git.el (vc-git-log-edit-mode): Remove.
11801 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11802 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11803
11804 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11805 (vc-start-logentry): Remove argument `extra'.
11806 (vc-finish-logentry): Remove extra args.
11807
11808 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11809 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11810 (vc-bzr-conflicted-files): New function.
11811
11812 * log-edit.el (log-edit-extra-flags)
11813 (log-edit-before-checkin-process): Remove.
11814 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11815 (log-edit-headers-alist): New var.
11816 (log-edit-header-contents-regexp): New const.
11817 (log-edit-match-to-eoh): New function.
11818 (log-edit-font-lock-keywords): Use them.
11819 (log-edit): Insert a "Summary:" header as default.
11820 (log-edit-mode): Mark font-lock rules as case-insensitive.
11821 (log-edit-done): Cleanup headers.
11822 (log-view-process-buffer): Remove.
11823 (log-edit-extract-headers): New function to replace it.
11824
938efb77
JB
118252010-04-20 Juanma Barranquero <lekktu@gmail.com>
11826
11827 * subr.el (default-direction-reversed): Remove obsolescence info.
11828
1cfb415b
SM
118292010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11830
cb4f9513
SM
11831 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11832 windows/frames.
11833
6e610c72
SM
11834 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11835 I.e. include text after point in the completion region.
11836 Also, return nil when we're not after/in a symbol.
11837
1cfb415b
SM
11838 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11839 default enable-multibyte-characters.
11840
c80fa13c
SM
118412010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11842
87926e02
SM
11843 * international/mule.el: Help the user choose a valid coding-system.
11844 (read-buffer-file-coding-system): New function.
11845 (set-buffer-file-coding-system): Use it. Prompt the user if the
11846 coding-system cannot encode all the chars.
11847
c80fa13c
SM
11848 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11849 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11850 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11851 Don't use *vc-bzr-shelve*.
11852
6e104790 118532010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11854
11855 Fix the version number for added files.
11856 * vc-hg.el (vc-hg-working-revision): Check if the file is
11857 registered after hg parent fails (Bug#5961).
11858
6e104790 118592010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11860
11861 * htmlfontify.el (htmlfontify-buffer)
11862 (htmlfontify-copy-and-link-dir): Autoload entry points.
11863
6e104790 118642010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11865
11866 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11867 name relative to the project root (Bug#5960).
11868
6e104790 118692010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11870
11871 * vc-git.el (vc-git-print-log): Doc fix.
11872
6e104790 118732010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11874
11875 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11876
53cfe624 118772010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11878
11879 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11880 default settings (Bug#5928).
11881
6e104790 118822010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11883
11884 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11885 New function.
0a23b2c3 11886 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11887
6e104790 118882010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11889
11890 * language/indian.el (malayalam-composable-pattern): Fix previous
11891 change (add U+0D4D "SIGN VIRAMA").
11892 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11893 (tamil-composable-pattern): Fix typo in the regexp.
11894 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11895 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11896 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11897
6e104790 118982010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11899
11900 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11901 paragraph-separate (Bug#5821).
11902
6e104790 119032010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11904
11905 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11906
11907 * info.el (Info-find-node-2): Comment out code that skips
11908 breadcrumbs line.
11909 (Info-mouse-follow-link): New command.
11910 (Info-link-keymap): New keymap.
11911 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11912 Return a string with links instead of inserting breadcrumbs
11913 to the Info buffer.
11914 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11915 Instead of putting the `invisible' text property over the Info
11916 header, make an overlay over the Info header with the `invisible'
11917 property and `after-string' set to the string returned by
11918 `Info-breadcrumbs'.
11919
6e104790 119202010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11921
11922 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11923 Reported by monkey@sandpframing.com.
11924
98923800
SM
119252010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11926
b5feea0f
SM
11927 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11928 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11929 available in the "keyseq cache" any more.
11930
98923800
SM
11931 * custom.el (defcustom): Add edebug spec.
11932
fd5c9dfa
JL
119332010-04-18 Juri Linkov <juri@jurta.org>
11934
11935 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11936
11937 * view.el (view-file, view-buffer): Move test for special mode-class
11938 from view-file to view-buffer.
11939
11940 * tar-mode.el (tar-extract): Turn if's into one cond
11941 like in arc-mode.el.
11942
b3671a51
JL
119432010-04-18 Juri Linkov <juri@jurta.org>
11944
11945 Add 7z archive format support (bug#5475).
11946
11947 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11948 (archive-7z-extract): New defcustom.
11949 (archive-find-type): Add magic string for 7z.
11950 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11951 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11952 `buffer' arg of `call-process'.
11953 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11954 call the function `archive-7z-extract' with the variable
11955 `archive-7z-extract' let-bound to `archive-zip-extract'.
11956 (archive-7z-summarize, archive-7z-extract): New functions.
11957
11958 * international/mule.el (auto-coding-alist):
11959 * files.el (auto-mode-alist): Add 7z file extension.
11960
8a37fb25
SM
119612010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11962
e9515805
SM
11963 * loadup.el: Setup hash-cons for pure data.
11964
f8ea0098
SM
11965 Fix duplicate entries in cedet's loaddefs.el files.
11966 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11967 Should make most file-local generated-autoload-file unnecessary.
11968 (print-readably): Silence warnings.
11969 (autoload-find-destination): Take load-name as an arg to make sure
11970 it's the same as the one that will be in the file.
11971 (autoload-generate-file-autoloads): Adjust to above changes.
11972 Try to make the dataflow a bit simpler.
11973
8a37fb25
SM
11974 * cvs-status.el (cvs-refontify): Remove unused.
11975
f8b91752
JB
119762010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11977
76e3243a 11978 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11979
76e3243a 11980 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11981 twos-complement mode.
11982
d8b01fef
JB
119832010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11984
76e3243a
JB
11985 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11986 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11987 (calc-inverse): Add "Option" to message, as appropriate.
11988 (calc-hyperbolic): Add "Option" to message, as appropriate.
11989 (calc-option, calc-is-option): New functions.
11990
76e3243a 11991 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11992 (calc-option-prefix-help): New function.
11993
76e3243a 11994 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11995
76e3243a 11996 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11997 (calc-option-flag): New variable.
11998 (calc-do): Set `calc-option-flag to nil.
11999 (calc-set-mode-line): Add "Opt " as appropriate.
12000
74f806a1
JL
120012010-04-16 Juri Linkov <juri@jurta.org>
12002
12003 Move scrolling commands from simple.el to window.el
12004 because their primitives are implemented in window.c.
12005
12006 * simple.el (scroll-error-top-bottom)
12007 (scroll-up-command, scroll-down-command, scroll-up-line)
12008 (scroll-down-line, scroll-other-window-down)
12009 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12010 * window.el (scroll-error-top-bottom)
12011 (scroll-up-command, scroll-down-command, scroll-up-line)
12012 (scroll-down-line, scroll-other-window-down)
12013 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12014 Move from simple.el to window.el because their primitives are
12015 implemented in window.c.
12016
ad40eec5
JL
120172010-04-16 Juri Linkov <juri@jurta.org>
12018
12019 * isearch.el (isearch-lookup-scroll-key): Check both
12020 `isearch-scroll' and `scroll-command' properties.
12021 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12022
12023 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12024
12025 * simple.el (scroll-up-command, scroll-down-command)
12026 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12027
a4b000fb
JL
120282010-04-15 Juri Linkov <juri@jurta.org>
12029
12030 * simple.el (scroll-up-command, scroll-down-command)
12031 (scroll-up-line, scroll-down-line): Put `scroll-command'
12032 property on the these symbols. Remove them from
12033 `scroll-preserve-screen-position-commands'.
12034
12035 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12036 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12037 Remove it from `scroll-preserve-screen-position-commands'.
12038
12039 * isearch.el (isearch-allow-scroll): Doc fix.
12040
4874f5e6
MA
120412010-04-15 Michael Albinus <michael.albinus@gmx.de>
12042
12043 * net/tramp.el (tramp-error-with-buffer): Don't show the
12044 connection buffer when we are in completion mode.
12045 (tramp-file-name-handler): Catch the error for some operations
12046 when we are in completion mode. This gives the user the chance to
12047 correct the file name in the minibuffer.
12048
82883f0a
GM
120492010-04-15 Glenn Morris <rgm@gnu.org>
12050
12051 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12052
528b9ea9
JB
120532010-04-15 Juanma Barranquero <lekktu@gmail.com>
12054
12055 Simplify by using `define-derived-mode'.
12056 * info.el (Info-mode):
12057 * calendar/todo-mode.el (todo-mode):
12058 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12059 (gomoku-mode-map): Move initialization into declaration.
12060
5f2b693f
MA
120612010-04-14 Michael Albinus <michael.albinus@gmx.de>
12062
12063 Fix Bug#5840.
12064 * ido.el (ido-file-name-all-completions-1):
12065 * minibuffer.el (minibuffer-completion-help):
12066 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12067
ebb9641f
SM
120682010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12069
38111a5a
SM
12070 * simple.el (non-essential): New var.
12071
ebb9641f
SM
12072 Add a new field `location' to bookmarks for non-file bookmarks.
12073 * bookmark.el (bookmark-location): Use the new field, if present.
12074 (bookmark-insert-location): Undo last change, not needed any more.
12075 * man.el (Man-bookmark-make-record):
12076 * woman.el (woman-bookmark-make-record): Add `location' field.
12077
7b05466f
JL
120782010-04-14 Juri Linkov <juri@jurta.org>
12079
12080 * simple.el (scroll-error-top-bottom): New defcustom.
12081 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12082
12083 * emulation/pc-select.el (pc-select-override-scroll-error):
12084 Obsolete in favor of `scroll-error-top-bottom'.
12085
32129746
JL
120862010-04-14 Juri Linkov <juri@jurta.org>
12087
12088 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12089 `scroll-up-command' and `M-v' to `scroll-down-command'.
12090
12091 * emulation/cua-rect.el (cua--init-rectangles):
12092 * forms.el (forms--change-commands):
12093 * image-mode.el (image-mode-map):
12094 Remap scroll-down-command and scroll-up-command
12095 in addition to scroll-down and scroll-up.
12096
9013a7f8
JL
120972010-04-14 Juri Linkov <juri@jurta.org>
12098
12099 * mwheel.el (scroll-preserve-screen-position-commands):
12100 Add mwheel-scroll to this list of commands.
12101
12102 * simple.el (scroll-preserve-screen-position-commands):
12103 Add scroll-up-command, scroll-down-command, scroll-up-line,
12104 scroll-down-line to this list of commands.
12105
3b7e1d5f
SM
121062010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12107
c1e25821
SM
12108 * obsolete/complete.el: Move from lisp/complete.el.
12109
5b31b787
SM
12110 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12111
3b7e1d5f
SM
12112 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12113 to the minor mode function now turns the mode ON unconditionally.
12114
398a825b
SM
121152010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12116
a544e7c1
SM
12117 * vc-dir.el (vc-dir-kill-line): New command.
12118 (vc-dir-mode-map): Bind it to C-k.
12119
a1979d8e
SM
12120 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12121
398a825b
SM
12122 * woman.el: Add bookmark declarations to silence the compiler.
12123 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12124 step to compatibility between man and woman bookmarks.
12125 Adjust for Man-default-bookmark-title renaming.
12126 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12127
12128 * man.el: Add bookmark declarations to silence the compiler.
12129 (Man-name-local-regexp): Make it match NAME as well.
12130 (Man-getpage-in-background): Return the buffer.
12131 (Man-notify-when-ready): Use `case'.
12132 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12133 Don't hardcode "NAME". Simplify.
12134 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12135 Rename from Man-bookmark-make-record.
12136 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12137 we have the actual man-args. Use Man-getpage-in-background rather
12138 than `man' since the arg is already processed. Let bookmark.el do the
12139 window handling. Only wait for the relevant process.
12140 Don't forget to autoload.
12141
12142 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12143
45be326a
TV
121442010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12145
12146 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12147 New functions.
12148 (woman-mode): Setup bookmark support.
12149
12150 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12151 (man-bookmark-jump): New functions.
12152 (Man-mode): Setup bookmark support.
12153
3acb4c93
CY
121542010-04-10 Jari Aalto <jari.aalto@cante.net>
12155
12156 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12157 recognize ssh-keygen prompt (Bug#2817).
12158
b6bbb65e
MA
121592010-04-10 Michael Albinus <michael.albinus@gmx.de>
12160
12161 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12162
b533bc97
MA
121632010-04-10 Michael Albinus <michael.albinus@gmx.de>
12164
12165 Synchronize with Tramp repository.
12166
12167 * net/tramp.el (tramp-completion-function-alist)
12168 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12169 (tramp-local-coding-commands, tramp-remote-coding-commands):
12170 Fix docstring.
12171 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12172 (tramp-handle-directory-files-and-attributes)
12173 (tramp-get-remote-path): Use `copy-tree'.
12174 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12175 compatibility: Use `completion-ignore-case' if
12176 `read-file-name-completion-ignore-case' does not exist.
12177 (tramp-do-copy-or-rename-file-directly): Do not use
12178 `tramp-handle-file-remote-p'.
45be326a
TV
12179 (tramp-do-copy-or-rename-file-out-of-band):
12180 Use `tramp-compat-delete-directory'.
b533bc97 12181 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12182 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12183 Use `format-spec-make'.
b533bc97
MA
12184 (tramp-find-foreign-file-name-handler)
12185 (tramp-advice-make-auto-save-file-name)
12186 (tramp-set-auto-save-file-modes): Remove superfluous check for
12187 `stringp'. This is done inside `tramp-tramp-file-p'.
12188 (tramp-debug-outline-regexp): New defconst.
12189 (tramp-get-debug-buffer): Use it.
12190 (tramp-check-for-regexp): Use (forward-line 1).
12191 (tramp-set-auto-save-file-modes): Adapt version check.
12192
45be326a
TV
12193 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12194 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12195 (tramp-compat-make-temp-file): Simplify fallback implementation.
12196 (tramp-compat-copy-tree): Remove function.
12197 (tramp-compat-delete-directory): Provide implementation for older
12198 Emacsen.
12199
12200 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12201 Do not use `tramp-fish-handle-file-attributes.
12202
12203 * net/trampver.el: Update release number.
12204
ba33df00
GM
122052010-04-10 Glenn Morris <rgm@gnu.org>
12206
12207 * progmodes/compile.el (compilation-save-buffers-predicate):
12208 Add missing :version tag.
12209
4a8ae76f
SS
122102010-04-09 Sam Steingold <sds@gnu.org>
12211
12212 * progmodes/compile.el (compilation-save-buffers-predicate):
12213 Remove the "autoload" cookie.
12214
0880716f
SS
12215 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12216 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12217 and `bug-reference-prog-mode' can be used in hooks directly.
12218
6aebd58c
DN
122192010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12220
12221 Add --author support to git commit.
12222 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12223 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12224 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12225 New declarations.
6aebd58c 12226
f6d90772
ER
122272010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12228
12229 * vc-hooks.el, vc-git.el: Improve documentation comments.
12230
e754e83b
SM
122312010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 Fix some of the problems in defsubst* (bug#5728).
12234 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12235 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12236
9e86ab0b
SS
122372010-04-07 Sam Steingold <sds@gnu.org>
12238
e754e83b
SM
12239 * progmodes/compile.el (compilation-save-buffers-predicate):
12240 New custom variable.
9e86ab0b
SS
12241 (compile, recompile): Pass it to `save-some-buffers'.
12242
b0c8b840
JD
122432010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12244
12245 * wid-edit.el (widget-choose): Move cursor to the second line of
12246 the buffer (Bug#5695).
12247
31527c56
DN
122482010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12249
12250 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12251 * vc.el (vc-print-log-setup-buttons): New function split out from
12252 vc-print-log-internal.
12253 (vc-log-internal-common): New function, a parametrized version of
12254 vc-print-log-internal.
12255 (vc-print-log-internal): Just call vc-log-internal-common with the
12256 right arguments.
12257 (vc-incoming-outgoing-internal):
12258 (vc-log-incoming, vc-log-outgoing): New functions.
12259 (vc-log-view-type): New permanent local variable.
12260
12261 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12262
12263 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12264 of the dynamic bound vc-short-log.
12265 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12266
12267 * vc-git.el (vc-git-log-outgoing): New function.
12268 (vc-git-log-view-mode): Use vc-log-view-type instead
12269 of the dynamic bound vc-short-log.
12270
12271 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12272 of the dynamic bound vc-short-log. Highlight the tag.
12273 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12274 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12275 (vc-hg-incoming-mode): Remove.
12276 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12277
7ec69e2b
DN
122782010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12279
12280 Fix default-directory for vc-root-diff.
12281 * vc.el (vc-root-diff): Bind default-directory to the root
12282 directory for the diff command.
12283
fd9ea9d3
WS
122842010-04-07 Michael McNamara <mac@mail.brushroad.com>
12285
6e104790 12286 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12287 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12288 word keywords, suggested by Steve Pearlmutter.
6e104790 12289 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12290 port lists.
6e104790 12291 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12292 fix bug for /* / comments.
6e104790 12293 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12294 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12295 (verilog-pretty-declarations): Enhance to line up declarations
12296 inside a parameter list, suggested by Alan Morgan.
12297 (verilog-pretty-expr): Tune assignment regular expression match
12298 string for corner cases; also use markers instead of character
12299 number as indent changes the later.
fd9ea9d3
WS
12300
123012010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12302
6e104790
SM
12303 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12304 as missing keyword.
12305 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12306 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12307 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12308 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12309 Tennant.
12310 (verilog-keywords):
fd9ea9d3
WS
12311 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12312 1800-2009 keywords, including "global.".
12313
2a07afc5
JW
123142010-04-06 John Wiegley <jwiegley@gmail.com>
12315
8b32731a 12316 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12317 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12318 file basename). Should use uniquify to offer a real solution.
2a07afc5 12319
f9a27d86
JW
123202010-04-06 John Wiegley <jwiegley@gmail.com>
12321
8b32731a
JB
12322 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12323 comment to code, and add a :version tag.
12324 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12325
9caf8a8f
JB
123262010-04-06 Juanma Barranquero <lekktu@gmail.com>
12327
12328 Enable recentf-mode if using virtual buffers.
12329 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12330 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12331 (ido-make-buffer-list): Simplify.
12332 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12333
5a97d2da
JL
123342010-04-05 Juri Linkov <juri@jurta.org>
12335
12336 Scrolling commands which scroll a line instead of full screen.
12337 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12338
12339 * simple.el (scroll-up-line, scroll-down-line): New commands.
12340 Put property isearch-scroll=t on them.
12341
12342 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12343 Remove commands.
12344
79ce172a
JL
123452010-04-05 Juri Linkov <juri@jurta.org>
12346
8b32731a 12347 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12348 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12349
12350 * simple.el (scroll-up-command, scroll-down-command): New commands.
12351 Put property isearch-scroll=t on them.
12352
12353 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12354 `scroll-down-command' and [next] from `scroll-up' to
12355 `scroll-up-command'.
12356
12357 * emulation/cua-base.el: Put property CUA=move on
12358 `scroll-up-command' and `scroll-down-command'.
12359 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12360 and `scroll-down-command' to `cua-scroll-down'.
12361
309d5b43
JB
123622010-04-05 Juanma Barranquero <lekktu@gmail.com>
12363
6460e534 12364 * help.el (describe-mode): Return nil.
309d5b43 12365
0523d117
JW
123662010-04-04 John Wiegley <jwiegley@gmail.com>
12367
12368 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12369 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12370 (ido-virtual): Face used to indicate virtual buffers in the list.
12371 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12372 exists, but a virtual buffer of that name does (which would be why
12373 it was in the list), recreate the buffer by reopening the file.
12374 (ido-make-buffer-list): If virtual buffers are being used, call
12375 `ido-add-virtual-buffers-to-list' before the make list hook.
12376 (ido-virtual-buffers): New variable which contains a copy of the
12377 current contents of the `recentf-list', albeit pared down for the
12378 sake of speed, and with proper faces applied.
12379 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12380 create a list of "virtual buffers" to present to the user in
12381 addition to the currently open set. Note that this logic could
12382 get rather slow if that list is too large. With the default
12383 `recentf-max-saved-items' of 200, there is little speed penalty.
12384
202ff0d6
SM
123852010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12386
12387 * font-lock.el: Require CL when compiling.
12388 (font-lock-turn-on-thing-lock): Use `case'.
12389
ef43a0f4
EZ
123902010-04-03 Eli Zaretskii <eliz@gnu.org>
12391
12392 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12393 Zaretskii.
ef43a0f4 12394
9c13a46e
JL
123952010-04-02 Juri Linkov <juri@jurta.org>
12396
12397 * ehelp.el (electric-help-orig-major-mode):
12398 New buffer-local variable.
12399 (electric-help-mode): Set it to original major-mode. Doc fix.
12400 (with-electric-help): Use `electric-help-orig-major-mode' instead
12401 of (default-value 'major-mode). Doc fix.
12402 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12403
3fb87bf5
SS
124042010-04-02 Sam Steingold <sds@gnu.org>
12405
12406 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12407 `vc-hg-command' with a list of flags.
12408
202ff0d6
SM
12409 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12410 Also accept "patch" and "RFE".
dbb5e44a
SS
12411 (bug-reference-fontify): `bug-reference-url-format' can also be a
12412 function to be able to handle the bug kind.
202ff0d6 12413 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12414
d0b22876
JD
124152010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12416
12417 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12418 value to fboundp, it may not be a symbol.
12419
1625d379
CY
124202010-03-31 Chong Yidong <cyd@stupidchicken.com>
12421
202ff0d6 12422 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12423
1cd095c6
JL
124242010-03-31 Juri Linkov <juri@jurta.org>
12425
12426 * simple.el (next-line, previous-line): Re-throw a signal
12427 with `signal' instead of using `ding'.
12428 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12429
67189e62
JL
124302010-03-31 Juri Linkov <juri@jurta.org>
12431
12432 * simple.el (keyboard-escape-quit): Raise deselecting the active
12433 region higher than exiting the minibuffer.
12434 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12435
1546c559
JL
124362010-03-31 Juri Linkov <juri@jurta.org>
12437
12438 * image.el (image-animated-p): Use `image-metadata' instead of
12439 `image-extension-data'. Get GIF extenstion data from metadata
12440 property `extension-data'.
12441
85626eef
SM
124422010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * simple.el (append-to-buffer): Simplify.
12445
85738751 124462010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12447
12448 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12449 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12450
85738751 124512010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12452
12453 * language/sinhala.el (composition-function-table): Fix regexp for
12454 the new Unicode specification.
12455
12456 * language/indian.el (devanagari-composable-pattern)
12457 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12458 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12459 specification.
12460 (bengali-composable-pattern, gurmukhi-composable-pattern)
12461 (gujarati-composable-pattern, oriya-composable-pattern)
12462 (telugu-composable-pattern): New variables to cope with the new
12463 Unicode specification. Use them in composition-function-table.
12464
85738751 124652010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12466
79d74ac5 12467 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12468 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12469 vectors rather than cons cells, as used in menu-bar-update-buffers.
12470
85738751 124712010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12472
2a793f7f
CY
12473 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12474 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12475 electric punctuation for "{}();,:" (Bug#5586).
12476
03ffe8be
CY
12477 * mail/sendmail.el (mail-default-directory): Doc fix.
12478
85738751 124792010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12480
12481 * mail/sendmail.el (mail-default-directory): Doc fix.
12482
85738751 124832010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12484
12485 * subr.el (version-regexp-alist, version-to-list)
12486 (version-list-<, version-list-=, version-list-<=)
12487 (version-list-not-zero, version<, version<=, version=): Doc fix.
12488 (Bug#5744).
12489
85738751 124902010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12491
12492 * vc.el (vc-root-diff): Doc fix.
12493
85738751 124942010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12495
9aa2c576
CY
12496 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12497
9d30a9f4
CY
12498 * simple.el (append-to-buffer): Fix last change.
12499
85738751 125002010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12501
12502 * simple.el (append-to-buffer): Ensure that point is preserved if
12503 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12504 (Bug#5749)
12505
2372f278
SM
125062010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * files.el (auto-mode-case-fold): Change default to t.
12509
2223a1b3
JL
125102010-03-30 Juri Linkov <juri@jurta.org>
12511
12512 * dired-x.el (dired-omit-mode): Doc fix.
12513
0ef84fc8
JL
125142010-03-30 Juri Linkov <juri@jurta.org>
12515
12516 * replace.el (occur-accumulate-lines): Move occur-engine related
12517 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12518 to be located after `occur-engine'.
12519
dc2d2590
JL
125202010-03-30 Juri Linkov <juri@jurta.org>
12521
12522 Make occur handle multi-line matches cleanly with context.
12523 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12524
12525 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12526 (occur-engine): Add local variables `ret', `prev-after-lines',
12527 `prev-lines'. Use more arguments for `occur-context-lines'.
12528 Set first elem of its returned list to `data', and the second elem
12529 to `prev-after-lines'. Don't print the separator line.
12530 In the end, print remaining context after-lines.
12531 (occur-context-lines): Add new arguments `begpt', `endpt',
12532 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12533 after-lines of the previous match with before-lines of the
12534 current match and not overlap them. Return a list with two
12535 values: the output line and the list of context after-lines.
12536
47c88c06
JL
125372010-03-30 Juri Linkov <juri@jurta.org>
12538
12539 * replace.el (occur-accumulate-lines): Fix a bug where the first
12540 context line at the beginning of the buffer was missing.
12541
a7b02820
EZ
125422010-03-30 Eli Zaretskii <eliz@gnu.org>
12543
12544 * files.el: Make bidi-display-reordering safe variable for boolean
12545 values.
12546
9326ba26 125472010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12548 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12549
12550 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12551 (progress-reporter-update, progress-reporter-do-update):
12552 Handle non-numeric value arguments.
9326ba26
CY
12553 (progress-reporter--pulse-characters): New var.
12554
f6f8aa12
CY
125552010-03-28 Chong Yidong <cyd@stupidchicken.com>
12556
12557 * progmodes/compile.el (compilation-start): Fix regexp detection
12558 of initial cd command (Bug#5771).
12559
7ed287b5
CY
125602010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12561
12562 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12563
146b8b16
NR
125642010-03-27 Nick Roberts <nickrob@snap.net.nz>
12565
12566 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12567 * progmodes/gdb-mi.el: Restore.
12568 * progmodes/gdb-ui.el: Remove.
12569 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12570
b23caf75
GM
125712010-03-25 Glenn Morris <rgm@gnu.org>
12572
12573 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12574 all dired buffers, even tramp ones. (Bug#5755)
12575
18c812bd
SM
125762010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12577
12578 Add "union tags" in mpc.el.
12579 * mpc.el: Remove backward compatibility code.
12580 (mpc-browser-tags): Change default.
12581 (mpc--find-memoize-union-tags): New var.
12582 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12583 (mpc-cmd-find): Handle the case where the playlist does not exist.
12584 Handle union-tags.
12585 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12586 (mpc-cmd-add): Use mpc-cmd-flush.
12587 (mpc-tagbrowser-tag-name): New fun.
12588 (mpc-tagbrowser-buf): Use it.
12589 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12590
efee6a6d
SM
125912010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12592
9586c41a
SM
12593 Misc cleanup.
12594 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12595 Use replace-regexp-in-string.
12596 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12597 (makefile-imake-mode-syntax-table): Move init into defvar.
12598 (makefile-mode): Use define-derived-mode.
12599
efee6a6d
SM
12600 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12601 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12602 not be present any more.
12603
c6f3804c
JB
126042010-03-24 Juanma Barranquero <lekktu@gmail.com>
12605
12606 * faces.el (set-face-attribute): Fix typo in docstring.
12607 (face-valid-attribute-values): Reflow docstring.
12608
e867cb5d 126092010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12610
efee6a6d 12611 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12612
e867cb5d 126132010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12614
12615 * indent.el (indent-for-tab-command): Doc fix.
12616
e867cb5d 126172010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12618
efee6a6d
SM
12619 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12620 Fix off-by-one error. Fixes bug #5747.
657071fc 12621
e867cb5d 126222010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12623
12624 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12625 (image-dired-read-comment): Doc fix.
12626
efee6a6d
SM
12627 * json.el (json-object-type, json-array-type, json-key-type)
12628 (json-false, json-null, json-read-number):
c8de140b
JB
12629 * minibuffer.el (completion-in-region-functions):
12630 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12631 (cal-tex-cursor-week):
12632 * emacs-lisp/trace.el (trace-function):
12633 * eshell/em-basic.el (eshell/printnl):
12634 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12635 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12636 * obsolete/levents.el (allocate-event, event-key, event-object)
12637 (event-point, event-process, event-timestamp, event-to-character)
12638 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12639 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12640 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12641 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12642 (reftex-highlight-selection): Fix typos in docstrings.
12643
e867cb5d 126442010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12645
12646 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12647
e867cb5d 126482010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12649
12650 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12651 2008-02-13 without comment; mark it obsolete.
12652 (rmail-highlight-headers): Use rmail-highlight-face once more.
12653
e867cb5d 126542010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12655
12656 * woman.el (woman2-process-escapes): Only consume the newline if
12657 the filler character is on a line by itself (Bug#5729).
12658
e867cb5d 126592010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12660
12661 * language/indian.el (devanagari-composable-pattern): Add more
12662 consonants.
12663
e867cb5d 126642010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12665
12666 * net/trampver.el: Update release number.
12667
e867cb5d 126682010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12669
efee6a6d
SM
12670 * net/tramp.el (tramp-find-executable):
12671 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12672 output of "wc -l" more robust.
12673 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12674 (tramp-open-connection-setup-interactive-shell): Remove workaround
12675 for OpenSolaris bug, it is not needed anymore.
12676
e867cb5d 126772010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12678
12679 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12680
e867cb5d 126812010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12682
12683 * files.el (auto-mode-alist): Accept more verilog file patterns.
12684
b2b8574b
SM
126852010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12688
1d94ebb0
GM
126892010-03-24 Glenn Morris <rgm@gnu.org>
12690
7e263967
GM
12691 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12692 log-edit-before-checkin-process.
12693
5ac92c5f
GM
12694 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12695
12696 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12697
549f324a
GM
12698 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12699 (log-view-process-buffer, log-edit-extra-flags): Declare.
12700
495b517c
GM
12701 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12702
f4087766
SS
127032010-03-23 Sam Steingold <sds@gnu.org>
12704
12705 Fix bug#5620: recalculate all markers on compilation buffer
12706 modifications, not on file modifications.
38e9aa53
GM
12707 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12708 variable: the buffer modification time, for buffers not associated with
12709 files.
f4087766
SS
12710 (compilation-mode): Create it.
12711 (compilation-filter): Update it.
12712 (compilation-next-error-function): Use it instead of
12713 `visited-file-modtime' for timestamp.
12714
774642e5
JL
127152010-03-23 Juri Linkov <juri@jurta.org>
12716
12717 Implement Occur multi-line matches.
12718 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12719
12720 * replace.el (occur): Doc fix.
12721 (occur-engine): Set `begpt' to the beginning of the first line.
12722 Set `endpt' to the end of the last match line. At first, count
12723 line numbers between `origpt' and `begpt'. Split out code from
12724 `out-line' variable to new let-bindings `match-prefix' and
12725 `match-str'. In `out-line' add non-numeric prefix to all
12726 non-first lines of multi-line matches. Finally, count lines
12727 between `begpt' and `endpt' and add to `lines'.
12728
f14d1172
JL
127292010-03-23 Juri Linkov <juri@jurta.org>
12730
12731 * replace.el (occur-accumulate-lines, occur-engine):
12732 Use `occur-engine-line' instead of duplicate code.
12733 (occur-engine-line): New function created from duplicate code
12734 in `occur-accumulate-lines' and `occur-engine'.
12735
53e87c57
JL
12736 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12737 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12738
75a3ff20
JL
127392010-03-23 Juri Linkov <juri@jurta.org>
12740
12741 * finder.el: Remove TODO tasks.
12742
12743 * info.el (Info-finder-find-node): Add node "all"
12744 with all package info. Handle a list of multiple keywords
12745 separated by comma.
12746 (info-finder): In interactive use with a prefix argument,
12747 use `completing-read-multiple' to read a list of keywords
12748 separated by comma.
12749
00278747
SM
127502010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 Add a new completion style `substring'.
12753 * minibuffer.el (completion-basic--pattern): New function.
12754 (completion-basic-try-completion, completion-basic-all-completions):
12755 Use it.
12756 (completion-substring--all-completions)
12757 (completion-substring-try-completion)
12758 (completion-substring-all-completions): New functions.
12759 (completion-styles-alist): New style `substring'.
12760
64cb11cc
SM
127612010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 Get rid of .elc files after removal of the corresponding .el.
12764 * Makefile.in (compile-clean): New target.
12765 (compile-main): Use it.
12766
835e2c65
JD
127672010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12768
12769 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12770 don't do make there. When compiling with separate object dir, there
12771 is no Makefile there.
12772
111a9dff
SM
127732010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12774
12775 Get rid of the ELCFILES abomination, again.
12776 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12777 (all, compile): Don't call compile-last.
12778 (compile-main): Build the "elcfiles" list dynamically.
12779 (compile-targets): New (internal) target.
12780
82c3d67a
AS
127812010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12782
12783 * Makefile.in (top_srcdir): Define.
12784 (abs_top_builddir): Define.
12785 (srcdir): Don't append `/..'.
12786 (EMACS): Use ${abs_top_builddir}.
12787 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12788 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12789 $(srcdir).
82c3d67a
AS
12790 (lisp): Use $(srcdir) instead of @srcdir@.
12791
d66ecdbb
JL
127922010-03-21 Juri Linkov <juri@jurta.org>
12793
12794 Fix message of multi-line occur regexps and multi-buffer header lines.
12795 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12796
12797 * replace.el (occur-1): Don't display regexp if it is longer
12798 than window-width. Use `query-replace-descr' to display regexp.
12799 (occur-engine): Don't display regexp in the buffer header for
12800 multi-buffer occur. Display a separate header line with total
12801 match count and regexp for multi-buffer occur.
12802 Use `query-replace-descr' to display regexp.
12803
f05e1b94
TZ
128042010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12805
12806 * net/secrets.el: Fix parenthesis.
12807 (secrets-enabled): Fix parenthesis.
12808
801ba3ba
SM
128092010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12810
3613edce
SM
12811 Use more relative file and directory names.
12812 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12813 (setwins, setwins_almost, setwins_for_subdirs):
12814 Don't `cd'; output relative names.
12815 (all, compile, compile-always, compile-last): Set emacswd.
12816 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12817 Just cd to the lisp source dir so we can use relative file names.
12818
801ba3ba
SM
12819 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12820
2b1400b9
GM
128212010-03-20 Glenn Morris <rgm@gnu.org>
12822
12823 * textmodes/rst.el: Use faces for font-lock customization, and make the
12824 old -face variables obsolete.
12825 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12826 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12827 (rst-block-face, rst-external-face, rst-definition-face)
12828 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12829 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12830 Make obsolete.
12831 (rst-font-lock-keywords-function): Update for above changes.
12832
5e418f17
JL
128332010-03-20 Juri Linkov <juri@jurta.org>
12834
12835 * s-region.el:
12836 * obsolete/s-region.el: Move to obsolete.
12837
b0287b39
JB
128382010-03-19 Juanma Barranquero <lekktu@gmail.com>
12839
12840 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12841
3c95bbb6
DN
128422010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12843
12844 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12845
09158997
DN
128462010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12847
12848 Add special markup processing for commit logs.
12849 * log-edit.el (log-edit-extra-flags): New variable.
12850 (log-edit): Add new argument MODE. Use that mode when non-nil
12851 instead of the log-view-mode.
12852 (log-view-process-buffer): New function.
12853
12854 * vc.el: Document that the checkin method takes optional
12855 arguments. Document new backend specific method: log-view-mode.
12856 (vc-default-log-edit-mode): New function.
12857 (vc-checkin): Use a backend specific log-view-mode.
12858 Pass extra arguments to the checkin method.
12859 (vc-modify-change-comment): Pass a dummy extra argument.
12860
12861 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12862 log-edit.
12863 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12864 (vc-finish-logentry): Process the log buffer before passing it
12865 down. Pass log-edit-extra-flags.
12866
12867 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12868 command.
85626eef
SM
12869 (log-edit-extra-flags, log-edit-before-checkin-process):
12870 New declarations.
09158997
DN
12871
12872 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12873 command.
85626eef
SM
12874 (log-edit-extra-flags, log-edit-before-checkin-process):
12875 New declarations.
09158997
DN
12876 (vc-hg-log-edit-mode): New derived mode.
12877
12878 * vc-arch.el (vc-arch-checkin):
12879 * vc-cvs.el (vc-cvs-checkin):
12880 * vc-git.el (vc-git-checkin):
12881 * vc-mtn.el (vc-mtn-checkin):
12882 * vc-rcs.el (vc-rcs-checkin):
12883 * vc-sccs.el (vc-sccs-checkin):
12884 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12885
f430423d
SM
128862010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12887
12888 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12889 parent typo).
12890
aa8f8277
GM
128912010-03-19 Glenn Morris <rgm@gnu.org>
12892
f430423d 12893 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12894
04525749
GM
128952010-03-18 Glenn Morris <rgm@gnu.org>
12896
c70815f1
GM
12897 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12898
84d0a5f8
GM
12899 * replace.el (query-replace-history): Give it a doc string.
12900 (map-query-replace-regexp): Use query-replace-from-history-variable
12901 and query-replace-to-history-variable.
12902
e3a15161
GM
12903 * mail/hashcash.el (declare-function): Remove duplicate definition.
12904
27be0364
GM
12905 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12906 Make it an obsolete alias for report-emacs-bug-address.
12907 (message-strip-special-text-properties): Declare.
12908 (report-emacs-bug): Remove test for a pretest bug address.
12909 Combine message-mode-specific code.
12910
88b8d18e
GM
12911 * mail/supercite.el: Don't require sendmail.
12912 (mh-in-header-p): Declare rather than using with-no-warnings.
12913 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12914 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12915
1a355d09
GM
12916 * calendar/cal-french.el: Convert to utf-8.
12917
04525749
GM
12918 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12919 Emacs scripts.
12920
ae84eb97
MA
129212010-03-16 Michael Albinus <michael.albinus@gmx.de>
12922
12923 * net/secrets.el (secrets-enabled): New variable. Use it instead
12924 of a subfeature.
12925
7c75524e
MA
129262010-03-15 Michael Albinus <michael.albinus@gmx.de>
12927
12928 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12929 service "org.freedesktop.secrets" can be pinged.
12930 Provide subfeature `enabled'.
7c75524e 12931
57938a79
JL
129322010-03-14 Juri Linkov <juri@jurta.org>
12933
12934 Add finder unknown keywords.
12935
12936 * finder.el (finder-unknown-keywords): New function.
12937
12938 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12939 to create a Finder node with unknown keywords.
12940
88f4758e
JL
129412010-03-14 Juri Linkov <juri@jurta.org>
12942
12943 * finder.el (finder-compile-keywords): Replace `princ' with
12944 `prin1' on a list of symbols interned from keyword strings.
12945
12946 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12947 a comma, then split keywords using a comma and optional whitespace.
12948 Otherwise, split by whitespace.
12949
12950 * complete.el:
12951 * face-remap.el:
12952 * log-view.el:
12953 * net/hmac-def.el:
12954 * net/hmac-md5.el:
12955 * net/netrc.el:
12956 * progmodes/mixal-mode.el: Fix keywords.
12957
7725ebb7
MA
129582010-03-13 Michael Albinus <michael.albinus@gmx.de>
12959
12960 * Makefile.in (ELCFILES): Add net/secrets.elc.
12961
12962 * net/secrets.el: New file.
12963
6f320937
CY
129642010-03-12 Chong Yidong <cyd@stupidchicken.com>
12965
12966 * facemenu.el (list-colors-display, list-colors-print): New arg
12967 callback. Use it to allow selecting colors.
12968
12969 * wid-edit.el (widget-image-insert): Insert image prop even if the
12970 current display is non-graphic.
12971 (widget-field-value-set): New fun.
12972 (editable-field): Use it.
12973 (widget-field-value-get): Clean up unused var.
85626eef
SM
12974 (widget-color-value-create, widget-color--choose-action):
12975 New funs. Allow using list-colors-display to choose color.
6f320937 12976
647f9993
CY
129772010-03-12 Chong Yidong <cyd@stupidchicken.com>
12978
12979 * cus-edit.el: Resort topmost custom groups.
12980 (custom-buffer-sort-alphabetically): Default to t.
12981 (customize-apropos): Use apropos-parse-pattern.
12982 (custom-search-field): New var.
12983 (custom-buffer-create-internal): Add custom-apropos search field.
12984 (custom-add-parent-links): Don't display parent doc.
12985 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12986 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12987
12988 (custom-variable-state): New fun, from custom-variable-state-set.
12989 (custom-variable-state-set): Use it.
12990 (custom-group-value-create): Hide options with standard values
12991 using the :hidden-states property. Use progress reporter.
12992
12993 (custom-show): Simplify.
12994 (custom-visibility): Disable images by default.
12995 (custom-variable): New property :hidden-states.
12996 (custom-variable-value-create): Enable images for
12997 custom-visibility widgets. Use :hidden-states property to
12998 determine initial visibility.
12999
13000 * wid-edit.el (widget-image-find): Give images center ascent.
13001 (visibility): Add :on-image and :off-image properties.
13002 (widget-visibility-value-create): Use them.
13003
eba5b4dd
CY
130042010-03-12 Chong Yidong <cyd@stupidchicken.com>
13005
13006 * cus-edit.el (processes): Remove from development group.
13007 (oop, hypermedia): Delete group.
26f4b8ab 13008 (comm): Promote to top-level group.
eba5b4dd
CY
13009
13010 * net/browse-url.el (browse-url):
13011 * net/xesam.el (xesam):
13012 * net/tramp.el (tramp):
13013 * net/goto-addr.el (goto-address):
26f4b8ab 13014 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
13015
13016 * view.el (view): Remove from editing group.
13017
13018 * uniquify.el (uniquify): Put in files group.
13019
13020 * net/browse-url.el (browse-url):
13021 * ps-print.el (postscript): Put in external group.
13022
13023 * cus-edit.el (outlines):
13024 * textmodes/text-mode.el (text-mode-hook):
13025 * textmodes/table.el (table):
13026 * textmodes/picture.el (picture):
13027 * outline.el (outlines): Put in wp group.
13028
13029 * nxml/nxml-mode.el (nxml): Remove from wp group.
13030
13031 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13032
13033 * mail/metamail.el (metamail): Remove from hypermedia group.
13034
13035 * cus-edit.el (abbrev):
13036 * whitespace.el (whitespace):
13037 * vcursor.el (vcursor):
13038 * reveal.el (reveal):
13039 * hl-line.el (hl-line): Put in convenience group.
13040
13041 * epg-config.el (epg): Put in data group.
13042
13043 * emulation/pc-select.el (pc-select): Put in emulations group.
13044
13045 * calculator.el (calculator): Put in applications group.
13046
8117868f
DN
130472010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13048
13049 Add .dir-locals.el support for file-less buffers.
13050 * files.el (hack-local-variables): Split out code to apply local
13051 variable settings ...
13052 (hack-local-variables-apply): ... here. New function.
13053 (hack-dir-local-variables): Use the default directory for when the
13054 buffer does not have an associated file.
13055 (hack-dir-local-variables-non-file-buffer): New function.
13056 * diff-mode.el (diff-mode):
13057 * vc-annotate.el (vc-annotate-mode):
13058 * vc-dir.el (vc-dir-mode):
13059 * log-edit.el (log-edit-mode):
13060 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13061
855a2294
DN
130622010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13063
13064 Add support for shelving snapshots and for showing shelves.
13065 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13066 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13067 New functions.
13068 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13069 (vc-bzr-extra-menu-map): Map them.
13070
3e5b7009
GM
130712010-03-11 Glenn Morris <rgm@gnu.org>
13072
0dcf7d7e
GM
13073 * cus-edit.el (customize-changed-options-previous-release):
13074 Bump to 23.1.
13075
3e5b7009
GM
13076 * image.el (image-animate-max-time): Fix :version tag.
13077
288f9fc0
CY
130782010-03-10 Chong Yidong <cyd@stupidchicken.com>
13079
13080 * Branch for 23.2.
13081
53ef91b1
SM
130822010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * vc-git.el (vc-git-revision-table): Include remote branches.
13085
b41460ae 130862010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
13087
13088 Animated image API.
13089 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13090
13091 * image.el (image-animate-max-time): New defcustom.
13092 (image-animated-types): New defconst.
13093 (create-animated-image, image-animate-timer)
13094 (image-animate-start, image-animate-stop, image-animate-timeout)
13095 (image-animated-p): New functions.
13096
13097 * image-mode.el (image-toggle-display-image):
13098 Replace `create-image' with `create-animated-image'.
13099
e5d1fb10 131002010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
13101
13102 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13103 instead of "format:"; this ensures that the output is
13104 newline-terminated.
13105
4e7cafbe
CY
131062010-03-08 Chong Yidong <cyd@stupidchicken.com>
13107
13108 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13109 that all errors are caught, and that the return value is always a
13110 list (Bug#5692).
13111
aec66319
KH
131122010-03-08 Kenichi Handa <handa@m17n.org>
13113
13114 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 13115 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 13116
b327c975
AS
131172010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13118
13119 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13120 call to rfc822-bad-address. (Bug#5692)
13121
1c465a6a
CY
131222010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13123
85626eef
SM
13124 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13125 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 13126
a4e32226
CY
131272010-03-06 Chong Yidong <cyd@stupidchicken.com>
13128
13129 * calculator.el (calculator): Don't bind split-window-keep-point
13130 (Bug#5674).
13131
4c83ed3d
SM
131322010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13133
13134 * vc-git.el: Re-flow to fit into 80 columns.
13135 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13136 Remove spurious `quote' element in each case alternative.
13137 (vc-git-show-log-entry): Use prog1.
13138 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13139
e8defde3
SM
131402010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13143
233f0c9f
CY
131442010-03-03 Chong Yidong <cyd@stupidchicken.com>
13145
13146 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13147 definition, not the name (Bug#5481).
13148
254bedef 131492010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13150
13151 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13152 argument with a local variable. (Bug#5670)
13153
7187cdae
JL
131542010-03-02 Juri Linkov <juri@jurta.org>
13155
13156 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13157
9cf3544e
MA
131582010-03-02 Michael Albinus <michael.albinus@gmx.de>
13159
13160 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13161 error when FILENAME and NEWNAME are existing remote directories.
13162
13163 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13164 parameter DIR-FLAG.
13165
33f77982
GM
131662010-03-02 Glenn Morris <rgm@gnu.org>
13167
13168 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13169 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13170
d99ea08e
KH
131712010-03-01 Kenichi Handa <handa@m17n.org>
13172
e8defde3 13173 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13174 myanmar-composable-pattern.
13175
e8defde3
SM
13176 * international/characters.el (script-list):
13177 * international/fontset.el (script-representative-chars):
13178 Change myanmar to burmese.
d99ea08e 13179 (otf-script-alist): Likewise.
4aa2c3b2
KH
13180 (setup-default-fontset): Likewise. Re-fix :otf spec.
13181
b374f54d
KY
131822010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13183
13184 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13185
71572c03
JD
131862010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13187
13188 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13189
00cffdeb
MA
131902010-02-28 Michael Albinus <michael.albinus@gmx.de>
13191
13192 * net/tramp.el (tramp-handle-write-region): START can be a string.
13193 Take care in the checks. Reported by Dan Davison
13194 <davison@stats.ox.ac.uk>.
13195
d4b06783
MA
131962010-02-28 Michael Albinus <michael.albinus@gmx.de>
13197
13198 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13199 (dbus-set-property, dbus-get-all-properties):
13200 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13201
8c3e96d2
CY
132022010-02-28 Chong Yidong <cyd@stupidchicken.com>
13203
de3a1fe9
CY
13204 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13205 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13206 * calendar/icalendar.el (icalendar--add-diary-entry):
13207 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13208 * files.el (recover-session-finish): Use with-current-buffer
13209 instead of save-excursion.
13210
c53b9c3b
SM
132112010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13212
13213 Fix in-buffer completion when after-change-functions modify the buffer.
13214 * minibuffer.el (completion--replace): New function.
13215 (completion--do-completion): Use it and use relative movement.
13216
4a16bdc6
CY
132172010-02-27 Chong Yidong <cyd@stupidchicken.com>
13218
13219 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13220
b8280f39
CY
132212010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13222
c53b9c3b
SM
13223 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13224 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13225
f88cc4d6
KH
132262010-02-26 Kenichi Handa <handa@m17n.org>
13227
13228 * language/burmese.el: Fix entries in composition-function-table.
13229 (myanmar-composable-pattern): New variable.
13230
13231 * international/fontset.el (setup-default-fontset): Add an entry
13232 for myanmar.
13233
13234 * international/characters.el (script-list): Add Myanmar
13235 Extended-A.
13236
cdbf9100
GM
132372010-02-26 Glenn Morris <rgm@gnu.org>
13238
90a94603
GM
13239 * custom.el (custom-initialize-delay): Doc fix.
13240
cdbf9100
GM
13241 * mail/sendmail.el (send-mail-function): Autoload the call
13242 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13243
f95a5fd0
CY
132442010-02-24 Chong Yidong <cyd@stupidchicken.com>
13245
13246 * files.el (hack-local-variables-filter): For eval forms, also
13247 check safe-local-variable-p (Bug#5636).
13248
459a5f4b
MA
132492010-02-22 Michael Albinus <michael.albinus@gmx.de>
13250
13251 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13252 setting the modes by `ignore-errors'. It might fail, for example
13253 if the file is not owned by the user but the group.
13254 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13255
bb23f6e8
CY
132562010-02-21 Chong Yidong <cyd@stupidchicken.com>
13257
6a7662bb
BR
13258 * files.el (directory-listing-before-filename-regexp):
13259 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13260 date-like filenames (Bug#5597).
13261
b660eb70
CY
13262 * htmlfontify.el (htmlfontify): Doc fix.
13263
13264 * eshell/eshell.el (eshell): Doc fix.
13265
bb23f6e8
CY
13266 * startup.el (fancy-about-screen): In mode-line, apply
13267 mode-line-buffer-id face only to the buffer name (Bug#5613).
13268
3e39928c
CY
132692010-02-20 Kevin Ryde <user42@zip.com.au>
13270
f7e0618c
JB
13271 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13272 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13273 (Bug#5599).
13274
0f00e948
EZ
132752010-02-20 Eli Zaretskii <eliz@gnu.org>
13276
13277 * subr.el (remove-yank-excluded-properties): Explain in a comment
13278 why `category' property is removed.
13279
3513efb2
CY
132802010-02-19 Chong Yidong <cyd@stupidchicken.com>
13281
6a7662bb
BR
13282 * isearch.el (isearch-update-post-hook, isearch-update):
13283 Revert 2010-02-17 change.
3513efb2 13284
b4340b3f
UJ
132852010-02-19 Ulf Jasper <ulf.jasper@web.de>
13286
13287 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13288 (icalendar--convert-weekly-to-ical)
13289 (icalendar--convert-yearly-to-ical)
13290 (icalendar--convert-block-to-ical)
13291 (icalendar--convert-cyclic-to-ical)
13292 (icalendar--convert-anniversary-to-ical): Take care of time
13293 specifications where hour has 1-digit only (Bug#5549).
13294
8cfae03d
NR
132952010-02-19 Nick Roberts <nickrob@snap.net.nz>
13296
13297 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13298 of disassemble output in GDB 7.1.
13299
055e4eea
GM
133002010-02-19 Glenn Morris <rgm@gnu.org>
13301
13302 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13303 property. (Bug#5593)
13304
ff6b00de
SS
133052010-02-18 Sam Steingold <sds@gnu.org>
13306
13307 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13308
fe8c0b47
SM
133092010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 Use abbreviated file names in bookmarks (bug#5591).
13312 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13313 calls to expand-file-name.
13314 (bookmark-relocate): Use abbreviated file names in bookmarks.
13315 (bookmark-load): Use abbreviated file names in messages.
13316
73a37a69
MA
133172010-02-18 Michael Albinus <michael.albinus@gmx.de>
13318
13319 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13320 expand "." and "..". Reported by Thierry Volpiatto
13321 <thierry.volpiatto@gmail.com>.
13322
6e4f5731
MA
133232010-02-18 Michael Albinus <michael.albinus@gmx.de>
13324
13325 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13326 permissions of the temporary file to "0600". In case the remote
13327 file has no read permissions for the owner, there might be
13328 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13329
1333022010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13331
13332 * emacs-lisp/authors.el (authors-renamed-files-alist):
13333 Add entries for INSTALL.CVS.
13334
ba5bf642
MH
133352010-02-17 Mark A. Hershberger <mah@everybody.org>
13336
f7e0618c 13337 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13338
f7e0618c 13339 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13340 (isearch-update): Use the new hook.
13341
aac0b0f2
MA
133422010-02-16 Michael Albinus <michael.albinus@gmx.de>
13343
fe8c0b47
SM
13344 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13345 Fix errors in copying directories.
aac0b0f2
MA
13346 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13347 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13348 (tramp-handle-delete-file)
13349 (tramp-handle-dired-recursive-delete-directory)
13350 (tramp-handle-write-region): Flush also the cache for the upper
13351 directory.
13352
05bbe066
CY
133532010-02-16 Chong Yidong <cyd@stupidchicken.com>
13354
e8ab3908
CY
13355 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13356
ff90f4b0
CY
13357 * cus-edit.el (hardware): Doc fix.
13358
13359 * man.el (man): Add to external custom group.
13360
13361 * delim-col.el (columns): Move to wp custom group.
13362
13363 * doc-view.el (doc-view): Add to data custom group.
13364
fe8c0b47 13365 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13366
05bbe066
CY
13367 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13368 by ispell-parse-output (Bug#5575).
13369
fa6ea913
KH
133702010-02-16 Kenichi Handa <handa@m17n.org>
13371
13372 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13373 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13374 (skkdic-convert): Use `euc-japan' coding system for writing.
13375
88fd78ae
GM
133762010-02-16 Glenn Morris <rgm@gnu.org>
13377
13378 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13379 tex-main-file before using it. (Bug#5562)
13380
2b8c974a
SM
133812010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13382
13383 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13384 warnings, since it is annoying for the user to see them each time he
13385 runs the code.
13386
7540f029
MA
133872010-02-15 Michael Albinus <michael.albinus@gmx.de>
13388
13389 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13390 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13391 instead of PROC for caching "first-password-request". Otherwise,
13392 new processes would not profit from passwords already entered.
13393
2b8c974a
SM
13394 * net/tramp-cache.el (tramp-dump-connection-properties):
13395 Don't save "first-password-request" property.
7540f029 13396
fa5f7c5f
JB
133972010-02-14 Juanma Barranquero <lekktu@gmail.com>
13398
13399 * outline.el (outline-head-from-level):
13400 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13401 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13402 (elint-defun, elint-buffer-env, elint-top-form-logged)
13403 (elint-unbound-variable):
13404 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13405 Fix typos in docstrings.
13406
ecbaeb7b
MA
134072010-02-14 Michael Albinus <michael.albinus@gmx.de>
13408
13409 * files.el (insert-directory): When WILDCARD-REGEXP and
13410 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13411 whole directory. (Bug#5551)
13412
13413 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13414 dired's alignment sanity. (Bug#5516)
13415
91e3333f
JL
134162010-02-14 Juri Linkov <juri@jurta.org>
13417
13418 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13419 Remove remaining ^H with their preceding chars. (Bug#5566)
13420
36020642
GM
134212010-02-13 Glenn Morris <rgm@gnu.org>
13422
13423 * simple.el (transpose-subr): Give it a doc-string.
13424
13425 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13426 Doc fixes.
13427
f5952338
JL
134282010-02-12 Juri Linkov <juri@jurta.org>
13429
13430 * arc-mode.el (archive-unique-fname): Make directories for nested
13431 archives. (Bug#5540)
13432
918fe50f
JL
134332010-02-12 Juri Linkov <juri@jurta.org>
13434
13435 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13436
c07ff221
SM
134372010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13438
48b1e7cf
SM
13439 * subr.el (copy-overlay): Handle deleted overlays.
13440
c07ff221
SM
13441 * man.el (Man-completion-table): Don't signal an error if we can't run
13442 manual-program (bug#4056).
13443
0e374247
JB
134442010-02-10 Juanma Barranquero <lekktu@gmail.com>
13445
13446 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13447
dbf8402b
SM
134482010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13449
348d1e60
SM
13450 * info.el (Info-bookmark-jump): Simplify.
13451
dbf8402b
SM
13452 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13453 (bookmark-default-handler): Accept new bookmark field `buffer'.
13454
e6d23bb5
CY
134552010-02-10 Chong Yidong <cyd@stupidchicken.com>
13456
13457 * iswitchb.el (iswitchb-completions): Revert last change.
13458
a8e4290b
MA
134592010-02-10 Michael Albinus <michael.albinus@gmx.de>
13460
2b23acde 13461 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13462 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13463 This prevents file names like "~/" being listed literally.
a8e4290b 13464
c59d6fad
DN
134652010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13466
348d1e60
SM
13467 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13468 Remove dead code. (Bug#5546)
c59d6fad 13469
3a66e78f
CY
134702010-02-09 Chong Yidong <cyd@stupidchicken.com>
13471
13472 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13473 correctly (Bug#5548).
13474
f29fd869
CY
134752010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13476
13477 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13478 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13479
7fad1447
KH
134802010-02-08 Kenichi Handa <handa@m17n.org>
13481
13482 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13483 cookie for putting `lisp-indent-function'.
7fad1447 13484
50e4518b
GM
134852010-02-07 Glenn Morris <rgm@gnu.org>
13486
13487 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13488 Move F2003 named interfaces from keywords-2 to keywords-1, and
13489 use function-name-face rather than constant-face.
13490 Simplify "abstract interface" regexp.
13491
a4cc44cf
CY
134922010-02-07 Chong Yidong <cyd@stupidchicken.com>
13493
13494 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13495 ID-FORMAT. Pass it to `file-attributes'.
13496
13497 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13498
c917476d
CY
134992010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13500
13501 * faces.el (set-face-attribute): Allow calling
13502 internal-set-lisp-face-attribute with 'unspecified family and
13503 foundry argument (Bug#5536).
13504
7cf3f3d6
GM
135052010-02-07 Glenn Morris <rgm@gnu.org>
13506
13507 * progmodes/f90.el (f90-font-lock-keywords-2)
13508 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13509 Handle F2003 named interfaces.
13510
ffe87109
CY
135112010-02-06 Chong Yidong <cyd@stupidchicken.com>
13512
13513 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13514 beg and end before calling c-get-state-before-change-functions.
13515
4775ecad
DN
135162010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13517
33aeea0e
SM
13518 * vc-bzr.el (vc-bzr-dir-extra-headers):
13519 Disable the pending merges header.
4775ecad 13520
0d17c4b9
JL
135212010-02-05 Juri Linkov <juri@jurta.org>
13522
13523 * doc-view.el (doc-view-mode):
13524 * image-mode.el (image-mode): Put property mode-class=special.
13525 (Bug#4896)
13526
8228a275
MH
135272010-02-05 Mark A. Hershberger <mah@everybody.org>
13528
13529 * vc-svn.el (vc-svn-revision-table): New function.
13530
d9320986
MA
135312010-02-05 Michael Albinus <michael.albinus@gmx.de>
13532
13533 * net/ange-ftp.el (ange-ftp-insert-directory):
13534 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13535 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13536 Handle also directories. (Bug#5478)
13537
f43d8ecc
GM
135382010-02-05 Glenn Morris <rgm@gnu.org>
13539
13540 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13541
ce3a988d
CY
135422010-02-05 Chong Yidong <cyd@stupidchicken.com>
13543
13544 * startup.el (command-line-1): Convert options beginning with a
13545 single dash as well (Bug#5519).
13546
bdd42899
SM
135472010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13548
51b23c44
SM
13549 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13550 * minibuffer.el (completion-initials-expand): Only check the presence
13551 of delims *within* the boundaries, since otherwise the / delim is
13552 always found for files.
13553
bdd42899
SM
13554 Fix up various corner case problems.
13555 * doc-view.el (doc-view-last-page-number): New function.
13556 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13557 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13558 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13559 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13560 (doc-view-convert-current-doc): Don't create the resolution.el file
13561 here any more.
13562 (doc-view-pdf/ps->png): Do it here instead.
13563 (doc-view-already-converted-p): Check that resolution.el is present.
13564 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13565 windows that are not yet showing images.
13566
d5b3979c
MA
135672010-02-04 Michael Albinus <michael.albinus@gmx.de>
13568
13569 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13570 `dired-uncache' for every elemnt which is an absolute file name.
13571
13572 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13573 directory, handle its directory component.
13574 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13575 function is called permanently and creates noise, otherwise.
13576
13577 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13578 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13579 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13580
b003beb1
DB
135812010-02-04 David Burger <dburger@google.com> (tiny change)
13582
13583 * macros.el (apply-macro-to-region-lines):
13584 Minor simplification. (Bug#5485)
13585
ea92f9f3
GM
135862010-02-04 Glenn Morris <rgm@gnu.org>
13587
a03ae20d
GM
13588 * mail/rmail.el (rmail-show-message-1): Handle malformed
13589 quoted-printable text. (Bug#5441)
13590
4d01b827
GM
13591 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13592
ea92f9f3
GM
13593 * simple.el (visual-line-mode): Capitalize lighter.
13594
82055bb7
JW
135952010-02-03 John Wiegley <jwiegley@gmail.com>
13596
13597 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13598 list of files considered for "virtual buffer" completions.
13599
8214b6e4
MA
136002010-02-03 Michael Albinus <michael.albinus@gmx.de>
13601
13602 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13603 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13604 when dired is called with a list of files, which are not in
13605 `default-directory'. (Bug#5478)
13606
1df9718f
SM
136072010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13610
02ba1267
JL
136112010-02-02 Juri Linkov <juri@jurta.org>
13612
13613 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13614 from unidiff to allow function-line after @@.
13615
a0c6a0fb
JL
136162010-02-02 Juri Linkov <juri@jurta.org>
13617
13618 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13619 '(RCS SCCS) with inverted condition.
13620
c35fcd52
MA
136212010-02-02 Michael Albinus <michael.albinus@gmx.de>
13622
13623 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13624 messages.
13625
6ba973c1
JL
136262010-02-01 Juri Linkov <juri@jurta.org>
13627
13628 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13629 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13630 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13631 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13632
0bca393f
SM
136332010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13634
13635 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13636 (doc-view-revert-buffer): New command.
13637 (doc-view-mode-map): Use it.
13638
7a444e2a
DN
136392010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13640
13641 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13642 pending merge is detected.
13643
ad6fc8f4
JL
136442010-01-31 Juri Linkov <juri@jurta.org>
13645
13646 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13647 beginning of interactive spec like all other grep commands do.
13648 Put "all" in front of "gz". (Bug#5260)
13649
b9236874
DN
136502010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13651
13652 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13653
1e868757
CY
136542010-01-29 Chong Yidong <cyd@stupidchicken.com>
13655
13656 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13657 regexp is incorrect (Bug#5476).
13658
e5c70c41
MA
136592010-01-29 Michael Albinus <michael.albinus@gmx.de>
13660
13661 * net/tramp.el (tramp-handle-insert-directory): Handle also
13662 symlinks, when FILENAME is not in `default-directory'.
13663
0c0b61f1
MA
136642010-01-28 Michael Albinus <michael.albinus@gmx.de>
13665
13666 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13667 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13668
13669 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13670 of SWITCHES. Handle the case, FILENAME is not in
13671 `default-directory'. (Bug#5478)
13672 (tramp-register-file-name-handlers): Add safe-magic property.
13673
763f325e
CY
136742010-01-28 Chong Yidong <cyd@stupidchicken.com>
13675
13676 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13677 unzip (Bug#5475).
13678
fd09a83f
CY
136792010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13680
13681 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13682 (flymake-master-make-header-init): Add other C++ filename masks.
13683 (flymake-find-possible-master-files)
13684 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13685
7e5686f0
MA
136862010-01-28 Michael Albinus <michael.albinus@gmx.de>
13687
13688 Fix some busybox annoyances.
13689
13690 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13691 not responding." string.
13692 (tramp-open-connection-setup-interactive-shell): Dump stty
13693 settings. Enable "neveropen" arg for all `tramp-send-command'
13694 calls. Handle "=" in variable values properly.
13695 (tramp-find-inline-encoding): Raise an error, when no encoding is
13696 found.
13697 (tramp-wait-for-output): Check, whether PROC buffer is available.
13698 Remove spurious " ^H" sequences, sent by busybox.
13699 (tramp-get-ls-command): Suppress coloring, if possible.
13700
c6265c10
GM
137012010-01-28 Glenn Morris <rgm@gnu.org>
13702
c85a168b
GM
13703 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13704
c6265c10
GM
13705 * log-edit.el (log-edit-strip-single-file-name): Add missing
13706 :safe, :group, and :version tags.
13707
7d82a738
SB
137082010-01-27 Stephen Berman <stephen.berman@gmx.net>
13709
13710 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13711 buffers. (Bug#5477)
13712
8b0e68ea
CY
137132010-01-27 David De La Harpe Golden <david@harpegolden.net>
13714
13715 * files.el (delete-directory): Handle moving to trash without
13716 first doing recursion (Bug#5436).
13717
368d3208
DN
137182010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13719
13720 * vc-hooks.el (vc-path): Mark as obsolete.
13721
755da7fa
DN
137222010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13723
e2396d80
DN
13724 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13725 names too.
13726
755da7fa
DN
13727 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13728 for the short log.
13729 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13730
6a6d15ab 137312010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13732
ac9ffe99 13733 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13734
48c2d18a 13735 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13736
25f38310 137372010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13738
13739 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13740 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13741
51850286
DN
137422010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13743
c2f1d6d8
DN
13744 Remove support for adding --signoff on commit.
13745 Future support will use an incompatible generic mechanism.
13746 * vc-git.el (vc-git-add-signoff): Remove variable.
13747 (vc-git-toggle-signoff): Remove function.
13748 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13749
6a7662bb
BR
13750 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13751 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13752 was set.
13753 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13754 earlier, call it again in case the background mode has changed.
13755
02c6d0d0
CY
137562010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13757
13758 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13759 (Bug#3541).
13760
064eee03
CY
137612010-01-23 Chong Yidong <cyd@stupidchicken.com>
13762
02c6d0d0
CY
13763 * emacs-lisp/assoc.el (aelement): Doc fix.
13764 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13765
5336c3ec 137662010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13767
48c2d18a 13768 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13769 is the same as subprogram call, not declaration. (Bug#5435).
13770
0536254e
MA
137712010-01-23 Michael Albinus <michael.albinus@gmx.de>
13772
13773 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13774 (tramp-smb-maybe-open-connection): Use it.
13775
411d06c2
MA
137762010-01-22 Michael Albinus <michael.albinus@gmx.de>
13777
0536254e 13778 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13779
c893016b
SM
137802010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13783 just because we see "encoding: 8bit".
13784 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13785
9425f8e1
CY
137862010-01-22 Chong Yidong <cyd@stupidchicken.com>
13787
13788 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13789
6a801864
EZ
137902010-01-22 Eli Zaretskii <eliz@gnu.org>
13791
13792 * jka-compr.el (jka-compr-load): If load-file is not in
13793 load-history, try its file-truename version. (bug#5447)
13794
3e8f7d91
AM
137952010-01-21 Alan Mackenzie <acm@muc.de>
13796
13797 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13798 * progmodes/cc-engine.el (c-invalidate-state-cache):
13799 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13800 special cpp construct is still in the buffer.
13801 (c-parse-state): Record the special cpp with markers, not numbers.
13802
f0bd0ad5
CY
138032010-01-21 Kenichi Handa <handa@m17n.org>
13804
13805 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13806 process last-command-event, as it is now decoded first (Bug#5380).
13807
5189d95b
CY
138082010-01-20 Chong Yidong <cyd@stupidchicken.com>
13809
13810 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13811
e073d74a
GM
138122010-01-20 Glenn Morris <rgm@gnu.org>
13813
13814 * indent.el (tab-always-indent): Fix custom-type.
13815
8ee04f3a
AM
138162010-01-19 Alan Mackenzie <acm@muc.de>
13817
13818 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13819 buffer throws "args out of range".
13820 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13821 playing the role of delimiter.
13822
6a47c86a
SL
138232010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13824
bf0b361c 13825 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13826 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13827 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13828 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13829 Improve comments in "is" portion. Handle null procedure declaration.
13830 (ada-move-to-end): Improve doc string.
13831
2acfb954
ÓF
138322010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13833
e90d57c0 13834 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13835 Remove obsolete information from commentary.
e90d57c0
JB
13836 (ido-choice-list): Initialize to nil.
13837 (ido-get-bufname): Reject minibuffers.
13838 (ido-make-buffer-list): If "default" is a nonexistent
13839 buffer, ignore it, as per the function's comment.
13840 (ido-kill-buffer-internal): New function.
13841 (ido-kill-buffer-at-head): Use it.
13842 (ido-visit-buffer): Likewise.
2acfb954 13843
244b023e
CY
138442010-01-18 Chong Yidong <cyd@stupidchicken.com>
13845
13846 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13847
db9e401b
JB
138482010-01-18 Juanma Barranquero <lekktu@gmail.com>
13849
db9e401b
JB
13850 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13851 Fix typos in chart titles.
13852
13853 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13854 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13855 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13856 (describe-class, eieio-describe-generic, describe-generic):
13857 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13858 (eieio-speedbar-expand):
13859 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13860 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13861 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13862 (viper-del-backward-char-in-replace, viper-backward-indent)
13863 (viper-brac-function, viper-register-to-point, viper-submit-report):
13864 * net/tramp.el (tramp-remote-coding-commands):
13865 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13866 Fix typos in docstrings.
13867
9295137d
CY
138682010-01-17 Chong Yidong <cyd@stupidchicken.com>
13869
13870 * mail/sendmail.el (mail-yank-original): Set the mark if the
13871 specified function for yanking does not do it.
13872
4d0bbcb6
DN
138732010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13874
7902c120
DN
13875 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13876
4d0bbcb6
DN
13877 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13878 resyncing a directory.
13879
0b702bc1
SL
138802010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13881
6a47c86a 13882 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13883 (ada-ident-re): Delete ., allow multibyte characters.
13884 (ada-goto-label-re): New; matches goto labels.
13885 (ada-block-label-re): New; matches block labels.
13886 (ada-label-re): New; matches both.
5f9d345c 13887 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13888 `ada-block-label-re' instead.
13889 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13890 Use `ada-block-label-re'.
13891 (ada-indent-on-previous-lines): Improve handling of goto labels.
13892 (ada-get-indent-block-start): Special-case block label.
13893 (ada-get-indent-label): Split into `ada-indent-block-label' and
13894 `ada-indent-goto-label'.
13895 (ada-goto-stmt-start, ada-goto-next-non-ws):
13896 Optionally ignore goto labels.
13897 (ada-goto-next-word): Simplify.
13898 (ada-indent-newline-indent-conditional): Insert newline before
13899 trying to fix indentation; doc fix.
13900
05287c49
JB
139012010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13902
13903 * calc/calc.el (calc-command-flags): Give it an initial value.
13904
4963739e
JB
139052010-01-17 Juanma Barranquero <lekktu@gmail.com>
13906
4963739e
JB
13907 * files.el (minibuffer-with-setup-hook):
13908 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13909 (artist-key-draw-continously, artist-key-do-continously-continously)
13910 (artist-key-set-point-continously, artist-mouse-draw-continously):
13911 Fix typos in docstrings.
13912
116bd1ee
CY
139132010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13914
6a7662bb
BR
13915 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13916 Never return t (Bug#3898).
116bd1ee 13917
2784cd7a 139182010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13919
13920 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13921 can parse the output of the external commands (Bug#5279).
13922
abd5cfe8
CY
139232010-01-16 Jari Aalto <jari.aalto@cante.net>
13924
13925 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13926
4fe22cdf
CY
139272010-01-16 Chong Yidong <cyd@stupidchicken.com>
13928
bbdc98ef
CY
13929 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13930
c7dc1ac1
CY
13931 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13932
4fe22cdf
CY
13933 * startup.el (command-line): Remove unused --icon-type arg.
13934 Handle --display arg, passing it to command-line-1 (Bug#5392).
13935
045b9da7
ML
139362010-01-16 Mario Lang <mlang@delysid.org>
13937
045b9da7
ML
13938 * emacs-lisp/chart.el (chart-translate-namezone):
13939 * textmodes/artist.el (artist-compute-popup-menu-table):
13940 Remove duplicated words in doc-strings.
13941
6554a5df
CY
139422010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13943
13944 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13945 to mairix-search to suppress threading (Bug#5342).
13946
ca4f0e9a
KH
139472010-01-15 Kenichi Handa <handa@m17n.org>
13948
13949 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13950 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13951
1db3226b
GM
139522010-01-15 Glenn Morris <rgm@gnu.org>
13953
56a03f46
GM
13954 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13955
13956 * wid-edit.el (widget-keymap): Doc fix.
13957
1db3226b
GM
13958 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13959 former seems to be more widely accepted by various svn versions.
13960
80cd4bb4
JB
139612010-01-14 Juanma Barranquero <lekktu@gmail.com>
13962
d1f18ec0
JB
13963 * find-cmd.el (find-constituents):
13964 * vc-arch.el (vc-arch-root):
13965 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13966 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13967 * progmodes/ada-stmt.el (ada-if):
13968 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13969 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13970 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13971 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13972
80cd4bb4
JB
13973 * progmodes/flymake.el (flymake-post-syntax-check):
13974 Fix typo in error message.
13975
9c23ca47
JB
139762010-01-14 Juanma Barranquero <lekktu@gmail.com>
13977
13978 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13979 which is always a string. (Bug#5313)
13980
8794c483
JB
139812010-01-14 Juanma Barranquero <lekktu@gmail.com>
13982
13983 * progmodes/ada-xref.el (ada-default-prj-properties):
13984 Simplify previous change.
13985
95005d39
SL
139862010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13987
13988 * progmodes/ada-xref.el (ada-default-prj-properties):
13989 Default ada_project_path to $ADA_PROJECT_PATH.
13990
139912010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13992
13993 * progmodes/ada-mode.el (ada-create-keymap):
13994 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13995
fb0d1545
SL
139962010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13997
13998 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13999 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14000 (ada-get-current-indent, ada-imenu-generic-expression)
14001 (ada-which-function): Check for it.
14002
5c9434d0
SL
140032010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14004
14005 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14006 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14007
3a4f3a3b
GM
140082010-01-14 Glenn Morris <rgm@gnu.org>
14009
14010 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14011
d9a7c140
KH
140122010-01-14 Kenichi Handa <handa@m17n.org>
14013
14014 * composite.el (auto-composition-mode): Make it a buffer local
14015 variable (permanent-local).
14016 (auto-composition-function): Set the default value to
14017 auto-compose-chars.
49caf252 14018 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
14019 (global-auto-composition-mode): Likewise.
14020 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 14021
38bee102
KF
140222010-01-13 Karl Fogel <kfogel@red-bean.com>
14023
14024 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 14025
b8b45afc
MA
140262010-01-12 Michael Albinus <michael.albinus@gmx.de>
14027
14028 * files.el (copy-directory): Compute target for recursive
14029 directories with identical names. (Bug#5343)
14030
893db5bc
GM
140312010-01-12 Glenn Morris <rgm@gnu.org>
14032
6a7662bb
BR
14033 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14034 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 14035
d8b8451f
SS
140362010-01-11 Sam Steingold <sds@gnu.org>
14037
14038 * imenu.el (imenu-default-create-index-function): Detect infinite
14039 loops caused by imenu-prev-index-position-function.
14040
30afcdff
JB
140412010-01-11 Juanma Barranquero <lekktu@gmail.com>
14042
14043 * htmlfontify.el (htmlfontify-load-rgb-file)
14044 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14045 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14046 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14047 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14048 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14049 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14050 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14051 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14052 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14053 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14054 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14055 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14056 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14057 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14058 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14059 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14060 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14061 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14062 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14063 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14064 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14065 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14066 backslash-quoting from parentheses, etc.
14067
92b1c416
CY
140682010-01-11 Chong Yidong <cyd@stupidchicken.com>
14069
14070 * progmodes/js.el: Autoload javascript-mode alias.
14071
4454adab
JB
140722010-01-11 Juanma Barranquero <lekktu@gmail.com>
14073
14074 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14075 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14076 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14077 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14078 Fix typos in docstrings.
14079 (ffap-url-regexp): Doc fix.
14080 (ffap-at-mouse): Fix typo in message.
14081
6589a2f9
GM
140822010-01-11 Glenn Morris <rgm@gnu.org>
14083
14084 * version.el (emacs-copyright): Set copyright year to 2010.
14085
4e5617ee
SM
140862010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * format.el (format-annotate-function): Only set
14089 write-region-post-annotation-function after running to-fn so as not to
14090 affect nested write-region calls (bug#5273).
14091
52bee098
CY
140922010-01-10 Chong Yidong <cyd@stupidchicken.com>
14093
a069f067
CY
14094 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14095 wisent/python.el.
14096
e709e39d
CY
140972010-01-09 Chong Yidong <cyd@stupidchicken.com>
14098
14099 * man.el (Man-goto-section): Signal error if the section is not
14100 found (Bug#5317).
14101
6ee86780
JB
141022010-01-09 Juanma Barranquero <lekktu@gmail.com>
14103
14104 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14105 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14106
fa7b5f7b
CY
141072010-01-09 Chong Yidong <cyd@stupidchicken.com>
14108
14109 * progmodes/compile.el: Don't treat compile-command as safe if
14110 compilation-read-command might be nil (Bug#4218).
14111
de62c4d9
JD
141122010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14113
14114 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14115 NS options.
14116
e94be827
KH
141172010-01-08 Kenichi Handa <handa@m17n.org>
14118
4e5617ee
SM
14119 * international/fontset.el (build-default-fontset-data):
14120 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 14121
1dfae2a2
JB
141222010-01-07 Juanma Barranquero <lekktu@gmail.com>
14123
14124 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14125 to `create-file-buffer' as it expects, not just a buffer name.
14126 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14127 to help uniquify. (Bug#3224)
14128
d0cf45b7
JD
141292010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14130
14131 * font-setting.el (font-setting-change-default-font): Use user-spec
14132 instead of name.
14133
7534fa5e
DN
141342010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14135
14136 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14137
fd579fdc
CY
141382010-01-05 Tom Tromey <tromey@redhat.com>
14139
4e5617ee
SM
14140 * progmodes/python.el (python-font-lock-keywords):
14141 Handle qualified decorators (Bug#881).
fd579fdc 14142
37860caf
DN
141432010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14144
14145 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14146 in a lightweight checkout.
14147
69db641d
KH
141482010-01-05 Kenichi Handa <handa@m17n.org>
14149
4e5617ee 14150 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14151
b25d6a02
DN
141522010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14153
14154 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14155
137d88ca
DN
141562010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14157
14158 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14159 checkouts. (Bug#618)
3d5d0aa9 14160 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14161 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14162 (vc-bzr-shelve-menu-map):
14163 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14164 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14165
da76998b
CY
141662010-01-02 Chong Yidong <cyd@stupidchicken.com>
14167
14168 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14169 They are valid characters in URL paths (rfc3986), and at least
14170 Firefox does not understand the encoded version (Bug#3166).
14171
b2ad70b6
CY
141722010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14173
14174 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14175 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14176 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14177 (octave-end-as-array-index-p): New function.
14178 (calculate-octave-indent): Use it.
14179
54136282
KF
141802010-01-02 Karl Fogel <kfogel@red-bean.com>
14181
14182 * bookmark.el: Consistently put the text property on the bookmark name.
14183 (bookmark-bmenu-marks-width): Bump back to 2, to include
14184 annotation marks.
14185 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14186 property on the bookmark name, instead of not putting it at all.
14187 (bookmark-bmenu-list): Fix where we put the text property.
14188
cc4d3cad
KF
141892010-01-02 Karl Fogel <kfogel@red-bean.com>
14190
14191 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14192 for showing buffer modified state (as added in the previous change).
14193
b894c439
KF
141942010-01-02 Karl Fogel <kfogel@red-bean.com>
14195
14196 * bookmark.el: Show modified state of bookmark buffer more accurately.
14197 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14198 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14199 (with-buffer-modified-unmodified): New macro.
14200 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14201 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14202 Use new macro to preserve the buffer modified state.
b894c439 14203
3a69db53
KF
142042010-01-02 Karl Fogel <kfogel@red-bean.com>
14205
4e5617ee 14206 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14207 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14208 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14209 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14210 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14211 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14212 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14213
af414f10
EZ
142142010-01-02 Eli Zaretskii <eliz@gnu.org>
14215
4e5617ee
SM
14216 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14217 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14218
f2ec0e5e
CY
142192010-01-02 Ryan Yeske <rcyeske@gmail.com>
14220
14221 * net/rcirc.el: Add follow-link binding (Bug#4738).
14222
38c1ba62
EZ
142232010-01-02 Eli Zaretskii <eliz@gnu.org>
14224
4e5617ee 14225 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14226 (cvs-update): New target for backward compatibility.
14227
4e5617ee 14228 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14229 (cvs-update): New target for backward compatibility.
14230
ea2c0f5b
KF
142312010-01-02 Karl Fogel <kfogel@red-bean.com>
14232
14233 * bookmark.el: Remove gratuitous gratitude.
14234
5ae329f4
KF
142352010-01-02 Karl Fogel <kfogel@red-bean.com>
14236
c4cc8b9a 14237 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14238 (bookmark-bmenu-save): Clear buffer modification if no marks.
14239
142402010-01-02 Karl Fogel <kfogel@red-bean.com>
14241
14242 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14243 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14244 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14245 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14246
14247 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14248 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14249 To: emacs-devel {_AT_} gnu.org
14250 Subject: bookmark.el bug report
14251 Date: Mon, 28 Dec 2009 14:19:16 +0800
14252 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14253
aef053eb
KF
142542010-01-02 Karl Fogel <kfogel@red-bean.com>
14255
14256 * bookmark.el: Improvements suggested by Drew Adams:
14257 (bookmark-bmenu-ensure-position): New name for
14258 `bookmark-bmenu-check-position'. Just ensure the position,
14259 don't return any meaningful value.
14260 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14261 New constants.
14262
0472835f
JB
142632010-01-02 Juanma Barranquero <lekktu@gmail.com>
14264
14265 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14266 (bookmark-yank-point, bookmark-bmenu-check-position):
14267 Fix typos in docstrings.
14268 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14269 (bookmark-name-from-full-record, bookmark-get-position)
14270 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14271 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14272 Remove useless quoting of parenthesis, etc. in docstrings.
14273
14274 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14275 (ediff-append-custom-diff): Fix typo in error message.
14276 (ediff-meta-mark-equal-files): Fix typos in messages.
14277
14278 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14279
0472835f
JB
14280 * net/imap-hash.el (imap-hash-make): Doc fix.
14281 (imap-hash-test): Fix typo in error message; reflow docstring.
14282 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14283 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14284 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14285 Fix typos in docstrings.
14286 (imap-hash-open-connection): Fix typo in error message.
14287
14288 * play/gomoku.el (gomoku): Fix typos in docstring.
14289
14290 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14291 (gdb-jsonify-buffer): Fix typos in docstring.
14292 (gdb-goto-breakpoint): Fix typo in error message.
14293 ("Display Other Windows"): Fix typo in help message.
14294 (gdb-speedbar-expand-node): Fix typo in question.
14295
14296 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14297 (idlwave-html-system-help-location, idlwave-html-help-location)
14298 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14299 (idlwave-help-browser-generic-args, idlwave-help-directory)
14300 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14301 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14302 (idlwave-online-help, idlwave-help-html-link)
14303 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14304 Fix typos in docstrings.
14305 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14306 Reflow docstrings.
14307 (idlwave-help-assistant-start): Fix typo in error message.
14308
14309 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14310 (octave-electric-space): Fix typos in docstrings.
14311
9bbe0828
CY
143122010-01-01 Chong Yidong <cyd@stupidchicken.com>
14313
14314 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14315
a88c46c3
CY
143162010-01-01 Juri Linkov <juri@jurta.org>
14317
14318 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14319 increase the default to 500 (Bug#5148).
a88c46c3 14320
7ee6c59b
NR
143212009-12-31 Nick Roberts <nickrob@snap.net.nz>
14322
14323 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14324 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14325 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14326
a9c8a2cd
NR
143272009-12-30 Nick Roberts <nickrob@snap.net.nz>
14328
14329 Show working revision correctly for mercurial.
14330 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14331 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14332
659e4408
JB
143332009-12-29 Juanma Barranquero <lekktu@gmail.com>
14334
14335 Declare some functions for the byte-compiler.
14336 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14337 (speedbar-timer-fn, speedbar-change-expand-button-char)
14338 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14339
7ee6c59b
NR
143402009-12-29 Nick Roberts <nickrob@snap.net.nz>
14341
14342 This changeset reverts GDB Graphical Interface to use annotations.
14343 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14344
460f6e7c
DN
143452009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14346
14347 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14348 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14349 Return file names relative to it.
460f6e7c
DN
14350 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14351 relative directory to vc-bzr-after-dir-status.
14352
543f553a
TH
143532009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14354
14355 * font-lock.el (font-lock-refresh-defaults): New function, which
14356 can be used to let font-lock react to external changes in
14357 variables like font-lock-defaults and keywords.
14358 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14359
2592ab76
DN
143602009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14361
ac859983
DN
14362 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14363
2592ab76
DN
14364 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14365
58941d03
JB
143662009-12-28 Juanma Barranquero <lekktu@gmail.com>
14367
14368 Supersede color.diff settings in git log (bug#5211).
14369
14370 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14371 escape chars in its output when the user has color.diff set to `always'.
14372 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14373
39764e76
KR
143742009-12-26 Kevin Ryde <user42@zip.com.au>
14375
14376 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14377 node. Keep previous "Index" name to work with past coreutils too.
14378
91c4831e
KR
14379 * man.el (man): Revise docstring a bit to show -a and -l as
14380 examples. Add -k description since support for it has otherwise
14381 been a secret. (Further to bug#3717.)
651e932e
KR
14382 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14383 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14384 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14385
7f4d4a97
MA
143862009-12-26 Michael Albinus <michael.albinus@gmx.de>
14387
14388 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14389 switches. Check also for //SUBDIRED// line.
14390
bcffff46
KH
143912009-12-25 Kenichi Handa <handa@m17n.org>
14392
88b5a757 14393 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14394 handle ZWNJ and ZWJ. Use it in composition-function-table for
14395 Devanagari.
14396 (malayalam-composable-pattern): Fix previous change.
14397
dc1dcfa4
VJL
143982009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14399
14400 * ps-print.el (ps-face-attributes): It was not returning the
14401 attribute face for faces specified as string. Reported by harven
80525855 14402 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14403 (ps-print-version): New version 7.3.5.
14404
6fe539d2
UJ
144052009-12-18 Ulf Jasper <ulf.jasper@web.de>
14406
85626eef 14407 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14408 Fix timezone names.
14409 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14410 (icalendar--add-diary-entry): Remove the trailing blank that
14411 diary-make-entry inserts.
14412
1f3611c6
MA
144132009-12-17 Michael Albinus <michael.albinus@gmx.de>
14414
14415 Make `file-expand-wildcards' work for remote files.
14416
14417 * files.el (file-expand-wildcards): In case of remote files, check
14418 only local file name part for wildcards. Provide feature 'files
14419 and subfeature 'remote-wildcards. (Bug#5198)
14420
14421 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14422 if there is already an established connection.
14423 (tramp-advice-file-expand-wildcards): Remove it.
14424
14425 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14426 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14427 Activate advice for older GNU Emacs versions. (Bug#5237)
14428
9762b219
JB
144292009-12-17 Juanma Barranquero <lekktu@gmail.com>
14430
14431 Some doc fixes (more needed).
14432
14433 * find-cmd.el (find-constituents): Reflow docstring.
14434 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14435 (find-generic): Doc fix.
14436
cfb54897
JL
144372009-12-17 Juri Linkov <juri@jurta.org>
14438
14439 Fix regression from 23.1 to allow multiple modes in Local Variables.
14440
14441 * files.el (hack-local-variables-filter): While ignoring duplicates,
14442 don't take `mode' into account.
85626eef
SM
14443 (hack-local-variables-filter, hack-dir-local-variables):
14444 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14445
ad974e9e
JL
144462009-12-17 Juri Linkov <juri@jurta.org>
14447
85626eef 14448 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14449
14450 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14451 `current' or when `file' is a directory of the `current' file.
14452
3616e0b9
AS
144532009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14454
14455 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14456 unconditionally preloaded files.
14457
72b57560
JL
144582009-12-16 Juri Linkov <juri@jurta.org>
14459
14460 Revert to old 23.1 logic of using the file at the mark as default.
14461 * dired-aux.el (dired-diff): Use the file at the mark as default
14462 if it's not the same as the current file, and the target dir is
14463 the current dir or the mark is active. Add the current file
14464 as the arg of `dired-dwim-target-defaults'. Use the default file
14465 in the prompt. (Bug#5225)
14466
68712eb6
MA
144672009-12-15 Michael Albinus <michael.albinus@gmx.de>
14468
14469 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14470 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14471 (tramp-check-for-regexp): Check also, when an echoing shell stops
14472 to echo sent commands.
14473
fd471993
CY
144742009-12-14 Chong Yidong <cyd@stupidchicken.com>
14475
14476 * Makefile.in: Revert last change (Bug#5191).
14477
86b5e14c
DN
144782009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14479
14480 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14481 (vc-hg-working-revision): Make sure the command is executed in a
14482 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14483
8cffbb75
CY
144842009-12-14 Chong Yidong <cyd@stupidchicken.com>
14485
14486 * progmodes/python.el (python-symbol-completions): Remove text
14487 properties from symbol string before calling python-send-receive.
14488
6c2b67ad
NR
144892009-12-14 Nick Roberts <nickrob@snap.net.nz>
14490
14491 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14492 when there are values for both file and line. (Bug#5060)
6c2b67ad 14493
ff6f4585
JL
144942009-12-14 Juri Linkov <juri@jurta.org>
14495
14496 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14497 whitespace after the file name of the first line of unified format,
14498 because git-diff doesn't output whitespace and file modification time
14499 after the file name.
14500
d3de1c8e
JL
145012009-12-14 David Kastrup <dak@gnu.org>
14502
14503 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14504 check if it already has the `display' property added by
14505 `Info-display-images-node', and not put the `invisible' property
14506 in this case.
14507
2f1b7dc4
GM
145082009-12-13 Glenn Morris <rgm@gnu.org>
14509
a0cefee5
GM
14510 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14511 (report-emacs-bug): In message-mode, sort manually before storing
14512 original report text. (Bug#5178)
2f1b7dc4
GM
14513 Remove superfluous save-excursion.
14514
31bb373f
MA
145152009-12-12 Michael Albinus <michael.albinus@gmx.de>
14516
14517 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14518 when responding to "GetAll" properties.
14519
5e1d4968
CY
145202009-12-12 Chong Yidong <cyd@stupidchicken.com>
14521
14522 * simple.el (compose-mail): Remove mail-setup-with-from from
14523 customization checks.
14524
097d86f9
EZ
145252009-12-12 Eli Zaretskii <eliz@gnu.org>
14526
14527 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14528 RAR archives created on Unix systems.
14529
1d4adede
SM
145302009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14531
14532 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14533 the varalias that was accidentally removed by the 2009-11-19 change
14534 (bug#5186).
14535
3ff3655c
KH
145362009-12-12 Kenichi Handa <handa@m17n.org>
14537
14538 * language/indian.el (indian-compose-regexp): New function.
14539 (malayalam-composable-pattern): Fix the pattern.
14540 (composition-function-table): Set malayalam-composable-pattern for
14541 Malayalam characters.
14542
82d3343c
CY
145432009-12-11 Chong Yidong <cyd@stupidchicken.com>
14544
315eb96d
CY
14545 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14546 rather than down-mouse-1, based on follow-link conventions.
14547
82d3343c
CY
14548 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14549 are compiled.
14550
86a4c7ac
DN
145512009-12-11 Michael McNamara <mac@mail.brushroad.com>
14552
bf0b361c 14553 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14554 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14555 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14556 (verilog-leap-to-head, verilog-backward-token):
14557 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14558
145592009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14560
bf0b361c
JB
14561 * progmodes/verilog-mode.el (verilog-auto-lineup)
14562 (verilog-nameable-item-re): Cleanup user-visible spelling and
14563 documentation errors. One reported by Gary Delp.
1d4adede 14564 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14565 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14566 package, bug195. Reported by Pierre-David Pfister.
14567
fe03f49a
GM
145682009-12-11 Glenn Morris <rgm@gnu.org>
14569
47641aac
GM
14570 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14571
85094855
GM
14572 * mail/emacsbug.el: No longer require sendmail.
14573 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14574 (report-emacs-bug-orig-text): Doc fix.
14575 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14576 New local variables, to adapt to different mail-user-agents.
14577 (report-emacs-bug): Fix test for a gnu.org address.
14578 Use overlays for emphasis, since font-lock defeats 'face property.
14579 Pretest bugs also end up at the newsgroup these days.
14580 Stop message-mode stripping text properties.
14581 Set and use the new buffer-local variables.
14582 (report-emacs-bug-hook): Add doc-string.
14583 Remove some unnecessary save-excursions and simplify.
14584 Use the appropriate hook and send-command.
14585
fe03f49a
GM
14586 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14587 capitalization of some menu entries.
14588
345427f0
VJL
145892009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14590
277e6741
MP
14591 * whitespace.el (whitespace-display-char-on):
14592 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14593 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14594 New version 12.1.
14595
c70ccbba
EZ
145962009-12-10 Eli Zaretskii <eliz@gnu.org>
14597
14598 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14599 characters in the Attribute field.
14600
f1943c1b
DN
146012009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14602
14603 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14604
1c67aeaa
SM
146052009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14606
14607 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14608 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14609 Disregard autoload-excludes.
14610 (update-directory-autoloads): Obey autoload-excludes here instead.
14611 But don't store its contents in no-autoloads and remove entries that
14612 refer to excludes files.
14613
d8194864
GM
146142009-12-10 Glenn Morris <rgm@gnu.org>
14615
8c0171c0
GM
14616 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14617 (expand-mail-aliases): Define for compiler.
14618
dba372dd
GM
14619 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14620 Define for compiler.
14621
d8194864
GM
14622 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14623 appropriate for the mail-user-agent in use.
14624
fe5facd3
MA
146252009-12-09 Michael Albinus <michael.albinus@gmx.de>
14626
14627 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14628
99999a1d
DN
146292009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14630
14631 Fix short log parsing and fontification.
14632 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14633 Fix fontification for the [merge] label.
14634
2ea1c4aa
SM
146352009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14636
85626eef 14637 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14638 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14639 (hfy-fontify-buffer): Use it.
14640
9840deb6
SM
146412009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14642
a0d1aadf
SM
14643 Minor cleanup.
14644 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14645 Adjust all callers.
14646 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14647 args compulsory. Adjust callers.
14648 (ffap-gopher-at-point): Remove unused var `name'.
14649
9840deb6
SM
14650 Get rid of the ELCFILES abomination.
14651 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14652 (compile-elcfiles): New phony target.
14653 (compile-main): Compute ELCFILES dynamically.
14654 (compile-clean): New target to remove left-over elc files.
14655 (compile, all): Use it.
14656
7eb3f9a8
KH
146572009-12-09 Kenichi Handa <handa@etlken>
14658
14659 * international/mule-diag.el: Require help-mode instead of help-fns.
14660
ae63e572
KH
146612009-12-09 Kenichi Handa <handa@m17n.org>
14662
5ce6e4f4 14663 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14664 fine ranges instead of pre-calculating accurate ranges.
14665 Iterate with bigger gc-cons-threshold.
ae63e572 14666
e2f3c692
DN
146672009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14668
14669 Add support for stashing a snapshot of the current tree.
14670 * vc-git.el (vc-git-stash-snapshot): New function.
14671 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14672
cf6d0352
JB
146732009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14674
14675 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14676 instead of `(beginning|end)-of-line'.
14677
48e4acc9
GM
146782009-12-08 Glenn Morris <rgm@gnu.org>
14679
6e890faa
GM
14680 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14681
48e4acc9
GM
14682 * Makefile.in (ELCFILES): Regenerate.
14683
d2a1dc7b
JL
146842009-12-07 Juri Linkov <juri@jurta.org>
14685
14686 Don't lazy-highlight the comint output in history Isearch mode.
14687
14688 * comint.el (comint-history-isearch-search): Instead of
14689 `comint-line-beginning-position', use `comint-after-pmark-p'
14690 to check if point if before the process mark, and go to
14691 `process-mark' in this case.
14692
51ef56c4
SM
146932009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14694
fb10ee4a
SM
14695 * textmodes/tex-mode.el (latex-complete)
14696 (latex-indent-or-complete): Remove.
14697 (latex-mode): Set completion-at-point-functions instead.
14698
14699 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14700 * minibuffer.el (completion-at-point-functions): New var.
14701 (completion-at-point): New command.
fb10ee4a 14702 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14703 * progmodes/python.el (python-mode-map): Use completion-at-point.
14704 (python-completion-at-point): Rename from python-partial-symbol and
14705 adjust for use in completion-at-point-functions.
14706 (python-mode): Setup completion-at-point for Python completion.
14707 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14708 extracted from lisp-complete-symbol.
14709 (lisp-complete-symbol): Use it.
14710 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14711 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14712 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14713 Use completion-at-point.
51ef56c4 14714 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14715 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14716 * progmodes/sym-comp.el: Move to...
14717 * obsolete/sym-comp.el: Move from progmodes.
14718
5e7a9022
EZ
147192009-12-07 Eli Zaretskii <eliz@gnu.org>
14720
14721 Prevent save-buffer in Rmail buffers from using the coding-system
14722 of the current message, and from clobbering the encoding mnemonics
14723 in the mode line (Bug#4623).
14724
14725 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14726 flag, too.
14727 (rmail-message-encoding): New variable.
14728 (rmail-write-region-annotate): Record the encoding of the current
14729 message in rmail-message-encoding.
14730 (rmail-after-save-hook): New function, restores the encoding of
14731 the current message after the message collection is saved.
14732
9136e895
JL
147332009-12-07 Juri Linkov <juri@jurta.org>
14734
14735 * progmodes/grep.el (grep-read-files): Use `completing-read'
14736 instead of `read-string'. Set its `collection' arg to
14737 `read-file-name-internal'. (Bug#4301)
14738
40637410
JL
147392009-12-07 Juri Linkov <juri@jurta.org>
14740
14741 Correctly restore original Isearch point. (Bug#4994)
14742
14743 * isearch.el (isearch-mode): Move `isearch-push-state' after
14744 `(run-hooks 'isearch-mode-hook)'.
14745 (isearch-cancel): When `isearch-push-state-function' is defined,
14746 let-bind `isearch-cmds' to the first state (the last element of
14747 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14748 function and restores the original point). Otherwise, move point
14749 to `isearch-opoint'.
14750
da10ce2b
SM
147512009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14752
14753 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14754 chars that don't have names, so the table can be built much faster at
14755 run-time.
14756
3d68fa99
CY
147572009-12-07 Chong Yidong <cyd@stupidchicken.com>
14758
f82b1493
CY
14759 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14760 change. Suggested by David Kastrup.
14761
3d68fa99
CY
14762 * simple.el (compose-mail): Check for incompatibilities and warn.
14763 (compose-mail-user-agent-warnings): New option.
14764
662c5698
DN
147652009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14766
14767 Support showing a single log entry from vc-annotate.
14768 * vc.el (print-log): Add a new argument: START-REVISION.
14769 (vc-print-log-internal): Add a new optional argument and
14770 pass it to the backend.
14771 (vc-print-log, vc-print-root-log): Adjust callers.
14772 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14773 buffer already displays the requested log entry, use it.
14774 Otherwise display only the log entry in question.
14775 * vc-svn.el (vc-svn-print-log):
e4070cdc 14776 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14777 * vc-hg.el (vc-hg-state):
14778 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14779 (vc-git-show-log-entry): Return t on success.
14780 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14781 (vc-bzr-show-log-entry): Return t on success.
14782 * vc-rcs.el (vc-rcs-print-log):
14783 * vc-sccs.el (vc-sccs-print-log):
14784 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14785
e4070cdc
GM
147862009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14787
5ce6e4f4
JB
14788 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14789 Add menus to the meta mode. (Bug#5043)
e4070cdc 14790
5ce6e4f4 147912009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14792
14793 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14794 event-key.
662c5698 14795
662c5698
DN
14796 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14797
dab816a9
MA
147982009-12-07 Michael Albinus <michael.albinus@gmx.de>
14799
14800 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14801 Berbain <raphael.berbain@gmail.com>.
14802
14803 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14804 characters.
14805 (tramp-initial-end-of-output): New defconst.
14806 (tramp-methods, tramp-find-shell)
14807 (tramp-open-connection-setup-interactive-shell)
14808 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14809 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14810 Handle existence of `#' and `$'.
dab816a9 14811
6a7662bb
BR
14812 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14813 Use `tramp-initial-end-of-output'.
dab816a9 14814
a91e1f6b
DN
148152009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14816
14817 Get the background mode from the terminal for xterm, and set
14818 faces accordingly.
14819 * term/xterm.el (xterm-set-background-mode): New function.
14820 (terminal-init-xterm): Use it in case xterm supports background
14821 color queries. Recompute faces after getting the background
14822 color.
14823
5fa9d1ec
GM
148242009-12-07 Ulrich Mueller <ulm@gentoo.org>
14825
14826 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14827 number comment back on its own line, for easier parsing.
14828
5e9fde5e
SM
148292009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 Make it work for non-file buffers (bug#5102).
14832 * doc-view.el (doc-view-current-cache-dir):
14833 Use doc-view-buffer-file-name rather than buffer-file-name.
14834 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14835
2f2f5242
CY
148362009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14837
14838 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14839 author field is too short.
14840
cebf8ec6
DN
148412009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14842
5e9fde5e
SM
14843 * vc-git.el (vc-git-print-log): Handle a limit argument.
14844 Display the short log in graph form and with labels.
0d3f8a78
DN
14845 (vc-git-log-view-mode): Handle labels.
14846
cebf8ec6
DN
14847 Make vc-revert change VC state from 'added to 'unregistered.
14848 * vc-git.el (vc-git-revert): Call git reset first.
14849
8e39154d
UJ
148502009-12-06 Ulf Jasper <ulf.jasper@web.de>
14851
d8194864
GM
14852 * net/newst-backend.el, net/newst-plainview.el:
14853 * net/newst-reader.el, net/newst-ticker.el:
14854 * net/newst-treeview.el, net/newsticker.el:
14855 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14856
ef187c24
CY
148572009-12-06 Chong Yidong <cyd@stupidchicken.com>
14858
238a0f3a
CY
14859 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14860
2c6bb71a
CY
14861 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14862 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14863 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14864 Update annotation regexp.
14865
ef187c24
CY
14866 * simple.el (beginning-of-visual-line): Constrain to field
14867 boundaries (Bug#5106).
14868
571855b6
UJ
148692009-12-06 Ulf Jasper <ulf.jasper@web.de>
14870
6a7662bb
BR
14871 * xml.el (xml-substitute-numeric-entities):
14872 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14873 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14874 * net/newst-backend.el (newsticker--parse-generic-feed)
14875 (newsticker--parse-generic-items)
6a7662bb
BR
14876 (newsticker--decode-numeric-entities):
14877 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14878 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14879
b857059c
CY
148802009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14881
14882 * progmodes/js.el (js--js-not): Add null to the list of values.
14883
c2dae51b
CY
148842009-12-06 Chong Yidong <cyd@stupidchicken.com>
14885
d8194864 14886 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14887
ed0f72d2
RW
148882009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14889
14890 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14891 delimiter if it is at the end of the current line.
14892 (bibtex-generate-url-list): Fix docstring.
14893
365b9a62
SM
148942009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14895
14896 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14897 minibuffer's content with itself.
14898 Fold the confirm-after-completion case into the `confirm' case.
14899 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14900
990a9cb1
KR
149012009-12-06 Kevin Ryde <user42@zip.com.au>
14902
14903 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14904 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14905
8b5a10db 14906 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14907 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14908
065543e7
JL
149092009-12-05 Juri Linkov <juri@jurta.org>
14910
14911 Save and restore dired buffer's point positions too. (Bug#4880)
14912
14913 * dired.el (dired-save-positions): Return in the first element
14914 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14915 Doc fix.
14916 (dired-restore-positions): First restore buffer's position.
14917 While restoring window's positions, check if window still displays
14918 the original buffer.
14919
503edac9
CY
149202009-12-05 Chong Yidong <cyd@stupidchicken.com>
14921
9a594ee6
CY
14922 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14923 if possible.
14924
925f8c70
CY
14925 * shell.el (shell): Require ansi-color (Bug#5113).
14926
14927 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14928
503edac9
CY
14929 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14930
8fea6b33
AM
149312009-12-05 Alan Mackenzie <acm@muc.de>
14932
14933 * progmodes/cc-mode.el (c-before-hack-hook)
14934 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14935 `c-file-style' to work again. This reversion restores the current
212c5aef 14936 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14937
5d1fd962
CY
149382009-12-05 Kevin Ryde <user42@zip.com.au>
14939
6a7662bb
BR
14940 * textmodes/sgml-mode.el (sgml-lexical-context):
14941 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14942
30760c8b
JL
149432009-12-05 Juri Linkov <juri@jurta.org>
14944
14945 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14946 for virtual nodes. (Bug#4147)
14947 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14948 when moving from a virtual node.
14949 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14950 (Info-mode): Add `Info-virtual-index' to the docstring.
14951
403111a8
RW
149522009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14953
14954 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14955 track of the buffer position of the end of a BibTeX entry as this
14956 position may change during reformatting.
14957 (bibtex-format-entry): Remove whitespace before processing
14958 numerical fields so that we recognize the latter properly.
14959 (bibtex-reformat): Do not use push which changes the global value
14960 of bibtex-entry-format.
14961 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14962 (bibtex-field-re-init): Replace only space characters by regexp
14963 for whitespace.
365b9a62 14964 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14965 (bibtex-initialize): Also update bibtex-strings.
14966 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14967 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14968 Update bibtex-reference-keys.
403111a8 14969
25b54627
SM
149702009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14971
14972 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14973 point after a star, if that's the only place where modifications can
14974 make progress.
14975
35639eb4
DN
149762009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14977
14978 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14979 in docstrings.
14980
8b78760b
JL
149812009-12-04 Juri Linkov <juri@jurta.org>
14982
14983 * proced.el (proced): Call `(proced-update t)' to update process
14984 information instead of only running proced-post-display-hook.
14985 (proced-send-signal): Add a leading space to the buffer name
14986 " *Marked Processes*" to make this buffer ephemeral.
14987
2b3489a7
JL
149882009-12-04 Juri Linkov <juri@jurta.org>
14989
14990 * dired.el (dired-auto-revert-buffer): New defcustom.
14991 (dired-internal-noselect): Use it.
14992
9b9debd1
JL
149932009-12-04 Juri Linkov <juri@jurta.org>
14994
14995 Change roles of modes and functions in image-mode.el (Bug#5062).
14996
14997 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14998 in `auto-mode-alist'.
14999 (image-mode-previous-major-mode): New variable.
15000 (image-minor-mode-map): Rename from `image-mode-text-map'.
15001 (image-mode): Move graceful error-handling code from
15002 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15003 (image-minor-mode): Remove all image-handling code.
15004 Replace `image-mode-text-map' with `image-minor-mode-map'.
15005 Check for `image-type' in mode-line format string.
15006 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15007 (image-mode-as-text): New function with most code from
15008 `image-mode-maybe'.
15009 (image-toggle-display-text): Move code that removes image
15010 properties from `image-toggle-display' to here.
15011 (image-toggle-display-image): New function with code that adds
15012 image properties copied from `image-toggle-display'.
15013 (image-toggle-display): Remove most code with leaving only code
15014 that toggles between `image-mode-as-text' and `image-mode'.
15015
0c74a301
UJ
150162009-12-04 Ulf Jasper <ulf.jasper@web.de>
15017
15018 * net/newst-treeview.el
15019 (newsticker--treeview-list-highlight-start): Restored call to
15020 save-excursion: Selected item was stuck.
15021 (newsticker--treeview-list-select): New.
15022 (newsticker--treeview-item-show-text)
15023 (newsticker--treeview-item-show)
15024 (newsticker--treeview-item-update): Use new
15025 newsticker-treeview-item-mode.
15026 (newsticker-treeview-update): Keep current item.
15027 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15028 (newsticker--treeview-first-feed): Doc change.
15029 (newsticker-treeview-list-menu)
88b5a757 15030 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
15031 (newsticker-treeview-item-mode): New.
15032
5ce6e4f4 15033 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
15034 windows.
15035
9eaeec5b
SS
150362009-12-04 Sam Steingold <sds@gnu.org>
15037
15038 * log-view.el (log-view-mode-map): "q" calls quit-window,
15039 like in all the other non-self-insert buffers.
15040
b2bf5be5
SM
150412009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15042
15043 Minor cleanup.
15044 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15045 key decoding rather than do it manually via last-input-event +
15046 ascii-character.
15047 (term-exec): Use delete-and-extract-region.
15048 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15049 (term-process-pager): Remove unused var `i'.
15050 (term-dynamic-simple-complete): Make obsolete.
15051 (serial-update-config-menu): Remove unused vars `y' and `str'.
15052 (term-update-mode-line): Remove unused var `temp'.
15053
46e5c897
DN
150542009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15055
15056 Limit the number of log entries displayed by default.
15057 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15058 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15059 using a prefix argument.
15060
627e0a14
GM
150612009-12-03 Glenn Morris <rgm@gnu.org>
15062
15063 * progmodes/idlwave.el (class): Restore still useful declaration.
15064
8578c224
AM
150652009-12-03 Alan Mackenzie <acm@muc.de>
15066
4abc318c 15067 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 15068
b2bf5be5
SM
15069 * progmodes/cc-mode.el (c-basic-common-init):
15070 Call c-state-cache-init.
9762b219 15071 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 15072 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 15073 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
15074
15075 * progmodes/cc-langs.el (c-before-font-lock-function):
15076 c-extend-and-neutralize-syntax-in-CPP has been renamed
15077 c-neutralize-syntax-in-and-mark-CPP.
15078
15079 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15080 with `category' properties now, not `syntax-table' ones.
15081
15082 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15083 enhanced (but slower) version of c-end-of-macro that won't land
15084 inside a literal or on another awkward character.
15085 (c-state-cache-too-far, c-state-cache-start)
15086 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15087 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15088 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15089 (c-state-min-scan-pos, c-state-brace-pair-desert)
15090 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15091 buffer local variables.
15092 (c-state-literal-at, c-state-lit-beg)
15093 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15094 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15095 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15096 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15097 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15098 (c-renarrow-state-cache)
15099 (c-append-lower-brace-pair-to-state-cache)
15100 (c-state-push-any-brace-pair, c-append-to-state-cache)
15101 (c-remove-stale-state-cache)
15102 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15103 (c-invalidate-state-cache-1, c-parse-state-1)
15104 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
15105 (c-parse-state): Enhance and refactor.
15106 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
15107
15108 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15109 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
15110 modify to use category text properties rather than syntax-table ones.
15111 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
15112 to switch off/on the syntactic paren property of C++ template
15113 delimiters using the category property.
15114 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15115 template delims suppressed.
15116 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15117 New constant/macros which apply category properties to the start
15118 and end of preprocessor constructs.
b2bf5be5 15119 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
15120 "comment out" the syntactic value of characters in preprocessor
15121 constructs.
15122 (c-with-cpps-commented-out)
15123 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15124 with characters in all or all but one preprocessor constructs
15125 "commented out".
15126
0d4dc442
RW
151272009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15128
15129 * proced.el (proced-filter-alist): Use regexp-quote.
15130
a09dc9bf
MA
151312009-12-03 Michael Albinus <michael.albinus@gmx.de>
15132
15133 Cleanup.
15134 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15135 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15136 arguments. Expand `default-directory'.
15137
15138 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15139 the benefit of returning an expanded localname.
15140 (tramp-tramp-file-p): Handle the case NAME is not a string.
15141
3f6bd790
DN
151422009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15143
4dfb3b9c
DN
15144 Add support for bzr shelve/unshelve.
15145 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15146 (vc-bzr-extra-menu-map): New variables.
15147 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15148 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15149 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15150 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15151 (vc-bzr-dir-extra-headers): Display shelves.
15152
3f6bd790
DN
15153 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15154
842d73a1
SM
151552009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15156
15157 * textmodes/bibtex.el (bibtex-complete-internal):
15158 Use completion-in-region.
15159 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15160
7fa4876f
DN
151612009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15162
15163 Support applying stashes. Improve UI.
15164 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15165 (vc-git-stash-apply, vc-git-stash-pop)
15166 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15167 (vc-git-stash-menu): New functions.
15168 (vc-git-stash-menu-map): New variable.
15169 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15170
d6e82452
GM
151712009-12-03 Glenn Morris <rgm@gnu.org>
15172
15173 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15174 (vc-print-log-internal): Fix previous change.
15175 (vc-revert): Correct pluralization.
15176
8d222148
SM
151772009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15178
ea52206b
SM
15179 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15180 it to be an alist any more.
15181 (makefile-complete): Use completion-in-region.
15182
69a94a37
SM
15183 * progmodes/octave-mod.el (octave-complete-symbol):
15184 Use completion-in-region.
15185
8d222148
SM
15186 Misc cleanup.
15187 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15188 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15189 (idlwave-complete-class): Don't quote lambda.
15190 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15191 (idlwave-mode-map): Move initialization into declaration.
15192 (idlwave-action-and-binding): Use backquotes.
15193 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15194 Simplify.
15195 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15196 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15197 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15198 `parts', and `all-parts'.
15199 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15200 (idlwave-convert-xml-system-routine-info): Remove unused string
15201 `version-string'.
15202 (idlwave-display-user-catalog-widget): Use dolist.
15203 (idlwave-scanning-lib): Declare dynamically-scoped var.
15204 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15205 (completion-highlight-first-word-only): Declare to silence bytecomp.
15206 (idlwave-popup-select): Tighten scope of `resp'.
15207 (idlwave-find-struct-tag): Remove unused var `beg'.
15208 (idlwave-after-load-rinfo-hook): Declare.
15209 (idlwave-sintern-class-info): Remove unused var `taglist'.
15210 (idlwave-find-class-definition): Remove unused var `list'.
15211 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15212 (idlwave-what-module-find-class): Remove unused var `classes'.
15213
3bb8691b
JB
152142009-12-03 Juanma Barranquero <lekktu@gmail.com>
15215
15216 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15217
f72f0c23
SM
152182009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15221 buffers visited. Remove redundant current-buffer-saving.
15222
601a9508
SM
152232009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15224
15225 Use completion-in-buffer and remove uses of dynamic scoping.
15226 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15227 (pascal-buffer-to-use, pascal-flag): Don't declare.
15228 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15229 (pascal-get-completion-decl, pascal-keyword-completion):
15230 Add `pascal-str' argument, save-excursion,
15231 return the found completions, and don't filter with pascal-pred.
15232 (pascal-completion-cache): New var.
15233 (pascal-completion): Don't switch buffer any more (it was never
15234 necessary). Don't save-excursion any more (it's done by the called
15235 subroutines). Use a cache to avoid redundant computations.
15236 Use complete-with-action rather than pascal-completion-response and
15237 let it apply the predicate as well.
15238 (pascal-complete-word): Use completion-in-buffer when
15239 pascal-toggle-completions is nil.
15240 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15241 not used any more.
15242 (pascal-comp-defun): Don't change buffer any more.
15243 Use complete-with-action rather than pascal-completion-response and
15244 let it apply the predicate as well.
15245 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15246 when neded.
15247
1ff4cb98
KH
152482009-12-02 Kenichi Handa <handa@m17n.org>
15249
15250 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15251 shape for all Indic scripts.
15252
bb12edf1
SM
152532009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15254
15255 Use completion-in-buffer.
15256 * wid-edit.el (widget-field-text-end): New function.
15257 (widget-field-value-get): Use it.
15258 (widget-string-complete, widget-file-complete)
15259 (widget-color-complete): Use it and completion-in-region.
15260 (widget-complete): Don't narrow the buffer.
15261
5813f6ef
GM
152622009-12-02 Glenn Morris <rgm@gnu.org>
15263
c920f222
GM
15264 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15265 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15266 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15267 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15268
5813f6ef
GM
15269 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15270 save-excursion with save-current-buffer.
15271 Widen before searching. (Bug#5093)
15272 (diary-list-sexp-entries): Remove superfluous save-excursion.
15273
34b1d750
GM
152742009-12-02 Michael Welsh Duggan <mwd@cert.org>
15275
15276 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15277 name. (Bug#5038)
15278
b2d5f31a
GM
152792009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15280
15281 * ido.el (ido-file-internal): Handle filenames at point that do
15282 not have a directory part. (Bug#5049)
15283
c710ac3c
JB
152842009-12-02 Juanma Barranquero <lekktu@gmail.com>
15285
15286 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15287 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15288
9946be46
SM
152892009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15290
15291 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15292 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15293 any more.
15294
b08016f2
SM
152952009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15296
e7440df4
SM
15297 * comint.el (comint-insert-input): Ignore clicks to the right of
15298 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15299
3bb8691b 15300 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15301 terminate before setting up the major mode.
15302
f3b757f5
SM
15303 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15304 in case.
15305
a2877f1d
SM
15306 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15307 the last element.
15308
b08016f2
SM
15309 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15310
782d6e30
GM
153112009-12-01 Glenn Morris <rgm@gnu.org>
15312
15313 * window.el (window--display-buffer-2): Fix previous changes.
15314
28f57f7e
CY
153152009-12-01 Chong Yidong <cyd@stupidchicken.com>
15316
15317 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15318
c31a2fdc
GM
153192009-12-01 Glenn Morris <rgm@gnu.org>
15320
15321 * Makefile.in (ELCFILES): Add mpc.elc.
15322
e1ada222
SM
153232009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15324
15325 * mpc.el: New file.
15326
0c9ff2c5
GM
153272009-12-01 Glenn Morris <rgm@gnu.org>
15328
3689984f
GM
15329 * window.el (window-to-use): Define for compiler.
15330
3ab4308b
GM
15331 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15332 consistent with others (no final period).
15333
0c9ff2c5
GM
15334 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15335 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15336
fb0c18ff
DN
153372009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15338
15339 Make vc-print-log buttons work.
045b9da7 15340 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15341
2ac7e73e
JB
153422009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15343
15344 * savehist.el (savehist-autosave-interval): Allow setting to nil
15345 through customize. (Bug#5056)
15346
5237d741
JB
153472009-11-30 Juanma Barranquero <lekktu@gmail.com>
15348
15349 Fix references to jit-lock properties.
15350 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15351 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15352 (perl-font-lock-special-syntactic-constructs):
15353 Quote jit-lock-defer-multiline property.
15354
379241fa
DN
153552009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15356
15357 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15358
054ae856
JL
153592009-11-30 Juri Linkov <juri@jurta.org>
15360
15361 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15362 value `buffer' of `multi-isearch-next-buffer-current-function'.
15363 Use `(current-buffer)' when `buffer' is nil.
15364 (multi-isearch-next-buffer-from-list): Don't fallback to
15365 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15366
67296dda
JL
153672009-11-30 Juri Linkov <juri@jurta.org>
15368
15369 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15370 of buffers with `get-buffer' to `multi-isearch-buffers'.
15371 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15372 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15373 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15374 FILES with `expand-file-name' converting relative file names
15375 to absolute. Doc fix. (Bug#4727)
15376
c585bf32
JL
153772009-11-30 Juri Linkov <juri@jurta.org>
15378
15379 * misearch.el (multi-isearch-read-buffers)
15380 (multi-isearch-read-matching-buffers): New functions.
15381 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15382 Use them in the `interactive' spec. Doc fix.
15383 (multi-isearch-read-files, multi-isearch-read-matching-files):
15384 New functions.
15385 (multi-isearch-files, multi-isearch-files-regexp):
15386 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15387
0a745733
JL
153882009-11-30 Juri Linkov <juri@jurta.org>
15389
15390 * doc-view.el (doc-view-continuous):
15391 Rename from `doc-view-continuous-mode'.
15392 (doc-view-menu): Move "Toggle display" to the top.
15393 Add submenu "Continuous" with radio buttons "Off"/"On"
15394 and "Save as Default".
15395 (doc-view-scroll-up-or-next-page)
15396 (doc-view-scroll-down-or-previous-page)
15397 (doc-view-next-line-or-next-page)
6a7662bb
BR
15398 (doc-view-previous-line-or-previous-page):
15399 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15400
1f9689eb
JL
154012009-11-30 Juri Linkov <juri@jurta.org>
15402
15403 * comint.el (comint-mode-map): Rebind `M-r' from
15404 `comint-previous-matching-input' to
15405 `comint-history-isearch-backward-regexp'.
15406 Unbind `M-s' to allow global key binding `M-s'.
15407 Add menu items for `comint-history-isearch-backward' and
15408 `comint-history-isearch-backward-regexp'. (Bug#3746)
15409
2952b1ae
JL
154102009-11-30 Juri Linkov <juri@jurta.org>
15411
15412 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15413 For def=recenter, replace `recenter' with `recenter-top-bottom'
15414 that is called with `this-command' and `last-command' let-bound
15415 to `recenter-top-bottom'. When the last `def' was not `recenter',
15416 set `recenter-last-op' to nil. (Bug#4981)
15417
7a9547ca
SM
154182009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15419
20565545
SM
15420 Minor cleanup and simplification.
15421 * filecache.el (file-cache-add-directory)
15422 (file-cache-add-directory-recursively)
15423 (file-cache-add-from-file-cache-buffer)
15424 (file-cache-delete-file-regexp, file-cache-delete-directory)
15425 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15426 (file-cache-temp-minibuffer-message): Delete function.
15427 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15428
7a9547ca
SM
15429 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15430 Don't signal an error when bumping into EOB in tr, s, or y.
15431
08e968f3
JL
154322009-11-29 Juri Linkov <juri@jurta.org>
15433
15434 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15435 (Bug#4960)
15436
15437 * descr-text.el (describe-char-unidata-list): Use lowercase name
15438 for "Unicode name" like in other tags.
15439
f8d170a4
JL
154402009-11-29 Juri Linkov <juri@jurta.org>
15441
15442 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15443 New compatibility macro.
7a9547ca 15444 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15445
0116abbd
JL
154462009-11-29 Juri Linkov <juri@jurta.org>
15447
15448 Add defcustom to define the cycling order of `recenter-top-bottom'.
15449 (Bug#4981)
15450
15451 * window.el (recenter-last-op): Doc fix.
15452 (recenter-positions): New defcustom.
15453 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15454 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15455
61eef560
MA
154562009-11-29 Michael Albinus <michael.albinus@gmx.de>
15457
15458 Improve integration of Tramp and ange-ftp in eshell.
15459
e4070cdc 15460 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15461 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15462 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15463
15464 * eshell/esh-util.el (top): Require also Tramp when compiling.
15465 (eshell-directory-files-and-attributes): Check for FTP remote
15466 connection.
15467 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15468 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15469 (eshell-file-attributes): Handle ".". Return `entry'.
15470
15471 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15472 (ange-ftp-directory-files-and-attributes)
15473 (ange-ftp-real-directory-files-and-attributes): New defuns.
15474
15475 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15476 shell with "exec" when possible. This prevents trailing prompts
15477 in `start-file-process'.
15478
f5467d3f
SM
154792009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15480
21f49db9
SM
15481 Try and remove assumptions about point-min==1.
15482 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15483 (rng-compute-mode-line-string): Show the validation percentage in
15484 terms of the narrowed text, not the widened text.
15485 (rng-do-some-validation): Don't catch internal errors when debugging.
15486 (rng-first-error): Simplify.
15487 (rng-after-change-function): Remove work around. AFAIK the bug has
15488 been fixed a while ago.
15489
26224faf
SM
15490 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15491 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15492
d7117720
SM
15493 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15494
f5467d3f
SM
15495 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15496 `cd' doesn't always do it for us (bug#5067).
15497
15498 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15499 on 2009-10-25 as part of some other change (bug#5067).
15500
c5269f1c
SM
155012009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15502
62a258a7
SM
15503 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15504 `suspicious'.
15505 (byte-compile-warnings): Use byte-compile-warning-types.
15506 (byte-compile-save-excursion): Warn about use of set-buffer right
15507 after save-excursion.
15508
c5269f1c
SM
15509 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15510 the excursion as well.
15511
3ba30eb8
MA
155122009-11-27 Michael Albinus <michael.albinus@gmx.de>
15513
15514 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15515 providing a Tramp related implementation of "su" and "sudo".
15516 (eshell-unix-initialize): Add "su" and "sudo".
15517
6c6f788d
DU
155182009-11-27 Daiki Ueno <ueno@unixuser.org>
15519
15520 * net/socks.el (socks-send-command): Convert binary request to
15521 unibyte before sending. This fixes mishandling of some port
15522 numbers such as 129.
15523
10c877fe
SM
155242009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15525
6f06a171
SM
15526 * help.el (describe-bindings-internal): Remove `interactive'.
15527
10c877fe
SM
15528 * man.el (Man-completion-table): Trim a terminating "(".
15529 Remove the space between name page a section.
15530 Add the command's description on the `help-echo' property.
c5269f1c
SM
15531 Remove `process-connection-type' binding since it's unused by
15532 call-process.
10c877fe
SM
15533 Provide completion for the "<section> <name>" format as well.
15534 (Man-default-man-entry): Remove spurious var shadowing the argument.
15535
c44a4822
KR
155362009-11-26 Kevin Ryde <user42@zip.com.au>
15537
15538 * log-view.el: Add "Keywords: tools", since its other keywords
15539 aren't in finder-known-keywords, and following vc.el.
15540
9d58f081
KR
15541 * sha1.el (sha1-string-external): default-directory "/" in case
15542 otherwise non-existent. process-connection-type pipe for touch of
15543 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15544
72fe6b25
SM
155452009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15546
15547 Misc coding convention cleanups.
15548 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15549 hfy-init-kludge-hooks.
15550 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15551 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15552 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15553 and push.
15554 (hfy-slant, hfy-weight): Use tables rather than code.
15555 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15556 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15557 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15558 (hfy-face-to-css): Remove `nconc' with single arg.
15559 (hfy-p-to-face-lennart): Use `or'.
15560 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15561 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15562 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15563 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15564 (hfy-force-fontification): Use run-hooks.
15565
85e0a536
SM
155662009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15567
15568 Various minor fixes.
15569 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15570 Javascript belongs in the header, not the body.
15571 (hfy-javascript): Remove.
15572 (hfy-fontify-buffer): Don't insert it any more.
15573 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15574 Fix bug in invis handling when there were no invis props in a chunk.
15575
62ccc42c
SM
155762009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15579
2643c7aa
DN
155802009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15581
15582 * finder.el (finder-mode-map): Add a menu.
15583
0e5c8aed
DN
155842009-11-26 Michael McNamara <mac@mail.brushroad.com>
15585
bf0b361c 15586 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15587 "unsigned" structs.
15588
15589 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15590 fork" statement better.
15591
155922009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15593
bf0b361c
JB
15594 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15595 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15596 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15597 Reported by Clay Douglass.
0e5c8aed
DN
15598
15599 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15600 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15601 Fix removing "// Interfaces" when saving .* expansions.
15602 Reported by Pierre-David Pfister.
0e5c8aed 15603
7629c4e7
GM
156042009-11-26 Glenn Morris <rgm@gnu.org>
15605
62ccc42c
SM
15606 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15607 the scope.
7629c4e7 15608
a5d358f8
JB
156092009-11-25 Johan Bockgård <bojohan@gnu.org>
15610
15611 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15612 Really use previous revision.
15613
002cbde5
KR
156142009-11-25 Kevin Ryde <user42@zip.com.au>
15615
15616 * man.el (Man-completion-table): default-directory "/" in case
15617 doesn't otherwise exist. process-environment COLUMNS=999 so as
15618 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15619 any chance of hitting the pseudo-tty TIOCGWINSZ.
15620 (man): completion-ignore-case t for friendliness and since man
15621 itself is case-insensitive on the command line.
15622 Further to Bug#3717.
002cbde5 15623
8cb5ffe8
KR
15624 * arc-mode.el: Add "Keywords: files", so the details in its
15625 commentary can be reached from finder-by-keyword.
34607612
KR
15626 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15627 editing mode, but it's comms related and sgml-mode.el has "comm"
15628 on that basis too.
b8dfcf54 15629 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15630 * international/isearch-x.el, international/ja-dic-cnv.el:
15631 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15632 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15633
1e2d9ba1
JL
156342009-11-25 Juri Linkov <juri@jurta.org>
15635
15636 * man.el (Man-completion-table): Modify regexp to include
15637 section names to completion strings. (Bug#3717)
15638
a601d313
JL
156392009-11-25 Juri Linkov <juri@jurta.org>
15640
15641 Search recursively in gzipped files. (Bug#4982)
15642
15643 * progmodes/grep.el (grep-highlight-matches): Add new options
15644 `always' and `auto'. Doc fix.
15645 (grep-process-setup): Check `grep-highlight-matches' for
15646 `auto-detect' to determine the need to compute grep defaults.
15647 Move Windows/DOS specific --colors settings handling
15648 to `grep-compute-defaults'. Check `grep-highlight-matches'
15649 to get the value of "--color=".
15650 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15651 has the value `auto-detect'. Move Windows/DOS specific settings
15652 from `grep-process-setup'.
15653 (zrgrep): New command with alias `rzgrep'.
15654
bde04ea9
JL
156552009-11-25 Juri Linkov <juri@jurta.org>
15656
15657 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15658 to nil instead of switching off view-mode. (Bug#4896)
15659
7d6b4d3c
JL
156602009-11-25 Juri Linkov <juri@jurta.org>
15661
15662 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15663
15664 * mwheel.el (mwheel-scroll-up-function)
15665 (mwheel-scroll-down-function): New defvars.
15666 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15667 `scroll-up', and `mwheel-scroll-down-function' instead of
15668 `scroll-down'.
15669
15670 * doc-view.el (doc-view-scroll-up-or-next-page)
15671 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15672 Use this ARG in the call to image-scroll-up/image-scroll-down.
15673 Change `interactive' spec to "P". Goto next/previous page only
15674 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15675 SPC/DEL case). Doc fix.
15676 (doc-view-next-line-or-next-page)
15677 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15678 for consistency.
15679 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15680 `doc-view-scroll-up-or-next-page', and buffer-local
15681 `mwheel-scroll-down-function' to
15682 `doc-view-scroll-down-or-previous-page'.
15683
e237085f
JL
156842009-11-25 Juri Linkov <juri@jurta.org>
15685
15686 Provide additional default values (directories at other Dired
15687 windows) via M-n in the minibuffer of some Dired commands.
15688
15689 * dired-aux.el (dired-diff, dired-compare-directories)
15690 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15691 `minibuffer-default' in `minibuffer-with-setup-hook'.
15692 (dired-dwim-target-directory): Find a window that displays Dired
15693 buffer instead of failing when the next window is not Dired.
15694 Use `get-window-with-predicate' to find for the next Dired window.
15695 (dired-dwim-target-defaults): New function.
15696
15697 * ediff-util.el (ediff-read-file-name):
15698 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15699 in `minibuffer-with-setup-hook'.
15700
7d371eac
JL
157012009-11-25 Juri Linkov <juri@jurta.org>
15702
15703 Provide additional default values (file name at point or at the
15704 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15705
15706 * minibuffer.el (read-file-name-defaults): New function.
15707 (read-file-name): Reset `minibuffer-default' to nil when
15708 it duplicates initial input `insdef'.
15709 Bind `minibuffer-default-add-function' to lambda that
15710 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15711 (minibuffer-insert-file-name-at-point): New command.
15712
15713 * files.el (file-name-at-point-functions): New defcustom.
15714 (find-file-default): Remove defvar.
15715 (find-file-read-args): Don't use `find-file-default'.
15716 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15717 to `read-file-name'.
15718 (find-file-literally): Use `read-file-name' with
15719 `confirm-nonexistent-file-or-buffer'.
15720
15721 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15722
15723 * dired.el (dired-read-dir-and-switches):
15724 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15725 to `read-file-name'.
15726 (dired-file-name-at-point): New function.
15727 (dired-mode): Add hook `dired-file-name-at-point' to
15728 `file-name-at-point-functions'.
15729
04ae543a
SM
157302009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 Really make the *Completions* window soft-dedicated (bug#5030).
15733 * window.el (window--display-buffer-2): Add `dedicated' argument.
15734 (display-buffer): Pass it when needed so the dedicated flag is set
15735 after calling set-window-buffer, which would otherwise reset it.
15736
eb708e66
SM
157372009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15738
d6b8d4e7
SM
15739 * progmodes/meta-mode.el (meta-complete-symbol):
15740 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15741 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15742 Use completion-in-region.
15743
5f24557b
SM
15744 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15745 (dabbrev-completion): Use completion-in-region.
15746 (dabbrev--abbrev-at-point): Simplify regexp.
15747
fe4346f0
SM
15748 * abbrev.el (abbrev--before-point): Use word-motion functions
15749 if :regexp is not specified (bug#5031).
15750
cb190d7d
SM
15751 * subr.el (string-prefix-p): New function.
15752
e2ec6dd5
SM
15753 * man.el (Man-completion-cache): New var.
15754 (Man-completion-table): Use it.
15755
eb708e66
SM
15756 * vc.el (vc-print-log-internal): Make `limit' optional for better
15757 compatibility (e.g. with vc-annotate.el).
15758
4cf8971b
KR
157592009-11-24 Kevin Ryde <user42@zip.com.au>
15760
eb708e66 15761 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15762 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15763
4cf8971b
KR
15764 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15765 when .el source file not found or other error.
15766
d204c46c
SM
157672009-11-24 Markus Triska <markus.triska@gmx.at>
15768
15769 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15770
bb301b9a
SM
157712009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15772
449c27f0
SM
15773 Handle the [back] button properly (bug#4979).
15774 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15775 Use help-setup-xref, help-buffer, and with-help-window.
15776 (describe-char): Add `buffer' argument.
15777 Pass proper command to help-setup-xref. Don't meddle with
15778 help-xref-stack-item directly.
15779 (describe-text-category): Use with-help-window and help-buffer.
15780
32fe5377
SM
15781 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15782 for the displayed buffer (bug#4887).
15783
bb301b9a
SM
15784 * man.el (Man-completion-table): New function.
15785 (man): Use it.
15786
35179414
DR
157872009-11-24 David Reitter <david.reitter@gmail.com>
15788
bb301b9a 15789 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15790 .git is) rather than the file's directory and a relative path spec
15791 to work around a bug in git.
15792
605a20a9
MA
157932009-11-24 Michael Albinus <michael.albinus@gmx.de>
15794
15795 Improve handling of processes on remote hosts.
15796
15797 * eshell/esh-util.el (eshell-path-env): New defvar.
15798 (eshell-parse-colon-path): New defun.
15799 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15800
bb301b9a
SM
15801 * eshell/esh-ext.el (eshell-search-path):
15802 Use `eshell-parse-colon-path'.
605a20a9
MA
15803 (eshell-remote-command): Remove argument HANDLER.
15804 (eshell-external-command): Check for FTP remote connection.
15805
bb301b9a
SM
15806 * eshell/esh-proc.el (eshell-gather-process-output):
15807 Use `file-truename', in order to start also symlinked files.
15808 Apply `start-file-process' instead of `start-process'.
15809 Shorten `command' to the local file name part.
605a20a9 15810
bb301b9a
SM
15811 * eshell/em-cmpl.el (eshell-complete-commands-list):
15812 Use `eshell-parse-colon-path'.
605a20a9
MA
15813
15814 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15815
15816 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15817 to `eshell-directory-change-hook'.
15818
d1d33062
TH
158192009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15820
15821 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15822 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15823
a34d8565 158242009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15825
a34d8565
MK
15826 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15827 made on 2009-11-22.
d1d33062 15828
c83b8d1b
GM
158292009-11-24 Glenn Morris <rgm@gnu.org>
15830
15831 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15832 deleted variable bookmark-bmenu-bookmark-column.
15833
83505cfe
SM
158342009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15837
5241b291
CY
158382009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15839
15840 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15841 two slashes to the "file:" prefix.
15842 (browse-url-file-url): De-munge Cygwin filenames before passing
15843 them to Windows browser.
15844 (browse-url-default-windows-browser): Use call-process.
15845
aefcadb6
JL
158462009-11-23 Juri Linkov <juri@jurta.org>
15847
15848 Implement DocView Continuous mode. (Bug#4896)
15849 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15850 (doc-view-mode-map): Bind C-n/<down> to
15851 `doc-view-next-line-or-next-page', C-p/<up> to
15852 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15853 (doc-view-next-line-or-next-page)
15854 (doc-view-previous-line-or-previous-page): New commands.
15855
0d62bcea
JL
158562009-11-23 Juri Linkov <juri@jurta.org>
15857
15858 Implement Isearch in comint input history. (Bug#3746)
15859 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15860 `isearch-mode-hook'.
15861 (comint-history-isearch): New defcustom.
15862 (comint-history-isearch-backward)
15863 (comint-history-isearch-backward-regexp): New commands.
15864 (comint-history-isearch-message-overlay): New buffer-local variable.
15865 (comint-history-isearch-setup, comint-history-isearch-end)
15866 (comint-goto-input, comint-history-isearch-search)
15867 (comint-history-isearch-message, comint-history-isearch-wrap)
15868 (comint-history-isearch-push-state)
15869 (comint-history-isearch-pop-state): New functions.
15870
b593f105
MA
158712009-11-23 Michael Albinus <michael.albinus@gmx.de>
15872
15873 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15874 return.
15875 (tramp-handle-make-symbolic-link)
15876 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15877 Quote file names.
15878 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15879 (tramp-handle-process-file): Use it.
15880
0f202d5d
SM
158812009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15882
15883 * window.el (move-to-window-line-last-op): Remove.
15884 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15885
216349f8
SM
158862009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15887
0f202d5d 15888 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15889 * window.el (move-to-window-line-last-op): New var.
15890 (move-to-window-line-top-bottom): New command.
15891 (global-map): Bind M-r move-to-window-line-top-bottom.
15892
c10e0633
GM
158932009-11-23 Sven Joachim <svenjoac@gmx.de>
15894
15895 * dired-x.el (dired-guess-shell-alist-default):
15896 Support xz format. (Bug#4953)
15897
953e0c1a
GM
158982009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15899
15900 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15901 last-command-char/last-command-event.
15902 (viper-prefix-arg-value): Do correct conversion of event-char for
15903 XEmacs.
15904
83505cfe
SM
15905 * emulation/viper-util.el, emulation/viper.el:
15906 Use viper-last-command-char instead of
15907 last-command-char/last-command-event.
953e0c1a 15908
83505cfe
SM
15909 * ediff-init.el, ediff-mult.el, ediff-util.el:
15910 Replace last-command-char and last-command-event
15911 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15912
15913 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15914 created in fundamental mode.
15915
15916 * ediff.el (ediff-version): Revert the change of interactive-p to
15917 called-interactively-p.
15918
9ee12eee
TH
159192009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15920
15921 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15922 generation from word-movement command names.
15923
8b571bf3
JD
159242009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15925
15926 * cus-start.el (all): Add native condition for font-use-system-font.
15927
4121db47
AM
159282009-11-21 Nathaniel Flath <flat0103@gmail.com>
15929
83505cfe
SM
15930 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15931 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15932
d71f5e0c
TH
159332009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15934
15935 * progmodes/subword.el: Rename from lisp/subword.el.
15936
15937 * subword.el: Rename to progmodes/subword.el.
15938
15939 * Makefile.in (ELCFILES): Adapt to subword.el move.
15940
fc9d6ad6 159412009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15942 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15943
15944 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15945 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15946 (bookmark-bmenu-show-filenames): Use push.
15947 (bookmark-bmenu-hide-filenames): Use local var instead of
15948 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15949 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15950 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15951 filenames now that the bookmark names are always available.
15952
26d9285f
SM
159532009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15954
15955 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15956 (bookmark-search-pattern): Move and leave unbound.
15957 (bookmark-bmenu-mode-map): Change binding.
15958 (bookmark-read-search-input): Simplify.
15959 Don't use text-char-description. Don't error on non-char events.
15960 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15961 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15962 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15963 Use a local var for the timer.
15964 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15965 (i.e. bookmark-bmenu-search).
15966
d73a0317
GM
159672009-11-21 Glenn Morris <rgm@gnu.org>
15968
15969 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15970
e572025f
CY
159712009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15972
26d9285f
SM
15973 * net/browse-url.el (browse-url-default-windows-browser):
15974 Use cygstart for cygwin.
e572025f 15975
6aeaa3dc
KF
159762009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15977
e4070cdc 15978 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15979 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15980 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15981 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15982 (bookmark-read-search-input): Adjust to fit within 80 columns.
15983
a9b76eec
TH
159842009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15985
15986 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15987 (c-backward-into-nomenclature): Adapt to subword renaming.
15988
15989 * subword.el (subword-forward, subword-backward, subword-mark)
15990 (subword-kill, subword-backward-kill, subword-transpose)
15991 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15992 (subword-forward-internal, subword-backward-internal):
15993 Rename from forward-subword, backward-subword, mark-subword,
15994 kill-subword, backward-kill-subword, transpose-subwords,
15995 downcase-subword, upcase-subword, capitalize-subword,
15996 forward-subword-internal, backward-subword-internal.
a9b76eec 15997
1e7d4475
SM
159982009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15999
26d9285f
SM
16000 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16001 New options.
1e7d4475
SM
16002 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16003 New vars.
16004 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16005 (bookmark-bmenu-filter-alist-by-regexp)
16006 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16007 (bookmark-bmenu-search): New command.
16008 (bookmark-bmenu-mode-map): Bind it.
16009
653d1554
TH
160102009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16011
ab84bfa0
TH
16012 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16013 backward-subword to quit the byte-compiler.
16014
1f35fda9
TH
16015 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16016
16017 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16018
653d1554 16019 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
16020 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16021 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
16022
16023 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16024 subword.el functions instead of cc-subword.el.
16025
1e7d4475
SM
16026 * progmodes/cc-subword.el: Rename to subword.el.
16027 * subword.el: Rename from progmodes/cc-subword.el.
16028 (subword-mode-map): Rename from c-subword-mode-map.
16029 (subword-mode): Rename from c-subword-mode.
653d1554 16030 (global-subword-mode): New global minor mode.
1e7d4475
SM
16031 (forward-subword): Rename from c-forward-subword.
16032 (backward-subword): Rename from c-backward-subword.
16033 (mark-subword): Rename from c-mark-subword.
16034 (kill-subword): Rename from c-kill-subword.
16035 (backward-kill-subword): Rename from c-backward-kill-subword.
16036 (transpose-subwords): Rename from c-tranpose-subword.
16037 (downcase-subword): Rename from c-downcase-subword.
16038 (capitalize-subword): Rename from c-capitalize-subword.
16039 (forward-subword-internal): Rename from c-forward-subword-internal.
16040 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 16041
9717f119
DN
160422009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16043
8de724f3
DN
16044 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16045 from a dired buffer.
16046 (vc-dired-deduce-fileset): New function.
16047 (vc-root-diff, vc-print-root-log): Use it.
16048
9717f119
DN
16049 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16050 nil LIMIT argument to vc-print-log-internal.
16051
af4999b8
GM
160522009-11-20 Glenn Morris <rgm@gnu.org>
16053
16054 * Makefile.in (ELCFILES): Regenerate.
16055
b58edcb6
JB
160562009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16057
02e1b488
SM
16058 * calc/calc.el (calc-set-mode-line):
16059 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16060 (math-format-number): Rename `math-format-complement-signed' to
16061 `math-format-twos-complement'.
16062
02e1b488 16063 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
16064 math-format-complement-signed.
16065 (calc-radix): Rename `calc-complement-signed-mode' to
16066 `calc-twos-complement-mode'.
02e1b488
SM
16067 (calc-octal-radix, calc-hex-radix): Add an argument for
16068 two's complement.
b58edcb6 16069
02e1b488
SM
16070 * calc/calc-embed.el (calc-embedded-mode-vars):
16071 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 16072
02e1b488
SM
16073 * calc/calc-ext.el (calc-init-extensions):
16074 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
16075 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16076
02e1b488
SM
16077 * calc/calc-units.el (math-build-units-table-buffer):
16078 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
16079
16080 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16081 entries.
16082
16083 * calc/calc-vec.el (calcFunc-vunpack):
16084 * calc/calc-aent.el (calc-do-calc-eval):
16085 * calc/calc-forms.el (math-format-date):
16086 * calc/calc-graph.el (calc-graph-plot):
16087 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
16088 * calc/calccomp.el (math-compose-expr):
16089 Let `calc-twos-complement-mode' be nil.
16090
160912009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16094 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16095 * minibuffer.el (completion-in-region-functions): New hook.
16096 (completion-in-region): New function.
16097 * emacs-lisp/lisp.el (lisp-complete-symbol):
16098 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 16099
e3353a78
SM
161002009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16101
eff77808
SM
16102 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16103 (latex-complete-alist): New vars.
16104 (latex-string-prefix-p, latex-complete-bibtex-keys)
16105 (latex-complete-envnames, latex-complete-refkeys)
16106 (latex-complete-data): New functions.
16107 (latex-complete, latex-indent-or-complete): New commands.
16108
d2c9fc42
SM
16109 * window.el (display-buffer-mark-dedicated): New var.
16110 (display-buffer): Obey it.
16111 * minibuffer.el (minibuffer-completion-help): Use it.
16112
31a1c477
SM
16113 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16114
bed4c972
SM
16115 * filecache.el (file-cache-add-file): Use push and cons.
16116 (file-cache-delete-file-regexp): Use push.
16117 (file-cache-complete): Use completion-in-region.
16118
8c22699f
SM
16119 * simple.el (with-wrapper-hook): Fix thinko.
16120
e3353a78
SM
16121 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16122 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16123 Use with-current-buffer and string-to-number.
16124 (hfy-fallback-colour-values): Use assoc-string.
16125 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16126 (hfy-face-at): Remove unused var `found-face'.
16127 (hfy-compile-stylesheet): Remove unused var `css'.
16128 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16129 and `orig-buffer'.
16130 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16131 Use with-current-buffer.
16132 (hfy-text-p): Use expand-file-name and fewer setq.
16133
acca02b0
SM
161342009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16135
16136 * htmlfontify.el, hfy-cmap.el: New files.
16137
042b7cc6
JL
161382009-11-19 Juri Linkov <juri@jurta.org>
16139
16140 * minibuffer.el (completions-format): New defcustom.
16141 (completion--insert-strings): Implement vertical format.
16142
16143 * simple.el (switch-to-completions): Move point to the first
16144 completion when point was at the beginning of the buffer.
16145
da205913
JL
161462009-11-19 Juri Linkov <juri@jurta.org>
16147
16148 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16149
16150 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16151
0b8ee421
CY
161522009-11-19 Chong Yidong <cyd@stupidchicken.com>
16153
16154 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16155 (mail-signature): Change default to t.
16156 (mail-from-style): Deprecate `system-default' value.
16157 (mail-insert-from-field): For default value of mail-from-style,
16158 default to `angles' unless `angles' needs quoting and `parens'
16159 does not.
16160 (mail-citation-prefix-regexp): Use citation regexp from
16161 message-mode.
16162
4265deab
MA
161632009-11-19 Michael Albinus <michael.albinus@gmx.de>
16164
acca02b0
SM
16165 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16166 Set variables for computing the prompt for reading password.
4265deab 16167
27cacd2d
GM
161682009-11-19 Glenn Morris <rgm@gnu.org>
16169
470bce7d
GM
16170 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16171
7e705a1d
GM
16172 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16173
27cacd2d
GM
16174 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16175 (newsticker-treeview-listwindow-height): Fix custom type.
16176
b2f0be0f
KH
161772009-11-19 Kenichi Handa <handa@m17n.org>
16178
16179 * descr-text.el (describe-char-padded-string): Compose with TAB
16180 only if there's a font for CH.
02e1b488 16181 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16182
03446045 161832009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16184
16185 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16186 more accurate version of the regexp. (Bug#3910)
b96337b0 16187
03446045 161882009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16189
16190 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16191
e0620570
JB
161922009-11-18 Juanma Barranquero <lekktu@gmail.com>
16193
16194 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16195 (font-setting-change-default-font): Fix typo in docstring.
16196
6cc6582e
AM
161972009-11-18 Alan Mackenzie <acm@muc.de>
16198
16199 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16200
dfb3c4c6
JD
162012009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16202
02e1b488 16203 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16204
16205 * cus-start.el (all): ... to here.
16206
e268e987
MA
162072009-11-17 Michael Albinus <michael.albinus@gmx.de>
16208
16209 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16210 Don't set `ad-return-value' if `ad-do-it' doesn't.
16211
303ffde8
MA
16212 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16213 modification time.
16214
637fa988
JD
162152009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16216
16217 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16218 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16219
16220 * loadup.el: If feature system-font-setting or font-render-setting is
16221 there, load font-setting.
16222
02e1b488 16223 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16224 * font-setting.el: New file.
16225
1d16a255
GM
162262009-11-17 Glenn Morris <rgm@gnu.org>
16227
16228 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16229
2d84f804
GM
16230 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16231 Preserve point in the list buffer. (Bug#4939)
16232 Use point-at-eol.
16233 (newsticker--treeview-list-update-highlight)
16234 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16235
14467b99
JB
162362009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16237
16238 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16239 Remove.
16240
16241 * calc/calc-ext.el (calc-init-extensions): Remove references to
16242 symclip.
16243
16244 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16245
16246 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16247 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16248 `calc-symclip'.
16249
e3c39c01
KR
162502009-11-16 Kevin Ryde <user42@zip.com.au>
16251
02e1b488 16252 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16253 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16254
497de631
KR
16255 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16256 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16257 Ignore trailing spaces by omit-nulls to split-string (fixing
16258 regression from Emacs 21 due to the incompatible split-string
14467b99 16259 change). (Bug #4928.)
497de631 16260
48b27575
DN
162612009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16262
5237d741 16263 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16264 (vc-print-log-internal): Insert buttons to request more entries
16265 when limiting the output.
16266
16267 * vc-sccs.el (vc-sccs-print-log):
16268 * vc-rcs.el (vc-rcs-print-log):
16269 * vc-cvs.el (vc-cvs-print-log):
16270 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16271 LIMIT is non-nil.
16272
d3e97185
MA
162732009-11-16 Michael Albinus <michael.albinus@gmx.de>
16274
16275 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16276 error when `tramp-gvfs-dbus-event-vector' is set.
16277 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16278
68d87786
SM
162792009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16280
16281 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16282
c0a39702
MA
162832009-11-16 Michael Albinus <michael.albinus@gmx.de>
16284
16285 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16286 (dbus-register-property): Register the handlers of
c0a39702
MA
16287 "org.freedesktop.DBus.Properties" for SERVICE.
16288 (dbus-property-handler): Fix docstring.
16289
1e857121
YM
162902009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16291
16292 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16293 Quote doc string reference in defvaralias as it is not in special form.
16294 (byte-compile-output-docform): Doc fix.
16295
887484c1
JB
162962009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16297
16298 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16299 (calc-complement-signed-mode): New variables.
16300 (calc-set-mode-line): Add indicator for twos-complements.
16301 (math-format-number): Format twos-complement notation.
16302
16303 * calc/calc-bin.el (calc-word-size): Reset the variables
16304 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16305 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16306 (calc-symclip): New functions.
887484c1
JB
16307
16308 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16309
68d87786
SM
16310 * calc/calc-embed.el (calc-embedded-mode-vars):
16311 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16312
16313 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16314 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16315
16316 * calc/calc-ext.el (math-read-number-fancy): Read complement
16317 signed numbers.
68d87786
SM
16318 (calc-init-extensions): Add binding for `calc-symclip'.
16319 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16320
16321 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16322 `calc-symclip'.
68d87786 16323 (calc-modes-menu): Add item for twos complement mode.
887484c1 16324
5237d741 16325 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16326
4cf1d7e3
CY
163272009-11-15 Chong Yidong <cyd@stupidchicken.com>
16328
16329 * register.el (jump-to-register, insert-register): Handle Semantic
16330 tags. From commented-out advice in semantic/senator.el.
16331
f8e65267
DN
163322009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16333
6616006b
DN
16334 * vc.el (vc-log-show-limit): New variable.
16335 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16336 when using a prefix argument.
16337 (vc-print-log-internal): Add new argument LIMIT.
16338
16339 * vc-svn.el (vc-svn-print-log):
16340 * vc-mtn.el (vc-mtn-print-log):
16341 * vc-hg.el (vc-hg-print-log):
16342 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16343 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16344 non-optional.
16345
16346 * vc-sccs.el (vc-sccs-print-log):
16347 * vc-rcs.el (vc-rcs-print-log):
16348 * vc-git.el (vc-git-print-log):
16349 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16350 ignore it. Make the BUFFER argument non-optional.
6616006b 16351
f8e65267
DN
16352 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16353
0566c4bc
CY
163542009-11-15 Chong Yidong <cyd@stupidchicken.com>
16355
7cce3c91
CY
16356 * dired.el (dired-mode-map): Move encryption items to "Operate"
16357 menu (Bug#4703).
16358
d7063de9
CY
16359 * strokes.el (strokes-update-window-configuration): Make strokes
16360 buffer current before erasing (Bug#4906).
16361
0fc10137
JL
163622009-11-15 Juri Linkov <juri@jurta.org>
16363
16364 * simple.el (set-mark-default-inactive): Add :type, :group
16365 and :version. (Bug#4876)
16366
f5fce4ec
MA
163672009-11-15 Michael Albinus <michael.albinus@gmx.de>
16368
16369 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16370 (archive-unique-fname): ... here. (Bug#4929)
16371
8d720a00
SM
163722009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16373
589888fe
SM
16374 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16375 with a real fix.
16376
8d720a00
SM
16377 * novice.el (disabled-command-function): Add useful args.
16378 Setup the help buffer so that [back] works.
16379 Remove redundant call to help-mode.
16380 (disabled-command-function): Use `case'.
16381 (en/disable-command): New function extracted from enable-command.
16382 (enable-command, disable-command): Use it.
16383
a61344d6
GM
163842009-11-14 Glenn Morris <rgm@gnu.org>
16385
497f0cdd
GM
16386 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16387 constants. (Bug#4913)
16388
a61344d6
GM
16389 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16390
d501801e
GM
163912009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16392
16393 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16394 defined in C that have no doc-strings. (Bug#1063)
16395
5af27ac2
GM
163962009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16397
16398 * cus-edit.el (data, files):
16399 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16400
aec5395b
CY
164012009-11-14 Chong Yidong <cyd@stupidchicken.com>
16402
e7791447
CY
16403 * simple.el (shell-command): Doc fix (Bug#4891).
16404
aec5395b
CY
16405 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16406
7a41cd7f
GM
164072009-11-14 Glenn Morris <rgm@gnu.org>
16408
c3583c94
GM
16409 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16410 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16411 If they are already loaded, eval-after-load will do the right thing.
16412
73900d1f
GM
16413 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16414 compiling.
16415
0028351d
GM
16416 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16417
f6714ede
GM
16418 * simple.el (x-selection-owner-p): Declare.
16419 (read-mail-command): Use custom radio type rather than choice.
16420 (completion-no-auto-exit): Doc fix.
16421
7a41cd7f 16422 * custom.el (defgroup):
5af27ac2 16423 * epg-config.el (epg): Doc fixes.
7a41cd7f 16424
2d0659ec
DN
164252009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16426
16427 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16428 * international/ccl.el (define-ccl-program): Do not purecopy the
16429 docstring, defconst does it anyway.
16430
7fdbcd83
SM
164312009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16432
d499c5b9
SM
16433 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16434 a second time.
16435
7fdbcd83
SM
16436 * x-dnd.el (x-dnd-maybe-call-test-function):
16437 * window.el (split-window-vertically):
16438 * whitespace.el (whitespace-help-on):
16439 * vc-rcs.el (vc-rcs-consult-headers):
16440 * userlock.el (ask-user-about-lock-help)
16441 (ask-user-about-supersession-help):
16442 * type-break.el (type-break-force-mode-line-update):
16443 * time-stamp.el (time-stamp-conv-warn):
16444 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16445 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16446 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16447 (term-write-input-ring, term-check-source, term-start-output-log):
16448 (term-display-buffer-line, term-dynamic-list-completions):
16449 (term-ansi-make-term, serial-term):
16450 * subr.el (selective-display):
16451 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16452 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16453 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16454 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16455 (speedbar-remove-localized-speedbar-support)
16456 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16457 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16458 (speedbar-buffers-line-directory):
16459 * simple.el (shell-command-on-region, append-to-buffer)
16460 (prepend-to-buffer):
16461 * shadowfile.el (shadow-save-todo-file):
16462 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16463 (scroll-bar-maybe-set-window-start):
16464 * sb-image.el (speedbar-image-dump):
16465 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16466 (load-save-place-alist-from-file):
16467 * ps-samp.el (ps-print-message-from-summary):
16468 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16469 (ps-background-image, ps-begin-job, ps-do-despool):
16470 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16471 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16472 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16473 (pr-call-process, pr-file-list, pr-interface-save):
16474 * novice.el (disabled-command-function)
16475 (enable-command, disable-command):
16476 * mouse.el (mouse-buffer-menu-alist):
16477 * mouse-copy.el (mouse-kill-preserving-secondary):
16478 * macros.el (kbd-macro-query):
16479 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16480 * informat.el (batch-info-validate):
16481 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16482 * hippie-exp.el (try-expand-dabbrev-visible):
16483 * help-mode.el (help-make-xrefs):
16484 * help-fns.el (describe-variable):
16485 * generic-x.el (bat-generic-mode-run-as-comint):
16486 * finder.el (finder-mouse-select):
16487 * find-dired.el (find-dired-sentinel):
16488 * filesets.el (filesets-file-close):
16489 * files.el (list-directory):
16490 * faces.el (list-faces-display, describe-face):
16491 * facemenu.el (list-colors-display):
16492 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16493 * epg.el (epg--process-filter, epg-cancel):
16494 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16495 (epa--read-signature-type):
16496 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16497 (emerge-file-names):
16498 * ehelp.el (electric-helpify):
16499 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16500 * ediff-vers.el (rcs-ediff-view-revision):
16501 * ediff-util.el (ediff-setup):
16502 * ediff-mult.el (ediff-append-custom-diff):
16503 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16504 (ediff-wordify):
16505 * echistory.el (Electric-command-history-redo-expression):
16506 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16507 * disp-table.el (describe-display-table):
16508 * dired.el (dired-find-buffer-nocreate):
16509 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16510 * dabbrev.el (dabbrev--same-major-mode-p):
16511 * chistory.el (list-command-history):
16512 * apropos.el (apropos-documentation):
16513 * allout.el (allout-obtain-passphrase):
16514 (allout-copy-exposed-to-buffer):
16515 (allout-verify-passphrase): Use with-current-buffer.
16516
2ccbc060
GM
165172009-11-13 Glenn Morris <rgm@gnu.org>
16518
16519 * Makefile.in (ELCFILES): Regenerate.
16520
b172ed20
MA
165212009-11-13 Michael Albinus <michael.albinus@gmx.de>
16522
7fdbcd83
SM
16523 * net/dbus.el (dbus-registered-objects-table): Rename from
16524 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16525 (dbus-unregister-object): Unregister also properties.
16526 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16527 Use a timeout of 500 msec, in order to not block.
16528 (dbus-register-property, dbus-property-handler): New defuns.
16529
e96d62cd
SM
165302009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16531
16532 * simple.el (minibuffer-default-add-completions): Drop deprecated
16533 4th arg.
16534
14bd267d
EZ
165352009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16536
e96d62cd
SM
16537 * textmodes/artist.el (artist-mouse-choose-operation):
16538 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16539 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16540 (artist-compute-up-event-key): New function.
16541 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16542
bf89fd7b
KH
165432009-11-13 Kenichi Handa <handa@m17n.org>
16544
16545 * language/japan-util.el: Make sure that the value of jisx0208
16546 property is jisx0208 character.
16547
f70b8925
DN
165482009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16549
16550 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16551 car or each item, not the whole list.
16552
4d93a9e0
SM
165532009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * minibuffer.el (minibuffer-completion-help):
16556 Use minibuffer-hide-completions.
16557
05404988
SM
165582009-11-12 Per Starbäck <per@starback.se> (tiny change)
16559
16560 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16561 (dired-revert): Use them (bug#4880).
16562
5297bc10
DN
165632009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16564
16565 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16566
e2685eb7
JL
165672009-11-12 Juri Linkov <juri@jurta.org>
16568
16569 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16570 New functions.
16571 (find-file-literally-at-point): Alias of `ffap-literally'.
16572
76410c3e
DN
165732009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16574
6d341a2a
DN
16575 * textmodes/ispell.el (ispell-skip-region-alist):
16576 * textmodes/css-mode.el (auto-mode-alist):
16577 * progmodes/compile.el (auto-mode-alist):
16578 * international/mule.el (ctext-non-standard-encodings-alist)
16579 (ctext-non-standard-encodings-regexp):
16580 * simple.el (shell-command-switch, text-read-only):
16581 * replace.el (occur-mode-map):
16582 * paths.el (rmail-file-name):
16583 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16584 * find-file.el (ff-special-constructs):
16585 * files.el (file-name-handler-alist):
16586 * composite.el: Purecopy strings.
16587
76410c3e
DN
16588 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16589
aaa448c9
DN
165902009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16591
16592 * widget.el (define-widget): Purecopy the docstring.
16593 * international/mule-cmds.el (charset): Do not purecopy the
16594 docstring here, define-widget does it.
16595
16596 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16597 * textmodes/bibtex-style.el (auto-mode-alist):
16598 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16599 * progmodes/compile.el (compile-command):
16600 * language/korea-util.el (default-korean-keyboard):
16601 * international/mule-conf.el (file-coding-system-alist):
16602 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16603 * tooltip.el (tooltip-frame-parameters):
16604 * newcomment.el (comment-end, comment-padding):
16605 * dired.el (dired-trivial-filenames):
16606 * comint.el (comint-file-name-prefix): Purecopy initial values.
16607
bbe650fd
MA
166082009-11-11 Michael Albinus <michael.albinus@gmx.de>
16609
16610 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16611 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16612 `tramp-unload'.
16613 (tramp-advice-make-auto-save-file-name)
16614 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16615 after removing the advice.
16616
6bdad9ae
DN
166172009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16618
2f7f4bee
DN
16619 * progmodes/grep.el (grep-regexp-alist):
16620 * international/mule-cmds.el (iso-2022-control-alist):
16621 * emacs-lisp/timer.el (timer-duration-words):
16622 * subr.el (version-separator, version-regexp-alist):
16623 * minibuffer.el (completion-styles-alist):
16624 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16625 Change defvars to defconsts.
16626
a042de45
DN
16627 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16628 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16629 * international/mule-conf.el: Allow to be byte compiled.
16630
3b6acc72
DN
16631 * international/mule.el (define-charset): Purecopy props.
16632 (load-with-code-conversion): Purecopy doc string and file name.
16633 (put-charset-property): Purecopy strings.
16634 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16635
1c2efdfb 16636 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16637 (define-char-code-property): Correctly purecopy the table.
16638
62591911
DN
16639 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16640
8b908da6
DN
16641 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16642
ff917d63
DN
16643 * subr.el (add-hook): Purecopy strings.
16644 (eval-after-load): Purecopy load-history-regexp and the form.
16645
af89cf77
DN
16646 * custom.el (custom-declare-group): Purecopy load-file-name.
16647
a3c20c83 16648 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16649 * net/eudc.el (eudc-tools-menu):
16650 * international/mule-cmds.el (set-coding-system-map)
16651 (mule-menu-keymap):
16652 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16653 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16654 * replace.el (occur-mode-map):
16655 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16656 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16657 (menu-bar-custom-menu, menu-bar-showhide-menu)
16658 (menu-bar-options-menu, menu-bar-tools-menu)
16659 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16660 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16661 (menu-bar-help-menu):
16662 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16663 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16664
6bdad9ae
DN
16665 * term/x-win.el (x-gtk-stock-map):
16666 * progmodes/vera-mode.el (auto-mode-alist):
16667 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16668 (inferior-lisp-program, inferior-lisp-load-command):
16669 * progmodes/hideshow.el (hs-special-modes-alist):
16670 * progmodes/gud.el (same-window-regexps):
16671 * progmodes/grep.el (grep-program, find-program, xargs-program):
16672 * net/telnet.el (same-window-regexps):
16673 * net/rlogin.el (same-window-regexps):
16674 * language/ethiopic.el (font-ccl-encoder-alist):
16675 * vc-sccs.el (vc-sccs-master-templates):
16676 * vc-rcs.el (vc-rcs-master-templates):
16677 * subr.el (cl-assertion-failed):
16678 * simple.el (next-error-overlay-arrow-position):
16679 * lpr.el (lpr-command):
16680 * locate.el (locate-ls-subdir-switches):
16681 * info.el (same-window-regexps, info)
16682 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16683 * image-mode.el (image-mode, auto-mode-alist):
16684 * hippie-exp.el (hippie-expand-ignore-buffers):
16685 * format.el (format-alist):
16686 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16687 (find-name-arg):
16688 * facemenu.el (facemenu-keybindings):
16689 * dired.el (dired-listing-switches, dired-chown-program):
16690 * diff.el (diff-switches, diff-command):
16691 * cus-edit.el (same-window-regexps):
16692 * bindings.el (mode-line-mule-info)
16693 (mode-line-buffer-identification): Purecopy strings.
16694
e0987650
JL
166952009-11-11 Juri Linkov <juri@jurta.org>
16696
3570691b 16697 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16698 Tell the byte-compiler about dired-get-filename.
16699 (shell-command): In Dired mode, get filename from the current line
16700 as the default value.
16701
b16ff465
GM
167022009-11-10 Glenn Morris <rgm@gnu.org>
16703
e8a11b22
GM
16704 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16705 * calendar/holidays.el, progmodes/cperl-mode.el:
16706 Update x-popup-menu declarations.
16707
b16ff465
GM
16708 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16709 (list-load-path-shadows): Use dolist.
16710 (list-load-path-shadows): Use with-current-buffer.
16711
032c3399
JL
167122009-11-10 Juri Linkov <juri@jurta.org>
16713
16714 * minibuffer.el (read-file-name): Support a list of default values
16715 in `default-filename'. Use the first file name where only one
16716 element is required. Doc fix.
16717
8fb1629f
MA
167182009-11-09 Michael Albinus <michael.albinus@gmx.de>
16719
16720 * net/dbus.el (dbus-unregister-object): Release service, if no
16721 other method is registered for it.
16722
a51203ee 167232009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16724
16725 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16726 bookmark-sort-flag is non-nil (Bug#4653).
16727
9bf7dc8a
CY
167282009-11-08 Chong Yidong <cyd@stupidchicken.com>
16729
15207e74
CY
16730 * emulation/cua-base.el: Add CUA property to some CC mode commands
16731 (Bug#4100).
16732
8bf7ed70
KR
167332009-11-08 Kevin Ryde <user42@zip.com.au>
16734
16735 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16736 at end of sentence (Bug#4818).
8bf7ed70 16737
951802d0
CY
167382009-11-08 Jared Finder <jfinder@crypticstudios.com>
16739
16740 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16741 Handle "see declaration of" MSFT statements (Bug#4100).
16742
e8244310
MA
167432009-11-08 Michael Albinus <michael.albinus@gmx.de>
16744
16745 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16746 (tramp-advice-file-expand-wildcards): Unload via
16747 `ad-remove-advice'.
16748
16749 * net/trampver.el: Update release number.
16750
a51203ee 167512009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16752
16753 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16754 `ad-do-it'.
16755
a51203ee 167562009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16757
16758 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16759 in order to keep context in SELinux.
16760
bedd8a58
CY
167612009-11-08 Chong Yidong <cyd@stupidchicken.com>
16762
16763 * dired-aux.el (dired-query): Place cursor in echo area and allow
16764 C-g.
16765
16766 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16767 menu item if not on a directory (Bug#4701).
16768
0484d600
MA
167692009-11-07 Michael Albinus <michael.albinus@gmx.de>
16770
16771 Sync with Tramp 2.1.17.
16772
16773 * net/tramp.el (tramp-handle-copy-directory): Don't use
16774 `file-remote-p' (due to compatibility).
16775
16776 * net/tramp-compat.el (tramp-compat-copy-directory)
16777 (tramp-compat-delete-directory): New defuns.
16778
16779 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16780 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16781 Use `tramp-compat-delete-directory'.
0484d600
MA
16782
16783 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16784 (tramp-smb-handle-delete-directory):
16785 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16786
16787 * net/trampver.el: Update release number.
16788
b42b2189
CY
167892009-11-07 Chong Yidong <cyd@stupidchicken.com>
16790
6960d7b9
CY
16791 * tar-mode.el (tar-copy): Call write-region on the right buffer
16792 (Bug#4857).
16793
b42b2189
CY
16794 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16795 by hand, if necessary (Bug#4878).
16796
0ad57dfd
CY
167972009-11-06 Chong Yidong <cyd@stupidchicken.com>
16798
d19e23ae
CY
16799 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16800 align size column (Bug#4839).
16801
0ad57dfd
CY
16802 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16803 statement.
16804
0b7f397c
DN
168052009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16806
16807 * progmodes/ld-script.el (auto-mode-alist):
16808 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16809
16810 * cus-face.el (custom-declare-face): Purecopy face spec.
16811
495bd5ca
KH
168122009-11-06 Kenichi Handa <handa@m17n.org>
16813
16814 * international/uni-bidi.el: Re-generated.
16815 * international/uni-category.el: Re-generated.
16816 * international/uni-combining.el: Re-generated.
16817 * international/uni-mirrored.el: Re-generated.
16818
1e8780b1
DN
168192009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16820
16821 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16822 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16823 (tex-start-options, slitex-run-command, latex-run-command)
16824 (tex-run-command, tex-directory):
16825 * textmodes/ispell.el (ispell-html-skip-alists)
16826 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16827 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16828 (adaptive-fill-regexp):
16829 * textmodes/dns-mode.el (auto-mode-alist):
16830 * progmodes/python.el (interpreter-mode-alist):
16831 * progmodes/etags.el (tags-compression-info-list):
16832 * progmodes/etags.el (tags-file-name):
16833 * net/browse-url.el (browse-url-galeon-program)
16834 (browse-url-firefox-program):
16835 * mail/sendmail.el (mail-signature-file)
16836 (mail-citation-prefix-regexp):
16837 * international/mule-conf.el (eight-bit):
16838 * international/latexenc.el (latex-inputenc-coding-alist):
16839 * international/fontset.el (x-pixel-size-width-font-regexp):
16840 * emacs-lisp/warnings.el (warning-type-format):
16841 * emacs-lisp/trace.el (trace-buffer):
16842 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16843 (emacs-lisp-mode-map):
16844 * calendar/holidays.el (holiday-solar-holidays)
16845 (holiday-bahai-holidays, holiday-islamic-holidays)
16846 (holiday-christian-holidays, holiday-hebrew-holidays)
16847 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16848 (hebrew-holidays-1, holiday-oriental-holidays)
16849 (holiday-general-holidays):
16850 * x-dnd.el (x-dnd-known-types):
16851 * tool-bar.el (tool-bar):
16852 * startup.el (site-run-file):
16853 * shell.el (shell-dumb-shell-regexp):
16854 * rfn-eshadow.el (file-name-shadow-tty-properties)
16855 (file-name-shadow-properties):
16856 * paths.el (remote-shell-program, news-directory):
16857 * mouse.el ([C-down-mouse-3]):
16858 * menu-bar.el (menu-bar-tools-menu):
16859 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16860 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16861 (jka-compr-compression-info-list):
16862 * isearch.el (search-whitespace-regexp):
16863 * image-file.el (image-file-name-extensions):
16864 * find-dired.el (find-ls-option):
16865 * files.el (directory-listing-before-filename-regexp)
16866 (directory-free-space-args, insert-directory-program)
16867 (list-directory-brief-switches, magic-fallback-mode-alist)
16868 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16869 (automount-dir-prefix):
16870 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16871 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16872 (face-font-registry-alternatives, face-font-registry-alternatives)
16873 (face-font-family-alternatives):
16874 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16875 (facemenu-foreground-menu, facemenu-face-menu):
16876 * epa-hook.el (epa-file-name-regexp):
16877 * dnd.el (dnd-protocol-alist):
16878 * textmodes/rst.el (auto-mode-alist):
a51203ee 16879 * button.el (default-button): Purecopy strings.
1e8780b1 16880
0adae11f
GM
168812009-11-06 Glenn Morris <rgm@gnu.org>
16882
16883 * Makefile.in (ELCFILES): Update.
16884
2adaf057
SM
168852009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16886
8f72f03c
SM
16887 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16888 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16889
2adaf057
SM
16890 * nxml/xsd-regexp.el (xsdre-gen-categories):
16891 * nxml/xmltok.el (xmltok-parse-entity):
16892 * nxml/rng-parse.el (rng-parse-validate-file):
16893 * nxml/rng-maint.el (rng-format-manual)
16894 (rng-manual-output-force-new-line):
16895 * nxml/rng-loc.el (rng-save-schema-location-1):
16896 * nxml/rng-cmpct.el (rng-c-parse-file):
16897 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16898 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16899
14862301
SM
169002009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16901
bf0b361c 16902 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16903 Remove extra save-excursions and make-variable-buffer-local's.
16904 Suggested by Stefan Monnier.
16905
16906 (verilog-getopt-file, verilog-module-inside-filename-p)
16907 (verilog-set-define): Merge GNU 1.35 and repair changes from
16908 switching to using with-current-buffer.
16909
16910 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16911 being treated as a number and confusing AUTORESET.
16912 Reported by Dan Dever.
16913
16914 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16915 Add verilog-auto-ignore-concat to fix backward compatibility with
16916 older verilog-modes. Reported by Dan Katz.
16917
16918 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16919 containing closing anchors "...$".
16920
16921 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16922 Reported by Wade Smith.
16923
48c2d18a 16924 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16925
169262009-11-05 Michael McNamara <mac@mail.brushroad.com>
16927
bf0b361c
JB
16928 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16929 for labels.
14862301
SM
16930
16931 (verilog-label-re, verilog-calc-1): Support proper indent of named
16932 asserts.
16933
16934 (verilog-backward-token, verilog-basic-complete-re)
16935 (verilog-beg-of-statement, verilog-indent-re): Support proper
16936 indent of the assert statement at the beginning of a block of text.
16937
16938 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16939 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16940 tokens as begins.
16941
4f8f657f
GM
169422009-11-05 Glenn Morris <rgm@gnu.org>
16943
775adc51
GM
16944 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16945 Emacs 19. (Bug#1531)
16946 (byte-compile-fix-header): Update for the above change.
16947 Drop test for epoch::version.
16948
4ad6a5e7 16949 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16950 * cus-dep.el (custom-make-dependencies):
16951 * finder.el (finder-compile-keywords):
16952 Use autoload-rubric's feature argument.
4ad6a5e7 16953
4f8f657f
GM
16954 * calendar/diary-lib.el (top-level): Make load behave more like require.
16955
881e4184
GM
16956 * vc-git.el (vc-git-stash-map): Move definition before use.
16957
ba214964 169582009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16959
b6f8ba09
DN
16960 * custom.el (custom-declare-group): Purecopy standard-value.
16961 (custom-declare-group): Purecopy custom-prefix.
16962
7fdbcd83
SM
16963 * international/mule.el (load-with-code-conversion):
16964 Call do-after-load-evaluation unconditionally.
eb6f577b 16965
f6195dfb
DN
16966 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16967
56f14120
SM
169682009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16969
16970 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16971
e5c89ce9
GM
169722009-11-04 Glenn Morris <rgm@gnu.org>
16973
16974 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16975 (byte-compile-compatibility): Remove option.
16976 (byte-compile-close-variables, byte-compile-fix-header)
16977 (byte-compile-insert-header, byte-compile-output-docform)
16978 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16979 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16980 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16981 (byte-compile-insert, byte-compile-defun):
16982 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16983 (byte-defop-compiler19): Remove.
16984 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16985 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16986
e24f42ab
JL
169872009-11-04 Juri Linkov <juri@jurta.org>
16988
16989 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16990 (menu-bar-options-menu): Don't quote the `prop' arg of
16991 `menu-bar-make-mm-toggle'.
16992
d3d5f4f5
JB
169932009-11-04 Juanma Barranquero <lekktu@gmail.com>
16994
16995 * calendar/calendar.el (cal-loaddefs):
16996 * calendar/diary-lib.el (diary-loaddefs):
16997 * calendar/holidays.el (hol-loaddefs):
16998 * eshell/esh-module.el (esh-groups): Load rather than require.
16999
6e39d3b2
SM
170002009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17001
e96d62cd
SM
17002 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17003 point-min==1.
7e83e8b4
SM
17004 (todo-top-priorities): Only display-buffer when called interactively.
17005 (todo-item-start): Don't save excursion point.
17006 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17007 (todo-insert-item-here, todo-file-item, todo-remove-item):
17008 Adjust uses of todo-item-start and todo-item-end.
17009
fae4e5b9
SM
17010 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17011 (autoload-rubric): Don't use any more.
fae4e5b9 17012
6e39d3b2
SM
17013 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17014 and only put a prop if it is non-nil.
17015
c9753fb4
JL
170162009-11-03 Juri Linkov <juri@jurta.org>
17017
17018 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17019 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17020
17021 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17022 and "Menu" to make top-level menu item visually one unit (like
17023 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17024 multi-word menu items). Fix :help string for quit-window.
17025
db04f33f
GM
170262009-11-03 Glenn Morris <rgm@gnu.org>
17027
2aea6521
GM
17028 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17029 (byte-compile-file-form-define-abbrev-table)
17030 (byte-compile-file-form-custom-declare-variable)
17031 (byte-compile-variable-ref, byte-compile-defvar):
17032 Whether or not a warning is enabled should only affect whether we issue
17033 the warning, not whether or not we collect the relevant data.
17034 Eg warnings can be turned on and off throughout the course of a file.
17035
db04f33f
GM
17036 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17037 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17038
937e6a56
SM
170392009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17040
17041 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17042 * play/mpuz.el (mpuz-create-buffer):
17043 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17044 (lm-print-y,s,noise, lm-print-w0, lm-init):
17045 * play/gomoku.el (gomoku-prompt-for-move):
17046 * play/fortune.el (fortune-in-buffer):
17047 * play/dissociate.el (dissociated-press):
17048 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 17049 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
17050 * mail/supercite.el (sc-eref-show):
17051 * mail/smtpmail.el (smtpmail-send-it):
17052 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17053 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17054 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17055 (rmail-summary-goto-msg, rmail-summary-expunge)
17056 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17057 (rmail-summary-add-label, rmail-summary-output-menu)
17058 (rmail-summary-output-body):
17059 * mail/rfc822.el (rfc822-addresses):
17060 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17061 * mail/mailpost.el (post-mail-send-it):
17062 * mail/hashcash.el (hashcash-generate-payment):
17063 * mail/feedmail.el (feedmail-run-the-queue)
17064 (feedmail-queue-send-edit-prompt-help-first)
17065 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17066 (feedmail-deduce-address-list):
17067 * eshell/esh-ext.el (eshell-remote-command):
17068 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17069 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17070 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17071 (viper-save-string-in-file, viper-valid-marker):
17072 * emulation/viper-keym.el (viper-toggle-key):
17073 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17074 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17075 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17076 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17077 (viper-exec-form-in-emacs, viper-brac-function):
17078 * emulation/viper.el (viper-delocalize-var):
17079 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17080 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17081 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17082 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17083 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17084 * emulation/edt.el (edt-electric-helpify):
17085 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17086 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17087 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17088 (cua-indent-to-global-mark-column):
17089 * calendar/diary-lib.el (calendar-mark-1):
17090 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17091 Use with-current-buffer.
17092 * emulation/viper.el (viper-delocalize-var): Use dolist.
17093
5b955562
CY
170942009-11-03 Chong Yidong <cyd@stupidchicken.com>
17095
17096 * comint.el (comint-replace-by-expanded-history-before-point):
17097 Replace !! with the previous input string literally (Bug#1795).
17098
6292c599
JB
170992009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17100
17101 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17102 to be made up of whitespace.
17103
8368c14e
CY
171042009-11-02 Chong Yidong <cyd@stupidchicken.com>
17105
17106 * minibuffer.el (read-file-name): Don't use file dialogs for
17107 remote directories (Bug#99).
17108
6f750f0d
CY
171092009-11-01 Chong Yidong <cyd@stupidchicken.com>
17110
17111 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17112
97ab3f47
AS
171132009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17114
17115 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17116 instead of deleting the window or frame.
17117
673c1168
CY
171182009-10-31 Chong Yidong <cyd@stupidchicken.com>
17119
17120 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17121 Support face colors.
17122
937e6a56
SM
17123 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17124 New function. Support face colors (Bug#1168).
673c1168
CY
17125 (tex-common-initialization): Use it.
17126
17127 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17128 mode allows it (Bug#1168).
17129
c9349f0a
CY
171302009-10-31 Juri Linkov <juri@jurta.org>
17131
17132 * facemenu.el (list-colors-display): Don't mark buffer as
17133 modified (Bug#3948).
17134
ebf5c4f5
CY
171352009-10-31 Chong Yidong <cyd@stupidchicken.com>
17136
6a7662bb
BR
17137 * international/mule-diag.el (list-character-sets-1):
17138 Minor message fix (Bug#3526).
5c2dce75 17139
6a7662bb
BR
17140 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17141 Fix face property (Bug#4834).
26581f0e
CY
17142 (etags-list-tags, etags-tags-apropos-additional)
17143 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17144 property.
17145
ebf5c4f5
CY
17146 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17147 items.
17148
9a529312
SM
171492009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17150
17151 * textmodes/two-column.el (2C-split):
17152 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17153 * textmodes/tex-mode.el (tex-set-buffer-directory):
17154 * textmodes/spell.el (spell-region, spell-string):
17155 * textmodes/reftex.el (reftex-erase-buffer):
17156 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17157 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17158 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17159 (reftex-select-item):
17160 * textmodes/reftex-ref.el (reftex-label-info-update)
17161 (reftex-offer-label-menu):
17162 * textmodes/reftex-index.el (reftex-index-change-entry)
17163 (reftex-index-phrases-info):
17164 * textmodes/reftex-global.el (reftex-create-tags-file)
17165 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17166 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17167 (reftex-view-crossref-from-bibtex):
17168 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17169 (reftex-extract-bib-entries-from-thebibliography)
17170 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17171 * textmodes/refbib.el (r2b-capitalize-title):
17172 (r2b-convert-buffer, r2b-help):
17173 * textmodes/page-ext.el (pages-directory)
17174 (pages-directory-goto-with-mouse):
17175 * textmodes/bibtex.el (bibtex-validate-globally):
17176 * textmodes/bib-mode.el (bib-capitalize-title):
17177 * textmodes/artist.el (artist-clear-buffer, artist-system):
17178 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17179 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17180 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17181 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17182 (xscheme-send-control-g-interrupt, xscheme-start-process)
17183 (xscheme-process-sentinel, xscheme-cd):
17184 * progmodes/verilog-mode.el (verilog-read-always-signals)
17185 (verilog-set-define, verilog-getopt-file)
17186 (verilog-module-inside-filename-p):
17187 * progmodes/sh-script.el:
17188 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17189 (python-pdbtrack-grub-for-buffer, python-execute-file):
17190 * progmodes/octave-inf.el (inferior-octave):
17191 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17192 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17193 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17194 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17195 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17196 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17197 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17198 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17199 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17200 (idlwave-shell-examine-display, idlwave-shell-run-region)
17201 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17202 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17203 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17204 (idlwave-help-get-help-buffer):
17205 * progmodes/gud.el (gud-basic-call, gud-find-class)
17206 (gud-tooltip-activate-mouse-motions-if-enabled):
17207 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17208 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17209 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17210 (ebrowse-tags-next-file):
17211 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17212 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17213 (ebnf-eps-finish-and-write):
17214 * progmodes/cpp.el (cpp-edit-save):
17215 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17216 * progmodes/cc-defs.el (c-emacs-features):
17217 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17218 (antlr-directory-dependencies):
17219 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17220 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17221 (ada-find-any-references, ada-make-filename-from-adaname)
17222 (ada-make-body-gnatstub):
17223 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17224 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17225 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17226 * net/rcirc.el (rcirc-debug):
17227 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17228 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17229 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17230 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17231 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17232 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17233 (newsticker--treeview-list-clear-highlight)
17234 (newsticker--treeview-list-update-highlight)
17235 (newsticker--treeview-list-highlight-start)
17236 (newsticker--treeview-tree-update-highlight)
17237 (newsticker--treeview-get-selected-item)
17238 (newsticker-treeview-mark-list-items-old)
17239 (newsticker--treeview-set-current-node):
17240 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17241 * net/newst-backend.el (newsticker--get-news-by-funcall)
17242 (newsticker--get-news-by-wget, newsticker--image-get)
17243 (newsticker--image-sentinel):
17244 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17245 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17246 (eudc-ph-close-session):
17247 * net/eudc.el (eudc-save-options):
17248 * language/thai-word.el (thai-update-word-table):
17249 * language/japan-util.el (japanese-string-conversion):
17250 * international/titdic-cnv.el (tsang-quick-converter)
17251 (ziranma-converter, ctlau-converter):
17252 * international/mule-cmds.el (describe-language-environment):
17253 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17254 (skkdic-convert-postfix, skkdic-convert-prefix):
17255 (skkdic-convert-okuri-nasi, skkdic-convert):
17256 * emacs-lisp/re-builder.el (reb-update-overlays):
17257 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17258 * emacs-lisp/gulp.el (gulp-send-requests):
17259 * emacs-lisp/find-gc.el (trace-call-tree):
17260 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17261 (eieio-describe-generic):
17262 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17263 * emacs-lisp/edebug.el (edebug-outside-excursion):
17264 * emacs-lisp/debug.el (debugger-make-xrefs):
17265 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17266 * emacs-lisp/chart.el (chart-new-buffer):
17267 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17268 Use with-current-buffer.
17269 * textmodes/artist.el (artist-system): Don't call
17270 copy-sequence on a fresh string.
17271 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17272
d566f228
GM
172732009-10-31 Stephen Berman <stephen.berman@gmx.net>
17274
17275 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17276 is no item to edit. (Bug#4820)
d566f228 17277 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17278 buffer. (Bug#4820)
d566f228 17279
f3628edd
GM
172802009-10-31 Glenn Morris <rgm@gnu.org>
17281
5cf3709c
GM
17282 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17283 (comint-last-output-start, comint-last-input-start)
17284 (comint-last-input-end): Don't defvar when compiling.
17285 (ange-ftp-process-file): Use bound-and-true-p.
17286
4c814fd2
GM
17287 * pcmpl-rpm.el (top-level): Move provide statement to end.
17288 (pcmpl-rpm): Remove unused custom group.
17289
113b8dcc
GM
17290 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17291
31c615e4
GM
17292 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17293
416d3588
GM
17294 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17295 (byte-compile-warnings): Add `constants' as an option.
17296 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17297 (display-call-tree): Update for byte-compile-fdefinition possibly
17298 returning `(macro lambda ...)'. (Bug#4778)
17299 (byte-compile-variable-ref, byte-compile-setq-default):
17300 Respect `constants' member of byte-compile-warnings.
17301
00f71f39
SM
173022009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17303
17304 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17305 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17306 to "submit:".
17307
ca0a881a
DN
173082009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17309
17310 * textmodes/ispell.el (ispell-skip-region-alist):
17311 * international/mule-conf.el (eight-bit):
17312 * international/fontset.el (font-encoding-alist):
17313 * startup.el (pure-space-overflow-message):
17314 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17315 * paths.el (gnus-nntp-service, rmail-spool-directory)
17316 (term-file-prefix):
17317 * files.el (save-some-buffers-action-alist):
17318 * cmuscheme.el (same-window-buffer-names):
17319 * ielm.el (same-window-buffer-names):
17320 * shell.el (same-window-buffer-names):
17321 * mail/sendmail.el (same-window-buffer-names):
17322 * progmodes/inf-lisp.el (same-window-buffer-names):
17323 * bindings.el (mode-line-client)
17324 (mode-line-column-line-number-mode-map):
17325 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17326 (tibetan-precomposed-regexp): Purecopy string arguments.
17327
b861e45e
SM
173282009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17329
6df9b6d7
SM
17330 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17331 (calcDigit-nondigit):
17332 * calc/calc-yank.el (calc-copy-to-buffer):
17333 * calc/calc-units.el (calc-invalidate-units-table):
17334 * calc/calc-trail.el (calc-trail-yank):
17335 * calc/calc-store.el (calc-insert-variables):
17336 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17337 * calc/calc-prog.el (calc-read-parse-table):
17338 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17339 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17340 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17341 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17342 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17343 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17344 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17345 * calc/calc-ext.el (calc-realign):
17346 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17347 (calc-embedded-finish-edit, calc-embedded-make-info)
17348 (calc-embedded-finish-command, calc-embedded-stack-change):
17349 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17350
70f44c65
SM
17351 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17352 shell-dynamic-complete-filename in preference to
17353 comint-dynamic-complete-filename.
17354
b861e45e
SM
17355 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17356 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17357 Don't consider whether the display supports colors.
17358 (bookmark-import-new-list): Use dolist.
17359 (bookmark-bmenu-mode-map): Move initialization into declaration.
17360 (bookmark-bmenu-list): Use dolist, simplify.
17361 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17362 (menu-bar-final-items): Use push.
17363
8549241d 173642009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17365
17366 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17367 it works on remote files.
17368 (vc-hg-diff): Don't pass any `--cwd' argument.
17369
30644573
KR
173702009-10-27 Kevin Ryde <user42@zip.com.au>
17371
cc63d28f
SM
17372 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17373 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17374 (Further to Bug#3921).
17375
9be01a63
MA
173762009-10-27 Michael Albinus <michael.albinus@gmx.de>
17377
17378 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17379 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17380 calling `tramp-imap-put-file'. Add file size to the call.
17381 (tramp-imap-get-file-entries): Compute also user name, file size,
17382 and date.
17383 (tramp-imap-handle-insert-directory): Insert uid and gid.
17384 (tramp-imap-handle-file-attributes): Transform uid and gid
17385 according to `id-format'.
17386 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17387 size in header X-Size.
17388
41849bf9
JB
173892009-10-26 Juanma Barranquero <lekktu@gmail.com>
17390
17391 * simple.el (transpose-subr): Give clearer error when the mark
17392 is not set. (Bug#4807)
17393
293c24f9
MA
173942009-10-26 Michael Albinus <michael.albinus@gmx.de>
17395
cc63d28f
SM
17396 * net/tramp.el (tramp-perl-file-truename): New defconst.
17397 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17398 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17399 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17400 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17401
cc63d28f
SM
17402 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17403 Ignore `dired-call-process'.
293c24f9
MA
17404 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17405
174062009-10-26 Julian Scheid <julians37@gmail.com>
17407
cc63d28f 17408 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17409 (tramp-get-remote-readlink): New defun.
17410 (tramp-handle-file-truename): Use it.
17411 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17412 file exists if cache value present.
48c2d18a 17413 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17414 (tramp-handle-file-readable-p): Use it.
17415 (tramp-handle-file-writable-p): Likewise.
17416 (tramp-handle-file-executable-p): Likewise.
17417 (tramp-handle-file-name-all-completions): Try using Perl to get
17418 partial completions. When perl not available, combine `cd' and
17419 `ls' into single remote operation and use shell expansion to get
17420 partial remote directory contents. Set `file-exists-p' cache for
17421 directory and any files returned by ls. Change cache handling to
17422 support partial directory contents. Use error message emitted by
17423 remote `cd' or Perl code for local tramp-error.
17424 (tramp-do-copy-or-rename-file-directly): Avoid separate
17425 tramp-send-command-and-check call.
cc63d28f
SM
17426 (tramp-handle-process-file): Merge three remote ops into one.
17427 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17428 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17429 file-attributes shows uid/gid to be set already.
17430
a7610c52
DN
174312009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17432
17433 * textmodes/tex-mode.el (tex-dvi-view-command)
17434 (tex-show-queue-command, tex-open-quote):
17435 * progmodes/ruby-mode.el (auto-mode-alist)
17436 (interpreter-mode-alist): Purecopy strings.
17437
17438 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17439
17440 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17441 string for the hook, keymap and abbrev table.
17442
17443 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17444
17445 * x-dnd.el (x-dnd-xdnd-to-action):
17446 * startup.el (fancy-startup-text, fancy-about-text): Change to
17447 defconst from defvar.
17448
17449 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17450
17451 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17452 Purecopy initialization strings.
17453
17454 * mail/sendmail.el (mail-header-separator)
17455 (mail-personal-alias-file):
17456 * mail/rmail.el (rmail-default-dont-reply-to-names)
17457 (rmail-ignored-headers, rmail-retry-ignored-headers)
17458 (rmail-highlighted-headers, rmail-secondary-file-directory)
17459 (rmail-secondary-file-regexp):
17460 * files.el (null-device, file-name-invalid-regexp)
17461 (locate-dominating-stop-dir-regexp)
cc63d28f 17462 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17463 (interpreter-mode-alist): Use mapcar instead of mapc.
17464
17465 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17466
17467 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17468 (completion-ignored-extensions):
17469 (debug-ignored-errors): Purecopy strings.
17470
4fcc3d32
SM
174712009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17472
0667de21
SM
17473 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17474 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17475 (pcomplete--here): Use push.
17476
4fcc3d32
SM
17477 * subr.el (all-completions): Declare the 4th arg obsolete.
17478
955ef430
SM
174792009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17480
2d085307
SM
17481 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17482 (pcomplete-unquote-argument): New function.
17483 (pcomplete--common-suffix): Always pay attention to case.
17484 (pcomplete--table-subvert): Quote and unquote the text.
17485 (pcomplete--common-quoted-suffix): New function.
17486 (pcomplete-std-complete): Use it and pcomplete-begin.
17487
955ef430
SM
17488 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17489 we're inside a dedicated or minibuffer window.
17490
7c85c02b
KF
174912009-10-24 Karl Fogel <kfogel@red-bean.com>
17492
17493 * bookmark.el: Update documentation, especially documentation
17494 of `bookmark-alist' and of the bookmark file format.
17495 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17496
3e8ae8a6
CY
174972009-10-24 Chong Yidong <cyd@stupidchicken.com>
17498
3e425845
CY
17499 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17500 keybindings apply to the mail buffer (Bug#4003). Shrink help
17501 window to buffer.
17502
cdd47d48
CY
17503 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17504 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17505 (whitespace-toggle-options, global-whitespace-toggle-options):
17506 Doc fix (Bug#3660).
cdd47d48 17507
ba07c9ad
CY
17508 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17509 of xmltok-start before the end tag was inserted (Bug#2840).
17510
3e8ae8a6
CY
17511 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17512 patterns that are preceded by an open-paren (Bug#1320).
17513
ab276820
CY
175142009-10-24 Sven Joachim <svenjoac@gmx.de>
17515
17516 * files.el (delete-directory): Delete symlinks to directories with
17517 delete-file (Bug#4739).
17518
905a9ed3
DN
175192009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17520
a9a2a6db
DN
17521 * vc.el (vc-backend-for-registration): Rename from
17522 vc-get-backend-for-registration. Update callers.
17523
cc63d28f
SM
17524 * international/mule-cmds.el (set-language-info-alist):
17525 Purecopy lang-env.
905a9ed3
DN
17526 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17527 (charset): Purecopy the name.
17528 (define-char-code-property): Purecopy string arguments.
17529
17530 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17531 Purecopy string arguments.
17532
17533 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17534 * ediff-hook.el (menu-bar-ediff-menu):
17535 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17536 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17537
d270305a
GM
175382009-10-24 Glenn Morris <rgm@gnu.org>
17539
6c74d523 17540 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17541 * term.el (term-dynamic-list-completions): Use choose-completion rather
17542 than obsolete alias mouse-choose-completion.
17543
ae732337
GM
17544 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17545 file-cache-choose-completion.
17546 (file-cache-choose-completion): Handle an optional event argument.
17547 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17548
cc63d28f
SM
17549 * progmodes/octave-mod.el (octave-complete-symbol):
17550 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17551
9847dc91
GM
17552 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17553 use.
17554
e8f2a5d5
GM
17555 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17556 compiler.
17557
d270305a
GM
17558 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17559
c6432f1e
SM
175602009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17561
17562 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17563 Ignore `pred' now that we receive one.
17564 Handle test-completion specially.
17565
6ab196f9
DN
175662009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17567
17568 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17569 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17570 REGISTER ...
17571 (vc-get-backend-for-registration): ... here. New function.
17572 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17573 of vc-responsible-backend, pass the file name instead of the
17574 directory name.
17575
48feed59
SM
175762009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17577
17578 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17579 New funs.
17580 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17581 (pcomplete-comint-setup): Don't modify a global var via
17582 accidental side-effects.
17583 (pcomplete-shell-setup): Adjust call accordingly.
17584 (pcomplete-parse-comint-arguments): Use push.
17585
00006066
CY
175862009-10-23 Chong Yidong <cyd@stupidchicken.com>
17587
36bfa3af
CY
17588 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17589 Allow uncapitalized info node names (Bug#3921).
17590
00006066
CY
17591 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17592 to the DEBUG file (Bug#3781).
17593
aa311d6e
CY
175942009-10-23 Jari Aalto <jari.aalto@cante.net>
17595
17596 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17597 dictionary entry (Bug#4579).
17598
b88f2d0a
MA
175992009-10-23 Michael Albinus <michael.albinus@gmx.de>
17600
17601 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17602 from `rfn-eshadow-update-overlay-hook' when unloading.
17603 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17604 "rsyncc". Adjust doc string.
48c2d18a 17605 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17606 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17607 Keep temporary file when indicated by method ("rsync" and
17608 "rsyncc").
17609 (tramp-handle-write-region): Handle APPEND.
17610 (tramp-delete-temp-file-function): New defun. Added to
17611 `kill-buffer-hook'.
17612
1becddbb
JB
176132009-10-23 Juanma Barranquero <lekktu@gmail.com>
17614
17615 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17616
8f43cbf3
DN
176172009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17618
17619 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17620 (color-name-rgb-alist, tty-standard-colors)
17621 (tty-color-mode-alist): Change to defconst.
17622
17623 * simple.el (mark-inactive): Purecopy message.
17624
17625 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17626 (global-map, yank-menu):
17627 * textmodes/ispell.el (ispell-menu-map):
17628 * net/eudc.el (eudc-tools-menu):
17629 * international/mule-cmds.el (describe-language-environment-map)
17630 (setup-language-environment-map, set-coding-system-map)
17631 (mule-menu-keymap):
17632 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17633 * replace.el (occur-mode-map):
17634 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17635
1d228a31
JB
176362009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17637
6a7662bb
BR
17638 * calc/calc.el (math-read-number, math-read-number-simple):
17639 Use `save-match-data'.
1d228a31 17640
3b067af1
SM
176412009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17642
28a90c44
SM
17643 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17644 rather than fiddling with global-map bindings, since it should only
17645 affect per-terminal settings.
17646 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17647
a452eee8
SM
17648 * minibuffer.el (completion-table-with-terminator): Allow to specify
17649 the terminator-regexp.
17650
ab14d7d5
SM
17651 * simple.el (switch-to-completions): Look for *Completions* in other
17652 frames as well.
17653
3b067af1
SM
17654 * pcomplete.el: Allow the use of completion-tables.
17655 (pcomplete-std-complete): New command.
17656 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17657 (pcomplete--here): Use a function for `form' rather than an expression,
17658 so it can be byte-compiled.
17659 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17660 Add edebug declaration.
17661 (pcomplete-show-completions): Remove unused var `curbuf'.
17662 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17663 Don't assume `completions' is a list of strings any more.
3b067af1 17664
5480359e
JB
176652009-10-22 Juanma Barranquero <lekktu@gmail.com>
17666
17667 * find-dired.el (find-name-arg): Fix typo in docstring.
17668
3170b794
SM
176692009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17670
48c23a25
SM
17671 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17672 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17673
56b14058
SM
17674 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17675 pcomplete-entries.
17676
3170b794
SM
17677 * comint.el (comint-read-input-ring, comint-write-input-ring)
17678 (comint-substitute-in-file-name)
17679 (comint-dynamic-complete-as-filename)
17680 (comint-dynamic-simple-complete)
17681 (comint-dynamic-list-filename-completions)
17682 (comint-dynamic-list-completions)
17683 (comint-redirect-results-list-from-process): Minor simplifications.
17684
2affef34
KR
176852009-10-21 Kevin Ryde <user42@zip.com.au>
17686
3170b794
SM
17687 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17688 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17689 the first form. And insert a blank line after ";;; Code" since
d8194864 17690 that's usual style. (Bug#4612)
2affef34 17691
e7b94bbb
KR
17692 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17693
528c56e2
SM
176942009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17695
17696 * minibuffer.el (completion-table-with-terminator): Properly implement
17697 boundaries, in case `terminator' appears in the suffix.
17698 (completion--embedded-envvar-table): Don't return boundaries if
17699 there's no valid completion. Simplify.
17700 (completion-file-name-table): New completion table extracted from
17701 completion--file-name-table.
17702 (completion--file-name-table): Use it.
17703 (read-file-name-predicate): Declare obsolete.
17704 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17705 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17706 completion-file-name-table, and use the `pred' argument.
17707 * files.el (locate-file-completion-table): Use the `pred' arg rather
17708 than read-file-name-predicate.
17709 (abbreviate-file-name): Use \` rather than ^ for BOS.
17710
f9ed9b4f
DN
177112009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17712
17713 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17714 vc-responsible-backend to register, it causes problems.
17715
5f2022a3
SM
177162009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17717
17718 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17719
fc754ea1
MA
177202009-10-21 Michael Albinus <michael.albinus@gmx.de>
17721
17722 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17723 (tramp-smb-handle-file-attributes): Use it.
17724 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17725 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17726 `mapcar'. Use `tramp-smb-get-stat-capability'.
17727 Add `dired-filename' text properties.
fc754ea1
MA
17728 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17729 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17730 version.
17731
79bd5ba1
SM
177322009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17733
17734 * subr.el (read-key-delay): Reduce to 0.01.
17735 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17736 (bug#4751).
17737
3c13704d
SM
177382009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17739
554efd10
SM
17740 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17741
c2a37b78
SM
17742 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17743 (Info-menu): Remove unused vars `last' and `completions'.
17744 (Info-index-nodes): Remove unused var `node'.
17745
3c13704d
SM
17746 * info.el (Info-complete-menu-item): Use complete-with-action.
17747
d1e4c403
DN
177482009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17749
17750 Make vc-annotate work through copies and renames.
3c13704d
SM
17751 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17752 Return the file name too.
d1e4c403
DN
17753 (vc-annotate-revision-at-line)
17754 (vc-annotate-find-revision-at-line)
17755 (vc-annotate-revision-previous-to-line)
17756 (vc-annotate-show-log-revision-at-line): Update to get the file
17757 name from vc-annotate-extract-revision-at-line.
17758 (vc-annotate-show-diff-revision-at-line-internal): Change the
17759 argument to mean whether to show a file diff or not. Get the file
17760 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17761 (vc-annotate-show-diff-revision-at-line):
17762 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17763 (vc-annotate-warp-revision): Add an optional file argument.
17764
17765 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17766 (vc-git-annotate-extract-revision-at-line): Also return the file
17767 name if found.
17768
17769 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17770 command. Remove unused code.
17771 (vc-hg-annotate-re): Update to match --follow output.
17772 (vc-hg-annotate-extract-revision-at-line): Also return the file
17773 name if found.
17774
17775 * vc.el: Update annotate-extract-revision-at-line documentation.
17776
b0b0ef98
KR
177772009-10-18 Kevin Ryde <user42@zip.com.au>
17778
17779 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17780 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17781
a9e7f03d
KR
17782 * net/browse-url.el (browse-url): Identify alist with "consp and
17783 not functionp" and let all other things go down the `apply' leg,
17784 as suggested by Stefan. (Further to bug#4531.)
17785
7346a407
CY
177862009-10-18 Chong Yidong <cyd@stupidchicken.com>
17787
17788 * minibuffer.el (read-file-name): Check for repeat before putting
17789 a default argument in file-name-history (Bug#4657).
17790
17791 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17792 read syntax (Bug#4737).
17793
3c13704d 17794 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17795
1da94541
CY
177962009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17797
17798 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17799 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17800 entries and make note of obsolete tags.
17801
2b93080a
SM
178022009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17803
17804 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17805
18b5ffb5
GM
178062009-10-18 Glenn Morris <rgm@gnu.org>
17807
17808 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17809 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17810 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17811 now, and in any case the file header format has changed.
17812
c2e161b2
GM
178132009-10-17 Glenn Morris <rgm@gnu.org>
17814
17815 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17816 (flyspell-get-word, flyspell-large-region)
17817 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17818
a1eb44f5
CY
178192009-10-17 Chong Yidong <cyd@stupidchicken.com>
17820
17821 * Makefile.in (ELCFILES): Add ede/shell.
17822
4418646e
DN
178232009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17824
17825 * term/common-win.el (x-colors): Purecopy it.
17826
4062011e
SM
178272009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17828
17829 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17830 permissive for when the buffer is empty.
17831 (tar-header-block-tokenize): Decode the username and groupname.
17832 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17833
b0b111c3
JB
178342009-10-17 Eric Ludlam <zappo@gnu.org>
17835
17836 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17837 contains multibyte characters, choose first applicable coding
17838 system automatically.
17839
2df48a87
SM
178402009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17841
17842 * international/mule-cmds.el (select-safe-coding-system): If the file
17843 has a coding cookie, use it regardless of any other setting (bug#4712).
17844
fd7dd48c
GM
178452009-10-17 Glenn Morris <rgm@gnu.org>
17846
3ee0b477 17847 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17848 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17849
2550e4b1
GM
17850 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17851 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17852 (dired-keep-marker-symlink, dired-dwim-target)
17853 (dired-copy-preserve-time): Do not autoload these defcustoms.
17854
fd7dd48c
GM
17855 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17856 messages from messing up the file coding. (Bug#4623)
17857
f3e3a990
GM
178582009-10-17 Jari Aalto <jari.aalto@cante.net>
17859
17860 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17861 if no match is found for the current dictionary. (Bug#4578)
17862
17863 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17864 optional, since that is how it is documented, and this is often called
17865 with a nil argument. (Bug#4577)
17866 (flyspell-external-point-words, flyspell-auto-correct-word)
17867 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17868 (flyspell-word-search-backward): Remove nil argument in calls to
17869 flyspell-get-word, since it is not needed now.
17870
178712009-10-17 Ulrich Mueller <ulm@gentoo.org>
17872
1becddbb 17873 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17874
b61374ab
GM
178752009-10-16 Glenn Morris <rgm@gnu.org>
17876
17877 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17878
412707c2
SM
178792009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17880
17881 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17882 (ange-ftp-file-size): New function.
17883 (ange-ftp-file-attributes): Use it.
17884
0c6f436e
MA
178852009-10-16 Michael Albinus <michael.albinus@gmx.de>
17886
17887 * net/tramp-smb.el (tramp-smb-version): New defvar.
17888 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17889 repeated checks.
17890
850bfd04
GM
178912009-10-16 Glenn Morris <rgm@gnu.org>
17892
17893 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17894 Maybe copy some custom properties from old to new name. (Bug#4706)
17895
f3ed9aca
JB
178962009-10-16 Juanma Barranquero <lekktu@gmail.com>
17897
17898 * subr.el (error, sit-for, start-process-shell-command)
17899 (start-file-process-shell-command): Set the calling convention
17900 after the function definition.
17901
fd6c5134
SM
179022009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17903
17904 * subr.el (error, sit-for, start-process-shell-command)
17905 (start-file-process-shell-command): Use the new
17906 set-advertised-calling-convention feature.
17907
73874eb7
KH
179082009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17909
fd6c5134
SM
17910 * international/ucs-normalize.el (ucs-normalize-version):
17911 Change to 1.2.
17912 (check-range): Adjust for Unicode 5.2.
73874eb7 17913
03fb33cf
JL
179142009-10-15 Juri Linkov <juri@jurta.org>
17915
17916 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17917 to the `menu-item' format.
17918
4260b402
MA
179192009-10-15 Michael Albinus <michael.albinus@gmx.de>
17920
17921 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17922 if the environment variable does not exist.
17923
17924 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17925 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17926 parameter.
17927 (tramp-smb-handle-add-name-to-file)
17928 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17929 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17930 (tramp-smb-handle-file-attributes)
17931 (tramp-smb-do-file-attributes-with-stat)
17932 (tramp-smb-handle-file-local-copy)
17933 (tramp-smb-handle-insert-directory)
17934 (tramp-smb-handle-make-directory)
17935 (tramp-smb-handle-make-directory-internal)
17936 (tramp-smb-handle-make-symbolic-link)
17937 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17938 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17939 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17940 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17941 Handle long file names.
17942 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17943 process is running.
17944 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17945 Read share names with "-g" option.
17946
d7a0fd6f
GM
179472009-10-15 Ryan Yeske <rcyeske@gmail.com>
17948
17949 * net/rcirc.el (rcirc-view-log-file): New command.
17950 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17951 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17952 specified.
17953
0b44494a
GM
179542009-10-15 Glenn Morris <rgm@gnu.org>
17955
af9fb32f
GM
17956 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17957 from the second command-line argument.
17958 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17959 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17960 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17961 w32-batch-update-autoloads.
17962 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17963 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17964
0b44494a
GM
17965 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17966 the headers cannot be located. Simplify, subtracting superflous
17967 save-excursions.
17968
d5e63715
SM
179692009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17970
17971 Replace completion-base-size by completion-base-position to fix bugs
17972 such as (bug#4699).
17973 * simple.el (completion-base-position): New var.
17974 (completion-base-size): Mark as obsolete.
17975 (choose-completion): Make it work for mouse events as well.
17976 Pass the new base-position to choose-completion-string.
17977 (choose-completion-guess-base-position): New function, extracted from
17978 choose-completion-delete-max-match.
17979 (choose-completion-delete-max-match): Use it. Make obsolete.
17980 (choose-completion-string): Use the new base-position info.
17981 (completion-root-regexp): Delete.
17982 (completion-setup-function): Preserve completion-base-position.
17983 Eliminate obsolete base-size manipulation.
17984 * minibuffer.el (display-completion-list): Don't mess with base-size.
17985 (minibuffer-completion-help): Set completion-base-position instead.
17986 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17987 choose-completion.
17988 * textmodes/bibtex.el (bibtex-complete):
17989 * emacs-lisp/crm.el (crm--choose-completion-string):
17990 Adjust to new calling convention.
17991 * complete.el (partial-completion-mode): Use minibufferp to avoid
17992 bumping into incompatible change to choose-completion-string-functions.
17993 * ido.el (ido-choose-completion-string): Make its calling convention
17994 more permissive.
17995 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17996 base-size manipulation.
17997 (comint-dynamic-list-input-ring): Use dotimes and push.
17998 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17999 fundamental-mode. Use `or'.
18000
92f8bfc7
JL
180012009-10-14 Juri Linkov <juri@jurta.org>
18002
18003 * misearch.el (multi-isearch-next-buffer-from-list)
18004 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18005
e78e280d
SM
180062009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18007
384ca163
SM
18008 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18009 `bytecomp.el'.
18010
681e0e7c
SM
18011 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18012 string we return is all made up of text from the completions rather
18013 than part from the completions and part from the input (bug#4219).
18014
e78e280d
SM
18015 * ido.el (ido-everywhere): Use define-minor-mode.
18016
18017 * buff-menu.el (list-buffers, ctl-x-map):
18018 Mark the entry points with ;;;###autoload cookies.
18019
b4e813ca
DN
180202009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18021
52964e54
DN
18022 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18023 correctly in the detached head case.
18024 (vc-git-print-log): Remove unused binding.
18025
b4e813ca
DN
18026 * vc.el (vc-responsible-backend): When a directory is passed for
18027 for registration create a VC repository if no backend is
18028 responsible for the directory argument.
18029 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
18030
18031 * vc.el: Move comments about RCS and SCCS ...
18032 * vc-rcs.el:
18033 * vc-sccs.el: ... here, respectively.
18034
40ba9882
SM
180352009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * minibuffer.el (completion--file-name-table): Return nil if there's
18038 no file completion, even if substitute-in-file-name changed
18039 the string (bug#4708).
18040
04e0f59b
JL
180412009-10-13 Juri Linkov <juri@jurta.org>
18042
18043 * files-x.el (read-file-local-variable-value): Don't filter out
18044 minor modes from mode name completion (bug#4664).
18045
314c8e25
JB
180462009-10-13 Juanma Barranquero <lekktu@gmail.com>
18047
18048 * international/mule-cmds.el (ucs-names): Remove exclusion of
18049 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18050
5c9b7d36
KH
180512009-10-13 Kenichi Handa <handa@m17n.org>
18052
18053 * international/uni-name.el: Regenerated.
18054
1e7a80f2
JB
180552009-10-13 Juanma Barranquero <lekktu@gmail.com>
18056
18057 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18058 should be automatically buffer-local, but isn't.)
18059
cd29f88b
SS
180602009-10-12 Sam Steingold <sds@gnu.org>
18061
18062 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 18063 timestamps if the buffer has been visited before.
0cd16af4
SS
18064 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18065 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 18066
37493a98
GM
180672009-10-12 Glenn Morris <rgm@gnu.org>
18068
18069 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18070 Let-bind `size'.
18071
3b56b1e6
JB
180722009-10-12 Juanma Barranquero <lekktu@gmail.com>
18073
7422a4bb
JB
18074 * proced.el (proced-unload-function): New function.
18075
fa72d075
JB
18076 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18077 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18078 Doc fix.
18079
3b56b1e6
JB
18080 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18081
4d9b4323
JL
180822009-10-11 Juri Linkov <juri@jurta.org>
18083
18084 * files-x.el (read-file-local-variable-value):
18085 Provide default value only for bound variables (bug#4664).
18086
f6f7e059
MA
180872009-10-11 Michael Albinus <michael.albinus@gmx.de>
18088
18089 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18090 connection methods like smb.
18091
18092 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18093 can be empty.
18094
18095 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18096 (tramp-smb-file-name-handler-alist): Add handlers for
18097 `add-name-to-file', `make-symbolic-link'.
18098 (tramp-smb-handle-add-name-to-file)
2992485f 18099 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
18100 (tramp-smb-handle-make-symbolic-link)
18101 (tramp-smb-get-cifs-capabilities): New defuns.
18102 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18103 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18104 (tramp-smb-handle-file-local-copy)
18105 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
18106 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18107 The file name syntax depends on cifs capabilities.
18108 (tramp-smb-handle-file-attributes):
18109 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18110 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18111 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 18112
67868d26
CY
181132009-10-11 Chong Yidong <cyd@stupidchicken.com>
18114
18115 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18116 (eieio-defclass): Apply deftype handler and setf-method properties
18117 directly.
18118 (eieio-add-new-slot): Avoid union function from cl library.
18119 (eieio--typep): New function.
18120 (eieio-perform-slot-validation): Use it.
18121
6d6a5b7e
KF
181222009-10-10 Karl Fogel <kfogel@red-bean.com>
18123
3b56b1e6 18124 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
18125 Update documentation to refer to the variables documented in r1.135.
18126 (Bug#4188)
18127
67b70de9
KF
181282009-10-10 Karl Fogel <kfogel@red-bean.com>
18129
18130 * bookmark.el (Info-suffix-list): Remove this unused variable.
18131 (bookmark-current-point): Remove this obsolete variable.
18132 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18133 Adjust for removal of bookmark-current-point.
18134
18135 (bookmarks-already-loaded, bookmark-current-buffer)
18136 (bookmark-yank-point): Document. (Bug#4188)
18137
58ae51ae
GM
181382009-10-10 Glenn Morris <rgm@gnu.org>
18139
4619ff5e
GM
18140 * frame.el (frame-height): Doc fix.
18141
58ae51ae
GM
18142 * calendar/calendar.el (calendar-split-width-threshold): New option.
18143 (calendar-basic-setup): Use calendar-split-width-threshold.
18144
d364386c
JB
181452009-10-09 Juanma Barranquero <lekktu@gmail.com>
18146
18147 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18148 Ideographic Supplement" range (U+1F200..U+1F2FF).
18149
33e97a28
KF
181502009-10-09 Karl Fogel <kfogel@red-bean.com>
18151
02d0f051 18152 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18153 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18154
181552009-10-09 Karl Fogel <kfogel@red-bean.com>
18156
d364386c 18157 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18158 (bookmark-bmenu-execute-deletions): Don't save here, as
18159 bookmark-delete will now do so if necessary.
d364386c 18160 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18161 (Bug#4348)
18162
9656d87b
GM
181632009-10-09 Glenn Morris <rgm@gnu.org>
18164
18165 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18166
e6227f06
KF
181672009-10-09 Karl Fogel <kfogel@red-bean.com>
18168
18169 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18170 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18171 argument now, so the two function's behaviors will match. (Bug#3645)
18172
288f783b
MA
181732009-10-08 Michael Albinus <michael.albinus@gmx.de>
18174
18175 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18176 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18177 Apply `save-match-data'.
288f783b
MA
18178
18179 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18180 case both directories are remote.
18181 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18182 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18183
872a1ea4
JB
181842009-10-07 Juanma Barranquero <lekktu@gmail.com>
18185
18186 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18187
ab2baced
GM
181882009-10-07 Glenn Morris <rgm@gnu.org>
18189
e78e280d
SM
18190 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18191 of concat.
ab2baced 18192
5c4634c1
SM
181932009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18194
18195 * files-x.el (read-file-local-variable): Include some
18196 non-user-variables in the completion table (bug#4664).
18197
c2dc9732
MA
181982009-10-07 Michael Albinus <michael.albinus@gmx.de>
18199
18200 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18201 message.
18202
18203 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18204 (tramp-smb-file-name-handler-alist): Add handler for
18205 `copy-directory', `expand-file-name', `set-file-modes'.
18206 (tramp-smb-handle-copy-directory)
18207 (tramp-smb-handle-expand-file-name)
18208 (tramp-smb-handle-set-file-modes): New defuns.
18209 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18210 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18211 entry.
18212 (tramp-smb-handle-insert-directory): Don't flush the cache.
18213 (tramp-smb-maybe-open-connection): Check for samba client and
18214 server versions.
18215
11be40a6
EZ
182162009-10-07 Eli Zaretskii <eliz@gnu.org>
18217
18218 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18219 to not error out of search for "^lisp=" fails.
18220
8c4afe20
JB
182212009-10-07 Juanma Barranquero <lekktu@gmail.com>
18222
18223 * makefile.w32-in (WINS_UPDATES): New macro.
18224 (custom-deps, finder-data, autoloads): Use it.
18225
429a1506
GM
182262009-10-07 Glenn Morris <rgm@gnu.org>
18227
ee2e93e2
GM
18228 * Makefile.in (autoloads): Revert previous change.
18229 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18230 the list of preloaded files passed on the command-line, get
18231 it from src/Makefile.
18232
429a1506
GM
18233 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18234 show the original buffer rather than a random one.
18235
a51203ee 182362009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18237
18238 * help.el (describe-no-warranty): Place point in a slightly better
18239 position in the GPLv3 text.
18240
f58f7520
SS
182412009-10-06 Sam Steingold <sds@gnu.org>
18242
18243 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18244 the comm attribute is present before calling regexp-quote.
18245
bde79dc0
JB
182462009-10-06 Juanma Barranquero <lekktu@gmail.com>
18247
18248 * play/animate.el (animate-string): For good effect, make sure
18249 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18250
18251 * play/animate.el (animate-sequence, animate-birthday-present):
18252 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18253
25ab0302
GM
182542009-10-06 Glenn Morris <rgm@gnu.org>
18255
73fe714a
GM
18256 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18257
3405d98c
GM
18258 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18259 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18260 (batch-update-autoloads): Process a string value of autoload-excludes,
18261 set during the build process.
18262 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18263
9fb2cdc5
GM
18264 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18265 inside with-parsed... macro so that `v' is defined.
18266
7938ab41
GM
18267 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18268 * progmodes/fortran.el (fortran-end-of-block)
18269 (fortran-beginning-of-block):
18270 Also push mark in the macro case.
18271
eaf9b564
GM
18272 * emerge.el (emerge-show-file-name):
18273 * calc/calc.el (calc-quit):
18274 * calc/calc-misc.el (calc-big-or-small):
18275 * calc/calc-graph.el (calc-graph-view):
18276 * calc/calc-ext.el (calc-reset):
18277 * calendar/calendar.el (calendar-basic-setup):
18278 Use window-full-height-p.
18279
25ab0302
GM
18280 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18281 header we don't understand, don't insert another. (Bug#4624)
18282 If changing mime charset, insert the new one in the right place.
18283
00169eb6
GM
182842009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18285
18286 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18287 (cal-tex-cursor-month): Correctly increment the end date for diary and
18288 holiday listing. (Bug#4626)
18289
82882188
SM
182902009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18291
40ba9882 18292 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18293 a symbol.
18294
a8f316ca
JB
182952009-10-05 Juanma Barranquero <lekktu@gmail.com>
18296
18297 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18298 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18299 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18300 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18301
18302 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18303 (eieio-default-superclass): Reflow docstrings.
18304 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18305 (eieio-unbind-method-implementations, defmethod)
18306 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18307 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18308 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18309 (eieio-slot-originating-class-p, eieio-slot-name-index)
18310 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18311 (constructor, initialize-instance, no-next-method, object-print)
18312 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18313 Fix typos in docstrings.
18314 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18315 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18316 (next-method-p): Doc fixes.
18317 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18318 Fix typos in error messages.
18319 (eieio-defmethod): Fix typo in description of generic method.
18320
18321 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18322 (eieio-persistent-save-interactive, slot-missing):
18323 Fix typos in docstrings.
18324 (eieio-instance-inheritor-slot-boundp): Doc fix.
18325
18326 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18327 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18328
18329 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18330 (eieio-custom-object-apply-reset):
18331 Fix typos in docstrings and error messages.
18332
18333 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18334 Fix typo in docstring.
18335
18336 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18337 (eieio-browse-tree): Doc fix.
18338 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18339 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18340 Fix typos in docstrings.
18341
18342 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18343 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18344 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18345 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18346 Reflow docstrings.
18347
c66b7ac0
DN
183482009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18349
4a827e0a 18350 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18351 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18352 Set log-view-vc-backend so that diff can work.
4a827e0a 18353
c66b7ac0
DN
18354 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18355 vc-version-diff.
18356 (vc-diff-internal): Autoload this instead of vc-version-diff.
18357
1902a98c
EZ
183582009-10-05 Eli Zaretskii <eliz@gnu.org>
18359
a7a8618b
EZ
18360 * simple.el (eval-expression): Doc fix.
18361
1902a98c
EZ
18362 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18363
0e1f2ee6
MA
183642009-10-05 Michael Albinus <michael.albinus@gmx.de>
18365
18366 * files.el (directory-files-no-dot-files-regexp): New defconst.
18367 (delete-directory): Use it.
18368 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18369
263c02ef 18370 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18371 (tramp-methods): Add recursive option to `tramp-copy-args'.
18372 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18373 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18374 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18375 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18376 Add handler for `copy-directory'.
18377 (tramp-handle-copy-directory): New defun.
18378 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18379 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18380 Optimize sent command.
263c02ef 18381
72aa7df4
SM
183822009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18383
4a34f065
SM
18384 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18385 window if necessary.
18386
72aa7df4
SM
18387 * calendar/calendar.el (calendar-basic-setup): Don't call
18388 switch-to-buffer in a dedicated window.
18389
5feb1ba7
KF
183902009-10-05 Karl Fogel <kfogel@red-bean.com>
18391
18392 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18393 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18394 (bookmark-error-no-filename): New error.
18395 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18396 bookmark has no file. Don't even attempt to handle things that
18397 are not files; the whole point of custom handlers is to keep that
18398 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18399 (bookmark-file-or-variation-thereof): Remove now-unused function.
18400 (bookmark-location): Doc string fix.
18401 (Bug#4250)
18402
1bd49952
KF
184032009-10-04 Karl Fogel <kfogel@red-bean.com>
18404
18405 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18406 don't use a file dialog, because they usually don't know how to read
18407 a directory target from the user. (Bug#4230)
18408 Also, make sure the prompt can display directories as well as files.
18409
825382c0
KF
184102009-10-04 Karl Fogel <kfogel@red-bean.com>
18411
18412 * bookmark.el (bookmark-set, bookmark-buffer-name):
18413 Improve doc strings. (Bug#1193)
18414
13901bcb
KF
184152009-10-04 Karl Fogel <kfogel@red-bean.com>
18416
4a34f065
SM
18417 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18418 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18419 (bookmark-get-annotation, bookmark-set-annotation)
18420 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18421 (bookmark-set-position, bookmark-get-front-context-string)
18422 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18423 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18424 (bookmark-jump-other-window, bookmark-handle-bookmark)
18425 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18426 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18427 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18428 Improve doc strings to say whether bookmark can be a string or
18429 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18430 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18431 (bookmark-default-annotation-text, bookmark-yank-word)
18432 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18433 (bookmark-import-new-list, bookmark-maybe-rename)
18434 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18435 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18436 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18437 add a FIXME comment about how the function may be pointless.
13901bcb 18438 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18439 parameter name, to clarify that this takes a bookmark record
18440 not a bookmark name.
13901bcb 18441 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18442 and improve the doc string a bit.
13901bcb
KF
18443 (Bug#4188)
18444
5c1b3e94
KF
184452009-10-04 Karl Fogel <kfogel@red-bean.com>
18446
18447 * bookmark.el (bookmark-alist): Document the new `handler' element
18448 in the param alist.
18449 (bookmark-make-record-function): Adjust documentation for above.
18450 (Bug#4193)
18451
8559076d
KF
184522009-10-04 Karl Fogel <kfogel@red-bean.com>
18453
18454 * info.el (Info-bookmark-make-record): Document this function.
18455 (Info-bookmark-jump): Document with a doc string, not just a comment.
18456 (Bug#4203)
18457
b4583b8c
MA
184582009-10-04 Michael Albinus <michael.albinus@gmx.de>
18459
18460 * files.el (copy-directory): New defun.
18461
18462 * dired-aux.el (dired-copy-file-recursive): Use it.
18463
131ae8f2
JB
184642009-10-04 Juanma Barranquero <lekktu@gmail.com>
18465
a30e71ae 18466 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18467 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18468 docstrings.
a30e71ae 18469
131ae8f2
JB
18470 * recentf.el (recentf-unload-function): New function.
18471
ccafbf06
GM
184722009-10-04 Glenn Morris <rgm@gnu.org>
18473
18474 * window.el (window-full-height-p): Add doc string.
18475
02c6f098
GM
184762009-10-04 Martin Rudalics <rudalics@gmx.at>
18477
18478 * window.el (window-full-height-p): New function. (Bug#4543)
18479
ed6b0195
DN
184802009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18481
18482 * vc.el: Remove commented out code.
18483 (vc-derived-from-dir-mode): Remove, unused.
18484 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18485
1b8d1cc7
MA
184862009-10-03 Michael Albinus <michael.albinus@gmx.de>
18487
4a34f065
SM
18488 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18489 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18490 there could be recursive loading when `default-directory' is a
18491 remote file name. (Bug#4614)
18492
ac3c593c
GM
184932009-10-03 Glenn Morris <rgm@gnu.org>
18494
686ea556
GM
18495 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18496 the frame is wide.
18497 (calendar-generate-window): Test for shrinkability rather than width.
18498
ac3c593c
GM
18499 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18500 reusing existing buffers, in case we happen to visit two files with the
18501 same basename. (Bug#4593)
18502
573709fd
EZ
185032009-10-02 Eli Zaretskii <eliz@gnu.org>
18504
4a34f065 18505 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18506 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18507 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18508 subdirs of cedet as well.
8f885d01 18509 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18510
8d6c1239
SM
185112009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18512
18513 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18514 Obey advertised-signature-table.
18515
18516 * help-fns.el (help-function-arglist): Don't check
18517 advertised-signature-table.
18518 (describe-function-1): Do it here instead so it also applies to subrs.
18519
c4861de0
MA
185202009-10-02 Michael Albinus <michael.albinus@gmx.de>
18521
18522 * simple.el (start-file-process): Say in the doc-string, that file
18523 handlers might not support pty association, if PROGRAM is nil.
18524
18525 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18526 HOST and USER are strings. They are nil, when there are
18527 incomplete entries in ~/.netrc, for example.
18528 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18529 root directory ("device busy" error otherwise).
18530
8d6c1239
SM
18531 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18532 Flush file properties of created directory.
c4861de0 18533
d2bda74f
EZ
185342009-10-02 Eli Zaretskii <eliz@gnu.org>
18535
18536 * makefile.w32-in (WINS_BASIC): Remove cedet.
18537 (WINS_CEDET): Add cedet.
18538 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18539
895d1904
GM
185402009-10-02 Kevin Ryde <user42@zip.com.au>
18541
18542 * net/browse-url.el (browse-url): Pass any symbol in
18543 browse-url-browser-function to `apply', since if you've mistakenly put
18544 an unbound symbol then the error is clearer. (Bug#4531)
18545
32226619
JB
185462009-10-02 Juanma Barranquero <lekktu@gmail.com>
18547
18548 * allout.el (allout-init, allout-back-to-current-heading)
18549 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18550 (allout-ascend, allout-up-current-level, allout-end-of-level)
18551 (allout-previous-visible-heading, allout-forward-current-level)
18552 (allout-backward-current-level, allout-show-children):
18553 * apropos.el (apropos-describe-plist):
18554 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18555 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18556 * completion.el (add-completion, add-permanent-completion):
18557 * descr-text.el (describe-text-category, describe-char):
18558 * desktop.el (desktop-lazy-abort):
18559 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18560 * dired.el (dired-build-subdir-alist):
18561 * ediff.el (ediff-version):
18562 * elide-head.el (elide-head, elide-head-show):
18563 * emerge.el (emerge-version):
18564 * env.el (getenv):
18565 * face-remap.el (variable-pitch-mode):
18566 * faces.el (describe-face):
18567 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18568 (dired-at-point):
18569 * files.el (find-file-existing, auto-save-mode):
18570 * font-lock.el (font-lock-fontify-buffer):
18571 * help-fns.el (describe-function, describe-variable)
18572 (describe-syntax, describe-categories):
18573 * help.el (view-lossage, describe-bindings, describe-key)
18574 (describe-mode):
18575 * hexl.el (hexl-current-address):
18576 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18577 * info.el (Info-goto-emacs-key-command-node):
18578 * log-edit.el (log-edit-insert-cvs-template)
18579 (log-edit-insert-cvs-rcstemplate):
18580 * menu-bar.el (menu-bar-mode):
18581 * mouse.el (mouse-appearance-menu):
18582 * newcomment.el (comment-indent-new-line):
18583 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18584 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18585 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18586 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18587 * recentf.el (recentf-mode):
18588 * savehist.el (savehist-mode, savehist-save):
18589 * shadowfile.el (shadow-copy-files):
18590 * simple.el (kill-ring-save, next-line, previous-line)
18591 (normal-erase-is-backspace-mode):
18592 * strokes.el (strokes-update-window-configuration)
18593 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18594 (strokes-xpm-for-stroke):
18595 * time.el (emacs-uptime, emacs-init-time):
18596 * tutorial.el (tutorial--describe-nonstandard-key)
18597 (tutorial--detailed-help):
18598 * type-break.el (type-break-mode)
18599 (type-break-mode-line-message-mode, type-break-query-mode)
18600 (type-break-guesstimate-keystroke-threshold):
18601 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18602 * version.el (emacs-version):
18603 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18604 * winner.el (winner-mode):
18605 * calendar/timeclock.el (timeclock-in, timeclock-out)
18606 (timeclock-status-string, timeclock-change)
18607 (timeclock-workday-remaining-string)
18608 (timeclock-workday-elapsed-string)
18609 (timeclock-when-to-leave-string):
18610 * calendar/todo-mode.el (todo-add-category):
18611 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18612 * emacs-lisp/autoload.el (update-file-autoloads):
18613 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18614 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18615 (checkdoc-message-text, checkdoc-defun):
18616 * emacs-lisp/debug.el (debugger-list-functions):
18617 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18618 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18619 (eieio-describe-generic):
18620 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18621 * emacs-lisp/shadow.el (list-load-path-shadows):
18622 * emulation/cua-base.el (cua-mode):
18623 * emulation/edt.el (edt-set-scroll-margins):
18624 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18625 (tpu-toggle-regexp, tpu-toggle-search-direction)
18626 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18627 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18628 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18629 (viper-set-parsing-style-toggling-macro)
18630 (viper-set-emacs-state-searchstyle-macros):
18631 * emulation/viper.el (viper-set-hooks):
18632 * eshell/esh-mode.el (eshell-truncate-buffer):
18633 * international/mule-cmds.el (prefer-coding-system)
18634 (describe-input-method, describe-language-environment):
18635 * international/mule-diag.el (list-character-sets)
18636 (describe-character-set, describe-coding-system)
18637 (describe-fontset, list-fontsets, list-input-methods):
18638 * mail/sendmail.el (mail-signature):
18639 * net/ange-ftp.el (ange-ftp-copy-file):
18640 * net/browse-url.el (browse-url):
18641 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18642 * net/quickurl.el (quickurl-add-url):
18643 * net/rcirc.el (names, topic):
18644 * net/xesam.el (xesam-mode):
18645 * play/5x5.el (5x5-new-game):
18646 * play/yow.el (apropos-zippy):
18647 * progmodes/ada-mode.el (ada-mode-version):
18648 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18649 (f90-end-of-block)
18650 (f90-beginning-of-block):
18651 * progmodes/fortran.el (fortran-end-of-block)
18652 (fortran-beginning-of-block):
18653 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18654 * progmodes/python.el (python-describe-symbol, python-shell):
18655 * term/ns-win.el (ns-print-buffer):
18656 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18657 * textmodes/flyspell.el (flyspell-mode-on):
18658 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18659 (pages-directory-for-addresses):
18660 * textmodes/table.el (table-recognize-cell)
18661 (table-query-dimension, table-generate-source)
18662 (table-insert-sequence, table--warn-incompatibility):
18663 * textmodes/tex-mode.el (tex-validate-buffer):
18664 * textmodes/texinfmt.el (texinfmt-version)
18665 (texinfo-format-buffer):
18666 Use `called-interactively-p' instead of `interactive-p'.
18667
12a3c28c
JB
186682009-10-02 Juanma Barranquero <lekktu@gmail.com>
18669
18670 * image-mode.el (image-toggle-display):
18671 * emacs-lisp/elp.el (elp-instrument-function):
18672 * emacs-lisp/advice.el (ad-make-advised-definition):
18673 * emacs-lisp/easy-mmode.el (define-minor-mode):
18674 * net/browse-url.el (browse-url-maybe-new-window):
18675 * progmodes/sh-script.el (sh-learn-buffer-indent):
18676 Pass new argument 'any to `called-interactively-p'.
18677
171fda8a
JB
186782009-10-01 Juanma Barranquero <lekktu@gmail.com>
18679
171fda8a
JB
18680 * international/uni-bidi.el:
18681 * international/uni-category.el:
18682 * international/uni-combining.el:
18683 * international/uni-comment.el:
18684 * international/uni-decimal.el:
9c3c9fdf 18685 * international/uni-decomposition.el:
171fda8a
JB
18686 * international/uni-digit.el:
18687 * international/uni-lowercase.el:
18688 * international/uni-mirrored.el:
18689 * international/uni-name.el:
18690 * international/uni-numeric.el:
18691 * international/uni-old-name.el:
18692 * international/uni-titlecase.el:
18693 * international/uni-uppercase.el:
18694 Regenerate from Unicode 5.2.0 data.
18695
dcb9734a
GM
186962009-10-01 Glenn Morris <rgm@gnu.org>
18697
18698 * Makefile.in (ELCFILES): Regenerate.
18699
ced10a4c
SM
187002009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18701
9d28c33e
SM
18702 * subr.el (interactive-p): Mark obsolete.
18703 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18704 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18705 advertised-signature-table for subroutines as well.
18706
ced10a4c
SM
18707 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18708 (set-advertised-calling-convention): New function.
18709 (make-obsolete, define-obsolete-function-alias)
18710 (make-obsolete-variable, define-obsolete-variable-alias):
18711 Make the optional-ness of `when' obsolete.
18712 (define-obsolete-face-alias): Make `when' non-optional.
18713 * help-fns.el (help-function-arglist):
18714 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18715 Use advertised-signature-table.
18716
cc3dda16
MA
187172009-10-01 Michael Albinus <michael.albinus@gmx.de>
18718
18719 * files.el (delete-directory): New defun. The original function
18720 in fileio.c has been renamed to `delete-directory-internal'.
18721
18722 * dired.el (dired-delete-file): Call `delete-directory' with
18723 RECURSIVE parameter.
18724
5ce6e4f4 18725 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18726 parameter RECURSIVE. Implementation is missing.
18727
18728 * net/tramp.el (tramp-handle-make-directory): Flush upper
18729 directory's file properties.
ced10a4c 18730 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18731 (tramp-handle-dired-recursive-delete-directory): Flush directory
18732 properties after the remove command only.
18733
ced10a4c
SM
18734 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18735 Handle optional parameter RECURSIVE.
cc3dda16 18736
ced10a4c
SM
18737 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18738 Handle optional parameter RECURSIVE.
cc3dda16
MA
18739
18740 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18741 connection timeout.
18742 (tramp-smb-handle-delete-directory): Handle optional parameter
18743 RECURSIVE.
18744
cf885595
SM
187452009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18746
e3a6b82f
SM
18747 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18748 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18749 (byte-compile-defmacro): Use backquotes.
18750
7201bfbb
SM
18751 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18752
cf885595
SM
18753 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18754 has no associated file.
18755 (vc-resynch-buffer): Use vc-dir-buffers.
18756
a4d2c321
GM
187572009-10-01 Glenn Morris <rgm@gnu.org>
18758
9ffe3f52
GM
18759 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18760 (chart-file-count):
18761 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18762 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18763 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18764 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18765 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18766 (eieio-copy-parents-into-subclass, make-instance, class-children)
18767 (eieio-generic-form):
bd2afec2 18768
9515cdcc
GM
18769 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18770 match-data. (Bug#4555).
18771
a4d2c321
GM
18772 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18773 rather than parsing it as a regexp. This relaxes the layout
18774 requirements and makes errors easier to detect.
18775 (check-declare-verify): Check file is regular.
18776 (check-declare-directory): Doc fix.
18777 * subr.el (declare-function): Doc fix.
18778
b15c31c7
GM
18779 * ibuffer.el (ibuffer-format-qualifier):
18780 * isearch.el (hi-lock-regexp-okay):
18781 * calc/calc.el (math-zerop):
18782 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18783 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18784 Remove unused declarations.
18785
b0b111c3
JB
187862009-09-30 Eric Ludlam <zappo@gnu.org>
18787
18788 * emacs-lisp/eieio.el (boolean-p): Delete.
18789
1fc28a2c
GM
187902009-09-30 Glenn Morris <rgm@gnu.org>
18791
1fc28a2c
GM
18792 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18793
494f4fc7
GM
18794 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18795 filename is not a string.
18796
561580e9
CY
187972009-09-29 Chong Yidong <cyd@stupidchicken.com>
18798
18799 * files.el (safe-local-eval-forms): Fix typo.
18800
dcbbecd4
SM
188012009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18802
18803 * vc-hooks.el (vc-dir-buffers): New var.
18804 (vc-state-refresh): New function.
18805 (vc-state): Use it.
18806 (vc-after-save): Always ask the backend to recompute the new state.
18807 Always call vc-dir if necessary, using vc-dir-buffers.
18808 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18809 Use vc-dir-buffers.
18810 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18811 (vc-dir-prepare-status-buffer, vc-dir-update)
18812 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18813 Don't call expand-file-name on default-directory.
18814
d88444f2
JB
188152009-09-29 Juanma Barranquero <lekktu@gmail.com>
18816
18817 * speedbar.el (speedbar-item-delete):
18818 * calc/calc-prog.el (calc-kbd-if):
18819 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18820
18821 * epa.el (epa-key-list-mode-map):
18822 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18823
18824 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18825 (hs-show-hook): Fix typo in docstring.
18826
5da62d41
GM
188272009-09-29 Glenn Morris <rgm@gnu.org>
18828
8360fce0
GM
18829 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18830 file-name-nondirectory call preventing location of cedet files.
18831 (check-declare-verify): Use literal search rather than re-search.
ae715515 18832 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18833
18834 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18835 Use tramp-compat-file-attributes rather than nonexistent
18836 tramp-compat-handle-file-attributes.
18837
5da62d41
GM
18838 * Makefile.in (lisptagsfiles4): New.
18839 (AUTOGENEL): Add cedet loaddefs files.
18840 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18841 (update-elclist, compile-always, backup-compiled-files)
18842 (bootstrap-clean): Add yet another directory level.
18843 (update-elclist): Use LC_COLLATE rather than COLLATE.
18844 (ELCFILES): Update, via `make update-elclist'.
18845
48267264
JB
188462009-09-29 Juanma Barranquero <lekktu@gmail.com>
18847
18848 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18849 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18850 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18851
2c4cd0b0
AS
188522009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18853
18854 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18855 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18856 (update-elclist): Add third directory level to look for elc files.
18857 (compile-always): Likewise.
18858 (backup-compiled-files): Likewise.
18859 (bootstrap-clean): Likewise.
18860 (ELCFILES): Update.
18861
a2533e47
CY
188622009-09-28 Chong Yidong <cyd@stupidchicken.com>
18863
18864 * Makefile.in (ELCFILES): Add CEDET files.
18865
eefbedb1
MA
188662009-09-28 Michael Albinus <michael.albinus@gmx.de>
18867
18868 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18869
18870 * net/tramp.el (top): Require tramp-imap.
18871
18872 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18873 Use `tramp-compat-handle-file-attributes'.
18874
188752009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18876
18877 * net/tramp-imap.el: New package.
18878
b0b111c3
JB
188792009-09-28 Eric Ludlam <zappo@gnu.org>
18880
18881 * emacs-lisp/chart.el:
18882 * emacs-lisp/eieio-base.el:
18883 * emacs-lisp/eieio-comp.el:
18884 * emacs-lisp/eieio-custom.el:
18885 * emacs-lisp/eieio-datadebug.el:
18886 * emacs-lisp/eieio-opt.el:
18887 * emacs-lisp/eieio-speedbar.el:
18888 * emacs-lisp/eieio.el: New files.
18889
748e3d67
VJL
188902009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18891
18892 * whitespace.el (whitespace-trailing-regexp)
18893 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18894 Fix doc string.
18895
15120dec
CY
188962009-09-27 Chong Yidong <cyd@stupidchicken.com>
18897
18898 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18899 menu.
18900
18901 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18902 menu-bar-ediff-menu.
18903
18904 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18905 define-overloadable-function.
18906
18907 * progmodes/autoconf.el: Provide autoconf as well, so that this
18908 file can be `require'd.
18909
18910 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18911
18912 * emacs-lisp/autoload.el (generated-autoload-feature)
18913 (generated-autoload-load-name): New vars.
18914 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18915 (make-autoload): Recognize define-overloadable-function and
18916 defclass forms (for EIEIO).
18917
18918 * Makefile.in (update-subdirs): Exclude cedet directory.
18919
135abf91
AR
189202009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18921
1becddbb 18922 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18923
18924 * faces.el: Default light-background background for region face to
18925 ns_selection_color under NS.
18926
3d994264
TZ
189272009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18928
18929 * net/imap-hash.el: New library, see NEWS.
18930
18931 * Makefile.in (ELCFILES): Add imap-hash.el.
18932
ce9a0ccb
SM
189332009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18934
18935 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18936 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18937 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18938 definition where the docstring could be taken for the return value.
18939
a92cdd49
GM
189402009-09-26 Glenn Morris <rgm@gnu.org>
18941
18942 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18943 Add option to only show images below a certain size.
18944 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18945 save-excursion calls.
18946
416ac2f1
EZ
189472009-09-26 Eli Zaretskii <eliz@gnu.org>
18948
18949 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18950 subdirectories) and eieio.
18951
d9a13f68
AM
189522009-09-26 Alan Mackenzie <acm@muc.de>
18953
6a7662bb
BR
18954 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18955 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18956
18957 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18958 character constants (as case labels). (Bug#4289)
d9a13f68 18959
182b3bec
CY
189602009-09-25 Juri Linkov <juri@jurta.org>
18961
18962 * files.el (safe-local-eval-forms): Allow time-stamp in
18963 before-save-hook (Bug#4554).
18964
8f75f2da
JB
189652009-09-25 Drew Adams <drew.adams@oracle.com>
18966
18967 * menu-bar.el (list-buffers-directory): Doc fix.
18968
8390fb80
SM
189692009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18970
18971 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18972 Try and avoid copying twice the same paragraph.
18973 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18974 Remove save-excursion.
18975 (log-edit-changelog-entry): Do it here instead.
18976
11ee8d90
JB
189772009-09-25 Juanma Barranquero <lekktu@gmail.com>
18978
027b1942
JB
18979 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18980 when available, instead of hardcoding mode names. Doc fix.
18981
11ee8d90
JB
18982 * menu-bar.el (list-buffers-directory): Add docstring.
18983 Make automatically buffer-local.
18984
18985 * dired.el (dired-mode):
18986 * files.el (cd-absolute):
18987 * pcvs.el (cvs-temp-buffer):
18988 * pcvs-util.el (cvs-get-buffer-create):
18989 * shell.el (shell-mode):
18990 * vc-dir.el (vc-dir-mode):
18991 Don't make `list-buffers-directory' buffer local.
18992
21289c5d
CY
189932009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18994
8390fb80
SM
18995 * comint.el (comint-exec, comint-run, make-comint):
18996 Doc fixes (Bug#4542).
21289c5d 18997
e8652dd9
GM
189982009-09-25 Glenn Morris <rgm@gnu.org>
18999
19000 * mail/rmailmm.el (rmail-mime): New custom group.
19001 Move all defcustoms in this file into this group.
19002 (rmail-mime-media-type-handlers-alist): Revert previous change.
19003 (rmail-mime-show-images): New option.
19004 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19005 references to it, since it wasn't actually used for anything.
19006 (rmail-mime-insert-image): New function.
19007 (rmail-mime-image): Use rmail-mime-insert-image.
19008 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
19009 obey the value of `rmail-mime-show-images' option. Print the size of
19010 attachments.
e8652dd9 19011
fb652bb5
JB
190122009-09-25 David Engster <deng@randomsample.de>
19013
19014 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19015
32a9841c
VJL
190162009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19017
19018 * whitespace.el: Does not highlight trailing spaces While point is
19019 at end of line. Does not highligt spaces at beginning of buffer
19020 while point is at beginning of buffer. Does not highlight spaces
19021 at end of buffer while point is at end of buffer. (Bug#4177)
19022 New version 12.0.
19023 (whitespace-display-mappings): Adjust initialization.
19024 (whitespace-point, whitespace-font-lock-refontify): New vars.
19025 (whitespace-color-on, whitespace-color-off): Adjust code.
19026 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19027 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19028 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19029
e477ca84
CY
190302009-09-24 Chong Yidong <cyd@stupidchicken.com>
19031
19032 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19033
19034 * textmodes/sgml-mode.el: Remove xml-mode alias.
19035
19036 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 19037 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 19038
68712602
AM
190392009-09-24 Alan Mackenzie <acm@muc.de>
19040
19041 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19042 c-forward-conditionals, but it doesn't move point and doesn't set
19043 the mark.
19044 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19045 (c-down-conditional-with-else, c-backward-conditional)
19046 (c-forward-conditional): Refactor to use c-scan-conditionals.
19047
1659ada0
JB
190482009-09-24 Juanma Barranquero <lekktu@gmail.com>
19049
19050 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19051 (help-default-arg-highlight): Remove.
19052 (help-highlight-arg): New function.
19053 (help-do-arg-highlight): Use it.
19054 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19055
b3f01e46
SM
190562009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19057
19058 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19059 Undo last change, which didn't fix the problem and introduced others.
19060
107ef54a
NR
190612009-09-24 Nick Roberts <nickrob@snap.net.nz>
19062
19063 * progmodes/gdb-mi.el: Don't require speedbar.
19064 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19065
ffa1fed6
GM
190662009-09-24 Glenn Morris <rgm@gnu.org>
19067
2157a2be
GM
19068 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19069
6125167c
GM
19070 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19071
ffa1fed6
GM
19072 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19073 there is no newline after the final mime boundary. (Bug#4539)
19074 Move markers on insertion so that any buttons inserted don't end up in
19075 the next part of a multipart message.
2e9075d3
GM
19076 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19077 (rmail-mime-bulk-handler): Optionally handle images.
19078 (rmail-mime-image): New button action.
19079 (rmail-mime-image-handler): New function.
19080 (rmail-mime-mode): New mode.
19081 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 19082
4a814992
SM
190832009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19084
075518b5
SM
19085 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19086 than just dropping elements from it (bug#4504).
19087
8ad2defc
SM
19088 * term.el (term-set-scroll-region): Don't move cursor any more.
19089 (term-handle-ansi-escape): Call term-goto here instead.
19090 Suggested by Ivan Kanis <apple@kanis.eu>.
19091
4a814992
SM
19092 * term.el: Require CL.
19093 (term-ansi-reset): New function.
19094 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19095 (term-handle-colors-array): Simplify.
19096
5a0c3f56
JB
190972009-09-24 Juanma Barranquero <lekktu@gmail.com>
19098
19099 * allout.el (allout-overlay-interior-modification-handler)
19100 (allout-obtain-passphrase):
19101 * epa-file.el (epa-file-write-region):
19102 * ps-print.el (ps-begin-job):
19103 * vc-hooks.el (vc-toggle-read-only):
19104 * vc-rcs.el (vc-rcs-rollback):
19105 * vc-sccs.el (vc-sccs-rollback):
19106 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19107 (vc-version-diff, vc-revert, vc-rollback):
19108 * wdired.el (wdired-check-kill-buffer):
19109 * emacs-lisp/authors.el (authors):
19110 * net/socks.el (socks-open-connection):
19111 * net/zeroconf.el (zeroconf-service-add-hook):
19112 * obsolete/vc-mcvs.el (vc-mcvs-register):
19113 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19114 (gdb-select-frame):
19115 * progmodes/grep.el (lgrep, rgrep):
19116 * progmodes/idlw-help.el (idlwave-help-check-locations)
19117 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19118 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19119 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19120 (reftex-toc-rename-label): Fix typos in error messages.
19121
19122 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19123 (dired-copy-how-to-fn): Doc fix.
19124 (dired-files-attributes, dired-read-shell-command):
19125 Fix typos in docstrings.
19126
19127 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19128 (dired-x-find-file-other-window): Reflow docstrings.
19129 (dired-omit-marker-char, dired-read-shell-command)
19130 (dired-x-submit-report): Fix typos in docstrings.
19131
19132 * shell.el (shell-mode-hook):
19133 * view.el (View-scroll-line-forward):
19134 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19135 Fix typos in docstrings.
19136
19137 * net/dig.el (dig-invoke): Fix typo in docstring.
19138 (query-dig): Reflow docstring.
19139
19140 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19141 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19142 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19143 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19144 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19145 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19146 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19147 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19148 (idlwave-completion-map, idlwave-current-indent)
19149 (idlwave-custom-ampersand-surround, idlwave-customize)
19150 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19151 (idlwave-define-abbrev, idlwave-determine-class-special)
19152 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19153 (idlwave-end-block-reg, idlwave-end-of-statement)
19154 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19155 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19156 (idlwave-explicit-class-listed, idlwave-file-header)
19157 (idlwave-fill-paragraph, idlwave-find-class-definition)
19158 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19159 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19160 (idlwave-in-quote, idlwave-indent-action-table)
19161 (idlwave-indent-expand-table, idlwave-indent-line)
19162 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19163 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19164 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19165 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19166 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19167 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19168 (idlwave-outlawed-buffers, idlwave-popup-select)
19169 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19170 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19171 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19172 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19173 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19174 (idlwave-statement-type, idlwave-struct-skip)
19175 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19176 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19177 (idlwave-what-module-find-class): Fix typos in docstrings.
19178 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19179 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19180 (idlwave-find-module, idlwave-find-structure-definition)
19181 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19182 (idlwave-list-load-path-shadows, idlwave-next-statement)
19183 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19184 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19185 (idlwave-template): Reflow docstrings.
19186
19187 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19188 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19189 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19190 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19191 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19192 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19193 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19194 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19195 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19196 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19197 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19198 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19199 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19200 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19201 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19202 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19203 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19204 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19205 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19206 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19207 Fix typos in docstrings.
19208 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19209 (idlwave-shell-hide-output, idlwave-shell-mode)
19210 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19211 Reflow docstrings.
19212
19213 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19214
62136c5d
SM
192152009-09-24 Ivan Kanis <apple@kanis.eu>
19216
19217 * term.el (term-bold-attribute): New var.
19218 (term-handle-colors-array): Use it.
19219
9c1a45ed
NR
192202009-09-23 Nick Roberts <nickrob@snap.net.nz>
19221
19222 * progmodes/gdb-mi.el (gdb-version): New variable.
19223 (gdb-non-stop-handler): Set gdb-version.
19224 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19225 Condition "--thread" option on gdb-version.
19226 (gdb-invalidate-threads): Remove unused argument.
19227
03304f31
SM
192282009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19229
19230 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19231 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19232
4f02f0c9
GM
192332009-09-23 Glenn Morris <rgm@gnu.org>
19234
19235 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19236 replying to mail without References or Message-Id. (Bug#4525)
19237
a3b4b363
AR
192382009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19239
19240 * term/ns-win.el (ns-reg-to-script): New variable.
19241
7bda18cc
DU
192422009-09-23 Daiki Ueno <ueno@unixuser.org>
19243
19244 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19245
72169e55
SS
192462009-09-22 Sam Steingold <sds@gnu.org>
19247
19248 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19249 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19250 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19251 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19252
905b7d38
SM
192532009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19254
b0459dec
SM
19255 * textmodes/fill.el: Convert to utf-8 encoding.
19256 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19257 pre-Unicode days.
b0459dec 19258
905b7d38
SM
19259 * add-log.el (change-log-fill-forward-paragraph): New function.
19260 (change-log-mode): Use it so fill-region DTRT.
19261 Set fill-indent-according-to-mode here rather than in
19262 change-log-fill-paragraph.
19263 (change-log-fill-paragraph): Remove.
19264
baa7f3de
JB
192652009-09-22 Juanma Barranquero <lekktu@gmail.com>
19266
19267 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19268 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19269
a8d789f0
GM
192702009-09-22 Glenn Morris <rgm@gnu.org>
19271
daedbbc2
GM
19272 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19273 the scroll-bar scroll the calendar window rather than the buffer.
19274
d8899a74
GM
19275 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19276 commands that move point (as opposed to scrolling).
19277
a8d789f0
GM
19278 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19279
19280 * emacs-lisp/elint.el (elint): New custom group.
19281 (elint-log-buffer): Make it a defcustom.
19282 (elint-scan-preloaded, elint-ignored-warnings)
19283 (elint-directory-skip-re): New options.
19284 (elint-builtin-variables): Doc fix.
19285 (elint-preloaded-env): New variable.
19286 (elint-unknown-builtin-args): Add an entry for encode-time.
19287 (elint-extra-errors): Make it a variable rather than a constant.
19288 (elint-preloaded-skip-re): New constant.
19289 (elint-directory): Skip files matching elint-directory-skip-re.
19290 (elint-features): New variable, local to linted buffers.
19291 (elint-update-env): Initialize elint-features. Possibly add
19292 elint-preloaded-env to the buffer's environment.
19293 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19294 Skip quoted forms.
19295 (elint-init-form): New function, extracted from elint-init-env.
19296 Make non-list forms a warning rather than an error.
19297 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19298 easy-menu-define, put that adds an error-condition, and provide.
19299 When requiring cl, also require cl-macs. Really require cl, to handle
19300 some cl macros. Store required libraries in the list elint-features,
19301 so as not to re-load them. Treat cc-require like require.
19302 (elint-init-env): Call elint-init-form to do the work.
19303 Handle eval-and-compile and such like.
19304 (elint-add-required-env): Do not clear messages.
19305 (elint-special-forms): Add handlers for function, defalias, if, when,
19306 unless, and, or.
19307 (elint-form): Add optional argument to ignore elint-special-forms,
19308 useful to prevent recursive calls from handlers. Doc fix.
19309 Respect elint-ignored-warnings.
19310 (elint-form): Respect elint-ignored-warnings.
19311 (elint-bound-variable, elint-bound-function): New variables.
19312 (elint-unbound-variable): Respect elint-bound-variable.
19313 (elint-get-args): Respect elint-bound-function.
19314 (elint-check-cond-form): Add some simple handling for (f)boundp and
19315 featurep tests.
19316 (elint-check-defalias-form): New handler.
19317 (elint-check-let-form): Make an empty let a warning rather than an
19318 error.
19319 (elint-check-setq-form): Make an empty setq a warning rather than an
19320 error. Respect elint-ignored-warnings.
19321 (elint-check-defvar-form): Accept null doc-strings.
19322 (elint-check-conditional-form): New handler. Does some simple-minded
19323 checking of featurep and (f)boundp tests.
19324 (elint-put-function-args): New function.
19325 (elint-initialize): Use elint-scan-doc-file rather than
19326 elint-find-builtin-variables. Use elint-put-function-args.
19327 Possibly scan preloaded-file-list.
19328 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19329 extend to handle functions as well.
19330
245be23c
JB
193312009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19332
19333 * linum.el (linum-delete-overlays, linum-update-window):
19334 Do not modify the right margin. (Bug#3971)
19335
91fdbd6f
CY
193362009-09-21 Chong Yidong <cyd@stupidchicken.com>
19337
6a7662bb
BR
19338 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19339 Use nxml-mode instead of xml-mode.
91fdbd6f 19340
7589d38e
JB
193412009-09-21 Kevin Ryde <user42@zip.com.au>
19342
19343 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19344
5ac42715
SM
193452009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19346
19347 * net/dig.el (dig-mode): Use define-derived-mode.
19348
09c01323
DN
193492009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19350
4096c5f2
DN
19351 * vc-dispatcher.el (vc-do-command): Return the process object in
19352 the asynchronous case. Use when instead of if. Do not run
5480359e 19353 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19354
0e172cc2
DN
19355 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19356 properties to the stash strings.
19357 (vc-git-stash-list): Return a list of strings.
19358 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19359 (vc-git-stash-show-at-point): New functions.
19360 (vc-git-stash-map): New keymap.
19361
03304f31
SM
19362 * register.el (ctl-x-r-map): Define the keys here instead of
19363 using autoload.
09c01323 19364
03304f31 193652009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19366
19367 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19368 list, to workaround performance problem (bug#4485).
19369
2f5fc4d7
NR
193702009-09-20 Nick Roberts <nickrob@snap.net.nz>
19371
19372 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19373
b0f5fd2e
DU
193742009-09-20 Daiki Ueno <ueno@unixuser.org>
19375
19376 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19377 Document that this option is not recommended to use.
19378
f3445fab
GM
193792009-09-19 Glenn Morris <rgm@gnu.org>
19380
547c6921
GM
19381 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19382 variable `var'.
19383
f3445fab
GM
19384 * calc/calc-alg.el (var):
19385 * calc/calcalg2.el (var): Define for compiler.
19386
946c009b
CY
193872009-09-19 Chong Yidong <cyd@stupidchicken.com>
19388
e3f36d03
SM
19389 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19390 Doc fix (Bug#3932).
e2045997 19391
24aedbca
CY
19392 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19393
327dd27a
CY
19394 * time-stamp.el (time-stamp-month-dd-yyyy)
19395 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19396 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19397 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19398 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19399 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19400
946c009b
CY
19401 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19402 indent buffer only if called interactively (Bug#4452).
19403
3e70541a 194042009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19405 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19406
19407 This fixes bug#4197 (merged to bug#865, though not identical).
19408 * server.el (server-auth-dir): Add docstring note about FAT32.
19409 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19410 but warn against using them.
19411
9b94c32e
NR
194122009-09-19 Nick Roberts <nickrob@snap.net.nz>
19413
19414 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19415 older GDB where there is no has_more field.
19416
66590684
GM
194172009-09-19 Glenn Morris <rgm@gnu.org>
19418
19419 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19420
9a1337f9
CY
194212009-09-18 Chong Yidong <cyd@stupidchicken.com>
19422
19423 * files.el (auto-mode-alist): Change default for XML files to nXML
19424 mode (Bug#4169).
19425
d7554167
JB
194262009-09-18 Juanma Barranquero <lekktu@gmail.com>
19427
19428 * server.el (server-ensure-safe-dir): Pass 'integer
19429 to `file-attributes', as suggested.
19430
35a3f9a4
SM
194312009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19432
19433 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19434 (dired-query): Use read-key.
19435
044f9b05
AR
194362009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19437
19438 * cus-start.el (ns-use-qd-smoothing): Remove.
19439
6188ea49
GM
194402009-09-18 Glenn Morris <rgm@gnu.org>
19441
08cf18e4
GM
19442 * allout.el (top-level): Remove unnecessary progn.
19443
07eae5c5
GM
19444 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19445
6726c25e
GM
19446 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19447 definition of abbrev table.
19448
3f527154 19449 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19450 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19451 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19452 * net/newst-backend.el (newsticker--cache-read-feed):
19453 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19454 condition-case handlers.
19455
ccb4c30c
NR
194562009-09-18 Nick Roberts <nickrob@snap.net.nz>
19457
19458 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19459 (gdb-var-list): Add an element for has_more field.
19460 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19461 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19462 (gdb-var-update-handler-1): Parse output of dynamic variable
19463 objects (STL containers).
19464 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19465 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19466
19467 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19468 gdb-var-list.
19469 (gud-speedbar-buttons): Make node expandable if expression "has more"
19470 children.
19471
8686ac71
JB
194722009-09-17 Juanma Barranquero <lekktu@gmail.com>
19473
19474 * startup.el (emacs-quick-startup): Remove variable and all uses.
19475 (command-line): Set `inhibit-x-resources' instead.
19476 (command-line-1): Use `inhibit-x-resources' instead.
19477
a69c67e8
CY
194782009-09-17 Chong Yidong <cyd@stupidchicken.com>
19479
19480 * subr.el: Fix last change to avoid using the `unless' macro,
19481 which breaks bootstrapping.
19482
354f0faf
SM
194832009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19484
19485 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19486 extended definitions, in case we reload subr.el after having
19487 loaded CL.
19488 (eval-next-after-load): Mark as obsolete.
19489
98b9bf40
JL
194902009-09-17 Juri Linkov <juri@jurta.org>
19491
19492 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19493 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19494 (menu-bar-showhide-menu, menu-bar-tools-menu)
19495 (menu-bar-describe-menu, menu-bar-help-menu)
19496 (minibuffer-local-completion-map, minibuffer-local-map):
19497 Fix list quoting.
19498
28fab7b5
GM
194992009-09-17 Glenn Morris <rgm@gnu.org>
19500
88d5190c
GM
19501 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19502 arguments, whether or not it has a handler.
19503
74f24ba7
GM
19504 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19505
28fab7b5
GM
19506 * simple.el (hard-newline): Give it a doc-string.
19507
a8106aec
GM
19508 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19509 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19510
76251ad7
DN
195112009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19512
72033dbe
DN
19513 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19514 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19515 (menu-bar-options-menu, menu-bar-showhide-menu)
19516 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19517 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19518 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19519 (menu-bar-options-menu, menu-bar-tools-menu)
19520 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19521 (menu-bar-help-menu):
19522 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19523 string arguments.
19524
76251ad7
DN
19525 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19526 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19527 calls for the menu names and :help.
19528
97b952b7
SM
195292009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19530
19531 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19532 to :minor-mode-function (bug#4455).
19533
8f38189e
SM
195342009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19535
d2fd733e
SM
19536 * startup.el (command-line): Initialize the window-system after
19537 processing the command-line.
19538
8f38189e
SM
19539 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19540 page-delimiter matches the empty string.
19541
77564fa4
GM
195422009-09-16 Glenn Morris <rgm@gnu.org>
19543
19544 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19545 byte-compile-not-obsolete-var. It's a list now.
19546 (byte-compile-not-obsolete-funcs): New variable.
19547 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19548 byte-compile-not-obsolete-funcs.
19549 (byte-compile-variable-ref, byte-compile-defvar): Update for
19550 byte-compile-not-obsolete-vars name-change and list nature.
19551 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19552 and variables behind (f)boundp tests.
19553 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19554
79d316d3
DN
195552009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19556
19557 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19558
8fed6934
SM
195592009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19560
19561 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19562 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19563 Don't autoload.
19564
4078fd57
SE
195652009-09-15 Stephen Eglen <stephen@gnu.org>
19566
19567 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19568 the virtual-buffers, use the name of the buffer specified by
4078fd57 19569 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19570 problem if the target and the symlink had different names.)
4078fd57 19571
838ff458
SM
195722009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19573
b3c7c12d
SM
19574 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19575
13dc2bc2
SM
19576 * desktop.el (desktop-path): Check user-emacs-directory.
19577
49fec531
SM
19578 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19579
0e328d37
SM
19580 * loadup.el: Use after-load-functions to GC after loading each file.
19581 Remove the explicit GC calls that used to be sprinkled around.
19582
838ff458
SM
19583 * subr.el (after-load-functions): New hook.
19584 (do-after-load-evaluation): Run it. Use string-match-p to detect
19585 `obsolete' packages, rather than painfully extracting the relevant
19586 directory name.
19587
a62f564f
GM
195882009-09-15 Glenn Morris <rgm@gnu.org>
19589
19590 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19591 free variable `doc'.
19592
19593 * dired.el (dired-mode-map): Add menu entry for async shell command.
19594
19595 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19596 variables, also consider the .elc files, since the .el files are
19597 normally gzipped (subsequent code locates the .el.gz from the .elc).
19598
19599 * calc/calc-prog.el (arglist): Define for compiler.
19600
19601 * calendar/diary-lib.el (diary-display-function): Change the default to
19602 fancy display.
19603 (body): Define for compiler.
19604
19605 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19606 (byte-compile-file-form, byte-compile-lambda)
19607 (byte-compile-top-level-body, byte-compile-form)
19608 (byte-compile-variable-ref, byte-compile-setq)
19609 (byte-compile-setq-default, byte-compile-body)
19610 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19611 (batch-byte-compile): Give some more local variables with common names
19612 a "bytecomp-" prefix to avoid masking warnings about free variables.
19613
cd05fe7f
GM
19614 * startup.el (command-line-1): Give local variables with common names a
19615 distinguishing prefix, so as not to hide free variable warnings during
19616 bootstrap.
19617
a62f564f
GM
19618 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19619 clever and add a suffix to make a unique name, just let the user decide
19620 whether or not to overwrite it. If the input is a directory, write the
19621 default filename to that directory. (Bug#4388)
19622 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19623 is a filename-as-a-directory.
19624
fbc88440
SM
196252009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19626
19627 * textmodes/page.el (what-page): Don't move to beginning of line.
19628 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19629
60308853
DN
196302009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19631
19632 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19633
32ba3abc
DN
196342009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19635
9cd39aff
DN
19636 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19637 * help.el (help-for-help-internal): Add purecopy calls for text.
19638
32ba3abc
DN
19639 * vc.el (top): print-log method now takes an optional SHORTLOG
19640 argument. Add a new method: root.
32ba3abc
DN
19641 (vc-root-diff, vc-print-root-log): New functions.
19642 (vc-log-short-style): New variable.
19643 (vc-print-log-internal): Add support for showing short logs.
19644
19645 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19646 vc-print-root-log and vc-print-root-diff.
19647
19648 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19649 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19650 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19651 short logs.
19652
19653 * vc-cvs.el (vc-cvs-print-log):
19654 * vc-mtn.el (vc-mtn-print-log):
19655 * vc-rcs.el (vc-rcs-print-log):
19656 * vc-sccs.el (vc-sccs-print-log):
19657 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19658 that is ignored for now.
19659
837b0e99
DN
19660 * vc-mtn.el (vc-mtn-annotate-command):
19661 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19662
31cd2dd4
SM
196632009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19664
19665 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19666 to function-key-map, and give them ascii-character property.
19667 * term/x-win.el (x-alternatives-map):
19668 * term/ns-win.el (ns-alternatives-map):
19669 * term/internal.el (msdos-key-remapping-map):
19670 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19671
d62e5bf2
GM
196722009-09-14 Glenn Morris <rgm@gnu.org>
19673
19674 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19675 temp-buffers (2009-09-12).
19676
7d0105e5
SM
196772009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19678
19679 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19680 the new read-key function.
19681
e17ed9ad
CY
196822009-09-13 Chong Yidong <cyd@stupidchicken.com>
19683
19684 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19685 is defined (Bug#4405).
19686
1fc26e29
CY
196872009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19688
19689 * recentf.el (recentf-cleanup): Use a hash table to find
19690 duplicates (Bug#4407).
19691
61dc96a2 196922009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19693
19694 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19695 kp-0 to ascii equivalents (Bug#4325).
19696
42c3a9e3
CY
196972009-09-13 Chong Yidong <cyd@stupidchicken.com>
19698
1f5c1626
CY
19699 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19700
42c3a9e3 19701 * eshell/em-hist.el:
31cd2dd4
SM
19702 * eshell/em-dirs.el (eshell-complete-user-reference):
19703 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19704
197052009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19706
19707 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19708 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19709 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19710 * eshell/em-hist.el (eshell-history-file-name):
19711 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19712
1e2b6acf
GM
197132009-09-13 Glenn Morris <rgm@gnu.org>
19714
19715 * ediff-merg.el (ediff-do-merge):
19716 * filesets.el (filesets-run-cmd):
19717 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19718 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19719 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19720 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19721 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19722 Replace empty `let's with `progn'.
19723
adba8116
SM
197242009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19725
19726 * mail/sendmail.el (send-mail-function):
19727 * tooltip.el (tooltip-mode):
19728 * simple.el (transient-mark-mode):
19729 * rfn-eshadow.el (file-name-shadow-mode):
19730 * frame.el (blink-cursor-mode):
19731 * font-core.el (global-font-lock-mode):
19732 * files.el (temporary-file-directory)
19733 (small-temporary-file-directory, auto-save-file-name-transforms):
19734 * epa-hook.el (auto-encryption-mode):
19735 * composite.el (global-auto-composition-mode):
19736 Use custom-initialize-delay.
19737 * startup.el (command-line): Don't explicitly call
19738 custom-reevaluate-setting for all the above vars.
19739 * custom.el (custom-initialize-safe-set)
19740 (custom-initialize-safe-default): Delete.
19741
0a4afea9
SM
197422009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19743
9f94990d
SM
19744 * term/x-win.el (x-initialize-window-system):
19745 * term/w32-win.el (w32-initialize-window-system):
19746 * term/ns-win.el (ns-initialize-window-system): Don't call
19747 mouse-wheel-mode since it's enabled globally by default already.
19748
0a4afea9
SM
19749 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19750 actually define the variable, but only silences the byte-compiler.
19751 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19752 before looking it up.
19753 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19754 is changed.
19755
bf01513f
GM
197562009-09-12 Glenn Morris <rgm@gnu.org>
19757
19758 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19759 1000.
19760 (elint-add-required-env): Don't beep on error.
19761 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19762 (elint-init-env): Skip non-list forms.
19763 (elint-log): Handle unknown file positions.
bf01513f 19764
d85889e4
DU
197652009-09-12 Daiki Ueno <ueno@unixuser.org>
19766
19767 * epg.el (epg-make-context): Add autoload cookie.
19768 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19769 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19770 (epg-verify-string, epg-start-sign, epg-sign-file)
19771 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19772 (epg-encrypt-string, epg-start-export-keys)
19773 (epg-export-keys-to-file, epg-export-keys-to-string)
19774 (epg-start-import-keys, epg-import-keys-from-file)
19775 (epg-import-keys-from-string, epg-start-receive-keys)
19776 (epg-receive-keys, epg-import-keys-from-server)
19777 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19778 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19779 (epg-generate-key-from-file, epg-generate-key-from-string):
19780 Remove autoload cookie.
d85889e4 19781
8f825ee6
EZ
197822009-09-12 Eli Zaretskii <eliz@gnu.org>
19783
36b434ee
EZ
19784 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19785 reevaluation of trash-directory.
19786
8f825ee6
EZ
19787 * mwheel.el: Fix last change.
19788 (mouse-wheel-mode): New defvar.
19789 (mouse-wheel-mode): Remove autoload cookie.
19790
5766c380
SM
197912009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19792
ab5c0fcd
SM
19793 * mwheel.el (mwheel-installed-bindings): New var.
19794 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19795 the bindings we set last time. Use custom-initialize-delay.
19796 * loadup.el: Load mwheel after term/*-win.el.
19797 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19798 and mouse-wheel-up-event now that their first evaluation is done
19799 sufficiently late to be correct.
19800
45448e64
SM
19801 * startup.el (tutorial-directory): Make it a defcustom.
19802 Use custom-initialize-delay rather than eval-at-startup to set it.
19803 * image.el (image-load-path): Make it a defcustom.
19804 Use custom-initialize-delay rather than eval-at-startup to set it.
19805 * subr.el (eval-at-startup): Remove.
19806 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19807
5766c380
SM
19808 * subr.el (do-after-load-evaluation): Warn the user after loading an
19809 obsolete package.
19810
d6549da4
GM
198112009-09-12 Glenn Morris <rgm@gnu.org>
19812
19813 * proced.el (proced-mark-alt): Remove alias.
19814 (proced-mode-map): Remove proced-mark-alt.
19815
19816 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19817 Elint file and directory. Remove initialization entry.
19818
19819 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19820 commands.
19821 (elint-current-buffer): Set mode-line-process.
19822 (elint-init-env): Handle define-derived-mode.
19823 Fix declare-function with unspecified arglist. Guard against odd
19824 defalias statements (eg iso-insert's 8859-1-map).
19825 (elint-add-required-env): Use a temp buffer.
19826 (elint-form): Just print the function/macro name, not the whole form.
19827 Return env unchanged if we fail to parse a macro.
19828 (elint-forms): Guard against parse errors.
19829 (elint-output): New function, to handle batch mode.
19830 (elint-log-message): Add optional argument. Use elint-output.
19831 (elint-set-mode-line): New function.
19832
30194d4d
CY
198332009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19834
19835 * emacs-lisp/elp.el (elp-not-profilable): Add more
19836 functions (Bug#4233).
19837
a035f9b0
CY
198382009-09-12 Chong Yidong <cyd@stupidchicken.com>
19839
19840 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19841 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19842
dad61164
NR
198432009-09-11 Nick Roberts <nickrob@snap.net.nz>
19844
19845 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19846 (gdb-var-list-children): Use json parsing.
19847
9c3c9fdf 198482009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19849
19850 * progmodes/js.el (js--proper-indentation): Handle the case where
19851 char-before is null. Reported by Deniz Dogan.
19852
b4587710
JB
198532009-09-11 Juanma Barranquero <lekktu@gmail.com>
19854
19855 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19856
13890796
DU
198572009-09-11 Daiki Ueno <ueno@unixuser.org>
19858
19859 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19860 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19861 (epg-context-set-passphrase-callback)
97d4bdba 19862 (epg-context-set-progress-callback): Add description about
b18508dd 19863 callback function.
13890796 19864
2efb64a8
SM
198652009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19866
790d0270
SM
19867 * custom.el (custom-delayed-init-variables): New var.
19868 (custom-initialize-delay): New function.
19869 * startup.el (command-line): "Re"evaluate all vars in
19870 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19871 explicitly any more.
19872 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19873 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19874
19875 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19876
ac243a40
NR
198772009-09-11 Nick Roberts <nickrob@snap.net.nz>
19878
19879 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19880 (gdb-var-update-handler): Use json parsing.
19881
657bc6fc
JB
198822009-09-11 Juanma Barranquero <lekktu@gmail.com>
19883
19884 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19885 decode annotated text, regardless of language environment. (Bug#2741)
19886
b6fe8102
SM
198872009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19888
19889 * Makefile.in (autoloads): Make rmail.el writable as well.
19890
5cc443fe
GM
198912009-09-11 Glenn Morris <rgm@gnu.org>
19892
5515c54e
GM
19893 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19894 loaddefs.el.
19895 * dired.el: Regenerate with extracted autoloads.
19896 * Makefile.in (autoloads): Make dired.el writable.
19897
15067158
GM
19898 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19899 * ibuffer.el: Regenerate with extracted autoloads.
19900 * Makefile.in (autoloads): Make ibuffer.el writable.
19901
d35d0238
GM
19902 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19903 * version.el (emacs-copyright, emacs-major-version)
19904 (emacs-minor-version): Reformat doc-strings for make-docfile.
19905
5cc443fe
GM
19906 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19907 functions and variables, since they must be stuff specific to some other
19908 platform.
19909 (apropos-print): Make mouse-click message less specific about button.
19910
19911 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19912 that records where a macro was defined.
19913 * help-fns.el (describe-function-1): Mention if a function has a
19914 compiler-macro.
19915 * help-mode.el (help-function-cmacro): New button.
19916
19917 * locate.el (top-level): Always require dired.
19918 (locate-mode-map): Initialize inside the defvar.
19919
19920 * net/ange-ftp.el (dired-compress-file): Declare.
19921 (ange-ftp-dired-compress-file): Add doc string.
19922
19923 * term/ns-win.el (x-display-name, x-setup-function-keys):
19924 Unify doc-strings with X versions.
19925
8cb95edf
SM
199262009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19927
726a4d09
SM
19928 * emulation/crisp.el (crisp-mode-map): Move initialization
19929 into declaration.
19930 (crisp-mode): Use define-minor-mode.
19931
8cb95edf
SM
19932 * progmodes/xscheme.el (xscheme-evaluation-commands):
19933 Put a :advertised-binding property rather than using
19934 advertised-xscheme-send-previous-expression.
19935 (advertised-xscheme-send-previous-expression): Declare obsolete.
19936 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19937 `advertised-undo'.
19938 (crisp-mode): Add corresponding bindings to
19939 undo's :advertised-binding instead.
19940 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19941 than using dired-advertised-find-file.
19942 (dired-advertised-find-file):
19943 * simple.el (advertised-undo):
19944 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19945 (widget-keymap): Put a :advertised-binding property rather
19946 than using advertised-widget-backward.
19947 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19948 than using advertised-undo.
19949 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19950
07db5857
SS
199512009-09-10 Simon South <ssouth@slowcomputing.org>
19952
19953 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19954 Mark mode is enabled and region is active; otherwise indent or
19955 insert TAB as usual.
19956 (delphi-mode): Update description of TAB-key binding.
19957
50d4ba39
SM
199582009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19959
19960 * subr.el (define-key-rebound-commands): Mark obsolete.
19961 * startup.el (precompute-menubar-bindings): Remove.
19962 (normal-top-level): Remove obsolete code that tried to precompute
19963 menubar bindings.
19964 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19965 define-key-rebound-commands and precompute-menubar-bindings.
19966
ffa894db
KY
199672009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19968
19969 * net/imap.el (imap-interactive-login): Better messages.
19970 (imap-open): Fix bug with renamed buffer on reconnect.
19971 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19972 for easier debugging and cleaner code. On successful (guessed based on
19973 server capabilities) secondary authentication, set imap-state
19974 correctly.
19975 (imap-last-authenticator): Define imap-last-authenticator as a variable
19976 to avoid warnings.
19977
9477096c
GM
199782009-09-10 Glenn Morris <rgm@gnu.org>
19979
19980 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19981
19982 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19983 (byte-compile-file-form-autoload): Don't warn about unknown functions
19984 where the autoload statement comes after the use.
19985 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19986 that any handlers inside the body (eg require) are in turn respected.
19987
19988 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19989 effects.
19990
19991 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19992 and syntax and abbrev tables basic docs, if they don't have any.
19993
19994 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19995
19996 * international/mule-cmds.el (top-level): Require cl when compiling.
19997 (view-hello-file): Use default-value rather than
19998 default-enable-multibyte-characters.
19999
20000 * progmodes/fortran.el: Move all safe and risky properties into the
20001 defcustoms.
20002
20003 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20004 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20005 * mail/undigest.el:
20006 Put autoloads in rmail.el rather than loaddefs.el.
20007 * mail/rmail.el: Regenerate with extracted autoloads.
20008
20009 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20010 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20011
9f16c547
NR
200122009-09-10 Nick Roberts <nickrob@snap.net.nz>
20013
20014 Reported in thread for Bug#4375.
20015 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20016 "-data-evaluate-expression" instead of print.
20017 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20018 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
20019 (gdb): Revert 2009-08-11 change. User should detach inferior
20020 manually.
9f16c547
NR
20021
20022 Remove the word "separate" from IO functions as inferior
20023 output is now never displayed in the GUD buffer.
20024
50405cd0
JB
200252009-09-10 Juanma Barranquero <lekktu@gmail.com>
20026
20027 * startup.el (command-line-normalize-file-name): On Windows and
20028 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20029
7ae62430
JL
200302009-09-10 Juri Linkov <juri@jurta.org>
20031
20032 * isearch.el (isearch-text-char-description): Propertize escape
20033 character sequences with the `escape-glyph' face. (Bug#4344)
20034
20035 * simple.el (shell-command): Set asynchronous process filter to
20036 `comint-output-filter'. (Bug#4343)
20037
20038 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20039 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20040 the list. Move "asm" to the bottom.
20041 (grep-find-ignored-directories): Add `choice' with nil value
20042 to empty the list easily.
20043 (grep-find-ignored-files): New option.
20044 (grep-files-history): Set to nil by default instead of '("ch" "el").
20045 (grep-compute-defaults): Add "<X>" to `grep-template'.
20046 (grep-read-files): Bind new local variables `default-alias' and
20047 `default-extension'. Use a list of default values for the file prompt.
20048 (lgrep): Add `--exclude=' command line options composed from
20049 `grep-find-ignored-files'.
20050 (rgrep): Add `-name' command line options composed from
20051 `grep-find-ignored-files'. (Bug#4301)
20052
cd875252
SM
200532009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20054
20055 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20056 (bug#4368).
20057
cdce0b33
KY
200582009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20059
20060 * calendar/time-date.el (autoload):
20061 Expand define-obsolete-function-alias into defalias and make-obsolete
20062 for old Emacsen that Gnus supports.
20063 (with-no-warnings): Define it for old Emacsen.
20064 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20065 is available.
20066 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20067 float-time is available; suppress compile warning for time-to-seconds.
20068
200692009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20070
20071 * net/imap.el (imap-message-map): Docstring fix.
20072
2b2eb431
GM
200732009-09-09 Glenn Morris <rgm@gnu.org>
20074
20075 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20076 line numbers too. (Bug#4374)
20077
83a5aac5
SM
200782009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20079
755e0210
SM
20080 * smerge-mode.el (smerge-remove-props, smerge-refine):
20081 Use with-silent-modifications (bug#4342).
20082
83a5aac5
SM
20083 * subr.el (with-silent-modifications): New macro.
20084
79f01fa7
JB
200852009-09-07 Juanma Barranquero <lekktu@gmail.com>
20086
20087 * files.el (top-level): Require `cl' when compiling.
20088
448ecec3
GM
200892009-09-07 Glenn Morris <rgm@gnu.org>
20090
20091 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20092
8f09a02f
GM
20093 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20094 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20095
76ff67bf
NR
200962009-09-06 Nick Roberts <nickrob@snap.net.nz>
20097
20098 * vc-git.el (vc-git-annotate-command): Use separator to parse
20099 arguments correctly.
20100
943c8b75
EZ
201012009-09-06 Eli Zaretskii <eliz@gnu.org>
20102
20103 * proced.el (proced-mode): Doc fix.
20104
680db9ac
MA
201052009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20106
20107 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20108 lstat fails.
20109 (tramp-do-file-attributes-with-ls): Check for file existence at
20110 remote end.
20111 (tramp-do-file-attributes-with-stat): Likewise.
20112 (tramp-convert-file-attributes): Return nil when attr is nil.
20113
3f12e5bd
GM
201142009-09-05 Glenn Morris <rgm@gnu.org>
20115
c8dc27bf
GM
20116 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20117 properties to this button.
20118 (diary-fancy-display): Don't extend the button to the final newline.
20119 (diary-fancy-display-mode): Continue to define "q" as a local key.
20120
cca065d8
GM
20121 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20122 efficient.
20123
cddaedb6
GM
20124 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20125
3f12e5bd
GM
20126 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20127 (byte-compile-dest-file-function): New option.
20128 (byte-compile-dest-file): Doc fix.
20129 Obey byte-compile-dest-file-function.
20130 (byte-compile-cl-file-p): New function.
20131 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20132 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20133 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20134 than for file being previously loaded.
20135 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20136 (byte-compile-file-form-require): Handle the case where requiring a file
20137 indirectly causes CL to be loaded.
20138
049a231b
KF
201392009-09-05 Karl Fogel <kfogel@red-bean.com>
20140
20141 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20142 before killing the old buffer, since by the time `kill-buffer' is
20143 run so many buffer variables have been set to nil that it may not
20144 behave as expected. (Bug#4061)
20145
ef7ef2a0
KF
201462009-09-05 Karl Fogel <kfogel@red-bean.com>
20147
20148 * files.el (find-alternate-file): If the old buffer is modified
20149 and visiting a file, behave similarly to `kill-buffer' when
20150 killing it, thus reverting to the pre-1.878 behavior; see
20151 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20152 for discussion. Also, consult `buffer-file-name' as a variable
20153 not as a function, for consistency with the rest of the code.
20154
73d854cd
MA
201552009-09-04 Michael Albinus <michael.albinus@gmx.de>
20156
20157 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20158 also when adding a new directory.
20159
6a7662bb
BR
20160 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20161 New defun.
73d854cd 20162
df120481
SM
201632009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20164
20165 * files.el (locate-file-completion-table): Make it provide boundary
20166 information, so partial-completion works better.
20167
c0bc6d79
SM
201682009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20169
20170 * mail/footnote.el (Footnote-text-under-cursor):
20171 Check footnote-text-marker-alist before using it (bug#4324).
20172
f76a9756
GM
201732009-09-04 Glenn Morris <rgm@gnu.org>
20174
67d110f1
GM
20175 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20176 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20177 * play/solitaire.el, play/tetris.el:
20178 Remove leading * from defcustom and defface docs.
20179
b42d4989
GM
20180 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20181 necessary.
20182 (diary-fancy-overriding-map): New variable.
20183 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20184 Use view-mode.
20185
f76a9756
GM
20186 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20187 goto-line.
20188
e605eeeb
GM
201892009-09-03 Glenn Morris <rgm@gnu.org>
20190
597e2240
GM
20191 * arc-mode.el (archive-mode):
20192 * dos-fns.el (set-default-process-coding-system):
20193 * man.el (Man-getpage-in-background):
20194 * menu-bar.el (menu-bar-describe-menu):
20195 * server.el (server-process-filter):
20196 * startup.el (command-line):
20197 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20198 * w32-fns.el (set-default-process-coding-system):
20199 * x-dnd.el (x-dnd-handle-file-name):
20200 * international/mule-cmds.el (mule-menu-keymap)
20201 (set-default-coding-systems, language-info-alist, set-language-info)
20202 (set-language-environment, standard-display-european-internal)
20203 (set-locale-environment):
20204 * international/mule-diag.el (mule-diag):
20205 * mail/emacsbug.el (report-emacs-bug):
20206 * mail/rmail.el (rmail-mode):
20207 * mail/sendmail.el (mail-setup):
20208 Use default-value rather than default-enable-multibyte-characters.
20209
f38184aa
GM
20210 * progmodes/f90.el: Move all safe properties into the defcustoms.
20211 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20212
e605eeeb
GM
20213 * calendar/appt.el (appt-check):
20214 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20215 (diary-check-diary-file, diary-list-entries)
20216 (diary-include-other-diary-files, diary-simple-display)
20217 (diary-fancy-display, diary-print-entries)
20218 (diary-mark-included-diary-files, diary-make-entry):
20219 Don't call substitute-in-file-name on diary-file.
20220
734db384 202212009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20222 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20223
20224 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20225 (footnote-mode-map): Move initialization into the declaration.
20226 (footnote-minor-mode-map): Define it rather than changing global-map.
20227 (footnote-mode): Use define-minor-mode.
20228
e5aa47f9
MA
202292009-09-02 Michael Albinus <michael.albinus@gmx.de>
20230
20231 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20232 (tramp-do-file-attributes-with-perl)
20233 (tramp-do-file-attributes-with-stat): Rename from
20234 `tramp-handle-file-attributes-with-*'.
20235 (tramp-handle-file-attributes): Use them.
20236 (tramp-do-directory-files-and-attributes-with-perl)
20237 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20238 `tramp-handle-directory-files-and-attributes-with-*'.
20239 (tramp-handle-directory-files-and-attributes): Use them.
20240 (tramp-method-out-of-band-p): Additional parameter SIZE.
20241 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20242 (tramp-handle-write-region): Use it.
734db384 20243 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20244 (tramp-handle-vc-registered): Check, whether the first run did
20245 return files to be tested.
20246 (tramp-advice-make-auto-save-file-name): Do not call directly
20247 `tramp-handle-make-auto-save-file-name', because this would bypass
20248 the locking mechanism.
20249
734db384 20250 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20251 (file-remote-p, process-file, start-file-process, set-file-times)
20252 (tramp-compat-file-attributes): Compatibility functions shall not
20253 call directly `tramp-handle-*', because this would bypass the
20254 locking mechanism.
20255 (tramp-compat-number-sequence): New defun.
20256
6e2ca895
GM
202572009-09-02 Glenn Morris <rgm@gnu.org>
20258
697c7714
GM
20259 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20260 alias for float-time.
20261 (time-to-number-of-days): In Emacs, use float-time.
20262 * net/newst-backend.el (time-add): Suppress warnings from compat
20263 function.
20264 * time.el (emacs-uptime, emacs-init-time):
20265 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20266 Use float-time rather than time-to-seconds.
20267
6e2ca895
GM
20268 * minibuffer.el (completion-initials-expand): Fix typo.
20269
20270 * faces.el (modeline, modeline-inactive, modeline-highlight)
20271 (modeline-buffer-id):
20272 * info.el (info-menu-5): Mark these face aliases as obsolete.
20273
ed17efec
NR
202742009-09-01 Nick Roberts <nickrob@snap.net.nz>
20275
20276 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20277 space ...
20278 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20279 no "--thread" option.
20280 (gdb-stopped): Don't print "Switched to thread" message when it is
20281 unchanged.
20282
fcb68f70
SM
202832009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20284
20285 * minibuffer.el (completion-try-completion)
20286 (completion-all-completions): Remove ill-defined (and
20287 mistakenly installed and luckily never used nor documented)
20288 `completion-styles' property.
20289 (completion-initials-expand, completion-initials-all-completions)
20290 (completion-initials-try-completion): New functions.
20291 (completion-styles-alist): Add doc to each entry.
20292 Add new `initials' entry.
20293
83318a6d
NR
202942009-09-01 Nick Roberts <nickrob@snap.net.nz>
20295
20296 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20297 MI command -var-evaluate-expression.
20298 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20299 and tweak for case of string child.
734db384 20300 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20301
d63eb0e7
GM
203022009-09-01 Glenn Morris <rgm@gnu.org>
20303
c4f6e489
GM
20304 * add-log.el (change-log-date-face, change-log-name-face)
20305 (change-log-email-face, change-log-file-face, change-log-list-face)
20306 (change-log-conditionals-face, change-log-function-face)
20307 (change-log-acknowledgement-face):
20308 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20309 (custom-modified-face, custom-set-face, custom-changed-face)
20310 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20311 (custom-documentation-face, custom-state-face, custom-comment-face)
20312 (custom-comment-tag-face, custom-variable-tag-face)
20313 (custom-variable-button-face, custom-face-tag-face)
20314 (custom-group-tag-face-1, custom-group-tag-face):
20315 * diff-mode.el (diff-header-face, diff-file-header-face)
20316 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20317 (diff-added-face, diff-changed-face, diff-function-face)
20318 (diff-context-face, diff-nonexistent-face):
20319 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20320 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20321 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20322 (Info-title-4-face):
20323 * isearch.el (isearch-lazy-highlight-face):
20324 * log-view.el (log-view-file-face, log-view-message-face):
20325 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20326 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20327 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20328 (cvs-msg-face):
20329 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20330 (smerge-base-face, smerge-markers-face):
20331 * wid-edit.el (widget-documentation-face, widget-button-face)
20332 (widget-field-face, widget-single-line-field-face)
20333 (widget-inactive-face, widget-button-pressed-face):
20334 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20335 (woman-addition-face):
2fb1ec93
GM
20336 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20337 (eshell-ls-executable-face, eshell-ls-readonly-face)
20338 (eshell-ls-unreadable-face, eshell-ls-special-face)
20339 (eshell-ls-missing-face, eshell-ls-archive-face)
20340 (eshell-ls-backup-face, eshell-ls-product-face)
20341 (eshell-ls-clutter-face):
20342 * eshell/em-prompt.el (eshell-prompt-face):
20343 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20344 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20345 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20346 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20347 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20348 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20349 (antlr-font-lock-literal-face):
c4f6e489
GM
20350 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20351 (ebrowse-root-class-face, ebrowse-file-name-face)
20352 (ebrowse-default-face, ebrowse-member-attribute-face)
20353 (ebrowse-member-class-face, ebrowse-progress-face):
20354 * progmodes/make-mode.el (makefile-space-face):
20355 * progmodes/sh-script.el (sh-heredoc-face):
20356 * textmodes/flyspell.el (flyspell-incorrect-face)
20357 (flyspell-duplicate-face):
20358 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20359 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20360 Mark face aliases with "-face" suffix as obsolete.
20361
d80619fa
GM
20362 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20363 compiler.
20364
5f68c1b7
GM
20365 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20366 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20367 easy-menu-define wants to modify these.
20368
20369 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20370
20371 * net/browse-url.el (browse-url-file-url):
20372 * term/internal.el (dos-codepage-setup):
20373 Use default-value rather than default-enable-multibyte-characters.
20374
d80619fa 20375 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20376 * progmodes/flymake.el (flymake-highlight-line)
20377 (flymake-goto-file-and-line, flymake-goto-line):
20378 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20379 (gdb-goto-breakpoint):
20380 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20381 * progmodes/python.el (python-find-function)
20382 (python-pdbtrack-track-stack-file):
20383 * progmodes/verilog-mode.el (verilog-surelint-off):
20384 * term/ns-win.el (ns-open-file-select-line):
20385 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20386 Use forward-line rather than goto-line.
20387
d63eb0e7
GM
20388 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20389 * textmodes/reftex-index.el (reftex-display-index):
20390 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20391 * textmodes/reftex-toc.el (reftex-toc):
20392 Remove unnecessary bindings of default-major-mode (all are followed by
20393 major-mode check and possible mode switch).
20394
0afad278
NR
203952009-08-31 Nick Roberts <nickrob@snap.net.nz>
20396
20397 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20398 Handle watchpoints (bug#4282).
20399 (def-gdb-thread-buffer-command): Enable thread to be selected by
20400 clicking without selecting threads buffer first.
20401 (gdb-current-context-command): Use selected frame so that "up",
20402 "down" etc work in the GUD buffer.
20403 (gdb-update): Find selected frame before rendering stack buffer.
20404 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20405
4e135dd2
SM
204062009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20407
20408 * progmodes/sym-comp.el (displayed-completions): Remove.
20409 (symbol-complete): Use minibuffer-complete.
20410
e61eba34
GM
204112009-08-31 Glenn Morris <rgm@gnu.org>
20412
20413 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20414
734db384
SM
20415 * apropos.el (apropos-symbols-internal):
20416 Handle (obsolete) face aliases.
e61eba34
GM
20417
20418 * faces.el (describe-face): Adjust the output format to be more like
20419 describe-variable, and to mention (obsolete) face aliases.
20420 Adjust the whitespace so that help-setup-xref works.
20421
20422 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20423 * calendar/diary-lib.el (diary-button-face):
20424 Mark these face aliases as obsolete.
20425
20426 * calendar/calendar.el (calendar-today): Doc fix.
20427
4cf71456
NR
204282009-08-31 Nick Roberts <nickrob@snap.net.nz>
20429
20430 * progmodes/gdb-mi.el (gdb-control-all-threads)
20431 (gdb-control-current-thread): Force tool bar update.
20432 (gdb-non-stop-handler): New function.
20433 (gdb-init-1): Use it to test if non-stop mode is supported.
20434 Remove unused gdbmi buffer type.
20435
e61eba34 204362009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20437
20438 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20439 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20440
4324f7ca
NR
204412009-08-30 Nick Roberts <nickrob@snap.net.nz>
20442
20443 * comint.el (comint-exec-1): Check command is non-null first.
20444 Part of gdb-mi.el change (2009-08-28).
20445
a1bf889a
SM
204462009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20447
20448 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20449
060c08b5
JB
204502009-08-30 Juanma Barranquero <lekktu@gmail.com>
20451
20452 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20453 instead of `dolist' to avoid a recursive require when bootstrapping.
20454
ab22be48
SM
204552009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20456
73ebf88f
SM
20457 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20458
80629cfc
SM
20459 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20460
206d0387 20461 * net/imap.el (imap-send-command): Simplify.
734db384 20462 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20463
844f7784
SM
20464 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20465
5ca4661e
SM
20466 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20467 with constant argument.
20468
c61dc887
SM
20469 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20470
7eb73deb
SM
20471 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20472
5fe443de
SM
20473 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20474 Change default, since most of our files don't have a history.
20475 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20476 the user.
20477
6444d64a
SM
20478 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20479 Add comint-run.
20480
5cb16bfc
SM
20481 * calc/calc.el: Improve commenting convention.
20482 (calc-digit-map, toplevel): Simplify.
20483
0aeb71a7
SM
20484 * comint.el (comint-insert-input): Be careful to only set point if we
20485 don't delegate to some other command.
20486
9a9af856
SM
20487 * proced.el (proced-signal-list): Make it an alist.
20488 (proced-grammar-alist): Capitalize names.
20489 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20490 Disable undo manually and make it read-only.
20491 Use completion-annotate-function.
20492
ab22be48
SM
20493 * minibuffer.el (minibuffer-message): If the current buffer is not
20494 a minibuffer, insert the message in the echo area rather than at the
20495 end of the buffer.
20496 (completion-annotate-function): New variable.
20497 (minibuffer-completion-help): Use it.
20498 (completion--embedded-envvar-table): Environment vars are
20499 always case-sensitive.
20500
4a948dbf
GM
205012009-08-30 Glenn Morris <rgm@gnu.org>
20502
20503 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20504 from fortran-current-defun.
20505 (fortran-beginning-of-subprogram): Be more precise about finding the
20506 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20507 (fortran-end-of-subprogram): Simplify.
20508 (fortran-current-defun): Use fortran-start-prog-re.
20509
486cf3b8
JB
205102009-08-29 Juanma Barranquero <lekktu@gmail.com>
20511
20512 * subr.el (do-after-load-evaluation): Simplify.
20513
db167d28
DN
205142009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20515
20516 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20517
20518 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20519 (vc-rcs-print-log): Use it.
20520
20521 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20522
efbc652a
SM
205232009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20524
2aa0e5bf
SM
20525 * paths.el (abbrev-file-name): Move to abbrev.el.
20526 * abbrev.el (abbrev-file-name): Move from paths.el.
20527 Obey user-emacs-directory.
20528 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20529 user-emacs-directory.
20530 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20531 abbrev-file-name and calc-settings-file any more.
20532 * startup.el (command-line): Recompute abbrev-file-name and
20533 abbreviated-home-dir.
20534 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20535 of the special code for when C-h bindings haven't been changed.
20536 (display-startup-echo-area-message): Use with-current-buffer.
20537 (command-line-1): Use a list of strings, rather than a list of lists
20538 of strings for longopts.
20539
51da8fe2
SM
20540 * files.el (get-free-disk-space): Use / for default-directory.
20541
0c3cc4dd
SM
20542 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20543 Use with-current-buffer.
20544
d988dbf6
SM
20545 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20546 Recognize immutable variables like most-positive-fixnum.
20547 (byte-compile-setq-default): Check and warn if trying to assign
20548 to an immutable variable, or a non-variable.
20549
efbc652a
SM
20550 * progmodes/cc-vars.el (c-comment-continuation-stars):
20551 * progmodes/cc-engine.el (c-looking-at-bos):
20552 * progmodes/cc-cmds.el (c-toggle-auto-state)
20553 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20554 (c-comment-line-break-function): Add version of obsolescence.
20555
d30a05d1
JL
205562009-08-28 Juri Linkov <juri@jurta.org>
20557
20558 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20559 associated with `archive-mode'.
20560
20561 * image.el (image-type-header-regexps): Use only JPEG magic number
20562 to determine JPEG images, and don't use `image-jpeg-p' because
20563 Emacs can display non-JFIF non-Exif JPEG images.
20564
1e8eecea
JB
205652009-08-28 Juanma Barranquero <lekktu@gmail.com>
20566
20567 * arc-mode.el (archive-mode):
20568 * emacs-lisp/re-builder.el (re-builder-unload-function):
20569 Protect against the default value of `major-mode' being nil.
20570
dd4fbf56
JB
205712009-08-28 Juanma Barranquero <lekktu@gmail.com>
20572
20573 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20574 Fix typos in docstrings.
20575
20576 * progmodes/js.el (js--macro-decl-re): Doc fix.
20577 (js--plain-method-re, js--split-name): Refloc docstring.
20578 (js--class-styles, js--make-merged-item, js--splice-into-items):
20579 Fix typos in docstrings; reflow docstrings.
20580 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20581 (js--variable-decl-matcher, js--inside-pitem-p)
20582 (js--parse-state-at-point, js--get-all-known-symbols)
20583 (js--symbol-history, js-find-symbol, js--js-references)
20584 (js--moz-interactor, js--js-encode-value, js--read-tab):
20585 Fix typos in docstrings.
20586
72f16325
SM
205872009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20588
14acf2f5
SM
20589 * textmodes/reftex.el (reftex-get-file-buffer-force):
20590 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20591 * emulation/viper.el (viper-go-away, viper-set-hooks):
20592 * emacs-lisp/re-builder.el (re-builder-unload-function):
20593 * emacs-lisp/bytecomp.el (byte-compile-file):
20594 * ses.el (ses-unload-function):
20595 * hexl.el (hexl-find-file):
20596 * files.el (normal-mode):
20597 * ehelp.el (with-electric-help):
20598 * autoinsert.el (auto-insert-alist):
20599 * arc-mode.el (archive-mode):
20600 Use (default-value 'major-mode) instead of default-major-mode.
20601
72f16325
SM
20602 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20603 * international/mule.el (load-with-code-conversion):
20604 * emacs-lisp/debug.el (debug):
20605 * ediff-vers.el (ediff-rcs-get-output-buffer):
20606 * dired.el (dired-internal-noselect): Don't let-bind
20607 default-major-mode around code that doesn't use it.
20608 E.g. buffer creation via get-buffer-create doesn't use it.
20609
aa485f7c
MA
206102009-08-28 Michael Albinus <michael.albinus@gmx.de>
20611
20612 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20613 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20614 when writing the temp file. Otherwise, epa-file gets confused.
20615 (tramp-register-file-name-handlers): Make it a defun. Move also
20616 `epa-file-handler' to the front of `file-name-handler-alist'.
20617
206182009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20619
20620 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20621 start right after a ^M.
20622 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20623 (tramp-completion-file-name-regexp-separate)
20624 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20625 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20626 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20627 (tramp-completion-file-name-handler): Apply the checks here,
20628 instead during registration.
88b5a757 20629 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20630 `tramp-register-file-name-handler'. Register both
20631 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20632 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20633
3f0c2b92
NR
206342009-08-28 Nick Roberts <nickrob@snap.net.nz>
20635
72f16325
SM
20636 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20637 Remove variable ...
3f0c2b92
NR
20638 (gdb-init-1, gdb-display-separate-io-buffer)
20639 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20640 references to it.
20641 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20642 (gdb-inferior-filter): Use comint-output-filter to stop
20643 echoing and remove ^M characters.
20644
705e5bd9
SM
206452009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20646
009fdc2e
SM
20647 * emulation/viper-init.el (viper-restore-cursor-type):
20648 * emulation/cua-base.el (cua--update-indications):
20649 Replace default-cursor-type with (default-value 'cursor-type).
20650
b56a5ae0
SM
20651 * mail/sendmail.el (mail-recover-1):
20652 * international/mule-diag.el (describe-current-coding-system-briefly)
20653 (describe-current-coding-system):
20654 * international/mule-cmds.el (select-safe-coding-system)
20655 (select-message-coding-system)
20656 (set-language-environment-coding-systems, set-locale-environment):
20657 * hexl.el (hexl-insert-multibyte-char):
20658 * dos-w32.el (find-buffer-file-type-coding-system):
20659 * simple.el (what-cursor-position):
20660 Replace uses of default-buffer-file-coding-system
20661 with (default-value 'buffer-file-coding-system).
20662
de70529f
SM
20663 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20664 Replace uses of default-cursor-in-non-selected-windows
20665 with (default-value 'cursor-in-non-selected-windows).
20666 Use with-current-buffer.
20667
705e5bd9
SM
20668 * mail/feedmail.el: Use CL macros.
20669 (feedmail-run-the-queue, feedmail-send-it-immediately):
20670 * dos-w32.el (find-buffer-file-type): Replace uses of
20671 default-buffer-file-type with (default-value 'buffer-file-type).
20672
4d985ac2
GM
206732009-08-28 Glenn Morris <rgm@gnu.org>
20674
20675 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20676 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20677 Use default-value of major-mode rather than default-major-mode.
20678
17c15b81
SM
206792009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20680
3a68ab06
SM
20681 * Makefile.in (update-elcfiles): Report left over elc files.
20682
9421bdd1
SM
20683 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20684 expand-file-name and with-current-buffer.
20685 (mail-get-names, mail-directory): Use with-current-buffer.
20686
17c15b81
SM
20687 * vc.el (vc-read-revision): New function.
20688 (vc-version-diff, vc-merge): Use it.
20689
ba83a64e
SS
206902009-08-27 Sam Steingold <sds@gnu.org>
20691
20692 * simple.el (kill-do-not-save-duplicates): New user option.
20693 (kill-new): When it is non-nil, and the new string is the same as
20694 the latest kill, set replace to t to avoid duplicates in kill-ring.
20695
be3e598a 206962009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20697
20698 * net/tramp.el (tramp-handle-process-file): Do not flush all
20699 caches when `process-file-side-effects' is set.
20700 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20701 instead of `tramp-find-file-exists-command'.
20702 Unset `process-file-side-effects'.
d5b5c94a
MA
20703
207042009-08-27 Michael Albinus <michael.albinus@gmx.de>
20705
20706 * net/tramp.el (tramp-methods): New method "rsyncc".
20707 (top): Add completion function for "rsyncc".
20708 (tramp-message-show-message): New defvar.
20709 (tramp-message, tramp-error): Use it.
20710 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20711 remote copying.
20712 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20713 `tramp-methods' entry `copy-env' of "rsyncc".
20714 (tramp-vc-registered-read-file-names): New defconst.
20715 (tramp-vc-registered-file-names): New defvar.
20716 (tramp-handle-vc-registered): Implement optimization strategy.
20717 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20718 (tramp-vc-file-name-handler): New defun.
20719 (tramp-get-ls-command, tramp-get-test-command)
20720 (tramp-get-file-exists-command, tramp-get-remote-ln)
20721 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20722 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20723
20724 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20725 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20726 timestamps.
20727 (tramp-get-file-property): Check for timestamps in
20728 `tramp-cache-inhibit-cache'.
20729 (tramp-set-file-property): Write timestamp.
20730
1339cf20
KH
207312009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20732
20733 * language/japan-util.el (japanese-symbol-table): Add entries for
20734 cp932-2-byte.
20735
20736 * international/characters.el: Add category `j' to cp932-2-byte.
20737
726e3f1d
KH
207382009-08-27 Kenichi Handa <handa@m17n.org>
20739
20740 * international/fontset.el (build-default-fontset-data): New macro.
20741 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20742 tibetan, ethiopic, and ipa.
726e3f1d 20743
4e3b4528
SM
207442009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20745
20746 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20747 (enable-multibyte-characters): Not customizable any more.
20748
20749 * subr.el (default-mode-line-format, default-header-line-format)
20750 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20751 (default-direction-reversed, default-truncate-lines)
20752 (default-left-margin, default-tab-width, default-case-fold-search)
20753 (default-left-margin-width, default-right-margin-width)
20754 (default-left-fringe-width, default-right-fringe-width)
20755 (default-fringes-outside-margins, default-scroll-bar-width)
20756 (default-vertical-scroll-bar, default-indicate-empty-lines)
20757 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20758 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20759 (default-scroll-down-aggressively, default-fill-column)
20760 (default-cursor-type, default-buffer-file-type)
20761 (default-cursor-in-non-selected-windows)
20762 (default-buffer-file-coding-system, default-major-mode)
20763 (default-enable-multibyte-characters): Mark as obsolete.
20764
b3cca6a6
DN
207652009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20766
652cc1a2
DN
20767 * vc-dir.el (vc-dir-update): Remove debug helper.
20768
b3cca6a6
DN
20769 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20770
4ed8c7aa
SS
207712009-08-26 Sam Steingold <sds@gnu.org>
20772
20773 * simple.el (save-interprogram-paste-before-kill): New user option.
20774 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20775 save the interprogram-paste into kill-ring before overriding it
20776 with the Emacs kill.
20777
3b64d86b
DN
207782009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20779
20780 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20781 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20782 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20783 and move to vc-rcs.el.
20784 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20785 move to vc-rcs.el.
20786 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20787 (vc-rcs-update-changelog): Remove.
20788 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20789 and move to vc-rcs.el.
20790
20791 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20792 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20793 renaming.
20794 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20795 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20796 vc.el, renamed to be RCS specific.
20797
72f16325
SM
20798 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20799 New functions.
20800 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20801
20802 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20803 New functions.
20804
636a36a0
SM
208052009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20806
20807 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20808
239b3340
DN
208092009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20810
b91f0762 20811 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20812 (vc-git-stash, vc-git-stash-show): New functions.
20813 (vc-git-extra-menu-map): Bind them.
b91f0762 20814
b8e54362
DN
20815 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20816 directory correctly in case the item is a directory itself.
20817
239b3340
DN
20818 * vc.el: Document the desired behavior for reverted files in the
20819 `added' state.
dc810649
DN
20820 (vc-default-prettify-state-info): Remove function, unused.
20821
20822 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20823
e49c0179
GM
208242009-08-26 Glenn Morris <rgm@gnu.org>
20825
20826 * bindings.el (standard-mode-line-format): Reposition dashes in
20827 which-func entry. (Bug#4217)
20828
3029e594
GM
20829 * files.el (enable-local-variables, enable-local-eval)
20830 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20831 the defcustoms.
20832 (auto-mode-alist, ignored-local-variables)
20833 (save-some-buffers-action-alist): Move risky declarations to the
20834 definitions.
20835 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20836 (font-lock-defaults, format-alist, imenu--index-alist)
20837 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20838 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20839 (mode-line-modified, mode-line-mule-info, mode-line-position)
20840 (mode-line-process, mode-line-remote, outline-level)
20841 (parse-time-rules, rmail-output-file-alist)
20842 (special-display-buffer-names, vc-mode):
20843 Move risky declarations to the relevant files.
72f16325
SM
20844 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20845 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20846 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20847 * font-core.el (font-lock-defaults):
20848 * format.el (format-alist):
20849 * vc-hooks.el (vc-mode):
20850 * window.el (special-display-buffer-names):
20851 * international/mule-cmds.el (input-method-alist):
20852 Define riskiness here (dumped file) rather than in files.el.
20853 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20854 * imenu.el (imenu-generic-expression, imenu--index-alist):
20855 * outline.el (outline-level):
20856 * time.el (display-time-string):
20857 * calendar/parse-time.el (parse-time-rules):
20858 * mail/rmailout.el (rmail-output-file-alist):
20859 Autoload riskiness here, rather than placing in files.el.
20860
8476cfaf
SM
208612009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20862
20863 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20864
0b35b48e
MA
208652009-08-25 Michael Albinus <michael.albinus@gmx.de>
20866
20867 * simple.el (process-file-side-effects): New defvar.
20868
20869 * dired-aux.el (dired-show-file-type):
20870 * vc.el (vc-diff-internal):
20871 * vc-arch.el (vc-arch-diff):
20872 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20873 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20874 * vc-git.el (vc-git-registered, vc-git-working-revision)
20875 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20876 (vc-git--empty-db-p):
20877 * vc-hooks.el (vc-user-login-name):
20878 * vc-svn.el (vc-svn-registered, vc-svn-state)
20879 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20880 * progmodes/grep.el (grep-probe): Let-bind
20881 `process-file-side-effects' with nil.
20882
20883 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20884
20885 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20886 daemon. Replace ping by checking for running service for bluez
20887 and zeroconf. (Bug#4239)
20888
d54cc599
GM
208892009-08-25 Kevin Ryde <user42@zip.com.au>
20890
20891 * net/dig.el (dig): Add autoload cookie.
20892
7bfd055d
GM
208932009-08-25 Glenn Morris <rgm@gnu.org>
20894
bac9c66c
GM
20895 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20896 load-history for absolute file-names.
20897 (byte-compile-file-form-require): Warn about use of the cl package.
20898
7bfd055d
GM
20899 * format.el (format-alist): Doc fix.
20900
5ac1f9e0
GM
20901 * play/bubbles.el (top-level): Don't require cl at run-time.
20902
af62aa88
GM
20903 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20904 run-time cl).
20905
71e036af
DD
209062009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20907
20908 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20909 from cl package.
20910 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20911
42110eaf
JB
209122009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20913
20914 * calc/calc-alg.el (math-trig-rewrite)
20915 (math-hyperbolic-trig-rewrite): New functions.
20916 (calc-simplify): Simplify trig functions when asked.
20917
88421f3e
SM
209182009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20919
20920 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20921
dbd9624e
KH
209222009-08-24 Kenichi Handa <handa@m17n.org>
20923
20924 * language/ind-util.el (mapthread): Delete it.
20925 (combinatorial): New function.
20926 (indian--puthash-cv): Use combinatorial instead of mapthread.
20927
9b89e3ee
GM
209282009-08-22 Kevin Ryde <user42@zip.com.au>
20929
20930 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20931 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20932 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20933 Clarify docstring that the value is strings not symbols.
20934 (checkdoc-list-of-strings-p): New function.
20935
e6ce8c42
GM
209362009-08-22 Glenn Morris <rgm@gnu.org>
20937
2ddf2ea6 20938 * files.el (auto-mode-alist):
a3374680
GM
20939 * hippie-exp.el (he-concat-directory-file-name):
20940 * lpr.el (lpr-windows-system, printer-name):
20941 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20942 * ps-print.el (ps-windows-system):
20943 * startup.el (command-line):
20944 * emulation/viper-ex.el (viper-glob-function):
20945 * international/mule-cmds.el (set-language-environment-coding-systems):
20946 * net/ange-ftp.el (ange-ftp-write-region):
20947 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20948 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20949 unisoft-unix, vax-vms, win32, w32.
20950
977955fa
GM
20951 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20952 given name if the pattern is not more specific.
20953
b4deec2e
GM
20954 * calendar/lunar.el (lunar-phase-names): New option.
20955 (lunar-phase): Doc fix.
20956 (lunar-cycles-per-year): New constant.
20957 (lunar-index): New function.
20958 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20959 (lunar-phase-name): Use lunar-phase-names.
20960 (calendar-lunar-phases): Use format.
20961 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20962
47e83968
GM
20963 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20964 Copy imenu-example--name-and-position function here for own use.
20965 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20966
e6ce8c42
GM
20967 * bs.el (bs--redisplay):
20968 * cus-edit.el (custom-redraw):
20969 * ibuffer.el (ibuffer-bury-buffer):
20970 * server.el (server-goto-line-column):
20971 * startup.el (command-line-1):
20972 * strokes.el (strokes-xpm-for-stroke):
20973 * term.el (term-display-buffer-line):
20974 * view.el (View-goto-line):
20975 * calc/calc.el (calc-do, calc-trail-buffer):
20976 * play/gamegrid.el (gamegrid-add-score-insecure):
20977 * progmodes/ada-mode.el (ada-compile-goto-error):
20978 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20979 (ebrowse-select-1st-to-9nth):
47e83968 20980 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20981 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20982 * progmodes/gud.el (gud-display-line):
20983 (idlwave-shell-display-line):
20984 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20985 * progmodes/make-mode.el (makefile-browser-toggle):
20986 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20987 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20988 * textmodes/picture.el (picture-draw-rectangle):
20989 * textmodes/reftex-index.el (reftex-index-goto-letter):
20990 (reftex-select-jump-to-previous):
20991 * textmodes/reftex-sel.el (reftex-find-start-point)
20992 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20993 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20994 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20995 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20996 * textmodes/two-column.el (2C-associated-buffer):
20997 Use forward-line rather than goto-line.
20998
20999 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21000 goto-line.
21001
4b18bdb3
GM
21002 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21003 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21004 (quick-check-list-to-regexp): Declare.
e6ce8c42 21005
72f16325
SM
21006 * progmodes/make-mode.el (makefile-browser-insert-selection):
21007 Use goto-char rather than goto-line.
e6ce8c42
GM
21008
21009 * progmodes/prolog.el (compilation-error-regexp-alist)
21010 (compilation-forget-errors): Declare.
21011
32a2cf25
JL
210122009-08-22 Juri Linkov <juri@jurta.org>
21013
21014 * progmodes/grep.el (lgrep, rgrep): At the beginning
21015 set `dir' to `default-directory' unless `dir' is a non-nil
21016 readable directory. (Bug#4052)
21017 (lgrep, rgrep): Change a weird way to report an error
21018 from using `read-string' to using `error'.
21019 Instead of using interactive arguments in the function body,
21020 add new argument `confirm'.
21021
5443c9b7
SM
210222009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21023
cb5b40ee
SM
21024 * textmodes/remember.el (remember-buffer):
21025 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21026 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21027 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
21028 * net/newst-treeview.el (newsticker-groups-filename):
21029 * net/newst-backend.el (newsticker-cache-filename):
21030 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21031 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21032 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21033 (speedbar-buffers-line-path, speedbar-path-line)
21034 (speedbar-buffers-line-path):
21035 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21036 (epg-sign-keys):
21037 * epa.el (epa-display-verify-result):
21038 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21039
d6261cc1
GM
210402009-08-21 Glenn Morris <rgm@gnu.org>
21041
3e1ea342
GM
21042 * progmodes/js.el (inferior-moz-process): Fix declaration.
21043
ce86eeb5
GM
21044 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21045
fff28970
GM
21046 * obsolete/rnewspost.el (news-mail-reply):
21047 Use goto-char rather than goto-line.
21048
d93e053b
GM
21049 * term/ns-win.el (ns-open-file-select-line):
21050 Use line-beginning-position rather than goto-line.
21051
d5d105e8
GM
21052 * apropos.el (apropos-command):
21053 * ehelp.el (electric-helpify):
21054 * printing.el (pr-show-setup):
21055 * strokes.el (strokes-help):
21056 * tutorial.el (tutorial--describe-nonstandard-key)
21057 (tutorial--detailed-help):
21058 * woman.el (woman-mini-help, woman-display-extended-fonts):
21059 * calc/calc-help.el (calc-describe-key):
21060 * emulation/edt.el (edt-electric-helpify):
21061 * international/mule-diag.el (mule-diag):
21062 * play/yow.el (apropos-zippy):
21063 * progmodes/python.el (python-describe-symbol):
21064 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21065 * textmodes/table.el (*table--cell-describe-mode)
21066 (*table--cell-describe-bindings):
21067 Use help-print-return-message rather than the now obsolete alias.
21068
a8ab722f 21069 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
21070 (calendar-cursor-to-visible-date):
21071 * play/5x5.el (5x5-position-cursor):
21072 * play/decipher.el (decipher):
21073 * play/gomoku.el (gomoku-goto-xy):
21074 * play/landmark.el (lm-goto-xy):
21075 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21076 (mpuz-paint-digit):
21077 Use forward-line, not goto-line.
a8ab722f 21078
d6261cc1
GM
21079 * mail/rmail.el (rmail-obsolete): Delete custom group.
21080 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21081 (rmail-remote-password, rmail-remote-password-required):
21082 Remove unneeded :set-after and :set properties.
21083
9e846523
MA
210842009-08-21 Michael Albinus <michael.albinus@gmx.de>
21085
21086 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21087
bbe1f502
DN
210882009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21089
bcc5db24
DN
21090 * loadup.el: Remove leftover macos code.
21091
bbe1f502
DN
21092 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21093 Explicitly pass the date format to git blame so that user local
21094 so that the output format can be parsed.
21095
6fd2d19a
MA
210962009-08-20 Michael Albinus <michael.albinus@gmx.de>
21097
21098 * net/dbus.el (top): Don't check for (getenv
21099 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21100
31764e15
SM
211012009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21102
21103 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 21104 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 21105
28930e39
SM
211062009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21107
4fd15622 21108 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 21109 Bug#3287.
4fd15622 21110
b3d8e4a0
SM
21111 * help.el (help-print-return-message): Rename from
21112 print-help-return-message.
21113
c9829c70
SM
21114 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21115 cvs-mode-map parent hack.
21116 (log-view-mode): Derive from special-mode.
21117
b932657b
SM
21118 * linum.el (linum-mode): window-size-change-functions is redundant.
21119 Adapt to new window-configuration-change-hook behavior.
21120 (linum-after-size, linum-after-config): Remove.
21121
1b700bca
SM
21122 * imenu.el (imenu-example--name-and-position)
21123 (imenu-example--lisp-extract-index-name)
21124 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21125 Mark as obsolete.
21126
28930e39
SM
21127 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21128 (inferior-prolog-mode): Use it.
21129 (inferior-prolog-load-file): Reset list of errors.
21130
c9af0b68
KH
211312009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21132
21133 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21134
21135 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21136
720c7cd6
MA
211372009-08-19 Michael Albinus <michael.albinus@gmx.de>
21138
21139 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21140 is running already.
21141
03a74b84
SM
211422009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21143
21144 * subr.el (listify-key-sequence-1): Use normal syntax since those
21145 integers are nowadays always represented by the same (positive) number
21146 on all platforms.
21147 (read-key-empty-map): New const.
21148 (read-key-delay): New var.
21149 (read-key): New function.
21150 (force-mode-line-update): Use with-current-buffer.
21151 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21152 (start-process-shell-command, start-file-process-shell-command):
21153 Discourage the use of command-args.
21154
f43e88d4
GM
211552009-08-19 Glenn Morris <rgm@gnu.org>
21156
21157 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21158
890429cc
SM
211592009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21160
85be9ec4
SM
21161 * simple.el (choose-completion-string): Don't rely on
21162 minibuffer-completing-file-name and ad-hoc checks to decide whether
21163 to continue completion or not.
21164
890429cc
SM
21165 * minibuffer.el (minibuffer-hide-completions): New function.
21166 (completion--do-completion): Use it.
21167 (completions-annotations): New face.
21168 (completion--insert-strings): Use it.
21169 (completion-pcm--delim-wild-regex): Add docstring.
21170 (completion-pcm--string->pattern): Add support for 0-width delimiters
21171 in completion-pcm--delim-wild-regex.
21172
265d4549
SM
211732009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21174
d440b941
SM
21175 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21176 Remove unused var `buffer-modified-p'.
21177
265d4549
SM
21178 * minibuffer.el (completion--do-completion): Move point for the #b001
21179 case as well (bug#4176).
21180 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21181
ba6f7d86
MA
211822009-08-18 Michael Albinus <michael.albinus@gmx.de>
21183
21184 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21185 and :session buses.
21186
98819490
KH
211872009-08-18 Kenichi Handa <handa@m17n.org>
21188
265d4549
SM
21189 * international/ucs-normalize.el (ucs-normalize-version):
21190 Change to 1.1.
58627cf0
KH
21191 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21192 (utf-8-hfs): Make it perform normalization on encoding too.
21193
98819490
KH
21194 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21195 (sentence-end-without-space): Delete duplicated chars.
21196 (sentence-end-base): Likewise.
e739cc85
KH
21197
21198 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21199 (html-mode): Delete duplicated chars from sentence-end-base.
21200
21201 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21202 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21203
645b9326
CY
212042009-08-17 Chong Yidong <cyd@stupidchicken.com>
21205
21206 * files.el (hack-one-local-variable): If the mode function is for
21207 a minor mode, pass it an argument (Bug#4148).
21208
56c195af
MA
212092009-08-17 Michael Albinus <michael.albinus@gmx.de>
21210
21211 * net/tramp.el (tramp-register-completion-file-name-handler):
21212 Check also for (member 'partial-completion completion-styles).
21213
7a55c78b
CY
212142009-08-16 Chong Yidong <cyd@stupidchicken.com>
21215
21216 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21217 abbrev (Bug#3943).
21218
be3e598a 212192009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21220
21221 * progmodes/cperl-mode.el: Merge upstream 6.2.
21222 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21223 (cperl-forward-re): Check cperl-brace-recursing.
21224 (cperl-highlight-charclass): New function.
21225 (cperl-find-pods-heres): Use it.
31cd2dd4 21226 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21227 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21228 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21229 (cperl-beautify-level): Don't process entire regexp.
21230 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21231 calling man.
21232 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21233 (cperl-init-faces): Build a list in the normal way.
21234
81b1f9c9
CY
212352009-08-16 Chong Yidong <cyd@stupidchicken.com>
21236
21237 * calendar/parse-time.el (parse-time-string-chars): Save match
21238 data.
21239
c3732cb8
SM
212402009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21241
55659495
SM
21242 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21243 (sql-product): Use it.
21244 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21245 (sql-set-product): Add completion.
21246 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21247 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21248 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21249 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21250 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21251 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21252 (sql-highlight-db2-keywords): Remove.
21253 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21254 (sql-highlight-product): Use derived-mode-p.
21255 (sql-set-sqli-buffer): Use with-current-buffer.
21256 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21257 Simplify.
21258
1ae79427
SM
21259 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21260
c3732cb8
SM
21261 * term.el: Fix commenting convention, turn comments into docstrings.
21262
f24b8bf3
CY
212632009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21264
21265 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21266
7b6fefac 212672009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21268
1200ac26 21269 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21270 character classes, to handle non-ascii characters (Bug#3190).
21271
212722009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21273
1abbe4e5
CY
21274 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21275 another heredoc if the user adds another < (Bug#3226).
21276
c3732cb8
SM
21277 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21278 Don't initialize based on window-system (Bug#4124).
19261da4 21279
daad00fc
CY
21280 * facemenu.el (facemenu-read-color): Use a completion function
21281 that accepts any defined color, such as RGB triplets (Bug#3677).
21282
e1bdde78
CY
21283 * files.el (get-free-disk-space): Change fallback default
21284 directory to /. Expand DIR argument before switching to fallback.
21285 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21286
9d73a99e
CY
212872009-08-15 Chong Yidong <cyd@stupidchicken.com>
21288
21289 * files.el (load-library): Doc fix.
21290
68b962d4 212912009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21292
953e0c1a 21293 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21294 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21295 incremental search string.
9d73a99e 21296
c3732cb8 21297 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21298 XEmacs.
9d73a99e 21299
c3732cb8
SM
21300 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21301 (ediff-merge-region-is-non-clash)
21302 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21303 Also check if the job is really a merge job.
9d73a99e 21304
c3732cb8 21305 * ediff.el (ediff-current-file): New function.
9d73a99e 21306
2e330adc
CY
213072009-08-15 Chong Yidong <cyd@stupidchicken.com>
21308
21309 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21310 conventions.
c3732cb8 21311 (js-insert-and-indent): Delete function.
2e330adc
CY
21312 (js-mode-map): Don't bind keys to js-insert-and-indent.
21313 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21314 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21315 (js-auto-indent-flag): Delete variable.
2e330adc 21316
17b5d0f7
CY
213172009-08-14 Chong Yidong <cyd@stupidchicken.com>
21318
c3732cb8
SM
21319 * progmodes/js.el: Remove proclaim statement.
21320 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21321
ba2d8894
CY
21322 * files.el (auto-mode-alist): Use js-mode for .js files.
21323
c3732cb8 21324 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21325
21326 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21327
21328 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21329
c3732cb8 21330 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21331
213322009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21333 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21334
21335 * progmodes/js.el: New file.
21336
b6377f1d
MH
213372009-08-14 Mark A. Hershberger <mah@everybody.org>
21338
21339 * timezone.el (timezone-parse-date): Add ability to understand ISO
21340 basic format (minimal separators) dates in addition to the
21341 already-supported extended format dates.
21342
bc0eef46
EZ
213432009-08-14 Eli Zaretskii <eliz@gnu.org>
21344
4e021e65
EZ
21345 * international/ucs-normalize.el: Add a `coding' file variable.
21346
bc0eef46
EZ
21347 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21348
53dab179
SS
213492009-08-14 Sam Steingold <sds@gnu.org>
21350
6801c38a 21351 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21352
6c58c39c
CY
213532009-08-13 Chong Yidong <cyd@stupidchicken.com>
21354
21355 * faces.el (help-argument-name): Define it here instead of
21356 help-fns.el, because in daemon mode help-fns.el may be loaded when
21357 faces are still uninitialized (Bug#1078).
21358
21359 * help-fns.el (help-argument-name): Move defface to faces.el.
21360
c7baf7e9
NR
213612009-08-13 Nick Roberts <nickrob@snap.net.nz>
21362
21363 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21364 create buffer with a pty but no process so that GDB can make the
21365 inferior the controlling process.
21366
9c40e995 213672009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21368
21369 * international/ucs-normalize.el: New file.
21370
8cdba32b
RS
213712009-08-13 Richard Stallman <rms@gnu.org>
21372
5c950923
RS
21373 * mail/rmail.el (rmail-get-attr-names):
21374 Accept an attribute header that is too short.
21375
76e1e40b
RS
21376 * mail/rmail.el (rmail-forget-messages):
21377 Ignore nil elt in rmail-message-vector. Use dotimes.
21378
1fc01b08
RS
21379 * progmodes/compile.el (compilation-goto-locus):
21380 Use next-error-move-function.
21381
8cdba32b
RS
21382 * simple.el (next-error-move-function): New variable.
21383
99910cf4
JL
213842009-08-12 Juri Linkov <juri@jurta.org>
21385
21386 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21387 always non-nil. (Bug#4052)
21388
21389 * replace.el (read-regexp): Return empty string when
21390 `default-value' is nil.
21391 (keep-lines-read-args): Don't use empty string as the
21392 default value for `read-regexp'. (Bug#2495)
21393
fc5bdf6c
JL
213942009-08-12 Juri Linkov <juri@jurta.org>
21395
21396 * international/mule-cmds.el (ucs-insert): Change arguments
21397 from `arg' to `character', `count', `inherit' to be the same
21398 as in `insert-char'. Doc fix. (Bug#4039)
21399
21400 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21401
77748848
JL
214022009-08-12 Juri Linkov <juri@jurta.org>
21403
21404 * files-x.el: New file.
21405
21406 * files.el: Move code that deals with adding/deleting
21407 file/directory-local variables to files-x.el.
21408
21409 * Makefile.in (ELCFILES): Add files-x.elc.
21410
c8a44c4e
DD
214112009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21412
27a9fd5a
DD
21413 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21414 to use `goto-line'.
21415 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21416 `goto-line'.
21417 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21418 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21419 threads list.
107ef54a 21420 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21421 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21422 (gdb-stopped): ...here so it's sent when first thread stops.
21423 (gdb-registers-handler-custom): Do nothing if register names are
21424 unknown yet.
27a9fd5a 21425
c8a44c4e
DD
21426 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21427 from `gdb-mi.el' to avoid extra tangling.
21428
21429 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21430 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21431 (gdb-update-gud-running): No extra fuss for updating frame number.
21432
dfd4e693
SM
214332009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21434
51c4341f
SM
21435 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21436 (describe-language-environment-map, setup-language-environment-map)
21437 (set-coding-system-map): Move initialization into declaration.
21438 (set-language-info-alist): Last arg to define-key-after can be skipped.
21439
21440 * international/quail.el (quail-completion-1): Simplify.
21441 (quail-define-rules): Use slightly more compact code.
21442 (quail-insert-decode-map): Propertize keys, compact columns.
21443
dfd4e693
SM
21444 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21445 Add goto-line.
21446
83326559
MB
214472009-08-10 Miles Bader <miles@gnu.org>
21448
21449 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21450 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21451 (js2-instance-member, js2-private-member, js2-private-function-call)
21452 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21453 (js2-magic-paren, js2-external-variable):
21454 Remove "-face" suffix from face names.
21455 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21456 (js2-highlight-undeclared-vars, js2-peek-token)
21457 (js2-parse-function-params, js2-mode-show-errors)
21458 (js2-mode-show-warnings, js2-make-magic-delimiter)
21459 (js2-mode-highlight-magic-parens): Update to use new face names.
21460
8e754ea2
MA
214612009-08-09 Michael Albinus <michael.albinus@gmx.de>
21462
21463 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21464 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21465
1c292fc7
CY
214662009-08-09 Chong Yidong <cyd@stupidchicken.com>
21467
18d433a7
CY
21468 * subr.el: Provide hashtable-print-readable.
21469
1c292fc7
CY
21470 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21471 hs-c-like-adjust-block-beginning.
21472 (hs-hide-block-at-point): Stop hiding at the beginning of
21473 hs-block-end-regexp (Bug#700).
21474
2db0ae07
DD
214752009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21476
21477 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21478 a macro.
21479 (gdb-registers-handler-custom): Do not fail when register names
21480 are unavailable.
21481
fe4740a6
DD
214822009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21483
21484 * progmodes/gdb-mi.el (gdb-control-all-threads)
21485 (gdb-control-current-thread): Interactive setters for
21486 `gdb-gud-control-all-threads' to use in menu.
21487 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21488 (gud-tool-bar-map): Add non-stop/A,T indicator.
21489 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21490
ce299d55
CY
214912009-08-08 Yoni Rabkin <yoni@rabkins.net>
21492
21493 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21494 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21495 (net-utils-mode): New mode for viewing diagnostic network output.
21496 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21497 (net-utils-run-simple): New function.
21498 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21499
7c4654ad
DD
215002009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21501
21502 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21503 (gdb-memory-set-address, def-gdb-set-positive-number)
21504 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21505 after changing settings.
21506 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21507 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21508 (gdb-registers-handler-custom): Print registers in right order and
21509 allow changing register values (only for current thread yet).
9cbac26b
DD
21510 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21511 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21512 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21513 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21514 Thread info in mode name.
9cbac26b 21515 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21516
0f25a277
EZ
215172009-08-08 Eli Zaretskii <eliz@gnu.org>
21518
21519 * mail/rmail.el (rmail-add-mbox-headers)
21520 (rmail-set-message-counters-counter): Search for
21521 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21522
b971be60
GM
215232009-08-08 Glenn Morris <rgm@gnu.org>
21524
21525 * Makefile.in (ELCFILES): Update.
21526
a35d3ad8
EZ
215272009-08-07 Eli Zaretskii <eliz@gnu.org>
21528
6a7662bb
BR
21529 * mail/sendmail.el (mail-yank-original):
21530 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21531 text is yanked.
21532
8b0bcc2e
EZ
21533 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21534 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21535 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21536 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21537 (calc-graph-init): Don't send -display and -geometry to
21538 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21539 running "pgnuplot -V" with shell-command-to-string.
21540
21541 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21542 the default.
21543
215442009-08-07 Eli Zaretskii <eliz@gnu.org>
21545
21546 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21547 org/org-latex.elc.
21548
3bca7ca5
DN
215492009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21550
3c53763c
DN
21551 * vc-dispatcher.el (vc-resynch-window): Update comment.
21552
3bca7ca5
DN
21553 * term.el (term-handle-ansi-escape): Add comments with the
21554 terminfo capabilities implemented.
21555
7b217360
DD
215562009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21557
5f9d345c 21558 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21559 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21560 (gdb-propertize-header): Move earlier.
21561 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21562 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21563 Refresh disassembly buffers only after threads list have been
21564 update.
21565 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21566 variables.
21567
b4d84ecf
JL
215682009-08-04 Juri Linkov <juri@jurta.org>
21569
21570 * files.el: Commands to add/delete file/directory-local variables.
21571 (read-file-local-variable, read-file-local-variable-value)
21572 (read-file-local-variable-mode, modify-file-local-variable)
21573 (modify-file-local-variable-prop-line)
21574 (modify-dir-local-variable): New functions.
21575 (add-file-local-variable, delete-file-local-variable)
21576 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21577 (add-dir-local-variable, delete-dir-local-variable)
21578 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21579 (copy-dir-locals-to-file-locals-prop-line): New commands.
21580
42da39c1
CY
215812009-08-04 Chong Yidong <cyd@stupidchicken.com>
21582
21583 * abbrev.el (insert-abbrev-table-description): Prettify output.
21584 Suggested by Karl Chen.
21585
98bf8494
DD
215862009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21587
78b9fb28 21588 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21589 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21590 (gdb-overlay-arrow-position, gdb-thread-position)
21591 (gdb-disassembly-position): Declare variables.
21592 (gdb-wait-for-pending): Function now.
21593 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21594 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21595 compilation goes smoothly.
21596 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21597 (gdb-non-stop-setting): New customization setting which replaces
21598 `gdb-non-stop' so changing it doesn't break active GDB session.
21599 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21600 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21601 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21602 (gdb-show-threads-by-default): New customization options.
21603 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21604 routines.
21605 (gdb-get-buffer-create): Send buffers update signal when they are
21606 created.
21607 (gdb-invalidate-locals, gdb-invalidate-registers)
21608 (gdb-invalidate-breakpoints)
21609 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21610 (gdb-invalidate-memory): Accept update signal.
21611 (gdb-current-context-command): Use --frame option.
21612 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21613 Implement `gdb-frame-number' selection logic.
21614 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21615 whether to show GUD toolbar buttons.
21616 (gdb-thread-exited): Unselect current thread when it exits.
21617 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21618 (gdb-mark-line): Routine which sets overlay arrow or inverses
21619 video on fringeless displays.
21620 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21621 to build aligned columns of data in GDB buffers and set text
21622 properties line-by-line.
21623 (gdb-invalidate-breakpoints)
21624 (gdb-breakpoints-list-handler-custom)
21625 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21626 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21627 (gdb-registers-handler-custom): Align data columns.
21628 (gdb-locals-handler-custom): Now prints data like in variable
21629 declarations.
21630 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21631 Remove confusing buttons.
78b9fb28
DD
21632 (gdb-invalidate-threads): Append --frame.
21633 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21634 between breakpoints/threads buffers.
21635 (gdb-set-window-buffer): Now can ignore dedicated windows.
21636 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21637 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21638 (def-gdb-thread-buffer-gud-command): Replaces
21639 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21640 for fine thread control.
21641 (gdb-preempt-existing-or-display-buffer): New function used to
21642 display bound buffers without breaking window layout.
21643 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21644 (gdb-select-frame): New version of `gdb-frames-select' which now
21645 sets `gdb-frame-number' so commands may use --frame option instead
21646 of inner debugger state.
21647 (gdb-frame-handler): Do not set `gdb-frame-number'.
21648 (gdb-threads-mode-map): Select threads with mouse.
21649
21650 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21651 avoid compilation warning.
21652 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21653 `gdb-show-stop-p`.
21654
566f3909
DD
21655 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21656 Argument `key' renamed to `buffer-type'.
21657 (gdb-current-context-buffer-name): Do not add thread info to
21658 buffer name when no thread is selected.
21659 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21660 command (bug 3794).
21661 (gdb-thread-selected): Handle `=thread-selected' notification.
21662 (gdb-wait-for-pending): New macro to deal with congestion problems.
21663 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21664 breakpoints.
7b6fefac
JB
21665 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21666 This fixes problem similar to one described in bug 3947.
566f3909
DD
21667 (gud-menu-map): More menu items.
21668 (gdb-init-1): Reset `gdb-thread-number' to nil.
21669
4a31122c
DD
21670 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21671 non-stop settings.
21672
21673 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21674 (gdb-current-context-command): Do not append --thread if
21675 `gdb-thread-number' is nil.
6a7662bb
BR
21676 (gdb-running-threads-count, gdb-stopped-threads-count):
21677 New variables.
4a31122c 21678 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21679 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21680 New customization options.
4a31122c
DD
21681 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21682 GUD commands.
7b6fefac 21683 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21684 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21685 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21686 set `gdb-thread-number' and update `gud-running' properly.
21687 (gdb-running): Update threads list when new threads appear.
21688 (gdb-stopped): Support non-stop operation and new thread switching
21689 logic.
21690 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21691 (gdb-json-partial-output): New set of JSON routines.
21692 (def-gdb-auto-update-trigger): New `signal-list' optional
21693 argument.
21694 (gdb-thread-list-handler-custom): Update `gud-running',
21695 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21696 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21697 (gdb-continue-thread, gdb-step-thread): New commands for fine
21698 thread execution control.
21699 (gud-menu-map): New menu items to switch non-stop options.
21700 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21701 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21702
21703 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21704 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21705 gdb-buffer-rules.
21706 (def-gdb-auto-update-handler): New nopreserve optional argument.
21707 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21708
88b5a757 21709 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21710 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21711 (gdb-parent-mode): New mode to derive other GDB modes from.
21712 (gdb-display-disassembly-for-thread)
21713 (gdb-frame-disassembly-for-thread): New commands for threads
21714 buffer.
21715
21716 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21717 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21718 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21719 (gdb-update): We now store all GDB buffers in a list so that they
21720 can be updated by traversing a list instead of calling invalidate
7b6fefac 21721 triggers explicitly.
a5c9f540
DD
21722 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21723 pair for GDB buffer.
21724 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21725 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21726 handle pending triggers.
21727 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21728 (def-gdb-thread-buffer-simple-command)
21729 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21730 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21731 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21732 New commands which show buffers bound to thread.
88b5a757 21733 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21734
7b6fefac
JB
21735 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21736 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21737 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21738 to (gud-comint-buffer) in *-buffer-name functions
21739 because (gdb-get-target-string) already does that.
21740 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21741 (gdb-changed-registers-handler): Rewritten without regexps.
21742
ba214964 21743 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21744 (gdb-thread-number): New variable.
21745 (gdb-current-context-command): New macro which adds --thread
21746 option to command.
7b6fefac 21747 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21748 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21749 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21750 (gdb-select-thread): New command which selects current thread.
21751 (gdb-invalidate-frames, gdb-invalidate-locals)
21752 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21753
2ac33804
MA
217542009-08-04 Michael Albinus <michael.albinus@gmx.de>
21755
21756 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21757 robust. (Bug#3977)
2ac33804
MA
21758 (tramp-handle-insert-file-contents): `unwind-protect' must be
21759 inside `with-parsed-tramp-file-name'.
21760
21761 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21762 fails.
21763
39d0296f
NR
217642009-08-03 Nick Roberts <nickrob@snap.net.nz>
21765
21766 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21767 directory if CLASSPATH is not set.
21768
adcbca53
MA
217692009-08-03 Michael Albinus <michael.albinus@gmx.de>
21770
7b6fefac
JB
21771 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21772 New defconst.
7ef849b6 21773 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21774
30924b0b
CY
217752009-08-02 Kevin Ryde <user42@zip.com.au>
21776
7b6fefac
JB
21777 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21778 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21779
b6ce92f1
CY
217802009-08-02 Chong Yidong <cyd@stupidchicken.com>
21781
d977a092
CY
21782 * select.el (x-set-selection): Doc fix (Bug#4021).
21783
21784 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21785
b6ce92f1
CY
21786 * help-fns.el (describe-variable): Treat list return values from
21787 dir-locals-find-file properly (Bug#4005).
21788
7b6fefac 217892009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21790
21791 * net/tramp.el (tramp-debug-message): Print also microseconds.
21792
217932009-08-02 Michael Albinus <michael.albinus@gmx.de>
21794
21795 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21796 or END is non-nil.
21797 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21798 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21799 format.
21800
5ce6e4f4 21801 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21802 (tramp-get-file-property): Use it.
21803
6a7662bb
BR
21804 * autorevert.el (auto-revert-handler):
21805 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21806
2aafe808
JR
218072009-08-02 Jason Rumney <jasonr@gnu.org>
21808
21809 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21810 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21811
e094097c
CY
218122009-08-02 Chong Yidong <cyd@stupidchicken.com>
21813
21814 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21815 (font-lock-variable-name-face, font-lock-constant-face):
21816 Darken the colors for light backgrounds.
e094097c 21817
de94f281
EZ
218182009-08-01 Eli Zaretskii <eliz@gnu.org>
21819
21820 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21821 month names. (Bug#3987)
21822
54b99340
CY
218232009-07-31 Chong Yidong <cyd@stupidchicken.com>
21824
21825 * simple.el (line-move-finish): Pass whole number to
21826 line-move-to-column.
34be836c 21827 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21828
38216c30
JB
218292009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21830
21831 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21832
c779896d
CY
218332009-07-29 Alan Mackenzie <acm@muc.de>
21834
21835 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21836
592ccae0
DD
218372009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21838
35edc6c6
DD
21839 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21840 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21841
5a9e3ab7
JB
218422009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21843
21844 * calc/calc.el (calc-mode-map): Add keybinding for
21845 `calc-transpose-lines'.
21846
7b6fefac 218472009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21848
21849 * calc/calc-misc.el (calc-transpose-lines): New function.
21850
905fb90e
MA
218512009-07-28 Michael Albinus <michael.albinus@gmx.de>
21852
21853 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21854 Simplify check for out-of-band methods.
21855 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21856 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21857
76e14464
DN
218582009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21859
21860 * vc-git.el (vc-git-checkin): Fix typo.
21861
6088b51f 218622009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21863
21864 * progmodes/js2-mode.el: New file.
21865
b85157fe
NR
218662009-07-28 Nick Roberts <nickrob@snap.net.nz>
21867
21868 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21869 (gud-menu-map): Adjust tooltip accordingly.
21870
d43c2b06
DN
218712009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21872
1c0f0c3b
DN
21873 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21874 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21875
d43c2b06
DN
21876 * add-log.el (change-log-mode-map): Add a menu.
21877
3dec5c36
MA
218782009-07-27 Michael Albinus <michael.albinus@gmx.de>
21879
21880 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21881 function returns nil.
21882 (dbus-handle-event): Handle special return value :ignore.
21883 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21884
5704140c
CY
218852009-07-26 Chong Yidong <cyd@stupidchicken.com>
21886
21887 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21888 it's not needed.
21889
3077d1f6
EZ
218902009-07-25 Eli Zaretskii <eliz@gnu.org>
21891
21892 Fix Bug#3888:
21893
21894 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21895
21896 * term/pc-win.el (x-display-name, x-colors)
21897 (x-select-enable-clipboard, x-select-text): Doc fix.
21898
21899 * term/common-win.el (x-display-name, x-colors): Doc fix.
21900
21901 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21902 (xw-defined-colors): Doc fix.
21903
21904 * w32-fns.el (x-select-text, x-setup-function-keys)
21905 (x-get-selection, x-set-selection): Doc fix.
21906
21907 * term/x-win.el (x-select-text, x-setup-function-keys)
21908 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21909
21910 * select.el (x-set-selection): Doc fix.
21911
51768bc8
MA
219122009-07-25 Michael Albinus <michael.albinus@gmx.de>
21913
21914 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21915 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21916 "IsNSSSupportAvailable" method is not available.
21917 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21918
b11c2874
KH
219192009-07-24 Kenichi Handa <handa@m17n.org>
21920
21921 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21922 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21923 (build-unicode-category-table): Fix range checks.
21924
ba83b7b6
DN
219252009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21926
21927 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21928 the buffer we try to sync is current when calling
21929 vc-resynch-buffer.
21930
21931 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21932 not show up to date files.
21933
7a8ae964
GM
219342009-07-24 Glenn Morris <rgm@gnu.org>
21935
21936 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21937 Add autoload cookies. If necessary, initialize.
21938 (elint-log): Handle non-file buffers.
21939 (elint-initialize): Add optional argument to reinitialize.
21940 (elint-find-builtin-variables): Save excursion.
21941
a707eb05
DN
219422009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21943
21944 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21945 for Lint.
21946
0a2ddfa6
DN
219472009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21948
d6a62b0d
DN
21949 * vc.el (vc-print-log-internal): New function, split out from ...
21950 (vc-print-log): ... here.
10b5dcad 21951 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21952
0a2ddfa6
DN
21953 * vc-git.el (vc-git-add-signoff): New variable.
21954 (vc-git-checkin): Use it.
21955 (vc-git-toggle-signoff): New function.
21956 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21957 (vc-git--run-command-string): Accept a nil FILE argument.
21958 (vc-git-stash-list): New function.
21959 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21960
589a99f2
GM
219612009-07-23 Glenn Morris <rgm@gnu.org>
21962
21963 * help-fns.el (describe-variable): Describe ignored and risky local
21964 variables in a similar way to that in which we describe safe ones.
21965
21966 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21967 (byte-compile-output-file-form, byte-compile-output-docform)
21968 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21969 Give some more local variables with common names a "bytecomp-" prefix,
21970 so as not to shadow things during compilation.
21971 * emacs-lisp/cl-macs.el (load-time-value)
21972 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21973 `outbuffer' to `bytecomp-outbuffer'.
21974
21975 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21976 since the next two variables cover them automatically now.
21977 (elint-builtin-variables, elint-autoloaded-variables): New.
21978 (elint-unknown-builtin-args): Remove all members, since they can be
21979 parsed automatically now.
21980 (elint-extra-errors): New.
21981 (elint-env-add-env, elint-env-add-macro): Use cadr.
21982 (elint-current-buffer): Use or. Change final message.
21983 (elint-get-top-forms): Use line-end-position.
21984 (elint-init-env): Use cadr. Handle autoload, declare-function,
21985 and defalias.
21986 (elint-add-required-env): Doc fix. Use or. Standardize error.
21987 (regexp-assoc): Remove unused function.
21988 (elint-top-form): Set elint-current-pos, to record the start of the
21989 top-level form, for compilation-mode.
21990 (elint-form): Trap errors in macro expansion. Use dolist.
21991 (elint-unbound-variable): Use elint-builtin-variables and
21992 elint-autoloaded-variables.
21993 (elint-get-args): Use cadr, or.
21994 (elint-check-cond-form): Use dolist, cadr.
21995 (elint-check-condition-case-form): Doc fix. Use cadr.
21996 Use elint-extra-errors.
21997 (elint-log): New function.
21998 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21999 Distinguish errors and warnings.
22000 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22001 Use a bytecomp-style format.
22002 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22003 (elint-get-log-buffer): Use compilation mode. Disable undo.
22004 Don't truncate lines.
22005 (elint-initialize): Set builtin and autoloaded variable lists.
22006 Only process elint-unknown-builtin-args if non-nil.
22007 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22008 New functions.
22009 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22010
855b42a2
GM
220112009-07-22 Kevin Ryde <user42@zip.com.au>
22012
22013 * net/newst-backend.el (newsticker--parse-atom-1.0)
22014 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22015 (newsticker--parse-rss-1.0):
22016 * progmodes/idlwave.el (idlwave-mode):
22017 * progmodes/idlw-shell.el (idlwave-shell-mode):
22018 * progmodes/vera-mode.el (vera-mode):
22019 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22020 * progmodes/vhdl-mode.el (vhdl-mode):
22021 * textmodes/table.el (table-generate-source)
22022 (table--warn-incompatibility):
22023 Hyperlink urls in docstrings with URL `...'.
22024
fd413a37
GM
220252009-07-22 Glenn Morris <rgm@gnu.org>
22026
cb711556
GM
22027 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22028 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22029 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22030 Remove leading * from defcustom docs.
22031
fd413a37
GM
22032 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22033
22034 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22035 defcustom doc.
22036 (list-load-path-shadows): Optionally, just return shadows as a string.
22037
22038 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22039
a4f69701
CY
220402009-07-21 Chong Yidong <cyd@stupidchicken.com>
22041
6a7662bb
BR
22042 * mail/rmailedit.el (rmail-edit-mode):
22043 Use auto-save-include-big-deletions.
a4f69701 22044
6a7662bb
BR
22045 * mail/rmail.el (rmail-variables):
22046 Use auto-save-include-big-deletions.
a4f69701
CY
22047
22048 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22049 changes.
22050
ec06459c
JB
220512009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22052
22053 * calc/calc.el (calc-undo-length): New variable.
22054 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22055
b41b0976
RS
220562009-07-21 Richard Stallman <rms@gnu.org>
22057
22058 * files.el (auto-save-mode): Handle buffer-save-size = -2
22059 for toggling mode.
22060
4ed32706
GM
220612009-07-21 Glenn Morris <rgm@gnu.org>
22062
531b1264
GM
22063 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22064
55d27f41
GM
22065 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22066
02df3f4d
GM
22067 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22068 silence compiler. Instead...
22069 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22070 (ps-print-ensure-fontified): Update for above function name changes.
22071
fdd8417e
GM
22072 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22073 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22074 silence compiler. Instead...
22075 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22076 (mh-show-buffer): Only define for compiler.
22077 (pr-mh-current-message): Update for above function name changes.
22078
4ed32706
GM
22079 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22080 as an argument.
22081 (find-file-noselect, insert-file-1): Update for above change.
22082
22083 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22084
22085 * mail/mailclient.el (mailclient-send-it): Fix message.
22086
22087 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22088 (edebug-eval): Check cl-debug-env is bound.
22089 (print-level, print-circle): Don't redefine built-in variables.
22090
22091 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22092 (custom-print-vectors): Remove old comments from doc.
22093
22094 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22095 (emerge-version): Make the variable an obsolete alias for the
22096 emacs-version variable. Make the function obsolete.
22097 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22098 Emerge options, rather than merging in into the main Options menu.
22099 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22100 and auto advance modes. Disable edit/fast items when not relevant.
22101
86812144
CY
221022009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22103
22104 * term/vt420.el (terminal-init-vt420): Fix typo.
22105
6bb90094
SS
221062009-07-20 Sam Steingold <sds@gnu.org>
22107
22108 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22109 variable (removed from compile.el on 2004-03-11).
22110
42e0a725
CY
221112009-07-20 Chong Yidong <cyd@stupidchicken.com>
22112
22113 * files.el (hack-local-variables-filter): Fix last change.
22114
2ee20f24
JL
221152009-07-19 Juri Linkov <juri@jurta.org>
22116
22117 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22118 (dir-local-variables-alist): New buffer-local variable.
22119 (hack-local-variables-filter): If variable is not dir-local,
22120 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22121 because file-local overrides dir-local.
3570691b 22122 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
22123 Remove obsolete declaration.
22124 (hack-dir-local-variables): Add dir-local variable/value pair to
22125 `dir-local-variables-alist' and remove duplicates. Doc fix.
22126
22127 * help-fns.el (describe-variable): Add information about
22128 file-local and dir-local variables.
22129
89bf83cd
CY
221302009-07-19 Chong Yidong <cyd@stupidchicken.com>
22131
22132 * files.el (hack-local-variables-filter): Rewrite.
22133
1a8d3541
GM
221342009-07-19 Glenn Morris <rgm@gnu.org>
22135
d9e8a018
GM
22136 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22137 Silence compiler by only defining on XEmacs.
22138
da332cfb
GM
22139 * international/mule.el (auto-coding-regexp-alist): Only match
22140 BABYL... at the start of buffer, not of lines. (Bug#3790)
22141
1a8d3541
GM
22142 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22143 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22144 (cal-menu-context-mouse-menu): Doc fix.
22145
22146 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22147
22148 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22149
d842b103
JL
221502009-07-18 Juri Linkov <juri@jurta.org>
22151
22152 * info.el: Virtual Info keyword finder.
3570691b 22153 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22154 (Info-finder-file): New variable.
22155 (Info-finder-find-file): New function.
22156 (finder-known-keywords, finder-package-info)
22157 (find-library-name, lm-commentary): Use defvar and
22158 declare-function to silence compiler warnings.
22159 (Info-finder-find-node): New function.
22160 (info-finder): New command.
22161
22162 * subr.el (process-kill-buffer-query-function): New function.
22163 (add-hook)<kill-buffer-query-functions>: Add hook
22164 `process-kill-buffer-query-function'.
22165
10d37df7
AM
221662009-07-18 Alan Mackenzie <acm@muc.de>
22167
7b6fefac 22168 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22169 (c-postprocess-file-styles): Give invocation of `c-set-style'
22170 DONT-OVERRIDE parameter of t. Already set style variables will
22171 thus not be overridden by style settings given by `c-file-syle'.
22172
22173 * files.el (hack-local-variables-filter): Remove entries with
22174 duplicate keys from `file-local-variables-alist'.
22175
102e1a41
EZ
221762009-07-18 Eli Zaretskii <eliz@gnu.org>
22177
22178 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22179 x-set-selection if display-selections-p returns nil for the
22180 current frame.
22181
16f2e9fc
CY
221822009-07-18 Chong Yidong <cyd@stupidchicken.com>
22183
22184 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22185
f22693fc
EZ
221862009-07-18 Eli Zaretskii <eliz@gnu.org>
22187
a6c2c80c
EZ
22188 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22189 Accept nil in addition to a regexp.
22190 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22191 Accept nil in addition to a regexp.
22192 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22193 buffers that have an associated file. Handle nil values of
22194 desktop-buffers-not-to-save and desktop-files-not-to-save.
22195 (Bug#3833)
22196
f22693fc
EZ
22197 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22198 (x-disown-selection-internal): New functions.
22199
e456379a
NR
222002009-07-18 Nick Roberts <nickrob@snap.net.nz>
22201
22202 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22203 warning.
22204 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22205 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22206
0013b70f
CY
222072009-07-18 David De La Harpe Golden <david@harpegolden.net>
22208
22209 * simple.el (set-mark): Revert last change.
22210
0855c2ca
CY
222112009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22212
22213 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22214 rendering of pngs is not possible instead of messaging a long
22215 description.
22216
3f5c9cad
CY
222172009-07-17 David De La Harpe Golden <david@harpegolden.net>
22218
22219 * w32-fns.el (x-selection-owner-p): New function.
22220
22221 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22222 (mouse-yank-at-click, mouse-yank-primary):
22223 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22224 insertion.
3f5c9cad
CY
22225
22226 * simple.el (deactivate-mark, set-mark): Only save selection if we
22227 own it.
22228
1fc87f9b
KH
222292009-07-17 Kenichi Handa <handa@m17n.org>
22230
22231 * case-table.el (describe-buffer-case-table): Fix for the case
22232 that KEY is a cons.
22233
d56fdcd2
DN
222342009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22235
22236 * vc-rcs.el (vc-rcs-find-file-hook):
22237 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22238
bede3e9f
MA
222392009-07-16 Michael Albinus <michael.albinus@gmx.de>
22240
22241 * net/tramp.el (tramp-wait-for-output): Handle the case when
22242 commands do not return a newline but a null byte before the shell
22243 prompt. (Bug#3858)
22244
7653ca1d
YM
222452009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22246
22247 * term/ns-win.el (ns-set-alpha): Don't declare.
22248 (ns-set-background-alpha): Remove function.
22249
ed2a52e9
SM
222502009-07-16 Kevin Ryde <user42@zip.com.au>
22251
22252 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22253 y-or-n-p, for safety.
22254
7a907299
RS
222552009-07-16 Richard Stallman <rms@gnu.org>
22256
22257 * files.el (auto-save-mode): If buffer-saved-size is -2,
22258 don't clobber it.
22259
22260 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22261 (rmail-retry-ignored-headers): Add more uninteresting fields.
22262
c0db3477
CY
222632009-07-15 Jari Aalto <jari.aalto@cante.net>
22264
22265 * net/rcirc.el (rcirc): Use history variables.
22266 (rcirc-server-name-history, rcirc-nick-name-history)
22267 (rcirc-server-port-history): New variables.
22268
6c875452
KH
222692009-07-15 Kenichi Handa <handa@m17n.org>
22270
bf974dc9
KH
22271 * international/mule-cmds.el (set-language-environment-charset):
22272 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22273 ignore them.
22274
6c875452
KH
22275 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22276 Delete unibyte-display.
22277
2066b4fe
CY
222782009-07-15 Chong Yidong <cyd@stupidchicken.com>
22279
22280 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22281
f9be2e35
CY
222822009-07-15 Chong Yidong <cyd@stupidchicken.com>
22283
22284 * simple.el (deactivate-mark): Optional argument FORCE.
22285 (set-mark): Use deactivate-mark.
22286
22287 * info.el (Info-search): No need to check transient-mark-mode
22288 before calling deactivate-mark.
22289
22290 * select.el (x-set-selection): Doc fix.
22291 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22292 (xselect--selection-bounds): Handle buffer values.
22293 Suggested by David De La Harpe Golden.
f9be2e35 22294
6a7662bb
BR
22295 * mouse.el (mouse-set-region, mouse-drag-track):
22296 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22297 select-active-regions work.
22298
be3e598a 222992009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22300
22301 * simple.el (deactivate-mark): If select-active-regions is
22302 non-nil, copy the selection data into a string.
22303 (activate-mark): If select-active-regions is non-nil, set the
22304 selection to the current buffer.
22305 (set-mark): Update selection if select-active-regions is non-nil.
22306
22307 * select.el (x-valid-simple-selection-p): Allow buffer values.
22308
cbd61418
SM
223092009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22310
22311 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22312 and more featureful message-mode.
22313
f470187f
CY
223142009-07-14 Chong Yidong <cyd@stupidchicken.com>
22315
22316 * select.el (x-set-selection): Doc fix.
22317 (x-valid-simple-selection-p): Disallow selection data consisting
22318 of a list or cons of integers, since that is not used.
22319 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22320 (xselect-convert-to-string, xselect-convert-to-length)
22321 (xselect-convert-to-filename, xselect-convert-to-charpos)
22322 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22323
bfc99364
DD
223242009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22325
22326 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22327 output in -break-info command (Emacs bug #3794).
22328
e32721f5
GM
223292009-07-14 Glenn Morris <rgm@gnu.org>
22330
1e46f9e4
GM
22331 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22332 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22333 (edebug-print-length, edebug-print-level, edebug-print-circle)
22334 (edebug-sit-for-seconds, edebug-view-outside)
22335 (edebug-bounce-point, edebug-set-global-break-condition)
22336 (edebug-Go-nonstop-mode, edebug-trace-mode)
22337 (edebug-Trace-fast-mode, edebug-continue-mode)
22338 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22339 (edebug-visit-eval-list): Doc fixes.
22340
e32721f5
GM
22341 * subr.el (def-edebug-spec): Doc fix.
22342
66a85e76
KH
223432009-07-14 Kenichi Handa <handa@m17n.org>
22344
22345 * international/characters.el: Fix setting of category ?C.
22346
28571246
JD
223472009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22348
7b6fefac 22349 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22350 ns-popup-font-panel instead of generate-fontset-menu.
22351
5d74672c
EZ
223522009-07-12 Eli Zaretskii <eliz@gnu.org>
22353
7b6fefac 22354 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22355
eb1727a4
CY
223562009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22357
22358 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22359 the PK\003\004 header (Bug#3770).
22360
208384c5
CY
223612009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22362
22363 * pcomplete.el (pcomplete-comint-setup): Check for
22364 shell-dynamic-complete-filename too.
22365
774409a1
CY
223662009-07-11 Chong Yidong <cyd@stupidchicken.com>
22367
22368 * simple.el (temporary-goal-column): Change the value for
22369 line-move-visual to a cons cell.
22370 (line-move-visual): Record or set the window hscroll, if
22371 necessary (Bug#3494).
22372 (line-move-1): Handle cons value of temporary-goal-column.
22373
1639ee1d
KH
223742009-07-11 Kenichi Handa <handa@m17n.org>
22375
22376 * international/mule-diag.el (describe-character-set): Don't show
22377 width.
22378
2b1d2412
SS
223792009-07-10 Sam Steingold <sds@gnu.org>
22380
22381 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22382 Omake sometimes indents the errors it prints, so allow all
22383 regexps to start with spaces.
22384
ed3a5691
EZ
223852009-07-10 Eli Zaretskii <eliz@gnu.org>
22386
ed2a52e9
SM
22387 * cus-edit.el (customize-changed-options-previous-release):
22388 Bump value to 22.1. (Bug#3804)
ed3a5691 22389
49405d0e
SS
223902009-07-08 Sam Steingold <sds@gnu.org>
22391
22392 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22393 to be a cons cell (test . ignored-directory) to selectively ignore
22394 some directories depending on the location of the search.
22395
93c3eb7c
MA
223962009-07-08 Michael Albinus <michael.albinus@gmx.de>
22397
22398 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22399 remote user is root, on the local host.
22400 (tramp-local-host-p): Either the local user or the remote user
22401 must be root. (Bug#3771)
22402
6f2a8484
NR
224032009-07-08 Nick Roberts <nickrob@snap.net.nz>
22404
22405 * progmodes/gdb-mi.el (gdb): Remove description of
22406 gdb-use-separate-io-buffer.
69cb8d82 22407 (menu): Don't allow toggling of or enable
6f2a8484
NR
22408 gdb-use-separate-io-buffer from menubar.
22409
88d03607
CY
224102009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22411
22412 * mail/unrmail.el (unrmail): Make sure the message ends with two
22413 newlines (Bug#3769).
22414
7ef5b8b2
GM
224152009-07-08 Glenn Morris <rgm@gnu.org>
22416
22417 * calendar/calendar.el (calendar-current-date): Rework previous change.
22418
3ce82f97
GM
224192009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22420
22421 * calendar/calendar.el (calendar-current-date):
22422 Add an optional argument giving an offset from today.
22423
f35fc841
GM
224242009-07-08 Glenn Morris <rgm@gnu.org>
22425
22426 * tutorial.el (tutorial--describe-nonstandard-key):
22427 Adjust the message for when a key has been unbound.
22428 (help-with-tutorial): Hide the arch-tag.
22429
40149292
KH
224302009-07-08 Kenichi Handa <handa@m17n.org>
22431
69cb8d82
KH
22432 * international/fontset.el (setup-default-fontset): For each
22433 script, append (not set) font-specs.
22434
40149292
KH
22435 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22436 docstring.
22437
ff0c4194
NR
224382009-07-08 Nick Roberts <nickrob@snap.net.nz>
22439
22440 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22441 -data-list-register-names to ...
22442 (gdb-starting): ... here because GDB 7.0 requires execution to
22443 have started when using this MI command.
22444 (gdb-set-header): New function to distinguish select and
22445 unselected tabs in gdb buffers.
22446 (gdb-propertize-header): New macro that uses gdb-set-header.
22447 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22448 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22449
8954c675
CY
224502009-07-07 Chong Yidong <cyd@stupidchicken.com>
22451
22452 * Makefile.in (ELCFILES): Remove fadr.elc.
22453
0996385d
DD
224542009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22455
dc6b4519
DD
22456 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22457 may contain frame information, so `string-match' should be used.
22458 (gdb-update): Disassembly is invalidated through
22459 `gdb-get-selected-frame'.
22460 (gdb-pad-string): New function to pad string with spaces.
22461 (gdb-invalidate-disassembly): Invalidate only if the buffer
22462 exists.
22463 (gdb-disassembly-handler-custom): Column alignment.
22464 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22465 placing new ones.
22466 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22467 end of line, too.
22468 (gdb-frame-handler): Match convention to for disassembly buffer
22469 mode name.
17c1380b 22470 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22471 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22472 not highlight breakpoints without line information.
69a197a2 22473 (gdb-input): Add trailing newline to command.
dc6b4519 22474
14340b25
DD
22475 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22476 buffer properly.
22477 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22478 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22479 now.
22480 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22481 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22482 to place breakpoints.
14340b25
DD
22483 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22484 functions.
22485 (gdb-disassembly-handler-custom): Show overlay arrow.
22486 (gdb-disassembly-place-breakpoints): Show breakpoints in
22487 disassembly buffer.
22488 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22489 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22490 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22491 in `gud-menu-map'.
14340b25 22492
38d4f316 22493 * fadr.el: Remove.
1f2a6224 22494
7b6fefac 22495 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22496 (gdb-memory-address): New variable which holds top address of
7b6fefac 22497 memory page shown in memory buffer.
6a7662bb
BR
22498 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22499 New customization variables.
0996385d
DD
22500 New functions:
22501 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22502 display the memory buffer.
22503 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22504 buffer display parameters.
22505 (def-gdb-memory-format, gdb-memory-format-binary)
22506 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22507 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22508 Functions for setting memory buffer format.
22509 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22510 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22511 unit size used in memory buffer.
6a7662bb
BR
22512 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22513 Switch to next/previous page of memory buffer.
28d67a53 22514 Now using (bindat-get-field) instead of fadr functions.
0996385d 22515
9ba562d3
SS
225162009-07-07 Sam Steingold <sds@gnu.org>
22517
22518 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22519 non-top-level files.
22520
a43977db
KH
225212009-07-07 Kenichi Handa <handa@m17n.org>
22522
6a7662bb
BR
22523 * international/mule-cmds.el (reset-language-environment):
22524 Put the highset priority to the charset iso-8859-1.
a43977db 22525
d44d05e8
CY
225262009-07-06 Chong Yidong <cyd@stupidchicken.com>
22527
22528 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22529 to the end of the line when locating the block (Bug#700).
22530
3e2fa353
MA
225312009-07-06 Michael Albinus <michael.albinus@gmx.de>
22532
22533 * net/tramp.el (tramp-handle-write-region): Flush file properties
22534 in case of short track.
22535
be3e598a 225362009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22537
bf0b361c
JB
22538 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22539 Coded custom representation of verilog error regular expressions
22540 to work with Emacs-22's new format.
d88782c3 22541 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22542 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22543 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22544 error recognition into XEmacs.
22545 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22546 error recognition into Emacs-22.
22547
25c6f63e
CY
225482009-07-06 Chong Yidong <cyd@stupidchicken.com>
22549
22550 * woman.el: Remove stand-alone closing parentheses.
22551 (woman-file-name, woman2-format-paragraphs)
22552 (woman-leave-blank-lines): Code cleanup.
22553 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22554 (woman-italic, woman-bold, woman-unknown, woman-addition):
22555 Change defaults to inherit from default faces.
25c6f63e
CY
22556 (woman2-process-escapes): Consume the newline after a stand-alone
22557 filler character (Bug#3651).
22558
f176290e
GM
225592009-07-06 Glenn Morris <rgm@gnu.org>
22560
22561 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22562 (top-level): Move provide to the end.
22563 (ffap): Remove defunct URL from custom group.
22564
22565 * subr.el (eval-after-load): Doc fix.
22566
7b6fefac 225672009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22568
22569 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22570 `calc-embedded-word' is called twice.
22571
4b8b1ec5
SM
225722009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22573
22574 * files.el (find-alternate-file-other-window, find-alternate-file):
22575 Obey confirm-nonexistent-file-or-buffer.
22576
d6ceb380
MA
225772009-07-05 Michael Albinus <michael.albinus@gmx.de>
22578
22579 * dired-aux.el (dired-show-file-type): Handle remote files.
22580
be3e598a 225812009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22582
4b8b1ec5
SM
22583 * desktop.el (desktop-globals-to-save):
22584 Add file-name-history (Bug#2750).
c760f19e 22585
6d00ce04
CY
225862009-07-05 Chong Yidong <cyd@stupidchicken.com>
22587
4b8b1ec5 22588 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22589
6ee21b07
JB
225902009-07-04 Johan Bockgård <bojohan@gnu.org>
22591
22592 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22593 property on entire argument since this is what eshell-lisp-command
22594 expects.
22595
f0dbdc25
MA
225962009-07-03 Michael Albinus <michael.albinus@gmx.de>
22597
22598 * net/tramp-gvfs.el (tramp-gvfs-methods)
22599 (tramp-gvfs-zeroconf-domain)
22600 (tramp-bluez-discover-devices-timeout): Add version flag.
22601 (tramp-gvfs-handler-mounted-unmounted)
22602 (tramp-gvfs-connection-mounted-p): Polish handling of
22603 incompatibilities between GVFS 0.2 and 1.0.
22604
e044e4fc
JD
226052009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22606
4b8b1ec5 22607 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22608
2e9b968b
JB
226092009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22610
bf0b361c 22611 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22612 formatted correctly.
22613
baf1a55e
JL
226142009-07-02 Juri Linkov <juri@jurta.org>
22615
22616 * info.el: Virtual Info files and nodes.
22617 (Info-virtual-files, Info-virtual-nodes): New variables.
22618 (Info-current-node-virtual): New variable.
22619 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22620 New functions.
22621 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22622 to check for a virtual file instead of checking a fixed list
22623 of node names.
22624 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22625 instead of ad-hoc processing of "dir" and (apropos history toc).
22626 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22627 instead of ad-hoc processing of "dir" and (apropos history toc).
22628 Reread a file when moving from a virtual node.
22629 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22630 (Info-directory-toc-nodes, Info-directory-find-file)
22631 (Info-directory-find-node): New functions.
22632 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22633 (Info-history): Move part of code to
22634 `Info-history-find-node'.
22635 (Info-history-toc-nodes, Info-history-find-file)
22636 (Info-history-find-node): New functions.
22637 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22638 (Info-toc): Move part of code to `Info-toc-find-node'.
22639 (Info-toc-find-node): New function.
4b8b1ec5 22640 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22641 the current Info file name to references because now the node
22642 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22643 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22644 (Info-toc-nodes): Rename input argument `file' to `filename'.
22645 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22646 instead of ad-hoc processing of ("dir" apropos history toc).
22647 (Info-index-nodes): Use Info-virtual-file-p
22648 to check for a virtual file instead of checking a fixed list
22649 of node names.
22650 (Info-index-node): Add check for `Info-current-node-virtual'.
22651 Raise `save-match-data' higher up the tree to contain
22652 `search-forward' too (bug fix).
22653 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22654 (Info-virtual-index-nodes): New variable.
22655 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22656 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22657 (Info-apropos-file, Info-apropos-nodes): New variables.
22658 (Info-apropos-toc-nodes, Info-apropos-find-file)
22659 (Info-apropos-find-node, Info-apropos-matches): New functions.
22660 (info-apropos): Move part of code to `Info-apropos-find-node' and
22661 `Info-apropos-matches'.
22662 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22663 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22664 for a virtual file instead of checking a fixed list of node names.
22665
22666 * simple.el (async-shell-command): New command.
22667
22668 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22669
22670 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22671 instead of `mount-info'.
22672
d04bc496
MA
226732009-07-02 Michael Albinus <michael.albinus@gmx.de>
22674
22675 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22676 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22677
af0403e0
KH
226782009-07-02 Kenichi Handa <handa@m17n.org>
22679
22680 * international/mule.el (set-keyboard-coding-system): Force *-unix
22681 coding-system to avoid eol conversion.
22682
99278f8a
MA
226832009-07-01 Michael Albinus <michael.albinus@gmx.de>
22684
4b8b1ec5
SM
22685 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22686 Add handler for `process-file', `shell-command' and
99278f8a
MA
22687 `start-file-process'.
22688 (tramp-gvfs-handle-shell-command)
22689 (tramp-gvfs-handle-start-file-process)
22690 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22691 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22692
3f1c6666
JD
226932009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22694
22695 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22696
3f396bac
KH
226972009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22698
22699 * language/korean.el (set-language-info-alist): Add korean-cp949,
22700 cp949 to spec.
22701
c1185193
KH
227022009-07-01 Kenichi Handa <handa@m17n.org>
22703
22704 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22705
22706 * international/encoded-kb.el: Deleted.
22707
22708 * international/mule.el (set-keyboard-coding-system): Perform the
22709 necessary setup here instead of calling encoded-kbd-setup-display.
22710
3f150a60
GM
227112009-07-01 Glenn Morris <rgm@gnu.org>
22712
22713 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22714
b0d5b05b
GM
227152009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22716
22717 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22718
4f4126e6
MA
227192009-06-30 Michael Albinus <michael.albinus@gmx.de>
22720
4b8b1ec5
SM
22721 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22722 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22723 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22724
7ae3ea65 22725 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22726 (top): Add a default for "synce" in `tramp-default-user-alist'.
22727 Add completion function for "synce" method.
22728 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22729 (tramp-hal-interface-manager, tramp-hal-interface-device):
22730 New defconst.
22731 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22732 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22733 New defuns.
d6ceb380
MA
22734
22735 * net/trampver.el: Update release number.
7ae3ea65 22736
0ad6626b
KH
227372009-06-30 Kenichi Handa <handa@m17n.org>
22738
22739 * international/fontset.el (setup-default-fontset): Add CJK fonts
22740 for symbols and the other miscellaneous characters.
22741
4b8b1ec5
SM
22742 * language/korea-util.el (setup-korean-environment-internal):
22743 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22744 (exit-korean-environment): Cancel above.
22745
22746 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22747 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22748 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22749 environments, and an exit-function to cancel that.
22750
22751 * language/japan-util.el (setup-japanese-environment-internal):
22752 Call use-cjk-char-width-table with arg `ja_JP'.
22753
22754 * international/characters.el (cjk-char-width-table): Delete it.
22755 (cjk-char-width-table-list): New variable.
22756 (use-cjk-char-width-table): New arg local-name.
22757 (use-default-char-width-table): Fix for the case that Emacs is
22758 already using the default char-width-table.
22759
fd46e893
MA
227602009-06-29 Michael Albinus <michael.albinus@gmx.de>
22761
22762 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22763 modes mandatory. (Bug#3712)
22764
b87d9f96
AM
227652009-06-29 Alan Mackenzie <acm@muc.de>
22766
22767 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22768 correction between the visible width of TABs and their number of bytes.
b87d9f96 22769
2d25aa5a
CY
227702009-06-29 Chong Yidong <cyd@stupidchicken.com>
22771
22772 * server.el (server-buffer-done): Prevent kill-buffer from
22773 prompting by clearing the buffer modification flag (Bug#3696).
22774
a3a8b002
DN
227752009-06-28 Michael McNamara <mac@mail.brushroad.com>
22776
bf0b361c 22777 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22778 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22779 (verilog-basic-complete-re): Support localparam lineup.
22780 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22781 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22782 commenting.
22783 (verilog-leap-to-case-head): Now support *nested* unique &
22784 priority case statements.
22785 (verilog-auto-lineup): Make just declarations the default (as it
22786 had been).
4b8b1ec5 22787 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22788 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22789 select the various styles of automatic lineup.
a3a8b002
DN
22790 (verilog-error-regexp-alist): Rework to support the XEmacs style
22791 of error regular expressions from compilers, lint tools &
22792 simulators. Note that GNU Emacs has made it impossible for a mode
22793 to load such things.
22794 (electric-verilog-terminate-line, verilog-indent-declaration)
22795 (verilog-auto-wiure): Rework for radio button selection of
22796 auto-lineup selection of specification of auto lineup.
22797 (verilog-beg-of-statement-1): Redesign to support proper operation
22798 in additional code, based on testing with auto-lineup.
22799 (verilog-calculate-indent, assignments & declarations)
22800 (verilog-backward-token): Enhance to support auto-lineup of
22801 assignments & declarations.
22802 (verilog-in-directive-p, verilog-at-struct-p): New function for
22803 easy test of whether we are.
22804 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22805 to support safe execution at almost anyline.
22806 (verilog-calc-1): Properly support indenting deep inside generate
22807 blocks.
48c2d18a 22808 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22809 as it is redundant with font-lock-defaults.
a8f316ca 22810 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22811 to avoid circular calls if syntax-ppss is a function (as is the
22812 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22813 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22814 (verilog-ovm-begin-re, verilog-ovm-end-re)
22815 (verilog-ovm-statement-re, verilog-leap-to-head)
22816 (verilog-backward-token): Add support for OVM macros. Some are
22817 complete statements, and others open and close scopes like begin
22818 and end.
22819 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22820 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22821 compilation issue.
48c2d18a 22822 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22823 coverpoint, constraint and cross statements.
a3a8b002
DN
22824 (verilog-defun-level-list, verilog-generate-defun-level-list)
22825 (verilog-all-defun-level-list): Redo these specifications - it is
22826 too hard to support eval-when compile aggregation of lists also
22827 built at when-compile time.
22828 (verilog-defun-level-list): Place defconsts of variables used in
22829 building regular expressions which are built in eval-when-compile
22830 bodies in the same eval-when-compile body to facilitate compile
22831 without load.
22832 (verilog-beg-block-re-ordered): Support indenting
22833 virtual/protected tasks and functions.
7b6fefac 22834 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22835 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22836 indentation of some module items (generate items).
22837 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22838 across virtual/protected tasks and functions.
22839
228402009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22841
bf0b361c 22842 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22843 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22844 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22845 in concatenations. Reported by Yishay Belkind.
22846 (verilog-auto-ascii-enum): Support one-hot state machines in
22847 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22848 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22849 modport in AUTOINST and add vl-modport for users.
22850 Reported by David Rogoff.
a3a8b002
DN
22851 (verilog-auto-inout-module, verilog-auto-inst)
22852 (verilog-decls-get-interfaces, verilog-insert-definition)
22853 (verilog-insert-one-definition, verilog-read-decls)
22854 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22855 (verilog-sig-modport, verilog-signals-combine-bus)
22856 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22857 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22858 Suggested by David Rogoff.
22859 (verilog-repair-open-comma): Fix non-insertion of comma when
22860 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22861 (verilog-make-width-expression): Simplify [A-1:0] expression
22862 widths to just {A{1'b0}}.
22863 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22864 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22865 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22866 inputs/outputs or data type. Suggested by Vasu Kandadi.
22867 (next-error-last-buffer): Fix byte-compiler warning.
22868 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22869 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22870 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22871 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22872 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22873 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22874 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22875 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22876 causing use of <= assignments. Reported by Alex Reed.
22877 (verilog-read-decls): Fix triand, trior, wand, wor to be
22878 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22879 (verilog-extended-complete-re): Support import "DPI-C" functions.
22880 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22881 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22882 (verilog-insert-date, verilog-insert-year)
22883 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22884 Windows systems. Reported by Michael Potts.
22885 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22886 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22887 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22888 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22889 (verilog-read-decls): Fix detecting "parameter int" when using
22890 AUTOINSTPARAM. Reported by Bruce T.
22891 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22892 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22893 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22894 verilog-goto-defun will work. Reported by Lawrence Butcher.
22895 (verilog-getopt): Expand environment variables in -f file
22896 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22897 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22898 when reading enumerations.
22899 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22900 Suggested by Stephen Peltan.
4b8b1ec5 22901 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22902 files. Reported by Steve Peltan.
22903
f7c0d931
CY
229042009-06-28 David De La Harpe Golden <david@harpegolden.net>
22905
22906 * files.el (trash-directory): Fix defcustom type.
22907
baf1a55e 229082009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22909
22910 * help-fns.el (describe-function-1): Correctly locate adviced
22911 functions in hyperlink (Bug#2438).
22912
d63a01ef
CY
229132009-06-28 Chong Yidong <cyd@stupidchicken.com>
22914
22915 * files.el (trash-directory): Change default to nil.
22916 (move-file-to-trash): If trash-directory is nil and
22917 system-move-file-to-trash is unbound, perform freedesktop-style
22918 trashing.
22919
229202009-06-28 David De La Harpe Golden <david@harpegolden.net>
22921
22922 * files.el (move-file-to-trash): Add freedesktop trash
22923 support (Bug#973).
22924
fc2f6a26
GM
229252009-06-28 Glenn Morris <rgm@gnu.org>
22926
22927 * autorevert.el (global-auto-revert-non-file-buffers)
22928 (global-auto-revert-mode): Doc fixes.
22929
00242b07
JB
229302009-06-27 Johan Bockgård <bojohan@gnu.org>
22931
22932 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22933
f5594f03
CY
229342009-06-27 Chong Yidong <cyd@stupidchicken.com>
22935
e8a2b2da
CY
22936 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22937 opened an X connection before calling x-get-resource (Bug#3194).
22938
f5594f03
CY
22939 * play/doctor.el: Remove reference to obsolete website.
22940 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22941
3c3bf6ce
DN
229422009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22943
22944 Remove find-file-not-found-hook VC method. (Bug#2757)
22945 * vc-hooks.el (vc-file-not-found-hook)
22946 (vc-default-find-file-not-found-hook): Remove functions.
22947 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22948 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22949 * vc.el:
22950 * vc-hg.el:
22951 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22952
e26a7bc0
AM
229532009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22954
22955 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22956 compatibility function for `looking-back'.
e26a7bc0 22957
4b8b1ec5 22958 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22959 Use `ispell-looking-back'.
e26a7bc0 22960
d9848600
MA
229612009-06-24 Michael Albinus <michael.albinus@gmx.de>
22962
22963 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22964 rather than `filename'.
d9848600 22965
05fbc4a9
MB
229662009-06-23 Miles Bader <miles@gnu.org>
22967
22968 * face-remap.el (text-scale-set): New function.
22969
f86ca715
GM
229702009-06-23 Glenn Morris <rgm@gnu.org>
22971
33e2c2e5
GM
22972 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22973
f529f302
GM
22974 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22975
34995333
GM
22976 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22977
cc80ccee
GM
22978 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22979
84cb770d
GM
22980 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22981 Simplify Persian conditionals.
22982
d916c965
GM
22983 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22984 variable `filename'.
22985
b6a44b27
GM
22986 * comint.el (comint-insert-input): Doc fix.
22987
f86ca715
GM
22988 * Makefile.in (ELCFILES): Fix typo in previous change.
22989
666e158e
MB
229902009-06-23 Miles Bader <miles@gnu.org>
22991
22992 * cus-start.el: Add entry for `recenter-redisplay'.
22993
be3e598a 229942009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22995
22996 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22997 Add an optional argument for the backend, use it instead of
22998 calling vc-backend.
4b8b1ec5
SM
22999 (vc-mode-line): Add an optional argument for the backend.
23000 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
23001 special handling for vc-state being a buffer to ...
23002
23003 * vc-rcs.el (vc-rcs-find-file-hook):
23004 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23005
23006 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23007 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23008 vc-stay-local-p and vc-mode-line calls.
23009
23010 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23011 (vc-cvs-diff, vc-cvs-annotate-command)
23012 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23013 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23014 vc-mode-line calls.
23015
23016 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23017 direct comparison.
23018 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23019 backend when calling vc-mode-line.
23020 (vc-register): Do not create a closure for calling the vc register
23021 function, call it directly.
23022
2764748c
DN
230232009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23024
23025 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23026 to make it obvious item can be clicked.
f5a0b281
DN
23027
23028 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23029
d4a885b2
KH
230302009-06-23 Kenichi Handa <handa@m17n.org>
23031
23032 * language/korea-util.el (korean-key-bindings): Change the binding
23033 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23034 same command.
23035
e3610693
MA
230362009-06-22 Michael Albinus <michael.albinus@gmx.de>
23037
23038 Sync with Tramp 2.1.16.
23039
23040 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23041
23042 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23043 when a loading of a package fails. Completion function for rsync
23044 is `tramp-completion-function-alist-ssh'.
23045 (all): Replace all calls of `split-string' and
23046 `tramp-split-string' by `tramp-compat-split-string'.
23047 (tramp-default-method): Use `tramp-compat-process-running-p'.
23048 (tramp-default-proxies-alist): Allow also Lisp forms.
23049 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 23050 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
23051 (tramp-domain-regexp): Allow also "-", "_" and ".".
23052 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23053 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23054 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
23055 (tramp-handle-directory-files-and-attributes-with-stat):
23056 Care about filenames with spaces, or starting with "-".
e3610693
MA
23057 (tramp-handle-dired-uncache): New defun.
23058 (tramp-handle-insert-directory): Don't flush the directory from
23059 cache, this is handled by `dired-uncache' now.
23060 (tramp-handle-insert-file-contents): Improve error handling.
23061 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23062 Quote `tramp-end-of-output'.
23063 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
23064 (tramp-check-for-regexp): Both echoes must be present, before removing.
23065 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
23066 (tramp-compute-multi-hops): Eval cons cells of
23067 `tramp-default-proxies-alist'.
23068 (tramp-maybe-open-connection): Use the same command pattern for
23069 first hop and further hops.
23070 (tramp-wait-for-output): Remove handling of newlines.
23071 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23072 (tramp-split-string): Remove function. It is handled in
23073 tramp-compat now.
23074
4b8b1ec5
SM
23075 * net/tramp-cmds.el (tramp-bug):
23076 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
23077
23078 * net/tramp-compat.el (tramp-compat-split-string)
23079 (tramp-compat-process-running-p): New defuns.
23080
23081 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23082 for `dired-uncache'.
23083
23084 * net/tramp-gvfs.el: New package.
23085
4b8b1ec5
SM
23086 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23087 Add handler for `dired-uncache'.
e3610693
MA
23088 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23089
23090 * net/trampver.el: Update release number. Make version check fit
23091 for SXEmacs 22.
23092
13a3f374
JM
230932009-06-22 Jim Meyering <meyering@redhat.com>
23094
e0a28a3b 23095 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
23096 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23097 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23098
5242671e 230992009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 23100 Nick Roberts <nickrob@snap.net.nz>
13a3f374 23101
e0a28a3b 23102 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
23103 repository (http://sphinx.net.ru/hg/gdb-mi/).
23104
3fde45af
GM
231052009-06-22 Glenn Morris <rgm@gnu.org>
23106
46253b34
GM
23107 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23108 `mode' and `eval' entries. (Bug#3430)
23109
97e18192
GM
23110 * Makefile.in (ELCFILES): Add fadr.elc.
23111
731a00fb
GM
23112 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23113 differing behavior of \n and ^ in strings. (Bug#3385)
23114
c66cd0ff
GM
23115 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23116
3fde45af
GM
23117 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23118 property.
23119 (lisp-indent-function): Make it a defcustom.
23120
db2241a0
NR
231212009-06-21 Nick Roberts <nickrob@snap.net.nz>
23122
23123 * progmodes/gdb-ui.el: Replace with ...
5242671e 23124 * progmodes/gdb-mi.el: ... this file.
db2241a0 23125 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
23126
231272009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23128
db2241a0
NR
23129 * fadr.el: New file.
23130
38d4f316 23131See ChangeLog.14 for earlier changes.
e3d51b27
MR
23132
23133;; Local Variables:
23134;; coding: utf-8
e3d51b27
MR
23135;; End:
23136
73b0cd50 23137 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
23138
23139 This file is part of GNU Emacs.
23140
23141 GNU Emacs is free software: you can redistribute it and/or modify
23142 it under the terms of the GNU General Public License as published by
23143 the Free Software Foundation, either version 3 of the License, or
23144 (at your option) any later version.
23145
23146 GNU Emacs is distributed in the hope that it will be useful,
23147 but WITHOUT ANY WARRANTY; without even the implied warranty of
23148 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23149 GNU General Public License for more details.
23150
23151 You should have received a copy of the GNU General Public License
23152 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.