]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
2007-10-26 John Wiegley <johnw@newartisans.com>
[gnu-emacs] / lisp / ChangeLog
1 2007-10-26 John Wiegley <johnw@newartisans.com>
2
3 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
4 function, ensure that the third argument is turned into a NIL if
5 the string is otherwise completely empty (either no characters, or
6 all tabs/spaces). This fixes a bug from a user who found himself
7 unable to customize `diff-switches' and still use Eshell's diff
8 command.
9
10 2007-10-26 Glenn Morris <rgm@gnu.org>
11
12 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
13 safe-local-variable property.
14
15 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
16
17 * net/browse-url.el (browse-url-browser-function): Delete grail.
18 (browse-url-grail): Function and variable deleted.
19 (browse-url-browser-function): Delete IXI Mosaic.
20 (browse-url-default-browser): Don't try IXI Mosaic.
21 (browse-url-iximosaic): Function deleted.
22 (browse-url-browser-function): Delete MMM.
23 (browse-url-default-browser): Don't try MMM.
24 (browse-url-mmm): Function deleted.
25
26 2007-10-26 Drew Adams <drew.adams@oracle.com>
27
28 * custom.el (custom-note-var-changed): New function.
29
30 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
31
32 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
33 use with the definition. Remove.
34
35 * add-log.el (change-log-start-entry-re): New defconst.
36 (change-log-sortable-date-at): Use it.
37 (change-log-beginning-of-defun, change-log-end-of-defun): New
38 functions.
39 (change-log-mode): Use them for beginning-of-defun-function and
40 end-of-defun-function.
41
42 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
43
44 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
45 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
46 (ses-recalculate-cell): Deal with point being just beyond end of
47 data area (why does this happen?)
48 (ses-set-curcell): Ditto.
49 (ses-column-letter): Handle columns beyond 702. Code written by
50 Gareth Rees.
51
52 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
53
54 * textmodes/org.el (org-agenda-get-restriction-and-command):
55 Use `mapc' instead of `mapcar'.
56 (org-agenda-list): Numeric prefix argument can specify the number
57 of days.
58 (remember-register, remember-buffer): Prevent byte compiler from
59 complaining.
60 (org-todo): Save and restore match data.
61 (org-no-warnings): New macro.
62 (org-columns-eval): Use `org-no-warnings'.
63
64 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
65
66 * comint.el (comint-password-prompt-regexp):
67 Handle `[sudo] password'-style prompt.
68
69 2007-10-25 Glenn Morris <rgm@gnu.org>
70
71 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
72 (defcustom): Doc fix.
73
74 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
75 Add `non_intrinsic'.
76 (f90-constants-re): Add ieee modules.
77 (f90-typedef-matcher, f90-typedec-matcher)
78 (f90-imenu-type-matcher): New functions.
79 (f90-font-lock-keywords-1): Give module procedures function-name face.
80 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
81 Add `use, intrinsic'.
82 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
83 Move start of `enum' blocks to separate entry.
84 (f90-start-block-re): Fix `type', `abstract interface'.
85 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
86 derived types.
87 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
88 `elemental', change `enumerator'.
89 (f90-no-block-limit): Fix `abstract interface'.
90
91 * progmodes/f90.el (f90-indented-comment-re)
92 (f90-directive-comment-re, f90-break-delimiters):
93 * progmodes/fortran.el (fortran-comment-line-start-skip)
94 (fortran-directive-re):
95 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
96 as safe if they are strings.
97
98 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * startup.el (window-system): Remove. Don't make it frame-local.
101
102 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
103
104 * textmodes/org-publish.el (org-publish-attachment): Re-install
105 accidentally deleted change.
106
107 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * term/iris-ansi.el (iris-function-map): Move init into declaration.
110
111 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
112
113 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
114 (Buffer-menu-mode-map): Initialize in the declaration.
115 (Buffer-menu-mode): Define with `define-derived-mode'.
116
117 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
118
119 * textmodes/org.el (org-version): Change to 5.13e.
120 (org-agenda-file-regexp): Fix typo in docstring.
121 (org-add-planning-info): Fix bug in parenthesis settings.
122 (org-scan-tags): Catch the case of indirect buffers with no filename.
123 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
124 Re-install switch to mapc, had been removed by accident.
125 (org-columns-map): New binding `C-c C-o'.
126 (org-columns-menu): Change menu text and added new entry.
127 (org-columns-eval): Document the use of `next-line'.
128 (org-columns-open-link): New function.
129 (org-columns-follow-link): Remove function.
130 (org-open-link-from-string): New function.
131 (org-read-date-get-relative): Fix typo in docstring.
132 (org-read-date-get-relative): Leading +/- is not optional.
133 (org-agenda-get-restriction-and-command): Always resize window on
134 first loop cycle.
135 (org-agenda-open-link): Make sure the link abbreviations are
136 present in the agenda buffer.
137 (org-agenda-copy-local-variable): New function.
138
139 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
142
143 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * simple.el (reindent-then-newline-and-indent): Use a `move after
146 insert' kind of marker in the save-excursion.
147
148 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
149
150 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
151 when we are local.
152
153 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * progmodes/python.el (python-current-defun): Remove left-over
156 assignment to `start'.
157
158 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
159
160 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
161 than `mapcar'; return value is not used.
162
163 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
164
165 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
166 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
167
168 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
169
170 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
171 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
172
173 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
174
175 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
176
177 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
178
179 * emacs-lisp/advice.el (ad-make-advised-docstring):
180 Add ad-advice-info text property to doc string.
181
182 2007-10-23 Glenn Morris <rgm@gnu.org>
183
184 * progmodes/f90.el (f90-do-indent, f90-if-indent)
185 (f90-type-indent, f90-program-indent, f90-associate-indent)
186 (f90-continuation-indent, f90-comment-region)
187 (f90-beginning-ampersand, f90-smart-end)
188 (f90-break-before-delimiters, f90-auto-keyword-case)
189 (f90-leave-line-no, f90-mode-hook):
190 Give an appropriate safe-local-variable property.
191
192 * progmodes/fortran.el (fortran-tab-mode-default)
193 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
194 (fortran-structure-indent, fortran-continuation-indent)
195 (fortran-comment-indent, fortran-comment-line-extra-indent)
196 (fortran-comment-line-start)
197 (fortran-minimum-statement-indent-fixed)
198 (fortran-minimum-statement-indent-tab)
199 (fortran-comment-indent-char, fortran-line-number-indent)
200 (fortran-check-all-num-for-matching-do)
201 (fortran-blink-matching-if, fortran-continuation-string)
202 (fortran-comment-region, fortran-electric-line-number)
203 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
204 (fortran-analyze-depth, fortran-break-before-delimiters):
205 Give an appropriate safe-local-variable property.
206
207 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
208
209 * printing.el: Move variable definitions before use.
210 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
211
212 2007-10-22 Juri Linkov <juri@jurta.org>
213
214 * isearch-multi.el: New file.
215
216 * isearch.el (isearch-search-string): After finding the next
217 occurrence switch to buffer isearch-buffers-current-buffer when
218 isearch-buffers-next-buffer-function is non-nil and
219 isearch-buffers-current-buffer is live.
220
221 * add-log.el (change-log-mode): Make and set buffer-local variable
222 isearch-buffers-next-buffer-function to change-log-next-buffer.
223 Call isearch-buffers-minor-mode.
224 (change-log-next-buffer): New function.
225
226 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
227
228 * textmodes/org.el (org-read-date-get-relative): New function.
229 (org-agenda-file-regexp): New variable.
230 (org-agenda-files): Allow directories in the variable.
231 (org-agenda-get-restriction-and-command): New function.
232 (org-agenda): Use `org-agenda-get-restriction-and-command'.
233 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
234 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
235 New functions.
236 (org-entry-add-to-multivalued-property)
237 (org-entry-remove-from-multivalued-property)
238 (org-entry-member-in-multivalued-property): New functions.
239 (org-remember-apply-template): Catch C-g and make sure window
240 configuration is restored.
241 (org-agenda-open-link): Make it work with several links in the line.
242 (org-drawers, org-set-regexps-and-options)
243 (org-get-current-options): Add support for a DRAWERS in-buffer option.
244 (org-agenda-window-frame-fractions): New option.
245 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
246 (org-columns-cleanup-item, org-find-entry-with-id)
247 (org-insert-columns-dblock, org-listtable-to-string)
248 (org-dblock-write:columnview, org-columns-capture-view)
249 (org-edit-headline): New functions.
250 (org-agenda-to-appt): Require calendar.
251 (org-entry-get-with-inheritance): Widen for search.
252 (org-columns-display-here): Don't mark buffer as modified when
253 adding space characters to accomodate column overlays.
254 (org-export-as-html): Better formatting of tags in the toc.
255 (org-columns-display-here): Make the ITEM column as compact as possible.
256 (org-remember-templates): Customization interface improved.
257 (org-export-with-property-drawer): Variable removed.
258 (org-export-with-drawers): New option.
259 (org-complex-heading-regexp): New variable.
260 (org-sort-entries): Rewrite using `sort-subr'.
261 (org-set-property): More appropriate completion during interactive use.
262 (org-sort-entries): Allow sorting by property.
263 (org-additional-option-like-keywords): Add more values.
264 (org-sort-entries-or-items): Rename from `org-sort-entries'.
265
266 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
267
268 * textmodes/org.el (org-get-date-from-calendar): New function.
269 (org-at-timestamp-p, org-timestamp-change)
270 (org-remember-templates): First element of each entry is now a
271 name for the template.
272 (org-store-log-note): Check for `org-note-abort'.
273 (org-kill-note-or-show-branches): New command.
274 (org-fontify-priorities): New option.
275 (org-fontify-priorities): New function.
276 (org-cut-subtree, org-copy-subtree): New argument N to
277 act on N sequential subtrees.
278 (org-paste-subtree): Fix the level at which a tree is pasted.
279 (org-fit-agenda-window): Limitations on window size removed.
280 (org-agenda-find-same-or-today-or-agenda): Rename from
281 `org-agenda-find-today-or-agenda'.
282 (org-scheduled-past-days): New option.
283 (org-agenda-scheduled-leaders)
284 (org-agenda-deadline-leaders): New options.
285 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
286 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
287 (org-export-with-tags, org-export-plist-vars)
288 (org-infile-export-plist): New "tags" option.
289 (org-use-property-inheritance): New option.
290 (org-cached-entry-get): Use `org-use-property-inheritance'.
291 (org-remember-apply-template): Fix typo.
292
293 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
294
295 * net/tramp.el (tramp-find-shell)
296 (tramp-open-connection-setup-interactive-shell): Improve sending
297 initial commands.
298 (tramp-action-terminal): Send debug message.
299 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
300 (tramp-barf-if-no-shell-prompt): Insert code of
301 `tramp-wait-for-shell-prompt'.
302
303 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
306
307 * term/vt200.el (terminal-init-vt200):
308 * term/vt201.el (terminal-init-vt201):
309 * term/vt220.el (terminal-init-vt220):
310 * term/vt240.el (terminal-init-vt240):
311 * term/vt300.el (terminal-init-vt300):
312 * term/vt320.el (terminal-init-vt320):
313 * term/vt400.el (terminal-init-vt400):
314 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
315
316 * term/wyse50.el (wyse50-terminal-map): New var.
317 (terminal-init-wyse50): Use it and input-decode-map.
318 (enable-arrow-keys): Emasculate.
319
320 * term/tvi970.el (tvi970-terminal-map): New var.
321 (terminal-init-tvi970): Use it and input-decode-map.
322 (tvi970-keypad-numeric): Remove.
323 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
324
325 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
326 (terminal-init-sun): Use it and input-decode-map.
327
328 * term/news.el (terminal-init-news):
329 * term/lk201.el (terminal-init-lk201):
330 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
331
332 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
333
334 * complete.el (PC-expand-many-files): Remove.
335 (PC-do-completion): Call file-expand-wildcards instead of
336 PC-expand-many-files.
337
338 * net/tramp.el (tramp-handle-expand-many-files): Remove.
339 (PC-expand-many-files): Remove advice.
340
341 2007-10-22 Glenn Morris <rgm@gnu.org>
342
343 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
344 Add some support for Fortran 2003 syntax:
345 (f90-type-indent): Now also applies to `enum'.
346 (f90-associate-indent): New user option.
347 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
348 Add some F2003 keywords.
349 (f90-constants-re): New constant.
350 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
351 Interface'.
352 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
353 `class'. Arguments for `type'/`class' may have spaces. Add a new
354 element for functions with specified types. Add `end enum' and
355 `select type'. Add `implicit enumerator' and `procedure'.
356 Add `class default' and `type is', `class is'. Fix `go to' regexp.
357 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
358 (f90-font-lock-keywords-4): Add `f90-constants-re'.
359 (f90-blocks-re): Add `enum' and `associate'.
360 (f90-else-like-re): Add `class is', `type is', and `class default'.
361 (f90-end-type-re): Add `enum'.
362 (f90-end-associate-re, f90-typeis-re): New constants.
363 (f90-end-block-re): Add `enum' and `associate'. Change from
364 optional whitespace to end-of-word, to avoid `enumerator'.
365 (f90-start-block-re): Add `select type', `abstract interface', and
366 `enum'. Avoid `type is', and `type (sometype)'.
367 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
368 (f90-mode): Doc fix.
369 (f90-looking-at-select-case): Doc fix. Add `select type'.
370 (f90-looking-at-associate): New function.
371 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
372 Add `enum' and `abstract interface'.
373 (f90-no-block-limit): Add `select type' and `abstract interface'.
374 (f90-get-correct-indent, f90-calculate-indent)
375 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
376 (f90-indent-region, f90-match-end): Handle `associate' blocks.
377
378 2007-10-22 Martin Rudalics <rudalics@gmx.at>
379
380 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
381 Use window-full-width-p.
382
383 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
384
385 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
386
387 * tooltip.el: Use featurep 'xemacs.
388
389 * printing.el: Move variable definitions before use, no code change.
390
391 2007-10-22 Juri Linkov <juri@jurta.org>
392
393 * simple.el (goto-history-element): Allow minibuffer-default to be
394 a list of default values accessible by typing M-n in the minibuffer.
395
396 * dired-x.el (dired-guess-shell-command): Put all guesses to the
397 minibuffer default value list instead of pushing them temporarily
398 to the history list.
399
400 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
403
404 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
405
406 * w32-fns.el (w32-quote-process-args):
407 * dos-w32.el (print-region-function, lpr-headers-switches)
408 (ps-print-region-function): Pacify byte-compiler.
409
410 * emulation/edt-mapper.el (function-key-map):
411 (edt-map-key): Make it a function instead of using fset.
412 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
413 (edt-gnu-map-key, edt-lucid-map-key): Remove.
414 (edt-x-emacs-p): Remove.
415 (edt-emacs-variant, edt-window-system, edt-xserver):
416 Use featurep 'xemacs.
417
418 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
419 Replace eudc-xemacs-p with its definition.
420 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
421 (eudc-emacs-mule-p): Remove.
422 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
423 eudc-xemacs-p with feature tests.
424
425 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
426 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
427 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
428 (eudc-bob-toggle-inline-display):
429 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
430 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
431
432 * net/eudcb-ph.el (eudc-ph-open-session):
433 Replace eudc-xemacs-mule-p with its former definition.
434
435 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
436 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
437
438 * progmodes/vera-mode.el (vera-xemacs): Remove.
439 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
440
441 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
442 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
443 (vhdl-speedbar-initialize, vhdl-ps-print-init)
444 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
445 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
446 with (featurep 'xemacs).
447
448 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
449 (save-buffer-state-x):
450 * obsolete/fast-lock.el (fast-lock-verbose):
451 * emulation/viper-init.el (viper-xemacs-p)
452 (viper-cond-compile-for-xemacs-or-emacs):
453 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
454 * ps-print.el (case-fold-search):
455 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
456 * calculator.el (calculator-help): Use featurep 'xemacs.
457
458 * progmodes/prolog.el: Undo previous change.
459 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
460
461 * progmodes/dcl-mode.el:
462 * play/yow.el:
463 * calendar/todo-mode.el:
464 * calendar/cal-hebrew.el:
465 * vc-hg.el: Undo previous change.
466
467 * vms-patch.el: Likewise.
468 (print-region-function): Pacify byte-compiler.
469
470 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
471
472 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
473 preserve-uid-gid.
474
475 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
476 compatibility. It is not used, though.
477
478 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
479 Require tramp-cmds.el.
480 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
481 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
482 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
483 (tramp-do-copy-or-rename-file-out-of-band)
484 (tramp-maybe-open-connection): Use `make-temp-name'. This is
485 possible, because we don't need to create the temporary file, but
486 we need a prefix for ssh, which has its own temporary file handling.
487 (tramp-handle-delete-directory): Add "-f" to rmdir.
488 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
489 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
490 a signal, in order to give the callee a chance to suppress.
491 (tramp-handle-write-region): Set owner also in case of short
492 track. Don't use compatibility calls for `write-region' anymore.
493 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
494 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
495
496 * net/tramp-cmds.el: New file.
497
498 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
499 `tramp-clear-passwd'.
500
501 * net/trampver.el: Update release number.
502
503 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
504
505 * progmodes/gud.el (gud-target-name): Move definition before use.
506
507 * progmodes/dcl-mode.el: Require imenu at compile time.
508
509 * progmodes/cc-engine.el (c-maybe-stale-found-type):
510 Pacify byte-compiler.
511
512 * obsolete/fast-lock.el: Use featurep test instead of string-match.
513
514 * eshell/esh-mode.el (eshell-handle-ansi-color):
515 Require ansi-color at compile time too.
516
517 * eshell/em-unix.el (eshell/info): Require info at compile time too.
518
519 * w32-fns.el: Require w32-vars.
520
521 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
522 time too.
523
524 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * double.el ([ignore]): Use `ignore'.
527 (double-setup): Inline into double-mode.
528 (double-mode): Use define-minor-mode.
529
530 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
531
532 * textmodes/reftex.el: Move require easymenu before first use.
533 (reftex-info): Require info at compile too.
534
535 * textmodes/org-publish.el (org-publish-org-to-html)
536 (org-publish-org-to): Require org at compile time too.
537 (org-publish-attachment): Require at compile time too.
538
539 * term/tty-colors.el (w32-tty-standard-colors):
540 Pacify byte-compiler.
541
542 * term/pc-win.el (frame-creation-function-alist): Add to this
543 instead of setting frame-creation-function.
544
545 * play/blackbox.el (bb-up, bb-down): Use forward-line.
546
547 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
548
549 * calendar/todo-mode.el: Require calendar at compile time.
550
551 * calendar/cal-hebrew.el: Require holidays at compile time.
552
553 * w32-vars.el: Provide w32-vars.
554
555 * term/w32-win.el: Require w32-vars.
556 (w32-color-map): Pacify byte-compiler.
557
558 * loadup.el: Load w32-vars before term/w32-win.
559
560 2007-10-20 Juri Linkov <juri@jurta.org>
561
562 * textmodes/fill.el (fill-paragraph): When the region is active,
563 don't try other `or' branches regardless of the value returned by
564 fill-region; just return t.
565
566 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
567
568 * vc.el (vc-do-command): Condition out a misleading message when
569 running asynchronously.
570 (vc-deduce-fileset): New argument enables using an unregistered
571 visited file as a singleton fileset if nothing else is available.
572 (vc-next-action): Restore file-registering behavior.
573
574 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
575
576 * calc/README: Add recent news.
577
578 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
579
580 * term/x-win.el (x-gtk-stock-map, icon-map-list)
581 (x-gtk-map-stock): Delete duplicated definitions from merge.
582
583 * progmodes/compile.el (compilation-skip-to-next-location)
584 (compilation-skip-threshold, compilation-skip-visited):
585 Move definitions earlier.
586
587 * play/decipher.el (decipher-keypress):
588 * play/zone.el (zone-fall-through-ws):
589 * play/landmark.el (lm-move-down, lm-move-up):
590 * play/handwrite.el (handwrite):
591 * mail/mspools.el (mspools-visit-spool):
592 * wdired.el (wdired-next-line, wdired-previous-line):
593 * tar-mode.el (tar-subfile-save-buffer):
594 * scroll-lock.el (scroll-lock-next-line)
595 (scroll-lock-previous-line):
596 * image-dired.el (image-dired-next-line)
597 (image-dired-previous-line):
598 * ediff-help.el (ediff-help-message-line-length):
599 Use forward-line.
600
601 * smerge-mode.el (smerge-auto-refine):
602 * diff-mode.el (diff-auto-refine): Add :group.
603
604 * play/yow.el: Require doctor at compile time.
605
606 * vmsproc.el: Provide vmsproc.
607 (command-send-input): Use forward-line.
608
609 * vms-patch.el: Require ps-print and vmsproc at compile time.
610
611 * vc-mtn.el (log-view-message-re, log-view-file-re)
612 (log-view-font-lock-keywords): Pacify byte-compiler.
613
614 * vc-hg.el: Require log-view at compile time.
615
616 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
617
618 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
619
620 2007-10-20 Glenn Morris <rgm@gnu.org>
621
622 * progmodes/f90.el (f90-font-lock-keywords-2)
623 (f90-looking-at-type-like): Fix regexp typos.
624
625 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
626
627 * bs.el (bs--track-window-changes): Don't refresh the whole list.
628 (bs-mode): Set mode-class property to special.
629
630 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * diff-mode.el (diff-auto-refine): New var.
633 (diff-hunk): Use it.
634 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
635 (diff-refine-change): Rename from diff-fine-change. Change it.
636 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
637 (diff-refine-hunk): Rename from diff-fine-highlight.
638
639 2007-10-20 John Paul Wallington <jpw@pobox.com>
640
641 * help-fns.el (describe-variable-custom-version-info): New function
642 to return variable's version or package version note.
643 (describe-variable): Use it, display result.
644
645 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * smerge-mode.el (smerge-auto-refine): New var.
648 (smerge-next, smerge-prev): Use it.
649 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
650
651 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
652 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
653
654 * vc-bzr.el (vc-bzr-diff-tree):
655 * vc-git.el (vc-git-diff-tree):
656 * vc-hg.el (vc-hg-diff-tree):
657 * vc-mcvs.el (vc-mcvs-diff-tree):
658 * vc-mtn.el (vc-mtn-diff-tree):
659 * vc-svn.el (vc-svn-diff-tree): Remove.
660
661 * vc-mtn.el (vc-mtn-revision-completion-table):
662 * vc-cvs.el (vc-cvs-revision-completion-table):
663 * vc-arch.el (vc-arch-revision-completion-table):
664 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
665 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
666 Make it work when the arg is a list of files.
667
668 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
671 Also `revision-completion-table' now takes a list of files.
672 (vc-deduce-fileset): Remove unused var `regexp'.
673 Only obey allow-directory-wildcard in dired buffers.
674 (vc-default-diff-tree): Remove.
675 (vc-diff-added-files): New var.
676 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
677 (vc-version-diff): Revert from `vc-history-diff' to the original name.
678 Remove the `backend' arg.
679 (vc-contains-version-controlled-file): Remove.
680 (vc-diff): Bring it closer to the version in Emacs-22.
681 (vc-revert): Fix typo in let-binding.
682 (vc-default-unregister): Remove.
683 (vc-dired-buffers-for-dir): Remove N^2 behavior.
684
685 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
686
687 * textmodes/two-column.el (2C-split, 2C-merge):
688 * textmodes/bib-mode.el (bib-find-key, mark-bib):
689 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
690 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
691 * progmodes/ada-xref.el (ada-get-all-references):
692 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
693 * emulation/vi.el (vi-previous-line-first-nonwhite)
694 (vi-effective-range, vi-put-before):
695 * emulation/edt.el (edt-next-line, edt-previous-line)
696 (edt-paragraph-forward): Use forward-line.
697
698 * progmodes/etags.el (tags-apropos): Require apropos at compile
699 time too.
700
701 * progmodes/prolog.el: Require comint when compiling.
702 (inferior-prolog-flavor): Move defvar before use.
703
704 2007-10-19 Richard Stallman <rms@gnu.org>
705
706 * font-core.el (turn-on-font-lock-if-desired):
707 Rename from `turn-on-font-lock-if-enabled'.
708 Fully obey `font-lock-global-modes'.
709
710 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
713 which will not affect the behavior of things like forward-word.
714 (diff-fine-highlight): Preserve point.
715
716 * doc-view.el (doc-view-mode-map): Use remapping.
717 Don't rebind C-v, M-v to their default value.
718 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
719
720 * smerge-mode.el: Add word-granularity refinement.
721 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
722 (smerge-refine-weight-hack): New vars.
723 (smerge-refine-forward): New fun.
724 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
725 (smerge-refine-subst): Use them as well. Preserve point.
726
727 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
728
729 * follow.el (follow-unload-function): New function.
730
731 * loadhist.el (unload-function-features-list):
732 Rename from `unload-hook-features-list'.
733 (unload-hook-features-list): Add as obsolete alias.
734 (unload-feature): Use `unload-function-features-list'
735 and new FEATURE-unload-function.
736
737 2007-10-19 Glenn Morris <rgm@gnu.org>
738
739 * bindings.el (mouse-minor-mode-menu)
740 (minor-mode-menu-from-indicator): Move to mouse.el.
741 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
742 Move here from bindings.el.
743
744 2007-10-19 Richard Stallman <rms@gnu.org>
745
746 * help-fns.el (describe-function-1): Don't use the advice origname
747 if it has no function definition.
748
749 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
750
751 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
752 Use `save-restriction' rather than `widen'.
753
754 2007-10-18 Richard Stallman <rms@gnu.org>
755
756 * time.el (display-time-world-time-format): Display day # not month #.
757
758 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
759
760 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
761
762 * doc-view.el: Remove version keyword.
763 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
764 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
765 (doc-view-ghostscript-options): Improve custom type.
766 (doc-view-cache-directory, doc-view-conversion-buffer)
767 (doc-view-conversion-refresh-interval): Simplify custom type.
768
769 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
770
771 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
772 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
773 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
774 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
775 Remove superfluous messages.
776 (doc-view-mode-map): Use the image-mode scrolling commands.
777 Don't rebind C-x k.
778
779 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
780
781 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
782 Add comment about "-dSAFER".
783
784 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * term/xterm.el: Don't require xt-mouse.
787 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
788 calling turn-on-xterm-mouse-tracking-on-terminal directly.
789
790 * xt-mouse.el: Don't change the global function-key-map anny more.
791 (xterm-mouse-mode): Use terminal-init-xterm-hook.
792 Don't use after-make-frame-functions now that term/xterm.el calls
793 us directly.
794 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
795 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
796 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
797 Setup input-decode-map and remember that xterm-mouse-mode was
798 enabled in this terminal.
799 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
800 terminals where it has been enabled.
801
802 * faces.el (tty-create-frame-with-faces): Make sure not only
803 tty-run-terminal-initialization but also set-locale-environment
804 are run only once per terminal.
805 (tty-run-terminal-initialization): Don't check if the terminal was
806 already initted.
807
808 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
809 not to remove keymaps that just happen to inherit from one of ours.
810 When setting up our keymap, make sure it won't be accidentally
811 modified by someone else.
812
813 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
814
815 * textmodes/artist.el (artist-previous-line, artist-next-line):
816 * dired.el (dired-next-line, dired-previous-line):
817 * progmodes/delphi.el (delphi-newline):
818 * textmodes/org.el (org-columns-eval):
819 Use forward-line.
820
821 * emerge.el (emerge-setup): Use insert-buffer-substring.
822 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
823
824 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
825
826 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
827 (adaptive-fill-function): Doc fix. Remove * from docstring.
828
829 2007-10-18 Tom Horsley <tom.horsley@att.net>
830
831 * simple.el (interprogram-paste-function): Doc fix.
832 (current-kill): Accept list of strings as well
833 as single string from `interprogram-paste-function'.
834
835 2007-10-18 Glenn Morris <rgm@gnu.org>
836
837 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
838
839 2007-10-18 Drew Adams <drew.adams@oracle.com>
840
841 * bindings.el (mode-line-minor-mode-keymap):
842 Add mouse-minor-mode-menu on mouse-1.
843 (mode-line-modes): Add mouse-1 to help-echo text.
844 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
845 New functions.
846 (mode-line-minor-mode-help): Doc fix.
847
848 2007-10-17 Juri Linkov <juri@jurta.org>
849
850 * textmodes/fill.el (fill-paragraph-or-region): Remove function
851 at the request of RMS.
852 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
853 arg `region'. Fix docstring. At the first `or' branch add call to
854 `fill-region' if it the region is active in transient-mark-mode.
855
856 * bindings.el (esc-map): Bind M-q to fill-paragraph
857 instead of fill-paragraph-or-region.
858
859 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
860 with fill-paragraph.
861
862 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
863 Fix docstring.
864
865 * indent.el (indent-for-tab-command): Change interactive spec from
866 "P" to "p". Add check for interactive arg before indenting the
867 active region.
868
869 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
870 Regroup.
871
872 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
873
874 * emacs-lisp/find-func.el: Don't require loadhist.
875
876 * loadhist.el (feature-symbols, file-provides, file-requires)
877 (file-set-intersect, file-dependents): Simplify.
878 (unload-feature-special-hooks): Update list of special hooks.
879
880 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
881
882 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
883 extensions since they can be viewed with doc-view.
884
885 * files.el (auto-mode-alist): Make doc-view-mode the default mode
886 for pdf, ps and dvi files.
887
888 * doc-view.el: Make doc-view-mode the standard mode for viewing
889 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
890 text and image display. Add binding C-c C-e to switch to an
891 editing mode.
892 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
893 avoid security problems when rendering files from untrusted sources.
894
895 2007-10-17 Aaron Hawley <aaronh@garden.org>
896
897 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
898 position is not saved.
899
900 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
901
902 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
903 (doc-view-ghostscript-options): Fix typo in doc string.
904
905 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
908 handling, so compilation-fake-loc works again.
909
910 * server.el (server-select-display): Nop if we do not support m-f-o-d.
911 (server-process-filter): Revert last change.
912
913 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
914 behavior unrelated to filesets.
915
916 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
917
918 * longlines.el (longlines-wrap-follows-window-size): Integer value
919 specifies wrapping margin.
920 (longlines-mode, longlines-window-change-function):
921 Set window-specific wrapping margin based on the above.
922
923 2007-10-17 John Wiegley <johnw@newartisans.com>
924
925 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
926
927 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
928
929 * server.el (server-process-filter): Only set display if X11 is
930 supported.
931
932 2007-10-17 Glenn Morris <rgm@gnu.org>
933
934 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
935 Tweak regexp to avoid stack overflow.
936
937 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * simple.el (reindent-then-newline-and-indent): Don't assume that
940 indent-according-to-mode preserves point.
941
942 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
943
944 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
945 (bs--nth-wrapper): Simplify.
946 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
947 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
948 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
949 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
950 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
951 (bs-configurations, bs-default-configuration)
952 (bs-alternative-configuration, bs-cycle-configuration-name)
953 (bs-string-show-always, bs-string-show-never, bs-string-current)
954 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
955 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
956 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
957 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
958 (bs--window-config-coming-from): Revert 2006-11-09 change.
959 (bs--restore-window-config): Keep the selected frame.
960 (bs--track-window-changes, bs--remove-hooks): New functions.
961 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
962 (bs--create-header): Remove.
963 (bs--create-header-line): New function, based on `bs--create-header'.
964 (bs--show-header): Use `bs--create-header-line'.
965 (bs--show-with-configuration): Revert 2006-11-09 change.
966 Don't reuse window unless it is visible on the selected frame.
967 Restore window configuration (possibly in a different frame)
968 before creating any window.
969
970 2007-10-16 Glenn Morris <rgm@gnu.org>
971
972 * simple.el (blink-matching-open): Don't report false errors with
973 the `$' syntax class.
974
975 2007-10-16 Richard Stallman <rms@gnu.org>
976
977 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
978 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
979 (ad-is-advised, ad-get-advice-info-field)
980 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
981
982 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * vc-hooks.el (vc-workfile-version): Compatibility alias.
985 (vc-default-working-revision): Compatibility for backends.
986
987 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
988
989 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
990 (filesets-ormap, filesets-sort-case-sensitive-flag)
991 (filesets-remake-shortcut, filesets-ingroup-collect-files):
992 Fix typos in docstrings.
993 (filesets-conditional-sort, filesets-find-or-display-file)
994 (filesets-data-get-name, filesets-data-get-data)
995 (filesets-data-set, filesets-cmd-query-replace-getargs)
996 (filesets-ingroup-collect): Doc fixes.
997
998 2007-10-15 Sam Steingold <sds@gnu.org>
999
1000 * mail/sendmail.el (sendmail-error-reporting-interactive)
1001 (sendmail-error-reporting-non-interactive): New variables for
1002 sendmail error reporting options to simplify support for imperfect
1003 sendmail emulators.
1004 (sendmail-send-it): Use them instead of list literals.
1005
1006 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1007
1008 * help-fns.el: Revert previous change; it creates a
1009 dependency loop between advice.el and help-fns.el.
1010
1011 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * help-fns.el: Require advice when compiling.
1014
1015 2007-10-14 Drew Adams <drew.adams@oracle.com>
1016
1017 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1018 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1019 (ring-next, ring-previous): New functions.
1020
1021 2007-10-14 Richard Stallman <rms@gnu.org>
1022
1023 * emacs-lisp/advice.el (documentation): Advice deleted.
1024 Doc for advised functions is now handled at C level.
1025 (ad-stop-advice, ad-start-advice): Don't enable or disable
1026 advice for `documentation'.
1027 (ad-advised-definition-docstring-regexp): Var deleted.
1028 (ad-make-advised-definition-docstring): Store orig name
1029 as text property of string.
1030 (ad-advised-definition-p): Check for text property of docstring.
1031
1032 * help-fns.el (describe-function-1): Find source of advised functions.
1033
1034 2007-10-14 Juri Linkov <juri@jurta.org>
1035
1036 * faces.el (describe-face): Allow handling a string as the face name.
1037
1038 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1039 active region in transient-mark-mode.
1040 (ispell-region): Change messages displayed at the start and end of
1041 the spell-checking to be the same.
1042
1043 * startup.el (fancy-startup-tail): Say exactly what does the button
1044 dismiss ("Dismiss this startup screen"). Use text "Never show
1045 it again" for the checkbox after this button.
1046 (fancy-startup-screen, fancy-about-screen): Put point before the
1047 first link, so the user can quickly select links with the keyboard.
1048 (normal-mouse-startup-screen): Add more useful text describing how
1049 to follow a link.
1050
1051 2007-10-14 Glenn Morris <rgm@gnu.org>
1052
1053 * progmodes/etags.el (select-tags-table): Disable undo in the
1054 `*Tags Table List*' buffer.
1055
1056 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1057
1058 * dired.el (dired-warn-writable): New face.
1059 (dired-warn-writable-face): New variable.
1060 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1061 of dired-warning-face, for group- and world-writable files.
1062
1063 2007-10-13 Richard Stallman <rms@gnu.org>
1064
1065 * files.el (directory-abbrev-alist): Doc fix.
1066
1067 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1068
1069 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1070
1071 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1072
1073 * frame.el (set-frame-configuration): Assign name parameter only
1074 if it has been set explicitly before.
1075
1076 2007-10-11 Tom Tromey <tromey@redhat.com>
1077
1078 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1079 frame is visible.
1080
1081 2007-10-10 Richard Stallman <rms@gnu.org>
1082
1083 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1084 in *Backtrace*.
1085
1086 * faces.el (face-font-selection-order): Doc fix.
1087
1088 * loadhist.el (unload-feature): Doc fix.
1089
1090 2007-10-13 Glenn Morris <rgm@gnu.org>
1091
1092 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1093 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1094 Add doc string, and an explicit COUNT argument.
1095 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1096 `inc' to search functions.
1097
1098 * faces.el (face-spec-set): When FRAME is nil, set the default for
1099 new frames (restores pre-2007-09-17 behavior). Doc fix.
1100
1101 2007-10-13 John W. Eaton <jwe@octave.org>
1102
1103 * progmodes/octave-mod.el (octave-looking-at-kw)
1104 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1105 New functions.
1106 (octave-in-defun-p, calculate-octave-indent)
1107 (octave-blink-matching-block-open, octave-beginning-of-defun)
1108 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1109 to search for regexps that contain case-sensitive keywords.
1110 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1111 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1112
1113 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1114
1115 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1116 Do not use a single clause cond.
1117
1118 * cus-start.el (all): Use test that does not match the X11 version
1119 for mac.
1120
1121 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
1122
1123 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1124 BROWSE buffer.
1125
1126 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1127
1128 * cus-start.el (all): Undo previous change.
1129
1130 2007-10-13 Glenn Morris <rgm@gnu.org>
1131
1132 * woman.el (woman0-rename): Fix paren typo.
1133
1134 * mail/feedmail.el (feedmail-run-the-queue)
1135 (feedmail-look-at-queue-directory):
1136 * mail/reporter.el (reporter-dump-state):
1137 * net/eudc-hotlist.el (eudc-edit-hotlist):
1138 * net/eudc.el (eudc-display-records)
1139 (eudc-filter-duplicate-attributes)
1140 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1141 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1142 (eudc-bbdb-query-internal):
1143 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1144 * net/socks.el (socks-build-auth-list):
1145 * progmodes/cc-cmds.el (top level):
1146 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1147 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1148 (cperl-write-tags, cperl-tags-treeify):
1149 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1150 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1151 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1152 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1153 (idlwave-toolbar-remove-everywhere):
1154 * progmodes/idlwave.el (idlwave-indent-line)
1155 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1156 (idlwave-write-paths, idlwave-all-method-classes)
1157 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1158 (idlwave-fix-keywords, idlwave-display-calling-sequence)
1159 (idlwave-complete-in-buffer):
1160 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1161 (org-fast-tag-selection):
1162 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1163 than mapcar.
1164
1165 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1166
1167 * diff-mode.el (diff-fine-change): Add :group.
1168
1169 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1170
1171 * cus-start.el (all): Use the same test as the 22.2 branch.
1172
1173 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1174
1175 * diff-mode.el (diff-current-defun): Force recomputation of
1176 change-log-default-name.
1177
1178 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * startup.el (fancy-startup-screen): Remove an unnecessary newline
1181 and some leftover logic regarding dedicated frames. If showing
1182 concise startup screen, fit window to buffer.
1183 (command-line-1): If we will be using the splash screen, use
1184 find-file instead of find-file-other-window to find additional files.
1185 Comment out unused code for coping with the old sit-for behavior.
1186
1187 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1190 `meta' modifier consistently, rather than using sometimes meta
1191 sometimes alt.
1192
1193 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1194
1195 * window.el (handle-select-window): Revert part of 2007-10-08
1196 change setting the input focus.
1197
1198 2007-10-12 Glenn Morris <rgm@gnu.org>
1199
1200 * startup.el (command-line): Do not read abbrev file in batch mode.
1201
1202 * emacs-lisp/byte-opt.el (top level):
1203 * mail/rmail.el (rmail-list-to-menu):
1204 * obsolete/hilit19.el (hilit-mode):
1205 * progmodes/cc-mode.el (c-postprocess-file-styles)
1206 (c-submit-bug-report):
1207 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1208 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1209 (reftex-access-parse-file):
1210 * textmodes/reftex-cite.el (reftex-do-citation)
1211 (reftex-insert-bib-matches):
1212 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1213 * textmodes/reftex-sel.el (reftex-select-unmark):
1214 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1215 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1216
1217 * cus-edit.el (custom-variable-menu, custom-face-menu)
1218 (custom-group-menu): Check init-file-user rather than
1219 user-init-file, in case cus-edit is loaded by site-run-file.
1220
1221 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1222
1223 * vc.el (vc-deduce-fileset): Delete unused code.
1224 (vc-next-action): Fix typos.
1225
1226 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1227
1228 * bs.el (bs--mark-unmark): New function.
1229 (bs-mark-current, bs-unmark-current): Use it.
1230
1231 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1232
1233 * vc.el (vc-diff):
1234 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
1235 temporarily disable the check for his edge case of
1236 vc-diff (stopping it from grinding when called from $HOME), as
1237 it's calling some brittle code in vc-hooks.el.
1238 (with-vc-properties): Fix evaluation time of a macro argument.
1239 * ediff-vers.el (ediff-vc-internal):
1240 * vc-hooks.el:
1241 * loaddefs.el: Follow up on VC terminology change.
1242
1243 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * follow.el (follow-stop-intercept-process-output):
1246 Use `follow-call-process-filter' rather than `process-filter'.
1247 Simplify.
1248 * vc.el (vc0iff): Prevent errors in an edge case.
1249
1250 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1251
1252 * vc-hooks.el (vc-registered): Robustify this function a bit
1253 against filenames with no directory component.
1254
1255 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * international/characters.el: Undo unwanted and unexplained change.
1258
1259 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1260
1261 * ps-print.el: Fix the usage of :foreground and :background face
1262 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1263 (ps-print-version): New version 6.7.6.
1264 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1265 Fix code.
1266 (ps-face-foreground-color-p, ps-face-background-color-p)
1267 (ps-face-color-p): New inline funs.
1268
1269 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1270
1271 * textmodes/org.el (org-additional-option-like-keywords): New constant.
1272 (org-complete): Use `org-additional-option-like-keywords'.
1273 (org-parse-local-options): New function.
1274
1275 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1276
1277 * textmodes/org.el (org-in-clocktable-p): New function.
1278 (org-clock-report): Only update the table at point, or insert a new one.
1279 (org-clock-goto): New function.
1280 (org-open-file): Use `start-process-shell-command' instead of
1281 `shell-command' with an ampersand.
1282 (org-deadline, org-schedule): New argument REMOVE to remove the
1283 date from the entry.
1284 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1285 argument to `org-schedule' and `org-deadline'.
1286 (org-trim): Use the correct expressions for beginning and end of
1287 the string.
1288 (org-get-cleaned-entry): Trim the string before returning it.
1289 (org-clock-find-position): New function.
1290 (org-clock-into-drawer): New option.
1291 (org-agenda-tags-column): Rename from
1292 `org-agenda-align-tags-to-column'.
1293 (org-agenda-align-tags): Allow negative values for
1294 `org-agenda-tags-column'.
1295 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
1296 (org-agenda-to-appt): New optional argument FILTER.
1297 (org-completion-fallback-command): New variable.
1298 (org-complete): Use `org-completion-fallback-command'.
1299 (org-find-base-buffer-visiting): Catch the case that there is no
1300 buffer visiting the file.
1301 (org-property-or-variable-value): New function.
1302 (org-todo): Use `org-property-or-variable-value'
1303 (org-agenda-compact-blocks): New option.
1304 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
1305 (org-agenda-schedule, org-agenda-deadline):
1306 Call `org-agenda-show-new-time'.
1307 (org-agenda-show-new-time): New argument PREFIX.
1308 (org-colgroup-info-to-vline-list): Fix but that cause a
1309 shift in the vertical lines.
1310 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1311 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1312 (org-indent-item): No arg in call to `org-fix-bullet-type'.
1313 (org-fix-bullet-type): Remove argument.
1314 (org-read-date): Check for am/pm twice, to catch the end time.
1315 (org-goto-map): Use `suppress-keymap'.
1316 (org-remember-apply-template): Respect the dynamically scoped
1317 selection character.
1318
1319 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
1320
1321 * textmodes/org-export-latex.el (org-export-latex-protect-string):
1322 Renaming of `org-latex-protect'.
1323 (org-export-latex-emphasis-alist): By default, don't protect
1324 any emphasis formatter from further conversion.
1325 (org-export-latex-tables): Honor column grouping for tables.
1326 (org-export-latex-title-command): New option.
1327 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1328 export backslash character.
1329
1330 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * frame.el (frame-inherited-parameters): Remove unused `environment'
1333 parameter, and let server.el add `client' when needed.
1334
1335 * server.el (server-create-tty-frame)
1336 (server-create-window-system-frame): Set frame-inherited-parameters.
1337
1338 * frame.el (frame-inherited-parameters): New var.
1339 (make-frame): Use it.
1340
1341 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
1342
1343 * env.el (let-environment): Remove. Unused.
1344 (read-envvar-name): Simplify.
1345 (setenv): Remove unused arg `frame'.
1346
1347 * help-fns.el (describe-variable): Add missing " " for multiline
1348 obsolescence info and missing EOL after global value.
1349
1350 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1351
1352 * add-log.el:
1353 * ediff-vers.el:
1354 * log-view.el:
1355 * pcvs.el:
1356 * vc-arch.el:
1357 * vc-bzr.el:
1358 * vc-cvs.el:
1359 * vc.el:
1360 * vc-git.el:
1361 * vc-hg.el:
1362 * vc-hooks.el:
1363 * vc-mcvs.el:
1364 * vc-mtn.el:
1365 * vc-rcs.el:
1366 * vc-sccs.el:
1367 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
1368 {find,init,next,previous,annotate-*,log}-version ->
1369 {find,init,next,previous,annotate-*,log}-revision,
1370 annotate-focus-version -> annotate-working-revision, The term
1371 'focus' is gone. The term 'revision' is now used consistently
1372 everywhere that reference to a revision ID is intended, replacing
1373 older use of 'version'.
1374
1375 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1376
1377 * follow.el: Change all instances of "Follow Mode" to "Follow
1378 mode" in docstrings and messages.
1379 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
1380
1381 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1382
1383 * vc.el (vc-next-action): Rewrite completely; this principal
1384 entry point now operates on a current fileset selected either
1385 explicitly via VC-Dired or implicitly by visiting a file buffer,
1386 rather than always operating on the file of the current buffer as
1387 in older versions. Rewrite the rest of the mode to match.
1388 (with-vc-properties): Rewrite to operate on a file list.
1389 (with-vc-file): vc-checkin takes a file list argument now.
1390 (vc-post-command-functions): This hook now receives a file list.
1391 (vc-do-command): Take a either a file or a file list as argument.
1392 (vc-deduce-fileset): New function for deducing a file list to
1393 operate on.
1394 (vc-next-action-on-file, vc-next-action-dired): Remove.
1395 Merge into vc-next-action.
1396 (vc-register): Adapt to the fact that vc-start-entry now takes a
1397 file list.
1398 (vc-register-with): New function.
1399 (vc-start-entry): Take a file list argument rather than a
1400 file argument.
1401 (vc-checkout): Cope with vc-start-entry taking a file list.
1402 (vc-steal-lock): Cope with with-vc-properties taking a
1403 file list.
1404 (vc-checkin): Take a file list argument rather than a file argument.
1405 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
1406 (vc-diff-internal): Rewrite for filesets.
1407 (vc-diff-sentinel): New function, tests whether changes were
1408 written into a diff buffer.
1409 (vc-diff): Rewrite for filesets.
1410 (vc-version-diff): Rewrite for filesets.
1411 (vc-print-log): Take a fileset argument.
1412 (vc-revert): Revert the entire selected fileset, not just the
1413 current buffer.
1414 (vc-rollback): Roll back the entire selected fileset, if
1415 possible. No longer accepts a prefix argument.
1416 (vc-update): Merge new changes for the entire selected
1417 fileset, not just the current buffer.
1418 (vc-revert-file): Cope with with-vc-properties taking a file list.
1419 (vc-default-dired-state-info): Add + status suffix if the file is
1420 modified.
1421 (vc-annotate-warp-version): Use the new diff machinery.
1422 (vc-log-edit): Take a file list argument rather than a file argument.
1423
1424 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
1425
1426 Sync with Tramp 2.1.11.
1427
1428 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1429 Pacify byte compiler.
1430
1431 * net/trampver.el: Update release number.
1432
1433 2007-10-09 Richard Stallman <rms@gnu.org>
1434
1435 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
1436
1437 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1438
1439 * follow.el: Require easymenu.
1440 (follow-mode-hook, follow-mode): Doc fixes.
1441 (follow-mode-off-hook): Mark as obsolete.
1442
1443 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1444
1445 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1446 select-window or select-frame events.
1447 (handle-select-window): When autoselecting window set input
1448 focus. Restructure.
1449
1450 * frame.el (focus-follows-mouse): Move to frame.c.
1451 * cus-start.el (all): Add focus-follows-mouse.
1452
1453 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1454
1455 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1456 activate font-locking in the *buffer-selection* buffer.
1457 (bs-show-sorted): Doc fix.
1458
1459 * bs.el (bs--get-marked-string, bs--get-modified-string)
1460 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1461 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1462 (bs--format-aux): Doc fix.
1463
1464 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1465
1466 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1467
1468 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1469
1470 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1471 (gud-gdb): New function for old M-x gdb (text command mode).
1472 (gud-gdb-command-name, gdb): Move to...
1473
1474 * progmodes/gdb-ui.el: ...here and adapt doc string.
1475 (gud-gdba-command-name, gdba): Delete.
1476
1477 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * bs.el: Don't defvar `font-lock-verbose'.
1480 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1481 (bs--get-file-name): Fix typos in docstrings.
1482 (bs--show-header): Use `dolist' instead of `mapcar'.
1483 (bs-mode): Set `show-trailing-whitespace' to nil.
1484 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1485 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1486 Doc fixes.
1487
1488 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
1489
1490 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1491
1492 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1493
1494 * progmodes/gud.el (gdb): Make graphical mode the default and
1495 switch to text command mode if appropriate, i.e., reverse previous
1496 arrangement.
1497 (gud-gdb-marker-filter): Adapt for above change.
1498
1499 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1500 gud-minor-mode and gud-marker-filter.
1501 (gdb-fullname-regexp): New variable.
1502 (gud-gdba-marker-filter): Use it to switch to text command
1503 mode if appropriate.
1504
1505 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1506
1507 * progmodes/gud.el (gud-display-line): Find source buffer even when
1508 GUD buffer has its own frame.
1509
1510 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1511
1512 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1513
1514 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1515
1516 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1517
1518 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1519
1520 * allout.el (allout-before-change-handler): Replace got-char by
1521 goto-char.
1522
1523 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1526 Used to try and automatically enabled smerge-mode in the presence of
1527 conflicts and to call `svn resolved' when the conflicts are gone.
1528 (vc-svn-parse-status): Remember the svn-specific status.
1529
1530 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1531
1532 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1533 menu-bar-apropos-menu. All users changed.
1534 (menu-bar-help-menu): Change menu symbols to better match the text
1535 displayed by the menu.
1536
1537 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1538
1539 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1540 #, @, : and ^.
1541
1542 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1543
1544 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1545
1546 * log-view.el (log-view-mode-map): Likewise.
1547
1548 * diff-mode.el (diff-mode-shared-map): Likewise.
1549
1550 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1551
1552 * files.el (file-name-sans-versions): Also allow `A-Z'.
1553
1554 * vc.el: Mention all supported VC backends.
1555
1556 2007-10-08 Richard Stallman <rms@gnu.org>
1557
1558 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1559 neighbouring buttons.
1560
1561 2007-10-08 Andreas Schwab <schwab@suse.de>
1562
1563 * files.el (file-name-sans-versions): Also allow `_'.
1564
1565 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1566
1567 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1568
1569 * log-view.el (log-view-mode-map, log-view-mode-menu):
1570 Bind log-view-annotate-version.
1571 (log-view-beginning-of-defun, log-view-end-of-defun)
1572 (log-view-annotate-version): New functions.
1573 (log-view-mode): Use log-view-beginning-of-defun and
1574 log-view-end-of-defun.
1575
1576 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1579
1580 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1583 neighbouring buttons.
1584
1585 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1586 Recognize gcc's use of "note" for informational messages.
1587
1588 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1591 (css-mode): Update correspondingly.
1592
1593 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1594
1595 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1596 Signed-off-by, Acked-by and Merge.
1597
1598 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1601
1602 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * vc-mtn.el: New file.
1605
1606 * vc-hooks.el (vc-handled-backends): Add Mtn.
1607
1608 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1609
1610 * files.el (find-file, find-file-other-window)
1611 (find-file-other-frame, find-file-existing, find-file-read-only)
1612 (find-file-read-only-other-window)
1613 (find-file-read-only-other-frame)
1614 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1615
1616 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1617
1618 * progmodes/gud.el (gdb-ready): New variable.
1619 (gdb): Set it to nil. Set gud-running to nil here...
1620 (gud-common-init): ...instead of here.
1621
1622 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1623 Use gdb-ready. Discard input until GDB is ready to accept it.
1624
1625 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1626
1627 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1628 make it show up with eight colors.
1629
1630 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1633 diffs are concatenated with no intervening line.
1634
1635 2007-10-08 Dave Love <fx@gnu.org>
1636
1637 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1638 (python-font-lock-keywords): Update to the 2.5 version of the language.
1639 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1640 (python-backspace): Only behave funny in code.
1641 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1642 (inferior-python-mode): Add PDB prompt regexp.
1643 (python-fill-paragraph): Refine the fenced-string regexp.
1644 (python-find-imports): Handle imports spanning several lines.
1645 (python-mode): Add `class' to hideshow support.
1646
1647 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1650 Use add-log-buffer-file-name-function rather than binding
1651 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
1652 when `fi' is the ChangeLog file itself.
1653
1654 * outline.el (outline-flag-region): Use front-advance.
1655
1656 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
1657
1658 * progmodes/cperl-mode.el: Merge upstream 5.23.
1659 (cperl-where-am-i): Remove function.
1660 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1661 (cperl-sniff-for-indent): De-invert [string] and [comment].
1662 When looking for label, skip s:m:y:tr.
1663 (cperl-indent-line): Likewise.
1664 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1665 (cperl-windowed-init): Wrong `ps-print' handling.
1666 Both thanks to Chong Yidong.
1667 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1668 (cperl-find-pods-heres): If the second part of s()[] is missing,
1669 don't try to highlight delimiters...
1670
1671 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * progmodes/compile.el (compilation-get-file-structure): Complete last
1674 change by also using spec-directory in the puthash.
1675
1676 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
1677
1678 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1679 (vc-bzr-status): Fix shadowing of variable 'status'.
1680 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1681 Use `expand-file-name' instead of `concat'.
1682 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1683 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1684
1685 2007-10-08 Jason Rumney <jasonr@gnu.org>
1686
1687 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1688
1689 2007-10-08 Richard Stallman <rms@gnu.org>
1690
1691 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1692 Add `safe-local-variable' property.
1693 (lisp-body-indent): Likewise.
1694
1695 2007-10-08 Richard Stallman <rms@gnu.org>
1696
1697 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1698 Add doc string.
1699
1700 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1701
1702 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1703
1704 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1705
1706 * repeat.el (repeat): Use last-repeatable-command instead of
1707 real-last-command. Run pre- and post-command hooks for
1708 self-insertion. Update doc-string.
1709
1710 2007-10-08 Alexandre Julliard <julliard@winehq.org>
1711
1712 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1713 state of the file.
1714 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1715 (vc-git-create-repo): Fix invalid command.
1716
1717 2007-10-08 Richard Stallman <rms@gnu.org>
1718
1719 * textmodes/flyspell.el (flyspell-mode):
1720 Catch errors in flyspell-mode-on.
1721
1722 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1725
1726 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1727
1728 * international/encoded-kb.el (encoded-kbd-setup-display):
1729 Use input-decode-map rather than local-key-translation-map.
1730
1731 * term/rxvt.el (rxvt-alternatives-map): New map.
1732 (terminal-init-rxvt): Use it.
1733 Bind rxvt-function-map in input-decode-map.
1734
1735 * term/xterm.el (xterm-alternatives-map): New map.
1736 (terminal-init-xterm): Use it.
1737 Bind xterm-function-map in input-decode-map.
1738
1739 * term/x-win.el (x-alternatives-map): New var.
1740 (x-setup-function-keys): Use it.
1741
1742 * help-fns.el (describe-variable): Slightly change the layout of
1743 meta-info to separate it better from the docstring.
1744 Standardize insertion of extra empty lines in various circumstances.
1745
1746 * diff-mode.el (diff-hunk-style): New fun.
1747 (diff-end-of-hunk): Use it.
1748 (diff-context->unified): Use the new `apply' undo element,
1749 if applicable, so as to save undo-log space.
1750 (diff-fine-change): New face.
1751 (diff-fine-highlight-preproc): New function.
1752 (diff-fine-highlight): New command.
1753 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1754
1755 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1756 (smerge-refine-highlight-change): Add `props' argument.
1757 (smerge-refine-subst): New function holding most of smerge-refine.
1758 (smerge-refine): Use it.
1759
1760 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
1761
1762 * vc.el (vc-default-wash-log): Remove unused code, the
1763 log washers all live in the backends now.
1764 (vc-default-comment-history): Correct for the fact
1765 that wash-log is argumentless in the new API.
1766
1767 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
1768
1769 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1770 (tramp-maybe-send-script): Apply `member' but `memq'.
1771 (tramp-advice-file-expand-wildcards): Simplify implementation.
1772
1773 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1774
1775 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1776
1777 * mb-depth.el (minibuf-depth-indicator-function): New variable.
1778 (minibuf-depth-setup-minibuffer): Use it.
1779
1780 2007-10-07 Glenn Morris <rgm@gnu.org>
1781
1782 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1783 version numbers.
1784
1785 2007-10-06 Juri Linkov <juri@jurta.org>
1786
1787 * textmodes/fill.el (fill-paragraph-or-region): New function.
1788
1789 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1790 instead of fill-paragraph.
1791
1792 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1793 with fill-paragraph-or-region. Suspend command is now the same
1794 `suspend-frame' on window systems and on tty.
1795
1796 * image.el (image-type): Check if image-types is bound to not fail
1797 on tty.
1798
1799 * delsel.el (delete-selection-pre-hook):
1800 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1801 is fbound to not fail on mouseless tty.
1802
1803 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1804
1805 * net/tramp.el (top): Move loading of tramp-util.el and
1806 tramp-vc.el to tramp-compat.el.
1807 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
1808 temporary file if possible, in order to avoid a security hole.
1809 (tramp-do-copy-or-rename-file-out-of-band)
1810 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1811 with DONT-CREATE, because the connection is not setup yet.
1812 (tramp-handle-process-file): Rewrite temporary file handling.
1813 (tramp-completion-mode): New defvar.
1814 (tramp-completion-mode-p): Use it.
1815
1816 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1817
1818 * net/tramp-fish.el (tramp-fish-handle-process-file):
1819 Rewrite temporary file handling.
1820
1821 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1822
1823 * vc.el: Workfile version -> focus version change. Port various
1824 comments from new VC to reduce the noise in the diff.
1825 Patch in the new vc-create-repo function to go with the
1826 header comment about it already present.
1827 There are no changes to existing logic in this patch.
1828 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1829
1830 2007-10-06 Aaron Hawley <aaronh@garden.org>
1831
1832 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1833
1834 2007-10-05 Chris Moore <dooglus@gmail.com>
1835
1836 * server.el (server-kill-new-buffers): Doc fix.
1837
1838 2007-10-05 John W. Eaton <jwe@octave.org>
1839
1840 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1841 (octave-begin-keywords): Add "do".
1842 (octave-end-keywords): Remove "end".
1843 (octave-reserved-words): Add "end". Remove "all_va_args",
1844 "gplot", and 'gsplot".
1845 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1846 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1847 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1848 "default_return_value", "define_all_return_values",
1849 "do_fortran_indexing", "empty_list_elements_ok",
1850 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1851 "ok_to_lose_imaginary_part", "prefer_column_vectors",
1852 "prefer_zero_one_indexing", "propagate_empty_matrices",
1853 "resize_on_range_error", "treat_neg_dim_as_zero",
1854 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1855 "warn_divide_by_zero", "warn_function_name_clash",
1856 "warn_missing_semicolon", "whitespace_in_literal_matrix".
1857 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1858 "crash_dumps_octave_core", "sighup_dumps_octave_core",
1859 "sigterm_dumps_octave_core".
1860 (octave-block-match-alist): Remove "end" from block-end keywords.
1861 (octave-mode): Update ftp site address.
1862
1863 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
1864
1865 * vc.el: Reorder functions, no code changes.
1866
1867 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
1868
1869 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1870 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1871 the cond clauses where needed.
1872 (tramp-handle-write-region): Rearrange code for proper handling of
1873 tmpfile.
1874
1875 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1876
1877 * net/tramp.el:
1878 * net/tramp-fish.el:
1879 * net/tramp-ftp.el:
1880 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1881 `tramp-compat-make-temp-file'.
1882
1883 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1884
1885 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1886
1887 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
1890 already uses a more recent copyright version than the "current" one.
1891
1892 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1893
1894 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
1895 (doc-view-insert-image): Minor aesthetical docstring changes.
1896
1897 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
1898
1899 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
1900 completing filename.
1901 (doc-view-search-internal): Docstring change.
1902
1903 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
1904
1905 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
1906 (tramp-file-name-handler-alist):
1907 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
1908 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
1909 used before, creates the file already, which is not desired.
1910 (tramp-do-copy-or-rename-file-directly): Simplify handling of
1911 temporary file.
1912 (tramp-handle-insert-file-contents): Assign the result in the
1913 short track case.
1914 (tramp-handle-insert-file-contents-literally): New defun.
1915 (tramp-completion-mode-p): Revert change from 2007-09-24.
1916 Checking for `return' etc as last character is not sufficient, for
1917 example in dired-mode when entering <g> (revert-buffer) or
1918 <s> (dired-sort).
1919
1920 * net/tramp-compat.el (top): Add also compatibility code for loading
1921 appropriate timer package.
1922 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
1923 order to avoid autoloading problems.
1924
1925 * net/tramp-fish.el:
1926 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
1927
1928 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
1929 where the second parameter of `copy-file' or `rename-file' is a
1930 remote file but not via ftp.
1931
1932 2007-10-02 Richard Stallman <rms@gnu.org>
1933
1934 * frame.el (cursor-in-non-selected-windows): Doc fix.
1935
1936 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1937
1938 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
1939 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
1940
1941 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
1942
1943 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
1944 when `expt' doesn't give range errors.
1945
1946 2007-10-01 Markus Triska <markus.triska@gmx.at>
1947
1948 * calc/calc-math.el (math-smallest-emacs-expt):
1949 Make the computation more robust.
1950
1951 2007-09-30 David Kastrup <dak@gnu.org>
1952
1953 * startup.el (argv): Alias for `command-line-args-left' to use as
1954 `(pop argv)' inside of --eval command sequences. Allows for
1955 passing shell commands into Emacs verbatim without need for Lisp
1956 quoting.
1957
1958 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
1959 check only for changed size.
1960 (auto-revert-tail-handler): Get size from caller. If the file has
1961 shrunk, tail the whole file again (the file presumably has been
1962 rewritten).
1963
1964 * woman.el (woman-topic-all-completions, woman-mini-help):
1965 Fix fallout from 2007-09-07 introduction of `dolist' when the list
1966 actually was being manipulated in the loop.
1967 (woman-Cyg-to-Win, woman-pre-process-region)
1968 (woman-horizontal-escapes, woman-if-body, woman-unescape)
1969 (woman-strings, woman-special-characters, woman1-hc)
1970 (woman-change-fonts, woman-find-next-control-line):
1971 Use `match-beginning' rather than `match-string' when the result is
1972 just used as a flag.
1973
1974 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
1975
1976 * net/tramp-compat.el: New file.
1977
1978 * net/tramp.el:
1979 * net/tramp-fish.el:
1980 * net/tramp-smb.el:
1981 * net/tramp-uu.el:
1982 * net/trampver.el: Move compatibility code to tramp-compat.el.
1983 Apply `mapc' instead of `mapcar' when the code needs side effects
1984 only. Move utf-8 coding cookie to the second line.
1985
1986 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
1987
1988 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
1989 Improve custom type.
1990 (icon-map-list): Make it customizable. Document how to disable
1991 stock icons.
1992
1993 2007-09-30 Richard Stallman <rms@gnu.org>
1994
1995 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
1996
1997 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1998
1999 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2000
2001 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2004 (t-mouse-mode): New compatibility alias.
2005
2006 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2007
2008 * server.el (server-delete-client): Only delete the terminal if it
2009 is non-nil.
2010
2011 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * net/tramp.el (with-file-property, with-connection-property):
2014 Highlight as keyword.
2015 (tramp-rfn-eshadow-setup-minibuffer)
2016 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2017 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2018 (tramp-do-copy-or-rename-file-directly)
2019 (tramp-do-copy-or-rename-file-out-of-band)
2020 (tramp-handle-shell-command, tramp-get-debug-buffer)
2021 (tramp-send-command-and-read, tramp-equal-remote)
2022 (tramp-get-local-gid): Pacify byte-compiler.
2023 (tramp-handle-file-name-directory): Result shall not be expanded.
2024 (tramp-find-foreign-file-name-handler): Rewrite.
2025 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2026
2027 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2028
2029 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2030 Apply `tramp-completion-mode-p'.
2031 (tramp-fish-handle-set-file-times)
2032 (tramp-fish-handle-executable-find)
2033 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2034 (tramp-fish-retrieve-data): Pacify byte-compiler.
2035
2036 * net/tramp-gw.el (tramp-gw-basic-authentication):
2037 Call `tramp-read-passwd' with first parameter `nil'.
2038
2039 2007-09-28 Glenn Morris <rgm@gnu.org>
2040
2041 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2042 than mapcar.
2043
2044 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2045 (tex-suscript-height-minimum): New customizable variables.
2046 (tex-suscript-height): New function.
2047 (superscript, subscript): Set height using tex-suscript-height
2048 rather than fixing at 0.8.
2049 (tex-fontify-script, tex-font-script-display): Add :version tag.
2050
2051 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * progmodes/python.el (python-eldoc-function): Doc fix.
2054
2055 2007-09-27 Glenn Morris <rgm@gnu.org>
2056
2057 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2058 image if it is not in image-type-auto-detectable, or is there with
2059 a nil value.
2060
2061 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2062
2063 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2064 connection more robust.
2065
2066 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2069 Deal with the case that special &keywords are at the beginning or
2070 end of the argument list. Also add some (incomplete) support for
2071 non-standard arglists.
2072
2073 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2074
2075 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2076 (eldoc-message-commands, eldoc-current-idle-delay)
2077 (eldoc-function-argstring-format): Fix typos in docstrings.
2078
2079 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2080
2081 * calc/calc-units.el (calc-convert-units)
2082 (calc-convert-temperature): Remove unnecessary colons.
2083
2084 2007-09-26 Bastien Guerry <bzg@altern.org>
2085
2086 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2087 New function.
2088 (org-export-latex-remove-from-headlines): Name changed because of typo.
2089 (org-export-latex-quotation-marks-convention): Option removed.
2090 (org-export-latex-make-preamble): Handle the DATE option.
2091 (org-export-latex-cleaned-string): Now the only cleaning function,
2092 synched up with org.el.
2093 (org-export-latex-lists, org-export-latex-parse-list)
2094 (org-export-list-to-latex): New functions.
2095
2096 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2097
2098 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2099 (org-outline-regexp): New constant.
2100 (org-remember-handler): Throw error when the target file is not in
2101 org-mode.
2102 (org-cleaned-string-for-export): No longer call
2103 `org-export-latex-cleaned-string' with an argument.
2104 (org-get-tags): Returns now a list, not a string.
2105 (org-get-tags-string): New function.
2106 (org-archive-subtree): No need to split return of `org-get-tags'.
2107 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2108 instead of `org-get-tags'.
2109 (org-agenda-format-date): Rename from `org-agenda-date-format'.
2110 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2111 (org-compatible-face): New argument INHERITS. Inherit from this
2112 face if possible.
2113 (org-level-1, org-level-2, org-level-3, org-level-4)
2114 (org-level-5, org-level-6, org-level-7, org-level-8)
2115 (org-special-keyword, org-drawer, org-column, org-warning)
2116 (org-archived, org-todo, org-done, org-headline-done, org-table)
2117 (org-formula, org-code, org-agenda-structure)
2118 (org-scheduled-today, org-scheduled-previously)
2119 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2120 in the new way.
2121 (org-get-heading): New argument NO-TAGS.
2122 (org-fast-tag-selection-include-todo): Made defvar instead of
2123 defcustom, feature is not deprecated.
2124 (org-remember-store-without-prompt): New default value t.
2125 (org-todo-log-states): New variable.
2126 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2127 Compute the log states.
2128 (org-goto-map): More commands copied from global map. Also bind
2129 `org-occur'.
2130 (org-goto): Made into a general lookup command.
2131 (org-get-location): Complete rewrite.
2132 (org-goto-exit-command): New variable.
2133 (org-goto-selected-point): New variable.
2134 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2135 Set the new variables.
2136 (org-paste-subtree): Whitespace insertion strategy revised.
2137 (org-remember-apply-template): Protect v-A from the possibility
2138 that v-a might be nil.
2139 (org-remember-handler): Insertion rules revised.
2140 (org-todo): Respect org-todo-log-states.
2141 (org-up-heading-safe): New function.
2142 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2143
2144 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2145
2146 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2147 region if in transient-mark-mode.
2148
2149 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2150
2151 * calc/calc-ext.el (calc-init-extensions, calc-reset):
2152 * calc/calc-help.el (calc-full-help):
2153 * calc/calc-misc.el (another-calc):
2154 * calc/calc-store.el (calc-var-name-map):
2155 * calc/calc-stuff.el (calc-flush-caches):
2156 * calc/calc-units.el (math-build-units-table):
2157 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2158 (calc-quit):
2159 * calendar/icalendar.el (icalendar--format-ical-event)
2160 (icalendar--convert-ical-to-diary):
2161 * emacs-lisp/authors.el (authors):
2162 * emacs-lisp/cust-print.el (custom-print-install)
2163 (custom-print-uninstall):
2164 * emacs-lisp/disass.el (disassemble-1):
2165 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2166 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2167 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2168 (elint-check-let-form, elint-check-condition-case-form)
2169 (elint-initialize):
2170 * emacs-lisp/elp.el (elp-results):
2171 * emacs-lisp/generic.el (generic-mode-internal):
2172 * emacs-lisp/re-builder.el (reb-delete-overlays):
2173 * emacs-lisp/regi.el (regi-interpret):
2174 * emacs-lisp/sregex.el (sregex--char-aux):
2175 * emulation/cua-rect.el (cua--deactivate-rectangle)
2176 (cua--highlight-rectangle, cua--rectangle-post-command):
2177 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2178 * emulation/viper-macs.el (viper-describe-kbd-macros)
2179 (viper-describe-one-macro):
2180 * emulation/viper-util.el (viper-setup-master-buffer):
2181 * emulation/viper.el (set-viper-state-in-major-mode):
2182 * international/mule-diag.el (describe-current-coding-system):
2183 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2184 * mail/emacsbug.el (report-emacs-bug):
2185 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2186 * obsolete/hilit19.el (hilit-unhighlight-region)
2187 (hilit-set-mode-patterns):
2188 * play/solitaire.el (solitaire-check, solitaire-solve):
2189 * play/zone.el (zone-pgm-rotate):
2190 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2191 * progmodes/ada-prj.el (ada-prj-display-page):
2192 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2193 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2194 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2195 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2196 * progmodes/sh-script.el (sh-make-vars-local)
2197 (sh-reset-indent-vars-to-global-values):
2198 * progmodes/sql.el (top):
2199 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2200 * progmodes/xscheme.el (top):
2201 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2202 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2203 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2204 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2205 (artist-submit-bug-report):
2206 * textmodes/flyspell.el (flyspell-delay-commands)
2207 (flyspell-deplacement-commands):
2208 * textmodes/table.el (table--generate-source-epilogue, table-insert)
2209 (table--generate-source-cells-in-a-row, table--make-cell-map)
2210 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2211
2212 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
2213
2214 * allout.el (produce-allout-mode-map, allout-process-exposed):
2215 * ansi-color.el (ansi-color-make-color-map):
2216 * autoinsert.el (auto-insert):
2217 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2218 * dired-aux.el (dired-create-files):
2219 * dired.el (dired-restore-desktop-buffer):
2220 * ediff-diff.el (ediff-setup-fine-diff-regions):
2221 * ediff-mult.el (ediff-intersect-directories)
2222 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2223 (ediff-redraw-registry-buffer):
2224 * ediff-ptch.el (ediff-fixup-patch-map):
2225 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2226 (ediff-really-quit, ediff-clear-diff-vector):
2227 * emerge.el (emerge-really-quit):
2228 * ffap.el (ffap-replace-file-component):
2229 * filecache.el (file-cache-add-directory)
2230 (file-cache-add-directory-recursively)
2231 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2232 (file-cache-delete-directory, file-cache-files-matching-internal)
2233 (file-cache-display):
2234 * files.el (cd):
2235 * find-lisp.el (find-lisp-insert-directory):
2236 * finder.el (finder-compile-keywords):
2237 * help.el (view-emacs-news):
2238 * hi-lock.el (hi-lock-write-interactive-patterns):
2239 * ido.el (ido-to-end, ido-set-matches-1):
2240 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2241 (image-dired-mark-tagged-files):
2242 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2243 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2244 * ps-print.el (ps-background, ps-begin-file)
2245 (ps-build-reference-face-lists):
2246 * simple.el (clone-buffer):
2247 * startup.el (command-line):
2248 * tempo.el (tempo-insert-template, tempo-is-user-element)
2249 (tempo-forward-mark, tempo-backward-mark):
2250 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2251
2252 2007-09-25 Glenn Morris <rgm@gnu.org>
2253
2254 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2255
2256 * view.el (view-search-no-match-lines): Add a doc string.
2257 Rewrite to simplify and work better.
2258
2259 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2260
2261 * progmodes/cc-mode.el (c-mode-base-map):
2262 Use c-indent-line-or-region instead of c-indent-line.
2263
2264 * indent.el (indent-for-tab-command): First check if the region is
2265 active.
2266
2267 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2268
2269 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2270 whitespace-rescan-timer-time is 0.
2271
2272 2007-09-24 Karl Berry <karl@gnu.org>
2273
2274 * international/mule.el (coding-system-base): Fix doc string grammar.
2275
2276 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2277
2278 * net/tramp.el (tramp-completion-mode-p): Rename from
2279 `tramp-completion-mode'. Revert logic, check `return', `newline'
2280 and such alike. Packages like Icicles tend to use other completion
2281 characters but `tab' and `space' only.
2282
2283 2007-09-24 Adam Hupp <adam@hupp.org>
2284
2285 * progmodes/python.el (run-python): Import emacs module without
2286 waiting; prevents lockup on error.
2287
2288 2007-09-23 Richard Stallman <rms@gnu.org>
2289
2290 * mail/sendmail.el (mail-bury): Delete the frame
2291 if this frame looks like it was made for this message.
2292
2293 * completion.el (completion-separator-self-insert-command)
2294 (completion-separator-self-insert-autofilling):
2295 If `self-insert-command' has been remapped, use the substitute.
2296
2297 * simple.el (copy-region-as-kill): Doc fix.
2298
2299 * textmodes/org.el (org-confirm-shell-link-function)
2300 (org-confirm-elisp-link-function): Doc fixes.
2301
2302 2007-09-23 Glenn Morris <rgm@gnu.org>
2303
2304 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2305
2306 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2307
2308 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
2309
2310 * term/tvi970.el (terminal-init-tvi970): Likewise.
2311
2312 * term/sun-mouse.el (print-mouse-format): Likewise.
2313
2314 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
2315 Use forward-line instead of previous-line and next-line.
2316
2317 2007-09-22 Juri Linkov <juri@jurta.org>
2318
2319 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
2320
2321 * tutorial.el (tutorial--default-keys): Update standard bindings:
2322 rename `iconify-or-deiconify-frame' to `suspend-frame',
2323 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2324
2325 2007-09-22 Juri Linkov <juri@jurta.org>
2326
2327 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
2328 Add help-echo to external links and to links without description.
2329 (fancy-splash-insert): Use help-echo from the 3rd element of the
2330 link specification list, or "Follow this link" if it's nil. Doc fix.
2331
2332 2007-09-22 Juri Linkov <juri@jurta.org>
2333
2334 * startup.el (command-line): Rename `inhibit-startup-message' to
2335 `inhibit-startup-screen'.
2336 (fancy-about-text): Use shorter label for "Ordering Manuals".
2337 (fancy-startup-tail): Add optional arg `concise'. When `concise'
2338 is nil, display a line with "To start..." and 3 links to useful
2339 tasks. Display the "Dismiss" button and "Don't show this message
2340 again" only when concise is non-nil.
2341 (fancy-startup-screen): Call `fancy-startup-tail' with optional
2342 arg `concise'. If CONCISE is non-nil, display a concise version
2343 of the splash screen in another window. Otherwise, switch to the
2344 startup buffer in the same window.
2345 (startup-echo-area-message): Change displayed binding from
2346 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
2347 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
2348 the GNU system".
2349 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
2350 to "*GNU Emacs*".
2351 (display-about-screen): Don't check the existence of the buffer
2352 "*About GNU Emacs*".
2353 (display-splash-screen): Make alias to `display-startup-screen'.
2354 (command-line-1): Rename `inhibit-startup-message' to
2355 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2356 started with command line options "-f", "-funcall", "-e", "-eval",
2357 "-execute", "-insert", "-find-file", "-file", "-visit".
2358 Inhibit startup screen when Emacs is started with a file name only
2359 on tty (i.e. don't inhibit it when started with a file name like
2360 "emacs FILE..." on a window system).
2361 (command-line-1): Simplify logic of displaying the startup screen:
2362 if file-count > 0, then display the concise version in another
2363 window, otherwise display full version in the same window.
2364
2365 * help.el (help-map): Bind C-h C-a to about-emacs.
2366 (help-for-help-internal): Add C-a description to C-h help text.
2367
2368 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2369
2370 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
2371 (checkdoc-permit-comma-termination-flag): Autoload the
2372 safe-local-variable setting.
2373
2374 * bookmark.el (bookmark-xemacsp): Remove.
2375 (bookmark-make): Don't use bookmark-xemacsp,
2376 use (featurep 'xemacs) instead.
2377
2378 * speedbar.el (speedbar-frame-mode)
2379 (speedbar-frame-reposition-smartly)
2380 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2381 (speedbar-check-vc): Remove use of non-existent variable
2382 dframe-xemacsp, use (featurep 'xemacs) instead.
2383
2384 * indent.el (indent-for-tab-command): Indent the region if
2385 transient-mark-mode and the region is active.
2386
2387 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
2388
2389 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2390 add inferior-octave-directory-tracker to the buffer-local value
2391 of comint-input-filter-functions.
2392
2393 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2394
2395 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
2396
2397 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
2398
2399 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
2400 on w32 frames.
2401
2402 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * startup.el (normal-top-level): Remove DISPLAY from
2405 process-environment to let it be computed dynamically in callproc.c.
2406
2407 * frame.el (frame-initialize, make-frame):
2408 * faces.el (tty-set-up-initial-frame-faces):
2409 * env.el (setenv): Don't set display-environment-variable.
2410
2411 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
2412 (server-create-tty-frame): Don't set unused `tty' property.
2413 Set `display' instead of display-environment-variable.
2414 (server-create-window-system-frame): No display-environment-variable.
2415
2416 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
2417
2418 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
2419 (rfn-eshadow-update-overlay-hook): New defvars.
2420 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
2421 Run the hooks.
2422
2423 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
2424 (tramp-rfn-eshadow-setup-minibuffer)
2425 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
2426 rfn-eshadow.el.
2427
2428 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
2429 timeout.
2430
2431 2007-09-21 Glenn Morris <rgm@gnu.org>
2432
2433 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
2434 * term/sun-mouse.el (suspend-emacstool): Remove.
2435 * term/sun.el: Remove emacstool-related code.
2436
2437 * emacs-lisp/bytecomp.el (byte-compile-warnings)
2438 (byte-compile-warnings-safe-p): Add `mapcar'.
2439 (byte-compile-warning-types): Add mapcar and make-local.
2440 (byte-compile-normal-call): Add option to suppress mapcar warning.
2441 (top-level): Use mapc rather than mapcar in eval-when-compile.
2442
2443 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2444 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
2445 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
2446 Handle escaped parens.
2447 (latex-forward-sexp): Doc fix.
2448
2449 * eshell/esh-mode.el (eshell-output-filter-functions):
2450 Add eshell-postoutput-scroll-to-bottom.
2451
2452 * loadup.el: Remove termdev.
2453
2454 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
2455 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
2456
2457 2007-09-21 Markus Triska <markus.triska@gmx.at>
2458
2459 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
2460 `mapcar' is called for effect.
2461
2462 2007-09-21 Kevin Ryde <user42@zip.com.au>
2463
2464 * international/mule.el (sgml-html-meta-auto-coding-function):
2465 Bind `case-fold-search' to t.
2466
2467 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * termdev.el: Remove.
2470
2471 * frame.el (get-device-terminal): New function. Moved from termdev.el.
2472 (frames-on-display-list): Use it.
2473
2474 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
2475
2476 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
2477
2478 2007-09-20 Richard Stallman <rms@gnu.org>
2479
2480 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
2481
2482 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
2485
2486 2007-09-20 Glenn Morris <rgm@gnu.org>
2487
2488 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2489 motion functions, rather than hard-coding "\n\n".
2490 (tex-validate-region): Check for eobp, to speed up.
2491 (tex-next-unmatched-end): Doc fix.
2492
2493 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * files.el (auto-mode-alist): Use archive-mode for .rar files.
2496
2497 * international/mule.el (auto-coding-alist): Rar archives are binary.
2498
2499 * arc-mode.el: Add basic support for Rar.
2500 (archive-find-type): Recognize Rar's signature.
2501 (archive-desummarize): New fun.
2502 (archive-summarize): Use it to restore the buffer's data in case
2503 someone wants to switch to some other major mode.
2504 (archive-resummarize): Use it as well.
2505 (archive-rar-summarize, archive-rar-extract): New functions.
2506
2507 * filesets.el: Remove spurious * in docstrings.
2508 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
2509 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
2510 (filesets-ingroup-collect): Remove unused arg `depth'.
2511 (filesets-update): Remove unused arg `version'.
2512
2513 * finder.el (finder-compile-keywords): Fix up comment style.
2514 (finder-mouse-face-on-line): previous-line -> forward-line.
2515
2516 * recentf.el: Remove spurious * in docstrings.
2517 (recentf-save-list): Fix up comment style.
2518
2519 * progmodes/octave-mod.el: Remove spurious * in docstrings.
2520 (octave-mode-map): Move init into declaration and remove \t binding.
2521 (octave-mode-startup-message): Remove unused var.
2522 (octave-scan-blocks): Remove unused arg `from'.
2523 (octave-forward-block, octave-down-block, octave-up-block):
2524 Update callers.
2525
2526 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
2527 (meta-mode-map): Likewise and remove \t binding.
2528
2529 * net/snmp-mode.el: Remove spurious * in docstrings.
2530 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
2531 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
2532 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
2533 that completion accepts lists of strings.
2534 (snmp-mode-syntax-table): Move initialization into declaration.
2535 (snmp-mode-map): Likewise and remove \t binding.
2536 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
2537 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
2538 (snmp-indent-command): Remove.
2539
2540 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
2541 binding, so tab-always-indent works right.
2542
2543 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
2544
2545 * net/browse-url.el (browse-url-elinks-new-window): New function.
2546 (browse-url-elinks): Use browse-url-elinks-new-window.
2547 Accept optional second argument `new-window'. Fix typo in doc-string.
2548 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
2549 Improve error message.
2550
2551 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2552
2553 * net/browse-url.el (browse-url-url-encode-chars): Use the right
2554 parameter name in the function body.
2555 Reported by Johannes Weiner.
2556
2557 2007-09-19 Glenn Morris <rgm@gnu.org>
2558
2559 * net/socks.el (socks-open-network-stream): Signal an explicit
2560 error if the port associated with a service string can't be found.
2561
2562 * textmodes/tex-mode.el (tex-terminate-paragraph):
2563 Use backward-paragraph.
2564
2565 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * server.el (server-running-p): New function.
2568
2569 2007-09-18 Jason Rumney <jasonr@gnu.org>
2570
2571 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
2572 x-focus-frame.
2573
2574 * frame.el (select-frame-set-input-focus, select-frame-by-name):
2575 Use x-focus-frame for w32.
2576
2577 2007-09-17 David Kastrup <dak@gnu.org>
2578
2579 * textmodes/tex-mode.el (tex-verbatim-environments):
2580 Eliminate CL dependency.
2581
2582 2007-09-17 Richard Stallman <rms@gnu.org>
2583
2584 * newcomment.el (comment-add): New arg EXTRA.
2585 (comment-region-default): Pass EXTRA if not indenting lines.
2586
2587 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2588
2589 * net/browse-url.el (browse-url-url-encode-chars): New function.
2590 URL-encode some chars in a string.
2591 (browse-url-encode-url): Rewrite using the previous function.
2592 (browse-url-file-url): Use `browse-url-url-encode-chars'.
2593 (browse-url-elinks-sentinel): Fix typo.
2594 (browse-url-new-window-flag): Doc change.
2595
2596 2007-09-17 Glenn Morris <rgm@gnu.org>
2597
2598 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2599 filename from `--file-line-error', if it is available.
2600
2601 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2602
2603 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2604 TeX `--file-line-error' format.
2605
2606 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2607
2608 * xt-mouse.el: Delete add-hook calls that were moved to
2609 xterm-mouse-mode.
2610 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
2611 does not work.
2612
2613 2007-09-17 Richard Stallman <rms@gnu.org>
2614
2615 * cus-face.el (custom-theme-set-faces): Undo previous change.
2616
2617 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
2618
2619 2007-09-17 Glenn Morris <rgm@gnu.org>
2620
2621 * textmodes/tex-mode.el (tex-region): Simplify previous change,
2622 handling the case where the region is not in `tex-main-file'.
2623 (tex-region-1): Delete.
2624 (tex-region-header): New function, doing the header part of the
2625 old tex-region-1.
2626
2627 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 * simple.el (newline): Simplify use of prefix-numeric-value.
2630 (line-move-partial): Remove unused var `ppos'.
2631 (line-move-1): Replace 9999 with most-positive-fixnum.
2632 (move-end-of-line): Use more efficient single-property search.
2633 (move-beginning-of-line): Remove unused var `start'.
2634 (blink-matching-open): Restructure in a more functional style.
2635
2636 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2637
2638 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
2639
2640 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * server.el (server-clients): Only keep procs, no properties any more.
2643 (server-client): Remove.
2644 (server-client-get, server-client-set): Remove, replace all callers by
2645 process-get and process-put resp.
2646 (server-clients-with, server-add-client, server-delete-client)
2647 (server-create-tty-frame, server-create-window-system-frame)
2648 (server-process-filter, server-execute, server-visit-files)
2649 (server-buffer-done, server-kill-buffer-query-function)
2650 (server-kill-emacs-query-function, server-switch-buffer)
2651 (server-save-buffers-kill-terminal): Update accordingly.
2652
2653 * server.el (server-with-environment): Simplify.
2654 (server-select-display, server-unselect-display): Re-add functions that
2655 seem to have been lost in the multi-tty merge.
2656 (server-eval-and-print, server-create-tty-frame)
2657 (server-create-window-system-frame, server-goto-toplevel)
2658 (server-execute, server-return-error): New functions extracted from
2659 server-process-filter.
2660 (server-execute-continuation): New functions.
2661 (server-process-filter): Restructure so that all arguments are analysed
2662 first and then acted upon in a subsequent stage. This way
2663 server-goto-toplevel can be executed later, when we know if
2664 it's necessary.
2665 Remove the "-version" and "-version-good" support.
2666
2667 2007-09-16 Drew Adams <drew.adams@oracle.com>
2668
2669 * cus-edit (custom-face-edit-activate): Doc fix.
2670
2671 2007-09-16 Glenn Morris <rgm@gnu.org>
2672
2673 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
2674 Following cal-bahai renaming, update all instances of
2675 list-bahai-diary-entries to diary-bahai-list-entries,
2676 mark-bahai-diary-entries to diary-bahai-mark-entries,
2677 calendar-goto-bahai-date to calendar-bahai-goto-date,
2678 insert-bahai-diary-entry to diary-bahai-insert-entry,
2679 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
2680 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
2681 calendar-print-bahai-date to calendar-bahai-print-date.
2682
2683 * textmodes/tex-mode.el (tex-region): Handle the case where the
2684 region is not in `tex-main-file'. Move the old code that applies
2685 to both cases...
2686 (tex-region-1): ...to this new function.
2687
2688 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * vc.el (vc-process-sentinel): New function.
2691 (vc-exec-after): Use it instead of using ugly hackish analysis and
2692 construction of Elisp code.
2693 (vc-sentinel-movepoint): New dynamically scoped var.
2694 (vc-print-log, vc-annotate): Set it to move the user's point.
2695
2696 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
2697 inhibit-modification-hooks.
2698
2699 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
2700 (calendar-bahai-print-date, calendar-bahai-goto-date)
2701 (diary-bahai-list-entries, diary-bahai-insert-entry):
2702 New names to clean up the namespace a bit more.
2703 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2704
2705 2007-09-15 Glenn Morris <rgm@gnu.org>
2706
2707 * calendar/holidays.el (holiday-list): Rename it back to
2708 `list-holidays', but leave `holiday-list' as an alias.
2709
2710 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2711 custom group.
2712
2713 * textmodes/css-mode.el (css): New custom group.
2714 (css-electrick-keys, css-selector, css-property)
2715 (css-indent-offset): Specify custom group.
2716
2717 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2720 (cvs-execute-single-file): Use process-file.
2721 (cvs-run-process): Use start-file-process.
2722
2723 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
2724
2725 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2726 level. Remove the hooks when turning off the mode.
2727
2728 * term/xterm.el: Require xt-mouse at compile time.
2729 (terminal-init-xterm): Turn on xterm mouse tracking for this
2730 terminal if xterm-mouse-mode is enabled.
2731
2732 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2733
2734 * term/xterm.el (xterm-function-map): Replace bindings that were
2735 deleted by the merge.
2736
2737 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
2738
2739 * play/bubbles.el (bubbles-version): Bump value to "0.5".
2740 (bubbles-mode-map): Move define-key statements here.
2741 (bubbles-game-theme-menu): Ditto.
2742 (bubbles-graphics-theme-menu): Ditto.
2743 (bubbles-menu): Ditto.
2744 (bubbles-mode): Initialize buffer-undo-list, redisplay.
2745 (bubbles--initialize): Reset buffer-undo-list, redisplay.
2746 (bubbles-plop): Set buffer-undo-list, redisplay.
2747 (bubbles-undo): Reset buffer-undo-list, redisplay.
2748 (bubbles--show-images): Take care of missing text properties.
2749
2750 2007-09-14 Glenn Morris <rgm@gnu.org>
2751
2752 * startup.el (fancy-startup-text, fancy-about-text): Fix face
2753 quoting.
2754
2755 * calendar/cal-hebrew.el, calendar/cal-menu.el
2756 * calendar/calendar.el, calendar/diary-lib.el
2757 * calendar/holidays.el: Rename all instances of
2758 list-calendar-holidays callers to calendar-list-holidays,
2759 list-holidays to holiday-list, check-calendar-holidays to
2760 calendar-check-holidays, mark-calendar-holidays to
2761 calendar-mark-holidays, and filter-visible-calendar-holidays to
2762 holiday-filter-visible-calendar.
2763
2764 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2765
2766 * term/xterm.el (xterm-function-map): Add C-M- bindings.
2767
2768 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2769
2770 * play/bubbles.el (bubbles--initialize-images): Fix bug:
2771 Use transparent background for empty cells in graphics mode.
2772
2773 2007-09-13 Jari Aalto <jari.aalto@cante.net>
2774
2775 * man.el (Man-default-man-entry): At end of line, continue looking
2776 to the next line for possible end of hyphenated command.
2777
2778 2007-09-13 Chris Moore <dooglus@gmail.com>
2779
2780 * shell.el (shell-resync-dirs): Don't move the cursor relative to
2781 the command being edited.
2782
2783 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
2784
2785 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2786
2787 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2788
2789 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2790 C-M-S- keys.
2791
2792 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2793
2794 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2795
2796 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2797 New argument `filename-p' to use one set of confusing chars or another.
2798 (browse-url-file-url): Use the argument.
2799 Suggested by Johannes Weiner.
2800
2801 2007-09-12 Romain Francoise <romain@orebokech.com>
2802
2803 * cus-start.el (all): Revert 2007-09-08 change.
2804
2805 2007-09-12 Aaron Hawley <aaronh@garden.org>
2806
2807 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
2808 extract .Z files, since it is more common than uncompress.
2809
2810 2007-09-12 Glenn Morris <rgm@gnu.org>
2811
2812 * textmodes/org-publish.el (org-publish-org-to-html): Remove
2813 duplicate function definition.
2814
2815 2007-09-10 Chris Moore <dooglus@gmail.com>
2816
2817 * diff-mode.el (diff-sanity-check-hunk):
2818 Also accept single-line hunks.
2819
2820 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * startup.el (startup-screen-inhibit-startup-screen)
2823 (pure-space-overflow-message): New vars.
2824 (fancy-splash-insert): Allow functions for face and link specs.
2825 (fancy-splash-head): Remove unused arg. Move splash text...
2826 (fancy-startup-text, fancy-about-text): ...here.
2827 (fancy-startup-tail): Rename from fancy-splash-tail.
2828 (fancy-startup-screen, fancy-about-screen): Split off from
2829 fancy-splash-screens.
2830 (display-startup-screen): New function.
2831 (display-about-screen): Rename from display-splash-screen.
2832 (command-line-1): Use concise startup screen if necessary.
2833
2834 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2835
2836 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2837 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2838
2839 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2842 (python-font-lock-keywords): Update to the 2.5 version of the language.
2843 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2844 (python-backspace): Only behave funny in code.
2845 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2846 (inferior-python-mode): Add PDB prompt regexp.
2847 (python-fill-paragraph): Refine the fenced-string regexp.
2848 (python-find-imports): Handle imports spanning several lines.
2849 (python-mode): Add `class' to hideshow support.
2850
2851 2007-09-10 Dave Love <fx@gnu.org>
2852
2853 * outline.el (outline-4, outline-5, outline-7):
2854 Move font-lock-builtin-face down from 4 to 7 to better keep the
2855 progression of color brightness, and to better match Org-mode's faces.
2856
2857 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2858
2859 * progmodes/meta-mode.el (meta-font-lock-keywords)
2860 (font-lock-match-meta-declaration-item-and-skip-to-next)
2861 (meta-comment-indent, meta-indent-previous-line)
2862 (meta-indent-unfinished-line, meta-beginning-of-defun)
2863 (meta-end-of-defun, meta-common-initialization): Handle \f.
2864 (meta-indent-unfinished-line): Do not handle a `%' in a string as
2865 a comment-start.
2866
2867 * files.el (file-modes-char-to-who, file-modes-char-to-right)
2868 (file-modes-rights-to-number): Auxiliary functions for symbolic to
2869 numeric notation of file modes.
2870 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
2871 numeric value.
2872 (read-file-modes): New. Read either an octal value of a file mode or a
2873 symbolic value, and return its numeric value.
2874
2875 * dired-aux.el (dired-do-chmod): Change to use the built-in
2876 `set-file-modes' and the previous symbolic mode parsing functions.
2877
2878 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * textmodes/texinfo.el: Remove spurious * in docstrings.
2881 (texinfo-mode-syntax-table, texinfo-mode-map):
2882 Initialize in the declaration.
2883
2884 * tmm.el: Remove spurious * in docstrings.
2885 (tmm-prompt): Use with-current-buffer.
2886
2887 * vcursor.el: Remove spurious * in docstrings.
2888 (vcursor-map): Initialize in the declaration.
2889 (vcursor-use-vcursor-map): Use define-minor-mode.
2890 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
2891
2892 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
2893 Initialize in the declaration.
2894 (widget-minor-mode): Use define-minor-mode.
2895
2896 * woman.el (woman-mode-map, woman-syntax-table):
2897 Initialize in the declaration.
2898
2899 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
2900
2901 * doc-view.el: New file.
2902
2903 2007-09-09 Juri Linkov <juri@jurta.org>
2904
2905 * Makefile.in (update-authors): Add etc/ to AUTHORS.
2906
2907 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
2908
2909 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
2910 to "Startup screen". Fix docstring.
2911 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2912 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2913 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2914 (initial-scratch-message): Fix docstring.
2915 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
2916 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
2917 Add link to "Customize Startup" and set interval between links to
2918 5 spaces.
2919 (fancy-about-text): Add links "Authors" and "Contributing".
2920 (fancy-splash-head): Add text "Welcome to " on the startup screen,
2921 and "This is " on the about screen. Add link to
2922 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
2923 For the about screen move emacs version to the header from
2924 `fancy-splash-tail' (as it's done already for normal about screen).
2925 (fancy-splash-tail): Insert emacs version only for startup screen.
2926 (normal-splash-screen): Remove duplicate empty lines.
2927 (normal-about-screen): Add links "Authors" and "Contributing".
2928
2929 * menu-bar.el (menu-bar-help-menu):
2930 Move "About Emacs" and "About GNU" to the end of the Help menu.
2931 Move "Emacs Psychotherapist" after "Send Bug Report...".
2932 Move "External Packages" after "Find Emacs Packages".
2933
2934 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
2935
2936 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
2937 they are useless with the byte compiler.
2938 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
2939 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
2940 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
2941 (tramp-file-name-real-host, tramp-file-name-port)
2942 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
2943 defuns.
2944
2945 * net/tramp-cache.el (top): Improve error message when
2946 `tramp-persistency-file-name' is corrupted.
2947
2948 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
2949
2950 * textmodes/org.el (org-re): Also replace the :alpha: class.
2951 (org-todo-tag-alist): Variable removed.
2952 (org-todo-key-alist, org-todo-key-trigger) New variables.
2953 (org-use-fast-todo-selection): New option.
2954 (org-log-done): Docstring fixed.
2955 (org-deadline-warning-days): New default value 14.
2956 (org-edit-timestamp-down-means-later) New option.
2957 (org-tag-alist): Docstring fixed.
2958 (org-fast-tag-selection-include-todo): New option.
2959 (org-export-language-setup): New languages added.
2960 (org-set-regexps-and-options): Compute the new variables.
2961 (org-paste-subtree): Cleaning up.
2962 (org-remember-apply-template): New escape %A.
2963 (org-todo): Call fast TODO selection.
2964 (org-fast-todo-selection): New function.
2965 (org-add-log-note): Allow prefix for abort exit.
2966 (org-at-property-p, org-entry-properties)
2967 (org-columns-get-autowidth-alist): Use :alpha: class.
2968 (org-get-wdays): New function.
2969 (org-agenda-remove-date): New variable.
2970 (org-agenda-get-deadlines): Use `org-get-wdays'.
2971 (org-agenda-get-deadlines): Reverse ee before returning.
2972 (org-format-agenda-item): New argument REMOVE-RE.
2973 (org-agenda-convert-date): Baha'i calendar added.
2974 (org-infile-export-plist): Also find DATE line.
2975 (org-get-min-level): New function.
2976 (org-export-as-html, org-export-as-ascii): Use the date format.
2977 (org-shiftup, org-shiftdown): Use.
2978 `org-edit-timestamp-down-means-later'.
2979 (org-assign-fast-keys): New function.
2980
2981 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
2982
2983 * cus-start.el (all): Add prefer-window-split-horizontally from
2984 window.c.
2985
2986 2007-09-08 Eli Zaretskii <eliz@gnu.org>
2987
2988 * net/browse-url.el (browse-url-galeon): Fix last change.
2989 (top-level): Require cl when compiling.
2990
2991 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
2992
2993 * textmodes/org-export-latex.el: arch-tag restored.
2994
2995 * textmodes/org-publish.el: arch-tag restored.
2996
2997 2007-09-08 Masatake YAMATO <jet@gyve.org>
2998
2999 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3000
3001 * progmodes/cc-langs.el: Support new keywords added to
3002 objective-c frontend of gcc.
3003 (c-simple-stmt-kwds): Add @throw.
3004 (c-block-stmt-2-kwds): Add @synchronized.
3005 (c-block-stmt-1-kwds): Add @finally and @try.
3006
3007 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3008
3009 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3010 (org-agenda-after-show-hook): New variable.
3011 (org-columns-compile-format)
3012 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3013 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3014 property names.
3015 (org-get-wdays): New function.
3016
3017 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3020
3021 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3022
3023 * vc-arch.el (vc-arch-checkin): Fix typo.
3024
3025 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3026
3027 * cus-face.el (custom-theme-set-faces): Set face attributes
3028 locally for each frame.
3029
3030 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3033 via font-lock-defaults.
3034
3035 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3036 derived-mode-p.
3037
3038 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3039
3040 * progmodes/autoconf.el (autoconf-definition-regexp):
3041 Handle optional square brackets around definition name.
3042
3043 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3044
3045 * net/browse-url.el (browse-url-browser-function): Add elinks.
3046 (browse-url-elinks-wrapper): New option.
3047 (browse-url-encode-url, browse-url-elinks)
3048 (browse-url-elinks-sentinel): New functions.
3049 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3050 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3051 Use new function browse-url-encode-url.
3052
3053 2007-09-07 Glenn Morris <rgm@gnu.org>
3054
3055 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3056 say if multi-tty is present.
3057
3058 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * cus-start.el (split-window-preferred-function): Add custom info.
3061
3062 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3063 (calendar-mark-holidays, calendar-list-holidays)
3064 (holiday-filter-visible-calendar): New names to clean up namespace.
3065 (filter-visible-calendar-holidays, list-calendar-holidays)
3066 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3067 Add compatibility aliases.
3068 (calendar-check-holidays, calendar-mark-holidays)
3069 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3070 (holiday-sexp): Replace append with list.
3071 (holiday-filter-visible-calendar): Replace append with push.
3072
3073 * woman.el: Remove spurious * in docstrings.
3074 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3075 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3076 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3077 (woman-write-directory-cache, woman-display-extended-fonts)
3078 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3079 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3080 (woman-mode): Use inhibit-read-only.
3081 (woman-negative-vertical-space): Use dotimes.
3082 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3083
3084 2007-09-06 Romain Francoise <romain@orebokech.com>
3085
3086 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3087 (vc-bzr-workfile-version): Use it.
3088
3089 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3090
3091 * complete.el (PC-do-completion): Don't try to treat
3092 empty string as an abbreviation.
3093
3094 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3095
3096 * help-fns.el (describe-variable): Keep doc's text properties.
3097
3098 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3099
3100 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3101 instead of a file.
3102
3103 2007-09-06 Glenn Morris <rgm@gnu.org>
3104
3105 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3106 (checkdoc-minor-mode): Allow user to specify lighter via
3107 checkdoc-minor-mode-string.
3108
3109 2007-09-05 Richard Stallman <rms@gnu.org>
3110
3111 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3112 Several items removed, simplified, or put on one line.
3113 (fancy-about-text): Add substantial contents, part of startup text.
3114 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3115 (normal-splash-screen): Call normal-mouse-startup-screen,
3116 normal-no-mouse-startup-screen, or normal-about-screen.
3117 (normal-mouse-startup-screen): New fn, broken out, shortened.
3118 (normal-no-mouse-startup-screen): New fn, broken out.
3119 (normal-about-screen): New function, contents all new.
3120
3121 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3122
3123 * emacs-lisp/rx.el (rx): Fix typo in docstring.
3124
3125 2007-09-05 Glenn Morris <rgm@gnu.org>
3126
3127 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3128 is bound.
3129
3130 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3131
3132 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3133 in doc string.
3134
3135 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3136
3137 * server.el (server-start, server-unload-hook): Undo previous change.
3138
3139 * xt-mouse.el: Undo previous change.
3140
3141 2007-09-04 Juri Linkov <juri@jurta.org>
3142
3143 * startup.el (fancy-about-text): New variable.
3144 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3145 (fancy-current-text, fancy-splash-stop-time)
3146 (fancy-splash-outer-buffer): Remove variables.
3147 (fancy-splash-head, fancy-splash-tail): Add new optional argument
3148 `startup' and use it to conditionally display different texts for
3149 Startup and About screens. Don't display Help commands on the About
3150 screen.
3151 (fancy-splash-screens-1): Remove function and move its content to
3152 `fancy-splash-screens' to the part that dislpays the About screen.
3153 (exit-splash-screen): Don't treat specially exiting from
3154 alternating screens.
3155 (fancy-splash-screens): Rename argument `static' to `startup'.
3156 Fix docstring. Remove code for displaying alternating screens.
3157 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3158 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3159 for `inhibit-read-only'.
3160 (normal-splash-screen): Rename argument `static' to `startup'.
3161 Fix docstring. Use argument `startup' to conditionally display
3162 different texts for Startup and About screens. Don't display Help
3163 commands on the About screen. Remove `unwind-protect' `sit-for'
3164 delay and `kill-buffer' after it.
3165 (display-startup-echo-area-message): Remove call to
3166 `use-fancy-splash-screens-p' because image.el is preloaded and
3167 doesn't display "Loading image... done".
3168 (display-splash-screen): Rename argument `static' to `startup'.
3169 Fix docstring.
3170
3171 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3172
3173 * server.el (server-start, server-unload-hook):
3174 suspend-tty-functions has been renamed to suspend-tty-hook.
3175
3176 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3177 resume-tty-hook.
3178
3179 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
3180
3181 * loadup.el: Fix merge problem, only load "button" once.
3182
3183 2007-09-03 Glenn Morris <rgm@gnu.org>
3184
3185 * vc-svn.el (vc-svn-print-log): If there is only one file, use
3186 "Working file:" as the prefix, for the sake of
3187 log-view-current-file.
3188
3189 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3190
3191 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3192 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3193 if the selected frames is in
3194 xterm-modify-other-keys-terminal-list.
3195 (xterm-turn-off-modify-other-keys): Add an optional frame
3196 parameter. Only turn off modify-other-keys if FRAME is in
3197 xterm-modify-other-keys-terminal-list.
3198 (xterm-remove-modify-other-keys): New function.
3199 (terminal-init-xterm): Use it. Deal with delete-frame hook.
3200 Add the selected frame to xterm-modify-other-keys-terminal-list.
3201
3202 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3203
3204 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3205 (icon-map-list): New variable.
3206 (x-gtk-map-stock): Use icon-map-list.
3207
3208 2007-09-02 Romain Francoise <romain@orebokech.com>
3209
3210 * log-view.el (log-view-current-file): Balance parens.
3211
3212 2007-09-02 Glenn Morris <rgm@gnu.org>
3213
3214 * comint.el (comint-mode): Don't set scroll-conservatively.
3215
3216 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3217 non-command arguments.
3218
3219 * log-view.el (log-view-current-file): Give a more explicit error
3220 if log-view-file-re fails to find a match.
3221
3222 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3223
3224 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3225 Fix bug: Don't expand top-level file name more than once.
3226 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3227
3228 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * server.el (server-process-filter): Don't display the splash screen.
3231 It's annoying enough on the initial screen and becomes positively
3232 obnoxious here.
3233
3234 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3237 Change naming to use "avl-tree--" for internal functions.
3238
3239 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
3240
3241 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3242 the merge.
3243 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3244 (provide): Move to the end of file.
3245
3246 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3247
3248 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3249
3250 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3251 New variable. List of exceptions for the duplicated word rule.
3252 (flyspell-mark-duplications-flag): Mention it.
3253 (flyspell-word): Treat it.
3254
3255 * files.el (create-file-buffer): If the filename sans directory starts
3256 with spaces, remove them.
3257
3258 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3259
3260 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3261 (x-gtk-map-stock): Use two directory elements when matching
3262 file name.
3263
3264 2007-08-31 James Wright <james@chumsley.org>
3265
3266 * eshell/em-unix.el (eshell/info): New function.
3267
3268 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * frame.el (frame-initialize, make-frame):
3271 * server.el (server-process-filter):
3272 * faces.el (tty-set-up-initial-frame-faces): Don't set
3273 term-environment-variable since it's not used any more.
3274
3275 * env.el (setenv): Don't treat $TERM specially.
3276
3277 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3278 stated otherwise, subprocesses do not send back escape sequences
3279 corresponding to the terminal from which Emacs was started.
3280
3281 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
3282
3283 * calculator.el: Require cl for compilation.
3284
3285 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
3286
3287 * outline.el (outline-font-lock-levels): Comment out unused var.
3288 (outline-font-lock-face): Wrap around face list to handle any
3289 nesting depth gracefully.
3290
3291 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
3292
3293 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
3294 `set-file-times'.
3295
3296 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
3297
3298 * textmodes/org.el (org-export-visible): Fix drawers before export.
3299 (org-do-sort): Allow sorting by priority.
3300 (org-agenda-files): Ignore non-existing files.
3301 (org-agenda-skip-unavailable-files): New variable.
3302 (org-ellipsis): All a face as value.
3303 (org-mode): Interprete the face value of `org-ellipsis'.
3304 (org-archive-save-context-info): New option.
3305 (org-archive-subtree): Store context info in archived entry.
3306 (org-fast-tag-selection-can-set-todo-state): New variable.
3307 (org-fast-tag-selection): Allow setting TODO states through this
3308 interface.
3309 (org-cycle): Docstring updated.
3310 (org-todo-keyword-faces): New option.
3311 (org-get-todo-face): New function.
3312 (org-set-font-lock-defaults, org-agenda-highlight-todo):
3313 Use `org-get-todo-face'.
3314 (org-switch-to-buffer-other-window): New function.
3315 (org-table-edit-field, org-table-show-reference)
3316 (org-table-edit-formulas, org-add-log-note)
3317 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
3318 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
3319 `switch-to-buffer-other-window' to make sure that the temporary
3320 windows show up on the current frame.
3321 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
3322 (org-get-entries-from-diary, org-replace-region-by-html):
3323 Don't allow pop-up frames.
3324 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3325 Fix problems with time-of-day.
3326 (org-export-get-title-from-subtree): New function.
3327 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
3328 with listing items that are DONE.
3329 (org-change-tag-in-region): New command.
3330 (org-agenda-skip-scheduled-if-done)
3331 (org-agenda-skip-deadline-if-done): Docstring clarified.
3332 (org-mode): Hide drawers on startup.
3333 (org-get-todo-face): New function.
3334 (org-todo-keyword-faces): New option.
3335 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
3336 (org-remove-keyword-keys): New function.
3337
3338 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
3339
3340 * progmodes/grep.el (grep-find-ignored-directories):
3341 Add monotone _MTN bookkeeping directory in workspaces.
3342 Add RCS control directory. List items in alphabetical order.
3343
3344 * progmodes/grep.el (grep-files-aliases): Add cc alias.
3345 Sort items in alphabetical order. Fix parens.
3346
3347 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3348
3349 * vc-hg.el (vc-hg-extra-menu-map): New variable.
3350 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
3351 (vc-hg-pull): New functions.
3352 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
3353
3354 * term/mac-win.el: Don't require url, only autoloaded url
3355 functions are used in this file.
3356
3357 2007-08-29 Andreas Schwab <schwab@suse.de>
3358
3359 * shell.el (shell): Return correct value from interactive spec.
3360
3361 2007-08-29 Glenn Morris <rgm@gnu.org>
3362
3363 * version.el (emacs-version): Increase to 23.0.50.
3364
3365 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3366
3367 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
3368
3369 2007-08-29 Juri Linkov <juri@jurta.org>
3370
3371 * loadup.el: Add "button" loading after "faces" and move "startup"
3372 to load after "button".
3373
3374 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3375
3376 * loadup.el: Load term/mac-win on a Mac using Carbon.
3377
3378 * term/mac-win.el: Provide mac-win.
3379 (mac-initialized): New variable.
3380 (mac-initialize-window-system): New function. Move global setup here.
3381 (handle-args-function-alist, frame-creation-function-alist):
3382 (window-system-initialization-alist): Add mac entries.
3383 (x-setup-function-keys): New function containing all the
3384 top level function key definitions.
3385
3386 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
3387
3388 * env.el (read-envvar-name): Don't consider the environment frame param.
3389
3390 * env.el (setenv):
3391 * frame.el (frame-initialize, make-frame):
3392 * faces.el (tty-set-up-initial-frame-faces):
3393 * server.el (server-process-filter): Set
3394 display-environment-variable and term-environment-variable.
3395
3396 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
3397
3398 2007-08-29 Jason Rumney <jasonr@gnu.org>
3399
3400 * loadup.el: Only load term/x-win when X is compiled in.
3401 Load term/w32-win and dependencies on windows-nt.
3402
3403 * term/w32-win.el: Reorder to match x-win.el more closely.
3404 Provide w32-win. Don't throw error when global window-system not w32.
3405 (internal-face-interactive): Remove obsolete function.
3406 (x-setup-function-keys): Use local-function-key-map.
3407 (w32-initialized): New variable.
3408 (w32-initialize-window-system): Set it.
3409 Move more global setup here.
3410 (x-setup-function-keys): New function.
3411 (w32-initialize-window-system): Move non function key global setup here.
3412 (x-cut-buffer-max): Remove.
3413 (w32-initialize-window-system): New function.
3414 (handle-args-function-alist, frame-creation-function-alist):
3415 (window-system-initialization-alist): Add w32 entries.
3416
3417 2007-08-29 David Kastrup <dak@gnu.org>
3418
3419 * env.el (getenv): Pass frame to getenv-internal.
3420
3421 2007-08-29 Karoly Lorentey <lorentey@elte.hu>
3422
3423 * version.el (emacs-version): Show if multi-tty is present.
3424
3425 * loadup.el: Delay loading env; mule-conf gets confused by cl
3426 during bootstrap. Also load termdev and term/x-win.
3427
3428 * bindings.el (mode-line-client): New variable.
3429 (help-echo): Add it to the default mode-line format.
3430
3431 * cus-start.el: Remove bogus window-system reference from GTK test.
3432
3433 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
3434 (ebrowse-electric-position-mode-map):
3435 * ebuff-menu.el (electric-buffer-menu-mode-map):
3436 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
3437 not `suspend-emacs'.
3438
3439 * ediff-wind.el (ediff-setup-windows-automatic): New function.
3440 (ediff-window-setup-function): Use it as default.
3441
3442 * files.el (save-buffers-kill-terminal): New function.
3443 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
3444
3445 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
3446 and `with-selected-frame'.
3447
3448 * help-fns.el (describe-variable): Describe frame-local variables
3449 correctly.
3450
3451 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
3452 display support.
3453 (normal-erase-is-backspace-setup-frame): New function.
3454
3455 * subr.el (with-selected-frame): New function.
3456 (read-quoted-char): Use terminal-local binding of
3457 local-function-key-map instead of function-key-map.
3458
3459 * talk.el (talk): New function.
3460 (talk-handle-delete-frame): New function.
3461 (talk-add-display): Open a new frame only if FRAME was not a frame.
3462
3463 * termdev.el: New file.
3464
3465 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
3466 * term/x-win.el: Don't bind f10.
3467 * tmm.el: Remove autoload binding for f10.
3468
3469 * international/encoded-kb.el (encoded-kbd-setup-display): Use
3470 `set-input-meta-mode'. Fix broken condition before set-input-mode.
3471 Store the saved input method as a terminal parameter. Add keymap
3472 parameter. Use it instead of changing key-translation-map directly.
3473 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
3474 Remove.
3475 (encoded-kbd-setup-display): New function.
3476
3477 * international/mule-cmds.el (set-locale-environment): Fix getenv
3478 call. Use save-buffers-kill-terminal. Ignore window-system; always
3479 set the keyboard coding system. Add DISPLAY parameter.
3480 (set-display-table-and-terminal-coding-system): Add DISPLAY
3481 parameter. Pass it to set-terminal-coding-system.
3482
3483 * international/mule.el (keyboard-coding-system): Test for
3484 encoded-kbd-setup-display, not encoded-kbd-mode.
3485 (set-terminal-coding-system, set-keyboard-coding-system): Add
3486 DISPLAY parameter.
3487 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
3488
3489 * term/README: Update.
3490
3491 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
3492
3493 * term/x-win.el (x-setup-function-keys): New function. Move
3494 function-key-map tweaks here. Protect against multiple calls on
3495 the same terminal. Use terminal-local binding of
3496 local-function-key-map instead of function-key-map.
3497 (x-initialize-window-system): Make a copy of pure list. Pass a
3498 frame getenv.
3499
3500 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
3501 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
3502 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
3503 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
3504 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
3505 local-function-key-map instead of function-key-map.
3506
3507 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
3508 `substitute-key-definition' and `define-key' calls against
3509 multiple execution. Use terminal-local binding of
3510 local-function-key-map instead of function-key-map. Pass a frame
3511 to getenv.
3512
3513 * edmacro.el (edmacro-format-keys):
3514 * emulation/cua-base.el (cua--pre-command-handler):
3515 * isearch.el (isearch-other-meta-char):
3516 * xt-mouse.el: Use terminal-local binding of
3517 local-function-key-map instead of function-key-map.
3518
3519 * fringe.el (set-fringe-mode): Simplify and fix using
3520 `modify-all-frames-parameters'.
3521 * scroll-bar.el (set-scroll-bar-mode): Ditto.
3522 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
3523 check before calling `tool-bar-setup'.
3524 (tool-bar-setup): New variable.
3525 (tool-bar-setup): Use it to guard against multiple calls. Add
3526 optional frame parameter, and select that frame before adding items.
3527 (toggle-tool-bar-mode-from-frame): New function.
3528
3529 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
3530 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
3531 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
3532 "Tool-bar" toggles to reflect the state of the current frame.
3533 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
3534
3535 * env.el: Require cl for byte compilation (for `block' and `return').
3536 (environment, setenv-internal): New functions.
3537 (let-environment): New macro.
3538 (setenv, getenv): Add optional terminal parameter. Update docs.
3539 (setenv): Use setenv-internal. Always set process-environment.
3540 Handle `local-environment-variables'.
3541 (read-envvar-name, setenv, getenv): Use frame parameters
3542 to store the local environment, not terminal parameters. Include
3543 `process-environment' as well.
3544
3545 * faces.el (tty-run-terminal-initialization): New function.
3546 (tty-create-frame-with-faces): Use it. Set up faces and
3547 background mode only after the terminal has been initialized.
3548 Call terminal-init-*. Don't load the initialization file more
3549 than once. Call set-locale-environment.
3550 (frame-set-background-mode): Handle the 'background-mode terminal
3551 parameter.
3552 (tty-find-type): New function.
3553 (x-create-frame-with-faces): Remove bogus check for
3554 first frame. Call `tool-bar-setup'. Don't make frame visible
3555 until we are done setting up all its parameters. Call
3556 x-setup-function-keys.
3557
3558 * frame.el (make-frame): Always inherit 'environment and 'client
3559 parameters. Set up the 'environment frame parameter, when needed.
3560 Also inherit 'client parameter. Don't override explicitly
3561 specified values with inherited ones. Add 'terminal frame
3562 parameter. Append window-system-default-frame-alist to parameters
3563 before calling frame-creation-function.
3564 (frame-initialize): Copy the environment from the initial frame.
3565 (window-system-default-frame-alist): Enhance doc string.
3566 (frame-notice-user-settings): Don't put 'tool-bar-lines in
3567 `default-frame-alist' when initial frame is on a tty.
3568 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
3569 Remove specified parameters from `window-system-default-frame-alist'.
3570 (make-frame-on-tty, framep-on-display, suspend-frame):
3571 Extend doc string, update parameter names.
3572 (frames-on-display-list): Use terminal-id to get the display id.
3573 (frame-notice-user-settings): Extend to apply
3574 settings in `window-system-default-frame-alist' as well.
3575 (terminal-id, terminal-parameters, terminal-parameter)
3576 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
3577 (delete-frame-functions): Add to `delete-frame-functions' hook.
3578 (blink-cursor-mode): Adapt blink-cursor-mode default
3579 value from startup.el.
3580 (make-frame-on-display): Protect condition on x-initialized when
3581 x-win.el is not loaded. Update doc.
3582 (suspend-frame): Use display-controlling-tty-p to decide between
3583 suspend-emacs and suspend-tty.
3584 (frames-on-display-list): Update for display ids.
3585 (framep-on-display): Ditto.
3586 (suspend-frame): Use display-name, not frame-tty-name.
3587 (selected-terminal): New function.
3588
3589 * server.el: Use `device' instead of `display' or `display-id' in
3590 variable and client parameter names.
3591 (server-select-display): Remove (unused).
3592 (server-tty-live-p, server-handle-delete-tty): Remove.
3593 (server-unquote-arg, server-quote-arg, server-buffer-clients):
3594 Update docs.
3595 (server-getenv-from, server-with-environment, server-send-string)
3596 (server-save-buffers-kill-terminal): New functions.
3597 (server-delete-client): Handle quits in kill-buffer. Don't kill
3598 modified buffers. Add extra logging. Delete frames after
3599 deleting the tty. Clear 'client parameter before deleting a frame.
3600 Use delete-display, not delete-tty.
3601 (server-visit-files): Don't set `server-existing-buffer' if the
3602 buffer already has other clients. Return list of buffers
3603 created. Update doc. Don't set client-record when nowait.
3604 (server-handle-delete-frame): Delete the client if this was its
3605 last frame. Check that the frame is alive. Remove bogus comment.
3606 Add note on possible race condition. Delete tty clients, if needed.
3607 (server-handle-suspend-tty): Use server-send-string. Kill the
3608 client in case of errors from process-send-string. Use the display
3609 parameter.
3610 (server-unload-hook): Remove obsolete delete-tty hook.
3611 (server-start): Ask before restarting if the old server still has
3612 clients. Add feedback messages. Remove obsolete delete-tty hook.
3613 (server-process-filter): Use server-send-string. Accept `-dir'
3614 command. Switch to *scratch* immediately after creating the frame,
3615 before evaluating any -evals. Protect `display-splash-screen'
3616 call in a condition-case. Explain why. Call
3617 `display-startup-echo-area-message' before
3618 `display-splash-screen'. Don't display the splash screen when no
3619 frame was created. Show the Emacs splash screen and startup echo
3620 area message. Display the *scratch* buffer by default. Store the
3621 local environment in a frame (not terminal) parameter. Do not try
3622 to decode environment strings. Fix reference to the 'display
3623 frame parameter. Change syntax of environment variables. Put
3624 environment into terminal parameters, not client parameters. Use
3625 a dummy client with --no-wait's X frames. In `-position LINE'
3626 handler, don't ruin the request string until the line number is
3627 extracted. Log opened files. Handle -current-frame command.
3628 Don't create frames when it is given. Don't bind X frames to the
3629 client when we are in -no-wait mode. Set locale environment
3630 variables from client while creating tty frames. Disable call to
3631 configure-display-for-locale. When processing -position command,
3632 don't change the request string until the parameters are
3633 extracted. Don't try to create an X frame when Emacs does not
3634 support it. Improve logging. Temporarily set ncurses-related
3635 environment variables to those of the client while creating a new
3636 tty frame. Select buffers opened by nowait clients, don't leave
3637 them buried under others. Set the display parameter, and use it
3638 when appropriate.
3639
3640 * startup.el (display-startup-echo-area-message): Handle
3641 `inhibit-startup-echo-area-message' here.
3642 (command-line-1): Moved from here.
3643 (fancy-splash-screens): Use `overriding-local-map' instead of
3644 `overriding-terminal-local-map' for now; the latter doesn't work
3645 right, it looses keypresses to another terminal. Use
3646 `overriding-terminal-local-map' to set up keymap. Install a
3647 `delete-frame-functions' hook to catch `delete-frame' events.
3648 Ignore `select-window' events to cope better with
3649 `focus-follows-mouse'. Don't switch back to the original buffer
3650 if the splash frame has been killed. Restore previous buffer, even
3651 if it's *scratch*.
3652 (normal-splash-screen): Don't let-bind `mode-line-format'; it
3653 changes the global binding - setq it instead. Use
3654 `save-buffers-kill-terminal'.
3655 (display-splash-screen): Don't do anything if the splash screen is
3656 already displayed elsewhere.
3657 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
3658 (command-line): Replace duplicated code with a call to
3659 tty-run-terminal-initialization. Don't load the terminal
3660 initialization file more than once. Remove call to nonexistent
3661 function `set-locale-translation-file-name'.
3662
3663 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
3664 parameters.
3665 (xterm-mouse-position-function, xterm-mouse-event): Update.
3666 (xterm-mouse-mode): Don't depend on current value of window-system.
3667 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3668 Update for multi-tty.
3669 (turn-on-xterm-mouse-tracking-on-terminal)
3670 (turn-off-xterm-mouse-tracking-on-terminal)
3671 (xterm-mouse-handle-delete-frame): New functions.
3672 (delete-frame-functions, after-make-frame-functions)
3673 (suspend-tty-functions, resume-tty-functions): Install extra hooks
3674 for multi-tty.
3675
3676 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * simple.el (invisible-p): Remove: implemented in C now.
3679 (line-move-invisible-p): Remove obsolete alias.
3680
3681 2007-08-28 Juri Linkov <juri@jurta.org>
3682
3683 * image-mode.el (image-type): New variable.
3684 (image-mode): Set default major mode name to "Image[text]".
3685 (image-minor-mode): Change LIGHTER to display image-type in the
3686 mode line.
3687 (image-minor-mode): Set default image-type to "text".
3688 (image-toggle-display): After switching to text mode, set
3689 image-type to "text" and major mode name to "Image[text]".
3690 After switching to image mode, set image-type to actual image
3691 type, and add image type to major mode name. Let-bind the same
3692 variable names as arguments of `image-type' and `create-image'.
3693 Bind `type' to the result of `image-type' and use it as arg
3694 of `create-image' to not determine the image type twice.
3695
3696 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
3697
3698 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
3699 (tramp-set-file-uid-gid, tramp-get-local-uid)
3700 (tramp-get-local-gid): New defuns.
3701 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
3702 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
3703 Improve fast track.
3704 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
3705 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
3706 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3707 (tramp-handle-write-region): Improve fast track.
3708 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3709 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3710 be nil.
3711
3712 2007-08-28 Ivan Kanis <apple@kanis.eu>
3713
3714 * time.el: New feature to display several time zones in a buffer.
3715 (display-time-world-mode, display-time-world-display)
3716 (display-time-world, display-time-world-timer): New functions.
3717 (display-time-world-list, display-time-world-time-format)
3718 (display-time-world-buffer-name, display-time-world-timer-enable)
3719 (display-time-world-timer-second, display-time-world-mode-map):
3720 New variables.
3721
3722 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3723
3724 * term/x-win.el (x-gtk-stock-map): New variable.
3725 (x-gtk-map-stock): New function.
3726
3727 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3728 prev/next-node.
3729
3730 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
3731
3732 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3733
3734 2007-08-28 Glenn Morris <rgm@gnu.org>
3735
3736 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3737
3738 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3739
3740 * progmodes/modula2.el (m2-definition, m2-module):
3741 Don't use previous-line. Reported by T. V. Raman.
3742
3743 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3744
3745 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3746 argument to tool-bar-mode call.
3747
3748 2007-08-27 Glenn Morris <rgm@gnu.org>
3749
3750 * diff-mode.el (diff-find-file-name): Only accept regular files,
3751 to rule out /dev/null, directories, etc.
3752
3753 * vc-svn.el (vc-svn-diff): If the repository version of all the
3754 files is the same as the specified OLDVERS, do a local diff.
3755
3756 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3759 of buffers in uniquify-managed.
3760
3761 * simple.el (invisible-p): Rename from text-invisible-p.
3762 Update callers.
3763
3764 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3767 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3768 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3769 (cperl-etags-goto-tag-location): Use new style backquotes.
3770
3771 * net/browse-url.el: Remove spurious * in custom docstrings.
3772 (browse-url-filename-alist): Use new-style backquote.
3773
3774 * emacs-lisp/backquote.el (backquote-unquote-symbol)
3775 (backquote-splice-symbol): Clarify they're not new-style unquotes.
3776
3777 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3778 (\,@): Backslash the , and ,@ which are not new-style unquotes.
3779
3780 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3781
3782 * net/socks.el (socks-username/password-auth-filter):
3783 Remove unused vars `state' and `desired-len'.
3784 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3785 (socks-wait-for-state-change): Use new-style backquotes.
3786
3787 * pcvs.el (cvs-mode-status): Fix long-standing typo.
3788
3789 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3790 backquotes after each `read' rather than once per buffer.
3791
3792 * dframe.el: Remove spurious * in custom docstrings.
3793 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3794 (dframe-xemacs20p): Remove, inline at the sole use point.
3795 (defface): Don't defvar the face, don't use old-style backquote.
3796 (defcustom): Don't use old-style backquote.
3797 (dframe-frame-parameter, dframe-mouse-event-p):
3798 Make it obvious that it's always defined.
3799 (dframe-popup-kludge): New function to replace
3800 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3801 (dframe-frame-mode, dframe-set-timer-internal)
3802 (dframe-mouse-set-point): Remove use of with-no-warnings from
3803 XEmacs-specific code.
3804 (dframe-set-timer-internal): Fix very old bug with
3805 post-command-idle-hook.
3806
3807 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3808
3809 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3810
3811 * emacs-lisp/avl-tree.el: New file.
3812
3813 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3814
3815 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3816 was used.
3817
3818 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
3819
3820 * complete.el (PC-do-completion): Make RET accept a non-unique but
3821 complete expansion again.
3822
3823 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
3824
3825 * eshell/esh-opt.el (eshell-eval-using-options):
3826 Add debug declaration.
3827
3828 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3829
3830 * log-view.el (log-view-toggle-mark-entry): Add docstring.
3831 (log-view-get-marked): Likewise.
3832
3833 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3834 (vc-delete-automatic-version-backups): Likewise.
3835
3836 * vc.el (vc-dired-buffers-for-dir): Likewise.
3837
3838 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3839
3840 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3841 safe-local-variable setting.
3842 * progmodes/perl-mode.el (perl-indent-level): Likewise.
3843
3844 * log-view.el (log-view-marked-list): Delete variable.
3845 (log-view-mode): Don't use it.
3846 (log-view-toggle-mark-entry): Likewise, simplify.
3847 (log-view-current-tag): Don't return properties.
3848 (log-view-get-marked): New function.
3849
3850 2007-08-25 Alexandre Julliard <julliard@winehq.org>
3851
3852 * vc-git.el (vc-git-mode-line-string): New function.
3853
3854 2007-08-25 Alan Mackenzie <acm@muc.de>
3855
3856 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3857 new language variable.
3858
3859 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3860 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3861 "extern" etc., rather than BOI. Fix addition of spurious
3862 syntactic-symbol 'defun-block-intro, replacing it with
3863 'innamespace, etc.
3864
3865 2007-08-25 Juri Linkov <juri@jurta.org>
3866
3867 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3868
3869 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3870 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3871 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3872
3873 * image.el (image-type-header-regexps): Use more complex regexp for svg.
3874 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3875 (image-type-auto-detectable): Add (svg . maybe).
3876
3877 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
3878 to treat it like .tgz.
3879
3880 * calendar/cal-bahai.el: Add file coding cookie.
3881
3882 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
3883
3884 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3885 Don't behave differently when executed via M-x. Add doc string.
3886
3887 * sort.el (sort-fold-case, sort-numeric-base): Mark as
3888 safe-local-variable.
3889
3890 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
3891
3892 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
3893 the default value.
3894 (math-calendar-tzinfo): New variable.
3895 (math-get-calendar-tzinfo): New function.
3896 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
3897 to get information when zone is nil.
3898
3899 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3900
3901 * log-view.el (log-view-toggle-mark-entry): New function.
3902 (log-view-mode-map): Bind it.
3903 (log-view-marked-list): New variable.
3904 (log-view-mode): Make it local.
3905
3906 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3907
3908 * play/zone.el (zone-pgm-rat-race): New func.
3909 (zone-programs): Add `zone-pgm-rat-race'.
3910
3911 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
3914 a list.
3915
3916 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3917
3918 * progmodes/hideshow.el (hs-match-data): Delete alias.
3919 (hs-hide-block-at-point, hs-find-block-beginning)
3920 (hs-show-block): Use `match-data' directly.
3921
3922 2007-08-24 Martin Rudalics <rudalics@gmx.at>
3923
3924 * format.el (format-alist): Fix typo in doc-string.
3925
3926 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
3927
3928 * net/tramp.el (tramp-local-host-p): New defun.
3929 (tramp-handle-file-local-copy, tramp-handle-write-region):
3930 Implement fast track when being on the local host.
3931 (tramp-file-name-handler): Don't set "started" property. It shall
3932 be reserved for the "ftp" method.
3933 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
3934
3935 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
3936 (tramp-ftp-file-name-handler): Set "started" property.
3937
3938 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3939
3940 * files.el (backup-buffer-copy): Don't wrap delete in
3941 condition-case, only try to delete if file exists.
3942
3943 2007-08-24 Glenn Morris <rgm@gnu.org>
3944
3945 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3946
3947 * startup.el (tutorial-directory): Set with eval-at-startup so it
3948 gets the right value in an installed Emacs.
3949
3950 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3951
3952 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
3953 (eldoc-highlight-function-argument): Use it.
3954
3955 2007-08-23 Masatake YAMATO <jet@gyve.org>
3956
3957 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
3958 name of parameters in document body.
3959
3960 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
3963 (byte-compile-output-as-comment): Use with-current-buffer rather than
3964 a weird set-buffer&prog1 combination.
3965
3966 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
3967 test so as to optimise cases where the `progn's result is constant.
3968
3969 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3970
3971 * locate.el (locate-get-file-positions):
3972 Use line-beginning-position and line-end-position.
3973
3974 2007-08-23 John Wiegley <johnw@newartisans.com>
3975
3976 * calendar/cal-bahai.el: Added in the diacriticals that were
3977 missing for many of the month names.
3978
3979 2007-08-22 Jason Rumney <jasonr@gnu.org>
3980
3981 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
3982
3983 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * image-mode.el (image-minor-mode): Use image-mode-text-map.
3986
3987 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3988
3989 * dabbrev.el (dabbrev--progress-reporter): New variable.
3990 (dabbrev--scanning-message): Delete func.
3991 (dabbrev--find-expansion): Use a progress reporter
3992 instead of dabbrev--scanning-message.
3993
3994 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
3995
3996 * comint.el (comint-exec-1): Raise an error if
3997 `start-file-process' does not return a process object.
3998
3999 * shell.el (shell): Prompt for `default-directory' if it is a
4000 remote file name, and if called with a prefix arg.
4001
4002 2007-08-22 Sam Steingold <sds@gnu.org>
4003
4004 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4005
4006 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4007
4008 * textmodes/org-export-latex.el: New file.
4009
4010 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4011
4012 * textmodes/org.el (org-agenda-skip): Allow a form for
4013 `org-agenda-skip-function'.
4014 (org-agenda-redo): Re-use local settings.
4015 (org-agenda): Store local settings.
4016 (org-agenda-deadline-faces): New option.
4017 (org-agenda-deadline-face): New function.
4018 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4019 entries on their due date.
4020 (org-agenda-get-timestamps): No longer handle the due dates of
4021 schedules and deadline items.
4022 (org-insert-link-global, org-open-at-point-global): New commands.
4023 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4024 :for-ascii parameter.
4025 (org-skip-comments): Function removed.
4026 (org-cleaned-string-for-export): Handle special table lines.
4027 (org-global-properties): New option.
4028 (org-entry-get-with-inheritance): Check global properties.
4029 (org-local-properties): New variable.
4030 (org-set-regexps-and-options): Find the #+PROPERTY line.
4031 (org-link-types): Change type into variable (was constant).
4032 (org-make-link-regexps): New function.
4033 (org-link-re-with-space, org-link-re-with-space2)
4034 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4035 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4036 these regular expressions happens now in the function
4037 `org-make-link-regexps'.
4038 (org-store-link): Call the functions in
4039 `org-store-link-functions'.
4040 (org-add-link-type): New function.
4041 (org-store-link-functions): New variable.
4042 (org-activate-tags): Force matches to be in headlines.
4043 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4044 (org-columns-display-here): Make sure this works in a narrowed
4045 buffer by checking for point-min.
4046 (org-columns-display-here): Make the rest of the line intangible,
4047 so that point never can be there.
4048 (org-cleaned-string-for-export): Use `with-current-buffer'.
4049 (org-replace-region-by-html): Use `with-current-buffer'.
4050 (org-unfontify-region, org-do-occur, org-columns-display-here)
4051 (org-columns-remove-overlays, org-columns-quit)
4052 (org-columns-edit-value, org-columns-next-allowed-value)
4053 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4054 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4055 (org-agenda-todo, org-agenda-change-all-lines)
4056 (org-agenda-align-tags, org-agenda-priority)
4057 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4058 (org-agenda-show-new-time, org-cleaned-string-for-export)
4059 (org-export-grab-title-from-buffer)
4060 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4061 instead of `buffer-read-only'.
4062 (org-export-as-html): Set `coding-system-for-write'.
4063 (org-remember-store-without-prompt): New option.
4064 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4065 (org-beginning-of-line): Also treat C-a special in items.
4066 (org-table-convert-refs-to-rc): Fixed problem with column
4067 reference after "..".
4068 (org-columns-compute): Don't mark buffer modified because of text
4069 properties.
4070 (org-batch-store-agenda-views): Use the variable
4071 `default-directory', not the function.
4072 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4073 (org-clock-out-when-done): New option.
4074 (org-html-entities): Added HTML entities for smileys.
4075
4076 2007-08-22 Glenn Morris <rgm@gnu.org>
4077
4078 * image.el (create-image): Doc fix.
4079
4080 * startup.el (tutorial-directory): New constant.
4081 (fancy-splash-text): Tutorials now in tutorial-directory.
4082 * tutorial.el (help-with-tutorial): Tutorials now in
4083 tutorial-directory.
4084
4085 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4086
4087 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4088 otherwise.
4089 (tramp-get-remote-path): New defun. Replace occurrences of
4090 `tramp-default-remote-path' by this function.
4091 (tramp-set-remote-path): Move most of the code to
4092 `tramp-get-remote-path'.
4093 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4094 existing directories, this is done already in
4095 `tramp-get-remote-path'.
4096
4097 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4098
4099 * image-file.el (image-file-name-extensions): Add "svg".
4100 * image.el (image-type-header-regexps): Add svg entry.
4101
4102 2007-08-22 Glenn Morris <rgm@gnu.org>
4103
4104 * files.el (backup-buffer-copy): Check backup directory is
4105 writable, to avoid infloop deleting old backup.
4106
4107 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4108 movemail related variables.
4109 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4110 will now be set before this is called.
4111
4112 2007-08-21 Juri Linkov <juri@jurta.org>
4113
4114 * delsel.el (delete-selection-pre-hook):
4115 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4116 instead of checking last-command.
4117
4118 2007-08-21 Juri Linkov <juri@jurta.org>
4119
4120 * loadup.el: Preload "button".
4121
4122 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4125 Add previous-line and next-line.
4126
4127 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4128 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4129
4130 * vc-hooks.el (vc-menu-entry): New var.
4131 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4132 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4133 (vc-menu-map): Declare and initialize in one step.
4134 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4135
4136 * menu-bar.el (vc-menu-map): Don't setup any more.
4137 Instead, just create the proper spot in the menu.
4138
4139 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 * smerge-mode.el (smerge-resolve): New arg `safe'.
4142 (smerge-resolve-all, smerge-batch-resolve): New function.
4143 (smerge-refine): Make sure `diff' returns the expected result.
4144 (smerge-parsep-re): New const.
4145 (smerge-mode): Use it to adjust paragraph-separate.
4146
4147 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4148 Correctly match / regexp matchers as first char on a line when
4149 fontifying only that line.
4150
4151 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4152
4153 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * vc-bzr.el: Don't fiddle with vc-handled-backend.
4156 (vc-bzr-registered): Don't redundantly protect against
4157 file-error. Actually use the format-specific code.
4158 (vc-bzr-buffer-nonblank-p): Remove.
4159 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4160
4161 2007-08-20 Juri Linkov <juri@jurta.org>
4162
4163 * startup.el (fancy-splash-text): Change multiple tabs into one
4164 tab. Remove "Useful File menu items" section (with "Exit Emacs"
4165 and "Recover Crashed Session").
4166 (fancy-splash-screens): Set tab-width to 22.
4167 (normal-splash-screen): Replace literal tabs with \t and
4168 fix whitespace. Remove "Useful File menu items" section (with
4169 "Exit Emacs" and "Recover Crashed Session").
4170
4171 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4172
4173 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4174 extracted from `eval-last-sexp-1'.
4175 (eval-last-sexp-1): Call `preceding-sexp'.
4176
4177 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
4178
4179 * vc-rcs.el (vc-rcs-annotate-command):
4180 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4181 Add back :vc-annotate-prefix propertization.
4182
4183 2007-08-20 Andreas Schwab <schwab@suse.de>
4184
4185 * mail/rmail.el (rmail-autodetect): Doc fix.
4186
4187 2007-08-19 Juri Linkov <juri@jurta.org>
4188
4189 * startup.el (normal-splash-screen): Add more links.
4190
4191 2007-08-19 Juri Linkov <juri@jurta.org>
4192
4193 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4194 because it's common to both types of splash screen: fancy and normal.
4195 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4196 (exit-splash-screen): Rename from `fancy-splash-quit'.
4197 Use `quit-window' instead of `kill-buffer'.
4198 (fancy-splash-head): Use make-button to insert GNU image link.
4199 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4200 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4201 (normal-splash-screen): Put "Browse manuals" on the same line with
4202 "Emacs manual". Remove descriptions from "Useful tasks" and put
4203 all links in two columns on two lines.
4204
4205 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
4206
4207 * emulation/viper.el (viper-remove-hooks): Remove some additional
4208 viper hooks when the user calls viper-go-away.
4209 (viper-go-away): Restore the default of default-major-mode.
4210 Save the value of default-major-mode before vaperization.
4211
4212 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4213
4214 * emulation/viper-ex.el: Replace error "" with "Viper bell".
4215
4216 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4217 buffer for which file is created.
4218
4219 2007-08-19 Glenn Morris <rgm@gnu.org>
4220
4221 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4222 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4223 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
4224 shadow files messing up the compilation.
4225
4226 2007-08-18 Glenn Morris <rgm@gnu.org>
4227
4228 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4229 string. Also apply eldoc-argument-case in the help-split-fundoc
4230 case. Adapt for changed behavior of eldoc-function-argstring,
4231 eldoc-function-argstring-format, and
4232 eldoc-highlight-function-argument.
4233 (eldoc-highlight-function-argument): Handle nil INDEX argument,
4234 just call eldoc-docstring-format-sym-doc in that case.
4235 (eldoc-function-argstring): Change the behavior. Now it converts
4236 an argument list to a string.
4237 (eldoc-function-argstring-format): Change the behavior. Now it
4238 applies `eldoc-argument-case' to a string.
4239
4240 * progmodes/scheme.el (scheme-mode-variables): Set
4241 font-lock-comment-start-skip.
4242
4243 2007-08-18 Martin Rudalics <rudalics@gmx.at>
4244
4245 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4246 set-syntax-table from here to ...
4247 (ada-mode): ... here. Do not change global value of
4248 comment-multi-line. Call new function
4249 ada-initialize-syntax-table-properties and add new function
4250 ada-handle-syntax-table-properties to font-lock-mode-hook.
4251 (ada-deactivate-properties, ada-initialize-properties): Replace
4252 by new functions ...
4253 (ada-handle-syntax-table-properties)
4254 (ada-initialize-syntax-table-properties)
4255 (ada-set-syntax-table-properties): ... to set up syntax-table
4256 properties uniformly, independently from whether font-lock-mode
4257 is enabled or not. Handle read-only buffers and do not change
4258 undo-list when setting syntax-table properties.
4259 (ada-after-change-function): Use ada-set-syntax-table-properties.
4260
4261 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4262
4263 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4264 (meta-indent-current-nesting): Use a computation of the nesting
4265 instead.
4266 (meta-indent-current-indentation): Indentation is given according
4267 to nesting and if the previous line was finished or not.
4268 (meta-indent-unfinished-line): Tell if the current line ends with
4269 a finished expression.
4270 (meta-indent-looking-at-code): Like `looking-at', but checks if
4271 the point is in a string before.
4272 (meta-indent-level-count): Use it. Don't count parenthesis as it's
4273 done in the nesting function.
4274 (meta-indent-in-string-p): Tell if the current point is in a
4275 string.
4276 (meta-indent-calculate): Treat b-o-b as a special case. Use the
4277 previous functions.
4278
4279 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4280
4281 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4282 (copyright-update-year, copyright-update)
4283 (copyright-fix-years): Use it.
4284
4285 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
4286
4287 * emacs-lisp/copyright.el (copyright-update-year):
4288 Fix bug: Handle nil copyright-limit.
4289
4290 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4291
4292 * calc/calc-units.el (math-standard-units): Give exact
4293 conversion for tsp.
4294
4295 * calc/calc.el (math-bignum-digit-length): Compute the
4296 appropriate value.
4297
4298 * calc/calc-bin.el (math-bignum-logb-digit-size)
4299 (math-bignum-digit-power-of-two):
4300 * calc/calc-comb.el (math-small-factorial-table):
4301 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4302 (math-approx-gamma-const):
4303 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
4304 (math-besY1, math-bernoulli-b-cache):
4305 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4306 Remove `eval-when-compile's.
4307
4308 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4309
4310 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
4311 (cperl-find-pods-heres): Fix an error when typing expressions like
4312 `s{a}{b}'.
4313
4314 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4315
4316 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
4317 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
4318 a special case (there's no build number).
4319
4320 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
4321
4322 * completion.el (symbol-under-point, symbol-before-point)
4323 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
4324
4325 2007-08-17 Glenn Morris <rgm@gnu.org>
4326
4327 * progmodes/compile.el (compilation-get-file-structure): Make use
4328 of the directory part when checking for an existing entry, to
4329 handle files with same basename in different directories.
4330
4331 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4332
4333 * calc/calc.el (calc-language-alist): Add texinfo-mode.
4334
4335 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4336
4337 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4338 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
4339 (ps-paragraph-spacing): Docstring fix.
4340
4341 2007-08-16 Glenn Morris <rgm@gnu.org>
4342
4343 * ps-print.el (ps-font-size): Doc fix.
4344
4345 2007-08-16 Richard Stallman <rms@gnu.org>
4346
4347 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
4348
4349 2007-08-15 Juri Linkov <juri@jurta.org>
4350
4351 * startup.el (initialization): Change parent group from `internal'
4352 to `environment'.
4353 (initial-buffer-choice): New variable.
4354 (command-line): Revert 2007-07-02 change that sets
4355 buffer-offer-save in *scratch* and enables auto-save in it.
4356 (fancy-splash-text): Add links to existing items. Add new items
4357 with links for useful tasks. Move information about Control-g to
4358 fancy-splash-head. Move "Emacs Guided Tour" to the end.
4359 (fancy-splash-keymap): New variable.
4360 (fancy-splash-last-input-event): Remove variable.
4361 (fancy-splash-insert): Add processing of `:link' element.
4362 (fancy-splash-head): Replace "Type Control-l to begin editing"
4363 with "Type `q' to exit".
4364 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
4365 (fancy-splash-default-action, fancy-splash-special-event-action):
4366 Remove functions.
4367 (fancy-splash-quit): New function.
4368 (fancy-splash-screens): Rename input arg from `hide-on-input' to
4369 `static' and reverse the condition of its usage. Don't preserve
4370 original values of `minor-mode-map-alist',
4371 `emulation-mode-map-alists', `special-event-map'.
4372 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4373 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4374 Remove processing of special events. Use local key map
4375 `fancy-splash-keymap'. Set buffer to read-only.
4376 (normal-splash-screen): Rename input arg from `hide-on-input' to
4377 `static' and reverse the condition of its usage.
4378 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4379 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4380 Add links to existing items. Add new items with links for useful
4381 tasks. Use local key map `fancy-splash-keymap'.
4382 (display-splash-screen): Rename input arg from `hide-on-input' to
4383 `static'.
4384 (about-emacs): Add alias to display-splash-screen.
4385 (command-line-1): Use `initial-buffer-choice'.
4386
4387 * menu-bar.el (menu-bar-help-menu):
4388 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
4389 item to about-emacs instead of display-splash-screen.
4390
4391 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
4392
4393 * calc/calc-units.el (math-standard-units): Update values.
4394 Put in exact, rational values when possible.
4395 (math-unit-prefixes): Replace floats with powers of ten.
4396 (math-standard-units-systems): Replace floats with integers.
4397 (math-make-unit-string): Remove extra spaces in output.
4398
4399 2007-08-15 Glenn Morris <rgm@gnu.org>
4400
4401 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
4402 sloppier, for the sake of GNU Mailman.
4403 (rmail-digest-rfc1153): Initialize `result' correctly.
4404
4405 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4406
4407 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
4408 in the mail title. Suggested by Reiner Steib.
4409
4410 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
4411
4412 * calc/calc-aent.el (calc-do-quick-calc): Add binary
4413 representation of integers to the list of outputs.
4414
4415 2007-08-14 Glenn Morris <rgm@gnu.org>
4416
4417 * simple.el (bad-packages-alist): New constant.
4418 (bad-package-check): New function. Together, these two add elements
4419 to `after-load-alist' to check for problematic external packages.
4420 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
4421
4422 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
4423
4424 * calc/calc-units.el (math-get-standard-units)
4425 (math-get-units, math-make-unit-string)
4426 (math-get-default-units, math-put-default-units): New functions.
4427 (math-default-units-table): New variable.
4428 (calc-convert-units, calc-convert-temperature): Add machinery
4429 to supply default values.
4430
4431 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
4434 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
4435 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
4436 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
4437
4438 * emulation/tpu-extras.el: Remove spurious * in docstrings.
4439 Put its autoloads into tpu-edt.el rather than loaddefs.el.
4440 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
4441 Make into a proper minor-mode.
4442 (tpu-backward-char, tpu-next-line, tpu-previous-line)
4443 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
4444 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
4445 (tpu-set-cursor-free, tpu-set-cursor-bound):
4446 Delegate to tpu-cursor-free-mode.
4447 (tpu-next-line, tpu-previous-line, tpu-forward-line)
4448 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
4449 Use line-move or forward-line instead of next-line-internal.
4450
4451 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
4452
4453 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4454
4455 2007-08-12 Richard Stallman <rms@gnu.org>
4456
4457 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
4458 (cvs-execute-single-file): Use new name split-string-and-unquote.
4459 (cvs-header-msg): Use new name combine-and-quote-strings.
4460
4461 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
4462
4463 * progmodes/gud.el (gud-common-init): Use new name
4464 split-string-and-unquote.
4465
4466 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
4467 in javac regexp.
4468
4469 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
4470 combine-and-quote-strings and split-string-and-unquote.
4471
4472 * subr.el (combine-and-quote-strings): Rename from strings->string.
4473 (split-string-and-unquote): Rename from string->strings.
4474
4475 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
4478 to buffer-local settings.
4479
4480 * emacs-lisp/backquote.el (backquote-delay-process): New function.
4481 (backquote-process): Add internal arg `level'. Use the two to
4482 correctly handle nested backquotes.
4483
4484 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
4485
4486 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4487 (vc-bzr-state-words): Add "kind changed" state word.
4488 (vc-bzr-status): New function. Return Bzr idea of file status,
4489 which is different from VC's.
4490 (vc-bzr-state): Use vc-bzr-status.
4491 (vc-workfile-unchanged-p): Use vc-bzr-status.
4492 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
4493 (vc-dired-state): Process "kind changed" state word.
4494
4495 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
4498
4499 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
4500 Move from vc-default-find-file-not-found-hook.
4501
4502 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * man.el: Remove spurious * in docstrings.
4505 Merge defvars and toplevel setq-defaults.
4506 (Man-highlight-references0): Limit=nil rather than point-max.
4507 (Man-mode-map): Move initialization into the declaration.
4508 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
4509 (Man-view-header-file): Use expand-file-name rather than concat.
4510 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
4511
4512 * man.el (Man-next-section): Make sure we do not move backward.
4513
4514 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * files.el (auto-mode-alist): Use the purecopied text (duh!).
4517
4518 2007-08-08 Glenn Morris <rgm@gnu.org>
4519
4520 * Replace `iff' in doc-strings and comments.
4521
4522 2007-08-08 Martin Rudalics <rudalics@gmx.at>
4523
4524 * dired.el (dired-pop-to-buffer):
4525 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4526 * calendar/calendar.el (generate-calendar-window):
4527 * progmodes/compile.el (compilation-set-window-height):
4528 * textmodes/two-column.el (2C-two-columns, 2C-merge):
4529 Use window-full-width-p instead of comparing frame-width and
4530 window-width.
4531
4532 * progmodes/compile.el (compilation-find-buffer): Remove extra
4533 argument in call to compilation-buffer-internal-p.
4534
4535 2007-08-07 Tom Tromey <tromey@redhat.com>
4536
4537 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4538 Add safe-local-variable property.
4539
4540 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * image-mode.el (image-toggle-display): Use image-refresh.
4543
4544 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
4545
4546 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4547 unofficial version.
4548 (vc-bzr-command): Remove redundant setting of process-connection-type.
4549 (vc-bzr-admin-checkout-format-file): Add autoload.
4550 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4551 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4552 (vc-bzr-registered): Compare dirstate format tag with known good
4553 value, abort parsing if match fails. Warn user in docstring.
4554 (vc-bzr-workfile-version): Case for different Bzr branch formats.
4555 See bzrlib/branch.py in Bzr sources.
4556 (vc-bzr-diff): First argument FILES may be a string rather than a list.
4557 (vc-bzr-shell-command): Remove in favor of
4558 vc-bzr-command-discarding-stderr.
4559 (vc-bzr-command-discarding-stderr): New function.
4560
4561 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
4562
4563 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4564 program, and return nil.
4565 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
4566 (vc-bzr-state): Look for path names relative to the repository
4567 root after status keyword.
4568 (vc-bzr-file-name-relative): New function.
4569 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
4570 depend on it.
4571 (vc-bzr-admin-dirname, ...-checkout-format-file)
4572 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
4573 files that we now parse directly for speed.
4574 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
4575 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
4576 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
4577 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
4578 Bzr warnings, so we must discard it.
4579 (vc-bzr-workfile-version): Speedup counting lines from
4580 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
4581 if that file doesn't exist.
4582 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
4583 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
4584 to `vc-directory-exclusion-list'.
4585 (vc-bzr-shell-command): New function.
4586
4587 2007-08-06 Tom Tromey <tromey@redhat.com>
4588
4589 * diff-mode.el (diff-unified->context, diff-reverse-direction)
4590 (diff-fixup-modifs): Typo in docstring.
4591
4592 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4595 count-screen-lines.
4596 (tpu-edt-off): Disable relevant pieces of advice.
4597
4598 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4599 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
4600 (newline, newline-and-indent, do-auto-fill): Use advice instead of
4601 redefining the function.
4602 (tpu-set-scroll-margins): Activate the pieces of advice.
4603
4604 2007-08-06 Martin Rudalics <rudalics@gmx.at>
4605
4606 * help.el (resize-temp-buffer-window): Use window-full-width-p
4607 instead of comparing frame-width and window-width.
4608
4609 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
4610
4611 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
4612 optional quotes around files in NEED-UPDATE . REMOVED case.
4613
4614 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
4615 (ada-treat-cmd-string): Improve error message.
4616 (ada-do-file-completion): Call `ada-require-project-file', so
4617 project variables are set properly.
4618 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
4619 (ada-gnatfind-buffer-name): New constant.
4620 (ada-find-any-references): Use new constant. Set buffer name
4621 properly in compilation-start. Toggle read-only properly.
4622 (ada-find-in-src-path): Fix spelling error in docstring.
4623
4624 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
4625 by zero error.
4626
4627 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
4630
4631 2007-08-12 Richard Stallman <rms@gnu.org>
4632
4633 * progmodes/sh-script.el (sh): Delete group `unix'.
4634
4635 * progmodes/gud.el (gud): Change to group `processes'.
4636
4637 2007-08-11 Glenn Morris <rgm@gnu.org>
4638
4639 * progmodes/compile.el (compilation-buffer-name): Don't check
4640 compilation-arguments. It is superfluous, and the variable isn't
4641 even set when this function is called.
4642
4643 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4644
4645 * term/mac-win.el (mac-ae-reopen-application): New function.
4646 (mac-apple-event-map): Bind "reopen application" Apple event to it.
4647
4648 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
4651 take tex-font-script-display into account.
4652 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
4653 cell to a list of 2 elements to simplify the unfontify code.
4654
4655 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4656
4657 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
4658 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
4659 ps-print-color-p is neither nil nor black-white. Reported by Christian
4660 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4661
4662 2007-08-08 Andreas Schwab <schwab@suse.de>
4663
4664 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
4665 self-insert-command, not self-insert.
4666
4667 2007-08-08 Glenn Morris <rgm@gnu.org>
4668
4669 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
4670 argument optional, for backwards compatibility, and only highlight
4671 args when present. Fix symbol name typo (doc/args).
4672
4673 * help-mode.el (help-make-xrefs): Search for symbol constituents,
4674 rather than just `-'.
4675
4676 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
4677
4678 * calc/calc-units.el (calc-convert-temperature):
4679 Use `/' to create fractions.
4680
4681 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
4682
4683 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
4684 global matching.
4685 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
4686 ERROR-BUFFER more robust. Display output.
4687 (tramp-file-name-handler): Add a connection property when we found
4688 a foreign file name handler. This allows backends like ftp to
4689 profit also from usr/host name completion based on connection
4690 cache.
4691 (tramp-send-command-and-read): Search for trash after the regexp
4692 until eol only. In XEmacs, there is a problem with \n.
4693
4694 * net/tramp-cache.el (top): Read persistent connection history
4695 when cache is empty.
4696
4697 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
4698
4699 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
4700 resulting output.
4701
4702 2007-08-07 Sam Steingold <sds@gnu.org>
4703
4704 * progmodes/compile.el (compilation-start): Pass nil as startfile
4705 to comint-exec.
4706
4707 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4708
4709 * longlines.el (longlines-decoded): New variable.
4710 (longlines-mode): Avoid encoding or decoding the buffer twice.
4711
4712 2007-08-07 Martin Rudalics <rudalics@gmx.at>
4713
4714 * format.el (format-insert-file): Make sure that at most one undo
4715 entry is recorded for the insertion. Inhibit point-motion and
4716 modification hooks around call to insert-file-contents.
4717
4718 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4719
4720 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4721 Select the buffer's window before moving point.
4722
4723 2007-08-07 Richard Stallman <rms@gnu.org>
4724
4725 * term.el (term): Remove parent group `unix'.
4726
4727 * simple.el (default-indent-new-line): New function.
4728 It calls comment-line-break-function if there are comments.
4729 (do-auto-fill): Use that.
4730
4731 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
4732
4733 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4734 (PC-do-completion): Add "acronym completion" for symbols and
4735 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4736
4737 2007-08-06 Sam Steingold <sds@gnu.org>
4738
4739 * mouse.el (mouse-buffer-menu): Pass mode-name through
4740 format-mode-line because it may be a list,
4741 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4742
4743 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
4744
4745 * printing.el (pr-update-menus): Docstring fix.
4746
4747 2007-08-06 Jason Rumney <jasonr@gnu.org>
4748
4749 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4750
4751 * vc-hooks.el (vc-call): Add doc string.
4752
4753 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
4754
4755 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4756 process-filter.
4757
4758 2007-08-06 Kenichi Handa <handa@m17n.org>
4759
4760 * international/quail.el: Wrap (require 'help-mode) by
4761 eval-when-compile.
4762 (quail-help-init): New function.
4763 (quail-help): Call quail-help-init.
4764 (quail-store-decode-map-key): Change it to a function.
4765
4766 2007-08-05 Jason Rumney <jasonr@gnu.org>
4767
4768 * vc.el (vc-rollback): Add norevert argument back.
4769 (vc-revert-buffer): Add back as obsolete alias.
4770
4771 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
4772
4773 * term.el: Honor term-default-fg-color and term-default-bg-color
4774 settings when modifying term-current-face.
4775 (term-default-fg-color, term-default-bg-color): Initialize from
4776 default term-current-face.
4777 (term-mode, term-reset-terminal): Set term-current-face with
4778 term-default-fg-color and term-default-bg-color.
4779 (term-handle-colors-array): term-current-face has term-default-fg-color
4780 and term-default-bg-color after reset escape sequence.
4781 (term-handle-colors-array): Set term-current-color with
4782 term-default-fg/bg-color instead of ansi-term-color-vector when the
4783 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4784
4785 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4786
4787 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4788 (math-nlfit-givens): Let bind free variables.
4789
4790 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
4791
4792 * printing.el: Require lpr and ps-print when loading printing package.
4793 Reported by Glenn Morris <rgm@gnu.org>.
4794
4795 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
4796
4797 * files.el (set-auto-mode): Handle also remote files wrt
4798 `auto-mode-alist'.
4799
4800 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
4801
4802 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4803 curves and plotting.
4804
4805 * calc/calc-nlfit.el: New file.
4806
4807 2007-08-04 Glenn Morris <rgm@gnu.org>
4808
4809 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4810 zero, not nil, when the library is first loaded. Check for a file
4811 that has been modified on disk.
4812
4813 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4814 Remove duplicate defvar preventing initialization.
4815 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4816
4817 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4820 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4821 may match up to 4 lines.
4822 (diff-beginning-of-file-and-junk): Rewrite.
4823
4824 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4825
4826 * printing.el: Evaluate require only during compilation.
4827 (pr-version): New version 6.9.1.
4828 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4829 (pr-global-menubar): Fix code.
4830
4831 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
4832
4833 * term.el (term-erase-in-display): Fix case when point is not at
4834 the beginning of the line.
4835
4836 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
4837
4838 * calc/calc-ext.el (math-get-value, math-get-sdev)
4839 (math-contains-sdev): New functions.
4840
4841 * calc/calc-graph.el (calc-graph-format-data)
4842 (calc-graph-add-curve): Check for error forms.
4843 (calc-graph-set-styles): Add option for error forms.
4844
4845 2007-08-03 Miles Bader <miles@gnu.org>
4846
4847 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4848 backend names for new backends to `Git', `Hg', and `Bzr'.
4849 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4850 not `HG'.
4851 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4852 name, not `GIT'.
4853 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4854 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4855
4856 2007-08-03 Richard Stallman <rms@gnu.org>
4857
4858 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4859 to update deleted flag.
4860
4861 * cus-edit.el (customize-apropos, customize-apropos-options)
4862 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4863
4864 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4865
4866 * startup.el (fancy-splash-head, startup-echo-area-message):
4867 Change message text.
4868
4869 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4870 All callers use line-move.
4871
4872 * progmodes/compile.el (compilation-find-buffer): Return current
4873 buffer immediately if suitable.
4874 (compile, compilation-buffer-name, compilation-start): Doc fixes.
4875
4876 2007-08-03 Daiki Ueno <ueno@unixuser.org>
4877
4878 * faces.el (face-normalize-spec): New function.
4879 (frame-set-background-mode): Normalize face-spec before calling
4880 face-spec-match-p.
4881
4882 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * server.el (server-window): Add switch-to-buffer-other-frame option.
4885
4886 2007-08-03 Glenn Morris <rgm@gnu.org>
4887
4888 * cus-edit.el (customize-apropos): Make the error message indicate
4889 what kind of thing the user was trying to customize.
4890
4891 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4892
4893 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
4894 Fix off-by-one error in previous change.
4895
4896 2007-08-03 Drew Adams <drew.adams@oracle.com>
4897
4898 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
4899 Make buffer writable.
4900
4901 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4902
4903 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
4904 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
4905 Use native Emacs functions, when appropriate.
4906
4907 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
4908 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * vc.el: Document new VC operation `extra-menu'.
4911
4912 * vc-hooks.el (vc-default-extra-menu): New function.
4913
4914 * menu-bar.el (menu-bar-vc-filter): New function.
4915 (menu-bar-tools-menu): Use it as a filter.
4916
4917 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
4918
4919 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4920
4921 2007-08-01 Glenn Morris <rgm@gnu.org>
4922
4923 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
4924 strings.
4925 (fortran-tab-mode-default): Remove needless autoload.
4926 (fortran-tab-mode-string): Add help-echo and mouse properties, and
4927 mark as risky.
4928 (fortran-line-length): New buffer-local variable, safe if integer.
4929 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
4930 Change from variables to constants.
4931 (fortran-font-lock-syntactic-keywords): Delete as a variable,
4932 replace with a new function definition.
4933 (fortran-mode): Use fortran-line-length, and
4934 fortran-font-lock-syntactic-keywords as a function. Add a
4935 hack-local-variables-hook function.
4936 (fortran-line-length, fortran-hack-local-variables): New functions.
4937 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
4938 Use fortran-line-length rather than 72.
4939 (fortran-window-create-momentarily): Doc fix.
4940
4941 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
4942
4943 * cus-edit.el (custom-group-value-create, custom-goto-parent):
4944 Fix parent groups link.
4945
4946 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
4947
4948 * progmodes/python.el (python-current-defun): Adjust to never fall
4949 into infinite loop.
4950
4951 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
4954
4955 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
4956
4957 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4958 (copyright-fix-years, copyright): Correctly handle the case where
4959 copyright-limit is nil.
4960
4961 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
4962
4963 * progmodes/python.el (run-python): Fix path separator under w32.
4964
4965 2007-07-30 Richard Stallman <rms@gnu.org>
4966
4967 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4968 Treat non-break space as whitespace in Lisp.
4969
4970 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * vc.el (vc-dired-hook): Use inhibit-read-only.
4973
4974 * progmodes/compile.el (compilation-forget-errors):
4975 Reset compilation-auto-jump-to-next.
4976
4977 2007-07-30 Michael Olson <mwolson@gnu.org>
4978
4979 * cus-edit.el (custom-group-save): Fix void function definition
4980 error. Thanks to Zhang Wei for the report.
4981
4982 * ps-print.el: Check in trivial changes to the autoloads section
4983 caused by the build process. These autoloads really ought to be
4984 placed in a separate file, methinks.
4985
4986 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * calendar/calendar.el (calendar-mode): Make sure
4989 displayed-(month|year) are set.
4990 (calendar-basic-setup): Display buffer before adjusting window sizes.
4991 (generate-calendar-window): Use inhibit-read-only. Simplify.
4992 Generate buffer and set displayed-month and displayed-year before
4993 calling update-calendar-mode-line.
4994
4995 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
4996
4997 * net/tramp.el:
4998 * net/tramp-uu.el:
4999 * net/trampver.el: Use utf-8 encoding with coding cookie.
5000
5001 * net/tramp-cache.el:
5002 * net/tramp-fish.el:
5003 * net/tramp-ftp.el:
5004 * net/tramp-gw.el:
5005 * net/tramp-smb.el: Remove coding cookie.
5006
5007 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5008 Flush buffer file-name's file property.
5009 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5010
5011 * net/trampver.el: Update release number.
5012
5013 2007-07-29 Juri Linkov <juri@jurta.org>
5014
5015 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5016 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5017 when major-mode is not dired-mode.
5018 (dired-toggle-read-only): New function.
5019 (dired-recursive-deletes): Remove obsolete comments about old
5020 default value.
5021 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5022
5023 * wdired.el (wdired-exit): New function.
5024 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5025
5026 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * cus-edit.el (customize-read-group): New fun.
5029 (customize-group-other-window, customize-face-other-window):
5030 Prompt before delegating to customize-(group|face).
5031 Bind pop-up-windows rather than use the other-window argument.
5032 (customize-group, customize-face): Prompt from the interactive spec.
5033 Remove args `prompt-for-group' and `other-window'.
5034
5035 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5036 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5037 last change.
5038
5039 2007-07-28 Masatake YAMATO <jet@gyve.org>
5040
5041 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5042 Use backend name as the menu label. Suggested by David Kastrup.
5043
5044 2007-07-28 Alan Mackenzie <acm@muc.de>
5045
5046 Fix problem with modes derived from CC Mode:
5047 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5048 macro to cc-langs.
5049 (c-init-language-vars-for): Remove call to above macro.
5050 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5051 been moved to here.
5052 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5053
5054 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5055
5056 * net/trampver.el: Fix the `coding' cookie.
5057
5058 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5059
5060 * vc-git.el (vc-git-print-log): Support both the old single file
5061 interface and the new one.
5062
5063 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5064
5065 * bindings.el (mode-line-remote): Use updated %@ construct.
5066
5067 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5070 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5071 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5072 (diary-list-bahai-entries, diary-bahai-mark-entries)
5073 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5074 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5075 New names to clean up namespace.
5076 (list-bahai-diary-entries, mark-bahai-diary-entries)
5077 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5078 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5079 Add compatibility aliases.
5080
5081 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5082
5083 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5084 (calendar-scroll-left-three-months)
5085 (calendar-scroll-right-three-months): Clean up namespace.
5086 (scroll-calendar-left, scroll-calendar-right)
5087 (scroll-calendar-left-three-months)
5088 (scroll-calendar-right-three-months): Add compatibility aliases.
5089
5090 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5091 Behave like mouse-scroll-calendar-* when used from the mouse.
5092
5093 * calendar/cal-menu.el (cal-menu-scroll-menu)
5094 (cal-menu-global-mouse-menu):
5095 * calendar/calendar.el (calendar-mode-map):
5096 Use new calendar-scroll-* names.
5097 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5098 Remove. Use calendar-scroll-* directly instead.
5099
5100 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5103 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5104 (ad-make-advised-definition, ad-cache-id-verification-code):
5105 Use commandp and interactive-form instead.
5106
5107 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5108
5109 * vc-git.el: Relicense to GPLv3 or later.
5110 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5111
5112 * vc-hooks.el (vc-handled-backends): Add GIT.
5113
5114 * vc.el (vc-directory-exclusion-list): Add .git.
5115
5116 2007-07-26 Alexandre Julliard <julliard@winehq.org>
5117
5118 * vc-git.el (vc-git-revision-table)
5119 (vc-git-revision-completion-table): New functions.
5120
5121 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5122
5123 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5124 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5125 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5126 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5127 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5128 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5129 New command actions for EPS header and EPS footer.
5130
5131 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5132 footer. Fix some problems with one-or-more, zero-or-more and
5133 alternative constructions generation. Some log messages
5134 implementation. Doc fix.
5135 (ebnf-version): New version 4.4.
5136 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5137 (ebnf-eps-footer, ebnf-log): New options.
5138 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5139 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5140 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5141 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5142 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5143 (ebnf-style-custom-list, ebnf-style-database): Put new values.
5144 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5145 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5146 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5147 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5148 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5149 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5150 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5151 (ebnf-non-terminal-dimension, ebnf-special-dimension)
5152 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5153 (ebnf-except-dimension, ebnf-alternative-dimension)
5154 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5155 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5156 message fun.
5157 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5158 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5159 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5160 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5161 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5162 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5163 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5164 compatibility with Emacs 20 & 21.
5165 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5166 (ebnf-eps-file-alist, ebnf-basic-width-extra)
5167 (ebnf-basic-empty-height): New vars.
5168 (ebnf-prologue): Fix PostScript code.
5169 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5170 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5171 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5172 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5173
5174 2007-07-25 Glenn Morris <rgm@gnu.org>
5175
5176 * Relicense all FSF files to GPLv3 or later.
5177
5178 * COPYING: Switch to GPLv3.
5179
5180 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5183 Replace it with another one which disables undo before calling
5184 erase-buffer and then turns it back on if needed.
5185
5186 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5187
5188 * ps-print.el: Problem with foreground and background color when
5189 printing a buffer with and without faces. Reported by Christian
5190 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5191 (ps-print-version): New version 6.7.5.
5192 (ps-default-fg): Change default value to nil, so black color is used
5193 when a face does not specify a foreground color.
5194 (ps-default-bg): Change default value to nil, so white color is used
5195 for background color.
5196 (ps-begin-job): Fix code.
5197
5198 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5199
5200 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5201
5202 2007-07-24 Glenn Morris <rgm@gnu.org>
5203
5204 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5205 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5206 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5207 (cal-tex-cursor-week, cal-tex-cursor-week2)
5208 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5209 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5210 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5211 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5212
5213 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * calendar/calendar.el (calendar-mode-map): Move initialization
5216 into declaration. Add menu bindings (used to be done in cal-menu).
5217 (calendar-mode): Don't add an activate-menubar-hook.
5218
5219 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5220 modify calendar-mode-map), use easy-menu, and make sure that C-h k
5221 can be used on the menu entries.
5222 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5223 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5224 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5225 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5226 (calendar-flatten, cal-menu-update): Remove.
5227 (calendar-mouse-insert-hebrew-diary-entry)
5228 (calendar-mouse-insert-islamic-diary-entry)
5229 (calendar-mouse-insert-bahai-diary-entry):
5230 Remove (fold into cal-menu-diary-menu).
5231 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5232 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5233 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5234 (calendar-mouse-view-diary-entries): Minor simplifications.
5235 (calendar-event-to-date): Use with-current-buffer.
5236
5237 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
5238
5239 * add-log.el (change-log-redate): Remove (not needed anymore and
5240 doesn't appear to work).
5241
5242 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 * frame.el: Use mapc and dolist instead of mapcar where possible.
5245 (close-display-connection): New command.
5246
5247 2007-07-25 Alexandre Julliard <julliard@winehq.org>
5248
5249 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5250 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5251
5252 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5253
5254 * ps-print.el (ps-multibyte-buffer): Docstring fix.
5255
5256 * ps-mule.el: Doc fix.
5257 (ps-multibyte-buffer, ps-mule-font-info-database-default)
5258 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5259
5260 2007-07-25 Glenn Morris <rgm@gnu.org>
5261
5262 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5263 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5264 (cal-tex-daily-end, cal-tex-hook)
5265 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5266 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5267 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5268 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5269 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5270 (cal-tex-day-prefix, cal-tex-day-name-format)
5271 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5272 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5273 (cal-tex-LaTeX-subst-list): Change from variables to constants.
5274 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5275 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5276 etc, rather than \bf.
5277 (cal-tex-mini-calendar): Fix typos in previous change.
5278 (cal-tex-latexify-list): Remove inner let binding.
5279 (cal-tex-end-document, cal-tex-banner): Use multi-line
5280 cal-tex-comment.
5281 (cal-tex-comment): Handle embedded newlines.
5282 (cal-tex-LaTeXify-string): Use substring-no-properties.
5283
5284 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
5285
5286 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5287 Add support for the Maden build tool.
5288
5289 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
5290
5291 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
5292
5293 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
5296
5297 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5298
5299 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
5300 C-x C-q.
5301
5302 * vc-git.el (vc-git-print-log): Fix previous change.
5303
5304 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * window.el (save-selected-window): Minor optimization.
5307 (bw-adjust-window): If operation failed, try with a smaller delta.
5308 (window-fixed-size-p): New function.
5309 (window-area-factor): New var.
5310 (balance-windows-area): New command.
5311
5312 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
5313 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5314 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
5315 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
5316 (ps-mule-begin-job): Use dolist.
5317
5318 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5319
5320 * subr.el (start-file-process-shell-command)
5321 (process-file-shell-command): New defuns.
5322
5323 * progmodes/compile.el (compilation-start):
5324 Apply `start-file-process-shell-command'.
5325
5326 2007-07-24 Alexandre Julliard <julliard@winehq.org>
5327
5328 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
5329
5330 2007-07-24 Alan Mackenzie <acm@muc.de>
5331
5332 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5333 Initialise byte-compile-unresolved-functions before rather than
5334 after a compilation.
5335 (byte-compile-unresolved-functions): Amplify doc string.
5336
5337 2007-07-24 Glenn Morris <rgm@gnu.org>
5338
5339 * startup.el (normal-splash-screen): Use `emacs-copyright'.
5340
5341 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5342 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5343 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5344 (cal-tex-cursor-week, cal-tex-cursor-week2)
5345 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5346 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5347 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5348 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5349
5350 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
5351 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
5352 (cal-tex-day-name-format, cal-tex-cal-one-month)
5353 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
5354 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
5355 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
5356 (cal-tex-list-holidays, cal-tex-cursor-year)
5357 (cal-tex-cursor-year-landscape, cal-tex-year)
5358 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
5359 (cal-tex-cursor-month, cal-tex-insert-days)
5360 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5361 (cal-tex-first-blank-p, cal-tex-cursor-week)
5362 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5363 (cal-tex-week-hours, cal-tex-cursor-week-monday)
5364 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
5365 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5366 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
5367 (cal-tex-latexify-list, cal-tex-previous-month)
5368 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
5369 modernization, including using dotimes rather than
5370 calendar-for-loop.
5371 (cal-tex-LaTeX-subst-list): Remove `@'.
5372 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
5373 Use \textit and \textbf rather than \em and \it.
5374
5375 * calendar/cal-bahai.el (list-bahai-diary-entries)
5376 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
5377 * calendar/cal-islam.el (list-islamic-diary-entries)
5378 * calendar/calendar.el (generate-calendar, generate-calendar-month)
5379 * calendar/diary-lib.el (diary-list-entries)
5380 (mark-calendar-date-pattern): Use `dotimes' rather than
5381 `calendar-for-loop'.
5382
5383 * calendar/calendar.el (calendar-for-loop): Doc fix.
5384
5385 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
5388 underlying file is uptodate.
5389
5390 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
5391
5392 * replace.el (perform-replace): Use isearch-no-upper-case-p.
5393
5394 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * vc-hooks.el (vc-mode-line-map): New const.
5397 (vc-mode-line): Use it.
5398
5399 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5400
5401 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
5402 (vc-git-unregister): New functions.
5403 (vc-git-find-version): Use the result of ls-files as a parameter
5404 for cat-file.
5405
5406 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
5407
5408 * net/tramp.el (tramp-perl-file-attributes)
5409 (tramp-perl-directory-files-and-attributes)
5410 (tramp-handle-file-attributes-with-stat)
5411 (tramp-handle-directory-files-and-attributes-with-stat)
5412 (tramp-convert-file-attributes): Handle huge file sizes.
5413
5414 2007-07-23 Juri Linkov <juri@jurta.org>
5415
5416 * isearch.el (isearch-message-function): New variable.
5417 (isearch-update, isearch-search): Use it.
5418
5419 * simple.el (goto-history-element): New function created from
5420 next-history-element.
5421 (next-history-element): Most code moved to goto-history-element.
5422 Call goto-history-element with (- minibuffer-history-position n).
5423 (previous-history-element): Call goto-history-element with (+
5424 minibuffer-history-position n).
5425 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
5426 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
5427 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
5428 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
5429 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
5430 (minibuffer-history-isearch-pop-state): New functions.
5431
5432 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5433
5434 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
5435 Also, if FILE is a list, return non-nil if any of its elements
5436 should stay local. Update docstring.
5437
5438 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
5441 change by reverting a small part.
5442
5443 2007-07-23 Richard Stallman <rms@gnu.org>
5444
5445 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
5446
5447 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5448
5449 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
5450 handling it. Use vc-git-command.
5451 (vc-git-find-version, vc-git-diff-tree): New functions.
5452 (vc-git-revert): Use vc-git-command.
5453 (vc-git--run-command): Delete.
5454
5455 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5456
5457 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
5458
5459 2007-07-20 Kenichi Handa <handa@m17n.org>
5460
5461 * international/utf-8.el (utf-8-post-read-conversion):
5462 Temporarily bind utf-8-compose-scripts to nil while running
5463 *-compose-region functions.
5464
5465 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5466
5467 * vc-git.el: Update status.
5468 (vc-directory-exclusion-list): Use eval-after-load.
5469
5470 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
5471
5472 * bindings.el (mode-line-remote): New variable.
5473 (help-echo): Add to default values of mode-line-format.
5474
5475 * files.el: Mark mode-line-remote as risky.
5476
5477 2007-07-22 Juri Linkov <juri@jurta.org>
5478
5479 * isearch.el (isearch-edit-string): Save old point and
5480 isearch-other-end to old-point and old-other-end before reading
5481 the search string from minibuffer. After exiting minibuffer set
5482 point to old-other-end if point and the search direction is the
5483 same as before reading the search string.
5484 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
5485 to isearch-other-end. Instead of isearch-search-and-update call
5486 three functions isearch-search, isearch-push-state and isearch-update.
5487
5488 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5489
5490 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
5491 deal with multiple file arguments.
5492 (vc-git-print-log): Deal with multiple file arguments.
5493
5494 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
5497 diff-refine-hunk. Adjust users.
5498 (diff-unified-hunk-p, diff-splittable-p): New functions.
5499 (diff-mode-menu): Use it to disable Split when it doesn't work.
5500
5501 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5502
5503 * diff-mode.el (diff-mode-menu): New entries.
5504
5505 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
5508 if applicable, so as to save undo-log space.
5509
5510 * diff-mode.el (diff-find-file-name): Add arg `batch'.
5511
5512 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
5513 (diff-file-kill): Use it.
5514 (diff-beginning-of-hunk): Add arg `try-harder' using it.
5515 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
5516 Use it so they find the hunk even when we're in the file header.
5517
5518 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5519
5520 * vc-git.el (vc-git-revision-granularity, vc-git-root)
5521 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
5522 (vc-git-create-repo): New functions.
5523 (vc-git-registered): New autoloaded function definition.
5524 (vc-git-registered): Use vc-git-root.
5525 (vc-git-responsible-p): New defalias.
5526 (vc-git-annotate-extract-revision-at-line): Uncomment.
5527 (vc-git-print-log): Add the file name to the log.
5528 (vc-git-log-view-mode): New derived mode.
5529 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
5530
5531 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5532
5533 * progmodes/grep.el (grep-compute-defaults): Keep default values.
5534
5535 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
5536
5537 * textmodes/reftex.el (reftex-access-parse-file): Create parse
5538 file in a way that does not interfere with recentf mode.
5539 (reftex-access-parse-file): Do not risk destroying an existing
5540 buffer.
5541
5542 2007-07-22 Alexandre Julliard <julliard@winehq.org>
5543
5544 * vc-git.el: New file.
5545
5546 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * textmodes/tex-mode.el (tex-font-script-display): Change default.
5549
5550 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5551
5552 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
5553 for branches and new files.
5554
5555 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
5556 local-map handling ...
5557 (vc-mode-line): ... here. Improve handling of help-echo.
5558
5559 * vc.el (mode-line-string): Document help-echo usage.
5560
5561 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5562
5563 Sync with Tramp 2.1.10.
5564
5565 * net/tramp.el (tramp-get-ls-command): Fix typo.
5566
5567 * net/trampver.el: Update release number.
5568
5569 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5570
5571 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
5572
5573 * term/x-win.el (x-handle-no-bitmap-icon): New function.
5574
5575 2007-07-22 Martin Rudalics <rudalics@gmx.at>
5576
5577 * add-log.el (change-log-fill-parenthesized-list): New function.
5578 (change-log-indent): Call change-log-fill-parenthesized-list.
5579 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
5580 Have lines with leading asterisk start a paragraph.
5581
5582 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5583
5584 * calc/calc-math.el (math-emacs-precision)
5585 (math-largest-emacs-expt, math-smallest-emacs-expt):
5586 New variables.
5587 (math-use-emacs-fn): New function.
5588 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
5589 appropriate.
5590
5591 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5592
5593 * image-dired.el (image-dired-sane-db-file): New func.
5594 (image-dired-write-tags, image-dired-remove-tag)
5595 (image-dired-list-tags, image-dired-write-comments)
5596 (image-dired-get-comment, image-dired-mark-tagged-files)
5597 (image-dired-create-gallery-lists): Call new func.
5598 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
5599
5600 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5601
5602 * vc-hg.el (vc-hg-dir-state): Fix loop.
5603 (vc-hg-print-log): Fix expected return value for vc-hg-command.
5604 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
5605 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
5606 (vc-hg-revert): Likewise.
5607 (vc-hg-revision-table, vc-hg-revision-completion-table): New
5608 functions.
5609
5610 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * add-log.el (change-log-resolve-conflict): Don't lose data if the
5613 merge fails.
5614
5615 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5616
5617 * progmodes/compile.el (compilation-auto-jump-to-first-error):
5618 Add group and version.
5619
5620 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * add-log.el (add-log-file-name): Use file-relative-name.
5623 (add-change-log-entry): Delay reading
5624 add-log-(full-name|mailing-address) to after we've switched to the
5625 ChangeLog buffer so we get the right value.
5626 (add-change-log-entry, add-log-current-defun, change-log-merge):
5627 Use derived-mode-p rather than checking major-mode directly.
5628
5629 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
5630 name for buffer-file-name if it refers to a directory.
5631
5632 * vc-arch.el (vc-arch-diff): Fix last change.
5633
5634 * progmodes/compile.el (compilation-start): Remember the original
5635 directory in a buffer-local compilation-directory.
5636 (compile): Set the global value of compilation-directory.
5637 (recompile): Use compilation-directory even in the compilation buffer.
5638
5639 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5640
5641 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
5642
5643 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5644
5645 * ps-print.el: Problem with foreground and background color when
5646 printing a buffer with and without faces. Reported by Christian
5647 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5648 (ps-print-version): New version 6.7.5.
5649 (ps-default-fg): Change default value to nil, so black color is used
5650 when a face does not specify a foreground color.
5651 (ps-default-bg): Change default value to nil, so white color is used
5652 for background color.
5653 (ps-begin-job): Fix code.
5654
5655 2007-07-20 Eli Zaretskii <eliz@gnu.org>
5656
5657 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
5658 in $(INSTALL_DIR)/lisp/ if they already exist.
5659
5660 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
5661
5662 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
5663 in $(INSTALL_DIR)/lisp/ if they already exist.
5664
5665 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * progmodes/vera-mode.el (vera-re-search-forward)
5668 (vera-re-search-backward): Remove use of store-match-data.
5669 (vera-mode-map): Move initialization into declaration.
5670
5671 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
5672 (flymake-find-buildfile): Use locate-dominating-file.
5673
5674 * vc.el (vc-delistify): Use mapconcat.
5675 (vc-do-command): Minor simplification.
5676 (vc-expand-dirs): Use push.
5677
5678 * vc-mcvs.el (vc-mcvs-create-repo):
5679 * vc-cvs.el (vc-cvs-create-repo): Remove.
5680
5681 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
5682 directory and the root as well.
5683
5684 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5685
5686 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
5687 instead of a file.
5688
5689 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
5690 (vc-hg-registered): Replace if with when.
5691 (vc-hg-state): Deal with nonexistent files and handle removed files.
5692 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
5693 (vc-hg-checkout): Re-enable.
5694 (vc-hg-create-repo): Fix typos.
5695 (vc-hg-print-log): Fix for multiple files.
5696 (vc-hg-workfile-unchanged-p): New function.
5697
5698 * vc.el: Fix typo.
5699 (vc-print-log): Fix call to print-log.
5700 (vc-default-comment-history): Likewise.
5701 (vc-directory-exclusion-list): Add .hg and .bzr.
5702 (vc-diff-internal): Pass a list instead of a file.
5703
5704 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5705
5706 * vc-bzr.el (vc-bzr-create-repo): New function.
5707
5708 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5711 `file' from which to start the search.
5712
5713 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
5714
5715 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5716 having a single file argument to having a list of files as the
5717 first argument.
5718
5719 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * files.el (locate-dominating-file): New function.
5722
5723 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
5724
5725 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5726 (grep-compute-defaults): Use it.
5727
5728 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * uniquify.el: Docstring fixes.
5731
5732 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5733
5734 * vc.el (revision-granularity, create-repo): Document new vc
5735 backend properties.
5736 (vc-rollback): Renamed from vc-cancel-version. Update
5737 references. Pass a list instead of a file.
5738 (vc-revert): Renamed from vc-revert-buffer. Update references.
5739 (vc-delistify, vc-expand-dirs): New functions.
5740 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5741 of files instead of a single file.
5742 (vc-position-context, vc-resync-window, vc-diff-internal)
5743 (vc-print-log): Pass a list instead of a file.
5744
5745 * vc-hooks.el (vc-stay-local-p, vc-backend)
5746 (vc-backend-subdirectory-name): Work on a file list, not a single
5747 file.
5748 (vc-workfile-version): Update docstring.
5749 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5750 vc-revert instead of vc-revert-buffer.
5751 (vc-prefix-map): Likewise. Bind vc-update.
5752
5753 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5754 (vc-svn-wash-log): New functions.
5755 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5756 (vc-svn-command): Deal with a list of files, not a single file.
5757
5758 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5759 (vc-rcs-wash-log): New functions.
5760 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5761 Deal with a list of files, not a single file.
5762 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5763
5764 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5765 functions.
5766 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5767 list of files, not a single file.
5768
5769 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5770 New functions.
5771 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5772 (vc-mcvs-diff): Deal with a list of files, not a single file.
5773
5774 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5775 functions.
5776 (vc-hg-print-log): Deal with a list of files, not a single file.
5777 (vc-hg-diff-tree): New function, replace defalias with the same
5778 name.
5779 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5780 FILES to denote that it is a file list, not a single file.
5781
5782 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5783 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5784 a single file.
5785 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5786 that it is a file list, not a single file.
5787 (vc-cvs-diff): Likewise. Simplify.
5788
5789 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5790 Deal with a list of files, not a single file.
5791
5792 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5793 (vc-bzr-print-log): Update FILE parameter name to denote that it
5794 is a file list, not a single file.
5795 (vc-bzr-diff): Likewise. Use the car of files.
5796
5797 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
5798
5799 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5800 (follow-delete-other-windows-and-split, follow-recenter)
5801 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5802 (follow-redisplay, follow-estimate-first-window-start)
5803 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
5804 Fix typos in docstrings.
5805
5806 2007-07-18 Martin Rudalics <rudalics@gmx.at>
5807
5808 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
5809 avoid that filling introduces lines with a single asterisk.
5810
5811 * kmacro.el (kmacro-end-macro): When ignoring empty macro
5812 avoid incorrect kmacro-ring-empty-p messages.
5813 Reported by Michael Schierl <schierlm@gmx.de>.
5814
5815 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5816
5817 * vc.el: Add more info about the vc-registered function.
5818
5819 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5820
5821 * files.el (file-remote-p): Introduce optional parameter
5822 IDENTIFICATION.
5823
5824 * recentf.el (recentf-keep-default-predicate): Adapt call of
5825 `file-remote-p'.
5826
5827 * progmodes/grep.el (grep-probe): Use `process-file'.
5828 (grep-compute-defaults): Handle variables host specific.
5829
5830 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5831 parameter IDENTIFICATION.
5832
5833 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5834 parameter IDENTIFICATION.
5835 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
5836 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5837 Add entry for `set-file-times'.
5838 (tramp-do-copy-or-rename-file-via-buffer)
5839 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5840 (tramp-handle-unhandled-file-name-directory): Rewrite.
5841 (tramp-convert-file-attributes): Add error handling when inode is
5842 extraordinary big.
5843 (tramp-get-inode): Change parameter from FILE to VEC.
5844 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5845 is nil. This is according to the specification. Goto (point-max)
5846 when ready.
5847 (tramp-handle-shell-command): Rewrite completely, using
5848 `process-file' and `start-file-process'.
5849 (tramp-methods, tramp-find-shell)
5850 (tramp-open-connection-setup-interactive-shell)
5851 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5852 var. Reported by Steve Youngs <steve@sxemacs.org>.
5853
5854 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5855 entry for `set-file-times'. Rename `start-process' into
5856 `start-file-process'. Remove `call-process' entry.
5857 (tramp-fish-handle-set-file-times): New defun.
5858 (tramp-fish-handle-executable-find): Use `process-file'.
5859 (tramp-fish-handle-process-file): New defun. Replaces
5860 `tramp-fish-handle-call-process'.
5861 (tramp-fish-do-copy-or-rename-file-directly): Use
5862 `set-file-times'.
5863 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5864
5865 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5866 `tramp-get-inode' parameter.
5867
5868 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5871 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
5872 nowadays, and by the time Emacs-23 comes out, nobody will even remember
5873 it has ever existed.
5874
5875 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5876
5877 * vc.el: Undo previous change.
5878
5879 2007-07-16 Eli Zaretskii <eliz@gnu.org>
5880
5881 * makefile.w32-in (clean): Don't delete *~.
5882
5883 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * textmodes/tex-mode.el (tex-verbatim-environments):
5886 Add safe-local-variable property.
5887 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
5888 when starting font-lock rather than when loading tex-mode.el.
5889
5890 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
5891 whole $( rather than just the $. Rename from sh-quoted-subshell.
5892 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
5893
5894 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
5895
5896 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
5897 bookmark-alist. Instead, if not sorting, simply return it.
5898 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
5899 for its return value, not for its side effect.
5900
5901 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
5902 case of alignment under a constant symbol, find and consider
5903 the sexp actually at indentation to be the "last sexp".
5904
5905 2007-07-16 Drew Adams <drew.adams@oracle.com>
5906
5907 * mouse.el (mouse-yank-secondary): Better error message if no
5908 secondary selection.
5909
5910 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5911
5912 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
5913
5914 * term/xterm.el (xterm-turn-on-modify-other-keys)
5915 (xterm-turn-off-modify-other-keys): New functions.
5916 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
5917 terminal supports it.
5918
5919 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
5920
5921 * bookmark.el (bookmark-show-all-annotations):
5922 Make sure each inserted annotation ends with newline.
5923
5924 2007-07-15 Richard Stallman <rms@gnu.org>
5925
5926 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
5927
5928 * tutorial.el (tutorial--find-changed-keys):
5929 Handle C-x specially like ESC.
5930
5931 2007-07-15 Aaron Hawley <aaronh@garden.org>
5932
5933 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
5934
5935 2007-07-15 Juri Linkov <juri@jurta.org>
5936
5937 * delsel.el (delete-selection-pre-hook):
5938 * emulation/cua-base.el (cua-paste): Before a yank command,
5939 check also whether last-command is one of mouse-save-then-kill,
5940 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
5941
5942 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
5943
5944 * recentf.el (recentf-keep-default-predicate): New defun.
5945 (recentf-keep): Use it as initial value.
5946
5947 2007-07-15 Karl Fogel <kfogel@red-bean.com>
5948
5949 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
5950 thus restoring bookmark bindings to three slots under C-x r. See
5951 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
5952
5953 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5954
5955 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
5956
5957 2007-07-15 Jason Rumney <jasonr@gnu.org>
5958
5959 * w32-fns.el (set-default-process-coding-system): Use dos line ends
5960 for input to cmdproxy on all versions of Windows.
5961 Use dos line ends for input to plink.
5962
5963 * comint.el (comint-simple-send): Concat newline before sending.
5964 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
5965
5966 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
5969 safe-local-variable setting.
5970
5971 2007-07-14 David Kastrup <dak@gnu.org>
5972
5973 * emacs-lisp/advice.el (defadvice): Doc fix.
5974
5975 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * subr.el (when, unless): Doc fix.
5978
5979 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5980
5981 * replace.el (match): Use yellow1 instead of yellow.
5982
5983 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
5984 red.
5985
5986 * pcvs-info.el (cvs-unknown): Likewise.
5987
5988 2007-07-13 Eli Zaretskii <eliz@gnu.org>
5989
5990 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
5991 (install): Use them to copy all *.el files before *.elc.
5992
5993 2007-07-13 Drew Adams <drew.adams@oracle.com>
5994
5995 * bookmark.el (bookmark-jump-other-window): New function.
5996 (bookmark-map): Bind it to "o".
5997
5998 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
5999 and its thread contains discussion about this change.
6000 The original patch was slightly tweaked by Karl Fogel
6001 <kfogel@red-bean.com> before committing.
6002
6003 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6004
6005 * bookmark.el: Shorten some comments to fit within 80 lines.
6006
6007 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6008
6009 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6010 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6011 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6012 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6013
6014 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6015
6016 * textmodes/org.el: Bug fixes.
6017 (org-end-of-line): Move to end of line if in headline without tags.
6018
6019 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * vc-hooks.el: Remove spurious * in docstrings.
6022 (vc-handled-backends): Add BZR.
6023
6024 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6025
6026 2007-07-12 Davis Herring <herring@lanl.gov>
6027
6028 * desktop.el (desktop-buffer-info, desktop-save):
6029 Use `desktop-dirname' instead of `dirname'.
6030
6031 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6032
6033 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6034
6035 * progmodes/python.el (python-which-func-length-limit): New var.
6036 (python-which-func): New function.
6037 (python-current-defun): Add optional `length-limit' and try to fit
6038 computed function name to that length.
6039 (python-mode): Hook `python-which-func' up.
6040
6041 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6042
6043 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6044
6045 * comint.el (comint-dynamic-complete-as-filename):
6046 Use read-file-name-completion-ignore-case.
6047
6048 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * comint.el (comint-dynamic-list-filename-completions):
6051 Use read-file-name-completion-ignore-case.
6052
6053 * vc-cvs.el: Require CL.
6054 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6055 New functions to provide completion of revision names.
6056
6057 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6058 (vc-cvs-annotate-first-line-re): New const.
6059 (vc-cvs-annotate-process-filter): New fun.
6060 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6061
6062 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6063
6064 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6065 (eldoc-print-current-symbol-info): Adjust for changed helper
6066 function signatures.
6067 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6068 `eldoc-highlight-function-argument'.
6069 (eldoc-highlight-function-argument): New function.
6070 (eldoc-get-var-docstring): Format documentation with
6071 `font-lock-variable-name-face'.
6072 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6073 where suited.
6074 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6075 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6076
6077 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6078
6079 * progmodes/compile.el (compilation-start): `start-process' must
6080 still be redefined when calling `start-process-shell-command'.
6081
6082 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6083 remote file name, prepend its remote part to the filename.
6084 (gud-common-init): When `default-directory' is a remote file name,
6085 make the filename relative to it.
6086 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6087
6088 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6089
6090 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6091 mouse binding and a tooltip.
6092
6093 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6094
6095 * menu-bar.el (vc-menu-map): New defalias.
6096
6097 2007-07-10 Richard Stallman <rms@gnu.org>
6098
6099 * emacs-lisp/lisp-mode.el (eval-defun):
6100 Explain special handling of `defface'.
6101
6102 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6103
6104 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6105
6106 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6107
6108 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6111
6112 * vc-arch.el (vc-arch-complete): Remove.
6113 (vc-arch-revision-completion-table): Use complete-with-action.
6114
6115 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6116 (complete-with-action): New function.
6117 (dynamic-completion-table): Use it.
6118
6119 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
6120
6121 * comint.el (make-comint, make-comint-in-buffer)
6122 (comint-exec-1): Replace `start-process' by `start-file-process'.
6123
6124 * progmodes/compile.el (compilation-start): Revert redefining
6125 `start-process'.
6126
6127 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6128
6129 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6130 with EOLs when generating MD5 checksums.
6131
6132 * follow.el: Don't change the global map from the follow-mode-map
6133 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
6134 XEmacs code.
6135 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6136 since `follow-mode' should be used instead for that.
6137
6138 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6139 (easy-menu-do-define): Use it.
6140 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6141
6142 * progmodes/compile.el (compilation-auto-jump-to-first-error)
6143 (compilation-auto-jump-to-next): New vars.
6144 (compilation-auto-jump): New function.
6145 (compilation-error-properties): Use them to jump to first error.
6146 (compilation-start): Set the var if requested.
6147
6148 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6149 duplicates without also removing entries from other directories.
6150
6151 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6152
6153 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6154 Remember span as default.
6155 (org-columns-edit-value): Rename from `org-column-edit'.
6156 (org-columns-display-here-title): Rename from
6157 `org-overlay-columns-title'.
6158 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6159 (org-columns-get-autowidth-alist): Rename from
6160 `org-get-columns-autowidth-alist'.
6161 (org-columns-display-here): Rename from `org-overlay-columns'.
6162 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6163 (org-columns-quit): Rename from `org-column-quit'.
6164 (org-columns-show-value): Rename from `org-column-show-value'.
6165 (org-columns-content, org-columns-widen)
6166 (org-columns-next-allowed-value)
6167 (org-columns-edit-allowed, org-columns-store-format)
6168 (org-columns-uncompile-format, org-columns-redo)
6169 (org-columns-edit-attributes, org-delete-property)
6170 (org-set-property, org-columns-update)
6171 (org-columns-compute, org-columns-eval)
6172 (org-columns-not-in-agenda, org-columns-compute-all)
6173 (org-property-next-allowed-value)
6174 (org-columns-compile-format)
6175 (org-fill-paragraph-experimental)
6176 (org-string-to-number, org-property-action)
6177 (org-columns-move-left, org-columns-new)
6178 (org-column-number-to-string)
6179 (org-property-previous-allowed-value)
6180 (org-at-property-p, org-columns-delete)
6181 (org-columns-previous-allowed-value)
6182 (org-columns-move-right, org-columns-narrow)
6183 (org-property-get-allowed-values)
6184 (org-verify-version, org-column-string-to-number)
6185 (org-delete-property-globally): New functions.
6186 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6187 (org-columns-overlays): Rename from `org-column-overlays'.
6188 (org-columns-map): Rename from `org-column-map'.
6189 (org-columns-current-maxwidths): Rename from
6190 `org-current-columns-maxwidths'.
6191 (org-columns-begin-marker, org-columns-current-fmt-compiled)
6192 (org-previous-header-line-format)
6193 (org-columns-inhibit-recalculation)
6194 (org-columns-top-level-marker): New variables.
6195 (org-columns-default-format): Rename from `org-default-columns-format'.
6196 (org-property-re): New constant.
6197
6198 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6199
6200 * subr.el (looking-at-p, string-match-p): New functions.
6201
6202 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
6203
6204 * textmodes/tex-mode.el (tex-fontify-script)
6205 (tex-font-script-display): New variables to make display of
6206 superscripts and subscripts customizable.
6207 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6208
6209 2007-07-09 Richard Stallman <rms@gnu.org>
6210
6211 * isearch.el (isearch-edit-string): Call to isearch-push-state
6212 after the search.
6213
6214 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6215
6216 * window.el (fit-window-to-buffer): Remove setting of window-min-height
6217 to 1 as enlarge-window uses the value to resize/shrink windows other
6218 than WINDOW if needed.
6219
6220 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6221
6222 * cus-start.el (file-coding-system-alist): Fix custom type.
6223
6224 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * longlines.el (longlines-wrap-region): Avoid marking buffer as
6227 modified.
6228 (longlines-auto-wrap, longlines-window-change-function):
6229 Remove unnecessary calls to set-buffer-modified-p.
6230
6231 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6232
6233 * cus-start.el (file-coding-system-alist): Fix custom type.
6234
6235 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6238 (vc-cvs-checkout): Remove last arg now unused; simplify.
6239
6240 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6241
6242 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6243
6244 * net/tramp.el:
6245 * net/tramp-ftp.el:
6246 * net/tramp-smb.el:
6247 * net/tramp-uu.el:
6248 * net/trampver.el: Migrate to Tramp 2.1.
6249
6250 * net/tramp-cache.el:
6251 * net/tramp-fish.el:
6252 * net/tramp-gw.el: New Tramp packages.
6253
6254 * net/tramp-util.el:
6255 * net/tramp-vc.el: Removed.
6256
6257 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6258 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6259
6260 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6261
6262 * progmodes/compile.el (compilation-start): Redefine
6263 `start-process' temporarily when `default-directory' is remote.
6264 Remove case of synchronous compilation, this won't happen ever.
6265 (compilation-setup): Make local variable `comint-file-name-prefix'
6266 for remote compilation.
6267
6268 2007-07-08 Martin Rudalics <rudalics@gmx.at>
6269
6270 * novice.el (disabled-command-function): Fit window to buffer to
6271 make last line visible.
6272 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6273
6274 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6275 when handling the terminating event.
6276
6277 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6278
6279 * calc/calc.el (math-read-number-simple): Remove leading 0s.
6280 (math-bignum-digit-length): Change to optimal value.
6281
6282 * calc/calc-bin.el (math-bignum-logb-digit-size)
6283 (math-bignum-digit-power-of-two): Evaluate when compiled.
6284
6285 * calc/calc-comb.el (math-small-factorial-table)
6286 (math-init-random-base, math-prime-test): Remove unnecessary calls
6287 to `math-read-number-simple'.
6288
6289 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6290 (math-approx-gamma-const): Add docstrings.
6291
6292 * calc/calc-forms.el (math-julian-date-beginning)
6293 (math-julian-date-beginning-int): New constants.
6294 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
6295 Use the new constants.
6296
6297 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
6298
6299 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6300 Add docstrings.
6301
6302 2007-07-07 Tom Tromey <tromey@redhat.com>
6303
6304 * vc.el (vc-annotate): Jump to line and output message only after the
6305 process is really all done.
6306
6307 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * vc.el (vc-exec-after): Don't move point from the sentinel.
6310 Forcefully read all the remaining text in the pipe upon process exit.
6311 (vc-annotate-display-autoscale, vc-annotate-lines):
6312 Don't stop at the first unrecognized line.
6313 (vc-annotate-display-select): Run autoscale after the process is done
6314 since it depends on the whole result.
6315
6316 2007-07-07 Eli Zaretskii <eliz@gnu.org>
6317
6318 * term/w32-win.el (menu-bar-open): New function.
6319 Bind <f10> to it.
6320
6321 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6322
6323 * simple.el (start-file-process): New defun.
6324
6325 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * files.el (find-file-confirm-nonexistent-file): Rename from
6328 find-file-confirm-inexistent-file. Update users.
6329
6330 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
6331 format of autoload block where the file's time-stamp is replaced by its
6332 MD5 checksum.
6333 (autoload-generate-file-autoloads): Use MD5 checksum instead of
6334 time-stamp for secondary autoloads files.
6335 (update-directory-autoloads): Remove duplicate entries.
6336 Use time-less-p for time-stamps, as done in autoload-find-destination.
6337
6338 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6339
6340 * calc/calc.el (math-read-number): Replace number by variable.
6341 (math-read-number-simple): Properly parse small integers.
6342
6343 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6344
6345 * vc.el: Fix doc for the checkout function.
6346
6347 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
6348
6349 * vc-hg.el (vc-hg-root): New function.
6350 (vc-hg-registered): Use it.
6351 (vc-hg-diff-tree): New defalias.
6352 (vc-hg-responsible-p): Likewise.
6353 (vc-hg-checkout): Comment out, not needed.
6354 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
6355 (vc-hg-find-version, vc-hg-next-version): New functions.
6356
6357 2007-07-06 Andreas Schwab <schwab@suse.de>
6358
6359 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
6360 dynamic bindings around the evaluation of the expression.
6361 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
6362
6363 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
6366 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
6367 Use run-hooks rather than run-mode-hooks.
6368
6369 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
6370
6371 * calc/calc-comb.el (math-random-digit): Rename to
6372 `math-random-three-digit-number'.
6373 (math-random-digits): Don't depend on representation of integer.
6374
6375 * calc/calc-bin.el (math-bignum-logb-digit-size)
6376 (math-bignum-digit-power-of-two): New constants.
6377 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
6378 (math-not-bignum, math-clip-bignum): Use the constants
6379 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
6380 instead of their values.
6381 (math-clip): Use math-small-integer-size instead of its value.
6382
6383 * calc/calc.el (math-add-bignum): Replace number by constant.
6384
6385 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6386
6387 * wid-edit.el (widget-documentation-string-value-create):
6388 Insert indentation spaces.
6389
6390 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6391
6392 * emacs-lisp/byte-opt.el: Revert last change.
6393
6394 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6395
6396 * vc-hooks.el (vc-handled-backends): Add HG.
6397
6398 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
6399
6400 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * complete.el (PC-do-complete-and-exit): Add support for the new
6403 `confirm-only' confirmation mode.
6404
6405 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * cus-edit.el (custom-commands): New variable.
6408 (custom-tool-bar-map): New variable. Initialize using
6409 `custom-commands'.
6410 (custom-mode): Use `custom-tool-bar-map'.
6411 (custom-buffer-create-internal): Insert action buttons only if
6412 tool bar is not used. Use `custom-commands'.
6413 (Custom-help, custom-command-apply): New function.
6414 (custom-command-apply, Custom-set, Custom-save)
6415 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
6416 Use `custom-command-apply' instead of duplicating code.
6417 (customize-group-other-window): Call `customize-group' instead of
6418 duplicating code.
6419 (customize-face-other-window): Call `customize-face' instead of
6420 duplicating code.
6421 (customize-group, customize-face): Add optional args for opening
6422 in another window.
6423 (custom-variable-tag): Don't inherit `variable-pitch' face.
6424 (custom-group-tag): Inherit `variable-pitch' face.
6425 (custom-variable-value-create): Set documentation indentation.
6426 (custom-group-value-create): Make group name a link, instead of
6427 using an extra "go to group" button.
6428 (custom-prompt-variable, custom-group-set, custom-group-save)
6429 (custom-group-reset-current, custom-group-reset-saved)
6430 (custom-group-reset-standard): Minor cleanup.
6431
6432 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6433
6434 * Makefile.in (bootstrap-prepare): When copying from
6435 ldefs-boot.el, make sure loaddefs.el is writeable.
6436
6437 (bootstrap-prepare): Make $(lisp)/ps-print.el
6438 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
6439
6440 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6441
6442 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
6443 only caller, and delete.
6444 (vc-hg-state): Deal with exceptions and only parse the output on
6445 successful return.
6446 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
6447 caller, and delete.
6448 (vc-hg-workfile-version): Deal with exceptions and only parse the
6449 output on successful return.
6450 (vc-hg-revert): New function.
6451
6452 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
6453
6454 * calculator.el (calculator-expt): Use more cases to determine
6455 the value.
6456
6457 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6458
6459 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
6460 file names.
6461
6462 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
6463
6464 * calculator.el (calculator-expt, calculator-integer-p):
6465 New functions.
6466 (calculator-fact): Check to see if the factorial will be too
6467 large before computing it.
6468 (calculator-initial-operators): Use `calculator-expt' to
6469 compute "^".
6470 (calculator-mode): Mention that results which are too large
6471 will return inf.
6472 * calc/calc-comb.el (math-small-factorial-table): Replace list
6473 by vector.
6474
6475 2007-07-03 David Kastrup <dak@gnu.org>
6476
6477 * shell.el: On request of the authors, remove their addresses for
6478 the sake of bug reports, and add the developer list address as
6479 maintainer information.
6480
6481 2007-07-03 Richard Stallman <rms@gnu.org>
6482
6483 * files.el (make-directory): Doc fix.
6484 (find-file-confirm-inexistent-file): Make it a defcustom.
6485 Make nil the default.
6486
6487 2007-07-02 Richard Stallman <rms@gnu.org>
6488
6489 * startup.el (command-line): Set buffer-offer-save in *scratch*
6490 and enable auto-save in it.
6491
6492 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6493
6494 * textmodes/org.el (orgstruct-mode-map): New variable.
6495 (orgstruct-mode): New minor mode.
6496 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
6497 (orgstruct-make-binding, org-context-p, org-get-local-variables)
6498 (org-run-like-in-org-mode): New functions.
6499 (org-cycle-list-bullet): New command.
6500 (org-special-properties, org-property-start-re)
6501 (org-property-end-re): New constants.
6502 (org-with-point-at): New macro.
6503 (org-get-property-block, org-entry-properties, org-entry-get)
6504 (org-entry-delete, org-entry-get-with-inheritance)
6505 (org-entry-put, org-buffer-property-keys): New functions.
6506 (org-insert-property-drawer): New command.
6507 (org-entry-property-inherited-from): New variable.
6508 (org-column): New face.
6509 (org-column-overlays, org-current-columns-fmt)
6510 (org-current-columns-maxwidths, org-column-map): New variables.
6511 (org-column-menu): New menu.
6512 (org-new-column-overlay, org-overlay-columns)
6513 (org-overlay-columns-title, org-remove-column-overlays)
6514 (org-column-show-value, org-column-quit, org-column-edit):
6515 New functions.
6516 (org-columns, org-agenda-columns): New commands.
6517 (org-get-columns-autowidth-alist): New functions.
6518 (org-properties): New customize group.
6519 (org-default-columns-format): New option.
6520 (org-priority): Realign tags after changing priority.
6521 (org-preserve-lc): New macro.
6522 (org-update-checkbox-count): Catch case when there is no headline.
6523 (org-agenda-quit): Remove any column overlays.
6524 (org-beginning-of-item-list): Fixed bug when non-item line is
6525 indented too deep.
6526 (org-cached-props): New variable.
6527 (org-cached-entry-get): New function.
6528 (org-make-tags-matcher): Handle property matches.
6529 (org-table-recalculate): Swap evaluation order: Field formula
6530 first, then column formulas, but don't allow them to overwrite the
6531 field formulas.
6532 (org-table-eval-formula): New argument untouchable.
6533 (org-table-put-field-property): New function.
6534
6535 2007-07-02 Martin Rudalics <rudalics@gmx.at>
6536
6537 * help-mode.el (help-make-xrefs): Skip spaces too when
6538 skipping tabs.
6539
6540 * ffap.el (dired-at-point-prompter): Improve prompt in
6541 list-directory case.
6542
6543 2007-07-01 Richard Stallman <rms@gnu.org>
6544
6545 * files.el (find-file-visit-truename): Fix safe-local-variable value.
6546
6547 2007-07-01 Richard Stallman <rms@gnu.org>
6548
6549 * cus-start.el (max-mini-window-height): Added.
6550
6551 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6552
6553 * complete.el (partial-completion-mode): Remove advice of
6554 read-file-name-internal.
6555 (PC-do-completion): Rebind minibuffer-completion-table.
6556 (PC-read-file-name-internal): New function doing what
6557 read-file-name-internal advice did.
6558
6559 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
6560
6561 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
6562 property on a few symbols.
6563 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
6564 (byte-optimize-lapcode): Remove bindings that are not referenced
6565 and certainly will not effect through dynamic scoping.
6566
6567 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * files.el (find-file-confirm-inexistent-file): New var.
6570 (find-file, find-file-other-window, find-file-other-frame)
6571 (find-file-read-only, find-file-read-only-other-window)
6572 (find-file-read-only-other-frame): Use it.
6573
6574 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
6577
6578 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
6579
6580 * generic-x.el (generic-define-mswindows-modes)
6581 (generic-define-unix-modes, apache-log-generic-mode)
6582 (bat-generic-mode-keymap, java-manifest-generic-mode)
6583 (show-tabs-generic-mode): Fix typos in docstrings.
6584
6585 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
6586
6587 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
6588 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
6589 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
6590 (rcirc-print): Never ignore messages from ourself.
6591
6592 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
6595 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
6596
6597 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6598
6599 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
6600 replace-regexp-in-string.
6601
6602 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * emacs-lisp/cl.el: Set edebug and indentation before loading
6605 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
6606
6607 2007-06-28 Andreas Schwab <schwab@suse.de>
6608
6609 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
6610 $(lisp)/subdirs.el.
6611
6612 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
6613
6614 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
6615 the speedbar frame if nil; that deletes the current frame or
6616 causes an error if it is the only frame.
6617 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
6618
6619 2007-06-28 Kevin Ryde <user42@zip.com.au>
6620
6621 * textmodes/nroff-mode.el: Groff \# comments.
6622 (nroff-mode-syntax-table): \# comment intro,
6623 plain # as punct per global table.
6624 (nroff-font-lock-keywords): Add # as a single char escape.
6625 (nroff-mode): In comment-start-skip, match \#.
6626
6627 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
6630 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
6631 point-min == 1.
6632
6633 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
6634
6635 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
6636 Rename and move to...
6637
6638 * subr.el (strings->string, string->strings): ...here.
6639
6640 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
6641 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
6642
6643 * progmodes/gud.el (gud-common-init): Call string->strings instead
6644 of split-string.
6645
6646 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6647
6648 * dired-aux.el: Remove `dired-call-process'.
6649 (dired-check-process): Call `process-file'.
6650
6651 * wdired.el (wdired-do-perm-changes): Call `process-file'.
6652
6653 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
6654 `ange-ftp-process-file'.
6655
6656 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
6659
6660 * emacs-lisp/cl-extra.el:
6661 * emacs-lisp/cl-seq.el:
6662 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
6663 Add autoload cookies on all defs autoloaded manually in cl.el.
6664
6665 * emacs-lisp/cl-loaddefs.el: New file.
6666
6667 * textmodes/texinfmt.el (texinfo-raisesections-alist)
6668 (texinfo-lowersections-alist): Merge definition and declaration.
6669 (texinfo-start-of-header, texinfo-end-of-header): Remove.
6670 (texinfo-format-syntax-table): Merge init into declaration.
6671 (texinfo-format-parse-line-args, texinfo-format-parse-args)
6672 (texinfo-format-parse-defun-args, texinfo-format-node)
6673 (texinfo-push-stack, texinfo-multitable-widths)
6674 (texinfo-define-info-enclosure, texinfo-alias)
6675 (texinfo-format-defindex, batch-texinfo-format): Use push.
6676 (texinfo-footnote-number): Remove duplicate declaration.
6677
6678 * ps-print.el: Update with auto-generated autoloads.
6679
6680 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
6681
6682 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6683
6684 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
6685 relative to current dir for file-local settings.
6686 (autoload-generate-file-autoloads): Add `outfile' arg.
6687 (update-directory-autoloads): Use it to directly call
6688 autoload-generate-file-autoloads instead of going through
6689 update-file-autoloads so we avoid redundant searches and so we can know
6690 the set of buffers changed so we can save them all.
6691
6692 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
6693 rather than throwing `up-to-date'.
6694 (autoload-generate-file-autoloads): Adjust correspondingly.
6695 (update-file-autoloads): Be careful to let-bind
6696 autoload-modified-buffers and adjust to new calling conventions.
6697 (autoload-modified-buffers): Make it a dynamically scoped var.
6698 (update-directory-autoloads): Use file-relative-name instead of
6699 autoload-trim-file-name.
6700 (autoload-insert-section-header): Don't use autoload-trim-file-name
6701 since the file is already relative now.
6702 (autoload-trim-file-name): Remove.
6703
6704 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
6705 (vc-arch-complete, vc-arch--version-completion-table)
6706 (vc-arch-revision-completion-table): New functions to provide
6707 completion of revision names.
6708 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6709 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6710 to let the user trim the revlib.
6711
6712 * vc.el: Add new VC operation `revision-completion-table'.
6713 (vc-default-revision-completion-table): New function.
6714 (vc-version-diff, vc-version-other-window): Use it to provide
6715 completion of revision names if the backend provides it.
6716
6717 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6718
6719 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6720 of newer .svn/entries.
6721
6722 2007-06-25 David Kastrup <dak@gnu.org>
6723
6724 * calc/calc-poly.el (math-padded-polynomial)
6725 (math-partial-fractions): Add some function comments.
6726
6727 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6730 Make `outbuf' optional.
6731 (update-file-autoloads): Use it.
6732
6733 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6736 (autoload-find-destination): Keep it uptodate.
6737 (autoload-save-buffers): New fun.
6738 (update-file-autoloads): Use it. Re-add the "up to date" message.
6739
6740 * emacs-lisp/autoload.el: Refactor for upcoming changes.
6741 (autoload-find-destination): New function extracted from
6742 update-file-autoloads.
6743 (update-file-autoloads): Use it.
6744 (autoload-generate-file-autoloads): New function extracted from
6745 generate-file-autoloads. Use file-relative-name. Delay computation of
6746 output-start to the first cookie. Remove done-any, replaced by
6747 output-start.
6748 (generate-file-autoloads): Use it.
6749
6750 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6751
6752 * calc/calc-comb.el (math-init-random-base, math-prime-test):
6753 Use math-read-number-simple to insert constants.
6754 (math-prime-test): Redo calculation of sum.
6755
6756 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6757
6758 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6759 math-scale-bignum-3.
6760 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6761 math-bignum-digit-size.
6762 (math-isqrt-small): Add another possible initial guess.
6763
6764 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6765
6766 * textmodes/bibtex.el (bibtex-entry-format): New options
6767 `whitespace', `braces', and `string'.
6768 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6769 (bibtex-field-braces-opt, bibtex-field-strings-opt)
6770 (bibtex-cite-matcher-alist): New variables.
6771 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6772 (bibtex-flash-head): Use blink-matching-delay.
6773 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6774 (bibtex-format-entry, bibtex-reformat): Handle new options of
6775 bibtex-entry-format.
6776 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6777 New functions.
6778 (bibtex-complete-internal): Do not display messages while
6779 minibuffer is used. Do not leave around a completions buffer
6780 that is out of date.
6781 (bibtex-copy-summary-as-kill): New optional arg.
6782 (bibtex-font-lock-url): New optional arg no-button.
6783 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6784 (bibtex-url): Allow multiple URLs per entry.
6785
6786 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6787
6788 * emacs-lisp/autoload.el (autoload-generated-file): New function.
6789 (update-file-autoloads, update-directory-autoloads): Use it.
6790 (autoload-file-load-name): New function.
6791 (generate-file-autoloads, update-file-autoloads): Use it.
6792 (autoload-find-file): Accept non-absolute argument. Set default-dir.
6793 (generate-file-autoloads): If the autoloaded form is malformed,
6794 indicate the problem with a warning instead of aborting.
6795
6796 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6797
6798 * simple.el (next-error-recenter): Accept `(4)' as well;
6799 also, specify `integer' instead of `number'.
6800
6801 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6802
6803 * ls-lisp.el (insert-directory): If an invalid regexp error is
6804 thrown, try using FILE as a literal file name, not a wildcard.
6805
6806 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
6807
6808 * ruler-mode.el (ruler-mode): Prevent clobbering the original
6809 `header-line-format' when reentering ruler mode.
6810
6811 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6812
6813 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6814 FILE exists as a file.
6815
6816 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6817
6818 * calc/calc.el (math-bignum-digit-length)
6819 (math-bignum-digit-size, math-small-integer-size):
6820 New constants.
6821 (math-normalize, math-bignum-big, math-make-float)
6822 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6823 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6824 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6825 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6826 (math-quotient, math-div-bignum, math-div-bignum-digit)
6827 (math-div-bignum-part, math-format-bignum-decimal)
6828 (math-read-bignum): Use math-bignum-digit-length,
6829 math-bignum-digit-size and math-small-integer-size.
6830
6831 * calc/calc-ext.el (math-fixnum-big): Use the variable
6832 math-bignum-digit-size.
6833
6834 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6835
6836 * log-view.el (log-view-mode-menu): New menu.
6837
6838 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6841 differently.
6842
6843 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6844 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6845
6846 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6847
6848 * vc-hg.el (vc-hg-print-log): Insert the file name.
6849 (vc-hg-log-view-mode): Fontify the file name.
6850
6851 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6852
6853 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6854 (calcFunc-julian): Fix incorrect number used in calculations.
6855
6856 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
6857
6858 * simple.el (next-error-recenter): New defcustom.
6859 (next-error, next-error-internal): Recenter if specified,
6860 immediately prior to running `next-error-hook'.
6861
6862 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6863 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6864
6865 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6866
6867 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6868
6869 * calc/calc-comb.el (math-small-factorial-table): New variable.
6870 (calcFunc-fact): Use `math-small-factorial-table'.
6871
6872 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6873 initial values.
6874 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6875 New variables to use in caches.
6876
6877 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
6878 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
6879
6880 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
6881 (math-bernoulli-b-cache): Use math-read-number-simple to insert
6882 bignums.
6883
6884 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6885 New variables to use in caches.
6886
6887 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6888
6889 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
6890
6891 * vc-hg.el (vc-hg-log-view-mode): New mode.
6892
6893 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
6894
6895 * calc/calc.el (math-read-number-simple): New function.
6896
6897 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
6900 (vera-font-lock-match-item): Fix doc string.
6901 (vera-in-comment-p): Remove unused function.
6902 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
6903 use `syntax-ppss'.
6904 (vera-forward-syntactic-ws): Fix argument order.
6905 (vera-prepare-search): Use `with-syntax-table'.
6906 (vera-indent-line): Fix doc string.
6907 (vera-electric-tab): Fix doc string.
6908 (vera-expand-abbrev): Define alias instead of using `fset'.
6909 (vera-comment-uncomment-region): Use `comment-start-skip'.
6910
6911 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
6912
6913 * textmodes/org.el (org-export-with-footnotes): New option.
6914 (org-export-as-html): Fix replacement bug for XEmacs.
6915 (org-agenda-default-appointment-duration): New option.
6916
6917 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6918
6919 * vc-hg.el: Add to do items.
6920 (vc-hg-diff): Add support for comparing different revisions.
6921 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
6922 (vc-hg-annotate-extract-revision-at-line)
6923 (vc-hg-previous-version, vc-hg-checkin): New functions.
6924 (vc-hg-annotate-re): New constant.
6925
6926 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6927
6928 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
6929
6930 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
6933 buffer-local value of log-view-*-re if applicable.
6934
6935 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
6936 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
6937 (vc-bzr-command*): Remove both (incompatible) versions.
6938 (vc-bzr-do-command*): Remove.
6939 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
6940 Remove by folding into its only caller vc-bzr-command.
6941 (vc-bzr-command): Always set the environment, even when ineffective.
6942 (vc-bzr-version): Minor fix up.
6943 (vc-bzr-admin-dirname): New var.
6944 (vc-bzr-bzr-dir): Remove.
6945 (vc-bzr-root-dir): New fun.
6946 (vc-bzr-registered): Use it. Add an autoloaded version.
6947 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
6948 (vc-bzr-view-log-function): Remove.
6949 (vc-bzr-log-view-mode): New major mode to replace it.
6950 (vc-bzr-print-log): Only activate the old hack if needed.
6951
6952 * vc.el (vc-default-log-view-mode): New function.
6953 (vc-print-log): Add new `log-view-mode' VC operation.
6954
6955 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
6956
6957 * ido.el (ido-find-file-in-dir): Don't signal an error for
6958 empty directories.
6959
6960 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
6961
6962 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
6963 directory where the desktop file was found, as the docstring says.
6964 (desktop-kill): Use `read-directory-name'.
6965
6966 2007-06-20 Alan Mackenzie <acm@muc.de>
6967
6968 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
6969 When removing lines, also remove the \n. Correction of patch of
6970 2007-04-21.
6971
6972 2007-06-20 Martin Rudalics <rudalics@gmx.at>
6973
6974 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
6975 event is not a cons cell. Do not unread drag-mouse-1 events.
6976 Select right window in check whether space was stolen from
6977 window above.
6978
6979 * help-mode.el (help-make-xrefs): Adjust position of new forward
6980 button.
6981
6982 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
6983
6984 * vc-bzr.el (vc-bzr-with-process-environment)
6985 (vc-bzr-std-process-invocation): New macros.
6986 (vc-bzr-command, vc-bzr-command*): Use them.
6987 (vc-bzr-with-c-locale): Remove.
6988 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6989 (vc-bzr-buffer-nonblank-p): New function.
6990 (vc-bzr-state-words): New const.
6991 (vc-bzr-state): Look for `bzr status' keywords in output.
6992 Display everything else as a warning message to the user.
6993 Fix status report with bzr >= 0.15.
6994
6995 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6996
6997 * vc-hg.el (vc-hg-global-switches): Simplify.
6998 (vc-hg-state): Handle more states.
6999 (vc-hg-diff): Fix doc-string.
7000 (vc-hg-register): New function.
7001 (vc-hg-checkout): Likewise.
7002
7003 2007-06-20 Reto Zimmermann <reto@gnu.org>
7004
7005 * progmodes/vera-mode.el: New file.
7006
7007 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7008
7009 * calc/calc.el (calc-multiplication-has-precendence):
7010 New variable.
7011 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7012 New functions.
7013 (math-expr-opers): Define using math-standard-ops rather than
7014 math-standard-opers.
7015 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7016 equal the function math-standard-ops rather than the variable
7017 math-standard-opers.
7018 (calc-algebraic-entry): Let math-expr-opers equal
7019 math-standard-ops or math-expr-ops, as appropriate.
7020 (math-expr-read-level, math-read-factor): Let math-expr-opers
7021 equal math-expr-ops.
7022 * calc/calc-embed.el (calc-embedded-finish-edit):
7023 Let math-expr-opers equal the function math-standard-ops
7024 rather than the variable math-standard-opers.
7025 * calc/calc-ext.el (math-read-plain-expr)
7026 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7027 function math-standard-ops rather than the variable
7028 math-standard-opers.
7029 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7030 Let math-expr-opers equal the function math-standard-ops rather
7031 than the variable math-standard-opers.
7032 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7033 equal the function math-standard-ops rather than the variable
7034 math-standard-opers.
7035 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7036 equal the function math-standard-ops rather than the variable
7037 math-standard-opers.
7038 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7039 math-expr-ops.
7040
7041 2007-06-19 Ivan Kanis <apple@kanis.eu>
7042
7043 * vc-hg.el: New file.
7044
7045 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7048 with font-lock-multiline.
7049
7050 2007-06-17 Glenn Morris <rgm@gnu.org>
7051
7052 * lpr.el (lpr-page-header-switches): Move %s to separate element
7053 for correct quoting. Doc fix.
7054
7055 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7058 than setting sgml-xml-mode.
7059 (sgml-mode, html-mode): Set sgml-xml-mode.
7060 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7061 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7062 (sgml-electric-tag-pair-before-change-function)
7063 (sgml-electric-tag-pair-flush-overlays): New functions.
7064 (sgml-electric-tag-pair-mode): New minor mode.
7065 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7066 (sgml-calculate-indent): Use assoc-string.
7067
7068 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7069
7070 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7071 chars before the "@" in an email address. Andreas Roehler noticed
7072 this problem.
7073
7074 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7075
7076 * thingatpt.el: Add support for email addresses (`email').
7077 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7078 (thing-at-point-email-regexp): New variable.
7079 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7080 properties on this symbol, with lambda forms for values.
7081
7082 2007-06-15 Masatake YAMATO <jet@gyve.org>
7083
7084 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7085
7086 * vc.el (vc-dired-hook): Check the backend returned from
7087 `vc-responsible-backend' can really handle `subdir'.
7088
7089 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7090
7091 * wid-edit.el (widget-add-documentation-string-button):
7092 Fix handling of documentation indent.
7093
7094 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7095
7096 * mb-depth.el: New file.
7097
7098 2007-06-15 Masatake YAMATO <jet@gyve.org>
7099
7100 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7101
7102 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * wid-edit.el (widget-default-create): Move ?h handling here...
7105 (widget-default-format-handler): ...from here.
7106 (widget-docstring, widget-add-documentation-string-button): New funs.
7107 (documentation-string): Add :visibility-widget property.
7108 (widget-documentation-string-value-create): Use it.
7109
7110 * cus-edit.el (custom-split-regexp-maybe): Simplify.
7111 (custom-buffer-create-internal): Simplify message.
7112 (custom-variable-tag): Reduce height to normal.
7113 (custom-variable-value-create, custom-face-value-create)
7114 (custom-visibility): New widget.
7115 (custom-visibility): New face.
7116 (custom-group-value-create):
7117 Call widget-add-documentation-string-button, using `custom-visibility'.
7118
7119 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * emacs-lisp/bytecomp.el (byte-compile-current-group)
7122 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7123 change. Apparently the "warning even if the group is implicit" is
7124 a feature rather than a bug.
7125
7126 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
7127
7128 * emulation/viper.el (viper-describe-key-ad)
7129 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7130 Compile them conditionally.
7131 (viper-version): Belated version change.
7132
7133 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
7134
7135 * follow.el (follow-all-followers, follow-generic-filter):
7136 * pcomplete.el (pcomplete-restore-windows):
7137 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7138 (x-dnd-drop-data):
7139 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7140 * progmodes/python.el (python-complete-symbol):
7141 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7142
7143 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
7144
7145 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7146 around bright and dim regexps. Make sure bright and dim matches
7147 use word anchors. Send text through rcirc-markup functions.
7148 (rcirc-url-regexp): Add single quote character.
7149 (rcirc-connect): Write logs to disk on auto-save-hook.
7150 Make server a non-optional argument.
7151 (rcirc-log-alist): New variable.
7152 (rcirc-log-directory): Make customizable.
7153 (rcirc-log-flag): New customizable variable.
7154 (rcirc-log): New function.
7155 (rcirc-print): Use above function.
7156 (rcirc-log-write): New function.
7157 (rcirc-generate-new-buffer-name): Strip text properties.
7158 (rcirc-switch-to-buffer-function): Remove variable.
7159 (rcirc-last-non-irc-buffer): Remove variable.
7160 (rcirc-non-irc-buffer): Add function.
7161 (rcirc-next-active-buffer): Use above function.
7162 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7163 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7164 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7165 (rcirc-omit-mode): Add minor-mode.
7166 (rcirc-mode-map): Change C-c C-o binding.
7167 (rcirc-mode): Clear mode-line-process. Use a custom
7168 fill-paragraph-function. Set up buffer-invisibility-spec.
7169 (rcirc-response-formats): Remove timestamp code.
7170 (rcirc-omit-responses): Add variable.
7171 (rcirc-print): Don't put the overlay arrow on potentially omitted
7172 lines. Log line to disk. Record activity for private messages
7173 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
7174 (rcirc-jump-to-first-unread-line): Print message if there is no
7175 unread text.
7176 (rcirc-clear-unread): New function.
7177 (rcirc-markup-text-functions): Add variable.
7178 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7179 (rcirc-debug): Don't mess with window configuration.
7180 (rcirc-send-message): Send message before printing locally.
7181 Add SILENT argument, do not print message if non-nil.
7182 (rcirc-visible-buffers): New function and variable.
7183 (rcirc-window-configuration-change-1): Add function.
7184 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7185 server buffer.
7186 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7187 (rcirc-fill-paragraph): Add function.
7188 (rcirc-record-activity, rcirc-window-configuration-change-1):
7189 Only update the activity string if it has actually changed.
7190 (rcirc-update-activity-string): Remove padding characters from the
7191 mode-line string.
7192 (rcirc-disconnect-buffer): New function to be called when a
7193 channel is parted or the user quits.
7194 (rcirc-server-name): Warn when the server-name hasn't been set.
7195 (rcirc-window-configuration-change): Postpone work until
7196 post-command-hook.
7197 (rcirc-window-configuration-change-1): Update mode-line and
7198 overlay arrows here.
7199 (rcirc-authenticate): Fixc hanserv identification.
7200 (rcirc-default-server): Remove variable.
7201 (rcirc): Connect according to rcirc-connections.
7202 (rcirc-connections): Add variable.
7203 (rcirc-startup-channels-alist): Remove variable.
7204 (rcirc-startup-channels): Remove function.
7205
7206 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7209
7210 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7211
7212 * term/xterm.el (terminal-init-xterm): Escape parens in character
7213 constants.
7214
7215 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7216
7217 * progmodes/sh-script.el: Remove unneeded * from docstrings.
7218 Use [:alpha:] and [:alnum:] where applicable.
7219 (sh-quoted-subshell): Rewrite to correctly
7220 handle nested mixes of `...' and $(...).
7221 (sh-apply-quoted-subshell): Remove.
7222 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7223
7224 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
7225
7226 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
7227
7228 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7229 previous change.
7230
7231 2007-06-12 Tom Tromey <tromey@redhat.com>
7232
7233 * subr.el (user-emacs-directory): New defconst.
7234 * cmuscheme.el (scheme-start-file):
7235 * shell.el (shell):
7236 * completion.el (save-completions-file-name):
7237 * custom.el (custom-theme-directory):
7238 * term/x-win.el (emacs-session-filename):
7239 * filesets.el (filesets-menu-cache-file):
7240 * thumbs.el (thumbs-thumbsdir):
7241 * server.el (server-auth-dir):
7242 * image-dired.el (image-dired-dir):
7243 (image-dired-db-file):
7244 (image-dired-temp-image-file):
7245 (image-dired-gallery-dir):
7246 (image-dired-temp-rotate-image-file):
7247 * play/gamegrid.el (gamegrid-user-score-file-directory):
7248 * savehist.el (savehist-file):
7249 * tutorial.el (tutorial--saved-dir):
7250 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7251
7252 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
7253
7254 * scroll-lock.el (scroll-lock-mode): Doc fix.
7255
7256 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7257
7258 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7259
7260 * ediff-init.el: Doc strings.
7261
7262 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7265 (byte-compile-file): Bind it.
7266 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7267 group argument is provided implicitly.
7268 (byte-compile-format-warn, byte-compile-from-buffer)
7269 (byte-compile-insert-header): Don't hardcode point-min==1.
7270 (byte-compile-file-form-require): Remove unused var old-load-list.
7271 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7272
7273 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7274
7275 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7276 Display error messages.
7277 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7278 Get rid of cl.el dependencies.
7279
7280 * emulation/viper-init.el (viper-suppress-input-method-change-message):
7281 New variable.
7282 (viper-activate-input-method-action)
7283 (viper-inactivate-input-method-action):
7284 Use viper-suppress-input-method-change-message.
7285
7286 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7287 for C-s, C-r.
7288
7289 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7290 Use viper-replace-overlay-cursor-color instead of
7291 viper-replace-overlay-cursor-color.
7292 (viper-sit-for-short): Use sit-for with 3 arguments.
7293
7294 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
7295 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
7296 to gud-mode.
7297
7298 * ediff-mult.el (ediff-meta-buffer-brief-message)
7299 (ediff-meta-buffer-verbose-message): New variables.
7300 (ediff-meta-buffer-message): Variable deleted.
7301 (ediff-verbose-help-enabled): New variable.
7302 (ediff-toggle-verbose-help-meta-buffer): New function.
7303 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
7304 message options.
7305
7306 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
7307 (ediff-fixup-patch-map): Improve heuristic.
7308
7309 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
7312 (log-view-font-lock-keywords): Simplify.
7313 (log-view-current-file, log-view-current-tag): Simplify.
7314
7315 2007-06-12 Sam Steingold <sds@gnu.org>
7316
7317 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
7318
7319 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
7320
7321 * desktop.el (desktop-load-locked-desktop): New option.
7322 (desktop-read): Use it.
7323 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
7324 Use `when'.
7325
7326 2007-06-12 Davis Herring <herring@lanl.gov>
7327
7328 * desktop.el (desktop-save-mode-off): New function.
7329 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
7330 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
7331 (desktop-claim-lock, desktop-release-lock): New functions.
7332 (desktop-kill): Tell `desktop-save' that this is the last save.
7333 Release the lock afterwards.
7334 (desktop-buffer-info): New function.
7335 (desktop-save): Use it. Run `desktop-save-hook' where the doc
7336 says to. Detect conflicts, and manage the lock.
7337 (desktop-read): Detect conflicts. Manage the lock.
7338
7339 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
7342
7343 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
7344 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
7345 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
7346 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
7347 keysyms rather than byte sequences.
7348 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
7349
7350 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * font-lock.el (font-lock-add-keywords): In case font-lock was only
7353 half-activated, forcefully activate it completely.
7354
7355 2007-06-11 Richard Stallman <rms@gnu.org>
7356
7357 * cus-edit.el (custom-variable-type): Doc fix.
7358
7359 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
7362 (sh-font-lock-flush-syntax-ppss-cache): New functions.
7363 (sh-font-lock-syntactic-keywords): Use them to distinguish the
7364 different possible cases for \'.
7365
7366 * complete.el (PC-bindings): Don't bind things already bound in the
7367 parent keymap.
7368
7369 * textmodes/bibtex-style.el: New file.
7370
7371 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
7372
7373 * vc-bzr.el: New file.
7374
7375 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * vc-svn.el (vc-svn-program): New var.
7378 (vc-svn-command): Use it.
7379
7380 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
7381
7382 * server.el (server-switch-buffer): Remove redundant check.
7383
7384 2007-06-10 Martin Rudalics <rudalics@gmx.at>
7385
7386 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7387 Match against file-name-nondirectory.
7388 Fix text on user customization variables.
7389 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
7390
7391 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7392
7393 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
7394
7395 2007-06-09 Davis Herring <herring@lanl.gov>
7396
7397 * desktop.el (desktop-minor-mode-table): Doc fix.
7398
7399 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * textmodes/css-mode.el (css-navigation-syntax-table):
7402 Use set-char-table-range so it also works in the unicode branch.
7403
7404 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
7405
7406 * help-mode.el (help-xref-forward-stack)
7407 (help-xref-stack-forward-item, help-forward-label): New variables.
7408 (help-forward): New button type.
7409 (help-setup-xref): Initialise help-xref-forward-stack.
7410 (help-make-xrefs): Add forward button, if appropriate.
7411 (help-xref-go-back): Push item on forward stack.
7412 (help-xref-go-forward, help-go-forward): New functions.
7413
7414 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
7415
7416 * dired.el (dired-mode-map): Remove spurious separator.
7417
7418 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7419
7420 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
7421
7422 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7423 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
7424
7425 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
7426
7427 * textmodes/org.el: Version number fixed.
7428
7429 2007-06-07 Glenn Morris <rgm@gnu.org>
7430
7431 * version.el (emacs-copyright): New constant.
7432 * startup.el (fancy-splash-tail): Use emacs-copyright.
7433 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
7434
7435 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
7436 `make-local'.
7437 (byte-compile-warnings-safe-p): Add `make-local'.
7438 (byte-compile-make-variable-buffer-local):
7439 Allow byte-compile-warnings to suppress this warning.
7440
7441 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
7442 format of "menu" description.
7443 (tutorial--find-changed-keys): Describe the specific menu a
7444 command is in.
7445
7446 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
7447 Rewrite compatibility functions to silence byte-compiler.
7448
7449 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7450
7451 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
7452 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
7453
7454 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
7455
7456 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
7457
7458 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7459
7460 * progmodes/ebrowse.el (ebrowse-member-table):
7461 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
7462 (org-batch-agenda-csv): Fix typos in docstrings.
7463
7464 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7467 (sort-coding-systems, search-unencodable-char): Doc fixes.
7468 (coding-system-change-eol-conversion, set-default-coding-systems)
7469 (prefer-coding-system, find-multibyte-characters, princ-list)
7470 (leim-list-entry-regexp, set-input-method, locale-language-names)
7471 (input-method-exit-on-first-char, exit-language-environment-hook)
7472 (locale-charset-language-names): Fix typos in docstrings.
7473
7474 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7475
7476 * pgg.el (pgg-sign-region, pgg-sign):
7477 * ses.el (ses-call-printer):
7478 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
7479 * textmodes/org.el (org-cycle): Fix typos in docstrings.
7480
7481 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
7482
7483 * textmodes/org.el (org-export-region-as-html)
7484 (org-replace-region-by-html, org-number-to-letters)
7485 (org-table-fedit-finish, org-normalize-color)
7486 (org-table-fedit-ref-right, org-date-to-gregorian)
7487 (org-table-fedit-move, org-table-convert-refs-to-rc)
7488 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
7489 (org-write-agenda, org-colgroup-info-to-vline-list)
7490 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
7491 (org-indent-line-function, org-export-as-html-to-buffer)
7492 (org-store-agenda-views, org-update-mode-line)
7493 (org-find-if, org-delete-all)
7494 (org-table-fedit-convert-buffer, org-emphasize)
7495 (org-uniquify, org-table-fedit-lisp-indent)
7496 (org-table-fedit-scroll, org-get-todo-sequence-head)
7497 (org-table-fedit-scroll-down, org-table-fedit-line-down)
7498 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
7499 (org-table-fedit-toggle-coordinates, org-dvipng-color)
7500 (org-table-fedit-line-up, org-table-fedit-ref-down)
7501 (org-table-formula-from-user, org-mode-flyspell-verify)
7502 (org-cycle-show-empty-lines, org-ctrl-c-ret)
7503 (org-table-formula-to-user, org-diary-to-ical-string)
7504 (orgtbl-export, org-table-fedit-post-command)
7505 (org-closed-in-range, org-shiftcontrolright)
7506 (org-table-convert-refs-to-an, org-table-hline-and-move)
7507 (org-table-formula-less-p, org-format-table-ascii)
7508 (org-agenda-get-sexps, org-shift-refpart)
7509 (org-diary-sexp-entry, org-time-string-to-absolute)
7510 (org-table-show-reference, org-letters-to-number)
7511 (org-fix-agenda-info, org-table-fedit-ref-up)
7512 (org-table-fedit-shift-reference, org-table-fedit-abort)
7513 (org-closest-date, org-shiftcontrolleft)
7514 (org-at-heading-or-item-p, org-rematch-and-replace)
7515 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
7516 New functions.
7517 (org-table-edit-scroll-down, org-finish-edit-formulas)
7518 (org-table-edit-next-field, org-abort-edit-formulas)
7519 (org-font-lock-level, org-export-find-first-heading-line)
7520 (org-table-edit-line-down, org-table-edit-backward-field)
7521 (org-edit-formula-lisp-indent, org-table-edit-move)
7522 (org-check-log-option, org-this-word)
7523 (org-table-edit-line-up, org-table-edit-formulas-post-command)
7524 (org-agenda-file-to-end, org-expand-file-name)
7525 (org-fake-empty-table-line, org-table-edit-scroll)
7526 (org-toggle-log-option, org-show-reference): Function removed.
7527 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
7528 New defsubsts.
7529 (org-unmodified, org-batch-store-agenda-views)
7530 (org-batch-agenda-csv): New macro.
7531 (org-agenda-export): New customization group.
7532 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
7533 (org-highest-priority, org-agenda-exporter-settings)
7534 (org-log-done-with-time, org-replace-disputed-keys)
7535 (org-format-latex-header, org-export-table-header-tags)
7536 (org-cycle-separator-lines, org-export-table-data-tags)
7537 (org-icalendar-include-sexps)
7538 (org-empty-line-terminates-plain-lists)
7539 (org-log-repeat, org-special-ctrl-a)
7540 (org-table-use-standard-references, org-disputed-keys)
7541 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
7542 (org-agenda-export-html-style): New option.
7543 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
7544 (org-CUA-compatible): Option removed.
7545 (org-agenda-structure, org-sexp-date): New face.
7546 (org-todo-keywords-for-agenda, org-not-done-keywords)
7547 (org-planning-or-clock-line-re, org-agenda-name)
7548 (org-table-colgroup-info, org-todo-sets)
7549 (constants-unit-system, org-clock-mode-line-entry)
7550 (org-mode-line-timer, org-table-current-begin-pos)
7551 (org-todo-keywords-1, org-mode-line-string)
7552 (org-table-clean-did-remove-column, org-table-fedit-map)
7553 (org-clock-heading, org-table-buffer-is-an)
7554 (org-agenda-info, org-done-keywords)
7555 (org-done-keywords-for-agenda, org-todo-heads)
7556 (org-todo-kwd-alist, org-clock-start-time): New variable.
7557 (org-todo-kwd-priority-p, org-edit-formulas-map)
7558 (org-repeat-re, org-todo-kwd-max-priority)
7559 (org-version, org-done-string)
7560 (org-table-clean-did-remove-column-1, org-disputed-keys):
7561 Remove variables.
7562 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
7563 (org-ts-lengths): Constant removed.
7564 (org-follow-gnus-link): Don't ask how many articles to read.
7565 (org-export-find-first-export-line): Rename from
7566 `org-export-find-first-heading'.
7567 Use `org-export-skip-text-before-1st-heading'.
7568 (org-table-fedit-post-command): Rename from
7569 `org-table-edit-formulas-post-command'.
7570 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
7571 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
7572 (org-table-fedit-lisp-indent): Rename from
7573 `org-edit-formula-lisp-indent'.
7574 (org-table-show-reference): Rename from `org-show-reference'.
7575 (org-table-store-formulas): Use `org-table-formula-less-p'.
7576 (org-table-edit-formulas): Position cursor to current field equation.
7577 (org-update-checkbox-count, org-hide-archived-subtrees)
7578 (org-timestamp-up-day, org-timestamp-down-day)
7579 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
7580 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
7581 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
7582 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
7583 Let `org-on-heading-p' also check for invisible heading.
7584 (org-read-date): Match am/pm times.
7585 (org-eval-in-calendar): Fix default date in prompt.
7586
7587 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
7588
7589 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
7590 "ChangeLog.a" entries, giving the latter lower priority.
7591
7592 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
7593
7594 * faces.el (face-id): If the argument is a face alias,
7595 return the ID of the target face.
7596
7597 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
7598
7599 * net/socks.el (top): Remove unnecessary copyright line.
7600
7601 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
7602
7603 * longlines.el (longlines-auto-wrap): Handle argument correctly.
7604
7605 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
7606
7607 * net/socks.el: New file, taken from w3 repository.
7608 (top): Update Copyright. Don't load cl.el.
7609 (all): Replace `case' by `cond', `string-to-int' by
7610 `string-to-number', and `process-kill-without-query' by
7611 `set-process-query-on-exit-flag'.
7612 (socks-char-int): Remove defalias and all occurrences.
7613
7614 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
7615
7616 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
7617 Fix typos in docstrings.
7618 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
7619 (compilation-finish-function): Fix typo in obsolescence declaration.
7620
7621 2007-06-03 Sam Steingold <sds@gnu.org>
7622
7623 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
7624 handle unending automatic recompilation of changed files (`omake -P').
7625 (compilation-loop): VISITED is now 5th CDR.
7626 (compilation-next-error-function): Set TIMESTAMP.
7627
7628 2007-06-03 Sam Steingold <sds@gnu.org>
7629
7630 * files.el (kill-buffer-ask): New function.
7631 (kill-some-buffers): Use it.
7632 (kill-matching-buffers): New user command.
7633
7634 2007-06-01 David Kastrup <dak@gnu.org>
7635
7636 * dired.el (dired-recursive-deletes, dired-recursive-copies):
7637 Change default to `top'.
7638
7639 2007-05-31 Richard Stallman <rms@gnu.org>
7640
7641 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
7642
7643 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * textmodes/css-mode.el: New file.
7646
7647 2007-05-30 Michael Olson <mwolson@gnu.org>
7648
7649 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
7650 died and we are trying to send a signal to it. The program using
7651 tq.el should periodically check to see whether the process has
7652 died and react appropriately -- this is not the responsibility of
7653 tq.el, and is consistent with the rest of the tq.el source code.
7654
7655 2007-05-29 Martin Rudalics <rudalics@gmx.at>
7656
7657 * textmodes/table.el (table--point-entered-cell-function)
7658 (table--point-left-cell-function):
7659 Bind `inhibit-point-motion-hooks' to t.
7660
7661 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7662
7663 * emacs-lisp/rx.el (rx): Doc fix.
7664
7665 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
7668
7669 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
7670
7671 Sync with Tramp 2.0.56.
7672
7673 * net/tramp.el:
7674 * net/tramp-ftp.el:
7675 * net/tramp-smb.el:
7676 * net/tramp-util.el:
7677 * net/tramp-vc.el:
7678 Don't load cl.el, because that pollutes the namespace. Replace cl
7679 macros by their implementations where necessary. Requested by
7680 Richard Stallman <rms@gnu.org>.
7681
7682 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
7683 doesn't exist.
7684 (with-parsed-tramp-file-name): Protect debug spec during compilation.
7685 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
7686 (tramp-file-name-p, tramp-file-name-multi-method)
7687 (tramp-file-name-method, tramp-file-name-user)
7688 (tramp-file-name-host, tramp-file-name-localname): New defuns,
7689 replacing defstruct `tramp-file-name'.
7690 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
7691 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
7692 Apply `vector' instead of `make-tramp-file-name'.
7693 (tramp-handle-make-auto-save-file-name):
7694 Apply `tramp-temporary-file-directory' for compatibility reasons.
7695 (tramp-completion-mode): Use `natnump' instead of `wholenump'
7696 because of XEmacs.
7697 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
7698 started.
7699
7700 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
7701
7702 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
7703
7704 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7705
7706 * log-edit.el (log-edit-changelog-paragraph): Return point-max
7707 as the end of the ChangeLog paragraph when it ends without a line
7708 termination.
7709
7710 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
7711
7712 * net/webjump.el (webjump-sample-sites):
7713 Add simple Wikipedia query.
7714
7715 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7718 compatibility code.
7719
7720 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7721 (copyright-update-year): Use it.
7722
7723 * edmacro.el (edmacro-format-keys): Use current-active-maps.
7724
7725 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7726 Add indentation and debugging info. Fix up comment convention.
7727
7728 * cus-dep.el (custom-make-dependencies): Simplify.
7729
7730 * composite.el (compose-region, decompose-region):
7731 Use inhibit-read-only and restore-buffer-modified-p.
7732
7733 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7734 (xterm-mouse-event): Use it.
7735
7736 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
7737
7738 * bs.el (bs-cycle-previous): Don't modify the cycle list until
7739 `switch-to-buffer' has returned succesfully.
7740 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
7741 window is dedicated (it could iconify the frame).
7742
7743 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
7744
7745 * vc-hooks.el (vc-find-root): Fix file attribute test.
7746
7747 2007-05-24 Richard Stallman <rms@gnu.org>
7748
7749 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7750 Don't let opoint be nil.
7751 (flyspell-emacs-popup): Explicit error if no dialogs.
7752
7753 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
7754
7755 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7756 (image-next-line, image-previous-line, image-scroll-up)
7757 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7758 New functions.
7759 (image-mode-map): Remap motion commands.
7760 (image-mode-text-map): New keymap for viewing images as text.
7761 (image-mode): Use image-mode-map.
7762 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7763
7764 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7765
7766 * textmodes/fill.el (canonically-space-region): Make the second arg
7767 a marker if it's not already the case.
7768
7769 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7770
7771 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7772 (tar-get-descriptor): Handle type 55, an extended pax header.
7773
7774 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7777 to confuse outline-minor-mode.
7778
7779 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7780
7781 * tar-mode.el (tar-file-name-handler): New function.
7782 (tar-extract): Bind file-name-handler-alist to it to force
7783 find-buffer-file-type-coding-system behave as if the file being
7784 extracted existed. Use last-coding-system-used to force
7785 buffer-file-coding-system to what decode-coding-region actually
7786 used to decode the file.
7787
7788 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7789
7790 * progmodes/compile.el (compilation-handle-exit):
7791 `compilation-finish-function' may change the current buffer.
7792
7793 2007-05-22 Richard Stallman <rms@gnu.org>
7794
7795 * files.el (set-auto-mode): Doc fix.
7796
7797 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7798
7799 * help-fns.el (find-source-lisp-file): New function.
7800 (describe-function-1): Use find-source-lisp-file to find source
7801 file in compile tree.
7802
7803 2007-05-22 Eli Zaretskii <eliz@gnu.org>
7804
7805 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7806
7807 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
7808
7809 * emacs-lisp/easy-mmode.el (define-minor-mode)
7810 (easy-mmode-define-navigation): Fix typos in docstrings.
7811
7812 2007-05-22 Glenn Morris <rgm@gnu.org>
7813
7814 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7815
7816 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
7817
7818 * mail/mail-extr.el (mail-extract-address-components):
7819 Recognize non-ASCII characters except for NBSP as words.
7820
7821 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
7822
7823 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7824 (rcirc-print): Handle `window-width'.
7825 (rcirc-buffer-maximum-lines): Doc fix.
7826
7827 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
7828
7829 * image-mode.el (image-toggle-display): Don't clear image cache.
7830 Only use filename in image spec if the file is readable.
7831 Call image-refresh.
7832
7833 * image.el (image-type-from-file-name, image-type): Simplify.
7834 (image-type-auto-detected-p): Don't scan auto-mode-alist.
7835
7836 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7837 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7838
7839 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7840
7841 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7842 is an error.
7843
7844 * term/linux.el (terminal-init-linux): Don't signal an error
7845 if gpm isn't running.
7846
7847 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7848
7849 * t-mouse.el: Reduce to a minor-mode macro call.
7850 (t-mouse-mode): Remove the lighter.
7851
7852 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7853
7854 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
7855
7856 * files.el (auto-mode-alist): Change the regexp so that
7857 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7858
7859 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7860
7861 * Version 22.1 released.
7862
7863 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
7864
7865 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7866 changes.
7867
7868 2007-05-19 Kevin Ryde <user42@zip.com.au>
7869
7870 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7871
7872 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
7873
7874 * textmodes/sgml-mode.el: Revert last change.
7875
7876 2007-05-18 Richard Stallman <rms@gnu.org>
7877
7878 * simple.el (push-mark): Doc fix.
7879
7880 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
7881
7882 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
7883 tpu-global-map.
7884 (tpu-original-global-map): Variable deleted.
7885 (tpu-control-keys-map): New keymap variable.
7886 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
7887 setting keymapping directly.
7888 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
7889 tpu-global-map.
7890 (tpu-edt-on): Activate the tpu-global-map.
7891 (tpu-edt-off): Deactivate the tpu-global-map.
7892
7893 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
7894
7895 * textmodes/ispell.el (ispell-get-word): Return markers
7896 for start and end positions.
7897 (ispell-word): Assume END is a marker.
7898
7899 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7900
7901 * printing.el: Group together all XEmacs/Emacs definitions.
7902 (pr-version): New version 6.9.
7903 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
7904 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7905 (pr-menu-bind): Fix code.
7906 (pr-e-frame-char-height, pr-e-frame-char-width)
7907 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7908 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7909 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7910 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7911 (pr-x-event-y-pixel): Aliases eliminated.
7912 (pr-xemacs-global-menubar): Macro moved.
7913 (current-menubar, current-mouse-event, zmacs-region-stays)
7914 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7915 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7916 Vars moved.
7917 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7918 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7919 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7920 (pr-menu-set-utility-title, pr-even-or-odd-pages)
7921 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7922 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
7923 moved.
7924
7925 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
7926
7927 * textmodes/sgml-mode.el (sgml-tag):
7928 Fix bug: Call sgml-transformation-function.
7929
7930 2007-05-17 Martin Rudalics <rudalics@gmx.at>
7931
7932 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
7933 modified flag of buffer. Use `inhibit-modification-hooks'.
7934
7935 2007-05-16 Richard Stallman <rms@gnu.org>
7936
7937 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
7938
7939 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * files.el (magic-mode-alist, magic-fallback-mode-alist):
7942 Move the *ml, Postscript, and XmCD entries to the fallback part.
7943
7944 * files.el (magic-fallback-mode-alist):
7945 Rename from file-start-mode-alist.
7946
7947 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7948
7949 * progmodes/compile.el (compilation-handle-exit): Quote first
7950 argument of `run-hook-with-args'.
7951
7952 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
7953
7954 * buff-menu.el (Buffer-menu-sort-column):
7955 * dabbrev.el (dabbrev-upcase-means-case-search):
7956 * dired.el (dired-recursive-deletes, dired-recursive-copies):
7957 * info.el (Info-current-subfile):
7958 * ls-lisp.el (ls-lisp-verbosity):
7959 * msb.el (msb-menu-cond):
7960 * pcvs.el (cvs-dired-use-hook):
7961 * simple.el (set-mark-command-repeat-pop):
7962 * time.el (display-time-24hr-format, display-time-mail-file):
7963 Doc fixes.
7964
7965 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
7966 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
7967
7968 * view.el (view-inhibit-help-message): Fix typo in docstring.
7969 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
7970
7971 2007-05-16 Martin Rudalics <rudalics@gmx.at>
7972
7973 * textmodes/ispell.el (ispell-start-process): Defend against bad
7974 default-directory.
7975
7976 2007-05-14 Eli Zaretskii <eliz@gnu.org>
7977
7978 * mail/rmail.el (rmail-convert-to-babyl-format): Check
7979 content-transfer-encoding _last_, because it's its position that
7980 we need as value of base64-header-field-end.
7981
7982 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
7983
7984 * files.el (mode-require-final-newline, require-final-newline)
7985 (enable-local-variables, enable-local-eval): Doc fixes.
7986
7987 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7988
7989 * ps-print.el: Use default color when foreground or background color
7990 are unspecified. Reported by Leo <sdl.web@gmail.com>.
7991 (ps-print-version): New version 6.7.4.
7992 (ps-rgb-color): New argument. Use default color when color is
7993 unspecified.
7994 (ps-begin-job): Fix code.
7995
7996 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
7997
7998 * longlines.el (longlines-mode): Make longlines-auto-wrap
7999 buffer-local. Add hooks unconditionally.
8000 (longlines-auto-wrap): Toggle wrapping.
8001 (longlines-after-change-function)
8002 (longlines-post-command-function): Check longlines-auto-wrap.
8003
8004 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8005
8006 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8007 (xterm-mouse-translate): Use it.
8008
8009 2007-05-10 Richard Stallman <rms@gnu.org>
8010
8011 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8012 (iso-cvt-write-only): Likewise.
8013
8014 * emacs-lisp/easy-mmode.el (define-minor-mode):
8015 Fix generated doc string.
8016
8017 * startup.el (fancy-splash-text): Add URL of guided tour.
8018 Adjust horizontal and vertical whitespace.
8019
8020 * progmodes/compile.el (compilation-handle-exit):
8021 Use run-hook-with-args to run compilation-finish-functions.
8022
8023 * files.el (file-start-mode-alist): New variable.
8024 (magic-mode-regexp-match-limit): Doc fix.
8025 (set-auto-mode): Handle file-start-mode-alist.
8026 A little cleanup of structure.
8027
8028 * dabbrev.el (dabbrev-eliminate-newlines):
8029 Renamed from dabbrev--eliminate-newlines. All uses changed.
8030
8031 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8032
8033 * man.el (Man-next-section): Don't consider the last line of the page
8034 as being part of any section.
8035
8036 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8039 can take any number of values.
8040
8041 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8044 to the list of citation commands.
8045
8046 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8049
8050 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8051
8052 * progmodes/python.el (python-font-lock-keywords)
8053 (python-open-block-statement-p, python-mode): Add support for the new
8054 "with" keyword.
8055
8056 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8059 the exact opposite of diff-goto-source.
8060
8061 * emacs-lisp/advice.el (ad-special-forms): Remove.
8062 (ad-special-form-p): Use subr-arity.
8063
8064 * newcomment.el (comment-search-forward): Make sure we search forward.
8065 (comment-enter-backward): Try and distinguish the non-matching case at
8066 EOB from the non-matching case with a missing comment-end-skip for
8067 a 2-char comment ender.
8068 (comment-choose-indent): New function extracted from comment-indent.
8069 Improve the alignment algorithm.
8070 (comment-indent): Use it.
8071
8072 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8073 XML style Processing Instructions.
8074 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8075 (sgml-calculate-indent): Handle `pi' context.
8076
8077 * vc.el: Ensure that update-changelog issues an error when used with
8078 a backend that does not implement it.
8079 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8080 Remove `backend' argument. Use expand-file-name.
8081 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8082
8083 * progmodes/python.el (python-end-of-block): Revert last change.
8084 (python-end-of-statement): Make sure we move *forward*.
8085
8086 2007-05-08 Richard Stallman <rms@gnu.org>
8087
8088 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8089 Don't include non-self-insert commands in the exception for `-'.
8090
8091 2007-05-08 David Reitter <david.reitter@gmail.com>
8092
8093 * progmodes/python.el (python-guess-indent): Check non-nullness
8094 before comparing indent against the 2..8 interval.
8095
8096 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8097
8098 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8099 available.
8100
8101 2007-05-06 Richard Stallman <rms@gnu.org>
8102
8103 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8104
8105 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8108 rather than storing their value in the revert-buffer function.
8109
8110 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
8111
8112 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8113 when disabling t-mouse-mode.
8114
8115 2007-05-01 Davis Herring <herring@lanl.gov>
8116
8117 * calendar/timeclock.el: Update version number.
8118 (timeclock-modeline-display): Mention timeclock-use-display-time
8119 in explanatory message.
8120 (timeclock-in): Fix non-interactive workday specifications.
8121 (timeclock-log): Don't kill the log buffer if it already existed.
8122 Suppress warnings when finding the log. Don't check for a nil
8123 project twice. Run hooks after killing the buffer (if applicable).
8124 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8125 was geometric). All uses changed.
8126 (timeclock-generate-report): Support prefix argument.
8127
8128 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
8129
8130 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8131 disconnections.
8132
8133 2007-05-01 Romain Francoise <romain@orebokech.com>
8134
8135 * dired-x.el: Revert 2007-04-06 change.
8136
8137 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
8138
8139 * find-dired.el (find-dired-filter): Propertize all text down to eob.
8140
8141 2007-04-29 Richard Stallman <rms@gnu.org>
8142
8143 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8144
8145 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * progmodes/cc-mode.el (c-before-change): Use point-min rather
8148 than 1.
8149
8150 2007-04-28 Richard Stallman <rms@gnu.org>
8151
8152 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8153
8154 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
8155
8156 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8157 don't put stop on toolbar.
8158
8159 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8162
8163 2007-04-28 Eli Zaretskii <eliz@gnu.org>
8164
8165 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8166 instead of $(lisp)/mh-e.
8167
8168 2007-04-28 Glenn Morris <rgm@gnu.org>
8169
8170 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8171 (image-dired-cmd-create-temp-image-options): Replace option
8172 +profile "*" with -strip.
8173
8174 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
8175
8176 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8177 Use window-start and window-end.
8178
8179 2007-04-27 Andreas Schwab <schwab@suse.de>
8180
8181 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8182
8183 2007-04-27 Eli Zaretskii <eliz@gnu.org>
8184
8185 * textmodes/fill.el (fill-paragraph): Doc fix.
8186
8187 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
8188
8189 * locate.el (locate-in-alternate-database): Doc fix.
8190
8191 2007-04-26 Glenn Morris <rgm@gnu.org>
8192
8193 * button.el (button): Use underline if supported, else fall back
8194 to color.
8195
8196 * version.el (emacs-version): Increase to 22.1.50.
8197
8198 2007-04-25 Richard Stallman <rms@gnu.org>
8199
8200 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8201
8202 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
8203
8204 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8205 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8206 pushing mark.
8207 (idlwave-current-routine): Don't push mark.
8208
8209 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
8210
8211 * image-dired.el (image-dired-display-image): Derive image-type from
8212 filename rather than assuming jpeg, in case no resizing was needed.
8213
8214 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8215
8216 * custom.el (defface): Doc fix.
8217
8218 See ChangeLog.12 for earlier changes.
8219
8220 ;; Local Variables:
8221 ;; coding: iso-2022-7bit
8222 ;; add-log-time-zone-rule: t
8223 ;; End:
8224
8225 Copyright (C) 2007 Free Software Foundation, Inc.
8226
8227 This file is part of GNU Emacs.
8228
8229 GNU Emacs is free software; you can redistribute it and/or modify
8230 it under the terms of the GNU General Public License as published by
8231 the Free Software Foundation; either version 3, or (at your option)
8232 any later version.
8233
8234 GNU Emacs is distributed in the hope that it will be useful,
8235 but WITHOUT ANY WARRANTY; without even the implied warranty of
8236 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8237 GNU General Public License for more details.
8238
8239 You should have received a copy of the GNU General Public License
8240 along with GNU Emacs; see the file COPYING. If not, write to the
8241 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8242 Boston, MA 02110-1301, USA.
8243
8244 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af