]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
f07ac0953ffd32250d4e618af15cf3ebdbc9cea6
[gnu-emacs] / lisp / ChangeLog
1 2011-03-25 Leo Liu <sdl.web@gmail.com>
2
3 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
4 (ido-completions): Remove unused arguments. (Bug#8329)
5
6 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * minibuffer.el (completion--flush-all-sorted-completions):
9 Remove itself from hook.
10 (completion-at-point): Let the functions perform the completion
11 immediately and return nil or t.
12 * comint.el (comint-dynamic-complete-functions): Now identical to
13 completion-at-point-functions.
14 (comint-dynamic-list-input-ring): Remove unused var `index'.
15 (comint--match-partial-filename, comint--unquote&expand-filename):
16 New funs, split from comint-match-partial-filename.
17 (comint-dynamic-complete): Use completion-at-point.
18 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
19
20 2011-03-24 Drew Adams <drew.adams@oracle.com>
21
22 * thingatpt.el: Support `defun'.
23
24 2011-03-23 Leo Liu <sdl.web@gmail.com>
25
26 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27
28 * help-mode.el (help-mode-finish): Tweak regexp.
29
30 2011-03-23 Glenn Morris <rgm@gnu.org>
31
32 * eshell/esh-opt.el (eshell-eval-using-options):
33 Do not bind unused local variable `eshell-option-stub'.
34
35 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
36
37 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
38
39 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
40 keymap variable in `with-no-warnings' to avoid a warning when the
41 keymap has been already `defconst'ed.
42
43 2011-03-22 Leo Liu <sdl.web@gmail.com>
44
45 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
46 encode all chars in abbrevs; otherwise use emacs-mule or
47 utf-8-emacs. (Bug#8308)
48
49 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
50
51 * simple.el (backward-delete-char-untabify):
52 Avoid warning about using `delete-backward-char'.
53
54 * image.el (image-type-file-name-regexps): Make it variable.
55 `imagemagick-register-types' modifies it, and the user may want
56 to add new extensions for known image types.
57 (imagemagick-register-types): Throw error if not using ImageMagick.
58
59 2011-03-22 Leo Liu <sdl.web@gmail.com>
60
61 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
62 located before rcirc-prompt-end-marker.
63 (rcirc-complete): Error if point is not after rcirc prompt.
64 Handle the case when table is nil.
65 (rcirc-user-authenticated): Define to fix compiler warning.
66
67 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
68
69 * custom.el (custom--inhibit-theme-enable): Make it affect only
70 custom-theme-set-variables and custom-theme-set-faces.
71 (provide-theme): Ignore custom--inhibit-theme-enable.
72 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
73 (custom-enabling-themes): Delete variable.
74 (enable-theme): Accept only loaded themes as arguments.
75 Ignore the special custom-enabled-themes variable.
76 (custom-enabled-themes): Forbid themes from setting this.
77 Eliminate use of custom-enabling-themes.
78 (custom-push-theme): Quote "changed" custom var entry.
79
80 2011-03-21 Leo Liu <sdl.web@gmail.com>
81
82 * ido.el (ido-read-internal): Add ido-selected to history instead
83 of user input.
84
85 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * subr.el (deferred-action-list, deferred-action-function):
88 Mark obsolete.
89
90 2011-03-21 Leo Liu <sdl.web@gmail.com>
91
92 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
93 change on 2011-02-13 (bug#8309).
94
95 * minibuffer.el (read-file-name-function): Change default value.
96 (read-file-name--defaults): Rename from read-file-name-defaults.
97 (read-file-name-default): Rename from read-file-name.
98 (read-file-name): Call read-file-name-function.
99
100 2011-03-21 Glenn Morris <rgm@gnu.org>
101
102 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
103 Doc fixes.
104
105 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
106
107 * cus-theme.el: Add missing provide statement.
108 (customize-create-theme): Extract theme value correctly.
109 (custom-theme-visit-theme): Autoload.
110 (customize-create-theme): Prompt before inserting default faces.
111
112 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
113
114 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
115 units and musical notes.
116
117 2011-03-20 Leo <sdl.web@gmail.com>
118
119 * ido.el (ido-read-internal): Use completing-read-default.
120 (ido-completing-read): Fix compatibility with completing-read.
121
122 2011-03-20 Christian Ohler <ohler@gnu.org>
123
124 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
125 (ert-delete-all-tests): Use `called-interactively-p' rather than
126 `interactive-p'.
127 (ert--make-xrefs-region): Respect END.
128
129 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
130
131 * dired-aux.el (dired-create-directory): Signal an error if the
132 directory already exists (Bug#8246).
133
134 * facemenu.el (list-colors-display): Call list-faces-display
135 inside with-help-window.
136 (list-colors-print): Use display property to align the final
137 column, instead of checking window-width.
138
139 2011-03-19 Eli Zaretskii <eliz@gnu.org>
140
141 * emerge.el (emerge-metachars): Separate value for ms-dos and
142 windows-nt systems.
143 (emerge-protect-metachars): Quote correctly for ms-dos and
144 windows-nt systems.
145
146 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
147
148 * info.el (info-initialize): Replace all uses of `:' with
149 path-separator for compatibility with non-Unix systems.
150 Cache quoting of path-separator. (Bug#8258)
151
152 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
153
154 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
155 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
156 (mouse-avoidance-mode): Fix typos in docstrings.
157
158 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
159
160 * startup.el (package-subdirectory-regexp): Move from package.el.
161 Omit \\` and \\', and let callers add them.
162
163 * emacs-lisp/package.el (package-strip-version)
164 (package-load-all-descriptors): Add \\` and \\' to
165 package-subdirectory-regexp before using it.
166 (package-untar-buffer): New arg DIR; ensure that file untars only
167 into this expected directory. Remove superfluous delete-region.
168 (package-unpack): Caller changed.
169 (package-tar-file-info): Use package-subdirectory-regexp.
170
171 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
174 diff-mode-shared-map (bug#8284).
175 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
176
177 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
178
179 * calendar/time-date.el (format-seconds): Use assoc instead of
180 assoc-string, since assoc-string doesn't exist in XEmacs.
181
182 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
183
184 * custom.el (custom-known-themes): Reflow docstring.
185 (custom-theme-load-path): Fix typo in docstring.
186 (load-theme): Fix typo in error message.
187 (custom-available-themes, custom-variable-theme-value):
188 Use `let', not `let*'.
189
190 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
191
192 * calc/README: Mention inclusion of musical notes.
193
194 * calc/calc-units.el (calc-lu-quant): Rename from
195 `calc-logunits-quantity'.
196 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
197 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
198 (calc-db): Rename from `calc-dblevel'.
199 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
200 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
201 (calc-np): Rename from `calc-nplevel'.
202 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
203 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
204 (calc-lu-plus): Rename from `calc-logunits-add'.
205 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
206 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
207 (calc-lu-minus): Rename from `calc-logunits-sub'.
208 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
209 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
210 (calc-lu-times): Rename from `calc-logunits-mul'.
211 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
212 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
213 (calc-lu-divide): Rename from `calc-logunits-div'.
214 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
215 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
216
217 * calc/calc-ext.el (calc-init-extensions): Update the names of the
218 functions being autoloaded.
219
220 * calc/calc.el (calc-lu-power-reference): Rename from
221 `calc-logunits-power-reference'.
222 (calc-lu-field-reference): Rename from
223 `calc-logunits-field-reference'.
224
225 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
226
227 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * minibuffer.el (completion-all-sorted-completions):
230 Use :completion-cycle-penalty text property if present.
231
232 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
233
234 * allout.el (allout-yank-processing): Adjust for new rebulleting
235 regime so bullet being yanked is used without prompting the user
236 for a choice.
237
238 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
239
240 * startup.el (command-line): Warn the user that _emacs is deprecated.
241
242 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
243
244 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
245 (delphi-verbose, delphi-comment-face, delphi-string-face)
246 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
247 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
248 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
249 (delphi-new-comment-line, delphi-font-lock-defaults)
250 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
251 Fix typos in docstrings.
252
253 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
254
255 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
256 Invert the roles of character and string values for INSTEAD, so a
257 string is used for the more common case of a defaulting prompt.
258
259 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * progmodes/ruby-mode.el (ruby-backward-sexp):
262 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
263 * play/gamegrid.el (gamegrid-make-face):
264 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
265 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
266 * notifications.el (notifications-notify):
267 * net/xesam.el (xesam-search-engines):
268 * net/quickurl.el (quickurl-list-insert):
269 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
270
271 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
272
273 * startup.el (command-line): Update package subdirectory regexp.
274
275 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * allout.el (allout-abbreviate-flattened-numbering)
278 (allout-mode-deactivate-hook): Fix up obsolescence "date".
279
280 * subr.el (read-char-choice): Only show the cursor after the prompt,
281 not after the answer.
282
283 2011-03-15 Kevin Ryde <user42@zip.com.au>
284
285 * help-fns.el (variable-at-point): Skip leading quotes, if any
286 (bug#8253).
287
288 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
291 warning message.
292
293 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
294
295 * shell.el (shell): When called interactively, offer to change the
296 shell file name on remote hosts.
297
298 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
299
300 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
301 integration for LDAP parameters. The host, base, user or binddn,
302 and secret tokens can be specified in a netrc file, for instance.
303 This is optional because an `auth-source' parameter must be
304 specified in the search attributes.
305
306 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
307
308 * help.el (describe-mode): Link to the mode's definition (bug#8185).
309
310 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
313 into declaration. Remove redundant and harmful binding.
314
315 2011-03-12 Eli Zaretskii <eliz@gnu.org>
316
317 * files.el (file-ownership-preserved-p): Pass `integer' as an
318 explicit 2nd argument to `file-attributes'. If the file's owner
319 is the Administrators group on Windows, and the current user is
320 Administrator, consider that a match.
321
322 * server.el (server-ensure-safe-dir): Consider server directory
323 safe on MS-Windows if its owner is the Administrators group while
324 the current Emacs user is Administrator. Use `=' to compare
325 numerical UIDs, since they could be integers or floats.
326
327 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
328
329 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
330
331 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
332
333 Sync with Tramp 2.2.1.
334
335 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
336
337 * net/trampver.el: Update release number.
338
339 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * progmodes/compile.el (compilation--previous-directory): Fix up
342 various nil/dead-marker mismatches (bug#8014).
343 (compilation-directory-properties, compilation-error-properties):
344 Don't call it at a position past the one we're about to change.
345
346 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
347 Disable obsolescence warnings in the file that declares it.
348
349 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
350
351 * allout-widgets.el (allout-widgets-tally): Initialize
352 allout-widgets-tally as a hash table rather than nil to prevent
353 mode-line redisplay warnings.
354 Also, clarify the module description and fix a comment typo.
355
356 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
357
358 * help-fns.el (describe-variable): Don't complete keywords.
359 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
360
361 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
362
363 * emacs-lisp/package.el (package-version-join): Impose a standard
364 string representation for pre/alpha/beta version lists.
365 (package-unpack-single): Standardize the directory name by passing
366 it through package-version-join.
367 (package-strip-rcs-id): Accept any version string that does not
368 signal an error in version-to-list.
369
370 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
371
372 * simple.el (delete-trailing-whitespace): Return nil for the
373 benefit of `write-file-functions'.
374
375 2011-03-10 Glenn Morris <rgm@gnu.org>
376
377 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
378
379 * vc/vc-git.el (vc-git-program): New option.
380 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
381 (vc-git--call): Use it.
382
383 * eshell/esh-util.el (eshell-condition-case): Doc fix.
384
385 * cus-edit.el (Custom-newline): If no button at point, look
386 for a subgroup button at start-of-line. (Bug#2298)
387
388 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
389
390 2011-03-10 Julien Danjou <julien@danjou.info>
391
392 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
393 `cursor-type' is nil.
394
395 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
396
397 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
398
399 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
400
401 * allout.el Summary: Change so yank of distinctive-bullet items
402 preserves the existing header prefix, rebulleting it if necessary,
403 rather than replacing it. This is necessary for proper operation
404 of cooperative addons like allout-widgets.
405 (allout-make-topic-prefix, allout-rebullet-heading): Change
406 SOLICIT arg to INSTEAD, and interpret additionally a string value
407 as alternate bullet to be used, instead of prompting the user for
408 a bullet character.
409
410 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
411
412 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
413 Do not use `tramp-file-name-port', because this returns also
414 `tramp-default-port'.
415
416 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
417
418 * net/rcirc.el (rcirc-handler-001): Remove useless
419 with-rcirc-process-buffer.
420 (rcirc-check-auth-status): Swap arguments to string-match.
421
422 2011-03-09 Glenn Morris <rgm@gnu.org>
423
424 * shell.el (shell-mode):
425 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
426
427 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
428 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
429
430 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
431
432 * emacs-lisp/package.el (package-refresh-contents)
433 (package-menu-execute): Use condition-case-no-debug.
434
435 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
436
437 * simple.el (shell-command-to-string): Use `process-file'.
438
439 * emacs-lisp/package.el (package-tar-file-info): Handle also
440 remote files.
441
442 * emacs-lisp/package-x.el (package-upload-buffer-internal):
443 Use `equal' for upload base check.
444
445 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
446
447 * textmodes/texinfo.el (texinfo-environments):
448 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
449
450 2011-03-08 Glenn Morris <rgm@gnu.org>
451
452 * cus-start.el (cursor-in-non-selected-windows):
453 Fix :set quoting oddness. (Bug#8192)
454
455 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
456 in some setf expressions. (Bug#2159)
457
458 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
459
460 * custom.el (custom-available-themes): Return themes in
461 alphabetical order.
462
463 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
464
465 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
466 application of patch from Alan Mackenzie (Bug#7595).
467
468 2011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
469
470 * net/rcirc.el (rcirc-connect): Fix PASS bug.
471
472 2011-03-07 Glenn Morris <rgm@gnu.org>
473
474 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
475 Give an explicit error if failed to make writable. (Bug#6146)
476
477 2011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
478
479 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
480 Add optional `after-sunset' argument. (Bug#8190)
481
482 2011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
483
484 * play/morse.el (nato-alphabet, nato-region, denato-region):
485 New variable and functions. (Bug#2288)
486 (morse-region, unmorse-region): Barf if read-only.
487
488 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * progmodes/gud.el (gdb-script-syntax-propertize-function):
491 Don't change the syntax of a \n that closes a comment (bug#8169).
492
493 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
494
495 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
496 defcustom.
497 (package--update-file): Doc fix. Accept relative file names.
498 (package--archive-contents-from-file): Remove the argument, since
499 it's necessarily always "archive-contents".
500 (package-maint-add-news-item): Pass relative file name args to
501 package--update-file.
502 (package-upload-buffer-internal): Prompt for a destination if
503 package-archive-upload-base is invalid. Create the directory if
504 it does not exist.
505 (package-upload-buffer, package-upload-file): Doc fix.
506
507 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
508
509 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
510 and move isearch-yank-line to M-s C-e (Bug#8183).
511
512 2011-03-06 Alan Mackenzie <acm@muc.de>
513
514 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
515 (c-guess-basic-syntax): Move CASE 19 to a different place,
516 correctly to process template-args-cont lines.
517
518 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
519
520 * calc/calc-ext.el (calc-init-extensions):
521 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
522 and calc-nplevel, respectively. Add keybindings for calc-spn,
523 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
524 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
525
526 * calc/calc-units.el (calc-dblevel): Rename from
527 calc-logunits-dblevel.
528 (calc-nplevel): Rename from calc-logunits-nplevel.
529 (math-midi-round, math-freqp, math-midip, math-spnp)
530 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
531 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
532 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
533 (math-notes): New variable.
534
535 * calc/calc.el (calc-note-threshold): New variable.
536
537 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
538
539 * emacs-lisp/package.el (package-archives): Accept either ordinary
540 directory names, in addition to HTTP URLs.
541 (package--with-work-buffer): New macro. Handle normal directories.
542 (package-handle-response): Don't display the failing buffer.
543 (package-download-single, package-download-tar)
544 (package--download-one-archive): Use package--with-work-buffer.
545 (package-archive-base): Rename from package-archive-url.
546
547 2011-03-06 Glenn Morris <rgm@gnu.org>
548
549 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
550 (xmodmap-generic-mode): Respect generic-extras-enable-list.
551
552 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
553
554 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
555
556 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
557
558 * allout.el (allout-init, allout-prefixed-keybindings)
559 (allout-unprefixed-keybindings):
560 * progmodes/prolog.el (prolog-find-term):
561 Fix typos in docstrings.
562
563 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
564
565 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
566
567 2011-03-06 Kevin Ryde <user42@zip.com.au>
568
569 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
570
571 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
572
573 * window.el (one-window-p, walk-windows, display-buffer):
574 Doc fixes. (Bug#5567)
575
576 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
577
578 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
579 of the variable if it exists.
580
581 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
582
583 * bookmark.el:
584 * desktop.el:
585 * emacs-lock.el:
586 * ps-print.el:
587 * saveplace.el:
588 * net/tramp-cache.el:
589 * obsolete/fast-lock.el:
590 * textmodes/reftex.el:
591 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
592
593 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
594
595 * files.el (delete-directory, copy-directory, list-directory):
596 Use read-directory-name.
597
598 * find-file.el (ff-find-the-other-file):
599 * net/ange-ftp.el (ange-ftp-make-directory):
600 * printing.el (pr-interactive-dir):
601 * progmodes/ada-prj.el (ada-prj-load-directory):
602 * progmodes/ebnf2ps.el (ebnf-print-directory)
603 (ebnf-spool-directory, ebnf-eps-directory)
604 (ebnf-syntax-directory):
605 * shell.el (shell):
606 * speedbar.el (speedbar-create-directory):
607 * vc/emerge.el (emerge-merge-directories):
608 * vc/vc-dir.el (vc-dir):
609 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
610
611 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
612
613 * help-mode.el (help-buffer): If we are to return the current
614 buffer, signal an error if it's not in Help mode (Bug#8147).
615
616 2011-03-05 Reuben Thomas <rrt@sc3d.org>
617
618 * files.el (file-name-version-regexp): Handle backup files of the
619 form `foo.js.~HEAD~1~' (Bug#8159).
620
621 2011-03-05 Glenn Morris <rgm@gnu.org>
622
623 * eshell/esh-var.el: Don't require esh-test when compiling.
624 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
625 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
626 * eshell/esh-test.el: Move to ../../test/eshell.el.
627
628 2011-03-05 David Engster <deng@randomsample.de>
629
630 * files.el (save-some-buffers): Report the names of buffers saved
631 automatically due to buffer-save-without-query (Bug#8134).
632
633 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
634
635 * net/rcirc.el: Add QuakeNet authentication support.
636 (rcirc-authinfo, rcirc-check-auth-status)
637 (rcirc-authenticate): Support QuakeNet.
638
639 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
640
641 * net/rcirc.el: Add functionality to authenticate before
642 autojoining channels.
643 (rcirc-authenticate-before-join): New option.
644 (rcirc-authenticated-hook): New variable.
645 (rcirc-connect): Make local variable rcirc-user-authenticated.
646 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
647 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
648 New functions.
649 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
650 Call rcirc-check-auth-status.
651
652 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
653
654 * net/soap-client.el (soap-namespace-put-link): Check if the target
655 name is fully qualified -- use only the name part.
656 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
657 types, treated the same as xsd:sequence. (Bug#8166)
658
659 2011-03-05 Eli Zaretskii <eliz@gnu.org>
660
661 * files.el (find-file-noselect): Don't ask about re-visiting
662 non-literally if the file is already visited in image-mode.
663 (Bug#8177)
664
665 2011-03-05 Glenn Morris <rgm@gnu.org>
666
667 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
668 (eshell-mode): Use eshell-kill-buffer-function.
669 Run the -initialize functions independently of the -load-hooks.
670 * eshell/esh-proc.el (eshell-kill-process-function): New function.
671 (eshell-gather-process-output, eshell-sentinel)
672 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
673 Use eshell-kill-process-function.
674 * eshell/em-alias.el (eshell-alias-load-hook):
675 * eshell/em-banner.el (eshell-banner-load-hook):
676 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
677 * eshell/em-dirs.el (eshell-dirs-load-hook):
678 * eshell/em-glob.el (eshell-glob-load-hook):
679 * eshell/em-hist.el (eshell-hist-load-hook):
680 * eshell/em-pred.el (eshell-pred-load-hook):
681 * eshell/em-prompt.el (eshell-prompt-load-hook):
682 * eshell/em-rebind.el (eshell-rebind-load-hook):
683 * eshell/em-script.el (eshell-script-load-hook):
684 * eshell/em-smart.el (eshell-smart-load-hook):
685 * eshell/em-term.el (eshell-term-load-hook):
686 * eshell/em-unix.el (eshell-unix-load-hook):
687 * eshell/esh-arg.el (eshell-arg-load-hook):
688 * eshell/esh-cmd.el (eshell-cmd-load-hook):
689 * eshell/esh-ext.el (eshell-ext-load-hook):
690 * eshell/esh-io.el (eshell-io-load-hook):
691 * eshell/esh-mode.el (eshell-exit-hook):
692 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
693 * eshell/esh-var.el (eshell-var-load-hook):
694 Set default hook values to nil. (Bug#5375)
695
696 * eshell/esh-module.el (eshell-module-unload-hook)
697 (eshell-modules-list): Remove leading * from defcustom docs.
698
699 * eshell/esh-util.el (eshell-for): Make it obsolete.
700 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
701 * eshell/em-dirs.el (eshell-save-some-last-dir):
702 * eshell/em-hist.el (eshell-save-some-history)
703 (eshell-hist-parse-modifier):
704 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
705 (eshell-ls-entries):
706 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
707 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
708 (eshell/which):
709 * eshell/esh-ext.el (eshell-find-interpreter):
710 * eshell/esh-mode.el (eshell-mode):
711 * eshell/esh-module.el (eshell-unload-extension-modules):
712 * eshell/esh-proc.el (eshell-process-interact):
713 * eshell/esh-test.el (eshell-test):
714 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
715 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
716 (eshell-variables-list):
717 * eshell/eshell.el (eshell-unload-all-modules):
718 Replace eshell-for with dolist.
719
720 2011-03-04 Glenn Morris <rgm@gnu.org>
721
722 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
723
724 2011-03-04 Tom Tromey <tromey@redhat.com>
725
726 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
727
728 2011-03-04 Glenn Morris <rgm@gnu.org>
729
730 * outline.el (outline-regexp): No longer allow nil.
731 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
732
733 * net/browse-url.el (browse-url):
734 Handle deleted default-directory. (Bug#6077)
735
736 * recentf.el (recentf-include-p): In case of a buggy predicate,
737 err on the side of including, not excluding. (Bug#5843)
738
739 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
740
741 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
742 variables as units.
743
744 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
745
746 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
747 if there is no node. (Bug#3261)
748
749 2011-03-04 Leo <sdl.web@gmail.com>
750
751 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
752
753 * time.el (display-time-world-list): Fix typo. (Bug#7571)
754
755 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
756
757 * cus-edit.el (custom-buffer-create-internal):
758 Split search string before passing it to `customize-apropos' (bug#8136).
759
760 2011-03-04 Drew Adams <drew.adams@oracle.com>
761
762 * image-dired.el (image-dired-cmd-read-exif-data-options):
763 Fix typo in docstring (bug#8156).
764
765 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
766
767 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
768
769 2011-03-03 Christian Ohler <ohler@gnu.org>
770
771 * emacs-lisp/ert.el (ert--explain-equal): New function.
772 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
773 All callers changed.
774 (ert--explain-equal-including-properties): Rename from
775 `ert--explain-not-equal-including-properties'. All callers
776 changed.
777
778 2011-03-03 Christian Ohler <ohler@gnu.org>
779
780 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
781 (ert-char-for-test-result, ert-string-for-test-result)
782 (ert-run-tests-batch, ert--print-test-for-ewoc):
783 Handle `ert-test-quit'.
784
785 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
786
787 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
788 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
789
790 2011-03-03 Glenn Morris <rgm@gnu.org>
791
792 * files.el (file-truename): Doc fix. (Bug#2341)
793
794 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
795
796 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
797
798 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
799
800 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
801 programs output backslashes. (Bug#7663)
802
803 2011-03-03 Glenn Morris <rgm@gnu.org>
804
805 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
806 (mail-mode): Remove mail-sent-via from the doc.
807 (mail-sent-via): Make it obsolete. (Bug#1776)
808
809 * progmodes/grep.el (grep-highlight-matches): Doc fix.
810 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
811
812 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
813 with no parents. (Bug#8025)
814
815 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
816
817 * password-cache.el (password-in-cache-p): Add autoload.
818
819 2011-03-02 Glenn Morris <rgm@gnu.org>
820
821 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
822 * dired-x.el (Man-support-local-filenames): Autoload it.
823 (dired-guess-shell-alist-default): Also handle Red Hat's man.
824
825 * dired-x.el (dired-default-directory-alist, dired-default-directory):
826 Mark as obsolete.
827 (dired-smart-shell-command): Just call dired-current-directory.
828
829 * dired-x.el (dired-jump-other-window): Add autoload.
830 (dired-default-directory-alist, dired-default-directory): Doc fixes.
831 (dired-default-directory-alist): Mark as risky.
832
833 * dired-x.el (dired-omit-here-always): Make it obsolete.
834
835 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
836
837 * textmodes/artist.el (artist-curr-go): Default to pen-line.
838 (artist-select-op-pen-line): New function.
839 (artist-menu-map): New variable.
840 (artist-mode-map): Add a menu to the menu-bar.
841
842 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
843
844 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
845 when evaluating.
846
847 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
848 New function.
849 (math-logunits-add, math-logunits-mul, math-logunits-divide):
850 (math-logunits-quant, math-logunits-level):
851 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
852 functions.
853 (math-logunits-level): Extract units from ratio.
854
855 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
856
857 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
858
859 2011-03-01 Glenn Morris <rgm@gnu.org>
860
861 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
862 (diary-hebrew-birthday): Rename and rework functions added
863 in previous change.
864
865 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
866
867 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
868 (diary-hebrew-birthday): New functions.
869
870 2011-03-01 Glenn Morris <rgm@gnu.org>
871
872 * dired.el (dired-safe-switches-p): Beef it up.
873 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
874
875 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * dired.el (dired-safe-switches-p): New function.
878
879 2011-03-01 Glenn Morris <rgm@gnu.org>
880
881 * files.el (dir-locals-collect-variables):
882 Add the ability to exclude subdirectories. (Bug#8100)
883
884 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
885
886 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
887
888 * ido.el (ido-everywhere): Doc fix.
889 (ido-mode): Doc fix.
890
891 2011-02-28 Glenn Morris <rgm@gnu.org>
892
893 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
894
895 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
896
897 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
898 shadows.
899
900 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
901
902 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
903
904 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
905
906 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
907 Fix typos in docstrings.
908
909 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
910
911 * dired-aux.el (dired-update-file-line):
912 Fix 2010-11-09 change. (Bug#8131)
913
914 2011-02-28 Eli Zaretskii <eliz@gnu.org>
915
916 * international/mule-cmds.el (set-default-coding-systems): Use the
917 -unix variant of encoding in default-keyboard-coding-system.
918 (Bug#8122)
919
920 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
921
922 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
923
924 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
925
926 * term/screen.el: New file (Bug#2650).
927
928 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
931 (pcase-mutually-exclusive-predicates): New var.
932 (pcase--split-consp, pcase--split-pred): Use it.
933 (pcase--split-equal, pcase--split-member): When splitting against
934 a pure predicate, run it to know the outcome.
935 (pcase--u1): Mark vars that are actually used.
936 (pcase--q1): Avoid introducing unused vars.
937
938 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
939
940 * calc/calc-ext.el (calc-init-extensions):
941 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
942
943 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
944 symbolic mode.
945
946 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
947 argument is a variable.
948
949 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
952 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
953 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
954
955 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
956
957 * password-cache.el (password-in-cache-p): Convenience function to
958 check if a key is in the cache, even if the value is nil.
959
960 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
961
962 * emacs-lisp/package-x.el (package--archive-contents-from-url)
963 (package--archive-contents-from-file): New functions.
964 (package-update-news-on-upload): New var.
965 (package-upload-buffer-internal): Extract archive-contents from
966 package-archive-upload-base if it is not found at archive-url.
967 Obey package-update-news-on-upload.
968 (package-upload-buffer, package-upload-file): Doc fix.
969
970 2011-02-24 Glenn Morris <rgm@gnu.org>
971
972 * files-x.el (modify-dir-local-variable): Handle dir-locals from
973 the cache, and from non-file sources.
974
975 * help-fns.el (describe-variable): Return consistent results when a
976 dir-local from a file came from the cache or did not. (Bug#8095)
977 If a dir-local has no associated file, say it came from a "directory".
978
979 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
980 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
981
982 * files.el (dir-locals-find-file): Doc fix.
983 Fix the check for cache elements that have no associated file,
984 and the mtime check for those that do. (Bug#8095)
985
986 * dired-x.el (dired-hack-local-variables):
987 Handle interrupts during hacking local variables. (Bug#5216)
988
989 * emacs-lisp/autoload.el (autoload-save-buffers)
990 (autoload-find-destination, update-directory-autoloads):
991 Avoid prompts when updating autoloads.
992
993 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
996
997 2011-02-23 Kenichi Handa <handa@m17n.org>
998
999 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1000 error when a multipart boundary in the nested multipart is found.
1001
1002 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1003 header components.
1004
1005 2011-02-23 Glenn Morris <rgm@gnu.org>
1006
1007 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1008 * dired-x.el (dired-omit-mode): Safe if boolean.
1009 (dired-enable-local-variables): Fix doc and custom type.
1010 (dired-enable-local-variables, dired-local-variables-file)
1011 (dired-hack-local-variables): Make obsolete.
1012 (dired-omit-here-always): Use dir-locals.el instead.
1013
1014 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1015
1016 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * help-fns.el (describe-function-1): Don't signal an error just because
1019 the DOC file disappeared.
1020
1021 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
1022
1023 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1024 remote check to "ftp". (Bug#8089)
1025
1026 2011-02-21 Alan Mackenzie <acm@muc.de>
1027
1028 Fix bug #7930.
1029 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1030 in macros finding their way into c-state-nonlit-pos-cache.
1031 Strengthen the comments.
1032 (c-state-dump): New commented out diagnostic routine.
1033
1034 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
1035
1036 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1037 `field' property of `rfn-eshadow-overlay'.
1038
1039 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1040
1041 * net/netrc.el (netrc-parse): Comment fix.
1042
1043 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1046 Autoload. Add optional arg FRAME, and pass it to color-values.
1047 (color-complement): Caller changed. Doc fix.
1048 (color-gradient): Rewrite for better clarity and efficiency.
1049
1050 * faces.el (color-values): Use cond for clarity. Doc fix.
1051
1052 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
1053 color.el instead.
1054 (list-colors-sort-key, list-colors-print):
1055 Use color-normalized-values.
1056
1057 2011-02-20 Drew Adams <drew.adams@oracle.com>
1058
1059 * color.el: First part of merge from hexrgb.el.
1060 (color-rgb-to-hex): Rename from color-rgb->hex.
1061 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1062 saturation to zero if the value is too small.
1063 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1064 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1065 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1066 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1067 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1068 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1069 (color-cie-de2000): Doc fix.
1070
1071 2011-02-20 Alan Mackenzie <acm@muc.de>
1072
1073 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1074 locating the beginning of a macro. (Bug#7595)
1075
1076 2011-02-20 Glenn Morris <rgm@gnu.org>
1077
1078 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1079 Don't autoload it.
1080
1081 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1082 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1083
1084 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1085 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1086
1087 * progmodes/hideshow.el (hs-find-block-beginning)
1088 (hs-hide-level-recursive): Ignore comments when parsing braces
1089 (Bug#8036).
1090
1091 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1094 (vc-bzr-pull): Use it.
1095
1096 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1099 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1100 but returning an alist. Ignore comments in bzr conffile.
1101 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1102 (vc-bzr-error-regex-alist): New var.
1103 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1104
1105 * vc/vc-dispatcher.el (vc-do-async-command):
1106 Bind inhibit-read-only to t.
1107
1108 * progmodes/compile.el (compilation--flush-directory-cache):
1109 Handle the case where cdr of compilation--flush-directory-cache
1110 points to no buffer, which can occur if we previously switched to
1111 compilation-mode in a pregenerated buffer.
1112
1113 2011-02-19 Kenichi Handa <handa@m17n.org>
1114
1115 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1116 get the header copy into the temporary buffer.
1117 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1118 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1119 buffer-file-coding-system to undecided.
1120
1121 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1122
1123 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1124 Document completion with asterisk and a substring.
1125
1126 2011-02-19 Glenn Morris <rgm@gnu.org>
1127
1128 * files.el (find-file-literally): Doc fix.
1129
1130 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1131
1132 * log-edit.el (log-edit-insert-changelog):
1133 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1134
1135 2011-02-19 Glenn Morris <rgm@gnu.org>
1136
1137 * dired-x.el: Don't require dired-aux.
1138 (dired-do-create-files, dired-mark-read-regexp)
1139 (dired-do-create-files-regexp): Autoload from dired-aux.
1140
1141 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1142 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1143
1144 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1145 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1146
1147 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1148 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1149 (dired-clean-up-buffers-too): Declare.
1150
1151 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1152 * dired.el (dired-initial-position): Merge dired-x's version here.
1153 (dired-find-subdir): Declare.
1154
1155 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1156 * dired-aux.el (dired-add-entry): Give it a doc-string.
1157 Merge dired-x's dired-omit handling here.
1158 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1159
1160 * international/mule-diag.el (list-input-methods-1):
1161 Indent all lines of multi-line doc-strings. (Bug#8066)
1162
1163 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
1164
1165 Fix 2011-02-02 changes.
1166
1167 * apropos.el (apropos-print): Call apropos-mode before setting up
1168 buffer variables. Use inhibit-read-only.
1169
1170 * emacs-lisp/package.el (package--list-packages):
1171 Call package-menu-mode before setting up buffer variables.
1172
1173 * play/solitaire.el (solitaire): Call solitaire-mode before
1174 setting up buffer variables. Use inhibit-read-only.
1175
1176 2011-02-18 Lawrence Mitchell <wence@gmx.li>
1177
1178 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1179 Bind case-fold-search to nil when looking for end of here-doc.
1180
1181 2011-02-18 Eli Zaretskii <eliz@gnu.org>
1182
1183 * image-mode.el (image-toggle-display-image):
1184 Set find-file-literally non-nil in buffers visiting binary image
1185 files. (Bug#8047)
1186
1187 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * files.el (cd): Make completion obey cd-path (bug#7924).
1190
1191 2011-02-18 Glenn Morris <rgm@gnu.org>
1192
1193 * progmodes/prolog.el: Don't require compile when compiling.
1194 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1195 (compilation-forget-errors, compilation-fake-loc)
1196 (compilation-parse-errors-function, compilation-error-list): Declare.
1197 (prolog-inferior-mode): Require 'compile.
1198
1199 * emulation/cua-base.el (pc-selection-mode): Declare.
1200
1201 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1202 (customize-object): Add autoload cookie.
1203 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1204 (eieio-browse, describe-class, eieio-describe-class)
1205 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1206 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1207 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1208 * Makefile.in (autoloads): Make eieio.el writable.
1209
1210 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1211 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1212 (dired-hack-local-variables): Use inhibit-read-only.
1213 (dired-guess-default): Simplify.
1214 (dired-make-relative-symlink): Use dotimes.
1215 (dired-simultaneous-find-file): Use dolist.
1216 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1217 (dired-x-hands-off-my-keys): Doc fix.
1218 (dired-x-bind-find-file): Doc fix. Use remapping.
1219 (after-init-hook): No need to add dired-x-bind-find-file.
1220 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1221 No need to call expand-file-name.
1222 (dired-filename-at-point): Remove unused locals `end', `filename'.
1223
1224 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1227
1228 2011-02-18 Christian Ohler <ohler@gnu.org>
1229
1230 * emacs-lisp/ert.el (ert--setup-results-buffer)
1231 (ert-results-pop-to-backtrace-for-test-at-point)
1232 (ert-results-pop-to-messages-for-test-at-point)
1233 (ert-results-pop-to-should-forms-for-test-at-point)
1234 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1235 were incorrect and unnecessary. This should make `make check'
1236 pass again.
1237
1238 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1239
1240 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
1241 (allout-widgets-icons-dark-subdir): Track relocations of icons.
1242 * lisp/allout.el: Remove commentary about remove encryption
1243 passphrase mnemonic support and verification.
1244 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1245 armored text using gpg1, and indicate that the gpg version *might*
1246 be the problem in the error message.
1247
1248 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1249
1250 * net/rcirc.el (rcirc-float-time): New function.
1251 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1252 (rcirc-ctcp-sender-PING): Use it.
1253
1254 2011-02-17 Glenn Morris <rgm@gnu.org>
1255
1256 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1257 (speedbar-update-flag, speedbar-fetch-etags-command)
1258 (speedbar-fetch-etags-arguments):
1259 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1260 (term-completion-autolist, term-completion-addsuffix)
1261 (term-completion-recexact, term-completion-fignore):
1262 * term/sup-mouse.el (sup-mouse-fast-select-window):
1263 * term/x-win.el (x-select-request-type):
1264 Convert some defvars with "*" to defcustoms.
1265
1266 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1267
1268 * vc/vc.el (vc-default-previous-version):
1269 Remove alias that points nowhere. (Bug#4496)
1270
1271 * dired-x.el (dired-clean-up-after-deletion):
1272 kill-buffer does not need save-excursion.
1273 (dired-do-run-mail): Doc fix.
1274 (dired-filename-at-point): Doc fix.
1275 Use looking-at, and skip-chars rather than re search.
1276
1277 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1278
1279 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1280
1281 * allout-widgets.el: New allout extension that shows allout
1282 outline structure with graphical widgets. 'allout-widgets'
1283 customize group is an 'allout' subgroup, for easy discovery.
1284
1285 * allout.el: Include PGP and GnuPG in Keywords, and other
1286 commentary refinements.
1287 (allout-abbreviate-flattened-numbering): Rename to
1288 allout-flattened-numbering-abbreviation, and
1289 define-obsolete-variable-alias the old name.
1290 (allout-flattened-numbering-abbreviation): Rename from
1291 allout-abbreviate-flattened-numbering.
1292 (allout-mode-p): Include among autoloads, for use by other modes
1293 with impunity.
1294 (allout-listify-exposed):
1295 Use allout-flattened-numbering-abbreviation.
1296 (allout-encrypt-string): Use set-buffer-multibyte directly.
1297 (allout-set-buffer-multibyte): Remove.
1298
1299 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1300
1301 * simple.el (just-one-space): Remove useless `or' call.
1302
1303 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1304
1305 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
1306 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1307 (soap-decoded-multi-refs, soap-current-wsdl)
1308 (soap-encoded-namespaces): Rename CL-style *...* variables.
1309
1310 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
1311
1312 * net/soap-client.el: Add "comm" and "hypermedia" to the
1313 keywords. Reflow too long lines.
1314
1315 * net/soap-inspect.el: Ditto. Require 'cl.
1316
1317 2011-02-16 Bastien Guerry <bzg@altern.org>
1318
1319 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1320 in a `doctor-type' argument.
1321
1322 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1323
1324 * net/soap-client.el:
1325 * net/soap-inspect.el: New files.
1326
1327 2011-02-16 Leo <sdl.web@gmail.com>
1328
1329 * dired-x.el (dired-mode-map, dired-extra-startup):
1330 Remove dired-copy-filename-as-kill since it's already in dired.el.
1331
1332 2011-02-16 Glenn Morris <rgm@gnu.org>
1333
1334 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1335 Doc fixes. Add :set property, replacing top-level calls.
1336 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1337 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1338 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1339 (dired-clean-up-after-deletion): Use when and dolist.
1340 (dired-jump): Use unless and when.
1341 (dired-virtual): Use line-end-position.
1342 (dired-default-directory-alist): Rename from default-directory-alist.
1343 (dired-default-directory): Update for above name change.
1344 (dired-vm): Drop VM < 5 and simplify.
1345 (dired-buffer-more-recently-used-p): Rewrite.
1346 (dired-filename-at-point): Use when and or.
1347 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1348 Update callers.
1349
1350 2011-02-15 Glenn Morris <rgm@gnu.org>
1351
1352 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1353
1354 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * vc/vc-git.el (vc-git-root-log-format): New option for
1357 customizing log format.
1358 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1359 (vc-git-log-view-mode): Use it.
1360 (vc-git-expanded-log-entry): New function.
1361 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1362
1363 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1364 customizing log format.
1365 (vc-hg-print-log): Use it.
1366 (vc-hg-expanded-log-entry): New function.
1367 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1368 vc-hg-expanded-log-entry. Truncate lines in root log.
1369
1370 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1371
1372 * vc/log-view.el (log-view-mode-menu):
1373 Add log-view-toggle-entry-display.
1374
1375 2011-02-14 Glenn Morris <rgm@gnu.org>
1376
1377 * dired-x.el: Don't require man when compiling.
1378 (dired-omit-extensions, dired-local-variables-file)
1379 (dired-x-hands-off-my-keys): Make them defcustoms.
1380 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1381 (vm-visit-folder): Declare rather than defining.
1382 (dired-x-help-address, dired-x-variable-list): Remove.
1383 (dired-x-submit-report): Make it an obsolete alias.
1384
1385 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
1386
1387 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1388
1389 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1390
1391 * net/imap.el: Bring it back.
1392
1393 2011-02-13 Alan Mackenzie <acm@muc.de>
1394
1395 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1396 narrow-to-region call that cuts context off the end (Bug#7722).
1397
1398 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1399 Refactor nested if-forms with a simple cond.
1400 (c-forward-<>-arglist): Revert 2011-01-31 change.
1401
1402 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1403
1404 * vc/log-view.el: New command log-view-toggle-entry-display for
1405 toggling log entries between concise and detailed forms.
1406 (log-view-toggle-entry-display): New command.
1407 (log-view-mode-map): Bind RET to it.
1408 (log-view-expanded-log-entry-function): New variable.
1409 (log-view-current-entry, log-view-inside-comment-p)
1410 (log-view-current-tag): New functions.
1411 (log-view-toggle-mark-entry): Use log-view-current-entry and
1412 log-view-end-of-defun instead of searching directly with
1413 log-view-message-re.
1414 (log-view-end-of-defun): Likewise. Add optional ARG for
1415 compatibility with end-of-defun.
1416 (log-view-end-of-defun): Ignore comments and VC buttons.
1417
1418 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1419 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1420
1421 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1422
1423 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1424
1425 * net/imap-hash.el: Remove file.
1426
1427 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1428
1429 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1430
1431 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1432 call.
1433
1434 * net/tramp-imap.el: Remove file.
1435
1436 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1439 widget library for buttons, just use button.el.
1440
1441 * vc/log-view.el (log-view-mode-map): Don't inherit from
1442 widget-keymap.
1443
1444 2011-02-12 Glenn Morris <rgm@gnu.org>
1445
1446 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1447 (nintersection, set-difference, nset-difference)
1448 (set-exclusive-or, nset-exclusive-or): Doc fix.
1449
1450 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1451
1452 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1453 :italic props, so that frame-set-background-mode works. (Bug#7966)
1454
1455 * simple.el (next-error): Doc fix.
1456
1457 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1458
1459 * dired-aux.el (dired-create-files): Adapt destination name to
1460 match the new behavior of copy-directory.
1461
1462 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1465 from rmail-dont-reply-to-names. Callers changed.
1466 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1467 (rmail-dont-reply-to): Make it an obsolete alias.
1468
1469 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1470 nil, and make obsolete (Bug#7888).
1471 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1472
1473 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1474
1475 * mail/rmailsort.el (rmail-sort-by-correspondent)
1476 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1477
1478 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1479
1480 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1481
1482 * files.el (copy-directory): New argument COPY-CONTENTS for
1483 copying directory contents into another existing directory.
1484
1485 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1486
1487 * minibuffer.el (completion-table-case-fold): New function for
1488 creating a case-insensitive completion table.
1489
1490 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1491
1492 * net/tramp.el (tramp-default-method): Also check if
1493 `auth-source-search' is bound.
1494 (tramp-read-passwd): Use `auth-source-search' instead of
1495 `auto-source-user-or-password'.
1496
1497 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1498 `auto-source-user-or-password.
1499 (tramp-imap-passphrase-callback-function): Use it.
1500
1501 * net/imap-hash.el: Autoload `auto-source-search' instead of
1502 `auto-source-user-or-password.
1503 (imap-hash-open-connection): Use it.
1504
1505 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1506 `auto-source-user-or-password.
1507 (smtpmail-try-auth-methods): Use it.
1508
1509 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1510
1511 * emacs-lisp/package.el: Allow packages to be reinstalled.
1512 (package--write-file-no-coding): Remove EXCL arg.
1513 (package-unpack-single): Don't use it.
1514
1515 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1516
1517 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1518 in each sub directory.
1519 (vc-svn-registered): Use vc-svn-root.
1520 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1521 (vc-svn-repository-hostname): Use "svn info".
1522
1523 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1524
1525 * simple.el (delete-trailing-whitespace): New optional buffer
1526 bound parameters.
1527
1528 2011-02-11 Bastien Guerry <bzg@altern.org>
1529
1530 * files.el (basic-save-buffer): save unmodified buffers when
1531 the file pointed by buffer-file-name doesn't exist.
1532
1533 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1534
1535 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1536
1537 2011-02-11 Glenn Morris <rgm@gnu.org>
1538
1539 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1540
1541 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1542
1543 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1544
1545 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * server.el (server-process-filter): Use pcase.
1548
1549 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1550 conflicting ways.
1551 (smie-indent--parent): Extend to "parent of arg".
1552 (smie-indent-inside-string): New function.
1553 (smie-indent-functions): Use it.
1554
1555 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1556 bzr locking race condition.
1557
1558 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1559 still valid before using it.
1560
1561 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1562 `message' -> `compilation-message' rename (bug#8004).
1563
1564 Move keymap initialization into declaration.
1565 * textmodes/enriched.el (enriched-mode-map):
1566 * textmodes/bib-mode.el (bib-mode-map):
1567 * term/lk201.el (lk201-function-map):
1568 * tar-mode.el (tar-mode-map):
1569 * replace.el (occur-mode-map):
1570 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1571 * progmodes/idlw-help.el (idlwave-help-mode-map):
1572 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1573 * play/solitaire.el (solitaire-mode-map):
1574 * play/snake.el (snake-mode-map, snake-null-map):
1575 * play/pong.el (pong-mode-map):
1576 * play/handwrite.el (menu-bar-handwrite-map):
1577 * play/gametree.el (gametree-mode-map):
1578 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1579 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1580 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1581 (newsticker--url-keymap):
1582 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1583 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1584 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1585 (menu-bar-edit-menu, menu-bar-custom-menu)
1586 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1587 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1588 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1589 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1590 (menu-bar-tools-menu, menu-bar-describe-menu)
1591 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1592 (menu-bar-help-menu):
1593 * mail/rmailsum.el (rmail-summary-mode-map):
1594 * kmacro.el (kmacro-step-edit-map):
1595 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1596 (ibuffer-mode-operate-map):
1597 * hi-lock.el (hi-lock-menu, hi-lock-map):
1598 * emulation/vip.el (vip-mode-map):
1599 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1600 * bookmark.el (bookmark-bmenu-mode-map):
1601 * help-mode.el (help-mode-map): Move initialization into declaration.
1602
1603 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1604
1605 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1606 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1607 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1608 (rcirc-cmd-me, rcirc-authenticate): Use them.
1609
1610 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1611
1612 * allout.el: Synopsis: Change allout user configuration so
1613 auto-activation is controlled solely by customization
1614 `allout-auto-activation'.
1615
1616 (allout-auto-activation-helper, allout-setup): New autoloads
1617 implement new custom set procedure for allout-auto-activation.
1618 Also, explicitly invoke (allout-setup) after allout-auto-activation
1619 is custom-defined, to affect the settings in emacs sessions besides
1620 the few where allout-auto-activation customization is done.
1621 (allout-auto-activation): Use allout-auto-activation-helper to
1622 :set. Revise the docstring.
1623 (allout-init): Reduce functionality to just customizing
1624 allout-auto-activation, and mark obsolete.
1625 (allout-mode): Respect string values for allout-auto-activation.
1626 Run allout-after-copy-or-kill-hook without any args.
1627 (allout-mode, allout-layout, allout-default-layout)
1628 (outlineify-sticky): Adjust docstring for new scheme.
1629 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1630 should concentrate on the kill ring.
1631
1632 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1633
1634 * password-cache.el (password-cache-remove): Accept secrets that are
1635 not strings.
1636
1637 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1640 of here-doc that immediately follows a comment.
1641
1642 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1643
1644 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1645
1646 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1647 available.
1648 (rcirc-ctcp-sender-PING): New function.
1649
1650 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1653 Remove the mark/nomark handling, and activate shift-select-mode instead.
1654
1655 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1656
1657 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1658
1659 * calc/calc-units.el (math-logunits-quant): Add support for
1660 non-logarithmic units.
1661
1662 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1663
1664 * allout.el (allout-after-copy-or-kill-hook): New hook for
1665 extension-specific processing of killed text.
1666 (allout-mode): Include new allout-after-copy-or-kill-hook among
1667 mentioned hooks.
1668 (allout-kill-line, allout-kill-topic): Ensure that processing
1669 after kill happens even if barf-if-buffer-read-only is raised.
1670 Include new allout-after-copy-or-kill-hook among that subsequent
1671 processing.
1672 (allout-deannotate-hidden): Actually remove the annotation text
1673 properties.
1674
1675 * allout.el (allout-listify-exposed): Copy text sans text properties.
1676
1677 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1678
1679 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1680
1681 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1682
1683 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1684
1685 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1686
1687 * calc/calc.el (calc-logunits-field-reference): Rename from
1688 `calc-default-field-reference-level'.
1689 (calc-logunits-power-reference): Rename from
1690 `calc-default-power-reference-level'.
1691
1692 * calc/calc-units.el (math-logunits-quant): Rename from
1693 `math-logunits-level'
1694 (math-logunits-plus): Rename from math-logcombine.
1695 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1696 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1697 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1698 New functions.
1699 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1700 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1701 (calc-logunits-quantity): Rename from `calc-level'.
1702 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1703 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1704 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1705 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1706 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1707 New functions.
1708
1709 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1710 (calc-ul-prefix-help): Remove.
1711 (calc-l-prefix-help): New function.
1712 (calc-full-help): Add reference to `calc-l-prefix-help'.
1713
1714 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1715
1716 * calc/README: Mention logarithmic units.
1717
1718 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1721 non-ASCII characters (Bug#7925).
1722
1723 2011-02-05 Glenn Morris <rgm@gnu.org>
1724
1725 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1726
1727 * calendar/diary-lib.el (diary-font-lock-keywords):
1728 Tweak diary-time-regexp match. (Bug#7891)
1729
1730 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1731 (f90-mode): Use it for mode's `find-tag-default-function' property.
1732
1733 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1734
1735 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1736
1737 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1738
1739 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1740 (Bug#6386).
1741
1742 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1745 font-lock-syntax-table remappings.
1746 (sh-here-doc-markers, sh-here-doc-re): Remove.
1747 (sh-font-lock-close-heredoc): Remove.
1748 (sh-syntax-propertize-here-doc): New function.
1749 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1750 instead of the sh-here-doc-re.
1751 (sh-font-lock-paren): Don't do anything in comments or strings.
1752 Handle line continuations. Accept a few more chars.
1753 Don't rely on the font-lock-syntax-table remappings.
1754 `esac' is not a valid pattern.
1755 (sh-syntax-propertize-function): Handle here-docs differently, so we
1756 don't bother syntax-propertizing the insides.
1757
1758 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1759 Handle new bashisms ";&" and ";;&" (bug#7947).
1760
1761 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1762
1763 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1764 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1765
1766 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1767
1768 * net/tramp.el (tramp-postfix-method-format)
1769 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1770 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1771 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1772 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1773 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1774 Doc fix.
1775
1776 2011-02-04 Sam Steingold <sds@gnu.org>
1777
1778 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1779
1780 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1781
1782 * international/mule-util.el (with-coding-priority): Doc fix.
1783
1784 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1785
1786 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1787
1788 2011-02-03 Sam Steingold <sds@gnu.org>
1789
1790 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1791 Do not error out when `func' is nil.
1792
1793 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1794
1795 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1796 `tramp-default-remote-path' to the docstring.
1797 (tramp-get-remote-path): Suppress error message when `getconf
1798 PATH' fails.
1799
1800 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1801
1802 2011-02-03 Glenn Morris <rgm@gnu.org>
1803
1804 * vc/vc-hg.el (vc-hg-command): Doc fix.
1805
1806 * term/w32-win.el (libpng-version): Declare for compiler.
1807
1808 * msb.el: No need to load dired while compiling.
1809
1810 * emacs-lisp/elint.el (elint-standard-variables):
1811 Remove a couple of built-ins that now have doc-strings.
1812
1813 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1814 `require' is automatically `eval-and-compile'd.
1815
1816 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1817 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1818
1819 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1820 Move definition before use.
1821 (strokes-report-bug): Make it obsolete.
1822
1823 2011-02-02 Sam Steingold <sds@gnu.org>
1824
1825 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1826 from `special-mode', entering it makes the buffer read-only, so
1827 call it only when everything has been already inserted.
1828 * emacs-lisp/ert.el (ert--setup-results-buffer)
1829 (ert-results-pop-to-backtrace-for-test-at-point)
1830 (ert-results-pop-to-messages-for-test-at-point)
1831 (ert-results-pop-to-timings): Ditto.
1832 * emacs-lisp/package.el (package--list-packages): Ditto.
1833 * play/solitaire.el (solitaire): Ditto.
1834
1835 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * progmodes/compile.el: Make all faces inherit.
1838 (compilation-warning): Inherit from font-lock-variable-name-face.
1839 (compilation-info): Inherit from font-lock-type-face.
1840 (compilation-line-number): Reassign to font-lock-keyword-face.
1841 (compilation-column-number): Reassign to font-lock-doc-face.
1842 (compilation-leave-directory-face): Reassign to
1843 font-lock-builtin-face.
1844
1845 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1846
1847 * dired.el (dired-insert-directory): Don't invoke `ls' when
1848 ls-lisp.el is used to emulate it.
1849
1850 2011-02-01 Julien Danjou <julien@danjou.info>
1851
1852 * color.el (color-gradient): Add a color-gradient function.
1853
1854 2011-02-01 Sam Steingold <sds@gnu.org>
1855
1856 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1857 bind "z" to `kill-this-buffer'.
1858 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1859 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1860 (apropos-mode): Inherit from `special-mode'.
1861 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1862 * bookmark.el (bookmark-bmenu-mode): Define using
1863 `define-derived-mode' inheriting from `special-mode'.
1864 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1865 * image-mode.el (image-mode-map): Ditto.
1866 * replace.el (occur-mode): Define using
1867 `define-derived-mode' inheriting from `special-mode'.
1868 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1869 * calendar/diary-lib.el (diary-fancy-display-mode):
1870 Inherit from `special-mode-map'.
1871 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1872 Inherit from `special-mode'.
1873 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1874 `special-mode-map'.
1875 (package-menu-mode): Define using `define-derived-mode'
1876 inheriting from `special-mode'.
1877 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1878 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1879 (xesam-mode-map): Define separately.
1880 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1881 * progmodes/compile.el (compilation-minor-mode-map)
1882 (compilation-mode-map): Inherit from `special-mode-map'.
1883 * vc/diff-mode.el (diff-mode-shared-map):
1884 Inherit from `special-mode-map'.
1885 * vc/log-view.el (log-view-mode-map): Add a comment.
1886
1887 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * custom.el (load-theme): Define return value. Drop use of
1890 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1891 (custom-theme-load-confirm): Scroll in the correct window.
1892 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1893
1894 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1895 checkbox if load-theme fails.
1896
1897 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * progmodes/compile.el (compilation-next-error): Check there's
1900 a message before using it (bug#7941).
1901
1902 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1903
1904 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1905 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1906 of potential pivots.
1907
1908 2011-01-31 Alan Mackenzie <acm@muc.de>
1909
1910 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1911 Continue parsing if we encounter a naked # (Bug#7595).
1912 (c-beginning-of-statement): Avoid loop in locating the beginning
1913 of a macro. (Not actually committed until 2011-02-20, see above).
1914
1915 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1916
1917 * files.el (copy-directory): Fix arguments to recursive call.
1918
1919 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * files.el (copy-directory): If destination is an existing
1922 directory, copy into a subdirectory there.
1923
1924 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1925
1926 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1927 files.
1928
1929 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * image-dired.el (image-dired-mouse-display-image): No-op if no
1932 file is found (Bug#7817).
1933
1934 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1935
1936 2011-01-31 Kenichi Handa <handa@m17n.org>
1937
1938 * international/quail.el (quail-keyboard-layout-alist):
1939 Remove superfluous SPC for "pc105-uk" (bug#7927).
1940
1941 2011-01-31 Glenn Morris <rgm@gnu.org>
1942
1943 * msb.el (msb-menu-bar-update-buffers): Update for changed
1944 argument handling of menu-bar-select-frame. (Bug#7902)
1945
1946 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1949 to the recursion depth (Bug#7722).
1950
1951 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1952
1953 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1954 command-line-default-directory (Bug#7872).
1955
1956 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * progmodes/compile.el (compilation--flush-directory-cache):
1959 New function, extracted from compilation--remove-properties.
1960 (compilation--remove-properties, compilation--parse-region): Use it.
1961 (compilation--previous-directory): Handle one more case.
1962 (compilation-enable-debug-messages): Remove.
1963 (compilation-parse-errors, compilation--flush-parse): Just remove the
1964 left over debug messages.
1965
1966 2011-01-31 Sam Steingold <sds@gnu.org>
1967
1968 * progmodes/compile.el (compilation-enable-debug-messages):
1969 Add a variable to make the parsing messages introduced in
1970 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1971 (compilation-parse-errors, compilation--flush-parse): Use it.
1972
1973 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1974
1975 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1976 (rcirc-nick-completion-format): New defcustom.
1977 (rcirc-complete): Use it.
1978
1979 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1980
1981 * net/rcirc.el: Clean log filenames (Bug#7933).
1982 (rcirc-log-write): Use convert-standard-filename.
1983 (rcirc-log-filename-function): Documentation updates.
1984
1985 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1986
1987 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1988 Check report-emacs-bug-can-use-osx-open and use that if t.
1989 (report-emacs-bug-can-use-osx-open): New function.
1990 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1991 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1992
1993 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1996 updating Dired or VC-dir buffers after async command completes.
1997
1998 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1999 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2000
2001 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2002 completions if it exists. Use vc-set-async-update.
2003 (vc-git-pull): Use vc-set-async-update.
2004
2005 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2006 read-shell-command. Use vc-set-async-update.
2007 (vc-hg-merge-branch): Use vc-set-async-update.
2008
2009 2011-01-29 Daiki Ueno <ueno@unixuser.org>
2010
2011 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2012 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
2013 (Bug#7931).
2014
2015 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * progmodes/compile.el: Avoid an N² behavior in grep.
2018 (compilation--previous-directory): New fun.
2019 (compilation--previous-directory-cache): New var.
2020 (compilation--remove-properties): Flush it.
2021 (compilation-directory-properties, compilation-error-properties):
2022 Use the new fun to speed up looking for the current directory.
2023
2024 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * vc/vc-hg.el (vc-hg-history): New var.
2027 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2028 (vc-hg-merge-branch): New function.
2029
2030 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2031 the other way around.
2032
2033 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2034 (vc-git-merge-branch): New functions.
2035 (vc-git-history): New var.
2036
2037 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2038
2039 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2040
2041 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2042 vc-do-async-command.
2043
2044 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2045 Callers changed.
2046
2047 2011-01-28 Leo <sdl.web@gmail.com>
2048
2049 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
2050 highlighting to the "this function is advised" message.
2051
2052 * help-mode.el (help-mode-finish): Apply highlighting here, to
2053 avoid clobbering by substitute-command-keys (Bug#6304).
2054
2055 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * woman.el (woman0-roff-buffer): Process roff escape sequences
2058 occurring prior to the first request (Bug#7843).
2059
2060 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * progmodes/compile.el: Don't use font-lock any more.
2063 (compilation-error-regexp-alist-alist): Change handling of makepp
2064 so it preserves the warning/error distinction on subsequent files.
2065 Simplify various rules.
2066 (compilation-directory-properties): Use font-lock-face.
2067 Add a compilation-message property.
2068 (compilation-internal-error-properties): Use font-lock-face.
2069 Don't set the compilation-debug property here.
2070 (compilation--put-prop, compilation--remove-properties)
2071 (compilation--parse-region, compilation--ensure-parse)
2072 (compilation--ensure-parse): New functions.
2073 (compilation-parse-errors): New function, largely inspired of
2074 compilation-mode-font-lock-keywords. Set compilation-debug here.
2075 (compilation--parsed): New var.
2076 (compilation--flush-parse): Use compilation--ensure-parse.
2077 (compilation-start): Don't call font-lock.
2078 (compilation-turn-on-font-lock): Remove.
2079 (compilation-setup): Don't set font-lock-extra-managed-props not change
2080 other font-lock settings, other than keywords.
2081 Don't activate font-lock-mode.
2082 Set change-major-mode-hook and before-change-functions.
2083 (compilation--unsetup): Remove properties and hooks.
2084 (compilation-next-single-property-change): New function.
2085 (compilation-next-error): Use it to parse when needed.
2086 (compile-goto-error): Parse buffer as needed.
2087 (compilation--compat-error-properties): Don't need a dummy `face'
2088 property any more.
2089
2090 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2093 (compilation-process-setup-function): Fix docstring's false promises.
2094 (compilation-error-regexp-alist-alist): Catch omake's continuous
2095 recompilation message and avoid reuse of old markers.
2096 (compilation-parse-errors-function): Declare obsolete.
2097 (compilation-buffer-modtime): Remove.
2098 (compilation--make-cdrloc, compilation--loc->col)
2099 (compilation--loc->line, compilation--loc->file-struct)
2100 (compilation--loc->marker, compilation--loc->visited)
2101 (compilation--make-file-struct, compilation--file-struct->file-spec)
2102 (compilation--file-struct->formats)
2103 (compilation--file-struct->loc-tree): New macros. Use them.
2104 (compilation--message): New defstruct. Use them.
2105 (compilation-next-error-function): Don't mess with timestamps to try
2106 and guess when to reparse.
2107
2108 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2111 (tex-old-error-file-name): New function,
2112 extracted from tex-compilation-parse-errors.
2113 (tex-compilation-parse-errors): Remove.
2114 (tex-error-regexp-alist): New var.
2115 (tex-shell): Use it to avoid compilation-parse-errors-function.
2116
2117 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2118 (grep-mode-font-lock-keywords): Remove regexp that seems like
2119 a left-over from before we used compile.el.
2120 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2121 modifying the buffer within with-silent-modifications.
2122
2123 * progmodes/compile.el: Cleanup text-properties namespace by using
2124 `compilation-message' instead of `message', `compilation-directory'
2125 instead of `directory', and `compilation-debug' instead of `debug'.
2126 (compilation-last-buffer, compilation-parsing-end)
2127 (compilation-error-list, compilation-old-error-list): Move to the
2128 compatibility part of the code.
2129 (compilation-error-properties): If `file' is a function, let it return
2130 a file name.
2131 (compilation-mode-font-lock-keywords): Be more conservative with the
2132 omake "^ *" pattern prefix, to try and minimize the risk of
2133 pathologically slow regexp matching.
2134 (compilation-start): Use inhibit-read-only.
2135 (compilation--unsetup): New function.
2136 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2137 (compilation-filter): Minor tweaks.
2138 (compilation-next-error-function): Try and avoid abusing variables.
2139 (compilation--flush-file-structure): New fun.
2140 (compilation-fake-loc): Use it to improve behavior when file is reused.
2141 (debug-ignored-errors): Add "Moved past last ...".
2142 (compilation--compat-error-properties)
2143 (compilation--compat-parse-errors): Rename by doubling the "-".
2144
2145 Port features from the previous prolog.el to the new one.
2146 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2147 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2148 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2149 variable and use a function to compute the value dynamically.
2150 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2151 (prolog-continued-prompt-regexp): Remove, unused.
2152 (prolog-find-value-by-system): Try and use the value of prolog-system
2153 in the *prolog* buffer if it helps.
2154 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2155 (prolog-zip-on): ..and check prolog-system and version here instead.
2156 (prolog-inferior-self-insert-command): New command.
2157 (prolog-inferior-mode-map): Use it.
2158 (prolog-inferior-error-regexp-alist): New var.
2159 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
2160 (prolog-input-filter): Use derived-mode-p.
2161 (prolog-inferior-guess-flavor): New function.
2162 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2163 make-comint to avoid running comint-mode twice.
2164 (prolog-inferior-buffer): New fun.
2165 (prolog-old-process-region, prolog-old-process-file):
2166 Don't call prolog-bsts here...
2167 (prolog-build-prolog-command): ...do it here instead.
2168 (prolog-old-process-region, prolog-old-process-file):
2169 Use compilation-fake-loc and compilation-forget-errors.
2170 (prolog-consult-compile-region): Use bolp.
2171
2172 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2175
2176 2011-01-27 Sam Steingold <sds@gnu.org>
2177
2178 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2179 Remove "*server*" which is never created by emacs server.
2180
2181 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2182
2183 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2184 there are some diff switches.
2185
2186 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2189 Copy change made to ruby-font-lock-syntactic-keywords.
2190
2191 * htmlfontify.el: Make it obey the font-lock-face text property.
2192 Miscellaneous cleanup such as:
2193 - Don't hide expressions after a closing paren.
2194 - Move initial setq into let.
2195 - Hoist common parts out of ifs.
2196 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2197 (hfy-face-at): Use get-text-property instead.
2198 (hfy-prop-invisible-p): Use invisible-p if available.
2199 (htmlfontify-manual): Use \\[...].
2200 (hfy-html-quote-regex): Use [...].
2201 (hfy-combined-face-spec): Simplify.
2202 (hfy-compile-face-map): Don't presume point-min==1.
2203 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2204 match end of string.
2205 (hfy-text-p): η-reduce.
2206 (hfy-tags-for-file): Receive cache-hash directly.
2207 (hfy-mark-tag-names): Adjust call.
2208
2209 2011-01-27 Glenn Morris <rgm@gnu.org>
2210
2211 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2212 (msb-after-load-hook): Remove eval-after-load wackiness.
2213
2214 2011-01-25 Sam Steingold <sds@gnu.org>
2215
2216 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2217 literal "diff" (important for windows-nt).
2218
2219 2011-01-25 Glenn Morris <rgm@gnu.org>
2220
2221 * emacs-lisp/copyright.el (copyright-at-end-flag)
2222 (copyright-names-regexp): Add safety properties.
2223 (copyright-year-ranges): New option.
2224 (copyright-find-end): New function, split from copyright-update-year.
2225 (copyright-update-year): Use copyright-find-end.
2226 (copyright-fix-years): Optionally, convert years to ranges.
2227 Handle years continued over comment lines.
2228 Do not mess with the fill-prefix.
2229 Do not call copyright-update.
2230 (copyright-update-directory): Optionally, fix years rather than update.
2231 Skip directories. Find files with only safe local vars.
2232
2233 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * files.el (file-name-non-special): Only change buffer-file-name after
2236 insert-file-contents if it's `visit'ing the file (bug#7854).
2237
2238 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2239
2240 * dired.el (dired-revert): Doc fix (Bug#7758).
2241
2242 * simple.el (line-move-visual): Doc fix (Bug#7594).
2243
2244 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
2245
2246 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2247 here-doc which ends with an underscore.
2248 (ruby-mode-set-encoding): Skip shebang line always.
2249 (ruby-mode-map): Bind C-c C-c to comment-region.
2250 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
2251 (ruby-forward-sexp): Stop after literal hash key labels.
2252 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2253 bracket.
2254
2255 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
2256
2257 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2258 the correct buffer (Bug#7650).
2259
2260 2011-01-25 Glenn Morris <rgm@gnu.org>
2261
2262 * comint.el (comint-mode): Doc fix. (Bug#7897)
2263
2264 * simple.el (do-auto-fill): Give it a doc string.
2265
2266 * button.el (make-text-button): Doc fix. (See bug#7881)
2267
2268 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2271 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2272
2273 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2274 Handle ?" and friends differently (e.g. don't use backrefs).
2275
2276 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2277
2278 * calc/calc.el (calc-default-power-reference-level)
2279 (calc-default-field-reference-level): New variables.
2280 * calc/calc-units.el (math-standard-units): Add dB and Np.
2281 (math-logunits): New variable.
2282 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2283 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
2284 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2285 New functions.
2286 (math-find-base-units-rec): Add entry for ln(10).
2287 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2288 (calc-ul-prefix-help): New function.
2289 * calc/calc-ext.el (calc-init-extensions): Autoload new units
2290 functions. Add keybindings for new units functions.
2291
2292 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2293
2294 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
2295 rcirc buffers. (Bug#4940)
2296
2297 2011-01-22 Glenn Morris <rgm@gnu.org>
2298
2299 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2300 split out from copyright-update-year.
2301 (copyright-update): Don't mess with the GPL version if we don't own the
2302 copyright. Update license regexp, and remove no longer needed
2303 Esperanto stuff.
2304 (copyright-fix-years): Use copyright-find-copyright.
2305
2306 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2309
2310 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2311
2312 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2313 (lm): Rename to landmark.
2314 (lm-test-run): Rename to landmark-test-run.
2315
2316 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2319 "Case sensitive" menu item.
2320
2321 2011-01-22 Roland McGrath <roland@frob.com>
2322
2323 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2324 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2325
2326 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2329
2330 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2331
2332 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2333 Assume foo(bar) is a manpage reference rather than some unquoted
2334 symbol (bug#7705).
2335
2336 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2339 Suggested by Flo <sensorflo@gmail.com>.
2340
2341 2011-01-22 Glenn Morris <rgm@gnu.org>
2342
2343 * progmodes/compile.el (compilation-error-regexp-alist):
2344 Fix custom type. (Bug#7812)
2345
2346 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2347
2348 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2349 allout-number-siblings, in keeping with what obtained due to
2350 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2351 (prefixed) ?i.
2352 (allout-before-change-handler): Better expose spots affected by
2353 undo.
2354
2355 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2358
2359 2011-01-22 Phil Hagelberg <phil@evri.com>
2360
2361 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2362 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2363 (pcmpl-ssh-config-hosts): New function.
2364 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2365 pcmpl-ssh-known-hosts.
2366
2367 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2368
2369 * calc/calc-undo.el (calc-undo): Autoload it.
2370 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2371 and autoload for `calc-undo'.
2372 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2373 * calc/calc-prog.el:
2374 * calc/calc-graph.el:
2375 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
2376
2377 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2378
2379 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2380 keybindings to `calc-undo'.
2381
2382 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 Don't mess with *temp*.
2385 * obsolete/spell.el: Move from textmodes/spell.el.
2386 (spell-string):
2387 * term.el (term-read-input-ring):
2388 * startup.el (display-startup-echo-area-message):
2389 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2390 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2391 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2392 point-min==1.
2393
2394 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2395
2396 * allout.el (allout-institute-keymap): Use fset instead of
2397 reapplying defalias.
2398
2399 (allout-hotspot-key-handler): Check for non-control-modified
2400 bindings for hotspot characters if there are no control-modified
2401 versions.
2402
2403 * allout.el: Summary - migrate to defining allout mode using
2404 define-minor-mode instead of defun. Significantly clean-up
2405 internal keymap provisions, refactoring and, in the process,
2406 removing a lot of accumulated cruft.
2407
2408 allout-mode-map is now a keymap by virtue of being a defalias to
2409 allout-mode-map-value, which contains the actual keymap structure.
2410
2411 (allout-mode): Use define-minor-mode rather than defun.
2412 Remove now-unnecessary minor-mode setup activities from the body.
2413 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2414 entry will be '(allout-mode . allout-mode-map) - see
2415 allout-mode-map-value, below. Adjust docstring to track changes.
2416 (allout-minor-mode): Remove this defalias, now that we're using
2417 define-minor-mode.
2418 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2419 keymap is allout-mode-map-value, via defalias.
2420 (allout-mode-map-value): The variable holding the actual mode
2421 keymap structure, by virtue of defalias from allout-mode-map.
2422 (allout-compose-and-institute-keymap): Rename from
2423 allout-bind-keys, and including the binding-composition
2424 functionality of the former produce-allout-mode-map and
2425 allout-setup-mode-map.
2426 (allout-institute-keymap): Take over the "setup" part of the former
2427 allout-setup-mode-map. Reassign allout-mode-map-value value and
2428 update the defalias.
2429 (allout-command-prefix, allout-prefixed-keybindings)
2430 (allout-unprefixed-keybindings):
2431 Use allout-compose-and-institute-keymap to process the bindings.
2432 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
2433 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
2434 user can customize if they want to use that binding.
2435 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2436 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
2437 elided that, previously, instead of the one for \C-h.)
2438 (allout-hotspot-key-handler): Remove attempt to resolve the key
2439 through the literal key-string lookup on allout-keybindings-list.
2440 That probably hasn't worked for a Long Time, and removal of
2441 allout-keybindings-list further simplifies the keybindings situation.
2442 (allout-pre-command-business): Use allout-mode-map-value instead
2443 of allout-mode-map.
2444 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2445 the bindings if they want to use a keybinding having a trailing
2446 \C-h. No deprecation needed since this feature was never in a release.
2447 (allout-keybindings-list): Remove. It's not been useful for a
2448 while. (See allout-hotspot-key-handler changes, above.)
2449 (produce-allout-mode-map): Remove. Consolidate into
2450 allout-compose-and-institute-keymap.
2451 (allout-mode-map-adjustments): Remove. No longer necessary with
2452 removal of allout-preempt-trailing-ctrl-h.
2453 (allout-setup-mode-map): Remove. Consolidate into
2454 allout-compose-and-institute-keymap and allout-institute-keymap.
2455
2456 2011-01-20 Glenn Morris <rgm@gnu.org>
2457
2458 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2459
2460 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2461
2462 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2465
2466 * files.el (find-alternate-file, basic-save-buffer)
2467 (basic-save-buffer-2, revert-buffer, recover-file)
2468 (kill-buffer-ask, abort-if-file-too-large)
2469 (set-visited-file-name, write-file, backup-buffer)
2470 (basic-save-buffer, save-some-buffers):
2471 * dired-aux.el (dired-compress-file): Callers changed.
2472
2473 2011-01-19 Glenn Morris <rgm@gnu.org>
2474
2475 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2476 Also check the property status. (Bug#7861)
2477
2478 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
2479
2480 * net/tramp.el (tramp-debug-message): Extend function exclude
2481 list. Use `regexp-opt'.
2482
2483 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2486 highlighting doesn't spill over subsequent lines.
2487
2488 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2489 keymap expression. Improve docstring.
2490
2491 * electric.el (electric-indent-post-self-insert-function):
2492 Don't auto-indent for indent-to-left-margin, it's too often
2493 counter-productive.
2494
2495 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2496
2497 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2498 spaces if the frame was resized, so that the full visible buffer
2499 serves as canvas for strokes.
2500
2501 2011-01-16 Glenn Morris <rgm@gnu.org>
2502
2503 * info-xref.el (info-xref-docstrings): Replace cl function.
2504 Also skip directories.
2505
2506 2011-01-16 Kevin Ryde <user42@zip.com.au>
2507
2508 * info-xref.el: Version 3.
2509 (info-xref-check, info-xref-check-all): Move commentary details
2510 into docstrings for better visibility.
2511 Use compilation-mode for the results buffer.
2512 (info-xref-output, info-xref-output-error, info-xref-with-output)
2513 (info-xref-filename, info-xref-in-progress):
2514 New internals for this.
2515 (info-xref-check-list, info-xref-check-buffer)
2516 (info-xref-check-all-custom): Use those.
2517 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2518 (info-xref-output-heading): Rename from info-xref-filename-heading.
2519 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2520 (info-xref-filename-heading): Move to output managing section.
2521 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2522 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2523 (info-xref-subfile-p): Move to generic section with those two.
2524 (info-xref-check-node): New function split from
2525 info-xref-check-buffer, shared by info-xref-docstrings.
2526 (info-xref-goto-node-p): Move to a checking section with that func.
2527 (info-xref-unavail): New counter.
2528 (info-xref-check-node): Use it.
2529 (info-xref-with-output): Show count of unavailables at end of output.
2530 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2531 symlinks. Exclude .texi files. Exclude Emacs backup files.
2532 (info-xref-check-all-custom): Fix quietening viper-mode and
2533 gnus-registry-install -- use setq not let so as not to unbind
2534 after load.
2535
2536 2011-01-16 Juri Linkov <juri@jurta.org>
2537
2538 * isearch.el (isearch-abort): Don't quit if search has
2539 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2540
2541 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2542
2543 * files.el (backup-buffer): Make last-resort backup file in
2544 .emacs.d (Bug#6953).
2545
2546 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2547 make it with permission 700.
2548
2549 2011-01-15 Kenichi Handa <handa@m17n.org>
2550
2551 * mail/rmailmm.el (rmail-mime-insert-header):
2552 Set rmail-mime-coding-system to a cons whose car is the last coding
2553 system used to decode the header.
2554 (rmail-mime-find-header-encoding): New function.
2555 (rmail-mime-insert-decoded-text):
2556 Override rmail-mime-coding-system if it is a cons.
2557 (rmail-show-mime): If only a header part was decoded, find the
2558 coding system while ignoring mm-charset-override-alist.
2559
2560 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2563
2564 2011-01-15 Kenichi Handa <handa@m17n.org>
2565
2566 * mail/rmailmm.el (rmail-mime-next-item)
2567 (rmail-mime-previous-item): Delete them.
2568 (rmail-mime-shown-mode): Recursively call for children.
2569 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2570 Callers changed.
2571 (rmail-mime-raw-mode): Recursively call for children.
2572 (rmail-mode-map): Change mapping of tab and backtab to
2573 forward-button and backward-button respectively.
2574 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2575 button.
2576 (rmail-mime-update-tagline): New function.
2577 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2578 body display is changed.
2579 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2580 (rmail-mime-image): Delete this button type.
2581 (rmail-mime-toggle): New button type.
2582 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2583 body display is changed. Change the save button label to "Save".
2584 Don't process show/hide button here.
2585 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2586 the body display is changed. Unconditionally call
2587 rmail-mime-insert for children.
2588 (rmail-mime-handle): Update `display' vector of the just inserted
2589 entity.
2590 (rmail-mime-process): If mail-header-parse-content-type returns
2591 nil, use "text/plain" as the fallback type.
2592 (rmail-mime-insert): For raw-mode, recursively call
2593 rmail-mim-insert for children.
2594 (rmail-mime): Handle the case that the current buffer is not rmail
2595 buffer (e.g. in summary buffer).
2596
2597 2011-01-15 Kenichi Handa <handa@m17n.org>
2598
2599 * mail/rmailmm.el (rmail-mime-next-item)
2600 (rmail-mime-previous-item): Skip the body of a non-multipart
2601 entity if a tagline is shown.
2602
2603 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2604
2605 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2606 (tmm-prompt): Simplify.
2607 (tmm-add-prompt): Remove unused var `win'.
2608
2609 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2610 to minor mode which used nil accidentally to mean "turn off".
2611
2612 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2613
2614 * net/tramp-sh.el (tramp-find-inline-compress)
2615 (tramp-get-inline-coding): Quote command after pipe symbol for
2616 local calls under W32. (Bug#6784)
2617
2618 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2619
2620 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2621 only when running under W32.
2622
2623 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2624
2625 * progmodes/grep.el (grep-compute-defaults): Quote the program
2626 file name after the pipe symbol in Grep templates. (Bug#6784)
2627 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2628
2629 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2630
2631 * buff-menu.el (Buffer-menu-buffer-list): New var.
2632 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2633 restricted buffer list is not lost on revert (Bug#7749).
2634
2635 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2636
2637 * net/ldap.el (ldap-search-internal): Discard stderr output.
2638
2639 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2640
2641 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2642
2643 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2646
2647 2011-01-15 Kenichi Handa <handa@m17n.org>
2648
2649 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2650 part as a plain text.
2651 (rmail-mime-process-multipart): Set the default content-type to
2652 nil for unknown multipart subtypes (bug#7651).
2653
2654 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * hexl.el (hexl-mode-old-*): Remove.
2657 (hexl-mode--old-var-vals): New var to replace them.
2658 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2659 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2660 Use them to set local vars (bug#7846).
2661 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2662 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2663 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2664
2665 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2666 (smerge-resolve--normalize-re): New var.
2667 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2668 (smerge-resolve): Use them.
2669 * newcomment.el (comment-only-p): New function.
2670 (comment-or-uncomment-region): Use it.
2671
2672 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2673
2674 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2675 table, get the value before switching to the output buffer. (Bug#7733)
2676
2677 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2680
2681 2011-01-14 Kim F. Storm <storm@cua.dk>
2682
2683 * emulation/cua-base.el (cua--init-keymaps):
2684 Remap exchange-point-and-mark in cua-global-keymap.
2685
2686 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2687
2688 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2689 loop keyword.
2690
2691 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2694 Require CL.
2695 (easy-menu-create-menu, easy-menu-convert-item-1):
2696 Use :label rather than nil for labels. Use `case'.
2697 Add :enable as alias for :active.
2698 (easy-menu-binding): Obey :label.
2699
2700 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 Use run-mode-hooks for major mode hooks (bug#513).
2703 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2704 Rename from reftex-toc-map.
2705 (reftex-toc-mode): Use define-derived-mode.
2706 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2707 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2708 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2709 (reftex-select-label-mode, reftex-select-bib-mode):
2710 Use define-derived-mode.
2711 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2712 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2713 Move init into delcaration.
2714 (reftex-index-mode, reftex-index-phrases-mode):
2715 Use define-derived-mode.
2716 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2717 speedbar-syntax-table. Move init into declaration.
2718 (speedbar-mode-map): Rename from speedbar-key-map.
2719 Move init into declaration.
2720 (speedbar-file-key-map): Move init into declaration.
2721 (speedbar-mode): Use define-derived-mode.
2722 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2723 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2724 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2725 (chart-face-list): Move initialization into declaration.
2726 (chart-mode): Use define-derived-mode.
2727 * calculator.el (calculator-mode-map): Move init into declaration.
2728 (calculator-mode): Use define-derived-mode.
2729
2730 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2731 work for nested comments.
2732
2733 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2734 (prolog-use-prolog-tokenizer-flag): Change default when
2735 syntax-propertize can be used.
2736 (prolog-syntax-propertize-function): New var.
2737 (prolog-mode-variables): Move make-local-variable into `set'.
2738 Don't make comment-column local since we don't set it.
2739 Set comment-add (as it was in previous prolog.el). Use dolist.
2740 Set syntax-propertize-function.
2741 (prolog-mode, prolog-inferior-mode):
2742 Call prolog(-inferior)-menu directly, not through the mode-hook.
2743 (prolog-buffer-module, prolog-indent-level)
2744 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2745 (prolog-comment-limits, prolog-goto-comment-column):
2746 Use line-(end|beginning)-position.
2747 (prolog-build-prolog-command): Tighten up regexp.
2748 (prolog-consult-compile): Move make-local-variable into `set'.
2749 (prolog-consult-compile-filter, prolog-goto-next-paren)
2750 (prolog-help-on-predicate, prolog-clause-info)
2751 (prolog-mark-predicate): Don't let+setq.
2752 (prolog-indent-line): Use indent-line-to.
2753 Only call prolog-goto-comment-column if necessary.
2754 (prolog-indent-level): Use bobp.
2755 (prolog-first-pos-on-line): Remove, not used any more.
2756 (prolog-in-string-or-comment): Use syntax-ppss if available.
2757 (prolog-help-on-predicate): Use read-string.
2758 (prolog-goto-predicate-info): Simplify.
2759 (prolog-read-predicate): Use `default' rather than `initial'.
2760 (prolog-temporary-file): Use make-temp-file to close a security hole.
2761 (prolog-toggle-sicstus-sd): New command.
2762 (prolog-electric-underscore, prolog-variables-to-anonymous):
2763 Use dynamic-scoping as it was meant.
2764 (prolog-menu): Move menu definitions to top-level.
2765 Use a toggle-button for Sicstus's source debugger.
2766 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2767 to "System".
2768 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2769 Move other menu definition to top-level.
2770
2771 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2772
2773 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2774 name. Keep original document's directory as default-directory
2775 (bug#6446).
2776 (doc-view-initiate-display): Fall back to normal mode when
2777 doc-view-mode cannot be enabled, also when extracting the document
2778 text into a separate buffer (bug#6446).
2779
2780 * simple.el (shell-command): Don't error out if shell command
2781 buffer contains text with non-nil read-only property when erasing
2782 the buffer.
2783
2784 2011-01-13 Kim F. Storm <storm@cua.dk>
2785
2786 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2787 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2788 items when cycling through the matches.
2789
2790 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2791
2792 * dired-x.el (dired-omit-verbose): New defcustom that allows
2793 disabling the omit messages.
2794 (dired-omit-expunge): Use it.
2795
2796 2011-01-13 Christian Ohler <ohler@gnu.org>
2797
2798 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2799
2800 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * font-lock.el (font-lock-verbose): Default to nil.
2803
2804 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2807 (compose-mail): New arg RETURN-ACTION.
2808 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2809
2810 * mail/sendmail.el (mail-return-action): New var.
2811 (mail-mode): Make it buffer-local.
2812 (mail-bury): Obey it. Move special Rmail window handling to
2813 rmail-mail-return.
2814 (mail, mail-setup): New arg RETURN-ACTION.
2815 (sendmail-user-agent-compose): Move from simple.el.
2816
2817 * mail/rmail.el (rmail-mail-return): New function.
2818 (rmail-start-mail): Pass it to compose-mail.
2819
2820 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2823 menus. Add menu item for customize-themes.
2824
2825 * cus-theme.el (customize-themes):
2826 * emacs-lisp/package.el (package--list-packages):
2827 Use switch-to-buffer.
2828
2829 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2830
2831 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2832
2833 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * progmodes/prolog.el: Fix up coding convention and such.
2836 (prolog-indent-width): Use the same default as in
2837 previous prolog.el rather than tab-width which depends on which buffer
2838 is current when the file is loaded.
2839 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2840 is not available.
2841 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2842 (prolog-known-systems): Remove.
2843 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2844 Move initialization into declaration.
2845 (prolog-mode-map): Move initialization into declaration.
2846 Remove system-specific mode-map vars, since they referred to the same
2847 keymap anyway.
2848 (prolog-mode-variables): Obey the user's preference w.r.t
2849 adaptive-fill-mode. Prefer symbol-value to `eval'.
2850 (prolog-mode-keybindings-edit): Add compatibility bindings.
2851 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2852 (mercury-mode-map): New var.
2853 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2854 (prolog-ensure-process, prolog-process-insert-string)
2855 (prolog-consult-compile): Use with-current-buffer.
2856 (prolog-guess-fill-prefix): Simplify data flow.
2857 (prolog-replace-in-string): New function to use instead of
2858 replace-in-string.
2859 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2860 (prolog-uncomment-region): Use `uncomment-region' when available.
2861 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2862 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2863 of int-to-char and char-to-int.
2864 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2865
2866 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2867
2868 * progmodes/prolog.el: Replace by a whole new file.
2869
2870 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2873 (declare-function, undefined, insert-for-yank)
2874 (replace-regexp-in-string): Follow checkdoc's recommendations.
2875
2876 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2879 refreshing the diary buffer.
2880
2881 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2882
2883 * allout.el: Add 2011 to the file copyright.
2884 (allout-encrypt-string): Prevent encryption from adding an extra
2885 newline at the end of the topic body.
2886 (allout-version): Increment to 2.3.
2887
2888 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * net/dbus.el (dbus-unregister-service): Complete doc.
2891 Fix call of dbus-error signal.
2892 (dbus-register-property): Use `dont-register' keyword.
2893
2894 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2895
2896 * net/dbus.el (dbus-unregister-service): Translate returned
2897 integer into a symbol.
2898 (dbus-register-property): Use `dbus-register-service' to do the
2899 name registration.
2900
2901 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2902
2903 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2904 Suggested by Joakim Verona.
2905
2906 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2907
2908 * wid-edit.el (visibility): Replace :on-image and :off-image
2909 widget properties with :on-glyph and :off-glyph, for consistency
2910 with the `visibility' widget.
2911 (widget-toggle-value-create, widget-visibility-value-create):
2912 Merge into a single function `widget-toggle-value-create'.
2913
2914 * cus-edit.el (custom-variable-value-create, custom-visibility)
2915 (custom-face-edit-value-create, custom-face-value-create):
2916 Replace :on-image and :off-image widget properties with :on-glyph and
2917 :off-glyph, for consistency with the `visibility' widget.
2918
2919 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2920
2921 * net/ldap.el (ldap-search-internal): Don't use eval.
2922
2923 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2924
2925 * subr.el (read-char-choice): Use read-key.
2926
2927 * custom.el (custom-safe-themes): Rename from
2928 custom-safe-theme-files. Add :risky tag.
2929 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2930 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2931
2932 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2933
2934 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2935 from Search and add a label to Undo.
2936
2937 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2938 inappropriate buttons and adding :vert-only tags.
2939
2940 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2941 removal of Help tool-bar button. Remove Undo button for space.
2942
2943 * info.el (info-tool-bar-map): Add :vert-only tags.
2944
2945 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2946
2947 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2948 image backend support. Either of them is fine.
2949
2950 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2951
2952 * subr.el (y-or-n-p): Doc fix.
2953
2954 * custom.el (custom-safe-theme-files): New defcustom.
2955 (custom-theme-load-confirm): New function.
2956 (load-theme): Load theme using `load', confirming with
2957 custom-theme-load-confirm if necessary.
2958
2959 * subr.el (read-char-choice): New function, factored out from
2960 dired-query and hack-local-variables-confirm.
2961
2962 * dired-aux.el (dired-query):
2963 * files.el (hack-local-variables-confirm): Use it.
2964
2965 * dired-aux.el (dired-compress-file):
2966 * files.el (abort-if-file-too-large, find-alternate-file)
2967 (set-visited-file-name, write-file, backup-buffer)
2968 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2969 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2970 Use new format string args for y-or-n-p and yes-or-no-p.
2971
2972 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2973
2974 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2975 [gcc-include]: Tighten file name match, add match for column
2976 number. (Bug#7806)
2977 [gnu]: Remove unused group.
2978
2979 2011-01-08 Glenn Morris <rgm@gnu.org>
2980
2981 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2982
2983 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2984
2985 2011-01-07 Sam Steingold <sds@gnu.org>
2986
2987 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2988 the `explicit-shell-file-name' because that is the
2989 non-interactive shell.
2990
2991 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * subr.el (y-or-n-p): Accept format string args.
2994
2995 2011-01-07 Glenn Morris <rgm@gnu.org>
2996
2997 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2998
2999 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3000
3001 * allout.el (allout-back-to-current-heading): Ensure return to
3002 the visible containing topic, rather than a collapsed one.
3003 (allout-view-change-hook): Remove hook that was deprecated long ago.
3004 (allout-exposure-change-hook): Remove documentation remarks
3005 concerning removed allout-view-change-hook.
3006 (allout-flag-region): Remove invocation of and documentation
3007 remarks concerning allout-view-change-hook.
3008
3009 2011-01-06 Glenn Morris <rgm@gnu.org>
3010
3011 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3012 (vc-bzr-annotate-extract-revision-at-line):
3013 Handle authors with embedded spaces. (Bug#7792)
3014
3015 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3016
3017 * doc-view.el (doc-view-image-width): New variable.
3018 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3019 backend for PNG images, and do dynamic rescaling instead of
3020 reconverting the whole doc.
3021
3022 2011-01-05 Glenn Morris <rgm@gnu.org>
3023
3024 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3025
3026 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3027
3028 * allout.el: Reconcile with changes in line movement behavior for
3029 long text lines that cross more than a single physical window
3030 line, ie when truncate-lines is nil.
3031 (allout-next-visible-heading): Provide for change in line-move
3032 behavior on long lines when truncate-lines is nil. In that case,
3033 line-move can wind up on the same textual line when it moves to
3034 the next window line, and moving to the bullet position after the
3035 move yields zero advancement. Add logic to detect and compensate
3036 for the lack of progress.
3037 (allout-current-topic-collapsed-p): move-end-of-line respect for
3038 field boundaries is different when operating with body lines
3039 shorter than window width versus ones greater than window width,
3040 which can yield false negatives in this function. Avoid
3041 difference by applying move-end-of-line while field-text-motion is
3042 inhibited.
3043
3044 2011-01-04 Glenn Morris <rgm@gnu.org>
3045
3046 * textmodes/rst.el (rst-compile-toolsets):
3047 Add pdf and s5 to option alist.
3048
3049 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3050
3051 * net/dbus.el (dbus-register-property): Add optional parameter
3052 dont-register-service. Updated docstring accordingly.
3053
3054 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3055
3056 * textmodes/rst.el (rst-compile-pdf-preview)
3057 (rst-compile-slides-preview): Remove extra line.
3058
3059 2011-01-04 Glenn Morris <rgm@gnu.org>
3060
3061 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3062 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3063 default to `prog' without a .py extension.
3064 (rst-compile-pdf-preview, rst-compile-slides-preview):
3065 Use program names from rst-compile-toolsets, rather than hard-coding.
3066 (rst-portable-mark-active-p): Fix presumed typo.
3067
3068 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3069
3070 * term/w32-win.el (dynamic-library-alist): Set up correctly for
3071 libpng versions both before and after 1.4.0. (Bug#7716)
3072
3073 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3074
3075 * time.el (display-time-mode): Mention display-time-interval in
3076 the doc string. (Bug#7713)
3077
3078 2011-01-02 Kenichi Handa <handa@m17n.org>
3079
3080 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3081 condition-case and return an error message string if something
3082 goes wrong.
3083 (rmail-show-mime): Adjust for the above change. Insert the
3084 header by rmail-mime-insert-header.
3085
3086 2011-01-02 Kenichi Handa <handa@m17n.org>
3087
3088 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3089 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3090 (rmail-mime-mbox-buffer)
3091 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3092 (rmail-mime-entity): Argument changed. All codes handling an
3093 entity object are changed.
3094 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
3095 the above change.
3096 (rmail-mime-entity-children, rmail-mime-entity-handler)
3097 (rmail-mime-entity-tagline): New functions.
3098 (rmail-mime-message-p): New function.
3099 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3100 (rmail-mime-entity-segment, rmail-mime-next-item)
3101 (rmail-mime-previous-item, rmail-mime-shown-mode)
3102 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3103 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
3104 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3105 New functions.
3106 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3107 (rmail-mime-insert-decoded-text): New function.
3108 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3109 (rmail-mime-insert-image): Argument changed. Caller changed.
3110 (rmail-mime-image): Call rmail-mime-toggle-hidden.
3111 (rmail-mime-set-bulk-data): New function.
3112 (rmail-mime-insert-bulk): Argument changed.
3113 (rmail-mime-multipart-handler): Return t.
3114 (rmail-mime-process-multipart): Argument changed.
3115 Handle "multipart/alternative" here.
3116 (rmail-mime-process): Argument changed.
3117 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3118 (rmail-mime-insert): Argument changed. Handle raw display mode.
3119 (rmail-mime): Argument changed. Handle toggling of raw display
3120 mode.
3121 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3122 rmail-mime-view-buffer.
3123 (rmail-insert-mime-forwarded-message): Likewise.
3124 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3125
3126 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3127 non-nil, handle the header in rmail-show-mime-function.
3128
3129 2011-01-02 Leo <sdl.web@gmail.com>
3130
3131 * help-fns.el (describe-variable): Fix previous change.
3132
3133 2011-01-02 Juri Linkov <juri@jurta.org>
3134
3135 * isearch.el (isearch-lazy-highlight-error): New variable.
3136 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3137 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3138 to the current value of `isearch-error' (Bug#7468).
3139
3140 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * help-fns.el (describe-variable): Don't emit trailing whitespace
3143 (Bug#7511).
3144
3145 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3146
3147 * textmodes/rst.el (rst-compile-pdf-preview)
3148 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3149
3150 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3151
3152 * emulation/edt-mapper.el: Override mapping of function keys so
3153 that the later call to read-key-sequence works.
3154
3155 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3156
3157 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3158 Unix EOLs. (Bug#7589)
3159
3160 2011-01-02 Leo <sdl.web@gmail.com>
3161
3162 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3163 if point is not behind eshell-last-output-end (Bug#7585).
3164
3165 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * files.el (file-local-variables-alist):
3168 Make permanent-local (bug#7767).
3169
3170 2011-01-02 Glenn Morris <rgm@gnu.org>
3171
3172 * version.el (emacs-copyright): Set short copyright year to 2011.
3173
3174 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3175
3176 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3177 an existing temp buffer. (Bug#7746)
3178
3179 2011-01-02 Glenn Morris <rgm@gnu.org>
3180
3181 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3182 multiple addresses. (Bug#7760)
3183
3184 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3185
3186 * allout.el (allout-auto-fill): Do not infinitely recurse - use
3187 do-auto-fill if everything points back to allout-auto-fill.
3188 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3189 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3190
3191 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
3192
3193 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3194 and "scpx".
3195
3196 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3197
3198 * doc-view.el (doc-view-set-doc-type): New function refactored
3199 from doc-view-mode.
3200 (doc-view-fallback-mode): New function.
3201 (doc-view-mode): Use it.
3202 (doc-view-mode-maybe): New function that checks if doc-view-mode
3203 can be used and falls back to the next best mode otherwise.
3204
3205 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3206 DVI, OpenDocument, and MS Office files.
3207
3208 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3209
3210 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3211
3212 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3213
3214 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3215 on a copy of auto-mode-alist, because that deletes with side
3216 effects.
3217
3218 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3219
3220 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3221 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
3222 fallback instead of hard coding fundamental mode.
3223
3224 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3225
3226 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3227 Office) files also for searching.
3228
3229 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3230
3231 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3232 Office) files. Not yet enabled via auto-mode-list.
3233 (doc-view-unoconv-program): New custom variable.
3234 (doc-view-mode-p): Handle new odf document type.
3235 (doc-view-odf->pdf): New conversion function.
3236 (doc-view-convert-current-doc): Call it for odf files.
3237 (doc-view-mode): Recognize newly supported file extensions.
3238
3239 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
3240
3241 * net/tramp.el (tramp-default-method-alist)
3242 (tramp-default-user-alist)
3243 (tramp-local-host-regexp, tramp-prefix-domain-format)
3244 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3245
3246 * net/tramp-ftp.el:
3247 * net/tramp-gvfs.el:
3248 * net/tramp-gw.el:
3249 * net/tramp-imap.el:
3250 * net/tramp-sh.el:
3251 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3252 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3253
3254 2010-12-29 Karl Fogel <kfogel@red-bean.com>
3255
3256 * saveplace.el (save-place-alist-to-file): Save list sorted and
3257 pretty-printed, so that it is mergeable by line-based text merging,
3258 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3259
3260 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3261
3262 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
3263 (allout-mode): Argument "toggle" => "force".
3264 Refine the docstring.
3265 Remove special provisions for reactivation, besides the 'force'
3266 argument.
3267 Consolidate layout provisions coce directly into the activation
3268 condition branch, now that we've removed those provisions.
3269 (allout-unload-function): Explicitly activate the mode before
3270 deactivating, if it's initially deactivated.
3271 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3272 warnings for version of function used only where
3273 set-buffer-multibyte is unavailable.
3274
3275 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
3276
3277 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3278 are handled by the menu-bar entries. As before, don't use
3279 :visibile to avoid changing the tool-bar.
3280
3281 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3282
3283 * net/secrets.el (secrets-delete-alias): New defun.
3284
3285 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3286
3287 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3288 methods, otherwise ~/.ssh/config would be ignored.
3289
3290 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * emacs-lisp/rx.el: Make it a superset of sregex.
3293 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3294 of args, add `regex' alias.
3295 (rx-info): Add arg to distinguish head and standalone forms.
3296 (rx-check, rx-form): Pass the corresponding arg.
3297 (rx-**): Simplify.
3298 (rx-repeat): Make it work for any number of args.
3299 (rx-syntax): Make it accept syntax chars as is.
3300 * obsolete/sregex.el: Move from emacs-lisp/.
3301 * emacs-lisp/re-builder.el: Remove sregex support.
3302 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3303
3304 2010-12-25 Eli Zaretskii <eliz@gnu.org>
3305
3306 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3307 PRIMARY first, then the clipboard. (Bug#7699)
3308
3309 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3310
3311 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3312 print-number-table.
3313
3314 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3317 .emacs.elc (Bug#7530).
3318
3319 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3320 image spec (Bug#7480).
3321
3322 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3323
3324 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
3325 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3326 Move from lisp/.
3327
3328 2010-12-20 Leo <sdl.web@gmail.com>
3329
3330 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3331 always be performed (Bug#7680).
3332
3333 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
3334
3335 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3336 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3337 mouse-region-match.
3338
3339 * color.el: Move from gnus/.
3340
3341 * vc/diff.el (diff-better-file-name): Function deleted.
3342 abbreviating file names causes problems with shell-quote-argument.
3343 (diff-no-select): Just use expand-file-name.
3344
3345 * tool-bar.el (tool-bar--image-expression): New function.
3346 (tool-bar-local-item, tool-bar--image-exp): Use it.
3347 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3348 Use :enable instead of :visible to avoid changing the tool-bar
3349 configuration unnecessarily.
3350
3351 * info.el (info-tool-bar-map): Add separators.
3352
3353 2010-12-17 Ken Brown <kbrown@cornell.edu>
3354
3355 * loadup.el: Use version numbers in Cygwin build.
3356
3357 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3358
3359 * ido.el (ido-file-internal): Ask for confirmation before
3360 overwriting an existing file (Bug#1238).
3361
3362 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * tool-bar.el (tool-bar-setup): Add separators.
3365
3366 * menu-bar.el (featurep): Use menu-bar-separator.
3367
3368 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3369
3370 Migrate allout encryption provisions from pgg to epg.
3371
3372 * allout.el (allout-toggle-current-subtree-encryption)
3373 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3374 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3375 for simpler universal argument interpretation.
3376 (allout-toggle-subtree-encryption): Adjust docstring to describe
3377 changed encryption provisions. Change fetch-pass to keymode-cue, for
3378 simpler universal argument interpretation. Remove provisions for
3379 handling key type and identity - they'll all be within
3380 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3381 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3382 for keypair recipients (universal argument > 1) and, in addition,
3383 associating the specified recipients with the outline (universal
3384 argument > 4) using a file local variable setting for
3385 'epa-file-encrypt-to'.
3386 Require epa, for recipients handling.
3387 Change how regexp filtering elements are named.
3388 Describe the problem with caching of incorrect symmetric-decryption
3389 keys.
3390 Use the epa-passphrase-callback-function, in case the user is using
3391 GnuPG v1.
3392 Support saving of the selected keypair recipients when invoked with a
3393 keymode-cue > 4.
3394 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3395 Require 'epa.
3396 Establish epg-context with armoring and default epg-protocol.
3397 Remove all passphrase cache, verification, and hinting code.
3398 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3399 No longer used, delete.
3400 (allout-mode): Adjust docstring to describe changed encryption
3401 provisions. Describe the problem with caching of incorrect
3402 symmetric-decryption keys.
3403 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3404 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3405 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3406 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3407 Obsolete, remove.
3408
3409 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3410
3411 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3412 key selection prompt; make 'silent as default (Bug#7487).
3413
3414 2010-12-16 Leo <sdl.web@gmail.com>
3415
3416 * eshell/eshell.el (eshell-directory-name):
3417 Use locate-user-emacs-file (Bug#7578).
3418
3419 2010-12-15 Glenn Morris <rgm@gnu.org>
3420
3421 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3422
3423 2010-12-15 Jari Aalto <jari.aalto@cante.net>
3424 Scott Evans <gse@antisleep.com>
3425
3426 * rect.el (rectange--default-line-number-format)
3427 (rectangle-number-line-callback): New functions.
3428 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3429
3430 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
3431
3432 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3433 Delete unused variables.
3434 (move-to-column-force): Remove function obsolete since 21.2.
3435
3436 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3437
3438 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3439 (tramp-handle-insert-file-contents): Do not set permanent-local
3440 property.
3441
3442 * net/tramp-cache.el (tramp-persistency-file-name):
3443 Use `locate-user-emacs-file' if fboundp.
3444
3445 * net/tramp-sh.el (tramp-methods): Add "ksu".
3446 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3447 method list.
3448
3449 2010-12-14 Glenn Morris <rgm@gnu.org>
3450
3451 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3452 (find-tag-marker-ring): Declare.
3453 (js-find-symbol): Require etags.
3454
3455 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3456 Require mail-utils.
3457 (mail-alias-file): Don't autoload. Doc fix.
3458 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3459 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3460 Mark as obsolete, and risky.
3461 (mail-setup): Simplify.
3462
3463 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3464 * mail/sendmail.el (build-mail-aliases): Update autoload.
3465
3466 * dired.el (dired-trivial-filenames, dired-chown-program)
3467 (dired-auto-revert-buffer): Remove autoload cookies.
3468 * mail/sendmail.el (mail-recover-1): Require 'dired.
3469
3470 * dired.el (dired-subdir-switches, dired-chown-program)
3471 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3472 Make into defcustoms.
3473 (dired-chown-program): Simplify initialization.
3474
3475 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3476
3477 2010-12-13 Romain Francoise <romain@orebokech.com>
3478
3479 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3480
3481 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3482
3483 * net/netrc.el (netrc-point-at-eol): Remove the unused
3484 netrc-point-at-old and netrc-bound-and-true-p bindings.
3485 (netrc-parse): Cache the netrc contents.
3486
3487 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3488
3489 * subr.el (posn-col-row): Evaluate header-line-format in the
3490 context of the POSITION window's buffer.
3491
3492 2010-12-13 Glenn Morris <rgm@gnu.org>
3493
3494 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3495 (with-silent-modifications): Doc fixes.
3496
3497 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3498
3499 * net/tramp.el (tramp-action-password, tramp-process-actions):
3500 Revert previous from. Use `save-restriction'.
3501
3502 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
3503
3504 * calendar/diary-lib.el (diary-list-sexp-entries):
3505 Handle case of no newline at end of file. (Bug#7536)
3506
3507 2010-12-13 Glenn Morris <rgm@gnu.org>
3508
3509 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3510
3511 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3512
3513 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3514 (tramp-process-actions): Do not widen.
3515
3516 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3517 Protect buffer-modified value. (Bug#7557)
3518
3519 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3520
3521 * log-edit.el (log-edit-changelog-entries):
3522 Regexp quote filename. (Bug#7505)
3523
3524 2010-12-13 Tom Breton <tehom@panix.com>
3525
3526 * cus-edit.el (custom-save-all):
3527 Bind print-length and print-level to nil. (Bug#7581)
3528
3529 2010-12-13 Glenn Morris <rgm@gnu.org>
3530
3531 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3532 Run hooks to update menu contents. (Bug#7586)
3533
3534 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3535 file names, for the sake of MS Windows. (Bug#7588)
3536
3537 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3540 empty lines without a leading space.
3541
3542 2010-12-13 Leo <sdl.web@gmail.com>
3543
3544 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3545 while mapping over marks (Bug#6810).
3546
3547 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3548
3549 * image-dired.el (image-dired-db-file)
3550 (image-dired-temp-image-file, image-dired-gallery-dir)
3551 (image-dired-temp-rotate-image-file): Set default values relative
3552 to image-dired-dir (Bug#7518).
3553
3554 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3555
3556 * format.el (format-decode-run-method): Pass args FROM and TO, not
3557 point-min and point-max, to shell-command-on-region (Bug#7488).
3558
3559 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3560
3561 * frame.el (blink-cursor-mode): Make default t for ns.
3562
3563 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3564
3565 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3566
3567 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3568
3569 * comint.el (comint-dynamic-list-input-ring)
3570 (comint-dynamic-complete-filename)
3571 (comint-replace-by-expanded-filename)
3572 (comint-dynamic-simple-complete)
3573 (comint-dynamic-list-filename-completions)
3574 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3575
3576 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3577 Doc fix (Bug#7471).
3578
3579 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3580
3581 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3582 (Bug#7533).
3583
3584 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3585
3586 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3587 (Bug#7491).
3588
3589 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3590
3591 * files.el (file-relative-name): Handle UNC file names on
3592 DOS/Windows. (Bug#4674)
3593
3594 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3595
3596 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3597 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3598 (epg-context-set-passphrase-callback): Mention that the callback
3599 is not called when used with GnuPG 2.x.
3600
3601 2010-12-13 Glenn Morris <rgm@gnu.org>
3602
3603 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3604 Ensure ps-footer-font-size-internal is initialized.
3605 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3606
3607 2010-12-13 Kenichi Handa <handa@m17n.org>
3608
3609 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3610 within condition-case.
3611 (rmail-show-mime): Don't use condition-case.
3612 (rmail-search-mime-message): New function.
3613 (rmail-search-mime-message-function): Set to
3614 rmail-search-mime-message.
3615
3616 2010-12-13 Leo <sdl.web@gmail.com>
3617
3618 * ido.el (ido-common-initialization): New function. (bug#3274)
3619 (ido-mode): Use it.
3620 (ido-completing-read): Call it.
3621
3622 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3623
3624 * bookmark.el (bookmark-name-from-full-record): Rename back to
3625 this original name from `bookmark-name-from-record' reverting part
3626 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3627 As Drew Adams pointed out, there was no reason to cause churn for
3628 third-party callers. (Bug#7609)
3629
3630 2010-12-12 Alan Mackenzie <acm@muc.de>
3631
3632 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3633 template arglist, check that the current language supports this.
3634
3635 2010-12-11 Glenn Morris <rgm@gnu.org>
3636
3637 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3638 state of the file matches. (Bug#7544)
3639 (vc-bzr-register, vc-bzr-checkin)
3640 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3641 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3642
3643 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3644
3645 2010-12-11 Karel Klíč <kklic@redhat.com>
3646
3647 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3648
3649 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 Derive from prog-mode, use derived-mode-p, and fix up various
3652 minor style issues in lisp/progmodes.
3653
3654 * progmodes/vhdl-mode.el (vhdl-mode):
3655 * progmodes/verilog-mode.el (verilog-mode):
3656 * progmodes/vera-mode.el (vera-mode):
3657 * progmodes/sql.el (sql-mode):
3658 * progmodes/scheme.el (scheme-mode):
3659 * progmodes/perl-mode.el (perl-mode):
3660 * progmodes/octave-inf.el (inferior-octave-mode):
3661 * progmodes/autoconf.el (autoconf-mode):
3662 * progmodes/m4-mode.el (m4-mode):
3663 * progmodes/inf-lisp.el (inferior-lisp-mode):
3664 * progmodes/idlwave.el (idlwave-mode):
3665 * progmodes/icon.el (icon-mode):
3666 * progmodes/idlw-help.el (idlwave-help-mode):
3667 * progmodes/dcl-mode.el (dcl-mode):
3668 * progmodes/idlw-shell.el (idlwave-shell-mode):
3669 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3670 (ebrowse-member-mode, ebrowse-electric-position-mode):
3671 Use define-derived-mode.
3672
3673 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3674 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3675 (xscheme-debugger-mode-p, xscheme-send-string-1):
3676 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3677 (tcl-load-file, tcl-restart-with-file):
3678 * progmodes/ps-mode.el (ps-run-running):
3679 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3680 * progmodes/js.el (js--get-all-known-symbols):
3681 * progmodes/inf-lisp.el (inferior-lisp-proc):
3682 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3683 (idlwave-template, idlwave-update-buffer-routine-info)
3684 (idlwave-update-current-buffer-info)
3685 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3686 (idlwave-scan-class-info, idlwave-fix-keywords)
3687 (idlwave-list-buffer-load-path-shadows):
3688 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3689 (idlwave-toolbar-remove):
3690 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3691 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3692 (idlwave-shell-menu-def):
3693 * progmodes/idlw-complete-structtag.el
3694 (idlwave-prepare-structure-tag-completion):
3695 * progmodes/gud.el (gud-set-buffer):
3696 * progmodes/f90.el (f90-backslash-not-special):
3697 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3698
3699 * progmodes/xscheme.el (xscheme-start)
3700 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3701 * progmodes/which-func.el (which-function):
3702 * progmodes/vhdl-mode.el (vhdl-set-style):
3703 * progmodes/verilog-mode.el (verilog-set-compile-command)
3704 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3705 (verilog-set-define, verilog-auto-reeval-locals):
3706 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3707 * progmodes/simula.el (simula-mode):
3708 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3709 * progmodes/python.el (python-check, python-mode):
3710 * progmodes/prolog.el (prolog-mode-variables):
3711 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3712 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3713 * progmodes/delphi.el (delphi-mode):
3714 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3715 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3716 (c-font-lock-init): Move make-local-variable to their setq.
3717
3718 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3719 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3720 make-local-hook.
3721 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3722 (sh-set-shell): Don't set require-final-newline since it's already done
3723 by prog-mode.
3724 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3725 since we never set it.
3726 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3727 Use read-string and standard prompt.
3728 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3729 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3730 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3731 (meta-common-mode-map): Rename from meta-mode-map.
3732 Remove C-m binding, which is a user preference, not mode specific.
3733 (meta-common-mode): New major mode; replace meta-common-initialization.
3734 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3735 around with font-lock.
3736 * progmodes/etags.el (select-tags-table-mode):
3737 Derive from special-mode.
3738 * progmodes/octave-mod.el (octave-mode):
3739 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3740 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3741 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3742 Let define-derived-mode do its job.
3743 * progmodes/cpp.el (cpp-edit-mode-map):
3744 Move initialization into declaration.
3745 (cpp-edit-mode): Use define-derived-mode.
3746 (cpp-edit-load): Use derived-mode-p.
3747 * progmodes/mixal-mode.el (mixal-mode):
3748 * progmodes/f90.el (f90-mode):
3749 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3750 require-final-newline since prog-mode does it already.
3751 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3752 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3753 * progmodes/antlr-mode.el: Require cc-mode upfront.
3754 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3755 the declaration.
3756 (antlr-directory-dependencies, antlr-show-makefile-rules):
3757 Use derived-mode-p.
3758 (antlr-language-option): Don't assume point-min==1.
3759 (antlr-mode): Use define-derived-mode.
3760 * progmodes/ada-mode.el: Use derived-mode-p.
3761 (ada-mode): Use define-derived-mode.
3762 Use hack-local-variables-hook.
3763
3764 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3767 (texinfo-mode): Don't disable adaptive-fill-mode.
3768 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3769 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3770 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3771 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3772 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3773 (texinfo-insert-@quotation, texinfo-insert-@samp)
3774 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3775 (texinfo-insert-@uref): Use define-skeleton.
3776 (texinfo-insert-@-with-arg): Delete.
3777
3778 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3779
3780 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3781 nil, do quote archive member names. (Bug#6144)
3782
3783 2010-12-10 Glenn Morris <rgm@gnu.org>
3784
3785 * files.el (diff-no-select): Declare.
3786
3787 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3788 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3789
3790 * comint.el (comint-input-ring-file-name): Doc fix.
3791
3792 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3793
3794 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3795 New functions.
3796 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3797 Use them instead of `nil' and `>', respectively.
3798 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3799 instead of `nil'.
3800 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3801 and menu-bar-positive-p instead of `nil' and `>', respectively.
3802 (Bug#1077)
3803
3804 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3805
3806 * whitespace.el (whitespace-newline-mode): Code fix.
3807
3808 2010-12-09 Glenn Morris <rgm@gnu.org>
3809
3810 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3811 Rename functions without commas, update callers.
3812
3813 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3814
3815 * whitespace.el (whitespace-cleanup-region):
3816 Clean up spaces before tabs. (Bug#7582)
3817
3818 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3819
3820 * bookmark.el: Adjust parameter names and doc strings to resolve
3821 confusion over whether "bookmark" meant a bookmark name or a
3822 bookmark record. Along the way, shorten one function's name for
3823 similar reasons. (Issue #7548)
3824 (bookmark-name-from-record): New name for
3825 `bookmark-name-from-full-record'. All callers changed.
3826 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3827 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3828 (bookmark-get-annotation, bookmark-set-annotation)
3829 (bookmark-get-filename, bookmark-set-filename)
3830 (bookmark-get-position, bookmark-set-position)
3831 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3832 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3833 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3834 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3835 Rename `bookmark' parameter to `bookmark-name-or-record', to
3836 clearly show its role, and shorten or adjust doc strings accordingly.
3837 (bookmark-set-name): Same, and pass the parameter directly to
3838 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3839 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3840 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3841 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3842 and in some cases shorten doc string accordingly.
3843 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3844 and `new-name', and adjust an internal variable to avoid confusion.
3845 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3846 parameter in doc string.
3847
3848 2010-12-08 Glenn Morris <rgm@gnu.org>
3849
3850 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3851 from gdb's history file. (Bug#7575)
3852
3853 * mail/emacsbug.el (report-emacs-bug):
3854 Try to handle some other mail clients.
3855
3856 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3859 Use string-prefix-p.
3860 (file-name-version-regexp): New var.
3861 (file-name-sans-versions):
3862 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3863 (jka-compr-get-compression-info): Use dolist.
3864 (jka-compr-compression-info-list): Don't bother specifying
3865 version/backup regexps.
3866
3867 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3868
3869 * simple.el (just-one-space): Make argument n default to 1 if
3870 omitted.
3871
3872 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * electric.el (electric-indent-post-self-insert-function):
3875 Delete trailing newlines even if we don't reindent.
3876
3877 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * minibuffer.el (completion-at-point): Remove the `arg'.
3880 * bindings.el (complete-symbol): Move back from minibuffer.el.
3881
3882 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3883
3884 * simple.el (just-one-space): Delete newlines for negative arg.
3885
3886 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3889 (ansi-color-filter-apply): Simplify.
3890 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3891
3892 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3893
3894 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3895
3896 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3897
3898 * dired.el (dired-use-ls-dired): Set default to a special
3899 "unspecified" value.
3900 (dired-insert-directory): When called the first time, check
3901 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3902
3903 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3904
3905 * replace.el: Add "collect" feature to occur.
3906 (occur-collect-regexp-history): New var.
3907 (occur-read-primary-args): Return a replace string for nlines,
3908 if needed.
3909 (occur): Extend the meaning of nlines.
3910
3911 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3914 (which-func-update-1): Distinguish symbols from strings.
3915 (which-function): Stay within 80 columns.
3916
3917 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3920
3921 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3922 Improve docstring.
3923 (comment-style): Use comment-styles's docs to describe values.
3924
3925 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3926
3927 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3928 and ns-show-prefs (Bug#7535).
3929
3930 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3931 bindings (Bug#7535).
3932
3933 2010-12-03 Glenn Morris <rgm@gnu.org>
3934
3935 * nxml/nxml-mode.el: Require rng-nxml.
3936 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3937 Remove declarations.
3938
3939 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3940 * nxml/rng-nxml.el, nxml/rng-valid.el:
3941 Remove leading `*' from defcustom docs.
3942
3943 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3944 (normal-top-level-add-to-load-path, tty-handle-args):
3945 Convert comments to basic doc-strings.
3946
3947 * net/browse-url.el (browse-url-url-at-point)
3948 (browse-url-default-browser): Remove autoload cookies.
3949
3950 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3951 Remove more undefined cl functions.
3952
3953 * vc/diff.el (diff-sentinel): Make new arguments optional.
3954 * ibuf-ext.el (diff-sentinel): Update declaration.
3955
3956 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3957
3958 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3959 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3960 (epg-context-set-passphrase-callback): Mention that the callback
3961 is not called when used with GnuPG 2.x.
3962
3963 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3964
3965 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3966 (tramp-file-name-port): Check also for `tramp-default-port'.
3967 (tramp-get-connection-name): New defun.
3968 (tramp-get-connection-process): Use it.
3969 (tramp-debug-message): Extend function exclude list.
3970 (tramp-drop-volume-letter): Fix doc string.
3971
3972 * net/tramp-cmds.el: Remove solved todo item.
3973
3974 * net/tramp-ftp.el:
3975 * net/tramp-gvfs.el:
3976 * net/tramp-gw.el:
3977 * net/tramp-imap.el:
3978 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3979 and `tramp-default-user-alist', respectively.
3980
3981 * net/tramp-gw.el (tramp-gw-open-connection):
3982 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3983
3984 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3985 `tramp-file-name-port'.
3986
3987 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3988 and "psftp". Exchange "%k" marker with options.
3989 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3990 Compute size of link target.
3991 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3992 `tramp-current-*' up due to gateway methods. Optimize computing of
3993 copy arguments. Use `tramp-get-connection-name' and
3994 `tramp-get-connection-buffer'. Improve debug messages.
3995 (tramp-compute-multi-hops): Remove port determination.
3996 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3997
3998 * net/trampver.el: Update release number.
3999
4000 2010-12-02 Glenn Morris <rgm@gnu.org>
4001
4002 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4003 Avoid infinite loop over windows. (Bug#7492)
4004
4005 * progmodes/flymake.el (flymake-check-file-limit):
4006 Allow nil to mean "no limit".
4007 (flymake-check-patch-master-file-buffer): Update for above change.
4008 Allow a .tex file-name extension to be optional.
4009 (flymake-master-tex-init): Also match \include statements.
4010
4011 2010-11-30 Sam Steingold <sds@gnu.org>
4012
4013 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4014 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4015 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4016 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4017 define-derived-mode').
4018 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4019 users who want to call `nxml-parent-document-set'.
4020
4021 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4022
4023 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4024 stand-alone lines, since that is handled by log-edit-match-to-eoh
4025 (Bug#6465).
4026
4027 2010-11-27 Eduard Wiebe <usenet@pusto.de>
4028
4029 * dired.el (dired-get-filename): Replace backslashes with slashes
4030 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4031 * locate.el (locate-default-make-command-line): Don't consider
4032 drive letter and root directory part of
4033 `directory-listing-before-filename-regexp'. (Bug#7308)
4034 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4035
4036 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4039 of :smie-open/close-alist.
4040 (smie-next-sexp): Make it accept a "start token" as argument.
4041 (smie-indent-keyword): Be careful not to misidentify tokens that span
4042 more than one line, as empty lines. Add argument `token'.
4043
4044 2010-11-27 Kenichi Handa <handa@m17n.org>
4045
4046 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4047 multipart subtypes, insert all as usual.
4048
4049 * mail/rmail.el: Require rfc2047.
4050
4051 2010-11-27 Kenichi Handa <handa@m17n.org>
4052
4053 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4054 (rmail-mime-entity-disposition)
4055 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4056 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4057 (rmail-mime-save): Handle the case that the button's `data' is a
4058 MIME entity.
4059 (rmail-mime-insert-text): New function.
4060 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
4061 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4062 (rmail-mime-insert-bulk): New function mostly copied from the old
4063 rmail-mime-bulk-handler.
4064 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4065 (rmail-mime-process-multipart): New function mostly copied from
4066 the old rmail-mime-multipart-handler.
4067 (rmail-mime-show): Just call rmail-mime-process.
4068 (rmail-mime-process): New function mostly copied from the old
4069 rmail-mime-show.
4070 (rmail-mime-insert-multipart, rmail-mime-parse)
4071 (rmail-mime-insert, rmail-show-mime)
4072 (rmail-insert-mime-forwarded-message)
4073 (rmail-insert-mime-resent-message): New functions.
4074 (rmail-insert-mime-forwarded-message-function): Set to
4075 rmail-insert-mime-forwarded-message.
4076 (rmail-insert-mime-resent-message-function): Set to
4077 rmail-insert-mime-resent-message.
4078
4079 * mail/rmailsum.el: Require rfc2047.
4080 (rmail-header-summary): Handle multiline Subject: field.
4081 (rmail-summary-line-decoder): Change the default to
4082 rfc2047-decode-string.
4083
4084 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4085 (rmail-mime-feature): Change the default to `rmailmm'.
4086 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4087 (rmail-display-labels): Likewise.
4088 (rmail-show-message-1): Check rmail-enable-mime, and use
4089 rmail-show-mime-function for a MIME message. Decode the headers
4090 according to RFC2047.
4091
4092 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 * progmodes/which-func.el (which-func-imenu-joiner-function):
4095 Return a string, as expected.
4096 (which-function-mode): Make sure we stop any previous timer before
4097 starting a new one.
4098
4099 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
4100
4101 * net/tramp.el (tramp-default-method-alist)
4102 (tramp-default-user-alist, tramp-default-proxies-alist):
4103 Adapt custom options type. (Bug#7445)
4104
4105 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * progmodes/python.el: Add Ipython support (Bug#5390).
4108 (python-shell-prompt-alist)
4109 (python-shell-continuation-prompt-alist): New options.
4110 (python--set-prompt-regexp): New function.
4111 (inferior-python-mode, run-python, python-shell):
4112 Require ansi-color. Use python--set-prompt-regexp to set the comint
4113 prompt based on the Python interpreter.
4114 (python--prompt-regexp): New var.
4115 (python-check-comint-prompt)
4116 (python-comint-output-filter-function): Use it.
4117 (run-python): Use a pipe (Bug#5694).
4118
4119 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * progmodes/python.el (run-python): Doc fix.
4122 (python-keep-current-directory-in-path): New var (Bug#7454).
4123
4124 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4127 Prompt user before actually printing.
4128
4129 2010-11-27 Glenn Morris <rgm@gnu.org>
4130
4131 * startup.el (package-enable-at-startup, package-initialize):
4132 Remove unnecessary declarations.
4133
4134 2010-11-27 Eli Zaretskii <eliz@gnu.org>
4135
4136 * international/characters.el (glyphless-char-display-control):
4137 Exclude newline and TAB from the c0-control group.
4138
4139 2010-11-27 Glenn Morris <rgm@gnu.org>
4140
4141 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4142 (expand-mail-aliases): Remove unnecessary autoload.
4143
4144 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4145
4146 * shell.el (shell-dir-cookie-re): Move definition before use.
4147
4148 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4149 Replace undefined CL functions.
4150
4151 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4152
4153 * simple.el (prog-mode): Set bidi-paragraph-direction to
4154 left-to-right.
4155
4156 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4157
4158 2010-11-26 Glenn Morris <rgm@gnu.org>
4159
4160 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4161 diary-outlook-formats can be sensitive to calendar-date-style.
4162 (diary-outlook-formats): Simplify the default setting.
4163 (diary-from-outlook-internal): Pass subject and body as arguments.
4164 Use dolist rather than dotimes. Don't save the diary buffer.
4165 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4166 Pass subject and body as explicit arguments to the -internal function.
4167
4168 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4169
4170 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4171 parsing them. This makes mailto:...?subject=foo\nbar work.
4172
4173 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * vc/diff.el (diff): Fix last change.
4176
4177 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4180 (pcase--dontcare-upats): New var.
4181 (pcase-let, pcase-let*): Generate better code.
4182 Accept the same bodies as `let'.
4183 (pcase-dolist): New macro.
4184 (pcase--trivial-upat-p): New helper function.
4185 (pcase--expand): Strip leading "(let nil" if any.
4186
4187 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4188
4189 * mail/mailclient.el (browse-url): Require.
4190 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4191 use the external browser function to send the mail (bug#7469).
4192
4193 * net/browse-url.el (browse-url-browser-function): Revert the
4194 default back to the previous value, since the new value broke
4195 mailclient.el.
4196 (browse-url-mailto-function): New variable for mailto: URLs.
4197 (browse-url): Use the new variable for mailto: URLs.
4198
4199 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * eshell/esh-cmd.el (eshell-parse-command):
4202 * eshell/esh-arg.el (eshell-parse-arguments):
4203 * eshell/em-script.el (eshell-source-file):
4204 Use with-silent-modifications.
4205
4206 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4209 for a merge location.
4210
4211 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4212 (vc-bzr-merge-branch): Always prompt.
4213 (vc-bzr-async-command): Use the full branch filename.
4214
4215 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * shell.el (shell): Use current-buffer by default if it's already
4218 a shell mode buffer and its process is dead.
4219 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
4220
4221 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4222
4223 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4224 Mention that the keywords should be comma separated.
4225
4226 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4227
4228 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4229 Accept optional prefix arg meaning to prompt for a command.
4230 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4231 prefix arg meaning to prompt for a command.
4232 (vc-pull): Alias for vc-update.
4233
4234 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4235 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4236 (vc-bzr-merge-branch): New functions, implementing merge-branch
4237 and pull operations.
4238
4239 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * Makefile.in: Fix up last merge.
4242
4243 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4244 (diff-sentinel): Get them as arguments instead.
4245 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4246 (diff-file-local-copy, diff-better-file-name): New funs.
4247 (diff-no-select): Rename from diff-into-buffer.
4248 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4249 Prefer closures to buffer-local variables.
4250 (diff): Adjust accordingly.
4251 (diff-buffer-with-file): Move from files.el.
4252 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4253 (diff-buffer-internal): Remove.
4254 (diff-buffer-buffer): Remove.
4255 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4256 the buffer name used, and so as not to mess up windows and frames.
4257
4258 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4259
4260 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4261 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4262 (diff-buffer-with-file): Use it.
4263 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4264 (diff): Use it.
4265
4266 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4267
4268 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4269 \ref's or \pageref's value as default instead of initial input.
4270
4271 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
4272
4273 * files.el (backup-by-copying-when-mismatch): The default value is
4274 now t.
4275
4276 * startup.el (normal-top-level):
4277 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4278 `backup-by-copying-when-mismatch'.
4279
4280 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4281
4282 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4283
4284 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4285
4286 * progmodes/python.el (python-font-lock-keywords):
4287 Highlight top-level augmented assignments (Bug#6445).
4288
4289 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4290
4291 * term/ns-win.el (ns-right-control-modifier)
4292 (ns-right-command-modifier): Defvar them.
4293
4294 * cus-start.el (all): Add ns-right-control-modifier and
4295 ns-right-command-modifier (Bug#7458).
4296
4297 2010-11-20 Glenn Morris <rgm@gnu.org>
4298
4299 * emacs-lisp/authors.el (authors-ignored-files)
4300 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4301
4302 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4303
4304 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4305 (report-emacs-bug-parse-query-results)
4306 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4307 keywords used for querying the bug database to show them in the
4308 existing bugs buffer.
4309
4310 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4311
4312 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4313
4314 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4315
4316 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4317
4318 * international/characters.el (glyphless-char-display-control):
4319 Make it a defcustom, with update-glyphless-char-display as its
4320 :set attribute.
4321 (top level): Don't call update-glyphless-char-display.
4322
4323 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4324
4325 Sync with Tramp 2.2.0.
4326
4327 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4328 `file-remote-p' (due to compatibility).
4329
4330 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4331 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4332
4333 * net/trampver.el: Update release number.
4334
4335 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4336
4337 * faces.el (glyphless-char): Define value for `pc'.
4338
4339 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4340
4341 Implemented a bug querying mechanism.
4342 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
4343 (report-emacs-bug-create-existing-bugs-buffer)
4344 (report-emacs-bug-parse-query-results)
4345 (report-emacs-bug-query-existing-bugs): New functions.
4346
4347 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4348
4349 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4350 a \ref{} or \pageref{} macro, then use its value as initial input.
4351
4352 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4353
4354 * calc/calc-units.el (math-build-units-table-buffer):
4355 calc/README: Mention that the TeX specific units won't use the
4356 `tex' prefix in TeX mode.
4357 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4358 prefix for units in TeX mode.
4359
4360 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * simple.el (kill-new, kill-append, kill-region):
4363 * comint.el (comint-kill-region): Make the yank-handler argument
4364 obsolete.
4365
4366 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4369 that are both openers (resp. closers) and something else.
4370 (smie-grammar): Loosen definition of valid values.
4371 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4372 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4373 (smie-indent-after-keyword): Adjust users.
4374 (smie-indent-keyword): Don't indent empty lines.
4375
4376 * vc-hg.el (vc-hg-program): New var.
4377 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4378 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4379
4380 2010-11-18 Glenn Morris <rgm@gnu.org>
4381
4382 * emacs-lisp/autoload.el (autoload-find-destination): The function
4383 coding-system-eol-type may return non-numeric values. (Bug#7414)
4384
4385 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
4386
4387 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4388
4389 2010-11-18 Eli Zaretskii <eliz@gnu.org>
4390
4391 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4392
4393 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * textmodes/picture.el (picture-mouse-set-point): Don't use
4396 posn-col-row; explicitly compute the motion based on the posn at
4397 the window-start (Bug#7390).
4398
4399 2010-11-18 Glenn Morris <rgm@gnu.org>
4400
4401 * novice.el (disabled-command-function):
4402 Fix 2009-11-15 change. (Bug#7384)
4403
4404 2010-11-18 Glenn Morris <rgm@gnu.org>
4405
4406 * calendar/calendar.el (diary-iso-date-forms): Make elements
4407 mutually exclusive. (Bug#7377)
4408
4409 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4412 when filling the remaining "unconstrained" values.
4413
4414 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4417 safety predicate.
4418
4419 * files.el (safe-local-variable-p): Gracefully handle errors.
4420
4421 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4422 Use smie-indent-virtual when indenting relative to an opener.
4423 (smie-rule-separator): Use smie-rule-parent.
4424 (smie-indent-keyword): Consult rules, even for openers at bol.
4425 (smie-indent-comment-close): Try to align closer's content.
4426
4427 2010-11-18 Glenn Morris <rgm@gnu.org>
4428
4429 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4430
4431 2010-11-18 Glenn Morris <rgm@gnu.org>
4432
4433 * printing.el (pr-menu-bind): Doc fix.
4434
4435 * speedbar.el (speedbar-toggle-images): Doc fix.
4436
4437 * progmodes/python.el (python-shell): Doc fix.
4438
4439 * wid-edit.el (widget-field-use-before-change)
4440 (widget-use-overlay-change): Doc fixes.
4441
4442 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 Minor cleanup to improve style.
4445 * textmodes/rst.el (rst-update-section): Use point-marker.
4446 (rst-get-decoration): Eliminate unneeded assignment.
4447 (rst-promote-region, rst-straighten-decorations)
4448 (rst-section-tree, rst-adjust): Use point-marker.
4449 (rst-toc-mode-mouse-goto): Avoid setq.
4450 (rst-shift-region-guts, rst-shift-region-left)
4451 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4452 (rst-convert-bullets-to-enumeration): Use copy-marker.
4453
4454 * minibuffer.el (completion-fail-discreetly): New var.
4455 (completion--do-completion): Use it.
4456
4457 * electric.el (electric-pair-pairs): New var.
4458 (electric-pair-post-self-insert-function): Use it.
4459 (electric-layout-post-self-insert-function): Don't insert a before
4460 newline unless it's actually needed.
4461
4462 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * progmodes/python.el (run-python): Explain why we remove the current
4465 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4466
4467 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4468
4469 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4472 (octave-mode-map): Don't bind ;, SPC, and LF.
4473 (octave-auto-indent, octave-auto-newline): Remove.
4474 (electric-layout-rules): Declare.
4475 (octave-mode): Set electric-layout-rules.
4476 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4477 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4478 (octave-electric-space): Remove.
4479
4480 * electric.el (electric-layout-mode): New minor mode.
4481 (electric--after-char-pos): New function.
4482 (electric-indent-post-self-insert-function): Use it.
4483 (electric-layout-rules): New var.
4484 (electric-layout-post-self-insert-function): New function.
4485 (electric-indent-mode): Make them interact better.
4486
4487 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4490 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4491 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4492
4493 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4494
4495 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4496 Make sure to check inside the word (Bug#6761).
4497
4498 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
4499
4500 * startup.el (command-line): If the cursorColor resource is set,
4501 change the cursor face-spec (Bug#7392).
4502
4503 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4504
4505 The main features of the following allout.el changes are:
4506 - implement user customization for the allout key bindings
4507 - add a customization control by which the user can inhibit use of
4508 a trailing Ctrl-H, so by default it's reserved for use with
4509 describe-prefix-bindings
4510 - adapt to new version of called-interactively-p, while
4511 maintaining backwards compatibility with old version
4512 - fix hotspot navigation so i works properly with meta-modified keys.
4513
4514 * allout.el (allout-keybindings, allout-bind-keys)
4515 (allout-keybindings-binding, allout-prefixed-keybindings)
4516 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4517 (allout-keybindings-list, allout-mode-map-adjustments)
4518 (allout-setup-mode-map): Establish allout-mode keymaps as user
4519 customizable settings, and also establish a customizable setting which
4520 regulates whether or not a trailing control-h is reserved for use with
4521 describe-prefix-bindings - and inhibit it by default, so that control-h
4522 *is* reserved for describe-prefix-bindings unless the user changes it.
4523
4524 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4525 and accurately between modified and unmodified events, and handle
4526 modified events more comprehensively.
4527
4528 * allout.el (allout-substring-no-properties):
4529 Alias to use or provide version of `substring-no-properties'.
4530 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4531
4532 * allout.el (allout-next-single-char-property-change):
4533 Alias to use or provide version of `next-single-char-property-change'.
4534 (allout-annotate-hidden, allout-hide-by-annotation):
4535 Use `allout-next-single-char-property-change'.
4536
4537 * allout.el (allout-select-safe-coding-system):
4538 Alias to use or provide version of `select-safe-coding-system'.
4539 (allout-toggle-subtree-encryption):
4540 Use `allout-select-safe-coding-system'.
4541
4542 * allout.el (allout-set-buffer-multibyte):
4543 Alias to use or provide version of `set-buffer-multibyte'.
4544 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4545
4546 * allout.el (allout-called-interactively-p): Macro for using the
4547 different versions of called-interactively-p identically, depending on
4548 the subroutine's argument signature.
4549 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4550 Use `(interactive "p")' instead of `(called-interactively-p)'.
4551
4552 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4553 (allout-previous-visible-heading, allout-forward-current-level)
4554 (allout-backward-current-level, allout-show-children):
4555 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4556
4557 * allout.el (allout-before-change-handler):
4558 Exempt edits to the (overlaid) character after the allout outline
4559 bullet from edit confirmation prompt.
4560
4561 * allout.el (allout-add-resumptions):
4562 Ensure that it respects correct buffer for keybindings.
4563
4564 * allout.el (allout-beginning-of-line):
4565 Use `allout-previous-single-char-property-change' alias for the sake of
4566 diverse compatibility.
4567
4568 * allout.el (allout-end-of-line):
4569 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4570
4571 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4572
4573 * frame.el (frame-notice-user-settings): Don't clobber other
4574 user-set parameters when calling face-set-after-frame-default in
4575 response to background-color parameter (Bug#7373).
4576
4577 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4578
4579 * international/characters.el (glyphless-char-display-control):
4580 Rename from glyphless-char-control; all users changed. Doc fix.
4581 Signal an error if display method is not one of the recognized
4582 symbols.
4583
4584 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4585
4586 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4587 (tramp-compat-line-end-position): Remove them.
4588
4589 * net/tramp.el (tramp-parse-rhosts-group)
4590 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4591 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4592 (tramp-parse-netrc-group, tramp-parse-putty-group)
4593 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4594 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4595 (tramp-sh-handle-file-selinux-context)
4596 (tramp-sh-handle-file-name-all-completions)
4597 (tramp-sh-handle-insert-directory)
4598 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4599 (tramp-wait-for-output, tramp-send-command-and-read)
4600 * net/tramp-smb.el (tramp-smb-read-file-entry)
4601 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4602
4603 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4604 `point-at-bol'.
4605 (tramp-remote-coding-commands): Add an alternative using "base64
4606 -d -i". This is needed for older base64 versions from GNU
4607 coreutils. Reported by Klaus Reichl
4608 <Klaus.Reichl@thalesgroup.com>.
4609
4610 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4611
4612 * simple.el (count-words-region): New function.
4613
4614 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * shell.el (shell-dir-cookie-re): New custom variable.
4617 (shell-dir-cookie-watcher): New function.
4618
4619 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4620 and compilation-mode (bug#7350).
4621
4622 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4623 highlight when one of them is empty.
4624
4625 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4626 trailing space.
4627 (skeleton-newline): New function.
4628 (skeleton-internal-1): Use it.
4629
4630 * simple.el (open-line): `newline' may strip trailing space.
4631
4632 2010-11-12 Kevin Ryde <user42@zip.com.au>
4633
4634 * international/mule-cmds.el (princ-list): Use mapc.
4635
4636 2010-11-12 Glenn Morris <rgm@gnu.org>
4637
4638 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4639 Use it to replace all instances of "*Compile-Log*".
4640
4641 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4644 indentation specs.
4645
4646 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * progmodes/modula2.el: Use SMIE and skeleton.
4649 (m2-mode-syntax-table): (*..*) can be nested.
4650 Add //...\n. Fix paren syntax.
4651 (m2-mode-map): Remove LF and TAB bindings.
4652 (m2-indent): Add safety property.
4653 (m2-smie-grammar): New var.
4654 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4655 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4656 (m2-mode): Use define-derived-mode.
4657 (m2-newline, m2-tab): Remove.
4658 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4659 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4660 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4661 (m2-import): Use define-skeleton.
4662
4663 2010-11-11 Glenn Morris <rgm@gnu.org>
4664
4665 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4666
4667 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4668 (ls-lisp-verbosity): Add custom :set-after property.
4669 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4670 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4671 (ls-lisp-insert-directory): Update caller.
4672 (ls-lisp-set-options): New function.
4673 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4674 Doc fix.
4675
4676 * play/landmark.el (lm-prompt-for-move):
4677 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4678
4679 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4680
4681 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4682 (idlwave-study-twins): Prefix dynamic local variable `name'.
4683 (idlwave-routine-twin-compare): Update for above change.
4684
4685 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4686 Prefix dynamic local variables `name', `kwd', and `link'.
4687 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4688 * progmodes/idlw-complete-structtag.el
4689 (idlwave-complete-structure-tag-help):
4690 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4691 (idlwave-complete-sysvar-tag-help)
4692 (idlwave-complete-class-structure-tag-help):
4693 Update for above name changes.
4694
4695 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4696
4697 * net/browse-url.el (browse-url-browser-function): Change the
4698 default to use `browse-url-mail' on mailto: URLs.
4699
4700 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * emacs-lisp/package.el (package-read-all-archive-contents):
4703 Reset package-archive-contents to nil before re-reading.
4704
4705 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4706
4707 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4708 already found as misspellings by (flyspell-large-region), just
4709 do highlighting (bug#7322).
4710
4711 2010-11-10 Glenn Morris <rgm@gnu.org>
4712
4713 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4714
4715 * emulation/edt.el (edt-with-position): New macro.
4716 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4717 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4718 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4719
4720 * emulation/tpu-extras.el (tpu-with-position): New macro.
4721 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4722
4723 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4724
4725 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4726 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4727 (texinfo-master-menu, texinfo-insert-node-lines)
4728 (texinfo-multiple-files-update):
4729 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4730 Use line-beginning-position.
4731
4732 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4733 No recent Emacs supports system-type `emx'.
4734
4735 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4736 (ada-command-separator, ada-default-prj-properties)
4737 (ada-find-any-references): Update for above name change.
4738
4739 * dirtrack.el (dirtrack-directory-function)
4740 (dirtrack-canonicalize-function):
4741 * filecache.el (file-cache-completion-ignore-case)
4742 (file-cache-case-fold-search, file-cache-ignore-case):
4743 * term.el (serial-port-is-file-p): Cosmetic change.
4744
4745 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4746 Remove non-existent `windows-95' system-type.
4747 * dired.el (dired-chown-program): Remove non-existent `linux'
4748 system-type.
4749
4750 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4751 (ping-program-options): Remove non-existent `linux' system-type.
4752
4753 * startup.el (package-initialize): Update declaration.
4754
4755 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4756 (ls-lisp-handle-switches): Use time-less-p.
4757 (ls-lisp-format-time): Use float-time.
4758
4759 * textmodes/remember.el (remember-time-to-seconds): Remove.
4760 (remember-store-in-mailbox): Use float-time.
4761
4762 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4763
4764 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4765 never a real function.
4766 (with-no-warnings): Remove compat stub, now unused.
4767 (time-less-p): Doc fix.
4768 (time-to-number-of-days): Simplify.
4769
4770 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4771 Remove.
4772 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4773 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4774 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4775 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4776 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4777
4778 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4779 (eshell-shuffle-files, eshell-shorthand-tar-command)
4780 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4781 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4782 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4783 Prefix dynamic local variable `matches'.
4784
4785 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4786 Prefix dynamic local variable `skeleton'.
4787
4788 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4789
4790 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4791 in mail buffer; make yank-action always a command that yanks original
4792 buffer.
4793
4794 2010-11-09 Glenn Morris <rgm@gnu.org>
4795
4796 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4797
4798 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4801 completion field (bug#7211).
4802
4803 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4804 Fix handling of backslash escapes.
4805 (python-quote-syntax): Adjust accordingly.
4806
4807 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4808
4809 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4810 (vc-mtn-workfile-branch): Adjust to new output format.
4811
4812 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * international/mule-cmds.el (princ-list): Mark as obsolete.
4815
4816 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * emacs-lisp/smie.el: New package.
4819
4820 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4821
4822 * files.el (backup-by-copying-when-mismatch):
4823 Set `permanent-local' property.
4824
4825 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4826 `permanent-local' property for `backup-by-copying-when-mismatch'.
4827
4828 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4829
4830 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4831
4832 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4833
4834 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4835 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4836 AUTOINOUT for SV style multidimensional arrays, bug294.
4837 Reported by Eric Mastromarchi.
4838 (verilog-preprocess): Use with-current-buffer and
4839 font-lock-fontify-buffer to cleanup style issues.
4840
4841 2010-11-09 Glenn Morris <rgm@gnu.org>
4842
4843 * locate.el (locate, locate-mode): Doc fixes.
4844
4845 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4846
4847 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4848 user for confirmation.
4849 (server-force-stop): Use it.
4850 (server-start): Use server-force-stop for kill-emacs-hook, to
4851 avoid user interaction while killing Emacs.
4852
4853 2010-11-09 Glenn Morris <rgm@gnu.org>
4854
4855 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4856 (meta-indent-line): Simplify.
4857
4858 * vc/emerge.el (emerge-line-number-in-buf):
4859 * textmodes/ispell.el (ispell-region):
4860 * textmodes/fill.el (current-fill-column):
4861 * progmodes/xscheme.el (xscheme-send-current-line):
4862 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4863 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4864 * progmodes/sh-script.el (sh-handle-prev-do):
4865 * progmodes/meta-mode.el (meta-indent-line):
4866 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4867 (idlwave-in-quote):
4868 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4869 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4870 * progmodes/fortran.el (fortran-looking-at-if-then):
4871 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4872 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4873 (cperl-find-pods-heres):
4874 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4875 * net/quickurl.el (quickurl-list-insert):
4876 * net/ldap.el (ldap-search-internal):
4877 * net/eudc.el (eudc-expand-inline):
4878 * mail/sendmail.el (sendmail-send-it):
4879 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4880 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4881 (viper-brac-function):
4882 * calc/calc-yank.el (calc-do-grab-region):
4883 * calc/calc-keypd.el (calc-keypad-press):
4884 * term.el (term-move-columns, term-insert-spaces):
4885 * speedbar.el (speedbar-highlight-one-tag-line):
4886 * simple.el (current-word):
4887 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4888 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4889 (Info-scroll-down):
4890 * hippie-exp.el (he-line-beg):
4891 * epa.el (epa--marked-keys):
4892 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4893 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4894 (dired-relist-entry):
4895 * buff-menu.el (Buffer-menu-buffer):
4896 * array.el (current-line):
4897 * allout.el (allout-resolve-xref)
4898 (allout-latex-verbatim-quote-curr-line):
4899 Replace yet more uses of end-of-line etc with line-end-position, etc.
4900
4901 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4904 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4905 (checkdoc-syntax-table): Initialize in the declaration.
4906 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4907 the mode on unconditionally.
4908
4909 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4910 (extent-end-position, extent-start-position): Remove setf method for
4911 non-existing functions (bug#7319).
4912
4913 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4914
4915 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4916 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4917 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4918 (smie-prec2->grammar): Rename from smie-prec2-levels.
4919 (smie-grammar): Rename from smie-op-levels.
4920 (smie-indent--hanging-p): Rename from smie-hanging-p.
4921 (smie-rule-hanging-p): New alias.
4922 (smie-indent--bolp): Rename from smie-bolp.
4923 (smie-indent--hanging-p): New alias.
4924 (smie--token): New dynamically bound variable.
4925 (smie-indent--parent): New function.
4926 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4927 (smie-rule-next-p): Rename from smie-next-p.
4928 (smie-rule-prev-p): Rename from smie-prev-p.
4929 (smie-rule-sibling-p, smie-rule-parent)
4930 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4931 (smie-rule-separator-outdent): New var.
4932 (smie-indent--rule): Merge with smie-indent--column.
4933 (smie-indent-forward-token, smie-indent-backward-token):
4934 Also recognize close parens.
4935 (smie-indent-keyword): Don't use smie-indent--column any more.
4936 (smie-indent-after-keyword): Ignore closers by default.
4937 (smie-indent-line): Use with-demoted-errors.
4938 * progmodes/octave-mod.el (octave-smie-grammar):
4939 Rename from octave-smie-op-levels.
4940 (octave-smie-rules): Adjust to new behavior.
4941 * progmodes/prolog.el (prolog-smie-grammar):
4942 Rename from prolog-smie-op-levels.
4943
4944 2010-11-07 Glenn Morris <rgm@gnu.org>
4945
4946 * eshell/esh-util.el (subst-char-in-string)
4947 (directory-files-and-attributes): These compatibility definitions are
4948 not needed on any version of Emacs since at least 21.4.
4949
4950 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4951 (verilog-get-end-of-line): Remove.
4952 (verilog-within-string, verilog-re-search-forward-substr)
4953 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4954 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4955 Use point-at-bol, point-at-eol.
4956 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4957 Remove.
4958 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4959 (electric-pascal-terminate-line, pascal-set-auto-comments)
4960 (pascal-indent-paramlist, pascal-indent-declaration)
4961 (pascal-get-lineup-indent, pascal-func-completion)
4962 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4963 Use point-at-bol, point-at-eol.
4964 * progmodes/flymake.el (flymake-line-beginning-position)
4965 (flymake-line-end-position): Remove.
4966 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4967 * eshell/esh-util.el (line-end-position, line-beginning-position):
4968 Remove compat definitions.
4969
4970 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4971 Use end-of-line N.
4972 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4973 Use line-end-position.
4974
4975 * emacs-lisp/chart.el (chart-zap-chars):
4976 * play/decipher.el (decipher-set-map):
4977 * progmodes/ada-mode.el (ada-get-current-indent)
4978 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4979 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4980 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4981 (ada-get-all-references):
4982 * progmodes/cperl-mode.el (cperl-electric-paren)
4983 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4984 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4985 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4986 (cperl-word-at-point-hard):
4987 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4988 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4989 (idlwave-shell-display-line):
4990 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4991 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4992 * progmodes/js.el (js--re-search-forward-inner)
4993 (js--re-search-backward-inner):
4994 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4995 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4996 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4997 * textmodes/flyspell.el (flyspell-process-localwords):
4998 * textmodes/ispell.el (ispell-buffer-local-parsing)
4999 (ispell-buffer-local-dict, ispell-buffer-local-words):
5000 Use point-at-bol and point-at-eol.
5001
5002 * speedbar.el (speedbar-generic-item-info)
5003 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5004 (speedbar-add-indicator, speedbar-check-vc-this-line)
5005 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5006 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5007 Replace more uses of end-of-line etc with line-end-position.
5008
5009 2010-11-06 Glenn Morris <rgm@gnu.org>
5010
5011 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5012 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5013 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5014 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5015 (texinfo-multiple-files-update):
5016 * textmodes/table.el (table--probe-cell-left-up)
5017 (table--probe-cell-right-bottom):
5018 * textmodes/picture.el (picture-tab-search):
5019 * textmodes/page-ext.el (pages-copy-header-and-position)
5020 (pages-directory-for-addresses):
5021 * progmodes/vera-mode.el (vera-get-offset):
5022 * progmodes/simula.el (simula-calculate-indent):
5023 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5024 * progmodes/prolog.el (end-of-prolog-clause):
5025 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5026 * progmodes/icon.el (indent-icon-exp):
5027 * progmodes/etags.el (tag-re-match-p):
5028 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5029 * progmodes/ebnf2ps.el (ebnf-begin-file):
5030 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5031 (dcl-save-local-variable):
5032 * play/life.el (life-setup):
5033 * play/gametree.el (gametree-looking-at-ply):
5034 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5035 * mail/sendmail.el (mail-mode-auto-fill):
5036 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5037 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5038 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5039 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5040 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5041 * type-break.el (type-break-file-keystroke-count):
5042 * term.el (term-replace-by-expanded-history-before-point)
5043 (term-skip-prompt, term-extract-string):
5044 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5045 (speedbar-contract-line, speedbar-toggle-line-expansion)
5046 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5047 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5048 * sort.el (sort-skip-fields):
5049 * skeleton.el (skeleton-internal-list):
5050 * simple.el (line-move-finish, line-move-to-column):
5051 * shell.el (shell-forward-command):
5052 * misc.el (copy-from-above-command):
5053 * makesum.el (double-column):
5054 * ebuff-menu.el (electric-buffer-update-highlight):
5055 * dired.el (dired-move-to-end-of-filename):
5056 * dframe.el (dframe-popup-kludge):
5057 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5058 * arc-mode.el (archive-get-lineno):
5059 Use line-end-position and line-beginning-position.
5060
5061 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5062 (idlwave-study-twins): Prefix dynamic local `class'.
5063 (idlwave-routine-twin-compare): Update for above name change.
5064
5065 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5066 Use boundp tests to silence compiler. Update for changed name of
5067 bytecomp-filename variable.
5068
5069 * emulation/viper-cmd.el (viper-read-string-with-history):
5070 Prefix dynamic local `initial'.
5071 (viper-minibuffer-standard-hook): Update for above name change.
5072
5073 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5074 (elint-init-form): Update for above name change.
5075
5076 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5077 local variables `cbeg' and `cend' a prefix.
5078 (mail-extr-voodoo): Update for above name change.
5079
5080 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5081 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5082 (reftex-toc-promote-action): Doc fix.
5083
5084 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5085 `prompt', `data' a prefix.
5086 (reftex-select-post-command-hook, reftex-select-callback)
5087 (reftex-select-mouse-accept, reftex-select-read-cite):
5088 Update for above name changes.
5089
5090 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5091 `refstyle' to reftex-refstyle.
5092 (reftex-offer-label-menu): Update for above name change.
5093 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5094 `refstyle' name change.
5095
5096 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5097 with with-current-buffer.
5098 (diff, template): Give dynamic local variables a prefix.
5099 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5100 (emerge-line-number-in-buf): Update for above name change.
5101 (emerge-combine-versions-internal): Rename local `template' to
5102 emerge-combine-template.
5103 (emerge-combine-versions-edit): Update for above name change.
5104
5105 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
5106
5107 * textmodes/reftex-cite.el
5108 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5109 entries with whitespace after \bibitem.
5110 (reftex-create-bibtex-file): Match entries containing numbers and
5111 symbol constituents. Make sure that entries with whitespace at
5112 various places are found.
5113
5114 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5115
5116 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5117
5118 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5119
5120 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5121
5122 2010-11-05 Glenn Morris <rgm@gnu.org>
5123
5124 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5125 (woman2-roff-buffer): Give local variable `request' a prefix.
5126 (woman0-macro): Rename argument `request' in the same way.
5127 (woman-request): New name for `request' dynamic variable.
5128 (woman-unquote, woman-forward-arg): Update for above name change.
5129 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5130 (woman1-unquote): New name for `unquote' dynamic variable.
5131 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5132 (woman-translations): Rename from `translations'. No longer global.
5133 (woman2-tr, woman-translate): Update for above name change.
5134 (woman-translate): Check for bound variable.
5135 (woman2-roff-buffer): Give local variable `translations' a prefix.
5136
5137 * play/doctor.el: Give all local variables a prefix. Update callers.
5138 (doc$, doctor-put-meaning): Use backquote.
5139
5140 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5141 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5142
5143 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5144 variables bytes, ptr, op a prefix.
5145 (disassemble-offset): Update for above change.
5146
5147 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * emacs-lisp/package.el (package-unpack): Remove no-op.
5150 (package--builtins, package--dir): Doc fix.
5151 (package-activate-1, package-activate, package-install)
5152 (package-compute-transaction): Fix error message.
5153 (package-delete): Use delete-directory. Omit system packages.
5154 (package-initialize): Set package-alist to nil first.
5155 (package-menu-mark-delete, package-menu-mark-install): Don't add
5156 symbols that are inconsistent with the package state.
5157 (package-menu-execute): Perform deletions and installations as
5158 single batch operations.
5159
5160 2010-11-03 Glenn Morris <rgm@gnu.org>
5161
5162 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5163 (props): Remove unnecessary declaration.
5164
5165 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5166 set-process-query-on-exit-flag.
5167
5168 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
5169 (reftex-toc-do-promote): Remove unused local `mpos'.
5170 (reftex-toc-restore-region): Make `mpos' local to this function.
5171
5172 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5173
5174 * play/landmark.el (lm-losing-threshold): Correct spelling.
5175 (lm-human-plays): Use new name.
5176
5177 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5178 (gomoku-human-plays): Use new name.
5179
5180 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5181 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5182 (gomoku-score-trans-table, gomoku-winning-threshold)
5183 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5184
5185 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5186
5187 * emacs-lisp/package.el: Don't put built-in packages in
5188 package-alist, to avoid loading inefficiencies.
5189 (package-built-in-p): Make VERSION optional, and treat it as a
5190 minimum acceptable version.
5191 (package-activate): Search separately for built-in packages.
5192 Emit a warning if a dependency fails.
5193 (define-package): Handle most common case, where there is no
5194 obsolete package, first.
5195 (package-compute-transaction): Print required version in error.
5196 (package--initialized): New variable.
5197 (list-packages): Use it.
5198 (package-initialize): Optional arg NO-ACTIVATE. Don't put
5199 built-in packages in packages-alist; keep it separate.
5200 Set package--initialized.
5201 (describe-package): Avoid activating packages as a side-effect.
5202 Search separately for built-in packages.
5203 (describe-package-1): Handle the case where an elpa package is
5204 simultaneously built-in and available/installed.
5205 (package-installed-p, package--generate-package-list):
5206 Search separately for built-in packages.
5207 (package-load-descriptor): Doc fix.
5208
5209 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5212 Handle __DATA__ and __END__.
5213
5214 2010-11-02 Noah Friedman <friedman@splode.com>
5215
5216 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5217 nil, do not ask to recompile files that are not already compiled,
5218 and do not recompile them.
5219
5220 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
5221
5222 * emacs-lisp/package.el (package-initialize): Ensure that
5223 obsoleted built-in packages are not in package-activated-list
5224 during activation.
5225 (describe-package-1): Make the "installed" status override
5226 "built-in".
5227
5228 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5229
5230 * subr.el (version-separator, version-regexp-alist): Remove '*'
5231 from docstring.
5232 (version-list-<=, version<=, version=): Doc fix.
5233
5234 2010-11-01 Kenichi Handa <handa@m17n.org>
5235
5236 * faces.el (glyphless-char): Inherit underline for tty.
5237
5238 2010-11-01 Kenichi Handa <handa@m17n.org>
5239
5240 Implement various display methods for glyphless characters.
5241
5242 * international/characters.el (char-acronym-table): New variable.
5243 (glyphless-char-control): New variable.
5244 (update-glyphless-char-display): New function.
5245
5246 * faces.el (glyphless-char): New face.
5247
5248 2010-11-01 Glenn Morris <rgm@gnu.org>
5249
5250 * calendar/holidays.el (general-holidays, oriental-holidays)
5251 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5252 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5253 the definitions of their targets.
5254
5255 * emacs-lisp/smie.el (smie): New custom group.
5256 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5257
5258 * faces.el (xw-defined-colors, x-setup-function-keys):
5259 * mouse-sel.el (x-select-text):
5260 * term/w32console.el (x-setup-function-keys): Update declarations.
5261
5262 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5263
5264 * textmodes/ispell.el (comment-add): Declare.
5265
5266 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5267 Declare.
5268
5269 * info.el (finder-keywords-hash, package-alist): Declare.
5270
5271 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5272
5273 * finder.el (finder-compile-keywords): Don't use intern-soft,
5274 since package names may not yet exist in the obarray.
5275
5276 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * vc/vc-arch.el (vc-arch-checkin):
5279 * vc/vc-cvs.el (vc-cvs-checkin):
5280 * vc/vc-mtn.el (vc-mtn-checkin):
5281 * vc/vc-rcs.el (vc-rcs-checkin):
5282 * vc/vc-sccs.el (vc-sccs-checkin):
5283 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5284 since 2010-04-21 commit by Stefan Monnier.
5285
5286 2010-11-01 Glenn Morris <rgm@gnu.org>
5287
5288 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5289
5290 * startup.el (package-enable-at-startup, package-initialize):
5291 Silence compiler.
5292
5293 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5294 Silence compiler.
5295
5296 2010-10-31 Julien Danjou <julien@danjou.info>
5297
5298 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5299 (byte-recompile-directory):
5300 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
5301 Use `byte-recompile-file'.
5302
5303 2010-10-31 Glenn Morris <rgm@gnu.org>
5304
5305 * cus-start.el: Handle standard values via a keyword.
5306 Only set version property if specified.
5307 (cursor-in-non-selected-windows, menu-bar-mode)
5308 (tool-bar-mode, show-trailing-whitespace):
5309 Do not specify standard values.
5310 (transient-mark-mode, temporary-file-directory): Use :standard.
5311
5312 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5313
5314 * term/x-win.el (x-get-selection-value): New function that gets
5315 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
5316
5317 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
5318
5319 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5320 preserve owner and group when editing files. (Bug#7289)
5321
5322 2010-10-31 Glenn Morris <rgm@gnu.org>
5323
5324 * speedbar.el (speedbar-mode):
5325 * play/fortune.el (fortune-in-buffer, fortune):
5326 * play/gomoku.el (gomoku-mode):
5327 * play/landmark.el (lm-mode):
5328 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5329 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5330
5331 * select.el (x-selection): Mark it as an obsolete alias.
5332
5333 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5334
5335 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
5336 major-mode (bug#7284).
5337
5338 2010-10-31 Glenn Morris <rgm@gnu.org>
5339
5340 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5341 rather than just an unused variable that inherits from the real one.
5342
5343 2010-10-31 Alan Mackenzie <acm@muc.de>
5344
5345 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5346 This fixes bug #7185.
5347
5348 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * startup.el (command-line): Search for package directories, and
5351 don't load package.el if none are found.
5352
5353 * emacs-lisp/package.el (describe-package, list-packages):
5354 Call package-initialize if it has not been called yet.
5355
5356 2010-10-30 Alan Mackenzie <acm@muc.de>
5357
5358 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5359 which fontifies the tail of an enum.
5360 (c-basic-matchers-after): Insert a call to the above new function.
5361 This fixes bug #7264.
5362
5363 2010-10-30 Glenn Morris <rgm@gnu.org>
5364
5365 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5366 tool-bar-mode, transient-mark-mode. (Bug#7306)
5367 Include the :set property in the dumped Emacs.
5368
5369 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 SMIE: change indent rules format, improve smie-setup.
5372 * emacs-lisp/smie.el (smie-precs-precedence-table)
5373 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5374 Mark them pure so the tables gets built at compile time.
5375 (smie-bnf-precedence-table): Store the closer-alist in the table.
5376 (smie-prec2-levels): Preserve the closer-alist.
5377 (smie-blink-matching-open): Be more forgiving in case of indentation.
5378 (smie-hanging-p): Rename from smie-indent--hanging-p.
5379 (smie-bolp): Rename from smie-indent--bolp.
5380 (smie--parent, smie--after): New dynamic vars.
5381 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5382 (smie-indent-rules): Remove.
5383 (smie-indent--offset-rule): Remove fun.
5384 (smie-rules-function): New var.
5385 (smie-indent--rule): New fun.
5386 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5387 (smie-indent-exps): Use it.
5388 (smie-setup): Setup paren blinking; add keyword args for token
5389 functions; extract closer-alist from op-levels.
5390 (smie-indent-debug-log): Remove var.
5391 (smie-indent-debug): Remove fun.
5392 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5393 (prolog-smie-rules): New fun to replace it.
5394 (prolog-mode-variables): Simplify.
5395 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5396 it's setup automatically.
5397 (octave-smie-indent-rules): Remove.
5398 (octave-smie-rules): New fun to replace it.
5399 (octave-mode): Simplify.
5400
5401 2010-10-29 Glenn Morris <rgm@gnu.org>
5402
5403 * files.el (temporary-file-directory): Remove (already defined in C).
5404 * cus-start.el: Add temporary-file-directory.
5405
5406 * abbrev.el (abbrev-mode):
5407 * composite.el (auto-composition-mode):
5408 * menu-bar.el (menu-bar-mode):
5409 * simple.el (transient-mark-mode):
5410 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5411 that they do not define the associated variables twice.
5412 * simple.el (transient-mark-mode): Remove defvar.
5413 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5414 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5415 Handle multiple groups, and also custom-delayed-init-variables.
5416 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5417
5418 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5421 (pcase-if): Add one minor optimization.
5422 (pcase-split-equal): Rename from pcase-split-eq.
5423 (pcase-split-member): Rename from pcase-split-memq.
5424 (pcase-u1): Add strings to the member optimization.
5425 Add `guard' variant of predicates.
5426 (pcase-q1): Add string patterns.
5427
5428 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5431
5432 2010-10-28 Glenn Morris <rgm@gnu.org>
5433
5434 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5435 Move menu-bar related settings to ../menu-bar.el.
5436 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5437 Move ns-specific settings here from term/ns-win.el.
5438
5439 * simple.el (x-selection-owner-p): Remove unused declaration.
5440
5441 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * minibuffer.el (completion-cycling): New var (bug#7266).
5444 (minibuffer-complete, completion--do-completion):
5445 Use completion--flush-all-sorted-completions.
5446 (minibuffer-complete): Only cycle if completion-cycling is set.
5447 (completion--flush-all-sorted-completions): Unset completion-cycling.
5448 (minibuffer-force-complete): Set completion-cycling.
5449 (completion-all-sorted-completions): Move declaration before first use.
5450
5451 2010-10-28 Leo <sdl.web@gmail.com>
5452
5453 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5454 which changes the order of matches seen by users (bug#7231).
5455
5456 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
5457
5458 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5459 Don't confuse -omega as "-o mega".
5460
5461 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5464 (log-edit-author): New dynamic var.
5465 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5466 to return the author if different from committer.
5467 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5468
5469 * play/landmark.el: Adjust commenting convention.
5470 (lm-nil-score): Rename from nil-score.
5471 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5472 (OOOOscore): Move into a let in lm-score-trans-table.
5473 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5474
5475 * electric.el (electric-indent-chars): Autoload.
5476 * progmodes/octave-mod.el (octave-mode):
5477 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5478 (ruby-mode-abbrev-table): Merge initialization and declaration.
5479
5480 2010-10-27 Glenn Morris <rgm@gnu.org>
5481
5482 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5483 variable.
5484
5485 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5486
5487 * term/ns-win.el: Restore require of cl when compiling.
5488 (menu-bar-final-items): Remove non-existent `windows' menu.
5489 (ns-handle-nxopen): Optionally handle the temp-case.
5490 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5491 (ns-insert-file, ns-find-file): Use `pop'.
5492
5493 2010-10-26 Glenn Morris <rgm@gnu.org>
5494
5495 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5496
5497 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5498
5499 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5500 global map.
5501 * term/common-win.el (x-setup-function-keys): Remove most of the
5502 keymappings. Comment on the remaining ones.
5503
5504 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5505
5506 * server.el (server-port): New option. (Bug#854)
5507 (server-start): Use server-port.
5508
5509 2010-10-26 Glenn Morris <rgm@gnu.org>
5510
5511 * term/ns-win.el (ns-version-string): Remove unused declaration.
5512 (ns-invocation-args): Change to x-invocation-args.
5513 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5514 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5515 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5516 Use x-invocation-args instead of ns-invocation-args.
5517 (ns-initialize-window-system, handle-args-function-alist):
5518 Use x-handle-args instead of ns-handle-args.
5519 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5520 * startup.el (command-line-ns-option-alist): Replace
5521 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5522 ns-handle-iconic with the x- equivalents.
5523
5524 * term/common-win.el (x-select-enable-clipboard):
5525 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5526
5527 * term/ns-win.el: No need to require cl when compiling.
5528 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5529 (xw-defined-colors): Use the common-win definitions.
5530 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5531 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5532 * term/common-win.el (x-select-text, x-alternatives-map)
5533 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5534 * loadup.el [ns]: Load common-win.
5535
5536 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5537
5538 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5539 recipients; expand mail aliases (Bug#7280).
5540
5541 2010-10-25 Glenn Morris <rgm@gnu.org>
5542
5543 * term/common-win.el (x-handle-switch): Simplify with pop.
5544 Optionally handle numeric switches.
5545 (x-handle-numeric-switch): Just call x-handle-switch.
5546 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5547 (x-handle-name-switch, x-handle-display, x-handle-args):
5548 Simplify with pop.
5549
5550 * term/ns-win.el: Do not require easymenu.
5551 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5552 <spell>: Move adjustments to menu-bar.el.
5553 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5554 <separator-undo, spell>: Move ns-win's adjustments here.
5555 * loadup.el [ns]: Do not load easymenu.
5556
5557 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5558
5559 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5560 Delete (Bug#7222).
5561
5562 * startup.el (fancy-startup-tail): Instead of using inline images,
5563 refer to image files from etc/.
5564
5565 * wid-edit.el (checkbox): Likewise.
5566 (widget-image-find): Center image specs.
5567
5568 2010-10-24 Glenn Morris <rgm@gnu.org>
5569
5570 * term/ns-win.el (x-select-text): Doc fix.
5571 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5572 (x-select-text): Move to term/common-win.
5573 * term/w32-win.el (xw-defined-colors): Move to common-win.
5574 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5575 (x-setup-function-keys, x-select-text): Move to common-win.
5576 * term/common-win.el (x-select-text, x-alternatives-map)
5577 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5578 definitions here.
5579
5580 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5581
5582 * net/mairix.el (mairix-searches-mode-map):
5583 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5584
5585 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5586
5587 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5588 auto-built for efficiency of execution and updating.
5589 (verilog-extended-complete-re): Support 'pure' fucntion & task
5590 declarations (these have no bodies).
5591 (verilog-beg-of-statement): General cleanup to enable support of
5592 'pure' fucntion & task declarations (these have no bodies).
5593 These efforts together fix Verilog bug210 from veripool; which was also
5594 noticed by Steve Pearlmutter.
5595 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5596 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5597 Support `elsif. Reported by Shankar Giri.
5598 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5599 attribute handling for lining up declarations and assignments.
5600 (verilog-beg-of-statement-1): Fix issue where continued declaration
5601 is indented differently if it is after a begin..end clock.
5602 (verilog-in-attribute-p, verilog-skip-backward-comments)
5603 (verilog-skip-forward-comment-p): Support proper treatment of
5604 attributes by indent code. Reported by Jeff Steele.
5605 (verilog-in-directive-p): Fix comment to correctly describe function.
5606 (verilog-backward-up-list, verilog-in-struct-region-p)
5607 (verilog-backward-token, verilog-in-struct-p)
5608 (verilog-in-coverage-p, verilog-do-indent)
5609 (verilog-pretty-declarations): Use verilog-backward-up-list as
5610 wrapper around backward-up-list inorder to properly skip comments.
5611 Reported by David Rogoff.
5612 (verilog-property-re, verilog-endcomment-reason-re)
5613 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5614 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5615 of if). Reported by Max Bjurling and
5616 (verilog-calc-1): Fix for clocking block in modport
5617 declaration. Reported by Brian Hunter.
5618
5619 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5620
5621 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5622 (verilog-gate-keywords, verilog-read-sub-decls)
5623 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5624 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5625 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5626 (verilog-read-decls): Fix spaces in V2K module parameters causing
5627 mis-identification as interfaces, bug287.
5628 (verilog-read-decls): Fix not treating "parameter string" as a
5629 parameter in AUTOINSTPARAM.
5630 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5631 treating `elsif similar to `endif inside AUTOSENSE.
5632 (verilog-do-indent): Implement correct automatic or static task or
5633 function end comment highlight. Reported by Steve Pearlmutter.
5634 (verilog-font-lock-keywords-2): Fix highlighting of single
5635 character pins, bug264. Reported by Michael Laajanen.
5636 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5637 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5638 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5639 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5640 (verilog-pretty-expr): Fix interactive arguments, bug272.
5641 Reported by Mark Johnson.
5642 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5643 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5644 bug269. Suggested by Gary Delp.
5645 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5646 (verilog-preprocessor, verilog-set-compile-command):
5647 Create verilog-preprocess and verilog-preprocessor to show
5648 preprocessed output.
5649 (verilog-get-beg-of-line, verilog-get-end-of-line)
5650 (verilog-modi-file-or-buffer, verilog-modi-name)
5651 (verilog-modi-point, verilog-within-string): Move defmacro's
5652 before first use to avoid warning. Reported by Steve Pearlmutter.
5653 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5654 (verilog-colorize-region, verilog-highlight-buffer)
5655 (verilog-highlight-includes, verilog-highlight-modules)
5656 (verilog-highlight-region, verilog-mode): Rename colorize to
5657 highlight to match other packages. Disable module highlighting,
5658 as received speed complaints, reenable for experimentation only
5659 using new verilog-highlight-modules.
5660 (verilog-read-decls): Fix regexp stack overflow in very large
5661 AUTO_TEMPLATEs, bug250.
5662 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5663 (verilog-scan): Create verilog-save-buffer-state to standardize
5664 making insignificant changes that shouldn't call hooks.
5665 (verilog-save-no-change-functions, verilog-save-scan-cache)
5666 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5667 Create verilog-save-no-change-functions to wrap verilog-scan
5668 preservation, and fix to work with nested preserved calls.
5669 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5670 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5671 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5672 (verilog-submit-bug-report): Update variable list to be complete.
5673 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5674 breaking on-the-fly font-locking.
5675 (verilog-colorize-buffer, verilog-colorize-include-files)
5676 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5677 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5678 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5679 AUTOINST cell instance name, middle mouse button now finds-file on
5680 it. Suggested by Brad Dobbie.
5681 (verilog-alw-get-temps, verilog-auto-reset)
5682 (verilog-auto-sense-sigs, verilog-read-always-signals)
5683 (verilog-read-always-signals-recurse): Fix loop indexes being
5684 AUTORESET. AUTORESET now assumes any variables in the
5685 initialization section of a for() should be ignored.
5686 Reported by Dan Dever.
5687 (verilog-error-font-lock-keywords)
5688 (verilog-error-regexp-emacs-alist)
5689 (verilog-error-regexp-xemacs-alist): Fix error detection of
5690 Cadence HAL, reported by David Asher. Repair drift between the
5691 three similar error variables.
5692 (verilog-modi-lookup, verilog-modi-lookup-cache)
5693 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5694 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5695 Fix slow verilog-auto expansion on very large files.
5696 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5697 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5698 "{1*2{...". Broke in last revision.
5699 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5700 submodule connections with replications "{#{a},#{b}}".
5701
5702 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5703
5704 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5705 Fix typo in docstring.
5706
5707 2010-10-24 Kenichi Handa <handa@m17n.org>
5708
5709 * face-remap.el (text-scale-adjust): Call read-event with a proper
5710 prompt.
5711
5712 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5713
5714 * emacs-lisp/unsafep.el: Don't mark functions that display
5715 messages as safe. Suggested by Johan Bockgård.
5716
5717 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5718
5719 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5720 Turn comments into docstrings.
5721
5722 * minibuffer.el (completion--replace): Move point where it belongs
5723 when there's a common suffix (bug#7215).
5724
5725 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5726
5727 Merge read-color and facemenu-read-color (Bug#7242).
5728
5729 * faces.el (read-color): Use the completion code from
5730 facemenu-read-color. Require match in completion. Doc fix.
5731
5732 * facemenu.el (facemenu-read-color): Alias for read-color.
5733 (facemenu-set-foreground, facemenu-set-background):
5734 Use read-color.
5735
5736 * frame.el (set-background-color, set-foreground-color)
5737 (set-cursor-color, set-mouse-color, set-border-color):
5738 Use read-color.
5739
5740 2010-10-24 Leo <sdl.web@gmail.com>
5741
5742 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5743 argument of delete-file and delete-directory (Bug#7011).
5744
5745 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5748 button-buffer-map.
5749
5750 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5751
5752 * emacs-lisp/package.el (package--generate-package-list): Make the
5753 *Packages* buffer read-only.
5754
5755 2010-10-24 Alan Mackenzie <acm@muc.de>
5756
5757 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5758 result of `c-beginning-of-decl-1' between invocations of a lambda
5759 function (Bug #7265).
5760
5761 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5762
5763 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5764 executable is not available on the system (Bug#7268).
5765
5766 2010-10-24 Glenn Morris <rgm@gnu.org>
5767
5768 * select.el (selection-coding-system, next-selection-coding-system):
5769 Sync doc with C versions.
5770
5771 * w32-vars.el (x-select-enable-clipboard):
5772 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5773 * term/common-win.el (x-select-enable-clipboard): Move here.
5774
5775 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5776 definition of C variable.
5777
5778 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5779 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5780 Don't redefine things that are defined in C.
5781 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5782 (show-trailing-whitespace, auto-hscroll-mode)
5783 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5784 Set up the appropriate custom properties.
5785
5786 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5787
5788 Bind "C-c ]" to ...
5789 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5790 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5791 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5792 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5793
5794 2010-10-23 Glenn Morris <rgm@gnu.org>
5795
5796 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5797 say what it was.
5798
5799 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5800 Sync docs with C version.
5801
5802 * term/ns-win.el (xw-defined-colors):
5803 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5804
5805 * term/pc-win.el (x-select-enable-clipboard):
5806 * term/x-win.el (x-select-enable-clipboard):
5807 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5808
5809 * comint.el (comint-password-prompt-regexp): Make it less vague.
5810 Bump version.
5811
5812 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5813
5814 * help.el (finder-by-keyword): Remove unnecessary autoload.
5815
5816 2010-10-22 Glenn Morris <rgm@gnu.org>
5817
5818 * loadup.el: Unconditionally load float-sup.
5819 * paren.el (show-paren-delay):
5820 * emacs-lisp/float-sup.el:
5821 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5822 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5823 (lazy-lock-stealth-verbose): Assume float support.
5824 * ps-print.el: Assume float support on Emacs.
5825 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5826 Remove non-float branch.
5827
5828 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5829 src/Makefile no longer being pre-processed.
5830
5831 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * emacs-lisp/find-func.el (find-library): Use test-completion.
5834
5835 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5836
5837 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5838
5839 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5840
5841 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5842 space in stat format string.
5843 (tramp-send-command): Unset $PS1 when using here documents, in
5844 order not to get several prompts.
5845 (tramp-get-inline-coding): Return `nil' in case of errors.
5846
5847 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5848
5849 * hexl.el (hexl-mode, hexl-mode-exit):
5850 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5851 (hexl-revert-buffer-function): New function.
5852 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5853
5854 2010-10-19 Alan Mackenzie <acm@muc.de>
5855
5856 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5857 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5858 that these keywords aren't wrongly matched as identifiers.
5859
5860 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5861 setting of c-new-BEG and c-new-END from c-before-change to
5862 c-after-change. (Bug#7181)
5863
5864 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5865
5866 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5867 Don't mark as safe.
5868
5869 * custom.el (custom-theme-set-variables): Likewise.
5870 (load-theme): Add custom-theme-set-faces and
5871 custom-theme-set-variables to safe-functions while loading.
5872 (custom-enabled-themes): Mark as risky.
5873
5874 2010-10-18 Julien Danjou <julien@danjou.info>
5875
5876 * bindings.el: Remove end dashes in default mode-line-format.
5877
5878 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5879
5880 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5881 to delete-forward-char.
5882
5883 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5884 deletechar, and hence delete-forward-char.
5885
5886 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * repeat.el (repeat): Use read-key (bug#6256).
5889
5890 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5891
5892 * emacs-lisp/unsafep.el: Don't mark functions that display
5893 messages as safe. Suggested by Johan Bockgård.
5894
5895 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * minibuffer.el (completion--replace): Move point where it belongs
5898 when there's a common suffix (bug#7215).
5899
5900 2010-10-19 Kenichi Handa <handa@m17n.org>
5901
5902 * international/characters.el: Add category '|' (word breakable)
5903 to fullwidth characters.
5904
5905 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5906
5907 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5908 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5909 order to make stat results a float. Patch by Andreas Schwab
5910 <schwab@linux-m68k.org>.
5911
5912 2010-10-18 Julien Danjou <julien@danjou.info>
5913
5914 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5915 hidden by `make-pointer-invisible'.
5916
5917 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * files.el (locate-file-completion-table): Strip non-matching elements
5920 before checking length of list (bug#7238).
5921
5922 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * custom.el (custom-theme-set-variables): Mark as a safe function.
5925 (load-theme): Check forms using unsafep.
5926
5927 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5928
5929 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5930
5931 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5932 Fix aspell data file searching (bug#7230).
5933
5934 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5935
5936 * cus-theme.el (custom-theme--migrate-settings): New var.
5937 (customize-create-theme): Allow editing the `user' theme.
5938 (custom-theme-add-variable, custom-theme-add-var-1)
5939 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5940 to the front of each variable or face widget.
5941 (custom-theme-write): Save theme settings in the correct order.
5942 Optionally, remove saved settings from user customizations.
5943 (custom-theme-write-variables, custom-theme-write-faces):
5944 Save only the checked widgets.
5945 (customize-themes): Add a link for migrating custom settings.
5946
5947 * custom.el (custom-declare-theme, provide-theme):
5948 Use custom-theme-name-valid-p.
5949 (custom-theme-name-valid-p): Remove checks that are now
5950 unnecessary since themes no longer obey load-path.
5951
5952 * cus-edit.el (custom-variable-value-create): For the simple
5953 style, hide documentation string when hidden.
5954
5955 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5956
5957 * cus-edit.el (custom-variable, custom-face): Combine the
5958 :inhibit-magic and :display-style properties into a single
5959 :custom-style property.
5960 (custom-toggle-hide-variable, custom-toggle-hide-face):
5961 New functions. If hiding an edited value, save it to :shown-value.
5962 (custom-variable-value-create, custom-face-value-create): Use them.
5963 (custom-magic-reset): Allow magic property to be unset.
5964
5965 * custom.el: Custom themes no longer use load-path.
5966 (custom-theme-load-path): New option. Change built-in theme
5967 directory to etc/.
5968 (custom-enabled-themes): Add custom-theme-load-path dependency.
5969 (custom-theme--load-path): New function.
5970 (load-theme, custom-available-themes): Use it.
5971
5972 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5973 (customize-themes): Link to custom-theme-load-path variable.
5974 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5975 :custom-style property.
5976
5977 * themes/*.el: Moved to etc/.
5978
5979 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5980
5981 * textmodes/reftex-cite.el
5982 (reftex-extract-bib-entries-from-thebibliography): Do not move
5983 point when searching for \bibitem entries. Match entries with
5984 spaces or tabs in front of arguments.
5985
5986 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5987
5988 * cus-theme.el (customize-create-theme): Delete overlays after
5989 erasing. If given a THEME arg, display only the faces of that arg
5990 instead of custom-theme--listed-faces.
5991 (custom-theme-variable-menu, custom-theme-variable-action)
5992 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5993 (custom-theme-add-variable, custom-theme-add-face): Apply value
5994 from the theme settings, instead of the current value.
5995 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5996 (custom-theme-visit-theme): Allow calling outside theme buffers.
5997 (custom-theme-merge-theme): Don't enable the theme when merging.
5998 (custom-theme-write-variables, custom-theme-write-faces): Use the
5999 :shown-value properties to save buffer values, not global ones.
6000 (customize-themes): Display a warning about user customizations.
6001
6002 * cus-edit.el (custom-variable-value-create)
6003 (custom-face-value-create): Obey new special properties
6004 :shown-value and :inhibit-magic.
6005
6006 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
6007
6008 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
6009 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6010 <dale@codefu.org>.
6011
6012 2010-10-14 Kenichi Handa <handa@m17n.org>
6013
6014 * mail/rmail.el (rmail-show-message-1): Catch an error of
6015 base64-decode-region and just show an error message (bug#7165).
6016
6017 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
6018 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6019 a font-spec (bug#7197).
6020
6021 2010-10-14 Glenn Morris <rgm@gnu.org>
6022
6023 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6024
6025 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
6026
6027 * international/mule.el (define-coding-system):
6028 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6029 * composite.el (compose-region): Fix typo in docstring.
6030
6031 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6034 only after checking the theme-face property.
6035
6036 * faces.el (face-spec-reset-face): Reset all attributes in one
6037 single call to set-face-attribute.
6038 (face-spec-match-p): Make it a defsubst.
6039 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6040 (x-create-frame-with-faces, tty-create-frame-with-faces)
6041 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6042 frame-set-background-mode, since they are recomputed immediately
6043 afterwards in face-set-after-frame-default.
6044 (face-set-after-frame-default): Minor optimization.
6045 (cursor): Provide non-trivial defface spec.
6046
6047 * custom.el (custom-theme-recalc-face): Simplify.
6048
6049 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6050
6051 * calc/calc-alg.el (math-var): Rename from `var'.
6052 (math-is-polynomial, math-is-poly-rec): Replace `var'
6053 with `math-var'.
6054
6055 * calc/calcalg2.el (math-var): Rename from `var'.
6056 (calcFunc-table, math-scan-for-limits): Replace `var'
6057 with `math-var'.
6058
6059 2010-10-13 Glenn Morris <rgm@gnu.org>
6060
6061 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6062
6063 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
6064
6065 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6066
6067 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6068
6069 * net/tls.el (tls-program): Remove spurious %s from openssl.
6070 (tls-starttls-switches): Remove starttls hack.
6071 (open-tls-stream): Ditto.
6072 (tls-find-starttls-argument): Ditto.
6073
6074 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
6075
6076 * image.el (image-library-alist): Declare as obsolete alias.
6077 (image-type-available-p): Use `dynamic-library-alist'.
6078
6079 * term/w32-win.el (dynamic-library-alist):
6080 Use instead of `image-library-alist'.
6081
6082 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6083
6084 * subr.el (last): Make it faster. (Bug#7174)
6085
6086 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6087
6088 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6089
6090 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6091
6092 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6093 (describe-theme-1): Extract doc from unloaded themes.
6094
6095 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6096
6097 * themes/tango-theme.el:
6098 * themes/tango-dark-theme.el:
6099 * themes/wheatgrass-theme.el: New files.
6100
6101 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6102
6103 * cus-theme.el (describe-theme, customize-themes)
6104 (custom-theme-save): New commands.
6105 (custom-new-theme-mode-map): Bind C-x C-s.
6106 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6107 (customize-create-theme): New optional arg THEME.
6108 (custom-theme-revert): Use it.
6109 (custom-theme-visit-theme): Remove dead code.
6110 (custom-theme-merge-theme): Use custom-available-themes.
6111 (custom-theme-write): Make interactive.
6112 (custom-theme-write): Use custom-theme-name-valid-p.
6113 (describe-theme-1, custom-theme-choose-revert)
6114 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6115 New funs.
6116 (custom-theme-allow-multiple-selections): New option.
6117 (custom-theme-choose-mode): New major mode.
6118
6119 * custom.el (custom-theme-set-variables): Remove dead code.
6120 Obey custom--inhibit-theme-enable.
6121 (custom--inhibit-theme-enable): New var.
6122 (provide-theme): Obey it.
6123 (load-theme): Replace load with manual read/eval, in order to
6124 check for correctness. Use custom-theme-name-valid-p.
6125 (custom-theme-name-valid-p): New function.
6126 (custom-available-themes): Use it.
6127
6128 * cus-edit.el (custom--initialize-widget-variables): New function.
6129 (Custom-mode): Use it.
6130
6131 * cus-face.el (custom-theme-set-faces): Remove dead code.
6132 Obey custom--inhibit-theme-enable.
6133
6134 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6135
6136 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
6139
6140 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
6141
6142 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6143 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6144 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6145
6146 * cus-start.el (all): ns-right-alternate-modifier is new.
6147
6148 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * emacs-lisp/lisp.el (lisp-completion-at-point):
6151 Use emacs-lisp-mode-syntax-table for the whole function.
6152
6153 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
6154
6155 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
6156 instead of font-lock-mode before adding keywords.
6157 Remove hi-lock-mode off code. Remove inhibit hack.
6158 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6159 non-nil; removed hook inhibit hack.
6160
6161 2010-10-12 Glenn Morris <rgm@gnu.org>
6162
6163 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6164 (load-path-shadows-find): ... to this.
6165 (list-load-path-shadows): Update for above change.
6166
6167 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6168
6169 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6170
6171 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6172 Fix comment for declare-function.
6173
6174 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * custom.el (custom-fix-face-spec): New function; code moved from
6177 custom-face-edit-fix-value.
6178 (custom-push-theme): Use it when checking if a face has been
6179 changed outside customize.
6180 (custom-available-themes): New function.
6181 (load-theme): Use it.
6182
6183 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
6184
6185 * custom.el (custom-push-theme): Cleanup (use cond).
6186 (disable-theme): Recompute the saved-face property.
6187 (custom-theme-recalc-face): Follow face alias before setting prop.
6188
6189 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6190 New variables, containing checkbox images.
6191
6192 * startup.el (fancy-startup-tail):
6193 * wid-edit.el (checkbox): Use them.
6194
6195 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6196
6197 * shell.el (shell-mode-map):
6198 * progmodes/modula2.el (m2-mode-map):
6199 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6200 * play/mpuz.el (mpuz-mode-map):
6201 * play/landmark.el (lm-mode-map):
6202 * play/decipher.el (decipher-mode-map):
6203 * play/5x5.el (5x5-mode-map):
6204 * net/telnet.el (telnet-mode-map):
6205 * net/quickurl.el (quickurl-list-mode-map):
6206 * net/mairix.el (mairix-searches-mode-map):
6207 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6208 * net/dig.el (dig-mode-map):
6209 * mail/mspools.el (mspools-mode-map):
6210 * hexl.el (hexl-mode-map):
6211 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6212 (wordstar-C-o-map, wordstar-C-q-map):
6213 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6214 * emacs-lisp/chart.el (chart-map):
6215 * edmacro.el (edmacro-mode-map):
6216 * erc/erc-list.el (erc-list-menu-mode-map):
6217 * array.el (array-mode-map): Declare and define in one step.
6218
6219 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6220
6221 2010-10-10 Daiki Ueno <ueno@unixuser.org>
6222
6223 * epa.el (epa-passphrase-callback-function): Display filename
6224 passed as the 3rd arg.
6225 * epa-file.el (epa-file-passphrase-callback-function):
6226 Pass filename to epa-passphrase-callback-function.
6227
6228 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * cus-edit.el (custom-face-widget-to-spec)
6231 (custom-face-get-current-spec, custom-face-state): New functions.
6232 (custom-face-set, custom-face-mark-to-save)
6233 (custom-face-value-create, custom-face-state-set): Use them.
6234
6235 * cus-theme.el (custom-theme--listed-faces): New var.
6236 (customize-create-theme): Use *Custom Theme* as the buffer name.
6237 Set revert-buffer-function. Optional arg BUFFER. Insert all
6238 faces listed in custom-theme--listed-faces.
6239 (custom-theme-revert): New function.
6240 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6241 bottom of the list.
6242 (custom-theme-write): Prompt for theme name if empty.
6243 (custom-theme-write-variables): Use dolist.
6244 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6245
6246 2010-10-09 Alan Mackenzie <acm@muc.de>
6247
6248 Enhance fontification of declarators to take account of the
6249 presence/absence of "typedef".
6250
6251 * cc-engine.el (c-forward-type): New &optional param
6252 "brace-block-too".
6253 (c-forward-decl-or-cast-1): cdr of return value now indicates the
6254 presence of either or both of a "struct"-like keyword and "typedef".
6255
6256 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6257 fontification of declarators which follow a "}".
6258 (c-font-lock-declarations): Fontify declarators according to the
6259 presence/absence of "typedef".
6260
6261 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6262 for "typedef".
6263 (c-typedef-decl-key): New lang variable built from
6264 c-typedef-decl-kwds.
6265
6266 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6267
6268 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6269 since that's too annoying. Move the filter groups commands to
6270 TAB/backtab.
6271
6272 * epa.el (epa-passphrase-callback-function): Say what we're
6273 querying the password for.
6274
6275 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
6276 behaviour, don't bury the ibuffer buffer when visiting other buffers.
6277
6278 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6281 (custom-magic-value-create): Pad button tags with spaces.
6282 (custom-face-edit): New variable.
6283 (custom-face-value-create): Determine whether to use the usual
6284 face editor here, instead of using custom-face-selected.
6285 Pass face defaults to custom-face-edit widget.
6286 (custom-face-selected, custom-display-unselected): Delete widgets.
6287 (custom-display-unselected-match): Function removed.
6288 (custom-face-set, custom-face-mark-to-save):
6289 Accept custom-face-edit widgets as the direct widget child.
6290
6291 * wid-edit.el (widget--completing-widget): New var.
6292 (widget-default-complete): Bind it when doing completion.
6293 (widget-string-complete, widget-file-complete): Use it.
6294
6295 2010-10-09 Glenn Morris <rgm@gnu.org>
6296
6297 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6298 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6299 (holiday-hebrew-misc): Small simplifications.
6300
6301 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6302
6303 * net/browse-url.el: Don't require thingatpt, term, dired,
6304 executable, or w3-auto when compiling.
6305 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6306 Declare.
6307 (browse-url-text-emacs): Require term.
6308
6309 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6310
6311 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6312
6313 2010-10-08 Glenn Morris <rgm@gnu.org>
6314
6315 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6316
6317 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6318 (shadows-compare-text-p): Make it an obsolete alias for...
6319 (load-path-shadows-compare-text): ... new name.
6320 (find-emacs-lisp-shadows): Update for above name change.
6321 (load-path-shadows-same-file-or-nonexistent): New name for the old
6322 shadow-same-file-or-nonexistent.
6323
6324 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6325
6326 * minibuffer.el (completion--some, completion--do-completion)
6327 (minibuffer-complete-and-exit, minibuffer-completion-help)
6328 (completion-basic-try-completion)
6329 (completion-basic-all-completions)
6330 (completion-pcm--find-all-completions): Use lexical-let to
6331 avoid some false matches in variable completion (Bug#7056)
6332
6333 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
6334
6335 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6336
6337 2010-10-08 Leo <sdl.web@gmail.com>
6338
6339 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6340 return non-nil if the file exists (Bug#7090).
6341
6342 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * minibuffer.el (completion--replace):
6345 Better preserve markers (bug#7138).
6346
6347 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
6348
6349 * server.el (server-process-filter): Doc fix.
6350
6351 2010-10-08 Drew Adams <drew.adams@oracle.com>
6352
6353 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6354
6355 2010-10-08 Glenn Morris <rgm@gnu.org>
6356
6357 * vc/ediff-wind.el (ediff-setup-control-frame):
6358 * vc/ediff-ptch.el (ediff-default-backup-extension):
6359 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6360 (ediff-exec-process): Remove system-types emx, windows-95.
6361
6362 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6363
6364 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * cus-edit.el (custom-variable, custom-face): Doc fix.
6367 (custom-face-edit): Add value-create attribute.
6368 (custom-face-edit-value-create)
6369 (custom-face-edit-value-visibility-action): New functions.
6370 Hide unused face attributes by default, and add a visibility toggle.
6371 (custom-face-edit-deactivate): Show empty values with shadow face.
6372 (custom-face-selected): Only use this for face specs with default
6373 attributes.
6374 (custom-face-value-create): Cleanup.
6375
6376 * wid-edit.el (widget-checklist-value-create): Use dolist.
6377 (widget-checklist-match-find): Make second arg optional.
6378
6379 2010-10-07 Glenn Morris <rgm@gnu.org>
6380
6381 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6382 Prefix things.
6383
6384 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6385 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6386 load-path-shadows-mode, update references.
6387 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6388 Rename variable and button.
6389 (list-load-path-shadows): Update button caller.
6390
6391 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6394 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6395 (smie-merge-prec2s): Handle those new entries.
6396 (smie-prec2-levels): Only set precedence to nil for actual
6397 openers/closers.
6398 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6399 that is now unnecessary.
6400
6401 2010-10-07 Miles Bader <miles@gnu.org>
6402
6403 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6404
6405 2010-10-07 Glenn Morris <rgm@gnu.org>
6406
6407 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6408 (mail-position-on-field): Remove declarations.
6409 (mail-position-on-field): Autoload it.
6410 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6411 and mail-header-end. Don't require sendmail.
6412
6413 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6414 (shadow-mode): New mode.
6415 (shadow-find-file): New button.
6416 (list-load-path-shadows): Use shadow-mode and buttons.
6417
6418 * iimage.el (iimage-version): Remove.
6419 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6420 Turn into defcustoms.
6421 (iimage-mode-map): Give it a doc string.
6422
6423 * calendar/appt.el (appt-activate): Give a warning rather than an error
6424 if there is no diary-file.
6425
6426 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
6427
6428 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6429 Use `tramp-handle-find-backup-file-name'.
6430
6431 2010-10-06 Glenn Morris <rgm@gnu.org>
6432
6433 * font-core.el (font-lock-defaults-alist): Remove variable.
6434 (font-lock-mode): Doc fix.
6435 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6436 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6437 (font-lock-set-defaults): Doc fix.
6438 Do not consult font-lock-defaults-alist.
6439
6440 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6441
6442 * emacs-lisp/cl.el: No longer provide cl-19.
6443
6444 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
6445
6446 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6447 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6448 New defuns, taken from tramp-smb.el.
6449 (tramp-coding-system-change-eol-conversion)
6450 (tramp-set-process-query-on-exit-flag): Remove.
6451
6452 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
6453 (tramp-compat-coding-system-change-eol-conversion)
6454 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6455 from tramp.el.
6456
6457 * net/tramp-gvfs.el:
6458 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6459 by `tramp-compat-set-process-query-on-exit-flag'.
6460
6461 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6462 Use `tramp-handle-directory-files-and-attributes',
6463 `tramp-handle-file-exists-p' and
6464 `tramp-handle-file-newer-than-file-p'.
6465 (tramp-imap-handle-file-exists-p)
6466 (tramp-imap-handle-file-executable-p)
6467 (tramp-imap-handle-file-readable-p)
6468 (tramp-imap-handle-directory-files-and-attributes)
6469 (tramp-imap-handle-file-newer-than-file-p): Remove.
6470
6471 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6472 by `tramp-compat-set-process-query-on-exit-flag' and
6473 `tramp-coding-system-change-eol-conversion' by
6474 `tramp-compat-coding-system-change-eol-conversion'.
6475
6476 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6477 Use `tramp-handle-directory-files-and-attributes',
6478 `tramp-handle-file-exists-p' and
6479 `tramp-handle-file-newer-than-file-p'.
6480 (tramp-smb-handle-directory-files-and-attributes)
6481 (tramp-smb-handle-file-exists-p)
6482 (tramp-smb-handle-file-newer-than-file-p): Remove.
6483 (tramp-smb-maybe-open-connection):
6484 Replace `tramp-set-process-query-on-exit-flag' by
6485 `tramp-compat-set-process-query-on-exit-flag'.
6486
6487 2010-10-05 Glenn Morris <rgm@gnu.org>
6488
6489 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6490
6491 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
6492
6493 Continue reorganization of load dependencies. (Bug#7156)
6494
6495 * net/tramp.el (tramp-handle-file-local-copy-hook)
6496 (tramp-delete-temp-file-function): Move down.
6497 (tramp-exists-file-name-handler): Move up.
6498 (tramp-register-file-name-handlers): Simplify autoload.
6499 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6500 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6501 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6502 (tramp-handle-file-name-completion)
6503 (tramp-handle-file-name-directory)
6504 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6505 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6506 (tramp-handle-find-backup-file-name)
6507 (tramp-handle-insert-file-contents, tramp-handle-load)
6508 (tramp-handle-substitute-in-file-name)
6509 (tramp-handle-unhandled-file-name-directory)
6510 (tramp-mode-string-to-int, tramp-local-host-p)
6511 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6512
6513 * net/tramp-gvfs.el (top):
6514 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6515
6516 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6517 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6518
6519 2010-10-04 Glenn Morris <rgm@gnu.org>
6520
6521 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6522 (appt-activate): Give status messages.
6523
6524 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6525
6526 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6527 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6528 `gnutls-negotiate' (formerly `starttls-negotiate').
6529 Remove trivial wrapper `starttls-open-stream'.
6530
6531 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6532
6533 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6534 log-outgoing commands.
6535 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6536 to create a buffer local revert-buffer-function variable.
6537 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6538 revert-buffer-function lambda.
6539
6540 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6541
6542 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6543 `gnutls-boot'. Make TYPE the only required parameter.
6544 Allow TRUSTFILES and KEYFILES to be lists.
6545 (open-ssl-stream): Use it.
6546
6547 2010-10-03 Glenn Morris <rgm@gnu.org>
6548
6549 * subr.el (directory-sep-char): Remove obsolete variable.
6550 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6551 it is "necessary".
6552
6553 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6554 * vc/vc.el (vc-static-header-alist): Doc fix.
6555 * vc/vc-cvs.el (vc-cvs-header):
6556 * vc/vc-rcs.el (vc-rcs-header):
6557 * vc/vc-sccs.el (vc-sccs-header):
6558 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6559 * obsolete/vc-mcvs.el (vc-mcvs-header):
6560 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6561 on XEmacs.
6562
6563 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6566 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6567
6568 2010-10-03 Glenn Morris <rgm@gnu.org>
6569
6570 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6571
6572 * textmodes/rst.el (rst-font-lock-keywords-function):
6573 Drop Emacs 20 code.
6574
6575 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6576
6577 * printing.el: Drop Emacs 20 code.
6578
6579 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6580 without having used appt.el already).
6581
6582 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6583 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6584 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6585 XEmacs.
6586 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6587 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6588
6589 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6590 (charset-width, find-charset-region, chars-in-region, forward-point)
6591 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6592 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6593 Remove compatibility cruft (none of these are used by ps*.el).
6594
6595 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6596
6597 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6598
6599 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6600
6601 * server.el (server-process-filter, server-return-error):
6602 Give emacsclient time to shut down after receiving an error string.
6603
6604 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6605
6606 * files.el (remote-file-name-inhibit-cache): New defcustom.
6607
6608 * time.el (display-time-file-nonempty-p):
6609 Use `remote-file-name-inhibit-cache'.
6610
6611 * net/tramp.el (tramp-completion-reread-directory-timeout):
6612 Fix docstring.
6613
6614 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6615 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6616 `remote-file-name-inhibit-cache'. Check also for an integer
6617 value. Add/increase counter when `tramp-verbose' >= 10.
6618 (tramp-set-file-property): Add/increase counter when
6619 `tramp-verbose' >= 10.
6620
6621 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6622 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6623 (tramp-bug): Set tramp-autoload cookie. Report all interned
6624 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6625 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6626 characters only in strings.
6627
6628 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6629 to backward compatibility.
6630
6631 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6632 (tramp-handle-file-name-all-completions)
6633 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6634 (tramp-open-connection-setup-interactive-shell):
6635 Call `tramp-cleanup-connection' directly.
6636
6637 2010-10-02 Glenn Morris <rgm@gnu.org>
6638
6639 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6640
6641 * subr.el (char-bytes): Remove obsolete function.
6642
6643 * isearch.el (isearch-return-char): Remove obsolete function.
6644
6645 * mouse.el: No longer provide mldrag.
6646 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6647 Remove obsolete aliases.
6648
6649 * comint.el (comint-kill-output): Remove obsolete alias.
6650
6651 * composite.el (decompose-composite-char): Remove obsolete function.
6652 * ps-def.el (decompose-composite-char): Remove unused function.
6653
6654 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6655
6656 * outline.el (outline-visible): Remove obsolete function.
6657
6658 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6659 * faces.el (internal-find-face, internal-get-face)
6660 (frame-update-faces, frame-update-face-colors)
6661 (x-frob-font-weight, x-frob-font-slant)
6662 (internal-frob-font-weight, internal-frob-font-slant)
6663 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6664 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6665 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6666 since Emacs 21.1.
6667 * emulation/viper-util.el (viper-get-face):
6668 * obsolete/lucid.el (find-face, get-face): Use facep.
6669 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6670 Remove unused functions.
6671 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6672
6673 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6674 delete tempfile if interrupted during compilation.
6675
6676 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6677
6678 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6679 gnutls-cli.
6680 (tls-program): Add --insecure to be consistent with the defaults from
6681 openssl s_client. Now all three commands are insecure.
6682
6683 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6684
6685 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6686 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6687 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6688
6689 2010-10-01 Glenn Morris <rgm@gnu.org>
6690
6691 * obsolete/sc.el: Remove file.
6692
6693 * files.el (temporary-file-directory): On darwin, also try
6694 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6695
6696 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6697
6698 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6699 Let's not break compatibility gratuitously, shall we?
6700
6701 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6702
6703 * net/tls.el (tls-starttls-switches): New variable.
6704 (tls-find-starttls-argument): Use it.
6705 (open-tls-stream): Ditto.
6706
6707 * net/netrc.el (netrc-credentials): Return the value of the "default"
6708 entry.
6709 (netrc-machine): Ditto.
6710
6711 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6712
6713 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6714
6715 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6716
6717 * server.el (server-start): Don't write pid to the authentication file.
6718 (server-create-tty-frame): Don't send pid.
6719 (server-process-filter): Send pid at the start of every connection.
6720
6721 2010-09-30 Glenn Morris <rgm@gnu.org>
6722
6723 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6724 (show-all-diary-entries): Remove obsolete function aliases.
6725
6726 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6727 Remove options, obsolete since 22.1.
6728 (appt-display-format, appt-display-message):
6729 Remove backwards-compatibility code.
6730 (appt-check): No longer check appt-issue-message.
6731 (appt-make-list): No longer autoload it. Doc fix. No longer
6732 activate the package.
6733
6734 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6735
6736 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6737 (starttls-negotiate): Just call boot, and let the handshake be
6738 triggered from the read loop.
6739
6740 2010-09-29 Glenn Morris <rgm@gnu.org>
6741
6742 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6743 not displaying the diary.
6744 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6745 * calendar/appt.el (appt-check): No longer need to kill diary.
6746
6747 * calendar/diary-lib.el (diary-list-entries): Move the
6748 "Preparing..." message entirely here.
6749 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6750 messages to diary-list-entries.
6751 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6752 diary-display-function.
6753
6754 * calendar/diary-lib.el (diary-include-other-diary-files):
6755 Trap some recursive includes.
6756
6757 * calendar/appt.el (appt-activate): Check diary file.
6758
6759 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6760
6761 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6762 construction.
6763
6764 * calendar/time-date.el: No need to require cl for Emacs 21.
6765
6766 2010-09-28 Glenn Morris <rgm@gnu.org>
6767
6768 * calendar/appt.el (appt-check): Minor simplification.
6769
6770 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6771
6772 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6773 citation prefix.
6774
6775 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6776
6777 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6778 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6779
6780 2010-09-27 Kenichi Handa <handa@m17n.org>
6781
6782 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6783 "ustar" format.
6784
6785 2010-09-27 Kenichi Handa <handa@m17n.org>
6786
6787 * international/mule.el (define-coding-system): Docstring fixed.
6788
6789 * international/mule-diag.el (describe-character-set): Use princ
6790 with proper print-length and print-level instead of insert.
6791
6792 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6793
6794 * window.el (walk-windows): Doc fix (bug#7105).
6795
6796 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * emacs-lisp/float-sup.el (e): Remove.
6799
6800 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6801
6802 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6803 variable.
6804 (starttls-negotiate): Use it.
6805
6806 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6807
6808 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6809 back.
6810
6811 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6814
6815 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6816
6817 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6818
6819 * net/netrc.el (netrc-store-data): New function.
6820
6821 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6822
6823 * net/gnutls.el: GnuTLS glue code to set up a connection.
6824
6825 2010-09-25 Julien Danjou <julien@danjou.info>
6826
6827 * notifications.el: Call dbus-register-signal only if it is bound.
6828
6829 2010-09-25 Glenn Morris <rgm@gnu.org>
6830
6831 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6832 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6833 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6834 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6835 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6836 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6837 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6838 * eshell/esh-util.el, eshell/esh-var.el:
6839 Remove leading `*' from docs of faces and defcustoms.
6840
6841 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6842
6843 * eshell/em-ls.el (eshell-ls-archive-regexp):
6844 * eshell/esh-util.el (eshell-tar-regexp):
6845 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6846 * info.el (Info-suffix-list):
6847 * international/mule.el (auto-coding-alist):
6848 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6849 * progmodes/etags.el (tags-compression-info-list):
6850 Support xz compression.
6851
6852 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6853
6854 * files.el (get-free-disk-space): Don't assume the "df" output
6855 columns line up (Bug#6995).
6856
6857 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6858
6859 * finder.el (finder-unknown-keywords):
6860 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6861 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6862
6863 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6864
6865 * server.el (server-start): Revert part of 2010-08-08 change. Using
6866 address 127.0.0.1 for local host is now done in Fmake_network_process.
6867
6868 2010-09-24 Glenn Morris <rgm@gnu.org>
6869
6870 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6871 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6872 * textmodes/css-mode.el, textmodes/dns-mode.el:
6873 Move autoloaded auto-mode-alist entries to files.el.
6874 * files.el (auto-mode-alist): Move entries here.
6875
6876 2010-09-23 Glenn Morris <rgm@gnu.org>
6877
6878 * isearch.el (isearch-lazy-highlight-cleanup)
6879 (isearch-lazy-highlight-initial-delay)
6880 (isearch-lazy-highlight-interval)
6881 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6882 * net/net-utils.el (ipconfig-program-options):
6883 Move aliases to options before the associated definitions.
6884
6885 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * newcomment.el (comment-normalize-vars): Better test validity of
6888 comment-end-skip.
6889
6890 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6893 (float-e): New name for `e'.
6894 (degrees-to-radians, radians-to-degrees):
6895 * calendar/solar.el (solar-longitude):
6896 * calculator.el (calculator-registers, calculator-funcall):
6897 * textmodes/artist.el (artist-spray-random-points):
6898 * play/bubbles.el (bubbles--initialize-images): Use new names.
6899
6900 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6901
6902 Update to CEDET 1.0's version of EIEIO.
6903
6904 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6905 New function.
6906 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6907 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6908 (class-precedence-list): If class is nil, return nil.
6909 (eieio-generic-call): If class of first input arg is nil, don't
6910 look up static methods, and do check for primary methods.
6911 (initialize-instance): See if the default needs to be evaluated
6912 during the constructor.
6913 (eieio-perform-slot-validation-for-default): Don't do the check
6914 for values that will eventually be evaluated.
6915 (eieio-eval-default-p): New function.
6916 (eieio-default-eval-maybe): Use it.
6917
6918 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6919
6920 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6921 method-invocation-order.
6922 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6923 (eieio-class-precedence-dfs): Compute class precedence list using
6924 dfs algorithm.
6925 (eieio-class-precedence-bfs): Compute class precedence list using
6926 bfs algorithm.
6927 (eieio-class-precedence-c3): Compute class precedence list using
6928 c3 algorithm.
6929 (class-precedence-list): New function.
6930 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6931 (inconsistent-class-hierarchy): New error symbol.
6932 (call-next-method): Stow the replacement argument list for future
6933 call-next-method invocations.
6934
6935 2010-09-23 Glenn Morris <rgm@gnu.org>
6936
6937 * calendar/appt.el (appt-check): If not displaying the diary,
6938 use (diary 1) to only get the entries we need.
6939 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6940 that it is in day order. (Bug#7019)
6941
6942 * calendar/appt.el (appt-check): Rather than showing the diary,
6943 just turn off invisible display, and only if needed.
6944
6945 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6946
6947 2010-09-23 Glenn Morris <rgm@gnu.org>
6948
6949 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6950 (byte-compile-defvar, byte-compile-cl-warn):
6951 Start warnings with lower-case, like the majority.
6952
6953 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6954
6955 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6956
6957 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6958 * files.el (auto-mode-alist): Move ld-script entries here, further down
6959 the list.
6960
6961 * vc/add-log.el: Don't require timezone when compiling.
6962 (timezone-make-date-sortable): Autoload it.
6963 (change-log-sortable-date-at): Don't require timezone.
6964 Use `ignore-errors'.
6965
6966 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6967 Move alias before definition, so it does not need autoloading.
6968
6969 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6970 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6971 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6972 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6973 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6974 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6975 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6976 * textmodes/tex-mode.el, textmodes/two-column.el:
6977 Remove leading `*' from docs of defcustoms etc.
6978
6979 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6980
6981 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6982
6983 2010-09-22 Dan Christensen <jdc@uwo.ca>
6984
6985 * calendar/time-date.el (date-to-time): Try using parse-time-string
6986 first before using the slower timezone-make-date-arpa-standard.
6987
6988 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6989
6990 * calendar/time-date.el (format-seconds): Comment fix.
6991
6992 2010-09-22 Glenn Morris <rgm@gnu.org>
6993
6994 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6995 is not automatically buffer-local.
6996
6997 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7000 (smie-indent-comment): Be more careful with comment-start-skip.
7001 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7002 (smie-indent-functions): Use them.
7003
7004 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
7005
7006 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7007
7008 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7009
7010 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7011 tool-bar-position. Don't modify frame parameters here.
7012 (menu-bar-options-save): Add tool-bar-position.
7013
7014 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7015
7016 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * textmodes/reftex-parse.el (reftex-what-macro)
7019 (reftex-context-substring): Let-bind forward-sexp-function to nil
7020 since we don't need/want to treat \begin...\end as a block (bug#7053).
7021
7022 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7023
7024 * simple.el (blink-matching-open): Use syntax-class.
7025
7026 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7027 Set invisibility spec for pascal's outline mode.
7028 (pascal-outline-change): Clean up calling convention.
7029 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7030
7031 * progmodes/prolog.el (prolog-smie-forward-token)
7032 (prolog-smie-backward-token): New functions.
7033 (prolog-mode-variables): Use them to parse "!," correctly.
7034 Set up smie-blink-matching for ".".
7035
7036 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7037 and `end'.
7038 (ispell-region, ispell-process-line): Update users.
7039
7040 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7041 point-min==1.
7042
7043 * textmodes/ispell.el: Fix commenting convention.
7044 (ispell-parse-output): Simplify, use push.
7045 (ispell-region): Use match-string-no-properties.
7046 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7047 (ispell-minor-mode): Use define-minor-mode.
7048 (ispell-message): Remove unused var `skip-regexp'.
7049 (ispell-add-per-file-word-list): Use dynamic let-binding.
7050 Try and use the proper comment marker.
7051
7052 * mail/sendmail.el: Fix commenting convention.
7053 (sendmail-send-it): Use line-beginning-position.
7054
7055 * help-fns.el (describe-variable): Add original value, if applicable.
7056
7057 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
7058
7059 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7060
7061 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7062
7063 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7066 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7067 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7068 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7069 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7070 something like "." can also be a closer.
7071 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7072 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7073 Rename internal functions to use "--". Update callers.
7074
7075 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7076
7077 * fringe.el (fringe-styles): New var.
7078 (fringe-mode, fringe-query-style): Use it.
7079
7080 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7081
7082 * progmodes/sql.el: Version 2.8
7083 (sql-login-params): Update widget structure; changes still needed.
7084 (sql-product-alist): Add :list-all and :list-table features for
7085 SQLite, Postgres and MySQL products.
7086 (sql-redirect): Handle default value.
7087 (sql-execute, sql-execute-feature): New functions.
7088 (sql-read-table-name): New function.
7089 (sql-list-all, sql-list-table): New functions. User API.
7090 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7091 for above functions.
7092 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7093 for above functions.
7094 (sql-postgres-login-params): Add user and database defaults.
7095 (sql-buffer-live-p): Bug fix.
7096 (sql-product-history): New variable.
7097 (sql-read-product): New function. Use it.
7098 (sql-set-product, sql-product-interactive): Use it.
7099 (sql-connection-history): New variable.
7100 (sql-read-connection): New function. Use it.
7101 (sql-connect): New function.
7102 (sql-for-each-login): Redesign function interface.
7103 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
7104 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7105 (sql-comint): Check for program. Existing live buffer.
7106 (sql-comint-postgres): Add port parameter.
7107
7108 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * emacs-lisp/warnings.el: Fix commenting convention.
7111 (display-warning): Use special mode and make the buffer read-only.
7112
7113 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7114
7115 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7116 empty string when it follows a repeated or optional pattern.
7117
7118 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7121 (indent-region): Use indent-according-to-mode.
7122
7123 2010-09-18 Eli Zaretskii <eliz@gnu.org>
7124
7125 * fringe.el (fringe-mode): Doc fix.
7126
7127 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7128
7129 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7130 refreshing the preview buffer.
7131
7132 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7135 (latex-syntax-propertize-rules): New consts; replace
7136 tex-font-lock-syntactic-keywords.
7137 (tex-env-mark, latex-env-before-change): New functions.
7138 (latex-electric-env-pair-mode): New minor mode.
7139 (tex-font-lock-verb): Change arguments; do move point.
7140 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7141 representation as a form of comment.
7142 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7143 (doctex-syntax-propertize-rules): New const; replaces
7144 doctex-font-lock-syntactic-keywords.
7145 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7146
7147 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7148 (fortran-make-syntax-propertize-function): New function; replaces
7149 fortran-font-lock-syntactic-keywords.
7150 (fortran-mode): Use it.
7151 (fortran-line-length): Use it. Improve interactive spec.
7152
7153 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7154 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7155 when adding surrounding \(..\).
7156
7157 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7158
7159 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7162 Use with-current-buffer.
7163
7164 * isearch.el (isearch-face): Rename from `isearch'.
7165 (isearch-highlight): Use new name.
7166
7167 2010-09-17 Eli Zaretskii <eliz@gnu.org>
7168
7169 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7170 5, for `half' width fringes. (Bug#6933)
7171
7172 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7175 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7176
7177 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7178
7179 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
7180
7181 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7182 in calculating new frame position. Add more space between new and
7183 parent on the left (Bug#7048).
7184
7185 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
7186
7187 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7188 defmacro.
7189
7190 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
7191
7192 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
7193
7194 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7195 obsolete alias for x-selection-value.
7196
7197 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7198
7199 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
7200
7201 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7202 cookie.
7203
7204 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
7205
7206 * net/tramp-compat.el (tramp-compat-with-temp-message)
7207 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7208 (tramp-compat-process-put): New defuns.
7209
7210 * net/tramp.el (top):
7211 * net/tramp-gvfs.el (top):
7212 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7213
7214 * net/tramp.el (tramp-progress-reporter-update):
7215 Use `tramp-compat-funcall'.
7216
7217 * net/tramp.el (tramp-process-actions):
7218 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7219 * net/tramp-sh.el (tramp-handle-vc-registered)
7220 (tramp-get-remote-stat, tramp-get-remote-readlink):
7221 Use `tramp-compat-with-temp-message'.
7222
7223 * net/tramp-sh.el (top): Require 'cl.
7224 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
7225 (tramp-open-connection-setup-interactive-shell):
7226 Use `tramp-compat-process-put'.
7227
7228 2010-09-15 Alan Mackenzie <acm@muc.de>
7229
7230 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7231 indentation.
7232 (c-forward-<>-arglist-recur): Fix an infinite recursion.
7233
7234 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7237 `lexical' for warnings related to lexical scoping.
7238 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7239 global vars which don't have a prefix and could hence affect lexical
7240 scoping in unrelated files.
7241
7242 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7243
7244 * net/imap.el: Revert back to version
7245 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7246 seem problematic.
7247
7248 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7249
7250 * obsolete/old-whitespace.el (whitespace-unload-function):
7251 Explicitly pass `obarray' to `unintern' to avoid a warning.
7252
7253 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7256 Add `when' argument. Update callers.
7257
7258 * subr.el (unintern): Declare the obarray arg mandatory.
7259
7260 2010-09-14 Glenn Morris <rgm@gnu.org>
7261
7262 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7263 Doc fixes.
7264
7265 * calendar/diary-lib.el (diary-included-files): New variable.
7266 (diary-list-entries): Maybe initialize diary-included-files.
7267 (diary-include-other-diary-files): Append to diary-included-files.
7268 * calendar/appt.el (appt-update-list): Also check the members of
7269 diary-included-files. (Bug#6999)
7270 (appt-check): Doc fix.
7271
7272 2010-09-14 David Reitter <david.reitter@gmail.com>
7273
7274 * simple.el (line-move-visual): Do not truncate goal column to
7275 integer size. (Bug#7020)
7276
7277 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * repeat.el (repeat): Allow repeating when the last event is a click.
7280 Suggested by Drew Adams (bug#6256).
7281
7282 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
7283
7284 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
7285 Replace setting HGRCPATH to "" by some less invasive --config options.
7286
7287 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * font-lock.el (font-lock-beginning-of-syntax-function):
7290 Mark as obsolete.
7291
7292 2010-09-14 Glenn Morris <rgm@gnu.org>
7293
7294 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7295 and tool-bar modes. (Bug#6211)
7296 (menu-bar-mode): Move setting of standard-value after the
7297 minor-mode definition, otherwise it seems to have no effect.
7298
7299 2010-09-14 Masatake YAMATO <yamato@redhat.com>
7300
7301 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7302 Fix typo. (Bug#6976)
7303
7304 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7305
7306 * whitespace.el: Allow cleaning up blanks without blank
7307 visualization (Bug#6651). Adjust help window for
7308 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7309 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7310 (whitespace-style): Add new value 'face. Adjust docstring.
7311 (whitespace-space, whitespace-hspace, whitespace-tab):
7312 Adjust foreground property face.
7313 (whitespace-line-column): Adjust docstring and type declaration.
7314 (whitespace-style-value-list, whitespace-toggle-option-alist)
7315 (whitespace-help-text): Adjust const initialization.
7316 (whitespace-toggle-options, global-whitespace-toggle-options):
7317 Adjust docstring.
7318 (whitespace-display-window, whitespace-interactive-char)
7319 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7320 (whitespace-help-scroll): New fun.
7321
7322 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7323
7324 * calendar/time-date.el (format-seconds): Comment fix.
7325
7326 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7327
7328 * progmodes/sql.el: Version 2.7.
7329 (sql-buffer-live-p): Improve detection.
7330 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7331 (sql-set-sqli-buffer): Use it.
7332 (sql-product-interactive): Run `sql-set-sqli-hook'.
7333 (sql-rename-buffer): Code cleanup.
7334 (sql-redirect, sql-redirect-value): New functions. More to come.
7335
7336 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
7337
7338 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.
7339 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7340 (TRAMP_SRC): New macro.
7341 ($(lisp)/net/tramp-loaddefs.el): New target.
7342
7343 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
7344
7345 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7346
7347 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7348
7349 * net/tramp.el (top): Don't show loading message. Require just
7350 'tramp-compat, everything else is required there.
7351 Use `ignore-errors' where appropriate.
7352 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7353 (tramp-terminal-type, tramp-end-of-output)
7354 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7355 (tramp-completion-function-alist-ssh)
7356 (tramp-completion-function-alist-telnet)
7357 (tramp-completion-function-alist-su)
7358 (tramp-completion-function-alist-putty, tramp-remote-path)
7359 (tramp-remote-process-environment, tramp-sh-extra-args)
7360 (tramp-actions-before-shell, tramp-uudecode)
7361 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7362 (tramp-perl-file-attributes)
7363 (tramp-perl-directory-files-and-attributes)
7364 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7365 (tramp-perl-encode, tramp-perl-decode)
7366 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7367 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7368 (tramp-handle-make-symbolic-link, tramp-handle-load)
7369 (tramp-handle-file-name-as-directory)
7370 (tramp-handle-file-name-directory)
7371 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7372 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7373 (tramp-do-file-attributes-with-ls)
7374 (tramp-do-file-attributes-with-perl)
7375 (tramp-do-file-attributes-with-stat)
7376 (tramp-handle-set-visited-file-modtime)
7377 (tramp-handle-verify-visited-file-modtime)
7378 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7379 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7380 (tramp-handle-file-selinux-context)
7381 (tramp-handle-set-file-selinux-context)
7382 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7383 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7384 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7385 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7386 (tramp-handle-file-ownership-preserved-p)
7387 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7388 (tramp-handle-directory-files-and-attributes)
7389 (tramp-do-directory-files-and-attributes-with-perl)
7390 (tramp-do-directory-files-and-attributes-with-stat)
7391 (tramp-handle-file-name-all-completions)
7392 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7393 (tramp-handle-copy-file, tramp-handle-copy-directory)
7394 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7395 (tramp-do-copy-or-rename-file-via-buffer)
7396 (tramp-do-copy-or-rename-file-directly)
7397 (tramp-do-copy-or-rename-file-out-of-band)
7398 (tramp-handle-make-directory, tramp-handle-delete-directory)
7399 (tramp-handle-delete-file)
7400 (tramp-handle-dired-recursive-delete-directory)
7401 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7402 (tramp-handle-insert-directory)
7403 (tramp-handle-unhandled-file-name-directory)
7404 (tramp-handle-expand-file-name)
7405 (tramp-handle-substitute-in-file-name)
7406 (tramp-handle-executable-find, tramp-process-sentinel)
7407 (tramp-handle-start-file-process, tramp-handle-process-file)
7408 (tramp-handle-call-process-region, tramp-handle-shell-command)
7409 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7410 (tramp-handle-insert-file-contents)
7411 (tramp-handle-insert-file-contents-literally)
7412 (tramp-handle-find-backup-file-name)
7413 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7414 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7415 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7416 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7417 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7418 (tramp-find-file-exists-command, tramp-open-shell)
7419 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7420 (tramp-open-connection-setup-interactive-shell)
7421 (tramp-local-coding-commands, tramp-remote-coding-commands)
7422 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7423 (tramp-inline-compress-commands, tramp-find-inline-compress)
7424 (tramp-compute-multi-hops, tramp-maybe-open-connection)
7425 (tramp-send-command, tramp-wait-for-output)
7426 (tramp-send-command-and-check, tramp-barf-unless-okay)
7427 (tramp-send-command-and-read, tramp-mode-string-to-int)
7428 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7429 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7430 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7431 (tramp-method-out-of-band-p, tramp-local-host-p)
7432 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7433 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7434 (tramp-get-test-command, tramp-get-test-nt-command)
7435 (tramp-get-file-exists-command, tramp-get-remote-ln)
7436 (tramp-get-remote-perl, tramp-get-remote-stat)
7437 (tramp-get-remote-readlink, tramp-get-remote-trash)
7438 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7439 (tramp-get-local-uid, tramp-get-local-gid)
7440 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
7441 tramp-sh.el.
7442 (tramp-methods, tramp-default-method-alist)
7443 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7444 Move initialization to tramp-sh.el.
7445 (tramp-temp-name-prefix): Make it a defconst.
7446 (tramp-dissect-file-name): Don't check anymore for multi-hop
7447 methods.
7448 (tramp-debug-outline-regexp): Add a docstring.
7449 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
7450 (tramp-get-debug-buffer): Use it.
7451
7452 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7453 initialization forms.
7454 (tramp-set-connection-property): Don't protect `tramp-message'
7455 call, it isn't necessary any longer.
7456 (tramp-dump-connection-properties): Use `ignore-errors'.
7457
7458 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7459 'password-cache and 'auth-source.
7460
7461 * net/tramp-gvfs.el (top):
7462 * net/tramp-smb.el (top): Require 'tramp-sh.
7463
7464 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7465
7466 * net/tramp-sh.el: New file, derived from tramp.el.
7467 (top): Initialize `tramp-methods', `tramp-default-method-alist',
7468 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7469 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7470 Use `ignore-errors' where appropriate.
7471 (tramp-sh-file-name-handler-alist): Rename from
7472 `tramp-file-name-handler-alist'.
7473 (tramp-send-command-and-check): Return t or nil. Remove all
7474 `zerop' checks, where called.
7475 (tramp-handle-set-file-modes)
7476 (tramp-do-copy-or-rename-file-directly)
7477 (tramp-handle-delete-directory, tramp-handle-delete-file)
7478 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7479 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7480 (tramp-get-remote-ln): Set tramp-autoload cookie.
7481
7482 * net/tramp-fish.el: Remove file.
7483
7484 2010-09-13 Daiki Ueno <ueno@unixuser.org>
7485
7486 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7487 buffer-file-name to avoid file-locking. (Bug#7026)
7488
7489 2010-09-13 Julien Danjou <julien@danjou.info>
7490
7491 * notifications.el (notifications-notify): Add support for
7492 image-path and sound-name.
7493 (notifications-specification-version): Add this variable.
7494
7495 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7498
7499 2010-09-12 Leo <sdl.web@gmail.com>
7500
7501 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7502 (rcirc-completion-start): New variables.
7503 (rcirc-nick-completions): Rename to rcirc-completions.
7504 (rcirc-nick-completion-start-offset): Delete.
7505 (rcirc-completion-at-point): New function for constructing
7506 completion data for both nicks and irc commands. Add to
7507 completion-at-point-functions in rcirc mode.
7508 (rcirc-complete): Rename from rcirc-nick-complete; use
7509 rcirc-completion-at-point.
7510 (defun-rcirc-command): Update rcirc-client-commands.
7511
7512 2010-09-11 Glenn Morris <rgm@gnu.org>
7513
7514 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7515 atomically, to avoid parallel build errors. (Bug#4196)
7516
7517 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7518
7519 * progmodes/sql.el: Version 2.6
7520 (sql-dialect): Synonym for "sql-product".
7521 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7522 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7523 Set "sql-buffer" to buffer name not buffer object so multiple sql
7524 interactive buffers work properly. Reverts misguided changes in
7525 earlier work.
7526 (sql-comint): Make sure different buffer name is used if "*SQL*"
7527 buffer is for a different product.
7528 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7529 login param.
7530 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7531 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7532 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7533 Accept new buffer name or prompt for one.
7534 (sql-port): Default to zero.
7535 (sql-comint-mysql): Handle "sql-port" as a numeric.
7536 (sql-port-history): Delete unused variable.
7537 (sql-get-login): Default "sql-port" to a number.
7538 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7539 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7540 "sqlite3" executables.
7541 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7542 (sql-buffer-live-p): New function.
7543 (sql-mode-menu, sql-send-string): Use it.
7544 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7545 syntax pattern.
7546 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7547 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7548
7549 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7550
7551 * net/netrc.el (netrc-credentials): New convenience function.
7552
7553 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7556 to replace texinfo-font-lock-syntactic-keywords.
7557 (texinfo-mode): Use it.
7558
7559 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7560 Use syntax-propertize-function.
7561
7562 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7563 replace sgml-font-lock-syntactic-keywords.
7564 (sgml-mode): Use it.
7565
7566 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7567 since we don't use it.
7568
7569 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7570
7571 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7572 if available.
7573 (vhdl-fontify-buffer): Adjust.
7574
7575 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7576 replace tcl-font-lock-syntactic-keywords.
7577 (tcl-mode): Use it.
7578
7579 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7580 replace simula-font-lock-syntactic-keywords.
7581 (simula-mode): Use it.
7582
7583 * progmodes/sh-script.el (sh-st-symbol): Remove.
7584 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7585 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7586 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7587 (sh-font-lock-paren): Set syntax-multiline.
7588 (sh-font-lock-syntactic-keywords): Remove.
7589 (sh-syntax-propertize-function): New function to replace it.
7590 (sh-mode): Use it.
7591
7592 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7593 Define while compiling.
7594 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7595 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7596 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7597 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7598 (ruby-here-doc-end-syntax): Only define when
7599 syntax-propertize is not available.
7600 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7601 New functions.
7602 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7603 (electric-indent-chars): Silence bytecompiler.
7604 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7605 electric-indent-chars.
7606
7607 * progmodes/python.el (python-syntax-propertize-function): New var to
7608 replace python-font-lock-syntactic-keywords.
7609 (python-mode): Use it.
7610 (python-quote-syntax): Simplify and adjust to new use.
7611
7612 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7613 replace perl-font-lock-syntactic-keywords.
7614 (perl-syntax-propertize-special-constructs): New fun to replace
7615 perl-font-lock-special-syntactic-constructs.
7616 (perl-font-lock-syntactic-face-function): New fun.
7617 (perl-mode): Use it.
7618
7619 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7620 to replace octave-font-lock-close-quotes.
7621 (octave-syntax-propertize-function): New function to replace
7622 octave-font-lock-syntactic-keywords.
7623 (octave-mode): Use it.
7624
7625 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7626 replaces mixal-font-lock-syntactic-keywords.
7627 (mixal-mode): Use it.
7628
7629 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7630 New var; replaces makefile-font-lock-syntactic-keywords.
7631 (makefile-mode): Use it.
7632 (makefile-imake-mode): Adjust.
7633
7634 * progmodes/js.el (js--regexp-literal): Define while compiling.
7635 (js-syntax-propertize-function): New var; replaces
7636 js-font-lock-syntactic-keywords.
7637 (js-mode): Use it.
7638
7639 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7640 replaces gdb-script-font-lock-syntactic-keywords.
7641 (gdb-script-mode): Use it.
7642
7643 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7644 (fortran--font-lock-syntactic-keywords): New var.
7645 (fortran-line-length): Update syntax-propertize-function and
7646 fortran--font-lock-syntactic-keywords.
7647
7648 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7649
7650 * progmodes/cfengine.el (cfengine-mode):
7651 Use syntax-propertize-function.
7652 (cfengine-font-lock-syntactic-keywords): Remove.
7653
7654 * progmodes/autoconf.el (autoconf-mode):
7655 Use syntax-propertize-function.
7656 (autoconf-font-lock-syntactic-keywords): Remove.
7657
7658 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7659 (ada-after-change-function, ada-initialize-syntax-table-properties)
7660 (ada-handle-syntax-table-properties): Only define when
7661 syntax-propertize is not available.
7662 (ada-mode): Use syntax-propertize-function.
7663
7664 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7665 (font-lock-fontify-syntactic-keywords-region): Move handling of
7666 font-lock-syntactically-fontified to...
7667 (font-lock-default-fontify-region): ...here.
7668 Let syntax-propertize-function take precedence.
7669 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7670
7671 * emacs-lisp/syntax.el (syntax-propertize-function)
7672 (syntax-propertize-chunk-size, syntax-propertize--done)
7673 (syntax-propertize-extend-region-functions): New vars.
7674 (syntax-propertize-wholelines, syntax-propertize-multiline)
7675 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7676 (syntax-propertize): New functions.
7677 (syntax-propertize-rules): New macro.
7678 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7679 (syntax-ppss): Call syntax-propertize.
7680
7681 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7682
7683 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7684
7685 * textmodes/ispell.el (ispell-init-process): Improve comments.
7686 XEmacs compatibility changes regarding (add-hook) 'local option
7687 and (set-process-query-on-exit-flag).
7688
7689 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7690
7691 * net/tramp-cache.el (tramp-parse-connection-properties):
7692 Set tramp-autoload cookie.
7693
7694 2010-09-09 Glenn Morris <rgm@gnu.org>
7695
7696 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7697 (imagemagick-register-types): Doc fix.
7698
7699 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7702
7703 * progmodes/js.el (require): Require is already "eval-and-compile".
7704 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7705 (js--re-search-backward): Use js--re-search-forward.
7706
7707 * progmodes/fortran.el (fortran-line-length): Don't recompute
7708 syntactic keywords redundantly a second time.
7709
7710 * progmodes/ada-mode.el: Replace "(set '" with setq.
7711 (ada-mode): Simplify.
7712 (ada-create-case-exception, ada-adjust-case-interactive)
7713 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7714 (ada-search-ignore-string-comment, ada-move-to-start)
7715 (ada-move-to-end): Use with-syntax-table.
7716
7717 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7718 (font-lock-unfontify-region, font-lock-default-fontify-region):
7719 Update usage correspondingly.
7720 (font-lock-fontify-syntactic-keywords-region):
7721 Set parse-sexp-lookup-properties buffer-locally here.
7722 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7723
7724 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7725
7726 2010-09-08 Glenn Morris <rgm@gnu.org>
7727
7728 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7729 Error if not compiled with -DBYTE_CODE_METER.
7730
7731 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7732 Ignore dir-locals-file.
7733
7734 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7737 Not a const.
7738 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7739 for the `gnu' messages.
7740 (compilation-set-skip-threshold): New command.
7741 (compilation-start): Use \' rather than $.
7742 (compilation-forget-errors): Use clrhash.
7743
7744 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7745
7746 * textmodes/ispell.el (ispell-valid-dictionary-list):
7747 Simplify logic.
7748
7749 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7750
7751 Migrate to Tramp 2.2. Rearrange load dependencies.
7752 (Bug#1529, Bug#5448, Bug#5705)
7753
7754 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7755 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7756 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7757
7758 * net/tramp.el (top): Remove all other tramp-* loads except
7759 tramp-compat.el. Remove all changes to tramp-unload-hook for
7760 other tramp-* packages. Rearrange defun order. Change calls of
7761 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7762 `tramp-compat-octal-to-decimal' to new function names.
7763 (tramp-terminal-type, tramp-initial-end-of-output)
7764 (tramp-methods, tramp-foreign-file-name-handler-alist)
7765 (tramp-tramp-file-p, tramp-completion-mode-p)
7766 (tramp-send-command-and-check, tramp-get-remote-path)
7767 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7768 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7769 (with-file-property, with-connection-property): Move to
7770 tramp-cache.el.
7771 (tramp-local-call-process, tramp-decimal-to-octal)
7772 (tramp-octal-to-decimal): Move to tramp-compat.el.
7773 (tramp-handle-shell-command): Do not require 'shell.
7774 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7775 symbols.
7776 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7777
7778 * net/tramp-cache.el (top): Require 'tramp. Add to
7779 `tramp-unload-hook'.
7780 (tramp-cache-data, tramp-get-file-property)
7781 (tramp-set-file-property, tramp-flush-file-property)
7782 (tramp-flush-directory-property, tramp-get-connection-property)
7783 (tramp-set-connection-property, tramp-flush-connection-property)
7784 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7785 cookie.
7786 (with-file-property, with-connection-property): New defuns, moved
7787 from tramp.el.
7788 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7789 macro.
7790
7791 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7792 (tramp-version): Set tramp-autoload cookie.
7793
7794 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7795 changes to tramp-unload-hook for other tramp-* packages. Add to
7796 `tramp-unload-hook'.
7797 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7798 (tramp-compat-call-process): New defuns, moved from tramp.el.
7799
7800 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7801 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7802 Add to `tramp-unload-hook'. Change call of
7803 `tramp-compat-decimal-to-octal' to new function name.
7804 (tramp-fish-method): Make it a defconst.
7805 (tramp-fish-file-name-p): Make it a defsubst.
7806 (tramp-fish-method, tramp-fish-file-name-handler)
7807 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7808
7809 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7810 `tramp-foreign-file-name-handler-alist'. Add to
7811 `tramp-unload-hook'.
7812 (tramp-ftp-method): Make it a defconst.
7813 (tramp-ftp-file-name-p): Make it a defsubst.
7814 (tramp-ftp-method, tramp-ftp-file-name-handler)
7815 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7816
7817 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7818 `tramp-foreign-file-name-handler-alist'. Add to
7819 `tramp-unload-hook'. Change checks, whether package can be
7820 loaded.
7821 (tramp-gvfs-file-name-p): Make it a defsubst.
7822 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7823 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7824 (tramp-gvfs-handle-file-directory-p): New defun.
7825 (tramp-gvfs-file-name-handler-alist): Use it.
7826
7827 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7828 `tramp-foreign-file-name-handler-alist'. Add to
7829 `tramp-unload-hook'.
7830 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7831 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7832 defconst.
7833 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7834 (tramp-gw-open-connection): Set tramp-autoload cookie.
7835
7836 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7837 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7838 Add to `tramp-unload-hook'. Change checks, whether package can be
7839 loaded.
7840 (tramp-imap-file-name-p): Make it a defsubst.
7841 (tramp-imap-method, tramp-imaps-method)
7842 (tramp-imap-file-name-handler)
7843 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7844
7845 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7846 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7847 Add to `tramp-unload-hook'. Change checks, whether package can be
7848 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7849 function name.
7850 (tramp-smb-tunnel-method): Make it a defconst.
7851 (tramp-smb-file-name-p): Make it a defsubst.
7852 (tramp-smb-method, tramp-smb-file-name-handler)
7853 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7854
7855 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7856 (tramp-uuencode-region): Set tramp-autoload cookie.
7857
7858 * net/trampver.el (top) Add to `tramp-unload-hook'.
7859 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7860 cookie. Update release number.
7861
7862 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7863
7864 * textmodes/ispell.el (ispell-start-process): Make sure original
7865 arg list is properly initialized (Bug#6993, Bug#6994).
7866
7867 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7868
7869 * files.el (directory-abbrev-alist): Use \` as default regexp.
7870
7871 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7872 chars like - or ] (bug#6984).
7873 (rx-any-condense-range): Explode 2-char ranges.
7874
7875 2010-09-06 Glenn Morris <rgm@gnu.org>
7876
7877 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7878
7879 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * textmodes/bibtex.el:
7882 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7883
7884 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7885
7886 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7887 since no callers use it.
7888 (imap-message-get): Ditto.
7889 (imap-message-put): Ditto.
7890 (imap-mailbox-map): Ditto.
7891 (imap-mailbox-put): Ditto.
7892 (imap-mailbox-get): Ditto.
7893 (imap-mailbox-get): Revert last change for this function.
7894
7895 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7896
7897 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7898 callers to use `imap-fetch' instead. According to the comments, this
7899 should be safe, since all other IMAP clients use the 1:* syntax.
7900 (imap-enable-exchange-bug-workaround): Remove.
7901 (imap-debug): Remove -- doesn't seem very useful.
7902
7903 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7904
7905 * net/imap.el (imap-log): New convenience function used throughout
7906 instead of repeating the same code all over the place.
7907
7908 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7909
7910 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7911 when mouse-drag-copy-region is non-nil (Bug#6956).
7912
7913 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7914
7915 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7916 Improve regexps (Bug#6987).
7917 (dired-sort-toggle): Search more robustly for -t flag.
7918
7919 * files.el (get-free-disk-space): Search more robustly for
7920 "available" column. Suggested by Ehud Karni
7921 <ehud@unix.mvs.co.il>.
7922
7923 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7924
7925 * international/uni-bidi.el:
7926 * international/uni-category.el:
7927 * international/uni-combining.el:
7928 * international/uni-decimal.el:
7929 * international/uni-mirrored.el:
7930 * international/uni-name.el: Regenerate.
7931
7932 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * electric.el (electric-indent-post-self-insert-function):
7935 Don't reindent with a sloppy indentation function.
7936
7937 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7938 border case in change-log-mode.
7939
7940 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7941
7942 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7943 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7944 Recognize leading tab in gcc-include regexp. Ignore names with
7945 leading "from" or "in" in gnu regexp (Bug#6937).
7946
7947 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7950 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7951 (ispell-start-process): Avoid setq and simplify logic.
7952 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7953 (kill-buffer-hook): Don't use it globally with code that uses
7954 expand-file-name since that may call kill-buffer via
7955 code_conversion_restore.
7956
7957 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7958
7959 * emacs-lisp/package.el (package-directory-list): Only call
7960 file-name-nondirectory on a string.
7961
7962 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7963
7964 * emacs-lisp/package.el (package--download-one-archive):
7965 Ensure that archive-contents is valid before saving it.
7966 (package-activate-1, package-mark-obsolete, define-package)
7967 (package-compute-transaction, package-list-maybe-add): Use push.
7968
7969 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 Use SMIE's blink-paren for octave-mode.
7972 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7973 Backslashes do not escape single-quotes, single-quotes do.
7974 (octave-block-else-regexp, octave-block-end-regexp)
7975 (octave-block-match-alist): Remove.
7976 (octave-smie-bnf-table): New var, with old content.
7977 (octave-smie-op-levels): Use it.
7978 (octave-smie-closer-alist): New var.
7979 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7980 (octave-blink-matching-block-open): Remove.
7981 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7982 (octave-electric-space): Let self-insert-command run expand-abbrev and
7983 blink parens.
7984
7985 * electric.el (electricity): New group.
7986 (electric-indent-chars): New var.
7987 (electric-indent-post-self-insert-function): New fun.
7988 (electric-indent-mode): New minor mode.
7989 (electric-pair-skip-self): New custom.
7990 (electric-pair-post-self-insert-function): New function.
7991 (electric-pair-mode): New minor mode.
7992
7993 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7994 calcAlg-blink-matching-open.
7995 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7996 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7997 Use the new blink-matching-check-function.
7998
7999 Provide blink-matching support to SMIE.
8000 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8001 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8002 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8003
8004 * simple.el (newline): Fix last change to properly remove itself from
8005 the hook.
8006
8007 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * simple.el (newline): Eliminate optimization.
8010 Use post-self-insert-hook to set hard-newline and things before
8011 running post-self-insert-hook.
8012 (blink-matching-check-mismatch): New function.
8013 (blink-matching-check-function): New variable.
8014 (blink-matching-open): Use them.
8015 Skip back forward over prefix chars skipped by forward-sexp.
8016 Don't check if the parens are backslash escaped.
8017 (blink-paren-post-self-insert-function): Check backslash escaping here.
8018
8019 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * emacs-lisp/package.el (package-menu-mode-map):
8022 Change package-menu-revert bindings to revert-buffer.
8023 (package-menu-mode): Set revert-buffer-function.
8024 (package-menu-revert): Doc fix.
8025
8026 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8027
8028 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8029 `default-directory' unless using Ispell per-directory personal
8030 dictionaries and not in a mini-buffer under XEmacs.
8031 (kill-buffer-hook): Do not kill ispell process on exit when
8032 `ispell-process-directory' is "~/". (Bug#6143)
8033
8034 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8035
8036 * simple.el (kill-new): Call interprogram-cut-function with only
8037 one argument.
8038
8039 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8040 Remove cut buffer from error message.
8041
8042 * term/x-win.el (x-select-text):
8043 * term/pc-win.el (x-selection-value):
8044 * term/ns-win.el (x-selection-value):
8045 * eshell/em-term.el:
8046 * w32-fns.el (x-get-selection-value):
8047 * mouse-sel.el (mouse-sel-set-selection-function):
8048 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8049
8050 * term/x-win.el: Update documentation for x-last-selected-text-*.
8051 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8052 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
8053 (x-select-text): Remove argument PUSH, update documentation.
8054 Remove cut-buffer code.
8055 (x-selection-value-internal): Was previously x-selection-value.
8056 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8057 Update documentation, remove cut-buffer code.
8058 Call x-selection-value-internal.
8059 (x-clipboard-yank): Call x-selection-value-internal.
8060 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8061
8062 * term/pc-win.el (x-last-selected-text):
8063 x-cut-buffer-or-selection-value renamed to x-selection-value
8064 (x-select-text): Remove argument PUSH, update documentation.
8065
8066 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8067 x-cut-buffer-or-selection-value renamed to x-selection-value
8068 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8069 (x-select-text): Remove argument PUSH, update documentation.
8070
8071 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8072
8073 * w32-fns.el (x-last-selected-text):
8074 x-cut-buffer-or-selection-value renamed to x-selection-value.
8075 (x-cut-buffer-max): Remove.
8076 (x-select-text): Remove argument PUSH, update documentation.
8077
8078 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8079
8080 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8081
8082 * mouse-sel.el (mouse-sel-get-selection-function):
8083 x-cut-buffer-or-selection-value renamed to x-selection-value.
8084 (x-select-text): Remove optional push.
8085
8086 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * simple.el (blink-paren-function): Move from C to here.
8089 (blink-paren-post-self-insert-function): New function.
8090 (post-self-insert-hook): Use it.
8091
8092 * emacs-lisp/pcase.el (pcase-split-memq):
8093 Fix overenthusiastic optimisation.
8094 (pcase-u1): Handle the case of a lambda pred.
8095
8096 2010-08-31 Kenichi Handa <handa@m17n.org>
8097
8098 * international/mule-cmds.el (standard-display-european-internal):
8099 Setup standard-display-table for 8-bit characters by storing 8-bit
8100 characters in the element vector.
8101
8102 * disp-table.el (standard-display-8bit):
8103 Setup standard-display-table for 8-bit characters by storing 8-bit
8104 characters in the element vector.
8105 (standard-display-european): Likewise.
8106
8107 2010-08-31 Masatake YAMATO <yamato@redhat.com>
8108
8109 * textmodes/nroff-mode.el (nroff-view): New command.
8110 (nroff-mode-map): Bind it to C-c C-c.
8111
8112 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * emacs-lisp/smie.el (smie-down-list): New command.
8115
8116 Remove old indentation and navigation code on octave-mode.
8117 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8118 smie-down-list rather than add a binding for octave-down-block.
8119 (octave-mark-block, octave-blink-matching-block-open):
8120 Rely on forward-sexp-function.
8121 (octave-fill-paragraph): Don't narrow, so you can use
8122 indent-according-to-mode.
8123 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8124 (octave-in-block-p, octave-re-search-forward-kw)
8125 (octave-re-search-backward-kw, octave-indent-calculate)
8126 (octave-end-as-array-index-p, octave-block-end-offset)
8127 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8128 (octave-down-block, octave-backward-up-block, octave-up-block)
8129 (octave-before-magic-comment-p, octave-indent-line): Remove.
8130
8131 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
8132
8133 * emacs-lisp/package.el (package--read-archive-file): Just use
8134 `read', to avoid copying an additional string.
8135 (package-menu-mode): Set header-line-format here.
8136 (package-menu-refresh, package-menu-revert): Signal an error if
8137 not in the Package Menu.
8138 (package-menu-package-list): New var.
8139 (package--generate-package-list): Operate on the current buffer;
8140 don't assume that it is *Packages*, since the user may rename it.
8141 Allow persistent package listings and sort keys using
8142 package-menu-package-list and package-menu-package-sort-key.
8143 (package-menu--version-predicate): Fix version calculation.
8144 (package-menu-sort-by-column): Don't select the window.
8145 (package--list-packages): Create the *Packages* buffer.
8146 Set package-menu-package-list-key.
8147 (list-packages): Sorting by status is now the default.
8148 (package-buffer-info): Use match-string-no-properties.
8149 (define-package): Add a &rest argument for future proofing, but
8150 don't use it yet.
8151 (package-install-from-buffer, package-install-buffer-internal):
8152 Merge into a single function, package-install-from-buffer.
8153 (package-install-file): Change caller.
8154
8155 * finder.el: Load finder-inf using `require'.
8156 (finder-list-matches): Sorting by status is now the default.
8157 (finder-compile-keywords): Simpify printing.
8158
8159 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8162 (octave-mode-map): Remove special bindings for forward/backward-block
8163 and octave-backward-up-block. Use smie-close-block.
8164 (octave-continuation-marker-regexp): New var.
8165 (octave-continuation-regexp): Use it.
8166 (octave-operator-table, octave-smie-op-levels)
8167 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8168 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8169 (octave-mode): Use SMIE.
8170 (octave-close-block): Delete.
8171
8172 2010-08-30 Eli Zaretskii <eliz@gnu.org>
8173
8174 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8175 CLIPBOARD, not in PRIMARY. (Bug#6944)
8176
8177 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8180 a list of parents.
8181 (smie-indent-column): Allow indirection through variables.
8182
8183 * composite.el (save-buffer-state): Delete, unused.
8184 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8185 (font-lock-default-fontify-region): Use with-syntax-table.
8186 * jit-lock.el (with-buffer-unmodified): Remove.
8187 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8188
8189 Use `declare' in defmacros.
8190 * window.el (save-selected-window):
8191 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8192 * progmodes/python.el (def-python-skeleton):
8193 * net/dbus.el (dbus-ignore-errors):
8194 * jka-cmpr-hook.el (with-auto-compression-mode):
8195 * international/mule.el (with-category-table):
8196 * emacs-lisp/timer.el (with-timeout):
8197 * emacs-lisp/lisp-mnt.el (lm-with-file):
8198 * emacs-lisp/eieio.el (with-slots):
8199 * emacs-lisp/easymenu.el (easy-menu-define):
8200 * emacs-lisp/debug.el (debugger-env-macro):
8201 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8202 (Multiple-value-call, Multiple-value-prog1):
8203 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8204 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8205 edebug rule to definition.
8206 * emacs-lisp/lisp-mode.el (save-selected-window)
8207 (with-current-buffer, combine-after-change-calls)
8208 (with-output-to-string, with-temp-file, with-temp-buffer)
8209 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8210 (dolist, dotimes, when, unless):
8211 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8212
8213 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8214
8215 * finder.el: Require `package'.
8216 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8217 (finder-package-info): Var deleted.
8218 (finder-keywords-hash, finder--builtins-alist): New vars.
8219 (finder-compile-keywords): Compute package--builtins and
8220 finder-keywords-hash instead of finder-keywords-hash, respecting
8221 the "Package" header.
8222 (finder-unknown-keywords, finder-list-matches):
8223 Use finder-keywords-hash and package--list-packages.
8224 (finder-mode): Don't set font-lock-defaults.
8225 (finder-exit): We don't use "*Finder-package*" and "*Finder
8226 Category*" buffers anymore.
8227
8228 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8229 (package--builtins): Set default value to nil.
8230 (package-initialize): Load precomputed value of package--builtins
8231 from finder-inf.el.
8232 (package-alist, package-compute-transaction)
8233 (package-download-transaction): Improve docstring.
8234 (package-read-all-archive-contents): Do not change
8235 package--builtins here.
8236 (list-packages): Make package-list-packages an alias for this.
8237 Sort by status by default.
8238 (package--list-packages): Add optional PACKAGES arg.
8239 (describe-package-1): Use font-lock-face property. For built-in
8240 packages, insert file commentary.
8241 (package--generate-package-list): Rename from
8242 package-list-packages-internal; all callers changed. Add optional
8243 PACKAGES arg. Add alphabetical sort fallbacks.
8244 (package-menu--version-predicate, package-menu--status-predicate)
8245 (package-menu--description-predicate)
8246 (package-menu--name-predicate): New functions.
8247
8248 * info.el (Info-finder-find-node): Search package-alist instead of
8249 finder-package-info.
8250
8251 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8252
8253 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8254 "alpha" and "beta".
8255 (version-to-list): Handle versions like "10.3d".
8256
8257 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8260 (macroexp-accumulate): Use `declare'.
8261
8262 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8263
8264 * whitespace.el (whitespace-style): Adjust type declaration.
8265
8266 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8267
8268 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8269
8270 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8271
8272 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8273 (Bug#6907).
8274
8275 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8276
8277 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8278 (js-paren-indent-offset, js-square-indent-offset)
8279 (js-curly-indent-offset): New options.
8280 (js--proper-indentation): Use them.
8281
8282 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8283
8284 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8285 instead of inspecting font-lock properties (Bug#6916).
8286
8287 2010-08-26 David Reitter <david.reitter@gmail.com>
8288
8289 * server.el (server-visit-files): Run pre-command-hook and
8290 post-command-hook for each buffer while it is current (Bug#6910).
8291 (server-execute): Do not run hooks here.
8292
8293 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
8294
8295 Sync with Tramp 2.1.19.
8296
8297 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8298 Protect deleting tmpfile.
8299 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
8300
8301 * net/tramp.el (tramp-handle-expand-file-name)
8302 (tramp-completion-handle-file-name-all-completions)
8303 (tramp-completion-handle-file-name-completion):
8304 Use `tramp-connectable-p'.
8305
8306 * net/trampver.el: Update release number.
8307
8308 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8309
8310 * help.el (help-map): Bind `C-h P' to describe-package.
8311
8312 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8313
8314 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8315 when downloading archives.
8316 (describe-package-1): Add package commentary.
8317 (package-install-button-action): New function.
8318 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8319 (package-menu-view-commentary): Function removed.
8320 (package-list-packages-internal): Hide the `package' package too.
8321
8322 2010-08-25 Kenichi Handa <handa@m17n.org>
8323
8324 * language/misc-lang.el ("Arabic"): New language environment.
8325 Setup composition-function-table for Arabic characters.
8326
8327 * international/fontset.el (setup-default-fontset): Fix typo for
8328 arabic OTF spec (fini->fina).
8329
8330 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8331
8332 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8333 on all frames.
8334
8335 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8336
8337 * whitespace.el: Allow cleaning up blanks without blank
8338 visualization (Bug#6651). Adjust help window for
8339 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8340 instead of whitespace-line-column (from EmacsWiki). New version
8341 13.1.
8342 (whitespace-style): Add new value 'face. Adjust docstring.
8343 (whitespace-space, whitespace-hspace, whitespace-tab):
8344 Adjust foreground property face.
8345 (whitespace-line-column): Adjust docstring and type declaration.
8346 (whitespace-style-value-list, whitespace-toggle-option-alist)
8347 (whitespace-help-text): Adjust const initialization.
8348 (whitespace-toggle-options, global-whitespace-toggle-options):
8349 Adjust docstring.
8350 (whitespace-display-window, whitespace-interactive-char)
8351 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8352 (whitespace-help-scroll): New fun.
8353
8354 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8355
8356 * emacs-lisp/package.el (list-packages): Alias for
8357 package-list-packages.
8358
8359 2010-08-24 Kevin Ryde <user42@zip.com.au>
8360
8361 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8362 (Bug#5651).
8363
8364 * progmodes/ruby-mode.el (ruby): Add defgroup.
8365
8366 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8367
8368 * progmodes/python.el: Add Ipython support (Bug#5390).
8369 (python-shell-prompt-alist)
8370 (python-shell-continuation-prompt-alist): New options.
8371 (python--set-prompt-regexp): New function.
8372 (inferior-python-mode, run-python, python-shell):
8373 Require ansi-color. Use python--set-prompt-regexp to set the comint
8374 prompt based on the Python interpreter.
8375 (python--prompt-regexp): New var.
8376 (python-check-comint-prompt)
8377 (python-comint-output-filter-function): Use it.
8378 (run-python): Use a pipe (Bug#5694).
8379
8380 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8381
8382 * progmodes/python.el (python-send-region): Send a different
8383 Python command if Ipython is in use.
8384 (python-check-version): Use a Python command to find the version.
8385
8386 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8387
8388 * mouse.el (mouse-yank-primary): Avoid setting primary when
8389 deactivating the mark (Bug#6872).
8390
8391 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
8392
8393 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8394 with "else" (Bug#3991).
8395
8396 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
8397
8398 * net/dbus.el: Accept UNIX domain sockets as bus address.
8399 (top): Don't initialize `dbus-registered-objects-table' anymore,
8400 this is done in dbusbind.c.
8401 (dbus-check-event): Adapt test for bus.
8402 (dbus-return-values-table, dbus-unregister-service)
8403 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8404 Adapt doc string.
8405
8406 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8409
8410 2010-08-22 Juri Linkov <juri@jurta.org>
8411
8412 * simple.el (read-extended-command): New function with the logic
8413 for `completing-read' moved to Elisp from `execute-extended-command'.
8414 Use `function-called-at-point' in `minibuffer-default-add-function'
8415 to get a command name for M-n (bug#5364, bug#5214).
8416
8417 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8418
8419 * startup.el (command-line-1): Issue warning for ignored arguments
8420 --unibyte, etc (Bug#6886).
8421
8422 2010-08-22 Leo <sdl.web@gmail.com>
8423
8424 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8425 (ignore, bright, dim, keyword): Split list of nicknames before
8426 passing to rcirc-add-or-remove (Bug#6894).
8427
8428 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8429
8430 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8431
8432 2010-08-22 Leo <sdl.web@gmail.com>
8433
8434 Fix buffer-list rename&refresh after killing a buffer in ido.
8435 * ido.el: Revert Óscar's.
8436 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8437 Remember the buffers at head, rather than their name.
8438 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
8439
8440 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8441 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8444 extra backslash added to each line (bug#6890).
8445
8446 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8449
8450 2010-08-22 Glenn Morris <rgm@gnu.org>
8451
8452 * menu-bar.el (menu-bar-games-menu): Add landmark.
8453
8454 2010-08-22 Glenn Morris <rgm@gnu.org>
8455
8456 * align.el (align-regexp): Make group and spacing arguments
8457 use the interactive defaults when non-interactive. (Bug#6698)
8458
8459 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8460 expansion, so as not to need sendmail.
8461 (mail-text-start): Remove declaration.
8462 (rmail-retry-failure): Require sendmail.
8463
8464 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8467
8468 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
8469
8470 * progmodes/flymake.el (flymake-start-syntax-check-process):
8471 Use `start-file-process' in order to let it run also on remote hosts.
8472
8473 2010-08-22 Kenichi Handa <handa@m17n.org>
8474
8475 * files.el: Add `word-wrap' as safe local variable.
8476
8477 2010-08-22 Glenn Morris <rgm@gnu.org>
8478
8479 * woman.el (woman-translate): Case matters. (Bug#6849)
8480
8481 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8482
8483 * simple.el (kill-region): Doc fix (Bug#6787).
8484
8485 2010-08-22 Glenn Morris <rgm@gnu.org>
8486
8487 * calendar/diary-lib.el (diary-header-line-format):
8488 Fit it to the window, not the frame.
8489
8490 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8491
8492 * subr.el (ignore-errors): Add debug declaration.
8493
8494 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8495
8496 * whitespace.el (whitespace-color-off): Remove post-command-hook
8497 locally.
8498
8499 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8502
8503 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8504
8505 * cus-edit.el (custom-group-value-create): Add extra newline
8506 before end line (Bug#6876).
8507
8508 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8509
8510 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8511 when extending it. Before killing on the second click, check if
8512 the buffer is the correct one. Doc fix.
8513 (mouse-secondary-save-then-kill): Allow usage without first
8514 calling mouse-start-secondary, by defaulting to point. Don't save
8515 an empty secondary selection. Doc fix.
8516
8517 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8518
8519 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8520 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8521 New version 13.0.
8522 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8523 Adjust initialization.
8524 (whitespace-bob-marker, whitespace-eob-marker)
8525 (whitespace-buffer-changed): New vars.
8526 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8527 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8528 (whitespace-post-command-hook, whitespace-display-char-on):
8529 Adjust code.
8530 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8531 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8532
8533 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * files.el (locate-file-completion-table): Only list the .el and .elc
8536 extensions if there's no other choice (bug#5955).
8537
8538 * facemenu.el (facemenu-self-insert-data): New var.
8539 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8540 New functions.
8541 (facemenu-add-face): Use them.
8542
8543 * simple.el (blink-matching-open): Obey forward-sexp-function.
8544
8545 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * simple.el (prog-mode-map): New var.
8548 (prog-indent-sexp): New command.
8549
8550 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8551
8552 * progmodes/prolog.el (smie): Require.
8553
8554 * emacs-lisp/smie.el (smie-default-backward-token)
8555 (smie-default-forward-token): Strip properties.
8556 (smie-next-sexp): Be more careful with associative operators.
8557 (smie-forward-sexp-command): Generalize.
8558 (smie-backward-sexp-command): Simplify.
8559 (smie-closer-alist): New var.
8560 (smie-close-block): New command.
8561 (smie-indent-debug-log): New var.
8562 (smie-indent-offset-rule): Add a few more cases.
8563 (smie-indent-column): New function.
8564 (smie-indent-after-keyword): Use it.
8565 (smie-indent-keyword): Use it.
8566 Fix up the opener code's point position.
8567 (smie-indent-comment): Only applies at BOL.
8568 (smie-indent-debug): New command.
8569
8570 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8571 declarations that are useful before running the macro.
8572
8573 2010-08-18 Joakim Verona <joakim@verona.se>
8574
8575 * image.el (imagemagick-types-inhibit): New variable.
8576 (imagemagick-register-types): New function.
8577 * image-mode.el (image-transform-properties): New function.
8578 (image-transform-set-scale, image-transform-fit-to-height)
8579 (image-transform-set-rotation, image-transform-set-resize)
8580 (image-transform-fit-to-width, image-transform-fit-to-height):
8581 New functions.
8582 (image-toggle-display-image): Support image transforms.
8583
8584 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8585
8586 * image.el (create-animated-image): Don't add heuristic mask to image
8587 (Bug#6839).
8588
8589 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8590
8591 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8592 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8593
8594 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8597
8598 Font-lock '...' strings, plus various simplifications and fixes.
8599 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8600 (octave-font-lock-close-quotes): New function.
8601 (octave-font-lock-syntactic-keywords): New var.
8602 (octave-mode): Use it. Set beginning-of-defun-function.
8603 (octave-mode-map): Don't override the <foo>-defun commands.
8604 (octave-mode-menu): Pass it directly to easy-menu-define;
8605 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8606 (octave-block-match-alist): Fix up last change so that
8607 octave-close-block uses the more specific keyword.
8608 (info-lookup-mode): Silence byte-compiler.
8609 (octave-beginning-of-defun): Not interactive any more.
8610 Optimize slightly.
8611 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8612 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8613 (octave-completion-at-point-function): Make sure point is within
8614 beg..end.
8615 (octave-reindent-then-newline-and-indent):
8616 Use reindent-then-newline-and-indent.
8617 (octave-add-octave-menu): Remove.
8618
8619 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8620
8621 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8622 (report-emacs-bug-can-use-xdg-email): New functions.
8623 (report-emacs-bug): Set can-xdg-email to result of
8624 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8625 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8626 about it.
8627
8628 * net/browse-url.el (browse-url-default-browser): Add cond
8629 for browse-url-xdg-open.
8630 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8631
8632 2010-08-17 Glenn Morris <rgm@gnu.org>
8633
8634 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8635 (c-fontify-recorded-types-and-refs): Define for compiler.
8636 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8637 before use.
8638
8639 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8640 Fix format call.
8641
8642 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8643
8644 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8645 properties.
8646 (tramp-handle-process-file): Call the program in a subshell, in
8647 order to preserve working directory.
8648 (tramp-action-password): Hide password prompt before next run.
8649 (tramp-process-actions): Widen connection buffer for the trace.
8650
8651 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8652
8653 * net/rcirc.el (rcirc-log-process-buffers): New option.
8654 (rcirc-print): Use it.
8655 (rcirc-generate-log-filename): New function.
8656 (rcirc-log-filename-function): Change default to
8657 rcirc-generate-log-filename (Bug#6828).
8658
8659 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8660
8661 * simple.el (deactivate-mark): If select-active-regions is `only',
8662 only set selection for temporarily active regions.
8663
8664 * cus-start.el: Change defcustom for select-active-regions.
8665
8666 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * mouse.el (mouse--drag-set-mark-and-point): New function.
8669 (mouse-drag-track): Use LOCATION arg to push-mark.
8670 Use mouse--drag-set-mark-and-point to take click-count into
8671 consideration when updating point and mark (Bug#6840).
8672
8673 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8674
8675 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8676 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8677
8678 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8679
8680 * font-lock.el (lisp-font-lock-keywords-2):
8681 Add combine-after-change-calls, condition-case-no-debug,
8682 with-demoted-errors, and with-silent-modifications (Bug#6025).
8683
8684 2010-08-14 Kevin Ryde <user42@zip.com.au>
8685
8686 * emacs-lisp/copyright.el (copyright-update-year)
8687 (copyright-update): Temporary switch-to-buffer to ensure the
8688 buffer change being queried is visible (Bug#5394).
8689
8690 2010-08-14 Tom Tromey <tromey@redhat.com>
8691
8692 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8693 (Bug#6733).
8694
8695 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8696
8697 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8698 MS-DOS. (Bug#6689)
8699
8700 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8701
8702 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8703 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8704 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8705 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8706 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8707 Call menu-bar-set-tool-bar-position.
8708
8709 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8712 comment style (bug#6834).
8713 * progmodes/scheme.el (scheme-mode-syntax-table):
8714 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8715 "b" flag in "' 14b" syntax.
8716
8717 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8718 for (un)commenting the region and performing completion.
8719 (octave-mode-menu): Use standard commands for help and completion.
8720 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8721 (octave-mode): Use define-derived-mode.
8722 Set completion-at-point-functions and don't set columns.
8723 Don't disable adaptive-fill-regexp.
8724 (octave-describe-major-mode, octave-comment-region)
8725 (octave-uncomment-region, octave-comment-indent)
8726 (octave-indent-for-comment): Remove.
8727 (octave-indent-calculate): Rename from calculate-octave-indent.
8728 (octave-indent-line, octave-fill-paragraph): Update caller.
8729 (octave-initialize-completions): No need to make an alist.
8730 (octave-completion-at-point-function): New function.
8731 (octave-complete-symbol): Use it.
8732 (octave-insert-defun): Use define-skeleton.
8733
8734 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8735 (octave-mode-map): Use comment-dwim (bug#6829).
8736
8737 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8738
8739 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8740 indentation of inserted comment.
8741
8742 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8743
8744 * faces.el (region): Add type gtk that uses gtk colors.
8745
8746 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8747 Handle theme-name change.
8748
8749 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8750
8751 * progmodes/sql.el: Version 2.5
8752 (sql-product-alist): Add :prompt-cont-regexp property for several
8753 database products.
8754 (sql-prompt-cont-regexp): New variable.
8755 (sql-output-newline-count, sql-output-by-send):
8756 New variables. Record number of newlines in input text.
8757 (sql-send-string): Handle multiple filters and count newlines.
8758 (sql-send-magic-terminator): Count terminator newline.
8759 (sql-interactive-remove-continuation-prompt): Filters output to
8760 remove continuation prompts; one for each newline.
8761 (sql-interactive-mode): Set up new variables, prompt regexp and
8762 output filter.
8763 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8764 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8765
8766 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8767
8768 * emacs-lisp/pcase.el: New file.
8769
8770 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8771
8772 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8773 as here-document, otherwise the command could exceed maximum
8774 length of command line.
8775 (tramp-handle-vc-registered): Call script accordingly.
8776 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8777
8778 2010-08-10 Kenichi Handa <handa@m17n.org>
8779
8780 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8781 composable pattern.
8782
8783 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8784
8785 * emacs-lisp/package.el (package-version-split)
8786 (package--version-first-nonzero, package-version-compare):
8787 Functions removed.
8788 (package-directory-list, package-load-all-descriptors)
8789 (package--built-in, package-activate, define-package)
8790 (package-installed-p, package-compute-transaction)
8791 (package-read-all-archive-contents)
8792 (package--add-to-archive-contents, package-buffer-info)
8793 (package-tar-file-info, package-list-packages-internal):
8794 Use version-to-list and version-list-*.
8795
8796 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8797 Use version-to-list.
8798 (package-upload-buffer-internal): Use version-list-<=.
8799
8800 2010-08-09 Kenichi Handa <handa@m17n.org>
8801
8802 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8803 composable pattern.
8804
8805 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8806
8807 * tutorial.el (tutorial--default-keys): C-d is now bound to
8808 delete-forward-char (Bug#6826).
8809
8810 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8811 for `double' value of mouse-1-click-follows-link (Bug#6807).
8812
8813 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8814
8815 * replace.el (replace-highlight): Bind isearch-forward and
8816 isearch-error, ensuring that highlighting is updated if the user
8817 switches the search direction (Bug#6808).
8818
8819 * isearch.el (isearch-lazy-highlight-forward): New var.
8820 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8821 (isearch-lazy-highlight-update): Use it.
8822
8823 2010-08-08 Kenichi Handa <handa@m17n.org>
8824
8825 * international/mule.el (define-charset): Store NAME as :base property.
8826 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8827 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8828 current priority. Force using the designation of the specific
8829 charset by adding `charset' text property. Improve the whole algorithm.
8830
8831 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8832
8833 * emulation/pc-select.el (pc-selection-mode-hook)
8834 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8835 (pc-selection-mode): Fix typos in docstrings.
8836
8837 2010-08-08 Kenichi Handa <handa@m17n.org>
8838
8839 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8840 ctext-non-standard-encodings-alist here.
8841
8842 * international/mule.el (ctext-non-standard-encodings-alist):
8843 Add "koi8-r" and "microsoft-cp1251".
8844 (ctext-standard-encodings): New variable.
8845 (ctext-non-standard-encodings-table): List only elements for
8846 non-standard encodings.
8847 (ctext-pre-write-conversion): Adjust for the above change.
8848 Check ctext-standard-encodings.
8849
8850 * international/mule-conf.el (compound-text): Doc fix.
8851 (ctext-no-compositions): Doc fix.
8852 (compound-text-with-extensions): Doc fix.
8853
8854 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8857
8858 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8859
8860 * progmodes/which-func.el (which-func-format): Split help-echo text
8861 into lines, like other mode-line tooltips.
8862
8863 * server.el (server-start): When using TCP sockets, force IPv4
8864 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8865
8866 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8869
8870 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8871
8872 * term.el (term-delimiter-argument-list): Reflow docstring.
8873 (term-read-input-ring, term-write-input-ring, term-send-input)
8874 (term-bol, term-erase-in-display, serial-supported-or-barf):
8875 Fix typos in docstrings.
8876
8877 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8880
8881 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8882
8883 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8884
8885 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8886
8887 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8888 Fix typo in docstring (bug#6747).
8889
8890 2010-08-08 Leo <sdl.web@gmail.com>
8891
8892 * eshell/esh-io.el (eshell-get-target): Better detection of
8893 read-only file (Bug#6762).
8894
8895 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8896
8897 * align.el (align-default-spacing): Doc fix.
8898 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8899
8900 2010-08-08 Stephen Peters <speters@itasoftware.com>
8901
8902 * calendar/icalendar.el
8903 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8904 (icalendar--get-weekday-numbers): New.
8905 (icalendar--convert-recurring-to-diary): Handle multiple byday
8906 values in weekly rules. (Bug#6766)
8907
8908 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8909
8910 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8911 (icalendar--create-uid, icalendar-export-region)
8912 (icalendar--parse-summary-and-rest): Code formatting.
8913
8914 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8915
8916 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8917 to italicize headers.
8918 (calc-highlight-selections-with-faces): New variable.
8919 (calc-selected-face, calc-nonselected-face): New faces.
8920
8921 * calc/calccomp.el (math-comp-highlight-string): Use
8922 `calc-highlight-selections-with-faces' to determine how to highlight
8923 sub-formulas.
8924
8925 * calc/calc-sel.el (calc-show-selections): Change message to when
8926 using faces to highlight selections.
8927
8928 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8929
8930 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8931 Add SQLite 3 keywords, functions and datatypes.
8932 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8933 (Bug#6686).
8934
8935 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8936
8937 * simple.el (select-active-regions): Move to keyboard.c.
8938 (deactivate-mark): Used saved-region-selection.
8939 (select-active-region): Function removed.
8940 (activate-mark, set-mark, push-mark-command)
8941 (handle-shift-selection): Don't call it.
8942 (keyboard-quit): Avoid adding the region to the window selection.
8943
8944 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8945 select-active-regions implementation.
8946 (mouse-yank-at-click): Doc fix.
8947
8948 * cus-start.el: Add custom declaration for select-active-regions.
8949
8950 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8951
8952 * simple.el (delete-forward-char): Doc fix.
8953
8954 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8955 after reading the tutorial.
8956
8957 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8958
8959 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8960 Fix for the case that a C style comment has its delimiters alone on
8961 their respective lines. (Bug#193)
8962
8963 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8964
8965 * net/tramp.el (tramp-handle-start-file-process): Set connection
8966 property "vec".
8967 (tramp-process-sentinel): Use it for flushing the cache.
8968 We cannot do it via the process buffer, the buffer could be deleted
8969 already when running the sentinel.
8970
8971 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8972
8973 * comint.el (comint-mode): Make directory tracking functions
8974 functional on remote files. (Bug#6764)
8975
8976 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8977
8978 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8979
8980 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8981
8982 * emacs-lisp/find-gc.el (find-gc-source-files):
8983 Rename unexec.c => unexcoff.c.
8984
8985 * emacs-lisp/authors.el (authors-fixed-entries):
8986 Rename unexec.c => unexcoff.c.
8987
8988 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8989
8990 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8991 cache, not only file cache.
8992 (tramp-process-sentinel): New defun.
8993 (tramp-handle-start-file-process): Use it, in order to invalidate
8994 file caches.
8995
8996 2010-08-03 Leo <sdl.web@gmail.com>
8997
8998 * server.el (server-start): Simplify loop.
8999
9000 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * frame.el (screen-height, screen-width, set-screen-width)
9003 (set-screen-height): Remove ancient compatibility aliases.
9004
9005 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9006 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9007
9008 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9009 that change current buffer.
9010
9011 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9012
9013 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9014 beginning of the string. Use `string-match-p'. (Bug#6765)
9015
9016 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9017
9018 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9019
9020 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
9021
9022 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
9023 (package--builtins): Tweak descriptions.
9024 (package-print-package): Upcase descriptions if necessary.
9025 Show all built-in packages in font-lock-builtin-face.
9026 (package-list-packages-internal): Omit "emacs" package.
9027 Show status of built-in packages as "built-in".
9028
9029 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
9030
9031 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9032 before killing to preserve the primary selection (Bug#6701).
9033
9034 * term/x-win.el (x-select-text): Doc fix.
9035
9036 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
9037
9038 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9039 (objc-font-lock-extra-types):
9040 * progmodes/cc-mode.el (c-basic-common-init):
9041 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9042 (c++-make-template-syntax-table)
9043 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9044 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9045 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9046 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
9047 * progmodes/cc-fonts.el (c-make-inverse-face)
9048 (c-basic-matchers-after):
9049 * progmodes/cc-engine.el (c-forward-keyword-clause)
9050 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9051 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9052 (c-guess-continued-construct, c-guess-basic-syntax):
9053 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9054 The above functions were modified or created.
9055
9056 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9057
9058 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
9059
9060 2010-07-31 Eli Zaretskii <eliz@gnu.org>
9061
9062 * files.el (bidi-paragraph-direction): Define safe local values.
9063
9064 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9065 language-info-alist. Remove outdated FIXME in a comment.
9066
9067 2010-07-31 Alan Mackenzie <acm@muc.de>
9068
9069 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9070 Auto-fill broken in C/C++ modes.
9071
9072 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9073
9074 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9075 (menu-bar-showhide-tool-bar-menu-customize-disable)
9076 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
9077 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9078 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
9079 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9080 make a menu for Options => toolbar that can move it.
9081
9082 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
9083
9084 * emacs-lisp/package-x.el (package--make-rss-entry):
9085 (package-maint-add-news-item, package--update-news)
9086 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9087
9088 * emacs-lisp/package.el (package-archive-url): Rename from
9089 package-archive-id.
9090 (package-install): Doc fix.
9091 (package-download-single, package-download-tar, package-install)
9092 (package-menu-view-commentary): Callers changed.
9093
9094 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
9095
9096 * net/tramp.el (tramp-handle-start-file-process): Check only for
9097 `remote-tty' process property.
9098 (tramp-open-shell): Don't check for tty.
9099 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9100 process property.
9101
9102 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9103 host.
9104
9105 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
9106
9107 * emacs-lisp/package.el (package-load-list, package-archives)
9108 (package-archive-contents, package-user-dir)
9109 (package-directory-list, package--builtins, package-alist)
9110 (package-activated-list, package-obsolete-alist): Mark as risky.
9111
9112 2010-07-28 Phil Hagelberg <phil@evri.com>
9113
9114 Add support for non-default package repositories.
9115 * emacs-lisp/package.el (package-archive-base): Var deleted.
9116 (package-archives): New variable.
9117 (package-archive-contents): Doc fix.
9118 (package-load-descriptor): Do nothing if descriptor file is missing.
9119 (package--write-file-no-coding): New function.
9120 (package-unpack-single): Use it.
9121 (package-archive-id): New function.
9122 (package-download-single, package-download-tar)
9123 (package-menu-view-commentary): Use it.
9124 (package-installed-p): Make second argument optional.
9125 (package-read-all-archive-contents): New function.
9126 (package-initialize): Use it.
9127 (package-read-archive-contents): Add ARCHIVE argument.
9128 (package--add-to-archive-contents): New function.
9129 (package-install): Don't call package-read-archive-contents.
9130 (package--download-one-archive): Store archive file in a
9131 subdirectory of package-user-dir.
9132 (package-menu-execute): Remove spurious line movement.
9133
9134 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9135
9136 * cus-start.el (tool-bar-style): Add text-image-horiz.
9137
9138 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9139
9140 * progmodes/gud.el (gud-common-init): Check for remoteness of
9141 `file', and not of `default-directory'.
9142
9143 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9144
9145 * net/tramp.el (tramp-methods): Move hostname to the end in all
9146 ssh `tramp-login-args'.
9147 (tramp-verbose): Describe verbose level 9.
9148 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9149 (tramp-open-connection-setup-interactive-shell): Trace stty
9150 settings if `tramp-verbose' >= 9.
9151 (tramp-handle-start-file-process): Implement tty setting.
9152 (Bug#4604, Bug#6360)
9153
9154 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9155 `tramp-verbose' to 9.
9156
9157 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9158
9159 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9160 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9161 Remove references to package `lisp-re' (bug#4369).
9162
9163 2010-07-27 Tom Tromey <tromey@redhat.com>
9164
9165 * progmodes/js.el (js-mode):
9166 * progmodes/make-mode.el (makefile-mode):
9167 * progmodes/simula.el (simula-mode):
9168 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9169
9170 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
9171
9172 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9173
9174 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9175 (display-time-world-buffer-name, display-time-world-mode-map):
9176 Fix typos in docstrings.
9177
9178 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
9179
9180 * image-mode.el (image-display-size): New function.
9181 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9182 (image-mode-fit-frame): Use it (Bug#6639).
9183
9184 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * dired.el (dired-buffers-for-dir): Handle list values of
9187 dired-directory (Bug#6636).
9188
9189 2010-07-26 Sam Steingold <sds@gnu.org>
9190
9191 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9192 Do not call `x-get-selection' the second time, reuse the value.
9193
9194 2010-07-26 Daiki Ueno <ueno@unixuser.org>
9195
9196 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
9197 which consist of control chars only. Suggested by Richard Stallman.
9198
9199 2010-07-25 Daiki Ueno <ueno@unixuser.org>
9200
9201 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9202 exists before passing an error to find-file-not-found-functions
9203 (bug#6723).
9204
9205 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
9206
9207 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9208 Remove leading nil element, adjust values.
9209 (tetris-shapes, tetris-shape-scores):
9210 Change representation of shapes and remove some redundancy.
9211 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9212 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9213 Adjust for working with new representation of shapes.
9214 (tetris-shape-rotations): New function.
9215 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9216 (tetris-rotate-prev, tetris-rotate-next):
9217 Adjust for working with the new version of tetris-test-shape.
9218
9219 2010-07-23 Markus Triska <markus.triska@gmx.at>
9220
9221 * progmodes/ps-mode.el: Use comint (bug#5954).
9222 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9223 (ps-mode-other-newline): Simplify.
9224 (ps-run-mode): Derive from comint-mode instead of
9225 fundamental-mode, yielding input history etc.
9226 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9227 (ps-run-send-string): Adapt for comint-mode.
9228 (ps-run-newline): Remove now unneeded function.
9229
9230 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9231
9232 * net/tramp.el (tramp-methods): Move hostname to the end in all
9233 plink `tramp-login-args'.
9234
9235 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9236
9237 * net/tramp.el (tramp-open-shell): New defun.
9238 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9239 Use it.
9240
9241 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9242
9243 * net/tramp.el (tramp-file-name-regexp-unified)
9244 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9245 not regard the volume letter as remote filename. (Bug#5447)
9246
9247 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
9248
9249 * custom.el (custom-declare-variable): Give a clearer error message
9250 when the docstring is missing (bug#6476).
9251
9252 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9253
9254 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9255 (sql-login-params): New widget definition.
9256 (sql-oracle-login-params, sql-mysql-login-params)
9257 (sql-solid-login-params, sql-sybase-login-params)
9258 (sql-informix-login-params, sql-ingres-login-params)
9259 (sql-ms-login-params, sql-postgres-login-params)
9260 (sql-interbase-login-params, sql-db2-login-params)
9261 (sql-linter-login-params): Use it.
9262 (sql-sqlite-login-params): Use it; Define "database" parameter as
9263 a file name.
9264 (sql-sqlite-program): Change to "sqlite3".
9265 (sql-comint-sqlite): Make sure database name is complete.
9266 (sql-for-each-login): New function.
9267 (sql-connect, sql-save-connection): Use it.
9268 (sql-get-login-ext): New function.
9269 (sql-get-login): Use it.
9270 (sql-make-alternate-buffer-name): Handle :file parameters.
9271
9272 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
9273
9274 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9275 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9276
9277 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9278
9279 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9280
9281 2010-07-22 Lawrence Mitchell <wence@gmx.li>
9282
9283 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9284
9285 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
9286
9287 * net/tramp.el (tramp-get-ls-command)
9288 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9289 instead of "/".
9290
9291 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9292
9293 * progmodes/sql.el: Version 2.3.
9294 (sql-connection-alist): Change keys from symbols to strings;
9295 enhanced the widget definition.
9296 (sql-mode-menu): Add submenu to select connections.
9297 (sql-interactive-mode-menu): Add "Save Connection" item.
9298 (sql-add-product): Fix menu item.
9299 (sql-get-product-feature): Improved error handling.
9300 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
9301 (sql-make-alternate-buffer-name): Simplified.
9302 (sql-product-interactive): Handle missing product.
9303 (sql-connect): Support string keys, minor improvements.
9304 (sql-save-connection): New function.
9305 (sql-connection-menu-filter): New function.
9306
9307 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9308
9309 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
9310 (tramp-open-connection-setup-interactive-shell):
9311 Apply workaround for IRIX64 bug. Move argument of last
9312 `tramp-send-command' where it belongs to.
9313
9314 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9315
9316 * net/tramp.el (tramp-perl-file-attributes)
9317 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9318 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9319 front of `login-args'.
9320
9321 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
9322
9323 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9324 Set `show-trailing-whitespace' to nil.
9325 (display-time-world-display): Simplify.
9326
9327 2010-07-18 Alan Mackenzie <acm@muc.de>
9328
9329 Enhance `c-file-style' in file/directory local variables.
9330 * progmodes/cc-mode.el (c-count-cfss): New function.
9331 (c-before-hack-hook): Call `c-set-style' differently according to
9332 whether c-file-style was set in file or directory local
9333 variables.
9334
9335 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9336
9337 * progmodes/sql.el: Version 2.2.
9338 (sql-product, sql-user, sql-database, sql-server, sql-port):
9339 Use defcustom :safe keyword rather than putting safe-local-variable
9340 property.
9341 (sql-password): Use defcustom :risky keyword rather than putting
9342 risky-local-variable property.
9343 (sql-oracle-login-params, sql-sqlite-login-params)
9344 (sql-solid-login-params, sql-sybase-login-params)
9345 (sql-informix-login-params, sql-ingres-login-params)
9346 (sql-ms-login-params, sql-postgres-login-params)
9347 (sql-interbase-login-params, sql-db2-login-params)
9348 (sql-linter-login-params): Add `port' option.
9349 (sql-get-product-feature): Add NO-INDIRECT parameter.
9350 (sql-comint-oracle, sql-comint-sybase)
9351 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9352 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9353 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
9354 (sql-comint-linter): Rename sql-connect-* functions to
9355 sql-comint-*.
9356 (sql-product-alist, sql-mode-menu): Rename as above and
9357 :sqli-connect-func to :sqli-comint-func.
9358 (sql-connection): New variable.
9359 (sql-interactive-mode): Set it.
9360 (sql-connection-alist): New variable.
9361 (sql-connect): New function.
9362 (sql--alt-buffer-part, sql--alt-if-not-empty)
9363 (sql-make-alternate-buffer-name): Improved alternative buffer name.
9364
9365 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9366
9367 * image-mode.el (image-bookmark-make-record): Do not set context
9368 in an image (Bug#6650).
9369
9370 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9371
9372 * simple.el (select-active-region): New function.
9373 (push-mark-command, set-mark, activate-mark)
9374 (handle-shift-selection): Use it.
9375 (deactivate-mark): Don't check for size of region.
9376
9377 * mouse.el (mouse-drag-track): Use select-active-region.
9378
9379 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
9380
9381 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9382 "--dired" stronger.
9383
9384 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9385
9386 * term/x-win.el (x-select-enable-primary): Change default to nil.
9387 (x-select-enable-clipboard): Add :version keyword.
9388
9389 * mouse.el (mouse-drag-copy-region):
9390 * simple.el (select-active-regions): Likewise.
9391
9392 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9393
9394 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
9395 (vc-coding-system-for-diff): Use it to decide whether to inherit
9396 from the file the EOL format for reading the diffs of that file.
9397 (Bug#4451)
9398
9399 2010-07-16 Eli Zaretskii <eliz@gnu.org>
9400
9401 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9402 unibyte, so compressed attachments are not compressed again.
9403
9404 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
9405
9406 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9407 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9408 (tramp-find-shell): Simplify setting connection property.
9409 (tramp-get-ls-command): Make test for "--color=never" stronger.
9410
9411 2010-07-15 Simon South <ssouth@member.fsf.org>
9412
9413 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9414 blocks within record declarations (i.e. variant parts) correctly.
9415
9416 2010-07-15 Simon South <ssouth@member.fsf.org>
9417
9418 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9419 over literal tokens when parsing so newlines aren't "absorbed" by
9420 single-line comments. Corrects the indentation of case blocks
9421 that have a comment on the first line.
9422
9423 2010-07-14 Karl Fogel <kfogel@red-bean.com>
9424
9425 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9426 by Drew Adams (Bug#5504).
9427
9428 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9429
9430 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
9431 now that Unicode is used (Bug#6594).
9432
9433 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
9434
9435 * term/x-win.el (x-select-enable-clipboard): Default to t.
9436 (x-initialize-window-system): Don't overwrite Paste menu item.
9437
9438 * simple.el (select-active-regions): Default to t.
9439 (push-mark-command): Don't overwrite primary with empty string.
9440
9441 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9442 (mouse-drag-copy-region): Default to nil.
9443
9444 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9445 Cut/Copy/Paste menu bar items.
9446
9447 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9448
9449 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9450 Patch applied by Karl Fogel.
9451
9452 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9453 and `bookmark-current-buffer' if they have been already set in
9454 another buffer (e.g gnus-art).
9455
9456 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9457 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9458
9459 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9460
9461 * bookmark.el (bookmark-make-record-default): Allow unneeded
9462 information to be omitted from the record.
9463
9464 Adjust declarations and calls:
9465
9466 * info.el (bookmark-make-record-default): Adjust declaration.
9467 (Info-bookmark-make-record): Adjust call.
9468
9469 * woman.el (bookmark-make-record-default): Adjust declaration.
9470 (woman-bookmark-make-record): Adjust call.
9471
9472 * man.el (bookmark-make-record-default): Adjust declaration.
9473 (Man-bookmark-make-record): Adjust call.
9474
9475 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9476
9477 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9478
9479 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9480
9481 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9482 This is also from Thierry Volpiatto's patch in bug #6444. However,
9483 because it was extraneous to the functional change in that patch,
9484 and causes a re-indendation, I am committing it separately.
9485
9486 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9487
9488 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9489 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9490 Patch applied by Karl Fogel (Bug#6444).
9491
9492 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
9493
9494 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9495
9496 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9497
9498 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9499 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9500 (ns-alternatives-map): Change S-tab binding to backtab
9501 (bug#6616).
9502
9503 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9504 under ns.
9505
9506 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9507
9508 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9509 (Bug#5806)
9510
9511 * language/tv-util.el (tai-viet-re): Remove format.
9512
9513 2010-07-12 Kenichi Handa <handa@m17n.org>
9514
9515 * language/hebrew.el: Remove no-byte-compile declaration.
9516 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9517 composition-function-table for 3-character looking back.
9518 (hebrew-font-get-precomposed): New function.
9519 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9520
9521 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9522
9523 * mouse.el (mouse-drag-track): Handle select-active-regions
9524 (Bug#6612).
9525
9526 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9527
9528 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9529 empty argument to gvfs-copy.
9530
9531 2010-07-10 Glenn Morris <rgm@gnu.org>
9532
9533 * calendar/calendar.el (calendar-week-end-day): New function.
9534 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9535 Respect calendar-week-start-day. (Bug#6606)
9536 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9537 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9538 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9539 respect calendar-week-start-day.
9540
9541 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9542
9543 * simple.el (use-region-p): Doc fix (Bug#6607).
9544
9545 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9546
9547 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9548 Add regexps for cucumber and ruby.
9549
9550 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9551
9552 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9553 (epa-file-insert-file-contents): Hack to prevent
9554 find-file from opening empty buffer when decryption failed
9555 (bug#6568).
9556
9557 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9558
9559 * textmodes/ispell.el (ispell-alternate-dictionary):
9560 Use file-readable-p.
9561 Return nil if no word-list is found at default locations.
9562 (ispell-complete-word-dict): Default to nil.
9563 (ispell-command-loop): Use 'word-list' when using lookup-words.
9564 (lookup-words): Use ispell-complete-word-dict or
9565 ispell-alternate-dictionary. Check for word-list availability
9566 and handle errors if needed with better messages (Bug#6539).
9567 (ispell-complete-word): Use ispell-complete-word-dict or
9568 ispell-alternate-dictionary.
9569
9570 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9571
9572 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9573 builtins (BufferError, BytesWarning, WindowsError; callables
9574 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9575
9576 2010-07-07 Glenn Morris <rgm@gnu.org>
9577
9578 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9579 (zone-shift-left): Ignore intangibility, and any errors from
9580 forward-char.
9581 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9582 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9583 deleting, and copying text properties.
9584 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9585 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9586 to point-max is hard.
9587 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9588 (zone-fill-out-screen): Ignore intangibility.
9589
9590 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * menu-bar.el (menu-bar-mode):
9593 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9594 if it has been set.
9595
9596 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9597 word/line selection (Bug#6565).
9598
9599 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9600
9601 * net/dbus.el (dbus-send-signal): Declare function.
9602
9603 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9604
9605 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9606 (dbus-register-property): New optional argument EMITS-SIGNAL.
9607 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9608
9609 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9610
9611 * mouse.el (mouse-drag-overlay): Variable deleted.
9612 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9613 (mouse--remap-link-click-p): New function.
9614 (mouse-drag-track): Handle dragging by using temporary Transient
9615 Mark mode, instead of a special overlay.
9616 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9617 mouse-show-mark.
9618
9619 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9620 deleted.
9621
9622 2010-07-02 Juri Linkov <juri@jurta.org>
9623
9624 * autoinsert.el (auto-insert-alist): Fix readability
9625 by using dotted pair notation for lambda.
9626
9627 2010-07-02 Juri Linkov <juri@jurta.org>
9628
9629 * faces.el (read-face-name): Rename arg `string-describing-default'
9630 to `default'. Doc fix. Display the default value in quotes
9631 in the prompt. With empty input, return the `default' arg,
9632 unless the default value is a string (in which case return nil).
9633 (describe-face): Replace the string `default' arg of `read-face-name'
9634 with the symbol `default'.
9635
9636 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9637
9638 * emulation/viper-cmd.el (viper-delete-backward-char)
9639 (viper-del-backward-char-in-insert)
9640 (viper-del-backward-char-in-replace, viper-change)
9641 (viper-backward-indent): Replace delete-backward-char with
9642 delete-char (Bug#6552).
9643
9644 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9645
9646 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9647
9648 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9649
9650 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9651 argument passed to frame-creation-function (Bug#5378).
9652
9653 * faces.el (x-handle-named-frame-geometry)
9654 (x-handle-reverse-video, x-create-frame-with-faces)
9655 (face-set-after-frame-default, tty-create-frame-with-faces):
9656 Don't separately consult default-frame-alist. It is now passed as the
9657 PARAMETER argument.
9658
9659 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9660
9661 * startup.el (command-line): Don't call tool-bar-setup in a
9662 tty-only build.
9663
9664 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9665
9666 * ruler-mode.el (ruler--save-header-line-format): New fun.
9667 (ruler-mode): Use it as a setter function, so as not to overwrite
9668 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9669
9670 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9671
9672 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9673 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9674 (vc-log-outgoing): Use it.
9675 (vc-diff-internal): Set diff-vc-backend.
9676
9677 * vc/diff-mode.el (diff-vc-backend): New var.
9678
9679 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9680
9681 * dynamic-setting.el (font-setting-change-default-font):
9682 Remove call to message.
9683
9684 2010-06-28 Kenichi Handa <handa@m17n.org>
9685
9686 * international/quail.el (quail-insert-kbd-layout): Fix the
9687 showing of untranslated characters.
9688
9689 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9690
9691 * simple.el (delete-active-region): New option.
9692 (delete-backward-char): Implement in Lisp.
9693 (delete-forward-char): New command.
9694
9695 * mouse.el (mouse-region-delete-keys): Delete.
9696 (mouse-show-mark): Simplify.
9697
9698 * bindings.el (global-map): Bind delete and DEL, the former to
9699 delete-forward-char.
9700
9701 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9702
9703 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9704 (ruby-mode): Bind indent-line-function (Bug#5119).
9705
9706 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9707
9708 * startup.el (command-line): Recognize "0" X resource value.
9709
9710 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9711
9712 * startup.el (command-line): Use X resources to set the value of
9713 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9714
9715 * menu-bar.el (menu-bar-mode):
9716 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9717 Set init-value to t.
9718
9719 * frame.el (frame-notice-user-settings): Don't change
9720 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9721 vice versa (Bug#2249).
9722
9723 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9724
9725 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9726
9727 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9728
9729 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9730 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9731
9732 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9733 default directories are expanded (Bug#6143).
9734
9735 2010-06-24 Juri Linkov <juri@jurta.org>
9736
9737 * minibuffer.el (completions-format): Change default from nil to
9738 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9739
9740 2010-06-24 Juri Linkov <juri@jurta.org>
9741
9742 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9743 buffer-locally to lambda that re-runs the vc diff command.
9744 (Bug#6447)
9745
9746 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9747
9748 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9749 echo area is in use (Bug#3412).
9750
9751 2010-06-22 Glenn Morris <rgm@gnu.org>
9752
9753 * textmodes/texinfmt.el (texinfo-format-region)
9754 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9755 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9756 (texinfo-format-option, texinfo-noindent):
9757 Use line-beginning-position and line-end-position.
9758
9759 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9760 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9761 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9762 utf-8 characters.
9763
9764 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9765
9766 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9767 forward-line fallout.
9768
9769 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9770
9771 * mouse.el (mouse-appearance-menu): Add docstring.
9772
9773 * help.el (describe-key): Print up-event using key-description.
9774
9775 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9776
9777 * net/zeroconf.el (zeroconf-resolve-service)
9778 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9779 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9780
9781 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9782
9783 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9784
9785 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9786
9787 Avoid displaying files with a nil state in vc-dir.
9788 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9789 cases that cause insertion.
9790 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9791 with a nil state.
9792
9793 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9794
9795 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9796
9797 2010-06-29 Leo <sdl.web@gmail.com>
9798
9799 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9800
9801 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9802
9803 * generic-x.el (bat-generic-mode): Fix regexp for command line
9804 switches (Bug#5719).
9805
9806 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9807
9808 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9809 of nconc to avoid pure storage error (Bug#6239).
9810
9811 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9812
9813 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9814 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9815 bindings of bookmark-automatically-show-annotations (Bug#6515).
9816
9817 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9818
9819 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9820 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9821
9822 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9823
9824 * comint.el (make-comint, make-comint-in-buffer): Mention return
9825 value in the docstrings. (Bug#6498)
9826
9827 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9828
9829 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9830 since it is not present when using some non-default switches.
9831
9832 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9833
9834 * simple.el (compose-mail): Fix doc string to refer to
9835 `compose-mail-user-agent-warnings', instead of to the
9836 nonexistent `compose-mail-check-user-agent'.
9837
9838 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9839
9840 Fix an indentation bug:
9841
9842 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9843 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9844 of existing values.
9845
9846 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9847 (c-clear->-pair-props-if-match-before): now return t when they've
9848 cleared properties, nil otherwise.
9849 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9850 by taking account of the existing value.
9851
9852 * progmodes/cc-defs.el
9853 (c-clear-char-property-with-value-function): Fix this to clear the
9854 property rather than overwriting it with nil.
9855
9856 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * emacs-lisp/package.el (package-print-package): Add link to
9859 package description via describe-package.
9860 (describe-package-1): List package requirements. Add button to
9861 perform installation.
9862 (package-menu-describe-package): New command.
9863
9864 * help-mode.el (help-package): New button type.
9865
9866 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9867
9868 * emacs-lisp/package.el: Move package-list-packages binding to
9869 menu-bar.el.
9870 (describe-package, describe-package-1, package--dir): New funs.
9871 (package-activate-1): Use package--dir.
9872
9873 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9874
9875 * help-mode.el (help-package-def): New button type.
9876
9877 * menu-bar.el: Move package-list-packages binding here from
9878 package.el.
9879
9880 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9881
9882 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9883
9884 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * emacs-lisp/edebug.el (edebug-read-list):
9887 Phase out old-style backquotes.
9888
9889 2010-06-17 Juri Linkov <juri@jurta.org>
9890
9891 * help-mode.el (help-mode): Set buffer-local variable
9892 revert-buffer-function to help-mode-revert-buffer.
9893 (help-mode-revert-buffer): New function.
9894
9895 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9896 before popping to "*info*" (like in other Info functions).
9897 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9898 old-history-forward. Pop to old-buffer-name or "*info*" to
9899 recreate the killed buffer. Set Info-history-forward from
9900 old-history-forward.
9901 (Info-breadcrumbs-depth): Add :group and :version.
9902
9903 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9904
9905 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9906
9907 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9908
9909 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9910 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9911
9912 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * emacs-lisp/package.el (package-menu-mode-map):
9915 Move initialization into declaration.
9916
9917 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9918
9919 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9920
9921 * emacs-lisp/package.el (package-archive-base): Point to
9922 elpa.gnu.org.
9923 (package-enable, package-load-list): New defcustoms.
9924 (package-user-dir, package-directory-list): Turn into defcustoms.
9925 Don't include package-user-dir in package-directory-list.
9926 (package--builtins-base): Don't include Emacs as a "package".
9927 (package-subdirectory-regexp): New var.
9928 (package-load-all-descriptors, package-compute-transaction)
9929 (package-download-transaction): Obey package-load-list.
9930 (package-activate-1): Rename from package-do-activate.
9931 (package-list-packages-internal): Check package-load-list.
9932 (package-load-descriptor, package-generate-autoloads)
9933 (package-unpack, package-unpack-single)
9934 (package--read-archive-file, package-delete):
9935 Use expand-file-name.
9936
9937 * emacs-lisp/package-x.el: New file. Package uploading
9938 functionality split out from package.el.
9939
9940 * startup.el (command-line): Load packages after reading init file.
9941
9942 2010-06-17 Tom Tromey <tromey@redhat.com>
9943
9944 * emacs-lisp/package.el: New file.
9945
9946 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9947
9948 Fix vc-annotate for renamed files when using Git.
9949 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9950 ls-files. Doe not pass the object as a file name to cat-file, it
9951 is not a file name.
9952 (vc-git-annotate-command): Pass the file name using -- to avoid
9953 ambiguity with the revision.
9954 (vc-git-previous-revision): Pass a relative file name.
9955
9956 2010-06-22 Glenn Morris <rgm@gnu.org>
9957
9958 * progmodes/js.el (js-mode-map): Use standard capitalization and
9959 ellipses for menu entries.
9960
9961 * wid-edit.el (widget-complete): Doc fix.
9962
9963 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9964
9965 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9966
9967 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9968
9969 Fix annotating other revisions for renamed files in vc-annotate.
9970 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9971 VC backend. Use it when non-nil.
9972 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9973 (Bug#6487).
9974
9975 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9976 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9977 Do not pass the file name to the 'previous-revision call when we
9978 don't want a file diff. (Bug#6489)
9979
9980 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9981
9982 Fix finding revisions for renamed files in vc-annotate.
9983 * vc/vc.el (vc-find-revision): Add an optional argument for
9984 the VC backend. Use it when non-nil.
9985 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9986 backend to vc-find-revision. (Bug#6487)
9987
9988 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9989
9990 Fix reading file names in Git annotate buffers.
9991 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9992 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9993
9994 2010-06-20 Alan Mackenzie <acm@muc.de>
9995
9996 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9997 in file local variables, set it first.
9998
9999 2010-06-19 Glenn Morris <rgm@gnu.org>
10000
10001 * descr-text.el (describe-char-unicode-data): Insert separating
10002 space when needed. (Bug#6422)
10003
10004 * progmodes/idlwave.el (idlwave-action-and-binding):
10005 Fix typo in 2009-12-03 change. (Bug#6450)
10006
10007 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10010 handling for `lambda' (misunderstanding).
10011
10012 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10013
10014 * calc/calc-poly.el (math-accum-factors): Make sure that
10015 constants aren't distributed after they are factored out.
10016
10017 2010-06-16 Juri Linkov <juri@jurta.org>
10018
10019 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10020 `list-colors-print'. (Bug#6332)
10021
10022 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10023
10024 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10027 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10028
10029 * font-lock.el (font-lock-major-mode): Rename from
10030 font-lock-mode-major-mode to distinguish it from
10031 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10032 (font-lock-set-defaults):
10033 * font-core.el (font-lock-default-function): Adjust users.
10034 (font-lock-mode): Don't set it at all.
10035
10036 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
10039
10040 2010-06-16 Glenn Morris <rgm@gnu.org>
10041
10042 * calendar/appt.el (appt-time-msg-list): Doc fix.
10043 (appt-check): Let-bind appt-warn-time.
10044 (appt-add): Make the 3rd argument optional.
10045 Simplify argument names. Doc fix. Check for integer WARNTIME.
10046 Only add WARNTIME to the output list if non-nil.
10047
10048 2010-06-16 Ivan Kanis <apple@kanis.eu>
10049
10050 * calendar/appt.el (appt-check): Let the 3rd element of
10051 appt-time-msg-list specify the warning time.
10052 (appt-add): Add new argument with the warning time. (Bug#5176)
10053
10054 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10055
10056 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
10057 older than version 1.6. (Bug#6361)
10058
10059 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
10060
10061 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10062 used by cl-do-arglist. (Bug#6408)
10063
10064 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10065
10066 * textmodes/ispell.el (ispell-dictionary-base-alist):
10067 Fix portuguese casechars/not-casechars for missing 'çÇ'.
10068 Suggested by Rolando Pereira (bug#6434).
10069
10070 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
10071
10072 * facemenu.el (list-colors-sort): Doc fix.
10073
10074 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10075
10076 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10077
10078 2010-06-14 Juri Linkov <juri@jurta.org>
10079
10080 Add sort option `list-colors-sort'. (Bug#6332)
10081 * facemenu.el (color-rgb-to-hsv): New function.
10082 (list-colors-sort): New defcustom.
10083 (list-colors-sort-key): New function.
10084 (list-colors-display): Doc fix. Sort list according to the option
10085 `list-colors-sort'.
10086 (list-colors-print): Add HSV values to `help-echo' property of
10087 RGB strings.
10088
10089 2010-06-14 Juri Linkov <juri@jurta.org>
10090
10091 * compare-w.el: Move to the "vc" subdirectory.
10092
10093 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * image-mode.el (image-mode-map): Remap left-char and right-char.
10096
10097 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10098
10099 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
10100
10101 * term/common-win.el (x-colors): Add all the color names defined
10102 in rgb.txt (Bug#6332).
10103
10104 * facemenu.el (list-colors-print): Don't print extra names if it
10105 will overflow the window width.
10106
10107 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
10108 change (Bug#6343).
10109
10110 2010-06-12 Eli Zaretskii <eliz@gnu.org>
10111
10112 * files.el (make-directory): Doc fix (bug#6396).
10113
10114 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
10115
10116 * net/tramp.el (tramp-remote-process-environment): Protect version
10117 string by apostroph.
10118 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10119 XEmacs.
10120 (tramp-file-name-for-operation): Add `call-process-region'.
10121 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10122
10123 * net/tramp-compat.el (top): Do not autoload
10124 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10125 only when `start-file-process' is not bound.
10126 (tramp-advice-file-expand-wildcards): Do not use
10127 `tramp-handle-file-remote-p'.
10128 (tramp-compat-make-temp-file): Handle the case, that
10129 `make-temp-file' has no third argument EXTENSION.
10130
10131 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
10132
10133 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10134
10135 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10136
10137 2010-06-11 Juri Linkov <juri@jurta.org>
10138
10139 * finder.el (finder-known-keywords): Add keyword "vc"
10140 for version control.
10141
10142 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10143 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10144 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10145 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10146
10147 2010-06-11 Juri Linkov <juri@jurta.org>
10148
10149 Move version control related files to the "vc" subdirectory.
10150 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10151 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10152 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10153 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10154 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10155 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10156 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10157 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10158 Move files to the "vc" subdirectory.
10159
10160 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
10161
10162 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10163 (Bug#6367).
10164
10165 2010-06-11 Stephen Eglen <stephen@gnu.org>
10166
10167 * shell.el: Bind `shell-resync-dirs' to M-RET.
10168
10169 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
10170
10171 * notifications.el: Move file from lisp/net, because it is
10172 supposed to talk locally to the user.
10173
10174 2010-06-10 Julien Danjou <julien@danjou.info>
10175
10176 * net/notifications.el (notifications-on-action-signal)
10177 (notifications-on-closed-signal): Pass notification id as first
10178 argument to the callback functions. Add docstrings.
10179 (notifications-notify): Fix docstring.
10180
10181 2010-06-10 Glenn Morris <rgm@gnu.org>
10182
10183 * emacs-lisp/authors.el (authors-ignored-files)
10184 (authors-valid-file-names): Add some files.
10185
10186 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10189 merge conflict, giving preference to the emacs-23 version of the code.
10190
10191 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * emacs-lisp/advice.el (ad-compile-function):
10194 Define warning-suppress-types before we let-bind it (bug#6275).
10195
10196 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10197 declare it, make it buffer-local and permanent-local (bug#6324).
10198 (vc-resynch-window): Adjust name.
10199 * vc-hooks.el (vc-find-file-hook): Adjust name.
10200
10201 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
10202
10203 * net/notifications.el (notifications-notify): Fix docstring.
10204
10205 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10206
10207 Update to Unicode 6.0.0 beta.
10208 * international/charprop.el: Update copyright.
10209 * international/mule-cmds.el (ucs-names): Update character ranges.
10210 * international/uni-bidi.el:
10211 * international/uni-category.el:
10212 * international/uni-combining.el:
10213 * international/uni-comment.el:
10214 * international/uni-decimal.el:
10215 * international/uni-decomposition.el:
10216 * international/uni-digit.el:
10217 * international/uni-lowercase.el:
10218 * international/uni-mirrored.el:
10219 * international/uni-name.el:
10220 * international/uni-numeric.el:
10221 * international/uni-old-name.el:
10222 * international/uni-titlecase.el:
10223 * international/uni-uppercase.el: Regenerate.
10224
10225 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10226
10227 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10228 (smie-precs-precedence-table): Fix typo in docstring.
10229
10230 * vc-mtn.el (log-edit-extract-headers): Declare function.
10231
10232 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10233
10234 * net/notifications.el (dbus-register-signal): Declare function.
10235 (notifications-notify): Fix typos and reflow docstring.
10236
10237 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10238
10239 Improve VC create/retrieve tag/branch.
10240 * vc.el (vc-create-tag): Do not read the directory name for VCs
10241 with repository revision granularity. Adjust the tag/branch
10242 prompt. Reset VC properties.
10243 (vc-retrieve-tag): Do not read the directory name for VCs
10244 with repository revision granularity. Reset VC properties.
10245
10246 2010-06-09 Julien Danjou <julien@danjou.info>
10247
10248 * net/notifications.el: New file.
10249
10250 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10251
10252 Add optional support for resetting VC properties.
10253 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10254 call vc-file-clearprops when true.
10255 (vc-resynch-buffer): Add new optional argument, pass it down.
10256 (vc-resynch-buffers-in-directory): Likewise.
10257
10258 Improve support for special markup in the VC commit message.
10259 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10260 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10261 * vc-git.el (vc-git-checkin):
10262 * vc-bzr.el (vc-bzr-checkin): Likewise.
10263
10264 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10267 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10268
10269 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10270
10271 * iimage.el: Remove images as soon as the underlying text is modified.
10272 (iimage-modification-hook): New function.
10273 (iimage-mode-buffer): Use it.
10274
10275 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10278 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10279 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10280 (smie-indent-keyword): Add handling of open-paren keywords.
10281 (smie-indent-comment-continue): Don't assume comment-continue.
10282
10283 2010-06-07 Martin Rudalics <rudalics@gmx.at>
10284
10285 * window.el (pop-to-buffer): Remove the conditional that
10286 compares new-window and old-window, so it will reselect
10287 the selected window unconditionally.
10288 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10289
10290 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * emacs-lisp/smie.el (smie-indent-offset-after)
10293 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10294 (smie-indent-after-keyword): Use them.
10295 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10296 (smie-indent-keyword): Tweak the black magic.
10297 (smie-indent-comment-continue): Strip comment-continue before use.
10298 (smie-indent-functions): Indent comments before keywords.
10299
10300 2010-06-06 Juri Linkov <juri@jurta.org>
10301
10302 * isearch.el (isearch-lazy-highlight-search): Fix looping
10303 by checking for empty match. This syncs this loop with the
10304 similar loop in `isearch-search'. (Bug#6362)
10305
10306 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
10307
10308 * net/dbus.el (dbus-register-method): Declare function.
10309 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10310 (dbus-introspect): Doc fix.
10311 (dbus-event-bus-name, dbus-introspect-get-interface)
10312 (dbus-introspect-get-argument): Reflow docstrings.
10313
10314 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10315
10316 vc-log-incoming/vc-log-outgoing fixes for Git.
10317 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10318 incoming/outgoing logs.
10319 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10320 instead of vc-git-compute-remote.
10321 (vc-git-compute-remote): Remove.
10322
10323 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
10324
10325 * term/common-win.el (x-colors): Add "dark green" and "dark
10326 turquoise" (Bug#6332).
10327
10328 2010-06-04 Juri Linkov <juri@jurta.org>
10329
10330 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10331 Instead of setting `replace' to t and replacing the same string
10332 with itself, don't do certain actions when
10333 kill-do-not-save-duplicates is non-nil and string is equal to car
10334 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10335 interprogram-paste strings to kill-ring, and don't push the input
10336 argument `string' to kill-ring.
10337 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10338
10339 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10340
10341 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10342
10343 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
10344
10345 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10346 (tramp-gvfs-handler-mounted-unmounted)
10347 (tramp-gvfs-connection-mounted-p): Handle default-location.
10348
10349 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10350 move files to trash.
10351
10352 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10353
10354 * international/mule-cmds.el (nonascii-insert-offset)
10355 (nonascii-translation-table): Add obsolescence information.
10356
10357 * international/mule.el (make-translation-table-from-vector): Doc fix.
10358
10359 2010-06-03 Glenn Morris <rgm@gnu.org>
10360
10361 * desktop.el (desktop-clear-preserve-buffers):
10362 Add "*Warnings*" buffer. (Bug#6336)
10363
10364 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10365
10366 vc-log-incoming/vc-log-outgoing improvements for Git.
10367 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10368 short log.
10369 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10370
10371 Add bindings for vc-log-incoming and vc-log-outgoing.
10372 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10373 and vc-log-outgoing.
10374 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10375 and vc-log-outgoing.
10376
10377 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10378
10379 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10380 (rcirc-handler-366): Always sort nicknames.
10381
10382 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
10383
10384 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10385
10386 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10387
10388 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
10389
10390 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10393 (rcirc-sort-nicknames-join): Avoid setq.
10394
10395 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10396
10397 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10398 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10399 (rcirc-handler-366): Use them.
10400
10401 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 Split smie-indent-calculate into more manageable chunks.
10404 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10405 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10406 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10407 (smie-indent-exps): Extract from smie-indent-calculate.
10408 (smie-indent-functions): New var.
10409 (smie-indent-functions): Use them.
10410
10411 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10414 (smie-indent-calculate): Simplify and cleanup.
10415
10416 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
10417
10418 * net/tramp-gvfs.el (top): Require url-util.
10419 (tramp-gvfs-mount-point): Remove.
10420 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10421 New defuns.
10422 (with-tramp-dbus-call-method): Format trace message.
10423 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
10424 Implement backup call, when operation on local files fails.
10425 Use progress reporter. Flush properties of changed files.
10426 (tramp-gvfs-handle-make-directory): Make more traces.
10427 (tramp-gvfs-url-file-name): Hexify file name in url.
10428 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10429 into account for the resulting file name.
10430 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10431 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10432 (tramp-gvfs-handler-mounted-unmounted)
10433 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10434 attribute "default_location". Set "prefix" property.
10435 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10436 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10437 exists. Raise an error, if not (due to a corresponding answer
10438 "no" in interactive questions, for example).
10439
10440 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
10441
10442 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10443
10444 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
10445
10446 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10447 right-*. (Bug#6265)
10448
10449 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10450
10451 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10452 * vc-git.el (vc-git-compute-remote): New function.
10453 (vc-git-log-outgoing): Use it instead of hard coding a value.
10454 (vc-git-log-incoming): New function.
10455
10456 Improve state updating for VC tag commands.
10457 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10458 to update the state of all buffers in the directory.
10459
10460 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10461
10462 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10465 `file-directory-p' to the filename part rather than to the whole text.
10466
10467 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10470
10471 2010-05-31 Drew Adams <drew.adams@oracle.com>
10472
10473 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10474
10475 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
10476
10477 * subr.el (momentary-string-display): Just use read-event to read
10478 the exit event (Bug#6238).
10479
10480 2010-05-30 Eli Zaretskii <eliz@gnu.org>
10481
10482 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10483
10484 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10485
10486 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10487 Suggested by Eli Zaretskii <eliz@gnu.org>.
10488
10489 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10490
10491 * minibuffer.el (completion-file-name-table): Don't return a boundary
10492 past the end of `string' (bug#6299).
10493 (completion--file-name-table): Delegate to completion-file-name-table
10494 for the `boundaries' case.
10495
10496 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10497
10498 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10499 movement commands.
10500
10501 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10502 `path-separator', but maintain compatibility with Emacs 20.2.
10503
10504 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10505
10506 * server.el (server-process-filter): Receive parent-id argument
10507 from emacsclient.
10508 (server-create-window-system-frame): New arg. Pass parent-id as
10509 frame parameter.
10510
10511 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10512
10513 Bidi-sensitive word movement with arrow keys.
10514 * subr.el (right-arrow-command, left-arrow-command): Move to
10515 bindings.el.
10516
10517 * bindings.el (right-char, left-char): Move from subr.el and
10518 rename from right-arrow-command and left-arrow-command.
10519 (right-word, left-word): New functions.
10520 (global-map) <right>: Bind to right-char.
10521 (global-map) <left>: Bind to left-char.
10522 (global-map) <C-right>: Bind to right-word.
10523 (global-map) <C-left>: Bind to left-word.
10524
10525 * ls-lisp.el (ls-lisp-classify-file): New function.
10526 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10527 (ls-lisp-classify): Call ls-lisp-classify-file.
10528 (insert-directory): Remove blanks from switches.
10529
10530 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10531
10532 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10533 (ansi-color-drop-regexp): New constant.
10534 (ansi-color-apply, ansi-color-filter-region)
10535 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10536 (ansi-color-apply): Build string list before calling concat.
10537
10538 2010-05-28 Juri Linkov <juri@jurta.org>
10539
10540 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10541 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10542 (Bug#5270)
10543
10544 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10545
10546 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10547 to ignored backtrace functions.
10548 (with-progress-reporter): Expand docstring.
10549 (tramp-handle-delete-file): Implement TRASH argument.
10550 (tramp-get-remote-trash): New defun.
10551
10552 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10553
10554 * net/tramp-compat.el (tramp-compat-delete-file):
10555 Use `symbol-value' for backward compatibility.
10556
10557 * net/tramp.el (tramp-handle-make-symbolic-link)
10558 (tramp-handle-load)
10559 (tramp-do-copy-or-rename-file-via-buffer)
10560 (tramp-do-copy-or-rename-file-directly)
10561 (tramp-do-copy-or-rename-file-out-of-band)
10562 (tramp-handle-process-file, tramp-handle-call-process-region)
10563 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10564 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10565 (tramp-delete-temp-file-function): Use `delete-file' instead
10566 of `tramp-compat-delete-file'.
10567
10568 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10569 (tramp-fish-handle-make-symbolic-link)
10570 (tramp-fish-handle-process-file): Use `delete-file' instead
10571 of `tramp-compat-delete-file'.
10572
10573 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10574 Use `delete-file' instead of `tramp-compat-delete-file'.
10575
10576 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10577 Use `delete-file' instead of `tramp-compat-delete-file'.
10578
10579 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10580 Use `delete-file' instead of `tramp-compat-delete-file'.
10581
10582 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10583 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10584 (tramp-smb-handle-write-region): Use `delete-file' instead of
10585 `tramp-compat-delete-file'.
10586 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10587
10588 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10589
10590 * dired.el (dired-delete-file): New arg TRASH.
10591 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10592 (dired-do-flagged-delete, dired-do-delete): Use trash.
10593
10594 * speedbar.el (speedbar-item-delete): Allow trashing.
10595
10596 * files.el (delete-directory): New arg TRASH.
10597
10598 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10599 (ange-ftp-rename-remote-to-remote)
10600 (ange-ftp-rename-local-to-remote)
10601 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10602 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10603 `delete-file'.
10604 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10605 allow trashing.
10606
10607 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10608 handle new TRASH arg of `delete-file'.
10609
10610 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10611 (tramp-handle-make-symbolic-link, tramp-handle-load)
10612 (tramp-do-copy-or-rename-file-via-buffer)
10613 (tramp-do-copy-or-rename-file-directly)
10614 (tramp-do-copy-or-rename-file-out-of-band)
10615 (tramp-handle-process-file, tramp-handle-call-process-region)
10616 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10617 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10618 (tramp-delete-temp-file-function): Use null TRASH arg in
10619 tramp-compat-delete-file call.
10620
10621 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10622 (tramp-fish-handle-delete-file)
10623 (tramp-fish-handle-make-symbolic-link)
10624 (tramp-fish-handle-process-file): Use null TRASH arg in
10625 `tramp-compat-delete-file' call.
10626
10627 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10628 arg in `tramp-compat-delete-file' call.
10629
10630 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10631 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10632 `tramp-compat-delete-file' call.
10633
10634 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10635 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10636 `tramp-compat-delete-file' call.
10637
10638 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10639 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10640 (tramp-smb-handle-write-region): Use null TRASH arg in
10641 tramp-compat-delete-file call.
10642 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10643 (tramp-smb-handle-delete-file): Rename arg.
10644
10645 * diff.el (diff-sentinel):
10646 * epg.el (epg--make-temp-file, epg-decrypt-string)
10647 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10648 * jka-compr.el (jka-compr-partial-uncompress)
10649 (jka-compr-call-process, jka-compr-write-region):
10650 * server.el (server-sentinel): Remove optional arg from
10651 delete-file, reverting 2010-05-03 change.
10652
10653 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10656 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10657
10658 2010-05-27 Kenichi Handa <handa@m17n.org>
10659
10660 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10661 element of GSTRING is nil.
10662
10663 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * emacs-lisp/smie.el (smie-forward-token-function)
10666 (smie-backward-token-function): New vars.
10667 (smie-backward-sexp, smie-forward-sexp)
10668 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10669 (smie-default-backward-token): Rename from smie-backward-token and
10670 skip comments.
10671 (smie-default-forward-token): Rename from smie-forward-token and
10672 skip comments.
10673 (smie-next-sexp): Handle nil results from next-token.
10674 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10675
10676 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10677
10678 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10679 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10680
10681 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10682
10683 * htmlfontify.el (hfy-face-resolve-face): New function.
10684 (hfy-face-to-style): Use it (Bug#6279).
10685
10686 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10687
10688 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10689 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10690
10691 2010-05-26 Glenn Morris <rgm@gnu.org>
10692
10693 * emulation/edt.el (edt-load-keys): Use locate-library.
10694
10695 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10696
10697 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10698 (log-edit-changelog-entries): Doc fix.
10699 (log-edit-changelog-insert-entries): Args changed.
10700 Rename relative filenames in ChangeLog entries. Delete tabs.
10701 (log-edit-insert-changelog-entries): Reorganize return value of
10702 `log-edit-changelog-entries' to pass filenames to
10703 log-edit-changelog-insert-entries.
10704
10705 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10706
10707 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10708 `image-dired-dired-insert-marked-thumbs' to
10709 `image-dired-dired-toggle-marked-thumbs'.
10710
10711 * image-dired.el: Require cl when compiling.
10712 (image-dired-dired-toggle-marked-thumbs): Rename from
10713 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10714 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10715 to 'no-dir. Skip files whose names don't match
10716 `image-file-name-regexp'. When file has a thumbnail overlay,
10717 delete it. (Bug#5270)
10718
10719 2010-05-25 Juri Linkov <juri@jurta.org>
10720
10721 * image-mode.el (image-mode): Add image-after-revert-hook to
10722 after-revert-hook.
10723 (image-after-revert-hook): New function. (Bug#5669)
10724
10725 2010-05-25 Juri Linkov <juri@jurta.org>
10726
10727 * image.el (image-animated-p): When delay between animated images
10728 is 0, set it to 10 (0.1 sec). (Bug#6258)
10729
10730 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10731
10732 * net/tramp.el (tramp-handle-insert-directory): Don't use
10733 `forward-word', its default syntax could be changed.
10734
10735 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10736
10737 * net/tramp.el (tramp-progress-reporter-update): New defun.
10738 (with-progress-reporter): Use it.
10739 (tramp-process-actions):
10740 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10741 Preserve current message, in order to let progress reporter continue
10742 afterwards. (Bug#6257)
10743
10744 2010-05-25 Glenn Morris <rgm@gnu.org>
10745
10746 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10747 Add :version.
10748
10749 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10750
10751 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10752 (rcirc-default-full-name): Change to "unknown".
10753 (rcirc-user-name-history): Add variable.
10754
10755 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10756 Jonathan Rockway <jon@jrock.us>
10757
10758 * net/rcirc.el (rcirc-server-alist): Add :pass.
10759 (rcirc): When prompting for connection parameters, also prompt for
10760 username and password.
10761 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10762 value to server when connecting.
10763
10764 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10765
10766 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10767 (smie-merge-prec2s): Pass the tables as separate args.
10768 (smie-bnf-precedence-table): Adjust call accordingly.
10769 (smie-prec2-levels): Set levels at the end.
10770
10771 Replace Lisp calls to delete-backward-char by delete-char.
10772 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10773 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10774 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10775 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10776 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10777 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10778 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10779 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10780 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10781 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10782 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10783 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10784 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10785 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10786 delete-backward-char by calls to delete-char.
10787
10788 2010-05-25 Kenichi Handa <handa@m17n.org>
10789
10790 * language/hebrew.el (hebrew-shape-gstring): New function.
10791 Register it in composition-function-table for all Hebrew combining
10792 characters.
10793
10794 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * epa.el (epa--select-keys): Don't explicitly delete the window since
10797 that can fail (e.g. sole window in frame). Use dedication instead.
10798
10799 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10800
10801 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10802
10803 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10804
10805 * image.el (image-refresh): Define as an alias for image-flush.
10806
10807 * image-mode.el (image-toggle-display-image): Caller changed.
10808
10809 2010-05-21 Juri Linkov <juri@jurta.org>
10810
10811 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10812 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10813 whitespace, call wildcard-to-regexp on substrings and concat them
10814 with "\\|". (Bug#6114)
10815
10816 2010-05-21 Alan Mackenzie <acm@muc.de>
10817
10818 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10819 Replace parameter `here' with `here-' and `here-plus', which sandwich
10820 any pertinent CPP construct.
10821 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10822 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10823 CPP construct from taking part in the scanning.
10824
10825 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10826
10827 * net/tramp.el (tramp-do-copy-or-rename-file)
10828 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10829 Tune `with-progress-reporter' messages.
10830 (tramp-handle-vc-registered):
10831 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10832 (tramp-fish-handle-insert-file-contents)
10833 (tramp-fish-maybe-open-connection):
10834 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10835 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10836 (tramp-imap-handle-insert-file-contents)
10837 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10838
10839 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10840
10841 * add-log.el (change-log-font-lock-keywords):
10842 Highlight all authors in multi-author entries.
10843
10844 * smerge-mode.el (smerge-refine-ignore-whitespace)
10845 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10846 Fix typos in docstrings.
10847 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10848
10849 2010-05-21 Glenn Morris <rgm@gnu.org>
10850
10851 * progmodes/fortran.el (fortran-mode):
10852 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10853
10854 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10855 having a relative path in src/Makefile.in.
10856
10857 2010-05-20 Kevin Ryde <user42@zip.com.au>
10858
10859 * help-mode.el (help-make-xrefs): For Info node links turn
10860 newlines into spaces. Link node names with newlines are matched
10861 by help-xref-info-regexp and buttonized, this change ensures they
10862 can be followed successfully with RET. (Bug#6206)
10863
10864 2010-05-20 Juri Linkov <juri@jurta.org>
10865
10866 * locate.el (locate): Use pop-to-buffer instead of
10867 switch-to-buffer-other-window. (Bug#6204)
10868
10869 2010-05-20 Juri Linkov <juri@jurta.org>
10870
10871 * replace.el (replace-highlight): Fix lazy-highlighting
10872 for `M-s w str M-% str RET'.
10873
10874 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10875
10876 * isearch.el (isearch-yank-word-or-char): Pull next subword
10877 when `subword-mode' is activated. (Bug#6220)
10878
10879 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10880
10881 * isearch.el (isearch-update-post-hook): New hook.
10882 (isearch-update): Use the new hook. (Bug#6225)
10883
10884 2010-05-20 Juri Linkov <juri@jurta.org>
10885
10886 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10887 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10888 (Bug#6222)
10889
10890 2010-05-20 Juri Linkov <juri@jurta.org>
10891
10892 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10893 (Bug#6223)
10894
10895 2010-05-20 Juri Linkov <juri@jurta.org>
10896
10897 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10898 FILE-NAME to read from the minibuffer when called interactively
10899 with prefix argument instead of using buffer-file-name.
10900 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10901
10902 * dired.el: Update autoloads.
10903
10904 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10905
10906 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10907 nxml-finish-element, for consistency with SGML mode.
10908
10909 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10910 octave-close-block.
10911
10912 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10913
10914 * composite.el: Require cl when compiling.
10915 (reference-point-alist, compose-gstring-for-graphic)
10916 (compose-gstring-for-terminal): Fix typos in docstrings.
10917
10918 2010-05-19 Juri Linkov <juri@jurta.org>
10919
10920 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10921 set-window-parameter.
10922
10923 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10924
10925 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10926 where appropriate.
10927 (tramp-maybe-open-connection): Use it.
10928
10929 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10930
10931 * simple.el (move-end-of-line): Make sure we are at line beginning
10932 before backing up to end of previous line.
10933
10934 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10935
10936 * password-cache.el (password-cache-remove): Fix docstring.
10937
10938 * net/secrets.el: Autoload the widget functions.
10939 (secrets-search-items, secrets-create-item)
10940 (secrets-get-attributes, secrets-expand-item): Attributes will be
10941 stored on the password database without leading ":", as all other
10942 clients do as well.
10943 (secrets-mode): Fix docstring.
10944 (secrets-show-secrets): Provide it as autoloaded command only when
10945 D-Bus support is available. Check existence of Secret Service API.
10946
10947 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * indent.el (indent-region): Deactivate region (bug#6200).
10950
10951 2010-05-19 Glenn Morris <rgm@gnu.org>
10952
10953 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10954
10955 2010-05-19 Kenichi Handa <handa@m17n.org>
10956
10957 * composite.el: Register compose-gstring-for-graphic in
10958 composition-function-table only for combining characters (Mn, Mc, Me).
10959
10960 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10961
10962 * calc/calc-trail.el (calc-trail-isearch-forward)
10963 (calc-trail-isearch-backward): Ensure that the new window
10964 point is set correctly.
10965
10966 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * subr.el (read-quoted-char): Resolve modifiers after key
10969 remapping (bug#6212).
10970
10971 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10972
10973 Add visualization code for secrets.
10974 * net/secrets.el (secrets-mode): New major mode.
10975 (secrets-show-secrets, secrets-show-collections)
10976 (secrets-expand-collection, secrets-expand-item)
10977 (secrets-tree-widget-after-toggle-function)
10978 (secrets-tree-widget-show-password): New defuns.
10979
10980 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10983 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10984 handled in smie-next-sexp.
10985 (smie-indent-calculate): Provide a starting indentation (so the
10986 recursion is well-founded ;-).
10987
10988 Fix handling of non-associative equal levels.
10989 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10990 when it's not needed.
10991 (smie-op-left, smie-op-right): New functions.
10992 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10993 Better handle equal levels to distinguish the associative case from
10994 the "multi-keyword construct" case.
10995 (smie-backward-sexp, smie-forward-sexp): Use it.
10996
10997 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10998
10999 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11000
11001 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11002 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11003
11004 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 Provide a simple generic indentation engine and use it for Prolog.
11007 * emacs-lisp/smie.el: New file.
11008 * progmodes/prolog.el (prolog-smie-op-levels)
11009 (prolog-smie-indent-rules): New var.
11010 (prolog-mode-variables): Use them to configure SMIE.
11011 (prolog-indent-line, prolog-indent-level): Remove.
11012
11013 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11014
11015 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
11016 order before computing the averages.
11017
11018 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11019
11020 * calc/calc-vec.el (calc-histogram):
11021 (calcFunc-histogram): Allow vectors as inputs.
11022 (math-vector-avg): New function.
11023
11024 * calc/calc-ext.el (math-group-float): Have the number of digits
11025 being grouped depend on the radix (Bug#6189).
11026
11027 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
11028
11029 * version.el (emacs-copyright, emacs-version): Don't define here,
11030 now that emacs.c defines it.
11031
11032 2010-05-15 Eli Zaretskii <eliz@gnu.org>
11033
11034 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11035 "Describe Language Environment" menu item.
11036
11037 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11038
11039 Bidi-sensitive movement with arrow keys.
11040 * subr.el (right-arrow-command, left-arrow-command): New functions.
11041
11042 * bindings.el (global-map): Bind them to right and left arrow keys.
11043
11044 Don't override standard definition of convert-standard-filename.
11045 * files.el (convert-standard-filename):
11046 Call w32-convert-standard-filename and dos-convert-standard-filename on
11047 the corresponding systems.
11048
11049 * w32-fns.el (w32-convert-standard-filename): Rename from
11050 convert-standard-filename. Doc fix.
11051
11052 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11053 (convert-standard-filename): Don't defalias.
11054 (register-name-alist, make-register, register-value)
11055 (set-register-value, intdos): Obsolete aliases for the
11056 corresponding dos-* functions and variables.
11057 (dos-intdos): Add a doc string.
11058
11059 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11060
11061 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11062 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11063 (math-compose-tex-func):
11064 * calc/calccomp.el (math-compose-expr):
11065 * calc/calc-ext.el (math-format-flat-expr-fancy):
11066 * calc/calc-store.el (calc-read-var-name):
11067 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11068
11069 * calc/calc.el (var-π, var-φ, var-γ): New variables.
11070 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
11071 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
11072 (math-standard-units): Add units.
11073
11074 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * progmodes/asm-mode.el (asm-mode):
11077 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11078
11079 * pcomplete.el (pcomplete-completions-at-point): New function,
11080 extracted from pcomplete-std-complete.
11081 (pcomplete-std-complete): Use it.
11082
11083 2010-05-15 Glenn Morris <rgm@gnu.org>
11084
11085 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11086 Remove references to CVS, RCS and Old directories.
11087
11088 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11089
11090 * calc/calc-bin.el (math-format-twos-complement): Group digits when
11091 appropriate.
11092
11093 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11096 (sh-mode-syntax-table): Give it a default value instead.
11097 (sh-header-marker): Make buffer-local.
11098 (sh-mode): Move make-local-variable to the corresponding setq.
11099 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11100 Use complete-with-action.
11101
11102 * simple.el (prog-mode): New (abstract) major mode.
11103 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11104 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11105
11106 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
11107
11108 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11109 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11110 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11111 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11112 (sql-escape-newlines-filter, sql-input-sender)
11113 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11114
11115 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
11116
11117 Add TeX open-block and close-block keybindings to SGML, and vice versa.
11118
11119 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11120 latex-open-block and C-c / to latex-close-block.
11121
11122 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11123 and C-c C-e to sgml-close-tag.
11124
11125 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
11126
11127 * net/tramp.el (with-progress-reporter): Create reporter object
11128 only when the message would be displayed. Handle nested calls.
11129 (tramp-handle-load, tramp-handle-file-local-copy)
11130 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11131 (tramp-maybe-send-script, tramp-find-shell):
11132 Use `with-progress-reporter'.
11133 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11134 Fix message text.
11135
11136 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11137 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11138 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11139 Use `with-progress-reporter'.
11140
11141 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11142
11143 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11144 process everytime when spellchecking from the minibuffer (bug#6143).
11145
11146 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11149
11150 * dos-fns.el: Add "dos-" prefix for namespace control.
11151 (convert-standard-filename): Define as alias for
11152 dos-convert-standard-filename but only if applicable.
11153
11154 2010-05-12 Alan Mackenzie <acm@muc.de>
11155
11156 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11157 Push the mark at the start of these functions when appropriate.
11158
11159 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * minibuffer.el (completion-cycle-threshold): New custom var.
11162 (completion--do-completion): Use it.
11163 (minibuffer-complete): Use cycling if appropriate.
11164
11165 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
11166
11167 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11168 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11169
11170 2010-05-11 Juri Linkov <juri@jurta.org>
11171
11172 * scroll-all.el (scroll-all-check-to-scroll):
11173 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11174
11175 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * iimage.el (iimage-mode-map): Move initialization into declaration.
11178 (iimage-mode-buffer): Use with-silent-modifications.
11179 Simplify calling convention. Adjust callers.
11180 (iimage-mode): Don't run hook redundantly.
11181
11182 * minibuffer.el (completion-pcm--pattern->regex):
11183 Fix last change (bug#6160).
11184
11185 2010-05-10 Juri Linkov <juri@jurta.org>
11186
11187 Remove nodes visited during Isearch from the Info history.
11188 * info.el (Info-isearch-initial-history)
11189 (Info-isearch-initial-history-list): New variables.
11190 (Info-isearch-start): Record initial values of
11191 Info-isearch-initial-history and Info-isearch-initial-history-list.
11192 Add Info-isearch-end to isearch-mode-end-hook.
11193 (Info-isearch-end): New function.
11194
11195 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
11196
11197 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
11198 format string, in order to work around a bug in pdksh.
11199 Reported by Gilles Pion <gpion@lfdj.com>.
11200 (tramp-handle-verify-visited-file-modtime): Do not send a command
11201 when the connection is not established.
11202 (tramp-handle-set-file-times): Simplify the check for utc.
11203
11204 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
11205
11206 Fix use of `filter-buffer-substring' (rework previous change).
11207 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11208 (cua-repeat-replace-region):
11209 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11210 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11211 (cua-cut-region-to-global-mark): Use it.
11212
11213 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11214
11215 * progmodes/sql.el: Version 2.1.
11216 (sql-product-alist): Redesign structure of product info.
11217 (sql-product, sql-user, sql-server, sql-database): Safe variables.
11218 (sql-port, sql-port-history): New variables.
11219 (sql-interactive-product): New variable.
11220 (sql-send-terminator): New variable.
11221 (sql-imenu-generic-expression): Add "Types" imenu entry.
11222 (sql-oracle-login-params, sql-sqlite-login-params)
11223 (sql-mysql-login-params, sql-solid-login-params)
11224 (sql-sybase-login-params, sql-informix-login-params)
11225 (sql-ingres-login-params, sql-ms-login-params)
11226 (sql-postgres-login-params, sql-interbase-login-params)
11227 (sql-db2-login-params, sql-linter-login-params)
11228 (sql-oracle-scan-on): New variables.
11229 (sql-mode-map): Add C-c C-i to start interactive mode.
11230 (sql-mode-menu): Update existing menu entries.
11231 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
11232 (sql-mode-oracle-font-lock-keywords)
11233 (sql-mode-postgres-font-lock-keywords)
11234 (sql-mode-ms-font-lock-keywords)
11235 (sql-mode-sybase-font-lock-keywords)
11236 (sql-mode-informix-font-lock-keywords)
11237 (sql-mode-interbase-font-lock-keywords)
11238 (sql-mode-ingres-font-lock-keywords)
11239 (sql-mode-solid-font-lock-keywords)
11240 (sql-mode-mysql-font-lock-keywords)
11241 (sql-mode-sqlite-font-lock-keywords)
11242 (sql-mode-db2-font-lock-keywords)
11243 (sql-mode-linter-font-lock-keywords): Update initialization to
11244 reduce run-time complexity.
11245 (sql-add-product, sql-del-product): New functions.
11246 (sql-set-product-feature, sql-get-product-feature): New functions.
11247 (sql-product-font-lock): Update product API.
11248 (sql-add-product-keywords): New function.
11249 (sql-highlight-product): Update product API.
11250 (sql-help-list-products): New function.
11251 (sql-help): Dynamically lists free and non-free products.
11252 (sql-get-login): Correct bug in handling history and added
11253 prompt for port.
11254 (sql-copy-column): Copy without properties.
11255 (sqli-input-sender): Apply filters to SQLi input.
11256 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11257 Implement as a filter.
11258 (sql-escape-newlines-filter): Implement as a filter.
11259 (sql-remove-tabs-filter): New function.
11260 (sql-send-magic-terminator): New function.
11261 (sql-send-string): Implement magic terminator.
11262 (sql-send-region): Use `sql-send-string'.
11263 (sql-interactive-mode): Use product API.
11264 (sql-product-interactive): Use product API.
11265 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11266 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11267 (sql-db2, sql-linter): Use `sql-product-interactive'.
11268 (sql-connect): New function.
11269 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11270 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11271 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
11272 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11273 Use `sql-connect'.
11274
11275 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11278 New custom variable.
11279 (completion-pcm--string->pattern): Use it.
11280 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11281 Make it handle any symbol as `any'.
11282 (completion-pcm--merge-completions): Extract common suffix for the new
11283 `prefix' symbol as well.
11284 (completion-substring--all-completions): Use the new `prefix' symbol.
11285
11286 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
11287
11288 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11289 not bound.
11290 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11291 (tramp-compat-funcall): New defmacro.
11292 (tramp-compat-line-beginning-position)
11293 (tramp-compat-line-end-position)
11294 (tramp-compat-temporary-file-directory)
11295 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11296 (tramp-compat-copy-file, tramp-compat-copy-directory)
11297 (tramp-compat-delete-file, tramp-compat-delete-directory)
11298 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11299 * net/tramp.el (top, with-progress-reporter)
11300 (tramp-rfn-eshadow-setup-minibuffer)
11301 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11302 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11303 (tramp-completion-mode-p, tramp-check-for-regexp)
11304 (tramp-open-connection-setup-interactive-shell)
11305 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11306 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11307 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11308 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11309 (tramp-reporter-dump-variable, tramp-load-report-modules)
11310 (tramp-append-tramp-buffers)
11311 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11312
11313 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11314
11315 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11318 buffer-modtime. Adjust users.
11319
11320 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11321
11322 * international/mule.el (auto-coding-alist): Only purecopy
11323 car of each item, not the whole list (Bug#6083).
11324
11325 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11326
11327 * progmodes/js.el (js-mode): Make paragraph variables local before
11328 calling c-setup-paragraph-variables (Bug#6071).
11329
11330 2010-05-08 Eli Zaretskii <eliz@gnu.org>
11331
11332 * composite.el (compose-region, reference-point-alist): Fix typos
11333 in the doc strings.
11334
11335 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11336
11337 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11338 gnuplot's "set" command.
11339
11340 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11341
11342 * abbrev.el (last-abbrev-text): Doc fix.
11343 (abbrev-prefix-mark): Don't escape parenthesis.
11344
11345 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
11346
11347 * composite.el (find-composition): Doc fix.
11348
11349 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11350
11351 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11352 (sql-oracle-program, sql-sqlite-options)
11353 (sql-query-placeholders-and-send): Doc fixes.
11354 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11355 (sql-imenu-generic-expression, sql-buffer)
11356 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11357 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11358 (sql-mode-sybase-font-lock-keywords)
11359 (sql-mode-informix-font-lock-keywords)
11360 (sql-mode-interbase-font-lock-keywords)
11361 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11362 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11363 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11364 (sql-product-feature, sql-highlight-product)
11365 (comint-line-beginning-position, sql-rename-buffer)
11366 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11367 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
11368 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11369 Fix typos in docstrings.
11370
11371 2010-05-08 Juri Linkov <juri@jurta.org>
11372
11373 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11374 property instead of `invisible' and `after-string' (bug#5998).
11375
11376 2010-05-08 Juri Linkov <juri@jurta.org>
11377
11378 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11379
11380 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11381
11382 * filecache.el (file-cache-add-directory-list)
11383 (file-cache-add-directory-recursively): Fix typos in docstrings.
11384
11385 2010-05-08 Kenichi Handa <handa@m17n.org>
11386
11387 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
11388 (gujarati-composable-pattern): Fix typo.
11389
11390 2010-05-08 Kenichi Handa <handa@m17n.org>
11391
11392 * language/indian.el (oriya-composable-pattern)
11393 (tamil-composable-pattern, malayalam-composable-pattern):
11394 Add two-part vowels to "v" (vowel sign).
11395
11396 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11397
11398 * files.el (copy-directory): Handle symlinks (Bug#5982).
11399
11400 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11401
11402 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11403 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11404 (Bug#5846).
11405
11406 2010-05-08 Glenn Morris <rgm@gnu.org>
11407
11408 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11409
11410 * minibuffer.el (completion-at-point): Doc fix.
11411
11412 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * electric.el (Electric-command-loop): Minor tweak.
11415
11416 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11417 better with dedicated windows.
11418
11419 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
11420
11421 * Version 23.2 released.
11422
11423 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
11424 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 Highlight vendor specific properties.
11427 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11428 (css-proprietary-property): New face.
11429 (css-font-lock-keywords): Use them.
11430
11431 2010-05-07 Eli Zaretskii <eliz@gnu.org>
11432
11433 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11434
11435 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11438 * files.el (auto-mode-alist): Remove redundant entries.
11439
11440 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11441 * simple.el (auto-save-mode): Move from files.el.
11442 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11443
11444 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11445
11446 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
11447
11448 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11449
11450 * mail/binhex.el (binhex-decode-region-internal)
11451 * mail/uudecode.el (uudecode-decode-region-internal)
11452 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11453 (dns-read-type, dns-query)
11454 * pgg-parse.el (pgg-parse-armor)
11455 * pgg.el (pgg-verify-region)
11456 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11457 XEmacs.
11458
11459 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
11460
11461 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
11462
11463 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11464
11465 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11466 * emulation/cua-base.el (cua-repeat-replace-region):
11467 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11468 (cua-cut-region-to-global-mark):
11469 Remove text properties with `set-text-properties'.
11470
11471 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
11472
11473 * net/tramp.el (top, with-progress-reporter):
11474 Use `symbol-function' inside `funcall'.
11475
11476 * net/tramp-compat.el (tramp-compat-file-attributes)
11477 (tramp-compat-delete-file, tramp-compat-delete-directory):
11478 Handle only `wrong-number-of-arguments' error.
11479
11480 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11481 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11482 inside `funcall'.
11483
11484 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * minibuffer.el (completion--sreverse, completion--common-suffix):
11487 New functions.
11488 (completion-pcm--merge-completions): Extract common suffix when safe.
11489
11490 * emacs-lisp/easy-mmode.el (define-minor-mode):
11491 Make :variable more flexible.
11492 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11493
11494 2010-05-05 Juri Linkov <juri@jurta.org>
11495
11496 Add `slow' and `history' tags to the desktop data.
11497
11498 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11499 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11500 (Info-finder-find-node): Require `finder.el' to be able
11501 to restore node from the desktop.
11502 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11503 data `Info-history' and `slow' tag in the assoc list.
11504 (Info-restore-desktop-buffer): Don't restore nodes with the
11505 `slow' tag. Restore `Info-history'.
11506
11507 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11508
11509 Add FORCE argument to `delete-file'.
11510
11511 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11512 forcing to delete the temporary file.
11513 (ange-ftp-delete-file): Add FORCE arg.
11514 (ange-ftp-rename-remote-to-remote)
11515 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11516 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11517 Force file deletion.
11518
11519 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11520
11521 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11522 (tramp-handle-make-symbolic-link, tramp-handle-load)
11523 (tramp-do-copy-or-rename-file-via-buffer)
11524 (tramp-do-copy-or-rename-file-directly)
11525 (tramp-do-copy-or-rename-file-out-of-band)
11526 (tramp-handle-process-file, tramp-handle-call-process-region)
11527 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11528 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11529 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11530
11531 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11532 (tramp-fish-handle-make-symbolic-link)
11533 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11534
11535 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11536 Use `tramp-compat-delete-file'.
11537
11538 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11539 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11540
11541 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11542 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11543
11544 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11545 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11546 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11547 Use `tramp-compat-delete-file'.
11548
11549 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 Minor cleanups.
11552 * subr.el (add-minor-mode): Use push.
11553 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11554 * emulation/edt.el (edt-select-mode): Simplify.
11555
11556 Use define-minor-mode in more cases.
11557 * term/tvi970.el (tvi970-set-keypad-mode):
11558 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11559 (normal-erase-is-backspace-mode):
11560 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11561 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11562 (get-scroll-bar-mode): New function.
11563 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11564
11565 Use define-minor-mode for less obvious cases.
11566 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11567 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11568 * international/iso-ascii.el (iso-ascii-mode):
11569 * frame.el (auto-raise-mode, auto-lower-mode):
11570 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11571
11572 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11573
11574 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11575 in order to see error messages for failed logins.
11576
11577 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * diff.el (diff-sentinel):
11580
11581 * epg.el (epg--make-temp-file, epg-decrypt-string)
11582 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11583
11584 * jka-compr.el (jka-compr-partial-uncompress)
11585 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11586
11587 * server.el (server-sentinel): Use delete-file's new FORCE arg
11588 (Bug#6070).
11589
11590 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 Use define-minor-mode where applicable.
11593 * view.el (view-mode):
11594 * type-break.el (type-break-query-mode)
11595 (type-break-mode-line-message-mode):
11596 * textmodes/reftex.el (reftex-mode):
11597 * term/vt100.el (vt100-wide-mode):
11598 * tar-mode.el (tar-subfile-mode):
11599 * savehist.el (savehist-mode):
11600 * ibuf-ext.el (ibuffer-auto-mode):
11601 * composite.el (auto-composition-mode):
11602 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11603 Use define-minor-mode.
11604 (vhdl-mode): Use static mode-line format.
11605 (vhdl-mode-line-update): Delete.
11606 (vhdl-create-mode-menu, vhdl-activate-customizations)
11607 (vhdl-hs-minor-mode): Don't bother calling it.
11608
11609 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11610
11611 * simple.el (with-wrapper-hook): Move.
11612 (buffer-substring-filters): Mark obsolete.
11613 (filter-buffer-substring-functions): New variable.
11614 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11615
11616 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11617 Michael Albinus <michael.albinus@gmx.de>
11618
11619 Implement compression for inline methods.
11620
11621 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11622 (tramp-copy-size-limit): Allow also nil.
11623 (tramp-inline-compress-commands): New defconst.
11624 (tramp-find-inline-compress, tramp-get-inline-compress)
11625 (tramp-get-inline-coding): New defuns.
11626 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11627 replaced by `tramp-get-inline-coding'.
11628 (tramp-handle-file-local-copy, tramp-handle-write-region)
11629 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11630
11631 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11632
11633 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11634 Remove unused functions.
11635
11636 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11637 Set find-tag-default-function as a variable rather than a property.
11638
11639 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11640 * progmodes/etags.el (tags-completion-at-point-function):
11641 Remove left over interactive spec. Add autoloading stub.
11642 (complete-tag): Use tags-completion-at-point-function.
11643
11644 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11645
11646 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11647
11648 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11649
11650 * ido.el (ido-init-completion-maps): Remove C-v binding.
11651 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11652
11653 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11654
11655 * minibuffer.el (tags-completion-at-point-function): New function.
11656 (completion-at-point-functions): Use it.
11657
11658 * progmodes/etags.el (complete-tag): Revert last change.
11659
11660 2010-04-29 Alan Mackenzie <acm@muc.de>
11661
11662 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11663 off-by-one error (in end of macro position).
11664
11665 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11668 firefox is absent. Don't autoload.
11669 (browse-url-galeon-program): Don't autoload.
11670
11671 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11672
11673 * bindings.el (complete-symbol): Move into minibuffer.el.
11674
11675 * minibuffer.el (complete-tag): Move from etags.el. If tags
11676 completion cannot be performed, return nil instead of signalling
11677 an error.
11678 (completion-at-point): Make it an alias for complete-symbol.
11679 (complete-symbol): Move from bindings.el, and replace with the
11680 body of completion-at-point.
11681
11682 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11683
11684 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11685
11686 * net/tramp.el (tramp-remote-selinux-p): New defun.
11687 (tramp-handle-file-selinux-context)
11688 (tramp-handle-set-file-selinux-context): Use it.
11689
11690 2010-04-28 Sam Steingold <sds@gnu.org>
11691
11692 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11693 `safe-local-variable' if the value is a string or a symbol with
11694 the property `bug-reference-url-format'.
11695
11696 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11697
11698 * progmodes/bug-reference.el (bug-reference-url-format):
11699 Revert 2010-04-27 change due to security risk.
11700
11701 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 Make it possible to locally disable a globally enabled mode.
11704 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11705 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11706 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11707 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11708 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11709 that subsequent hooks get a chance to disable it.
11710
11711 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11712
11713 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11714 Avoid re-enabling a minor mode after the user turned the minor mode
11715 off if MODE-enable-in-buffers is run twice (typically once from
11716 fundamental-mode's after-change-major-mode-hook and a second time from
11717 run-mode-hook's own after-change-major-mode-hook).
11718
11719 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11720
11721 2010-04-27 Sam Steingold <sds@gnu.org>
11722
11723 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11724 `safe-local-variable' if the value is a string or a function, as
11725 documented and implemented on 2010-04-02.
11726
11727 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11728
11729 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11730 when method is 'kill.
11731
11732 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11733
11734 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11735 condition in default directory check.
11736 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11737 Kill ispell process when killing its associated buffer.
11738
11739 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11740
11741 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11742 but we aren't using it.
11743
11744 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11745
11746 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11747 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11748
11749 2010-04-24 Glenn Morris <rgm@gnu.org>
11750
11751 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11752 Ignore VCS-ignore files, and deleted nextstep preferences files.
11753 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11754 (authors-ambiguous-files): New list.
11755 (authors-valid-file-names): Add some deleted files.
11756 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11757 (authors-disambiguate-file-name): New function. (Bug#5501)
11758 (authors-canonical-file-name): Doc fix.
11759 Don't warn about obsolete files.
11760 (authors-canonical-file-name, authors-scan-el):
11761 Use authors-disambiguate-file-name.
11762
11763 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11764 Add autoload cookies.
11765 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11766 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11767 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11768 They have definitions / compiler macros in cl.el.
11769 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11770 Replace manual autoloads with generated ones.
11771 (htmlfontify-unload-rgb-file): Remove autoload.
11772 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11773
11774 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11775
11776 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11777 (byte-compile-setq-default): Optimize for the
11778 single-var case and don't call byte-compile-form in this case to avoid
11779 inf-loop with byte-compile-set-default.
11780
11781 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11782
11783 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11784
11785 Implement SELINUX backends.
11786
11787 * net/tramp.el (tramp-file-name-handler-alist):
11788 Add `file-selinux-context' and `set-file-selinux-context'.
11789 (tramp-handle-file-selinux-context)
11790 (tramp-handle-set-file-selinux-context): New defuns.
11791 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11792 Handle PRESERVE-SELINUX-CONTEXT.
11793
11794 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11795 Add `file-selinux-context' and `set-file-selinux-context'.
11796 (tramp-gvfs-handle-file-selinux-context)
11797 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11798 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11799
11800 * net/ange-ftp.el (ange-ftp-copy-file):
11801 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11802 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11803 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11804 Add PRESERVE-SELINUX-CONTEXT.
11805
11806 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11807
11808 Synchronize with Tramp repository.
11809
11810 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11811 (tramp-action-process-alive, tramp-action-out-of-band)
11812 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11813 (tramp-exists-file-name-handler): Fix docstring.
11814 (with-progress-reporter): New defmacro.
11815 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11816 (tramp-maybe-open-connection): Use it.
11817
11818 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11819
11820 Detect ssh 'ControlMaster' argument automatically in some cases.
11821
11822 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11823 (tramp-default-method): Use it.
11824
11825 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11826
11827 * net/tramp.el (tramp-handle-copy-file): Add new optional
11828 parameter `preserve-selinux-context'.
11829 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11830
11831 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11832
11833 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11834 Ensure, that non remote files are still checked. Oops.
11835
11836 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11837
11838 Fix Bug#5840.
11839
11840 * icomplete.el (icomplete-completions): Use `non-essential'.
11841
11842 * net/tramp.el (tramp-connectable-p): New defun.
11843 (tramp-handle-expand-file-name)
11844 (tramp-completion-handle-file-name-all-completions)
11845 (tramp-completion-handle-file-name-completion): Use it.
11846
11847 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11848
11849 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11850
11851 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11852
11853 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11854
11855 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11856
11857 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11858 is present.
11859
11860 * info.el (info-tool-bar-map): Add labels.
11861
11862 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11863
11864 * cus-edit.el (custom-commands): Add labels for tool bar.
11865 (custom-buffer-create-internal, Custom-mode): Adjust for
11866 labels in custom-commands.
11867
11868 * dynamic-setting.el: Renamed from font-setting.el.
11869
11870 2010-04-21 John Wiegley <jwiegley@gmail.com>
11871
11872 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11873 toggles the use of virtual buffers.
11874 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11875 (ido-toggle-virtual-buffers): New function.
11876
11877 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11878
11879 Use `define-derived-mode'; fix window selection; doc fixes.
11880 * play/tetris.el (tetris, tetris-update-speed-function)
11881 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11882 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11883 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11884 (tetris-pause-game): Fix typos in docstrings.
11885 (tetris-mode-map, tetris-null-map):
11886 Move initialization into declaration.
11887 (tetris-mode): Define with `define-derived-mode';
11888 set show-trailing-whitespace to nil.
11889 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11890
11891 2010-04-21 Karel Klíč <kklic@redhat.com>
11892
11893 * files.el (backup-buffer): Handle SELinux context, and return it
11894 if a backup was made by renaming.
11895 (backup-buffer-copy): Set SELinux context to the target file.
11896 (basic-save-buffer): Set SELinux context of the newly written file.
11897 (basic-save-buffer-1): Now it also returns any SELinux context.
11898 (basic-save-buffer-2): Set SELinux context of the newly created file,
11899 and return it.
11900 * net/tramp.el (tramp-file-name-for-operation):
11901 Add file-selinux-context.
11902
11903 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11904
11905 Make the log-edit comments use RFC822 format throughout.
11906
11907 * vc.el (vc-checkin, vc-modify-change-comment):
11908 Adjust to new vc-start/finish-logentry.
11909 (vc-find-conflicted-file): New command.
11910 (vc-transfer-file): Adjust to new vc-checkin.
11911 (vc-next-action): Improve scoping.
11912
11913 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11914 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11915
11916 * vc-git.el (vc-git-log-edit-mode): Remove.
11917 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11918 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11919
11920 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11921 (vc-start-logentry): Remove argument `extra'.
11922 (vc-finish-logentry): Remove extra args.
11923
11924 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11925 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11926 (vc-bzr-conflicted-files): New function.
11927
11928 * log-edit.el (log-edit-extra-flags)
11929 (log-edit-before-checkin-process): Remove.
11930 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11931 (log-edit-headers-alist): New var.
11932 (log-edit-header-contents-regexp): New const.
11933 (log-edit-match-to-eoh): New function.
11934 (log-edit-font-lock-keywords): Use them.
11935 (log-edit): Insert a "Summary:" header as default.
11936 (log-edit-mode): Mark font-lock rules as case-insensitive.
11937 (log-edit-done): Cleanup headers.
11938 (log-view-process-buffer): Remove.
11939 (log-edit-extract-headers): New function to replace it.
11940
11941 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11942
11943 * subr.el (default-direction-reversed): Remove obsolescence info.
11944
11945 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11948 windows/frames.
11949
11950 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11951 I.e. include text after point in the completion region.
11952 Also, return nil when we're not after/in a symbol.
11953
11954 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11955 default enable-multibyte-characters.
11956
11957 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * international/mule.el: Help the user choose a valid coding-system.
11960 (read-buffer-file-coding-system): New function.
11961 (set-buffer-file-coding-system): Use it. Prompt the user if the
11962 coding-system cannot encode all the chars.
11963
11964 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11965 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11966 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11967 Don't use *vc-bzr-shelve*.
11968
11969 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11970
11971 Fix the version number for added files.
11972 * vc-hg.el (vc-hg-working-revision): Check if the file is
11973 registered after hg parent fails (Bug#5961).
11974
11975 2010-04-19 Glenn Morris <rgm@gnu.org>
11976
11977 * htmlfontify.el (htmlfontify-buffer)
11978 (htmlfontify-copy-and-link-dir): Autoload entry points.
11979
11980 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11981
11982 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11983 name relative to the project root (Bug#5960).
11984
11985 2010-04-19 Glenn Morris <rgm@gnu.org>
11986
11987 * vc-git.el (vc-git-print-log): Doc fix.
11988
11989 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11990
11991 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11992
11993 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11994
11995 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11996 default settings (Bug#5928).
11997
11998 2010-04-19 Glenn Morris <rgm@gnu.org>
11999
12000 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12001 New function.
12002 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
12003
12004 2010-04-19 Kenichi Handa <handa@m17n.org>
12005
12006 * language/indian.el (malayalam-composable-pattern): Fix previous
12007 change (add U+0D4D "SIGN VIRAMA").
12008 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12009 (tamil-composable-pattern): Fix typo in the regexp.
12010 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12011 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12012 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12013
12014 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12015
12016 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12017 paragraph-separate (Bug#5821).
12018
12019 2010-04-19 Juri Linkov <juri@jurta.org>
12020
12021 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12022
12023 * info.el (Info-find-node-2): Comment out code that skips
12024 breadcrumbs line.
12025 (Info-mouse-follow-link): New command.
12026 (Info-link-keymap): New keymap.
12027 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12028 Return a string with links instead of inserting breadcrumbs
12029 to the Info buffer.
12030 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12031 Instead of putting the `invisible' text property over the Info
12032 header, make an overlay over the Info header with the `invisible'
12033 property and `after-string' set to the string returned by
12034 `Info-breadcrumbs'.
12035
12036 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12037
12038 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12039 Reported by monkey@sandpframing.com.
12040
12041 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12044 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12045 available in the "keyseq cache" any more.
12046
12047 * custom.el (defcustom): Add edebug spec.
12048
12049 2010-04-18 Juri Linkov <juri@jurta.org>
12050
12051 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12052
12053 * view.el (view-file, view-buffer): Move test for special mode-class
12054 from view-file to view-buffer.
12055
12056 * tar-mode.el (tar-extract): Turn if's into one cond
12057 like in arc-mode.el.
12058
12059 2010-04-18 Juri Linkov <juri@jurta.org>
12060
12061 Add 7z archive format support (bug#5475).
12062
12063 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12064 (archive-7z-extract): New defcustom.
12065 (archive-find-type): Add magic string for 7z.
12066 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12067 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12068 `buffer' arg of `call-process'.
12069 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12070 call the function `archive-7z-extract' with the variable
12071 `archive-7z-extract' let-bound to `archive-zip-extract'.
12072 (archive-7z-summarize, archive-7z-extract): New functions.
12073
12074 * international/mule.el (auto-coding-alist):
12075 * files.el (auto-mode-alist): Add 7z file extension.
12076
12077 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * loadup.el: Setup hash-cons for pure data.
12080
12081 Fix duplicate entries in cedet's loaddefs.el files.
12082 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12083 Should make most file-local generated-autoload-file unnecessary.
12084 (print-readably): Silence warnings.
12085 (autoload-find-destination): Take load-name as an arg to make sure
12086 it's the same as the one that will be in the file.
12087 (autoload-generate-file-autoloads): Adjust to above changes.
12088 Try to make the dataflow a bit simpler.
12089
12090 * cvs-status.el (cvs-refontify): Remove unused.
12091
12092 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12093
12094 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
12095
12096 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
12097 twos-complement mode.
12098
12099 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12100
12101 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12102 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
12103 (calc-inverse): Add "Option" to message, as appropriate.
12104 (calc-hyperbolic): Add "Option" to message, as appropriate.
12105 (calc-option, calc-is-option): New functions.
12106
12107 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
12108 (calc-option-prefix-help): New function.
12109
12110 * calc/calc-misc.el (calc-help): Add "Option" entry.
12111
12112 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
12113 (calc-option-flag): New variable.
12114 (calc-do): Set `calc-option-flag to nil.
12115 (calc-set-mode-line): Add "Opt " as appropriate.
12116
12117 2010-04-16 Juri Linkov <juri@jurta.org>
12118
12119 Move scrolling commands from simple.el to window.el
12120 because their primitives are implemented in window.c.
12121
12122 * simple.el (scroll-error-top-bottom)
12123 (scroll-up-command, scroll-down-command, scroll-up-line)
12124 (scroll-down-line, scroll-other-window-down)
12125 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12126 * window.el (scroll-error-top-bottom)
12127 (scroll-up-command, scroll-down-command, scroll-up-line)
12128 (scroll-down-line, scroll-other-window-down)
12129 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12130 Move from simple.el to window.el because their primitives are
12131 implemented in window.c.
12132
12133 2010-04-16 Juri Linkov <juri@jurta.org>
12134
12135 * isearch.el (isearch-lookup-scroll-key): Check both
12136 `isearch-scroll' and `scroll-command' properties.
12137 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12138
12139 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12140
12141 * simple.el (scroll-up-command, scroll-down-command)
12142 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12143
12144 2010-04-15 Juri Linkov <juri@jurta.org>
12145
12146 * simple.el (scroll-up-command, scroll-down-command)
12147 (scroll-up-line, scroll-down-line): Put `scroll-command'
12148 property on the these symbols. Remove them from
12149 `scroll-preserve-screen-position-commands'.
12150
12151 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12152 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12153 Remove it from `scroll-preserve-screen-position-commands'.
12154
12155 * isearch.el (isearch-allow-scroll): Doc fix.
12156
12157 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
12158
12159 * net/tramp.el (tramp-error-with-buffer): Don't show the
12160 connection buffer when we are in completion mode.
12161 (tramp-file-name-handler): Catch the error for some operations
12162 when we are in completion mode. This gives the user the chance to
12163 correct the file name in the minibuffer.
12164
12165 2010-04-15 Glenn Morris <rgm@gnu.org>
12166
12167 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12168
12169 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
12170
12171 Simplify by using `define-derived-mode'.
12172 * info.el (Info-mode):
12173 * calendar/todo-mode.el (todo-mode):
12174 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12175 (gomoku-mode-map): Move initialization into declaration.
12176
12177 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
12178
12179 Fix Bug#5840.
12180 * ido.el (ido-file-name-all-completions-1):
12181 * minibuffer.el (minibuffer-completion-help):
12182 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12183
12184 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12185
12186 * simple.el (non-essential): New var.
12187
12188 Add a new field `location' to bookmarks for non-file bookmarks.
12189 * bookmark.el (bookmark-location): Use the new field, if present.
12190 (bookmark-insert-location): Undo last change, not needed any more.
12191 * man.el (Man-bookmark-make-record):
12192 * woman.el (woman-bookmark-make-record): Add `location' field.
12193
12194 2010-04-14 Juri Linkov <juri@jurta.org>
12195
12196 * simple.el (scroll-error-top-bottom): New defcustom.
12197 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12198
12199 * emulation/pc-select.el (pc-select-override-scroll-error):
12200 Obsolete in favor of `scroll-error-top-bottom'.
12201
12202 2010-04-14 Juri Linkov <juri@jurta.org>
12203
12204 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12205 `scroll-up-command' and `M-v' to `scroll-down-command'.
12206
12207 * emulation/cua-rect.el (cua--init-rectangles):
12208 * forms.el (forms--change-commands):
12209 * image-mode.el (image-mode-map):
12210 Remap scroll-down-command and scroll-up-command
12211 in addition to scroll-down and scroll-up.
12212
12213 2010-04-14 Juri Linkov <juri@jurta.org>
12214
12215 * mwheel.el (scroll-preserve-screen-position-commands):
12216 Add mwheel-scroll to this list of commands.
12217
12218 * simple.el (scroll-preserve-screen-position-commands):
12219 Add scroll-up-command, scroll-down-command, scroll-up-line,
12220 scroll-down-line to this list of commands.
12221
12222 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12223
12224 * obsolete/complete.el: Move from lisp/complete.el.
12225
12226 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12227
12228 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12229 to the minor mode function now turns the mode ON unconditionally.
12230
12231 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * vc-dir.el (vc-dir-kill-line): New command.
12234 (vc-dir-mode-map): Bind it to C-k.
12235
12236 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12237
12238 * woman.el: Add bookmark declarations to silence the compiler.
12239 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12240 step to compatibility between man and woman bookmarks.
12241 Adjust for Man-default-bookmark-title renaming.
12242 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12243
12244 * man.el: Add bookmark declarations to silence the compiler.
12245 (Man-name-local-regexp): Make it match NAME as well.
12246 (Man-getpage-in-background): Return the buffer.
12247 (Man-notify-when-ready): Use `case'.
12248 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12249 Don't hardcode "NAME". Simplify.
12250 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12251 Rename from Man-bookmark-make-record.
12252 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12253 we have the actual man-args. Use Man-getpage-in-background rather
12254 than `man' since the arg is already processed. Let bookmark.el do the
12255 window handling. Only wait for the relevant process.
12256 Don't forget to autoload.
12257
12258 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12259
12260 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12261
12262 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12263 New functions.
12264 (woman-mode): Setup bookmark support.
12265
12266 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12267 (man-bookmark-jump): New functions.
12268 (Man-mode): Setup bookmark support.
12269
12270 2010-04-10 Jari Aalto <jari.aalto@cante.net>
12271
12272 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12273 recognize ssh-keygen prompt (Bug#2817).
12274
12275 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12276
12277 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12278
12279 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12280
12281 Synchronize with Tramp repository.
12282
12283 * net/tramp.el (tramp-completion-function-alist)
12284 (tramp-file-name-regexp, tramp-chunksize)
12285 (tramp-local-coding-commands, tramp-remote-coding-commands):
12286 Fix docstring.
12287 (tramp-remote-process-environment): Use `format' instead of `concat'.
12288 (tramp-handle-directory-files-and-attributes)
12289 (tramp-get-remote-path): Use `copy-tree'.
12290 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12291 compatibility: Use `completion-ignore-case' if
12292 `read-file-name-completion-ignore-case' does not exist.
12293 (tramp-do-copy-or-rename-file-directly): Do not use
12294 `tramp-handle-file-remote-p'.
12295 (tramp-do-copy-or-rename-file-out-of-band):
12296 Use `tramp-compat-delete-directory'.
12297 (tramp-do-copy-or-rename-file-out-of-band)
12298 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12299 Use `format-spec-make'.
12300 (tramp-find-foreign-file-name-handler)
12301 (tramp-advice-make-auto-save-file-name)
12302 (tramp-set-auto-save-file-modes): Remove superfluous check for
12303 `stringp'. This is done inside `tramp-tramp-file-p'.
12304 (tramp-debug-outline-regexp): New defconst.
12305 (tramp-get-debug-buffer): Use it.
12306 (tramp-check-for-regexp): Use (forward-line 1).
12307 (tramp-set-auto-save-file-modes): Adapt version check.
12308
12309 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12310 Wrap call of `featurep' for 2nd argument.
12311 (tramp-compat-make-temp-file): Simplify fallback implementation.
12312 (tramp-compat-copy-tree): Remove function.
12313 (tramp-compat-delete-directory): Provide implementation for older
12314 Emacsen.
12315
12316 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12317 Do not use `tramp-fish-handle-file-attributes.
12318
12319 * net/trampver.el: Update release number.
12320
12321 2010-04-10 Glenn Morris <rgm@gnu.org>
12322
12323 * progmodes/compile.el (compilation-save-buffers-predicate):
12324 Add missing :version tag.
12325
12326 2010-04-09 Sam Steingold <sds@gnu.org>
12327
12328 * progmodes/compile.el (compilation-save-buffers-predicate):
12329 Remove the "autoload" cookie.
12330
12331 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12332 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12333 and `bug-reference-prog-mode' can be used in hooks directly.
12334
12335 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12336
12337 Add --author support to git commit.
12338 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12339 (vc-git-log-edit-mode): New minor mode.
12340 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12341 New declarations.
12342
12343 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12344
12345 * vc-hooks.el, vc-git.el: Improve documentation comments.
12346
12347 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12348
12349 Fix some of the problems in defsubst* (bug#5728).
12350 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12351 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12352
12353 2010-04-07 Sam Steingold <sds@gnu.org>
12354
12355 * progmodes/compile.el (compilation-save-buffers-predicate):
12356 New custom variable.
12357 (compile, recompile): Pass it to `save-some-buffers'.
12358
12359 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12360
12361 * wid-edit.el (widget-choose): Move cursor to the second line of
12362 the buffer (Bug#5695).
12363
12364 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12365
12366 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12367 * vc.el (vc-print-log-setup-buttons): New function split out from
12368 vc-print-log-internal.
12369 (vc-log-internal-common): New function, a parametrized version of
12370 vc-print-log-internal.
12371 (vc-print-log-internal): Just call vc-log-internal-common with the
12372 right arguments.
12373 (vc-incoming-outgoing-internal):
12374 (vc-log-incoming, vc-log-outgoing): New functions.
12375 (vc-log-view-type): New permanent local variable.
12376
12377 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12378
12379 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12380 of the dynamic bound vc-short-log.
12381 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12382
12383 * vc-git.el (vc-git-log-outgoing): New function.
12384 (vc-git-log-view-mode): Use vc-log-view-type instead
12385 of the dynamic bound vc-short-log.
12386
12387 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12388 of the dynamic bound vc-short-log. Highlight the tag.
12389 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12390 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12391 (vc-hg-incoming-mode): Remove.
12392 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12393
12394 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12395
12396 Fix default-directory for vc-root-diff.
12397 * vc.el (vc-root-diff): Bind default-directory to the root
12398 directory for the diff command.
12399
12400 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
12401
12402 * progmodes/verilog-mode.el (verilog-forward-sexp):
12403 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12404 word keywords, suggested by Steve Pearlmutter.
12405 (verilog-pretty-declarations): Support lineup of declarations in
12406 port lists.
12407 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
12408 fix bug for /* / comments.
12409 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
12410 Speed up and simplfy as this is never called with a bound.
12411 (verilog-pretty-declarations): Enhance to line up declarations
12412 inside a parameter list, suggested by Alan Morgan.
12413 (verilog-pretty-expr): Tune assignment regular expression match
12414 string for corner cases; also use markers instead of character
12415 number as indent changes the later.
12416
12417 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12418
12419 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12420 as missing keyword.
12421 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12422 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12423 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12424 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12425 Tennant.
12426 (verilog-keywords):
12427 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12428 1800-2009 keywords, including "global.".
12429
12430 2010-04-06 John Wiegley <jwiegley@gmail.com>
12431
12432 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
12433 appearing in buffer list (if a live buffer name matched a recentf
12434 file basename). Should use uniquify to offer a real solution.
12435
12436 2010-04-06 John Wiegley <jwiegley@gmail.com>
12437
12438 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12439 comment to code, and add a :version tag.
12440 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
12441
12442 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
12443
12444 Enable recentf-mode if using virtual buffers.
12445 * ido.el (recentf-list): Declare for byte-compiler.
12446 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
12447 (ido-make-buffer-list): Simplify.
12448 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12449
12450 2010-04-05 Juri Linkov <juri@jurta.org>
12451
12452 Scrolling commands which scroll a line instead of full screen.
12453 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12454
12455 * simple.el (scroll-up-line, scroll-down-line): New commands.
12456 Put property isearch-scroll=t on them.
12457
12458 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12459 Remove commands.
12460
12461 2010-04-05 Juri Linkov <juri@jurta.org>
12462
12463 Scrolling commands which do not signal errors at top/bottom.
12464 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12465
12466 * simple.el (scroll-up-command, scroll-down-command): New commands.
12467 Put property isearch-scroll=t on them.
12468
12469 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12470 `scroll-down-command' and [next] from `scroll-up' to
12471 `scroll-up-command'.
12472
12473 * emulation/cua-base.el: Put property CUA=move on
12474 `scroll-up-command' and `scroll-down-command'.
12475 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12476 and `scroll-down-command' to `cua-scroll-down'.
12477
12478 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
12479
12480 * help.el (describe-mode): Return nil.
12481
12482 2010-04-04 John Wiegley <jwiegley@gmail.com>
12483
12484 * ido.el (ido-use-virtual-buffers): New variable to indicate
12485 whether "virtual buffer" support is enabled for IDO.
12486 (ido-virtual): Face used to indicate virtual buffers in the list.
12487 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12488 exists, but a virtual buffer of that name does (which would be why
12489 it was in the list), recreate the buffer by reopening the file.
12490 (ido-make-buffer-list): If virtual buffers are being used, call
12491 `ido-add-virtual-buffers-to-list' before the make list hook.
12492 (ido-virtual-buffers): New variable which contains a copy of the
12493 current contents of the `recentf-list', albeit pared down for the
12494 sake of speed, and with proper faces applied.
12495 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12496 create a list of "virtual buffers" to present to the user in
12497 addition to the currently open set. Note that this logic could
12498 get rather slow if that list is too large. With the default
12499 `recentf-max-saved-items' of 200, there is little speed penalty.
12500
12501 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12502
12503 * font-lock.el: Require CL when compiling.
12504 (font-lock-turn-on-thing-lock): Use `case'.
12505
12506 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12507
12508 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12509 Zaretskii.
12510
12511 2010-04-02 Juri Linkov <juri@jurta.org>
12512
12513 * ehelp.el (electric-help-orig-major-mode):
12514 New buffer-local variable.
12515 (electric-help-mode): Set it to original major-mode. Doc fix.
12516 (with-electric-help): Use `electric-help-orig-major-mode' instead
12517 of (default-value 'major-mode). Doc fix.
12518 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12519
12520 2010-04-02 Sam Steingold <sds@gnu.org>
12521
12522 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12523 `vc-hg-command' with a list of flags.
12524
12525 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12526 Also accept "patch" and "RFE".
12527 (bug-reference-fontify): `bug-reference-url-format' can also be a
12528 function to be able to handle the bug kind.
12529 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12530
12531 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12532
12533 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12534 value to fboundp, it may not be a symbol.
12535
12536 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12537
12538 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12539
12540 2010-03-31 Juri Linkov <juri@jurta.org>
12541
12542 * simple.el (next-line, previous-line): Re-throw a signal
12543 with `signal' instead of using `ding'.
12544 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12545
12546 2010-03-31 Juri Linkov <juri@jurta.org>
12547
12548 * simple.el (keyboard-escape-quit): Raise deselecting the active
12549 region higher than exiting the minibuffer.
12550 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12551
12552 2010-03-31 Juri Linkov <juri@jurta.org>
12553
12554 * image.el (image-animated-p): Use `image-metadata' instead of
12555 `image-extension-data'. Get GIF extenstion data from metadata
12556 property `extension-data'.
12557
12558 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12559
12560 * simple.el (append-to-buffer): Simplify.
12561
12562 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12563
12564 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12565 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12566
12567 2010-03-31 Kenichi Handa <handa@m17n.org>
12568
12569 * language/sinhala.el (composition-function-table): Fix regexp for
12570 the new Unicode specification.
12571
12572 * language/indian.el (devanagari-composable-pattern)
12573 (tamil-composable-pattern, kannada-composable-pattern)
12574 (malayalam-composable-pattern): Adjust for the new Unicode
12575 specification.
12576 (bengali-composable-pattern, gurmukhi-composable-pattern)
12577 (gujarati-composable-pattern, oriya-composable-pattern)
12578 (telugu-composable-pattern): New variables to cope with the new
12579 Unicode specification. Use them in composition-function-table.
12580
12581 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 Make tmm-menubar work for the Buffers menu again (bug#5726).
12584 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12585 vectors rather than cons cells, as used in menu-bar-update-buffers.
12586
12587 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12588
12589 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12590 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12591 electric punctuation for "{}();,:" (Bug#5586).
12592
12593 * mail/sendmail.el (mail-default-directory): Doc fix.
12594
12595 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12596
12597 * mail/sendmail.el (mail-default-directory): Doc fix.
12598
12599 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12600
12601 * subr.el (version-regexp-alist, version-to-list)
12602 (version-list-<, version-list-=, version-list-<=)
12603 (version-list-not-zero, version<, version<=, version=): Doc fix.
12604 (Bug#5744).
12605
12606 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12607
12608 * vc.el (vc-root-diff): Doc fix.
12609
12610 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12611
12612 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12613
12614 * simple.el (append-to-buffer): Fix last change.
12615
12616 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12617
12618 * simple.el (append-to-buffer): Ensure that point is preserved if
12619 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12620 (Bug#5749)
12621
12622 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12623
12624 * files.el (auto-mode-case-fold): Change default to t.
12625
12626 2010-03-30 Juri Linkov <juri@jurta.org>
12627
12628 * dired-x.el (dired-omit-mode): Doc fix.
12629
12630 2010-03-30 Juri Linkov <juri@jurta.org>
12631
12632 * replace.el (occur-accumulate-lines): Move occur-engine related
12633 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12634 to be located after `occur-engine'.
12635
12636 2010-03-30 Juri Linkov <juri@jurta.org>
12637
12638 Make occur handle multi-line matches cleanly with context.
12639 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12640
12641 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12642 (occur-engine): Add local variables `ret', `prev-after-lines',
12643 `prev-lines'. Use more arguments for `occur-context-lines'.
12644 Set first elem of its returned list to `data', and the second elem
12645 to `prev-after-lines'. Don't print the separator line.
12646 In the end, print remaining context after-lines.
12647 (occur-context-lines): Add new arguments `begpt', `endpt',
12648 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12649 after-lines of the previous match with before-lines of the
12650 current match and not overlap them. Return a list with two
12651 values: the output line and the list of context after-lines.
12652
12653 2010-03-30 Juri Linkov <juri@jurta.org>
12654
12655 * replace.el (occur-accumulate-lines): Fix a bug where the first
12656 context line at the beginning of the buffer was missing.
12657
12658 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12659
12660 * files.el: Make bidi-display-reordering safe variable for boolean
12661 values.
12662
12663 2010-03-29 Phil Hagelberg <phil@evri.com>
12664 Chong Yidong <cyd@stupidchicken.com>
12665
12666 * subr.el: Extend progress reporters to perform "spinning".
12667 (progress-reporter-update, progress-reporter-do-update):
12668 Handle non-numeric value arguments.
12669 (progress-reporter--pulse-characters): New var.
12670
12671 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12672
12673 * progmodes/compile.el (compilation-start): Fix regexp detection
12674 of initial cd command (Bug#5771).
12675
12676 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12677
12678 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12679
12680 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12681
12682 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12683 * progmodes/gdb-mi.el: Restore.
12684 * progmodes/gdb-ui.el: Remove.
12685 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12686
12687 2010-03-25 Glenn Morris <rgm@gnu.org>
12688
12689 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12690 all dired buffers, even tramp ones. (Bug#5755)
12691
12692 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12693
12694 Add "union tags" in mpc.el.
12695 * mpc.el: Remove backward compatibility code.
12696 (mpc-browser-tags): Change default.
12697 (mpc--find-memoize-union-tags): New var.
12698 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12699 (mpc-cmd-find): Handle the case where the playlist does not exist.
12700 Handle union-tags.
12701 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12702 (mpc-cmd-add): Use mpc-cmd-flush.
12703 (mpc-tagbrowser-tag-name): New fun.
12704 (mpc-tagbrowser-buf): Use it.
12705 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12706
12707 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 Misc cleanup.
12710 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12711 Use replace-regexp-in-string.
12712 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12713 (makefile-imake-mode-syntax-table): Move init into defvar.
12714 (makefile-mode): Use define-derived-mode.
12715
12716 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12717 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12718 not be present any more.
12719
12720 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12721
12722 * faces.el (set-face-attribute): Fix typo in docstring.
12723 (face-valid-attribute-values): Reflow docstring.
12724
12725 2010-03-24 Glenn Morris <rgm@gnu.org>
12726
12727 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12728
12729 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12730
12731 * indent.el (indent-for-tab-command): Doc fix.
12732
12733 2010-03-24 Alan Mackenzie <acm@muc.de>
12734
12735 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12736 Fix off-by-one error. Fixes bug #5747.
12737
12738 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12739
12740 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12741 (image-dired-read-comment): Doc fix.
12742
12743 * json.el (json-object-type, json-array-type, json-key-type)
12744 (json-false, json-null, json-read-number):
12745 * minibuffer.el (completion-in-region-functions):
12746 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12747 (cal-tex-cursor-week):
12748 * emacs-lisp/trace.el (trace-function):
12749 * eshell/em-basic.el (eshell/printnl):
12750 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12751 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12752 * obsolete/levents.el (allocate-event, event-key, event-object)
12753 (event-point, event-process, event-timestamp, event-to-character)
12754 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12755 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12756 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12757 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12758 (reftex-highlight-selection): Fix typos in docstrings.
12759
12760 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12761
12762 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12763
12764 2010-03-24 Glenn Morris <rgm@gnu.org>
12765
12766 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12767 2008-02-13 without comment; mark it obsolete.
12768 (rmail-highlight-headers): Use rmail-highlight-face once more.
12769
12770 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12771
12772 * woman.el (woman2-process-escapes): Only consume the newline if
12773 the filler character is on a line by itself (Bug#5729).
12774
12775 2010-03-24 Kenichi Handa <handa@m17n.org>
12776
12777 * language/indian.el (devanagari-composable-pattern): Add more
12778 consonants.
12779
12780 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12781
12782 * net/trampver.el: Update release number.
12783
12784 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12785
12786 * net/tramp.el (tramp-find-executable):
12787 Use `tramp-get-connection-buffer'. Make the regexp for checking
12788 output of "wc -l" more robust.
12789 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12790 (tramp-open-connection-setup-interactive-shell): Remove workaround
12791 for OpenSolaris bug, it is not needed anymore.
12792
12793 2010-03-24 Glenn Morris <rgm@gnu.org>
12794
12795 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12796
12797 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12798
12799 * files.el (auto-mode-alist): Accept more verilog file patterns.
12800
12801 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12804
12805 2010-03-24 Glenn Morris <rgm@gnu.org>
12806
12807 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12808 log-edit-before-checkin-process.
12809
12810 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12811
12812 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12813
12814 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12815 (log-view-process-buffer, log-edit-extra-flags): Declare.
12816
12817 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12818
12819 2010-03-23 Sam Steingold <sds@gnu.org>
12820
12821 Fix bug#5620: recalculate all markers on compilation buffer
12822 modifications, not on file modifications.
12823 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12824 variable: the buffer modification time, for buffers not associated with
12825 files.
12826 (compilation-mode): Create it.
12827 (compilation-filter): Update it.
12828 (compilation-next-error-function): Use it instead of
12829 `visited-file-modtime' for timestamp.
12830
12831 2010-03-23 Juri Linkov <juri@jurta.org>
12832
12833 Implement Occur multi-line matches.
12834 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12835
12836 * replace.el (occur): Doc fix.
12837 (occur-engine): Set `begpt' to the beginning of the first line.
12838 Set `endpt' to the end of the last match line. At first, count
12839 line numbers between `origpt' and `begpt'. Split out code from
12840 `out-line' variable to new let-bindings `match-prefix' and
12841 `match-str'. In `out-line' add non-numeric prefix to all
12842 non-first lines of multi-line matches. Finally, count lines
12843 between `begpt' and `endpt' and add to `lines'.
12844
12845 2010-03-23 Juri Linkov <juri@jurta.org>
12846
12847 * replace.el (occur-accumulate-lines, occur-engine):
12848 Use `occur-engine-line' instead of duplicate code.
12849 (occur-engine-line): New function created from duplicate code
12850 in `occur-accumulate-lines' and `occur-engine'.
12851
12852 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12853 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12854
12855 2010-03-23 Juri Linkov <juri@jurta.org>
12856
12857 * finder.el: Remove TODO tasks.
12858
12859 * info.el (Info-finder-find-node): Add node "all"
12860 with all package info. Handle a list of multiple keywords
12861 separated by comma.
12862 (info-finder): In interactive use with a prefix argument,
12863 use `completing-read-multiple' to read a list of keywords
12864 separated by comma.
12865
12866 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 Add a new completion style `substring'.
12869 * minibuffer.el (completion-basic--pattern): New function.
12870 (completion-basic-try-completion, completion-basic-all-completions):
12871 Use it.
12872 (completion-substring--all-completions)
12873 (completion-substring-try-completion)
12874 (completion-substring-all-completions): New functions.
12875 (completion-styles-alist): New style `substring'.
12876
12877 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 Get rid of .elc files after removal of the corresponding .el.
12880 * Makefile.in (compile-clean): New target.
12881 (compile-main): Use it.
12882
12883 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12884
12885 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12886 don't do make there. When compiling with separate object dir, there
12887 is no Makefile there.
12888
12889 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12890
12891 Get rid of the ELCFILES abomination, again.
12892 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12893 (all, compile): Don't call compile-last.
12894 (compile-main): Build the "elcfiles" list dynamically.
12895 (compile-targets): New (internal) target.
12896
12897 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12898
12899 * Makefile.in (top_srcdir): Define.
12900 (abs_top_builddir): Define.
12901 (srcdir): Don't append `/..'.
12902 (EMACS): Use ${abs_top_builddir}.
12903 (all, compile, compile-always, compile-last): Don't set emacswd.
12904 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12905 $(srcdir).
12906 (lisp): Use $(srcdir) instead of @srcdir@.
12907
12908 2010-03-21 Juri Linkov <juri@jurta.org>
12909
12910 Fix message of multi-line occur regexps and multi-buffer header lines.
12911 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12912
12913 * replace.el (occur-1): Don't display regexp if it is longer
12914 than window-width. Use `query-replace-descr' to display regexp.
12915 (occur-engine): Don't display regexp in the buffer header for
12916 multi-buffer occur. Display a separate header line with total
12917 match count and regexp for multi-buffer occur.
12918 Use `query-replace-descr' to display regexp.
12919
12920 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12921
12922 * net/secrets.el: Fix parenthesis.
12923 (secrets-enabled): Fix parenthesis.
12924
12925 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 Use more relative file and directory names.
12928 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12929 (setwins, setwins_almost, setwins_for_subdirs):
12930 Don't `cd'; output relative names.
12931 (all, compile, compile-always, compile-last): Set emacswd.
12932 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12933 Just cd to the lisp source dir so we can use relative file names.
12934
12935 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12936
12937 2010-03-20 Glenn Morris <rgm@gnu.org>
12938
12939 * textmodes/rst.el: Use faces for font-lock customization, and make the
12940 old -face variables obsolete.
12941 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12942 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12943 (rst-block-face, rst-external-face, rst-definition-face)
12944 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12945 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12946 Make obsolete.
12947 (rst-font-lock-keywords-function): Update for above changes.
12948
12949 2010-03-20 Juri Linkov <juri@jurta.org>
12950
12951 * s-region.el:
12952 * obsolete/s-region.el: Move to obsolete.
12953
12954 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12955
12956 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12957
12958 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12959
12960 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12961
12962 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12963
12964 Add special markup processing for commit logs.
12965 * log-edit.el (log-edit-extra-flags): New variable.
12966 (log-edit): Add new argument MODE. Use that mode when non-nil
12967 instead of the log-view-mode.
12968 (log-view-process-buffer): New function.
12969
12970 * vc.el: Document that the checkin method takes optional
12971 arguments. Document new backend specific method: log-view-mode.
12972 (vc-default-log-edit-mode): New function.
12973 (vc-checkin): Use a backend specific log-view-mode.
12974 Pass extra arguments to the checkin method.
12975 (vc-modify-change-comment): Pass a dummy extra argument.
12976
12977 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12978 log-edit.
12979 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12980 (vc-finish-logentry): Process the log buffer before passing it
12981 down. Pass log-edit-extra-flags.
12982
12983 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12984 command.
12985 (log-edit-extra-flags, log-edit-before-checkin-process):
12986 New declarations.
12987
12988 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12989 command.
12990 (log-edit-extra-flags, log-edit-before-checkin-process):
12991 New declarations.
12992 (vc-hg-log-edit-mode): New derived mode.
12993
12994 * vc-arch.el (vc-arch-checkin):
12995 * vc-cvs.el (vc-cvs-checkin):
12996 * vc-git.el (vc-git-checkin):
12997 * vc-mtn.el (vc-mtn-checkin):
12998 * vc-rcs.el (vc-rcs-checkin):
12999 * vc-sccs.el (vc-sccs-checkin):
13000 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13001
13002 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13005 parent typo).
13006
13007 2010-03-19 Glenn Morris <rgm@gnu.org>
13008
13009 * password-cache.el (password-cache, password-cache-expiry): Autoload.
13010
13011 2010-03-18 Glenn Morris <rgm@gnu.org>
13012
13013 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13014
13015 * replace.el (query-replace-history): Give it a doc string.
13016 (map-query-replace-regexp): Use query-replace-from-history-variable
13017 and query-replace-to-history-variable.
13018
13019 * mail/hashcash.el (declare-function): Remove duplicate definition.
13020
13021 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13022 Make it an obsolete alias for report-emacs-bug-address.
13023 (message-strip-special-text-properties): Declare.
13024 (report-emacs-bug): Remove test for a pretest bug address.
13025 Combine message-mode-specific code.
13026
13027 * mail/supercite.el: Don't require sendmail.
13028 (mh-in-header-p): Declare rather than using with-no-warnings.
13029 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13030 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13031
13032 * calendar/cal-french.el: Convert to utf-8.
13033
13034 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13035 Emacs scripts.
13036
13037 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
13038
13039 * net/secrets.el (secrets-enabled): New variable. Use it instead
13040 of a subfeature.
13041
13042 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
13043
13044 * net/secrets.el (top): Register the D-Bus signals only when the
13045 service "org.freedesktop.secrets" can be pinged.
13046 Provide subfeature `enabled'.
13047
13048 2010-03-14 Juri Linkov <juri@jurta.org>
13049
13050 Add finder unknown keywords.
13051
13052 * finder.el (finder-unknown-keywords): New function.
13053
13054 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13055 to create a Finder node with unknown keywords.
13056
13057 2010-03-14 Juri Linkov <juri@jurta.org>
13058
13059 * finder.el (finder-compile-keywords): Replace `princ' with
13060 `prin1' on a list of symbols interned from keyword strings.
13061
13062 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13063 a comma, then split keywords using a comma and optional whitespace.
13064 Otherwise, split by whitespace.
13065
13066 * complete.el:
13067 * face-remap.el:
13068 * log-view.el:
13069 * net/hmac-def.el:
13070 * net/hmac-md5.el:
13071 * net/netrc.el:
13072 * progmodes/mixal-mode.el: Fix keywords.
13073
13074 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
13075
13076 * Makefile.in (ELCFILES): Add net/secrets.elc.
13077
13078 * net/secrets.el: New file.
13079
13080 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13081
13082 * facemenu.el (list-colors-display, list-colors-print): New arg
13083 callback. Use it to allow selecting colors.
13084
13085 * wid-edit.el (widget-image-insert): Insert image prop even if the
13086 current display is non-graphic.
13087 (widget-field-value-set): New fun.
13088 (editable-field): Use it.
13089 (widget-field-value-get): Clean up unused var.
13090 (widget-color-value-create, widget-color--choose-action):
13091 New funs. Allow using list-colors-display to choose color.
13092
13093 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13094
13095 * cus-edit.el: Resort topmost custom groups.
13096 (custom-buffer-sort-alphabetically): Default to t.
13097 (customize-apropos): Use apropos-parse-pattern.
13098 (custom-search-field): New var.
13099 (custom-buffer-create-internal): Add custom-apropos search field.
13100 (custom-add-parent-links): Don't display parent doc.
13101 (custom-group-value-create): Don't sort top-level custom group.
13102 (custom-magic-value-create): Show visibility button before option name.
13103
13104 (custom-variable-state): New fun, from custom-variable-state-set.
13105 (custom-variable-state-set): Use it.
13106 (custom-group-value-create): Hide options with standard values
13107 using the :hidden-states property. Use progress reporter.
13108
13109 (custom-show): Simplify.
13110 (custom-visibility): Disable images by default.
13111 (custom-variable): New property :hidden-states.
13112 (custom-variable-value-create): Enable images for
13113 custom-visibility widgets. Use :hidden-states property to
13114 determine initial visibility.
13115
13116 * wid-edit.el (widget-image-find): Give images center ascent.
13117 (visibility): Add :on-image and :off-image properties.
13118 (widget-visibility-value-create): Use them.
13119
13120 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13121
13122 * cus-edit.el (processes): Remove from development group.
13123 (oop, hypermedia): Delete group.
13124 (comm): Promote to top-level group.
13125
13126 * net/browse-url.el (browse-url):
13127 * net/xesam.el (xesam):
13128 * net/tramp.el (tramp):
13129 * net/goto-addr.el (goto-address):
13130 * net/ange-ftp.el (ange-ftp): Put in comm group.
13131
13132 * view.el (view): Remove from editing group.
13133
13134 * uniquify.el (uniquify): Put in files group.
13135
13136 * net/browse-url.el (browse-url):
13137 * ps-print.el (postscript): Put in external group.
13138
13139 * cus-edit.el (outlines):
13140 * textmodes/text-mode.el (text-mode-hook):
13141 * textmodes/table.el (table):
13142 * textmodes/picture.el (picture):
13143 * outline.el (outlines): Put in wp group.
13144
13145 * nxml/nxml-mode.el (nxml): Remove from wp group.
13146
13147 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13148
13149 * mail/metamail.el (metamail): Remove from hypermedia group.
13150
13151 * cus-edit.el (abbrev):
13152 * whitespace.el (whitespace):
13153 * vcursor.el (vcursor):
13154 * reveal.el (reveal):
13155 * hl-line.el (hl-line): Put in convenience group.
13156
13157 * epg-config.el (epg): Put in data group.
13158
13159 * emulation/pc-select.el (pc-select): Put in emulations group.
13160
13161 * calculator.el (calculator): Put in applications group.
13162
13163 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13164
13165 Add .dir-locals.el support for file-less buffers.
13166 * files.el (hack-local-variables): Split out code to apply local
13167 variable settings ...
13168 (hack-local-variables-apply): ... here. New function.
13169 (hack-dir-local-variables): Use the default directory for when the
13170 buffer does not have an associated file.
13171 (hack-dir-local-variables-non-file-buffer): New function.
13172 * diff-mode.el (diff-mode):
13173 * vc-annotate.el (vc-annotate-mode):
13174 * vc-dir.el (vc-dir-mode):
13175 * log-edit.el (log-edit-mode):
13176 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13177
13178 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13179
13180 Add support for shelving snapshots and for showing shelves.
13181 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13182 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13183 New functions.
13184 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13185 (vc-bzr-extra-menu-map): Map them.
13186
13187 2010-03-11 Glenn Morris <rgm@gnu.org>
13188
13189 * cus-edit.el (customize-changed-options-previous-release):
13190 Bump to 23.1.
13191
13192 * image.el (image-animate-max-time): Fix :version tag.
13193
13194 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
13195
13196 * Branch for 23.2.
13197
13198 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13199
13200 * vc-git.el (vc-git-revision-table): Include remote branches.
13201
13202 2010-03-10 Kim F. Storm <storm@cua.dk>
13203
13204 Animated image API.
13205 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13206
13207 * image.el (image-animate-max-time): New defcustom.
13208 (image-animated-types): New defconst.
13209 (create-animated-image, image-animate-timer)
13210 (image-animate-start, image-animate-stop, image-animate-timeout)
13211 (image-animated-p): New functions.
13212
13213 * image-mode.el (image-toggle-display-image):
13214 Replace `create-image' with `create-animated-image'.
13215
13216 2010-03-09 Miles Bader <miles@gnu.org>
13217
13218 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13219 instead of "format:"; this ensures that the output is
13220 newline-terminated.
13221
13222 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
13223
13224 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13225 that all errors are caught, and that the return value is always a
13226 list (Bug#5692).
13227
13228 2010-03-08 Kenichi Handa <handa@m17n.org>
13229
13230 * language/misc-lang.el (windows-1256): New coding system.
13231 (cp1256): New alias of windows-1256 (bug#5690).
13232
13233 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13234
13235 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13236 call to rfc822-bad-address. (Bug#5692)
13237
13238 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13239
13240 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13241 Use vc-git-root as default directory for revision path (Bug#5657).
13242
13243 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
13244
13245 * calculator.el (calculator): Don't bind split-window-keep-point
13246 (Bug#5674).
13247
13248 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * vc-git.el: Re-flow to fit into 80 columns.
13251 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13252 Remove spurious `quote' element in each case alternative.
13253 (vc-git-show-log-entry): Use prog1.
13254 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13255
13256 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13259
13260 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
13261
13262 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13263 definition, not the name (Bug#5481).
13264
13265 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
13266
13267 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13268 argument with a local variable. (Bug#5670)
13269
13270 2010-03-02 Juri Linkov <juri@jurta.org>
13271
13272 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13273
13274 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
13275
13276 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13277 error when FILENAME and NEWNAME are existing remote directories.
13278
13279 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13280 parameter DIR-FLAG.
13281
13282 2010-03-02 Glenn Morris <rgm@gnu.org>
13283
13284 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13285 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13286
13287 2010-03-01 Kenichi Handa <handa@m17n.org>
13288
13289 * language/burmese.el (burmese-composable-pattern): Rename from
13290 myanmar-composable-pattern.
13291
13292 * international/characters.el (script-list):
13293 * international/fontset.el (script-representative-chars):
13294 Change myanmar to burmese.
13295 (otf-script-alist): Likewise.
13296 (setup-default-fontset): Likewise. Re-fix :otf spec.
13297
13298 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13299
13300 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13301
13302 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13303
13304 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13305
13306 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13307
13308 * net/tramp.el (tramp-handle-write-region): START can be a string.
13309 Take care in the checks. Reported by Dan Davison
13310 <davison@stats.ox.ac.uk>.
13311
13312 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13313
13314 * net/dbus.el (dbus-introspect, dbus-get-property)
13315 (dbus-set-property, dbus-get-all-properties):
13316 Use `dbus-call-method' when noninteractive. (Bug#5645)
13317
13318 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
13319
13320 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13321 * emacs-lisp/elint.el (elint-add-required-env):
13322 * calendar/icalendar.el (icalendar--add-diary-entry):
13323 * calc/calcalg2.el (math-tracing-integral):
13324 * files.el (recover-session-finish): Use with-current-buffer
13325 instead of save-excursion.
13326
13327 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 Fix in-buffer completion when after-change-functions modify the buffer.
13330 * minibuffer.el (completion--replace): New function.
13331 (completion--do-completion): Use it and use relative movement.
13332
13333 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
13334
13335 * international/fontset.el (setup-default-fontset): Fix :otf spec.
13336
13337 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13338
13339 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13340 Allow the characters _<> in the stack entry (Bug#5653).
13341
13342 2010-02-26 Kenichi Handa <handa@m17n.org>
13343
13344 * language/burmese.el: Fix entries in composition-function-table.
13345 (myanmar-composable-pattern): New variable.
13346
13347 * international/fontset.el (setup-default-fontset): Add an entry
13348 for myanmar.
13349
13350 * international/characters.el (script-list): Add Myanmar
13351 Extended-A.
13352
13353 2010-02-26 Glenn Morris <rgm@gnu.org>
13354
13355 * custom.el (custom-initialize-delay): Doc fix.
13356
13357 * mail/sendmail.el (send-mail-function): Autoload the call
13358 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13359
13360 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
13361
13362 * files.el (hack-local-variables-filter): For eval forms, also
13363 check safe-local-variable-p (Bug#5636).
13364
13365 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
13366
13367 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13368 setting the modes by `ignore-errors'. It might fail, for example
13369 if the file is not owned by the user but the group.
13370 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13371
13372 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
13373
13374 * files.el (directory-listing-before-filename-regexp):
13375 Use stricter matching for iso-style dates, to avoid false matches with
13376 date-like filenames (Bug#5597).
13377
13378 * htmlfontify.el (htmlfontify): Doc fix.
13379
13380 * eshell/eshell.el (eshell): Doc fix.
13381
13382 * startup.el (fancy-about-screen): In mode-line, apply
13383 mode-line-buffer-id face only to the buffer name (Bug#5613).
13384
13385 2010-02-20 Kevin Ryde <user42@zip.com.au>
13386
13387 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13388 In `watcom' anchor regexp to start of line, to avoid slowness
13389 (Bug#5599).
13390
13391 2010-02-20 Eli Zaretskii <eliz@gnu.org>
13392
13393 * subr.el (remove-yank-excluded-properties): Explain in a comment
13394 why `category' property is removed.
13395
13396 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
13397
13398 * isearch.el (isearch-update-post-hook, isearch-update):
13399 Revert 2010-02-17 change.
13400
13401 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
13402
13403 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13404 (icalendar--convert-weekly-to-ical)
13405 (icalendar--convert-yearly-to-ical)
13406 (icalendar--convert-block-to-ical)
13407 (icalendar--convert-cyclic-to-ical)
13408 (icalendar--convert-anniversary-to-ical): Take care of time
13409 specifications where hour has 1-digit only (Bug#5549).
13410
13411 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
13412
13413 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13414 of disassemble output in GDB 7.1.
13415
13416 2010-02-19 Glenn Morris <rgm@gnu.org>
13417
13418 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13419 property. (Bug#5593)
13420
13421 2010-02-18 Sam Steingold <sds@gnu.org>
13422
13423 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13424
13425 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13426
13427 Use abbreviated file names in bookmarks (bug#5591).
13428 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13429 calls to expand-file-name.
13430 (bookmark-relocate): Use abbreviated file names in bookmarks.
13431 (bookmark-load): Use abbreviated file names in messages.
13432
13433 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13434
13435 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13436 expand "." and "..". Reported by Thierry Volpiatto
13437 <thierry.volpiatto@gmail.com>.
13438
13439 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13440
13441 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13442 permissions of the temporary file to "0600". In case the remote
13443 file has no read permissions for the owner, there might be
13444 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13445
13446 22010-02-18 Glenn Morris <rgm@gnu.org>
13447
13448 * emacs-lisp/authors.el (authors-renamed-files-alist):
13449 Add entries for INSTALL.CVS.
13450
13451 2010-02-17 Mark A. Hershberger <mah@everybody.org>
13452
13453 * vc-bzr.el: Fix typo in Known Bugs section.
13454
13455 * isearch.el (isearch-update-post-hook): New hook.
13456 (isearch-update): Use the new hook.
13457
13458 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
13459
13460 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13461 Fix errors in copying directories.
13462 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13463 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13464 (tramp-handle-delete-file)
13465 (tramp-handle-dired-recursive-delete-directory)
13466 (tramp-handle-write-region): Flush also the cache for the upper
13467 directory.
13468
13469 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
13470
13471 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13472
13473 * cus-edit.el (hardware): Doc fix.
13474
13475 * man.el (man): Add to external custom group.
13476
13477 * delim-col.el (columns): Move to wp custom group.
13478
13479 * doc-view.el (doc-view): Add to data custom group.
13480
13481 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13482
13483 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13484 by ispell-parse-output (Bug#5575).
13485
13486 2010-02-16 Kenichi Handa <handa@m17n.org>
13487
13488 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13489 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13490 (skkdic-convert): Use `euc-japan' coding system for writing.
13491
13492 2010-02-16 Glenn Morris <rgm@gnu.org>
13493
13494 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13495 tex-main-file before using it. (Bug#5562)
13496
13497 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13500 warnings, since it is annoying for the user to see them each time he
13501 runs the code.
13502
13503 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
13504
13505 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13506 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13507 instead of PROC for caching "first-password-request". Otherwise,
13508 new processes would not profit from passwords already entered.
13509
13510 * net/tramp-cache.el (tramp-dump-connection-properties):
13511 Don't save "first-password-request" property.
13512
13513 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13514
13515 * outline.el (outline-head-from-level):
13516 * simple.el (with-wrapper-hook):
13517 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13518 (elint-defun, elint-buffer-env, elint-top-form-logged)
13519 (elint-unbound-variable):
13520 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13521 Fix typos in docstrings.
13522
13523 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13524
13525 * files.el (insert-directory): When WILDCARD-REGEXP and
13526 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13527 whole directory. (Bug#5551)
13528
13529 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13530 dired's alignment sanity. (Bug#5516)
13531
13532 2010-02-14 Juri Linkov <juri@jurta.org>
13533
13534 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13535 Remove remaining ^H with their preceding chars. (Bug#5566)
13536
13537 2010-02-13 Glenn Morris <rgm@gnu.org>
13538
13539 * simple.el (transpose-subr): Give it a doc-string.
13540
13541 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13542 Doc fixes.
13543
13544 2010-02-12 Juri Linkov <juri@jurta.org>
13545
13546 * arc-mode.el (archive-unique-fname): Make directories for nested
13547 archives. (Bug#5540)
13548
13549 2010-02-12 Juri Linkov <juri@jurta.org>
13550
13551 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13552
13553 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * subr.el (copy-overlay): Handle deleted overlays.
13556
13557 * man.el (Man-completion-table): Don't signal an error if we can't run
13558 manual-program (bug#4056).
13559
13560 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13561
13562 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13563
13564 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13565
13566 * info.el (Info-bookmark-jump): Simplify.
13567
13568 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13569 (bookmark-default-handler): Accept new bookmark field `buffer'.
13570
13571 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13572
13573 * iswitchb.el (iswitchb-completions): Revert last change.
13574
13575 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13576
13577 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13578 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13579 This prevents file names like "~/" being listed literally.
13580
13581 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13582
13583 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13584 Remove dead code. (Bug#5546)
13585
13586 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13587
13588 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13589 correctly (Bug#5548).
13590
13591 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13592
13593 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13594 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13595
13596 2010-02-08 Kenichi Handa <handa@m17n.org>
13597
13598 * international/mule-util.el (with-coding-priority): Add autoload
13599 cookie for putting `lisp-indent-function'.
13600
13601 2010-02-07 Glenn Morris <rgm@gnu.org>
13602
13603 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13604 Move F2003 named interfaces from keywords-2 to keywords-1, and
13605 use function-name-face rather than constant-face.
13606 Simplify "abstract interface" regexp.
13607
13608 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13609
13610 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13611 ID-FORMAT. Pass it to `file-attributes'.
13612
13613 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13614
13615 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13616
13617 * faces.el (set-face-attribute): Allow calling
13618 internal-set-lisp-face-attribute with 'unspecified family and
13619 foundry argument (Bug#5536).
13620
13621 2010-02-07 Glenn Morris <rgm@gnu.org>
13622
13623 * progmodes/f90.el (f90-font-lock-keywords-2)
13624 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13625 Handle F2003 named interfaces.
13626
13627 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13628
13629 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13630 beg and end before calling c-get-state-before-change-functions.
13631
13632 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13633
13634 * vc-bzr.el (vc-bzr-dir-extra-headers):
13635 Disable the pending merges header.
13636
13637 2010-02-05 Juri Linkov <juri@jurta.org>
13638
13639 * doc-view.el (doc-view-mode):
13640 * image-mode.el (image-mode): Put property mode-class=special.
13641 (Bug#4896)
13642
13643 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13644
13645 * vc-svn.el (vc-svn-revision-table): New function.
13646
13647 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13648
13649 * net/ange-ftp.el (ange-ftp-insert-directory):
13650 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13651 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13652 Handle also directories. (Bug#5478)
13653
13654 2010-02-05 Glenn Morris <rgm@gnu.org>
13655
13656 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13657
13658 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13659
13660 * startup.el (command-line-1): Convert options beginning with a
13661 single dash as well (Bug#5519).
13662
13663 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13664
13665 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13666 * minibuffer.el (completion-initials-expand): Only check the presence
13667 of delims *within* the boundaries, since otherwise the / delim is
13668 always found for files.
13669
13670 Fix up various corner case problems.
13671 * doc-view.el (doc-view-last-page-number): New function.
13672 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13673 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13674 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13675 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13676 (doc-view-convert-current-doc): Don't create the resolution.el file
13677 here any more.
13678 (doc-view-pdf/ps->png): Do it here instead.
13679 (doc-view-already-converted-p): Check that resolution.el is present.
13680 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13681 windows that are not yet showing images.
13682
13683 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13684
13685 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13686 `dired-uncache' for every elemnt which is an absolute file name.
13687
13688 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13689 directory, handle its directory component.
13690 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13691 function is called permanently and creates noise, otherwise.
13692
13693 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13694 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13695 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13696
13697 2010-02-04 David Burger <dburger@google.com> (tiny change)
13698
13699 * macros.el (apply-macro-to-region-lines):
13700 Minor simplification. (Bug#5485)
13701
13702 2010-02-04 Glenn Morris <rgm@gnu.org>
13703
13704 * mail/rmail.el (rmail-show-message-1): Handle malformed
13705 quoted-printable text. (Bug#5441)
13706
13707 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13708
13709 * simple.el (visual-line-mode): Capitalize lighter.
13710
13711 2010-02-03 John Wiegley <jwiegley@gmail.com>
13712
13713 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13714 list of files considered for "virtual buffer" completions.
13715
13716 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13717
13718 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13719 also in case of (and (not full) (not wildcard)). This is needed
13720 when dired is called with a list of files, which are not in
13721 `default-directory'. (Bug#5478)
13722
13723 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13726
13727 2010-02-02 Juri Linkov <juri@jurta.org>
13728
13729 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13730 from unidiff to allow function-line after @@.
13731
13732 2010-02-02 Juri Linkov <juri@jurta.org>
13733
13734 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13735 '(RCS SCCS) with inverted condition.
13736
13737 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13738
13739 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13740 messages.
13741
13742 2010-02-01 Juri Linkov <juri@jurta.org>
13743
13744 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13745 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13746 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13747 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13748
13749 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13752 (doc-view-revert-buffer): New command.
13753 (doc-view-mode-map): Use it.
13754
13755 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13756
13757 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13758 pending merge is detected.
13759
13760 2010-01-31 Juri Linkov <juri@jurta.org>
13761
13762 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13763 beginning of interactive spec like all other grep commands do.
13764 Put "all" in front of "gz". (Bug#5260)
13765
13766 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13767
13768 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13769
13770 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13771
13772 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13773 regexp is incorrect (Bug#5476).
13774
13775 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13776
13777 * net/tramp.el (tramp-handle-insert-directory): Handle also
13778 symlinks, when FILENAME is not in `default-directory'.
13779
13780 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13781
13782 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13783 FILE is not in `default-directory'. (Bug#5478)
13784
13785 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13786 of SWITCHES. Handle the case, FILENAME is not in
13787 `default-directory'. (Bug#5478)
13788 (tramp-register-file-name-handlers): Add safe-magic property.
13789
13790 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13791
13792 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13793 unzip (Bug#5475).
13794
13795 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13796
13797 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13798 (flymake-master-make-header-init): Add other C++ filename masks.
13799 (flymake-find-possible-master-files)
13800 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13801
13802 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13803
13804 Fix some busybox annoyances.
13805
13806 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13807 not responding." string.
13808 (tramp-open-connection-setup-interactive-shell): Dump stty
13809 settings. Enable "neveropen" arg for all `tramp-send-command'
13810 calls. Handle "=" in variable values properly.
13811 (tramp-find-inline-encoding): Raise an error, when no encoding is
13812 found.
13813 (tramp-wait-for-output): Check, whether PROC buffer is available.
13814 Remove spurious " ^H" sequences, sent by busybox.
13815 (tramp-get-ls-command): Suppress coloring, if possible.
13816
13817 2010-01-28 Glenn Morris <rgm@gnu.org>
13818
13819 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13820
13821 * log-edit.el (log-edit-strip-single-file-name): Add missing
13822 :safe, :group, and :version tags.
13823
13824 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13825
13826 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13827 buffers. (Bug#5477)
13828
13829 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13830
13831 * files.el (delete-directory): Handle moving to trash without
13832 first doing recursion (Bug#5436).
13833
13834 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13835
13836 * vc-hooks.el (vc-path): Mark as obsolete.
13837
13838 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13839
13840 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13841 names too.
13842
13843 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13844 for the short log.
13845 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13846
13847 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13848
13849 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13850
13851 * vc-bzr.el (vc-bzr-revision-table): New function.
13852
13853 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13854
13855 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13856 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13857
13858 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13859
13860 Remove support for adding --signoff on commit.
13861 Future support will use an incompatible generic mechanism.
13862 * vc-git.el (vc-git-add-signoff): Remove variable.
13863 (vc-git-toggle-signoff): Remove function.
13864 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13865
13866 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13867 Rename from xterm-set-background-mode. Return t if the background mode
13868 was set.
13869 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13870 earlier, call it again in case the background mode has changed.
13871
13872 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13873
13874 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13875 (Bug#3541).
13876
13877 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13878
13879 * emacs-lisp/assoc.el (aelement): Doc fix.
13880 (aput, adelete, amake): Use lexical-let (Bug#5450).
13881
13882 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13883
13884 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13885 is the same as subprogram call, not declaration. (Bug#5435).
13886
13887 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13888
13889 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13890 (tramp-smb-maybe-open-connection): Use it.
13891
13892 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13893
13894 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13895
13896 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13897
13898 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13899 just because we see "encoding: 8bit".
13900 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13901
13902 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13903
13904 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13905
13906 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13907
13908 * jka-compr.el (jka-compr-load): If load-file is not in
13909 load-history, try its file-truename version. (bug#5447)
13910
13911 2010-01-21 Alan Mackenzie <acm@muc.de>
13912
13913 Fix a situation where deletion of a cpp construct throws an error.
13914 * progmodes/cc-engine.el (c-invalidate-state-cache):
13915 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13916 special cpp construct is still in the buffer.
13917 (c-parse-state): Record the special cpp with markers, not numbers.
13918
13919 2010-01-21 Kenichi Handa <handa@m17n.org>
13920
13921 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13922 process last-command-event, as it is now decoded first (Bug#5380).
13923
13924 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13925
13926 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13927
13928 2010-01-20 Glenn Morris <rgm@gnu.org>
13929
13930 * indent.el (tab-always-indent): Fix custom-type.
13931
13932 2010-01-19 Alan Mackenzie <acm@muc.de>
13933
13934 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13935 buffer throws "args out of range".
13936 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13937 playing the role of delimiter.
13938
13939 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13940
13941 * progmodes/ada-mode.el: Fix bug#5400.
13942 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13943 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13944 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13945 Improve comments in "is" portion. Handle null procedure declaration.
13946 (ada-move-to-end): Improve doc string.
13947
13948 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13949
13950 * ido.el (ido-cur-list): Initialize to nil.
13951 Remove obsolete information from commentary.
13952 (ido-choice-list): Initialize to nil.
13953 (ido-get-bufname): Reject minibuffers.
13954 (ido-make-buffer-list): If "default" is a nonexistent
13955 buffer, ignore it, as per the function's comment.
13956 (ido-kill-buffer-internal): New function.
13957 (ido-kill-buffer-at-head): Use it.
13958 (ido-visit-buffer): Likewise.
13959
13960 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13961
13962 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13963
13964 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13965
13966 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13967 Fix typos in chart titles.
13968
13969 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13970 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13971 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13972 (describe-class, eieio-describe-generic, describe-generic):
13973 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13974 (eieio-speedbar-expand):
13975 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13976 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13977 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13978 (viper-del-backward-char-in-replace, viper-backward-indent)
13979 (viper-brac-function, viper-register-to-point, viper-submit-report):
13980 * net/tramp.el (tramp-remote-coding-commands):
13981 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13982 Fix typos in docstrings.
13983
13984 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13985
13986 * mail/sendmail.el (mail-yank-original): Set the mark if the
13987 specified function for yanking does not do it.
13988
13989 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13990
13991 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13992
13993 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13994 resyncing a directory.
13995
13996 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13997
13998 * progmodes/ada-mode.el: Fix bug#1920.
13999 (ada-ident-re): Delete ., allow multibyte characters.
14000 (ada-goto-label-re): New; matches goto labels.
14001 (ada-block-label-re): New; matches block labels.
14002 (ada-label-re): New; matches both.
14003 (ada-named-block-re): Delete; callers changed to use
14004 `ada-block-label-re' instead.
14005 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14006 Use `ada-block-label-re'.
14007 (ada-indent-on-previous-lines): Improve handling of goto labels.
14008 (ada-get-indent-block-start): Special-case block label.
14009 (ada-get-indent-label): Split into `ada-indent-block-label' and
14010 `ada-indent-goto-label'.
14011 (ada-goto-stmt-start, ada-goto-next-non-ws):
14012 Optionally ignore goto labels.
14013 (ada-goto-next-word): Simplify.
14014 (ada-indent-newline-indent-conditional): Insert newline before
14015 trying to fix indentation; doc fix.
14016
14017 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14018
14019 * calc/calc.el (calc-command-flags): Give it an initial value.
14020
14021 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
14022
14023 * files.el (minibuffer-with-setup-hook):
14024 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14025 (artist-key-draw-continously, artist-key-do-continously-continously)
14026 (artist-key-set-point-continously, artist-mouse-draw-continously):
14027 Fix typos in docstrings.
14028
14029 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14030
14031 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14032 Never return t (Bug#3898).
14033
14034 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
14035
14036 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14037 can parse the output of the external commands (Bug#5279).
14038
14039 2010-01-16 Jari Aalto <jari.aalto@cante.net>
14040
14041 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14042
14043 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
14044
14045 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14046
14047 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14048
14049 * startup.el (command-line): Remove unused --icon-type arg.
14050 Handle --display arg, passing it to command-line-1 (Bug#5392).
14051
14052 2010-01-16 Mario Lang <mlang@delysid.org>
14053
14054 * emacs-lisp/chart.el (chart-translate-namezone):
14055 * textmodes/artist.el (artist-compute-popup-menu-table):
14056 Remove duplicated words in doc-strings.
14057
14058 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14059
14060 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14061 to mairix-search to suppress threading (Bug#5342).
14062
14063 2010-01-15 Kenichi Handa <handa@m17n.org>
14064
14065 * international/mule-cmds.el (canonicalize-coding-system-name):
14066 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
14067
14068 2010-01-15 Glenn Morris <rgm@gnu.org>
14069
14070 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14071
14072 * wid-edit.el (widget-keymap): Doc fix.
14073
14074 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14075 former seems to be more widely accepted by various svn versions.
14076
14077 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14078
14079 * find-cmd.el (find-constituents):
14080 * vc-arch.el (vc-arch-root):
14081 * window.el (window-body-height, pop-up-frames):
14082 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14083 * progmodes/ada-stmt.el (ada-if):
14084 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14085 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14086 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14087 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14088
14089 * progmodes/flymake.el (flymake-post-syntax-check):
14090 Fix typo in error message.
14091
14092 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14093
14094 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14095 which is always a string. (Bug#5313)
14096
14097 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14098
14099 * progmodes/ada-xref.el (ada-default-prj-properties):
14100 Simplify previous change.
14101
14102 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14103
14104 * progmodes/ada-xref.el (ada-default-prj-properties):
14105 Default ada_project_path to $ADA_PROJECT_PATH.
14106
14107 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14108
14109 * progmodes/ada-mode.el (ada-create-keymap):
14110 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14111
14112 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14113
14114 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14115 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14116 (ada-get-current-indent, ada-imenu-generic-expression)
14117 (ada-which-function): Check for it.
14118
14119 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14120
14121 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14122 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14123
14124 2010-01-14 Glenn Morris <rgm@gnu.org>
14125
14126 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14127
14128 2010-01-14 Kenichi Handa <handa@m17n.org>
14129
14130 * composite.el (auto-composition-mode): Make it a buffer local
14131 variable (permanent-local).
14132 (auto-composition-function): Set the default value to
14133 auto-compose-chars.
14134 (auto-composition-mode): Make it a simple function, not a minor mode.
14135 (global-auto-composition-mode): Likewise.
14136 (turn-on-auto-composition-if-enabled): Delete it.
14137
14138 2010-01-13 Karl Fogel <kfogel@red-bean.com>
14139
14140 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
14141
14142 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
14143
14144 * files.el (copy-directory): Compute target for recursive
14145 directories with identical names. (Bug#5343)
14146
14147 2010-01-12 Glenn Morris <rgm@gnu.org>
14148
14149 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14150 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
14151
14152 2010-01-11 Sam Steingold <sds@gnu.org>
14153
14154 * imenu.el (imenu-default-create-index-function): Detect infinite
14155 loops caused by imenu-prev-index-position-function.
14156
14157 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14158
14159 * htmlfontify.el (htmlfontify-load-rgb-file)
14160 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14161 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14162 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14163 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14164 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14165 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14166 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14167 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14168 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14169 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14170 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14171 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14172 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14173 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14174 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14175 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14176 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14177 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14178 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14179 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14180 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14181 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14182 backslash-quoting from parentheses, etc.
14183
14184 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
14185
14186 * progmodes/js.el: Autoload javascript-mode alias.
14187
14188 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14189
14190 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14191 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14192 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14193 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14194 Fix typos in docstrings.
14195 (ffap-url-regexp): Doc fix.
14196 (ffap-at-mouse): Fix typo in message.
14197
14198 2010-01-11 Glenn Morris <rgm@gnu.org>
14199
14200 * version.el (emacs-copyright): Set copyright year to 2010.
14201
14202 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * format.el (format-annotate-function): Only set
14205 write-region-post-annotation-function after running to-fn so as not to
14206 affect nested write-region calls (bug#5273).
14207
14208 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
14209
14210 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14211 wisent/python.el.
14212
14213 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14214
14215 * man.el (Man-goto-section): Signal error if the section is not
14216 found (Bug#5317).
14217
14218 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
14219
14220 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14221 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14222
14223 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14224
14225 * progmodes/compile.el: Don't treat compile-command as safe if
14226 compilation-read-command might be nil (Bug#4218).
14227
14228 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14229
14230 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14231 NS options.
14232
14233 2010-01-08 Kenichi Handa <handa@m17n.org>
14234
14235 * international/fontset.el (build-default-fontset-data):
14236 Exclude characters in scripts kana, hangul, han, or cjk-misc.
14237
14238 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
14239
14240 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14241 to `create-file-buffer' as it expects, not just a buffer name.
14242 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14243 to help uniquify. (Bug#3224)
14244
14245 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14246
14247 * font-setting.el (font-setting-change-default-font): Use user-spec
14248 instead of name.
14249
14250 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14251
14252 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14253
14254 2010-01-05 Tom Tromey <tromey@redhat.com>
14255
14256 * progmodes/python.el (python-font-lock-keywords):
14257 Handle qualified decorators (Bug#881).
14258
14259 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14260
14261 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14262 in a lightweight checkout.
14263
14264 2010-01-05 Kenichi Handa <handa@m17n.org>
14265
14266 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
14267
14268 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14269
14270 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14271
14272 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14273
14274 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14275 checkouts. (Bug#618)
14276 (vc-bzr-log-view-mode): Also highlight the author.
14277 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14278 (vc-bzr-shelve-menu-map):
14279 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14280 (vc-bzr-shelve-apply): Make prompt more explicit.
14281
14282 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
14283
14284 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14285 They are valid characters in URL paths (rfc3986), and at least
14286 Firefox does not understand the encoded version (Bug#3166).
14287
14288 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14289
14290 * progmodes/octave-mod.el (octave-end-keywords)
14291 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14292 Add "end" keyword (Bug#3061).
14293 (octave-end-as-array-index-p): New function.
14294 (calculate-octave-indent): Use it.
14295
14296 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14297
14298 * bookmark.el: Consistently put the text property on the bookmark name.
14299 (bookmark-bmenu-marks-width): Bump back to 2, to include
14300 annotation marks.
14301 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14302 property on the bookmark name, instead of not putting it at all.
14303 (bookmark-bmenu-list): Fix where we put the text property.
14304
14305 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14306
14307 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14308 for showing buffer modified state (as added in the previous change).
14309
14310 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14311
14312 * bookmark.el: Show modified state of bookmark buffer more accurately.
14313 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14314 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14315 (with-buffer-modified-unmodified): New macro.
14316 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14317 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
14318 Use new macro to preserve the buffer modified state.
14319
14320 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14321
14322 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
14323 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14324 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14325 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14326 (bookmark-bmenu-rename, bookmark-bmenu-locate)
14327 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14328 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
14329
14330 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14331
14332 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14333 Make the lines in the generated doc string shorter. (Bug#4668)
14334
14335 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
14336
14337 * net/rcirc.el: Add follow-link binding (Bug#4738).
14338
14339 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14340
14341 * Makefile.in (bzr-update): Rename from cvs-update.
14342 (cvs-update): New target for backward compatibility.
14343
14344 * makefile.w32-in (bzr-update): Rename from cvs-update.
14345 (cvs-update): New target for backward compatibility.
14346
14347 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14348
14349 * bookmark.el: Remove gratuitous gratitude.
14350
14351 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14352
14353 * bookmark.el (bookmark-bmenu-any-marks): New function.
14354 (bookmark-bmenu-save): Clear buffer modification if no marks.
14355
14356 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14357
14358 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
14359 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14360 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14361 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14362
14363 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14364 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14365 To: emacs-devel {_AT_} gnu.org
14366 Subject: bookmark.el bug report
14367 Date: Mon, 28 Dec 2009 14:19:16 +0800
14368 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14369
14370 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14371
14372 * bookmark.el: Improvements suggested by Drew Adams:
14373 (bookmark-bmenu-ensure-position): New name for
14374 `bookmark-bmenu-check-position'. Just ensure the position,
14375 don't return any meaningful value.
14376 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14377 New constants.
14378
14379 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
14380
14381 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14382 (bookmark-yank-point, bookmark-bmenu-check-position):
14383 Fix typos in docstrings.
14384 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14385 (bookmark-name-from-full-record, bookmark-get-position)
14386 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14387 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14388 Remove useless quoting of parenthesis, etc. in docstrings.
14389
14390 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14391 (ediff-append-custom-diff): Fix typo in error message.
14392 (ediff-meta-mark-equal-files): Fix typos in messages.
14393
14394 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14395
14396 * net/imap-hash.el (imap-hash-make): Doc fix.
14397 (imap-hash-test): Fix typo in error message; reflow docstring.
14398 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14399 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14400 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14401 Fix typos in docstrings.
14402 (imap-hash-open-connection): Fix typo in error message.
14403
14404 * play/gomoku.el (gomoku): Fix typos in docstring.
14405
14406 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14407 (gdb-jsonify-buffer): Fix typos in docstring.
14408 (gdb-goto-breakpoint): Fix typo in error message.
14409 ("Display Other Windows"): Fix typo in help message.
14410 (gdb-speedbar-expand-node): Fix typo in question.
14411
14412 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14413 (idlwave-html-system-help-location, idlwave-html-help-location)
14414 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14415 (idlwave-help-browser-generic-args, idlwave-help-directory)
14416 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14417 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14418 (idlwave-online-help, idlwave-help-html-link)
14419 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14420 Fix typos in docstrings.
14421 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14422 Reflow docstrings.
14423 (idlwave-help-assistant-start): Fix typo in error message.
14424
14425 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14426 (octave-electric-space): Fix typos in docstrings.
14427
14428 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
14429
14430 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14431
14432 2010-01-01 Juri Linkov <juri@jurta.org>
14433
14434 * comint.el (comint-input-ring-size): Make it a defcustom and
14435 increase the default to 500 (Bug#5148).
14436
14437 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
14438
14439 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14440 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14441 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14442
14443 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
14444
14445 Show working revision correctly for mercurial.
14446 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
14447 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
14448
14449 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
14450
14451 Declare some functions for the byte-compiler.
14452 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14453 (speedbar-timer-fn, speedbar-change-expand-button-char)
14454 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14455
14456 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
14457
14458 This changeset reverts GDB Graphical Interface to use annotations.
14459 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14460
14461 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14462
14463 Make vc-dir work on subdirectories of the bzr root.
14464 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14465 Return file names relative to it.
14466 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14467 relative directory to vc-bzr-after-dir-status.
14468
14469 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14470
14471 * font-lock.el (font-lock-refresh-defaults): New function, which
14472 can be used to let font-lock react to external changes in
14473 variables like font-lock-defaults and keywords.
14474 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14475
14476 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14477
14478 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14479
14480 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14481
14482 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
14483
14484 Supersede color.diff settings in git log (bug#5211).
14485
14486 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14487 escape chars in its output when the user has color.diff set to `always'.
14488 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14489
14490 2009-12-26 Kevin Ryde <user42@zip.com.au>
14491
14492 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14493 node. Keep previous "Index" name to work with past coreutils too.
14494
14495 * man.el (man): Revise docstring a bit to show -a and -l as
14496 examples. Add -k description since support for it has otherwise
14497 been a secret. (Further to bug#3717.)
14498 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14499 "no matches" rather than "Can't find manpage", as the latter reads
14500 like -k was interpreted as a page name, which is not so. (Bug#5431)
14501
14502 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
14503
14504 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14505 switches. Check also for //SUBDIRED// line.
14506
14507 2009-12-25 Kenichi Handa <handa@m17n.org>
14508
14509 * language/indian.el (devanagari-composable-pattern): Fix to
14510 handle ZWNJ and ZWJ. Use it in composition-function-table for
14511 Devanagari.
14512 (malayalam-composable-pattern): Fix previous change.
14513
14514 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14515
14516 * ps-print.el (ps-face-attributes): It was not returning the
14517 attribute face for faces specified as string. Reported by harven
14518 <harven@free.fr>. (Bug#5254)
14519 (ps-print-version): New version 7.3.5.
14520
14521 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14522
14523 * calendar/icalendar.el (icalendar--convert-tz-offset):
14524 Fix timezone names.
14525 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14526 (icalendar--add-diary-entry): Remove the trailing blank that
14527 diary-make-entry inserts.
14528
14529 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14530
14531 Make `file-expand-wildcards' work for remote files.
14532
14533 * files.el (file-expand-wildcards): In case of remote files, check
14534 only local file name part for wildcards. Provide feature 'files
14535 and subfeature 'remote-wildcards. (Bug#5198)
14536
14537 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14538 if there is already an established connection.
14539 (tramp-advice-file-expand-wildcards): Remove it.
14540
14541 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14542 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14543 Activate advice for older GNU Emacs versions. (Bug#5237)
14544
14545 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14546
14547 Some doc fixes (more needed).
14548
14549 * find-cmd.el (find-constituents): Reflow docstring.
14550 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14551 (find-generic): Doc fix.
14552
14553 2009-12-17 Juri Linkov <juri@jurta.org>
14554
14555 Fix regression from 23.1 to allow multiple modes in Local Variables.
14556
14557 * files.el (hack-local-variables-filter): While ignoring duplicates,
14558 don't take `mode' into account.
14559 (hack-local-variables-filter, hack-dir-local-variables):
14560 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14561
14562 2009-12-17 Juri Linkov <juri@jurta.org>
14563
14564 Make `dired-diff' safer. (Bug#5225)
14565
14566 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14567 `current' or when `file' is a directory of the `current' file.
14568
14569 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14570
14571 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14572 unconditionally preloaded files.
14573
14574 2009-12-16 Juri Linkov <juri@jurta.org>
14575
14576 Revert to old 23.1 logic of using the file at the mark as default.
14577 * dired-aux.el (dired-diff): Use the file at the mark as default
14578 if it's not the same as the current file, and the target dir is
14579 the current dir or the mark is active. Add the current file
14580 as the arg of `dired-dwim-target-defaults'. Use the default file
14581 in the prompt. (Bug#5225)
14582
14583 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14584
14585 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14586 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14587 (tramp-check-for-regexp): Check also, when an echoing shell stops
14588 to echo sent commands.
14589
14590 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14591
14592 * Makefile.in: Revert last change (Bug#5191).
14593
14594 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14595
14596 * vc-hg.el (vc-hg-print-log): Fix argument order.
14597 (vc-hg-working-revision): Make sure the command is executed in a
14598 known environment so that we can parse the output. (Bug#4417)
14599
14600 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14601
14602 * progmodes/python.el (python-symbol-completions): Remove text
14603 properties from symbol string before calling python-send-receive.
14604
14605 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14606
14607 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14608 when there are values for both file and line. (Bug#5060)
14609
14610 2009-12-14 Juri Linkov <juri@jurta.org>
14611
14612 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14613 whitespace after the file name of the first line of unified format,
14614 because git-diff doesn't output whitespace and file modification time
14615 after the file name.
14616
14617 2009-12-14 David Kastrup <dak@gnu.org>
14618
14619 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14620 check if it already has the `display' property added by
14621 `Info-display-images-node', and not put the `invisible' property
14622 in this case.
14623
14624 2009-12-13 Glenn Morris <rgm@gnu.org>
14625
14626 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14627 (report-emacs-bug): In message-mode, sort manually before storing
14628 original report text. (Bug#5178)
14629 Remove superfluous save-excursion.
14630
14631 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14632
14633 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14634 when responding to "GetAll" properties.
14635
14636 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14637
14638 * simple.el (compose-mail): Remove mail-setup-with-from from
14639 customization checks.
14640
14641 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14642
14643 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14644 RAR archives created on Unix systems.
14645
14646 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14649 the varalias that was accidentally removed by the 2009-11-19 change
14650 (bug#5186).
14651
14652 2009-12-12 Kenichi Handa <handa@m17n.org>
14653
14654 * language/indian.el (indian-compose-regexp): New function.
14655 (malayalam-composable-pattern): Fix the pattern.
14656 (composition-function-table): Set malayalam-composable-pattern for
14657 Malayalam characters.
14658
14659 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14660
14661 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14662 rather than down-mouse-1, based on follow-link conventions.
14663
14664 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14665 are compiled.
14666
14667 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14668
14669 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14670 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14671 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14672 (verilog-leap-to-head, verilog-backward-token):
14673 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14674
14675 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14676
14677 * progmodes/verilog-mode.el (verilog-auto-lineup)
14678 (verilog-nameable-item-re): Cleanup user-visible spelling and
14679 documentation errors. One reported by Gary Delp.
14680 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14681 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14682 package, bug195. Reported by Pierre-David Pfister.
14683
14684 2009-12-11 Glenn Morris <rgm@gnu.org>
14685
14686 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14687
14688 * mail/emacsbug.el: No longer require sendmail.
14689 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14690 (report-emacs-bug-orig-text): Doc fix.
14691 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14692 New local variables, to adapt to different mail-user-agents.
14693 (report-emacs-bug): Fix test for a gnu.org address.
14694 Use overlays for emphasis, since font-lock defeats 'face property.
14695 Pretest bugs also end up at the newsgroup these days.
14696 Stop message-mode stripping text properties.
14697 Set and use the new buffer-local variables.
14698 (report-emacs-bug-hook): Add doc-string.
14699 Remove some unnecessary save-excursions and simplify.
14700 Use the appropriate hook and send-command.
14701
14702 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14703 capitalization of some menu entries.
14704
14705 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14706
14707 * whitespace.el (whitespace-display-char-on):
14708 Ensure `buffer-display-table' is unique when two or more windows are
14709 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14710 New version 12.1.
14711
14712 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14713
14714 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14715 characters in the Attribute field.
14716
14717 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14718
14719 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14720
14721 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14724 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14725 Disregard autoload-excludes.
14726 (update-directory-autoloads): Obey autoload-excludes here instead.
14727 But don't store its contents in no-autoloads and remove entries that
14728 refer to excludes files.
14729
14730 2009-12-10 Glenn Morris <rgm@gnu.org>
14731
14732 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14733 (expand-mail-aliases): Define for compiler.
14734
14735 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14736 Define for compiler.
14737
14738 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14739 appropriate for the mail-user-agent in use.
14740
14741 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14742
14743 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14744
14745 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14746
14747 Fix short log parsing and fontification.
14748 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14749 Fix fontification for the [merge] label.
14750
14751 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14752
14753 Drop some properties to avoid surprises (bug#5002).
14754 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14755 (hfy-fontify-buffer): Use it.
14756
14757 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14758
14759 Minor cleanup.
14760 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14761 Adjust all callers.
14762 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14763 args compulsory. Adjust callers.
14764 (ffap-gopher-at-point): Remove unused var `name'.
14765
14766 Get rid of the ELCFILES abomination.
14767 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14768 (compile-elcfiles): New phony target.
14769 (compile-main): Compute ELCFILES dynamically.
14770 (compile-clean): New target to remove left-over elc files.
14771 (compile, all): Use it.
14772
14773 2009-12-09 Kenichi Handa <handa@etlken>
14774
14775 * international/mule-diag.el: Require help-mode instead of help-fns.
14776
14777 2009-12-09 Kenichi Handa <handa@m17n.org>
14778
14779 * international/mule-cmds.el (ucs-names): Supply sufficiently
14780 fine ranges instead of pre-calculating accurate ranges.
14781 Iterate with bigger gc-cons-threshold.
14782
14783 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14784
14785 Add support for stashing a snapshot of the current tree.
14786 * vc-git.el (vc-git-stash-snapshot): New function.
14787 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14788
14789 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14790
14791 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14792 instead of `(beginning|end)-of-line'.
14793
14794 2009-12-08 Glenn Morris <rgm@gnu.org>
14795
14796 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14797
14798 * Makefile.in (ELCFILES): Regenerate.
14799
14800 2009-12-07 Juri Linkov <juri@jurta.org>
14801
14802 Don't lazy-highlight the comint output in history Isearch mode.
14803
14804 * comint.el (comint-history-isearch-search): Instead of
14805 `comint-line-beginning-position', use `comint-after-pmark-p'
14806 to check if point if before the process mark, and go to
14807 `process-mark' in this case.
14808
14809 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14810
14811 * textmodes/tex-mode.el (latex-complete)
14812 (latex-indent-or-complete): Remove.
14813 (latex-mode): Set completion-at-point-functions instead.
14814
14815 Provide a standard completion command and hook it into TAB.
14816 * minibuffer.el (completion-at-point-functions): New var.
14817 (completion-at-point): New command.
14818 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14819 * progmodes/python.el (python-mode-map): Use completion-at-point.
14820 (python-completion-at-point): Rename from python-partial-symbol and
14821 adjust for use in completion-at-point-functions.
14822 (python-mode): Setup completion-at-point for Python completion.
14823 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14824 extracted from lisp-complete-symbol.
14825 (lisp-complete-symbol): Use it.
14826 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14827 setup completion-at-point for Elisp completion.
14828 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14829 Use completion-at-point.
14830 * ielm.el (ielm-map): Use completion-at-point.
14831 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14832 * progmodes/sym-comp.el: Move to...
14833 * obsolete/sym-comp.el: Move from progmodes.
14834
14835 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14836
14837 Prevent save-buffer in Rmail buffers from using the coding-system
14838 of the current message, and from clobbering the encoding mnemonics
14839 in the mode line (Bug#4623).
14840
14841 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14842 flag, too.
14843 (rmail-message-encoding): New variable.
14844 (rmail-write-region-annotate): Record the encoding of the current
14845 message in rmail-message-encoding.
14846 (rmail-after-save-hook): New function, restores the encoding of
14847 the current message after the message collection is saved.
14848
14849 2009-12-07 Juri Linkov <juri@jurta.org>
14850
14851 * progmodes/grep.el (grep-read-files): Use `completing-read'
14852 instead of `read-string'. Set its `collection' arg to
14853 `read-file-name-internal'. (Bug#4301)
14854
14855 2009-12-07 Juri Linkov <juri@jurta.org>
14856
14857 Correctly restore original Isearch point. (Bug#4994)
14858
14859 * isearch.el (isearch-mode): Move `isearch-push-state' after
14860 `(run-hooks 'isearch-mode-hook)'.
14861 (isearch-cancel): When `isearch-push-state-function' is defined,
14862 let-bind `isearch-cmds' to the first state (the last element of
14863 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14864 function and restores the original point). Otherwise, move point
14865 to `isearch-opoint'.
14866
14867 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14868
14869 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14870 chars that don't have names, so the table can be built much faster at
14871 run-time.
14872
14873 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14874
14875 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14876 change. Suggested by David Kastrup.
14877
14878 * simple.el (compose-mail): Check for incompatibilities and warn.
14879 (compose-mail-user-agent-warnings): New option.
14880
14881 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14882
14883 Support showing a single log entry from vc-annotate.
14884 * vc.el (print-log): Add a new argument: START-REVISION.
14885 (vc-print-log-internal): Add a new optional argument and
14886 pass it to the backend.
14887 (vc-print-log, vc-print-root-log): Adjust callers.
14888 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14889 buffer already displays the requested log entry, use it.
14890 Otherwise display only the log entry in question.
14891 * vc-svn.el (vc-svn-print-log):
14892 * vc-mtn.el (vc-mtn-print-log):
14893 * vc-hg.el (vc-hg-state):
14894 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14895 (vc-git-show-log-entry): Return t on success.
14896 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14897 (vc-bzr-show-log-entry): Return t on success.
14898 * vc-rcs.el (vc-rcs-print-log):
14899 * vc-sccs.el (vc-sccs-print-log):
14900 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14901
14902 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14903
14904 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14905 Add menus to the meta mode. (Bug#5043)
14906
14907 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14908
14909 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14910 event-key.
14911
14912 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14913
14914 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14915
14916 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14917 Berbain <raphael.berbain@gmail.com>.
14918
14919 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14920 characters.
14921 (tramp-initial-end-of-output): New defconst.
14922 (tramp-methods, tramp-find-shell)
14923 (tramp-open-connection-setup-interactive-shell)
14924 (tramp-maybe-open-connection): Use it.
14925 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14926 Handle existence of `#' and `$'.
14927
14928 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14929 Use `tramp-initial-end-of-output'.
14930
14931 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14932
14933 Get the background mode from the terminal for xterm, and set
14934 faces accordingly.
14935 * term/xterm.el (xterm-set-background-mode): New function.
14936 (terminal-init-xterm): Use it in case xterm supports background
14937 color queries. Recompute faces after getting the background
14938 color.
14939
14940 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14941
14942 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14943 number comment back on its own line, for easier parsing.
14944
14945 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 Make it work for non-file buffers (bug#5102).
14948 * doc-view.el (doc-view-current-cache-dir):
14949 Use doc-view-buffer-file-name rather than buffer-file-name.
14950 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14951
14952 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14953
14954 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14955 author field is too short.
14956
14957 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14958
14959 * vc-git.el (vc-git-print-log): Handle a limit argument.
14960 Display the short log in graph form and with labels.
14961 (vc-git-log-view-mode): Handle labels.
14962
14963 Make vc-revert change VC state from 'added to 'unregistered.
14964 * vc-git.el (vc-git-revert): Call git reset first.
14965
14966 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14967
14968 * net/newst-backend.el, net/newst-plainview.el:
14969 * net/newst-reader.el, net/newst-ticker.el:
14970 * net/newst-treeview.el, net/newsticker.el:
14971 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14972
14973 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14974
14975 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14976
14977 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14978 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14979 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14980 Update annotation regexp.
14981
14982 * simple.el (beginning-of-visual-line): Constrain to field
14983 boundaries (Bug#5106).
14984
14985 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14986
14987 * xml.el (xml-substitute-numeric-entities):
14988 Move newsticker--decode-numeric-entities in newst-backend.el to
14989 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14990 * net/newst-backend.el (newsticker--parse-generic-feed)
14991 (newsticker--parse-generic-items)
14992 (newsticker--decode-numeric-entities):
14993 Move newsticker--decode-numeric-entities in newst-backend.el to
14994 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14995
14996 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14997
14998 * progmodes/js.el (js--js-not): Add null to the list of values.
14999
15000 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
15001
15002 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
15003
15004 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15005
15006 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15007 delimiter if it is at the end of the current line.
15008 (bibtex-generate-url-list): Fix docstring.
15009
15010 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15011
15012 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15013 minibuffer's content with itself.
15014 Fold the confirm-after-completion case into the `confirm' case.
15015 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15016
15017 2009-12-06 Kevin Ryde <user42@zip.com.au>
15018
15019 * ffap.el (ffap-rfc-path): Make this a defcustom since
15020 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
15021
15022 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
15023 manuals, similar to existing setup for help-mode. (Bug#3913.)
15024
15025 2009-12-05 Juri Linkov <juri@jurta.org>
15026
15027 Save and restore dired buffer's point positions too. (Bug#4880)
15028
15029 * dired.el (dired-save-positions): Return in the first element
15030 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15031 Doc fix.
15032 (dired-restore-positions): First restore buffer's position.
15033 While restoring window's positions, check if window still displays
15034 the original buffer.
15035
15036 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
15037
15038 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15039 if possible.
15040
15041 * shell.el (shell): Require ansi-color (Bug#5113).
15042
15043 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15044
15045 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15046
15047 2009-12-05 Alan Mackenzie <acm@muc.de>
15048
15049 * progmodes/cc-mode.el (c-before-hack-hook)
15050 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15051 `c-file-style' to work again. This reversion restores the current
15052 software to its state in Emacs 23.1. (Bug#4146)
15053
15054 2009-12-05 Kevin Ryde <user42@zip.com.au>
15055
15056 * textmodes/sgml-mode.el (sgml-lexical-context):
15057 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
15058
15059 2009-12-05 Juri Linkov <juri@jurta.org>
15060
15061 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15062 for virtual nodes. (Bug#4147)
15063 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15064 when moving from a virtual node.
15065 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15066 (Info-mode): Add `Info-virtual-index' to the docstring.
15067
15068 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15069
15070 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15071 track of the buffer position of the end of a BibTeX entry as this
15072 position may change during reformatting.
15073 (bibtex-format-entry): Remove whitespace before processing
15074 numerical fields so that we recognize the latter properly.
15075 (bibtex-reformat): Do not use push which changes the global value
15076 of bibtex-entry-format.
15077 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15078 (bibtex-field-re-init): Replace only space characters by regexp
15079 for whitespace.
15080 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
15081 (bibtex-initialize): Also update bibtex-strings.
15082 (bibtex-kill-field): Preserve white space at end of entry.
15083 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15084 Update bibtex-reference-keys.
15085
15086 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15087
15088 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15089 point after a star, if that's the only place where modifications can
15090 make progress.
15091
15092 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15093
15094 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15095 in docstrings.
15096
15097 2009-12-04 Juri Linkov <juri@jurta.org>
15098
15099 * proced.el (proced): Call `(proced-update t)' to update process
15100 information instead of only running proced-post-display-hook.
15101 (proced-send-signal): Add a leading space to the buffer name
15102 " *Marked Processes*" to make this buffer ephemeral.
15103
15104 2009-12-04 Juri Linkov <juri@jurta.org>
15105
15106 * dired.el (dired-auto-revert-buffer): New defcustom.
15107 (dired-internal-noselect): Use it.
15108
15109 2009-12-04 Juri Linkov <juri@jurta.org>
15110
15111 Change roles of modes and functions in image-mode.el (Bug#5062).
15112
15113 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15114 in `auto-mode-alist'.
15115 (image-mode-previous-major-mode): New variable.
15116 (image-minor-mode-map): Rename from `image-mode-text-map'.
15117 (image-mode): Move graceful error-handling code from
15118 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15119 (image-minor-mode): Remove all image-handling code.
15120 Replace `image-mode-text-map' with `image-minor-mode-map'.
15121 Check for `image-type' in mode-line format string.
15122 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15123 (image-mode-as-text): New function with most code from
15124 `image-mode-maybe'.
15125 (image-toggle-display-text): Move code that removes image
15126 properties from `image-toggle-display' to here.
15127 (image-toggle-display-image): New function with code that adds
15128 image properties copied from `image-toggle-display'.
15129 (image-toggle-display): Remove most code with leaving only code
15130 that toggles between `image-mode-as-text' and `image-mode'.
15131
15132 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
15133
15134 * net/newst-treeview.el
15135 (newsticker--treeview-list-highlight-start): Restored call to
15136 save-excursion: Selected item was stuck.
15137 (newsticker--treeview-list-select): New.
15138 (newsticker--treeview-item-show-text)
15139 (newsticker--treeview-item-show)
15140 (newsticker--treeview-item-update): Use new
15141 newsticker-treeview-item-mode.
15142 (newsticker-treeview-update): Keep current item.
15143 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15144 (newsticker--treeview-first-feed): Doc change.
15145 (newsticker-treeview-list-menu)
15146 (newsticker-treeview-item-menu): Add menu entries.
15147 (newsticker-treeview-item-mode): New.
15148
15149 * net/newst-backend.el (newsticker-customize): Delete other
15150 windows.
15151
15152 2009-12-04 Sam Steingold <sds@gnu.org>
15153
15154 * log-view.el (log-view-mode-map): "q" calls quit-window,
15155 like in all the other non-self-insert buffers.
15156
15157 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 Minor cleanup.
15160 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15161 key decoding rather than do it manually via last-input-event +
15162 ascii-character.
15163 (term-exec): Use delete-and-extract-region.
15164 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15165 (term-process-pager): Remove unused var `i'.
15166 (term-dynamic-simple-complete): Make obsolete.
15167 (serial-update-config-menu): Remove unused vars `y' and `str'.
15168 (term-update-mode-line): Remove unused var `temp'.
15169
15170 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15171
15172 Limit the number of log entries displayed by default.
15173 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15174 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15175 using a prefix argument.
15176
15177 2009-12-03 Glenn Morris <rgm@gnu.org>
15178
15179 * progmodes/idlwave.el (class): Restore still useful declaration.
15180
15181 2009-12-03 Alan Mackenzie <acm@muc.de>
15182
15183 Enhance `c-parse-state' to run efficiently in "brace deserts".
15184
15185 * progmodes/cc-mode.el (c-basic-common-init):
15186 Call c-state-cache-init.
15187 (c-neutralize-syntax-in-and-mark-CPP): Rename from
15188 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
15189 placing `category' properties value 'c-cpp-delimiter at its boundaries.
15190
15191 * progmodes/cc-langs.el (c-before-font-lock-function):
15192 c-extend-and-neutralize-syntax-in-CPP has been renamed
15193 c-neutralize-syntax-in-and-mark-CPP.
15194
15195 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15196 with `category' properties now, not `syntax-table' ones.
15197
15198 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15199 enhanced (but slower) version of c-end-of-macro that won't land
15200 inside a literal or on another awkward character.
15201 (c-state-cache-too-far, c-state-cache-start)
15202 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15203 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15204 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15205 (c-state-min-scan-pos, c-state-brace-pair-desert)
15206 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15207 buffer local variables.
15208 (c-state-literal-at, c-state-lit-beg)
15209 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15210 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15211 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15212 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15213 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15214 (c-renarrow-state-cache)
15215 (c-append-lower-brace-pair-to-state-cache)
15216 (c-state-push-any-brace-pair, c-append-to-state-cache)
15217 (c-remove-stale-state-cache)
15218 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15219 (c-invalidate-state-cache-1, c-parse-state-1)
15220 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
15221 (c-parse-state): Enhance and refactor.
15222 (c-debug-parse-state): Amend to deal with all the new variables.
15223
15224 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15225 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
15226 modify to use category text properties rather than syntax-table ones.
15227 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
15228 to switch off/on the syntactic paren property of C++ template
15229 delimiters using the category property.
15230 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15231 template delims suppressed.
15232 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15233 New constant/macros which apply category properties to the start
15234 and end of preprocessor constructs.
15235 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
15236 "comment out" the syntactic value of characters in preprocessor
15237 constructs.
15238 (c-with-cpps-commented-out)
15239 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15240 with characters in all or all but one preprocessor constructs
15241 "commented out".
15242
15243 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15244
15245 * proced.el (proced-filter-alist): Use regexp-quote.
15246
15247 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
15248
15249 Cleanup.
15250 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15251 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15252 arguments. Expand `default-directory'.
15253
15254 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15255 the benefit of returning an expanded localname.
15256 (tramp-tramp-file-p): Handle the case NAME is not a string.
15257
15258 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15259
15260 Add support for bzr shelve/unshelve.
15261 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15262 (vc-bzr-extra-menu-map): New variables.
15263 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15264 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15265 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15266 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15267 (vc-bzr-dir-extra-headers): Display shelves.
15268
15269 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15270
15271 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15272
15273 * textmodes/bibtex.el (bibtex-complete-internal):
15274 Use completion-in-region.
15275 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15276
15277 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15278
15279 Support applying stashes. Improve UI.
15280 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15281 (vc-git-stash-apply, vc-git-stash-pop)
15282 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15283 (vc-git-stash-menu): New functions.
15284 (vc-git-stash-menu-map): New variable.
15285 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15286
15287 2009-12-03 Glenn Morris <rgm@gnu.org>
15288
15289 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15290 (vc-print-log-internal): Fix previous change.
15291 (vc-revert): Correct pluralization.
15292
15293 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15296 it to be an alist any more.
15297 (makefile-complete): Use completion-in-region.
15298
15299 * progmodes/octave-mod.el (octave-complete-symbol):
15300 Use completion-in-region.
15301
15302 Misc cleanup.
15303 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15304 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15305 (idlwave-complete-class): Don't quote lambda.
15306 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15307 (idlwave-mode-map): Move initialization into declaration.
15308 (idlwave-action-and-binding): Use backquotes.
15309 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15310 Simplify.
15311 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15312 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15313 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15314 `parts', and `all-parts'.
15315 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15316 (idlwave-convert-xml-system-routine-info): Remove unused string
15317 `version-string'.
15318 (idlwave-display-user-catalog-widget): Use dolist.
15319 (idlwave-scanning-lib): Declare dynamically-scoped var.
15320 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15321 (completion-highlight-first-word-only): Declare to silence bytecomp.
15322 (idlwave-popup-select): Tighten scope of `resp'.
15323 (idlwave-find-struct-tag): Remove unused var `beg'.
15324 (idlwave-after-load-rinfo-hook): Declare.
15325 (idlwave-sintern-class-info): Remove unused var `taglist'.
15326 (idlwave-find-class-definition): Remove unused var `list'.
15327 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15328 (idlwave-what-module-find-class): Remove unused var `classes'.
15329
15330 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
15331
15332 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15333
15334 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15337 buffers visited. Remove redundant current-buffer-saving.
15338
15339 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 Use completion-in-buffer and remove uses of dynamic scoping.
15342 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15343 (pascal-buffer-to-use, pascal-flag): Don't declare.
15344 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15345 (pascal-get-completion-decl, pascal-keyword-completion):
15346 Add `pascal-str' argument, save-excursion,
15347 return the found completions, and don't filter with pascal-pred.
15348 (pascal-completion-cache): New var.
15349 (pascal-completion): Don't switch buffer any more (it was never
15350 necessary). Don't save-excursion any more (it's done by the called
15351 subroutines). Use a cache to avoid redundant computations.
15352 Use complete-with-action rather than pascal-completion-response and
15353 let it apply the predicate as well.
15354 (pascal-complete-word): Use completion-in-buffer when
15355 pascal-toggle-completions is nil.
15356 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15357 not used any more.
15358 (pascal-comp-defun): Don't change buffer any more.
15359 Use complete-with-action rather than pascal-completion-response and
15360 let it apply the predicate as well.
15361 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15362 when neded.
15363
15364 2009-12-02 Kenichi Handa <handa@m17n.org>
15365
15366 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15367 shape for all Indic scripts.
15368
15369 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15370
15371 Use completion-in-buffer.
15372 * wid-edit.el (widget-field-text-end): New function.
15373 (widget-field-value-get): Use it.
15374 (widget-string-complete, widget-file-complete)
15375 (widget-color-complete): Use it and completion-in-region.
15376 (widget-complete): Don't narrow the buffer.
15377
15378 2009-12-02 Glenn Morris <rgm@gnu.org>
15379
15380 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15381 (rmail-select-summary): Use rmail-pop-to-buffer.
15382 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15383 rmail-pop-to-buffer, to prevent horizontal splits.
15384
15385 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15386 save-excursion with save-current-buffer.
15387 Widen before searching. (Bug#5093)
15388 (diary-list-sexp-entries): Remove superfluous save-excursion.
15389
15390 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
15391
15392 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15393 name. (Bug#5038)
15394
15395 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15396
15397 * ido.el (ido-file-internal): Handle filenames at point that do
15398 not have a directory part. (Bug#5049)
15399
15400 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
15401
15402 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15403 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15404
15405 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15406
15407 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15408 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15409 any more.
15410
15411 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * comint.el (comint-insert-input): Ignore clicks to the right of
15414 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15415
15416 * vc.el (vc-print-log-internal): Don't wait for the process to
15417 terminate before setting up the major mode.
15418
15419 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15420 in case.
15421
15422 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15423 the last element.
15424
15425 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15426
15427 2009-12-01 Glenn Morris <rgm@gnu.org>
15428
15429 * window.el (window--display-buffer-2): Fix previous changes.
15430
15431 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
15432
15433 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15434
15435 2009-12-01 Glenn Morris <rgm@gnu.org>
15436
15437 * Makefile.in (ELCFILES): Add mpc.elc.
15438
15439 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15440
15441 * mpc.el: New file.
15442
15443 2009-12-01 Glenn Morris <rgm@gnu.org>
15444
15445 * window.el (window-to-use): Define for compiler.
15446
15447 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15448 consistent with others (no final period).
15449
15450 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15451 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15452
15453 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15454
15455 Make vc-print-log buttons work.
15456 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
15457
15458 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15459
15460 * savehist.el (savehist-autosave-interval): Allow setting to nil
15461 through customize. (Bug#5056)
15462
15463 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
15464
15465 Fix references to jit-lock properties.
15466 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15467 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15468 (perl-font-lock-special-syntactic-constructs):
15469 Quote jit-lock-defer-multiline property.
15470
15471 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15472
15473 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15474
15475 2009-11-30 Juri Linkov <juri@jurta.org>
15476
15477 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15478 value `buffer' of `multi-isearch-next-buffer-current-function'.
15479 Use `(current-buffer)' when `buffer' is nil.
15480 (multi-isearch-next-buffer-from-list): Don't fallback to
15481 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15482
15483 2009-11-30 Juri Linkov <juri@jurta.org>
15484
15485 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15486 of buffers with `get-buffer' to `multi-isearch-buffers'.
15487 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15488 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15489 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15490 FILES with `expand-file-name' converting relative file names
15491 to absolute. Doc fix. (Bug#4727)
15492
15493 2009-11-30 Juri Linkov <juri@jurta.org>
15494
15495 * misearch.el (multi-isearch-read-buffers)
15496 (multi-isearch-read-matching-buffers): New functions.
15497 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15498 Use them in the `interactive' spec. Doc fix.
15499 (multi-isearch-read-files, multi-isearch-read-matching-files):
15500 New functions.
15501 (multi-isearch-files, multi-isearch-files-regexp):
15502 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15503
15504 2009-11-30 Juri Linkov <juri@jurta.org>
15505
15506 * doc-view.el (doc-view-continuous):
15507 Rename from `doc-view-continuous-mode'.
15508 (doc-view-menu): Move "Toggle display" to the top.
15509 Add submenu "Continuous" with radio buttons "Off"/"On"
15510 and "Save as Default".
15511 (doc-view-scroll-up-or-next-page)
15512 (doc-view-scroll-down-or-previous-page)
15513 (doc-view-next-line-or-next-page)
15514 (doc-view-previous-line-or-previous-page):
15515 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15516
15517 2009-11-30 Juri Linkov <juri@jurta.org>
15518
15519 * comint.el (comint-mode-map): Rebind `M-r' from
15520 `comint-previous-matching-input' to
15521 `comint-history-isearch-backward-regexp'.
15522 Unbind `M-s' to allow global key binding `M-s'.
15523 Add menu items for `comint-history-isearch-backward' and
15524 `comint-history-isearch-backward-regexp'. (Bug#3746)
15525
15526 2009-11-30 Juri Linkov <juri@jurta.org>
15527
15528 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15529 For def=recenter, replace `recenter' with `recenter-top-bottom'
15530 that is called with `this-command' and `last-command' let-bound
15531 to `recenter-top-bottom'. When the last `def' was not `recenter',
15532 set `recenter-last-op' to nil. (Bug#4981)
15533
15534 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15535
15536 Minor cleanup and simplification.
15537 * filecache.el (file-cache-add-directory)
15538 (file-cache-add-directory-recursively)
15539 (file-cache-add-from-file-cache-buffer)
15540 (file-cache-delete-file-regexp, file-cache-delete-directory)
15541 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15542 (file-cache-temp-minibuffer-message): Delete function.
15543 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15544
15545 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15546 Don't signal an error when bumping into EOB in tr, s, or y.
15547
15548 2009-11-29 Juri Linkov <juri@jurta.org>
15549
15550 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15551 (Bug#4960)
15552
15553 * descr-text.el (describe-char-unidata-list): Use lowercase name
15554 for "Unicode name" like in other tags.
15555
15556 2009-11-29 Juri Linkov <juri@jurta.org>
15557
15558 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15559 New compatibility macro.
15560 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15561
15562 2009-11-29 Juri Linkov <juri@jurta.org>
15563
15564 Add defcustom to define the cycling order of `recenter-top-bottom'.
15565 (Bug#4981)
15566
15567 * window.el (recenter-last-op): Doc fix.
15568 (recenter-positions): New defcustom.
15569 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15570 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15571
15572 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15573
15574 Improve integration of Tramp and ange-ftp in eshell.
15575
15576 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15577 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15578 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15579
15580 * eshell/esh-util.el (top): Require also Tramp when compiling.
15581 (eshell-directory-files-and-attributes): Check for FTP remote
15582 connection.
15583 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15584 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15585 (eshell-file-attributes): Handle ".". Return `entry'.
15586
15587 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15588 (ange-ftp-directory-files-and-attributes)
15589 (ange-ftp-real-directory-files-and-attributes): New defuns.
15590
15591 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15592 shell with "exec" when possible. This prevents trailing prompts
15593 in `start-file-process'.
15594
15595 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15596
15597 Try and remove assumptions about point-min==1.
15598 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15599 (rng-compute-mode-line-string): Show the validation percentage in
15600 terms of the narrowed text, not the widened text.
15601 (rng-do-some-validation): Don't catch internal errors when debugging.
15602 (rng-first-error): Simplify.
15603 (rng-after-change-function): Remove work around. AFAIK the bug has
15604 been fixed a while ago.
15605
15606 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15607 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15608
15609 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15610
15611 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15612 `cd' doesn't always do it for us (bug#5067).
15613
15614 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15615 on 2009-10-25 as part of some other change (bug#5067).
15616
15617 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15620 `suspicious'.
15621 (byte-compile-warnings): Use byte-compile-warning-types.
15622 (byte-compile-save-excursion): Warn about use of set-buffer right
15623 after save-excursion.
15624
15625 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15626 the excursion as well.
15627
15628 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15629
15630 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15631 providing a Tramp related implementation of "su" and "sudo".
15632 (eshell-unix-initialize): Add "su" and "sudo".
15633
15634 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15635
15636 * net/socks.el (socks-send-command): Convert binary request to
15637 unibyte before sending. This fixes mishandling of some port
15638 numbers such as 129.
15639
15640 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15641
15642 * help.el (describe-bindings-internal): Remove `interactive'.
15643
15644 * man.el (Man-completion-table): Trim a terminating "(".
15645 Remove the space between name page a section.
15646 Add the command's description on the `help-echo' property.
15647 Remove `process-connection-type' binding since it's unused by
15648 call-process.
15649 Provide completion for the "<section> <name>" format as well.
15650 (Man-default-man-entry): Remove spurious var shadowing the argument.
15651
15652 2009-11-26 Kevin Ryde <user42@zip.com.au>
15653
15654 * log-view.el: Add "Keywords: tools", since its other keywords
15655 aren't in finder-known-keywords, and following vc.el.
15656
15657 * sha1.el (sha1-string-external): default-directory "/" in case
15658 otherwise non-existent. process-connection-type pipe for touch of
15659 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15660
15661 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15662
15663 Misc coding convention cleanups.
15664 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15665 hfy-init-kludge-hooks.
15666 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15667 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15668 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15669 and push.
15670 (hfy-slant, hfy-weight): Use tables rather than code.
15671 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15672 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15673 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15674 (hfy-face-to-css): Remove `nconc' with single arg.
15675 (hfy-p-to-face-lennart): Use `or'.
15676 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15677 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15678 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15679 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15680 (hfy-force-fontification): Use run-hooks.
15681
15682 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15683
15684 Various minor fixes.
15685 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15686 Javascript belongs in the header, not the body.
15687 (hfy-javascript): Remove.
15688 (hfy-fontify-buffer): Don't insert it any more.
15689 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15690 Fix bug in invis handling when there were no invis props in a chunk.
15691
15692 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15693
15694 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15695
15696 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15697
15698 * finder.el (finder-mode-map): Add a menu.
15699
15700 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15701
15702 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15703 "unsigned" structs.
15704
15705 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15706 fork" statement better.
15707
15708 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15709
15710 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15711 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15712 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15713 Reported by Clay Douglass.
15714
15715 (verilog-auto-inst, verilog-auto-star-safe)
15716 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15717 Fix removing "// Interfaces" when saving .* expansions.
15718 Reported by Pierre-David Pfister.
15719
15720 2009-11-26 Glenn Morris <rgm@gnu.org>
15721
15722 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15723 the scope.
15724
15725 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15726
15727 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15728 Really use previous revision.
15729
15730 2009-11-25 Kevin Ryde <user42@zip.com.au>
15731
15732 * man.el (Man-completion-table): default-directory "/" in case
15733 doesn't otherwise exist. process-environment COLUMNS=999 so as
15734 not to truncate long names. process-connection-type pipe to avoid
15735 any chance of hitting the pseudo-tty TIOCGWINSZ.
15736 (man): completion-ignore-case t for friendliness and since man
15737 itself is case-insensitive on the command line.
15738 Further to Bug#3717.
15739
15740 * arc-mode.el: Add "Keywords: files", so the details in its
15741 commentary can be reached from finder-by-keyword.
15742 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15743 editing mode, but it's comms related and sgml-mode.el has "comm"
15744 on that basis too.
15745 * textmodes/bibtex-style.el: Add "Keywords: tex".
15746 * international/isearch-x.el, international/ja-dic-cnv.el:
15747 * international/ja-dic-utl.el, international/kkc.el:
15748 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15749
15750 2009-11-25 Juri Linkov <juri@jurta.org>
15751
15752 * man.el (Man-completion-table): Modify regexp to include
15753 section names to completion strings. (Bug#3717)
15754
15755 2009-11-25 Juri Linkov <juri@jurta.org>
15756
15757 Search recursively in gzipped files. (Bug#4982)
15758
15759 * progmodes/grep.el (grep-highlight-matches): Add new options
15760 `always' and `auto'. Doc fix.
15761 (grep-process-setup): Check `grep-highlight-matches' for
15762 `auto-detect' to determine the need to compute grep defaults.
15763 Move Windows/DOS specific --colors settings handling
15764 to `grep-compute-defaults'. Check `grep-highlight-matches'
15765 to get the value of "--color=".
15766 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15767 has the value `auto-detect'. Move Windows/DOS specific settings
15768 from `grep-process-setup'.
15769 (zrgrep): New command with alias `rzgrep'.
15770
15771 2009-11-25 Juri Linkov <juri@jurta.org>
15772
15773 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15774 to nil instead of switching off view-mode. (Bug#4896)
15775
15776 2009-11-25 Juri Linkov <juri@jurta.org>
15777
15778 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15779
15780 * mwheel.el (mwheel-scroll-up-function)
15781 (mwheel-scroll-down-function): New defvars.
15782 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15783 `scroll-up', and `mwheel-scroll-down-function' instead of
15784 `scroll-down'.
15785
15786 * doc-view.el (doc-view-scroll-up-or-next-page)
15787 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15788 Use this ARG in the call to image-scroll-up/image-scroll-down.
15789 Change `interactive' spec to "P". Goto next/previous page only
15790 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15791 SPC/DEL case). Doc fix.
15792 (doc-view-next-line-or-next-page)
15793 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15794 for consistency.
15795 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15796 `doc-view-scroll-up-or-next-page', and buffer-local
15797 `mwheel-scroll-down-function' to
15798 `doc-view-scroll-down-or-previous-page'.
15799
15800 2009-11-25 Juri Linkov <juri@jurta.org>
15801
15802 Provide additional default values (directories at other Dired
15803 windows) via M-n in the minibuffer of some Dired commands.
15804
15805 * dired-aux.el (dired-diff, dired-compare-directories)
15806 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15807 `minibuffer-default' in `minibuffer-with-setup-hook'.
15808 (dired-dwim-target-directory): Find a window that displays Dired
15809 buffer instead of failing when the next window is not Dired.
15810 Use `get-window-with-predicate' to find for the next Dired window.
15811 (dired-dwim-target-defaults): New function.
15812
15813 * ediff-util.el (ediff-read-file-name):
15814 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15815 in `minibuffer-with-setup-hook'.
15816
15817 2009-11-25 Juri Linkov <juri@jurta.org>
15818
15819 Provide additional default values (file name at point or at the
15820 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15821
15822 * minibuffer.el (read-file-name-defaults): New function.
15823 (read-file-name): Reset `minibuffer-default' to nil when
15824 it duplicates initial input `insdef'.
15825 Bind `minibuffer-default-add-function' to lambda that
15826 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15827 (minibuffer-insert-file-name-at-point): New command.
15828
15829 * files.el (file-name-at-point-functions): New defcustom.
15830 (find-file-default): Remove defvar.
15831 (find-file-read-args): Don't use `find-file-default'.
15832 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15833 to `read-file-name'.
15834 (find-file-literally): Use `read-file-name' with
15835 `confirm-nonexistent-file-or-buffer'.
15836
15837 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15838
15839 * dired.el (dired-read-dir-and-switches):
15840 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15841 to `read-file-name'.
15842 (dired-file-name-at-point): New function.
15843 (dired-mode): Add hook `dired-file-name-at-point' to
15844 `file-name-at-point-functions'.
15845
15846 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15847
15848 Really make the *Completions* window soft-dedicated (bug#5030).
15849 * window.el (window--display-buffer-2): Add `dedicated' argument.
15850 (display-buffer): Pass it when needed so the dedicated flag is set
15851 after calling set-window-buffer, which would otherwise reset it.
15852
15853 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15854
15855 * progmodes/meta-mode.el (meta-complete-symbol):
15856 * progmodes/etags.el (complete-tag):
15857 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15858 Use completion-in-region.
15859
15860 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15861 (dabbrev-completion): Use completion-in-region.
15862 (dabbrev--abbrev-at-point): Simplify regexp.
15863
15864 * abbrev.el (abbrev--before-point): Use word-motion functions
15865 if :regexp is not specified (bug#5031).
15866
15867 * subr.el (string-prefix-p): New function.
15868
15869 * man.el (Man-completion-cache): New var.
15870 (Man-completion-table): Use it.
15871
15872 * vc.el (vc-print-log-internal): Make `limit' optional for better
15873 compatibility (e.g. with vc-annotate.el).
15874
15875 2009-11-24 Kevin Ryde <user42@zip.com.au>
15876
15877 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15878 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15879
15880 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15881 when .el source file not found or other error.
15882
15883 2009-11-24 Markus Triska <markus.triska@gmx.at>
15884
15885 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15886
15887 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15888
15889 Handle the [back] button properly (bug#4979).
15890 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15891 Use help-setup-xref, help-buffer, and with-help-window.
15892 (describe-char): Add `buffer' argument.
15893 Pass proper command to help-setup-xref. Don't meddle with
15894 help-xref-stack-item directly.
15895 (describe-text-category): Use with-help-window and help-buffer.
15896
15897 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15898 for the displayed buffer (bug#4887).
15899
15900 * man.el (Man-completion-table): New function.
15901 (man): Use it.
15902
15903 2009-11-24 David Reitter <david.reitter@gmail.com>
15904
15905 * vc-git.el (vc-git-registered): Use checkout directory (where
15906 .git is) rather than the file's directory and a relative path spec
15907 to work around a bug in git.
15908
15909 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15910
15911 Improve handling of processes on remote hosts.
15912
15913 * eshell/esh-util.el (eshell-path-env): New defvar.
15914 (eshell-parse-colon-path): New defun.
15915 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15916
15917 * eshell/esh-ext.el (eshell-search-path):
15918 Use `eshell-parse-colon-path'.
15919 (eshell-remote-command): Remove argument HANDLER.
15920 (eshell-external-command): Check for FTP remote connection.
15921
15922 * eshell/esh-proc.el (eshell-gather-process-output):
15923 Use `file-truename', in order to start also symlinked files.
15924 Apply `start-file-process' instead of `start-process'.
15925 Shorten `command' to the local file name part.
15926
15927 * eshell/em-cmpl.el (eshell-complete-commands-list):
15928 Use `eshell-parse-colon-path'.
15929
15930 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15931
15932 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15933 to `eshell-directory-change-hook'.
15934
15935 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15936
15937 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15938 because it could be enabled automatically if view-read-only is non-nil.
15939
15940 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15941
15942 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15943 made on 2009-11-22.
15944
15945 2009-11-24 Glenn Morris <rgm@gnu.org>
15946
15947 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15948 deleted variable bookmark-bmenu-bookmark-column.
15949
15950 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15951
15952 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15953
15954 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15955
15956 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15957 two slashes to the "file:" prefix.
15958 (browse-url-file-url): De-munge Cygwin filenames before passing
15959 them to Windows browser.
15960 (browse-url-default-windows-browser): Use call-process.
15961
15962 2009-11-23 Juri Linkov <juri@jurta.org>
15963
15964 Implement DocView Continuous mode. (Bug#4896)
15965 * doc-view.el (doc-view-continuous-mode): New defcustom.
15966 (doc-view-mode-map): Bind C-n/<down> to
15967 `doc-view-next-line-or-next-page', C-p/<up> to
15968 `doc-view-previous-line-or-previous-page'.
15969 (doc-view-next-line-or-next-page)
15970 (doc-view-previous-line-or-previous-page): New commands.
15971
15972 2009-11-23 Juri Linkov <juri@jurta.org>
15973
15974 Implement Isearch in comint input history. (Bug#3746)
15975 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15976 `isearch-mode-hook'.
15977 (comint-history-isearch): New defcustom.
15978 (comint-history-isearch-backward)
15979 (comint-history-isearch-backward-regexp): New commands.
15980 (comint-history-isearch-message-overlay): New buffer-local variable.
15981 (comint-history-isearch-setup, comint-history-isearch-end)
15982 (comint-goto-input, comint-history-isearch-search)
15983 (comint-history-isearch-message, comint-history-isearch-wrap)
15984 (comint-history-isearch-push-state)
15985 (comint-history-isearch-pop-state): New functions.
15986
15987 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15988
15989 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15990 return.
15991 (tramp-handle-make-symbolic-link)
15992 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15993 Quote file names.
15994 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15995 (tramp-handle-process-file): Use it.
15996
15997 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15998
15999 * window.el (move-to-window-line-last-op): Remove.
16000 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16001
16002 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16003
16004 Make M-r mirror the new cycling behavior of C-l.
16005 * window.el (move-to-window-line-last-op): New var.
16006 (move-to-window-line-top-bottom): New command.
16007 (global-map): Bind M-r move-to-window-line-top-bottom.
16008
16009 2009-11-23 Sven Joachim <svenjoac@gmx.de>
16010
16011 * dired-x.el (dired-guess-shell-alist-default):
16012 Support xz format. (Bug#4953)
16013
16014 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16015
16016 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16017 last-command-char/last-command-event.
16018 (viper-prefix-arg-value): Do correct conversion of event-char for
16019 XEmacs.
16020
16021 * emulation/viper-util.el, emulation/viper.el:
16022 Use viper-last-command-char instead of
16023 last-command-char/last-command-event.
16024
16025 * ediff-init.el, ediff-mult.el, ediff-util.el:
16026 Replace last-command-char and last-command-event
16027 with (ediff-last-command-char) everywhere.
16028
16029 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16030 created in fundamental mode.
16031
16032 * ediff.el (ediff-version): Revert the change of interactive-p to
16033 called-interactively-p.
16034
16035 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16036
16037 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16038 generation from word-movement command names.
16039
16040 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16041
16042 * cus-start.el (all): Add native condition for font-use-system-font.
16043
16044 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
16045
16046 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16047 Correct the patch from 2009-11-18. (Bug#3910)
16048
16049 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16050
16051 * progmodes/subword.el: Rename from lisp/subword.el.
16052
16053 * subword.el: Rename to progmodes/subword.el.
16054
16055 * Makefile.in (ELCFILES): Adapt to subword.el move.
16056
16057 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16058 Stefan Monnier <monnier@iro.umontreal.ca>
16059
16060 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16061 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16062 (bookmark-bmenu-show-filenames): Use push.
16063 (bookmark-bmenu-hide-filenames): Use local var instead of
16064 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16065 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16066 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16067 filenames now that the bookmark names are always available.
16068
16069 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16070
16071 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16072 (bookmark-search-pattern): Move and leave unbound.
16073 (bookmark-bmenu-mode-map): Change binding.
16074 (bookmark-read-search-input): Simplify.
16075 Don't use text-char-description. Don't error on non-char events.
16076 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16077 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16078 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16079 Use a local var for the timer.
16080 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16081 (i.e. bookmark-bmenu-search).
16082
16083 2009-11-21 Glenn Morris <rgm@gnu.org>
16084
16085 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16086
16087 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16088
16089 * net/browse-url.el (browse-url-default-windows-browser):
16090 Use cygstart for cygwin.
16091
16092 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16093
16094 * bookmark.el: Formatting and doc fixes only:
16095 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16096 (bookmark-bmenu-search): Wrap to fit within 80 columns.
16097 Minor grammar and punctuation fixes in doc string.
16098 (bookmark-read-search-input): Adjust to fit within 80 columns.
16099
16100 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16101
16102 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16103 (c-backward-into-nomenclature): Adapt to subword renaming.
16104
16105 * subword.el (subword-forward, subword-backward, subword-mark)
16106 (subword-kill, subword-backward-kill, subword-transpose)
16107 (subword-downcase, subword-upcase, subword-capitalize)
16108 (subword-forward-internal, subword-backward-internal):
16109 Rename from forward-subword, backward-subword, mark-subword,
16110 kill-subword, backward-kill-subword, transpose-subwords,
16111 downcase-subword, upcase-subword, capitalize-subword,
16112 forward-subword-internal, backward-subword-internal.
16113
16114 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16115
16116 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16117 New options.
16118 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16119 New vars.
16120 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16121 (bookmark-bmenu-filter-alist-by-regexp)
16122 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16123 (bookmark-bmenu-search): New command.
16124 (bookmark-bmenu-mode-map): Bind it.
16125
16126 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16127
16128 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16129 backward-subword to quit the byte-compiler.
16130
16131 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16132
16133 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16134
16135 * progmodes/cc-cmds.el (c-update-modeline)
16136 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16137 Refer to subword.el functions instead of cc-subword.el.
16138
16139 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16140 subword.el functions instead of cc-subword.el.
16141
16142 * progmodes/cc-subword.el: Rename to subword.el.
16143 * subword.el: Rename from progmodes/cc-subword.el.
16144 (subword-mode-map): Rename from c-subword-mode-map.
16145 (subword-mode): Rename from c-subword-mode.
16146 (global-subword-mode): New global minor mode.
16147 (forward-subword): Rename from c-forward-subword.
16148 (backward-subword): Rename from c-backward-subword.
16149 (mark-subword): Rename from c-mark-subword.
16150 (kill-subword): Rename from c-kill-subword.
16151 (backward-kill-subword): Rename from c-backward-kill-subword.
16152 (transpose-subwords): Rename from c-tranpose-subword.
16153 (downcase-subword): Rename from c-downcase-subword.
16154 (capitalize-subword): Rename from c-capitalize-subword.
16155 (forward-subword-internal): Rename from c-forward-subword-internal.
16156 (backward-subword-internal): Rename from c-backward-subword-internal.
16157
16158 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16159
16160 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16161 from a dired buffer.
16162 (vc-dired-deduce-fileset): New function.
16163 (vc-root-diff, vc-print-root-log): Use it.
16164
16165 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16166 nil LIMIT argument to vc-print-log-internal.
16167
16168 2009-11-20 Glenn Morris <rgm@gnu.org>
16169
16170 * Makefile.in (ELCFILES): Regenerate.
16171
16172 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16173
16174 * calc/calc.el (calc-set-mode-line):
16175 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16176 (math-format-number): Rename `math-format-complement-signed' to
16177 `math-format-twos-complement'.
16178
16179 * calc/calc-bin.el (math-format-twos-complement): Rename from
16180 math-format-complement-signed.
16181 (calc-radix): Rename `calc-complement-signed-mode' to
16182 `calc-twos-complement-mode'.
16183 (calc-octal-radix, calc-hex-radix): Add an argument for
16184 two's complement.
16185
16186 * calc/calc-embed.el (calc-embedded-mode-vars):
16187 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16188
16189 * calc/calc-ext.el (calc-init-extensions):
16190 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16191 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16192
16193 * calc/calc-units.el (math-build-units-table-buffer):
16194 Let `calc-twos-complement-mode' be nil.
16195
16196 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16197 entries.
16198
16199 * calc/calc-vec.el (calcFunc-vunpack):
16200 * calc/calc-aent.el (calc-do-calc-eval):
16201 * calc/calc-forms.el (math-format-date):
16202 * calc/calc-graph.el (calc-graph-plot):
16203 * calc/calc-math.el (math-use-emacs-fn):
16204 * calc/calccomp.el (math-compose-expr):
16205 Let `calc-twos-complement-mode' be nil.
16206
16207 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16208
16209 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16210 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16211 * minibuffer.el (completion-in-region-functions): New hook.
16212 (completion-in-region): New function.
16213 * emacs-lisp/lisp.el (lisp-complete-symbol):
16214 * pcomplete.el (pcomplete-std-complete): Use it.
16215
16216 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16217
16218 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16219 (latex-complete-alist): New vars.
16220 (latex-string-prefix-p, latex-complete-bibtex-keys)
16221 (latex-complete-envnames, latex-complete-refkeys)
16222 (latex-complete-data): New functions.
16223 (latex-complete, latex-indent-or-complete): New commands.
16224
16225 * window.el (display-buffer-mark-dedicated): New var.
16226 (display-buffer): Obey it.
16227 * minibuffer.el (minibuffer-completion-help): Use it.
16228
16229 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16230
16231 * filecache.el (file-cache-add-file): Use push and cons.
16232 (file-cache-delete-file-regexp): Use push.
16233 (file-cache-complete): Use completion-in-region.
16234
16235 * simple.el (with-wrapper-hook): Fix thinko.
16236
16237 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16238 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16239 Use with-current-buffer and string-to-number.
16240 (hfy-fallback-colour-values): Use assoc-string.
16241 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16242 (hfy-face-at): Remove unused var `found-face'.
16243 (hfy-compile-stylesheet): Remove unused var `css'.
16244 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16245 and `orig-buffer'.
16246 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16247 Use with-current-buffer.
16248 (hfy-text-p): Use expand-file-name and fewer setq.
16249
16250 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16251
16252 * htmlfontify.el, hfy-cmap.el: New files.
16253
16254 2009-11-19 Juri Linkov <juri@jurta.org>
16255
16256 * minibuffer.el (completions-format): New defcustom.
16257 (completion--insert-strings): Implement vertical format.
16258
16259 * simple.el (switch-to-completions): Move point to the first
16260 completion when point was at the beginning of the buffer.
16261
16262 2009-11-19 Juri Linkov <juri@jurta.org>
16263
16264 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16265
16266 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16267
16268 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
16269
16270 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16271 (mail-signature): Change default to t.
16272 (mail-from-style): Deprecate `system-default' value.
16273 (mail-insert-from-field): For default value of mail-from-style,
16274 default to `angles' unless `angles' needs quoting and `parens'
16275 does not.
16276 (mail-citation-prefix-regexp): Use citation regexp from
16277 message-mode.
16278
16279 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
16280
16281 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16282 Set variables for computing the prompt for reading password.
16283
16284 2009-11-19 Glenn Morris <rgm@gnu.org>
16285
16286 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16287
16288 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16289
16290 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16291 (newsticker-treeview-listwindow-height): Fix custom type.
16292
16293 2009-11-19 Kenichi Handa <handa@m17n.org>
16294
16295 * descr-text.el (describe-char-padded-string): Compose with TAB
16296 only if there's a font for CH.
16297 (describe-char): Fix the condition for detecting a trivial composition.
16298
16299 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
16300
16301 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
16302 more accurate version of the regexp. (Bug#3910)
16303
16304 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16305
16306 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16307
16308 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
16309
16310 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16311 (font-setting-change-default-font): Fix typo in docstring.
16312
16313 2009-11-18 Alan Mackenzie <acm@muc.de>
16314
16315 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16316
16317 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16318
16319 * font-setting.el (font-use-system-font): Move ...
16320
16321 * cus-start.el (all): ... to here.
16322
16323 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
16324
16325 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16326 Don't set `ad-return-value' if `ad-do-it' doesn't.
16327
16328 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16329 modification time.
16330
16331 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16332
16333 * menu-bar.el: Put "Use system font" in Option-menu.
16334 (menu-bar-options-save): Add font-use-system-font.
16335
16336 * loadup.el: If feature system-font-setting or font-render-setting is
16337 there, load font-setting.
16338
16339 * Makefile.in (ELCFILES): Add font-settings.el.
16340 * font-setting.el: New file.
16341
16342 2009-11-17 Glenn Morris <rgm@gnu.org>
16343
16344 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16345
16346 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16347 Preserve point in the list buffer. (Bug#4939)
16348 Use point-at-eol.
16349 (newsticker--treeview-list-update-highlight)
16350 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16351
16352 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16353
16354 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16355 Remove.
16356
16357 * calc/calc-ext.el (calc-init-extensions): Remove references to
16358 symclip.
16359
16360 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16361
16362 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
16363 * calc/calc-help.el (calc-b-prefix-help): Remove references to
16364 `calc-symclip'.
16365
16366 2009-11-16 Kevin Ryde <user42@zip.com.au>
16367
16368 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16369 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
16370
16371 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16372 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16373 Ignore trailing spaces by omit-nulls to split-string (fixing
16374 regression from Emacs 21 due to the incompatible split-string
16375 change). (Bug #4928.)
16376
16377 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16378
16379 * vc.el (vc-log-show-limit): Default to 2000.
16380 (vc-print-log-internal): Insert buttons to request more entries
16381 when limiting the output.
16382
16383 * vc-sccs.el (vc-sccs-print-log):
16384 * vc-rcs.el (vc-rcs-print-log):
16385 * vc-cvs.el (vc-cvs-print-log):
16386 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16387 LIMIT is non-nil.
16388
16389 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16390
16391 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16392 error when `tramp-gvfs-dbus-event-vector' is set.
16393 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16394
16395 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16396
16397 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16398
16399 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16400
16401 * net/dbus.el (dbus-unregister-service): New defun.
16402 (dbus-register-property): Register the handlers of
16403 "org.freedesktop.DBus.Properties" for SERVICE.
16404 (dbus-property-handler): Fix docstring.
16405
16406 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16407
16408 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16409 Quote doc string reference in defvaralias as it is not in special form.
16410 (byte-compile-output-docform): Doc fix.
16411
16412 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16413
16414 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16415 (calc-complement-signed-mode): New variables.
16416 (calc-set-mode-line): Add indicator for twos-complements.
16417 (math-format-number): Format twos-complement notation.
16418
16419 * calc/calc-bin.el (calc-word-size): Reset the variables
16420 `math-2-word-size' and `math-half-2-word-size'.
16421 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16422 (calc-symclip): New functions.
16423
16424 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16425
16426 * calc/calc-embed.el (calc-embedded-mode-vars):
16427 Add `calc-complement-signed-mode' to the list of modes.
16428
16429 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
16430 (calc-b-oper-keys): Add `calc-symclip' to list.
16431
16432 * calc/calc-ext.el (math-read-number-fancy): Read complement
16433 signed numbers.
16434 (calc-init-extensions): Add binding for `calc-symclip'.
16435 Add autoload for `calcFunc-symclip' and `calc-symclip'.
16436
16437 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16438 `calc-symclip'.
16439 (calc-modes-menu): Add item for twos complement mode.
16440
16441 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
16442
16443 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16444
16445 * register.el (jump-to-register, insert-register): Handle Semantic
16446 tags. From commented-out advice in semantic/senator.el.
16447
16448 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16449
16450 * vc.el (vc-log-show-limit): New variable.
16451 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16452 when using a prefix argument.
16453 (vc-print-log-internal): Add new argument LIMIT.
16454
16455 * vc-svn.el (vc-svn-print-log):
16456 * vc-mtn.el (vc-mtn-print-log):
16457 * vc-hg.el (vc-hg-print-log):
16458 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
16459 pass it to the log command when set. Make the BUFFER argument
16460 non-optional.
16461
16462 * vc-sccs.el (vc-sccs-print-log):
16463 * vc-rcs.el (vc-rcs-print-log):
16464 * vc-git.el (vc-git-print-log):
16465 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16466 ignore it. Make the BUFFER argument non-optional.
16467
16468 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16469
16470 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16471
16472 * dired.el (dired-mode-map): Move encryption items to "Operate"
16473 menu (Bug#4703).
16474
16475 * strokes.el (strokes-update-window-configuration): Make strokes
16476 buffer current before erasing (Bug#4906).
16477
16478 2009-11-15 Juri Linkov <juri@jurta.org>
16479
16480 * simple.el (set-mark-default-inactive): Add :type, :group
16481 and :version. (Bug#4876)
16482
16483 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
16484
16485 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16486 (archive-unique-fname): ... here. (Bug#4929)
16487
16488 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16489
16490 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16491 with a real fix.
16492
16493 * novice.el (disabled-command-function): Add useful args.
16494 Setup the help buffer so that [back] works.
16495 Remove redundant call to help-mode.
16496 (disabled-command-function): Use `case'.
16497 (en/disable-command): New function extracted from enable-command.
16498 (enable-command, disable-command): Use it.
16499
16500 2009-11-14 Glenn Morris <rgm@gnu.org>
16501
16502 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16503 constants. (Bug#4913)
16504
16505 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16506
16507 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16508
16509 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16510 defined in C that have no doc-strings. (Bug#1063)
16511
16512 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16513
16514 * cus-edit.el (data, files):
16515 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16516
16517 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16518
16519 * simple.el (shell-command): Doc fix (Bug#4891).
16520
16521 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16522
16523 2009-11-14 Glenn Morris <rgm@gnu.org>
16524
16525 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16526 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16527 If they are already loaded, eval-after-load will do the right thing.
16528
16529 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16530 compiling.
16531
16532 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16533
16534 * simple.el (x-selection-owner-p): Declare.
16535 (read-mail-command): Use custom radio type rather than choice.
16536 (completion-no-auto-exit): Doc fix.
16537
16538 * custom.el (defgroup):
16539 * epg-config.el (epg): Doc fixes.
16540
16541 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16542
16543 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16544 * international/ccl.el (define-ccl-program): Do not purecopy the
16545 docstring, defconst does it anyway.
16546
16547 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16550 a second time.
16551
16552 * x-dnd.el (x-dnd-maybe-call-test-function):
16553 * window.el (split-window-vertically):
16554 * whitespace.el (whitespace-help-on):
16555 * vc-rcs.el (vc-rcs-consult-headers):
16556 * userlock.el (ask-user-about-lock-help)
16557 (ask-user-about-supersession-help):
16558 * type-break.el (type-break-force-mode-line-update):
16559 * time-stamp.el (time-stamp-conv-warn):
16560 * terminal.el (te-set-output-log, te-more-break, te-filter)
16561 (te-sentinel, terminal-emulator):
16562 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16563 (term-write-input-ring, term-check-source, term-start-output-log):
16564 (term-display-buffer-line, term-dynamic-list-completions):
16565 (term-ansi-make-term, serial-term):
16566 * subr.el (selective-display):
16567 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16568 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16569 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16570 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16571 (speedbar-remove-localized-speedbar-support)
16572 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16573 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16574 (speedbar-buffers-line-directory):
16575 * simple.el (shell-command-on-region, append-to-buffer)
16576 (prepend-to-buffer):
16577 * shadowfile.el (shadow-save-todo-file):
16578 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16579 (scroll-bar-maybe-set-window-start):
16580 * sb-image.el (speedbar-image-dump):
16581 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16582 (load-save-place-alist-from-file):
16583 * ps-samp.el (ps-print-message-from-summary):
16584 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16585 (ps-background-image, ps-begin-job, ps-do-despool):
16586 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16587 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16588 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16589 (pr-call-process, pr-file-list, pr-interface-save):
16590 * novice.el (disabled-command-function)
16591 (enable-command, disable-command):
16592 * mouse.el (mouse-buffer-menu-alist):
16593 * mouse-copy.el (mouse-kill-preserving-secondary):
16594 * macros.el (kbd-macro-query):
16595 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16596 * informat.el (batch-info-validate):
16597 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16598 * hippie-exp.el (try-expand-dabbrev-visible):
16599 * help-mode.el (help-make-xrefs):
16600 * help-fns.el (describe-variable):
16601 * generic-x.el (bat-generic-mode-run-as-comint):
16602 * finder.el (finder-mouse-select):
16603 * find-dired.el (find-dired-sentinel):
16604 * filesets.el (filesets-file-close):
16605 * files.el (list-directory):
16606 * faces.el (list-faces-display, describe-face):
16607 * facemenu.el (list-colors-display):
16608 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16609 * epg.el (epg--process-filter, epg-cancel):
16610 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16611 (epa--read-signature-type):
16612 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16613 (emerge-file-names):
16614 * ehelp.el (electric-helpify):
16615 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16616 * ediff-vers.el (rcs-ediff-view-revision):
16617 * ediff-util.el (ediff-setup):
16618 * ediff-mult.el (ediff-append-custom-diff):
16619 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16620 (ediff-wordify):
16621 * echistory.el (Electric-command-history-redo-expression):
16622 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16623 * disp-table.el (describe-display-table):
16624 * dired.el (dired-find-buffer-nocreate):
16625 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16626 * dabbrev.el (dabbrev--same-major-mode-p):
16627 * chistory.el (list-command-history):
16628 * apropos.el (apropos-documentation):
16629 * allout.el (allout-obtain-passphrase):
16630 (allout-copy-exposed-to-buffer):
16631 (allout-verify-passphrase): Use with-current-buffer.
16632
16633 2009-11-13 Glenn Morris <rgm@gnu.org>
16634
16635 * Makefile.in (ELCFILES): Regenerate.
16636
16637 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16638
16639 * net/dbus.el (dbus-registered-objects-table): Rename from
16640 `dbus-registered-functions-table', because it contains also properties.
16641 (dbus-unregister-object): Unregister also properties.
16642 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16643 Use a timeout of 500 msec, in order to not block.
16644 (dbus-register-property, dbus-property-handler): New defuns.
16645
16646 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16647
16648 * simple.el (minibuffer-default-add-completions): Drop deprecated
16649 4th arg.
16650
16651 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16652
16653 * textmodes/artist.el (artist-mouse-choose-operation):
16654 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16655 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16656 (artist-compute-up-event-key): New function.
16657 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16658
16659 2009-11-13 Kenichi Handa <handa@m17n.org>
16660
16661 * language/japan-util.el: Make sure that the value of jisx0208
16662 property is jisx0208 character.
16663
16664 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16665
16666 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16667 car or each item, not the whole list.
16668
16669 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16670
16671 * minibuffer.el (minibuffer-completion-help):
16672 Use minibuffer-hide-completions.
16673
16674 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16675
16676 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16677 (dired-revert): Use them (bug#4880).
16678
16679 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16680
16681 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16682
16683 2009-11-12 Juri Linkov <juri@jurta.org>
16684
16685 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16686 New functions.
16687 (find-file-literally-at-point): Alias of `ffap-literally'.
16688
16689 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16690
16691 * textmodes/ispell.el (ispell-skip-region-alist):
16692 * textmodes/css-mode.el (auto-mode-alist):
16693 * progmodes/compile.el (auto-mode-alist):
16694 * international/mule.el (ctext-non-standard-encodings-alist)
16695 (ctext-non-standard-encodings-regexp):
16696 * simple.el (shell-command-switch, text-read-only):
16697 * replace.el (occur-mode-map):
16698 * paths.el (rmail-file-name):
16699 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16700 * find-file.el (ff-special-constructs):
16701 * files.el (file-name-handler-alist):
16702 * composite.el: Purecopy strings.
16703
16704 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16705
16706 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16707
16708 * widget.el (define-widget): Purecopy the docstring.
16709 * international/mule-cmds.el (charset): Do not purecopy the
16710 docstring here, define-widget does it.
16711
16712 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16713 * textmodes/bibtex-style.el (auto-mode-alist):
16714 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16715 * progmodes/compile.el (compile-command):
16716 * language/korea-util.el (default-korean-keyboard):
16717 * international/mule-conf.el (file-coding-system-alist):
16718 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16719 * tooltip.el (tooltip-frame-parameters):
16720 * newcomment.el (comment-end, comment-padding):
16721 * dired.el (dired-trivial-filenames):
16722 * comint.el (comint-file-name-prefix): Purecopy initial values.
16723
16724 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16725
16726 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16727 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16728 `tramp-unload'.
16729 (tramp-advice-make-auto-save-file-name)
16730 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16731 after removing the advice.
16732
16733 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16734
16735 * progmodes/grep.el (grep-regexp-alist):
16736 * international/mule-cmds.el (iso-2022-control-alist):
16737 * emacs-lisp/timer.el (timer-duration-words):
16738 * subr.el (version-separator, version-regexp-alist):
16739 * minibuffer.el (completion-styles-alist):
16740 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16741 Change defvars to defconsts.
16742
16743 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16744 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16745 * international/mule-conf.el: Allow to be byte compiled.
16746
16747 * international/mule.el (define-charset): Purecopy props.
16748 (load-with-code-conversion): Purecopy doc string and file name.
16749 (put-charset-property): Purecopy strings.
16750 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16751
16752 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16753 (define-char-code-property): Correctly purecopy the table.
16754
16755 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16756
16757 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16758
16759 * subr.el (add-hook): Purecopy strings.
16760 (eval-after-load): Purecopy load-history-regexp and the form.
16761
16762 * custom.el (custom-declare-group): Purecopy load-file-name.
16763
16764 * subr.el (menu-bar-separator): New defconst.
16765 * net/eudc.el (eudc-tools-menu):
16766 * international/mule-cmds.el (set-coding-system-map)
16767 (mule-menu-keymap):
16768 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16769 * vc-hooks.el (vc-menu-map):
16770 * replace.el (occur-mode-map):
16771 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16772 (menu-bar-edit-menu, menu-bar-goto-menu)
16773 (menu-bar-custom-menu, menu-bar-showhide-menu)
16774 (menu-bar-options-menu, menu-bar-tools-menu)
16775 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16776 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16777 (menu-bar-help-menu):
16778 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16779 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16780
16781 * term/x-win.el (x-gtk-stock-map):
16782 * progmodes/vera-mode.el (auto-mode-alist):
16783 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16784 (inferior-lisp-program, inferior-lisp-load-command):
16785 * progmodes/hideshow.el (hs-special-modes-alist):
16786 * progmodes/gud.el (same-window-regexps):
16787 * progmodes/grep.el (grep-program, find-program, xargs-program):
16788 * net/telnet.el (same-window-regexps):
16789 * net/rlogin.el (same-window-regexps):
16790 * language/ethiopic.el (font-ccl-encoder-alist):
16791 * vc-sccs.el (vc-sccs-master-templates):
16792 * vc-rcs.el (vc-rcs-master-templates):
16793 * subr.el (cl-assertion-failed):
16794 * simple.el (next-error-overlay-arrow-position):
16795 * lpr.el (lpr-command):
16796 * locate.el (locate-ls-subdir-switches):
16797 * info.el (same-window-regexps, info)
16798 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16799 * image-mode.el (image-mode, auto-mode-alist):
16800 * hippie-exp.el (hippie-expand-ignore-buffers):
16801 * format.el (format-alist):
16802 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16803 (find-name-arg):
16804 * facemenu.el (facemenu-keybindings):
16805 * dired.el (dired-listing-switches, dired-chown-program):
16806 * diff.el (diff-switches, diff-command):
16807 * cus-edit.el (same-window-regexps):
16808 * bindings.el (mode-line-mule-info)
16809 (mode-line-buffer-identification): Purecopy strings.
16810
16811 2009-11-11 Juri Linkov <juri@jurta.org>
16812
16813 * simple.el (dired-get-filename) <declare-function>:
16814 Tell the byte-compiler about dired-get-filename.
16815 (shell-command): In Dired mode, get filename from the current line
16816 as the default value.
16817
16818 2009-11-10 Glenn Morris <rgm@gnu.org>
16819
16820 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16821 * calendar/holidays.el, progmodes/cperl-mode.el:
16822 Update x-popup-menu declarations.
16823
16824 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16825 (list-load-path-shadows): Use dolist.
16826 (list-load-path-shadows): Use with-current-buffer.
16827
16828 2009-11-10 Juri Linkov <juri@jurta.org>
16829
16830 * minibuffer.el (read-file-name): Support a list of default values
16831 in `default-filename'. Use the first file name where only one
16832 element is required. Doc fix.
16833
16834 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16835
16836 * net/dbus.el (dbus-unregister-object): Release service, if no
16837 other method is registered for it.
16838
16839 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16840
16841 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16842 bookmark-sort-flag is non-nil (Bug#4653).
16843
16844 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16845
16846 * emulation/cua-base.el: Add CUA property to some CC mode commands
16847 (Bug#4100).
16848
16849 2009-11-08 Kevin Ryde <user42@zip.com.au>
16850
16851 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16852 at end of sentence (Bug#4818).
16853
16854 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16855
16856 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16857 Handle "see declaration of" MSFT statements (Bug#4100).
16858
16859 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16860
16861 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16862 (tramp-advice-file-expand-wildcards): Unload via
16863 `ad-remove-advice'.
16864
16865 * net/trampver.el: Update release number.
16866
16867 2009-11-08 Kevin Ryde <user42@zip.com.au>
16868
16869 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16870 `ad-do-it'.
16871
16872 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16873
16874 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16875 in order to keep context in SELinux.
16876
16877 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16878
16879 * dired-aux.el (dired-query): Place cursor in echo area and allow
16880 C-g.
16881
16882 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16883 menu item if not on a directory (Bug#4701).
16884
16885 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16886
16887 Sync with Tramp 2.1.17.
16888
16889 * net/tramp.el (tramp-handle-copy-directory): Don't use
16890 `file-remote-p' (due to compatibility).
16891
16892 * net/tramp-compat.el (tramp-compat-copy-directory)
16893 (tramp-compat-delete-directory): New defuns.
16894
16895 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16896 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16897 Use `tramp-compat-delete-directory'.
16898
16899 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16900 (tramp-smb-handle-delete-directory):
16901 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16902
16903 * net/trampver.el: Update release number.
16904
16905 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16906
16907 * tar-mode.el (tar-copy): Call write-region on the right buffer
16908 (Bug#4857).
16909
16910 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16911 by hand, if necessary (Bug#4878).
16912
16913 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16914
16915 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16916 align size column (Bug#4839).
16917
16918 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16919 statement.
16920
16921 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16922
16923 * progmodes/ld-script.el (auto-mode-alist):
16924 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16925
16926 * cus-face.el (custom-declare-face): Purecopy face spec.
16927
16928 2009-11-06 Kenichi Handa <handa@m17n.org>
16929
16930 * international/uni-bidi.el: Re-generated.
16931 * international/uni-category.el: Re-generated.
16932 * international/uni-combining.el: Re-generated.
16933 * international/uni-mirrored.el: Re-generated.
16934
16935 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16936
16937 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16938 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16939 (tex-start-options, slitex-run-command, latex-run-command)
16940 (tex-run-command, tex-directory):
16941 * textmodes/ispell.el (ispell-html-skip-alists)
16942 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16943 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16944 (adaptive-fill-regexp):
16945 * textmodes/dns-mode.el (auto-mode-alist):
16946 * progmodes/python.el (interpreter-mode-alist):
16947 * progmodes/etags.el (tags-compression-info-list):
16948 * progmodes/etags.el (tags-file-name):
16949 * net/browse-url.el (browse-url-galeon-program)
16950 (browse-url-firefox-program):
16951 * mail/sendmail.el (mail-signature-file)
16952 (mail-citation-prefix-regexp):
16953 * international/mule-conf.el (eight-bit):
16954 * international/latexenc.el (latex-inputenc-coding-alist):
16955 * international/fontset.el (x-pixel-size-width-font-regexp):
16956 * emacs-lisp/warnings.el (warning-type-format):
16957 * emacs-lisp/trace.el (trace-buffer):
16958 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16959 (emacs-lisp-mode-map):
16960 * calendar/holidays.el (holiday-solar-holidays)
16961 (holiday-bahai-holidays, holiday-islamic-holidays)
16962 (holiday-christian-holidays, holiday-hebrew-holidays)
16963 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16964 (hebrew-holidays-1, holiday-oriental-holidays)
16965 (holiday-general-holidays):
16966 * x-dnd.el (x-dnd-known-types):
16967 * tool-bar.el (tool-bar):
16968 * startup.el (site-run-file):
16969 * shell.el (shell-dumb-shell-regexp):
16970 * rfn-eshadow.el (file-name-shadow-tty-properties)
16971 (file-name-shadow-properties):
16972 * paths.el (remote-shell-program, news-directory):
16973 * mouse.el ([C-down-mouse-3]):
16974 * menu-bar.el (menu-bar-tools-menu):
16975 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16976 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16977 (jka-compr-compression-info-list):
16978 * isearch.el (search-whitespace-regexp):
16979 * image-file.el (image-file-name-extensions):
16980 * find-dired.el (find-ls-option):
16981 * files.el (directory-listing-before-filename-regexp)
16982 (directory-free-space-args, insert-directory-program)
16983 (list-directory-brief-switches, magic-fallback-mode-alist)
16984 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16985 (automount-dir-prefix):
16986 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16987 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16988 (face-font-registry-alternatives, face-font-registry-alternatives)
16989 (face-font-family-alternatives):
16990 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16991 (facemenu-foreground-menu, facemenu-face-menu):
16992 * epa-hook.el (epa-file-name-regexp):
16993 * dnd.el (dnd-protocol-alist):
16994 * textmodes/rst.el (auto-mode-alist):
16995 * button.el (default-button): Purecopy strings.
16996
16997 2009-11-06 Glenn Morris <rgm@gnu.org>
16998
16999 * Makefile.in (ELCFILES): Update.
17000
17001 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17002
17003 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17004 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17005
17006 * nxml/xsd-regexp.el (xsdre-gen-categories):
17007 * nxml/xmltok.el (xmltok-parse-entity):
17008 * nxml/rng-parse.el (rng-parse-validate-file):
17009 * nxml/rng-maint.el (rng-format-manual)
17010 (rng-manual-output-force-new-line):
17011 * nxml/rng-loc.el (rng-save-schema-location-1):
17012 * nxml/rng-cmpct.el (rng-c-parse-file):
17013 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17014 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17015
17016 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17017
17018 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
17019 Remove extra save-excursions and make-variable-buffer-local's.
17020 Suggested by Stefan Monnier.
17021
17022 (verilog-getopt-file, verilog-module-inside-filename-p)
17023 (verilog-set-define): Merge GNU 1.35 and repair changes from
17024 switching to using with-current-buffer.
17025
17026 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17027 being treated as a number and confusing AUTORESET.
17028 Reported by Dan Dever.
17029
17030 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17031 Add verilog-auto-ignore-concat to fix backward compatibility with
17032 older verilog-modes. Reported by Dan Katz.
17033
17034 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17035 containing closing anchors "...$".
17036
17037 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17038 Reported by Wade Smith.
17039
17040 (verilog-batch-execute-func): Comment on function usage.
17041
17042 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
17043
17044 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17045 for labels.
17046
17047 (verilog-label-re, verilog-calc-1): Support proper indent of named
17048 asserts.
17049
17050 (verilog-backward-token, verilog-basic-complete-re)
17051 (verilog-beg-of-statement, verilog-indent-re): Support proper
17052 indent of the assert statement at the beginning of a block of text.
17053
17054 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17055 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17056 tokens as begins.
17057
17058 2009-11-05 Glenn Morris <rgm@gnu.org>
17059
17060 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17061 Emacs 19. (Bug#1531)
17062 (byte-compile-fix-header): Update for the above change.
17063 Drop test for epoch::version.
17064
17065 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
17066 * cus-dep.el (custom-make-dependencies):
17067 * finder.el (finder-compile-keywords):
17068 Use autoload-rubric's feature argument.
17069
17070 * calendar/diary-lib.el (top-level): Make load behave more like require.
17071
17072 * vc-git.el (vc-git-stash-map): Move definition before use.
17073
17074 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
17075
17076 * custom.el (custom-declare-group): Purecopy standard-value.
17077 (custom-declare-group): Purecopy custom-prefix.
17078
17079 * international/mule.el (load-with-code-conversion):
17080 Call do-after-load-evaluation unconditionally.
17081
17082 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17083
17084 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17085
17086 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17087
17088 2009-11-04 Glenn Morris <rgm@gnu.org>
17089
17090 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17091 (byte-compile-compatibility): Remove option.
17092 (byte-compile-close-variables, byte-compile-fix-header)
17093 (byte-compile-insert-header, byte-compile-output-docform)
17094 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17095 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17096 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17097 (byte-compile-insert, byte-compile-defun):
17098 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
17099 (byte-defop-compiler19): Remove.
17100 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17101 used by anything. Replace all calls with byte-defop-compiler.
17102
17103 2009-11-04 Juri Linkov <juri@jurta.org>
17104
17105 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17106 (menu-bar-options-menu): Don't quote the `prop' arg of
17107 `menu-bar-make-mm-toggle'.
17108
17109 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
17110
17111 * calendar/calendar.el (cal-loaddefs):
17112 * calendar/diary-lib.el (diary-loaddefs):
17113 * calendar/holidays.el (hol-loaddefs):
17114 * eshell/esh-module.el (esh-groups): Load rather than require.
17115
17116 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17117
17118 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17119 point-min==1.
17120 (todo-top-priorities): Only display-buffer when called interactively.
17121 (todo-item-start): Don't save excursion point.
17122 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17123 (todo-insert-item-here, todo-file-item, todo-remove-item):
17124 Adjust uses of todo-item-start and todo-item-end.
17125
17126 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17127 (autoload-rubric): Don't use any more.
17128
17129 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17130 and only put a prop if it is non-nil.
17131
17132 2009-11-03 Juri Linkov <juri@jurta.org>
17133
17134 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17135 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17136
17137 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17138 and "Menu" to make top-level menu item visually one unit (like
17139 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17140 multi-word menu items). Fix :help string for quit-window.
17141
17142 2009-11-03 Glenn Morris <rgm@gnu.org>
17143
17144 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17145 (byte-compile-file-form-define-abbrev-table)
17146 (byte-compile-file-form-custom-declare-variable)
17147 (byte-compile-variable-ref, byte-compile-defvar):
17148 Whether or not a warning is enabled should only affect whether we issue
17149 the warning, not whether or not we collect the relevant data.
17150 Eg warnings can be turned on and off throughout the course of a file.
17151
17152 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17153 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17154
17155 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17156
17157 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17158 * play/mpuz.el (mpuz-create-buffer):
17159 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17160 (lm-print-y,s,noise, lm-print-w0, lm-init):
17161 * play/gomoku.el (gomoku-prompt-for-move):
17162 * play/fortune.el (fortune-in-buffer):
17163 * play/dissociate.el (dissociated-press):
17164 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
17165 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
17166 * mail/supercite.el (sc-eref-show):
17167 * mail/smtpmail.el (smtpmail-send-it):
17168 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17169 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17170 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17171 (rmail-summary-goto-msg, rmail-summary-expunge)
17172 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17173 (rmail-summary-add-label, rmail-summary-output-menu)
17174 (rmail-summary-output-body):
17175 * mail/rfc822.el (rfc822-addresses):
17176 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17177 * mail/mailpost.el (post-mail-send-it):
17178 * mail/hashcash.el (hashcash-generate-payment):
17179 * mail/feedmail.el (feedmail-run-the-queue)
17180 (feedmail-queue-send-edit-prompt-help-first)
17181 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17182 (feedmail-deduce-address-list):
17183 * eshell/esh-ext.el (eshell-remote-command):
17184 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17185 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17186 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17187 (viper-save-string-in-file, viper-valid-marker):
17188 * emulation/viper-keym.el (viper-toggle-key):
17189 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17190 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17191 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17192 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17193 (viper-exec-form-in-emacs, viper-brac-function):
17194 * emulation/viper.el (viper-delocalize-var):
17195 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17196 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17197 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17198 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17199 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17200 * emulation/edt.el (edt-electric-helpify):
17201 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17202 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17203 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17204 (cua-indent-to-global-mark-column):
17205 * calendar/diary-lib.el (calendar-mark-1):
17206 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17207 Use with-current-buffer.
17208 * emulation/viper.el (viper-delocalize-var): Use dolist.
17209
17210 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
17211
17212 * comint.el (comint-replace-by-expanded-history-before-point):
17213 Replace !! with the previous input string literally (Bug#1795).
17214
17215 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17216
17217 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17218 to be made up of whitespace.
17219
17220 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
17221
17222 * minibuffer.el (read-file-name): Don't use file dialogs for
17223 remote directories (Bug#99).
17224
17225 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
17226
17227 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17228
17229 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17230
17231 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17232 instead of deleting the window or frame.
17233
17234 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17235
17236 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17237 Support face colors.
17238
17239 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17240 New function. Support face colors (Bug#1168).
17241 (tex-common-initialization): Use it.
17242
17243 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17244 mode allows it (Bug#1168).
17245
17246 2009-10-31 Juri Linkov <juri@jurta.org>
17247
17248 * facemenu.el (list-colors-display): Don't mark buffer as
17249 modified (Bug#3948).
17250
17251 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17252
17253 * international/mule-diag.el (list-character-sets-1):
17254 Minor message fix (Bug#3526).
17255
17256 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17257 Fix face property (Bug#4834).
17258 (etags-list-tags, etags-tags-apropos-additional)
17259 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17260 property.
17261
17262 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17263 items.
17264
17265 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17266
17267 * textmodes/two-column.el (2C-split):
17268 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17269 * textmodes/tex-mode.el (tex-set-buffer-directory):
17270 * textmodes/spell.el (spell-region, spell-string):
17271 * textmodes/reftex.el (reftex-erase-buffer):
17272 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17273 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17274 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17275 (reftex-select-item):
17276 * textmodes/reftex-ref.el (reftex-label-info-update)
17277 (reftex-offer-label-menu):
17278 * textmodes/reftex-index.el (reftex-index-change-entry)
17279 (reftex-index-phrases-info):
17280 * textmodes/reftex-global.el (reftex-create-tags-file)
17281 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17282 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17283 (reftex-view-crossref-from-bibtex):
17284 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17285 (reftex-extract-bib-entries-from-thebibliography)
17286 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17287 * textmodes/refbib.el (r2b-capitalize-title):
17288 (r2b-convert-buffer, r2b-help):
17289 * textmodes/page-ext.el (pages-directory)
17290 (pages-directory-goto-with-mouse):
17291 * textmodes/bibtex.el (bibtex-validate-globally):
17292 * textmodes/bib-mode.el (bib-capitalize-title):
17293 * textmodes/artist.el (artist-clear-buffer, artist-system):
17294 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17295 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17296 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17297 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17298 (xscheme-send-control-g-interrupt, xscheme-start-process)
17299 (xscheme-process-sentinel, xscheme-cd):
17300 * progmodes/verilog-mode.el (verilog-read-always-signals)
17301 (verilog-set-define, verilog-getopt-file)
17302 (verilog-module-inside-filename-p):
17303 * progmodes/sh-script.el:
17304 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17305 (python-pdbtrack-grub-for-buffer, python-execute-file):
17306 * progmodes/octave-inf.el (inferior-octave):
17307 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17308 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17309 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17310 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17311 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17312 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17313 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17314 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17315 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17316 (idlwave-shell-examine-display, idlwave-shell-run-region)
17317 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17318 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17319 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17320 (idlwave-help-get-help-buffer):
17321 * progmodes/gud.el (gud-basic-call, gud-find-class)
17322 (gud-tooltip-activate-mouse-motions-if-enabled):
17323 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17324 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17325 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17326 (ebrowse-tags-next-file):
17327 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17328 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17329 (ebnf-eps-finish-and-write):
17330 * progmodes/cpp.el (cpp-edit-save):
17331 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17332 * progmodes/cc-defs.el (c-emacs-features):
17333 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17334 (antlr-directory-dependencies):
17335 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17336 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17337 (ada-find-any-references, ada-make-filename-from-adaname)
17338 (ada-make-body-gnatstub):
17339 * obsolete/rnews.el (news-list-news-groups):
17340 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
17341 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17342 * net/rcirc.el (rcirc-debug):
17343 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17344 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17345 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17346 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
17347 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
17348 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17349 (newsticker--treeview-list-clear-highlight)
17350 (newsticker--treeview-list-update-highlight)
17351 (newsticker--treeview-list-highlight-start)
17352 (newsticker--treeview-tree-update-highlight)
17353 (newsticker--treeview-get-selected-item)
17354 (newsticker-treeview-mark-list-items-old)
17355 (newsticker--treeview-set-current-node):
17356 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17357 * net/newst-backend.el (newsticker--get-news-by-funcall)
17358 (newsticker--get-news-by-wget, newsticker--image-get)
17359 (newsticker--image-sentinel):
17360 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17361 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17362 (eudc-ph-close-session):
17363 * net/eudc.el (eudc-save-options):
17364 * language/thai-word.el (thai-update-word-table):
17365 * language/japan-util.el (japanese-string-conversion):
17366 * international/titdic-cnv.el (tsang-quick-converter)
17367 (ziranma-converter, ctlau-converter):
17368 * international/mule-cmds.el (describe-language-environment):
17369 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17370 (skkdic-convert-postfix, skkdic-convert-prefix):
17371 (skkdic-convert-okuri-nasi, skkdic-convert):
17372 * emacs-lisp/re-builder.el (reb-update-overlays):
17373 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17374 * emacs-lisp/gulp.el (gulp-send-requests):
17375 * emacs-lisp/find-gc.el (trace-call-tree):
17376 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17377 (eieio-describe-generic):
17378 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17379 * emacs-lisp/edebug.el (edebug-outside-excursion):
17380 * emacs-lisp/debug.el (debugger-make-xrefs):
17381 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17382 * emacs-lisp/chart.el (chart-new-buffer):
17383 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17384 Use with-current-buffer.
17385 * textmodes/artist.el (artist-system): Don't call
17386 copy-sequence on a fresh string.
17387 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17388
17389 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
17390
17391 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
17392 is no item to edit. (Bug#4820)
17393 (todo-top-priorities): Restore point and restore narrowing in Todo
17394 buffer. (Bug#4820)
17395
17396 2009-10-31 Glenn Morris <rgm@gnu.org>
17397
17398 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17399 (comint-last-output-start, comint-last-input-start)
17400 (comint-last-input-end): Don't defvar when compiling.
17401 (ange-ftp-process-file): Use bound-and-true-p.
17402
17403 * pcmpl-rpm.el (top-level): Move provide statement to end.
17404 (pcmpl-rpm): Remove unused custom group.
17405
17406 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17407
17408 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17409
17410 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17411 (byte-compile-warnings): Add `constants' as an option.
17412 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17413 (display-call-tree): Update for byte-compile-fdefinition possibly
17414 returning `(macro lambda ...)'. (Bug#4778)
17415 (byte-compile-variable-ref, byte-compile-setq-default):
17416 Respect `constants' member of byte-compile-warnings.
17417
17418 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17421 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17422 to "submit:".
17423
17424 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17425
17426 * textmodes/ispell.el (ispell-skip-region-alist):
17427 * international/mule-conf.el (eight-bit):
17428 * international/fontset.el (font-encoding-alist):
17429 * startup.el (pure-space-overflow-message):
17430 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17431 * paths.el (gnus-nntp-service, rmail-spool-directory)
17432 (term-file-prefix):
17433 * files.el (save-some-buffers-action-alist):
17434 * cmuscheme.el (same-window-buffer-names):
17435 * ielm.el (same-window-buffer-names):
17436 * shell.el (same-window-buffer-names):
17437 * mail/sendmail.el (same-window-buffer-names):
17438 * progmodes/inf-lisp.el (same-window-buffer-names):
17439 * bindings.el (mode-line-client)
17440 (mode-line-column-line-number-mode-map):
17441 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17442 (tibetan-precomposed-regexp): Purecopy string arguments.
17443
17444 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17445
17446 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17447 (calcDigit-nondigit):
17448 * calc/calc-yank.el (calc-copy-to-buffer):
17449 * calc/calc-units.el (calc-invalidate-units-table):
17450 * calc/calc-trail.el (calc-trail-yank):
17451 * calc/calc-store.el (calc-insert-variables):
17452 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17453 * calc/calc-prog.el (calc-read-parse-table):
17454 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17455 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17456 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17457 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17458 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17459 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17460 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17461 * calc/calc-ext.el (calc-realign):
17462 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17463 (calc-embedded-finish-edit, calc-embedded-make-info)
17464 (calc-embedded-finish-command, calc-embedded-stack-change):
17465 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17466
17467 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17468 shell-dynamic-complete-filename in preference to
17469 comint-dynamic-complete-filename.
17470
17471 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17472 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17473 Don't consider whether the display supports colors.
17474 (bookmark-import-new-list): Use dolist.
17475 (bookmark-bmenu-mode-map): Move initialization into declaration.
17476 (bookmark-bmenu-list): Use dolist, simplify.
17477 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17478 (menu-bar-final-items): Use push.
17479
17480 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17481
17482 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17483 it works on remote files.
17484 (vc-hg-diff): Don't pass any `--cwd' argument.
17485
17486 2009-10-27 Kevin Ryde <user42@zip.com.au>
17487
17488 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17489 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17490 (Further to Bug#3921).
17491
17492 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
17493
17494 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17495 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17496 calling `tramp-imap-put-file'. Add file size to the call.
17497 (tramp-imap-get-file-entries): Compute also user name, file size,
17498 and date.
17499 (tramp-imap-handle-insert-directory): Insert uid and gid.
17500 (tramp-imap-handle-file-attributes): Transform uid and gid
17501 according to `id-format'.
17502 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17503 size in header X-Size.
17504
17505 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17506
17507 * simple.el (transpose-subr): Give clearer error when the mark
17508 is not set. (Bug#4807)
17509
17510 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17511
17512 * net/tramp.el (tramp-perl-file-truename): New defconst.
17513 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17514 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17515 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17516 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17517
17518 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17519 Ignore `dired-call-process'.
17520 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17521
17522 2009-10-26 Julian Scheid <julians37@gmail.com>
17523
17524 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17525 (tramp-get-remote-readlink): New defun.
17526 (tramp-handle-file-truename): Use it.
17527 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17528 file exists if cache value present.
17529 (tramp-check-cached-permissions): New defun.
17530 (tramp-handle-file-readable-p): Use it.
17531 (tramp-handle-file-writable-p): Likewise.
17532 (tramp-handle-file-executable-p): Likewise.
17533 (tramp-handle-file-name-all-completions): Try using Perl to get
17534 partial completions. When perl not available, combine `cd' and
17535 `ls' into single remote operation and use shell expansion to get
17536 partial remote directory contents. Set `file-exists-p' cache for
17537 directory and any files returned by ls. Change cache handling to
17538 support partial directory contents. Use error message emitted by
17539 remote `cd' or Perl code for local tramp-error.
17540 (tramp-do-copy-or-rename-file-directly): Avoid separate
17541 tramp-send-command-and-check call.
17542 (tramp-handle-process-file): Merge three remote ops into one.
17543 Do not flush all caches when `process-file-side-effects' is set.
17544 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17545 file-attributes shows uid/gid to be set already.
17546
17547 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17548
17549 * textmodes/tex-mode.el (tex-dvi-view-command)
17550 (tex-show-queue-command, tex-open-quote):
17551 * progmodes/ruby-mode.el (auto-mode-alist)
17552 (interpreter-mode-alist): Purecopy strings.
17553
17554 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17555
17556 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17557 string for the hook, keymap and abbrev table.
17558
17559 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17560
17561 * x-dnd.el (x-dnd-xdnd-to-action):
17562 * startup.el (fancy-startup-text, fancy-about-text): Change to
17563 defconst from defvar.
17564
17565 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17566
17567 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17568 Purecopy initialization strings.
17569
17570 * mail/sendmail.el (mail-header-separator)
17571 (mail-personal-alias-file):
17572 * mail/rmail.el (rmail-default-dont-reply-to-names)
17573 (rmail-ignored-headers, rmail-retry-ignored-headers)
17574 (rmail-highlighted-headers, rmail-secondary-file-directory)
17575 (rmail-secondary-file-regexp):
17576 * files.el (null-device, file-name-invalid-regexp)
17577 (locate-dominating-stop-dir-regexp)
17578 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17579 (interpreter-mode-alist): Use mapcar instead of mapc.
17580
17581 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17582
17583 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17584 (completion-ignored-extensions):
17585 (debug-ignored-errors): Purecopy strings.
17586
17587 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17588
17589 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17590 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17591 (pcomplete--here): Use push.
17592
17593 * subr.el (all-completions): Declare the 4th arg obsolete.
17594
17595 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17596
17597 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17598 (pcomplete-unquote-argument): New function.
17599 (pcomplete--common-suffix): Always pay attention to case.
17600 (pcomplete--table-subvert): Quote and unquote the text.
17601 (pcomplete--common-quoted-suffix): New function.
17602 (pcomplete-std-complete): Use it and pcomplete-begin.
17603
17604 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17605 we're inside a dedicated or minibuffer window.
17606
17607 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17608
17609 * bookmark.el: Update documentation, especially documentation
17610 of `bookmark-alist' and of the bookmark file format.
17611 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17612
17613 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17614
17615 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17616 keybindings apply to the mail buffer (Bug#4003). Shrink help
17617 window to buffer.
17618
17619 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17620 (global-whitespace-mode, global-whitespace-newline-mode)
17621 (whitespace-toggle-options, global-whitespace-toggle-options):
17622 Doc fix (Bug#3660).
17623
17624 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17625 of xmltok-start before the end tag was inserted (Bug#2840).
17626
17627 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17628 patterns that are preceded by an open-paren (Bug#1320).
17629
17630 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17631
17632 * files.el (delete-directory): Delete symlinks to directories with
17633 delete-file (Bug#4739).
17634
17635 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17636
17637 * vc.el (vc-backend-for-registration): Rename from
17638 vc-get-backend-for-registration. Update callers.
17639
17640 * international/mule-cmds.el (set-language-info-alist):
17641 Purecopy lang-env.
17642 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17643 (charset): Purecopy the name.
17644 (define-char-code-property): Purecopy string arguments.
17645
17646 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17647 Purecopy string arguments.
17648
17649 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17650 * ediff-hook.el (menu-bar-ediff-menu):
17651 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17652 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17653
17654 2009-10-24 Glenn Morris <rgm@gnu.org>
17655
17656 * comint.el (comint-dynamic-list-completions):
17657 * term.el (term-dynamic-list-completions): Use choose-completion rather
17658 than obsolete alias mouse-choose-completion.
17659
17660 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17661 file-cache-choose-completion.
17662 (file-cache-choose-completion): Handle an optional event argument.
17663 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17664
17665 * progmodes/octave-mod.el (octave-complete-symbol):
17666 Use choose-completion if mouse-choose-completion is ever removed.
17667
17668 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17669 use.
17670
17671 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17672 compiler.
17673
17674 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17675
17676 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17677
17678 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17679 Ignore `pred' now that we receive one.
17680 Handle test-completion specially.
17681
17682 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17683
17684 * vc.el (vc-responsible-backend): Throw an error if not backend is
17685 found. Remove the REGISTER argument. Move the code dealing with
17686 REGISTER ...
17687 (vc-get-backend-for-registration): ... here. New function.
17688 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17689 of vc-responsible-backend, pass the file name instead of the
17690 directory name.
17691
17692 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17693
17694 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17695 New funs.
17696 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17697 (pcomplete-comint-setup): Don't modify a global var via
17698 accidental side-effects.
17699 (pcomplete-shell-setup): Adjust call accordingly.
17700 (pcomplete-parse-comint-arguments): Use push.
17701
17702 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17703
17704 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17705 Allow uncapitalized info node names (Bug#3921).
17706
17707 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17708 to the DEBUG file (Bug#3781).
17709
17710 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17711
17712 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17713 dictionary entry (Bug#4579).
17714
17715 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17716
17717 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17718 from `rfn-eshadow-update-overlay-hook' when unloading.
17719 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17720 "rsyncc". Adjust doc string.
17721 (tramp-temp-buffer-file-name): New buffer-local defvar.
17722 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17723 Keep temporary file when indicated by method ("rsync" and
17724 "rsyncc").
17725 (tramp-handle-write-region): Handle APPEND.
17726 (tramp-delete-temp-file-function): New defun. Added to
17727 `kill-buffer-hook'.
17728
17729 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17730
17731 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17732
17733 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17734
17735 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17736 (color-name-rgb-alist, tty-standard-colors)
17737 (tty-color-mode-alist): Change to defconst.
17738
17739 * simple.el (mark-inactive): Purecopy message.
17740
17741 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17742 (global-map, yank-menu):
17743 * textmodes/ispell.el (ispell-menu-map):
17744 * net/eudc.el (eudc-tools-menu):
17745 * international/mule-cmds.el (describe-language-environment-map)
17746 (setup-language-environment-map, set-coding-system-map)
17747 (mule-menu-keymap):
17748 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17749 * replace.el (occur-mode-map):
17750 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17751
17752 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17753
17754 * calc/calc.el (math-read-number, math-read-number-simple):
17755 Use `save-match-data'.
17756
17757 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17758
17759 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17760 rather than fiddling with global-map bindings, since it should only
17761 affect per-terminal settings.
17762 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17763
17764 * minibuffer.el (completion-table-with-terminator): Allow to specify
17765 the terminator-regexp.
17766
17767 * simple.el (switch-to-completions): Look for *Completions* in other
17768 frames as well.
17769
17770 * pcomplete.el: Allow the use of completion-tables.
17771 (pcomplete-std-complete): New command.
17772 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17773 (pcomplete--here): Use a function for `form' rather than an expression,
17774 so it can be byte-compiled.
17775 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17776 Add edebug declaration.
17777 (pcomplete-show-completions): Remove unused var `curbuf'.
17778 (pcomplete-do-complete, pcomplete-stub):
17779 Don't assume `completions' is a list of strings any more.
17780
17781 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17782
17783 * find-dired.el (find-name-arg): Fix typo in docstring.
17784
17785 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17786
17787 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17788 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17789
17790 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17791 pcomplete-entries.
17792
17793 * comint.el (comint-read-input-ring, comint-write-input-ring)
17794 (comint-substitute-in-file-name)
17795 (comint-dynamic-complete-as-filename)
17796 (comint-dynamic-simple-complete)
17797 (comint-dynamic-list-filename-completions)
17798 (comint-dynamic-list-completions)
17799 (comint-redirect-results-list-from-process): Minor simplifications.
17800
17801 2009-10-21 Kevin Ryde <user42@zip.com.au>
17802
17803 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17804 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17805 the first form. And insert a blank line after ";;; Code" since
17806 that's usual style. (Bug#4612)
17807
17808 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17809
17810 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17811
17812 * minibuffer.el (completion-table-with-terminator): Properly implement
17813 boundaries, in case `terminator' appears in the suffix.
17814 (completion--embedded-envvar-table): Don't return boundaries if
17815 there's no valid completion. Simplify.
17816 (completion-file-name-table): New completion table extracted from
17817 completion--file-name-table.
17818 (completion--file-name-table): Use it.
17819 (read-file-name-predicate): Declare obsolete.
17820 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17821 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17822 completion-file-name-table, and use the `pred' argument.
17823 * files.el (locate-file-completion-table): Use the `pred' arg rather
17824 than read-file-name-predicate.
17825 (abbreviate-file-name): Use \` rather than ^ for BOS.
17826
17827 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17828
17829 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17830 vc-responsible-backend to register, it causes problems.
17831
17832 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17833
17834 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17835
17836 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17837
17838 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17839 (tramp-smb-handle-file-attributes): Use it.
17840 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17841 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17842 `mapcar'. Use `tramp-smb-get-stat-capability'.
17843 Add `dired-filename' text properties.
17844 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17845 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17846 version.
17847
17848 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * subr.el (read-key-delay): Reduce to 0.01.
17851 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17852 (bug#4751).
17853
17854 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17855
17856 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17857
17858 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17859 (Info-menu): Remove unused vars `last' and `completions'.
17860 (Info-index-nodes): Remove unused var `node'.
17861
17862 * info.el (Info-complete-menu-item): Use complete-with-action.
17863
17864 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17865
17866 Make vc-annotate work through copies and renames.
17867 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17868 Return the file name too.
17869 (vc-annotate-revision-at-line)
17870 (vc-annotate-find-revision-at-line)
17871 (vc-annotate-revision-previous-to-line)
17872 (vc-annotate-show-log-revision-at-line): Update to get the file
17873 name from vc-annotate-extract-revision-at-line.
17874 (vc-annotate-show-diff-revision-at-line-internal): Change the
17875 argument to mean whether to show a file diff or not. Get the file
17876 name from vc-annotate-extract-revision-at-line.
17877 (vc-annotate-show-diff-revision-at-line):
17878 Update vc-annotate-show-diff-revision-at-line call.
17879 (vc-annotate-warp-revision): Add an optional file argument.
17880
17881 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17882 (vc-git-annotate-extract-revision-at-line): Also return the file
17883 name if found.
17884
17885 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17886 command. Remove unused code.
17887 (vc-hg-annotate-re): Update to match --follow output.
17888 (vc-hg-annotate-extract-revision-at-line): Also return the file
17889 name if found.
17890
17891 * vc.el: Update annotate-extract-revision-at-line documentation.
17892
17893 2009-10-18 Kevin Ryde <user42@zip.com.au>
17894
17895 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17896 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17897
17898 * net/browse-url.el (browse-url): Identify alist with "consp and
17899 not functionp" and let all other things go down the `apply' leg,
17900 as suggested by Stefan. (Further to bug#4531.)
17901
17902 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17903
17904 * minibuffer.el (read-file-name): Check for repeat before putting
17905 a default argument in file-name-history (Bug#4657).
17906
17907 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17908 read syntax (Bug#4737).
17909
17910 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17911
17912 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17913
17914 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17915 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17916 entries and make note of obsolete tags.
17917
17918 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17919
17920 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17921
17922 2009-10-18 Glenn Morris <rgm@gnu.org>
17923
17924 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17925 grep, so that binary files (eg international/uni-bidi.el) can match.
17926 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17927 now, and in any case the file header format has changed.
17928
17929 2009-10-17 Glenn Morris <rgm@gnu.org>
17930
17931 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17932 (flyspell-get-word, flyspell-large-region)
17933 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17934
17935 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17936
17937 * Makefile.in (ELCFILES): Add ede/shell.
17938
17939 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17940
17941 * term/common-win.el (x-colors): Purecopy it.
17942
17943 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17944
17945 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17946 permissive for when the buffer is empty.
17947 (tar-header-block-tokenize): Decode the username and groupname.
17948 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17949
17950 2009-10-17 Eric Ludlam <zappo@gnu.org>
17951
17952 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17953 contains multibyte characters, choose first applicable coding
17954 system automatically.
17955
17956 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17957
17958 * international/mule-cmds.el (select-safe-coding-system): If the file
17959 has a coding cookie, use it regardless of any other setting (bug#4712).
17960
17961 2009-10-17 Glenn Morris <rgm@gnu.org>
17962
17963 * foldout.el (foldout-mouse-swallow-events):
17964 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17965
17966 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17967 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17968 (dired-keep-marker-symlink, dired-dwim-target)
17969 (dired-copy-preserve-time): Do not autoload these defcustoms.
17970
17971 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17972 messages from messing up the file coding. (Bug#4623)
17973
17974 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17975
17976 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17977 if no match is found for the current dictionary. (Bug#4578)
17978
17979 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17980 optional, since that is how it is documented, and this is often called
17981 with a nil argument. (Bug#4577)
17982 (flyspell-external-point-words, flyspell-auto-correct-word)
17983 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17984 (flyspell-word-search-backward): Remove nil argument in calls to
17985 flyspell-get-word, since it is not needed now.
17986
17987 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17988
17989 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17990
17991 2009-10-16 Glenn Morris <rgm@gnu.org>
17992
17993 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17994
17995 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17996
17997 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17998 (ange-ftp-file-size): New function.
17999 (ange-ftp-file-attributes): Use it.
18000
18001 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
18002
18003 * net/tramp-smb.el (tramp-smb-version): New defvar.
18004 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18005 repeated checks.
18006
18007 2009-10-16 Glenn Morris <rgm@gnu.org>
18008
18009 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18010 Maybe copy some custom properties from old to new name. (Bug#4706)
18011
18012 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
18013
18014 * subr.el (error, sit-for, start-process-shell-command)
18015 (start-file-process-shell-command): Set the calling convention
18016 after the function definition.
18017
18018 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18019
18020 * subr.el (error, sit-for, start-process-shell-command)
18021 (start-file-process-shell-command): Use the new
18022 set-advertised-calling-convention feature.
18023
18024 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18025
18026 * international/ucs-normalize.el (ucs-normalize-version):
18027 Change to 1.2.
18028 (check-range): Adjust for Unicode 5.2.
18029
18030 2009-10-15 Juri Linkov <juri@jurta.org>
18031
18032 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18033 to the `menu-item' format.
18034
18035 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
18036
18037 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18038 if the environment variable does not exist.
18039
18040 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18041 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18042 parameter.
18043 (tramp-smb-handle-add-name-to-file)
18044 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18045 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18046 (tramp-smb-handle-file-attributes)
18047 (tramp-smb-do-file-attributes-with-stat)
18048 (tramp-smb-handle-file-local-copy)
18049 (tramp-smb-handle-insert-directory)
18050 (tramp-smb-handle-make-directory)
18051 (tramp-smb-handle-make-directory-internal)
18052 (tramp-smb-handle-make-symbolic-link)
18053 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18054 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18055 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18056 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18057 Handle long file names.
18058 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18059 process is running.
18060 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18061 Read share names with "-g" option.
18062
18063 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
18064
18065 * net/rcirc.el (rcirc-view-log-file): New command.
18066 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18067 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18068 specified.
18069
18070 2009-10-15 Glenn Morris <rgm@gnu.org>
18071
18072 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18073 from the second command-line argument.
18074 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18075 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18076 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18077 w32-batch-update-autoloads.
18078 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18079 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18080
18081 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18082 the headers cannot be located. Simplify, subtracting superflous
18083 save-excursions.
18084
18085 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18086
18087 Replace completion-base-size by completion-base-position to fix bugs
18088 such as (bug#4699).
18089 * simple.el (completion-base-position): New var.
18090 (completion-base-size): Mark as obsolete.
18091 (choose-completion): Make it work for mouse events as well.
18092 Pass the new base-position to choose-completion-string.
18093 (choose-completion-guess-base-position): New function, extracted from
18094 choose-completion-delete-max-match.
18095 (choose-completion-delete-max-match): Use it. Make obsolete.
18096 (choose-completion-string): Use the new base-position info.
18097 (completion-root-regexp): Delete.
18098 (completion-setup-function): Preserve completion-base-position.
18099 Eliminate obsolete base-size manipulation.
18100 * minibuffer.el (display-completion-list): Don't mess with base-size.
18101 (minibuffer-completion-help): Set completion-base-position instead.
18102 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18103 choose-completion.
18104 * textmodes/bibtex.el (bibtex-complete):
18105 * emacs-lisp/crm.el (crm--choose-completion-string):
18106 Adjust to new calling convention.
18107 * complete.el (partial-completion-mode): Use minibufferp to avoid
18108 bumping into incompatible change to choose-completion-string-functions.
18109 * ido.el (ido-choose-completion-string): Make its calling convention
18110 more permissive.
18111 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18112 base-size manipulation.
18113 (comint-dynamic-list-input-ring): Use dotimes and push.
18114 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18115 fundamental-mode. Use `or'.
18116
18117 2009-10-14 Juri Linkov <juri@jurta.org>
18118
18119 * misearch.el (multi-isearch-next-buffer-from-list)
18120 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18121
18122 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18123
18124 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18125 `bytecomp.el'.
18126
18127 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18128 string we return is all made up of text from the completions rather
18129 than part from the completions and part from the input (bug#4219).
18130
18131 * ido.el (ido-everywhere): Use define-minor-mode.
18132
18133 * buff-menu.el (list-buffers, ctl-x-map):
18134 Mark the entry points with ;;;###autoload cookies.
18135
18136 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18137
18138 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18139 correctly in the detached head case.
18140 (vc-git-print-log): Remove unused binding.
18141
18142 * vc.el (vc-responsible-backend): When a directory is passed for
18143 for registration create a VC repository if no backend is
18144 responsible for the directory argument.
18145 (vc-deduce-fileset): Tell vc-responsible-backend to register.
18146
18147 * vc.el: Move comments about RCS and SCCS ...
18148 * vc-rcs.el:
18149 * vc-sccs.el: ... here, respectively.
18150
18151 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18152
18153 * minibuffer.el (completion--file-name-table): Return nil if there's
18154 no file completion, even if substitute-in-file-name changed
18155 the string (bug#4708).
18156
18157 2009-10-13 Juri Linkov <juri@jurta.org>
18158
18159 * files-x.el (read-file-local-variable-value): Don't filter out
18160 minor modes from mode name completion (bug#4664).
18161
18162 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18163
18164 * international/mule-cmds.el (ucs-names): Remove exclusion of
18165 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18166
18167 2009-10-13 Kenichi Handa <handa@m17n.org>
18168
18169 * international/uni-name.el: Regenerated.
18170
18171 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18172
18173 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18174 should be automatically buffer-local, but isn't.)
18175
18176 2009-10-12 Sam Steingold <sds@gnu.org>
18177
18178 * progmodes/compile.el (compilation-next-error-function): Fix the
18179 timestamps if the buffer has been visited before.
18180 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18181 non-anchored patterns, like the perl one (bug#3928).
18182
18183 2009-10-12 Glenn Morris <rgm@gnu.org>
18184
18185 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18186 Let-bind `size'.
18187
18188 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
18189
18190 * proced.el (proced-unload-function): New function.
18191
18192 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18193 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18194 Doc fix.
18195
18196 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18197
18198 2009-10-11 Juri Linkov <juri@jurta.org>
18199
18200 * files-x.el (read-file-local-variable-value):
18201 Provide default value only for bound variables (bug#4664).
18202
18203 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
18204
18205 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18206 connection methods like smb.
18207
18208 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18209 can be empty.
18210
18211 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18212 (tramp-smb-file-name-handler-alist): Add handlers for
18213 `add-name-to-file', `make-symbolic-link'.
18214 (tramp-smb-handle-add-name-to-file)
18215 (tramp-smb-do-file-attributes-with-stat)
18216 (tramp-smb-handle-make-symbolic-link)
18217 (tramp-smb-get-cifs-capabilities): New defuns.
18218 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18219 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18220 (tramp-smb-handle-file-local-copy)
18221 (tramp-smb-handle-make-directory-internal)
18222 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18223 The file name syntax depends on cifs capabilities.
18224 (tramp-smb-handle-file-attributes):
18225 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18226 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18227 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
18228
18229 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
18230
18231 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18232 (eieio-defclass): Apply deftype handler and setf-method properties
18233 directly.
18234 (eieio-add-new-slot): Avoid union function from cl library.
18235 (eieio--typep): New function.
18236 (eieio-perform-slot-validation): Use it.
18237
18238 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18239
18240 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
18241 Update documentation to refer to the variables documented in r1.135.
18242 (Bug#4188)
18243
18244 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18245
18246 * bookmark.el (Info-suffix-list): Remove this unused variable.
18247 (bookmark-current-point): Remove this obsolete variable.
18248 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18249 Adjust for removal of bookmark-current-point.
18250
18251 (bookmarks-already-loaded, bookmark-current-buffer)
18252 (bookmark-yank-point): Document. (Bug#4188)
18253
18254 2009-10-10 Glenn Morris <rgm@gnu.org>
18255
18256 * frame.el (frame-height): Doc fix.
18257
18258 * calendar/calendar.el (calendar-split-width-threshold): New option.
18259 (calendar-basic-setup): Use calendar-split-width-threshold.
18260
18261 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
18262
18263 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18264 Ideographic Supplement" range (U+1F200..U+1F2FF).
18265
18266 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18267
18268 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
18269 since the list will have been rebuilt anyway. (Bug#4349)
18270
18271 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18272
18273 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
18274 (bookmark-bmenu-execute-deletions): Don't save here, as
18275 bookmark-delete will now do so if necessary.
18276 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
18277 (Bug#4348)
18278
18279 2009-10-09 Glenn Morris <rgm@gnu.org>
18280
18281 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18282
18283 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18284
18285 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18286 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18287 argument now, so the two function's behaviors will match. (Bug#3645)
18288
18289 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
18290
18291 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
18292 (tramp-file-name-real-host, tramp-file-name-port):
18293 Apply `save-match-data'.
18294
18295 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18296 case both directories are remote.
18297 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
18298 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
18299
18300 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18301
18302 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18303
18304 2009-10-07 Glenn Morris <rgm@gnu.org>
18305
18306 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18307 of concat.
18308
18309 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18310
18311 * files-x.el (read-file-local-variable): Include some
18312 non-user-variables in the completion table (bug#4664).
18313
18314 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
18315
18316 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18317 message.
18318
18319 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18320 (tramp-smb-file-name-handler-alist): Add handler for
18321 `copy-directory', `expand-file-name', `set-file-modes'.
18322 (tramp-smb-handle-copy-directory)
18323 (tramp-smb-handle-expand-file-name)
18324 (tramp-smb-handle-set-file-modes): New defuns.
18325 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18326 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18327 entry.
18328 (tramp-smb-handle-insert-directory): Don't flush the cache.
18329 (tramp-smb-maybe-open-connection): Check for samba client and
18330 server versions.
18331
18332 2009-10-07 Eli Zaretskii <eliz@gnu.org>
18333
18334 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18335 to not error out of search for "^lisp=" fails.
18336
18337 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18338
18339 * makefile.w32-in (WINS_UPDATES): New macro.
18340 (custom-deps, finder-data, autoloads): Use it.
18341
18342 2009-10-07 Glenn Morris <rgm@gnu.org>
18343
18344 * Makefile.in (autoloads): Revert previous change.
18345 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18346 the list of preloaded files passed on the command-line, get
18347 it from src/Makefile.
18348
18349 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18350 show the original buffer rather than a random one.
18351
18352 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
18353
18354 * help.el (describe-no-warranty): Place point in a slightly better
18355 position in the GPLv3 text.
18356
18357 2009-10-06 Sam Steingold <sds@gnu.org>
18358
18359 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18360 the comm attribute is present before calling regexp-quote.
18361
18362 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
18363
18364 * play/animate.el (animate-string): For good effect, make sure
18365 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18366
18367 * play/animate.el (animate-sequence, animate-birthday-present):
18368 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18369
18370 2009-10-06 Glenn Morris <rgm@gnu.org>
18371
18372 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18373
18374 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18375 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18376 (batch-update-autoloads): Process a string value of autoload-excludes,
18377 set during the build process.
18378 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18379
18380 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18381 inside with-parsed... macro so that `v' is defined.
18382
18383 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18384 * progmodes/fortran.el (fortran-end-of-block)
18385 (fortran-beginning-of-block):
18386 Also push mark in the macro case.
18387
18388 * emerge.el (emerge-show-file-name):
18389 * calc/calc.el (calc-quit):
18390 * calc/calc-misc.el (calc-big-or-small):
18391 * calc/calc-graph.el (calc-graph-view):
18392 * calc/calc-ext.el (calc-reset):
18393 * calendar/calendar.el (calendar-basic-setup):
18394 Use window-full-height-p.
18395
18396 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18397 header we don't understand, don't insert another. (Bug#4624)
18398 If changing mime charset, insert the new one in the right place.
18399
18400 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18401
18402 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18403 (cal-tex-cursor-month): Correctly increment the end date for diary and
18404 holiday listing. (Bug#4626)
18405
18406 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * help-fns.el (describe-function-1): Don't burp if the function is not
18409 a symbol.
18410
18411 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
18412
18413 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18414 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18415 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18416 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18417
18418 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18419 (eieio-default-superclass): Reflow docstrings.
18420 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18421 (eieio-unbind-method-implementations, defmethod)
18422 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18423 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18424 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18425 (eieio-slot-originating-class-p, eieio-slot-name-index)
18426 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18427 (constructor, initialize-instance, no-next-method, object-print)
18428 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18429 Fix typos in docstrings.
18430 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18431 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18432 (next-method-p): Doc fixes.
18433 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18434 Fix typos in error messages.
18435 (eieio-defmethod): Fix typo in description of generic method.
18436
18437 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18438 (eieio-persistent-save-interactive, slot-missing):
18439 Fix typos in docstrings.
18440 (eieio-instance-inheritor-slot-boundp): Doc fix.
18441
18442 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18443 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18444
18445 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18446 (eieio-custom-object-apply-reset):
18447 Fix typos in docstrings and error messages.
18448
18449 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18450 Fix typo in docstring.
18451
18452 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18453 (eieio-browse-tree): Doc fix.
18454 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18455 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18456 Fix typos in docstrings.
18457
18458 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18459 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18460 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18461 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18462 Reflow docstrings.
18463
18464 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18465
18466 * vc-hg.el (log-view-vc-backend): Declare for compiler.
18467 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18468 Set log-view-vc-backend so that diff can work.
18469
18470 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18471 vc-version-diff.
18472 (vc-diff-internal): Autoload this instead of vc-version-diff.
18473
18474 2009-10-05 Eli Zaretskii <eliz@gnu.org>
18475
18476 * simple.el (eval-expression): Doc fix.
18477
18478 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18479
18480 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
18481
18482 * files.el (directory-files-no-dot-files-regexp): New defconst.
18483 (delete-directory): Use it.
18484 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18485
18486 * net/tramp.el (tramp-verbose): Fix docstring.
18487 (tramp-methods): Add recursive option to `tramp-copy-args'.
18488 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18489 "scp1_old", "scp2_old", "rsync", "rsyncc".
18490 (tramp-default-method): Check also for `auth-source-user-or-password'.
18491 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18492 Add handler for `copy-directory'.
18493 (tramp-handle-copy-directory): New defun.
18494 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18495 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18496 Optimize sent command.
18497
18498 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18499
18500 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18501 window if necessary.
18502
18503 * calendar/calendar.el (calendar-basic-setup): Don't call
18504 switch-to-buffer in a dedicated window.
18505
18506 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18507
18508 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18509 don't do anything related to relocating, just return nil.
18510 (bookmark-error-no-filename): New error.
18511 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18512 bookmark has no file. Don't even attempt to handle things that
18513 are not files; the whole point of custom handlers is to keep that
18514 knowledge elsewhere anyway. Tighten some comments.
18515 (bookmark-file-or-variation-thereof): Remove now-unused function.
18516 (bookmark-location): Doc string fix.
18517 (Bug#4250)
18518
18519 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18520
18521 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18522 don't use a file dialog, because they usually don't know how to read
18523 a directory target from the user. (Bug#4230)
18524 Also, make sure the prompt can display directories as well as files.
18525
18526 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18527
18528 * bookmark.el (bookmark-set, bookmark-buffer-name):
18529 Improve doc strings. (Bug#1193)
18530
18531 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18532
18533 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18534 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18535 (bookmark-get-annotation, bookmark-set-annotation)
18536 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18537 (bookmark-set-position, bookmark-get-front-context-string)
18538 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18539 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18540 (bookmark-jump-other-window, bookmark-handle-bookmark)
18541 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18542 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18543 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18544 Improve doc strings to say whether bookmark can be a string or
18545 a record or both, and make other consistency and clarity fixes.
18546 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18547 (bookmark-default-annotation-text, bookmark-yank-word)
18548 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18549 (bookmark-import-new-list, bookmark-maybe-rename)
18550 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18551 (bookmark-bmenu-bookmark): Give these doc strings.
18552 (bookmark-bmenu-check-position): Give this a doc string, but also
18553 add a FIXME comment about how the function may be pointless.
18554 (bookmark-default-handler): Rework doc string and change a
18555 parameter name, to clarify that this takes a bookmark record
18556 not a bookmark name.
18557 (bookmark-set): Change a parameter name to indicate its meaning,
18558 and improve the doc string a bit.
18559 (Bug#4188)
18560
18561 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18562
18563 * bookmark.el (bookmark-alist): Document the new `handler' element
18564 in the param alist.
18565 (bookmark-make-record-function): Adjust documentation for above.
18566 (Bug#4193)
18567
18568 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18569
18570 * info.el (Info-bookmark-make-record): Document this function.
18571 (Info-bookmark-jump): Document with a doc string, not just a comment.
18572 (Bug#4203)
18573
18574 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18575
18576 * files.el (copy-directory): New defun.
18577
18578 * dired-aux.el (dired-copy-file-recursive): Use it.
18579
18580 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18581
18582 * files-x.el (modify-dir-local-variable)
18583 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18584 docstrings.
18585
18586 * recentf.el (recentf-unload-function): New function.
18587
18588 2009-10-04 Glenn Morris <rgm@gnu.org>
18589
18590 * window.el (window-full-height-p): Add doc string.
18591
18592 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18593
18594 * window.el (window-full-height-p): New function. (Bug#4543)
18595
18596 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18597
18598 * vc.el: Remove commented out code.
18599 (vc-derived-from-dir-mode): Remove, unused.
18600 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18601
18602 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18603
18604 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18605 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18606 there could be recursive loading when `default-directory' is a
18607 remote file name. (Bug#4614)
18608
18609 2009-10-03 Glenn Morris <rgm@gnu.org>
18610
18611 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18612 the frame is wide.
18613 (calendar-generate-window): Test for shrinkability rather than width.
18614
18615 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18616 reusing existing buffers, in case we happen to visit two files with the
18617 same basename. (Bug#4593)
18618
18619 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18620
18621 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18622 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18623 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18624 subdirs of cedet as well.
18625 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18626
18627 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18628
18629 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18630 Obey advertised-signature-table.
18631
18632 * help-fns.el (help-function-arglist): Don't check
18633 advertised-signature-table.
18634 (describe-function-1): Do it here instead so it also applies to subrs.
18635
18636 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18637
18638 * simple.el (start-file-process): Say in the doc-string, that file
18639 handlers might not support pty association, if PROGRAM is nil.
18640
18641 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18642 HOST and USER are strings. They are nil, when there are
18643 incomplete entries in ~/.netrc, for example.
18644 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18645 root directory ("device busy" error otherwise).
18646
18647 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18648 Flush file properties of created directory.
18649
18650 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18651
18652 * makefile.w32-in (WINS_BASIC): Remove cedet.
18653 (WINS_CEDET): Add cedet.
18654 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18655
18656 2009-10-02 Kevin Ryde <user42@zip.com.au>
18657
18658 * net/browse-url.el (browse-url): Pass any symbol in
18659 browse-url-browser-function to `apply', since if you've mistakenly put
18660 an unbound symbol then the error is clearer. (Bug#4531)
18661
18662 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18663
18664 * allout.el (allout-init, allout-back-to-current-heading)
18665 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18666 (allout-ascend, allout-up-current-level, allout-end-of-level)
18667 (allout-previous-visible-heading, allout-forward-current-level)
18668 (allout-backward-current-level, allout-show-children):
18669 * apropos.el (apropos-describe-plist):
18670 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18671 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18672 * completion.el (add-completion, add-permanent-completion):
18673 * descr-text.el (describe-text-category, describe-char):
18674 * desktop.el (desktop-lazy-abort):
18675 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18676 * dired.el (dired-build-subdir-alist):
18677 * ediff.el (ediff-version):
18678 * elide-head.el (elide-head, elide-head-show):
18679 * emerge.el (emerge-version):
18680 * env.el (getenv):
18681 * face-remap.el (variable-pitch-mode):
18682 * faces.el (describe-face):
18683 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18684 (dired-at-point):
18685 * files.el (find-file-existing, auto-save-mode):
18686 * font-lock.el (font-lock-fontify-buffer):
18687 * help-fns.el (describe-function, describe-variable)
18688 (describe-syntax, describe-categories):
18689 * help.el (view-lossage, describe-bindings, describe-key)
18690 (describe-mode):
18691 * hexl.el (hexl-current-address):
18692 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18693 * info.el (Info-goto-emacs-key-command-node):
18694 * log-edit.el (log-edit-insert-cvs-template)
18695 (log-edit-insert-cvs-rcstemplate):
18696 * menu-bar.el (menu-bar-mode):
18697 * mouse.el (mouse-appearance-menu):
18698 * newcomment.el (comment-indent-new-line):
18699 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18700 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18701 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18702 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18703 * recentf.el (recentf-mode):
18704 * savehist.el (savehist-mode, savehist-save):
18705 * shadowfile.el (shadow-copy-files):
18706 * simple.el (kill-ring-save, next-line, previous-line)
18707 (normal-erase-is-backspace-mode):
18708 * strokes.el (strokes-update-window-configuration)
18709 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18710 (strokes-xpm-for-stroke):
18711 * time.el (emacs-uptime, emacs-init-time):
18712 * tutorial.el (tutorial--describe-nonstandard-key)
18713 (tutorial--detailed-help):
18714 * type-break.el (type-break-mode)
18715 (type-break-mode-line-message-mode, type-break-query-mode)
18716 (type-break-guesstimate-keystroke-threshold):
18717 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18718 * version.el (emacs-version):
18719 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18720 * winner.el (winner-mode):
18721 * calendar/timeclock.el (timeclock-in, timeclock-out)
18722 (timeclock-status-string, timeclock-change)
18723 (timeclock-workday-remaining-string)
18724 (timeclock-workday-elapsed-string)
18725 (timeclock-when-to-leave-string):
18726 * calendar/todo-mode.el (todo-add-category):
18727 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18728 * emacs-lisp/autoload.el (update-file-autoloads):
18729 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18730 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18731 (checkdoc-message-text, checkdoc-defun):
18732 * emacs-lisp/debug.el (debugger-list-functions):
18733 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18734 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18735 (eieio-describe-generic):
18736 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18737 * emacs-lisp/shadow.el (list-load-path-shadows):
18738 * emulation/cua-base.el (cua-mode):
18739 * emulation/edt.el (edt-set-scroll-margins):
18740 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18741 (tpu-toggle-regexp, tpu-toggle-search-direction)
18742 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18743 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18744 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18745 (viper-set-parsing-style-toggling-macro)
18746 (viper-set-emacs-state-searchstyle-macros):
18747 * emulation/viper.el (viper-set-hooks):
18748 * eshell/esh-mode.el (eshell-truncate-buffer):
18749 * international/mule-cmds.el (prefer-coding-system)
18750 (describe-input-method, describe-language-environment):
18751 * international/mule-diag.el (list-character-sets)
18752 (describe-character-set, describe-coding-system)
18753 (describe-fontset, list-fontsets, list-input-methods):
18754 * mail/sendmail.el (mail-signature):
18755 * net/ange-ftp.el (ange-ftp-copy-file):
18756 * net/browse-url.el (browse-url):
18757 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18758 * net/quickurl.el (quickurl-add-url):
18759 * net/rcirc.el (names, topic):
18760 * net/xesam.el (xesam-mode):
18761 * play/5x5.el (5x5-new-game):
18762 * play/yow.el (apropos-zippy):
18763 * progmodes/ada-mode.el (ada-mode-version):
18764 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18765 (f90-end-of-block)
18766 (f90-beginning-of-block):
18767 * progmodes/fortran.el (fortran-end-of-block)
18768 (fortran-beginning-of-block):
18769 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18770 * progmodes/python.el (python-describe-symbol, python-shell):
18771 * term/ns-win.el (ns-print-buffer):
18772 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18773 * textmodes/flyspell.el (flyspell-mode-on):
18774 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18775 (pages-directory-for-addresses):
18776 * textmodes/table.el (table-recognize-cell)
18777 (table-query-dimension, table-generate-source)
18778 (table-insert-sequence, table--warn-incompatibility):
18779 * textmodes/tex-mode.el (tex-validate-buffer):
18780 * textmodes/texinfmt.el (texinfmt-version)
18781 (texinfo-format-buffer):
18782 Use `called-interactively-p' instead of `interactive-p'.
18783
18784 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18785
18786 * image-mode.el (image-toggle-display):
18787 * emacs-lisp/elp.el (elp-instrument-function):
18788 * emacs-lisp/advice.el (ad-make-advised-definition):
18789 * emacs-lisp/easy-mmode.el (define-minor-mode):
18790 * net/browse-url.el (browse-url-maybe-new-window):
18791 * progmodes/sh-script.el (sh-learn-buffer-indent):
18792 Pass new argument 'any to `called-interactively-p'.
18793
18794 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18795
18796 * international/uni-bidi.el:
18797 * international/uni-category.el:
18798 * international/uni-combining.el:
18799 * international/uni-comment.el:
18800 * international/uni-decimal.el:
18801 * international/uni-decomposition.el:
18802 * international/uni-digit.el:
18803 * international/uni-lowercase.el:
18804 * international/uni-mirrored.el:
18805 * international/uni-name.el:
18806 * international/uni-numeric.el:
18807 * international/uni-old-name.el:
18808 * international/uni-titlecase.el:
18809 * international/uni-uppercase.el:
18810 Regenerate from Unicode 5.2.0 data.
18811
18812 2009-10-01 Glenn Morris <rgm@gnu.org>
18813
18814 * Makefile.in (ELCFILES): Regenerate.
18815
18816 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18817
18818 * subr.el (interactive-p): Mark obsolete.
18819 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18820 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18821 advertised-signature-table for subroutines as well.
18822
18823 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18824 (set-advertised-calling-convention): New function.
18825 (make-obsolete, define-obsolete-function-alias)
18826 (make-obsolete-variable, define-obsolete-variable-alias):
18827 Make the optional-ness of `when' obsolete.
18828 (define-obsolete-face-alias): Make `when' non-optional.
18829 * help-fns.el (help-function-arglist):
18830 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18831 Use advertised-signature-table.
18832
18833 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18834
18835 * files.el (delete-directory): New defun. The original function
18836 in fileio.c has been renamed to `delete-directory-internal'.
18837
18838 * dired.el (dired-delete-file): Call `delete-directory' with
18839 RECURSIVE parameter.
18840
18841 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18842 parameter RECURSIVE. Implementation is missing.
18843
18844 * net/tramp.el (tramp-handle-make-directory): Flush upper
18845 directory's file properties.
18846 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18847 (tramp-handle-dired-recursive-delete-directory): Flush directory
18848 properties after the remove command only.
18849
18850 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18851 Handle optional parameter RECURSIVE.
18852
18853 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18854 Handle optional parameter RECURSIVE.
18855
18856 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18857 connection timeout.
18858 (tramp-smb-handle-delete-directory): Handle optional parameter
18859 RECURSIVE.
18860
18861 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18862
18863 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18864 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18865 (byte-compile-defmacro): Use backquotes.
18866
18867 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18868
18869 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18870 has no associated file.
18871 (vc-resynch-buffer): Use vc-dir-buffers.
18872
18873 2009-10-01 Glenn Morris <rgm@gnu.org>
18874
18875 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18876 (chart-file-count):
18877 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18878 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18879 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18880 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18881 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18882 (eieio-copy-parents-into-subclass, make-instance, class-children)
18883 (eieio-generic-form):
18884
18885 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18886 match-data. (Bug#4555).
18887
18888 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18889 rather than parsing it as a regexp. This relaxes the layout
18890 requirements and makes errors easier to detect.
18891 (check-declare-verify): Check file is regular.
18892 (check-declare-directory): Doc fix.
18893 * subr.el (declare-function): Doc fix.
18894
18895 * ibuffer.el (ibuffer-format-qualifier):
18896 * isearch.el (hi-lock-regexp-okay):
18897 * calc/calc.el (math-zerop):
18898 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18899 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18900 Remove unused declarations.
18901
18902 2009-09-30 Eric Ludlam <zappo@gnu.org>
18903
18904 * emacs-lisp/eieio.el (boolean-p): Delete.
18905
18906 2009-09-30 Glenn Morris <rgm@gnu.org>
18907
18908 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18909
18910 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18911 filename is not a string.
18912
18913 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18914
18915 * files.el (safe-local-eval-forms): Fix typo.
18916
18917 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18918
18919 * vc-hooks.el (vc-dir-buffers): New var.
18920 (vc-state-refresh): New function.
18921 (vc-state): Use it.
18922 (vc-after-save): Always ask the backend to recompute the new state.
18923 Always call vc-dir if necessary, using vc-dir-buffers.
18924 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18925 Use vc-dir-buffers.
18926 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18927 (vc-dir-prepare-status-buffer, vc-dir-update)
18928 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18929 Don't call expand-file-name on default-directory.
18930
18931 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18932
18933 * speedbar.el (speedbar-item-delete):
18934 * calc/calc-prog.el (calc-kbd-if):
18935 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18936
18937 * epa.el (epa-key-list-mode-map):
18938 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18939
18940 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18941 (hs-show-hook): Fix typo in docstring.
18942
18943 2009-09-29 Glenn Morris <rgm@gnu.org>
18944
18945 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18946 file-name-nondirectory call preventing location of cedet files.
18947 (check-declare-verify): Use literal search rather than re-search.
18948 Add basic defmethod and defclass, and define-overloadable-function.
18949
18950 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18951 Use tramp-compat-file-attributes rather than nonexistent
18952 tramp-compat-handle-file-attributes.
18953
18954 * Makefile.in (lisptagsfiles4): New.
18955 (AUTOGENEL): Add cedet loaddefs files.
18956 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18957 (update-elclist, compile-always, backup-compiled-files)
18958 (bootstrap-clean): Add yet another directory level.
18959 (update-elclist): Use LC_COLLATE rather than COLLATE.
18960 (ELCFILES): Update, via `make update-elclist'.
18961
18962 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18963
18964 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18965 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18966 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18967
18968 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18969
18970 * Makefile.in (lisptagsfiles3): Define.
18971 (TAGS, TAGS-LISP): Use it.
18972 (update-elclist): Add third directory level to look for elc files.
18973 (compile-always): Likewise.
18974 (backup-compiled-files): Likewise.
18975 (bootstrap-clean): Likewise.
18976 (ELCFILES): Update.
18977
18978 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18979
18980 * Makefile.in (ELCFILES): Add CEDET files.
18981
18982 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18983
18984 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18985
18986 * net/tramp.el (top): Require tramp-imap.
18987
18988 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18989 Use `tramp-compat-handle-file-attributes'.
18990
18991 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18992
18993 * net/tramp-imap.el: New package.
18994
18995 2009-09-28 Eric Ludlam <zappo@gnu.org>
18996
18997 * emacs-lisp/chart.el:
18998 * emacs-lisp/eieio-base.el:
18999 * emacs-lisp/eieio-comp.el:
19000 * emacs-lisp/eieio-custom.el:
19001 * emacs-lisp/eieio-datadebug.el:
19002 * emacs-lisp/eieio-opt.el:
19003 * emacs-lisp/eieio-speedbar.el:
19004 * emacs-lisp/eieio.el: New files.
19005
19006 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19007
19008 * whitespace.el (whitespace-trailing-regexp)
19009 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19010 Fix doc string.
19011
19012 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
19013
19014 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19015 menu.
19016
19017 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19018 menu-bar-ediff-menu.
19019
19020 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19021 define-overloadable-function.
19022
19023 * progmodes/autoconf.el: Provide autoconf as well, so that this
19024 file can be `require'd.
19025
19026 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19027
19028 * emacs-lisp/autoload.el (generated-autoload-feature)
19029 (generated-autoload-load-name): New vars.
19030 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19031 (make-autoload): Recognize define-overloadable-function and
19032 defclass forms (for EIEIO).
19033
19034 * Makefile.in (update-subdirs): Exclude cedet directory.
19035
19036 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19037
19038 * term/ns-win.el: Don't set the region face background. (Bug#4381)
19039
19040 * faces.el: Default light-background background for region face to
19041 ns_selection_color under NS.
19042
19043 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19044
19045 * net/imap-hash.el: New library, see NEWS.
19046
19047 * Makefile.in (ELCFILES): Add imap-hash.el.
19048
19049 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19050
19051 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19052 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19053 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19054 definition where the docstring could be taken for the return value.
19055
19056 2009-09-26 Glenn Morris <rgm@gnu.org>
19057
19058 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19059 Add option to only show images below a certain size.
19060 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19061 save-excursion calls.
19062
19063 2009-09-26 Eli Zaretskii <eliz@gnu.org>
19064
19065 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19066 subdirectories) and eieio.
19067
19068 2009-09-26 Alan Mackenzie <acm@muc.de>
19069
19070 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19071 Correct buggy bracketing. (Bug#4289)
19072
19073 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
19074 character constants (as case labels). (Bug#4289)
19075
19076 2009-09-25 Juri Linkov <juri@jurta.org>
19077
19078 * files.el (safe-local-eval-forms): Allow time-stamp in
19079 before-save-hook (Bug#4554).
19080
19081 2009-09-25 Drew Adams <drew.adams@oracle.com>
19082
19083 * menu-bar.el (list-buffers-directory): Doc fix.
19084
19085 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19086
19087 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19088 Try and avoid copying twice the same paragraph.
19089 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19090 Remove save-excursion.
19091 (log-edit-changelog-entry): Do it here instead.
19092
19093 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
19094
19095 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19096 when available, instead of hardcoding mode names. Doc fix.
19097
19098 * menu-bar.el (list-buffers-directory): Add docstring.
19099 Make automatically buffer-local.
19100
19101 * dired.el (dired-mode):
19102 * files.el (cd-absolute):
19103 * pcvs.el (cvs-temp-buffer):
19104 * pcvs-util.el (cvs-get-buffer-create):
19105 * shell.el (shell-mode):
19106 * vc-dir.el (vc-dir-mode):
19107 Don't make `list-buffers-directory' buffer local.
19108
19109 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19110
19111 * comint.el (comint-exec, comint-run, make-comint):
19112 Doc fixes (Bug#4542).
19113
19114 2009-09-25 Glenn Morris <rgm@gnu.org>
19115
19116 * mail/rmailmm.el (rmail-mime): New custom group.
19117 Move all defcustoms in this file into this group.
19118 (rmail-mime-media-type-handlers-alist): Revert previous change.
19119 (rmail-mime-show-images): New option.
19120 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19121 references to it, since it wasn't actually used for anything.
19122 (rmail-mime-insert-image): New function.
19123 (rmail-mime-image): Use rmail-mime-insert-image.
19124 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
19125 obey the value of `rmail-mime-show-images' option. Print the size of
19126 attachments.
19127
19128 2009-09-25 David Engster <deng@randomsample.de>
19129
19130 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19131
19132 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19133
19134 * whitespace.el: Does not highlight trailing spaces While point is
19135 at end of line. Does not highligt spaces at beginning of buffer
19136 while point is at beginning of buffer. Does not highlight spaces
19137 at end of buffer while point is at end of buffer. (Bug#4177)
19138 New version 12.0.
19139 (whitespace-display-mappings): Adjust initialization.
19140 (whitespace-point, whitespace-font-lock-refontify): New vars.
19141 (whitespace-color-on, whitespace-color-off): Adjust code.
19142 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19143 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19144 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19145
19146 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
19147
19148 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19149
19150 * textmodes/sgml-mode.el: Remove xml-mode alias.
19151
19152 * files.el (auto-mode-alist, conf-mode-maybe)
19153 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
19154
19155 2009-09-24 Alan Mackenzie <acm@muc.de>
19156
19157 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19158 c-forward-conditionals, but it doesn't move point and doesn't set
19159 the mark.
19160 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19161 (c-down-conditional-with-else, c-backward-conditional)
19162 (c-forward-conditional): Refactor to use c-scan-conditionals.
19163
19164 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19165
19166 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19167 (help-default-arg-highlight): Remove.
19168 (help-highlight-arg): New function.
19169 (help-do-arg-highlight): Use it.
19170 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19171
19172 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19175 Undo last change, which didn't fix the problem and introduced others.
19176
19177 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
19178
19179 * progmodes/gdb-mi.el: Don't require speedbar.
19180 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19181
19182 2009-09-24 Glenn Morris <rgm@gnu.org>
19183
19184 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19185
19186 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19187
19188 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19189 there is no newline after the final mime boundary. (Bug#4539)
19190 Move markers on insertion so that any buttons inserted don't end up in
19191 the next part of a multipart message.
19192 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19193 (rmail-mime-bulk-handler): Optionally handle images.
19194 (rmail-mime-image): New button action.
19195 (rmail-mime-image-handler): New function.
19196 (rmail-mime-mode): New mode.
19197 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
19198
19199 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19200
19201 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19202 than just dropping elements from it (bug#4504).
19203
19204 * term.el (term-set-scroll-region): Don't move cursor any more.
19205 (term-handle-ansi-escape): Call term-goto here instead.
19206 Suggested by Ivan Kanis <apple@kanis.eu>.
19207
19208 * term.el: Require CL.
19209 (term-ansi-reset): New function.
19210 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19211 (term-handle-colors-array): Simplify.
19212
19213 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19214
19215 * allout.el (allout-overlay-interior-modification-handler)
19216 (allout-obtain-passphrase):
19217 * epa-file.el (epa-file-write-region):
19218 * ps-print.el (ps-begin-job):
19219 * vc-hooks.el (vc-toggle-read-only):
19220 * vc-rcs.el (vc-rcs-rollback):
19221 * vc-sccs.el (vc-sccs-rollback):
19222 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19223 (vc-version-diff, vc-revert, vc-rollback):
19224 * wdired.el (wdired-check-kill-buffer):
19225 * emacs-lisp/authors.el (authors):
19226 * net/socks.el (socks-open-connection):
19227 * net/zeroconf.el (zeroconf-service-add-hook):
19228 * obsolete/vc-mcvs.el (vc-mcvs-register):
19229 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19230 (gdb-select-frame):
19231 * progmodes/grep.el (lgrep, rgrep):
19232 * progmodes/idlw-help.el (idlwave-help-check-locations)
19233 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19234 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19235 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19236 (reftex-toc-rename-label): Fix typos in error messages.
19237
19238 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19239 (dired-copy-how-to-fn): Doc fix.
19240 (dired-files-attributes, dired-read-shell-command):
19241 Fix typos in docstrings.
19242
19243 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19244 (dired-x-find-file-other-window): Reflow docstrings.
19245 (dired-omit-marker-char, dired-read-shell-command)
19246 (dired-x-submit-report): Fix typos in docstrings.
19247
19248 * shell.el (shell-mode-hook):
19249 * view.el (View-scroll-line-forward):
19250 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19251 Fix typos in docstrings.
19252
19253 * net/dig.el (dig-invoke): Fix typo in docstring.
19254 (query-dig): Reflow docstring.
19255
19256 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19257 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19258 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19259 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19260 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19261 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19262 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19263 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19264 (idlwave-completion-map, idlwave-current-indent)
19265 (idlwave-custom-ampersand-surround, idlwave-customize)
19266 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19267 (idlwave-define-abbrev, idlwave-determine-class-special)
19268 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19269 (idlwave-end-block-reg, idlwave-end-of-statement)
19270 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19271 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19272 (idlwave-explicit-class-listed, idlwave-file-header)
19273 (idlwave-fill-paragraph, idlwave-find-class-definition)
19274 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19275 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19276 (idlwave-in-quote, idlwave-indent-action-table)
19277 (idlwave-indent-expand-table, idlwave-indent-line)
19278 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19279 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19280 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19281 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19282 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19283 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19284 (idlwave-outlawed-buffers, idlwave-popup-select)
19285 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19286 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19287 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19288 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19289 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19290 (idlwave-statement-type, idlwave-struct-skip)
19291 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19292 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19293 (idlwave-what-module-find-class): Fix typos in docstrings.
19294 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19295 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19296 (idlwave-find-module, idlwave-find-structure-definition)
19297 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19298 (idlwave-list-load-path-shadows, idlwave-next-statement)
19299 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19300 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19301 (idlwave-template): Reflow docstrings.
19302
19303 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19304 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19305 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19306 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19307 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19308 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19309 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19310 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19311 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19312 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19313 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19314 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19315 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19316 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19317 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19318 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19319 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19320 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19321 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19322 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19323 Fix typos in docstrings.
19324 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19325 (idlwave-shell-hide-output, idlwave-shell-mode)
19326 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19327 Reflow docstrings.
19328
19329 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19330
19331 2009-09-24 Ivan Kanis <apple@kanis.eu>
19332
19333 * term.el (term-bold-attribute): New var.
19334 (term-handle-colors-array): Use it.
19335
19336 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
19337
19338 * progmodes/gdb-mi.el (gdb-version): New variable.
19339 (gdb-non-stop-handler): Set gdb-version.
19340 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19341 Condition "--thread" option on gdb-version.
19342 (gdb-invalidate-threads): Remove unused argument.
19343
19344 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19345
19346 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19347 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19348
19349 2009-09-23 Glenn Morris <rgm@gnu.org>
19350
19351 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19352 replying to mail without References or Message-Id. (Bug#4525)
19353
19354 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19355
19356 * term/ns-win.el (ns-reg-to-script): New variable.
19357
19358 2009-09-23 Daiki Ueno <ueno@unixuser.org>
19359
19360 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19361
19362 2009-09-22 Sam Steingold <sds@gnu.org>
19363
19364 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
19365 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19366 to 1 because hg returns status 1 when nothing is found.
19367 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
19368
19369 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19370
19371 * textmodes/fill.el: Convert to utf-8 encoding.
19372 (fill-french-nobreak-p): Remove redundant » and « inherited from our
19373 pre-Unicode days.
19374
19375 * add-log.el (change-log-fill-forward-paragraph): New function.
19376 (change-log-mode): Use it so fill-region DTRT.
19377 Set fill-indent-according-to-mode here rather than in
19378 change-log-fill-paragraph.
19379 (change-log-fill-paragraph): Remove.
19380
19381 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
19382
19383 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19384 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19385
19386 2009-09-22 Glenn Morris <rgm@gnu.org>
19387
19388 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19389 the scroll-bar scroll the calendar window rather than the buffer.
19390
19391 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19392 commands that move point (as opposed to scrolling).
19393
19394 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19395
19396 * emacs-lisp/elint.el (elint): New custom group.
19397 (elint-log-buffer): Make it a defcustom.
19398 (elint-scan-preloaded, elint-ignored-warnings)
19399 (elint-directory-skip-re): New options.
19400 (elint-builtin-variables): Doc fix.
19401 (elint-preloaded-env): New variable.
19402 (elint-unknown-builtin-args): Add an entry for encode-time.
19403 (elint-extra-errors): Make it a variable rather than a constant.
19404 (elint-preloaded-skip-re): New constant.
19405 (elint-directory): Skip files matching elint-directory-skip-re.
19406 (elint-features): New variable, local to linted buffers.
19407 (elint-update-env): Initialize elint-features. Possibly add
19408 elint-preloaded-env to the buffer's environment.
19409 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19410 Skip quoted forms.
19411 (elint-init-form): New function, extracted from elint-init-env.
19412 Make non-list forms a warning rather than an error.
19413 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19414 easy-menu-define, put that adds an error-condition, and provide.
19415 When requiring cl, also require cl-macs. Really require cl, to handle
19416 some cl macros. Store required libraries in the list elint-features,
19417 so as not to re-load them. Treat cc-require like require.
19418 (elint-init-env): Call elint-init-form to do the work.
19419 Handle eval-and-compile and such like.
19420 (elint-add-required-env): Do not clear messages.
19421 (elint-special-forms): Add handlers for function, defalias, if, when,
19422 unless, and, or.
19423 (elint-form): Add optional argument to ignore elint-special-forms,
19424 useful to prevent recursive calls from handlers. Doc fix.
19425 Respect elint-ignored-warnings.
19426 (elint-form): Respect elint-ignored-warnings.
19427 (elint-bound-variable, elint-bound-function): New variables.
19428 (elint-unbound-variable): Respect elint-bound-variable.
19429 (elint-get-args): Respect elint-bound-function.
19430 (elint-check-cond-form): Add some simple handling for (f)boundp and
19431 featurep tests.
19432 (elint-check-defalias-form): New handler.
19433 (elint-check-let-form): Make an empty let a warning rather than an
19434 error.
19435 (elint-check-setq-form): Make an empty setq a warning rather than an
19436 error. Respect elint-ignored-warnings.
19437 (elint-check-defvar-form): Accept null doc-strings.
19438 (elint-check-conditional-form): New handler. Does some simple-minded
19439 checking of featurep and (f)boundp tests.
19440 (elint-put-function-args): New function.
19441 (elint-initialize): Use elint-scan-doc-file rather than
19442 elint-find-builtin-variables. Use elint-put-function-args.
19443 Possibly scan preloaded-file-list.
19444 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19445 extend to handle functions as well.
19446
19447 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19448
19449 * linum.el (linum-delete-overlays, linum-update-window):
19450 Do not modify the right margin. (Bug#3971)
19451
19452 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
19453
19454 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19455 Use nxml-mode instead of xml-mode.
19456
19457 2009-09-21 Kevin Ryde <user42@zip.com.au>
19458
19459 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19460
19461 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19462
19463 * net/dig.el (dig-mode): Use define-derived-mode.
19464
19465 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19466
19467 * vc-dispatcher.el (vc-do-command): Return the process object in
19468 the asynchronous case. Use when instead of if. Do not run
19469 vc-exec-after to display a message if not enabled. (Bug#4463)
19470
19471 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19472 properties to the stash strings.
19473 (vc-git-stash-list): Return a list of strings.
19474 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19475 (vc-git-stash-show-at-point): New functions.
19476 (vc-git-stash-map): New keymap.
19477
19478 * register.el (ctl-x-r-map): Define the keys here instead of
19479 using autoload.
19480
19481 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19482
19483 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19484 list, to workaround performance problem (bug#4485).
19485
19486 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
19487
19488 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19489
19490 2009-09-20 Daiki Ueno <ueno@unixuser.org>
19491
19492 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19493 Document that this option is not recommended to use.
19494
19495 2009-09-19 Glenn Morris <rgm@gnu.org>
19496
19497 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19498 variable `var'.
19499
19500 * calc/calc-alg.el (var):
19501 * calc/calcalg2.el (var): Define for compiler.
19502
19503 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
19504
19505 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19506 Doc fix (Bug#3932).
19507
19508 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19509
19510 * time-stamp.el (time-stamp-month-dd-yyyy)
19511 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19512 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19513 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19514 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19515 Remove functions that have been obsolete since 1995 (Bug#4436).
19516
19517 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19518 indent buffer only if called interactively (Bug#4452).
19519
19520 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19521 Eli Zaretskii <eliz@gnu.org>
19522
19523 This fixes bug#4197 (merged to bug#865, though not identical).
19524 * server.el (server-auth-dir): Add docstring note about FAT32.
19525 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19526 but warn against using them.
19527
19528 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19529
19530 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19531 older GDB where there is no has_more field.
19532
19533 2009-09-19 Glenn Morris <rgm@gnu.org>
19534
19535 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19536
19537 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19538
19539 * files.el (auto-mode-alist): Change default for XML files to nXML
19540 mode (Bug#4169).
19541
19542 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19543
19544 * server.el (server-ensure-safe-dir): Pass 'integer
19545 to `file-attributes', as suggested.
19546
19547 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19548
19549 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19550 (dired-query): Use read-key.
19551
19552 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19553
19554 * cus-start.el (ns-use-qd-smoothing): Remove.
19555
19556 2009-09-18 Glenn Morris <rgm@gnu.org>
19557
19558 * allout.el (top-level): Remove unnecessary progn.
19559
19560 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19561
19562 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19563 definition of abbrev table.
19564
19565 * speedbar.el (speedbar-track-mouse):
19566 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19567 * net/eudc.el (eudc-expand-inline):
19568 * net/newst-backend.el (newsticker--cache-read-feed):
19569 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19570 condition-case handlers.
19571
19572 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19573
19574 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19575 (gdb-var-list): Add an element for has_more field.
19576 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19577 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19578 (gdb-var-update-handler-1): Parse output of dynamic variable
19579 objects (STL containers).
19580 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19581 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19582
19583 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19584 gdb-var-list.
19585 (gud-speedbar-buttons): Make node expandable if expression "has more"
19586 children.
19587
19588 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19589
19590 * startup.el (emacs-quick-startup): Remove variable and all uses.
19591 (command-line): Set `inhibit-x-resources' instead.
19592 (command-line-1): Use `inhibit-x-resources' instead.
19593
19594 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19595
19596 * subr.el: Fix last change to avoid using the `unless' macro,
19597 which breaks bootstrapping.
19598
19599 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19600
19601 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19602 extended definitions, in case we reload subr.el after having
19603 loaded CL.
19604 (eval-next-after-load): Mark as obsolete.
19605
19606 2009-09-17 Juri Linkov <juri@jurta.org>
19607
19608 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19609 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19610 (menu-bar-showhide-menu, menu-bar-tools-menu)
19611 (menu-bar-describe-menu, menu-bar-help-menu)
19612 (minibuffer-local-completion-map, minibuffer-local-map):
19613 Fix list quoting.
19614
19615 2009-09-17 Glenn Morris <rgm@gnu.org>
19616
19617 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19618 arguments, whether or not it has a handler.
19619
19620 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19621
19622 * simple.el (hard-newline): Give it a doc-string.
19623
19624 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19625 (lisp-mode-syntax-table): Give them doc-strings.
19626
19627 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19628
19629 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19630 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19631 (menu-bar-options-menu, menu-bar-showhide-menu)
19632 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19633 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19634 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19635 (menu-bar-options-menu, menu-bar-tools-menu)
19636 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19637 (menu-bar-help-menu):
19638 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19639 string arguments.
19640
19641 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19642 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19643 calls for the menu names and :help.
19644
19645 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19646
19647 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19648 to :minor-mode-function (bug#4455).
19649
19650 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19651
19652 * startup.el (command-line): Initialize the window-system after
19653 processing the command-line.
19654
19655 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19656 page-delimiter matches the empty string.
19657
19658 2009-09-16 Glenn Morris <rgm@gnu.org>
19659
19660 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19661 byte-compile-not-obsolete-var. It's a list now.
19662 (byte-compile-not-obsolete-funcs): New variable.
19663 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19664 byte-compile-not-obsolete-funcs.
19665 (byte-compile-variable-ref, byte-compile-defvar): Update for
19666 byte-compile-not-obsolete-vars name-change and list nature.
19667 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19668 and variables behind (f)boundp tests.
19669 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19670
19671 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19672
19673 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19674
19675 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19676
19677 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19678 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19679 Don't autoload.
19680
19681 2009-09-15 Stephen Eglen <stephen@gnu.org>
19682
19683 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19684 the virtual-buffers, use the name of the buffer specified by
19685 find-file-noselect, as the match may be a symlink. (This was a
19686 problem if the target and the symlink had different names.)
19687
19688 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19689
19690 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19691
19692 * desktop.el (desktop-path): Check user-emacs-directory.
19693
19694 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19695
19696 * loadup.el: Use after-load-functions to GC after loading each file.
19697 Remove the explicit GC calls that used to be sprinkled around.
19698
19699 * subr.el (after-load-functions): New hook.
19700 (do-after-load-evaluation): Run it. Use string-match-p to detect
19701 `obsolete' packages, rather than painfully extracting the relevant
19702 directory name.
19703
19704 2009-09-15 Glenn Morris <rgm@gnu.org>
19705
19706 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19707 free variable `doc'.
19708
19709 * dired.el (dired-mode-map): Add menu entry for async shell command.
19710
19711 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19712 variables, also consider the .elc files, since the .el files are
19713 normally gzipped (subsequent code locates the .el.gz from the .elc).
19714
19715 * calc/calc-prog.el (arglist): Define for compiler.
19716
19717 * calendar/diary-lib.el (diary-display-function): Change the default to
19718 fancy display.
19719 (body): Define for compiler.
19720
19721 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19722 (byte-compile-file-form, byte-compile-lambda)
19723 (byte-compile-top-level-body, byte-compile-form)
19724 (byte-compile-variable-ref, byte-compile-setq)
19725 (byte-compile-setq-default, byte-compile-body)
19726 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19727 (batch-byte-compile): Give some more local variables with common names
19728 a "bytecomp-" prefix to avoid masking warnings about free variables.
19729
19730 * startup.el (command-line-1): Give local variables with common names a
19731 distinguishing prefix, so as not to hide free variable warnings during
19732 bootstrap.
19733
19734 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19735 clever and add a suffix to make a unique name, just let the user decide
19736 whether or not to overwrite it. If the input is a directory, write the
19737 default filename to that directory. (Bug#4388)
19738 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19739 is a filename-as-a-directory.
19740
19741 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19742
19743 * textmodes/page.el (what-page): Don't move to beginning of line.
19744 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19745
19746 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19747
19748 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19749
19750 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19751
19752 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19753 * help.el (help-for-help-internal): Add purecopy calls for text.
19754
19755 * vc.el (top): print-log method now takes an optional SHORTLOG
19756 argument. Add a new method: root.
19757 (vc-root-diff, vc-print-root-log): New functions.
19758 (vc-log-short-style): New variable.
19759 (vc-print-log-internal): Add support for showing short logs.
19760
19761 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19762 vc-print-root-log and vc-print-root-diff.
19763
19764 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19765 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19766 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19767 short logs.
19768
19769 * vc-cvs.el (vc-cvs-print-log):
19770 * vc-mtn.el (vc-mtn-print-log):
19771 * vc-rcs.el (vc-rcs-print-log):
19772 * vc-sccs.el (vc-sccs-print-log):
19773 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19774 that is ignored for now.
19775
19776 * vc-mtn.el (vc-mtn-annotate-command):
19777 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19778
19779 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19780
19781 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19782 to function-key-map, and give them ascii-character property.
19783 * term/x-win.el (x-alternatives-map):
19784 * term/ns-win.el (ns-alternatives-map):
19785 * term/internal.el (msdos-key-remapping-map):
19786 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19787
19788 2009-09-14 Glenn Morris <rgm@gnu.org>
19789
19790 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19791 temp-buffers (2009-09-12).
19792
19793 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19794
19795 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19796 the new read-key function.
19797
19798 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19799
19800 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19801 is defined (Bug#4405).
19802
19803 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19804
19805 * recentf.el (recentf-cleanup): Use a hash table to find
19806 duplicates (Bug#4407).
19807
19808 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19809
19810 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19811 kp-0 to ascii equivalents (Bug#4325).
19812
19813 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19814
19815 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19816
19817 * eshell/em-hist.el:
19818 * eshell/em-dirs.el (eshell-complete-user-reference):
19819 Declare pcomplete functions and variables to avoid compiler warnings.
19820
19821 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19822
19823 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19824 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19825 * eshell/em-alias.el (eshell-aliases-file):
19826 * eshell/em-hist.el (eshell-history-file-name):
19827 Use expand-file-name instead of concat to make file names (Bug#4308).
19828
19829 2009-09-13 Glenn Morris <rgm@gnu.org>
19830
19831 * ediff-merg.el (ediff-do-merge):
19832 * filesets.el (filesets-run-cmd):
19833 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19834 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19835 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19836 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19837 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19838 Replace empty `let's with `progn'.
19839
19840 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19841
19842 * mail/sendmail.el (send-mail-function):
19843 * tooltip.el (tooltip-mode):
19844 * simple.el (transient-mark-mode):
19845 * rfn-eshadow.el (file-name-shadow-mode):
19846 * frame.el (blink-cursor-mode):
19847 * font-core.el (global-font-lock-mode):
19848 * files.el (temporary-file-directory)
19849 (small-temporary-file-directory, auto-save-file-name-transforms):
19850 * epa-hook.el (auto-encryption-mode):
19851 * composite.el (global-auto-composition-mode):
19852 Use custom-initialize-delay.
19853 * startup.el (command-line): Don't explicitly call
19854 custom-reevaluate-setting for all the above vars.
19855 * custom.el (custom-initialize-safe-set)
19856 (custom-initialize-safe-default): Delete.
19857
19858 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19859
19860 * term/x-win.el (x-initialize-window-system):
19861 * term/w32-win.el (w32-initialize-window-system):
19862 * term/ns-win.el (ns-initialize-window-system): Don't call
19863 mouse-wheel-mode since it's enabled globally by default already.
19864
19865 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19866 actually define the variable, but only silences the byte-compiler.
19867 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19868 before looking it up.
19869 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19870 is changed.
19871
19872 2009-09-12 Glenn Morris <rgm@gnu.org>
19873
19874 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19875 1000.
19876 (elint-add-required-env): Don't beep on error.
19877 (elint-forms): In case of error, return ENV unchanged.
19878 (elint-init-env): Skip non-list forms.
19879 (elint-log): Handle unknown file positions.
19880
19881 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19882
19883 * epg.el (epg-make-context): Add autoload cookie.
19884 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19885 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19886 (epg-verify-string, epg-start-sign, epg-sign-file)
19887 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19888 (epg-encrypt-string, epg-start-export-keys)
19889 (epg-export-keys-to-file, epg-export-keys-to-string)
19890 (epg-start-import-keys, epg-import-keys-from-file)
19891 (epg-import-keys-from-string, epg-start-receive-keys)
19892 (epg-receive-keys, epg-import-keys-from-server)
19893 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19894 (epg-sign-keys, epg-start-generate-key)
19895 (epg-generate-key-from-file, epg-generate-key-from-string):
19896 Remove autoload cookie.
19897
19898 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19899
19900 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19901 reevaluation of trash-directory.
19902
19903 * mwheel.el: Fix last change.
19904 (mouse-wheel-mode): New defvar.
19905 (mouse-wheel-mode): Remove autoload cookie.
19906
19907 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19908
19909 * mwheel.el (mwheel-installed-bindings): New var.
19910 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19911 the bindings we set last time. Use custom-initialize-delay.
19912 * loadup.el: Load mwheel after term/*-win.el.
19913 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19914 and mouse-wheel-up-event now that their first evaluation is done
19915 sufficiently late to be correct.
19916
19917 * startup.el (tutorial-directory): Make it a defcustom.
19918 Use custom-initialize-delay rather than eval-at-startup to set it.
19919 * image.el (image-load-path): Make it a defcustom.
19920 Use custom-initialize-delay rather than eval-at-startup to set it.
19921 * subr.el (eval-at-startup): Remove.
19922 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19923
19924 * subr.el (do-after-load-evaluation): Warn the user after loading an
19925 obsolete package.
19926
19927 2009-09-12 Glenn Morris <rgm@gnu.org>
19928
19929 * proced.el (proced-mark-alt): Remove alias.
19930 (proced-mode-map): Remove proced-mark-alt.
19931
19932 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19933 Elint file and directory. Remove initialization entry.
19934
19935 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19936 commands.
19937 (elint-current-buffer): Set mode-line-process.
19938 (elint-init-env): Handle define-derived-mode.
19939 Fix declare-function with unspecified arglist. Guard against odd
19940 defalias statements (eg iso-insert's 8859-1-map).
19941 (elint-add-required-env): Use a temp buffer.
19942 (elint-form): Just print the function/macro name, not the whole form.
19943 Return env unchanged if we fail to parse a macro.
19944 (elint-forms): Guard against parse errors.
19945 (elint-output): New function, to handle batch mode.
19946 (elint-log-message): Add optional argument. Use elint-output.
19947 (elint-set-mode-line): New function.
19948
19949 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19950
19951 * emacs-lisp/elp.el (elp-not-profilable): Add more
19952 functions (Bug#4233).
19953
19954 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19955
19956 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19957 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19958
19959 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19960
19961 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19962 (gdb-var-list-children): Use json parsing.
19963
19964 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19965
19966 * progmodes/js.el (js--proper-indentation): Handle the case where
19967 char-before is null. Reported by Deniz Dogan.
19968
19969 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19970
19971 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19972
19973 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19974
19975 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19976 (epg-digest-algorithm-alist): Add SHA224.
19977 (epg-context-set-passphrase-callback)
19978 (epg-context-set-progress-callback): Add description about
19979 callback function.
19980
19981 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19982
19983 * custom.el (custom-delayed-init-variables): New var.
19984 (custom-initialize-delay): New function.
19985 * startup.el (command-line): "Re"evaluate all vars in
19986 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19987 explicitly any more.
19988 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19989 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19990
19991 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19992
19993 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19994
19995 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19996 (gdb-var-update-handler): Use json parsing.
19997
19998 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19999
20000 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20001 decode annotated text, regardless of language environment. (Bug#2741)
20002
20003 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20004
20005 * Makefile.in (autoloads): Make rmail.el writable as well.
20006
20007 2009-09-11 Glenn Morris <rgm@gnu.org>
20008
20009 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20010 loaddefs.el.
20011 * dired.el: Regenerate with extracted autoloads.
20012 * Makefile.in (autoloads): Make dired.el writable.
20013
20014 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20015 * ibuffer.el: Regenerate with extracted autoloads.
20016 * Makefile.in (autoloads): Make ibuffer.el writable.
20017
20018 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20019 * version.el (emacs-copyright, emacs-major-version)
20020 (emacs-minor-version): Reformat doc-strings for make-docfile.
20021
20022 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20023 functions and variables, since they must be stuff specific to some other
20024 platform.
20025 (apropos-print): Make mouse-click message less specific about button.
20026
20027 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20028 that records where a macro was defined.
20029 * help-fns.el (describe-function-1): Mention if a function has a
20030 compiler-macro.
20031 * help-mode.el (help-function-cmacro): New button.
20032
20033 * locate.el (top-level): Always require dired.
20034 (locate-mode-map): Initialize inside the defvar.
20035
20036 * net/ange-ftp.el (dired-compress-file): Declare.
20037 (ange-ftp-dired-compress-file): Add doc string.
20038
20039 * term/ns-win.el (x-display-name, x-setup-function-keys):
20040 Unify doc-strings with X versions.
20041
20042 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20043
20044 * emulation/crisp.el (crisp-mode-map): Move initialization
20045 into declaration.
20046 (crisp-mode): Use define-minor-mode.
20047
20048 * progmodes/xscheme.el (xscheme-evaluation-commands):
20049 Put a :advertised-binding property rather than using
20050 advertised-xscheme-send-previous-expression.
20051 (advertised-xscheme-send-previous-expression): Declare obsolete.
20052 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20053 `advertised-undo'.
20054 (crisp-mode): Add corresponding bindings to
20055 undo's :advertised-binding instead.
20056 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20057 than using dired-advertised-find-file.
20058 (dired-advertised-find-file):
20059 * simple.el (advertised-undo):
20060 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20061 (widget-keymap): Put a :advertised-binding property rather
20062 than using advertised-widget-backward.
20063 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20064 than using advertised-undo.
20065 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20066
20067 2009-09-10 Simon South <ssouth@slowcomputing.org>
20068
20069 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20070 Mark mode is enabled and region is active; otherwise indent or
20071 insert TAB as usual.
20072 (delphi-mode): Update description of TAB-key binding.
20073
20074 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20075
20076 * subr.el (define-key-rebound-commands): Mark obsolete.
20077 * startup.el (precompute-menubar-bindings): Remove.
20078 (normal-top-level): Remove obsolete code that tried to precompute
20079 menubar bindings.
20080 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20081 define-key-rebound-commands and precompute-menubar-bindings.
20082
20083 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20084
20085 * net/imap.el (imap-interactive-login): Better messages.
20086 (imap-open): Fix bug with renamed buffer on reconnect.
20087 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20088 for easier debugging and cleaner code. On successful (guessed based on
20089 server capabilities) secondary authentication, set imap-state
20090 correctly.
20091 (imap-last-authenticator): Define imap-last-authenticator as a variable
20092 to avoid warnings.
20093
20094 2009-09-10 Glenn Morris <rgm@gnu.org>
20095
20096 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20097
20098 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20099 (byte-compile-file-form-autoload): Don't warn about unknown functions
20100 where the autoload statement comes after the use.
20101 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20102 that any handlers inside the body (eg require) are in turn respected.
20103
20104 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20105 effects.
20106
20107 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20108 and syntax and abbrev tables basic docs, if they don't have any.
20109
20110 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20111
20112 * international/mule-cmds.el (top-level): Require cl when compiling.
20113 (view-hello-file): Use default-value rather than
20114 default-enable-multibyte-characters.
20115
20116 * progmodes/fortran.el: Move all safe and risky properties into the
20117 defcustoms.
20118
20119 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20120 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20121 * mail/undigest.el:
20122 Put autoloads in rmail.el rather than loaddefs.el.
20123 * mail/rmail.el: Regenerate with extracted autoloads.
20124
20125 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20126 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20127
20128 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
20129
20130 Reported in thread for Bug#4375.
20131 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20132 "-data-evaluate-expression" instead of print.
20133 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20134 (gdb-tooltip-print): Parse output from above MI command.
20135 (gdb): Revert 2009-08-11 change. User should detach inferior
20136 manually.
20137
20138 Remove the word "separate" from IO functions as inferior
20139 output is now never displayed in the GUD buffer.
20140
20141 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
20142
20143 * startup.el (command-line-normalize-file-name): On Windows and
20144 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20145
20146 2009-09-10 Juri Linkov <juri@jurta.org>
20147
20148 * isearch.el (isearch-text-char-description): Propertize escape
20149 character sequences with the `escape-glyph' face. (Bug#4344)
20150
20151 * simple.el (shell-command): Set asynchronous process filter to
20152 `comint-output-filter'. (Bug#4343)
20153
20154 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20155 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20156 the list. Move "asm" to the bottom.
20157 (grep-find-ignored-directories): Add `choice' with nil value
20158 to empty the list easily.
20159 (grep-find-ignored-files): New option.
20160 (grep-files-history): Set to nil by default instead of '("ch" "el").
20161 (grep-compute-defaults): Add "<X>" to `grep-template'.
20162 (grep-read-files): Bind new local variables `default-alias' and
20163 `default-extension'. Use a list of default values for the file prompt.
20164 (lgrep): Add `--exclude=' command line options composed from
20165 `grep-find-ignored-files'.
20166 (rgrep): Add `-name' command line options composed from
20167 `grep-find-ignored-files'. (Bug#4301)
20168
20169 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20170
20171 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20172 (bug#4368).
20173
20174 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20175
20176 * calendar/time-date.el (autoload):
20177 Expand define-obsolete-function-alias into defalias and make-obsolete
20178 for old Emacsen that Gnus supports.
20179 (with-no-warnings): Define it for old Emacsen.
20180 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20181 is available.
20182 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20183 float-time is available; suppress compile warning for time-to-seconds.
20184
20185 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20186
20187 * net/imap.el (imap-message-map): Docstring fix.
20188
20189 2009-09-09 Glenn Morris <rgm@gnu.org>
20190
20191 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20192 line numbers too. (Bug#4374)
20193
20194 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20195
20196 * smerge-mode.el (smerge-remove-props, smerge-refine):
20197 Use with-silent-modifications (bug#4342).
20198
20199 * subr.el (with-silent-modifications): New macro.
20200
20201 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
20202
20203 * files.el (top-level): Require `cl' when compiling.
20204
20205 2009-09-07 Glenn Morris <rgm@gnu.org>
20206
20207 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20208
20209 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20210 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20211
20212 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
20213
20214 * vc-git.el (vc-git-annotate-command): Use separator to parse
20215 arguments correctly.
20216
20217 2009-09-06 Eli Zaretskii <eliz@gnu.org>
20218
20219 * proced.el (proced-mode): Doc fix.
20220
20221 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20222
20223 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20224 lstat fails.
20225 (tramp-do-file-attributes-with-ls): Check for file existence at
20226 remote end.
20227 (tramp-do-file-attributes-with-stat): Likewise.
20228 (tramp-convert-file-attributes): Return nil when attr is nil.
20229
20230 2009-09-05 Glenn Morris <rgm@gnu.org>
20231
20232 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20233 properties to this button.
20234 (diary-fancy-display): Don't extend the button to the final newline.
20235 (diary-fancy-display-mode): Continue to define "q" as a local key.
20236
20237 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20238 efficient.
20239
20240 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20241
20242 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20243 (byte-compile-dest-file-function): New option.
20244 (byte-compile-dest-file): Doc fix.
20245 Obey byte-compile-dest-file-function.
20246 (byte-compile-cl-file-p): New function.
20247 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20248 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20249 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20250 than for file being previously loaded.
20251 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20252 (byte-compile-file-form-require): Handle the case where requiring a file
20253 indirectly causes CL to be loaded.
20254
20255 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20256
20257 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20258 before killing the old buffer, since by the time `kill-buffer' is
20259 run so many buffer variables have been set to nil that it may not
20260 behave as expected. (Bug#4061)
20261
20262 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20263
20264 * files.el (find-alternate-file): If the old buffer is modified
20265 and visiting a file, behave similarly to `kill-buffer' when
20266 killing it, thus reverting to the pre-1.878 behavior; see
20267 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20268 for discussion. Also, consult `buffer-file-name' as a variable
20269 not as a function, for consistency with the rest of the code.
20270
20271 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
20272
20273 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20274 also when adding a new directory.
20275
20276 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20277 New defun.
20278
20279 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20280
20281 * files.el (locate-file-completion-table): Make it provide boundary
20282 information, so partial-completion works better.
20283
20284 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20285
20286 * mail/footnote.el (Footnote-text-under-cursor):
20287 Check footnote-text-marker-alist before using it (bug#4324).
20288
20289 2009-09-04 Glenn Morris <rgm@gnu.org>
20290
20291 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20292 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20293 * play/solitaire.el, play/tetris.el:
20294 Remove leading * from defcustom and defface docs.
20295
20296 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20297 necessary.
20298 (diary-fancy-overriding-map): New variable.
20299 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20300 Use view-mode.
20301
20302 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20303 goto-line.
20304
20305 2009-09-03 Glenn Morris <rgm@gnu.org>
20306
20307 * arc-mode.el (archive-mode):
20308 * dos-fns.el (set-default-process-coding-system):
20309 * man.el (Man-getpage-in-background):
20310 * menu-bar.el (menu-bar-describe-menu):
20311 * server.el (server-process-filter):
20312 * startup.el (command-line):
20313 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20314 * w32-fns.el (set-default-process-coding-system):
20315 * x-dnd.el (x-dnd-handle-file-name):
20316 * international/mule-cmds.el (mule-menu-keymap)
20317 (set-default-coding-systems, language-info-alist, set-language-info)
20318 (set-language-environment, standard-display-european-internal)
20319 (set-locale-environment):
20320 * international/mule-diag.el (mule-diag):
20321 * mail/emacsbug.el (report-emacs-bug):
20322 * mail/rmail.el (rmail-mode):
20323 * mail/sendmail.el (mail-setup):
20324 Use default-value rather than default-enable-multibyte-characters.
20325
20326 * progmodes/f90.el: Move all safe properties into the defcustoms.
20327 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20328
20329 * calendar/appt.el (appt-check):
20330 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20331 (diary-check-diary-file, diary-list-entries)
20332 (diary-include-other-diary-files, diary-simple-display)
20333 (diary-fancy-display, diary-print-entries)
20334 (diary-mark-included-diary-files, diary-make-entry):
20335 Don't call substitute-in-file-name on diary-file.
20336
20337 2009-09-03 Eduard Wiebe <usenet@pusto.de>
20338 Stefan Monnier <monnier@iro.umontreal.ca>
20339
20340 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20341 (footnote-mode-map): Move initialization into the declaration.
20342 (footnote-minor-mode-map): Define it rather than changing global-map.
20343 (footnote-mode): Use define-minor-mode.
20344
20345 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
20346
20347 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20348 (tramp-do-file-attributes-with-perl)
20349 (tramp-do-file-attributes-with-stat): Rename from
20350 `tramp-handle-file-attributes-with-*'.
20351 (tramp-handle-file-attributes): Use them.
20352 (tramp-do-directory-files-and-attributes-with-perl)
20353 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20354 `tramp-handle-directory-files-and-attributes-with-*'.
20355 (tramp-handle-directory-files-and-attributes): Use them.
20356 (tramp-method-out-of-band-p): Additional parameter SIZE.
20357 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20358 (tramp-handle-write-region): Use it.
20359 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
20360 (tramp-handle-vc-registered): Check, whether the first run did
20361 return files to be tested.
20362 (tramp-advice-make-auto-save-file-name): Do not call directly
20363 `tramp-handle-make-auto-save-file-name', because this would bypass
20364 the locking mechanism.
20365
20366 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
20367 (file-remote-p, process-file, start-file-process, set-file-times)
20368 (tramp-compat-file-attributes): Compatibility functions shall not
20369 call directly `tramp-handle-*', because this would bypass the
20370 locking mechanism.
20371 (tramp-compat-number-sequence): New defun.
20372
20373 2009-09-02 Glenn Morris <rgm@gnu.org>
20374
20375 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20376 alias for float-time.
20377 (time-to-number-of-days): In Emacs, use float-time.
20378 * net/newst-backend.el (time-add): Suppress warnings from compat
20379 function.
20380 * time.el (emacs-uptime, emacs-init-time):
20381 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20382 Use float-time rather than time-to-seconds.
20383
20384 * minibuffer.el (completion-initials-expand): Fix typo.
20385
20386 * faces.el (modeline, modeline-inactive, modeline-highlight)
20387 (modeline-buffer-id):
20388 * info.el (info-menu-5): Mark these face aliases as obsolete.
20389
20390 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20391
20392 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20393 space ...
20394 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20395 no "--thread" option.
20396 (gdb-stopped): Don't print "Switched to thread" message when it is
20397 unchanged.
20398
20399 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20400
20401 * minibuffer.el (completion-try-completion)
20402 (completion-all-completions): Remove ill-defined (and
20403 mistakenly installed and luckily never used nor documented)
20404 `completion-styles' property.
20405 (completion-initials-expand, completion-initials-all-completions)
20406 (completion-initials-try-completion): New functions.
20407 (completion-styles-alist): Add doc to each entry.
20408 Add new `initials' entry.
20409
20410 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20411
20412 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20413 MI command -var-evaluate-expression.
20414 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20415 and tweak for case of string child.
20416 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
20417
20418 2009-09-01 Glenn Morris <rgm@gnu.org>
20419
20420 * add-log.el (change-log-date-face, change-log-name-face)
20421 (change-log-email-face, change-log-file-face, change-log-list-face)
20422 (change-log-conditionals-face, change-log-function-face)
20423 (change-log-acknowledgement-face):
20424 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20425 (custom-modified-face, custom-set-face, custom-changed-face)
20426 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20427 (custom-documentation-face, custom-state-face, custom-comment-face)
20428 (custom-comment-tag-face, custom-variable-tag-face)
20429 (custom-variable-button-face, custom-face-tag-face)
20430 (custom-group-tag-face-1, custom-group-tag-face):
20431 * diff-mode.el (diff-header-face, diff-file-header-face)
20432 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20433 (diff-added-face, diff-changed-face, diff-function-face)
20434 (diff-context-face, diff-nonexistent-face):
20435 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20436 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20437 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20438 (Info-title-4-face):
20439 * isearch.el (isearch-lazy-highlight-face):
20440 * log-view.el (log-view-file-face, log-view-message-face):
20441 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20442 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20443 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20444 (cvs-msg-face):
20445 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20446 (smerge-base-face, smerge-markers-face):
20447 * wid-edit.el (widget-documentation-face, widget-button-face)
20448 (widget-field-face, widget-single-line-field-face)
20449 (widget-inactive-face, widget-button-pressed-face):
20450 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20451 (woman-addition-face):
20452 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20453 (eshell-ls-executable-face, eshell-ls-readonly-face)
20454 (eshell-ls-unreadable-face, eshell-ls-special-face)
20455 (eshell-ls-missing-face, eshell-ls-archive-face)
20456 (eshell-ls-backup-face, eshell-ls-product-face)
20457 (eshell-ls-clutter-face):
20458 * eshell/em-prompt.el (eshell-prompt-face):
20459 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
20460 * obsolete/old-whitespace.el (whitespace-highlight-face):
20461 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20462 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20463 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20464 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20465 (antlr-font-lock-literal-face):
20466 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20467 (ebrowse-root-class-face, ebrowse-file-name-face)
20468 (ebrowse-default-face, ebrowse-member-attribute-face)
20469 (ebrowse-member-class-face, ebrowse-progress-face):
20470 * progmodes/make-mode.el (makefile-space-face):
20471 * progmodes/sh-script.el (sh-heredoc-face):
20472 * textmodes/flyspell.el (flyspell-incorrect-face)
20473 (flyspell-duplicate-face):
20474 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20475 * textmodes/texinfo.el (texinfo-heading-face):
20476 Mark face aliases with "-face" suffix as obsolete.
20477
20478 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20479 compiler.
20480
20481 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20482 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20483 easy-menu-define wants to modify these.
20484
20485 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20486
20487 * net/browse-url.el (browse-url-file-url):
20488 * term/internal.el (dos-codepage-setup):
20489 Use default-value rather than default-enable-multibyte-characters.
20490
20491 * progmodes/etags.el (etags-goto-tag-location):
20492 * progmodes/flymake.el (flymake-highlight-line)
20493 (flymake-goto-file-and-line, flymake-goto-line):
20494 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20495 (gdb-goto-breakpoint):
20496 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20497 * progmodes/python.el (python-find-function)
20498 (python-pdbtrack-track-stack-file):
20499 * progmodes/verilog-mode.el (verilog-surelint-off):
20500 * term/ns-win.el (ns-open-file-select-line):
20501 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20502 Use forward-line rather than goto-line.
20503
20504 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20505 * textmodes/reftex-index.el (reftex-display-index):
20506 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20507 * textmodes/reftex-toc.el (reftex-toc):
20508 Remove unnecessary bindings of default-major-mode (all are followed by
20509 major-mode check and possible mode switch).
20510
20511 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20512
20513 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20514 Handle watchpoints (bug#4282).
20515 (def-gdb-thread-buffer-command): Enable thread to be selected by
20516 clicking without selecting threads buffer first.
20517 (gdb-current-context-command): Use selected frame so that "up",
20518 "down" etc work in the GUD buffer.
20519 (gdb-update): Find selected frame before rendering stack buffer.
20520 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20521
20522 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20523
20524 * progmodes/sym-comp.el (displayed-completions): Remove.
20525 (symbol-complete): Use minibuffer-complete.
20526
20527 2009-08-31 Glenn Morris <rgm@gnu.org>
20528
20529 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20530
20531 * apropos.el (apropos-symbols-internal):
20532 Handle (obsolete) face aliases.
20533
20534 * faces.el (describe-face): Adjust the output format to be more like
20535 describe-variable, and to mention (obsolete) face aliases.
20536 Adjust the whitespace so that help-setup-xref works.
20537
20538 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20539 * calendar/diary-lib.el (diary-button-face):
20540 Mark these face aliases as obsolete.
20541
20542 * calendar/calendar.el (calendar-today): Doc fix.
20543
20544 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20545
20546 * progmodes/gdb-mi.el (gdb-control-all-threads)
20547 (gdb-control-current-thread): Force tool bar update.
20548 (gdb-non-stop-handler): New function.
20549 (gdb-init-1): Use it to test if non-stop mode is supported.
20550 Remove unused gdbmi buffer type.
20551
20552 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20553
20554 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20555 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20556
20557 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20558
20559 * comint.el (comint-exec-1): Check command is non-null first.
20560 Part of gdb-mi.el change (2009-08-28).
20561
20562 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20563
20564 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20565
20566 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20567
20568 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20569 instead of `dolist' to avoid a recursive require when bootstrapping.
20570
20571 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20572
20573 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20574
20575 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20576
20577 * net/imap.el (imap-send-command): Simplify.
20578 (imap-wait-for-tag): point-max -> buffer-size.
20579
20580 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20581
20582 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20583 with constant argument.
20584
20585 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20586
20587 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20588
20589 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20590 Change default, since most of our files don't have a history.
20591 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20592 the user.
20593
20594 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20595 Add comint-run.
20596
20597 * calc/calc.el: Improve commenting convention.
20598 (calc-digit-map, toplevel): Simplify.
20599
20600 * comint.el (comint-insert-input): Be careful to only set point if we
20601 don't delegate to some other command.
20602
20603 * proced.el (proced-signal-list): Make it an alist.
20604 (proced-grammar-alist): Capitalize names.
20605 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20606 Disable undo manually and make it read-only.
20607 Use completion-annotate-function.
20608
20609 * minibuffer.el (minibuffer-message): If the current buffer is not
20610 a minibuffer, insert the message in the echo area rather than at the
20611 end of the buffer.
20612 (completion-annotate-function): New variable.
20613 (minibuffer-completion-help): Use it.
20614 (completion--embedded-envvar-table): Environment vars are
20615 always case-sensitive.
20616
20617 2009-08-30 Glenn Morris <rgm@gnu.org>
20618
20619 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20620 from fortran-current-defun.
20621 (fortran-beginning-of-subprogram): Be more precise about finding the
20622 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20623 (fortran-end-of-subprogram): Simplify.
20624 (fortran-current-defun): Use fortran-start-prog-re.
20625
20626 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20627
20628 * subr.el (do-after-load-evaluation): Simplify.
20629
20630 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20631
20632 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20633
20634 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20635 (vc-rcs-print-log): Use it.
20636
20637 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20638
20639 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20640
20641 * paths.el (abbrev-file-name): Move to abbrev.el.
20642 * abbrev.el (abbrev-file-name): Move from paths.el.
20643 Obey user-emacs-directory.
20644 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20645 user-emacs-directory.
20646 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20647 abbrev-file-name and calc-settings-file any more.
20648 * startup.el (command-line): Recompute abbrev-file-name and
20649 abbreviated-home-dir.
20650 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20651 of the special code for when C-h bindings haven't been changed.
20652 (display-startup-echo-area-message): Use with-current-buffer.
20653 (command-line-1): Use a list of strings, rather than a list of lists
20654 of strings for longopts.
20655
20656 * files.el (get-free-disk-space): Use / for default-directory.
20657
20658 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20659 Use with-current-buffer.
20660
20661 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20662 Recognize immutable variables like most-positive-fixnum.
20663 (byte-compile-setq-default): Check and warn if trying to assign
20664 to an immutable variable, or a non-variable.
20665
20666 * progmodes/cc-vars.el (c-comment-continuation-stars):
20667 * progmodes/cc-engine.el (c-looking-at-bos):
20668 * progmodes/cc-cmds.el (c-toggle-auto-state)
20669 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20670 (c-comment-line-break-function): Add version of obsolescence.
20671
20672 2009-08-28 Juri Linkov <juri@jurta.org>
20673
20674 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20675 associated with `archive-mode'.
20676
20677 * image.el (image-type-header-regexps): Use only JPEG magic number
20678 to determine JPEG images, and don't use `image-jpeg-p' because
20679 Emacs can display non-JFIF non-Exif JPEG images.
20680
20681 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20682
20683 * arc-mode.el (archive-mode):
20684 * emacs-lisp/re-builder.el (re-builder-unload-function):
20685 Protect against the default value of `major-mode' being nil.
20686
20687 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20688
20689 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20690 Fix typos in docstrings.
20691
20692 * progmodes/js.el (js--macro-decl-re): Doc fix.
20693 (js--plain-method-re, js--split-name): Refloc docstring.
20694 (js--class-styles, js--make-merged-item, js--splice-into-items):
20695 Fix typos in docstrings; reflow docstrings.
20696 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20697 (js--variable-decl-matcher, js--inside-pitem-p)
20698 (js--parse-state-at-point, js--get-all-known-symbols)
20699 (js--symbol-history, js-find-symbol, js--js-references)
20700 (js--moz-interactor, js--js-encode-value, js--read-tab):
20701 Fix typos in docstrings.
20702
20703 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20704
20705 * textmodes/reftex.el (reftex-get-file-buffer-force):
20706 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20707 * emulation/viper.el (viper-go-away, viper-set-hooks):
20708 * emacs-lisp/re-builder.el (re-builder-unload-function):
20709 * emacs-lisp/bytecomp.el (byte-compile-file):
20710 * ses.el (ses-unload-function):
20711 * hexl.el (hexl-find-file):
20712 * files.el (normal-mode):
20713 * ehelp.el (with-electric-help):
20714 * autoinsert.el (auto-insert-alist):
20715 * arc-mode.el (archive-mode):
20716 Use (default-value 'major-mode) instead of default-major-mode.
20717
20718 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20719 * international/mule.el (load-with-code-conversion):
20720 * emacs-lisp/debug.el (debug):
20721 * ediff-vers.el (ediff-rcs-get-output-buffer):
20722 * dired.el (dired-internal-noselect): Don't let-bind
20723 default-major-mode around code that doesn't use it.
20724 E.g. buffer creation via get-buffer-create doesn't use it.
20725
20726 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20727
20728 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20729 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20730 when writing the temp file. Otherwise, epa-file gets confused.
20731 (tramp-register-file-name-handlers): Make it a defun. Move also
20732 `epa-file-handler' to the front of `file-name-handler-alist'.
20733
20734 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20735
20736 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20737 start right after a ^M.
20738 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20739 (tramp-completion-file-name-regexp-separate)
20740 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20741 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20742 Don't modify last-coding-system-used by accident.
20743 (tramp-completion-file-name-handler): Apply the checks here,
20744 instead during registration.
20745 (tramp-register-file-name-handlers): Rename from
20746 `tramp-register-file-name-handler'. Register both
20747 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20748 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20749
20750 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20751
20752 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20753 Remove variable ...
20754 (gdb-init-1, gdb-display-separate-io-buffer)
20755 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20756 references to it.
20757 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20758 (gdb-inferior-filter): Use comint-output-filter to stop
20759 echoing and remove ^M characters.
20760
20761 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20762
20763 * emulation/viper-init.el (viper-restore-cursor-type):
20764 * emulation/cua-base.el (cua--update-indications):
20765 Replace default-cursor-type with (default-value 'cursor-type).
20766
20767 * mail/sendmail.el (mail-recover-1):
20768 * international/mule-diag.el (describe-current-coding-system-briefly)
20769 (describe-current-coding-system):
20770 * international/mule-cmds.el (select-safe-coding-system)
20771 (select-message-coding-system)
20772 (set-language-environment-coding-systems, set-locale-environment):
20773 * hexl.el (hexl-insert-multibyte-char):
20774 * dos-w32.el (find-buffer-file-type-coding-system):
20775 * simple.el (what-cursor-position):
20776 Replace uses of default-buffer-file-coding-system
20777 with (default-value 'buffer-file-coding-system).
20778
20779 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20780 Replace uses of default-cursor-in-non-selected-windows
20781 with (default-value 'cursor-in-non-selected-windows).
20782 Use with-current-buffer.
20783
20784 * mail/feedmail.el: Use CL macros.
20785 (feedmail-run-the-queue, feedmail-send-it-immediately):
20786 * dos-w32.el (find-buffer-file-type): Replace uses of
20787 default-buffer-file-type with (default-value 'buffer-file-type).
20788
20789 2009-08-28 Glenn Morris <rgm@gnu.org>
20790
20791 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20792 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20793 Use default-value of major-mode rather than default-major-mode.
20794
20795 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20796
20797 * Makefile.in (update-elcfiles): Report left over elc files.
20798
20799 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20800 expand-file-name and with-current-buffer.
20801 (mail-get-names, mail-directory): Use with-current-buffer.
20802
20803 * vc.el (vc-read-revision): New function.
20804 (vc-version-diff, vc-merge): Use it.
20805
20806 2009-08-27 Sam Steingold <sds@gnu.org>
20807
20808 * simple.el (kill-do-not-save-duplicates): New user option.
20809 (kill-new): When it is non-nil, and the new string is the same as
20810 the latest kill, set replace to t to avoid duplicates in kill-ring.
20811
20812 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20813
20814 * net/tramp.el (tramp-handle-process-file): Do not flush all
20815 caches when `process-file-side-effects' is set.
20816 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20817 instead of `tramp-find-file-exists-command'.
20818 Unset `process-file-side-effects'.
20819
20820 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20821
20822 * net/tramp.el (tramp-methods): New method "rsyncc".
20823 (top): Add completion function for "rsyncc".
20824 (tramp-message-show-message): New defvar.
20825 (tramp-message, tramp-error): Use it.
20826 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20827 remote copying.
20828 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20829 `tramp-methods' entry `copy-env' of "rsyncc".
20830 (tramp-vc-registered-read-file-names): New defconst.
20831 (tramp-vc-registered-file-names): New defvar.
20832 (tramp-handle-vc-registered): Implement optimization strategy.
20833 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20834 (tramp-vc-file-name-handler): New defun.
20835 (tramp-get-ls-command, tramp-get-test-command)
20836 (tramp-get-file-exists-command, tramp-get-remote-ln)
20837 (tramp-get-remote-perl, tramp-get-remote-stat)
20838 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20839
20840 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20841 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20842 timestamps.
20843 (tramp-get-file-property): Check for timestamps in
20844 `tramp-cache-inhibit-cache'.
20845 (tramp-set-file-property): Write timestamp.
20846
20847 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20848
20849 * language/japan-util.el (japanese-symbol-table): Add entries for
20850 cp932-2-byte.
20851
20852 * international/characters.el: Add category `j' to cp932-2-byte.
20853
20854 2009-08-27 Kenichi Handa <handa@m17n.org>
20855
20856 * international/fontset.el (build-default-fontset-data): New macro.
20857 (setup-default-fontset): Use build-default-fontset-data for CJK,
20858 tibetan, ethiopic, and ipa.
20859
20860 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20861
20862 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20863 (enable-multibyte-characters): Not customizable any more.
20864
20865 * subr.el (default-mode-line-format, default-header-line-format)
20866 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20867 (default-direction-reversed, default-truncate-lines)
20868 (default-left-margin, default-tab-width, default-case-fold-search)
20869 (default-left-margin-width, default-right-margin-width)
20870 (default-left-fringe-width, default-right-fringe-width)
20871 (default-fringes-outside-margins, default-scroll-bar-width)
20872 (default-vertical-scroll-bar, default-indicate-empty-lines)
20873 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20874 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20875 (default-scroll-down-aggressively, default-fill-column)
20876 (default-cursor-type, default-buffer-file-type)
20877 (default-cursor-in-non-selected-windows)
20878 (default-buffer-file-coding-system, default-major-mode)
20879 (default-enable-multibyte-characters): Mark as obsolete.
20880
20881 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20882
20883 * vc-dir.el (vc-dir-update): Remove debug helper.
20884
20885 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20886
20887 2009-08-26 Sam Steingold <sds@gnu.org>
20888
20889 * simple.el (save-interprogram-paste-before-kill): New user option.
20890 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20891 save the interprogram-paste into kill-ring before overriding it
20892 with the Emacs kill.
20893
20894 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20895
20896 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20897 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20898 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20899 and move to vc-rcs.el.
20900 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20901 move to vc-rcs.el.
20902 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20903 (vc-rcs-update-changelog): Remove.
20904 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20905 and move to vc-rcs.el.
20906
20907 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20908 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20909 renaming.
20910 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20911 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20912 vc.el, renamed to be RCS specific.
20913
20914 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20915 New functions.
20916 (vc-cvs-update-changelog): Move here from vc.el.
20917
20918 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20919 New functions.
20920
20921 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20922
20923 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20924
20925 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20926
20927 * vc-git.el (vc-git-register): Use "git add" for directories.
20928 (vc-git-stash, vc-git-stash-show): New functions.
20929 (vc-git-extra-menu-map): Bind them.
20930
20931 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20932 directory correctly in case the item is a directory itself.
20933
20934 * vc.el: Document the desired behavior for reverted files in the
20935 `added' state.
20936 (vc-default-prettify-state-info): Remove function, unused.
20937
20938 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20939
20940 2009-08-26 Glenn Morris <rgm@gnu.org>
20941
20942 * bindings.el (standard-mode-line-format): Reposition dashes in
20943 which-func entry. (Bug#4217)
20944
20945 * files.el (enable-local-variables, enable-local-eval)
20946 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20947 the defcustoms.
20948 (auto-mode-alist, ignored-local-variables)
20949 (save-some-buffers-action-alist): Move risky declarations to the
20950 definitions.
20951 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20952 (font-lock-defaults, format-alist, imenu--index-alist)
20953 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20954 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20955 (mode-line-modified, mode-line-mule-info, mode-line-position)
20956 (mode-line-process, mode-line-remote, outline-level)
20957 (parse-time-rules, rmail-output-file-alist)
20958 (special-display-buffer-names, vc-mode):
20959 Move risky declarations to the relevant files.
20960 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20961 (mode-line-modified, mode-line-process, mode-line-position)
20962 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20963 * font-core.el (font-lock-defaults):
20964 * format.el (format-alist):
20965 * vc-hooks.el (vc-mode):
20966 * window.el (special-display-buffer-names):
20967 * international/mule-cmds.el (input-method-alist):
20968 Define riskiness here (dumped file) rather than in files.el.
20969 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20970 * imenu.el (imenu-generic-expression, imenu--index-alist):
20971 * outline.el (outline-level):
20972 * time.el (display-time-string):
20973 * calendar/parse-time.el (parse-time-rules):
20974 * mail/rmailout.el (rmail-output-file-alist):
20975 Autoload riskiness here, rather than placing in files.el.
20976
20977 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20978
20979 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20980
20981 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20982
20983 * simple.el (process-file-side-effects): New defvar.
20984
20985 * dired-aux.el (dired-show-file-type):
20986 * vc.el (vc-diff-internal):
20987 * vc-arch.el (vc-arch-diff):
20988 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20989 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20990 * vc-git.el (vc-git-registered, vc-git-working-revision)
20991 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20992 (vc-git--empty-db-p):
20993 * vc-hooks.el (vc-user-login-name):
20994 * vc-svn.el (vc-svn-registered, vc-svn-state)
20995 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20996 * progmodes/grep.el (grep-probe): Let-bind
20997 `process-file-side-effects' with nil.
20998
20999 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21000
21001 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21002 daemon. Replace ping by checking for running service for bluez
21003 and zeroconf. (Bug#4239)
21004
21005 2009-08-25 Kevin Ryde <user42@zip.com.au>
21006
21007 * net/dig.el (dig): Add autoload cookie.
21008
21009 2009-08-25 Glenn Morris <rgm@gnu.org>
21010
21011 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21012 load-history for absolute file-names.
21013 (byte-compile-file-form-require): Warn about use of the cl package.
21014
21015 * format.el (format-alist): Doc fix.
21016
21017 * play/bubbles.el (top-level): Don't require cl at run-time.
21018
21019 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21020 run-time cl).
21021
21022 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21023
21024 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21025 from cl package.
21026 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21027
21028 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21029
21030 * calc/calc-alg.el (math-trig-rewrite)
21031 (math-hyperbolic-trig-rewrite): New functions.
21032 (calc-simplify): Simplify trig functions when asked.
21033
21034 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21035
21036 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21037
21038 2009-08-24 Kenichi Handa <handa@m17n.org>
21039
21040 * language/ind-util.el (mapthread): Delete it.
21041 (combinatorial): New function.
21042 (indian--puthash-cv): Use combinatorial instead of mapthread.
21043
21044 2009-08-22 Kevin Ryde <user42@zip.com.au>
21045
21046 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21047 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21048 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21049 Clarify docstring that the value is strings not symbols.
21050 (checkdoc-list-of-strings-p): New function.
21051
21052 2009-08-22 Glenn Morris <rgm@gnu.org>
21053
21054 * files.el (auto-mode-alist):
21055 * hippie-exp.el (he-concat-directory-file-name):
21056 * lpr.el (lpr-windows-system, printer-name):
21057 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21058 * ps-print.el (ps-windows-system):
21059 * startup.el (command-line):
21060 * emulation/viper-ex.el (viper-glob-function):
21061 * international/mule-cmds.el (set-language-environment-coding-systems):
21062 * net/ange-ftp.el (ange-ftp-write-region):
21063 * obsolete/fast-lock.el (fast-lock-cache-name):
21064 Remove code for defunct system-types emx, macos, mswindows, next-mach,
21065 unisoft-unix, vax-vms, win32, w32.
21066
21067 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21068 given name if the pattern is not more specific.
21069
21070 * calendar/lunar.el (lunar-phase-names): New option.
21071 (lunar-phase): Doc fix.
21072 (lunar-cycles-per-year): New constant.
21073 (lunar-index): New function.
21074 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21075 (lunar-phase-name): Use lunar-phase-names.
21076 (calendar-lunar-phases): Use format.
21077 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21078
21079 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21080 Copy imenu-example--name-and-position function here for own use.
21081 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21082
21083 * bs.el (bs--redisplay):
21084 * cus-edit.el (custom-redraw):
21085 * ibuffer.el (ibuffer-bury-buffer):
21086 * server.el (server-goto-line-column):
21087 * startup.el (command-line-1):
21088 * strokes.el (strokes-xpm-for-stroke):
21089 * term.el (term-display-buffer-line):
21090 * view.el (View-goto-line):
21091 * calc/calc.el (calc-do, calc-trail-buffer):
21092 * play/gamegrid.el (gamegrid-add-score-insecure):
21093 * progmodes/ada-mode.el (ada-compile-goto-error):
21094 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21095 (ebrowse-select-1st-to-9nth):
21096 * progmodes/cperl-mode.el (cperl-time-fontification):
21097 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21098 * progmodes/gud.el (gud-display-line):
21099 (idlwave-shell-display-line):
21100 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21101 * progmodes/make-mode.el (makefile-browser-toggle):
21102 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21103 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21104 * textmodes/picture.el (picture-draw-rectangle):
21105 * textmodes/reftex-index.el (reftex-index-goto-letter):
21106 (reftex-select-jump-to-previous):
21107 * textmodes/reftex-sel.el (reftex-find-start-point)
21108 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21109 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21110 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21111 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21112 * textmodes/two-column.el (2C-associated-buffer):
21113 Use forward-line rather than goto-line.
21114
21115 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21116 goto-line.
21117
21118 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21119 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21120 (quick-check-list-to-regexp): Declare.
21121
21122 * progmodes/make-mode.el (makefile-browser-insert-selection):
21123 Use goto-char rather than goto-line.
21124
21125 * progmodes/prolog.el (compilation-error-regexp-alist)
21126 (compilation-forget-errors): Declare.
21127
21128 2009-08-22 Juri Linkov <juri@jurta.org>
21129
21130 * progmodes/grep.el (lgrep, rgrep): At the beginning
21131 set `dir' to `default-directory' unless `dir' is a non-nil
21132 readable directory. (Bug#4052)
21133 (lgrep, rgrep): Change a weird way to report an error
21134 from using `read-string' to using `error'.
21135 Instead of using interactive arguments in the function body,
21136 add new argument `confirm'.
21137
21138 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21139
21140 * textmodes/remember.el (remember-buffer):
21141 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21142 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21143 (icalendar-extract-ical-from-buffer):
21144 * net/newst-treeview.el (newsticker-groups-filename):
21145 * net/newst-backend.el (newsticker-cache-filename):
21146 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21147 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21148 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21149 (speedbar-buffers-line-path, speedbar-path-line)
21150 (speedbar-buffers-line-path):
21151 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21152 (epg-sign-keys):
21153 * epa.el (epa-display-verify-result):
21154 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21155
21156 2009-08-21 Glenn Morris <rgm@gnu.org>
21157
21158 * progmodes/js.el (inferior-moz-process): Fix declaration.
21159
21160 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21161
21162 * obsolete/rnewspost.el (news-mail-reply):
21163 Use goto-char rather than goto-line.
21164
21165 * term/ns-win.el (ns-open-file-select-line):
21166 Use line-beginning-position rather than goto-line.
21167
21168 * apropos.el (apropos-command):
21169 * ehelp.el (electric-helpify):
21170 * printing.el (pr-show-setup):
21171 * strokes.el (strokes-help):
21172 * tutorial.el (tutorial--describe-nonstandard-key)
21173 (tutorial--detailed-help):
21174 * woman.el (woman-mini-help, woman-display-extended-fonts):
21175 * calc/calc-help.el (calc-describe-key):
21176 * emulation/edt.el (edt-electric-helpify):
21177 * international/mule-diag.el (mule-diag):
21178 * play/yow.el (apropos-zippy):
21179 * progmodes/python.el (python-describe-symbol):
21180 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21181 * textmodes/table.el (*table--cell-describe-mode)
21182 (*table--cell-describe-bindings):
21183 Use help-print-return-message rather than the now obsolete alias.
21184
21185 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
21186 (calendar-cursor-to-visible-date):
21187 * play/5x5.el (5x5-position-cursor):
21188 * play/decipher.el (decipher):
21189 * play/gomoku.el (gomoku-goto-xy):
21190 * play/landmark.el (lm-goto-xy):
21191 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21192 (mpuz-paint-digit):
21193 Use forward-line, not goto-line.
21194
21195 * mail/rmail.el (rmail-obsolete): Delete custom group.
21196 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21197 (rmail-remote-password, rmail-remote-password-required):
21198 Remove unneeded :set-after and :set properties.
21199
21200 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
21201
21202 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21203
21204 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21205
21206 * loadup.el: Remove leftover macos code.
21207
21208 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21209 Explicitly pass the date format to git blame so that user local
21210 so that the output format can be parsed.
21211
21212 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
21213
21214 * net/dbus.el (top): Don't check for (getenv
21215 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21216
21217 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21218
21219 * log-edit.el (log-edit-strip-single-file-name): New var.
21220 (log-edit-insert-changelog): Use it. Bug#3571.
21221
21222 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21223
21224 * subr.el (read-passwd): Use read-key so keypad keys work as well.
21225 Bug#3287.
21226
21227 * help.el (help-print-return-message): Rename from
21228 print-help-return-message.
21229
21230 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21231 cvs-mode-map parent hack.
21232 (log-view-mode): Derive from special-mode.
21233
21234 * linum.el (linum-mode): window-size-change-functions is redundant.
21235 Adapt to new window-configuration-change-hook behavior.
21236 (linum-after-size, linum-after-config): Remove.
21237
21238 * imenu.el (imenu-example--name-and-position)
21239 (imenu-example--lisp-extract-index-name)
21240 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21241 Mark as obsolete.
21242
21243 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21244 (inferior-prolog-mode): Use it.
21245 (inferior-prolog-load-file): Reset list of errors.
21246
21247 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21248
21249 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21250
21251 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21252
21253 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
21254
21255 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21256 is running already.
21257
21258 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21259
21260 * subr.el (listify-key-sequence-1): Use normal syntax since those
21261 integers are nowadays always represented by the same (positive) number
21262 on all platforms.
21263 (read-key-empty-map): New const.
21264 (read-key-delay): New var.
21265 (read-key): New function.
21266 (force-mode-line-update): Use with-current-buffer.
21267 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21268 (start-process-shell-command, start-file-process-shell-command):
21269 Discourage the use of command-args.
21270
21271 2009-08-19 Glenn Morris <rgm@gnu.org>
21272
21273 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21274
21275 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21276
21277 * simple.el (choose-completion-string): Don't rely on
21278 minibuffer-completing-file-name and ad-hoc checks to decide whether
21279 to continue completion or not.
21280
21281 * minibuffer.el (minibuffer-hide-completions): New function.
21282 (completion--do-completion): Use it.
21283 (completions-annotations): New face.
21284 (completion--insert-strings): Use it.
21285 (completion-pcm--delim-wild-regex): Add docstring.
21286 (completion-pcm--string->pattern): Add support for 0-width delimiters
21287 in completion-pcm--delim-wild-regex.
21288
21289 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21290
21291 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21292 Remove unused var `buffer-modified-p'.
21293
21294 * minibuffer.el (completion--do-completion): Move point for the #b001
21295 case as well (bug#4176).
21296 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21297
21298 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
21299
21300 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21301 and :session buses.
21302
21303 2009-08-18 Kenichi Handa <handa@m17n.org>
21304
21305 * international/ucs-normalize.el (ucs-normalize-version):
21306 Change to 1.1.
21307 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21308 (utf-8-hfs): Make it perform normalization on encoding too.
21309
21310 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21311 (sentence-end-without-space): Delete duplicated chars.
21312 (sentence-end-base): Likewise.
21313
21314 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21315 (html-mode): Delete duplicated chars from sentence-end-base.
21316
21317 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21318 (texinfo-mode): Delete duplicated chars from sentence-end-base.
21319
21320 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
21321
21322 * files.el (hack-one-local-variable): If the mode function is for
21323 a minor mode, pass it an argument (Bug#4148).
21324
21325 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
21326
21327 * net/tramp.el (tramp-register-completion-file-name-handler):
21328 Check also for (member 'partial-completion completion-styles).
21329
21330 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21331
21332 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21333 abbrev (Bug#3943).
21334
21335 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
21336
21337 * progmodes/cperl-mode.el: Merge upstream 6.2.
21338 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21339 (cperl-forward-re): Check cperl-brace-recursing.
21340 (cperl-highlight-charclass): New function.
21341 (cperl-find-pods-heres): Use it.
21342 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
21343 (cperl-beautify-regexp-piece): Fix column calculation.
21344 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
21345 (cperl-beautify-level): Don't process entire regexp.
21346 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21347 calling man.
21348 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21349 (cperl-init-faces): Build a list in the normal way.
21350
21351 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21352
21353 * calendar/parse-time.el (parse-time-string-chars): Save match
21354 data.
21355
21356 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21357
21358 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21359 (sql-product): Use it.
21360 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21361 (sql-set-product): Add completion.
21362 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21363 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21364 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21365 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21366 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21367 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21368 (sql-highlight-db2-keywords): Remove.
21369 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21370 (sql-highlight-product): Use derived-mode-p.
21371 (sql-set-sqli-buffer): Use with-current-buffer.
21372 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21373 Simplify.
21374
21375 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21376
21377 * term.el: Fix commenting convention, turn comments into docstrings.
21378
21379 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21380
21381 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21382
21383 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
21384
21385 * calendar/parse-time.el (parse-time-string-chars): Compute using
21386 character classes, to handle non-ascii characters (Bug#3190).
21387
21388 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21389
21390 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21391 another heredoc if the user adds another < (Bug#3226).
21392
21393 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21394 Don't initialize based on window-system (Bug#4124).
21395
21396 * facemenu.el (facemenu-read-color): Use a completion function
21397 that accepts any defined color, such as RGB triplets (Bug#3677).
21398
21399 * files.el (get-free-disk-space): Change fallback default
21400 directory to /. Expand DIR argument before switching to fallback.
21401 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21402
21403 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21404
21405 * files.el (load-library): Doc fix.
21406
21407 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
21408
21409 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
21410 (viper-if-string): Redefine C-s in the minibuffer to insert the last
21411 incremental search string.
21412
21413 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
21414 XEmacs.
21415
21416 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21417 (ediff-merge-region-is-non-clash)
21418 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
21419 Also check if the job is really a merge job.
21420
21421 * ediff.el (ediff-current-file): New function.
21422
21423 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21424
21425 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21426 conventions.
21427 (js-insert-and-indent): Delete function.
21428 (js-mode-map): Don't bind keys to js-insert-and-indent.
21429 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21430 (js-end-of-defun): Rename from js--end-of-defun.
21431 (js-auto-indent-flag): Delete variable.
21432
21433 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
21434
21435 * progmodes/js.el: Remove proclaim statement.
21436 Defvar which-func-imenu-joiner-function to silence compiler.
21437
21438 * files.el (auto-mode-alist): Use js-mode for .js files.
21439
21440 * progmodes/js2-mode.el: Remove file.
21441
21442 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21443
21444 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21445
21446 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
21447
21448 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
21449 Karl Landstrom <karl.landstrom@brgeight.se>
21450
21451 * progmodes/js.el: New file.
21452
21453 2009-08-14 Mark A. Hershberger <mah@everybody.org>
21454
21455 * timezone.el (timezone-parse-date): Add ability to understand ISO
21456 basic format (minimal separators) dates in addition to the
21457 already-supported extended format dates.
21458
21459 2009-08-14 Eli Zaretskii <eliz@gnu.org>
21460
21461 * international/ucs-normalize.el: Add a `coding' file variable.
21462
21463 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21464
21465 2009-08-14 Sam Steingold <sds@gnu.org>
21466
21467 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21468
21469 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
21470
21471 * faces.el (help-argument-name): Define it here instead of
21472 help-fns.el, because in daemon mode help-fns.el may be loaded when
21473 faces are still uninitialized (Bug#1078).
21474
21475 * help-fns.el (help-argument-name): Move defface to faces.el.
21476
21477 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
21478
21479 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21480 create buffer with a pty but no process so that GDB can make the
21481 inferior the controlling process.
21482
21483 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21484
21485 * international/ucs-normalize.el: New file.
21486
21487 2009-08-13 Richard Stallman <rms@gnu.org>
21488
21489 * mail/rmail.el (rmail-get-attr-names):
21490 Accept an attribute header that is too short.
21491
21492 * mail/rmail.el (rmail-forget-messages):
21493 Ignore nil elt in rmail-message-vector. Use dotimes.
21494
21495 * progmodes/compile.el (compilation-goto-locus):
21496 Use next-error-move-function.
21497
21498 * simple.el (next-error-move-function): New variable.
21499
21500 2009-08-12 Juri Linkov <juri@jurta.org>
21501
21502 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21503 always non-nil. (Bug#4052)
21504
21505 * replace.el (read-regexp): Return empty string when
21506 `default-value' is nil.
21507 (keep-lines-read-args): Don't use empty string as the
21508 default value for `read-regexp'. (Bug#2495)
21509
21510 2009-08-12 Juri Linkov <juri@jurta.org>
21511
21512 * international/mule-cmds.el (ucs-insert): Change arguments
21513 from `arg' to `character', `count', `inherit' to be the same
21514 as in `insert-char'. Doc fix. (Bug#4039)
21515
21516 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21517
21518 2009-08-12 Juri Linkov <juri@jurta.org>
21519
21520 * files-x.el: New file.
21521
21522 * files.el: Move code that deals with adding/deleting
21523 file/directory-local variables to files-x.el.
21524
21525 * Makefile.in (ELCFILES): Add files-x.elc.
21526
21527 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21528
21529 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21530 to use `goto-line'.
21531 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21532 `goto-line'.
21533 (gdb-invalidate-disassembly): Do not refresh upon receiving
21534 'update signal. Instead, update all disassembly buffers only after
21535 threads list.
21536 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21537 (gdb-starting): Move -data-list-register-names...
21538 (gdb-stopped): ...here so it's sent when first thread stops.
21539 (gdb-registers-handler-custom): Do nothing if register names are
21540 unknown yet.
21541
21542 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21543 from `gdb-mi.el' to avoid extra tangling.
21544
21545 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21546 change which breaks `gud-def' definitions used in `gdb'.
21547 (gdb-update-gud-running): No extra fuss for updating frame number.
21548
21549 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21550
21551 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21552 (describe-language-environment-map, setup-language-environment-map)
21553 (set-coding-system-map): Move initialization into declaration.
21554 (set-language-info-alist): Last arg to define-key-after can be skipped.
21555
21556 * international/quail.el (quail-completion-1): Simplify.
21557 (quail-define-rules): Use slightly more compact code.
21558 (quail-insert-decode-map): Propertize keys, compact columns.
21559
21560 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21561 Add goto-line.
21562
21563 2009-08-10 Miles Bader <miles@gnu.org>
21564
21565 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21566 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21567 (js2-instance-member, js2-private-member, js2-private-function-call)
21568 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21569 (js2-magic-paren, js2-external-variable):
21570 Remove "-face" suffix from face names.
21571 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21572 (js2-highlight-undeclared-vars, js2-peek-token)
21573 (js2-parse-function-params, js2-mode-show-errors)
21574 (js2-mode-show-warnings, js2-make-magic-delimiter)
21575 (js2-mode-highlight-magic-parens): Update to use new face names.
21576
21577 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21578
21579 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21580 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21581
21582 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21583
21584 * subr.el: Provide hashtable-print-readable.
21585
21586 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21587 hs-c-like-adjust-block-beginning.
21588 (hs-hide-block-at-point): Stop hiding at the beginning of
21589 hs-block-end-regexp (Bug#700).
21590
21591 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21592
21593 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21594 a macro.
21595 (gdb-registers-handler-custom): Do not fail when register names
21596 are unavailable.
21597
21598 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21599
21600 * progmodes/gdb-mi.el (gdb-control-all-threads)
21601 (gdb-control-current-thread): Interactive setters for
21602 `gdb-gud-control-all-threads' to use in menu.
21603 (gdb-show-run-p): Show «Go» when process is not active.
21604 (gud-tool-bar-map): Add non-stop/A,T indicator.
21605 Uses gud/thread.xpm and gud/all.xpm.
21606
21607 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21608
21609 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21610 (nslookup-font-lock-keywords): Make it a variable.
21611 (net-utils-mode): New mode for viewing diagnostic network output.
21612 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21613 (net-utils-run-simple): New function.
21614 (ifconfig, iwconfig, netstat, arp, route): Use it.
21615
21616 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21617
21618 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21619 (gdb-memory-set-address, def-gdb-set-positive-number)
21620 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21621 after changing settings.
21622 (gdb-invalidate-disassembly): Update when first shown.
21623 (gdb-edit-locals-value): Fix.
21624 (gdb-registers-handler-custom): Print registers in right order and
21625 allow changing register values (only for current thread yet).
21626 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21627 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21628 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21629 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21630 Thread info in mode name.
21631 (gdb-registers-mode-map): TAB to switch to locals.
21632
21633 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21634
21635 * mail/rmail.el (rmail-add-mbox-headers)
21636 (rmail-set-message-counters-counter): Search for
21637 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21638
21639 2009-08-08 Glenn Morris <rgm@gnu.org>
21640
21641 * Makefile.in (ELCFILES): Update.
21642
21643 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21644
21645 * mail/sendmail.el (mail-yank-original):
21646 Set buffer-file-coding-system from the one used by the message whose
21647 text is yanked.
21648
21649 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21650 to "windows" when "pgnuplot" is used.
21651 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21652 Don't call accept-process-output if "pgnuplot" is used.
21653 (calc-graph-init): Don't send -display and -geometry to
21654 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21655 running "pgnuplot -V" with shell-command-to-string.
21656
21657 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21658 the default.
21659
21660 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21661
21662 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21663 org/org-latex.elc.
21664
21665 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21666
21667 * vc-dispatcher.el (vc-resynch-window): Update comment.
21668
21669 * term.el (term-handle-ansi-escape): Add comments with the
21670 terminfo capabilities implemented.
21671
21672 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21673
21674 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21675 (gdb-var-create-handler): Rewritten using JSON parser.
21676 (gdb-propertize-header): Move earlier.
21677 (gdb-set-header): Remove to avoid duplication.
21678 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21679 Refresh disassembly buffers only after threads list have been
21680 update.
21681 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21682 variables.
21683
21684 2009-08-04 Juri Linkov <juri@jurta.org>
21685
21686 * files.el: Commands to add/delete file/directory-local variables.
21687 (read-file-local-variable, read-file-local-variable-value)
21688 (read-file-local-variable-mode, modify-file-local-variable)
21689 (modify-file-local-variable-prop-line)
21690 (modify-dir-local-variable): New functions.
21691 (add-file-local-variable, delete-file-local-variable)
21692 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21693 (add-dir-local-variable, delete-dir-local-variable)
21694 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21695 (copy-dir-locals-to-file-locals-prop-line): New commands.
21696
21697 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21698
21699 * abbrev.el (insert-abbrev-table-description): Prettify output.
21700 Suggested by Karl Chen.
21701
21702 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21703
21704 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21705 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21706 (gdb-overlay-arrow-position, gdb-thread-position)
21707 (gdb-disassembly-position): Declare variables.
21708 (gdb-wait-for-pending): Function now.
21709 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21710 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21711 compilation goes smoothly.
21712 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21713 (gdb-non-stop-setting): New customization setting which replaces
21714 `gdb-non-stop' so changing it doesn't break active GDB session.
21715 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21716 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21717 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21718 (gdb-show-threads-by-default): New customization options.
21719 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21720 routines.
21721 (gdb-get-buffer-create): Send buffers update signal when they are
21722 created.
21723 (gdb-invalidate-locals, gdb-invalidate-registers)
21724 (gdb-invalidate-breakpoints)
21725 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21726 (gdb-invalidate-memory): Accept update signal.
21727 (gdb-current-context-command): Use --frame option.
21728 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21729 Implement `gdb-frame-number' selection logic.
21730 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21731 whether to show GUD toolbar buttons.
21732 (gdb-thread-exited): Unselect current thread when it exits.
21733 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21734 (gdb-mark-line): Routine which sets overlay arrow or inverses
21735 video on fringeless displays.
21736 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21737 to build aligned columns of data in GDB buffers and set text
21738 properties line-by-line.
21739 (gdb-invalidate-breakpoints)
21740 (gdb-breakpoints-list-handler-custom)
21741 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21742 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21743 (gdb-registers-handler-custom): Align data columns.
21744 (gdb-locals-handler-custom): Now prints data like in variable
21745 declarations.
21746 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21747 Remove confusing buttons.
21748 (gdb-invalidate-threads): Append --frame.
21749 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21750 between breakpoints/threads buffers.
21751 (gdb-set-window-buffer): Now can ignore dedicated windows.
21752 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21753 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21754 (def-gdb-thread-buffer-gud-command): Replaces
21755 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21756 for fine thread control.
21757 (gdb-preempt-existing-or-display-buffer): New function used to
21758 display bound buffers without breaking window layout.
21759 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21760 (gdb-select-frame): New version of `gdb-frames-select' which now
21761 sets `gdb-frame-number' so commands may use --frame option instead
21762 of inner debugger state.
21763 (gdb-frame-handler): Do not set `gdb-frame-number'.
21764 (gdb-threads-mode-map): Select threads with mouse.
21765
21766 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21767 avoid compilation warning.
21768 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21769 `gdb-show-stop-p`.
21770
21771 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21772 Argument `key' renamed to `buffer-type'.
21773 (gdb-current-context-buffer-name): Do not add thread info to
21774 buffer name when no thread is selected.
21775 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21776 command (bug 3794).
21777 (gdb-thread-selected): Handle `=thread-selected' notification.
21778 (gdb-wait-for-pending): New macro to deal with congestion problems.
21779 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21780 breakpoints.
21781 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21782 This fixes problem similar to one described in bug 3947.
21783 (gud-menu-map): More menu items.
21784 (gdb-init-1): Reset `gdb-thread-number' to nil.
21785
21786 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21787 non-stop settings.
21788
21789 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21790 (gdb-current-context-command): Do not append --thread if
21791 `gdb-thread-number' is nil.
21792 (gdb-running-threads-count, gdb-stopped-threads-count):
21793 New variables.
21794 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21795 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21796 New customization options.
21797 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21798 GUD commands.
21799 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21800 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21801 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21802 set `gdb-thread-number' and update `gud-running' properly.
21803 (gdb-running): Update threads list when new threads appear.
21804 (gdb-stopped): Support non-stop operation and new thread switching
21805 logic.
21806 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21807 (gdb-json-partial-output): New set of JSON routines.
21808 (def-gdb-auto-update-trigger): New `signal-list' optional
21809 argument.
21810 (gdb-thread-list-handler-custom): Update `gud-running',
21811 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21812 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21813 (gdb-continue-thread, gdb-step-thread): New commands for fine
21814 thread execution control.
21815 (gud-menu-map): New menu items to switch non-stop options.
21816 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21817 (gdb-send): Mimic RET properly (bug 3794).
21818
21819 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21820 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21821 gdb-buffer-rules.
21822 (def-gdb-auto-update-handler): New nopreserve optional argument.
21823 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21824
21825 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21826 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21827 (gdb-parent-mode): New mode to derive other GDB modes from.
21828 (gdb-display-disassembly-for-thread)
21829 (gdb-frame-disassembly-for-thread): New commands for threads
21830 buffer.
21831
21832 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21833 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21834 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21835 (gdb-update): We now store all GDB buffers in a list so that they
21836 can be updated by traversing a list instead of calling invalidate
21837 triggers explicitly.
21838 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21839 pair for GDB buffer.
21840 (gdb-stack-buffer-name): Add thread information.
21841 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21842 handle pending triggers.
21843 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21844 (def-gdb-thread-buffer-simple-command)
21845 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21846 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21847 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21848 New commands which show buffers bound to thread.
21849 (gdb-stack-list-locals-regexp): Remove unused regexp.
21850
21851 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21852 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21853 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21854 to (gud-comint-buffer) in *-buffer-name functions
21855 because (gdb-get-target-string) already does that.
21856 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21857 (gdb-changed-registers-handler): Rewritten without regexps.
21858
21859 * progmodes/gdb-mi.el: Basic thread selection support.
21860 (gdb-thread-number): New variable.
21861 (gdb-current-context-command): New macro which adds --thread
21862 option to command.
21863 (gdb-threads-mode-map): Select thread with SPC.
21864 (gdb-thread-list-handler-custom): Mark current thread with overlay
21865 arrow. Synchronize GDB thread and Emacs thread.
21866 (gdb-select-thread): New command which selects current thread.
21867 (gdb-invalidate-frames, gdb-invalidate-locals)
21868 (gdb-invalidate-registers): Use --thread option.
21869
21870 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21871
21872 * net/tramp.el (top): Make check for tramp-gvfs loading more
21873 robust. (Bug#3977)
21874 (tramp-handle-insert-file-contents): `unwind-protect' must be
21875 inside `with-parsed-tramp-file-name'.
21876
21877 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21878 fails.
21879
21880 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21881
21882 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21883 directory if CLASSPATH is not set.
21884
21885 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21886
21887 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21888 New defconst.
21889 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21890
21891 2009-08-02 Kevin Ryde <user42@zip.com.au>
21892
21893 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21894 Update freshmeat link. Delete newsforge.com as it seems gone.
21895
21896 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21897
21898 * select.el (x-set-selection): Doc fix (Bug#4021).
21899
21900 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21901
21902 * help-fns.el (describe-variable): Treat list return values from
21903 dir-locals-find-file properly (Bug#4005).
21904
21905 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21906
21907 * net/tramp.el (tramp-debug-message): Print also microseconds.
21908
21909 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21910
21911 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21912 or END is non-nil.
21913 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21914 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21915 format.
21916
21917 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21918 (tramp-get-file-property): Use it.
21919
21920 * autorevert.el (auto-revert-handler):
21921 Allow `auto-revert-tail-mode' for remote files.
21922
21923 2009-08-02 Jason Rumney <jasonr@gnu.org>
21924
21925 * minibuffer.el (read-file-name): Treat confirm options to
21926 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21927
21928 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21929
21930 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21931 (font-lock-variable-name-face, font-lock-constant-face):
21932 Darken the colors for light backgrounds.
21933
21934 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21935
21936 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21937 month names. (Bug#3987)
21938
21939 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21940
21941 * simple.el (line-move-finish): Pass whole number to
21942 line-move-to-column.
21943 (line-move-visual): Perform hscroll to the recorded position.
21944
21945 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21946
21947 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21948
21949 2009-07-29 Alan Mackenzie <acm@muc.de>
21950
21951 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21952
21953 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21954
21955 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21956 (gdb-place-breakpoints): Use full path when setting breakpoints.
21957
21958 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21959
21960 * calc/calc.el (calc-mode-map): Add keybinding for
21961 `calc-transpose-lines'.
21962
21963 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21964
21965 * calc/calc-misc.el (calc-transpose-lines): New function.
21966
21967 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21968
21969 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21970 Simplify check for out-of-band methods.
21971 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21972 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21973
21974 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21975
21976 * vc-git.el (vc-git-checkin): Fix typo.
21977
21978 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21979
21980 * progmodes/js2-mode.el: New file.
21981
21982 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21983
21984 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21985 (gud-menu-map): Adjust tooltip accordingly.
21986
21987 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21988
21989 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21990 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21991
21992 * add-log.el (change-log-mode-map): Add a menu.
21993
21994 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21995
21996 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21997 function returns nil.
21998 (dbus-handle-event): Handle special return value :ignore.
21999 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22000
22001 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
22002
22003 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22004 it's not needed.
22005
22006 2009-07-25 Eli Zaretskii <eliz@gnu.org>
22007
22008 Fix Bug#3888:
22009
22010 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22011
22012 * term/pc-win.el (x-display-name, x-colors)
22013 (x-select-enable-clipboard, x-select-text): Doc fix.
22014
22015 * term/common-win.el (x-display-name, x-colors): Doc fix.
22016
22017 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22018 (xw-defined-colors): Doc fix.
22019
22020 * w32-fns.el (x-select-text, x-setup-function-keys)
22021 (x-get-selection, x-set-selection): Doc fix.
22022
22023 * term/x-win.el (x-select-text, x-setup-function-keys)
22024 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22025
22026 * select.el (x-set-selection): Doc fix.
22027
22028 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
22029
22030 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22031 instead of "IsNSSSupportAvailable". Avahi ought to work also when
22032 "IsNSSSupportAvailable" method is not available.
22033 Reported by Steve Youngs <steve@sxemacs.org>.
22034
22035 2009-07-24 Kenichi Handa <handa@m17n.org>
22036
22037 * international/characters.el: Fix setting of category ?C, ?|, ?K,
22038 and ?H. Fix setting of case for Latin Extended and Greek Extended.
22039 (build-unicode-category-table): Fix range checks.
22040
22041 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22042
22043 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22044 the buffer we try to sync is current when calling
22045 vc-resynch-buffer.
22046
22047 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22048 not show up to date files.
22049
22050 2009-07-24 Glenn Morris <rgm@gnu.org>
22051
22052 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22053 Add autoload cookies. If necessary, initialize.
22054 (elint-log): Handle non-file buffers.
22055 (elint-initialize): Add optional argument to reinitialize.
22056 (elint-find-builtin-variables): Save excursion.
22057
22058 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22059
22060 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22061 for Lint.
22062
22063 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22064
22065 * vc.el (vc-print-log-internal): New function, split out from ...
22066 (vc-print-log): ... here.
22067 (vc-dir-move-to-goal-column): Declare.
22068
22069 * vc-git.el (vc-git-add-signoff): New variable.
22070 (vc-git-checkin): Use it.
22071 (vc-git-toggle-signoff): New function.
22072 (vc-git-extra-menu-map): Bind it to menu.
22073 (vc-git--run-command-string): Accept a nil FILE argument.
22074 (vc-git-stash-list): New function.
22075 (vc-git-dir-extra-headers): Use it.
22076
22077 2009-07-23 Glenn Morris <rgm@gnu.org>
22078
22079 * help-fns.el (describe-variable): Describe ignored and risky local
22080 variables in a similar way to that in which we describe safe ones.
22081
22082 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22083 (byte-compile-output-file-form, byte-compile-output-docform)
22084 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22085 Give some more local variables with common names a "bytecomp-" prefix,
22086 so as not to shadow things during compilation.
22087 * emacs-lisp/cl-macs.el (load-time-value)
22088 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22089 `outbuffer' to `bytecomp-outbuffer'.
22090
22091 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22092 since the next two variables cover them automatically now.
22093 (elint-builtin-variables, elint-autoloaded-variables): New.
22094 (elint-unknown-builtin-args): Remove all members, since they can be
22095 parsed automatically now.
22096 (elint-extra-errors): New.
22097 (elint-env-add-env, elint-env-add-macro): Use cadr.
22098 (elint-current-buffer): Use or. Change final message.
22099 (elint-get-top-forms): Use line-end-position.
22100 (elint-init-env): Use cadr. Handle autoload, declare-function,
22101 and defalias.
22102 (elint-add-required-env): Doc fix. Use or. Standardize error.
22103 (regexp-assoc): Remove unused function.
22104 (elint-top-form): Set elint-current-pos, to record the start of the
22105 top-level form, for compilation-mode.
22106 (elint-form): Trap errors in macro expansion. Use dolist.
22107 (elint-unbound-variable): Use elint-builtin-variables and
22108 elint-autoloaded-variables.
22109 (elint-get-args): Use cadr, or.
22110 (elint-check-cond-form): Use dolist, cadr.
22111 (elint-check-condition-case-form): Doc fix. Use cadr.
22112 Use elint-extra-errors.
22113 (elint-log): New function.
22114 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22115 Distinguish errors and warnings.
22116 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22117 Use a bytecomp-style format.
22118 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22119 (elint-get-log-buffer): Use compilation mode. Disable undo.
22120 Don't truncate lines.
22121 (elint-initialize): Set builtin and autoloaded variable lists.
22122 Only process elint-unknown-builtin-args if non-nil.
22123 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22124 New functions.
22125 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22126
22127 2009-07-22 Kevin Ryde <user42@zip.com.au>
22128
22129 * net/newst-backend.el (newsticker--parse-atom-1.0)
22130 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22131 (newsticker--parse-rss-1.0):
22132 * progmodes/idlwave.el (idlwave-mode):
22133 * progmodes/idlw-shell.el (idlwave-shell-mode):
22134 * progmodes/vera-mode.el (vera-mode):
22135 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22136 * progmodes/vhdl-mode.el (vhdl-mode):
22137 * textmodes/table.el (table-generate-source)
22138 (table--warn-incompatibility):
22139 Hyperlink urls in docstrings with URL `...'.
22140
22141 2009-07-22 Glenn Morris <rgm@gnu.org>
22142
22143 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22144 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22145 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22146 Remove leading * from defcustom docs.
22147
22148 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22149
22150 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22151 defcustom doc.
22152 (list-load-path-shadows): Optionally, just return shadows as a string.
22153
22154 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22155
22156 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
22157
22158 * mail/rmailedit.el (rmail-edit-mode):
22159 Use auto-save-include-big-deletions.
22160
22161 * mail/rmail.el (rmail-variables):
22162 Use auto-save-include-big-deletions.
22163
22164 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22165 changes.
22166
22167 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22168
22169 * calc/calc.el (calc-undo-length): New variable.
22170 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22171
22172 2009-07-21 Richard Stallman <rms@gnu.org>
22173
22174 * files.el (auto-save-mode): Handle buffer-save-size = -2
22175 for toggling mode.
22176
22177 2009-07-21 Glenn Morris <rgm@gnu.org>
22178
22179 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22180
22181 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22182
22183 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22184 silence compiler. Instead...
22185 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22186 (ps-print-ensure-fontified): Update for above function name changes.
22187
22188 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22189 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22190 silence compiler. Instead...
22191 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22192 (mh-show-buffer): Only define for compiler.
22193 (pr-mh-current-message): Update for above function name changes.
22194
22195 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22196 as an argument.
22197 (find-file-noselect, insert-file-1): Update for above change.
22198
22199 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22200
22201 * mail/mailclient.el (mailclient-send-it): Fix message.
22202
22203 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22204 (edebug-eval): Check cl-debug-env is bound.
22205 (print-level, print-circle): Don't redefine built-in variables.
22206
22207 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22208 (custom-print-vectors): Remove old comments from doc.
22209
22210 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22211 (emerge-version): Make the variable an obsolete alias for the
22212 emacs-version variable. Make the function obsolete.
22213 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22214 Emerge options, rather than merging in into the main Options menu.
22215 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22216 and auto advance modes. Disable edit/fast items when not relevant.
22217
22218 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22219
22220 * term/vt420.el (terminal-init-vt420): Fix typo.
22221
22222 2009-07-20 Sam Steingold <sds@gnu.org>
22223
22224 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22225 variable (removed from compile.el on 2004-03-11).
22226
22227 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
22228
22229 * files.el (hack-local-variables-filter): Fix last change.
22230
22231 2009-07-19 Juri Linkov <juri@jurta.org>
22232
22233 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22234 (dir-local-variables-alist): New buffer-local variable.
22235 (hack-local-variables-filter): If variable is not dir-local,
22236 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22237 because file-local overrides dir-local.
22238 (c-postprocess-file-styles) <declare-function>:
22239 Remove obsolete declaration.
22240 (hack-dir-local-variables): Add dir-local variable/value pair to
22241 `dir-local-variables-alist' and remove duplicates. Doc fix.
22242
22243 * help-fns.el (describe-variable): Add information about
22244 file-local and dir-local variables.
22245
22246 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
22247
22248 * files.el (hack-local-variables-filter): Rewrite.
22249
22250 2009-07-19 Glenn Morris <rgm@gnu.org>
22251
22252 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22253 Silence compiler by only defining on XEmacs.
22254
22255 * international/mule.el (auto-coding-regexp-alist): Only match
22256 BABYL... at the start of buffer, not of lines. (Bug#3790)
22257
22258 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22259 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22260 (cal-menu-context-mouse-menu): Doc fix.
22261
22262 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22263
22264 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22265
22266 2009-07-18 Juri Linkov <juri@jurta.org>
22267
22268 * info.el: Virtual Info keyword finder.
22269 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
22270 (Info-finder-file): New variable.
22271 (Info-finder-find-file): New function.
22272 (finder-known-keywords, finder-package-info)
22273 (find-library-name, lm-commentary): Use defvar and
22274 declare-function to silence compiler warnings.
22275 (Info-finder-find-node): New function.
22276 (info-finder): New command.
22277
22278 * subr.el (process-kill-buffer-query-function): New function.
22279 (add-hook)<kill-buffer-query-functions>: Add hook
22280 `process-kill-buffer-query-function'.
22281
22282 2009-07-18 Alan Mackenzie <acm@muc.de>
22283
22284 * progmodes/cc-mode.el (c-before-hack-hook)
22285 (c-postprocess-file-styles): Give invocation of `c-set-style'
22286 DONT-OVERRIDE parameter of t. Already set style variables will
22287 thus not be overridden by style settings given by `c-file-syle'.
22288
22289 * files.el (hack-local-variables-filter): Remove entries with
22290 duplicate keys from `file-local-variables-alist'.
22291
22292 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22293
22294 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22295 x-set-selection if display-selections-p returns nil for the
22296 current frame.
22297
22298 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
22299
22300 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22301
22302 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22303
22304 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22305 Accept nil in addition to a regexp.
22306 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22307 Accept nil in addition to a regexp.
22308 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22309 buffers that have an associated file. Handle nil values of
22310 desktop-buffers-not-to-save and desktop-files-not-to-save.
22311 (Bug#3833)
22312
22313 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22314 (x-disown-selection-internal): New functions.
22315
22316 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
22317
22318 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22319 warning.
22320 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22321 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22322
22323 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
22324
22325 * simple.el (set-mark): Revert last change.
22326
22327 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22328
22329 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22330 rendering of pngs is not possible instead of messaging a long
22331 description.
22332
22333 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
22334
22335 * w32-fns.el (x-selection-owner-p): New function.
22336
22337 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
22338 (mouse-yank-at-click, mouse-yank-primary):
22339 If select-active-regions is non-nil, deactivate the mark before
22340 insertion.
22341
22342 * simple.el (deactivate-mark, set-mark): Only save selection if we
22343 own it.
22344
22345 2009-07-17 Kenichi Handa <handa@m17n.org>
22346
22347 * case-table.el (describe-buffer-case-table): Fix for the case
22348 that KEY is a cons.
22349
22350 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22351
22352 * vc-rcs.el (vc-rcs-find-file-hook):
22353 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22354
22355 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
22356
22357 * net/tramp.el (tramp-wait-for-output): Handle the case when
22358 commands do not return a newline but a null byte before the shell
22359 prompt. (Bug#3858)
22360
22361 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22362
22363 * term/ns-win.el (ns-set-alpha): Don't declare.
22364 (ns-set-background-alpha): Remove function.
22365
22366 2009-07-16 Kevin Ryde <user42@zip.com.au>
22367
22368 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22369 y-or-n-p, for safety.
22370
22371 2009-07-16 Richard Stallman <rms@gnu.org>
22372
22373 * files.el (auto-save-mode): If buffer-saved-size is -2,
22374 don't clobber it.
22375
22376 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22377 (rmail-retry-ignored-headers): Add more uninteresting fields.
22378
22379 2009-07-15 Jari Aalto <jari.aalto@cante.net>
22380
22381 * net/rcirc.el (rcirc): Use history variables.
22382 (rcirc-server-name-history, rcirc-nick-name-history)
22383 (rcirc-server-port-history): New variables.
22384
22385 2009-07-15 Kenichi Handa <handa@m17n.org>
22386
22387 * international/mule-cmds.el (set-language-environment-charset):
22388 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22389 ignore them.
22390
22391 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22392 Delete unibyte-display.
22393
22394 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22395
22396 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22397
22398 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22399
22400 * simple.el (deactivate-mark): Optional argument FORCE.
22401 (set-mark): Use deactivate-mark.
22402
22403 * info.el (Info-search): No need to check transient-mark-mode
22404 before calling deactivate-mark.
22405
22406 * select.el (x-set-selection): Doc fix.
22407 (x-valid-simple-selection-p): Allow buffer values.
22408 (xselect--selection-bounds): Handle buffer values.
22409 Suggested by David De La Harpe Golden.
22410
22411 * mouse.el (mouse-set-region, mouse-drag-track):
22412 Call copy-region-as-kill before setting the mark, to let
22413 select-active-regions work.
22414
22415 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
22416
22417 * simple.el (deactivate-mark): If select-active-regions is
22418 non-nil, copy the selection data into a string.
22419 (activate-mark): If select-active-regions is non-nil, set the
22420 selection to the current buffer.
22421 (set-mark): Update selection if select-active-regions is non-nil.
22422
22423 * select.el (x-valid-simple-selection-p): Allow buffer values.
22424
22425 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22426
22427 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22428 and more featureful message-mode.
22429
22430 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
22431
22432 * select.el (x-set-selection): Doc fix.
22433 (x-valid-simple-selection-p): Disallow selection data consisting
22434 of a list or cons of integers, since that is not used.
22435 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22436 (xselect-convert-to-string, xselect-convert-to-length)
22437 (xselect-convert-to-filename, xselect-convert-to-charpos)
22438 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22439
22440 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22441
22442 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22443 output in -break-info command (Emacs bug #3794).
22444
22445 2009-07-14 Glenn Morris <rgm@gnu.org>
22446
22447 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22448 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22449 (edebug-print-length, edebug-print-level, edebug-print-circle)
22450 (edebug-sit-for-seconds, edebug-view-outside)
22451 (edebug-bounce-point, edebug-set-global-break-condition)
22452 (edebug-Go-nonstop-mode, edebug-trace-mode)
22453 (edebug-Trace-fast-mode, edebug-continue-mode)
22454 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22455 (edebug-visit-eval-list): Doc fixes.
22456
22457 * subr.el (def-edebug-spec): Doc fix.
22458
22459 2009-07-14 Kenichi Handa <handa@m17n.org>
22460
22461 * international/characters.el: Fix setting of category ?C.
22462
22463 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22464
22465 * term/ns-win.el (x-select-font): defalias x-select-font to
22466 ns-popup-font-panel instead of generate-fontset-menu.
22467
22468 2009-07-12 Eli Zaretskii <eliz@gnu.org>
22469
22470 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
22471
22472 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22473
22474 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22475 the PK\003\004 header (Bug#3770).
22476
22477 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22478
22479 * pcomplete.el (pcomplete-comint-setup): Check for
22480 shell-dynamic-complete-filename too.
22481
22482 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
22483
22484 * simple.el (temporary-goal-column): Change the value for
22485 line-move-visual to a cons cell.
22486 (line-move-visual): Record or set the window hscroll, if
22487 necessary (Bug#3494).
22488 (line-move-1): Handle cons value of temporary-goal-column.
22489
22490 2009-07-11 Kenichi Handa <handa@m17n.org>
22491
22492 * international/mule-diag.el (describe-character-set): Don't show
22493 width.
22494
22495 2009-07-10 Sam Steingold <sds@gnu.org>
22496
22497 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22498 Omake sometimes indents the errors it prints, so allow all
22499 regexps to start with spaces.
22500
22501 2009-07-10 Eli Zaretskii <eliz@gnu.org>
22502
22503 * cus-edit.el (customize-changed-options-previous-release):
22504 Bump value to 22.1. (Bug#3804)
22505
22506 2009-07-08 Sam Steingold <sds@gnu.org>
22507
22508 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22509 to be a cons cell (test . ignored-directory) to selectively ignore
22510 some directories depending on the location of the search.
22511
22512 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22513
22514 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22515 remote user is root, on the local host.
22516 (tramp-local-host-p): Either the local user or the remote user
22517 must be root. (Bug#3771)
22518
22519 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22520
22521 * progmodes/gdb-mi.el (gdb): Remove description of
22522 gdb-use-separate-io-buffer.
22523 (menu): Don't allow toggling of or enable
22524 gdb-use-separate-io-buffer from menubar.
22525
22526 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22527
22528 * mail/unrmail.el (unrmail): Make sure the message ends with two
22529 newlines (Bug#3769).
22530
22531 2009-07-08 Glenn Morris <rgm@gnu.org>
22532
22533 * calendar/calendar.el (calendar-current-date): Rework previous change.
22534
22535 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22536
22537 * calendar/calendar.el (calendar-current-date):
22538 Add an optional argument giving an offset from today.
22539
22540 2009-07-08 Glenn Morris <rgm@gnu.org>
22541
22542 * tutorial.el (tutorial--describe-nonstandard-key):
22543 Adjust the message for when a key has been unbound.
22544 (help-with-tutorial): Hide the arch-tag.
22545
22546 2009-07-08 Kenichi Handa <handa@m17n.org>
22547
22548 * international/fontset.el (setup-default-fontset): For each
22549 script, append (not set) font-specs.
22550
22551 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22552 docstring.
22553
22554 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22555
22556 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22557 -data-list-register-names to ...
22558 (gdb-starting): ... here because GDB 7.0 requires execution to
22559 have started when using this MI command.
22560 (gdb-set-header): New function to distinguish select and
22561 unselected tabs in gdb buffers.
22562 (gdb-propertize-header): New macro that uses gdb-set-header.
22563 (gdb-breakpoints-header, gdb-locals-header): Use it.
22564 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22565
22566 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22567
22568 * Makefile.in (ELCFILES): Remove fadr.elc.
22569
22570 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22571
22572 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22573 may contain frame information, so `string-match' should be used.
22574 (gdb-update): Disassembly is invalidated through
22575 `gdb-get-selected-frame'.
22576 (gdb-pad-string): New function to pad string with spaces.
22577 (gdb-invalidate-disassembly): Invalidate only if the buffer
22578 exists.
22579 (gdb-disassembly-handler-custom): Column alignment.
22580 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22581 placing new ones.
22582 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22583 end of line, too.
22584 (gdb-frame-handler): Match convention to for disassembly buffer
22585 mode name.
22586 (gdb-stack-list-frames-handler): Rewritten without regexps.
22587 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22588 not highlight breakpoints without line information.
22589 (gdb-input): Add trailing newline to command.
22590
22591 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22592 buffer properly.
22593 (gdb-breakpoints-list-handler-custom): Replacement for
22594 `gdb-break-list-handler'. Using real parser instead of regexps
22595 now.
22596 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22597 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22598 to place breakpoints.
22599 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22600 functions.
22601 (gdb-disassembly-handler-custom): Show overlay arrow.
22602 (gdb-disassembly-place-breakpoints): Show breakpoints in
22603 disassembly buffer.
22604 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22605 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22606 instead of parsing breakpoints buffer. Fixed old menu references
22607 in `gud-menu-map'.
22608
22609 * fadr.el: Remove.
22610
22611 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22612 (gdb-memory-address): New variable which holds top address of
22613 memory page shown in memory buffer.
22614 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22615 New customization variables.
22616 New functions:
22617 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22618 display the memory buffer.
22619 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22620 buffer display parameters.
22621 (def-gdb-memory-format, gdb-memory-format-binary)
22622 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22623 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22624 Functions for setting memory buffer format.
22625 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22626 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22627 unit size used in memory buffer.
22628 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22629 Switch to next/previous page of memory buffer.
22630 Now using (bindat-get-field) instead of fadr functions.
22631
22632 2009-07-07 Sam Steingold <sds@gnu.org>
22633
22634 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22635 non-top-level files.
22636
22637 2009-07-07 Kenichi Handa <handa@m17n.org>
22638
22639 * international/mule-cmds.el (reset-language-environment):
22640 Put the highset priority to the charset iso-8859-1.
22641
22642 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22643
22644 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22645 to the end of the line when locating the block (Bug#700).
22646
22647 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22648
22649 * net/tramp.el (tramp-handle-write-region): Flush file properties
22650 in case of short track.
22651
22652 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22653
22654 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22655 Coded custom representation of verilog error regular expressions
22656 to work with Emacs-22's new format.
22657 (verilog-error-regexp-xemacs-alist): Coded custom representation
22658 of verilog error regular expressions to work with XEmacs format.
22659 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22660 error recognition into XEmacs.
22661 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22662 error recognition into Emacs-22.
22663
22664 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22665
22666 * woman.el: Remove stand-alone closing parentheses.
22667 (woman-file-name, woman2-format-paragraphs)
22668 (woman-leave-blank-lines): Code cleanup.
22669 (woman-use-own-frame): Change default to nil.
22670 (woman-italic, woman-bold, woman-unknown, woman-addition):
22671 Change defaults to inherit from default faces.
22672 (woman2-process-escapes): Consume the newline after a stand-alone
22673 filler character (Bug#3651).
22674
22675 2009-07-06 Glenn Morris <rgm@gnu.org>
22676
22677 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22678 (top-level): Move provide to the end.
22679 (ffap): Remove defunct URL from custom group.
22680
22681 * subr.el (eval-after-load): Doc fix.
22682
22683 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22684
22685 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22686 `calc-embedded-word' is called twice.
22687
22688 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22689
22690 * files.el (find-alternate-file-other-window, find-alternate-file):
22691 Obey confirm-nonexistent-file-or-buffer.
22692
22693 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22694
22695 * dired-aux.el (dired-show-file-type): Handle remote files.
22696
22697 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22698
22699 * desktop.el (desktop-globals-to-save):
22700 Add file-name-history (Bug#2750).
22701
22702 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22703
22704 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22705
22706 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22707
22708 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22709 property on entire argument since this is what eshell-lisp-command
22710 expects.
22711
22712 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22713
22714 * net/tramp-gvfs.el (tramp-gvfs-methods)
22715 (tramp-gvfs-zeroconf-domain)
22716 (tramp-bluez-discover-devices-timeout): Add version flag.
22717 (tramp-gvfs-handler-mounted-unmounted)
22718 (tramp-gvfs-connection-mounted-p): Polish handling of
22719 incompatibilities between GVFS 0.2 and 1.0.
22720
22721 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22722
22723 * cus-start.el (all): Add make-pointer-invisible.
22724
22725 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22726
22727 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22728 formatted correctly.
22729
22730 2009-07-02 Juri Linkov <juri@jurta.org>
22731
22732 * info.el: Virtual Info files and nodes.
22733 (Info-virtual-files, Info-virtual-nodes): New variables.
22734 (Info-current-node-virtual): New variable.
22735 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22736 New functions.
22737 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22738 to check for a virtual file instead of checking a fixed list
22739 of node names.
22740 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22741 instead of ad-hoc processing of "dir" and (apropos history toc).
22742 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22743 instead of ad-hoc processing of "dir" and (apropos history toc).
22744 Reread a file when moving from a virtual node.
22745 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22746 (Info-directory-toc-nodes, Info-directory-find-file)
22747 (Info-directory-find-node): New functions.
22748 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22749 (Info-history): Move part of code to
22750 `Info-history-find-node'.
22751 (Info-history-toc-nodes, Info-history-find-file)
22752 (Info-history-find-node): New functions.
22753 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22754 (Info-toc): Move part of code to `Info-toc-find-node'.
22755 (Info-toc-find-node): New function.
22756 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22757 the current Info file name to references because now the node
22758 "*TOC*" belongs to the same Info manual.
22759 (Info-toc-build): Rename from `Info-build-toc'.
22760 (Info-toc-nodes): Rename input argument `file' to `filename'.
22761 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22762 instead of ad-hoc processing of ("dir" apropos history toc).
22763 (Info-index-nodes): Use Info-virtual-file-p
22764 to check for a virtual file instead of checking a fixed list
22765 of node names.
22766 (Info-index-node): Add check for `Info-current-node-virtual'.
22767 Raise `save-match-data' higher up the tree to contain
22768 `search-forward' too (bug fix).
22769 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22770 (Info-virtual-index-nodes): New variable.
22771 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22772 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22773 (Info-apropos-file, Info-apropos-nodes): New variables.
22774 (Info-apropos-toc-nodes, Info-apropos-find-file)
22775 (Info-apropos-find-node, Info-apropos-matches): New functions.
22776 (info-apropos): Move part of code to `Info-apropos-find-node' and
22777 `Info-apropos-matches'.
22778 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22779 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22780 for a virtual file instead of checking a fixed list of node names.
22781
22782 * simple.el (async-shell-command): New command.
22783
22784 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22785
22786 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22787 instead of `mount-info'.
22788
22789 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22790
22791 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22792 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22793
22794 2009-07-02 Kenichi Handa <handa@m17n.org>
22795
22796 * international/mule.el (set-keyboard-coding-system): Force *-unix
22797 coding-system to avoid eol conversion.
22798
22799 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22800
22801 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22802 Add handler for `process-file', `shell-command' and
22803 `start-file-process'.
22804 (tramp-gvfs-handle-shell-command)
22805 (tramp-gvfs-handle-start-file-process)
22806 (tramp-gvfs-handle-process-file): New defuns.
22807 (tramp-synce-list-devices): Simplify check for existence of property.
22808
22809 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22810
22811 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22812
22813 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22814
22815 * language/korean.el (set-language-info-alist): Add korean-cp949,
22816 cp949 to spec.
22817
22818 2009-07-01 Kenichi Handa <handa@m17n.org>
22819
22820 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22821
22822 * international/encoded-kb.el: Deleted.
22823
22824 * international/mule.el (set-keyboard-coding-system): Perform the
22825 necessary setup here instead of calling encoded-kbd-setup-display.
22826
22827 2009-07-01 Glenn Morris <rgm@gnu.org>
22828
22829 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22830
22831 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22832
22833 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22834
22835 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22836
22837 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22838 Handle also the 'rename case, when setting file modes. (Bug#3712)
22839 (tramp-default-file-modes): Remove execute permissions.
22840
22841 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22842 (top): Add a default for "synce" in `tramp-default-user-alist'.
22843 Add completion function for "synce" method.
22844 (tramp-hal-service, tramp-hal-path-manager)
22845 (tramp-hal-interface-manager, tramp-hal-interface-device):
22846 New defconst.
22847 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22848 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22849 New defuns.
22850
22851 * net/trampver.el: Update release number.
22852
22853 2009-06-30 Kenichi Handa <handa@m17n.org>
22854
22855 * international/fontset.el (setup-default-fontset): Add CJK fonts
22856 for symbols and the other miscellaneous characters.
22857
22858 * language/korea-util.el (setup-korean-environment-internal):
22859 Make char-width-table suitable for Korean environments.
22860 (exit-korean-environment): Cancel above.
22861
22862 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22863 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22864 setup-function to make char-width-table suitable for respective
22865 environments, and an exit-function to cancel that.
22866
22867 * language/japan-util.el (setup-japanese-environment-internal):
22868 Call use-cjk-char-width-table with arg `ja_JP'.
22869
22870 * international/characters.el (cjk-char-width-table): Delete it.
22871 (cjk-char-width-table-list): New variable.
22872 (use-cjk-char-width-table): New arg local-name.
22873 (use-default-char-width-table): Fix for the case that Emacs is
22874 already using the default char-width-table.
22875
22876 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22877
22878 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22879 modes mandatory. (Bug#3712)
22880
22881 2009-06-29 Alan Mackenzie <acm@muc.de>
22882
22883 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22884 correction between the visible width of TABs and their number of bytes.
22885
22886 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22887
22888 * server.el (server-buffer-done): Prevent kill-buffer from
22889 prompting by clearing the buffer modification flag (Bug#3696).
22890
22891 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22892
22893 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22894 (verilog-endcomment-reason-re): Support unique case and priority case.
22895 (verilog-basic-complete-re): Support localparam lineup.
22896 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22897 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22898 commenting.
22899 (verilog-leap-to-case-head): Now support *nested* unique &
22900 priority case statements.
22901 (verilog-auto-lineup): Make just declarations the default (as it
22902 had been).
22903 (verilog-leap-to-case-head): Support priority/unique case statements.
22904 (verilog-auto-lineup): Rework to give users radio buttons to
22905 select the various styles of automatic lineup.
22906 (verilog-error-regexp-alist): Rework to support the XEmacs style
22907 of error regular expressions from compilers, lint tools &
22908 simulators. Note that GNU Emacs has made it impossible for a mode
22909 to load such things.
22910 (electric-verilog-terminate-line, verilog-indent-declaration)
22911 (verilog-auto-wiure): Rework for radio button selection of
22912 auto-lineup selection of specification of auto lineup.
22913 (verilog-beg-of-statement-1): Redesign to support proper operation
22914 in additional code, based on testing with auto-lineup.
22915 (verilog-calculate-indent, assignments & declarations)
22916 (verilog-backward-token): Enhance to support auto-lineup of
22917 assignments & declarations.
22918 (verilog-in-directive-p, verilog-at-struct-p): New function for
22919 easy test of whether we are.
22920 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22921 to support safe execution at almost anyline.
22922 (verilog-calc-1): Properly support indenting deep inside generate
22923 blocks.
22924 (verilog-init-font): Remove definition & use of verilog-init-font,
22925 as it is redundant with font-lock-defaults.
22926 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22927 to avoid circular calls if syntax-ppss is a function (as is the
22928 case now in 22.x GNU Emacs) as that function would sometimes call
22929 itself, leading to (nearly) infinite recursion.
22930 (verilog-ovm-begin-re, verilog-ovm-end-re)
22931 (verilog-ovm-statement-re, verilog-leap-to-head)
22932 (verilog-backward-token): Add support for OVM macros. Some are
22933 complete statements, and others open and close scopes like begin
22934 and end.
22935 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22936 (verilog-defun-level-generate-only-re): Really fix the defun-list
22937 compilation issue.
22938 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22939 coverpoint, constraint and cross statements.
22940 (verilog-defun-level-list, verilog-generate-defun-level-list)
22941 (verilog-all-defun-level-list): Redo these specifications - it is
22942 too hard to support eval-when compile aggregation of lists also
22943 built at when-compile time.
22944 (verilog-defun-level-list): Place defconsts of variables used in
22945 building regular expressions which are built in eval-when-compile
22946 bodies in the same eval-when-compile body to facilitate compile
22947 without load.
22948 (verilog-beg-block-re-ordered): Support indenting
22949 virtual/protected tasks and functions.
22950 (verilog-defun-level-list, verilog-in-generate-region-p)
22951 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22952 indentation of some module items (generate items).
22953 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22954 across virtual/protected tasks and functions.
22955
22956 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22957
22958 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22959 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22960 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22961 in concatenations. Reported by Yishay Belkind.
22962 (verilog-auto-ascii-enum): Support one-hot state machines in
22963 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22964 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22965 modport in AUTOINST and add vl-modport for users.
22966 Reported by David Rogoff.
22967 (verilog-auto-inout-module, verilog-auto-inst)
22968 (verilog-decls-get-interfaces, verilog-insert-definition)
22969 (verilog-insert-one-definition, verilog-read-decls)
22970 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22971 (verilog-sig-modport, verilog-signals-combine-bus)
22972 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22973 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22974 Suggested by David Rogoff.
22975 (verilog-repair-open-comma): Fix non-insertion of comma when
22976 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22977 (verilog-make-width-expression): Simplify [A-1:0] expression
22978 widths to just {A{1'b0}}.
22979 (verilog-mode): Cleanup checkdoc warnings.
22980 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22981 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22982 inputs/outputs or data type. Suggested by Vasu Kandadi.
22983 (next-error-last-buffer): Fix byte-compiler warning.
22984 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22985 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22986 or shell command text during AUTO expansion. Suggested by Tad Truex.
22987 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22988 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22989 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
22990 in AUTOINOUT. Reported by Matthew Lovell.
22991 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22992 causing use of <= assignments. Reported by Alex Reed.
22993 (verilog-read-decls): Fix triand, trior, wand, wor to be
22994 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22995 (verilog-extended-complete-re): Support import "DPI-C" functions.
22996 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22997 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22998 (verilog-insert-date, verilog-insert-year)
22999 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23000 Windows systems. Reported by Michael Potts.
23001 (verilog-read-module-name): Fix AUTOINST when the child module
23002 declaration's name is a tick define. Reported by Elliot Mednick.
23003 (verilog-read-decls): Fix V2K parameter bit subscripts getting
23004 passed to next parameter's definition. Reported by Bruce T.
23005 (verilog-read-decls): Fix detecting "parameter int" when using
23006 AUTOINSTPARAM. Reported by Bruce T.
23007 (verilog-goto-defun): Fix goto not finding modules unless first
23008 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
23009 (verilog-mode): Expand -f flag arguments on entry to mode so
23010 verilog-goto-defun will work. Reported by Lawrence Butcher.
23011 (verilog-getopt): Expand environment variables in -f file
23012 arguments. Suggested by Lawrence Butcher.
23013 (verilog-set-define): Fix "Symbol's value as variable is void"
23014 when reading enumerations.
23015 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23016 Suggested by Stephen Peltan.
23017 (verilog-read-defines): Fix reading of enumerations in include
23018 files. Reported by Steve Peltan.
23019
23020 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23021
23022 * files.el (trash-directory): Fix defcustom type.
23023
23024 2009-06-28 Juri Linkov <juri@jurta.org>
23025
23026 * help-fns.el (describe-function-1): Correctly locate adviced
23027 functions in hyperlink (Bug#2438).
23028
23029 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
23030
23031 * files.el (trash-directory): Change default to nil.
23032 (move-file-to-trash): If trash-directory is nil and
23033 system-move-file-to-trash is unbound, perform freedesktop-style
23034 trashing.
23035
23036 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23037
23038 * files.el (move-file-to-trash): Add freedesktop trash
23039 support (Bug#973).
23040
23041 2009-06-28 Glenn Morris <rgm@gnu.org>
23042
23043 * autorevert.el (global-auto-revert-non-file-buffers)
23044 (global-auto-revert-mode): Doc fixes.
23045
23046 2009-06-27 Johan Bockgård <bojohan@gnu.org>
23047
23048 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23049
23050 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
23051
23052 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23053 opened an X connection before calling x-get-resource (Bug#3194).
23054
23055 * play/doctor.el: Remove reference to obsolete website.
23056 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23057
23058 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23059
23060 Remove find-file-not-found-hook VC method. (Bug#2757)
23061 * vc-hooks.el (vc-file-not-found-hook)
23062 (vc-default-find-file-not-found-hook): Remove functions.
23063 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23064 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23065 * vc.el:
23066 * vc-hg.el:
23067 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23068
23069 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23070
23071 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
23072 compatibility function for `looking-back'.
23073
23074 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
23075 Use `ispell-looking-back'.
23076
23077 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
23078
23079 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
23080 rather than `filename'.
23081
23082 2009-06-23 Miles Bader <miles@gnu.org>
23083
23084 * face-remap.el (text-scale-set): New function.
23085
23086 2009-06-23 Glenn Morris <rgm@gnu.org>
23087
23088 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23089
23090 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23091
23092 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23093
23094 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23095
23096 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23097 Simplify Persian conditionals.
23098
23099 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23100 variable `filename'.
23101
23102 * comint.el (comint-insert-input): Doc fix.
23103
23104 * Makefile.in (ELCFILES): Fix typo in previous change.
23105
23106 2009-06-23 Miles Bader <miles@gnu.org>
23107
23108 * cus-start.el: Add entry for `recenter-redisplay'.
23109
23110 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23111
23112 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23113 Add an optional argument for the backend, use it instead of
23114 calling vc-backend.
23115 (vc-mode-line): Add an optional argument for the backend.
23116 Pass the backend to vc-state and vc-working-revision. Move code for
23117 special handling for vc-state being a buffer to ...
23118
23119 * vc-rcs.el (vc-rcs-find-file-hook):
23120 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23121
23122 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23123 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23124 vc-stay-local-p and vc-mode-line calls.
23125
23126 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23127 (vc-cvs-diff, vc-cvs-annotate-command)
23128 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23129 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23130 vc-mode-line calls.
23131
23132 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23133 direct comparison.
23134 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23135 backend when calling vc-mode-line.
23136 (vc-register): Do not create a closure for calling the vc register
23137 function, call it directly.
23138
23139 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23140
23141 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23142 to make it obvious item can be clicked.
23143
23144 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23145
23146 2009-06-23 Kenichi Handa <handa@m17n.org>
23147
23148 * language/korea-util.el (korean-key-bindings): Change the binding
23149 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23150 same command.
23151
23152 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
23153
23154 Sync with Tramp 2.1.16.
23155
23156 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23157
23158 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23159 when a loading of a package fails. Completion function for rsync
23160 is `tramp-completion-function-alist-ssh'.
23161 (all): Replace all calls of `split-string' and
23162 `tramp-split-string' by `tramp-compat-split-string'.
23163 (tramp-default-method): Use `tramp-compat-process-running-p'.
23164 (tramp-default-proxies-alist): Allow also Lisp forms.
23165 (tramp-remote-path): Add choice "Private Directories".
23166 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
23167 (tramp-domain-regexp): Allow also "-", "_" and ".".
23168 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23169 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23170 (tramp-debug-message): Insert header line in debug buffer.
23171 (tramp-handle-directory-files-and-attributes-with-stat):
23172 Care about filenames with spaces, or starting with "-".
23173 (tramp-handle-dired-uncache): New defun.
23174 (tramp-handle-insert-directory): Don't flush the directory from
23175 cache, this is handled by `dired-uncache' now.
23176 (tramp-handle-insert-file-contents): Improve error handling.
23177 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23178 Quote `tramp-end-of-output'.
23179 (tramp-action-password): Improve trace message.
23180 (tramp-check-for-regexp): Both echoes must be present, before removing.
23181 (tramp-open-connection-setup-interactive-shell): Trace coding system.
23182 (tramp-compute-multi-hops): Eval cons cells of
23183 `tramp-default-proxies-alist'.
23184 (tramp-maybe-open-connection): Use the same command pattern for
23185 first hop and further hops.
23186 (tramp-wait-for-output): Remove handling of newlines.
23187 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23188 (tramp-split-string): Remove function. It is handled in
23189 tramp-compat now.
23190
23191 * net/tramp-cmds.el (tramp-bug):
23192 Recommend `tramp-cleanup-all-connections' in the bug mail.
23193
23194 * net/tramp-compat.el (tramp-compat-split-string)
23195 (tramp-compat-process-running-p): New defuns.
23196
23197 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23198 for `dired-uncache'.
23199
23200 * net/tramp-gvfs.el: New package.
23201
23202 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23203 Add handler for `dired-uncache'.
23204 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23205
23206 * net/trampver.el: Update release number. Make version check fit
23207 for SXEmacs 22.
23208
23209 2009-06-22 Jim Meyering <meyering@redhat.com>
23210
23211 Automatically handle .xz suffix (XZ-compressed files), too.
23212 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23213 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23214
23215 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
23216 Nick Roberts <nickrob@snap.net.nz>
23217
23218 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
23219 repository (http://sphinx.net.ru/hg/gdb-mi/).
23220
23221 2009-06-22 Glenn Morris <rgm@gnu.org>
23222
23223 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23224 `mode' and `eval' entries. (Bug#3430)
23225
23226 * Makefile.in (ELCFILES): Add fadr.elc.
23227
23228 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23229 differing behavior of \n and ^ in strings. (Bug#3385)
23230
23231 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23232
23233 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23234 property.
23235 (lisp-indent-function): Make it a defcustom.
23236
23237 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
23238
23239 * progmodes/gdb-ui.el: Replace with ...
23240 * progmodes/gdb-mi.el: ... this file.
23241 * progmodes/gud.el: Modify for gdb-mi.el.
23242
23243 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23244
23245 * fadr.el: New file.
23246
23247 See ChangeLog.14 for earlier changes.
23248
23249 ;; Local Variables:
23250 ;; coding: utf-8
23251 ;; End:
23252
23253 Copyright (C) 2009-2011 Free Software Foundation, Inc.
23254
23255 This file is part of GNU Emacs.
23256
23257 GNU Emacs is free software: you can redistribute it and/or modify
23258 it under the terms of the GNU General Public License as published by
23259 the Free Software Foundation, either version 3 of the License, or
23260 (at your option) any later version.
23261
23262 GNU Emacs is distributed in the hope that it will be useful,
23263 but WITHOUT ANY WARRANTY; without even the implied warranty of
23264 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23265 GNU General Public License for more details.
23266
23267 You should have received a copy of the GNU General Public License
23268 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.