(zoneinfo-style-world-list, legacy-style-world-list): New defcustoms.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-10-27 Eli Zaretskii <eliz@gnu.org>
2
3 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
4 New defcustoms.
5 (display-time-world-list): Use them as appropriate for the current
6 value of `system-type'.
7
8 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9
10 * printing.el: Pacify byte compiler, that is, no compiler warnings.
11 Move (again) some variable definitions before use, define some fun
12 aliases, no code change.
13 (pr-version): New version 6.9.2.
14 (pr-path-style, pr-auto-region, pr-menu-char-height)
15 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
16 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
17 via (defvar VAR).
18 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
19 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
20 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
21 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
22 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
23 (defvar pr-menu-print-item, pr-ps-printer-menu-modified)
24 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
25 (pr-even-or-odd-alist): Vars definition moved.
26
27 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
28
29 * emulation/pc-select.el (next-line-mark, next-line-nomark)
30 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
31 around uses of previous-line and next-line.
32
33 * diff.el (diff-old-file, diff-new-file, diff-extra-args): New
34 defvars.
35
36 * textmodes/css-mode.el (comment-continue):
37 * net/browse-url.el (url-handler-regexp):
38 * progmodes/idlw-help.el (idlwave-system-routines): Pacify
39 byte-compiler.
40
41 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
42 line-move-invisible-p it's former definition:
43 invisible-p. line-move-invisible-p was removed on 2007-08-29.
44
45 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
46
47 * files.el (kill-emacs-query-functions): Doc fix;
48 `save-buffers-kill-emacs' is no longer bound to a key.
49
50 2007-10-26 Richard Stallman <rms@gnu.org>
51
52 * isearch-multi.el (isearch-buffers-multi): New option.
53 (isearch-buffers-search-fun): Test it.
54
55 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
56 Put ps-run-clear on C-c C-l.
57
58 * newcomment.el (comment-styles): New style indent-or-triple.
59 (comment-style): Make that the default.
60 (comment-add defvar): Doc fix.
61 (comment-add): Delete arg EXTRA.
62 (comment-region-default): Open code call to comment-add.
63 Handle indent-or-triple style which uses `multi-char' for INDENT.
64
65 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
66
67 * eshell/em-unix.el (nil-blank-string): Doc fix.
68
69 2007-10-26 John Wiegley <johnw@newartisans.com>
70
71 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
72 function, ensure that the third argument is turned into a nil if
73 the string is otherwise completely empty (either no characters, or
74 all tabs/spaces). This fixes a bug from a user who found himself
75 unable to customize `diff-switches' and still use Eshell's diff
76 command.
77
78 2007-10-26 Glenn Morris <rgm@gnu.org>
79
80 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
81 safe-local-variable property.
82
83 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
84
85 * net/browse-url.el (browse-url-browser-function): Delete grail.
86 (browse-url-grail): Function and variable deleted.
87 (browse-url-browser-function): Delete IXI Mosaic.
88 (browse-url-default-browser): Don't try IXI Mosaic.
89 (browse-url-iximosaic): Function deleted.
90 (browse-url-browser-function): Delete MMM.
91 (browse-url-default-browser): Don't try MMM.
92 (browse-url-mmm): Function deleted.
93
94 2007-10-26 Drew Adams <drew.adams@oracle.com>
95
96 * custom.el (custom-note-var-changed): New function.
97
98 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
99
100 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
101 use with the definition. Remove.
102
103 * add-log.el (change-log-start-entry-re): New defconst.
104 (change-log-sortable-date-at): Use it.
105 (change-log-beginning-of-defun, change-log-end-of-defun):
106 New functions.
107 (change-log-mode): Use them for beginning-of-defun-function and
108 end-of-defun-function.
109
110 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
111
112 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
113 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
114 (ses-recalculate-cell): Deal with point being just beyond end of
115 data area (why does this happen?)
116 (ses-set-curcell): Ditto.
117 (ses-column-letter): Handle columns beyond 702. Code written by
118 Gareth Rees.
119
120 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
121
122 * textmodes/org.el (org-agenda-get-restriction-and-command):
123 Use `mapc' instead of `mapcar'.
124 (org-agenda-list): Numeric prefix argument can specify the number
125 of days.
126 (remember-register, remember-buffer): Prevent byte compiler from
127 complaining.
128 (org-todo): Save and restore match data.
129 (org-no-warnings): New macro.
130 (org-columns-eval): Use `org-no-warnings'.
131
132 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
133
134 * comint.el (comint-password-prompt-regexp):
135 Handle `[sudo] password'-style prompt.
136
137 2007-10-25 Glenn Morris <rgm@gnu.org>
138
139 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
140 (defcustom): Doc fix.
141
142 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
143 Add `non_intrinsic'.
144 (f90-constants-re): Add ieee modules.
145 (f90-typedef-matcher, f90-typedec-matcher)
146 (f90-imenu-type-matcher): New functions.
147 (f90-font-lock-keywords-1): Give module procedures function-name face.
148 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
149 Add `use, intrinsic'.
150 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
151 Move start of `enum' blocks to separate entry.
152 (f90-start-block-re): Fix `type', `abstract interface'.
153 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
154 derived types.
155 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
156 `elemental', change `enumerator'.
157 (f90-no-block-limit): Fix `abstract interface'.
158
159 * progmodes/f90.el (f90-indented-comment-re)
160 (f90-directive-comment-re, f90-break-delimiters):
161 * progmodes/fortran.el (fortran-comment-line-start-skip)
162 (fortran-directive-re):
163 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
164 as safe if they are strings.
165
166 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * startup.el (window-system): Remove. Don't make it frame-local.
169
170 2007-10-24 Richard Stallman <rms@gnu.org>
171
172 * savehist.el (savehist-save): Omit unreadable elements.
173
174 * loadhist.el (unload-function-defs-list): Renamed from
175 unload-function-features-list.
176 (unload-feature-special-hooks, unload-feature): Doc fixes.
177
178 * indent.el (indent-to-left-margin): If point's in the indentation,
179 move to the end of the indentation.
180
181 * cus-edit.el (customize-changed-options): Make arg optional.
182
183 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
184
185 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
186
187 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
188
189 * textmodes/org-publish.el (org-publish-attachment): Re-install
190 accidentally deleted change.
191
192 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * term/iris-ansi.el (iris-function-map): Move init into declaration.
195
196 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
197
198 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
199 (Buffer-menu-mode-map): Initialize in the declaration.
200 (Buffer-menu-mode): Define with `define-derived-mode'.
201
202 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
203
204 * textmodes/org.el (org-version): Change to 5.13e.
205 (org-agenda-file-regexp): Fix typo in docstring.
206 (org-add-planning-info): Fix bug in parenthesis settings.
207 (org-scan-tags): Catch the case of indirect buffers with no filename.
208 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
209 Re-install switch to mapc, had been removed by accident.
210 (org-columns-map): New binding `C-c C-o'.
211 (org-columns-menu): Change menu text and added new entry.
212 (org-columns-eval): Document the use of `next-line'.
213 (org-columns-open-link): New function.
214 (org-columns-follow-link): Remove function.
215 (org-open-link-from-string): New function.
216 (org-read-date-get-relative): Fix typo in docstring.
217 (org-read-date-get-relative): Leading +/- is not optional.
218 (org-agenda-get-restriction-and-command): Always resize window on
219 first loop cycle.
220 (org-agenda-open-link): Make sure the link abbreviations are
221 present in the agenda buffer.
222 (org-agenda-copy-local-variable): New function.
223
224 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
227
228 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * simple.el (reindent-then-newline-and-indent): Use a `move after
231 insert' kind of marker in the save-excursion.
232
233 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * textmodes/css-mode.el: Require CL.
236 (comment-continue): Declare.
237
238 * subr.el (make-variable-frame-localizable): Remove.
239 (make-variable-frame-local): Mark obsolete.
240
241 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
244 of the subdirs is unreadable.
245
246 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
247
248 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
249 when we are local.
250
251 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * progmodes/python.el (python-current-defun): Remove left-over
254 assignment to `start'.
255
256 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
257
258 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
259 than `mapcar'; return value is not used.
260
261 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
262
263 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
264 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
265
266 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
267
268 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
269 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
270
271 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
272
273 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
274
275 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
276
277 * emacs-lisp/advice.el (ad-make-advised-docstring):
278 Add ad-advice-info text property to doc string.
279
280 2007-10-23 Glenn Morris <rgm@gnu.org>
281
282 * progmodes/f90.el (f90-do-indent, f90-if-indent)
283 (f90-type-indent, f90-program-indent, f90-associate-indent)
284 (f90-continuation-indent, f90-comment-region)
285 (f90-beginning-ampersand, f90-smart-end)
286 (f90-break-before-delimiters, f90-auto-keyword-case)
287 (f90-leave-line-no, f90-mode-hook):
288 Give an appropriate safe-local-variable property.
289
290 * progmodes/fortran.el (fortran-tab-mode-default)
291 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
292 (fortran-structure-indent, fortran-continuation-indent)
293 (fortran-comment-indent, fortran-comment-line-extra-indent)
294 (fortran-comment-line-start)
295 (fortran-minimum-statement-indent-fixed)
296 (fortran-minimum-statement-indent-tab)
297 (fortran-comment-indent-char, fortran-line-number-indent)
298 (fortran-check-all-num-for-matching-do)
299 (fortran-blink-matching-if, fortran-continuation-string)
300 (fortran-comment-region, fortran-electric-line-number)
301 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
302 (fortran-analyze-depth, fortran-break-before-delimiters):
303 Give an appropriate safe-local-variable property.
304
305 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
306
307 * printing.el: Move variable definitions before use.
308 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
309
310 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
313 (tpu-edt-off): Use it.
314 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
315 the global-map before adding it to global-map.
316
317 * menu-bar.el (global-buffers-menu-map): New var.
318 (global-map, menu-bar-update-buffers): Use it.
319 * msb.el (msb-menu-bar-update-buffers): Use it.
320 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
321 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
322 Use with-current-buffer.
323
324 2007-10-22 Juri Linkov <juri@jurta.org>
325
326 * isearch-multi.el: New file.
327
328 * isearch.el (isearch-search-string): After finding the next
329 occurrence switch to buffer isearch-buffers-current-buffer when
330 isearch-buffers-next-buffer-function is non-nil and
331 isearch-buffers-current-buffer is live.
332
333 * add-log.el (change-log-mode): Make and set buffer-local variable
334 isearch-buffers-next-buffer-function to change-log-next-buffer.
335 Call isearch-buffers-minor-mode.
336 (change-log-next-buffer): New function.
337
338 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
339
340 * textmodes/org.el (org-read-date-get-relative): New function.
341 (org-agenda-file-regexp): New variable.
342 (org-agenda-files): Allow directories in the variable.
343 (org-agenda-get-restriction-and-command): New function.
344 (org-agenda): Use `org-agenda-get-restriction-and-command'.
345 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
346 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
347 New functions.
348 (org-entry-add-to-multivalued-property)
349 (org-entry-remove-from-multivalued-property)
350 (org-entry-member-in-multivalued-property): New functions.
351 (org-remember-apply-template): Catch C-g and make sure window
352 configuration is restored.
353 (org-agenda-open-link): Make it work with several links in the line.
354 (org-drawers, org-set-regexps-and-options)
355 (org-get-current-options): Add support for a DRAWERS in-buffer option.
356 (org-agenda-window-frame-fractions): New option.
357 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
358 (org-columns-cleanup-item, org-find-entry-with-id)
359 (org-insert-columns-dblock, org-listtable-to-string)
360 (org-dblock-write:columnview, org-columns-capture-view)
361 (org-edit-headline): New functions.
362 (org-agenda-to-appt): Require calendar.
363 (org-entry-get-with-inheritance): Widen for search.
364 (org-columns-display-here): Don't mark buffer as modified when
365 adding space characters to accomodate column overlays.
366 (org-export-as-html): Better formatting of tags in the toc.
367 (org-columns-display-here): Make the ITEM column as compact as possible.
368 (org-remember-templates): Customization interface improved.
369 (org-export-with-property-drawer): Variable removed.
370 (org-export-with-drawers): New option.
371 (org-complex-heading-regexp): New variable.
372 (org-sort-entries): Rewrite using `sort-subr'.
373 (org-set-property): More appropriate completion during interactive use.
374 (org-sort-entries): Allow sorting by property.
375 (org-additional-option-like-keywords): Add more values.
376 (org-sort-entries-or-items): Rename from `org-sort-entries'.
377
378 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
379
380 * textmodes/org.el (org-get-date-from-calendar): New function.
381 (org-at-timestamp-p, org-timestamp-change)
382 (org-remember-templates): First element of each entry is now a
383 name for the template.
384 (org-store-log-note): Check for `org-note-abort'.
385 (org-kill-note-or-show-branches): New command.
386 (org-fontify-priorities): New option.
387 (org-fontify-priorities): New function.
388 (org-cut-subtree, org-copy-subtree): New argument N to
389 act on N sequential subtrees.
390 (org-paste-subtree): Fix the level at which a tree is pasted.
391 (org-fit-agenda-window): Limitations on window size removed.
392 (org-agenda-find-same-or-today-or-agenda): Rename from
393 `org-agenda-find-today-or-agenda'.
394 (org-scheduled-past-days): New option.
395 (org-agenda-scheduled-leaders)
396 (org-agenda-deadline-leaders): New options.
397 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
398 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
399 (org-export-with-tags, org-export-plist-vars)
400 (org-infile-export-plist): New "tags" option.
401 (org-use-property-inheritance): New option.
402 (org-cached-entry-get): Use `org-use-property-inheritance'.
403 (org-remember-apply-template): Fix typo.
404
405 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
406
407 * net/tramp.el (tramp-find-shell)
408 (tramp-open-connection-setup-interactive-shell): Improve sending
409 initial commands.
410 (tramp-action-terminal): Send debug message.
411 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
412 (tramp-barf-if-no-shell-prompt): Insert code of
413 `tramp-wait-for-shell-prompt'.
414
415 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
418
419 * term/vt200.el (terminal-init-vt200):
420 * term/vt201.el (terminal-init-vt201):
421 * term/vt220.el (terminal-init-vt220):
422 * term/vt240.el (terminal-init-vt240):
423 * term/vt300.el (terminal-init-vt300):
424 * term/vt320.el (terminal-init-vt320):
425 * term/vt400.el (terminal-init-vt400):
426 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
427
428 * term/wyse50.el (wyse50-terminal-map): New var.
429 (terminal-init-wyse50): Use it and input-decode-map.
430 (enable-arrow-keys): Emasculate.
431
432 * term/tvi970.el (tvi970-terminal-map): New var.
433 (terminal-init-tvi970): Use it and input-decode-map.
434 (tvi970-keypad-numeric): Remove.
435 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
436
437 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
438 (terminal-init-sun): Use it and input-decode-map.
439
440 * term/news.el (terminal-init-news):
441 * term/lk201.el (terminal-init-lk201):
442 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
443
444 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
445
446 * complete.el (PC-expand-many-files): Remove.
447 (PC-do-completion): Call file-expand-wildcards instead of
448 PC-expand-many-files.
449
450 * net/tramp.el (tramp-handle-expand-many-files): Remove.
451 (PC-expand-many-files): Remove advice.
452
453 2007-10-22 Glenn Morris <rgm@gnu.org>
454
455 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
456 Add some support for Fortran 2003 syntax:
457 (f90-type-indent): Now also applies to `enum'.
458 (f90-associate-indent): New user option.
459 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
460 Add some F2003 keywords.
461 (f90-constants-re): New constant.
462 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
463 Interface'.
464 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
465 `class'. Arguments for `type'/`class' may have spaces. Add a new
466 element for functions with specified types. Add `end enum' and
467 `select type'. Add `implicit enumerator' and `procedure'.
468 Add `class default' and `type is', `class is'. Fix `go to' regexp.
469 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
470 (f90-font-lock-keywords-4): Add `f90-constants-re'.
471 (f90-blocks-re): Add `enum' and `associate'.
472 (f90-else-like-re): Add `class is', `type is', and `class default'.
473 (f90-end-type-re): Add `enum'.
474 (f90-end-associate-re, f90-typeis-re): New constants.
475 (f90-end-block-re): Add `enum' and `associate'. Change from
476 optional whitespace to end-of-word, to avoid `enumerator'.
477 (f90-start-block-re): Add `select type', `abstract interface', and
478 `enum'. Avoid `type is', and `type (sometype)'.
479 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
480 (f90-mode): Doc fix.
481 (f90-looking-at-select-case): Doc fix. Add `select type'.
482 (f90-looking-at-associate): New function.
483 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
484 Add `enum' and `abstract interface'.
485 (f90-no-block-limit): Add `select type' and `abstract interface'.
486 (f90-get-correct-indent, f90-calculate-indent)
487 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
488 (f90-indent-region, f90-match-end): Handle `associate' blocks.
489
490 2007-10-22 Martin Rudalics <rudalics@gmx.at>
491
492 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
493 Use window-full-width-p.
494
495 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
496
497 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
498
499 * tooltip.el: Use featurep 'xemacs.
500
501 * printing.el: Move variable definitions before use, no code change.
502
503 2007-10-22 Juri Linkov <juri@jurta.org>
504
505 * simple.el (goto-history-element): Allow minibuffer-default to be
506 a list of default values accessible by typing M-n in the minibuffer.
507
508 * dired-x.el (dired-guess-shell-command): Put all guesses to the
509 minibuffer default value list instead of pushing them temporarily
510 to the history list.
511
512 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
513
514 * hexl.el (hexl-menu): New major mode menu.
515
516 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
519
520 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
521
522 * w32-fns.el (w32-quote-process-args):
523 * dos-w32.el (print-region-function, lpr-headers-switches)
524 (ps-print-region-function): Pacify byte-compiler.
525
526 * emulation/edt-mapper.el (function-key-map):
527 (edt-map-key): Make it a function instead of using fset.
528 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
529 (edt-gnu-map-key, edt-lucid-map-key): Remove.
530 (edt-x-emacs-p): Remove.
531 (edt-emacs-variant, edt-window-system, edt-xserver):
532 Use featurep 'xemacs.
533
534 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
535 Replace eudc-xemacs-p with its definition.
536 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
537 (eudc-emacs-mule-p): Remove.
538 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
539 eudc-xemacs-p with feature tests.
540
541 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
542 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
543 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
544 (eudc-bob-toggle-inline-display):
545 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
546 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
547
548 * net/eudcb-ph.el (eudc-ph-open-session):
549 Replace eudc-xemacs-mule-p with its former definition.
550
551 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
552 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
553
554 * progmodes/vera-mode.el (vera-xemacs): Remove.
555 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
556
557 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
558 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
559 (vhdl-speedbar-initialize, vhdl-ps-print-init)
560 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
561 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
562 with (featurep 'xemacs).
563
564 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
565 (save-buffer-state-x):
566 * obsolete/fast-lock.el (fast-lock-verbose):
567 * emulation/viper-init.el (viper-xemacs-p)
568 (viper-cond-compile-for-xemacs-or-emacs):
569 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
570 * ps-print.el (case-fold-search):
571 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
572 * calculator.el (calculator-help): Use featurep 'xemacs.
573
574 * progmodes/prolog.el: Undo previous change.
575 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
576
577 * progmodes/dcl-mode.el:
578 * play/yow.el:
579 * calendar/todo-mode.el:
580 * calendar/cal-hebrew.el:
581 * vc-hg.el: Undo previous change.
582
583 * vms-patch.el: Likewise.
584 (print-region-function): Pacify byte-compiler.
585
586 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
587
588 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
589 preserve-uid-gid.
590
591 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
592 compatibility. It is not used, though.
593
594 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
595 Require tramp-cmds.el.
596 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
597 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
598 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
599 (tramp-do-copy-or-rename-file-out-of-band)
600 (tramp-maybe-open-connection): Use `make-temp-name'. This is
601 possible, because we don't need to create the temporary file, but
602 we need a prefix for ssh, which has its own temporary file handling.
603 (tramp-handle-delete-directory): Add "-f" to rmdir.
604 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
605 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
606 a signal, in order to give the callee a chance to suppress.
607 (tramp-handle-write-region): Set owner also in case of short
608 track. Don't use compatibility calls for `write-region' anymore.
609 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
610 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
611
612 * net/tramp-cmds.el: New file.
613
614 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
615 `tramp-clear-passwd'.
616
617 * net/trampver.el: Update release number.
618
619 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
620
621 * progmodes/gud.el (gud-target-name): Move definition before use.
622
623 * progmodes/dcl-mode.el: Require imenu at compile time.
624
625 * progmodes/cc-engine.el (c-maybe-stale-found-type):
626 Pacify byte-compiler.
627
628 * obsolete/fast-lock.el: Use featurep test instead of string-match.
629
630 * eshell/esh-mode.el (eshell-handle-ansi-color):
631 Require ansi-color at compile time too.
632
633 * eshell/em-unix.el (eshell/info): Require info at compile time too.
634
635 * w32-fns.el: Require w32-vars.
636
637 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
638 time too.
639
640 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * double.el ([ignore]): Use `ignore'.
643 (double-setup): Inline into double-mode.
644 (double-mode): Use define-minor-mode.
645
646 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
647
648 * textmodes/reftex.el: Move require easymenu before first use.
649 (reftex-info): Require info at compile too.
650
651 * textmodes/org-publish.el (org-publish-org-to-html)
652 (org-publish-org-to): Require org at compile time too.
653 (org-publish-attachment): Require at compile time too.
654
655 * term/tty-colors.el (w32-tty-standard-colors):
656 Pacify byte-compiler.
657
658 * term/pc-win.el (frame-creation-function-alist): Add to this
659 instead of setting frame-creation-function.
660
661 * play/blackbox.el (bb-up, bb-down): Use forward-line.
662
663 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
664
665 * calendar/todo-mode.el: Require calendar at compile time.
666
667 * calendar/cal-hebrew.el: Require holidays at compile time.
668
669 * w32-vars.el: Provide w32-vars.
670
671 * term/w32-win.el: Require w32-vars.
672 (w32-color-map): Pacify byte-compiler.
673
674 * loadup.el: Load w32-vars before term/w32-win.
675
676 2007-10-20 Juri Linkov <juri@jurta.org>
677
678 * textmodes/fill.el (fill-paragraph): When the region is active,
679 don't try other `or' branches regardless of the value returned by
680 fill-region; just return t.
681
682 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
683
684 * vc.el (vc-do-command): Condition out a misleading message when
685 running asynchronously.
686 (vc-deduce-fileset): New argument enables using an unregistered
687 visited file as a singleton fileset if nothing else is available.
688 (vc-next-action): Restore file-registering behavior.
689
690 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
691
692 * calc/README: Add recent news.
693
694 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
695
696 * term/x-win.el (x-gtk-stock-map, icon-map-list)
697 (x-gtk-map-stock): Delete duplicated definitions from merge.
698
699 * progmodes/compile.el (compilation-skip-to-next-location)
700 (compilation-skip-threshold, compilation-skip-visited):
701 Move definitions earlier.
702
703 * play/decipher.el (decipher-keypress):
704 * play/zone.el (zone-fall-through-ws):
705 * play/landmark.el (lm-move-down, lm-move-up):
706 * play/handwrite.el (handwrite):
707 * mail/mspools.el (mspools-visit-spool):
708 * wdired.el (wdired-next-line, wdired-previous-line):
709 * tar-mode.el (tar-subfile-save-buffer):
710 * scroll-lock.el (scroll-lock-next-line)
711 (scroll-lock-previous-line):
712 * image-dired.el (image-dired-next-line)
713 (image-dired-previous-line):
714 * ediff-help.el (ediff-help-message-line-length):
715 Use forward-line.
716
717 * smerge-mode.el (smerge-auto-refine):
718 * diff-mode.el (diff-auto-refine): Add :group.
719
720 * play/yow.el: Require doctor at compile time.
721
722 * vmsproc.el: Provide vmsproc.
723 (command-send-input): Use forward-line.
724
725 * vms-patch.el: Require ps-print and vmsproc at compile time.
726
727 * vc-mtn.el (log-view-message-re, log-view-file-re)
728 (log-view-font-lock-keywords): Pacify byte-compiler.
729
730 * vc-hg.el: Require log-view at compile time.
731
732 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
733
734 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
735
736 2007-10-20 Glenn Morris <rgm@gnu.org>
737
738 * progmodes/f90.el (f90-font-lock-keywords-2)
739 (f90-looking-at-type-like): Fix regexp typos.
740
741 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
742
743 * bs.el (bs--track-window-changes): Don't refresh the whole list.
744 (bs-mode): Set mode-class property to special.
745
746 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * diff-mode.el (diff-auto-refine): New var.
749 (diff-hunk): Use it.
750 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
751 (diff-refine-change): Rename from diff-fine-change. Change it.
752 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
753 (diff-refine-hunk): Rename from diff-fine-highlight.
754
755 2007-10-20 John Paul Wallington <jpw@pobox.com>
756
757 * help-fns.el (describe-variable-custom-version-info): New function
758 to return variable's version or package version note.
759 (describe-variable): Use it, display result.
760
761 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * smerge-mode.el (smerge-auto-refine): New var.
764 (smerge-next, smerge-prev): Use it.
765 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
766
767 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
768 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
769
770 * vc-bzr.el (vc-bzr-diff-tree):
771 * vc-git.el (vc-git-diff-tree):
772 * vc-hg.el (vc-hg-diff-tree):
773 * vc-mcvs.el (vc-mcvs-diff-tree):
774 * vc-mtn.el (vc-mtn-diff-tree):
775 * vc-svn.el (vc-svn-diff-tree): Remove.
776
777 * vc-mtn.el (vc-mtn-revision-completion-table):
778 * vc-cvs.el (vc-cvs-revision-completion-table):
779 * vc-arch.el (vc-arch-revision-completion-table):
780 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
781 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
782 Make it work when the arg is a list of files.
783
784 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
787 Also `revision-completion-table' now takes a list of files.
788 (vc-deduce-fileset): Remove unused var `regexp'.
789 Only obey allow-directory-wildcard in dired buffers.
790 (vc-default-diff-tree): Remove.
791 (vc-diff-added-files): New var.
792 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
793 (vc-version-diff): Revert from `vc-history-diff' to the original name.
794 Remove the `backend' arg.
795 (vc-contains-version-controlled-file): Remove.
796 (vc-diff): Bring it closer to the version in Emacs-22.
797 (vc-revert): Fix typo in let-binding.
798 (vc-default-unregister): Remove.
799 (vc-dired-buffers-for-dir): Remove N^2 behavior.
800
801 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
802
803 * textmodes/two-column.el (2C-split, 2C-merge):
804 * textmodes/bib-mode.el (bib-find-key, mark-bib):
805 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
806 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
807 * progmodes/ada-xref.el (ada-get-all-references):
808 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
809 * emulation/vi.el (vi-previous-line-first-nonwhite)
810 (vi-effective-range, vi-put-before):
811 * emulation/edt.el (edt-next-line, edt-previous-line)
812 (edt-paragraph-forward): Use forward-line.
813
814 * progmodes/etags.el (tags-apropos): Require apropos at compile
815 time too.
816
817 * progmodes/prolog.el: Require comint when compiling.
818 (inferior-prolog-flavor): Move defvar before use.
819
820 2007-10-19 Richard Stallman <rms@gnu.org>
821
822 * font-core.el (turn-on-font-lock-if-desired):
823 Rename from `turn-on-font-lock-if-enabled'.
824 Fully obey `font-lock-global-modes'.
825
826 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
829 which will not affect the behavior of things like forward-word.
830 (diff-fine-highlight): Preserve point.
831
832 * doc-view.el (doc-view-mode-map): Use remapping.
833 Don't rebind C-v, M-v to their default value.
834 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
835
836 * smerge-mode.el: Add word-granularity refinement.
837 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
838 (smerge-refine-weight-hack): New vars.
839 (smerge-refine-forward): New fun.
840 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
841 (smerge-refine-subst): Use them as well. Preserve point.
842
843 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
844
845 * follow.el (follow-unload-function): New function.
846
847 * loadhist.el (unload-function-features-list):
848 Rename from `unload-hook-features-list'.
849 (unload-hook-features-list): Add as obsolete alias.
850 (unload-feature): Use `unload-function-features-list'
851 and new FEATURE-unload-function.
852
853 2007-10-19 Glenn Morris <rgm@gnu.org>
854
855 * bindings.el (mouse-minor-mode-menu)
856 (minor-mode-menu-from-indicator): Move to mouse.el.
857 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
858 Move here from bindings.el.
859
860 2007-10-19 Richard Stallman <rms@gnu.org>
861
862 * help-fns.el (describe-function-1): Don't use the advice origname
863 if it has no function definition.
864
865 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
866
867 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
868 Use `save-restriction' rather than `widen'.
869
870 2007-10-18 Richard Stallman <rms@gnu.org>
871
872 * time.el (display-time-world-time-format): Display day # not month #.
873
874 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
875
876 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
877
878 * doc-view.el: Remove version keyword.
879 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
880 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
881 (doc-view-ghostscript-options): Improve custom type.
882 (doc-view-cache-directory, doc-view-conversion-buffer)
883 (doc-view-conversion-refresh-interval): Simplify custom type.
884
885 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
886
887 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
888 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
889 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
890 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
891 Remove superfluous messages.
892 (doc-view-mode-map): Use the image-mode scrolling commands.
893 Don't rebind C-x k.
894
895 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
896
897 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
898 Add comment about "-dSAFER".
899
900 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * term/xterm.el: Don't require xt-mouse.
903 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
904 calling turn-on-xterm-mouse-tracking-on-terminal directly.
905
906 * xt-mouse.el: Don't change the global function-key-map anny more.
907 (xterm-mouse-mode): Use terminal-init-xterm-hook.
908 Don't use after-make-frame-functions now that term/xterm.el calls
909 us directly.
910 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
911 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
912 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
913 Setup input-decode-map and remember that xterm-mouse-mode was
914 enabled in this terminal.
915 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
916 terminals where it has been enabled.
917
918 * faces.el (tty-create-frame-with-faces): Make sure not only
919 tty-run-terminal-initialization but also set-locale-environment
920 are run only once per terminal.
921 (tty-run-terminal-initialization): Don't check if the terminal was
922 already initted.
923
924 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
925 not to remove keymaps that just happen to inherit from one of ours.
926 When setting up our keymap, make sure it won't be accidentally
927 modified by someone else.
928
929 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
930
931 * textmodes/artist.el (artist-previous-line, artist-next-line):
932 * dired.el (dired-next-line, dired-previous-line):
933 * progmodes/delphi.el (delphi-newline):
934 * textmodes/org.el (org-columns-eval):
935 Use forward-line.
936
937 * emerge.el (emerge-setup): Use insert-buffer-substring.
938 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
939
940 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
941
942 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
943 (adaptive-fill-function): Doc fix. Remove * from docstring.
944
945 2007-10-18 Tom Horsley <tom.horsley@att.net>
946
947 * simple.el (interprogram-paste-function): Doc fix.
948 (current-kill): Accept list of strings as well
949 as single string from `interprogram-paste-function'.
950
951 2007-10-18 Glenn Morris <rgm@gnu.org>
952
953 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
954
955 2007-10-18 Drew Adams <drew.adams@oracle.com>
956
957 * bindings.el (mode-line-minor-mode-keymap):
958 Add mouse-minor-mode-menu on mouse-1.
959 (mode-line-modes): Add mouse-1 to help-echo text.
960 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
961 New functions.
962 (mode-line-minor-mode-help): Doc fix.
963
964 2007-10-17 Juri Linkov <juri@jurta.org>
965
966 * textmodes/fill.el (fill-paragraph-or-region): Remove function
967 at the request of RMS.
968 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
969 arg `region'. Fix docstring. At the first `or' branch add call to
970 `fill-region' if it the region is active in transient-mark-mode.
971
972 * bindings.el (esc-map): Bind M-q to fill-paragraph
973 instead of fill-paragraph-or-region.
974
975 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
976 with fill-paragraph.
977
978 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
979 Fix docstring.
980
981 * indent.el (indent-for-tab-command): Change interactive spec from
982 "P" to "p". Add check for interactive arg before indenting the
983 active region.
984
985 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
986 Regroup.
987
988 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
989
990 * emacs-lisp/find-func.el: Don't require loadhist.
991
992 * loadhist.el (feature-symbols, file-provides, file-requires)
993 (file-set-intersect, file-dependents): Simplify.
994 (unload-feature-special-hooks): Update list of special hooks.
995
996 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
997
998 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
999 extensions since they can be viewed with doc-view.
1000
1001 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1002 for pdf, ps and dvi files.
1003
1004 * doc-view.el: Make doc-view-mode the standard mode for viewing
1005 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1006 text and image display. Add binding C-c C-e to switch to an
1007 editing mode.
1008 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1009 avoid security problems when rendering files from untrusted sources.
1010
1011 2007-10-17 Aaron Hawley <aaronh@garden.org>
1012
1013 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1014 position is not saved.
1015
1016 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1017
1018 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1019 (doc-view-ghostscript-options): Fix typo in doc string.
1020
1021 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1024 handling, so compilation-fake-loc works again.
1025
1026 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1027 (server-process-filter): Revert last change.
1028
1029 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1030 behavior unrelated to filesets.
1031
1032 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * longlines.el (longlines-wrap-follows-window-size): Integer value
1035 specifies wrapping margin.
1036 (longlines-mode, longlines-window-change-function):
1037 Set window-specific wrapping margin based on the above.
1038
1039 2007-10-17 John Wiegley <johnw@newartisans.com>
1040
1041 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1042
1043 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1044
1045 * server.el (server-process-filter): Only set display if X11 is
1046 supported.
1047
1048 2007-10-17 Glenn Morris <rgm@gnu.org>
1049
1050 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1051 Tweak regexp to avoid stack overflow.
1052
1053 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * simple.el (reindent-then-newline-and-indent): Don't assume that
1056 indent-according-to-mode preserves point.
1057
1058 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1059
1060 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1061 (bs--nth-wrapper): Simplify.
1062 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1063 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1064 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1065 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1066 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1067 (bs-configurations, bs-default-configuration)
1068 (bs-alternative-configuration, bs-cycle-configuration-name)
1069 (bs-string-show-always, bs-string-show-never, bs-string-current)
1070 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1071 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1072 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1073 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1074 (bs--window-config-coming-from): Revert 2006-11-09 change.
1075 (bs--restore-window-config): Keep the selected frame.
1076 (bs--track-window-changes, bs--remove-hooks): New functions.
1077 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1078 (bs--create-header): Remove.
1079 (bs--create-header-line): New function, based on `bs--create-header'.
1080 (bs--show-header): Use `bs--create-header-line'.
1081 (bs--show-with-configuration): Revert 2006-11-09 change.
1082 Don't reuse window unless it is visible on the selected frame.
1083 Restore window configuration (possibly in a different frame)
1084 before creating any window.
1085
1086 2007-10-16 Glenn Morris <rgm@gnu.org>
1087
1088 * simple.el (blink-matching-open): Don't report false errors with
1089 the `$' syntax class.
1090
1091 2007-10-16 Richard Stallman <rms@gnu.org>
1092
1093 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1094 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1095 (ad-is-advised, ad-get-advice-info-field)
1096 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1097
1098 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1101 (vc-default-working-revision): Compatibility for backends.
1102
1103 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1104
1105 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1106 (filesets-ormap, filesets-sort-case-sensitive-flag)
1107 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1108 Fix typos in docstrings.
1109 (filesets-conditional-sort, filesets-find-or-display-file)
1110 (filesets-data-get-name, filesets-data-get-data)
1111 (filesets-data-set, filesets-cmd-query-replace-getargs)
1112 (filesets-ingroup-collect): Doc fixes.
1113
1114 2007-10-15 Sam Steingold <sds@gnu.org>
1115
1116 * mail/sendmail.el (sendmail-error-reporting-interactive)
1117 (sendmail-error-reporting-non-interactive): New variables for
1118 sendmail error reporting options to simplify support for imperfect
1119 sendmail emulators.
1120 (sendmail-send-it): Use them instead of list literals.
1121
1122 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * help-fns.el: Revert previous change; it creates a
1125 dependency loop between advice.el and help-fns.el.
1126
1127 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1128
1129 * help-fns.el: Require advice when compiling.
1130
1131 2007-10-14 Drew Adams <drew.adams@oracle.com>
1132
1133 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1134 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1135 (ring-next, ring-previous): New functions.
1136
1137 2007-10-14 Richard Stallman <rms@gnu.org>
1138
1139 * emacs-lisp/advice.el (documentation): Advice deleted.
1140 Doc for advised functions is now handled at C level.
1141 (ad-stop-advice, ad-start-advice): Don't enable or disable
1142 advice for `documentation'.
1143 (ad-advised-definition-docstring-regexp): Var deleted.
1144 (ad-make-advised-definition-docstring): Store orig name
1145 as text property of string.
1146 (ad-advised-definition-p): Check for text property of docstring.
1147
1148 * help-fns.el (describe-function-1): Find source of advised functions.
1149
1150 2007-10-14 Juri Linkov <juri@jurta.org>
1151
1152 * faces.el (describe-face): Allow handling a string as the face name.
1153
1154 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1155 active region in transient-mark-mode.
1156 (ispell-region): Change messages displayed at the start and end of
1157 the spell-checking to be the same.
1158
1159 * startup.el (fancy-startup-tail): Say exactly what does the button
1160 dismiss ("Dismiss this startup screen"). Use text "Never show
1161 it again" for the checkbox after this button.
1162 (fancy-startup-screen, fancy-about-screen): Put point before the
1163 first link, so the user can quickly select links with the keyboard.
1164 (normal-mouse-startup-screen): Add more useful text describing how
1165 to follow a link.
1166
1167 2007-10-14 Glenn Morris <rgm@gnu.org>
1168
1169 * progmodes/etags.el (select-tags-table): Disable undo in the
1170 `*Tags Table List*' buffer.
1171
1172 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1173
1174 * dired.el (dired-warn-writable): New face.
1175 (dired-warn-writable-face): New variable.
1176 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1177 of dired-warning-face, for group- and world-writable files.
1178
1179 2007-10-13 Richard Stallman <rms@gnu.org>
1180
1181 * files.el (directory-abbrev-alist): Doc fix.
1182
1183 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1184
1185 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1186
1187 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1188
1189 * frame.el (set-frame-configuration): Assign name parameter only
1190 if it has been set explicitly before.
1191
1192 2007-10-11 Tom Tromey <tromey@redhat.com>
1193
1194 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1195 frame is visible.
1196
1197 2007-10-10 Richard Stallman <rms@gnu.org>
1198
1199 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1200 in *Backtrace*.
1201
1202 * faces.el (face-font-selection-order): Doc fix.
1203
1204 * loadhist.el (unload-feature): Doc fix.
1205
1206 2007-10-13 Glenn Morris <rgm@gnu.org>
1207
1208 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1209 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1210 Add doc string, and an explicit COUNT argument.
1211 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1212 `inc' to search functions.
1213
1214 * faces.el (face-spec-set): When FRAME is nil, set the default for
1215 new frames (restores pre-2007-09-17 behavior). Doc fix.
1216
1217 2007-10-13 John W. Eaton <jwe@octave.org>
1218
1219 * progmodes/octave-mod.el (octave-looking-at-kw)
1220 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1221 New functions.
1222 (octave-in-defun-p, calculate-octave-indent)
1223 (octave-blink-matching-block-open, octave-beginning-of-defun)
1224 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1225 to search for regexps that contain case-sensitive keywords.
1226 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1227 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1228
1229 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1230
1231 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1232 Do not use a single clause cond.
1233
1234 * cus-start.el (all): Use test that does not match the X11 version
1235 for mac.
1236
1237 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
1238
1239 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1240 BROWSE buffer.
1241
1242 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1243
1244 * cus-start.el (all): Undo previous change.
1245
1246 2007-10-13 Glenn Morris <rgm@gnu.org>
1247
1248 * woman.el (woman0-rename): Fix paren typo.
1249
1250 * mail/feedmail.el (feedmail-run-the-queue)
1251 (feedmail-look-at-queue-directory):
1252 * mail/reporter.el (reporter-dump-state):
1253 * net/eudc-hotlist.el (eudc-edit-hotlist):
1254 * net/eudc.el (eudc-display-records)
1255 (eudc-filter-duplicate-attributes)
1256 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1257 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1258 (eudc-bbdb-query-internal):
1259 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1260 * net/socks.el (socks-build-auth-list):
1261 * progmodes/cc-cmds.el (top level):
1262 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1263 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1264 (cperl-write-tags, cperl-tags-treeify):
1265 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1266 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1267 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1268 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1269 (idlwave-toolbar-remove-everywhere):
1270 * progmodes/idlwave.el (idlwave-indent-line)
1271 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1272 (idlwave-write-paths, idlwave-all-method-classes)
1273 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1274 (idlwave-fix-keywords, idlwave-display-calling-sequence)
1275 (idlwave-complete-in-buffer):
1276 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1277 (org-fast-tag-selection):
1278 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1279 than mapcar.
1280
1281 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1282
1283 * diff-mode.el (diff-fine-change): Add :group.
1284
1285 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1286
1287 * cus-start.el (all): Use the same test as the 22.2 branch.
1288
1289 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * diff-mode.el (diff-current-defun): Force recomputation of
1292 change-log-default-name.
1293
1294 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
1295
1296 * startup.el (fancy-startup-screen): Remove an unnecessary newline
1297 and some leftover logic regarding dedicated frames. If showing
1298 concise startup screen, fit window to buffer.
1299 (command-line-1): If we will be using the splash screen, use
1300 find-file instead of find-file-other-window to find additional files.
1301 Comment out unused code for coping with the old sit-for behavior.
1302
1303 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1306 `meta' modifier consistently, rather than using sometimes meta
1307 sometimes alt.
1308
1309 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1310
1311 * window.el (handle-select-window): Revert part of 2007-10-08
1312 change setting the input focus.
1313
1314 2007-10-12 Glenn Morris <rgm@gnu.org>
1315
1316 * startup.el (command-line): Do not read abbrev file in batch mode.
1317
1318 * emacs-lisp/byte-opt.el (top level):
1319 * mail/rmail.el (rmail-list-to-menu):
1320 * obsolete/hilit19.el (hilit-mode):
1321 * progmodes/cc-mode.el (c-postprocess-file-styles)
1322 (c-submit-bug-report):
1323 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1324 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1325 (reftex-access-parse-file):
1326 * textmodes/reftex-cite.el (reftex-do-citation)
1327 (reftex-insert-bib-matches):
1328 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1329 * textmodes/reftex-sel.el (reftex-select-unmark):
1330 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1331 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1332
1333 * cus-edit.el (custom-variable-menu, custom-face-menu)
1334 (custom-group-menu): Check init-file-user rather than
1335 user-init-file, in case cus-edit is loaded by site-run-file.
1336
1337 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1338
1339 * vc.el (vc-deduce-fileset): Delete unused code.
1340 (vc-next-action): Fix typos.
1341
1342 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1343
1344 * bs.el (bs--mark-unmark): New function.
1345 (bs-mark-current, bs-unmark-current): Use it.
1346
1347 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1348
1349 * vc.el (vc-diff):
1350 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
1351 temporarily disable the check for his edge case of
1352 vc-diff (stopping it from grinding when called from $HOME), as
1353 it's calling some brittle code in vc-hooks.el.
1354 (with-vc-properties): Fix evaluation time of a macro argument.
1355 * ediff-vers.el (ediff-vc-internal):
1356 * vc-hooks.el:
1357 * loaddefs.el: Follow up on VC terminology change.
1358
1359 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * follow.el (follow-stop-intercept-process-output):
1362 Use `follow-call-process-filter' rather than `process-filter'.
1363 Simplify.
1364 * vc.el (vc0iff): Prevent errors in an edge case.
1365
1366 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1367
1368 * vc-hooks.el (vc-registered): Robustify this function a bit
1369 against filenames with no directory component.
1370
1371 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * international/characters.el: Undo unwanted and unexplained change.
1374
1375 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1376
1377 * ps-print.el: Fix the usage of :foreground and :background face
1378 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1379 (ps-print-version): New version 6.7.6.
1380 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1381 Fix code.
1382 (ps-face-foreground-color-p, ps-face-background-color-p)
1383 (ps-face-color-p): New inline funs.
1384
1385 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1386
1387 * textmodes/org.el (org-additional-option-like-keywords): New constant.
1388 (org-complete): Use `org-additional-option-like-keywords'.
1389 (org-parse-local-options): New function.
1390
1391 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1392
1393 * textmodes/org.el (org-in-clocktable-p): New function.
1394 (org-clock-report): Only update the table at point, or insert a new one.
1395 (org-clock-goto): New function.
1396 (org-open-file): Use `start-process-shell-command' instead of
1397 `shell-command' with an ampersand.
1398 (org-deadline, org-schedule): New argument REMOVE to remove the
1399 date from the entry.
1400 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1401 argument to `org-schedule' and `org-deadline'.
1402 (org-trim): Use the correct expressions for beginning and end of
1403 the string.
1404 (org-get-cleaned-entry): Trim the string before returning it.
1405 (org-clock-find-position): New function.
1406 (org-clock-into-drawer): New option.
1407 (org-agenda-tags-column): Rename from
1408 `org-agenda-align-tags-to-column'.
1409 (org-agenda-align-tags): Allow negative values for
1410 `org-agenda-tags-column'.
1411 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
1412 (org-agenda-to-appt): New optional argument FILTER.
1413 (org-completion-fallback-command): New variable.
1414 (org-complete): Use `org-completion-fallback-command'.
1415 (org-find-base-buffer-visiting): Catch the case that there is no
1416 buffer visiting the file.
1417 (org-property-or-variable-value): New function.
1418 (org-todo): Use `org-property-or-variable-value'
1419 (org-agenda-compact-blocks): New option.
1420 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
1421 (org-agenda-schedule, org-agenda-deadline):
1422 Call `org-agenda-show-new-time'.
1423 (org-agenda-show-new-time): New argument PREFIX.
1424 (org-colgroup-info-to-vline-list): Fix but that cause a
1425 shift in the vertical lines.
1426 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1427 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1428 (org-indent-item): No arg in call to `org-fix-bullet-type'.
1429 (org-fix-bullet-type): Remove argument.
1430 (org-read-date): Check for am/pm twice, to catch the end time.
1431 (org-goto-map): Use `suppress-keymap'.
1432 (org-remember-apply-template): Respect the dynamically scoped
1433 selection character.
1434
1435 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
1436
1437 * textmodes/org-export-latex.el (org-export-latex-protect-string):
1438 Renaming of `org-latex-protect'.
1439 (org-export-latex-emphasis-alist): By default, don't protect
1440 any emphasis formatter from further conversion.
1441 (org-export-latex-tables): Honor column grouping for tables.
1442 (org-export-latex-title-command): New option.
1443 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1444 export backslash character.
1445
1446 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * frame.el (frame-inherited-parameters): Remove unused `environment'
1449 parameter, and let server.el add `client' when needed.
1450
1451 * server.el (server-create-tty-frame)
1452 (server-create-window-system-frame): Set frame-inherited-parameters.
1453
1454 * frame.el (frame-inherited-parameters): New var.
1455 (make-frame): Use it.
1456
1457 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
1458
1459 * env.el (let-environment): Remove. Unused.
1460 (read-envvar-name): Simplify.
1461 (setenv): Remove unused arg `frame'.
1462
1463 * help-fns.el (describe-variable): Add missing " " for multiline
1464 obsolescence info and missing EOL after global value.
1465
1466 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1467
1468 * add-log.el:
1469 * ediff-vers.el:
1470 * log-view.el:
1471 * pcvs.el:
1472 * vc-arch.el:
1473 * vc-bzr.el:
1474 * vc-cvs.el:
1475 * vc.el:
1476 * vc-git.el:
1477 * vc-hg.el:
1478 * vc-hooks.el:
1479 * vc-mcvs.el:
1480 * vc-mtn.el:
1481 * vc-rcs.el:
1482 * vc-sccs.el:
1483 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
1484 {find,init,next,previous,annotate-*,log}-version ->
1485 {find,init,next,previous,annotate-*,log}-revision,
1486 annotate-focus-version -> annotate-working-revision, The term
1487 'focus' is gone. The term 'revision' is now used consistently
1488 everywhere that reference to a revision ID is intended, replacing
1489 older use of 'version'.
1490
1491 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1492
1493 * follow.el: Change all instances of "Follow Mode" to "Follow
1494 mode" in docstrings and messages.
1495 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
1496
1497 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1498
1499 * vc.el (vc-next-action): Rewrite completely; this principal
1500 entry point now operates on a current fileset selected either
1501 explicitly via VC-Dired or implicitly by visiting a file buffer,
1502 rather than always operating on the file of the current buffer as
1503 in older versions. Rewrite the rest of the mode to match.
1504 (with-vc-properties): Rewrite to operate on a file list.
1505 (with-vc-file): vc-checkin takes a file list argument now.
1506 (vc-post-command-functions): This hook now receives a file list.
1507 (vc-do-command): Take a either a file or a file list as argument.
1508 (vc-deduce-fileset): New function for deducing a file list to
1509 operate on.
1510 (vc-next-action-on-file, vc-next-action-dired): Remove.
1511 Merge into vc-next-action.
1512 (vc-register): Adapt to the fact that vc-start-entry now takes a
1513 file list.
1514 (vc-register-with): New function.
1515 (vc-start-entry): Take a file list argument rather than a
1516 file argument.
1517 (vc-checkout): Cope with vc-start-entry taking a file list.
1518 (vc-steal-lock): Cope with with-vc-properties taking a
1519 file list.
1520 (vc-checkin): Take a file list argument rather than a file argument.
1521 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
1522 (vc-diff-internal): Rewrite for filesets.
1523 (vc-diff-sentinel): New function, tests whether changes were
1524 written into a diff buffer.
1525 (vc-diff): Rewrite for filesets.
1526 (vc-version-diff): Rewrite for filesets.
1527 (vc-print-log): Take a fileset argument.
1528 (vc-revert): Revert the entire selected fileset, not just the
1529 current buffer.
1530 (vc-rollback): Roll back the entire selected fileset, if
1531 possible. No longer accepts a prefix argument.
1532 (vc-update): Merge new changes for the entire selected
1533 fileset, not just the current buffer.
1534 (vc-revert-file): Cope with with-vc-properties taking a file list.
1535 (vc-default-dired-state-info): Add + status suffix if the file is
1536 modified.
1537 (vc-annotate-warp-version): Use the new diff machinery.
1538 (vc-log-edit): Take a file list argument rather than a file argument.
1539
1540 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
1541
1542 Sync with Tramp 2.1.11.
1543
1544 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1545 Pacify byte compiler.
1546
1547 * net/trampver.el: Update release number.
1548
1549 2007-10-09 Richard Stallman <rms@gnu.org>
1550
1551 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
1552
1553 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * follow.el: Require easymenu.
1556 (follow-mode-hook, follow-mode): Doc fixes.
1557 (follow-mode-off-hook): Mark as obsolete.
1558
1559 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1560
1561 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1562 select-window or select-frame events.
1563 (handle-select-window): When autoselecting window set input
1564 focus. Restructure.
1565
1566 * frame.el (focus-follows-mouse): Move to frame.c.
1567 * cus-start.el (all): Add focus-follows-mouse.
1568
1569 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1572 activate font-locking in the *buffer-selection* buffer.
1573 (bs-show-sorted): Doc fix.
1574
1575 * bs.el (bs--get-marked-string, bs--get-modified-string)
1576 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1577 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1578 (bs--format-aux): Doc fix.
1579
1580 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1581
1582 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1583
1584 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1585
1586 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1587 (gud-gdb): New function for old M-x gdb (text command mode).
1588 (gud-gdb-command-name, gdb): Move to...
1589
1590 * progmodes/gdb-ui.el: ...here and adapt doc string.
1591 (gud-gdba-command-name, gdba): Delete.
1592
1593 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1594
1595 * bs.el: Don't defvar `font-lock-verbose'.
1596 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1597 (bs--get-file-name): Fix typos in docstrings.
1598 (bs--show-header): Use `dolist' instead of `mapcar'.
1599 (bs-mode): Set `show-trailing-whitespace' to nil.
1600 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1601 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1602 Doc fixes.
1603
1604 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
1605
1606 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1607
1608 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1609
1610 * progmodes/gud.el (gdb): Make graphical mode the default and
1611 switch to text command mode if appropriate, i.e., reverse previous
1612 arrangement.
1613 (gud-gdb-marker-filter): Adapt for above change.
1614
1615 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1616 gud-minor-mode and gud-marker-filter.
1617 (gdb-fullname-regexp): New variable.
1618 (gud-gdba-marker-filter): Use it to switch to text command
1619 mode if appropriate.
1620
1621 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1622
1623 * progmodes/gud.el (gud-display-line): Find source buffer even when
1624 GUD buffer has its own frame.
1625
1626 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1627
1628 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1629
1630 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1631
1632 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1633
1634 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1635
1636 * allout.el (allout-before-change-handler): Replace got-char by
1637 goto-char.
1638
1639 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1642 Used to try and automatically enabled smerge-mode in the presence of
1643 conflicts and to call `svn resolved' when the conflicts are gone.
1644 (vc-svn-parse-status): Remember the svn-specific status.
1645
1646 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1647
1648 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1649 menu-bar-apropos-menu. All users changed.
1650 (menu-bar-help-menu): Change menu symbols to better match the text
1651 displayed by the menu.
1652
1653 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1654
1655 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1656 #, @, : and ^.
1657
1658 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1659
1660 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1661
1662 * log-view.el (log-view-mode-map): Likewise.
1663
1664 * diff-mode.el (diff-mode-shared-map): Likewise.
1665
1666 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1667
1668 * files.el (file-name-sans-versions): Also allow `A-Z'.
1669
1670 * vc.el: Mention all supported VC backends.
1671
1672 2007-10-08 Richard Stallman <rms@gnu.org>
1673
1674 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1675 neighbouring buttons.
1676
1677 2007-10-08 Andreas Schwab <schwab@suse.de>
1678
1679 * files.el (file-name-sans-versions): Also allow `_'.
1680
1681 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1682
1683 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1684
1685 * log-view.el (log-view-mode-map, log-view-mode-menu):
1686 Bind log-view-annotate-version.
1687 (log-view-beginning-of-defun, log-view-end-of-defun)
1688 (log-view-annotate-version): New functions.
1689 (log-view-mode): Use log-view-beginning-of-defun and
1690 log-view-end-of-defun.
1691
1692 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1695
1696 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1699 neighbouring buttons.
1700
1701 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1702 Recognize gcc's use of "note" for informational messages.
1703
1704 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1707 (css-mode): Update correspondingly.
1708
1709 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1710
1711 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1712 Signed-off-by, Acked-by and Merge.
1713
1714 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1717
1718 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * vc-mtn.el: New file.
1721
1722 * vc-hooks.el (vc-handled-backends): Add Mtn.
1723
1724 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1725
1726 * files.el (find-file, find-file-other-window)
1727 (find-file-other-frame, find-file-existing, find-file-read-only)
1728 (find-file-read-only-other-window)
1729 (find-file-read-only-other-frame)
1730 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1731
1732 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1733
1734 * progmodes/gud.el (gdb-ready): New variable.
1735 (gdb): Set it to nil. Set gud-running to nil here...
1736 (gud-common-init): ...instead of here.
1737
1738 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1739 Use gdb-ready. Discard input until GDB is ready to accept it.
1740
1741 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1742
1743 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1744 make it show up with eight colors.
1745
1746 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1749 diffs are concatenated with no intervening line.
1750
1751 2007-10-08 Dave Love <fx@gnu.org>
1752
1753 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1754 (python-font-lock-keywords): Update to the 2.5 version of the language.
1755 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1756 (python-backspace): Only behave funny in code.
1757 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1758 (inferior-python-mode): Add PDB prompt regexp.
1759 (python-fill-paragraph): Refine the fenced-string regexp.
1760 (python-find-imports): Handle imports spanning several lines.
1761 (python-mode): Add `class' to hideshow support.
1762
1763 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1766 Use add-log-buffer-file-name-function rather than binding
1767 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
1768 when `fi' is the ChangeLog file itself.
1769
1770 * outline.el (outline-flag-region): Use front-advance.
1771
1772 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
1773
1774 * progmodes/cperl-mode.el: Merge upstream 5.23.
1775 (cperl-where-am-i): Remove function.
1776 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1777 (cperl-sniff-for-indent): De-invert [string] and [comment].
1778 When looking for label, skip s:m:y:tr.
1779 (cperl-indent-line): Likewise.
1780 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1781 (cperl-windowed-init): Wrong `ps-print' handling.
1782 Both thanks to Chong Yidong.
1783 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1784 (cperl-find-pods-heres): If the second part of s()[] is missing,
1785 don't try to highlight delimiters...
1786
1787 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * progmodes/compile.el (compilation-get-file-structure): Complete last
1790 change by also using spec-directory in the puthash.
1791
1792 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
1793
1794 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1795 (vc-bzr-status): Fix shadowing of variable 'status'.
1796 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1797 Use `expand-file-name' instead of `concat'.
1798 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1799 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1800
1801 2007-10-08 Jason Rumney <jasonr@gnu.org>
1802
1803 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1804
1805 2007-10-08 Richard Stallman <rms@gnu.org>
1806
1807 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1808 Add `safe-local-variable' property.
1809 (lisp-body-indent): Likewise.
1810
1811 2007-10-08 Richard Stallman <rms@gnu.org>
1812
1813 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1814 Add doc string.
1815
1816 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1817
1818 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1819
1820 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1821
1822 * repeat.el (repeat): Use last-repeatable-command instead of
1823 real-last-command. Run pre- and post-command hooks for
1824 self-insertion. Update doc-string.
1825
1826 2007-10-08 Alexandre Julliard <julliard@winehq.org>
1827
1828 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1829 state of the file.
1830 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1831 (vc-git-create-repo): Fix invalid command.
1832
1833 2007-10-08 Richard Stallman <rms@gnu.org>
1834
1835 * textmodes/flyspell.el (flyspell-mode):
1836 Catch errors in flyspell-mode-on.
1837
1838 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1841
1842 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * international/encoded-kb.el (encoded-kbd-setup-display):
1845 Use input-decode-map rather than local-key-translation-map.
1846
1847 * term/rxvt.el (rxvt-alternatives-map): New map.
1848 (terminal-init-rxvt): Use it.
1849 Bind rxvt-function-map in input-decode-map.
1850
1851 * term/xterm.el (xterm-alternatives-map): New map.
1852 (terminal-init-xterm): Use it.
1853 Bind xterm-function-map in input-decode-map.
1854
1855 * term/x-win.el (x-alternatives-map): New var.
1856 (x-setup-function-keys): Use it.
1857
1858 * help-fns.el (describe-variable): Slightly change the layout of
1859 meta-info to separate it better from the docstring.
1860 Standardize insertion of extra empty lines in various circumstances.
1861
1862 * diff-mode.el (diff-hunk-style): New fun.
1863 (diff-end-of-hunk): Use it.
1864 (diff-context->unified): Use the new `apply' undo element,
1865 if applicable, so as to save undo-log space.
1866 (diff-fine-change): New face.
1867 (diff-fine-highlight-preproc): New function.
1868 (diff-fine-highlight): New command.
1869 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1870
1871 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1872 (smerge-refine-highlight-change): Add `props' argument.
1873 (smerge-refine-subst): New function holding most of smerge-refine.
1874 (smerge-refine): Use it.
1875
1876 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
1877
1878 * vc.el (vc-default-wash-log): Remove unused code, the
1879 log washers all live in the backends now.
1880 (vc-default-comment-history): Correct for the fact
1881 that wash-log is argumentless in the new API.
1882
1883 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
1884
1885 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1886 (tramp-maybe-send-script): Apply `member' but `memq'.
1887 (tramp-advice-file-expand-wildcards): Simplify implementation.
1888
1889 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1890
1891 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1892
1893 * mb-depth.el (minibuf-depth-indicator-function): New variable.
1894 (minibuf-depth-setup-minibuffer): Use it.
1895
1896 2007-10-07 Glenn Morris <rgm@gnu.org>
1897
1898 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1899 version numbers.
1900
1901 2007-10-06 Juri Linkov <juri@jurta.org>
1902
1903 * textmodes/fill.el (fill-paragraph-or-region): New function.
1904
1905 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1906 instead of fill-paragraph.
1907
1908 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1909 with fill-paragraph-or-region. Suspend command is now the same
1910 `suspend-frame' on window systems and on tty.
1911
1912 * image.el (image-type): Check if image-types is bound to not fail
1913 on tty.
1914
1915 * delsel.el (delete-selection-pre-hook):
1916 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1917 is fbound to not fail on mouseless tty.
1918
1919 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1920
1921 * net/tramp.el (top): Move loading of tramp-util.el and
1922 tramp-vc.el to tramp-compat.el.
1923 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
1924 temporary file if possible, in order to avoid a security hole.
1925 (tramp-do-copy-or-rename-file-out-of-band)
1926 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1927 with DONT-CREATE, because the connection is not setup yet.
1928 (tramp-handle-process-file): Rewrite temporary file handling.
1929 (tramp-completion-mode): New defvar.
1930 (tramp-completion-mode-p): Use it.
1931
1932 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1933
1934 * net/tramp-fish.el (tramp-fish-handle-process-file):
1935 Rewrite temporary file handling.
1936
1937 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1938
1939 * vc.el: Workfile version -> focus version change. Port various
1940 comments from new VC to reduce the noise in the diff.
1941 Patch in the new vc-create-repo function to go with the
1942 header comment about it already present.
1943 There are no changes to existing logic in this patch.
1944 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1945
1946 2007-10-06 Aaron Hawley <aaronh@garden.org>
1947
1948 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1949
1950 2007-10-05 Chris Moore <dooglus@gmail.com>
1951
1952 * server.el (server-kill-new-buffers): Doc fix.
1953
1954 2007-10-05 John W. Eaton <jwe@octave.org>
1955
1956 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1957 (octave-begin-keywords): Add "do".
1958 (octave-end-keywords): Remove "end".
1959 (octave-reserved-words): Add "end". Remove "all_va_args",
1960 "gplot", and 'gsplot".
1961 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1962 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1963 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1964 "default_return_value", "define_all_return_values",
1965 "do_fortran_indexing", "empty_list_elements_ok",
1966 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1967 "ok_to_lose_imaginary_part", "prefer_column_vectors",
1968 "prefer_zero_one_indexing", "propagate_empty_matrices",
1969 "resize_on_range_error", "treat_neg_dim_as_zero",
1970 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1971 "warn_divide_by_zero", "warn_function_name_clash",
1972 "warn_missing_semicolon", "whitespace_in_literal_matrix".
1973 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1974 "crash_dumps_octave_core", "sighup_dumps_octave_core",
1975 "sigterm_dumps_octave_core".
1976 (octave-block-match-alist): Remove "end" from block-end keywords.
1977 (octave-mode): Update ftp site address.
1978
1979 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
1980
1981 * vc.el: Reorder functions, no code changes.
1982
1983 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
1984
1985 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1986 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1987 the cond clauses where needed.
1988 (tramp-handle-write-region): Rearrange code for proper handling of
1989 tmpfile.
1990
1991 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1992
1993 * net/tramp.el:
1994 * net/tramp-fish.el:
1995 * net/tramp-ftp.el:
1996 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1997 `tramp-compat-make-temp-file'.
1998
1999 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2000
2001 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2002
2003 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2006 already uses a more recent copyright version than the "current" one.
2007
2008 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2009
2010 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2011 (doc-view-insert-image): Minor aesthetical docstring changes.
2012
2013 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2014
2015 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2016 completing filename.
2017 (doc-view-search-internal): Docstring change.
2018
2019 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2020
2021 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2022 (tramp-file-name-handler-alist):
2023 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2024 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2025 used before, creates the file already, which is not desired.
2026 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2027 temporary file.
2028 (tramp-handle-insert-file-contents): Assign the result in the
2029 short track case.
2030 (tramp-handle-insert-file-contents-literally): New defun.
2031 (tramp-completion-mode-p): Revert change from 2007-09-24.
2032 Checking for `return' etc as last character is not sufficient, for
2033 example in dired-mode when entering <g> (revert-buffer) or
2034 <s> (dired-sort).
2035
2036 * net/tramp-compat.el (top): Add also compatibility code for loading
2037 appropriate timer package.
2038 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2039 order to avoid autoloading problems.
2040
2041 * net/tramp-fish.el:
2042 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2043
2044 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2045 where the second parameter of `copy-file' or `rename-file' is a
2046 remote file but not via ftp.
2047
2048 2007-10-02 Richard Stallman <rms@gnu.org>
2049
2050 * frame.el (cursor-in-non-selected-windows): Doc fix.
2051
2052 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2053
2054 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2055 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2056
2057 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2058
2059 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2060 when `expt' doesn't give range errors.
2061
2062 2007-10-01 Markus Triska <markus.triska@gmx.at>
2063
2064 * calc/calc-math.el (math-smallest-emacs-expt):
2065 Make the computation more robust.
2066
2067 2007-09-30 David Kastrup <dak@gnu.org>
2068
2069 * startup.el (argv): Alias for `command-line-args-left' to use as
2070 `(pop argv)' inside of --eval command sequences. Allows for
2071 passing shell commands into Emacs verbatim without need for Lisp
2072 quoting.
2073
2074 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2075 check only for changed size.
2076 (auto-revert-tail-handler): Get size from caller. If the file has
2077 shrunk, tail the whole file again (the file presumably has been
2078 rewritten).
2079
2080 * woman.el (woman-topic-all-completions, woman-mini-help):
2081 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2082 actually was being manipulated in the loop.
2083 (woman-Cyg-to-Win, woman-pre-process-region)
2084 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2085 (woman-strings, woman-special-characters, woman1-hc)
2086 (woman-change-fonts, woman-find-next-control-line):
2087 Use `match-beginning' rather than `match-string' when the result is
2088 just used as a flag.
2089
2090 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2091
2092 * net/tramp-compat.el: New file.
2093
2094 * net/tramp.el:
2095 * net/tramp-fish.el:
2096 * net/tramp-smb.el:
2097 * net/tramp-uu.el:
2098 * net/trampver.el: Move compatibility code to tramp-compat.el.
2099 Apply `mapc' instead of `mapcar' when the code needs side effects
2100 only. Move utf-8 coding cookie to the second line.
2101
2102 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2103
2104 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2105 Improve custom type.
2106 (icon-map-list): Make it customizable. Document how to disable
2107 stock icons.
2108
2109 2007-09-30 Richard Stallman <rms@gnu.org>
2110
2111 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2112
2113 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2114
2115 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2116
2117 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2120 (t-mouse-mode): New compatibility alias.
2121
2122 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2123
2124 * server.el (server-delete-client): Only delete the terminal if it
2125 is non-nil.
2126
2127 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2128
2129 * net/tramp.el (with-file-property, with-connection-property):
2130 Highlight as keyword.
2131 (tramp-rfn-eshadow-setup-minibuffer)
2132 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2133 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2134 (tramp-do-copy-or-rename-file-directly)
2135 (tramp-do-copy-or-rename-file-out-of-band)
2136 (tramp-handle-shell-command, tramp-get-debug-buffer)
2137 (tramp-send-command-and-read, tramp-equal-remote)
2138 (tramp-get-local-gid): Pacify byte-compiler.
2139 (tramp-handle-file-name-directory): Result shall not be expanded.
2140 (tramp-find-foreign-file-name-handler): Rewrite.
2141 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2142
2143 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2144
2145 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2146 Apply `tramp-completion-mode-p'.
2147 (tramp-fish-handle-set-file-times)
2148 (tramp-fish-handle-executable-find)
2149 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2150 (tramp-fish-retrieve-data): Pacify byte-compiler.
2151
2152 * net/tramp-gw.el (tramp-gw-basic-authentication):
2153 Call `tramp-read-passwd' with first parameter `nil'.
2154
2155 2007-09-28 Glenn Morris <rgm@gnu.org>
2156
2157 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2158 than mapcar.
2159
2160 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2161 (tex-suscript-height-minimum): New customizable variables.
2162 (tex-suscript-height): New function.
2163 (superscript, subscript): Set height using tex-suscript-height
2164 rather than fixing at 0.8.
2165 (tex-fontify-script, tex-font-script-display): Add :version tag.
2166
2167 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2168
2169 * progmodes/python.el (python-eldoc-function): Doc fix.
2170
2171 2007-09-27 Glenn Morris <rgm@gnu.org>
2172
2173 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2174 image if it is not in image-type-auto-detectable, or is there with
2175 a nil value.
2176
2177 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2178
2179 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2180 connection more robust.
2181
2182 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2185 Deal with the case that special &keywords are at the beginning or
2186 end of the argument list. Also add some (incomplete) support for
2187 non-standard arglists.
2188
2189 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2190
2191 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2192 (eldoc-message-commands, eldoc-current-idle-delay)
2193 (eldoc-function-argstring-format): Fix typos in docstrings.
2194
2195 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2196
2197 * calc/calc-units.el (calc-convert-units)
2198 (calc-convert-temperature): Remove unnecessary colons.
2199
2200 2007-09-26 Bastien Guerry <bzg@altern.org>
2201
2202 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2203 New function.
2204 (org-export-latex-remove-from-headlines): Name changed because of typo.
2205 (org-export-latex-quotation-marks-convention): Option removed.
2206 (org-export-latex-make-preamble): Handle the DATE option.
2207 (org-export-latex-cleaned-string): Now the only cleaning function,
2208 synched up with org.el.
2209 (org-export-latex-lists, org-export-latex-parse-list)
2210 (org-export-list-to-latex): New functions.
2211
2212 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2213
2214 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2215 (org-outline-regexp): New constant.
2216 (org-remember-handler): Throw error when the target file is not in
2217 org-mode.
2218 (org-cleaned-string-for-export): No longer call
2219 `org-export-latex-cleaned-string' with an argument.
2220 (org-get-tags): Returns now a list, not a string.
2221 (org-get-tags-string): New function.
2222 (org-archive-subtree): No need to split return of `org-get-tags'.
2223 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2224 instead of `org-get-tags'.
2225 (org-agenda-format-date): Rename from `org-agenda-date-format'.
2226 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2227 (org-compatible-face): New argument INHERITS. Inherit from this
2228 face if possible.
2229 (org-level-1, org-level-2, org-level-3, org-level-4)
2230 (org-level-5, org-level-6, org-level-7, org-level-8)
2231 (org-special-keyword, org-drawer, org-column, org-warning)
2232 (org-archived, org-todo, org-done, org-headline-done, org-table)
2233 (org-formula, org-code, org-agenda-structure)
2234 (org-scheduled-today, org-scheduled-previously)
2235 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2236 in the new way.
2237 (org-get-heading): New argument NO-TAGS.
2238 (org-fast-tag-selection-include-todo): Made defvar instead of
2239 defcustom, feature is not deprecated.
2240 (org-remember-store-without-prompt): New default value t.
2241 (org-todo-log-states): New variable.
2242 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2243 Compute the log states.
2244 (org-goto-map): More commands copied from global map. Also bind
2245 `org-occur'.
2246 (org-goto): Made into a general lookup command.
2247 (org-get-location): Complete rewrite.
2248 (org-goto-exit-command): New variable.
2249 (org-goto-selected-point): New variable.
2250 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2251 Set the new variables.
2252 (org-paste-subtree): Whitespace insertion strategy revised.
2253 (org-remember-apply-template): Protect v-A from the possibility
2254 that v-a might be nil.
2255 (org-remember-handler): Insertion rules revised.
2256 (org-todo): Respect org-todo-log-states.
2257 (org-up-heading-safe): New function.
2258 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2259
2260 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2261
2262 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2263 region if in transient-mark-mode.
2264
2265 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2266
2267 * calc/calc-ext.el (calc-init-extensions, calc-reset):
2268 * calc/calc-help.el (calc-full-help):
2269 * calc/calc-misc.el (another-calc):
2270 * calc/calc-store.el (calc-var-name-map):
2271 * calc/calc-stuff.el (calc-flush-caches):
2272 * calc/calc-units.el (math-build-units-table):
2273 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2274 (calc-quit):
2275 * calendar/icalendar.el (icalendar--format-ical-event)
2276 (icalendar--convert-ical-to-diary):
2277 * emacs-lisp/authors.el (authors):
2278 * emacs-lisp/cust-print.el (custom-print-install)
2279 (custom-print-uninstall):
2280 * emacs-lisp/disass.el (disassemble-1):
2281 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2282 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2283 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2284 (elint-check-let-form, elint-check-condition-case-form)
2285 (elint-initialize):
2286 * emacs-lisp/elp.el (elp-results):
2287 * emacs-lisp/generic.el (generic-mode-internal):
2288 * emacs-lisp/re-builder.el (reb-delete-overlays):
2289 * emacs-lisp/regi.el (regi-interpret):
2290 * emacs-lisp/sregex.el (sregex--char-aux):
2291 * emulation/cua-rect.el (cua--deactivate-rectangle)
2292 (cua--highlight-rectangle, cua--rectangle-post-command):
2293 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2294 * emulation/viper-macs.el (viper-describe-kbd-macros)
2295 (viper-describe-one-macro):
2296 * emulation/viper-util.el (viper-setup-master-buffer):
2297 * emulation/viper.el (set-viper-state-in-major-mode):
2298 * international/mule-diag.el (describe-current-coding-system):
2299 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2300 * mail/emacsbug.el (report-emacs-bug):
2301 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2302 * obsolete/hilit19.el (hilit-unhighlight-region)
2303 (hilit-set-mode-patterns):
2304 * play/solitaire.el (solitaire-check, solitaire-solve):
2305 * play/zone.el (zone-pgm-rotate):
2306 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2307 * progmodes/ada-prj.el (ada-prj-display-page):
2308 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2309 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2310 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2311 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2312 * progmodes/sh-script.el (sh-make-vars-local)
2313 (sh-reset-indent-vars-to-global-values):
2314 * progmodes/sql.el (top):
2315 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2316 * progmodes/xscheme.el (top):
2317 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2318 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2319 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2320 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2321 (artist-submit-bug-report):
2322 * textmodes/flyspell.el (flyspell-delay-commands)
2323 (flyspell-deplacement-commands):
2324 * textmodes/table.el (table--generate-source-epilogue, table-insert)
2325 (table--generate-source-cells-in-a-row, table--make-cell-map)
2326 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2327
2328 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
2329
2330 * allout.el (produce-allout-mode-map, allout-process-exposed):
2331 * ansi-color.el (ansi-color-make-color-map):
2332 * autoinsert.el (auto-insert):
2333 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2334 * dired-aux.el (dired-create-files):
2335 * dired.el (dired-restore-desktop-buffer):
2336 * ediff-diff.el (ediff-setup-fine-diff-regions):
2337 * ediff-mult.el (ediff-intersect-directories)
2338 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2339 (ediff-redraw-registry-buffer):
2340 * ediff-ptch.el (ediff-fixup-patch-map):
2341 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2342 (ediff-really-quit, ediff-clear-diff-vector):
2343 * emerge.el (emerge-really-quit):
2344 * ffap.el (ffap-replace-file-component):
2345 * filecache.el (file-cache-add-directory)
2346 (file-cache-add-directory-recursively)
2347 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2348 (file-cache-delete-directory, file-cache-files-matching-internal)
2349 (file-cache-display):
2350 * files.el (cd):
2351 * find-lisp.el (find-lisp-insert-directory):
2352 * finder.el (finder-compile-keywords):
2353 * help.el (view-emacs-news):
2354 * hi-lock.el (hi-lock-write-interactive-patterns):
2355 * ido.el (ido-to-end, ido-set-matches-1):
2356 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2357 (image-dired-mark-tagged-files):
2358 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2359 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2360 * ps-print.el (ps-background, ps-begin-file)
2361 (ps-build-reference-face-lists):
2362 * simple.el (clone-buffer):
2363 * startup.el (command-line):
2364 * tempo.el (tempo-insert-template, tempo-is-user-element)
2365 (tempo-forward-mark, tempo-backward-mark):
2366 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2367
2368 2007-09-25 Glenn Morris <rgm@gnu.org>
2369
2370 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2371
2372 * view.el (view-search-no-match-lines): Add a doc string.
2373 Rewrite to simplify and work better.
2374
2375 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2376
2377 * progmodes/cc-mode.el (c-mode-base-map):
2378 Use c-indent-line-or-region instead of c-indent-line.
2379
2380 * indent.el (indent-for-tab-command): First check if the region is
2381 active.
2382
2383 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2384
2385 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2386 whitespace-rescan-timer-time is 0.
2387
2388 2007-09-24 Karl Berry <karl@gnu.org>
2389
2390 * international/mule.el (coding-system-base): Fix doc string grammar.
2391
2392 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2393
2394 * net/tramp.el (tramp-completion-mode-p): Rename from
2395 `tramp-completion-mode'. Revert logic, check `return', `newline'
2396 and such alike. Packages like Icicles tend to use other completion
2397 characters but `tab' and `space' only.
2398
2399 2007-09-24 Adam Hupp <adam@hupp.org>
2400
2401 * progmodes/python.el (run-python): Import emacs module without
2402 waiting; prevents lockup on error.
2403
2404 2007-09-23 Richard Stallman <rms@gnu.org>
2405
2406 * mail/sendmail.el (mail-bury): Delete the frame
2407 if this frame looks like it was made for this message.
2408
2409 * completion.el (completion-separator-self-insert-command)
2410 (completion-separator-self-insert-autofilling):
2411 If `self-insert-command' has been remapped, use the substitute.
2412
2413 * simple.el (copy-region-as-kill): Doc fix.
2414
2415 * textmodes/org.el (org-confirm-shell-link-function)
2416 (org-confirm-elisp-link-function): Doc fixes.
2417
2418 2007-09-23 Glenn Morris <rgm@gnu.org>
2419
2420 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2421
2422 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2423
2424 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
2425
2426 * term/tvi970.el (terminal-init-tvi970): Likewise.
2427
2428 * term/sun-mouse.el (print-mouse-format): Likewise.
2429
2430 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
2431 Use forward-line instead of previous-line and next-line.
2432
2433 2007-09-22 Juri Linkov <juri@jurta.org>
2434
2435 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
2436
2437 * tutorial.el (tutorial--default-keys): Update standard bindings:
2438 rename `iconify-or-deiconify-frame' to `suspend-frame',
2439 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2440
2441 2007-09-22 Juri Linkov <juri@jurta.org>
2442
2443 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
2444 Add help-echo to external links and to links without description.
2445 (fancy-splash-insert): Use help-echo from the 3rd element of the
2446 link specification list, or "Follow this link" if it's nil. Doc fix.
2447
2448 2007-09-22 Juri Linkov <juri@jurta.org>
2449
2450 * startup.el (command-line): Rename `inhibit-startup-message' to
2451 `inhibit-startup-screen'.
2452 (fancy-about-text): Use shorter label for "Ordering Manuals".
2453 (fancy-startup-tail): Add optional arg `concise'. When `concise'
2454 is nil, display a line with "To start..." and 3 links to useful
2455 tasks. Display the "Dismiss" button and "Don't show this message
2456 again" only when concise is non-nil.
2457 (fancy-startup-screen): Call `fancy-startup-tail' with optional
2458 arg `concise'. If CONCISE is non-nil, display a concise version
2459 of the splash screen in another window. Otherwise, switch to the
2460 startup buffer in the same window.
2461 (startup-echo-area-message): Change displayed binding from
2462 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
2463 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
2464 the GNU system".
2465 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
2466 to "*GNU Emacs*".
2467 (display-about-screen): Don't check the existence of the buffer
2468 "*About GNU Emacs*".
2469 (display-splash-screen): Make alias to `display-startup-screen'.
2470 (command-line-1): Rename `inhibit-startup-message' to
2471 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2472 started with command line options "-f", "-funcall", "-e", "-eval",
2473 "-execute", "-insert", "-find-file", "-file", "-visit".
2474 Inhibit startup screen when Emacs is started with a file name only
2475 on tty (i.e. don't inhibit it when started with a file name like
2476 "emacs FILE..." on a window system).
2477 (command-line-1): Simplify logic of displaying the startup screen:
2478 if file-count > 0, then display the concise version in another
2479 window, otherwise display full version in the same window.
2480
2481 * help.el (help-map): Bind C-h C-a to about-emacs.
2482 (help-for-help-internal): Add C-a description to C-h help text.
2483
2484 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2485
2486 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
2487 (checkdoc-permit-comma-termination-flag): Autoload the
2488 safe-local-variable setting.
2489
2490 * bookmark.el (bookmark-xemacsp): Remove.
2491 (bookmark-make): Don't use bookmark-xemacsp,
2492 use (featurep 'xemacs) instead.
2493
2494 * speedbar.el (speedbar-frame-mode)
2495 (speedbar-frame-reposition-smartly)
2496 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2497 (speedbar-check-vc): Remove use of non-existent variable
2498 dframe-xemacsp, use (featurep 'xemacs) instead.
2499
2500 * indent.el (indent-for-tab-command): Indent the region if
2501 transient-mark-mode and the region is active.
2502
2503 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
2504
2505 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2506 add inferior-octave-directory-tracker to the buffer-local value
2507 of comint-input-filter-functions.
2508
2509 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2510
2511 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
2512
2513 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
2516 on w32 frames.
2517
2518 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * startup.el (normal-top-level): Remove DISPLAY from
2521 process-environment to let it be computed dynamically in callproc.c.
2522
2523 * frame.el (frame-initialize, make-frame):
2524 * faces.el (tty-set-up-initial-frame-faces):
2525 * env.el (setenv): Don't set display-environment-variable.
2526
2527 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
2528 (server-create-tty-frame): Don't set unused `tty' property.
2529 Set `display' instead of display-environment-variable.
2530 (server-create-window-system-frame): No display-environment-variable.
2531
2532 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
2533
2534 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
2535 (rfn-eshadow-update-overlay-hook): New defvars.
2536 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
2537 Run the hooks.
2538
2539 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
2540 (tramp-rfn-eshadow-setup-minibuffer)
2541 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
2542 rfn-eshadow.el.
2543
2544 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
2545 timeout.
2546
2547 2007-09-21 Glenn Morris <rgm@gnu.org>
2548
2549 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
2550 * term/sun-mouse.el (suspend-emacstool): Remove.
2551 * term/sun.el: Remove emacstool-related code.
2552
2553 * emacs-lisp/bytecomp.el (byte-compile-warnings)
2554 (byte-compile-warnings-safe-p): Add `mapcar'.
2555 (byte-compile-warning-types): Add mapcar and make-local.
2556 (byte-compile-normal-call): Add option to suppress mapcar warning.
2557 (top-level): Use mapc rather than mapcar in eval-when-compile.
2558
2559 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2560 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
2561 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
2562 Handle escaped parens.
2563 (latex-forward-sexp): Doc fix.
2564
2565 * eshell/esh-mode.el (eshell-output-filter-functions):
2566 Add eshell-postoutput-scroll-to-bottom.
2567
2568 * loadup.el: Remove termdev.
2569
2570 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
2571 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
2572
2573 2007-09-21 Markus Triska <markus.triska@gmx.at>
2574
2575 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
2576 `mapcar' is called for effect.
2577
2578 2007-09-21 Kevin Ryde <user42@zip.com.au>
2579
2580 * international/mule.el (sgml-html-meta-auto-coding-function):
2581 Bind `case-fold-search' to t.
2582
2583 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * termdev.el: Remove.
2586
2587 * frame.el (get-device-terminal): New function. Moved from termdev.el.
2588 (frames-on-display-list): Use it.
2589
2590 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
2591
2592 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
2593
2594 2007-09-20 Richard Stallman <rms@gnu.org>
2595
2596 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
2597
2598 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
2601
2602 2007-09-20 Glenn Morris <rgm@gnu.org>
2603
2604 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2605 motion functions, rather than hard-coding "\n\n".
2606 (tex-validate-region): Check for eobp, to speed up.
2607 (tex-next-unmatched-end): Doc fix.
2608
2609 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * files.el (auto-mode-alist): Use archive-mode for .rar files.
2612
2613 * international/mule.el (auto-coding-alist): Rar archives are binary.
2614
2615 * arc-mode.el: Add basic support for Rar.
2616 (archive-find-type): Recognize Rar's signature.
2617 (archive-desummarize): New fun.
2618 (archive-summarize): Use it to restore the buffer's data in case
2619 someone wants to switch to some other major mode.
2620 (archive-resummarize): Use it as well.
2621 (archive-rar-summarize, archive-rar-extract): New functions.
2622
2623 * filesets.el: Remove spurious * in docstrings.
2624 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
2625 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
2626 (filesets-ingroup-collect): Remove unused arg `depth'.
2627 (filesets-update): Remove unused arg `version'.
2628
2629 * finder.el (finder-compile-keywords): Fix up comment style.
2630 (finder-mouse-face-on-line): previous-line -> forward-line.
2631
2632 * recentf.el: Remove spurious * in docstrings.
2633 (recentf-save-list): Fix up comment style.
2634
2635 * progmodes/octave-mod.el: Remove spurious * in docstrings.
2636 (octave-mode-map): Move init into declaration and remove \t binding.
2637 (octave-mode-startup-message): Remove unused var.
2638 (octave-scan-blocks): Remove unused arg `from'.
2639 (octave-forward-block, octave-down-block, octave-up-block):
2640 Update callers.
2641
2642 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
2643 (meta-mode-map): Likewise and remove \t binding.
2644
2645 * net/snmp-mode.el: Remove spurious * in docstrings.
2646 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
2647 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
2648 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
2649 that completion accepts lists of strings.
2650 (snmp-mode-syntax-table): Move initialization into declaration.
2651 (snmp-mode-map): Likewise and remove \t binding.
2652 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
2653 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
2654 (snmp-indent-command): Remove.
2655
2656 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
2657 binding, so tab-always-indent works right.
2658
2659 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
2660
2661 * net/browse-url.el (browse-url-elinks-new-window): New function.
2662 (browse-url-elinks): Use browse-url-elinks-new-window.
2663 Accept optional second argument `new-window'. Fix typo in doc-string.
2664 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
2665 Improve error message.
2666
2667 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2668
2669 * net/browse-url.el (browse-url-url-encode-chars): Use the right
2670 parameter name in the function body.
2671 Reported by Johannes Weiner.
2672
2673 2007-09-19 Glenn Morris <rgm@gnu.org>
2674
2675 * net/socks.el (socks-open-network-stream): Signal an explicit
2676 error if the port associated with a service string can't be found.
2677
2678 * textmodes/tex-mode.el (tex-terminate-paragraph):
2679 Use backward-paragraph.
2680
2681 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * server.el (server-running-p): New function.
2684
2685 2007-09-18 Jason Rumney <jasonr@gnu.org>
2686
2687 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
2688 x-focus-frame.
2689
2690 * frame.el (select-frame-set-input-focus, select-frame-by-name):
2691 Use x-focus-frame for w32.
2692
2693 2007-09-17 David Kastrup <dak@gnu.org>
2694
2695 * textmodes/tex-mode.el (tex-verbatim-environments):
2696 Eliminate CL dependency.
2697
2698 2007-09-17 Richard Stallman <rms@gnu.org>
2699
2700 * newcomment.el (comment-add): New arg EXTRA.
2701 (comment-region-default): Pass EXTRA if not indenting lines.
2702
2703 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2704
2705 * net/browse-url.el (browse-url-url-encode-chars): New function.
2706 URL-encode some chars in a string.
2707 (browse-url-encode-url): Rewrite using the previous function.
2708 (browse-url-file-url): Use `browse-url-url-encode-chars'.
2709 (browse-url-elinks-sentinel): Fix typo.
2710 (browse-url-new-window-flag): Doc change.
2711
2712 2007-09-17 Glenn Morris <rgm@gnu.org>
2713
2714 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2715 filename from `--file-line-error', if it is available.
2716
2717 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2718
2719 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2720 TeX `--file-line-error' format.
2721
2722 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2723
2724 * xt-mouse.el: Delete add-hook calls that were moved to
2725 xterm-mouse-mode.
2726 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
2727 does not work.
2728
2729 2007-09-17 Richard Stallman <rms@gnu.org>
2730
2731 * cus-face.el (custom-theme-set-faces): Undo previous change.
2732
2733 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
2734
2735 2007-09-17 Glenn Morris <rgm@gnu.org>
2736
2737 * textmodes/tex-mode.el (tex-region): Simplify previous change,
2738 handling the case where the region is not in `tex-main-file'.
2739 (tex-region-1): Delete.
2740 (tex-region-header): New function, doing the header part of the
2741 old tex-region-1.
2742
2743 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * simple.el (newline): Simplify use of prefix-numeric-value.
2746 (line-move-partial): Remove unused var `ppos'.
2747 (line-move-1): Replace 9999 with most-positive-fixnum.
2748 (move-end-of-line): Use more efficient single-property search.
2749 (move-beginning-of-line): Remove unused var `start'.
2750 (blink-matching-open): Restructure in a more functional style.
2751
2752 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2753
2754 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
2755
2756 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * server.el (server-clients): Only keep procs, no properties any more.
2759 (server-client): Remove.
2760 (server-client-get, server-client-set): Remove, replace all callers by
2761 process-get and process-put resp.
2762 (server-clients-with, server-add-client, server-delete-client)
2763 (server-create-tty-frame, server-create-window-system-frame)
2764 (server-process-filter, server-execute, server-visit-files)
2765 (server-buffer-done, server-kill-buffer-query-function)
2766 (server-kill-emacs-query-function, server-switch-buffer)
2767 (server-save-buffers-kill-terminal): Update accordingly.
2768
2769 * server.el (server-with-environment): Simplify.
2770 (server-select-display, server-unselect-display): Re-add functions that
2771 seem to have been lost in the multi-tty merge.
2772 (server-eval-and-print, server-create-tty-frame)
2773 (server-create-window-system-frame, server-goto-toplevel)
2774 (server-execute, server-return-error): New functions extracted from
2775 server-process-filter.
2776 (server-execute-continuation): New functions.
2777 (server-process-filter): Restructure so that all arguments are analysed
2778 first and then acted upon in a subsequent stage. This way
2779 server-goto-toplevel can be executed later, when we know if
2780 it's necessary.
2781 Remove the "-version" and "-version-good" support.
2782
2783 2007-09-16 Drew Adams <drew.adams@oracle.com>
2784
2785 * cus-edit.el (custom-face-edit-activate): Doc fix.
2786
2787 2007-09-16 Glenn Morris <rgm@gnu.org>
2788
2789 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
2790 Following cal-bahai renaming, update all instances of
2791 list-bahai-diary-entries to diary-bahai-list-entries,
2792 mark-bahai-diary-entries to diary-bahai-mark-entries,
2793 calendar-goto-bahai-date to calendar-bahai-goto-date,
2794 insert-bahai-diary-entry to diary-bahai-insert-entry,
2795 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
2796 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
2797 calendar-print-bahai-date to calendar-bahai-print-date.
2798
2799 * textmodes/tex-mode.el (tex-region): Handle the case where the
2800 region is not in `tex-main-file'. Move the old code that applies
2801 to both cases...
2802 (tex-region-1): ...to this new function.
2803
2804 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * vc.el (vc-process-sentinel): New function.
2807 (vc-exec-after): Use it instead of using ugly hackish analysis and
2808 construction of Elisp code.
2809 (vc-sentinel-movepoint): New dynamically scoped var.
2810 (vc-print-log, vc-annotate): Set it to move the user's point.
2811
2812 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
2813 inhibit-modification-hooks.
2814
2815 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
2816 (calendar-bahai-print-date, calendar-bahai-goto-date)
2817 (diary-bahai-list-entries, diary-bahai-insert-entry):
2818 New names to clean up the namespace a bit more.
2819 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2820
2821 2007-09-15 Glenn Morris <rgm@gnu.org>
2822
2823 * calendar/holidays.el (holiday-list): Rename it back to
2824 `list-holidays', but leave `holiday-list' as an alias.
2825
2826 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2827 custom group.
2828
2829 * textmodes/css-mode.el (css): New custom group.
2830 (css-electrick-keys, css-selector, css-property)
2831 (css-indent-offset): Specify custom group.
2832
2833 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2836 (cvs-execute-single-file): Use process-file.
2837 (cvs-run-process): Use start-file-process.
2838
2839 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
2840
2841 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2842 level. Remove the hooks when turning off the mode.
2843
2844 * term/xterm.el: Require xt-mouse at compile time.
2845 (terminal-init-xterm): Turn on xterm mouse tracking for this
2846 terminal if xterm-mouse-mode is enabled.
2847
2848 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2849
2850 * term/xterm.el (xterm-function-map): Replace bindings that were
2851 deleted by the merge.
2852
2853 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
2854
2855 * play/bubbles.el (bubbles-version): Bump value to "0.5".
2856 (bubbles-mode-map): Move define-key statements here.
2857 (bubbles-game-theme-menu): Ditto.
2858 (bubbles-graphics-theme-menu): Ditto.
2859 (bubbles-menu): Ditto.
2860 (bubbles-mode): Initialize buffer-undo-list, redisplay.
2861 (bubbles--initialize): Reset buffer-undo-list, redisplay.
2862 (bubbles-plop): Set buffer-undo-list, redisplay.
2863 (bubbles-undo): Reset buffer-undo-list, redisplay.
2864 (bubbles--show-images): Take care of missing text properties.
2865
2866 2007-09-14 Glenn Morris <rgm@gnu.org>
2867
2868 * startup.el (fancy-startup-text, fancy-about-text): Fix face
2869 quoting.
2870
2871 * calendar/cal-hebrew.el, calendar/cal-menu.el
2872 * calendar/calendar.el, calendar/diary-lib.el
2873 * calendar/holidays.el: Rename all instances of
2874 list-calendar-holidays callers to calendar-list-holidays,
2875 list-holidays to holiday-list, check-calendar-holidays to
2876 calendar-check-holidays, mark-calendar-holidays to
2877 calendar-mark-holidays, and filter-visible-calendar-holidays to
2878 holiday-filter-visible-calendar.
2879
2880 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2881
2882 * term/xterm.el (xterm-function-map): Add C-M- bindings.
2883
2884 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2885
2886 * play/bubbles.el (bubbles--initialize-images): Fix bug:
2887 Use transparent background for empty cells in graphics mode.
2888
2889 2007-09-13 Jari Aalto <jari.aalto@cante.net>
2890
2891 * man.el (Man-default-man-entry): At end of line, continue looking
2892 to the next line for possible end of hyphenated command.
2893
2894 2007-09-13 Chris Moore <dooglus@gmail.com>
2895
2896 * shell.el (shell-resync-dirs): Don't move the cursor relative to
2897 the command being edited.
2898
2899 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
2900
2901 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2902
2903 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2904
2905 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2906 C-M-S- keys.
2907
2908 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2909
2910 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2911
2912 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2913 New argument `filename-p' to use one set of confusing chars or another.
2914 (browse-url-file-url): Use the argument.
2915 Suggested by Johannes Weiner.
2916
2917 2007-09-12 Romain Francoise <romain@orebokech.com>
2918
2919 * cus-start.el (all): Revert 2007-09-08 change.
2920
2921 2007-09-12 Aaron Hawley <aaronh@garden.org>
2922
2923 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
2924 extract .Z files, since it is more common than uncompress.
2925
2926 2007-09-12 Glenn Morris <rgm@gnu.org>
2927
2928 * textmodes/org-publish.el (org-publish-org-to-html): Remove
2929 duplicate function definition.
2930
2931 2007-09-10 Chris Moore <dooglus@gmail.com>
2932
2933 * diff-mode.el (diff-sanity-check-hunk):
2934 Also accept single-line hunks.
2935
2936 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * startup.el (startup-screen-inhibit-startup-screen)
2939 (pure-space-overflow-message): New vars.
2940 (fancy-splash-insert): Allow functions for face and link specs.
2941 (fancy-splash-head): Remove unused arg. Move splash text...
2942 (fancy-startup-text, fancy-about-text): ...here.
2943 (fancy-startup-tail): Rename from fancy-splash-tail.
2944 (fancy-startup-screen, fancy-about-screen): Split off from
2945 fancy-splash-screens.
2946 (display-startup-screen): New function.
2947 (display-about-screen): Rename from display-splash-screen.
2948 (command-line-1): Use concise startup screen if necessary.
2949
2950 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2951
2952 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2953 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2954
2955 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2958 (python-font-lock-keywords): Update to the 2.5 version of the language.
2959 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2960 (python-backspace): Only behave funny in code.
2961 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2962 (inferior-python-mode): Add PDB prompt regexp.
2963 (python-fill-paragraph): Refine the fenced-string regexp.
2964 (python-find-imports): Handle imports spanning several lines.
2965 (python-mode): Add `class' to hideshow support.
2966
2967 2007-09-10 Dave Love <fx@gnu.org>
2968
2969 * outline.el (outline-4, outline-5, outline-7):
2970 Move font-lock-builtin-face down from 4 to 7 to better keep the
2971 progression of color brightness, and to better match Org-mode's faces.
2972
2973 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2974
2975 * progmodes/meta-mode.el (meta-font-lock-keywords)
2976 (font-lock-match-meta-declaration-item-and-skip-to-next)
2977 (meta-comment-indent, meta-indent-previous-line)
2978 (meta-indent-unfinished-line, meta-beginning-of-defun)
2979 (meta-end-of-defun, meta-common-initialization): Handle \f.
2980 (meta-indent-unfinished-line): Do not handle a `%' in a string as
2981 a comment-start.
2982
2983 * files.el (file-modes-char-to-who, file-modes-char-to-right)
2984 (file-modes-rights-to-number): Auxiliary functions for symbolic to
2985 numeric notation of file modes.
2986 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
2987 numeric value.
2988 (read-file-modes): New. Read either an octal value of a file mode or a
2989 symbolic value, and return its numeric value.
2990
2991 * dired-aux.el (dired-do-chmod): Change to use the built-in
2992 `set-file-modes' and the previous symbolic mode parsing functions.
2993
2994 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2995
2996 * textmodes/texinfo.el: Remove spurious * in docstrings.
2997 (texinfo-mode-syntax-table, texinfo-mode-map):
2998 Initialize in the declaration.
2999
3000 * tmm.el: Remove spurious * in docstrings.
3001 (tmm-prompt): Use with-current-buffer.
3002
3003 * vcursor.el: Remove spurious * in docstrings.
3004 (vcursor-map): Initialize in the declaration.
3005 (vcursor-use-vcursor-map): Use define-minor-mode.
3006 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3007
3008 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3009 Initialize in the declaration.
3010 (widget-minor-mode): Use define-minor-mode.
3011
3012 * woman.el (woman-mode-map, woman-syntax-table):
3013 Initialize in the declaration.
3014
3015 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3016
3017 * doc-view.el: New file.
3018
3019 2007-09-09 Juri Linkov <juri@jurta.org>
3020
3021 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3022
3023 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3024
3025 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3026 to "Startup screen". Fix docstring.
3027 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3028 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3029 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3030 (initial-scratch-message): Fix docstring.
3031 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3032 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3033 Add link to "Customize Startup" and set interval between links to
3034 5 spaces.
3035 (fancy-about-text): Add links "Authors" and "Contributing".
3036 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3037 and "This is " on the about screen. Add link to
3038 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3039 For the about screen move emacs version to the header from
3040 `fancy-splash-tail' (as it's done already for normal about screen).
3041 (fancy-splash-tail): Insert emacs version only for startup screen.
3042 (normal-splash-screen): Remove duplicate empty lines.
3043 (normal-about-screen): Add links "Authors" and "Contributing".
3044
3045 * menu-bar.el (menu-bar-help-menu):
3046 Move "About Emacs" and "About GNU" to the end of the Help menu.
3047 Move "Emacs Psychotherapist" after "Send Bug Report...".
3048 Move "External Packages" after "Find Emacs Packages".
3049
3050 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3051
3052 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3053 they are useless with the byte compiler.
3054 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3055 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3056 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3057 (tramp-file-name-real-host, tramp-file-name-port)
3058 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3059 defuns.
3060
3061 * net/tramp-cache.el (top): Improve error message when
3062 `tramp-persistency-file-name' is corrupted.
3063
3064 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3065
3066 * textmodes/org.el (org-re): Also replace the :alpha: class.
3067 (org-todo-tag-alist): Variable removed.
3068 (org-todo-key-alist, org-todo-key-trigger) New variables.
3069 (org-use-fast-todo-selection): New option.
3070 (org-log-done): Docstring fixed.
3071 (org-deadline-warning-days): New default value 14.
3072 (org-edit-timestamp-down-means-later) New option.
3073 (org-tag-alist): Docstring fixed.
3074 (org-fast-tag-selection-include-todo): New option.
3075 (org-export-language-setup): New languages added.
3076 (org-set-regexps-and-options): Compute the new variables.
3077 (org-paste-subtree): Cleaning up.
3078 (org-remember-apply-template): New escape %A.
3079 (org-todo): Call fast TODO selection.
3080 (org-fast-todo-selection): New function.
3081 (org-add-log-note): Allow prefix for abort exit.
3082 (org-at-property-p, org-entry-properties)
3083 (org-columns-get-autowidth-alist): Use :alpha: class.
3084 (org-get-wdays): New function.
3085 (org-agenda-remove-date): New variable.
3086 (org-agenda-get-deadlines): Use `org-get-wdays'.
3087 (org-agenda-get-deadlines): Reverse ee before returning.
3088 (org-format-agenda-item): New argument REMOVE-RE.
3089 (org-agenda-convert-date): Baha'i calendar added.
3090 (org-infile-export-plist): Also find DATE line.
3091 (org-get-min-level): New function.
3092 (org-export-as-html, org-export-as-ascii): Use the date format.
3093 (org-shiftup, org-shiftdown): Use.
3094 `org-edit-timestamp-down-means-later'.
3095 (org-assign-fast-keys): New function.
3096
3097 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3098
3099 * cus-start.el (all): Add prefer-window-split-horizontally from
3100 window.c.
3101
3102 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3103
3104 * net/browse-url.el (browse-url-galeon): Fix last change.
3105 (top-level): Require cl when compiling.
3106
3107 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3108
3109 * textmodes/org-export-latex.el: arch-tag restored.
3110
3111 * textmodes/org-publish.el: arch-tag restored.
3112
3113 2007-09-08 Masatake YAMATO <jet@gyve.org>
3114
3115 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3116
3117 * progmodes/cc-langs.el: Support new keywords added to
3118 objective-c frontend of gcc.
3119 (c-simple-stmt-kwds): Add @throw.
3120 (c-block-stmt-2-kwds): Add @synchronized.
3121 (c-block-stmt-1-kwds): Add @finally and @try.
3122
3123 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3124
3125 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3126 (org-agenda-after-show-hook): New variable.
3127 (org-columns-compile-format)
3128 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3129 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3130 property names.
3131 (org-get-wdays): New function.
3132
3133 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3136
3137 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3138
3139 * vc-arch.el (vc-arch-checkin): Fix typo.
3140
3141 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3142
3143 * cus-face.el (custom-theme-set-faces): Set face attributes
3144 locally for each frame.
3145
3146 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3149 via font-lock-defaults.
3150
3151 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3152 derived-mode-p.
3153
3154 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3155
3156 * progmodes/autoconf.el (autoconf-definition-regexp):
3157 Handle optional square brackets around definition name.
3158
3159 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3160
3161 * net/browse-url.el (browse-url-browser-function): Add elinks.
3162 (browse-url-elinks-wrapper): New option.
3163 (browse-url-encode-url, browse-url-elinks)
3164 (browse-url-elinks-sentinel): New functions.
3165 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3166 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3167 Use new function browse-url-encode-url.
3168
3169 2007-09-07 Glenn Morris <rgm@gnu.org>
3170
3171 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3172 say if multi-tty is present.
3173
3174 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * cus-start.el (split-window-preferred-function): Add custom info.
3177
3178 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3179 (calendar-mark-holidays, calendar-list-holidays)
3180 (holiday-filter-visible-calendar): New names to clean up namespace.
3181 (filter-visible-calendar-holidays, list-calendar-holidays)
3182 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3183 Add compatibility aliases.
3184 (calendar-check-holidays, calendar-mark-holidays)
3185 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3186 (holiday-sexp): Replace append with list.
3187 (holiday-filter-visible-calendar): Replace append with push.
3188
3189 * woman.el: Remove spurious * in docstrings.
3190 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3191 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3192 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3193 (woman-write-directory-cache, woman-display-extended-fonts)
3194 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3195 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3196 (woman-mode): Use inhibit-read-only.
3197 (woman-negative-vertical-space): Use dotimes.
3198 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3199
3200 2007-09-06 Romain Francoise <romain@orebokech.com>
3201
3202 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3203 (vc-bzr-workfile-version): Use it.
3204
3205 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3206
3207 * complete.el (PC-do-completion): Don't try to treat
3208 empty string as an abbreviation.
3209
3210 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3211
3212 * help-fns.el (describe-variable): Keep doc's text properties.
3213
3214 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3215
3216 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3217 instead of a file.
3218
3219 2007-09-06 Glenn Morris <rgm@gnu.org>
3220
3221 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3222 (checkdoc-minor-mode): Allow user to specify lighter via
3223 checkdoc-minor-mode-string.
3224
3225 2007-09-05 Richard Stallman <rms@gnu.org>
3226
3227 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3228 Several items removed, simplified, or put on one line.
3229 (fancy-about-text): Add substantial contents, part of startup text.
3230 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3231 (normal-splash-screen): Call normal-mouse-startup-screen,
3232 normal-no-mouse-startup-screen, or normal-about-screen.
3233 (normal-mouse-startup-screen): New fn, broken out, shortened.
3234 (normal-no-mouse-startup-screen): New fn, broken out.
3235 (normal-about-screen): New function, contents all new.
3236
3237 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3238
3239 * emacs-lisp/rx.el (rx): Fix typo in docstring.
3240
3241 2007-09-05 Glenn Morris <rgm@gnu.org>
3242
3243 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3244 is bound.
3245
3246 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3247
3248 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3249 in doc string.
3250
3251 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3252
3253 * server.el (server-start, server-unload-hook): Undo previous change.
3254
3255 * xt-mouse.el: Undo previous change.
3256
3257 2007-09-04 Juri Linkov <juri@jurta.org>
3258
3259 * startup.el (fancy-about-text): New variable.
3260 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3261 (fancy-current-text, fancy-splash-stop-time)
3262 (fancy-splash-outer-buffer): Remove variables.
3263 (fancy-splash-head, fancy-splash-tail): Add new optional argument
3264 `startup' and use it to conditionally display different texts for
3265 Startup and About screens. Don't display Help commands on the About
3266 screen.
3267 (fancy-splash-screens-1): Remove function and move its content to
3268 `fancy-splash-screens' to the part that dislpays the About screen.
3269 (exit-splash-screen): Don't treat specially exiting from
3270 alternating screens.
3271 (fancy-splash-screens): Rename argument `static' to `startup'.
3272 Fix docstring. Remove code for displaying alternating screens.
3273 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3274 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3275 for `inhibit-read-only'.
3276 (normal-splash-screen): Rename argument `static' to `startup'.
3277 Fix docstring. Use argument `startup' to conditionally display
3278 different texts for Startup and About screens. Don't display Help
3279 commands on the About screen. Remove `unwind-protect' `sit-for'
3280 delay and `kill-buffer' after it.
3281 (display-startup-echo-area-message): Remove call to
3282 `use-fancy-splash-screens-p' because image.el is preloaded and
3283 doesn't display "Loading image... done".
3284 (display-splash-screen): Rename argument `static' to `startup'.
3285 Fix docstring.
3286
3287 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3288
3289 * server.el (server-start, server-unload-hook):
3290 suspend-tty-functions has been renamed to suspend-tty-hook.
3291
3292 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3293 resume-tty-hook.
3294
3295 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
3296
3297 * loadup.el: Fix merge problem, only load "button" once.
3298
3299 2007-09-03 Glenn Morris <rgm@gnu.org>
3300
3301 * vc-svn.el (vc-svn-print-log): If there is only one file, use
3302 "Working file:" as the prefix, for the sake of
3303 log-view-current-file.
3304
3305 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3306
3307 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3308 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3309 if the selected frames is in
3310 xterm-modify-other-keys-terminal-list.
3311 (xterm-turn-off-modify-other-keys): Add an optional frame
3312 parameter. Only turn off modify-other-keys if FRAME is in
3313 xterm-modify-other-keys-terminal-list.
3314 (xterm-remove-modify-other-keys): New function.
3315 (terminal-init-xterm): Use it. Deal with delete-frame hook.
3316 Add the selected frame to xterm-modify-other-keys-terminal-list.
3317
3318 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3319
3320 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3321 (icon-map-list): New variable.
3322 (x-gtk-map-stock): Use icon-map-list.
3323
3324 2007-09-02 Romain Francoise <romain@orebokech.com>
3325
3326 * log-view.el (log-view-current-file): Balance parens.
3327
3328 2007-09-02 Glenn Morris <rgm@gnu.org>
3329
3330 * comint.el (comint-mode): Don't set scroll-conservatively.
3331
3332 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3333 non-command arguments.
3334
3335 * log-view.el (log-view-current-file): Give a more explicit error
3336 if log-view-file-re fails to find a match.
3337
3338 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3339
3340 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3341 Fix bug: Don't expand top-level file name more than once.
3342 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3343
3344 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * server.el (server-process-filter): Don't display the splash screen.
3347 It's annoying enough on the initial screen and becomes positively
3348 obnoxious here.
3349
3350 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3353 Change naming to use "avl-tree--" for internal functions.
3354
3355 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3358 the merge.
3359 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3360 (provide): Move to the end of file.
3361
3362 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3363
3364 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3365
3366 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3367 New variable. List of exceptions for the duplicated word rule.
3368 (flyspell-mark-duplications-flag): Mention it.
3369 (flyspell-word): Treat it.
3370
3371 * files.el (create-file-buffer): If the filename sans directory starts
3372 with spaces, remove them.
3373
3374 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3375
3376 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3377 (x-gtk-map-stock): Use two directory elements when matching
3378 file name.
3379
3380 2007-08-31 James Wright <james@chumsley.org>
3381
3382 * eshell/em-unix.el (eshell/info): New function.
3383
3384 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * frame.el (frame-initialize, make-frame):
3387 * server.el (server-process-filter):
3388 * faces.el (tty-set-up-initial-frame-faces): Don't set
3389 term-environment-variable since it's not used any more.
3390
3391 * env.el (setenv): Don't treat $TERM specially.
3392
3393 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3394 stated otherwise, subprocesses do not send back escape sequences
3395 corresponding to the terminal from which Emacs was started.
3396
3397 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
3398
3399 * calculator.el: Require cl for compilation.
3400
3401 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
3402
3403 * outline.el (outline-font-lock-levels): Comment out unused var.
3404 (outline-font-lock-face): Wrap around face list to handle any
3405 nesting depth gracefully.
3406
3407 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
3408
3409 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
3410 `set-file-times'.
3411
3412 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
3413
3414 * textmodes/org.el (org-export-visible): Fix drawers before export.
3415 (org-do-sort): Allow sorting by priority.
3416 (org-agenda-files): Ignore non-existing files.
3417 (org-agenda-skip-unavailable-files): New variable.
3418 (org-ellipsis): All a face as value.
3419 (org-mode): Interprete the face value of `org-ellipsis'.
3420 (org-archive-save-context-info): New option.
3421 (org-archive-subtree): Store context info in archived entry.
3422 (org-fast-tag-selection-can-set-todo-state): New variable.
3423 (org-fast-tag-selection): Allow setting TODO states through this
3424 interface.
3425 (org-cycle): Docstring updated.
3426 (org-todo-keyword-faces): New option.
3427 (org-get-todo-face): New function.
3428 (org-set-font-lock-defaults, org-agenda-highlight-todo):
3429 Use `org-get-todo-face'.
3430 (org-switch-to-buffer-other-window): New function.
3431 (org-table-edit-field, org-table-show-reference)
3432 (org-table-edit-formulas, org-add-log-note)
3433 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
3434 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
3435 `switch-to-buffer-other-window' to make sure that the temporary
3436 windows show up on the current frame.
3437 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
3438 (org-get-entries-from-diary, org-replace-region-by-html):
3439 Don't allow pop-up frames.
3440 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3441 Fix problems with time-of-day.
3442 (org-export-get-title-from-subtree): New function.
3443 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
3444 with listing items that are DONE.
3445 (org-change-tag-in-region): New command.
3446 (org-agenda-skip-scheduled-if-done)
3447 (org-agenda-skip-deadline-if-done): Docstring clarified.
3448 (org-mode): Hide drawers on startup.
3449 (org-get-todo-face): New function.
3450 (org-todo-keyword-faces): New option.
3451 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
3452 (org-remove-keyword-keys): New function.
3453
3454 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
3455
3456 * progmodes/grep.el (grep-find-ignored-directories):
3457 Add monotone _MTN bookkeeping directory in workspaces.
3458 Add RCS control directory. List items in alphabetical order.
3459
3460 * progmodes/grep.el (grep-files-aliases): Add cc alias.
3461 Sort items in alphabetical order. Fix parens.
3462
3463 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3464
3465 * vc-hg.el (vc-hg-extra-menu-map): New variable.
3466 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
3467 (vc-hg-pull): New functions.
3468 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
3469
3470 * term/mac-win.el: Don't require url, only autoloaded url
3471 functions are used in this file.
3472
3473 2007-08-29 Andreas Schwab <schwab@suse.de>
3474
3475 * shell.el (shell): Return correct value from interactive spec.
3476
3477 2007-08-29 Glenn Morris <rgm@gnu.org>
3478
3479 * version.el (emacs-version): Increase to 23.0.50.
3480
3481 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3482
3483 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
3484
3485 2007-08-29 Juri Linkov <juri@jurta.org>
3486
3487 * loadup.el: Add "button" loading after "faces" and move "startup"
3488 to load after "button".
3489
3490 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3491
3492 * loadup.el: Load term/mac-win on a Mac using Carbon.
3493
3494 * term/mac-win.el: Provide mac-win.
3495 (mac-initialized): New variable.
3496 (mac-initialize-window-system): New function. Move global setup here.
3497 (handle-args-function-alist, frame-creation-function-alist):
3498 (window-system-initialization-alist): Add mac entries.
3499 (x-setup-function-keys): New function containing all the
3500 top level function key definitions.
3501
3502 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
3503
3504 * env.el (read-envvar-name): Don't consider the environment frame param.
3505
3506 * env.el (setenv):
3507 * frame.el (frame-initialize, make-frame):
3508 * faces.el (tty-set-up-initial-frame-faces):
3509 * server.el (server-process-filter): Set
3510 display-environment-variable and term-environment-variable.
3511
3512 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
3513
3514 2007-08-29 Jason Rumney <jasonr@gnu.org>
3515
3516 * loadup.el: Only load term/x-win when X is compiled in.
3517 Load term/w32-win and dependencies on windows-nt.
3518
3519 * term/w32-win.el: Reorder to match x-win.el more closely.
3520 Provide w32-win. Don't throw error when global window-system not w32.
3521 (internal-face-interactive): Remove obsolete function.
3522 (x-setup-function-keys): Use local-function-key-map.
3523 (w32-initialized): New variable.
3524 (w32-initialize-window-system): Set it.
3525 Move more global setup here.
3526 (x-setup-function-keys): New function.
3527 (w32-initialize-window-system): Move non function key global setup here.
3528 (x-cut-buffer-max): Remove.
3529 (w32-initialize-window-system): New function.
3530 (handle-args-function-alist, frame-creation-function-alist):
3531 (window-system-initialization-alist): Add w32 entries.
3532
3533 2007-08-29 David Kastrup <dak@gnu.org>
3534
3535 * env.el (getenv): Pass frame to getenv-internal.
3536
3537 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3538
3539 * version.el (emacs-version): Show if multi-tty is present.
3540
3541 * loadup.el: Delay loading env; mule-conf gets confused by cl
3542 during bootstrap. Also load termdev and term/x-win.
3543
3544 * bindings.el (mode-line-client): New variable.
3545 (help-echo): Add it to the default mode-line format.
3546
3547 * cus-start.el: Remove bogus window-system reference from GTK test.
3548
3549 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
3550 (ebrowse-electric-position-mode-map):
3551 * ebuff-menu.el (electric-buffer-menu-mode-map):
3552 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
3553 not `suspend-emacs'.
3554
3555 * ediff-wind.el (ediff-setup-windows-automatic): New function.
3556 (ediff-window-setup-function): Use it as default.
3557
3558 * files.el (save-buffers-kill-terminal): New function.
3559 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
3560
3561 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
3562 and `with-selected-frame'.
3563
3564 * help-fns.el (describe-variable): Describe frame-local variables
3565 correctly.
3566
3567 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
3568 display support.
3569 (normal-erase-is-backspace-setup-frame): New function.
3570
3571 * subr.el (with-selected-frame): New function.
3572 (read-quoted-char): Use terminal-local binding of
3573 local-function-key-map instead of function-key-map.
3574
3575 * talk.el (talk): New function.
3576 (talk-handle-delete-frame): New function.
3577 (talk-add-display): Open a new frame only if FRAME was not a frame.
3578
3579 * termdev.el: New file.
3580
3581 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
3582 * term/x-win.el: Don't bind f10.
3583 * tmm.el: Remove autoload binding for f10.
3584
3585 * international/encoded-kb.el (encoded-kbd-setup-display): Use
3586 `set-input-meta-mode'. Fix broken condition before set-input-mode.
3587 Store the saved input method as a terminal parameter. Add keymap
3588 parameter. Use it instead of changing key-translation-map directly.
3589 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
3590 Remove.
3591 (encoded-kbd-setup-display): New function.
3592
3593 * international/mule-cmds.el (set-locale-environment): Fix getenv
3594 call. Use save-buffers-kill-terminal. Ignore window-system; always
3595 set the keyboard coding system. Add DISPLAY parameter.
3596 (set-display-table-and-terminal-coding-system): Add DISPLAY
3597 parameter. Pass it to set-terminal-coding-system.
3598
3599 * international/mule.el (keyboard-coding-system): Test for
3600 encoded-kbd-setup-display, not encoded-kbd-mode.
3601 (set-terminal-coding-system, set-keyboard-coding-system): Add
3602 DISPLAY parameter.
3603 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
3604
3605 * term/README: Update.
3606
3607 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
3608
3609 * term/x-win.el (x-setup-function-keys): New function. Move
3610 function-key-map tweaks here. Protect against multiple calls on
3611 the same terminal. Use terminal-local binding of
3612 local-function-key-map instead of function-key-map.
3613 (x-initialize-window-system): Make a copy of pure list. Pass a
3614 frame getenv.
3615
3616 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
3617 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
3618 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
3619 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
3620 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
3621 local-function-key-map instead of function-key-map.
3622
3623 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
3624 `substitute-key-definition' and `define-key' calls against
3625 multiple execution. Use terminal-local binding of
3626 local-function-key-map instead of function-key-map. Pass a frame
3627 to getenv.
3628
3629 * edmacro.el (edmacro-format-keys):
3630 * emulation/cua-base.el (cua--pre-command-handler):
3631 * isearch.el (isearch-other-meta-char):
3632 * xt-mouse.el: Use terminal-local binding of
3633 local-function-key-map instead of function-key-map.
3634
3635 * fringe.el (set-fringe-mode): Simplify and fix using
3636 `modify-all-frames-parameters'.
3637 * scroll-bar.el (set-scroll-bar-mode): Ditto.
3638 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
3639 check before calling `tool-bar-setup'.
3640 (tool-bar-setup): New variable.
3641 (tool-bar-setup): Use it to guard against multiple calls. Add
3642 optional frame parameter, and select that frame before adding items.
3643 (toggle-tool-bar-mode-from-frame): New function.
3644
3645 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
3646 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
3647 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
3648 "Tool-bar" toggles to reflect the state of the current frame.
3649 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
3650
3651 * env.el: Require cl for byte compilation (for `block' and `return').
3652 (environment, setenv-internal): New functions.
3653 (let-environment): New macro.
3654 (setenv, getenv): Add optional terminal parameter. Update docs.
3655 (setenv): Use setenv-internal. Always set process-environment.
3656 Handle `local-environment-variables'.
3657 (read-envvar-name, setenv, getenv): Use frame parameters
3658 to store the local environment, not terminal parameters. Include
3659 `process-environment' as well.
3660
3661 * faces.el (tty-run-terminal-initialization): New function.
3662 (tty-create-frame-with-faces): Use it. Set up faces and
3663 background mode only after the terminal has been initialized.
3664 Call terminal-init-*. Don't load the initialization file more
3665 than once. Call set-locale-environment.
3666 (frame-set-background-mode): Handle the 'background-mode terminal
3667 parameter.
3668 (tty-find-type): New function.
3669 (x-create-frame-with-faces): Remove bogus check for
3670 first frame. Call `tool-bar-setup'. Don't make frame visible
3671 until we are done setting up all its parameters. Call
3672 x-setup-function-keys.
3673
3674 * frame.el (make-frame): Always inherit 'environment and 'client
3675 parameters. Set up the 'environment frame parameter, when needed.
3676 Also inherit 'client parameter. Don't override explicitly
3677 specified values with inherited ones. Add 'terminal frame
3678 parameter. Append window-system-default-frame-alist to parameters
3679 before calling frame-creation-function.
3680 (frame-initialize): Copy the environment from the initial frame.
3681 (window-system-default-frame-alist): Enhance doc string.
3682 (frame-notice-user-settings): Don't put 'tool-bar-lines in
3683 `default-frame-alist' when initial frame is on a tty.
3684 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
3685 Remove specified parameters from `window-system-default-frame-alist'.
3686 (make-frame-on-tty, framep-on-display, suspend-frame):
3687 Extend doc string, update parameter names.
3688 (frames-on-display-list): Use terminal-id to get the display id.
3689 (frame-notice-user-settings): Extend to apply
3690 settings in `window-system-default-frame-alist' as well.
3691 (terminal-id, terminal-parameters, terminal-parameter)
3692 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
3693 (delete-frame-functions): Add to `delete-frame-functions' hook.
3694 (blink-cursor-mode): Adapt blink-cursor-mode default
3695 value from startup.el.
3696 (make-frame-on-display): Protect condition on x-initialized when
3697 x-win.el is not loaded. Update doc.
3698 (suspend-frame): Use display-controlling-tty-p to decide between
3699 suspend-emacs and suspend-tty.
3700 (frames-on-display-list): Update for display ids.
3701 (framep-on-display): Ditto.
3702 (suspend-frame): Use display-name, not frame-tty-name.
3703 (selected-terminal): New function.
3704
3705 * server.el: Use `device' instead of `display' or `display-id' in
3706 variable and client parameter names.
3707 (server-select-display): Remove (unused).
3708 (server-tty-live-p, server-handle-delete-tty): Remove.
3709 (server-unquote-arg, server-quote-arg, server-buffer-clients):
3710 Update docs.
3711 (server-getenv-from, server-with-environment, server-send-string)
3712 (server-save-buffers-kill-terminal): New functions.
3713 (server-delete-client): Handle quits in kill-buffer. Don't kill
3714 modified buffers. Add extra logging. Delete frames after
3715 deleting the tty. Clear 'client parameter before deleting a frame.
3716 Use delete-display, not delete-tty.
3717 (server-visit-files): Don't set `server-existing-buffer' if the
3718 buffer already has other clients. Return list of buffers
3719 created. Update doc. Don't set client-record when nowait.
3720 (server-handle-delete-frame): Delete the client if this was its
3721 last frame. Check that the frame is alive. Remove bogus comment.
3722 Add note on possible race condition. Delete tty clients, if needed.
3723 (server-handle-suspend-tty): Use server-send-string. Kill the
3724 client in case of errors from process-send-string. Use the display
3725 parameter.
3726 (server-unload-hook): Remove obsolete delete-tty hook.
3727 (server-start): Ask before restarting if the old server still has
3728 clients. Add feedback messages. Remove obsolete delete-tty hook.
3729 (server-process-filter): Use server-send-string. Accept `-dir'
3730 command. Switch to *scratch* immediately after creating the frame,
3731 before evaluating any -evals. Protect `display-splash-screen'
3732 call in a condition-case. Explain why. Call
3733 `display-startup-echo-area-message' before
3734 `display-splash-screen'. Don't display the splash screen when no
3735 frame was created. Show the Emacs splash screen and startup echo
3736 area message. Display the *scratch* buffer by default. Store the
3737 local environment in a frame (not terminal) parameter. Do not try
3738 to decode environment strings. Fix reference to the 'display
3739 frame parameter. Change syntax of environment variables. Put
3740 environment into terminal parameters, not client parameters. Use
3741 a dummy client with --no-wait's X frames. In `-position LINE'
3742 handler, don't ruin the request string until the line number is
3743 extracted. Log opened files. Handle -current-frame command.
3744 Don't create frames when it is given. Don't bind X frames to the
3745 client when we are in -no-wait mode. Set locale environment
3746 variables from client while creating tty frames. Disable call to
3747 configure-display-for-locale. When processing -position command,
3748 don't change the request string until the parameters are
3749 extracted. Don't try to create an X frame when Emacs does not
3750 support it. Improve logging. Temporarily set ncurses-related
3751 environment variables to those of the client while creating a new
3752 tty frame. Select buffers opened by nowait clients, don't leave
3753 them buried under others. Set the display parameter, and use it
3754 when appropriate.
3755
3756 * startup.el (display-startup-echo-area-message): Handle
3757 `inhibit-startup-echo-area-message' here.
3758 (command-line-1): Moved from here.
3759 (fancy-splash-screens): Use `overriding-local-map' instead of
3760 `overriding-terminal-local-map' for now; the latter doesn't work
3761 right, it looses keypresses to another terminal. Use
3762 `overriding-terminal-local-map' to set up keymap. Install a
3763 `delete-frame-functions' hook to catch `delete-frame' events.
3764 Ignore `select-window' events to cope better with
3765 `focus-follows-mouse'. Don't switch back to the original buffer
3766 if the splash frame has been killed. Restore previous buffer, even
3767 if it's *scratch*.
3768 (normal-splash-screen): Don't let-bind `mode-line-format'; it
3769 changes the global binding - setq it instead. Use
3770 `save-buffers-kill-terminal'.
3771 (display-splash-screen): Don't do anything if the splash screen is
3772 already displayed elsewhere.
3773 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
3774 (command-line): Replace duplicated code with a call to
3775 tty-run-terminal-initialization. Don't load the terminal
3776 initialization file more than once. Remove call to nonexistent
3777 function `set-locale-translation-file-name'.
3778
3779 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
3780 parameters.
3781 (xterm-mouse-position-function, xterm-mouse-event): Update.
3782 (xterm-mouse-mode): Don't depend on current value of window-system.
3783 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3784 Update for multi-tty.
3785 (turn-on-xterm-mouse-tracking-on-terminal)
3786 (turn-off-xterm-mouse-tracking-on-terminal)
3787 (xterm-mouse-handle-delete-frame): New functions.
3788 (delete-frame-functions, after-make-frame-functions)
3789 (suspend-tty-functions, resume-tty-functions): Install extra hooks
3790 for multi-tty.
3791
3792 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * simple.el (invisible-p): Remove: implemented in C now.
3795 (line-move-invisible-p): Remove obsolete alias.
3796
3797 2007-08-28 Juri Linkov <juri@jurta.org>
3798
3799 * image-mode.el (image-type): New variable.
3800 (image-mode): Set default major mode name to "Image[text]".
3801 (image-minor-mode): Change LIGHTER to display image-type in the
3802 mode line.
3803 (image-minor-mode): Set default image-type to "text".
3804 (image-toggle-display): After switching to text mode, set
3805 image-type to "text" and major mode name to "Image[text]".
3806 After switching to image mode, set image-type to actual image
3807 type, and add image type to major mode name. Let-bind the same
3808 variable names as arguments of `image-type' and `create-image'.
3809 Bind `type' to the result of `image-type' and use it as arg
3810 of `create-image' to not determine the image type twice.
3811
3812 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
3813
3814 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
3815 (tramp-set-file-uid-gid, tramp-get-local-uid)
3816 (tramp-get-local-gid): New defuns.
3817 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
3818 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
3819 Improve fast track.
3820 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
3821 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
3822 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3823 (tramp-handle-write-region): Improve fast track.
3824 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3825 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3826 be nil.
3827
3828 2007-08-28 Ivan Kanis <apple@kanis.eu>
3829
3830 * time.el: New feature to display several time zones in a buffer.
3831 (display-time-world-mode, display-time-world-display)
3832 (display-time-world, display-time-world-timer): New functions.
3833 (display-time-world-list, display-time-world-time-format)
3834 (display-time-world-buffer-name, display-time-world-timer-enable)
3835 (display-time-world-timer-second, display-time-world-mode-map):
3836 New variables.
3837
3838 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3839
3840 * term/x-win.el (x-gtk-stock-map): New variable.
3841 (x-gtk-map-stock): New function.
3842
3843 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3844 prev/next-node.
3845
3846 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
3847
3848 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3849
3850 2007-08-28 Glenn Morris <rgm@gnu.org>
3851
3852 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3853
3854 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3855
3856 * progmodes/modula2.el (m2-definition, m2-module):
3857 Don't use previous-line. Reported by T. V. Raman.
3858
3859 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3860
3861 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3862 argument to tool-bar-mode call.
3863
3864 2007-08-27 Glenn Morris <rgm@gnu.org>
3865
3866 * diff-mode.el (diff-find-file-name): Only accept regular files,
3867 to rule out /dev/null, directories, etc.
3868
3869 * vc-svn.el (vc-svn-diff): If the repository version of all the
3870 files is the same as the specified OLDVERS, do a local diff.
3871
3872 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3875 of buffers in uniquify-managed.
3876
3877 * simple.el (invisible-p): Rename from text-invisible-p.
3878 Update callers.
3879
3880 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3883 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3884 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3885 (cperl-etags-goto-tag-location): Use new style backquotes.
3886
3887 * net/browse-url.el: Remove spurious * in custom docstrings.
3888 (browse-url-filename-alist): Use new-style backquote.
3889
3890 * emacs-lisp/backquote.el (backquote-unquote-symbol)
3891 (backquote-splice-symbol): Clarify they're not new-style unquotes.
3892
3893 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3894 (\,@): Backslash the , and ,@ which are not new-style unquotes.
3895
3896 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3897
3898 * net/socks.el (socks-username/password-auth-filter):
3899 Remove unused vars `state' and `desired-len'.
3900 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3901 (socks-wait-for-state-change): Use new-style backquotes.
3902
3903 * pcvs.el (cvs-mode-status): Fix long-standing typo.
3904
3905 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3906 backquotes after each `read' rather than once per buffer.
3907
3908 * dframe.el: Remove spurious * in custom docstrings.
3909 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3910 (dframe-xemacs20p): Remove, inline at the sole use point.
3911 (defface): Don't defvar the face, don't use old-style backquote.
3912 (defcustom): Don't use old-style backquote.
3913 (dframe-frame-parameter, dframe-mouse-event-p):
3914 Make it obvious that it's always defined.
3915 (dframe-popup-kludge): New function to replace
3916 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3917 (dframe-frame-mode, dframe-set-timer-internal)
3918 (dframe-mouse-set-point): Remove use of with-no-warnings from
3919 XEmacs-specific code.
3920 (dframe-set-timer-internal): Fix very old bug with
3921 post-command-idle-hook.
3922
3923 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3924
3925 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3926
3927 * emacs-lisp/avl-tree.el: New file.
3928
3929 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3930
3931 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3932 was used.
3933
3934 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
3935
3936 * complete.el (PC-do-completion): Make RET accept a non-unique but
3937 complete expansion again.
3938
3939 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
3940
3941 * eshell/esh-opt.el (eshell-eval-using-options):
3942 Add debug declaration.
3943
3944 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3945
3946 * log-view.el (log-view-toggle-mark-entry): Add docstring.
3947 (log-view-get-marked): Likewise.
3948
3949 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3950 (vc-delete-automatic-version-backups): Likewise.
3951
3952 * vc.el (vc-dired-buffers-for-dir): Likewise.
3953
3954 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3955
3956 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3957 safe-local-variable setting.
3958 * progmodes/perl-mode.el (perl-indent-level): Likewise.
3959
3960 * log-view.el (log-view-marked-list): Delete variable.
3961 (log-view-mode): Don't use it.
3962 (log-view-toggle-mark-entry): Likewise, simplify.
3963 (log-view-current-tag): Don't return properties.
3964 (log-view-get-marked): New function.
3965
3966 2007-08-25 Alexandre Julliard <julliard@winehq.org>
3967
3968 * vc-git.el (vc-git-mode-line-string): New function.
3969
3970 2007-08-25 Alan Mackenzie <acm@muc.de>
3971
3972 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3973 new language variable.
3974
3975 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3976 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3977 "extern" etc., rather than BOI. Fix addition of spurious
3978 syntactic-symbol 'defun-block-intro, replacing it with
3979 'innamespace, etc.
3980
3981 2007-08-25 Juri Linkov <juri@jurta.org>
3982
3983 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3984
3985 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3986 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3987 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3988
3989 * image.el (image-type-header-regexps): Use more complex regexp for svg.
3990 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3991 (image-type-auto-detectable): Add (svg . maybe).
3992
3993 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
3994 to treat it like .tgz.
3995
3996 * calendar/cal-bahai.el: Add file coding cookie.
3997
3998 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
3999
4000 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4001 Don't behave differently when executed via M-x. Add doc string.
4002
4003 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4004 safe-local-variable.
4005
4006 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4007
4008 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4009 the default value.
4010 (math-calendar-tzinfo): New variable.
4011 (math-get-calendar-tzinfo): New function.
4012 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4013 to get information when zone is nil.
4014
4015 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4016
4017 * log-view.el (log-view-toggle-mark-entry): New function.
4018 (log-view-mode-map): Bind it.
4019 (log-view-marked-list): New variable.
4020 (log-view-mode): Make it local.
4021
4022 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4023
4024 * play/zone.el (zone-pgm-rat-race): New func.
4025 (zone-programs): Add `zone-pgm-rat-race'.
4026
4027 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4030 a list.
4031
4032 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4033
4034 * progmodes/hideshow.el (hs-match-data): Delete alias.
4035 (hs-hide-block-at-point, hs-find-block-beginning)
4036 (hs-show-block): Use `match-data' directly.
4037
4038 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4039
4040 * format.el (format-alist): Fix typo in doc-string.
4041
4042 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4043
4044 * net/tramp.el (tramp-local-host-p): New defun.
4045 (tramp-handle-file-local-copy, tramp-handle-write-region):
4046 Implement fast track when being on the local host.
4047 (tramp-file-name-handler): Don't set "started" property. It shall
4048 be reserved for the "ftp" method.
4049 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4050
4051 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4052 (tramp-ftp-file-name-handler): Set "started" property.
4053
4054 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4055
4056 * files.el (backup-buffer-copy): Don't wrap delete in
4057 condition-case, only try to delete if file exists.
4058
4059 2007-08-24 Glenn Morris <rgm@gnu.org>
4060
4061 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4062
4063 * startup.el (tutorial-directory): Set with eval-at-startup so it
4064 gets the right value in an installed Emacs.
4065
4066 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4067
4068 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4069 (eldoc-highlight-function-argument): Use it.
4070
4071 2007-08-23 Masatake YAMATO <jet@gyve.org>
4072
4073 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4074 name of parameters in document body.
4075
4076 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4079 (byte-compile-output-as-comment): Use with-current-buffer rather than
4080 a weird set-buffer&prog1 combination.
4081
4082 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4083 test so as to optimise cases where the `progn's result is constant.
4084
4085 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4086
4087 * locate.el (locate-get-file-positions):
4088 Use line-beginning-position and line-end-position.
4089
4090 2007-08-23 John Wiegley <johnw@newartisans.com>
4091
4092 * calendar/cal-bahai.el: Added in the diacriticals that were
4093 missing for many of the month names.
4094
4095 2007-08-22 Jason Rumney <jasonr@gnu.org>
4096
4097 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4098
4099 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4102
4103 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4104
4105 * dabbrev.el (dabbrev--progress-reporter): New variable.
4106 (dabbrev--scanning-message): Delete func.
4107 (dabbrev--find-expansion): Use a progress reporter
4108 instead of dabbrev--scanning-message.
4109
4110 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * comint.el (comint-exec-1): Raise an error if
4113 `start-file-process' does not return a process object.
4114
4115 * shell.el (shell): Prompt for `default-directory' if it is a
4116 remote file name, and if called with a prefix arg.
4117
4118 2007-08-22 Sam Steingold <sds@gnu.org>
4119
4120 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4121
4122 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4123
4124 * textmodes/org-export-latex.el: New file.
4125
4126 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4127
4128 * textmodes/org.el (org-agenda-skip): Allow a form for
4129 `org-agenda-skip-function'.
4130 (org-agenda-redo): Re-use local settings.
4131 (org-agenda): Store local settings.
4132 (org-agenda-deadline-faces): New option.
4133 (org-agenda-deadline-face): New function.
4134 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4135 entries on their due date.
4136 (org-agenda-get-timestamps): No longer handle the due dates of
4137 schedules and deadline items.
4138 (org-insert-link-global, org-open-at-point-global): New commands.
4139 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4140 :for-ascii parameter.
4141 (org-skip-comments): Function removed.
4142 (org-cleaned-string-for-export): Handle special table lines.
4143 (org-global-properties): New option.
4144 (org-entry-get-with-inheritance): Check global properties.
4145 (org-local-properties): New variable.
4146 (org-set-regexps-and-options): Find the #+PROPERTY line.
4147 (org-link-types): Change type into variable (was constant).
4148 (org-make-link-regexps): New function.
4149 (org-link-re-with-space, org-link-re-with-space2)
4150 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4151 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4152 these regular expressions happens now in the function
4153 `org-make-link-regexps'.
4154 (org-store-link): Call the functions in
4155 `org-store-link-functions'.
4156 (org-add-link-type): New function.
4157 (org-store-link-functions): New variable.
4158 (org-activate-tags): Force matches to be in headlines.
4159 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4160 (org-columns-display-here): Make sure this works in a narrowed
4161 buffer by checking for point-min.
4162 (org-columns-display-here): Make the rest of the line intangible,
4163 so that point never can be there.
4164 (org-cleaned-string-for-export): Use `with-current-buffer'.
4165 (org-replace-region-by-html): Use `with-current-buffer'.
4166 (org-unfontify-region, org-do-occur, org-columns-display-here)
4167 (org-columns-remove-overlays, org-columns-quit)
4168 (org-columns-edit-value, org-columns-next-allowed-value)
4169 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4170 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4171 (org-agenda-todo, org-agenda-change-all-lines)
4172 (org-agenda-align-tags, org-agenda-priority)
4173 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4174 (org-agenda-show-new-time, org-cleaned-string-for-export)
4175 (org-export-grab-title-from-buffer)
4176 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4177 instead of `buffer-read-only'.
4178 (org-export-as-html): Set `coding-system-for-write'.
4179 (org-remember-store-without-prompt): New option.
4180 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4181 (org-beginning-of-line): Also treat C-a special in items.
4182 (org-table-convert-refs-to-rc): Fixed problem with column
4183 reference after "..".
4184 (org-columns-compute): Don't mark buffer modified because of text
4185 properties.
4186 (org-batch-store-agenda-views): Use the variable
4187 `default-directory', not the function.
4188 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4189 (org-clock-out-when-done): New option.
4190 (org-html-entities): Added HTML entities for smileys.
4191
4192 2007-08-22 Glenn Morris <rgm@gnu.org>
4193
4194 * image.el (create-image): Doc fix.
4195
4196 * startup.el (tutorial-directory): New constant.
4197 (fancy-splash-text): Tutorials now in tutorial-directory.
4198 * tutorial.el (help-with-tutorial): Tutorials now in
4199 tutorial-directory.
4200
4201 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4202
4203 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4204 otherwise.
4205 (tramp-get-remote-path): New defun. Replace occurrences of
4206 `tramp-default-remote-path' by this function.
4207 (tramp-set-remote-path): Move most of the code to
4208 `tramp-get-remote-path'.
4209 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4210 existing directories, this is done already in
4211 `tramp-get-remote-path'.
4212
4213 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4214
4215 * image-file.el (image-file-name-extensions): Add "svg".
4216 * image.el (image-type-header-regexps): Add svg entry.
4217
4218 2007-08-22 Glenn Morris <rgm@gnu.org>
4219
4220 * files.el (backup-buffer-copy): Check backup directory is
4221 writable, to avoid infloop deleting old backup.
4222
4223 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4224 movemail related variables.
4225 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4226 will now be set before this is called.
4227
4228 2007-08-21 Juri Linkov <juri@jurta.org>
4229
4230 * delsel.el (delete-selection-pre-hook):
4231 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4232 instead of checking last-command.
4233
4234 2007-08-21 Juri Linkov <juri@jurta.org>
4235
4236 * loadup.el: Preload "button".
4237
4238 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4241 Add previous-line and next-line.
4242
4243 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4244 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4245
4246 * vc-hooks.el (vc-menu-entry): New var.
4247 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4248 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4249 (vc-menu-map): Declare and initialize in one step.
4250 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4251
4252 * menu-bar.el (vc-menu-map): Don't setup any more.
4253 Instead, just create the proper spot in the menu.
4254
4255 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * smerge-mode.el (smerge-resolve): New arg `safe'.
4258 (smerge-resolve-all, smerge-batch-resolve): New function.
4259 (smerge-refine): Make sure `diff' returns the expected result.
4260 (smerge-parsep-re): New const.
4261 (smerge-mode): Use it to adjust paragraph-separate.
4262
4263 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4264 Correctly match / regexp matchers as first char on a line when
4265 fontifying only that line.
4266
4267 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4268
4269 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * vc-bzr.el: Don't fiddle with vc-handled-backend.
4272 (vc-bzr-registered): Don't redundantly protect against
4273 file-error. Actually use the format-specific code.
4274 (vc-bzr-buffer-nonblank-p): Remove.
4275 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4276
4277 2007-08-20 Juri Linkov <juri@jurta.org>
4278
4279 * startup.el (fancy-splash-text): Change multiple tabs into one
4280 tab. Remove "Useful File menu items" section (with "Exit Emacs"
4281 and "Recover Crashed Session").
4282 (fancy-splash-screens): Set tab-width to 22.
4283 (normal-splash-screen): Replace literal tabs with \t and
4284 fix whitespace. Remove "Useful File menu items" section (with
4285 "Exit Emacs" and "Recover Crashed Session").
4286
4287 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4288
4289 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4290 extracted from `eval-last-sexp-1'.
4291 (eval-last-sexp-1): Call `preceding-sexp'.
4292
4293 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
4294
4295 * vc-rcs.el (vc-rcs-annotate-command):
4296 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4297 Add back :vc-annotate-prefix propertization.
4298
4299 2007-08-20 Andreas Schwab <schwab@suse.de>
4300
4301 * mail/rmail.el (rmail-autodetect): Doc fix.
4302
4303 2007-08-19 Juri Linkov <juri@jurta.org>
4304
4305 * startup.el (normal-splash-screen): Add more links.
4306
4307 2007-08-19 Juri Linkov <juri@jurta.org>
4308
4309 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4310 because it's common to both types of splash screen: fancy and normal.
4311 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4312 (exit-splash-screen): Rename from `fancy-splash-quit'.
4313 Use `quit-window' instead of `kill-buffer'.
4314 (fancy-splash-head): Use make-button to insert GNU image link.
4315 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4316 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4317 (normal-splash-screen): Put "Browse manuals" on the same line with
4318 "Emacs manual". Remove descriptions from "Useful tasks" and put
4319 all links in two columns on two lines.
4320
4321 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
4322
4323 * emulation/viper.el (viper-remove-hooks): Remove some additional
4324 viper hooks when the user calls viper-go-away.
4325 (viper-go-away): Restore the default of default-major-mode.
4326 Save the value of default-major-mode before vaperization.
4327
4328 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4329
4330 * emulation/viper-ex.el: Replace error "" with "Viper bell".
4331
4332 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4333 buffer for which file is created.
4334
4335 2007-08-19 Glenn Morris <rgm@gnu.org>
4336
4337 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4338 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4339 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
4340 shadow files messing up the compilation.
4341
4342 2007-08-18 Glenn Morris <rgm@gnu.org>
4343
4344 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4345 string. Also apply eldoc-argument-case in the help-split-fundoc
4346 case. Adapt for changed behavior of eldoc-function-argstring,
4347 eldoc-function-argstring-format, and
4348 eldoc-highlight-function-argument.
4349 (eldoc-highlight-function-argument): Handle nil INDEX argument,
4350 just call eldoc-docstring-format-sym-doc in that case.
4351 (eldoc-function-argstring): Change the behavior. Now it converts
4352 an argument list to a string.
4353 (eldoc-function-argstring-format): Change the behavior. Now it
4354 applies `eldoc-argument-case' to a string.
4355
4356 * progmodes/scheme.el (scheme-mode-variables): Set
4357 font-lock-comment-start-skip.
4358
4359 2007-08-18 Martin Rudalics <rudalics@gmx.at>
4360
4361 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4362 set-syntax-table from here to ...
4363 (ada-mode): ... here. Do not change global value of
4364 comment-multi-line. Call new function
4365 ada-initialize-syntax-table-properties and add new function
4366 ada-handle-syntax-table-properties to font-lock-mode-hook.
4367 (ada-deactivate-properties, ada-initialize-properties): Replace
4368 by new functions ...
4369 (ada-handle-syntax-table-properties)
4370 (ada-initialize-syntax-table-properties)
4371 (ada-set-syntax-table-properties): ... to set up syntax-table
4372 properties uniformly, independently from whether font-lock-mode
4373 is enabled or not. Handle read-only buffers and do not change
4374 undo-list when setting syntax-table properties.
4375 (ada-after-change-function): Use ada-set-syntax-table-properties.
4376
4377 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4378
4379 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4380 (meta-indent-current-nesting): Use a computation of the nesting
4381 instead.
4382 (meta-indent-current-indentation): Indentation is given according
4383 to nesting and if the previous line was finished or not.
4384 (meta-indent-unfinished-line): Tell if the current line ends with
4385 a finished expression.
4386 (meta-indent-looking-at-code): Like `looking-at', but checks if
4387 the point is in a string before.
4388 (meta-indent-level-count): Use it. Don't count parenthesis as it's
4389 done in the nesting function.
4390 (meta-indent-in-string-p): Tell if the current point is in a
4391 string.
4392 (meta-indent-calculate): Treat b-o-b as a special case. Use the
4393 previous functions.
4394
4395 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4396
4397 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4398 (copyright-update-year, copyright-update)
4399 (copyright-fix-years): Use it.
4400
4401 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
4402
4403 * emacs-lisp/copyright.el (copyright-update-year):
4404 Fix bug: Handle nil copyright-limit.
4405
4406 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4407
4408 * calc/calc-units.el (math-standard-units): Give exact
4409 conversion for tsp.
4410
4411 * calc/calc.el (math-bignum-digit-length): Compute the
4412 appropriate value.
4413
4414 * calc/calc-bin.el (math-bignum-logb-digit-size)
4415 (math-bignum-digit-power-of-two):
4416 * calc/calc-comb.el (math-small-factorial-table):
4417 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4418 (math-approx-gamma-const):
4419 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
4420 (math-besY1, math-bernoulli-b-cache):
4421 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4422 Remove `eval-when-compile's.
4423
4424 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4425
4426 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
4427 (cperl-find-pods-heres): Fix an error when typing expressions like
4428 `s{a}{b}'.
4429
4430 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4431
4432 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
4433 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
4434 a special case (there's no build number).
4435
4436 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
4437
4438 * completion.el (symbol-under-point, symbol-before-point)
4439 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
4440
4441 2007-08-17 Glenn Morris <rgm@gnu.org>
4442
4443 * progmodes/compile.el (compilation-get-file-structure): Make use
4444 of the directory part when checking for an existing entry, to
4445 handle files with same basename in different directories.
4446
4447 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4448
4449 * calc/calc.el (calc-language-alist): Add texinfo-mode.
4450
4451 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4452
4453 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4454 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
4455 (ps-paragraph-spacing): Docstring fix.
4456
4457 2007-08-16 Glenn Morris <rgm@gnu.org>
4458
4459 * ps-print.el (ps-font-size): Doc fix.
4460
4461 2007-08-16 Richard Stallman <rms@gnu.org>
4462
4463 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
4464
4465 2007-08-15 Juri Linkov <juri@jurta.org>
4466
4467 * startup.el (initialization): Change parent group from `internal'
4468 to `environment'.
4469 (initial-buffer-choice): New variable.
4470 (command-line): Revert 2007-07-02 change that sets
4471 buffer-offer-save in *scratch* and enables auto-save in it.
4472 (fancy-splash-text): Add links to existing items. Add new items
4473 with links for useful tasks. Move information about Control-g to
4474 fancy-splash-head. Move "Emacs Guided Tour" to the end.
4475 (fancy-splash-keymap): New variable.
4476 (fancy-splash-last-input-event): Remove variable.
4477 (fancy-splash-insert): Add processing of `:link' element.
4478 (fancy-splash-head): Replace "Type Control-l to begin editing"
4479 with "Type `q' to exit".
4480 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
4481 (fancy-splash-default-action, fancy-splash-special-event-action):
4482 Remove functions.
4483 (fancy-splash-quit): New function.
4484 (fancy-splash-screens): Rename input arg from `hide-on-input' to
4485 `static' and reverse the condition of its usage. Don't preserve
4486 original values of `minor-mode-map-alist',
4487 `emulation-mode-map-alists', `special-event-map'.
4488 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4489 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4490 Remove processing of special events. Use local key map
4491 `fancy-splash-keymap'. Set buffer to read-only.
4492 (normal-splash-screen): Rename input arg from `hide-on-input' to
4493 `static' and reverse the condition of its usage.
4494 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4495 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4496 Add links to existing items. Add new items with links for useful
4497 tasks. Use local key map `fancy-splash-keymap'.
4498 (display-splash-screen): Rename input arg from `hide-on-input' to
4499 `static'.
4500 (about-emacs): Add alias to display-splash-screen.
4501 (command-line-1): Use `initial-buffer-choice'.
4502
4503 * menu-bar.el (menu-bar-help-menu):
4504 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
4505 item to about-emacs instead of display-splash-screen.
4506
4507 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
4508
4509 * calc/calc-units.el (math-standard-units): Update values.
4510 Put in exact, rational values when possible.
4511 (math-unit-prefixes): Replace floats with powers of ten.
4512 (math-standard-units-systems): Replace floats with integers.
4513 (math-make-unit-string): Remove extra spaces in output.
4514
4515 2007-08-15 Glenn Morris <rgm@gnu.org>
4516
4517 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
4518 sloppier, for the sake of GNU Mailman.
4519 (rmail-digest-rfc1153): Initialize `result' correctly.
4520
4521 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4522
4523 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
4524 in the mail title. Suggested by Reiner Steib.
4525
4526 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
4527
4528 * calc/calc-aent.el (calc-do-quick-calc): Add binary
4529 representation of integers to the list of outputs.
4530
4531 2007-08-14 Glenn Morris <rgm@gnu.org>
4532
4533 * simple.el (bad-packages-alist): New constant.
4534 (bad-package-check): New function. Together, these two add elements
4535 to `after-load-alist' to check for problematic external packages.
4536 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
4537
4538 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
4539
4540 * calc/calc-units.el (math-get-standard-units)
4541 (math-get-units, math-make-unit-string)
4542 (math-get-default-units, math-put-default-units): New functions.
4543 (math-default-units-table): New variable.
4544 (calc-convert-units, calc-convert-temperature): Add machinery
4545 to supply default values.
4546
4547 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
4550 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
4551 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
4552 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
4553
4554 * emulation/tpu-extras.el: Remove spurious * in docstrings.
4555 Put its autoloads into tpu-edt.el rather than loaddefs.el.
4556 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
4557 Make into a proper minor-mode.
4558 (tpu-backward-char, tpu-next-line, tpu-previous-line)
4559 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
4560 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
4561 (tpu-set-cursor-free, tpu-set-cursor-bound):
4562 Delegate to tpu-cursor-free-mode.
4563 (tpu-next-line, tpu-previous-line, tpu-forward-line)
4564 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
4565 Use line-move or forward-line instead of next-line-internal.
4566
4567 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
4568
4569 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4570
4571 2007-08-12 Richard Stallman <rms@gnu.org>
4572
4573 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
4574 (cvs-execute-single-file): Use new name split-string-and-unquote.
4575 (cvs-header-msg): Use new name combine-and-quote-strings.
4576
4577 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
4578
4579 * progmodes/gud.el (gud-common-init): Use new name
4580 split-string-and-unquote.
4581
4582 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
4583 in javac regexp.
4584
4585 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
4586 combine-and-quote-strings and split-string-and-unquote.
4587
4588 * subr.el (combine-and-quote-strings): Rename from strings->string.
4589 (split-string-and-unquote): Rename from string->strings.
4590
4591 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
4594 to buffer-local settings.
4595
4596 * emacs-lisp/backquote.el (backquote-delay-process): New function.
4597 (backquote-process): Add internal arg `level'. Use the two to
4598 correctly handle nested backquotes.
4599
4600 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
4601
4602 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4603 (vc-bzr-state-words): Add "kind changed" state word.
4604 (vc-bzr-status): New function. Return Bzr idea of file status,
4605 which is different from VC's.
4606 (vc-bzr-state): Use vc-bzr-status.
4607 (vc-workfile-unchanged-p): Use vc-bzr-status.
4608 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
4609 (vc-dired-state): Process "kind changed" state word.
4610
4611 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
4614
4615 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
4616 Move from vc-default-find-file-not-found-hook.
4617
4618 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * man.el: Remove spurious * in docstrings.
4621 Merge defvars and toplevel setq-defaults.
4622 (Man-highlight-references0): Limit=nil rather than point-max.
4623 (Man-mode-map): Move initialization into the declaration.
4624 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
4625 (Man-view-header-file): Use expand-file-name rather than concat.
4626 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
4627
4628 * man.el (Man-next-section): Make sure we do not move backward.
4629
4630 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * files.el (auto-mode-alist): Use the purecopied text (duh!).
4633
4634 2007-08-08 Glenn Morris <rgm@gnu.org>
4635
4636 * Replace `iff' in doc-strings and comments.
4637
4638 2007-08-08 Martin Rudalics <rudalics@gmx.at>
4639
4640 * dired.el (dired-pop-to-buffer):
4641 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4642 * calendar/calendar.el (generate-calendar-window):
4643 * progmodes/compile.el (compilation-set-window-height):
4644 * textmodes/two-column.el (2C-two-columns, 2C-merge):
4645 Use window-full-width-p instead of comparing frame-width and
4646 window-width.
4647
4648 * progmodes/compile.el (compilation-find-buffer): Remove extra
4649 argument in call to compilation-buffer-internal-p.
4650
4651 2007-08-07 Tom Tromey <tromey@redhat.com>
4652
4653 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4654 Add safe-local-variable property.
4655
4656 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4657
4658 * image-mode.el (image-toggle-display): Use image-refresh.
4659
4660 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
4661
4662 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4663 unofficial version.
4664 (vc-bzr-command): Remove redundant setting of process-connection-type.
4665 (vc-bzr-admin-checkout-format-file): Add autoload.
4666 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4667 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4668 (vc-bzr-registered): Compare dirstate format tag with known good
4669 value, abort parsing if match fails. Warn user in docstring.
4670 (vc-bzr-workfile-version): Case for different Bzr branch formats.
4671 See bzrlib/branch.py in Bzr sources.
4672 (vc-bzr-diff): First argument FILES may be a string rather than a list.
4673 (vc-bzr-shell-command): Remove in favor of
4674 vc-bzr-command-discarding-stderr.
4675 (vc-bzr-command-discarding-stderr): New function.
4676
4677 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
4678
4679 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4680 program, and return nil.
4681 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
4682 (vc-bzr-state): Look for path names relative to the repository
4683 root after status keyword.
4684 (vc-bzr-file-name-relative): New function.
4685 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
4686 depend on it.
4687 (vc-bzr-admin-dirname, ...-checkout-format-file)
4688 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
4689 files that we now parse directly for speed.
4690 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
4691 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
4692 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
4693 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
4694 Bzr warnings, so we must discard it.
4695 (vc-bzr-workfile-version): Speedup counting lines from
4696 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
4697 if that file doesn't exist.
4698 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
4699 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
4700 to `vc-directory-exclusion-list'.
4701 (vc-bzr-shell-command): New function.
4702
4703 2007-08-06 Tom Tromey <tromey@redhat.com>
4704
4705 * diff-mode.el (diff-unified->context, diff-reverse-direction)
4706 (diff-fixup-modifs): Typo in docstring.
4707
4708 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4711 count-screen-lines.
4712 (tpu-edt-off): Disable relevant pieces of advice.
4713
4714 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4715 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
4716 (newline, newline-and-indent, do-auto-fill): Use advice instead of
4717 redefining the function.
4718 (tpu-set-scroll-margins): Activate the pieces of advice.
4719
4720 2007-08-06 Martin Rudalics <rudalics@gmx.at>
4721
4722 * help.el (resize-temp-buffer-window): Use window-full-width-p
4723 instead of comparing frame-width and window-width.
4724
4725 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
4726
4727 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
4728 optional quotes around files in NEED-UPDATE . REMOVED case.
4729
4730 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
4731 (ada-treat-cmd-string): Improve error message.
4732 (ada-do-file-completion): Call `ada-require-project-file', so
4733 project variables are set properly.
4734 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
4735 (ada-gnatfind-buffer-name): New constant.
4736 (ada-find-any-references): Use new constant. Set buffer name
4737 properly in compilation-start. Toggle read-only properly.
4738 (ada-find-in-src-path): Fix spelling error in docstring.
4739
4740 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
4741 by zero error.
4742
4743 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
4746
4747 2007-08-12 Richard Stallman <rms@gnu.org>
4748
4749 * progmodes/sh-script.el (sh): Delete group `unix'.
4750
4751 * progmodes/gud.el (gud): Change to group `processes'.
4752
4753 2007-08-11 Glenn Morris <rgm@gnu.org>
4754
4755 * progmodes/compile.el (compilation-buffer-name): Don't check
4756 compilation-arguments. It is superfluous, and the variable isn't
4757 even set when this function is called.
4758
4759 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4760
4761 * term/mac-win.el (mac-ae-reopen-application): New function.
4762 (mac-apple-event-map): Bind "reopen application" Apple event to it.
4763
4764 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
4767 take tex-font-script-display into account.
4768 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
4769 cell to a list of 2 elements to simplify the unfontify code.
4770
4771 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4772
4773 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
4774 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
4775 ps-print-color-p is neither nil nor black-white. Reported by Christian
4776 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4777
4778 2007-08-08 Andreas Schwab <schwab@suse.de>
4779
4780 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
4781 self-insert-command, not self-insert.
4782
4783 2007-08-08 Glenn Morris <rgm@gnu.org>
4784
4785 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
4786 argument optional, for backwards compatibility, and only highlight
4787 args when present. Fix symbol name typo (doc/args).
4788
4789 * help-mode.el (help-make-xrefs): Search for symbol constituents,
4790 rather than just `-'.
4791
4792 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
4793
4794 * calc/calc-units.el (calc-convert-temperature):
4795 Use `/' to create fractions.
4796
4797 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
4800 global matching.
4801 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
4802 ERROR-BUFFER more robust. Display output.
4803 (tramp-file-name-handler): Add a connection property when we found
4804 a foreign file name handler. This allows backends like ftp to
4805 profit also from usr/host name completion based on connection
4806 cache.
4807 (tramp-send-command-and-read): Search for trash after the regexp
4808 until eol only. In XEmacs, there is a problem with \n.
4809
4810 * net/tramp-cache.el (top): Read persistent connection history
4811 when cache is empty.
4812
4813 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
4814
4815 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
4816 resulting output.
4817
4818 2007-08-07 Sam Steingold <sds@gnu.org>
4819
4820 * progmodes/compile.el (compilation-start): Pass nil as startfile
4821 to comint-exec.
4822
4823 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4824
4825 * longlines.el (longlines-decoded): New variable.
4826 (longlines-mode): Avoid encoding or decoding the buffer twice.
4827
4828 2007-08-07 Martin Rudalics <rudalics@gmx.at>
4829
4830 * format.el (format-insert-file): Make sure that at most one undo
4831 entry is recorded for the insertion. Inhibit point-motion and
4832 modification hooks around call to insert-file-contents.
4833
4834 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4837 Select the buffer's window before moving point.
4838
4839 2007-08-07 Richard Stallman <rms@gnu.org>
4840
4841 * term.el (term): Remove parent group `unix'.
4842
4843 * simple.el (default-indent-new-line): New function.
4844 It calls comment-line-break-function if there are comments.
4845 (do-auto-fill): Use that.
4846
4847 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
4848
4849 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4850 (PC-do-completion): Add "acronym completion" for symbols and
4851 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4852
4853 2007-08-06 Sam Steingold <sds@gnu.org>
4854
4855 * mouse.el (mouse-buffer-menu): Pass mode-name through
4856 format-mode-line because it may be a list,
4857 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4858
4859 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
4860
4861 * printing.el (pr-update-menus): Docstring fix.
4862
4863 2007-08-06 Jason Rumney <jasonr@gnu.org>
4864
4865 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4866
4867 * vc-hooks.el (vc-call): Add doc string.
4868
4869 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
4870
4871 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4872 process-filter.
4873
4874 2007-08-06 Kenichi Handa <handa@m17n.org>
4875
4876 * international/quail.el: Wrap (require 'help-mode) by
4877 eval-when-compile.
4878 (quail-help-init): New function.
4879 (quail-help): Call quail-help-init.
4880 (quail-store-decode-map-key): Change it to a function.
4881
4882 2007-08-05 Jason Rumney <jasonr@gnu.org>
4883
4884 * vc.el (vc-rollback): Add norevert argument back.
4885 (vc-revert-buffer): Add back as obsolete alias.
4886
4887 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
4888
4889 * term.el: Honor term-default-fg-color and term-default-bg-color
4890 settings when modifying term-current-face.
4891 (term-default-fg-color, term-default-bg-color): Initialize from
4892 default term-current-face.
4893 (term-mode, term-reset-terminal): Set term-current-face with
4894 term-default-fg-color and term-default-bg-color.
4895 (term-handle-colors-array): term-current-face has term-default-fg-color
4896 and term-default-bg-color after reset escape sequence.
4897 (term-handle-colors-array): Set term-current-color with
4898 term-default-fg/bg-color instead of ansi-term-color-vector when the
4899 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4900
4901 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4902
4903 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4904 (math-nlfit-givens): Let bind free variables.
4905
4906 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
4907
4908 * printing.el: Require lpr and ps-print when loading printing package.
4909 Reported by Glenn Morris <rgm@gnu.org>.
4910
4911 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
4912
4913 * files.el (set-auto-mode): Handle also remote files wrt
4914 `auto-mode-alist'.
4915
4916 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
4917
4918 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4919 curves and plotting.
4920
4921 * calc/calc-nlfit.el: New file.
4922
4923 2007-08-04 Glenn Morris <rgm@gnu.org>
4924
4925 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4926 zero, not nil, when the library is first loaded. Check for a file
4927 that has been modified on disk.
4928
4929 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4930 Remove duplicate defvar preventing initialization.
4931 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4932
4933 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4936 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4937 may match up to 4 lines.
4938 (diff-beginning-of-file-and-junk): Rewrite.
4939
4940 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4941
4942 * printing.el: Evaluate require only during compilation.
4943 (pr-version): New version 6.9.1.
4944 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4945 (pr-global-menubar): Fix code.
4946
4947 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
4948
4949 * term.el (term-erase-in-display): Fix case when point is not at
4950 the beginning of the line.
4951
4952 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
4953
4954 * calc/calc-ext.el (math-get-value, math-get-sdev)
4955 (math-contains-sdev): New functions.
4956
4957 * calc/calc-graph.el (calc-graph-format-data)
4958 (calc-graph-add-curve): Check for error forms.
4959 (calc-graph-set-styles): Add option for error forms.
4960
4961 2007-08-03 Miles Bader <miles@gnu.org>
4962
4963 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4964 backend names for new backends to `Git', `Hg', and `Bzr'.
4965 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4966 not `HG'.
4967 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4968 name, not `GIT'.
4969 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4970 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4971
4972 2007-08-03 Richard Stallman <rms@gnu.org>
4973
4974 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4975 to update deleted flag.
4976
4977 * cus-edit.el (customize-apropos, customize-apropos-options)
4978 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4979
4980 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4981
4982 * startup.el (fancy-splash-head, startup-echo-area-message):
4983 Change message text.
4984
4985 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4986 All callers use line-move.
4987
4988 * progmodes/compile.el (compilation-find-buffer): Return current
4989 buffer immediately if suitable.
4990 (compile, compilation-buffer-name, compilation-start): Doc fixes.
4991
4992 2007-08-03 Daiki Ueno <ueno@unixuser.org>
4993
4994 * faces.el (face-normalize-spec): New function.
4995 (frame-set-background-mode): Normalize face-spec before calling
4996 face-spec-match-p.
4997
4998 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4999
5000 * server.el (server-window): Add switch-to-buffer-other-frame option.
5001
5002 2007-08-03 Glenn Morris <rgm@gnu.org>
5003
5004 * cus-edit.el (customize-apropos): Make the error message indicate
5005 what kind of thing the user was trying to customize.
5006
5007 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5008
5009 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5010 Fix off-by-one error in previous change.
5011
5012 2007-08-03 Drew Adams <drew.adams@oracle.com>
5013
5014 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5015 Make buffer writable.
5016
5017 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5018
5019 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5020 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5021 Use native Emacs functions, when appropriate.
5022
5023 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5024 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * vc.el: Document new VC operation `extra-menu'.
5027
5028 * vc-hooks.el (vc-default-extra-menu): New function.
5029
5030 * menu-bar.el (menu-bar-vc-filter): New function.
5031 (menu-bar-tools-menu): Use it as a filter.
5032
5033 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5034
5035 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5036
5037 2007-08-01 Glenn Morris <rgm@gnu.org>
5038
5039 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5040 strings.
5041 (fortran-tab-mode-default): Remove needless autoload.
5042 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5043 mark as risky.
5044 (fortran-line-length): New buffer-local variable, safe if integer.
5045 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5046 Change from variables to constants.
5047 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5048 replace with a new function definition.
5049 (fortran-mode): Use fortran-line-length, and
5050 fortran-font-lock-syntactic-keywords as a function. Add a
5051 hack-local-variables-hook function.
5052 (fortran-line-length, fortran-hack-local-variables): New functions.
5053 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5054 Use fortran-line-length rather than 72.
5055 (fortran-window-create-momentarily): Doc fix.
5056
5057 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5058
5059 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5060 Fix parent groups link.
5061
5062 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5063
5064 * progmodes/python.el (python-current-defun): Adjust to never fall
5065 into infinite loop.
5066
5067 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5070
5071 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5072
5073 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5074 (copyright-fix-years, copyright): Correctly handle the case where
5075 copyright-limit is nil.
5076
5077 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5078
5079 * progmodes/python.el (run-python): Fix path separator under w32.
5080
5081 2007-07-30 Richard Stallman <rms@gnu.org>
5082
5083 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5084 Treat non-break space as whitespace in Lisp.
5085
5086 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5087
5088 * vc.el (vc-dired-hook): Use inhibit-read-only.
5089
5090 * progmodes/compile.el (compilation-forget-errors):
5091 Reset compilation-auto-jump-to-next.
5092
5093 2007-07-30 Michael Olson <mwolson@gnu.org>
5094
5095 * cus-edit.el (custom-group-save): Fix void function definition
5096 error. Thanks to Zhang Wei for the report.
5097
5098 * ps-print.el: Check in trivial changes to the autoloads section
5099 caused by the build process. These autoloads really ought to be
5100 placed in a separate file, methinks.
5101
5102 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 * calendar/calendar.el (calendar-mode): Make sure
5105 displayed-(month|year) are set.
5106 (calendar-basic-setup): Display buffer before adjusting window sizes.
5107 (generate-calendar-window): Use inhibit-read-only. Simplify.
5108 Generate buffer and set displayed-month and displayed-year before
5109 calling update-calendar-mode-line.
5110
5111 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5112
5113 * net/tramp.el:
5114 * net/tramp-uu.el:
5115 * net/trampver.el: Use utf-8 encoding with coding cookie.
5116
5117 * net/tramp-cache.el:
5118 * net/tramp-fish.el:
5119 * net/tramp-ftp.el:
5120 * net/tramp-gw.el:
5121 * net/tramp-smb.el: Remove coding cookie.
5122
5123 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5124 Flush buffer file-name's file property.
5125 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5126
5127 * net/trampver.el: Update release number.
5128
5129 2007-07-29 Juri Linkov <juri@jurta.org>
5130
5131 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5132 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5133 when major-mode is not dired-mode.
5134 (dired-toggle-read-only): New function.
5135 (dired-recursive-deletes): Remove obsolete comments about old
5136 default value.
5137 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5138
5139 * wdired.el (wdired-exit): New function.
5140 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5141
5142 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * cus-edit.el (customize-read-group): New fun.
5145 (customize-group-other-window, customize-face-other-window):
5146 Prompt before delegating to customize-(group|face).
5147 Bind pop-up-windows rather than use the other-window argument.
5148 (customize-group, customize-face): Prompt from the interactive spec.
5149 Remove args `prompt-for-group' and `other-window'.
5150
5151 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5152 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5153 last change.
5154
5155 2007-07-28 Masatake YAMATO <jet@gyve.org>
5156
5157 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5158 Use backend name as the menu label. Suggested by David Kastrup.
5159
5160 2007-07-28 Alan Mackenzie <acm@muc.de>
5161
5162 Fix problem with modes derived from CC Mode:
5163 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5164 macro to cc-langs.
5165 (c-init-language-vars-for): Remove call to above macro.
5166 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5167 been moved to here.
5168 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5169
5170 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5171
5172 * net/trampver.el: Fix the `coding' cookie.
5173
5174 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5175
5176 * vc-git.el (vc-git-print-log): Support both the old single file
5177 interface and the new one.
5178
5179 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5180
5181 * bindings.el (mode-line-remote): Use updated %@ construct.
5182
5183 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5186 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5187 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5188 (diary-list-bahai-entries, diary-bahai-mark-entries)
5189 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5190 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5191 New names to clean up namespace.
5192 (list-bahai-diary-entries, mark-bahai-diary-entries)
5193 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5194 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5195 Add compatibility aliases.
5196
5197 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5198
5199 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5200 (calendar-scroll-left-three-months)
5201 (calendar-scroll-right-three-months): Clean up namespace.
5202 (scroll-calendar-left, scroll-calendar-right)
5203 (scroll-calendar-left-three-months)
5204 (scroll-calendar-right-three-months): Add compatibility aliases.
5205
5206 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5207 Behave like mouse-scroll-calendar-* when used from the mouse.
5208
5209 * calendar/cal-menu.el (cal-menu-scroll-menu)
5210 (cal-menu-global-mouse-menu):
5211 * calendar/calendar.el (calendar-mode-map):
5212 Use new calendar-scroll-* names.
5213 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5214 Remove. Use calendar-scroll-* directly instead.
5215
5216 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5219 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5220 (ad-make-advised-definition, ad-cache-id-verification-code):
5221 Use commandp and interactive-form instead.
5222
5223 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5224
5225 * vc-git.el: Relicense to GPLv3 or later.
5226 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5227
5228 * vc-hooks.el (vc-handled-backends): Add GIT.
5229
5230 * vc.el (vc-directory-exclusion-list): Add .git.
5231
5232 2007-07-26 Alexandre Julliard <julliard@winehq.org>
5233
5234 * vc-git.el (vc-git-revision-table)
5235 (vc-git-revision-completion-table): New functions.
5236
5237 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5238
5239 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5240 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5241 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5242 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5243 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5244 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5245 New command actions for EPS header and EPS footer.
5246
5247 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5248 footer. Fix some problems with one-or-more, zero-or-more and
5249 alternative constructions generation. Some log messages
5250 implementation. Doc fix.
5251 (ebnf-version): New version 4.4.
5252 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5253 (ebnf-eps-footer, ebnf-log): New options.
5254 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5255 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5256 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5257 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5258 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5259 (ebnf-style-custom-list, ebnf-style-database): Put new values.
5260 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5261 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5262 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5263 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5264 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5265 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5266 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5267 (ebnf-non-terminal-dimension, ebnf-special-dimension)
5268 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5269 (ebnf-except-dimension, ebnf-alternative-dimension)
5270 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5271 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5272 message fun.
5273 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5274 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5275 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5276 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5277 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5278 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5279 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5280 compatibility with Emacs 20 & 21.
5281 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5282 (ebnf-eps-file-alist, ebnf-basic-width-extra)
5283 (ebnf-basic-empty-height): New vars.
5284 (ebnf-prologue): Fix PostScript code.
5285 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5286 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5287 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5288 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5289
5290 2007-07-25 Glenn Morris <rgm@gnu.org>
5291
5292 * Relicense all FSF files to GPLv3 or later.
5293
5294 * COPYING: Switch to GPLv3.
5295
5296 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5299 Replace it with another one which disables undo before calling
5300 erase-buffer and then turns it back on if needed.
5301
5302 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5303
5304 * ps-print.el: Problem with foreground and background color when
5305 printing a buffer with and without faces. Reported by Christian
5306 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5307 (ps-print-version): New version 6.7.5.
5308 (ps-default-fg): Change default value to nil, so black color is used
5309 when a face does not specify a foreground color.
5310 (ps-default-bg): Change default value to nil, so white color is used
5311 for background color.
5312 (ps-begin-job): Fix code.
5313
5314 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5315
5316 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5317
5318 2007-07-24 Glenn Morris <rgm@gnu.org>
5319
5320 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5321 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5322 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5323 (cal-tex-cursor-week, cal-tex-cursor-week2)
5324 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5325 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5326 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5327 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5328
5329 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * calendar/calendar.el (calendar-mode-map): Move initialization
5332 into declaration. Add menu bindings (used to be done in cal-menu).
5333 (calendar-mode): Don't add an activate-menubar-hook.
5334
5335 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5336 modify calendar-mode-map), use easy-menu, and make sure that C-h k
5337 can be used on the menu entries.
5338 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5339 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5340 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5341 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5342 (calendar-flatten, cal-menu-update): Remove.
5343 (calendar-mouse-insert-hebrew-diary-entry)
5344 (calendar-mouse-insert-islamic-diary-entry)
5345 (calendar-mouse-insert-bahai-diary-entry):
5346 Remove (fold into cal-menu-diary-menu).
5347 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5348 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5349 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5350 (calendar-mouse-view-diary-entries): Minor simplifications.
5351 (calendar-event-to-date): Use with-current-buffer.
5352
5353 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
5354
5355 * add-log.el (change-log-redate): Remove (not needed anymore and
5356 doesn't appear to work).
5357
5358 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * frame.el: Use mapc and dolist instead of mapcar where possible.
5361 (close-display-connection): New command.
5362
5363 2007-07-25 Alexandre Julliard <julliard@winehq.org>
5364
5365 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5366 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5367
5368 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5369
5370 * ps-print.el (ps-multibyte-buffer): Docstring fix.
5371
5372 * ps-mule.el: Doc fix.
5373 (ps-multibyte-buffer, ps-mule-font-info-database-default)
5374 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5375
5376 2007-07-25 Glenn Morris <rgm@gnu.org>
5377
5378 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5379 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5380 (cal-tex-daily-end, cal-tex-hook)
5381 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5382 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5383 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5384 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5385 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5386 (cal-tex-day-prefix, cal-tex-day-name-format)
5387 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5388 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5389 (cal-tex-LaTeX-subst-list): Change from variables to constants.
5390 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5391 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5392 etc, rather than \bf.
5393 (cal-tex-mini-calendar): Fix typos in previous change.
5394 (cal-tex-latexify-list): Remove inner let binding.
5395 (cal-tex-end-document, cal-tex-banner): Use multi-line
5396 cal-tex-comment.
5397 (cal-tex-comment): Handle embedded newlines.
5398 (cal-tex-LaTeXify-string): Use substring-no-properties.
5399
5400 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
5401
5402 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5403 Add support for the Maden build tool.
5404
5405 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
5406
5407 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
5408
5409 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
5412
5413 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5414
5415 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
5416 C-x C-q.
5417
5418 * vc-git.el (vc-git-print-log): Fix previous change.
5419
5420 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * window.el (save-selected-window): Minor optimization.
5423 (bw-adjust-window): If operation failed, try with a smaller delta.
5424 (window-fixed-size-p): New function.
5425 (window-area-factor): New var.
5426 (balance-windows-area): New command.
5427
5428 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
5429 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5430 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
5431 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
5432 (ps-mule-begin-job): Use dolist.
5433
5434 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5435
5436 * subr.el (start-file-process-shell-command)
5437 (process-file-shell-command): New defuns.
5438
5439 * progmodes/compile.el (compilation-start):
5440 Apply `start-file-process-shell-command'.
5441
5442 2007-07-24 Alexandre Julliard <julliard@winehq.org>
5443
5444 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
5445
5446 2007-07-24 Alan Mackenzie <acm@muc.de>
5447
5448 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5449 Initialise byte-compile-unresolved-functions before rather than
5450 after a compilation.
5451 (byte-compile-unresolved-functions): Amplify doc string.
5452
5453 2007-07-24 Glenn Morris <rgm@gnu.org>
5454
5455 * startup.el (normal-splash-screen): Use `emacs-copyright'.
5456
5457 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5458 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5459 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5460 (cal-tex-cursor-week, cal-tex-cursor-week2)
5461 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5462 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5463 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5464 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5465
5466 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
5467 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
5468 (cal-tex-day-name-format, cal-tex-cal-one-month)
5469 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
5470 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
5471 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
5472 (cal-tex-list-holidays, cal-tex-cursor-year)
5473 (cal-tex-cursor-year-landscape, cal-tex-year)
5474 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
5475 (cal-tex-cursor-month, cal-tex-insert-days)
5476 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5477 (cal-tex-first-blank-p, cal-tex-cursor-week)
5478 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5479 (cal-tex-week-hours, cal-tex-cursor-week-monday)
5480 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
5481 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5482 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
5483 (cal-tex-latexify-list, cal-tex-previous-month)
5484 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
5485 modernization, including using dotimes rather than
5486 calendar-for-loop.
5487 (cal-tex-LaTeX-subst-list): Remove `@'.
5488 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
5489 Use \textit and \textbf rather than \em and \it.
5490
5491 * calendar/cal-bahai.el (list-bahai-diary-entries)
5492 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
5493 * calendar/cal-islam.el (list-islamic-diary-entries)
5494 * calendar/calendar.el (generate-calendar, generate-calendar-month)
5495 * calendar/diary-lib.el (diary-list-entries)
5496 (mark-calendar-date-pattern): Use `dotimes' rather than
5497 `calendar-for-loop'.
5498
5499 * calendar/calendar.el (calendar-for-loop): Doc fix.
5500
5501 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
5504 underlying file is uptodate.
5505
5506 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
5507
5508 * replace.el (perform-replace): Use isearch-no-upper-case-p.
5509
5510 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * vc-hooks.el (vc-mode-line-map): New const.
5513 (vc-mode-line): Use it.
5514
5515 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5516
5517 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
5518 (vc-git-unregister): New functions.
5519 (vc-git-find-version): Use the result of ls-files as a parameter
5520 for cat-file.
5521
5522 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
5523
5524 * net/tramp.el (tramp-perl-file-attributes)
5525 (tramp-perl-directory-files-and-attributes)
5526 (tramp-handle-file-attributes-with-stat)
5527 (tramp-handle-directory-files-and-attributes-with-stat)
5528 (tramp-convert-file-attributes): Handle huge file sizes.
5529
5530 2007-07-23 Juri Linkov <juri@jurta.org>
5531
5532 * isearch.el (isearch-message-function): New variable.
5533 (isearch-update, isearch-search): Use it.
5534
5535 * simple.el (goto-history-element): New function created from
5536 next-history-element.
5537 (next-history-element): Most code moved to goto-history-element.
5538 Call goto-history-element with (- minibuffer-history-position n).
5539 (previous-history-element): Call goto-history-element with (+
5540 minibuffer-history-position n).
5541 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
5542 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
5543 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
5544 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
5545 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
5546 (minibuffer-history-isearch-pop-state): New functions.
5547
5548 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5549
5550 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
5551 Also, if FILE is a list, return non-nil if any of its elements
5552 should stay local. Update docstring.
5553
5554 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
5557 change by reverting a small part.
5558
5559 2007-07-23 Richard Stallman <rms@gnu.org>
5560
5561 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
5562
5563 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5564
5565 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
5566 handling it. Use vc-git-command.
5567 (vc-git-find-version, vc-git-diff-tree): New functions.
5568 (vc-git-revert): Use vc-git-command.
5569 (vc-git--run-command): Delete.
5570
5571 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5572
5573 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
5574
5575 2007-07-20 Kenichi Handa <handa@m17n.org>
5576
5577 * international/utf-8.el (utf-8-post-read-conversion):
5578 Temporarily bind utf-8-compose-scripts to nil while running
5579 *-compose-region functions.
5580
5581 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5582
5583 * vc-git.el: Update status.
5584 (vc-directory-exclusion-list): Use eval-after-load.
5585
5586 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
5587
5588 * bindings.el (mode-line-remote): New variable.
5589 (help-echo): Add to default values of mode-line-format.
5590
5591 * files.el: Mark mode-line-remote as risky.
5592
5593 2007-07-22 Juri Linkov <juri@jurta.org>
5594
5595 * isearch.el (isearch-edit-string): Save old point and
5596 isearch-other-end to old-point and old-other-end before reading
5597 the search string from minibuffer. After exiting minibuffer set
5598 point to old-other-end if point and the search direction is the
5599 same as before reading the search string.
5600 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
5601 to isearch-other-end. Instead of isearch-search-and-update call
5602 three functions isearch-search, isearch-push-state and isearch-update.
5603
5604 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5605
5606 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
5607 deal with multiple file arguments.
5608 (vc-git-print-log): Deal with multiple file arguments.
5609
5610 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
5613 diff-refine-hunk. Adjust users.
5614 (diff-unified-hunk-p, diff-splittable-p): New functions.
5615 (diff-mode-menu): Use it to disable Split when it doesn't work.
5616
5617 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5618
5619 * diff-mode.el (diff-mode-menu): New entries.
5620
5621 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
5624 if applicable, so as to save undo-log space.
5625
5626 * diff-mode.el (diff-find-file-name): Add arg `batch'.
5627
5628 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
5629 (diff-file-kill): Use it.
5630 (diff-beginning-of-hunk): Add arg `try-harder' using it.
5631 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
5632 Use it so they find the hunk even when we're in the file header.
5633
5634 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5635
5636 * vc-git.el (vc-git-revision-granularity, vc-git-root)
5637 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
5638 (vc-git-create-repo): New functions.
5639 (vc-git-registered): New autoloaded function definition.
5640 (vc-git-registered): Use vc-git-root.
5641 (vc-git-responsible-p): New defalias.
5642 (vc-git-annotate-extract-revision-at-line): Uncomment.
5643 (vc-git-print-log): Add the file name to the log.
5644 (vc-git-log-view-mode): New derived mode.
5645 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
5646
5647 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5648
5649 * progmodes/grep.el (grep-compute-defaults): Keep default values.
5650
5651 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
5652
5653 * textmodes/reftex.el (reftex-access-parse-file): Create parse
5654 file in a way that does not interfere with recentf mode.
5655 (reftex-access-parse-file): Do not risk destroying an existing
5656 buffer.
5657
5658 2007-07-22 Alexandre Julliard <julliard@winehq.org>
5659
5660 * vc-git.el: New file.
5661
5662 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * textmodes/tex-mode.el (tex-font-script-display): Change default.
5665
5666 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5667
5668 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
5669 for branches and new files.
5670
5671 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
5672 local-map handling ...
5673 (vc-mode-line): ... here. Improve handling of help-echo.
5674
5675 * vc.el (mode-line-string): Document help-echo usage.
5676
5677 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5678
5679 Sync with Tramp 2.1.10.
5680
5681 * net/tramp.el (tramp-get-ls-command): Fix typo.
5682
5683 * net/trampver.el: Update release number.
5684
5685 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5686
5687 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
5688
5689 * term/x-win.el (x-handle-no-bitmap-icon): New function.
5690
5691 2007-07-22 Martin Rudalics <rudalics@gmx.at>
5692
5693 * add-log.el (change-log-fill-parenthesized-list): New function.
5694 (change-log-indent): Call change-log-fill-parenthesized-list.
5695 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
5696 Have lines with leading asterisk start a paragraph.
5697
5698 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5699
5700 * calc/calc-math.el (math-emacs-precision)
5701 (math-largest-emacs-expt, math-smallest-emacs-expt):
5702 New variables.
5703 (math-use-emacs-fn): New function.
5704 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
5705 appropriate.
5706
5707 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5708
5709 * image-dired.el (image-dired-sane-db-file): New func.
5710 (image-dired-write-tags, image-dired-remove-tag)
5711 (image-dired-list-tags, image-dired-write-comments)
5712 (image-dired-get-comment, image-dired-mark-tagged-files)
5713 (image-dired-create-gallery-lists): Call new func.
5714 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
5715
5716 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5717
5718 * vc-hg.el (vc-hg-dir-state): Fix loop.
5719 (vc-hg-print-log): Fix expected return value for vc-hg-command.
5720 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
5721 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
5722 (vc-hg-revert): Likewise.
5723 (vc-hg-revision-table, vc-hg-revision-completion-table): New
5724 functions.
5725
5726 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * add-log.el (change-log-resolve-conflict): Don't lose data if the
5729 merge fails.
5730
5731 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5732
5733 * progmodes/compile.el (compilation-auto-jump-to-first-error):
5734 Add group and version.
5735
5736 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * add-log.el (add-log-file-name): Use file-relative-name.
5739 (add-change-log-entry): Delay reading
5740 add-log-(full-name|mailing-address) to after we've switched to the
5741 ChangeLog buffer so we get the right value.
5742 (add-change-log-entry, add-log-current-defun, change-log-merge):
5743 Use derived-mode-p rather than checking major-mode directly.
5744
5745 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
5746 name for buffer-file-name if it refers to a directory.
5747
5748 * vc-arch.el (vc-arch-diff): Fix last change.
5749
5750 * progmodes/compile.el (compilation-start): Remember the original
5751 directory in a buffer-local compilation-directory.
5752 (compile): Set the global value of compilation-directory.
5753 (recompile): Use compilation-directory even in the compilation buffer.
5754
5755 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5756
5757 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
5758
5759 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5760
5761 * ps-print.el: Problem with foreground and background color when
5762 printing a buffer with and without faces. Reported by Christian
5763 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5764 (ps-print-version): New version 6.7.5.
5765 (ps-default-fg): Change default value to nil, so black color is used
5766 when a face does not specify a foreground color.
5767 (ps-default-bg): Change default value to nil, so white color is used
5768 for background color.
5769 (ps-begin-job): Fix code.
5770
5771 2007-07-20 Eli Zaretskii <eliz@gnu.org>
5772
5773 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
5774 in $(INSTALL_DIR)/lisp/ if they already exist.
5775
5776 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
5777
5778 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
5779 in $(INSTALL_DIR)/lisp/ if they already exist.
5780
5781 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * progmodes/vera-mode.el (vera-re-search-forward)
5784 (vera-re-search-backward): Remove use of store-match-data.
5785 (vera-mode-map): Move initialization into declaration.
5786
5787 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
5788 (flymake-find-buildfile): Use locate-dominating-file.
5789
5790 * vc.el (vc-delistify): Use mapconcat.
5791 (vc-do-command): Minor simplification.
5792 (vc-expand-dirs): Use push.
5793
5794 * vc-mcvs.el (vc-mcvs-create-repo):
5795 * vc-cvs.el (vc-cvs-create-repo): Remove.
5796
5797 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
5798 directory and the root as well.
5799
5800 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5801
5802 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
5803 instead of a file.
5804
5805 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
5806 (vc-hg-registered): Replace if with when.
5807 (vc-hg-state): Deal with nonexistent files and handle removed files.
5808 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
5809 (vc-hg-checkout): Re-enable.
5810 (vc-hg-create-repo): Fix typos.
5811 (vc-hg-print-log): Fix for multiple files.
5812 (vc-hg-workfile-unchanged-p): New function.
5813
5814 * vc.el: Fix typo.
5815 (vc-print-log): Fix call to print-log.
5816 (vc-default-comment-history): Likewise.
5817 (vc-directory-exclusion-list): Add .hg and .bzr.
5818 (vc-diff-internal): Pass a list instead of a file.
5819
5820 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5821
5822 * vc-bzr.el (vc-bzr-create-repo): New function.
5823
5824 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5827 `file' from which to start the search.
5828
5829 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
5830
5831 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5832 having a single file argument to having a list of files as the
5833 first argument.
5834
5835 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * files.el (locate-dominating-file): New function.
5838
5839 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
5840
5841 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5842 (grep-compute-defaults): Use it.
5843
5844 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * uniquify.el: Docstring fixes.
5847
5848 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5849
5850 * vc.el (revision-granularity, create-repo): Document new vc
5851 backend properties.
5852 (vc-rollback): Renamed from vc-cancel-version. Update
5853 references. Pass a list instead of a file.
5854 (vc-revert): Renamed from vc-revert-buffer. Update references.
5855 (vc-delistify, vc-expand-dirs): New functions.
5856 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5857 of files instead of a single file.
5858 (vc-position-context, vc-resync-window, vc-diff-internal)
5859 (vc-print-log): Pass a list instead of a file.
5860
5861 * vc-hooks.el (vc-stay-local-p, vc-backend)
5862 (vc-backend-subdirectory-name): Work on a file list, not a single
5863 file.
5864 (vc-workfile-version): Update docstring.
5865 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5866 vc-revert instead of vc-revert-buffer.
5867 (vc-prefix-map): Likewise. Bind vc-update.
5868
5869 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5870 (vc-svn-wash-log): New functions.
5871 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5872 (vc-svn-command): Deal with a list of files, not a single file.
5873
5874 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5875 (vc-rcs-wash-log): New functions.
5876 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5877 Deal with a list of files, not a single file.
5878 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5879
5880 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5881 functions.
5882 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5883 list of files, not a single file.
5884
5885 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5886 New functions.
5887 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5888 (vc-mcvs-diff): Deal with a list of files, not a single file.
5889
5890 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5891 functions.
5892 (vc-hg-print-log): Deal with a list of files, not a single file.
5893 (vc-hg-diff-tree): New function, replace defalias with the same
5894 name.
5895 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5896 FILES to denote that it is a file list, not a single file.
5897
5898 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5899 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5900 a single file.
5901 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5902 that it is a file list, not a single file.
5903 (vc-cvs-diff): Likewise. Simplify.
5904
5905 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5906 Deal with a list of files, not a single file.
5907
5908 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5909 (vc-bzr-print-log): Update FILE parameter name to denote that it
5910 is a file list, not a single file.
5911 (vc-bzr-diff): Likewise. Use the car of files.
5912
5913 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
5914
5915 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5916 (follow-delete-other-windows-and-split, follow-recenter)
5917 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5918 (follow-redisplay, follow-estimate-first-window-start)
5919 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
5920 Fix typos in docstrings.
5921
5922 2007-07-18 Martin Rudalics <rudalics@gmx.at>
5923
5924 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
5925 avoid that filling introduces lines with a single asterisk.
5926
5927 * kmacro.el (kmacro-end-macro): When ignoring empty macro
5928 avoid incorrect kmacro-ring-empty-p messages.
5929 Reported by Michael Schierl <schierlm@gmx.de>.
5930
5931 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5932
5933 * vc.el: Add more info about the vc-registered function.
5934
5935 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5936
5937 * files.el (file-remote-p): Introduce optional parameter
5938 IDENTIFICATION.
5939
5940 * recentf.el (recentf-keep-default-predicate): Adapt call of
5941 `file-remote-p'.
5942
5943 * progmodes/grep.el (grep-probe): Use `process-file'.
5944 (grep-compute-defaults): Handle variables host specific.
5945
5946 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5947 parameter IDENTIFICATION.
5948
5949 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5950 parameter IDENTIFICATION.
5951 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
5952 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5953 Add entry for `set-file-times'.
5954 (tramp-do-copy-or-rename-file-via-buffer)
5955 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5956 (tramp-handle-unhandled-file-name-directory): Rewrite.
5957 (tramp-convert-file-attributes): Add error handling when inode is
5958 extraordinary big.
5959 (tramp-get-inode): Change parameter from FILE to VEC.
5960 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5961 is nil. This is according to the specification. Goto (point-max)
5962 when ready.
5963 (tramp-handle-shell-command): Rewrite completely, using
5964 `process-file' and `start-file-process'.
5965 (tramp-methods, tramp-find-shell)
5966 (tramp-open-connection-setup-interactive-shell)
5967 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5968 var. Reported by Steve Youngs <steve@sxemacs.org>.
5969
5970 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5971 entry for `set-file-times'. Rename `start-process' into
5972 `start-file-process'. Remove `call-process' entry.
5973 (tramp-fish-handle-set-file-times): New defun.
5974 (tramp-fish-handle-executable-find): Use `process-file'.
5975 (tramp-fish-handle-process-file): New defun. Replaces
5976 `tramp-fish-handle-call-process'.
5977 (tramp-fish-do-copy-or-rename-file-directly): Use
5978 `set-file-times'.
5979 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5980
5981 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5982 `tramp-get-inode' parameter.
5983
5984 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5987 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
5988 nowadays, and by the time Emacs-23 comes out, nobody will even remember
5989 it has ever existed.
5990
5991 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5992
5993 * vc.el: Undo previous change.
5994
5995 2007-07-16 Eli Zaretskii <eliz@gnu.org>
5996
5997 * makefile.w32-in (clean): Don't delete *~.
5998
5999 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * textmodes/tex-mode.el (tex-verbatim-environments):
6002 Add safe-local-variable property.
6003 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6004 when starting font-lock rather than when loading tex-mode.el.
6005
6006 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6007 whole $( rather than just the $. Rename from sh-quoted-subshell.
6008 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6009
6010 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6011
6012 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6013 bookmark-alist. Instead, if not sorting, simply return it.
6014 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6015 for its return value, not for its side effect.
6016
6017 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6018 case of alignment under a constant symbol, find and consider
6019 the sexp actually at indentation to be the "last sexp".
6020
6021 2007-07-16 Drew Adams <drew.adams@oracle.com>
6022
6023 * mouse.el (mouse-yank-secondary): Better error message if no
6024 secondary selection.
6025
6026 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6027
6028 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6029
6030 * term/xterm.el (xterm-turn-on-modify-other-keys)
6031 (xterm-turn-off-modify-other-keys): New functions.
6032 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6033 terminal supports it.
6034
6035 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6036
6037 * bookmark.el (bookmark-show-all-annotations):
6038 Make sure each inserted annotation ends with newline.
6039
6040 2007-07-15 Richard Stallman <rms@gnu.org>
6041
6042 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6043
6044 * tutorial.el (tutorial--find-changed-keys):
6045 Handle C-x specially like ESC.
6046
6047 2007-07-15 Aaron Hawley <aaronh@garden.org>
6048
6049 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6050
6051 2007-07-15 Juri Linkov <juri@jurta.org>
6052
6053 * delsel.el (delete-selection-pre-hook):
6054 * emulation/cua-base.el (cua-paste): Before a yank command,
6055 check also whether last-command is one of mouse-save-then-kill,
6056 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6057
6058 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6059
6060 * recentf.el (recentf-keep-default-predicate): New defun.
6061 (recentf-keep): Use it as initial value.
6062
6063 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6064
6065 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6066 thus restoring bookmark bindings to three slots under C-x r. See
6067 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6068
6069 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6070
6071 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6072
6073 2007-07-15 Jason Rumney <jasonr@gnu.org>
6074
6075 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6076 for input to cmdproxy on all versions of Windows.
6077 Use dos line ends for input to plink.
6078
6079 * comint.el (comint-simple-send): Concat newline before sending.
6080 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6081
6082 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6085 safe-local-variable setting.
6086
6087 2007-07-14 David Kastrup <dak@gnu.org>
6088
6089 * emacs-lisp/advice.el (defadvice): Doc fix.
6090
6091 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6092
6093 * subr.el (when, unless): Doc fix.
6094
6095 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6096
6097 * replace.el (match): Use yellow1 instead of yellow.
6098
6099 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6100 red.
6101
6102 * pcvs-info.el (cvs-unknown): Likewise.
6103
6104 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6105
6106 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6107 (install): Use them to copy all *.el files before *.elc.
6108
6109 2007-07-13 Drew Adams <drew.adams@oracle.com>
6110
6111 * bookmark.el (bookmark-jump-other-window): New function.
6112 (bookmark-map): Bind it to "o".
6113
6114 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6115 and its thread contains discussion about this change.
6116 The original patch was slightly tweaked by Karl Fogel
6117 <kfogel@red-bean.com> before committing.
6118
6119 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6120
6121 * bookmark.el: Shorten some comments to fit within 80 lines.
6122
6123 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6124
6125 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6126 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6127 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6128 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6129
6130 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6131
6132 * textmodes/org.el: Bug fixes.
6133 (org-end-of-line): Move to end of line if in headline without tags.
6134
6135 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * vc-hooks.el: Remove spurious * in docstrings.
6138 (vc-handled-backends): Add BZR.
6139
6140 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6141
6142 2007-07-12 Davis Herring <herring@lanl.gov>
6143
6144 * desktop.el (desktop-buffer-info, desktop-save):
6145 Use `desktop-dirname' instead of `dirname'.
6146
6147 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6148
6149 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6150
6151 * progmodes/python.el (python-which-func-length-limit): New var.
6152 (python-which-func): New function.
6153 (python-current-defun): Add optional `length-limit' and try to fit
6154 computed function name to that length.
6155 (python-mode): Hook `python-which-func' up.
6156
6157 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6158
6159 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6160
6161 * comint.el (comint-dynamic-complete-as-filename):
6162 Use read-file-name-completion-ignore-case.
6163
6164 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * comint.el (comint-dynamic-list-filename-completions):
6167 Use read-file-name-completion-ignore-case.
6168
6169 * vc-cvs.el: Require CL.
6170 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6171 New functions to provide completion of revision names.
6172
6173 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6174 (vc-cvs-annotate-first-line-re): New const.
6175 (vc-cvs-annotate-process-filter): New fun.
6176 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6177
6178 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6179
6180 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6181 (eldoc-print-current-symbol-info): Adjust for changed helper
6182 function signatures.
6183 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6184 `eldoc-highlight-function-argument'.
6185 (eldoc-highlight-function-argument): New function.
6186 (eldoc-get-var-docstring): Format documentation with
6187 `font-lock-variable-name-face'.
6188 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6189 where suited.
6190 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6191 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6192
6193 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6194
6195 * progmodes/compile.el (compilation-start): `start-process' must
6196 still be redefined when calling `start-process-shell-command'.
6197
6198 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6199 remote file name, prepend its remote part to the filename.
6200 (gud-common-init): When `default-directory' is a remote file name,
6201 make the filename relative to it.
6202 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6203
6204 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6205
6206 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6207 mouse binding and a tooltip.
6208
6209 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * menu-bar.el (vc-menu-map): New defalias.
6212
6213 2007-07-10 Richard Stallman <rms@gnu.org>
6214
6215 * emacs-lisp/lisp-mode.el (eval-defun):
6216 Explain special handling of `defface'.
6217
6218 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6219
6220 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6221
6222 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6223
6224 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6225
6226 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6227
6228 * vc-arch.el (vc-arch-complete): Remove.
6229 (vc-arch-revision-completion-table): Use complete-with-action.
6230
6231 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6232 (complete-with-action): New function.
6233 (dynamic-completion-table): Use it.
6234
6235 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
6236
6237 * comint.el (make-comint, make-comint-in-buffer)
6238 (comint-exec-1): Replace `start-process' by `start-file-process'.
6239
6240 * progmodes/compile.el (compilation-start): Revert redefining
6241 `start-process'.
6242
6243 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6246 with EOLs when generating MD5 checksums.
6247
6248 * follow.el: Don't change the global map from the follow-mode-map
6249 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
6250 XEmacs code.
6251 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6252 since `follow-mode' should be used instead for that.
6253
6254 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6255 (easy-menu-do-define): Use it.
6256 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6257
6258 * progmodes/compile.el (compilation-auto-jump-to-first-error)
6259 (compilation-auto-jump-to-next): New vars.
6260 (compilation-auto-jump): New function.
6261 (compilation-error-properties): Use them to jump to first error.
6262 (compilation-start): Set the var if requested.
6263
6264 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6265 duplicates without also removing entries from other directories.
6266
6267 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6268
6269 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6270 Remember span as default.
6271 (org-columns-edit-value): Rename from `org-column-edit'.
6272 (org-columns-display-here-title): Rename from
6273 `org-overlay-columns-title'.
6274 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6275 (org-columns-get-autowidth-alist): Rename from
6276 `org-get-columns-autowidth-alist'.
6277 (org-columns-display-here): Rename from `org-overlay-columns'.
6278 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6279 (org-columns-quit): Rename from `org-column-quit'.
6280 (org-columns-show-value): Rename from `org-column-show-value'.
6281 (org-columns-content, org-columns-widen)
6282 (org-columns-next-allowed-value)
6283 (org-columns-edit-allowed, org-columns-store-format)
6284 (org-columns-uncompile-format, org-columns-redo)
6285 (org-columns-edit-attributes, org-delete-property)
6286 (org-set-property, org-columns-update)
6287 (org-columns-compute, org-columns-eval)
6288 (org-columns-not-in-agenda, org-columns-compute-all)
6289 (org-property-next-allowed-value)
6290 (org-columns-compile-format)
6291 (org-fill-paragraph-experimental)
6292 (org-string-to-number, org-property-action)
6293 (org-columns-move-left, org-columns-new)
6294 (org-column-number-to-string)
6295 (org-property-previous-allowed-value)
6296 (org-at-property-p, org-columns-delete)
6297 (org-columns-previous-allowed-value)
6298 (org-columns-move-right, org-columns-narrow)
6299 (org-property-get-allowed-values)
6300 (org-verify-version, org-column-string-to-number)
6301 (org-delete-property-globally): New functions.
6302 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6303 (org-columns-overlays): Rename from `org-column-overlays'.
6304 (org-columns-map): Rename from `org-column-map'.
6305 (org-columns-current-maxwidths): Rename from
6306 `org-current-columns-maxwidths'.
6307 (org-columns-begin-marker, org-columns-current-fmt-compiled)
6308 (org-previous-header-line-format)
6309 (org-columns-inhibit-recalculation)
6310 (org-columns-top-level-marker): New variables.
6311 (org-columns-default-format): Rename from `org-default-columns-format'.
6312 (org-property-re): New constant.
6313
6314 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6315
6316 * subr.el (looking-at-p, string-match-p): New functions.
6317
6318 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
6319
6320 * textmodes/tex-mode.el (tex-fontify-script)
6321 (tex-font-script-display): New variables to make display of
6322 superscripts and subscripts customizable.
6323 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6324
6325 2007-07-09 Richard Stallman <rms@gnu.org>
6326
6327 * isearch.el (isearch-edit-string): Call to isearch-push-state
6328 after the search.
6329
6330 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6331
6332 * window.el (fit-window-to-buffer): Remove setting of window-min-height
6333 to 1 as enlarge-window uses the value to resize/shrink windows other
6334 than WINDOW if needed.
6335
6336 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6337
6338 * cus-start.el (file-coding-system-alist): Fix custom type.
6339
6340 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6341
6342 * longlines.el (longlines-wrap-region): Avoid marking buffer as
6343 modified.
6344 (longlines-auto-wrap, longlines-window-change-function):
6345 Remove unnecessary calls to set-buffer-modified-p.
6346
6347 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6348
6349 * cus-start.el (file-coding-system-alist): Fix custom type.
6350
6351 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6354 (vc-cvs-checkout): Remove last arg now unused; simplify.
6355
6356 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6357
6358 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6359
6360 * net/tramp.el:
6361 * net/tramp-ftp.el:
6362 * net/tramp-smb.el:
6363 * net/tramp-uu.el:
6364 * net/trampver.el: Migrate to Tramp 2.1.
6365
6366 * net/tramp-cache.el:
6367 * net/tramp-fish.el:
6368 * net/tramp-gw.el: New Tramp packages.
6369
6370 * net/tramp-util.el:
6371 * net/tramp-vc.el: Removed.
6372
6373 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6374 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6375
6376 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6377
6378 * progmodes/compile.el (compilation-start): Redefine
6379 `start-process' temporarily when `default-directory' is remote.
6380 Remove case of synchronous compilation, this won't happen ever.
6381 (compilation-setup): Make local variable `comint-file-name-prefix'
6382 for remote compilation.
6383
6384 2007-07-08 Martin Rudalics <rudalics@gmx.at>
6385
6386 * novice.el (disabled-command-function): Fit window to buffer to
6387 make last line visible.
6388 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6389
6390 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6391 when handling the terminating event.
6392
6393 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6394
6395 * calc/calc.el (math-read-number-simple): Remove leading 0s.
6396 (math-bignum-digit-length): Change to optimal value.
6397
6398 * calc/calc-bin.el (math-bignum-logb-digit-size)
6399 (math-bignum-digit-power-of-two): Evaluate when compiled.
6400
6401 * calc/calc-comb.el (math-small-factorial-table)
6402 (math-init-random-base, math-prime-test): Remove unnecessary calls
6403 to `math-read-number-simple'.
6404
6405 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6406 (math-approx-gamma-const): Add docstrings.
6407
6408 * calc/calc-forms.el (math-julian-date-beginning)
6409 (math-julian-date-beginning-int): New constants.
6410 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
6411 Use the new constants.
6412
6413 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
6414
6415 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6416 Add docstrings.
6417
6418 2007-07-07 Tom Tromey <tromey@redhat.com>
6419
6420 * vc.el (vc-annotate): Jump to line and output message only after the
6421 process is really all done.
6422
6423 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * vc.el (vc-exec-after): Don't move point from the sentinel.
6426 Forcefully read all the remaining text in the pipe upon process exit.
6427 (vc-annotate-display-autoscale, vc-annotate-lines):
6428 Don't stop at the first unrecognized line.
6429 (vc-annotate-display-select): Run autoscale after the process is done
6430 since it depends on the whole result.
6431
6432 2007-07-07 Eli Zaretskii <eliz@gnu.org>
6433
6434 * term/w32-win.el (menu-bar-open): New function.
6435 Bind <f10> to it.
6436
6437 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6438
6439 * simple.el (start-file-process): New defun.
6440
6441 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * files.el (find-file-confirm-nonexistent-file): Rename from
6444 find-file-confirm-inexistent-file. Update users.
6445
6446 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
6447 format of autoload block where the file's time-stamp is replaced by its
6448 MD5 checksum.
6449 (autoload-generate-file-autoloads): Use MD5 checksum instead of
6450 time-stamp for secondary autoloads files.
6451 (update-directory-autoloads): Remove duplicate entries.
6452 Use time-less-p for time-stamps, as done in autoload-find-destination.
6453
6454 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6455
6456 * calc/calc.el (math-read-number): Replace number by variable.
6457 (math-read-number-simple): Properly parse small integers.
6458
6459 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6460
6461 * vc.el: Fix doc for the checkout function.
6462
6463 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
6464
6465 * vc-hg.el (vc-hg-root): New function.
6466 (vc-hg-registered): Use it.
6467 (vc-hg-diff-tree): New defalias.
6468 (vc-hg-responsible-p): Likewise.
6469 (vc-hg-checkout): Comment out, not needed.
6470 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
6471 (vc-hg-find-version, vc-hg-next-version): New functions.
6472
6473 2007-07-06 Andreas Schwab <schwab@suse.de>
6474
6475 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
6476 dynamic bindings around the evaluation of the expression.
6477 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
6478
6479 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
6482 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
6483 Use run-hooks rather than run-mode-hooks.
6484
6485 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
6486
6487 * calc/calc-comb.el (math-random-digit): Rename to
6488 `math-random-three-digit-number'.
6489 (math-random-digits): Don't depend on representation of integer.
6490
6491 * calc/calc-bin.el (math-bignum-logb-digit-size)
6492 (math-bignum-digit-power-of-two): New constants.
6493 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
6494 (math-not-bignum, math-clip-bignum): Use the constants
6495 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
6496 instead of their values.
6497 (math-clip): Use math-small-integer-size instead of its value.
6498
6499 * calc/calc.el (math-add-bignum): Replace number by constant.
6500
6501 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * wid-edit.el (widget-documentation-string-value-create):
6504 Insert indentation spaces.
6505
6506 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6507
6508 * emacs-lisp/byte-opt.el: Revert last change.
6509
6510 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6511
6512 * vc-hooks.el (vc-handled-backends): Add HG.
6513
6514 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
6515
6516 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * complete.el (PC-do-complete-and-exit): Add support for the new
6519 `confirm-only' confirmation mode.
6520
6521 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6522
6523 * cus-edit.el (custom-commands): New variable.
6524 (custom-tool-bar-map): New variable. Initialize using
6525 `custom-commands'.
6526 (custom-mode): Use `custom-tool-bar-map'.
6527 (custom-buffer-create-internal): Insert action buttons only if
6528 tool bar is not used. Use `custom-commands'.
6529 (Custom-help, custom-command-apply): New function.
6530 (custom-command-apply, Custom-set, Custom-save)
6531 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
6532 Use `custom-command-apply' instead of duplicating code.
6533 (customize-group-other-window): Call `customize-group' instead of
6534 duplicating code.
6535 (customize-face-other-window): Call `customize-face' instead of
6536 duplicating code.
6537 (customize-group, customize-face): Add optional args for opening
6538 in another window.
6539 (custom-variable-tag): Don't inherit `variable-pitch' face.
6540 (custom-group-tag): Inherit `variable-pitch' face.
6541 (custom-variable-value-create): Set documentation indentation.
6542 (custom-group-value-create): Make group name a link, instead of
6543 using an extra "go to group" button.
6544 (custom-prompt-variable, custom-group-set, custom-group-save)
6545 (custom-group-reset-current, custom-group-reset-saved)
6546 (custom-group-reset-standard): Minor cleanup.
6547
6548 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6549
6550 * Makefile.in (bootstrap-prepare): When copying from
6551 ldefs-boot.el, make sure loaddefs.el is writeable.
6552
6553 (bootstrap-prepare): Make $(lisp)/ps-print.el
6554 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
6555
6556 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6557
6558 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
6559 only caller, and delete.
6560 (vc-hg-state): Deal with exceptions and only parse the output on
6561 successful return.
6562 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
6563 caller, and delete.
6564 (vc-hg-workfile-version): Deal with exceptions and only parse the
6565 output on successful return.
6566 (vc-hg-revert): New function.
6567
6568 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
6569
6570 * calculator.el (calculator-expt): Use more cases to determine
6571 the value.
6572
6573 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6574
6575 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
6576 file names.
6577
6578 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
6579
6580 * calculator.el (calculator-expt, calculator-integer-p):
6581 New functions.
6582 (calculator-fact): Check to see if the factorial will be too
6583 large before computing it.
6584 (calculator-initial-operators): Use `calculator-expt' to
6585 compute "^".
6586 (calculator-mode): Mention that results which are too large
6587 will return inf.
6588 * calc/calc-comb.el (math-small-factorial-table): Replace list
6589 by vector.
6590
6591 2007-07-03 David Kastrup <dak@gnu.org>
6592
6593 * shell.el: On request of the authors, remove their addresses for
6594 the sake of bug reports, and add the developer list address as
6595 maintainer information.
6596
6597 2007-07-03 Richard Stallman <rms@gnu.org>
6598
6599 * files.el (make-directory): Doc fix.
6600 (find-file-confirm-inexistent-file): Make it a defcustom.
6601 Make nil the default.
6602
6603 2007-07-02 Richard Stallman <rms@gnu.org>
6604
6605 * startup.el (command-line): Set buffer-offer-save in *scratch*
6606 and enable auto-save in it.
6607
6608 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6609
6610 * textmodes/org.el (orgstruct-mode-map): New variable.
6611 (orgstruct-mode): New minor mode.
6612 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
6613 (orgstruct-make-binding, org-context-p, org-get-local-variables)
6614 (org-run-like-in-org-mode): New functions.
6615 (org-cycle-list-bullet): New command.
6616 (org-special-properties, org-property-start-re)
6617 (org-property-end-re): New constants.
6618 (org-with-point-at): New macro.
6619 (org-get-property-block, org-entry-properties, org-entry-get)
6620 (org-entry-delete, org-entry-get-with-inheritance)
6621 (org-entry-put, org-buffer-property-keys): New functions.
6622 (org-insert-property-drawer): New command.
6623 (org-entry-property-inherited-from): New variable.
6624 (org-column): New face.
6625 (org-column-overlays, org-current-columns-fmt)
6626 (org-current-columns-maxwidths, org-column-map): New variables.
6627 (org-column-menu): New menu.
6628 (org-new-column-overlay, org-overlay-columns)
6629 (org-overlay-columns-title, org-remove-column-overlays)
6630 (org-column-show-value, org-column-quit, org-column-edit):
6631 New functions.
6632 (org-columns, org-agenda-columns): New commands.
6633 (org-get-columns-autowidth-alist): New functions.
6634 (org-properties): New customize group.
6635 (org-default-columns-format): New option.
6636 (org-priority): Realign tags after changing priority.
6637 (org-preserve-lc): New macro.
6638 (org-update-checkbox-count): Catch case when there is no headline.
6639 (org-agenda-quit): Remove any column overlays.
6640 (org-beginning-of-item-list): Fixed bug when non-item line is
6641 indented too deep.
6642 (org-cached-props): New variable.
6643 (org-cached-entry-get): New function.
6644 (org-make-tags-matcher): Handle property matches.
6645 (org-table-recalculate): Swap evaluation order: Field formula
6646 first, then column formulas, but don't allow them to overwrite the
6647 field formulas.
6648 (org-table-eval-formula): New argument untouchable.
6649 (org-table-put-field-property): New function.
6650
6651 2007-07-02 Martin Rudalics <rudalics@gmx.at>
6652
6653 * help-mode.el (help-make-xrefs): Skip spaces too when
6654 skipping tabs.
6655
6656 * ffap.el (dired-at-point-prompter): Improve prompt in
6657 list-directory case.
6658
6659 2007-07-01 Richard Stallman <rms@gnu.org>
6660
6661 * files.el (find-file-visit-truename): Fix safe-local-variable value.
6662
6663 2007-07-01 Richard Stallman <rms@gnu.org>
6664
6665 * cus-start.el (max-mini-window-height): Added.
6666
6667 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6668
6669 * complete.el (partial-completion-mode): Remove advice of
6670 read-file-name-internal.
6671 (PC-do-completion): Rebind minibuffer-completion-table.
6672 (PC-read-file-name-internal): New function doing what
6673 read-file-name-internal advice did.
6674
6675 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
6676
6677 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
6678 property on a few symbols.
6679 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
6680 (byte-optimize-lapcode): Remove bindings that are not referenced
6681 and certainly will not effect through dynamic scoping.
6682
6683 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6684
6685 * files.el (find-file-confirm-inexistent-file): New var.
6686 (find-file, find-file-other-window, find-file-other-frame)
6687 (find-file-read-only, find-file-read-only-other-window)
6688 (find-file-read-only-other-frame): Use it.
6689
6690 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
6693
6694 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
6695
6696 * generic-x.el (generic-define-mswindows-modes)
6697 (generic-define-unix-modes, apache-log-generic-mode)
6698 (bat-generic-mode-keymap, java-manifest-generic-mode)
6699 (show-tabs-generic-mode): Fix typos in docstrings.
6700
6701 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
6702
6703 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
6704 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
6705 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
6706 (rcirc-print): Never ignore messages from ourself.
6707
6708 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6709
6710 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
6711 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
6712
6713 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6714
6715 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
6716 replace-regexp-in-string.
6717
6718 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * emacs-lisp/cl.el: Set edebug and indentation before loading
6721 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
6722
6723 2007-06-28 Andreas Schwab <schwab@suse.de>
6724
6725 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
6726 $(lisp)/subdirs.el.
6727
6728 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
6729
6730 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
6731 the speedbar frame if nil; that deletes the current frame or
6732 causes an error if it is the only frame.
6733 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
6734
6735 2007-06-28 Kevin Ryde <user42@zip.com.au>
6736
6737 * textmodes/nroff-mode.el: Groff \# comments.
6738 (nroff-mode-syntax-table): \# comment intro,
6739 plain # as punct per global table.
6740 (nroff-font-lock-keywords): Add # as a single char escape.
6741 (nroff-mode): In comment-start-skip, match \#.
6742
6743 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
6746 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
6747 point-min == 1.
6748
6749 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
6750
6751 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
6752 Rename and move to...
6753
6754 * subr.el (strings->string, string->strings): ...here.
6755
6756 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
6757 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
6758
6759 * progmodes/gud.el (gud-common-init): Call string->strings instead
6760 of split-string.
6761
6762 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6763
6764 * dired-aux.el: Remove `dired-call-process'.
6765 (dired-check-process): Call `process-file'.
6766
6767 * wdired.el (wdired-do-perm-changes): Call `process-file'.
6768
6769 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
6770 `ange-ftp-process-file'.
6771
6772 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
6775
6776 * emacs-lisp/cl-extra.el:
6777 * emacs-lisp/cl-seq.el:
6778 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
6779 Add autoload cookies on all defs autoloaded manually in cl.el.
6780
6781 * emacs-lisp/cl-loaddefs.el: New file.
6782
6783 * textmodes/texinfmt.el (texinfo-raisesections-alist)
6784 (texinfo-lowersections-alist): Merge definition and declaration.
6785 (texinfo-start-of-header, texinfo-end-of-header): Remove.
6786 (texinfo-format-syntax-table): Merge init into declaration.
6787 (texinfo-format-parse-line-args, texinfo-format-parse-args)
6788 (texinfo-format-parse-defun-args, texinfo-format-node)
6789 (texinfo-push-stack, texinfo-multitable-widths)
6790 (texinfo-define-info-enclosure, texinfo-alias)
6791 (texinfo-format-defindex, batch-texinfo-format): Use push.
6792 (texinfo-footnote-number): Remove duplicate declaration.
6793
6794 * ps-print.el: Update with auto-generated autoloads.
6795
6796 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
6797
6798 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
6801 relative to current dir for file-local settings.
6802 (autoload-generate-file-autoloads): Add `outfile' arg.
6803 (update-directory-autoloads): Use it to directly call
6804 autoload-generate-file-autoloads instead of going through
6805 update-file-autoloads so we avoid redundant searches and so we can know
6806 the set of buffers changed so we can save them all.
6807
6808 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
6809 rather than throwing `up-to-date'.
6810 (autoload-generate-file-autoloads): Adjust correspondingly.
6811 (update-file-autoloads): Be careful to let-bind
6812 autoload-modified-buffers and adjust to new calling conventions.
6813 (autoload-modified-buffers): Make it a dynamically scoped var.
6814 (update-directory-autoloads): Use file-relative-name instead of
6815 autoload-trim-file-name.
6816 (autoload-insert-section-header): Don't use autoload-trim-file-name
6817 since the file is already relative now.
6818 (autoload-trim-file-name): Remove.
6819
6820 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
6821 (vc-arch-complete, vc-arch--version-completion-table)
6822 (vc-arch-revision-completion-table): New functions to provide
6823 completion of revision names.
6824 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6825 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6826 to let the user trim the revlib.
6827
6828 * vc.el: Add new VC operation `revision-completion-table'.
6829 (vc-default-revision-completion-table): New function.
6830 (vc-version-diff, vc-version-other-window): Use it to provide
6831 completion of revision names if the backend provides it.
6832
6833 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6834
6835 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6836 of newer .svn/entries.
6837
6838 2007-06-25 David Kastrup <dak@gnu.org>
6839
6840 * calc/calc-poly.el (math-padded-polynomial)
6841 (math-partial-fractions): Add some function comments.
6842
6843 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6846 Make `outbuf' optional.
6847 (update-file-autoloads): Use it.
6848
6849 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6852 (autoload-find-destination): Keep it uptodate.
6853 (autoload-save-buffers): New fun.
6854 (update-file-autoloads): Use it. Re-add the "up to date" message.
6855
6856 * emacs-lisp/autoload.el: Refactor for upcoming changes.
6857 (autoload-find-destination): New function extracted from
6858 update-file-autoloads.
6859 (update-file-autoloads): Use it.
6860 (autoload-generate-file-autoloads): New function extracted from
6861 generate-file-autoloads. Use file-relative-name. Delay computation of
6862 output-start to the first cookie. Remove done-any, replaced by
6863 output-start.
6864 (generate-file-autoloads): Use it.
6865
6866 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6867
6868 * calc/calc-comb.el (math-init-random-base, math-prime-test):
6869 Use math-read-number-simple to insert constants.
6870 (math-prime-test): Redo calculation of sum.
6871
6872 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6873
6874 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6875 math-scale-bignum-3.
6876 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6877 math-bignum-digit-size.
6878 (math-isqrt-small): Add another possible initial guess.
6879
6880 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6881
6882 * textmodes/bibtex.el (bibtex-entry-format): New options
6883 `whitespace', `braces', and `string'.
6884 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6885 (bibtex-field-braces-opt, bibtex-field-strings-opt)
6886 (bibtex-cite-matcher-alist): New variables.
6887 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6888 (bibtex-flash-head): Use blink-matching-delay.
6889 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6890 (bibtex-format-entry, bibtex-reformat): Handle new options of
6891 bibtex-entry-format.
6892 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6893 New functions.
6894 (bibtex-complete-internal): Do not display messages while
6895 minibuffer is used. Do not leave around a completions buffer
6896 that is out of date.
6897 (bibtex-copy-summary-as-kill): New optional arg.
6898 (bibtex-font-lock-url): New optional arg no-button.
6899 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6900 (bibtex-url): Allow multiple URLs per entry.
6901
6902 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * emacs-lisp/autoload.el (autoload-generated-file): New function.
6905 (update-file-autoloads, update-directory-autoloads): Use it.
6906 (autoload-file-load-name): New function.
6907 (generate-file-autoloads, update-file-autoloads): Use it.
6908 (autoload-find-file): Accept non-absolute argument. Set default-dir.
6909 (generate-file-autoloads): If the autoloaded form is malformed,
6910 indicate the problem with a warning instead of aborting.
6911
6912 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6913
6914 * simple.el (next-error-recenter): Accept `(4)' as well;
6915 also, specify `integer' instead of `number'.
6916
6917 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6918
6919 * ls-lisp.el (insert-directory): If an invalid regexp error is
6920 thrown, try using FILE as a literal file name, not a wildcard.
6921
6922 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
6923
6924 * ruler-mode.el (ruler-mode): Prevent clobbering the original
6925 `header-line-format' when reentering ruler mode.
6926
6927 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6928
6929 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6930 FILE exists as a file.
6931
6932 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6933
6934 * calc/calc.el (math-bignum-digit-length)
6935 (math-bignum-digit-size, math-small-integer-size):
6936 New constants.
6937 (math-normalize, math-bignum-big, math-make-float)
6938 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6939 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6940 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6941 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6942 (math-quotient, math-div-bignum, math-div-bignum-digit)
6943 (math-div-bignum-part, math-format-bignum-decimal)
6944 (math-read-bignum): Use math-bignum-digit-length,
6945 math-bignum-digit-size and math-small-integer-size.
6946
6947 * calc/calc-ext.el (math-fixnum-big): Use the variable
6948 math-bignum-digit-size.
6949
6950 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6951
6952 * log-view.el (log-view-mode-menu): New menu.
6953
6954 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6957 differently.
6958
6959 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6960 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6961
6962 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6963
6964 * vc-hg.el (vc-hg-print-log): Insert the file name.
6965 (vc-hg-log-view-mode): Fontify the file name.
6966
6967 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6968
6969 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6970 (calcFunc-julian): Fix incorrect number used in calculations.
6971
6972 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
6973
6974 * simple.el (next-error-recenter): New defcustom.
6975 (next-error, next-error-internal): Recenter if specified,
6976 immediately prior to running `next-error-hook'.
6977
6978 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6979 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6980
6981 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6982
6983 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6984
6985 * calc/calc-comb.el (math-small-factorial-table): New variable.
6986 (calcFunc-fact): Use `math-small-factorial-table'.
6987
6988 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6989 initial values.
6990 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6991 New variables to use in caches.
6992
6993 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
6994 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
6995
6996 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
6997 (math-bernoulli-b-cache): Use math-read-number-simple to insert
6998 bignums.
6999
7000 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7001 New variables to use in caches.
7002
7003 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7004
7005 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7006
7007 * vc-hg.el (vc-hg-log-view-mode): New mode.
7008
7009 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7010
7011 * calc/calc.el (math-read-number-simple): New function.
7012
7013 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7016 (vera-font-lock-match-item): Fix doc string.
7017 (vera-in-comment-p): Remove unused function.
7018 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7019 use `syntax-ppss'.
7020 (vera-forward-syntactic-ws): Fix argument order.
7021 (vera-prepare-search): Use `with-syntax-table'.
7022 (vera-indent-line): Fix doc string.
7023 (vera-electric-tab): Fix doc string.
7024 (vera-expand-abbrev): Define alias instead of using `fset'.
7025 (vera-comment-uncomment-region): Use `comment-start-skip'.
7026
7027 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7028
7029 * textmodes/org.el (org-export-with-footnotes): New option.
7030 (org-export-as-html): Fix replacement bug for XEmacs.
7031 (org-agenda-default-appointment-duration): New option.
7032
7033 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7034
7035 * vc-hg.el: Add to do items.
7036 (vc-hg-diff): Add support for comparing different revisions.
7037 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7038 (vc-hg-annotate-extract-revision-at-line)
7039 (vc-hg-previous-version, vc-hg-checkin): New functions.
7040 (vc-hg-annotate-re): New constant.
7041
7042 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7043
7044 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7045
7046 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7049 buffer-local value of log-view-*-re if applicable.
7050
7051 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7052 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7053 (vc-bzr-command*): Remove both (incompatible) versions.
7054 (vc-bzr-do-command*): Remove.
7055 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7056 Remove by folding into its only caller vc-bzr-command.
7057 (vc-bzr-command): Always set the environment, even when ineffective.
7058 (vc-bzr-version): Minor fix up.
7059 (vc-bzr-admin-dirname): New var.
7060 (vc-bzr-bzr-dir): Remove.
7061 (vc-bzr-root-dir): New fun.
7062 (vc-bzr-registered): Use it. Add an autoloaded version.
7063 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7064 (vc-bzr-view-log-function): Remove.
7065 (vc-bzr-log-view-mode): New major mode to replace it.
7066 (vc-bzr-print-log): Only activate the old hack if needed.
7067
7068 * vc.el (vc-default-log-view-mode): New function.
7069 (vc-print-log): Add new `log-view-mode' VC operation.
7070
7071 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7072
7073 * ido.el (ido-find-file-in-dir): Don't signal an error for
7074 empty directories.
7075
7076 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7077
7078 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7079 directory where the desktop file was found, as the docstring says.
7080 (desktop-kill): Use `read-directory-name'.
7081
7082 2007-06-20 Alan Mackenzie <acm@muc.de>
7083
7084 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7085 When removing lines, also remove the \n. Correction of patch of
7086 2007-04-21.
7087
7088 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7089
7090 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7091 event is not a cons cell. Do not unread drag-mouse-1 events.
7092 Select right window in check whether space was stolen from
7093 window above.
7094
7095 * help-mode.el (help-make-xrefs): Adjust position of new forward
7096 button.
7097
7098 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7099
7100 * vc-bzr.el (vc-bzr-with-process-environment)
7101 (vc-bzr-std-process-invocation): New macros.
7102 (vc-bzr-command, vc-bzr-command*): Use them.
7103 (vc-bzr-with-c-locale): Remove.
7104 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7105 (vc-bzr-buffer-nonblank-p): New function.
7106 (vc-bzr-state-words): New const.
7107 (vc-bzr-state): Look for `bzr status' keywords in output.
7108 Display everything else as a warning message to the user.
7109 Fix status report with bzr >= 0.15.
7110
7111 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7112
7113 * vc-hg.el (vc-hg-global-switches): Simplify.
7114 (vc-hg-state): Handle more states.
7115 (vc-hg-diff): Fix doc-string.
7116 (vc-hg-register): New function.
7117 (vc-hg-checkout): Likewise.
7118
7119 2007-06-20 Reto Zimmermann <reto@gnu.org>
7120
7121 * progmodes/vera-mode.el: New file.
7122
7123 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7124
7125 * calc/calc.el (calc-multiplication-has-precendence):
7126 New variable.
7127 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7128 New functions.
7129 (math-expr-opers): Define using math-standard-ops rather than
7130 math-standard-opers.
7131 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7132 equal the function math-standard-ops rather than the variable
7133 math-standard-opers.
7134 (calc-algebraic-entry): Let math-expr-opers equal
7135 math-standard-ops or math-expr-ops, as appropriate.
7136 (math-expr-read-level, math-read-factor): Let math-expr-opers
7137 equal math-expr-ops.
7138 * calc/calc-embed.el (calc-embedded-finish-edit):
7139 Let math-expr-opers equal the function math-standard-ops
7140 rather than the variable math-standard-opers.
7141 * calc/calc-ext.el (math-read-plain-expr)
7142 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7143 function math-standard-ops rather than the variable
7144 math-standard-opers.
7145 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7146 Let math-expr-opers equal the function math-standard-ops rather
7147 than the variable math-standard-opers.
7148 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7149 equal the function math-standard-ops rather than the variable
7150 math-standard-opers.
7151 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7152 equal the function math-standard-ops rather than the variable
7153 math-standard-opers.
7154 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7155 math-expr-ops.
7156
7157 2007-06-19 Ivan Kanis <apple@kanis.eu>
7158
7159 * vc-hg.el: New file.
7160
7161 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7164 with font-lock-multiline.
7165
7166 2007-06-17 Glenn Morris <rgm@gnu.org>
7167
7168 * lpr.el (lpr-page-header-switches): Move %s to separate element
7169 for correct quoting. Doc fix.
7170
7171 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7172
7173 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7174 than setting sgml-xml-mode.
7175 (sgml-mode, html-mode): Set sgml-xml-mode.
7176 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7177 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7178 (sgml-electric-tag-pair-before-change-function)
7179 (sgml-electric-tag-pair-flush-overlays): New functions.
7180 (sgml-electric-tag-pair-mode): New minor mode.
7181 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7182 (sgml-calculate-indent): Use assoc-string.
7183
7184 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7185
7186 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7187 chars before the "@" in an email address. Andreas Roehler noticed
7188 this problem.
7189
7190 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7191
7192 * thingatpt.el: Add support for email addresses (`email').
7193 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7194 (thing-at-point-email-regexp): New variable.
7195 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7196 properties on this symbol, with lambda forms for values.
7197
7198 2007-06-15 Masatake YAMATO <jet@gyve.org>
7199
7200 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7201
7202 * vc.el (vc-dired-hook): Check the backend returned from
7203 `vc-responsible-backend' can really handle `subdir'.
7204
7205 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7206
7207 * wid-edit.el (widget-add-documentation-string-button):
7208 Fix handling of documentation indent.
7209
7210 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7211
7212 * mb-depth.el: New file.
7213
7214 2007-06-15 Masatake YAMATO <jet@gyve.org>
7215
7216 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7217
7218 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7219
7220 * wid-edit.el (widget-default-create): Move ?h handling here...
7221 (widget-default-format-handler): ...from here.
7222 (widget-docstring, widget-add-documentation-string-button): New funs.
7223 (documentation-string): Add :visibility-widget property.
7224 (widget-documentation-string-value-create): Use it.
7225
7226 * cus-edit.el (custom-split-regexp-maybe): Simplify.
7227 (custom-buffer-create-internal): Simplify message.
7228 (custom-variable-tag): Reduce height to normal.
7229 (custom-variable-value-create, custom-face-value-create)
7230 (custom-visibility): New widget.
7231 (custom-visibility): New face.
7232 (custom-group-value-create):
7233 Call widget-add-documentation-string-button, using `custom-visibility'.
7234
7235 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * emacs-lisp/bytecomp.el (byte-compile-current-group)
7238 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7239 change. Apparently the "warning even if the group is implicit" is
7240 a feature rather than a bug.
7241
7242 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
7243
7244 * emulation/viper.el (viper-describe-key-ad)
7245 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7246 Compile them conditionally.
7247 (viper-version): Belated version change.
7248
7249 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
7250
7251 * follow.el (follow-all-followers, follow-generic-filter):
7252 * pcomplete.el (pcomplete-restore-windows):
7253 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7254 (x-dnd-drop-data):
7255 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7256 * progmodes/python.el (python-complete-symbol):
7257 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7258
7259 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
7260
7261 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7262 around bright and dim regexps. Make sure bright and dim matches
7263 use word anchors. Send text through rcirc-markup functions.
7264 (rcirc-url-regexp): Add single quote character.
7265 (rcirc-connect): Write logs to disk on auto-save-hook.
7266 Make server a non-optional argument.
7267 (rcirc-log-alist): New variable.
7268 (rcirc-log-directory): Make customizable.
7269 (rcirc-log-flag): New customizable variable.
7270 (rcirc-log): New function.
7271 (rcirc-print): Use above function.
7272 (rcirc-log-write): New function.
7273 (rcirc-generate-new-buffer-name): Strip text properties.
7274 (rcirc-switch-to-buffer-function): Remove variable.
7275 (rcirc-last-non-irc-buffer): Remove variable.
7276 (rcirc-non-irc-buffer): Add function.
7277 (rcirc-next-active-buffer): Use above function.
7278 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7279 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7280 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7281 (rcirc-omit-mode): Add minor-mode.
7282 (rcirc-mode-map): Change C-c C-o binding.
7283 (rcirc-mode): Clear mode-line-process. Use a custom
7284 fill-paragraph-function. Set up buffer-invisibility-spec.
7285 (rcirc-response-formats): Remove timestamp code.
7286 (rcirc-omit-responses): Add variable.
7287 (rcirc-print): Don't put the overlay arrow on potentially omitted
7288 lines. Log line to disk. Record activity for private messages
7289 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
7290 (rcirc-jump-to-first-unread-line): Print message if there is no
7291 unread text.
7292 (rcirc-clear-unread): New function.
7293 (rcirc-markup-text-functions): Add variable.
7294 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7295 (rcirc-debug): Don't mess with window configuration.
7296 (rcirc-send-message): Send message before printing locally.
7297 Add SILENT argument, do not print message if non-nil.
7298 (rcirc-visible-buffers): New function and variable.
7299 (rcirc-window-configuration-change-1): Add function.
7300 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7301 server buffer.
7302 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7303 (rcirc-fill-paragraph): Add function.
7304 (rcirc-record-activity, rcirc-window-configuration-change-1):
7305 Only update the activity string if it has actually changed.
7306 (rcirc-update-activity-string): Remove padding characters from the
7307 mode-line string.
7308 (rcirc-disconnect-buffer): New function to be called when a
7309 channel is parted or the user quits.
7310 (rcirc-server-name): Warn when the server-name hasn't been set.
7311 (rcirc-window-configuration-change): Postpone work until
7312 post-command-hook.
7313 (rcirc-window-configuration-change-1): Update mode-line and
7314 overlay arrows here.
7315 (rcirc-authenticate): Fixc hanserv identification.
7316 (rcirc-default-server): Remove variable.
7317 (rcirc): Connect according to rcirc-connections.
7318 (rcirc-connections): Add variable.
7319 (rcirc-startup-channels-alist): Remove variable.
7320 (rcirc-startup-channels): Remove function.
7321
7322 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7325
7326 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7327
7328 * term/xterm.el (terminal-init-xterm): Escape parens in character
7329 constants.
7330
7331 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7332
7333 * progmodes/sh-script.el: Remove unneeded * from docstrings.
7334 Use [:alpha:] and [:alnum:] where applicable.
7335 (sh-quoted-subshell): Rewrite to correctly
7336 handle nested mixes of `...' and $(...).
7337 (sh-apply-quoted-subshell): Remove.
7338 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7339
7340 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
7341
7342 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
7343
7344 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7345 previous change.
7346
7347 2007-06-12 Tom Tromey <tromey@redhat.com>
7348
7349 * subr.el (user-emacs-directory): New defconst.
7350 * cmuscheme.el (scheme-start-file):
7351 * shell.el (shell):
7352 * completion.el (save-completions-file-name):
7353 * custom.el (custom-theme-directory):
7354 * term/x-win.el (emacs-session-filename):
7355 * filesets.el (filesets-menu-cache-file):
7356 * thumbs.el (thumbs-thumbsdir):
7357 * server.el (server-auth-dir):
7358 * image-dired.el (image-dired-dir):
7359 (image-dired-db-file):
7360 (image-dired-temp-image-file):
7361 (image-dired-gallery-dir):
7362 (image-dired-temp-rotate-image-file):
7363 * play/gamegrid.el (gamegrid-user-score-file-directory):
7364 * savehist.el (savehist-file):
7365 * tutorial.el (tutorial--saved-dir):
7366 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7367
7368 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
7369
7370 * scroll-lock.el (scroll-lock-mode): Doc fix.
7371
7372 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7373
7374 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7375
7376 * ediff-init.el: Doc strings.
7377
7378 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7381 (byte-compile-file): Bind it.
7382 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7383 group argument is provided implicitly.
7384 (byte-compile-format-warn, byte-compile-from-buffer)
7385 (byte-compile-insert-header): Don't hardcode point-min==1.
7386 (byte-compile-file-form-require): Remove unused var old-load-list.
7387 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7388
7389 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7390
7391 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7392 Display error messages.
7393 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7394 Get rid of cl.el dependencies.
7395
7396 * emulation/viper-init.el (viper-suppress-input-method-change-message):
7397 New variable.
7398 (viper-activate-input-method-action)
7399 (viper-inactivate-input-method-action):
7400 Use viper-suppress-input-method-change-message.
7401
7402 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7403 for C-s, C-r.
7404
7405 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7406 Use viper-replace-overlay-cursor-color instead of
7407 viper-replace-overlay-cursor-color.
7408 (viper-sit-for-short): Use sit-for with 3 arguments.
7409
7410 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
7411 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
7412 to gud-mode.
7413
7414 * ediff-mult.el (ediff-meta-buffer-brief-message)
7415 (ediff-meta-buffer-verbose-message): New variables.
7416 (ediff-meta-buffer-message): Variable deleted.
7417 (ediff-verbose-help-enabled): New variable.
7418 (ediff-toggle-verbose-help-meta-buffer): New function.
7419 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
7420 message options.
7421
7422 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
7423 (ediff-fixup-patch-map): Improve heuristic.
7424
7425 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
7428 (log-view-font-lock-keywords): Simplify.
7429 (log-view-current-file, log-view-current-tag): Simplify.
7430
7431 2007-06-12 Sam Steingold <sds@gnu.org>
7432
7433 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
7434
7435 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
7436
7437 * desktop.el (desktop-load-locked-desktop): New option.
7438 (desktop-read): Use it.
7439 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
7440 Use `when'.
7441
7442 2007-06-12 Davis Herring <herring@lanl.gov>
7443
7444 * desktop.el (desktop-save-mode-off): New function.
7445 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
7446 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
7447 (desktop-claim-lock, desktop-release-lock): New functions.
7448 (desktop-kill): Tell `desktop-save' that this is the last save.
7449 Release the lock afterwards.
7450 (desktop-buffer-info): New function.
7451 (desktop-save): Use it. Run `desktop-save-hook' where the doc
7452 says to. Detect conflicts, and manage the lock.
7453 (desktop-read): Detect conflicts. Manage the lock.
7454
7455 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
7458
7459 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
7460 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
7461 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
7462 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
7463 keysyms rather than byte sequences.
7464 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
7465
7466 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7467
7468 * font-lock.el (font-lock-add-keywords): In case font-lock was only
7469 half-activated, forcefully activate it completely.
7470
7471 2007-06-11 Richard Stallman <rms@gnu.org>
7472
7473 * cus-edit.el (custom-variable-type): Doc fix.
7474
7475 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
7478 (sh-font-lock-flush-syntax-ppss-cache): New functions.
7479 (sh-font-lock-syntactic-keywords): Use them to distinguish the
7480 different possible cases for \'.
7481
7482 * complete.el (PC-bindings): Don't bind things already bound in the
7483 parent keymap.
7484
7485 * textmodes/bibtex-style.el: New file.
7486
7487 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
7488
7489 * vc-bzr.el: New file.
7490
7491 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * vc-svn.el (vc-svn-program): New var.
7494 (vc-svn-command): Use it.
7495
7496 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
7497
7498 * server.el (server-switch-buffer): Remove redundant check.
7499
7500 2007-06-10 Martin Rudalics <rudalics@gmx.at>
7501
7502 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7503 Match against file-name-nondirectory.
7504 Fix text on user customization variables.
7505 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
7506
7507 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7508
7509 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
7510
7511 2007-06-09 Davis Herring <herring@lanl.gov>
7512
7513 * desktop.el (desktop-minor-mode-table): Doc fix.
7514
7515 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * textmodes/css-mode.el (css-navigation-syntax-table):
7518 Use set-char-table-range so it also works in the unicode branch.
7519
7520 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
7521
7522 * help-mode.el (help-xref-forward-stack)
7523 (help-xref-stack-forward-item, help-forward-label): New variables.
7524 (help-forward): New button type.
7525 (help-setup-xref): Initialise help-xref-forward-stack.
7526 (help-make-xrefs): Add forward button, if appropriate.
7527 (help-xref-go-back): Push item on forward stack.
7528 (help-xref-go-forward, help-go-forward): New functions.
7529
7530 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
7531
7532 * dired.el (dired-mode-map): Remove spurious separator.
7533
7534 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7535
7536 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
7537
7538 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7539 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
7540
7541 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
7542
7543 * textmodes/org.el: Version number fixed.
7544
7545 2007-06-07 Glenn Morris <rgm@gnu.org>
7546
7547 * version.el (emacs-copyright): New constant.
7548 * startup.el (fancy-splash-tail): Use emacs-copyright.
7549 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
7550
7551 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
7552 `make-local'.
7553 (byte-compile-warnings-safe-p): Add `make-local'.
7554 (byte-compile-make-variable-buffer-local):
7555 Allow byte-compile-warnings to suppress this warning.
7556
7557 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
7558 format of "menu" description.
7559 (tutorial--find-changed-keys): Describe the specific menu a
7560 command is in.
7561
7562 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
7563 Rewrite compatibility functions to silence byte-compiler.
7564
7565 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7566
7567 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
7568 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
7569
7570 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
7571
7572 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
7573
7574 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7575
7576 * progmodes/ebrowse.el (ebrowse-member-table):
7577 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
7578 (org-batch-agenda-csv): Fix typos in docstrings.
7579
7580 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7581
7582 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7583 (sort-coding-systems, search-unencodable-char): Doc fixes.
7584 (coding-system-change-eol-conversion, set-default-coding-systems)
7585 (prefer-coding-system, find-multibyte-characters, princ-list)
7586 (leim-list-entry-regexp, set-input-method, locale-language-names)
7587 (input-method-exit-on-first-char, exit-language-environment-hook)
7588 (locale-charset-language-names): Fix typos in docstrings.
7589
7590 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7591
7592 * pgg.el (pgg-sign-region, pgg-sign):
7593 * ses.el (ses-call-printer):
7594 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
7595 * textmodes/org.el (org-cycle): Fix typos in docstrings.
7596
7597 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
7598
7599 * textmodes/org.el (org-export-region-as-html)
7600 (org-replace-region-by-html, org-number-to-letters)
7601 (org-table-fedit-finish, org-normalize-color)
7602 (org-table-fedit-ref-right, org-date-to-gregorian)
7603 (org-table-fedit-move, org-table-convert-refs-to-rc)
7604 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
7605 (org-write-agenda, org-colgroup-info-to-vline-list)
7606 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
7607 (org-indent-line-function, org-export-as-html-to-buffer)
7608 (org-store-agenda-views, org-update-mode-line)
7609 (org-find-if, org-delete-all)
7610 (org-table-fedit-convert-buffer, org-emphasize)
7611 (org-uniquify, org-table-fedit-lisp-indent)
7612 (org-table-fedit-scroll, org-get-todo-sequence-head)
7613 (org-table-fedit-scroll-down, org-table-fedit-line-down)
7614 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
7615 (org-table-fedit-toggle-coordinates, org-dvipng-color)
7616 (org-table-fedit-line-up, org-table-fedit-ref-down)
7617 (org-table-formula-from-user, org-mode-flyspell-verify)
7618 (org-cycle-show-empty-lines, org-ctrl-c-ret)
7619 (org-table-formula-to-user, org-diary-to-ical-string)
7620 (orgtbl-export, org-table-fedit-post-command)
7621 (org-closed-in-range, org-shiftcontrolright)
7622 (org-table-convert-refs-to-an, org-table-hline-and-move)
7623 (org-table-formula-less-p, org-format-table-ascii)
7624 (org-agenda-get-sexps, org-shift-refpart)
7625 (org-diary-sexp-entry, org-time-string-to-absolute)
7626 (org-table-show-reference, org-letters-to-number)
7627 (org-fix-agenda-info, org-table-fedit-ref-up)
7628 (org-table-fedit-shift-reference, org-table-fedit-abort)
7629 (org-closest-date, org-shiftcontrolleft)
7630 (org-at-heading-or-item-p, org-rematch-and-replace)
7631 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
7632 New functions.
7633 (org-table-edit-scroll-down, org-finish-edit-formulas)
7634 (org-table-edit-next-field, org-abort-edit-formulas)
7635 (org-font-lock-level, org-export-find-first-heading-line)
7636 (org-table-edit-line-down, org-table-edit-backward-field)
7637 (org-edit-formula-lisp-indent, org-table-edit-move)
7638 (org-check-log-option, org-this-word)
7639 (org-table-edit-line-up, org-table-edit-formulas-post-command)
7640 (org-agenda-file-to-end, org-expand-file-name)
7641 (org-fake-empty-table-line, org-table-edit-scroll)
7642 (org-toggle-log-option, org-show-reference): Function removed.
7643 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
7644 New defsubsts.
7645 (org-unmodified, org-batch-store-agenda-views)
7646 (org-batch-agenda-csv): New macro.
7647 (org-agenda-export): New customization group.
7648 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
7649 (org-highest-priority, org-agenda-exporter-settings)
7650 (org-log-done-with-time, org-replace-disputed-keys)
7651 (org-format-latex-header, org-export-table-header-tags)
7652 (org-cycle-separator-lines, org-export-table-data-tags)
7653 (org-icalendar-include-sexps)
7654 (org-empty-line-terminates-plain-lists)
7655 (org-log-repeat, org-special-ctrl-a)
7656 (org-table-use-standard-references, org-disputed-keys)
7657 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
7658 (org-agenda-export-html-style): New option.
7659 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
7660 (org-CUA-compatible): Option removed.
7661 (org-agenda-structure, org-sexp-date): New face.
7662 (org-todo-keywords-for-agenda, org-not-done-keywords)
7663 (org-planning-or-clock-line-re, org-agenda-name)
7664 (org-table-colgroup-info, org-todo-sets)
7665 (constants-unit-system, org-clock-mode-line-entry)
7666 (org-mode-line-timer, org-table-current-begin-pos)
7667 (org-todo-keywords-1, org-mode-line-string)
7668 (org-table-clean-did-remove-column, org-table-fedit-map)
7669 (org-clock-heading, org-table-buffer-is-an)
7670 (org-agenda-info, org-done-keywords)
7671 (org-done-keywords-for-agenda, org-todo-heads)
7672 (org-todo-kwd-alist, org-clock-start-time): New variable.
7673 (org-todo-kwd-priority-p, org-edit-formulas-map)
7674 (org-repeat-re, org-todo-kwd-max-priority)
7675 (org-version, org-done-string)
7676 (org-table-clean-did-remove-column-1, org-disputed-keys):
7677 Remove variables.
7678 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
7679 (org-ts-lengths): Constant removed.
7680 (org-follow-gnus-link): Don't ask how many articles to read.
7681 (org-export-find-first-export-line): Rename from
7682 `org-export-find-first-heading'.
7683 Use `org-export-skip-text-before-1st-heading'.
7684 (org-table-fedit-post-command): Rename from
7685 `org-table-edit-formulas-post-command'.
7686 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
7687 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
7688 (org-table-fedit-lisp-indent): Rename from
7689 `org-edit-formula-lisp-indent'.
7690 (org-table-show-reference): Rename from `org-show-reference'.
7691 (org-table-store-formulas): Use `org-table-formula-less-p'.
7692 (org-table-edit-formulas): Position cursor to current field equation.
7693 (org-update-checkbox-count, org-hide-archived-subtrees)
7694 (org-timestamp-up-day, org-timestamp-down-day)
7695 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
7696 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
7697 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
7698 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
7699 Let `org-on-heading-p' also check for invisible heading.
7700 (org-read-date): Match am/pm times.
7701 (org-eval-in-calendar): Fix default date in prompt.
7702
7703 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
7704
7705 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
7706 "ChangeLog.a" entries, giving the latter lower priority.
7707
7708 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
7709
7710 * faces.el (face-id): If the argument is a face alias,
7711 return the ID of the target face.
7712
7713 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
7714
7715 * net/socks.el (top): Remove unnecessary copyright line.
7716
7717 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
7718
7719 * longlines.el (longlines-auto-wrap): Handle argument correctly.
7720
7721 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
7722
7723 * net/socks.el: New file, taken from w3 repository.
7724 (top): Update Copyright. Don't load cl.el.
7725 (all): Replace `case' by `cond', `string-to-int' by
7726 `string-to-number', and `process-kill-without-query' by
7727 `set-process-query-on-exit-flag'.
7728 (socks-char-int): Remove defalias and all occurrences.
7729
7730 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
7731
7732 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
7733 Fix typos in docstrings.
7734 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
7735 (compilation-finish-function): Fix typo in obsolescence declaration.
7736
7737 2007-06-03 Sam Steingold <sds@gnu.org>
7738
7739 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
7740 handle unending automatic recompilation of changed files (`omake -P').
7741 (compilation-loop): VISITED is now 5th CDR.
7742 (compilation-next-error-function): Set TIMESTAMP.
7743
7744 2007-06-03 Sam Steingold <sds@gnu.org>
7745
7746 * files.el (kill-buffer-ask): New function.
7747 (kill-some-buffers): Use it.
7748 (kill-matching-buffers): New user command.
7749
7750 2007-06-01 David Kastrup <dak@gnu.org>
7751
7752 * dired.el (dired-recursive-deletes, dired-recursive-copies):
7753 Change default to `top'.
7754
7755 2007-05-31 Richard Stallman <rms@gnu.org>
7756
7757 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
7758
7759 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * textmodes/css-mode.el: New file.
7762
7763 2007-05-30 Michael Olson <mwolson@gnu.org>
7764
7765 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
7766 died and we are trying to send a signal to it. The program using
7767 tq.el should periodically check to see whether the process has
7768 died and react appropriately -- this is not the responsibility of
7769 tq.el, and is consistent with the rest of the tq.el source code.
7770
7771 2007-05-29 Martin Rudalics <rudalics@gmx.at>
7772
7773 * textmodes/table.el (table--point-entered-cell-function)
7774 (table--point-left-cell-function):
7775 Bind `inhibit-point-motion-hooks' to t.
7776
7777 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7778
7779 * emacs-lisp/rx.el (rx): Doc fix.
7780
7781 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
7782
7783 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
7784
7785 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
7786
7787 Sync with Tramp 2.0.56.
7788
7789 * net/tramp.el:
7790 * net/tramp-ftp.el:
7791 * net/tramp-smb.el:
7792 * net/tramp-util.el:
7793 * net/tramp-vc.el:
7794 Don't load cl.el, because that pollutes the namespace. Replace cl
7795 macros by their implementations where necessary. Requested by
7796 Richard Stallman <rms@gnu.org>.
7797
7798 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
7799 doesn't exist.
7800 (with-parsed-tramp-file-name): Protect debug spec during compilation.
7801 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
7802 (tramp-file-name-p, tramp-file-name-multi-method)
7803 (tramp-file-name-method, tramp-file-name-user)
7804 (tramp-file-name-host, tramp-file-name-localname): New defuns,
7805 replacing defstruct `tramp-file-name'.
7806 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
7807 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
7808 Apply `vector' instead of `make-tramp-file-name'.
7809 (tramp-handle-make-auto-save-file-name):
7810 Apply `tramp-temporary-file-directory' for compatibility reasons.
7811 (tramp-completion-mode): Use `natnump' instead of `wholenump'
7812 because of XEmacs.
7813 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
7814 started.
7815
7816 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
7817
7818 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
7819
7820 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7821
7822 * log-edit.el (log-edit-changelog-paragraph): Return point-max
7823 as the end of the ChangeLog paragraph when it ends without a line
7824 termination.
7825
7826 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
7827
7828 * net/webjump.el (webjump-sample-sites):
7829 Add simple Wikipedia query.
7830
7831 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7834 compatibility code.
7835
7836 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7837 (copyright-update-year): Use it.
7838
7839 * edmacro.el (edmacro-format-keys): Use current-active-maps.
7840
7841 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7842 Add indentation and debugging info. Fix up comment convention.
7843
7844 * cus-dep.el (custom-make-dependencies): Simplify.
7845
7846 * composite.el (compose-region, decompose-region):
7847 Use inhibit-read-only and restore-buffer-modified-p.
7848
7849 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7850 (xterm-mouse-event): Use it.
7851
7852 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
7853
7854 * bs.el (bs-cycle-previous): Don't modify the cycle list until
7855 `switch-to-buffer' has returned succesfully.
7856 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
7857 window is dedicated (it could iconify the frame).
7858
7859 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
7860
7861 * vc-hooks.el (vc-find-root): Fix file attribute test.
7862
7863 2007-05-24 Richard Stallman <rms@gnu.org>
7864
7865 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7866 Don't let opoint be nil.
7867 (flyspell-emacs-popup): Explicit error if no dialogs.
7868
7869 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
7870
7871 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7872 (image-next-line, image-previous-line, image-scroll-up)
7873 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7874 New functions.
7875 (image-mode-map): Remap motion commands.
7876 (image-mode-text-map): New keymap for viewing images as text.
7877 (image-mode): Use image-mode-map.
7878 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7879
7880 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * textmodes/fill.el (canonically-space-region): Make the second arg
7883 a marker if it's not already the case.
7884
7885 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7886
7887 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7888 (tar-get-descriptor): Handle type 55, an extended pax header.
7889
7890 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7893 to confuse outline-minor-mode.
7894
7895 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7896
7897 * tar-mode.el (tar-file-name-handler): New function.
7898 (tar-extract): Bind file-name-handler-alist to it to force
7899 find-buffer-file-type-coding-system behave as if the file being
7900 extracted existed. Use last-coding-system-used to force
7901 buffer-file-coding-system to what decode-coding-region actually
7902 used to decode the file.
7903
7904 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7905
7906 * progmodes/compile.el (compilation-handle-exit):
7907 `compilation-finish-function' may change the current buffer.
7908
7909 2007-05-22 Richard Stallman <rms@gnu.org>
7910
7911 * files.el (set-auto-mode): Doc fix.
7912
7913 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7914
7915 * help-fns.el (find-source-lisp-file): New function.
7916 (describe-function-1): Use find-source-lisp-file to find source
7917 file in compile tree.
7918
7919 2007-05-22 Eli Zaretskii <eliz@gnu.org>
7920
7921 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7922
7923 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
7924
7925 * emacs-lisp/easy-mmode.el (define-minor-mode)
7926 (easy-mmode-define-navigation): Fix typos in docstrings.
7927
7928 2007-05-22 Glenn Morris <rgm@gnu.org>
7929
7930 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7931
7932 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
7933
7934 * mail/mail-extr.el (mail-extract-address-components):
7935 Recognize non-ASCII characters except for NBSP as words.
7936
7937 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
7938
7939 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7940 (rcirc-print): Handle `window-width'.
7941 (rcirc-buffer-maximum-lines): Doc fix.
7942
7943 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * image-mode.el (image-toggle-display): Don't clear image cache.
7946 Only use filename in image spec if the file is readable.
7947 Call image-refresh.
7948
7949 * image.el (image-type-from-file-name, image-type): Simplify.
7950 (image-type-auto-detected-p): Don't scan auto-mode-alist.
7951
7952 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7953 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7954
7955 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7956
7957 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7958 is an error.
7959
7960 * term/linux.el (terminal-init-linux): Don't signal an error
7961 if gpm isn't running.
7962
7963 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7964
7965 * t-mouse.el: Reduce to a minor-mode macro call.
7966 (t-mouse-mode): Remove the lighter.
7967
7968 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7969
7970 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
7971
7972 * files.el (auto-mode-alist): Change the regexp so that
7973 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7974
7975 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7976
7977 * Version 22.1 released.
7978
7979 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
7980
7981 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7982 changes.
7983
7984 2007-05-19 Kevin Ryde <user42@zip.com.au>
7985
7986 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7987
7988 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
7989
7990 * textmodes/sgml-mode.el: Revert last change.
7991
7992 2007-05-18 Richard Stallman <rms@gnu.org>
7993
7994 * simple.el (push-mark): Doc fix.
7995
7996 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
7997
7998 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
7999 tpu-global-map.
8000 (tpu-original-global-map): Variable deleted.
8001 (tpu-control-keys-map): New keymap variable.
8002 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8003 setting keymapping directly.
8004 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8005 tpu-global-map.
8006 (tpu-edt-on): Activate the tpu-global-map.
8007 (tpu-edt-off): Deactivate the tpu-global-map.
8008
8009 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8010
8011 * textmodes/ispell.el (ispell-get-word): Return markers
8012 for start and end positions.
8013 (ispell-word): Assume END is a marker.
8014
8015 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8016
8017 * printing.el: Group together all XEmacs/Emacs definitions.
8018 (pr-version): New version 6.9.
8019 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8020 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8021 (pr-menu-bind): Fix code.
8022 (pr-e-frame-char-height, pr-e-frame-char-width)
8023 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8024 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8025 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8026 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8027 (pr-x-event-y-pixel): Aliases eliminated.
8028 (pr-xemacs-global-menubar): Macro moved.
8029 (current-menubar, current-mouse-event, zmacs-region-stays)
8030 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8031 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8032 Vars moved.
8033 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8034 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8035 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8036 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8037 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8038 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8039 moved.
8040
8041 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8042
8043 * textmodes/sgml-mode.el (sgml-tag):
8044 Fix bug: Call sgml-transformation-function.
8045
8046 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8047
8048 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8049 modified flag of buffer. Use `inhibit-modification-hooks'.
8050
8051 2007-05-16 Richard Stallman <rms@gnu.org>
8052
8053 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8054
8055 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8058 Move the *ml, Postscript, and XmCD entries to the fallback part.
8059
8060 * files.el (magic-fallback-mode-alist):
8061 Rename from file-start-mode-alist.
8062
8063 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8064
8065 * progmodes/compile.el (compilation-handle-exit): Quote first
8066 argument of `run-hook-with-args'.
8067
8068 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8069
8070 * buff-menu.el (Buffer-menu-sort-column):
8071 * dabbrev.el (dabbrev-upcase-means-case-search):
8072 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8073 * info.el (Info-current-subfile):
8074 * ls-lisp.el (ls-lisp-verbosity):
8075 * msb.el (msb-menu-cond):
8076 * pcvs.el (cvs-dired-use-hook):
8077 * simple.el (set-mark-command-repeat-pop):
8078 * time.el (display-time-24hr-format, display-time-mail-file):
8079 Doc fixes.
8080
8081 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8082 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8083
8084 * view.el (view-inhibit-help-message): Fix typo in docstring.
8085 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8086
8087 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8088
8089 * textmodes/ispell.el (ispell-start-process): Defend against bad
8090 default-directory.
8091
8092 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8093
8094 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8095 content-transfer-encoding _last_, because it's its position that
8096 we need as value of base64-header-field-end.
8097
8098 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8099
8100 * files.el (mode-require-final-newline, require-final-newline)
8101 (enable-local-variables, enable-local-eval): Doc fixes.
8102
8103 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8104
8105 * ps-print.el: Use default color when foreground or background color
8106 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8107 (ps-print-version): New version 6.7.4.
8108 (ps-rgb-color): New argument. Use default color when color is
8109 unspecified.
8110 (ps-begin-job): Fix code.
8111
8112 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * longlines.el (longlines-mode): Make longlines-auto-wrap
8115 buffer-local. Add hooks unconditionally.
8116 (longlines-auto-wrap): Toggle wrapping.
8117 (longlines-after-change-function)
8118 (longlines-post-command-function): Check longlines-auto-wrap.
8119
8120 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8121
8122 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8123 (xterm-mouse-translate): Use it.
8124
8125 2007-05-10 Richard Stallman <rms@gnu.org>
8126
8127 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8128 (iso-cvt-write-only): Likewise.
8129
8130 * emacs-lisp/easy-mmode.el (define-minor-mode):
8131 Fix generated doc string.
8132
8133 * startup.el (fancy-splash-text): Add URL of guided tour.
8134 Adjust horizontal and vertical whitespace.
8135
8136 * progmodes/compile.el (compilation-handle-exit):
8137 Use run-hook-with-args to run compilation-finish-functions.
8138
8139 * files.el (file-start-mode-alist): New variable.
8140 (magic-mode-regexp-match-limit): Doc fix.
8141 (set-auto-mode): Handle file-start-mode-alist.
8142 A little cleanup of structure.
8143
8144 * dabbrev.el (dabbrev-eliminate-newlines):
8145 Renamed from dabbrev--eliminate-newlines. All uses changed.
8146
8147 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8148
8149 * man.el (Man-next-section): Don't consider the last line of the page
8150 as being part of any section.
8151
8152 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8155 can take any number of values.
8156
8157 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8160 to the list of citation commands.
8161
8162 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8163
8164 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8165
8166 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8167
8168 * progmodes/python.el (python-font-lock-keywords)
8169 (python-open-block-statement-p, python-mode): Add support for the new
8170 "with" keyword.
8171
8172 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8175 the exact opposite of diff-goto-source.
8176
8177 * emacs-lisp/advice.el (ad-special-forms): Remove.
8178 (ad-special-form-p): Use subr-arity.
8179
8180 * newcomment.el (comment-search-forward): Make sure we search forward.
8181 (comment-enter-backward): Try and distinguish the non-matching case at
8182 EOB from the non-matching case with a missing comment-end-skip for
8183 a 2-char comment ender.
8184 (comment-choose-indent): New function extracted from comment-indent.
8185 Improve the alignment algorithm.
8186 (comment-indent): Use it.
8187
8188 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8189 XML style Processing Instructions.
8190 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8191 (sgml-calculate-indent): Handle `pi' context.
8192
8193 * vc.el: Ensure that update-changelog issues an error when used with
8194 a backend that does not implement it.
8195 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8196 Remove `backend' argument. Use expand-file-name.
8197 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8198
8199 * progmodes/python.el (python-end-of-block): Revert last change.
8200 (python-end-of-statement): Make sure we move *forward*.
8201
8202 2007-05-08 Richard Stallman <rms@gnu.org>
8203
8204 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8205 Don't include non-self-insert commands in the exception for `-'.
8206
8207 2007-05-08 David Reitter <david.reitter@gmail.com>
8208
8209 * progmodes/python.el (python-guess-indent): Check non-nullness
8210 before comparing indent against the 2..8 interval.
8211
8212 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8213
8214 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8215 available.
8216
8217 2007-05-06 Richard Stallman <rms@gnu.org>
8218
8219 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8220
8221 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8224 rather than storing their value in the revert-buffer function.
8225
8226 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
8227
8228 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8229 when disabling t-mouse-mode.
8230
8231 2007-05-01 Davis Herring <herring@lanl.gov>
8232
8233 * calendar/timeclock.el: Update version number.
8234 (timeclock-modeline-display): Mention timeclock-use-display-time
8235 in explanatory message.
8236 (timeclock-in): Fix non-interactive workday specifications.
8237 (timeclock-log): Don't kill the log buffer if it already existed.
8238 Suppress warnings when finding the log. Don't check for a nil
8239 project twice. Run hooks after killing the buffer (if applicable).
8240 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8241 was geometric). All uses changed.
8242 (timeclock-generate-report): Support prefix argument.
8243
8244 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
8245
8246 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8247 disconnections.
8248
8249 2007-05-01 Romain Francoise <romain@orebokech.com>
8250
8251 * dired-x.el: Revert 2007-04-06 change.
8252
8253 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
8254
8255 * find-dired.el (find-dired-filter): Propertize all text down to eob.
8256
8257 2007-04-29 Richard Stallman <rms@gnu.org>
8258
8259 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8260
8261 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * progmodes/cc-mode.el (c-before-change): Use point-min rather
8264 than 1.
8265
8266 2007-04-28 Richard Stallman <rms@gnu.org>
8267
8268 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8269
8270 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
8271
8272 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8273 don't put stop on toolbar.
8274
8275 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8278
8279 2007-04-28 Eli Zaretskii <eliz@gnu.org>
8280
8281 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8282 instead of $(lisp)/mh-e.
8283
8284 2007-04-28 Glenn Morris <rgm@gnu.org>
8285
8286 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8287 (image-dired-cmd-create-temp-image-options): Replace option
8288 +profile "*" with -strip.
8289
8290 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
8291
8292 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8293 Use window-start and window-end.
8294
8295 2007-04-27 Andreas Schwab <schwab@suse.de>
8296
8297 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8298
8299 2007-04-27 Eli Zaretskii <eliz@gnu.org>
8300
8301 * textmodes/fill.el (fill-paragraph): Doc fix.
8302
8303 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
8304
8305 * locate.el (locate-in-alternate-database): Doc fix.
8306
8307 2007-04-26 Glenn Morris <rgm@gnu.org>
8308
8309 * button.el (button): Use underline if supported, else fall back
8310 to color.
8311
8312 * version.el (emacs-version): Increase to 22.1.50.
8313
8314 2007-04-25 Richard Stallman <rms@gnu.org>
8315
8316 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8317
8318 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
8319
8320 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8321 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8322 pushing mark.
8323 (idlwave-current-routine): Don't push mark.
8324
8325 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
8326
8327 * image-dired.el (image-dired-display-image): Derive image-type from
8328 filename rather than assuming jpeg, in case no resizing was needed.
8329
8330 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8331
8332 * custom.el (defface): Doc fix.
8333
8334 See ChangeLog.12 for earlier changes.
8335
8336 ;; Local Variables:
8337 ;; coding: iso-2022-7bit
8338 ;; add-log-time-zone-rule: t
8339 ;; End:
8340
8341 Copyright (C) 2007 Free Software Foundation, Inc.
8342
8343 This file is part of GNU Emacs.
8344
8345 GNU Emacs is free software; you can redistribute it and/or modify
8346 it under the terms of the GNU General Public License as published by
8347 the Free Software Foundation; either version 3, or (at your option)
8348 any later version.
8349
8350 GNU Emacs is distributed in the hope that it will be useful,
8351 but WITHOUT ANY WARRANTY; without even the implied warranty of
8352 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8353 GNU General Public License for more details.
8354
8355 You should have received a copy of the GNU General Public License
8356 along with GNU Emacs; see the file COPYING. If not, write to the
8357 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8358 Boston, MA 02110-1301, USA.
8359
8360 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af